:root,[data-theme=light]{--color-bg:#fff;--color-surface:#f8f9fa;--color-surface-hover:#f0f1f3;--color-primary:#2563eb;--color-primary-light:#dbeafe;--color-primary-glow:#2563eb26;--color-accent:#8b5cf6;--color-text:#1a1a2e;--color-text-muted:#64748b;--color-border:#e2e8f0;--color-border-light:#f1f5f9;--color-success:#10b981;--color-warning:#f59e0b;--color-danger:#ef4444;--color-info:#3b82f6;--color-bg-card:#fff;--color-bg-secondary:#f8fafc;--color-bg-hover:#f1f5f9;--color-text-primary:#0f172a;--color-text-secondary:#475569;--shadow-sm:0 1px 3px #0000000f,0 1px 2px #0000000a;--shadow-md:0 4px 16px #00000014;--shadow-lg:0 10px 40px #0000001a;--shadow-glow:0 0 20px var(--color-primary-glow);--font-main:"Inter",-apple-system,BlinkMacSystemFont,sans-serif;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--transition:all .3s cubic-bezier(.25,.8,.25,1)}[data-theme=dark]{--color-bg:#0f172a;--color-surface:#1e293b;--color-surface-hover:#334155;--color-primary:#3b82f6;--color-primary-light:#3b82f626;--color-primary-glow:#3b82f640;--color-accent:#8b5cf6;--color-text:#f1f5f9;--color-text-muted:#94a3b8;--color-border:#334155;--color-border-light:#1e293b;--color-success:#34d399;--color-warning:#fbbf24;--color-danger:#f87171;--color-info:#60a5fa;--color-bg-card:#1e293b;--color-bg-secondary:#162032;--color-bg-hover:#334155;--color-text-primary:#f8fafc;--color-text-secondary:#cbd5e1;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 16px #0006;--shadow-lg:0 10px 40px #00000080;--shadow-glow:0 0 20px var(--color-primary-glow)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-main);-webkit-font-smoothing:antialiased;line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}:focus-visible{outline:2px solid var(--color-primary,#6366f1);outline-offset:2px}img,video{max-width:100%;height:auto}iframe{max-width:100%}.floatContactBtn{transition:transform .18s}.floatContactBtn:hover{transform:scale(1.08)}.floatContactPulse{animation:2.4s ease-in-out infinite floatContactPulse}@keyframes floatContactPulse{0%,to{box-shadow:0 10px 28px -8px #0006,0 0 #25d3668c}50%{box-shadow:0 10px 28px -8px #0006,0 0 0 13px #25d36600}}@media (prefers-reduced-motion:reduce){.floatContactPulse{animation:none}}.container{max-width:600px;margin:0 auto;padding:20px}.card{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:var(--transition);padding:24px}.card:hover{box-shadow:var(--shadow-md);border-color:var(--color-primary);transform:translateY(-2px)}.btn{border-radius:var(--radius-sm);transition:var(--transition);border:none;justify-content:center;align-items:center;width:100%;padding:12px 24px;font-weight:600;display:inline-flex}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:var(--shadow-glow)}.btn-primary:hover{filter:brightness(1.1);transform:scale(1.02)}.input{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;color:var(--color-text);transition:var(--transition);padding:12px 16px;font-size:16px}.input:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-glow);outline:none}.title-gradient{background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:800}@media (max-width:768px){.container,.card{padding:16px}body{font-size:14px}html,body{max-width:100%;overflow-x:hidden}}@media (max-width:480px){h1{font-size:1.5rem}h2{font-size:1.25rem}.btn{padding:10px 20px;font-size:.9rem}}@media print{body.qrPrinting *{visibility:hidden!important}body.qrPrinting .qrPrintSheet,body.qrPrinting .qrPrintSheet *{visibility:visible!important}body.qrPrinting .qrPrintOverlay{-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#fff!important;padding:0!important;position:absolute!important;inset:0!important;overflow:visible!important}body.qrPrinting .qrPrintToolbar,body.qrPrinting .qrPrintHide{display:none!important}body.qrPrinting .qrPrintSheet{width:100%;position:absolute;top:0;left:0}}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=range]),textarea,select{background:var(--color-bg-card,#fff)!important;border-color:var(--color-border,#e2e8f0)!important;color:var(--color-text,#0f172a)!important}input::placeholder,textarea::placeholder{opacity:1;color:var(--color-text-muted,#94a3b8)!important}input:focus,textarea:focus,select:focus{border-color:var(--color-primary,#2563eb)!important;box-shadow:0 0 0 3px var(--color-primary-glow,#2563eb26)!important;outline:none!important}select option{background:var(--color-bg-card,#fff)!important;color:var(--color-text,#0f172a)!important}h1,h2,h3,h4,h5,h6{color:var(--color-text,#0f172a)}p{color:var(--color-text-secondary,#475569)}label{color:var(--color-text-secondary,#334155)}[class*=cardContainer]{background:var(--color-bg-card,#fff)!important;border-color:var(--color-border,#e2e8f0)!important}[data-theme=dark] body{color:#f1f5f9!important;background:#0f172a!important}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#f1f5f9!important}[data-theme=dark] p{color:#cbd5e1}[data-theme=dark] label{color:#e2e8f0}[data-theme=dark] small{color:#94a3b8}[data-theme=dark] [class*=formCard],[data-theme=dark] [class*=section]:not([class*=heroSection]),[data-theme=dark] [class*=card]:not([class*=typeLabel]):not([class*=Badge]):not([class*=ActionCard]):not([class*=floatingCard]){color:#f1f5f9!important;background:#1e293b!important;border-color:#334155!important}[data-theme=dark] [class*=cardContainer]{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] [class*=page]:not([class*=howItWorks]):not([class*=ctaSection]){background:#0f172a!important}[data-theme=dark] [class*=sidebar]{background:#0f172a!important;border-color:#1e293b!important}[data-theme=dark] [class*=navLink],[data-theme=dark] [class*=navItem]{color:#94a3b8!important}[data-theme=dark] [class*=navLink]:hover,[data-theme=dark] [class*=navItem]:hover{color:#f1f5f9!important;background:#ffffff0f!important}[data-theme=dark] [style*="background: rgb(255, 255, 255)"],[data-theme=dark] [style*="background: #fff"],[data-theme=dark] [style*="background: #ffffff"],[data-theme=dark] [style*="background: white"],[data-theme=dark] [style*="background-color: rgb(255, 255, 255)"],[data-theme=dark] [style*="background-color: #fff"],[data-theme=dark] [style*="background-color: white"]{background:var(--color-bg-card,#1e293b)!important}[data-theme=dark] [style*="background: rgb(248, 250, 252)"],[data-theme=dark] [style*="background: #f8fafc"],[data-theme=dark] [style*="background-color: rgb(248, 250, 252)"],[data-theme=dark] [style*="background-color: #f8fafc"]{background:var(--color-bg-secondary,#162032)!important}[data-theme=dark] [style*="background: rgb(241, 245, 249)"],[data-theme=dark] [style*="background: #f1f5f9"],[data-theme=dark] [style*="background: rgb(249, 250, 251)"],[data-theme=dark] [style*="background: #f9fafb"]{background:var(--color-bg-hover,#1e293b)!important}[data-theme=dark] [style*="color: rgb(15, 23, 42)"],[data-theme=dark] [style*="color: #0f172a"],[data-theme=dark] [style*="color: rgb(26, 26, 46)"],[data-theme=dark] [style*="color: #1a1a2e"],[data-theme=dark] [style*="color: rgb(30, 41, 59)"],[data-theme=dark] [style*="color: #1e293b"],[data-theme=dark] [style*="color: rgb(55, 65, 81)"],[data-theme=dark] [style*="color: #374151"]{color:var(--color-text,#f1f5f9)!important}[data-theme=dark] [style*="color: rgb(71, 85, 105)"],[data-theme=dark] [style*="color: #475569"],[data-theme=dark] [style*="color: rgb(100, 116, 139)"],[data-theme=dark] [style*="color: #64748b"]{color:var(--color-text-secondary,#cbd5e1)!important}[data-theme=dark] [style*="border: 1px solid rgb(226, 232, 240)"],[data-theme=dark] [style*="border: 1px solid #e2e8f0"],[data-theme=dark] [style*="border-color: #e2e8f0"],[data-theme=dark] [style*="border-color: rgb(226, 232, 240)"],[data-theme=dark] [style*="border: 1px solid rgb(241, 245, 249)"],[data-theme=dark] [style*="border: 1px solid #f1f5f9"]{border-color:var(--color-border,#334155)!important}[data-theme=dark] table{color:#e2e8f0!important;background:0 0!important}[data-theme=dark] table th{color:#94a3b8!important;background:#162032!important;border-color:#334155!important}[data-theme=dark] table td{color:#e2e8f0!important;border-color:#1e293b!important}[data-theme=dark] table tbody tr:hover{background:#ffffff08!important}[data-theme=dark] [class*=overlay],[data-theme=dark] [class*=Overlay]{background:#000000a6!important}[data-theme=dark] [class*=modal],[data-theme=dark] [class*=dialog],[data-theme=dark] [class*=Modal],[data-theme=dark] [class*=Dialog]{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] [class*=heroFallback]{background:linear-gradient(135deg,#1e1b4b,#312e81)!important}[data-theme=dark] [class*=contentSection],[data-theme=dark] [class*=fieldItem],[data-theme=dark] [class*=actionBtn]{background:var(--color-bg-card,#1e293b)!important;border-color:var(--color-border,#334155)!important;color:var(--color-text,#f1f5f9)!important}[data-theme=dark] [class*=name],[data-theme=dark] [class*=title]{color:#f1f5f9!important}[data-theme=dark] [class*=bio],[data-theme=dark] [class*=subtitle]{color:#94a3b8!important}[data-theme=dark] [class*=statCard]{background:#1e293b!important;border-color:#334155!important}[data-theme=dark] [class*=statValue]{color:#f1f5f9!important}[data-theme=dark] [class*=statTitle]{color:#94a3b8!important}body,body :not([class*=animate]):not([class*=float]):not([class*=pulse]):not([class*=bounce]):not(img):not(svg):not(video){transition:background-color .2s,border-color .2s,color .15s}[data-theme=light] [style*="background: #1e293b"],[data-theme=light] [style*="background: rgb(30, 41, 59)"],[data-theme=light] [style*="background: #0f172a"],[data-theme=light] [style*="background: rgb(15, 23, 42)"],[data-theme=light] [style*="background: #030712"],[data-theme=light] [style*="background-color: #1e293b"],[data-theme=light] [style*="background-color: #0f172a"]{background:var(--color-bg-card,#fff)!important}[data-theme=light] [style*="color: #f1f5f9"],[data-theme=light] [style*="color: rgb(241, 245, 249)"],[data-theme=light] [style*="color: #fff"],[data-theme=light] [style*="color: #ffffff"],[data-theme=light] [style*="color: white"],[data-theme=light] [style*="color: rgb(255, 255, 255)"],[data-theme=light] [style*="color: #e2e8f0"],[data-theme=light] [style*="color: rgb(226, 232, 240)"]{color:var(--color-text,#0f172a)!important}[data-theme=light] [style*="color: #94a3b8"],[data-theme=light] [style*="color: rgb(148, 163, 184)"],[data-theme=light] [style*="color: #64748b"],[data-theme=light] [style*="color: rgb(100, 116, 139)"]{color:var(--color-text-muted,#64748b)!important}[data-theme=light] [style*="border-color: #334155"],[data-theme=light] [style*="border-color: rgb(51, 65, 85)"],[data-theme=light] [style*="border: 1px solid #334155"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.08)"],[data-theme=light] [style*="border: 1px solid rgba(255,255,255,0.1)"]{border-color:var(--color-border,#e2e8f0)!important}
