@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--primary:#4f46e5;--primary-hover:#4338ca;--secondary:#10b981;--background:#f9fafb;--surface:#fff;--text-main:#111827;--text-muted:#6b7280;--border:#e5e7eb;--radius:12px;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a}@media (prefers-color-scheme:dark){:root{--primary:#6366f1;--primary-hover:#818cf8;--background:#111827;--surface:#1f2937;--text-main:#f9fafb;--text-muted:#9ca3af;--border:#374151}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--text-main);min-height:100vh;font-family:Inter,sans-serif;transition:background-color .3s,color .3s}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-4{gap:1rem}.p-4{padding:1rem}.w-full{width:100%}.auth-container{background:linear-gradient(135deg, var(--background) 0%, var(--border) 100%);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.glass-card{background:var(--surface);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);width:100%;max-width:420px;padding:2.5rem;transition:transform .2s,box-shadow .2s}.title{text-align:center;margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.subtitle{color:var(--text-muted);text-align:center;margin-bottom:2rem;font-size:.875rem}.input-group{margin-bottom:1.25rem}.input-label{color:var(--text-main);margin-bottom:.5rem;font-size:.875rem;font-weight:500;display:block}.input-field{border:1px solid var(--border);background-color:var(--background);width:100%;color:var(--text-main);border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:all .2s}.input-field:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #4f46e533}.btn-primary{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s,transform .1s}.btn-primary:hover{background-color:var(--primary-hover)}.btn-primary:active{transform:scale(.98)}@media print{@page{size:A4 portrait;margin:0}body{color:#000!important;background-color:#fff!important;margin:0!important;padding:0!important}body *{visibility:hidden!important}.print-only,.print-only *{visibility:visible!important}.print-only{z-index:99999!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;page-break-inside:avoid!important;width:100%!important;height:100%!important;display:block!important;position:fixed!important;top:0!important;left:0!important;overflow:visible!important}}.responsive-header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem;display:flex}@media (min-width:768px){.responsive-header{flex-direction:row;justify-content:space-between;align-items:center}}.table-responsive-wrapper{-webkit-overflow-scrolling:touch;width:100%;padding-bottom:.5rem;position:relative;overflow-x:auto!important}.table-responsive-wrapper::-webkit-scrollbar{height:6px}.table-responsive-wrapper::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:4px}.table-responsive-wrapper table{border-collapse:collapse;width:100%!important}@media (max-width:768px){.table-responsive-wrapper table{font-size:.85rem;white-space:nowrap!important}.table-responsive-wrapper th,.table-responsive-wrapper td{padding:.75rem 1rem!important}.table-responsive-wrapper:after{content:"Swipe left to view all data ➔";text-align:right;color:var(--text-muted);margin-top:.5rem;font-size:.75rem;font-style:italic;display:block;position:sticky;left:0}form div[style*=grid-template-columns],.glass-card div[style*=grid-template-columns]{flex-direction:column!important;gap:1.25rem!important;width:100%!important;display:flex!important}form div[style*="justify-content: flex-end"],form div[style*=flex-end],form div[style*="flex: 1"]{flex-direction:column!important;gap:.75rem!important;display:flex!important}form button.btn-primary{width:100%!important}.input-group{margin-bottom:.75rem}}
.print-only,.print-summary{display:none}@media print{.no-print{display:none!important}.print-only{z-index:9999;background:#fff;width:100%;height:100%;position:fixed;top:0;left:0;display:block!important}.print-summary{display:block!important}@page{margin:0;size:A4}}
