@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&family=Manrope:wght@400;500;600;700&display=swap";:root{--bg:#f4faff;--bg-deep:#d8eef9;--surface:#ffffffd1;--surface-strong:#fff;--surface-soft:#e7f6ffd6;--surface-muted:#d0e6f2b8;--ink:#081e27;--text-muted:#4d616c;--text-soft:#627680;--line:#3c4a451f;--line-strong:#3c4a452e;--primary:#006b58;--primary-strong:#005546;--primary-soft:#3fd1b12e;--accent:#3fd1b1;--secondary:#4d616c;--secondary-soft:#4d616c1a;--success:#1e7a58;--warning:#8e4e14;--danger:#ba1a1a;--shadow-lg:0 28px 80px #113a491f;--shadow-md:0 16px 42px #113a491a;--radius-xl:30px;--radius-lg:24px;--radius-md:18px;--radius-sm:14px;--page:1240px;--headline:"Plus Jakarta Sans", "Segoe UI", sans-serif;--body:"Manrope", "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;font-family:var(--body);color:var(--ink);background:radial-gradient(circle at 0 0,#6ff9d729,#0000 28%),radial-gradient(circle at 100% 0,#fca96724,#0000 22%),linear-gradient(#f7fcff 0%,#eef8ff 34%,#eff7fb 100%);margin:0;position:relative}body:before{content:"";pointer-events:none;background-image:linear-gradient(#081e2708 1px,#0000 1px),linear-gradient(90deg,#081e2708 1px,#0000 1px);background-size:28px 28px;position:fixed;inset:0;-webkit-mask-image:radial-gradient(circle,#000 0%,#0000 76%);mask-image:radial-gradient(circle,#000 0%,#0000 76%)}body:after{content:"";pointer-events:none;filter:blur(16px);background:radial-gradient(circle,#3fd1b138,#0000 65%);border-radius:50%;width:520px;height:520px;position:fixed;inset:auto 0 -180px auto}body.loading{overflow:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}[hidden]{display:none!important}.topbar{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffd1;border-bottom:1px solid #3c4a451a;position:fixed;inset:0 0 auto;box-shadow:0 10px 40px #081e270f}.topbar-inner{width:min(calc(100% - 32px), var(--page));justify-content:space-between;align-items:center;gap:18px;min-height:76px;margin:0 auto;display:flex}.brand{align-items:center;gap:14px;min-width:fit-content;display:inline-flex}.brand-mark{background:linear-gradient(145deg,#3fd1b1f2,#006b58);border-radius:14px;width:42px;height:42px;position:relative;box-shadow:inset 0 1px #ffffff80,0 10px 24px #006b583d}.brand-mark:after{content:"";border:2px solid #ffffff9e;border-radius:10px;position:absolute;inset:9px}.brand-text{font-family:var(--headline);letter-spacing:-.04em;color:var(--primary);font-size:28px;font-weight:800}.topnav{background:#e7f6ffa8;border:1px solid #3c4a4514;border-radius:999px;align-items:center;gap:10px;padding:6px;display:flex}.topnav-link{color:var(--text-muted);border-radius:999px;padding:10px 16px;font-size:14px;font-weight:700;transition:all .18s}.topnav-link:hover{color:var(--ink);background:#ffffffc2}.topnav-link.active{color:var(--primary);background:#fff;box-shadow:0 8px 22px #113a4914}.topbar-meta{align-items:center;gap:12px;min-width:fit-content;display:flex}.language-control{min-height:40px;color:var(--text-muted);background:#ffffffd6;border:1px solid #3c4a4514;border-radius:999px;align-items:center;gap:10px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.language-control select{color:var(--ink);background:0 0;border:0;padding-right:18px;font-weight:700}.language-control select:focus{outline:none}.topbar-badge,.topbar-user{background:#ffffffd6;border:1px solid #3c4a4514;border-radius:999px;align-items:center;gap:8px;min-height:40px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.topbar-badge{color:var(--primary)}.topbar-user{color:var(--ink)}.runtime-banners{z-index:45;display:grid;position:fixed;inset:76px 0 auto}.runtime-banner{text-align:center;padding:12px 18px;font-size:14px;font-weight:700;line-height:1.45}.demo-banner{color:#6f4a00;background:#fff4c4f5;border-bottom:1px solid #8e4e1429;box-shadow:0 10px 26px #8e4e1414}.service-disabled-banner{color:#7a3300;background:#ffe5b3f7;border-bottom:1px solid #7a330024;box-shadow:0 10px 26px #7a330012}.page{width:min(calc(100% - 32px), var(--page));margin:0 auto;padding:110px 0 72px}.page-footer{padding-top:10px}.page-footer-inner{color:var(--text-muted);border-top:1px solid #3c4a451a;justify-content:flex-end;align-items:center;gap:16px;padding:16px 4px 0;font-size:14px;font-weight:700;display:flex}.page-footer-inner a{color:var(--primary)}.page-footer-inner a:hover{color:var(--primary-strong)}body.has-runtime-banner .page{padding-top:172px}body.has-runtime-banner-double .page{padding-top:214px}.page-wide{width:min(100% - 32px,1280px)}.stack{gap:18px;display:grid}.stack-tight{gap:10px;display:grid}.grid{gap:22px;display:grid}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.split{grid-template-columns:1.05fr .95fr;gap:24px;display:grid}.hero,.panel,.card,.shell-panel{border-radius:var(--radius-xl);background:var(--surface);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow-lg);border:1px solid #3c4a451a;animation:.42s both rise;position:relative;overflow:hidden}.legal-doc{gap:28px;display:grid}.legal-section{gap:14px;display:grid}.legal-section h2{font-family:var(--headline);letter-spacing:-.02em;margin:0;font-size:clamp(1.15rem,1.8vw,1.45rem)}.legal-section p,.legal-section li{color:var(--text-muted);margin:0;line-height:1.75}.legal-section strong{color:var(--ink)}.legal-subhead{font-family:var(--headline);margin:10px 0 0;font-size:1rem;font-weight:700}.legal-list{gap:10px;margin:0;padding-left:22px;display:grid}.legal-contact{color:var(--primary);font-weight:700}.hero:before,.panel:before,.card:before{content:"";pointer-events:none;background:radial-gradient(circle,#3fd1b11f,#0000 68%);border-radius:50%;width:260px;height:260px;position:absolute;inset:auto -120px -120px auto}.hero{gap:24px;padding:40px;display:grid}.hero-split{grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);align-items:stretch}.hero-compact{padding:34px}.hero-copy,.hero-side{align-content:start;gap:18px;display:grid}.eyebrow,.section-label{width:fit-content;min-height:34px;color:var(--primary);letter-spacing:.12em;text-transform:uppercase;background:#006b581a;border-radius:999px;align-items:center;gap:10px;padding:0 14px;font-size:12px;font-weight:800;display:inline-flex}.section-label{min-height:28px;color:var(--secondary);background:#4d616c14;padding:0 12px}h1,h2,h3{font-family:var(--headline);color:var(--ink);letter-spacing:-.04em;margin:0}h1{max-width:13ch;font-size:clamp(42px,5vw,68px);line-height:.98}h2{font-size:clamp(28px,3vw,42px);line-height:1.06}h3{font-size:22px;line-height:1.18}p,li{color:var(--text-muted);margin:0;line-height:1.7}.muted-copy{color:var(--text-soft);font-size:14px;line-height:1.6}.kpis{gap:14px;display:grid}.kpi,.score-card,.question-proposal{z-index:1;border-radius:var(--radius-lg);background:#ffffffbd;border:1px solid #3c4a4517;padding:20px;position:relative;box-shadow:0 10px 26px #113a490d}.kpi strong,.score-card strong{font-family:var(--headline);color:var(--ink);margin-bottom:8px;font-size:28px;line-height:1;display:block}.card,.panel{padding:24px}.card h3,.panel h3{margin-bottom:10px}.section-header{justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px;display:flex}.actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.button,button{cursor:pointer;letter-spacing:-.01em;color:#fff;background:linear-gradient(135deg, var(--primary-strong) 0%, var(--primary) 45%, var(--accent) 100%);border:0;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:800;transition:transform .18s,box-shadow .18s,opacity .18s;display:inline-flex;box-shadow:0 16px 30px #006b5833}.button:hover,button:hover{transform:translateY(-1px);box-shadow:0 18px 34px #006b583d}.button.secondary,button.secondary{color:var(--ink);box-shadow:none;background:#ffffffe0;border:1px solid #3c4a451f}button:disabled{opacity:.56;cursor:wait;box-shadow:none;transform:none}label{color:var(--ink);gap:10px;font-size:14px;font-weight:700;display:grid}input,textarea,select{border-radius:var(--radius-md);width:100%;color:var(--ink);background:#fffc;border:1px solid #3c4a451f;padding:14px 16px;transition:border-color .18s,box-shadow .18s,background .18s;box-shadow:inset 0 1px #ffffffb3}input:focus,textarea:focus,select:focus{background:var(--surface-strong);border-color:#006b584d;outline:none;box-shadow:0 0 0 4px #3fd1b124}textarea{resize:vertical;min-height:140px}textarea::placeholder,input::placeholder{color:#627680c7}.meta{color:var(--text-muted);flex-wrap:wrap;gap:10px;font-size:14px;display:flex}.tag,.status,.runtime-chip,.chip{min-height:36px;color:var(--ink);background:#ffffffd1;border:1px solid #3c4a451a;border-radius:999px;align-items:center;gap:8px;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.tag{color:var(--primary);background:#3fd1b11f}.status.invite{color:var(--success)}.status.consider{color:var(--warning)}.status.reject{color:var(--danger)}.progress{background:#006b581a;border-radius:999px;height:12px;overflow:hidden}.progress-lg{height:14px}.progress>span{border-radius:inherit;background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);height:100%;display:block;box-shadow:inset 0 -1px #ffffff42}.empty,.notice{border-radius:var(--radius-lg);color:var(--text-muted);background:#ffffffa3;border:1px dashed #3c4a452e;padding:18px 20px}.notice strong{color:var(--ink)}.interview-layout{grid-template-columns:320px minmax(0,1fr);align-items:start;gap:24px;display:grid}.interview-sidebar,.interview-main{gap:20px;display:grid}.interview-sidebar{position:sticky;top:96px}.stage-list{gap:16px;display:grid}.stage-item{grid-template-columns:42px minmax(0,1fr);align-items:start;gap:14px;display:grid}.stage-badge{width:42px;height:42px;color:var(--secondary);background:#d0e6f2cc;border:1px solid #3c4a451f;border-radius:50%;place-items:center;font-size:13px;font-weight:800;display:grid}.stage-copy{gap:4px;padding-top:4px;display:grid}.stage-copy strong{color:var(--ink);font-size:14px}.stage-copy span{color:var(--text-soft);font-size:13px;line-height:1.5}.stage-item.complete .stage-badge{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);color:#fff;border-color:#0000}.stage-item.active .stage-badge{color:var(--primary);background:#fffffff5;border-color:#006b5842;box-shadow:0 0 0 6px #3fd1b124}.stage-item.active .stage-copy strong{color:var(--primary)}.tip-panel{background:linear-gradient(#3fd1b11f 0%,#ffffffdb 100%)}.progress-shell,.interview-header,.interview-canvas{padding:26px 28px}.interview-start-panel{padding:30px 32px}.interview-start-copy{max-width:62ch;margin-bottom:4px}.interview-start-form{max-width:760px}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.file-upload-field{gap:12px}.file-upload-field input[type=file]{background:#e7f6ffc7;border-style:dashed;padding:14px 16px}.file-upload-copy{width:fit-content;min-height:34px;color:var(--primary);background:#3fd1b11f;border-radius:999px;align-items:center;padding:0 14px;font-size:13px;font-weight:700;display:inline-flex}.consent-list{gap:12px;margin-top:4px;display:grid}.consent-field{border-radius:var(--radius-md);background:#ffffffb8;border:1px solid #3c4a451a;grid-template-columns:auto 1fr;align-items:flex-start;gap:12px;padding:14px 16px;display:grid}.consent-field input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);margin-top:3px}.consent-copy{color:var(--text-muted);font-size:14px;line-height:1.6}.consent-copy a{color:var(--primary);font-weight:700}.consent-copy a:hover{color:var(--primary-strong)}.progress-shell-top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;display:flex}.interview-header{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.interview-title{max-width:none;font-size:clamp(28px,4vw,42px);line-height:1.05}.status-row{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.runtime-bar{flex-wrap:wrap;gap:10px;margin-bottom:18px;display:flex}.runtime-bar-tight{margin-top:14px;margin-bottom:0}.runtime-chip{color:var(--secondary);background:#e7f6ffb8}.runtime-chip strong{color:var(--ink)}.prompt-block{background:radial-gradient(circle at 100% 0,#3fd1b12e,#0000 32%),linear-gradient(#fffffffa 0%,#f4faffe6 100%);border:1px solid #3c4a451a;border-radius:26px;gap:14px;padding:28px;display:grid}.prompt-copy{font-family:var(--headline);letter-spacing:-.03em;color:var(--ink);margin:0;font-size:clamp(22px,2.2vw,30px);line-height:1.35}.action-glass{border:1px solid #3c4a451a;border-radius:22px;justify-content:space-between;align-items:center;gap:16px;margin-top:4px;padding:16px 18px;display:flex}.glass-panel{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#d0e6f28a}.action-note{max-width:42ch;color:var(--text-soft);font-size:13px;font-weight:600;line-height:1.5}.messages{gap:12px;display:grid}.timeline-messages{gap:14px}.message{background:#ffffffd6;border:1px solid #3c4a451a;border-radius:24px;padding:18px 18px 16px;box-shadow:0 10px 28px #113a490d}.message.assistant{border-left:4px solid var(--primary);background:linear-gradient(#fffffff5 0%,#f4faffe6 100%)}.message.candidate{border-left:4px solid var(--accent);background:linear-gradient(#6ff9d724 0%,#ffffffeb 100%)}.message.system{background:#e7f6ffdb}.message header{letter-spacing:.1em;text-transform:uppercase;color:var(--text-soft);justify-content:space-between;gap:16px;margin-bottom:12px;font-size:12px;font-weight:800;display:flex}.message-body{color:var(--ink);white-space:pre-wrap;line-height:1.75}.message-note{color:var(--text-soft);border-top:1px solid #3c4a4514;margin-top:12px;padding-top:12px;font-size:13px}.thinking-box{min-height:42px;color:var(--primary);letter-spacing:.01em;background:#e7f6ffe0;border:1px solid #006b5824;border-radius:999px;align-self:flex-start;align-items:center;gap:12px;margin-bottom:18px;padding:0 16px;font-weight:800;display:inline-flex}.thinking-spinner{border:2px solid #006b582e;border-top-color:var(--primary);border-radius:50%;width:14px;height:14px;animation:.78s linear infinite spin}.screen-loader{z-index:80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f4faffb8;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.screen-loader-card{text-align:center;background:#ffffffe6;border:1px solid #3c4a451f;border-radius:28px;justify-items:center;gap:12px;min-width:min(100%,380px);padding:28px 30px;display:grid;box-shadow:0 24px 64px #113a4929}.screen-loader-card strong{font-family:var(--headline);letter-spacing:-.03em;color:var(--ink);font-size:28px}.screen-loader-card p{max-width:30ch;color:var(--text-muted)}.score-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;display:grid}.chip-list{flex-wrap:wrap;gap:10px;display:flex}.chip{color:var(--secondary);background:#e7f6ffb8}.job-summary-block{gap:14px;display:grid}.job-summary-copy strong{color:var(--ink);margin-bottom:6px;display:block}.question-proposal textarea{min-height:110px}.sr-only{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@keyframes rise{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (width<=1080px){.topnav{display:none}.hero-split,.split,.interview-layout,.grid-2,.grid-3{grid-template-columns:1fr}.interview-sidebar{position:static}h1{max-width:none}}@media (width<=720px){.form-grid{grid-template-columns:1fr}}@media (width<=760px){.page,.page-wide{width:min(calc(100% - 20px), var(--page));padding-top:96px;padding-bottom:48px}.topbar-inner{width:min(calc(100% - 20px), var(--page));min-height:68px}.runtime-banners{top:68px}.runtime-banner{padding:10px 14px;font-size:13px}body.has-runtime-banner .page,body.has-runtime-banner .page-wide{padding-top:154px}body.has-runtime-banner-double .page,body.has-runtime-banner-double .page-wide{padding-top:196px}.topbar-meta{gap:8px;margin-left:auto;display:flex}.topbar-badge{display:none}.language-control{min-height:38px;padding:0 10px}.language-control span{display:none}.language-control select{padding-right:12px}.hero,.card,.panel,.progress-shell,.interview-header,.interview-canvas{padding:22px}.section-header,.interview-header,.progress-shell-top,.action-glass{flex-direction:column;align-items:start}.status-row{justify-content:flex-start}.prompt-block{padding:22px}.prompt-copy{font-size:22px}.brand-text{font-size:24px}}
