.loginPage{min-height:90vh;display:grid;place-items:center;padding:40px 16px;background:radial-gradient(1200px 500px at 20% 10%,rgba(99,102,241,.14),transparent 60%),radial-gradient(900px 400px at 85% 25%,rgba(14,165,233,.12),transparent 55%),linear-gradient(180deg,#f5f5f7,#eef0f6)}.loginShell{width:min(860px,100%);display:grid;justify-items:center;text-align:center;animation:fadeUp .42s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.loginHeader{margin-bottom:16px;display:grid;justify-items:center}.loginTitle{margin:0;font-size:clamp(28px,3vw,38px);letter-spacing:-.02em;font-weight:850;color:#0f172a}.loginSubtitle{margin:10px 0 0;color:#0f172aa6;max-width:60ch;font-size:15px}.loginCard{width:min(520px,100%);border-radius:22px;padding:22px;background:#ffffffeb;border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 50px #0f172a14,0 1px 3px #0f172a0f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;justify-items:center;text-align:center;animation:fadeUp .52s cubic-bezier(.22,1,.36,1)}.loginCardTop{display:grid;justify-items:center;gap:10px;margin-bottom:14px}.loginIcon{width:46px;height:46px;display:grid;place-items:center;border-radius:14px;background:#6366f11a;border:1px solid rgba(99,102,241,.18);font-size:20px}.loginCardTitle{font-weight:800;color:#0f172a}.loginCardText{margin-top:6px;color:#0f172a9e;font-size:13.5px;max-width:36ch}.loginActions{display:grid;gap:10px;justify-items:center;width:100%;animation:fadeUp .62s cubic-bezier(.22,1,.36,1)}.loginLegal{margin-top:16px;font-size:.75rem;line-height:1.4;color:#6b7280;text-align:center}:root{--bg: #f5f5f7;--card: #ffffff;--text: #111827;--muted: #6b7280;--danger-bg:#fee2e2;--danger:#b91c1c;--nav:#0f172a;--shadow: 0 10px 30px rgba(15, 23, 42, .04), 0 1px 3px rgba(15, 23, 42, .05);--radius-lg: 1rem;--radius-md: .8rem;--radius-sm: .6rem}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text)}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}html,body,#root{height:100%}body{overflow:auto}.page{min-height:90vh;padding:1.5rem;background:radial-gradient(1200px 500px at 20% 10%,rgba(99,102,241,.14),transparent 60%),radial-gradient(900px 400px at 85% 25%,rgba(14,165,233,.12),transparent 55%),linear-gradient(180deg,#f5f5f7,#eef0f6)}.container{max-width:100%;margin:0 auto}.header{margin-bottom:1.5rem}.title{font-size:1.6rem;margin:0 0 .3rem}.subtitle{margin:0;color:#555;font-size:.95rem}.card{background:var(--card);border-radius:var(--radius-lg);padding:1.2rem;box-shadow:var(--shadow)}.grid{display:flex;flex-direction:column;gap:1rem}.h2{margin:0;font-size:1.1rem}.h3{margin:0 0 .4rem;font-size:1rem}.desc{margin:0 0 .8rem;color:#374151;font-size:.9rem}.muted{color:var(--muted);font-size:.9rem;margin:0}.small{font-size:.8rem}.alert{margin-bottom:1rem;padding:.8rem 1rem;border-radius:.6rem;font-size:.9rem}.alert--error{background:#ffe5e5;color:#b00020}.topbar{margin-bottom:1.5rem;padding:1rem 1.2rem;background:linear-gradient(180deg,#01040d,#020617 22%,#0f172a 60%,#2f4566);border-radius:var(--radius-lg);color:#fff;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;box-shadow:0 18px 44px #0206179e,inset 0 1px #ffffff14,inset 0 -24px 40px #ffffff09}.topbar__kicker{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-bottom:.25rem}.topbar__name{font-size:1rem;font-weight:500}.topbar__email{font-size:.85rem;opacity:.85;margin-top:.15rem}.topbar__actions{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.btn{border:none;border-radius:999px;padding:.6rem 1.1rem;cursor:pointer;font-size:.9rem;font-weight:500}.btn:disabled{opacity:.6;cursor:not-allowed}.btn--primary{padding:.6rem 1.4rem;font-size:.9rem;font-weight:500;letter-spacing:.01em;color:#fff;background:linear-gradient(180deg,#0f172a,#1e293b 45%,#475569);border-radius:999px;border:1px solid rgba(255,255,255,.14);box-shadow:0 6px 18px #0f172a59,inset 0 1px #ffffff2e;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.btn--primary:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 10px 26px #0f172a73,inset 0 1px #ffffff38}.btn--ghost{padding:.45rem 1rem;font-size:.8rem;background:linear-gradient(90deg,#0f172a99,#1e293b99);border:1px solid rgba(148,163,184,.6);color:#e5e7eb;border-radius:999px;transition:background .25s ease,box-shadow .25s ease}.btn--ghost:hover{background:linear-gradient(90deg,#0f172acc,#1e293bcc);box-shadow:0 6px 18px #02061773}.btn--resume{padding:.45rem .9rem;font-size:.8rem;background:linear-gradient(90deg,#2563eb40,#0f766e40);border:1px solid rgba(148,163,184,.6);color:#e5e7eb;display:flex;gap:.5rem;align-items:center;white-space:nowrap;transition:background .25s ease}.btn--resume:hover{background:linear-gradient(90deg,#2563eb59,#0f766e59)}.btn__hint{opacity:.85;font-size:.75rem}.btn--success{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.card__head{margin-bottom:.8rem;display:flex;justify-content:space-between;align-items:center;gap:.5rem;flex-wrap:wrap}.card__meta{display:flex;gap:.5rem;align-items:center}.caseList{display:flex;flex-direction:column;gap:.6rem}.caseBtn{text-align:left;padding:.7rem .9rem;border-radius:var(--radius-md);border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer}.caseBtn--active{border-color:#2563eb;background:#eff6ff}.caseBtn__row{display:flex;justify-content:space-between;gap:.6rem;flex-wrap:wrap}.caseBtn__title{font-size:.95rem;font-weight:600}.caseBtn__desc{font-size:.8rem;color:#6b7280;margin-top:.25rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.pills{display:flex;gap:.4rem;flex-wrap:wrap}.pills--mb{margin-bottom:.6rem}.pill{padding:.18rem .5rem;font-size:.72rem;border-radius:999px;border:1px solid;display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;line-height:1.2}.pill--ok{background:#22c55e24;border-color:#22c55e73;color:#166534}.pill--warn{background:#fbbf2424;border-color:#fbbf248c;color:#92400e}.pill--lock{background:#f59e0b2e;border-color:#f59e0b8c;color:#92400e}.knownBox{border-radius:var(--radius-md);border:1px solid #e5e7eb;overflow:hidden;margin-bottom:.9rem}.knownRow{display:grid;grid-template-columns:1.1fr 2fr;gap:.5rem;padding:.6rem .8rem;font-size:.85rem;background:#fff}.knownRow--alt{background:#f9fafb}.knownRow__k{font-weight:500;color:#111827}.knownRow__v{color:#374151}.upcoming{margin-top:1rem;padding-top:.9rem;border-top:1px dashed #e5e7eb}.upcoming__head{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:.5rem}.caseBtn--disabled{background:#f3f4f6;border-color:#e5e7eb;cursor:default;opacity:.85}.caseBtn--disabled:hover{background:#f3f4f6}.pill--info{background:#3b82f61f;border-color:#3b82f673;color:#1e40af}.appShell{height:100svh;display:flex;flex-direction:column}.appMain{flex:1;min-height:0;overflow:auto}.ugrFooter{margin-top:auto;padding:18px 28px;background:linear-gradient(180deg,#020617 0% 40%,#0f172a);color:#e5e7eb}.ugrFooterInner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:28px}.ugrFooterText{display:flex;flex-direction:column;gap:2px}.ugrFooterLogos{display:flex;align-items:center;gap:22px}.ugrFooterLogo{height:58px;width:auto;object-fit:contain;opacity:.92;transition:transform .35s ease,opacity .35s ease}.ugrFooterLogo.ucaLogo{height:44px;width:auto;transform:translateY(-1px)}.ugrFooterCredit{font-size:.8rem;font-weight:500;letter-spacing:.02em;color:#e5e7eb;position:relative;display:inline-block;transition:color .35s ease}.ugrFooterCredit:after{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:1px;background:#e5e7eb8c;transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.ugrFooterCredit:hover{color:#fff}.ugrFooterCredit:hover:after{transform:scaleX(1)}.ugrFooterAff{margin-top:4px;font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;font-weight:500;color:#c7d2fe}.ugrFooterLogo{height:58px;opacity:.92;transition:transform .35s ease,opacity .35s ease}.ugrFooterLogo:hover{transform:scale(1.05);opacity:1}@media(hover:hover){.ugrFooterCredit:hover:after{transform:scaleX(1)}}@media(max-width:640px){.ugrFooter{padding:20px 16px}.ugrFooterInner{flex-direction:column;align-items:center;text-align:center;gap:14px}.ugrFooterText{align-items:center;gap:4px}.ugrFooterCredit{font-size:.78rem}.ugrFooterAff{font-size:.72rem;letter-spacing:.18em}.ugrFooterLogo{height:46px}.ugrFooterLogo.ucaLogo{height:34px}}.profPage{background:radial-gradient(1200px 500px at 20% 10%,rgba(99,102,241,.14),transparent 60%),radial-gradient(900px 400px at 85% 25%,rgba(14,165,233,.12),transparent 55%),linear-gradient(180deg,#f5f5f7,#eef0f6)}.profTopbar{margin-bottom:1.5rem;padding:1rem 1.2rem;background:linear-gradient(180deg,#01040d,#020617 22%,#0f172a 58%,#2f4566);border-radius:var(--radius-lg);color:#fff;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;box-shadow:0 18px 44px #0206179e,inset 0 1px #ffffff14,inset 0 -24px 40px #ffffff09}.profPill{font-size:.72rem;padding:.2rem .6rem;border-radius:999px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#e5e7eb}.profCaseList{display:grid;gap:.7rem}.profCaseRow{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.8rem 1rem;border-radius:var(--radius-md);border:1px solid #e5e7eb;background:#fafafa}.profCaseMeta{min-width:0}.profCaseTitle{font-weight:600;font-size:.95rem}.profCaseDesc{margin-top:.25rem;font-size:.82rem;color:#6b7280;line-height:1.35;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.profCaseSmall{margin-top:.35rem;font-size:.75rem;color:#6b7280}.profCaseActions{flex-shrink:0}.profEmpty{padding:1rem;text-align:center;font-size:.85rem;color:#6b7280}.profFooterNote{margin-top:.9rem;font-size:.75rem;color:#6b7280}.btn--prof{padding:.6rem 1.4rem;font-size:.85rem;font-weight:600;letter-spacing:.01em;color:#fff;background:linear-gradient(180deg,#64748b,#1e293b 45%,#020617);border-radius:999px;border:1px solid rgba(255,255,255,.22);box-shadow:0 10px 26px #02061773,inset 0 1px #ffffff47;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.btn--prof:hover{transform:translateY(-1px);filter:brightness(1.08);box-shadow:0 16px 36px #02061799,inset 0 1px #ffffff59}.btn--prof:disabled{opacity:.6;cursor:not-allowed}.profExportCard{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:radial-gradient(900px 240px at 12% 0%,rgba(56,189,248,.14),transparent 62%),radial-gradient(700px 240px at 88% 22%,rgba(167,139,250,.14),transparent 60%),linear-gradient(180deg,#fffffff5,#f8fafceb);border:1px solid rgba(15,23,42,.18);color:#0f172a;box-shadow:0 12px 30px #0206171a}.profExportRow{display:flex;align-items:center;justify-content:space-between;gap:1rem}.profExportCard .profExportTitle{margin:0 0 .25rem;font-size:1.05rem;font-weight:650;color:#020617}.profExportCard .profExportText{margin:0;font-size:.9rem;line-height:1.35;color:#475569;max-width:62ch}.profExportCard .profExportBadges{margin-top:.6rem;display:flex;flex-wrap:wrap;gap:.45rem}.profExportCard .profBadge{font-size:.72rem;font-weight:650;padding:.26rem .58rem;border-radius:999px;background:#eef2ffd9;color:#3730a3;border:1px solid rgba(199,210,254,.85)}.profExportCard .profStatPill{font-size:.72rem;padding:.26rem .58rem;border-radius:999px;background:#f1f5f9d9;color:#475569;border:1px solid rgba(226,232,240,.95)}.profExportCard .profExportActions{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.profExportCard .btn--profPrimary{padding:.6rem 1.2rem;font-size:.85rem;font-weight:650;border-radius:999px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(180deg,#64748b,#1e293b 45%,#020617);color:#fff;box-shadow:0 10px 26px #02061773,inset 0 1px #ffffff47;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.profHelpText{margin:.5rem 0 .9rem;font-size:.9rem;line-height:1.35;color:#475569}.profHelpText code{font-family:inherit;font-size:.9rem;font-weight:500;background:#0f172a0a;color:#334155;padding:2px 6px;border-radius:6px;border:1px solid rgba(15,23,42,.08)}.profExportCard .btn--profPrimary:hover{transform:translateY(-1px);filter:brightness(1.06);box-shadow:0 14px 34px #0206178c,inset 0 1px #ffffff59}.profExportCard .btn--profPrimary:active{transform:translateY(0)}.profExportCard .profExportHint{font-size:.75rem;color:#64748b}.profExportCard .profExportHint code{background:#f1f5f9e6;border:1px solid rgba(226,232,240,.95);padding:2px 8px;border-radius:999px}@media(max-width:720px){.profExportRow{flex-direction:column;align-items:stretch}.profExportCard .profExportActions{width:100%;align-items:stretch}.profExportCard .btn--profPrimary{width:100%}}.surveyFoot{padding-left:8px;padding-right:8px}.surveyFoot .chatForm,.surveyFoot .surveyActions{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:480px){.surveyFoot button{flex:1 1 100%;min-width:0}}:root{--bottomBarH: 56px}.caseContainer{max-width:100%;margin:0 auto;padding-bottom:calc(var(--bottomBarH) + 16px)}.casePage{min-height:100vh;background:radial-gradient(1200px 500px at 20% 10%,rgba(99,102,241,.14),transparent 60%),radial-gradient(900px 400px at 85% 25%,rgba(14,165,233,.12),transparent 55%),linear-gradient(180deg,#f5f5f7,#eef0f6)}.twoCol{display:flex;gap:1rem;flex-direction:column;width:100%}@media(min-width:768px){.twoCol{flex-direction:row;align-items:stretch;height:calc(100vh - 220px - var(--bottomBarH))}.twoCol>.card{flex:1;min-width:0;overflow:hidden}.chatCard{height:100%}}.topbar__left{display:flex;flex-direction:column;gap:.15rem}.topbar__kicker{font-size:.8rem;text-transform:uppercase;letter-spacing:.1em;opacity:.8}.topbar__title{font-size:1.1rem;font-weight:600}.topbar__desc{margin:.5rem 0 0;font-size:.9rem;color:#e5e7eb}.topbar__note{margin:.5rem 0 0;font-size:.85rem}.topbar__warn{margin:.25rem 0 0;font-size:.85rem;color:#fbbf24}@media(max-width:767px){.topbar{padding-right:1.2rem}.topbarBackBtn{position:static;margin-top:.6rem;align-self:flex-start}}.pills--mt{margin-top:.45rem}.card--dim{opacity:.9}.stack{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.8rem}.mb6{margin-bottom:.4rem}.tiny{font-size:.75rem}.statusOk{margin-top:.35rem;font-size:.8rem;color:#16a34a}.surveyCard{display:flex;flex-direction:column;height:100%;min-height:0}.surveyScroll{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}.surveyForm{flex:1;min-height:0;display:flex;flex-direction:column}.surveyBody{flex:1;min-height:0;overflow-y:auto;padding-right:6px;padding-bottom:14px}.surveyFoot{flex:0 0 auto;background:#fff;border-top:1px solid #e5e7eb;padding:10px 0 0;position:sticky;bottom:0}.qBox{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:12px}.qText{font-weight:600;font-size:.85rem;line-height:1.25;margin-bottom:.5rem}.qOptions--stack{display:flex;flex-direction:column;gap:.6rem}.qOptBlock{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;padding:8px 10px;border-radius:12px;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer}.qOptBlock:hover{background:#f3f4f6}.qOptBlock input{margin-top:2px}.qOptLabel{font-size:.85rem;line-height:1.25;word-break:break-word}.qOptBlock:has(input:checked){background:#eff6ff;border-color:#2563eb}.qOptBlock--disabled{opacity:.6;cursor:not-allowed}.qOptBlock--disabled:hover{background:#f9fafb}.chatCard{display:flex;flex-direction:column;min-height:0}.chatHeader{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.4rem}.chatLog{flex:1;min-height:0;overflow-y:auto;padding:.4rem .1rem;margin-bottom:.6rem;display:flex;flex-direction:column;gap:.4rem}.msgRow{display:flex;justify-content:flex-start}.msgRow--me{justify-content:flex-end}.bubble{max-width:80%;padding:.45rem .7rem;border-radius:1rem;font-size:.85rem;line-height:1.3;white-space:pre-wrap}.bubble--me{background:#2563eb;color:#fff}.bubble--them{background:#e5e7eb;color:#111827}.chatForm{display:flex;gap:.4rem;margin-top:auto}.chatInput{flex:1;padding:.5rem .7rem;border-radius:999px;border:1px solid #e5e7eb;font-size:.85rem}.btn--danger{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.tabs{display:flex;gap:.4rem;flex-wrap:wrap;margin:.6rem 0 .8rem}.tab{border:1px solid #e5e7eb;background:#f9fafb;border-radius:999px;padding:.35rem .75rem;font-size:.8rem;cursor:pointer}.tab--active{border-color:#2563eb;background:#eff6ff;color:#1d4ed8;font-weight:600}.timerBadge{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;border-radius:999px;font-size:.8rem;font-weight:600;letter-spacing:.02em;box-shadow:0 2px 6px #0000001f}.timerIcon{font-size:.9rem}.timerText{font-variant-numeric:tabular-nums}.timerBadge--ok{background:#dcfce7;color:#166534}.timerBadge--warn{background:#fef3c7;color:#92400e}.timerBadge--danger{background:#fee2e2;color:#991b1b;animation:pulse 1.2s infinite}@keyframes pulse{0%{box-shadow:0 0 #dc262673}70%{box-shadow:0 0 0 6px #dc262600}to{box-shadow:0 0 #dc262600}}.floatingHint{position:fixed;left:0;right:0;bottom:0;height:var(--bottomBarH);display:flex;align-items:center;justify-content:center;text-align:center;background:#0f172a;color:#e5e7eb;padding:0 1rem;font-size:.85rem;line-height:1.25;border-top:1px solid rgba(255,255,255,.08);box-shadow:0 -4px 12px #00000040;z-index:1000}.topbar--case{position:relative;padding-right:220px}.topbarBackBtn{position:absolute;right:16px;top:16px;white-space:nowrap;z-index:2}@media(max-width:767px){.topbar--case{padding-right:1.2rem}.topbarBackBtn{position:static;margin-top:.6rem;align-self:flex-start}}.bubble--tutor .md{background:#fff7e6;border:1px solid #f2d3a6;border-left:6px solid #f59e0b;border-radius:14px;padding:14px 16px}.bubble--tutor .md h3{display:flex;align-items:center;gap:6px;margin:.6rem 0 .4rem;font-size:.95rem}.bubble--tutor .md hr{border:0;border-top:1px solid rgba(0,0,0,.12);margin:.6rem 0}.bubble--tutor .md table{width:100%;border-collapse:collapse;margin:.4rem 0;background:#ffffffb3;border-radius:10px;overflow:hidden}.bubble--tutor .md th,.bubble--tutor .md td{padding:.4rem .55rem;border-bottom:1px solid rgba(0,0,0,.08);font-size:.8rem;vertical-align:top}.bubble--tutor .md th{text-align:left;font-weight:800;background:#f59e0b2e}.bubble--tutor .md ul{margin:.3rem 0 .3rem 1.1rem}.bubble--tutor .md li{margin:.25rem 0}.bubble--tutor .md li strong{color:#7c2d12}.bubble--tutor .md em{color:#374151;font-style:italic}.chatInput--status{display:flex;align-items:center;gap:.55rem;justify-content:flex-start;cursor:default;-webkit-user-select:none;user-select:none;font-weight:700;font-size:.85rem}.tutorStatus__icon{display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;flex:0 0 auto}.tutorStatus__text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatInput--busy{background:#fffbeb;border-color:#fde68a;color:#92400e}.chatInput--err{background:#fef2f2;border-color:#fecaca;color:#991b1b}.chatInput--ok{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.surveyFoot{padding-bottom:2px}.msgRow .bubble--tutor{width:100%;max-width:100%}.msgRow{align-items:stretch}.chatForm{flex-wrap:wrap}@media(max-width:480px){.chatForm button{flex:1 1 100%;min-width:0}}
