.sidebar.svelte-129hoe0{position:fixed;left:0;top:0;bottom:0;width:220px;background:var(--bg-color);border-right:none;box-shadow:4px 0 12px #b8bcc5;display:flex;flex-direction:column;z-index:100;transition:transform .25s ease}.sidebar-header.svelte-129hoe0{padding:1.25rem 1.25rem 1rem}.logo.svelte-129hoe0{font-size:1.35rem;color:var(--primary-color, #1a73e8);margin:0;font-weight:700}.sidebar-nav.svelte-129hoe0{flex:1;padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.nav-item.svelte-129hoe0{display:flex;align-items:center;gap:.625rem;padding:.625rem .75rem;border:none;background:none;border-radius:var(--neu-radius, 14px);font-size:.9rem;font-weight:500;color:var(--text-muted, #9ca3af);cursor:pointer;transition:all .2s;width:100%;text-align:left}.nav-item.svelte-129hoe0:hover{box-shadow:var(--neu-shadow-sm);color:var(--text-color, #374151)}.nav-item.active.svelte-129hoe0{box-shadow:var(--neu-shadow-inset);color:var(--primary-color, #6366f1);font-weight:600}.nav-icon.svelte-129hoe0{width:20px;height:20px;flex-shrink:0}.sidebar-footer.svelte-129hoe0{padding:1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem}.user-info.svelte-129hoe0{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.user-name.svelte-129hoe0{font-size:.85rem;font-weight:600;color:var(--text-color, #333)}.role-badge.svelte-129hoe0{font-size:.7rem;padding:.2rem .6rem;border-radius:999px;background:var(--bg-color);box-shadow:var(--neu-shadow-sm);color:var(--primary-color);font-weight:600}.role-badge.admin.svelte-129hoe0{color:var(--admin-badge-color, #92400e)}.btn-logout.svelte-129hoe0{padding:.5rem .75rem;background:var(--bg-color);border:none;border-radius:var(--neu-radius, 14px);box-shadow:var(--neu-shadow-sm);font-size:.8rem;color:var(--text-muted);cursor:pointer;transition:all .2s;width:100%}.btn-logout.svelte-129hoe0:hover{box-shadow:var(--neu-shadow-inset);color:var(--error-color, #dc2626)}.mobile-toggle.svelte-129hoe0{display:none;position:fixed;top:.75rem;left:.75rem;z-index:200;width:40px;height:40px;background:var(--bg-color);border:none;border-radius:12px;box-shadow:var(--neu-shadow-sm);cursor:pointer;align-items:center;justify-content:center}.hamburger.svelte-129hoe0{display:flex;flex-direction:column;gap:4px;width:18px}.hamburger.svelte-129hoe0 span:where(.svelte-129hoe0){display:block;height:2px;background:var(--text-color, #333);border-radius:1px;transition:all .2s}.hamburger.open.svelte-129hoe0 span:where(.svelte-129hoe0):nth-child(1){transform:rotate(45deg) translate(4px,4px)}.hamburger.open.svelte-129hoe0 span:where(.svelte-129hoe0):nth-child(2){opacity:0}.hamburger.open.svelte-129hoe0 span:where(.svelte-129hoe0):nth-child(3){transform:rotate(-45deg) translate(4px,-4px)}.overlay.svelte-129hoe0{display:none}@media(max-width:768px){.sidebar.svelte-129hoe0{transform:translate(-100%)}.sidebar.open.svelte-129hoe0{transform:translate(0)}.mobile-toggle.svelte-129hoe0{display:flex}.overlay.svelte-129hoe0{display:block;position:fixed;inset:0;background:#0000004d;z-index:50}}:root{--primary-color: #6366f1;--primary-hover: #4f46e5;--bg-color: #e0e5ec;--card-bg: #e0e5ec;--text-color: #374151;--text-muted: #9ca3af;--border-color: transparent;--input-bg: #e0e5ec;--error-color: #dc2626;--error-bg: #fde8e8;--error-border: #f9bdbd;--badge-bg: #e0e5ec;--admin-badge-bg: #e0e5ec;--admin-badge-color: #92400e;--sidebar-width: 220px;--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans KR", sans-serif;--neu-shadow: 6px 6px 12px #b8bcc5, -6px -6px 12px #ffffff;--neu-shadow-sm: 3px 3px 6px #b8bcc5, -3px -3px 6px #ffffff;--neu-shadow-inset: inset 3px 3px 6px #b8bcc5, inset -3px -3px 6px #ffffff;--neu-shadow-hover: 4px 4px 8px #b8bcc5, -4px -4px 8px #ffffff;--neu-radius: 14px}body{margin:0;padding:0;box-sizing:border-box;font-family:var(--font-family);background:var(--bg-color, #f0f2f5);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:inherit}a{color:var(--primary-color);text-decoration:none}a:hover{text-decoration:underline}.neu-card{background:var(--bg-color);border-radius:var(--neu-radius, 14px);box-shadow:var(--neu-shadow);border:none}.neu-card-sm{background:var(--bg-color);border-radius:var(--neu-radius, 14px);box-shadow:var(--neu-shadow-sm);border:none}.neu-inset{background:var(--bg-color);border-radius:var(--neu-radius, 14px);box-shadow:var(--neu-shadow-inset);border:none}button,input,select,textarea{font-family:var(--font-family)}.app-content.svelte-12qhfyh{min-height:100vh}.app-content.with-sidebar.svelte-12qhfyh{margin-left:var(--sidebar-width)}@media(max-width:768px){.app-content.with-sidebar.svelte-12qhfyh{margin-left:0}}
