:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Microsoft YaHei,PingFang SC,sans-serif;--primary: #10b981;--primary-dark: #047857;--primary-light: #e7f8ef;--bg: #f4f7f6;--card: #ffffff;--surface-muted: #f8faf9;--text-main: #111827;--text-secondary: #667085;--border: #dfe7e3;--border-strong: #cbd8d3;--danger: #ef4444;--warning: #f59e0b;--blue: #3b82f6;--shadow: 0 10px 28px rgba(17, 24, 39, .055);--shadow-soft: 0 1px 2px rgba(17, 24, 39, .04), 0 10px 24px rgba(17, 24, 39, .045);--radius: 18px}.pagination{display:inline-flex;align-items:center;justify-content:center;gap:4px}.pagination button{min-width:32px;height:32px;padding:0 10px;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--text-secondary);font-weight:700;cursor:pointer}.pagination button:hover:not(:disabled),.pagination button.is-active{border-color:#10b98147;background:var(--primary-light);color:var(--primary-dark)}.pagination button:disabled{cursor:not-allowed;opacity:.42}.pagination-ellipsis{min-width:24px;color:var(--text-secondary);text-align:center}.empty-table-cell{height:112px;color:var(--text-secondary);text-align:center!important}*{box-sizing:border-box}html{min-width:0;background:var(--bg);scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text-main);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh;background:linear-gradient(180deg,#ffffff 0,var(--bg) 220px,var(--bg) 100%)}.top-nav{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:260px minmax(320px,1fr) 330px;align-items:center;height:68px;padding:0 32px;border-bottom:1px solid rgba(223,231,227,.82);background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 1px #ffffffc7}.logo{display:inline-flex;align-items:center;gap:12px;font-size:22px;font-weight:850;letter-spacing:0}.logo-mark{width:36px;height:36px;object-fit:contain;display:block;filter:drop-shadow(0 8px 14px rgba(16,185,129,.14))}.primary-nav{display:flex;height:68px;align-items:center;justify-content:center;gap:6px}.nav-link{display:inline-flex;height:40px;align-items:center;padding:0 16px;border:1px solid transparent;border-radius:12px;color:var(--text-secondary);font-size:14px;font-weight:760;transition:background .16s ease,border-color .16s ease,color .16s ease}.nav-link:hover{background:var(--surface-muted);color:var(--text-main)}.nav-link.is-active{border-color:#10b9813d;background:var(--primary-light);color:var(--primary-dark)}.nav-actions,.header-actions,.page-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap}.save-status{display:inline-flex;height:34px;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--border);border-radius:999px;background:#fff;color:var(--text-secondary);font-size:13px;font-weight:760}.save-status i{width:8px;height:8px;border-radius:99px;background:var(--primary)}.icon-button{display:grid;width:36px;height:36px;place-items:center;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text-secondary);cursor:pointer;transition:background .16s ease,color .16s ease,transform .16s ease}.icon-button:hover{background:var(--surface-muted);color:var(--text-main)}.icon-button:active{transform:translateY(1px)}.user-chip{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:760;color:var(--text-main)}.user-chip span{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;background:var(--primary-light);color:var(--primary-dark)}.user-chip b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sub-tabs{position:sticky;top:68px;z-index:40;display:flex;height:54px;align-items:center;gap:8px;padding:0 32px;border-bottom:1px solid rgba(223,231,227,.82);background:#ffffffe6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sub-tab{display:inline-flex;height:36px;align-items:center;padding:0 14px;border:1px solid transparent;border-radius:11px;color:var(--text-secondary);font-size:14px;font-weight:760}.sub-tab:hover{background:var(--surface-muted);color:var(--text-main)}.sub-tab.is-active{border-color:#10b9813d;background:var(--primary-light);color:var(--primary-dark)}.main-content{width:min(100% - 56px,1600px);margin:0 auto;padding:26px 0 64px}.landing-page{min-height:100vh;background:radial-gradient(circle at 82% 10%,rgba(16,185,129,.12),transparent 32rem),linear-gradient(180deg,#fff 0,#f7faf9 58%,#f7faf9)}.landing-nav{display:grid;grid-template-columns:300px minmax(0,1fr) auto;align-items:center;height:72px;padding:0 38px;border-bottom:1px solid var(--border);background:#fffffff5}.landing-nav nav{display:flex;align-items:center;justify-content:center;gap:32px;color:var(--text-main);font-weight:760}.landing-nav nav a:hover{color:var(--primary-dark)}.showcase-nav{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:300px minmax(0,1fr) auto;align-items:center;height:72px;padding:0 38px;border-bottom:1px solid var(--border);background:#fffffff5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.showcase-brand,.showcase-nav-link,.showcase-cta{border:0;cursor:pointer}.showcase-brand{display:inline-flex;align-items:center;justify-self:flex-start;padding:0;background:transparent;color:var(--text-main)}.showcase-nav-links{display:flex;align-items:center;justify-content:center;gap:8px}.showcase-nav-link{display:inline-flex;height:42px;align-items:center;gap:7px;padding:0 14px;border-radius:12px;background:transparent;color:var(--text-secondary);font-size:14px;font-weight:760}.showcase-nav-link:hover,.showcase-nav-link.is-active{background:var(--primary-light);color:var(--primary-dark)}.showcase-cta{display:inline-flex;height:42px;align-items:center;justify-content:center;padding:0 18px;border-radius:13px;background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;font-weight:800;box-shadow:0 14px 28px #10b98133}.landing-page main{width:min(100% - 88px,1440px);margin:0 auto;padding:54px 0 72px}.landing-hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(440px,.7fr);gap:52px;align-items:center;min-height:560px}.landing-kicker{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:0 14px;border:1px solid rgba(16,185,129,.22);border-radius:999px;background:#dff8ec8c;color:var(--primary-dark);font-weight:850}.hero-copy h1{max-width:760px;margin:24px 0 0;font-size:62px;line-height:1.08;letter-spacing:0}.hero-copy p{max-width:680px;margin:24px 0 0;color:var(--text-secondary);font-size:18px;line-height:1.9}.landing-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}.hero-preview{min-height:430px;padding:26px;border:1px solid var(--border);border-radius:28px;background:#fff;box-shadow:0 24px 70px #0f172a14}.preview-top{display:grid;grid-template-columns:46px 1fr auto;align-items:center;gap:14px;padding-bottom:22px;border-bottom:1px solid var(--border)}.preview-top span{width:46px;height:46px;border-radius:14px;background:linear-gradient(180deg,#34d399,#059669)}.preview-top strong{color:var(--primary-dark);font-size:32px}.preview-chart{display:flex;align-items:end;gap:16px;height:190px;margin:30px 0 22px;padding:0 12px;border-bottom:1px solid var(--border)}.preview-chart i{flex:1;border-radius:14px 14px 0 0;background:linear-gradient(180deg,#10b981,#dff8ec)}.preview-list{display:grid;gap:12px}.preview-list span{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:12px;background:#f8fafc;color:var(--text-main);font-weight:760}.preview-list svg{color:var(--primary)}.landing-section{padding:24px 0 0}.landing-heading{display:grid;gap:10px;margin-bottom:18px}.landing-heading h2,.landing-band h2{margin:0;font-size:30px}.landing-heading p,.landing-card p,.landing-band p{margin:0;color:var(--text-secondary);line-height:1.75}.landing-feature-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.landing-card{min-height:210px;padding:24px;border:1px solid var(--border);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.landing-card h3{margin:18px 0 10px;font-size:18px}.landing-band{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:18px;padding:28px;border:1px solid rgba(16,185,129,.2);border-radius:24px;background:linear-gradient(135deg,#dff8eccc,#fff);box-shadow:var(--shadow)}.landing-band>div{display:grid;gap:8px}.landing-band svg{color:var(--primary)}.page-flow,.profile-main,.match-main,.side-stack,.progress-list,.skill-progress-list,.settings-grid,.page-grid,.input-mode-grid,.form-grid,.metric-grid,.analysis-grid,.day-grid,.report-summary-grid,.overview-grid{display:grid;gap:16px}.jd-input-grid{grid-template-columns:minmax(0,1fr) 540px;gap:28px}.profile-layout,.match-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:18px}.questions-layout{display:grid;grid-template-columns:300px minmax(0,1fr) 360px;gap:18px}.history-layout{display:grid;grid-template-columns:minmax(0,1fr) 500px;gap:18px}.card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:var(--shadow-soft)}.workspace-card,.side-card,.form-card,.analysis-card,.plan-card,.history-table-card,.summary-card,.status-bar,.question-queue,.current-question-card{padding:24px}.workspace-card{padding:24px 28px}.section-title,.card-heading,.with-icon{display:flex;align-items:flex-start;gap:16px}.with-icon{align-items:center}h1,h2,h3,p{letter-spacing:0}.section-title h1,.page-header h1,.question-panel h1,.report-body h1{margin:0;font-size:28px;line-height:1.22;font-weight:860}.section-title h2,.side-card h2,.form-card h2,.card-heading h2,.summary-card h2,.report-toc h2{margin:0;font-size:18px;line-height:1.35}.section-title p,.page-header p,.card-heading p,.form-card p,.summary-card p,.side-card p,.question-panel p,.report-body p{margin:6px 0 0;color:var(--text-secondary);line-height:1.68}.section-title.compact{margin-bottom:22px}.soft-icon{display:grid;width:44px;height:44px;place-items:center;flex:0 0 auto;border-radius:13px;background:var(--primary-light);color:var(--primary-dark)}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:8px 2px 2px}.numbered-section{display:flex;align-items:center;gap:12px;margin:20px 0 12px}.numbered-section b{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;background:var(--primary-light);color:var(--primary-dark)}.numbered-section h2{margin:0;font-size:17px}.input-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mode-card{position:relative;display:grid;grid-template-columns:52px 1fr;grid-template-rows:auto auto;min-height:82px;align-items:center;gap:4px 14px;padding:14px;border:1px solid var(--border);border-radius:14px;background:#fff;color:var(--text-main);text-align:left;cursor:pointer;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease,transform .16s ease}.mode-card:hover{border-color:var(--border-strong);box-shadow:0 8px 18px #1118270d}.mode-card:active{transform:translateY(1px)}.mode-card span{display:grid;grid-row:span 2;width:44px;height:44px;place-items:center;border-radius:12px;background:var(--surface-muted);color:var(--primary-dark)}.mode-card small,.hint-line,.obtain-card p,.field,.day-card p,.progress-row em,.archive-table td span{color:var(--text-secondary)}.mode-card.is-selected{border-color:#10b98180;background:linear-gradient(180deg,#e7f8efb8,#fff);box-shadow:0 0 0 3px #10b98114}.mode-card.is-selected:after{position:absolute;top:12px;right:12px;width:18px;height:18px;border-radius:50%;background:var(--primary);content:""}textarea,input,select{width:100%;border:1px solid var(--border);border-radius:12px;background:#fff;color:var(--text-main);outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}textarea:hover,input:hover,select:hover{border-color:var(--border-strong)}textarea:focus,input:focus,select:focus{border-color:#10b981b8;box-shadow:0 0 0 4px #10b9811a}a:focus-visible,button:focus-visible,textarea:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid rgba(5,150,105,.72);outline-offset:3px}textarea{min-height:126px;padding:16px;resize:vertical}.textarea-wrap{position:relative}.textarea-wrap span{position:absolute;right:16px;bottom:12px;color:var(--text-secondary);font-size:13px}.field{display:grid;gap:8px;font-size:14px;font-weight:760}.field input,.field select{height:44px;padding:0 14px}.field-note{margin:0;color:var(--text-secondary);line-height:1.6}.password-input-wrap{position:relative;display:block}.password-input-wrap input{padding-right:48px}.password-input-wrap button{position:absolute;top:50%;right:8px;display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--text-secondary);cursor:pointer;transform:translateY(-50%)}.password-input-wrap button:hover{background:#f1f5f9;color:var(--primary-dark)}.password-input-wrap button:focus-visible{background:var(--primary-light);color:var(--primary-dark)}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-card{display:grid;gap:16px}.skill-card{grid-template-columns:250px minmax(0,1fr) 240px;align-items:start}.skill-card aside,.reason-box,.action-dock div,.overview-grid span,.privacy-panel{padding:14px;border-radius:14px;background:#f8fafc;color:var(--text-secondary);line-height:1.7}.hint-line,.bottom-action-bar span,.day-card em,.breadcrumb a{display:inline-flex;align-items:center;gap:8px}.link-button{border:0;background:transparent;color:var(--primary-dark);font-weight:800;cursor:pointer}.link-button:hover{color:var(--primary)}.status-toast{position:fixed;right:24px;bottom:24px;z-index:60;display:grid;grid-template-columns:minmax(180px,1fr) auto auto;align-items:center;gap:10px;max-width:min(520px,calc(100vw - 32px));padding:12px 14px;border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:12px;background:#fffffff5;box-shadow:0 18px 50px #0f172a24;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.status-toast.is-error{border-left-color:var(--danger)}.status-toast.is-success{border-left-color:var(--primary-dark)}.status-toast p{margin:0;color:var(--text-main);line-height:1.5}.status-toast .btn{width:max-content;min-width:88px;flex-shrink:0;white-space:nowrap}.status-toast>button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:50%;background:#f8fafc;color:var(--text-secondary);cursor:pointer}.bottom-action-bar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px;padding:14px 16px;border:1px solid var(--border);border-radius:14px;background:var(--surface-muted)}.upload-drop{display:grid;width:100%;min-height:150px;place-items:center;border:1px dashed rgba(16,185,129,.5);border-radius:16px;background:#fff;color:var(--primary-dark);cursor:pointer}.upload-drop:hover,.upload-drop.is-dragging{border-color:var(--primary);background:#dff8ec59}.upload-drop input{display:none}.btn{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 18px;border-radius:12px;border:1px solid transparent;font-weight:800;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,border-color .15s ease,color .15s ease,opacity .15s ease}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{cursor:not-allowed;opacity:.56;box-shadow:none}.btn-primary{background:var(--primary-dark);color:#fff;box-shadow:0 10px 22px #0478572e}.btn-primary:hover:not(:disabled){background:#066d50}.btn-secondary,.btn-ghost{background:#fff;border-color:var(--border);color:var(--text-main)}.btn-secondary:hover:not(:disabled),.btn-ghost:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-muted)}.btn-danger{background:#fff1f2;border-color:#fecdd3;color:var(--danger)}.obtain-card{display:grid;grid-template-columns:42px 1fr;gap:16px;padding:18px;border:1px solid var(--border);border-radius:14px;margin-bottom:12px;background:#fff}.obtain-card svg,.metric-card svg,.stat-card svg{color:var(--primary)}.info-strip{padding:12px 14px;border-radius:12px;background:#f1f5f9;color:var(--text-secondary)}.center-card{text-align:center;justify-items:center}.circular-progress{display:grid;width:128px;height:128px;place-items:center;border-radius:50%;background:conic-gradient(var(--primary) var(--value),#e7f4ee 0)}.circular-progress>div{display:grid;width:90px;height:90px;place-items:center;border-radius:50%;background:#fff}.circular-progress strong{font-size:24px;transform:translateY(20%)}.circular-progress span{color:var(--text-secondary);font-size:12px}.check-list,.summary-list{display:grid;gap:10px;padding:0;margin:12px 0 0;list-style:none}.check-list li,.summary-list li{padding-left:18px;color:var(--text-secondary);line-height:1.65;position:relative}.check-list li:before,.summary-list li:before{position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--primary);content:""}.question-queue p{color:var(--text-secondary)}.queue-list{display:grid;gap:8px;margin-top:18px}.queue-item{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:10px;min-height:44px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--text-main);text-align:left;cursor:pointer}.queue-item span{display:grid;width:24px;height:24px;place-items:center;border-radius:50%;background:#edf2f7;color:var(--text-secondary)}.queue-item.done span,.queue-item.current span{background:var(--primary);color:#fff}.queue-item.current{border-color:#10b98166;background:#dff8ec80}.queue-item strong{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:14px}.jump-field{display:grid;gap:8px;margin-top:18px;color:var(--text-secondary)}.jump-field select{height:40px;padding:0 12px}.ai-tip{display:flex;gap:14px;padding:14px;border-radius:14px;background:#dff8ec8c}.segmented-control{display:inline-flex;margin:18px 0;padding:4px;border:1px solid var(--border);border-radius:13px;background:#fff}.segmented-control button{height:34px;padding:0 18px;border:0;border-radius:10px;background:transparent;cursor:pointer}.segmented-control .is-active{background:var(--primary-light);color:var(--primary-dark);font-weight:800}.question-panel{display:grid;gap:14px}.question-panel>span,.reason-toggle,.summary-card a{color:var(--primary-dark);font-weight:850}.reason-toggle{justify-self:start;border:0;background:transparent;cursor:pointer}.answer-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.answer-option{min-height:48px;border:1px solid var(--border);border-radius:12px;background:#fff;cursor:pointer}.answer-option.is-selected{border-color:var(--primary);background:var(--primary-light);color:var(--primary-dark);font-weight:800}.metric-line{display:flex;align-items:baseline;justify-content:space-between;margin:14px 0 8px}.metric-line strong{color:var(--primary-dark);font-size:28px}.metric-grid.four,.report-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.metric-card,.stat-card{min-height:118px;padding:20px}.metric-card span,.stat-card span{display:block;margin:10px 0 6px;color:var(--text-secondary)}.metric-card strong{font-size:24px}.analysis-grid{grid-template-columns:45% minmax(0,1fr);align-items:center}.progress-row>div,.skill-progress-list div div{display:flex;justify-content:space-between;margin-bottom:7px;color:var(--text-main)}.progress-row em{display:block;margin-top:5px;font-style:normal;font-size:13px}.progress-bar{height:8px;overflow:hidden;border-radius:99px;background:#dff3eb}.progress-fill{display:block;height:100%;border-radius:inherit;background:var(--primary)}.progress-blue{background:var(--blue)}.progress-orange{background:var(--warning)}.progress-red{background:var(--danger)}.day-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.day-card{min-height:148px;padding:16px;border:1px solid var(--border);border-radius:14px}.day-card span{color:var(--primary-dark);font-weight:850}.day-card strong{display:block;margin-top:10px}.action-dock{display:grid;grid-template-columns:auto 1fr 1fr auto auto;align-items:center;gap:14px;padding:16px}.action-dock div{display:grid;padding:10px 14px}.archive-tabs{display:inline-flex;align-self:start;gap:4px;padding:4px;border:1px solid var(--border);border-radius:14px;background:#fff;box-shadow:0 1px 2px #11182708}.archive-tab{min-width:124px;height:38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:10px;background:transparent;color:var(--text-secondary);font-size:14px;font-weight:800}.archive-tab:hover{background:var(--surface-muted);color:var(--text-main)}.archive-tab.is-active{border-color:#10b9813d;background:var(--primary-light);color:var(--primary-dark)}.summary-card{display:grid;gap:12px;min-height:210px}.breadcrumb{display:flex;align-items:center;gap:10px;color:var(--text-secondary)}.full-report-layout{display:grid;gap:16px}.status-bar{display:flex;gap:24px;align-items:center}.status-bar strong{color:var(--primary-dark)}.report-reader{display:grid;grid-template-columns:240px minmax(0,1fr) 300px;gap:18px}.report-toc,.report-side{position:sticky;top:90px;align-self:start}.report-toc{display:grid;gap:10px;padding:18px;border:1px solid var(--border);border-radius:18px;background:#fff}.report-toc a{padding:10px 12px;border-radius:10px;color:var(--text-secondary)}.report-toc a:hover{background:var(--primary-light);color:var(--primary-dark)}.report-body{padding:34px 42px;border:1px solid var(--border);border-radius:22px;background:#fff;box-shadow:var(--shadow)}.report-body .lead{font-size:17px}.report-body section{scroll-margin-top:100px;padding-top:22px;border-top:1px solid var(--border);margin-top:26px}.report-body h2{font-size:24px}.report-body h3{margin:22px 0 8px}.markdown-report{display:grid;gap:14px;font-size:15px;line-height:1.8;color:var(--text-main)}.markdown-report h1{margin-bottom:4px}.markdown-report h2{margin:18px 0 0;padding-top:18px;border-top:1px solid var(--border)}.markdown-report h3{margin:12px 0 0}.markdown-report p{margin:0}.report-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.report-list li{position:relative;padding-left:18px;color:var(--text-secondary)}.report-list li:before{position:absolute;left:0;top:12px;width:6px;height:6px;border-radius:50%;background:var(--primary);content:""}.report-question{margin-top:8px;font-weight:800;color:var(--text-main)}.report-answer{padding:10px 12px;border-radius:10px;background:#f8fafc;color:var(--text-secondary)}.warning-list li:before{background:var(--danger)}.report-side{display:grid;gap:14px}.report-side .side-card{display:grid;gap:10px}.report-info span{color:var(--text-secondary)}.badge{display:inline-flex;align-items:center;min-height:26px;padding:0 9px;border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:820}.badge-green{border-color:#bbf7d0;background:#ecfdf5;color:#047857}.badge-blue{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.badge-orange{border-color:#fed7aa;background:#fff7ed;color:#c2410c}.badge-red{border-color:#fecaca;background:#fef2f2;color:#dc2626}.badge-gray{border-color:#e2e8f0;background:#f8fafc;color:#475569}.filters{display:grid;grid-template-columns:140px 140px 130px minmax(180px,1fr) auto;gap:12px;margin-bottom:16px}.filters select,.filters input{height:40px;padding:0 12px}.filters label{position:relative}.filters label svg{position:absolute;right:12px;top:12px;color:var(--text-secondary)}.archive-table{width:100%;border-collapse:separate;border-spacing:0}.archive-table th,.archive-table td{padding:14px 12px;border-top:1px solid var(--border);text-align:left;font-size:14px}.archive-table th{background:var(--surface-muted);color:var(--text-secondary);font-size:12px;font-weight:850;text-transform:uppercase}.archive-table tbody tr{transition:background .14s ease}.archive-table tbody tr:hover{background:#fbfdfc}.archive-table tr.is-selected{outline:1px solid rgba(16,185,129,.42);background:#e7f8ef94}.archive-table td span{display:block;margin-top:4px;font-size:12px}.tag-row,.table-actions,.preview-icons,.privacy-panel div{display:flex;flex-wrap:wrap;gap:6px}.table-actions button,.table-actions a{display:grid;width:30px;height:30px;place-items:center;border:1px solid transparent;border-radius:9px;background:transparent;color:var(--text-secondary);cursor:pointer}.table-actions button:hover,.table-actions a:hover{border-color:var(--border);background:#fff;color:var(--text-main)}.table-footer{display:flex;justify-content:space-between;padding-top:14px;color:var(--text-secondary)}.table-footer select{width:110px;height:36px}.overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.overview-grid span{display:grid;gap:6px}.overview-grid b{color:var(--text-main)}.preview-icons span{flex:1;min-width:110px;padding:12px;border-radius:12px;background:#f8fafc;color:var(--primary-dark);font-weight:800;text-align:center}.manage-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.manage-card h2{grid-column:1 / -1}.privacy-panel,.diagnostic-list{display:grid;gap:10px}.diagnostic-row{display:grid;grid-template-columns:minmax(120px,1fr) auto;gap:6px 12px;padding:12px 14px;border:1px solid var(--border);border-left:4px solid #94a3b8;border-radius:12px;background:#fff}.diagnostic-row.is-success{border-left-color:var(--primary)}.diagnostic-row.is-error{border-left-color:var(--danger)}.diagnostic-row.is-pending{border-left-color:#f59e0b}.diagnostic-row strong{color:var(--text-main)}.diagnostic-row span{font-weight:800;color:var(--text-main)}.diagnostic-row p,.diagnostic-row em{grid-column:1 / -1;margin:0;color:var(--text-secondary)}.diagnostic-row em{font-size:12px;font-style:normal}.admin-user-list,.admin-user-card{display:grid;gap:16px}.admin-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-columns section{display:grid;gap:8px;padding:14px;border-radius:14px;background:#f8fafc}.admin-columns h3,.admin-columns p{margin:0}.admin-columns p{color:var(--text-secondary);line-height:1.6}.login-chip{color:var(--primary-dark)}.auth-page{min-height:100dvh;display:grid;grid-template-columns:minmax(520px,1.05fr) minmax(430px,.95fr);background:radial-gradient(circle at 14% 14%,rgba(16,185,129,.22),transparent 26rem),radial-gradient(circle at 80% 20%,rgba(15,118,110,.12),transparent 30rem),linear-gradient(135deg,#f7fbf9,#fff 44%,#eef7f3)}.auth-brand-panel{display:grid;grid-template-rows:auto auto minmax(260px,auto) auto;gap:30px;min-height:100dvh;padding:42px clamp(34px,5vw,72px);background:linear-gradient(145deg,rgba(2,6,23,.04),transparent 34%),linear-gradient(180deg,#ffffff73,#dff8ec85);border-right:1px solid rgba(15,23,42,.08);position:relative;overflow:hidden}.auth-brand-panel:before{position:absolute;inset:90px auto auto -120px;width:360px;height:360px;border-radius:50%;background:#10b98124;filter:blur(8px);content:""}.auth-brand-panel>*{position:relative;z-index:1}.auth-logo-link{width:max-content}.auth-brand-copy{max-width:620px}.auth-brand-copy span,.auth-card-heading span,.account-header span{display:inline-flex;color:var(--primary-dark);font-size:13px;font-weight:860;letter-spacing:.08em;text-transform:uppercase}.auth-brand-copy h1{margin:18px 0 16px;max-width:10.5ch;font-size:clamp(44px,5vw,72px);line-height:.98;letter-spacing:0}.auth-brand-copy p{margin:0;color:var(--text-secondary);font-size:17px;line-height:1.8}.auth-product-preview{align-self:center;display:grid;gap:14px;width:min(100%,560px)}.auth-preview-card{display:grid;gap:22px;padding:24px;border:1px solid rgba(15,23,42,.09);border-radius:22px;background:linear-gradient(135deg,#fffffff0,#ecfdf5c7),#fff;box-shadow:0 28px 72px #0f172a1c}.auth-preview-topline,.auth-score-row,.auth-path-card{display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-preview-topline span{color:var(--text-secondary);font-size:13px;font-weight:820}.auth-preview-topline strong{color:var(--primary-dark);font-size:34px;line-height:1}.auth-score-row{justify-content:flex-start}.auth-score-ring{display:grid;width:82px;height:82px;place-items:center;border:10px solid rgba(16,185,129,.18);border-top-color:var(--primary);border-right-color:var(--primary);border-radius:50%;color:var(--primary-dark);font-size:24px;font-weight:900}.auth-score-row b{display:block;margin-bottom:6px;font-size:18px}.auth-score-row p{margin:0;color:var(--text-secondary)}.auth-report-bars{display:grid;gap:10px}.auth-report-bars span{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,var(--primary) var(--bar),rgba(15,23,42,.08) var(--bar))}.auth-path-card{padding:14px 16px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#ffffffbd;box-shadow:0 16px 40px #0f172a12}.auth-path-card span{display:inline-flex;align-items:center;gap:8px;color:var(--text-secondary);font-size:13px;font-weight:820}.auth-path-card svg{color:var(--primary-dark)}.auth-highlight-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.auth-highlight{display:grid;gap:10px;min-height:128px;padding:16px;border:1px solid rgba(15,23,42,.08);border-radius:18px;background:#ffffffa8;box-shadow:none}.auth-highlight svg{color:var(--primary-dark)}.auth-highlight b{display:block;margin-bottom:6px}.auth-highlight p{margin:0;color:var(--text-secondary);font-size:13px;line-height:1.55}.auth-form-panel{position:relative;overflow:hidden;display:grid;align-items:center;justify-items:center;min-height:100dvh;padding:54px clamp(28px,5vw,72px);background:linear-gradient(rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px);background-size:42px 42px}.auth-form-panel:before{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffffeb,#ffffff94),radial-gradient(circle at 50% 50%,rgba(16,185,129,.1),transparent 24rem);content:""}.auth-form-panel>*{position:relative;z-index:1}.auth-card{position:relative;overflow:hidden;display:grid;gap:18px;width:min(100%,470px);padding:38px;border:1px solid rgba(15,23,42,.1);border-radius:26px;background:linear-gradient(180deg,#fffffffa,#f8fafcf0),#fff;box-shadow:0 30px 80px #0f172a21;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-card:before{position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,#10b98100,#10b981b8,#10b98100);content:""}.auth-card-heading h2{margin:8px 0;font-size:34px;line-height:1.12}.auth-card-heading p,.auth-switch,.form-message{margin:0;color:var(--text-secondary);line-height:1.6}.auth-row{display:flex;align-items:center;justify-content:space-between;gap:14px;color:var(--text-secondary);font-size:14px}.auth-row a,.auth-switch a{color:var(--primary-dark);font-weight:850}.auth-switch a{margin-left:4px}.checkbox-line{display:inline-flex;align-items:center;gap:9px;font-weight:760}.checkbox-line input{width:16px;height:16px;accent-color:var(--primary-dark)}.auth-card .btn-primary{min-height:48px;border-radius:14px;box-shadow:0 14px 28px #05966938}.auth-card .btn-primary:disabled{border-color:#0f766e29;background:#d8eee6;color:#0f766e;opacity:1}.auth-card .field span{color:var(--text-secondary);font-size:13px}.auth-card input{min-height:46px;border-radius:14px;background:#fffffff0}.code-field{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px}.code-field .btn{min-width:132px}.form-message{padding:10px 12px;border-radius:12px;background:#f8fafc;font-weight:720}.form-message.is-error{background:#fff1f2;color:#be123c}.form-message.is-success{background:#ecfdf5;color:var(--primary-dark)}.account-page{display:grid;gap:18px}.account-hero{display:grid;grid-template-columns:auto minmax(0,1fr);gap:18px;padding:30px;border:1px solid rgba(15,23,42,.08);border-radius:24px;background:radial-gradient(circle at 92% 18%,rgba(16,185,129,.16),transparent 18rem),linear-gradient(135deg,#fff,#f3fbf7);box-shadow:0 18px 48px #0f172a12}.account-avatar{display:grid;width:72px;height:72px;place-items:center;border-radius:22px;background:var(--primary-light);color:var(--primary-dark)}.account-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.account-header h1{margin:8px 0;font-size:40px;line-height:1.1}.account-header p{margin:0;color:var(--text-secondary)}.account-hero-meta{grid-column:2;display:flex;flex-wrap:wrap;gap:10px}.account-hero-meta span{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:999px;background:#ffffffc7;color:var(--text-secondary);font-size:13px;font-weight:800}.account-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.account-info-card{display:grid;gap:10px;min-height:174px;padding:22px;align-content:start;border-radius:18px;background:linear-gradient(180deg,#fffffffa,#f8fafcf0),var(--card)}.account-info-card svg,.security-row svg{color:var(--primary-dark)}.account-info-card span{color:var(--text-secondary);font-size:13px;font-weight:780}.account-info-card strong{font-size:20px;overflow-wrap:anywhere}.account-info-card p,.security-row p{margin:0;color:var(--text-secondary);line-height:1.6}.security-list-card{display:grid;gap:0;padding:24px;border-radius:20px}.security-list-card h2{margin:0 0 10px;font-size:22px}.security-row{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:14px;padding:18px 0;border-top:1px solid var(--border)}.security-row b{display:block;margin-bottom:4px}.state-pill{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:99px;background:#f1f5f9;color:var(--text-secondary);font-weight:800}.state-pill.is-ok{background:#ecfdf5;color:var(--primary-dark)}@media(max-width:1400px){.top-nav{grid-template-columns:270px minmax(290px,1fr) 330px;padding:0 24px}.main-content{width:min(100% - 48px,1440px)}.day-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.history-layout{grid-template-columns:1fr}}@media(max-width:1100px){.top-nav{grid-template-columns:1fr;height:auto;gap:10px;padding:14px 18px}.primary-nav{justify-content:flex-start;height:52px;overflow-x:auto}.nav-actions{justify-content:flex-start}.sub-tabs{top:146px;overflow-x:auto;padding:0 20px}.jd-input-grid,.profile-layout,.questions-layout,.match-layout,.report-reader{grid-template-columns:1fr}.landing-nav{grid-template-columns:1fr;height:auto;gap:12px;padding:16px 20px}.landing-nav nav{justify-content:flex-start;overflow-x:auto}.landing-page main{width:min(100% - 32px,900px);padding-top:34px}.landing-hero,.landing-feature-grid{grid-template-columns:1fr}.report-toc,.report-side{position:static}.metric-grid.four,.report-summary-grid,.form-grid.three,.analysis-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.skill-card,.action-dock,.auth-page{grid-template-columns:1fr}.auth-brand-panel{min-height:auto;padding:34px 28px;border-right:0;border-bottom:1px solid var(--border)}.auth-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-form-panel{min-height:auto;align-items:start}.account-hero{grid-template-columns:1fr}.account-hero-meta{grid-column:1}.account-grid{grid-template-columns:1fr}}@media(max-width:720px){.main-content{width:min(100% - 24px,640px)}.logo{font-size:20px}.top-nav{gap:12px;padding:14px 16px}.primary-nav{width:100%;height:auto;justify-content:flex-start;gap:8px;overflow-x:auto;padding:2px 0}.nav-link{flex:0 0 auto;height:38px;padding:0 12px}.nav-actions{width:100%;justify-content:flex-start;gap:8px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px}.save-status,.icon-button,.user-chip{flex:0 0 auto}.user-chip{max-width:min(190px,52vw)}.status-toast{left:16px;right:16px;bottom:16px;grid-template-columns:minmax(0,1fr) auto auto}.status-toast .btn{min-width:78px;padding:0 12px}.header-actions,.page-header,.bottom-action-bar,.status-bar{align-items:stretch;flex-direction:column}.input-mode-grid,.form-grid.two,.form-grid.three,.metric-grid.four,.report-summary-grid,.answer-options,.day-grid,.filters,.overview-grid,.manage-card{grid-template-columns:1fr}.archive-table{min-width:860px}.history-table-card{overflow-x:auto}.hero-copy h1{font-size:42px}.landing-band{display:grid}.auth-brand-panel{gap:18px;padding:22px 16px}.auth-form-panel{padding:18px 16px 28px}.auth-brand-copy h1{max-width:11ch;margin:12px 0 10px;font-size:36px;line-height:1.02}.auth-brand-copy p{font-size:14px;line-height:1.65}.auth-product-preview{gap:8px}.auth-preview-card{gap:14px;padding:16px;border-radius:18px}.auth-preview-topline strong{font-size:28px}.auth-score-ring{width:56px;height:56px;border-width:7px;font-size:18px}.auth-score-row b{font-size:16px}.auth-score-row p{font-size:13px}.auth-report-bars{gap:7px}.auth-report-bars span{height:8px}.auth-score-row{align-items:flex-start}.auth-path-card{gap:6px;align-items:flex-start;flex-direction:column;padding:12px 14px}.auth-path-card>svg{display:none}.auth-highlight-grid{display:none}.auth-highlight{min-height:auto}.auth-card{padding:26px 18px;border-radius:22px}.auth-card-heading h2{font-size:30px}.code-field .btn{width:100%}.code-field,.security-row{grid-template-columns:1fr}.auth-row,.account-header{align-items:stretch;flex-direction:column}.account-hero{gap:14px;padding:20px;border-radius:20px}.account-avatar{width:56px;height:56px;border-radius:18px}.account-header h1{font-size:32px}.account-header .btn{width:100%}.account-hero-meta span{width:100%;overflow-wrap:anywhere}.account-info-card{min-height:0;padding:18px}.security-list-card{padding:20px}.security-row{gap:10px;padding:16px 0}.security-row .btn,.security-row .state-pill{width:100%}}.showcase-app{position:relative;min-height:100vh;padding:24px 0 76px;overflow:hidden;background:radial-gradient(circle at 8% 0%,rgba(16,185,129,.14),transparent 28rem),radial-gradient(circle at 86% 8%,rgba(16,185,129,.16),transparent 34rem),linear-gradient(180deg,#f8fffc,#f5fbf9 48%,#f7faf9)}.showcase-background,.cursor-light{pointer-events:none}.showcase-background{position:fixed;top:0;right:0;bottom:0;left:0;overflow:hidden;opacity:.65}.bg-orb,.bg-line{position:absolute;display:block}.bg-orb{width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.12),transparent 68%);filter:blur(8px)}.bg-orb-a{left:-180px;top:-210px}.bg-orb-b{right:-140px;top:90px}.bg-orb-c{left:28%;bottom:-330px}.silk-ribbon{position:absolute;display:block;width:74vw;height:26vw;min-width:760px;min-height:260px;border-radius:999px;background:linear-gradient(100deg,transparent 5%,rgba(255,255,255,.52) 25%,rgba(16,185,129,.11) 48%,rgba(255,255,255,.36) 72%,transparent 94%);filter:blur(22px);mix-blend-mode:multiply;opacity:.38;transform:translate3d(var(--mouse-soft-x, 0),var(--mouse-soft-y, 0),0) rotate(var(--silk-rotate, -8deg));animation:silkDrift 16s ease-in-out infinite alternate}.silk-ribbon-a{--silk-rotate: -9deg;left:-18vw;top:8vh}.silk-ribbon-b{--silk-rotate: 13deg;right:-22vw;top:32vh;opacity:.32;animation-delay:-5s}.silk-ribbon-c{--silk-rotate: -4deg;left:8vw;bottom:-8vh;opacity:.26;animation-delay:-9s}.cursor-light{position:fixed;left:var(--mouse-x, 50vw);top:var(--mouse-y, 20vh);z-index:0;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.11),transparent 62%);transform:translate(-50%,-50%);opacity:.65}.showcase-nav,.showcase-app .page{position:relative;z-index:1;width:min(1320px,calc(100vw - 88px));margin-inline:auto}.showcase-nav{top:24px;display:grid;grid-template-columns:300px minmax(0,1fr) 180px;gap:20px;height:68px;padding:0 20px;border:1px solid rgba(15,118,110,.12);border-radius:999px;background:#ffffffe0;box-shadow:0 18px 46px #0f172a14;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.showcase-brand,.showcase-nav-link,.showcase-cta,.round-arrow,.privacy-tip>button{border:0;cursor:pointer}.showcase-brand{gap:13px;min-width:0;background:transparent}.showcase-brand-mark{display:grid;width:42px;height:42px;place-items:center;overflow:hidden;border-radius:12px;background:#e8fff5b8;box-shadow:inset 0 0 0 1px #10b98124,0 10px 20px #10b9811f}.showcase-brand-mark img{width:38px;height:38px;object-fit:contain;mix-blend-mode:multiply}.showcase-brand-name{color:#0f172a;font-size:24px;font-weight:900;line-height:1}.showcase-nav-links{gap:8px;justify-content:center}.showcase-nav-link{height:42px;padding:0 17px;border-radius:999px;background:transparent;color:#0f172a;font-size:15px;font-weight:820;transition:background .18s ease,color .18s ease,transform .18s ease}.showcase-nav-link:hover,.showcase-nav-link.is-active{background:#dff8ec;color:#059669;transform:translateY(-1px)}.showcase-cta{gap:10px;height:46px;padding:0 18px;border:1px solid rgba(15,118,110,.14);border-radius:17px;background:#ffffffb8;color:#0f172a;font-size:15px;font-weight:850;box-shadow:none}.status-dot{width:10px;height:10px;border-radius:999px;background:#10b981;box-shadow:0 0 0 7px #10b9811c}.showcase-app .page{display:grid;gap:24px;padding-top:32px}.display-hero{position:relative;aspect-ratio:2172 / 724;width:100%;min-height:330px;--hero-left: 7.2727%;--hero-copy-width: 40.9091%;--hero-label-top: 10.2273%;--hero-title-top: 22.5%;--hero-body-top: 52.9545%;--hero-actions-top: 70.6818%;--hero-tags-top: 88.1818%;overflow:hidden;border:1px solid rgba(15,118,110,.18);border-radius:28px;background:#f8fffc;box-shadow:0 22px 62px #0f172a14;transform:translateZ(0);transition:transform .22s ease,box-shadow .22s ease}.display-hero:hover{transform:translateY(-4px);box-shadow:0 28px 74px #0f172a1a}.hero-full-image{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .26s ease}.display-hero:hover .hero-full-image{transform:scale(1.012) translate(var(--mouse-soft-x, 0),var(--mouse-soft-y, 0))}.hero-visual-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;transition:transform .26s ease}.display-hero:hover .hero-visual-overlay{transform:scale(1.012) translate(var(--mouse-soft-x, 0),var(--mouse-soft-y, 0))}.hero-copy{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;width:auto;height:auto;padding:0;pointer-events:none}.display-hero-home .hero-copy,.display-hero-jd .hero-copy,.display-hero-report .hero-copy,.display-hero-docs .hero-copy,.display-hero-faq .hero-copy,.display-hero-settings .hero-copy{padding-top:0}.display-hero-path,.display-hero-report,.display-hero-docs,.display-hero-faq,.display-hero-settings{--hero-body-top: 49.2%;--hero-actions-top: 67.4%}.hero-copy .hero-eyebrow{position:absolute;left:var(--hero-left);top:var(--hero-label-top);display:inline-flex;align-items:center;min-height:31px;margin:0;padding:0 14px;border:1px solid rgba(16,185,129,.18);border-radius:999px;background:#dff8ecb8;color:#059669;font-size:13px;font-weight:900;line-height:1}.hero-copy h1{position:absolute;left:var(--hero-left);top:var(--hero-title-top);width:40.9091%;max-width:40.9091%;margin:0;color:#111827;font-size:clamp(35px,2.72vw,48px);font-weight:950;line-height:1.16;letter-spacing:0}.display-hero-report .hero-copy h1,.display-hero-docs .hero-copy h1,.display-hero-settings .hero-copy h1{font-size:clamp(35px,2.72vw,48px)}.display-hero-faq .hero-copy h1{font-size:clamp(44px,3.35vw,60px)}.hero-copy h1 span{color:#10b981}.hero-copy p.hero-body{position:absolute;left:var(--hero-left);top:var(--hero-body-top);width:33.5606%;max-width:33.5606%;margin:0;color:#475569;font-size:clamp(14px,1.02vw,17px);font-weight:620;line-height:1.72}.hero-actions{position:absolute;left:var(--hero-left);top:var(--hero-actions-top);display:flex;flex-wrap:wrap;gap:14px;margin:0;pointer-events:auto}.hero-extra{position:absolute;left:var(--hero-left);top:var(--hero-tags-top);bottom:auto;margin:0;pointer-events:auto}.hero-tags{display:flex;flex-wrap:wrap;gap:14px}.hero-tags span{display:inline-flex;min-height:34px;align-items:center;padding:0 15px;border:1px solid rgba(16,185,129,.18);border-radius:999px;background:#ffffff94;color:#10b981;font-size:14px;font-weight:850}.home-hero-deck{position:absolute;left:54.4%;top:13.2%;width:32.2%;height:57.5%;display:grid;overflow:visible;place-items:stretch;color:#0f172a;perspective:900px;transform:rotate(3deg);transform-origin:center}.home-hero-deck-card{position:relative;width:100%;height:100%;display:grid;grid-template-rows:auto 1fr auto;gap:10px;padding:16px 17px 15px;overflow:hidden;border:1px solid rgba(16,185,129,.2);border-radius:25px;background:linear-gradient(145deg,#ffffffbd,#ecfdf575),radial-gradient(circle at 18% 8%,rgba(255,255,255,.88),transparent 42%);box-shadow:inset 0 1px #ffffffdb,inset 0 -18px 38px #10b98112,0 22px 54px #0f766e1a;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:rotateX(1.5deg) rotateY(-4deg) translateZ(0);animation:heroDeckFloat 7s ease-in-out infinite}.home-hero-deck-card:before{content:"";position:absolute;top:9px;right:9px;bottom:9px;left:9px;border:1px solid rgba(16,185,129,.12);border-radius:20px;pointer-events:none}.home-hero-deck-card:after{content:"";position:absolute;inset:-35% -20% auto auto;width:58%;height:72%;background:radial-gradient(circle,rgba(255,255,255,.78),transparent 68%);pointer-events:none}.deck-header{display:flex;align-items:center;gap:8px;min-height:23px;padding:0 2px;font-size:12px;font-weight:900;position:relative;z-index:1}.deck-header span{display:grid;width:20px;height:20px;place-items:center;border-radius:50%;background:#10b98124;box-shadow:inset 0 0 0 1px #10b9812e}.deck-header span:after{content:"";width:8px;height:8px;border-radius:3px;background:#10b981}.deck-overview-grid{position:relative;z-index:1;display:grid;grid-template-columns:.9fr 1fr 1.08fr;gap:8px;min-height:116px}.deck-panel{min-width:0;padding:10px 10px 9px;border:1px solid rgba(15,118,110,.08);border-radius:14px;background:linear-gradient(180deg,#ffffffc2,#ffffff80),radial-gradient(circle at 50% 0%,rgba(209,250,229,.32),transparent 58%);box-shadow:0 12px 24px #0f172a0b;animation:deckPanelShuffle 9s infinite ease-in-out}.deck-panel-skills{animation-delay:1.5s}.deck-panel-progress{animation-delay:3s}.deck-panel strong{display:block;margin-bottom:8px;color:#0f172a;font-size:10px;font-weight:900;line-height:1.2}.deck-ring{display:flex;flex-direction:column;width:66px;height:66px;align-items:center;justify-content:center;gap:2px;margin:2px auto 0;border-radius:50%;background:radial-gradient(circle at center,#fff 0 44%,transparent 45%),conic-gradient(#10b981 0,#10b981 78%,#10b9811f 78%,#10b9811f);color:#10b981;box-shadow:0 12px 24px #10b98129}.deck-ring b{margin:0;font-size:15.4px;line-height:1}.deck-ring span{margin:0;color:#047857;font-size:8px;font-weight:900;line-height:1}.skill-bars{display:grid;gap:9px;padding-top:5px}.skill-bars span{display:grid;grid-template-columns:46px minmax(0,1fr);gap:7px;color:#64748b;font-size:8px;font-weight:750;white-space:nowrap}.skill-bars i{display:block;height:7px;overflow:hidden;border-radius:999px;background:#0f766e14}.skill-bars i:before{content:"";display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#10b981,#76e6bd)}.skill-bars span:nth-child(1) i:before{width:74%}.skill-bars span:nth-child(2) i:before{width:46%;background:linear-gradient(90deg,#f59e0b,#fde68a)}.skill-bars span:nth-child(3) i:before{width:30%;background:linear-gradient(90deg,#fb7185,#fed7aa)}.progress-track{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:6px;min-height:72px;padding-top:40px;color:#10b981;font-size:8px;font-weight:850}.progress-track:before{content:"";position:absolute;left:12%;right:12%;top:35px;height:22px;border-top:2px dashed rgba(16,185,129,.42);border-radius:50% 50% 0 0;transform:skewY(-7deg)}.progress-track span{position:relative;display:grid;justify-items:center;gap:4px;min-width:0}.progress-track span:before{content:"";position:absolute;top:-13px;width:13px;height:13px;border:3px solid rgba(209,250,229,.9);border-radius:50%;background:#10b981;box-shadow:0 8px 18px #10b9812e}.progress-track span:nth-child(1):before{left:8%}.progress-track span:nth-child(2):before{left:calc(50% - 7px);top:-18px}.progress-track span:nth-child(3):before{right:8%}.progress-track em{color:#10b981;font-size:7px;font-style:normal;font-weight:800;line-height:1.1;white-space:nowrap}.deck-footer{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;min-height:52px;gap:10px;padding:10px 12px;border:1px solid rgba(16,185,129,.12);border-radius:15px;background:linear-gradient(180deg,#ffffffb3,#ffffff7a),radial-gradient(circle at 80% 0%,rgba(209,250,229,.42),transparent 60%);color:#475569;font-size:12px;font-weight:720}.deck-footer span{display:block;margin-bottom:3px;color:#0f172a;font-size:10px;font-weight:900}.deck-footer p{margin:0;color:#64748b;font-size:8px;line-height:1.35}.deck-footer b{flex:0 0 auto;display:inline-flex;min-height:30px;align-items:center;padding:0 13px;border:1px solid rgba(16,185,129,.18);border-radius:999px;background:#d1fae594;color:#10b981;font-size:9px;white-space:nowrap}.deck-footer b:after{content:"›";margin-left:6px;font-size:13px;line-height:1}@keyframes heroDeckFloat{0%,to{transform:rotateX(1.5deg) rotateY(-4deg) translateZ(0)}50%{transform:rotateX(2deg) rotateY(-3.2deg) translate3d(0,-7px,0)}}@keyframes deckPanelShuffle{0%{transform:translateY(0) scale(1)}18%{transform:translateY(-4px) scale(1.025)}36%,to{transform:translateY(0) scale(1)}}@keyframes silkDrift{0%{background-position:0% 50%;transform:translate3d(var(--mouse-soft-x, 0),var(--mouse-soft-y, 0),0) rotate(var(--silk-rotate, -8deg)) scale(1)}to{background-position:100% 50%;transform:translate3d(calc(var(--mouse-soft-x, 0) * -.65),calc(var(--mouse-soft-y, 0) * .72),0) rotate(calc(var(--silk-rotate, -8deg) + 2deg)) scale(1.04)}}.button{display:inline-flex;min-width:176px;height:54px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:1px solid transparent;border-radius:16px;color:#fff;font-size:16px;font-weight:900;line-height:1;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease,background .18s ease}.button:hover{transform:translateY(-2px);filter:brightness(1.04)}.button-primary{background:linear-gradient(180deg,#29cf93,#0faa78);box-shadow:0 16px 30px #10b98147}.button-secondary{border-color:#94a3b840;background:#ffffffdb;color:#0f172a;box-shadow:0 14px 28px #0f172a14}.button-text{min-width:0;height:40px;padding:0;background:transparent;color:#334155;box-shadow:none}.button-icon{display:inline-flex;align-items:center}.section{width:100%}.showcase-app .card,.glass-card,.glass-section,.notice-strip,.privacy-tip{border:1px solid rgba(15,118,110,.12);border-radius:24px;background:#ffffffd1;box-shadow:0 18px 48px #0f172a0f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.glass-section{padding:26px}.section-heading{display:grid;gap:8px;margin-bottom:18px}.section-heading h2,.privacy-tip h2,.faq-action-card h2,.report-empty-card h2{margin:0;color:#0f172a;font-size:28px;font-weight:920;line-height:1.25}.section-heading h2 span{color:#10b981}.section-heading p,.privacy-tip p,.faq-action-card p,.report-empty-card p,.preview-card p,.capability-card p,.jd-tool-card p,.step-card p,.docs-card p,.note-card p,.test-card p,.notice-strip p{margin:0;color:#475569;font-size:15px;line-height:1.75}.centered-heading{justify-items:center;text-align:center}.asset-icon{display:block;flex:none;object-fit:contain}.asset-icon-framed3d{border:0;background:transparent;box-shadow:none}.asset-icon-feature{width:88px;height:88px}.asset-icon-info{width:78px;height:78px}.asset-icon-status,.provider-logo .asset-icon{width:38px;height:38px}.step-section{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:hidden;border-radius:26px}.step-card{display:grid;grid-template-columns:116px 1fr;gap:18px;align-items:center;min-height:170px;padding:34px 36px;border-radius:0;border-right:1px solid rgba(15,118,110,.1)}.step-card:last-child{border-right:0}.step-card h3,.jd-tool-card h3,.preview-card h3,.capability-card h3,.docs-card h2,.note-card h3,.test-card h3{margin:0 0 8px;color:#0f172a;font-size:22px;font-weight:900;line-height:1.28}.step-card h3 span,.jd-tool-card b{margin-right:10px;color:#10b981}.output-line{display:inline-flex;margin-top:16px;padding:9px 16px;border-radius:10px;background:#dff8ec;color:#059669;font-size:14px}.home-outcomes{display:grid;gap:18px;padding:28px}.outcome-heading{grid-template-columns:26px auto 26px;align-items:center;justify-content:center;margin-bottom:2px}.section-knot{width:24px;height:10px;border-radius:999px;background:radial-gradient(circle at 32% 50%,#10b981 0 4px,transparent 5px),radial-gradient(circle at 68% 50%,rgba(16,185,129,.55) 0 4px,transparent 5px);opacity:.78}.home-outcome-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.home-outcome-card{display:grid;grid-template-columns:88px 1fr;gap:16px;align-items:center;min-height:128px;padding:22px;border-radius:18px;background:linear-gradient(180deg,#ffffffdb,#ffffffa8),radial-gradient(circle at 20% 0%,rgba(209,250,229,.34),transparent 60%);border:1px solid rgba(15,118,110,.1)}.home-outcome-card>.asset-icon{width:86px;height:86px}.home-outcome-card h3{margin:0 0 8px;color:#0f172a;font-size:18px;font-weight:900;line-height:1.25}.home-outcome-card p{margin:0;color:#475569;font-size:14px;line-height:1.6}.home-assurance-strip{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(0,1.36fr);gap:24px;align-items:center;padding:22px 26px;border-color:#10b98138}.assurance-lead{display:grid;grid-template-columns:88px 1fr;gap:18px;align-items:center}.assurance-lead>.asset-icon{width:86px;height:86px}.assurance-lead h2{margin:0 0 8px;color:#0f172a;font-size:24px;font-weight:920;line-height:1.28}.assurance-lead p{margin:0;color:#475569;font-size:15px;line-height:1.7}.assurance-note-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.assurance-note-grid span{min-height:82px;padding:15px 16px;border:1px solid rgba(15,118,110,.1);border-radius:16px;background:#ffffffa3;color:#334155;font-size:14px;font-weight:720;line-height:1.55}.jd-workbench-section{display:grid;gap:20px}.jd-workbench-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.jd-tool-card{display:grid;grid-template-columns:108px 1fr;gap:18px;min-height:150px;padding:28px}.notice-strip{display:flex;gap:18px;align-items:center;min-height:70px;padding:18px 26px}.notice-icon{display:grid;width:36px;height:36px;flex:none;place-items:center;border-radius:50%;background:linear-gradient(180deg,#34d399,#059669);color:#fff;font-weight:900}.preview-grid,.capability-grid,.docs-grid{display:grid;gap:18px}.four-grid,.capability-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.preview-card,.capability-card{min-height:194px;padding:26px}.preview-card>.asset-icon,.capability-card>.asset-icon{width:92px;height:92px;margin-bottom:2px}.flow-preview{padding:26px}.flow-preview h2{margin:0 0 22px}.flow-line{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px}.flow-line div{position:relative;display:grid;gap:8px}.flow-line .asset-icon{width:92px;height:92px;margin-bottom:2px}.flow-line strong{color:#0f172a;font-size:18px}.report-layout{display:grid;grid-template-columns:.78fr 1.22fr;gap:20px}.report-empty-card{display:grid;justify-items:center;align-content:center;gap:18px;min-height:430px;padding:34px;text-align:center}.report-empty-card>.asset-icon{width:176px;height:148px}.report-empty-card>span{padding:7px 13px;border-radius:999px;background:#dff8ec;color:#059669;font-weight:850}.meta-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:100%}.meta-row b{padding:12px;border:1px solid rgba(148,163,184,.22);border-radius:12px;background:#ffffffb8;font-size:14px}.report-preview-panel{padding:28px}.docs-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.docs-card{position:relative;display:grid;align-content:start;gap:14px;min-height:300px;padding:28px}.docs-card>.asset-icon{width:92px;height:92px}.jd-tool-card>.asset-icon{width:92px;height:92px}.docs-card ul{display:grid;gap:9px;margin:0;padding:0;list-style:none;color:#475569;font-size:14px;line-height:1.55}.docs-card li:before{content:"•";margin-right:8px;color:#10b981;font-weight:900}.round-arrow{display:grid;width:42px;height:42px;place-items:center;align-self:end;border:1px solid rgba(16,185,129,.2);border-radius:50%;background:#ffffffc2;color:#059669}.docs-card.is-featured{border-color:#10b9816b}.faq-layout,.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:20px}.faq-list{display:grid;gap:14px}.faq-item{overflow:hidden}.faq-item>button{display:flex;width:100%;min-height:92px;align-items:center;justify-content:space-between;gap:20px;border:0;background:transparent;padding:18px 28px;cursor:pointer}.faq-question-label{display:inline-flex;align-items:center;gap:20px;color:#0f172a;font-size:24px;font-weight:900}.faq-item b{display:grid;width:42px;height:42px;flex:none;place-items:center;border:1px solid rgba(16,185,129,.18);border-radius:50%;color:#0f172a;font-size:24px}.faq-item p{margin:-6px 28px 24px 106px;color:#475569;line-height:1.75}.faq-item.is-open{border-color:#10b98161}.faq-action-card{display:grid;align-content:center;gap:18px;padding:34px}.faq-action-visual img{width:100%;max-height:210px;object-fit:contain}.privacy-tip{display:grid;grid-template-columns:82px minmax(0,1fr) auto;gap:20px;align-items:center;padding:24px 32px}.privacy-tip>button{background:transparent;color:#059669;font-weight:850}.settings-provider-panel{padding:30px}.panel-title-row{display:flex;gap:14px;align-items:center;margin-bottom:18px}.panel-title-row h2,.panel-title-row h3{margin:0}.provider-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.provider-option{display:grid;grid-template-columns:48px minmax(0,1fr) 28px;gap:16px;align-items:center;min-height:92px;padding:18px;border:1px solid rgba(148,163,184,.24);border-radius:14px;background:#ffffffc7;text-align:left;cursor:pointer}.provider-option.is-active{border-color:#10b981;background:#dff8ecb3}.provider-logo{display:flex;align-items:center;justify-content:center}.provider-copy{display:grid;gap:5px}.provider-copy strong{color:#0f172a;font-size:18px}.provider-copy em{color:#64748b;font-size:14px;font-style:normal}.provider-check{display:grid;width:26px;height:26px;place-items:center;border:1px solid rgba(148,163,184,.35);border-radius:50%}.provider-option.is-active .provider-check{border-color:#10b981;background:#10b981}.provider-option.is-active .provider-check:after{content:"";width:8px;height:12px;border-right:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(45deg) translate(-1px,-1px)}.settings-form-preview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}.settings-form-preview label{display:grid;gap:8px;color:#334155;font-size:14px;font-weight:800}.settings-form-preview label.full{grid-column:1 / -1}.settings-form-preview span{min-height:44px;padding:12px 14px;border:1px solid rgba(148,163,184,.24);border-radius:12px;background:#fff;color:#475569;font-weight:650}.settings-side{display:grid;gap:14px}.note-card,.test-card{padding:24px}.test-card{display:grid;gap:18px}@media(max-width:1180px){.showcase-nav,.showcase-app .page{width:min(100% - 36px,980px)}.showcase-nav{grid-template-columns:1fr;height:auto;gap:12px;padding:16px;border-radius:24px}.showcase-nav-links{justify-content:flex-start;overflow-x:auto;padding-bottom:2px}.showcase-cta{justify-self:start}.display-hero{min-height:430px}.hero-full-image{object-position:60% center}.hero-copy{width:58%;padding-left:38px}.step-section,.jd-workbench-grid,.home-outcome-grid,.assurance-note-grid,.four-grid,.capability-grid,.docs-grid,.flow-line,.home-assurance-strip,.report-layout,.faq-layout,.settings-layout{grid-template-columns:1fr}.step-card{border-right:0;border-bottom:1px solid rgba(15,118,110,.1)}.provider-row{grid-template-columns:1fr}}@media(max-width:720px){.showcase-app{padding-top:14px}.showcase-nav,.showcase-app .page{width:min(100% - 24px,640px)}.showcase-brand-name{font-size:20px}.display-hero{min-height:520px}.hero-full-image{object-position:68% center;opacity:.72}.hero-copy{width:100%;padding:34px 24px;justify-content:flex-start}.hero-copy h1,.display-hero-report .hero-copy h1,.display-hero-docs .hero-copy h1,.display-hero-settings .hero-copy h1,.display-hero-faq .hero-copy h1{font-size:38px}.button{width:100%}.step-card,.jd-tool-card,.home-outcome-card,.assurance-lead,.privacy-tip,.settings-form-preview,.meta-row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.silk-ribbon,.home-hero-deck-card,.deck-panel{animation:none}}.app-shell{background:radial-gradient(circle at 8% 0%,rgba(16,185,129,.06),transparent 30rem),radial-gradient(circle at 92% 10%,rgba(16,185,129,.05),transparent 34rem),linear-gradient(180deg,#fff 0,#f7faf9 170px,#f4f8f7)}.top-nav{grid-template-columns:340px minmax(0,1fr) 340px;height:76px;padding:0 38px;border-bottom-color:#cbd8d3bd;background:#fffffff0;box-shadow:0 1px #0f172a09}.logo{font-size:25px;font-weight:900}.logo-mark{width:42px;height:42px}.primary-nav{height:76px;gap:18px}.nav-link{height:58px;min-width:118px;justify-content:center;border-radius:8px;color:#18223a;font-size:16px;font-weight:850}.nav-link.is-active{border-color:#10b98114;background:#effbf6;color:var(--primary-dark)}.save-status,.icon-button,.user-chip span{border-color:#cbd8d3e6}.sub-tabs{top:76px;height:66px;gap:clamp(34px,6vw,78px);padding:0 46px;border-bottom-color:#cbd8d3bd;background:#ffffffeb}.sub-tab{position:relative;height:66px;padding:0 2px;border:0;border-radius:0;color:#25304d;font-size:16px;font-weight:840}.sub-tab:after{position:absolute;right:0;bottom:-1px;left:0;height:4px;border-radius:999px 999px 0 0;background:transparent;content:""}.sub-tab:hover,.sub-tab.is-active{background:transparent;color:var(--primary-dark)}.sub-tab.is-active:after{background:var(--primary)}.main-content{width:min(calc(100% - 64px),1840px);padding:24px 0 72px}.card{border-color:#cbd8d3d1;border-radius:16px;box-shadow:0 14px 36px #0f172a0e}.workspace-card,.side-card,.form-card,.analysis-card,.plan-card,.question-queue,.current-question-card{padding:28px}.jd-input-grid{grid-template-columns:minmax(0,1fr) 540px;gap:30px}.workspace-card{min-height:790px;padding:30px 34px}.section-title h1,.page-header h1,.question-panel h1,.report-body h1{color:#10192f;font-size:30px;font-weight:920}.section-title p,.page-header p,.card-heading p,.form-card p,.summary-card p,.side-card p,.question-panel p{color:#66728a}.soft-icon{width:50px;height:50px;border-radius:14px;background:#e8f8f1;color:var(--primary-dark)}.numbered-section{margin:24px 0 14px}.numbered-section b{width:30px;height:30px;font-size:15px}.input-mode-grid,.form-grid,.metric-grid,.analysis-grid,.day-grid,.overview-grid{gap:20px}.mode-card{min-height:100px;padding:18px 20px;border-radius:10px}.mode-card span{width:48px;height:48px}.mode-card.is-selected{border-color:var(--primary);background:linear-gradient(180deg,#ecfdf5e0,#fff)}.textarea-wrap textarea{min-height:154px}.field input,.field select{height:46px;border-radius:9px}.bottom-action-bar,.page-actions{border-radius:12px}.bottom-action-bar{padding:16px 18px}.btn{min-height:48px;border-radius:10px;font-size:15px}.btn-primary{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 16px 34px #05966938}.side-stack{align-content:start;gap:18px}.obtain-card{margin-bottom:14px;padding:22px;border-radius:14px;background:#fff}.obtain-card>svg{margin-top:2px}.chip-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.chip-row span,.mini-path span{display:inline-flex;min-height:26px;align-items:center;padding:0 10px;border-radius:8px;background:#e5f7ef;color:var(--primary-dark);font-size:12px;font-weight:820}.mini-requirements{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:16px;margin-top:14px}.mini-requirements .circular-progress{width:82px;height:82px}.mini-requirements .circular-progress>div{width:60px;height:60px}.mini-requirements .circular-progress strong{font-size:17px}.mini-requirements .circular-progress span{font-size:10px}.mini-requirements>div:last-child,.mini-skill-bars{display:grid;gap:8px}.mini-requirements>div:last-child span{color:#475569;font-size:13px;font-weight:760}.mini-skill-bars{margin-top:14px}.mini-skill-bars>span{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:12px;color:#25304d;font-size:13px;font-weight:820}.mini-skill-bars .progress-bar{height:7px}.mini-path{position:relative;display:flex;justify-content:space-between;gap:10px;margin-top:18px}.mini-path:before{position:absolute;top:13px;right:24px;left:24px;height:1px;background:linear-gradient(90deg,#10b9812e,#10b98180,#10b9812e);content:""}.mini-path span{position:relative;justify-content:center;min-width:58px}.page-header.compact-header{align-items:center;padding:24px 28px;border:1px solid rgba(203,216,211,.82);border-radius:16px;background:#fffffff0;box-shadow:0 14px 36px #0f172a0b}.profile-layout{grid-template-columns:minmax(0,1fr) 430px;gap:22px}.profile-main{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:20px}.profile-main>.form-card{min-height:340px}.profile-main>.skill-card{grid-column:1 / -1}.skill-card{grid-template-columns:250px minmax(0,1fr) 300px}.center-card{min-height:154px}.questions-layout{grid-template-columns:360px minmax(0,1fr) 420px;gap:24px}.question-queue{min-height:820px}.queue-item{min-height:52px;padding:0 10px}.current-question-card{min-height:820px}.ai-tip,.reason-box,.skill-card aside{border:1px solid rgba(203,216,211,.62);background:linear-gradient(180deg,#f8fffc,#f3faf7)}.answer-options{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.answer-option{min-height:54px;border-radius:999px}.metric-grid.four{gap:22px}.metric-card{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;min-height:158px;padding:24px 28px}.metric-card svg{grid-row:span 2;width:74px;height:74px;padding:20px;border-radius:50%;background:#e8f8f1;color:var(--primary-dark)}.metric-card span{margin:0 0 6px;color:#25304d;font-weight:850}.metric-card strong{color:var(--primary-dark);font-size:34px;line-height:1.05}.match-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr) 430px;gap:22px}.match-main{display:contents}.match-main>.analysis-card,.match-main>.plan-card,.match-layout>.side-stack{min-height:610px}.analysis-grid{grid-template-columns:minmax(0,1fr)}.plan-card .day-grid{grid-template-columns:1fr;gap:10px}.plan-card .day-card{display:grid;grid-template-columns:70px minmax(0,1fr) auto;align-items:center;min-height:58px;padding:12px 14px}.plan-card .day-card strong,.plan-card .day-card p,.plan-card .day-card em{margin:0}.plan-card .day-card em{justify-self:end;padding:4px 10px;border-radius:999px;background:#e8f8f1;color:var(--primary-dark);font-weight:820}.action-dock{grid-template-columns:repeat(4,minmax(0,1fr)) minmax(260px,.9fr);gap:14px}.action-dock>.btn:last-child{min-height:58px}@media(max-width:1400px){.top-nav{grid-template-columns:280px minmax(0,1fr) 300px;padding:0 28px}.main-content{width:min(calc(100% - 48px),1280px)}.jd-input-grid,.profile-layout,.questions-layout,.match-layout{grid-template-columns:1fr}.profile-main{grid-template-columns:repeat(2,minmax(0,1fr))}.match-main{display:grid;gap:18px}.match-layout>.side-stack,.question-queue,.current-question-card{min-height:auto}}@media(max-width:900px){.top-nav{grid-template-columns:1fr;height:auto;gap:12px;padding:14px 18px}.primary-nav,.nav-actions{justify-content:flex-start;overflow-x:auto}.sub-tabs{position:sticky;top:158px;gap:26px;overflow-x:auto;padding:0 18px}.main-content{width:min(calc(100% - 28px),760px);padding-top:20px}.profile-main,.form-grid.two,.form-grid.three,.metric-grid.four,.answer-options,.action-dock,.skill-card,.plan-card .day-card{grid-template-columns:1fr}.plan-card .day-card em{justify-self:start}}@media(max-width:560px){.logo{font-size:21px}.nav-link{min-width:max-content;height:40px;padding:0 14px}.sub-tabs{top:164px;height:56px}.sub-tab{height:56px;font-size:14px}.workspace-card,.side-card,.form-card,.analysis-card,.plan-card,.question-queue,.current-question-card{padding:22px}.workspace-card{min-height:auto}.mode-card,.obtain-card,.mini-requirements,.mini-skill-bars>span,.metric-card{grid-template-columns:1fr}.bottom-action-bar,.page-header.compact-header{align-items:stretch;flex-direction:column}}.auth-page{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(560px,.92fr);align-items:center;gap:clamp(36px,5vw,86px);padding:clamp(38px,5vw,70px) clamp(56px,6.4vw,106px);overflow:hidden;background:#f5fbf8 url(/assets/account/auth-bg.png) center / cover no-repeat}.auth-brand-panel{display:grid;grid-template-rows:auto minmax(0,auto) auto;align-content:start;gap:clamp(54px,7vh,112px);min-height:auto;padding:0;overflow:visible;border:0;background:transparent}.auth-brand-panel:before{display:none}.auth-logo-link .logo{font-size:35px;font-weight:950}.auth-logo-link .logo-mark{width:56px;height:56px}.auth-brand-copy{max-width:780px}.auth-brand-copy span,.auth-card-heading span,.account-header span{color:#059669;font-size:17px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.auth-brand-copy h1{max-width:15.5ch;margin:28px 0 22px;color:#111827;font-size:clamp(58px,4.8vw,78px);font-weight:950;line-height:1.08;letter-spacing:0}.auth-brand-copy h1 span{color:#10b981;font-size:inherit;font-weight:inherit;line-height:inherit;letter-spacing:0;text-transform:none}.auth-brand-copy p{max-width:720px;color:#5d6b82;font-size:23px;font-weight:560;line-height:1.75}.auth-product-preview{display:none}.auth-highlight-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;width:min(100%,780px)}.auth-highlight{grid-template-columns:64px minmax(0,1fr);align-items:start;min-height:142px;gap:22px;padding:30px 32px;border:1px solid rgba(209,232,223,.82);border-radius:16px;background:#ffffffb8;box-shadow:0 22px 58px #0f172a12,inset 0 1px #fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.auth-highlight svg{width:40px;height:40px;color:#10b981}.auth-highlight b{margin-bottom:8px;color:#10192f;font-size:21px}.auth-highlight p{color:#5d6b82;font-size:17px;line-height:1.75}.auth-form-panel{min-height:auto;padding:0;overflow:visible;background:transparent}.auth-form-panel:before{display:none}.auth-card{width:min(100%,650px);gap:26px;padding:58px 60px;border:1px solid rgba(209,232,223,.9);border-radius:26px;background:#ffffffb8;box-shadow:0 34px 90px #0f172a21,inset 0 1px #ffffffd1;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.auth-card:before{display:none}.auth-card-heading h2{margin:16px 0 10px;color:#10192f;font-size:40px;font-weight:950}.auth-card-heading p,.auth-switch,.form-message{color:#65738b;font-size:18px}.auth-card .field{gap:12px;color:#25304d;font-size:17px;font-weight:850}.auth-card .field span{color:#25304d;font-size:17px}.auth-card input{min-height:68px;padding:0 22px;border-color:#cbd8d3eb;border-radius:14px;background:#ffffffdb;box-shadow:0 12px 26px #0f172a0b;font-size:17px}.auth-card input::placeholder{color:#9aa8b7}.auth-row{margin-top:2px;font-size:17px}.checkbox-line input{width:22px;height:22px}.auth-row a,.auth-switch a{color:#059669}.auth-card .btn-primary{min-height:72px;border-radius:14px;font-size:22px;box-shadow:0 24px 42px #0596693d}.auth-switch{font-size:18px}.main-content:has(.account-page){width:100%;max-width:none;padding:0}.app-shell:has(.account-page){background:#f5fbf8}.account-page{min-height:calc(100dvh - 76px);display:grid;gap:18px;align-content:start;padding:46px clamp(54px,5.5vw,104px) 54px;background:#f5fbf8 url(/assets/account/account-bg.png) center / cover no-repeat}.account-hero{display:block;max-width:900px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.account-header{display:block}.account-header h1{margin:14px 0 12px;color:#111827;font-size:clamp(44px,4vw,62px);font-weight:950;line-height:1.04}.account-header p{color:#5d6b82;font-size:21px;line-height:1.6}.account-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;width:min(100%,1700px);margin-top:18px;padding:30px;border:1px solid rgba(209,232,223,.88);border-radius:28px;background:#ffffff85;box-shadow:0 24px 70px #0f172a14,inset 0 1px #ffffffc7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.account-info-card{grid-template-columns:88px minmax(0,1fr);align-items:center;min-height:154px;gap:26px;padding:28px 34px;border:1px solid rgba(209,232,223,.92);border-radius:20px;background:#ffffffb3;box-shadow:0 20px 50px #0f172a12}.account-info-icon{display:grid;width:70px;height:70px;place-items:center;border-radius:50%;background:#ddf7eb;color:#059669;box-shadow:0 14px 28px #05966929,inset 0 1px #ffffffd1}.account-info-card span:not(.account-info-icon){color:#65738b;font-size:17px;font-weight:780}.account-info-card strong{display:block;margin:10px 0 8px;color:#111827;font-size:28px;font-weight:950}.account-info-card p,.security-row p,.account-note-card p{color:#65738b;font-size:17px;line-height:1.6}.security-list-card{width:min(100%,1700px);gap:0;margin-top:0;padding:32px 34px 30px;border:1px solid rgba(209,232,223,.9);border-radius:28px;background:#ffffff9e;box-shadow:0 24px 70px #0f172a14,inset 0 1px #ffffffd1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.security-list-card h2{margin:0 0 18px;color:#111827;font-size:28px;font-weight:950}.security-row{grid-template-columns:56px minmax(0,1fr) auto;gap:22px;min-height:94px;padding:20px 18px;border-top:1px solid rgba(203,216,211,.76)}.security-row:first-of-type{border-top:0}.security-row>svg{width:42px;height:42px;padding:10px;border-radius:50%;background:#e5f7ef;color:#059669}.security-row b{color:#111827;font-size:18px;font-weight:900}.security-row .btn{min-width:126px;min-height:48px;border-radius:16px}.state-pill{min-height:42px;padding:0 18px;border-radius:16px;font-size:16px}.account-note-card{display:grid;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:24px;width:min(100%,1120px);min-height:112px;padding:24px 34px;border:1px solid rgba(209,232,223,.9);border-radius:24px;background:#ffffff9e;box-shadow:0 20px 56px #0f172a12,inset 0 1px #ffffffd1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.account-note-card b{display:block;margin-bottom:6px;color:#111827;font-size:19px;font-weight:900}@media(max-width:1180px){.auth-page{grid-template-columns:1fr;padding:32px 22px}.auth-brand-panel{gap:34px}.auth-brand-copy h1{max-width:12ch;font-size:clamp(42px,10vw,64px)}.auth-brand-copy p{font-size:18px}.auth-card{width:min(100%,620px);padding:38px 28px}.account-grid{grid-template-columns:1fr}}@media(max-width:720px){.auth-highlight-grid{grid-template-columns:1fr}.auth-highlight{grid-template-columns:48px minmax(0,1fr);padding:22px}.auth-card input,.auth-card .btn-primary{min-height:58px}.account-page{padding:28px 16px 36px}.account-header h1{font-size:40px}.account-header p{font-size:17px}.account-grid,.security-list-card,.account-note-card{padding:18px;border-radius:20px}.account-info-card,.security-row,.account-note-card{grid-template-columns:1fr}.security-row .btn,.security-row .state-pill{width:100%}}.app-shell:has(.jd-input-grid){background:radial-gradient(circle at 12% 4%,rgba(16,185,129,.13),transparent 28rem),radial-gradient(circle at 90% 18%,rgba(20,184,166,.16),transparent 34rem),linear-gradient(135deg,#fffffff5 0,#fffffff5 32%,#ebf9f4eb 32%,#ebf9f4eb 64%,#f8fcfafa 64%,#f8fcfafa)}.app-shell:has(.jd-input-grid):before{position:fixed;top:142px;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(rgba(16,185,129,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(16,185,129,.04) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.82),transparent 72%);mask-image:linear-gradient(180deg,rgba(0,0,0,.82),transparent 72%);content:""}.app-shell:has(.jd-input-grid) .top-nav,.app-shell:has(.jd-input-grid) .sub-tabs{background:#ffffffdb;-webkit-backdrop-filter:blur(22px) saturate(1.18);backdrop-filter:blur(22px) saturate(1.18)}.app-shell:has(.jd-input-grid) .logo span:before{content:"择路 "}.main-content:has(.jd-input-grid){position:relative;z-index:1;width:min(calc(100% - 76px),1840px);padding-top:24px}.main-content:has(.jd-input-grid):before{position:absolute;z-index:-1;top:8px;right:-22px;width:min(44vw,720px);height:min(44vw,720px);border:1px solid rgba(16,185,129,.12);border-radius:50%;background:radial-gradient(circle at 58% 38%,rgba(255,255,255,.82),rgba(187,247,208,.16) 42%,transparent 72%);box-shadow:inset 0 0 46px #ffffffeb;content:""}.jd-input-grid{grid-template-columns:minmax(760px,1fr) minmax(430px,560px);gap:30px}.jd-input-grid .workspace-card,.jd-input-grid .side-card{border:1px solid rgba(184,207,199,.78);background:linear-gradient(135deg,#fffffff5,#f9fffce6),#ffffffd1;box-shadow:0 26px 70px #0f172a14,inset 0 1px #fffffff5;-webkit-backdrop-filter:blur(20px) saturate(1.16);backdrop-filter:blur(20px) saturate(1.16)}.jd-input-grid .workspace-card{min-height:770px;padding:32px 36px 30px}.jd-input-grid .side-card{padding:30px 32px}.jd-input-grid .section-title{margin-bottom:26px}.jd-input-grid .section-title h1{font-size:32px;letter-spacing:0}.jd-input-grid .section-title.compact h2{font-size:24px}.jd-input-grid .soft-icon,.jd-input-grid .mode-card span{background:radial-gradient(circle at 32% 28%,rgba(255,255,255,.9),transparent 32%),linear-gradient(135deg,#d1fae5e0,#f0fdfac7);box-shadow:0 12px 30px #0596691f,inset 0 1px #fffffff0}.jd-input-grid .numbered-section{margin:26px 0 14px}.jd-input-grid .numbered-section b{box-shadow:0 10px 22px #10b9811f}.jd-input-grid .mode-card{grid-template-columns:60px minmax(0,1fr);min-height:106px;border-color:#cbd8d3d1;background:#ffffffc7;box-shadow:inset 0 1px #ffffffe0}.jd-input-grid .mode-card.is-selected{border-color:#10b981c7;background:linear-gradient(135deg,#ecfdf5f2,#ffffffe6);box-shadow:0 16px 36px #10b9811c,inset 0 1px #fffffff5}.jd-input-grid .textarea-wrap textarea,.jd-input-grid .field input{border-color:#c7d6d0eb;background:#ffffffdb;box-shadow:inset 0 1px #ffffffeb}.jd-input-grid .bottom-action-bar{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.38fr);align-items:center;gap:18px;margin-top:20px;padding:16px 20px;border:1px solid rgba(203,216,211,.82);background:linear-gradient(135deg,#fffffff0,#f8fffce6)}.jd-input-grid .bottom-action-bar>span{color:#506079;font-weight:760}.jd-input-grid .action-stack{display:grid;justify-items:stretch;gap:6px}.jd-input-grid .action-stack .btn{width:100%;min-height:56px;font-size:16px;font-weight:900}.jd-input-grid .action-stack small{color:#7b8799;font-size:12px;font-weight:760;text-align:center}.jd-input-grid .obtain-card{grid-template-columns:58px minmax(0,1fr);min-height:142px;margin-bottom:16px;padding:22px;border:1px solid rgba(203,216,211,.72);background:#ffffffbd;box-shadow:inset 0 1px #ffffffe0}.jd-input-grid .obtain-card>svg{width:44px;height:44px;padding:10px;border-radius:14px;background:#ecfdf5e0;color:var(--primary)}.jd-input-grid .chip-row{gap:9px}.jd-input-grid .chip-row span,.jd-input-grid .mini-path span{min-height:28px;border:1px solid rgba(16,185,129,.08);background:#d1fae5c2}.jd-input-grid .mini-requirements{grid-template-columns:96px minmax(0,1fr)}.jd-input-grid .mini-requirements>div:last-child span{position:relative;padding-left:18px;color:#344154}.jd-input-grid .mini-requirements>div:last-child span:before{position:absolute;top:50%;left:0;width:7px;height:7px;border-radius:50%;background:var(--primary);transform:translateY(-50%);content:""}.jd-input-grid .mini-requirements>div:last-child span:nth-child(2):before{background:#3b82f6}.jd-input-grid .mini-requirements>div:last-child span:nth-child(3):before{background:#60a5fa}.jd-input-grid .mini-skill-bars{gap:10px}.jd-input-grid .mini-skill-bars>span{grid-template-columns:96px minmax(0,1fr) 70px;gap:12px}.jd-input-grid .mini-skill-bars em{color:#0f9f74;font-size:12px;font-style:normal;font-weight:850;text-align:right}.jd-input-grid .mini-skill-bars>span:nth-child(2) em{color:#d97706}.jd-input-grid .mini-skill-bars>span:nth-child(n+3) em{color:#f97316}.jd-input-grid .mini-path{padding:0 8px}.jd-input-grid .info-strip{min-height:44px;border:1px solid rgba(203,216,211,.55);background:linear-gradient(90deg,#f1f5f9c7,#ecfdf5bd);color:#5d6a7f}@media(max-width:1400px){.jd-input-grid{grid-template-columns:1fr}.main-content:has(.jd-input-grid):before{right:-180px}}@media(max-width:720px){.app-shell:has(.jd-input-grid) .logo span:before{content:""}.main-content:has(.jd-input-grid){width:min(calc(100% - 28px),760px)}.main-content:has(.jd-input-grid):before{display:none}.jd-input-grid .workspace-card,.jd-input-grid .side-card{padding:22px}.jd-input-grid .section-title h1{font-size:28px}.jd-input-grid .bottom-action-bar,.jd-input-grid .obtain-card,.jd-input-grid .mini-requirements,.jd-input-grid .mini-skill-bars>span{grid-template-columns:1fr}.jd-input-grid .mini-skill-bars em{text-align:left}}.app-shell:has(.profile-layout),.app-shell:has(.questions-layout),.app-shell:has(.match-layout){background:radial-gradient(circle at 12% 4%,rgba(16,185,129,.12),transparent 28rem),radial-gradient(circle at 88% 18%,rgba(20,184,166,.15),transparent 34rem),linear-gradient(135deg,#fffffff5 0,#fffffff5 32%,#ebf9f4eb 32%,#ebf9f4eb 64%,#f8fcfafa 64%,#f8fcfafa)}.app-shell:has(.profile-layout):before,.app-shell:has(.questions-layout):before,.app-shell:has(.match-layout):before{position:fixed;top:142px;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(rgba(16,185,129,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(16,185,129,.04) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.82),transparent 72%);mask-image:linear-gradient(180deg,rgba(0,0,0,.82),transparent 72%);content:""}.app-shell:has(.profile-layout) .top-nav,.app-shell:has(.questions-layout) .top-nav,.app-shell:has(.match-layout) .top-nav,.app-shell:has(.profile-layout) .sub-tabs,.app-shell:has(.questions-layout) .sub-tabs,.app-shell:has(.match-layout) .sub-tabs{background:#ffffffdb;-webkit-backdrop-filter:blur(22px) saturate(1.18);backdrop-filter:blur(22px) saturate(1.18)}.app-shell:has(.profile-layout) .logo span:before,.app-shell:has(.questions-layout) .logo span:before,.app-shell:has(.match-layout) .logo span:before{content:"择路 "}.main-content:has(.profile-layout),.main-content:has(.questions-layout),.main-content:has(.match-layout){position:relative;z-index:1;width:min(calc(100% - 76px),1840px);padding-top:24px}.main-content:has(.profile-layout):before,.main-content:has(.questions-layout):before,.main-content:has(.match-layout):before{position:absolute;z-index:-1;top:8px;right:-22px;width:min(44vw,720px);height:min(44vw,720px);border:1px solid rgba(16,185,129,.12);border-radius:50%;background:radial-gradient(circle at 58% 38%,rgba(255,255,255,.82),rgba(187,247,208,.16) 42%,transparent 72%);box-shadow:inset 0 0 46px #ffffffeb;content:""}.main-content:has(.profile-layout) .page-header.compact-header,.main-content:has(.match-layout) .page-header.compact-header,.main-content:has(.profile-layout) .form-card,.main-content:has(.profile-layout) .side-card,.main-content:has(.questions-layout) .question-queue,.main-content:has(.questions-layout) .current-question-card,.main-content:has(.questions-layout) .side-card,.main-content:has(.match-layout) .metric-card,.main-content:has(.match-layout) .analysis-card,.main-content:has(.match-layout) .plan-card,.main-content:has(.match-layout) .side-card,.main-content:has(.match-layout) .action-dock{border:1px solid rgba(184,207,199,.78);background:linear-gradient(135deg,#fffffff5,#f9fffce6),#ffffffd1;box-shadow:0 24px 64px #0f172a13,inset 0 1px #fffffff5;-webkit-backdrop-filter:blur(20px) saturate(1.16);backdrop-filter:blur(20px) saturate(1.16)}.main-content:has(.profile-layout) .page-header.compact-header,.main-content:has(.match-layout) .page-header.compact-header{padding:26px 30px}.main-content:has(.profile-layout) .header-actions .btn{min-width:190px;min-height:58px;justify-content:flex-start;border-color:#cbd8d3c2;background:#ffffffc7;box-shadow:inset 0 1px #ffffffe0}.profile-layout{grid-template-columns:minmax(0,1fr) 430px;gap:24px}.profile-main{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.profile-main>.form-card{min-height:360px;padding:28px}.profile-main>.form-card>h2{display:inline-flex;align-items:center;gap:12px}.profile-main>.form-card>h2:before,.main-content:has(.profile-layout) .skill-card>div h2:before{display:none}.section-mini-icon{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:13px;background:linear-gradient(135deg,#d1fae5e6,#f0fdfad1);box-shadow:0 12px 28px #0596691a;color:var(--primary)}.main-content:has(.profile-layout) .field input,.main-content:has(.profile-layout) .field select,.main-content:has(.profile-layout) textarea{border-color:#c7d6d0eb;background:#ffffffdb}.main-content:has(.profile-layout) .skill-card{grid-column:1 / -1;grid-template-columns:250px minmax(0,1fr) 300px;align-items:stretch}.main-content:has(.profile-layout) .skill-card aside,.main-content:has(.questions-layout) .reason-box,.main-content:has(.match-layout) .overview-grid span,.main-content:has(.match-layout) .action-dock div{border:1px solid rgba(203,216,211,.55);background:linear-gradient(135deg,#f1f5f9c2,#ecfdf5a8)}.main-content:has(.profile-layout)>.page-flow>.page-actions{position:static;z-index:5;margin-top:0;padding:16px 18px;border:1px solid rgba(203,216,211,.74);border-radius:16px;background:#ffffffdb;box-shadow:0 16px 40px #0f172a0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.main-content:has(.profile-layout)>.page-flow>.page-actions .btn{min-width:230px}.questions-layout{grid-template-columns:minmax(260px,.85fr) minmax(520px,2fr) minmax(320px,1fr);gap:24px}.main-content:has(.questions-layout) .question-queue,.main-content:has(.questions-layout) .current-question-card{min-height:820px}.main-content:has(.questions-layout) .question-queue{padding:28px}.main-content:has(.questions-layout) .queue-item{min-height:58px;padding:0 12px;border-radius:14px}.main-content:has(.questions-layout) .queue-item.current{border-color:#10b98147;background:linear-gradient(135deg,#d1fae5db,#f0fdfad1);box-shadow:inset 0 1px #ffffffe6}.main-content:has(.questions-layout) .current-question-card{padding:28px}.main-content:has(.questions-layout) .ai-tip{align-items:center;min-height:58px;border:1px solid rgba(203,216,211,.58);background:linear-gradient(135deg,#ecfdf5e6,#ffffffad)}.main-content:has(.questions-layout) .question-panel{min-height:420px;padding:28px;border:1px solid rgba(203,216,211,.72);border-radius:16px;background:#ffffffb8;box-shadow:inset 0 1px #ffffffeb}.main-content:has(.questions-layout) .question-panel h1{max-width:18ch;font-size:30px}.main-content:has(.questions-layout) .answer-options{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.main-content:has(.questions-layout) .answer-option{min-height:56px;border-radius:999px;background:#ffffffdb}.main-content:has(.questions-layout) .current-question-card>.bottom-action-bar{display:grid;grid-template-columns:minmax(0,1fr) minmax(170px,.32fr) minmax(220px,.42fr);align-items:center;gap:16px;margin-top:24px;padding:18px;border:0;background:transparent}.main-content:has(.questions-layout) .current-question-card>.bottom-action-bar .btn{min-height:54px}.main-content:has(.questions-layout) .side-card{padding:26px 28px}.main-content:has(.questions-layout) .metric-line strong{color:var(--primary);font-size:34px}.main-content:has(.questions-layout) .tip-card{background:linear-gradient(135deg,#ecfdf5f2,#ffffffc7)}.main-content:has(.match-layout) .metric-grid.four{gap:22px}.main-content:has(.match-layout) .metric-card{grid-template-columns:92px minmax(0,1fr);min-height:168px;align-items:center;padding:26px 30px}.main-content:has(.match-layout) .metric-card svg{grid-row:span 2;width:76px;height:76px;padding:20px;border-radius:50%;background:linear-gradient(135deg,#d1fae5e6,#f0fdfacc)}.main-content:has(.match-layout) .metric-card strong{color:var(--primary-dark);font-size:34px;line-height:1.05}.match-layout{grid-template-columns:minmax(0,1.1fr) minmax(360px,.8fr);gap:24px}.main-content:has(.match-layout) .match-main{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(430px,.9fr);gap:24px}.main-content:has(.match-layout) .match-layout .analysis-card,.main-content:has(.match-layout) .match-layout .plan-card,.main-content:has(.match-layout) .match-layout>.side-stack{min-height:610px}.main-content:has(.match-layout)>.page-flow>.analysis-card{min-height:auto}.main-content:has(.match-layout) .analysis-grid{grid-template-columns:46% minmax(0,1fr)}.main-content:has(.match-layout) .plan-card .day-grid{grid-template-columns:1fr;gap:10px}.main-content:has(.match-layout) .plan-card .day-card{display:grid;grid-template-columns:74px minmax(0,1fr) auto;min-height:62px;align-items:center;padding:12px 16px;background:#ffffffb3}.main-content:has(.match-layout) .plan-card .day-card strong,.main-content:has(.match-layout) .plan-card .day-card p,.main-content:has(.match-layout) .plan-card .day-card em{margin:0}.main-content:has(.match-layout) .plan-card .day-card em{justify-self:end;padding:5px 11px;border-radius:999px;background:#d1fae5d1;color:var(--primary-dark)}.main-content:has(.match-layout) .action-dock{grid-template-columns:repeat(4,minmax(0,1fr)) minmax(260px,.9fr);gap:14px;padding:18px}.main-content:has(.match-layout) .action-dock>.btn:last-child{min-height:58px}@media(max-width:1500px){.profile-layout,.questions-layout,.match-layout,.main-content:has(.match-layout) .match-main{grid-template-columns:1fr}.profile-main{grid-template-columns:repeat(3,minmax(0,1fr))}.main-content:has(.questions-layout) .question-queue,.main-content:has(.questions-layout) .current-question-card,.main-content:has(.match-layout) .analysis-card,.main-content:has(.match-layout) .plan-card,.main-content:has(.match-layout) .match-layout>.side-stack{min-height:auto}.main-content:has(.questions-layout) .answer-options{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px){.profile-layout,.profile-main{grid-template-columns:1fr}.main-content:has(.profile-layout) .skill-card,.main-content:has(.match-layout) .metric-grid.four{grid-template-columns:1fr}.main-content:has(.profile-layout):before,.main-content:has(.questions-layout):before,.main-content:has(.match-layout):before{right:-180px}}@media(max-width:720px){.app-shell:has(.profile-layout) .logo span:before,.app-shell:has(.questions-layout) .logo span:before,.app-shell:has(.match-layout) .logo span:before{content:""}.main-content:has(.profile-layout),.main-content:has(.questions-layout),.main-content:has(.match-layout){width:min(calc(100% - 28px),760px)}.main-content:has(.profile-layout):before,.main-content:has(.questions-layout):before,.main-content:has(.match-layout):before{display:none}.main-content:has(.profile-layout) .page-header.compact-header,.main-content:has(.match-layout) .page-header.compact-header,.main-content:has(.profile-layout) .form-card,.main-content:has(.profile-layout) .side-card,.main-content:has(.questions-layout) .question-queue,.main-content:has(.questions-layout) .current-question-card,.main-content:has(.questions-layout) .side-card,.main-content:has(.match-layout) .metric-card,.main-content:has(.match-layout) .analysis-card,.main-content:has(.match-layout) .plan-card,.main-content:has(.match-layout) .side-card,.main-content:has(.match-layout) .action-dock{padding:22px}.main-content:has(.profile-layout) .header-actions .btn,.main-content:has(.profile-layout)>.page-flow>.page-actions .btn{width:100%;min-width:0}.main-content:has(.questions-layout) .question-panel{padding:20px}.main-content:has(.questions-layout) .question-panel h1{max-width:none;font-size:25px}.main-content:has(.questions-layout) .answer-options,.main-content:has(.questions-layout) .current-question-card>.bottom-action-bar,.main-content:has(.match-layout) .analysis-grid,.main-content:has(.match-layout) .plan-card .day-card,.main-content:has(.match-layout) .action-dock{grid-template-columns:1fr}.main-content:has(.match-layout) .plan-card .day-card em{justify-self:start}}
