@charset "UTF-8";:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;color:#263b37;background:#f6f8f7;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--primary: #167d73;--primary-dark: #11675f;--ink: #263b37;--muted: #6b7c76;--line: #e5ebe7;--surface: #fff;--radius: 20px}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}p{line-height:1.85}button,a{touch-action:manipulation}button,input,select,textarea,a{outline-offset:4px}:focus-visible{outline:3px solid #55a89d}h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{font-weight:650;letter-spacing:-.035em;line-height:1.45}strong{font-weight:650}input,select,textarea{color:var(--ink)}input,select,textarea{width:100%;border:1px solid #dce5df;background:#fcfdfc;border-radius:11px;padding:12px 14px;font-size:14px;min-height:46px;transition:border-color .15s,box-shadow .15s}input:hover,select:hover,textarea:hover{border-color:#b8cfc6}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #167d730d;outline:none}input::placeholder,textarea::placeholder{color:#8a9791;font-size:13px}textarea{resize:vertical;min-height:110px;line-height:1.8}input[type=checkbox],input[type=radio]{width:17px;height:17px;min-height:17px;padding:0;accent-color:var(--primary);flex:0 0 17px}fieldset{min-width:0;padding:0;border:0;margin:0}svg{flex-shrink:0}::selection{color:#174c43;background:#d2eae0}.button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:11px 20px;border-radius:10px;border:1px solid transparent;font-size:13px;font-weight:600;line-height:1.5;white-space:nowrap;transition:background .18s,border-color .18s,box-shadow .18s}.button-primary{color:#fff;background:var(--primary);box-shadow:0 3px 6px #167d730d}.button-primary:hover:not(:disabled){background:var(--primary-dark);box-shadow:0 5px 14px #167d7320}.button-secondary{background:#fff;color:#455a53;border-color:#dfe7e2}.button-secondary:hover:not(:disabled){border-color:#a8c4b9;background:#f8fbf9}.button-ghost{background:transparent;color:#6a7b74}.button-ghost:hover:not(:disabled){color:var(--primary);background:#edf4ef}.button-danger{color:#a53e3e;background:#fff7f5;border-color:#efdbd7}.button-danger:hover:not(:disabled){background:#ffe9e5}.button:disabled{opacity:.5;box-shadow:none}.button-small{min-height:36px;padding:7px 13px;font-size:12px}.full-width{width:100%}.button-row{display:flex;flex-wrap:wrap;gap:10px}.icon-button{border:0;background:none;width:36px;height:36px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#77867f;flex-shrink:0}.icon-button:hover{color:var(--primary);background:#edf4ef}.icon-button:disabled{opacity:.5}.text-link{display:inline-flex;align-items:center;gap:6px;background:none;border:0;padding:0;font-size:12px;font-weight:550;color:var(--primary);line-height:1.6}.text-link:hover{color:var(--primary-dark)}.eyebrow{color:#83928b;font-size:10px;font-weight:600;letter-spacing:1.8px;line-height:1.6}.pill{display:inline-flex;align-items:center;gap:7px;font-size:11px;color:#6c7f73;border-radius:20px;background:#f1f5ed;padding:5px 11px;line-height:1.5}.pill-green{background:#eaf5ef;color:#397f69}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#61a28b;flex-shrink:0}.muted{color:var(--muted)}.tag-list{display:flex;flex-wrap:wrap;gap:7px}.tag{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;font-size:10px;border-radius:5px;background:#f5f7f5;color:#77877e;font-weight:400;line-height:1.5}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px}.feature-icon{display:inline-flex;width:49px;height:49px;justify-content:center;align-items:center;border-radius:14px;flex-shrink:0}.sage{color:#4b8874;background:#eef5ee}.lavender{color:#8880b4;background:#f2eff9}.peach{color:#be9471;background:#faf1e6}.notice{display:flex;align-items:flex-start;gap:11px;border-radius:11px;background:#eff5f1;padding:15px 17px;color:#5d7669;font-size:12px;line-height:1.8;margin-bottom:18px}.notice svg{margin-top:2px}.notice-error{color:#a44242;background:#fff0ed;border:1px solid #f1dbd5}.notice-success{color:#35725c;background:#edf8ef;border:1px solid #dcecdf}.notice.compact{padding:11px 14px}.loading{min-height:230px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:17px;font-size:13px;color:#83948b}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.boot{min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:30px}.boot .loading{min-height:130px}.boot .notice{margin-top:35px;max-width:540px}.fatal-error{min-height:100vh;display:grid;align-content:center;justify-content:center;text-align:center;padding:30px}.fatal-error h1{font-size:26px}.skip-link{position:fixed;left:20px;top:-60px;padding:10px 20px;background:#fff;z-index:200;border-radius:8px}.skip-link:focus{top:10px}.app-shell{display:flex;min-height:100vh}.sidebar{width:232px;position:fixed;z-index:40;left:0;top:0;height:100dvh;background:#fff;border-right:1px solid #e8ede9;padding:32px 20px 18px;display:flex;flex-direction:column;overflow-y:auto}.brand-link{display:block;margin:0 9px 47px}.brand{display:inline-flex;gap:10px;align-items:center}.brand-symbol{background:var(--primary);border-radius:11px;width:36px;height:38px;display:flex;align-items:center;justify-content:center;color:#fff}.brand-word{color:#2b413a;font-size:24px;letter-spacing:-.9px;font-weight:650;line-height:1.1}.brand-word>span{color:#518c7a;font-weight:500}.brand-word small{display:block;font-size:9px;font-weight:400;letter-spacing:.1px;color:#96a098;margin-top:8px}.nav-section-label{color:#a2ada6;font-size:10px;margin:0 15px 15px;letter-spacing:.6px}.nav-link{display:flex;align-items:center;gap:12px;min-height:46px;padding:12px 15px;border-radius:9px;color:#829087;font-size:13px;margin-bottom:6px;transition:color .15s,background .15s}.nav-link:hover{color:#3e7464;background:#f5f8f5}.nav-link.active{color:#267861;background:#edf5ef;font-weight:550}.nav-link svg{flex-shrink:0}.nav-dot{width:5px;height:5px;border-radius:50%;background:#83b29a;margin-left:auto}.sidebar-bottom{margin-top:auto;padding-top:60px}.sidebar-note{border:1px solid #e8eee5;border-radius:12px;background:linear-gradient(120deg,#f7faf5,#fafbf8);padding:16px;margin-bottom:21px}.tiny-spark{color:#93a781}.sidebar-note h3{font-size:12px;margin:9px 0 7px;color:#5e755b}.sidebar-note p{font-size:11px;line-height:1.8;color:#929c89;margin-bottom:11px}.sidebar-note a{display:inline-flex;gap:3px;align-items:center;font-size:10px;color:#77946b}.sidebar-footer{display:flex;align-items:center;gap:7px;font-size:9px;padding:15px 8px 0;border-top:1px solid #eef1ed;color:#98a399;margin-top:12px;white-space:nowrap}.sidebar-footer .status-dot{width:4px;height:4px;background:#9bb79e}.workspace{margin-left:232px;min-width:0;width:calc(100% - 232px)}.topbar{height:77px;display:flex;align-items:center;justify-content:space-between;padding:0 39px;border-bottom:1px solid #e8ede9;background:#ffffffad}.topbar-left,.topbar-right{display:flex;align-items:center;gap:19px}.breadcrumb{font-size:11px;color:#9da8a1;display:flex;gap:13px;align-items:center}.breadcrumb>span{color:#c3cbc5}.breadcrumb strong{color:#65776b;font-weight:450}.edition{display:flex;align-items:center;gap:7px;font-size:10px;color:#8e9a92}.edition .status-dot{width:5px;height:5px}.account-chip{display:inline-flex;align-items:center;gap:8px;font-size:11px;color:#687e70;max-width:180px}.account-chip>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.avatar{width:29px;height:29px;border-radius:50%;color:#74846b;background:#edf1e5;display:inline-flex;align-items:center;justify-content:center;font-size:11px;flex-shrink:0}.logout-button{margin-left:-10px;width:27px}.mobile-menu{display:none}.main-content{max-width:1330px;margin:0 auto;padding:37px 39px 40px;min-height:calc(100vh - 155px);outline:none}.site-footer{display:flex;justify-content:space-between;gap:14px;border-top:1px solid var(--line);margin:0 39px;padding:21px 0;color:#9ba79e;font-size:10px}.site-footer a:hover{color:var(--primary)}.welcome-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.welcome-row .eyebrow{font-size:9px;letter-spacing:1.8px}.welcome-row h1{font-size:25px;margin:6px 0 7px;font-weight:600}.greeting-dot{color:#bcab85;font-size:24px;padding-left:4px}.welcome-row p{font-size:12px;color:#8a998f;margin:0}.date-chip{font-size:10px;color:#94a092;display:flex;align-items:center;gap:7px;padding-top:17px}.date-chip .status-dot{width:5px;height:5px;background:#98aa8e}.resume-banner{background:#eef5ee;border:1px solid #dce9dc;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;margin-bottom:20px;border-radius:12px;font-size:12px;color:#5b7860}.resume-banner>span,.resume-banner strong{display:flex;align-items:center;gap:9px}.hero-card{background:linear-gradient(110deg,#eff7f1,#f0f7ef 55%,#eaf3ed);border:1px solid #e0ece1;border-radius:23px;min-height:372px;display:flex;align-items:center;overflow:hidden;position:relative}.hero-copy{padding:36px 0 36px 34px;flex:1 1 55%;position:relative;z-index:1}.hero-pill{background:#ffffffa6;border:1px solid #ffffffb3;font-size:10px;color:#6d8a72;padding:6px 11px}.hero-pill .status-dot{width:5px;height:5px}.hero-copy h2{font-size:clamp(29px,2.6vw,43px);line-height:1.55;letter-spacing:-1.6px;color:#2d4940;font-weight:550;margin:19px 0 14px}.hero-emphasis{color:#528e6d}.hero-copy>p{color:#809684;font-size:12px;line-height:1.95;margin-bottom:23px}.hero-buttons{display:flex;align-items:center;gap:23px}.hero-buttons .button{padding:12px 21px;font-size:12px}.hero-secondary{display:inline-flex;gap:5px;align-items:center;color:#7b927d;font-size:11px}.hero-assurance{display:flex;align-items:center;flex-wrap:wrap;gap:15px;color:#8ca08c;font-size:9px;margin-top:23px}.hero-assurance span{display:inline-flex;align-items:center;gap:4px}.hero-assurance svg{color:#a2b89a;width:11px}.map-illustration{width:43%;height:360px;position:relative;min-width:305px;align-self:center;color:#98b09b;overflow:hidden}.map-grid{position:absolute;inset:10px -20px 5px -30px;background-image:radial-gradient(#b8cebd 1px,transparent 1px);background-size:17px 17px;opacity:.4;-webkit-mask-image:radial-gradient(ellipse,black,transparent 72%);mask-image:radial-gradient(ellipse,black,transparent 72%)}.orbit{position:absolute;border:1px solid #cbdecf;border-radius:50%;left:49%;top:47%;transform:translate(-50%,-50%) rotate(-25deg)}.orbit-one{width:196px;height:196px;opacity:.65}.orbit-two{width:272px;height:272px;border-style:dashed;opacity:.65}.orbit-three{width:335px;height:335px;opacity:.35}.map-routes{position:absolute;width:100%;height:100%;inset:0;fill:none;stroke:#bcd2c1;stroke-width:1;stroke-dasharray:4 5}.map-core{position:absolute;top:47%;left:49%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:9px}.map-core-inner{width:106px;height:106px;border-radius:31px;background:linear-gradient(135deg,#91b396,#659a80);transform:rotate(-10deg);box-shadow:0 12px 28px #59866c25,inset 0 0 0 1px #fff4;display:flex;align-items:center;justify-content:center;color:#f0f8e9}.map-core-inner svg{transform:rotate(10deg)}.map-you{font-size:9px;letter-spacing:1.4px;color:#7c957e;margin-top:2px}.map-label{position:absolute;background:#fffffff0;border:1px solid #f6fbf4;border-radius:10px;box-shadow:0 9px 28px #71857309;display:flex;align-items:center;gap:9px;padding:10px 12px;z-index:2}.map-label-icon{width:33px;height:34px;border-radius:9px;display:flex;align-items:center;justify-content:center}.map-label small{display:block;font-size:7px;letter-spacing:1.3px;color:#a1aaa0;margin-bottom:3px}.map-label strong{display:block;font-size:10px;font-weight:500;color:#698370}.map-label-a{top:41px;left:7%;transform:rotate(-5deg)}.map-label-b{top:137px;right:3%;transform:rotate(5deg)}.map-label-c{bottom:65px;left:9%;transform:rotate(-3deg)}.map-label-c>svg{color:#a0b39a;margin-left:12px;width:14px}.map-spark{position:absolute;color:#adba8e}.map-spark-a{top:62px;right:22%;font-size:22px}.map-spark-b{bottom:82px;right:15%;font-size:26px;opacity:.7}.map-point{position:absolute;width:6px;height:6px;border:2px solid #f0f7ee;background:#9cb69e;border-radius:50%;box-sizing:content-box}.point-a{top:137px;left:9%}.point-b{bottom:64px;right:33%}.map-caption{position:absolute;bottom:25px;left:0;width:100%;text-align:center;font-size:8px;color:#a1b09b;letter-spacing:1px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin:31px 0 17px;gap:12px}.section-heading h2{font-size:17px;font-weight:600;margin:0 0 6px}.section-heading p{font-size:11px;color:#919d93;margin:0}.section-heading .text-link{font-size:10px;color:#899d8c}.perspective-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.perspective-card{background:#fff;border:1px solid #e6ece6;border-radius:16px;padding:23px}.perspective-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.perspective-top .feature-icon{width:43px;height:43px;border-radius:12px}.card-index{color:#d7dfd5;font-size:23px;font-weight:300;letter-spacing:-1px}.micro-label{color:#a8b0a3;font-size:8px;letter-spacing:1.25px}.perspective-card h3{font-size:18px;font-weight:600;margin:5px 0 9px}.perspective-card>p{font-size:11px;line-height:1.95;color:#8b998e;min-height:44px;margin-bottom:18px}.journey-panel{margin-top:22px;border:1px solid #e6ebe3;border-radius:16px;background:#fbfcf9;display:flex;align-items:center;padding:26px;gap:36px}.journey-title{flex:1 1 35%}.journey-title .eyebrow{font-size:8px;letter-spacing:1.3px;color:#a3ad96}.journey-title h2{font-size:16px;font-weight:550;margin:7px 0}.journey-title p{font-size:10px;color:#96a08f;margin-bottom:0}.journey-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;flex:1 1 60%}.journey-step{position:relative}.step-number{color:#9bab8b;font-size:11px;background:#f0f3e8;border:1px solid #e6ecdc;width:29px;height:29px;display:flex;align-items:center;justify-content:center;border-radius:50%;margin-bottom:11px}.journey-step:not(:last-child):after{content:"";position:absolute;left:43px;right:-7px;top:15px;border-top:1px dashed #d9e0d0}.journey-step h3{font-size:12px;font-weight:550;margin-bottom:5px}.journey-step p{font-size:9px;color:#9aa391;margin:0}.trust-note{display:flex;align-items:center;gap:9px;color:#9aa796;margin-top:21px}.trust-note>svg{color:#9fad97}.trust-note p{font-size:9px;margin:0;flex:1}.trust-note a{display:inline-flex;gap:2px;align-items:center;font-size:9px}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:29px}.page-heading h1{font-size:29px;font-weight:600;margin:8px 0 9px;letter-spacing:-.7px}.page-heading p{font-size:12px;color:#8a998e;margin-bottom:0}.document-page{max-width:900px;margin:0 auto}.prose{padding:34px 40px}.prose h2{font-size:18px;margin:29px 0 12px}.prose h2:first-child{margin-top:0}.prose p{font-size:14px;color:#6b7e70;line-height:2;margin-bottom:16px}.prose .notice{margin-top:28px}.auth-layout{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;min-height:680px;max-width:1040px;margin:0 auto}.auth-intro{padding:30px 10px 30px 0}.auth-intro .eyebrow{font-size:8px;color:#99a996}.auth-intro h1{font-size:33px;font-weight:500;line-height:1.7;margin:20px 0}.auth-intro h1>span{color:#67917a}.auth-intro>p{font-size:13px;line-height:2;color:#96a48f}.auth-art{height:250px;position:relative;margin-top:14px;max-width:360px}.auth-art-circle{position:absolute;width:205px;height:205px;left:45%;top:45%;transform:translate(-50%,-50%);border:1px solid #dce8d8;border-radius:50%;background:radial-gradient(#e6f1df,#f2f7ee);display:flex;align-items:center;justify-content:center;color:#98b183}.auth-art-circle:after{content:"";position:absolute;inset:-18px;border:1px dashed #dce6d3;border-radius:50%}.auth-art-spark{position:absolute;top:33px;right:31px;font-size:35px;color:#b1bc8c}.auth-art-label{position:absolute;bottom:28px;right:0;background:#fff;border:1px solid #e9eee3;padding:10px 16px;border-radius:10px;color:#8b9f7d;font-size:10px;transform:rotate(-5deg);display:flex;align-items:center;gap:7px}.auth-trust{display:flex;align-items:center;gap:12px;color:#91a089;font-size:10px;line-height:1.8;margin-top:15px}.auth-form-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:35px;box-shadow:0 10px 50px #43554304}.auth-form-card>h2{font-size:25px;font-weight:550;margin:22px 0 8px}.auth-form-card>p{font-size:12px;color:#8b9b8c;margin-bottom:25px}.form-stack{display:flex;flex-direction:column;gap:19px}.field{display:flex;flex-direction:column;gap:8px;font-size:12px;min-width:0}.field>span{color:#5e7466;font-weight:550}.field>small,.field>span small{color:#94a08e;font-size:10px;font-weight:400;line-height:1.6}.password-input{position:relative}.password-input input{padding-right:44px}.password-input>button{position:absolute;right:5px;top:5px}.checkbox-row{display:flex;gap:10px;align-items:flex-start;cursor:pointer;font-size:11px;line-height:1.9;color:#8a998b}.checkbox-row input{margin:2px 0 0}.checkbox-row a{color:var(--primary);margin:0 4px;text-decoration:underline;text-underline-offset:2px}.align-right{text-align:right}.align-right .text-link{font-size:10px}.auth-switch{border-top:1px solid #edf0e9;margin-top:25px;padding-top:20px;font-size:11px;text-align:center;color:#9aa591}.auth-switch a{color:var(--primary);margin-left:7px}.recovery-card>.feature-icon{margin-bottom:20px}.recovery-card h2{font-size:21px;margin-bottom:13px}.recovery-card p{font-size:12px;color:#83937d}.recovery-code{display:block;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;background:#f5f8f1;border:1px dashed #c4d6b7;padding:20px 15px;border-radius:10px;color:#517a46;word-break:break-all;font-size:16px;-webkit-user-select:all;user-select:all;margin:22px 0;text-align:center;line-height:1.8}.recovery-card .checkbox-row{margin:23px 0}.recovery-card .notice{margin-top:16px}.start-page{max-width:980px;margin:0 auto}.section-label{font-size:10px;letter-spacing:1px;color:#8fa086;margin-bottom:17px}.mode-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.mode-card{position:relative;border:1px solid #e0e8dc;border-radius:18px;background:#fff;padding:26px;cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s}.mode-card>input{position:absolute;opacity:0;top:20px;right:20px}.mode-card.selected{border-color:#87b5a1;box-shadow:0 0 0 1px #87b5a1;background:#f9fcf8}.mode-card:has(input:focus-visible),.choice-option:has(input:focus-visible),.cognition-toggle:has(input:focus-visible){outline:3px solid #55a89d;outline-offset:4px}.mode-radio{width:21px;height:21px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #d9e3d3;border-radius:50%;position:absolute;right:22px;top:24px;background:#fff;color:#fff}.mode-radio,.choice-letter,.choice-check,.toggle-track{pointer-events:none}.mode-card.selected .mode-radio{border-color:var(--primary);background:var(--primary)}.mode-recommend{position:absolute;top:32px;right:61px;font-size:9px}.mode-card h2{margin:19px 0 9px;font-size:21px;font-weight:550}.mode-card>p{color:#8a9b82;font-size:12px;margin-bottom:20px}.mode-meta{display:flex;gap:18px;font-size:11px;color:#6d8660;margin-bottom:15px}.mode-meta>span{display:flex;gap:6px;align-items:center}.mode-card>small{font-size:10px;color:#9caa93}.cognition-toggle{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid var(--line);border-radius:15px;margin:19px 0 29px;padding:20px 24px;cursor:pointer;position:relative}.cognition-toggle.selected{border-color:#b4cab2;background:#fcfdf9}.cognition-copy{display:flex;flex-direction:column;gap:8px;flex:1}.cognition-copy>strong{font-size:14px;font-weight:550;display:flex;align-items:center;gap:8px}.cognition-copy>span{color:#92a089;font-size:11px;line-height:1.8}.cognition-toggle>input{opacity:0;position:absolute;right:28px}.toggle-track{width:39px;height:23px;border-radius:15px;background:#dfe5da;padding:3px;flex-shrink:0}.toggle-track>span{display:block;width:17px;height:17px;background:#fff;border-radius:50%;transition:transform .15s;box-shadow:0 1px 3px #5063331a}.cognition-toggle.selected .toggle-track{background:var(--primary)}.cognition-toggle.selected .toggle-track>span{transform:translate(16px)}.profile-panel h2{font-size:21px;font-weight:550;margin-bottom:7px}.profile-panel .muted{font-size:12px;color:#97a18d;margin-bottom:24px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:21px}.field-wide{grid-column:1 / -1}.input-unit{position:relative}.input-unit input{padding-right:48px}.input-unit>span{position:absolute;right:14px;top:14px;font-size:11px;color:#97a18e}.start-confirm{margin-top:24px}.start-bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:28px}.start-bottom>span{display:flex;align-items:center;gap:6px;font-size:10px;color:#93a089}.start-confirm .checkbox-row{margin-bottom:16px}.assessment-top{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:26px}.assessment-top>.pill{margin-left:auto;margin-right:10px}.assessment-layout{display:grid;grid-template-columns:208px minmax(0,1fr);gap:30px}.assessment-outline{padding-top:16px}.assessment-outline h2{font-size:23px;line-height:1.7;font-weight:450;margin:12px 0 24px;color:#5e795f}.assessment-outline .eyebrow{font-size:9px}.progress-label{display:flex;justify-content:space-between;font-size:10px;color:#9aa58f;margin-bottom:10px}.progress-label strong{color:#6c8761;font-weight:450}.progress-track{height:5px;border-radius:6px;background:#e8eee3;overflow:hidden}.progress-track>span{display:block;height:100%;border-radius:inherit;background:#86ac88;transition:width .25s}.question-outline{padding:0;margin:29px 0;list-style:none}.question-outline>li{font-size:10px;color:#9aa591;display:flex;align-items:center;gap:9px;margin-bottom:16px;line-height:1.7}.question-outline>li>span:first-child{display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid #e1e8d9;width:22px;height:22px;font-size:8px;flex-shrink:0}.question-outline .current{color:#3e7a55}.question-outline .current>span:first-child{background:#e7f0de;border-color:#c8dabc}.question-outline .done{color:#fff;background:#90af81;border-color:#90af81}.question-outline>li>svg,.question-outline>li>small{margin-left:auto}.outline-note{border-top:1px solid #e2e9db;padding-top:22px;color:#a2b18e}.outline-note p{font-size:10px;color:#9caa90;margin-top:9px;line-height:1.9}.question-content{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px;min-width:0}.question-kicker{display:flex;justify-content:space-between;align-items:center;font-size:10px;letter-spacing:.9px;color:#93a483}.question-kicker>span:last-child{font-size:16px;letter-spacing:1px;color:#739560}.question-kicker .muted{font-size:10px;color:#acb7a1}.question-content h1{font-size:26px;font-weight:550;margin:15px 0 23px;color:#425d44}.story-box{background:#f5f8f0;border:1px solid #ecf1e4;border-radius:13px;position:relative;padding:22px 23px 22px 30px}.story-mark{position:absolute;font-family:Georgia,serif;color:#c3d2b6;top:0;left:11px;font-size:35px;line-height:1}.story-box p{font-size:13px;color:#708568;line-height:2.1;margin:0;white-space:pre-line}.choice-group{margin-top:28px}.choice-group>legend{font-size:14px;color:#4c694a;font-weight:550;line-height:1.9;margin-bottom:13px}.choice-subtitle{display:block;font-size:9px;color:#a3af96;font-weight:400;letter-spacing:.3px;margin-bottom:6px}.choice-options{display:flex;flex-direction:column;gap:10px}.choice-option{position:relative;display:flex;align-items:center;gap:12px;border:1px solid #e4eadd;background:#fff;border-radius:11px;padding:14px;cursor:pointer;transition:border-color .15s,background .15s}.choice-option:hover{background:#fbfcf8;border-color:#c5d5b8}.choice-option.selected{background:#f1f7eb;border-color:#9ebc88}.choice-option input{position:absolute;opacity:0;width:20px;height:20px;top:18px;left:17px}.choice-letter{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e5ebdf;border-radius:8px;font-size:10px;color:#a5af99;flex-shrink:0}.choice-option.selected .choice-letter{color:#668647;background:#e6efda;border-color:#d3e2bf}.choice-text{color:#788b6d;font-size:12px;line-height:1.9;flex:1}.choice-check{width:18px;height:18px;border:1px solid #dfe7d5;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.choice-option.selected .choice-check{background:#7b9e59;color:#fff;border-color:#7b9e59}.reflection-field{margin-top:29px}.reflection-field>span{line-height:1.9}.reflection-field>span small{display:block}.reflection-field .character-count{text-align:right;font-size:9px}.question-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:22px;margin-top:25px;border-top:1px solid #edf0e6}.question-actions>div{display:flex;gap:9px}.question-actions .button{font-size:11px;padding:11px 15px}.save-hint{display:flex;justify-content:center;align-items:center;gap:5px;font-size:9px;color:#a9b09f;margin-top:18px;line-height:1.8}.cognitive-story{display:flex;gap:15px;align-items:flex-start;color:#91a675;margin-bottom:20px}.cognitive-story svg{margin-top:3px}.modal{border:1px solid #e1e8dd;border-radius:19px;width:min(510px,calc(100vw - 32px));padding:28px;max-height:90dvh;color:var(--ink);box-shadow:0 22px 80px #1c382a24}.modal::backdrop{background:#20382c66;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.modal-header h2{font-size:20px;font-weight:550;margin-bottom:0}.modal>p{font-size:13px;color:#7f8f74;line-height:1.9}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:25px}.filter-tabs{display:flex;gap:6px;border-bottom:1px solid #e5eadd;margin-bottom:23px}.filter-tabs button{border:0;border-bottom:2px solid transparent;padding:12px 17px 14px;margin-bottom:-1px;background:transparent;font-size:12px;color:#96a18c;display:flex;align-items:center;gap:8px}.filter-tabs button.active{color:#4e825a;border-color:#6b976d}.filter-tabs button>span{font-size:9px;background:#edf2e7;border-radius:5px;padding:1px 5px}.empty-state{text-align:center;background:#fff;border:1px solid var(--line);border-radius:20px;padding:70px 25px;display:flex;flex-direction:column;align-items:center}.empty-icon{width:85px;height:85px;border-radius:24px;background:#f0f5e9;color:#92ad79;display:flex;align-items:center;justify-content:center;margin-bottom:25px}.empty-state h3,.empty-state h1{font-size:22px;font-weight:500;margin-bottom:10px}.empty-state p{font-size:12px;color:#94a086;max-width:430px;margin-bottom:25px}.report-list{display:flex;flex-direction:column;gap:14px}.report-list-card{display:flex;align-items:center;gap:21px;border:1px solid #e1e8d9;background:#fff;border-radius:17px;padding:24px}.report-list-main{flex:1;min-width:0}.report-list-meta{display:flex;gap:12px;align-items:center;font-size:10px;color:#a2ad95;margin-bottom:10px}.report-list-main h2{font-size:18px;font-weight:550;margin-bottom:7px}.report-list-main p{color:#94a084;font-size:11px;margin:0}.report-list-actions{display:flex;gap:12px;align-items:center}.report-page{max-width:1100px;margin:0 auto}.report-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:23px}.report-toolbar>div{display:flex;gap:8px}.report-cover{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(110deg,#eaf5ee,#f1f7ed);border:1px solid #e2eadc;padding:36px;border-radius:21px;gap:20px}.report-cover>div:first-child{flex:1}.report-cover .eyebrow{font-size:8px;margin-top:24px;color:#92a687}.report-cover h1{font-size:30px;color:#466b49;font-weight:550;margin:11px 0 12px}.report-cover p{color:#83977a;font-size:12px;margin-bottom:20px}.report-cover-meta{display:flex;gap:14px;color:#99a88c;font-size:10px;flex-wrap:wrap}.report-cover-meta span:not(:first-child){border-left:1px solid #d9e3cf;padding-left:14px}.report-cover-symbol{width:180px;height:180px;color:#a2b99b;opacity:.7}.report-cover-symbol svg{width:100%}.report-disclaimer{display:flex;align-items:flex-start;gap:8px;font-size:10px;line-height:1.9;color:#9aa58c;padding:16px 5px 0}.report-disclaimer svg{margin-top:1px}.report-section{margin-top:33px}.report-section-title{display:flex;gap:14px;align-items:flex-start;margin-bottom:19px}.report-section-title>span{display:inline-flex;width:31px;height:31px;border-radius:9px;background:#eaf1e2;color:#849e6f;align-items:center;justify-content:center;font-size:10px;margin-top:2px}.report-section-title h2{font-size:20px;font-weight:550;margin:0 0 5px}.report-section-title p{font-size:11px;margin:0;color:#94a083}.insight-card{border:1px solid #e2eada;background:#fff;border-radius:15px;padding:26px;display:flex;gap:20px;align-items:flex-start}.insight-card>p{font-size:14px;color:#6d835f;line-height:2;margin:0;white-space:pre-line}.capability-panel{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;padding:23px;gap:28px}.radar-column{min-width:0}.radar{width:100%;max-width:450px;display:block;margin:0 auto}.radar-label{font-size:11px;fill:#758b70}.radar-unknown{font-size:9px;fill:#a6b09a}.chart-legend{display:flex;justify-content:center;align-items:center;gap:5px;font-size:9px;color:#9ba58d;padding:7px 0 10px;flex-wrap:wrap}.legend-dot{width:6px;height:6px;border-radius:50%;background:#167d73;display:inline-block;margin-right:2px}.legend-unknown{margin-left:8px;color:#aeb9a1}.capability-list{padding:8px 9px}.capability-row{margin-bottom:18px}.capability-row:last-child{margin-bottom:0}.capability-row>div:first-child{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:8px}.capability-row strong{font-size:12px;color:#667f59;font-weight:500}.capability-row span{font-size:10px;color:#7c9570}.thin-track{height:4px;border-radius:5px;background:#edf2e7;overflow:hidden}.thin-track>span{height:100%;display:block;background:#8cab80;border-radius:inherit}.capability-row p{color:#a8b09c;font-size:9px;margin:6px 0 0;line-height:1.5}.chart-footnote{font-size:10px;color:#9ea98f;line-height:1.9;margin:12px 0 0}.evidence-grid{display:grid;grid-template-columns:1fr 1fr;gap:11px;margin-top:18px}.evidence-card{background:#fff;border:1px solid #e4eadb;border-radius:11px;padding:15px 18px;min-width:0}.evidence-card summary{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:11px;color:#7c926b;cursor:pointer;list-style:none}.evidence-card summary::-webkit-details-marker{display:none}.evidence-card[open] summary>svg{transform:rotate(180deg)}.evidence-content{font-size:10px;color:#94a180;line-height:1.9;padding-top:12px}.evidence-content ul{padding-left:18px;margin:0}.evidence-content li{margin-bottom:8px}.next-practice{background:#f7f9f2;padding:12px;border-radius:8px;margin-top:12px}.next-practice strong{color:#7b9267;font-weight:500}.next-practice p{margin:4px 0 0;font-size:10px}.interest-panel{padding:9px 26px 22px}.interest-row{display:flex;gap:14px;align-items:center;padding:22px 0;border-bottom:1px solid #eef1e7}.interest-dot{width:9px;height:9px;border-radius:50%;background:#9aac89;flex-shrink:0}.interest-tone-1{background:#a7a1bb}.interest-tone-2{background:#c6b58b}.interest-tone-3{background:#8fab9e}.interest-tone-4{background:#c5a4a0}.interest-copy{flex:1}.interest-copy strong{font-size:13px;color:#6b805b;font-weight:550}.interest-copy p{font-size:11px;color:#9da78d;margin:5px 0 0}.interest-value{min-width:107px;text-align:right}.interest-value strong{font-size:22px;font-weight:450;color:#779766}.interest-value small{font-size:9px;color:#a6b093;font-weight:400}.interest-value .thin-track{margin-top:8px}.role-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.role-card{border:1px solid #e4eadc;border-radius:17px;background:#fff;padding:22px;display:flex;flex-direction:column;min-width:0}.role-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:19px}.role-top .pill{font-size:9px}.role-card h3{font-size:19px;color:#576f48;margin-bottom:8px;font-weight:550}.role-subtitle{font-size:10px;color:#9eaa8a;display:block;line-height:1.8}.role-reason{margin-top:17px;font-size:11px;line-height:1.95;color:#879a76}.role-card h4{font-size:10px;color:#799169;margin-bottom:7px;margin-top:5px;font-weight:550}.role-card ul{padding-left:15px;color:#9aa788;font-size:10px;line-height:1.9;margin-top:0;margin-bottom:17px}.role-experiment{display:flex;gap:8px;align-items:flex-start;background:#f4f8ee;border-radius:10px;padding:13px;color:#8aa575;margin-top:auto}.role-experiment strong{font-size:10px;color:#7c9767;font-weight:500}.role-experiment svg{margin-top:3px}.role-experiment p{font-size:10px;line-height:1.9;color:#9aaa87;margin:5px 0 0}.market-note{font-size:9px;color:#aab69a;line-height:1.9;margin-top:14px}.cognitive-results{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.cognitive-result{padding:22px}.cognitive-result .eyebrow{font-size:10px;letter-spacing:.5px;color:#8fa480}.cognitive-result>strong{display:block;font-size:29px;font-weight:350;margin:14px 0 7px;color:#748e60}.cognitive-result>strong>small{font-size:10px;font-weight:400;color:#a3b091}.cognitive-result p{font-size:9px;margin:0;color:#a8b39a}.week-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid #e0e8d7;border-radius:15px;overflow:hidden;background:#fff}.week-preview-item{padding:22px;display:flex;flex-direction:column}.week-preview-item:not(:last-child){border-right:1px solid #e9eee0}.week-preview-item>span{color:#9aaa86;font-size:9px;letter-spacing:1px}.week-preview-item h3{font-size:15px;margin:12px 0 10px;font-weight:550;color:#6e8756}.week-preview-item p{color:#98a684;font-size:10px;line-height:2}.week-preview-item>strong{display:flex;gap:5px;font-size:10px;color:#869c6b;font-weight:400;line-height:1.8;margin-top:auto}.week-preview-item>strong>svg{margin-top:2px}.week-preview-item>small{color:#acb99a;font-size:9px;margin-top:10px}.report-action-cta{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:20px}.report-action-cta p{font-size:11px;color:#9ca98b;margin-bottom:0}.reflection-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.reflection-card{background:#fbfcf7;border:1px solid #e6ebdc;border-left:3px solid #c5d3b0;border-radius:10px;padding:20px;margin:0}.reflection-card h3{font-size:12px;color:#8c9b75;margin-bottom:12px}.reflection-card p{font-size:12px;color:#99a886;line-height:1.95;margin:0;white-space:pre-wrap;overflow-wrap:anywhere}.report-limits{border-top:1px solid #e0e7d7;margin-top:35px;padding-top:25px}.report-limits h2{display:flex;align-items:center;gap:8px;font-size:14px;color:#849670;font-weight:550}.report-limits ul{padding-left:20px;font-size:10px;color:#a3ae91;line-height:2}.report-limits>p{color:#a9b397;font-size:10px}.report-end{text-align:center;color:#a3b193;margin-top:37px}.report-end>span{font-size:20px;font-weight:500;letter-spacing:-.8px}.report-end>p{font-size:9px;margin-top:6px;letter-spacing:1px}.action-selection{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:26px}.action-selection .field{max-width:470px;flex:1}.action-selection .text-link{margin-bottom:13px}.action-summary{display:flex;align-items:center;gap:20px;padding:26px;border-radius:17px;background:linear-gradient(110deg,#edf5e6,#f4f7ed);border:1px solid #e0e7d4}.action-summary>div:nth-child(2){flex:1}.action-summary h2{font-size:20px;font-weight:550;color:#658151;margin-bottom:7px}.action-summary p{font-size:11px;color:#94a57e;margin:0}.action-counter{text-align:right}.action-counter strong{display:block;color:#6d8951;font-size:34px;font-weight:400;line-height:1.4}.action-counter strong>span{font-size:19px;color:#9dae87}.action-counter small{color:#9aaa86;font-size:9px}.action-progress{margin:14px 0 29px;height:4px}.action-weeks{display:flex;flex-direction:column;gap:0}.action-week{display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;padding-bottom:23px}.week-rail{position:relative;display:flex;justify-content:center}.week-rail>span{display:flex;align-items:center;justify-content:center;width:39px;height:39px;border:1px solid #dce5cf;border-radius:50%;color:#a0ad86;background:#f2f6eb;margin-top:21px;font-size:12px;z-index:1}.action-week:not(:last-child) .week-rail:after{content:"";border-left:1px dashed #d3dfc3;position:absolute;top:65px;bottom:-42px;left:50%}.action-week.completed .week-rail>span{background:#86a56b;border-color:#86a56b;color:#fff}.week-body{background:#fff;border:1px solid #e1e8d7;border-radius:17px;padding:25px}.action-week.completed .week-body{background:#fbfdf7}.week-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px}.week-top .eyebrow{font-size:9px;color:#a2b18a}.week-body h2{font-size:21px;color:#638147;font-weight:500;margin-bottom:10px}.week-body>p{font-size:12px;color:#94a67e;line-height:2}.deliverable{display:flex;gap:11px;align-items:flex-start;background:#f5f8ef;border-radius:10px;padding:16px;margin:19px 0;color:#98b17a}.deliverable strong{color:#879e69;font-size:10px;font-weight:500}.deliverable p{font-size:11px;color:#9fb087;margin:4px 0 0}.week-bottom{display:flex;align-items:center;justify-content:space-between;gap:15px}.week-bottom>span{font-size:10px;color:#a6b493}.week-bottom .button{font-size:11px}.completion-note{padding:32px;margin-bottom:24px;background:#f3f7e9;border:1px solid #e0e8cf;border-radius:16px;text-align:center;color:#8ea567}.completion-note h2{font-size:20px;font-weight:500;margin:13px 0}.completion-note p{font-size:12px;color:#98aa7b;max-width:620px;margin:0 auto 20px}.settings-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:23px}.settings-data{grid-column:1 / -1}.panel-title{display:flex;gap:13px;align-items:center;margin-bottom:24px}.panel-title .feature-icon{width:43px;height:43px;border-radius:11px}.panel-title h2{font-size:18px;font-weight:550;color:#5e7750;margin-bottom:5px}.panel-title p{font-size:10px;color:#99a989;margin:0;line-height:1.8}.settings-profile .form-grid{gap:18px;margin-bottom:23px}.settings-security .recovery-card h2{font-size:18px}.data-setting-row{display:flex;justify-content:space-between;align-items:center;gap:25px;padding:21px 0}.data-setting-row+.data-setting-row{border-top:1px solid #e8edde}.data-setting-row h3{font-size:14px;font-weight:500;color:#788f62;margin-bottom:6px}.data-setting-row p{font-size:11px;color:#a0ae8d;margin:0}.data-setting-row:last-child{padding-bottom:0}.danger-row h3{color:#ac7770}.welcome-row p,.hero-copy>p,.perspective-card>p,.story-box p,.choice-text,.prose p,.insight-card>p,.role-reason,.role-card ul,.role-experiment p,.week-preview-item p,.reflection-card p,.week-body>p,.deliverable p,.evidence-content,.next-practice p,.report-limits ul{color:#617268;font-size:13px}.eyebrow,.nav-section-label,.sidebar-footer,.sidebar-note p,.sidebar-note a,.brand-word small,.breadcrumb,.breadcrumb strong,.edition,.date-chip,.hero-pill,.hero-secondary,.hero-assurance,.map-caption,.map-label small,.map-label strong,.micro-label,.tag,.section-heading p,.section-heading .text-link,.journey-title .eyebrow,.journey-title p,.journey-step p,.trust-note,.site-footer,.page-heading p,.auth-intro>p,.auth-trust,.auth-form-card>p,.field>small,.field>span small,.checkbox-row,.auth-switch,.recovery-card p,.section-label,.mode-card>p,.mode-card>small,.cognition-copy>span,.profile-panel .muted,.input-unit>span,.start-bottom>span,.progress-label,.question-outline>li,.outline-note p,.question-kicker,.question-kicker .muted,.choice-subtitle,.save-hint,.filter-tabs button,.empty-state p,.report-list-meta,.report-list-main p,.report-cover p,.report-cover-meta,.report-disclaimer,.report-section-title p,.chart-legend,.capability-row p,.chart-footnote,.interest-copy p,.interest-value small,.role-subtitle,.market-note,.cognitive-result .eyebrow,.cognitive-result>strong>small,.cognitive-result p,.week-preview-item>span,.week-preview-item>small,.report-action-cta p,.report-limits>p,.report-end,.action-summary p,.action-counter small,.week-top .eyebrow,.week-bottom>span,.completion-note p,.panel-title p,.data-setting-row p{color:#647368}.choice-letter,.choice-group>legend,.choice-text,.choice-option.selected .choice-letter,.capability-row strong,.capability-row span,.interest-copy strong,.interest-value strong,.role-card h3,.role-card h4,.role-experiment strong,.week-preview-item h3,.week-preview-item>strong,.week-body h2,.deliverable strong,.report-section-title h2,.evidence-card summary,.next-practice strong,.reflection-card h3,.report-limits h2{color:#456446}.radar-label{fill:#536c59}.radar-unknown{fill:#647368}.perspective-card>p{min-height:50px}.role-reason,.role-card ul,.role-experiment p,.evidence-content,.report-limits ul{line-height:1.95}@media(min-width:1500px){.main-content{padding-top:43px}.hero-card{min-height:400px}.hero-copy{padding-left:42px}.map-illustration{margin-right:15px}.perspective-card{padding:27px}}@media(max-width:1200px){.sidebar{width:210px;padding-left:15px;padding-right:15px}.workspace{margin-left:210px;width:calc(100% - 210px)}.brand-link{margin-left:6px}.brand-word{font-size:22px}.brand-symbol{width:32px;height:35px}.brand-word small{font-size:8px}.main-content{padding:30px 27px}.topbar{padding:0 27px}.site-footer{margin:0 27px}.hero-copy{padding-left:25px}.hero-copy h2{font-size:31px}.hero-assurance{gap:8px;font-size:8px}.map-illustration{min-width:278px}.map-label{padding:8px;gap:6px}.map-label-b{right:1%}.map-label-a{left:3%}.map-label-c{left:2%}.journey-panel{gap:24px;padding:23px}.journey-steps{gap:16px}.perspective-card{padding:20px}.auth-layout{gap:25px}.auth-form-card{padding:27px}.auth-intro h1{font-size:27px}.assessment-layout{grid-template-columns:170px minmax(0,1fr);gap:22px}.assessment-outline h2{font-size:21px}.question-content{padding:25px}.role-grid{grid-template-columns:1fr}.role-card{display:block;padding:25px}.role-card h3{font-size:21px}.role-experiment{margin-top:0}.market-note{display:block}.week-preview{grid-template-columns:1fr 1fr}.week-preview-item:nth-child(2){border-right:none}.week-preview-item:nth-child(-n+2){border-bottom:1px solid #e9eee0}.settings-grid{grid-template-columns:1fr}}@media(max-width:1000px){.hero-card{min-height:350px}.hero-copy h2{font-size:29px}.hero-copy>p{font-size:11px}.hero-pill{font-size:8px}.hero-copy{flex-basis:60%}.map-illustration{min-width:215px;width:37%;height:330px;margin-right:-10px}.map-core-inner{width:83px;height:83px;border-radius:24px}.map-core-inner svg{width:43px}.map-label-icon{width:27px;height:27px}.map-label-icon svg{width:16px}.map-label strong{font-size:8px}.map-label small{font-size:6px}.map-label-c>svg{display:none}.map-label-b{top:135px}.map-label-a{top:38px}.map-label-c{bottom:63px}.hero-assurance span:last-child{display:none}.hero-buttons{gap:14px}.hero-buttons .button{padding:11px 15px}.hero-secondary{font-size:10px}.perspective-grid{gap:11px}.perspective-card{padding:18px}.perspective-card>p{font-size:10px;min-height:58px}.micro-label{font-size:7px;letter-spacing:.7px}.perspective-card h3{font-size:17px}.journey-panel{display:block}.journey-title{margin-bottom:25px}.journey-steps{gap:27px}.trust-note a,.date-chip{display:none}.auth-layout{display:block;max-width:520px}.auth-intro{display:none}.auth-form-card{padding:35px}.assessment-layout{grid-template-columns:1fr}.assessment-outline{padding:0}.assessment-outline h2,.assessment-outline>.eyebrow,.question-outline,.outline-note{display:none}.progress-label{margin-top:0}.capability-panel{grid-template-columns:1fr;gap:9px}.capability-list{display:grid;grid-template-columns:1fr 1fr;gap:17px}.capability-row{margin-bottom:0}.cognitive-results{grid-template-columns:1fr 1fr}.report-cover-symbol{width:125px;height:125px}.report-cover h1{font-size:25px}.report-list-card{gap:14px;padding:20px;flex-wrap:wrap}.report-list-main{flex-basis:calc(100% - 70px)}.report-list-actions{margin-left:auto}.report-list-actions .button{font-size:11px}.page-heading h1{font-size:26px}.page-heading{flex-wrap:wrap}.mode-card{padding:23px}.mode-recommend{position:static;margin:12px 0 -3px 9px;font-size:8px}.mode-meta{gap:9px;flex-wrap:wrap}.start-bottom{flex-wrap:wrap;justify-content:flex-end}.start-bottom>span{margin-right:auto}}@media(max-width:760px){.sidebar{transform:translate(-100%);transition:transform .2s;width:232px;padding:30px 20px 20px}.sidebar.is-open{transform:translate(0)}.sidebar-backdrop{position:fixed;inset:0;background:#243a2c55;z-index:39;border:0;border-radius:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.workspace{margin-left:0;width:100%}.mobile-menu{display:inline-flex;margin-left:-7px}.topbar{height:65px;padding:0 22px}.topbar-left{gap:10px}.topbar-right{gap:13px}.edition{font-size:9px}.main-content{padding:27px 22px}.site-footer{margin:0 22px}.brand-word{font-size:24px}.brand-symbol{width:36px;height:38px}.hero-copy h2{font-size:33px}.hero-copy{padding:30px 0 30px 27px}.map-illustration{min-width:250px;height:330px}.hero-copy>p{font-size:11px}.hero-pill{font-size:9px}.perspective-card{padding:20px}.perspective-card>p{font-size:11px}.micro-label{font-size:7px}.auth-layout{min-height:auto;margin:15px auto}.auth-form-card{padding:31px}.settings-grid{gap:18px}.report-cover{padding:28px}.report-cover-symbol{width:135px;height:135px}.prose{padding:27px}.prose p{font-size:13px}}@media(max-width:560px){.main-content{padding:25px 17px}.topbar{padding:0 17px}.breadcrumb{font-size:10px;gap:8px}.edition{display:none}.account-chip{max-width:130px}.welcome-row{margin-bottom:22px}.welcome-row h1{font-size:23px;margin-top:8px}.welcome-row p{font-size:11px}.welcome-row .eyebrow{font-size:8px}.hero-card{display:block;border-radius:19px}.hero-copy{padding:28px 24px 0}.hero-copy h2{font-size:33px;line-height:1.6;margin:18px 0 14px;letter-spacing:-1px}.hero-copy>p{font-size:11px}.hero-pill{font-size:8px;padding:6px 9px}.hero-buttons .button{padding:12px 19px}.hero-buttons{gap:21px}.hero-assurance{font-size:8px;gap:13px;margin-top:18px}.hero-assurance span:last-child{display:inline-flex}.map-illustration{width:100%;max-width:380px;height:285px;min-width:0;margin:0 auto}.map-core-inner{width:84px;height:84px}.map-label{padding:8px 11px;gap:8px}.map-label strong{font-size:9px}.map-label small{font-size:6px}.map-label-a{left:8%;top:32px}.map-label-b{right:6%;top:110px}.map-label-c{left:11%;bottom:44px}.map-label-c>svg{display:block}.map-caption{bottom:13px;font-size:7px}.orbit-one{width:168px;height:168px}.orbit-two{width:225px;height:225px}.orbit-three{width:275px;height:275px}.map-spark-a{top:31px;right:20%}.map-spark-b{bottom:48px;right:17%}.section-heading{margin-top:27px}.section-heading h2{font-size:16px}.section-heading p{font-size:10px;max-width:250px}.section-heading .text-link{display:none}.perspective-grid{grid-template-columns:1fr;gap:12px}.perspective-card{padding:21px;position:relative}.perspective-top{float:left;margin-right:16px;margin-bottom:0;height:95px;align-items:center}.perspective-top .feature-icon{width:47px;height:47px}.perspective-top .card-index{position:absolute;right:20px;top:20px;font-size:19px}.perspective-card .micro-label{font-size:7px;padding-right:30px}.perspective-card h3{font-size:17px;margin:3px 0 7px}.perspective-card>p{min-height:0;font-size:10px;line-height:1.9;margin-bottom:12px;padding-left:63px}.perspective-card .tag-list{padding-left:63px}.perspective-card .tag{font-size:8px}.journey-panel{padding:22px;margin-top:18px}.journey-title h2{font-size:15px}.journey-title p{font-size:10px}.journey-steps{gap:18px}.journey-step h3{font-size:11px}.journey-step p{font-size:9px;line-height:1.8}.trust-note{align-items:flex-start;margin-top:18px}.trust-note>svg{width:17px;margin-top:2px}.trust-note p{font-size:9px;line-height:1.9}.site-footer{margin:0 17px;font-size:8px;padding:18px 0}.site-footer>span:nth-child(2){display:none}.page-heading h1{font-size:25px;margin-top:8px}.page-heading .eyebrow{font-size:8px;letter-spacing:1.4px}.page-heading p{font-size:11px;line-height:1.9}.page-heading{margin-bottom:23px}.page-heading .button{min-height:38px;font-size:11px}.auth-form-card{padding:26px 23px;border-radius:17px}.auth-form-card>h2{font-size:24px}.auth-form-card>p{font-size:11px}.auth-form-card .checkbox-row{font-size:10px}.recovery-card h2{font-size:19px}.recovery-card .button-row .button{font-size:11px;padding:10px 13px}.mode-grid{grid-template-columns:1fr;gap:15px}.mode-card{padding:22px}.mode-card .feature-icon{width:43px;height:43px;border-radius:12px}.mode-card h2{font-size:21px;margin-top:15px}.mode-card>p{font-size:11px;margin-bottom:16px}.mode-card>small{font-size:9px}.mode-recommend{position:absolute;top:27px;right:56px;margin:0}.cognition-toggle{padding:17px;gap:11px}.cognition-toggle .feature-icon{width:35px;height:38px;border-radius:10px}.cognition-toggle .feature-icon svg{width:20px}.cognition-copy>strong{font-size:12px}.cognition-copy>span{font-size:10px}.cognition-copy .tag{font-size:8px}.toggle-track{width:34px;height:21px;padding:3px}.toggle-track>span{width:15px;height:15px}.cognition-toggle.selected .toggle-track>span{transform:translate(13px)}.panel{padding:23px;border-radius:16px}.profile-panel h2{font-size:19px}.profile-panel .muted{font-size:11px}.form-grid{grid-template-columns:1fr;gap:18px}.field-wide{grid-column:auto}.start-bottom{display:flex;flex-direction:column;gap:16px}.start-bottom>span{margin:0;font-size:9px}.start-bottom .button{width:100%}.start-confirm>.checkbox-row{font-size:10px}.notice{font-size:11px;padding:13px 14px}.assessment-top{flex-wrap:wrap;margin-bottom:22px}.assessment-top>.text-link{font-size:10px}.assessment-top>.pill{font-size:9px;margin:0;padding:4px 8px}.assessment-top>.button{font-size:10px;padding:7px 10px;min-height:32px}.assessment-top>.button>svg{width:13px}.assessment-layout{gap:21px}.question-content{padding:22px 18px;border-radius:16px}.question-content h1{font-size:24px;margin-bottom:20px}.question-kicker{font-size:9px}.story-box{padding:19px}.story-box p{font-size:12px;line-height:2.1}.choice-group{margin-top:26px}.choice-group>legend{font-size:13px}.choice-subtitle{font-size:9px}.choice-option{padding:12px 10px;gap:9px;align-items:flex-start}.choice-text{font-size:11px}.choice-letter{width:25px;height:25px;border-radius:7px;font-size:9px;margin-top:1px}.choice-check{margin-top:4px;width:16px;height:16px}.choice-check svg{width:12px}.question-actions{flex-wrap:wrap;gap:4px}.question-actions .button{font-size:10px;padding:10px;gap:6px;min-height:39px}.question-actions .button>svg{width:14px}.question-actions>div{gap:3px}.save-hint{font-size:8px;align-items:flex-start}.save-hint svg{margin-top:2px;width:12px}.reflection-field>span{font-size:11px}.reflection-field textarea{font-size:12px}.filter-tabs{gap:0}.filter-tabs button{padding:10px 12px 13px;font-size:10px;gap:5px}.report-list-card{padding:18px;gap:12px;border-radius:14px}.report-list-card>.feature-icon{width:39px;height:42px;border-radius:10px}.report-list-card>.feature-icon svg{width:20px}.report-list-meta{gap:8px;font-size:8px;margin-bottom:8px;flex-wrap:wrap}.report-list-meta .pill{font-size:8px;padding:3px 8px}.report-list-main h2{font-size:16px}.report-list-main p{font-size:10px}.report-list-main{flex-basis:calc(100% - 51px)}.report-list-actions .button{font-size:10px;min-height:36px;padding:8px 13px}.report-toolbar{align-items:center;gap:10px;margin-bottom:19px}.report-toolbar>.text-link{font-size:10px}.report-toolbar>div{gap:5px}.report-toolbar .button{font-size:9px;min-height:33px;padding:7px 8px;gap:5px}.report-toolbar .button>svg{width:13px}.report-cover{padding:24px;border-radius:17px}.report-cover h1{font-size:25px;line-height:1.6}.report-cover p{font-size:11px}.report-cover-symbol{display:none}.report-cover .hero-pill{font-size:8px}.report-cover-meta{font-size:9px;gap:10px}.report-cover-meta span:not(:first-child){padding-left:10px}.report-disclaimer{font-size:9px;line-height:1.9}.report-disclaimer>svg{width:16px}.report-section{margin-top:28px}.report-section-title{gap:10px;margin-bottom:16px}.report-section-title>span{width:27px;height:27px;font-size:9px;border-radius:8px}.report-section-title h2{font-size:18px}.report-section-title p{font-size:10px;line-height:1.8}.insight-card{padding:20px;gap:13px}.insight-card>.feature-icon{width:33px;height:36px;border-radius:9px}.insight-card>.feature-icon svg{width:19px}.insight-card>p{font-size:12px}.capability-panel{padding:15px}.capability-list{gap:17px 15px;padding:4px}.capability-row strong{font-size:10px}.capability-row span{font-size:9px}.capability-row p,.chart-legend{font-size:8px}.chart-footnote{font-size:9px}.evidence-grid{grid-template-columns:1fr;gap:9px}.evidence-card{padding:14px 16px}.interest-panel{padding:3px 20px 19px}.interest-row{gap:10px;padding:20px 0}.interest-copy strong{font-size:12px}.interest-copy p{font-size:10px}.interest-value{min-width:72px}.interest-value strong{font-size:20px}.interest-value small{font-size:8px}.role-card{padding:21px}.role-card h3{font-size:20px}.cognitive-results{gap:10px}.cognitive-result{padding:19px}.cognitive-result>strong{font-size:27px}.cognitive-result>strong>small{font-size:9px}.week-preview{grid-template-columns:1fr}.week-preview-item:not(:last-child){border-right:none;border-bottom:1px solid #e9eee0}.week-preview-item{padding:21px}.week-preview-item>p{font-size:11px}.report-action-cta{flex-direction:column;align-items:stretch;text-align:center;gap:13px}.report-action-cta>p{font-size:10px}.reflection-grid{grid-template-columns:1fr}.report-limits ul{font-size:9px;line-height:2}.report-limits>p{font-size:9px}.action-selection{display:block}.action-selection>.text-link{margin:12px 0 0}.action-summary{padding:22px 18px;gap:12px}.action-summary>.feature-icon{display:none}.action-summary h2{font-size:17px}.action-summary p{font-size:9px}.action-counter strong{font-size:29px}.action-counter strong>span{font-size:16px}.action-counter small{font-size:8px}.action-week{grid-template-columns:28px minmax(0,1fr);gap:11px;padding-bottom:17px}.week-rail>span{width:28px;height:28px;font-size:9px;margin-top:25px}.week-rail>span>svg{width:16px}.week-body{padding:21px 17px;border-radius:15px}.week-body h2{font-size:19px}.week-body>p{font-size:11px}.week-top .eyebrow,.week-top .tag{font-size:8px}.deliverable{padding:13px}.deliverable p{font-size:10px}.week-bottom{flex-direction:column;align-items:stretch;gap:14px}.week-bottom>span{font-size:9px}.week-bottom .button{font-size:10px}.completion-note{padding:24px}.completion-note h2{font-size:19px}.completion-note p{font-size:11px}.settings-page .panel{padding:23px}.panel-title{gap:10px}.panel-title h2{font-size:18px}.panel-title p{font-size:9px}.panel-title .feature-icon{width:37px;height:40px}.data-setting-row{display:block}.data-setting-row .button{margin-top:15px;font-size:11px}.data-setting-row p{font-size:10px}.modal{padding:24px}.modal-header h2{font-size:20px}.modal>p{font-size:12px}.modal-actions .button{font-size:11px}.resume-banner{display:block;font-size:11px;line-height:1.8}.resume-banner strong{margin-top:10px;justify-content:flex-end;font-size:10px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}@media(max-width:560px){.hero-copy>p,.perspective-card>p,.story-box p,.choice-text,.insight-card>p,.role-reason,.role-card ul,.role-experiment p,.week-preview-item>p,.reflection-card p,.week-body>p,.deliverable p,.evidence-content,.next-practice p,.report-limits ul{font-size:12px}}@media print{@page{size:A4;margin:14mm}:root,body{background:#fff;color:#263b37}.sidebar,.topbar,.site-footer,.report-toolbar,.report-action-cta,.skip-link{display:none!important}.workspace{width:100%;margin:0}.main-content{width:100%;max-width:none;padding:0;margin:0;min-height:0}.report-page{width:100%;max-width:none}.report-cover{padding:22px;border-radius:8px}.report-cover h1{font-size:24px}.report-section{margin-top:24px}.report-section-title,h2,h3,h4{break-after:avoid}.panel,.role-card,.week-preview-item,.reflection-card,.insight-card{break-inside:avoid}.capability-panel{grid-template-columns:1fr 1fr}.capability-list{display:block}.capability-row{margin-bottom:17px}.role-grid,.reflection-grid,.evidence-grid{display:block}.role-card,.reflection-card,.evidence-card{margin-bottom:13px}.evidence-card:not([open])>:not(summary){display:block!important}.evidence-card summary>svg{display:none}.week-preview{grid-template-columns:1fr 1fr}.week-preview-item:nth-child(2){border-right:none}.week-preview-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.report-end{margin-top:20px}p,li,small,.chart-footnote,.market-note,.report-disclaimer{color:#52644b!important}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
