:root,:root[data-theme=traby]{--bg: #2e03c8;--bg-deep: #1d0197;--bg-rgb: 46, 3, 200;--surface: #2f0cd6;--surface-rgb: 47, 12, 214;--surface-soft: #3e16dc;--text: #ffffff;--text-rgb: 255, 255, 255;--text-on-surface: #ffffff;--muted: rgba(255, 255, 255, .78);--muted-soft: rgba(255, 255, 255, .6);--muted-on-surface: rgba(255, 255, 255, .78);--primary: #ff7a00;--primary-strong: #ff6a00;--border: rgba(255, 255, 255, .08);--shadow: 0 24px 60px rgba(8, 0, 57, .34);--radius-xl: 34px;--radius-lg: 24px;--radius-md: 18px;--color-background-primary: #f7f6fb;--fs-h1: clamp(2.5rem, 8vw, 4.5rem);--fs-h2: clamp(2rem, 6vw, 3.2rem);--fs-h3: clamp(1.5rem, 4vw, 2rem);--fs-body: clamp(.95rem, 2vw, 1.1rem);--fs-small: .85rem;--section-gap: clamp(60px, 10vw, 120px)}:root[data-theme=dark]{--bg: #121212;--bg-deep: #0a0a0a;--bg-rgb: 18, 18, 18;--surface: #1e1e1e;--surface-rgb: 30, 30, 30;--surface-soft: #2c2c2c;--text: #ffffff;--text-rgb: 255, 255, 255;--text-on-surface: #ffffff;--muted: rgba(255, 255, 255, .7);--muted-soft: rgba(255, 255, 255, .5);--muted-on-surface: rgba(255, 255, 255, .7);--primary: #9b51e0;--primary-strong: #bb86fc;--border: rgba(255, 255, 255, .1);--shadow: 0 4px 12px rgba(0, 0, 0, .5);--radius-xl: 34px;--radius-lg: 24px;--radius-md: 18px;--color-background-primary: #121212}:root[data-theme=light]{--bg: #f9f9f9;--bg-deep: #ffffff;--bg-rgb: 249, 249, 249;--surface: #1c1c1e;--surface-rgb: 28, 28, 30;--surface-soft: #2c2c2e;--text: #1a1a1a;--text-rgb: 26, 26, 26;--text-on-surface: #ffffff;--muted: #6b6b6b;--muted-soft: #8a8a8a;--muted-on-surface: rgba(255, 255, 255, .7);--primary: #5925dc;--primary-strong: #ff7a00;--border: rgba(0, 0, 0, .08);--shadow: 0 12px 30px rgba(0, 0, 0, .08);--radius-xl: 34px;--radius-lg: 24px;--radius-md: 18px;--color-background-primary: #ffffff}*{box-sizing:border-box}@keyframes slideInDesktop{0%{opacity:0,01;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-page-transition{animation:slideInDesktop .35s cubic-bezier(.2,.8,.2,1) forwards}html{scroll-behavior:smooth;background:#1d0197;color-scheme:dark}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-deep)}::-webkit-scrollbar-thumb{background:rgba(var(--text-rgb),.15);border-radius:10px;border:2px solid var(--bg-deep)}::-webkit-scrollbar-thumb:hover{background:rgba(var(--text-rgb),.25)}.glass{background:rgba(var(--surface-rgb),.6)!important;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1)}.glass-strong{background:rgba(var(--surface-rgb),.8)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15)}@keyframes skeleton-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton{background:linear-gradient(90deg,rgba(var(--surface-rgb),.1) 25%,rgba(var(--surface-rgb),.2) 37%,rgba(var(--surface-rgb),.1) 63%);background-size:200% 100%;animation:skeleton-shimmer 1.4s ease infinite;border-radius:4px;pointer-events:none}body{margin:0;min-height:100vh;color:var(--text);font-family:Nunito,sans-serif;background:radial-gradient(circle at 15% 10%,rgba(122,70,255,.42),transparent 24%),radial-gradient(circle at 80% 20%,rgba(255,122,0,.18),transparent 22%),linear-gradient(180deg,var(--surface-soft) 0%,var(--bg) 46%,var(--bg-deep) 100%);overflow-x:hidden;transition:background .3s ease,color .3s ease}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}input,select,textarea{font-size:max(16px,1em)}button{transition:transform .2s cubic-bezier(.2,.8,.2,1),background-color .2s,box-shadow .2s}button:active{transform:scale(.96)}:focus-visible{outline:2px solid var(--primary);outline-offset:4px;border-radius:inherit}#root{min-height:100vh}.global-swipe-back{min-height:100vh;touch-action:pan-y}.backdrop-shape{position:fixed;border-radius:999px;filter:blur(40px);pointer-events:none;opacity:.4}.backdrop-left{width:320px;height:320px;left:-120px;top:120px;background:#ff7a002e}.backdrop-right{width:360px;height:360px;right:-120px;top:40px;background:#7c5cff38}.logo{width:370px;margin:0 auto 20px;display:block;cursor:pointer}.page-shell{position:relative;width:min(1180px,calc(100% - 28px));margin:0 auto;padding:20px 0 88px}.topbar{position:sticky;top:12px;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 18px;border-radius:999px;background:rgba(var(--surface-rgb),.74);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.12);box-shadow:var(--shadow)}.auth-app-topbar{position:fixed;left:max(8px,env(safe-area-inset-left));right:max(8px,env(safe-area-inset-right));top:12px;z-index:40;width:auto;max-width:1180px;margin-inline:auto}.public-topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center}.public-topbar .brand{justify-self:start}.public-topbar-actions{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:18px;overflow:hidden;transform-origin:top center}.auth-mobile-topbar-nav{display:none;transform-origin:top center}.auth-app-topbar .auth-mobile-topbar-nav{display:none}.mobile-transition-bottom-nav{--mobile-nav-progress: 0}.public-topbar .nav{min-width:0}.public-topbar,.public-topbar-actions,.auth-mobile-topbar-nav,.public-topbar .brand-logo,.public-topbar .nav,.public-topbar-cta{transition:transform .34s ease,opacity .28s ease,padding .34s ease,gap .34s ease,background .28s ease,box-shadow .28s ease,height .34s ease,max-height .34s ease}.public-topbar-cta{min-width:0}.public-topbar-offset{display:block;height:132px}.auth-topbar-offset{display:block;height:96px}.landing-dark-page{width:100vw;margin-top:-20px;margin-bottom:-88px;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);color:#1a1a2e;background-color:#fff;font-family:Nunito,sans-serif;overflow-x:hidden}.landing-dark-container{width:min(100%,1024px);margin:0 auto;padding:0 32px}.landing-dark-hero-shell{position:relative;background-color:#fff;padding-bottom:80px}.landing-dark-final-cta{background:#f7f4ff}.landing-dark-navbar{width:100%;padding:16px max(32px,calc(50vw - 512px));display:flex;align-items:center;justify-content:center;background:#2e03c8;box-shadow:0 4px 20px #2e03c826;position:sticky;top:0;z-index:100}.landing-dark-navbar-inner{width:min(100%,1180px);display:flex;align-items:center;justify-content:space-between;gap:16px}.landing-dark-brand,.landing-dark-footer-brand{border:0;background:transparent;cursor:pointer;transition:transform .2s ease}.landing-dark-brand:hover{transform:scale(1.05)}.landing-dark-brand{display:flex;align-items:center}.landing-dark-logo{height:32px;width:auto;display:block;filter:brightness(0) invert(1)}.landing-dark-navbar-actions,.landing-dark-hero-actions,.landing-dark-footer-links{display:flex;align-items:center;gap:14px}.landing-dark-button,.landing-dark-cta,.landing-dark-footer-links button{border:0;background:transparent;cursor:pointer;transition:all .25s cubic-bezier(.2,.8,.2,1)}.landing-dark-button{min-height:42px;padding:0 18px;border-radius:999px;font-size:14px;font-weight:700}.landing-dark-button.provider{color:#2e03c8;background:#f7f4ff;border:1px solid #e1d4ff}.landing-dark-button.provider:hover{background:#e1d4ff;transform:translateY(-1px)}.landing-dark-button.login{color:#fff;background:#ff7a00;box-shadow:0 4px 12px #ff7a0040}.landing-dark-button.login:hover{background:#f07300;box-shadow:0 6px 16px #ff7a0059;transform:translateY(-1px)}.landing-dark-hero{width:min(100%,960px);margin:0 auto;padding:80px 32px 20px;text-align:center;position:relative;z-index:10}.landing-dark-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border:1px solid rgba(46,3,200,.15);border-radius:999px;color:#2e03c8;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;background:#f7f4ff}.landing-dark-eyebrow i{width:8px;height:8px;border-radius:999px;background:#ff7a00}.landing-dark-hero h1{max-width:680px;margin:28px auto 0;color:#2e03c8;font-size:52px;font-weight:800;line-height:1.1;letter-spacing:-1.2px}.landing-dark-hero h1 em{font-style:normal;color:#ff7a00}.landing-dark-subtitle{max-width:540px;margin:24px auto 0;color:#4a4266;font-size:17px;line-height:1.6;font-weight:500}.landing-dark-search-container{width:100%;max-width:600px;margin:40px auto 0;position:relative;z-index:20}.landing-dark-search-box{display:flex;align-items:center;background:#fff;border:1px solid rgba(46,3,200,.15);border-radius:999px;padding:8px 8px 8px 24px;box-shadow:0 4px 20px #2e03c80d;transition:all .3s ease}.landing-dark-search-box:focus-within{border-color:#2e03c8;box-shadow:0 8px 30px #2e03c826;transform:translateY(-2px)}.landing-dark-search-icon{color:#2e03c8;opacity:.8;margin-right:12px}.landing-dark-search-input{flex:1;border:0;outline:none;background:transparent;font-size:16px;color:#1a1a2e;font-family:inherit;font-weight:500;width:100%;padding:6px 0}.landing-dark-search-input::placeholder{color:#a09bab}.landing-dark-search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border:1px solid rgba(46,3,200,.1);border-radius:16px;box-shadow:0 10px 40px #2e03c81f;overflow:hidden;max-height:300px;overflow-y:auto;z-index:30}.landing-dark-search-item{display:flex;flex-direction:column;padding:14px 20px;cursor:pointer;border:none;border-bottom:1px solid rgba(46,3,200,.05);transition:background .2s;text-align:left;width:100%;background:transparent}.landing-dark-search-item:last-child{border-bottom:none}.landing-dark-search-item:hover,.landing-dark-search-item:focus{background:#f7f4ff;outline:none}.landing-dark-search-title{font-size:15px;font-weight:600;color:#1a1a2e;margin-bottom:2px}.landing-dark-search-subtitle{font-size:13px;color:#615a77}.landing-dark-problem-grid{width:min(100%,780px);margin:56px auto 0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.landing-dark-problem-card{min-height:180px;padding:24px;border-radius:20px;border:1px solid rgba(46,3,200,.3);background:#fff;color:inherit;text-align:left;display:grid;align-content:start;gap:14px;cursor:pointer;transition:all .4s cubic-bezier(.2,.8,.2,1);box-shadow:0 4px 14px #2e03c808}.landing-dark-problem-card:hover{transform:translateY(-8px) scale(1.02);border-color:#2e03c8;box-shadow:0 20px 40px #2e03c81f}.landing-dark-problem-icon,.landing-dark-trust-icon{width:44px;height:44px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#f7f4ff;color:#2e03c8;transition:transform .3s ease,background .3s ease}.landing-dark-problem-card:hover .landing-dark-problem-icon{background:#2e03c8;color:#fff;transform:scale(1.1)}.landing-dark-problem-icon.electric{background:#ba751726;color:#ef9f27}.landing-dark-problem-icon.hydraulic{background:#378add26;color:#85b7eb}.landing-dark-problem-icon.furniture{background:#1d9e7526;color:#5dcaa5}.landing-dark-problem-card:hover .landing-dark-problem-icon.electric{background:#ef9f27;color:#fff}.landing-dark-problem-card:hover .landing-dark-problem-icon.hydraulic{background:#378add;color:#fff}.landing-dark-problem-card:hover .landing-dark-problem-icon.furniture{background:#1d9e75;color:#fff}.landing-dark-problem-card strong{color:#2e03c8;font-size:16px;font-weight:800}.landing-dark-problem-card small{color:#615a77;font-size:13px;line-height:1.5}.landing-dark-hero-actions{justify-content:center;margin-top:48px;flex-wrap:wrap}.landing-dark-cta{min-height:52px;padding:12px 28px;border-radius:999px;font-size:15px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:10px}.landing-dark-cta.primary{background:#ff7a00;color:#fff;box-shadow:0 8px 24px #ff7a0040}.landing-dark-cta.primary:hover{box-shadow:0 12px 32px #ff7a0059;transform:translateY(-2px);background:#f07300}.landing-dark-cta.secondary{border:1.5px solid #2e03c8;color:#2e03c8;background:#fff}.landing-dark-cta.secondary:hover{background:#f7f4ff;border-color:#ff7a00;color:#ff7a00;transform:translateY(-2px);box-shadow:0 8px 24px #2e03c814}.landing-dark-hint{margin:18px 0 0;color:#837a9c;font-size:13px;font-weight:500}.landing-dark-metrics-band{background:#2e03c8}.landing-dark-metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.landing-dark-metric-item{padding:40px 20px;text-align:center;display:grid;gap:8px;position:relative}.landing-dark-metric-item:not(:last-child):after{content:"";position:absolute;top:30px;right:0;bottom:30px;width:1px;background:#ffffff26}.landing-dark-metric-item strong{color:#fff;font-size:28px;font-weight:800}.landing-dark-metric-item span{color:#fffc;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px}.landing-dark-trust-section{background:#fff;padding:80px 0}.landing-dark-section-copy{display:grid;gap:12px;text-align:center}.landing-dark-section-copy p{margin:0;color:#ff7a00;font-size:12px;letter-spacing:1.2px;font-weight:800;text-transform:uppercase}.landing-dark-section-copy h2{margin:0;font-size:36px;font-weight:800;color:#2e03c8;letter-spacing:-.8px}.landing-dark-section-copy span{max-width:540px;margin:0 auto;color:#4a4266;font-size:16px;line-height:1.6;font-weight:500}.landing-dark-trust-grid{margin-top:56px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.landing-dark-trust-card{border:1px solid rgba(46,3,200,.3);border-radius:20px;background:#fcfbfe;padding:32px;display:grid;gap:16px;transition:transform .3s ease}.landing-dark-trust-card:hover{transform:translateY(-4px);background:#fff;box-shadow:0 12px 30px #2e03c80f}.landing-dark-trust-card strong{font-size:18px;font-weight:800;color:#2e03c8}.landing-dark-trust-card p{margin:0;color:#615a77;font-size:15px;line-height:1.6;font-weight:500}.landing-dark-trust-icon.verified{background:#0f6e561f;color:#0f6e56}.landing-dark-trust-icon.reviews{background:#854f0b1f;color:#854f0b}.landing-dark-trust-icon.payment{background:#2e03c81a;color:#2e03c8}.landing-dark-final-cta{padding:80px 0;text-align:center}.landing-dark-final-cta h2{margin:0;color:#2e03c8;font-size:34px;font-weight:800;letter-spacing:-.5px}.landing-dark-final-cta p{margin:16px 0 0;color:#615a77;font-size:16px;font-weight:500}.landing-dark-footer{padding:32px 0 48px;background:#2e03c8;color:#fff}.landing-dark-footer-content{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.landing-dark-footer-brand{display:flex;align-items:center}.landing-dark-footer-logo{height:26px;width:auto;display:block;filter:brightness(0) invert(1)}.landing-dark-footer-links button,.landing-dark-footer-copy{color:#fffc;font-size:13px;font-weight:600;transition:color .2s ease}.landing-dark-footer-links button:hover{color:#ff7a00}@media (max-width: 768px){.landing-dark-hero-shell{padding-bottom:40px}.landing-dark-navbar{padding:12px 16px}.landing-dark-button.provider{display:none}.landing-dark-hero{padding:40px 16px 20px}.landing-dark-hero h1{font-size:34px;line-height:1.15;letter-spacing:-.5px}.landing-dark-subtitle{font-size:15px;margin-top:16px}.landing-dark-search-container{margin:32px auto 0}.landing-dark-search-box{padding:6px 6px 6px 16px}.landing-dark-search-input{font-size:15px}.landing-dark-problem-grid,.landing-dark-trust-grid{grid-template-columns:1fr;gap:16px;margin-top:40px}.landing-dark-metrics-grid{grid-template-columns:repeat(2,1fr)}.landing-dark-metric-item{padding:24px 16px}.landing-dark-metric-item strong{font-size:24px}.landing-dark-metric-item:after{display:none}.landing-dark-metric-item:nth-child(1),.landing-dark-metric-item:nth-child(2){border-bottom:1px solid rgba(255,255,255,.15)}.landing-dark-section-copy h2{font-size:28px}.landing-dark-final-cta h2{font-size:24px}.landing-dark-footer-content,.landing-dark-footer-links{flex-direction:column;text-align:center;gap:20px}}.public-address-page{min-height:100vh;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#1c1a2e;color:#ede4ff}.public-address-shell{width:min(100%,760px);margin:0 auto;padding:16px 32px 40px;display:grid;gap:18px}.public-address-navbar{display:grid;grid-template-columns:32px 1fr 32px;align-items:center}.public-address-navbar img{display:block;margin:0 auto}.public-address-back{width:32px;height:32px;border:0;border-radius:999px;background:#ffffff14;color:#ede4ff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.public-address-problem-section,.public-address-form-card{border-radius:22px;border:.5px solid rgba(109,40,217,.18);background:#ffffff0a;padding:24px}.public-address-copy{display:grid;gap:8px}.public-address-copy .eyebrow{margin:0;color:#7c3aed}.public-address-copy h1,.public-address-copy h2{margin:0;font-size:28px;font-weight:500;line-height:1.15}.public-address-copy span{color:#8b5cf6;font-size:15px;line-height:1.6}.public-address-problem-grid{width:100%;margin-top:22px}.public-address-selected-problem{display:flex;align-items:center;justify-content:space-between;gap:12px}.public-address-selected-pill,.public-address-swap-button{min-height:40px;border-radius:999px}.public-address-selected-pill{display:inline-flex;align-items:center;gap:8px;padding:0 14px;border:1px solid rgba(124,58,237,.45);background:#7c3aed1f;color:#ede4ff}.public-address-swap-button{border:1px solid rgba(109,40,217,.3);background:transparent;color:#8b5cf6;padding:0 16px;cursor:pointer}.public-address-form{margin-top:22px;display:grid;gap:14px}.public-address-form label{display:grid;gap:6px;color:#8b5cf6;font-size:12px}.public-address-form input,.public-address-form select{width:100%;min-height:46px;border-radius:12px;border:.5px solid rgba(109,40,217,.2);background:#ffffff0f;color:#fff;padding:0 14px}.public-address-form select option{color:#1c1a2e}.public-address-gps-button{min-height:46px;width:fit-content;max-width:100%;border:1px solid rgba(109,40,217,.22);border-radius:12px;background:#ffffff0a;color:#ede4ff;padding:0 14px;display:inline-flex;align-items:center;gap:8px;cursor:pointer}.public-address-gps-dot{width:8px;height:8px;border-radius:999px;background:#1d9e75;flex:0 0 auto}.public-address-gps-button b{padding:4px 8px;border-radius:999px;background:#1d9e7524;color:#5dcaa5;font-size:11px;font-weight:700}.public-address-inline-status{margin:0;color:#6d28d9b8;font-size:12px;display:inline-flex;align-items:center;gap:6px}.public-address-inline-status.success{color:#5dcaa5}.public-address-submit{width:100%;min-height:48px;border:0;border-radius:12px;background:#7c3aed;color:#fff;font-weight:600;cursor:pointer}.public-provider-list-page{padding-bottom:calc(40px + env(safe-area-inset-bottom))}.public-provider-list-navbar{margin-bottom:18px}.public-provider-list-brand,.public-provider-list-login{border:0;background:transparent;cursor:pointer}.public-provider-list-brand{display:flex;align-items:center;justify-self:start;padding:0}.public-provider-list-nav-actions{display:inline-flex;align-items:center;justify-self:end;gap:10px}.public-provider-list-login{color:#8b5cf6;font-size:14px;font-weight:500}.public-auth-page{min-height:100vh;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:32px 20px;color:#fff}.public-auth-shell{width:min(100%,430px);margin:0 auto;display:grid;gap:16px}.public-auth-logo{width:140px;display:block;cursor:pointer}.public-brand-logo{width:110px;display:block}.public-auth-branding{display:grid;justify-items:center;gap:6px;text-align:center}.public-auth-branding strong{color:#7c3aed;font-size:24px;font-weight:500}.public-auth-branding span{color:#ffffffa6;font-size:12px}.public-auth-context-card,.public-auth-card{border-radius:16px}.public-auth-context-card{display:grid;grid-template-columns:16px 1fr;gap:10px;padding:14px;background:#8b5cf638;border:1px solid rgba(167,139,250,.4);color:#ffffffd9}.public-auth-context-card strong{display:block;color:#fff;font-size:14px;font-weight:500}.public-auth-context-card p{margin:4px 0 0;color:#ffffffb3;font-size:11px}.public-auth-card{padding:18px;background:#ffffffeb;border:1px solid rgba(109,40,217,.28);box-shadow:0 18px 50px #180a443d;color:#1f173b}.public-auth-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;padding:3px;border-radius:10px;background:#7c3aed14}.public-auth-tabs button,.public-auth-inline-link,.public-auth-switch-copy button{border:0;background:transparent;cursor:pointer}.public-auth-tabs button{min-height:40px;border-radius:8px;color:#1f173b94;font-size:14px}.public-auth-tabs button.active{background:#fff;border:.5px solid rgba(109,40,217,.45);color:#1f173b;font-weight:500}.public-auth-form{margin-top:18px;display:grid;gap:14px}.public-auth-form label{display:grid;gap:6px;color:#1f173bb8;font-size:12px}.public-auth-form input{width:100%;min-height:46px;border-radius:12px;border:.5px solid rgba(109,40,217,.34);background:#fff;color:#1f173b;padding:0 14px}.public-auth-inline-link{justify-self:start;color:#6d28d9;font-size:12px;padding:0}.public-auth-submit{width:100%;min-height:46px;border:0;border-radius:12px;background:#7c3aed;color:#fff;font-weight:600;cursor:pointer}.public-auth-switch-copy,.public-auth-terms{margin:0;text-align:center}.public-auth-switch-copy{color:#1f173ba3;font-size:13px}.public-auth-switch-copy button{color:#6d28d9;font-weight:600;padding:0}.public-auth-terms{color:#1f173b7a;font-size:10px;line-height:1.5}.public-auth-field-error{color:#c14c4c;font-size:11px}.public-auth-placeholder{display:grid;gap:12px}.public-auth-placeholder h1,.public-auth-placeholder p{margin:0}.provider-public-signup-page{min-height:100vh;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);color:#fff;padding:20px}.provider-public-signup-shell{width:min(100%,430px);margin:0 auto;display:grid;gap:14px}.provider-public-signup-navbar{display:grid;grid-template-columns:32px 1fr 32px;align-items:center}.provider-public-signup-navbar strong{text-align:center;color:#7c3aed;font-size:24px;font-weight:500}.provider-public-signup-back{width:32px;height:32px;border:0;border-radius:999px;background:#ffffff1f;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.provider-public-progress{height:8px;border-radius:999px;background:#7c3aed1f;overflow:hidden}.provider-public-progress span{display:block;height:100%;border-radius:inherit;background:#7c3aed}.provider-public-progress span.complete{background:#1d9e75}.provider-public-progress-labels{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;color:#ffffff8c;font-size:11px}.provider-public-step-card{border-radius:18px;border:1px solid rgba(109,40,217,.24);background:#ffffffeb;box-shadow:0 18px 40px #15084314;padding:18px;color:#1f173b}.provider-public-step-card.success{display:grid;gap:14px}.provider-public-step-copy{display:grid;gap:8px}.provider-public-step-copy .eyebrow{margin:0;color:#7c3aed}.provider-public-step-copy h1{margin:0;font-size:28px;font-weight:500;line-height:1.1}.provider-public-step-copy span{color:#1f173b9e;font-size:14px;line-height:1.5}.provider-public-form{margin-top:18px;display:grid;gap:14px}.provider-public-form label{display:grid;gap:6px;color:#1f173bb8;font-size:12px}.provider-public-form input,.provider-public-form select,.provider-public-form textarea{width:100%;border-radius:12px;border:.5px solid rgba(109,40,217,.34);background:#fff;color:#1f173b;padding:12px 14px}.provider-public-form textarea{resize:vertical}.provider-public-field-hint,.provider-public-hint,.provider-public-terms{color:#1f173b7a;font-size:10px;line-height:1.5}.provider-public-terms,.provider-public-hint{margin:0;text-align:center}.provider-public-field-hint{margin:0}.provider-public-field-error{color:#c14c4c;font-size:11px}.provider-public-primary-button,.provider-public-secondary-button,.provider-public-remove-specialty{border:0;cursor:pointer}.provider-public-primary-button,.provider-public-secondary-button{width:100%;min-height:46px;border-radius:12px;font-weight:600}.provider-public-primary-button{background:#7c3aed;color:#fff}.provider-public-primary-button.success{background:#1d9e75}.provider-public-secondary-button{background:transparent;color:#6d28d9;border:1px solid rgba(109,40,217,.42)}.provider-public-specialty-row{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center}.provider-public-remove-specialty{width:40px;height:40px;border-radius:12px;background:#7c3aed14;color:#6d28d9;display:inline-flex;align-items:center;justify-content:center}.provider-public-complete{display:grid;justify-items:center;gap:12px;text-align:center}.provider-public-complete-badge{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 14px;border-radius:999px;background:#ede4ff;border:1px solid #8B5CF6;color:#6d28d9;font-size:12px;font-weight:600}.provider-public-complete-badge b{width:7px;height:7px;border-radius:999px;background:#7c3aed}.provider-public-complete-avatar{width:72px;height:72px;border-radius:999px;background:#ede4ff;color:#6d28d9;display:inline-flex;align-items:center;justify-content:center;font-size:22px;font-weight:700}.provider-public-complete strong{font-size:20px;font-weight:500}.provider-public-complete p,.provider-public-alert-card p{margin:0;color:#1f173bad;font-size:13px;line-height:1.6}.provider-public-alert-card{display:grid;grid-template-columns:18px 1fr;gap:10px;padding:14px;border-radius:14px;background:#faeeda;color:#854f0b}.provider-public-alert-card strong{display:block;margin-bottom:4px}.provider-public-next-steps{display:grid;gap:10px}.provider-public-next-steps article{display:flex;align-items:center;gap:10px;color:#1f173b;font-size:14px}.provider-public-next-steps article i{width:16px;height:16px;border-radius:999px;border:1.5px solid rgba(31,23,59,.22);display:inline-block}@media (max-width: 767px){.landing-dark-container,.landing-dark-navbar,.landing-dark-hero{padding-left:20px;padding-right:20px}.landing-dark-hero{padding-top:48px;padding-bottom:44px}.landing-dark-hero h1{font-size:34px}.landing-dark-trust-grid,.landing-dark-metrics-grid{grid-template-columns:1fr}.landing-dark-problem-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;width:auto;margin:32px -20px 0;padding:0 20px 12px;gap:12px;grid-template-columns:none;-ms-overflow-style:none;scrollbar-width:none}.landing-dark-problem-grid::-webkit-scrollbar{display:none}.landing-dark-problem-card{flex:0 0 100px;scroll-snap-align:center;min-height:unset;height:auto;padding:8px;justify-content:flex-start;align-items:center;text-align:center;display:flex;flex-direction:column;gap:8px;background:transparent;border:none;box-shadow:none}.landing-dark-problem-card small{display:none}.landing-dark-problem-card strong{font-size:13px;line-height:1.2}.landing-dark-metric-item:not(:last-child):after{top:auto;left:20px;right:20px;bottom:0;width:auto;height:1px}.landing-dark-footer-content,.landing-dark-footer-links{flex-direction:column;align-items:flex-start}.public-address-shell{padding-left:20px;padding-right:20px}.public-address-copy h1,.public-address-copy h2{font-size:24px}.public-address-selected-problem{flex-direction:column;align-items:stretch}.public-address-gps-button{width:100%;justify-content:center}.public-provider-list-brand{font-size:18px}.provider-public-progress-labels{grid-template-columns:repeat(2,minmax(0,1fr))}}.client-home-mvp{min-height:100vh;padding:0 0 calc(92px + env(safe-area-inset-bottom))}.client-home-mobile-shell{width:min(100%,430px);margin:0 auto;padding:18px 18px 24px}.client-home-navbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:28px}.client-home-brand{color:#7c3aed;font-size:18px;font-weight:500;line-height:1;display:inline-flex;align-items:center}.client-home-brand-button,.provider-home-brand-button{border:0;background:transparent;padding:0;cursor:pointer}.client-home-brand-image,.provider-home-brand-image{display:block;height:24px;width:auto}.client-home-navbar-actions{display:flex;align-items:center;gap:10px}.client-home-location{display:inline-flex;align-items:center;gap:6px;color:#ffffffd1;font-size:12px;font-weight:500;white-space:nowrap}.client-home-location-icon{width:16px;height:16px;color:var(--muted)}.client-home-avatar{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ede4ff;color:#6d28d9;font-size:12px;font-weight:700;letter-spacing:.04em;border:0;cursor:pointer}.client-home-greeting{margin-bottom:26px}.client-home-greeting p{margin:0 0 6px;color:var(--muted);font-size:15px}.client-home-greeting h1{margin:0;font-size:clamp(28px,7vw,34px);line-height:1.05;font-weight:500}.client-home-search-container{width:100%;margin-bottom:26px;position:relative;z-index:10}.client-home-search-box{display:flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:9999px;padding:8px 16px 8px 18px;box-shadow:0 4px 12px #0000000d;transition:all .3s ease}.client-home-search-box:focus-within{border-color:var(--primary);box-shadow:0 4px 16px #00000014,0 0 0 1px var(--primary)}.client-home-search-icon{color:var(--primary);margin-right:12px}.client-home-search-input{flex:1;background:transparent;border:none;color:var(--text-on-surface);font-size:15px;outline:none;padding:6px 0}.client-home-search-input::placeholder{color:var(--muted)}.client-home-search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 10px 30px #0000001a;overflow:hidden;max-height:250px;overflow-y:auto;z-index:20}.client-home-search-item{display:flex;flex-direction:column;padding:12px 18px;cursor:pointer;border:none;border-bottom:1px solid var(--border);transition:background .2s;text-align:left;width:100%;background:transparent}.client-home-search-item:last-child{border-bottom:none}.client-home-search-item:hover,.client-home-search-item:focus{background:var(--surface-soft);outline:none}.client-home-search-title{font-size:14px;font-weight:500;color:var(--text-on-surface);margin-bottom:2px}.client-home-search-subtitle{font-size:12px;color:var(--muted-on-surface)}.client-home-section{margin-bottom:22px}.client-home-section-label{margin:0 0 10px;color:var(--muted);font-size:12px;font-weight:500;letter-spacing:.02em}.client-home-problems{display:grid;gap:10px}.client-home-problem-card{width:100%;border:.5px solid var(--border);border-radius:12px;padding:13px 14px;background:var(--surface);color:var(--text-on-surface);display:grid;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:12px;text-align:left;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.client-home-problem-card:hover{transform:translateY(-1px);border-color:var(--primary);background:var(--surface-soft)}.client-home-problem-icon{width:38px;height:38px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center}.client-home-problem-icon-svg{width:20px;height:20px}.client-home-problem-copy{min-width:0;display:grid;gap:2px}.client-home-problem-copy strong{font-size:14px;font-weight:500;line-height:1.2}.client-home-problem-copy small{color:var(--muted-on-surface);font-size:12px;line-height:1.3}.client-home-arrow{width:18px;height:18px;color:var(--muted-on-surface)}.client-home-divider{display:grid;grid-template-columns:1fr auto 1fr;gap:10px;align-items:center;margin:18px 0 16px}.client-home-divider span{height:1px;background:var(--border)}.client-home-divider p{margin:0;color:var(--muted);font-size:12px;font-weight:500}.client-home-urgency-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:18px}.client-home-urgency-card{border:1px solid transparent;border-radius:16px;padding:14px;text-align:left;cursor:pointer;display:grid;gap:8px;min-height:132px;transition:transform .18s ease,border-color .18s ease,background .18s ease}.client-home-urgency-card:hover{transform:translateY(-1px)}.client-home-urgency-card strong{font-size:13px;font-weight:500}.client-home-urgency-card small{font-size:11px;line-height:1.35}.client-home-urgency-card-primary{background:var(--primary);color:#fff}.client-home-urgency-card-primary small{color:#fffc}.client-home-urgency-card-secondary{background:var(--surface);border:1px solid var(--border);color:var(--text-on-surface)}.client-home-urgency-card-secondary small{color:var(--muted-on-surface)}.client-home-urgency-tag{color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.08em}.client-home-urgency-tag-secondary{color:var(--muted-soft)}.client-home-trust-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.client-home-trust-pill{min-width:0;padding:10px 8px;border-radius:8px;background:#ffffff14;color:#ffffffad;font-size:11px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:6px;text-align:center}.client-home-trust-pill b{width:6px;height:6px;border-radius:999px;flex:0 0 auto}.client-home-bottom-nav{position:fixed;left:max(12px,env(safe-area-inset-left));right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));width:min(100% - 24px,430px);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;border:1px solid rgba(255,255,255,.08);border-radius:20px;background:#1f0780e0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 20px 50px #08003947;z-index:45}.client-home-bottom-item{border:0;border-radius:14px;padding:10px 8px;background:transparent;color:#ffffff94;display:grid;justify-items:center;gap:4px;font-size:11px;font-weight:600;cursor:pointer}.client-home-bottom-item.active{color:#7c3aed;background:#eeedfe1a}.client-home-bottom-icon{width:18px;height:18px}.client-orders-page,.new-order-page{min-height:100vh;padding:0 0 calc(112px + env(safe-area-inset-bottom))}.client-orders-shell,.new-order-shell{width:min(100%,430px);margin:0 auto;padding:16px 18px 28px}.client-orders-navbar,.new-order-navbar{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:18px}.client-orders-navbar h1,.new-order-navbar h1{margin:0;text-align:center;font-size:17px;font-weight:500}.client-orders-back,.new-order-back{width:32px;height:32px;border:0;border-radius:999px;background:#ffffff14;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.client-orders-back-placeholder,.new-order-back-placeholder{width:32px;height:32px}.client-orders-back-icon,.new-order-back-icon{width:18px;height:18px}.client-orders-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px;border-bottom:1px solid rgba(255,255,255,.1)}.client-orders-tab{border:0;background:transparent;color:#ffffff9e;padding:0 0 12px;font-size:14px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;gap:6px;border-bottom:2px solid transparent;cursor:pointer}.client-orders-tab.active{color:#7c3aed;border-bottom-color:#7c3aed}.client-orders-loading{min-height:240px;display:grid;place-items:center}.client-orders-spinner{width:28px;height:28px;border-radius:999px;border:3px solid rgba(255,255,255,.12);border-top-color:#7c3aed;animation:client-orders-spin .9s linear infinite}.client-orders-groups{display:grid;gap:18px}.client-orders-group-label{margin:0 0 10px;color:#ffffff9e;font-size:12px;font-weight:500}.client-orders-list,.new-order-provider-list{display:grid;gap:10px}.client-order-summary-card,.new-order-provider-card{width:100%;border:.5px solid rgba(255,255,255,.14);border-radius:16px;background:#ffffff0a;padding:14px;color:inherit;text-align:left;cursor:pointer}.client-order-summary-top,.client-order-summary-footer,.new-order-provider-card{display:flex;align-items:center;justify-content:space-between;gap:12px}.client-order-summary-badge{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:600;white-space:nowrap}.client-order-summary-meta{margin:10px 0 14px;color:#ffffffa8;font-size:12px}.client-order-summary-provider{display:flex;align-items:center;gap:10px;min-width:0}.client-order-summary-avatar{width:34px;height:34px;border-radius:999px;background:#ede4ff;color:#6d28d9;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex:0 0 auto}.client-order-summary-provider-copy{display:grid;gap:2px}.client-order-summary-provider-copy strong,.client-order-summary-price{font-size:13px}.client-order-summary-provider-copy small,.client-order-summary-pending-provider{color:#ffffffa8;font-size:12px}.client-orders-empty-state{min-height:280px;display:grid;align-content:center;justify-items:center;gap:12px;color:#ffffffa8;text-align:center}.client-orders-empty-icon{width:36px;height:36px}.client-orders-new-button{position:fixed;left:max(18px,env(safe-area-inset-left));right:max(18px,env(safe-area-inset-right));bottom:calc(84px + env(safe-area-inset-bottom));width:min(100% - 36px,394px);margin:0 auto;height:48px;border:0;border-radius:12px;background:#7c3aed;color:#fff;font-size:14px;font-weight:600;cursor:pointer;z-index:30}.new-order-progress{height:6px;border-radius:999px;background:#ffffff14;overflow:hidden;margin-bottom:12px}.new-order-progress span{display:block;height:100%;border-radius:inherit;background:#7c3aed;transition:width .3s ease-in-out}.new-order-steps{display:flex;gap:12px;margin-bottom:20px;overflow-x:auto}.new-order-steps span{color:#ffffff8f;font-size:12px;white-space:nowrap}.new-order-steps span.active{color:#7c3aed;font-weight:600}.new-order-section{margin-bottom:22px}.new-order-section h2{margin:0 0 12px;font-size:16px}.new-order-address-card,.new-order-summary-card{border:.5px solid rgba(255,255,255,.14);border-radius:16px;background:#ffffff0a;padding:14px}.new-order-saved-address,.new-order-address-option{width:100%;border:0;background:transparent;color:inherit;padding:0;cursor:pointer}.new-order-saved-address{display:grid;grid-template-columns:40px 1fr;gap:12px;text-align:left;border-radius:14px;padding:12px}.new-order-saved-address.selected{background:#ede4ff;outline:1px solid #7C3AED;color:#271f82}.new-order-saved-address.selected .new-order-saved-address-copy small{color:#271f8299}.new-order-icon-surface{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#ede4ff;color:#6d28d9}.new-order-icon,.new-order-option-icon{width:18px;height:18px}.new-order-saved-address-copy{display:grid;gap:4px}.new-order-saved-address-copy small,.new-order-hint,.new-order-gps-error,.new-order-gps-success{color:#ffffffa8;font-size:12px}.new-order-address-option{display:flex;padding:14px 0 0;margin-top:12px;border-top:1px solid rgba(255,255,255,.08)}.new-order-address-option-copy{display:inline-flex;align-items:center;gap:10px}.new-order-manual-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.new-order-manual-grid-full{grid-column:1 / -1}.new-order-manual-grid label,.new-order-section label{display:grid;gap:6px;font-size:12px;color:#ffffffbd}.new-order-manual-grid input,.new-order-manual-grid select,.new-order-textarea{width:100%;border:.5px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff0f;color:#fff;padding:12px 14px}.new-order-textarea{min-height:116px;resize:vertical}.new-order-gps-button{width:100%;border:.5px solid rgba(255,255,255,.14);border-radius:14px;background:#ffffff0a;color:#fff;padding:14px;display:flex;align-items:center;gap:8px;cursor:pointer;margin-top:12px}.new-order-gps-button b{margin-left:auto;color:#ffffff8f;font-size:11px}.new-order-gps-dot{width:8px;height:8px;border-radius:999px;background:#1d9e75}.new-order-urgency-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.new-order-urgency-card{display:flex;flex-direction:column;align-items:flex-start;gap:6px;padding:16px 14px 14px;min-height:128px;border:1.5px solid rgba(255,255,255,.1);border-radius:18px;background:#ffffff0d;color:#ffffffb3;cursor:pointer;position:relative;overflow:hidden;transition:border-color .18s,background .18s,box-shadow .18s;text-align:left}.new-order-urgency-card:hover{border-color:#ffffff38;background:#ffffff14}.new-order-urgency-card strong{font-size:14px;font-weight:700;color:#fff;display:block}.new-order-urgency-card small{font-size:11px;color:#ffffff80;line-height:1.4;display:block}.urgency-card-icon-wrap{width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:4px;flex-shrink:0}.urgency-card-icon-wrap.urgent{background:#f9731626;color:#f97316}.urgency-card-icon-wrap.schedule{background:#8b5cf626;color:#a78bfa}.urgency-card-svg{width:18px;height:18px}.urgency-card-tag{margin-top:auto;font-size:10px;font-weight:700;letter-spacing:.04em;padding:2px 7px;border-radius:20px;color:#f97316;background:#f973161f;border:1px solid rgba(249,115,22,.25)}.urgency-card-tag.schedule{color:#a78bfa;background:#8b5cf61a;border-color:#8b5cf633}.new-order-urgency-card.urgent.selected{border-color:#f97316;background:#f973161a;box-shadow:0 0 0 1px #f973164d,0 4px 20px #f9731626}.new-order-urgency-card.urgent.selected .urgency-card-icon-wrap.urgent{background:#f9731640}.new-order-urgency-card.urgent.selected strong{color:#fed7aa}.new-order-urgency-card.selected:not(.urgent){border-color:#8b5cf6;background:#8b5cf61a;box-shadow:0 0 0 1px #8b5cf64d,0 4px 20px #8b5cf61f}.new-order-urgency-card.selected:not(.urgent) .urgency-card-icon-wrap.schedule{background:#8b5cf640}.new-order-primary-button,.new-order-secondary-button{width:100%;height:48px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer}.new-order-primary-button{border:0;background:#7c3aed;color:#fff}.new-order-secondary-button{margin-top:10px;border:.5px solid rgba(255,255,255,.18);background:transparent;color:#ffffffa8}.field-error{display:block;margin-top:6px;color:#ffb3b3;font-size:12px}.new-order-summary-card{display:grid;gap:0}.new-order-summary-card>div{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:.5px solid rgba(255,255,255,.12)}.new-order-summary-card>div:last-child{border-bottom:0}.new-order-summary-card span{color:#ffffff9e;font-size:12px}.new-order-summary-card strong{text-align:right;font-size:13px}.new-order-summary-card .accent{color:#7c3aed}.new-order-payment-banner{margin-top:14px;border-radius:14px;background:#e1f5ee;color:#0f6e56;padding:14px}.new-order-payment-banner strong,.new-order-payment-banner p{margin:0}.new-order-payment-banner p{margin-top:6px;font-size:12px}.new-order-simple-header{margin-bottom:18px}.new-order-simple-header h1,.new-order-simple-header p,.new-order-provider-card p,.order-submit-error{margin:0}@keyframes client-orders-spin{to{transform:rotate(360deg)}}.client-order-detail-page{min-height:100vh;padding:0 0 36px}.client-order-detail-shell{width:min(100%,430px);margin:0 auto;padding:16px 18px 28px}.client-order-detail-navbar{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:16px}.client-order-detail-navbar h1{margin:0;text-align:center;font-size:17px;font-weight:500}.client-order-detail-pill{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:600;margin-bottom:12px}.client-order-status-card,.client-order-provider-card,.client-order-info-card,.client-order-progress-block,.client-order-review-block,.client-order-cancel-confirm{border-radius:16px;padding:16px;margin-bottom:14px}.client-order-status-card,.client-order-provider-card,.client-order-info-card,.client-order-progress-block,.client-order-review-block,.client-order-cancel-confirm,.client-order-description-block{background:#ffffff0d;border:.5px solid rgba(255,255,255,.12)}.client-order-status-card,.client-order-provider-card{display:flex;gap:12px;align-items:center}.client-order-status-icon,.client-order-provider-avatar{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.client-order-status-icon{background:#ffffff47}.client-order-status-icon svg,.client-order-provider-avatar-icon{width:20px;height:20px}.client-order-status-card strong,.client-order-provider-copy strong,.client-order-progress-block h2,.client-order-review-block p{display:block;margin:0}.client-order-status-card p,.client-order-provider-copy small{margin:4px 0 0}.client-order-provider-avatar{background:#ede4ff;color:#6d28d9;font-size:13px;font-weight:700}.client-order-provider-avatar.placeholder{background:#ffffff14;color:#ffffffb8}.client-order-provider-copy{min-width:0;flex:1 1 auto}.client-order-provider-copy small{color:#ffffffa8;font-size:12px}.client-order-verified-dot{display:inline-block;width:8px;height:8px;border-radius:999px;margin-left:8px;background:#1d9e75}.client-order-call-button,.client-order-repeat-button{border:.5px solid rgba(255,255,255,.14);border-radius:12px;background:transparent;color:#fff;padding:11px 14px;cursor:pointer}.client-order-info-card>div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:.5px solid rgba(255,255,255,.12)}.client-order-info-card>div:last-child{border-bottom:0}.client-order-info-card span{color:#ffffff9e;font-size:12px}.client-order-info-card strong{max-width:58%;text-align:right}.client-order-info-card .accent{color:#6d28d9}.client-order-description-block{border-radius:16px;padding:16px;margin-bottom:14px}.client-order-description-block p{margin:0 0 8px;color:#ffffff9e;font-size:12px}.client-order-description-block span{color:#ffffffd1}.client-order-progress-block h2{font-size:15px;margin-bottom:14px}.client-order-timeline{display:grid;gap:12px}.client-order-timeline-step{display:grid;grid-template-columns:18px 1fr;gap:12px}.client-order-timeline-dot{width:18px;height:18px;margin-top:2px;border-radius:999px;border:2px solid rgba(255,255,255,.24);background:transparent}.client-order-timeline-step.done .client-order-timeline-dot{background:#1d9e75;border-color:#1d9e75}.client-order-timeline-step.active .client-order-timeline-dot{background:#7c3aed;border-color:#7c3aed}.client-order-timeline-step strong{display:block;color:#ffffff9e;font-size:14px}.client-order-timeline-step.done strong{color:#fff;font-weight:500}.client-order-timeline-step.active strong{color:#6d28d9;font-weight:500}.client-order-timeline-step small{display:block;margin-top:4px;color:#ffffff94;font-size:12px}.client-order-cancel-button{width:100%;height:46px;border-radius:12px;border:.5px solid #d46b6b;background:transparent;color:#f49a9a;cursor:pointer}.client-order-cancel-confirm p{margin:0 0 12px}.client-order-cancel-confirm div{display:flex;gap:10px}.client-order-cancel-confirm button{flex:1 1 0;height:42px;border-radius:10px;border:0;background:#ffffff14;color:#fff;cursor:pointer}.client-order-cancel-confirm .danger{background:#c14f4f}.client-order-review-stars{display:flex;gap:8px;margin:14px 0}.client-order-review-star{width:38px;height:38px;border-radius:12px;border:.5px solid rgba(255,255,255,.14);background:#ffffff14;color:#ffffffb8;font-size:18px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.client-order-review-star.active{background:#faeeda;border-color:#ba7517;color:#ba7517}.client-order-review-stars.readonly .client-order-review-star{cursor:default}.client-order-repeat-button{width:100%;margin-top:12px}.client-profile-page{min-height:100vh;padding:0 0 calc(98px + env(safe-area-inset-bottom))}.client-profile-shell{width:min(100%,430px);margin:0 auto;padding:16px 18px 26px}.client-profile-navbar{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:18px}.client-profile-navbar h1{margin:0;text-align:center;font-size:17px;font-weight:500}.client-profile-menu-button{width:32px;height:32px;border:0;border-radius:999px;background:#ffffff14;color:#fff;display:inline-flex;align-items:center;justify-content:center}.client-profile-menu-icon{width:18px;height:18px}.client-profile-hero-card,.client-profile-section-card,.client-profile-stat-card{background:#ffffff0f;border:.5px solid rgba(255,255,255,.12)}.client-profile-hero-card{border-radius:18px;padding:16px;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;margin-bottom:14px}.client-profile-avatar-large{width:54px;height:54px;border-radius:999px;background:#ede4ff;color:#6d28d9;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex:0 0 54px}.client-profile-avatar-photo{object-fit:cover;background:transparent}.client-profile-hero-copy{display:grid;gap:4px}.client-profile-hero-copy strong{font-size:16px;font-weight:500}.client-profile-hero-copy small{color:#ffffff9e;font-size:12px}.client-profile-edit-chip{border:0;background:transparent;color:#7c3aed;font-size:13px;font-weight:600;cursor:pointer}.client-profile-stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.client-profile-stat-card{border-radius:16px;padding:14px 10px;text-align:center}.client-profile-stat-card strong{display:block;font-size:18px;font-weight:500}.client-profile-stat-card span{display:block;margin-top:6px;color:#ffffff9e;font-size:11px}.client-profile-section-card{border-radius:18px;padding:16px;margin-bottom:14px}.client-profile-section-card h2{margin:0 0 14px;font-size:15px}.client-profile-info-row,.client-profile-menu-row{width:100%;padding:14px 0;display:flex;align-items:center;gap:12px;color:inherit;background:transparent;border:0;border-top:.5px solid rgba(255,255,255,.1);text-align:left}.client-profile-section-card>:nth-child(2).client-profile-info-row,.client-profile-section-card>:nth-child(2).client-profile-menu-row{border-top:0;padding-top:0}.client-profile-info-row span{display:grid;gap:4px;min-width:0;flex:1 1 auto}.client-profile-info-row small{color:#ffffff9e;font-size:12px}.client-profile-info-row strong{font-size:14px;font-weight:500}.client-profile-info-row strong.muted{color:#ffffff8a}.client-profile-chevron{width:18px;height:18px;color:#ffffff70;flex:0 0 auto}.client-profile-inline-editor{display:grid;gap:12px;padding-top:4px}.client-profile-inline-editor label,.client-profile-address-grid label{display:grid;gap:6px;font-size:12px;color:#ffffffa8}.client-profile-inline-editor input,.client-profile-address-grid input,.client-profile-address-grid select{width:100%;border:.5px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff0f;color:#fff;padding:12px 14px}.client-profile-inline-actions{display:flex;gap:10px}.new-order-primary-button.small,.client-profile-ghost-button{height:42px;padding:0 16px;width:auto}.client-profile-ghost-button{border-radius:12px;border:.5px solid rgba(255,255,255,.14);background:transparent;color:#ffffffb8;cursor:pointer}.client-profile-address-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.client-profile-grid-full{grid-column:1 / -1}.client-profile-menu-icon-surface{width:38px;height:38px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.client-profile-menu-icon-surface svg{width:18px;height:18px}.client-profile-menu-icon-surface.purple{background:#ede4ff;color:#6d28d9}.client-profile-menu-icon-surface.green{background:#e1f5ee;color:#0f6e56}.client-profile-menu-icon-surface.neutral{background:#f1efe8;color:#5f5e5a}.client-profile-menu-copy{flex:1 1 auto;font-size:14px;font-weight:500}.client-profile-feedback{color:#ffffffb8;font-size:12px;margin:0 0 14px}.client-profile-logout{width:100%;border:0;background:transparent;color:#a32d2d;font-size:14px;font-weight:600;text-align:center;padding:8px 0;cursor:pointer}.acct-settings-page{padding-bottom:calc(80px + env(safe-area-inset-bottom))}.acct-settings-shell{max-width:560px;margin:0 auto;padding:0 0 32px;display:flex;flex-direction:column;gap:12px}.acct-settings-header{display:grid;grid-template-columns:36px 1fr 36px;align-items:center;padding:16px 4px 8px}.acct-settings-header h1{margin:0;font-size:17px;font-weight:700;text-align:center;color:var(--text)}.acct-settings-back-btn{width:36px;height:36px;border:0;background:transparent;padding:0;display:flex;align-items:center;justify-content:center;color:var(--text);cursor:pointer;border-radius:999px}.acct-settings-back-btn:hover{background:#ffffff14}.acct-settings-back-icon{width:20px;height:20px}.acct-settings-card{background:#ffffff12;border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.acct-settings-section-title{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin:0;padding:14px 18px 8px}.acct-settings-avatar-card{display:flex;align-items:center;gap:18px;padding:20px}.acct-settings-avatar-ring{width:76px;height:76px;flex:0 0 76px;border-radius:999px;overflow:hidden;position:relative;cursor:pointer;background:#ff7a0038;border:2.5px solid rgba(255,255,255,.14);display:flex;align-items:center;justify-content:center;transition:opacity .2s}.acct-settings-avatar-ring:hover .acct-settings-avatar-overlay{opacity:1}.acct-settings-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.acct-settings-avatar-initials{font-size:26px;font-weight:800;color:var(--text);line-height:1;-webkit-user-select:none;user-select:none}.acct-settings-avatar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000075;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.acct-settings-camera-icon{width:22px;height:22px;color:#fff}.acct-settings-avatar-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.acct-settings-avatar-copy strong{font-size:16px;font-weight:700;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acct-settings-avatar-copy small{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acct-settings-avatar-actions{display:flex;align-items:center;gap:8px;margin-top:8px;flex-wrap:wrap}.acct-settings-photo-btn{border:0;background:var(--primary);color:#fff;font-size:13px;font-weight:700;padding:6px 14px;border-radius:999px;cursor:pointer}.acct-settings-photo-btn:hover{background:var(--primary-strong)}.acct-settings-photo-remove-btn{border:1px solid rgba(255,255,255,.15);background:transparent;color:var(--muted);font-size:13px;font-weight:600;padding:6px 12px;border-radius:999px;cursor:pointer}.acct-settings-view-public-btn{display:inline-flex;align-items:center;gap:5px;border:0;background:transparent;color:var(--primary);font-size:12px;font-weight:600;padding:4px 0;cursor:pointer;margin-top:2px}.acct-settings-view-public-icon{width:13px;height:13px}.acct-settings-row{width:100%;display:flex;align-items:center;gap:12px;padding:14px 18px;border:0;border-top:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;text-align:left;transition:background .15s}.acct-settings-row:first-of-type,.acct-settings-section-title+.acct-settings-row,.acct-settings-section-title+.acct-settings-inline-editor{border-top:none}.acct-settings-row:hover{background:#ffffff0a}.acct-settings-row-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.acct-settings-row-content small{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.acct-settings-row-content strong{font-size:14px;font-weight:600;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.acct-settings-row-content strong.muted{color:var(--muted-soft);font-weight:400}.acct-settings-row-content.solo{justify-content:center}.acct-settings-row-content.solo strong{font-size:15px}.acct-settings-row-icon-wrap{width:34px;height:34px;flex:0 0 34px;border-radius:10px;display:flex;align-items:center;justify-content:center}.acct-settings-row-icon-wrap.purple{background:#7c3aed33;color:#a78bfa}.acct-settings-row-icon{width:17px;height:17px}.acct-settings-chevron{width:18px;height:18px;color:var(--muted-soft);flex:0 0 18px}.acct-settings-inline-editor{padding:16px 18px;display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--border);background:#00000014}.acct-settings-section-title+.acct-settings-inline-editor{border-top:none}.acct-settings-field-label{display:flex;flex-direction:column;gap:6px;font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.acct-settings-input{width:100%;min-height:44px;padding:0 14px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#ffffff0f;color:var(--text);font-size:15px;font-family:inherit;outline:none;transition:border-color .2s}.acct-settings-input:focus{border-color:#ff7a0080}.acct-settings-textarea{min-height:88px;padding:10px 14px;resize:vertical}.acct-settings-input option{color:#1c1a2e}.acct-settings-addr-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.acct-settings-grid-full{grid-column:1 / -1}.acct-settings-service-fieldset{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 14px;margin:0}.acct-settings-service-fieldset legend{padding:0 4px}.acct-settings-service-grid{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.acct-settings-service-option{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:var(--text);background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:999px;padding:6px 12px;cursor:pointer;transition:background .15s,border-color .15s;text-transform:none;letter-spacing:0}.acct-settings-service-option:has(input:checked){background:#ff7a002e;border-color:var(--primary);color:var(--primary)}.acct-settings-service-option input{display:none}.acct-settings-inline-actions{display:flex;align-items:center;gap:10px;margin-top:4px}.acct-settings-save-btn{border:0;background:var(--primary);color:#fff;font-size:14px;font-weight:700;padding:10px 22px;border-radius:999px;cursor:pointer}.acct-settings-save-btn:disabled{opacity:.5;cursor:not-allowed}.acct-settings-cancel-btn{border:0;background:transparent;color:var(--muted);font-size:14px;font-weight:600;padding:10px 0;cursor:pointer}.acct-settings-error{background:#a32d2d24;border:1px solid rgba(163,45,45,.3);border-radius:12px;color:#f87171;font-size:13px;padding:12px 16px;margin:0}.acct-settings-success{display:flex;align-items:center;gap:8px;background:#1d9e751f;border:1px solid rgba(29,158,117,.28);border-radius:12px;color:#5dcaa5;font-size:13px;font-weight:600;padding:12px 16px;margin:0}.acct-settings-success-icon{width:16px;height:16px;flex:0 0 16px}.acct-settings-logout{width:100%;border:0;background:transparent;color:#a32d2d;font-size:14px;font-weight:600;text-align:center;padding:10px 0;cursor:pointer;margin-top:4px}@media (max-width: 400px){.acct-settings-addr-grid{grid-template-columns:1fr}.acct-settings-avatar-card{flex-direction:column;text-align:center;align-items:center}.acct-settings-avatar-actions{justify-content:center}}.provider-list-shell{position:relative}.provider-list-navbar{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:14px}.provider-list-navbar h1{margin:0;text-align:center;font-size:17px;font-weight:500}.provider-list-filters{display:flex;gap:8px;overflow-x:auto;padding:2px 0 4px;margin-bottom:12px}.provider-list-filter-pill{border:.5px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff0f;color:#ffffffad;padding:10px 12px;white-space:nowrap;cursor:pointer}.provider-list-filter-pill.active{color:#7c3aed;border-color:#7c3aed73;background:#eeedfe1a}.provider-list-result-label{margin:0 0 12px;color:#ffffff9e;font-size:12px}.provider-list-skeletons,.provider-list-grid{display:grid;gap:12px}.provider-list-card{width:100%;border:.5px solid rgba(255,255,255,.14);border-radius:18px;background:#ffffff0d;color:inherit;text-align:left;padding:14px;cursor:pointer}.provider-list-card.skeleton{cursor:default}.provider-list-skeleton-line{height:12px;border-radius:999px;background:#ffffff1a;margin-bottom:12px}.provider-list-skeleton-line.short{width:34%}.provider-list-skeleton-line.medium{width:58%}.provider-list-skeleton-line.long{width:84%;margin-bottom:0}.provider-list-card-top{display:grid;grid-template-columns:50px 1fr;gap:12px}.provider-list-avatar,.provider-sheet-avatar{border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex:0 0 auto}.provider-list-avatar{width:50px;height:50px;font-size:15px}.provider-list-card-copy{min-width:0}.provider-list-card-title-row,.provider-sheet-title-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.provider-list-card-title-row strong,.provider-sheet-title-row strong{font-size:15px;font-weight:500}.provider-list-verified-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;border-radius:999px;background:#e1f5ee;color:#0f6e56;font-size:10px;font-weight:600}.provider-list-verified-badge.pending{background:#faeeda;color:#854f0b}.provider-list-inline-icon{width:14px;height:14px;flex:0 0 auto}.provider-list-rating-row,.provider-list-location-row,.provider-sheet-header-copy p,.provider-sheet-info-list p{margin:6px 0 0;display:flex;align-items:center;gap:6px;color:#ffffffa8;font-size:12px}.provider-list-rating-row span{color:#ba7517;font-weight:600}.provider-list-stats-pills{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.provider-list-stats-pills span{padding:7px 10px;border-radius:999px;background:#ffffff12;color:#ffffffad;font-size:11px;display:inline-flex;align-items:center;gap:6px}.provider-list-stats-pills span.available b{width:7px;height:7px;border-radius:999px;background:#1d9e75}.provider-list-card-footer{display:flex;align-items:end;justify-content:space-between;gap:12px}.provider-list-card-footer small{display:block;color:#ffffff94;font-size:11px}.provider-list-card-footer strong{display:block;color:#6d28d9;font-size:16px;font-weight:500;margin-top:4px}.provider-list-choose-button{border-radius:12px;background:#7c3aed;color:#fff;padding:11px 14px;font-size:13px;font-weight:600}.provider-list-empty-state{min-height:320px;display:grid;place-items:center;text-align:center;gap:10px;color:#ffffffad}.provider-list-empty-state h2,.provider-list-empty-state p{margin:0}.provider-list-empty-icon{width:36px;height:36px}.provider-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;border:0;background:#0006;z-index:70}.provider-sheet{position:fixed;left:0;right:0;bottom:0;z-index:71;width:min(100%,430px);margin:0 auto;background:#21105f;border-radius:20px 20px 0 0;padding:10px 18px 26px;box-shadow:0 -16px 40px #0000003d}.provider-sheet-handle{display:block;width:36px;height:3px;border-radius:999px;background:#ffffff3d;margin:0 auto 16px}.provider-sheet-header{display:grid;grid-template-columns:50px 1fr;gap:12px;margin-bottom:14px}.provider-sheet-avatar{width:50px;height:50px;font-size:16px}.provider-sheet-bio{border-radius:14px;background:#ffffff0f;padding:14px;margin-bottom:14px}.provider-sheet-bio p{margin:0;color:#ffffffc7}.provider-sheet-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:14px}.provider-sheet-stats article{border-radius:14px;background:#ffffff0f;padding:12px;text-align:center}.provider-sheet-stats strong{display:block;font-size:14px}.provider-sheet-stats span{display:block;margin-top:4px;color:#fff9;font-size:11px}.provider-sheet-info-list{display:grid;gap:10px;margin-bottom:16px}.provider-sheet-secondary,.provider-sheet-ghost{width:100%;height:48px;border-radius:12px;cursor:pointer}.provider-sheet-secondary{margin-top:10px;border:0;background:#ede4ff;color:#6d28d9;font-weight:600}.provider-sheet-ghost{margin-top:10px;border:.5px solid rgba(255,255,255,.16);background:transparent;color:#ffffffa3}.provider-home-page{min-height:100vh;padding:0 0 calc(94px + env(safe-area-inset-bottom))}.provider-home-shell{width:min(100%,430px);margin:0 auto;padding:18px 18px 28px}.provider-home-topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.provider-home-brand{color:#7c3aed;font-size:18px;font-weight:500;display:inline-flex;align-items:center}.provider-home-avatar{width:34px;height:34px;border-radius:999px;background:#ede4ff;color:#6d28d9;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;border:0;cursor:pointer}.provider-home-greeting{margin-bottom:20px}.provider-home-greeting p{margin:0 0 6px;color:var(--muted)}.provider-home-greeting h1{margin:0;font-size:28px;line-height:1.08;font-weight:500}.provider-status-toggle{display:inline-flex;align-items:center;gap:8px;margin-top:10px;padding:6px 12px;border-radius:20px;background:#ffffff0d;border:.5px solid rgba(255,255,255,.1);font-size:13px;font-weight:500;cursor:pointer;color:#fff;transition:all .2s ease}.provider-status-toggle:hover{background:#ffffff14}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.status-dot.disponivel{background:#10b981;box-shadow:0 0 8px #10b98180}.status-dot.em-servico{background:#3b82f6;box-shadow:0 0 8px #3b82f680}.status-dot.indisponivel{background:#ef4444;box-shadow:0 0 8px #ef444480}.provider-next-action-card{margin:20px 0;padding:18px;border-radius:12px;background:linear-gradient(135deg,#8b5cf626,#6d28d926);border:1px solid rgba(139,92,246,.3);position:relative;overflow:hidden}.provider-next-action-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#a78bfa;font-weight:600;margin-bottom:8px;display:block}.provider-next-action-title{font-size:16px;font-weight:500;line-height:1.4;margin:0 0 16px;color:#fff}.provider-next-action-buttons{display:flex;gap:10px}.provider-next-action-buttons button{flex:1;padding:10px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer}.btn-open-route{background:#7c3aed;color:#fff;border:none}.btn-view-request{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.provider-financial-card{margin-top:24px;padding:20px;border-radius:12px;background:#ffffff08;border:.5px solid rgba(255,255,255,.08)}.pfb-card{position:relative;overflow:hidden;display:block;width:100%;text-align:left;margin-top:24px;padding:20px 20px 0;border-radius:20px;background:linear-gradient(135deg,#0f1120,#14102a 60%,#0e1a14);border:1px solid rgba(139,92,246,.22);cursor:pointer;transition:transform .18s cubic-bezier(.2,.8,.2,1),box-shadow .18s;-webkit-tap-highlight-color:transparent}.pfb-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #8b5cf633}.pfb-card:active{transform:scale(.975)}.pfb-glow{position:absolute;top:-40px;right:-40px;width:160px;height:160px;border-radius:50%;background:radial-gradient(circle,rgba(139,92,246,.28) 0%,transparent 70%);pointer-events:none}.pfb-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.pfb-header-left{display:flex;align-items:center;gap:7px}.pfb-icon-wrap{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:8px;background:#8b5cf62e;color:#a78bfa}.pfb-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#ffffff73}.pfb-cta-chip{display:flex;align-items:center;gap:3px;font-size:12px;font-weight:600;color:#a78bfa;background:#8b5cf624;padding:5px 10px;border-radius:20px;border:1px solid rgba(139,92,246,.25);transition:background .15s}.pfb-card:hover .pfb-cta-chip{background:#8b5cf63d}.pfb-amount-row{display:flex;align-items:baseline;gap:10px}.pfb-amount{font-size:34px;font-weight:700;color:#fff;letter-spacing:-.02em;line-height:1}.pfb-growth-badge{display:flex;align-items:center;gap:4px;font-size:11px;font-weight:600;color:#10b981;background:#10b9811f;padding:3px 8px;border-radius:12px}.pfb-sublabel{display:block;font-size:12px;color:#ffffff59;margin-top:4px;margin-bottom:18px}.pfb-kpis{display:flex;align-items:center;gap:0;padding:12px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06);margin-bottom:16px}.pfb-kpi{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px}.pfb-kpi-icon{color:#ffffff4d;margin-bottom:1px}.pfb-kpi-value{font-size:13px;font-weight:700;color:#fff;white-space:nowrap}.pfb-kpi-label{font-size:10px;color:#ffffff59;text-transform:uppercase;letter-spacing:.05em}.pfb-kpi-divider{width:1px;height:32px;background:#ffffff14}.pfb-chart{display:flex;align-items:flex-end;gap:5px;height:56px;padding-bottom:0}.pfb-bar-col{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%;gap:4px}.pfb-bar{width:100%;border-radius:4px 4px 0 0;background:#8b5cf62e;transition:height .4s cubic-bezier(.4,0,.2,1);min-height:4px}.pfb-bar.has-value{background:#8b5cf673}.pfb-bar.today{background:#8b5cf6;box-shadow:0 -2px 8px #8b5cf680}.pfb-bar-day{font-size:9px;color:#ffffff4d;text-transform:capitalize;padding-bottom:8px;white-space:nowrap}.provider-home-pending-block{border:1px solid #8B5CF6;border-radius:10px;background:#ede4ff;color:#271f82;padding:14px;margin-bottom:16px}.provider-home-pending-block h2{margin:0 0 12px;font-size:15px}.provider-home-pending-list,.provider-home-active-list{display:grid;gap:10px}.provider-home-pending-card,.provider-home-active-card{border-radius:12px;padding:14px}.provider-home-pending-card{background:#fff}.provider-home-active-card{width:100%;border:.5px solid rgba(255,255,255,.14);background:#ffffff0d;color:inherit;text-align:left;cursor:pointer}.provider-home-pending-head,.provider-home-active-head,.provider-home-active-footer,.provider-home-pending-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:nowrap;overflow:hidden}.provider-home-pending-head strong,.provider-home-active-head strong{font-size:14px}.provider-home-pending-timer{border-radius:999px;background:#faeeda;color:#854f0b;padding:6px 10px;font-size:11px;font-weight:600}.provider-home-pending-meta,.provider-home-active-card p,.provider-home-active-footer span,.provider-home-metric-card span,.provider-home-section-label{color:#ffffff9e}.provider-home-pending-meta{color:#271f82b3;margin:10px 0 12px;font-size:12px}.provider-home-accept-button,.provider-home-details-button,.provider-home-refuse-button,.provider-home-confirm-refusal{height:40px;border-radius:10px;border:0;cursor:pointer;font-weight:600}.provider-home-accept-button,.provider-home-details-button,.provider-home-refuse-button{flex:1 1 0;min-width:0;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 8px}.provider-home-accept-button{background:#7c3aed;color:#fff}.provider-home-details-button{background:transparent;border:1px solid rgba(124,58,237,.5);color:#7c3aed}.provider-home-refuse-button{background:#f3eeff;color:#6d28d9}.provider-home-refusal-form{margin-top:12px;border-radius:8px;background:#fcebeb;padding:10px;display:grid;gap:10px}.provider-home-refusal-form strong{color:#a32d2d;font-size:13px}.provider-home-refusal-form select,.provider-home-refusal-form textarea{width:100%;border:.5px solid rgba(163,45,45,.18);border-radius:10px;background:#fff;color:#2f2020;padding:10px 12px}.provider-home-confirm-refusal{background:#e24b4a;color:#fff}.provider-home-metrics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}.insight-rotator{position:relative;overflow:hidden;display:block;width:100%;text-align:left;background:#ffffff08;border:1px solid color-mix(in srgb,var(--slide-color, #fff) 22%,transparent);border-radius:18px;padding:16px 16px 0;margin-bottom:16px;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .5s ease,box-shadow .5s ease;box-shadow:0 0 0 0 transparent}.insight-rotator:hover{box-shadow:0 4px 24px color-mix(in srgb,var(--slide-color, #fff) 14%,transparent)}.insight-rotator:active{transform:scale(.975);transition:transform .1s}@keyframes insight-slide-in{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.insight-rotator-inner{display:flex;align-items:center;gap:0;padding-right:72px;animation:insight-slide-in .35s cubic-bezier(.2,.8,.2,1) both}.insight-left{flex:1;display:flex;align-items:center;gap:12px;min-width:0}.insight-icon-wrap{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px}.insight-text{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}@keyframes insight-val-pop{0%{opacity:0;transform:scale(.88) translateY(4px)}60%{transform:scale(1.04) translateY(0)}to{opacity:1;transform:scale(1) translateY(0)}}.insight-value{font-size:20px;font-weight:700;color:#fff;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;animation:insight-val-pop .38s cubic-bezier(.2,.8,.2,1) .05s both}.insight-label{font-size:12px;color:#ffffff6b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.insight-sub{font-size:11px;color:#ffffff40;margin-top:1px}.insight-anim-area{position:absolute;top:0;right:-10px;bottom:0;width:110px;display:flex;align-items:center;justify-content:flex-end;pointer-events:none;-webkit-mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.55) 40%,rgba(0,0,0,.7) 100%);mask-image:linear-gradient(to right,transparent 0%,rgba(0,0,0,.55) 40%,rgba(0,0,0,.7) 100%)}.insight-anim-area svg{width:100px;height:86px}@keyframes bar-rise{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}.anim-bar-rise{animation:bar-rise .45s cubic-bezier(.34,1.56,.64,1) both}@keyframes line-draw{to{stroke-dashoffset:0}}.anim-line-draw{animation:line-draw .7s cubic-bezier(.4,0,.2,1) .1s both}@keyframes dot-appear{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.anim-dot-appear{transform-origin:56px 4px;animation:dot-appear .3s cubic-bezier(.34,1.56,.64,1) .75s both}@keyframes orbit-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.anim-orbit-spin{transform-origin:50px 50px;animation:orbit-spin 2s linear infinite}@keyframes circle-draw{to{stroke-dashoffset:0}}.anim-circle-draw{animation:circle-draw .6s cubic-bezier(.4,0,.2,1) both}@keyframes check-draw{to{stroke-dashoffset:0}}.anim-check-draw{animation:check-draw .4s cubic-bezier(.4,0,.2,1) .55s both}@keyframes person-appear{0%{opacity:0;transform:scale(.4) translateY(6px)}to{opacity:1;transform:scale(1) translateY(0)}}.anim-person-appear{animation:person-appear .4s cubic-bezier(.34,1.56,.64,1) both}@keyframes ring-pulse{0%{opacity:0;transform:scale(.3)}60%{opacity:1}to{opacity:.8;transform:scale(1)}}.anim-ring-pulse{transform-origin:29px 24px;animation:ring-pulse .6s cubic-bezier(.34,1.3,.64,1) both}.insight-footer{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-bottom:12px}.insight-dots{display:flex;align-items:center;gap:5px}.insight-dot{width:5px;height:5px;border-radius:50%;background:#ffffff26;transition:background .4s,width .35s cubic-bezier(.2,.8,.2,1),border-radius .35s}.insight-dot.active{width:18px;border-radius:3px}.insight-progress-track{flex:1;max-width:80px;height:2px;border-radius:2px;background:#ffffff14;overflow:hidden}@keyframes insight-progress{0%{width:0%}to{width:100%}}.insight-progress-bar{display:block;height:100%;border-radius:2px;width:0%;animation:insight-progress var(--dur, 4.5s) linear both;opacity:.7}.provider-quick-nav-bar{display:flex;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:99px;padding:6px;margin-bottom:20px;justify-content:space-between}.provider-quick-nav-item{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 6px;border-radius:99px;font-size:11px;font-weight:600;color:#fffc;cursor:pointer;background:transparent;border:none;transition:all .2s ease}.provider-quick-nav-item:hover{background:#ffffff14}.provider-quick-nav-item.novos{color:#a78bfa}.provider-quick-nav-item.ativos{color:#3b82f6}.provider-quick-nav-item.concluidos{color:#10b981}.provider-quick-nav-item span.count{background:#00000040;padding:2px 6px;border-radius:10px;font-size:10px;color:#fff;font-weight:700}.provider-home-metric-card{border-radius:8px;background:#ffffff0f;border:.5px solid rgba(255,255,255,.12);padding:12px 10px;text-align:center}.provider-home-metric-card.link:hover{background:#ffffff1a;border-color:#7c3aed66}.provider-home-metric-card.link{cursor:pointer}.provider-home-metric-card strong{display:block;font-size:16px;font-weight:500}.provider-home-metric-card span{display:block;margin-top:4px;font-size:10px}.provider-home-section-label{margin:0 0 10px;font-size:11px;font-weight:500}.provider-home-new-order-banner{margin:16px 0;width:100%;box-sizing:border-box}.provider-home-new-order-section-label{margin:0 0 8px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#ffffff73}.provider-home-new-order-list{display:flex;flex-direction:column;gap:10px}.provider-home-new-order-card{width:100%;box-sizing:border-box;background:#8b5cf614;border:1px solid rgba(139,92,246,.35);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px}.provider-home-new-order-card-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.provider-home-new-order-card-title{display:flex;align-items:center;gap:8px;min-width:0}.provider-home-new-order-card-title strong{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.provider-home-new-order-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:#8b5cf6;box-shadow:0 0 6px #8b5cf6cc}.provider-home-new-order-timer{flex-shrink:0;font-size:12px;font-weight:600;color:#f59e0b;white-space:nowrap}.provider-home-new-order-scheduled-tag{font-size:11px;font-weight:600;color:#7c3aed}.provider-home-new-order-card-info{display:flex;flex-direction:column;gap:2px}.provider-home-new-order-card-info span{font-size:12px;color:#ffffffa6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.provider-home-new-order-location{font-size:11px!important;color:#fff6!important}.provider-home-new-order-card-actions{display:flex;gap:8px}.phnoc-btn-details,.phnoc-btn-refuse,.phnoc-btn-accept{flex:1 1 0;min-width:0;height:38px;border-radius:10px;border:none;font-size:13px;font-weight:600;cursor:pointer}.phnoc-btn-details{background:transparent;border:1px solid rgba(139,92,246,.4);color:#ffffffb3}.phnoc-btn-refuse{background:#ffffff0f;color:#ffffff8c}.phnoc-btn-accept{background:#7c3aed;color:#fff}.provider-home-active-head{margin-bottom:8px}.provider-home-active-badge{border-radius:999px;background:#ede4ff;color:#6d28d9;padding:6px 10px;font-size:11px;font-weight:600}.provider-home-active-card p{margin:0 0 12px;font-size:12px}.provider-home-active-footer strong{color:#6d28d9;font-size:14px;font-weight:500}.provider-orders-page{min-height:100vh;padding:0 0 calc(94px + env(safe-area-inset-bottom))}.provider-orders-shell{width:min(100%,430px);margin:0 auto;padding:16px 18px 28px}.provider-orders-navbar{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:16px}.provider-orders-navbar h1{margin:0;text-align:center;font-size:17px;font-weight:500}.provider-orders-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:16px}.provider-orders-tab{border:0;background:transparent;color:#ffffff9e;padding:0 0 12px;border-bottom:2px solid transparent;font-size:14px;font-weight:500;cursor:pointer}.provider-orders-tab.active{color:#7c3aed;border-bottom-color:#7c3aed}.provider-orders-list{display:grid;gap:12px}.provider-orders-new-card,.provider-orders-active-card,.provider-orders-history-card{width:100%;box-sizing:border-box;border-radius:14px;padding:14px;color:inherit;text-align:left}.provider-orders-new-card{background:#ffffff0d;border:1px solid #8B5CF6}.provider-orders-active-card,.provider-orders-history-card{border:.5px solid rgba(255,255,255,.14);background:#ffffff0d;cursor:pointer}.provider-orders-card-head,.provider-orders-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.provider-orders-card-head strong{font-size:14px}.provider-orders-card-subhead{margin:10px 0 8px}.provider-orders-scheduled-badge{border-radius:999px;background:#ede4ff;color:#6d28d9;padding:6px 10px;font-size:11px;font-weight:600}.provider-orders-card-meta,.provider-orders-card-footer span,.provider-orders-history-label{color:#ffffff9e}.provider-orders-card-meta{margin:0;font-size:12px}.provider-orders-card-footer{margin-top:12px}.provider-orders-card-footer strong{color:#6d28d9;font-size:14px;font-weight:500}.provider-orders-empty-state{min-height:220px;display:grid;place-items:center;text-align:center;color:#ffffff9e}.provider-agenda-page{min-height:100vh;padding:0 0 calc(94px + env(safe-area-inset-bottom))}.provider-agenda-shell{width:min(100%,430px);margin:0 auto;padding:16px 18px 28px;display:grid;gap:16px}.provider-agenda-navbar{display:grid;grid-template-columns:32px 1fr 32px;align-items:center}.provider-agenda-navbar h1{margin:0;text-align:center;font-size:17px;font-weight:500}.provider-agenda-calendar-card,.provider-agenda-card,.provider-agenda-empty-card{border-radius:14px;background:#ffffff0d}.provider-agenda-calendar-card{border:.5px solid rgba(255,255,255,.14);padding:16px 14px 14px;display:grid;gap:14px}.provider-agenda-calendar-head,.provider-agenda-section-head,.provider-agenda-card-head,.provider-agenda-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.provider-agenda-calendar-head strong,.provider-agenda-section-head h2,.provider-agenda-card-head strong{margin:0;font-size:14px}.provider-agenda-month-button{width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:10px;background:#ffffff0f;color:inherit;cursor:pointer}.provider-agenda-weekdays,.provider-agenda-days-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.provider-agenda-weekdays{gap:8px}.provider-agenda-weekdays span{text-align:center;font-size:12px;color:#ffffff8a}.provider-agenda-days-grid{gap:8px 6px}.provider-agenda-day-empty{min-height:44px}.provider-agenda-day{min-height:48px;border:0;border-radius:6px;background:transparent;color:inherit;display:grid;justify-items:center;align-content:center;gap:4px;cursor:pointer;padding:6px 0}.provider-agenda-day span{font-size:14px;line-height:1}.provider-agenda-day.today span{color:#7c3aed;font-weight:500}.provider-agenda-day.selected{background:#7c3aed;color:#fff}.provider-agenda-day.selected span{color:#fff}.provider-agenda-day.past{opacity:.35;cursor:default}.provider-agenda-day small,.provider-agenda-legend i{width:7px;height:7px;border-radius:999px;display:inline-block}.provider-agenda-day small.scheduled,.provider-agenda-legend .scheduled{background:#1d9e75}.provider-agenda-day small.urgent,.provider-agenda-legend .urgent{background:#e24b4a}.provider-agenda-legend{display:flex;gap:16px;flex-wrap:wrap;color:#ffffff9e;font-size:12px}.provider-agenda-legend span,.provider-agenda-card-info{display:inline-flex;align-items:center;gap:6px}.provider-agenda-section{display:grid;gap:12px}.provider-agenda-section-head span{color:#ffffff9e;font-size:13px;font-weight:500}.provider-agenda-list{display:grid;gap:12px}.provider-agenda-card{width:100%;padding:14px;color:inherit;border:0;text-align:left;cursor:pointer}.provider-agenda-card.urgent{border-left:3px solid #e24b4a;border-radius:0 10px 10px 0}.provider-agenda-card.scheduled{border-left:3px solid #7C3AED;border-radius:0 10px 10px 0}.provider-agenda-card-meta,.provider-agenda-card-info,.provider-agenda-empty-card p{margin:0;color:#ffffff9e;font-size:12px}.provider-agenda-card-meta{margin-top:10px}.provider-agenda-card-footer{margin-top:12px}.provider-agenda-card-footer strong{color:#6d28d9;font-size:14px;font-weight:500}.provider-agenda-badge{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:600}.provider-agenda-badge.progress{background:#e1f5ee;color:#0f6e56}.provider-agenda-badge.confirmed{background:#ede4ff;color:#6d28d9}.provider-agenda-badge.pending{background:#faeeda;color:#854f0b}.provider-agenda-empty-card{padding:18px 14px;border:.5px solid rgba(255,255,255,.12)}.provider-orders-history{display:grid;gap:18px}.provider-orders-history-label{margin:0 0 10px;font-size:12px;font-weight:500}.provider-orders-history-badge{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:600}.provider-orders-history-badge.status-completed{background:#e1f5ee;color:#0f6e56}.provider-orders-history-badge.status-cancelled,.provider-orders-history-badge.status-disputed{background:#f1efe8;color:#5f5e5a}.provider-order-detail-page{min-height:100vh;padding:0 0 36px}.provider-order-detail-shell{width:min(100%,430px);margin:0 auto;padding:16px 18px 28px}.provider-order-detail-navbar{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:16px}.provider-order-detail-navbar h1{margin:0;text-align:center;font-size:17px;font-weight:500}.provider-order-detail-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:600;margin-bottom:12px}.provider-order-detail-pill.pending{background:#faeeda;color:#854f0b}.provider-order-detail-pill.active{background:#ede4ff;color:#4c1d95}.provider-order-detail-pill.completed{background:#e1f5ee;color:#0f6e56}.provider-order-detail-pill.cancelled{background:#f1efe8;color:#5f5e5a}.provider-order-detail-pill.travel{background:#e0f2fe;color:#0369a1}.provider-order-status-card,.provider-order-client-card,.provider-order-info-card,.provider-order-actions-block,.provider-order-readonly-block{border-radius:16px;padding:16px;margin-bottom:14px;border:.5px solid rgba(255,255,255,.12);background:#ffffff0d}.provider-order-scheduled-notice{font-size:13px;color:#b8a27a;background:#f0d1a11f;border:.5px solid rgba(240,209,161,.3);border-radius:10px;padding:10px 12px;margin-bottom:12px;line-height:1.45}.provider-order-status-card{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px}.provider-order-status-card.pending{background:#faeeda;border-color:#f0d1a1;color:#854f0b}.provider-order-status-card.active{background:#ede4ff;border-color:#8b5cf6;color:#4c1d95}.provider-order-status-card.completed{background:#e1f5ee;border-color:#9fdcc9;color:#0f6e56}.provider-order-status-card.travel{background:#e0f2fe;border-color:#7dd3fc;color:#0369a1}.provider-order-status-card.cancelled{background:#f1efe8;border-color:#5f5e5a3d;color:#5f5e5a}.provider-order-status-icon,.provider-order-client-avatar{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.provider-order-status-icon{background:#ffffff52}.provider-order-status-copy{display:grid;gap:4px}.provider-order-status-copy strong,.provider-order-client-copy strong{font-size:14px;font-weight:600}.provider-order-status-copy small,.provider-order-client-copy small{font-size:12px;color:inherit;opacity:.8}.provider-order-timer{border-radius:999px;padding:6px 10px;background:#ffffff6b;font-size:11px;font-weight:600;white-space:nowrap}.provider-order-client-card{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px}.provider-order-client-avatar{background:#ede4ff;color:#6d28d9;font-size:13px;font-weight:700}.provider-order-client-copy{display:grid;gap:4px;min-width:0}.provider-order-whatsapp-button,.provider-order-action-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;cursor:pointer}.provider-order-whatsapp-button{min-height:40px;padding:0 14px;border:.5px solid rgba(255,255,255,.14);background:transparent;color:#fff}.provider-order-info-card>div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:.5px solid rgba(255,255,255,.12)}.provider-order-info-card>div:last-child{border-bottom:0}.provider-order-info-card span{color:#ffffff9e;font-size:12px}.provider-order-info-card strong{max-width:58%;text-align:right}.provider-order-info-card .accent{color:#6d28d9}.provider-order-inline-error{margin:-2px 0 14px;color:#f49a9a;font-size:12px}.provider-order-actions-grid,.provider-order-confirm-block div{display:grid;grid-template-columns:1fr 1fr;gap:8px}.provider-order-travel-card{border-radius:16px;padding:16px;margin-bottom:14px;border:.5px solid rgba(255,255,255,.12);background:#ffffff0d}.provider-order-travel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;color:#fff}.provider-order-travel-title{display:flex;align-items:center;gap:8px}.provider-order-route-button{display:inline-flex;align-items:center;gap:6px;background:#7c3aed26;color:#a78bfa;border:1px solid rgba(124,58,237,.3);padding:6px 12px;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.provider-order-route-button:hover{background:#7c3aed40;border-color:#7c3aed80}.provider-order-travel-address{font-size:14px;color:#fffc;margin-bottom:12px;line-height:1.4}.provider-order-travel-stats{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#ffffff94}.provider-order-action-button{min-height:46px;border:0;padding:0 14px;font-size:14px;font-weight:500}.provider-order-action-button.primary{background:#7c3aed;color:#fff}.provider-order-action-button.danger-ghost{background:transparent;border:.5px solid #d46b6b;color:#f49a9a}.provider-order-action-button.danger{background:#e24b4a;color:#fff}.provider-order-action-button.success{width:100%;background:#1d9e75;color:#fff}.provider-order-action-button.ghost{background:#ffffff14;color:#fff}.provider-order-action-button:disabled{opacity:.7;cursor:progress}.provider-order-confirm-block{margin-top:12px;border-radius:12px;padding:14px;background:#ffffff0d;border:.5px solid rgba(255,255,255,.12)}.provider-order-confirm-block p{margin:0 0 12px}.provider-order-readonly-block{display:grid;gap:10px}.provider-order-readonly-row{display:flex;align-items:center;gap:10px;color:#ffffffdb;font-size:13px}.provider-order-readonly-row.muted{color:#ffffff9e}.provider-profile-page{min-height:100vh;padding:0 0 calc(98px + env(safe-area-inset-bottom))}.provider-profile-shell{width:min(100%,430px);margin:0 auto;padding:16px 18px 28px}.provider-profile-navbar{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:18px}.provider-profile-navbar h1{margin:0;text-align:center;font-size:17px;font-weight:500}.provider-profile-icon-button,.provider-profile-edit-button{border:0;cursor:pointer}.provider-profile-icon-button{width:32px;height:32px;border-radius:999px;background:#ffffff14;color:#fff;display:inline-flex;align-items:center;justify-content:center}.provider-profile-hero-card,.provider-profile-section-card,.provider-profile-stat-card{background:#ffffff0f;border:.5px solid rgba(255,255,255,.12)}.provider-profile-hero-card{border-radius:18px;padding:16px;display:grid;grid-template-columns:54px 1fr 14px;gap:12px;align-items:center;margin-bottom:14px}.provider-profile-avatar-badge{width:54px;height:54px;border-radius:999px;background:#ede4ff;color:#6d28d9;display:inline-flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;flex:0 0 54px}.provider-profile-avatar-photo{object-fit:cover;background:transparent}.provider-profile-hero-copy{display:grid;gap:4px}.provider-profile-hero-copy strong{font-size:16px;font-weight:500}.provider-profile-hero-copy small{color:#ffffff94;font-size:11px}.provider-profile-edit-button{min-height:36px;padding:0 14px;border-radius:12px;background:#ede4ff;color:#6d28d9;font-size:13px;font-weight:600}.provider-profile-status-dot{width:10px;height:10px;border-radius:999px;flex-shrink:0}.provider-profile-status-dot.active{background:#34d399;box-shadow:0 0 6px #34d39999}.provider-profile-status-dot.inactive{background:#ffffff4d}.provider-profile-section-edit-btn{border:0;background:#ffffff1a;color:#ffffffd9;font-size:12px;font-weight:500;padding:6px 14px;border-radius:999px;cursor:pointer;flex-shrink:0}.provider-profile-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 12px}.provider-profile-info-item{display:grid;gap:4px}.provider-profile-info-item.full{grid-column:1 / -1}.provider-profile-info-item span{font-size:11px;color:#ffffff80}.provider-profile-info-item strong{font-size:14px;font-weight:500;line-height:1.4}.provider-profile-status-label.active,.provider-profile-status-label.inactive{color:#fff}.provider-profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px}.provider-profile-stat-card{border-radius:14px;padding:14px 10px;text-align:center;display:grid;gap:4px}.provider-profile-stat-card strong{font-size:18px;font-weight:500}.provider-profile-stat-card span,.provider-profile-section-head small,.provider-profile-form small,.provider-profile-empty-copy{color:#ffffff94;font-size:11px}.provider-profile-inline-error{margin:-2px 0 14px;color:#f49a9a;font-size:12px}.profile-top-menu{margin:-2px 0 14px auto;width:min(220px,100%);border-radius:14px;border:.5px solid rgba(255,255,255,.12);background:#13141df0;overflow:hidden}.profile-top-menu-item{width:100%;padding:13px 14px;border:0;border-bottom:.5px solid rgba(255,255,255,.08);background:transparent;color:#fff;text-align:left;font-size:13px;cursor:pointer}.profile-top-menu-item:last-child{border-bottom:0}.profile-top-menu-item.danger{color:#f49a9a}.provider-profile-section-card{border-radius:18px;padding:16px;margin-bottom:14px}.provider-profile-section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.provider-profile-section-head strong{display:block;font-size:15px;font-weight:500}.provider-profile-form,.provider-profile-add-service{display:grid;gap:12px}.provider-profile-form label,.provider-profile-add-service label{display:grid;gap:6px}.provider-profile-form span,.provider-profile-add-service span{font-size:12px;color:#ffffff9e}.provider-profile-form input,.provider-profile-form select,.provider-profile-form textarea,.provider-profile-add-service input,.provider-profile-add-service select,.provider-profile-service-edit input,.provider-profile-service-edit select{width:100%;border-radius:12px;border:.5px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;padding:11px 12px}.provider-profile-form textarea{resize:vertical}.provider-profile-toggle-row{display:flex;align-items:center;justify-content:space-between}.provider-profile-toggle{width:48px;height:28px;border-radius:999px;border:0;background:#ffffff24;padding:4px;position:relative}.provider-profile-toggle b{display:block;width:20px;height:20px;border-radius:999px;background:#fff;transition:transform .2s ease}.provider-profile-toggle.active{background:#7c3aed}.provider-profile-toggle.active b{transform:translate(20px)}.provider-profile-form-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.provider-profile-primary-button,.provider-profile-ghost-button,.provider-profile-add-button,.provider-profile-link-row{min-height:44px;border-radius:12px;cursor:pointer}.provider-profile-primary-button{border:0;background:#7c3aed;color:#fff;font-weight:500}.provider-profile-ghost-button,.provider-profile-add-button,.provider-profile-link-row{border:.5px solid rgba(255,255,255,.14);background:transparent;color:#fff}.provider-profile-data-list,.provider-profile-services,.provider-profile-reviews{display:grid}.provider-profile-data-row,.provider-profile-service-row,.provider-profile-link-row{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:12px 0;border-bottom:.5px solid rgba(255,255,255,.12)}.provider-profile-data-row{width:100%;border-left:0;border-right:0;border-top:0;background:transparent;color:#fff;text-align:left}.provider-profile-data-row.multiline{align-items:start}.provider-profile-data-row span,.provider-profile-service-row small,.provider-profile-review-head small{color:#ffffff94;font-size:12px}.provider-profile-data-row strong{max-width:100%;text-align:right}.provider-profile-service-row:last-child,.provider-profile-link-row{border-bottom:0}.provider-profile-service-row strong{display:block;margin-bottom:4px}.provider-profile-service-edit{display:grid;grid-template-columns:1fr 120px;gap:8px;margin-top:8px}.provider-profile-primary-link,.provider-profile-muted-link{border:0;background:transparent;cursor:pointer;font-size:13px;font-weight:600}.provider-profile-primary-link{color:#7c3aed}.provider-profile-muted-link{color:#ffffff94}.provider-profile-inline-actions{display:grid;gap:4px;justify-items:end}.provider-profile-back-btn{font-size:13px;font-weight:600;color:var(--muted);background:none;border:0;padding:0;cursor:pointer}.provider-profile-cta-copy{margin:0 0 16px;font-size:14px;color:var(--muted);line-height:1.5}.provider-profile-cta-btn{width:100%}.provider-profile-add-button{width:100%;margin-top:12px;font-weight:500}.provider-profile-service-cards{display:grid;gap:8px;margin-bottom:12px}.provider-profile-service-card{border-radius:14px;border:.5px solid rgba(255,255,255,.1);background:#ffffff0a;overflow:hidden}.provider-profile-service-card.expanded{border-color:#7c3aed66;background:#7c3aed14}.provider-profile-service-header{width:100%;display:grid;grid-template-columns:1fr auto 16px;align-items:center;gap:10px;padding:14px;border:0;background:transparent;color:#fff;text-align:left;cursor:pointer}.provider-profile-service-header strong{font-size:14px;font-weight:500}.provider-profile-service-header span{font-size:13px;color:#ffffff8c;white-space:nowrap}.provider-profile-service-chevron{color:#fff6;transition:transform .2s ease;flex-shrink:0}.provider-profile-service-chevron.open{transform:rotate(180deg)}.provider-profile-service-detail{padding:0 14px 14px;display:grid;gap:10px}.provider-profile-service-detail-row{display:flex;justify-content:space-between;align-items:center;font-size:13px}.provider-profile-service-detail-row span{color:#ffffff85}.provider-profile-service-detail-row strong{font-weight:500}.provider-profile-service-edit-fields{display:grid;grid-template-columns:1fr 120px;gap:8px}.provider-profile-service-edit-fields input,.provider-profile-service-edit-fields select{width:100%;border-radius:10px;border:.5px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;padding:9px 10px;font:inherit}.provider-profile-service-edit-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.showcase-service-cards{display:grid;gap:8px}.showcase-service-card{border-radius:12px;border:1px solid rgba(109,40,217,.12);background:#f5f0ff;overflow:hidden}.showcase-service-card.expanded{border-color:#6d28d94d}.showcase-service-card.no-detail{cursor:default}.showcase-service-header{width:100%;display:grid;grid-template-columns:1fr auto 16px;align-items:center;gap:10px;padding:13px 14px;border:0;background:transparent;color:#1f173b;text-align:left;cursor:pointer}.showcase-service-card.no-detail .showcase-service-header{grid-template-columns:1fr;cursor:default}.showcase-service-header strong{font-size:14px;font-weight:500}.showcase-service-price{font-size:13px;color:#6d28d9;font-weight:600;white-space:nowrap}.showcase-service-chevron{color:#6d28d973;transition:transform .2s ease}.showcase-service-chevron.open{transform:rotate(180deg)}.showcase-service-detail{padding:0 14px 13px;display:grid;gap:8px;border-top:1px solid rgba(109,40,217,.1);margin-top:0}.showcase-service-count{font-size:12px;color:#6d28d999;white-space:nowrap}.showcase-service-item-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid rgba(109,40,217,.08);font-size:13px}.showcase-service-item-row:last-child{border-bottom:0;padding-bottom:0}.showcase-service-item-row span{color:#1f173bbf}.showcase-service-item-row strong{color:#6d28d9;font-weight:600;white-space:nowrap}.provider-profile-service-item{padding:10px 0;border-bottom:.5px solid rgba(255,255,255,.08);display:grid;gap:8px}.provider-profile-service-item:last-child{border-bottom:0;padding-bottom:0}.provider-profile-service-item-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.provider-profile-service-item-row>div{display:flex;flex-direction:column;gap:2px}.provider-profile-service-item-title{font-size:13px;font-weight:500}.provider-profile-service-item-price{font-size:12px;color:#ffffff85}.provider-profile-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.provider-profile-photo-slot{aspect-ratio:1;border-radius:14px;background:#ffffff0f;border:.5px dashed rgba(255,255,255,.16);position:relative;overflow:hidden}.provider-profile-photo-slot.filled{border-style:solid}.provider-profile-photo-slot img{width:100%;height:100%;object-fit:cover}.provider-profile-photo-slot.add{display:grid;place-items:center;color:#ffffffb8;gap:6px}.provider-profile-photo-remove{position:absolute;top:8px;right:8px;width:24px;height:24px;border-radius:999px;border:0;background:#0000008f;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.provider-profile-review-row{display:grid;grid-template-columns:36px 1fr;gap:12px;padding:12px 0;border-bottom:.5px solid rgba(255,255,255,.12)}.provider-profile-review-row:last-child{border-bottom:0}.provider-profile-review-avatar{width:36px;height:36px;border-radius:999px;background:#ede4ff;color:#6d28d9;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.provider-profile-review-copy{display:grid;gap:6px}.provider-profile-review-head{display:flex;justify-content:space-between;gap:12px}.provider-profile-review-stars{display:flex;gap:4px;color:#ffffff3d}.provider-profile-review-stars .active{fill:#faeeda;color:#ba7517}.provider-profile-review-copy p{margin:0;color:#ffffffd1;font-size:13px}@media (max-width: 520px){.provider-profile-service-edit,.provider-profile-form-actions{grid-template-columns:1fr}.provider-profile-data-row,.provider-profile-service-row,.provider-profile-link-row{grid-template-columns:1fr auto}.provider-profile-data-row strong{grid-column:1 / -1;text-align:left}}.schedule-provider-card,.schedule-time-card,.schedule-warning-card{border:.5px solid rgba(255,255,255,.14);border-radius:16px;background:#ffffff0d}.schedule-provider-card{display:grid;grid-template-columns:48px 1fr 18px;align-items:center;gap:12px;padding:14px;margin-bottom:18px}.schedule-provider-avatar{width:48px;height:48px;border-radius:999px;background:#ede4ff;color:#6d28d9;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:700}.schedule-provider-copy{display:grid;gap:4px}.schedule-provider-copy strong{font-size:14px;font-weight:500}.schedule-provider-copy small{color:#ffffff9e;font-size:12px}.schedule-provider-chevron{width:18px;height:18px;color:#ffffff70}.schedule-calendar-header{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;margin-bottom:14px}.schedule-calendar-header h2{margin:0;text-align:center;font-size:16px}.schedule-month-button{width:32px;height:32px;border:0;border-radius:999px;background:#ffffff14;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.schedule-weekday-grid,.schedule-day-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.schedule-weekday-grid{margin-bottom:8px}.schedule-weekday-grid span{text-align:center;color:#ffffff94;font-size:12px;font-weight:600}.schedule-day-button{aspect-ratio:1;border:0;border-radius:8px;background:#ffffff0f;color:#ffffffdb;font-size:13px;cursor:pointer}.schedule-day-button:disabled{opacity:.4;cursor:default}.schedule-day-button.today{color:#7c3aed;font-weight:500}.schedule-day-button.selected{background:#7c3aed;color:#fff}.schedule-period-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.schedule-period-card{min-height:96px;border:.5px solid rgba(255,255,255,.14);border-radius:16px;background:#ffffff0f;color:#fff;padding:12px;display:grid;justify-items:start;gap:6px;cursor:pointer}.schedule-period-card.selected{border:1.5px solid #7C3AED;background:#ede4ff;color:#6d28d9}.schedule-period-icon{width:20px;height:20px}.schedule-period-card strong{font-size:13px;font-weight:500}.schedule-period-card small{color:inherit;opacity:.74}.schedule-time-card{padding:14px;display:grid;gap:14px}.schedule-time-card div{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:8px}.schedule-time-card span{color:#ffffff94;font-size:12px}.schedule-time-card strong{font-size:14px}.schedule-edit-button{border:0;background:transparent;color:#7c3aed;font-size:13px;font-weight:600;cursor:pointer}.schedule-time-input{width:88px;border:.5px solid rgba(255,255,255,.14);border-radius:10px;background:#ffffff0f;color:#fff;padding:8px 10px}.schedule-warning-card{padding:14px;background:#faeeda;color:#854f0b;display:flex;gap:10px;align-items:start;margin-bottom:14px}.schedule-warning-icon{width:18px;height:18px;flex:0 0 auto}.schedule-warning-card p{margin:0;font-size:13px;line-height:1.4}.topbar>.button{flex:0 0 auto}.brand,.mini-brand{display:flex;align-items:center;gap:12px;min-width:0}h1,h2,h3{font-family:Poppins,sans-serif}.brand-text small{display:block;color:var(--muted-soft)}.brand-text{min-width:0}.brand-logo{display:block;width:auto;height:60px;object-fit:contain;flex:0 0 auto}.brand-compact .brand-logo{height:46px}.nav{display:flex;gap:18px;color:var(--muted);flex-wrap:wrap}.nav-link-with-icon{display:inline-flex;align-items:center;gap:8px}.nav-link-icon{flex:0 0 auto}.nav a.active,.nav a:hover{color:#fff}.hero,.search-panel,.section,.help-box{animation:rise .7s ease both}.hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:32px;padding:40px 0 30px;align-items:center}.hero-compact{grid-template-columns:1fr}.seller-hero{grid-template-columns:minmax(0,1.1fr) minmax(280px,.8fr)}.landing-hero{align-items:start;padding-top:92px}.hero-copy,.phone-shell,.search-panel,.surface,.dashboard-card,.help-box,.provider-card,.auth-card,.provider-hero,.form-preview,.upload-preview{background:linear-gradient(180deg,#3711daeb,#2506b2fa);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow)}.hero-copy,.search-panel,.surface,.dashboard-card,.help-box,.provider-card,.auth-card,.provider-hero,.form-preview,.upload-preview{padding:30px}.content-page{padding-top:22px}.eyebrow{margin:0 0 8px;color:#a78bfa;font-size:.8rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}h1{margin:0;font-size:var(--fs-h1);line-height:.92}h2{margin:0;font-size:var(--fs-h2);line-height:.95}h3{margin:0;font-size:var(--fs-h3);line-height:.95}.hero-text,.provider-meta,.help-box p,.phone-row span,.discovery-header p,.info-panel p,.seller-highlight-card p,.category-card p,.seller-benefits span,.section-heading>p,.final-cta p{color:var(--muted);line-height:1.55}.hero-copy>.hero-text{max-width:640px;margin-top:18px}.hero-actions,.section-heading,.provider-top,.provider-actions,.dashboard-head,.quick-metrics,.double-actions,.hero-stats,.field-row,.inline-links,.topbar-auth,.phone-search-card{display:flex;gap:12px}.hero-actions{margin-top:28px;margin-bottom:24px}.hero-actions,.hero-stats,.provider-actions,.provider-tags,.modal-highlights,.inline-links{flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:18px;padding:14px 22px;min-height:54px;min-width:210px;font-weight:800;color:#fff;cursor:pointer;text-transform:uppercase;background:linear-gradient(180deg,#ff850f,var(--primary-strong));box-shadow:0 10px 24px #ff6a0047;transition:transform .2s ease,filter .2s ease}.button:hover{transform:translateY(-1px);filter:brightness(1.03)}.button-secondary{background:linear-gradient(180deg,#7a5af8,#5b36dd);box-shadow:none}.button-ghost{min-height:46px;background:#ffffff1f;box-shadow:none}.button-disabled,.button[aria-disabled=true],.button:disabled{opacity:.55;cursor:not-allowed;transform:none;filter:none;pointer-events:none;box-shadow:none}.button-logout{min-width:auto}.account-chip{display:inline-flex;align-items:center;gap:10px;min-height:46px;max-width:100%;padding:8px 12px;border-radius:999px;background:#ffffff1a;color:#fff;overflow:hidden}.account-chip b{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-chip img{width:30px;height:30px;border-radius:50%;object-fit:cover;flex:0 0 auto;border:2px solid rgba(255,255,255,.18)}.topbar-leading-spacer{display:none}.user-menu{position:relative;display:none}.auth-app-topbar .user-menu{display:block}.auth-app-topbar .nav{margin-right:auto}.user-menu-trigger{width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#ffffff1f;color:#fff;font-weight:900;cursor:pointer;overflow:hidden}.user-menu-trigger img{width:100%;height:100%;object-fit:cover}.user-menu-popover{position:absolute;top:calc(100% + 10px);right:0;min-width:200px;display:grid;gap:6px;padding:10px;border:1px solid var(--border);border-radius:22px;background:var(--surface);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:50}.user-menu-item{width:100%;display:flex;align-items:center;gap:10px;min-height:44px;padding:10px 14px;border:0;border-radius:14px;color:#fff;text-align:left;background:rgba(var(--text-rgb, 255, 255, 255),.05);transition:background .2s,transform .1s}.user-menu-item:hover{background:rgba(var(--text-rgb, 255, 255, 255),.1)}.theme-switcher-divider{height:1px;background:var(--border);margin:4px 6px}.theme-switcher-container{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:4px 6px}.theme-button{height:42px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:12px;background:rgba(var(--text-rgb, 255, 255, 255),.04);color:var(--text);cursor:pointer}.theme-button.active{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 4px 12px #0000001a}.theme-button:hover:not(.active){background:rgba(var(--text-rgb, 255, 255, 255),.08)}.user-menu-logout{font:inherit;cursor:pointer}.menu-item-icon{flex:0 0 auto;opacity:.88}.swipe-section-frame{min-height:0;touch-action:pan-y}.info-panel,.seller-highlight-card{background:linear-gradient(180deg,#3711daeb,#2506b2fa);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow);padding:24px}.feature-page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px}.step-chip{display:inline-flex;align-items:center;justify-content:center;min-width:48px;height:48px;border-radius:999px;margin-bottom:14px;font-weight:800;background:linear-gradient(180deg,#ff850f,var(--primary-strong))}.cta-box{display:grid;gap:8px}.seller-highlight{display:flex;align-items:stretch}.hero-stats,.mini-list,.provider-tags{margin:0;padding:0;list-style:none}.hero-stats li,.metrics div,.quick-metrics article{flex:1 1 0;min-width:120px;padding:16px;border-radius:22px;background:linear-gradient(180deg,#ff7a00f5,#fa6800f2);color:#fff}.hero-stats strong,.metrics strong,.quick-metrics strong{display:block;font-size:1.35rem}.hero-stats span,.metrics span,.quick-metrics span{display:block;color:#ffffffe6}.hero-stats{gap:18px}.hero-stats li{min-height:152px;display:flex;flex-direction:column;justify-content:flex-start}.landing-hero .hero-copy{margin-top:56px}.hero-services-showcase{display:grid;gap:18px;min-width:0}.hero-services-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.hero-services-head span{color:var(--muted);font-size:.92rem}.hero-services-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(250px,292px);gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;scrollbar-width:none}.hero-services-carousel-autoplay{scroll-behavior:smooth}.hero-services-carousel::-webkit-scrollbar{display:none}.hero-service-card{display:grid;gap:12px;padding:14px;border-radius:28px;border:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#1a0870eb,#11034cfa);box-shadow:0 22px 44px #0c003a47;color:#fff;scroll-snap-align:start;min-width:0;transition:transform .2s ease,border-color .2s ease}.hero-service-card:hover{transform:translateY(-2px);border-color:#ffffff38}.hero-service-media{position:relative;overflow:hidden;display:grid;align-content:end;gap:10px;min-height:340px;padding:20px;border-radius:22px;background:linear-gradient(180deg,#ffffff0f,#ffffff05),radial-gradient(circle at top left,rgba(255,166,0,.18),transparent 54%),#ffffff0a;border:1px dashed rgba(255,255,255,.2)}.hero-service-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-service-media-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0a032c0a,#0a032c5c 46%,#0a032cdb),radial-gradient(circle at top left,rgba(255,166,0,.18),transparent 42%)}.hero-service-placeholder-label{position:relative;z-index:1;display:inline-flex;width:fit-content;padding:6px 10px;border-radius:999px;background:#ffffff14;color:#ffffffd1;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.hero-service-media strong{position:relative;z-index:1;font-size:1.5rem;line-height:1}.hero-service-content{display:grid;gap:8px}.hero-service-content strong{font-size:1.08rem}.hero-service-content p{margin:0;color:var(--muted);line-height:1.5}.hero-service-cta{display:inline-flex;width:fit-content;align-items:center;justify-content:center;margin-top:4px;padding:10px 14px;border-radius:999px;background:#ff850f29;color:#ffd6af;font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.hero-services-showcase-client .hero-services-head h2{margin:6px 0 0}.hero-services-carousel-client{grid-auto-columns:minmax(244px,320px)}.hero-service-card-client{background:linear-gradient(180deg,#3711daf5,#180382fa)}.hero-service-card-client .hero-service-cta{background:#ff850f33;color:#ffe1bd}.phone-preview{display:flex;justify-content:center}.phone-shell{width:min(100%,356px);padding:10px;border-radius:42px;background:linear-gradient(180deg,#17006b,#2603a5);overflow:hidden}.phone-notch{width:92px;height:22px;border-radius:999px;margin:0 auto 14px;background:#ffffff14}.phone-screen{padding:16px;border-radius:30px;background:linear-gradient(180deg,#3510d8,#2101aa);overflow:hidden}.app-profile{display:grid;grid-template-columns:56px minmax(0,1fr) 42px;align-items:center;gap:12px;padding:16px 18px;border-radius:24px;background:#3812ddf5}.app-profile-copy{min-width:0}.app-profile-copy h3{font-size:1.1rem;line-height:1.02;margin-bottom:6px}.app-profile-copy p{font-size:.82rem;line-height:1.25;margin:0}.app-profile-avatar,.avatar,.provider-avatar{display:grid;place-items:center;border-radius:50%;background:linear-gradient(180deg,#ffd4a7,#ffb56f);color:#3911c9;font-weight:900}.app-profile-avatar,.provider-avatar.large{width:56px;height:56px;font-size:1.45rem}.avatar.tiny{width:40px;height:40px}.provider-avatar{width:60px;height:60px;font-size:1.5rem}.provider-avatar-photo{overflow:hidden;position:relative}.provider-avatar-photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;object-fit:cover}.edit-chip,.pill,.pill-soft,.phone-row b{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;font-size:.9rem;font-weight:800}.edit-chip{width:42px;height:42px;padding:0}.edit-chip,.phone-row b,.pill{background:linear-gradient(180deg,#ff850f,var(--primary-strong))}.pill-soft{background:#ffffff29}.notice-card{display:grid;gap:4px;padding:15px 18px;margin-top:14px;margin-bottom:16px;border-radius:24px;background:linear-gradient(180deg,#ff850f,var(--primary-strong))}.notice-card strong{font-size:.98rem;line-height:1.2}.notice-card span{font-size:.82rem}.phone-list{display:grid;gap:12px}.discovery-header{display:grid;gap:4px;padding:16px 18px;border-radius:24px;background:#3812ddf5}.discovery-header p,.discovery-header strong{margin:0}.discovery-header strong{font-size:1.12rem}.phone-search-card{flex-wrap:wrap;margin-top:14px}.phone-search-card .pill-soft{background:#ffffff1f}.discovery-metrics .metric-card{background:linear-gradient(180deg,#714df1f5,#4f30d8fa)}.discovery-metrics .spotlight-card{background:linear-gradient(180deg,#ff850f,var(--primary-strong))}.discovery-banner{background:linear-gradient(180deg,#ff7a00fa,#ea7630f2)}.phone-list-head h3{font-size:1.12rem;line-height:1.05}.phone-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;border-radius:24px;background:#3812ddf2}.phone-row-copy{min-width:0;display:grid;gap:4px}.phone-row-copy strong{display:block;font-size:.84rem;line-height:1.18}.phone-row-copy span{display:block;font-size:.72rem;line-height:1.24}.phone-row b{min-width:94px;min-height:40px;padding:0 12px;font-size:.8rem}.mobile-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:16px;padding:16px;font-size:1.7rem;text-align:center;border-radius:22px;background:#2707adf0}.filters,.cards-grid,.dashboard-grid,.mobile-showcase,.register-grid{display:grid;gap:22px}.quick-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:14px 0 0}.metric-card{min-height:104px;padding:13px 10px;border-radius:20px;overflow:hidden}.quick-metrics .metric-card{min-width:0;width:100%}.metric-card strong{font-size:.98rem;line-height:1.1}.metric-card span{margin-top:8px;font-size:.76rem;line-height:1.15}.filters{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:22px}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.mobile-showcase,.register-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.section{padding-top:var(--section-gap);padding-bottom:var(--section-gap)}.section-heading{align-items:end;justify-content:space-between;margin-bottom:24px}.provider-card{display:grid;gap:18px;align-content:start;min-height:100%}.category-card{display:grid;gap:12px;min-height:100%;padding:24px;border:1px solid var(--border);border-radius:28px;background:linear-gradient(180deg,#3d13e0f2,#2909b8fa);box-shadow:var(--shadow);transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease,border-color .4s ease}.category-card:hover{transform:translateY(-10px) scale(1.03);box-shadow:0 30px 60px #08003966;border-color:#fff3}.category-card h3,.seller-panel h2{font-size:1.6rem}.category-index,.category-link{display:inline-flex;width:fit-content;align-items:center;justify-content:center;border-radius:999px;font-weight:800}.category-index{min-width:52px;min-height:38px;padding:6px 12px;background:linear-gradient(180deg,#ff850f,var(--primary-strong))}.category-link{min-height:36px;padding:6px 0;color:#ffd6b2}.provider-top{align-items:center;justify-content:space-between}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:22px 0}.mini-list{display:grid;gap:10px;color:var(--muted)}.mini-list li{padding:12px 14px;border-radius:16px;background:#ffffff0f}.provider-meta{margin:10px 0 0}.provider-tags{display:grid;gap:12px}.provider-tags li{width:100%;min-height:72px;display:flex;align-items:center;padding:0 28px;border-radius:24px;background:linear-gradient(180deg,#ff7a00f0,#ea7630f0);font-size:1.15rem;line-height:1.35}.provider-actions{margin-top:8px}.search-panel .section-heading,.help-box .section-heading{margin-bottom:0}.search-panel{margin-top:6px}.search-panel .filters{margin-top:26px}.help-box{gap:8px}.seller-panel{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);gap:24px}.seller-panel-copy{display:grid;align-content:start}.seller-benefits{display:grid;gap:14px}.seller-benefits article{display:grid;gap:6px;padding:18px;border-radius:24px;background:#ffffff14}.seller-actions{margin-bottom:0}.final-cta{text-align:center}.final-cta .hero-actions{justify-content:center}.help-box .hero-actions{margin-top:10px;margin-bottom:0}.client-topbar{margin-bottom:18px}.client-desktop-nav{flex:1 1 auto}.client-home{display:block;width:100%;max-width:100%;padding-bottom:110px;overflow-x:hidden}.client-shell{display:grid;gap:20px;width:min(100%,1040px);margin:0 auto;padding-inline:0;min-width:0}.client-shell>*{width:100%;min-width:0}.client-hero-card,.client-service-card,.client-category-card,.client-provider-card,.client-order-card,.client-search-trigger,.client-bottom-nav{border:1px solid var(--border);box-shadow:var(--shadow)}.client-hero-card,.client-provider-card,.client-order-card,.client-category-card{background:var(--surface);color:var(--text);border-radius:30px}.client-hero-card{display:grid;gap:20px;padding:24px;width:100%;min-width:0}.client-hero-copy{display:grid;gap:10px;min-width:0}.client-hero-copy .hero-text,.client-search-label,.client-service-card p,.client-category-card p,.client-provider-copy p,.client-provider-description,.client-provider-meta span,.client-order-card p{color:var(--muted)}.client-search-box{display:grid;gap:10px;min-width:0}.client-search-label{font-size:.92rem;font-weight:700}.client-search-trigger{display:flex;align-items:center;width:100%;max-width:100%;min-height:62px;padding:0 18px;text-align:left;border-radius:22px;color:#fff;background:linear-gradient(180deg,#ff7a00f5,#ea7630f0);font-weight:800}.client-section{padding-top:0}.client-service-strip{display:grid;width:100%;min-width:0;grid-auto-flow:column;grid-auto-columns:minmax(180px,1fr);gap:14px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.client-service-strip::-webkit-scrollbar{display:none}.client-service-card{display:grid;gap:12px;min-height:176px;padding:20px;border-radius:28px;background:linear-gradient(180deg,#ff7a00fa,#ec7422f5)}.client-service-card strong{font-size:1.28rem;line-height:1.05}.client-service-card p{margin:0;color:#ffffffdb}.client-category-grid,.client-provider-list,.client-order-list{display:grid;gap:14px;width:100%;min-width:0}.client-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.client-category-card{display:grid;gap:8px;min-height:148px;padding:20px}.client-category-card h3,.client-provider-copy h3{font-size:1.2rem;line-height:1.05}.client-category-card p,.client-provider-description,.client-order-card p{margin:0}.client-provider-card{display:grid;gap:14px;padding:20px;width:100%;min-width:0}.client-provider-summary{display:grid;gap:14px;width:100%;padding:0;text-align:left;color:inherit;border:0;background:transparent;cursor:pointer}.client-provider-card.is-expanded{gap:18px}.client-provider-head,.client-provider-meta,.client-order-head{display:flex;align-items:center;gap:12px}.client-provider-head,.client-order-head{justify-content:space-between}.client-provider-copy{min-width:0;flex:1 1 auto}.client-provider-copy p{margin:6px 0 0}.client-rating{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:8px 12px;border-radius:999px;background:#ffffff1f;font-weight:800}.client-provider-meta{flex-wrap:wrap}.client-provider-meta span{display:inline-flex;align-items:center;min-height:34px;padding:8px 12px;border-radius:999px;background:#ffffff14}.client-provider-signals,.client-provider-services{display:flex;flex-wrap:wrap;gap:10px;min-width:0}.client-provider-actions .button,.client-provider-actions a.button{width:100%;min-width:0}.client-provider-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.client-provider-expanded{display:grid;gap:14px;padding-top:4px}.client-provider-expanded-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:14px}.client-provider-panel{display:grid;gap:14px;padding:18px;border-radius:22px;background:#ffffff14;border:1px solid rgba(255,255,255,.08)}.client-provider-expanded-head{display:flex;align-items:center;gap:14px}.client-provider-expanded-head h3,.section-heading.compact h3{margin:0;font-size:1.1rem;line-height:1.05}.section-heading.compact{margin-bottom:0}.client-provider-expanded-head p,.client-provider-service-item p,.client-provider-review-card p{margin:0}.client-provider-reputation{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.client-provider-reputation div{display:grid;gap:4px;padding:12px;border-radius:18px;background:#ffffff0f}.client-provider-reputation strong{font-size:1rem}.client-provider-reputation span{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:#ffffffb8}.client-provider-service-stack,.client-provider-review-list{display:grid;gap:10px}.client-provider-service-item,.client-provider-review-card{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px;border-radius:18px;background:#ffffff0d}.client-provider-service-item strong,.client-provider-review-head strong{display:block}.client-provider-service-item span{white-space:nowrap;font-weight:700}.client-provider-review-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.provider-booking-panel{display:grid;gap:12px}.provider-booking-panel .button{width:100%}.request-order-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.provider-booking-location-actions{display:grid;gap:8px}.provider-booking-location-actions .button{width:100%}.provider-booking-price{margin:0;font-weight:700}.provider-booking-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.client-filters{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;width:100%;min-width:0}.catalog-search-results{display:grid;gap:10px}.catalog-result{width:100%;display:grid;gap:4px;padding:14px 16px;text-align:left;border:1px solid var(--border);border-radius:20px;color:#fff;background:#3612dbd1}.catalog-result span{color:var(--muted)}.category-button{border:1px solid var(--border);text-align:left;color:#fff}.category-mini-badge{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:34px;padding:6px 10px;border-radius:999px;background:linear-gradient(180deg,#ff850f,var(--primary-strong));font-weight:800}.catalog-selector{margin:0;padding:0;border:0;display:grid;gap:12px}.catalog-selector legend{padding:0;font-weight:700}.profile-avatar-field{display:grid;gap:10px}.avatar-upload-shell{display:flex;align-items:center;gap:16px;padding:16px;border-radius:22px;background:#ffffff0f}.avatar-preview-circle{width:76px;height:76px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;overflow:hidden;background:linear-gradient(180deg,#ffcf9e,#ff9c47);color:#3111b3;font-weight:900}.avatar-preview-circle img{width:100%;height:100%;display:block;object-fit:cover}.avatar-upload-copy{min-width:0;display:grid;gap:10px}.avatar-upload-copy p{margin:0;color:var(--muted)}.avatar-upload-actions{display:flex;flex-wrap:wrap;gap:10px}.avatar-upload-actions .button{min-width:0}.avatar-cropper-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:24px;background:#0b1020b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.avatar-cropper-modal{width:min(100%,540px);display:grid;gap:18px;padding:24px;border-radius:28px;background:#101a33;box-shadow:0 24px 60px #00000047}.avatar-cropper-head{display:grid;gap:8px}.avatar-cropper-head h3,.avatar-cropper-head p{margin:0}.avatar-cropper-head p{color:var(--muted)}.avatar-cropper-stage-shell{display:grid;place-items:center}.avatar-cropper-stage{position:relative;width:260px;height:260px;overflow:hidden;border-radius:28px;background:linear-gradient(45deg,rgba(255,255,255,.08) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.08) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.08) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.08) 75%);background-size:20px 20px;background-position:0 0,0 10px,10px -10px,-10px 0;touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none}.avatar-cropper-stage:active{cursor:grabbing}.avatar-cropper-stage img{position:absolute;top:50%;left:50%;max-width:none;max-height:none;transform-origin:center}.avatar-cropper-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.avatar-cropper-mask:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#050a1880;box-shadow:inset 0 0 0 1px #ffffff1f}.avatar-cropper-mask:after{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:50%;box-shadow:0 0 0 999px #050a189e;border:2px solid rgba(255,255,255,.9)}.avatar-cropper-zoom{display:grid;gap:10px;font-weight:700}.avatar-cropper-zoom input{width:100%}.avatar-cropper-actions{display:flex;justify-content:flex-end;gap:10px}.hidden-input{display:none}.catalog-hint{margin:0;color:var(--muted)}.catalog-empty{padding:16px 18px;border-radius:20px;color:var(--muted);background:#ffffff0f}.service-checklist{display:grid;gap:10px}.service-option{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;background:#ffffff0f}.service-option input{width:18px;height:18px;flex:0 0 auto}.client-order-card{display:grid;gap:10px;padding:18px 20px}.client-empty-state,.provider-empty-state{display:grid;gap:8px;padding:22px;border-radius:24px}.client-empty-state{background:#ffffff0f}.order-notice-card{display:grid;gap:8px;padding:20px 22px;border-radius:24px;background:#ff850f1f;border:1px solid rgba(255,133,15,.2)}.provider-notice-card{background:#684ae114;border-color:#684ae129}.client-bottom-nav{position:fixed;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));z-index:30;width:auto;max-width:640px;margin-inline:auto;padding:10px;display:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;border-radius:28px;border:1px solid var(--border);background:rgba(var(--surface-rgb),.7);backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);box-shadow:0 10px 32px #0000002e}.client-bottom-link{display:grid;justify-items:center;align-content:center;justify-content:center;gap:4px;min-height:52px;padding:10px 8px;border-radius:18px;color:#ffffffc2;transition:background .22s ease,color .22s ease,transform .18s ease,box-shadow .22s ease;position:relative;overflow:hidden}.bottom-nav-icon{flex:0 0 auto;transition:transform .22s ease,opacity .22s ease}.bottom-nav-avatar{width:22px;height:22px;border-radius:999px;object-fit:cover;flex:0 0 22px;border:1.5px solid rgba(255,255,255,.25);transition:transform .22s ease,opacity .22s ease}.client-bottom-link.active .bottom-nav-avatar,.provider-bottom-link.active .bottom-nav-avatar{border-color:currentColor;opacity:1}.client-bottom-link span{max-width:70px;margin-left:0;overflow:hidden;white-space:nowrap;font-size:.86rem;font-weight:800;opacity:1;transform:translateY(0);transition:max-width .26s ease,max-height .26s ease,opacity .18s ease,transform .22s ease,margin .22s ease;max-height:18px}.client-bottom-link.active,.client-bottom-link:hover{color:#7c3aed;background:#7c3aed2e;box-shadow:inset 0 0 0 1px #7c3aed24}.client-bottom-link.active .bottom-nav-icon,.client-bottom-link:hover .bottom-nav-icon{transform:scale(1.14);color:#7c3aed}.client-bottom-link.active .bottom-nav-icon{animation:bottom-nav-icon-pop .28s ease}.client-bottom-link.active span{max-width:0;max-height:0;opacity:0;transform:translateY(-4px)}.client-bottom-link:active{transform:scale(.96)}.client-bottom-badge{position:absolute;top:4px;right:10px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ff850f;color:#fff;font-size:.68rem;font-weight:800;box-shadow:0 8px 18px #ff850f47;animation:bottom-nav-badge-pulse 2.4s ease-in-out infinite}.link-disabled{opacity:.5;pointer-events:none}.provider-workspace{padding-top:6px;padding-bottom:112px}.provider-page-shell{display:grid;gap:18px}.provider-hero-panel,.provider-light-card,.provider-status-card,.provider-bottom-nav{border:1px solid rgba(58,18,184,.1);box-shadow:0 18px 50px #11005224}.provider-hero-panel,.provider-light-card,.provider-status-card{background:var(--surface);color:var(--text);border-radius:30px}.provider-hero-panel,.provider-light-card{padding:24px}.provider-panel-copy,.provider-section-head,.provider-action-list,.provider-insight-list,.provider-doc-grid,.provider-settings-form{display:grid;gap:16px}.provider-panel-copy .eyebrow,.provider-light-card .eyebrow{color:var(--primary)}.provider-panel-copy h1,.provider-light-card h2,.provider-light-card strong,.provider-light-card label,.provider-doc-card strong{color:#24086f}.provider-muted{color:#24086fb8}.provider-hero-actions,.provider-save-bar,.provider-section-head{display:flex;gap:12px;align-items:center;justify-content:space-between}.provider-summary-grid,.provider-content-grid,.provider-doc-grid,.provider-form-grid{display:grid;gap:16px}.provider-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.provider-content-grid{grid-template-columns:1.15fr .85fr}.provider-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.provider-form-grid .full-width{grid-column:1 / -1}.provider-stat-card strong{font-size:2rem;line-height:1}.provider-stat-label{font-size:.82rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#6e50df}.provider-action-list{grid-template-columns:repeat(3,minmax(0,1fr))}.provider-order-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.provider-profile-view,.provider-home-clean{color:#24086f}.provider-home-shell{gap:20px}.provider-home-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.provider-home-heading{display:grid;gap:6px}.provider-home-heading h1{color:#fff}.provider-home-date{margin:0;text-transform:capitalize}.provider-home-profile-chip{width:46px;height:46px;flex:0 0 auto;border-radius:16px;overflow:hidden;display:grid;place-items:center;background:#684ae11f;color:#5f36dc;font-weight:800}.provider-home-profile-chip span{font-size:.95rem;letter-spacing:.04em}.provider-home-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.provider-home-stat-card{display:grid;gap:8px;padding:20px;border-radius:24px;border:1px solid rgba(58,18,184,.1);background:linear-gradient(180deg,#fffffffa,#f7f4fffa);box-shadow:0 14px 36px #1100521a;color:#24086f}.provider-home-stat-label{font-size:.76rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#6e50df}.provider-home-stat-card strong{font-size:2rem;line-height:1}.provider-home-stat-card p{margin:0;color:#24086fb8}.provider-home-growth{font-weight:800}.provider-home-growth.positive{color:#3b6d11}.provider-home-growth.negative{color:#a32d2d}.provider-home-metric-accent{color:#ff6b35}.provider-home-main{display:grid;grid-template-columns:1.05fr .95fr;gap:18px}.provider-calendar-panel,.provider-active-orders-panel,.provider-schedule-panel,.provider-finance-card{display:grid;gap:16px}.provider-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.provider-calendar-nav{display:flex;gap:8px}.provider-calendar-arrow{width:38px;height:38px;border:0;border-radius:14px;background:#684ae11a;color:#5f36dc;font-size:1.2rem;cursor:pointer}.provider-calendar-weekdays,.provider-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.provider-calendar-weekdays span{font-size:.76rem;font-weight:800;text-transform:uppercase;color:#24086f85;text-align:center}.provider-calendar-empty,.provider-calendar-day{min-height:54px;border-radius:18px}.provider-calendar-day{position:relative;display:grid;place-items:center;background:#684ae10f;color:#24086f;font-weight:800}.provider-calendar-day.is-today{background:#684ae129}.provider-calendar-day.is-marked b{position:absolute;bottom:9px;width:7px;height:7px;border-radius:50%;background:#ff850f}.provider-task-list{display:grid;gap:12px}.provider-task-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid rgba(58,18,184,.1)}.provider-task-item:last-child{border-bottom:0;padding-bottom:0}.provider-task-date{display:grid;gap:4px;min-width:82px}.provider-task-date strong{font-size:.88rem}.provider-task-date span,.provider-task-copy p{margin:0;color:#24086fad}.provider-task-copy{display:grid;gap:4px}.provider-task-status{display:inline-flex;align-items:center;min-height:32px;padding:6px 10px;border-radius:999px;font-size:.74rem;font-weight:800;text-transform:uppercase}.provider-task-status.status-novo,.provider-task-date.status-novo{color:#6e50df}.provider-task-status.status-ativo,.provider-task-date.status-ativo{color:#17653a}.provider-task-status.status-confirmado,.provider-task-date.status-confirmado{color:#1f5bbb}.provider-task-status.status-urgente,.provider-task-date.status-urgente{color:#c14b00}.provider-task-status.status-novo{background:#684ae11a}.provider-task-status.status-ativo{background:#17653a1a}.provider-task-status.status-confirmado{background:#1f5bbb1a}.provider-task-status.status-urgente{background:#ff850f24}.provider-active-orders-list{display:grid;gap:12px}.provider-active-order-card{display:grid;gap:10px;padding:16px;border-radius:18px;border:1px solid rgba(58,18,184,.08);background:#684ae10a}.provider-active-order-card.is-pending{border-left:3px solid #ff6b35;background:#ff6b350a}.provider-active-order-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.provider-active-order-head strong,.provider-active-order-head p,.provider-active-order-meta{margin:0}.provider-active-order-head p,.provider-active-order-meta{color:#24086fad}.provider-active-order-status{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;font-size:.72rem;font-weight:800;text-transform:uppercase}.provider-active-order-status.status-pending{background:#faeeda;color:#854f0b}.provider-active-order-status.status-accepted{background:#e6f1fb;color:#185fa5}.provider-active-order-status.status-in_progress{background:#ede4ff;color:#4c1d95}.provider-active-order-link{display:inline-flex;width:fit-content;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:12px;background:#ede4ff;color:#4c1d95;font-weight:800}.provider-active-order-link.is-urgent{background:#ff6b35;color:#fff}.provider-dashboard-error-card{justify-items:center;text-align:center}.provider-dashboard-error-card h2{margin:0}.provider-dashboard-skeleton{overflow:hidden}.provider-dashboard-skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#e0def7d1,#eeedfe,#e0def7d1);background-size:200% 100%;animation:provider-dashboard-pulse 1.25s ease-in-out infinite}.provider-dashboard-skeleton-line.short{width:34%}.provider-dashboard-skeleton-line.medium{width:58%}.provider-dashboard-skeleton-line.long{width:82%}@keyframes provider-dashboard-pulse{0%{background-position:200% 0;opacity:.78}50%{background-position:100% 0;opacity:1}to{background-position:0 0;opacity:.78}}.provider-inline-link{width:fit-content;color:#5f36dc;font-weight:800}.provider-finance-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.provider-finance-metrics div{display:grid;gap:6px;padding:18px;border-radius:20px;background:#684ae10f}.provider-finance-metrics span{color:#24086fa8}.provider-profile-hero{position:relative;display:grid;gap:14px;padding:22px;border-radius:32px;border:1px solid rgba(58,18,184,.12);background:#fff;box-shadow:0 18px 50px #1100521f}.provider-profile-main{display:flex;align-items:flex-start;gap:14px}.provider-profile-avatar{width:96px;height:96px;flex:0 0 auto;border-radius:16px}.provider-profile-copy{display:grid;gap:10px;flex:1 1 auto;min-width:0}.provider-profile-heading{display:grid;gap:4px}.provider-profile-subtitle{margin:0;font-size:15px;font-weight:500;color:#6e50df}.provider-profile-meta{display:flex;gap:8px;flex-wrap:wrap;color:#24086fbd;font-weight:700}.provider-profile-pill{display:inline-flex;align-items:center;min-height:34px;padding:8px 12px;border-radius:999px;background:#6b4bf01f;color:#4b2fd4;font-size:.78rem;font-weight:800}.provider-profile-pill.is-accent{background:#ff6b2b24;color:#c7531f}.provider-reputation-row{display:flex;align-items:center;justify-content:flex-start;gap:12px;padding-top:12px;border-top:.5px solid rgba(75,47,212,.08)}.provider-reputation-score{display:inline-flex;align-items:center;gap:6px;flex:0 0 auto;min-width:0}.provider-reputation-score strong,.provider-reputation-count strong{font-size:1.05rem;line-height:1}.provider-reputation-star{color:#ff6b2b;font-size:.9rem;line-height:1}.provider-reputation-progress{min-width:0;flex:1 1 auto;display:grid;gap:6px}.provider-reputation-progress span,.provider-reputation-count span{font-size:.76rem;color:#24086fad}.provider-reputation-count{display:grid;gap:4px;flex:0 0 auto;justify-items:end;text-align:right}.provider-reputation-track{width:100%;height:8px;border-radius:999px;background:#4b2fd414;overflow:hidden}.provider-reputation-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#6b4bf0,#4b2fd4)}.provider-profile-menu{position:absolute;top:18px;right:18px}.provider-profile-menu-trigger{width:46px;height:46px;border:0;border-radius:18px;display:grid;place-items:center;padding:0;background:#684ae11a;color:#5f36dc;cursor:pointer}.provider-profile-menu-popover{position:absolute;top:calc(100% + 10px);right:0;min-width:210px;padding:8px;border-radius:20px;border:1px solid rgba(58,18,184,.12);background:#fffffffa;box-shadow:0 18px 42px #11005229;display:grid;gap:4px;z-index:6}.provider-profile-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;border:0;border-radius:14px;color:#24086f;background:transparent;text-align:left;font:inherit;cursor:pointer}.provider-profile-menu-item:hover{background:#684ae114}.provider-profile-content-grid{grid-template-columns:1fr 1fr;gap:8px}.provider-profile-view .eyebrow{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#4b2fd4}.provider-profile-view .provider-section-head h2{font-size:15px;font-weight:500;line-height:1.2}.provider-profile-view .provider-light-card,.provider-profile-view .provider-profile-hero{background:#fff}.provider-portfolio-empty{min-height:92px;display:grid;place-items:center;padding:16px;border-radius:18px;background:#fff;color:#24086fb3;font-size:13px;line-height:1.45;text-align:center}.provider-service-chip-list{display:flex;flex-wrap:wrap;gap:10px}.provider-service-chip{display:inline-flex;align-items:center;min-height:38px;padding:8px 14px;border-radius:999px;background:#684ae11a;color:#4a26c2;font-weight:800}.provider-empty-state-inline{min-height:92px;display:grid;place-items:center;padding:12px;border-radius:16px;border:.5px dashed rgba(75,47,212,.16);background:#fff;color:#24086fad;font-size:12px;line-height:1.45;text-align:center}.provider-profile-bio{margin:0;line-height:1.7;color:#24086fc7}.provider-review-pill{display:inline-flex;align-items:center;min-height:34px;padding:8px 12px;border-radius:999px;background:#6b4bf01f;color:#4b2fd4;font-size:.8rem;font-weight:800}.provider-review-hint{display:grid;gap:8px;padding:16px;border-radius:20px;background:#fff;border:.5px solid rgba(75,47,212,.1)}.provider-review-hint strong{color:#24086f}.provider-review-hint p{margin:0;color:#24086fb8;line-height:1.5}.provider-public-actions-card{display:grid;gap:16px}.provider-public-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.provider-public-actions-copy{display:grid;gap:12px}.provider-public-actions-copy p{margin:0;color:#24086fbd}.provider-public-booking-box{display:grid;gap:12px}.provider-orders-panel{display:grid;gap:18px}.provider-action-card,.provider-doc-card{display:grid;gap:8px;padding:18px;border-radius:22px;background:#684ae114;color:#24086f}.provider-action-card span,.provider-doc-card span,.provider-insight-list span{color:#24086fb3;line-height:1.5}.provider-insight-list{margin:0;padding:0;list-style:none}.provider-insight-list li{display:grid;gap:6px;padding:16px 0;border-bottom:1px solid rgba(58,18,184,.1)}.provider-insight-list li:last-child{border-bottom:0;padding-bottom:0}.provider-status-card{display:grid;gap:6px;padding:18px 20px}.provider-status-error{background:linear-gradient(180deg,#ffefeffa,#fff5f5fa);color:#8d2222}.provider-status-success{background:linear-gradient(180deg,#ecfff1fa,#f6fff8fa);color:#17653a}.provider-save-bar{padding:18px 0 0}.provider-bottom-nav{position:fixed;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));z-index:30;width:auto;max-width:640px;margin-inline:auto;padding:10px;display:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;border-radius:28px;border:1px solid var(--border);background:rgba(var(--surface-rgb),.7);backdrop-filter:blur(28px) saturate(180%);-webkit-backdrop-filter:blur(28px) saturate(180%);box-shadow:0 10px 32px #0000002e}.provider-bottom-link{display:grid;justify-items:center;align-content:center;justify-content:center;gap:4px;min-height:52px;padding:10px 8px;position:relative;border-radius:18px;color:var(--muted);overflow:hidden;transition:background .22s ease,color .22s ease,transform .18s ease,box-shadow .22s ease}.provider-bottom-link span{max-width:100%;margin-left:0;overflow:hidden;white-space:nowrap;font-size:.78rem;font-weight:800;opacity:1;transform:translateY(0);transition:opacity .18s ease,transform .22s ease,margin .22s ease;max-height:18px;text-align:center}.provider-bottom-link.active,.provider-bottom-link:hover{color:#7c3aed;background:#7c3aed2e;box-shadow:inset 0 0 0 1px #7c3aed24}.provider-bottom-link.active{gap:0}.provider-bottom-link.active .bottom-nav-icon,.provider-bottom-link:hover .bottom-nav-icon{transform:scale(1.14);color:#7c3aed}.provider-bottom-link.active .bottom-nav-icon{animation:bottom-nav-icon-pop .28s ease;transform:scale(1.25)}.provider-bottom-link.active span{max-width:0;max-height:0;opacity:0;transform:translateY(-4px)}.provider-bottom-link:active{transform:scale(.96)}.field-label,.upload-preview p{margin:14px 0 8px;font-size:1.2rem;font-weight:700}.field-skeleton{height:46px;border-radius:999px;background:linear-gradient(180deg,#7251ebeb,#5c37dff0);position:relative;overflow:hidden}.field-skeleton:after{content:"";position:absolute;left:14px;top:10px;bottom:10px;border-radius:999px;background:#ffffffeb}.field-skeleton.long:after{width:calc(100% - 36px)}.field-skeleton.medium:after{width:42%}.field-skeleton.short{flex:1}.field-skeleton.short:after{width:calc(100% - 26px)}.upload-photo{overflow:hidden;border-radius:26px;background:#ffffff14}.upload-photo img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover}.centered-page{padding-top:42px}.auth-card{width:min(720px,100%);margin:0 auto}.onboarding-shell{display:grid;gap:24px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.choice-card{display:grid;gap:16px;padding:24px;border-radius:28px;border:1px solid var(--border);background:#ffffff0f}.choice-card h2{font-size:1.8rem}.choice-badge,.step-pill{display:inline-flex;align-items:center;justify-content:center;width:fit-content;min-height:38px;padding:8px 14px;border-radius:999px;font-weight:800;background:linear-gradient(180deg,#ff850f,var(--primary-strong))}.choice-list{margin:0;padding-left:20px;color:var(--muted);display:grid;gap:10px}.step-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.onboarding-actions{display:flex;gap:12px;flex-wrap:wrap}.register-flow{display:grid;gap:18px}.onboarding-panel{padding:24px}.login-form,.register-grid label{display:grid;gap:10px}.login-form{margin-top:20px}.register-grid{margin:22px 0}.register-grid .full-width{grid-column:1 / -1}label{font-weight:700}input,select,textarea{width:100%;border:0;border-radius:18px;padding:15px 16px;color:#fff;background:#6743e4eb}input::placeholder,textarea::placeholder{color:#ffffff9e}.form-feedback{margin:0;font-weight:700}.form-feedback-error{color:#ffb7b7}button:disabled{opacity:.72;cursor:wait}.provider-page,.provider-hero{display:grid;gap:18px}.provider-hero{grid-template-columns:1.2fr .8fr;margin-top:28px}.provider-hero-main{display:flex;align-items:center;gap:18px}.provider-topbar .nav{flex:1 1 auto}.client-topbar .brand,.provider-topbar .brand{justify-self:center}.client-desktop-nav,.provider-desktop-nav{margin-right:auto}.checkout-box{padding:18px;border-radius:24px;background:linear-gradient(180deg,#ff850f,var(--primary-strong))}.request-order-form{display:grid;gap:12px;margin-top:10px}.request-order-form label{display:grid;gap:8px;font-weight:700}.request-order-form select,.request-order-form textarea,.request-order-form input{background:#ffffffe6;color:#4d2200;border:1px solid rgba(255,255,255,.35)}.request-order-form input::placeholder,.request-order-form textarea::placeholder{color:#4d22008c}.order-review-form{display:grid;gap:14px}.order-review-form label{display:grid;gap:8px}.order-review-form textarea{width:100%;min-height:120px;padding:12px 14px;border:1px solid rgba(58,18,184,.14);border-radius:18px;background:#fff;color:#24086f}.order-review-stars{display:flex;gap:8px;flex-wrap:wrap}.order-review-star{width:42px;height:42px;border:0;border-radius:14px;background:#684ae114;color:#4b2fd47a;font-size:1.3rem;line-height:1;cursor:pointer}.order-review-star.active{background:#ff6b2b1f;color:#ff6b2b}.order-review-summary{display:grid;gap:8px}.order-review-summary p{margin:0;color:#24086fb8}.provider-contact-lock{margin:2px 0 0;color:#4d2200d1;font-weight:700;line-height:1.5}.public-topbar-actions-hidden{visibility:hidden;pointer-events:none}.order-list{display:grid;gap:16px}.order-card{display:grid;gap:14px;padding:22px;border-radius:24px}.order-detail-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:16px}.order-detail-card{display:grid;gap:10px;padding:22px;border-radius:24px}.client-home .order-detail-card{background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.provider-workspace .order-detail-card{background:#684ae10f}.order-detail-actions,.order-contact-actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.order-contact-actions p{margin:0}.order-timeline{display:grid;gap:12px}.order-timeline-step{display:grid;grid-template-columns:18px minmax(0,1fr);gap:14px;align-items:start;opacity:.58}.order-timeline-step.is-active{opacity:1}.order-timeline-dot{width:18px;height:18px;margin-top:2px;border-radius:50%;background:#ffffff2e;border:2px solid rgba(255,255,255,.22)}.order-timeline-step.is-active .order-timeline-dot{background:linear-gradient(180deg,#ff850f,var(--primary-strong));border-color:#ffffff52}.provider-workspace .order-timeline-dot{background:#684ae11f;border-color:#684ae12e}.order-timeline-step p{margin:4px 0 0}.client-home .order-card{background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.provider-orders-panel .order-card{background:#684ae10f}.order-card-head,.order-card-actions{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.order-card-eyebrow{margin:0 0 4px;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;opacity:.68}.order-card h3{margin:0}.order-card-detail{margin:0;color:inherit;opacity:.8}.order-card-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0}.order-card-meta div{display:grid;gap:4px}.order-card-meta dt{font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;opacity:.58}.order-card-meta dd{margin:0;font-weight:700}.checkout-box strong{display:block;font-size:1.8rem;margin-top:12px}.dashboard-card,.checkout-box,.choice-card,.info-panel,.seller-highlight-card{overflow:hidden}@keyframes rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bottom-nav-icon-pop{0%{transform:scale(.92)}65%{transform:scale(1.2)}to{transform:scale(1.14)}}@keyframes bottom-nav-badge-pulse{0%,to{transform:scale(1);box-shadow:0 8px 18px #ff850f47}50%{transform:scale(1.08);box-shadow:0 10px 22px #ff850f5c}}@media (max-width: 980px){.topbar,.nav,.section-heading,.hero-actions,.double-actions,.provider-hero,.provider-hero-main,.inline-links,.seller-panel{flex-direction:column;align-items:flex-start}.hero,.filters,.metrics,.provider-hero,.seller-hero,.seller-panel{grid-template-columns:1fr}.client-category-grid{grid-template-columns:1fr 1fr}.client-filters,.provider-summary-grid,.provider-content-grid,.provider-action-list,.provider-form-grid,.provider-doc-grid{grid-template-columns:1fr}.provider-hero-actions,.provider-save-bar,.provider-section-head{flex-direction:column;align-items:flex-start}.topbar{padding:18px;border-radius:28px;align-items:stretch}.nav{width:100%;gap:10px}.nav a{width:100%;padding:10px 14px;border-radius:14px;background:#ffffff14}.topbar>.button{width:100%}.hero{gap:26px}.hero-copy,.phone-preview,.hero-actions{width:100%}.hero-actions .button,.hero-actions a.button{flex:1 1 220px}.hero-stats{width:100%}.button{min-width:0}}@media (max-width: 680px){.page-shell{width:min(100% - 16px,1180px);padding:12px 0 64px}.public-topbar-offset{display:block;height:124px}.topbar{position:static;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;border-radius:24px;gap:12px;padding:14px}.auth-topbar-offset{height:124px}.auth-app-topbar{position:fixed;left:max(8px,env(safe-area-inset-left));right:max(8px,env(safe-area-inset-right));top:10px;width:auto;max-width:none;z-index:45}.auth-mobile-topbar{position:fixed;left:50%;top:10px;transform:translate(-50%);z-index:45;width:min(100%,calc(100vw - 16px));grid-template-columns:1fr;gap:10px;padding:12px 14px;align-items:center;justify-items:center}.auth-mobile-topbar .brand{grid-column:1;width:100%;max-width:230px;justify-self:center;justify-content:center}.public-topbar{position:fixed;left:50%;top:10px;transform:translate(-50%);z-index:40;width:min(100%,calc(100vw - 16px));grid-template-columns:44px minmax(0,1fr) 44px;gap:10px;padding:14px 14px 12px;align-items:center}.public-topbar .brand{grid-column:2;justify-self:center}.public-topbar-spacer{display:block;width:44px;height:44px}.auth-mobile-topbar .topbar-leading-spacer{display:none}.public-topbar-actions{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;max-height:88px;opacity:1;transform:scaleY(1) translateY(0)}.auth-mobile-topbar-nav{display:none}.auth-mobile-topbar-nav::-webkit-scrollbar{display:none}.auth-mobile-topbar-nav a{width:auto;min-width:max-content;padding:8px 12px;border-radius:999px;font-size:.86rem;line-height:1;text-align:center;background:#ffffff14}.public-topbar .nav{width:100%;padding-top:0;padding-bottom:0}.auth-mobile-topbar .brand-logo,.public-topbar .brand-logo{max-width:100%;height:46px}.public-topbar .nav a{padding:8px 12px;font-size:.82rem}.public-topbar .public-topbar-cta{min-height:38px;min-width:86px;padding:8px 12px;font-size:.82rem;border-radius:999px}.public-topbar.is-condensed{padding:10px 14px}.public-topbar.is-condensed .public-topbar-actions{max-height:0;opacity:0;transform:scaleY(.82) translateY(-8px);pointer-events:none}.auth-mobile-topbar.is-condensed .brand-logo,.public-topbar.is-condensed .brand-logo{height:52px}.auth-mobile-topbar .topbar-auth{display:none}.hero-copy,.phone-shell,.provider-card,.auth-card,.provider-hero,.form-preview,.upload-preview{padding:20px;border-radius:28px}.search-panel,.surface,.help-box{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.dashboard-card{padding:18px;border-radius:24px;background:#2f0cd69e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.brand{width:auto;justify-content:flex-start;gap:8px}.brand-text{display:none}.nav{grid-column:1 / -1;display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;overflow-x:auto;gap:8px;padding-top:2px;padding-bottom:2px;scrollbar-width:none}.nav a{width:auto;min-width:max-content;padding:8px 12px;border-radius:999px;font-size:.86rem;line-height:1;text-align:center;background:#ffffff14}.nav::-webkit-scrollbar{display:none}.brand-logo{height:28px}.topbar>.button{width:auto;min-width:104px;min-height:42px;padding:10px 14px;font-size:.88rem}.hero{gap:22px;padding:24px 0 14px}.section{padding-top:24px}h1{font-size:clamp(2rem,9vw,2.8rem);line-height:1}h2{font-size:clamp(1.5rem,7vw,2rem);line-height:1.05}h3{font-size:1.4rem;line-height:1.05}.hero-copy>.hero-text{margin-top:14px;max-width:none}.search-panel>div:first-child,.surface>.section-heading,.help-box>div:first-child{margin-bottom:14px}.hero-actions{margin-top:20px;margin-bottom:18px;gap:10px;flex-direction:row;align-items:stretch}.hero-actions .button,.hero-actions a.button{flex:1 1 0;min-height:50px;padding:12px 16px;font-size:.95rem}.hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hero-stats li{min-height:0;padding:14px 12px}.hero-stats strong{font-size:1.02rem}.hero-stats span{font-size:.78rem;line-height:1.2}.phone-preview{justify-content:center}.landing-hero{grid-template-columns:1fr;padding-top:8px}.landing-hero .hero-copy{width:min(100%,680px);margin:20px auto 0;text-align:center;justify-items:center}.landing-hero .hero-actions,.landing-hero .hero-stats{justify-content:center}.landing-hero .hero-stats li{text-align:center}.hero-services-showcase{gap:14px}.hero-services-head{justify-content:center;text-align:center;flex-direction:column;align-items:center}.hero-services-carousel{grid-auto-columns:minmax(230px,82vw);gap:14px;padding-inline:4px}.hero-service-card{padding:12px;border-radius:24px}.hero-service-media{min-height:224px;padding:18px}.phone-shell{width:min(100%,320px);margin:0 auto}.phone-screen{padding:14px}.search-panel{margin-top:0}.filters{grid-template-columns:1fr;gap:12px}.search-panel .filters{margin-top:0}.cards-grid,.dashboard-grid,.feature-page-grid,.mobile-showcase,.register-grid,.choice-grid,.category-grid{grid-template-columns:1fr}.section-heading{gap:8px;align-items:flex-start;margin-bottom:14px}.section-heading>p,.section-heading>div+p{margin:0}.provider-card{gap:16px;background:#2f0cd6a8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.category-card,.seller-benefits article{border-radius:24px}.provider-tags{display:flex;flex-wrap:wrap;gap:10px}.provider-tags li{width:auto;min-height:0;padding:10px 14px;border-radius:999px;font-size:.92rem;line-height:1.2}.provider-actions{gap:10px}.provider-actions .button,.provider-actions a.button{flex:1 1 calc(50% - 5px);min-width:0}.metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin:14px 0}.metrics div{padding:12px 10px;min-height:0;border-radius:18px}.metrics strong{font-size:1rem}.metrics span{font-size:.76rem;line-height:1.15}.auth-card{width:100%}.centered-page,.content-page{padding-top:24px}.login-form{margin-top:16px}.inline-links{width:100%;display:flex;flex-wrap:wrap;gap:10px}.topbar-auth{width:100%;display:grid;grid-template-columns:1fr}.client-topbar .topbar-auth,.provider-topbar .topbar-auth{width:auto;display:flex;grid-template-columns:none}.provider-desktop-nav,.client-desktop-nav{display:none}.auth-app-topbar{grid-template-columns:44px minmax(0,1fr) auto}.auth-app-topbar .topbar-auth{width:auto;grid-column:3;justify-self:end}.desktop-account-chip,.desktop-logout-button{display:none}.user-menu{display:block}.client-home{padding-top:2px;padding-bottom:118px}.client-shell{padding-inline:2px}.client-hero-card,.client-provider-card,.client-category-card,.client-order-card{border-radius:24px}.client-hero-card{padding:20px}.client-search-trigger{min-height:58px;padding:0 16px;border-radius:20px;font-size:.96rem}.client-service-strip{grid-auto-columns:minmax(220px,82%)}.client-category-grid{grid-template-columns:1fr 1fr}.client-provider-head,.client-order-head{align-items:flex-start}.client-provider-actions,.client-provider-expanded-grid,.provider-booking-actions,.request-order-grid,.client-provider-reputation{grid-template-columns:1fr}.client-provider-head{display:grid;grid-template-columns:52px minmax(0,1fr)}.client-provider-head .client-rating{grid-column:2;justify-self:flex-start}.client-rating{min-height:34px;padding:6px 10px;font-size:.88rem}.client-provider-service-item,.client-provider-review-card{flex-direction:column}.client-bottom-nav{display:grid;left:max(8px,env(safe-area-inset-left));right:max(8px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom));width:auto;padding:8px;border-radius:24px}.provider-bottom-nav{left:max(8px,env(safe-area-inset-left));right:max(8px,env(safe-area-inset-right));bottom:max(10px,env(safe-area-inset-bottom));width:auto;padding:8px;border-radius:24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.provider-workspace{padding-top:2px;padding-bottom:126px}.client-bottom-link{padding:9px 4px}.provider-bottom-link{min-height:50px;padding:8px 2px;gap:3px}.client-bottom-link span{font-size:.74rem}.provider-bottom-link span{font-size:.68rem}.client-bottom-link small,.provider-bottom-link small{font-size:.62rem}.inline-links a{padding:10px 14px;border-radius:999px;text-align:center;background:#ffffff14}.choice-card,.onboarding-panel{padding:20px}.step-header{flex-direction:column}.onboarding-actions{display:grid;grid-template-columns:1fr}.choice-card h2{font-size:1.5rem}.choice-list{padding-left:18px}.register-grid{margin:16px 0;gap:14px}.avatar-upload-shell{padding:14px;border-radius:20px}.provider-hero-panel,.provider-light-card,.provider-status-card{padding:20px;border-radius:24px}.provider-home-header{align-items:center}.provider-home-stats,.provider-home-main,.provider-finance-metrics{grid-template-columns:1fr}.provider-home-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.provider-home-stat-card-wide{grid-column:1 / -1}.provider-calendar-empty,.provider-calendar-day{min-height:44px;border-radius:14px}.provider-task-item{grid-template-columns:1fr;align-items:flex-start}.provider-task-date{min-width:0}.provider-profile-hero{padding:22px 20px;border-radius:24px}.provider-profile-main{align-items:flex-start}.provider-profile-avatar{width:76px;height:76px}.provider-profile-content-grid,.provider-review-list,.provider-portfolio-grid,.provider-public-actions-grid{grid-template-columns:1fr}.avatar-preview-circle{width:64px;height:64px}input,select,textarea{padding:14px 15px;border-radius:16px}.register-grid .full-width{grid-column:auto}.provider-hero-main{align-items:flex-start;gap:14px}.provider-hero{margin-top:18px;gap:14px}.checkout-box{padding:16px}.checkout-box strong{font-size:1.5rem}.mini-list{gap:8px}.mini-list li{padding:10px 12px}.choice-badge,.step-pill,.pill,.pill-soft{min-height:34px;padding:6px 12px;font-size:.82rem}.dashboard-head{width:100%;gap:10px}.dashboard-head h3{max-width:100%}.provider-hero-main .hero-text,.checkout-box p,.choice-card .hero-text,.info-panel .hero-text{font-size:.96rem;line-height:1.5}.provider-review-summary{justify-items:start}.provider-profile-hero{gap:12px;padding:16px;border-radius:26px}.provider-profile-main{align-items:flex-start;gap:12px}.provider-profile-avatar{width:72px;height:72px;border-radius:16px}.provider-profile-copy{gap:8px}.provider-profile-copy .eyebrow,.provider-light-card .eyebrow{font-size:11px;color:#4b2fd4;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.provider-profile-heading h1{font-size:1rem;line-height:1.15}.provider-profile-subtitle,.provider-section-head h2,.provider-review-hint strong{font-size:15px;font-weight:500;line-height:1.2}.provider-profile-meta{gap:8px}.provider-profile-pill,.provider-review-pill{min-height:30px;padding:6px 10px;font-size:12px}.provider-reputation-row{gap:8px;align-items:center;justify-content:flex-start}.provider-reputation-score{flex:0 0 auto}.provider-reputation-score strong,.provider-reputation-count strong{font-size:15px}.provider-reputation-progress{flex:1 1 auto}.provider-reputation-progress span,.provider-reputation-count span{font-size:11px}.provider-profile-menu{top:14px;right:14px}.provider-profile-menu-trigger{width:40px;height:40px;border-radius:14px}.provider-profile-content-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.provider-profile-content-grid .provider-light-card{padding:16px}.provider-portfolio-empty,.provider-service-chip,.provider-empty-state-inline,.provider-profile-bio,.provider-review-hint p{font-size:13px;line-height:1.45}.provider-service-chip-list{gap:8px}.provider-service-chip{min-height:32px;padding:6px 10px}.provider-profile-bio{margin:0}.provider-section-head{align-items:flex-start;gap:8px}.provider-review-hint{padding:14px;border-radius:18px}.login-form .button,.onboarding-actions .button,.onboarding-actions a.button{width:100%}.help-box{display:block}.help-box .hero-actions{margin-top:14px}.seller-actions{width:100%}.order-card{padding:18px;border-radius:20px}.order-detail-grid,.provider-order-detail-grid,.order-card-meta{grid-template-columns:1fr}}@media (max-width: 420px){.page-shell{width:min(100% - 12px,1180px)}.topbar,.hero-copy,.phone-shell,.dashboard-card,.provider-card,.auth-card,.provider-hero,.form-preview,.upload-preview{padding:16px;border-radius:24px}.button,.hero-actions .button,.hero-actions a.button{font-size:.9rem;min-height:48px}.hero-actions{grid-template-columns:1fr}.hero-actions .button,.hero-actions a.button{flex-basis:100%}.hero-stats{grid-template-columns:1fr}.provider-tags li{padding:16px 18px;font-size:.98rem}.phone-shell{width:min(100%,300px)}.client-category-grid,.metrics,.client-filters{grid-template-columns:1fr}.client-service-strip{grid-auto-columns:minmax(220px,90%)}.client-bottom-link span,.provider-bottom-link span{font-size:.68rem}.topbar-auth,.client-topbar .topbar-auth,.provider-topbar .topbar-auth{width:100%;display:grid;grid-template-columns:1fr}.auth-app-topbar .topbar-auth{width:auto;justify-self:end}.public-topbar .topbar-auth{width:auto;display:flex;grid-template-columns:none}.provider-bottom-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}.client-provider-head{grid-template-columns:46px minmax(0,1fr);gap:10px}.avatar-upload-shell{grid-template-columns:1fr;justify-items:center;text-align:center;display:grid}.avatar-upload-copy{justify-items:center}.avatar-upload-actions{width:100%;display:grid;grid-template-columns:1fr}.provider-actions .button,.provider-actions a.button{flex-basis:100%}.app-profile-copy h3{font-size:1rem}.app-profile-copy p,.notice-card span,.phone-row-copy span{font-size:.7rem}.metric-card{min-height:96px;padding:12px 9px}.metric-card strong{font-size:.92rem}.metric-card span{font-size:.7rem}.phone-row{grid-template-columns:36px minmax(0,1fr) auto;gap:10px;padding:11px 12px}.avatar.tiny{width:36px;height:36px}.phone-row b{min-width:82px;min-height:36px;font-size:.74rem}}.orders-page-shell{padding-top:6px}.orders-page-hero{display:grid;gap:10px;padding:24px;border-radius:28px;border:1px solid rgba(224,222,247,.9);background:radial-gradient(circle at top right,rgba(83,74,183,.1),transparent 34%),linear-gradient(180deg,#fffffffa,#f7f5fffa);color:#26215c;box-shadow:0 16px 36px #23186e14}.orders-page-hero p{margin:0}.orders-page-hero .eyebrow{color:#6d28d9}.orders-page-hero h1{color:#26215c}.orders-page-hero .provider-muted{color:#6d6993}.orders-tabs{display:flex;gap:8px;padding:8px;overflow-x:auto;border-radius:22px;border:1px solid #DDD6FE;background:#fffffff2;box-shadow:inset 0 1px #fffc;scrollbar-width:none}.orders-tabs::-webkit-scrollbar{display:none}.orders-tab{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 14px;border:1px solid transparent;border-radius:999px;background:transparent;color:#7d77a7;font-weight:800;white-space:nowrap;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.orders-tab:hover{color:#4c1d95;background:#eeedfeb8}.orders-tab.active{border-color:#534ab71f;background:#3c2fa8;box-shadow:0 10px 18px #3c2fa82e;color:#fff}.orders-tab.active .orders-tab-count{background:#fff;color:#3c2fa8}.orders-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#ff6b35;color:#fff;font-size:.65rem;font-weight:800}.orders-groups{display:grid;gap:20px}.orders-group{display:grid;gap:12px}.orders-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.orders-group-head h2,.orders-group-head span{margin:0}.orders-group-head span{color:#888780;font-weight:700}.orders-list{display:grid;gap:14px}.orders-card{display:grid;gap:14px;padding:14px 16px;border:1px solid #DDD6FE;border-radius:16px;background:linear-gradient(180deg,#fff,#fcfbff);color:#26215c;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.orders-card:hover{transform:translateY(-1px);border-color:#534ab73d;box-shadow:0 18px 34px #23186e12}.orders-card:focus-visible{outline:2px solid rgba(83,74,183,.35);outline-offset:3px}.orders-card-pending{border-color:#ff6b3533;border-left:4px solid #ff6b35;padding-left:12px;background:linear-gradient(180deg,#fff,#fffaf7)}.orders-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.orders-card-time{color:#888780;font-size:.9rem;font-weight:700}.orders-status-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;font-size:.78rem;font-weight:800}.orders-status-badge-pending{background:#faeeda;color:#854f0b}.orders-status-badge-accepted{background:#e6f1fb;color:#185fa5}.orders-status-badge-in-progress{background:#ede4ff;color:#4c1d95}.orders-status-badge-completed{background:#eaf3de;color:#3b6d11}.orders-status-badge-refused{background:#fcebeb;color:#a32d2d}.orders-card-content{display:flex;align-items:flex-end;justify-content:space-between;gap:16px}.orders-card-copy{display:grid;gap:6px}.orders-card-copy h3,.orders-card-copy p{margin:0}.orders-card-client{color:#26215c;font-weight:700}.orders-card-category{color:#888780}.orders-card-cta{min-width:136px;min-height:42px;padding:0 16px;border:1px solid rgba(83,74,183,.12);border-radius:14px;background:#f3eeff;color:#4c1d95;font-weight:800;cursor:pointer;transition:transform .18s ease,filter .18s ease,background .18s ease}.orders-card-cta:hover{filter:brightness(.98);transform:translateY(-1px)}.orders-card-cta.is-urgent{border-color:transparent;background:#ff6b35;color:#fff}.orders-feedback-card,.orders-empty-state{display:grid;justify-items:center;gap:10px;padding:28px 22px;border:1px solid #DDD6FE;border-radius:20px;background:linear-gradient(180deg,#fffffffa,#f9f8fffa);text-align:center;box-shadow:0 12px 28px #23186e0d}.orders-feedback-card h3,.orders-empty-state h3,.orders-empty-state p{margin:0}.orders-feedback-card svg{color:#a32d2d}.orders-empty-state{color:#6d28d9}.orders-empty-state p{color:#888780}.orders-card-skeleton{pointer-events:none}.orders-skeleton-line{height:12px;border-radius:999px;background:linear-gradient(90deg,#e0def7db,#eeedfefa,#e0def7db);background-size:200% 100%;animation:orders-pulse 1.25s ease-in-out infinite}.orders-skeleton-line.short{width:32%}.orders-skeleton-line.medium{width:56%}.orders-skeleton-line.long{width:84%}@keyframes orders-pulse{0%{background-position:200% 0;opacity:.76}50%{background-position:100% 0;opacity:1}to{background-position:0 0;opacity:.76}}@media (max-width: 680px){.orders-page-hero{padding:20px;border-radius:24px}.orders-card-content{display:grid;align-items:stretch}.orders-card-cta{width:100%}}.provider-dashboard-page{min-height:100%}.provider-dashboard-avatar{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:12px;background:#6d28d9;color:#a78bfa;font-weight:800}.provider-dashboard-content{display:grid;gap:16px;padding:4px 0 24px}.provider-dashboard-header{display:grid;gap:8px;align-items:start;padding:22px 22px 20px;border:1px solid rgba(109,96,214,.18);border-radius:24px;background:radial-gradient(circle at top right,rgba(255,255,255,.12),transparent 34%),linear-gradient(135deg,#3c2fa8,#4b3fb6 58%,#5a4fc4);box-shadow:0 18px 36px #241a6e24}.provider-dashboard-eyebrow{margin:0;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffc7}.provider-dashboard-header h1{margin:0;grid-column:1;font-size:28px;line-height:1.05;color:#f5f0ff}.provider-dashboard-provider-name{color:#ff8a5f}.provider-dashboard-date{margin:0;color:#ffffffd1}.provider-dashboard-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.provider-dashboard-metric-card,.provider-dashboard-panel,.provider-dashboard-error-card{border:1px solid #DDD6FE;border-radius:20px;background:linear-gradient(180deg,#fff,#fbfaff);box-shadow:0 12px 30px #3a2c900f}.provider-dashboard-metric-card{display:grid;gap:8px;padding:18px 20px 17px}.provider-dashboard-metric-card span,.provider-dashboard-metric-card p{margin:0}.provider-dashboard-metric-card span{color:#888780;font-size:.82rem;font-weight:700}.provider-dashboard-metric-card strong{font-size:1.7rem;line-height:1;color:#26215c}.provider-dashboard-metric-card strong.is-warning{color:#ff6b35}.provider-dashboard-metric-card p{color:#888780;font-size:.86rem}.provider-dashboard-metric-card .is-positive{color:#3b6d11}.provider-dashboard-metric-card .is-negative{color:#a32d2d}.provider-dashboard-main-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:16px}.provider-dashboard-bottom-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.provider-dashboard-panel{display:grid;gap:16px;padding:20px}.provider-dashboard-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.provider-dashboard-section-label{margin:0;color:#26215c;font-size:1rem;font-weight:700}.provider-dashboard-inline-link{color:#6d28d9;font-size:.92rem;font-weight:700}.provider-dashboard-order-list,.provider-dashboard-appointments,.provider-dashboard-financial-list{display:grid;gap:12px}.provider-dashboard-order-card{display:grid;gap:12px;padding:14px 16px;border-radius:18px;border:1px solid #ece8fb;background:linear-gradient(180deg,#fff,#faf9ff)}.provider-dashboard-order-card.is-pending{border-left:3px solid #ff6b35;padding-left:13px}.provider-dashboard-order-main{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.provider-dashboard-order-copy{display:grid;gap:4px}.provider-dashboard-order-copy strong,.provider-dashboard-order-copy p,.provider-dashboard-order-time{margin:0}.provider-dashboard-order-copy strong{font-size:14px;font-weight:500;color:#26215c}.provider-dashboard-order-copy p{font-size:12px;color:#888780}.provider-dashboard-order-meta{display:grid;justify-items:end;gap:8px}.provider-dashboard-status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:.74rem;font-weight:800}.provider-dashboard-status.status-pending{background:#faeeda;color:#854f0b}.provider-dashboard-status.status-accepted{background:#e6f1fb;color:#185fa5}.provider-dashboard-status.status-in_progress{background:#ede4ff;color:#4c1d95}.provider-dashboard-order-time{color:#888780;font-size:12px;font-weight:600}.provider-dashboard-order-action{display:inline-flex;width:fit-content;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:10px;background:#ede4ff;color:#4c1d95;font-size:.86rem;font-weight:700}.provider-dashboard-order-action.is-pending{background:#ff6b35;color:#fff}.provider-dashboard-empty{display:grid;justify-items:center;gap:8px;padding:18px 0 8px;color:#6d28d9;text-align:center}.provider-dashboard-empty p,.provider-dashboard-empty-text{margin:0;color:#888780;font-size:13px;text-align:center}.provider-dashboard-appointment{display:grid;grid-template-columns:auto 1px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #EDE4FF}.provider-dashboard-appointment:last-child{border-bottom:0;padding-bottom:0}.provider-dashboard-appointment-date{display:grid;justify-items:center;gap:2px;min-width:44px}.provider-dashboard-appointment-date strong{font-size:18px;font-weight:500;color:#26215c}.provider-dashboard-appointment-date span{color:#888780;font-size:10px;font-weight:700;letter-spacing:.06em}.provider-dashboard-appointment-divider{width:1px;align-self:stretch;background:#ddd6fe}.provider-dashboard-appointment-copy{display:grid;gap:4px}.provider-dashboard-appointment-copy strong,.provider-dashboard-appointment-copy p,.provider-dashboard-appointment-time{margin:0}.provider-dashboard-appointment-copy strong{font-size:13px;font-weight:500;color:#26215c}.provider-dashboard-appointment-copy p,.provider-dashboard-appointment-time{font-size:12px;color:#888780;font-weight:500}.provider-dashboard-calendar-nav{display:flex;gap:8px}.provider-dashboard-calendar-arrow{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #DDD6FE;border-radius:12px;background:#f5f0ff;color:#6d28d9;cursor:pointer}.provider-dashboard-calendar-month{margin:-4px 0 0;color:#888780;text-transform:capitalize}.provider-dashboard-calendar-weekdays,.provider-dashboard-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.provider-dashboard-calendar-weekdays span{color:#888780;font-size:11px;font-weight:700;text-align:center;text-transform:uppercase}.provider-dashboard-calendar-day{min-height:44px;display:grid;justify-items:center;align-content:center;gap:4px;border-radius:12px;color:#26215c;font-weight:600}.provider-dashboard-calendar-day.is-outside{color:#d3d1c7}.provider-dashboard-calendar-day.is-today{background:#3c2fa8;color:#fff;border-radius:999px}.provider-dashboard-calendar-day b{width:4px;height:4px;border-radius:50%;background:#ff6b35}.provider-dashboard-calendar-day b.is-today-dot{background:#fff}.provider-dashboard-financial-list div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #EDE4FF}.provider-dashboard-financial-list div:last-child{border-bottom:0;padding-bottom:0}.provider-dashboard-financial-list span{color:#888780;font-size:.92rem}.provider-dashboard-financial-list strong{color:#26215c;font-size:.96rem}.provider-dashboard-financial-list .is-positive{color:#3b6d11}.provider-dashboard-financial-list .is-negative{color:#a32d2d}.provider-dashboard-loading{display:grid;gap:16px}.provider-dashboard-error-card{display:grid;justify-items:center;gap:12px;padding:32px 24px;text-align:center}.provider-dashboard-error-card h2{margin:0;font-size:1.1rem;color:#26215c}.provider-dashboard-skeleton{height:12px;border-radius:8px;background:#ddd6fe;animation:pulse 1.5s ease-in-out infinite}.provider-dashboard-skeleton.short{width:34%}.provider-dashboard-skeleton.medium{width:58%}.provider-dashboard-skeleton.long{width:82%}.skeleton{border-radius:8px;background:#ddd6fe;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinning{animation:spin .8s linear infinite}.toast-region{position:fixed;top:20px;right:20px;z-index:1000;display:grid;gap:10px;pointer-events:none}.toast{min-width:260px;max-width:360px;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px;pointer-events:auto;box-shadow:0 14px 32px #1e125d24}.toast-success{background:#eaf3de;color:#3b6d11;border:1px solid rgba(59,109,17,.3)}.toast-error{background:#fcebeb;color:#a32d2d;border:1px solid rgba(163,45,45,.3)}.toast-info{background:#ede4ff;color:#4c1d95;border:1px solid rgba(60,52,137,.3)}.provider-order-detail-loading{display:grid}.provider-order-detail-skeleton-card{gap:12px}.provider-order-detail-skeleton-title{height:20px;width:48%}.provider-order-detail-skeleton-line{height:13px;width:72%}.provider-order-detail-skeleton-line.short{width:38%}.provider-order-detail-skeleton-block{height:96px;width:100%;margin-top:4px}.provider-order-detail-feedback,.not-found-page{display:grid;place-items:center}.provider-order-detail-feedback{gap:12px;padding:32px 24px;border:1px solid #DDD6FE;border-radius:24px;background:linear-gradient(180deg,#fffffffa,#f9f7fffa);text-align:center}.provider-order-detail-feedback svg{color:#a32d2d}.provider-order-detail-feedback h2{margin:0;color:#26215c;font-size:1.1rem}.not-found-page{min-height:calc(100vh - 140px);padding:32px 20px 120px}.not-found-copy{display:grid;justify-items:center;gap:10px;text-align:center}.not-found-copy strong,.not-found-copy h1,.not-found-copy p{margin:0}.not-found-copy strong{font-size:72px;font-weight:500;line-height:1;color:#ddd6fe}.not-found-copy h1{color:#26215c;font-size:20px}.not-found-copy p{max-width:420px;color:#888780;font-size:14px}.client-profile-hero{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:18px}.client-profile-avatar{width:88px;height:88px;flex-shrink:0;display:grid;place-items:center;border-radius:28px;overflow:hidden;background:linear-gradient(180deg,#ffd4a7,#ffb56f);color:#3911c9;font-size:2rem;font-weight:900}.client-profile-avatar img{width:100%;height:100%;display:block;object-fit:cover}.client-profile-form{display:grid;gap:18px}.client-profile-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.client-profile-grid label:last-child{grid-column:1 / -1}.client-profile-actions{display:flex;justify-content:flex-end}@media (max-width: 768px){.toast-region{top:14px;left:14px;right:14px}.toast{min-width:0;max-width:none}.client-profile-hero,.client-profile-grid{grid-template-columns:1fr}.client-profile-avatar{width:72px;height:72px;border-radius:22px}.client-profile-actions{justify-content:stretch}.provider-dashboard-content{padding-top:8px;padding-bottom:112px}.provider-dashboard-header{padding:20px 18px 18px}.provider-dashboard-metrics{grid-template-columns:1fr 1fr}.provider-dashboard-main-grid,.provider-dashboard-bottom-grid{grid-template-columns:1fr}.provider-dashboard-order-main,.provider-dashboard-financial-list div{grid-template-columns:1fr;display:grid;justify-content:stretch}.provider-dashboard-order-meta{justify-items:start}.provider-dashboard-appointment{grid-template-columns:auto 1px minmax(0,1fr)}.provider-dashboard-appointment-time{grid-column:3}}.user-menu-wrapper{position:relative}.user-menu-trigger{cursor:pointer;border:0}.user-menu-popup{position:absolute;top:calc(100% + 8px);right:0;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);min-width:190px;padding:8px;display:grid;gap:4px;z-index:200}.user-menu-item{display:block;width:100%;padding:13px 16px;text-align:left;font-size:14px;font-weight:500;color:#fff;background:none;border:0;cursor:pointer;transition:background .12s}.user-menu-item:hover{background:#f5f3ff}.user-menu-item+.user-menu-item{border-top:1px solid rgba(0,0,0,.06)}.user-menu-item-danger{color:#dc2626}.user-menu-item-danger:hover{background:#fff5f5}.provider-home-status-box{margin-bottom:18px;padding:12px 14px;border-radius:12px;background:#ffffff14;border:.5px solid rgba(255,255,255,.14);display:flex;align-items:center}.provider-home-status-empty{font-size:13px;color:#ffffff8c}.provider-home-status-pills{display:flex;gap:8px;flex-wrap:wrap}.provider-home-status-pill{display:inline-flex;align-items:center;gap:5px;border:0;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .14s}.provider-home-status-pill:hover{opacity:.85}.status-pill-pending{background:#fef3c7;color:#92400e}.status-pill-active{background:#ede4ff;color:#6d28d9}.provider-home-schedule-layout{display:grid;grid-template-columns:minmax(0,152px) minmax(0,1fr);gap:12px;align-items:stretch}.mini-cal{background:#ffffff12;border:.5px solid rgba(255,255,255,.12);border-radius:12px;padding:10px 6px 8px;box-sizing:border-box;width:100%;overflow:hidden}.mini-cal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.mini-cal-month-label{font-size:10px;font-weight:600;color:#ffffffd9;text-transform:uppercase;letter-spacing:.06em}.mini-cal-nav{background:none;border:0;color:#ffffff8c;font-size:15px;line-height:1;padding:2px 3px;cursor:pointer;border-radius:4px;transition:color .12s}.mini-cal-nav:hover{color:#fff}.mini-cal-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:0;width:100%}.mini-cal-day-label{font-size:7px;font-weight:600;color:#ffffff59;text-align:center;padding-bottom:2px;text-transform:uppercase}.mini-cal-cell{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:9px;font-weight:500;border-radius:3px;color:#ffffffa6;background:none;border:0;cursor:default;gap:1px;min-width:0;overflow:hidden}.mini-cal-day{cursor:default}.mini-cal-day.has-order{cursor:pointer;color:#fff}.mini-cal-day.today{color:#fff;font-weight:700;background:#7c3aed61}.mini-cal-pin{width:3px;height:3px;border-radius:999px;background:#ff7a00;display:block;flex-shrink:0}.provider-home-cal-col{min-width:0}.provider-home-orders-col{display:flex;flex-direction:column;gap:5px;min-width:0;background:#ffffff0d;border:.5px solid rgba(255,255,255,.1);border-radius:12px;padding:10px 8px;overflow-y:auto;max-height:220px}.provider-home-orders-section-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);padding:0 2px 6px}.provider-home-order-row{display:flex;align-items:center;gap:8px;width:100%;box-sizing:border-box;background:transparent;border:none;border-radius:8px;padding:6px 4px;cursor:pointer;color:inherit;text-align:left}.provider-home-order-row:hover{background:#ffffff0d}.provider-home-order-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%}.provider-home-order-dot.dot-accepted{background:#3b82f6}.provider-home-order-dot.dot-travel{background:#f59e0b}.provider-home-order-dot.dot-active{background:#10b981}.provider-home-order-dot.dot-other{background:#ffffff4d}.provider-home-order-row-cat{flex:1 1 0;min-width:0;font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.provider-home-order-row-date{flex-shrink:0;font-size:11px;color:#ffffff80;white-space:nowrap}.provider-financial-card-link{display:block;width:100%;text-align:left;cursor:pointer;color:inherit;transition:transform .15s,box-shadow .15s}.provider-financial-card-link:hover{box-shadow:0 0 0 1.5px #8b5cf666}.provider-financial-card-cta{display:block;margin-top:12px;font-size:12px;font-weight:500;color:#8b5cf6;opacity:.85}.pfd-page{min-height:100vh;padding-bottom:calc(94px + env(safe-area-inset-bottom))}.pfd-shell{width:min(100%,430px);margin:0 auto;padding:0 18px 28px}.pfd-topbar{width:min(100%,430px);margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:16px 18px 12px}.pfd-back-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;background:#ffffff12;border:.5px solid rgba(255,255,255,.12);color:inherit;font-size:13px;font-weight:500;cursor:pointer;transition:background .15s,transform .15s}.pfd-back-btn:hover{background:#ffffff1f}.pfd-topbar-title{font-size:15px;font-weight:600;letter-spacing:-.01em}.pfd-hero-card{background:linear-gradient(135deg,#7c3aed66,#8b5cf633 60%,#f9731626);border:1px solid rgba(196,181,253,.2);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:24px 22px 20px;margin-bottom:14px;box-shadow:0 12px 40px #00000040}.pfd-hero-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.07em;margin-bottom:8px}.pfd-hero-amount{font-size:38px;font-weight:700;letter-spacing:-.03em;color:#fff;line-height:1;margin-bottom:16px}.pfd-hero-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.pfd-growth-badge{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:20px;font-size:12px;font-weight:600}.pfd-growth-badge.positive{background:#10b98126;color:#10b981}.pfd-growth-badge.negative{background:#ef444426;color:#ef4444}.pfd-alltime-label{font-size:11px;color:#ffffff73;font-weight:400}.pfd-metrics-row{display:flex;gap:10px;margin-bottom:24px}.pfd-metric-card{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:14px 8px 12px;background:#ffffff0f;border:.5px solid rgba(255,255,255,.1);border-radius:18px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.pfd-metric-icon-wrap{width:36px;height:36px;border-radius:12px;display:flex;align-items:center;justify-content:center}.pfd-metric-value{font-size:20px;font-weight:700;line-height:1}.pfd-metric-label{font-size:10px;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;text-align:center}.pfd-tx-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);margin:0 0 12px}.pfd-tx-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.pfd-tx-row{display:flex;align-items:center;gap:12px;padding:13px 14px;background:#ffffff0d;border:.5px solid rgba(255,255,255,.08);border-radius:14px;transition:background .15s}.pfd-tx-row:hover{background:#ffffff14}.pfd-tx-icon-col{flex-shrink:0}.pfd-tx-icon{width:34px;height:34px;border-radius:10px;background:#10b98126;color:#10b981;display:flex;align-items:center;justify-content:center}.pfd-tx-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.pfd-tx-service{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pfd-tx-meta{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pfd-tx-date{font-size:11px;color:var(--muted);opacity:.7}.pfd-tx-amount{flex-shrink:0;font-size:15px;font-weight:700;color:#10b981;white-space:nowrap}.pfd-tx-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:var(--muted);font-size:14px}.pfd-tx-empty p{margin:4px 0 0}@media (max-width: 360px){.pfd-hero-amount{font-size:30px}.pfd-metrics-row{gap:6px}}.pfd-tx-section{margin-top:8px}.provider-financial-card-btn{display:block;width:100%;text-align:left;cursor:pointer;border:none;background:none;padding:0;transition:transform .18s cubic-bezier(.2,.8,.2,1),opacity .18s}.provider-financial-card-btn:hover{transform:translateY(-2px);opacity:.92}.provider-financial-card-btn:active{transform:scale(.97)}.pfd-period-tabs{display:flex;gap:6px;margin-bottom:16px;background:#ffffff0d;border-radius:14px;padding:4px}.pfd-period-tab{flex:1;padding:7px 6px;border:none;border-radius:10px;background:transparent;color:var(--muted);font-size:12px;font-weight:500;cursor:pointer;transition:background .18s,color .18s}.pfd-period-tab.active{background:#ffffff1f;color:var(--text);font-weight:700}.pfd-section-card{background:#ffffff0d;border:.5px solid rgba(255,255,255,.09);border-radius:20px;padding:16px 16px 14px;margin-bottom:14px}.pfd-section-header{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:14px}.pfd-bar-chart{display:flex;flex-direction:column;gap:10px}.pfd-bar-row{display:flex;align-items:center;gap:8px}.pfd-bar-label{width:90px;font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}.pfd-bar-track{flex:1;height:8px;background:#ffffff14;border-radius:99px;overflow:hidden}.pfd-bar-fill{height:100%;background:linear-gradient(90deg,#7c3aed,#f97316);border-radius:99px;transition:width .5s cubic-bezier(.2,.8,.2,1)}.pfd-bar-value{font-size:11px;font-weight:600;color:var(--text);white-space:nowrap;flex-shrink:0;min-width:60px;text-align:right}.pfd-donut-wrap{display:flex;align-items:center;gap:20px;justify-content:center}.pfd-donut-legend{display:flex;flex-direction:column;gap:10px}.pfd-donut-legend-item{display:flex;align-items:center;gap:8px}.pfd-donut-dot{width:10px;height:10px;border-radius:99px;flex-shrink:0}.pfd-donut-legend-label{font-size:13px;font-weight:500;flex:1}.pfd-donut-legend-pct{font-size:13px;font-weight:700;color:var(--text)}.pfd-tx-pill{display:inline-flex;align-items:center;padding:1px 7px;border-radius:20px;font-size:10px;font-weight:600;margin-left:6px;vertical-align:middle}.pfd-tx-pill.pix{background:#10b98126;color:#10b981}.pfd-tx-pill.card{background:#8b5cf626;color:#8b5cf6}.pfd-error-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:40px 20px;text-align:center;color:var(--muted);font-size:14px}.pfd-retry-btn{margin-top:4px;padding:8px 20px;border-radius:20px;border:1px solid rgba(255,255,255,.15);background:#ffffff12;color:var(--text);font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.pfd-retry-btn:hover{background:#ffffff1f}.order-badge-travel{background:#2563eb26;color:#3b82f6;border:.5px solid rgba(37,99,235,.3)}.provider-agenda-badge.travel{background:#2563eb26;color:#3b82f6}.provider-orders-history-badge.status-on_the_way{background:#e6f1fb;color:#185fa5}.provider-home-active-badge.travel{background:#2563eb33;color:#60a5fa}.provider-sheet-services-select{margin-top:10px;padding-top:10px;margin-bottom:24px;border-top:1px solid rgba(255,255,255,.06)}.provider-sheet-selector-wrapper{position:relative}.provider-sheet-selector-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;cursor:pointer;text-align:left;transition:background .2s,border-color .2s}.provider-sheet-selector-trigger:hover{background:#ffffff0f}.provider-sheet-selector-trigger.open{border-color:#8b5cf666}.provider-sheet-selector-label{font-size:14px;font-weight:500;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.provider-sheet-selector-meta{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:12px}.provider-sheet-selector-price{font-size:13px;font-weight:600;color:#a78bfa}.provider-sheet-selector-chevron{color:#888780;transition:transform .2s ease}.provider-sheet-selector-chevron.rotate{transform:rotate(180deg);color:#8b5cf6}.provider-sheet-services-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:#1c1c1e;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 8px 24px #00000080;max-height:240px;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;z-index:20;animation:slideAndFade .2s ease}.provider-sheet-dropdown-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:none;border:none;border-bottom:1px solid rgba(255,255,255,.04);cursor:pointer;text-align:left}.provider-sheet-dropdown-item:last-child{border-bottom:none}.provider-sheet-dropdown-item:hover{background:#ffffff0a}.provider-sheet-dropdown-item.active{background:#8b5cf614}.provider-sheet-dropdown-item.active strong{color:#a78bfa}.provider-sheet-dropdown-info{display:flex;flex-direction:column}.provider-sheet-dropdown-info strong{font-size:13px;font-weight:500;color:#fff}.provider-sheet-dropdown-info span{font-size:11px;color:#888780}.provider-sheet-check-icon{color:#8b5cf6;flex-shrink:0}.urgency-required-tag{font-size:11px;font-weight:400;color:#f97316}.urgent-mode-banner{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;background:#f973161a;border:1px solid rgba(249,115,22,.3);border-radius:12px;margin-bottom:12px}.urgent-mode-banner-icon{font-size:20px;flex-shrink:0;line-height:1}.urgent-mode-banner strong{display:block;font-size:13px;font-weight:600;color:#f97316;margin-bottom:2px}.urgent-mode-banner p{margin:0;font-size:12px;color:#ffffffb3;line-height:1.4}.provider-list-card.urgent-selected{border-color:#f97316;background:#f9731612;box-shadow:0 0 0 1px #f973164d}.urgent-check-circle{width:22px;height:22px;border-radius:50%;border:1.5px solid rgba(255,255,255,.25);background:#ffffff0f;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:auto;align-self:flex-start;transition:background .15s,border-color .15s;color:#fff}.urgent-check-circle.checked{background:#f97316;border-color:#f97316;box-shadow:0 0 6px #f9731680}.urgent-price-note{font-size:11px;font-weight:600;color:#f97316;margin-left:4px}.urgent-confirm-bar{position:sticky;bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#1c1b22;border:1px solid rgba(249,115,22,.35);border-radius:16px;box-shadow:0 8px 32px #0009;margin-top:12px;z-index:40}.urgent-confirm-bar>span{font-size:13px;font-weight:500;color:#fffc}.urgent-confirm-btn{padding:10px 20px;border:none;border-radius:10px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px #f9731659}.urgent-confirm-btn:hover{filter:brightness(1.08)}.provider-home-new-order-card.urgent{border-color:#f9731666;background:#f973160d}.provider-home-urgent-badge{display:inline-flex;align-items:center;gap:3px;font-size:11px;font-weight:700;color:#f97316;background:#f973161f;border:1px solid rgba(249,115,22,.3);border-radius:6px;padding:1px 7px;margin-left:6px;letter-spacing:.02em}.urgent-summary-badge{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f973161a;border:1px solid rgba(249,115,22,.3);border-radius:10px;margin-bottom:12px;font-size:13px;font-weight:600;color:#f97316}.urgent-summary-desc{font-size:12px;font-weight:400;color:#ffffffb3;display:block;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.urgent-price-breakdown{padding:12px 14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;margin-top:10px}.urgent-price-breakdown-title{font-size:12px;font-weight:600;color:#ffffffb3;margin:0 0 4px}.urgent-price-breakdown-note{font-size:11px;color:#ffffff73;margin:0;line-height:1.5}@media (min-width: 768px){.provider-home-shell,.provider-orders-shell,.provider-agenda-shell,.provider-order-detail-shell,.provider-profile-shell,.pfd-shell,.pfd-topbar,.client-home-mobile-shell,.new-order-shell,.client-order-detail-shell,.client-profile-shell,.acct-settings-shell,.public-auth-shell,.provider-public-signup-shell{width:min(100%,800px)!important;max-width:800px!important}.provider-bottom-nav,.client-bottom-nav{left:50%!important;transform:translate(-50%)!important;width:min(100%,800px)!important;border-radius:20px 20px 0 0!important}.provider-home-metrics-grid,.pfd-metrics-row{grid-template-columns:repeat(3,1fr)!important;gap:20px!important}.provider-profile-stats{grid-template-columns:repeat(3,1fr)!important;gap:16px!important}.provider-home-schedule-layout{grid-template-columns:240px 1fr!important;gap:24px!important}.provider-sheet{width:min(100%,800px)!important;left:50%!important;transform:translate(-50%)!important;border-radius:30px 30px 0 0!important}.provider-sheet-overlay{width:100vw!important;left:0!important}}@media (min-width: 1024px){.provider-home-shell,.provider-orders-shell,.provider-agenda-shell,.provider-order-detail-shell,.provider-profile-shell,.pfd-shell,.pfd-topbar,.client-home-mobile-shell,.new-order-shell,.client-order-detail-shell,.client-profile-shell,.acct-settings-shell,.public-auth-shell,.provider-public-signup-shell{width:min(100%,1000px)!important;max-width:1000px!important}.provider-bottom-nav,.client-bottom-nav,.provider-sheet{width:min(100%,1000px)!important}}.avatar-img{width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.provider-filter-btn{position:relative}.provider-filter-badge{position:absolute;top:0;right:0;width:16px;height:16px;border-radius:999px;background:#7c3aed;color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.filter-drawer{padding:0 20px 32px;max-height:80vh;overflow-y:auto}.filter-drawer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.filter-drawer-header h2{font-size:16px;font-weight:600;margin:0}.filter-drawer-clear{border:0;background:transparent;color:#7c3aed;font-size:13px;font-weight:600;cursor:pointer;padding:0}.filter-drawer-section{margin-bottom:24px}.filter-drawer-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ffffff70;margin:0 0 10px}.filter-drawer-option{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:12px;border:.5px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:14px;font-weight:400;cursor:pointer;margin-bottom:6px;transition:background .15s,border-color .15s}.filter-drawer-option.active{border-color:#7c3aed;background:#ede4ff;color:#5b21b6;font-weight:500}.filter-drawer-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:12px;border:.5px solid rgba(255,255,255,.1);background:#ffffff0d;color:#fff;font-size:14px;cursor:pointer;transition:background .15s,border-color .15s}.filter-drawer-toggle.active{border-color:#7c3aed;background:#ede4ff;color:#5b21b6}.filter-drawer-toggle-track{font-size:12px;font-weight:700;color:inherit;opacity:.72}.schedule-time-row{grid-template-columns:1fr auto!important}.provider-orders-card-client{display:flex;align-items:center;gap:8px;margin:6px 0 2px;font-size:13px;color:#ffffffeb}.provider-orders-client-avatar{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;border-radius:50%;background:#8b5cf659;color:#fff;font-size:11px;font-weight:700;overflow:hidden;border:1px solid rgba(139,92,246,.5)}.provider-home-new-order-client{display:flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:#ffffffeb}.marketing-carousel{width:100%;padding:40px max(32px,calc(50vw - 512px));background:transparent}.marketing-carousel-container{position:relative;width:min(100%,1180px);height:480px;margin:0 auto;border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow);background:var(--bg-deep)}.marketing-carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity .8s cubic-bezier(.4,0,.2,1),visibility .8s;z-index:1}.marketing-carousel-slide.active{opacity:1;visibility:visible;z-index:2}.marketing-carousel-image{width:100%;height:100%;object-fit:cover;transition:transform 8s linear}.marketing-carousel-slide.active .marketing-carousel-image{transform:scale(1.1)}.marketing-carousel-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(29,1,151,.8) 0%,rgba(29,1,151,.4) 50%,transparent 100%);display:flex;align-items:center;padding:0 80px;z-index:3}.marketing-carousel-content{max-width:500px;opacity:0;transform:translate(-30px);transition:all .6s cubic-bezier(.34,1.56,.64,1) .3s}.marketing-carousel-slide.active .marketing-carousel-content{opacity:1;transform:translate(0)}.marketing-carousel-title{font-size:42px;font-weight:800;line-height:1.1;margin-bottom:20px;letter-spacing:-.02em}.marketing-carousel-title-orange{color:#ff7a00}.marketing-carousel-title-purple{color:#fff}.marketing-carousel-subtitle{font-size:18px;color:#ffffffe6;line-height:1.6;font-weight:500}.marketing-carousel-nav{position:absolute;bottom:30px;left:80px;right:80px;display:flex;align-items:center;justify-content:space-between;z-index:10}.marketing-carousel-dots{display:flex;gap:12px}.marketing-carousel-dot{width:40px;height:4px;background:#fff3;border:none;cursor:pointer;border-radius:2px;transition:all .3s ease}.marketing-carousel-dot.active{background:#ff7a00;width:60px}.marketing-carousel-nav-btn{background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.marketing-carousel-nav-btn:hover{background:#fff3;transform:scale(1.1)}@media (max-width: 768px){.marketing-carousel{padding:20px 16px}.marketing-carousel-container{height:400px}.marketing-carousel-overlay{padding:0 30px 80px;background:linear-gradient(to top,#1d0197e6,#1d019766);align-items:flex-end}.marketing-carousel-title{font-size:28px}.marketing-carousel-subtitle{font-size:15px}.marketing-carousel-nav{left:20px;right:20px;bottom:20px}.marketing-carousel-nav-btn{display:none}.marketing-carousel-dots{width:100%;justify-content:center}}.photo-confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding-bottom:env(safe-area-inset-bottom)}.photo-confirm-modal{background:#1a1025;border-radius:20px 20px 0 0;padding:24px 20px 32px;width:100%;max-width:480px;display:flex;flex-direction:column;gap:16px}.photo-confirm-modal h3{font-size:16px;font-weight:600;color:#fff;margin:0;text-align:center}.photo-confirm-preview{width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#ffffff0f}.photo-confirm-preview img{width:100%;height:100%;object-fit:cover;display:block}.photo-confirm-actions{display:flex;gap:10px}.photo-confirm-btn-cancel{flex:1;padding:13px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#ffffffb8;font-size:14px;font-weight:600;cursor:pointer}.photo-confirm-btn-save{flex:2;padding:13px;border-radius:10px;border:none;background:#7c3aed;color:#fff;font-size:14px;font-weight:700;cursor:pointer}.photo-confirm-btn-save:disabled{opacity:.6;cursor:default}.public-content-page{min-height:100vh;background:#fff}.terms-container{width:min(100%,800px);margin:0 auto;padding:0 24px}.terms-hero{background:#2e03c8;padding:40px 0 0;color:#fff}.terms-back-button{display:flex;align-items:center;gap:8px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:8px 16px;border-radius:99px;font-size:13px;font-weight:600;cursor:pointer;margin-bottom:32px;transition:background .2s}.terms-back-button:hover{background:#ffffff26}.terms-header{margin-bottom:40px}.terms-eyebrow{display:block;text-transform:uppercase;font-size:11px;font-weight:800;letter-spacing:1.5px;color:#ff7a00;margin-bottom:12px}.terms-header h1{font-size:42px;font-weight:800;margin:0 0 16px;letter-spacing:-1px}.terms-header p{font-size:18px;color:#fffc;max-width:500px;margin:0;line-height:1.5}.terms-tabs{display:flex;gap:8px;margin-bottom:-1px}.terms-tab{display:flex;align-items:center;gap:10px;padding:16px 24px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-bottom:0;border-radius:16px 16px 0 0;color:#fff9;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s}.terms-tab:hover{background:#ffffff1a;color:#fff}.terms-tab.active{background:#fff;color:#2e03c8;border-color:#fff}.terms-body{padding:48px 0 80px;background:#fcfbfe}.terms-content-card{background:#fff;border:1px solid rgba(46,3,200,.08);border-radius:24px;padding:48px;box-shadow:0 10px 40px #2e03c80a}.terms-article header{margin-bottom:40px;border-bottom:1px solid rgba(0,0,0,.06);padding-bottom:32px}.terms-section-icon{color:#2e03c8;margin-bottom:16px}.terms-article h2{font-size:28px;font-weight:800;color:#1a1a2e;margin:0 0 8px}.terms-article header p{font-size:14px;color:#837a9c;margin:0}.terms-section{margin-bottom:32px}.terms-section h3{font-size:18px;font-weight:700;color:#2e03c8;margin:0 0 12px}.terms-section p{font-size:16px;line-height:1.7;color:#4a4266;margin:0}.terms-section-alert{display:flex;gap:16px;background:#f7f4ff;border-left:4px solid #ff7a00;padding:24px;border-radius:0 16px 16px 0;color:#2e03c8;font-size:15px;line-height:1.5;font-weight:500}.terms-footer{margin-top:48px;text-align:center;border-top:1px solid rgba(0,0,0,.06);padding-top:40px}.terms-footer p{font-size:15px;color:#837a9c;margin-bottom:16px}.terms-footer button{display:inline-flex;align-items:center;gap:6px;background:transparent;border:1.5px solid #2e03c8;color:#2e03c8;padding:10px 24px;border-radius:99px;font-size:14px;font-weight:700;cursor:pointer;transition:all .2s}.terms-footer button:hover{background:#f7f4ff;transform:translateY(-2px)}@media (max-width: 640px){.terms-header h1{font-size:32px}.terms-content-card{padding:24px}.terms-tabs{flex-direction:column;gap:0}.terms-tab{border-radius:12px 12px 0 0;width:100%}}
