@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";:root{--primary: #3D7C5F;--primary-light: #4E9B78;--primary-dark: #2C5A44;--primary-tint: rgba(61, 124, 95, .12);--primary-faint: rgba(61, 124, 95, .04);--bg: #FAFAFA;--surface: #FFFFFF;--card: #F5F5F5;--hover: #EEEEEE;--border: #E6E6E6;--border-light: #F0F0F0;--text-primary: #141414;--text-secondary: #777777;--text-tertiary: #929292;--error: #ED3F3F;--success: #44B931;--warning: #FFB020;--info: #3B82F6;--shadow-sm: 0 1px 2px rgba(0,0,0,.05);--shadow-md: 0 4px 12px rgba(0,0,0,.08);--shadow-lg: 0 8px 24px rgba(0,0,0,.12);--sidebar-width: 68px;--sidebar-width-expanded: 220px;--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--radius-xl: 20px;--transition: .2s ease;--transition-slow: .3s ease}[data-theme=dark]{--bg: #141414;--surface: #1A1A1A;--card: #212121;--hover: #2A2A2A;--border: #2A2A2A;--border-light: #252525;--text-primary: #E4E4E4;--text-secondary: #999999;--text-tertiary: #666666;--shadow-sm: 0 1px 2px rgba(0,0,0,.2);--shadow-md: 0 4px 12px rgba(0,0,0,.3);--shadow-lg: 0 8px 24px rgba(0,0,0,.4)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%;width:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background var(--transition),color var(--transition)}h1,h2,h3,h4,h5,h6{font-family:DM Sans,Inter,-apple-system,sans-serif;font-weight:600;line-height:1.3}a{color:var(--primary);text-decoration:none}a:hover{color:var(--primary-light)}button{cursor:pointer;font-family:inherit;border:none;background:none;outline:none}input,select,textarea{font-family:inherit;font-size:inherit;outline:none}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.w-full{width:100%}.text-secondary{color:var(--text-secondary)}.text-sm{font-size:13px}.text-xs{font-size:12px}.text-right{text-align:right}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .3s ease forwards}.animate-slide-in{animation:slideIn .3s ease forwards}.animate-scale-in{animation:scaleIn .2s ease forwards}*{box-sizing:border-box}.layout-app.svelte-10bn5eu.svelte-10bn5eu{display:flex;height:100vh;overflow:hidden}.main-content.svelte-10bn5eu.svelte-10bn5eu{flex:1;margin-left:var(--sidebar-width);overflow-y:auto;background:var(--bg)}.not-found.svelte-10bn5eu.svelte-10bn5eu{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:var(--text-secondary)}.not-found.svelte-10bn5eu h2.svelte-10bn5eu{font-size:48px;font-weight:700;color:var(--text-primary);margin-bottom:8px}.not-found.svelte-10bn5eu p.svelte-10bn5eu{margin-bottom:16px}
