@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@1,400;1,500;1,600;1,700&family=Nunito:wght@400;500;600;700;800;900&display=swap";.navbar{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:background .3s ease,box-shadow .3s ease,padding .3s ease;background:transparent;padding:.75rem 0}.navbar.scrolled{background:#fffffff7;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 8px #0000000f;padding:.25rem 0}.navbar-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}a.navbar-logo{text-decoration:none}.navbar-logo .nav-logo-img{height:120px;width:auto;margin:-36px 0;transition:height .3s ease,margin .3s ease}.navbar.scrolled .navbar-logo .nav-logo-img{height:90px;margin:-28px 0}.nav-links{display:flex;list-style:none;gap:1.25rem;align-items:center;margin:0;padding:0}.nav-links a{text-decoration:none;color:var(--abeo-charcoal);font-weight:600;font-size:.9rem;transition:color .2s;cursor:pointer}.nav-links a:hover{color:var(--abeo-teal)}.btn-contact{background:var(--abeo-teal)!important;color:#fff!important;padding:.55rem 1.25rem;border-radius:10px;font-size:.88rem!important;font-weight:700!important;transition:background .2s,transform .2s}.btn-contact:hover{background:#38b0ac!important;transform:translateY(-1px)}.btn-portal{background:transparent!important;color:var(--abeo-teal)!important;padding:.5rem 1.1rem;border:2px solid var(--abeo-teal);border-radius:10px;font-size:.85rem!important;font-weight:700!important;transition:background .2s,color .2s,transform .2s}.btn-portal:hover{background:var(--abeo-teal)!important;color:#fff!important;transform:translateY(-1px)}.btn-provider{font-size:.8rem!important;font-weight:500!important;color:#9ca3af!important;transition:color .2s}.btn-provider:hover{color:var(--abeo-teal)!important}@media (max-width: 1024px){.nav-links{display:none}}@media (max-width: 768px){.navbar-logo .nav-logo-img{height:100px;margin:-30px 0}.navbar-container{padding:0 1rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 2rem 1.5rem}.footer-content{max-width:1200px;margin:0 auto 3rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;text-align:left}.footer-logo{height:56px;width:auto;margin-bottom:1rem}.footer-brand p{color:#9ca3af;font-size:.95rem;line-height:1.6;max-width:280px}.footer h4{font-size:.95rem;font-weight:700;margin-bottom:1.25rem;color:#fff;letter-spacing:.02em}.footer-links ul{list-style:none;padding:0}.footer-links li{margin-bottom:.6rem}.footer-links a{color:#9ca3af;text-decoration:none;font-size:.88rem;transition:color .2s}.footer-links a:hover{color:var(--abeo-teal)}.footer-contact p{color:#9ca3af;margin-bottom:.6rem;font-size:.88rem}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:1.25rem;text-align:center;color:#6b7280;font-size:.82rem;display:flex;flex-direction:column;align-items:center;gap:.35rem}.powered-by{font-size:.78rem;letter-spacing:.02em;margin:0}.powered-by-mythos{font-weight:700;color:#e5e7eb}.powered-by-os{color:#a78bfa}@media (max-width: 768px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}.footer-brand{grid-column:1 / -1}.footer-brand p{max-width:none}}@media (max-width: 480px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-brand p{margin:0 auto}.footer-logo{margin:0 auto 1rem;display:block}}.hero{min-height:100vh;padding:7rem 2rem 4rem;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:linear-gradient(165deg,#f8fffe,#eef9f8 40%,#fff7f0)}.hero-grid-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(66,194,190,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(66,194,190,.04) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 30%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 70% at 50% 50%,black 30%,transparent 70%)}.hero-container{max-width:1200px;width:100%;display:flex;align-items:center;gap:4rem}.hero-copy{flex:1;max-width:560px;opacity:0;transform:translateY(24px);transition:opacity .7s ease-out,transform .7s ease-out}.hero--visible .hero-copy{opacity:1;transform:translateY(0)}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem 1rem;background:#42c2be1a;border:1px solid rgba(66,194,190,.2);border-radius:999px;font-size:.8rem;font-weight:600;color:var(--abeo-teal);letter-spacing:.02em;text-transform:uppercase;margin-bottom:1.5rem}.badge-dot{width:6px;height:6px;background:var(--abeo-teal);border-radius:50%;animation:badgePulse 2s ease-in-out infinite}@keyframes badgePulse{0%,to{opacity:1}50%{opacity:.4}}.hero-headline{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;line-height:1.08;color:var(--abeo-charcoal);margin-bottom:1.25rem;letter-spacing:-.02em}.hero-headline-accent{color:var(--abeo-teal);display:inline}.hero-sub{font-size:1.15rem;line-height:1.65;color:#5a6577;margin-bottom:2rem;max-width:480px}.hero-actions{display:flex;gap:.75rem;margin-bottom:2.5rem}.hero-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:12px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;border:none}.hero-btn--primary{background:var(--abeo-teal);color:#fff;box-shadow:0 4px 14px #42c2be4d}.hero-btn--primary:hover{background:#38b0ac;box-shadow:0 6px 20px #42c2be66;transform:translateY(-2px)}.hero-btn--secondary{background:#fff;color:var(--abeo-charcoal);border:1.5px solid #e2e8f0}.hero-btn--secondary:hover{border-color:var(--abeo-teal);color:var(--abeo-teal);transform:translateY(-2px)}.hero-trust{display:flex;align-items:center;gap:1.5rem}.trust-item{display:flex;flex-direction:column;gap:.15rem}.counter-value{font-size:1.5rem;font-weight:800;color:var(--abeo-charcoal);letter-spacing:-.01em}.trust-label{font-size:.75rem;color:#8895a7;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.trust-divider{width:1px;height:36px;background:#e2e8f0}.hero-visual{flex:1;position:relative;display:flex;justify-content:center;align-items:center;min-height:440px;opacity:0;transform:translateY(24px) scale(.97);transition:opacity .7s ease-out .15s,transform .7s ease-out .15s}.hero--visible .hero-visual{opacity:1;transform:translateY(0) scale(1)}.network-card{width:100%;max-width:460px;background:#fff;border-radius:20px;border:1px solid #e8edf2;box-shadow:0 1px 3px #0000000a,0 8px 32px #0000000f;overflow:hidden}.network-card-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f0f3f6}.network-status{display:flex;align-items:center;gap:.4rem}.status-dot{width:8px;height:8px;border-radius:50%;background:#ccc}.status-dot--live{background:#22c55e;box-shadow:0 0 0 3px #22c55e33;animation:statusPulse 2s ease-in-out infinite}@keyframes statusPulse{0%,to{box-shadow:0 0 0 3px #22c55e33}50%{box-shadow:0 0 0 6px #22c55e14}}.status-text{font-size:.8rem;font-weight:600;color:var(--abeo-charcoal)}.network-region{font-size:.75rem;color:#8895a7;font-weight:500}.network-map{position:relative;width:100%;aspect-ratio:1.6;background:linear-gradient(180deg,#f8fffe,#f0faf9);overflow:hidden}.network-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.network-lines line{stroke:#42c2be2e;stroke-width:.4;stroke-dasharray:2 2}.pulse-dot{position:absolute;width:12px;height:12px;transform:translate(-50%,-50%);z-index:2}.pulse-core{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background:var(--abeo-teal);border-radius:50%;z-index:2}.pulse-ring{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:2px solid rgba(66,194,190,.3);border-radius:50%;animation:pulseExpand 2.5s ease-out infinite}@keyframes pulseExpand{0%{transform:scale(.8);opacity:1}to{transform:scale(2.2);opacity:0}}.network-footer{display:flex;padding:1rem 1.25rem;border-top:1px solid #f0f3f6;gap:.5rem}.network-stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:.1rem}.network-stat-value{font-size:1.1rem;font-weight:700;color:var(--abeo-charcoal)}.network-stat-label{font-size:.65rem;color:#8895a7;text-transform:uppercase;letter-spacing:.03em;font-weight:500;text-align:center}.floating-card{position:absolute;display:flex;align-items:center;gap:.6rem;padding:.65rem 1rem;background:#fff;border-radius:12px;border:1px solid #e8edf2;box-shadow:0 4px 16px #00000014;z-index:10;animation:floatBob 4s ease-in-out infinite}.floating-card--top{top:10%;right:-8%;animation-delay:0s}.floating-card--bottom{bottom:12%;left:-6%;animation-delay:2s}@keyframes floatBob{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.floating-card-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.floating-card-icon--orange{background:#ff8a341f;color:var(--abeo-orange)}.floating-card-icon--teal{background:#42c2be1f;color:var(--abeo-teal)}.floating-card-title{display:block;font-size:.78rem;font-weight:600;color:var(--abeo-charcoal)}.floating-card-sub{display:block;font-size:.7rem;color:#8895a7}@media (max-width: 960px){.hero-container{flex-direction:column;text-align:center;gap:3rem}.hero-copy{max-width:100%;align-items:center;display:flex;flex-direction:column}.hero-sub{max-width:520px}.hero-actions,.hero-trust{justify-content:center}.hero-visual{min-height:360px}.floating-card--top{right:2%;top:5%}.floating-card--bottom{left:2%;bottom:8%}}@media (max-width: 600px){.hero{padding:6rem 1.25rem 3rem}.hero-headline{font-size:2.25rem}.hero-actions{flex-direction:column;width:100%}.hero-btn{width:100%;justify-content:center}.hero-trust{flex-direction:column;gap:1rem}.trust-divider{width:40px;height:1px}.trust-item{align-items:center}.floating-card{display:none}}@media (prefers-reduced-motion: reduce){.hero-copy,.hero-visual{transition:none!important;opacity:1!important;transform:none!important}.badge-dot,.status-dot--live,.pulse-ring,.floating-card{animation:none!important}}.stats-section{background:#fafbfc;padding:5rem 2rem;border-top:1px solid #f0f3f6;border-bottom:1px solid #f0f3f6}.stats-container{max-width:1200px;margin:0 auto}.stats-header{text-align:center;margin-bottom:3rem}.stats-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--abeo-orange);margin-bottom:.75rem}.stats-header h2{font-size:2.25rem;font-weight:800;color:var(--abeo-charcoal);margin-bottom:.75rem;line-height:1.2;letter-spacing:-.015em}.stats-header p{font-size:1.05rem;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.stat-card{background:#fff;border-radius:16px;padding:1.75rem 1.25rem;text-align:center;border:1px solid #eef1f5;transition:transform .25s ease,box-shadow .25s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}.stat-icon{width:44px;height:44px;border-radius:12px;background:#42c2be14;color:var(--abeo-teal);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.stat-value{font-size:2.75rem;font-weight:900;color:var(--abeo-charcoal);line-height:1;letter-spacing:-.03em;font-feature-settings:"tnum" 1;font-variant-numeric:tabular-nums}.stat-suffix{color:var(--abeo-teal);margin-left:.1rem}.stat-label{margin-top:.6rem;font-size:.88rem;color:#6b7280;line-height:1.4;font-weight:500}@media (max-width: 900px){.stats-grid{grid-template-columns:repeat(2,1fr)}.stats-header h2{font-size:1.85rem}.stat-value{font-size:2.25rem}}@media (max-width: 480px){.stats-section{padding:3rem 1rem}.stats-header{margin-bottom:2rem}.stat-icon{width:36px;height:36px}}.mission{padding:6rem 2rem;background:#fff}.mission-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:5rem}.mission .mission-content,.mission .mission-image-col{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.mission--visible .mission-content{opacity:1;transform:translateY(0);transition-delay:.1s}.mission--visible .mission-image-col{opacity:1;transform:translateY(0)}.mission-image-col{flex:1;display:flex;justify-content:center}.mission-image-frame{position:relative;max-width:480px;width:100%}.mission-image{width:100%;height:auto;border-radius:20px;display:block;position:relative;z-index:2}.mission-image-accent{position:absolute;bottom:-12px;right:-12px;width:60%;height:60%;background:linear-gradient(135deg,#42c2be26,#42c2be0d);border-radius:20px;z-index:1}.mission-content{flex:1}.mission-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--abeo-teal);margin-bottom:.75rem}.mission-content h2{font-size:2.25rem;font-weight:800;color:var(--abeo-charcoal);line-height:1.2;letter-spacing:-.015em;margin-bottom:1.5rem}.mission-quote{margin:0 0 2rem;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#42c2be0f,#ff8a340a);border-left:3px solid var(--abeo-teal);border-radius:0 12px 12px 0;font-size:1.05rem;font-style:italic;color:#4b5563;line-height:1.6}.mission-details{display:flex;flex-direction:column;gap:1.25rem}.mission-detail{display:flex;gap:1rem;align-items:flex-start}.mission-detail-marker{width:4px;min-height:100%;border-radius:2px;flex-shrink:0;margin-top:4px}.mission-detail-marker--teal{background:var(--abeo-teal)}.mission-detail-marker--orange{background:var(--abeo-orange)}.mission-detail p{font-size:1rem;line-height:1.65;color:#4b5563;margin:0}.mission-detail p strong{color:var(--abeo-charcoal)}@media (max-width: 900px){.mission-container{flex-direction:column;gap:3rem}.mission-image-frame{max-width:400px}.mission-content h2{font-size:1.85rem}}@media (max-width: 480px){.mission{padding:4rem 1.25rem}.mission-image-accent{display:none}}.why-choose-us{padding:6rem 2rem;background:#fafbfc;border-top:1px solid #f0f3f6}.why-inner{max-width:1200px;margin:0 auto}.why-choose-us .why-header,.why-choose-us .why-card{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.why-choose-us--visible .why-header{opacity:1;transform:translateY(0)}.why-choose-us--visible .why-card{opacity:1;transform:translateY(0);transition-delay:var(--card-delay, 0s)}.why-header{text-align:center;margin-bottom:3.5rem}.why-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--abeo-orange);margin-bottom:.75rem}.why-header h2{font-size:2.25rem;font-weight:800;color:var(--abeo-charcoal);margin-bottom:.75rem;line-height:1.2;letter-spacing:-.015em}.why-header p{font-size:1.05rem;color:#6b7280;max-width:560px;margin:0 auto;line-height:1.6}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-card{background:#fff;border-radius:16px;padding:2rem 1.75rem;border:1px solid #eef1f5;transition:transform .25s ease,box-shadow .25s ease}.why-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f}.why-card--teal:hover{border-color:#42c2be4d}.why-card--orange:hover{border-color:#ff8a344d}.why-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.why-icon--teal{background:#42c2be1a;color:var(--abeo-teal)}.why-icon--orange{background:#ff8a341a;color:var(--abeo-orange)}.why-card h3{font-size:1.15rem;font-weight:700;color:var(--abeo-charcoal);margin-bottom:.6rem}.why-card p{font-size:.95rem;color:#6b7280;line-height:1.6;margin:0}@media (max-width: 900px){.why-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}@media (max-width: 480px){.why-choose-us{padding:4rem 1.25rem}.why-header h2{font-size:1.75rem}}.services{padding:6rem 2rem;background:#fff}.services-container{max-width:1200px;margin:0 auto;width:100%}.services-header{text-align:center;margin-bottom:3rem}.services-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--abeo-teal);margin-bottom:.75rem}.services-header h2{font-size:2.25rem;font-weight:800;color:var(--abeo-charcoal);margin-bottom:.75rem;line-height:1.2;letter-spacing:-.015em}.services-header p{font-size:1.05rem;color:#6b7280;max-width:560px;margin:0 auto;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:#fafbfc;padding:2rem 1.75rem;border-radius:16px;border:1px solid #eef1f5;display:flex;flex-direction:column;height:100%;position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;transform:scaleX(0);transform-origin:left;transition:transform .35s ease}.service-card--teal:before{background:var(--abeo-teal)}.service-card--orange:before{background:var(--abeo-orange)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f;background:#fff}.service-card--teal:hover{border-color:#42c2be4d}.service-card--orange:hover{border-color:#ff8a344d}.service-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:background-color .25s ease}.service-icon--teal{background:#42c2be1a;color:var(--abeo-teal)}.service-icon--orange{background:#ff8a341a;color:var(--abeo-orange)}.service-card:hover .service-icon--teal{background:var(--abeo-teal);color:#fff}.service-card:hover .service-icon--orange{background:var(--abeo-orange);color:#fff}.card-content{flex-grow:1}.service-card h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem;color:var(--abeo-charcoal)}.service-description{color:#6b7280;margin-bottom:1.25rem;font-size:.92rem;line-height:1.55}.service-benefits{list-style:none;padding:0;margin:0 0 1.5rem}.service-benefits li{color:#4b5563;position:relative;padding:.35rem 0 .35rem 1.25rem;font-size:.88rem;line-height:1.5}.service-benefits li:before{content:"✓";color:var(--abeo-teal);position:absolute;left:0;font-weight:700;font-size:.82rem}.service-cta{display:inline-flex;align-items:center;gap:6px;color:var(--abeo-teal);font-weight:600;text-decoration:none;margin-top:auto;font-size:.9rem;transition:gap .25s ease}.service-cta:hover{gap:10px}@media (max-width: 900px){.services-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}}@media (max-width: 480px){.services{padding:4rem 1.25rem}.services-header h2{font-size:1.75rem}}.pricing-section{padding:6rem 2rem;background:#fafbfc;border-top:1px solid #f0f3f6}.pricing-container{max-width:1200px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:3rem}.pricing-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--abeo-teal);margin-bottom:.75rem}.pricing-header h2{font-size:2.25rem;font-weight:800;color:var(--abeo-charcoal);line-height:1.2;letter-spacing:-.015em;margin-bottom:.75rem}.pricing-highlight-text{color:var(--abeo-teal);font-style:italic;font-weight:800}.pricing-header p{color:#6b7280;font-size:1.05rem;max-width:640px;margin:0 auto;line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.pricing-card{background:#fff;border:1px solid #eef1f5;border-radius:16px;padding:2rem 1.75rem;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000000f;border-color:#42c2be4d}.pricing-card-highlight{background:linear-gradient(135deg,#ff8a3408,#42c2be08);border-color:#ff8a344d;box-shadow:0 4px 20px #ff8a3414}.pricing-card-highlight:hover{border-color:var(--abeo-orange)}.pricing-card-head h3{font-size:1.2rem;font-weight:700;color:var(--abeo-charcoal);margin-bottom:.2rem}.pricing-card-head p{font-size:.85rem;color:#8895a7;margin-bottom:1.25rem;font-weight:500}.pricing-price{margin-bottom:1.25rem;display:flex;align-items:baseline;flex-wrap:wrap;gap:.35rem}.pricing-amount{font-size:2.25rem;font-weight:900;color:var(--abeo-charcoal);letter-spacing:-.02em;line-height:1}.pricing-unit{font-size:.88rem;color:#8895a7;font-weight:500}.pricing-notes{list-style:none;padding:0;margin:0 0 1.5rem;flex:1}.pricing-notes li{padding:.35rem 0 .35rem 1.25rem;position:relative;font-size:.88rem;color:#4b5563;line-height:1.5}.pricing-notes li:before{content:"✓";position:absolute;left:0;color:var(--abeo-teal);font-weight:700;font-size:.82rem}.pricing-cta{display:block;text-align:center;padding:.75rem 1.25rem;border-radius:12px;font-weight:600;font-size:.9rem;text-decoration:none;background:#fff;color:var(--abeo-teal);border:1.5px solid var(--abeo-teal);transition:background .2s ease,color .2s ease,transform .2s ease}.pricing-cta:hover{background:var(--abeo-teal);color:#fff;transform:translateY(-1px);text-decoration:none}.pricing-cta-highlight{background:var(--abeo-orange);color:#fff;border-color:var(--abeo-orange)}.pricing-cta-highlight:hover{background:#e57628;border-color:#e57628;color:#fff}.pricing-footnote{text-align:center;color:#6b7280;font-size:.88rem;line-height:1.55;max-width:640px;margin:0 auto}.pricing-footnote strong{color:var(--abeo-charcoal)}.pricing-rate-card-link{color:var(--abeo-teal);font-weight:600;text-decoration:none;transition:color .2s}.pricing-rate-card-link:hover{color:var(--abeo-orange)}@media (max-width: 900px){.pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto 2.5rem}.pricing-header h2{font-size:1.85rem}}@media (max-width: 480px){.pricing-section{padding:4rem 1.25rem}}.testimonials{padding:6rem 2rem;background:#fff;text-align:center;box-sizing:border-box}.testimonials-header{margin-bottom:3rem}.testimonials-header h2{color:var(--abeo-charcoal);font-size:2.25rem;font-weight:800;margin-bottom:.75rem;letter-spacing:-.015em;line-height:1.2}.testimonials-header p{color:#6b7280;font-size:1.05rem;max-width:560px;margin:0 auto;line-height:1.6}.testimonial-slider{max-width:760px;margin:0 auto;background:#fff;border-radius:24px;padding:3rem 2.5rem 2rem;box-shadow:0 8px 40px #0000000f;border:1px solid #f3f4f6;text-align:left;position:relative}.testimonial-card-single{position:relative;animation:testimonialFadeIn .4s ease}@keyframes testimonialFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.quote-icon{position:absolute;top:-1.5rem;right:0;color:#ff8a3426;font-size:7rem;line-height:1;font-family:Georgia,Times New Roman,serif;pointer-events:none}.stars{color:gold;margin-bottom:1.25rem;display:flex;gap:.15rem}.testimonial-text{font-size:1.25rem;line-height:1.55;color:var(--abeo-charcoal);font-weight:500;margin-bottom:2rem}.testimonial-attribution{border-left:3px solid var(--abeo-orange);padding-left:1rem;margin-bottom:2rem}.testimonial-author{font-weight:800;color:var(--abeo-charcoal);font-size:1rem;margin:0}.testimonial-role{font-size:.88rem;color:#6b7280;margin:.15rem 0 0;font-weight:600}.testimonial-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:1px solid #f3f4f6;padding-top:1.25rem;margin-top:1rem}.testimonial-arrow{background:#fff;border:1.5px solid #e5e7eb;color:#6b7280;width:40px;height:40px;border-radius:50%;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .15s ease;font-family:inherit;display:flex;align-items:center;justify-content:center}.testimonial-arrow:hover{background:#f9fafb;border-color:var(--abeo-teal);color:var(--abeo-teal)}.testimonial-dots{display:flex;gap:.5rem}.testimonial-dot{width:9px;height:9px;border-radius:50%;border:none;background:#e5e7eb;cursor:pointer;padding:0;transition:background .2s ease,transform .2s ease}.testimonial-dot.active{background:var(--abeo-teal);transform:scale(1.25)}.testimonial-dot:hover{background:#9ca3af}.testimonial-next-btn{background:var(--abeo-orange);color:#fff;border:none;padding:.7rem 1.4rem;border-radius:999px;font-family:inherit;font-size:.92rem;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .15s ease,transform .15s ease;letter-spacing:.02em}.testimonial-next-btn:hover{background:#e57628;transform:translate(2px)}.testimonial-next-btn:active{transform:scale(.98)}.testimonial-next-arrow{font-size:1.05rem;line-height:1}.testimonial-counter{text-align:center;margin-top:.85rem;font-size:.78rem;color:#9ca3af;font-weight:700;letter-spacing:.05em}@media (max-width: 600px){.testimonial-slider{padding:2rem 1.5rem 1.5rem;margin:0 1rem}.testimonial-text{font-size:1.05rem}.testimonials-header h2{font-size:1.85rem}.testimonial-controls{flex-wrap:wrap;gap:.6rem;justify-content:center}.testimonial-next-btn{order:1;width:100%;justify-content:center}.quote-icon{font-size:5rem;top:-1rem}}.contact-section{padding:6rem 2rem;background:linear-gradient(135deg,var(--abeo-teal) 0%,#2a9d8f 100%);color:#fff;opacity:0;transform:scale(.97);transition:opacity .6s ease-out,transform .6s ease-out}.contact-section.contact-visible{opacity:1;transform:scale(1)}.contact-container{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:start;background:#ffffff14;padding:3rem;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.contact-info h2{font-size:2.25rem;font-weight:800;margin-bottom:1rem;line-height:1.2}.contact-info p{font-size:1.05rem;margin-bottom:2rem;opacity:.9;line-height:1.6}.contact-methods{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem}.contact-item svg{flex-shrink:0;opacity:.85}.contact-item a{color:inherit;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-form{background:#fff;padding:2rem;border-radius:16px;color:var(--abeo-charcoal)}.contact-success{display:flex;align-items:center;justify-content:center;min-height:300px}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.88rem;color:#4b5563}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.7rem .85rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;font-family:inherit;transition:border-color .2s;box-sizing:border-box;background:#fafbfc}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--abeo-teal);outline:none;background:#fff}.btn-submit{width:100%;padding:.85rem;background:var(--abeo-teal);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;transition:background .2s,transform .2s}.btn-submit:hover{background:#38b0ac;transform:translateY(-1px)}.btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-submit-outline{margin-top:1.5rem;background:transparent;color:var(--abeo-teal);border:1.5px solid var(--abeo-teal)}.btn-submit-outline:hover{background:#42c2be14;transform:none}.contact-error{margin-top:1rem;padding:.75rem 1rem;background:#ef444414;border-radius:8px;color:#b91c1c;font-size:.88rem}.contact-error a{color:#b91c1c;font-weight:700}.form-note{font-size:.78rem;margin-top:.75rem;color:#8895a7;text-align:center}@media (max-width: 768px){.contact-container{grid-template-columns:1fr;padding:2rem 1.5rem;gap:2.5rem}}@media (prefers-reduced-motion: reduce){.contact-section{opacity:1;transform:none;transition:none}}.careers-section{padding:6rem 2rem;background:#fafbfc;border-top:1px solid #f0f3f6;opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.careers-section.careers-visible{opacity:1;transform:translateY(0)}.careers-container{max-width:1000px;margin:0 auto}.careers-header{text-align:center;margin-bottom:3rem}.careers-header h2{color:var(--abeo-charcoal);font-size:2.25rem;font-weight:800;margin-bottom:.75rem;line-height:1.2;letter-spacing:-.015em}.careers-subtitle{color:#6b7280;font-size:1.05rem;max-width:560px;margin:0 auto;line-height:1.6}.careers-content{display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;background:#fff;padding:2.5rem;border-radius:16px;border:1px solid #eef1f5;box-shadow:0 4px 20px #0000000a}.careers-info h3{color:var(--abeo-charcoal);font-size:1.2rem;font-weight:700;margin-bottom:1.5rem}.careers-info ul{list-style:none;padding:0}.careers-info li{margin-bottom:1.25rem;display:flex;align-items:flex-start;gap:.75rem;color:#4b5563;font-size:.92rem;line-height:1.55}.career-icon{color:var(--abeo-teal);margin-top:2px;flex-shrink:0}.careers-form .form-group{margin-bottom:1.25rem}.careers-form label{display:block;margin-bottom:.4rem;font-weight:600;font-size:.88rem;color:#4b5563}.careers-form input[type=text],.careers-form input[type=email],.careers-form input[type=tel],.careers-form select{width:100%;padding:.7rem .85rem;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;font-family:inherit;transition:border-color .2s;box-sizing:border-box;background:#fafbfc}.careers-form input:focus,.careers-form select:focus{border-color:var(--abeo-teal);outline:none;background:#fff}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}.file-upload-wrapper{position:relative;overflow:hidden;display:inline-block}.file-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}.file-label{display:flex;align-items:center;gap:.5rem;padding:.7rem 1.25rem;color:#6b7280;background:#fafbfc;border:1.5px dashed #d1d5db;border-radius:10px;cursor:pointer;font-size:.92rem;transition:border-color .2s,color .2s}.file-label:hover{border-color:var(--abeo-teal);color:var(--abeo-teal)}.btn-career-submit{width:100%;padding:.85rem;background:var(--abeo-teal);color:#fff;border:none;border-radius:12px;font-size:.95rem;font-weight:700;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:background .2s,transform .2s}.btn-career-submit:hover{background:#38b0ac;transform:translateY(-1px)}@media (max-width: 768px){.careers-content{grid-template-columns:1fr;padding:2rem 1.5rem}.form-row{flex-direction:column;gap:0}.careers-header h2{font-size:1.85rem}}@media (prefers-reduced-motion: reduce){.careers-section{opacity:1;transform:none;transition:none}}.mascot-container{position:fixed;bottom:2rem;right:2rem;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:1rem;pointer-events:none;animation:mascot-bob 3s ease-in-out infinite}@keyframes mascot-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-25px)}}@media (prefers-reduced-motion: reduce){.mascot-container{animation:none!important}}.mascot-wrapper{width:140px;height:140px;cursor:pointer;pointer-events:auto;position:relative;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);clip-path:url(#mascotClip)}.mascot-wrapper:hover{transform:scale(1.1) rotate(5deg)}.mascot-image{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 10px 25px rgba(45,212,191,.3))}.chat-bubble{position:absolute;bottom:120%;right:0;width:350px;max-height:500px;background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.4);border-radius:24px;box-shadow:0 20px 50px #00000026;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;transform-origin:bottom right}.chat-header{padding:1.2rem;background:linear-gradient(135deg,#2dd4bf1a,#14b8a60d);border-bottom:1px solid rgba(255,255,255,.3);display:flex;justify-content:space-between;align-items:center}.chat-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#0f172a;display:flex;align-items:center;gap:.5rem}.chat-header h3:before{content:"";width:8px;height:8px;background:#2dd4bf;border-radius:50%;box-shadow:0 0 10px #2dd4bf}.close-btn{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0 .25rem;line-height:1}.close-btn:hover{color:#111827}.chat-messages{flex:1;padding:1.2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;min-height:250px;scrollbar-width:thin;scrollbar-color:rgba(45,212,191,.3) transparent}.message{padding:.9rem 1.2rem;border-radius:18px;font-size:.95rem;max-width:88%;line-height:1.5;box-shadow:0 2px 5px #00000005}.message.ai{background:#fff;color:#334155;align-self:flex-start;border-bottom-left-radius:4px;border:1px solid rgba(0,0,0,.05)}.message.user{background:#2dd4bf;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.chat-input-area{padding:1.2rem;display:flex;gap:.8rem;background:#ffffff80;border-top:1px solid rgba(255,255,255,.3)}.chat-input{flex:1;padding:.75rem 1.2rem;border:1px solid rgba(0,0,0,.08);border-radius:25px;background:#fff;outline:none;font-size:.95rem;transition:all .3s ease}.chat-input:focus{border-color:#2dd4bf;box-shadow:0 0 0 3px #2dd4bf1a}.send-btn{background:#2dd4bf;color:#fff;border:none;width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;flex-shrink:0}.send-btn:hover{background:#14b8a6;transform:scale(1.1) rotate(-5deg)}.typing-indicator{font-size:.8rem;color:#94a3b8;font-style:italic;margin-top:-.5rem;margin-bottom:.5rem;margin-left:1.2rem}@media (max-width: 640px){.mascot-container{bottom:1rem;right:1rem}.chat-bubble{width:calc(100vw - 2rem);max-height:80vh}.mascot-wrapper{width:90px;height:90px}}.legal-page{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb}.legal-main{flex:1;max-width:880px;width:100%;margin:0 auto;padding:28rem 2rem 4rem;box-sizing:border-box;font-family:Nunito,system-ui,sans-serif;color:#374151;line-height:1.7}.legal-header{border-bottom:2px solid #e5e7eb;padding-bottom:1.5rem;margin-bottom:2rem}.legal-header h1{font-size:2.5rem;font-weight:900;color:#111827;letter-spacing:-.01em}.legal-content{font-size:1rem}.legal-content h1{font-size:2rem;font-weight:900;color:#111827;margin:2.5rem 0 1rem;line-height:1.2}.legal-content h1:first-child{margin-top:0}.legal-content h2{font-size:1.5rem;font-weight:800;color:#2da6a3;margin:2rem 0 .75rem;padding-bottom:.4rem;border-bottom:2px solid #f3f4f6}.legal-content h3{font-size:1.2rem;font-weight:800;color:#111827;margin:1.5rem 0 .5rem}.legal-content h4{font-size:1.05rem;font-weight:700;color:#374151;margin:1rem 0 .4rem}.legal-content p{margin:.85rem 0}.legal-content ul,.legal-content ol{margin:.75rem 0 1rem 1.5rem}.legal-content li{margin:.4rem 0;line-height:1.6}.legal-content strong{color:#111827;font-weight:800}.legal-content em{color:#2da6a3;font-style:normal;font-weight:700}.legal-content blockquote{border-left:4px solid #FF8A34;padding:1rem 1.25rem;margin:1.25rem 0;background:#ff8a340f;border-radius:0 8px 8px 0}.legal-content blockquote strong{font-weight:800}.legal-content code{font-family:Menlo,Consolas,monospace;background:#f3f4f6;padding:.15rem .4rem;border-radius:4px;font-size:.88em}.legal-content table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-size:.92rem;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 12px #0000000a}.legal-content th,.legal-content td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #f3f4f6}.legal-content th{background:#f9fafb;font-weight:800;font-size:.82rem;text-transform:uppercase;letter-spacing:.05em;color:#111827}.legal-content hr{border:none;height:1px;background:#e5e7eb;margin:2rem 0}.legal-content a{color:#2da6a3;text-decoration:none;border-bottom:1px solid #42C2BE}.legal-content a:hover{color:#ff8a34;border-color:#ff8a34}@media (max-width: 768px){.legal-main{padding:18rem 1.25rem 3rem}.legal-header h1{font-size:2rem}.legal-content h1{font-size:1.6rem}}.dispatch-center{min-height:calc(100vh - 80px);padding:100px 2rem 3rem;background:#f8fafc;display:flex;flex-direction:column;gap:1.5rem}.dispatch-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;background:var(--abeo-charcoal, #374151);border-radius:14px;color:#fff}.dispatch-header-left{display:flex;align-items:center;gap:1rem}.dispatch-header-left h1{font-size:1.5rem;font-weight:800;margin:0;letter-spacing:-.02em}.dispatch-live-indicator{display:flex;align-items:center;gap:.4rem;background:#ffffff1a;padding:.3rem .75rem;border-radius:20px}.live-dot{width:8px;height:8px;border-radius:50%;background:#10b981;animation:live-pulse 2s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1;box-shadow:0 0 #10b98180}50%{opacity:.7;box-shadow:0 0 0 6px #10b98100}}.live-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;color:#10b981}.dispatch-header-right{display:flex;align-items:center}.dispatch-clock{display:flex;flex-direction:column;align-items:flex-end}.clock-time{font-size:1.25rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.02em}.clock-date{font-size:.75rem;opacity:.7}.dispatch-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.dispatch-stat{background:#fff;border-radius:12px;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.25rem;border:1px solid #e5e7eb}.stat-number{font-size:2rem;font-weight:800;line-height:1}.stat-label{font-size:.8rem;color:#6b7280;font-weight:500}.stat-active{color:var(--abeo-teal, #42C2BE)}.stat-pending{color:var(--abeo-orange, #FF8A34)}.stat-scheduled{color:#6366f1}.dispatch-grid{display:grid;grid-template-columns:1fr 320px;gap:1.5rem;flex:1}.dispatch-main-panel{background:#fff;border-radius:14px;border:1px solid #e5e7eb;overflow:hidden;display:flex;flex-direction:column}.panel-tabs{display:flex;border-bottom:1px solid #e5e7eb;padding:0}.panel-tab{flex:1;padding:.85rem 1.25rem;font-size:.85rem;font-weight:600;background:transparent;border:none;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:color .2s,border-color .2s;border-bottom:2px solid transparent;margin-bottom:-1px}.panel-tab:hover{color:var(--abeo-charcoal, #374151)}.panel-tab.tab-active{color:var(--abeo-teal, #42C2BE);border-bottom-color:var(--abeo-teal, #42C2BE)}.dispatch-table-wrap{overflow-x:auto;flex:1}.dispatch-table{width:100%;border-collapse:collapse;font-size:.82rem}.dispatch-table thead th{background:#fafbfc;padding:.65rem .75rem;text-align:left;font-weight:600;color:#6b7280;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb;white-space:nowrap}.dispatch-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background .15s}.dispatch-table tbody tr:hover{background:#f8fafc}.dispatch-table td{padding:.7rem .75rem;color:var(--abeo-charcoal, #374151);vertical-align:middle}.cell-id{font-weight:700;font-size:.78rem;color:#9ca3af;white-space:nowrap}.cell-name{font-weight:600;white-space:nowrap}.cell-location{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#6b7280;font-size:.78rem}.cell-time{font-variant-numeric:tabular-nums;white-space:nowrap;font-weight:500}.cell-driver{white-space:nowrap;color:#6b7280}.cell-service{font-size:.78rem;color:#6b7280}.status-badge{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.7rem;font-weight:600;text-transform:capitalize;white-space:nowrap}.badge-active{background:#42c2be1f;color:#0d9488}.badge-dispatched,.badge-scheduled{background:#6366f11a;color:#4f46e5}.badge-pending{background:#ff8a341f;color:#ea580c}.badge-completed{background:#10b9811a;color:#059669}.ride-in-transit,.shift-active{background:#42c2be08}.dispatch-alerts-panel{display:flex;flex-direction:column;gap:1rem}.alerts-heading{font-size:.9rem;font-weight:700;color:var(--abeo-charcoal, #374151);display:flex;align-items:center;gap:.5rem;margin:0}.alerts-list{display:flex;flex-direction:column;gap:.75rem}.alert-card{display:flex;gap:.75rem;padding:.85rem 1rem;background:#fff;border-radius:10px;border:1px solid #e5e7eb}.alert-icon-wrap{flex-shrink:0;margin-top:2px}.alert-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;font-size:.65rem;font-weight:800;color:#fff}.alert-icon-urgent{background:#ef4444}.alert-icon-warning{background:var(--abeo-orange, #FF8A34);font-size:.7rem}.alert-icon-info{background:var(--abeo-teal, #42C2BE)}.alert-body{flex:1;min-width:0}.alert-message{font-size:.78rem;color:var(--abeo-charcoal, #374151);line-height:1.45;margin:0}.alert-time{font-size:.68rem;color:#9ca3af;font-weight:500;margin-top:.25rem;display:block}.alert-urgent{border-left:3px solid #ef4444}.alert-warning{border-left:3px solid var(--abeo-orange, #FF8A34)}.alert-info{border-left:3px solid var(--abeo-teal, #42C2BE)}.dispatch-quick-actions{background:#fff;border-radius:10px;border:1px solid #e5e7eb;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.dispatch-quick-actions h4{font-size:.78rem;font-weight:700;color:var(--abeo-charcoal, #374151);margin:0 0 .25rem;text-transform:uppercase;letter-spacing:.04em}.quick-action-btn{display:flex;align-items:center;gap:.5rem;padding:.6rem .85rem;font-size:.78rem;font-weight:600;background:#fafbfc;border:1px solid #e5e7eb;border-radius:8px;color:var(--abeo-charcoal, #374151);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.quick-action-btn:hover{background:#42c2be0f;border-color:var(--abeo-teal, #42C2BE);color:var(--abeo-teal, #42C2BE)}.dispatch-demo-notice{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;background:#6366f10f;border:1px dashed rgba(99,102,241,.2);border-radius:8px;font-size:.75rem;color:#6366f1;font-weight:500}@media (max-width: 1024px){.dispatch-grid{grid-template-columns:1fr}.dispatch-alerts-panel{flex-direction:row;flex-wrap:wrap}.alerts-heading{width:100%}.alerts-list{flex:2;min-width:280px}.dispatch-quick-actions{flex:1;min-width:200px}}@media (max-width: 768px){.dispatch-center{padding:90px 1rem 2rem;gap:1rem}.dispatch-header{flex-direction:column;gap:.75rem;text-align:center}.dispatch-header-left,.dispatch-header-right{justify-content:center}.dispatch-clock{align-items:center}.dispatch-header-left h1{font-size:1.25rem}.dispatch-stats-row{grid-template-columns:repeat(2,1fr)}.dispatch-alerts-panel{flex-direction:column}.cell-location{max-width:120px}}@media (max-width: 480px){.dispatch-stats-row{grid-template-columns:1fr 1fr;gap:.5rem}.dispatch-stat{padding:1rem}.stat-number{font-size:1.5rem}}.dispatch-access-gate{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f5f7f8}.dispatch-access-card{background:#fff;border-radius:16px;padding:2.5rem;max-width:440px;width:100%;box-shadow:0 2px 12px #0000000a;border:1px solid #f1f3f5}.dispatch-access-card h2{font-size:1.1rem;font-weight:800;margin:0 0 1rem;color:var(--abeo-charcoal, #374151)}.dispatch-access-card p{color:#6b7280;margin-bottom:1.5rem;font-size:.95rem}.dispatch-access-input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;font-family:inherit;margin-bottom:1rem;box-sizing:border-box}.dispatch-access-input:focus{outline:none;border-color:var(--abeo-teal, #42C2BE);box-shadow:0 0 0 3px #42c2be26}.dispatch-access-error{color:#ef4444;font-size:.85rem;margin-bottom:1rem}.dispatch-access-hint{font-size:.75rem;color:#9ca3af;margin-top:1rem;text-align:center}.mode-toggle{display:inline-flex;background:#fff;border-radius:999px;padding:4px;box-shadow:0 2px 8px #0000000d}.mode-btn{border:none;background:transparent;padding:.6rem 1.5rem;font-weight:700;font-size:.9rem;color:#6b7280;border-radius:999px;cursor:pointer;font-family:inherit;transition:all .2s}.mode-btn.active{background:var(--abeo-teal, #42C2BE);color:#fff;box-shadow:0 2px 8px #42c2be4d}.reset-btn{background:transparent;border:1px solid #e5e7eb;color:#6b7280;padding:.6rem 1rem;border-radius:8px;font-size:.85rem;cursor:pointer;font-family:inherit}.reset-btn:hover{background:#fff;color:#ef4444;border-color:#ef4444}.roster-list{list-style:none;padding:0;margin:0;max-height:380px;overflow-y:auto}.roster-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-radius:10px;cursor:pointer;transition:background .15s;margin-bottom:.25rem}.roster-item:hover{background:#f9fafb}.roster-item.selected{background:#42c2be14;border:1px solid rgba(66,194,190,.3)}.roster-item.status-on_shift{box-shadow:inset 4px 0 #10b981}.roster-item.status-on_break{box-shadow:inset 4px 0 #f59e0b;background:#f59e0b0a}.roster-name{display:flex;align-items:center;gap:.5rem;flex:1}.roster-name strong{font-size:.95rem;color:var(--abeo-charcoal, #374151)}.roster-role{font-size:.78rem;color:#6b7280;background:#f3f4f6;padding:.15rem .5rem;border-radius:6px}.status-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;flex-shrink:0}.status-dot.on{background:#10b981;box-shadow:0 0 0 3px #10b98133}.roster-meta{display:flex;align-items:center;gap:.75rem;font-size:.78rem;color:#6b7280}.shift-buttons{display:flex;gap:.4rem}.clock-btn{border:none;padding:.4rem .85rem;border-radius:999px;font-size:.78rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .15s}.clock-btn.in{background:var(--abeo-teal, #42C2BE);color:#fff}.clock-btn.in:hover{background:#2da6a3}.clock-btn.break{background:#f59e0b;color:#fff}.clock-btn.break:hover{background:#d97706}.clock-btn.resume{background:#10b981;color:#fff}.clock-btn.resume:hover{background:#059669}.clock-btn.out{background:var(--abeo-orange, #FF8A34);color:#fff}.clock-btn.out:hover{background:#e57628}.status-pill{font-size:.7rem;font-weight:700;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.status-pill-on_shift{background:#10b9811f;color:#047857}.status-pill-on_break{background:#f59e0b26;color:#b45309}.selected-banner{background:#42c2be1a;color:#115e5b;padding:.6rem .85rem;border-radius:8px;font-size:.85rem;margin-bottom:.75rem}.log-form{display:flex;flex-direction:column;gap:.75rem}.log-form label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;font-weight:600;color:#374151}.log-form input,.log-form select{padding:.6rem .75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-family:inherit;color:var(--abeo-charcoal, #374151);background:#fff}.log-form input:focus,.log-form select:focus{outline:none;border-color:var(--abeo-teal, #42C2BE);box-shadow:0 0 0 3px #42c2be26}.submit-btn{background:var(--abeo-teal, #42C2BE);color:#fff;border:none;padding:.75rem 1rem;border-radius:999px;font-weight:700;font-size:.9rem;cursor:pointer;font-family:inherit;transition:all .2s;margin-top:.5rem}.submit-btn:hover{background:#2da6a3;transform:translateY(-1px)}.empty-hint{color:#9ca3af;font-size:.9rem;text-align:center;padding:2rem 1rem}.activity-list,.event-list{list-style:none;padding:0;margin:0;max-height:320px;overflow-y:auto}.activity-item{padding:.75rem;border-bottom:1px solid #f3f4f6}.activity-item:last-child{border-bottom:none}.activity-line{font-size:.92rem;color:var(--abeo-charcoal, #374151);margin-bottom:.25rem}.activity-line em{color:var(--abeo-teal, #42C2BE);font-style:normal;font-weight:600;font-size:.85rem}.activity-meta{font-size:.78rem;color:#6b7280}.event-item{display:grid;grid-template-columns:auto 1fr auto;gap:.75rem;align-items:center;padding:.5rem .75rem;border-radius:6px;margin-bottom:.25rem;font-size:.82rem}.event-type{background:#f3f4f6;color:#374151;padding:.2rem .55rem;border-radius:6px;font-weight:700;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.event-clock_in .event-type{background:#10b9811f;color:#047857}.event-clock_out .event-type{background:#ff8a341f;color:#c2410c}.event-break_start .event-type{background:#f59e0b26;color:#b45309}.event-break_end .event-type{background:#10b9811f;color:#047857}.event-ride_logged .event-type,.event-living_logged .event-type{background:#42c2be1f;color:#115e5b}.event-detail{color:var(--abeo-charcoal, #374151);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-time{color:#9ca3af;font-size:.75rem;white-space:nowrap}.dispatch-card{background:#fff;border-radius:16px;padding:1.25rem;box-shadow:0 2px 12px #0000000a;border:1px solid #f1f3f5}.dispatch-card h2{font-size:1.1rem;font-weight:800;margin:0 0 1rem;color:var(--abeo-charcoal, #374151);display:flex;align-items:center;justify-content:space-between}.badge{background:#42c2be1f;color:var(--abeo-teal, #42C2BE);font-size:.75rem;font-weight:700;padding:.25rem .75rem;border-radius:999px;text-transform:uppercase;letter-spacing:.05em}.dispatch-footer{margin-top:1.5rem;text-align:center;color:#9ca3af;font-size:.8rem}@media (max-width: 640px){.roster-item{flex-direction:column;align-items:flex-start;gap:.5rem}.mode-toggle{width:100%;justify-content:center}}.about-page{padding-top:100px;color:var(--abeo-charcoal, #374151);font-family:inherit}.about-hero{background:linear-gradient(135deg,#42c2be,#2fa8a4,#1e8e8a);color:#fff;padding:5rem 2rem 4rem;text-align:center}.about-hero h1{font-size:3rem;font-weight:800;margin:0 0 1rem;letter-spacing:-.02em}.about-hero-subtitle{font-size:1.35rem;font-weight:400;opacity:.92;max-width:600px;margin:0 auto;line-height:1.6}.about-section{padding:5rem 2rem;max-width:1100px;margin:0 auto}.about-section-alt{background:var(--abeo-light, #F9FAFB)}.about-section-white{background:#fff}.about-section h2{font-size:2rem;font-weight:800;color:var(--abeo-charcoal, #374151);margin:0 0 1rem;text-align:center}.about-section-lead{font-size:1.15rem;color:#6b7280;text-align:center;max-width:700px;margin:0 auto 2.5rem;line-height:1.7}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.about-value-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.about-section-alt .about-value-card{border:1px solid #e5e7eb}.about-value-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #42c2be1f}.about-value-icon{font-size:2.5rem;margin-bottom:1rem}.about-value-card h3{font-size:1.25rem;font-weight:700;margin:0 0 .75rem;color:var(--abeo-charcoal, #374151)}.about-value-card p{font-size:.95rem;color:#6b7280;line-height:1.6;margin:0}.about-name-block{background:linear-gradient(135deg,#f0fdfa,#e0f7f5);border-radius:16px;padding:3rem;text-align:center;max-width:800px;margin:0 auto}.about-name-pronunciation{font-size:1.5rem;font-weight:700;color:var(--abeo-teal, #42C2BE);margin:0 0 .5rem}.about-name-etymology{font-size:1.05rem;color:#6b7280;margin:0 0 1.5rem;font-style:italic}.about-name-meaning{font-size:1.15rem;color:var(--abeo-charcoal, #374151);line-height:1.7;margin:0}.about-founder{display:flex;gap:3rem;align-items:flex-start;max-width:900px;margin:2rem auto 0}.about-founder-avatar{width:140px;height:140px;min-width:140px;border-radius:50%;background:var(--abeo-teal, #42C2BE);display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.5rem;font-weight:800;letter-spacing:.05em}.about-founder-info h3{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;color:var(--abeo-charcoal, #374151)}.about-founder-role{font-size:.95rem;color:var(--abeo-teal, #42C2BE);font-weight:600;margin:0 0 1rem}.about-founder-info p{font-size:1rem;color:#6b7280;line-height:1.7;margin:0 0 .75rem}.about-founder-commitments{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-wrap:wrap;gap:.75rem}.about-founder-commitments li{background:#f0fdfa;color:var(--abeo-teal, #42C2BE);padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid #ccefed}.about-pillars{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:2.5rem 0}.about-pillar{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;text-align:center}.about-pillar-number{display:inline-block;width:36px;height:36px;line-height:36px;border-radius:50%;background:var(--abeo-teal, #42C2BE);color:#fff;font-weight:800;font-size:.9rem;margin-bottom:.75rem}.about-pillar h3{font-size:1.1rem;font-weight:700;margin:0 0 1rem;color:var(--abeo-charcoal, #374151)}.about-pillar-divisions{list-style:none;padding:0;margin:0}.about-pillar-divisions li{font-size:.95rem;color:#6b7280;padding:.35rem 0;border-bottom:1px solid #f3f4f6}.about-pillar-divisions li:last-child{border-bottom:none}.about-phases{text-align:center;margin-top:2rem;display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.about-phase-tag{background:#f0fdfa;color:var(--abeo-teal, #42C2BE);padding:.5rem 1.25rem;border-radius:24px;font-size:.85rem;font-weight:600;border:1px solid #ccefed}.about-partners-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:2rem}.about-partner-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2.5rem 2rem;text-align:center}.about-partner-card h3{font-size:1.15rem;font-weight:700;margin:0 0 .75rem;color:var(--abeo-charcoal, #374151)}.about-partner-card p{font-size:.95rem;color:#6b7280;line-height:1.6;margin:0}.about-cta{background:linear-gradient(135deg,#42c2be,#2fa8a4,#1e8e8a);color:#fff;padding:4rem 2rem;text-align:center}.about-cta h2{color:#fff;font-size:2rem;margin:0 0 1.5rem}.about-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.about-cta-primary{display:inline-block;background:#fff;color:var(--abeo-teal, #42C2BE);padding:.85rem 2rem;border-radius:12px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;border:none;cursor:pointer}.about-cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.about-cta-secondary{display:inline-block;background:transparent;color:#fff;padding:.85rem 2rem;border-radius:12px;font-size:1rem;font-weight:700;text-decoration:none;border:2px solid rgba(255,255,255,.6);transition:border-color .2s ease,background .2s ease;cursor:pointer}.about-cta-secondary:hover{border-color:#fff;background:#ffffff1a}@media (max-width: 768px){.about-hero h1{font-size:2rem}.about-hero-subtitle{font-size:1.1rem}.about-values-grid,.about-pillars,.about-partners-grid{grid-template-columns:1fr}.about-founder{flex-direction:column;align-items:center;text-align:center}.about-founder-commitments{justify-content:center}.about-section{padding:3rem 1.25rem}.about-name-block{padding:2rem 1.5rem}}.pricing-page{padding-top:100px;color:var(--abeo-charcoal, #374151);font-family:inherit}.pricing-hero{background:linear-gradient(135deg,#42c2be,#2fa8a4,#1e8e8a);color:#fff;padding:5rem 2rem 4rem;text-align:center}.pricing-hero h1{font-size:3rem;font-weight:800;margin:0 0 1rem;letter-spacing:-.02em}.pricing-hero-subtitle{font-size:1.35rem;font-weight:400;opacity:.92;max-width:550px;margin:0 auto;line-height:1.6}.pricing-section{padding:4rem 2rem;max-width:1100px;margin:0 auto}.pricing-section-alt{background:var(--abeo-light, #F9FAFB)}.pricing-section-white{background:#fff}.pricing-section h2{font-size:1.75rem;font-weight:800;color:var(--abeo-charcoal, #374151);margin:0 0 .5rem;text-align:center}.pricing-section-lead{font-size:1rem;color:#6b7280;text-align:center;max-width:650px;margin:0 auto 2.5rem;line-height:1.6}.pricing-cards-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.pricing-cards-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:700px;margin:0 auto}.pricing-cards-2-wide{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;max-width:800px;margin:0 auto}.pricing-card{background:#fff;border:1px solid #e5e7eb;border-top:4px solid var(--abeo-teal, #42C2BE);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease;position:relative}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #42c2be1f}.pricing-card h3{font-size:1.1rem;font-weight:700;margin:0 0 .75rem;color:var(--abeo-charcoal, #374151)}.pricing-price{font-size:2rem;font-weight:800;color:var(--abeo-teal, #42C2BE);margin:0 0 .25rem}.pricing-price-unit{font-size:.85rem;font-weight:500;color:#9ca3af}.pricing-card-desc{font-size:.9rem;color:#6b7280;line-height:1.6;margin:1rem 0 0}.pricing-coming-soon{opacity:.65}.pricing-badge{display:inline-block;background:var(--abeo-orange, #FF8A34);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .75rem;border-radius:20px;position:absolute;top:1rem;right:1rem}.pricing-note{text-align:center;font-size:.9rem;color:#9ca3af;margin-top:1.25rem;font-style:italic}.pricing-discount{background:#f0fdfa;border:1px solid #ccefed;border-radius:12px;padding:1rem 1.5rem;text-align:center;margin-top:1.5rem;font-size:.95rem;color:var(--abeo-teal, #42C2BE);font-weight:600}.pricing-free-callout{background:linear-gradient(135deg,#f0fdfa,#e0f7f5);border-radius:16px;padding:3rem 2rem;text-align:center;max-width:700px;margin:0 auto}.pricing-free-callout h3{font-size:2rem;font-weight:800;color:var(--abeo-teal, #42C2BE);margin:0 0 .75rem}.pricing-free-callout p{font-size:1.05rem;color:#6b7280;line-height:1.6;margin:0}.pricing-comparison{max-width:700px;margin:0 auto}.pricing-comparison-list{list-style:none;padding:0;margin:0}.pricing-comparison-list li{font-size:1.05rem;color:#6b7280;padding:.75rem 0;border-bottom:1px solid #f3f4f6;display:flex;align-items:flex-start;gap:.75rem;line-height:1.5}.pricing-comparison-list li:last-child{border-bottom:none}.pricing-check{color:var(--abeo-teal, #42C2BE);font-weight:700;font-size:1.2rem;flex-shrink:0;line-height:1.4}.pricing-cta{background:linear-gradient(135deg,#42c2be,#2fa8a4,#1e8e8a);color:#fff;padding:4rem 2rem;text-align:center}.pricing-cta h2{color:#fff;font-size:2rem;margin:0 0 1.5rem}.pricing-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.pricing-cta-primary{display:inline-block;background:var(--abeo-orange, #FF8A34);color:#fff;padding:.85rem 2rem;border-radius:12px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;border:none;cursor:pointer}.pricing-cta-primary:hover{background:#e67a2a;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.pricing-cta-secondary{display:inline-block;background:transparent;color:#fff;padding:.85rem 2rem;border-radius:12px;font-size:1rem;font-weight:700;text-decoration:none;border:2px solid rgba(255,255,255,.6);transition:border-color .2s ease,background .2s ease;cursor:pointer}.pricing-cta-secondary:hover{border-color:#fff;background:#ffffff1a}.pricing-tier-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin:0 0 .5rem}@media (max-width: 900px){.pricing-cards-4{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.pricing-hero h1{font-size:2rem}.pricing-hero-subtitle{font-size:1.1rem}.pricing-cards-4,.pricing-cards-2,.pricing-cards-2-wide{grid-template-columns:1fr}.pricing-section{padding:3rem 1.25rem}.pricing-free-callout{padding:2rem 1.5rem}}:root{--abeo-teal: #42C2BE;--abeo-teal-dark: #2EA5A1;--abeo-teal-light: #E6F7F7;--abeo-orange: #FF8A34;--abeo-orange-dark: #E67628;--abeo-orange-light: #FFF3E8;--abeo-charcoal: #374151;--abeo-white: #FFFFFF;--abeo-light: #F9FAFB;--abeo-gray-100: #F3F4F6;--abeo-gray-200: #E5E7EB;--abeo-gray-300: #D1D5DB;--abeo-gray-400: #9CA3AF;--abeo-gray-500: #6B7280;--abeo-gray-600: #4B5563;--abeo-green: #10B981;--abeo-green-light: #D1FAE5;--abeo-yellow: #F59E0B;--abeo-yellow-light: #FEF3C7;--abeo-red: #EF4444;--abeo-red-light: #FEE2E2;--abeo-shadow-sm: 0 1px 2px rgba(0,0,0,.05);--abeo-shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 2px rgba(0,0,0,.06);--abeo-shadow-md: 0 4px 6px rgba(0,0,0,.07), 0 2px 4px rgba(0,0,0,.06);--abeo-shadow-lg: 0 10px 15px rgba(0,0,0,.1), 0 4px 6px rgba(0,0,0,.05);--abeo-radius: 12px;--abeo-radius-sm: 8px;--abeo-radius-xs: 4px;--abeo-transition: .2s ease}.portal-welcome{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,var(--abeo-teal-light) 0%,var(--abeo-white) 50%,var(--abeo-orange-light) 100%);padding:24px;font-family:Nunito,sans-serif}.portal-welcome-card{background:var(--abeo-white);border-radius:var(--abeo-radius);box-shadow:var(--abeo-shadow-lg);padding:48px;max-width:480px;width:100%;text-align:center}.portal-welcome-logo{font-size:32px;font-weight:800;color:var(--abeo-teal);margin-bottom:8px;letter-spacing:-.5px}.portal-welcome-subtitle{font-size:14px;color:var(--abeo-gray-500);margin-bottom:32px}.portal-welcome-heading{font-size:20px;font-weight:700;color:var(--abeo-charcoal);margin-bottom:24px}.portal-welcome-select{width:100%;padding:14px 16px;border:2px solid var(--abeo-gray-200);border-radius:var(--abeo-radius-sm);font-size:16px;font-family:Nunito,sans-serif;color:var(--abeo-charcoal);background:var(--abeo-white);cursor:pointer;transition:border-color var(--abeo-transition);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%236B7280'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.portal-welcome-select:focus{outline:none;border-color:var(--abeo-teal);box-shadow:0 0 0 3px #42c2be26}.portal-welcome-btn{margin-top:20px;width:100%;padding:14px 24px;background:var(--abeo-teal);color:var(--abeo-white);border:none;border-radius:var(--abeo-radius-sm);font-size:16px;font-weight:700;font-family:Nunito,sans-serif;cursor:pointer;transition:background var(--abeo-transition),transform var(--abeo-transition)}.portal-welcome-btn:hover{background:var(--abeo-teal-dark);transform:translateY(-1px)}.portal-welcome-btn:disabled{background:var(--abeo-gray-300);cursor:not-allowed;transform:none}.portal-layout{display:flex;min-height:100vh;font-family:Nunito,sans-serif;color:var(--abeo-charcoal);background:var(--abeo-light)}.portal-sidebar{width:260px;background:var(--abeo-white);border-right:1px solid var(--abeo-gray-200);display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;transition:transform .3s ease}.portal-sidebar-header{padding:24px 20px;border-bottom:1px solid var(--abeo-gray-200)}.portal-sidebar-brand{font-size:22px;font-weight:800;color:var(--abeo-teal);margin-bottom:16px;letter-spacing:-.5px}.portal-sidebar-patient{display:flex;align-items:center;gap:12px}.portal-avatar{width:44px;height:44px;border-radius:50%;background:var(--abeo-teal);color:var(--abeo-white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex-shrink:0}.portal-avatar--sm{width:36px;height:36px;font-size:13px}.portal-avatar--lg{width:56px;height:56px;font-size:20px}.portal-sidebar-name{font-weight:700;font-size:15px;color:var(--abeo-charcoal);line-height:1.2}.portal-sidebar-id{font-size:12px;color:var(--abeo-gray-500);margin-top:2px}.portal-sidebar-nav{flex:1;padding:12px 0;overflow-y:auto}.portal-nav-item{display:flex;align-items:center;gap:12px;padding:12px 20px;font-size:14px;font-weight:600;color:var(--abeo-gray-600);cursor:pointer;transition:all var(--abeo-transition);border:none;background:none;width:100%;text-align:left;font-family:Nunito,sans-serif}.portal-nav-item:hover{background:var(--abeo-teal-light);color:var(--abeo-teal-dark)}.portal-nav-item--active{background:var(--abeo-teal-light);color:var(--abeo-teal);border-right:3px solid var(--abeo-teal)}.portal-nav-icon{width:20px;text-align:center;font-size:16px}.portal-sidebar-footer{padding:16px 20px;border-top:1px solid var(--abeo-gray-200)}.portal-logout-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;width:100%;background:none;border:1px solid var(--abeo-gray-200);border-radius:var(--abeo-radius-sm);color:var(--abeo-gray-500);font-size:13px;font-weight:600;font-family:Nunito,sans-serif;cursor:pointer;transition:all var(--abeo-transition)}.portal-logout-btn:hover{border-color:var(--abeo-red);color:var(--abeo-red);background:var(--abeo-red-light)}.portal-main{flex:1;margin-left:260px;padding:32px;min-height:100vh}.portal-page-header{margin-bottom:28px}.portal-page-title{font-size:26px;font-weight:800;color:var(--abeo-charcoal);margin:0 0 4px}.portal-page-subtitle{font-size:14px;color:var(--abeo-gray-500);margin:0}.portal-card{background:var(--abeo-white);border-radius:var(--abeo-radius);box-shadow:var(--abeo-shadow);padding:24px;transition:box-shadow var(--abeo-transition)}.portal-card:hover{box-shadow:var(--abeo-shadow-md)}.portal-card--flat{box-shadow:none;border:1px solid var(--abeo-gray-200)}.portal-card-title{font-size:16px;font-weight:700;color:var(--abeo-charcoal);margin:0 0 16px}.portal-card-title--teal{color:var(--abeo-teal)}.portal-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px}.portal-stat-card{background:var(--abeo-white);border-radius:var(--abeo-radius);box-shadow:var(--abeo-shadow);padding:20px;display:flex;flex-direction:column;gap:4px}.portal-stat-icon{font-size:24px;margin-bottom:4px}.portal-stat-value{font-size:32px;font-weight:800;color:var(--abeo-charcoal);line-height:1}.portal-stat-label{font-size:13px;color:var(--abeo-gray-500);font-weight:600}.portal-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.portal-badge--green{background:var(--abeo-green-light);color:#065f46}.portal-badge--yellow{background:var(--abeo-yellow-light);color:#92400e}.portal-badge--red{background:var(--abeo-red-light);color:#991b1b}.portal-badge--gray{background:var(--abeo-gray-100);color:var(--abeo-gray-600)}.portal-badge--teal{background:var(--abeo-teal-light);color:var(--abeo-teal-dark)}.portal-badge--orange{background:var(--abeo-orange-light);color:var(--abeo-orange-dark)}.portal-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 20px;border:none;border-radius:var(--abeo-radius-sm);font-size:14px;font-weight:700;font-family:Nunito,sans-serif;cursor:pointer;transition:all var(--abeo-transition);white-space:nowrap}.portal-btn:hover{transform:translateY(-1px)}.portal-btn:active{transform:translateY(0)}.portal-btn--teal{background:var(--abeo-teal);color:var(--abeo-white)}.portal-btn--teal:hover{background:var(--abeo-teal-dark)}.portal-btn--orange{background:var(--abeo-orange);color:var(--abeo-white)}.portal-btn--orange:hover{background:var(--abeo-orange-dark)}.portal-btn--outline{background:var(--abeo-white);color:var(--abeo-charcoal);border:1px solid var(--abeo-gray-300)}.portal-btn--outline:hover{border-color:var(--abeo-teal);color:var(--abeo-teal)}.portal-btn--sm{padding:6px 14px;font-size:12px}.portal-btn--lg{padding:14px 28px;font-size:16px}.portal-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.portal-table-wrap{overflow-x:auto;border-radius:var(--abeo-radius);border:1px solid var(--abeo-gray-200)}.portal-table{width:100%;border-collapse:collapse;font-size:13px}.portal-table th{background:var(--abeo-gray-100);padding:12px 16px;text-align:left;font-weight:700;color:var(--abeo-gray-600);font-size:11px;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid var(--abeo-gray-200)}.portal-table td{padding:12px 16px;border-bottom:1px solid var(--abeo-gray-100);color:var(--abeo-charcoal)}.portal-table tr:nth-child(2n) td{background:var(--abeo-gray-100)}.portal-table tr:hover td{background:var(--abeo-teal-light)}.portal-form-group{margin-bottom:20px}.portal-label{display:block;font-size:13px;font-weight:700;color:var(--abeo-gray-600);margin-bottom:6px}.portal-input,.portal-select,.portal-textarea{width:100%;padding:10px 14px;border:2px solid var(--abeo-gray-200);border-radius:var(--abeo-radius-sm);font-size:14px;font-family:Nunito,sans-serif;color:var(--abeo-charcoal);background:var(--abeo-white);transition:border-color var(--abeo-transition);box-sizing:border-box}.portal-input:focus,.portal-select:focus,.portal-textarea:focus{outline:none;border-color:var(--abeo-teal);box-shadow:0 0 0 3px #42c2be26}.portal-textarea{min-height:80px;resize:vertical}.portal-radio-group,.portal-checkbox-group{display:flex;flex-wrap:wrap;gap:12px}.portal-radio-label,.portal-checkbox-label{display:flex;align-items:center;gap:6px;padding:8px 14px;border:2px solid var(--abeo-gray-200);border-radius:var(--abeo-radius-sm);cursor:pointer;font-size:13px;font-weight:600;transition:all var(--abeo-transition)}.portal-radio-label:hover,.portal-checkbox-label:hover{border-color:var(--abeo-teal)}.portal-radio-label--selected,.portal-checkbox-label--selected{border-color:var(--abeo-teal);background:var(--abeo-teal-light);color:var(--abeo-teal-dark)}.portal-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.portal-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.portal-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.portal-section{margin-bottom:32px}.portal-section-title{font-size:18px;font-weight:700;color:var(--abeo-charcoal);margin:0 0 16px}.portal-quick-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}.portal-appt-row{display:flex;align-items:center;gap:16px;padding:14px 16px;border-bottom:1px solid var(--abeo-gray-100);transition:background var(--abeo-transition)}.portal-appt-row:last-child{border-bottom:none}.portal-appt-row:hover{background:var(--abeo-teal-light)}.portal-appt-date{min-width:60px;text-align:center}.portal-appt-date-day{font-size:22px;font-weight:800;color:var(--abeo-teal);line-height:1}.portal-appt-date-month{font-size:11px;color:var(--abeo-gray-500);text-transform:uppercase;font-weight:700}.portal-appt-icon{font-size:20px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:var(--abeo-gray-100);border-radius:var(--abeo-radius-sm)}.portal-appt-info{flex:1}.portal-appt-title{font-weight:700;font-size:14px;color:var(--abeo-charcoal)}.portal-appt-sub{font-size:12px;color:var(--abeo-gray-500);margin-top:2px}.portal-activity-item{display:flex;gap:12px;padding:10px 0;border-bottom:1px solid var(--abeo-gray-100)}.portal-activity-item:last-child{border-bottom:none}.portal-activity-dot{width:8px;height:8px;border-radius:50%;background:var(--abeo-teal);margin-top:6px;flex-shrink:0}.portal-activity-text{font-size:13px;color:var(--abeo-charcoal);line-height:1.4}.portal-activity-time{font-size:11px;color:var(--abeo-gray-400);margin-top:2px}.portal-team-card{background:var(--abeo-white);border-radius:var(--abeo-radius);border:1px solid var(--abeo-gray-200);padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;transition:box-shadow var(--abeo-transition)}.portal-team-card:hover{box-shadow:var(--abeo-shadow-md)}.portal-team-card--coordinator{border:2px solid var(--abeo-teal);background:var(--abeo-teal-light)}.portal-team-name{font-weight:700;font-size:15px;color:var(--abeo-charcoal)}.portal-team-role{font-size:12px;font-weight:600}.portal-team-specialties{display:flex;flex-wrap:wrap;gap:4px;justify-content:center;margin-top:4px}.portal-team-specialty-tag{padding:2px 8px;background:var(--abeo-gray-100);border-radius:999px;font-size:11px;color:var(--abeo-gray-600)}.portal-team-phone{font-size:13px;color:var(--abeo-gray-500);margin-top:4px}.portal-stars{color:var(--abeo-yellow);font-size:14px;letter-spacing:1px}.portal-avatar--cna{background:#6366f1}.portal-avatar--hha{background:#8b5cf6}.portal-avatar--lvn{background:#ec4899}.portal-avatar--rn{background:#ef4444}.portal-avatar--coordinator{background:var(--abeo-teal)}.portal-avatar--driver{background:var(--abeo-orange)}.portal-avatar--companion{background:#14b8a6}.portal-tabs{display:flex;border-bottom:2px solid var(--abeo-gray-200);margin-bottom:24px;gap:0}.portal-tab{padding:10px 20px;font-size:14px;font-weight:700;color:var(--abeo-gray-500);cursor:pointer;border:none;background:none;border-bottom:2px solid transparent;margin-bottom:-2px;font-family:Nunito,sans-serif;transition:all var(--abeo-transition)}.portal-tab:hover{color:var(--abeo-teal)}.portal-tab--active{color:var(--abeo-teal);border-bottom-color:var(--abeo-teal)}.portal-vital-card{background:var(--abeo-white);border-radius:var(--abeo-radius);border:1px solid var(--abeo-gray-200);padding:16px;text-align:center}.portal-vital-label{font-size:11px;font-weight:700;text-transform:uppercase;color:var(--abeo-gray-500);margin-bottom:4px}.portal-vital-value{font-size:24px;font-weight:800;line-height:1.2}.portal-vital-value--normal{color:var(--abeo-green)}.portal-vital-value--warning{color:var(--abeo-yellow)}.portal-vital-value--danger{color:var(--abeo-red)}.portal-vital-unit{font-size:11px;color:var(--abeo-gray-400)}.portal-med-card{background:var(--abeo-white);border-radius:var(--abeo-radius);border:1px solid var(--abeo-gray-200);padding:16px}.portal-med-name{font-weight:700;font-size:15px;color:var(--abeo-charcoal);margin-bottom:4px}.portal-med-detail{font-size:13px;color:var(--abeo-gray-500);line-height:1.5}.portal-med-refill{margin-top:8px;font-size:12px;font-weight:600}.portal-med-refill--soon{color:var(--abeo-orange)}.portal-insurance-card{background:linear-gradient(135deg,var(--abeo-teal) 0%,var(--abeo-teal-dark) 100%);color:var(--abeo-white);border-radius:var(--abeo-radius);padding:28px;max-width:480px}.portal-insurance-label{font-size:11px;opacity:.7;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px}.portal-insurance-value{font-size:18px;font-weight:700;margin-bottom:16px}.portal-insurance-row{display:flex;gap:32px}.portal-service-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}.portal-service-card{background:var(--abeo-white);border:2px solid var(--abeo-gray-200);border-radius:var(--abeo-radius);padding:16px;cursor:pointer;text-align:center;transition:all var(--abeo-transition)}.portal-service-card:hover{border-color:var(--abeo-teal)}.portal-service-card--selected{border-color:var(--abeo-teal);background:var(--abeo-teal-light)}.portal-service-card-icon{font-size:28px;margin-bottom:8px}.portal-service-card-title{font-weight:700;font-size:14px;color:var(--abeo-charcoal)}.portal-service-card-rate{font-size:18px;font-weight:800;color:var(--abeo-teal);margin-top:4px}.portal-service-card-desc{font-size:11px;color:var(--abeo-gray-500);margin-top:4px;line-height:1.4}.portal-steps{display:flex;align-items:center;gap:0;margin-bottom:32px}.portal-step{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;color:var(--abeo-gray-400)}.portal-step--active{color:var(--abeo-teal)}.portal-step--done{color:var(--abeo-green)}.portal-step-num{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid currentColor;font-size:13px;font-weight:800}.portal-step--active .portal-step-num{background:var(--abeo-teal);color:var(--abeo-white);border-color:var(--abeo-teal)}.portal-step--done .portal-step-num{background:var(--abeo-green);color:var(--abeo-white);border-color:var(--abeo-green)}.portal-step-line{flex:1;height:2px;background:var(--abeo-gray-200);margin:0 12px;min-width:24px}.portal-step-line--done{background:var(--abeo-green)}.portal-summary{background:var(--abeo-gray-100);border-radius:var(--abeo-radius);padding:24px}.portal-summary-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--abeo-gray-200);font-size:14px}.portal-summary-row:last-child{border-bottom:none}.portal-summary-label{font-weight:600;color:var(--abeo-gray-500)}.portal-summary-value{font-weight:700;color:var(--abeo-charcoal)}.portal-success{background:var(--abeo-green-light);border:1px solid var(--abeo-green);border-radius:var(--abeo-radius);padding:20px 24px;display:flex;align-items:center;gap:12px;margin-bottom:24px}.portal-success-icon{font-size:24px}.portal-success-text{font-size:14px;font-weight:600;color:#065f46}.portal-hero-banner{background:linear-gradient(135deg,var(--abeo-teal) 0%,var(--abeo-teal-dark) 100%);color:var(--abeo-white);border-radius:var(--abeo-radius);padding:36px 32px;margin-bottom:24px}.portal-hero-title{font-size:28px;font-weight:800;margin:0 0 8px}.portal-hero-subtitle{font-size:15px;opacity:.85;margin:0}.portal-category-filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.portal-category-btn{padding:6px 16px;border:1px solid var(--abeo-gray-300);border-radius:999px;background:var(--abeo-white);font-size:13px;font-weight:600;font-family:Nunito,sans-serif;color:var(--abeo-gray-600);cursor:pointer;transition:all var(--abeo-transition)}.portal-category-btn:hover{border-color:var(--abeo-teal);color:var(--abeo-teal)}.portal-category-btn--active{background:var(--abeo-teal);color:var(--abeo-white);border-color:var(--abeo-teal)}.portal-resource-card{background:var(--abeo-white);border:1px solid var(--abeo-gray-200);border-radius:var(--abeo-radius);padding:20px;cursor:pointer;transition:all var(--abeo-transition)}.portal-resource-card:hover{box-shadow:var(--abeo-shadow-md);border-color:var(--abeo-teal)}.portal-resource-icon{font-size:32px;margin-bottom:8px}.portal-resource-title{font-weight:700;font-size:15px;color:var(--abeo-charcoal);margin-bottom:4px}.portal-resource-summary{font-size:13px;color:var(--abeo-gray-500);line-height:1.5}.portal-resource-content{margin-top:16px;padding-top:16px;border-top:1px solid var(--abeo-gray-200);font-size:14px;color:var(--abeo-charcoal);line-height:1.7;white-space:pre-line}.portal-cta-card{background:var(--abeo-orange-light);border:2px solid var(--abeo-orange);border-radius:var(--abeo-radius);padding:24px;text-align:center;margin-top:24px}.portal-cta-title{font-size:18px;font-weight:800;color:var(--abeo-charcoal);margin-bottom:8px}.portal-cta-text{font-size:14px;color:var(--abeo-gray-600)}.portal-billing-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:28px}.portal-billing-stat{background:var(--abeo-white);border-radius:var(--abeo-radius);box-shadow:var(--abeo-shadow);padding:20px;text-align:center}.portal-billing-stat-value{font-size:28px;font-weight:800;color:var(--abeo-charcoal)}.portal-billing-stat-label{font-size:13px;color:var(--abeo-gray-500);font-weight:600;margin-top:4px}.portal-invoice-expand{padding:16px;background:var(--abeo-gray-100);border-radius:0 0 var(--abeo-radius) var(--abeo-radius)}.portal-tooltip-wrap{position:relative;display:inline-flex}.portal-tooltip-wrap:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:var(--abeo-charcoal);color:var(--abeo-white);padding:6px 12px;border-radius:var(--abeo-radius-xs);font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s;margin-bottom:6px}.portal-tooltip-wrap:hover:after{opacity:1}.portal-allergy-banner{background:var(--abeo-red-light);border:2px solid var(--abeo-red);border-radius:var(--abeo-radius);padding:12px 20px;margin-bottom:16px;font-weight:800;color:#991b1b;font-size:14px}.portal-empty{text-align:center;padding:48px 24px;color:var(--abeo-gray-400)}.portal-empty-icon{font-size:48px;margin-bottom:12px}.portal-empty-text{font-size:16px;font-weight:600;margin-bottom:16px}.portal-cost{background:var(--abeo-teal-light);border-radius:var(--abeo-radius);padding:16px 20px;display:flex;justify-content:space-between;align-items:center;margin-top:12px}.portal-cost-label{font-weight:600;color:var(--abeo-gray-600);font-size:14px}.portal-cost-value{font-size:24px;font-weight:800;color:var(--abeo-teal)}.portal-hamburger{display:none;position:fixed;top:12px;left:12px;z-index:200;width:40px;height:40px;border:none;background:var(--abeo-white);border-radius:var(--abeo-radius-sm);box-shadow:var(--abeo-shadow-md);cursor:pointer;font-size:20px;align-items:center;justify-content:center}.portal-mobile-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:99}@media (max-width: 768px){.portal-sidebar{transform:translate(-100%)}.portal-sidebar--open{transform:translate(0)}.portal-mobile-overlay--open{display:block}.portal-main{margin-left:0;padding:64px 16px 24px}.portal-hamburger{display:flex}.portal-stats-row{grid-template-columns:repeat(2,1fr)}.portal-grid-2,.portal-grid-3,.portal-grid-4,.portal-service-cards,.portal-billing-summary{grid-template-columns:1fr}.portal-quick-actions{flex-direction:column}.portal-steps{flex-wrap:wrap;gap:8px}.portal-step-line{display:none}.portal-insurance-row{flex-direction:column;gap:16px}.portal-welcome-card{padding:32px 24px}.portal-hero-banner{padding:24px 20px}.portal-hero-title,.portal-page-title{font-size:22px}}@media (max-width: 480px){.portal-stats-row{grid-template-columns:1fr}.portal-tabs{overflow-x:auto}.portal-tab{padding:8px 14px;font-size:12px;white-space:nowrap}}:root{--abeo-teal: #42C2BE;--abeo-teal-dark: #36A19D;--abeo-teal-light: #E8F8F7;--abeo-orange: #FF8A34;--abeo-orange-dark: #E07020;--abeo-orange-light: #FFF3E8;--abeo-charcoal: #374151;--abeo-light: #F9FAFB;--abeo-white: #FFFFFF;--abeo-gray-100: #F3F4F6;--abeo-gray-200: #E5E7EB;--abeo-gray-300: #D1D5DB;--abeo-gray-400: #9CA3AF;--abeo-gray-500: #6B7280;--abeo-gray-600: #4B5563;--abeo-red: #EF4444;--abeo-red-light: #FEF2F2;--abeo-red-dark: #DC2626;--abeo-yellow: #F59E0B;--abeo-yellow-light: #FFFBEB;--abeo-green: #10B981;--abeo-green-light: #ECFDF5;--abeo-blue: #3B82F6;--abeo-blue-light: #EFF6FF;--prov-sidebar-width: 240px;--prov-header-height: 64px;--prov-radius: 10px;--prov-radius-sm: 6px;--prov-shadow: 0 1px 3px rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.04);--prov-shadow-lg: 0 4px 12px rgba(0,0,0,.1);--prov-transition: .2s ease}.prov-portal *,.prov-portal *:before,.prov-portal *:after{box-sizing:border-box}.prov-portal{font-family:Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--abeo-charcoal);background:var(--abeo-light);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}.prov-selector{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--abeo-teal-light) 0%,var(--abeo-light) 50%,var(--abeo-white) 100%)}.prov-selector-title{font-size:1.75rem;font-weight:800;color:var(--abeo-charcoal);margin:0 0 .5rem}.prov-selector-subtitle{font-size:1rem;color:var(--abeo-gray-500);margin:0 0 2rem}.prov-selector-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;max-width:900px;width:100%}.prov-selector-card{background:var(--abeo-white);border:2px solid var(--abeo-gray-200);border-radius:var(--prov-radius);padding:1.25rem;cursor:pointer;transition:border-color var(--prov-transition),box-shadow var(--prov-transition);display:flex;align-items:center;gap:1rem}.prov-selector-card:hover{border-color:var(--abeo-teal);box-shadow:var(--prov-shadow-lg)}.prov-selector-avatar{width:48px;height:48px;border-radius:50%;background:var(--abeo-teal-light);color:var(--abeo-teal-dark);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;flex-shrink:0}.prov-selector-info h3{margin:0;font-size:1rem;font-weight:700}.prov-selector-info p{margin:.25rem 0 0;font-size:.8rem;color:var(--abeo-gray-500)}.prov-layout{display:flex;min-height:100vh}.prov-header{position:fixed;top:0;left:var(--prov-sidebar-width);right:0;height:var(--prov-header-height);background:var(--abeo-white);border-bottom:1px solid var(--abeo-gray-200);display:flex;align-items:center;justify-content:space-between;padding:0 1.5rem;z-index:100}.prov-header-left{display:flex;align-items:center;gap:.75rem}.prov-header-name{font-size:1.05rem;font-weight:700}.prov-header-right{display:flex;align-items:center;gap:1rem}.prov-header-time{font-size:.85rem;color:var(--abeo-gray-500);font-variant-numeric:tabular-nums}.prov-header-logout{font-size:.8rem;color:var(--abeo-gray-400);background:none;border:1px solid var(--abeo-gray-300);border-radius:var(--prov-radius-sm);padding:.35rem .75rem;cursor:pointer;transition:all var(--prov-transition)}.prov-header-logout:hover{color:var(--abeo-red);border-color:var(--abeo-red)}.prov-clock-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .9rem;border-radius:var(--prov-radius-sm);font-size:.82rem;font-weight:700;border:none;cursor:pointer;transition:all var(--prov-transition)}.prov-clock-btn--in{background:var(--abeo-green-light);color:var(--abeo-green)}.prov-clock-btn--in:hover{background:var(--abeo-green);color:var(--abeo-white)}.prov-clock-btn--out{background:var(--abeo-teal);color:var(--abeo-white)}.prov-clock-btn--out:hover{background:var(--abeo-teal-dark)}.prov-sidebar{position:fixed;top:0;left:0;bottom:0;width:var(--prov-sidebar-width);background:var(--abeo-white);border-right:1px solid var(--abeo-gray-200);display:flex;flex-direction:column;z-index:101}.prov-sidebar-logo{height:var(--prov-header-height);display:flex;align-items:center;padding:0 1.25rem;border-bottom:1px solid var(--abeo-gray-200);font-size:1.15rem;font-weight:800;color:var(--abeo-teal);gap:.5rem}.prov-sidebar-logo span{font-size:.7rem;font-weight:600;color:var(--abeo-gray-400);text-transform:uppercase;letter-spacing:.05em}.prov-sidebar-nav{flex:1;padding:.75rem 0;display:flex;flex-direction:column;gap:.15rem}.prov-nav-item{display:flex;align-items:center;gap:.75rem;padding:.65rem 1.25rem;font-size:.88rem;font-weight:600;color:var(--abeo-gray-500);cursor:pointer;transition:all var(--prov-transition);border:none;background:none;width:100%;text-align:left;border-left:3px solid transparent}.prov-nav-item:hover{color:var(--abeo-charcoal);background:var(--abeo-gray-100)}.prov-nav-item--active{color:var(--abeo-teal-dark);background:var(--abeo-teal-light);border-left-color:var(--abeo-teal)}.prov-nav-icon{font-size:1.15rem;width:1.5rem;text-align:center}.prov-nav-badge{margin-left:auto;background:var(--abeo-orange);color:var(--abeo-white);font-size:.68rem;font-weight:800;padding:.1rem .45rem;border-radius:999px;min-width:1.2rem;text-align:center}.prov-content{margin-left:var(--prov-sidebar-width);margin-top:var(--prov-header-height);padding:1.5rem;flex:1;min-height:calc(100vh - var(--prov-header-height))}.prov-role-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.prov-role-badge--companion{background:#ecfdf5;color:#059669}.prov-role-badge--hha,.prov-role-badge--cna{background:#eff6ff;color:#2563eb}.prov-role-badge--lvn{background:#fff3e8;color:#d97706}.prov-role-badge--rn{background:#fef2f2;color:#dc2626}.prov-role-badge--coordinator{background:#f3e8ff;color:#7c3aed}.prov-role-badge--driver{background:#f0f9ff;color:#0284c7}.prov-status-badge{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border-radius:999px;font-size:.7rem;font-weight:700}.prov-status-badge--scheduled{background:var(--abeo-blue-light);color:var(--abeo-blue)}.prov-status-badge--in_progress{background:var(--abeo-teal-light);color:var(--abeo-teal-dark)}.prov-status-badge--completed{background:var(--abeo-green-light);color:var(--abeo-green)}.prov-status-badge--cancelled{background:var(--abeo-gray-100);color:var(--abeo-gray-400)}.prov-status-badge--no_show{background:var(--abeo-red-light);color:var(--abeo-red)}.prov-status-badge--draft{background:var(--abeo-yellow-light);color:var(--abeo-yellow)}.prov-status-badge--submitted,.prov-status-badge--active{background:var(--abeo-green-light);color:var(--abeo-green)}.prov-status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.prov-type-badge{display:inline-flex;padding:.15rem .5rem;border-radius:var(--prov-radius-sm);font-size:.7rem;font-weight:700}.prov-type-badge--care_visit{background:var(--abeo-teal-light);color:var(--abeo-teal-dark)}.prov-type-badge--transport{background:#f0f9ff;color:#0284c7}.prov-type-badge--assessment{background:#f3e8ff;color:#7c3aed}.prov-type-badge--follow_up{background:var(--abeo-yellow-light);color:#b45309}.prov-care-companion{border-left:4px solid var(--abeo-green)!important}.prov-care-personal_care,.prov-care-cna{border-left:4px solid var(--abeo-blue)!important}.prov-care-lvn{border-left:4px solid var(--abeo-orange)!important}.prov-care-badge{display:inline-flex;padding:.2rem .55rem;border-radius:var(--prov-radius-sm);font-size:.7rem;font-weight:700;text-transform:uppercase}.prov-care-badge--companion{background:var(--abeo-green-light);color:#059669}.prov-care-badge--personal_care,.prov-care-badge--cna{background:var(--abeo-blue-light);color:var(--abeo-blue)}.prov-care-badge--lvn{background:var(--abeo-orange-light);color:var(--abeo-orange-dark)}.prov-greeting{font-size:1.5rem;font-weight:800;margin:0 0 1.5rem}.prov-stat-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.prov-stat-card{background:var(--abeo-white);border-radius:var(--prov-radius);padding:1.25rem;box-shadow:var(--prov-shadow)}.prov-stat-card h4{margin:0 0 .25rem;font-size:.78rem;font-weight:600;color:var(--abeo-gray-500);text-transform:uppercase;letter-spacing:.03em}.prov-stat-card .prov-stat-value{font-size:2rem;font-weight:800;color:var(--abeo-charcoal)}.prov-stat-card--teal .prov-stat-value{color:var(--abeo-teal-dark)}.prov-stat-card--orange .prov-stat-value{color:var(--abeo-orange)}.prov-stat-card--green .prov-stat-value{color:var(--abeo-green)}.prov-stat-card--blue .prov-stat-value{color:var(--abeo-blue)}.prov-section-title{font-size:1.1rem;font-weight:800;margin:1.5rem 0 .75rem;display:flex;align-items:center;gap:.5rem}.prov-schedule-list{display:flex;flex-direction:column;gap:.5rem}.prov-schedule-item{background:var(--abeo-white);border-radius:var(--prov-radius);padding:1rem 1.25rem;box-shadow:var(--prov-shadow);display:flex;align-items:center;gap:1rem;transition:all var(--prov-transition)}.prov-schedule-item:hover{box-shadow:var(--prov-shadow-lg)}.prov-schedule-item--current{border:2px solid var(--abeo-teal);background:var(--abeo-teal-light)}.prov-schedule-time{font-size:.85rem;font-weight:700;color:var(--abeo-teal-dark);min-width:90px;font-variant-numeric:tabular-nums}.prov-schedule-info{flex:1;min-width:0}.prov-schedule-patient{font-weight:700;font-size:.95rem;cursor:pointer;color:var(--abeo-charcoal)}.prov-schedule-patient:hover{color:var(--abeo-teal-dark)}.prov-schedule-address{font-size:.78rem;color:var(--abeo-gray-500);margin-top:.15rem}.prov-schedule-actions{display:flex;gap:.5rem;flex-shrink:0}.prov-alert-list{display:flex;flex-direction:column;gap:.5rem}.prov-alert-item{background:var(--abeo-white);border-left:4px solid var(--abeo-red);border-radius:var(--prov-radius);padding:.75rem 1rem;box-shadow:var(--prov-shadow);font-size:.85rem;display:flex;align-items:flex-start;gap:.5rem}.prov-alert-item--warning{border-left-color:var(--abeo-yellow)}.prov-alert-icon{font-size:1rem;flex-shrink:0;line-height:1.4}.prov-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .9rem;border-radius:var(--prov-radius-sm);font-size:.8rem;font-weight:700;font-family:inherit;border:none;cursor:pointer;transition:all var(--prov-transition);white-space:nowrap}.prov-btn--primary{background:var(--abeo-teal);color:var(--abeo-white)}.prov-btn--primary:hover{background:var(--abeo-teal-dark)}.prov-btn--cta{background:var(--abeo-orange);color:var(--abeo-white)}.prov-btn--cta:hover{background:var(--abeo-orange-dark)}.prov-btn--outline{background:transparent;border:1px solid var(--abeo-gray-300);color:var(--abeo-charcoal)}.prov-btn--outline:hover{border-color:var(--abeo-teal);color:var(--abeo-teal-dark)}.prov-btn--danger{background:var(--abeo-red-light);color:var(--abeo-red)}.prov-btn--danger:hover{background:var(--abeo-red);color:var(--abeo-white)}.prov-btn--sm{padding:.3rem .65rem;font-size:.75rem}.prov-btn--lg{padding:.6rem 1.25rem;font-size:.9rem}.prov-btn:disabled{opacity:.5;cursor:not-allowed}.prov-search{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.prov-search-input{flex:1;padding:.6rem 1rem;border:1px solid var(--abeo-gray-300);border-radius:var(--prov-radius);font-family:inherit;font-size:.88rem;outline:none;transition:border-color var(--prov-transition)}.prov-search-input:focus{border-color:var(--abeo-teal)}.prov-sort-select{padding:.6rem .75rem;border:1px solid var(--abeo-gray-300);border-radius:var(--prov-radius);font-family:inherit;font-size:.85rem;background:var(--abeo-white);cursor:pointer;outline:none}.prov-patient-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.prov-patient-card{background:var(--abeo-white);border-radius:var(--prov-radius);padding:1.25rem;box-shadow:var(--prov-shadow);transition:box-shadow var(--prov-transition);border-left:4px solid transparent}.prov-patient-card:hover{box-shadow:var(--prov-shadow-lg)}.prov-patient-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.prov-patient-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;flex-shrink:0;border:2px solid transparent}.prov-patient-avatar--companion{background:var(--abeo-green-light);color:#059669;border-color:var(--abeo-green)}.prov-patient-avatar--personal_care,.prov-patient-avatar--cna{background:var(--abeo-blue-light);color:var(--abeo-blue);border-color:var(--abeo-blue)}.prov-patient-avatar--lvn{background:var(--abeo-orange-light);color:var(--abeo-orange-dark);border-color:var(--abeo-orange)}.prov-patient-name{font-weight:700;font-size:.95rem}.prov-patient-meta{font-size:.78rem;color:var(--abeo-gray-500)}.prov-patient-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin:.5rem 0}.prov-tag{display:inline-flex;padding:.15rem .45rem;border-radius:var(--prov-radius-sm);font-size:.68rem;font-weight:600;background:var(--abeo-gray-100);color:var(--abeo-gray-600)}.prov-allergy-indicator{display:inline-flex;align-items:center;gap:.25rem;padding:.15rem .45rem;border-radius:var(--prov-radius-sm);font-size:.68rem;font-weight:700;background:var(--abeo-red-light);color:var(--abeo-red)}.prov-patient-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--abeo-gray-100)}.prov-patient-last-visit{font-size:.75rem;color:var(--abeo-gray-400)}.prov-detail{display:grid;grid-template-columns:340px 1fr;gap:1.5rem;align-items:start}.prov-detail-sidebar{position:sticky;top:calc(var(--prov-header-height) + 1.5rem)}.prov-detail-card{background:var(--abeo-white);border-radius:var(--prov-radius);padding:1.25rem;box-shadow:var(--prov-shadow);margin-bottom:1rem}.prov-detail-name{font-size:1.35rem;font-weight:800;margin:0 0 .25rem}.prov-detail-demos{font-size:.85rem;color:var(--abeo-gray-500);margin:0 0 .75rem}.prov-allergy-banner{background:var(--abeo-red-light);border:2px solid var(--abeo-red);border-radius:var(--prov-radius);padding:.75rem 1rem;margin-bottom:1rem}.prov-allergy-banner-title{font-size:.82rem;font-weight:800;color:var(--abeo-red-dark);display:flex;align-items:center;gap:.4rem;margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.03em}.prov-allergy-item{font-size:.8rem;color:var(--abeo-red-dark);padding:.2rem 0;display:flex;align-items:baseline;gap:.35rem}.prov-allergy-severity{font-weight:800;text-transform:uppercase;font-size:.65rem;padding:.1rem .35rem;border-radius:3px}.prov-allergy-severity--severe{background:var(--abeo-red);color:var(--abeo-white)}.prov-allergy-severity--moderate{background:var(--abeo-yellow);color:var(--abeo-white)}.prov-allergy-severity--mild{background:var(--abeo-gray-300);color:var(--abeo-charcoal)}.prov-contact-item{padding:.5rem 0;border-bottom:1px solid var(--abeo-gray-100)}.prov-contact-item:last-child{border-bottom:none}.prov-contact-name{font-weight:700;font-size:.85rem}.prov-contact-rel{font-size:.75rem;color:var(--abeo-gray-500)}.prov-contact-phone{font-size:.82rem;color:var(--abeo-teal-dark);text-decoration:none;font-weight:600}.prov-contact-phone:hover{text-decoration:underline}.prov-section-card{background:var(--abeo-white);border-radius:var(--prov-radius);padding:1.25rem;box-shadow:var(--prov-shadow);margin-bottom:1rem}.prov-section-card h3{font-size:.95rem;font-weight:800;margin:0 0 .75rem;display:flex;align-items:center;gap:.4rem}.prov-vitals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.prov-vital-card{background:var(--abeo-gray-100);border-radius:var(--prov-radius-sm);padding:.75rem;text-align:center;border:2px solid transparent}.prov-vital-card--green{border-color:var(--abeo-green);background:var(--abeo-green-light)}.prov-vital-card--yellow{border-color:var(--abeo-yellow);background:var(--abeo-yellow-light)}.prov-vital-card--red{border-color:var(--abeo-red);background:var(--abeo-red-light)}.prov-vital-label{font-size:.68rem;font-weight:700;color:var(--abeo-gray-500);text-transform:uppercase;letter-spacing:.03em;margin-bottom:.25rem}.prov-vital-value{font-size:1.4rem;font-weight:800}.prov-vital-unit{font-size:.7rem;color:var(--abeo-gray-500);font-weight:600}.prov-vital-time{font-size:.65rem;color:var(--abeo-gray-400);margin-top:.25rem}.prov-vitals-form{background:var(--abeo-teal-light);border:2px solid var(--abeo-teal);border-radius:var(--prov-radius);padding:1.25rem;margin-top:.75rem}.prov-vitals-form h4{font-size:.9rem;font-weight:800;color:var(--abeo-teal-dark);margin:0 0 .75rem}.prov-vitals-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.prov-form-group{display:flex;flex-direction:column;gap:.25rem}.prov-form-label{font-size:.72rem;font-weight:700;color:var(--abeo-gray-600);text-transform:uppercase;letter-spacing:.03em}.prov-form-input{padding:.5rem .65rem;border:1px solid var(--abeo-gray-300);border-radius:var(--prov-radius-sm);font-family:inherit;font-size:.88rem;outline:none;transition:border-color var(--prov-transition);background:var(--abeo-white)}.prov-form-input:focus{border-color:var(--abeo-teal)}.prov-form-textarea{padding:.5rem .65rem;border:1px solid var(--abeo-gray-300);border-radius:var(--prov-radius-sm);font-family:inherit;font-size:.85rem;outline:none;resize:vertical;min-height:60px;transition:border-color var(--prov-transition)}.prov-form-textarea:focus{border-color:var(--abeo-teal)}.prov-form-actions{display:flex;gap:.5rem;margin-top:.75rem}.prov-med-list{display:flex;flex-direction:column;gap:.5rem}.prov-med-card{background:var(--abeo-gray-100);border-radius:var(--prov-radius-sm);padding:.75rem 1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.prov-med-name{font-weight:800;font-size:.95rem}.prov-med-details{font-size:.8rem;color:var(--abeo-gray-600);margin-top:.15rem}.prov-med-purpose{font-size:.75rem;color:var(--abeo-gray-500);font-style:italic;margin-top:.15rem}.prov-med-route{display:inline-flex;padding:.1rem .4rem;border-radius:3px;font-size:.65rem;font-weight:700;text-transform:uppercase;background:var(--abeo-teal-light);color:var(--abeo-teal-dark)}.prov-med-refill{font-size:.72rem;font-weight:700;white-space:nowrap}.prov-med-refill--soon{color:var(--abeo-yellow)}.prov-med-refill--overdue{color:var(--abeo-red)}.prov-med-refill--ok{color:var(--abeo-gray-400)}.prov-table-wrap{overflow-x:auto}.prov-table{width:100%;border-collapse:collapse;font-size:.8rem}.prov-table th{padding:.5rem .65rem;text-align:left;font-weight:700;color:var(--abeo-gray-500);text-transform:uppercase;font-size:.68rem;letter-spacing:.03em;border-bottom:2px solid var(--abeo-gray-200);white-space:nowrap}.prov-table td{padding:.5rem .65rem;border-bottom:1px solid var(--abeo-gray-100);font-variant-numeric:tabular-nums}.prov-table tr:hover td{background:var(--abeo-gray-100)}.prov-table-cell--green{color:var(--abeo-green);font-weight:700}.prov-table-cell--yellow{color:#b45309;font-weight:700}.prov-table-cell--red{color:var(--abeo-red);font-weight:700}.prov-table-expand{font-size:.75rem;color:var(--abeo-gray-500);padding:.5rem .65rem;font-style:italic}.prov-task-list{display:flex;flex-direction:column;gap:.35rem}.prov-task-item{display:flex;align-items:center;gap:.65rem;padding:.5rem 0;font-size:.85rem}.prov-task-checkbox{width:18px;height:18px;accent-color:var(--abeo-teal);cursor:pointer;flex-shrink:0}.prov-task-label{flex:1}.prov-task-label--done{text-decoration:line-through;color:var(--abeo-gray-400)}.prov-week-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.prov-week-label{font-size:1rem;font-weight:800;min-width:220px}.prov-week-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.5rem}.prov-day-col{background:var(--abeo-white);border-radius:var(--prov-radius);min-height:200px;box-shadow:var(--prov-shadow);overflow:hidden}.prov-day-header{padding:.5rem .65rem;font-size:.75rem;font-weight:700;text-align:center;text-transform:uppercase;color:var(--abeo-gray-500);border-bottom:1px solid var(--abeo-gray-200)}.prov-day-header--today{background:var(--abeo-teal);color:var(--abeo-white)}.prov-day-date{display:block;font-size:1.1rem;font-weight:800;color:var(--abeo-charcoal)}.prov-day-header--today .prov-day-date{color:var(--abeo-white)}.prov-day-body{padding:.35rem;display:flex;flex-direction:column;gap:.35rem}.prov-day-appt{padding:.45rem .5rem;border-radius:var(--prov-radius-sm);font-size:.72rem;cursor:pointer;transition:all var(--prov-transition);border-left:3px solid transparent}.prov-day-appt:hover{transform:translateY(-1px);box-shadow:var(--prov-shadow)}.prov-day-appt--scheduled{background:var(--abeo-blue-light);border-left-color:var(--abeo-blue)}.prov-day-appt--in_progress{background:var(--abeo-teal-light);border-left-color:var(--abeo-teal)}.prov-day-appt--completed{background:var(--abeo-green-light);border-left-color:var(--abeo-green)}.prov-day-appt--cancelled{background:var(--abeo-gray-100);border-left-color:var(--abeo-gray-400)}.prov-day-appt-time{font-weight:700;font-variant-numeric:tabular-nums}.prov-day-appt-patient{font-weight:600;margin-top:.1rem}.prov-appt-summary{background:var(--abeo-teal-light);border:1px solid var(--abeo-teal);border-radius:var(--prov-radius);padding:.75rem 1rem;margin-top:.5rem;font-size:.78rem}.prov-appt-summary p{margin:.2rem 0}.prov-soap-form{background:var(--abeo-white);border-radius:var(--prov-radius);padding:1.5rem;box-shadow:var(--prov-shadow);margin-bottom:1.5rem}.prov-soap-form h3{font-size:1rem;font-weight:800;margin:0 0 1rem}.prov-soap-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.prov-soap-section{margin-bottom:.75rem}.prov-soap-section label{display:flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:800;margin-bottom:.35rem}.prov-soap-letter{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:var(--abeo-teal);color:var(--abeo-white);font-size:.72rem;font-weight:800}.prov-soap-textarea{width:100%;padding:.65rem .75rem;border:1px solid var(--abeo-gray-300);border-radius:var(--prov-radius-sm);font-family:inherit;font-size:.85rem;outline:none;resize:vertical;min-height:80px;transition:border-color var(--prov-transition)}.prov-soap-textarea:focus{border-color:var(--abeo-teal)}.prov-note-list{display:flex;flex-direction:column;gap:.75rem}.prov-note-card{background:var(--abeo-white);border-radius:var(--prov-radius);padding:1rem 1.25rem;box-shadow:var(--prov-shadow);cursor:pointer;transition:all var(--prov-transition)}.prov-note-card:hover{box-shadow:var(--prov-shadow-lg)}.prov-note-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.prov-note-date{font-weight:700;font-size:.85rem}.prov-note-patient{font-size:.8rem;color:var(--abeo-gray-500)}.prov-note-preview{font-size:.8rem;color:var(--abeo-gray-600);line-height:1.5}.prov-note-preview strong{color:var(--abeo-teal-dark);font-weight:700}.prov-note-full{margin-top:.75rem;padding-top:.75rem;border-top:1px solid var(--abeo-gray-200)}.prov-note-full-section{margin-bottom:.5rem}.prov-note-full-section h4{font-size:.78rem;font-weight:800;color:var(--abeo-teal-dark);margin:0 0 .2rem}.prov-note-full-section p{font-size:.82rem;color:var(--abeo-charcoal);margin:0;white-space:pre-wrap}.prov-back-btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:700;color:var(--abeo-gray-500);background:none;border:none;cursor:pointer;padding:.25rem 0;margin-bottom:1rem;font-family:inherit}.prov-back-btn:hover{color:var(--abeo-teal-dark)}.prov-empty{text-align:center;padding:2.5rem 1rem;color:var(--abeo-gray-400);font-size:.9rem}.prov-empty-icon{font-size:2rem;margin-bottom:.5rem}@media (max-width: 768px){:root{--prov-sidebar-width: 0px}.prov-sidebar{position:fixed;top:auto;bottom:0;left:0;right:0;width:100%;height:60px;flex-direction:row;border-right:none;border-top:1px solid var(--abeo-gray-200);z-index:200}.prov-sidebar-logo{display:none}.prov-sidebar-nav{flex-direction:row;padding:0;justify-content:space-around;align-items:center}.prov-nav-item{flex-direction:column;gap:.15rem;padding:.35rem .5rem;font-size:.6rem;border-left:none;border-top:3px solid transparent}.prov-nav-item--active{border-left-color:transparent;border-top-color:var(--abeo-teal)}.prov-nav-label{display:block}.prov-nav-badge{position:absolute;top:0;right:0;transform:translate(30%,-30%)}.prov-header{left:0}.prov-content{margin-left:0;padding-bottom:80px}.prov-stat-row{grid-template-columns:repeat(2,1fr)}.prov-detail{grid-template-columns:1fr}.prov-detail-sidebar{position:static}.prov-week-grid,.prov-soap-grid,.prov-patient-grid{grid-template-columns:1fr}.prov-vitals-form-grid{grid-template-columns:repeat(2,1fr)}}@media print{.prov-sidebar,.prov-header,.prov-btn,.prov-back-btn,.prov-search,.prov-vitals-form{display:none!important}.prov-content{margin:0;padding:0}.prov-detail{grid-template-columns:1fr}.prov-section-card,.prov-detail-card{box-shadow:none;border:1px solid var(--abeo-gray-300);break-inside:avoid}.prov-allergy-banner{border-width:3px}}.onb-wizard{max-width:900px;margin:0 auto}.onb-progress{display:flex;justify-content:space-between;margin-bottom:1.25rem;position:relative}.onb-progress:before{content:"";position:absolute;top:18px;left:5%;right:5%;height:3px;background:var(--abeo-gray-200);z-index:0}.onb-progress-step{display:flex;flex-direction:column;align-items:center;gap:.35rem;background:none;border:none;cursor:pointer;position:relative;z-index:1;padding:0;font-family:inherit}.onb-progress-num{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;background:var(--abeo-gray-200);color:var(--abeo-gray-500);transition:all var(--prov-transition)}.onb-progress-step--active .onb-progress-num{background:var(--abeo-teal);color:var(--abeo-white);box-shadow:0 0 0 4px #42c2be33}.onb-progress-step--done .onb-progress-num{background:var(--abeo-green);color:var(--abeo-white)}.onb-progress-label{font-size:.7rem;font-weight:700;color:var(--abeo-gray-400);text-align:center;max-width:80px}.onb-progress-step--active .onb-progress-label{color:var(--abeo-teal-dark)}.onb-progress-step--done .onb-progress-label{color:var(--abeo-green)}.onb-completion-bar{position:relative;height:28px;background:var(--abeo-gray-100);border-radius:999px;margin-bottom:1.5rem;overflow:hidden}.onb-completion-fill{position:absolute;top:0;left:0;height:100%;background:linear-gradient(90deg,var(--abeo-teal),var(--abeo-green));border-radius:999px;transition:width .5s ease}.onb-completion-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:.72rem;font-weight:800;color:var(--abeo-charcoal);z-index:1}.onb-step-content{background:var(--abeo-white);border-radius:var(--prov-radius);padding:1.5rem;box-shadow:var(--prov-shadow);margin-bottom:1.25rem}.onb-section-title{font-size:1.15rem;font-weight:800;margin:0 0 .75rem;display:flex;align-items:center;gap:.5rem;color:var(--abeo-charcoal)}.onb-section-desc{font-size:.85rem;color:var(--abeo-gray-500);margin:0 0 1rem;line-height:1.5}.onb-subsection-title{font-size:.92rem;font-weight:700;color:var(--abeo-charcoal);margin:1.25rem 0 .5rem;display:flex;align-items:center;gap:.4rem}.onb-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.onb-field{display:flex;flex-direction:column;gap:.25rem}.onb-field--full{grid-column:1 / -1}.onb-field--checkbox{flex-direction:row;align-items:center;gap:.5rem}.onb-field--checkbox label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;cursor:pointer}.onb-field--checkbox input[type=checkbox]{width:18px;height:18px;accent-color:var(--abeo-teal)}.onb-field label{font-size:.75rem;font-weight:700;color:var(--abeo-gray-600);text-transform:uppercase;letter-spacing:.03em}.onb-field input,.onb-field select{padding:.55rem .7rem;border:1px solid var(--abeo-gray-300);border-radius:var(--prov-radius-sm);font-family:inherit;font-size:.88rem;outline:none;transition:border-color var(--prov-transition);background:var(--abeo-white);color:var(--abeo-charcoal)}.onb-field input:focus,.onb-field select:focus{border-color:var(--abeo-teal);box-shadow:0 0 0 3px #42c2be1f}.onb-required{color:var(--abeo-red);font-weight:800}.onb-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1rem;border-radius:var(--prov-radius-sm);font-size:.82rem;font-weight:700;font-family:inherit;border:none;cursor:pointer;transition:all var(--prov-transition);white-space:nowrap}.onb-btn:disabled{opacity:.5;cursor:not-allowed}.onb-btn--sm{padding:.3rem .65rem;font-size:.75rem}.onb-btn--lg{padding:.65rem 1.35rem;font-size:.9rem}.onb-btn--teal{background:var(--abeo-teal);color:var(--abeo-white)}.onb-btn--teal:hover{background:var(--abeo-teal-dark)}.onb-btn--orange{background:var(--abeo-orange);color:var(--abeo-white)}.onb-btn--orange:hover{background:var(--abeo-orange-dark)}.onb-btn--outline{background:transparent;border:1px solid var(--abeo-gray-300);color:var(--abeo-charcoal)}.onb-btn--outline:hover{border-color:var(--abeo-teal);color:var(--abeo-teal-dark)}.onb-nav-buttons{display:flex;align-items:center;justify-content:space-between}.onb-nav-right{display:flex;gap:.5rem}.onb-actions-bar{margin-bottom:1.5rem}.onb-doc-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.onb-doc-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:var(--abeo-gray-100);border-radius:var(--prov-radius-sm);border-left:4px solid var(--abeo-gray-300);transition:all var(--prov-transition)}.onb-doc-row--uploaded{border-left-color:var(--abeo-yellow);background:var(--abeo-yellow-light)}.onb-doc-row--verified{border-left-color:var(--abeo-green);background:var(--abeo-green-light)}.onb-doc-status-icon{font-size:1.1rem;flex-shrink:0;width:1.5rem;text-align:center}.onb-doc-info{flex:1;min-width:0}.onb-doc-label{font-size:.88rem;font-weight:700;color:var(--abeo-charcoal)}.onb-doc-meta{font-size:.75rem;color:var(--abeo-gray-500);margin-top:.1rem}.onb-doc-actions{display:flex;gap:.35rem;flex-shrink:0}.onb-doc-summary{display:flex;align-items:center;gap:.75rem}.onb-doc-progress-bar{flex:1;height:8px;background:var(--abeo-gray-200);border-radius:999px;overflow:hidden}.onb-doc-progress-fill{height:100%;background:var(--abeo-teal);border-radius:999px;transition:width .4s ease}.onb-doc-progress-text{font-size:.78rem;font-weight:600;color:var(--abeo-gray-500);white-space:nowrap}.onb-chip-group{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.onb-chip{display:inline-flex;align-items:center;padding:.4rem .85rem;border-radius:999px;font-size:.8rem;font-weight:700;font-family:inherit;background:var(--abeo-gray-100);color:var(--abeo-gray-600);border:2px solid var(--abeo-gray-200);cursor:pointer;transition:all var(--prov-transition)}.onb-chip:hover{border-color:var(--abeo-teal);color:var(--abeo-teal-dark)}.onb-chip--active{background:var(--abeo-teal-light);color:var(--abeo-teal-dark);border-color:var(--abeo-teal)}.onb-tag-input{background:var(--abeo-white);border:1px solid var(--abeo-gray-300);border-radius:var(--prov-radius-sm);padding:.5rem;display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin-bottom:1rem;transition:border-color var(--prov-transition)}.onb-tag-input:focus-within{border-color:var(--abeo-teal)}.onb-tag-input input{border:none;outline:none;padding:.25rem .4rem;font-family:inherit;font-size:.85rem;flex:1;min-width:120px;background:transparent}.onb-tags{display:flex;flex-wrap:wrap;gap:.3rem}.onb-tag{display:inline-flex;align-items:center;gap:.3rem;padding:.2rem .55rem;border-radius:999px;font-size:.75rem;font-weight:700;background:var(--abeo-teal-light);color:var(--abeo-teal-dark)}.onb-tag-remove{background:none;border:none;font-size:.9rem;cursor:pointer;color:var(--abeo-teal-dark);padding:0;line-height:1;font-family:inherit}.onb-tag-remove:hover{color:var(--abeo-red)}.onb-review-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1.25rem}.onb-review-card{background:var(--abeo-white);border-radius:var(--prov-radius);padding:1rem 1.25rem;border:2px solid var(--abeo-gray-200);transition:border-color var(--prov-transition)}.onb-review-card--complete{border-color:var(--abeo-green)}.onb-review-card--incomplete{border-color:var(--abeo-yellow)}.onb-review-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.onb-review-card-header h4{margin:0;font-size:.95rem;font-weight:800}.onb-review-card-body{font-size:.82rem;color:var(--abeo-gray-600);line-height:1.6}.onb-review-card-body p{margin:.15rem 0}.onb-review-warning{color:var(--abeo-orange)!important;font-weight:700;font-size:.78rem!important}.onb-submitted-banner{display:flex;align-items:flex-start;gap:.75rem;background:var(--abeo-green-light);border:2px solid var(--abeo-green);border-radius:var(--prov-radius);padding:1rem 1.25rem;margin-top:1rem}.onb-submitted-banner span{font-size:1.5rem;flex-shrink:0}.onb-submitted-banner strong{font-size:1rem;color:var(--abeo-green)}.onb-submitted-banner p{font-size:.82rem;color:var(--abeo-gray-600);margin:.25rem 0 0;line-height:1.5}.onb-records-list{margin-top:1rem}.onb-record-card{display:flex;align-items:center;gap:.75rem;background:var(--abeo-white);border-radius:var(--prov-radius);padding:1rem 1.25rem;box-shadow:var(--prov-shadow);margin-bottom:.5rem;cursor:pointer;transition:all var(--prov-transition)}.onb-record-card:hover{box-shadow:var(--prov-shadow-lg);transform:translateY(-1px)}.onb-record-avatar{width:42px;height:42px;border-radius:50%;background:var(--abeo-teal-light);color:var(--abeo-teal-dark);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;flex-shrink:0}.onb-record-info{flex:1;min-width:0}.onb-record-name{font-weight:700;font-size:.95rem;color:var(--abeo-charcoal)}.onb-record-meta{font-size:.75rem;color:var(--abeo-gray-500);margin-top:.1rem}.onb-status-badge{display:inline-flex;align-items:center;padding:.2rem .6rem;border-radius:999px;font-size:.7rem;font-weight:800;text-transform:capitalize}.onb-status-badge--not_started{background:var(--abeo-gray-100);color:var(--abeo-gray-500)}.onb-status-badge--in_progress{background:var(--abeo-teal-light);color:var(--abeo-teal-dark)}.onb-status-badge--submitted{background:var(--abeo-blue-light);color:var(--abeo-blue)}.onb-status-badge--approved{background:var(--abeo-green-light);color:var(--abeo-green)}.onb-status-badge--rejected{background:var(--abeo-red-light);color:var(--abeo-red)}@media (max-width: 768px){.onb-wizard{max-width:100%}.onb-progress{gap:0}.onb-progress:before{left:10%;right:10%}.onb-progress-label{font-size:.6rem;max-width:60px}.onb-progress-num{width:30px;height:30px;font-size:.72rem}.onb-form-grid,.onb-review-grid{grid-template-columns:1fr}.onb-nav-buttons{flex-direction:column;gap:.5rem}.onb-nav-right{width:100%;justify-content:flex-end}.onb-record-card{flex-wrap:wrap}}.texture-orange-mesh{position:relative}.texture-orange-mesh:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='80' height='92' viewBox='0 0 80 92'><g fill='none' stroke='%23FF8A34' stroke-width='1' stroke-opacity='0.18'><polygon points='20,2 60,2 80,46 60,90 20,90 0,46'/></g></svg>");background-size:80px 92px;opacity:.55;pointer-events:none;z-index:0}.texture-orange-mesh>*{position:relative;z-index:1}.texture-teal-rings{position:relative}.texture-teal-rings:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160' viewBox='0 0 160 160'><g fill='none' stroke='%2342C2BE' stroke-width='1' stroke-opacity='0.15'><circle cx='80' cy='80' r='12'/><circle cx='80' cy='80' r='28'/><circle cx='80' cy='80' r='48'/><circle cx='80' cy='80' r='72'/></g></svg>");background-size:160px 160px;opacity:.55;pointer-events:none;z-index:0}.texture-teal-rings>*{position:relative;z-index:1}.texture-neutral-lines{position:relative}.texture-neutral-lines:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'><g fill='none' stroke='%23374151' stroke-width='1' stroke-opacity='0.04'><line x1='0' y1='40' x2='40' y2='0'/><line x1='30' y1='50' x2='50' y2='30'/></g></svg>");background-size:40px 40px;pointer-events:none;z-index:0}.texture-neutral-lines>*{position:relative;z-index:1}.serif-italic{font-family:Lora,Domine,Georgia,Times New Roman,serif;font-style:italic;font-weight:500;letter-spacing:-.005em}.serif-italic-strong{font-family:Lora,Domine,Georgia,Times New Roman,serif;font-style:italic;font-weight:600;letter-spacing:-.005em}:root{--abeo-teal: #42C2BE;--abeo-orange: #FF8A34;--abeo-charcoal: #374151;--abeo-dark: #1a1a1a;--abeo-white: #FFFFFF;--abeo-light-gray: #F9FAFB;--color-teal: #42C2BE;--color-orange: #FF8A34;--color-dark: #1a1a1a;--color-light: #ffffff}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Nunito,sans-serif;background-color:var(--abeo-white);color:var(--abeo-dark);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--abeo-teal);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;display:block}.abeo-app{display:flex;flex-direction:column;min-height:100vh}.abeo-main{flex:1}.abeo-section{padding:4rem 2rem;max-width:1200px;margin:0 auto}.abeo-section-title{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--abeo-charcoal)}.abeo-section-sub{font-size:1.125rem;color:#6b7280;margin-bottom:2rem}.abeo-btn{display:inline-block;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;border:none;transition:opacity .2s ease}.abeo-btn:hover{opacity:.9;text-decoration:none}.abeo-btn-primary{background-color:var(--abeo-teal);color:var(--abeo-white)}.abeo-btn-cta{background-color:var(--abeo-orange);color:var(--abeo-white)}.abeo-placeholder{padding:4rem 2rem;text-align:center;max-width:800px;margin:0 auto}
