:root{--primary: #E85D04;--primary-hover: #D04F00;--primary-light: #FFEDD5;--primary-subtle: #FFF7ED;--secondary: #0F172A;--background: #F8FAFC;--surface: #FFFFFF;--text-main: #1E293B;--text-muted: #64748B;--border: #E2E8F0;--border-light: #F1F5F9;--success: #22C55E;--success-light: #DCFCE7;--warning: #F59E0B;--warning-light: #FEF3C7;--danger: #EF4444;--danger-light: #FEE2E2;--info: #3B82F6;--info-light: #DBEAFE;--sidebar-bg: #1E293B;--sidebar-hover: #334155;--sidebar-active: #E85D04;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--shadow-glass: 0 8px 32px 0 rgba(31, 38, 135, .15);--radius-sm: .375rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--transition-fast: .15s ease;--transition-normal: .25s ease}html,body,#root{min-height:100%}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Outfit,Inter,system-ui,-apple-system,sans-serif;background-color:var(--background);color:var(--text-main);line-height:1.6;-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 20% 50%,rgba(232,93,4,.03) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(59,130,246,.03) 0%,transparent 50%);background-attachment:fixed}#root{min-height:100vh}a,button,input,select,textarea{font:inherit}:focus-visible{outline:3px solid rgba(232,93,4,.45);outline-offset:2px}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.public-main-shell{min-height:80vh}.skip-link{position:absolute;left:.75rem;top:-3rem;background:#111827;color:#fff;padding:.5rem .75rem;border-radius:8px;text-decoration:none;z-index:1200;font-weight:600}.skip-link:focus-visible{top:.75rem}.route-loader{min-height:70vh;display:flex;align-items:center;justify-content:center;gap:.7rem;color:#475569;font-weight:600}.route-loader-dot{width:.75rem;height:.75rem;border-radius:999px;background:var(--primary);animation:pulseDot 1s ease-in-out infinite}.glass-panel{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);box-shadow:var(--shadow-glass);border-radius:var(--radius-lg)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-md);font-weight:600;transition:all .3s ease;cursor:pointer;border:none;gap:.5rem}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary-hover));color:#fff;box-shadow:0 4px 12px #e85d044d}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #e85d0466}.btn-outline{background:transparent;border:2px solid var(--border);color:var(--text-main)}.btn-outline:hover{border-color:var(--primary);color:var(--primary);background:#e85d040d}.input-field{width:100%;padding:.75rem 1rem;border:1px solid var(--border);border-radius:var(--radius-md);outline:none;transition:border-color .2s,box-shadow .2s;background:#fffc;font-size:1rem}.input-field:focus{border-color:var(--primary);box-shadow:0 0 0 3px #e85d041a}.section-title{font-size:2rem;font-weight:800;margin-bottom:2rem;background:linear-gradient(to right,var(--primary),var(--secondary));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.fade-in{animation:fadeIn .5s ease-out forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseDot{0%{transform:scale(.85);opacity:.55}50%{transform:scale(1.2);opacity:1}to{transform:scale(.85);opacity:.55}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.site-footer{background:radial-gradient(circle at 14% 18%,rgba(232,93,4,.16),transparent 28rem),linear-gradient(135deg,#0b1120,#111827 58%,#171717);color:#f8fafc;padding:4rem 1.5rem 2rem}.footer-shell{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:minmax(280px,1.35fr) repeat(3,minmax(160px,.65fr));gap:2rem;align-items:start}.footer-brand-panel{display:flex;flex-direction:column;gap:1.15rem;max-width:440px}.footer-brand{display:inline-flex;align-items:center;gap:.65rem;width:fit-content;color:#fff;text-decoration:none;font-size:1.75rem;font-weight:900}.footer-brand-logo{width:2.55rem;height:2.55rem;object-fit:contain}.footer-brand-panel p{color:#cbd5e1;line-height:1.75;max-width:38rem}.footer-highlight-row{display:flex;flex-wrap:wrap;gap:.55rem}.footer-highlight,.footer-about-link,.footer-shop-cta{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;text-decoration:none;font-weight:800}.footer-highlight{min-height:2rem;color:#fed7aa;background:#ffedd514;border:1px solid rgba(251,146,60,.22);padding:.35rem .65rem;font-size:.82rem}.footer-about-link{width:fit-content;min-height:2.5rem;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-hover));padding:.62rem .9rem;box-shadow:0 12px 24px #e85d043d}.footer-col h3{color:#fff;font-size:1rem;font-weight:850;margin-bottom:1rem}.footer-col ul{display:grid;gap:.72rem;list-style:none}.footer-col a{color:#cbd5e1;text-decoration:none;transition:color .15s ease}.footer-col a:hover{color:#fff}.footer-contact-list li{display:grid;grid-template-columns:1.3rem minmax(0,1fr);gap:.7rem;color:#cbd5e1;line-height:1.65}.footer-contact-list svg{color:var(--primary);margin-top:.16rem}.footer-shop-cta{width:fit-content;margin-top:1.25rem;min-height:2.4rem;color:#fed7aa;border:1px solid rgba(251,146,60,.35);padding:.58rem .85rem}.footer-bottom{max-width:1200px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(148,163,184,.22)}.footer-bottom-inner{display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap;color:#94a3b8;font-size:.9rem;text-align:center}.developer-credit{display:inline-flex;align-items:center;gap:.65rem;flex-wrap:wrap;justify-content:center;padding:.45rem .7rem;border:1px solid rgba(232,93,4,.35);border-radius:999px;background:linear-gradient(135deg,#e85d042e,#0f172ae0);box-shadow:0 12px 30px #00000038}.developer-credit span,.developer-credit a{display:inline-flex;align-items:center;gap:.35rem;color:#f9fafb;text-decoration:none;font-weight:800;white-space:nowrap}.developer-credit>span:first-child{color:#fed7aa}.developer-credit-divider{width:1px;height:18px;background:#f9fafb33}@media (max-width: 900px){.footer-shell{grid-template-columns:1fr 1fr}.footer-brand-panel{grid-column:1 / -1}}@media (max-width: 640px){.site-footer{padding:3rem 1rem 1.5rem}.footer-shell{grid-template-columns:1fr;gap:1.75rem}.footer-brand-panel,.footer-brand-panel p{max-width:none}.footer-brand{font-size:1.55rem}.footer-highlight-row{gap:.45rem}.footer-bottom{margin-top:2.25rem}.developer-credit{width:100%;border-radius:12px}.developer-credit-divider{display:none}}
