@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600;9..40,700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--auth-bg:#f7f8fa;--auth-card:#fff;--auth-input-bg:#fff;--auth-border:#d9dee7;--auth-text:#172033;--auth-muted:#5b6678;--auth-toggle-active-bg:#172033;--auth-toggle-active-text:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif}:root[data-theme=dark]{--auth-bg:#172033;--auth-card:#202b3d;--auth-input-bg:#253247;--auth-border:#3a4a61;--auth-text:#f3f0e8;--auth-muted:#b7c2d0;--auth-toggle-active-bg:#e8b86d;--auth-toggle-active-text:#172033}body{background:var(--auth-bg);min-height:100vh}:root[data-theme=dark] #root>div,:root[data-theme=dark] main{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=dark] [style*="background: white"],:root[data-theme=dark] [style*="background:'white'"],:root[data-theme=dark] [style*="background:#f8fafc"]{background:var(--auth-card)!important}:root[data-theme=dark] [style*="color:#0f172a"],:root[data-theme=dark] [style*="color: '#0f172a'"]{color:var(--auth-text)!important}:root[data-theme=light] [style*="background:#f8fafc"],:root[data-theme=light] [style*="background: #f8fafc"]{background:var(--auth-bg)!important}:root[data-theme=light] [style*="background: white"],:root[data-theme=light] [style*="background:'white'"]{background:var(--auth-card)!important}:root[data-theme=light] [style*="color:#0f172a"],:root[data-theme=light] [style*="color: '#0f172a'"]{color:var(--auth-text)!important}:root[data-theme=dark] .public-page{background:var(--auth-bg)!important;color:var(--auth-text)!important}:root[data-theme=dark] .public-page nav{background:#172033f0!important;border-bottom-color:#334155!important}.public-page [style*=radial-gradient]{background:0 0!important}.public-page{padding-bottom:74px}.public-page footer{z-index:180;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);min-height:58px;position:fixed;bottom:0;left:0;right:0;border-top-color:var(--auth-border)!important;background:#fffffff5!important}.public-page footer,.public-page footer *{color:var(--auth-muted)!important}:root[data-theme=dark] .public-page footer{background:#202b3df5!important}:root[data-theme=light] .public-page{background:var(--auth-bg)!important;color:var(--auth-text)!important}:root[data-theme=light] .public-page nav{border-bottom-color:var(--auth-border)!important;background:#fffffff0!important}:root[data-theme=light] .public-page [style*="color: rgb(240, 236, 228)"],:root[data-theme=light] .public-page [style*="color:#f0ece4"],:root[data-theme=light] .public-page [style*="color: '#f0ece4'"]{color:var(--auth-text)!important}:root[data-theme=light] .public-page [style*="color: rgb(148, 163, 184)"],:root[data-theme=light] .public-page [style*="color:#94a3b8"],:root[data-theme=light] .public-page [style*="color: '#94a3b8'"]{color:var(--auth-muted)!important}:root[data-theme=light] .public-page [style*="background: rgb(13, 17, 23)"],:root[data-theme=light] .public-page [style*="background:#0d1117"],:root[data-theme=light] .public-page [style*="background: '#0d1117'"]{background:var(--auth-bg)!important}:root[data-theme=light] .public-page [style*="rgba(255, 255, 255, 0.025)"],:root[data-theme=light] .public-page [style*="rgba(255,255,255,0.025)"],:root[data-theme=dark] .public-page [style*="rgba(255, 255, 255, 0.025)"],:root[data-theme=dark] .public-page [style*="rgba(255,255,255,0.025)"]{background:var(--auth-card)!important;border-color:var(--auth-border)!important}#root{min-height:100vh}input,select,textarea,button{font-family:inherit}a{color:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#cbd5e1}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid #e2e8f0;border-top-color:#f59e0b;border-radius:50%;width:24px;height:24px;animation:.6s linear infinite spin}@keyframes slideIn{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}.toast-enter{animation:.25s slideIn}.toast-exit{animation:.25s forwards slideOut}:root{--public-bg:var(--auth-bg);--public-surface:var(--auth-card);--public-input:var(--auth-input-bg);--public-border:var(--auth-border);--public-text:var(--auth-text);--public-muted:var(--auth-muted);--public-accent:#e8b86d;--public-accent-strong:#f59e0b;--public-nav-bg:#fffffff0;--public-footer-bg:#fffffff5;--dashboard-bg:var(--public-bg);--dashboard-surface:var(--public-surface);--dashboard-input:var(--public-input);--dashboard-border:var(--public-border);--dashboard-text:var(--public-text);--dashboard-muted:var(--public-muted);--dashboard-sidebar-bg:var(--public-surface);--dashboard-sidebar-border:var(--public-border);--form-placeholder:#7a8596;--dashboard-selected-bg:#e8b86d24;--dashboard-selected-border:#e8b86d7a;--dashboard-soft-bg:#1720330a;--dashboard-badge-text:var(--dashboard-text)}:root[data-theme=dark]{--public-bg:#172033;--public-surface:#202b3d;--public-input:#253247;--public-border:#3a4a61;--public-text:#f3f0e8;--public-muted:#b7c2d0;--public-nav-bg:#172033f0;--public-footer-bg:#202b3df5;--dashboard-bg:var(--public-bg);--dashboard-surface:var(--public-surface);--dashboard-input:var(--public-input);--dashboard-border:var(--public-border);--dashboard-text:var(--public-text);--dashboard-muted:var(--public-muted);--dashboard-sidebar-bg:var(--public-surface);--dashboard-sidebar-border:var(--public-border);--form-placeholder:#d7dee8;--dashboard-selected-bg:#e8b86d29;--dashboard-selected-border:#e8b86d80;--dashboard-soft-bg:#ffffff0e;--dashboard-badge-text:var(--dashboard-text)}:root[data-theme=light]{--public-bg:#f7f8fa;--public-surface:#fff;--public-input:#fff;--public-border:#d9dee7;--public-text:#172033;--public-muted:#5b6678;--public-nav-bg:#fffffff0;--public-footer-bg:#fffffff5;--dashboard-bg:var(--public-bg);--dashboard-surface:var(--public-surface);--dashboard-input:var(--public-input);--dashboard-border:var(--public-border);--dashboard-text:var(--public-text);--dashboard-muted:var(--public-muted);--dashboard-sidebar-bg:var(--public-surface);--dashboard-sidebar-border:var(--public-border);--form-placeholder:#7a8596;--dashboard-selected-bg:#e8b86d29;--dashboard-selected-border:#e8b86d8c;--dashboard-soft-bg:#1720330a;--dashboard-badge-text:var(--dashboard-text);--public-hero-glow:radial-gradient(ellipse 70% 55% at 50% 0%, #e8b86d2e 0%, transparent 68%);--public-card-hover:#e8b86d1a;--public-divider:linear-gradient(90deg, transparent, #1720331f 30%, #1720331f 70%, transparent);--public-faint-section:#ffffffb8}:root[data-theme=dark]{--public-hero-glow:radial-gradient(ellipse 90% 65% at 50% 0%, #8b141433 0%, transparent 68%);--public-card-hover:#e8b86d0f;--public-divider:linear-gradient(90deg, transparent, #ffffff0f 30%, #ffffff0f 70%, transparent);--public-faint-section:#ffffff03}.auth-page,.public-page{background:var(--public-bg)!important;color:var(--public-text)!important}.auth-page{gap:18px;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important}.public-page{font-family:DM Sans,sans-serif}.public-page nav{background:var(--public-nav-bg)!important;border-bottom:1px solid var(--public-border)!important;-webkit-backdrop-filter:blur(14px)!important;backdrop-filter:blur(14px)!important}.public-page footer{background:var(--public-footer-bg)!important;border-top-color:var(--public-border)!important}:root[data-theme=light] .public-page [style*="color:#f0ece4"],:root[data-theme=light] .public-page [style*="color: '#f0ece4'"],:root[data-theme=light] .public-page [style*="color: rgb(240, 236, 228)"]{color:var(--public-text)!important}:root[data-theme=light] .public-page [style*="color:#94a3b8"],:root[data-theme=light] .public-page [style*="color: '#94a3b8'"],:root[data-theme=light] .public-page [style*="color: rgb(148, 163, 184)"],:root[data-theme=light] .public-page [style*="color:#64748b"],:root[data-theme=light] .public-page [style*="color: '#64748b'"],:root[data-theme=light] .public-page [style*="color: rgb(100, 116, 139)"],:root[data-theme=light] .public-page [style*="color:#334155"],:root[data-theme=light] .public-page [style*="color: '#334155'"],:root[data-theme=light] .public-page [style*="color: rgb(51, 65, 85)"]{color:var(--public-muted)!important}:root[data-theme=light] .public-page [style*="background:#0d1117"],:root[data-theme=light] .public-page [style*="background: '#0d1117'"],:root[data-theme=light] .public-page [style*="background: rgb(13, 17, 23)"]{background:var(--public-bg)!important}:root[data-theme=light] .public-page [style*="rgba(255,255,255,0.025)"],:root[data-theme=light] .public-page [style*="rgba(255, 255, 255, 0.025)"],:root[data-theme=light] .public-page [style*="rgba(255,255,255,0.02)"],:root[data-theme=light] .public-page [style*="rgba(255, 255, 255, 0.02)"]{background:var(--public-surface)!important;border-color:var(--public-border)!important}:root[data-theme=light] .public-page [style*="rgba(255,255,255,0.012)"],:root[data-theme=light] .public-page [style*="rgba(255, 255, 255, 0.012)"]{background:var(--public-faint-section)!important}:root[data-theme=light] .public-page [style*=linear-gradient\(90deg]{background:var(--public-divider)!important}:root[data-theme=light] .public-page [style*=radial-gradient]{background:var(--public-hero-glow)!important}:root[data-theme=light] .public-page svg[style*=opacity]{opacity:.08!important}:root[data-theme=light] .public-page .btn-outline,:root[data-theme=light] .public-page .nav-link,:root[data-theme=light] .public-page .cat-pill{color:var(--public-text)!important;border-color:var(--public-border)!important}:root[data-theme=light] .public-page .btn-outline,:root[data-theme=light] .public-page .cat-pill{background:var(--public-input)!important}:root[data-theme=light] .public-page .nav-link{color:var(--public-muted)!important}:root[data-theme=light] .public-page .btn-outline:hover,:root[data-theme=light] .public-page .nav-link:hover,:root[data-theme=light] .public-page .cat-pill:hover,:root[data-theme=light] .public-page .cat-pill.active{color:var(--public-accent)!important;border-color:#e8b86d8c!important}:root[data-theme=light] .public-page .cat-pill.active{background:#e8b86d1f!important}:root[data-theme=light] .public-page .contact-form-card{box-shadow:0 18px 45px #17203314;background:var(--public-surface)!important;border:1px solid var(--public-border)!important}:root[data-theme=light] .public-page button[style*="border: 1px solid rgba(255, 255, 255"],:root[data-theme=light] .public-page button[style*="border:1px solid rgba(255,255,255"],:root[data-theme=light] .public-page a[style*="border: 1px solid rgba(255, 255, 255"],:root[data-theme=light] .public-page a[style*="border:1px solid rgba(255,255,255"]{border-color:var(--public-border)!important}:root[data-theme=light] .public-page button[style*="border: 1px solid rgba(255, 255, 255"],:root[data-theme=light] .public-page button[style*="border:1px solid rgba(255,255,255"]{background:var(--public-input)!important;color:var(--public-muted)!important}:root[data-theme=light] .public-page [style*="background: rgba(255, 255, 255, 0.07)"],:root[data-theme=light] .public-page [style*="background:rgba(255,255,255,0.07)"],:root[data-theme=light] .public-page [style*="background: rgba(255, 255, 255, 0.08)"],:root[data-theme=light] .public-page [style*="background:rgba(255,255,255,0.08)"]{background:var(--public-input)!important}:root[data-theme=light] .public-page input,:root[data-theme=light] .public-page select,:root[data-theme=light] .public-page textarea{background:var(--public-input)!important;border-color:var(--public-border)!important;color:var(--public-text)!important}:root[data-theme=light] .public-page input::placeholder,:root[data-theme=light] .public-page textarea::placeholder{color:var(--form-placeholder)!important}:root .public-page input::placeholder,:root .public-page textarea::placeholder,:root .auth-page input::placeholder,:root .auth-page textarea::placeholder,:root .dashboard-main input::placeholder,:root .dashboard-main textarea::placeholder,:root[data-theme=dark] .public-page input::placeholder,:root[data-theme=dark] .public-page textarea::placeholder,:root[data-theme=dark] .auth-page input::placeholder,:root[data-theme=dark] .auth-page textarea::placeholder,:root[data-theme=dark] .dashboard-main input::placeholder,:root[data-theme=dark] .dashboard-main textarea::placeholder{color:var(--form-placeholder)!important;opacity:1!important}:root input:focus::placeholder,:root textarea:focus::placeholder{color:#0000!important;opacity:0!important}.public-page [style*="border-radius: 999px"][style*="text-transform: uppercase"],.public-page [style*=borderRadius\:999][style*="textTransform:'uppercase'"],.public-page [style*="border-radius: 999px"][style*=letter-spacing],.public-page [style*=borderRadius\:999][style*=letterSpacing]{color:var(--public-accent)!important;background:#e8b86d24!important;border-color:#e8b86d7a!important}:root[data-theme=light] .public-page [style*="border-radius: 999px"][style*="text-transform: uppercase"],:root[data-theme=light] .public-page [style*="border-radius: 999px"][style*=letter-spacing]{color:#9a5b00!important;background:#e8b86d2e!important;border-color:#e8b86d94!important}:root[data-theme=light] .public-page input:focus,:root[data-theme=light] .public-page select:focus,:root[data-theme=light] .public-page textarea:focus{box-shadow:0 0 0 3px #e8b86d1f;border-color:#e8b86d8c!important}:root[data-theme=light] .svc-card:hover{background:var(--public-card-hover)!important}.auth-card,.public-card{background:var(--public-surface);border:1px solid var(--public-border);border-radius:20px}.auth-input,.public-input{background:var(--public-input);border:1px solid var(--public-border);width:100%;color:var(--public-text);border-radius:10px;outline:none}.dashboard-shell{background:var(--dashboard-bg);color:var(--dashboard-text)}.dashboard-main{color:var(--dashboard-text);min-width:0;background:var(--dashboard-bg)!important}.dashboard-sidebar{border-right:1px solid var(--dashboard-sidebar-border);color:var(--dashboard-text);background:var(--dashboard-sidebar-bg)!important}.dashboard-brand-name,.dashboard-nav-button,.dashboard-user-meta,.dashboard-signout-button span,.dashboard-theme-label,.dashboard-admin-badge{transition:opacity .15s,width .15s}.dashboard-theme-row{border-bottom:1px solid var(--dashboard-sidebar-border);justify-content:space-between;align-items:center;gap:10px;margin-bottom:8px;padding:8px 8px 12px;display:flex}.dashboard-logo-compact{display:none!important}.brand-logo{flex-shrink:0}.brand-logo-img{display:block}.brand-logo-img-light,:root[data-theme=dark] .brand-logo-adaptive .brand-logo-img-blue{display:none}:root[data-theme=dark] .brand-logo-adaptive .brand-logo-img-light{display:block}.dashboard-theme-label{color:var(--dashboard-muted);font-size:12px;font-weight:700}.dashboard-profile-badge{border:1px solid var(--dashboard-selected-border);background:var(--dashboard-selected-bg)!important;color:var(--public-accent)!important}:root .dashboard-main [style*=background\:white],:root .dashboard-main [style*="background: white"],:root .dashboard-main [style*="background:'white'"],:root .dashboard-main [style*="background: 'white'"],:root .dashboard-main [style*="background: rgb(255, 255, 255)"],:root .dashboard-main [style*="background:rgb(255,255,255)"],:root .dashboard-main [style*="background:'#fff'"],:root .dashboard-main [style*="background: '#fff'"],:root .dashboard-main [style*="background:#fff"],:root .dashboard-main [style*="background: #fff"],:root .dashboard-main [style*="background:#ffffff"],:root .dashboard-main [style*="background: #ffffff"],:root .dashboard-main [style*="background: rgb(248, 250, 252)"],:root .dashboard-main [style*="background:rgb(248,250,252)"],:root .dashboard-main [style*="background:#f8fafc"],:root .dashboard-main [style*="background: #f8fafc"]{background:var(--dashboard-surface)!important;border-color:var(--dashboard-border)!important}:root .dashboard-main input,:root .dashboard-main select,:root .dashboard-main textarea{background:var(--dashboard-input)!important;border-color:var(--dashboard-border)!important;color:var(--dashboard-text)!important}:root .dashboard-main select option{background:var(--dashboard-surface);color:var(--dashboard-text)}:root .dashboard-main input:disabled,:root .dashboard-main select:disabled,:root .dashboard-main textarea:disabled,:root .dashboard-main [style*="cursor: not-allowed"]{background:var(--dashboard-bg)!important;color:var(--dashboard-muted)!important}:root .dashboard-main input:focus,:root .dashboard-main select:focus,:root .dashboard-main textarea:focus{box-shadow:0 0 0 3px #e8b86d1f;border-color:#e8b86d8c!important}:root .dashboard-main [style*="color:#0f172a"],:root .dashboard-main [style*="color: #0f172a"],:root .dashboard-main [style*="color:'#0f172a'"],:root .dashboard-main [style*="color: '#0f172a'"],:root .dashboard-main [style*="color: rgb(15, 23, 42)"],:root .dashboard-main [style*="color:rgb(15,23,42)"],:root .dashboard-main [style*="color:#1e293b"],:root .dashboard-main [style*="color: #1e293b"],:root .dashboard-main [style*="color:'#1e293b'"],:root .dashboard-main [style*="color: '#1e293b'"],:root .dashboard-main [style*="color: rgb(30, 41, 59)"],:root .dashboard-main [style*="color:rgb(30,41,59)"]{color:var(--dashboard-text)!important}:root .dashboard-main [style*="color:#64748b"],:root .dashboard-main [style*="color: #64748b"],:root .dashboard-main [style*="color:'#64748b'"],:root .dashboard-main [style*="color: '#64748b'"],:root .dashboard-main [style*="color: rgb(100, 116, 139)"],:root .dashboard-main [style*="color:rgb(100,116,139)"],:root .dashboard-main [style*="color:#94a3b8"],:root .dashboard-main [style*="color: #94a3b8"],:root .dashboard-main [style*="color:'#94a3b8'"],:root .dashboard-main [style*="color: '#94a3b8'"],:root .dashboard-main [style*="color: rgb(148, 163, 184)"],:root .dashboard-main [style*="color:rgb(148,163,184)"],:root .dashboard-main [style*="color:#475569"],:root .dashboard-main [style*="color: #475569"],:root .dashboard-main [style*="color:'#475569'"],:root .dashboard-main [style*="color: '#475569'"],:root .dashboard-main [style*="color: rgb(71, 85, 105)"],:root .dashboard-main [style*="color:rgb(71,85,105)"]{color:var(--dashboard-muted)!important}:root .dashboard-main [style*="color:#374151"],:root .dashboard-main [style*="color: #374151"],:root .dashboard-main [style*="color:'#374151'"],:root .dashboard-main [style*="color: '#374151'"],:root .dashboard-main [style*="color: rgb(55, 65, 81)"],:root .dashboard-main [style*="color:rgb(55,65,81)"]{color:var(--dashboard-text)!important}:root .dashboard-main [style*="color:#cbd5e1"],:root .dashboard-main [style*="color: #cbd5e1"],:root .dashboard-main [style*="color:'#cbd5e1'"],:root .dashboard-main [style*="color: '#cbd5e1'"],:root .dashboard-main [style*="color: rgb(203, 213, 225)"],:root .dashboard-main [style*="color:rgb(203,213,225)"]{opacity:.75;color:var(--dashboard-muted)!important}:root .dashboard-main [style*="border:1px solid #e2e8f0"],:root .dashboard-main [style*="border: 1px solid #e2e8f0"],:root .dashboard-main [style*="border: 1px solid rgb(226, 232, 240)"],:root .dashboard-main [style*="border:1px solid rgb(226,232,240)"],:root .dashboard-main [style*="borderTop:'1px solid #e2e8f0'"],:root .dashboard-main [style*="borderTop: '1px solid #e2e8f0'"],:root .dashboard-main [style*="border-top: 1px solid rgb(226, 232, 240)"],:root .dashboard-main [style*="border-top:1px solid rgb(226,232,240)"],:root .dashboard-main [style*="border-bottom: 1px solid #f1f5f9"],:root .dashboard-main [style*="border-bottom: 1px solid rgb(241, 245, 249)"],:root .dashboard-main [style*="border-bottom:1px solid rgb(241,245,249)"],:root .dashboard-main [style*="borderBottom:'1px solid #f1f5f9'"],:root .dashboard-main [style*="borderBottom: '1px solid #f1f5f9'"],:root .dashboard-main [style*="border-bottom: 1px solid #f8fafc"],:root .dashboard-main [style*="border-bottom: 1px solid rgb(248, 250, 252)"],:root .dashboard-main [style*="border-bottom:1px solid rgb(248,250,252)"],:root .dashboard-main [style*="borderBottom:'1px solid #f8fafc'"],:root .dashboard-main [style*="borderBottom: '1px solid #f8fafc'"]{border-color:var(--dashboard-border)!important}:root .dashboard-main [style*="background:'#e2e8f0'"],:root .dashboard-main [style*="background: '#e2e8f0'"],:root .dashboard-main [style*="background:#e2e8f0"],:root .dashboard-main [style*="background: #e2e8f0"],:root .dashboard-main [style*="background: rgb(226, 232, 240)"],:root .dashboard-main [style*="background:rgb(226,232,240)"],:root .dashboard-main [style*="background:'#f1f5f9'"],:root .dashboard-main [style*="background: '#f1f5f9'"],:root .dashboard-main [style*="background:#f1f5f9"],:root .dashboard-main [style*="background: #f1f5f9"],:root .dashboard-main [style*="background: rgb(241, 245, 249)"],:root .dashboard-main [style*="background:rgb(241,245,249)"],:root .dashboard-main [style*="background:'#f8fafc'"],:root .dashboard-main [style*="background: '#f8fafc'"],:root .dashboard-main [style*="background:#f8fafc"],:root .dashboard-main [style*="background: #f8fafc"]{background:var(--dashboard-input)!important}:root .dashboard-main [style*="background:'#fffbeb'"],:root .dashboard-main [style*="background: '#fffbeb'"],:root .dashboard-main [style*="background:#fffbeb"],:root .dashboard-main [style*="background: #fffbeb"],:root .dashboard-main [style*="background: rgb(255, 251, 235)"],:root .dashboard-main [style*="background:rgb(255,251,235)"]{background:var(--dashboard-selected-bg)!important}:root .dashboard-main [style*="border:1px solid #fde68a"],:root .dashboard-main [style*="border: 1px solid #fde68a"],:root .dashboard-main [style*="border: 1px solid rgb(253, 230, 138)"],:root .dashboard-main [style*="border:1px solid rgb(253,230,138)"]{border-color:var(--dashboard-selected-border)!important}:root .dashboard-main button[style*="background:'#0f172a'"],:root .dashboard-main button[style*="background: '#0f172a'"],:root .dashboard-main button[style*="background:#0f172a"],:root .dashboard-main button[style*="background: #0f172a"]{background:var(--public-accent-strong)!important;color:#172033!important}:root .dashboard-main button[style*="background:'#f59e0b'"],:root .dashboard-main button[style*="background: '#f59e0b'"],:root .dashboard-main button[style*="background:#f59e0b"],:root .dashboard-main button[style*="background: #f59e0b"],:root .dashboard-main button[style*="background:'#fde68a'"],:root .dashboard-main button[style*="background: '#fde68a'"],:root .dashboard-main button[style*="background:#fde68a"],:root .dashboard-main button[style*="background: #fde68a"]{color:#172033!important}:root .dashboard-main .recharts-cartesian-axis-tick text,:root .dashboard-main .recharts-text,:root .dashboard-main .recharts-label{fill:var(--dashboard-muted)!important}.dashboard-main .dashboard-filter-pill{background:var(--dashboard-surface)!important;border:1px solid var(--dashboard-border)!important;color:var(--dashboard-muted)!important}.dashboard-main .dashboard-filter-pill.active{background:var(--dashboard-selected-bg)!important;border-color:var(--dashboard-selected-border)!important;color:var(--public-accent)!important}.dashboard-main .dashboard-primary-action{background:var(--public-accent-strong)!important;color:#172033!important}.dashboard-main .dashboard-primary-action:disabled{background:var(--dashboard-selected-bg)!important;color:var(--dashboard-muted)!important;border:1px solid var(--dashboard-selected-border)!important}.dashboard-main .status-badge{background:var(--dashboard-soft-bg)!important;border-color:var(--dashboard-border)!important;color:var(--dashboard-badge-text)!important}.dashboard-main .status-badge-requested{color:#60a5fa!important;background:#60a5fa1c!important;border-color:#60a5fa61!important}.dashboard-main .status-badge-upfront_fee_required,.dashboard-main .status-badge-advance_payment_required{color:#e8b86d!important;background:#e8b86d21!important;border-color:#e8b86d6b!important}.dashboard-main .status-badge-in_progress,.dashboard-main .status-badge-ready_to_ship{color:#c084fc!important;background:#c084fc1c!important;border-color:#c084fc57!important}.dashboard-main .status-badge-purchased{color:#2dd4bf!important;background:#2dd4bf1c!important;border-color:#2dd4bf57!important}.dashboard-main .status-badge-shipped{color:#38bdf8!important;background:#38bdf81c!important;border-color:#38bdf857!important}.dashboard-main .status-badge-cancelled,.dashboard-main .status-badge-lost,.dashboard-main .status-badge-not_found{color:#fca5a5!important;background:#fca5a51c!important;border-color:#fca5a557!important}.dashboard-main .status-badge-received{color:#34d399!important;background:#34d3991c!important;border-color:#34d39957!important}.dashboard-main .status-badge-ready_to_ship{color:#c084fc!important;background:#c084fc1c!important;border-color:#c084fc57!important}:root[data-theme=light] .dashboard-main .status-badge-new{color:var(--dashboard-muted)!important}:root[data-theme=light] .dashboard-main .status-badge-requested{color:#1d4ed8!important;background:#eff6ff!important;border-color:#bfdbfe!important}:root[data-theme=light] .dashboard-main .status-badge-upfront_fee_required,:root[data-theme=light] .dashboard-main .status-badge-advance_payment_required{color:#9a5b00!important;background:#e8b86d29!important;border-color:#e8b86d7a!important}:root[data-theme=light] .dashboard-main .status-badge-in_progress,:root[data-theme=light] .dashboard-main .status-badge-ready_to_ship{color:#7e22ce!important;background:#faf5ff!important;border-color:#e9d5ff!important}:root[data-theme=light] .dashboard-main .status-badge-purchased{color:#0f766e!important;background:#f0fdfa!important;border-color:#99f6e4!important}:root[data-theme=light] .dashboard-main .status-badge-shipped{color:#0369a1!important;background:#f0f9ff!important;border-color:#bae6fd!important}:root[data-theme=light] .dashboard-main .status-badge-cancelled,:root[data-theme=light] .dashboard-main .status-badge-lost,:root[data-theme=light] .dashboard-main .status-badge-not_found{color:#991b1b!important;background:#fef2f2!important;border-color:#fecaca!important}:root[data-theme=light] .dashboard-main .status-badge-received{color:#15803d!important;background:#f0fdf4!important;border-color:#bbf7d0!important}:root[data-theme=light] .dashboard-main .status-badge-ready_to_ship{color:#7e22ce!important;background:#faf5ff!important;border-color:#e9d5ff!important}:root .dashboard-sidebar [style*=color\:white],:root .dashboard-sidebar [style*="color: white"],:root .dashboard-sidebar [style*="color:'white'"],:root .dashboard-sidebar [style*="color: 'white'"]{color:var(--dashboard-text)!important}:root .dashboard-sidebar [style*="color:#64748b"],:root .dashboard-sidebar [style*="color: #64748b"],:root .dashboard-sidebar [style*="color:'#64748b'"],:root .dashboard-sidebar [style*="color: '#64748b'"],:root .dashboard-sidebar [style*="color:#475569"],:root .dashboard-sidebar [style*="color: #475569"],:root .dashboard-sidebar [style*="color:'#475569'"],:root .dashboard-sidebar [style*="color: '#475569'"]{color:var(--dashboard-muted)!important}:root .dashboard-sidebar [style*="borderBottom:'1px solid #1e293b'"],:root .dashboard-sidebar [style*="borderBottom: '1px solid #1e293b'"],:root .dashboard-sidebar [style*="borderTop:'1px solid #1e293b'"],:root .dashboard-sidebar [style*="borderTop: '1px solid #1e293b'"]{border-color:var(--dashboard-sidebar-border)!important}:root .dashboard-sidebar [style*="background:'#1e293b'"],:root .dashboard-sidebar [style*="background: '#1e293b'"],:root .dashboard-sidebar [style*="background:#1e293b"],:root .dashboard-sidebar [style*="background: #1e293b"]{background:var(--dashboard-input)!important}:root[data-theme=dark] .dashboard-main [style*=background\:white],:root[data-theme=dark] .dashboard-main [style*="background: white"],:root[data-theme=dark] .dashboard-main [style*="background:'#fff'"],:root[data-theme=dark] .dashboard-main [style*="background: '#fff'"],:root[data-theme=dark] .dashboard-main [style*="background:#fff"],:root[data-theme=dark] .dashboard-main [style*="background: #fff"],:root[data-theme=dark] .dashboard-main [style*="background:#ffffff"],:root[data-theme=dark] .dashboard-main [style*="background: #ffffff"],:root[data-theme=dark] .dashboard-main [style*="background:#f8fafc"],:root[data-theme=dark] .dashboard-main [style*="background: #f8fafc"]{background:var(--dashboard-surface)!important;border-color:var(--dashboard-border)!important}:root[data-theme=dark] .dashboard-main [style*="color:#0f172a"],:root[data-theme=dark] .dashboard-main [style*="color: #0f172a"],:root[data-theme=dark] .dashboard-main [style*="color:'#0f172a'"],:root[data-theme=dark] .dashboard-main [style*="color: '#0f172a'"]{color:var(--dashboard-text)!important}:root[data-theme=dark] .dashboard-main [style*="color:#64748b"],:root[data-theme=dark] .dashboard-main [style*="color: #64748b"],:root[data-theme=dark] .dashboard-main [style*="color:'#64748b'"],:root[data-theme=dark] .dashboard-main [style*="color: '#64748b'"],:root[data-theme=dark] .dashboard-main [style*="color:#94a3b8"],:root[data-theme=dark] .dashboard-main [style*="color: #94a3b8"]{color:var(--dashboard-muted)!important}:root[data-theme=dark] .public-page [style*="color:#334155"],:root[data-theme=dark] .public-page [style*="color: #334155"],:root[data-theme=dark] .public-page [style*="color:'#334155'"],:root[data-theme=dark] .public-page [style*="color: '#334155'"],:root[data-theme=dark] .public-page [style*="color:#475569"],:root[data-theme=dark] .public-page [style*="color: #475569"],:root[data-theme=dark] .public-page [style*="color:'#475569'"],:root[data-theme=dark] .public-page [style*="color: '#475569'"],:root[data-theme=dark] .public-page [style*="color:#64748b"],:root[data-theme=dark] .public-page [style*="color: #64748b"],:root[data-theme=dark] .public-page [style*="color:'#64748b'"],:root[data-theme=dark] .public-page [style*="color: '#64748b'"],:root[data-theme=dark] .public-page [style*="color: rgb(51, 65, 85)"],:root[data-theme=dark] .public-page [style*="color:rgb(51,65,85)"],:root[data-theme=dark] .public-page [style*="color: rgb(71, 85, 105)"],:root[data-theme=dark] .public-page [style*="color:rgb(71,85,105)"],:root[data-theme=dark] .public-page [style*="color: rgb(100, 116, 139)"],:root[data-theme=dark] .public-page [style*="color:rgb(100,116,139)"],:root[data-theme=dark] .auth-page [style*="color:#334155"],:root[data-theme=dark] .auth-page [style*="color: #334155"],:root[data-theme=dark] .auth-page [style*="color:#475569"],:root[data-theme=dark] .auth-page [style*="color: #475569"],:root[data-theme=dark] .auth-page [style*="color:#64748b"],:root[data-theme=dark] .auth-page [style*="color: #64748b"],:root[data-theme=dark] .auth-page [style*="color: rgb(51, 65, 85)"],:root[data-theme=dark] .auth-page [style*="color:rgb(51,65,85)"],:root[data-theme=dark] .auth-page [style*="color: rgb(71, 85, 105)"],:root[data-theme=dark] .auth-page [style*="color:rgb(71,85,105)"],:root[data-theme=dark] .auth-page [style*="color: rgb(100, 116, 139)"],:root[data-theme=dark] .auth-page [style*="color:rgb(100,116,139)"]{color:var(--public-muted)!important}:root[data-theme=dark] .public-page [style*="font-size: 12px"],:root[data-theme=dark] .public-page [style*=font-size\:12px],:root[data-theme=dark] .auth-page [style*="font-size: 12px"],:root[data-theme=dark] .auth-page [style*=font-size\:12px],:root[data-theme=dark] .dashboard-main [style*="font-size: 12px"],:root[data-theme=dark] .dashboard-main [style*=font-size\:12px]{font-size:13px!important}@media (width<=900px){.public-page>nav{flex-wrap:wrap;gap:10px 14px;min-height:64px;align-items:flex-start!important;height:auto!important;padding:10px 16px!important}.public-page>nav>a:first-child{min-height:38px}.public-page>nav>a:first-child span{white-space:nowrap;font-size:18px!important}.public-page>nav>div:last-child{flex-wrap:wrap;justify-content:flex-start;width:100%;gap:6px!important;display:flex!important}.public-page>nav .nav-link{font-size:12px;padding:7px 10px!important}.public-page>nav .btn-outline,.public-page>nav .btn-gold{font-size:12px;padding:8px 12px!important}.public-page>nav>div:last-child>div[style*="width: 1px"]{display:none!important}.contact-page-layout{grid-template-columns:1fr!important;gap:20px!important;padding:32px 18px 90px!important}.contact-info-sidebar{position:static!important}.public-page>section,.public-page>div[style*="padding: 96px 40px"],.public-page>div[style*="padding:96px 40px"],.public-page>div[style*="padding: 100px 40px"],.public-page>div[style*="padding:100px 40px"],.public-page>section[style*="padding: 96px 40px"],.public-page>section[style*="padding:96px 40px"],.public-page>section[style*="padding: 100px 40px"],.public-page>section[style*="padding:100px 40px"]{padding:64px 20px!important}.public-page>section[style*="min-height: 100vh"],.public-page>section[style*="minHeight: 100vh"]{min-height:auto!important;padding-top:190px!important;padding-bottom:64px!important}.public-page>div[style*="padding: 120px 40px"],.public-page>div[style*="padding:120px 40px"]{padding:190px 20px 44px!important}.public-page footer{text-align:center;position:static;justify-content:center!important;padding:22px 20px!important}.auth-page{min-height:100vh!important;padding:72px 16px 0!important}.auth-page>div:not([style*="position: fixed"]){max-width:380px!important}.public-page footer>div{justify-content:center;gap:14px!important}.auth-card{padding:22px!important}}@media (width<=640px){.contact-form-grid{grid-template-columns:1fr!important;gap:14px!important}.contact-form-card{border-radius:16px!important;padding:24px 18px!important}.public-page [style*="padding: 36px 32px"],.public-page [style*="padding:36px 32px"],.public-page [style*="padding: 32px"],.public-page [style*=padding\:32px],.public-page [style*="padding: 28px 24px"],.public-page [style*="padding:28px 24px"]{padding:22px 18px!important}.public-page [style*="gap: 48px"],.public-page [style*=gap\:48px],.public-page [style*="gap: 36px"],.public-page [style*=gap\:36px],.public-page [style*="gap: 32px"],.public-page [style*=gap\:32px]{gap:18px!important}.public-page [style*="min-width: 300px"],.public-page [style*="minWidth: 300px"]{min-width:min(280px,86vw)!important}.public-page [style*="grid-template-columns: 1fr 1fr"],.public-page [style*="gridTemplateColumns: 1fr 1fr"],.public-page [style*="grid-template-columns: 1fr 360px"],.public-page [style*="gridTemplateColumns: 1fr 360px"]{grid-template-columns:1fr!important}}@media (width<=430px){.public-page>nav{padding:8px 12px!important}.public-page>nav>a:first-child span{font-size:16px!important}.public-page>nav .nav-link{padding:6px 8px!important}.public-page>nav .btn-outline,.public-page>nav .btn-gold{padding:8px 10px!important}.public-page>section,.public-page>section[style*=padding],.public-page>div[style*="padding: 120px 40px"],.public-page>div[style*="padding:120px 40px"]{padding-left:14px!important;padding-right:14px!important}.public-page>div[style*="padding: 120px 40px"],.public-page>div[style*="padding:120px 40px"],.public-page>section[style*="min-height: 100vh"],.public-page>section[style*="minHeight: 100vh"]{padding-top:220px!important}.public-page .btn-gold,.public-page .btn-outline{justify-content:center;width:100%}}@media (width<=760px){.dashboard-shell{align-items:stretch}.dashboard-sidebar{border-right-width:1px;min-width:68px;width:68px!important}.dashboard-sidebar-logo{padding:14px 10px!important}.dashboard-sidebar-logo>div,.dashboard-user-row{justify-content:center}.dashboard-logo-wide{display:none!important}.dashboard-logo-compact{display:inline-flex!important}.dashboard-brand-name,.dashboard-admin-badge,.dashboard-theme-label,.dashboard-user-meta,.dashboard-signout-button span{display:none!important}.dashboard-nav{gap:4px!important;padding:8px 6px!important}.dashboard-nav-button{justify-content:center;gap:0!important;padding:11px 0!important;font-size:0!important}.dashboard-nav-button svg{width:18px;height:18px}.dashboard-sidebar-footer{padding:10px 6px!important}.dashboard-theme-row{justify-content:center;padding:0 0 10px}.dashboard-user-row{padding:0 0 10px!important}.dashboard-signout-button{justify-content:center;gap:0!important;padding:9px 0!important}.dashboard-main{min-width:0}.dashboard-main>div{padding:18px 14px!important}.dashboard-main [style*="grid-template-columns: repeat(2"],.dashboard-main [style*="grid-template-columns: 1fr 1fr"],.dashboard-main [style*="grid-template-columns: 1fr 120px 120px"]{grid-template-columns:1fr!important}.dashboard-main [style*="padding: 24px"],.dashboard-main [style*=padding\:24px]{padding:16px!important}.dashboard-main [style*="padding: 18px 20px"],.dashboard-main [style*="padding:'18px 20px'"]{padding:14px!important}}@media (width<=430px){.dashboard-sidebar{min-width:58px;width:58px!important}.dashboard-sidebar-logo{padding-inline:8px!important}.dashboard-nav{padding-inline:5px!important}.dashboard-main>div{padding:14px 10px!important}}:root input:focus::placeholder,:root textarea:focus::placeholder,.public-page input:focus::placeholder,.public-page textarea:focus::placeholder,.auth-page input:focus::placeholder,.auth-page textarea:focus::placeholder,.dashboard-main input:focus::placeholder,.dashboard-main textarea:focus::placeholder,.dashboard-shell input:focus::placeholder,.dashboard-shell textarea:focus::placeholder{color:#0000!important;opacity:0!important}:root input:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}:root textarea:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}.public-page input:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}.public-page textarea:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}.auth-page input:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}.auth-page textarea:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}.dashboard-main input:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}.dashboard-main textarea:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}.dashboard-shell input:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}.dashboard-shell textarea:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}:root[data-theme=dark] input:focus::placeholder,:root[data-theme=dark] textarea:focus::placeholder,:root[data-theme=dark] .public-page input:focus::placeholder,:root[data-theme=dark] .public-page textarea:focus::placeholder,:root[data-theme=dark] .auth-page input:focus::placeholder,:root[data-theme=dark] .auth-page textarea:focus::placeholder,:root[data-theme=dark] .dashboard-main input:focus::placeholder,:root[data-theme=dark] .dashboard-main textarea:focus::placeholder,:root[data-theme=dark] .dashboard-shell input:focus::placeholder,:root[data-theme=dark] .dashboard-shell textarea:focus::placeholder{color:#0000!important;opacity:0!important}:root[data-theme=dark] input:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}:root[data-theme=dark] textarea:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}:root[data-theme=dark] .public-page input:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}:root[data-theme=dark] .public-page textarea:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}:root[data-theme=dark] .auth-page input:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}:root[data-theme=dark] .auth-page textarea:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}:root[data-theme=dark] .dashboard-main input:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}:root[data-theme=dark] .dashboard-main textarea:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}:root[data-theme=dark] .dashboard-shell input:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}:root[data-theme=dark] .dashboard-shell textarea:focus::-webkit-input-placeholder{color:#0000!important;opacity:0!important}
