@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{color:#000;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}html,body,#root{min-height:100%;margin:0}body{color:#000;background:#fff;min-width:320px}*{box-sizing:border-box}html{margin:0;padding:0}body{color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}#root{min-height:100vh}.app{background:#fff;min-height:100vh}.navbar{justify-content:space-between;align-items:center;width:100%;padding:28px 48px;display:flex}.navbar-logo{letter-spacing:-.02em;font-size:18px;font-weight:600}.navbar-right{color:#6e6e73;font-size:13px}@media (width<=600px){.navbar{padding:24px}.navbar-right{display:none}}.home{flex-direction:column;min-height:calc(100vh - 76px);display:flex}.hero{width:100%;max-width:1100px;margin:auto;padding:100px 48px 120px}.hero-eyebrow{color:#6e6e73;letter-spacing:.14em;margin:0 0 28px;font-size:11px;font-weight:600}.hero h1{letter-spacing:-.065em;max-width:850px;margin:0;font-size:clamp(56px,8vw,100px);font-weight:600;line-height:.96}.hero-description{color:#6e6e73;max-width:520px;margin:38px 0 0;font-size:17px;line-height:1.65}.hero-button{color:#fff;background:#000;border:1px solid #000;border-radius:999px;align-items:center;gap:18px;margin-top:42px;padding:15px 21px;font-size:14px;font-weight:500;transition:background .18s,color .18s,transform .18s;display:inline-flex}.hero-button span{font-size:17px}.hero-button:hover{color:#000;background:#fff}.hero-button:active{transform:scale(.98)}.home-footer{border-top:1px solid #d2d2d7;grid-template-columns:repeat(3,1fr);width:100%;max-width:1100px;margin:0 auto;padding:0 48px 48px;display:grid}.home-footer>div{color:#6e6e73;gap:14px;padding-top:20px;font-size:12px;display:flex}.footer-number{color:#000;font-variant-numeric:tabular-nums}@media (width<=700px){.hero{padding:70px 24px 90px}.hero h1{font-size:52px}.hero-description{font-size:16px}.home-footer{grid-template-columns:1fr;gap:18px;padding:0 24px 35px}.home-footer>div{padding-top:18px}}.setup{min-height:calc(100vh - 76px);padding:0 48px 100px}.setup-container{width:100%;max-width:900px;margin:0 auto}.setup-back{color:#6e6e73;background:0 0;border:0;margin-top:28px;padding:0;font-size:13px;transition:color .18s}.setup-back:hover{color:#000}.setup-header{margin-top:80px}.setup-eyebrow{color:#6e6e73;letter-spacing:.14em;margin:0 0 24px;font-size:11px;font-weight:600}.setup-header h1{letter-spacing:-.06em;margin:0;font-size:clamp(48px,7vw,72px);font-weight:600;line-height:1}.setup-header p:last-child{color:#6e6e73;max-width:480px;margin:28px 0 0;font-size:16px;line-height:1.6}.setup-form{max-width:650px;margin-top:80px}.form-field{margin-bottom:42px}.form-field label{margin-bottom:12px;font-size:13px;font-weight:500;display:block}.form-field input,.form-field select{color:#000;background:0 0;border:0;border-bottom:1px solid #d2d2d7;outline:none;width:100%;padding:16px 0;font-size:17px;transition:border-color .18s}.form-field input:focus,.form-field select:focus{border-bottom-color:#000}.form-field input::placeholder{color:#a1a1a6}.form-field select{appearance:none;cursor:pointer}.field-hint{color:#a1a1a6;margin-top:10px;font-size:12px;display:block}.setup-submit{margin-top:60px}.setup-submit button{color:#fff;background:#000;border:1px solid #000;border-radius:999px;align-items:center;gap:18px;padding:15px 22px;font-size:14px;font-weight:500;transition:background .18s,color .18s,transform .18s;display:inline-flex}.setup-submit button span{font-size:17px}.setup-submit button:hover{color:#000;background:#fff}.setup-submit button:active{transform:scale(.98)}.setup-submit button:disabled{cursor:wait;opacity:.5}@media (width<=700px){.setup{padding:0 24px 80px}.setup-header,.setup-form{margin-top:60px}}.interview{min-height:calc(100vh - 76px);padding:0 48px}.interview-container{flex-direction:column;width:100%;max-width:1100px;min-height:calc(100vh - 76px);margin:0 auto;display:flex}.interview-top{color:#6e6e73;justify-content:space-between;align-items:center;padding-top:28px;font-size:13px;display:flex}.interview-logo{color:#000;letter-spacing:-.02em;font-weight:600}.interview-progress{font-variant-numeric:tabular-nums}.question-section{width:100%;max-width:850px;margin:auto;padding:80px 0}.question-meta{text-transform:uppercase;letter-spacing:.1em;color:#6e6e73;align-items:center;gap:18px;margin-bottom:28px;font-size:12px;font-weight:600;display:flex}.question-meta span+span{position:relative}.question-meta span+span:before{content:"";background:#a1a1a6;border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:-10px;transform:translateY(-50%)}.question-section h1{letter-spacing:-.045em;max-width:850px;margin:0;font-size:clamp(32px,4vw,52px);font-weight:500;line-height:1.1}.question-section form{margin-top:60px}.question-section textarea{resize:vertical;color:#000;background:#fff;border:1px solid #d2d2d7;border-radius:12px;outline:none;width:100%;min-height:220px;padding:24px;font-size:16px;line-height:1.6;transition:border-color .18s,box-shadow .18s;display:block}.question-section textarea::placeholder{color:#a1a1a6}.question-section textarea:focus{border-color:#000;box-shadow:0 0 0 1px #000}.answer-footer{justify-content:space-between;align-items:center;margin-top:16px;display:flex}.keyboard-hint{color:#a1a1a6;font-size:12px}.answer-footer button{color:#fff;background:#000;border:1px solid #000;border-radius:999px;align-items:center;gap:16px;padding:14px 20px;font-size:14px;font-weight:500;transition:background .18s,color .18s,transform .18s,opacity .18s;display:inline-flex}.answer-footer button span{font-size:17px}.answer-footer button:hover:not(:disabled){color:#000;background:#fff}.answer-footer button:active:not(:disabled){transform:scale(.98)}.answer-footer button:disabled{cursor:not-allowed;opacity:.35}.interview-error{color:#6e6e73;margin-top:16px;font-size:13px}@media (width<=700px){.interview{padding:0 24px}.question-section{padding:60px 0}.question-section h1{font-size:34px}.question-section form{margin-top:42px}.question-section textarea{min-height:260px}.answer-footer{align-items:flex-end;gap:20px}.keyboard-hint{display:none}}.evaluation-overlay{z-index:100;text-align:center;background:#fff;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.evaluation-message{padding:40px}.evaluation-message p{color:#6e6e73;letter-spacing:.14em;margin:0 0 24px;font-size:11px;font-weight:600}.evaluation-message h1{letter-spacing:-.055em;margin:0;font-size:clamp(40px,6vw,64px);font-weight:500;line-height:1}.evaluation-message span{color:#6e6e73;margin-top:24px;font-size:14px;display:block}.results{min-height:calc(100vh - 76px);padding:80px 48px 120px}.results-container{width:100%;max-width:1000px;margin:0 auto}.results-header{padding-top:30px}.results-eyebrow{color:#6e6e73;letter-spacing:.12em;margin:0 0 20px;font-size:12px;font-weight:600}.results-header h1{letter-spacing:-.055em;margin:0;font-size:clamp(48px,7vw,72px);font-weight:600;line-height:1}.results-subtitle{color:#6e6e73;margin:24px 0 0;font-size:17px}.score-section{text-align:center;margin-top:110px}.score-label{color:#6e6e73;letter-spacing:.14em;margin:0;font-size:11px;font-weight:600}.score{justify-content:center;align-items:baseline;margin-top:18px;display:flex}.score-number{letter-spacing:-.08em;font-size:clamp(100px,16vw,170px);font-weight:500;line-height:.9}.score-total{color:#6e6e73;margin-left:10px;font-size:28px;font-weight:400}.overall-evaluation{color:#6e6e73;max-width:650px;margin:40px auto 0;font-size:16px;line-height:1.7}.insights{border-top:1px solid #d2d2d7;grid-template-columns:1fr 1fr;margin-top:110px;display:grid}.insight-section{padding:38px 40px 45px}.insight-section:first-child{border-right:1px solid #d2d2d7}.insight-label{color:#6e6e73;letter-spacing:.14em;margin:0;font-size:11px;font-weight:600}.insight-section ul{margin:30px 0 0;padding:0;list-style:none}.insight-section li{margin-bottom:18px;padding-left:20px;font-size:15px;line-height:1.5;position:relative}.insight-section li:before{content:"";background:#000;border-radius:50%;width:5px;height:5px;position:absolute;top:9px;left:0}.empty-insight{color:#6e6e73;margin-top:30px;font-size:14px}.question-review{margin-top:110px}.review-header{border-bottom:1px solid #000;justify-content:space-between;align-items:center;padding-bottom:22px;display:flex}.review-label{letter-spacing:.14em;margin:0;font-size:11px;font-weight:600}.review-header>span{color:#6e6e73;font-size:13px}.question-list,.question-result{border-bottom:1px solid #d2d2d7}.question-result:last-child{border-bottom:0}.question-result-header{color:#000;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:25px 0;transition:opacity .18s;display:flex}.question-result-header:hover{opacity:.55}.question-result-left,.question-result-right{align-items:center;gap:24px;display:flex}.question-number{color:#6e6e73;font-variant-numeric:tabular-nums;font-size:12px}.question-result-left>span:last-child{font-size:15px}.question-score{font-variant-numeric:tabular-nums;font-size:14px}.question-chevron{color:#6e6e73;font-size:15px;transition:transform .18s;display:inline-block}.question-chevron.rotated{transform:rotate(180deg)}.question-feedback{padding:0 60px 28px 48px}.question-feedback p{color:#6e6e73;max-width:700px;margin:0;font-size:14px;line-height:1.7}.results-footer{justify-content:center;margin-top:80px;display:flex}.results-home-button{color:#fff;background:#000;border:1px solid #000;border-radius:999px;align-items:center;gap:18px;padding:15px 22px;font-size:14px;font-weight:500;transition:background .18s,color .18s,transform .18s;display:inline-flex}.results-home-button span{font-size:17px}.results-home-button:hover{color:#000;background:#fff}.results-home-button:active{transform:scale(.98)}@media (width<=700px){.results{padding:50px 24px 80px}.results-header{padding-top:20px}.score-section{margin-top:80px}.score-total{font-size:22px}.insights{grid-template-columns:1fr;margin-top:80px}.insight-section{padding:30px 0}.insight-section:first-child{border-bottom:1px solid #d2d2d7;border-right:0}.question-review{margin-top:80px}.question-result-left{gap:16px}.question-feedback{padding:0 20px 28px 35px}}
