@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:#fff;background-color:#09090b;width:100%;min-height:100vh}#root{width:100%;min-height:100vh}.auth-page{background:#09090b;height:100vh;font-family:Inter,-apple-system,sans-serif;display:flex;overflow:hidden}.auth-page__form{flex-direction:column;flex:1;justify-content:center;align-items:center;min-width:0;height:100vh;padding:40px 20px;display:flex;position:relative;overflow-y:auto}.auth-page__brand{cursor:pointer;align-items:center;gap:8px;display:flex;position:absolute;top:28px;left:40px}.auth-page__brand span{color:#f8fafc;letter-spacing:-.01em;font-size:15px;font-weight:700}.auth-page__brand .logo-dot{background:#f43f5e;border-radius:50%;flex-shrink:0;width:8px;height:8px}@media (width<=500px){.auth-page__brand{top:18px;left:20px}}.auth-page__visual{background:radial-gradient(circle at 30% 20%,#f43f5e1a 0%,#0000 45%),radial-gradient(circle at 80% 85%,#f43f5e14 0%,#0000 50%),#0c0c0e;border-left:1px solid #1c1c1e;flex:1;justify-content:center;align-items:center;height:100vh;padding:36px;display:flex;position:relative;overflow:hidden}.auth-page__visual:before{content:"";pointer-events:none;z-index:0;background-image:radial-gradient(#ffffff09 1px,#0000 1px);background-size:26px 26px;position:absolute;inset:0}@media (width<=968px){.auth-page__visual{display:none}}.auth-page__visual-glow{filter:blur(70px);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.auth-page__visual-glow--1{background:#f43f5e38;width:320px;height:320px;top:-60px;right:-60px}.auth-page__visual-glow--2{background:#f43f5e24;width:280px;height:280px;bottom:10%;left:-80px}.auth-page__visual-frame{z-index:1;aspect-ratio:3/4;border:1px solid #f43f5e2e;border-radius:22px;width:100%;max-width:440px;position:relative;overflow:hidden;box-shadow:0 0 0 1px #ffffff05,0 30px 80px -20px #f43f5e40,0 10px 40px #00000080}.auth-page__visual-frame img{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}.auth-page__visual-frame:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 70px 18px #0c0c0ed9}.auth-page__visual-frame:before{content:"";z-index:2;pointer-events:none;background:linear-gradient(#0c0c0e59 0%,#0c0c0e00 22% 60%,#0c0c0ee6 100%);position:absolute;inset:0}@media (width<=1180px){.auth-page__visual-frame{max-width:380px}}.auth-page__visual-overlay{z-index:2;pointer-events:none;position:absolute;bottom:36px;left:36px;right:36px}.auth-page__visual-overlay h2{color:#fafafa;letter-spacing:-.025em;max-width:380px;margin-bottom:8px;font-size:1.5rem;font-weight:700}.auth-page__visual-overlay p{color:#a1a1aa;max-width:340px;font-size:.88rem;line-height:1.6}@media (width<=968px){.auth-page{height:auto;min-height:100vh;overflow:visible}.auth-page__form{height:auto;overflow-y:visible}}.auth{justify-content:center;align-items:center;width:100%;display:flex}.auth__card{background:#111113;border:1px solid #1c1c1e;border-radius:16px;width:100%;max-width:380px;padding:32px 28px}.auth__header{text-align:center;margin-bottom:24px}.auth__header h1{color:#fafafa;letter-spacing:-.025em;margin-bottom:5px;font-family:inherit;font-size:1.5rem;font-weight:700}.auth__header p{color:#71717a;font-size:.85rem}.auth__form .form-group{flex-direction:column;margin-bottom:14px;display:flex}.auth__form .form-group label{color:#d4d4d8;margin-bottom:7px;font-size:.82rem;font-weight:500}.auth__form .form-group input{color:#fff;background:#09090b;border:1px solid #27272a;border-radius:8px;outline:none;width:100%;padding:10px 13px;font-family:inherit;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.auth__form .form-group input::placeholder{color:#52525b}.auth__form .form-group input:focus{border-color:#f43f5e;box-shadow:0 0 0 3px #f43f5e26}.auth__form .form-group input.input--invalid{border-color:#f87171}.auth__form .form-group .field-msg{color:#a1a1aa;margin-top:6px;font-size:.78rem;line-height:1.3}.auth__form .form-group .field-msg--error{color:#fecaca}.auth__form .custom-btn{width:100%;margin-top:6px;transition:background .15s,transform .1s;color:#fff!important;background:#f43f5e!important;border:none!important}.auth__form .custom-btn:hover{background:#e11d48!important}.auth__form .custom-btn:active{transform:scale(.98)}.auth__footer{text-align:center;margin-top:18px}.auth__footer p{color:#52525b;font-size:.83rem}.auth__footer a{color:#f43f5e;font-weight:600;text-decoration:none;transition:color .2s}.auth__footer a:hover{color:#fb7185}@media (width<=500px){.auth__card{border-radius:14px;padding:24px 20px}.auth__header h1{font-size:1.35rem}.auth__form .form-group input{padding:9px 12px}}.field-msg{margin-top:5px;font-size:.72rem;display:block}.field-msg--error{color:#ef4444}input.input--invalid{border-color:#ef4444!important}input.input--invalid:focus{box-shadow:0 0 0 3px #ef44441f}.form-error{color:#ef4444;text-align:center;margin:-4px 0 8px;font-size:.82rem}.form-success{color:#6366f1;text-align:center;margin:-4px 0 8px;font-size:.82rem}.form-success--verified{color:#22c55e}.otp-overlay{z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.otp-modal{text-align:center;background:#111113;border:1px solid #1c1c1e;border-radius:16px;width:100%;max-width:400px;padding:32px 28px;font-family:Inter,-apple-system,sans-serif;position:relative}.otp-modal__close{color:#71717a;cursor:pointer;background:0 0;border:none;padding:4px;font-size:15px;line-height:1;position:absolute;top:14px;right:14px}.otp-modal__close:hover{color:#fafafa}.otp-modal__icon{margin-bottom:10px;font-size:30px}.otp-modal h2{color:#fafafa;letter-spacing:-.025em;margin-bottom:8px;font-size:1.4rem;font-weight:700}.otp-modal p{color:#71717a;margin-bottom:24px;font-size:.85rem;line-height:1.5}.otp-modal p strong{color:#d4d4d8}.otp-modal__inputs{justify-content:center;gap:8px;margin-bottom:16px;display:flex}.otp-modal__error{color:#ef4444;margin:-4px 0 16px;font-size:.82rem}.otp-modal__spam-note{color:#52525b;margin-top:14px;font-size:.78rem;line-height:1.4}.otp-modal__spam-note strong{color:#a1a1aa;font-weight:600}.otp-modal__resend{color:#52525b;margin-top:10px;font-size:.83rem}.otp-modal__resend strong{color:#d4d4d8}.otp-modal__resend button{color:#f43f5e;cursor:pointer;background:0 0;border:none;padding:0;font-size:.83rem;font-weight:600;transition:color .2s}.otp-modal__resend button:hover{color:#fb7185}.otp-input{text-align:center;color:#fff;background:#09090b;border:1px solid #27272a;border-radius:8px;outline:none;width:42px;height:50px;font-family:inherit;font-size:1.1rem;font-weight:600;transition:border-color .2s,box-shadow .2s}.otp-input:focus{border-color:#f43f5e;box-shadow:0 0 0 3px #f43f5e26}.otp-input--error{border-color:#f87171!important}@media (width<=420px){.otp-input{width:38px;height:46px;font-size:1rem}}@media (width<=640px){.auth-page{height:auto;min-height:100vh}.auth-page__form{padding:84px 16px 40px}.auth__card{max-width:100%;padding:24px 18px}.otp-modal{padding:24px 18px}}.custom-btn{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:.92rem;font-weight:600;transition:all .3s}.custom-btn:hover{background:#1d4ed8}.custom-btn:active{transform:scale(.98)}.custom-btn:disabled{cursor:not-allowed;background:#3f3f46}.home{color:#e2e8f0;background:radial-gradient(circle at 50% -10%,#f53b570f,#0000 50%),#0d0d0d;min-height:100vh;padding-bottom:5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.home-nav{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:100;background:#0d0d0dcc;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:1.2rem 3rem;display:flex;position:sticky;top:0}.home-nav__brand{color:#fff;align-items:center;gap:8px;font-size:16px;font-weight:700;display:flex}.home-nav__brand .logo-dot{background:#f53b57;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #f53b57}.home-nav__profile{position:relative}.avatar-btn{color:#f53b57;cursor:pointer;background:#f53b571a;border:1px solid #f53b5733;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:600;display:flex}.avatar-btn:hover{background:#f53b5733}.profile-dropdown{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:8px;min-width:180px;padding:.75rem;position:absolute;top:calc(100% + 8px);right:0}.profile-dropdown__name{color:#fff;margin-bottom:2px;font-size:13px;font-weight:600}.profile-dropdown__email{color:#666;margin-bottom:.5rem;font-size:11px}.profile-dropdown hr{border:none;border-top:1px solid #ffffff14;margin:.5rem 0}.profile-dropdown button{text-align:left;color:#f53b57;cursor:pointer;background:0 0;border:none;width:100%;font-size:13px}.hero{text-align:center;padding:4.5rem 2rem 2.5rem}.hero__eyebrow{color:#fda4af;background:#f53b5714;border:1px solid #f53b5733;border-radius:999px;align-items:center;gap:.45rem;margin-bottom:1rem;padding:.45rem .75rem;font-size:.78rem;font-weight:600;display:inline-flex}.hero h1{color:#fff;letter-spacing:-.02em;margin:0 0 .5rem;font-size:clamp(2rem,4.5vw,2.6rem);font-weight:800}.hero p{color:#64748b;max-width:660px;margin:0 auto;font-size:15px;line-height:1.7}.hero .accent{color:#f53b57}.hero__stats{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1.4rem;display:flex}.hero__stat{color:#cbd5e1;background:#ffffff08;border:1px solid #ffffff0f;border-radius:999px;align-items:center;gap:.45rem;padding:.65rem .85rem;font-size:.82rem;display:inline-flex}.form-card-split{background:linear-gradient(145deg,#131419fa,#0e0f14f5);border:1px solid #ffffff0d;border-radius:18px;max-width:1000px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 32px 64px -16px #000000d9}.form-card-split:before{content:"";pointer-events:none;background:radial-gradient(circle at 100% 0,#f53b571f,#0000 26%);position:absolute;inset:0}.form-split-main{grid-template-columns:1fr 1fr;display:grid}@media (width<=768px){.form-split-main{grid-template-columns:1fr}}.panel{z-index:1;flex-direction:column;gap:1.25rem;padding:2rem 2.5rem;display:flex;position:relative}.panel--left{border-right:1px solid #ffffff0d}@media (width<=768px){.panel--left{border-bottom:1px solid #ffffff0d;border-right:none}}.panel-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.panel-title{align-items:center;gap:10px;display:flex}.panel-title i{color:#f53b57;font-size:18px}.panel-title h2{color:#fff;margin:0;font-size:15px;font-weight:600}.badge{text-transform:uppercase;letter-spacing:.04em;border-radius:4px;padding:2px 8px;font-size:10px;font-weight:700}.badge--required{color:#f53b57;background:#f53b5726}.badge--best{color:#f59e0b;background:#f59e0b26}.field{flex-direction:column;display:flex}.field .input-title{color:#fff;background:#181920;border:1px solid #ffffff0d;border-radius:8px;outline:none;width:100%;padding:.8rem 1rem;font-size:14px}.field .input-title:focus{border-color:#f53b5766}.textarea-wrapper{flex-direction:column;flex-grow:1;display:flex;position:relative}.textarea-wrapper textarea{color:#e2e8f0;resize:none;box-sizing:border-box;background:#181920;border:1px solid #ffffff0d;border-radius:8px;outline:none;flex-grow:1;width:100%;min-height:280px;padding:1rem;font-size:13.5px;line-height:1.6}.textarea-wrapper textarea:focus{border-color:#f53b5766}.textarea-wrapper .char-counter{color:#475569;font-size:11px;position:absolute;bottom:12px;right:14px}.sub-field{flex-direction:column;gap:8px;display:flex}.sub-field label{color:#94a3b8;font-size:12px;font-weight:600}.sub-field .sub-label-row{justify-content:space-between;align-items:center;display:flex}.sub-field .input-self{color:#fff;resize:none;background:#181920;border:1px solid #ffffff0d;border-radius:8px;outline:none;width:100%;padding:.85rem 1rem;font-size:13px;line-height:1.5}.sub-field .input-self:focus{border-color:#f53b5766}.file-drop{cursor:pointer;background:#181920;border:1px dashed #ffffff1a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;min-height:105px;padding:1rem;transition:all .2s;display:flex}.file-drop i{color:#f53b57;margin-bottom:6px;font-size:24px}.file-drop .drop-title{color:#cbd5e1;font-size:13px;font-weight:500}.file-drop .drop-subtitle{color:#64748b;margin-top:2px;font-size:11px}.file-drop:hover{background:#ffffff03;border-color:#fff3}.file-drop.has-file{background:#10b98105;border-style:solid;border-color:#10b981;box-shadow:0 0 20px #10b9811a,inset 0 0 10px #10b98105}.file-drop.has-file i{color:#10b981;filter:drop-shadow(0 0 6px #10b98166)}.file-drop.has-file .file-name-txt{color:#fff;word-break:break-all;font-size:13px;font-weight:600}.remove-file-btn{color:#64748b;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:4px;padding:2px 0;font-size:11px;display:flex}.remove-file-btn:hover{color:#f53b57}.split-divider{align-items:center;gap:12px;margin:2px 0;display:flex}.split-divider:before,.split-divider:after{content:"";background:#ffffff0d;flex:1;height:1px}.split-divider span{color:#334155;font-size:10px;font-weight:700}.info-message{background:#1e293b66;border:1px solid #33415580;border-radius:8px;align-items:flex-start;gap:10px;padding:.85rem 1rem;display:flex}.info-message i{color:#38bdf8;margin-top:1px;font-size:15px}.info-message span{color:#94a3b8;font-size:12px;line-height:1.4}.info-message span strong{color:#fff}.form-split-footer{background:#111216;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 2.5rem;display:flex}@media (width<=640px){.form-split-footer{text-align:center;flex-direction:column;padding:1.5rem}}.form-split-footer .footer-meta-txt{color:#64748b;font-size:12px}.generate-btn-split{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f53b57,#ff5a7a);border:none;border-radius:999px;align-items:center;gap:.45rem;padding:.8rem 1.3rem;font-size:13px;font-weight:700;transition:transform .2s,box-shadow .2s,opacity .2s;display:inline-flex;box-shadow:0 12px 24px #f53b572e}.generate-btn-split:hover{transform:translateY(-1px);box-shadow:0 14px 30px #f53b573d}.generate-btn-split:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.recent-reports{max-width:1000px;margin:4rem auto 0}.recent-reports__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.recent-reports__header h2{text-transform:uppercase;letter-spacing:.05em;color:#f53b57;margin:0 0 .25rem;font-size:13px;font-weight:700}.recent-reports__header p{color:#64748b;margin:0;font-size:.9rem}.reports-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1rem;display:grid}.report-card{cursor:pointer;background:linear-gradient(145deg,#131419f2,#0e0f13f2);border:1px solid #ffffff0d;border-radius:12px;padding:1.1rem;transition:border-color .2s,transform .2s,box-shadow .2s;position:relative}.report-card__delete{color:#94a3b8;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:0;line-height:1;transition:background .2s,color .2s;display:inline-flex;position:absolute;top:.7rem;right:.7rem}.report-card__delete:hover{color:#f53b57;background:#f53b5724}.report-card__top{color:#f53b57;justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.report-card h3{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0 0 .55rem;font-size:14px;font-weight:600;overflow:hidden}.report-card__meta{color:#475569;justify-content:space-between;align-items:center;font-size:12px;display:flex}.report-card .match-score{color:#f53b57;font-weight:600}.report-card:hover{border-color:#f53b574d;transform:translateY(-2px);box-shadow:0 12px 24px #00000040}.delete-modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:200;background:#020617b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.delete-modal{background:#12131a;border:1px solid #f53b5733;border-radius:14px;width:min(92vw,360px);padding:1.2rem;box-shadow:0 20px 50px #00000059}.delete-modal h3{color:#fff;margin:0 0 .35rem;font-size:1rem}.delete-modal p{color:#94a3b8;margin:0 0 1rem;font-size:.9rem}.delete-modal__actions{justify-content:flex-end;gap:.6rem;display:flex}.delete-modal__cancel,.delete-modal__confirm{cursor:pointer;border:none;border-radius:999px;padding:.6rem .95rem;font-size:.85rem;font-weight:600}.delete-modal__cancel{color:#e2e8f0;background:#ffffff14}.delete-modal__confirm{color:#fff;background:#f53b57}.loading-screen{background:#0d0d0d;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-screen p{color:#64748b;font-size:13px}.loading-spinner{border:2.5px solid #f53b5726;border-top-color:#f53b57;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=860px){.home-nav{padding:1rem 1.25rem}.hero{padding:3rem 1.25rem 2rem}.form-card-split{margin:0 1rem 2rem}.panel{padding:1.5rem 1.25rem}.form-split-footer{padding:1rem 1.25rem}.recent-reports{margin-top:3rem;padding:0 1rem}.reports-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=640px){.home-nav{padding:.9rem 1rem}.hero{padding:2.25rem 1rem 1.5rem}.hero__stats{flex-direction:column;align-items:center}.form-card-split{border-radius:14px;margin:0 .75rem 1.25rem}.panel{padding:1.2rem 1rem}.form-split-footer{flex-direction:column;align-items:stretch;padding:1rem}.generate-btn-split{justify-content:center;width:100%}.form-split-footer .footer-meta-txt{text-align:center}.recent-reports__header{flex-direction:column;align-items:flex-start;gap:.35rem}.reports-grid{grid-template-columns:1fr}}.interview{-webkit-font-smoothing:antialiased;color:#e2e8f0;background:#0a0a0c;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.interview .sidebar{border-right:1px solid #1e1e22;flex-direction:column;flex-shrink:0;gap:8px;width:210px;padding:32px 16px;display:flex}.interview .sidebar .sidebar-label{color:#334155;letter-spacing:.1em;margin-bottom:8px;padding:0 10px;font-size:.65rem;font-weight:700}.interview .sidebar nav{flex-direction:column;gap:2px;display:flex}.interview .sidebar .nav-item{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:10px;width:100%;padding:9px 12px;font-family:inherit;font-size:.85rem;font-weight:500;transition:background .15s,color .15s;display:flex}.interview .sidebar .nav-item .nav-icon{flex-shrink:0;align-items:center;display:flex}.interview .sidebar .nav-item:hover{color:#cbd5e1;background:#161618}.interview .sidebar .nav-item.active{color:#f43f5e;background:#f43f5e1f}.interview .sidebar .nav-item.active .nav-icon svg{stroke:#f43f5e}.interview .main{flex:1;min-width:0;padding:32px 28px;overflow-y:auto}.interview .main .section-header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.interview .main .section-header h2{color:#f8fafc;letter-spacing:-.01em;margin:0;font-size:1.2rem;font-weight:700}.interview .main .section-header .q-count{color:#475569;background:#161618;border:1px solid #1e1e22;border-radius:99px;padding:3px 10px;font-size:.72rem}.interview .main .questions-list{flex-direction:column;gap:10px;display:flex}.interview .main .question-card{background:#111113;border:1px solid #1e1e22;border-radius:12px;transition:border-color .15s;overflow:hidden}.interview .main .question-card.open{border-color:#2a2a2e}.interview .main .question-card .q-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:flex-start;gap:12px;width:100%;padding:16px 18px;font-family:inherit;display:flex}.interview .main .question-card .q-header:hover{background:#161618}.interview .main .question-card .q-header .q-num{color:#f43f5e;letter-spacing:.04em;background:#f43f5e1a;border:1px solid #f43f5e33;border-radius:5px;flex-shrink:0;margin-top:1px;padding:2px 7px;font-size:.7rem;font-weight:700}.interview .main .question-card .q-header .q-text{color:#e2e8f0;flex:1;font-size:.9rem;font-weight:600;line-height:1.5}.interview .main .question-card .q-header .q-chevron{color:#475569;flex-shrink:0;margin-top:2px}.interview .main .question-card .q-body{border-top:1px solid #1e1e22;flex-direction:column;gap:8px;margin-top:0;padding:16px 18px 18px;display:flex}.interview .main .question-card .q-tag{letter-spacing:.08em;border-radius:5px;width:fit-content;padding:3px 9px;font-size:.62rem;font-weight:700;display:inline-block}.interview .main .question-card .q-tag.tag-intention{color:#818cf8;background:#6366f11f;border:1px solid #6366f140}.interview .main .question-card .q-tag.tag-answer{color:#10b981;background:#10b9811a;border:1px solid #10b98133;margin-top:6px}.interview .main .question-card .q-detail{color:#94a3b8;margin:0;font-size:.83rem;line-height:1.7}.interview .main .roadmap-list{flex-direction:column;gap:12px;display:flex}.interview .main .roadmap-card{background:#111113;border:1px solid #1e1e22;border-left-width:3px;border-radius:12px;padding:18px 20px}.interview .main .roadmap-card.priority-high{border-left-color:#f43f5e}.interview .main .roadmap-card.priority-medium{border-left-color:#f59e0b}.interview .main .roadmap-card.priority-low{border-left-color:#3b82f6}.interview .main .roadmap-card .roadmap-week{color:#475569;letter-spacing:.06em;margin-bottom:4px;font-size:.7rem;font-weight:700}.interview .main .roadmap-card .roadmap-title{color:#e2e8f0;margin-bottom:12px;font-size:.92rem;font-weight:600}.interview .main .roadmap-card .roadmap-tasks{flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;display:flex}.interview .main .roadmap-card .roadmap-tasks li{color:#94a3b8;padding-left:16px;font-size:.82rem;line-height:1.5;position:relative}.interview .main .roadmap-card .roadmap-tasks li:before{content:"";background:#334155;border-radius:50%;width:5px;height:5px;position:absolute;top:7px;left:0}.interview .roadmap-resources{border-top:1px solid #1e1e22;margin-top:14px;padding-top:14px}.interview .roadmap-resources .resources-label{color:#334155;letter-spacing:.08em;margin:0 0 8px;font-size:.65rem;font-weight:700}.interview .roadmap-resources .resource-link{color:#6c63ff;margin-bottom:6px;font-size:.78rem;text-decoration:none;transition:color .15s;display:block}.interview .roadmap-resources .resource-link:hover{color:#a78bfa;text-decoration:underline}.interview .right-panel{border-left:1px solid #1e1e22;flex-direction:column;flex-shrink:0;gap:28px;width:220px;padding:32px 16px;display:flex}.interview .right-panel .panel-label{color:#334155;letter-spacing:.1em;margin-bottom:14px;font-size:.65rem;font-weight:700}.interview .right-panel .score-section{flex-direction:column;align-items:center;display:flex}.interview .right-panel .score-section .panel-label{align-self:flex-start}.interview .right-panel .score-section .score-ring{margin:4px 0 10px}.interview .right-panel .score-section .score-label{color:#22c55e;text-align:center;margin:0;font-size:.78rem;font-weight:500}.interview .right-panel .gaps-section .gaps-list{flex-direction:column;gap:8px;display:flex}.interview .right-panel .gaps-section .gap-tag{border-radius:8px;padding:7px 11px;font-size:.75rem;font-weight:500;line-height:1.4}.interview .right-panel .gaps-section .gap-tag.gap-red{color:#fda4af;background:#f43f5e1f;border:1px solid #f43f5e33}.interview .right-panel .gaps-section .gap-tag.gap-orange{color:#fcd34d;background:#f59e0b1f;border:1px solid #f59e0b33}.interview .right-panel .gaps-section .gap-tag.gap-blue{color:#93c5fd;background:#3b82f61f;border:1px solid #3b82f633}.interview .right-panel .gaps-section .gap-tag.gap-green{color:#6ee7b7;background:#10b9811f;border:1px solid #10b98133}@media (width<=900px){.interview .right-panel{display:none}}@media (width<=700px){.interview{flex-direction:column}.interview .sidebar{border-bottom:1px solid #1e1e22;border-right:none;width:100%;padding:18px 16px}.interview .main{padding:20px 16px}}@media (width<=600px){.interview .sidebar{width:100%}.interview .main{padding:18px 14px}.interview .main .section-header{flex-direction:column;align-items:flex-start;gap:8px}.interview .question-card .q-header{flex-wrap:wrap}.interview .question-card .q-header .q-text{width:100%}}.download-btn{color:#f43f5e;cursor:pointer;background:#f43f5e1a;border:1px solid #f43f5e33;border-radius:9px;justify-content:center;align-items:center;width:100%;margin-top:auto;padding:10px 14px;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.download-btn:hover{background:#f43f5e2e;border-color:#f43f5e59}.score-label.score--high{color:#22c55e}.score-label.score--mid{color:#f59e0b}.score-label.score--low{color:#f43f5e}.gap-tag.gap-high{color:#fda4af;background:#f43f5e1f;border:1px solid #f43f5e33}.gap-tag.gap-medium{color:#fcd34d;background:#f59e0b1f;border:1px solid #f59e0b33}.gap-tag.gap-low{color:#93c5fd;background:#3b82f61f;border:1px solid #3b82f633}.landing{-webkit-font-smoothing:antialiased;color:#e2e8f0;background:#09090b;width:100%;font-family:Inter,-apple-system,sans-serif}.landing .accent{color:#f43f5e}.landing .eyebrow{letter-spacing:.12em;color:#f43f5e;margin-bottom:10px;font-size:.65rem;font-weight:700}.landing .btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:#f43f5e;border:none;border-radius:10px;align-items:center;gap:8px;font-family:inherit;font-weight:600;transition:background .15s,transform .1s;display:inline-flex}.landing .btn-primary:hover{background:#e11d48}.landing .btn-primary:active{transform:scale(.98)}.landing .btn-primary.btn--sm{padding:9px 18px;font-size:13px}.landing .btn-primary.btn--lg{padding:14px 30px;font-size:15px;box-shadow:0 0 30px #f43f5e40}.landing .btn-ghost{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #27272a;border-radius:10px;align-items:center;gap:8px;padding:14px 22px;font-family:inherit;font-size:15px;font-weight:500;transition:border-color .15s,color .15s,background .15s;display:inline-flex}.landing .btn-ghost:hover{color:#cbd5e1;background:#111113;border-color:#3f3f46}.landing .l-nav{z-index:100;-webkit-backdrop-filter:blur(14px);background:#09090beb;border-bottom:1px solid #18181b;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 48px;display:flex;position:sticky;top:0}@media (width<=640px){.landing .l-nav{padding:0 20px}}.landing .l-nav__logo{align-items:center;gap:8px;display:flex}.landing .l-nav__logo span{color:#f8fafc;letter-spacing:-.01em;font-size:15px;font-weight:700}.landing .l-nav__links{gap:2px;display:flex}@media (width<=640px){.landing .l-nav__links{display:none}}.landing .l-nav__links button{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:color .15s,background .15s}.landing .l-nav__links button:hover{color:#e2e8f0;background:#18181b}.landing .logo-dot{background:#f43f5e;border-radius:50%;flex-shrink:0;width:8px;height:8px}.landing .l-hero{text-align:center;flex-direction:column;align-items:center;width:100%;padding:100px 48px 80px;display:flex}@media (width<=640px){.landing .l-hero{padding:64px 20px 56px}}.landing .l-hero__badge{color:#f43f5e;background:#f43f5e14;border:1px solid #f43f5e38;border-radius:99px;align-items:center;gap:8px;margin-bottom:32px;padding:5px 16px;font-size:12px;font-weight:500;display:inline-flex}.landing .l-hero__badge .badge-dot{background:#f43f5e;border-radius:50%;flex-shrink:0;width:6px;height:6px}.landing .l-hero__title{color:#fafafa;letter-spacing:-.035em;margin-bottom:22px;font-size:clamp(2.4rem,6vw,4rem);font-weight:700;line-height:1.08}.landing .l-hero__sub{color:#52525b;max-width:540px;margin-bottom:40px;font-size:1.05rem;line-height:1.75}.landing .l-hero__cta{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-bottom:64px;display:flex}.landing .l-steps{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;max-width:700px;display:grid}@media (width<=560px){.landing .l-steps{grid-template-columns:1fr}}.landing .l-step{text-align:left;background:#111113;border:1px solid #1c1c1e;border-radius:14px;padding:20px 18px}.landing .l-step__num{color:#f43f5e;letter-spacing:.06em;margin-bottom:10px;font-size:.68rem;font-weight:700}.landing .l-step__title{color:#e4e4e7;margin-bottom:5px;font-size:.88rem;font-weight:600}.landing .l-step__desc{color:#52525b;font-size:.78rem;line-height:1.55}.landing .l-section{border-top:1px solid #18181b;width:100%;padding:80px 0}.landing .l-section__inner{width:100%;max-width:1100px;margin:0 auto;padding:0 48px}@media (width<=640px){.landing .l-section__inner{padding:0 20px}}.landing .l-section h2{color:#fafafa;letter-spacing:-.025em;margin-bottom:36px;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2}.landing .l-grid-3{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}@media (width<=768px){.landing .l-grid-3{grid-template-columns:1fr}}.landing .l-grid-4{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}@media (width<=768px){.landing .l-grid-4{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.landing .l-grid-4{grid-template-columns:1fr}}.landing .l-card{background:#111113;border:1px solid #1c1c1e;border-radius:16px;padding:24px;transition:border-color .2s}.landing .l-card:hover{border-color:#2a2a2e}.landing .l-card__icon{color:#f43f5e;background:#f43f5e1a;border:1px solid #f43f5e33;border-radius:11px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:16px;display:flex}.landing .l-card h3{color:#e4e4e7;margin-bottom:8px;font-size:.92rem;font-weight:600}.landing .l-card p{color:#52525b;font-size:.82rem;line-height:1.65}.landing .l-stat{text-align:center;background:#111113;border:1px solid #1c1c1e;border-radius:16px;padding:28px 20px}.landing .l-stat__num{color:#fafafa;letter-spacing:-.04em;margin-bottom:8px;font-size:2.2rem;font-weight:700;line-height:1}.landing .l-stat__label{color:#52525b;font-size:.78rem;line-height:1.4}.landing .l-cta-banner{text-align:center;border-top:1px solid #18181b;flex-direction:column;align-items:center;gap:14px;width:100%;padding:80px 48px;display:flex}@media (width<=640px){.landing .l-cta-banner{padding:64px 20px}}.landing .l-cta-banner h2{color:#fafafa;letter-spacing:-.025em;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.landing .l-cta-banner p{color:#52525b;margin-bottom:10px;font-size:.95rem}@media (width<=640px){.landing .l-hero__cta{flex-direction:column;width:100%}.landing .l-hero__cta .btn-primary,.landing .l-hero__cta .btn-ghost{justify-content:center;width:100%}.landing .l-footer{padding:22px 20px}}.landing .l-footer{border-top:1px solid #18181b;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;width:100%;padding:22px 48px;display:grid}.landing .l-footer .l-nav__logo{justify-self:start}.landing .l-footer__links{flex-wrap:wrap;grid-column:2;justify-content:center;gap:24px;display:flex}.landing .l-footer__link{appearance:none;box-shadow:none;color:#3f3f46;cursor:pointer;background:0 0;border:none;outline:none;margin:0;padding:0;font-family:inherit;font-size:.78rem;font-weight:400;text-decoration:none;transition:color .15s}.landing .l-footer__link:hover{color:#71717a}.landing .l-footer__link:focus{outline:none}.landing .l-footer__link:visited{color:#3f3f46}.landing .l-footer__copy{color:#3f3f46;grid-column:3;justify-self:end;font-size:.75rem}@media (width<=640px){.landing .l-footer{text-align:center;grid-template-columns:1fr}.landing .l-footer .l-nav__logo{justify-self:center}.landing .l-footer__links{grid-column:1}.landing .l-footer__copy{grid-column:1;justify-self:center}}.l-howitworks{align-items:stretch;gap:0;display:flex}@media (width<=768px){.l-howitworks{flex-direction:column;align-items:stretch}}.l-hiw-connector{color:#27272a;flex-shrink:0;justify-content:center;align-self:center;align-items:center;width:48px;display:flex}@media (width<=768px){.l-hiw-connector{align-self:center;width:auto;padding:8px 0;transform:rotate(90deg)}}.l-hiw-step{background:#111113;border:1px solid #1c1c1e;border-radius:16px;flex-direction:column;flex:1;gap:10px;padding:26px 24px;transition:border-color .2s;display:flex}.l-hiw-step:hover{border-color:#f43f5e40}.l-hiw-step__num{color:#f43f5e;letter-spacing:.1em;font-size:.65rem;font-weight:700}.l-hiw-step__icon{color:#f43f5e;background:#f43f5e14;border:1px solid #f43f5e2e;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:4px;display:flex}.l-hiw-step h3{color:#fafafa;letter-spacing:-.01em;flex-wrap:wrap;align-items:center;gap:6px;font-size:1rem;font-weight:600;display:flex}.l-hiw-step .or-tag{color:#71717a;font-size:.7rem;font-style:italic;font-weight:500}.l-hiw-step p{color:#52525b;font-size:.83rem;line-height:1.65}.l-hiw-step__points{flex-direction:column;gap:6px;margin-top:4px;list-style:none;display:flex}.l-hiw-step__points li{color:#71717a;padding-left:14px;font-size:.78rem;line-height:1.4;position:relative}.l-hiw-step__points li:before{content:"";opacity:.6;background:#f43f5e;border-radius:50%;width:5px;height:5px;position:absolute;top:6px;left:0}.policy{color:#e2e8f0;-webkit-font-smoothing:antialiased;background:#09090b;flex-direction:column;width:100%;min-height:100vh;font-family:Inter,-apple-system,sans-serif;display:flex}.policy .eyebrow{letter-spacing:.12em;color:#f43f5e;margin-bottom:10px;font-size:.65rem;font-weight:700}.policy__header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#09090beb;border-bottom:1px solid #18181b;justify-content:space-between;align-items:center;height:60px;padding:0 48px;display:flex;position:sticky;top:0}@media (width<=640px){.policy__header{padding:0 20px}}.policy__logo{cursor:pointer;align-items:center;gap:8px;display:flex}.policy__logo span{color:#f8fafc;letter-spacing:-.01em;font-size:15px;font-weight:700}.policy__logo .logo-dot{background:#f43f5e;border-radius:50%;flex-shrink:0;width:8px;height:8px}.policy__back{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #27272a;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .15s,color .15s;display:inline-flex}.policy__back:hover{color:#cbd5e1;border-color:#3f3f46}.policy__content{flex:1;width:100%;max-width:720px;margin:0 auto;padding:64px 48px 80px}@media (width<=640px){.policy__content{padding:48px 20px 56px}}.policy__content h1{color:#fafafa;letter-spacing:-.025em;margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700}.policy__content section{margin-top:36px}.policy__content section h2{color:#f8fafc;letter-spacing:-.01em;margin-bottom:10px;font-size:1.05rem;font-weight:600}.policy__content section p{color:#71717a;font-size:.9rem;line-height:1.75}.policy__content section p a{color:#f43f5e;text-decoration:none}.policy__content section p a:hover{text-decoration:underline}.policy__updated{color:#3f3f46;margin-bottom:8px;font-size:.78rem}.policy__footer{text-align:center;color:#3f3f46;border-top:1px solid #18181b;width:100%;padding:22px 48px;font-size:.75rem}@media (width<=640px){.policy__footer{padding:22px 20px}}.terms{color:#e2e8f0;-webkit-font-smoothing:antialiased;background:#09090b;flex-direction:column;width:100%;min-height:100vh;font-family:Inter,-apple-system,sans-serif;display:flex}.terms .eyebrow{letter-spacing:.12em;color:#f43f5e;margin-bottom:10px;font-size:.65rem;font-weight:700}.terms__header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#09090beb;border-bottom:1px solid #18181b;justify-content:space-between;align-items:center;height:60px;padding:0 48px;display:flex;position:sticky;top:0}@media (width<=640px){.terms__header{padding:0 20px}}.terms__logo{cursor:pointer;align-items:center;gap:8px;display:flex}.terms__logo span{color:#f8fafc;letter-spacing:-.01em;font-size:15px;font-weight:700}.terms__logo .logo-dot{background:#f43f5e;border-radius:50%;flex-shrink:0;width:8px;height:8px}.terms__back{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #27272a;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .15s,color .15s;display:inline-flex}.terms__back:hover{color:#cbd5e1;border-color:#3f3f46}.terms__content{flex:1;width:100%;max-width:720px;margin:0 auto;padding:64px 48px 80px}@media (width<=640px){.terms__content{padding:48px 20px 56px}}.terms__content h1{color:#fafafa;letter-spacing:-.025em;margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700}.terms__content section{margin-top:36px}.terms__content section h2{color:#f8fafc;letter-spacing:-.01em;margin-bottom:10px;font-size:1.05rem;font-weight:600}.terms__content section p{color:#71717a;font-size:.9rem;line-height:1.75}.terms__content section p a{color:#f43f5e;text-decoration:none}.terms__content section p a:hover{text-decoration:underline}.terms__updated{color:#3f3f46;margin-bottom:8px;font-size:.78rem}.terms__footer{text-align:center;color:#3f3f46;border-top:1px solid #18181b;width:100%;padding:22px 48px;font-size:.75rem}@media (width<=640px){.terms__footer{padding:22px 20px}}.help{color:#e2e8f0;-webkit-font-smoothing:antialiased;background:#09090b;flex-direction:column;width:100%;min-height:100vh;font-family:Inter,-apple-system,sans-serif;display:flex}.help .eyebrow{letter-spacing:.12em;color:#f43f5e;margin-bottom:10px;font-size:.65rem;font-weight:700}.help__header{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#09090beb;border-bottom:1px solid #18181b;justify-content:space-between;align-items:center;height:60px;padding:0 48px;display:flex;position:sticky;top:0}@media (width<=640px){.help__header{padding:0 20px}}.help__logo{cursor:pointer;align-items:center;gap:8px;display:flex}.help__logo span{color:#f8fafc;letter-spacing:-.01em;font-size:15px;font-weight:700}.help__logo .logo-dot{background:#f43f5e;border-radius:50%;flex-shrink:0;width:8px;height:8px}.help__back{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #27272a;border-radius:8px;align-items:center;gap:6px;padding:7px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:border-color .15s,color .15s;display:inline-flex}.help__back:hover{color:#cbd5e1;border-color:#3f3f46}.help__content{flex:1;width:100%;max-width:720px;margin:0 auto;padding:64px 48px 80px}@media (width<=640px){.help__content{padding:48px 20px 56px}}.help__content h1{color:#fafafa;letter-spacing:-.025em;margin-bottom:8px;font-size:clamp(1.8rem,4vw,2.4rem);font-weight:700}.help__sub{color:#52525b;margin-bottom:36px;font-size:.92rem}.help__faqs{flex-direction:column;gap:10px;display:flex}.help__faq{background:#111113;border:1px solid #1c1c1e;border-radius:12px;transition:border-color .15s;overflow:hidden}.help__faq.is-open{border-color:#f43f5e4d}.help__faq-question{color:#e4e4e7;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:16px 18px;font-family:inherit;font-size:.9rem;font-weight:600;display:flex}.help__faq-question .chevron{color:#52525b;flex-shrink:0;transition:transform .2s}.help__faq.is-open .help__faq-question .chevron{color:#f43f5e;transform:rotate(180deg)}.help__faq-answer{color:#71717a;padding:0 18px 16px;font-size:.84rem;line-height:1.7}.help__contact{border-top:1px solid #18181b;margin-top:48px;padding-top:32px}.help__contact h2{color:#f8fafc;margin-bottom:10px;font-size:1.05rem;font-weight:600}.help__contact p{color:#71717a;font-size:.9rem;line-height:1.75}.help__contact p a{color:#f43f5e;text-decoration:none}.help__contact p a:hover{text-decoration:underline}.help__footer{text-align:center;color:#3f3f46;border-top:1px solid #18181b;width:100%;padding:22px 48px;font-size:.75rem}@media (width<=640px){.help__footer{padding:22px 20px}}
