:root{font-family:Inter,Pretendard,Noto Sans KR,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;color:#10233f;background:#eff6ff}*{box-sizing:border-box}body{margin:0}button,input,select,textarea{font:inherit}.appShell{height:100vh;max-height:100vh;display:flex;background:radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 32rem),linear-gradient(135deg,#f8fbff,#eaf3ff);overflow:hidden}.sidebar{width:280px;flex-shrink:0;padding:24px 18px;background:linear-gradient(185deg,#091e3e,#030d1e);color:#dcecff;display:flex;flex-direction:column;height:100vh;border-right:1px solid rgba(255,255,255,.05);transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar.hidden{width:0;padding-left:0;padding-right:0;opacity:0;border-right:0;pointer-events:none}.brand{display:flex;gap:12px;align-items:center;padding:0 8px 24px;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:16px}.brandMark{width:40px;height:40px;display:grid;place-items:center;border-radius:10px;background:linear-gradient(135deg,#2563eb,#38bdf8);color:#fff;font-weight:800;box-shadow:0 8px 20px #2563eb4d;font-size:18px}.brand strong,.brand span{display:block}.brand span{margin-top:3px;color:#a9c8f4;font-size:12px}.sidebarControls{display:flex;gap:8px;padding:0 8px 16px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.05)}.sidebarControls button{flex:1;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);color:#93c5fd;border-radius:6px;padding:8px 10px;font-size:11.5px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:6px}.sidebarControls button:hover{background:#2563eb;color:#fff;border-color:#3b82f6;box-shadow:0 4px 12px #2563eb4d}.navGroups{display:flex;flex-direction:column;gap:12px;overflow-y:auto;flex:1;padding-right:4px}.navGroups::-webkit-scrollbar{width:5px}.navGroups::-webkit-scrollbar-track{background:transparent}.navGroups::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:99px}.navGroups::-webkit-scrollbar-thumb:hover{background:#ffffff40}.navGroup{display:flex;flex-direction:column}.navGroupHeader{width:100%;display:flex;justify-content:space-between;align-items:center;background:transparent;border:0;padding:8px 10px;color:#94a3b8;font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;text-align:left;border-radius:6px;transition:all .2s ease;margin-bottom:4px}.navGroupHeader:hover{color:#38bdf8;background:#ffffff0f}.navGroupHeader .chevron{opacity:.6;transition:transform .2s ease}.navGroupItems{display:flex;flex-direction:column;gap:4px;padding-left:6px;border-left:1px solid rgba(255,255,255,.05);margin-left:8px;margin-top:2px;margin-bottom:8px}.navItem{width:100%;display:flex;align-items:center;gap:10px;padding:9px 12px;border:0;border-radius:6px;color:#cbd5e1;background:transparent;cursor:pointer;text-align:left;font-size:13px;font-weight:500;transition:all .2s ease}.navItem:hover{background:#ffffff14;color:#fff;padding-left:15px}.navItem.active{background:#ffffff14;color:#38bdf8;font-weight:600;border-left:3px solid #38bdf8;border-radius:0 6px 6px 0;padding-left:9px}.main{flex:1;min-width:0;height:100vh;max-height:100vh;padding:24px;display:flex;flex-direction:column;overflow:hidden}.topbar,.pageHeader,.toolbar,.pager{display:flex;justify-content:space-between;align-items:center;gap:16px}.topbar{flex-shrink:0;margin-bottom:16px}.eyebrow{color:#2563eb;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}h1,h2{margin:4px 0 0;color:#0f2f5f}h1{font-size:30px}h2{font-size:22px}.statusPill,.tableBadge,.chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;font-weight:700}.statusPill{padding:10px 14px;color:#1453a8;background:#ffffffc7;box-shadow:0 12px 30px #0f3f8714}.resourcePageWrapper{flex:1;min-height:0;flex-direction:column;overflow:hidden}.resourcePage{flex:1;display:flex;flex-direction:column;gap:12px;overflow:hidden}.resourceBody{flex:1;display:flex;align-items:stretch;gap:0;overflow:hidden;min-height:0}.pageIntro{flex-shrink:0;padding:16px 20px;border:1px solid #d9e8fb;border-radius:8px;background:#ffffffd1;box-shadow:0 12px 30px #0f3f870d}.pageIntro p{margin:8px 0 0;color:#486581}.tableBadge{padding:5px 10px;color:#0754b8;background:#e5f1ff;font-size:12px}.actionBar{display:flex;gap:8px;flex-wrap:wrap}.primaryButton,.ghostButton,.dangerButton,.iconButton{display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;border:0;cursor:pointer;min-height:38px}.primaryButton{padding:0 15px;color:#fff;background:linear-gradient(135deg,#1d63ed,#0ea5e9);box-shadow:0 12px 22px #1d63ed38}.dangerButton{padding:0 15px;color:#fff;background:#dc2626}.ghostButton{padding:0 13px;color:#1958ad;background:#edf6ff;border:1px solid #cae0fb}.ghostButton:disabled{opacity:.45;cursor:not-allowed}.iconButton{width:34px;color:#1f5dab;background:#edf6ff}.iconButton.danger{color:#dc2626;background:#fff1f2}.samplePanel{padding:12px;border-radius:8px;border:1px solid #d9e8fb;background:#fff}.samplePanel img{width:100%;max-height:420px;object-fit:contain;display:block}.toolbar{padding:0 2px}.searchBox{min-width:min(460px,100%);display:flex;align-items:center;gap:10px;padding:0 13px;height:44px;border-radius:8px;border:1px solid #cae0fb;background:#fff}.searchBox input{width:100%;border:0;outline:0;color:#10233f}.countText,.muted{color:#6b7f99}.dataSurface{flex:1;display:flex;flex-direction:column;min-height:0;border:1px solid #d9e8fb;border-radius:8px;background:#ffffffeb;box-shadow:0 12px 30px #0f3f870d;overflow:hidden}.tableWrap{flex:1;overflow:auto}table{table-layout:fixed;width:max-content;min-width:100%;border-collapse:collapse}th,td{padding:12px 14px;border-bottom:1px solid #e6eef8;text-align:left;white-space:nowrap;max-width:260px;overflow:hidden;text-overflow:ellipsis}th{position:sticky;top:0;z-index:1;color:#164a93;background:#e8f3ff;font-size:13px}tbody tr:hover{background:#f5faff}.clickableRow{cursor:pointer}.chip{padding:4px 8px;font-size:12px}.chip.on{color:#075985;background:#e0f2fe}.chip.off{color:#7f1d1d;background:#fee2e2}.pager{flex-shrink:0;padding:12px 16px;border-top:1px solid #e6eef8;background:#fcfdfe;display:flex;align-items:center;justify-content:space-between}.pagerLeft{flex:1;display:flex;justify-content:flex-start}.pagerCenter{display:flex;align-items:center;gap:6px}.pagerRight{flex:1;display:flex;justify-content:flex-end}.pager .iconButton,.pageNumberButton{min-width:32px;height:32px;border-radius:6px;background:#fff;border:1px solid #cbd5e1;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;font-weight:600;transition:all .2s ease;padding:0 8px}.pager .iconButton:hover:not(:disabled),.pageNumberButton:hover{background:#f1f5f9;border-color:#94a3b8;color:#0f172a}.pager .iconButton:disabled{opacity:.4;cursor:not-allowed;background:#f8fafc;border-color:#e2e8f0;color:#cbd5e1}.pageNumberButton.active{background:#2563eb;border-color:#2563eb;color:#fff;box-shadow:0 4px 10px #2563ed40}.loading,.errorState{min-height:300px;display:grid;place-items:center;align-content:center;gap:10px;color:#486581}.emptyState{min-height:360px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px}.emptyStateIcon{color:#94a3b8;margin-bottom:16px;animation:floatEmpty 3s ease-in-out infinite}.emptyState h3{margin:0 0 8px;font-size:18px;font-weight:700;color:#334155}.emptyState p{margin:0;font-size:13.5px;color:#64748b;max-width:600px;line-height:1.55}@keyframes floatEmpty{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.loading.compact{min-height:360px}.errorState{border:1px solid #d9e8fb;border-radius:8px;background:#fff;color:#b91c1c}.errorState p{max-width:720px;margin:0;text-align:center;color:#486581}.resourceMain{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:12px;transition:flex-basis .32s cubic-bezier(.4,0,.2,1)}.resourceDrawer{position:relative;flex:0 0 0;width:0;overflow:hidden;transition:flex-basis .32s cubic-bezier(.4,0,.2,1),width .32s cubic-bezier(.4,0,.2,1)}.resourceBody.withDrawer .resourceDrawer{margin-left:16px;overflow:visible}.resourceDrawer.noTransition,.resourceBody.withDrawer .resourceDrawer.noTransition,.resourceMain.noTransition{transition:none}.drawerResizer{position:absolute;top:0;left:-6px;width:12px;height:100%;cursor:col-resize;z-index:5}.drawerResizer:hover,.drawerResizer:active{background:#1453a81f}.editorPanel{height:100%;width:100%;display:grid;grid-template-rows:auto 1fr auto;gap:18px;padding:22px;border-radius:8px;background:#fff;box-shadow:-12px 0 32px #07142b1f;border:1px solid #d9e8fb}.editorPanel header,.editorPanel footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.editorPanelBody{overflow-y:auto}.formGrid{display:grid;grid-template-columns:minmax(0,1fr);gap:14px;padding-right:4px}.formGrid label{display:grid;gap:7px;color:#37516f;font-weight:700;font-size:13px}.formGrid input,.formGrid select,.formGrid textarea{width:100%;border:1px solid #c9def7;border-radius:8px;padding:10px 12px;color:#10233f;background:#fbfdff;outline-color:#60a5fa}.deleteText{margin:0;color:#37516f}.inlineError{padding:10px 12px;border-radius:8px;color:#991b1b;background:#fee2e2}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){.appShell{grid-template-columns:1fr}.sidebar{position:static}.main{padding:18px}.topbar,.pageIntro,.toolbar{align-items:stretch;flex-direction:column}.formGrid{grid-template-columns:1fr}}.manualLayout{display:grid;grid-template-columns:320px 1fr;gap:24px;min-height:calc(100vh - 120px)}.manualSidebar{padding:16px;border:1px solid #d9e8fb;border-radius:8px;background:#ffffffd1;box-shadow:0 18px 45px #0f3f8714;display:flex;flex-direction:column;gap:8px;overflow-y:auto;max-height:calc(100vh - 150px)}.manualSidebarTitle{margin:0 0 12px;padding-bottom:8px;border-bottom:1.5px solid #cae0fb;color:#0f3f87;font-size:16px;font-weight:800}.manualItemButton{width:100%;padding:12px 14px;border:0;border-radius:8px;background:transparent;color:#37516f;text-align:left;cursor:pointer;font-weight:500;transition:all .2s ease;font-size:13.5px}.manualItemButton:hover{background:#edf6ff;color:#1d63ed;padding-left:18px}.manualItemButton.active{background:linear-gradient(135deg,#1d63ed,#0ea5e9);color:#fff;font-weight:700;box-shadow:0 8px 16px #1d63ed29}.manualContentArea{padding:24px 30px;border:1px solid #d9e8fb;border-radius:8px;background:#ffffffeb;box-shadow:0 18px 45px #0f3f8714;overflow-y:auto;max-height:calc(100vh - 150px)}.manualContentBody h1{font-size:26px;color:#0f3f87;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #cae0fb}.manualContentBody h2{font-size:18px;color:#1e293b;margin-top:24px;margin-bottom:12px}.manualContentBody p,.manualContentBody li{line-height:1.6;color:#475569}.toastContainer{position:fixed;top:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{pointer-events:auto;min-width:320px;max-width:450px;padding:14px 18px;border-radius:10px;background:#fff;box-shadow:0 20px 40px #0f172a1a;display:flex;align-items:center;gap:12px;color:#1e293b;font-size:13.5px;font-weight:600;animation:toastSlideIn .35s cubic-bezier(.16,1,.3,1) forwards;border-left:5px solid #cbd5e1}.toast.success{border-left-color:#10b981;background:#f0fdf4;color:#14532d}.toast.error{border-left-color:#ef4444;background:#fef2f2;color:#7f1d1d}.toast.info{border-left-color:#3b82f6;background:#eff6ff;color:#1e3a8a}.toastClose{margin-left:auto;background:transparent;border:0;cursor:pointer;color:currentColor;opacity:.5;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.toastClose:hover{opacity:1}@keyframes toastSlideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}.topbar h1{font-size:28px;font-weight:800;letter-spacing:-.02em;color:#0f172a}.eyebrow{color:#2563eb;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.statusPill{padding:8px 14px;color:#1d4ed8;background:#ffffffe6;border:1px solid #dbeafe;box-shadow:0 4px 12px #2563eb0a;font-size:12.5px;font-weight:600}.pageHeader{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;padding:8px 2px 14px;border-bottom:1px solid rgba(226,232,240,.8);margin-bottom:12px;width:100%}.headerLeft{display:flex;flex-direction:column;gap:2px}.titleRow{display:flex;flex-direction:column}.titleAndBadge{display:flex;align-items:center;gap:8px;margin-top:2px}.titleAndBadge h1{font-size:24px;font-weight:800;color:#0f172a;letter-spacing:-.02em;margin:0}.headerDesc{margin:4px 0 0;color:#64748b;font-size:13px}.headerRight{display:flex;align-items:center;gap:8px}.headerRight .statusPill{padding:6px 12px;font-size:12px;font-weight:600;border-radius:6px;border:1px solid #dbeafe;background:#ffffffe6;color:#1d4ed8;display:inline-flex;align-items:center;gap:6px;box-shadow:0 2px 6px #2563eb08}.headerRight button{height:32px;padding:0 12px;font-size:12.5px;font-weight:600;border-radius:6px;display:inline-flex;align-items:center;gap:6px}.searchBox{min-width:min(360px,100%);display:flex;align-items:center;gap:10px;padding:0 14px;height:38px;border-radius:20px;border:1px solid #cbd5e1;background:#fff;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 6px #00000005}.searchBox:hover{border-color:#94a3b8}.searchBox:focus-within{border-color:#2563eb;box-shadow:0 0 0 3px #2563ed26;background:#fff}.searchBox svg{color:#64748b;transition:color .2s ease}.searchBox:focus-within svg{color:#2563eb}.searchBox input{font-size:13.5px;font-weight:500;border:0;outline:0;width:100%;color:#0f172a}.searchBox input::placeholder{color:#94a3b8}.primaryButton{padding:0 16px;color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #2563ed26;font-weight:600;font-size:13.5px;transition:all .2s ease}.primaryButton:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);box-shadow:0 6px 16px #2563ed40;transform:translateY(-1px)}.ghostButton{padding:0 14px;color:#475569;background:#fff;border:1px solid #cbd5e1;font-weight:600;font-size:13.5px;transition:all .2s ease}.ghostButton:hover:not(:disabled){background:#f8fafc;color:#0f172a;border-color:#94a3b8}.dataSurface{border:1px solid rgba(226,232,240,.8);border-radius:12px;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 12px 30px #0f3f870a}th{color:#475569;background:#f8fafc;font-size:12.5px;font-weight:700;border-bottom:1.5px solid #e2e8f0;border-right:1px solid rgba(226,232,240,.8);padding:14px 16px}td{padding:14px 16px;border-bottom:1px solid #f1f5f9;border-right:1px solid rgba(226,232,240,.8);color:#334155;font-size:13.5px}th:last-child,td:last-child{border-right:none}tbody tr:hover{background:#f1f5f980}.editorPanel{border-radius:12px;box-shadow:0 20px 50px #0f172a26;border:1px solid rgba(226,232,240,.8);padding:24px}.editorPanel header h2{font-size:20px;font-weight:800;color:#0f172a}.sizeSelector{padding:6px 12px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:13px;font-weight:600;outline:0;cursor:pointer;transition:all .2s ease;margin-right:auto}.sizeSelector:hover{border-color:#94a3b8;background:#f8fafc}.sizeSelector:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563ed26}th[draggable=true]{cursor:grab;-webkit-user-select:none;user-select:none;transition:background-color .2s ease,opacity .2s ease}th[draggable=true]:active{cursor:grabbing}th.dragging{opacity:.4;background-color:#cbd5e1!important}.textLinkButton{font-size:12px;font-weight:600;color:#64748b;cursor:pointer;border:0;background:transparent;text-decoration:underline;padding:4px 8px;border-radius:4px;transition:all .2s ease}.textLinkButton:hover{color:#2563eb;background:#2563eb0d}.sidebarToggleBtn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:1px solid #cbd5e1;background:#fff;color:#475569;cursor:pointer;transition:all .2s ease;flex-shrink:0}.sidebarToggleBtn:hover{background:#f8fafc;border-color:#94a3b8;color:#0f172a}.sidebarToggleBtn:active{transform:scale(.95)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#64748b33;border-radius:999px;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:#64748b66}.sidebar::-webkit-scrollbar-thumb{background:#ffffff26}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.tabBar{display:flex;align-items:center;gap:4px;padding:8px 12px 0;background:#ffffff40;border-bottom:1px solid rgba(226,232,240,.8);flex-shrink:0;overflow-x:auto;overflow-y:hidden}.tabBar::-webkit-scrollbar{height:4px}.tabItem{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#f1f5f999;border:1px solid rgba(226,232,240,.8);border-bottom:none;border-radius:6px 6px 0 0;color:#64748b;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none;position:relative;top:1px;white-space:nowrap}.tabItem:hover{background:#ffffffd9;color:#0f172a}.tabItem.active{background:#fff;color:#2563eb;border-color:#e2e8f0;box-shadow:0 -2px 10px #2563eb08}.tabCloseBtn{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;border-radius:999px;border:0;background:transparent;color:currentColor;opacity:.5;cursor:pointer;transition:all .2s ease;padding:0}.tabCloseBtn:hover{background:#64748b26;opacity:1}.colResizer{position:absolute;top:0;right:-8px;width:16px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none;z-index:20;background-color:transparent}.colResizer:after{content:"";position:absolute;top:0;left:7px;width:2px;height:100%;background-color:transparent;transition:background-color .2s ease}.colResizer:hover:after{background-color:#2563eb80}.colResizer:active:after{background-color:#2563eb}.tabCloseAllBtn{margin-left:auto;margin-right:12px;margin-bottom:6px;align-self:center;padding:4px 10px;background:transparent;border:1px solid #cbd5e1;border-radius:4px;color:#64748b;font-size:11px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.tabCloseAllBtn:hover{background:#f1f5f9;color:#0f172a;border-color:#94a3b8}.tabCloseAllBtn:active{transform:scale(.95)}
