:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}*{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#0f1117;font-family:system-ui,sans-serif}.app{flex-direction:column;max-width:1200px;height:100vh;margin:0 auto;display:flex}.header{background:#1a1f2e;border-bottom:1px solid #2d3748;align-items:center;gap:12px;padding:14px 20px;display:flex}.logo{color:#fff;background:#185fa5;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;font-weight:700;display:flex}.title{color:#e2e8f0;font-size:15px;font-weight:600}.subtitle{color:#718096;font-size:12px}.badge{color:#48bb78;background:#1a3a2a;border:1px solid #276749;border-radius:20px;margin-left:auto;padding:4px 12px;font-size:11px}.tabs{background:#1a1f2e;border-bottom:1px solid #2d3748;display:flex}.tab{cursor:pointer;color:#718096;border-bottom:2px solid #0000;padding:10px 18px;font-size:13px;transition:all .15s}.tab.active{color:#63b3ed;border-bottom-color:#63b3ed;font-weight:500}.tab:hover{color:#a0aec0}.main{flex:1;display:flex;overflow:hidden}.chat-panel{background:#1a1f2e;border-right:1px solid #2d3748;flex-direction:column;flex-shrink:0;width:340px;display:flex}.messages{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.msg{max-width:88%}.msg.user{align-self:flex-end}.msg.assistant{align-self:flex-start}.bubble{border-radius:12px;padding:10px 14px;font-size:13px;line-height:1.55}.msg.assistant .bubble{color:#e2e8f0;background:#2d3748;border-bottom-left-radius:4px}.msg.user .bubble{color:#fff;background:#185fa5;border-bottom-right-radius:4px}.typing{align-items:center;gap:5px;display:flex}.typing span{background:#718096;border-radius:50%;width:7px;height:7px;animation:1.2s infinite bounce}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-5px)}}.input-area{border-top:1px solid #2d3748;flex-direction:column;gap:8px;padding:12px;display:flex}.quick-btns{flex-wrap:wrap;gap:6px;display:flex}.qbtn{color:#a0aec0;cursor:pointer;background:#2d3748;border:1px solid #4a5568;border-radius:20px;padding:4px 10px;font-size:11px;transition:all .15s}.qbtn:hover{color:#63b3ed;border-color:#63b3ed}.input-row{align-items:flex-end;gap:8px;display:flex}textarea{resize:none;color:#e2e8f0;background:#2d3748;border:1px solid #4a5568;border-radius:8px;flex:1;padding:9px 12px;font-family:inherit;font-size:13px;line-height:1.4}textarea:focus{border-color:#185fa5;outline:none}.send-btn{cursor:pointer;color:#fff;background:#185fa5;border:none;border-radius:8px;flex-shrink:0;width:38px;height:38px;font-size:16px;transition:opacity .15s}.send-btn:hover{opacity:.85}.send-btn:disabled{opacity:.4;cursor:not-allowed}.output-panel{background:#0f1117;flex:1;overflow-y:auto}.placeholder{color:#4a5568;flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100%;display:flex}.placeholder-icon{font-size:48px}.placeholder p{text-align:center;max-width:220px;font-size:13px;line-height:1.6}.output-content{padding:20px}.summary-cards{grid-template-columns:1fr 1fr 1fr;gap:10px;margin-bottom:20px;display:grid}.sc{background:#1a1f2e;border:1px solid #2d3748;border-radius:10px;padding:12px 14px}.sl{color:#718096;margin-bottom:4px;font-size:11px}.sv{font-size:24px;font-weight:600}.sv.green{color:#48bb78}.sv.blue{color:#63b3ed}.section-title{text-transform:uppercase;letter-spacing:.08em;color:#63b3ed;margin:16px 0 8px;font-size:11px;font-weight:600}.exp-row{border-bottom:1px solid #2d3748;align-items:center;gap:10px;padding:8px 0;display:flex}.exp-info{flex:1}.exp-name{font-size:13px;font-weight:500}.exp-sub{color:#718096;font-size:11px}.hint{color:#4a5568;margin-top:12px;font-size:11px}.resume-name{margin-bottom:4px;font-size:20px;font-weight:600}.resume-contact{color:#718096;border-bottom:1px solid #2d3748;margin-bottom:16px;padding-bottom:12px;font-size:12px}.resume-text{color:#a0aec0;font-size:13px;line-height:1.7}.exp-block{margin-bottom:16px}.exp-header-row{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.exp-title-text{font-size:14px;font-weight:500}.exp-years{color:#718096;font-size:11px}.exp-company-row{color:#718096;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;font-size:12px;display:flex}.exp-duration{color:#4a5568;font-size:11px}.exp-block ul{padding-left:16px}.exp-block li{color:#a0aec0;margin-bottom:3px;font-size:12px;line-height:1.5}.skills-cat{margin-bottom:12px}.skills-cat-name{color:#718096;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:11px}.skills-grid{flex-wrap:wrap;gap:6px;display:flex}.stag{border-radius:20px;padding:3px 10px;font-size:11px}.stag.jd{color:#63b3ed;background:#1a3a5c;border:1px solid #2b6cb0}.stag.rich{color:#68d391;background:#1a2e1a;border:1px solid #276749}.num-badge{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;font-weight:600;display:inline-flex}.num-badge.same{color:#63b3ed;background:#1a3a5c}.num-badge.cross{color:#f6ad55;background:#3a2a1a}.domain-badge{border-radius:20px;padding:2px 8px;font-size:10px;font-weight:500}.domain-badge.same{color:#63b3ed;background:#1a3a5c;border:1px solid #2b6cb0}.domain-badge.cross{color:#f6ad55;background:#3a2a1a;border:1px solid #975a16}.ats-score-big{margin:10px 0 4px;font-size:48px;font-weight:700}.ats-label{color:#718096;margin-bottom:16px;font-size:13px}.ats-bar{margin-bottom:12px}.ats-bar-label{color:#a0aec0;justify-content:space-between;margin-bottom:5px;font-size:12px;display:flex}.ats-val{color:#48bb78;font-weight:500}.ats-track{background:#2d3748;border-radius:3px;height:6px;overflow:hidden}.ats-fill{background:#1d9e75;border-radius:3px;height:100%;transition:width 1s}.client-card{background:#1a1f2e;border:1px solid #2d3748;border-radius:10px;margin-bottom:10px;padding:12px 14px}.client-top{align-items:center;gap:8px;margin-bottom:5px;display:flex}.client-name{font-size:13px;font-weight:500}.client-role{color:#718096;margin-bottom:4px;font-size:12px}.client-why{color:#63b3ed;font-size:12px}.download-btn{color:#63b3ed;cursor:pointer;background:0 0;border:1px solid #63b3ed;border-radius:20px;padding:6px 14px;font-size:12px;transition:all .15s}.download-btn:hover{color:#fff;background:#185fa5;border-color:#185fa5}.resume-header{margin-bottom:16px;padding-bottom:12px}.resume-titlebar{color:#a0aec0;margin-top:4px;font-size:13px;font-weight:600}.resume-rule{background:#4a5568;height:1px;margin-top:10px}.resume-opening{color:#a0aec0;margin-bottom:12px;font-size:13px;line-height:1.7}.resume-bullets{margin-top:6px;padding-left:18px}.resume-bullets li{color:#a0aec0;margin-bottom:4px;font-size:12px;line-height:1.6}.skills-row{flex-wrap:wrap;gap:8px;margin-bottom:5px;display:flex}.skills-cat-label{color:#e2e8f0;white-space:nowrap;font-size:12px;font-weight:600}.skills-cat-value{color:#a0aec0;font-size:12px}.exp-block{border-bottom:1px solid #2d3748;margin-bottom:20px;padding-bottom:16px}.exp-client-header{justify-content:space-between;align-items:flex-start;margin-bottom:4px;display:flex}.exp-client-label{color:#63b3ed;font-size:13px;font-weight:600}.exp-client-name{color:#e2e8f0;font-size:13px;font-weight:600}.exp-role-line{margin-bottom:6px}.exp-role-label{color:#63b3ed;font-size:12px;font-weight:600}.exp-role-value{color:#e2e8f0;font-size:12px}.exp-resp-label{color:#718096;margin-bottom:4px;font-size:12px;text-decoration:underline}.exp-env{margin-top:8px}.exp-env-label{color:#e2e8f0;font-size:12px;font-weight:600}.exp-env-value{color:#a0aec0;font-size:12px}.level-slider-box{padding:10px 0 6px}.level-labels{justify-content:space-between;margin-bottom:6px;display:flex}.level-label{color:var(--color-text-tertiary,#4a5568);font-size:11px;transition:color .15s}.level-label.active{color:#63b3ed;font-weight:600}.level-range{accent-color:#185fa5;cursor:pointer;width:100%}.level-years{color:#63b3ed;text-align:center;margin-top:4px;font-size:12px;font-weight:500}.login-screen{background:#0f1117;justify-content:center;align-items:center;height:100vh;display:flex}.login-card{background:#1a1f2e;border:1px solid #2d3748;border-radius:16px;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:380px;padding:48px 40px;display:flex}.login-logo{color:#fff;background:#185fa5;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;font-weight:700;display:flex}.login-title{color:#e2e8f0;font-size:24px;font-weight:700}.login-subtitle{color:#718096;text-align:center;font-size:14px;line-height:1.6}.google-btn{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #4a5568;border-radius:10px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 24px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.google-btn:hover{background:#f5f5f5;border-color:#185fa5}.login-note{color:#4a5568;font-size:12px}.user-menu{align-items:center;gap:8px;display:flex}.user-avatar{border-radius:50%;width:28px;height:28px}.user-name{color:#a0aec0;font-size:13px}.signout-btn{color:#718096;cursor:pointer;background:0 0;border:1px solid #4a5568;border-radius:20px;padding:4px 10px;font-size:11px}.signout-btn:hover{color:#e53e3e;border-color:#e53e3e}.act-btn{color:#48bb78;cursor:pointer;background:0 0;border:1px solid #48bb78;border-radius:20px;padding:6px 14px;font-size:12px;transition:all .15s}.act-btn:hover{color:#fff;background:#276749}.job-search-bar{flex-wrap:wrap;gap:8px;margin-bottom:16px;display:flex}.job-input{color:#e2e8f0;background:#2d3748;border:1px solid #4a5568;border-radius:8px;flex:1;min-width:180px;padding:9px 12px;font-family:inherit;font-size:13px}.job-input:focus{border-color:#185fa5;outline:none}.job-search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#185fa5;border:none;border-radius:8px;padding:9px 18px;font-size:13px}.job-search-btn:hover{opacity:.85}.job-card{background:#1a1f2e;border:1px solid #2d3748;border-radius:10px;margin-bottom:10px;padding:14px}.job-top{justify-content:space-between;align-items:flex-start;margin-bottom:8px;display:flex}.job-title{color:#e2e8f0;margin-bottom:3px;font-size:14px;font-weight:600}.job-company{color:#718096;font-size:12px}.job-salary{color:#48bb78;white-space:nowrap;font-size:13px;font-weight:600}.job-desc{color:#718096;margin-bottom:10px;font-size:12px;line-height:1.6}.job-actions{gap:8px;display:flex}.job-apply-btn{color:#fff;cursor:pointer;background:#185fa5;border:none;border-radius:20px;padding:6px 14px;font-size:12px;text-decoration:none}.job-apply-btn:hover{opacity:.85}.job-resume-btn{color:#63b3ed;cursor:pointer;background:0 0;border:1px solid #63b3ed;border-radius:20px;padding:6px 14px;font-size:12px}.job-resume-btn:hover{color:#fff;background:#185fa5;border-color:#185fa5}.tailor-page{background:#0f1117;flex-direction:column;height:100vh;padding:24px;display:flex;overflow-y:auto}.tailor-header{margin-bottom:24px}.back-btn{color:#718096;cursor:pointer;background:0 0;border:none;margin-bottom:12px;padding:0;font-size:13px;display:block}.back-btn:hover{color:#e2e8f0}.tailor-title{color:#e2e8f0;margin-bottom:6px;font-size:22px;font-weight:700}.tailor-subtitle{color:#718096;max-width:600px;font-size:13px;line-height:1.6}.tailor-body{flex:1;gap:24px;margin-bottom:20px;display:flex}.tailor-left{flex:1}.tailor-right{flex-direction:column;flex:1.5;display:flex}.drop-zone{cursor:pointer;background:#1a1f2e;border:2px dashed #4a5568;border-radius:12px;justify-content:center;align-items:center;min-height:200px;padding:32px;transition:all .15s;display:flex}.drop-zone:hover{border-color:#185fa5}.drop-zone.drag-over{background:#1a2a3a;border-color:#63b3ed}.drop-zone.has-file{border-style:solid;border-color:#48bb78}.drop-placeholder,.file-selected{text-align:center}.file-icon{margin-bottom:8px;font-size:36px}.file-name{color:#e2e8f0;margin-bottom:4px;font-size:14px;font-weight:500}.file-size{color:#718096;margin-bottom:12px;font-size:12px}.remove-file{color:#e53e3e;cursor:pointer;background:0 0;border:1px solid #e53e3e;border-radius:20px;padding:4px 12px;font-size:12px}.jd-textarea{resize:none;color:#e2e8f0;background:#1a1f2e;border:1px solid #4a5568;border-radius:10px;flex:1;width:100%;padding:14px;font-family:inherit;font-size:13px;line-height:1.6}.jd-textarea:focus{border-color:#185fa5;outline:none}.tailor-footer{flex-direction:column;align-items:center;gap:10px;display:flex}.tailor-submit-btn{color:#fff;cursor:pointer;background:#185fa5;border:none;border-radius:10px;padding:14px 40px;font-size:15px;font-weight:600;transition:opacity .15s}.tailor-submit-btn:hover{opacity:.85}.tailor-submit-btn:disabled{opacity:.4;cursor:not-allowed}.tailor-note{color:#718096;text-align:center;font-size:12px}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-box{color:#e2e8f0;background:#1e2433;border:1px solid #334155;border-radius:12px;width:90%;max-width:480px;padding:28px}.modal-box h3{margin:0 0 8px;font-size:18px}.modal-box p{color:#94a3b8;margin:0 0 12px}.profile-dropdown{z-index:1000;background:#1e2433;border:1px solid #334155;border-radius:12px;min-width:240px;padding:12px;position:absolute;top:48px;right:0;box-shadow:0 8px 32px #0006}.profile-info{align-items:center;gap:10px;margin-bottom:8px;display:flex}.profile-avatar-lg{border-radius:50%;width:40px;height:40px}.profile-name{color:#e2e8f0;font-size:14px;font-weight:600}.profile-email{color:#64748b;font-size:12px}.profile-divider{background:#334155;height:1px;margin:8px 0}.profile-item{text-align:left;color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;width:100%;padding:8px;font-size:13px;display:block}.profile-item:hover{color:#e2e8f0;background:#2d3748}.profile-item.signout{color:#f87171}.job-filters{flex-wrap:wrap;gap:8px;margin-top:10px;display:flex}.job-filter-select{color:#e2e8f0;cursor:pointer;background:#1e2433;border:1px solid #334155;border-radius:6px;padding:6px 10px;font-size:13px}.job-filter-select:focus{border-color:#a78bfa;outline:none}.tailor-hero{text-align:center;margin-bottom:24px}.tailor-hero-icon{margin-bottom:8px;font-size:40px}.tailor-hero-title{color:#e2e8f0;margin:0 0 6px;font-size:24px;font-weight:700}.tailor-hero-sub{color:#94a3b8;max-width:380px;margin:0 auto;font-size:14px;line-height:1.5}.tailor-card{background:#1a1f2e;border:1px solid #2a3142;border-radius:14px;margin-bottom:16px;padding:18px}.tailor-step-label{color:#e2e8f0;align-items:center;gap:10px;margin-bottom:14px;font-size:14px;font-weight:600;display:flex}.tailor-step-num{color:#0f1117;background:#a78bfa;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:13px;font-weight:700;display:inline-flex}.tailor-dropzone{cursor:pointer;text-align:center;border:2px dashed #334155;border-radius:12px;padding:24px;transition:all .2s;display:block}.tailor-dropzone:hover{background:#a78bfa0a;border-color:#a78bfa}.tailor-dropzone-empty{flex-direction:column;align-items:center;gap:6px;display:flex}.tailor-upload-icon{color:#a78bfa;font-size:28px}.tailor-dropzone-text{color:#e2e8f0;font-size:14px;font-weight:500}.tailor-dropzone-hint{color:#64748b;font-size:12px}.tailor-file-chosen{justify-content:center;align-items:center;gap:12px;display:flex}.tailor-file-icon{font-size:28px}.tailor-file-name{color:#1d9e75;font-size:14px;font-weight:600}.tailor-file-meta{color:#64748b;font-size:12px}.tailor-jd-input{color:#e2e8f0;resize:vertical;box-sizing:border-box;background:#0f1117;border:1px solid #334155;border-radius:10px;width:100%;padding:12px;font-family:inherit;font-size:13px;line-height:1.5}.tailor-jd-input:focus{border-color:#a78bfa;outline:none}.tailor-error-box{color:#f87171;background:#f871711a;border:1px solid #f871714d;border-radius:10px;margin-bottom:16px;padding:10px 14px;font-size:13px}.tailor-cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#a78bfa,#8b5cf6);border:none;border-radius:12px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:opacity .2s}.tailor-cta:hover:not(:disabled){opacity:.9}.tailor-cta:disabled{opacity:.6;cursor:not-allowed}.tailor-cta-loading{align-items:center;gap:10px;display:inline-flex}.tailor-loading-note{text-align:center;color:#64748b;margin-top:10px;font-size:12px}.tailor-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite tailor-spin}.tailor-spinner-lg{border:3px solid #2a3142;border-top-color:#a78bfa;border-radius:50%;width:36px;height:36px;margin:0 auto 16px;animation:.8s linear infinite tailor-spin}@keyframes tailor-spin{to{transform:rotate(360deg)}}.tailor-score-banner{background:#1a1f2e;border:1px solid #2a3142;border-radius:14px;margin-bottom:16px;padding:18px}.tailor-score-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:12px}.tailor-score-value{font-size:34px;font-weight:700;line-height:1}.tailor-score-bar-wrap{background:#0f1117;border-radius:4px;height:8px;margin-top:14px;overflow:hidden}.tailor-score-bar-fill{border-radius:4px;height:100%;transition:width .6s}.tailor-feedback{color:#cbd5e1;background:#a78bfa14;border-left:3px solid #a78bfa;border-radius:8px;padding:12px 16px;font-size:13px;line-height:1.6}
