:root{--color-primary: #4f46e5;--color-primary-dark: #3730a3;--color-primary-glow: rgba(99, 102, 241, .4);--color-danger: #f87171;--color-text: #f9fafb;--color-text-muted: rgba(255, 255, 255, .72);--color-text-dim: rgba(255, 255, 255, .42);--color-bg: #0a0a0b;--color-surface: #161618;--color-card-border: rgba(255, 255, 255, .1);--radius: 12px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5;color:var(--color-text);background:var(--color-bg);min-height:100vh;-webkit-font-smoothing:antialiased}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.scan-page{min-height:100vh;display:flex;flex-direction:column;padding:1rem 1.25rem 2rem;max-width:480px;margin:0 auto}.scan-page__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.5rem 0 1.5rem}.scan-page__title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.scan-page__lang{background:var(--color-surface);color:var(--color-text);border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:.4rem .6rem;font-size:.875rem}.scan-page__guide{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;padding:1rem 0 2rem}.scan-page__circle{width:200px;height:200px;border:2px solid rgba(255,255,255,.55);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;background:radial-gradient(circle at 50% 40%,rgba(99,102,241,.12),transparent 70%)}.scan-page__face-svg{width:72px;height:72px;color:#ffffff73}.scan-page__hint{color:var(--color-text-muted);font-size:1rem}.scan-page__subhint{color:var(--color-text-dim);font-size:.8125rem;max-width:280px}.scan-page__loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--color-text-muted)}.scan-page__empty{text-align:center;margin-bottom:1rem}.scan-page__empty p:first-child{font-size:2.5rem;margin-bottom:.5rem}.face-capture{display:flex;flex-direction:column;gap:1rem;width:100%}.face-capture__choices{display:grid;grid-template-columns:1fr 1fr;gap:1rem;width:100%;max-width:360px;margin:0 auto;padding:0 .25rem}.choice-action{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:1.35rem .75rem;border:1px solid var(--color-card-border);border-radius:16px;background:var(--color-surface);cursor:pointer;transition:transform .15s ease,background .15s ease,border-color .15s ease,box-shadow .15s ease;-webkit-tap-highlight-color:transparent}.choice-action:hover:not(:disabled){border-color:#ffffff2e;background:#1c1c1f}.choice-action:active:not(:disabled){transform:scale(.98)}.choice-action:disabled{opacity:.45;cursor:not-allowed}.choice-action__icon-wrap{width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.choice-action--primary .choice-action__icon-wrap{background:linear-gradient(145deg,#6366f1,#4f46e5);box-shadow:0 10px 28px var(--color-primary-glow)}.choice-action--secondary .choice-action__icon-wrap{background:linear-gradient(145deg,#3f3f46,#27272a);border:1px solid rgba(255,255,255,.14);box-shadow:0 6px 18px #00000059}.choice-action__svg{width:34px;height:34px}.choice-action__label{font-size:.9375rem;font-weight:600;color:var(--color-text);text-align:center;line-height:1.2}.face-capture__text-btn{border:none;background:transparent;color:var(--color-text-dim);font-size:.875rem;cursor:pointer;padding:.5rem 1rem}.face-capture__camera{display:flex;flex-direction:column;align-items:center;gap:.75rem}.face-capture__video-wrap{position:relative;width:100%;max-width:360px;margin:0 auto}.face-capture__video{width:100%;border-radius:var(--radius);background:#000;aspect-ratio:3 / 4;object-fit:cover;display:block}.face-capture__video--mirror{transform:scaleX(-1)}.face-capture__ring{position:absolute;top:8%;right:8%;bottom:8%;left:8%;border:2px solid rgba(255,255,255,.65);border-radius:50%;pointer-events:none}.face-capture__video-wrap+.capture-btn--wide{margin-top:1rem}.face-capture__secondary-row{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.face-capture__starting{color:var(--color-text-muted);text-align:center;padding:1rem}.capture-btn--wide{width:100%;max-width:360px;margin-left:auto;margin-right:auto;padding:.875rem 1.5rem;border-radius:999px;background:var(--color-primary);color:#fff;border:none;font-size:1rem;font-weight:600;cursor:pointer}.face-capture__error{color:var(--color-danger);font-size:.875rem}.capture-btn--wide{display:block}.results{min-height:100vh;display:flex;flex-direction:column;background:var(--color-bg)}.results__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem}.results__title{font-size:1.125rem;font-weight:600}.results__count{color:var(--color-text-muted);font-size:.875rem}.results__viewport{flex:1;position:relative;min-height:50vh;overflow:hidden;touch-action:manipulation;user-select:none;-webkit-user-select:none}.results__track{display:flex;height:100%;transition:transform .28s ease-out;will-change:transform}.results__slide{flex:0 0 100%;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 1rem;gap:.75rem;box-sizing:border-box}.results__nav{position:absolute;top:42%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border:none;border-radius:50%;background:#00000073;color:#fff;font-size:1.75rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.results__nav:disabled{opacity:.25;cursor:default}.results__nav--prev{left:.5rem}.results__nav--next{right:.5rem}.results__swipe-hint{position:absolute;bottom:.5rem;left:0;right:0;text-align:center;color:var(--color-text-dim);font-size:.75rem;pointer-events:none}.results__image{max-width:100%;max-height:60vh;object-fit:contain}.results__counter{color:var(--color-text-muted);font-size:.8125rem}.results__event{color:var(--color-text-dim);font-size:.75rem}.results__download{color:var(--color-primary);font-size:.875rem;text-decoration:none}.results__thumbs{display:flex;gap:6px;overflow-x:auto;padding:10px 12px;background:#000}.results__thumb{flex-shrink:0;width:64px;height:64px;padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;background:transparent}.results__thumb--active{border-color:var(--color-primary)}.results__thumb-img{width:100%;height:100%;object-fit:cover}.results__footer{padding:.75rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.results__summary{color:var(--color-text-dim);font-size:.75rem}.match-photo__broken{font-size:3rem;opacity:.3}.loading-spinner{display:flex;justify-content:center}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error-message{padding:.75rem 1rem;background:#dc262626;color:var(--color-danger);border-radius:6px;font-size:.875rem;margin-bottom:1rem}
