@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&family=DM+Sans:wght@400;500;600;700;800&display=swap";:root{--primary-h:171;--primary-s:77%;--primary-l:40%;--primary:hsl(var(--primary-h), var(--primary-s), var(--primary-l));--primary-rgb:13, 148, 136;--primary-hover:hsl(var(--primary-h), var(--primary-s), 33%);--primary-light:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .1);--primary-light-hover:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .18);--primary-glow:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .25);--secondary:#0c121e;--secondary-rgb:12, 18, 30;--bg-primary:#f2f8f6;--bg-secondary:#fff;--bg-tertiary:#e5effc;--text-primary:#0a0f1d;--text-secondary:#4a5568;--text-muted:#8a99ad;--border:#e1eaf0;--border-focus:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .4);--glass-bg:#ffffffb3;--glass-border:#0d948814;--glass-shadow:0 8px 32px 0 #0d94880a;--success:#10b981;--success-light:#10b98126;--warning:#f59e0b;--warning-light:#f59e0b26;--danger:#ef4444;--danger-light:#ef444426;--info:#06b6d4;--info-light:#06b6d426;--shadow-sm:0 2px 4px 0 #0d948805;--shadow:0 10px 25px -5px #0d94880d, 0 8px 16px -6px #0d948808;--shadow-md:0 20px 30px -10px #0d948814, 0 10px 20px -8px #0d94880a;--shadow-lg:0 30px 50px -15px #0d94881f, 0 15px 30px -10px #0d94880f;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--font-primary:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-secondary:"Plus Jakarta Sans", sans-serif;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--sidebar-width:260px;--header-height:70px}[data-theme=dark]{--bg-primary:#05080f;--bg-secondary:#0b111e;--bg-tertiary:#131c2e;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--border:#ffffff12;--border-focus:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .6);--glass-bg:#0b111eb3;--glass-border:#ffffff0f;--glass-shadow:0 8px 32px 0 #0006;--shadow-sm:0 2px 4px 0 #0000004d;--shadow:0 10px 25px -5px #00000080, 0 8px 16px -6px #0000004d;--shadow-md:0 20px 30px -10px #0009, 0 10px 20px -8px #0006;--shadow-lg:0 30px 50px -15px #000000b3, 0 15px 30px -10px #00000080}html,body{scroll-behavior:smooth;max-width:100vw;overflow-x:hidden}*{box-sizing:border-box;font-family:var(--font-primary);margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;transition:background-color .3s,color .3s}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);color:var(--text-primary);font-weight:600;line-height:1.25}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-semibold{font-weight:500}.text-bold{font-weight:700}.text-muted{color:var(--text-muted)}.text-secondary{color:var(--text-secondary)}.truncate-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.app-container{width:100%;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.main-content{margin-left:var(--sidebar-width);flex-direction:column;flex-grow:1;width:100%;max-width:100vw;min-height:100vh;transition:margin-left .3s;display:flex;overflow-x:hidden}@media (width<=768px){.main-content{margin-left:0;padding-bottom:64px}}.mobile-quick-actions{display:none}@media (width<=768px){.mobile-quick-actions{z-index:90;background-color:var(--bg-secondary);border-top:1px solid var(--border);padding:6px max(6px, env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(6px, env(safe-area-inset-left));display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}.mobile-quick-actions-btn{min-height:48px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;font-size:.7rem;font-weight:600;transition:color .15s,background-color .15s;display:flex}.mobile-quick-actions-btn:active{background-color:var(--bg-tertiary);color:var(--primary)}}.page-container{flex-grow:1;width:100%;max-width:1400px;margin:0 auto;padding:2rem}@media (width<=768px){.page-container{padding:1rem .75rem}}.card{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition);padding:1.75rem;position:relative;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);border-color:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .2);transform:translateY(-4px)}@keyframes ripple-anim{0%{opacity:.35;transform:scale(0)}to{opacity:0;transform:scale(1)}}.ripple-span{opacity:.35;pointer-events:none;background-color:currentColor;border-radius:50%;animation:.6s ease-out forwards ripple-anim;position:absolute;transform:scale(0)}@keyframes stat-card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.stat-card-animate{transition:transform .2s,box-shadow .2s;animation:.45s ease-out both stat-card-in}.stat-card-animate:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000012}.stat-card-animate:first-child{animation-delay:0s}.stat-card-animate:nth-child(2){animation-delay:60ms}.stat-card-animate:nth-child(3){animation-delay:.12s}.stat-card-animate:nth-child(4){animation-delay:.18s}@media (prefers-reduced-motion:reduce){.ripple-span{animation:none;display:none}.stat-card-animate{animation:none}}.glass-card{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--glass-shadow);transition:var(--transition)}.glass-card:hover{box-shadow:var(--shadow-md);border-color:hsla(var(--primary-h), var(--primary-s), var(--primary-l), .25);transform:translateY(-3px)}.grid-cols-1{grid-template-columns:1fr;gap:1.5rem;display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.grid-cols-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (width<=1024px){.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:1fr}}.side-panel-grid{grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}@media (width<=992px){.side-panel-grid{grid-template-columns:1fr!important}}.detail-split-grid{grid-template-columns:7fr 5fr;align-items:start;gap:1.5rem;display:grid}@media (width<=1100px){.detail-split-grid{grid-template-columns:1fr!important}}.compact-3-grid{grid-template-columns:repeat(3,1fr);gap:4px;display:grid}@media (width<=480px){.compact-3-grid{grid-template-columns:1fr!important}}.btn{border-radius:var(--radius-full);font-weight:600;font-family:var(--font-secondary);cursor:pointer;transition:var(--transition);white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.6rem;padding:.75rem 1.5rem;font-size:.875rem;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--primary), var(--primary-hover));color:#fff;box-shadow:0 4px 14px 0 rgba(var(--primary-rgb), .25)}.btn-primary:hover{box-shadow:0 6px 20px 0 rgba(var(--primary-rgb), .35);transform:translateY(-2px)}.btn-secondary{background-color:var(--bg-tertiary);color:var(--text-primary);border-color:var(--border)}.btn-secondary:hover{background-color:var(--border);transform:translateY(-2px)}.btn-outline{color:var(--primary);border-color:var(--primary);background-color:#0000}.btn-outline:hover{background-color:var(--primary-light);transform:translateY(-2px)}.btn-danger{background-color:var(--danger);color:#fff;box-shadow:0 4px 14px #ef444433}.btn-danger:hover{background-color:#dc2626;transform:translateY(-2px);box-shadow:0 6px 20px #ef44444d}.btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}.badge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.05em;align-items:center;padding:.25rem .625rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-success{background-color:var(--success-light);color:var(--success)}.badge-warning{background-color:var(--warning-light);color:var(--warning)}.badge-danger{background-color:var(--danger-light);color:var(--danger)}.badge-info{background-color:var(--info-light);color:var(--info)}.table-container{-webkit-overflow-scrolling:touch;border:1px solid var(--border);border-radius:var(--radius-md);background-color:var(--bg-secondary);width:100%;max-width:100%;box-shadow:var(--shadow-sm);overflow-x:auto}.custom-table{border-collapse:collapse;text-align:left;width:100%;min-width:680px}.custom-table th{background-color:var(--bg-tertiary);color:var(--text-secondary);border-bottom:1px solid var(--border);white-space:nowrap;padding:.875rem 1.25rem;font-size:.875rem;font-weight:600}.custom-table td{border-bottom:1px solid var(--border);color:var(--text-primary);padding:1rem 1.25rem;font-size:.9375rem}@media (width<=640px){.custom-table th,.custom-table td{padding:.75rem .875rem;font-size:.85rem}}.custom-table tr:last-child td{border-bottom:none}.custom-table tbody tr:hover{background-color:var(--bg-primary)}.form-group{flex-direction:column;gap:.375rem;margin-bottom:1.25rem;display:flex}.form-group label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.input-control{border-radius:var(--radius-sm);border:1px solid var(--border);background-color:var(--bg-secondary);width:100%;max-width:100%;color:var(--text-primary);transition:var(--transition);outline:none;padding:.625rem .875rem}.input-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--border-focus)}.input-control::placeholder{color:var(--text-muted)}.phone-input-wrapper .PhoneInput{border-radius:var(--radius-sm);border:1px solid var(--border);background-color:var(--bg-secondary);width:100%;transition:var(--transition);align-items:center;gap:.5rem;padding:.5rem .625rem;display:flex}.phone-input-wrapper .PhoneInput--focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--border-focus)}.phone-input-wrapper .PhoneInputCountry{border-right:1px solid var(--border);flex-shrink:0;align-items:center;gap:6px;padding-right:.5rem;display:flex}.phone-input-wrapper .PhoneInputCountrySelect{color:var(--text-primary);cursor:pointer;background:0 0;border:none;outline:none}.phone-input-wrapper .PhoneInputCountrySelect option{color:#111827;background-color:#fff}.phone-input-wrapper .PhoneInputCountryIcon{width:22px;box-shadow:none}.phone-input-wrapper .PhoneInputCountrySelectArrow{color:var(--text-muted);opacity:1}.phone-input-wrapper .PhoneInputInput{min-width:0;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;padding:.125rem 0;font-family:inherit;font-size:.9rem}.phone-input-wrapper .PhoneInputInput::placeholder{color:var(--text-muted)}.phone-input-wrapper .PhoneInput--disabled{opacity:.6;cursor:not-allowed}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.modal-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0f172a99;justify-content:center;align-items:center;padding:1rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}.modal-content{background-color:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-width:550px;max-height:90vh;box-shadow:var(--shadow-lg);flex-direction:column;animation:.25s cubic-bezier(.4,0,.2,1) slideUp;display:flex;overflow:hidden}.modal-content>form{flex-direction:column;flex:auto;min-height:0;display:flex}.modal-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.rx-med-line-grid{grid-template-columns:2fr 1.2fr 1.2fr 1.2fr .8fr 30px;align-items:center;gap:8px;display:grid}@media (width<=640px){.modal-grid{grid-template-columns:1fr}.modal-backdrop{padding:.5rem}.modal-content{max-height:95vh}.modal-header,.modal-body,.modal-footer{padding:1rem}.modal-footer{flex-direction:column-reverse;gap:.5rem}.modal-footer .btn{width:100%}.rx-med-line-grid{grid-template-columns:1fr 1fr;gap:10px}.rx-med-line-grid>div:first-child{grid-column:1/-1}.rx-med-line-grid>.rx-med-line-remove{grid-column:1/-1;justify-self:end}}.modal-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-body{flex:auto;min-height:0;padding:1.5rem;overflow-y:auto}.modal-footer{border-top:1px solid var(--border);background-color:var(--bg-tertiary);flex-shrink:0;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;display:flex}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.flex{display:flex}.align-center{align-items:center}.justify-between{justify-content:space-between}.flex-col{flex-direction:column}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.w-full{width:100%}.alert-banner{border-radius:var(--radius-md);border:1px solid #0000;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;padding:1rem;display:flex}.alert-banner-danger{background-color:var(--danger-light);color:var(--danger);border-color:#ef444433}.alert-banner-warning{background-color:var(--warning-light);color:var(--warning);border-color:#f59e0b33}.alert-banner-info{background-color:var(--info-light);color:var(--info);border-color:#3b82f633}.sidebar{transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(0)}@media (width<=768px){.sidebar{transform:translate(-100%);width:min(78vw,240px)!important}.sidebar.open{transform:translate(0)}.sidebar-toggle-btn,.sidebar-close-btn{display:flex!important}}.landing-page{color:#f9fafb;min-height:100vh;font-family:var(--font-primary);background-color:#0b0f19;flex-direction:column;display:flex}.landing-nav{border-bottom:1px solid #1f2937;justify-content:space-between;align-items:center;gap:.75rem;width:100%;max-width:1200px;margin:0 auto;padding:1rem 1.25rem;display:flex}.landing-nav-links{gap:2rem;display:none}.landing-nav-links a{color:#e5e7eb;cursor:pointer;font-size:.875rem;font-weight:500}.landing-nav-actions{align-items:center;gap:.5rem;display:flex}@media (width>=640px){.landing-nav-actions{gap:1rem}}@media (width>=768px){.landing-nav{padding:1.5rem 2rem}.landing-nav-links{display:flex}}.landing-hero{flex-direction:column;gap:2.5rem;width:100%;max-width:1200px;margin:0 auto;padding:2.5rem 1.25rem 2rem;display:flex}@media (width>=1024px){.landing-hero{flex-direction:row;align-items:center;gap:3rem;padding:4rem 2rem}}.landing-hero-content{flex-direction:column;gap:1.5rem;display:flex}@media (width>=1024px){.landing-hero-content{flex:1;max-width:560px}}.landing-hero-title{font-size:2rem;font-weight:800;line-height:1.2;font-family:var(--font-secondary)}@media (width>=640px){.landing-hero-title{font-size:2.75rem}}@media (width>=1024px){.landing-hero-title{font-size:3.25rem}}.landing-cta-row{flex-direction:column;gap:.75rem;display:flex}.landing-cta-row .btn{justify-content:center;width:100%}@media (width>=480px){.landing-cta-row{flex-direction:row}.landing-cta-row .btn{width:auto}}.landing-hero-visual{position:relative}@media (width>=1024px){.landing-hero-visual{flex:1;max-width:440px}}.landing-preview-panel{border-radius:var(--radius-lg);background:#111827;border:1px solid #1f2937;flex-direction:column;gap:1rem;padding:1.75rem;display:flex;box-shadow:0 20px 40px -20px #0d948840}.landing-preview-row{border-radius:var(--radius-sm);background:#0b0f19;border:1px solid #1f2937;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.landing-preview-icon{color:#0d9488;background:#0d948826;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.landing-section{width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.25rem}@media (width>=768px){.landing-section{padding:4rem 2rem}}.landing-section-title{text-align:center;font-size:1.5rem;font-family:var(--font-secondary);margin-bottom:1rem}@media (width>=768px){.landing-section-title{margin-bottom:.75rem;font-size:2rem}}.landing-section-lead{text-align:center;color:#94a3b8;max-width:600px;margin:0 auto 2.5rem;font-size:.9375rem}@media (width>=768px){.landing-section-lead{font-size:1rem}}.landing-feature-card{background:#111827;border:1px solid #1f2937;border-radius:12px;padding:1.5rem}.landing-feature-icon{color:#0d9488;background:#0d94881a;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}.landing-cta-band{text-align:center;background:linear-gradient(#0d1527 0%,#070d18 100%);border-top:1px solid #0d948840;border-bottom:1px solid #1f2937;padding:4rem 1.25rem;position:relative}@media (width>=768px){.landing-cta-band{padding:5rem 2rem}}.landing-cta-band h2{font-size:2rem;font-weight:700;line-height:1.3;color:#fff!important}@media (width>=768px){.landing-cta-band h2{font-size:2.5rem}}.landing-cta-band p{font-size:1.05rem;line-height:1.6;color:#cbd5e1!important}.landing-cta-band .landing-cta-row{max-width:360px;margin:2rem auto 0}@media (width>=480px){.landing-cta-band .landing-cta-row{justify-content:center;max-width:none}}.landing-image-card{border-radius:var(--radius-lg);border:1px solid #0d94884d;width:100%;max-width:520px;margin:0 auto 2rem;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 20px 45px -10px #0d948859}.landing-image-card:hover{transform:translateY(-4px);box-shadow:0 25px 50px -10px #0d948873}.landing-image-card img{object-fit:cover;width:100%;height:280px;display:block}.landing-footer{text-align:center;color:#6b7280;border-top:1px solid #1f2937;flex-direction:column;gap:.75rem;margin-top:auto;padding:2rem 1.25rem;font-size:.8125rem;display:flex}@media (width>=640px){.landing-footer{flex-direction:row;justify-content:space-between;align-items:center;padding:2.5rem 2rem}}.landing-footer-links{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.auth-shell{background-image:radial-gradient(circle at 50% 120%,#0d948826,#05080f00);flex-direction:column;min-height:100vh;display:flex}@media (width>=1024px){.auth-shell{flex-direction:row}}.auth-brand-panel{background-color:#0b0f19;border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:1rem 1.5rem;display:flex}.auth-brand-extra,.auth-brand-copyright{display:none}@media (width>=1024px){.auth-brand-panel{border-bottom:none;border-right:1px solid #ffffff0f;flex-direction:column;justify-content:space-between;align-items:flex-start;width:42%;padding:3rem}.auth-brand-extra{display:block}.auth-brand-copyright{color:#94a3b8;opacity:.5;font-size:.75rem;display:block}}.auth-form-panel{flex:1;justify-content:center;align-items:center;padding:2rem 1.25rem;display:flex}@media (width>=640px){.auth-form-panel{padding:2.5rem 2rem}}.terms-page{--tp-bg:#f4f3f0;--tp-fg:#1e2a2a;--tp-border:#d6d2cb;--tp-input:#eceae5;--tp-secondary:#d4e0dc;--tp-primary:#3d6b5e;--tp-muted:#7a8585;background-color:var(--tp-bg);color:var(--tp-fg);flex-direction:column;min-height:100vh;display:flex}.terms-nav{border-bottom:1px solid var(--tp-border);background-color:var(--tp-bg);justify-content:space-between;align-items:center;padding:.9rem 1.25rem;display:flex}@media (width>=768px){.terms-nav{padding:1rem 4rem}}.terms-nav-actions{align-items:center;gap:.75rem;display:flex}.terms-nav-actions a{color:var(--tp-muted);cursor:pointer;font-size:.85rem;display:none}@media (width>=768px){.terms-nav-actions a{display:inline}}.terms-header{background:var(--tp-fg);padding:2rem 1.25rem}@media (width>=768px){.terms-header{padding:3rem 4rem}}.terms-layout{box-sizing:border-box;flex-direction:column;flex:1;gap:2.5rem;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1.25rem;display:flex}@media (width>=768px){.terms-layout{flex-direction:row;gap:3rem;padding:3rem 4rem}}.terms-toc{display:none}@media (width>=768px){.terms-toc{flex-shrink:0;width:220px;display:block}.terms-toc-inner{position:sticky;top:2rem}}.terms-toc a{color:var(--tp-muted);cursor:pointer;border-radius:6px;padding:.4rem .5rem;font-size:.8125rem;display:block}.terms-toc a:hover{color:var(--tp-fg);background:var(--tp-input)}.terms-content{flex-direction:column;flex:1;gap:2rem;min-width:0;max-width:720px;display:flex}.terms-section{border-bottom:1px solid var(--tp-border);flex-direction:column;gap:.75rem;padding-bottom:2rem;display:flex}.terms-section:last-of-type{border-bottom:none}.terms-footer{border-top:1px solid var(--tp-border);justify-content:center;align-items:center;gap:10px;padding:1.5rem 1.25rem;display:flex}@media (width>=768px){.terms-footer{justify-content:space-between;padding:1.5rem 4rem}}.landing-nav-desktop{align-items:center;gap:2rem;display:flex}.landing-nav-actions-desktop{align-items:center;gap:1rem;display:flex}.landing-mobile-toggle{display:none}@media (width<=900px){.landing-nav-desktop,.landing-nav-actions-desktop{display:none!important}.landing-mobile-toggle{display:flex!important}.landing-hero-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.landing-hero-title{font-size:2.25rem!important}.landing-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.landing-showcase-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.landing-pricing-grid{grid-template-columns:1fr!important}}@media (width<=500px){.landing-hero-title{font-size:1.85rem!important}.landing-stats-grid,.landing-feature-pills{grid-template-columns:1fr!important}}@keyframes landing-marquee-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.landing-marquee-wrapper{overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.landing-marquee-track{gap:1rem;width:max-content;animation:28s linear infinite landing-marquee-scroll;display:flex}.landing-marquee-wrapper:hover .landing-marquee-track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.landing-marquee-track{animation:none}}@keyframes landing-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.landing-entrance>*{opacity:0;animation:.55s ease-out forwards landing-fade-up}.landing-entrance>:first-child{animation-delay:60ms}.landing-entrance>:nth-child(2){animation-delay:.14s}.landing-entrance>:nth-child(3){animation-delay:.22s}.landing-entrance>:nth-child(4){animation-delay:.3s}.landing-entrance>:nth-child(5){animation-delay:.38s}.landing-reveal{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(24px)}.landing-reveal.landing-reveal-left{transform:translate(-28px)}.landing-reveal.landing-reveal-right{transform:translate(28px)}.landing-reveal.is-visible{opacity:1;transform:none}.landing-btn-lift{transition:transform .2s,box-shadow .2s,background-color .2s}.landing-btn-lift:hover{transform:translateY(-2px);box-shadow:0 0 0 4px #5eead438,0 10px 22px #0d948838!important}.landing-btn-lift:active{transform:translateY(0)}.landing-card-lift{transition:transform .25s,box-shadow .25s}.landing-card-lift:hover{transform:translateY(-6px);box-shadow:0 20px 40px #1e4d4029}.landing-pill-hover{transition:transform .2s,background-color .2s,border-color .2s,box-shadow .2s}.landing-pill-hover:hover{background-color:#e6f4ea;border-color:#bbf7d0;transform:translateY(-2px);box-shadow:0 8px 18px #0d94881f}.landing-marquee-card{transition:transform .2s,box-shadow .2s}.landing-marquee-card:hover{transform:translateY(-3px);box-shadow:0 8px 18px #0000000f}.landing-link{transition:color .2s;position:relative}.landing-link:after{content:"";background-color:#0d9488;width:0;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.landing-link:hover{color:#0f172a!important}.landing-link:hover:after{width:100%}.landing-footer-link{transition:color .2s;position:relative}.landing-footer-link:after{content:"";background-color:#5eead4;width:0;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.landing-footer-link:hover{color:#fff!important}.landing-footer-link:hover:after{width:100%}.landing-logo-mark{transition:transform .2s}.landing-logo-mark:hover{transform:scale(1.08)}.landing-highlight svg{transition:transform .2s}.landing-highlight:hover svg{transform:scale(1.15)}.landing-stats-grid>.landing-highlight{padding:.25rem 1rem}@media (width>=901px){.landing-stats-grid>.landing-highlight:not(:first-child){border-left:1px solid #ffffff1f}}@media (width<=900px) and (width>=501px){.landing-stats-grid>.landing-highlight:nth-child(2n){border-left:1px solid #ffffff1f}.landing-stats-grid>.landing-highlight:nth-child(n+3){border-top:1px solid #ffffff1f;padding-top:1rem}}@media (width<=500px){.landing-stats-grid>.landing-highlight:not(:first-child){border-top:1px solid #ffffff1f;padding-top:1rem}}.pricing-cards-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=850px){.pricing-cards-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.landing-payment-badge{transition:transform .2s,box-shadow .2s}.landing-payment-badge:hover{transform:translateY(-2px);box-shadow:0 4px 10px #00000014}.landing-img-zoom img{transition:transform .4s}.landing-img-zoom:hover img{transform:scale(1.04)}@media (prefers-reduced-motion:reduce){.landing-entrance>*{opacity:1;animation:none;transform:none}.landing-reveal{opacity:1;transition:none;transform:none}.landing-btn-lift:hover,.landing-card-lift:hover,.landing-pill-hover:hover,.landing-marquee-card:hover,.landing-payment-badge:hover,.landing-logo-mark:hover,.landing-highlight:hover svg,.landing-img-zoom:hover img{transform:none}}.app-page{background-color:var(--bg-primary);min-height:calc(100vh - var(--header-height));box-sizing:border-box;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;display:flex}@media (width<=640px){.app-page{gap:1.15rem;padding:1rem .875rem}.page-cta-btn{padding:8px 14px!important;font-size:.8rem!important}}.page-header-actions{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.page-search-box{width:280px;max-width:100%;position:relative}@media (width<=640px){.page-header-actions{width:100%}.page-search-box{flex:auto;width:auto}}.dashboard-container{background-color:var(--bg-primary);min-height:calc(100vh - var(--header-height));box-sizing:border-box;flex-direction:column;gap:1.5rem;padding:1.5rem 2rem;display:flex}.dashboard-top-bar{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.dashboard-top-right{align-items:center;gap:1rem;display:flex}.dashboard-quick-actions{flex-wrap:wrap;gap:.75rem;display:flex}.dashboard-stats-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.dashboard-main-grid{grid-template-columns:minmax(0,1.8fr) minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}.dashboard-appt-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.dashboard-legend{color:var(--text-secondary);align-items:center;gap:1rem;font-size:.75rem;display:flex}.dashboard-appt-row{background-color:var(--bg-primary);border:1px solid var(--border);transition:var(--transition);border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}@media (width<=992px){.dashboard-container{padding:1rem!important}.dashboard-main-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.dashboard-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:.85rem!important}}@media (width<=640px){.dashboard-top-bar{flex-direction:column!important;align-items:stretch!important}.dashboard-top-right{width:100%!important}.dashboard-top-right>div:first-child{flex:1!important;width:100%!important}.dashboard-quick-actions{grid-template-columns:1fr 1fr!important;gap:.5rem!important;display:grid!important}.dashboard-quick-actions button{justify-content:center!important;width:100%!important;padding:8px 12px!important;font-size:.8rem!important}.dashboard-trial-badge{grid-column:1/-1!important;margin-left:0!important}.dashboard-stats-grid{grid-template-columns:1fr!important}.dashboard-legend{display:none!important}.dashboard-appt-header{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.dashboard-appt-row{flex-wrap:wrap!important;gap:10px!important;padding:10px 12px!important}}.platform-admin-shell{--bg-primary:#f4f3f0;--bg-secondary:#fff;--text-primary:#1e2a2a;--text-secondary:#1e2a2a;--text-muted:#7a8585;--border:#d6d2cb;--border-focus:#3d6b5e59;--success:#3d8a6a;--success-light:#3d8a6a26;--warning:#d4813a;--warning-light:#d4813a26;--danger:#c0392b;--danger-light:#c0392b26;--info:#3d6b5e;--info-light:#3d6b5e1f;--font-secondary:"DM Sans", sans-serif}.platform-admin-shell input,.platform-admin-shell select,.platform-admin-shell button{font-family:DM Sans,sans-serif}.platform-admin-shell .badge{text-transform:none;letter-spacing:normal;border-radius:6px;font-size:.72rem;font-weight:600}.platform-admin-shell .filter-pill{border-radius:6px!important}.platform-admin-shell table{border-collapse:collapse;text-align:left;width:100%}.platform-admin-shell thead tr{background-color:#eceae5}.platform-admin-shell th{color:var(--text-muted);border-bottom:1px solid var(--border);white-space:nowrap;padding:.75rem 1.1rem;font-size:.75rem;font-weight:600}.platform-admin-shell td{color:var(--text-primary);border-bottom:1px solid var(--border);padding:.75rem 1.1rem;font-size:.85rem}.platform-admin-shell tbody tr:last-child td{border-bottom:none}.platform-admin-shell .stat-icon-box{background-color:#d4e0dc;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;display:flex}@media (width<=640px){.platform-admin-shell th,.platform-admin-shell td{padding:.6rem .7rem;font-size:.78rem}}@media (width<=899px){.platform-admin-shell{flex-direction:column!important}.platform-admin-sidebar{overflow-x:auto;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;width:100%!important;min-height:auto!important}.platform-admin-sidebar-header{display:none!important}.platform-admin-sidebar-nav{flex-direction:row!important;gap:4px!important;padding:.5rem .6rem!important}.platform-admin-sidebar-nav button,.platform-admin-sidebar-nav .coming-soon-item{white-space:nowrap!important;text-align:center!important;flex-direction:column!important;gap:3px!important;padding:6px 8px!important;font-size:.62rem!important}.platform-admin-sidebar-divider{display:none!important}.platform-admin-sidebar-footer{flex-shrink:0;border-top:none!important;flex-direction:row!important;gap:4px!important;padding:.5rem .6rem!important}.platform-admin-sidebar-footer button{white-space:normal!important;text-align:center!important;flex-direction:column!important;gap:3px!important;max-width:72px!important;padding:6px!important;font-size:.58rem!important;line-height:1.15!important}.platform-admin-sidebar-username{display:none!important}.platform-admin-main-header,.platform-admin-main-body{padding:1rem 1.25rem!important}}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
