*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",system-ui,sans-serif;background:#0f0f11;color:#f2f2f7;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit}ul{list-style:none}.app-layout{display:flex;height:100vh;overflow:hidden}.main{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:24px}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.page-gate-label{font-size:11px;font-weight:600;color:#8e8e93;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}.page-title{font-size:24px;font-weight:800;color:#f2f2f7;letter-spacing:-0.5px}.page-subtitle{font-size:13px;color:#8e8e93;margin-top:2px}.card{background:#1a1a1f;border:1px solid #2e2e38;border-radius:16px;padding:20px}.card__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card__title{font-size:15px;font-weight:600}.card__link{font-size:13px;color:#d4f53c}.card__link:hover{opacity:.8}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border-radius:10px;font-weight:600;font-size:14px;transition:opacity 150ms ease}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:not(:disabled):hover{opacity:.85}.btn--primary{background:#d4f53c;color:#0f0f11}.btn--secondary{background:#232329;color:#f2f2f7;border:1px solid #2e2e38}.btn--full{width:100%}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-label{font-size:13px;font-weight:500;color:#8e8e93}.form-input{background:#232329;border:1px solid #2e2e38;border-radius:10px;padding:10px 12px;color:#f2f2f7;transition:border-color 150ms ease;outline:none;width:100%}.form-input::placeholder{color:#8e8e93}.form-input:focus{border-color:#d4f53c}.form-input--mono{font-family:"SF Mono","Fira Code",monospace;font-size:13px;resize:vertical}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.alert{padding:12px 16px;border-radius:10px;font-size:13px;margin-bottom:16px}.alert--error{background:#450a0a;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.alert--success{background:#052e16;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.loading{padding:32px;text-align:center;color:#8e8e93;font-size:13px}.status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:12px;font-weight:600}.status-badge--ok{background:rgba(34,197,94,.15);color:#22c55e}.status-badge--denied{background:rgba(239,68,68,.15);color:#ef4444}.status-badge--unknown{background:#232329;color:#8e8e93}.nav{width:220px;min-width:220px;background:#141418;border-right:1px solid #2e2e38;display:flex;flex-direction:column;padding:20px 0;height:100vh;overflow:hidden}.nav__brand{display:flex;align-items:center;gap:12px;padding:0 20px 24px;border-bottom:1px solid #2e2e38}.nav__logo{font-size:22px}.nav__name{font-size:17px;font-weight:700;letter-spacing:-0.3px}.nav__links{flex:1;display:flex;flex-direction:column;padding:16px 12px;gap:4px}.nav__link{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;color:#8e8e93;font-size:14px;font-weight:500;transition:background 150ms ease,color 150ms ease}.nav__link svg{width:18px;height:18px;flex-shrink:0}.nav__link:hover{background:#232329;color:#f2f2f7}.nav__link--active{background:rgba(212,245,60,.12);color:#d4f53c}.nav__link--active:hover{background:rgba(212,245,60,.18);color:#d4f53c}.nav__footer{padding:16px 12px 0;border-top:1px solid #2e2e38;display:flex;align-items:center;gap:12px}.nav__avatar{width:36px;height:36px;border-radius:50%;background:#d4f53c;color:#0f0f11;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;flex-shrink:0}.nav__operator{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.nav__operator-info{display:flex;flex-direction:column;min-width:0}.nav__operator-name{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav__gate{font-size:11px;color:#8e8e93}.nav__logout{display:flex;align-items:center;padding:8px;border-radius:6px;color:#8e8e93;flex-shrink:0;transition:color 150ms ease}.nav__logout svg{width:16px;height:16px}.nav__logout:hover{color:#ef4444}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f5f5f5;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif}.login{width:100%;max-width:390px;min-height:100vh;display:flex;flex-direction:column;background:#fff;position:relative;overflow:hidden}@media(min-height: 700px){.login{min-height:100vh;max-height:100vh}}@media(min-width: 480px){.login{min-height:700px;max-height:844px;border-radius:28px;box-shadow:0 24px 80px rgba(0,0,0,.18);overflow:hidden}}.login__hero{position:relative;background:#e5411d;flex:0 0 46%;display:flex;align-items:center;justify-content:center;overflow:hidden}.login__circle{position:absolute;border-radius:50%;background:rgba(0,0,0,.12)}.login__circle--tl{width:260px;height:260px;top:-80px;right:-60px}.login__circle--br{width:300px;height:300px;bottom:-110px;left:-60px}.login__brand{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:10px;padding-bottom:16px}.login__icon{margin-bottom:4px}.login__title{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:32px;font-weight:800;color:#fff;letter-spacing:-0.5px;line-height:1}.login__subtitle{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px;font-weight:600;color:hsla(0,0%,100%,.75);letter-spacing:.18em;text-transform:uppercase}.login__body{flex:1;background:#fff;padding:32px 28px 24px;display:flex;flex-direction:column}.login__heading{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:22px;font-weight:800;color:#0f0f11;letter-spacing:-0.3px;margin-bottom:24px}.login__form{display:flex;flex-direction:column;flex:1}.login__form .form-group{margin-bottom:16px}.login__form .form-label{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px;font-weight:600;letter-spacing:.1em;color:#888;text-transform:uppercase;margin-bottom:6px}.login__form .form-input{background:#f5f5f7;border:1.5px solid rgba(0,0,0,0);border-radius:12px;padding:12px 14px;color:#0f0f11;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;transition:border-color 150ms ease;outline:none;width:100%}.login__form .form-input::placeholder{color:#aaa}.login__form .form-input:focus{border-color:#e5411d;background:#fff}.login__form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.login__btn{margin-top:8px;width:100%;padding:14px;background:#e5411d;color:#fff;font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:700;border:none;border-radius:14px;cursor:pointer;transition:background 150ms ease,opacity 150ms ease}.login__btn:hover{background:#c93a18}.login__btn:disabled{opacity:.6;cursor:not-allowed}.login__footer{background:#fff;padding:14px 28px 28px;display:flex;align-items:center;justify-content:space-between}.login__footer-brand{display:flex;align-items:center;gap:7px}.login__footer-name{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;font-weight:700;color:#0f0f11;letter-spacing:-0.3px}.login__footer-accent{color:#e5411d}.login__footer-version{font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;color:#aaa}.login__form .alert{padding:10px 14px;border-radius:10px;font-size:13px;margin-bottom:16px}.login__form .alert--error{background:#fff0ee;color:#e5411d;border:1px solid rgba(229,65,29,.25)}body.home-mobile{background:#f9fafb;color:#111827;font-family:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif}.home-wrap{display:flex;flex-direction:column;height:100dvh;max-width:430px;margin:0 auto;background:#f9fafb;position:relative}.home-scroll{flex:1;overflow-y:auto;padding-bottom:112px}.home-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 20px 0}.home-header__info{flex:1;min-width:0}.home-gate-label{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}.home-event-name{font-size:26px;font-weight:800;color:#111827;letter-spacing:-0.5px;line-height:1.15}.home-venue{font-size:14px;color:#6b7280;margin-top:4px}.home-devices-btn{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;font-size:14px;font-weight:600;color:#374151;box-shadow:0 1px 3px rgba(0,0,0,.06);flex-shrink:0;white-space:nowrap;transition:opacity 150ms ease}.home-devices-btn svg{flex-shrink:0;color:#6b7280}.home-devices-btn:hover{opacity:.8}.hero-card{background:linear-gradient(in oklab 135deg, oklab(62.2% 0.174 0.108) 0%, oklab(67.5% 0.15 0.096) 100%);border-radius:20px;padding:20px;margin:20px;display:flex;flex-direction:column;gap:16px}.hero-card__header{display:flex;align-items:center;justify-content:space-between}.hero-card__label{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:hsla(0,0%,100%,.85)}.hero-card__label svg{width:16px;height:16px;opacity:.85}.hero-card__expand{color:hsla(0,0%,100%,.7)}.hero-card__expand svg{width:16px;height:16px}.hero-card__stats-row{display:flex;align-items:flex-end;justify-content:space-between}.hero-card__rate{font-size:52px;font-weight:800;color:#fff;letter-spacing:-2px;line-height:1}.hero-card__total{display:flex;align-items:center;gap:4px;font-size:13px;color:hsla(0,0%,100%,.75);margin-top:4px}.hero-card__total svg{width:12px;height:12px;color:hsla(0,0%,100%,.75)}.hero-sub-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.hero-sub-card{background:rgba(0,0,0,.15);border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:4px}.hero-sub-card__label{display:flex;align-items:center;gap:5px;font-size:12px;color:hsla(0,0%,100%,.75)}.hero-sub-card__label svg{width:12px;height:12px}.hero-sub-card__value{font-size:28px;font-weight:700;color:#fff;letter-spacing:-0.5px}.hero-sub-card__delta{font-size:12px;color:hsla(0,0%,100%,.65)}.hero-card__footer{display:flex;align-items:center;justify-content:space-between}.live-badge{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:hsla(0,0%,100%,.85)}.live-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;animation:pulse 1.5s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(0.85)}}.btn-ver-acessos{display:inline-flex;align-items:center;padding:8px 18px;background:#fff;color:#e8452a;border-radius:10px;font-size:14px;font-weight:700;transition:opacity 150ms ease}.btn-ver-acessos:hover{opacity:.9}.recentes-header{display:flex;align-items:center;justify-content:space-between;padding:20px 20px 12px}.recentes-header h3{font-size:18px;font-weight:800;color:#111827}.recentes-header a{font-size:14px;font-weight:600;color:#e8452a;transition:opacity 150ms ease}.recentes-header a:hover{opacity:.8}.access-list{display:flex;flex-direction:column;gap:8px;padding:0 20px}.access-list__empty{padding:24px;text-align:center;color:#9ca3af;font-size:13px}.access-item{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1px solid #f3f4f6;border-radius:16px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.access-item__icon{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.access-item__icon svg{width:16px;height:16px}.access-item__icon--ok{background:#dcfce7;color:#16a34a}.access-item__icon--denied{background:#fee2e2;color:#dc2626}.access-item__icon--unknown{background:#f3f4f6;color:#9ca3af}.access-item__info{flex:1;min-width:0}.access-item__name{font-size:15px;font-weight:700;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.access-item__meta{font-size:13px;color:#9ca3af;margin-top:2px}.access-item__status{font-size:11px;font-weight:700;letter-spacing:.5px;flex-shrink:0}.access-item__status--ok{color:#16a34a}.access-item__status--denied{color:#dc2626}.access-item__status--unknown{color:#9ca3af}.home-tab-bar{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:430px;display:flex;gap:12px;padding:16px 20px 32px;background:#f9fafb}.home-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;height:52px;border-radius:16px;font-size:15px;font-weight:700;transition:opacity 150ms ease}.home-tab svg{flex-shrink:0}.home-tab--active{background:#111827;color:#fff}.home-tab--inactive{background:#f3f4f6;color:#9ca3af}.home-tab--inactive:hover{opacity:.8}.scan-fullscreen{background:#0d1017;display:flex;flex-direction:column;height:100dvh;overflow:hidden;position:relative}.scan-header{position:relative;display:flex;align-items:center;justify-content:center;padding:16px 20px 12px;flex-shrink:0}.scan-back{position:absolute;left:16px;width:40px;height:40px;background:hsla(0,0%,100%,.08);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#f2f2f7}.scan-back svg{width:20px;height:20px}.scan-back:hover{background:hsla(0,0%,100%,.14)}.scan-title{font-size:17px;font-weight:700;color:#f2f2f7}.scan-hint-wrap{display:flex;justify-content:center;padding:0 20px 14px;flex-shrink:0}.scan-hint-pill{background:hsla(0,0%,100%,.1);border-radius:999px;padding:8px 20px;font-size:13px;color:#f2f2f7;white-space:nowrap}.scan-viewport{flex:1;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.scan-viewport video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.scan-viewport--bio{align-items:flex-start;padding-top:20px}.scan-frame{position:relative;z-index:2}.scan-frame--qr{width:min(280px,72vw);aspect-ratio:1;border-radius:4px}.scan-frame--bio{width:min(260px,68vw);aspect-ratio:.78/1;border-radius:50%;border:2px solid #e8452a}.corner{position:absolute;width:28px;height:28px;border-color:#e8452a;border-style:solid}.corner--tl{top:0;left:0;border-width:3px 0 0 3px;border-radius:4px 0 0 0}.corner--tr{top:0;right:0;border-width:3px 3px 0 0;border-radius:0 4px 0 0}.corner--bl{bottom:0;left:0;border-width:0 0 3px 3px;border-radius:0 0 0 4px}.corner--br{bottom:0;right:0;border-width:0 3px 3px 0;border-radius:0 0 4px 0}.scan-line{position:absolute;left:6%;right:6%;top:50%;height:1.5px;background:linear-gradient(90deg, transparent, #E8452A 20%, #E8452A 80%, transparent);opacity:.7;animation:scanSweep 2s ease-in-out infinite}@keyframes scanSweep{0%{top:15%;opacity:0}10%{opacity:.7}90%{opacity:.7}100%{top:85%;opacity:0}}.scan-fallback{position:relative;z-index:2;width:min(320px,88vw);background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:20px}.scan-fallback__input{margin-bottom:12px}.scan-capture-wrap{display:flex;justify-content:center;padding:20px 0 12px;flex-shrink:0}.scan-capture-btn{width:68px;height:68px;border-radius:50%;background:#fff;border:4px solid hsla(0,0%,100%,.3);box-shadow:0 0 0 2px #0d1017;cursor:pointer;transition:transform 100ms ease,opacity 100ms ease}.scan-capture-btn:active{transform:scale(0.92);opacity:.8}.scan-capture-btn:disabled{opacity:.4;cursor:not-allowed}.scan-result-overlay{position:fixed;inset:0;z-index:50;background:rgba(13,16,23,.88);display:flex;align-items:center;justify-content:center;padding:32px 20px}.scan-result-card{width:100%;max-width:340px;background:#1a1a1f;border:1px solid #2e2e38;border-radius:16px;padding:24px;text-align:center}.scan-tab-bar{display:flex;gap:8px;padding:10px 16px 20px;flex-shrink:0}.scan-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 12px;border-radius:14px;background:hsla(0,0%,100%,.07);font-size:14px;font-weight:600;color:#8e8e93;transition:background 150ms ease,color 150ms ease}.scan-tab svg{width:18px;height:18px;flex-shrink:0}.scan-tab--active{background:#e8452a;color:#fff}.scan-tab:not(.scan-tab--active):hover{background:hsla(0,0%,100%,.12);color:#f2f2f7}.btn--hero{background:#e8452a;color:#fff}.btn--hero:not(:disabled):hover{opacity:.9}.scan-layout{display:grid;grid-template-columns:420px 1fr;gap:24px;align-items:start}.tabs{display:flex;gap:4px;background:#232329;border-radius:10px;padding:4px;margin-bottom:20px}.tab{flex:1;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;color:#8e8e93;transition:background 150ms ease,color 150ms ease}.tab--active{background:#1a1a1f;color:#f2f2f7;box-shadow:0 1px 3px rgba(0,0,0,.3)}.tab:hover:not(.tab--active){color:#f2f2f7}.tab-panel{display:none}.tab-panel--active{display:block}.scan-icon{width:80px;height:80px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.scan-icon svg{width:40px;height:40px}.scan-icon--qr{background:rgba(212,245,60,.12);color:#d4f53c}.scan-icon--bio{background:rgba(129,140,248,.12);color:#818cf8}.scan-hint{text-align:center;color:#8e8e93;font-size:13px;margin-bottom:20px}.file-input-label{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#232329;border:1px dashed #2e2e38;border-radius:10px;cursor:pointer;transition:border-color 150ms ease;font-size:13px;color:#8e8e93;width:100%;justify-content:center}.file-input-label svg{width:18px;height:18px}.file-input-label:hover{border-color:#d4f53c;color:#f2f2f7}.file-name{display:block;font-size:12px;color:#8e8e93;text-align:center;margin-top:8px}.result-card{min-height:300px;display:flex;align-items:center;justify-content:center}.result{text-align:center;width:100%}.result__icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:36px}.result__status{font-size:24px;font-weight:700;margin-bottom:8px}.result__name{font-size:18px;font-weight:600;margin-bottom:4px}.result__meta{font-size:14px;color:#8e8e93;margin-bottom:8px}.result__reason{display:inline-block;margin-top:12px;padding:5px 12px;background:#232329;border-radius:20px;font-size:12px;color:#8e8e93;font-family:"SF Mono","Fira Code",monospace}.result--ok .result__icon{background:rgba(34,197,94,.15)}.result--ok .result__status{color:#22c55e}.result--denied .result__icon{background:rgba(239,68,68,.15)}.result--denied .result__status{color:#ef4444}.result--unknown .result__icon{background:#232329}.result--unknown .result__status{color:#8e8e93}.filter-bar{display:flex;gap:8px}.filter-btn{padding:7px 18px;border-radius:20px;font-size:13px;font-weight:600;color:#8e8e93;background:#1a1a1f;border:1px solid #2e2e38;transition:all 150ms ease}.filter-btn:hover{color:#f2f2f7;border-color:#8e8e93}.filter-btn--active{background:#d4f53c;color:#0f0f11;border-color:#d4f53c}.access-table{width:100%;border-collapse:collapse}.access-table th{font-size:11px;font-weight:600;color:#8e8e93;text-transform:uppercase;letter-spacing:.5px;padding:10px 12px;text-align:left;border-bottom:1px solid #2e2e38}.access-table td{padding:12px 12px;border-bottom:1px solid #2e2e38;font-size:13px;vertical-align:middle}.access-table tr:last-child td{border-bottom:none}.access-table tr:hover td{background:#232329}.method-badge{font-size:11px;font-family:"SF Mono","Fira Code",monospace;color:#8e8e93}.pagination{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:20px;padding-top:20px;border-top:1px solid #2e2e38}.pagination__btn{padding:6px 14px;border-radius:10px;font-size:13px;font-weight:500;color:#8e8e93;background:#232329;border:1px solid #2e2e38;transition:all 150ms ease}.pagination__btn:hover:not(:disabled){color:#f2f2f7;border-color:#8e8e93}.pagination__btn:disabled{opacity:.4;cursor:not-allowed}.pagination__btn--active{background:#d4f53c;color:#0f0f11;border-color:#d4f53c}.pagination__info{font-size:13px;color:#8e8e93;padding:0 12px}.devices-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(240px, 1fr));gap:16px}.device-card{background:#1a1a1f;border:1px solid #2e2e38;border-radius:16px;padding:20px}.device-card__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.device-card__icon{width:44px;height:44px;border-radius:10px;background:#232329;display:flex;align-items:center;justify-content:center;font-size:20px}.device-card__status-dot{width:10px;height:10px;border-radius:50%;margin-top:4px}.device-card__status-dot--online{background:#22c55e;box-shadow:0 0 6px rgba(34,197,94,.5)}.device-card__status-dot--offline{background:#8e8e93}.device-card__name{font-size:15px;font-weight:600;margin-bottom:4px}.device-card__type{font-size:11px;color:#8e8e93;text-transform:uppercase;letter-spacing:.5px;font-family:"SF Mono","Fira Code",monospace}.device-card__footer{margin-top:16px;padding-top:12px;border-top:1px solid #2e2e38;font-size:12px;color:#8e8e93}.device-card--online{border-color:rgba(34,197,94,.2)}.device-card--offline{opacity:.65}.device-status{font-size:12px;font-weight:600}.device-status--online{color:#22c55e}.device-status--offline{color:#8e8e93}.ticket-search-form{display:flex;gap:16px;align-items:flex-end}.ticket-search-form .form-group{flex:1;margin-bottom:0}.ticket-search-form .btn{flex-shrink:0;height:42px}.tickets-result{margin-top:24px}.ticket-holder{background:#1a1a1f;border:1px solid #2e2e38;border-radius:16px;overflow:hidden}.ticket-holder__header{padding:16px 20px;border-bottom:1px solid #2e2e38;background:#232329;display:flex;align-items:center;gap:12px}.ticket-holder__icon{font-size:20px}.ticket-holder__info{flex:1}.ticket-holder__name{font-size:15px;font-weight:600}.ticket-holder__doc{font-size:12px;color:#8e8e93;font-family:"SF Mono","Fira Code",monospace}.ticket-list{padding:12px 0}.ticket-item{display:flex;align-items:center;gap:16px;padding:14px 20px;border-bottom:1px solid #2e2e38}.ticket-item:last-child{border-bottom:none}.ticket-item__id{font-size:12px;font-family:"SF Mono","Fira Code",monospace;color:#8e8e93;min-width:80px}.ticket-item__info{flex:1}.ticket-item__sector{font-size:14px;font-weight:600}.ticket-item__seat{font-size:12px;color:#8e8e93;margin-top:2px}.ticket-item__status{font-size:12px;font-weight:600;padding:3px 10px;border-radius:20px}.ticket-item__status--valid{background:rgba(34,197,94,.15);color:#22c55e}.ticket-item__status--used{background:#232329;color:#8e8e93}.loading-page{background:#0d1017;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;overflow:hidden;position:relative}.loading-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;padding:40px 24px}.loading-spinner-wrap{position:relative;width:160px;height:160px}.loading-ring{width:160px;height:160px;animation:loadingRotate 1.6s linear infinite;transform-origin:center}.loading-arc{transform-origin:center}@keyframes loadingRotate{from{transform:rotate(-90deg)}to{transform:rotate(270deg)}}.loading-face-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.loading-face-wrap::before{content:"";position:absolute;width:108px;height:108px;border-radius:50%;background:#1a2030}.loading-face-wrap svg{position:relative;z-index:1;width:44px;height:44px}.loading-text-group{text-align:center}.loading-title{font-size:28px;font-weight:800;color:#f2f2f7;margin:0 0 8px;letter-spacing:-0.3px}.loading-subtitle{font-size:16px;color:#6b7280;margin:0}.loading-bottom{width:100%;padding:0 24px 40px;display:flex;flex-direction:column;align-items:center;gap:12px}.loading-progress-track{width:100%;height:3px;background:#1e2638;border-radius:2px;overflow:hidden}.loading-progress-bar{height:100%;width:0%;background:#e8452a;border-radius:2px;transition:width 400ms ease}.loading-progress-label{font-size:11px;font-weight:700;letter-spacing:.12em;color:#4a5568;text-transform:uppercase}.res-body{margin:0;padding:0;height:100%;overflow:hidden}.res-page{display:none;flex-direction:column;height:100dvh;width:100%;max-width:430px;margin:0 auto;font-family:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;overflow:hidden}.res-page--ok,.res-page--denied,.res-page--not-found{background:#111827;color:#fff}.res-page--multiple{background:#e8442a;color:#fff}.res-scroll{flex:1;overflow-y:auto;padding-bottom:8px;-webkit-overflow-scrolling:touch}.res-back-row{padding:52px 20px 0}.res-back-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:hsla(0,0%,100%,.08)}.res-back-btn--multiple{background:hsla(0,0%,100%,.15)}.res-hero{display:flex;flex-direction:column;align-items:center;padding:28px 20px 0;gap:20px}.res-icon-halo{position:relative;display:flex;align-items:center;justify-content:center}.res-icon-halo--ok::before{content:"";position:absolute;inset:-16px;border-radius:50%;background:rgba(34,197,94,.15)}.res-icon-halo--denied::before{content:"";position:absolute;inset:-16px;border-radius:50%;background:rgba(239,68,68,.15)}.res-icon{width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.res-icon--ok{background:#22c55e}.res-icon--denied{background:#ef4444}.res-texts{display:flex;flex-direction:column;align-items:center;gap:8px}.res-title{font-size:36px;font-weight:800;color:#fff;text-align:center;line-height:1.1;letter-spacing:-1px;margin:0}.res-title--sm{font-size:30px}.res-sub{font-size:14px;color:#6b7280;text-align:center;margin:0}.res-ticket-card{margin:24px 20px 0;background:#1f2937;border:1px solid #374151;border-radius:20px;padding:20px;display:flex;flex-direction:column;gap:16px}.res-ticket-card--compact{padding:16px;gap:12px}.res-ticket-header{display:flex;align-items:center;gap:12px}.res-ticket-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.res-ticket-icon--neutral{background:#374151}.res-ticket-icon--denied{background:#7f1d1d}.res-ticket-event-name{font-size:15px;font-weight:700;color:#fff;line-height:1.3}.res-ticket-event-info{font-size:12px;color:#6b7280;margin-top:2px}.res-ticket-divider{height:1px;background:#374151}.res-ticket-fields{display:flex}.res-ticket-fields--compact{gap:0}.res-ticket-field{flex:1;display:flex;flex-direction:column;gap:4px}.res-ticket-label{font-size:10px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:1px;line-height:1.2}.res-ticket-value{font-size:22px;font-weight:800;color:#fff;letter-spacing:-0.5px;line-height:1.25}.res-ticket-value--md{font-size:20px}.res-ticket-value--denied{color:#ef4444}.res-ticket-holder{display:flex;flex-direction:column;gap:4px}.res-ticket-holder-name{font-size:15px;font-weight:600;color:#fff}.res-form{display:flex;flex-direction:column;gap:10px;padding:16px 20px 0}.res-input-wrap{background:#1f2937;border:1px solid #374151;border-radius:14px;padding:14px 16px;display:flex;flex-direction:column;gap:4px}.res-input-label{font-size:10px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:1px}.res-input{background:rgba(0,0,0,0);border:none;outline:none;color:#fff;font-family:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;font-size:14px;padding:0}.res-input::placeholder{color:#4b5563}.res-confirm-btn{width:100%;height:52px;background:#e8442a;color:#fff;border:none;border-radius:16px;font-family:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;cursor:pointer;transition:opacity 150ms ease;margin-top:6px}.res-confirm-btn:hover{opacity:.88}.res-footer{padding:16px 20px 32px;display:flex;flex-direction:column}.res-footer--multiple{padding:8px 20px 40px}.res-nav-btns{display:flex;gap:12px}.res-nav-btn{flex:1;height:52px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:16px;font-family:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;font-size:14px;font-weight:700;color:#fff;transition:opacity 150ms ease}.res-nav-btn:hover{opacity:.8}.res-nav-btn--dark{background:#1f2937;border:1px solid #374151}.res-nav-btn--ok{background:#22c55e}.res-nav-btn--denied{background:#ef4444}.res-nav-btn--multiple-ghost{background:rgba(0,0,0,.2);border:1px solid hsla(0,0%,100%,.2)}.res-badge{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:20px;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.res-badge--ok{color:#22c55e}.res-badge--denied{color:#ef4444}.res-badge-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.res-badge-dot--ok{background:#22c55e}.res-badge-dot--denied{background:#ef4444}.res-hero-multiple{display:flex;flex-direction:column;align-items:center;padding:24px 20px 0;gap:12px}.res-icon-circle-white{width:72px;height:72px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.res-title-multiple{font-size:26px;font-weight:800;color:#fff;text-align:center;letter-spacing:-0.5px;margin:0}.res-sub-multiple{font-size:13px;color:hsla(0,0%,100%,.7);text-align:center;margin:0}.res-ticket-list{display:flex;flex-direction:column;gap:10px;padding:20px 20px 0}.mtl-ticket-item{background:hsla(0,0%,100%,.12);border:1px solid hsla(0,0%,100%,.2);border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:background 120ms ease}.mtl-ticket-item:hover{background:hsla(0,0%,100%,.18)}.mtl-ticket-top{display:flex;align-items:center;gap:10px}.mtl-ticket-icon-wrap{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.mtl-ticket-info{flex:1;min-width:0}.mtl-ticket-name{font-size:14px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mtl-ticket-meta{font-size:11px;color:hsla(0,0%,100%,.6);margin-top:2px}.mtl-ticket-used{font-size:11px;font-weight:700;color:#fde047;text-align:center;text-transform:uppercase;letter-spacing:1px}.mtl-ticket-fields{display:flex}.mtl-ticket-field{flex:1;display:flex;flex-direction:column;gap:3px}.mtl-ticket-label{font-size:9px;font-weight:700;color:hsla(0,0%,100%,.45);text-transform:uppercase;letter-spacing:1px}.mtl-ticket-val{font-size:18px;font-weight:800;color:#fff;line-height:1.2}.mtl-ticket-val--sm{font-size:12px;font-weight:700;margin-top:4px}.res-new-search-row{display:flex;justify-content:center;padding:16px 20px 8px}.res-new-search-link{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.7)}.cr-body{margin:0;padding:0;height:100%;overflow:hidden;background:#626270}.cr-page{display:flex;flex-direction:column;height:100dvh;width:100%;max-width:430px;margin:0 auto;font-family:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;color:#fff;overflow:hidden}.cr-header{display:flex;align-items:center;gap:12px;padding:56px 24px 8px;flex-shrink:0}.cr-back-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.12);flex-shrink:0;transition:background 120ms ease}.cr-back-btn:hover{background:hsla(0,0%,100%,.2)}.cr-header-text{flex:1;display:flex;flex-direction:column;gap:1px;min-width:0}.cr-title{font-size:18px;font-weight:700;color:#fff;letter-spacing:-0.02em;line-height:24px;margin:0}.cr-subtitle{font-size:13px;color:hsla(0,0%,100%,.55);line-height:18px;margin:0}.cr-count-badge{display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.15);border-radius:20px;padding:4px 10px;font-size:13px;font-weight:600;color:#fff;line-height:16px;flex-shrink:0}.cr-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px 20px 8px;display:flex;flex-direction:column;gap:10px}.cr-list{display:flex;flex-direction:column;gap:10px}.cr-item{display:flex;align-items:center;gap:14px;background:hsla(0,0%,100%,.1);border-radius:16px;padding:16px;cursor:pointer;transition:background 120ms ease}.cr-item:hover{background:hsla(0,0%,100%,.16)}.cr-item--validated{background:#1a6b3c}.cr-item--validated:hover{background:rgb(29.9879699248,123.4120300752,69.2030075188)}.cr-avatar{width:44px;height:44px;border-radius:50%;background:hsla(0,0%,100%,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:14px;font-weight:700;color:#fff;line-height:18px}.cr-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px;overflow:hidden}.cr-name{font-size:15px;font-weight:700;color:#fff;line-height:20px}.cr-doc{font-size:12px;color:hsla(0,0%,100%,.55);line-height:17px}.cr-event{font-size:12px;color:hsla(0,0%,100%,.4);line-height:17px}.cr-validated-badge{display:inline-flex;align-items:center;gap:5px;background:hsla(0,0%,100%,.18);border-radius:20px;padding:3px 8px 3px 6px;margin-top:2px;font-size:10px;font-weight:700;color:#fff;letter-spacing:.06em;line-height:12px;align-self:flex-start}.cr-chevron{flex-shrink:0;opacity:.35}.cr-check-circle{width:28px;height:28px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cr-new-search-row{display:flex;justify-content:center;padding:12px 0 4px}.cr-new-search-link{font-size:14px;font-weight:500;color:hsla(0,0%,100%,.5);letter-spacing:.01em;transition:color 120ms ease}.cr-new-search-link:hover{color:hsla(0,0%,100%,.75)}.cr-footer{display:flex;gap:12px;padding:16px 20px 40px;flex-shrink:0}.cr-nav-btn{flex:1;height:52px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:14px;background:hsla(0,0%,100%,.18);font-family:"Plus Jakarta Sans",system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#fff;transition:background 120ms ease}.cr-nav-btn:hover{background:hsla(0,0%,100%,.25)}/*# sourceMappingURL=app.css.map */
