.styles-module__zuXalW__shell{flex-direction:column;gap:12px;width:100vw;height:100vh;padding:14px 40px 16px;animation:.36s cubic-bezier(.4,0,.2,1) styles-module__zuXalW__fadeUp;display:flex}.styles-module__zuXalW__header{flex-direction:column;flex-shrink:0;align-items:center;gap:4px;display:flex}.styles-module__zuXalW__logo{filter:drop-shadow(0 4px 12px #0f172a14);width:auto;height:48px;display:block}.styles-module__zuXalW__greeting{color:var(--foreground);letter-spacing:-.02em;text-align:center;font-size:1.2rem;font-weight:700;line-height:1.2}.styles-module__zuXalW__greetingMuted{color:var(--muted);letter-spacing:0;margin-top:1px;font-size:.85rem;font-weight:400;display:block}.styles-module__zuXalW__stage{flex:1;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.styles-module__zuXalW__viewfinderWrap{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.styles-module__zuXalW__viewfinderWrap:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(70% 70%,#2563eb24,#0000 70%);position:absolute;inset:-30px}.styles-module__zuXalW__viewfinder{aspect-ratio:1;border-radius:var(--radius-2xl);max-width:100%;height:100%;box-shadow:var(--shadow-xl);isolation:isolate;background:#0b1220;position:relative;overflow:hidden}.styles-module__zuXalW__viewfinder:after{content:"";border-radius:var(--radius-2xl);pointer-events:none;z-index:4;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff14}.styles-module__zuXalW__bracket{border:3px solid var(--accent);z-index:5;pointer-events:none;width:40px;height:40px;animation:2.4s ease-in-out infinite styles-module__zuXalW__pulseBracket;position:absolute}.styles-module__zuXalW__tl{border-bottom:none;border-right:none;border-radius:14px 0 0;top:14px;left:14px}.styles-module__zuXalW__tr{border-bottom:none;border-left:none;border-radius:0 14px 0 0;top:14px;right:14px}.styles-module__zuXalW__bl{border-top:none;border-right:none;border-radius:0 0 0 14px;bottom:14px;left:14px}.styles-module__zuXalW__br{border-top:none;border-left:none;border-radius:0 0 14px;bottom:14px;right:14px}@keyframes styles-module__zuXalW__pulseBracket{0%,to{opacity:.65}50%{opacity:1}}.styles-module__zuXalW__scanHint{color:#fff;z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);letter-spacing:.01em;white-space:nowrap;background:#0f172abf;border-radius:999px;padding:8px 16px;font-size:.85rem;font-weight:500;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.styles-module__zuXalW__noCamera{aspect-ratio:1;border-radius:var(--radius-2xl);background:var(--surface);border:1px dashed var(--border-strong);text-align:center;max-width:100%;height:100%;box-shadow:var(--shadow);flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:32px;display:flex;position:relative}.styles-module__zuXalW__noCameraIcon{background:var(--surface-2);width:64px;height:64px;color:var(--muted);border-radius:50%;justify-content:center;align-items:center;display:flex}.styles-module__zuXalW__noCameraIcon svg{width:32px;height:32px}.styles-module__zuXalW__noCameraTitle{color:var(--foreground-2);font-size:1.1rem;font-weight:600}.styles-module__zuXalW__noCameraMessage{color:var(--muted);max-width:220px;font-size:.9rem;line-height:1.4}.styles-module__zuXalW__processing{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:32px;animation:.22s cubic-bezier(.4,0,.2,1) styles-module__zuXalW__fadeUp;display:flex}.styles-module__zuXalW__spinner{border:4px solid var(--surface-3);border-top-color:var(--accent);border-radius:50%;width:56px;height:56px;animation:.9s linear infinite styles-module__zuXalW__spin}@keyframes styles-module__zuXalW__spin{to{transform:rotate(360deg)}}.styles-module__zuXalW__processingLabel{color:var(--muted);letter-spacing:.01em;font-size:1.1rem;font-weight:500}.styles-module__zuXalW__feedback{border-radius:var(--radius-2xl);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:min(480px,100%);max-height:100%;padding:32px 28px;animation:.28s cubic-bezier(.4,0,.2,1) styles-module__zuXalW__fadeUp;display:flex}.styles-module__zuXalW__feedback.styles-module__zuXalW__success{background:var(--success-gradient);color:var(--success-strong);box-shadow:var(--shadow-lg), inset 0 0 0 1px #16a34a26}.styles-module__zuXalW__feedback.styles-module__zuXalW__warning{background:var(--warning-gradient);color:var(--warning-strong);box-shadow:var(--shadow-lg), inset 0 0 0 1px #d9770626}.styles-module__zuXalW__feedback.styles-module__zuXalW__error{background:var(--danger-gradient);color:var(--danger-strong);box-shadow:var(--shadow-lg), inset 0 0 0 1px #dc262626}.styles-module__zuXalW__feedbackIconWrap{color:#fff;width:80px;height:80px;animation:styles-module__zuXalW__popIn var(--t-spring);border-radius:50%;justify-content:center;align-items:center;display:flex}.styles-module__zuXalW__success .styles-module__zuXalW__feedbackIconWrap{background:var(--success);box-shadow:0 0 0 10px var(--success-ring)}.styles-module__zuXalW__warning .styles-module__zuXalW__feedbackIconWrap{background:var(--warning);box-shadow:0 0 0 10px #d977062e}.styles-module__zuXalW__error .styles-module__zuXalW__feedbackIconWrap{background:var(--danger);box-shadow:0 0 0 10px #dc26262e}.styles-module__zuXalW__feedbackIconWrap svg{width:40px;height:40px}@keyframes styles-module__zuXalW__popIn{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}.styles-module__zuXalW__feedbackTitle{letter-spacing:-.02em;font-size:1.875rem;font-weight:700;line-height:1.1}.styles-module__zuXalW__feedbackMessage{opacity:.85;word-break:break-word;max-width:420px;font-size:1rem;line-height:1.4}.styles-module__zuXalW__feedbackNote{background:var(--warning-gradient);color:var(--warning-strong);border-radius:999px;max-width:440px;margin-top:2px;padding:9px 18px;font-size:.95rem;font-weight:700;line-height:1.3;box-shadow:inset 0 0 0 1px #d9770647}.styles-module__zuXalW__sessions{flex-direction:column;align-items:center;gap:10px;width:100%;display:flex}.styles-module__zuXalW__sessionActive{flex-direction:column;align-items:center;gap:4px;display:flex}.styles-module__zuXalW__sessionName{font-size:1.3rem;font-weight:700;line-height:1.15}.styles-module__zuXalW__sessionEnds{background:#ffffff8c;border-radius:999px;padding:4px 16px;font-size:1.1rem;font-weight:700;box-shadow:inset 0 0 0 1px #16a34a38}.styles-module__zuXalW__sessionUpcoming{flex-direction:column;align-items:center;gap:3px;display:flex}.styles-module__zuXalW__sessionUpcomingLabel{text-transform:uppercase;letter-spacing:.14em;opacity:.65;font-size:.68rem;font-weight:700}.styles-module__zuXalW__sessionUpcomingItem{opacity:.9;font-size:.92rem;font-weight:600}.styles-module__zuXalW__prompt{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:14px;width:min(920px,94%);height:100%;animation:.24s cubic-bezier(.4,0,.2,1) styles-module__zuXalW__fadeUp;display:flex}.styles-module__zuXalW__promptTitle{letter-spacing:-.02em;color:var(--foreground);font-size:1.6rem;font-weight:700}.styles-module__zuXalW__promptSubtitle{color:var(--muted);max-width:460px;margin-top:-6px;font-size:1.05rem;line-height:1.35}.styles-module__zuXalW__promptError{color:var(--danger-strong);background:var(--danger-gradient);border-radius:999px;max-width:460px;padding:8px 16px;font-size:.95rem;font-weight:600;box-shadow:inset 0 0 0 1px #dc26262e}.styles-module__zuXalW__promptActions{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:6px;display:flex}.styles-module__zuXalW__promptPrimary,.styles-module__zuXalW__promptSecondary{border-radius:var(--radius);cursor:pointer;transition:transform var(--t-fast), box-shadow var(--t), background var(--t);border:1.5px solid #0000;padding:16px 28px;font-size:1.05rem;font-weight:700}.styles-module__zuXalW__promptPrimary{background:var(--accent-gradient);color:#fff;box-shadow:0 6px 18px #2563eb47}.styles-module__zuXalW__promptSecondary{background:var(--surface);color:var(--foreground);border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.styles-module__zuXalW__promptPrimary:active,.styles-module__zuXalW__promptSecondary:active{transform:translateY(1px)}.styles-module__zuXalW__promptChoices{flex-direction:column;gap:16px;width:100%;max-width:560px;margin-top:12px;display:flex}.styles-module__zuXalW__promptChoice{text-align:left;background:var(--surface);border:2px solid var(--border);border-radius:var(--radius-lg);width:100%;min-height:88px;box-shadow:var(--shadow-sm);cursor:pointer;transition:transform var(--t-fast), border-color var(--t), box-shadow var(--t);align-items:center;gap:18px;padding:20px 22px;display:flex}.styles-module__zuXalW__promptChoice[data-variant=primary]{border-color:var(--accent)}.styles-module__zuXalW__promptChoice:not(:disabled):hover,.styles-module__zuXalW__promptChoice:not(:disabled):active{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-2px)}.styles-module__zuXalW__promptChoiceIcon{background:var(--surface-2);width:54px;height:54px;color:var(--accent);border-radius:15px;flex-shrink:0;place-items:center;display:grid}.styles-module__zuXalW__promptChoice[data-variant=primary] .styles-module__zuXalW__promptChoiceIcon{background:var(--accent-gradient);color:#fff}.styles-module__zuXalW__promptChoiceIcon svg{width:30px;height:30px}.styles-module__zuXalW__promptChoiceBody{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.styles-module__zuXalW__promptChoiceLabel{color:var(--foreground);letter-spacing:-.01em;font-size:1.25rem;font-weight:700}.styles-module__zuXalW__promptChoiceHint{color:var(--muted);font-size:.92rem;line-height:1.3}.styles-module__zuXalW__promptChoiceArrow{width:26px;height:26px;color:var(--muted);transition:transform var(--t-fast), color var(--t);flex-shrink:0}.styles-module__zuXalW__promptChoice[data-variant=primary] .styles-module__zuXalW__promptChoiceArrow{color:var(--accent)}.styles-module__zuXalW__promptChoice:not(:disabled):hover .styles-module__zuXalW__promptChoiceArrow,.styles-module__zuXalW__promptChoice:not(:disabled):active .styles-module__zuXalW__promptChoiceArrow{color:var(--accent);transform:translate(3px)}.styles-module__zuXalW__promptScan{flex-direction:column;flex:1;align-items:center;gap:14px;width:100%;min-height:0;display:flex}.styles-module__zuXalW__promptScan .styles-module__zuXalW__viewfinder{aspect-ratio:1;width:min(320px,80%);height:auto;max-height:56%}.styles-module__zuXalW__promptFacility{flex-direction:column;align-items:center;gap:12px;width:100%;min-height:0;display:flex;overflow-y:auto}.styles-module__zuXalW__facilityGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px;width:100%;display:grid}.styles-module__zuXalW__facilityCard{border-radius:var(--radius-lg);background:var(--surface);border:1px solid var(--border);color:var(--foreground);cursor:pointer;box-shadow:var(--shadow-sm);transition:transform var(--t-fast), border-color var(--t), box-shadow var(--t);padding:16px 12px;font-size:.98rem;font-weight:600}.styles-module__zuXalW__facilityCard:not(:disabled):hover{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-2px)}.styles-module__zuXalW__facilityCard:disabled{opacity:.5;cursor:not-allowed}.styles-module__zuXalW__promptUnavailable{color:var(--muted);max-width:380px;font-size:1rem;line-height:1.4}.styles-module__zuXalW__promptCancel{color:var(--muted);cursor:pointer;background:0 0;border:none;margin-top:4px;padding:8px 20px;font-size:.9rem;font-weight:600;text-decoration:underline}.styles-module__zuXalW__divider{flex-shrink:0;align-items:center;gap:16px;display:flex}.styles-module__zuXalW__dividerLine{background:linear-gradient(90deg, transparent 0%, var(--border) 50%, transparent 100%);flex:1;height:1px}.styles-module__zuXalW__dividerLabel{color:var(--muted-2);letter-spacing:.16em;text-transform:uppercase;font-size:.72rem;font-weight:700}.styles-module__zuXalW__manualGrid{flex-shrink:0;grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.styles-module__zuXalW__manualCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);color:var(--foreground);cursor:pointer;min-height:96px;transition:transform var(--t-fast), box-shadow var(--t), border-color var(--t), background var(--t);box-shadow:var(--shadow-sm);flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:16px 12px;font-size:.95rem;font-weight:600;text-decoration:none;display:flex;position:relative;overflow:hidden}.styles-module__zuXalW__manualCard:before{content:"";background:var(--accent-gradient-soft);opacity:0;transition:opacity var(--t);pointer-events:none;position:absolute;inset:0}.styles-module__zuXalW__manualCard:not(:disabled):hover{border-color:var(--accent);box-shadow:var(--shadow);transform:translateY(-2px)}.styles-module__zuXalW__manualCard:not(:disabled):hover:before{opacity:1}.styles-module__zuXalW__manualCard:not(:disabled):active{transform:translateY(0)}.styles-module__zuXalW__manualCard:disabled{opacity:.4;cursor:not-allowed;background:var(--surface-2)}.styles-module__zuXalW__manualIcon{border-radius:var(--radius);background:var(--accent-gradient);color:#fff;z-index:1;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:relative;box-shadow:0 4px 12px #2563eb40}.styles-module__zuXalW__manualCard:disabled .styles-module__zuXalW__manualIcon{background:var(--surface-3);color:var(--muted-2);box-shadow:none}.styles-module__zuXalW__manualLabel{z-index:1;position:relative}.styles-module__zuXalW__manualIcon svg{width:22px;height:22px}.styles-module__zuXalW__footer{flex-shrink:0;justify-content:center;display:flex}.styles-module__zuXalW__signOutLink{color:var(--danger);background:var(--surface);border:1.5px solid var(--danger);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:color var(--t-fast), background var(--t-fast), box-shadow var(--t), transform var(--t-fast);align-items:center;gap:10px;padding:12px 24px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.styles-module__zuXalW__signOutLink svg{width:18px;height:18px}.styles-module__zuXalW__signOutLink:hover{color:#fff;background:var(--danger);box-shadow:0 8px 24px #dc262640}.styles-module__zuXalW__signOutLink:active{color:#fff;background:var(--danger);box-shadow:var(--shadow-sm);transform:translateY(1px)}
