@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f8fafc;--bg-card:#fff;--bg-surface:#f1f5f9;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-light:#eff6ff;--accent-dim:#2563eb14;--accent-ring:#2563eb40;--navy:#1e3a8a;--navy-light:#1e40af;--red:#dc2626;--amber:#d97706;--green:#059669;--purple:#7c3aed;--teal:#0d9488;--info:#0284c7;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border:#e2e8f0;--border-light:#f1f5f9;--shadow-card:0 1px 3px #0f172a0f, 0 1px 2px #0f172a0a;--shadow-md:0 4px 6px -1px #0f172a12, 0 2px 4px -2px #0f172a0d;--font-sans:"Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-display:"Poppins", -apple-system, BlinkMacSystemFont, sans-serif}html,body{height:100%;font-family:var(--font-sans);background:var(--bg);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;line-height:1.5}#root{height:100%}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#94a3b880}button{font-family:var(--font-sans)}input,select,textarea{font-family:var(--font-sans);width:100%;color:var(--text-primary);border:1px solid var(--border);appearance:none;background-color:#fff;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:500;line-height:1.5;transition:all .2s cubic-bezier(.4,0,.2,1);display:block;box-shadow:0 1px 2px #0f172a0a}input::placeholder,textarea::placeholder{color:var(--text-muted)}input[type=checkbox]{appearance:auto;width:1.15em;height:1.15em;accent-color:var(--accent)}select{appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%2394a3b8%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-position:right 12px top 50%;background-repeat:no-repeat;background-size:10px;padding-right:36px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--accent-dim), 0 1px 2px #0f172a0a!important;background-color:#fff!important}tbody tr{transition:background-color .15s}tbody tr:hover td{background-color:#f8fafc}.card-title{color:var(--text-primary);text-transform:capitalize;margin-bottom:1rem;font-size:15px;font-weight:700}.card-elevated{border:1px solid var(--border);box-shadow:var(--shadow-card);background:#fff;border-radius:12px;transition:box-shadow .2s,transform .2s}.card-elevated:hover{box-shadow:var(--shadow-md)}.card-flat{border:1px solid var(--border);background:#fff;border-radius:12px}.card-surface{background:var(--bg-surface);border:1px solid var(--border-light);border-radius:12px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-100% 0}to{background-position:100% 0}}@keyframes pulse-soft{0%,to{opacity:1}50%{opacity:.6}}.shimmer{background:linear-gradient(90deg,#f1f5f900 0%,#f1f5f9cc 50%,#f1f5f900 100%) 0 0/200% 100%;animation:2s infinite shimmer}.gsap-reveal{visibility:hidden}@keyframes toastEnter{0%{opacity:0;transform:translate(120%)scale(.9)}70%{transform:translate(-8px)scale(1.01)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes toastExit{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(120%)scale(.9)}}.toast-item{animation:.4s cubic-bezier(.175,.885,.32,1.275) forwards toastEnter}.toast-item.exiting{animation:.3s cubic-bezier(.6,-.28,.735,.045) forwards toastExit}.resp-grid-4{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.resp-grid-3{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.resp-grid-2{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.resp-grid-auto{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;display:grid}.resp-stack{gap:16px;display:flex}.resp-row{flex-direction:row;align-items:center;gap:16px;display:flex}.resp-table-wrap{-webkit-overflow-scrolling:touch;border:1px solid var(--border);width:100%;box-shadow:var(--shadow-card);background:#fff;border-radius:12px;overflow-x:auto}.resp-table-wrap table{width:100%;min-width:600px}.hide-mobile{display:block}.show-mobile-only{display:none}.hide-tablet{display:block}.touch-target{min-width:44px;min-height:44px}.flex-col-mobile{flex-direction:row;display:flex}.full-width-mobile{width:auto}.resp-page{padding:20px 32px 20px 20px}.resp-card-pad{padding:24px}.resp-filter-row{z-index:50;flex-wrap:wrap;align-items:center;gap:12px;display:flex;position:relative}.resp-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.resp-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.resp-modal-wrap{justify-content:center;align-items:center;display:flex}.resp-modal-inner{width:100%;max-width:480px}@media (width<=1024px){.hide-tablet{display:none!important}.resp-grid-4,.resp-grid-3{grid-template-columns:repeat(2,1fr);gap:16px}}@media (width<=768px){.hide-mobile{display:none!important}.show-mobile-only{display:flex!important}.mobile-header-bar{display:flex}.resp-grid-4{grid-template-columns:repeat(2,1fr);gap:12px}.resp-grid-3,.resp-grid-2{grid-template-columns:1fr;gap:12px}.resp-grid-auto{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.resp-stack{flex-direction:column}.resp-row{flex-wrap:wrap}.resp-section-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.resp-section-header h1,.resp-section-header h2,.resp-section-header h3{font-size:clamp(18px,5vw,28px)!important}.resp-page{padding:12px!important}.resp-card-pad{padding:16px!important}.resp-modal-wrap{align-items:flex-end!important;padding:0!important}.resp-modal-inner{max-height:92vh;overflow-y:auto;border-radius:20px 20px 0 0!important;width:100%!important;max-width:100%!important;margin:0!important}.resp-pagination{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.resp-filter-row{flex-direction:column!important}.resp-filter-row>*{width:100%!important;min-width:unset!important}.flex-col-mobile{flex-direction:column!important}.full-width-mobile{width:100%!important}.touch-target{min-width:44px;min-height:44px}}@media (width<=480px){.resp-grid-4{grid-template-columns:1fr 1fr;gap:10px}.resp-grid-3,.resp-grid-2{grid-template-columns:1fr;gap:10px}.resp-grid-auto{grid-template-columns:1fr}.resp-page{padding:8px!important}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@supports (padding:env(safe-area-inset-bottom)){.resp-page{padding-bottom:calc(20px + env(safe-area-inset-bottom))}}
