@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;600;700;800&display=swap');
:root{--brand:#6c5ce7;--ink:#242133;--muted:#797588;--line:#e8e5ee;--paper:#fff;--bg:#f7f6fa;font-family:'DM Sans','Noto Sans KR',sans-serif;color:var(--ink);background:var(--bg);font-synthesis:none}
*{box-sizing:border-box}body{margin:0;font-size:14px;line-height:1.65}h1,h2,h3,p{margin:0}h1{font-size:36px;line-height:1.35;letter-spacing:-1.5px;font-weight:800}h2{font-size:22px;letter-spacing:-.6px;line-height:1.45}h3{font-size:17px}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{opacity:.5;cursor:wait}[hidden]{display:none!important}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #b6aafb;outline-offset:3px}
.topbar{height:80px;background:#fff;border-bottom:1px solid var(--line);padding:0 5%;display:flex;align-items:center;justify-content:space-between}.brand{font-size:24px;letter-spacing:-1px;font-weight:700;display:flex;align-items:center;gap:10px}.brand-mark{background:var(--brand);color:#fff;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:11px;font-size:23px}.topbar nav{display:flex;align-items:center;gap:22px}.workspace-name{font-size:13px;color:var(--muted)}.topbar form,.toolbar-actions form{margin:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;padding:12px 22px;border:1px solid transparent;border-radius:10px;font-weight:600;line-height:1.5;white-space:nowrap;transition:background .15s,transform .15s}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--brand);color:#fff;box-shadow:0 4px 10px #6c5ce718}.button-primary:hover{filter:brightness(.95)}.button-secondary{background:#fff;border-color:var(--line);color:var(--ink)}.button-ghost{background:transparent;color:var(--muted)}.button-small{padding:8px 13px;font-size:12px}.button-large{padding:16px 26px;font-size:15px}.button-block{width:100%}.text-link{color:var(--brand);font-weight:600;font-size:13px}.back-link{display:inline-block;color:var(--muted);font-size:13px;margin-bottom:24px}.eyebrow,.card-kicker{font-size:11px;letter-spacing:2px;font-weight:700;color:var(--brand);margin-bottom:12px}.muted{color:var(--muted)}.optional{font-weight:400;color:var(--muted);font-size:11px}.flash{margin:16px auto;padding:13px 20px;max-width:1120px;border-radius:10px;font-size:13px}.flash-notice{background:#eeebff;color:#54489b}.flash-alert{background:#fff0f0;color:#af4141}.app-shell{max-width:1250px;margin:auto;padding:48px 40px 80px}.narrow{max-width:1000px}.page-heading{margin-bottom:34px}.page-heading p{color:var(--muted);margin-top:12px}.heading-row{display:flex;align-items:center;justify-content:space-between;gap:20px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.metric-grid.four{grid-template-columns:repeat(4,1fr)}.metric-card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;display:flex;flex-direction:column}.metric-card>span{font-size:13px;color:var(--muted)}.metric-card>strong{font-size:42px;line-height:1.6;letter-spacing:-2px;font-weight:600}.metric-card>small{font-size:11px;color:var(--muted)}.metric-card.accent{background:#f0edff;border-color:#e2dcfa}.metric-card.accent strong{color:var(--brand)}.panel{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}.panel-heading{display:flex;justify-content:space-between;align-items:center;padding:26px 28px;gap:16px}.panel-heading h2{font-size:18px}.panel-heading p,.panel-heading>.muted{font-size:12px;color:var(--muted);margin-top:4px}.assessment-row{display:flex;align-items:center;gap:20px;padding:24px 28px;border-top:1px solid var(--line)}.assessment-icon{display:grid;place-items:center;border-radius:13px;background:color-mix(in srgb,var(--brand) 12%,white);color:var(--brand);width:48px;height:48px;flex-shrink:0;font-weight:700;font-size:20px}.assessment-main{flex:1;min-width:0}.title-line{display:flex;align-items:center;gap:10px}.assessment-main h3{font-size:15px}.assessment-main p{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:420px;margin-top:5px}.status,.grade{border-radius:6px;padding:3px 8px;font-size:10px;font-weight:700;white-space:nowrap}.status-draft{background:#f1eff4;color:#8a8597}.status-published{background:#e6f6ee;color:#2e8f65}.status-archived{background:#eee;color:#777}.row-stat{min-width:50px;text-align:center;display:flex;flex-direction:column}.row-stat strong{font-size:18px}.row-stat span{font-size:10px;color:var(--muted)}.row-actions{display:flex;align-items:center;gap:20px}.empty-state{text-align:center;padding:65px 30px}.empty-state p{color:var(--muted);margin:10px 0 24px}.empty-orbit{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;color:var(--brand);font-size:30px;background:#f1edff;margin:0 auto 20px}
label{display:block;font-size:12px;font-weight:600;color:#514c61}input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=color]),textarea,select{display:block;width:100%;border:1px solid #dfdbe8;border-radius:9px;background:#fff;padding:11px 13px;margin-top:7px;color:var(--ink);font-size:13px;min-height:44px}textarea{resize:vertical;line-height:1.7}input::placeholder,textarea::placeholder{color:#a7a2b1}input[type=color]{display:block;width:100%;height:44px;margin-top:7px;border:1px solid var(--line);border-radius:8px;padding:5px;background:white}input[type=checkbox],input[type=radio]{accent-color:var(--brand)}.stack{display:flex;flex-direction:column;gap:20px}.form-grid{display:grid;gap:20px;margin-bottom:20px}.form-grid.two{grid-template-columns:1fr 1fr}.form-section{display:flex;gap:25px;padding:32px;border-bottom:1px solid var(--line)}.section-number{color:var(--brand);background:#f1edff;font-size:12px;font-weight:700;display:grid;place-items:center;width:32px;height:32px;border-radius:10px;flex-shrink:0}.section-body{flex:1}.section-body h2{font-size:18px;margin-bottom:5px}.section-body>p{color:var(--muted);font-size:12px;margin-bottom:24px}.section-body>label{margin-top:18px}.generator-form{background:white;border:1px solid var(--line);border-radius:18px;overflow:hidden}.generator-submit{display:flex;justify-content:space-between;align-items:center;padding:28px 32px;background:#fbfaff;gap:20px}.generator-submit strong{font-size:12px;display:block}.generator-submit span{font-size:11px;color:var(--muted)}.centered{text-align:center}.spark{width:48px;height:48px;display:grid;place-items:center;border-radius:15px;margin:0 auto 18px;font-size:29px;background:#ece7ff;color:var(--brand)}
.auth-shell{max-width:1060px;margin:80px auto;display:grid;grid-template-columns:1fr 420px;gap:90px;align-items:center;padding:0 30px}.auth-copy h1{font-size:43px;line-height:1.4}.auth-copy h1 em{font-style:normal;color:var(--brand)}.auth-copy>p{margin-top:24px;line-height:1.9;color:var(--muted)}.auth-card{border:1px solid var(--line);background:#fff;border-radius:20px;padding:38px;box-shadow:0 20px 70px #352c5510}.auth-card h2{font-size:27px;margin-bottom:28px}.auth-link{text-align:center;font-size:12px;margin-top:25px;color:var(--muted)}.auth-link a{color:var(--brand);font-weight:600}.demo-hint{text-align:center;font-size:11px;background:#f7f5fc;border-radius:8px;padding:12px;margin-top:18px;color:#90899f}.mini-report{display:flex;align-items:center;gap:18px;margin-top:40px;padding:22px;background:#f0ebff;border-radius:16px;transform:rotate(-2deg);max-width:320px}.mini-report strong{font-size:30px}.mini-report small{font-size:10px;color:#6b53b6}.single{display:flex;justify-content:center;margin-top:40px}.wide{width:500px}.auth-card>.muted{margin-bottom:20px}
.editor-shell{display:grid;grid-template-columns:250px 1fr;max-width:1440px;margin:auto}.editor-aside{padding:30px 24px;border-right:1px solid var(--line);position:sticky;top:0;height:100vh}.editor-title h1{font-size:21px;margin:16px 0 12px}.editor-title p{font-size:11px;color:var(--muted)}.editor-nav{display:flex;flex-direction:column;gap:6px;margin:30px 0}.editor-nav a{padding:10px 12px;border-radius:8px;color:#6b657b;font-size:13px}.editor-nav a:hover{background:#ece8fb;color:var(--brand)}.aside-actions{display:flex;flex-direction:column;gap:8px}.editor-content{min-width:0;padding:24px 36px}.editor-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;color:var(--muted);font-size:11px}.editor-card{padding:30px;border:1px solid var(--line);border-radius:15px;background:white;margin-bottom:24px;scroll-margin-top:20px}.editor-card h2{margin-bottom:22px}.editor-card>.muted{margin-top:-12px;margin-bottom:24px;font-size:12px}.editor-card>label{margin-bottom:20px}.dimension-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.dimension-editor{padding:18px;background:#faf9fc;border:1px solid var(--line);border-radius:10px}.dimension-index{font-size:11px;letter-spacing:2px;color:var(--brand);font-weight:700}.dimension-editor label{margin-top:14px}.dimension-editor summary{font-size:11px;color:var(--brand);cursor:pointer;margin-top:15px}.question-editor{margin-top:20px;border:1px solid var(--line);border-radius:12px;padding:20px}.question-number{font-size:11px;letter-spacing:1px;font-weight:700;color:var(--brand)}.question-editor .question-text-input{font-size:15px;font-weight:600;margin-bottom:16px}.choice-editor{display:flex;align-items:end;gap:10px;margin-top:8px}.choice-editor>input:not([type=hidden]){flex:1;min-width:100px}.choice-editor .score-field{width:58px;flex-shrink:0;text-align:center;font-size:9px;overflow:hidden}.choice-editor .score-field span{white-space:nowrap}.choice-editor .score-field input{padding:8px 4px;text-align:center}.score-field.lead{color:#b87340}.band-editor{padding:18px;background:#faf9fc;border-radius:10px;margin-bottom:14px;display:grid;grid-template-columns:1fr 150px;gap:10px}.band-editor textarea{grid-column:1/-1}.range-inputs{display:flex;align-items:center;gap:8px}.sticky-save{position:sticky;bottom:0;display:flex;align-items:center;justify-content:space-between;background:#ffffffed;backdrop-filter:blur(12px);padding:16px 24px;border:1px solid var(--line);border-radius:12px;z-index:5}.sticky-save span{font-size:12px;color:var(--muted)}
.filter-bar{display:flex;align-items:end;gap:12px;padding:24px;border-bottom:1px solid var(--line);flex-wrap:wrap}.filter-bar label{flex:1;min-width:115px}.filter-bar select{min-width:110px}.table-scroll{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:12px;text-align:left}th{background:#faf9fc;padding:12px 20px;font-size:10px;color:var(--muted);font-weight:500;white-space:nowrap}td{padding:18px 20px;border-top:1px solid #efedf3;white-space:nowrap}td small{display:block;color:var(--muted);font-size:10px;margin-top:3px}.grade-hot{color:#c15a38;background:#fff0e7}.grade-warm{color:#927727;background:#fff8dc}.grade-cold{color:#638aa5;background:#eaf2fa}
.public-page{background:#fcfbfe}.survey-shell,.report-shell{max-width:850px;margin:0 auto;padding:32px 36px 40px}.survey-brand{display:flex;align-items:center;gap:10px;font-weight:600;font-size:13px;padding-bottom:28px;border-bottom:1px solid var(--line)}.survey-brand .subtle{margin-left:auto;font-size:9px;letter-spacing:1.5px;color:#a9a2b8}.survey-brand .brand-mark{width:28px;height:28px;font-size:18px;border-radius:9px}.survey-intro{padding:66px 0 25px;text-align:center}.pill{display:inline-block;color:var(--brand);background:color-mix(in srgb,var(--brand) 8%,white);font-size:11px;padding:7px 14px;border-radius:30px;margin-bottom:22px}.survey-intro h1{font-size:40px;max-width:620px;margin:auto;word-break:keep-all;line-height:1.45}.intro-description{font-size:15px;color:var(--muted);max-width:520px;line-height:1.9;margin:24px auto}.survey-benefits{display:grid;grid-template-columns:repeat(3,1fr);margin:35px 0;gap:15px;text-align:left}.survey-benefits>div{background:white;border:1px solid var(--line);border-radius:14px;padding:22px}.survey-benefits strong{display:block;margin:10px 0 8px}.survey-benefits p{color:var(--muted);font-size:11px}.survey-footnote{font-size:11px;text-align:center;line-height:1.9;color:#a29aaf;margin:22px auto;max-width:620px}.powered-by{text-align:center;font-size:10px;color:#a29aaf;margin-top:35px}.powered-by strong{font-size:12px;color:#81798f;margin-left:3px}.survey-progress{margin:40px 0 48px;font-size:11px;color:var(--muted)}.survey-progress>div{height:4px;background:#eae6f1;border-radius:6px;margin-top:12px;overflow:hidden}.survey-progress i{display:block;background:var(--brand);height:100%;transition:width .2s}.survey-question{border:0;padding:0;margin:0;min-height:340px}.survey-question legend{font-size:26px;font-weight:700;line-height:1.5;word-break:keep-all;width:100%;margin-bottom:26px;float:left}.survey-question .eyebrow{clear:both}.survey-choices{clear:both;display:flex;flex-direction:column;gap:12px}.survey-choice{position:relative;border:1px solid #e2ddeb;background:white;border-radius:12px;display:flex;align-items:center;gap:16px;padding:18px;cursor:pointer;font-weight:400;font-size:14px}.survey-choice input{position:absolute;opacity:0;inset:0;cursor:pointer}.survey-choice:has(input:checked){border-color:var(--brand);background:color-mix(in srgb,var(--brand) 5%,white);color:var(--brand)}.survey-choice:has(input:focus-visible){outline:3px solid #c5b8ed;outline-offset:2px}.choice-letter{border:1px solid #e6e0ed;width:27px;height:27px;display:grid;place-items:center;border-radius:6px;font-size:11px}.choice-check{margin-left:auto;opacity:0}.survey-choice:has(input:checked) .choice-check{opacity:1}.survey-navigation{display:flex;justify-content:space-between;margin:28px 0}.validation-message{color:#bf4d4d;font-size:12px;margin-top:18px}.lead-step h2{font-size:29px;margin-bottom:12px}.lead-step>p{color:var(--muted);margin-bottom:30px}.consent-box{border-top:1px solid var(--line);padding-top:20px}.consent-box>p{font-size:11px;color:var(--muted);line-height:1.8;margin-bottom:20px}.checkbox-label{display:flex;align-items:flex-start;gap:10px;line-height:1.8;margin:13px 0;font-size:11px;font-weight:400}.checkbox-label input{margin-top:5px;flex-shrink:0}
.report-hero{display:flex;gap:30px;align-items:center;padding:50px 0 36px}.report-hero>div:first-child{flex:1}.report-hero h1{font-size:30px}.report-hero p{color:var(--muted);margin-top:18px;font-size:13px;line-height:1.85}.score-orbit{flex-shrink:0;width:165px;height:165px;border:8px solid color-mix(in srgb,var(--brand) 15%,white);border-right-color:var(--brand);border-top-color:var(--brand);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column}.score-orbit strong{font-size:48px;color:var(--brand);line-height:1.2;letter-spacing:-2px}.score-orbit span{font-size:10px;color:var(--muted)}.report-card{background:white;border:1px solid var(--line);border-radius:16px;padding:30px;margin-bottom:22px}.report-card h2{font-size:20px;margin-bottom:22px}.dimension-result{margin-top:24px}.dimension-result>div:first-child{display:flex;justify-content:space-between;font-size:13px}.dimension-result>div>span{font-size:12px;color:var(--brand)}.score-track{background:#f0ecf6;height:7px;border-radius:8px;margin:12px 0}.score-track i{display:block;height:7px;border-radius:8px;background:var(--brand)}.dimension-result p{color:var(--muted);font-size:12px}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.report-grid .report-card{margin-bottom:22px}.report-grid p{font-size:12px;color:var(--muted);margin-top:10px;line-height:1.9}.report-grid h2{margin-bottom:12px}.lilac{background:color-mix(in srgb,var(--brand) 4%,white)}.report-symbol{display:block;font-size:28px;color:var(--brand);margin-bottom:14px}.action-list{padding-left:22px;margin:0}.action-list li{padding:8px 0 18px 10px}.action-list li::marker{color:var(--brand);font-weight:700}.action-list strong{display:block;font-size:13px}.action-list span{font-size:12px;color:var(--muted)}.report-cta{text-align:center;padding:30px;background:#efebfa;border-radius:16px}.report-cta p{color:var(--muted);margin:15px 0 24px;font-size:13px}.report-cta form{display:flex;justify-content:center}
@media(max-width:1050px){.row-stat{display:none}.editor-shell{grid-template-columns:210px 1fr}.editor-content{padding:24px}.dimension-grid{grid-template-columns:1fr}.dimension-editor{display:block}.auth-shell{gap:40px}.choice-editor{flex-wrap:wrap}.choice-editor>input:not([type=hidden]){flex-basis:100%}.editor-card{padding:22px}}
@media(max-width:720px){.topbar{height:66px;padding:0 20px}.workspace-name{display:none}.app-shell{padding:28px 18px 50px}.heading-row{align-items:flex-start;flex-direction:column}h1{font-size:28px}.metric-grid,.metric-grid.four{grid-template-columns:repeat(2,1fr);gap:10px}.metric-card{padding:18px}.metric-card>strong{font-size:32px}.metric-grid:not(.four) .metric-card:last-child{grid-column:1/-1}.assessment-row{padding:20px;flex-wrap:wrap;gap:12px}.assessment-main{width:75%}.assessment-main p{max-width:240px}.title-line{align-items:flex-start;flex-direction:column;gap:4px}.row-actions{width:100%;justify-content:flex-end}.panel-heading{padding:20px;align-items:flex-start;flex-direction:column}.auth-shell{display:flex;flex-direction:column;margin:30px auto;gap:30px;padding:0 20px}.auth-copy h1{font-size:30px}.auth-copy .mini-report{display:none}.auth-copy>p{font-size:13px;margin-top:12px}.auth-card{width:100%;padding:26px}.form-section{padding:24px 18px;gap:14px}.form-grid.two{grid-template-columns:1fr}.section-number{width:26px;height:26px}.generator-submit{flex-direction:column;padding:22px}.generator-submit .button{width:100%}.editor-shell{display:block}.editor-aside{position:relative;height:auto;padding:20px;border-right:0}.editor-title,.aside-actions{display:none}.editor-aside .back-link{margin-bottom:8px}.editor-nav{flex-direction:row;margin:5px 0;gap:0;overflow-x:auto}.editor-nav a{white-space:nowrap;padding:10px;font-size:12px}.editor-content{padding:0 14px 22px}.editor-toolbar{padding:0 8px}.editor-card{padding:20px 16px}.sticky-save{padding:12px}.sticky-save span{font-size:10px}.sticky-save .button{padding:12px;font-size:12px}.band-editor{grid-template-columns:1fr}.band-editor textarea{grid-column:auto}.question-editor{padding:15px}.choice-editor .score-field{width:52px;font-size:8px}.choice-editor{gap:8px}.survey-shell,.report-shell{padding:22px 22px}.survey-brand .subtle{display:none}.survey-intro{padding-top:40px}.survey-intro h1{font-size:30px}.intro-description{font-size:13px}.survey-benefits{grid-template-columns:1fr;text-align:left;gap:10px}.survey-benefits>div{padding:15px 18px;display:grid;grid-template-columns:30px 1fr;gap:2px 10px}.survey-benefits strong{margin:0}.survey-benefits p{grid-column:2}.survey-question legend{font-size:23px}.survey-choice{padding:16px 12px;font-size:13px}.survey-progress{margin-bottom:32px}.report-hero{padding-top:32px;gap:18px}.report-hero h1{font-size:23px}.score-orbit{width:110px;height:110px;border-width:6px}.score-orbit strong{font-size:34px}.score-orbit span{font-size:8px}.report-grid{grid-template-columns:1fr;gap:0}.report-card{padding:23px}.report-cta{padding:25px 20px}.report-cta .button{white-space:normal}.filter-bar{padding:18px;gap:12px}}
