*{box-sizing:border-box;margin:0;padding:0}body{color:#09090b;background:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px}.header{border-bottom:1px solid #e4e4e7;align-items:center;height:56px;padding:0 32px;display:flex}.header h1{margin-right:32px;font-size:16px;font-weight:600}.header nav{gap:4px;display:flex}.header nav a{color:#71717a;border-radius:6px;padding:6px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s}.header nav a.active{color:#09090b;background:#f4f4f5}.header nav a:hover{color:#09090b}.container{max-width:960px;margin:0 auto;padding:32px 16px}.page-header{margin-bottom:24px}.page-header h2{letter-spacing:-.5px;margin-bottom:4px;font-size:24px;font-weight:600}.page-header p{color:#71717a;font-size:14px}.card{border:1px solid #e4e4e7;border-radius:8px;margin-bottom:24px}.card-header{padding:24px 24px 0}.card-header h3{font-size:16px;font-weight:600}.card-content{padding:24px}.card-table{overflow:hidden}.table-header{border-bottom:1px solid #e4e4e7;padding:16px 24px}.table-header h3{font-size:16px;font-weight:600}.form-row{align-items:flex-end;gap:12px;display:flex}.form-field{flex:1}.form-field label{margin-bottom:8px;font-size:14px;font-weight:500;display:block}input,select{color:#09090b;background:#fff;border:1px solid #e4e4e7;border-radius:6px;width:100%;height:36px;padding:8px 12px;font-size:14px;transition:all .15s}input:focus,select:focus{border-color:#18181b;outline:none;box-shadow:0 0 0 2px #09090b0d}input::placeholder{color:#a1a1aa}button{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;height:36px;padding:0 16px;font-size:14px;font-weight:500;transition:all .15s;display:inline-flex}.btn-default{color:#fff;background:#18181b}.btn-default:hover{background:#27272a}.btn-default:disabled{cursor:not-allowed;background:#a1a1aa}.btn-secondary{color:#09090b;background:0 0;border:1px solid #e4e4e7;height:32px;padding:0 12px;font-size:13px}.btn-secondary:hover{background:#f4f4f5}.btn-destructive{color:#ef4444;background:0 0;height:32px;padding:0 12px;font-size:13px}.btn-destructive:hover{background:#fef2f2}.btn-cancel{color:#09090b;background:#fff;border:1px solid #e4e4e7}.btn-cancel:hover{background:#f4f4f5}table{border-collapse:collapse;width:100%}th{text-align:left;color:#71717a;border-bottom:1px solid #e4e4e7;padding:12px 24px;font-size:13px;font-weight:500}td{border-bottom:1px solid #f4f4f5;padding:16px 24px}tr:last-child td{border-bottom:none}tr:hover td{background:#fafafa}.cell-bold{font-weight:500}.cell-muted{color:#71717a}.cell-empty{text-align:center;color:#a1a1aa;padding:32px 24px}
