[data-theme=light]{--p-primary-50: #eff6ff;--p-primary-100: #dbeafe;--p-primary-200: #bfdbfe;--p-primary-300: #93c5fd;--p-primary-400: #60a5fa;--p-primary-500: #3b82f6;--p-primary-600: #2563eb;--p-primary-700: #1d4ed8;--p-primary-800: #1e40af;--p-primary-900: #1e3a8a;--surface-ground: #f5f5f7;--surface-section: #ffffff;--surface-card: #ffffff;--surface-overlay: #ffffff;--surface-border: #e1e4e8;--surface-hover: #f0f0f2;--text-color: #1d1d1f;--text-color-secondary: #6e6e73;--primary-color: #2563eb;--primary-color-text: #ffffff;--success-color: #10b981;--error-color: #dc2626;--warning-color: #f59e0b;--info-color: #3b82f6;--p-button-primary-background: #2563eb;--p-button-primary-hover-background: #1d4ed8;--p-button-primary-active-background: #1e40af;--gradient-start: #e8eef2;--gradient-end: #f5f7fa;--shadow-light: rgba(0, 0, 0, .08);--shadow-medium: rgba(0, 0, 0, .12);--p-content-background: #ffffff;--p-content-border-color: #e1e4e8;--p-text-color: #1d1d1f;--p-text-muted-color: #6e6e73;--avatar-bg: #2563eb;--avatar-color: #ffffff;--sidebar-bg: #ffffff;--sidebar-border: #e1e4e8;--sidebar-active-bg: #eff6ff;--sidebar-active-color: #2563eb;--skeleton-base: #f0f0f2;--skeleton-shine: #e1e4e8;--badge-primary-bg: #dbeafe;--badge-primary-color: #1d4ed8}[data-theme=dark]{--p-primary-50: #1a2744;--p-primary-100: #1e3a5f;--p-primary-200: #1e40af;--p-primary-300: #1d4ed8;--p-primary-400: #2563eb;--p-primary-500: #3b82f6;--p-primary-600: #60a5fa;--p-primary-700: #93c5fd;--p-primary-800: #bfdbfe;--p-primary-900: #dbeafe;--surface-ground: #0d0d0d;--surface-section: #1a1a1a;--surface-card: #1f1f1f;--surface-overlay: #242424;--surface-border: #333333;--surface-hover: #2a2a2a;--text-color: #e5e5e7;--text-color-secondary: #98989d;--primary-color: #60a5fa;--primary-color-text: #ffffff;--success-color: #10b981;--error-color: #ef4444;--warning-color: #f59e0b;--info-color: #60a5fa;--p-button-primary-background: #2563eb;--p-button-primary-hover-background: #1d4ed8;--p-button-primary-active-background: #1e40af;--gradient-start: #0a1628;--gradient-end: #0d0d0d;--shadow-light: rgba(0, 0, 0, .3);--shadow-medium: rgba(0, 0, 0, .5);--p-content-background: #1f1f1f;--p-content-border-color: #333333;--p-text-color: #e5e5e7;--p-text-muted-color: #98989d;--avatar-bg: #2563eb;--avatar-color: #ffffff;--sidebar-bg: #1a1a1a;--sidebar-border: #333333;--sidebar-active-bg: #1a2744;--sidebar-active-color: #60a5fa;--skeleton-base: #2a2a2a;--skeleton-shine: #333333;--badge-primary-bg: #1a2744;--badge-primary-color: #60a5fa}[data-theme=dim]{--p-primary-50: #1a2744;--p-primary-100: #1e3a5f;--p-primary-200: #1e40af;--p-primary-300: #1d4ed8;--p-primary-400: #2563eb;--p-primary-500: #3b82f6;--p-primary-600: #60a5fa;--p-primary-700: #93c5fd;--p-primary-800: #bfdbfe;--p-primary-900: #dbeafe;--surface-ground: #1c1c1e;--surface-section: #2c2c2e;--surface-card: #2c2c2e;--surface-overlay: #3a3a3c;--surface-border: #48484a;--surface-hover: #3a3a3c;--text-color: #d1d1d6;--text-color-secondary: #98989d;--primary-color: #60a5fa;--primary-color-text: #ffffff;--success-color: #10b981;--error-color: #f87171;--warning-color: #fbbf24;--info-color: #60a5fa;--p-button-primary-background: #2563eb;--p-button-primary-hover-background: #1d4ed8;--p-button-primary-active-background: #1e40af;--gradient-start: #1a2030;--gradient-end: #1c1c1e;--shadow-light: rgba(0, 0, 0, .2);--shadow-medium: rgba(0, 0, 0, .35);--p-content-background: #2c2c2e;--p-content-border-color: #48484a;--p-text-color: #d1d1d6;--p-text-muted-color: #98989d;--avatar-bg: #2563eb;--avatar-color: #ffffff;--sidebar-bg: #2c2c2e;--sidebar-border: #48484a;--sidebar-active-bg: #1a2744;--sidebar-active-color: #60a5fa;--skeleton-base: #3a3a3c;--skeleton-shine: #48484a;--badge-primary-bg: #1a2744;--badge-primary-color: #60a5fa}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:1.125rem;line-height:1.5;color:var(--text-color);background-color:var(--surface-ground);transition:background-color .2s ease-in-out,color .2s ease-in-out}a{color:var(--primary-color);text-decoration:none;transition:color .2s ease-in-out}a:hover{color:var(--p-primary-700)}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit;background-color:var(--surface-card);border:1px solid var(--surface-border);border-radius:.375rem;padding:.5rem .75rem;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px var(--p-primary-100)}input::placeholder,textarea::placeholder,select::placeholder{color:var(--text-color-secondary)}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.25;color:var(--text-color)}h1{font-size:2.75rem}h2{font-size:2.25rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{margin-bottom:1rem}::selection{background-color:var(--p-primary-200);color:var(--text-color)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface-ground)}::-webkit-scrollbar-thumb{background:var(--surface-border);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--text-color-secondary)}:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}input:focus-visible,textarea:focus-visible,select:focus-visible{outline:none}@keyframes page-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}router-outlet+*{animation:page-enter .25s ease-out both}
