@import "https://fonts.googleapis.com/css2?family=DM+Mono:ital,wght@0,300;0,400;0,500;0,700&family=Inter:wght@400;500;600;700&display=swap";:root{--color-primary:#52b69a;--color-primary-hover:#40916c;--color-primary-light:#67d7c6;--color-background:#f7f9fa;--color-surface:#fff;--color-sidebar:#1c2429;--color-sidebar-gradient-start:#52b69a;--color-sidebar-gradient-mid:#3a8c72;--color-sidebar-gradient-end:#2d6b52;--color-text:#253238;--color-text-secondary:#64748b;--color-border:#e3eaec;--color-success:#22c55e;--color-warning:#f59e0b;--color-error:#dc2626;--color-info:#3b82f6;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:18px;--radius-2xl:24px;--shadow-card:0 8px 24px #1c242914;--shadow-hover:0 12px 32px #1c24291f;--shadow-modal:0 24px 64px #1c24292e;--text-display:48px;--text-h1:32px;--text-h2:24px;--text-h3:20px;--text-card:18px;--text-body:16px;--text-small:14px;--text-caption:12px}[data-theme=dark]{--color-background:#13181d;--color-surface:#1c2429;--color-text:#e3eaec;--color-text-secondary:#94a3b8;--color-border:#2d3740;--shadow-card:0 8px 24px #0000003d;--shadow-hover:0 12px 32px #00000052;--shadow-modal:0 24px 64px #0006}body{transition:background-color .18s ease-out,color .18s ease-out}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,sans-serif;font-size:var(--text-body);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:DM Mono,monospace}*{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.custom-checkbox{appearance:none;border:2px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);cursor:pointer;vertical-align:middle;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin:0;transition:border-color .18s ease-out,background .18s ease-out;display:inline-flex}.custom-checkbox:hover{border-color:var(--color-primary)}.custom-checkbox:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.custom-checkbox:checked{background:var(--color-primary);border-color:var(--color-primary);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat}.toast-container{bottom:var(--space-6);right:var(--space-6);z-index:3000;gap:var(--space-3);pointer-events:none;flex-direction:column;display:flex;position:fixed}.toast{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--color-border);pointer-events:auto;min-width:280px;max-width:400px;animation:.28s cubic-bezier(.16,1,.3,1) toast-in;display:flex}.toast.toast-exiting{animation:.2s ease-in forwards toast-out}.toast-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.toast-icon.toast-success{color:var(--color-success)}.toast-icon.toast-error{color:var(--color-error)}.toast-icon.toast-warning{color:var(--color-warning)}.toast-text{font-size:var(--text-small);color:var(--color-text);flex:1;line-height:1.4}.toast-close{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--color-text-secondary);cursor:pointer;pointer-events:auto;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background .18s ease-out,color .18s ease-out;display:flex}.toast-close:hover{background:var(--color-background);color:var(--color-text)}.toast-progress{bottom:0;left:var(--space-4);right:var(--space-4);border-radius:0 0 var(--radius-sm) var(--radius-sm);height:3px;position:absolute;overflow:hidden}.toast-progress-bar{border-radius:inherit;height:100%;animation:3s linear forwards toast-progress-shrink}.toast-success .toast-progress-bar{background:var(--color-success)}.toast-error .toast-progress-bar{background:var(--color-error)}.toast-warning .toast-progress-bar{background:var(--color-warning)}@keyframes toast-in{0%{opacity:0;transform:translate(40px)scale(.96)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toast-out{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(40px)scale(.96)}}@keyframes toast-progress-shrink{0%{width:100%}to{width:0%}}.auth-page{height:100vh;display:flex;overflow:hidden}.auth-illustration{background:linear-gradient(135deg, var(--color-primary-light) 0%, var(--color-primary) 50%, var(--color-primary-hover) 100%);width:55%;padding:var(--space-6);justify-content:center;align-items:center;display:flex}.auth-illustration img,.auth-illustration .illustration-placeholder{object-fit:contain;width:1200px;height:1200px;transform:rotate(-3deg)}.auth-form-wrapper{background-color:var(--color-surface);width:45%;padding:var(--space-6);justify-content:center;align-items:center;display:flex}.auth-form-inner{width:100%;max-width:400px}@media (width<=767px){.auth-illustration{display:none}.auth-form-wrapper{width:100%}}
