:root{--ink:#0e0e0e;--paper:#fff;--soft:#f6f7f8;--line:#dfe2e6;--muted:#686d75;--red:#f1002d;--red-dark:#b41637;--blue:#2468ff;--purple:#7536b7;--safe:env(safe-area-inset-bottom,0px)}html,body{height:100%;overflow:hidden}body{display:grid!important;place-items:center}.app-shell{width:min(100%,440px)!important;height:min(932px,100dvh)!important;min-height:0!important;overflow-x:hidden!important;overflow-y:auto!important;overscroll-behavior:contain;transform:none!important;scrollbar-width:none}.app-shell::-webkit-scrollbar{display:none}.app-shell .page{min-height:100%}.app-shell .topbar{position:sticky!important;top:0!important;z-index:500!important}.topbar{position:relative}.topbar .top-title{position:absolute;left:50%;transform:translateX(-50%);margin:0;white-space:nowrap}.bottom-actions{bottom:max(0px,calc((100dvh - 932px)/2))!important;z-index:1000!important;background:#fff!important;border-top:1px solid #dfe2e6!important}.bottom-actions button{white-space:nowrap;height:52px!important;min-height:52px!important;padding-top:0!important;padding-bottom:0!important}.review+.bottom-actions{grid-template-columns:112px 1fr}.conclusion-tag{display:block;font-size:14px;font-weight:700;margin:-8px 0 8px;color:#fff}.home-footer>button{padding-left:0;padding-right:0}.question-page .option{height:51px!important;min-height:51px!important;padding-top:0!important;padding-bottom:0!important;line-height:19px}
*{box-sizing:border-box}html{background:#eceef0}body{margin:0;color:var(--ink);font-family:"PingFang SC","Noto Sans SC",-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;font-size:16px}.app-shell{width:min(100%,440px);min-height:100dvh;margin:auto;background:var(--paper);position:relative;overflow:hidden}.page{min-height:100dvh;padding-bottom:calc(94px + var(--safe));background:#fff}.page.no-nav{padding-bottom:calc(28px + var(--safe))}button,input,textarea{font:inherit;color:inherit}button{cursor:pointer}.topbar{height:71px;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.08);background:#fff;position:sticky;top:0;z-index:10}.wordmark{font-size:16px;line-height:19px;font-weight:700}.wordmark small{display:block;font-size:14px;letter-spacing:.01em}.top-action,.back{min-width:44px;min-height:44px;border:0;background:transparent;font-weight:600}.back{text-align:left;font-size:24px}.content{padding:32px 24px}.content.flush{padding:0}.hero{background:linear-gradient(130deg,#ef0039 0%,#ef0039 52%,#ad183a 52%,#ad183a 100%);padding:38px 24px 34px;color:#111;position:relative;overflow:hidden}.face{width:56px;height:56px;border-radius:50%;background:#111;margin:0 auto 12px;position:relative;transition:transform .2s ease}.face:before,.face:after{content:"";position:absolute;width:7px;height:17px;background:#fff;border-radius:8px;top:19px}.face:before{left:18px}.face:after{right:18px}.face.thinking{transform:rotate(-7deg)}.hero h1{font-size:22px;line-height:1.35;text-align:center;margin:0 0 5px}.hero p{text-align:center;margin:0 0 22px;color:#211;font-size:14px}.askbox{height:56px;background:#fff;border-radius:30px;display:flex;align-items:center;gap:10px;padding:0 20px}.askbox input{border:0;outline:0;min-width:0;flex:1;font-size:15px}.askbox button{border:0;background:transparent;width:40px;height:40px}.suggestions{margin-top:24px}.suggestions>span{font-size:14px;color:rgba(255,255,255,.72)}.suggestions button{width:100%;border:0;border-bottom:1px solid rgba(255,255,255,.18);background:transparent;text-align:left;padding:14px 0;color:white;font-size:14px;display:flex;justify-content:space-between}.section{padding:34px 24px}.section+.section{padding-top:0}.section-title{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:15px}.section-title h2{font-size:20px;margin:0}.section-title span{font-size:14px;color:var(--muted)}.entry-grid{display:grid;gap:12px}.entry-card{border:1px solid var(--line);background:var(--soft);padding:18px;text-align:left;min-height:130px;display:grid;grid-template-columns:1fr auto;gap:10px}.entry-card strong{display:block;font-size:20px;margin:8px 0 5px}.entry-card p{font-size:14px;line-height:1.55;color:var(--muted);margin:0}.entry-card .arrow{font-size:24px}.label{font-size:14px;color:var(--red);font-weight:700}.quick-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quick{min-height:96px;border:1px solid var(--line);background:#fff;padding:15px;text-align:left}.quick svg{width:22px;height:22px;margin-bottom:10px}.quick strong{font-size:15px}.provider-path{display:grid;gap:10px}.provider-row{border:1px solid var(--line);padding:15px;display:grid;grid-template-columns:36px 1fr auto;gap:12px;align-items:center}.provider-logo{width:36px;height:36px;display:grid;place-items:center;background:#111;color:white;font-weight:700}.provider-row:nth-child(2) .provider-logo{background:var(--purple)}.provider-row:nth-child(3) .provider-logo{background:var(--blue)}.provider-row b{font-size:16px}.provider-row p{font-size:14px;line-height:1.45;color:var(--muted);margin:3px 0 0}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,440px);height:calc(72px + var(--safe));padding:8px 18px var(--safe);background:rgba(255,255,255,.97);border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);z-index:12}.nav-btn{border:0;background:transparent;font-size:14px;color:var(--muted)}.nav-btn.active{color:#111;font-weight:700}.login-intro{padding:42px 24px 18px}.login-intro h1,.question h1,.result-hero h1{font-size:28px;line-height:1.25;margin:8px 0 10px}.login-intro p,.question p,.result-hero p{font-size:15px;line-height:1.6;color:var(--muted);margin:0}.form{padding:20px 24px}.field{margin-bottom:18px}.field label{display:block;font-size:14px;font-weight:700;margin-bottom:8px}.field input{width:100%;height:52px;border:1px solid var(--line);padding:0 14px;border-radius:0;outline:0}.field input:focus{border-color:#111}.field-error{min-height:22px;color:#c9002b;font-size:14px;margin-top:5px}.primary,.secondary{width:100%;min-height:52px;border:1px solid #111;padding:13px 16px;font-weight:700}.primary{background:#111;color:#fff}.secondary{background:#fff}.primary:disabled{background:#c6c8cc;border-color:#c6c8cc;cursor:not-allowed}.fine{font-size:14px;line-height:1.55;color:var(--muted);margin-top:14px}.progress-wrap{padding:18px 24px 0}.progress-meta{display:flex;justify-content:space-between;font-size:14px;color:var(--muted);margin-bottom:9px}.progress{height:3px;background:var(--line)}.progress i{display:block;height:100%;background:var(--red);transition:width .25s ease}.question{padding:30px 24px 110px}.question .kicker{font-size:14px;color:var(--red);font-weight:700}.options{display:grid;gap:10px;margin-top:24px}.option{min-height:54px;border:1px solid var(--line);background:#fff;text-align:left;padding:14px 16px;font-size:15px;display:flex;align-items:center;justify-content:space-between;gap:12px}.option.selected{background:#111;color:#fff;border-color:#111}.check{width:20px;height:20px;border:1px solid currentColor;display:grid;place-items:center;flex:none}.selected .check:after{content:"";width:8px;height:8px;background:#fff}.primary-picker{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.primary-picker h3{font-size:16px;margin:0 0 10px}.bottom-actions{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(100%,440px);padding:12px 24px calc(12px + var(--safe));background:rgba(255,255,255,.98);border-top:1px solid var(--line);display:grid;grid-template-columns:88px 1fr;gap:10px;z-index:11}.review{padding:28px 24px 120px}.review h1{font-size:26px;margin:0 0 6px}.review>p{font-size:15px;color:var(--muted);line-height:1.55}.review-group{margin-top:24px;border-top:2px solid #111}.review-row{padding:14px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:105px 1fr;gap:14px;font-size:14px}.review-row span{color:var(--muted)}.analysis{padding:70px 24px}.analysis h1{font-size:27px}.analysis-list{margin-top:32px;display:grid;gap:18px}.analysis-step{display:flex;gap:12px;color:#9da1a8}.analysis-step i{width:20px;height:20px;border:1px solid currentColor;border-radius:50%;flex:none}.analysis-step.done,.analysis-step.active{color:#111}.analysis-step.done i{background:#111;box-shadow:inset 0 0 0 5px white}.analysis-step.active i{border:6px solid var(--red)}.result-hero{padding:34px 24px;background:var(--soft);border-bottom:1px solid var(--line)}.result-hero .result-label{font-size:14px;color:var(--red);font-weight:700}.result-section{padding:28px 24px;border-bottom:1px solid var(--line)}.result-section h2{font-size:20px;margin:0 0 14px}.result-list{margin:0;padding:0;list-style:none}.result-list li{padding:12px 0;border-top:1px solid var(--line);font-size:15px;line-height:1.55}.dimension-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.dimension{background:var(--soft);padding:14px}.dimension b{font-size:15px}.dimension span{display:block;color:var(--muted);font-size:14px;margin-top:4px}.result-actions{padding:28px 24px;display:grid;gap:10px}.chat-page{display:flex;flex-direction:column;min-height:100dvh}.chat-log{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}.bubble{max-width:88%;padding:13px 15px;font-size:15px;line-height:1.55;background:var(--soft);align-self:flex-start}.bubble.user{background:#111;color:white;align-self:flex-end}.chat-compose{position:sticky;bottom:0;background:#fff;border-top:1px solid var(--line);padding:12px 16px calc(12px + var(--safe));display:flex;gap:8px}.chat-compose input{height:48px;min-width:0;flex:1;border:1px solid var(--line);padding:0 13px}.chat-compose button{width:52px;border:0;background:#111;color:white}.toast{position:fixed;left:50%;bottom:100px;transform:translate(-50%,14px);background:#111;color:#fff;padding:11px 14px;font-size:14px;opacity:0;pointer-events:none;transition:.2s;z-index:99}.toast.show{opacity:1;transform:translate(-50%,0)}.empty{padding:60px 24px;text-align:center;color:var(--muted)}:focus-visible{outline:3px solid #2468ff;outline-offset:2px}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}@media(min-width:441px){.app-shell{box-shadow:0 0 0 1px rgba(0,0,0,.06),0 24px 70px rgba(0,0,0,.12)}}

/* Restrained view transitions: only new routes and new question steps */
.page.page-enter{animation:pageEnter .24s cubic-bezier(.22,1,.36,1)}
@keyframes pageEnter{from{opacity:.25;transform:translate3d(8px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}

/* Interaction states for the Figma face */
.hero .face i{position:absolute;left:16px;top:29px;width:10px;height:2px;background:transparent;border-radius:50%}.hero .face.looking:before,.hero .face.looking:after{top:22px;animation:none!important}.hero .face.looking:before{left:15px}.hero .face.looking:after{right:15px}.hero .face.curious:before{transform:rotate(18deg);animation:none!important}.hero .face.curious:after{transform:rotate(-18deg);animation:none!important}.hero .face.happy:before,.hero .face.happy:after{height:6px;top:16px;background:transparent;border:3px solid #fff;border-bottom:0;animation:none!important}.hero .face.happy i{background:#fff;top:29px}.hero .face.listening{transform:scale(1.08)}.hero .face.listening:before,.hero .face.listening:after{top:19px;animation:none!important}.askbox button.recording{color:#f0002f;animation:voicePulse 1s ease-in-out infinite}@keyframes voicePulse{50%{transform:scale(1.18)}}

/* Smooth eye-only motion: blink, glance, focus-down */
.hero .face:before,.hero .face:after{transition:top .42s cubic-bezier(.22,1,.36,1),left .42s cubic-bezier(.22,1,.36,1),right .42s cubic-bezier(.22,1,.36,1),transform .18s ease,height .3s ease!important}.hero .face i{display:none}.hero .face.glance-left:before{left:10px;animation:none!important}.hero .face.glance-left:after{right:18px;animation:none!important}.hero .face.glance-right:before{left:18px;animation:none!important}.hero .face.glance-right:after{right:10px;animation:none!important}.hero .face.looking:before,.hero .face.looking:after{top:23px!important;height:9px!important;animation:none!important;transform:none!important}.hero .face.looking:before{left:15px!important}.hero .face.looking:after{right:15px!important}

.page-heading{font-size:28px;line-height:1.3;margin:28px 24px 10px}.review-row{width:100%;background:none;border-left:0;border-right:0;text-align:left;grid-template-columns:105px 1fr 42px;align-items:start}.review-row em{font-style:normal;color:#f0002f;text-align:right;font-size:14px}.sheet-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:1900}.edit-sheet{position:fixed;left:50%;transform:translateX(-50%);bottom:max(0px,calc((100dvh - 932px)/2));width:min(100%,440px);max-height:min(74dvh,690px);background:#fff;z-index:2000;display:flex;flex-direction:column;padding:22px 24px 18px;border-radius:16px 16px 0 0}.edit-sheet header{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:1px solid #dfe2e6;padding-bottom:14px}.edit-sheet header span{font-size:14px;color:#f0002f}.edit-sheet h2{font-size:20px;margin:5px 0 0}.edit-sheet header>button{border:0;background:transparent;font-size:28px;line-height:28px}.sheet-options{overflow-y:auto;display:grid;gap:10px;padding:16px 0}.edit-sheet .option{min-height:51px;border:1px solid #dee0e5;background:#fff;display:flex;gap:12px;align-items:center;text-align:left;padding:0 16px}.edit-sheet .option.selected{border-color:#0f0f12;background:#fbfbfb;color:#111}.edit-sheet .check{width:13px;height:13px}.edit-sheet .selected .check{background:#111}.sheet-primary{border-top:1px solid #dfe2e6;padding-top:12px}.sheet-primary h3{font-size:16px}.edit-sheet footer{display:grid;grid-template-columns:88px 1fr;gap:12px;padding-top:12px}.edit-sheet footer button{height:52px;white-space:nowrap}

.edit-sheet .option{justify-content:flex-start!important}.sheet-backdrop{display:block!important}.edit-sheet{overflow:hidden}.sheet-options{min-height:0!important;flex:1 1 auto!important;overflow-y:auto!important;overscroll-behavior:contain;padding-right:3px}.sheet-primary{display:grid!important;gap:10px!important;flex:none}.sheet-primary h3{margin:0 0 2px}.edit-sheet>footer,.edit-sheet>header{flex:none}.option.selected .check:after{display:none!important}.option.selected .check{background:#0f0f12!important;border-color:#0f0f12!important}.primary-picker.needs-answer{outline:2px solid #f0002f;outline-offset:8px}.primary-picker.needs-answer h3{color:#f0002f}button{border-radius:8px}.menu-button,.top-action,.back,.question-nav button,.home-footer button,.footer-mark button,.text-action{border-radius:8px}

.result-card h2 img{width:18px;height:18px;object-fit:contain;flex:none}

/* Home profile drawer: 80% of the phone canvas */
.profile-curtain{position:fixed;inset:0;background:rgba(15,15,18,.16);z-index:1190;animation:curtainIn .2s ease both}.profile-drawer{position:fixed;top:max(0px,calc((100dvh - 932px)/2));right:max(0px,calc((100vw - 440px)/2));bottom:max(0px,calc((100dvh - 932px)/2));width:min(80%,352px);background:#fff;z-index:1200;overflow-y:auto;box-shadow:-12px 0 32px rgba(15,15,18,.12);animation:drawerIn .3s cubic-bezier(.22,1,.36,1) both}.profile-drawer>header{height:57px;padding:0 20px;border-bottom:1px solid #e4e5e7;display:flex;align-items:center;gap:16px;position:sticky;top:0;background:#fff;z-index:2}.profile-drawer>header button{width:36px;height:36px;border:0;background:transparent;font-size:20px;text-align:left}.profile-drawer>header h2{font-size:20px;margin:0}.profile-drawer .profile-head{padding:24px 20px}.profile-drawer .profile-list{padding:0 20px}.profile-drawer .profile-list button{min-height:70px}.profile-drawer .drawer-logout{padding:24px 20px}.profile-drawer .empty{padding:64px 20px}.profile-drawer .empty .primary{margin-top:18px}@keyframes drawerIn{from{transform:translateX(100%);opacity:.75}to{transform:translateX(0);opacity:1}}@keyframes curtainIn{from{opacity:0}to{opacity:1}}

/* About Us, Figma 116:146 */
.about-page .topbar .top-spacer{display:none}.about-content{padding:24px 24px 48px;background:#fff;color:#141414}.about-title{padding-top:20px;text-align:center;display:grid;gap:10px;font-size:16px}.about-title b{font-weight:600}.about-brand{margin:40px 40px;background:#cf002f;color:#fff;min-height:100px;display:grid;place-content:center;text-align:center;font-size:17px;font-weight:600}.about-brand small{display:block;font-size:16px}.about-content>section{margin:0 40px 40px}.about-content section h2{font-size:17px;line-height:25px;margin:10px 0 0;font-weight:500}.about-content section p{font-size:16px;line-height:25px;margin:0 0 10px;color:#141414}.about-ai{height:auto;margin:0 40px 40px;padding:0;background:transparent}.about-ai img{display:block;width:100%;height:auto;aspect-ratio:312/204;object-fit:cover}.about-services{margin:0 36px 40px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px 16px}.about-services span{height:59px;background:#141414;color:#fff;display:grid;place-items:center;text-align:center;font-size:14px}.about-services span:nth-child(1),.about-services span:nth-child(5){background:#cf002f}.about-services span:nth-child(2){background:#1f1f1f}.about-services span:nth-child(3){background:#2e2e2e}.about-services span:nth-child(4){background:#292929}.about-services span:nth-child(6){background:#383838}

/* Login / registration, Figma 108:368 */
.login-page{background:#fff;min-height:100%}.login-nav{height:73px;padding:0 24px;border-bottom:1px solid #e9e9e6;display:grid;grid-template-columns:28px 1fr 48px;align-items:center;background:#fff}.login-nav>button{border:0;background:transparent;width:28px;height:40px;padding:0;text-align:left;font-size:20px}.login-nav>div{display:grid;gap:1px}.login-nav b{font-size:16px;line-height:24px}.login-nav small{font-size:10px;line-height:15px}.login-banner{height:140px;padding:24px;background:url('/assets/login-hk.png') center 38%/cover no-repeat;color:#fff}.login-banner .wordmark{font-size:16px;line-height:24px}.login-banner .wordmark small{font-size:16px;line-height:24px}.login-body{padding:32px 40px;display:grid;gap:24px}.login-copy h1{font-size:26px;line-height:34px;margin:0 0 6px;font-weight:500}.login-copy p{font-size:14px;line-height:22px;color:#62625e;margin:0}.login-form{display:grid;gap:16px}.login-field{position:relative}.login-field input{width:100%;height:44px;border:0;border-radius:0;background:#f6f7f8;padding:0 16px;font-size:14px;outline:0}.login-field input:focus{box-shadow:inset 0 0 0 1px #111}.login-field .field-error{position:absolute;top:42px;left:2px;z-index:1;font-size:11px;line-height:16px}.code-field{display:grid;grid-template-columns:1fr 96px;background:#f6f7f8}.code-field input{min-width:0}.code-field>button{height:44px;border:0;background:transparent;font-size:12px;font-weight:500}.login-submit{height:44px;border:0;background:#f00;color:#fff;font-size:15px;font-weight:500}.login-agreement{text-align:center;color:#858580;font-size:12px;line-height:18px;margin:0}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.practical-info{margin-top:34px;border-top:1px solid #e1e3e6;padding-top:26px}.practical-heading{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.practical-heading span{font-size:14px;color:#e6003d}.practical-heading h2{font-size:21px;margin:5px 0 0}.practical-heading>b{font-size:11px;letter-spacing:.08em;color:#8b9098}.practical-list{display:grid}.practical-list article{min-height:104px;border-top:1px solid #e1e3e6;display:grid;grid-template-columns:28px 1fr 28px;gap:12px;align-items:center}.practical-list article>i{font-style:normal;font-size:13px;color:#e6003d}.practical-list h3{font-size:16px;line-height:1.35;margin:0 0 5px}.practical-list p{font-size:14px;line-height:1.45;color:#6b7380;margin:0}.practical-list button{height:40px;border:0;background:transparent;font-size:20px}.login-gate-curtain{position:fixed;inset:0;background:rgba(15,15,18,.28);z-index:1390}.login-gate{position:fixed;z-index:1400;left:50%;top:50%;transform:translate(-50%,-50%);width:min(calc(100% - 40px),400px);background:#fff;padding:24px}.login-gate>span{font-size:14px;color:#e6003d}.login-gate h2{font-size:22px;margin:7px 0 10px}.login-gate p{font-size:14px;line-height:1.55;color:#6b7380;margin:0 0 22px}.login-gate>div{display:grid;grid-template-columns:104px 1fr;gap:10px}.login-gate button{height:48px;min-height:48px;padding:0 12px}

/* Question mother frame 183:1248 */
.question-page{min-height:100dvh;padding-bottom:100px}.question-nav{height:71px;padding:22px 24px;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);display:flex;align-items:center;position:sticky;top:0;z-index:20}.question-nav button{border:0;background:transparent;padding:0;font-size:15px;color:#6b7380}.question-progress{height:3px;background:#d9d9d9;position:sticky;top:71px;z-index:20}.question-progress i{display:block;height:3px;background:#f0002f;transition:width .25s}.question-page .question{padding:24px 24px 112px}.question-page .question .kicker{font-size:14px;color:#f0002f}.question-page .question h1{font-size:28px;line-height:1.22;margin:24px 0 8px;max-width:336px}.question-page .question>p{font-size:15px;line-height:1.35;color:#6b7380;max-width:260px}.question-page .options{gap:12px;margin-top:24px}.question-page .option{min-height:51px;padding:15px 16px;border:1px solid #dee0e5;background:#fff;justify-content:flex-start;font-size:16px}.question-page .option.selected{background:#fbfbfb;color:#0f0f12;border-color:#0f0f12;font-weight:500}.question-page .check{width:13px;height:13px;border:1px solid #8a9098;order:0}.question-page .option span{order:1}.question-page .selected .check{background:#0f0f12;border-color:#0f0f12}.question-page .selected .check:after{display:none}.question-page .primary-picker{margin-top:24px}.question-page .bottom-actions{grid-template-columns:88px 1fr;gap:12px;padding:12px 24px calc(18px + var(--safe));border-top:0}.question-page .bottom-actions button{height:52px;border-radius:8px;font-size:16px}.question-page .bottom-actions .secondary:disabled{opacity:.42}

/* Figma mother frame 134:236 + result frame 192:179 */
.home-page{padding-bottom:0}.topbar{height:57px;padding:16px 20px}.top-title{font-size:15px;font-weight:600;margin-left:auto}.top-spacer{width:52px}.back{width:72px;font-size:15px;color:#6b7380;display:flex;align-items:center;gap:5px;padding:0}.back span{font-size:14px}.menu-button{width:32px;height:32px;border:0;background:transparent;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:2px}.menu-button i{height:2px;background:#111;width:23px;display:block}.hero{height:282px;padding:64px 20px 32px;background:#e6003d url('/assets/home-ai-bg.png') center/cover no-repeat}.hero .face{width:42px;height:42px;margin-bottom:10px}.hero .face:before,.hero .face:after{width:5px;height:11px;top:15px;border-radius:3px;transform-origin:center}.hero .face:before{left:13px;animation:blink 5s linear infinite}.hero .face:after{right:13px;animation:blink 5s linear infinite}@keyframes blink{0%,74%,79%,100%{transform:scaleY(1)}76.4%{transform:scaleY(.08)}}.hero h1{font-size:20px;font-weight:500;margin-bottom:6px}.hero p{font-size:14px;margin-bottom:20px}.hero .askbox{height:56px}.home-content{padding:26px 20px 40px}.home-cards{display:grid;gap:12px}.path-card{min-height:145px;border:1px solid #e0e0e0;padding:20px;position:relative;overflow:hidden}.path-card>span{font-size:14px}.path-card h2{font-size:20px;font-weight:500;margin:4px 0}.path-card p{font-size:14px;color:rgba(14,14,14,.42);margin:0 0 13px}.path-card button{height:40px;background:#0e0e0e;color:#fff;border:0;padding:0 12px;font-size:14px}.path-card .art{position:absolute;right:20px;top:20px;width:55px;height:55px}.art-a{border:11px solid #ffd54b;border-radius:50%}.art-a:after{content:"";position:absolute;background:#31a8e8;width:41px;height:41px;left:13px;top:-2px;opacity:.9}.art-b{top:32px;height:85px;background:linear-gradient(90deg,#ffd124 0 18%,transparent 18% 30%,#6337d7 30% 48%,transparent 48% 60%,#a963ff 60% 82%,transparent 82%)}.home-footer{margin-top:34px}.footer-mark{height:74px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}.footer-mark>button{border:0;background:none}.face-mini{display:block;width:30px;height:30px;border-radius:50%;background:#111;position:relative}.face-mini:after{content:"••";color:#fff;letter-spacing:2px;position:absolute;left:8px;top:3px}.home-footer>button{width:100%;border:0;background:#fff;border-bottom:1px solid #eee;min-height:82px;display:grid;grid-template-columns:1fr auto;text-align:left;align-content:center}.home-footer>button b,.home-footer>button small{grid-column:1}.home-footer>button b{font-size:16px}.home-footer>button small{font-size:14px;margin-top:2px}.home-footer>button span{grid-column:2;grid-row:1/3;font-size:20px}.assessed>h2{font-size:25px;line-height:1.35;margin:7px 0}.assessed>p{font-size:15px;color:#6b7380;line-height:1.55}.result-link{height:44px;background:#111;color:#fff;border:0;padding:0 15px;margin:8px 0 28px}.action-path{background:#f6f7f8;padding:18px;margin-bottom:28px}.action-path h3,.matched-title h3{font-size:19px;margin:0 0 14px}.action-path div{display:grid;grid-template-columns:35px 1fr;gap:10px;padding:11px 0;border-top:1px solid #dfe2e6}.action-path div>b{color:#e6003d}.action-path span{font-size:14px}.action-path strong{display:block}.matched-title{display:flex;justify-content:space-between;align-items:baseline}.matched-title span{font-size:14px;color:#6b7380}.provider-logo.legal{background:#733d85}.provider-logo.osome{background:#2468ff}
.result-page{background:#fff}.result-page .topbar{position:relative}.result-hero{padding:40px 48px 22px;background:#7c3d83 url('/assets/result-bg.svg') center/cover no-repeat;color:#fff;border:0}.result-hero.in-hk{background-color:#5d477c}.result-hero>img{width:71px;height:71px;margin-bottom:18px}.result-hero h1{font-size:28px;line-height:1.25;margin:0 0 12px}.result-hero>p{color:rgba(255,255,255,.55);font-size:15px}.result-hero .result-card{background:#fff;margin-top:24px;color:#0f0f12}.result-content{padding:14px 13px 28px;display:grid;gap:10px}.result-card{background:#f6f7f8;padding:18px}.result-card h2{font-size:17px;display:flex;align-items:center;gap:8px;margin:0 0 12px}.result-card h2 span{font-size:16px;width:18px}.result-card p,.result-card li{font-size:15px;color:#6b7380;line-height:1.55}.result-card p{margin:0}.result-card ul{list-style:none;padding:0;margin:0}.result-card li:before{content:"• ";color:#6b7380}.card-note{font-size:14px!important}.radar-layout{margin-top:12px}.radar-top,.radar-bottom{width:160px;text-align:center;margin:auto}.radar-top b,.radar-top span,.radar-bottom b,.radar-bottom span,.radar-mid>div b,.radar-mid>div span{display:block;font-size:14px}.radar-top span,.radar-bottom span,.radar-mid>div span{color:#6b7380;margin-top:3px}.radar-mid{height:140px;display:grid;grid-template-columns:100px 140px 100px;gap:8px;align-items:center;text-align:center}.radar{width:140px;height:140px}.radar polygon,.radar line{fill:none;stroke:#cbd0d6;stroke-width:1}.radar .radar-value{fill:rgba(255,0,39,.16);stroke:#ff0027;stroke-width:2}.radar-note{text-align:center!important;font-size:14px!important;margin-top:10px!important}.result-actions{padding:0;gap:10px}.result-actions .primary{border-radius:5px}.primary.red{background:#f00;border-color:#f00}.text-action{border:0;background:transparent;color:#f00;height:40px;font-weight:600}
.profile-head{padding:30px 24px;display:flex;gap:15px;align-items:center;border-bottom:8px solid #f6f7f8}.avatar{width:54px;height:54px;border-radius:50%;background:#111;color:#fff;display:grid;place-items:center;font-size:20px}.profile-head b{font-size:18px}.profile-head p{font-size:14px;color:#6b7380;margin:5px 0 0}.profile-list{padding:0 24px}.profile-list button{width:100%;min-height:76px;background:#fff;border:0;border-bottom:1px solid #e0e0e0;text-align:left;display:flex;flex-direction:column;justify-content:center}.profile-list b{font-size:16px}.profile-list span{font-size:14px;color:#6b7380;margin-top:4px}.detail-page{padding:36px 24px}.detail-page h1{font-size:28px;line-height:1.3;margin:8px 0 14px}.detail-page h2{font-size:20px;margin-top:34px}.detail-page>p{font-size:15px;color:#6b7380;line-height:1.7}.form-table{border-top:2px solid #111;margin:26px 0}.form-table label{display:flex;justify-content:space-between;gap:18px;padding:17px 0;border-bottom:1px solid #dfe2e6;font-size:14px;color:#6b7380}.form-table b{color:#111;text-align:right}.saved-result{padding:20px;background:#f6f7f8}.saved-result>span{font-size:14px;color:#f0002f}.saved-result h2{margin:8px 0;font-size:21px}.saved-result p{font-size:14px;color:#6b7380;line-height:1.6}
.other-answer{display:block;margin-top:14px;padding:14px 16px;background:var(--soft);border-radius:8px}.other-answer span{display:block;font-size:14px;font-weight:700;margin-bottom:8px}.other-answer input{width:100%;height:48px;padding:0 12px;border:1px solid var(--line);border-radius:8px;background:#fff;font-size:16px;outline:0}.other-answer input:focus{border-color:#111}.other-answer small{display:block;margin-top:6px;color:var(--muted);font-size:14px}.form-table label:has(input){display:block}.form-table label input{display:block;width:100%;height:48px;margin-top:10px;padding:0 12px;border:1px solid var(--line);border-radius:8px;font-size:16px}

/* Unified interactive control sizes: 44px regular, 56px large */
:root{--control-regular:44px;--control-large:56px;--control-radius:8px}
button{border-radius:var(--control-radius)}
.primary,.secondary,.login-submit,.result-link,.path-card button,.edit-sheet footer button,.login-gate button,.bottom-actions button,.result-actions button{height:var(--control-regular)!important;min-height:var(--control-regular)!important;padding-top:0!important;padding-bottom:0!important;border-radius:var(--control-radius)!important;white-space:nowrap}
.option,.question-page .option,.edit-sheet .option{height:auto!important;min-height:var(--control-large)!important;border-radius:var(--control-radius)!important}
.menu-button,.top-action,.back,.question-nav button,.footer-mark>button,.practical-list button,.edit-sheet header>button,.profile-drawer>header button{min-width:var(--control-regular);min-height:var(--control-regular);border-radius:var(--control-radius)!important}

/* Result screens scale with the phone viewport instead of a fixed 340px radar row */
.result-page,.result-content,.result-card,.radar-layout{width:100%;min-width:0}
.result-hero{padding:40px clamp(20px,8vw,48px) 22px}
.result-hero h1{font-size:clamp(24px,7vw,28px);overflow-wrap:anywhere}
.result-content{padding:14px clamp(12px,3.5vw,16px) 28px}
.result-card p,.result-card li{overflow-wrap:anywhere}
.radar-mid{height:auto;min-height:140px;grid-template-columns:minmax(70px,1fr) minmax(112px,140px) minmax(70px,1fr);gap:4px}
.radar-mid>div{min-width:0}
.radar{width:100%;max-width:140px;height:auto;aspect-ratio:1;margin:auto}

/* Personalized home generated from the latest completed assessment */
.home-loading{padding:20px 0 30px;display:grid;gap:10px}.home-loading span{height:18px;background:#f0f1f3;animation:homePulse 1.2s ease-in-out infinite}.home-loading span:nth-child(1){width:38%}.home-loading span:nth-child(2){width:82%;height:34px}.home-loading span:nth-child(3){width:100%;height:150px}.home-loading p{font-size:14px;color:#6b7380;margin:2px 0}@keyframes homePulse{50%{opacity:.45}}.personal-actions{margin-top:2px}.personal-actions .matched-title{display:block}.personal-actions .matched-title h3{font-size:20px;line-height:1.35;margin-bottom:4px}.home-action{border:1px solid #dfe2e6;margin-top:14px}.home-action>header{display:grid;grid-template-columns:52px 1fr;gap:14px;padding:18px 18px 12px;align-items:start}.home-action>header>b{width:52px;height:46px;display:grid;place-items:center;background:#111;color:#fff;font-size:18px}.home-action>header span{font-size:14px;color:#e6003d;font-weight:700}.home-action h4{font-size:20px;line-height:1.35;margin:3px 0 0}.home-action>p{font-size:14px;line-height:1.6;color:#626a76;margin:0;padding:0 18px 16px}.home-action .provider-row{width:100%;height:auto!important;min-height:96px!important;border:0;border-top:1px solid #dfe2e6;background:#f6f7f8;text-align:left;grid-template-columns:40px 1fr auto;padding:16px 18px;border-radius:0!important}.home-action .provider-row span{display:block;font-size:12px;color:#e6003d;font-weight:700;margin-bottom:2px}.home-action .provider-row b{display:block}.home-action .provider-row em{font-style:normal;font-size:22px}.provider-empty{border-top:1px solid #dfe2e6;background:#f6f7f8;padding:15px 18px}.provider-empty b{font-size:14px}.provider-empty p{font-size:14px;line-height:1.5;color:#6b7380;margin:4px 0 0}.assessment-entry{margin-top:24px;padding-top:18px;border-top:1px solid #dfe2e6;display:grid;grid-template-columns:1fr 1fr;gap:8px}.assessment-entry>span{grid-column:1/-1;font-size:14px;color:#6b7380}.assessment-entry button{min-height:44px;border:1px solid #111;background:#fff;border-radius:8px;padding:8px;font-size:14px}.provider-detail{padding:28px 20px 50px}.provider-identity{display:flex;gap:14px;align-items:center}.provider-identity>span{width:56px;height:56px;background:#111;color:#fff;display:grid;place-items:center;font-size:24px;font-weight:700}.provider-identity small{font-size:13px;color:#e6003d}.provider-identity h1{font-size:26px;line-height:1.25;margin:3px 0}.provider-detail>p,.provider-detail section>p{font-size:15px;line-height:1.7;color:#626a76}.provider-detail section{border-top:1px solid #dfe2e6;padding-top:20px;margin-top:24px}.provider-detail h2{font-size:19px;margin:0 0 13px}.provider-detail h3{font-size:16px;margin:22px 0 4px}.provider-tags{display:flex;flex-wrap:wrap;gap:8px}.provider-tags span{padding:7px 9px;background:#f2f3f5;font-size:14px}.provider-detail dl{margin:0}.provider-detail dl>div{display:grid;grid-template-columns:90px 1fr;gap:12px;padding:11px 0;border-top:1px solid #eceef0;font-size:14px}.provider-detail dt{color:#6b7380}.provider-detail dd{margin:0}.provider-site{height:44px;border-radius:8px;background:#111;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;margin-top:24px;font-weight:700}.provider-disclaimer{font-size:13px!important}.provider-page .topbar{z-index:12}
/* Personalized home — Figma 313:145 is the visual source of truth. */
.home-page.personalized .home-content{padding:0}.assessment-summary{padding:32px 24px;background:#f6f7f8;display:flex;flex-direction:column;gap:12px}.assessment-summary>p{font-size:14px;line-height:1.2;color:#6b7380;margin:0}.assessment-summary>h2{font-size:clamp(30px,9vw,40px);font-weight:500;line-height:1.2;margin:0;color:#111}.summary-tags{font-size:16px;line-height:1.4;color:#6b7380}.assessment-summary>h3{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:400;margin:2px 0 0}.assessment-summary>h3 svg{width:23px;height:23px}.assessment-summary ol{list-style:none;counter-reset:summary;margin:0;padding:0;font-size:16px;line-height:1.7}.assessment-summary li{counter-increment:summary}.assessment-summary li:before{content:counter(summary,decimal-leading-zero) "  ";font-variant-numeric:tabular-nums}.assessment-summary>div:last-child{display:flex;gap:6px;margin-top:2px}.assessment-summary>div:last-child button{width:auto;padding-inline:24px}.priority-section{padding:0 0 48px;background:#fff}.priority-section>header{padding:48px 24px 24px;display:grid;gap:5px}.priority-section>header h2{font-size:clamp(31px,9vw,40px);line-height:1.2;font-weight:500;margin:0;color:#111}.priority-section>header p{font-size:14px;line-height:1.5;color:#777c84;margin:0}.personal-actions{display:grid;gap:24px;margin:0}.home-action{border:0;margin:0;min-width:0}.action-heading{display:grid;grid-template-columns:52px minmax(0,1fr);padding-left:24px;align-items:start}.action-heading>b{height:64px;background:#0e0e0e;color:#fff;display:grid;place-items:center;font-size:28px;font-weight:500}.action-heading>div{background:#f4f4f4;padding:16px 20px 16px 16px;display:grid;gap:4px;min-height:64px}.action-heading h3{font-size:20px;line-height:24px;font-weight:500;margin:0}.action-heading p{font-size:14px;line-height:1.4;color:#777c84;margin:0}.action-heading aside{border-left:3px solid #cf002f;padding-left:10px;margin-top:8px;display:grid;gap:4px;font-size:14px;line-height:1.4}.action-heading aside strong{font-weight:700}.action-heading aside span{color:#777c84}.figma-provider{display:flex!important;flex-direction:column;width:calc(100% - 100px);height:auto!important;margin:16px 24px 0 76px;padding:0!important;border:0!important;border-radius:0!important;background:#fff;text-align:left;overflow:hidden}.provider-banner{height:114px;width:100%;display:grid;place-items:center;background:#2f5fc0;color:#fff;font-size:34px;font-weight:600;letter-spacing:.01em}.home-action:nth-child(2) .provider-banner{background:#6e35ab}.home-action:nth-child(3) .provider-banner{background:#111}.provider-body{display:flex;flex-direction:column;gap:7px;border:1px solid #dfe2e5;background:#f6f7f8;padding:16px;width:100%}.provider-body>b{font-size:18px;line-height:22px}.provider-intro{font-size:14px;line-height:1.4;color:#777c84;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.provider-match{border-left:3px solid #cf002f;padding-left:9px;color:#111;font-size:14px;line-height:1.4;font-weight:600}.provider-meta{display:flex;gap:6px;align-items:flex-start;font-size:14px}.provider-meta>strong{width:70px;flex:none}.provider-meta>i{display:flex;flex-wrap:wrap;gap:3px;font-style:normal}.provider-meta em{font-style:normal;font-size:13px;line-height:20px;color:#6b7380;border:.5px solid rgba(0,0,0,.2);border-radius:30px;padding:0 6px;background:#f4f9ff}.provider-more{display:flex;justify-content:space-between;align-items:center;margin-top:3px;padding-top:10px;border-top:1px solid #dfe2e5;font-size:14px;font-weight:600}.provider-more i{font-style:normal;font-size:20px}.provider-empty{width:calc(100% - 100px);margin:16px 24px 0 76px;border:1px solid #dfe2e5;padding:16px}.quick-services,.assessment-entries,.practical-info{padding:48px 24px 0;background:#fff}.quick-services>header,.practical-heading{display:flex;align-items:center;gap:10px;margin:0 0 16px}.quick-services>header h2,.practical-heading h2{font-size:18px;line-height:25px;margin:0;font-weight:500}.quick-services>header span,.practical-heading span{font-size:14px;color:#a0a4aa}.quick-services>header button,.practical-heading button{margin-left:auto;border:0;background:#fff;color:#666c74;font-size:14px;height:44px}.quick-services>div{display:grid;grid-template-columns:1fr 1fr;gap:16px}.quick-services>div>button{height:83px!important;border:1px solid #e5e7ea;border-radius:0!important;background:#f6f7f8;padding:14px;display:flex;gap:12px;align-items:center;text-align:left;min-width:0}.quick-services svg{width:22px;height:22px;flex:none}.quick-services span{display:grid;gap:4px;min-width:0}.quick-services b,.quick-services small{font-size:14px;line-height:1.3;white-space:nowrap}.quick-services small{color:#777c84;font-weight:400}.assessment-entries{display:grid;gap:12px}.assessment-entries>h2{font-size:18px;line-height:24px;margin:0}.assessment-entries>p{font-size:14px;line-height:21px;color:#6b7380;margin:-6px 0 0}.assessment-entries article{border:1px solid #e0e0e0;padding:20px;display:grid;gap:6px}.assessment-entries article>span{font-size:14px}.assessment-entries h3{font-size:20px;line-height:30px;margin:0}.assessment-entries article>p{font-size:14px;line-height:21px;color:#6b7380;margin:0}.assessment-entries article>button{height:44px;width:max-content;border:0;border-radius:8px;background:#111;color:#fff;padding:0 14px;font-size:14px;font-weight:600}.practical-info{margin:0;border:0;padding-bottom:0}.practical-heading>div{display:flex;align-items:center;gap:8px}.practical-list{display:flex;gap:12px;overflow-x:auto;padding:0 0 4px;scrollbar-width:none}.practical-list::-webkit-scrollbar{display:none}.practical-list>button{width:174px;height:174px!important;flex:0 0 174px;border:1px solid #e2e4e7;border-radius:0!important;background:#fff;padding:0;text-align:left;display:flex;flex-direction:column}.guide-art{display:block;width:100%;height:104px;flex:none;background:#111}.guide-red{background:linear-gradient(135deg,#f0002f 0 50%,#b41637 50%)}.guide-purple{background:linear-gradient(135deg,#6e35ab 0 52%,#111 52%)}.practical-list b{font-size:16px;line-height:23px;padding:10px 12px;font-weight:500}.personalized .home-footer{margin:40px 24px 0;padding-bottom:40px}@media(max-width:380px){.figma-provider,.provider-empty{width:calc(100% - 88px);margin-left:64px}.action-heading{grid-template-columns:40px minmax(0,1fr);padding-left:24px}.action-heading>b{font-size:22px}.quick-services>div{gap:10px}.quick-services>div>button{padding:10px;gap:7px}.quick-services b,.quick-services small{font-size:12px}}
/* Exact Figma-exported icons and guide artwork. */
.quick-services>div>button>img{width:22px;height:22px;flex:none;object-fit:contain}.practical-list img.guide-art{object-fit:cover}
.official-information>header>div{display:grid;gap:6px}.official-information>header p,.practical-subtitle{margin:0;color:#6b7380;font-size:14px;line-height:1.5}.official-information>div>a{min-height:132px;border:1px solid #e5e7ea;border-radius:0;background:#f6f7f8;padding:14px;display:flex;gap:10px;align-items:flex-start;text-align:left;color:#111;text-decoration:none;min-width:0}.official-information>div>a>img{width:22px;height:22px;flex:none}.official-information span{display:grid;gap:4px;min-width:0}.official-information em{font-style:normal;font-size:11px;color:#cf002f}.official-information b,.official-information small,.official-information i{white-space:normal}.official-information small{color:#6b7380}.official-information i{font-style:normal;font-size:11px;color:#6b7380;margin-top:4px}.practical-subtitle{margin:-8px 0 16px}.practical-list>a{width:174px;min-height:200px;flex:0 0 174px;border:1px solid #e2e4e7;background:#fff;text-align:left;display:flex;flex-direction:column;color:#111;text-decoration:none}.practical-list>a>span{display:grid;gap:2px;padding:10px 12px}.practical-list>a b{padding:0}.practical-list>a small{font-size:13px;line-height:1.4;color:#777c84}
.review-group{border-top:2px solid #111}.review-row{border-radius:0!important;border-top:0!important;border-left:0!important;border-right:0!important;box-shadow:none!important;background:transparent!important}
.result-content{padding:16px;gap:12px}.result-content>.result-card{padding:20px 18px}.result-content>.result-card+.result-card{margin-top:0}.radar-layout{padding:4px 0 8px}.radar-mid{width:100%;grid-template-columns:minmax(76px,1fr) 140px minmax(76px,1fr);gap:4px}.result-task-list{list-style:none!important;margin:0!important;padding:0!important;display:grid;gap:10px}.result-task-list li{display:grid;grid-template-columns:40px 1fr;gap:12px;align-items:start;padding:12px 0!important;border-top:1px solid #dfe2e5}.result-task-list li:before{display:none}.result-task-list li>b{width:40px;height:40px;display:grid;place-items:center;background:#111;color:#fff}.result-task-list li>span{display:grid;gap:3px}.result-task-list strong{font-size:15px;color:#111}.result-task-list small{font-size:13px;color:#6b7380}.result-actions .primary.red{font-size:0}.result-actions .primary.red:before{content:'查看推荐方案';font-size:16px}
.provider-recommendation .provider-body{padding:16px 52px 16px 16px}.provider-recommendation .provider-intro{-webkit-line-clamp:4;position:relative}.provider-intro>i{font-style:normal;color:#111;font-weight:600}.provider-recommendation .provider-meta{align-items:flex-start}.provider-recommendation .provider-open{right:0}.profile-user-id{display:block;margin-top:5px;font-size:12px;color:#6b7380}.profile-drawer .profile-list button,.profile-list button{border-radius:0!important;border-left:0!important;border-right:0!important;border-top:0!important;box-shadow:none!important;background:#fff!important}
/* Provider recommendation card — exact composition from Figma 313:145. */
.provider-recommendation{width:calc(100% - 100px);margin:16px 24px 0 76px}.provider-recommendation .figma-provider{width:100%;margin:0;overflow:visible}.provider-recommendation .provider-body{position:relative;padding:16px 44px 16px 16px;gap:8px}.provider-recommendation .provider-intro{padding-bottom:10px;border-bottom:1px solid #dfe2e5;-webkit-line-clamp:3}.provider-recommendation .provider-match,.provider-recommendation .provider-more{display:none}.provider-recommendation .provider-meta{align-items:center}.provider-recommendation .provider-meta>strong{width:82px;font-size:14px;color:#111}.provider-recommendation .provider-open{position:absolute;right:-44px;bottom:0;width:44px;height:44px;display:grid;place-items:center;background:#0e0e0e;color:#fff;font-size:24px;line-height:1}.more-providers{height:44px!important;border:0!important;background:#fff!important;color:#777c84!important;border-radius:0!important;padding:0 0 0 16px!important;display:flex;align-items:center;gap:14px;font-size:14px}.more-providers span{font-size:22px;color:#111}.provider-recommendation+.provider-recommendation{margin-top:16px}@media(max-width:380px){.provider-recommendation{width:calc(100% - 88px);margin-left:64px}}
/* Reserve 44px for the floating arrow plus the 24px page gutter. */
.provider-recommendation{width:calc(100% - 144px)}
.provider-recommendation .provider-intro{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;overflow:hidden;text-overflow:ellipsis;max-height:5.6em;padding-bottom:0;border-bottom:0;box-sizing:border-box}
.provider-recommendation .provider-intro+.provider-meta{border-top:1px solid #dfe2e5;padding-top:10px}
.official-information>div>a{padding:16px}
@media(max-width:380px){.provider-recommendation{width:calc(100% - 132px)}}

/* Guide cards open an in-app article detail before the external official source. */
.practical-info{padding-left:24px;padding-right:24px}.practical-list{width:100%;padding:0 0 6px;scroll-padding-inline:0}.practical-list>button{width:174px;min-width:174px;min-height:200px!important;height:auto!important;flex:0 0 174px;border:1px solid #e2e4e7;border-radius:0!important;background:#fff;padding:0!important;text-align:left;display:flex;flex-direction:column;overflow:hidden}.practical-list>button>span{display:grid;gap:2px;padding:10px 12px}.practical-list>button b{padding:0}.practical-list>button small{font-size:13px;line-height:1.4;color:#777c84}.guide-detail{padding:28px 24px 48px}.guide-detail>img{display:block;width:100%;height:196px;object-fit:cover;background:#111;margin-bottom:24px}.guide-detail>span{font-size:14px;color:#cf002f;font-weight:700}.guide-detail h1{font-size:28px;line-height:1.3;margin:8px 0 10px}.guide-source{font-size:14px;color:#6b7380;margin:0 0 30px}.guide-detail section{padding:22px 0;border-top:1px solid #dfe2e5}.guide-detail h2{font-size:18px;margin:0 0 9px}.guide-detail section p{font-size:15px;line-height:1.7;color:#626a76;margin:0}.guide-detail>a{height:44px;border-radius:8px;background:#111;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center;font-weight:700;margin-top:8px}.guide-detail>small{display:block;text-align:center;font-size:13px;color:#777c84;margin-top:10px}
/* The regular home already owns a 20px page gutter; avoid nesting another 24px gutter. */
.home-page:not(.personalized) .practical-info{padding-left:0;padding-right:0}
/* A review editor is modal: the sheet owns interaction until it closes. */
#app.modal-open{overflow:hidden!important}

/* Account view/edit state and explicit assessment entry states. */
.account-form>.secondary{width:100%}.account-actions{display:grid;grid-template-columns:112px 1fr;gap:10px}.account-actions button{width:100%}.account-form:not(.is-editing) .form-table label{align-items:center}.assessment-empty{display:grid;gap:14px}.assessment-empty>p{font-size:15px;line-height:1.6;color:#6b7380;margin:0 0 4px}.assessment-empty article{border:1px solid #dfe2e5;padding:20px;display:grid;gap:7px}.assessment-empty article>span{font-size:14px;color:#cf002f}.assessment-empty h2{font-size:21px;margin:0}.assessment-empty article>p{font-size:14px;line-height:1.5;color:#6b7380;margin:0 0 8px}.assessment-empty button{width:max-content}.assessment-history-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.assessment-history-actions button{white-space:normal!important;height:56px!important}

/* Enterprise profile states, conversation bubbles, and visible voice feedback. */
.company-form .form-table label{align-items:center}.company-form .form-table label>span{flex:0 0 92px}.company-form .form-table input{flex:1;min-width:0;height:44px;border:1px solid #d7dbe0;border-radius:8px;padding:0 12px;font-size:15px;outline:0}.company-form .form-table input:focus{border-color:#111;box-shadow:0 0 0 2px rgba(17,17,17,.08)}
.chat-log{overflow-y:auto;padding:22px 20px 16px}.bubble{max-width:82%;padding:10px 13px;border-radius:12px;background:#f1f2f4;overflow-wrap:anywhere}.bubble.assistant{border-bottom-left-radius:4px}.bubble.user{border-bottom-right-radius:4px}.bubble span{display:block}.chat-compose{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center}.chat-compose input{height:44px;border-radius:8px!important;background:#fff}.chat-compose button{width:44px;height:44px;border-radius:8px;display:grid;place-items:center}.chat-compose button svg{width:22px;height:22px}.chat-voice{border:1px solid #d7dbe0!important;background:#fff!important;color:#111!important}.chat-send{background:#111!important;color:#fff!important}.chat-voice.recording{background:#fff0f3!important;color:#d60036!important;border-color:#d60036!important;animation:voicePulse 1s ease-in-out infinite}
.chat-compose button:disabled{opacity:.45;cursor:wait}.thinking-bubble{display:flex;align-items:center;gap:5px;min-width:58px;height:42px}.thinking-bubble i{width:6px;height:6px;border-radius:50%;background:#747b86;animation:chatThinking 1.15s ease-in-out infinite}.thinking-bubble i:nth-child(2){animation-delay:.14s}.thinking-bubble i:nth-child(3){animation-delay:.28s}@keyframes chatThinking{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.bubble-title{display:block;font-size:15px;line-height:1.45;margin-bottom:6px}.chat-message{display:flex;flex-direction:column;gap:7px}.chat-message.user{align-items:flex-end}.chat-message.assistant{align-items:flex-start}.chat-action-card{width:min(88%,330px);padding:15px;border:1px solid #d7dbe0;border-radius:8px;background:#fff;display:grid;gap:8px}.chat-action-card>span{font-size:13px;font-weight:700;color:#d60036}.chat-action-card h3{font-size:17px;line-height:1.35;margin:0}.chat-action-card p{font-size:14px;line-height:1.55;color:#68717e;margin:0 0 3px}.chat-action-card button{height:44px;min-height:44px;border-radius:8px;white-space:nowrap;padding:0 13px}.chat-action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.chat-action-buttons button{font-size:14px}.bubble.assistant+.bubble.assistant{margin-top:-5px}.bubble.assistant span{white-space:pre-line}
.voice-status{min-height:0;display:flex;justify-content:center;align-items:center;gap:4px;font-size:14px;line-height:20px;transition:opacity .2s ease,transform .2s ease}.hero>.voice-status{width:max-content;max-width:calc(100% - 40px);min-height:32px;margin:8px auto 0;padding:6px 12px;color:#111;background:rgba(255,255,255,.94);border-radius:8px}.chat-voice-status{min-height:0;margin:0 20px 8px;padding:7px 10px;border-radius:8px;background:#f5f6f7;color:#d60036}.voice-status:empty{display:none}.voice-status.error{color:#b00020}.voice-status.success{color:#167347}.voice-status i{width:3px;height:10px;border-radius:2px;background:currentColor;animation:voiceBars .8s ease-in-out infinite}.voice-status i:nth-child(2){animation-delay:.14s;height:16px}.voice-status i:nth-child(3){animation-delay:.28s}.voice-status span{margin-left:5px}@keyframes voiceBars{50%{transform:scaleY(.45)}}
.home-loading{min-height:390px;padding:72px 24px 48px;display:grid;place-items:start center}.analysis{padding:48px 24px 32px}.ai-loader{text-align:center;width:100%;max-width:320px;margin:0 auto}.ai-loader-mark{width:96px;height:96px;margin:0 auto 22px;position:relative;display:grid;place-items:center}.ai-loader-face{position:relative;z-index:2;width:56px;height:56px;border-radius:50%;background:#111;display:flex;align-items:center;justify-content:center;gap:8px;animation:aiFloat 1.8s ease-in-out infinite}.ai-loader-face i{width:6px;height:16px;border-radius:6px;background:#fff;animation:aiBlink 3.6s ease-in-out infinite}.ai-loader-mark>b{position:absolute;width:7px;height:7px;border-radius:50%;background:#f1002d;transform-origin:48px 48px;animation:aiOrbit 2.4s linear infinite}.ai-loader-mark>b:nth-of-type(1){left:0;top:44px}.ai-loader-mark>b:nth-of-type(2){left:9px;top:18px;animation-delay:-.8s;background:#2468ff}.ai-loader-mark>b:nth-of-type(3){left:24px;top:3px;animation-delay:-1.6s;background:#7536b7}.ai-loader strong{display:block;font-size:20px;line-height:1.4}.ai-loader>p{margin:9px auto 20px;color:#686d75;font-size:14px;line-height:1.65;max-width:290px}.ai-loader-progress{height:3px;background:#e4e6e9;overflow:hidden}.ai-loader-progress i{display:block;width:42%;height:100%;background:#f1002d;animation:aiProgress 1.45s ease-in-out infinite}.analysis .ai-loader{margin-bottom:34px}.analysis-list{margin-top:0}.analysis-note{text-align:center;margin-top:26px}.analysis-step{transition:color .2s ease,opacity .2s ease}.analysis-step i{transition:transform .2s ease,background-color .2s ease}.analysis-step.active i{animation:stepPulse 1s ease-in-out infinite}@keyframes aiFloat{50%{transform:translateY(-5px)}}@keyframes aiBlink{0%,44%,50%,100%{transform:scaleY(1)}47%{transform:scaleY(.12)}}@keyframes aiOrbit{to{transform:rotate(360deg)}}@keyframes aiProgress{0%{transform:translateX(-110%)}50%{transform:translateX(90%)}100%{transform:translateX(240%)}}@keyframes stepPulse{50%{transform:scale(.82)}}@media(prefers-reduced-motion:reduce){.ai-loader-face,.ai-loader-face i,.ai-loader-mark>b,.ai-loader-progress i,.analysis-step.active i{animation:none!important}.ai-loader-progress i{width:65%}}

/* Chat owns its scroll position; page chrome stays fixed while replies render. */
.app-shell:has(.chat-page){height:100dvh;overflow:hidden}
.chat-page{height:100%;min-height:100%!important;padding-bottom:0!important;overflow:hidden}
.chat-page .chat-log{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain}
.chat-page .chat-compose{position:relative;flex:none}
/* Assessment entry artwork is shipped with the demo for reliable offline and production rendering. */
.path-card img.art{width:64px;height:64px;object-fit:contain;pointer-events:none}
/* About Us: accounting and tax is a highlighted core service. */
.about-services span:nth-child(3){background:#cf002f}
