@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-page: #fafaf9;--bg-sidebar: #ffffff;--bg-card: #ffffff;--bg-input: #fafaf9;--bg-input-focus: #ffffff;--bg-tertiary: #f5f5f4;--bg-hover: #f0efee;--sticky-header-bg: #f5f5f4;--text-primary: #1c1917;--text-secondary: #44403c;--text-tertiary: #57534e;--text-inactive: #78716c;--text-muted: #a8a29e;--border: #e7e5e4;--border-hover: #d6d3d1;--border-focus: #2d68e6;--accent: #2d68e6;--accent-hover: #2155c0;--accent-glow: rgba(45, 104, 230, .1);--success: #1d9d4c;--success-hover: #178240;--success-glow: rgba(29, 157, 76, .1);--error: #d63232;--error-hover: #b52828;--error-glow: rgba(214, 50, 50, .1);--warning: #ed9c15;--warning-hover: #cc8510;--amber: #ed9c15;--amber-hover: #cc8510;--amber-light: #f5b840;--amber-bg: rgba(237, 156, 21, .1);--amber-border: rgba(237, 156, 21, .3);--accent-light: #6399f0;--purple: #8d62f0;--purple-hover: #7a42e6;--indigo: #6a6ded;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .06), 0 2px 4px -2px rgba(0, 0, 0, .04);--shadow-lg: 0 4px 24px rgba(0, 0, 0, .04), 0 2px 8px rgba(0, 0, 0, .02);--shadow-card: 0 4px 24px rgba(0, 0, 0, .04), 0 2px 8px rgba(0, 0, 0, .02);--shadow-modal: 0 20px 60px rgba(0, 0, 0, .3);--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 24px;--space-2xl: 32px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--gradient-accent: linear-gradient(135deg, var(--accent) 0%, var(--accent-hover) 100%);--gradient-success: linear-gradient(135deg, var(--success) 0%, var(--success-hover) 100%);--gradient-danger: linear-gradient(135deg, var(--error) 0%, var(--error-hover) 100%);--gradient-warning: linear-gradient(135deg, var(--warning) 0%, var(--warning-hover) 100%);--sidebar-width: 240px;--navbar-height: 56px;--nav-active-bg: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);--nav-active-border: #f5b840;--nav-active-text: #8a6314;--nav-active-icon: #cc8510;--notice-bg: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);--notice-border: #f5b840;--notice-text: #78350f;--notice-strong: #8a6314;--notice-icon: #cc8510;--error-bg: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);--error-border: #f0a0a0;--error-text: #991b1b}[data-theme=dark]{--bg-page: #0f172a;--bg-sidebar: #0f172a;--bg-card: #1e293b;--bg-input: #0f172a;--bg-input-focus: #111827;--bg-tertiary: #1a2536;--bg-hover: #1e293b;--sticky-header-bg: #1a2236;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--text-inactive: #64748b;--text-muted: #475569;--border: rgba(248, 250, 252, .1);--border-hover: rgba(248, 250, 252, .2);--border-focus: #2d68e6;--success: #12b87e;--success-hover: #0a9968;--success-glow: rgba(18, 184, 126, .1);--accent-light: #90c0fa;--purple: #a48af7;--purple-hover: #8d62f0;--indigo: #7e80f5;--shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .2);--shadow-card: 0 20px 25px -5px rgba(0, 0, 0, .3), 0 10px 10px -5px rgba(0, 0, 0, .2);--nav-active-bg: rgba(237, 156, 21, .1);--nav-active-border: rgba(237, 156, 21, .3);--nav-active-text: #f5b840;--nav-active-icon: #f5b840;--notice-bg: rgba(237, 156, 21, .1);--notice-border: rgba(237, 156, 21, .3);--notice-text: #fef3c7;--notice-strong: #f5b840;--notice-icon: #f5b840;--error-bg: rgba(214, 50, 50, .1);--error-border: rgba(214, 50, 50, .3);--error-text: #f0a0a0}*{margin:0;padding:0;box-sizing:border-box}html{font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--bg-page);background-attachment:fixed;color:var(--text-primary);min-height:100vh;line-height:1.6;transition:background .3s ease,color .3s ease}h1{font-size:1.875rem;font-weight:700;letter-spacing:-.02em;line-height:1.2}h2{font-size:1.5rem;font-weight:600;letter-spacing:-.02em;line-height:1.3}h3{font-size:1.125rem;font-weight:600;letter-spacing:-.01em;line-height:1.4}p{font-size:1rem;line-height:1.6;color:var(--text-secondary)}.container{max-width:1200px;margin:0 auto;padding:0 24px}.page-wrapper{position:relative;min-height:100vh;width:100%;overflow:hidden}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-card);transition:background .3s ease,border-color .3s ease}[data-theme=dark] .card{border-color:var(--border);box-shadow:none}.card-header{padding:var(--space-md) var(--space-lg);border-bottom:1px solid var(--border)}.card-body{padding:var(--space-lg)}.card-footer{padding:var(--space-md) var(--space-lg);border-top:1px solid var(--border)}.card-title{font-size:.75rem;font-weight:600;color:var(--text-inactive);text-transform:uppercase;letter-spacing:.1em;margin-bottom:16px}.input-group{margin-bottom:20px}label{display:block;font-size:.8125rem;font-weight:500;margin-bottom:8px;color:var(--text-secondary);text-transform:none;letter-spacing:0}input[type=text],input[type=number],input[type=email],input[type=password],textarea,select{width:100%;padding:10px 14px;background:var(--bg-input);border:2px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);font-size:.9rem;font-family:inherit;font-weight:400;transition:all .15s ease}input:hover,textarea:hover,select:hover{background:var(--bg-tertiary);border-color:var(--border-hover)}input:focus,textarea:focus,select:focus{outline:none;background:var(--bg-input-focus);border-color:var(--border-focus);box-shadow:0 0 0 3px var(--accent-glow)}select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='%2378716c'%3E%3Cpath d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:44px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}@media(max-width:768px){:root{--sidebar-width: 0px}h1{font-size:1.75rem}h2{font-size:1.5rem}.card{padding:24px;border-radius:12px}}body.modal-open .sidebar{filter:blur(4px);opacity:.7;pointer-events:none;transition:filter .2s ease,opacity .2s ease}@media print{.sidebar,.mobile-menu-toggle,.sidebar-overlay{display:none!important}.main-content{margin-left:0!important}body,.app-layout{background:#fff!important}}.sidebar.svelte-6dohdz{position:fixed;top:0;left:0;bottom:0;width:240px;background:var(--bg-sidebar);border-right:1px solid var(--border);overflow-y:auto;z-index:90;transition:transform .3s ease,background .3s ease,border-color .3s ease;display:flex;flex-direction:column}.logo-area.svelte-6dohdz{display:flex;align-items:center;gap:10px;padding:18px 18px 24px}.logo-icon.svelte-6dohdz{width:32px;height:32px;background:linear-gradient(135deg,var(--warning) 0%,var(--warning-hover) 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.logo-icon.svelte-6dohdz svg:where(.svelte-6dohdz){width:18px;height:18px;color:#fff}.logo-text.svelte-6dohdz{display:flex;flex-direction:column;gap:2px}.logo-title.svelte-6dohdz{font-size:15px;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;line-height:1.2;transition:color .3s ease}.logo-subtitle.svelte-6dohdz{font-size:10px;font-weight:500;color:var(--text-inactive);text-transform:uppercase;letter-spacing:.05em;transition:color .3s ease}.sidebar-nav.svelte-6dohdz{padding:0 10px;flex:1}.nav-section.svelte-6dohdz{margin-bottom:20px}.nav-section-title.svelte-6dohdz{font-size:10px;font-weight:600;color:var(--text-inactive);text-transform:uppercase;letter-spacing:.1em;padding:0 10px;margin-bottom:6px;transition:color .3s ease}.nav-list.svelte-6dohdz{list-style:none;padding:0;margin:0}.nav-item.svelte-6dohdz{display:flex;align-items:center;gap:10px;padding:10px;color:var(--text-tertiary);text-decoration:none;font-size:13px;font-weight:500;transition:all .2s ease;border-radius:8px;border:1px solid transparent}.nav-item.svelte-6dohdz:hover:not(.disabled){background:var(--bg-tertiary);color:var(--text-primary)}.nav-item.active.svelte-6dohdz{background:var(--bg-tertiary);border:1px solid transparent;color:var(--text-primary);font-weight:600}.nav-item.disabled.svelte-6dohdz{opacity:.5;cursor:not-allowed}.nav-item.future.svelte-6dohdz{opacity:.6;pointer-events:none;cursor:not-allowed}.future-badge.svelte-6dohdz{font-size:10px;font-weight:600;padding:2px 6px;background:#ed9c1526;border:1px solid rgba(237,156,21,.3);border-radius:4px;color:var(--warning);text-transform:uppercase;letter-spacing:.05em;margin-left:auto}.nav-icon.svelte-6dohdz{width:18px;height:18px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-icon.svelte-6dohdz svg:where(.svelte-6dohdz){width:18px;height:18px}.nav-item.active.svelte-6dohdz .nav-icon:where(.svelte-6dohdz) svg:where(.svelte-6dohdz){stroke:var(--text-primary)}.nav-label.svelte-6dohdz{flex:1}.user-info.svelte-6dohdz{display:flex;align-items:center;gap:10px;padding:10px}.user-avatar.svelte-6dohdz{width:32px;height:32px;background:linear-gradient(135deg,var(--accent) 0%,var(--accent-hover) 100%);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;flex-shrink:0}.user-details.svelte-6dohdz{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.user-name.svelte-6dohdz{font-size:12px;font-weight:600;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email.svelte-6dohdz{font-size:10px;color:var(--text-inactive);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.role-badge.svelte-6dohdz{font-size:10px;font-weight:600;padding:3px 6px;background:var(--bg-input);border:1px solid var(--border);border-radius:6px;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;flex-shrink:0}.role-badge.admin.svelte-6dohdz{background:#ed9c1526;border-color:#ed9c154d;color:var(--warning)}.sidebar-footer.svelte-6dohdz{padding:12px 10px 18px;border-top:1px solid var(--border);margin-top:auto;transition:border-color .3s ease}.footer-btn.svelte-6dohdz{display:flex;align-items:center;gap:10px;width:100%;padding:10px;background:none;border:none;border-radius:8px;color:var(--text-tertiary);font-size:13px;font-weight:500;font-family:inherit;cursor:pointer;transition:all .2s ease;outline:none}.footer-btn.svelte-6dohdz:hover{background:var(--bg-tertiary);color:var(--text-primary)}.footer-btn.svelte-6dohdz svg:where(.svelte-6dohdz){width:18px;height:18px}a.footer-btn.svelte-6dohdz{text-decoration:none}.footer-btn.admin-btn.svelte-6dohdz{margin-top:4px}.footer-btn.admin-btn.active.svelte-6dohdz{background:var(--bg-tertiary);border:1px solid transparent;color:var(--text-primary);font-weight:600}.footer-btn.admin-btn.active.svelte-6dohdz svg:where(.svelte-6dohdz){stroke:var(--text-primary)}.footer-divider.svelte-6dohdz{border:none;height:1px;background:var(--border);margin:10px -10px;transition:background .3s ease}.footer-row.svelte-6dohdz{display:flex;align-items:center;justify-content:space-between;padding:6px 10px 0}.theme-toggle.svelte-6dohdz{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:8px;color:var(--warning);cursor:pointer;transition:all .2s ease}.theme-toggle.svelte-6dohdz:hover{background:var(--amber-bg);border-color:var(--amber-border)}.theme-toggle.svelte-6dohdz svg:where(.svelte-6dohdz){width:16px;height:16px}.version-badge.svelte-6dohdz{font-size:11px;font-weight:500;color:var(--text-inactive);font-family:ui-monospace,monospace;transition:color .3s ease}@media(max-width:768px){.sidebar.svelte-6dohdz{transform:translate(-100%)}.sidebar.open.svelte-6dohdz{transform:translate(0);box-shadow:4px 0 24px #0000001a}[data-theme=dark] .sidebar.open.svelte-6dohdz{box-shadow:4px 0 24px #0000004d}}.app-layout.svelte-12qhfyh{min-height:100vh;position:relative}.main-content.svelte-12qhfyh{margin-left:240px;min-height:100vh;transition:margin-left .3s ease;position:relative;z-index:1}.mobile-menu-toggle.svelte-12qhfyh{display:none;position:fixed;top:12px;left:12px;width:40px;height:40px;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text-secondary);cursor:pointer;z-index:100;align-items:center;justify-content:center;transition:all .2s ease,background .3s ease,border-color .3s ease;box-shadow:var(--shadow-sm)}.mobile-menu-toggle.svelte-12qhfyh:hover{background:var(--bg-tertiary);color:var(--text-primary)}.sidebar-overlay.svelte-12qhfyh{display:none}.auth-loading-container.svelte-12qhfyh{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;color:var(--text-secondary);gap:12px}.auth-loading-spinner.svelte-12qhfyh{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:svelte-12qhfyh-spin 1s linear infinite}@keyframes svelte-12qhfyh-spin{to{transform:rotate(360deg)}}.auth-loading-container.svelte-12qhfyh p:where(.svelte-12qhfyh){margin:0;font-size:13px}@media(max-width:768px){.main-content.svelte-12qhfyh,.main-content.sidebar-open.svelte-12qhfyh{margin-left:0}.mobile-menu-toggle.svelte-12qhfyh{display:flex}.sidebar-overlay.svelte-12qhfyh{display:block;position:fixed;inset:0;background:#0006;z-index:85;border:none;cursor:pointer}}
