:root{--green:#356f57;--green2:#285843;--mint:#e4f1e9;--cream:#fbfaf5;--ink:#22332c;--muted:#6f7d76;--line:#dfe7e2;--purple:#7566a4;--white:#fff;--shadow:0 20px 60px rgba(41,71,57,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--cream);font-family:Inter,Pretendard,"Noto Sans KR",Arial,sans-serif}button,input,select,textarea{font:inherit}button{cursor:pointer}.public-header{height:76px;padding:0 clamp(20px,5vw,76px);display:flex;align-items:center;gap:40px;background:rgba(251,250,245,.92);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(223,231,226,.8);backdrop-filter:blur(12px)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--ink)}.brand>span,.logo-large{display:grid;place-items:center;width:40px;height:40px;border-radius:14px 14px 17px;background:var(--green);color:#fff;font-weight:900}.brand b,.brand small{display:block}.brand small{font-size:10px;font-weight:500;color:var(--muted);margin-top:2px}.public-header nav{margin-left:auto;display:flex;gap:28px}.public-header nav a{color:#53645b;text-decoration:none;font-size:13px;font-weight:700}.outline,.primary{border-radius:11px;padding:11px 18px;font-weight:800;border:1px solid var(--green);background:transparent;color:var(--green)}.primary{background:var(--green);color:#fff}.primary:hover{background:var(--green2)}.page{display:none}.page.active{display:block}.hero{min-height:650px;padding:85px clamp(24px,8vw,130px);display:flex;align-items:center;gap:50px;background:linear-gradient(130deg,#f9faf5 15%,#e9f3e9)}.hero-copy{max-width:660px;position:relative;z-index:2}.kicker,.section-kicker{color:var(--green);font-size:12px;font-weight:900;letter-spacing:.08em}.hero h1{font-size:clamp(40px,5vw,68px);line-height:1.18;letter-spacing:-.05em;margin:18px 0 24px}.hero h1 em{font-style:normal;color:var(--green)}.hero-copy>p:not(.kicker){font-size:17px;line-height:1.75;color:var(--muted);max-width:560px}.hero-actions{display:flex;gap:18px;align-items:center;margin:32px 0}.hero-actions a{font-size:13px;color:var(--ink);font-weight:800}.trust-row{display:flex;gap:19px;color:#6d7e75;font-size:11px}.hero-visual{width:440px;height:430px;position:relative;flex:none;overflow:hidden;border-radius:45% 45% 20px 20px;background:#d9ecdf}.sun{width:72px;height:72px;border-radius:50%;background:#f6d482;position:absolute;right:50px;top:43px;box-shadow:0 0 0 18px rgba(246,212,130,.2)}.ground{position:absolute;border-radius:50% 50% 0 0}.g1{height:260px;width:520px;background:#a9d1b4;bottom:-130px;left:-100px}.g2{height:210px;width:450px;background:#77b08e;bottom:-110px;right:-160px}.leaf{position:absolute;z-index:3;color:#2f7756;font-size:100px;bottom:58px}.l1{left:50px}.l2{left:170px;font-size:135px}.l3{right:28px;font-size:80px}.result-card{position:absolute;z-index:4;right:20px;top:150px;background:rgba(255,255,255,.92);border:1px solid white;border-radius:17px;padding:17px 45px 17px 17px;box-shadow:var(--shadow)}.result-card small,.result-card strong{display:block}.result-card small{color:var(--purple);font-weight:800;margin-bottom:6px}.result-card strong{line-height:1.4}.result-card span{position:absolute;right:15px;top:15px;color:var(--purple)}.feature-section,.process-section,.safety-section{padding:100px clamp(24px,8vw,130px)}.feature-section{text-align:center;background:#fff}.feature-section h2,.process-section h2,.safety-section h2{font-size:clamp(30px,4vw,45px);line-height:1.3;letter-spacing:-.04em;margin:13px 0 40px}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:left}.feature-grid article{border:1px solid var(--line);border-radius:18px;padding:28px;min-height:190px;background:#fcfdfc}.feature-grid i{font-style:normal;color:#93b6a3;font-weight:900;font-size:12px}.feature-grid b{display:block;margin:28px 0 10px;font-size:18px}.feature-grid p{color:var(--muted);font-size:13px;line-height:1.7}.process-section{background:#eaf3ed;display:grid;grid-template-columns:1fr 1.5fr;gap:80px;align-items:center}.process-section ol{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:1fr 1fr}.process-section li{padding:25px;border-bottom:1px solid #cedfd4}.process-section li span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#fff;color:var(--green);font-size:11px;font-weight:900}.process-section li b,.process-section li small{display:block}.process-section li b{margin:14px 0 6px}.process-section li small{color:var(--muted)}.safety-section{display:grid;grid-template-columns:1fr 1fr;gap:80px;background:#2d5645;color:#fff}.safety-section .section-kicker{color:#a9d7c1}.safety-section>div>p:last-child{color:#cadbd2;line-height:1.8}.safety-list p{display:grid;grid-template-columns:35px 1fr;gap:2px 12px;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.12);margin:0}.safety-list span{grid-row:1/3;color:#a9d7c1}.safety-list small{color:#b9cec3}.login-page{min-height:100vh;background:linear-gradient(125deg,#edf5ef,#fbfaf5);padding:24px clamp(20px,5vw,70px)}.back-link{border:0;background:none;color:var(--green);font-weight:800}.login-wrap{max-width:1000px;min-height:80vh;margin:auto;display:grid;grid-template-columns:1fr 440px;gap:90px;align-items:center}.login-intro h1{font-size:48px;line-height:1.25;margin:18px 0}.login-intro>p:last-child{color:var(--muted);line-height:1.8;max-width:400px}.logo-large{width:54px;height:54px;font-size:22px}.login-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:34px;box-shadow:var(--shadow)}.role-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;background:#f0f4f1;border-radius:12px;padding:5px}.role-tabs button{border:0;border-radius:9px;background:transparent;padding:11px;color:var(--muted);font-weight:800}.role-tabs button.active{background:#fff;color:var(--green);box-shadow:0 2px 8px rgba(0,0,0,.07)}.role-message{padding:25px 0 17px}.role-message b,.role-message span{display:block}.role-message span{font-size:12px;color:var(--muted);margin-top:6px}form label{display:grid;gap:7px;margin:14px 0;font-size:12px;font-weight:800}form input,form select,form textarea{border:1px solid var(--line);border-radius:10px;padding:12px;background:#fcfdfc;color:var(--ink)}.full{width:100%;margin-top:10px}.form-error{color:#b44d43;font-size:11px;min-height:15px}.demo-note{background:#fff8e7;border-radius:10px;padding:11px;color:#8c7857;font-size:10px;line-height:1.5}.app-page.active{display:grid;grid-template-columns:235px 1fr;min-height:100vh;background:#f4f7f5}.app-sidebar{background:#244b3b;color:#fff;padding:27px 18px;display:flex;flex-direction:column}.brand.inverse{color:#fff}.brand.inverse>span{background:#fff;color:var(--green)}.brand.inverse small{color:#b7cec3}.role-chip{margin:25px 0 16px;background:rgba(255,255,255,.1);border-radius:10px;padding:9px 12px;font-size:11px;color:#cce0d6}.app-sidebar nav{display:grid;gap:5px}.app-sidebar nav button{border:0;background:transparent;color:#c3d5cc;text-align:left;border-radius:10px;padding:12px}.app-sidebar nav button.active,.app-sidebar nav button:hover{background:rgba(255,255,255,.11);color:#fff}.account{margin-top:auto;border-top:1px solid rgba(255,255,255,.12);padding-top:18px}.account b,.account small{display:block}.account small{color:#b4cbc0;margin-top:4px}.account button{border:0;background:none;color:#d9e7e0;padding:12px 0;font-size:11px}.app-content{min-width:0}.app-header{height:95px;background:#fff;border-bottom:1px solid var(--line);padding:20px 35px;display:flex;align-items:center}.app-header p{margin:0;color:var(--green);font-size:11px;font-weight:800}.app-header h1{margin:5px 0 0;font-size:23px}.app-header .primary{margin-left:auto}.mobile-menu{display:none}.notice{background:#fff5d9;color:#866a36;text-align:center;padding:7px;font-size:10px}.dashboard-body{padding:28px 35px}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.metric{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}.metric small,.metric strong{display:block}.metric small{color:var(--muted)}.metric strong{font-size:30px;margin-top:10px}.dashboard-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:16px;margin-top:16px}.panel{background:#fff;border:1px solid var(--line);border-radius:17px;padding:22px}.panel h2{font-size:17px;margin:0 0 5px}.panel>p{color:var(--muted);font-size:11px;margin:0 0 18px}.child-table{width:100%;border-collapse:collapse;font-size:12px}.child-table th,.child-table td{text-align:left;border-top:1px solid #edf1ee;padding:13px 8px}.child-table th{color:var(--muted);font-weight:600}.empty{padding:40px;text-align:center;color:var(--muted);font-size:12px}.quick-list{display:grid;gap:10px}.quick-list button{border:1px solid var(--line);background:#fafcfb;border-radius:12px;padding:15px;text-align:left;font-weight:800}.quick-list button small{display:block;color:var(--muted);font-weight:500;margin-top:5px}.loading{padding:70px;text-align:center;color:var(--muted)}dialog{border:0;border-radius:22px;padding:30px;width:min(460px,calc(100% - 30px));box-shadow:0 30px 90px rgba(0,0,0,.25)}dialog::backdrop{background:rgba(25,43,35,.52)}dialog h2{margin:8px 0 20px}.dialog-close{position:absolute;right:15px;top:12px;border:0;background:none;font-size:25px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
@media(max-width:900px){.hero{padding-block:60px}.hero-visual{width:340px;height:360px}.feature-grid{grid-template-columns:1fr 1fr}.process-section,.safety-section{grid-template-columns:1fr;gap:30px}.login-wrap{grid-template-columns:1fr;gap:20px;padding:50px 0}.login-intro{text-align:center}.login-intro>p:last-child{margin:auto}.login-card{max-width:500px;width:100%;margin:auto}.metric-grid{grid-template-columns:1fr 1fr}.dashboard-grid{grid-template-columns:1fr}}
@media(max-width:680px){.public-header nav{display:none}.public-header{height:66px}.hero{min-height:auto;padding:55px 22px 80px}.hero h1{font-size:39px}.hero-visual{position:absolute;opacity:.16;right:-170px}.trust-row{flex-direction:column;gap:7px}.feature-section,.process-section,.safety-section{padding:70px 22px}.feature-grid{grid-template-columns:1fr}.app-page.active{grid-template-columns:1fr}.app-sidebar{position:fixed;left:-250px;width:235px;height:100vh;z-index:30;transition:.25s}.app-sidebar.open{left:0}.mobile-menu{display:block;border:0;background:none;font-size:22px;margin-right:12px}.app-header{padding:18px}.app-header .primary{font-size:11px;padding:10px}.dashboard-body{padding:18px}.metric-grid{grid-template-columns:1fr 1fr}.child-table th:nth-child(3),.child-table td:nth-child(3){display:none}.login-intro h1{font-size:36px}.login-page{padding-inline:18px}}
@media(max-width:420px){.metric-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}.login-card{padding:24px}.role-tabs button{font-size:12px}}

