:root{--navy-900: #0f172a;--navy-800: #0f172a;--navy-700: #1e293b;--blue-600: #2563eb;--blue-500: #3b82f6;--blue-400: #93c5fd;--pink-500: #2563eb;--pink-400: #60a5fa;--purple-600: #7c3aed;--green-600: #34d399;--gradient-primary: linear-gradient(120deg, rgba(37, 99, 235, .1) 0%, rgba(124, 58, 237, .1) 50%, rgba(37, 99, 235, .08) 100%);--gradient-cta: linear-gradient(135deg, var(--pink-500) 0%, var(--purple-600) 100%);--color-bg: #f8fafc;--color-bg-mesh: var(--color-bg);--color-surface: #f5f7fc;--color-surface-strong: #ffffff;--color-border: #e7ebf5;--color-text: #0f172a;--color-text-muted: #64748b;--shadow-card: 0 8px 28px rgba(15, 23, 42, .07);--shadow-elevated: 0 20px 50px rgba(15, 23, 42, .16);--radius-lg: 16px;--radius-md: 12px;--radius-btn: 999px;--glass-blur: none;--site-blue: #2563eb;--site-purple: #7c3aed;--site-bg: #f8fafc;--site-text: #0f172a;--site-text-muted: #64748b;--site-border: #e2e8f0;--site-navbar-height: 64px}html,body,#root{height:100%}.app-shell{display:flex;flex-direction:column;height:calc(100vh - var(--site-navbar-height));margin-top:var(--site-navbar-height);padding:20px 28px;gap:24px;background:var(--color-bg-mesh);background-attachment:fixed;overflow:hidden}.back-to-home-btn{flex-shrink:0;padding:6px 14px;font-size:12px;font-weight:600;color:var(--color-text-muted);background:#fff;border:1px solid var(--color-border);border-radius:999px;cursor:pointer;white-space:nowrap}.back-to-home-btn:hover{color:var(--blue-600);border-color:var(--blue-600)}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-shrink:0;min-width:0;padding:14px 24px;border-radius:var(--radius-lg);background:var(--gradient-primary),var(--color-surface-strong);background-blend-mode:overlay;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);box-shadow:var(--shadow-card)}.topbar-left{display:flex;align-items:center;gap:28px;min-width:0}.topbar-title{margin:0;flex-shrink:0;font-size:19px;font-weight:700;letter-spacing:.2px;background:var(--gradient-cta);-webkit-background-clip:text;background-clip:text;color:transparent}.topbar-right{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;gap:10px;flex-shrink:0}.topbar-icon-btn{padding:8px 14px;font-size:13px;font-weight:600;color:var(--navy-800);background:#ffffff8c;border:1px solid rgba(255,255,255,.8);border-radius:999px;cursor:pointer;white-space:nowrap}.topbar-icon-btn:hover{background:#ffffffd9}.config-pill-group{display:flex;gap:4px;padding:4px;border-radius:999px;background:#f1f5f9;flex-shrink:0}.config-pill{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;font-size:13px;font-weight:600;color:var(--color-text-muted);background:#fff;border:1px solid var(--color-border);border-radius:999px;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}.config-pill:hover{color:var(--color-text);border-color:#cbd5e1}.config-pill-active,.config-pill-active:hover{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-color:transparent}.optimizer-config-modal{width:100%;max-width:460px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:28px 28px 24px;text-align:center;background:#fff;border-radius:20px;box-shadow:0 24px 60px #0f172a40}.optimizer-config-modal-group{width:100%;margin-top:14px}.optimizer-config-modal-label{margin:0 0 8px;font-size:12.5px;font-weight:700;color:var(--color-text-muted);text-align:left}.optimizer-config-modal-group .config-pill-group{width:100%;box-sizing:border-box;justify-content:center}.optimizer-config-modal-confirm{width:100%;margin-top:20px}.optimizer-config-modal-hint{margin:10px 0 0;font-size:12px;color:var(--color-text-muted);opacity:.8}.steps-compact{display:flex;align-items:center;min-width:0;flex-shrink:1}.step-wrap{display:flex;align-items:center}.step-wrap:last-child .step-connector{display:none}.step{display:flex;align-items:center;gap:6px;flex-shrink:0;padding:4px 10px 4px 4px;border-radius:var(--radius-btn);transition:background .25s}.step-active{background:#ffffff8c}.step-connector{width:34px;height:3px;margin:0 8px;background:#64748b40;border-radius:4px;transition:background .3s}.step-connector-done{background:var(--green-600)}.step-number{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border-radius:50%;background:#64748b2e;color:var(--color-text-muted);font-size:11px;font-weight:700;transition:background .25s,color .25s,transform .25s}.step-active .step-number{background:var(--gradient-cta);color:#fff;transform:scale(1.1);animation:step-pulse 1.6s ease-out infinite}.step-done .step-number{background:var(--green-600);color:#fff}@keyframes step-pulse{0%{box-shadow:0 0 #2563eb73}70%{box-shadow:0 0 0 8px #2563eb00}to{box-shadow:0 0 #2563eb00}}.step-label{font-weight:600;font-size:12px;color:var(--color-text-muted);white-space:nowrap;padding-bottom:2px;border-bottom:2px solid transparent;transition:color .25s,border-color .25s}.step-active .step-label{color:var(--color-text);border-bottom-color:var(--purple-600)}.step-done .step-label{color:var(--green-600);font-weight:700}.workspace{flex:1;min-height:0;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:36px}.workspace-card{position:relative;display:flex;flex-direction:column;min-height:0;min-width:0;padding:26px 30px;border-radius:var(--radius-lg);background:var(--color-surface);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);box-shadow:var(--shadow-card);overflow:hidden}.workspace-card-pink,.workspace-card-blue{background:var(--color-surface)}.workspace-card-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px;flex-shrink:0}.workspace-card-title{font-size:15px;font-weight:700;color:var(--color-text)}.card-icon-btn{padding:6px 12px;font-size:12px;font-weight:600;color:var(--blue-600);background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;cursor:pointer;white-space:nowrap}.card-icon-btn:hover{background:#dbeafe}.workspace-card-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.card-icon-btn-outline{padding:6px 12px;font-size:12px;font-weight:600;color:var(--blue-600);background:transparent;border:1px solid var(--blue-600);border-radius:999px;cursor:pointer;white-space:nowrap}.card-icon-btn-outline:hover{background:#2563eb14}.card-icon-btn-highlight{padding:6px 14px;font-size:12px;font-weight:700;color:var(--blue-600);background:#dbeafe;border:1.5px solid var(--blue-600);border-radius:999px;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #2563eb33;transition:background .2s,box-shadow .2s,transform .15s}.card-icon-btn-highlight:hover{background:#dbeafe;box-shadow:0 4px 14px #2563eb4d;transform:translateY(-1px)}.popover{position:absolute;top:54px;right:16px;left:16px;z-index:20;max-height:min(360px,70%);overflow-y:auto;padding:14px 16px 16px;border-radius:var(--radius-md);background:var(--color-surface-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);box-shadow:var(--shadow-elevated)}.popover-close{position:absolute;top:8px;right:8px;width:24px;height:24px;border:none;background:#f1f5f9;color:#64748b;border-radius:50%;cursor:pointer;font-size:12px}.popover-close:hover{background:#e2e8f0}.upload-zone{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;border:2px dashed #cbd5e1;border-radius:var(--radius-md);padding:24px;text-align:center;cursor:pointer;background:var(--color-surface);transition:border-color .25s,background .25s,box-shadow .25s,transform .2s}.upload-zone:hover{border-color:var(--blue-500);background:#eff6ff}.upload-zone-compact{flex:0 0 auto;flex-direction:row;justify-content:flex-start;gap:12px;padding:12px 16px;text-align:left}.upload-compact-icon{width:20px;height:20px;flex-shrink:0;margin-top:2px}.upload-compact-text{min-width:0}.upload-compact-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.upload-compact-name{margin:0 0 2px;font-size:13px;font-weight:600;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.upload-compact-meta{margin:0;font-size:12px;color:var(--color-text-muted)}.upload-library-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;font-size:11px;font-weight:600;color:#059669;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:999px;white-space:nowrap}.resume-preview{flex:1;min-height:0;display:flex;flex-direction:column;margin-top:12px}.resume-preview-title{margin:0 0 8px;font-size:12px;font-weight:700;color:var(--color-text-muted);flex-shrink:0}.resume-preview-list{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding-right:2px}.section-card{border-radius:var(--radius-md);background:#ffffff8c;border:1px solid var(--color-border);padding:12px 14px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.section-card:hover{background:#fffc;box-shadow:0 2px 10px #2563eb14}.section-card-locked{background:#64748b14;border-color:#64748b59}.section-card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px;cursor:pointer}.section-card-heading{display:flex;align-items:center;gap:6px;min-width:0}.section-card-caret{flex-shrink:0;font-size:18px;font-weight:700;color:var(--blue-600);transition:color .2s ease}.section-card-header:hover .section-card-caret{color:var(--purple-600)}.section-card-title{font-size:13px;font-weight:700;color:var(--color-text);white-space:nowrap}.section-card-badge{padding:2px 8px;border-radius:999px;background:var(--gradient-cta);color:#fff;font-size:10px;font-weight:700;white-space:nowrap;flex-shrink:0}.section-card-view-btn{padding:5px 10px;font-size:11px;font-weight:700;color:#fff;background:var(--gradient-cta);border:none;border-radius:var(--radius-btn);cursor:pointer;white-space:nowrap}.section-card-view-btn:hover{filter:brightness(1.06)}.section-card-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.section-card-hover-actions{display:flex;align-items:center;gap:6px;opacity:0;transition:opacity .15s ease}.section-card:hover .section-card-hover-actions,.section-card-hover-actions-visible{opacity:1}@media (hover: none){.section-card-hover-actions{opacity:1}}.section-card-btn{padding:5px 10px;font-size:11px;font-weight:600;color:var(--blue-600);background:#eff6ff;border:1px solid #dbeafe;border-radius:var(--radius-btn);cursor:pointer;white-space:nowrap}.section-card-btn:hover:not(:disabled){background:#dbeafe}.section-card-btn:disabled{color:#b8b0c2;background:#f4f2f7;border-color:#f4f2f7;cursor:not-allowed}.section-card-lock{padding:5px 10px;font-size:11px;font-weight:600;color:var(--color-text-muted);background:#64748b1a;border:1px solid transparent;border-radius:var(--radius-btn);cursor:pointer;white-space:nowrap}.section-card-lock:hover{background:#64748b2e}.section-card-lock-active{color:#475569;background:#64748b2e}.section-card-lock-hint{flex-shrink:0;font-size:11px;color:var(--color-text-muted);opacity:.75;white-space:nowrap}.section-card-summary{margin:8px 0 0;font-size:12px;line-height:1.6;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.section-card-full{margin:8px 0 0;font-size:12px;line-height:1.7;color:var(--color-text);white-space:pre-wrap;overflow-wrap:break-word}.section-card-badge-manual{background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.section-card-btn-outline{color:var(--color-text-muted);background:#fff;border:1px solid #e2e8f0}.section-card-btn-outline:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.section-card-edit{margin-top:8px}.section-card-edit-textarea{width:100%;box-sizing:border-box;padding:10px 12px;font-size:12px;line-height:1.7;font-family:inherit;color:var(--color-text);background:#fff;border:1px solid var(--blue-600);border-radius:10px;resize:vertical}.section-card-edit-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.upload-zone.drag-over{border-style:solid;border-color:var(--blue-600);background:#eff6ff;box-shadow:0 0 0 6px #2563eb1f;transform:scale(1.01)}.upload-zone.has-file{border-style:solid;border-color:var(--blue-500);background:#eff6ff}.upload-icon{display:flex;align-items:center;justify-content:center;margin-bottom:10px;color:var(--blue-600)}.upload-text{margin:0 0 6px;font-size:15px;font-weight:600;color:var(--color-text)}.upload-hint{margin:0;font-size:12px;color:var(--color-text-muted)}.file-name{margin-top:8px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:13px;color:var(--blue-600);font-weight:500}.upload-status{margin:8px 0 0;font-size:12px;color:var(--green-600)}.upload-success-badge{display:inline-flex;align-items:center;gap:4px;margin-top:10px;padding:5px 12px;border-radius:999px;background:#dcfce7;color:#15803d;font-size:11px;font-weight:700}.upload-error{margin:8px 0 0;font-size:13px;color:#dc2626}.hidden-input{display:none}.textarea{width:100%;padding:14px 16px;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:14px;font-family:inherit;outline:none;background:var(--color-surface);transition:border-color .2s,box-shadow .2s}.textarea-flex{flex:1;min-height:0;max-height:420px;resize:none}.textarea:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #2563eb1f}.textarea::placeholder{color:#aaa}.save-inline-btn{flex-shrink:0}.action-bar{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;flex-shrink:0;min-width:0;padding:14px 20px;border-radius:var(--radius-lg);background:var(--color-surface);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);box-shadow:var(--shadow-card)}.submit-btn{display:flex;align-items:center;justify-content:center;padding:14px 32px;font-size:15px;font-weight:700;color:#fff;background:var(--gradient-cta);border:none;border-radius:var(--radius-btn);cursor:pointer;box-shadow:0 8px 20px #2563eb47;transition:transform .15s,box-shadow .15s,filter .15s}.action-bar-main-buttons{position:relative;display:flex;align-items:stretch;justify-self:center;gap:10px;min-width:0}.action-bar-main-buttons .action-bar-submit{flex:1;width:auto}.match-analysis-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 20px;font-size:15px;font-weight:700;color:var(--blue-600);background:#fff;border:2px solid var(--blue-600);border-radius:var(--radius-btn);cursor:pointer;white-space:nowrap}.match-analysis-btn:hover:not(:disabled){background:#eff6ff}.match-analysis-btn:disabled{opacity:.6;cursor:not-allowed}.match-analyzing-banner{position:absolute;bottom:100%;left:0;right:0;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 14px;font-size:12px;font-weight:600;color:var(--blue-600);background:#eff6ff;border:1px solid #dbeafe;border-radius:var(--radius-btn);white-space:nowrap}.action-bar-submit{width:100%;padding-top:16px;padding-bottom:16px;font-size:16px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 14px 30px #2563eb61;filter:brightness(1.05)}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{background:#cbd5e1;color:#94a3b8;box-shadow:none;cursor:not-allowed}.btn-spinner{display:inline-block;width:16px;height:16px;margin-right:10px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.view-result-btn{flex-shrink:0;justify-self:end;padding:14px 20px;font-size:14px;font-weight:700;color:var(--blue-600);background:#eff6ff;border:1px solid #dbeafe;border-radius:var(--radius-btn);cursor:pointer;white-space:nowrap}.view-result-btn:hover{background:#dbeafe}.drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:#0f172a66;opacity:0;pointer-events:none;transition:opacity .25s ease}.drawer-backdrop-visible{opacity:1;pointer-events:auto}.drawer-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 24px;border-bottom:1px solid var(--color-border);flex-shrink:0}.drawer-header h2{margin:0;font-size:18px;font-weight:700;color:var(--color-text)}.drawer-header-actions{display:flex;align-items:center;gap:8px}.drawer-close-btn{width:32px;height:32px;border:none;background:#f1f5f9;color:#64748b;border-radius:50%;cursor:pointer;font-size:14px}.drawer-close-btn:hover{background:#e2e8f0}.drawer-body{flex:1;min-height:0;overflow-y:auto;padding:20px 24px}.result-drawer{position:fixed;left:0;right:0;bottom:0;z-index:901;display:flex;flex-direction:column;height:min(78vh,820px);background:var(--color-surface-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);border-bottom:none;border-radius:var(--radius-lg) var(--radius-lg) 0 0;box-shadow:var(--shadow-elevated);transform:translateY(100%);transition:transform .3s ease}.result-drawer-open{transform:translateY(0)}.history-drawer{position:fixed;top:0;right:0;bottom:0;z-index:901;display:flex;flex-direction:column;width:min(420px,90vw);background:var(--color-surface-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-left:1px solid var(--color-border);border-radius:var(--radius-lg) 0 0 var(--radius-lg);box-shadow:var(--shadow-elevated);transform:translate(100%);transition:transform .3s ease}.history-drawer-open{transform:translate(0)}@media (max-width: 1400px){.topbar-left{gap:16px}.step-label{display:none}.step-connector{width:20px;margin:0 4px}.step{gap:0;padding:4px}.topbar-icon-btn{padding:8px 10px;font-size:12px}}@media (max-width: 1150px){.action-bar{grid-template-columns:minmax(0,1fr);justify-items:center;gap:10px}.view-result-btn{justify-self:center}.action-bar-submit{max-width:480px}}@media (max-width: 900px){.app-shell{height:auto;min-height:100vh;overflow:visible}.workspace{grid-template-columns:1fr;min-height:640px}.topbar{flex-wrap:wrap}}.result-placeholder{padding:32px 24px;border:1px dashed #cbd5e1;border-radius:var(--radius-lg);text-align:center;color:var(--color-text-muted);font-size:14px;background:var(--color-surface);max-width:720px;margin:0 auto}.result-error{padding:20px 24px;margin-bottom:16px;border:1px solid #fecaca;border-radius:var(--radius-md);background:#fef2f2;color:#dc2626;font-size:14px;line-height:1.6;white-space:pre-wrap}.result-split{display:grid;grid-template-columns:1fr 1.3fr;gap:20px;align-items:start}@media (max-width: 860px){.result-split{grid-template-columns:1fr}}.result-pane{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card);overflow:hidden;display:flex;flex-direction:column}.result-pane-header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;background:#f8fafc;border-bottom:1px solid var(--color-border)}.result-pane-title{font-size:14px;font-weight:700;color:var(--navy-800)}.result-pane-actions{display:flex;gap:8px}.action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;color:var(--blue-600);background:#eff6ff;border:1px solid #dbeafe;border-radius:var(--radius-btn);cursor:pointer;white-space:nowrap;transition:background .2s,border-color .2s,transform .15s}.action-btn:hover:not(:disabled){background:#dbeafe;border-color:#e9d5ff;transform:translateY(-1px)}.action-btn:disabled{color:#94a3b8;background:#f1f5f9;border-color:#e2e8f0;cursor:not-allowed;transform:none}.action-btn-primary{color:#fff;background:var(--gradient-cta);border:none;box-shadow:0 4px 12px #2563eb40}.action-btn-primary:hover:not(:disabled){filter:brightness(1.06)}.action-btn-primary:disabled{background:#cbd5e1;box-shadow:none}.original-resume-pane-body{padding:20px 22px;max-height:560px;overflow-y:auto;font-size:13px;line-height:1.75;color:#334155;white-space:pre-wrap;overflow-wrap:break-word}.result-tabs{display:flex;gap:4px;padding:6px;margin-bottom:4px;background:#64748b14;border-radius:var(--radius-btn)}.result-tab{flex:1;padding:10px 12px;font-size:14px;font-weight:500;color:var(--color-text-muted);background:transparent;border:none;border-radius:var(--radius-btn);cursor:pointer;transition:background .2s,color .2s}.result-tab:hover{color:var(--color-text);background:#ffffff80}.result-tab-active,.result-tab-active:hover{color:#fff;background:var(--gradient-cta);box-shadow:0 1px 2px #00000014}.result-tab-panel{padding:22px;max-height:560px;overflow-y:auto}.result-content{font-size:14px;line-height:1.7;color:var(--color-text);white-space:pre-wrap;overflow-wrap:break-word}.diff-list{display:flex;flex-direction:column;gap:16px}.diff-item{padding:16px 18px;border:1px solid #e5e7eb;border-radius:var(--radius-md);background:#fafafa}.diff-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:8px}.diff-row:last-of-type{margin-bottom:0}.diff-label{flex-shrink:0;margin-top:2px;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600}.diff-label-before{color:#b91c1c;background:#fee2e2}.diff-label-after{color:#15803d;background:#dcfce7}.diff-text{flex:1;min-width:0;margin:0;font-size:14px;line-height:1.6;overflow-wrap:break-word}.diff-text-before{color:#7f1d1d;text-decoration:line-through;text-decoration-color:#fca5a5}.diff-text-after{color:#14532d}.diff-reason{display:flex;align-items:flex-start;gap:5px;margin:10px 0 0;padding-top:10px;border-top:1px dashed #e5e7eb;font-size:13px;color:#92400e}.diff-reason-icon{flex-shrink:0;margin-top:2px;color:#b45309}.diff-meta-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px;padding-top:10px;border-top:1px dashed #e5e7eb}.diff-meta-row .diff-reason{margin:0;padding:0;border:none;flex:1}.diff-match-note{flex-shrink:0;font-size:11.5px;color:#9ca3af;white-space:nowrap}.rebuild-diagnosis-panel{margin:16px 16px 0;padding:14px 16px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:var(--radius-md)}.rebuild-block-title{margin:0 0 8px;font-size:12.5px;font-weight:700;color:var(--color-text)}.rebuild-keywords-block{margin-bottom:12px}.rebuild-keyword-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:6px}.rebuild-keyword-row:last-child{margin-bottom:0}.rebuild-keyword-label{flex-shrink:0;padding:2px 8px;font-size:11px;font-weight:700;border-radius:999px}.rebuild-keyword-label-hard{color:#b91c1c;background:#fee2e2}.rebuild-keyword-label-capability{color:var(--blue-600);background:#faf5ff}.rebuild-keyword-label-implicit{color:#b45309;background:#fef3c7}.rebuild-keyword-tag{padding:2px 10px;font-size:12px;font-weight:600;border-radius:999px;background:#fff;border:1px solid #e5e7eb;color:var(--color-text)}.rebuild-diagnosis-block{padding-top:10px;border-top:1px dashed #e5e7eb}.rebuild-diagnosis-group{margin-bottom:8px}.rebuild-diagnosis-group:last-child{margin-bottom:0}.rebuild-diagnosis-group-title{margin:0 0 3px;font-size:12px;font-weight:700;color:var(--color-text-muted)}.rebuild-diagnosis-group ul,.rebuild-highlights-list,.rebuild-unmatched-warning ul,.rebuild-notes-group ul{margin:0;padding-left:18px}.rebuild-diagnosis-group li{font-size:12.5px;line-height:1.6;color:var(--color-text)}.rebuild-wordcount-line{margin:10px 0 0;padding-top:10px;border-top:1px dashed #e5e7eb;font-size:12.5px;color:var(--color-text-muted)}.rebuild-wordcount-line strong{color:#b91c1c}.rebuild-highlights-block{margin:12px 16px 0;padding:14px 16px;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:var(--radius-md)}.rebuild-highlights-block .rebuild-block-title{color:#15803d}.rebuild-highlights-list li{font-size:13px;font-weight:600;line-height:1.8;color:#15803d}.rebuild-notes-groups{display:flex;flex-direction:column;gap:14px}.rebuild-notes-group-title,.rebuild-diff-group-title{margin:0 0 8px;font-size:13px;font-weight:700;color:var(--blue-600)}.rebuild-notes-group li{font-size:13px;line-height:1.7;color:var(--color-text)}.rebuild-diff-group{margin-bottom:18px}.rebuild-diff-group:last-child{margin-bottom:0}.rebuild-diff-group .diff-item{margin-bottom:10px}.rebuild-diff-group .diff-item:last-child{margin-bottom:0}.rebuild-unmatched-warning{margin:16px;padding:14px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:var(--radius-md)}.rebuild-unmatched-title{display:flex;align-items:center;gap:6px;margin:0 0 8px;font-size:13px;font-weight:700;color:#b91c1c}.rebuild-unmatched-warning li{font-size:12.5px;line-height:1.6;color:#7f1d1d}.rebuild-submission-advice{margin:16px;padding:14px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-md)}.rebuild-submission-advice-title{display:flex;align-items:center;gap:6px;margin:0 0 6px;font-size:13px;font-weight:700;color:#b45309}.rebuild-submission-advice-text{margin:0;font-size:12.5px;line-height:1.6;color:#92400e}.idle-hint{margin-bottom:24px;padding:14px 16px;border-radius:var(--radius-md);background:#eff6ff;border:1px solid #dbeafe;color:#1d4ed8;font-size:14px;line-height:1.6}.file-size{color:#94a3b8;font-weight:400}.upload-success{font-weight:500}.upload-spinner{display:inline-block;width:12px;height:12px;margin-right:4px;border:2px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;vertical-align:middle;animation:spin .7s linear infinite}.style-selector{display:flex;gap:10px}.style-option{flex:1;display:flex;flex-direction:column;gap:4px;padding:14px;border:1px solid #ddd;border-radius:var(--radius-md);background:#fafafa;cursor:pointer;text-align:left;transition:border-color .2s,background .2s}.style-option:hover{border-color:#e9d5ff;background:#eff6ff}.style-option-active{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px #2563eb1a}.style-option-title{font-size:14px;font-weight:600;color:var(--color-text)}.style-option-desc{font-size:12px;color:var(--color-text-muted);line-height:1.4}.result-loading{display:flex;flex-direction:column;align-items:center;gap:14px;padding:48px 24px;max-width:720px;margin:0 auto;color:var(--blue-600);border:1px solid #dbeafe;border-radius:var(--radius-lg);background:#eff6ff}.spinner{width:32px;height:32px;border:3px solid #dbeafe;border-top-color:var(--blue-600);border-radius:50%;animation:spin .8s linear infinite}.result-loading-text{margin:0}@keyframes spin{to{transform:rotate(360deg)}}.result-card-enter{animation:card-enter .35s ease}@keyframes card-enter{0%{opacity:0;transform:translateY(8px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.toast{position:fixed;top:24px;left:50%;z-index:1000;padding:12px 22px;border-radius:999px;background:#16a34a;color:#fff;font-size:14px;font-weight:500;box-shadow:0 8px 24px #00000026;opacity:0;pointer-events:none;transform:translate(-50%,-12px);transition:opacity .25s ease,transform .25s ease}.toast-visible{opacity:1;transform:translate(-50%)}.error-box{margin-top:8px;padding:16px 20px;border:1px solid #fecaca;border-radius:var(--radius-md);background:#fef2f2}.error-box-title{display:flex;align-items:flex-start;gap:8px;margin:0 0 8px;font-size:14px;font-weight:600;color:#dc2626;line-height:1.5}.error-box-icon{flex-shrink:0}.error-box-suggestions{margin:0;padding-left:20px;font-size:13px;color:#991b1b;line-height:1.7}.viewing-history-banner{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:10px 16px;border-radius:var(--radius-md);background:#fffbeb;border:1px solid #fde68a;color:#92400e;font-size:13px}.viewing-history-back{margin-left:auto;padding:4px 12px;border:1px solid #fde68a;border-radius:999px;background:#fff;color:#92400e;font-size:12px;font-weight:600;cursor:pointer}.viewing-history-back:hover{background:#fef3c7}.history-panel{margin-top:40px;padding-top:28px;border-top:1px solid #eee}.history-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.history-header h3{margin:0;font-size:16px;font-weight:600}.history-clear-btn{padding:6px 12px;font-size:12px;color:#94a3b8;background:transparent;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer}.history-clear-btn:hover{color:#dc2626;border-color:#fecaca;background:#fef2f2}.history-empty{padding:20px;text-align:center;color:var(--color-text-muted);font-size:13px;border:1px dashed #ddd;border-radius:var(--radius-md);background:#fafafa}.history-hint{margin:6px 0 14px;font-size:12px;color:#94a3b8}.history-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.history-item{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:var(--radius-md);background:#fff;transition:border-color .2s,background .2s}.history-item-active{border-color:#e9d5ff;background:#eff6ff}.history-checkbox{margin-top:4px;flex-shrink:0;cursor:pointer}.history-item-body{flex:1;min-width:0;cursor:pointer}.history-item-top{display:flex;align-items:center;gap:8px;margin-bottom:4px}.history-style-badge{padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600}.history-style-conservative{background:#f0fdf4;color:#16a34a}.history-style-balanced{background:#eff6ff;color:#2563eb}.history-style-aggressive{background:#fef2f2;color:#dc2626}.history-time{font-size:12px;color:#94a3b8}.history-item-name{margin:0 0 2px;font-size:14px;font-weight:500;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-item-jd{margin:0;font-size:12px;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-delete-btn{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;padding:4px 8px;border:none;background:transparent;color:#cbd5e1;font-size:14px;cursor:pointer;border-radius:6px}.history-delete-btn:hover{color:#dc2626;background:#fef2f2}.history-compare-btn{width:100%;margin-top:14px;padding:12px;font-size:14px;font-weight:600;color:#fff;background:var(--gradient-cta);border:none;border-radius:var(--radius-btn);cursor:pointer}.history-compare-btn:hover{filter:brightness(1.06)}.compare-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a80}.compare-modal{width:100%;max-width:760px;max-height:85vh;overflow-y:auto;padding:24px;border-radius:var(--radius-lg);background:var(--color-surface-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);box-shadow:var(--shadow-elevated)}.compare-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.help-modal{width:100%;max-width:460px;padding:24px;border-radius:var(--radius-lg);background:var(--color-surface-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);box-shadow:var(--shadow-elevated)}.help-step{display:flex;align-items:flex-start;gap:12px;margin:18px 0;min-height:110px}.help-step-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:50%;color:var(--blue-600);background:#eff6ff}.help-step-title{margin:0 0 4px;font-size:14px;font-weight:700;color:var(--color-text)}.help-step-desc{margin:0;font-size:13px;line-height:1.6;color:var(--color-text-muted)}.help-dots{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:18px}.help-dot{width:7px;height:7px;padding:0;border:none;border-radius:50%;background:#e2d9f3;cursor:pointer}.help-dot-active{width:20px;border-radius:999px;background:var(--gradient-cta)}.help-nav{display:flex;gap:10px}.help-nav-primary{flex:1;width:auto;padding:10px}.help-footer{margin:14px 0 0;padding-top:14px;border-top:1px solid var(--color-border);font-size:12px;line-height:1.6;color:var(--color-text-muted);text-align:center}.compare-modal-header h3{margin:0;font-size:18px;font-weight:600}.compare-close-btn{padding:4px 10px;border:none;background:#f1f5f9;color:#64748b;font-size:14px;border-radius:6px;cursor:pointer}.compare-close-btn:hover{background:#e2e8f0}.export-modal{width:100%;max-width:920px;max-height:85vh;overflow-y:auto;padding:24px;border-radius:var(--radius-lg);background:var(--color-surface-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);box-shadow:var(--shadow-elevated)}.export-modal-label{margin:18px 0 10px;font-size:12px;font-weight:700;color:var(--color-text-muted)}.export-template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.export-template-card{position:relative;display:flex;flex-direction:column;gap:4px;padding:12px 10px;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#ffffff80;cursor:pointer;text-align:left;transition:border-color .2s,background .2s}.export-template-swatch{display:block;width:100%;height:20px;margin-bottom:2px;border-radius:6px;border:1px solid rgba(0,0,0,.08)}.export-template-card:hover{border-color:var(--purple-400)}.export-template-card-active{border-color:var(--blue-600);background:#eff6ff;box-shadow:0 0 0 3px #2563eb1f}.export-template-badge{position:absolute;top:-8px;right:8px;padding:1px 7px;border-radius:999px;background:var(--gradient-cta);color:#fff;font-size:10px;font-weight:700}.export-template-name{font-size:13px;font-weight:700;color:var(--color-text)}.export-template-desc{font-size:11px;line-height:1.4;color:var(--color-text-muted)}.export-format-row{display:flex;gap:10px}.export-format-btn{flex:1;padding:10px;font-size:13px;font-weight:600;color:var(--color-text-muted);background:#ffffff80;border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}.export-format-btn:hover{border-color:var(--purple-400)}.export-format-btn-active{color:#fff;background:var(--gradient-cta);border-color:transparent}.export-format-hint{margin:8px 0 0;font-size:11px;color:var(--color-text-muted)}.export-modal-submit{width:100%;margin-top:20px}.compare-meta-row{display:flex;gap:12px;margin-bottom:16px}.compare-meta-card{flex:1;display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:var(--radius-md);border:1px solid #e5e7eb}.compare-meta-old{background:#fef2f2}.compare-meta-new{background:#f0fdf4}.compare-meta-label{font-size:12px;font-weight:700;color:#64748b}.compare-meta-time{margin-left:auto;font-size:12px;color:#94a3b8}.compare-legend{margin:0 0 14px;font-size:12px;color:#64748b}.compare-legend-removed{color:#b91c1c;text-decoration:line-through}.compare-legend-added{color:#15803d;background:#dcfce7;padding:0 2px}.compare-diff-body{padding:18px 20px;border:1px solid #e5e7eb;border-radius:var(--radius-md);background:#fafafa;font-size:14px;line-height:1.8;white-space:pre-wrap}.compare-diff-added{color:#15803d;background:#dcfce7;border-radius:2px}.compare-diff-removed{color:#b91c1c;text-decoration:line-through;text-decoration-color:#fca5a5;background:#fee2e2;border-radius:2px}.compare-diff-same{color:var(--color-text)}.auth-bar{display:flex;align-items:center;gap:10px;flex-shrink:0}.auth-bar-avatar{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:var(--gradient-cta);color:#fff;font-size:13px;font-weight:700;flex-shrink:0}.auth-bar-email{color:var(--color-text);font-size:13px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-bar-logout,.auth-bar-login{padding:8px 16px;font-size:13px;font-weight:600;border-radius:999px;cursor:pointer;white-space:nowrap}.auth-bar-login{color:#fff;background:var(--gradient-cta);border:none}.auth-bar-login:hover{filter:brightness(1.06)}.auth-bar-logout{color:var(--navy-800);background:#fff9;border:1px solid rgba(255,255,255,.85)}.auth-bar-logout:hover{background:#ffffffe6}.chip-panel{margin-top:10px}.chip-panel-title{margin:0 0 8px;font-size:12px;font-weight:600;color:#94a3b8}.chip-panel-empty,.chip-panel-locked{display:flex;align-items:center;gap:5px;margin:0;padding:10px 12px;border:1px dashed var(--color-border);border-radius:var(--radius-md);font-size:12px;color:#94a3b8;background:#fafbfe}.chip-panel-locked-icon{flex-shrink:0}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip{display:flex;align-items:center;gap:2px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;overflow:hidden}.chip-label{padding:6px 4px 6px 12px;font-size:12px;font-weight:600;color:var(--blue-600);background:transparent;border:none;cursor:pointer;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip-delete{padding:4px 10px 4px 4px;font-size:13px;color:#e9d5ff;background:transparent;border:none;cursor:pointer}.chip-delete:hover{color:#dc2626}.save-inline-btn{margin-top:10px;padding:7px 14px;font-size:12px;font-weight:600;color:var(--navy-800);background:#eff6ff;border:1px solid #dbeafe;border-radius:var(--radius-btn);cursor:pointer}.save-inline-btn:hover{background:#dbeafe}.jd-ocr-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px;flex-shrink:0}.jd-ocr-new-badge{position:absolute;top:-9px;right:-9px;padding:2px 7px;border-radius:999px;background:#f97316;color:#fff;font-size:10px;font-weight:700;white-space:nowrap;box-shadow:0 2px 8px #f9731673}.jd-ocr-caption{width:100%;margin:6px 0 0;font-size:12px;color:var(--color-text-muted)}.jd-paste-hint{display:flex;align-items:center;gap:4px;margin:6px 0 0;font-size:11px;color:var(--color-text-muted);flex-shrink:0}.jd-paste-hint-icon{flex-shrink:0;color:var(--blue-600)}.jd-requirements-section{flex-shrink:0;margin-top:10px;padding:10px 14px;border-radius:var(--radius-md);background:#a5d8ff2e;border:1px solid rgba(96,165,250,.25)}.jd-requirements-title{display:flex;align-items:center;gap:6px;margin:0 0 8px;font-size:12px;font-weight:700;color:var(--color-text)}.jd-requirements-tags{display:flex;flex-wrap:wrap;gap:6px}.jd-requirement-tag{padding:3px 11px;font-size:12px;font-weight:600;color:#1d4ed8;background:#dbeafe;border-radius:999px;white-space:nowrap}.jd-ocr-btn{position:relative;padding:7px 14px;font-size:12px;font-weight:600;color:#fff;background:var(--gradient-cta);border:none;border-radius:var(--radius-btn);cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px #2563eb38}.jd-ocr-btn:hover:not(:disabled){filter:brightness(1.06)}.jd-ocr-btn:disabled{background:#cbd5e1;color:#94a3b8;box-shadow:none;cursor:not-allowed}.jd-ocr-status{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:12px;color:var(--color-text-muted);white-space:nowrap}.jd-ocr-progress-track{height:6px;margin-bottom:10px;border-radius:999px;background:#64748b26;overflow:hidden;flex-shrink:0}.jd-ocr-progress-fill{height:100%;border-radius:999px;background:var(--gradient-cta);transition:width .2s ease}.print-only{display:none}@page{margin:0}@media print{body>*:not(.print-only){display:none!important}.print-only{display:block!important;position:static;width:100%;padding:40px;line-height:1.6}}.blank-resume-modal{width:60vw;max-height:80vh;display:flex;flex-direction:column;padding:24px;border-radius:var(--radius-lg);background:var(--color-surface-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);box-shadow:var(--shadow-elevated)}.blank-resume-body{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:16px;padding-right:4px}.blank-resume-section{padding:14px 16px;border-radius:var(--radius-md);background:#f5f5f7;border:1px solid var(--color-border)}.blank-resume-section-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.blank-resume-section-title{font-size:14px;font-weight:700;color:var(--color-text)}.blank-resume-add-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 12px;font-size:12px;font-weight:600;color:var(--blue-600);background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;cursor:pointer;white-space:nowrap}.blank-resume-add-btn:hover{background:#dbeafe}.blank-resume-group{position:relative;display:flex;flex-direction:column;gap:10px;padding:12px;margin-bottom:10px;border-radius:var(--radius-md);background:#fff;border:1px solid #e5e5ea}.blank-resume-group:last-child{margin-bottom:0}.blank-resume-group-inline{flex-direction:row;align-items:flex-end}.blank-resume-field-row{display:flex;flex-wrap:wrap;gap:10px}.blank-resume-field{flex:1;min-width:140px;display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:600;color:var(--color-text-muted)}.blank-resume-field-full{flex-basis:100%}.blank-resume-input,.blank-resume-textarea{width:100%;padding:8px 12px;border:1px solid #dcdce3;border-radius:10px;font-size:13px;font-family:inherit;color:var(--color-text);background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.blank-resume-textarea{resize:vertical}.blank-resume-input:focus,.blank-resume-textarea:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #2563eb1f}.blank-resume-remove-btn{align-self:flex-end;flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;padding:0;font-size:12px;color:#64748b;background:#f1f5f9;border:none;border-radius:50%;cursor:pointer}.blank-resume-remove-btn:hover{background:#e2e8f0}.blank-resume-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:16px;margin-top:4px;border-top:1px solid var(--color-border)}.library-drawer{position:fixed;top:0;right:0;bottom:0;z-index:901;display:flex;flex-direction:column;width:40vw;min-width:520px;max-width:92vw;background:var(--color-surface-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-left:1px solid var(--color-border);border-radius:var(--radius-lg) 0 0 var(--radius-lg);box-shadow:var(--shadow-elevated);transform:translate(100%);transition:transform .3s ease}.library-drawer-open{transform:translate(0)}.library-toolbar{display:flex;align-items:center;gap:10px;padding:14px 24px;border-bottom:1px solid var(--color-border);flex-shrink:0}.library-search-input{flex:1;padding:8px 14px;font-size:13px;border:1px solid #dcdce3;border-radius:999px;outline:none;background:#fff}.library-search-input:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #2563eb1f}.library-new-group-btn{flex-shrink:0;padding:8px 14px;font-size:12px;font-weight:700;color:#fff;background:var(--gradient-cta);border:none;border-radius:999px;cursor:pointer;white-space:nowrap}.library-new-group-input{display:flex;align-items:center;gap:6px;flex-shrink:0}.library-new-group-field{width:130px;padding:7px 12px;font-size:12px;border:1px solid #dcdce3;border-radius:999px;outline:none;background:#fff}.library-new-group-confirm,.library-new-group-cancel{padding:7px 12px;font-size:12px;font-weight:600;border:none;border-radius:999px;cursor:pointer;white-space:nowrap}.library-new-group-confirm{color:#fff;background:var(--gradient-cta)}.library-new-group-cancel{color:#64748b;background:#f1f5f9}.library-body{flex:1;min-height:0;display:flex}.library-groups{width:160px;flex-shrink:0;overflow-y:auto;padding:14px 10px;border-right:1px solid var(--color-border);display:flex;flex-direction:column;gap:2px}.library-group-item{display:flex;align-items:center;justify-content:space-between;gap:4px;border-radius:10px;padding:2px}.library-group-item-active{background:#eff6ff}.library-group-name-btn{flex:1;min-width:0;text-align:left;padding:8px 10px;font-size:13px;font-weight:600;color:var(--color-text);background:transparent;border:none;border-radius:8px;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-group-item-active .library-group-name-btn{color:var(--blue-600)}.library-group-count{font-weight:400;color:var(--color-text-muted)}.library-group-actions{display:flex;gap:2px;flex-shrink:0}.library-group-action-btn{width:22px;height:22px;display:flex;align-items:center;justify-content:center;padding:0;font-size:11px;border:none;background:transparent;border-radius:6px;cursor:pointer}.library-group-action-btn:hover{background:#ece9f5}.library-group-rename-input{flex:1;min-width:0;padding:7px 9px;font-size:13px;border:1px solid var(--blue-600);border-radius:8px;outline:none}.library-resumes{flex:1;min-width:0;overflow-y:auto;padding:14px 20px}.library-batch-bar{position:sticky;top:0;z-index:5;display:flex;align-items:center;gap:8px;padding:8px 12px;margin-bottom:12px;border-radius:var(--radius-md);background:#eff6ff;border:1px solid #dbeafe;flex-wrap:wrap}.library-batch-count{font-size:12px;font-weight:700;color:var(--blue-600);margin-right:4px}.library-batch-btn{padding:6px 12px;font-size:12px;font-weight:600;color:var(--blue-600);background:#fff;border:1px solid #dbeafe;border-radius:999px;cursor:pointer;white-space:nowrap}.library-batch-btn:hover:not(:disabled){background:#dbeafe}.library-batch-btn:disabled{opacity:.6;cursor:not-allowed}.library-batch-cancel{margin-left:auto;padding:6px 10px;font-size:12px;color:#64748b;background:transparent;border:none;cursor:pointer;white-space:nowrap}.library-move-wrap{position:relative}.library-move-popover{top:38px;right:auto;left:0;width:160px;max-height:240px}.library-move-title{margin:0 0 8px;font-size:12px;font-weight:700;color:var(--color-text-muted)}.library-move-option{display:block;width:100%;padding:8px 10px;margin-bottom:2px;text-align:left;font-size:13px;color:var(--color-text);background:transparent;border:none;border-radius:8px;cursor:pointer}.library-move-option:hover{background:#eff6ff}.library-empty{padding:40px 0;text-align:center;font-size:13px;color:var(--color-text-muted)}.library-card-list{display:flex;flex-direction:column;gap:10px}.library-card{padding:12px 14px;border-radius:var(--radius-md);background:#fff;border:1px solid #e5e5ea}.library-card-top{display:flex;align-items:flex-start;gap:10px}.library-card-checkbox{margin-top:3px;flex-shrink:0}.library-card-main{flex:1;min-width:0}.library-card-name{margin:0 0 4px;font-size:13px;font-weight:700;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-card-meta{margin:0;font-size:11px;color:var(--color-text-muted)}.library-card-actions{display:flex;gap:6px;margin:10px 0 0 26px}.library-card-action-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 11px;font-size:11px;font-weight:600;color:var(--blue-600);background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;cursor:pointer;white-space:nowrap}.library-card-action-btn:hover{background:#dbeafe}.library-card-edit-btn{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;padding:7px 16px;font-size:12.5px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border:none;border-radius:999px;cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px #7c3aed40}.library-card-edit-btn:hover{filter:brightness(1.05)}.library-version-toggle{display:block;margin:8px 0 0 26px;padding:0;font-size:11px;font-weight:600;color:var(--color-text-muted);background:transparent;border:none;cursor:pointer}.library-version-list{margin:8px 0 0 26px;display:flex;flex-direction:column;gap:8px}.library-version-empty{margin:0;font-size:12px;color:var(--color-text-muted)}.library-version-item{padding:10px 12px;border-radius:10px;background:#f8f7fb;border:1px solid #eeecf3}.library-version-info{display:flex;align-items:center;gap:6px;margin-bottom:4px}.library-version-tag{font-size:11px;font-weight:700;color:var(--color-text)}.library-version-time{margin-left:auto;font-size:11px;color:var(--color-text-muted)}.library-version-jd{margin:0 0 8px;font-size:12px;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-version-actions{display:flex;gap:6px}.library-version-btn{padding:4px 10px;font-size:11px;font-weight:600;color:var(--blue-600);background:#fff;border:1px solid #dbeafe;border-radius:999px;cursor:pointer}.library-version-btn:hover{background:#dbeafe}.jd-library-modal{width:100%;max-width:720px;max-height:82vh;display:flex;flex-direction:column;padding:24px;border-radius:var(--radius-lg);background:var(--color-surface-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);box-shadow:var(--shadow-elevated)}.jd-lib-tabs{display:flex;gap:4px;padding:4px;margin-bottom:16px;border-radius:var(--radius-md);background:#f1f5f9;flex-shrink:0}.jd-lib-tab{flex:1;padding:8px;font-size:13px;font-weight:600;color:#64748b;background:transparent;border:none;border-radius:var(--radius-md);cursor:pointer}.jd-lib-tab-active{color:var(--navy-800);background:#fff;box-shadow:0 1px 2px #00000014}.jd-lib-body{flex:1;min-height:0;display:flex;gap:16px}.jd-lib-list-col{width:220px;flex-shrink:0;display:flex;flex-direction:column;gap:10px;min-height:0}.jd-lib-search-input{padding:8px 14px;font-size:13px;border:1px solid #dcdce3;border-radius:999px;outline:none;background:#fff;flex-shrink:0}.jd-lib-search-input:focus{border-color:var(--blue-600);box-shadow:0 0 0 3px #2563eb1f}.jd-lib-role-list{flex:1;min-height:0;overflow-y:auto;padding-right:4px}.jd-lib-category{margin-bottom:4px}.jd-lib-category-head{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:8px 10px;background:transparent;border:none;border-radius:8px;cursor:pointer;text-align:left}.jd-lib-category-head:hover{background:#f8f7fb}.jd-lib-category-title{font-size:12.5px;font-weight:700;color:var(--color-text)}.jd-lib-category-count{font-weight:600;color:var(--color-text-muted)}.jd-lib-category-chevron{display:flex;align-items:center;flex-shrink:0;color:var(--color-text-muted);transition:transform .15s ease}.jd-lib-category-chevron-open{transform:rotate(180deg)}.jd-lib-category-body{padding:2px 0 6px}.jd-lib-role-btn{display:block;width:100%;padding:8px 10px;margin-bottom:2px;text-align:left;font-size:12.5px;font-weight:400;color:var(--color-text);background:transparent;border:none;border-radius:8px;cursor:pointer}.jd-lib-role-btn:hover{background:#dbeafe}.jd-lib-role-btn-active{color:var(--blue-600);background:#eff6ff}.jd-lib-preview-col{flex:1;min-width:0;display:flex;flex-direction:column;padding:14px 16px;border-radius:var(--radius-md);background:#f8f7fb;border:1px solid #eeecf3}.jd-lib-preview-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px;flex-shrink:0}.jd-lib-preview-title{font-size:15px;font-weight:700;color:var(--color-text)}.jd-lib-fill-btn{width:auto;padding:8px 16px;font-size:13px}.jd-lib-preview-content{flex:1;min-height:0;overflow-y:auto;margin:0;padding:12px 14px;font-family:inherit;font-size:13px;line-height:1.7;color:var(--color-text);white-space:pre-wrap;background:#fff;border-radius:10px;border:1px solid #e5e5ea}.jd-lib-empty{margin:auto;font-size:13px;color:var(--color-text-muted);text-align:center}.jd-lib-saved{flex:1;min-height:0;overflow-y:auto}.jd-lib-usage-tip{display:flex;align-items:center;gap:6px;flex-shrink:0;margin:12px 0 0;font-size:11.5px;color:var(--color-text-muted)}.jd-lib-usage-tip svg{flex-shrink:0;color:var(--blue-600)}.workspace-card-locked>*:not(.workspace-lock-overlay){opacity:.42;filter:grayscale(.5);pointer-events:none;-webkit-user-select:none;user-select:none}.action-bar-locked>*:not(.workspace-lock-overlay){opacity:.42;filter:grayscale(.5);pointer-events:none;-webkit-user-select:none;user-select:none}.workspace-lock-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20;cursor:not-allowed;background:transparent}@keyframes step-breathing-glow{0%,to{box-shadow:0 0 #2563eb2e,var(--shadow-card)}50%{box-shadow:0 0 30px 6px #2563eb73,var(--shadow-card)}}.workspace-card-glow{animation:step-breathing-glow 2.8s ease-in-out infinite}.batch-workspace{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.batch-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px;flex-shrink:0}.batch-upload-card,.batch-jd-card{position:relative;min-height:0}.batch-jd-caption{margin:-6px 0 10px;font-size:12px;color:var(--color-text-muted)}.batch-jd-textarea{height:160px;resize:vertical}.batch-jd-actions{display:flex;align-items:center;gap:12px;margin-top:10px}.batch-parse-btn{width:auto;padding:9px 20px;font-size:13px}.batch-parsed-count{display:inline-flex;align-items:center;gap:5px;font-size:12.5px;font-weight:600;color:var(--blue-600)}.batch-parsed-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.batch-parsed-tag{padding:4px 12px;font-size:12px;font-weight:600;color:var(--blue-600);background:#faf5ff;border-radius:999px}.batch-start-btn{width:100%;margin-top:14px}.batch-upload-ready{display:flex;align-items:center;gap:6px;margin:10px 0 0;font-size:12.5px;font-weight:600;color:#15803d}.batch-lock-hint{margin:8px 0 0;font-size:12px;line-height:1.6;color:var(--color-text-muted);opacity:.85}.batch-results-section{flex-shrink:0;padding:20px;border-radius:var(--radius-lg);background:var(--color-surface-strong);border:1px solid var(--color-border);box-shadow:var(--shadow-card)}.batch-results-toolbar{display:flex;align-items:center;gap:16px;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid var(--color-border)}.batch-select-all-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;color:var(--color-text);background:#f8fafc;border:1px solid var(--color-border);border-radius:999px;cursor:pointer}.batch-selected-count{flex:1;font-size:12.5px;color:var(--color-text-muted)}.batch-toolbar-actions{display:flex;gap:10px}.batch-toolbar-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:600;color:#fff;background:var(--gradient-cta);border:none;border-radius:999px;cursor:pointer}.batch-result-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.batch-result-card{padding:16px;background:#fff;border:1.5px solid var(--color-border);border-radius:12px;transition:border-color .15s,background .15s}.batch-result-card-selected{border-color:var(--blue-600);background:#faf5ff}.batch-result-head{display:flex;align-items:center;gap:8px;margin-bottom:10px}.batch-result-checkbox{display:flex;flex-shrink:0;color:var(--color-text-muted);background:none;border:none;cursor:pointer;padding:0}.batch-result-title{flex:1;min-width:0;margin:0;font-size:14px;font-weight:700;color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.batch-result-status{flex-shrink:0;padding:3px 10px;font-size:11px;font-weight:700;border-radius:999px;white-space:nowrap}.batch-result-status-ready{color:#64748b;background:#f1f5f9}.batch-result-status-submitted{color:#15803d;background:#dcfce7}.batch-result-score-row{display:flex;align-items:baseline;gap:8px;margin-bottom:12px}.batch-result-score{font-size:24px;font-weight:800}.batch-result-score-green{color:#22c55e}.batch-result-score-orange{color:#f97316}.batch-result-score-red{color:#ef4444}.batch-result-score-label{font-size:11.5px;color:var(--color-text-muted)}.batch-result-preview{max-height:200px;overflow-y:auto;margin:0 0 12px;padding:10px 12px;font-family:inherit;font-size:12px;line-height:1.6;color:var(--color-text);white-space:pre-wrap;background:#f8fafc;border-radius:8px}.batch-result-actions{display:flex;flex-wrap:wrap;gap:6px}.batch-result-action-btn{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;font-size:11.5px;font-weight:600;color:var(--blue-600);background:#faf5ff;border:1px solid #f3e8ff;border-radius:999px;cursor:pointer;white-space:nowrap}.batch-result-action-btn:hover{background:#f3e8ff}.batch-result-action-btn:disabled{color:#94a3b8;background:#f1f5f9;border-color:#e2e8f0;cursor:not-allowed}.batch-result-action-btn:disabled:hover{background:#f1f5f9}@media (max-width: 900px){.batch-columns,.batch-result-grid{grid-template-columns:1fr}}.library-match-badge{display:inline-block;margin-left:6px;padding:1px 8px;font-size:11px;font-weight:700;border-radius:999px}.library-match-green{color:#15803d;background:#dcfce7}.library-match-orange{color:#c2410c;background:#ffedd5}.library-match-red{color:#b91c1c;background:#fee2e2}.match-modal{width:70vw;max-width:1100px;max-height:85vh;display:flex;flex-direction:column;padding:24px;border-radius:var(--radius-lg);background:var(--color-surface-strong);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--color-border);box-shadow:var(--shadow-elevated)}.match-modal-body{flex:1;min-height:0;overflow-y:auto;padding-right:6px}.match-score-section{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 0 24px}.match-score-ring text{font-family:inherit}.match-grade-badge{padding:4px 16px;font-size:14px;font-weight:700;border-radius:999px}.match-grade-green{color:#15803d;background:#dcfce7}.match-grade-orange{color:#c2410c;background:#ffedd5}.match-grade-red{color:#b91c1c;background:#fee2e2}.match-analyzed-at{font-size:12px;color:var(--color-text-muted)}.match-dimensions{display:flex;flex-direction:column;gap:14px;padding:18px 20px;margin-bottom:20px;border-radius:var(--radius-md);background:#f8f7fb;border:1px solid #eeecf3}.match-dim-row{display:grid;grid-template-columns:160px 1fr 40px;align-items:center;gap:12px}.match-dim-label{display:flex;flex-direction:column;gap:2px;min-width:0}.match-dim-name{font-size:13px;font-weight:700;color:var(--color-text)}.match-dim-weight{font-size:11px;color:var(--color-text-muted)}.match-dim-track{height:10px;border-radius:999px;background:#e5e5ea;overflow:hidden}.match-dim-fill{height:100%;border-radius:999px;transition:width .6s ease}.match-dim-fill-green{background:linear-gradient(90deg,#4ade80,#16a34a)}.match-dim-fill-orange{background:linear-gradient(90deg,#fb923c,#ea580c)}.match-dim-fill-red{background:linear-gradient(90deg,#f87171,#dc2626)}.match-dim-score{text-align:right;font-size:14px;font-weight:700;color:var(--color-text)}.match-keywords-section{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.match-keywords-col{padding:14px 16px;border-radius:var(--radius-md);background:#f8f7fb;border:1px solid #eeecf3}.match-keywords-title{display:flex;align-items:center;gap:5px;margin:0 0 10px;font-size:13px;font-weight:700;color:var(--color-text)}.match-keywords-title-matched{color:#15803d}.match-keywords-title-missing{color:#b45309}.match-keyword-row{display:flex;flex-wrap:wrap;gap:8px}.match-keywords-empty{margin:0;font-size:12px;color:var(--color-text-muted)}.match-keyword-tag{padding:4px 12px;font-size:12px;font-weight:600;border-radius:999px;white-space:nowrap}.match-keyword-matched{color:#15803d;background:#dcfce7}.match-keyword-missing{color:#6b7280;background:#f3f4f6;border:1px dashed #cbd5e1}.match-keywords-hint{display:flex;align-items:center;gap:4px;margin:10px 0 0;font-size:11px;color:var(--color-text-muted)}.match-keywords-hint-icon{flex-shrink:0;color:#b45309}.match-strategy-section{margin-bottom:4px}.match-strategy-title-bar{margin:0 0 12px;font-size:14px;font-weight:700;color:var(--color-text)}.match-strategy-list{display:flex;flex-direction:column;gap:10px}.match-strategy-card{display:flex;border-radius:var(--radius-md);background:#fff;border:1px solid #e5e5ea;overflow:hidden}.match-strategy-bar{width:5px;flex-shrink:0}.match-strategy-high .match-strategy-bar{background:#ef4444}.match-strategy-medium .match-strategy-bar{background:#f97316}.match-strategy-low .match-strategy-bar{background:#94a3b8}.match-strategy-body{flex:1;min-width:0;padding:12px 16px}.match-strategy-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.match-strategy-title{font-size:13px;font-weight:700;color:var(--color-text)}.match-priority-badge{flex-shrink:0;padding:2px 10px;font-size:11px;font-weight:700;border-radius:999px;white-space:nowrap}.match-priority-high{color:#b91c1c;background:#fee2e2}.match-priority-medium{color:#c2410c;background:#ffedd5}.match-priority-low{color:#475569;background:#f1f5f9}.match-strategy-advice{margin:0;font-size:13px;line-height:1.6;color:var(--color-text-muted)}.match-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:16px;margin-top:16px;border-top:1px solid var(--color-border);flex-shrink:0}.match-one-click-btn{width:auto;padding:12px 24px}.site-navbar{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--site-navbar-height);background:#fff;box-shadow:0 1px 0 var(--site-border),0 4px 16px #0f172a0a}.site-navbar-inner{max-width:1200px;height:100%;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.site-navbar-brand{display:flex;align-items:center;gap:8px;padding:0;border:none;background:transparent;cursor:pointer;flex-shrink:0}.site-navbar-logo{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0}.site-navbar-logo svg{width:100%;height:100%}.site-navbar-name{font-size:17px;font-weight:800;color:var(--site-text);letter-spacing:-.01em}.site-navbar-links{display:flex;align-items:center;gap:8px;flex:1;justify-content:center}.site-navbar-link{padding:8px 14px;font-size:14px;font-weight:600;color:var(--site-text-muted);background:transparent;border:none;border-radius:999px;cursor:pointer;transition:background .15s,color .15s}.site-navbar-link:hover{color:var(--site-blue);background:#f1f5f9}.site-navbar-link-active{color:var(--site-blue);background:#eff6ff}.site-navbar-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.site-navbar-login{padding:9px 20px;font-size:14px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border:none;border-radius:999px;cursor:pointer;box-shadow:0 6px 16px #2563eb47;transition:transform .15s,box-shadow .15s}.site-navbar-login:hover{transform:translateY(-1px);box-shadow:0 8px 20px #2563eb5c}.site-navbar-register{padding:7.5px 18.5px;font-size:14px;font-weight:700;color:var(--site-text);background:transparent;border:1.5px solid var(--site-border);border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease}.site-navbar-register:hover{color:var(--site-blue);border-color:var(--site-blue);background:#eff6ff}.site-navbar-user{display:flex;align-items:center;gap:10px}.site-navbar-user-avatar{display:flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;font-size:13px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:50%}.site-navbar-user-email{max-width:160px;overflow:hidden;font-size:13px;color:var(--site-text);text-overflow:ellipsis;white-space:nowrap}.site-navbar-logout{padding:7px 14px;font-size:12.5px;font-weight:600;color:var(--site-text-muted);background:#fff;border:1px solid var(--site-border);border-radius:999px;cursor:pointer;white-space:nowrap}.site-navbar-logout:hover{color:var(--site-text);border-color:#94a3b8}.site-home{padding-top:var(--site-navbar-height);min-height:100vh;background:var(--site-bg)}.hero-section{position:relative;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:980px;margin:0 auto;padding:140px 24px 72px;text-align:center}.text-accent-purple{color:var(--site-purple)}.hero-text-wrap{position:relative}.hero-decoration{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:visible;pointer-events:none}.hero-blob{position:absolute;top:50%;left:50%;width:1040px;height:480px;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(37,99,235,.08) 0%,rgba(124,58,237,.055) 45%,transparent 75%);filter:blur(14px)}.hero-title{position:relative;z-index:1;margin:0 0 16px;font-size:72px;font-weight:800;line-height:1.15;letter-spacing:-.03em;color:var(--site-text)}.hero-subtitle{position:relative;z-index:1;margin:0 0 72px;font-size:17px;line-height:1.6;color:var(--site-text-muted)}.hero-actions{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:14px}.hero-btn-primary{padding:18px 44px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border:none;border-radius:999px;cursor:pointer;box-shadow:0 10px 24px #2563eb4d;transition:transform .15s,box-shadow .15s}.hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 30px #2563eb61}.hero-btn-secondary{padding:18px 44px;font-size:18px;font-weight:700;color:var(--site-text);background:#fff;border:1.5px solid var(--site-border);border-radius:999px;cursor:pointer;transition:border-color .15s,transform .15s}.hero-btn-secondary:hover{border-color:var(--site-blue);color:var(--site-blue);transform:translateY(-2px)}.trust-strip{padding:20px 24px;background:#f5f3ff;border-top:1px solid #ede9fe;border-bottom:1px solid #ede9fe}.trust-strip-inner{max-width:1100px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px 32px}.trust-strip-item{display:flex;align-items:center;gap:8px;font-size:12.5px;font-weight:600;color:var(--site-purple);white-space:nowrap}.trust-strip-item svg{flex-shrink:0}.home-section-title{margin:0 0 12px;font-size:30px;font-weight:800;letter-spacing:-.01em;color:var(--site-text);text-align:center}.home-section-subtitle{margin:0 0 32px;font-size:14.5px;color:#475569;text-align:center}.pain-section{max-width:1100px;margin:0 auto;padding:96px 24px 72px}.pain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.pain-card{display:flex;flex-direction:column;align-items:center;padding:22px 20px;text-align:center;background:#fff;border:1px solid var(--site-border);border-radius:14px;box-shadow:0 4px 16px #0f172a0a}.pain-card-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:12px;color:#dc2626;background:#fef2f2;border-radius:10px}.pain-card-title{margin:0 0 6px;font-size:14.5px;font-weight:700;color:var(--site-text)}.pain-card-desc{margin:0;font-size:12.5px;line-height:1.6;color:#475569}.scenario-section{box-sizing:border-box;max-width:1000px;margin:0 auto;padding:72px 24px;text-align:center}.scenario-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:18px}.scenario-btn{display:inline-flex;align-items:center;gap:12px;padding:18px 32px;font-size:16.5px;font-weight:600;color:var(--site-text);background:#fff;border:1.5px solid var(--site-border);border-radius:999px;cursor:pointer;transition:border-color .15s,color .15s,transform .15s,box-shadow .15s}.scenario-btn:hover{border-color:var(--site-purple);color:var(--site-purple);transform:translateY(-2px);box-shadow:0 10px 22px #7c3aed29}.scenario-btn-icon{display:inline-flex;align-items:center;color:var(--site-blue)}.scenario-btn:hover .scenario-btn-icon{color:var(--site-purple)}.scenario-btn-icon-svg{width:22px;height:22px;stroke-width:2}.scenario-btn-disabled,.scenario-btn-disabled .scenario-btn-icon{color:var(--site-text-muted)}.scenario-btn-disabled:hover{border-color:var(--site-border);color:var(--site-text-muted);transform:none;box-shadow:none}.scenario-btn-disabled:hover .scenario-btn-icon{color:var(--site-text-muted)}.feature-grid-section{max-width:1100px;margin:0 auto;padding:72px 24px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:28px}.feature-card{position:relative;display:flex;padding:28px 24px;background:#fff;border:1px solid var(--site-border);border-radius:16px;box-shadow:0 4px 20px #0000000f;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #2563eb29;border-color:var(--site-blue)}.feature-card-disabled{opacity:.75}.feature-card-body{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;text-align:center}.feature-card-icon-tile{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:#eff6ff;border-radius:8px;color:var(--site-blue)}.feature-card-icon-svg{width:26px;height:26px}.feature-card-title{width:100%;font-size:16px;font-weight:700;color:var(--site-text);text-align:center}.feature-card-desc{width:100%;font-size:13px;line-height:1.5;color:var(--site-text-muted);text-align:center}.feature-card-badge{position:absolute;top:16px;right:16px;padding:3px 10px;font-size:11px;font-weight:700;letter-spacing:.02em;border-radius:999px;white-space:nowrap}.feature-card-badge-hot{color:#b91c1c;background:#fee2e2}.feature-card-badge-new{color:#15803d;background:#dcfce7}.feature-card-badge-soon{color:#64748b;background:#f1f5f9}.advantage-section{max-width:1100px;margin:0 auto;padding:72px 24px}.advantage-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:28px}.advantage-card{padding:22px 20px;text-align:center;background:#fff;border:1px solid var(--site-border);border-radius:14px;box-shadow:0 4px 16px #0f172a0a}.advantage-card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0 auto 12px;color:var(--site-purple);background:#f3f0ff;border-radius:10px}.advantage-card-title{margin:0 0 6px;font-size:14.5px;font-weight:700;color:var(--site-text)}.advantage-card-desc{margin:0;font-size:12.5px;line-height:1.6;color:#475569}.home-cta{padding:72px 24px 88px;text-align:center;background:linear-gradient(135deg,#eff6ff,#f5f3ff)}.home-cta-title{margin:0 0 10px;font-size:28px;font-weight:800;color:var(--site-text)}.home-cta-desc{margin:0 0 28px;font-size:14.5px;color:#475569}.home-cta-privacy{max-width:560px;margin:24px auto 0;font-size:11.5px;color:#94a3b8}@media (max-width: 900px){.feature-grid,.pain-grid,.advantage-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.scenario-grid{flex-direction:column;align-items:stretch}.scenario-btn{justify-content:center}}@media (max-width: 560px){.feature-grid,.pain-grid,.advantage-grid{grid-template-columns:1fr}}@media (max-width: 860px){.hero-title{font-size:32px}.hero-title-break{display:none}.home-section-title{font-size:24px}.site-navbar-links{display:none}}.features-page{padding-top:var(--site-navbar-height);min-height:100vh;background:var(--site-bg)}.features-hero{padding:64px 24px 56px;text-align:center;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.features-hero-title{margin:0 0 12px;font-size:36px;font-weight:800;line-height:1.3;color:#fff;letter-spacing:-.01em}.features-hero-subtitle{margin:0;font-size:15px;color:#ffffffd9}.features-grid-section{max-width:1100px;margin:0 auto;padding:56px 24px 64px}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.features-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;padding:28px 24px 24px;text-align:center;background:#fff;border:1px solid var(--site-border);border-radius:16px;box-shadow:0 4px 20px #0000000d;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.features-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #2563eb29;border-color:var(--site-blue)}.features-card-disabled{opacity:.7}.features-card-badge{position:absolute;top:20px;right:20px;padding:3px 10px;font-size:11px;font-weight:700;border-radius:999px;white-space:nowrap}.features-card-badge-hot{color:#b91c1c;background:#fee2e2}.features-card-badge-new{color:#15803d;background:#dcfce7}.features-card-badge-practical{color:#1d4ed8;background:#dbeafe}.features-card-badge-explore{color:#6d28d9;background:#f3f0ff}.features-card-badge-manage{color:#b45309;background:#fef3c7}.features-card-icon-tile{display:flex;align-items:center;justify-content:center;width:52px;height:52px;margin-bottom:6px;background:#eff6ff;border-radius:8px;color:var(--site-blue)}.features-card-icon-svg{width:26px;height:26px}.features-card-title{margin:0;font-size:16px;font-weight:700;color:var(--site-text)}.features-card-desc{margin:0;font-size:13px;line-height:1.55;color:var(--site-text-muted)}.features-card-scenario{margin:4px 0 0;font-size:12px;color:#94a3b8}.features-card-link{margin-top:12px;font-size:13px;font-weight:700;color:var(--site-blue)}.features-card-disabled .features-card-link{color:#94a3b8}.features-cta{padding:48px 24px 64px;text-align:center;background:#eff6ff}.features-cta-title{margin:0 0 8px;font-size:22px;font-weight:800;color:var(--site-text)}.features-cta-desc{margin:0 0 24px;font-size:14px;color:var(--site-text-muted)}.features-cta-btn{padding:13px 34px;font-size:15px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border:none;border-radius:999px;cursor:pointer;box-shadow:0 10px 24px #2563eb4d;transition:transform .15s ease,box-shadow .15s ease}.features-cta-btn:hover{transform:translateY(-2px);box-shadow:0 14px 30px #2563eb61}@media (max-width: 900px){.features-hero-title{font-size:28px}.features-grid{grid-template-columns:1fr}}.cl-tool{display:flex;flex-direction:column;height:calc(100vh - var(--site-navbar-height));margin-top:var(--site-navbar-height);background:#fff;overflow:hidden}.cl-tool-header{display:flex;align-items:center;gap:16px;flex-shrink:0;padding:16px 24px;background:#fff;border-bottom:1px solid var(--site-border)}.cl-tool-title{margin:0;font-size:17px;font-weight:800;color:var(--site-text)}.cl-tool-body{flex:1;min-height:0;display:grid;grid-template-columns:300px minmax(0,1fr) 300px;gap:20px;padding:20px}.cl-input-col{display:flex;flex-direction:column;gap:16px;min-height:0;overflow-y:auto;padding:20px;background:#f5f7fc;border:1px solid #e7ebf5;border-radius:16px;box-shadow:0 8px 28px #0f172a12}.cl-field{display:flex;flex-direction:column;gap:6px}.cl-field-label{font-size:12px;font-weight:700;color:var(--site-text-muted)}.cl-select,.cl-input,.cl-textarea{width:100%;padding:9px 12px;font-size:13px;font-family:inherit;color:var(--site-text);background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;resize:vertical}.cl-select:focus,.cl-input:focus,.cl-textarea:focus{border-color:var(--site-blue);box-shadow:0 0 0 3px #2563eb1f}.cl-input-actions{display:flex;gap:10px;margin-top:4px}.cl-clear-btn{padding:10px 16px;font-size:13px;font-weight:600;color:var(--site-text-muted);background:#fff;border:1px solid #cbd5e1;border-radius:999px;cursor:pointer;white-space:nowrap}.cl-clear-btn:hover{color:var(--site-text);border-color:#94a3b8}.cl-generate-btn{flex:1;width:auto;padding:10px 16px;font-size:13px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 6px 16px #2563eb47}.cl-empty-cta{width:auto;padding:12px 28px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 6px 16px #2563eb47}.cl-preview-col{display:flex;flex-direction:column;min-height:0;background:#f5f7fc;border:1px solid #e7ebf5;border-radius:16px;box-shadow:0 8px 28px #0f172a12;overflow:hidden}.cl-preview-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-shrink:0;padding:14px 22px;border-bottom:1px solid var(--site-border)}.cl-preview-title{font-size:14px;font-weight:700;color:var(--site-text)}.cl-preview-actions{display:flex;gap:8px}.cl-preview-body{flex:1;min-height:0;overflow-y:auto;padding:28px}.cl-preview-letter,.cl-preview-editor{width:100%;min-height:100%;max-width:640px;margin:0 auto;padding:40px 44px;font-family:Georgia,Times New Roman,serif;font-size:14px;line-height:1.8;color:#1e293b;white-space:pre-wrap;background:#fff;border:1px solid var(--site-border);border-radius:4px;box-shadow:0 4px 20px #0000000d;box-sizing:border-box}.cl-preview-letter{cursor:text}.cl-preview-editor{display:block;resize:none;outline:none}.cl-preview-editor:focus{border-color:var(--site-blue)}.cl-preview-edit-hint{display:flex;align-items:center;gap:4px;flex-shrink:0;margin:0;padding:8px 22px;font-size:11px;color:var(--site-text-muted);border-top:1px solid var(--site-border)}.cl-preview-edit-hint-icon{flex-shrink:0;color:var(--site-blue)}.cl-preview-placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:13px;color:var(--site-text-muted);text-align:center}.cl-preview-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:14px}.cl-preview-loading-text{margin:0;font-size:13px;color:var(--site-text-muted)}.cl-history-col{display:flex;flex-direction:column;min-height:0;background:#f5f7fc;border:1px solid #e7ebf5;border-radius:16px;box-shadow:0 8px 28px #0f172a12;overflow:hidden}.cl-history-header{flex-shrink:0;padding:14px 18px;font-size:13px;font-weight:700;color:var(--site-text);border-bottom:1px solid var(--site-border)}.cl-history-list{flex:1;min-height:0;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px}.cl-history-empty{margin:20px 0 0;font-size:12px;color:var(--site-text-muted);text-align:center}.cl-history-item{padding:12px 14px;border-radius:12px;background:#fff;border:1.5px solid var(--site-border)}.cl-history-item-active{border-color:var(--site-blue);background:#eff6ff;box-shadow:0 0 0 3px #2563eb1a}.cl-history-item-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.cl-history-version{font-size:12px;font-weight:800;color:var(--site-blue)}.cl-history-time{font-size:11px;color:var(--site-text-muted)}.cl-history-meta{margin:0 0 8px;font-size:12px;color:var(--site-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cl-history-actions{display:flex;gap:6px}.cl-history-btn{padding:4px 12px;font-size:11px;font-weight:600;color:var(--site-blue);background:#fff;border:1px solid #bfdbfe;border-radius:999px;cursor:pointer}.cl-history-btn:hover{background:#eff6ff}.cl-clear-history-btn{flex-shrink:0;margin:0 14px 14px;padding:9px;font-size:12px;font-weight:600;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;cursor:pointer}.cl-clear-history-btn:hover{background:#fee2e2}.cl-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px;text-align:center}.cl-empty-icon{display:flex;align-items:center;justify-content:center;color:var(--site-blue)}.cl-empty-title{margin:0;font-size:18px;font-weight:700;color:var(--site-text)}.cl-empty-desc{margin:0 0 12px;font-size:13px;color:var(--site-text-muted);max-width:360px}@media (max-width: 1100px){.cl-tool-body{grid-template-columns:260px minmax(0,1fr) 260px}}.ma-tool{display:flex;flex-direction:column;min-height:calc(100vh - var(--site-navbar-height));margin-top:var(--site-navbar-height);background:#fff}.ma-tool-header{display:flex;align-items:center;gap:16px;flex-shrink:0;padding:16px 24px;background:#fff;border-bottom:1px solid var(--site-border)}.ma-tool-title{flex:1;margin:0;font-size:17px;font-weight:800;color:var(--site-text)}.ma-clear-all-btn{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:7px 14px;font-size:12.5px;font-weight:600;color:#475569;background:#fff;border:1px solid var(--site-border);border-radius:999px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.ma-clear-all-btn:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.ma-tool-body{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:22px 24px 28px;display:flex;flex-direction:column;gap:16px}.ma-tool-tagline{margin:-4px 0 2px;font-size:13.5px;font-weight:500;color:#475569}.ma-columns{display:grid;grid-template-columns:1fr 1fr;align-items:start;gap:18px}.ma-resume-card,.ma-jd-card{display:flex;flex-direction:column;padding:22px 24px;background:#f5f7fc;border:1px solid #e7ebf5;border-radius:16px;box-shadow:0 8px 28px #0f172a12}.ma-card-caption{margin:3px 0 0;font-size:12px;color:#94a3b8}.ma-resume-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ma-resume-card-head-main{display:flex;align-items:center;gap:8px;min-width:0;font-size:14.5px;font-weight:700;color:var(--site-text)}.ma-resume-icon{display:inline-flex;align-items:center;flex-shrink:0;color:var(--site-blue)}.ma-resume-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ma-resume-status{flex-shrink:0;padding:3px 10px;font-size:11px;font-weight:700;border-radius:999px;white-space:nowrap}.ma-resume-status-ready{color:#15803d;background:#dcfce7}.ma-resume-status-empty{color:#64748b;background:#f1f5f9}.ma-resume-card-meta{margin:4px 0 0;font-size:12px;color:var(--site-text-muted)}.ma-col-title{margin:0;font-size:13px;font-weight:700;color:var(--site-text)}.ma-upload-col-body{display:flex;flex-direction:column;gap:10px;margin-top:14px}.ma-upload-zone{display:flex;align-items:center;justify-content:center;padding:16px;text-align:center;background:#fff;border:1.5px dashed #d5c9f7;border-radius:12px;cursor:pointer;flex-shrink:0;transition:border-color .15s,background .15s,box-shadow .15s,transform .15s}.ma-upload-zone:hover{border-color:var(--site-purple);background:#faf9ff;box-shadow:0 6px 16px #7c3aed1f;transform:translateY(-1px)}.ma-upload-zone-dragging{border-color:var(--site-purple);background:#f5f3ff}.ma-upload-hint{font-size:12px;font-weight:600;color:var(--site-text-muted)}.ma-upload-status{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:var(--site-blue)}.ma-or-divider{flex-shrink:0;font-size:11px;color:var(--site-text-muted);text-align:center}.ma-select{flex-shrink:0;width:100%;padding:8px 12px;font-size:13px;font-family:inherit;color:var(--site-text);background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none}.ma-select:focus{border-color:var(--site-blue);box-shadow:0 0 0 3px #2563eb1f}.ma-resume-preview-empty{margin:0;padding:20px 0;font-size:12px;color:var(--site-text-muted);text-align:center}.ma-resume-accordion{display:flex;flex-direction:column;border:1px solid var(--site-border);border-radius:12px;overflow:hidden}.ma-accordion-item+.ma-accordion-item{border-top:1px solid var(--site-border)}.ma-accordion-head{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;background:#fff;border:none;cursor:pointer;text-align:left}.ma-accordion-title{font-size:12.5px;font-weight:700;color:var(--site-text)}.ma-accordion-chevron{display:flex;align-items:center;color:var(--site-text-muted);transition:transform .15s ease}.ma-accordion-chevron-open{transform:rotate(180deg)}.ma-accordion-preview{margin:0;padding:8px 14px 12px;font-size:12px;line-height:1.6;color:var(--site-text-muted);background:#fff}.ma-accordion-preview-empty{font-style:italic}.ma-accordion-body{margin:0;max-height:240px;overflow-y:auto;padding:10px 14px 14px;font-size:12.5px;line-height:1.7;color:var(--site-text);white-space:pre-wrap;background:#fff}.ma-jd-toolbar{display:flex;gap:8px;margin-top:12px}.ma-jd-tool-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:600;color:var(--site-blue);background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;cursor:pointer;white-space:nowrap}.ma-jd-tool-btn:hover:not(:disabled){background:#dbeafe}.ma-jd-tool-btn:disabled{opacity:.6;cursor:not-allowed}.ma-jd-textarea{margin-top:10px;height:220px;padding:12px 14px;font-size:13px;font-family:inherit;color:var(--site-text);background:#fff;border:1px solid var(--site-border);border-radius:12px;outline:none;resize:none}.ma-jd-textarea:focus{border-color:var(--site-blue);box-shadow:0 0 0 3px #2563eb1f}.ma-analyze-row{display:flex;flex-direction:column;align-items:center;gap:8px;margin-top:14px}.ma-analyze-shortcut{font-size:11.5px;color:#94a3b8}.ma-recommend-modal{width:100%;max-width:420px;padding:24px;border-radius:var(--radius-lg);background:#fff;box-shadow:var(--shadow-elevated)}.ma-recommend-desc{margin:0 0 16px;font-size:13px;line-height:1.6;color:var(--site-text-muted)}.ma-recommend-submit{width:100%;margin-top:6px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.ma-result-section{display:flex;flex-direction:column;align-items:center;gap:20px;padding:26px 24px;background:#f5f7fc;border:1px solid #e7ebf5;border-radius:16px;box-shadow:0 8px 28px #0f172a12}.ma-result-body{width:100%}.ma-result-placeholder-rich{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:120px;padding:4px 0;text-align:center}.ma-result-placeholder-title{margin:0;font-size:14.5px;font-weight:700;color:var(--site-text)}.ma-result-placeholder-points{display:flex;flex-direction:column;gap:10px;width:100%;max-width:520px}.ma-result-placeholder-point{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:12.5px;line-height:1.5;color:#475569;text-align:left;background:#fff;border:1px solid var(--site-border);border-radius:10px}.ma-result-placeholder-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:28px;height:28px;color:var(--site-purple);background:#f3f0ff;border-radius:8px}.ma-result-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;min-height:120px}.ma-result-loading-text{margin:0;font-size:13px;color:var(--site-text-muted)}.ma-analyze-btn{width:100%;padding:12px 40px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 6px 16px #2563eb47}.ma-privacy-note{margin:-4px 0 0;font-size:11.5px;color:#94a3b8;text-align:center}@media (max-width: 900px){.ma-columns{grid-template-columns:1fr}.ma-tool-header{flex-wrap:wrap}}.pivot-header{display:flex;align-items:center;gap:14px;margin-bottom:10px}.pivot-header-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;color:var(--site-purple);background:#f3f0ff;border-radius:12px}.pivot-header-text{flex:1;min-width:0}.pivot-header-eyebrow{margin:0 0 2px;font-size:11.5px;font-weight:600;color:#94a3b8}.pivot-header-title{margin:0;font-size:18px;font-weight:800;color:var(--site-text)}.pivot-feasibility-badge{flex-shrink:0;padding:5px 14px;font-size:12.5px;font-weight:700;border-radius:999px;white-space:nowrap}.pivot-feasibility-high{color:#15803d;background:#dcfce7}.pivot-feasibility-medium{color:#b45309;background:#fef3c7}.pivot-feasibility-low{color:#b91c1c;background:#fee2e2}.pivot-summary{margin:0 0 16px;padding:12px 14px;font-size:13.5px;line-height:1.6;color:#475569;background:#f8fafc;border-radius:10px}.pivot-skill-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.pivot-skill-tag{padding:6px 14px;font-size:12.5px;font-weight:600;color:var(--site-purple);background:#f3f0ff;border:1px solid #ddd6fe;border-radius:999px}.pivot-section{margin-bottom:22px;text-align:left}.pivot-section-title{display:flex;align-items:center;gap:6px;margin:0 0 10px;font-size:13.5px;font-weight:700;color:var(--site-text)}.pivot-section-empty{margin:0;font-size:12.5px;color:#94a3b8}.pivot-requirement-list,.pivot-mapping-list,.pivot-gap-list{display:flex;flex-direction:column;gap:8px}.pivot-requirement-row{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:#f8fafc;border:1px solid var(--site-border);border-radius:10px}.pivot-req-status{flex-shrink:0;padding:3px 10px;font-size:11.5px;font-weight:700;border-radius:999px;white-space:nowrap}.pivot-req-status-met{color:#15803d;background:#dcfce7}.pivot-req-status-unmet{color:#b91c1c;background:#fee2e2}.pivot-req-status-unclear{color:#b45309;background:#fef3c7}.pivot-req-body{flex:1;min-width:0}.pivot-req-name{margin:0;font-size:13px;font-weight:600;color:var(--site-text)}.pivot-req-note{margin:3px 0 0;font-size:12px;color:#94a3b8}.pivot-mapping-row{display:flex;align-items:center;gap:10px;padding:10px 12px;font-size:13px;background:#f8fafc;border:1px solid var(--site-border);border-radius:10px}.pivot-mapping-existing{flex-shrink:0;font-weight:700;color:var(--site-text)}.pivot-mapping-arrow{flex-shrink:0;color:var(--site-purple)}.pivot-mapping-value{color:#475569}.pivot-gap-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8fafc;border:1px solid var(--site-border);border-radius:10px}.pivot-gap-importance{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;border-radius:50%}.pivot-gap-importance-high{color:#b91c1c;background:#fee2e2}.pivot-gap-importance-medium{color:#b45309;background:#fef3c7}.pivot-gap-importance-low{color:#64748b;background:#f1f5f9}.pivot-gap-skill{font-size:13px;font-weight:600;color:var(--site-text)}.pivot-strategy-list{display:flex;flex-direction:column;gap:10px}.pivot-strategy-card{padding:12px 14px;background:#f8fafc;border-left:3px solid var(--site-purple);border-radius:0 10px 10px 0}.pivot-strategy-title{margin:0 0 4px;font-size:13px;font-weight:700;color:var(--site-text)}.pivot-strategy-advice{margin:0;font-size:12.5px;line-height:1.6;color:#475569}.pivot-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.pivot-action-btn{flex:1;min-width:200px}.pivot-action-btn-outline{flex:1;min-width:200px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:12px 24px;font-size:14.5px;font-weight:700;color:var(--site-purple);background:#fff;border:1.5px solid #ddd6fe;border-radius:999px;cursor:pointer;transition:background .15s,transform .15s}.pivot-action-btn-outline:hover:not(:disabled){background:#f3f0ff;transform:translateY(-1px)}.pivot-action-btn-outline:disabled{opacity:.6;cursor:not-allowed}.pivot-plan-section{margin-top:24px;padding-top:20px;border-top:1px solid var(--site-border);text-align:left}.pivot-plan-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.pivot-plan-title{margin:0;font-size:15px;font-weight:800;color:var(--site-text)}.pivot-plan-export-actions{display:flex;gap:8px}.pivot-plan-export-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;font-size:12px;font-weight:600;color:var(--site-blue);background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;cursor:pointer;white-space:nowrap}.pivot-plan-export-btn:hover{background:#dbeafe}.pivot-plan-overview{margin:0 0 20px;padding:12px 14px;font-size:13px;line-height:1.6;color:#475569;background:#f8fafc;border-radius:10px}.pivot-plan-month{margin-bottom:20px}.pivot-plan-month-title{margin:0 0 10px;font-size:14px;font-weight:700;color:var(--site-purple)}.pivot-plan-month-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.pivot-plan-col{padding:12px 14px;background:#f8fafc;border:1px solid var(--site-border);border-radius:10px}.pivot-plan-col-title{margin:0 0 6px;font-size:12px;font-weight:700;color:var(--site-text)}.pivot-plan-col ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:4px}.pivot-plan-col li{font-size:12px;line-height:1.5;color:#475569}@media (max-width: 640px){.pivot-plan-month-grid{grid-template-columns:1fr}.pivot-actions{flex-direction:column}}.pivot-hint-banner{display:flex;flex-direction:column;gap:8px;margin-top:10px;padding:12px 14px;background:#f3f0ff;border:1px solid #ddd6fe;border-radius:12px}.pivot-hint-banner-title{display:flex;align-items:center;gap:6px;margin:0;font-size:12.5px;font-weight:700;color:var(--site-purple)}.pivot-hint-textarea{width:100%;min-height:64px;padding:8px 10px;font-size:12.5px;font-family:inherit;line-height:1.6;color:var(--color-text);background:#fff;border:1px solid #ddd6fe;border-radius:8px;outline:none;resize:vertical;box-sizing:border-box}.pivot-hint-dismiss{align-self:flex-end;padding:4px 12px;font-size:11.5px;font-weight:600;color:#7c3aed;background:transparent;border:none;cursor:pointer;text-decoration:underline}.iv-tool{display:flex;flex-direction:column;height:calc(100vh - var(--site-navbar-height));margin-top:var(--site-navbar-height);background:var(--site-bg);overflow:hidden}.iv-tool-header{display:flex;align-items:center;gap:16px;flex-shrink:0;padding:16px 24px;background:#fff;border-bottom:1px solid var(--site-border)}.iv-tool-title{margin:0;font-size:17px;font-weight:800;color:var(--site-text)}.iv-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px;text-align:center}.iv-empty-icon{display:flex;align-items:center;justify-content:center;color:var(--site-blue)}.iv-empty-title{margin:0 0 8px;font-size:18px;font-weight:700;color:var(--site-text)}.iv-empty-cta{width:auto;padding:12px 28px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 6px 16px #2563eb47}.iv-option-row{display:flex;flex-wrap:wrap;gap:8px}.iv-option-pill{padding:8px 16px;font-size:13px;font-weight:600;color:var(--site-text-muted);background:#fff;border:1px solid #cbd5e1;border-radius:999px;cursor:pointer}.iv-option-pill:hover{border-color:var(--site-blue);color:var(--site-blue)}.iv-option-pill-active{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-color:transparent;box-shadow:0 4px 12px #2563eb40;transform:scale(1.02)}.iv-start-btn{width:100%;margin-top:8px;padding:13px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 8px 20px #2563eb4d}.iv-top-bar{display:flex;align-items:center;gap:24px;flex-shrink:0;padding:12px 24px;background:#fff;border-bottom:1px solid var(--site-border);font-size:13px;font-weight:600;color:var(--site-text)}.iv-top-resume,.iv-top-position{display:inline-flex;align-items:center;gap:5px}.iv-top-tag-icon{flex-shrink:0;color:var(--site-blue)}.iv-main-row{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 340px}.iv-chat-col{display:flex;flex-direction:column;min-height:0;background:#fff;border-right:1px solid var(--site-border)}.iv-chat-header{display:flex;align-items:center;gap:10px;flex-shrink:0;padding:14px 20px;border-bottom:1px solid var(--site-border)}.iv-interviewer-avatar{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:50%}.iv-interviewer-name{margin:0;font-size:14px;font-weight:700;color:var(--site-text)}.iv-position-tag{font-size:12px;color:var(--site-text-muted)}.iv-message-list{flex:1;min-height:0;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:14px}.iv-message-row{display:flex;align-items:flex-end;gap:8px}.iv-message-row-user{justify-content:flex-end}.iv-message-avatar{display:flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:50%}.iv-message-bubble{max-width:70%;padding:10px 14px;font-size:13.5px;line-height:1.6;white-space:pre-wrap;border-radius:14px}.iv-message-bubble-interviewer{color:var(--site-text);background:#f1f5f9;border-bottom-left-radius:4px}.iv-message-bubble-user{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-bottom-right-radius:4px}.iv-typing{display:flex;align-items:center;gap:6px;color:var(--site-text-muted)}.iv-typing-dots{display:inline-flex;gap:3px}.iv-typing-dots span{width:4px;height:4px;border-radius:50%;background:var(--site-text-muted);animation:iv-typing-bounce 1.2s ease-in-out infinite}.iv-typing-dots span:nth-child(2){animation-delay:.15s}.iv-typing-dots span:nth-child(3){animation-delay:.3s}@keyframes iv-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-3px);opacity:1}}.iv-round-progress{flex-shrink:0;padding:8px 20px;font-size:12px;font-weight:600;color:var(--site-text-muted);text-align:center;border-top:1px solid var(--site-border)}.iv-analysis-col{display:flex;flex-direction:column;min-height:0;background:#f8fafc}.iv-col-title{margin:0;padding:14px 18px;font-size:13px;font-weight:700;color:var(--site-text);border-bottom:1px solid var(--site-border);flex-shrink:0;background:#fff}.iv-col-subtitle{margin:0 0 8px;font-size:12px;font-weight:700;color:var(--site-text-muted)}.iv-metrics-row{flex-shrink:0;display:flex;flex-direction:column;gap:8px;padding:14px 18px}.iv-metric-card{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff;border:1px solid var(--site-border);border-radius:12px}.iv-metric-label{font-size:12px;color:var(--site-text-muted)}.iv-metric-value{font-size:18px;font-weight:800;color:var(--site-blue)}.iv-suggestions{flex:1;min-height:0;overflow-y:auto;padding:4px 18px 14px}.iv-suggestions-empty{margin:0;font-size:12px;color:var(--site-text-muted)}.iv-suggestion-list{display:flex;flex-direction:column;gap:8px}.iv-suggestion-item{padding:10px 12px;background:#fff;border:1px solid var(--site-border);border-radius:10px;cursor:pointer}.iv-suggestion-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;font-size:11px;font-weight:700;color:var(--site-text-muted)}.iv-suggestion-score{color:var(--site-blue)}.iv-suggestion-text{margin:0;font-size:12px;line-height:1.5;color:var(--site-text)}.iv-suggestion-text-clamped{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.iv-report-entry{flex-shrink:0;padding:14px 18px;border-top:1px solid var(--site-border);background:#fff}.iv-report-btn{width:100%;padding:10px;font-size:13px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.iv-report-hint{margin:0;font-size:11px;color:var(--site-text-muted);text-align:center}.iv-input-bar{flex-shrink:0;display:flex;gap:10px;padding:14px 20px;background:#fff;border-top:1px solid var(--site-border)}.iv-input-textarea{flex:1;height:52px;padding:12px 14px;font-size:13px;font-family:inherit;color:var(--site-text);background:#f8fafc;border:1px solid #cbd5e1;border-radius:12px;outline:none;resize:none}.iv-input-textarea:focus{border-color:var(--site-blue);box-shadow:0 0 0 3px #2563eb1f}.iv-send-btn{width:auto;padding:0 28px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.iv-report-body{padding-right:0}.iv-report-meta{margin:0 0 18px;font-size:12px;color:var(--site-text-muted)}.iv-report-section{margin-bottom:20px}.iv-report-heading{display:flex;align-items:center;gap:5px;margin:0 0 10px;font-size:14px;font-weight:700;color:var(--site-text)}.iv-report-inline-icon{flex-shrink:0;color:var(--site-blue)}.iv-report-evaluation{margin:0;font-size:13px;line-height:1.7;color:var(--site-text)}.iv-report-dims{display:flex;flex-direction:column;gap:10px}.iv-report-dim-row{display:grid;grid-template-columns:90px 1fr 32px;align-items:center;gap:10px}.iv-report-dim-name{font-size:12px;font-weight:600;color:var(--site-text)}.iv-report-dim-track{height:8px;border-radius:999px;background:#e5e5ea;overflow:hidden}.iv-report-dim-fill{height:100%;border-radius:999px}.iv-report-dim-fill-green{background:linear-gradient(90deg,#4ade80,#16a34a)}.iv-report-dim-fill-orange{background:linear-gradient(90deg,#fb923c,#ea580c)}.iv-report-dim-fill-red{background:linear-gradient(90deg,#f87171,#dc2626)}.iv-report-dim-score{text-align:right;font-size:13px;font-weight:700;color:var(--site-text)}.iv-report-questions{display:flex;flex-direction:column;gap:10px}.iv-report-question-card{padding:12px 14px;background:#f8fafc;border:1px solid var(--site-border);border-radius:12px}.iv-report-question-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:6px}.iv-report-question-title{font-size:13px;font-weight:700;color:var(--site-text)}.iv-report-question-score{flex-shrink:0;padding:2px 10px;font-size:11px;font-weight:700;border-radius:999px;white-space:nowrap}.iv-report-question-score-green{color:#15803d;background:#dcfce7}.iv-report-question-score-orange{color:#c2410c;background:#ffedd5}.iv-report-question-score-red{color:#b91c1c;background:#fee2e2}.iv-report-question-answer{margin:0 0 6px;font-size:12.5px;line-height:1.6;color:var(--site-text-muted)}.iv-report-question-feedback{display:flex;align-items:flex-start;gap:5px;margin:0;font-size:12.5px;line-height:1.6;color:var(--site-text)}.iv-report-question-feedback .iv-report-inline-icon{margin-top:2px}.iv-report-suggestion-list{margin:0;padding-left:20px;font-size:13px;line-height:1.8;color:var(--site-text)}.iv-rubric-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0;background:none;border:none;cursor:pointer;text-align:left}.iv-rubric-toggle-heading{margin:0}.iv-rubric-toggle-icon{flex-shrink:0;font-size:10px;color:var(--site-text-muted)}.iv-rubric-list{display:flex;flex-direction:column;gap:10px;margin-top:10px}.iv-rubric-card{padding:12px 14px;background:#f8fafc;border:1px solid var(--site-border);border-radius:12px}.iv-rubric-card-head{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:4px}.iv-rubric-name{font-size:13px;font-weight:700;color:var(--site-text)}.iv-rubric-meta{flex-shrink:0;font-size:12px;font-weight:600;color:var(--site-text-muted)}.iv-rubric-criteria{margin:0 0 8px;font-size:12px;line-height:1.6;color:var(--site-text-muted)}.iv-rubric-track{height:6px;margin-bottom:6px;border-radius:999px;background:#e5e5ea;overflow:hidden}.iv-rubric-fill{height:100%;border-radius:999px}.iv-rubric-contribution{margin:0;font-size:11.5px;color:var(--site-text-muted)}.iv-report-subsection{margin-top:8px;padding-top:8px;border-top:1px dashed var(--site-border)}.iv-report-subsection-title{display:flex;align-items:center;gap:5px;margin:0 0 4px;font-size:12px;font-weight:700;color:var(--site-text)}.iv-report-subsection-text{margin:0;font-size:12.5px;line-height:1.6;color:var(--site-text-muted)}.iv-report-framework-list{margin:0;padding-left:18px;font-size:12.5px;line-height:1.7;color:var(--site-text-muted)}.iv-report-sample-answer{padding:10px 12px;background:#f0fdf4;border-top:none;border-left:3px solid #16a34a;border-radius:0 8px 8px 0}.iv-report-sample-answer .iv-report-inline-icon{color:#16a34a}.iv-report-priority-list{display:flex;flex-direction:column;gap:12px}.iv-report-priority-card{padding:12px 14px;border:1px solid var(--site-border);border-radius:12px}.iv-report-priority-label{display:flex;align-items:center;gap:6px;margin:0 0 6px;font-size:12.5px;font-weight:700}.iv-report-priority-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%}.iv-report-priority-high .iv-report-priority-dot{background:#dc2626}.iv-report-priority-medium .iv-report-priority-dot{background:#d97706}.iv-report-priority-low .iv-report-priority-dot{background:#16a34a}.iv-report-priority-high{background:#fef2f2;border-color:#fecaca}.iv-report-priority-high .iv-report-priority-label{color:#b91c1c}.iv-report-priority-medium{background:#fffbeb;border-color:#fde68a}.iv-report-priority-medium .iv-report-priority-label{color:#b45309}.iv-report-priority-low{background:#f0fdf4;border-color:#bbf7d0}.iv-report-priority-low .iv-report-priority-label{color:#15803d}.iv-report-recommendation-card{padding:16px 18px;background:linear-gradient(135deg,#eff6ff,#f5f3ff);border:1px solid var(--site-border);border-radius:14px}.iv-report-recommendation-pick{display:flex;align-items:center;gap:6px;margin:0 0 6px;font-size:14px;font-weight:800;color:var(--site-text)}.iv-report-recommendation-reason{margin:0;font-size:12.5px;line-height:1.6;color:var(--site-text-muted)}.iv-report-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding-top:16px;margin-top:16px;border-top:1px solid var(--site-border);flex-shrink:0}@media (max-width: 1000px){.iv-main-row{grid-template-columns:minmax(0,1fr) 280px}}.iv-mode-tabs{display:flex;gap:4px;margin-left:auto;padding:4px;border-radius:999px;background:#f1f5f9}.iv-mode-tab{padding:7px 16px;font-size:13px;font-weight:600;color:var(--site-text-muted);background:transparent;border:none;border-radius:999px;cursor:pointer;white-space:nowrap}.iv-mode-tab:hover{color:var(--site-text)}.iv-mode-tab-active{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.iv-config-hint{margin:0;font-size:12px;line-height:1.6;color:var(--site-text-muted);text-align:center}.iv-config-stage{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px;padding:24px 24px 32px}.iv-config-stage-video{padding:32px 24px 48px}.iv-config-intro{max-width:620px;display:flex;flex-direction:column;gap:4px;text-align:center}.iv-config-intro-video{gap:14px;max-width:100%}.iv-config-heading{margin:0;font-size:18px;font-weight:800;color:var(--site-text)}.iv-config-desc{margin:0;font-size:13px;color:var(--site-text-muted)}.iv-progress-steps{display:flex;align-items:center;justify-content:center;gap:6px}.iv-progress-step{display:flex;align-items:center;gap:8px}.iv-progress-step-dot{display:flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;font-size:11px;font-weight:700;color:var(--site-text-muted);background:#f1f5f9;border-radius:50%}.iv-progress-step-label{font-size:12.5px;font-weight:600;color:var(--site-text-muted);white-space:nowrap}.iv-progress-step-active .iv-progress-step-dot{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 3px 10px #2563eb4d}.iv-progress-step-active .iv-progress-step-label{color:var(--site-text);font-weight:800}.iv-progress-step-line{width:28px;height:1.5px;margin:0 2px;background:var(--site-border)}.iv-config-card{width:90%;max-width:920px;display:grid;grid-template-columns:1fr 1fr;column-gap:28px;padding:20px 24px;background:#fff;border:1px solid var(--site-border);border-radius:16px;box-shadow:0 4px 20px #0000000d}.iv-config-card-video{position:relative;max-width:1080px;grid-template-columns:300px 1fr;padding:36px 32px 32px;row-gap:8px}.iv-config-reset-btn{position:absolute;top:30px;right:32px;padding:5px 12px;font-size:12px;font-weight:600;color:var(--site-text-muted);background:#f8fafc;border:1px solid var(--site-border);border-radius:999px;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.iv-config-reset-btn:hover{color:var(--site-blue);border-color:var(--site-blue);background:#eff6ff}.iv-config-group{display:flex;flex-direction:column;gap:12px;min-width:0}.iv-config-group+.iv-config-group{padding-left:32px;border-left:1px dashed var(--site-border)}.iv-config-group-required{gap:16px;padding:16px;background:linear-gradient(160deg,#f5f3ff,#fbfaff);border:1px solid #ede9fe;border-radius:14px}.iv-config-group-optional{gap:22px}.iv-config-group-title{display:flex;align-items:center;gap:6px;margin:0;font-size:13px;font-weight:700;color:var(--site-text)}.iv-config-card-video .iv-config-group-title{margin-bottom:2px;font-size:15px;font-weight:800;letter-spacing:-.01em}.iv-config-card-video .cl-field-label{color:#334155}.iv-config-card-video .cl-field-hint{color:#94a3b8}.iv-config-card-video .cl-required-mark{color:var(--site-purple);font-weight:800}.iv-config-stage-text{padding:32px 24px 48px}.iv-config-intro-text{gap:14px}.iv-config-card-text{position:relative;max-width:960px;padding:36px 32px 32px;row-gap:8px;box-shadow:0 10px 32px #0f172a14;border-color:#e5e0fb}.iv-config-card-text .iv-config-group-title{margin-bottom:2px;font-size:15px;font-weight:800;letter-spacing:-.01em}.iv-config-card-text .cl-field-label{color:#334155}.iv-config-card-text .cl-field-hint{color:#94a3b8}.iv-config-card-text .cl-required-mark{color:var(--site-purple);font-weight:800}.iv-config-privacy-note-inline{grid-column:1 / -1;margin:4px 0 0;padding-top:14px;border-top:1px dashed var(--site-border);font-size:12.5px;line-height:1.6;color:var(--site-text-muted);text-align:center}.iv-config-card-hint{grid-column:1 / -1;margin:0 0 18px;padding-right:100px;font-size:12px;line-height:1.7;color:var(--site-text-muted)}.iv-env-row{display:flex;gap:10px}.iv-env-card{flex:1;display:flex;flex-direction:column;gap:2px;padding:10px 14px;text-align:left;background:#f8fafc;border:1.5px solid var(--site-border);border-radius:10px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.iv-env-card:hover{border-color:var(--site-blue);box-shadow:0 4px 14px #2563eb24;transform:translateY(-1px)}.iv-env-card-title{font-size:13px;font-weight:700;color:var(--site-text)}.iv-env-card-desc{font-size:11px;color:var(--site-text-muted)}.iv-env-card-tencent{background:#eff6ff;border-color:#bfdbfe}.iv-env-card-tencent .iv-env-card-title{color:#1d4ed8}.iv-env-card-feishu{background:#ecfdf5;border-color:#a7f3d0}.iv-env-card-feishu .iv-env-card-title{color:#059669}.iv-env-card-active{border-color:var(--site-blue)!important;box-shadow:0 4px 14px #2563eb38;transform:translateY(-1px)}.iv-config-card>.iv-start-btn{grid-column:1 / -1;margin-top:28px}.cl-field-label-row{display:flex;align-items:center;gap:6px}.cl-field-icon{flex-shrink:0;color:var(--site-text-muted)}.cl-required-mark{margin-left:2px;color:#dc2626}.cl-field-hint{margin:2px 0 0;font-size:11px;line-height:1.5;color:var(--site-text-muted)}.cl-field-error{margin:4px 0 0;font-size:11px;color:#dc2626}.cl-input-error{border-color:#fca5a5}.cl-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.iv-lang-toggle{display:flex;width:fit-content;padding:3px;background:#f1f5f9;border-radius:10px}.iv-lang-btn{padding:6px 20px;font-size:12.5px;font-weight:600;color:var(--site-text-muted);background:none;border:none;border-radius:8px;cursor:pointer;transition:color .15s ease,background .15s ease}.iv-lang-btn:hover:not(.iv-lang-btn-active){color:var(--site-blue);background:#eff6ff}.iv-lang-btn-active{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.iv-speech-rate-row{display:flex;align-items:center;gap:12px}.iv-speech-rate-slider{flex:1;accent-color:var(--site-blue)}.iv-speech-rate-value{flex-shrink:0;min-width:40px;font-size:13px;font-weight:700;color:var(--site-blue);text-align:right}.iv-video-stage{flex:1;min-height:0;display:flex;flex-direction:column}.iv-video-stage-meeting{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#000}.iv-video-progress{margin-left:auto;font-size:12px;font-weight:700;color:var(--site-blue)}.iv-video-body{position:relative;flex:1;min-height:0;overflow-y:auto;display:flex;align-items:center;justify-content:center;padding:32px 24px;background:linear-gradient(160deg,#f8fafc,#eef2ff 55%,#f5f3ff);overflow:hidden}.iv-video-body:before,.iv-video-body:after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}.iv-video-body:before{width:360px;height:360px;top:-120px;left:-100px;background:radial-gradient(circle,#2563eb12,#2563eb00 70%)}.iv-video-body:after{width:420px;height:420px;bottom:-160px;right:-120px;background:radial-gradient(circle,#7c3aed12,#7c3aed00 70%)}.iv-video-body>*{position:relative;z-index:1}.iv-video-record-indicator{display:flex;align-items:center;gap:8px;font-size:20px;font-weight:800;color:#dc2626}.iv-video-record-indicator-inline{font-size:13px}.iv-video-record-dot{width:12px;height:12px;border-radius:50%;background:#ef4444;animation:iv-record-pulse 1.4s ease-in-out infinite}@keyframes iv-record-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.iv-video-finish-btn{width:auto;padding:12px 32px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.iv-top-bar-right{display:flex;align-items:center;gap:16px;margin-left:auto}.iv-permission-stage{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:0;padding:32px 24px 24px;text-align:center}.iv-permission-intro{max-width:560px;display:flex;flex-direction:column;gap:4px}.iv-permission-step-label{margin:0 0 6px;font-size:12px;font-weight:700;letter-spacing:.02em;color:#777}.iv-permission-heading{display:flex;align-items:center;justify-content:center;gap:8px;margin:0;font-size:19px;font-weight:800;color:#111}.iv-permission-heading-icon{color:var(--site-blue);flex-shrink:0}.iv-permission-subtext{margin:0;font-size:13px;line-height:1.6;color:#777}.iv-permission-card{width:100%;max-width:460px;flex-shrink:0;margin-top:22px;display:flex;flex-direction:column;align-items:center;gap:12px;padding:26px 28px 22px;background:#fff;border:1px solid var(--site-border);border-radius:12px;box-shadow:0 8px 28px #0f172a17;overflow:hidden}.iv-permission-icon-group{display:flex;align-items:center;gap:14px}.iv-permission-icon-item{display:flex;align-items:center;justify-content:center;width:52px;height:52px;color:var(--site-blue);background:#eff6ff;border-radius:12px}.iv-permission-card-desc{margin:0;max-width:380px;font-size:14px;font-weight:700;line-height:1.6;color:#333}.iv-permission-status-row{display:flex;gap:10px;width:100%}.iv-permission-status{display:flex;align-items:center;gap:7px;flex:1;padding:8px 12px;font-size:12.5px;font-weight:600;background:#f8fafc;border:1px solid var(--site-border);border-radius:10px;color:#777;text-align:left}.iv-permission-status-device-icon{display:flex;flex-shrink:0;color:inherit}.iv-permission-status-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.iv-permission-status-state-icon{display:flex;flex-shrink:0}.iv-permission-status-granted{color:#15803d;background:#dcfce7;border-color:#bbf7d0}.iv-permission-status-denied{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.iv-permission-status-checking{color:var(--site-blue);background:#eff6ff;border-color:#bfdbfe}.iv-permission-error{display:flex;align-items:center;gap:5px;margin:0;max-width:420px;padding:10px 16px;font-size:13px;color:#b91c1c;background:#fee2e2;border-radius:10px}.iv-permission-error-icon{flex-shrink:0}.iv-permission-check-btn{width:100%;margin-top:2px;padding:13px 36px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 6px 16px #2563eb47;transition:background .2s ease,box-shadow .2s ease,transform .15s ease}.iv-permission-check-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#6d28d9);box-shadow:0 10px 24px #2563eb5c;transform:translateY(-2px)}.iv-permission-fallback-hint{margin:2px 0 0;font-size:11.5px;line-height:1.6;color:#777}.iv-permission-value-cards{width:100%;max-width:860px;margin-top:20px;display:flex;flex-wrap:wrap;align-items:stretch;gap:16px}.iv-value-card{flex:1;min-width:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:22px 18px;text-align:center;background:#fff;border:1px solid #ede9fe;border-radius:12px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.iv-value-card:hover{border-color:#d8cffc;box-shadow:0 10px 24px #7c3aed1f;transform:translateY(-3px)}.iv-value-card-icon-tile{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:2px;background:#eff6ff;border-radius:12px}.iv-value-card-icon{color:var(--site-blue)}.iv-value-card-title{margin:0;font-size:14px;font-weight:800;color:#111}.iv-value-card-desc{margin:0;font-size:12.5px;line-height:1.65;color:#777}.iv-permission-privacy-note{max-width:640px;margin-top:14px;font-size:12.5px;line-height:1.6;color:#777}@media (max-width: 720px){.iv-permission-value-cards{flex-direction:column}}.iv-device-error-stage{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:40px 24px}.iv-device-error-card{width:100%;max-width:560px;display:flex;flex-direction:column;align-items:center;gap:16px;padding:36px 36px 32px;text-align:center;background:#fff;border:1px solid var(--site-border);border-radius:12px;box-shadow:0 8px 28px #0f172a17}.iv-device-error-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;color:#dc2626;background:#fee2e2;border-radius:50%}.iv-device-error-title{margin:0;font-size:18px;font-weight:800;color:#111}.iv-device-error-section{width:100%;text-align:left}.iv-device-error-section-title{display:flex;align-items:center;gap:6px;margin:0 0 8px;font-size:13px;font-weight:700;color:#333}.iv-device-error-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:6px;font-size:13px;line-height:1.6;color:#777}.iv-device-error-steps{color:#333}.iv-device-error-actions{display:flex;align-items:center;gap:12px;width:100%;margin-top:8px}.iv-device-error-actions .iv-start-btn{flex:1;width:auto;display:inline-flex;align-items:center;justify-content:center;gap:6px}.iv-device-error-home-btn{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:13px 20px;font-size:14px;font-weight:700;color:#333;background:#fff;border:1px solid var(--site-border);border-radius:999px;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.iv-device-error-home-btn:hover{color:var(--site-blue);border-color:var(--site-blue);background:#eff6ff}.meeting-silence-warning{display:flex;align-items:center;gap:6px;margin:8px 0 0;font-size:12.5px;font-weight:600;color:#fbbf24}.iv-test-camera-wrap{position:relative;flex-shrink:0;width:100%;max-width:480px;aspect-ratio:4 / 3;overflow:hidden;background:#000;border-radius:16px;box-shadow:0 8px 24px #00000029}.iv-permission-camera-wrap{max-width:100%;aspect-ratio:16 / 10}.iv-permission-camera-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#fff9;font-size:12.5px;background:#111}.iv-test-camera-feed{width:100%;height:100%;object-fit:cover;transform:scaleX(-1)}.iv-test-mic-row{display:flex;align-items:center;gap:12px;width:100%;max-width:480px}.iv-test-mic-label{display:inline-flex;align-items:center;gap:5px;flex-shrink:0;font-size:13px;font-weight:600;color:var(--site-text-muted)}.iv-test-mic-track{flex:1;height:10px;overflow:hidden;background:#e2e8f0;border-radius:999px}.iv-test-mic-fill{height:100%;border-radius:999px;transition:width .1s ease-out,background .2s ease}.iv-test-mic-fill-active{background:linear-gradient(90deg,#22c55e,#16a34a)}.iv-test-mic-fill-idle{background:#cbd5e1}.iv-test-mic-value{flex-shrink:0;min-width:22px;font-size:12px;font-variant-numeric:tabular-nums;color:var(--site-text-muted);text-align:right}.iv-test-mic-hint{margin:2px 0 0;max-width:480px;font-size:12px;line-height:1.6;color:var(--site-text-muted)}.iv-permission-error-with-action{flex-direction:column;align-items:flex-start;gap:8px}.iv-permission-error-text{display:flex;align-items:center;gap:5px;margin:0}.iv-test-mic-override-hint{margin:0;font-size:12.5px;line-height:1.6;color:#7c2d12}.iv-test-mic-override-btn{display:inline;padding:0;border:none;background:none;font:inherit;font-weight:600;color:var(--site-purple);text-decoration:underline;cursor:pointer}.iv-permission-actions{display:flex;align-items:center;gap:10px;width:100%}.iv-permission-actions .iv-permission-check-btn{flex:1}.iv-permission-guidance{padding:12px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px}.iv-permission-guidance .iv-device-error-section-title{color:#b91c1c}.iv-permission-guidance .iv-device-error-list{color:#7f1d1d}.iv-avatar-stage{display:flex;flex-direction:column;align-items:center;gap:18px;max-width:560px;width:100%}.iv-interviewer-card{position:relative;width:100%;display:flex;flex-direction:column;gap:14px;padding:22px 26px;background:#ffffffad;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.6);border-radius:20px;box-shadow:0 10px 32px #0f172a14;transition:box-shadow .4s ease}.iv-interviewer-card-active{animation:iv-card-breathe 2.6s ease-in-out infinite}@keyframes iv-card-breathe{0%,to{box-shadow:0 10px 32px #0f172a14,0 0 #2563eb00}50%{box-shadow:0 10px 32px #0f172a14,0 0 22px #2563eb38}}.iv-interviewer-card-header{display:flex;align-items:center;gap:14px}.iv-interviewer-avatar-circle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:50%}.iv-interviewer-info{flex:1;min-width:0}.iv-interviewer-name{margin:0;font-size:15px;font-weight:700;color:var(--site-text)}.iv-interviewer-tag{font-size:12px;color:var(--site-text-muted)}.iv-interviewer-waveform{flex-shrink:0;display:flex;align-items:flex-end;gap:3px;padding:8px 10px;background:#fff;border-radius:999px;box-shadow:0 4px 12px #0000001a}.iv-interviewer-waveform span{width:3px;height:8px;background:var(--site-blue);border-radius:999px;animation:iv-waveform-bounce .9s ease-in-out infinite}.iv-interviewer-waveform span:nth-child(2){animation-delay:.15s}.iv-interviewer-waveform span:nth-child(3){animation-delay:.3s}.iv-interviewer-waveform span:nth-child(4){animation-delay:.45s}@keyframes iv-waveform-bounce{0%,to{height:6px;opacity:.6}50%{height:16px;opacity:1}}.iv-interviewer-status{display:flex;align-items:center;gap:6px;margin:0;font-size:12.5px;font-weight:600;color:var(--site-blue)}.iv-interviewer-status-spin{animation:iv-status-spin 1s linear infinite}@keyframes iv-status-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.iv-narration-progress-track{height:4px;overflow:hidden;background:#2563eb1f;border-radius:999px}.iv-narration-progress-fill{height:100%;background:linear-gradient(90deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:999px;transition:width .2s ease}.iv-avatar-subtitle{margin:0;padding:16px 20px;font-size:19px;font-weight:700;line-height:1.6;color:var(--site-text);text-align:left;background:#fff;border:1px solid var(--site-border);border-radius:14px}.iv-video-submit-card{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:420px;padding:40px 32px;background:#fff;border:1px solid var(--site-border);border-radius:16px;box-shadow:0 4px 20px #0000000d;text-align:center}.iv-video-submit-icon{display:flex;align-items:center;justify-content:center;color:var(--site-blue)}.iv-video-submit-title{margin:0;font-size:16px;font-weight:700;color:var(--site-text)}.iv-video-submit-desc{margin:0 0 8px;font-size:13px;line-height:1.6;color:var(--site-text-muted)}.iv-video-analyzing{display:flex;flex-direction:column;align-items:center;gap:14px}.iv-video-analyzing-text{margin:0;font-size:15px;font-weight:700;color:var(--site-text)}.iv-video-analyzing-hint{margin:0;font-size:12px;color:var(--site-text-muted)}.iv-video-camera-preview{position:absolute;left:24px;bottom:24px;width:400px;height:300px;max-width:40vw;overflow:hidden;border-radius:16px;border:2px solid #fff;box-shadow:0 12px 32px #00000038;background:#000;cursor:grab;touch-action:none;z-index:2}.iv-video-camera-preview:active{cursor:grabbing}.iv-video-camera-feed{width:100%;height:100%;object-fit:cover;transform:scaleX(-1);pointer-events:none}.iv-video-camera-drag-hint{position:absolute;top:8px;right:10px;padding:2px 8px;font-size:10px;font-weight:600;color:#fff;background:#0006;border-radius:999px;pointer-events:none}@media (max-width: 900px){.iv-video-camera-preview{width:240px;height:180px;max-width:60vw}}.iv-report-nonverbal-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.iv-report-nonverbal-tag{display:inline-flex;align-items:center;gap:3px;padding:3px 10px;font-size:11px;font-weight:600;color:var(--site-text-muted);background:#f1f5f9;border-radius:999px;white-space:nowrap}.iv-report-nonverbal-tag-suggestion{color:#b45309;background:#fef3c7}.iv-select-stage{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:32px 24px}.iv-select-header{max-width:640px;text-align:center}.iv-select-title{margin:0 0 10px;font-size:27px;font-weight:800;color:var(--site-text)}.iv-select-desc{margin:0;font-size:15px;line-height:1.6;color:var(--site-text-muted)}.iv-select-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;width:100%;max-width:900px;margin-top:36px}.iv-select-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 32px 38px;text-align:center;background:#fff;border:1px solid var(--site-border);border-radius:24px;box-shadow:0 10px 30px #0f172a12;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.iv-select-card:hover{transform:translateY(-6px);box-shadow:0 22px 44px #7c3aed2e;border-color:var(--site-purple)}.iv-select-card-recommended{background:linear-gradient(160deg,#f5f3ff,#fbfaff 60%,#fff);border-color:#e9d5ff}.iv-select-card-badge{position:absolute;top:20px;right:20px;padding:4px 13px;font-size:11.5px;font-weight:700;border-radius:999px;white-space:nowrap}.iv-select-card-badge-recommend{color:#b91c1c;background:#fee2e2}.iv-select-card-badge-new{color:#15803d;background:#dcfce7}.iv-select-card-icon-tile{display:flex;align-items:center;justify-content:center;width:72px;height:72px;margin-bottom:6px;background:#f3f0ff;border-radius:18px;color:var(--site-purple)}.iv-select-card-icon-svg{width:36px;height:36px}.iv-select-card-title{font-size:23px;font-weight:800;color:var(--site-text)}.iv-select-card-desc{max-width:300px;font-size:14px;line-height:1.65;color:var(--site-text-muted)}.iv-select-card-cta{margin-top:16px;padding:12px 34px;font-size:15px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:999px;box-shadow:0 6px 16px #2563eb47;transition:background .2s ease,box-shadow .2s ease}.iv-select-card:hover .iv-select-card-cta{background:linear-gradient(135deg,#1d4ed8,#6d28d9);box-shadow:0 8px 20px #2563eb61}.iv-select-history-panel{display:flex;align-items:center;gap:16px;width:100%;max-width:900px;margin-top:28px;padding:18px 28px;text-align:left;background:#faf9ff;border:1px solid #ece8fc;border-radius:16px;cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.iv-select-history-panel:hover{border-color:#d8cffc;background:#f5f2ff;transform:translateY(-2px)}.iv-select-history-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:42px;height:42px;background:#ece5fd;border-radius:12px;color:var(--site-purple)}.iv-select-history-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.iv-select-history-title{font-size:14.5px;font-weight:700;color:var(--site-text)}.iv-select-history-desc{font-size:12.5px;color:var(--site-text-muted)}.iv-select-history-arrow{display:flex;align-items:center;flex-shrink:0;color:#b8aef0;transition:transform .2s ease,color .2s ease}.iv-select-history-panel:hover .iv-select-history-arrow{color:var(--site-purple);transform:translate(4px)}.iv-select-footer{margin:24px 0 0;font-size:12px;color:#94a3b8}@media (max-width: 720px){.iv-select-cards{grid-template-columns:1fr}}.confirm-dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.confirm-dialog{width:100%;max-width:380px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:32px 28px 24px;text-align:center;background:#fff;border-radius:20px;box-shadow:0 24px 60px #0f172a40}.confirm-dialog-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;margin-bottom:6px;background:#f3f0ff;border-radius:14px;color:var(--site-purple)}.confirm-dialog-title{margin:0;font-size:17px;font-weight:800;color:var(--site-text)}.confirm-dialog-message{margin:0;font-size:13.5px;line-height:1.6;color:var(--site-text-muted)}.confirm-dialog-actions{display:flex;gap:10px;width:100%;margin-top:18px}.confirm-dialog-btn{flex:1;padding:11px 0;font-size:14px;font-weight:700;border-radius:999px;cursor:pointer;transition:background .2s ease,box-shadow .2s ease,color .2s ease,border-color .2s ease}.confirm-dialog-btn-cancel{color:var(--site-text);background:#fff;border:1px solid var(--site-border)}.confirm-dialog-btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.confirm-dialog-btn-confirm{color:#fff;border:none;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 6px 16px #2563eb47}.confirm-dialog-btn-confirm:hover{background:linear-gradient(135deg,#1d4ed8,#6d28d9);box-shadow:0 8px 20px #2563eb61}.iv-history-stage{flex:1;overflow-y:auto;max-width:720px;width:100%;margin:0 auto;padding:32px 24px;display:flex;flex-direction:column;gap:16px}.iv-history-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.iv-history-count{margin:0;font-size:13px;color:var(--site-text-muted)}.iv-history-empty{margin:40px 0 0;font-size:14px;text-align:center;color:var(--site-text-muted)}.iv-history-list-view{display:flex;flex-direction:column;gap:12px}.iv-history-card{display:flex;flex-direction:column;gap:6px;padding:18px 20px;background:#fff;border:1px solid var(--site-border);border-radius:14px;box-shadow:0 2px 10px #0000000a}.iv-history-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px}.iv-history-mode-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:700;border-radius:999px;white-space:nowrap}.iv-history-mode-icon{width:13px;height:13px;flex-shrink:0}.iv-history-mode-text{color:var(--site-blue);background:#dbeafe}.iv-history-mode-video{color:#7c3aed;background:#ede9fe}.iv-history-time{font-size:12px;color:#94a3b8}.iv-history-position{margin:0;font-size:14px;font-weight:700;color:var(--site-text)}.iv-history-resume{display:flex;align-items:center;gap:4px;margin:0;font-size:13px;color:var(--site-text-muted)}.iv-history-resume-icon{flex-shrink:0}.iv-history-view-btn{align-self:flex-start;margin-top:6px;padding:6px 18px;font-size:13px;font-weight:600;color:var(--site-blue);background:#eff6ff;border:none;border-radius:999px;cursor:pointer}.iv-history-view-btn:hover{background:#dbeafe}.ct-intro-stage{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:32px;padding:40px 24px 24px;text-align:center}.ct-intro-card{width:100%;max-width:560px;display:flex;flex-direction:column;align-items:center;gap:14px;padding:40px 36px 32px;background:#fff;border:1px solid var(--site-border);border-radius:24px;box-shadow:0 4px 24px #0f172a0f}.ct-intro-icon-tile{display:flex;align-items:center;justify-content:center;width:76px;height:76px;margin-bottom:4px;color:var(--site-purple);background:linear-gradient(160deg,#f3f0ff,#eef2ff);border-radius:50%}.ct-intro-icon-svg{width:40px;height:40px}.ct-intro-title{margin:0;font-size:24px;font-weight:800;color:var(--site-text);letter-spacing:-.01em}.ct-intro-desc-group{display:flex;flex-direction:column;gap:8px;max-width:440px}.ct-intro-desc-primary{margin:0;font-size:14.5px;font-weight:600;line-height:1.6;color:#334155}.ct-intro-desc-secondary{margin:0;font-size:13px;line-height:1.7;color:var(--site-text-muted)}.ct-start-btn{width:100%;max-width:280px;margin-top:10px;padding:13px 40px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 6px 16px #2563eb47;transition:background .2s ease,box-shadow .2s ease,transform .15s ease}.ct-start-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#6d28d9);box-shadow:0 10px 24px #2563eb5c;transform:translateY(-2px)}.ct-history-btn{display:inline-flex;align-items:center;gap:6px;margin-top:6px;padding:8px 18px;font-size:13px;font-weight:600;color:var(--site-text-muted);background:#fff;border:1px solid var(--site-border);border-radius:999px;cursor:pointer;transition:color .15s ease,border-color .15s ease,background .15s ease}.ct-history-btn:hover{color:var(--site-blue);border-color:var(--site-blue);background:#eff6ff}.ct-value-cards{width:100%;max-width:880px;display:flex;gap:16px}.ct-value-card{flex:1;display:flex;flex-direction:column;align-items:center;gap:8px;padding:22px 18px;text-align:center;background:#fff;border:1px solid #ede9fe;border-radius:16px}.ct-value-card-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;margin-bottom:2px;color:var(--site-purple);background:#f3f0ff;border-radius:12px}.ct-value-card-title{margin:0;font-size:14px;font-weight:800;color:var(--site-text)}.ct-value-card-desc{margin:0;font-size:12.5px;line-height:1.65;color:var(--site-text-muted)}.ct-privacy-note{max-width:640px;margin:auto 0 8px;font-size:12px;line-height:1.6;color:#94a3b8;text-align:center}@media (max-width: 720px){.ct-value-cards{flex-direction:column}}.ct-quiz-stage{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:28px;padding:40px 24px}.ct-progress-row{display:flex;align-items:center;gap:12px;width:100%;max-width:560px}.ct-progress-track{flex:1;height:8px;overflow:hidden;background:#e2e8f0;border-radius:999px}.ct-progress-fill{height:100%;background:linear-gradient(90deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:999px;transition:width .3s ease}.ct-progress-label{flex-shrink:0;font-size:12px;font-weight:700;color:var(--site-text-muted)}.ct-question-card{width:100%;max-width:560px;display:flex;flex-direction:column;gap:20px;padding:36px 32px;background:#fff;border:1px solid var(--site-border);border-radius:16px;box-shadow:0 4px 20px #0000000d}.ct-question-text{margin:0;font-size:17px;font-weight:700;line-height:1.6;color:var(--site-text);text-align:center}.ct-option-list{display:flex;flex-direction:column;gap:14px}.ct-option-btn{padding:18px 24px;font-size:14px;font-weight:600;line-height:1.5;text-align:left;color:var(--site-text);background:var(--site-bg);border:2px solid var(--site-border);border-radius:14px;cursor:pointer;transition:transform .15s ease,border-color .15s ease,background .15s ease}.ct-option-btn:hover:not(:disabled){border-color:var(--site-blue);transform:translateY(-2px)}.ct-option-btn:disabled{cursor:default}.ct-option-btn-selected{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-color:transparent}.ct-result{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;gap:20px;padding:28px 24px 40px}.ct-result-type-card{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:4px;padding:32px;text-align:center;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:20px;box-shadow:0 10px 28px #2563eb47}.ct-result-type-label{margin:0;font-size:12px;font-weight:700;color:#fffc}.ct-result-type{margin:4px 0;font-size:44px;font-weight:900;letter-spacing:4px;color:#fff}.ct-result-nickname{margin:0;font-size:16px;font-weight:700;color:#fff}.ct-result-summary{margin:4px 0 0;max-width:380px;font-size:13px;line-height:1.6;color:#ffffffd9}.ct-dim-list{width:100%;max-width:560px;display:flex;flex-direction:column;gap:14px}.ct-dim-row{display:grid;grid-template-columns:1fr minmax(0,2fr) 1fr;align-items:center;gap:12px}.ct-dim-side-label{font-size:12px;font-weight:700;color:var(--site-text-muted);white-space:nowrap}.ct-dim-side-label-right{text-align:right}.ct-dim-track-wrap{display:flex;align-items:center;gap:8px}.ct-dim-track{flex:1;height:10px;overflow:hidden;background:#ede9fe;border-radius:999px}.ct-dim-fill{height:100%;border-radius:999px;transition:width .4s ease;background:linear-gradient(90deg,var(--site-blue) 0%,var(--site-purple) 100%)}.ct-dim-info-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;color:var(--site-purple);cursor:help}.ct-dim-tooltip-bubble{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);width:220px;padding:8px 10px;font-size:11px;font-weight:400;line-height:1.5;color:#fff;background:#4c1d95;border-radius:8px;opacity:0;pointer-events:none;transition:opacity .15s ease,transform .15s ease;z-index:20}.ct-dim-tooltip-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#4c1d95}.ct-dim-info-icon:hover .ct-dim-tooltip-bubble,.ct-dim-info-icon:focus .ct-dim-tooltip-bubble{opacity:1;transform:translate(-50%) translateY(0)}.ct-career-section{width:100%;max-width:760px}.ct-career-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ct-career-card{min-width:0;padding:14px 16px;background:#fff;border:1px solid var(--site-border);border-radius:14px;box-shadow:0 2px 10px #0000000a}.ct-career-title{margin:0 0 4px;font-size:13.5px;font-weight:700;color:var(--site-text)}.ct-career-reason-compact{margin:0 0 8px;font-size:12px;line-height:1.5;color:var(--site-text-muted)}.ct-career-company-tags{display:flex;flex-wrap:wrap;gap:4px}.ct-career-company-tag{max-width:100%;padding:2px 8px;font-size:10.5px;font-weight:600;color:var(--site-purple);background:#f5f3ff;border-radius:999px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.ct-actions-wrap-v2{width:100%;max-width:640px;display:flex;flex-direction:column;align-items:center;gap:10px}.ct-actions-row{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.ct-save-btn-primary{width:auto;padding:10px 28px;font-size:14px;font-weight:700;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 6px 16px #7c3aed47}.ct-save-btn-primary:disabled{opacity:.7;cursor:default}.ct-history-type-badge{padding:3px 10px;font-size:12px;font-weight:700;letter-spacing:1px;color:var(--site-blue);background:#dbeafe;border-radius:999px;white-space:nowrap}.about-page{position:relative;padding-top:var(--site-navbar-height);min-height:100vh;background:var(--site-bg);overflow:hidden}.about-decoration{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.about-shape{position:absolute;border-radius:50%}.about-shape-1{width:420px;height:420px;top:-140px;right:-120px;background:radial-gradient(circle,#2563eb14,#2563eb00 70%)}.about-shape-2{width:360px;height:360px;bottom:10%;left:-140px;background:radial-gradient(circle,#7c3aed14,#7c3aed00 70%)}.about-shape-3{width:240px;height:240px;top:42%;right:8%;background:radial-gradient(circle,#2563eb0d,#2563eb00 70%)}.about-hero,.about-cards,.about-pillars,.about-feedback,.about-footer{position:relative;z-index:1}.about-hero{display:grid;grid-template-columns:1fr 220px;align-items:center;gap:56px;max-width:880px;margin:0 auto;padding:72px 24px 48px}.about-hero-text{max-width:600px}.about-eyebrow{display:inline-flex;align-items:center;padding:5px 14px;margin-bottom:18px;font-size:12px;font-weight:700;letter-spacing:.06em;color:var(--site-purple);background:#f3f0ff;border-radius:999px}.about-title{margin:0 0 12px;font-size:40px;font-weight:800;line-height:1.15;color:var(--site-text);letter-spacing:-.02em}.about-subtitle{margin:0 0 10px;font-size:17px;font-weight:600;line-height:1.6;color:var(--site-text)}.about-caption{margin:0;font-size:13.5px;font-weight:500;color:var(--site-text-muted)}.about-hero-avatar{display:flex;flex-direction:column;align-items:center;gap:14px}.about-avatar-wrap{flex-shrink:0;width:168px;height:168px;padding:4px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:50%;box-shadow:0 14px 32px #7c3aed33}.about-avatar{display:block;width:100%;height:100%;object-fit:cover;object-position:54% 26%;border:4px solid #fff;border-radius:50%}.about-avatar-fallback{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);color:#fff;font-size:56px;font-weight:800}.about-avatar-tag{text-align:center}.about-avatar-name{margin:0;font-size:14px;font-weight:800;color:var(--site-text)}.about-avatar-role{margin:2px 0 0;font-size:12px;color:var(--site-text-muted)}.about-cards{display:flex;flex-direction:column;gap:24px;max-width:880px;margin:0 auto;padding:8px 24px}.about-story-card{padding:32px 36px;background:#fff;border:1px solid var(--site-border);border-radius:20px;box-shadow:0 4px 20px #0f172a0d}.about-story-head{display:flex;align-items:center;gap:16px;margin-bottom:18px}.about-story-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;background:#f3f0ff;border-radius:12px;color:var(--site-purple)}.about-story-index{margin:0;font-size:11px;font-weight:800;letter-spacing:.06em;color:#c4b5fd}.about-story-title{margin:2px 0 0;font-size:17px;font-weight:800;color:var(--site-text)}.about-story-body{display:flex;flex-direction:column;gap:12px}.about-story-body p{margin:0;font-size:14.5px;line-height:1.85;color:var(--site-text-muted)}.about-highlight{color:var(--site-purple);font-weight:700}.about-pillars{max-width:880px;margin:0 auto;padding:16px 24px 8px}.about-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.about-pillar{padding:24px 22px;background:#fff;border:1px solid var(--site-border);border-radius:16px}.about-pillar-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-bottom:12px;background:#eff6ff;border-radius:10px;color:var(--site-blue)}.about-pillar-title{margin:0 0 6px;font-size:14.5px;font-weight:800;color:var(--site-text)}.about-pillar-desc{margin:0;font-size:12.5px;line-height:1.6;color:var(--site-text-muted)}.about-feedback{max-width:880px;margin:0 auto;padding:24px 24px 48px}.about-feedback-inner{display:flex;align-items:center;gap:24px;padding:36px 40px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:24px;box-shadow:0 20px 48px #7c3aed47}.about-feedback-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;background:#ffffff2e;border-radius:12px;color:#fff}.about-feedback-text{flex:1;min-width:0}.about-feedback-title{margin:0 0 6px;font-size:19px;font-weight:800;color:#fff}.about-feedback-desc{margin:0;max-width:420px;font-size:13.5px;line-height:1.7;color:#ffffffd9}.about-feedback-action{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:10px}.about-feedback-email{font-size:14px;font-weight:700;color:#fff}.about-copy-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:10px 20px;font-size:13px;font-weight:700;color:var(--site-blue);background:#fff;border:none;border-radius:999px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.about-copy-btn:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0f172a33}.about-footer{padding:0 24px 48px;text-align:center;font-size:12px;color:#94a3b8}@media (max-width: 720px){.about-hero{grid-template-columns:1fr;text-align:center;padding-top:40px}.about-hero-text{max-width:100%;order:2}.about-hero-avatar{order:1}.about-eyebrow{margin-left:auto;margin-right:auto}.about-story-head{align-items:flex-start}.about-pillars-grid{grid-template-columns:1fr}.about-feedback-inner{flex-direction:column;align-items:flex-start;text-align:left}.about-feedback-action{align-items:flex-start;width:100%}}.meeting-room{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.meeting-topbar{display:flex;align-items:center;gap:12px;flex-shrink:0;padding:10px 20px;font-size:13px}.meeting-room-tencent .meeting-topbar{color:#f1f5f9;background:#1f2937}.meeting-room-feishu .meeting-topbar{color:#1f2937;background:#fff;border-bottom:1px solid #e5e7eb}.meeting-topbar-title{font-weight:700}.meeting-topbar-id{font-size:12px;opacity:.7}.meeting-topbar-right{display:flex;align-items:center;gap:12px;margin-left:auto}.meeting-topbar-timer{font-size:12px;font-variant-numeric:tabular-nums}.meeting-recording-badge{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:#f87171}.meeting-main{position:relative;display:flex;min-height:380px;flex:1}.meeting-ai-pane{position:relative;display:flex;align-items:center;justify-content:center}.meeting-room-tencent .meeting-ai-pane{flex:0 0 70%;background:linear-gradient(160deg,#f1f5f9,#e2e8f0)}.meeting-room-feishu .meeting-ai-pane{flex:0 0 65%;background:linear-gradient(160deg,#ecfdf5,#d1fae5)}.meeting-ai-avatar-circle{display:flex;align-items:center;justify-content:center;width:96px;height:96px;font-size:34px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:50%;box-shadow:0 12px 30px #2563eb4d}.meeting-ai-tag-overlay{position:absolute;left:16px;bottom:16px;padding:8px 14px;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:10px}.meeting-ai-name{margin:0;font-size:13px;font-weight:700;color:#1f2937}.meeting-ai-tag,.meeting-ai-company{display:block;font-size:11px;color:#64748b}.meeting-ai-waveform{position:absolute;top:16px;right:16px;display:flex;align-items:flex-end;gap:3px;padding:6px 8px;background:#ffffffd9;border-radius:999px}.meeting-ai-waveform span{width:3px;height:8px;background:var(--site-blue);border-radius:999px;animation:iv-waveform-bounce .9s ease-in-out infinite}.meeting-ai-waveform span:nth-child(2){animation-delay:.15s}.meeting-ai-waveform span:nth-child(3){animation-delay:.3s}.meeting-camera-pane{position:relative;flex:1;display:flex;align-items:center;justify-content:center;background:#111827}.meeting-camera-feed{width:100%;height:100%;object-fit:cover;transform:scaleX(-1);background:#000}.meeting-camera-name{position:absolute;right:14px;bottom:14px;padding:3px 10px;font-size:11px;font-weight:600;color:#fff;background:#00000080;border-radius:999px}.meeting-mic-indicator{position:absolute;top:14px;left:14px;display:flex;align-items:center;gap:7px;padding:6px 12px;color:#fff;background:#0000008c;border-radius:999px}.meeting-mic-indicator-label{font-size:11px;font-weight:700;white-space:nowrap}.meeting-mic-bars{display:flex;align-items:flex-end;gap:2px;height:14px}.meeting-mic-bar{width:3px;min-height:2px;background:#4ade80;border-radius:999px;transition:height .1s ease-out}.meeting-subtitle-wrap{flex-shrink:0;padding:12px 24px}.meeting-room-tencent .meeting-subtitle-wrap{background:#0b1220}.meeting-room-feishu .meeting-subtitle-wrap{background:#f8fafc;border-top:1px solid #e5e7eb}.meeting-subtitle-status{display:flex;align-items:center;gap:6px;margin:0 0 6px;font-size:12px;font-weight:600;color:#93c5fd}.meeting-room-feishu .meeting-subtitle-status{color:var(--site-blue)}.meeting-progress-track{margin-bottom:8px}.meeting-subtitle{margin:0;font-size:17px;font-weight:700;line-height:1.6;color:#fff}.meeting-room-feishu .meeting-subtitle{color:#1f2937}.meeting-recording-row{display:flex;align-items:center;justify-content:space-between;margin-top:12px}.meeting-recording-timer{font-size:12px;font-weight:700;color:#f87171}.meeting-finish-btn{width:auto;padding:8px 22px;font-size:13px}.meeting-controls{display:flex;align-items:center;flex-shrink:0;padding:14px 24px;gap:16px}.meeting-room-tencent .meeting-controls{background:#111827eb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);justify-content:center}.meeting-room-feishu .meeting-controls{background:#fff;border-top:1px solid #e5e7eb;justify-content:space-between}.meeting-controls-duration{font-size:12px;color:#64748b;font-variant-numeric:tabular-nums}.meeting-controls-buttons{display:flex;align-items:center;gap:22px}.meeting-room-tencent .meeting-controls-buttons{flex:1;justify-content:center}.meeting-control-btn{display:flex;flex-direction:column;align-items:center;gap:4px;background:none;border:none;cursor:pointer;font-size:11px}.meeting-control-btn-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%}.meeting-room-tencent .meeting-control-btn{color:#e5e7eb}.meeting-room-tencent .meeting-control-btn-icon{background:#ffffff1f}.meeting-room-tencent .meeting-control-btn:hover .meeting-control-btn-icon{background:#ffffff38}.meeting-room-feishu .meeting-control-btn{color:#374151}.meeting-room-feishu .meeting-control-btn-icon{background:#f1f5f9}.meeting-room-feishu .meeting-control-btn:hover .meeting-control-btn-icon{background:#e2e8f0}.meeting-control-btn-muted .meeting-control-btn-icon,.meeting-control-btn-end .meeting-control-btn-icon{background:#dc2626!important;color:#fff}.meeting-control-btn-end:hover .meeting-control-btn-icon{background:#b91c1c!important}@media (max-width: 900px){.meeting-main{flex-direction:column;min-height:0}.meeting-room-tencent .meeting-ai-pane,.meeting-room-feishu .meeting-ai-pane{flex:0 0 220px}.meeting-camera-pane{flex:0 0 160px}}.auth-page{min-height:100vh;padding-top:var(--site-navbar-height);display:flex;align-items:center;justify-content:center;background:var(--site-bg)}.auth-page-card{width:100%;max-width:420px;margin:40px 24px;padding:40px 36px 32px;display:flex;flex-direction:column;align-items:center;background:#fff;border:1px solid var(--site-border);border-radius:20px;box-shadow:0 10px 32px #0f172a14}.auth-page-card-register{max-width:460px}.auth-page-brand{display:flex;align-items:center;gap:10px;margin-bottom:20px}.auth-page-brand-name{font-size:17px;font-weight:800;color:var(--site-text)}.auth-page-title{margin:0 0 6px;font-size:22px;font-weight:800;color:#111;text-align:center}.auth-page-subtitle{margin:0 0 28px;font-size:14px;color:#777;text-align:center}.auth-page-form{width:100%;display:flex;flex-direction:column;gap:18px}.auth-field-group{display:flex;flex-direction:column;gap:6px;width:100%}.auth-field-label{font-size:13px;font-weight:700;color:#333}.auth-field-optional{font-weight:500;color:#777}.auth-field-required{margin-left:2px;color:var(--site-purple);font-weight:800}.auth-field-input{width:100%;padding:10px 14px;font-size:14px;font-family:inherit;color:var(--site-text);background:#fff;border:1px solid #cbd5e1;border-radius:10px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-field-input:focus{border-color:var(--site-blue);box-shadow:0 0 0 3px #2563eb1f}.auth-field-input-error{border-color:#fca5a5}.auth-field-hint{font-size:11.5px;line-height:1.5;color:#777}.auth-field-error{margin:0;font-size:12px;color:#dc2626}.auth-strength-row{display:flex;align-items:center;gap:8px;margin-top:2px}.auth-strength-track{flex:1;height:4px;background:#e2e8f0;border-radius:999px;overflow:hidden}.auth-strength-fill{height:100%;border-radius:999px;transition:width .2s ease,background .2s ease}.auth-strength-fill-weak{width:33%;background:#f97316}.auth-strength-fill-medium{width:66%;background:var(--site-blue)}.auth-strength-fill-strong{width:100%;background:#16a34a}.auth-strength-label{flex-shrink:0;font-size:12px;font-weight:700}.auth-strength-label-weak{color:#f97316}.auth-strength-label-medium{color:var(--site-blue)}.auth-strength-label-strong{color:#16a34a}.auth-status-group{display:flex;flex-direction:column;gap:10px}.auth-status-lead{margin:0;font-size:12.5px;color:#777}.auth-status-tags{display:flex;flex-wrap:wrap;gap:8px}.auth-status-tag{padding:7px 14px;font-size:12.5px;font-weight:600;color:#777;background:#fff;border:1.5px solid #cbd5e1;border-radius:999px;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.auth-status-tag:hover{border-color:var(--site-blue);color:var(--site-blue)}.auth-status-tag-active{color:var(--site-blue);border-color:var(--site-blue);background:#eff6ff;font-weight:700}.auth-status-followup{margin:0;font-size:12px;line-height:1.5;color:var(--site-purple);text-align:center}.auth-page-notice{margin:0;padding:10px 12px;font-size:13px;color:#15803d;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px}.auth-page-submit-btn{width:100%;padding:12px 0;font-size:15px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 6px 16px #2563eb47;transition:background .2s ease,box-shadow .2s ease}.auth-page-submit-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#6d28d9);box-shadow:0 8px 20px #2563eb5c}.auth-page-submit-btn:disabled{color:#94a3b8;background:#e2e8f0;box-shadow:none;cursor:not-allowed}.auth-terms-line{margin:0;font-size:12px;line-height:1.6;color:#777;text-align:center}.auth-terms-link{display:inline;padding:0 3px;font-size:12px;color:var(--site-blue);font-weight:600;background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.auth-page-footer-line{margin:24px 0 0;font-size:13px;color:#777}.auth-page-footer-link{margin-left:4px;font-size:13px;font-weight:700;color:var(--site-blue);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.auth-page-footer-link:hover{color:#1d4ed8}.auth-forgot-password-link{align-self:flex-end;margin-top:2px;padding:0;font-size:12.5px;font-weight:600;color:var(--site-blue);background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.auth-forgot-password-link:hover{color:#1d4ed8}.auth-terms-modal{width:100%;max-width:440px;padding:24px;border-radius:16px;background:#fff;box-shadow:0 20px 50px #0003}.auth-terms-modal-text{margin:0 0 14px;font-size:13.5px;line-height:1.7;color:#333}.auth-terms-modal-btn{width:100%;margin-top:6px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.feedback-page{padding-top:var(--site-navbar-height);min-height:100vh;background:var(--site-bg)}.feedback-hero{max-width:640px;margin:0 auto;padding:52px 24px 24px;text-align:center}.feedback-title{display:flex;align-items:center;justify-content:center;gap:14px;margin:0 0 14px;font-size:38px;font-weight:800;letter-spacing:-.02em;color:var(--site-text)}.feedback-title-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;color:var(--site-purple);background:#f3f0ff;border-radius:16px}.feedback-subtitle{margin:0 0 8px;font-size:15px;font-weight:600;color:#475569}.feedback-scenario-hint{margin:0;font-size:13px;color:#94a3b8}.feedback-body{max-width:640px;margin:0 auto;padding:8px 24px 56px;display:flex;flex-direction:column;gap:28px}.feedback-form{display:flex;flex-direction:column;gap:14px;padding:28px;background:#fff;border:1px solid var(--site-border);border-radius:18px;box-shadow:0 10px 32px #0f172a14}.feedback-form-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:-2px}.feedback-form-label{font-size:13.5px;font-weight:700;color:var(--site-text)}.feedback-clear-btn{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;font-size:12px;font-weight:600;color:#475569;background:#fff;border:1px solid var(--site-border);border-radius:999px;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.feedback-clear-btn:hover:not(:disabled){color:#dc2626;background:#fef2f2;border-color:#fca5a5}.feedback-clear-btn:disabled{opacity:.5;cursor:not-allowed}.feedback-textarea-wrap{position:relative}.feedback-textarea{width:100%;box-sizing:border-box;height:140px;padding:14px 16px 28px;font-size:14px;font-family:inherit;color:var(--site-text);background:#f8fafc;border:1.5px solid var(--site-border);border-radius:12px;outline:none;resize:none;transition:border-color .15s,box-shadow .15s}.feedback-textarea:hover:not(:disabled){border-color:#c4b5fd}.feedback-textarea:focus{border-color:var(--site-blue);box-shadow:0 0 0 3px #2563eb1f}.feedback-char-count{position:absolute;right:12px;bottom:10px;font-size:11.5px;color:#94a3b8;pointer-events:none}.feedback-char-count-limit{color:#dc2626;font-weight:700}.feedback-field-label{margin-top:4px;font-size:12.5px;font-weight:600;color:#475569}.feedback-email-input{width:100%;box-sizing:border-box;padding:12px 14px;font-size:13.5px;font-family:inherit;color:var(--site-text);background:#f8fafc;border:1.5px solid var(--site-border);border-radius:10px;outline:none;transition:border-color .15s,box-shadow .15s}.feedback-email-input:hover:not(:disabled){border-color:#c4b5fd}.feedback-email-input:focus{border-color:var(--site-blue);box-shadow:0 0 0 3px #2563eb1f}.feedback-email-privacy{margin:-6px 0 0;font-size:11.5px;color:#94a3b8}.feedback-submit-row{display:flex;justify-content:center;margin-top:6px}.feedback-submit-btn{width:100%;max-width:260px;padding:12px 26px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.feedback-success-banner{margin:0;padding:10px 14px;font-size:13px;font-weight:600;color:var(--site-purple);background:#f3f0ff;border:1px solid #ddd6fe;border-radius:10px;text-align:center}.feedback-list{display:flex;flex-direction:column;gap:12px}.feedback-loading{display:flex;align-items:center;justify-content:center;padding:40px 0}.feedback-empty{padding:40px 0;font-size:13px;color:var(--site-text-muted);text-align:center}.feedback-error{display:flex;flex-direction:column;align-items:center;gap:12px}.feedback-error .error-box{width:100%;box-sizing:border-box}.feedback-retry-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;font-size:12.5px;font-weight:600;color:var(--site-blue);background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;cursor:pointer;transition:background .15s}.feedback-retry-btn:hover{background:#dbeafe}.feedback-item{padding:16px 18px;background:#fff;border:1px solid var(--site-border);border-radius:14px;box-shadow:0 4px 16px #0f172a0d}.feedback-item-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.feedback-item-name{font-size:13px;font-weight:700;color:var(--site-text)}.feedback-item-time{flex-shrink:0;font-size:11.5px;color:#94a3b8}.feedback-item-content{margin:0;font-size:13.5px;line-height:1.6;color:#475569;white-space:pre-wrap;word-break:break-word}.feedback-privacy-footnote{max-width:640px;margin:0 auto;padding:0 24px 40px;font-size:11.5px;color:#94a3b8;text-align:center}@media (max-width: 560px){.feedback-form{padding:22px}.feedback-title{font-size:30px}.feedback-title-icon{width:46px;height:46px}}.collapsible{margin-top:16px;border-radius:var(--radius-md);background:#fff;border:1px solid #e5e5ea;overflow:hidden}.collapsible-header{display:flex;align-items:center;gap:8px;width:100%;padding:12px 16px;background:#f8f7fb;border:none;cursor:pointer;text-align:left}.collapsible-title{flex:1;font-size:13px;font-weight:700;color:var(--color-text)}.collapsible-chevron{flex-shrink:0;transition:transform .2s ease;color:var(--site-purple)}.collapsible-open .collapsible-chevron{transform:rotate(180deg)}.collapsible-body{padding:14px 16px;border-top:1px solid #eeecf3}.copy-btn{display:inline-flex;align-items:center;gap:4px;flex-shrink:0;padding:3px 10px;font-size:11px;font-weight:600;color:var(--site-purple);background:#f3f0ff;border:1px solid #ddd6fe;border-radius:999px;cursor:pointer;white-space:nowrap}.copy-btn:hover{background:#ede9fe}.match-tier-badge{padding:4px 16px;font-size:13px;font-weight:700;border-radius:999px}.match-tier-safety{color:#15803d;background:#dcfce7}.match-tier-solid{color:#c2410c;background:#ffedd5}.match-tier-reach{color:#b91c1c;background:#fee2e2}.match-tier-advice{max-width:560px;margin:4px auto 20px;padding:10px 14px;font-size:12.5px;line-height:1.6;color:var(--color-text-muted);text-align:center;background:#f8f7fb;border-radius:var(--radius-md)}.match-benchmark-row{display:flex;align-items:center;justify-content:center;gap:6px;margin:-8px 0 12px;font-size:12.5px;color:var(--color-text)}.match-benchmark-row strong{color:var(--site-purple)}.match-benchmark-disclaimer{font-size:11px;color:var(--color-text-muted)}.match-dimensions-expanded{gap:20px}.match-dim-row-expanded{display:block}.match-dim-row-expanded .match-dim-label{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:6px}.match-dim-row-expanded .match-dim-weight{display:inline-flex;align-items:center;gap:3px;cursor:help}.match-dim-row-expanded .match-dim-score{display:inline-block;margin-top:4px}.match-dim-loading{margin:8px 0 0;font-size:11.5px;color:var(--site-purple)}.match-evidence-block{margin-top:10px;padding:10px 12px;border-radius:var(--radius-md);background:#faf9fc;border:1px solid #eeecf3}.match-evidence-label{margin:0 0 6px;font-size:11.5px;font-weight:700;color:var(--color-text-muted)}.match-evidence-excerpts{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.match-evidence-excerpt{display:block;padding:6px 10px;font-size:12px;line-height:1.6;color:#4c1d95;background:#f3f0ff;border-radius:8px}.match-rewrite-block{display:flex;flex-direction:column;gap:8px}.match-rewrite-row{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;background:#fff;border:1px solid #eeecf3;border-radius:8px}.match-rewrite-lang{flex-shrink:0;padding:2px 8px;font-size:10.5px;font-weight:700;color:var(--site-purple);background:#f3f0ff;border-radius:999px}.match-rewrite-text{flex:1;margin:0;font-size:12.5px;line-height:1.6;color:var(--color-text)}.match-kw-layer-tag{margin-left:5px;font-size:9.5px;opacity:.7}.match-missing-kw-list{display:flex;flex-direction:column;gap:10px}.match-missing-kw-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.match-kw-priority-badge{flex-shrink:0;padding:2px 10px;font-size:10.5px;font-weight:700;border-radius:999px;white-space:nowrap}.match-kw-priority-high{color:#fff;background:#6d28d9}.match-kw-priority-medium{color:#6d28d9;background:#ede9fe}.match-injection-row{display:flex;align-items:center;gap:8px;width:100%;margin-top:2px;padding:6px 10px;font-size:12px;background:#faf9fc;border-radius:8px}.match-injection-text{flex:1;margin:0;color:var(--color-text)}.match-fullrewrite-actions{display:flex;gap:8px;margin-bottom:10px}.match-export-mini-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;font-size:11.5px;font-weight:600;color:var(--site-purple);background:#f3f0ff;border:1px solid #ddd6fe;border-radius:999px;cursor:pointer}.match-fullrewrite-text{max-height:420px;overflow-y:auto;padding:12px 14px;font-family:inherit;font-size:12.5px;line-height:1.7;white-space:pre-wrap;background:#faf9fc;border:1px solid #eeecf3;border-radius:var(--radius-md)}.match-interview-bank-list{display:flex;flex-direction:column;gap:14px}.match-interview-q-card{padding:12px 14px;background:#faf9fc;border:1px solid #eeecf3;border-radius:var(--radius-md)}.match-interview-q-title{margin:0 0 4px;font-size:13px;font-weight:700;color:var(--color-text)}.match-interview-q-zh{margin:0 0 10px;font-size:12px;color:var(--color-text-muted)}.match-star-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.match-star-col-title{margin:0 0 4px;font-size:11px;font-weight:700;color:var(--site-purple)}.match-star-line{margin:0 0 3px;font-size:11.5px;line-height:1.5;color:var(--color-text)}.match-country-strategy-block,.match-channels-block{margin-top:16px;padding:14px 16px;background:#f8f7fb;border:1px solid #eeecf3;border-radius:var(--radius-md)}.match-block-title{display:flex;align-items:center;gap:6px;margin:0 0 8px;font-size:13px;font-weight:700;color:var(--color-text)}.match-country-strategy-text{margin:0 0 10px;font-size:12.5px;line-height:1.6;color:var(--color-text)}.match-sponsor-row{display:flex;align-items:flex-start;gap:6px;padding:8px 10px;font-size:12px;background:#fff;border-radius:8px}.match-sponsor-label{flex-shrink:0;font-weight:700;color:var(--color-text)}.match-sponsor-text{color:var(--color-text-muted)}.match-channels-list{display:flex;flex-direction:column;gap:6px}.match-channel-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;background:#fff;border:1px solid #eeecf3;border-radius:8px;text-decoration:none}.match-channel-name{font-size:12.5px;font-weight:700;color:var(--site-purple)}.match-channel-note{font-size:11px;color:var(--color-text-muted)}.match-competitive-section{margin:20px 0}.match-competitive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:12px}.match-competitive-tile{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 10px;text-align:center;background:#f8f7fb;border:1px solid #eeecf3;border-radius:var(--radius-md);color:var(--site-purple)}.match-competitive-value{font-size:22px;font-weight:700;color:var(--color-text)}.match-competitive-label{font-size:11px;color:var(--color-text-muted)}.match-compare-row{display:flex;justify-content:center}.match-archive-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 18px;font-size:12.5px;font-weight:600;color:var(--site-purple);background:#f3f0ff;border:1px solid #ddd6fe;border-radius:999px;cursor:pointer}.match-archive-btn:disabled{opacity:.5;cursor:not-allowed}.match-locked-hint{display:flex;align-items:center;justify-content:center;gap:6px;font-size:12px;color:var(--color-text-muted)}.match-export-row,.match-cta-row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}.match-export-btn,.match-cta-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;font-size:12.5px;font-weight:600;color:var(--color-text);background:#fff;border:1px solid #e5e5ea;border-radius:999px;cursor:pointer}.match-export-btn:hover,.match-cta-btn:hover{background:#f8f7fb}.match-export-btn:disabled{opacity:.5;cursor:not-allowed}.match-archive-row{display:flex;justify-content:center;margin-top:16px}.match-compare-dim-list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.match-compare-dim-row{display:grid;grid-template-columns:1fr 40px 20px 40px 50px;align-items:center;gap:8px;padding:6px 10px;background:#f8f7fb;border-radius:8px;font-size:12.5px}.match-compare-dim-name{font-weight:600;color:var(--color-text)}.match-compare-dim-score{text-align:center;font-weight:700}.match-compare-dim-arrow{text-align:center;color:var(--color-text-muted)}.match-compare-dim-delta{font-weight:700;text-align:right}.match-compare-delta-up{color:#15803d}.match-compare-delta-down{color:#b91c1c}@media (max-width: 700px){.match-star-grid,.match-competitive-grid{grid-template-columns:1fr}}.ct-insight-section{width:100%;max-width:560px;margin-top:4px}.ct-insight-heading{display:flex;align-items:center;justify-content:center;gap:6px;margin:0 0 12px;font-size:15px;font-weight:800;color:var(--site-text);text-align:center}.ct-strength-list,.ct-resume-advice-list,.ct-interview-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px}.ct-strength-item,.ct-resume-advice-item{font-size:13px;line-height:1.6;color:var(--site-text)}.ct-resume-advice-title{font-weight:700;color:var(--site-purple)}.ct-interview-block{margin-bottom:12px}.ct-interview-block:last-child{margin-bottom:0}.ct-interview-block-title{margin:0 0 6px;font-size:13px;font-weight:700;color:var(--site-text)}.ct-interview-list li{font-size:13px;line-height:1.6;color:var(--site-text)}.ct-interview-list-blindspot li{color:#6d28d9}.ct-cta-row{display:flex;gap:10px;width:100%;max-width:560px;justify-content:center}.ct-cta-btn{padding:8px 18px;font-size:13px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border:none;border-radius:999px;cursor:pointer}.personality-hint-banner{display:flex;flex-direction:column;gap:6px;margin-top:10px;padding:12px 14px;background:#f3f0ff;border:1px solid #ddd6fe;border-radius:12px}.personality-hint-text{margin:0;font-size:12.5px;line-height:1.6;color:var(--color-text)}.hm-modal{width:60vw;max-width:720px;max-height:85vh;display:flex;flex-direction:column;padding:24px;border-radius:var(--radius-lg);background:var(--color-surface-strong);border:1px solid var(--color-border);box-shadow:var(--shadow-elevated);overflow-y:auto}.hm-loading{display:flex;flex-direction:column;align-items:center;gap:14px;padding:40px 0;color:var(--color-text-muted);font-size:13px}.hm-severe-warning{display:flex;align-items:flex-start;gap:8px;margin-bottom:14px;padding:12px 14px;background:#fee2e2;border:1px solid #fca5a5;border-radius:var(--radius-md);color:#b91c1c}.hm-severe-warning p{margin:0;font-size:13px;font-weight:600;line-height:1.6}.hm-level-badge{display:inline-flex;align-self:flex-start;margin-bottom:14px;padding:5px 16px;font-size:13px;font-weight:700;border-radius:999px}.hm-level-high{color:#15803d;background:#dcfce7}.hm-level-medium{color:#c2410c;background:#ffedd5}.hm-level-low{color:#b91c1c;background:#fee2e2}.hm-requirements-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.hm-requirement-row{padding:12px 14px;background:#f8f7fb;border:1px solid #eeecf3;border-radius:var(--radius-md)}.hm-requirement-field{display:flex;align-items:center;gap:8px;margin-bottom:6px}.hm-requirement-name{font-size:13px;font-weight:700;color:var(--color-text)}.hm-status-tag{display:inline-flex;align-items:center;gap:3px;padding:2px 9px;font-size:11px;font-weight:700;border-radius:999px;white-space:nowrap}.hm-status-match{color:#15803d;background:#dcfce7}.hm-status-partial{color:#c2410c;background:#ffedd5}.hm-status-mismatch{color:#b91c1c;background:#fee2e2}.hm-status-unclear{color:#64748b;background:#f1f5f9}.hm-requirement-values{display:flex;flex-direction:column;gap:3px}.hm-requirement-value{margin:0;font-size:12.5px;line-height:1.6;color:var(--color-text)}.hm-requirement-value-label{color:var(--color-text-muted)}.hm-suggestion{margin:0;padding:10px 14px;font-size:13px;line-height:1.6;color:var(--color-text);background:#f3f0ff;border-radius:var(--radius-md)}.upload-compact-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:auto}.resume-manage-btn{display:inline-flex;align-items:center;gap:4px;padding:4px 12px;font-size:11.5px;font-weight:600;color:var(--color-text);background:#fff;border:1px solid #e5e5ea;border-radius:999px;cursor:pointer}.resume-manage-btn:hover{background:#f8f7fb}.resume-manage-btn-primary{color:var(--site-purple);background:#f3f0ff;border-color:#ddd6fe}.ct-result-summary-bold{font-weight:700;font-size:14px}.ct-card-wrap{width:100%;max-width:560px;padding:18px 20px;background:#fff;border:1px solid var(--site-border);border-radius:16px;box-shadow:0 2px 12px #0f172a0d}.ct-dual-col-row{width:100%;max-width:760px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.ct-dual-col{max-width:none}.ct-lightweight-disclaimer{width:100%;max-width:560px;margin:-8px 0 0;font-size:11px;color:var(--site-text-muted);text-align:center}.ct-insight-heading-warning{color:#6d28d9}.ct-pitfall-standalone{background:#f5f3ff;border:1.5px solid #c4b5fd}.ct-pitfall-standalone .ct-pitfall-item{color:#5b21b6;font-weight:500}.ct-benchmark-banner{width:100%;max-width:760px;display:flex;align-items:flex-start;gap:12px}.ct-benchmark-banner-icon{flex-shrink:0;margin-top:2px;color:var(--site-purple)}.ct-benchmark-banner-text{flex:1;min-width:0}.ct-benchmark-score-line{margin:0 0 4px;font-size:13px;color:var(--site-text)}.ct-benchmark-score{font-size:18px;font-weight:800;color:var(--site-purple)}.ct-benchmark-disclaimer-inline{margin-left:4px;font-size:10.5px;font-weight:400;color:#9ca3af}.ct-benchmark-text{margin:0 0 4px;font-size:12px;color:var(--site-text-muted)}.ct-benchmark-text-warning{color:#6d28d9}.ct-resume-advice-en{display:block;margin-top:4px;padding:6px 10px;font-size:11.5px;font-style:italic;color:var(--site-purple);background:#f5f3ff;border-left:2px solid #c4b5fd;border-radius:4px}.ct-dim-hint{margin:4px 0 0;font-size:11px;color:var(--site-text-muted);text-align:center}.ct-career-tier-label{margin:16px 0 8px;font-size:12.5px;font-weight:800}.ct-career-tier-label-high{color:var(--site-purple)}.ct-career-tier-label-stretch{color:#6b7280}.ct-career-card-high{border:1.5px solid #ddd6fe}.ct-career-card-stretch{border:1.5px solid #e5e7eb;background:#fafafa}.ct-cta-btn-outline{margin-top:12px;color:var(--site-purple);background:#fff;border:1px solid #ddd6fe}.ct-landing-card-text{margin:0 0 10px;font-size:12.5px;line-height:1.6;color:var(--site-text-muted)}.ct-tools-tabs-wrap{width:100%;max-width:760px}.ct-tools-tab-bar{display:flex;flex-wrap:nowrap;gap:6px;margin:-2px 0 16px;padding-bottom:4px;overflow-x:auto;-webkit-overflow-scrolling:touch}.ct-tools-tab-btn{display:inline-flex;align-items:center;gap:6px;flex-shrink:0;padding:8px 16px;font-size:12.5px;font-weight:600;color:var(--site-text-muted);background:#f8f7fb;border:1px solid var(--site-border);border-radius:999px;cursor:pointer;white-space:nowrap;transition:background .15s ease,color .15s ease,border-color .15s ease}.ct-tools-tab-btn:hover{background:#f3f0ff}.ct-tools-tab-btn-active{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-color:transparent}.ct-tools-tab-panel{min-height:80px}.ct-strategy-points-list{margin:0;padding-left:20px;display:flex;flex-direction:column;gap:8px;font-size:13px;line-height:1.6;color:var(--site-text)}.ct-history-link-btn{display:inline-flex;align-items:center;gap:5px;margin-top:4px;padding:0;font-size:12px;font-weight:600;color:var(--site-purple);background:none;border:none;cursor:pointer;text-decoration:underline}.ct-history-toolbar-actions{display:flex;gap:8px}.ct-history-compare-hint{margin:0 0 10px;font-size:11.5px;color:var(--site-text-muted)}.ct-history-select{display:inline-flex;align-items:center}.iv-history-card-selected{border-color:var(--site-purple);box-shadow:0 0 0 2px #7c3aed26}@media (max-width: 720px){.ct-dual-col-row,.ct-career-grid{grid-template-columns:1fr}.ct-benchmark-banner{flex-direction:column}}.cp-gate-stage,.cp-intro-stage{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:14px;padding:64px 24px 24px;text-align:center}.cp-loading-stage{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;color:var(--site-text-muted)}.cp-intro-icon-tile{display:flex;align-items:center;justify-content:center;width:76px;height:76px;margin-bottom:4px;color:var(--site-purple);background:linear-gradient(160deg,#f3f0ff,#eef2ff);border-radius:50%}.cp-intro-icon-svg{width:40px;height:40px}.cp-intro-title{margin:0;font-size:22px;font-weight:800;color:var(--site-text)}.cp-intro-desc-primary{margin:0;max-width:440px;font-size:14px;line-height:1.7;color:var(--site-text-muted)}.cp-start-btn{width:100%;max-width:280px;margin-top:10px;padding:13px 40px;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 6px 16px #2563eb47;transition:background .2s ease,box-shadow .2s ease,transform .15s ease}.cp-start-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#6d28d9);box-shadow:0 10px 24px #2563eb5c;transform:translateY(-2px)}.cp-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.cp-export-btn{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;font-size:12.5px;font-weight:600;color:var(--navy-800);background:#ffffff8c;border:1px solid rgba(255,255,255,.8);border-radius:999px;cursor:pointer;white-space:nowrap}.cp-export-btn:hover:not(:disabled){background:#ffffffd9}.cp-export-btn:disabled{color:#b8b0c2;cursor:not-allowed}.cp-completeness-row{display:flex;align-items:center;gap:12px;flex-shrink:0;margin:16px 24px 0}.cp-completeness-track{flex:1;height:10px;overflow:hidden;background:#e2e8f0;border-radius:999px}.cp-completeness-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--site-blue) 0%,var(--site-purple) 100%);transition:width .2s ease-out}.cp-completeness-label{flex-shrink:0;font-size:12.5px;font-weight:700;color:var(--site-text-muted)}.cp-completeness-done-hint{margin:8px 24px 0;font-size:12.5px;font-weight:600;color:#15803d}.cp-module-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding:16px 24px}.profile-module-card{border-radius:var(--radius-md);background:#ffffffb3;border:1px solid var(--color-border);padding:14px 16px}.profile-module-card-filled{border-color:#c7d2fe}.profile-module-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.profile-module-card-heading{display:flex;align-items:center;gap:8px}.profile-module-check{display:flex;align-items:center;justify-content:center;width:18px;height:18px;flex-shrink:0;color:#94a3b8;background:#f1f5f9;border-radius:50%}.profile-module-check-done{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.profile-module-title{font-size:14px;font-weight:700;color:var(--site-text)}.profile-module-edit-btn{padding:5px 12px;font-size:12px;font-weight:600;color:var(--blue-600);background:#eff6ff;border:1px solid #dbeafe;border-radius:var(--radius-btn);cursor:pointer}.profile-module-edit-btn:hover{background:#dbeafe}.profile-module-card-body{margin-top:10px}.profile-module-empty-text{margin:0;font-size:12.5px;color:var(--site-text-muted);opacity:.8}.profile-entry-read-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.profile-entry-read-item{padding:10px 0}.profile-entry-read-item+.profile-entry-read-item{border-top:1px solid var(--color-border)}.profile-entry-read-title{margin:0 0 4px;font-size:13px;font-weight:700;color:var(--site-text)}.profile-entry-read-line{margin:0 0 2px;font-size:12.5px;line-height:1.6;color:#475569;white-space:pre-wrap}.profile-entry-read-label{font-weight:600;color:var(--site-text-muted)}.profile-entry-edit-list{display:flex;flex-direction:column;gap:14px}.profile-entry-edit-item{padding:12px;background:#f8fafc;border-radius:12px}.profile-entry-edit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}.profile-field-label{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:600;color:var(--site-text-muted)}.profile-field-label-full{grid-column:1 / -1}.profile-field-input{padding:8px 10px;font-size:13px;font-family:inherit;color:var(--site-text);background:#fff;border:1px solid var(--color-border);border-radius:8px;box-sizing:border-box}.profile-field-input:focus{outline:none;border-color:var(--site-blue)}.profile-field-textarea{resize:vertical;line-height:1.6}.profile-entry-remove-btn{display:inline-flex;align-items:center;gap:5px;margin-top:10px;padding:5px 10px;font-size:12px;font-weight:600;color:#b91c1c;background:#fee2e2;border:none;border-radius:var(--radius-btn);cursor:pointer}.profile-entry-remove-btn:hover{background:#fecaca}.profile-entry-add-btn{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:8px 14px;font-size:12.5px;font-weight:600;color:var(--blue-600);background:#eff6ff;border:1px dashed #93c5fd;border-radius:var(--radius-btn);cursor:pointer}.profile-entry-add-btn:hover{background:#dbeafe}.profile-module-edit-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:14px}.profile-tag-input{display:flex;flex-wrap:wrap;align-items:center;gap:6px;padding:6px 8px;background:#fff;border:1px solid var(--color-border);border-radius:8px}.profile-tag-list{display:flex;flex-wrap:wrap;align-items:center;gap:6px;flex:1}.profile-tag-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:600;color:var(--blue-600);background:#eff6ff;border-radius:999px}.profile-tag-chip button{display:flex;align-items:center;padding:0;color:var(--blue-600);background:none;border:none;cursor:pointer;opacity:.7}.profile-tag-chip button:hover{opacity:1}.profile-tag-input-field{flex:1;min-width:120px;padding:4px 2px;font-size:13px;font-family:inherit;border:none;outline:none}.profile-language-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.profile-language-row .profile-field-input{flex:1}.profile-reextract-btn{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:600;color:var(--site-purple);background:#f3f0ff;border:none;border-radius:999px;cursor:pointer}.profile-reextract-btn:hover{background:#e9e4ff}.profile-transferable-skills-row{display:flex;align-items:center;gap:8px}.cp-clear-btn{display:flex;align-items:center;justify-content:center;gap:6px;flex-shrink:0;margin:0 24px 20px;padding:10px;font-size:12.5px;font-weight:600;color:#b91c1c;background:none;border:1px solid #fecaca;border-radius:var(--radius-btn);cursor:pointer}.cp-clear-btn:hover{background:#fee2e2}@media (max-width: 720px){.profile-entry-edit-grid{grid-template-columns:1fr}.cp-header-actions{flex-wrap:wrap}}.market-select-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;display:flex;flex-direction:column;background:#fff}.market-select-close{position:absolute;top:20px;left:24px;z-index:1;padding:8px 16px;font-size:13px;font-weight:600;color:var(--site-text-muted);background:#f1f5f9;border:none;border-radius:999px;cursor:pointer}.market-select-both-link{margin-top:24px;padding:0;font-size:13.5px;color:var(--site-text-muted);text-decoration:underline;background:none;border:none;cursor:pointer}.market-select-resume-banner{display:flex;align-items:center;gap:16px;margin-bottom:24px;padding:14px 20px;background:#fff7ed;border:1px solid #fed7aa;border-radius:14px;font-size:13.5px;color:#9a3412}.market-select-resume-btn{padding:6px 16px;font-size:13px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border:none;border-radius:999px;cursor:pointer;white-space:nowrap}.export-modal-layout{display:flex;gap:24px;align-items:flex-start}.export-modal-controls{flex:1;min-width:0}.export-preview-pane{width:300px;flex-shrink:0}.export-preview-viewport{width:300px;height:424px;overflow:hidden;border-radius:8px;border:1px solid var(--color-border);background:#f8f9fb;box-shadow:0 2px 8px #0000000f}.export-preview-page{width:794px;height:1123px;padding:40px;background:#fff;box-sizing:border-box;transform:scale(.378);transform-origin:top left;overflow:hidden}@media (max-width: 760px){.export-modal-layout{flex-direction:column}.export-preview-pane,.export-preview-viewport{width:100%}}.export-photo-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.export-photo-upload-btn{padding:8px 16px;font-size:13px;font-weight:600;color:var(--color-text-strong);background:var(--color-surface);border:1px solid var(--color-border);border-radius:999px;cursor:pointer}.export-photo-toggle{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--color-text-muted);cursor:pointer}.compliance-list{display:flex;flex-direction:column;gap:10px}.compliance-item{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-radius:10px;border:1px solid var(--color-border)}.compliance-item-passed{background:#f0fdf4;border-color:#bbf7d0}.compliance-item-failed{background:#fef2f2;border-color:#fecaca}.compliance-icon{flex-shrink:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:12px;font-weight:700;color:#fff}.compliance-item-passed .compliance-icon{background:#22c55e}.compliance-item-failed .compliance-icon{background:#ef4444}.compliance-item-title{margin:0;font-size:13.5px;font-weight:600;color:var(--color-text)}.compliance-item-note{margin:4px 0 0;font-size:12.5px;color:var(--color-text-muted)}.app-shell[data-market=overseas]{--gradient-primary: linear-gradient(120deg, rgba(30, 58, 95, .08) 0%, rgba(71, 85, 105, .08) 50%, rgba(30, 58, 95, .06) 100%);--gradient-cta: linear-gradient(135deg, #1e3a5f 0%, #475569 100%);--color-bg: #f7f8fa;--color-bg-mesh: #f7f8fa;--color-surface: #eef1f5;--color-surface-strong: #ffffff;--color-border: #dbe0e8;--color-text: #1e2733;--color-text-muted: #5b6472;--site-blue: #1e3a5f;--site-purple: #475569;--site-bg: #f7f8fa;--site-text: #1e2733;--site-text-muted: #5b6472;--site-border: #dbe0e8;--blue-600: #1e3a5f;--blue-500: #2c4a70;--blue-400: #7f92a8;--pink-500: #1e3a5f;--pink-400: #64748b;--purple-600: #475569;--green-600: #2f7d5f;--radius-lg: 8px;--radius-md: 6px;--radius-btn: 6px;--shadow-card: 0 6px 20px rgba(30, 39, 51, .08);--shadow-elevated: 0 16px 40px rgba(30, 39, 51, .18)}.next-step-cta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:16px 0;padding:14px 18px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.next-step-cta-text{font-size:13.5px;color:var(--color-text-muted)}.next-step-cta-btn{flex-shrink:0;padding:8px 18px;font-size:13px;font-weight:700;color:#fff;background:var(--gradient-cta);border:none;border-radius:var(--radius-btn);cursor:pointer;white-space:nowrap}.auth-page-card-split{max-width:1100px;align-items:stretch;padding:56px 40px;background:transparent;border:none;box-shadow:none}.auth-split-title{text-align:center;font-size:40px;margin-bottom:56px}.auth-split-layout{display:flex;gap:48px;align-items:flex-start}.auth-split-left{flex:1;min-width:0;padding-top:4px}.auth-split-left .auth-page-brand{margin-bottom:24px}.auth-split-tagline{margin:0 0 20px;font-size:18px;font-weight:700;color:var(--site-blue);line-height:1.5}.auth-split-highlights{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}.auth-split-highlights li{font-size:14px;color:var(--site-text-muted);line-height:1.6}.auth-split-right{flex:1.1;min-width:0;display:flex;flex-direction:column;align-items:center}.auth-field-input{border-radius:14px}@media (max-width: 760px){.auth-page-card-split{padding:32px 24px 28px}.auth-split-layout{flex-direction:column;gap:28px}.auth-split-title{text-align:center}}.iv-tool-header .back-to-home-btn{color:var(--site-blue);background:#eff6ff;border-color:#bfdbfe;font-weight:700}.iv-tool-header .back-to-home-btn:hover{background:#dbeafe;border-color:var(--site-blue)}.profile-module-title{font-size:16px;font-weight:800;letter-spacing:-.2px}.profile-entry-read-line{font-size:12.5px;color:#64748b}.profile-module-card{border-left-width:3px;border-left-style:solid;transition:border-color .15s ease}.profile-module-card-empty{border-left-color:#e2e8f0;background:#ffffff80}.profile-module-card-partial{border-left-color:#f59e0b;background:#fffbeb99}.profile-module-card-complete{border-left-color:#22c55e;background:#f0fdf480}.profile-module-check-empty{color:#94a3b8;background:#f1f5f9}.profile-module-check-partial{color:#fff;background:#f59e0b}.profile-module-check-complete{color:#fff;background:#22c55e}.profile-module-status-tag{padding:2px 8px;font-size:10.5px;font-weight:700;color:#b45309;background:#fef3c7;border-radius:999px}.profile-module-edit-btn{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;font-size:12.5px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border:none}.profile-module-edit-btn:hover{opacity:.9;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.profile-module-empty-state{padding:10px 0}.profile-module-empty-text{margin:0 0 8px;font-size:12.5px;color:var(--site-text-muted)}.profile-module-empty-example{padding:8px 12px;font-size:12px;color:#64748b;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px}.profile-module-empty-example-label{display:block;margin-bottom:4px;font-size:10.5px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.4px}.profile-entry-actions-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px;flex-wrap:wrap}.profile-entry-actions-row .profile-entry-add-btn,.profile-entry-actions-row .profile-module-edit-actions{margin:0}.cp-module-list{gap:10px}.profile-module-card{padding:12px 16px}.profile-module-card-body-clickable{cursor:pointer;border-radius:8px;padding:4px 6px;margin:-4px -6px;transition:background .15s ease}.profile-module-card-body-clickable:hover{background:#2563eb0d}.profile-module-card-body-clickable:hover .profile-module-edit-btn{background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);opacity:.85}.cp-completeness-block{padding:0 24px;margin-bottom:8px}.cp-completeness-row-clickable{width:100%;padding:0;background:none;border:none;cursor:pointer;text-align:left}.cp-completeness-label{display:inline-flex;align-items:center;gap:4px}.cp-completeness-chevron{transition:transform .15s ease;color:var(--site-text-muted)}.cp-completeness-chevron-open{transform:rotate(180deg)}.cp-completeness-detail{margin-top:10px;padding:14px 16px;background:#f8fafc;border:1px solid var(--color-border);border-radius:var(--radius-md)}.cp-completeness-detail-desc{margin:0 0 10px;font-size:12px;line-height:1.6;color:var(--site-text-muted)}.cp-completeness-todo-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.cp-completeness-todo-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 12px;font-size:12.5px;font-weight:600;color:var(--site-text);background:#fff;border:1px solid var(--color-border);border-radius:8px;cursor:pointer;text-align:left}.cp-completeness-todo-item:hover{border-color:var(--site-blue);background:#eff6ff}.cp-completeness-todo-arrow{flex-shrink:0;font-size:12px;font-weight:700;color:var(--site-blue)}.cp-completeness-block,.cp-module-list{max-width:1200px;width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}.profile-basicinfo-read-item{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px 24px}.profile-basicinfo-read-item .profile-entry-read-title{grid-column:1 / -1}.profile-basicinfo-read-item .profile-entry-read-line{margin:0 0 4px;line-height:1.4}@media (max-width: 640px){.profile-basicinfo-read-item{grid-template-columns:1fr}}.profile-module-card-actions{display:flex;align-items:center;gap:8px}.profile-module-add-btn{padding:6px 12px;font-size:12.5px;font-weight:700;color:var(--site-blue);background:none;border:1px solid #dbeafe;border-radius:var(--radius-btn);cursor:pointer}.profile-module-add-btn:hover{background:#eff6ff}.profile-module-card-empty,.profile-module-card-partial,.profile-module-card-complete{background:#fff}.cp-completeness-todo-item:hover{border-color:var(--site-blue)}.iv-config-card-video{display:flex;flex-direction:column;gap:16px}.iv-config-card-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.iv-config-card-topbar-left{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.iv-config-heading-compact{white-space:nowrap}.iv-progress-steps-compact{justify-content:flex-start}.iv-config-reset-btn-inline{position:static;flex-shrink:0}.iv-config-card-video-grid{display:grid;grid-template-columns:320px 1fr;column-gap:28px;row-gap:8px}.iv-config-card-video-grid .iv-config-group+.iv-config-group{padding-left:32px;border-left:1px dashed var(--site-border)}.iv-permission-privacy-note-inline{margin:0}.iv-config-sticky-actions{position:sticky;bottom:0;display:flex;align-items:center;gap:12px;margin:8px -32px -32px;padding:16px 32px;background:#fff;border-top:1px solid var(--site-border);border-radius:0 0 16px 16px;box-shadow:0 -4px 16px #0000000d}.iv-config-back-btn{flex-shrink:0;padding:12px 20px;font-size:14px;font-weight:700;color:var(--site-text-muted);background:#f8fafc;border:1px solid var(--site-border);border-radius:12px;cursor:pointer}.iv-config-back-btn:hover{color:var(--site-blue);border-color:var(--site-blue)}.iv-start-btn-sticky{flex:1;margin:0}@media (max-width: 760px){.iv-config-card-video-grid{grid-template-columns:1fr}.iv-config-card-video-grid .iv-config-group+.iv-config-group{padding-left:0;border-left:none;padding-top:20px;border-top:1px dashed var(--site-border)}.iv-config-sticky-actions{margin:8px -20px -20px;padding:14px 20px}}.meeting-hint-panel{position:absolute;top:0;right:0;bottom:0;width:280px;display:flex;flex-direction:column;gap:10px;padding:16px;background:#14141eeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-left:1px solid rgba(139,92,246,.35);transform:translate(100%);transition:transform .25s ease;overflow-y:auto;z-index:5}.meeting-hint-panel-open{transform:translate(0)}.meeting-hint-panel-header{display:flex;align-items:center;justify-content:space-between}.meeting-hint-panel-title{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:#f3f0ff}.meeting-hint-panel-close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#cbd5e1;background:#ffffff14;border:none;border-radius:50%;cursor:pointer}.meeting-hint-panel-note{margin:0;font-size:11px;line-height:1.5;color:#a5a3c2}.meeting-hint-panel-list{display:flex;flex-direction:column;gap:10px}.meeting-hint-item{padding:10px 12px;background:#8b5cf61f;border:1px solid rgba(139,92,246,.25);border-radius:10px}.meeting-hint-item-head{display:flex;align-items:center;gap:8px;margin-bottom:4px}.meeting-hint-item-letter{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:11px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:50%;flex-shrink:0}.meeting-hint-item-label{font-size:12px;font-weight:700;color:#f3f0ff}.meeting-hint-item-desc{margin:0;font-size:11.5px;color:#c7c5e0;line-height:1.5}.meeting-hint-item-prompts{margin:6px 0 0;padding-left:16px;font-size:11px;color:#9d9bc0;line-height:1.6}.meeting-hint-panel-upsell{margin:4px 0 0;padding:8px 10px;font-size:11px;color:#ddd6fe;background:#8b5cf626;border:1px dashed rgba(139,92,246,.4);border-radius:8px;text-align:center}.iv-report-question-score-noanswer{color:#64748b;background:#f1f5f9}.meeting-room-tencent .meeting-ai-pane{flex:0 0 55%}.meeting-room-feishu .meeting-ai-pane{flex:0 0 50%}.meeting-camera-pane{cursor:zoom-in;transition:all .25s ease}.meeting-camera-feed{cursor:zoom-in}.meeting-camera-pane-zoomed{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(90vw,900px);height:min(80vh,560px);z-index:60;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px #00000080;cursor:default}.meeting-camera-pane-zoomed .meeting-camera-feed{cursor:default}.meeting-camera-zoom-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;background:#0009;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.meeting-camera-zoom-btn{position:absolute;top:14px;right:14px;z-index:61;display:flex;align-items:center;justify-content:center;width:30px;height:30px;color:#fff;background:#00000080;border:none;border-radius:50%;cursor:pointer}.meeting-camera-zoom-btn:hover{background:#000000b3}.meeting-ai-pane{flex-direction:column;gap:18px}.meeting-ai-avatar-wrap{position:relative;display:flex;align-items:center;justify-content:center}.meeting-ai-waveform-ring{position:absolute;top:-16px;right:-16px;bottom:-16px;left:-16px;display:flex;align-items:center;justify-content:center;gap:4px}.meeting-ai-waveform-ring span{width:4px;height:14px;background:var(--site-blue);border-radius:999px;animation:iv-waveform-bounce .9s ease-in-out infinite}.meeting-ai-tag-standing{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 18px;background:#ffffffd9;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:12px}.meeting-ai-tag-standing .meeting-ai-name{font-size:14px}.meeting-answer-countdown{margin-top:4px}.meeting-answer-countdown-status{display:flex;align-items:center;gap:6px;margin:0;padding:8px 18px;font-size:13px;font-weight:700;border-radius:999px}.meeting-answer-countdown-narrating{color:#475569;background:#fffc}.meeting-answer-countdown-recording{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);box-shadow:0 6px 16px #8b5cf659}.meeting-control-btn-active{color:var(--site-blue)}.meeting-control-btn:disabled{opacity:.4;cursor:not-allowed}.meeting-subtitle-hidden{font-style:italic;opacity:.6}@media (max-width: 760px){.meeting-camera-pane-zoomed{width:92vw;height:60vh}}.iv-report-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;flex-direction:column;background:#f4f5f7}.iv-report-page-scroll{flex:1;overflow-y:auto;padding:32px 24px 24px}.iv-report-page-card{width:100%;max-width:820px;margin:0 auto;padding:32px 40px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000000f}.iv-report-page-header{display:flex;align-items:center;gap:14px;margin-bottom:20px}.iv-report-page-header h3{margin:0;font-size:17px;font-weight:800;color:var(--site-text)}.iv-report-back-btn{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;font-size:12.5px;font-weight:600;color:var(--site-text-muted);background:#f8fafc;border:1px solid var(--site-border);border-radius:999px;cursor:pointer}.iv-report-back-btn:hover{color:var(--site-blue);border-color:var(--site-blue)}.iv-report-page-footer{position:sticky;bottom:0;display:flex;align-items:center;justify-content:center;gap:12px;flex-shrink:0;padding:14px 24px;background:#fff;border-top:1px solid var(--site-border);box-shadow:0 -4px 16px #0000000d}@media print{.iv-report-page-footer{display:none}.iv-report-page-scroll{padding:0;overflow:visible}.iv-report-page-card{box-shadow:none;max-width:100%}}.site-navbar-account{position:relative}.site-navbar-account-trigger{display:flex;align-items:center;gap:8px;padding:5px 10px 5px 5px;background:none;border:1px solid transparent;border-radius:999px;cursor:pointer}.site-navbar-account-trigger:hover{background:#f8fafc;border-color:var(--site-border)}.site-navbar-user-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.site-navbar-account-chevron{color:var(--site-text-muted);transition:transform .15s ease}.site-navbar-account-chevron-open{transform:rotate(180deg)}.site-navbar-account-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:220px;padding:6px;background:#fff;border:1px solid var(--site-border);border-radius:12px;box-shadow:0 12px 32px #0000001a;z-index:50}.site-navbar-account-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:9px 12px;font-size:13.5px;font-weight:600;color:var(--site-text);background:none;border:none;border-radius:8px;cursor:pointer;text-align:left}.site-navbar-account-dropdown-item:hover{background:#f5f3ff;color:var(--site-blue)}.site-navbar-account-dropdown-item-danger:hover{background:#fef2f2;color:#dc2626}.site-navbar-account-dropdown-divider{margin:6px 4px;border-top:1px solid var(--site-border)}.account-center{min-height:calc(100vh - var(--site-navbar-height));margin-top:var(--site-navbar-height);background:var(--site-bg)}.account-center-topbar{display:flex;align-items:center;gap:16px;padding:16px 24px;background:#fff;border-bottom:1px solid var(--site-border)}.account-center-title{margin:0;font-size:17px;font-weight:800;color:var(--site-text)}.account-center-layout{display:flex;align-items:flex-start;max-width:1200px;margin:0 auto;padding:24px;gap:24px}.account-center-sidebar{width:220px;flex-shrink:0;padding:16px;background:#fff;border:1px solid var(--site-border);border-radius:var(--radius-lg)}.account-center-sidebar-profile{display:flex;flex-direction:column;align-items:center;gap:8px;padding-bottom:16px;margin-bottom:12px;border-bottom:1px solid var(--site-border)}.account-center-avatar{display:flex;align-items:center;justify-content:center;width:56px;height:56px;font-size:22px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:50%}.account-center-sidebar-name{font-size:13px;font-weight:600;color:var(--site-text);text-align:center;word-break:break-all}.account-center-nav{display:flex;flex-direction:column;gap:4px}.account-center-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;font-size:13.5px;font-weight:600;color:var(--site-text-muted);background:none;border:none;border-radius:10px;cursor:pointer;text-align:left}.account-center-nav-item:hover{background:#f8fafc;color:var(--site-text)}.account-center-nav-item-active{color:var(--site-blue);background:#eff6ff}.account-center-content{flex:1;min-width:0;padding:28px;background:#fff;border:1px solid var(--site-border);border-radius:var(--radius-lg)}.account-center-content-title{margin:0 0 16px;font-size:16px;font-weight:800;color:var(--site-text)}.account-center-placeholder{padding:40px 20px;color:var(--site-text-muted);font-size:13.5px;text-align:center;background:#f8fafc;border:1px dashed var(--site-border);border-radius:12px}@media (max-width: 760px){.account-center-layout{flex-direction:column}.account-center-sidebar{width:100%}}.account-center-content-embed{padding:0;overflow:hidden}.rl-panel-toolbar{display:flex;align-items:center;gap:10px;margin-bottom:14px}.rl-panel-search{flex:1;padding:8px 12px;font-size:13px;border:1px solid var(--site-border);border-radius:8px}.rl-panel-new-btn{flex-shrink:0}.rl-panel-groups{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.rl-panel-group-pill{display:flex;align-items:center;gap:5px;padding:6px 14px;font-size:12.5px;font-weight:600;color:var(--site-text-muted);background:#f8fafc;border:1px solid var(--site-border);border-radius:999px;cursor:pointer}.rl-panel-group-pill-active{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-color:transparent}.rl-panel-group-count{font-size:11px;opacity:.8}.rl-panel-list{display:flex;flex-direction:column;gap:10px}.rl-panel-card{display:flex;align-items:center;gap:14px;padding:14px 16px;background:#fff;border:1px solid var(--site-border);border-radius:12px}.rl-panel-card-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;flex-shrink:0;color:var(--site-blue);background:#eff6ff;border-radius:10px}.rl-panel-card-body{flex:1;min-width:0}.rl-panel-card-name{margin:0 0 2px;font-size:13.5px;font-weight:700;color:var(--site-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rl-panel-card-meta{margin:0;font-size:12px;color:var(--site-text-muted)}.rl-panel-card-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.rl-panel-card-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 12px;font-size:12.5px;font-weight:600;color:var(--site-blue);background:#eff6ff;border:none;border-radius:999px;cursor:pointer}.rl-panel-card-btn-danger{color:#b91c1c;background:#fee2e2}.account-settings-panel{display:flex;flex-direction:column;gap:24px}.account-settings-section-title{display:flex;align-items:center;gap:6px;margin:0 0 8px;font-size:14px;font-weight:700;color:var(--site-text)}.account-settings-line{margin:0 0 10px;font-size:13px;line-height:1.7;color:var(--site-text-muted)}.account-settings-export-btn{display:inline-flex;align-items:center;gap:6px}.account-settings-note{padding:10px 14px;font-size:12px;color:var(--site-text-muted);background:#f8fafc;border:1px dashed var(--site-border);border-radius:10px}.account-basic-panel{display:flex;flex-direction:column;gap:18px;max-width:420px}.account-basic-avatar-row{display:flex;align-items:center;gap:14px}.account-basic-avatar-lg{width:64px;height:64px;font-size:26px}.account-basic-avatar-hint{margin:0;font-size:12.5px;color:var(--site-text-muted)}.account-basic-field{display:flex;flex-direction:column;gap:6px}.account-basic-field-label{font-size:12.5px;font-weight:600;color:var(--site-text-muted)}.account-basic-save-btn{align-self:flex-start;padding:10px 24px}.avatar-crop-modal{width:100%;max-width:380px;padding:24px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-elevated)}.avatar-crop-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:240px;color:var(--site-text-muted);background:#f8fafc;border:1px dashed var(--site-border);border-radius:12px;cursor:pointer}.avatar-crop-viewport{position:relative;width:240px;height:240px;margin:0 auto;overflow:hidden;background:#1f2937;border-radius:12px;cursor:grab}.avatar-crop-image{position:absolute;top:50%;left:50%;max-width:none;-webkit-user-select:none;user-select:none;pointer-events:none}.avatar-crop-circle-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;box-shadow:0 0 0 9999px #00000073;border-radius:50%;margin:20px}.avatar-crop-zoom-row{display:flex;align-items:center;gap:10px;margin-top:14px;font-size:12.5px;color:var(--site-text-muted)}.avatar-crop-zoom-row input[type=range]{flex:1}.avatar-crop-hint{margin:8px 0 0;font-size:12px;color:var(--site-text-muted);text-align:center}.account-basic-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.iv-empty-desc{margin:4px 0 16px;max-width:340px;font-size:13px;color:var(--site-text-muted);text-align:center;line-height:1.6}.iv-empty-cta-row{display:flex;align-items:center;gap:12px}.iv-empty-cta-secondary{padding:12px 22px}.workspace-card-header-actions{gap:10px}.iv-empty-cta-link{margin-top:10px;padding:0;font-size:12.5px;color:var(--site-text-muted);text-decoration:underline;background:none;border:none;cursor:pointer}.tracker-board{min-height:calc(100vh - var(--site-navbar-height));margin-top:var(--site-navbar-height);padding:0 24px 32px;background:var(--site-bg)}.tracker-board-header{display:flex;align-items:center;gap:16px;padding:16px 0}.tracker-columns{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px}.tracker-column{flex:0 0 260px;display:flex;flex-direction:column;gap:10px;padding:12px;background:#f1f5f9;border-radius:var(--radius-lg);min-height:200px;transition:background .15s ease}.tracker-column-dragover{background:#dbeafe}.tracker-column-head{display:flex;align-items:center;justify-content:space-between;padding:4px 4px 8px}.tracker-column-title{font-size:13px;font-weight:700;color:var(--site-text)}.tracker-column-count{font-size:11px;font-weight:700;color:var(--site-text-muted);background:#e2e8f0;padding:1px 7px;border-radius:999px}.tracker-card{padding:12px;background:#fff;border:1px solid var(--site-border);border-radius:10px;cursor:grab;box-shadow:0 1px 3px #0000000a}.tracker-card:active{cursor:grabbing}.tracker-card-company{margin:0;font-size:13px;font-weight:700;color:var(--site-text)}.tracker-card-position{margin:2px 0 0;font-size:12px;color:var(--site-text-muted)}.tracker-card-date{margin:4px 0 0;font-size:11px;color:var(--site-text-muted)}.tracker-card-stages{display:flex;gap:5px;margin-top:8px}.tracker-stage-dot{display:flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:10px;font-weight:700;color:#94a3b8;background:#f1f5f9;border-radius:50%}.tracker-stage-dot-done{color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%)}.tracker-card-footer{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tracker-card-tag{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;font-size:10.5px;color:var(--site-text-muted);background:#f8fafc;border-radius:999px}.tracker-add-btn{display:flex;align-items:center;justify-content:center;gap:5px;padding:8px;font-size:12.5px;font-weight:600;color:var(--site-text-muted);background:none;border:1px dashed var(--site-border);border-radius:8px;cursor:pointer}.tracker-add-btn:hover{color:var(--site-blue);border-color:var(--site-blue)}.tracker-card-modal{width:100%;max-width:520px;max-height:85vh;overflow-y:auto;padding:24px;background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-elevated)}.tracker-modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:8px}.tracker-stage-title{margin:12px 0 8px}.tracker-stage-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:14px}.tracker-delete-btn{margin-right:auto;color:#b91c1c}.pricing-page{min-height:calc(100vh - var(--site-navbar-height));margin-top:var(--site-navbar-height);padding:0 24px 60px;background:var(--site-bg)}.pricing-header{padding:16px 0}.pricing-hero{text-align:center;margin:24px 0 40px}.pricing-title{margin:0 0 8px;font-size:28px;font-weight:800;color:var(--site-text)}.pricing-subtitle{margin:0;font-size:14px;color:var(--site-text-muted)}.pricing-cards{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;max-width:700px;margin:0 auto}.pricing-card{position:relative;width:300px;padding:28px 24px;background:#fff;border:1px solid var(--site-border);border-radius:16px}.pricing-card-pro{border:2px solid var(--site-blue)}.pricing-card-badge{position:absolute;top:-12px;right:20px;display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:700;color:#fff;background:linear-gradient(135deg,var(--site-blue) 0%,var(--site-purple) 100%);border-radius:999px}.pricing-card-name{margin:0 0 8px;font-size:15px;font-weight:700;color:var(--site-text)}.pricing-card-price{margin:0 0 6px;font-size:30px;font-weight:800;color:var(--site-text)}.pricing-card-price-unit{font-size:13px;font-weight:500;color:var(--site-text-muted)}.pricing-card-desc{margin:0 0 18px;font-size:12.5px;color:var(--site-text-muted)}.pricing-card-features{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-direction:column;gap:10px}.pricing-card-features li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--site-text)}.pricing-check-icon{flex-shrink:0;margin-top:2px;color:var(--site-blue)}.pricing-card-btn{width:100%}.pricing-card-btn-disabled{padding:12px;font-size:14px;font-weight:700;color:var(--site-text-muted);background:#f1f5f9;border:none;border-radius:12px;cursor:not-allowed}.pricing-footer-note{text-align:center;margin-top:32px;font-size:12px;color:var(--site-text-muted)}.site-navbar-hamburger{display:none;align-items:center;justify-content:center;width:36px;height:36px;color:var(--site-text);background:none;border:none;border-radius:8px;cursor:pointer}.site-navbar-hamburger:hover{background:#f1f5f9}.site-navbar-mobile-menu{display:flex;flex-direction:column;padding:8px 20px 16px;border-top:1px solid var(--site-border);background:#fff}.site-navbar-mobile-link{padding:12px 8px;font-size:14.5px;font-weight:600;color:var(--site-text-muted);text-align:left;background:none;border:none;border-bottom:1px solid var(--site-border);cursor:pointer}.site-navbar-mobile-link:last-child{border-bottom:none}.site-navbar-mobile-link-active{color:var(--site-blue)}@media (max-width: 860px){.site-navbar-hamburger{display:flex}}@media (max-width: 600px){.topbar{flex-direction:column;align-items:stretch;gap:12px;padding:14px 16px}.topbar-left{flex-wrap:wrap;gap:10px}.steps-compact{flex-wrap:wrap;row-gap:6px}.topbar-right{justify-content:flex-start}.config-pill-group,.workspace-card-header,.workspace-card-header-actions{flex-wrap:wrap}}.match-score-badge{display:flex;align-items:center;gap:16px;padding:16px 20px;margin-bottom:16px;border-radius:var(--radius-lg);border:1px solid var(--color-border)}.match-score-badge-green{background:#f0fdf4;border-color:#bbf7d0}.match-score-badge-orange{background:#fff7ed;border-color:#fed7aa}.match-score-badge-red{background:#fef2f2;border-color:#fecaca}.match-score-badge-ring{display:flex;align-items:baseline;justify-content:center;flex-shrink:0;width:64px;height:64px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px #0000000a inset}.match-score-badge-green .match-score-badge-ring{color:#16a34a}.match-score-badge-orange .match-score-badge-ring{color:#ea580c}.match-score-badge-red .match-score-badge-ring{color:#dc2626}.match-score-badge-number{font-size:24px;font-weight:800}.match-score-badge-unit{font-size:12px;font-weight:600;margin-left:1px}.match-score-badge-title{margin:0 0 4px;font-size:14px;font-weight:700;color:var(--color-text)}.match-score-badge-desc{margin:0;font-size:12.5px;line-height:1.6;color:var(--color-text-muted)}.high-score-example-card{padding:16px 18px;margin-bottom:16px;background:#faf5ff;border:1px solid #e9d5ff;border-radius:var(--radius-lg)}.high-score-example-title{display:flex;align-items:center;gap:6px;margin:0 0 8px;font-size:13px;font-weight:700;color:#7c3aed}.high-score-example-scenario{margin:0 0 6px;font-size:12px;color:var(--color-text-muted)}.high-score-example-text{margin:0 0 8px;padding:10px 12px;font-size:13px;line-height:1.7;color:var(--color-text);background:#fff;border-radius:8px}.high-score-example-why{display:flex;align-items:flex-start;gap:5px;margin:0;font-size:12px;line-height:1.6;color:#7c3aed}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden}body{margin:0;overflow-x:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;background:#f8fafc;color:#1e293b;line-height:1.5}#root{min-height:100vh;max-width:100vw;overflow-x:hidden}
