:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--font-sans:"Pretendard", "Noto Sans KR", system-ui, -apple-system, "Segoe UI", Roboto, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;--bg:#f6f7f9;--surface:#fff;--surface-2:#f0f2f5;--border:#dde1e7;--text:#1c2026;--text-2:#5b6470;--text-3:#8a93a0;--primary:#1f6feb;--primary-hover:#1a5fd0;--primary-soft:#e6f0ff;--on-primary:#fff;--danger:#d1242f;--danger-soft:#ffe9ea;--success:#1a7f37;--success-soft:#e3f5e8;--warn:#9a6700;--warn-soft:#fff4d6;--focus:0 0 0 3px #1f6feb59;--radius:8px;--radius-lg:12px;--shadow:0 1px 2px #1018280f, 0 1px 3px #1018281a;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:24px;--sp-6:32px;--sidebar-w:240px;--sidebar-w-narrow:180px;--topbar-h:52px;--tabbar-h:60px;--safe-bottom:env(safe-area-inset-bottom,0px)}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--bg:#0f1216;--surface:#171b21;--surface-2:#1f242c;--border:#2c333d;--text:#e6e9ee;--text-2:#a4adb8;--text-3:#6f7986;--primary:#4c8dff;--primary-hover:#6ea1ff;--primary-soft:#16283f;--on-primary:#fff;--danger:#ff6b6b;--danger-soft:#3a1c1f;--success:#4cc26a;--success-soft:#16301f;--warn:#e2b93b;--warn-soft:#3a2f10;--shadow:0 1px 2px #0006}}*,:before,:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;font-size:15px;line-height:1.5}#app{min-height:100%}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{margin:0 0 var(--sp-3);font-weight:650;line-height:1.3}h1{font-size:1.35rem}h2{font-size:1.1rem}h3{font-size:1rem}p{margin:0 0 var(--sp-3)}.field{gap:var(--sp-1);margin-bottom:var(--sp-4);flex-direction:column;display:flex}.field>label{color:var(--text-2);font-size:.875rem;font-weight:600}.input,select.input,textarea.input{width:100%;min-height:42px;font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);outline:none;padding:8px 12px}.input:focus{border-color:var(--primary);box-shadow:var(--focus)}.input[aria-invalid=true]{border-color:var(--danger)}.input:disabled{background:var(--surface-2);color:var(--text-3)}.field-error{color:var(--danger);font-size:.8125rem}.help{color:var(--text-3);font-size:.8125rem}.btn{min-height:40px;font:inherit;color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:6px;padding:8px 14px;font-weight:600;text-decoration:none;display:inline-flex}.btn:hover{background:var(--surface-2);text-decoration:none}.btn:focus-visible{box-shadow:var(--focus);outline:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{color:var(--on-primary);background:var(--primary);border-color:var(--primary)}.btn-primary:hover{background:var(--primary-hover)}.btn-danger{color:var(--danger);border-color:var(--danger);background:var(--surface)}.btn-danger:hover{background:var(--danger-soft)}.btn-sm{min-height:32px;padding:4px 10px;font-size:.875rem}.btn-block{width:100%}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--sp-4);box-shadow:var(--shadow)}.card+.card{margin-top:var(--sp-4)}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.table{border-collapse:collapse;width:100%;font-size:.9rem}.table th,.table td{text-align:left;border-bottom:1px solid var(--border);vertical-align:middle;white-space:nowrap;padding:10px 12px}.table th{color:var(--text-2);background:var(--surface-2);font-weight:600}.table tr:last-child td{border-bottom:none}.badge{background:var(--surface-2);color:var(--text-2);border-radius:999px;padding:2px 8px;font-size:.75rem;font-weight:600;display:inline-block}.badge-primary{background:var(--primary-soft);color:var(--primary)}.badge-success{background:var(--success-soft);color:var(--success)}.badge-danger{background:var(--danger-soft);color:var(--danger)}.badge-warn{background:var(--warn-soft);color:var(--warn)}.alert{border-radius:var(--radius);margin-bottom:var(--sp-4);padding:10px 12px;font-size:.9rem}.alert-danger{background:var(--danger-soft);color:var(--danger)}.alert-success{background:var(--success-soft);color:var(--success)}.alert-warn{background:var(--warn-soft);color:var(--warn)}.muted{color:var(--text-3)}.mono{font-family:var(--font-mono)}.row{gap:var(--sp-2);flex-wrap:wrap;align-items:center;display:flex}.spacer{flex:1}.stack{gap:var(--sp-3);flex-direction:column;display:flex}.empty{padding:var(--sp-6) var(--sp-4);text-align:center;color:var(--text-3)}.sr-only{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width>=768px){.form-2col{column-gap:var(--sp-4);grid-template-columns:1fr 1fr;display:grid}}.shell[data-v-cf65fe2b]{min-height:100vh;display:flex}.sidebar[data-v-cf65fe2b]{display:none}.main[data-v-cf65fe2b]{flex-direction:column;flex:1;min-width:0;display:flex}.topbar[data-v-cf65fe2b]{z-index:20;height:var(--topbar-h);align-items:center;gap:var(--sp-3);padding:0 var(--sp-4);background:var(--surface);border-bottom:1px solid var(--border);display:flex;position:sticky;top:0}.topbar-title[data-v-cf65fe2b]{font-size:1.05rem;font-weight:700}.content[data-v-cf65fe2b]{padding:var(--sp-4);padding-bottom:calc(var(--tabbar-h) + var(--safe-bottom) + var(--sp-4));flex:1;width:100%;max-width:1200px;margin:0 auto}.user-menu[data-v-cf65fe2b]{position:relative}.user-btn .lbl[data-v-cf65fe2b]{text-overflow:ellipsis;max-width:120px;overflow:hidden}.dropdown[data-v-cf65fe2b]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);min-width:160px;box-shadow:var(--shadow);flex-direction:column;padding:4px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.dd-item[data-v-cf65fe2b]{text-align:left;width:100%;font:inherit;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:8px 10px;display:block}.dd-item[data-v-cf65fe2b]:hover{background:var(--surface-2);text-decoration:none}.tabbar[data-v-cf65fe2b]{z-index:30;height:calc(var(--tabbar-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--surface);border-top:1px solid var(--border);grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.tab[data-v-cf65fe2b]{color:var(--text-3);flex-direction:column;justify-content:center;align-items:center;gap:2px;font-size:.7rem;text-decoration:none;display:flex}.tab.active[data-v-cf65fe2b]{color:var(--primary)}.tab .ico[data-v-cf65fe2b]{width:24px;height:24px}.tab.fab .ico[data-v-cf65fe2b]{background:var(--primary);width:44px;height:44px;color:var(--on-primary);box-shadow:var(--shadow);border-radius:50%;margin-top:-18px}.tab.fab .tab-lbl[data-v-cf65fe2b]{color:var(--text-3)}@media (width>=768px){.tabbar[data-v-cf65fe2b]{display:none}.content[data-v-cf65fe2b]{padding:var(--sp-5)}.sidebar[data-v-cf65fe2b]{width:var(--sidebar-w-narrow);background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;height:100vh;display:flex;position:sticky;top:0;overflow-y:auto}.brand[data-v-cf65fe2b]{height:var(--topbar-h);padding:0 var(--sp-4);letter-spacing:.02em;border-bottom:1px solid var(--border);align-items:center;font-size:1.1rem;font-weight:800;display:flex}.side-nav[data-v-cf65fe2b]{padding:var(--sp-2)}.side-group+.side-group[data-v-cf65fe2b]{margin-top:var(--sp-3)}.side-title[data-v-cf65fe2b]{color:var(--text-3);text-transform:uppercase;letter-spacing:.06em;padding:4px 10px;font-size:.72rem;font-weight:700}.side-link[data-v-cf65fe2b]{border-radius:var(--radius);color:var(--text-2);align-items:center;gap:10px;padding:8px 10px;font-size:.925rem;text-decoration:none;display:flex}.side-link[data-v-cf65fe2b]:hover{background:var(--surface-2);text-decoration:none}.side-link.active[data-v-cf65fe2b]{background:var(--primary-soft);color:var(--primary);font-weight:600}}@media (width>=1200px){.sidebar[data-v-cf65fe2b]{width:var(--sidebar-w)}}.ico[data-v-cf65fe2b]{width:20px;height:20px;-webkit-mask:var(--m) center / contain no-repeat;-webkit-mask:var(--m) center / contain no-repeat;mask:var(--m) center / contain no-repeat;background:currentColor;flex-shrink:0;display:inline-block}.ico[data-icon=home][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11l9-8 9 8v9a2 2 0 0 1-2 2h-4v-6H9v6H5a2 2 0 0 1-2-2z'/%3E%3C/svg%3E")}.ico[data-icon=search][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3C/svg%3E")}.ico[data-icon=building][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Crect x='4' y='3' width='16' height='18' rx='1'/%3E%3Cpath d='M9 7h2M13 7h2M9 11h2M13 11h2M9 15h2M13 15h2M10 21v-3h4v3'/%3E%3C/svg%3E")}.ico[data-icon=flag][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 21V4h11l-1 4 1 4H5'/%3E%3C/svg%3E")}.ico[data-icon=plus][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round'%3E%3Cpath d='M12 5v14M5 12h14'/%3E%3C/svg%3E")}.ico[data-icon=clock][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E")}.ico[data-icon=support][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 20h16M6 20V9l6-5 6 5v11M10 20v-5h4v5'/%3E%3C/svg%3E")}.ico[data-icon=link][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M10 14a4 4 0 0 0 5.7 0l3-3a4 4 0 0 0-5.7-5.7l-1 1'/%3E%3Cpath d='M14 10a4 4 0 0 0-5.7 0l-3 3a4 4 0 0 0 5.7 5.7l1-1'/%3E%3C/svg%3E")}.ico[data-icon=send][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 3L10 14M21 3l-7 18-4-7-7-4z'/%3E%3C/svg%3E")}.ico[data-icon=doc][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M6 3h8l4 4v14H6z'/%3E%3Cpath d='M14 3v4h4M9 12h6M9 16h6'/%3E%3C/svg%3E")}.ico[data-icon=ban][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M6 6l12 12'/%3E%3C/svg%3E")}.ico[data-icon=upload][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 16V4M6 10l6-6 6 6M4 20h16'/%3E%3C/svg%3E")}.ico[data-icon=copy][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2'%3E%3Crect x='8' y='8' width='12' height='12' rx='2'/%3E%3Cpath d='M16 8V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2'/%3E%3C/svg%3E")}.ico[data-icon=tag][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'%3E%3Cpath d='M3 12V4h8l10 10-8 8z'/%3E%3Ccircle cx='8' cy='9' r='1.5'/%3E%3C/svg%3E")}.ico[data-icon=users][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='9' cy='8' r='4'/%3E%3Cpath d='M2 21a7 7 0 0 1 14 0M16 4a4 4 0 0 1 0 8M22 21a7 7 0 0 0-5-6.7'/%3E%3C/svg%3E")}.ico[data-icon=user][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='12' cy='8' r='4'/%3E%3Cpath d='M4 21a8 8 0 0 1 16 0'/%3E%3C/svg%3E")}.ico[data-icon=gear][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M19.4 15a1.7 1.7 0 0 0 .3 1.8l.1.1a2 2 0 1 1-2.8 2.8l-.1-.1a1.7 1.7 0 0 0-1.8-.3 1.7 1.7 0 0 0-1 1.5V21a2 2 0 1 1-4 0v-.1a1.7 1.7 0 0 0-1.1-1.5 1.7 1.7 0 0 0-1.8.3l-.1.1a2 2 0 1 1-2.8-2.8l.1-.1a1.7 1.7 0 0 0 .3-1.8 1.7 1.7 0 0 0-1.5-1H3a2 2 0 1 1 0-4h.1a1.7 1.7 0 0 0 1.5-1.1 1.7 1.7 0 0 0-.3-1.8l-.1-.1a2 2 0 1 1 2.8-2.8l.1.1a1.7 1.7 0 0 0 1.8.3H9a1.7 1.7 0 0 0 1-1.5V3a2 2 0 1 1 4 0v.1a1.7 1.7 0 0 0 1 1.5 1.7 1.7 0 0 0 1.8-.3l.1-.1a2 2 0 1 1 2.8 2.8l-.1.1a1.7 1.7 0 0 0-.3 1.8V9a1.7 1.7 0 0 0 1.5 1H21a2 2 0 1 1 0 4h-.1a1.7 1.7 0 0 0-1.5 1z'/%3E%3C/svg%3E")}.ico[data-icon=sync][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 12a9 9 0 0 1-15.5 6.3L3 16M3 12a9 9 0 0 1 15.5-6.3L21 8M3 21v-5h5M21 3v5h-5'/%3E%3C/svg%3E")}.ico[data-icon=more][data-v-cf65fe2b]{--m:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M4 7h16M4 12h16M4 17h16'/%3E%3C/svg%3E")}.search[data-v-61f7818d]{gap:var(--sp-2);padding:var(--sp-3);display:flex}.search .input[data-v-61f7818d]{flex:1}.grid[data-v-61f7818d]{gap:var(--sp-4);display:grid}.grid .card+.card[data-v-61f7818d]{margin-top:0}@media (width>=768px){.grid[data-v-61f7818d]{grid-template-columns:repeat(3,1fr)}}