.admin-layout{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:16px}.admin-table{width:100%;border-collapse:collapse;font-size:12px}.admin-table th,.admin-table td{text-align:left;padding:13px 10px;border-top:1px solid #edf1ee}.admin-table th{color:var(--muted);font-weight:600}.admin-table td small{display:block;color:var(--muted);margin-top:4px}.admin-table code{background:#f0f4f1;border-radius:6px;padding:4px 6px;color:var(--green)}.table-action{border:1px solid var(--line);border-radius:8px;background:#fff;padding:6px 9px;color:var(--green);font-size:10px;font-weight:800}.status-badge{display:inline-block;padding:5px 8px;border-radius:12px;font-size:10px;font-weight:800}.status-badge.on{background:#e4f2e9;color:#347158}.status-badge.off{background:#f4e9e7;color:#a15f54}.tool-row{display:flex;align-items:center;gap:16px;padding:15px 4px;border-top:1px solid #edf1ee}.tool-row div{flex:1}.tool-row b,.tool-row small{display:block}.tool-row small{color:var(--muted);margin-top:5px;font-size:10px}.tool-row select{border:1px solid var(--line);border-radius:8px;background:#fff;padding:8px;font-size:11px}.strategy-row{display:grid;grid-template-columns:80px 1fr 55px;gap:12px;padding:15px 3px;border-top:1px solid #edf1ee;align-items:start}.strategy-row>span{background:#e8f2ec;color:var(--green);border-radius:12px;padding:5px;text-align:center;font-size:10px;font-weight:800}.strategy-row b{font-size:13px}.strategy-row p{font-size:11px;color:var(--muted);line-height:1.5;margin:5px 0}.strategy-row>small{font-size:10px;color:var(--muted)}.system-good{background:#e8f2ec;color:var(--green);border-radius:11px;padding:14px;font-size:12px;font-weight:800;margin-top:20px}.system-panel{margin-top:16px}.system-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:20px 0}.system-grid div{background:#f5f8f6;border-radius:12px;padding:18px}.system-grid small,.system-grid b{display:block}.system-grid small{color:var(--muted);font-size:10px}.system-grid b{font-size:24px;margin-top:7px}.word-metric{font-size:22px!important;color:var(--green)}.time-metric{font-size:18px!important}.admin-empty{padding:60px;text-align:center}
@media(max-width:900px){.admin-layout{grid-template-columns:1fr}.system-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.admin-table{display:block;overflow-x:auto}.strategy-row{grid-template-columns:65px 1fr}.strategy-row>small{display:none}}

.back-admin{border:0;background:none;color:var(--green);font-weight:800;padding:0;margin-bottom:16px}.builder-head,.assessment-head{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(110deg,#e5f1e9,#f7f8ed);border-radius:18px;padding:24px 28px;margin-bottom:16px}.builder-head h2,.assessment-head h2{margin:6px 0}.builder-count{display:flex;gap:10px}.builder-count span{background:#fff;border-radius:10px;padding:10px 12px;color:var(--muted);font-size:11px}.builder-count b{color:var(--green);font-size:18px;margin-left:5px}.builder-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.builder-items{grid-column:1/-1}.inline-form{display:grid;grid-template-columns:1fr auto;gap:8px}.inline-form.three{grid-template-columns:1fr 90px auto}.inline-form .form-error{grid-column:1/-1}.inline-form input{min-width:0}.tag-list,.option-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.tag-list span,.option-list span{background:#edf4ef;border-radius:16px;padding:8px 11px;color:var(--green);font-size:11px}.option-list span small{margin-left:7px}.configured-items{margin-top:22px;display:grid;gap:18px}.configured-items h3{font-size:13px;color:var(--green)}.configured-items p{display:flex;gap:10px;align-items:flex-start;border-top:1px solid #edf1ee;padding:12px 4px;margin:0;font-size:12px}.configured-items p>span{display:grid;place-items:center;min-width:24px;height:24px;border-radius:50%;background:#e8f2ec;color:var(--green);font-size:10px}.configured-items p small{color:var(--purple)}button:disabled{opacity:.45;cursor:not-allowed}.list-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.click-row{cursor:pointer}.click-row:hover{background:#f5f9f6}.assessment-head>div>span{font-size:11px;color:var(--muted)}.score-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;min-width:210px}.score-card small,.score-card b,.score-card span{display:block}.score-card b{font-size:23px;margin:6px 0;color:var(--green)}.score-card span{font-size:9px;color:var(--muted)}.checklist{display:grid;gap:15px}.checklist>.panel>h2{color:var(--green);margin-bottom:17px}.check-item{border-top:1px solid #edf1ee;padding:17px 3px;display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:20px;align-items:center}.check-item>div:first-child{display:grid;grid-template-columns:28px 1fr;gap:3px 8px;align-items:start}.check-item>div:first-child>span{grid-row:1/3;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#e8f2ec;color:var(--green);font-size:10px}.check-item b{font-size:13px;line-height:1.55}.check-item small{color:var(--purple);font-size:9px}.option-buttons{display:flex;gap:6px}.option-buttons input{position:absolute;opacity:0}.option-buttons span{display:block;border:1px solid var(--line);border-radius:9px;padding:9px 12px;font-size:11px;cursor:pointer}.option-buttons input:checked+span{background:var(--green);color:#fff;border-color:var(--green)}.sticky-actions{position:sticky;bottom:12px;background:rgba(255,255,255,.95);border:1px solid var(--line);border-radius:14px;padding:12px;display:flex;justify-content:flex-end;gap:9px;box-shadow:var(--shadow)}.sticky-actions .form-error{margin-right:auto}.result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.result-grid article{background:#f3f7f4;border-radius:12px;padding:17px}.result-grid small,.result-grid b{display:block}.result-grid small{color:var(--muted)}.result-grid b{font-size:20px;color:var(--green);margin-top:7px}
@media(max-width:800px){.builder-grid{grid-template-columns:1fr}.builder-items{grid-column:auto}.check-item{grid-template-columns:1fr}.option-buttons{flex-wrap:wrap}.assessment-head,.builder-head{align-items:flex-start;gap:18px}.builder-count{flex-wrap:wrap}.result-grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.builder-head,.assessment-head{display:block}.builder-count{margin-top:16px}.score-card{margin-top:16px}.inline-form.three{grid-template-columns:1fr}.inline-form.three .form-error{grid-column:auto}.result-grid{grid-template-columns:1fr}}

.admin-side-gap{margin-top:16px}.file-drop{display:block;border:1px dashed #9dbbaa;border-radius:12px;padding:20px;text-align:center;color:var(--green);background:#f5faf7;cursor:pointer}.file-drop input{display:none}.rights-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:flex-start;gap:8px!important;font-weight:600!important;line-height:1.5}.rights-check input{margin-top:2px}.rights-panel{display:grid;grid-template-columns:1fr minmax(220px,1fr) auto;gap:12px;align-items:center;background:#fff7e5;border:1px solid #ead9ae;border-radius:14px;padding:15px;margin:-4px 0 16px}.rights-panel b,.rights-panel small{display:block}.rights-panel b{color:#83652e;font-size:12px}.rights-panel small{color:#9b8358;font-size:10px;margin-top:4px}.rights-panel input{border:1px solid #decda6;border-radius:9px;padding:10px}.rights-ok{background:#e7f2eb;color:var(--green);border-radius:11px;padding:12px 15px;font-size:11px;font-weight:800;margin:-4px 0 16px}
@media(max-width:700px){.rights-panel{grid-template-columns:1fr}.tool-row{flex-wrap:wrap}.tool-row div{min-width:100%}}

.survey-studio-hero{background:linear-gradient(120deg,#264e3e,#3e765d);color:#fff;border-radius:22px;padding:30px 34px;display:flex;justify-content:space-between;align-items:center}.survey-studio-hero .section-kicker{color:#acd7c1}.survey-studio-hero h2{font-size:28px;margin:7px 0}.survey-studio-hero p:last-child{color:#c8ddd2;margin:0;font-size:12px}.studio-stats{display:flex;gap:10px}.studio-stats span{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);border-radius:13px;padding:13px 16px;font-size:10px;color:#d5e6dd}.studio-stats b{display:block;font-size:22px;color:#fff;margin-bottom:4px}.studio-toolbar{display:flex;justify-content:space-between;align-items:center;margin:18px 0}.studio-toolbar>div{display:flex;gap:8px}.studio-toolbar input{border:1px solid var(--line);border-radius:10px;padding:11px 14px;min-width:240px}.survey-project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.survey-card{background:#fff;border:1px solid var(--line);border-radius:17px;padding:20px;box-shadow:0 5px 20px rgba(41,71,57,.04)}.survey-card-top{display:flex;justify-content:space-between}.survey-symbol{width:37px;height:37px;border-radius:11px;display:grid;place-items:center;background:var(--mint);color:var(--green)}.survey-card h3{margin:16px 0 5px;font-size:16px}.survey-card>p{color:var(--muted);font-size:10px}.survey-meta{display:flex;gap:15px;border-block:1px solid #edf1ee;padding:12px 0;margin:14px 0;color:var(--muted);font-size:10px}.survey-meta b{color:var(--ink);margin-left:3px}.survey-progress>div{height:6px;background:#edf1ee;border-radius:8px;overflow:hidden}.survey-progress>div span{display:block;height:100%;background:var(--green);border-radius:8px}.survey-progress small{display:block;color:var(--muted);margin-top:6px;font-size:9px}.survey-card-actions{display:flex;gap:6px;margin-top:15px}.survey-card-actions button{font-size:10px;padding:8px;flex:1}.survey-state{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center;gap:8px!important;color:var(--muted);font-weight:600!important}.survey-state select{padding:7px}.studio-create-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:22px}.studio-stepper{display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin:0 0 16px}.studio-stepper span{background:#edf1ee;color:#86928c;border-radius:10px;padding:10px 6px;text-align:center;font-size:9px}.studio-stepper b{display:grid;place-items:center;width:20px;height:20px;border-radius:50%;background:#d9e1dc;margin:0 auto 5px}.studio-stepper span.done{background:#e6f1ea;color:var(--green);font-weight:800}.studio-stepper span.done b{background:var(--green);color:#fff}.preview-shell{max-width:900px;margin:auto;background:#f8faf8;border:1px solid var(--line);border-radius:20px;padding:28px}.preview-shell>header{background:#fff;border-radius:15px;padding:24px;margin-bottom:14px}.preview-shell>header h2{margin:7px 0}.preview-shell>header span{font-size:11px;color:var(--muted)}.preview-domain{background:#fff;border-radius:15px;padding:22px;margin-top:12px}.preview-domain h3{color:var(--green)}.preview-domain article{display:grid;grid-template-columns:1fr auto;gap:16px;padding:15px 0;border-top:1px solid #edf1ee}.preview-domain article>div:first-child{display:flex;gap:10px;align-items:flex-start}.preview-domain article>div:first-child>span{display:grid;place-items:center;min-width:25px;height:25px;border-radius:50%;background:var(--mint);color:var(--green);font-size:10px}.preview-domain b{font-size:12px;line-height:1.5}
@media(max-width:1050px){.survey-project-grid{grid-template-columns:1fr 1fr}.survey-studio-hero{display:block}.studio-stats{margin-top:20px}}
@media(max-width:760px){.survey-project-grid,.studio-create-grid{grid-template-columns:1fr}.studio-toolbar{align-items:stretch;gap:10px;flex-direction:column}.studio-toolbar input{min-width:0}.studio-stepper{grid-template-columns:repeat(3,1fr)}.preview-domain article{grid-template-columns:1fr}}
@media(max-width:480px){.survey-project-grid{grid-template-columns:1fr}.studio-stats{flex-wrap:wrap}.studio-toolbar>div{display:grid}.studio-stepper{grid-template-columns:1fr 1fr}}

.item-entry-tabs{display:inline-flex;background:#edf2ef;border-radius:10px;padding:4px;margin:8px 0 15px}.item-entry-tabs button{border:0;background:transparent;color:var(--muted);border-radius:8px;padding:9px 13px;font-size:11px;font-weight:800}.item-entry-tabs button.active{background:#fff;color:var(--green);box-shadow:0 2px 8px rgba(42,70,57,.08)}.item-entry{display:none}.item-entry.active{display:block}.bulk-hint{background:#f5f8f6;border-radius:9px;padding:10px 12px;color:var(--muted);font-size:10px;line-height:1.5}
.studio-stepper{grid-template-columns:repeat(7,1fr)}.interpretation-builder{margin-top:16px}.interpretation-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:20px}.interpretation-columns h3,.rule-builder h3{color:var(--green);font-size:14px}.domain-meaning-form{border-top:1px solid var(--line);padding:12px 0}.domain-meaning-form button{margin-top:8px}.rule-builder{border-top:1px solid var(--line);margin-top:24px;padding-top:18px}.interpretation-rule-form{display:grid;grid-template-columns:1.2fr .7fr .7fr 1fr;gap:10px}.interpretation-rule-form .wide{grid-column:span 2}.interpretation-rule-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:18px}.interpretation-rule-list article{background:#f3f7f4;border-radius:12px;padding:15px}.interpretation-rule-list article>span{display:inline-block;background:#dfeee5;color:var(--green);border-radius:12px;padding:4px 8px;font-size:9px}.interpretation-rule-list b,.interpretation-rule-list p,.interpretation-rule-list small{display:block;margin-top:8px}.interpretation-rule-list p{font-size:11px}.interpretation-rule-list small{color:var(--purple)}.domain-meaning{color:var(--muted);font-size:11px;line-height:1.6}.score-card strong{display:block;color:var(--purple);font-size:11px}.result-meaning h2{font-size:17px;line-height:1.6}.overall-interpretation{background:#edf5ef;border-radius:13px;padding:16px}.overall-interpretation span,.result-level{display:inline-block;background:var(--green);color:#fff;border-radius:14px;padding:5px 9px;font-size:10px;font-weight:800}.overall-interpretation small,.education-guidance{display:block;color:var(--purple);margin-top:9px}.interpretation-note{font-size:10px;color:var(--muted);margin-top:14px}.interpretation-missing{display:inline-block;background:#f4f0e8;color:#806b44;border-radius:9px;padding:8px 10px;font-size:10px}.result-grid.interpreted{grid-template-columns:repeat(2,1fr)}.result-grid.interpreted article>p{font-size:11px;line-height:1.55}.result-grid.interpreted b em{font-style:normal;color:var(--purple);font-size:12px;margin-left:6px}.result-grid.interpreted .result-level{margin-top:10px}
@media(max-width:800px){.interpretation-columns,.interpretation-rule-list{grid-template-columns:1fr}.interpretation-rule-form{grid-template-columns:1fr 1fr}.studio-stepper{grid-template-columns:repeat(3,1fr)}}
@media(max-width:520px){.interpretation-rule-form{grid-template-columns:1fr}.interpretation-rule-form .wide{grid-column:auto}.result-grid.interpreted{grid-template-columns:1fr}.studio-stepper{grid-template-columns:1fr 1fr}}
.builder-edit-actions,.row-actions{display:flex;gap:6px;align-items:center;margin-top:10px}.builder-edit-actions .outline,.builder-edit-actions .danger-text{padding:7px 10px;font-size:10px}.danger-text,.mini-edit,.mini-delete{border:0;background:transparent;font-size:9px;font-weight:800;cursor:pointer}.danger-text,.mini-delete{color:#a24d4d}.mini-edit{color:var(--green)}.tag-list span,.option-list span{display:inline-flex;align-items:center;gap:5px}.tag-list .mini-edit,.option-list .mini-edit{margin-left:4px}.configured-items .row-actions{margin:0 0 0 auto;min-width:auto!important;height:auto!important;border-radius:0!important;background:transparent!important}.configured-items .row-actions button{white-space:nowrap}.interpretation-rule-list .row-actions{justify-content:flex-end;border-top:1px solid #dfe8e2;padding-top:8px}.rights-ok .mini-edit{margin-left:10px}
.classroom-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.classroom-card-grid article{background:#f3f7f4;border-radius:13px;padding:17px}.classroom-card-grid small,.classroom-card-grid b,.classroom-card-grid span{display:block}.classroom-card-grid small,.classroom-card-grid span{color:var(--muted);font-size:10px}.classroom-card-grid b{margin:7px 0;font-size:16px}.teacher-list{display:grid;gap:10px}.teacher-list article{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid #edf1ee;padding:15px 2px}.teacher-list b,.teacher-list small{display:block}.teacher-list small,.teacher-list p{color:var(--muted);font-size:10px}.teacher-list p{margin:7px 0 0}.teacher-actions{display:flex;gap:6px;align-items:center}.teacher-actions select{max-width:130px;border:1px solid var(--line);border-radius:8px;padding:7px;background:#fff;font-size:10px}.feedback-list{display:grid;gap:14px}.feedback-card{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fcfdfc}.feedback-card>header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}.feedback-card h3{margin:5px 0;font-size:20px}.feedback-card header span,.feedback-card header small{color:var(--muted);font-size:10px}.feedback-card header>b{font-size:25px;color:var(--green);text-align:right}.feedback-card header>b small{display:block;margin-top:4px}.feedback-overall{background:#e9f3ed;border-radius:11px;padding:13px;font-size:12px;line-height:1.65}.feedback-domain-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0}.feedback-domain-grid section{background:#f4f7f5;border-radius:11px;padding:13px}.feedback-domain-grid span,.feedback-domain-grid b{display:block;font-size:10px}.feedback-domain-grid span{color:var(--green)}.feedback-domain-grid b{margin:6px 0}.feedback-domain-grid p{color:var(--muted);font-size:10px;line-height:1.55;margin:0}.result-confirm{display:flex;align-items:center;justify-content:flex-end;gap:18px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:14px;margin-top:12px}.result-confirm p{margin:0;color:var(--muted);font-size:11px}.report-tool{display:grid;grid-template-columns:1fr auto;gap:4px;border-top:1px solid #edf1ee;padding:13px 2px}.report-tool b{font-size:12px}.report-tool small{color:var(--muted);font-size:9px}.report-tool span{grid-row:1/3;grid-column:2;color:var(--green);font-size:10px;font-weight:800;align-self:center}
@media(max-width:900px){.feedback-domain-grid{grid-template-columns:1fr 1fr}.teacher-list article{align-items:flex-start;flex-direction:column}.teacher-actions{width:100%}}
@media(max-width:680px){.classroom-card-grid,.feedback-domain-grid{grid-template-columns:1fr}.teacher-actions{flex-wrap:wrap}.feedback-card>header{flex-direction:column}.feedback-card header>b{text-align:left}}
@media print{.app-sidebar,.app-header,.notice,.list-head button,.back-admin{display:none!important}.app-page.active{display:block}.dashboard-body{padding:0}.panel{border:0}.dashboard-grid{display:block}.metric-grid{grid-template-columns:repeat(4,1fr)}}
.ai-author-panel{background:linear-gradient(130deg,#2f315c,#56538a);color:#fff;border-radius:20px;padding:24px;margin-bottom:16px;box-shadow:0 12px 28px rgba(47,49,92,.16)}.ai-author-head{display:flex;justify-content:space-between;align-items:flex-start}.ai-author-head span{color:#c6c8f3;font-size:9px;font-weight:900;letter-spacing:.12em}.ai-author-head h3{font-size:20px;margin:6px 0}.ai-author-head p{color:#d7d8ee;font-size:11px;margin:0}.ai-author-head>b{background:rgba(255,255,255,.12);color:#e2d5b5;border-radius:13px;padding:7px 10px;font-size:9px}.ai-author-head>b.ready{color:#bfe8ce}.ai-author-controls{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;margin-top:20px;align-items:end}.ai-author-controls label{color:#d9daed;font-size:9px;font-weight:800}.ai-author-controls select,.ai-author-controls textarea{margin-top:5px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);color:#fff}.ai-author-controls select option{color:#222}.ai-author-controls textarea::placeholder{color:#b8b9cf}.ai-instruction{grid-column:1/3}.ai-generate{grid-column:3;grid-row:1/3;border:0;border-radius:12px;background:#d7c184;color:#34304c;padding:14px 18px;font-weight:900;cursor:pointer}.ai-draft-preview{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px}.ai-draft-preview>p,.ai-draft-preview>small{grid-column:1/-1;color:#cfd0e3;font-size:10px}.ai-draft-preview article{background:rgba(255,255,255,.1);border-radius:11px;padding:12px}.ai-draft-preview article b{color:#d9c98f;font-size:9px}.ai-draft-preview article p{font-size:11px;line-height:1.55;margin:6px 0 0}.ai-draft-actions{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.ai-draft-actions small{color:#c5c6db;font-size:9px}.ai-draft-actions .primary{background:#fff;color:#3d3b67}.ai-draft-actions .primary:disabled{opacity:.4}.ai-author-panel .interpretation-missing{grid-column:1/-1}.ai-generate:disabled{opacity:.6}
@media(max-width:800px){.ai-author-controls{grid-template-columns:1fr}.ai-instruction,.ai-generate{grid-column:auto;grid-row:auto}.ai-draft-preview{grid-template-columns:1fr}.ai-author-head,.ai-draft-actions{gap:12px;align-items:flex-start;flex-direction:column}}
.survey-card-actions .card-delete{flex:0 0 auto;border:1px solid #ead4d4;background:#fff7f7;color:#9d4b4b;border-radius:8px;padding:8px 9px}.inline-ai-button{display:block;border:1px solid #c9c3e9;background:#f6f4ff;color:#514b83;border-radius:8px;padding:6px 9px;margin:7px 0 0 auto;font-size:9px;font-weight:900;cursor:pointer}.inline-ai-button:hover{background:#ece9fb}.inline-ai-button:disabled{cursor:wait}.interpretation-rule-form label{position:relative}

/* Sunshine child-forward public theme */
.public-header{height:80px;padding:0 clamp(22px,7vw,118px);gap:48px;background:#fff;border-bottom:0;box-shadow:0 1px 0 rgba(23,27,25,.08);backdrop-filter:none}.public-header .brand>span{background:#ffd31a;color:#171b19;border-radius:50%;box-shadow:0 0 0 5px #fff3ad}.public-header .brand b{font-size:20px;letter-spacing:-.04em}.public-header .brand small{color:#667069}.public-header nav{gap:42px}.public-header nav a{color:#171b19;font-size:14px;font-weight:900}.public-header .outline{border:2px solid #171b19;border-radius:8px;color:#171b19;background:#fff;padding:10px 24px}.public-header .outline:hover{background:#171b19;color:#fff}
.hero{min-height:650px;height:calc(100vh - 80px);max-height:780px;padding:0 0 0 clamp(28px,8vw,138px);display:grid;grid-template-columns:minmax(480px,.92fr) minmax(500px,1.08fr);gap:0;background:#ffd319;position:relative;overflow:hidden}.hero::before{content:"";position:absolute;width:168px;height:168px;border:3px dashed rgba(255,255,255,.7);border-radius:50%;left:37%;top:12%;transform:rotate(-16deg)}.hero-copy{max-width:670px;padding:70px 48px 64px 0}.hero .kicker{display:inline-flex;align-items:center;gap:8px;color:#171b19;font-size:14px;letter-spacing:0}.hero .kicker::before{content:"";width:30px;height:4px;border-radius:4px;background:#171b19}.hero h1{font-size:clamp(48px,5.3vw,76px);line-height:1.08;color:#111;margin:18px 0 26px;letter-spacing:-.065em}.hero h1 em{display:inline-block;color:#111;background:#fff;border-radius:8px;padding:1px 10px 6px;box-shadow:5px 6px 0 #171b19}.hero-copy>p:not(.kicker){font-size:17px;line-height:1.7;color:#463e18;max-width:555px}.hero-actions{margin:34px 0 28px}.hero-actions .primary{background:#111;color:#fff;border:2px solid #111;border-radius:8px;padding:16px 38px;font-size:16px;box-shadow:0 8px 0 rgba(129,94,0,.18)}.hero-actions .primary:hover{background:#fff;color:#111}.hero-actions a{color:#111;text-underline-offset:5px}.trust-row{color:#403816;font-size:12px;font-weight:800}.hero-visual{align-self:stretch;width:100%;height:100%;min-height:650px;border-radius:0;background:#ffd319;overflow:hidden}.hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% center;filter:saturate(.98) contrast(1.01);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 14%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 14%,#000 100%)}.hero-spark{position:absolute;z-index:3;color:#fff;font-size:30px;text-shadow:0 3px 0 rgba(131,95,0,.12)}.spark-one{left:14%;top:19%}.spark-two{right:9%;top:10%;font-size:20px}.paper-plane{position:absolute;z-index:3;width:0;height:0;border-top:14px solid transparent;border-bottom:14px solid transparent;border-left:42px solid #fff;filter:drop-shadow(0 5px 0 rgba(112,80,0,.14));transform:rotate(18deg)}.paper-plane::after{content:"";position:absolute;left:-38px;top:-2px;width:26px;height:3px;background:#ef6d51;transform:rotate(-26deg);transform-origin:right center}.plane-one{left:9%;top:39%}.plane-two{right:13%;top:25%;transform:rotate(-15deg) scale(.75)}.result-card{right:auto;left:7%;top:auto;bottom:38px;border:0;border-radius:13px;padding:16px 48px 16px 18px;box-shadow:8px 8px 0 rgba(17,17,17,.9)}.result-card small{color:#e3533d}.result-card span{color:#e3533d}
.feature-section{padding-top:110px}.feature-section .section-kicker,.process-section .section-kicker{color:#e05d47}.feature-section h2,.process-section h2{color:#171b19}.feature-grid{gap:20px}.feature-grid article{border:2px solid #171b19;border-radius:13px;background:#fff;box-shadow:7px 7px 0 #ffe15f;transition:transform .2s}.feature-grid article:hover{transform:translateY(-5px)}.feature-grid i{color:#d45643}.process-section{background:#f3f1e8}.process-section li span{background:#ffd31a;color:#171b19;border:1px solid #171b19}.safety-section{background:#171b19}.safety-section .section-kicker{color:#ffd31a}.safety-list span{color:#ffd31a}
.login-page{background:#ffd319;position:relative;overflow:hidden}.login-page::after{content:"";position:absolute;width:420px;height:420px;border:2px dashed rgba(255,255,255,.65);border-radius:50%;left:-190px;bottom:-180px}.back-link{color:#171b19;position:relative;z-index:2}.login-wrap{position:relative;z-index:2}.login-intro .logo-large{background:#171b19}.login-intro .kicker{color:#171b19}.login-intro h1{font-size:54px;color:#171b19;letter-spacing:-.055em}.login-intro>p:last-of-type{color:#514817}.login-child-preview{height:142px;max-width:410px;margin-top:28px;border:2px solid #171b19;border-radius:16px;background:#ffbf17;overflow:hidden;position:relative;box-shadow:8px 8px 0 #171b19}.login-child-preview img{width:100%;height:100%;object-fit:cover;object-position:68% 28%}.login-child-preview::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,17,17,.82),transparent 72%)}.login-child-preview span{position:absolute;left:18px;bottom:18px;z-index:1;color:#fff;font-size:13px;font-weight:900;max-width:145px;line-height:1.45}.login-card{border:2px solid #171b19;border-radius:16px;box-shadow:12px 12px 0 #171b19}.login-card .primary{background:#171b19;border-color:#171b19}.login-card .primary:hover{background:#ffd319;color:#171b19}.role-tabs{background:#f2f1eb}.role-tabs button.active{color:#171b19;box-shadow:0 0 0 2px #171b19}.demo-note{background:#fff5c5;color:#64561c}
@media(max-width:1080px){.hero{grid-template-columns:1.05fr .95fr;padding-left:55px}.hero h1{font-size:55px}.hero-copy{padding-right:20px}.public-header nav{gap:24px}.hero-visual img{object-position:62% center}}
@media(max-width:760px){.public-header{height:68px;padding-inline:18px}.public-header .brand b{font-size:16px}.hero{height:auto;min-height:760px;display:block;padding:50px 22px 0;background:#ffd319}.hero-copy{padding:0;max-width:100%}.hero h1{font-size:43px}.hero h1 em{padding-inline:7px}.hero-visual{position:relative;right:auto;width:calc(100% + 44px);height:390px;min-height:390px;margin:28px -22px 0;opacity:1}.hero-visual img{object-position:64% center;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 12%);mask-image:linear-gradient(180deg,transparent 0,#000 12%)}.hero::before{display:none}.result-card{left:24px;bottom:25px}.trust-row{flex-direction:row;flex-wrap:wrap}.login-child-preview{margin-inline:auto}.login-intro h1{font-size:40px}.feature-grid article{box-shadow:5px 5px 0 #ffe15f}}
@media(max-width:430px){.hero{min-height:760px}.hero-actions{align-items:flex-start;flex-direction:column}.hero-actions .primary{width:100%}.hero-visual{height:350px;min-height:350px}.result-card{transform:scale(.9);transform-origin:left bottom}.public-header .brand small{display:none}.login-child-preview{height:120px}}

/* Calm pastel institute theme */
:root{--green:#426b55;--green2:#315443;--mint:#e4f0e3;--cream:#f7f8f2;--ink:#263e33;--muted:#68786f;--line:#d8e4da;--shadow:0 22px 55px rgba(52,88,68,.12)}
body{background:var(--cream)}
.public-header{height:80px;padding:0 clamp(22px,7vw,118px);background:rgba(255,255,252,.94);border-bottom:1px solid #dde8df;box-shadow:none;backdrop-filter:blur(12px)}
.public-header .brand>span{background:#d9ebd8;color:#315443;border-radius:50%;box-shadow:0 0 0 5px #f0f6ed}
.public-header .brand b{color:#263e33;line-height:1.15}.public-header .brand small{color:#426b55;font-size:13px;font-weight:800;letter-spacing:-.02em;margin-top:5px}.public-header nav a{color:#425a4d}
.public-header .outline{border:1px solid #426b55;border-radius:999px;color:#315443;background:#fff;padding:10px 24px}.public-header .outline:hover{background:#426b55;color:#fff}
.hero{min-height:650px;height:calc(100vh - 80px);max-height:780px;padding:0 0 0 clamp(28px,8vw,138px);grid-template-columns:minmax(480px,.92fr) minmax(500px,1.08fr);background:linear-gradient(135deg,#e8f2e5 0%,#dcebdc 100%)}
.hero::before{display:none}.hero-copy{padding:70px 48px 64px 0}.hero .kicker{color:#426b55;font-size:15px;font-weight:900;letter-spacing:.01em}.hero .kicker::before{background:#7ca486;height:3px}
.hero h1{color:#263e33;font-size:clamp(48px,5.1vw,74px);line-height:1.09}.hero h1 em{color:#426b55;background:transparent;border-radius:0;padding:0;box-shadow:none}
.hero-copy>p:not(.kicker){color:#596e62}.hero-actions .primary{background:#426b55;color:#fff;border-color:#426b55;border-radius:999px;box-shadow:0 10px 24px rgba(49,84,67,.18)}.hero-actions .primary:hover{background:#315443;color:#fff}.hero-actions a{color:#315443}.trust-row{color:#587064}
.hero-visual{background:#dcebdc}.hero-visual img{object-position:64% center;filter:saturate(.82) contrast(.98);-webkit-mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 100%);mask-image:linear-gradient(90deg,transparent 0,#000 16%,#000 100%)}
.hero-spark,.paper-plane{display:none}.result-card{left:8%;bottom:38px;border:1px solid rgba(255,255,255,.9);border-radius:18px;background:rgba(255,255,252,.92);box-shadow:0 14px 34px rgba(46,76,58,.16);backdrop-filter:blur(8px)}.result-card small,.result-card span{color:#426b55}
.feature-section{background:#fff}.feature-section .section-kicker,.process-section .section-kicker{color:#628b70}.feature-grid article{border:1px solid #d8e4da;border-radius:18px;background:#fbfdf9;box-shadow:0 10px 26px rgba(58,94,71,.08)}.feature-grid i{color:#7fa58a}.feature-grid article:hover{transform:translateY(-4px)}
.process-section{background:#edf4eb}.process-section li{border-color:#d3e2d5}.process-section li span{background:#d9ebd8;color:#315443;border:0}
.safety-section{background:#315443}.safety-section .section-kicker,.safety-list span{color:#bcd9bf}
.login-page{background:linear-gradient(135deg,#e7f1e4 0%,#dbeadd 58%,#f5f7ef 100%)}.login-page::after{border-color:rgba(255,255,255,.45)}.back-link{color:#315443}.login-intro .logo-large{background:#426b55}.login-intro .kicker{color:#426b55;font-size:15px;font-weight:900}.login-intro h1{color:#263e33}.login-intro>p:last-of-type{color:#5e7166}
.login-child-preview{border:1px solid rgba(66,107,85,.25);border-radius:18px;background:#dcebdc;box-shadow:0 14px 34px rgba(49,84,67,.16)}.login-child-preview img{object-position:66% 55%;filter:saturate(.82)}.login-child-preview::after{background:linear-gradient(90deg,rgba(36,66,50,.82),transparent 78%)}
.login-card{border:1px solid #d2e0d4;border-radius:22px;box-shadow:0 24px 60px rgba(49,84,67,.16)}.login-card .primary{background:#426b55;border-color:#426b55}.login-card .primary:hover{background:#315443;color:#fff}.role-tabs{background:#edf3ed}.role-tabs button.active{color:#315443;box-shadow:0 0 0 1px #bfd2c2}.demo-note,.notice{background:#eef4ed;color:#5a7163}

.save-success{margin:0 0 14px;padding:13px 16px;border:1px solid #b9d9c5;border-radius:12px;background:#e9f6ed;color:#2e684d;font-size:12px;animation:childSaved .35s ease-out}.new-child-row{background:#f0faf3;animation:childSaved .45s ease-out}.new-child-row td:first-child{box-shadow:inset 4px 0 #5b9b75}.new-child-badge{display:inline-block!important;width:max-content;margin-top:5px!important;padding:3px 7px;border-radius:10px;background:#d9efe1;color:#2e684d!important;font-size:9px!important;font-weight:800}@keyframes childSaved{from{opacity:.35;transform:translateY(-5px)}to{opacity:1;transform:none}}

@media(max-width:1080px){.hero{grid-template-columns:1.02fr .98fr;padding-left:55px}.hero h1{font-size:54px}.hero-visual img{object-position:66% center}}
@media(max-width:760px){.public-header{height:68px;padding-inline:18px}.hero{height:auto;min-height:760px;display:block;padding:50px 22px 0;background:linear-gradient(160deg,#e8f2e5,#dcebdc)}.hero-copy{padding:0}.hero h1{font-size:42px}.hero-visual{position:relative;right:auto;width:calc(100% + 44px);height:390px;min-height:390px;margin:28px -22px 0;opacity:1}.hero-visual img{object-position:63% center;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 12%);mask-image:linear-gradient(180deg,transparent 0,#000 12%)}.result-card{left:24px;bottom:25px}.feature-grid article{box-shadow:0 8px 22px rgba(58,94,71,.09)}}
@media(max-width:430px){.hero{min-height:760px}.public-header{gap:10px;padding-inline:12px}.public-header .brand{gap:7px}.public-header .brand>span{width:34px;height:34px}.public-header .brand b{font-size:14px}.public-header .brand small{display:block;font-size:10px;margin-top:3px}.public-header .outline{padding:8px 13px;font-size:12px;margin-left:auto}}

.app-sidebar .brand small{font-size:11px;font-weight:800;color:#c7ddce}
.result-filter-panel{display:grid;gap:18px}.download-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.result-filters{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px}.result-filters label{display:grid;gap:6px;font-size:.82rem;color:var(--muted)}.result-filters select,.result-filters input{width:100%;min-height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 10px;color:var(--ink)}
.comparison-panel{display:grid;gap:16px;background:linear-gradient(135deg,#f5faf3,#fff)}.comparison-fields{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;align-items:end}.comparison-fields label{display:grid;gap:6px;font-size:.82rem;color:var(--muted)}.comparison-fields select{width:100%;min-height:42px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0 10px;color:var(--ink)}.comparison-fields button{min-height:42px}.comparison-panel>small{color:var(--muted)}
.consultation-page{padding:130px max(5vw,24px) 80px;background:linear-gradient(180deg,#f1f7ef 0,#fafbf7 360px);min-height:100vh}.consultation-hero{max-width:1180px;margin:0 auto 34px}.consultation-hero .back-link{margin:0 0 28px;padding:0}.consultation-hero h1{font-size:clamp(2.3rem,5vw,4.4rem);margin:8px 0 14px;color:var(--ink)}.consultation-hero>p:last-child{max-width:720px;color:var(--muted);font-size:1.05rem}.consultation-layout{max-width:1180px;margin:auto;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:24px;align-items:start}.consultation-board,.consultation-form-card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:0 14px 38px rgba(48,77,58,.07)}.consultation-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.consultation-head h2,.consultation-form-card h2{margin:0 0 6px}.consultation-head p,.consultation-form-card>p{margin:0;color:var(--muted)}.consultation-list{display:grid;gap:12px}.consultation-item{border:1px solid var(--line);border-radius:16px;padding:20px;background:#fff}.consultation-item-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.consultation-item-head small{margin-left:auto;color:var(--muted)}.consultation-type{padding:4px 9px;border-radius:99px;background:#e8f3e5;color:#315c3d;font-size:.75rem;font-weight:800}.consultation-type.secret{background:#f1eee4;color:#6c624c}.consultation-item h3,.admin-consultation h3{margin:12px 0 4px}.consultation-meta{color:var(--muted);font-size:.84rem;margin:0 0 14px}.consultation-content{line-height:1.75;color:#35463a;padding:14px 0}.consultation-answer{margin-top:14px;padding:16px;border-radius:14px;background:#f1f7ef}.consultation-answer p{margin:8px 0 0;line-height:1.7}.consultation-form-card{position:sticky;top:100px}.consultation-form-card form{display:grid;gap:14px;margin-top:20px}.consultation-form-card form>label,.admin-consultation form>label{display:grid;gap:7px;font-size:.85rem;color:var(--muted)}.consultation-form-card input,.consultation-form-card textarea,.admin-consultation textarea{width:100%;border:1px solid var(--line);border-radius:11px;padding:11px;background:#fff;color:var(--ink)}.visibility-choice{display:flex;gap:10px}.visibility-choice label{flex:1;border:1px solid var(--line);border-radius:12px;padding:11px;background:#f9fbf7}.admin-consultation-list{display:grid;gap:16px}.admin-consultation form{display:grid;gap:10px;margin-top:12px}.admin-consultation-actions{display:flex;gap:8px}.admin-consultation .consultation-content{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.admin-mode-launch{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:0 0 22px}.admin-mode-launch button{border:1px solid #d5e5d4;border-radius:22px;background:linear-gradient(135deg,#f4fbf2,#eef7f1);padding:24px;text-align:left;color:#294634;box-shadow:0 10px 28px rgba(66,100,75,.08)}.admin-mode-launch span{display:inline-block;padding:5px 10px;border-radius:999px;background:#718f75;color:#fff;font-size:12px}.admin-mode-launch b{display:block;font-size:21px;margin:13px 0 6px}.admin-mode-launch small{color:#66766a}.admin-mode-head{display:grid;grid-template-columns:minmax(280px,1fr) auto;gap:18px;align-items:end;background:linear-gradient(135deg,#edf7eb,#f8fbf5);border:1px solid #d6e6d3;border-radius:24px;padding:25px;margin-bottom:22px}.admin-mode-head h2{margin:4px 0 8px}.admin-mode-switch{display:flex;background:#fff;border:1px solid #d8e4d7;border-radius:14px;padding:4px}.admin-mode-switch button{border:0;background:transparent;padding:10px 16px;border-radius:10px;color:#647368}.admin-mode-switch button.active{background:#6f8f72;color:#fff}.admin-mode-filters{grid-column:1/-1;display:flex;gap:12px}.admin-mode-filters label{flex:1;max-width:420px}.teacher-mode-profile{display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff;border:1px solid #dce8da;border-radius:20px;padding:22px;margin-bottom:22px}.teacher-mode-profile h2{margin:7px 0 3px}.assignment-control{display:flex;flex-direction:column;gap:8px;min-width:230px}.assignment-control>div:last-child{display:flex;gap:6px}.assignment-control select{min-width:135px;padding:7px}.assignment-tags{display:flex;flex-wrap:wrap;gap:6px}.assignment-tags span{display:inline-flex;align-items:center;gap:6px;background:#edf5eb;border-radius:999px;padding:5px 8px 5px 10px;font-size:12px}.assignment-tags button{border:0;background:transparent;color:#8a5858;font-weight:700;padding:0}
.ai-result-report{display:grid;gap:18px}.result-summary{background:linear-gradient(135deg,#f1f8ed,#fbfdf8);border-color:#cfe1cc}.result-summary h2{margin:6px 0 12px}.result-summary>p:not(.section-kicker){font-size:16px;line-height:1.8;color:#354d3e}.result-summary>small{display:block;margin-top:14px;color:#77847b}.factor-interpretations{display:grid;gap:12px}.factor-interpretations article{border:1px solid #dfe9dd;border-radius:16px;padding:18px;background:#fbfdfa}.factor-interpretations header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.factor-interpretations h3{margin:0 0 5px}.factor-interpretations header p{margin:0;color:#77847b;font-size:12px}.factor-interpretations header b{text-align:right;color:#476851;font-size:18px;white-space:nowrap}.factor-interpretations header b small{display:block;font-size:11px;margin-top:4px}.factor-interpretations article>p{margin:13px 0 0;line-height:1.65}.score-graph{display:grid;gap:13px;margin-top:17px}.score-bar{display:grid;grid-template-columns:minmax(90px,150px) 1fr 48px;align-items:center;gap:12px}.score-bar>span{font-size:13px;font-weight:700}.score-bar>div{height:14px;border-radius:999px;background:#e8eee6;overflow:hidden}.score-bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#91b58e,#608b69)}.score-bar.overall i{background:linear-gradient(90deg,#6f9b73,#3f6c50)}.score-bar>b{text-align:right;font-size:13px}.graph-note{display:block;margin-top:15px;color:#77847b}.insight-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.insight-grid ul{padding-left:19px;margin:12px 0 0}.insight-grid li{margin:9px 0;line-height:1.6}.strength-panel{border-top:4px solid #75a77c}.support-panel{border-top:4px solid #d6aa70}.recommendation-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:15px}.recommendation-list article{display:flex;gap:11px;align-items:flex-start;background:#f4f8f1;border-radius:14px;padding:15px}.recommendation-list span{display:grid;place-items:center;flex:0 0 26px;height:26px;border-radius:50%;background:#6f8f72;color:#fff;font-size:12px;font-weight:800}.recommendation-list p{margin:2px 0 0;line-height:1.55}.narrative-actions{display:flex;align-items:center;gap:12px;justify-content:flex-end;margin:16px 0}.narrative-actions small{color:#77847b}
@media(max-width:900px){.result-filters{grid-template-columns:1fr 1fr}.comparison-fields{grid-template-columns:1fr 1fr}.comparison-fields button{grid-column:1/-1}.download-actions{justify-content:flex-start}}
@media(max-width:560px){.result-filters,.comparison-fields{grid-template-columns:1fr}.comparison-fields button{grid-column:auto}}
@media(max-width:900px){.consultation-layout{grid-template-columns:1fr}.consultation-form-card{position:static}.public-header nav{gap:12px}.public-header nav a{font-size:.82rem}}
@media(max-width:650px){.consultation-page{padding-top:105px}.consultation-head{align-items:flex-start;flex-direction:column}.consultation-board,.consultation-form-card{padding:20px}.public-header nav{display:none}}
@media(max-width:760px){.admin-mode-launch{grid-template-columns:1fr}.admin-mode-head{grid-template-columns:1fr}.admin-mode-switch{justify-self:start}.admin-mode-filters{flex-direction:column}.admin-mode-filters label{max-width:none}.teacher-mode-profile{align-items:flex-start;flex-direction:column}.assignment-control{min-width:0}}
@media(max-width:760px){.insight-grid,.recommendation-list{grid-template-columns:1fr}.score-bar{grid-template-columns:82px 1fr 42px}.factor-interpretations header{flex-direction:column}.factor-interpretations header b{text-align:left}.narrative-actions{align-items:flex-start;flex-direction:column}}
.public-actions{display:flex;align-items:center;gap:8px}.signup-card .role-tabs{grid-template-columns:repeat(2,1fr)}.signup-card .role-tabs button{display:flex;align-items:center;justify-content:center;gap:5px}.signup-card .role-tabs small{font-size:9px;font-weight:700;opacity:.72}.signup-flow{display:flex;align-items:center;gap:10px;margin:18px 0 4px;color:#42624c;font-size:13px;font-weight:800}.signup-flow span{display:flex;align-items:center;gap:6px}.signup-flow b{display:grid;place-items:center;width:22px;height:22px;border-radius:50%;background:#dcebd7;color:#315443}.signup-flow i{font-style:normal;color:#8da292}.signup-success{min-height:16px;margin:8px 0;color:#2e684d;font-size:12px;font-weight:800;line-height:1.5}
@media(max-width:430px){.public-actions{gap:5px;margin-left:auto}.public-header .public-actions .outline{margin-left:0;padding:8px 10px;font-size:11px}}
.optional-label{display:inline;margin-left:5px;color:#6f7d76;font-size:10px;font-weight:600}.privacy-agreement{margin-top:14px;border:1px solid #cdddcf;border-radius:12px;background:#f7faf6;padding:13px}.privacy-agreement.optional{background:#fbfcf9}.privacy-agreement>div{display:grid;gap:5px}.privacy-agreement b{font-size:12px;color:#315443}.privacy-agreement span{font-size:10px;line-height:1.45;color:#65756b}.consent-check{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:8px!important;margin:11px 0 0!important;font-size:11px!important;line-height:1.45}.consent-check input{width:16px;height:16px;flex:0 0 16px;margin:0;padding:0}.age-check{margin-top:14px!important;padding:11px;border-radius:10px;background:#eef4ed}.signup-card{max-height:calc(100vh - 70px);overflow:auto}
.tool-basic-info{display:grid;grid-template-columns:minmax(220px,.7fr) minmax(360px,1.3fr);gap:28px;align-items:start;margin:18px 0}.tool-basic-info h2{margin:4px 0 8px}.tool-basic-info>div>p:last-child{color:#6d7b71;line-height:1.6}.tool-basic-info form{display:grid;gap:12px}.tool-basic-info textarea{resize:vertical}
@media(max-width:760px){.tool-basic-info{grid-template-columns:1fr}}
