:root{--primary: #00081e;--primary-foreground: #ffffff;--primary-container: #0a1f44;--on-primary-container: #7687b2;--secondary: #775a19;--secondary-foreground: #ffffff;--secondary-container: #fed488;--on-secondary-container: #785a1a;--color-primary: #00081e;--color-secondary: #775a19;--color-primary-container: #0a1f44;--color-secondary-container: #fed488;--color-focus: #a77c1f;--status-success: #155c2a;--status-success-light: #d1f7df;--status-success-dark: #14532d;--status-error: #a62929;--status-error-light: #fde8e8;--status-error-dark: #991b1b;--status-warning: #f59e0b;--status-warning-light: #fef3c7;--status-warning-dark: #92400e;--status-info: #0066cc;--status-info-light: #dbeafe;--status-info-dark: #1e3a8a;--status-contested: #ec4899;--status-contested-light: #fce7f3;--status-contested-dark: #be185d;--tone-purple: #7c3db5;--tone-purple-light: #faf5ff;--destructive: #a62929;--destructive-foreground: #ffffff;--background: #f8f9ff;--foreground: #0b1c30;--card: #ffffff;--card-foreground: #0b1c30;--popover: #ffffff;--popover-foreground: #0b1c30;--neutral-bg-light: #f8f9ff;--neutral-bg-card: #ffffff;--neutral-text-primary: #0b1c30;--neutral-text-secondary: #6b7280;--neutral-text-muted: #9ca3af;--neutral-border: #dce9ff;--neutral-muted: #e5eeff;--neutral-outline: #75777f;--neutral-outline-variant: #c5c6cf;--muted: #e5eeff;--muted-foreground: #44464e;--accent: #775a19;--accent-foreground: #ffffff;--border: #dce9ff;--input: #dce9ff;--ring: #00081e;--surface: #f8f9ff;--surface-container-lowest: #ffffff;--surface-container-low: #eff4ff;--surface-container: #e5eeff;--surface-container-high: #dce9ff;--outline: #75777f;--outline-variant: #c5c6cf;--radius: .25rem;--radius-sm: .1875rem;--radius-md: .375rem;--radius-lg: .5rem;--sidebar-width: 260px;--topbar-height: 72px;--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-display: "Manrope", system-ui, -apple-system, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:var(--font-sans);font-size:14px;line-height:1.428;background:var(--background);color:var(--foreground);height:100%}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:600}h1{font-size:36px;line-height:44px;letter-spacing:-.02em;font-weight:700}h2{font-size:24px;line-height:32px;letter-spacing:-.01em}h3{font-size:20px;line-height:28px}button{font-family:var(--font-sans);cursor:pointer}input,select,textarea{font-family:var(--font-sans)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:var(--radius);border:1px solid transparent;font-weight:500;font-size:.875rem;line-height:1.25rem;padding:.5rem .875rem;transition:background-color .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease;white-space:nowrap;background:transparent;color:var(--foreground)}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background:var(--primary-container)}.btn-secondary{background:var(--secondary);color:var(--secondary-foreground)}.btn-secondary:hover{background:var(--on-secondary-container)}.btn-outline{border-color:var(--border);background:var(--card);color:var(--foreground)}.btn-outline:hover{background:var(--muted)}.btn-ghost{color:var(--foreground)}.btn-ghost:hover{background:var(--muted)}.btn-destructive{background:var(--status-error);color:var(--destructive-foreground)}.btn-destructive:hover{background:var(--status-error-dark)}.btn-sm{padding:.3125rem .625rem;font-size:.8125rem}.btn-icon{padding:.5rem;width:2rem;height:2rem}.btn-icon-sm{padding:.375rem;width:1.75rem;height:1.75rem}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .5rem;font-size:.75rem;font-weight:600;line-height:1.25}.badge-scheduled{background:var(--secondary-container);color:var(--on-secondary-container)}.badge-confirmed{background:var(--surface-container-high);color:var(--foreground)}.badge-done{background:var(--status-success-light);color:var(--status-success-dark)}.badge-cancelled{background:#ecebec;color:#44464e;text-decoration:line-through}.badge-absent{background:var(--status-error-light);color:var(--status-error-dark)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 1px 3px #0000000a}.skeleton{background:var(--muted);border-radius:var(--radius);animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:.6}50%{opacity:1}}.form-field{display:flex;flex-direction:column;gap:.375rem}.form-field label{font-size:.8125rem;font-weight:500;color:var(--foreground)}.form-control{width:100%;padding:.5rem .75rem;border:1px solid var(--input);border-radius:var(--radius);background:var(--card);font-size:.875rem;color:var(--foreground);transition:border-color .15s ease,box-shadow .15s ease}.form-control:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px #00081e33}.modal-backdrop{position:fixed;inset:0;background:#00000080;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem}.modal-content{background:var(--card);border-radius:var(--radius-lg);box-shadow:0 8px 30px #0003;width:100%;max-width:520px;max-height:90vh;overflow-y:auto}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;justify-content:flex-end;gap:.5rem}.tabs{display:flex;gap:.25rem;background:var(--muted);border-radius:var(--radius-md);padding:.25rem}.tab{padding:.375rem .75rem;font-size:.8125rem;font-weight:500;border-radius:var(--radius-sm);border:none;background:transparent;color:var(--muted-foreground);transition:background-color .15s ease,color .15s ease}.tab:hover{color:var(--foreground);background:var(--surface-container)}.tab-active{background:var(--card);color:var(--foreground);box-shadow:0 1px 2px #00000014}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;gap:.75rem}.empty-state-icon{width:48px;height:48px;border-radius:9999px;background:var(--muted);display:flex;align-items:center;justify-content:center;color:var(--muted-foreground)}.empty-state-title{font-family:var(--font-display);font-weight:600;font-size:1.125rem}.empty-state-description{color:var(--muted-foreground);font-size:.875rem}.alert-dialog-backdrop{position:fixed;inset:0;background:#00000080;z-index:60;display:flex;align-items:center;justify-content:center;padding:1rem}.alert-dialog-content{background:var(--card);border-radius:var(--radius-lg);box-shadow:0 8px 30px #0003;width:100%;max-width:400px;padding:1.5rem}.toast-container{position:fixed;top:1rem;right:1rem;z-index:100;display:flex;flex-direction:column;gap:.5rem}.toast{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:.75rem 1rem;box-shadow:0 4px 12px #0000001a;font-size:.875rem;display:flex;align-items:center;gap:.5rem;max-width:360px;animation:toast-in .2s ease-out}.toast-success{border-left:3px solid var(--status-success)}.toast-error{border-left:3px solid var(--destructive)}@keyframes toast-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 767px){.modal-content{max-width:100%}}
