:root{--background: #fbfaf9;--foreground: #38302d;--card: #ffffff;--card-foreground: #38302d;--popover: #ffffff;--popover-foreground: #38302d;--primary: #c45a6a;--primary-rgb: 196, 90, 106;--primary-foreground: #fdfcfb;--secondary: #f4efec;--secondary-foreground: #4c423e;--muted: #f0ebe8;--muted-foreground: #8a7f7a;--accent: #d6b88a;--accent-rgb: 214, 184, 138;--accent-foreground: #5a4a38;--destructive: #d64545;--destructive-rgb: 214, 69, 69;--destructive-foreground: #ffffff;--border: #e8e2de;--input: #e8e2de;--ring: #c45a6a;--chart-1: #c45a6a;--chart-2: #d6b88a;--chart-3: #5a8db5;--chart-3-rgb: 90, 141, 181;--chart-4: #c49bb8;--chart-5: #5aa080;--sidebar: #fcfbfa;--sidebar-foreground: #4c423e;--sidebar-primary: #c45a6a;--sidebar-primary-foreground: #fdfcfb;--sidebar-accent: #f2e5e7;--sidebar-accent-foreground: #4c423e;--sidebar-border: #ebe5e0;--sidebar-ring: #c45a6a;--success: #32a37a;--success-rgb: 50, 163, 122;--success-foreground: #ffffff;--warning: #e4b261;--warning-rgb: 228, 178, 97;--warning-foreground: #5a4a38;--radius: .625rem;--radius-sm: calc(var(--radius) - 4px);--radius-md: calc(var(--radius) - 2px);--radius-lg: var(--radius);--radius-xl: calc(var(--radius) + 4px);--font-sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{font-family:var(--font-sans);background:var(--background);color:var(--foreground);font-size:14px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}img,svg{display:block;max-width:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-1{flex:1 1 0}.flex-wrap{flex-wrap:wrap}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-5{gap:20px}.gap-6{gap:24px}.grid{display:grid}.relative{position:relative}.text-center{text-align:center}.text-right{text-align:right}.w-full{width:100%}.shrink-0{flex-shrink:0}.card{background:var(--card);color:var(--card-foreground);border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 1px 2px #0000000a;overflow:hidden}.card-header{padding:16px 20px 12px}.card-title{font-size:14px;font-weight:500;color:var(--muted-foreground)}.card-content{padding:0 20px 20px}.card-content.no-padding{padding:0}.badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:500;background:var(--secondary);color:var(--secondary-foreground);white-space:nowrap}.badge.outline,.badge-outline{background:transparent;border:1px solid var(--border);color:var(--muted-foreground)}.badge.destructive,.badge-destructive{background:var(--destructive);color:var(--destructive-foreground)}.badge.success,.badge-success{background:rgba(var(--success-rgb),.12);color:var(--success)}.badge.warning,.badge-warning{background:rgba(var(--warning-rgb),.12);color:var(--warning-foreground)}.badge-secondary{background:var(--secondary);color:var(--secondary-foreground)}.badge-muted{background:var(--muted);color:var(--muted-foreground)}.badge-primary{background:var(--primary);color:var(--primary-foreground)}.badge.destructive-soft{background:rgba(var(--destructive-rgb),.12);color:var(--destructive)}.badge.primary-soft{background:rgba(var(--primary-rgb),.12);color:var(--primary)}.badge.chart-3-soft{background:rgba(var(--chart-3-rgb),.12);color:var(--chart-3)}.badge.accent-soft{background:rgba(var(--accent-rgb),.25);color:var(--accent-foreground)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 16px;height:40px;border-radius:var(--radius-md);font-size:14px;font-weight:500;background:var(--primary);color:var(--primary-foreground);transition:all .15s;white-space:nowrap}.btn:hover{filter:brightness(.95)}.btn:disabled{opacity:.6;cursor:not-allowed}.btn.outline{background:transparent;color:var(--foreground);border:1px solid var(--border)}.btn.outline:hover{background:var(--secondary)}.btn.ghost{background:transparent;color:var(--foreground)}.btn.ghost:hover{background:var(--secondary)}.btn.icon{width:36px;height:36px;padding:0}.btn.icon.sm{width:32px;height:32px}.btn.sm{height:34px;padding:0 12px;font-size:13px}.btn.lg{height:44px;padding:0 20px}.btn.danger-ghost{background:transparent;color:var(--destructive)}.btn.danger-ghost:hover{background:rgba(var(--destructive-rgb),.08)}.btn.primary{background:var(--primary);color:var(--primary-foreground)}.btn.destructive,.btn.ghost.destructive,.btn.icon.destructive{color:var(--destructive)}.btn.ghost.destructive:hover,.btn.icon.destructive:hover{background:rgba(var(--destructive-rgb),.08)}.input,.textarea,.select-trigger{width:100%;height:40px;padding:0 12px;border:1px solid var(--input);border-radius:var(--radius-md);background:var(--card);color:var(--foreground);font-size:14px;transition:border-color .15s,box-shadow .15s}.input:focus,.textarea:focus,.select-trigger:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgba(var(--primary-rgb),.15)}.input.sm,.select-trigger.sm{height:36px;font-size:13px}.textarea{min-height:80px;padding:10px 12px;line-height:1.5;resize:vertical}.input::placeholder,.textarea::placeholder{color:var(--muted-foreground)}.label{font-size:13px;font-weight:500;color:var(--foreground);display:block;margin-bottom:6px}.input-search,.input-with-icon-left{padding-left:36px}.form-row{display:grid;grid-gap:16px;gap:16px;margin-bottom:16px}.form-row.cols-2{grid-template-columns:1fr 1fr}.form-row.cols-3{grid-template-columns:1fr 1fr 1fr}@media (max-width: 640px){.form-row.cols-2,.form-row.cols-3{grid-template-columns:1fr}}select.select-trigger{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238a7f7a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:32px}.checkbox{width:16px;height:16px;border:1px solid var(--input);border-radius:4px;accent-color:var(--primary);cursor:pointer}.switch{position:relative;width:36px;height:20px;background:var(--muted);border-radius:999px;transition:background .2s;cursor:pointer;display:inline-block;flex-shrink:0}.switch.checked{background:var(--primary)}.switch:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:left .2s;box-shadow:0 1px 2px #0003}.switch.checked:after{left:18px}.tabs-list{display:inline-flex;background:var(--muted);border-radius:var(--radius-md);padding:4px;gap:2px}.tabs-trigger{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;border-radius:calc(var(--radius-md) - 2px);color:var(--muted-foreground);transition:all .15s}.tabs-trigger.active{background:var(--card);color:var(--foreground);box-shadow:0 1px 2px #0000000f}.table{width:100%;border-collapse:collapse}.table th{padding:12px 16px;text-align:left;font-size:11px;font-weight:500;color:var(--muted-foreground);border-bottom:1px solid var(--border)}.table td{padding:14px 16px;font-size:13px;border-bottom:1px solid var(--border)}.table tr:last-child td{border-bottom:none}.table tr:hover td{background:rgba(240,235,232,.3)}.avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--primary-rgb),.12);color:var(--primary);font-weight:600;font-size:12px;flex-shrink:0}.avatar.lg{width:48px;height:48px;font-size:14px}.avatar.md{width:36px;height:36px;font-size:12px}.avatar.sm{width:28px;height:28px;font-size:10px}.dialog-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:100;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .2s ease}.dialog,.dialog-content{background:var(--background);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;width:100%;max-width:32rem;max-height:90vh;overflow-y:auto;padding:24px;position:relative;display:flex;flex-direction:column;gap:16px;animation:scaleIn .2s ease}.dialog.big,.dialog-content.lg,.dialog-content.big{max-width:42rem}.dialog-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.dialog-header h3,.dialog-title{font-size:18px;font-weight:600;line-height:1.2;color:var(--foreground);margin:0}.dialog-body{display:flex;flex-direction:column;gap:16px}.dialog-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:8px}.dialog-close{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:var(--muted-foreground);background:transparent;border:none;cursor:pointer;transition:opacity .15s;opacity:.7}.dialog-close:hover{opacity:1;background:var(--secondary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--popover);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:0 10px 30px #0000001a;padding:6px;z-index:50;animation:scaleIn .14s ease}.dropdown-label{padding:8px 10px;font-size:12px;color:var(--muted-foreground);font-weight:500}.dropdown-item{display:flex;align-items:flex-start;gap:8px;padding:8px 10px;font-size:13px;border-radius:6px;color:var(--foreground);cursor:pointer;width:100%;text-align:left;flex-direction:column}.dropdown-item:hover{background:var(--secondary)}.dropdown-item.destructive{color:var(--destructive)}.dropdown-separator{height:1px;background:var(--border);margin:4px 0}.progress{width:100%;height:8px;background:var(--secondary);border-radius:999px;overflow:hidden}.progress-bar{height:100%;background:var(--primary);border-radius:999px;transition:width .3s}.text-xs{font-size:11px}.text-sm{font-size:13px}.text-base{font-size:14px}.text-lg{font-size:16px}.text-xl{font-size:18px}.text-2xl{font-size:22px}.text-3xl{font-size:28px}.text-4xl{font-size:34px}.text-muted{color:var(--muted-foreground)}.text-primary{color:var(--primary)}.text-success{color:var(--success)}.text-warning{color:var(--warning-foreground)}.text-destructive{color:var(--destructive)}.text-chart-3{color:var(--chart-3)}.text-accent{color:var(--accent-foreground)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.uppercase{text-transform:uppercase}.tracking-tight{letter-spacing:-.02em}.tracking-widest{letter-spacing:.18em}.leading-relaxed{line-height:1.625}.truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.page-container{padding:24px;display:flex;flex-direction:column;gap:24px}@media (max-width: 768px){.page-container{padding:16px;gap:16px}}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}@media (max-width: 1024px){.stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.stat-grid{grid-template-columns:repeat(1,1fr)}}.stat-grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:16px;gap:16px}@media (max-width: 900px){.stat-grid-3{grid-template-columns:1fr}}.three-col{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}@media (max-width: 1024px){.three-col{grid-template-columns:1fr}}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}@media (max-width: 900px){.two-col{grid-template-columns:1fr}}.dashboard-two-third-one-third{display:grid;grid-template-columns:2fr 1fr;grid-gap:24px;gap:24px}@media (max-width: 1024px){.dashboard-two-third-one-third{grid-template-columns:1fr}}.icon-box{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);flex-shrink:0}.icon-box.sm{width:32px;height:32px}.icon-box.md{width:40px;height:40px}.icon-box.lg{width:48px;height:48px}.bg-primary-soft{background:rgba(var(--primary-rgb),.12);color:var(--primary)}.bg-success-soft{background:rgba(var(--success-rgb),.12);color:var(--success)}.bg-destructive-soft{background:rgba(var(--destructive-rgb),.12);color:var(--destructive)}.bg-warning-soft{background:rgba(var(--warning-rgb),.12);color:var(--warning-foreground)}.bg-chart-3-soft{background:rgba(var(--chart-3-rgb),.12);color:var(--chart-3)}.bg-accent-soft{background:rgba(var(--accent-rgb),.25);color:var(--accent-foreground)}.bg-secondary{background:var(--secondary);color:var(--secondary-foreground)}.hover-shadow{transition:box-shadow .2s}.hover-shadow:hover{box-shadow:0 6px 20px #00000014}.divider{height:1px;background:var(--border)}.divider-v{width:1px;background:var(--border);align-self:stretch}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted-foreground)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
