@import"https://fonts.googleapis.com/css2?family=Gowun+Batang:wght@700&family=IBM+Plex+Sans+KR:wght@400;500;600;700&display=swap";:root{font-family:IBM Plex Sans KR,sans-serif;color:#20231f;background:#e9e4da;font-synthesis:none;--green:#17372f;--orange:#da5d2d;--paper:#fbf8f2;--line:#d8d0c3}*{box-sizing:border-box}body{margin:0;min-width:320px}button,input,textarea,select{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh;display:grid;grid-template-columns:238px 180px minmax(0,1fr)}.library{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:22px 16px;color:#f8f1e7;background:var(--green)}.side-head{display:flex;align-items:center;gap:10px;margin-bottom:20px}.side-head>div:last-child{display:flex;flex-direction:column}.side-head small{color:#9eb6ae}.brand-logo{display:block;object-fit:contain}.side-logo{width:64px;height:42px}.login-logo{width:220px;height:138px;margin:0 auto 18px}.new-button{padding:11px;border:1px solid #54736a;border-radius:8px;color:#fff;background:transparent;font-weight:700}.service-list{flex:1;margin:16px -6px;overflow:auto}.service-list button{display:flex;width:100%;flex-direction:column;gap:2px;padding:11px 12px;border:0;border-left:3px solid transparent;color:#d7e3de;background:transparent;text-align:left}.service-list button.active{border-left-color:#ef713b;background:#25463d}.service-list span,.service-list small{color:#98b3aa;font-size:10px}.signout{border:0;color:#a8c3b9;background:transparent;text-align:left}.settings-button{margin-bottom:8px;padding:10px 11px;border:1px solid #54736a;border-radius:8px;color:#d7e3de;background:transparent;text-align:left}.settings-button.active{border-color:#ef713b;color:#fff;background:#25463d}.order-rail{position:sticky;top:0;height:100vh;padding:32px 14px;border-right:1px solid #d4ccbf;background:#f4f0e8}.rail-title{margin:0 10px 17px;color:#8a8378;font-size:11px;font-weight:700;letter-spacing:.12em}.order-rail button{display:flex;width:100%;align-items:center;gap:9px;padding:8px;border:0;border-radius:9px;color:#666259;background:transparent;text-align:left;font-size:13px}.order-rail button.active{color:#17372f;background:#fff;box-shadow:0 4px 14px #493c2b12;font-weight:700}.order-rail i{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border:1px solid #cec5b8;border-radius:50%;font-style:normal;font-size:10px}.order-rail i.done{border-color:#789b8f;color:#fff;background:#517b6d}.workspace{min-width:0;max-width:1180px;width:100%;padding:30px clamp(24px,4vw,56px) 70px}.workspace-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.workspace-head h1,.login-card h1{margin:0;font-family:Gowun Batang;font-size:clamp(27px,3vw,40px)}.eyebrow{margin:0 0 4px;color:#c94e21;font-size:10px;font-weight:700;letter-spacing:.17em}.head-actions{display:flex;align-items:center;gap:10px}.status{padding:6px 10px;border-radius:99px;color:#6b665e;background:#ddd6ca;font-size:11px;font-weight:700}.status.ready{color:#245144;background:#d4e5de}.primary,.editor header>button,.editor-body button.accent{padding:11px 17px;border:0;border-radius:8px;color:#fff;background:var(--orange);font-weight:700;box-shadow:0 6px 16px #b94e2523}.primary:disabled,button:disabled{opacity:.55}.notice,.error{display:flex;justify-content:space-between;margin-bottom:14px;padding:10px 13px;border-left:3px solid var(--orange);background:#fff7e9;font-size:12px}.notice button{border:0;background:transparent}.editor{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:var(--paper);box-shadow:0 10px 32px #493c2b0b;animation:reveal .22s ease-out}.editor>header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;border-bottom:1px solid #e1dacf;background:linear-gradient(120deg,#fffdf8,#f2ebdf)}.editor h2{margin:0 0 3px;font-family:Gowun Batang;font-size:24px}.editor header p:last-child{margin:0;color:#777168;font-size:12px}.editor header>button{padding:8px 12px;color:#294b41;border:1px solid #b7c9c2;background:#eff6f3;box-shadow:none}.editor-body{display:flex;flex-direction:column;gap:15px;padding:24px}label{display:flex;flex-direction:column;gap:6px;color:#5d5a53;font-size:11px;font-weight:700}input,textarea,select{width:100%;padding:10px 11px;border:1px solid #cec6b9;border-radius:7px;outline:none;color:#20231f;background:#fffefa}input:focus,textarea:focus,select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #da5d2d16}textarea{resize:vertical;line-height:1.6}.form-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.two-col{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.stack{display:flex;flex-direction:column;gap:9px}.row-card{display:grid;grid-template-columns:28px minmax(150px,.8fr) minmax(240px,1.5fr) auto;align-items:start;gap:8px}.row-card>b{display:grid;height:36px;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:11px}.service-picker{display:flex;flex-direction:column;gap:8px}.service-picker>span{color:#5d5a53;font-size:11px;font-weight:700}.service-picker>div{display:flex;flex-wrap:wrap;gap:7px}.service-picker button{padding:8px 11px;border:1px solid #cfc6b8;border-radius:99px;color:#4e4b45;background:#fffefa}.service-picker button.selected{border-color:var(--orange);color:#fff;background:var(--orange)}.section-template-panel{margin-top:4px;padding:16px;border:1px solid #ddd3c4;border-radius:11px;background:#f5efe5}.section-template-panel h3{margin:0;font-family:Gowun Batang}.section-template-panel p{margin:3px 0 13px;color:#7b746a;font-size:11px}.section-template-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.remove{align-self:center;padding:8px;border:0;color:#a44124;background:transparent;font-size:11px}.subhead{margin:8px 0 -3px;padding-top:14px;border-top:1px solid #e2dbcf;font-family:Gowun Batang}.empty{margin:0;padding:28px;border:1px dashed #c9c0b2;color:#8d867c;text-align:center}.announcement-card{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:start;gap:10px;padding:13px;border:1px solid #ddd5c9;border-radius:10px;background:#fffefa}.announcement-number{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#fff;background:var(--green);font-size:11px;font-weight:700}.announcement-fields{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(260px,1.3fr);gap:10px}.announcement-translation{display:grid;grid-column:1/-1;grid-template-columns:minmax(180px,.7fr) minmax(260px,1.3fr);gap:10px;padding-top:10px;border-top:1px dashed #d9d0c3}.announcement-translation input,.announcement-translation textarea{color:#264c5b;background:#f0f7f8}.search input{font-size:16px}.song-search{max-height:250px;overflow:auto;border:1px solid #d9d1c5;border-radius:8px;background:#fff}.song-search>div{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:7px;padding:8px 10px;border-bottom:1px solid #eee8de}.song-search span{display:flex;min-width:0;flex-direction:column}.song-search b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.song-search small{color:#8a8378}.song-search button{padding:6px 9px;border:1px solid #c9c0b2;border-radius:6px;background:#faf7f1;font-size:10px}.song-search button.accent{padding:7px 9px}.song-card{padding:13px;border:1px solid #ddd5c9;border-radius:9px;background:#f7f3ec}.song-card>div{display:grid;grid-template-columns:1fr 120px auto;gap:8px;margin-bottom:8px}.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.media-card{display:flex;flex-direction:column;gap:8px;padding:11px;border:1px solid #d8d0c3;border-radius:9px;background:#f6f1e9}.preview{display:grid;aspect-ratio:16/9;place-items:center;overflow:hidden;border-radius:6px;color:#9b9388;background:#ddd6cb;font-size:11px}.preview img{width:100%;height:100%;object-fit:cover}.bulletin-extractor,.section-image{display:flex;flex-direction:column;gap:11px;padding:14px;border:1px solid #ddd4c6;border-radius:10px;background:#f7f2e9}.bulletin-actions,.bulletin-link{display:flex;align-items:flex-end;gap:10px}.bulletin-actions label,.bulletin-link label{flex:1}.bulletin-link button{flex:0 0 auto;padding:10px 13px;border:1px solid #b9aa98;border-radius:7px;color:#294b41;background:#fffefa;font-weight:700}.bulletin-list{display:flex;align-items:center;gap:7px;overflow:auto}.bulletin-list>span{flex:0 0 auto;color:#777168;font-size:11px;font-weight:700}.bulletin-list button{display:flex;flex:0 0 auto;flex-direction:column;padding:7px 10px;border:1px solid #d0c7ba;border-radius:7px;background:#fffefa;text-align:left}.bulletin-list small{color:#8d867c}.bulletin-preview,.section-image-preview{max-height:260px;overflow:hidden;border-radius:8px;background:#ddd6cb}.bulletin-preview img,.section-image-preview img{display:block;width:100%;max-height:260px;object-fit:contain}.section-image h3{margin:0;font-family:Gowun Batang}.section-image p{margin:2px 0 0;color:#7b746a;font-size:11px}.login-page,.center-message{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 20%,#f8dfcb 0,transparent 35%),#e9e4da}.login-card{width:min(420px,100%);padding:38px;border:1px solid var(--line);border-radius:18px;background:var(--paper);box-shadow:0 24px 70px #483a2722}.login-card .brand{margin-bottom:24px}.login-card form{display:flex;flex-direction:column;gap:14px;margin-top:22px}.muted{color:#6f6b64;line-height:1.6}.admin-setup-link{display:block;margin:16px auto 0;border:0;color:#526d64;background:transparent;text-decoration:underline;font-size:12px}.admin-badge{padding:7px 11px;border-radius:99px;color:#294b41;background:#dfece7;font-size:11px;font-weight:700}.settings-editor{max-width:720px}.account-form{display:flex;max-width:480px;flex-direction:column;gap:14px}.account-form label{display:flex;flex-direction:column;gap:6px}.account-form small{color:#777168}.account-form .notice{margin:0}.settings-grid{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(420px,1.2fr);align-items:start;gap:16px}.settings-grid .settings-editor{max-width:none}.account-actions,.user-list article>div:last-child{display:flex;gap:8px}.account-actions button:not(.primary),.user-list button{padding:8px 11px;border:1px solid #c9c0b2;border-radius:7px;background:#faf7f1}.user-list{display:flex;flex-direction:column;gap:8px}.user-list article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border:1px solid #ddd5c9;border-radius:9px;background:#faf7f1}.user-list article>div:first-child{display:flex;min-width:0;flex-direction:column;gap:3px}.user-list b{overflow:hidden;text-overflow:ellipsis}.user-list small{color:#817a70;font-size:10px}.user-list .remove{color:#a43f2f}@keyframes reveal{0%{opacity:0;transform:translateY(6px)}}@media(max-width:900px){.app-shell{grid-template-columns:190px 1fr}.library{display:none}.form-grid,.media-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.settings-grid{grid-template-columns:1fr}}@media(max-width:650px){.app-shell{display:block}.order-rail{position:sticky;z-index:3;display:flex;width:100%;height:auto;padding:8px;overflow:auto;border:0;border-bottom:1px solid #d4ccbf}.rail-title,.order-rail button span{display:none}.order-rail button{width:auto;flex:0 0 auto}.workspace{padding:20px 12px 50px}.workspace-head{align-items:flex-end}.workspace-head h1{font-size:25px}.status{display:none}.editor>header{align-items:flex-start;padding:17px}.editor-body{padding:16px}.form-grid,.two-col,.media-grid,.section-template-grid,.announcement-fields,.announcement-translation{grid-template-columns:1fr}.row-card{grid-template-columns:28px 1fr auto}.row-card textarea{grid-column:2/4}.song-card>div{grid-template-columns:1fr 100px auto}}
