*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:linear-gradient(135deg,#f0f4f8,#d9e2ec);background-attachment:fixed;color:#1f2937}.page{display:flex;min-height:100vh}.tabs{width:200px;background:#fff;border-right:none;padding:20px 12px;box-shadow:2px 0 10px #0000000d;position:sticky;top:0;height:100vh;overflow-y:auto}.tabs button{width:100%;padding:12px 16px;margin-bottom:8px;background:#f9fafb;border:2px solid transparent;border-radius:8px;cursor:pointer;text-align:left;font-size:14px;font-weight:500;color:#4b5563;transition:all .2s ease;position:relative}.tabs button:hover{background:#f3f4f6;border-color:#e5e7eb;transform:translate(2px);color:#2563eb}.tabs button.active{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;font-weight:600;border-color:transparent;box-shadow:0 4px 12px #2563eb4d}.content{flex:1;padding:32px;overflow-y:auto;background:#ffffff0d}.card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 10px 30px #0000001a,0 1px 8px #0000000f;max-width:1400px;margin:0 auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card h2{margin-top:0;margin-bottom:24px;font-size:28px;font-weight:700;color:#1e3a8a;border-bottom:3px solid #2563eb;padding-bottom:12px}.card h3{margin-top:28px;margin-bottom:16px;font-size:20px;font-weight:600;color:#374151}.card input,.card select,.card textarea{width:100%;padding:12px 16px;margin-bottom:12px;border-radius:8px;border:2px solid #e5e7eb;font-size:14px;transition:all .2s ease;background:#fff}.card input:focus,.card select:focus,.card textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.card textarea{resize:vertical;min-height:80px;font-family:inherit}.card button{padding:10px 20px;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s ease;box-shadow:0 4px 12px #2563eb40}.card button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #2563eb59}.card button:active{transform:translateY(0)}.card button:disabled{opacity:.5;cursor:not-allowed;transform:none}.checkbox,.card label{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:14px;font-weight:500;color:#4b5563;cursor:pointer}.card input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb}table{width:100%;margin-top:20px;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d}table th,table td{border:none;border-bottom:1px solid #f3f4f6;padding:14px 16px;font-size:14px;text-align:left}table th{background:linear-gradient(135deg,#1e40af,#1e3a8a);color:#fff;text-align:left;font-weight:600;font-size:13px;text-transform:uppercase;letter-spacing:.5px}table tbody tr{transition:all .2s ease}table tbody tr:hover{background:#f9fafb;transform:scale(1.01);box-shadow:0 2px 8px #0000000d}table tbody tr:last-child td{border-bottom:none}table td button{margin-right:8px;padding:6px 12px;font-size:12px;font-weight:500;border-radius:6px;transition:all .2s ease}table td button:nth-child(1){background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 8px #10b9814d}table td button:nth-child(1):hover{box-shadow:0 4px 12px #10b98166}table td button:nth-child(2){background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 8px #ef44444d}table td button:nth-child(2):hover{box-shadow:0 4px 12px #ef444466}.sub-tabs{display:flex;gap:12px;margin-bottom:24px;padding:6px;background:#f9fafb;border-radius:12px;display:inline-flex}.sub-tabs button{padding:10px 20px;border-radius:8px;border:none;cursor:pointer;background:transparent;color:#6b7280;font-weight:600;font-size:14px;transition:all .2s ease}.sub-tabs button:hover{color:#2563eb}.sub-tabs button.active{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;box-shadow:0 4px 12px #2563eb40}select:disabled,input:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed;border-color:#e5e7eb}table td[colspan]{text-align:center;color:#9ca3af;font-style:italic;padding:40px;font-size:15px}.card>div[style*=border]{border:2px solid #f3f4f6!important;border-radius:12px!important;background:#fafbfc;transition:all .2s ease}.card>div[style*=border]:hover{border-color:#e5e7eb!important;background:#fff}.form-row{display:flex;gap:12px;align-items:center;margin-bottom:16px}.form-row input,.form-row select,.form-row button{margin-bottom:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#1e40af,#1e3a8a)}@media(max-width:768px){.page{flex-direction:column}.tabs{width:100%;height:auto;display:flex;overflow-x:auto;padding:12px}.tabs button{white-space:nowrap;min-width:120px}.content{padding:16px}.card{padding:20px}table{font-size:12px}table th,table td{padding:10px 8px}}
