@charset "UTF-8";.editor-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1.4fr);gap:24px}@media (max-width: 960px){.editor-layout{grid-template-columns:minmax(0,1fr)}}.editor-panel{background:#fff;border-radius:12px;border:1px solid #e2e2e8;padding:16px 16px 18px;box-shadow:0 10px 25px #0f172a14}.editor-panel--form{max-height:calc(100vh - 120px);overflow:auto}.editor-panel__title{margin:0 0 12px;font-size:16px;font-weight:600}.editor-field-group{margin-bottom:12px}.editor-label{display:block;margin-bottom:4px;font-size:12px;font-weight:600;color:#4b5563}.editor-input,.editor-textarea,.editor-select{width:100%;font-size:13px;padding:8px 10px;border-radius:6px;border:1px solid #e2e2e8;outline:none;background:#fff}.editor-input:focus,.editor-textarea:focus,.editor-select:focus{border-color:#2563eb;box-shadow:0 0 0 1px #2563eb14}.editor-textarea{min-height:60px;resize:vertical}.editor-select{height:34px}.editor-actions{margin-top:12px;display:flex;justify-content:flex-end}.editor-button{padding:8px 14px;border-radius:999px;border:none;cursor:pointer;font-size:13px;font-weight:600;background:#2563eb;color:#fff;transition:background .15s ease,box-shadow .15s ease}.editor-button:hover{background:#1759ea;box-shadow:0 4px 10px #2563eb4d}.editor-button:active{transform:translateY(1px);box-shadow:none}.preview-panel{display:flex;flex-direction:column;gap:12px}.preview-panel__header{background:#fff;border-radius:12px;border:1px solid #e2e2e8;padding:12px 16px;box-shadow:0 10px 25px #0f172a14}.preview-panel__title{margin:0 0 4px;font-size:16px;font-weight:600}.preview-panel__subtitle{margin:0;font-size:13px;color:#4b5563}.preview-panel__content,.preview-panel__render{background:transparent}.preview-panel__code{margin-top:4px;background:#fff;border-radius:12px;border:1px solid #e2e2e8;padding:8px 10px 10px}.preview-panel__code-header{font-size:12px;color:#6b7280;margin-bottom:4px}.preview-panel__textarea{width:100%;min-height:180px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px;border-radius:6px;border:1px solid #e2e2e8;padding:8px;resize:vertical;background:#f9fafb}.sd-root{background:#fff;border-radius:12px;border:1px solid #e2e2e8;padding:24px 16px;color:#111827}.sd-hero{text-align:center;margin-bottom:24px}.sd-hero-kicker{font-size:11px;color:#6b7280;margin:0 0 4px}.sd-hero-title{margin:0 0 8px;font-size:22px;line-height:1.4}.sd-hero-subtitle{margin:0 0 12px;font-size:15px;color:#4b5563}.sd-hero-target{margin:0;font-size:13px;color:#6b7280}.sd-section{padding-top:20px;margin-top:20px;border-top:1px solid #e2e2e8}.sd-section-title{margin:0 0 8px;font-size:17px;font-weight:700}.sd-section-subtitle{margin:0 0 8px;font-size:13px;color:#4b5563}.sd-section-subtitle--mt{margin-top:12px}.sd-list{margin:0;padding-left:18px;font-size:13px;color:#111827}.sd-list li{margin-bottom:4px}.sd-list-disc{list-style-type:disc}.sd-list-plain{list-style-type:none;padding-left:0}.sd-list-plain--mt{margin-top:6px}.sd-list-ordered{list-style-type:decimal;padding-left:18px}.sd-list-ordered li{margin-bottom:6px}.sd-step-label{font-weight:600;margin-right:4px}.sd-faq-list{display:flex;flex-direction:column;gap:10px}.sd-faq-item{padding:10px 12px;border-radius:8px;background:#eff4ff}.sd-faq-question{margin:0 0 4px;font-weight:600;font-size:13px}.sd-faq-answer{margin:0;font-size:13px;color:#111827}.sd-section--policy{font-size:12px;color:#6b7280}.sd-policy-block{margin-bottom:10px}.sd-policy-title{margin:0 0 4px;font-size:13px;font-weight:600}.sd-policy-text{margin:0;white-space:pre-line}*,*:before,*:after{box-sizing:border-box}html,body{padding:0;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Noto Sans KR,Malgun Gothic,system-ui,sans-serif;background:#f5f5f7;color:#111827}button,input,textarea,select{font-family:inherit}.app-root{min-height:100vh;padding:24px}.app-header{margin-bottom:24px}.app-title{margin:0 0 6px;font-size:22px;font-weight:700}.app-subtitle{margin:0;font-size:14px;color:#4b5563}
