body{margin:0;min-width:320px;min-height:100vh;background:#0a0a0f;color:#fff}#root{min-height:100vh}:root{--f1-black: #15151e;--f1-darker: #0a0a0f;--f1-dark: #1f1f2b;--f1-red: #e10600;--f1-white: #ffffff;--f1-gray: #949498;--f1-dark-gray: #38383f}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--f1-darker);color:var(--f1-white);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.header{position:relative;padding:1.5rem 2rem;background:var(--f1-black);text-align:center}.header-accent{position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--f1-red),transparent)}.header-title{font-family:Orbitron,monospace;font-size:2rem;font-weight:900;letter-spacing:.05em}.header-f1{color:var(--f1-red)}.header-subtitle{color:var(--f1-gray);font-size:.9rem;margin-top:.3rem;font-weight:300}.main{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}.upload-section{width:100%;max-width:500px;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.upload-zone{width:100%;border:2px dashed var(--f1-dark-gray);border-radius:16px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:var(--f1-dark)}.upload-zone:hover{border-color:var(--f1-red);background:#e106000d}.upload-zone--active{border-color:var(--f1-red);background:#e106001a;transform:scale(1.02)}.upload-zone--disabled{opacity:.5;cursor:not-allowed}.upload-icon{color:var(--f1-gray);margin-bottom:1rem}.upload-text{font-size:1.1rem;font-weight:500;color:var(--f1-white);margin-bottom:.5rem}.upload-hint{font-size:.85rem;color:var(--f1-gray)}.preview-container{width:120px;height:120px;border-radius:50%;overflow:hidden;border:3px solid var(--f1-dark-gray)}.preview-image{width:100%;height:100%;object-fit:cover}.error-message{color:var(--f1-red);font-size:.9rem;text-align:center;padding:.75rem 1.5rem;background:#e106001a;border-radius:8px;border:1px solid rgba(225,6,0,.3)}.loading-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-spinner{width:60px;height:60px}.spinner-ring{width:100%;height:100%;border-radius:50%;border:3px solid var(--f1-dark-gray);border-top-color:var(--f1-red)}.loading-text{font-size:1rem;color:var(--f1-gray)}.result-wrapper{position:relative;width:100%;max-width:480px;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000080}.result-accent-line{height:4px;width:100%}.result-content{position:relative;z-index:1;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.result-label{font-size:.85rem;color:var(--f1-gray);text-transform:uppercase;letter-spacing:.15em;font-weight:500}.result-photo-container{margin:.5rem 0}.result-photo-ring{width:180px;height:180px;border-radius:50%;padding:4px;display:flex;align-items:center;justify-content:center}.result-photo{width:100%;height:100%;border-radius:50%;object-fit:cover;border:3px solid var(--f1-darker)}.result-info{text-align:center}.result-number{font-family:Orbitron,monospace;font-size:1rem;font-weight:700;margin-bottom:.2rem}.result-name{font-family:Orbitron,monospace;font-size:1.8rem;font-weight:900;letter-spacing:.02em;line-height:1.2}.result-team{font-size:1rem;font-weight:600;margin-top:.3rem}.result-code{font-family:Orbitron,monospace;font-size:.85rem;color:var(--f1-gray);margin-top:.2rem;letter-spacing:.2em}.result-similarity{display:flex;flex-direction:column;align-items:center;gap:.3rem;margin-top:.5rem}.similarity-circle{width:90px;height:90px;border-radius:50%;border:3px solid;display:flex;align-items:center;justify-content:center;gap:2px;background:#0000004d}.similarity-value{font-family:Orbitron,monospace;font-size:1.6rem;font-weight:900}.similarity-unit{font-family:Orbitron,monospace;font-size:.8rem;font-weight:700;align-self:flex-start;margin-top:.4rem}.similarity-label{font-size:.75rem;color:var(--f1-gray);text-transform:uppercase;letter-spacing:.1em}.reset-button{margin-top:.5rem;padding:.75rem 2.5rem;border:none;border-radius:50px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;letter-spacing:.02em;transition:opacity .2s}.reset-button:hover{opacity:.9}.result-bg-circle{position:absolute;border-radius:50%;border:1px solid;pointer-events:none}.result-bg-circle--1{width:300px;height:300px;top:-50px;right:-80px}.result-bg-circle--2{width:200px;height:200px;bottom:-30px;left:-60px}@media(max-width:600px){.header-title{font-size:1.5rem}.result-name{font-size:1.4rem}.result-photo-ring{width:140px;height:140px}.result-wrapper{border-radius:16px}}
