:root{--bg:#f6f7f4;--ink:#222b2a;--muted:#687270;--surface:#ffffff;--soft:#eef3ef;--line:#dfe5df;--green:#257a64;--green-dark:#185747;--gold:#b8873a;--red:#b94a48;--shadow:0 18px 44px rgba(37,54,49,0.1)}@media (max-width:760px){.mobileNavHandle{left:0!important;top:58%!important;width:28px!important;min-height:92px!important;border-radius:0 10px 10px 0!important;font-size:12px!important;line-height:1!important;z-index:140!important}.mobileNavHandle.hidden{display:none!important}.sideNav{width:min(224px,66vw)!important;padding:14px 12px!important;gap:10px!important}.sideNav .brandMark{display:none!important}.sideNav .brandBlock{gap:0!important;padding:2px 2px 4px!important}.sideNav .brandBlock strong{font-size:15px!important;line-height:1.2!important}.sideNav .brandBlock p{margin-top:3px!important;font-size:12px!important;color:rgba(58,30,16,.66)!important}.sideNav nav{gap:5px!important}.sideNav nav button{min-height:36px!important;padding:0 10px!important;font-size:13px!important;border-radius:8px!important}.sideMeta{padding:9px!important;border-radius:10px!important}.sideMeta span{font-size:11px!important;line-height:1.2!important}.sideMeta strong{display:inline-block!important;margin:2px 8px 4px 0!important;font-size:22px!important;line-height:1!important}.sideMeta .progress{display:block!important;width:100%!important;min-width:0!important;height:6px!important;margin:3px 0 5px!important}.sideMeta .progress i{min-width:4px!important}.sideMeta p{margin:4px 0 0!important;font-size:11px!important;line-height:1.35!important}.sideMeta .trialModeBadge{margin-top:7px!important;min-height:30px!important;padding:0 8px!important;font-size:11px!important;border-radius:8px!important}.sideMeta .navLegalLine{margin-top:5px!important;font-size:9.5px!important;line-height:1.35!important}.mobileNavHandle{pointer-events:auto!important}.sideNav[aria-hidden=true]{visibility:hidden!important;pointer-events:none!important}.sideNav.open{visibility:visible!important;pointer-events:auto!important}.appShell{display:block!important;min-height:100vh!important;min-height:100svh!important;min-height:100dvh!important;padding-bottom:0!important;overflow:hidden!important;overscroll-behavior:none!important}.sideNav{position:fixed!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;width:min(286px,82vw)!important;height:100dvh!important;min-height:0!important;z-index:40!important;display:flex!important;flex-direction:column!important;transform:translateX(-104%)!important;transition:transform .22s ease!important}.sideNav.open{transform:translateX(0)!important}.sideNav nav{display:grid!important;overflow:visible!important;gap:8px!important}.sideNav nav button{width:100%!important;flex:initial!important;text-align:left!important;font-size:14px!important;padding:0 14px!important}.mobileNavHandle{display:grid!important}.content.chatContent{height:100dvh!important;min-height:0!important;padding:8px 8px 8px 20px!important;overflow:hidden!important}.content.chatContent .headerActions,.content.chatContent .launchBanner,.content.chatContent .rightRail,.content.chatContent .safeHint{display:none!important}.chatLayout,.chatPanel,.chatView{min-height:0!important}.chatView{height:100%!important;display:flex!important;flex-direction:column!important}.chatLayout{flex:1 1!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important}.chatPanel{height:100%!important;display:grid!important;grid-template-rows:minmax(0,1fr) auto auto!important}.messages{min-height:0!important;overflow:auto!important}.composer{position:relative!important;z-index:3!important;grid-template-columns:38px minmax(0,1fr) 38px 54px!important;gap:8px!important;align-items:end!important;padding:10px 10px calc(10px + env(safe-area-inset-bottom))!important;box-shadow:0 -10px 24px rgba(37,54,49,.08)!important}.composer textarea{min-height:38px!important;max-height:92px!important;border-radius:999px!important;font-size:16px!important}.questionCard{padding:8px 10px!important;border-radius:10px!important;background:#f7faf6!important}.questionCard span{font-size:11px!important}.questionCard strong{margin:4px 0 0!important;font-size:14px!important;line-height:1.35!important}.questionCard .quickChips{display:none!important}}*{box-sizing:border-box}body,html{max-width:100vw;overflow-x:hidden}body{margin:0;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif}button,input,select,textarea{font:inherit}button{border:0;cursor:pointer}h1,h2,h3,h4,p{margin-top:0;letter-spacing:0}.appShell{grid-template-columns:280px 1fr}.appShell,.loginShell{min-height:100vh;display:grid}.loginShell{padding:24px;background:linear-gradient(160deg,rgba(247,201,120,.28),rgba(37,122,100,.08)),var(--bg);place-items:center}.loginPanel{width:min(920px,100%);padding:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:center}.loginPanel h1{margin-bottom:14px;font-size:clamp(34px,5vw,58px);line-height:1.08}.loginPanel p{color:var(--muted);line-height:1.8}.loginForm{padding:18px;border:1px solid var(--line);border-radius:8px;background:#fbfcfa;display:grid;gap:12px}.loginForm label{display:grid;gap:6px;color:var(--muted);font-weight:800}.loginForm input{width:100%;min-height:44px;border:1px solid var(--line);border-radius:8px;padding:0 12px;outline:none;background:#ffffff}.codeRow{display:grid;grid-template-columns:minmax(0,1fr) 116px;gap:8px}.codeRow button{min-height:44px;border-radius:8px;background:var(--green);color:#fff;font-weight:800}.codeRow button:disabled{opacity:.62;cursor:not-allowed}.sideNav{min-height:100vh;padding:22px;position:relative;overflow:hidden;background:linear-gradient(160deg,#f7c978,#ee9f73 46%,#d86f5c);color:#fffaf0;display:flex;flex-direction:column;gap:24px}.mobileNavHandle,.mobileNavMask{display:none}.sideNav:before{content:"";position:absolute;left:22px;right:22px;bottom:176px;height:218px;pointer-events:none;opacity:.76;background-image:url(/images/koi-dragon-gate.png);background-repeat:no-repeat;background-size:contain;background-position:bottom;filter:drop-shadow(0 10px 18px rgba(118,71,33,.16))}.sideNav:after{content:none}.sideNav>*{position:relative;z-index:1}.brandBlock{display:flex;align-items:center;gap:12px}.brandMark{width:42px;height:42px;border-radius:8px;display:grid;place-items:center;background:#fff8df;color:#9b4a23;font-weight:800;box-shadow:0 10px 24px rgba(126,71,33,.16)}.brandBlock strong{display:block;font-size:16px;color:#3a1e10}.brandBlock p,.eyebrow,.sideMeta span{color:var(--muted)}.brandBlock p{margin:2px 0 0;color:rgba(70,43,25,.72);font-size:12px}.sideNav .sideMeta span{color:rgba(70,43,25,.7)}.sideNav nav{display:grid;gap:8px}.sideNav nav button{height:44px;border-radius:8px;background:transparent;color:#4a2a18;text-align:left;padding:0 14px;font-weight:800}.sideNav nav button.active,.sideNav nav button:hover{background:rgba(255,250,239,.62);color:#3a1e10;box-shadow:inset 0 0 0 1px rgba(123,65,30,.16)}.sideMeta{margin-top:auto;padding:14px;border:1px solid rgba(123,65,30,.18);border-radius:8px;background:rgba(255,250,239,.72);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sideMeta strong{display:block;margin:6px 0 10px;font-size:28px;color:#3a1e10}.sideMeta p{margin:10px 0 0;color:rgba(70,43,25,.72);font-size:13px}.sideMeta .navLegalLine{margin-top:8px;color:rgba(70,43,25,.68);font-size:11px;line-height:1.45;font-weight:700}.sideMeta .navLegalLine+.navLegalLine{margin-top:2px}.logoutButton,.trialModeBadge{width:100%;min-height:34px;margin-top:12px;border-radius:8px;background:rgba(255,250,239,.76);color:#4a2a18;font-size:12px;font-weight:800}.trialModeBadge{display:grid;place-items:center}.progress{height:8px;overflow:hidden;border-radius:8px;background:rgba(123,65,30,.14)}.progress i{display:block;height:100%;background:#8f4f2b}.content{padding:26px}.siteFooter{margin-top:24px;padding:14px 10px 4px;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;font-size:12px;line-height:1.5;text-align:center}.siteFooter span+span:before{content:"·";margin-right:10px;color:#a9b3af}.content.chatContent,.content:has(.chatView){height:100vh;overflow:hidden;display:flex;flex-direction:column}.content.chatContent .launchBanner,.content:has(.chatView) .launchBanner{flex:0 0 auto}.hero{min-height:calc(100vh - 52px);display:grid;grid-template-columns:minmax(0,1.1fr) 360px;align-items:center;gap:26px}.hero h1{max-width:760px;margin-bottom:18px;font-size:clamp(40px,6vw,76px);line-height:1.04}.hero p{max-width:720px;color:var(--muted);line-height:1.8}.eyebrow{margin-bottom:10px;font-size:13px;font-weight:700;text-transform:uppercase}.headerActions,.heroActions,.viewHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.heroActions{justify-content:flex-start;margin-top:26px}.composer button,.feedbackForm button,.fullButton,.heroActions button,.lockedReport button,.postScoreForm button,.sectionCard button,.viewHeader button{min-height:44px;border-radius:8px;padding:0 18px;background:var(--green);color:#ffffff;font-weight:700}.heroActions .ghost,.textButton{background:var(--soft);color:var(--green-dark)}.heroPanel,.lockedReport,.orderBox,.questionCard,.reportMain,.reportSide,.rightRail,.sectionCard{border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.heroPanel{min-height:260px;padding:26px;display:grid;align-content:center}.heroPanel span{color:var(--gold);font-weight:700}.heroPanel strong{margin:10px 0;font-size:34px}.workflow{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}.workflow div{min-height:70px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);font-weight:700}.homeView{display:grid;gap:20px}.homeIntro{min-height:230px;padding:30px;border:1px solid var(--line);border-radius:14px;background:radial-gradient(circle at 18% 0,rgba(255,235,191,.9),transparent 36%),linear-gradient(135deg,rgba(255,250,238,.96),rgba(246,251,247,.98)),var(--surface);display:grid;align-content:center;box-shadow:var(--shadow)}.homeIntro h1{margin:0 0 12px;font-size:clamp(34px,5vw,58px);line-height:1.08}.homeIntro p{max-width:760px;margin:0;color:var(--muted);font-size:17px;line-height:1.75}.homeNavButton{width:fit-content;min-height:42px;margin-top:22px;padding:0 16px;border-radius:8px;background:var(--soft);color:var(--green-dark);font-weight:800}.homeInfoGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.homeInfoCard{padding:20px;border:1px solid var(--line);border-radius:14px;background:var(--surface);box-shadow:var(--shadow)}.homeInfoCard.wide{grid-column:span 2}.homeInfoCard span{display:inline-flex;margin-bottom:4px;color:var(--gold);font-size:13px;font-weight:900}.homeInfoCard h2{margin:0 0 4px;font-size:23px;line-height:1.2}.homeCardHeading{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px}.homeCardNo{flex:0 0 auto;width:42px;height:42px;margin:0!important;border-radius:12px;background:#edf5ef;color:var(--green-dark)!important;display:grid!important;place-items:center;font-size:16px!important;font-weight:950!important}.homeResourceList{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.homeResourceList div{min-height:84px;padding:13px 12px;border:1px solid rgba(37,122,100,.14);border-radius:12px;background:#f7fbf8}.homeResourceList strong{display:block;margin-bottom:5px;color:var(--green-dark);font-size:24px;line-height:1}.homeResourceList p{margin:0;color:var(--ink);font-size:14px;line-height:1.45}.homeInfoCard ul{margin:0;padding-left:18px;display:grid;gap:9px}.homeInfoCard li,.homeInfoCard p{color:var(--ink);line-height:1.65}.homeInfoCard p{margin:12px 0 0;color:var(--muted)}.inlineDemoLink{display:inline;min-height:0;padding:0;border-radius:0;background:transparent;font:inherit;text-decoration:underline;text-underline-offset:3px}.cardActionButton,.inlineDemoLink{color:var(--green-dark);font-weight:900}.cardActionButton{min-height:38px;margin-top:14px;padding:0 13px;border-radius:8px;background:var(--soft)}.homeKnowledgeOverlay{position:fixed;inset:0;z-index:260;padding:24px;background:rgba(24,36,30,.32);display:grid;place-items:center}.homeKnowledgeCard{width:min(760px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;padding:22px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:0 24px 70px rgba(24,36,30,.28)}.homeKnowledgeCard>span{color:var(--gold);font-size:13px;font-weight:900}.homeKnowledgeCard h2{margin:8px 0 10px;font-size:28px}.homeKnowledgeCard p{color:var(--muted);line-height:1.75}.homeKnowledgeList{display:grid;gap:8px;margin:14px 0}.homeKnowledgeList div{padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfa;line-height:1.55}.homeBackButton{float:right;min-height:34px;padding:0 12px;border-radius:8px;background:var(--soft);color:var(--green-dark);font-weight:900}.homeStartBar{position:sticky;bottom:14px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px;border:1px solid rgba(49,101,73,.2);border-radius:14px;background:rgba(255,255,255,.94);box-shadow:0 18px 45px rgba(30,47,37,.14);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.homeStartBar label{display:flex;align-items:center;gap:9px;color:var(--ink);font-weight:800;line-height:1.35}.homeStartBar input{width:18px;height:18px;accent-color:var(--green)}.homeStartBar button{min-height:44px;min-width:128px;border-radius:12px;padding:0 18px;background:var(--green);color:#fff;font-weight:900}.homeStartBar button:disabled{cursor:not-allowed;opacity:.46}.viewHeader{margin-bottom:18px}.viewHeader h2{margin-bottom:0;font-size:32px}.chatView{flex:1 1;min-height:0;display:flex;flex-direction:column}.launchBanner{margin-bottom:16px;padding:12px 14px;border:1px solid rgba(184,135,58,.35);border-radius:8px;background:#fff8e8;color:#5c4218;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,1.2fr) 150px;gap:10px;align-items:center}.launchBanner.formal{border-color:rgba(37,122,100,.3);background:#eef7f2;color:var(--green-dark)}.launchBanner span,.launchInfoPanel span{display:block;color:inherit;font-size:12px;font-weight:900}.launchBanner strong,.launchInfoPanel strong{display:block;margin-top:2px;color:var(--ink);line-height:1.35}.launchBanner p,.launchInfoPanel p{margin:0;line-height:1.55;font-size:13px}.plainTinyButton{min-height:34px;border-radius:8px;background:rgba(255,255,255,.72);color:inherit;font-size:13px;font-weight:900}.leadText,.mutedText{color:var(--muted);line-height:1.8}.headerActions{justify-content:flex-end;flex-wrap:wrap}.chatLayout{grid-template-columns:minmax(0,1fr) 280px;gap:18px;flex:1 1;align-items:stretch}.chatLayout,.chatPanel{display:grid;min-height:0}.chatPanel{height:100%;grid-template-rows:minmax(0,1fr) auto auto;border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--surface)}.messages{padding:18px;overflow:auto;min-height:0;display:flex;flex-direction:column;gap:12px}.questionCard{padding:14px;box-shadow:none;background:#fbfcfa}.questionCard span{display:block;color:var(--gold);font-size:13px;font-weight:800}.questionCard strong{display:block;margin:6px 0 12px;line-height:1.55}.quickChips{display:flex;flex-wrap:wrap;gap:8px}.quickChips button{min-height:40px;border-radius:8px;padding:0 10px;background:var(--soft);color:var(--green-dark);font-size:13px}.message{max-width:min(78%,680px);padding:12px 14px;border-radius:8px;line-height:1.65}.message p{margin:0}.speakButton{margin-top:8px;min-height:28px;padding:0 9px;border-radius:8px;background:rgba(255,255,255,.78);color:var(--green-dark);font-size:12px;font-weight:800}.speakButton:disabled{cursor:not-allowed;opacity:.55}.message.assistant{align-self:flex-start;background:var(--soft)}.message.user{align-self:flex-end;background:var(--green);color:#ffffff}.historyHint{align-self:center;padding:6px 10px;border-radius:999px;background:#f2f5f1;color:var(--muted);font-size:12px;font-weight:700}.composer{padding:12px;border-top:1px solid var(--line);background:var(--surface);display:grid;grid-template-columns:42px minmax(0,1fr) 42px 90px;gap:10px;align-items:center}.composerMain{display:grid;gap:8px}.composer textarea{min-height:54px;max-height:120px;resize:vertical;border:1px solid var(--line);border-radius:8px;padding:12px;outline:none}.composerIconButton{width:42px;min-width:42px;height:42px;border-radius:999px;background:var(--soft);color:var(--green-dark);display:inline-grid;place-items:center;font-size:16px;font-weight:900}.composerIconButton.active{background:#fff0d6;color:#8a5d17}.composerNotice{grid-column:2/-1;color:var(--muted);font-size:12px;font-weight:700}.attachmentTray{display:flex;flex-wrap:wrap;gap:8px}.attachmentPill{min-height:34px;max-width:100%;padding:0 9px;border:1px solid var(--line);border-radius:8px;background:#fbfcfa;color:var(--ink);display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:800}.attachmentPill span{color:var(--green)}.attachmentPill small{color:var(--muted);font-weight:700}.composerTools{min-height:34px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:12px}.mobileComposerTitle{display:none}.toolButton{min-height:34px;padding:0 10px;border-radius:8px;background:var(--soft);color:var(--green-dark);font-size:12px;font-weight:900}.toolButton.active{background:#fff0d6;color:#8a5d17}.sendButton{min-height:54px;border-radius:8px;background:var(--green);color:#fff;font-weight:900}.safeHint{padding:10px 14px;border-top:1px solid var(--line);color:var(--muted);font-size:13px;background:#fbfcfa}.composer button:disabled{opacity:.6;cursor:not-allowed}.rightRail{padding:16px;align-self:stretch;overflow:auto;display:grid;gap:10px}.notebookHeader{display:flex;align-items:center;justify-content:space-between;gap:10px}.notebookHeader h3{margin:0}.notebookHeader span{min-width:48px;padding:5px 8px;border-radius:8px;background:#fff5df;color:#8a5d17;text-align:center;font-weight:800;font-size:13px}.notebookItem{padding:10px 0;border-top:1px solid var(--line)}.notebookItem>div{display:flex;align-items:center;justify-content:space-between;gap:8px}.notebookItem span,.notebookItem strong{display:block}.notebookItem span{color:var(--muted);font-size:12px}.notebookItem strong{margin-top:4px;color:var(--ink);line-height:1.45;font-size:14px}.notebookStatus{flex:0 0 auto;padding:3px 7px;border-radius:8px;font-size:12px;font-style:normal;font-weight:800}.notebookStatus.done{background:#eaf5ef;color:var(--green-dark)}.notebookStatus.todo{background:#f1f3f0;color:var(--muted)}.notebookStatus.warn{background:#fff5df;color:#8a5d17}.demoDrawer{margin-top:4px;border-top:1px solid var(--line);padding-top:10px}.demoDrawer summary{color:var(--muted);cursor:pointer;font-size:13px;font-weight:800}.demoDrawer button{width:100%;margin-top:8px}.reportSide h3,.rightRail h3{margin:10px 0 2px;font-size:16px}.rightRail button{padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfa;color:var(--ink);text-align:left;line-height:1.5}.rightRail button span,.rightRail button strong{display:block}.rightRail button span{margin-top:3px;color:var(--muted);font-size:13px}.profileGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.field{min-height:96px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.field span{display:block;margin-bottom:10px;color:var(--muted);font-size:13px}.field strong{line-height:1.45}.successBar{margin-top:14px;padding:14px;border-radius:8px;background:#eaf5ef;color:var(--green-dark);font-weight:700}.postScoreLayout,.unlockLayout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px}.planGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:14px 0}.planCard{min-height:286px;padding:16px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--ink);text-align:left;box-shadow:0 12px 26px rgba(37,54,49,.06);display:grid;align-content:start;gap:10px}.planCard.selected{border-color:rgba(37,122,100,.65);box-shadow:0 18px 40px rgba(37,122,100,.14)}.planCard span{width:fit-content;padding:5px 8px;border-radius:8px;background:#eef7f2;color:var(--green-dark);font-size:12px;font-weight:900}.planCard strong{font-size:20px;color:var(--ink)}.planCard em{color:var(--green-dark);font-size:34px;font-style:normal;font-weight:900}.planCard p{margin:0;color:var(--muted);line-height:1.55}.planCard b{color:#4a2a18}.planFeatureList{display:grid;gap:6px}.planFeatureList i{padding:8px 10px;border-radius:8px;background:var(--soft);color:#33413e;font-style:normal;font-weight:700;line-height:1.35}.buyPlanButton{min-height:46px;margin-top:4px;border-radius:8px;background:var(--green);color:#fff;font-size:16px;font-weight:900;box-shadow:0 12px 24px rgba(37,122,100,.2)}.planTermsLine{display:flex;align-items:flex-start;gap:6px;color:#4b5653;font-size:12px;font-weight:800;line-height:1.45}.planTermsLine input{margin-top:3px}.planTermsLine button{padding:0;background:transparent;color:var(--green-dark);font-size:12px;font-weight:900;text-decoration:underline}.planUtilityActions{display:flex;gap:10px;margin:0 0 18px;flex-wrap:wrap}.planUtilityActions button{min-height:40px;border-radius:8px;padding:0 14px;background:#fff5df;color:#8a5d17;font-weight:900}.planDetailsPanel,.purchaseTermsPanel{margin:0 0 18px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.planDetailGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.planDetailGrid article{padding:14px;border:1px solid var(--line);border-radius:8px;background:#fbfcfa}.planDetailGrid span{color:var(--green-dark);font-size:12px;font-weight:900}.planDetailGrid strong{display:block;margin:8px 0;color:var(--ink);font-size:18px}.planDetailGrid li,.planDetailGrid p{color:#4b5653;line-height:1.6}.planDetailGrid ul{margin:10px 0 0;padding-left:18px}.purchaseTermsPage,.purchaseTermsPanel{max-height:620px;overflow:auto}.termsNotice{padding:12px;border-radius:8px;background:#fff8e8;color:#5c4218;line-height:1.7}.purchaseTermsPage article,.purchaseTermsPanel article{padding:12px 0;border-top:1px solid var(--line)}.purchaseTermsPage h3,.purchaseTermsPanel h4{margin:0 0 8px;color:var(--green-dark)}.purchaseTermsPage p,.purchaseTermsPanel p{margin:8px 0;color:#374542;line-height:1.75}.purchaseTermsPage{max-height:none;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.priceTag{display:inline-flex;margin:0 0 12px;padding:7px 10px;border-radius:8px;background:#fff5df;color:#8a5d17;font-weight:800}.checkList{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:18px 0}.checkList span{padding:12px;border-radius:8px;background:var(--soft);color:var(--green-dark);font-weight:700}.codeInput,.feedbackForm input,.feedbackForm select,.feedbackForm textarea,.postScoreForm input,.postScoreForm textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px;outline:none;background:#fbfcfa}.codeInput{margin:8px 0 10px}.errorText{color:var(--red);font-weight:700}.feedbackForm button,.fullButton,.postScoreForm button{width:100%;margin-top:8px}.selectedPlanBox{padding:14px;border:1px solid rgba(37,122,100,.25);border-radius:8px;background:#eef7f2;display:grid;gap:6px}.selectedPlanBox span{color:var(--muted);font-weight:800}.selectedPlanBox strong{color:var(--green-dark);font-size:34px}.selectedPlanBox p{margin:0;color:#33413e}.planIntroLink{display:grid;place-items:center;min-height:40px;margin-top:10px;border-radius:8px;background:#fff5df;color:#8a5d17;font-weight:900;text-decoration:none}.planIntroLink.secondary{background:#eef7f2;color:var(--green-dark)}.termsAcceptLine{margin-top:14px;padding:12px;border:1px solid rgba(37,122,100,.25);border-radius:8px;background:#fbfcfa;color:#33413e;font-weight:900;display:flex;align-items:flex-start;gap:8px}.termsAcceptLine input{margin-top:4px}.outlineAction,.plainLinkButton,.secondaryAction{width:100%;min-height:40px;margin-top:10px;border-radius:8px;background:transparent;color:var(--green-dark);font-weight:800}.outlineAction{border:1px solid rgba(37,122,100,.35);background:#eef7f2;color:var(--green-dark)}.secondaryAction{border:1px solid var(--line);background:var(--soft)}.boundaryStrip{margin-top:18px;padding:14px;border:1px solid rgba(37,122,100,.25);border-radius:8px;background:#eef7f2;display:grid;gap:8px}.boundaryStrip strong{color:var(--green-dark)}.boundaryStrip span{color:#33413e;line-height:1.5}.unlockBoundary{margin:12px 0 0;grid-template-columns:auto repeat(4,minmax(0,1fr));align-items:center;gap:8px}.unlockBoundary span,.unlockBoundary strong{min-height:34px;display:grid;place-items:center;text-align:center}.unlockBoundary span{padding:6px 8px;border-radius:8px;background:#fbfcfa;font-size:13px;font-weight:800}.unlockDemoPanel{margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);display:grid;grid-template-columns:minmax(180px,.8fr) minmax(260px,1fr) minmax(220px,.8fr);gap:12px;align-items:center}.unlockDemoPanel h3{margin-bottom:4px}.unlockDemoPanel p{margin:0;color:var(--muted);line-height:1.5}.unlockDemoActions,.unlockDemoForm{display:grid;gap:8px}.unlockDemoForm{grid-template-columns:minmax(0,1fr) 150px;align-items:start}.unlockDemoForm .codeInput{margin:0}.unlockDemoForm .errorText{grid-column:1/-1;margin:0}.unlockDemoActions .outlineAction,.unlockDemoActions .plainLinkButton,.unlockDemoForm .outlineAction{margin-top:0}.reportPreview{margin-top:14px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fbfcfa;display:grid;gap:8px}.reportPreview strong{color:var(--ink)}.reportPreview span{color:#4b5653;line-height:1.45}.reportLayout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px}.reportMain,.reportSide{padding:20px}.lockedReport{padding:26px;display:grid;gap:16px}.lockedReportHeader{display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:16px;align-items:center}.lockedReportHeader span{color:var(--green-dark);font-size:13px;font-weight:900}.lockedReportHeader h3{margin:4px 0 6px;font-size:24px}.lockedReportHeader p{margin:0;color:var(--muted);line-height:1.7}.lockedReportHeader button{width:100%}.lockedReportGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.lockedReportGrid article{min-height:138px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fbfcfa;display:grid;align-content:start;gap:8px}.lockedReportGrid strong{color:var(--ink);line-height:1.35}.lockedReportGrid p{margin:0;color:#4b5653;line-height:1.55;font-size:13px}.lockedReportGrid em{width:fit-content;margin-top:4px;padding:5px 8px;border-radius:8px;background:#fff5df;color:#8a5d17;font-size:12px;font-style:normal;font-weight:900}.lockedReportBoundary{display:flex;flex-wrap:wrap;gap:8px}.lockedReportBoundary span{padding:8px 10px;border-radius:8px;background:#eef7f2;color:var(--green-dark);font-size:13px;font-weight:900}.reportCards{display:grid;gap:14px}.entitlementBar{padding:14px;border:1px solid rgba(37,122,100,.25);border-radius:8px;background:#eef7f2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) 220px;gap:12px;align-items:center}.entitlementBar span{display:block;color:var(--muted);font-size:12px;font-weight:900}.entitlementBar strong{display:block;margin-top:4px;color:var(--green-dark);font-size:18px}.entitlementBar button{min-height:44px;border-radius:8px;background:var(--green);color:#fff;font-weight:900}.entitlementBar button:disabled{background:#cbd8d3;color:#52615d;cursor:not-allowed}.riskAuditBar,.timelineEntitlement,.timelinePaywall{padding:14px;border:1px solid rgba(184,135,58,.35);border-radius:8px;background:#fff8e8;color:#5c4218}.riskAuditBar.high,.riskHigh{border-color:rgba(185,74,72,.45);background:#fff1ef}.riskAuditBar p,.timelineEntitlement span,.timelinePaywall p{margin:8px 0 0;line-height:1.65}.timelinePaywall button{min-height:40px;margin-top:12px;border-radius:8px;padding:0 16px;background:var(--green);color:#fff;font-weight:900}.reportQuestionHint{padding:14px;border:1px solid rgba(37,122,100,.25);border-radius:8px;background:#eef7f2;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.reportQuestionHint p{margin:0;color:#33413e;line-height:1.65}.reportQuestionHint button{min-height:40px;border-radius:8px;padding:0 14px;background:var(--green);color:#fff;font-weight:800;white-space:nowrap}.sectionCard{padding:20px;box-shadow:none}.sectionCard h3{margin-bottom:12px}.sectionCard p{color:#4b5653;line-height:1.75}.directionItem{padding:12px 0;border-top:1px solid var(--line)}.directionItem:first-of-type{border-top:0}.directionItem p{margin-bottom:6px}.evidenceList{margin:10px 0;padding:12px;border-radius:8px;background:#fbfcfa;border:1px solid var(--line);display:grid;gap:7px}.evidenceList strong{color:var(--green-dark);font-size:14px}.evidenceList span{color:#4b5653;line-height:1.55;font-size:14px}.knowledgeLinks{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0}.knowledgeChip{min-height:32px;border-radius:8px;padding:0 10px;font-size:13px;font-weight:800;border:1px solid transparent}.knowledgeChip.province{background:#e8f4ff;border-color:#b7d9f7;color:#195b8a}.knowledgeChip.city{background:#eef7f2;border-color:#c6e4d3;color:var(--green-dark)}.knowledgeChip.school{background:#fff5df;border-color:#efd392;color:#8a5d17}.knowledgeChip.major{background:#f1ecff;border-color:#d8c9ff;color:#594195}.knowledgePanel{padding:18px;border:1px solid rgba(37,122,100,.25);border-radius:8px;background:#fbfcfa;display:grid;gap:12px}.knowledgePanel span{color:var(--gold);font-size:13px;font-weight:800}.knowledgePanel h3,.knowledgePanel p{margin-bottom:0}.knowledgePanel p{color:#4b5653;line-height:1.75}.officialKnowledgeLink{justify-self:start;min-height:36px;border-radius:8px;padding:8px 12px;background:#e8f4ff;color:#195b8a;font-size:13px;font-weight:800;text-decoration:none}.officialKnowledgeLink:hover{text-decoration:underline}.officialLinkGroup{display:flex;flex-wrap:wrap;gap:8px}.officialLinkGroup a{min-height:34px;border-radius:8px;padding:7px 10px;background:#fff5df;color:#8a5d17;font-size:13px;font-weight:800;text-decoration:none}.officialLinkGroup a:hover{text-decoration:underline}.sourceHint{justify-self:start;padding:8px 10px;border:1px dashed #cbd8d3;border-radius:8px;background:#f6faf8;color:#52605c!important;font-size:13px;line-height:1.5!important}.knowledgeList{display:flex;flex-wrap:wrap;gap:8px}.knowledgeList em{padding:7px 10px;border-radius:8px;background:var(--soft);color:var(--green-dark);font-style:normal;font-weight:700;font-size:13px}.relatedKnowledge{padding-top:4px;display:grid;gap:8px}.relatedKnowledge strong{color:#33413e;font-size:14px}.relatedKnowledge div{display:flex;flex-wrap:wrap;gap:8px}.relatedKnowledge button{min-height:32px;border-radius:8px;padding:0 10px;background:#fff5df;color:#8a5d17;font-size:13px;font-weight:800}.knowledgeReminder{color:var(--muted)!important;font-size:13px}.knowledgePanel button{justify-self:start;min-height:38px;border-radius:8px;padding:0 14px;background:var(--green);color:#fff;font-weight:800}.reportMain h3{font-size:28px}.reportMain p,.reportSide p{color:#4b5653;line-height:1.75}.tagList{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.tagList span{padding:7px 10px;border-radius:8px;background:var(--soft);font-size:13px}.orderBox,.tagList span{color:var(--green-dark);font-weight:700}.orderBox{margin-top:14px;padding:14px;box-shadow:none}.orderBox.enabled{border-color:rgba(37,122,100,.35);background:#eaf5ef}.postScoreForm{padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);display:grid;gap:12px}.timelineSummary{display:grid;grid-template-columns:150px minmax(0,1fr);gap:8px;margin:6px 0 8px}.timelineCandidateName{display:inline-block;color:var(--green-dark);font-size:1.22em;font-weight:900}.lockedTimelinePreview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.lockedTimelinePreview article{padding:12px;border:1px solid var(--line);border-radius:8px;background:#fbfcfa}.lockedTimelinePreview strong{display:block;color:var(--green-dark);font-size:14px}.lockedTimelinePreview p{display:block;margin:6px 0 0;color:#4b5653;line-height:1.6;font-size:13px}.lockedTimelinePreview{margin:14px 0 18px}.timelineNotice{margin:14px 0;padding:14px;border:1px solid rgba(184,135,58,.35);border-radius:8px;background:#fff8e8;color:#5c4218}.timelineNotice strong{display:block}.timelineNotice p{margin:8px 0 0;line-height:1.65}.lockedTimelinePreview article{background:linear-gradient(180deg,#ffffff,#f7faf8)}.lockedTimelinePreview span{display:block;height:12px;margin-top:10px;border-radius:999px;background:linear-gradient(90deg,#dfe8e3,#f3f6f4)}.customEditorButton{width:100%;min-height:42px;margin-top:10px;border-radius:8px;background:var(--green);color:#fff;font-weight:900}.customTimelineEditor{margin-top:12px;padding:12px;border:1px solid rgba(37,122,100,.25);border-radius:8px;background:#eef7f2;display:grid;gap:12px}.timelineSide,.timelineSummary>div{min-height:42px;padding:7px 9px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.reminderCard span,.timelineSummary span{display:block;color:var(--muted);font-size:11px;font-weight:800}.timelineSummary strong{display:block;margin:1px 0 4px;color:var(--green-dark);font-size:18px;line-height:1}.officialNotice p,.timelineSide p,.timelineSummary p{margin:10px 0 0;color:#4b5653;line-height:1.7}.reminderCard{display:grid;grid-template-columns:86px minmax(120px,1fr) 148px;gap:6px;align-items:center}.reminderCard label,.timelineSide label{display:grid;gap:4px;color:var(--muted);font-size:12px;font-weight:800}.reminderCard input[type=tel],.timelineSide select,.timelineSide textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:6px 8px;outline:none;background:#fbfcfa}.reminderCard input[type=tel]{min-height:30px;font-size:12px}.timelineSide textarea{min-height:120px;resize:vertical}.toggleLine{grid-template-columns:16px 1fr!important;align-items:center;color:var(--ink)!important;white-space:nowrap}.toggleLine input{width:14px;height:14px;accent-color:var(--green)}.timelineLayout{display:grid;grid-template-columns:1fr;gap:10px;align-items:start}.timelineList{position:relative;display:grid;gap:9px}.timelineList:before{content:"";position:absolute;left:70px;top:18px;bottom:18px;width:2px;background:var(--line)}.timelineItem{position:relative;display:grid;grid-template-columns:142px minmax(0,1fr);gap:10px}.timelineTimeCell{position:relative;z-index:1;padding:12px 6px 0 0;display:grid;align-content:start;justify-items:center;text-align:center;gap:4px}.timelineTimeCell:before{content:"";width:14px;height:14px;border-radius:999px;border:3px solid #fff;background:var(--gold);box-shadow:0 0 0 1px rgba(184,135,58,.35)}.timelineTimeCell span{min-width:82px;padding:6px 8px;border-radius:8px;background:#fff8e8;color:#8a5d17;font-size:13px;font-weight:900}.timelineTimeCell em{color:var(--green-dark);font-size:13px;font-style:normal;font-weight:900}.timelineTimeCell small{max-width:126px;color:var(--muted);font-size:11px;line-height:1.4}.timelineItem.complete .timelineTimeCell:before{background:var(--green)}.timelineItem.complete .timelineTimeCell span{background:#eaf5ef;color:var(--green-dark)}.timelineEndpoint{position:relative;z-index:1;width:142px;padding:8px 6px;border:1px solid rgba(184,135,58,.35);border-radius:8px;background:#fff8e8;text-align:center;display:grid;gap:4px}.timelineEndpoint.end{margin-top:2px}.timelineEndpoint span{color:#8a5d17;font-size:13px;font-weight:900}.timelineEndpoint strong{color:var(--ink);font-size:14px}.timelineContent{padding:12px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.timelineItem.complete .timelineContent{border-color:rgba(37,122,100,.3);background:#fbfffc}.timelineHead{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.timelineHead h3{margin-bottom:4px;font-size:18px}.timelineHead strong{min-width:50px;padding:5px 7px;border-radius:8px;background:#fff5df;color:#8a5d17;text-align:center;font-size:12px}.timelineContent p{color:#4b5653;line-height:1.5;font-size:13px}.timelineMeta{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0}.timelineMeta span{padding:5px 8px;border-radius:8px;background:var(--soft);color:var(--green-dark);font-size:11px;font-weight:800;line-height:1.45}.taskList{display:grid;gap:6px}.taskList label{min-height:34px;padding:6px 8px;border:1px solid var(--line);border-radius:8px;background:#fbfcfa;display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start;line-height:1.4;font-size:13px;color:#33413e}.taskList label.done{border-color:rgba(37,122,100,.25);background:#eaf5ef;color:var(--green-dark)}.taskList input{width:18px;height:18px;margin-top:2px;accent-color:var(--green)}.taskList label.done span{text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:rgba(37,122,100,.45)}.timelineTools{margin:10px 0;display:grid;gap:8px}.customToolCard{padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow);display:grid;grid-template-columns:minmax(0,1fr) 180px;gap:10px;align-items:center}.customToolCard h3{margin-bottom:2px;font-size:16px}.customToolCard p{margin:0;color:#4b5653;line-height:1.4;font-size:13px}.lockedTaskSkeleton{display:grid;gap:8px;margin-top:12px}.lockedTaskSkeleton span{display:block;height:12px;border-radius:999px;background:linear-gradient(90deg,#dfe8e3,#f3f6f4)}.timelineSide{position:sticky;top:20px;display:grid;gap:12px}.timelineSide h3{margin-bottom:0}.timelineSide button{min-height:44px;border-radius:8px;background:var(--green);color:#fff;font-weight:800}.officialNotice{padding:14px;border:1px solid rgba(184,135,58,.35);border-radius:8px;background:#fff8e8}.officialNotice strong{color:#8a5d17}.feedbackLayout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px}.feedbackForm{padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface);display:grid;gap:12px}.feedbackForm label{display:grid;gap:6px;color:var(--muted);font-weight:700}.feedbackForm textarea{min-height:140px;resize:vertical}.infoGrid{display:grid;gap:12px}.launchInfoPanel{margin-bottom:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.launchInfoPanel>div{padding:14px}.infoBlock,.launchInfoPanel>div{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.infoBlock{overflow:hidden}.infoBlock summary{padding:16px;color:var(--green-dark);cursor:pointer;font-weight:800}.infoBlock div{padding:0 16px 16px}.adminFeedback p,.infoBlock p{color:#4b5653;line-height:1.75}.activationCodeList,.configLinkList{display:grid;gap:8px}.activationCodeList span,.configLink,.configPending{padding:9px 10px;border-radius:8px;background:#f6faf8;color:#33413e;font-size:13px;font-weight:800;line-height:1.5;text-decoration:none}.configLink{color:var(--green-dark)}.adminFeedback{margin-top:16px;padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.adminActionRow{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:10px 0}.postScoreForm label{display:grid;gap:6px;color:var(--muted);font-weight:700}.postScoreForm textarea{min-height:150px;resize:vertical}.draftStructure{display:grid;gap:8px;margin:10px 0 14px}.draftStructure span{padding:8px 10px;border-radius:8px;background:#f6faf8;color:#33413e;font-size:13px;font-weight:700;line-height:1.5}.adminStats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.adminStats.compact{grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:0}.adminStats div{padding:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.adminStats span{color:var(--muted)}.adminStats strong{display:block;margin-top:8px;font-size:30px}.adminKnowledge{display:grid;gap:12px;margin-bottom:16px;padding:16px;border:1px solid var(--line);border-radius:8px;background:#fbfcfa}.adminKnowledgeHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.adminKnowledgeHeader h3{margin:2px 0 0}.adminKnowledgeHeader strong{color:var(--green-dark);font-size:24px}.batchList{display:flex;flex-wrap:wrap;gap:8px}.batchList em{padding:6px 9px;border-radius:8px;background:#eef7f2;color:var(--green-dark);font-style:normal;font-size:12px;font-weight:800}.coverageBars,.coverageBars div{display:grid;gap:10px}.coverageBars div{grid-template-columns:84px 1fr 34px;align-items:center;color:var(--muted);font-size:13px}.coverageBars strong{display:block;min-width:8px;height:8px;border-radius:999px;background:linear-gradient(90deg,#d94b38,#f1b14b)}.coverageBars em{color:var(--ink);font-style:normal;font-weight:800;text-align:right}.table{border:1px solid var(--line);border-radius:8px;overflow:hidden;background:var(--surface)}.tableRow{display:grid;grid-template-columns:1.2fr 1.5fr 1fr 1fr 1fr;gap:8px;padding:14px;border-top:1px solid var(--line);align-items:center}.tableRow:first-child{border-top:0}.tableHead{background:var(--soft);color:var(--muted);font-weight:700}@media (max-width:640px){.appShell{display:grid;grid-template-columns:0 minmax(0,1fr);padding-bottom:0;min-height:100dvh;overflow:hidden}.content.chatContent,.content:has(.chatView){height:100dvh;min-height:0;padding:8px 8px 8px 18px}.content.chatContent .launchBanner,.content:has(.chatView) .launchBanner{display:none}.sideNav{width:min(286px,82vw);height:100dvh;min-height:0;padding:18px;position:fixed;left:0;top:0;bottom:auto;z-index:40;display:flex;transform:translateX(calc(-100% + 18px));transition:transform .22s ease;box-shadow:18px 0 40px rgba(37,54,49,.16)}.sideNav.open,.sideNav:focus-within,.sideNav:hover{transform:translateX(0)}.mobileNavHandle{display:grid;place-items:center;position:fixed;left:0;top:42%;z-index:35;width:26px;min-height:82px;padding:0;border-radius:0 8px 8px 0;background:var(--green);color:#fff;writing-mode:vertical-rl;font-size:12px;font-weight:900;letter-spacing:0;box-shadow:0 8px 20px rgba(37,54,49,.18)}.mobileNavMask{display:block;position:fixed;inset:0;z-index:30;background:rgba(34,43,42,.18)}.brandBlock{display:flex}.sideMeta{display:block}.sideNav:before{display:none}.loginPanel{grid-template-columns:1fr;padding:20px}.loginForm{padding:14px}.sideNav nav{display:grid;overflow-x:visible;gap:8px;padding-bottom:0}.sideNav nav button{flex:unset;height:44px;padding:0 14px;text-align:left;font-size:14px;line-height:1.2}.content{padding:14px 14px 14px 22px;min-width:0}.adminActionRow,.launchBanner,.launchInfoPanel{grid-template-columns:1fr}.launchBanner{gap:8px}.chatLayout,.feedbackLayout,.hero,.postScoreLayout,.reportLayout,.timelineLayout,.timelineSummary,.unlockLayout{grid-template-columns:1fr}.timelineSummary{gap:6px}.reminderCard{grid-template-columns:72px minmax(0,1fr)}.reminderCard .toggleLine{grid-column:1/-1}.entitlementBar,.lockedTimelinePreview,.planDetailGrid,.planGrid{grid-template-columns:1fr}.unlockBoundary{grid-template-columns:1fr 1fr}.unlockBoundary strong{grid-column:1/-1}.lockedReportGrid,.lockedReportHeader,.unlockDemoForm,.unlockDemoPanel{grid-template-columns:1fr}.lockedReport{padding:18px}.hero,.lockedReportGrid article{min-height:auto}.hero{padding-top:16px}.hero h1{font-size:36px}.heroPanel{min-height:190px;padding:18px}.heroPanel strong{font-size:26px}.adminStats,.checkList,.profileGrid,.workflow{grid-template-columns:1fr}.chatPanel,.chatView{min-height:0}.chatPanel{height:auto}.rightRail{display:none}.message{max-width:94%}.viewHeader{align-items:flex-start;flex-direction:column}.chatView .viewHeader{margin-bottom:8px;gap:8px;flex:0 0 auto}.chatView .headerActions{display:none}.chatView .eyebrow{margin-bottom:4px}.viewHeader h2{font-size:25px;line-height:1.22}.chatView .viewHeader h2{font-size:20px}.chatView .messages{padding:10px;gap:10px}.chatView .questionCard{padding:12px}.chatView .questionCard strong{margin-bottom:8px;font-size:15px}.chatView .quickChips button{min-height:34px;font-size:12px}.chatView .message{padding:10px 12px;line-height:1.55;font-size:14px}.headerActions{width:100%;display:grid;grid-template-columns:1fr}.headerActions button,.viewHeader>button{width:100%}.composer{grid-template-columns:1fr;padding:10px 10px calc(10px + env(safe-area-inset-bottom));box-shadow:0 -10px 24px rgba(37,54,49,.08)}.composer textarea{min-height:64px;max-height:118px;font-size:16px}.sendButton{width:100%}.feedbackForm,.postScoreForm,.reportMain,.reportSide,.sectionCard,.timelineContent,.timelineSide,.timelineSummary>div{padding:14px}.timelineSummary>div{padding:7px 9px}.timelineList:before{left:44px}.timelineItem{grid-template-columns:90px minmax(0,1fr);gap:10px}.timelineTimeCell{padding-top:14px;padding-right:0}.timelineTimeCell span{min-width:66px;padding:5px 6px;font-size:12px}.timelineTimeCell em{font-size:12px}.timelineTimeCell small{max-width:84px;font-size:11px}.timelineEndpoint{width:90px;padding:8px 4px}.customToolCard,.timelineHead{grid-template-columns:1fr}.timelineHead{display:grid}.timelineHead strong{justify-self:start}.timelineSide{position:static}.reportQuestionHint{grid-template-columns:1fr}.reportQuestionHint button{width:100%}.postScoreForm textarea{min-height:120px}.feedbackForm textarea{min-height:110px}.questionCard{padding:12px}.quickChips button{flex:1 1 30%;padding:0 6px}.table{overflow-x:auto}.tableRow{min-width:760px}}@media (max-width:760px){.appShell{display:block!important;min-height:100dvh!important;padding-bottom:0!important;overflow:hidden!important}.mobileNavMask{display:block!important;inset:0!important;z-index:35!important;background:rgba(20,31,28,.24)!important}.mobileNavHandle,.mobileNavMask{position:fixed!important;border:0!important}.mobileNavHandle{left:16px!important;top:42%!important;z-index:90!important;width:34px!important;min-height:72px!important;border-radius:0 12px 12px 0!important;background:var(--green-dark)!important;color:#fff!important;display:grid!important;place-items:center!important;writing-mode:vertical-rl!important;letter-spacing:0!important;font-size:13px!important;font-weight:900!important;box-shadow:0 10px 24px rgba(24,87,71,.22)!important}.sideNav{position:fixed!important;top:0!important;left:0!important;right:auto!important;bottom:auto!important;z-index:40!important;width:min(300px,86vw)!important;height:100vh!important;height:100svh!important;height:100dvh!important;min-height:0!important;padding:14px!important;display:flex!important;flex-direction:column!important;transform:translateX(calc(-100% + 16px))!important;transition:transform .22s ease!important;border-right:1px solid var(--line)!important;border-bottom:0!important;box-shadow:18px 0 44px rgba(37,54,49,.18)!important}.sideNav.open,.sideNav:focus-within,.sideNav:hover{transform:translateX(0)!important}.sideNav .brandBlock,.sideNav .sideMeta{display:flex!important}.sideNav nav{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important}.sideNav nav button{width:100%!important;min-height:44px!important;flex:initial!important;justify-content:flex-start!important;padding:0 14px!important;text-align:left!important;font-size:14px!important}.content{min-height:100vh!important;min-height:100svh!important;min-height:100dvh!important;padding:14px 10px 14px 24px!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important}.content.chatContent{height:100vh!important;height:100svh!important;height:100dvh!important;min-height:0!important;padding:8px 8px 8px 22px!important;overflow:hidden!important}.content.chatContent .headerActions,.content.chatContent .launchBanner,.content.chatContent .rightRail,.content.chatContent .safeHint,.content.chatContent .siteFooter{display:none!important}.chatView{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important}.chatView .viewHeader{flex:0 0 auto!important;margin-bottom:8px!important;padding:2px 2px 0!important;gap:4px!important}.chatView .eyebrow{margin-bottom:3px!important;font-size:11px!important}.chatView .viewHeader h2{font-size:20px!important;line-height:1.2!important}.chatLayout{flex:1 1 auto!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important}.chatLayout,.chatPanel{min-height:0!important;display:grid!important}.chatPanel{height:100%!important;border-radius:10px!important;grid-template-rows:minmax(0,1fr) auto!important;overflow:hidden!important}.messages{min-height:0!important;overflow:auto!important;padding:10px!important;gap:10px!important;-webkit-overflow-scrolling:touch!important;overscroll-behavior:contain!important}.questionCard{padding:12px!important;border-radius:10px!important}.questionCard strong{font-size:15px!important;line-height:1.45!important}.quickChips{gap:6px!important}.quickChips button{flex:1 1 30%!important;min-height:34px!important;padding:0 6px!important;font-size:12px!important}.message{padding:10px 12px!important;border-radius:10px!important;font-size:14px!important;line-height:1.55!important}.composer{position:relative!important;z-index:3!important;grid-template-columns:38px minmax(0,1fr) 38px 52px!important;gap:8px!important;padding:10px 10px calc(10px + env(safe-area-inset-bottom))!important;border-radius:0!important;background:#fff!important;box-shadow:0 -12px 26px rgba(37,54,49,.09)!important}.composerMain{gap:7px!important}.mobileComposerTitle{display:none!important}.composerIconButton{width:38px!important;min-width:38px!important;height:38px!important;border-radius:999px!important;font-size:15px!important}.composer textarea{min-height:38px!important;max-height:104px!important;padding:8px 10px!important;border-radius:999px!important;font-size:16px!important;line-height:1.35!important;resize:none!important}.composerTools{min-height:32px!important;gap:6px!important}.toolButton{min-height:36px!important}.sendButton,.toolButton{padding:0 10px!important}.sendButton{width:100%!important;min-height:38px!important;border-radius:999px!important;font-size:13px!important}.composerNotice{grid-column:1/-1!important;font-size:11px!important;text-align:center!important}.mobileNavHandle{left:0!important;top:58%!important;width:28px!important;min-height:92px!important;border-radius:0 10px 10px 0!important;font-size:12px!important;line-height:1!important;z-index:140!important}.mobileNavHandle.hidden{display:none!important}.sideNav{width:min(224px,66vw)!important;padding:14px 12px!important;gap:10px!important}.sideNav .brandMark{display:none!important}.sideNav .brandBlock{gap:0!important;padding:2px 2px 4px!important}.sideNav .brandBlock strong{font-size:15px!important;line-height:1.2!important}.sideNav .brandBlock p{margin-top:3px!important;font-size:12px!important;color:rgba(58,30,16,.66)!important}.sideNav nav{gap:5px!important}.sideNav nav button{min-height:36px!important;padding:0 10px!important;font-size:13px!important;border-radius:8px!important}.sideMeta{padding:9px!important;border-radius:10px!important}.sideMeta span{font-size:11px!important;line-height:1.2!important}.sideMeta strong{display:inline-block!important;margin:2px 8px 4px 0!important;font-size:22px!important;line-height:1!important}.sideMeta .progress{display:block!important;width:100%!important;height:6px!important;margin:3px 0 5px!important}.sideMeta p{margin:4px 0 0!important;font-size:11px!important;line-height:1.35!important}.sideMeta .trialModeBadge{margin-top:7px!important;min-height:30px!important;padding:0 8px!important;font-size:11px!important;border-radius:8px!important}.sideMeta .navLegalLine{margin-top:5px!important;font-size:9.5px!important;line-height:1.35!important}.mobileNavHandle{display:grid!important;pointer-events:auto!important;z-index:140!important}.mobileNavMask{z-index:125!important}.sideNav{z-index:130!important;transform:translateX(-104%)!important;visibility:hidden!important;pointer-events:none!important}.sideNav.open{transform:translateX(0)!important;visibility:visible!important;pointer-events:auto!important}}@media (max-width:760px){.sideNav:not(.open):focus-within,.sideNav:not(.open):hover{transform:translateX(-104%)!important}.content.chatContent{height:100dvh!important;overflow:hidden!important;padding:8px 8px 8px 18px!important}.content.chatContent .headerActions,.content.chatContent .rightRail,.content.chatContent .safeHint,.content.chatContent .siteFooter{display:none!important}.chatView{height:100%!important;display:flex!important;flex-direction:column!important;min-height:0!important}.chatLayout{flex:1 1 auto!important;grid-template-columns:minmax(0,1fr)!important}.chatLayout,.chatPanel{min-height:0!important;display:grid!important}.chatPanel{height:100%!important;grid-template-rows:minmax(0,1fr) auto!important;overflow:hidden!important}.messages{min-height:0!important;overflow:auto!important;padding:9px!important;gap:9px!important}.questionCard{padding:8px 10px!important;border-radius:10px!important}.questionCard strong{margin:3px 0 0!important;font-size:14px!important;line-height:1.35!important}.questionCard .quickChips{display:none!important}.composer{display:grid!important;grid-template-columns:38px minmax(0,1fr) 38px 54px!important;gap:8px!important;align-items:end!important;padding:9px 9px calc(9px + env(safe-area-inset-bottom))!important;border-top:1px solid var(--line)!important;background:#fff!important}.composerIconButton{width:38px!important;min-width:38px!important;height:38px!important;border-radius:999px!important}.composer textarea{max-height:92px!important;padding:8px 12px!important;font-size:16px!important;line-height:1.35!important;resize:none!important}.composer textarea,.sendButton{min-height:38px!important;border-radius:999px!important}.sendButton{width:54px!important;padding:0!important;font-size:13px!important}.mobileNavHandle{left:0!important;top:58%!important;width:28px!important;min-height:92px!important;border-radius:0 10px 10px 0!important;font-size:12px!important;line-height:1!important;z-index:140!important}.mobileNavHandle.hidden{display:none!important}.sideNav{width:min(224px,66vw)!important;padding:14px 12px!important;gap:10px!important}.sideNav .brandMark{display:none!important}.sideNav .brandBlock{gap:0!important;padding:2px 2px 4px!important}.sideNav .brandBlock strong{font-size:15px!important;line-height:1.2!important}.sideNav .brandBlock p{margin-top:3px!important;font-size:12px!important;color:rgba(58,30,16,.66)!important}.sideNav nav{gap:5px!important}.sideNav nav button{min-height:36px!important;padding:0 10px!important;font-size:13px!important;border-radius:8px!important}.sideMeta{padding:9px!important;border-radius:10px!important}.sideMeta span{font-size:11px!important;line-height:1.2!important}.sideMeta strong{display:inline-block!important;margin:2px 8px 4px 0!important;font-size:22px!important;line-height:1!important}.sideMeta .progress{height:6px!important;margin:3px 0 5px!important}.sideMeta p{margin:4px 0 0!important;font-size:11px!important;line-height:1.35!important}.sideMeta .trialModeBadge{margin-top:7px!important;min-height:30px!important;padding:0 8px!important;font-size:11px!important;border-radius:8px!important}.sideMeta .navLegalLine{margin-top:5px!important;font-size:9.5px!important;line-height:1.35!important}}@media (max-width:380px){.content.chatContent{padding:6px 6px 6px 20px!important}.chatView .viewHeader h2{font-size:18px!important}.questionCard{padding:10px!important}.quickChips button{flex-basis:100%!important}.composer{padding:8px 8px calc(8px + env(safe-area-inset-bottom))!important}.composer textarea{min-height:36px!important}.composer{grid-template-columns:36px minmax(0,1fr) 36px 48px!important;gap:6px!important}.composerIconButton{width:36px!important;min-width:36px!important;height:36px!important}}@media (min-width:761px) and (max-width:1100px){.appShell{grid-template-columns:220px minmax(0,1fr)!important}.content.chatContent{padding:18px!important}.chatLayout{grid-template-columns:minmax(0,1fr)!important}.chatLayout .rightRail{display:none!important}}@media (min-width:761px){.content{padding:22px}.content.chatContent{padding:18px 22px 22px}.chatView .viewHeader{margin-bottom:12px}.chatView .viewHeader h2{font-size:28px}.chatLayout{grid-template-columns:minmax(0,1fr) 300px;gap:14px}.messages{padding:16px}.composer{grid-template-columns:42px minmax(0,1fr) 42px 76px;padding:10px}.composer textarea{min-height:46px;max-height:96px;resize:none}.sendButton{min-height:46px}}@media (max-width:760px){body,html{height:100%}.appShell,body,html{overflow:hidden!important}.appShell{display:block!important;width:100vw!important;height:100vh!important;height:100svh!important;height:100dvh!important;background:var(--bg)!important}.mobileNavHandle{display:grid!important;place-items:center!important;position:fixed!important;left:0!important;top:44%!important;z-index:120!important;width:32px!important;min-height:74px!important;border:0!important;border-radius:0 12px 12px 0!important;background:var(--green-dark)!important;color:#fff!important;box-shadow:0 10px 24px rgba(24,87,71,.24)!important;writing-mode:vertical-rl!important;font-size:13px!important;font-weight:900!important;letter-spacing:0!important;touch-action:manipulation!important}.mobileNavMask{display:block!important;inset:0!important;z-index:95!important;background:rgba(20,31,28,.28)!important;border:0!important}.mobileNavMask,.sideNav{position:fixed!important}.sideNav{inset:0 auto 0 0!important;z-index:100!important;width:min(292px,84vw)!important;height:100vh!important;height:100svh!important;height:100dvh!important;min-height:0!important;padding:16px 14px!important;display:flex!important;flex-direction:column!important;gap:16px!important;overflow:hidden!important;transform:translateX(-104%)!important;transition:transform .2s ease!important;box-shadow:18px 0 44px rgba(37,54,49,.22)!important}.sideNav.open{transform:translateX(0)!important}.sideNav:not(.open):focus-within,.sideNav:not(.open):hover{transform:translateX(-104%)!important}.sideNav:before{display:none!important}.sideNav .brandBlock{display:flex!important;align-items:center!important}.sideNav .brandBlock p{color:rgba(58,30,16,.7)!important;font-size:12px!important}.sideNav nav{display:grid!important;grid-template-columns:1fr!important;gap:8px!important;overflow:auto!important;min-height:0!important}.sideNav nav button{width:100%!important;min-height:44px!important;padding:0 14px!important;justify-content:flex-start!important;text-align:left!important;border-radius:8px!important;font-size:14px!important}.sideMeta{display:block!important;margin-top:auto!important}.content{width:100vw!important;height:100vh!important;height:100svh!important;height:100dvh!important;min-height:0!important;padding:12px 10px 12px 20px!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important}.launchBanner{display:none!important}.homeView{min-height:100%!important;display:grid!important;align-content:center!important}.hero{min-height:auto!important;grid-template-columns:1fr!important;gap:14px!important;padding:10px 2px 20px!important}.hero h1{max-width:8em!important;margin-bottom:12px!important;font-size:40px!important;line-height:1.08!important}.hero p{font-size:15px!important;line-height:1.72!important}.heroActions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important;margin-top:18px!important}.heroActions button{width:100%!important;min-height:48px!important}.heroPanel,.workflow{display:none!important}.content.chatContent{padding:8px 8px 8px 18px!important;overflow:hidden!important}.content.chatContent .headerActions,.content.chatContent .rightRail,.content.chatContent .safeHint,.content.chatContent .siteFooter{display:none!important}.siteFooter{margin-top:16px!important;padding:12px 8px calc(10px + env(safe-area-inset-bottom))!important;font-size:11px!important}.chatView{height:100%!important;min-height:0!important;display:flex!important;flex-direction:column!important}.chatView .viewHeader{flex:0 0 auto!important;margin:0 0 8px!important;padding:2px 2px 0!important}.chatView .eyebrow{margin-bottom:4px!important;font-size:11px!important}.chatView .viewHeader h2{font-size:20px!important;line-height:1.2!important}.chatLayout{flex:1 1 auto!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important}.chatLayout,.chatPanel{min-height:0!important;display:grid!important}.chatPanel{height:100%!important;grid-template-rows:minmax(0,1fr) auto!important;overflow:hidden!important;border-radius:10px!important}.messages{min-height:0!important;padding:10px!important;gap:10px!important;overflow:auto!important;-webkit-overflow-scrolling:touch!important}.questionCard{padding:11px!important;border-radius:10px!important}.historyHint{padding:5px 9px!important;font-size:11px!important}.questionCard strong{margin:4px 0 8px!important;font-size:15px!important;line-height:1.45!important}.quickChips{gap:6px!important}.quickChips button{flex:1 1 30%!important;min-height:34px!important;padding:0 6px!important;font-size:12px!important}.message{max-width:92%!important;padding:10px 12px!important;border-radius:10px!important;font-size:14px!important;line-height:1.55!important}.composer{position:relative!important;z-index:3!important;display:grid!important;grid-template-columns:38px minmax(0,1fr) 38px 54px!important;gap:8px!important;align-items:end!important;padding:9px 9px calc(9px + env(safe-area-inset-bottom))!important;border-top:1px solid var(--line)!important;background:#fff!important;box-shadow:0 -10px 24px rgba(37,54,49,.08)!important}.composerMain{min-width:0!important;gap:6px!important}.composerIconButton{width:38px!important;min-width:38px!important;height:38px!important;border-radius:999px!important;font-size:15px!important}.composer textarea{width:100%!important;max-height:92px!important;padding:8px 12px!important;font-size:16px!important;line-height:1.35!important;resize:none!important}.composer textarea,.sendButton{min-height:38px!important;border-radius:999px!important}.sendButton{width:54px!important;padding:0!important;font-size:13px!important}.attachmentTray{max-height:68px!important;overflow:auto!important}.composerNotice{grid-column:1/-1!important;font-size:11px!important;text-align:center!important}.mobileNavHandle{left:0!important;top:58%!important;width:28px!important;min-height:92px!important;border-radius:0 10px 10px 0!important;font-size:12px!important;line-height:1!important;z-index:140!important}.mobileNavHandle.hidden{display:none!important}.sideNav{width:min(224px,66vw)!important;padding:14px 12px!important;gap:10px!important}.sideNav .brandMark{display:none!important}.sideNav .brandBlock{gap:0!important;padding:2px 2px 4px!important}.sideNav .brandBlock strong{font-size:15px!important;line-height:1.2!important}.sideNav .brandBlock p{margin-top:3px!important;font-size:12px!important;color:rgba(58,30,16,.66)!important}.sideNav nav{gap:5px!important}.sideNav nav button{min-height:36px!important;height:36px!important;padding:0 10px!important;font-size:13px!important;border-radius:8px!important}.sideMeta{padding:9px!important;border-radius:10px!important}.sideMeta span{font-size:11px!important;line-height:1.2!important}.sideMeta strong{display:inline-block!important;margin:2px 8px 4px 0!important;font-size:22px!important;line-height:1!important}.sideMeta .progress{display:block!important;width:100%!important;height:6px!important;margin:3px 0 5px!important}.sideMeta p{margin:4px 0 0!important;font-size:11px!important;line-height:1.35!important}.sideMeta .trialModeBadge{margin-top:7px!important;min-height:30px!important;padding:0 8px!important;font-size:11px!important;border-radius:8px!important}.sideMeta .navLegalLine{margin-top:5px!important;font-size:9.5px!important;line-height:1.35!important}.mobileNavHandle{left:0!important;top:58%!important;width:28px!important;min-height:92px!important;border-radius:0 10px 10px 0!important;font-size:12px!important;line-height:1!important;z-index:140!important}.mobileNavHandle.hidden{display:none!important}.sideNav{width:min(224px,66vw)!important;padding:14px 12px!important;gap:10px!important}.sideNav .brandMark{display:none!important}.sideNav .brandBlock{gap:0!important;padding:2px 2px 4px!important}.sideNav .brandBlock strong{font-size:15px!important;line-height:1.2!important}.sideNav .brandBlock p{margin-top:3px!important;font-size:12px!important;color:rgba(58,30,16,.66)!important}.sideNav nav{gap:5px!important}.sideNav nav button{min-height:36px!important;height:36px!important;padding:0 10px!important;font-size:13px!important;border-radius:8px!important}.sideMeta{display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;column-gap:8px!important;row-gap:4px!important;padding:8px!important;border-radius:10px!important}.sideMeta span{font-size:11px!important;line-height:1.2!important;writing-mode:initial!important}.sideMeta strong{display:inline-block!important;margin:0!important;font-size:21px!important;line-height:1!important}.sideMeta .progress{grid-column:1/-1!important;display:block!important;width:100%!important;min-width:100%!important;height:5px!important;margin:2px 0!important}.sideMeta .progress i{min-width:4px!important}.sideMeta p{grid-column:1/-1!important;margin:0!important;font-size:10.5px!important;line-height:1.3!important}.sideMeta .navLegalLine,.sideMeta .trialModeBadge{display:none!important}.sideNav .sideMeta{display:grid!important;grid-template-columns:auto 1fr!important;align-items:center!important;column-gap:8px!important;row-gap:4px!important}.homeView{gap:11px!important;padding-bottom:76px!important}.homeIntro{min-height:auto!important;padding:18px 15px!important;border-radius:14px!important}.homeIntro h1{font-size:27px!important;line-height:1.14!important;margin-bottom:8px!important}.homeIntro p{font-size:13.5px!important;line-height:1.62!important}.homeNavButton{min-height:38px!important;margin-top:14px!important;padding:0 13px!important;font-size:13px!important}.homeInfoGrid{grid-template-columns:1fr!important;gap:9px!important}.homeInfoCard,.homeInfoCard.wide{grid-column:auto!important;padding:13px!important;border-radius:14px!important;box-shadow:0 10px 24px rgba(37,54,49,.07)!important}.homeCardHeading{gap:9px!important;margin-bottom:10px!important}.homeCardNo{width:34px!important;height:34px!important;border-radius:10px!important;font-size:13px!important}.homeInfoCard span{font-size:11.5px!important;margin-bottom:2px!important}.homeInfoCard h2{font-size:18px!important;margin:0!important}.homeResourceList{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important}.homeResourceList div{min-height:68px!important;padding:9px!important;border-radius:11px!important}.homeResourceList strong{font-size:20px!important;margin-bottom:3px!important}.homeResourceList p{font-size:12.5px!important;line-height:1.35!important}.homeInfoCard ul{gap:6px!important;padding-left:17px!important}.homeInfoCard li,.homeInfoCard p{font-size:12.8px!important;line-height:1.48!important}.inlineDemoLink{font-size:inherit!important}.cardActionButton{min-height:36px!important;margin-top:10px!important;padding:0 12px!important;font-size:13px!important}.homeKnowledgeOverlay{padding:10px!important;align-items:stretch!important}.homeKnowledgeCard{max-height:calc(100vh - 20px)!important;padding:16px!important}.homeKnowledgeCard h2{font-size:22px!important}.homeKnowledgeCard p,.homeKnowledgeList div{font-size:13px!important;line-height:1.6!important}.homeStartBar{left:10px!important;right:10px!important;bottom:10px!important;padding:9px!important;gap:8px!important;align-items:center!important;border-radius:16px!important}.homeStartBar label{flex:1 1!important;font-size:11.5px!important;gap:7px!important}.homeStartBar button{min-width:92px!important;min-height:38px!important;padding:0 11px!important;border-radius:12px!important;font-size:13px!important}}