@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700&display=swap";:root{color:#15251f;font-synthesis:none;--ink:#15251f;--muted:#66766f;--green:#176a53;--green-dark:#0f513f;--mint:#d8eee5;--line:#d8e2dd;--paper:#fbfcfb;--coral:#e7775f;background:#edf3f0;font-family:DM Sans,Noto Sans KR,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:radial-gradient(circle at 85% 5%,#d9ebe3 0,#0000 25rem),#edf3f0;min-width:320px;min-height:100vh;margin:0}button,textarea,input{font:inherit}button{color:inherit}.app-shell{min-height:100vh}.topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:10;background:#fbfcfbb8;border-bottom:1px solid #15251f17;justify-content:space-between;align-items:center;height:72px;padding:0 clamp(22px,5vw,80px);display:flex;position:sticky;top:0}.brand{color:var(--ink);letter-spacing:-.03em;align-items:center;gap:10px;font-size:19px;font-weight:700;text-decoration:none;display:flex}.brand small{color:var(--green);text-transform:uppercase;letter-spacing:.12em;margin-left:3px;font-size:10px}.brand-mark{background:var(--green);color:#fff;border-radius:11px 11px 11px 3px;place-items:center;width:34px;height:34px;font-family:Georgia,serif;font-style:italic;display:grid}.system-status{color:var(--muted);align-items:center;gap:8px;font-size:12px;font-weight:600;display:flex}.system-status span{background:#33a477;border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #33a47724}main{width:min(1440px,100%);margin:0 auto;padding:42px clamp(18px,4vw,64px) 72px}.hero{grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);align-items:end;gap:64px;padding:70px 0 48px;display:grid}.eyebrow{color:var(--green);letter-spacing:.19em;margin:0 0 18px;font-size:11px;font-weight:700}h1{letter-spacing:-.055em;margin:0;font-family:Georgia,Noto Sans KR,serif;font-size:clamp(42px,5.2vw,78px);font-weight:500;line-height:1.04}h1 em{color:var(--green);font-weight:inherit}.hero-copy{max-width:680px;color:var(--muted);margin:22px 0 0;font-size:16px;line-height:1.75}.privacy-note{border:1px solid var(--line);background:#fbfcfbad;border-radius:18px;padding:22px;box-shadow:0 12px 40px #244b3c0d}.privacy-note>span{color:#a25342;letter-spacing:.08em;background:#fae8e4;border-radius:6px;padding:5px 8px;font-size:10px;font-weight:700;display:inline-block}.privacy-note strong{margin-top:14px;font-size:15px;display:block}.privacy-note p{color:var(--muted);margin:6px 0 0;font-size:12px;line-height:1.6}.workspace{grid-template-columns:minmax(0,820px);justify-content:center;align-items:start;gap:22px;display:grid}.input-column{gap:22px;display:grid}.card{background:#fbfcfbf0;border:1px solid #ccd9d3f2;border-radius:24px;padding:clamp(20px,3vw,34px);box-shadow:0 18px 55px #21483912}.card-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:26px;display:flex}.card-heading>div{align-items:center;gap:12px;display:flex}.card-heading h2{letter-spacing:-.03em;margin:0;font-family:Georgia,Noto Sans KR,serif;font-size:22px;font-weight:600}.step{color:var(--green);border:1px solid #b9d4c8;border-radius:50%;place-items:center;width:30px;height:30px;font-size:11px;font-weight:700;display:grid}.chip,.source-label{color:var(--green);letter-spacing:.08em;background:#edf4f1;border-radius:7px;padding:6px 9px;font-size:10px;font-weight:700}.recorder{border:1px solid var(--line);background:#f6f9f7;border-radius:18px;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;min-height:112px;padding:18px;transition:all .25s;display:grid}.recorder.is-recording{background:#fff7f5;border-color:#edaa9c}.mic-button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:16px;place-items:center;gap:4px;width:86px;height:76px;padding:0;font-size:11px;font-weight:700;display:grid;box-shadow:0 8px 22px #176a5333}.mic-button:disabled{opacity:.55;cursor:wait}.is-recording .mic-button{background:var(--coral);box-shadow:0 8px 22px #e7775f40}.mic-symbol{font-size:21px;line-height:1}.timer strong{font-variant-numeric:tabular-nums;letter-spacing:-.04em;font-size:29px;display:block}.timer span{color:var(--muted);font-size:11px}.pulse-bars{align-items:center;gap:4px;height:40px;display:flex}.pulse-bars i{background:var(--coral);border-radius:5px;width:3px;height:12px;animation:.8s ease-in-out infinite alternate pulse}.pulse-bars i:nth-child(2n){height:24px;animation-delay:-.4s}.pulse-bars i:nth-child(3n){height:32px;animation-delay:-.2s}@keyframes pulse{to{opacity:.5;transform:scaleY(.42)}}.progress-line{color:var(--green);align-items:center;gap:8px;margin:15px 0 0;font-size:12px;display:flex}.progress-line span{border:2px solid #b7d5c8;border-top-color:var(--green);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-message{color:#a64031;background:#fff0ed;border-radius:10px;padding:10px 12px;font-size:12px}.field-label{color:var(--muted);margin:22px 0 8px;font-size:11px;font-weight:700;display:block}textarea{resize:vertical;border:1px solid var(--line);width:100%;color:var(--ink);background:#fff;border-radius:14px;outline:none;padding:15px 16px;font-size:14px;line-height:1.7;transition:border .2s,box-shadow .2s}textarea:focus{border-color:#70a590;box-shadow:0 0 0 3px #176a5317}textarea::placeholder{color:#a1aca7}.button-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.secondary-button,.text-button,.suggestion-box button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:9px;padding:9px 12px;font-size:11px;font-weight:700}.secondary-button:hover{color:var(--green);border-color:#7ba793}.secondary-button:disabled,.text-button:disabled{opacity:.42;cursor:not-allowed}.text-button{color:var(--muted);background:0 0;border-color:#0000;margin-left:auto}.suggestion-box{background:#f0f8f4;border:1px solid #bdd9cc;border-radius:14px;margin-top:14px;padding:15px}.suggestion-box>span{color:var(--green);text-transform:uppercase;letter-spacing:.08em;font-size:10px;font-weight:700}.suggestion-box p{font-size:13px;line-height:1.65}.suggestion-box div{gap:7px;display:flex}.visually-hidden{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.dropzone{cursor:pointer;background:#f6faf8;border:1px dashed #9dbbac;border-radius:18px;align-content:center;place-items:center;gap:5px;width:100%;min-height:164px;transition:all .2s;display:grid}.dropzone:hover{border-color:var(--green);background:#eef7f3}.dropzone.is-busy{opacity:.65;cursor:wait}.upload-icon{width:38px;height:38px;color:var(--green);background:var(--mint);border-radius:12px;place-items:center;margin-bottom:5px;font-size:22px;display:grid}.dropzone strong{font-size:14px}.dropzone p{color:var(--muted);margin:0;font-size:11px}.file-result{border:1px solid var(--line);border-radius:14px;margin-top:15px;padding:14px}.file-result>div:first-child{align-items:center;gap:10px;display:flex}.file-result strong,.file-result small{display:block}.file-result small{color:var(--muted);margin-top:3px}.file-icon{background:var(--mint);width:32px;height:32px;color:var(--green);border-radius:10px;place-items:center;font-weight:700;display:grid}.pdf-meta{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.pdf-meta span{background:#f0f4f2;border-radius:7px;padding:5px 8px;font-size:10px}.pdf-meta .ocr-warning{color:#a25342;background:#fae8e4}details{margin-top:12px}summary{cursor:pointer;color:var(--green);font-size:11px;font-weight:700}pre{white-space:pre-wrap;background:#f5f7f6;border-radius:9px;max-height:240px;padding:12px;font:11px/1.55 ui-monospace,monospace;overflow:auto}.document-output{margin-top:20px}.document-output h3{margin:0 0 9px;font-size:12px}.parsed-text{border:1px solid var(--line);background:#f8faf9;min-height:110px;max-height:320px;margin:0;font-family:DM Sans,Noto Sans KR,sans-serif;font-size:13px;line-height:1.7}.file-preview{border:1px solid var(--line);background:#f5f7f6;border-radius:12px;width:100%;display:block}.pdf-preview{height:min(68vh,620px)}.image-preview{object-fit:contain;max-height:620px}.interview-question{background:#f0f8f4;border:1px solid #b9d4c8;border-radius:16px;padding:17px 18px}.interview-question span,.record-label{color:var(--green);letter-spacing:.08em;font-size:10px;font-weight:700;display:block}.interview-question p{margin:8px 0 0;font-size:16px;font-weight:600;line-height:1.55}.question-spinner{align-items:center;min-height:33px;padding-top:8px;display:flex}.question-spinner i{border:3px solid #b7d5c8;border-top-color:var(--green);border-radius:50%;width:22px;height:22px;animation:.8s linear infinite spin}.record-section{margin-top:20px}.record-label{margin-bottom:9px}.record-stack{gap:8px;max-height:330px;display:grid;overflow-y:auto}.record-item{border:1px solid var(--line);background:#f8faf9;border-radius:12px;grid-template-columns:34px 1fr;align-items:start;gap:10px;padding:13px 14px;display:grid}.record-item strong{color:var(--green);font-size:11px;line-height:1.65}.record-item p{white-space:pre-wrap;margin:0;font-size:13px;line-height:1.65}.stt-stack{max-height:420px}.stt-record textarea{min-height:76px;box-shadow:none;resize:vertical;background:0 0;border:0;border-radius:0;padding:0}.stt-record textarea:focus{box-shadow:none;border:0}.empty-record{border:1px dashed var(--line);color:var(--muted);text-align:center;border-radius:12px;margin:0;padding:18px;font-size:12px}.interview-controls{align-items:center;gap:14px;margin-top:18px;display:flex}.interview-controls>strong{font-variant-numeric:tabular-nums;font-size:18px}.interview-record-button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:11px;padding:12px 17px;font-size:12px;font-weight:700}.interview-controls.is-recording .interview-record-button{background:var(--coral)}.interview-record-button:disabled{opacity:.5;cursor:not-allowed}.soap-button{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:13px;width:100%;padding:14px 18px;font-size:13px;font-weight:700;box-shadow:0 8px 22px #176a5329}.soap-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.soap-grid{gap:14px;margin-top:20px;display:grid}.soap-section{display:block}.soap-section>span{color:var(--muted);align-items:center;gap:9px;margin-bottom:8px;font-size:11px;font-weight:700;display:flex}.soap-section>span strong{background:var(--mint);width:27px;height:27px;color:var(--green);border-radius:9px;place-items:center;font-size:12px;display:grid}.soap-section textarea{resize:vertical;min-height:118px}.analysis-card{max-height:calc(100vh - 94px);padding-bottom:20px;position:sticky;top:88px;overflow:auto}.sticky-heading{z-index:2;border-bottom:1px solid var(--line);background:#fbfcfbf7;margin-top:-34px;padding:34px 0 17px;position:sticky;top:-34px}.empty-analysis{text-align:center;min-height:490px;color:var(--muted);align-content:center;place-items:center;padding:40px;display:grid}.empty-analysis strong{color:var(--ink);margin:13px 0 3px}.empty-analysis p{max-width:290px;font-size:12px;line-height:1.65}.empty-icon{background:var(--mint);width:58px;height:58px;color:var(--green);border-radius:19px;place-items:center;font-size:25px;display:grid}.analysis-summary{background:linear-gradient(145deg,#e3f2eb,#f0f7f4);border-radius:16px;margin-bottom:22px;padding:20px}.document-type{color:#fff;background:var(--green);border-radius:6px;padding:5px 8px;font-size:9px;font-weight:700;display:inline-block}.analysis-summary h3{margin:12px 0 7px;font-family:Georgia,Noto Sans KR,serif;font-size:18px;line-height:1.5}.analysis-summary p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}.analysis-section{border-bottom:1px solid var(--line);padding:17px 0}.analysis-title{justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.analysis-title h4{letter-spacing:.02em;margin:0;font-size:12px}.analysis-title span{width:21px;height:21px;color:var(--green);background:#edf3f0;border-radius:7px;place-items:center;font-size:10px;font-weight:700;display:grid}.detail-list{gap:8px;display:grid}.detail-item{background:#f7f9f8;border-radius:12px;padding:12px;font-size:12px}.detail-item strong{margin:2px 0 6px;display:inline-block}.detail-item p{color:var(--muted);margin:3px 0}.detail-item.warning{border-left:3px solid var(--coral);background:#fff4f1}.tag{color:var(--green);background:#e2f0e9;border-radius:5px;margin-right:8px;padding:3px 6px;font-size:9px;font-weight:700;display:inline-block}.tag.muted{color:var(--muted);background:#e9eeeb;margin-left:7px}.evidence{line-height:1.45;color:#7b8882!important;font-size:9px!important}.fact-grid{color:var(--muted);flex-wrap:wrap;gap:4px 10px;margin:2px 0 5px;font-size:10px;display:flex}.measurement{background:#f7f9f8;border-radius:11px;grid-template-columns:1fr auto;gap:2px 12px;padding:11px 12px;font-size:11px;display:grid}.measurement strong{color:var(--green)}.measurement small{color:var(--muted)}.measurement .evidence{grid-column:1/-1}.uncertainties{color:#745d2d;background:#fff8e8;border-radius:11px;margin-top:17px;padding:12px;font-size:10px}.uncertainties ul{margin:6px 0 0;padding-left:16px}footer{color:var(--muted);text-align:center;border-top:1px solid #15251f14;padding:22px;font-size:10px}@media (max-width:980px){.hero{grid-template-columns:1fr;gap:28px}.workspace{grid-template-columns:1fr}.analysis-card{max-height:none;position:static}.sticky-heading{margin-top:0;padding-top:0;position:static}}@media (max-width:620px){.topbar{height:62px}.system-status{font-size:0}main{padding-inline:12px}.hero{padding:44px 8px 32px}h1{font-size:43px}.card{border-radius:19px;padding:18px}.card-heading{align-items:flex-start}.recorder{grid-template-columns:auto 1fr}.pulse-bars{display:none}.mic-button{width:76px}.text-button{margin-left:0}}
