@charset "UTF-8";main{min-height:100vh;display:flex;justify-content:center;align-items:center;background:linear-gradient(135deg,#0f172a,#1e293b)}main .auth-header{position:absolute;top:40px;text-align:center;color:#fff;width:100%}main .auth-header h1{font-size:2rem;font-weight:700;margin-bottom:8px;letter-spacing:.5px}main .auth-header p{font-size:.95rem;opacity:.85}main .form-container{width:360px;padding:2rem;border-radius:1rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 50px #0000004d;animation:fadeIn .4s ease;display:flex;flex-direction:column;gap:1rem}main .title{text-align:center;font-size:1.8rem;font-weight:700}main .subtitle{text-align:center;font-size:.9rem;color:#374151}main .mode-toggle{display:flex;gap:.5rem;background:#f3f4f6;padding:.3rem;border-radius:.6rem}main .mode-toggle button{flex:1;padding:.5rem;border:none;border-radius:.5rem;cursor:pointer;font-weight:500;background:transparent;transition:.3s}main .mode-toggle button:hover{background:#e5e7eb}main .mode-toggle button.active{background:linear-gradient(135deg,#e1034d,#ff4d6d);color:#fff;box-shadow:0 5px 10px #e1034d4d}main form{display:flex;flex-direction:column;gap:1rem}main .input-group{display:flex;flex-direction:column;position:relative}main .input-group label{color:#374151;font-weight:500;margin-bottom:4px}main .input-group input{padding:.8rem;border-radius:.5rem;border:1px solid #e5e7eb;background:#f9fafb;color:#111827;transition:.3s}main .input-group input:focus{outline:none;background:#fff;border-color:#e1034d;box-shadow:0 0 0 3px #e1034d33}main .password-group{position:relative}main .password-group .toggle{position:absolute;right:10px;top:35px;cursor:pointer;font-size:1.1rem;color:#374151}main .otp-success{text-align:center;font-size:.85rem;color:#065f46;background:#d1fae5;padding:.4rem;border-radius:.4rem}main .button{padding:.8rem;border:none;border-radius:.5rem;background:linear-gradient(135deg,#e1034d,#ff4d6d);color:#fff;font-weight:700;cursor:pointer;transition:.3s}main .button:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 10px 20px #e1034d4d}main .button:active{transform:scale(.97)}main .button:disabled{opacity:.6;cursor:not-allowed}main .error-box{background:#ffe4e6;color:#b91c1c;padding:.5rem;border-radius:.4rem;text-align:center;font-size:.85rem;animation:shake .3s}main .footer{text-align:center;font-size:.9rem}main .footer a{color:#e1034d;font-weight:700}main .loader{width:40px;height:40px;border:4px solid #ccc;border-top:4px solid #e1034d;border-radius:50%;animation:spin 1s linear infinite}main .resend-btn{margin-top:8px;background:none;border:none;color:#e1034d;font-weight:700;cursor:pointer}main .resend-btn:hover{text-decoration:underline}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}.home-page{width:100%;min-height:100vh;background-color:#0d1117;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:2rem}.page-header{text-align:center}.page-header h1{font-size:2.25rem;font-weight:700;margin-bottom:.5rem;color:#e6edf3}.page-header p{color:#7d8590;font-size:.95rem;max-width:480px;margin:0 auto;line-height:1.6}.page-header .highlight{color:#ff2d78}.interview-card{width:100%;max-width:900px;background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;overflow:hidden}.interview-card__body{display:flex;min-height:520px}.interview-card__footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-top:1px solid #2a3348}.interview-card__footer .footer-info{font-size:.8rem;color:#7d8590}.panel-divider{width:1px;background-color:#2a3348;flex-shrink:0}.panel{flex:1;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.panel__header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.panel__header h2{font-size:1rem;font-weight:600;color:#e6edf3;flex:1}.panel__icon{display:flex;align-items:center;color:#ff2d78}.panel__textarea{flex:1;width:100%;background-color:#1e2535;border:1px solid #2a3348;border-radius:.5rem;padding:.75rem 1rem;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;resize:none;outline:none;transition:border-color .2s;line-height:1.5}.panel__textarea::placeholder{color:#7d8590}.panel__textarea:focus{border-color:#ff2d78}.panel__textarea--short{flex:unset;height:96px}.panel--left{position:relative}.panel--left .char-counter{position:absolute;bottom:2.25rem;right:2rem;font-size:.75rem;color:#7d8590}.panel--right{gap:.75rem}.badge{font-size:.7rem;font-weight:600;padding:.15rem .5rem;border-radius:.3rem;text-transform:uppercase;letter-spacing:.03em}.badge--required,.badge--best{background-color:#ff2d7826;color:#ff2d78;border:1px solid rgba(255,45,120,.3)}.section-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#e6edf3;margin-bottom:.25rem}.upload-section{display:flex;flex-direction:column;gap:.5rem}.dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;padding:1.5rem 1rem;background-color:#1e2535;border:2px dashed #2a3348;border-radius:.6rem;cursor:pointer;transition:border-color .2s,background-color .2s}.dropzone:hover{border-color:#ff2d78;background-color:#ff2d780d}.dropzone__icon{color:#ff2d78;margin-bottom:.25rem}.dropzone__title{font-size:.875rem;font-weight:500;color:#e6edf3;margin:0}.dropzone__subtitle{font-size:.75rem;color:#7d8590;margin:0}.or-divider{display:flex;align-items:center;gap:.75rem;color:#7d8590;font-size:.75rem}.or-divider:before,.or-divider:after{content:"";flex:1;height:1px;background-color:#2a3348}.or-divider span{white-space:nowrap}.self-description{display:flex;flex-direction:column;gap:.5rem}.info-box{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem 1rem;background-color:#1b2a4a;border:1px solid #2d4a7a;border-radius:.5rem}.info-box__icon{flex-shrink:0;color:#4a90e2;margin-top:1px}.info-box p{margin:0;font-size:.8rem;color:#8ab4f8;line-height:1.5}.info-box p strong{color:#e6edf3}.generate-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff2d78,#f90059);color:#fff;font-size:.9rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:opacity .2s,transform .1s;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.generate-btn:hover{opacity:.9}.generate-btn:active{transform:scale(.98)}.recent-reports{display:flex;flex-direction:column;gap:.75rem;width:100%;max-width:900px}.recent-reports .reports-list{display:flex;gap:.75rem;flex-wrap:wrap}.recent-reports .reports-list .report-item{background-color:#161b22;border:1px solid #2a3348;border-radius:.5rem;padding:1rem;flex:1;display:flex;flex-direction:column;gap:.5rem;cursor:pointer;flex-shrink:0}.recent-reports .reports-list .report-item .match-score{font-size:.8rem;font-weight:600;color:#ff2d78;align-items:flex-start}.page-footer{display:flex;gap:1.5rem}.page-footer a{font-size:.8rem;color:#7d8590;text-decoration:none;transition:color .2s}.page-footer a:hover{color:#e6edf3}.page-footer .remove-file-btn{margin-top:8px;color:#ff4d6d;background:#ff4d6d1a;border:1px solid rgba(255,77,109,.3);padding:4px 10px;border-radius:6px;cursor:pointer;font-size:.8rem;font-weight:600}.page-footer .remove-file-btn:hover{background:#ff4d6d33}.page-footer .dropzone__title,.page-footer .dropzone__subtitle{text-align:center}.page-footer .dropzone p{margin:2px 0}.report-header{display:flex;justify-content:space-between;align-items:center}.report-actions{display:flex;gap:6px}.report-actions button{background:#ffffff0d;border:none;padding:4px 6px;border-radius:5px;cursor:pointer;color:#7d8590;font-size:.85rem}.report-actions button:hover{background:#ff2d7833;color:#ff2d78}*::-webkit-scrollbar{display:none}.interview-page{width:100%;min-height:100vh;background-color:#0d1117;color:#e6edf3;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:stretch;padding:1.5rem;box-sizing:border-box}.interview-layout{display:flex;width:100%;max-width:1280px;margin:0 auto;background-color:#161b22;border:1px solid #2a3348;border-radius:1rem;justify-content:space-between}.interview-divider{width:1px;background-color:#2a3348;flex-shrink:0}.interview-nav{width:220px;flex-shrink:0;padding:1.75rem 1rem;display:flex;flex-direction:column;justify-content:space-between;gap:.25rem}.interview-nav__label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7d8590;padding:0 .75rem;margin-bottom:.5rem}.interview-nav__item{display:flex;align-items:center;gap:.6rem;width:100%;padding:.65rem .75rem;background:none;border:none;border-radius:.5rem;color:#7d8590;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:.875rem;cursor:pointer;text-align:left;transition:background-color .15s,color .15s}.interview-nav__item:hover{background-color:#1c2230;color:#e6edf3}.interview-nav__item--active{background-color:#ff2d781a;color:#ff2d78}.interview-nav__item--active .interview-nav__icon svg{stroke:#ff2d78}.interview-nav__icon{display:flex;align-items:center;flex-shrink:0}.interview-content{flex:1;padding:1.75rem 2rem 5rem;overflow-y:auto;min-height:initial;max-height:calc(100vh - 3rem);align-items:flex-start}.interview-content section{min-height:100%}.content-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.2rem;padding-bottom:.8rem;border-bottom:1px solid #2a3348}.content-header .header-left{display:flex;align-items:center;gap:12px}.content-header h2{font-size:1.2rem;font-weight:700}.content-header__count{font-size:.75rem;padding:3px 10px;border-radius:999px;background:#ff2d781a;border:1px solid rgba(255,45,120,.2);color:#ff2d78}.q-list{display:flex;flex-direction:column;gap:.75rem}.q-card{background:linear-gradient(145deg,#1c2230,#161b22);border:1px solid rgba(255,255,255,.05);border-radius:10px;transition:all .25s ease}.q-card:hover{border-color:#ff2d7866;box-shadow:0 8px 24px #0006;transform:translateY(-2px)}.q-card__header{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 1rem;cursor:pointer;-webkit-user-select:none;user-select:none}.q-card__index{flex-shrink:0;font-size:.7rem;font-weight:700;color:#ff2d78;background-color:#ff2d781a;border:1px solid rgba(255,45,120,.2);border-radius:.3rem;padding:.15rem .4rem;margin-top:2px}.q-card__question{flex:1;margin:0;font-size:.9rem;font-weight:500;color:#e6edf3;line-height:1.5}.q-card__chevron{flex-shrink:0;color:#7d8590;transition:transform .2s;margin-top:2px}.q-card__chevron--open{transform:rotate(180deg);color:#ff2d78}.q-card__body{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid #2a3348}.q-card__section{display:flex;flex-direction:column;gap:.4rem}.q-card__section p{margin:0;font-size:.835rem;color:#a6acb3;line-height:1.6}.q-card__tag{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.15rem .5rem;border-radius:.25rem;width:fit-content}.q-card__tag--intention{color:#a78bfa;background-color:#a78bfa1a;border:1px solid rgba(167,139,250,.2)}.q-card__tag--answer{color:#3fb950;background-color:#3fb9501a;border:1px solid rgba(63,185,80,.2)}.roadmap-list{display:flex;flex-direction:column;gap:0;position:relative}.roadmap-list:before{content:"";position:absolute;left:28px;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#ff2d78,#ff2d781a);border-radius:1px}.roadmap-day{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0 .75rem 3.5rem;position:relative}.roadmap-day:before{content:"";position:absolute;left:21px;top:1.05rem;width:14px;height:14px;border-radius:50%;background-color:#161b22;border:2px solid #ff2d78}.roadmap-day__header{display:flex;align-items:center;gap:.6rem}.roadmap-day__badge{font-size:.7rem;font-weight:700;color:#ff2d78;background-color:#ff2d781a;border:1px solid rgba(255,45,120,.25);padding:.1rem .5rem;border-radius:2rem}.roadmap-day__focus{margin:0;font-size:.95rem;font-weight:600;color:#e6edf3}.roadmap-day__tasks{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.roadmap-day__tasks li{display:flex;align-items:flex-start;gap:.5rem;font-size:.845rem;color:#9ea4ac;line-height:1.5}.roadmap-day__bullet{flex-shrink:0;width:5px;height:5px;border-radius:50%;background-color:#7d8590;margin-top:8px}.roadmap-day__tasks li{display:flex;align-items:center;gap:8px;margin-bottom:6px}.roadmap-day__tasks li.done span{text-decoration:line-through;color:#888}.roadmap-day__tasks button{background:transparent;border:none;cursor:pointer;color:#ccc}.roadmap-day__tasks button:hover{color:#ff4d6d}.add-task{margin-top:8px;display:flex;gap:6px}.add-task input{flex:1;padding:4px;border-radius:6px;border:1px solid #333;background:#111;color:#fff}.add-task button{background:#ff4d6d;border:none;padding:4px 8px;border-radius:6px;cursor:pointer}.interview-sidebar{width:240px;flex-shrink:0;padding:1.75rem 1.25rem;display:flex;flex-direction:column;gap:1.25rem;height:100vh;overflow-y:auto}.sidebar-divider{height:1px;background-color:#2a3348}.match-score{display:flex;flex-direction:column;align-items:center;gap:.6rem}.match-score__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7d8590;margin:0;align-self:flex-start}.match-score__ring{width:90px;height:90px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;border:4px solid}.match-score__ring.score--high{border-color:#3fb950}.match-score__ring.score--mid{border-color:#f5a623}.match-score__ring.score--low{border-color:#ff4d4d}.match-score__value{font-size:1.6rem;font-weight:800;color:#e6edf3;line-height:1}.match-score__pct{font-size:.75rem;color:#7d8590;margin-top:-2px}.match-score__sub{margin:0;font-size:.75rem;color:#3fb950;text-align:center}.skill-gaps{display:flex;flex-direction:column;gap:.75rem}.skill-gaps__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7d8590;margin:0}.skill-gaps__list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{font-size:.775rem;font-weight:500;padding:.3rem .7rem;border-radius:.4rem;border:1px solid;cursor:default;transition:.2s}.skill-tag--high{color:#ff4d4d;background-color:#ff4d4d1a;border-color:#ff4d4d40}.skill-tag--medium{color:#f5a623;background-color:#f5a6231a;border-color:#f5a62340}.skill-tag--low{color:#3fb950;background-color:#3fb9501a;border-color:#3fb95040}.logout-button{background-color:#ff4d4d;color:#fff;border:none;border-radius:.5rem;padding:.8rem;font-size:.85rem;cursor:pointer;margin-bottom:.5rem;transition:background .2s ease}.logout-button:hover{background-color:#e60023}.generate-more-btn{background:linear-gradient(135deg,#ff2d78,#ff4d6d);border:none;color:#fff;padding:6px 14px;font-size:.8rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .25s ease}.generate-more-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #ff2d784d}.generate-more-btn:disabled{opacity:.6;cursor:not-allowed}.follow-btn{margin-left:auto;margin-right:8px;font-size:.7rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#ccc;border-radius:6px;padding:3px 8px;cursor:pointer;transition:.2s}.follow-btn:hover{background:#ff2d7833;color:#ff2d78;border-color:#ff2d78}.followups{margin-top:10px;padding:10px;border-left:2px solid rgba(255,45,120,.4);background:#ffffff05;border-radius:6px}.followup-item{font-size:.8rem;color:#aaa;margin-bottom:6px;padding-left:4px}.followup-item:hover{color:#fff}.mock-controls select{background:#1a1a1a;border:1px solid #333;color:#fff;padding:6px 10px;border-radius:6px;font-size:.8rem}.followup-card{margin-top:10px;padding:12px;border-radius:8px;background:#ffffff08;border:1px solid rgba(255,255,255,.05);transition:.2s}.followup-card:hover{border-color:#ff2d7866}.followup-question{font-weight:600;color:#fff;margin-bottom:8px}.followup-section{margin-top:6px;font-size:.8rem;color:#aaa}.tag{display:inline-block;font-size:.65rem;padding:2px 6px;border-radius:4px;margin-bottom:4px}.tag.intention{background:#6496ff33;color:#7aa2ff}.tag.answer{background:#00ff9633;color:#00d084}.mock-float-btn{position:fixed;bottom:25px;right:25px;background:#ff2e63;color:#fff;border:none;padding:14px 18px;border-radius:50px;font-weight:700;cursor:pointer;z-index:1000;box-shadow:0 4px 20px #ff2e6366}.mock-btn{margin-left:10px;background:#ff2d78;border:none;color:#fff;padding:6px 12px;border-radius:6px;cursor:pointer;font-size:.8rem}.mock-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000f2;z-index:2000;display:flex;justify-content:center;align-items:center;animation:fadeIn .25s ease}.mock-container{width:60%;background:#111;padding:25px;border-radius:12px;animation:scaleIn .25s ease}.mock-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.mock-header h2{font-size:1.3rem;margin:0}.mock-question{font-size:1.2rem;margin-bottom:10px}.mock-container textarea{width:100%;min-height:120px;margin-top:10px;background:#1a1a1a;border:1px solid #333;color:#fff;padding:10px;border-radius:6px}.mock-result{margin-top:15px;background:#ffffff0d;padding:10px;border-radius:6px}.mock-subtitle{font-size:.75rem;color:#888}.mock-submit-btn{margin-top:10px;background:linear-gradient(135deg,#ff2d78,#ff4d6d);border:none;color:#fff;padding:10px;border-radius:8px;font-weight:600;cursor:pointer;width:100%;transition:.25s}.mock-submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff2d784d}.mock-submit-btn:disabled{opacity:.5;cursor:not-allowed}.mock-controls{display:flex;gap:10px;margin-bottom:12px}.mock-controls select,.mock-controls input{background:#1a1a1a;border:1px solid #333;color:#fff;padding:6px 10px;border-radius:6px;font-size:.8rem}.mock-controls select{cursor:pointer}.mock-controls input{flex:1}.premium{background:linear-gradient(145deg,#0f172a,#020617);border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 60px #0009}.premium-header{display:flex;justify-content:space-between;align-items:center}.status-indicator{display:flex;align-items:center;gap:6px;font-size:.8rem}.dot{width:8px;height:8px;background:#555;border-radius:50%}.dot.live{background:#ff2d78;animation:pulse 1s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}to{transform:scale(1.8);opacity:0}}.question-card{background:#ffffff0a;padding:12px;border-radius:10px;margin-bottom:12px}.answer-box textarea{background:#0f172a;border-radius:10px;border:1px solid #333}.action-row{display:flex;gap:10px;margin-top:10px}.mic-btn{width:50px;height:50px;border-radius:50%;background:#111;border:1px solid #333;font-size:1.4rem}.mic-btn.active{background:#ff2d78;box-shadow:0 0 20px #ff2d7899}.submit-btn{flex:1;background:linear-gradient(135deg,#ff2d78,#ff4d6d);border-radius:10px;padding:12px}.result-panel{margin-top:15px;padding:12px;border-radius:10px;background:#ffffff0a}.score-grid{display:flex;gap:10px}.score-card{flex:1;text-align:center;background:#111;padding:10px;border-radius:8px}.next-btn{margin-top:10px;width:100%;padding:10px;background:#222;border-radius:8px}.exit-btn{background:#ffffff14;border:none;color:#aaa;width:34px;height:34px;border-radius:50%;cursor:pointer;font-size:1.2rem;transition:all .25s ease}.exit-btn:hover{background:#ff2d7833;color:#ff2d78;transform:rotate(90deg) scale(1.1)}.gen-hint{font-size:.75rem;color:#888;margin-top:6px}.session-bar{display:flex;justify-content:space-between;align-items:center;background:#ffffff0a;padding:10px;border-radius:8px;margin-bottom:10px}.timer{font-weight:700;color:#ff2d78}.camera-feed{width:160px;height:120px;border-radius:10px;object-fit:cover;position:absolute;right:20px;bottom:20px;border:2px solid rgba(255,255,255,.1)}.camera-feed.floating{position:absolute;right:20px;bottom:20px;width:180px;height:130px;border-radius:12px;object-fit:cover;background:#000;border:2px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0009;z-index:10}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.analysis-section{margin-top:14px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.05);max-height:150px;overflow-y:auto}.analysis-empty{font-size:.75rem;color:#666;font-style:italic}.analysis-title{font-size:.9rem;font-weight:600;color:#fff;margin-bottom:6px}.analysis-list{display:flex;flex-wrap:wrap;gap:6px}.analysis-tag{background:#ff4d6d1f;color:#ff4d6d;padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:500;white-space:nowrap}.analysis-text{font-size:.78rem;color:#bbb;margin-bottom:6px;line-height:1.4;word-break:break-word}.analysis-text.highlight{color:#00ff9c;font-weight:500;background:#00ff9c0d;padding:6px;border-radius:6px}.resume-ui{min-height:100vh;background:radial-gradient(circle at top left,rgba(0,255,255,.08),transparent),radial-gradient(circle at bottom right,rgba(255,0,128,.08),transparent),linear-gradient(180deg,#0b1018,#0d1320);color:#eaf0ff;font-family:Inter,sans-serif}.resume-layout{display:grid;grid-template-columns:280px 1fr;height:calc(100vh - 70px)}.resume-topbar{height:70px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.08);background:#0a0f19cc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.resume-topbar h2{color:#00f5ff}.resume-topbar button{background:linear-gradient(90deg,#00f5ff,#ff2d7d);border:none;padding:10px 18px;border-radius:999px;font-weight:700;cursor:pointer}.resume-sidebar{padding:20px;border-right:1px solid rgba(255,255,255,.06);background:linear-gradient(180deg,#0f1624,#0c1220)}.resume-sidebar__profile{display:flex;gap:10px;margin-bottom:20px}.resume-sidebar__profile img{width:40px;border-radius:50%}.resume-sidebar button{width:100%;padding:12px;border-radius:10px;border:none;background:transparent;color:#aab3c5;text-align:left;cursor:pointer}.resume-sidebar button:hover{background:#ffffff0d;color:#fff}.resume-main.builder-split{display:grid;grid-template-columns:320px 1fr 340px;gap:24px;padding:24px}.resume-editor{display:flex;flex-direction:column;gap:18px;overflow-y:auto}.editor-section{background:#ffffff0a;border-radius:16px;padding:16px;border:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.editor-section h2{font-size:12px;color:#00f5ff;margin-bottom:10px;letter-spacing:1px}.editor-section input,.editor-section textarea{width:100%;padding:10px;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#0000004d;color:#fff;margin-bottom:8px}.editor-section input:focus,.editor-section textarea:focus{border-color:#00f5ff;outline:none}.exp-block{display:flex;flex-direction:column;gap:8px}.exp-block:hover{background:#ffffff0d;border-radius:10px}.builder-preview{display:flex;justify-content:center;align-items:flex-start}.resume-preview-live{position:relative;background:#fff;color:#111;padding:40px;border-radius:14px;width:100%;max-width:650px;box-shadow:0 30px 80px #00000080;transition:.3s}.resume-preview-live:hover{transform:scale(1.02)}.preview-header h1{font-size:30px;font-weight:800}.preview-header p{color:#666}.preview-contact{display:flex;gap:12px;font-size:14px;color:#444}.preview-section{margin-top:20px}.preview-section h2{font-size:16px;border-bottom:2px solid #111;padding-bottom:4px}.preview-job{margin-top:12px}.preview-job-top{display:flex;justify-content:space-between;font-weight:600}.company{font-size:14px;color:#555}.preview-job ul{padding-left:18px}.ats-badge{position:absolute;top:-10px;right:-10px;background:linear-gradient(135deg,#00f5ff,#7b61ff);color:#000;padding:10px;border-radius:50%;font-weight:700}.ai-optimizer{padding:20px;border-left:1px solid rgba(255,255,255,.06)}.ai-optimizer h2{margin-bottom:10px}.ai-block{margin-top:20px}.chips{display:flex;flex-wrap:wrap;gap:6px}.chips span{background:#ffffff14;padding:6px 10px;border-radius:999px;font-size:12px}.suggestion{margin-top:10px;padding:10px;background:#ffffff0d;border-radius:8px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.resume-paper{background:#fff;padding:30px;border-radius:12px;box-shadow:0 10px 30px #00000014;width:100%}.resume-header{border-bottom:1px solid #eee;margin-bottom:20px}.resume-header h1{font-size:26px;font-weight:700}.role{color:#666;margin-top:4px}.meta{font-size:12px;color:#999}.exp{margin-top:15px}.exp-header{display:flex;justify-content:space-between}.company{font-size:13px;color:#666}.resume-page--builder.resume-ui{min-height:100vh;padding:30px 20px;background:linear-gradient(180deg,#edf4fd,#e7f0fb);color:#2d4a69;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.resume-page--builder,.resume-page--builder *{box-sizing:border-box}.resume-page--builder .resume-builder-shell{max-width:1032px;margin:26px auto;padding:12px 22px 22px;border-radius:24px;background:linear-gradient(180deg,#cfe3fb,#d8e8fb);border:1px solid #c4d8ee;box-shadow:0 18px 40px #7590b02e,inset 0 1px #ffffffbf}.resume-page--builder .resume-builder-shell__actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:14px}.resume-page--builder .resume-feature-card{min-height:82px;padding:12px 16px;border:1px solid #acc7e6;border-radius:10px;background:linear-gradient(180deg,#fff,#f5f9ff);box-shadow:0 1px #fffffff2 inset,0 8px 18px #5e81a814;color:#304d6e;display:flex;align-items:center;gap:14px;text-align:left}.resume-page--builder button.resume-feature-card{width:100%;cursor:pointer;font:inherit;appearance:none}.resume-page--builder .resume-feature-card__content{display:flex;flex-direction:column;gap:2px}.resume-page--builder .resume-feature-card__content strong{font-size:17px;line-height:1.1;font-weight:700}.resume-page--builder .resume-feature-card__content small{font-size:12px;line-height:1.2;color:#6d8097}.resume-page--builder .resume-feature-card__icon{width:58px;height:58px;flex-shrink:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;position:relative}.resume-page--builder .resume-feature-card__icon svg{width:32px;height:32px;fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.resume-page--builder .resume-feature-card__icon--ai{background:radial-gradient(circle at 35% 30%,#ddebfb,#aac7ea);box-shadow:inset 0 2px #ffffffb3}.resume-page--builder .resume-feature-card__icon--ai svg{stroke:#3f5678}.resume-page--builder .resume-feature-card__icon--download{background:linear-gradient(180deg,#6eb3ff,#2c7de8);box-shadow:inset 0 2px #ffffff4d}.resume-page--builder .resume-feature-card__icon--download svg{stroke:#fff}.resume-page--builder .resume-feature-card__icon--score{padding:5px;background:conic-gradient(from 210deg,#ff8e63 0deg 38deg,#f6c246 38deg 96deg,#33b86a 96deg 320deg,#eff5fb 320deg 360deg)}.resume-page--builder .resume-feature-card__icon--score span{width:100%;height:100%;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#23a765;color:#fff;font-size:18px;font-weight:800}.resume-page--builder .resume-feature-card__icon--improve{background:linear-gradient(180deg,#8ce0d2,#2dbb7f);box-shadow:inset 0 2px #ffffff59}.resume-page--builder .resume-feature-card__icon--improve svg{stroke:#fff}.resume-page--builder .resume-builder-shell__body{display:grid;grid-template-columns:280px minmax(0,1fr);gap:16px;align-items:start}.resume-page--builder .resume-editor-card{background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid #d2dfed;border-radius:12px;box-shadow:0 8px 20px #728da914;overflow:hidden}.resume-page--builder .resume-panel-header{display:flex;align-items:center;justify-content:space-between;padding:13px 16px 12px;border-bottom:1px solid #e3ecf6}.resume-page--builder .resume-panel-header h2{margin:0;font-size:17px;font-weight:700;color:#304c6b}.resume-page--builder .resume-panel-header__dots{display:flex;gap:6px}.resume-page--builder .resume-panel-header__dots span{width:7px;height:7px;border-radius:50%;background:#d2d9e5}.resume-page--builder .resume-editor{padding:12px 16px 14px;display:flex;flex-direction:column;gap:12px}.resume-page--builder .resume-editor__field label,.resume-page--builder .resume-editor__accordion-toggle{font-size:13px;font-weight:700;color:#35506f}.resume-page--builder .resume-editor__field label{display:block;margin-bottom:5px}.resume-page--builder .resume-editor input,.resume-page--builder .resume-editor textarea,.resume-page--builder .resume-editor__accordion-toggle,.resume-page--builder .resume-editor__combo{width:100%;border:1px solid #d7e2ef;border-radius:4px;background:#fff;box-shadow:inset 0 1px 2px #1137600a}.resume-page--builder .resume-editor input,.resume-page--builder .resume-editor textarea,.resume-page--builder .resume-editor__accordion-toggle{padding:10px 12px;font:inherit;font-size:12.5px;color:#3b536f}.resume-page--builder .resume-editor input::placeholder,.resume-page--builder .resume-editor textarea::placeholder{color:#8ba0b4}.resume-page--builder .resume-editor textarea{resize:none;min-height:70px}.resume-page--builder .resume-editor input:focus,.resume-page--builder .resume-editor textarea:focus,.resume-page--builder .resume-editor__accordion-toggle:focus-visible{outline:2px solid rgba(70,132,234,.18);border-color:#6faae9}.resume-page--builder .resume-editor__accordion{display:flex;flex-direction:column;gap:8px}.resume-page--builder .resume-editor__accordion-toggle{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.resume-page--builder .resume-editor__accordion-toggle span:last-child{font-size:12px;color:#8ba0b4;transition:transform .2s ease}.resume-page--builder .resume-editor__accordion-toggle span:last-child.is-open{transform:rotate(180deg)}.resume-page--builder .resume-editor__combo{min-height:42px;display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto 88px;align-items:center;padding:0 8px}.resume-page--builder .resume-editor__combo--single{grid-template-columns:minmax(0,1fr)}.resume-page--builder .resume-editor__combo input{border:0;box-shadow:none;padding:10px 6px;min-width:0}.resume-page--builder .resume-editor__combo span{color:#8ca0b7;font-size:12px;font-weight:700}.resume-page--builder .resume-editor__cta-divider{height:1px;margin:2px 0 0;background:linear-gradient(90deg,transparent 0%,#d7e3f1 14%,#d7e3f1 86%,transparent 100%)}.resume-page--builder .resume-editor__action{width:100%;min-height:37px;padding:0 14px;border:1px solid transparent;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font:inherit;font-size:13px;font-weight:700}.resume-page--builder .resume-editor__action--primary{width:calc(100% - 46px);align-self:center;background:linear-gradient(180deg,#3f9cff,#2778e7);color:#fff;box-shadow:0 8px 18px #316ec333}.resume-page--builder .resume-editor__action--secondary{justify-content:flex-start;border-color:#d7e2ef;background:linear-gradient(180deg,#fff,#f9fbff);color:#356190}.resume-page--builder .resume-editor__action-icon,.resume-page--builder .resume-editor__action-pill{width:16px;height:16px;border-radius:50%;position:relative;flex-shrink:0}.resume-page--builder .resume-editor__action-icon{background:#ffffff2e}.resume-page--builder .resume-editor__action-icon:before,.resume-page--builder .resume-editor__action-icon:after{content:"";position:absolute;left:50%;top:50%;background:#fff;border-radius:999px;transform:translate(-50%,-50%)}.resume-page--builder .resume-editor__action-icon:before{width:8px;height:2px}.resume-page--builder .resume-editor__action-icon:after{width:2px;height:8px}.resume-page--builder .resume-editor__action-pill{background:#2f79e7}.resume-page--builder .resume-editor__action-pill:before{content:"";position:absolute;left:50%;top:50%;width:7px;height:4px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff;transform:translate(-50%,-65%) rotate(-45deg)}.resume-page--builder .resume-editor__action-arrow{margin-left:auto;color:#bfd3ec;letter-spacing:-.08em}.resume-page--builder .resume-preview-workspace{display:flex;flex-direction:column;gap:12px}.resume-page--builder .resume-preview-workspace__title{display:flex;align-items:center;gap:12px;padding-top:6px}.resume-page--builder .resume-preview-workspace__title span{height:1px;flex:1;background:#c2d3e5}.resume-page--builder .resume-preview-workspace__title h2{margin:0;font-size:17px;font-weight:700;color:#304c6b}.resume-page--builder .resume-preview-workspace__content{display:grid;grid-template-columns:216px minmax(0,1fr);min-height:468px;border:1px solid #d4e1ee;border-radius:12px;overflow:hidden;background:#dcecfc;box-shadow:0 8px 20px #728da914}.resume-page--builder .resume-score-column{padding:0 16px 16px;display:flex;flex-direction:column;gap:12px;background:linear-gradient(180deg,#dcecfc,#dceafb);border-right:1px solid #d5e3f0}.resume-page--builder .resume-score-column__filler{flex:1;min-height:184px}.resume-page--builder .resume-score-widget{overflow:hidden;border-radius:9px;border:1px solid #cbddea;background:#fff;box-shadow:0 6px 16px #728da914}.resume-page--builder .resume-score-widget__header{height:48px;padding:0 16px;display:flex;align-items:center;gap:8px;background:linear-gradient(180deg,#41c97e,#2bb06b);color:#fff;font-size:13px;font-weight:700}.resume-page--builder .resume-score-widget__check{width:15px;height:15px;border-radius:50%;background:#fff;position:relative;flex-shrink:0;color:transparent}.resume-page--builder .resume-score-widget__check:before{content:"";position:absolute;left:50%;top:50%;width:6px;height:3px;border-left:2px solid #2bb06b;border-bottom:2px solid #2bb06b;transform:translate(-50%,-70%) rotate(-45deg)}.resume-page--builder .resume-score-widget__body{padding:10px 16px 14px;text-align:center}.resume-page--builder .resume-score-widget__match{margin:0 0 8px;font-size:18px;line-height:1.2;font-weight:800;color:#2db06b}.resume-page--builder .resume-score-widget__gauge{position:relative;width:116px;height:70px;margin:0 auto 10px;overflow:hidden}.resume-page--builder .resume-score-widget__arc{position:absolute;left:0;bottom:0;width:116px;height:58px;border:9px solid #2bb06b;border-bottom:0;border-radius:116px 116px 0 0}.resume-page--builder .resume-score-widget__gauge span{position:absolute;left:50%;bottom:-2px;transform:translate(-50%);font-size:28px;font-weight:800;color:#233f5e}.resume-page--builder .resume-score-widget__label{margin:0 0 8px;font-size:12px;color:#7a8da4}.resume-page--builder .resume-score-widget__progress{height:10px;border-radius:999px;overflow:hidden;background:#ebeff3}.resume-page--builder .resume-score-widget__progress span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#2db06b,#2cc47f)}.resume-page--builder .resume-score-column__download{min-height:35px;border:0;border-radius:6px;background:linear-gradient(180deg,#3d9bff,#2778e7);color:#fff;cursor:pointer;font:inherit;font-size:14px;font-weight:700;box-shadow:0 8px 18px #316ec333}.resume-page--builder .resume-paper.resume-preview-card{width:100%;max-width:none;min-height:100%;margin:0;padding:18px 28px 22px;border-radius:0 12px 12px 0;background:#fff;box-shadow:none;color:#314d6c}.resume-page--builder .resume-preview-card__header{padding-bottom:10px}.resume-page--builder .resume-preview-card__header h1{margin:0 0 4px;font-size:24px;line-height:1;font-weight:800;letter-spacing:.02em;color:#213f60}.resume-page--builder .resume-preview-card__header p{margin:0;font-size:14px;font-weight:600;color:#5290e5}.resume-page--builder .resume-preview-card__section{padding:12px 0 0;border-top:1px solid #e1e8f0}.resume-page--builder .resume-preview-card__section h3{margin:0 0 8px;font-size:14px;line-height:1.2;font-weight:700;color:#314d6c}.resume-page--builder .resume-preview-card__summary,.resume-page--builder .resume-preview-card__job-line,.resume-page--builder .resume-preview-card__education-school{margin:0}.resume-page--builder .resume-preview-card__summary{font-size:12.8px;line-height:1.45;color:#4f6480;max-width:95%}.resume-page--builder .resume-preview-card__experience,.resume-page--builder .resume-preview-card__education{display:flex;flex-direction:column;gap:6px}.resume-page--builder .resume-preview-card__job-line{font-size:13px;line-height:1.4;color:#51667f}.resume-page--builder .resume-preview-card__job-line strong,.resume-page--builder .resume-preview-card__education-school{color:#304c6b;font-weight:700}.resume-page--builder .resume-preview-card ul{margin:0 0 0 18px;padding:0}.resume-page--builder .resume-preview-card li{margin-bottom:3px;font-size:12.7px;line-height:1.45;color:#4f6480}.resume-page--builder .resume-preview-card__skills{margin-top:2px}@media(max-width:1100px){.resume-page--builder .resume-builder-shell__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.resume-page--builder .resume-builder-shell__body{grid-template-columns:1fr}}@media(max-width:860px){.resume-page--builder.resume-ui{padding:18px 12px}.resume-page--builder .resume-builder-shell{padding:12px;border-radius:18px}.resume-page--builder .resume-builder-shell__actions,.resume-page--builder .resume-preview-workspace__content{grid-template-columns:1fr}.resume-page--builder .resume-editor__combo{grid-template-columns:1fr;gap:0;padding:4px 8px}.resume-page--builder .resume-editor__combo span{display:none}.resume-page--builder .resume-paper.resume-preview-card{border-radius:0 0 12px 12px}.resume-page--builder .resume-score-column{border-right:0;border-bottom:1px solid #d5e3f0}.resume-page--builder .resume-score-column__filler{min-height:60px}}@media(max-width:640px){.resume-page--builder .resume-builder-shell__actions{grid-template-columns:1fr}.resume-page--builder .resume-feature-card{min-height:74px}.resume-page--builder .resume-preview-workspace__title{gap:8px}.resume-page--builder .resume-preview-workspace__title h2{font-size:16px}}.resume-page--builder.resume-ui{min-height:100vh;padding:24px;background:radial-gradient(circle at top left,rgba(99,102,241,.1),transparent 30%),radial-gradient(circle at top right,rgba(56,189,248,.08),transparent 28%),linear-gradient(180deg,#f3f6ff,#edf2f8);color:#0f172a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.resume-workbench{--wb-bg: rgba(255, 255, 255, .72);--wb-panel: rgba(255, 255, 255, .72);--wb-panel-strong: rgba(255, 255, 255, .94);--wb-border: rgba(148, 163, 184, .26);--wb-shadow: 0 32px 80px rgba(15, 23, 42, .12);--wb-text: #0f172a;--wb-muted: #64748b;--wb-muted-2: #94a3b8;--wb-accent: #4f46e5;--wb-accent-soft: rgba(79, 70, 229, .12);--wb-success: #16a34a;--wb-code: #0f172a;--wb-code-border: rgba(148, 163, 184, .16);--wb-code-text: #d9e5ff;--wb-code-muted: #7c92b8;--wb-preview-stage: linear-gradient(180deg, #edf3ff 0%, #e2eaf7 100%);position:relative;max-width:1580px;margin:0 auto;color:var(--wb-text)}.resume-workbench--dark{--wb-bg: rgba(10, 15, 26, .8);--wb-panel: rgba(15, 23, 42, .72);--wb-panel-strong: rgba(15, 23, 42, .92);--wb-border: rgba(71, 85, 105, .36);--wb-shadow: 0 32px 80px rgba(2, 6, 23, .46);--wb-text: #e2e8f0;--wb-muted: #94a3b8;--wb-muted-2: #64748b;--wb-accent: #818cf8;--wb-accent-soft: rgba(129, 140, 248, .18);--wb-success: #22c55e;--wb-code: #020617;--wb-code-border: rgba(71, 85, 105, .36);--wb-code-text: #dbeafe;--wb-code-muted: #8ea0c0;--wb-preview-stage: linear-gradient(180deg, #121a2a 0%, #0b1220 100%)}.resume-workbench *,.resume-workbench *:before,.resume-workbench *:after{box-sizing:border-box}.resume-workbench__backdrop{position:absolute;inset:12px 0 auto;height:300px;border-radius:42px;background:radial-gradient(circle at 12% 18%,rgba(129,140,248,.18),transparent 28%),radial-gradient(circle at 84% 10%,rgba(16,185,129,.12),transparent 24%),radial-gradient(circle at 50% 42%,rgba(59,130,246,.12),transparent 34%);filter:blur(12px);pointer-events:none}.resume-workbench__shell{position:relative;z-index:1;border:1px solid var(--wb-border);border-radius:32px;background:var(--wb-bg);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--wb-shadow);overflow:hidden}.resume-workbench__nav{display:grid;grid-template-columns:280px minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 24px;border-bottom:1px solid var(--wb-border);background:linear-gradient(180deg,#ffffff2e,#fff0)}.resume-brand{display:flex;align-items:center;gap:14px}.resume-brand__mark{width:48px;height:48px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#4f46e5,#3b82f6);color:#fff;font-size:18px;font-weight:800;box-shadow:0 12px 24px #4f46e53d}.resume-brand strong,.resume-brand span{display:block}.resume-brand strong{font-size:17px;font-weight:800}.resume-brand span{margin-top:3px;font-size:12px;color:var(--wb-muted)}.resume-workbench__nav-actions{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.resume-workbench__nav-actions button,.resume-theme-toggle,.resume-profile-chip,.resume-preview-stage__exports button,.resume-preview-stage__zoom button,.resume-template-drawer button,.resume-assistant button,.resume-ats-card button,.resume-ats-drawer button{border:1px solid var(--wb-border);background:#ffffff8c;color:inherit;cursor:pointer;font:inherit}.resume-workbench--dark .resume-workbench__nav-actions button,.resume-workbench--dark .resume-theme-toggle,.resume-workbench--dark .resume-profile-chip,.resume-workbench--dark .resume-preview-stage__exports button,.resume-workbench--dark .resume-preview-stage__zoom button,.resume-workbench--dark .resume-template-drawer button,.resume-workbench--dark .resume-assistant button,.resume-workbench--dark .resume-ats-card button,.resume-workbench--dark .resume-ats-drawer button{background:#0f172ab8}.resume-workbench__nav-actions button{min-height:42px;padding:0 14px;border-radius:14px;display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:600;transition:transform .22s ease,border-color .22s ease,background .22s ease}.resume-workbench__nav-actions button:hover,.resume-preview-stage__exports button:hover,.resume-preview-stage__zoom button:hover,.resume-template-card:hover,.resume-assistant button:hover,.resume-ats-card button:hover,.resume-ats-drawer button:hover,.resume-theme-toggle:hover{transform:translateY(-1px);border-color:#4f46e561}.resume-workbench__nav-actions button:first-child,.resume-workbench__nav-actions button:nth-child(2){background:linear-gradient(135deg,#4f46e5fa,#3b82f6eb);color:#fff;border-color:transparent;box-shadow:0 14px 24px #4f46e53d}.resume-workbench__nav-profile{display:flex;align-items:center;justify-content:flex-end;gap:12px}.resume-workbench__sync{padding:8px 12px;border-radius:999px;background:var(--wb-accent-soft);color:var(--wb-accent);font-size:12px;font-weight:700}.resume-theme-toggle{min-height:42px;padding:0 12px;border-radius:14px;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:700}.resume-profile-chip{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;font-size:13px;font-weight:800}.resume-app-icon{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.resume-app-icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.resume-workbench__body{display:grid;grid-template-columns:360px 430px minmax(420px,1fr);gap:18px;padding:18px;align-items:start}.resume-workbench__body--no-code{grid-template-columns:minmax(420px,520px) minmax(0,1fr)}.resume-workbench__panel{min-height:calc(100vh - 158px)}.resume-code-editor,.resume-smart-editor,.resume-workbench__panel--preview{min-height:inherit;border:1px solid var(--wb-border);border-radius:24px;box-shadow:0 16px 38px #0f172a14}.resume-code-editor{background:linear-gradient(180deg,#0f172a,#081121);border-color:var(--wb-code-border);color:var(--wb-code-text);overflow:hidden}.resume-code-editor.is-spotlight{box-shadow:0 0 0 1px #6366f157,0 0 0 12px #6366f114,0 24px 50px #02061766}.resume-code-editor.is-compiling .resume-code-editor__compile{background:linear-gradient(135deg,#4f46e5,#3b82f6);color:#fff}.resume-code-editor__header,.resume-smart-editor__header,.resume-preview-stage__toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.resume-code-editor__header{padding:20px 20px 16px;border-bottom:1px solid rgba(148,163,184,.14)}.resume-code-editor__eyebrow,.resume-smart-editor__eyebrow,.resume-preview-stage__eyebrow,.resume-template-drawer__head p,.resume-assistant__head p,.resume-ats-drawer__head p{margin:0 0 6px;font-size:11px;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:var(--wb-muted-2)}.resume-code-editor h2,.resume-smart-editor h2,.resume-preview-stage__toolbar h2,.resume-template-drawer__head h3,.resume-assistant__head h3,.resume-ats-drawer__head h3{margin:0;font-size:19px;line-height:1.2;font-weight:800}.resume-code-editor__controls,.resume-code-editor__tabs{display:flex;align-items:center;gap:8px}.resume-code-editor__tabs button,.resume-code-editor__compile{min-height:36px;padding:0 12px;border-radius:12px;border:1px solid rgba(148,163,184,.18);background:#0f172ab3;color:inherit;font:inherit;cursor:pointer}.resume-code-editor__tabs button.is-active{background:#6366f129;border-color:#818cf86b;color:#c7d2fe}.resume-code-editor__compile{display:inline-flex;align-items:center;gap:8px;font-weight:700}.resume-code-editor__statusbar{display:flex;flex-wrap:wrap;gap:8px 12px;padding:12px 20px;border-bottom:1px solid rgba(148,163,184,.12);font-size:12px;color:var(--wb-code-muted)}.resume-code-editor__viewport{max-height:680px;overflow:auto;padding:14px 0 18px;font-family:Consolas,Courier New,monospace}.resume-code-editor__line{display:grid;grid-template-columns:54px minmax(0,1fr);min-height:28px;align-items:center;padding-right:20px}.resume-code-editor__line.is-error .resume-code-editor__content{text-decoration:underline wavy #ef4444;text-underline-offset:5px}.resume-code-editor__number{padding-left:18px;font-size:12px;color:#94a3b885;-webkit-user-select:none;user-select:none}.resume-code-editor__content{white-space:pre-wrap;word-break:break-word;font-size:13px;line-height:1.6}.resume-code-editor__token--comment{color:#6ee7b7}.resume-code-editor__token--keyword{color:#c4b5fd}.resume-code-editor__token--macro{color:#f9a8d4}.resume-code-editor__token--brace,.resume-code-editor__token--bullet,.resume-code-editor__token--json{color:#93c5fd}.resume-code-editor__token--string{color:#f8fafc}.resume-code-editor__token--indent,.resume-code-editor__token--blank{color:transparent}.resume-code-editor__footer{display:grid;grid-template-columns:1.2fr 1fr;gap:16px;padding:18px 20px 20px;border-top:1px solid rgba(148,163,184,.12);background:#081121b8}.resume-code-editor__footer p{margin:0 0 10px;font-size:12px;font-weight:700;color:#9fb3d9}.resume-code-editor__chips{display:flex;flex-wrap:wrap;gap:8px}.resume-code-editor__chips span{padding:7px 10px;border-radius:999px;background:#3b82f629;color:#bfdbfe;font-size:12px}.resume-code-editor__footer ul{margin:0;padding-left:18px;color:#cbd5e1;font-size:12px;line-height:1.55}.resume-smart-editor{display:flex;flex-direction:column;gap:18px;padding:20px;overflow:auto;background:var(--wb-panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.resume-smart-editor__modes{display:flex;gap:8px}.resume-smart-editor__modes button{min-height:36px;padding:0 12px;border-radius:12px;border:1px solid var(--wb-border);background:transparent;color:inherit;cursor:pointer;font:inherit;font-size:12px;font-weight:700}.resume-smart-editor__modes button.is-active{border-color:#4f46e55c;background:var(--wb-accent-soft);color:var(--wb-accent)}.resume-smart-editor__status{display:flex;flex-wrap:wrap;gap:10px}.resume-smart-editor__status span{padding:6px 10px;border-radius:999px;background:#0f172a0a;color:var(--wb-muted);font-size:12px;font-weight:600}.resume-workbench--dark .resume-smart-editor__status span{background:#ffffff0a}.resume-smart-editor__card{padding:18px;border:1px solid var(--wb-border);border-radius:20px;background:var(--wb-panel-strong);box-shadow:0 12px 24px #0f172a0a}.resume-smart-editor__card--actions{margin-bottom:6px}.resume-smart-editor__card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.resume-smart-editor__card-head h3{margin:0;font-size:15px;font-weight:800}.resume-smart-editor__card-head span,.resume-smart-editor__card-head button{color:var(--wb-muted);font-size:12px}.resume-smart-editor__card-head button{min-height:30px;padding:0 10px;border:0;border-radius:10px;background:transparent;cursor:pointer;font:inherit;font-weight:700}.resume-smart-editor__section-order,.resume-smart-editor__skills,.resume-smart-editor__skill-suggestions,.resume-smart-editor__actions{display:flex;flex-wrap:wrap;gap:10px}.resume-smart-editor__section-chip,.resume-smart-editor__skill-tag,.resume-smart-editor__skill-suggestions button,.resume-smart-editor__actions button{min-height:38px;padding:0 12px;border-radius:12px;border:1px solid var(--wb-border);background:transparent;color:inherit;cursor:pointer;font:inherit}.resume-smart-editor__section-chip{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700}.resume-smart-editor__section-chip span{color:var(--wb-muted-2)}.resume-smart-editor__grid{display:grid;gap:14px}.resume-smart-editor__grid--double{grid-template-columns:repeat(2,minmax(0,1fr))}.resume-smart-editor__grid--triple{grid-template-columns:repeat(2,minmax(0,1fr));align-self:end}.resume-smart-editor__field--full{grid-column:1/-1}.resume-smart-editor label,.resume-smart-editor__field{display:flex;flex-direction:column;gap:8px}.resume-smart-editor label span,.resume-smart-editor__field span{font-size:12px;font-weight:700;color:var(--wb-muted)}.resume-smart-editor input,.resume-smart-editor textarea,.resume-assistant__input{width:100%;border-radius:14px;border:1px solid var(--wb-border);background:#ffffffad;color:inherit;font:inherit}.resume-workbench--dark .resume-smart-editor input,.resume-workbench--dark .resume-smart-editor textarea,.resume-workbench--dark .resume-assistant__input{background:#0f172aa3}.resume-smart-editor input,.resume-smart-editor textarea{padding:12px 14px;font-size:13px;line-height:1.5}.resume-smart-editor textarea{resize:vertical}.resume-smart-editor input:focus,.resume-smart-editor textarea:focus,.resume-assistant__input input:focus{outline:2px solid rgba(79,70,229,.18);border-color:#4f46e54d}.resume-smart-editor__block{padding:16px;border-radius:16px;border:1px solid var(--wb-border);background:#ffffff6b}.resume-workbench--dark .resume-smart-editor__block{background:#ffffff05}.resume-smart-editor__block+.resume-smart-editor__block{margin-top:14px}.resume-smart-editor__block-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:14px}.resume-smart-editor__block-head strong{font-size:13px}.resume-smart-editor__block-head button,.resume-smart-editor__skill-entry button{min-height:34px;padding:0 12px;border-radius:10px;border:1px solid var(--wb-border);background:transparent;cursor:pointer;color:inherit;font:inherit;font-size:12px;font-weight:700}.resume-smart-editor__skill-entry{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:12px}.resume-smart-editor__skill-tag{display:inline-flex;align-items:center;gap:8px;background:#4f46e514;color:var(--wb-accent);font-size:12px;font-weight:700}.resume-smart-editor__skill-tag span{color:var(--wb-muted)}.resume-smart-editor__skill-suggestions button{min-height:32px;font-size:12px;font-weight:600;color:var(--wb-muted)}.resume-smart-editor__actions button{background:linear-gradient(135deg,#4f46e51f,#3b82f61f);border-color:#4f46e52e;font-size:12px;font-weight:700}.resume-workbench__panel--preview{display:flex;flex-direction:column;overflow:hidden;background:var(--wb-panel);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.resume-preview-stage__toolbar{padding:20px 22px 16px;border-bottom:1px solid var(--wb-border)}.resume-preview-stage__toolbar-actions{display:flex;align-items:center;gap:10px}.resume-preview-stage__zoom{display:inline-flex;align-items:center;gap:8px}.resume-preview-stage__zoom button{min-height:36px;padding:0 12px;border-radius:12px;font-size:12px;font-weight:700}.resume-preview-stage__zoom button.is-active{background:linear-gradient(135deg,#4f46e5f0,#3b82f6e6);color:#fff;border-color:transparent}.resume-preview-stage__page{padding:8px 12px;border-radius:999px;background:#0f172a0a;color:var(--wb-muted);font-size:12px;font-weight:700}.resume-workbench--dark .resume-preview-stage__page{background:#ffffff0d}.resume-preview-stage{position:relative;flex:1;padding:22px;overflow:auto;background:var(--wb-preview-stage)}.resume-preview-stage__sheet-shell{min-height:100%;padding:24px 150px 24px 24px;border-radius:24px;border:1px solid rgba(255,255,255,.24);background:linear-gradient(180deg,#fff3,#ffffff0d),radial-gradient(circle at top,rgba(255,255,255,.26),transparent 38%)}.resume-workbench--dark .resume-preview-stage__sheet-shell{border-color:#47556947}.resume-preview-stage__sheet-scale{transform-origin:top center;transition:transform .24s ease}.resume-paper.resume-preview-sheet{--resume-accent: #2563eb;width:min(100%,780px);min-height:1120px;margin:0 auto;padding:44px 52px;border-radius:28px;background:#fff;box-shadow:0 24px 48px #0f172a29;color:#16304d}.resume-preview-sheet--minimal{--resume-accent: #0f172a}.resume-preview-sheet--modern{--resume-accent: #4f46e5}.resume-preview-sheet--tech{--resume-accent: #2563eb}.resume-preview-sheet--creative{--resume-accent: #d946ef}.resume-preview-sheet__header{display:grid;grid-template-columns:1fr;gap:18px;padding-bottom:22px;border-bottom:2px solid rgba(37,99,235,.08)}.resume-preview-sheet__header h1{margin:0;font-size:34px;line-height:1;font-weight:800;color:#0f172a}.resume-preview-sheet__header p{margin:8px 0 0;font-size:16px;font-weight:700;color:var(--resume-accent)}.resume-preview-sheet__contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.resume-preview-sheet__contact-item{min-height:46px;padding:10px 12px;border-radius:14px;border:1px solid rgba(148,163,184,.2);background:#f8fafc;color:inherit;text-decoration:none}.resume-preview-sheet__contact-item span,.resume-preview-sheet__contact-item strong{display:block}.resume-preview-sheet__contact-item span{margin-bottom:4px;font-size:10px;font-weight:800;letter-spacing:.1em;color:var(--resume-accent)}.resume-preview-sheet__contact-item strong{font-size:11px;line-height:1.35;word-break:break-all;color:#334155}.resume-preview-sheet__section{padding-top:22px}.resume-preview-sheet__section h3{margin:0 0 12px;padding-bottom:8px;border-bottom:1px solid rgba(148,163,184,.22);font-size:16px;font-weight:800;color:#0f172a}.resume-preview-sheet__summary,.resume-preview-sheet__stack-line,.resume-preview-sheet__education-meta{margin:0;font-size:13px;line-height:1.7;color:#475569}.resume-preview-sheet__stack{display:flex;flex-direction:column;gap:16px}.resume-preview-sheet__entry-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:8px}.resume-preview-sheet__entry-head strong{display:block;margin-bottom:3px;font-size:14px;font-weight:800;color:#0f172a}.resume-preview-sheet__entry-head span,.resume-preview-sheet__entry-head time{font-size:12px;line-height:1.55;color:#64748b}.resume-preview-sheet__entry ul,.resume-preview-sheet__awards{margin:0;padding-left:20px}.resume-preview-sheet__entry li,.resume-preview-sheet__awards li{margin-bottom:6px;font-size:12.8px;line-height:1.65;color:#334155}.resume-preview-sheet__project-links{display:flex;gap:8px;flex-wrap:wrap}.resume-preview-sheet__project-links a{padding:5px 8px;border-radius:999px;background:#2563eb14;color:var(--resume-accent);font-size:11px;font-weight:700;text-decoration:none}.resume-preview-sheet__skills{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;padding-left:18px;gap:6px 18px}.resume-preview-sheet__skills li{font-size:12.8px;line-height:1.6;color:#334155}.resume-ats-card{position:absolute;right:34px;bottom:34px;width:250px;padding:18px;border-radius:22px;border:1px solid rgba(34,197,94,.18);background:#ffffffe6;box-shadow:0 24px 40px #0f172a24;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.resume-workbench--dark .resume-ats-card{background:#0f172ae0}.resume-ats-card__header{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.resume-ats-card__header span{color:var(--wb-muted);font-size:12px;font-weight:700}.resume-ats-card__header strong{color:var(--wb-success);font-size:22px;font-weight:800}.resume-score-circle{display:flex;flex-direction:column;align-items:center;gap:4px}.resume-score-circle svg{width:120px;height:120px;transform:rotate(-90deg)}.resume-score-circle__track,.resume-score-circle__progress{fill:none;stroke-width:10}.resume-score-circle__track{stroke:#94a3b829}.resume-score-circle__progress{stroke:#22c55e;stroke-linecap:round}.resume-score-circle strong{margin-top:-82px;font-size:30px;font-weight:800;color:var(--wb-text)}.resume-score-circle span{margin-top:34px;font-size:11px;font-weight:700;color:var(--wb-muted)}.resume-ats-card__meta{margin-top:12px}.resume-ats-card__meta span{display:block;margin-bottom:8px;font-size:12px;font-weight:700;color:var(--wb-muted)}.resume-ats-card__bar{height:10px;border-radius:999px;overflow:hidden;background:#94a3b829}.resume-ats-card__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#22c55e,#16a34a)}.resume-ats-card button,.resume-ats-drawer button:last-child{width:100%;min-height:42px;margin-top:16px;border-radius:14px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:0;font-size:13px;font-weight:700;box-shadow:0 14px 24px #22c55e3d}.resume-ats-drawer{position:absolute;top:24px;right:24px;width:320px;max-height:calc(100% - 48px);padding:18px;overflow:auto;border-radius:22px;border:1px solid var(--wb-border);background:#fffffff0;box-shadow:0 28px 48px #0f172a29;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.resume-workbench--dark .resume-ats-drawer{background:#0f172af5}.resume-ats-drawer__head,.resume-template-drawer__head,.resume-assistant__head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.resume-ats-drawer__head button,.resume-template-drawer__head button,.resume-assistant__head button{min-height:34px;padding:0 12px;border-radius:10px;font-size:12px;font-weight:700}.resume-ats-drawer__block+.resume-ats-drawer__block{margin-top:18px}.resume-ats-drawer__block h4{margin:0 0 10px;font-size:13px;font-weight:800}.resume-ats-drawer__chips{display:flex;flex-wrap:wrap;gap:8px}.resume-ats-drawer__chips span{padding:6px 10px;border-radius:999px;background:#4f46e514;color:var(--wb-accent);font-size:12px;font-weight:700}.resume-ats-drawer__block ul{margin:0;padding-left:18px;color:var(--wb-muted);font-size:12.5px;line-height:1.65}.resume-preview-stage__exports{display:flex;flex-wrap:wrap;gap:10px;padding:0 22px 22px}.resume-preview-stage__exports button{min-height:40px;padding:0 14px;border-radius:14px;display:inline-flex;align-items:center;gap:10px;font-size:13px;font-weight:700}.resume-template-drawer,.resume-assistant{position:fixed;right:28px;width:min(360px,100vw - 32px);border-radius:24px;border:1px solid var(--wb-border);background:#fffffff0;box-shadow:0 32px 56px #0f172a2e;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:20}.resume-workbench--dark .resume-template-drawer,.resume-workbench--dark .resume-assistant{background:#0f172af5}.resume-template-drawer{top:96px;padding:18px}.resume-template-drawer__grid{display:grid;gap:12px}.resume-template-card{width:100%;padding:14px;border-radius:18px;text-align:left}.resume-template-card.is-active{border-color:#4f46e557;background:#4f46e514}.resume-template-card__preview{display:block;height:86px;margin-bottom:12px;border-radius:14px;background:linear-gradient(135deg,#e2e8f0,#f8fafc)}.resume-template-card__preview--minimal{background:linear-gradient(180deg,#fff,#f8fafc),linear-gradient(90deg,#0f172a 0 30%,transparent 0)}.resume-template-card__preview--modern{background:linear-gradient(135deg,#6366f13d,#3b82f614),linear-gradient(180deg,#fff,#f8fafc)}.resume-template-card__preview--tech{background:linear-gradient(180deg,#2563eb33,#60a5fa05),linear-gradient(180deg,#fff,#f8fafc)}.resume-template-card__preview--creative{background:linear-gradient(135deg,#d946ef38,#f973161f),linear-gradient(180deg,#fff,#fff7ed)}.resume-template-card strong,.resume-template-card small{display:block}.resume-template-card strong{margin-bottom:6px;font-size:14px;font-weight:800}.resume-template-card small{font-size:12px;line-height:1.55;color:var(--wb-muted)}.resume-assistant{bottom:28px;padding:18px}.resume-assistant__messages{display:flex;flex-direction:column;gap:10px;max-height:280px;overflow:auto}.resume-assistant__bubble{padding:12px 14px;border-radius:16px;font-size:12.5px;line-height:1.6}.resume-assistant__bubble span,.resume-assistant__bubble p{display:block}.resume-assistant__bubble span{margin-bottom:5px;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.resume-assistant__bubble p{margin:0}.resume-assistant__bubble--assistant{background:#4f46e514}.resume-assistant__bubble--assistant span{color:var(--wb-accent)}.resume-assistant__bubble--user{margin-left:auto;background:#0f172a0f}.resume-workbench--dark .resume-assistant__bubble--user{background:#ffffff0d}.resume-assistant__actions{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.resume-assistant__actions button{min-height:34px;padding:0 10px;border-radius:10px;font-size:12px;font-weight:700}.resume-assistant__input{display:grid;grid-template-columns:auto minmax(0,1fr);gap:10px;align-items:center;padding:0 12px;min-height:46px}.resume-assistant__input input{border:0;background:transparent;color:inherit;font:inherit}.resume-assistant__input .resume-app-icon{color:var(--wb-muted)}.resume-toast{position:fixed;top:26px;right:28px;padding:14px 16px;border-radius:16px;box-shadow:0 20px 40px #0f172a2e;color:#fff;font-size:13px;font-weight:700;z-index:30}.resume-toast--info{background:linear-gradient(135deg,#4f46e5,#3b82f6)}.resume-toast--success{background:linear-gradient(135deg,#22c55e,#16a34a)}.resume-toast--error{background:linear-gradient(135deg,#ef4444,#dc2626)}@media(max-width:1520px){.resume-workbench__body{grid-template-columns:320px minmax(0,1fr) minmax(360px,1.06fr)}.resume-workbench__body--no-code{grid-template-columns:minmax(380px,500px) minmax(0,1fr)}}@media(max-width:1340px){.resume-workbench__nav{grid-template-columns:1fr}.resume-workbench__nav-profile{justify-content:flex-start}.resume-workbench__body{grid-template-columns:1fr}.resume-workbench__panel{min-height:auto}.resume-code-editor__viewport{max-height:420px}.resume-preview-stage__sheet-shell{padding-right:24px}.resume-ats-card{position:static;width:100%;margin-top:18px}.resume-ats-drawer{position:static;width:100%;max-height:none;margin-top:18px}}@media(max-width:960px){.resume-page--builder.resume-ui{padding:14px}.resume-workbench__shell{border-radius:24px}.resume-workbench__nav,.resume-workbench__body,.resume-preview-stage,.resume-smart-editor,.resume-code-editor__header,.resume-preview-stage__toolbar{padding-left:16px;padding-right:16px}.resume-workbench__body{gap:14px;padding-top:16px;padding-bottom:16px}.resume-smart-editor__grid--double,.resume-preview-sheet__contact-grid,.resume-preview-sheet__skills{grid-template-columns:1fr}.resume-preview-stage__toolbar,.resume-code-editor__header,.resume-smart-editor__header{flex-direction:column}.resume-preview-stage__toolbar-actions,.resume-code-editor__controls{width:100%;justify-content:space-between}.resume-preview-stage__sheet-shell{padding:14px}.resume-paper.resume-preview-sheet{padding:28px 22px;min-height:auto;border-radius:20px}}@media(max-width:720px){.resume-workbench__nav-actions{flex-direction:column;align-items:stretch}.resume-workbench__nav-actions button{width:100%;justify-content:center}.resume-workbench__nav-profile{flex-wrap:wrap}.resume-code-editor__controls,.resume-smart-editor__modes,.resume-preview-stage__toolbar-actions,.resume-preview-stage__exports,.resume-smart-editor__skill-entry{flex-direction:column;align-items:stretch}.resume-code-editor__tabs,.resume-preview-stage__zoom{width:100%}.resume-code-editor__tabs button,.resume-preview-stage__zoom button,.resume-workbench__nav-actions button,.resume-theme-toggle,.resume-preview-stage__exports button{justify-content:center}.resume-smart-editor__skill-entry{display:flex}.resume-template-drawer,.resume-assistant{right:14px;left:14px;width:auto}.resume-toast{right:14px;left:14px}}.resume-page--builder.resume-ui{height:100vh;min-height:100vh;padding:16px;overflow:hidden}.resume-workbench{height:100%;overflow:hidden}.resume-workbench__shell{height:100%;display:grid;grid-template-rows:auto 1fr;overflow:hidden}.resume-workbench__nav{position:sticky;top:0;z-index:1000;flex-shrink:0}.resume-workbench__nav-actions button:first-child{background:linear-gradient(135deg,#4f46e5fa,#3b82f6eb);color:#fff;border-color:transparent;box-shadow:0 14px 24px #4f46e53d}.resume-workbench__nav-actions button:nth-child(2){background:#ffffff8c;color:inherit;border-color:var(--wb-border);box-shadow:none}.resume-workbench--dark .resume-workbench__nav-actions button:nth-child(2){background:#0f172ab8}.resume-workbench__content{min-height:0;height:100%;display:grid;grid-template-columns:minmax(340px,430px) minmax(0,1fr) minmax(300px,360px);gap:18px;padding:18px;overflow:hidden}.resume-workbench__panel{min-width:0;min-height:0;overflow:hidden}.resume-panel-shell{height:100%;min-height:0;display:grid;grid-template-rows:auto 1fr;border:1px solid var(--wb-border);border-radius:24px;background:var(--wb-panel);box-shadow:0 18px 38px #0f172a14;overflow:hidden;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.resume-panel-shell--preview{background:var(--wb-panel-strong)}.resume-panel-shell__header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;border-bottom:1px solid var(--wb-border);background:linear-gradient(180deg,#ffffff29,#fff0)}.resume-panel-shell__eyebrow{margin:0 0 6px;font-size:11px;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:var(--wb-muted-2)}.resume-panel-shell__header h2{margin:0;font-size:18px;line-height:1.2;font-weight:800}.resume-panel-shell__header button{min-height:36px;padding:0 12px;border:1px solid var(--wb-border);border-radius:12px;background:#ffffff8c;color:inherit;cursor:pointer;font:inherit;font-size:12px;font-weight:700}.resume-workbench--dark .resume-panel-shell__header button{background:#0f172ab8}.resume-workbench__panel--form .resume-smart-editor{height:100%;min-height:0;overflow-y:auto;scroll-behavior:smooth;border:0;border-radius:0;box-shadow:none;background:transparent;padding:18px 20px 24px}.resume-workbench__panel--preview .resume-preview-stage__toolbar{flex-shrink:0;padding:18px 20px;border-bottom:1px solid var(--wb-border);background:var(--wb-panel-strong)}.resume-preview-stage__viewport{min-height:0;overflow:auto;scroll-behavior:smooth;padding:28px 28px 40px;background:var(--wb-preview-stage)}.resume-preview-stage__canvas{min-width:100%;display:flex;justify-content:center;align-items:flex-start}.resume-preview-stage__sheet-scale{width:794px;flex:0 0 auto;transform-origin:top center}.resume-paper.resume-preview-sheet{width:794px;min-width:794px;max-width:794px;min-height:1123px;margin:0;border-radius:22px;box-shadow:0 26px 50px #0f172a2e}.resume-ai-panel{height:100%;min-height:0;overflow-y:auto;scroll-behavior:smooth;display:flex;flex-direction:column;gap:14px;padding:18px}.resume-ai-panel__section{padding:16px;border:1px solid var(--wb-border);border-radius:20px;background:var(--wb-panel-strong);box-shadow:0 12px 24px #0f172a0a}.resume-ai-panel__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.resume-ai-panel__eyebrow{margin:0 0 6px;font-size:11px;line-height:1;letter-spacing:.12em;text-transform:uppercase;color:var(--wb-muted-2)}.resume-ai-panel__section-head h3{margin:0;font-size:16px;line-height:1.2;font-weight:800}.resume-ai-panel__badge{padding:7px 10px;border-radius:999px;background:#22c55e1f;color:var(--wb-success);font-size:11px;font-weight:800}.resume-ai-score-card{display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.resume-ai-score-card strong{font-size:19px;font-weight:800;color:var(--wb-success)}.resume-ai-score-card p{margin:0;font-size:12.5px;line-height:1.6;color:var(--wb-muted)}.resume-score-circle{position:relative;width:140px;height:140px;margin:0 auto}.resume-score-circle svg{width:140px;height:140px;transform:rotate(-90deg)}.resume-score-circle strong{position:absolute;inset:40px 0 auto;margin:0;text-align:center;font-size:30px;font-weight:800;color:var(--wb-text)}.resume-score-circle span{position:absolute;inset:82px 0 auto;margin:0;text-align:center;font-size:11px;font-weight:700;color:var(--wb-muted)}.resume-ai-score-card button,.resume-ai-panel__actions button{width:100%;min-height:42px;border:0;border-radius:14px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;cursor:pointer;font:inherit;font-size:13px;font-weight:700;box-shadow:0 14px 24px #22c55e3d}.resume-ai-panel__actions,.resume-ai-panel__exports,.resume-ai-panel__templates{display:flex;flex-direction:column;gap:10px}.resume-ai-panel__actions button:nth-child(n+2),.resume-ai-panel__exports button{border:1px solid var(--wb-border);background:#ffffff94;color:inherit;box-shadow:none}.resume-workbench--dark .resume-ai-panel__actions button:nth-child(n+2),.resume-workbench--dark .resume-ai-panel__exports button{background:#0f172ab8}.resume-ai-panel__exports button{min-height:40px;border-radius:14px;display:inline-flex;align-items:center;gap:10px;cursor:pointer;font:inherit;font-size:13px;font-weight:700}.resume-ai-panel__block+.resume-ai-panel__block{margin-top:14px}.resume-ai-panel__block h4{margin:0 0 10px;font-size:13px;font-weight:800}.resume-ai-panel__block ul{margin:0;padding-left:18px;color:var(--wb-muted);font-size:12.5px;line-height:1.65}.resume-ai-panel__chips{display:flex;flex-wrap:wrap;gap:8px}.resume-ai-panel__chips span{padding:6px 10px;border-radius:999px;background:#4f46e514;color:var(--wb-accent);font-size:12px;font-weight:700}.resume-ai-panel__chips--warning span{background:#f59e0b1a;color:#c2410c}.resume-ai-panel__template{width:100%;padding:12px;border:1px solid var(--wb-border);border-radius:16px;background:transparent;text-align:left;color:inherit;cursor:pointer}.resume-ai-panel__template.is-active{border-color:#4f46e54d;background:#4f46e514}.resume-ai-panel__template-preview{display:block;height:72px;margin-bottom:10px;border-radius:12px;background:linear-gradient(135deg,#e2e8f0,#f8fafc)}.resume-ai-panel__template-preview--minimal{background:linear-gradient(180deg,#fff,#f8fafc),linear-gradient(90deg,#0f172a 0 26%,transparent 0)}.resume-ai-panel__template-preview--modern{background:linear-gradient(135deg,#6366f13d,#3b82f614),linear-gradient(180deg,#fff,#f8fafc)}.resume-ai-panel__template-preview--tech{background:linear-gradient(180deg,#2563eb33,#60a5fa05),linear-gradient(180deg,#fff,#f8fafc)}.resume-ai-panel__template-preview--creative{background:linear-gradient(135deg,#d946ef38,#f973161f),linear-gradient(180deg,#fff,#fff7ed)}.resume-ai-panel__template strong,.resume-ai-panel__template small{display:block}.resume-ai-panel__template strong{margin-bottom:5px;font-size:14px;font-weight:800}.resume-ai-panel__template small{font-size:12px;line-height:1.55;color:var(--wb-muted)}@media(max-width:1480px){.resume-workbench__content{grid-template-columns:minmax(320px,380px) minmax(0,1fr) minmax(280px,320px)}}@media(max-width:1260px){.resume-workbench__content{grid-template-columns:1fr minmax(0,1fr)}.resume-workbench__panel--preview{grid-column:2;grid-row:1/span 2}.resume-workbench__panel--ai{grid-column:1}}@media(max-width:1080px){.resume-page--builder.resume-ui{overflow:auto}.resume-workbench,.resume-workbench__shell{height:auto;min-height:100%}.resume-workbench__content{height:auto;grid-template-columns:1fr;overflow:auto}.resume-workbench__panel,.resume-panel-shell{min-height:520px}.resume-workbench__panel--preview{grid-column:auto;grid-row:auto}.resume-preview-stage__viewport{padding:20px 14px 28px}}@media(max-width:860px){.resume-workbench__nav{grid-template-columns:1fr}.resume-workbench__nav-profile{justify-content:flex-start}.resume-preview-stage__toolbar,.resume-panel-shell__header{flex-direction:column;align-items:flex-start}.resume-preview-stage__toolbar-actions{width:100%;justify-content:space-between}}@media(max-width:720px){.resume-page--builder.resume-ui{padding:10px}.resume-workbench__content{padding:12px}.resume-workbench__nav-actions,.resume-preview-stage__toolbar-actions{flex-direction:column;align-items:stretch}.resume-workbench__nav-actions button,.resume-preview-stage__zoom,.resume-preview-stage__zoom button{width:100%;justify-content:center}}.mock-page{height:100vh;overflow:hidden;padding:1rem;box-sizing:border-box;background:radial-gradient(circle at top left,rgba(59,130,246,.14),transparent 32%),radial-gradient(circle at bottom right,rgba(14,165,233,.14),transparent 24%),#f8fafc;color:#0f172a;font-family:Segoe UI,sans-serif}.mock-page button,.mock-page input,.mock-page select,.mock-page textarea{font:inherit}.mock-shell{height:100%;display:grid;grid-template-rows:68px minmax(0,1fr);border-radius:24px;overflow:hidden;background:#ffffffb8;border:1px solid rgba(148,163,184,.18);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 24px 60px #0f172a14}.mock-topbar{display:grid;grid-template-columns:minmax(220px,260px) 1fr auto;align-items:center;gap:1rem;padding:0 1.1rem;border-bottom:1px solid rgba(148,163,184,.16);background:#ffffffb3}.mock-topbar__brand,.mock-topbar__stats,.mock-topbar__actions{display:flex;align-items:center;gap:.75rem}.mock-topbar__brand{min-width:0}.mock-topbar__brand strong,.mock-topbar__brand span{display:block}.mock-topbar__brand strong{font-size:1rem;color:#0f172a}.mock-topbar__brand span{font-size:.76rem;color:#64748b}.mock-topbar__brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;color:#2563eb;background:linear-gradient(135deg,#60a5fa33,#3b82f614);box-shadow:inset 0 0 0 1px #3b82f624}.mock-topbar__brand-mark svg{width:24px;height:24px}.mock-topbar__actions{justify-content:flex-end}.mock-topbar__action,.mock-topbar__profile{height:38px;border:1px solid rgba(148,163,184,.18);border-radius:12px;background:#ffffffe0;color:#475569;padding:0 .85rem;transition:.2s ease}.mock-topbar__action:hover,.mock-topbar__profile:hover{transform:translateY(-1px);box-shadow:0 10px 18px #2563eb14}.mock-topbar__profile{display:inline-flex;align-items:center;gap:.55rem;font-weight:600}.mock-topbar__profile-dot{width:10px;height:10px;border-radius:999px;background:linear-gradient(180deg,#60a5fa,#2563eb);box-shadow:0 0 0 4px #2563eb1f}.mock-stat-pill{display:inline-flex;align-items:center;gap:.6rem;min-height:40px;padding:0 .9rem;border-radius:14px;background:#ffffffe0;border:1px solid rgba(148,163,184,.18);color:#334155}.mock-stat-pill strong{font-size:.95rem}.mock-stat-pill__label{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.mock-stat-pill--timer{position:relative}.mock-stat-pill--timer:after{content:"";width:8px;height:8px;border-radius:999px;background:#2563eb;box-shadow:0 0 #2563eb59;animation:mock-pulse-dot 1.5s infinite}.mock-dashboard{min-height:0;display:grid;grid-template-columns:260px minmax(0,1fr) 300px;overflow:hidden}.mock-sidebar,.mock-main,.mock-feedback{min-height:0;overflow:hidden;padding:.85rem}.mock-sidebar,.mock-feedback{background:#ffffff47}.mock-main{border-left:1px solid rgba(148,163,184,.14);border-right:1px solid rgba(148,163,184,.14)}.mock-sidebar{display:flex;flex-direction:column;gap:.75rem}.mock-sidebar__group{display:grid;gap:.75rem}.mock-sidebar__footer{margin-top:auto;display:grid;gap:.75rem}.mock-card{border-radius:18px;padding:.95rem;background:linear-gradient(180deg,#fffffff5,#f8fafceb);border:1px solid rgba(148,163,184,.14);box-shadow:0 16px 34px #0f172a0a}.mock-card h2,.mock-card h3,.mock-card p{margin:0}.mock-card__heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.85rem}.mock-card__heading h2,.mock-card__heading h3{font-size:.92rem;color:#0f172a}.mock-card__heading span{font-size:.72rem;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.mock-card__action-link{border:none;background:transparent;color:#2563eb;font-weight:600}.mock-card--tight{padding:.85rem}.mock-mode-list,.mock-option-list,.mock-chip-row{display:grid;gap:.55rem}.mock-mode-list__item,.mock-chip,.mock-primary-btn,.mock-secondary-btn,.mock-submit-btn,.mock-question__window,.mock-composer__expand,.mock-feedback__question,.mock-feedback__footer-btn{transition:.2s ease}.mock-mode-list__item{display:flex;align-items:center;justify-content:space-between;gap:.6rem;min-height:46px;padding:0 .9rem;border-radius:14px;border:1px solid rgba(148,163,184,.14);background:#fff;color:#334155;font-weight:600}.mock-mode-list__item:hover{transform:translateY(-1px);box-shadow:0 12px 20px #2563eb0f}.mock-mode-list__item--active{color:#eff6ff;border-color:transparent;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 18px 30px #2563eb3d}.mock-mode-list__arrow{width:16px;height:16px}.mock-mode-list__arrow svg{width:100%;height:100%}.mock-chip-row{display:flex;flex-wrap:wrap}.mock-chip{display:inline-flex;align-items:center;gap:.45rem;min-height:38px;padding:0 .7rem;border-radius:999px;border:1px solid rgba(148,163,184,.16);background:#fff;color:#475569;font-size:.86rem;font-weight:600}.mock-chip__dot{width:8px;height:8px;border-radius:999px}.mock-chip__dot--easy{background:#22c55e}.mock-chip__dot--medium{background:#3b82f6}.mock-chip__dot--hard{background:#94a3b8}.mock-chip--active{background:#2563eb1a;color:#1d4ed8;border-color:#2563eb29}.mock-option-list__item{position:relative;display:grid;grid-template-columns:18px 24px 1fr;align-items:center;gap:.55rem;min-height:36px}.mock-option-list__item input{position:absolute;opacity:0;pointer-events:none}.mock-option-list__check{display:grid;place-items:center;width:22px;height:22px;border-radius:8px;border:1px solid rgba(148,163,184,.18);background:#fff;color:transparent;font-size:.58rem;font-weight:800;letter-spacing:.06em}.mock-option-list__check--active{color:#fff;border-color:transparent;background:linear-gradient(135deg,#3b82f6,#2563eb)}.mock-option-list__label{color:#334155;font-size:.88rem;font-weight:600}.mock-select{position:relative}.mock-select select{width:100%;min-height:42px;appearance:none;border-radius:14px;border:1px solid rgba(148,163,184,.16);background:#fff;color:#334155;padding:0 2.4rem 0 .85rem;outline:none}.mock-select__arrow{position:absolute;right:.75rem;top:50%;width:16px;height:16px;transform:translateY(-50%) rotate(90deg);color:#64748b;pointer-events:none}.mock-select__arrow svg{width:100%;height:100%}.mock-primary-btn{min-height:46px;border:none;border-radius:14px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#eff6ff;font-weight:700;box-shadow:0 18px 30px #2563eb3d}.mock-primary-btn:hover{transform:translateY(-1px)}.mock-primary-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.mock-page button{cursor:pointer}.mock-shell,.mock-sidebar,.mock-main,.mock-feedback{min-height:0}.mock-sidebar,.mock-main,.mock-feedback{overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(59,130,246,.3) transparent}.mock-main__surface{display:grid;gap:1rem}.mock-main__header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-radius:24px;background:linear-gradient(135deg,#fffffff5,#f8fafce6);border:1px solid rgba(148,163,184,.16);box-shadow:0 18px 36px #0f172a0d}.mock-main__headline h1,.mock-main__headline p{margin:0}.mock-main__headline h1{font-size:clamp(1.6rem,2.2vw,2.25rem);line-height:1.08;color:#0f172a}.mock-main__headline p{margin-top:.4rem;max-width:48ch;color:#475569;line-height:1.55}.mock-main__header-meta{display:grid;grid-template-columns:repeat(2,minmax(112px,1fr));gap:.75rem;min-width:min(100%,280px)}.mock-main__countdown,.mock-main__progress{display:grid;gap:.22rem;padding:.9rem 1rem;border-radius:18px;background:linear-gradient(180deg,#eff6fff5,#ffffffeb);border:1px solid rgba(148,163,184,.16)}.mock-main__countdown span,.mock-main__progress span{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.mock-main__countdown strong,.mock-main__progress strong{font-size:1.15rem;color:#0f172a}.mock-question{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.95fr);grid-template-areas:"topline topline" "body body" "voicebox camera";gap:1rem;padding:1.1rem;border-radius:28px;color:#e2e8f0;background:radial-gradient(circle at top left,rgba(96,165,250,.18),transparent 30%),linear-gradient(145deg,#11213c,#0f172a 54%,#172554);box-shadow:0 26px 52px #0f172a29}.mock-question__topline{grid-area:topline;display:flex;align-items:center;justify-content:space-between;gap:1rem}.mock-question__badges,.mock-question__windows{display:flex;flex-wrap:wrap;gap:.6rem}.mock-question__badge,.mock-question__window{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 .9rem;border-radius:999px;border:1px solid rgba(148,163,184,.14);background:#0f172a2e;color:#dbeafe;font-weight:700;font-size:.82rem}.mock-question__badge--difficulty{color:#bfdbfe;background:#3b82f633}.mock-question__badge--live{background:#22c55e29;color:#bbf7d0}.mock-question__window{border:1px solid rgba(148,163,184,.18);background:#ffffff14}.mock-question__window--active{color:#eff6ff;border-color:transparent;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 14px 26px #2563eb3d}.mock-question__body{grid-area:body;display:grid;gap:.85rem;padding:1.2rem 1.25rem;border-radius:24px;background:#0f172a42;border:1px solid rgba(148,163,184,.14);box-shadow:inset 0 1px #ffffff05}.mock-question__body h2,.mock-question__body p{margin:0}.mock-question__body h2{font-size:clamp(1.45rem,2vw,2.1rem);line-height:1.2;color:#f8fafc}.mock-question__state{color:#cbd5e1;line-height:1.5}.mock-question__voicebox,.mock-camera{display:grid;gap:.85rem;padding:1rem;border-radius:22px;background:#0f172a52;border:1px solid rgba(148,163,184,.14)}.mock-question__voicebox{grid-area:voicebox;align-content:start}.mock-waveform{display:flex;align-items:end;justify-content:center;gap:.34rem;min-height:74px;padding:.45rem 0}.mock-waveform__bar{width:8px;border-radius:999px;background:linear-gradient(180deg,#bfdbfe3d,#60a5faeb);transform-origin:bottom;opacity:.65}.mock-waveform__bar--active{animation:mock-wave .95s ease-in-out infinite}.mock-question__mic{width:58px;height:58px;margin:0 auto;border:none;border-radius:999px;display:grid;place-items:center;color:#eff6ff;background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 16px 28px #2563eb47}.mock-question__mic svg{width:24px;height:24px}.mock-question__mic--active{box-shadow:0 0 0 8px #3b82f624,0 16px 28px #2563eb52}.mock-question__voice-status{display:grid;gap:.3rem;text-align:center}.mock-question__voice-status strong,.mock-question__voice-status span{display:block}.mock-question__voice-status strong{color:#f8fafc;font-size:.96rem}.mock-question__voice-status span{color:#e2e8f0c7;line-height:1.45;font-size:.86rem}.mock-camera{grid-area:camera;align-content:start}.mock-camera video,.mock-camera__fallback{width:100%;min-height:200px;border-radius:18px}.mock-camera video{display:block;object-fit:cover;background:#020617}.mock-camera__fallback{display:grid;place-items:center;gap:.75rem;text-align:center;color:#e2e8f0d6;background:linear-gradient(180deg,#1e293beb,#0f172af0)}.mock-camera__fallback svg{width:34px;height:34px;color:#93c5fd}.mock-composer{display:grid;gap:.85rem;padding:1rem 1.1rem;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f8fafceb);border:1px solid rgba(148,163,184,.16);box-shadow:0 18px 32px #0f172a0d}.mock-composer__topline,.mock-composer__actions{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.mock-composer__toggle{display:inline-flex;padding:.3rem;border-radius:16px;background:#eff6ff;border:1px solid rgba(59,130,246,.12)}.mock-composer__toggle button{min-height:38px;padding:0 .95rem;border:none;border-radius:12px;background:transparent;color:#64748b;font-weight:700}.mock-composer__toggle .is-active{color:#eff6ff;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 10px 18px #2563eb33}.mock-composer__expand,.mock-secondary-btn,.mock-submit-btn{min-height:42px;border-radius:14px}.mock-composer__expand{border:1px solid rgba(148,163,184,.16);background:#fff;color:#334155;padding:0 1rem;font-weight:700}.mock-composer__field,.mock-composer__textarea{border-radius:20px;border:1px solid rgba(148,163,184,.16);background:#fff}.mock-composer__field{overflow:hidden}.mock-composer__field input{width:100%;min-height:60px;border:none;outline:none;padding:1rem 1rem 1.05rem;background:transparent;color:#0f172a}.mock-composer__textarea{width:100%;min-height:176px;border-radius:20px;outline:none;resize:vertical;padding:1rem;color:#0f172a}.mock-secondary-btn,.mock-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-weight:700}.mock-secondary-btn{border:1px solid rgba(148,163,184,.16);background:#fff;color:#334155;padding:0 1rem}.mock-secondary-btn svg{width:18px;height:18px}.mock-secondary-btn--icon{width:42px;padding:0}.mock-submit-btn{flex:1 1 auto;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#eff6ff;padding:0 1.15rem;box-shadow:0 18px 28px #2563eb38}.mock-submit-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.mock-feedback__panel{display:grid;gap:.95rem;align-content:start}.mock-feedback__header,.mock-feedback__score-card,.mock-feedback__list-card,.emotion-box{border-radius:22px;background:linear-gradient(180deg,#fffffffa,#f8fafceb);border:1px solid rgba(148,163,184,.14);box-shadow:0 16px 32px #0f172a0d}.mock-feedback__header,.mock-feedback__score-card,.mock-feedback__list-card,.emotion-box,.mock-feedback__footer-btn{padding:1rem}.mock-feedback__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.mock-feedback__header h2,.mock-feedback__header p{margin:0}.mock-feedback__header h2{font-size:1.5rem;color:#0f172a}.mock-feedback__header p{margin-top:.3rem;color:#475569;line-height:1.5}.mock-feedback__header-badge{display:inline-flex;align-items:center;min-height:34px;padding:0 .8rem;border-radius:999px;background:#3b82f61a;color:#2563eb;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mock-feedback__score-card{display:grid;gap:1rem}.mock-score{display:grid;place-items:center}.mock-score__ring{--score: 82;width:140px;height:140px;display:grid;place-items:center;border-radius:999px;background:conic-gradient(#2563eb calc(var(--score) * 1%),#bfdbfe33 0),radial-gradient(circle at center,#ffffff 58%,transparent 59%);box-shadow:inset 0 0 0 12px #ffffffd6}.mock-score__inner{width:94px;height:94px;display:grid;place-items:center;gap:.15rem;border-radius:999px;background:#fff;color:#0f172a}.mock-score__inner span{font-size:.76rem;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.mock-score__inner strong{font-size:1.68rem}.mock-feedback__signals{display:grid;gap:.75rem}.mock-feedback__signal{display:grid;gap:.35rem;padding:.9rem;border-radius:16px}.mock-feedback__signal span,.mock-feedback__signal p{margin:0}.mock-feedback__signal span{font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mock-feedback__signal p{color:#334155;line-height:1.55}.mock-feedback__signal--positive{background:#22c55e14}.mock-feedback__signal--positive span{color:#15803d}.mock-feedback__signal--warning{background:#f9731614}.mock-feedback__signal--warning span{color:#c2410c}.emotion-box{display:grid;gap:.4rem}.emotion-box p{margin:0;color:#334155;line-height:1.5}.mock-feedback__list-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.8rem}.mock-feedback__list-head h3,.mock-feedback__list-head span{margin:0}.mock-feedback__list-head h3{color:#0f172a;font-size:1rem}.mock-feedback__list-head span{color:#64748b;font-size:.84rem;font-weight:700}.mock-feedback__list{display:grid;gap:.6rem;max-height:300px;overflow-y:auto}.mock-feedback__question{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:.7rem;min-height:60px;padding:.75rem;border-radius:16px;border:1px solid rgba(148,163,184,.14);background:#fff;color:#334155;text-align:left}.mock-feedback__question--active{background:#eff6fff5;border-color:#2563eb33}.mock-feedback__question--done{background:#f0fdf4eb}.mock-feedback__question-index{width:34px;height:34px;display:grid;place-items:center;border-radius:12px;background:#e2e8f0b8;color:#0f172a;font-weight:800}.mock-feedback__question--active .mock-feedback__question-index{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#eff6ff}.mock-feedback__question--done .mock-feedback__question-index{background:#22c55e29;color:#15803d}.mock-feedback__question-copy{font-size:.88rem;line-height:1.45}.mock-feedback__footer-btn{width:100%;border:1px solid rgba(148,163,184,.14);border-radius:18px;background:linear-gradient(135deg,#fffffffa,#f8fafceb);color:#0f172a;font-weight:800;display:flex;align-items:center;justify-content:space-between;gap:.8rem}.mock-feedback__footer-arrow{width:18px;height:18px;color:#2563eb}.mock-feedback__footer-arrow svg{width:100%;height:100%}@media(max-width:1260px){.mock-dashboard{grid-template-columns:240px minmax(0,1fr) 300px}}@media(max-width:1120px){.mock-page{overflow:auto}.mock-shell{height:auto;min-height:calc(100vh - 2rem)}.mock-dashboard{grid-template-columns:240px minmax(0,1fr);grid-template-areas:"sidebar main" "sidebar feedback"}.mock-sidebar{grid-area:sidebar}.mock-main{grid-area:main;border-right:none}.mock-feedback{grid-area:feedback;border-top:1px solid rgba(148,163,184,.14)}}@media(max-width:860px){.mock-page{padding:.75rem}.mock-shell{grid-template-rows:auto 1fr}.mock-topbar{grid-template-columns:1fr;gap:.85rem;padding:.95rem}.mock-topbar__stats,.mock-topbar__actions{flex-wrap:wrap}.mock-dashboard{grid-template-columns:1fr;grid-template-areas:"sidebar" "main" "feedback"}.mock-main,.mock-feedback{border-left:none;border-right:none}.mock-main__header,.mock-question__topline,.mock-composer__topline,.mock-composer__actions,.mock-feedback__header,.mock-feedback__list-head{flex-direction:column;align-items:stretch}.mock-main__header-meta{min-width:0}.mock-question{grid-template-columns:1fr;grid-template-areas:"topline" "body" "voicebox" "camera"}.mock-feedback__list{max-height:none}.mock-submit-btn,.mock-secondary-btn,.mock-secondary-btn--icon{width:100%}}@media(max-width:620px){.mock-page{padding:.55rem}.mock-shell{border-radius:18px}.mock-sidebar,.mock-main,.mock-feedback{padding:.7rem}.mock-card,.mock-main__header,.mock-composer,.mock-feedback__header,.mock-feedback__score-card,.mock-feedback__list-card{border-radius:18px}.mock-question{padding:.9rem;border-radius:22px}.mock-question__body{padding:1rem}.mock-question__windows,.mock-question__badges{width:100%}}@keyframes mock-wave{0%,to{transform:scaleY(.55);opacity:.65}50%{transform:scaleY(1);opacity:1}}@keyframes mock-pulse-dot{0%{box-shadow:0 0 #2563eb59}70%{box-shadow:0 0 0 10px #2563eb00}to{box-shadow:0 0 #2563eb00}}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;-webkit-transition:stroke-dashoffset .5s ease 0s;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.admin-page{--admin-bg: #020617;--admin-surface: rgba(15, 23, 42, .88);--admin-surface-strong: rgba(15, 23, 42, .98);--admin-border: rgba(148, 163, 184, .18);--admin-text: #e2e8f0;--admin-muted: #94a3b8;--admin-cyan: #38bdf8;--admin-emerald: #22c55e;--admin-amber: #f59e0b;--admin-rose: #f43f5e;min-height:100%;padding:32px 24px 48px;background:radial-gradient(circle at top right,rgba(56,189,248,.14),transparent 24%),radial-gradient(circle at left center,rgba(34,197,94,.1),transparent 22%),linear-gradient(180deg,#0f172a,#020617);color:var(--admin-text);font-family:Trebuchet MS,Segoe UI,sans-serif}.admin-shell{width:min(1400px,100%);margin:0 auto;display:flex;flex-direction:column;gap:24px}.admin-card,.admin-hero{border:1px solid var(--admin-border);border-radius:28px;background:var(--admin-surface);box-shadow:0 24px 60px #02061759;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.admin-hero{display:flex;justify-content:space-between;gap:24px;padding:32px}.admin-hero__copy{max-width:680px}.admin-hero__copy h1{margin-top:10px;font-size:clamp(2rem,4vw,3rem);line-height:1.05;letter-spacing:-.04em}.admin-hero__copy p:last-child{margin-top:14px;color:var(--admin-muted);font-size:1rem;line-height:1.7}.admin-hero__eyebrow{display:inline-flex;align-items:center;gap:8px;color:#7dd3fc;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700}.admin-hero__actions{min-width:220px;display:flex;flex-direction:column;justify-content:space-between;gap:18px;align-items:stretch}.admin-hero__highlight{padding:18px 20px;border-radius:22px;background:#1e293bc7;border:1px solid rgba(56,189,248,.18)}.admin-hero__highlight span{display:block;color:var(--admin-muted);font-size:.85rem;margin-bottom:8px}.admin-hero__highlight strong{font-size:2rem;letter-spacing:-.04em}.admin-hero__button{border:0;border-radius:18px;padding:14px 18px;background:linear-gradient(135deg,#0ea5e9,#22c55e);color:#020617;font-weight:700;cursor:pointer;transition:transform .18s ease,opacity .18s ease}.admin-hero__button:hover:not(:disabled){transform:translateY(-1px)}.admin-hero__button:disabled{opacity:.65;cursor:not-allowed}.admin-banner{padding:16px 18px;border-radius:18px;border:1px solid rgba(244,63,94,.35);background:#7f1d1d33;color:#fecdd3}.admin-banner--error{box-shadow:inset 0 1px #ffffff0a}.admin-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.stat-card{padding:22px;position:relative;overflow:hidden}.stat-card:after{content:"";position:absolute;inset:auto -40px -40px auto;width:140px;height:140px;border-radius:50%;background:#ffffff0a}.stat-card--cyan .stat-card__pulse{background:var(--admin-cyan);box-shadow:0 0 0 8px #38bdf81f}.stat-card--emerald .stat-card__pulse{background:var(--admin-emerald);box-shadow:0 0 0 8px #22c55e1f}.stat-card--amber .stat-card__pulse{background:var(--admin-amber);box-shadow:0 0 0 8px #f59e0b1f}.stat-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.stat-card__label{color:var(--admin-muted);font-size:.9rem}.stat-card__pulse{width:11px;height:11px;border-radius:50%}.stat-card__value{display:block;margin-top:18px;font-size:clamp(2rem,5vw,2.8rem);line-height:1;letter-spacing:-.05em}.stat-card__hint{margin-top:12px;max-width:240px;color:var(--admin-muted);line-height:1.6;font-size:.9rem}.admin-content-grid{display:grid;grid-template-columns:minmax(0,1.75fr) minmax(320px,.9fr);gap:20px}.admin-panel{padding:24px}.admin-panel--sessions{min-height:100%}.admin-panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.admin-panel__header h2{font-size:1.35rem;letter-spacing:-.03em}.admin-panel__eyebrow{margin-bottom:8px;color:#7dd3fc;text-transform:uppercase;letter-spacing:.14em;font-size:.7rem;font-weight:700}.admin-panel__meta{color:var(--admin-muted);font-size:.88rem}.admin-side-grid{display:grid;gap:20px;align-content:start}.admin-state{display:grid;place-items:center;min-height:240px;text-align:center;color:var(--admin-muted);border-radius:22px;border:1px dashed rgba(148,163,184,.24);background:#0f172a73;padding:20px}.admin-state--compact{min-height:140px}.session-table__scroller{overflow-x:auto}.session-table table{width:100%;border-collapse:collapse}.session-table th,.session-table td{padding:16px 14px;text-align:left;border-bottom:1px solid rgba(148,163,184,.12);vertical-align:middle}.session-table th{color:var(--admin-muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.session-table tbody tr{transition:background-color .18s ease}.session-table tbody tr:hover{background:#1e293b66}.session-user{display:flex;flex-direction:column;gap:4px}.session-user strong{font-size:.98rem}.session-user span{color:var(--admin-muted);font-size:.86rem}.session-status{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:.82rem;font-weight:700;border:1px solid transparent}.session-status--active{background:#22c55e1f;color:#86efac;border-color:#22c55e42}.session-status--completed{background:#38bdf81f;color:#7dd3fc;border-color:#38bdf83d}.session-status--terminated{background:#f43f5e1f;color:#fda4af;border-color:#f43f5e3d}.session-trust{display:flex;flex-direction:column;gap:8px}.session-trust strong{font-size:.92rem}.session-trust__bar{width:min(150px,100%);height:10px;border-radius:999px;background:#94a3b81f;overflow:hidden;position:relative}.session-trust__bar:after{content:"";position:absolute;inset:0;width:var(--trust-width, 0%);border-radius:inherit;background:linear-gradient(90deg,#38bdf8,#22c55e)}.session-violations{display:flex;flex-direction:column;gap:4px}.session-violations strong{font-size:1rem}.session-violations span{color:var(--admin-muted);font-size:.82rem}.session-action{border:1px solid rgba(248,113,113,.3);background:#7f1d1d38;color:#fecaca;border-radius:14px;padding:10px 14px;font-weight:700;cursor:pointer;transition:transform .18s ease,opacity .18s ease,background-color .18s ease}.session-action:hover:not(:disabled){transform:translateY(-1px);background:#991b1b47}.session-action:disabled{opacity:.55;cursor:not-allowed}.trust-gauge{padding:24px}.trust-gauge__header{display:flex;align-items:start;justify-content:space-between;gap:16px}.trust-gauge__header h3{font-size:1.2rem;letter-spacing:-.03em}.trust-gauge__status{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:700}.trust-gauge__status--good{background:#22c55e1f;color:#86efac}.trust-gauge__status--warning{background:#f59e0b24;color:#fcd34d}.trust-gauge__status--danger{background:#f43f5e24;color:#fda4af}.trust-gauge__meter{width:170px;margin:28px auto 22px}.trust-gauge__caption{color:var(--admin-muted);text-align:center;line-height:1.7;font-size:.92rem}.violation-log{padding:24px}.violation-log__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.violation-log__header h3{font-size:1.2rem;letter-spacing:-.03em}.violation-log__count{min-width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#1e293bbf;color:#f8fafc;font-weight:700}.violation-log__list{display:grid;gap:14px}.violation-log__item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:14px;padding:14px 16px;border-radius:20px;background:#0f172a9e;border:1px solid rgba(148,163,184,.12)}.violation-log__dot{width:12px;height:12px;border-radius:50%;margin-top:6px;animation:adminPulse 1.8s ease-in-out infinite}.violation-log__dot--low{background:#38bdf8;box-shadow:0 0 0 8px #38bdf81a}.violation-log__dot--medium{background:#f59e0b;box-shadow:0 0 0 8px #f59e0b1f}.violation-log__dot--high{background:#f43f5e;box-shadow:0 0 0 8px #f43f5e1f}.violation-log__body{min-width:0}.violation-log__body p,.violation-log__body span{color:var(--admin-muted);font-size:.86rem;line-height:1.5}.violation-log__body p{margin-top:5px}.violation-log__body span{display:block;margin-top:6px}.violation-log__row{display:flex;align-items:center;justify-content:space-between;gap:12px}.violation-log__row strong{font-size:.96rem}.violation-log__badge{flex-shrink:0;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:700}.violation-log__badge--low{background:#38bdf81f;color:#7dd3fc}.violation-log__badge--medium{background:#f59e0b24;color:#fcd34d}.violation-log__badge--high{background:#f43f5e24;color:#fda4af}@keyframes adminPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.85);opacity:.8}}@media(max-width:1080px){.admin-hero,.admin-content-grid{grid-template-columns:1fr}.admin-hero{flex-direction:column}.admin-hero__actions{width:100%;min-width:0}.admin-stats-grid,.admin-content-grid{grid-template-columns:1fr}}@media(max-width:720px){.admin-page{padding:20px 14px 36px}.admin-hero,.admin-card,.admin-panel,.trust-gauge,.violation-log{border-radius:22px}.admin-hero,.admin-panel,.trust-gauge,.violation-log,.stat-card{padding:20px}.session-table table,.session-table thead,.session-table tbody,.session-table tr,.session-table th,.session-table td{display:block;width:100%}.session-table thead{display:none}.session-table tbody{display:grid;gap:14px}.session-table tr{border:1px solid rgba(148,163,184,.12);border-radius:18px;padding:14px;background:#0f172a99}.session-table td{padding:10px 0;border-bottom:1px solid rgba(148,163,184,.08)}.session-table td:last-child{border-bottom:0;padding-bottom:0}.session-table td:before{content:attr(data-label);display:block;margin-bottom:6px;color:var(--admin-muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.1em}.session-table .session-trust__bar{width:100%}}.candidate-dashboard{--dash-bg: #757c84;--dash-shell: #242528;--dash-surface: rgba(45, 46, 51, .92);--dash-surface-strong: rgba(29, 30, 34, .98);--dash-border: rgba(255, 255, 255, .08);--dash-text: #f5ebe8;--dash-muted: rgba(245, 235, 232, .58);--dash-yellow: #ffee73;--dash-yellow-deep: #e2d048;--dash-ink: #1f2025;--dash-panel: #3a3b42;--dash-panel-soft: #ece8e5;--dash-panel-line: rgba(255, 255, 255, .08);--dash-shadow: 0 36px 80px rgba(20, 21, 24, .34);position:relative;min-height:100%;padding:40px 20px 56px;overflow:hidden;color:var(--dash-text);font-family:Trebuchet MS,Segoe UI,sans-serif;background:radial-gradient(circle at 50% 24%,rgba(255,228,234,.42),transparent 22%),radial-gradient(circle at 50% 88%,rgba(244,235,130,.18),transparent 16%),linear-gradient(180deg,#889099,#6f7780)}.candidate-dashboard:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,transparent 109px,rgba(255,255,255,.23) 110px,transparent 111px) 0 0/220px 220px,radial-gradient(circle at 110px 110px,transparent 109px,rgba(255,255,255,.23) 110px,transparent 111px) 0 0/220px 220px;opacity:.72;pointer-events:none}.candidate-dashboard:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#ffffff1f,#11182714);mix-blend-mode:soft-light;pointer-events:none}.candidate-shell{position:relative;z-index:1;width:min(1320px,100%);margin:0 auto;display:flex;flex-direction:column;gap:24px}.candidate-shell--studio{width:min(1160px,100%)}.dashboard-banner,.dashboard-loading,.dashboard-empty{border-radius:24px;padding:18px 20px;border:1px solid rgba(255,255,255,.12);background:#242528d1;box-shadow:var(--dash-shadow);color:var(--dash-muted)}.dashboard-banner--error{border-color:#f8717147;background:#7f1d1d42;color:#fecaca}.dashboard-loading,.dashboard-empty{min-height:220px;display:grid;place-items:center;text-align:center}.dashboard-loading--compact,.dashboard-empty--compact{min-height:140px}.dashboard-card{border:1px solid var(--dash-border);border-radius:28px;background:var(--dash-surface);box-shadow:var(--dash-shadow)}.dashboard-card__eyebrow{color:#ffffff8a;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;font-weight:700;margin-bottom:8px}.studio-frame{display:grid;grid-template-columns:178px minmax(0,1fr);grid-template-rows:auto 1fr;gap:18px 24px;padding:24px 28px 28px;border-radius:34px;background:#242528f5;box-shadow:0 42px 90px #11121466;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.studio-topbar{grid-column:1/-1;display:grid;grid-template-columns:auto auto minmax(0,1fr) auto auto;gap:18px;align-items:center}.studio-brand{display:inline-flex;align-items:center;gap:10px}.studio-brand strong{font-size:1.1rem;font-weight:700}.studio-brand__mark{width:38px;height:38px;display:grid;place-items:center;color:var(--dash-yellow)}.studio-brand__mark svg{width:24px;height:24px}.studio-title{font-size:1.05rem;font-weight:500;letter-spacing:.01em}.studio-search{display:flex;align-items:center;gap:12px;min-width:0;padding:0 4px 0 0;border-radius:18px;border:1px solid rgba(255,255,255,.06);background:#11121429}.studio-search__icon{width:42px;height:42px;display:grid;place-items:center;color:#ffffffd1}.studio-search__icon svg{width:18px;height:18px}.studio-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#ffffffe6;font-size:.92rem}.studio-search input::placeholder{color:#ffffff61}.studio-upgrade-btn,.studio-icon-btn,.studio-pill,.studio-profile__edit,.studio-nav__item,.score-card__studio-head button,.studio-report-card__action,.studio-report-card__icon,.studio-spotlight-card__icon{transition:transform .18s ease,background-color .18s ease,opacity .18s ease}.studio-upgrade-btn{border:0;min-height:46px;padding:0 22px;border-radius:16px;background:var(--dash-yellow);color:#1f2025;font-weight:700;cursor:pointer}.studio-upgrade-btn:hover:not(:disabled){transform:translateY(-1px)}.studio-upgrade-btn:disabled{opacity:.7;cursor:not-allowed}.studio-icon-btn{width:46px;height:46px;display:grid;place-items:center;border-radius:16px;border:1px solid rgba(255,255,255,.08);background:transparent;color:#ffffffe0}.studio-icon-btn svg{width:18px;height:18px}.studio-sidebar{display:flex;flex-direction:column;justify-content:space-between;gap:28px;padding:16px 12px 8px 0;border-right:1px solid rgba(255,255,255,.06)}.studio-profile{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.studio-profile__avatar{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at 30% 30%,#8dd2ff,transparent 36%),linear-gradient(135deg,#62758a,#293548);color:#fff;font-size:1.4rem;font-weight:800;letter-spacing:.08em;box-shadow:inset 0 0 0 4px #ffffff0f}.studio-profile strong{margin-top:8px;font-size:.95rem}.studio-profile span{color:var(--dash-muted);font-size:.74rem;line-height:1.5}.studio-profile__edit{border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;border-radius:999px;padding:8px 16px;font-size:.8rem;cursor:pointer}.studio-profile__edit:hover{transform:translateY(-1px)}.studio-nav{display:grid;gap:8px}.studio-nav__item{display:flex;align-items:center;gap:12px;padding:14px;border:0;border-radius:16px;background:transparent;color:#ffffffb8;font-size:.95rem;text-align:left;cursor:pointer}.studio-nav__item:hover{background:#ffffff0d;color:#fff}.studio-nav__item.is-active{background:#ffffff14;color:#fff}.studio-nav__icon{width:18px;height:18px;display:grid;place-items:center}.studio-nav__icon svg{width:18px;height:18px}.studio-theme-toggle{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:auto;color:#ffffffb8;font-size:.82rem}.studio-theme-toggle__switch{position:relative;width:64px;height:34px;padding:4px;display:flex;align-items:center;border-radius:999px;background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff14}.studio-theme-toggle__moon{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#9ca3af,#4b5563);box-shadow:inset -4px 0 #111827cc}.studio-theme-toggle__thumb{margin-left:auto;width:24px;height:24px;border-radius:50%;background:var(--dash-yellow);box-shadow:0 8px 16px #ffee734d}.studio-main{min-width:0}.studio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;grid-template-areas:"score report spotlight" "readiness ai chart"}.studio-grid__score{grid-area:score}.studio-grid__ai{grid-area:ai}.studio-grid__chart{grid-area:chart}.score-card--studio{min-height:258px;padding:22px 22px 18px;border:0;background:var(--dash-yellow);color:var(--dash-ink)}.score-card--studio .score-card__studio-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.score-card--studio .score-card__studio-head h2{font-size:1rem;font-weight:700}.score-card--studio .score-card__studio-head button{border:0;background:transparent;color:#1f20258a;font-size:.84rem;cursor:pointer}.score-card--studio .score-card__studio-head button:hover{color:var(--dash-ink)}.score-card--studio .score-card__studio-ring{--score-progress: 0%;width:142px;height:142px;margin:18px auto 16px;position:relative;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at center,var(--dash-yellow) 57%,transparent 58%),conic-gradient(#1f2025 calc(var(--score-progress) * .72),transparent 0 78%,rgba(31,32,37,.28) 0 88%,transparent 0)}.score-card--studio .score-card__studio-ring-center{display:flex;flex-direction:column;align-items:center;gap:2px}.score-card--studio .score-card__studio-ring-center strong{font-size:2.05rem;line-height:1;letter-spacing:-.06em}.score-card--studio .score-card__studio-ring-center span{font-size:.82rem;color:#1f20259e}.score-card--studio .score-card__studio-legend{display:grid;gap:12px}.score-card--studio .score-card__studio-legend-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding-top:10px;border-top:1px solid rgba(31,32,37,.08)}.score-card--studio .score-card__studio-legend-item p{font-size:.84rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.score-card--studio .score-card__studio-legend-item strong{font-size:.84rem}.score-card--studio .score-card__studio-dot{width:12px;height:12px;border-radius:4px}.score-card--studio .score-card__studio-dot--dark{background:#1f2025}.score-card--studio .score-card__studio-dot--soft{background:#1f202538}.studio-report-card,.studio-spotlight-card,.studio-readiness-card,.performance-card--studio,.recommendation-card--studio{border:0;box-shadow:none}.studio-report-card{grid-area:report;position:relative;min-height:258px;padding:22px;overflow:hidden;background:radial-gradient(circle at 0 0,transparent 40px,rgba(255,255,255,.05) 41px,transparent 42px) 0 0/82px 82px,radial-gradient(circle at 41px 41px,transparent 40px,rgba(255,255,255,.05) 41px,transparent 42px) 0 0/82px 82px,linear-gradient(180deg,#2f3036,#2a2b31)}.studio-report-card__top{display:flex;justify-content:space-between;align-items:center;gap:12px}.studio-report-card__stamp{color:var(--dash-yellow);font-size:.98rem;letter-spacing:.03em}.studio-report-card__body{margin-top:26px;max-width:220px}.studio-report-card__body h2{font-size:1.05rem;line-height:1.4}.studio-report-card__body p{margin-top:10px;color:#ffffff94;font-size:.84rem;line-height:1.6}.studio-report-card__actions{position:absolute;right:22px;bottom:22px;left:22px;display:grid;grid-template-columns:minmax(0,1fr) 56px;gap:0}.studio-report-card__action,.studio-report-card__icon{min-height:60px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:#fff;border:1px solid rgba(255,255,255,.24);background:#ffffff0d}.studio-report-card__action{border-radius:14px 0 0 14px;font-weight:600}.studio-report-card__icon{border-left:0;border-radius:0 14px 14px 0}.studio-report-card__icon svg{width:18px;height:18px}.studio-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border-radius:999px;background:#ffffff0a;border:1px solid rgba(255,255,255,.18);color:#fff;font-size:.96rem;font-weight:500}.studio-spotlight-card{grid-area:spotlight;min-height:258px;padding:22px;background:#e9e7e5;color:var(--dash-ink)}.studio-spotlight-card__top{display:flex;justify-content:space-between;gap:16px;align-items:center}.studio-spotlight-card__top h2{font-size:1rem;font-weight:700}.studio-spotlight-card__icon{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#1f2025;color:#fff;text-decoration:none}.studio-spotlight-card__icon svg{width:18px;height:18px}.studio-spotlight-card__tabs{margin-top:26px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.studio-spotlight-card__tab{min-height:66px;padding:10px 8px;border-radius:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;border:1px solid rgba(31,32,37,.14);color:#1f2025ad}.studio-spotlight-card__tab span{font-size:.82rem}.studio-spotlight-card__tab strong{font-size:1.6rem;line-height:1}.studio-spotlight-card__tab.is-active{background:var(--dash-yellow);color:var(--dash-ink);border-color:transparent}.studio-spotlight-card__stats{margin-top:48px;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:end}.studio-spotlight-card__stats strong{font-size:3.15rem;line-height:1;letter-spacing:-.06em}.studio-spotlight-card__stats div{padding-left:14px;border-left:1px solid rgba(31,32,37,.12)}.studio-spotlight-card__stats span{display:block;font-size:1rem;font-weight:700}.studio-spotlight-card__stats p{margin-top:8px;color:#1f2025a8;line-height:1.5;font-size:.9rem}.studio-readiness-card{grid-area:readiness;min-height:290px;padding:22px;background:#3b3c43}.studio-readiness-card__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.studio-readiness-card__header>span{color:#ffffff85;font-size:.84rem}.studio-readiness-card__title{display:inline-flex;align-items:center;gap:10px}.studio-readiness-card__title h2{font-size:1rem;font-weight:700}.studio-readiness-card__chip{width:32px;height:32px;border-radius:8px;background:linear-gradient(180deg,#ffee7324,#ffee730f),#4a4b52;position:relative}.studio-readiness-card__chip:before,.studio-readiness-card__chip:after{content:"";position:absolute;bottom:6px;width:3px;border-radius:999px;background:var(--dash-yellow)}.studio-readiness-card__chip:before{left:9px;height:11px}.studio-readiness-card__chip:after{left:15px;height:17px;box-shadow:6px -6px 0 0 var(--dash-yellow)}.studio-readiness-card strong{display:block;margin-top:34px;font-size:3.2rem;line-height:1;letter-spacing:-.06em}.studio-readiness-card p{margin-top:8px;color:#ffffff8f;font-size:.95rem}.studio-readiness-card__wave{width:100%;height:120px;margin-top:28px}.studio-readiness-card__wave path{fill:none;stroke-width:2.5;stroke-linecap:round}.studio-readiness-card__wave path:first-of-type{stroke:#ffffff29}.studio-readiness-card__wave path:last-of-type{stroke:#ffee73c7}.studio-readiness-card__wave rect{fill:#ffee73e6;opacity:.8}.recommendation-card--studio{min-height:290px;padding:0;overflow:hidden;background:linear-gradient(180deg,#d8ccbe,#bbaea0);color:var(--dash-ink)}.recommendation-card--studio .recommendation-card__studio-visual{position:relative;min-height:290px;display:flex;align-items:flex-end;justify-content:center;padding:24px 18px;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.42),transparent 34%),linear-gradient(180deg,#ffffff0f,#00000014)}.recommendation-card--studio .recommendation-card__studio-glow{position:relative;position:absolute;top:22px;left:50%;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,#fff1babd,#fff0);transform:translate(-50%);filter:blur(12px);opacity:.9}.recommendation-card--studio .recommendation-card__studio-disc{position:absolute;border-radius:50%;border:1px solid rgba(31,32,37,.1)}.recommendation-card--studio .recommendation-card__studio-disc--back{top:54px;left:50%;width:168px;height:168px;transform:translate(-50%);background:#ffffff2e}.recommendation-card--studio .recommendation-card__studio-disc--front{bottom:70px;left:calc(50% + 24px);width:102px;height:102px;background:#ffee7357;box-shadow:inset 0 0 0 14px #ffffff2e}.recommendation-card--studio .recommendation-card__studio-device{position:absolute;top:60px;left:50%;width:172px;height:216px;padding:16px;border-radius:32px;background:linear-gradient(180deg,#202228,#111217);transform:translate(-50%) rotate(-8deg);box-shadow:0 28px 42px #11121447}.recommendation-card--studio .recommendation-card__studio-device-screen{width:100%;height:100%;border-radius:22px;background:radial-gradient(circle at 35% 28%,rgba(255,238,115,.92),transparent 18%),radial-gradient(circle at 68% 60%,rgba(255,255,255,.74),transparent 18%),linear-gradient(145deg,#5b6574,#202531 55%,#0f1115);opacity:.94}.recommendation-card--studio .recommendation-card__studio-device-chip{position:absolute;right:18px;top:20px;width:38px;height:22px;border-radius:10px;background:#ffffff2e}.recommendation-card--studio .recommendation-card__studio-gridline{position:absolute;left:28px;right:28px;bottom:78px;height:1px;background:#1f20251f}.recommendation-card--studio .recommendation-card__studio-gridline--second{bottom:96px;opacity:.65}.recommendation-card--studio .recommendation-card__studio-metrics{position:absolute;left:34px;right:34px;bottom:112px;display:flex;align-items:flex-end;justify-content:space-between}.recommendation-card--studio .recommendation-card__studio-metrics span{width:28px;border-radius:10px 10px 6px 6px;background:#1f202529}.recommendation-card--studio .recommendation-card__studio-metrics span:nth-child(1){height:48px}.recommendation-card--studio .recommendation-card__studio-metrics span:nth-child(2){height:78px;background:repeating-linear-gradient(-45deg,#ffee73f5,#ffee73f5 7px,#ffffff29 7px 10px)}.recommendation-card--studio .recommendation-card__studio-metrics span:nth-child(3){height:34px}.recommendation-card--studio .recommendation-card__studio-pill{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 22px;border-radius:18px;background:var(--dash-yellow);color:var(--dash-ink);font-weight:700;box-shadow:0 14px 28px #ffee7347;white-space:nowrap}.recommendation-card--studio .recommendation-card__studio-copy{display:none}.performance-card--studio{min-height:290px;padding:22px;background:#3b3c43}.performance-card--studio .performance-card__studio-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.performance-card--studio .performance-card__studio-head h2{font-size:1.05rem;font-weight:700}.performance-card--studio .performance-card__studio-head span{color:#ffffff85;font-size:.84rem}.performance-card--studio .performance-card__studio-chart{height:196px;margin-top:28px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:end;position:relative}.performance-card--studio .performance-card__studio-chart:before,.performance-card--studio .performance-card__studio-chart:after{content:"";position:absolute;left:0;right:0;border-top:1px solid rgba(255,255,255,.08)}.performance-card--studio .performance-card__studio-chart:before{top:38%}.performance-card--studio .performance-card__studio-chart:after{top:68%}.performance-card--studio .performance-card__studio-column{display:flex;flex-direction:column;align-items:center;gap:10px;height:100%}.performance-card--studio .performance-card__studio-bar-frame{height:164px;width:100%;display:flex;align-items:flex-end;justify-content:center;position:relative}.performance-card--studio .performance-card__studio-bar{width:26px;height:var(--bar-height, 40px);border-radius:8px;background:#ffffff1f}.performance-card--studio .performance-card__studio-bar.is-active{background:repeating-linear-gradient(-45deg,#ffee73f5,#ffee73f5 7px,#ffffff2e 7px 10px);box-shadow:0 10px 24px #ffee7324}.performance-card--studio .performance-card__studio-bubble{position:absolute;top:calc(100% - var(--bar-height, 40px) - 40px);padding:6px 10px;border-radius:10px;background:#d9d4ff;color:#3a3554;font-size:.75rem;font-weight:700}.performance-card--studio .performance-card__studio-label{color:#ffffff8a;font-size:.76rem;text-align:center}.candidate-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:20px}.candidate-grid .recommendation-card--report{grid-column:1/-1}.dashboard-detail-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.85fr);gap:20px}.score-card--report{padding:24px;background:#242528eb}.score-card--report .score-card__header{display:flex;justify-content:space-between;gap:16px}.score-card--report .score-card__header h2{font-size:1.4rem;letter-spacing:-.03em}.score-card--report .score-card__status{display:inline-flex;align-items:center;height:fit-content;padding:8px 12px;border-radius:999px;font-size:.78rem;font-weight:700}.score-card--report .score-card__status--completed{background:#22c55e1f;color:#86efac}.score-card--report .score-card__status--terminated{background:#fb718524;color:#fda4af}.score-card--report .score-card__status--active{background:#38bdf829;color:#7dd3fc}.score-card--report .score-card__body{display:grid;grid-template-columns:auto minmax(0,1fr);gap:24px;align-items:center}.score-card--report .score-card__dial{width:200px;aspect-ratio:1;border-radius:50%;display:grid;place-items:center;padding:18px;background:radial-gradient(circle at center,rgba(17,18,20,.92) 57%,transparent 58%),conic-gradient(var(--dash-yellow) var(--score-progress),rgba(255,255,255,.1) 0)}.score-card--report .score-card__dial span{display:block;font-size:2.7rem;font-weight:800;letter-spacing:-.06em}.score-card--report .score-card__dial small{display:block;margin-top:6px;color:var(--dash-muted);font-size:.9rem}.score-card--report .score-card__meta{display:grid;gap:14px}.score-card--report .score-card__metric{padding:16px 18px;border-radius:20px;background:#11121438;border:1px solid rgba(255,255,255,.08)}.score-card--report .score-card__metric span{display:block;color:var(--dash-muted);font-size:.82rem;margin-bottom:8px}.score-card--report .score-card__metric strong{display:block;font-size:1rem;line-height:1.6}.performance-card--report{padding:24px;background:#242528eb}.performance-card--report .performance-card__header{display:flex;justify-content:space-between;gap:16px;margin-bottom:22px}.performance-card--report .performance-card__header h2{font-size:1.35rem;letter-spacing:-.03em}.performance-card--report .performance-card__label{color:var(--dash-muted);font-size:.84rem}.performance-card--report .performance-card__metrics{display:grid;gap:16px}.performance-card--report .performance-card__row{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px}.performance-card--report .performance-card__row span{color:var(--dash-muted);font-size:.94rem}.performance-card--report .performance-card__row strong{font-size:.95rem}.performance-card--report .performance-card__track{width:100%;height:12px;border-radius:999px;background:#ffffff14;overflow:hidden}.performance-card--report .performance-card__track span{display:block;width:var(--metric-width, 0%);height:100%;border-radius:inherit;background:linear-gradient(90deg,#ffee73,#f7d954)}.performance-card--report .performance-card__stats{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.performance-card--report .performance-card__pill{padding:14px 16px;border-radius:18px;background:#11121438;border:1px solid rgba(255,255,255,.08)}.performance-card--report .performance-card__pill span{display:block;color:var(--dash-muted);font-size:.8rem;margin-bottom:8px}.performance-card--report .performance-card__pill strong{font-size:1rem}.recommendation-card--report{padding:24px;background:#242528eb}.recommendation-card--report .recommendation-card__header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.recommendation-card--report .recommendation-card__header h2{font-size:1.35rem;letter-spacing:-.03em}.recommendation-card--report .recommendation-card__spark{min-width:44px;height:44px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#ffee733d,#ffffff14);color:#fff8d2;font-weight:800}.recommendation-card--report .recommendation-card__summary{margin-top:20px;color:var(--dash-text);line-height:1.8;font-size:1rem}.recommendation-card--report .recommendation-card__section{margin-top:24px}.recommendation-card--report .recommendation-card__section h3{margin-bottom:12px;font-size:.98rem;letter-spacing:-.02em}.recommendation-card--report .recommendation-card__section ul{display:grid;gap:10px;list-style:none}.recommendation-card--report .recommendation-card__section li{padding:12px 14px;border-radius:16px;background:#11121438;border:1px solid rgba(255,255,255,.08);color:var(--dash-muted);line-height:1.6}.insight-card{padding:24px;background:#242528eb}.insight-card__header{display:flex;justify-content:space-between;gap:16px;margin-bottom:20px}.insight-card__header h2{font-size:1.35rem;letter-spacing:-.03em}.insight-card__badge{min-width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#11121447;font-weight:700}.insight-card__section{margin-top:18px}.insight-card__section h3{margin-bottom:12px;font-size:.98rem}.insight-card__section ul{display:grid;gap:10px;list-style:none}.insight-card__section li{padding:12px 14px;border-radius:16px;background:#11121438;border:1px solid rgba(255,255,255,.08);color:var(--dash-muted);line-height:1.6}@media(max-width:1160px){.studio-topbar{grid-template-columns:auto auto 1fr auto}.studio-topbar .studio-icon-btn{justify-self:end}.studio-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-areas:"score report" "spotlight spotlight" "readiness ai" "chart chart"}}@media(max-width:940px){.studio-frame{grid-template-columns:1fr;grid-template-rows:auto auto auto}.studio-topbar{grid-column:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.studio-search{grid-column:1/-1}.studio-sidebar{border-right:0;border-bottom:1px solid rgba(255,255,255,.06);padding-right:0;padding-bottom:18px}.studio-profile{align-items:flex-start;text-align:left}.studio-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-theme-toggle{justify-content:flex-start}.candidate-grid,.dashboard-detail-grid,.score-card--report .score-card__body{grid-template-columns:1fr}}@media(max-width:720px){.candidate-dashboard{padding:22px 12px 36px}.studio-frame{padding:18px;border-radius:28px}.studio-topbar{grid-template-columns:1fr}.studio-upgrade-btn,.studio-icon-btn,.studio-search{width:100%}.studio-grid{grid-template-columns:1fr;grid-template-areas:"score" "report" "spotlight" "readiness" "ai" "chart"}.studio-nav{grid-template-columns:1fr}.performance-card--studio .performance-card__studio-chart{gap:10px}.studio-spotlight-card__tabs,.performance-card--report .performance-card__stats{grid-template-columns:1fr}.score-card--report .score-card__dial{width:min(220px,100%);margin:0 auto}}.button{border:none;outline:none;padding-inline:1.5rem;padding-block:.75 rem;border-radius:1rem;cursor:pointer;transition:all .3s ease-in-out}.button.primary-button{background-color:#e1034d;color:#fff;padding:.75rem}.button.active{transform:scale(.9)}*{margin:0%;padding:0%;box-sizing:border-box}html,body,#root{width:100%;height:100%;background-color:#000;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
