:root{--background: #ffffff;--foreground: #020817;--card: #ffffff;--card-foreground: #020817;--popover: #ffffff;--popover-foreground: #020817;--primary: #0f172a;--primary-foreground: #f8fafc;--secondary: #f1f5f9;--secondary-foreground: #0f172a;--muted: #f1f5f9;--muted-foreground: #64748b;--accent: #f1f5f9;--accent-foreground: #0f172a;--destructive: #ef4444;--destructive-foreground: #f8fafc;--border: #e2e8f0;--input: #e2e8f0;--ring: #94a3b8;--radius: .5rem}body{font-family:Cairo,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;background-color:var(--background);color:var(--foreground);margin:0;line-height:1.5}.container{width:100%;margin:0 auto;padding:2rem;box-sizing:border-box}@media (min-width: 1400px){.container{max-width:1400px}}button{all:unset}.table-container{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;width:100%}table{width:100%;border-collapse:collapse;text-align:left;font-size:.875rem}thead{background-color:var(--muted)}thead tr,tbody tr{border-bottom:1px solid var(--border)}tbody tr:last-child{border-bottom:0}th{height:2.5rem;padding:0 .5rem;vertical-align:middle;color:var(--muted-foreground);font-weight:500;white-space:nowrap}td{padding:.5rem;vertical-align:middle;border-bottom:1px solid var(--border)}tbody tr:hover{background-color:#f8fafc}.text-right{text-align:right}.text-center{text-align:center}.text-sm{font-size:.875rem}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-muted-foreground{color:var(--muted-foreground)}.w-100{width:100px}.cell-compact{padding:.25rem .5rem}.label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.input{display:flex;height:2.25rem;width:100%;border-radius:var(--radius);border:1px solid var(--input);background-color:transparent;padding:.25rem .75rem;font-size:.875rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-sizing:border-box}.input:focus{outline:none;border-color:var(--ring);box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--ring)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-size:.875rem;font-weight:500;line-height:1.25rem;padding:.5rem 1rem;cursor:pointer;transition:colors .15s ease-in-out}.btn-primary{background-color:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{opacity:.9}.btn-secondary{background-color:var(--secondary);color:var(--secondary-foreground)}.btn-secondary:hover{background-color:var(--secondary);opacity:.8}.btn-destructive{color:var(--destructive);background-color:transparent;border:1px solid var(--border)}.btn-destructive:hover{background-color:var(--destructive);color:var(--destructive-foreground);border-color:var(--destructive)}
