*{margin:0;padding:0;box-sizing:border-box}html{background-color:#fff}body{margin:0;font-family:system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}html.services-theme-light,body.services-theme-light{background-color:#fff;color:#111827}html.services-theme-dark,body.services-theme-dark{background-color:#020617;color:#e5e7eb}@media(min-width:768px){html.services-theme-light,body.services-theme-light{background-color:#fff}html.services-theme-dark,body.services-theme-dark{background-color:#020617}}.splash-screen{position:fixed;inset:0;width:100%;height:100%;min-height:100vh;min-height:100dvh;background-color:#1a1a1e;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;overflow:hidden;animation:splash-fade-in .5s ease-out forwards}.splash-screen--exiting{animation:splash-fade-out .4s ease-out forwards}@keyframes splash-fade-in{0%{opacity:0}to{opacity:1}}@keyframes splash-fade-out{0%{opacity:1}to{opacity:0}}.splash-screen__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;width:100%;padding:24px}.splash-logo{display:flex;align-items:center;justify-content:center;flex-shrink:0}.splash-logo__img{width:240px;height:auto;max-width:90vw;object-fit:contain;opacity:0;animation:logo-reveal .6s ease-out .1s forwards}@keyframes logo-reveal{0%{opacity:0}to{opacity:1}}.splash-progress{width:100%;flex-shrink:0;padding:0 40px 32px;padding-bottom:max(32px,env(safe-area-inset-bottom))}.splash-progress__track{width:100%;max-width:180px;height:2px;margin:0 auto;border-radius:2px;background-color:#ffffff1a;overflow:hidden}.splash-progress__fill{height:100%;width:0%;border-radius:2px;background-color:#e8c547e6;animation:progress-fill 2s ease-out .2s forwards}@keyframes progress-fill{to{width:100%}}@media(max-width:480px){.splash-screen__inner{padding:20px 16px}.splash-logo__img{width:200px;max-width:85vw}.splash-progress{padding:0 24px 28px;padding-bottom:max(28px,env(safe-area-inset-bottom))}.splash-progress__track{max-width:140px}}@media(max-width:360px){.splash-logo__img{width:180px}.splash-progress__track{max-width:120px}}.otp-container{height:100vh;height:100dvh;width:100%;background:#fdfdfd;display:flex;justify-content:center;align-items:center;position:fixed;inset:0;overflow:hidden}.otp-content{display:flex;flex-direction:column;width:100%;max-width:500px;height:100%;height:100vh;height:100dvh;background-color:#fff;position:relative;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:env(safe-area-inset-bottom);align-items:center;justify-content:flex-start;gap:20px;margin-left:20px;margin-right:20px;padding-top:20px}.otp-card{width:100%;max-width:380px;background-color:#fff;border-radius:24px;padding:32px 24px;margin:20px 0 0;box-shadow:0 10px 25px #0000000d,0 5px 10px #00000008;display:flex;flex-direction:column;max-height:fit-content;flex:0 0 auto;border:1px solid #f0f0f0}@media(max-width:480px){.otp-content{margin-left:16px;margin-right:16px;gap:16px}.otp-card{margin:16px 0 0;padding:16px;border-radius:16px;max-width:100%}.login-logo-section{padding:20px 16px}.login-logo{max-width:280px;max-height:130px}}.login-logo-section{width:100%;display:flex;justify-content:center;align-items:center;padding:24px 20px;flex-shrink:0;position:relative;box-sizing:border-box;margin-top:0;order:-1}.login-logo{height:auto;width:auto;max-width:350px;max-height:150px;object-fit:contain;display:block;margin:0 auto}.header-section{position:relative;padding:16px 20px 0;display:flex;align-items:center;border-bottom:none;margin-bottom:0;width:100%}@media(max-width:480px){.header-section{padding:12px 16px 0}}.back-button{background:#0000000d;border:1px solid rgba(0,0,0,.1);border-radius:12px;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;width:44px;height:44px;min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.back-button:hover{background:#0000001a;border-color:#0003;transform:translate(-2px)}.back-button:active{transform:translate(-2px) scale(.95)}.otp-top-section{padding:0;display:flex;flex-direction:column;align-items:center;margin-bottom:16px;flex-shrink:0;text-align:center}@media(max-width:480px){.otp-top-section{margin-bottom:14px}}.otp-heading{font-family:system-ui,-apple-system,sans-serif;font-size:26px;font-weight:800;color:#1a1a1a;margin:0 0 10px;letter-spacing:-.5px;text-align:center;line-height:1.2}@media(max-width:480px){.otp-heading{font-size:22px;margin:0 0 8px}}.otp-description{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#718096;margin:0 0 12px;line-height:1.5;letter-spacing:-.1px;text-align:center}.otp-form-section{padding:0;display:flex;flex-direction:column;align-items:center;margin-top:0;justify-content:flex-start;min-height:0}.otp-inputs-container{display:flex;gap:10px;justify-content:center;margin-bottom:8px;width:100%}@media(max-width:480px){.otp-inputs-container{gap:8px}}.otp-input{width:46px;height:54px;border:1.5px solid #e2e8f0;border-radius:12px;text-align:center;font-family:system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#1a1a1a;background-color:#f8fafc;transition:all .2s cubic-bezier(.4,0,.2,1);box-sizing:border-box}@media(max-width:480px){.otp-input{width:42px;height:50px;font-size:20px}}.otp-input:focus{outline:none;border:2px solid #2A2832;background-color:#fff;box-shadow:0 0 0 4px #2a28320d;transform:translateY(-2px)}.continue-button{width:100%;padding:14px 32px;min-height:52px;background:#2a2832;color:gold;border:none;border-radius:12px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:12px;margin-top:20px;box-shadow:0 2px 8px #0000001f;letter-spacing:.3px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;display:flex;align-items:center;justify-content:center}@media(max-width:480px){.continue-button{margin-top:16px;padding:14px 24px;min-height:50px}}.continue-button:hover:not(.disabled){background:#36324a;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.continue-button:active:not(.disabled){transform:translateY(0)}.continue-button.disabled{background:#e0e0e0;color:#999;cursor:not-allowed;opacity:.6}.continue-button.disabled:hover{background:#e0e0e0;color:#999;transform:none}.otp-fetch-test-button{width:100%;margin-top:10px;padding:10px 16px;font-size:13px;background:#f0f0f0;color:#666;border:1px solid #ccc;border-radius:10px;cursor:pointer}.otp-fetch-test-button:hover:not(:disabled){background:#e5e5e5}.otp-fetch-test-button:disabled{opacity:.6;cursor:not-allowed}.status-message{font-family:system-ui,-apple-system,sans-serif;font-size:12px;margin:8px 0 0;text-align:center}.status-message.error{color:#f44}.status-message.success{color:#d4af37}.terms-checkbox-container{width:100%;margin:20px 0 0;display:flex;justify-content:center}.terms-checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer;user-select:none;-webkit-user-select:none;max-width:100%}.terms-checkbox{width:18px;height:18px;min-width:18px;min-height:18px;margin-top:2px;cursor:pointer;accent-color:#2A2832;flex-shrink:0}.terms-checkbox-text{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#666;line-height:1.5;text-align:left;flex:1}.terms-checkbox-text strong{color:#333;font-weight:600}@media(max-width:480px){.terms-checkbox-container{margin:16px 0 0}.terms-checkbox-label{gap:8px}.terms-checkbox{width:16px;height:16px;min-width:16px;min-height:16px}.terms-checkbox-text{font-size:11px}}.resend-text{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#999;text-align:center;margin:16px 0 0;line-height:1.4}.resend-link{color:gold;cursor:pointer;font-weight:500;transition:color .2s ease}.resend-link:hover{color:#ffc700;text-decoration:underline}@media(max-width:480px){.back-button{width:40px;height:40px;min-width:40px;min-height:40px;padding:8px}.otp-description{font-size:13px}.resend-text{font-size:13px;margin:12px 0 0}}@media(max-width:360px){.otp-heading{font-size:22px;margin-bottom:10px}.otp-description{font-size:12px}.otp-input{width:40px;height:40px;font-size:16px}.continue-button{padding:12px 20px;min-height:48px;font-size:14px}}@media(max-height:600px)and (orientation:landscape){.otp-top-section{padding:4px 20px 12px}.otp-heading{font-size:22px;margin-bottom:8px}.otp-form-section{padding:0 20px 8px}.otp-inputs-container{margin-bottom:20px}.continue-button{margin-bottom:8px;padding:10px 24px;min-height:46px}}.home-page-container-minimal *{max-width:100%;box-sizing:border-box}.home-page-content-minimal,.home-page-content-minimal>*{max-width:100%}.home-page-container-minimal{min-height:100%;height:100vh;width:100%;background:#fff;display:flex;flex-direction:column;align-items:stretch;overflow-y:auto;overflow-x:hidden;-ms-overflow-style:none;scrollbar-width:none}html.services-theme-dark .home-page-container-minimal,body.services-theme-dark .home-page-container-minimal{background:#020617}html.services-theme-dark .home-page-content-minimal,body.services-theme-dark .home-page-content-minimal{background-color:#020617}html.services-theme-dark .header-sticky-wrapper,body.services-theme-dark .header-sticky-wrapper,html.services-theme-dark .header-fixed-container,body.services-theme-dark .header-fixed-container{background:#020617}.home-page-container-minimal::-webkit-scrollbar{display:none;width:0;height:0}.home-page-content-minimal{width:100%;max-width:100%;flex:1;min-height:0;background-color:#fff;position:relative;padding-top:12px;padding-bottom:80px;-ms-overflow-style:none;scrollbar-width:none}.home-page-content-minimal::-webkit-scrollbar{display:none;width:0;height:0;background:transparent}.home-page-content-minimal::-webkit-scrollbar-track{display:none;background:transparent}.home-page-content-minimal::-webkit-scrollbar-thumb{display:none;background:transparent}.home-page-content-minimal::-webkit-scrollbar-corner{display:none;background:transparent}.home-page-content-minimal::-webkit-scrollbar:horizontal{display:none;height:0}.header-sticky-wrapper{width:100%;max-width:100%;background:#fff;box-sizing:border-box;box-shadow:0 1px #0000000f;flex-shrink:0}.header-secondary-bar{max-height:140px;overflow:hidden;transition:max-height .28s ease-out,opacity .2s ease-out}.header-secondary-bar--hidden{max-height:0!important;opacity:0;pointer-events:none;transition:max-height .25s ease-out,opacity .2s ease-out}.header-fixed-container{width:100%;max-width:100%;background:#fff;box-sizing:border-box}.header-row-1{display:flex;align-items:center;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));background:#fff;position:relative;width:100%;box-sizing:border-box;gap:10px}.header-avatar{width:44px;height:44px;flex-shrink:0;border-radius:50%;overflow:hidden;cursor:pointer}.header-avatar img{width:100%;height:100%;object-fit:cover}.header-avatar-initial{width:100%;height:100%;border-radius:50%;background-color:#2a2832;color:#fff;display:flex;align-items:center;justify-content:center;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600}.header-location{display:flex;align-items:flex-start;gap:8px;flex:1;min-width:0;cursor:pointer;padding:2px 0;transition:opacity .2s ease}.header-location:hover{opacity:.8}.header-location:active{opacity:.6}.header-pin-icon{width:18px;height:18px;flex-shrink:0;color:#1a1a1a;margin-top:3px}.header-location-text-and-dropdown{display:flex;align-items:flex-start;gap:4px;min-width:0;flex:0 1 auto}.header-address-text{display:flex;flex-direction:column;gap:1px;min-width:0;flex:0 1 auto;max-width:100%}.header-address-line1{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;color:#1a1a1a;line-height:1.4;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;word-break:break-word;letter-spacing:-.01em}.header-address-line2{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:400;color:#666;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.01em}.header-dropdown-icon{width:16px;height:16px;flex-shrink:0;color:#999;margin-top:4px;margin-left:0;transition:transform .2s ease}.header-location:hover .header-dropdown-icon{color:#666}.header-icons-right{display:flex;align-items:center;gap:4px;flex-shrink:0}.header-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:50%;color:#1a1a1a;cursor:pointer;transition:background .2s}.header-icon-btn:hover{background:#f5f5f5}.header-icon-btn svg{width:24px;height:24px}.header-row-2{display:flex;align-items:center;padding:8px 16px 12px;background:#fff;position:relative;width:100%;box-sizing:border-box;gap:12px}.header-search-bar{flex:1;display:flex;align-items:center;gap:6px;background:#f5f5f5;border-radius:6px;padding:0 8px;height:34px;min-width:0;border:1px solid #ececec;outline:none;box-shadow:none}.header-search-bar:focus-within{border-color:#e0e0e0;outline:none;box-shadow:none}.header-search-bar .search-icon{width:14px;height:14px;flex-shrink:0;color:#888}.search-input{flex:1;border:none;outline:none;background:transparent;font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:#1a1a1a;min-width:0;box-shadow:none}.search-input:focus{outline:none;box-shadow:none}.search-input::placeholder{color:#999}.mic-btn{width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e0e0e0;border-radius:50%;cursor:pointer;flex-shrink:0;box-shadow:0 1px 2px #0f172a0f}.mic-btn svg{width:14px;height:14px}.mic-btn:disabled{opacity:.5;cursor:not-allowed}.mic-btn.listening svg{animation:home-mic-pulse 1s ease-in-out infinite}.home-search-mic-status{margin-left:4px;font-size:11px;color:#059669;font-weight:500}@keyframes home-mic-pulse{0%,to{opacity:1}50%{opacity:.5}}.header-coins{display:flex;align-items:center;gap:6px;cursor:pointer;flex-shrink:0;background:#f5f5f5;border-radius:12px;padding:8px 12px;transition:all .2s ease}.header-coins:hover{background:#ebebeb}.header-coins:active{transform:scale(.98)}.coins-amount{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:#1a1a1a}.coins-icons{display:flex;align-items:center;position:relative;width:36px;height:24px}.coins-icons svg{width:24px;height:24px;position:absolute}.coins-icons svg:first-child{left:0;z-index:2}.coins-icons .coin-overlap{left:12px;z-index:1}.header-row-3{display:flex;align-items:center;padding:6px 12px 8px;background:#fff;position:relative;top:auto;width:100%;box-sizing:border-box;gap:6px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;border-bottom:1px solid #f0f0f0;flex-shrink:0}.header-row-3::-webkit-scrollbar{display:none}.header-row-3.header-tabs-over-content{position:sticky;top:0;z-index:5;flex-shrink:0}.category-pill{display:flex;align-items:center;justify-content:center;padding:6px 12px;background:#fff;border:1px solid #e0e0e0;border-radius:18px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;color:#1a1a1a;cursor:pointer;white-space:nowrap;transition:all .2s;flex-shrink:0}.category-pill:hover{background:#f5f5f5}.category-pill.active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.filter-btn{display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 10px;background:#1a1a1a;border:none;border-radius:18px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;color:#fff;cursor:pointer;white-space:nowrap;transition:all .2s;flex-shrink:0}.filter-btn:hover{background:#333}.filter-btn svg{width:14px;height:14px}.banners-section-light{padding:0 12px}.banner-carousel-wrapper{position:relative;width:100%;border-radius:12px;overflow:hidden}.banner-carousel-light{position:relative;width:100%;height:140px;border-radius:12px;overflow:hidden;background:#f0f0f0;min-height:140px}.banner-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:36px;height:36px;border-radius:50%;border:none;background:#00000080;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s,transform .2s;box-shadow:0 2px 8px #00000040}.banner-arrow:hover{background:#000000b3;color:#fff}.banner-arrow:active{transform:translateY(-50%) scale(.95)}.banner-arrow-prev{left:8px}.banner-arrow-next{right:8px}.banner-slide-light{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .6s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:12px;pointer-events:none;z-index:0}.banner-slide-light.active{opacity:1;z-index:2;pointer-events:auto}.banner-image{display:none}.banner-content-light{padding:10px 14px;height:100%;display:flex;flex-direction:column;justify-content:center;color:#000;position:relative;z-index:2}.banner-title-light{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;margin:0 0 4px;color:#000}.banner-subtitle-light{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:400;margin:0 0 4px;color:#000}.banner-discount-light{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:700;margin:4px 0;color:#000}.banner-description-light{font-family:system-ui,-apple-system,sans-serif;font-size:10px;font-weight:400;margin:4px 0;color:#666}.banner-button-light{background:#1a1a1a;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:500;cursor:pointer;margin-top:6px;width:fit-content;transition:opacity .2s}.banner-button-light:hover{opacity:.9}.banner-dots-light{position:absolute;bottom:10px;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:6px;z-index:10;padding:0;pointer-events:none}.banner-dots-light .banner-dot-light{pointer-events:auto}.banner-dot-light{width:8px;height:8px;border-radius:50%;border:2px solid rgba(255,255,255,.9);background-color:#0006;cursor:pointer;transition:all .3s ease;padding:0;box-shadow:0 1px 3px #00000059}.banner-dot-light:hover{background-color:#0009;border-color:#fff}.banner-dot-light.active{background-color:#fff;border-color:#fff;width:24px;height:8px;border-radius:4px;box-shadow:0 1px 3px #0006}.banner-placeholder-light{display:flex;background:#f5f5f5;border-radius:10px;overflow:hidden;height:110px;width:100%}.banner-placeholder-content{flex:1;padding:10px 14px;display:flex;flex-direction:column;justify-content:center;color:#000;min-width:0}.banner-placeholder-content h3{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;margin:0 0 2px;color:#000;line-height:1.3}.banner-placeholder-content p{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:400;margin:0 0 4px;color:#000;line-height:1.4}.banner-placeholder-discount{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:700;margin:2px 0;color:#000;line-height:1.2}.banner-placeholder-text{font-family:system-ui,-apple-system,sans-serif;font-size:10px;font-weight:400;margin:2px 0 6px;color:#666}.banner-placeholder-button{background:#1a1a1a;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;cursor:pointer;margin-top:2px;width:fit-content;transition:opacity .2s}.banner-placeholder-button:hover{opacity:.9}.banner-placeholder-image{width:80px;min-width:80px;display:flex;align-items:center;justify-content:center;background:#0000000f;position:relative}.banner-image-placeholder{width:60px;height:60px;background:#00000014;border-radius:6px;border:1px solid rgba(0,0,0,.1)}.category-tabs-section,.category-tab{display:none}.services-section-light{padding:20px 16px}.services-header-light{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.services-title-light{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0}.view-all-link{background:none;border:none;color:#2a2832;font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;cursor:pointer;padding:0}.view-all-link-services{flex-shrink:0;margin-left:8px}.view-all-link-services:hover{text-decoration:underline}.services-filter-pills{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:10px;overflow-x:visible;padding:0}.filter-pill{padding:2px 6px;background-color:#f0f0f0;border:1px solid #e0e0e0;border-radius:10px;font-family:system-ui,-apple-system,sans-serif;font-size:9px;font-weight:500;color:#666;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .2s ease}.services-grid-minimal-compact{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0;width:100%;visibility:visible;opacity:1;margin:0}.service-card-minimal-compact{display:flex;flex-direction:column;align-items:stretch;background:#fff;border-radius:12px;overflow:hidden;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease,transform .15s ease;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000000d,0 2px 8px #0000000a}.service-card-minimal-compact:hover{box-shadow:0 4px 14px #00000014,0 2px 6px #0000000a;border-color:#00000014}.service-card-minimal-image-wrap{width:100%;aspect-ratio:1.35;overflow:hidden;flex-shrink:0;background:#f0f0f0}.service-image-minimal-compact{width:100%;height:100%;object-fit:cover;display:block}.service-card-minimal-text{width:100%;flex:1;min-height:34px;display:flex;align-items:center;justify-content:center;padding:5px 6px;background:#fafafa;border-top:1px solid #eee;box-sizing:border-box}.service-card-minimal-text .service-title-minimal-compact,.service-title-minimal-compact{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:10px;font-weight:600;color:#111;line-height:1.2;letter-spacing:0;text-align:center;width:100%;display:block;white-space:normal;word-break:break-word}.loading-message,.error-message,.empty-message{grid-column:1 / -1;text-align:center;padding:40px 20px;color:#666;font-family:system-ui,-apple-system,sans-serif;font-size:15px}.error-message{color:#f44}.view-all-container-minimal{padding:0 16px 16px}.view-all-container-minimal{margin-top:12px;display:flex;justify-content:center}.view-all-button-minimal{background:#2a2832;color:#fff;border:none;border-radius:6px;padding:10px 24px;font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;cursor:pointer;transition:opacity .2s}.view-all-button-minimal:hover{opacity:.9}.categories-section-layout{padding:24px 16px;background:#f5f5f5}.categories-header{margin-bottom:16px}.categories-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.categories-grid-layout{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.category-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;overflow:hidden;position:relative;aspect-ratio:1;transition:transform .2s ease,box-shadow .2s ease}.category-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.category-image-container{width:100%;height:100%;overflow:hidden;background:#f0f0f0;position:absolute;top:0;left:0}.category-image{width:100%;height:100%;object-fit:cover}.category-text{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(255,255,255,.95) 0%,rgba(255,255,255,.7) 70%,transparent 100%);padding:8px 6px 6px;font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:500;color:#000;text-align:center;line-height:1.3;word-break:break-word;letter-spacing:.2px}.categories-button-container{display:flex;justify-content:center;margin-top:8px}.categories-explore-button{background:#2a2832;color:#fff;border:none;border-radius:12px;padding:12px 24px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:6px}.categories-explore-button:hover{background:#1f1d25;transform:translateY(-1px);box-shadow:0 4px 8px #2a283233}.categories-explore-button:active{transform:translateY(0)}.popular-services-section{padding:14px 12px}.popular-services-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.popular-services-title{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#222;margin:0 0 2px}.popular-services-subtitle{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:400;color:#666;margin:0}.view-all-link-popular{background:none;border:none;color:#7c3aed;font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:2px}.view-all-link-popular:hover{color:#6d28d9}.view-all-arrow{font-size:10px}.popular-header-actions{display:flex;align-items:center;gap:12px;margin-top:4px}.global-map-overlay{position:fixed;inset:0;z-index:2000;background:#fff}.global-map-close{position:absolute;top:16px;right:16px;width:40px;height:40px;background:#fff;border:1px solid #e0e0e0;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #0000001a;z-index:2001}.global-map-close:hover{background:#f5f5f5}.popular-services-scroll{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:2px}.popular-services-scroll::-webkit-scrollbar{display:none}.popular-service-card{display:flex;flex-direction:column;width:140px;min-width:140px;max-width:140px;flex-shrink:0;background:#fff;border-radius:10px;overflow:hidden;cursor:pointer;border:1px solid #eee;box-shadow:0 1px 2px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.popular-service-card:hover{border-color:#e0e0e0;box-shadow:0 2px 6px #0000000f}.popular-service-image{width:100%;aspect-ratio:1.25;background:#f8f8f8;overflow:hidden;flex-shrink:0}.popular-service-image-placeholder{width:100%;height:100%;background:#f0f0f0}.popular-service-img{width:100%;height:100%;object-fit:cover;display:block}.popular-service-text{width:100%;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:8px 8px 10px;background:#fff;border-top:1px solid #f0f0f0;gap:3px}.popular-service-name{font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:13px;font-weight:600;color:#222;margin:0;line-height:1.25;letter-spacing:0;text-align:left;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popular-service-price-row{margin:0;font-family:system-ui,-apple-system,sans-serif;font-size:11px;line-height:1.3}.popular-service-price-label{color:#666;font-weight:400}.popular-service-price-value{color:#222;font-weight:600}.popular-service-stars{display:flex;align-items:center;gap:1px;margin:2px 0 0}.popular-service-star{flex-shrink:0;display:block;width:11px;height:11px}.popular-service-explore-btn{margin-top:6px;width:100%;padding:5px 8px;background:#000;color:#fff;border:none;border-radius:6px;font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:500;text-transform:capitalize;cursor:pointer;transition:background .2s ease}.popular-service-explore-btn:hover{background:#333}.popular-service-price-minimal{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:10px;font-weight:500;color:#555;text-align:center;letter-spacing:.02em}.view-all-button-minimal:active{transform:translateY(0)}.how-voat-works-section{padding:24px 16px;margin-top:8px;background:#f9f9f9}.how-voat-works-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0 0 20px;text-align:left;letter-spacing:.3px}.how-voat-works-steps{display:flex;flex-direction:column;gap:12px}.how-voat-step{display:flex;align-items:center;gap:12px;background-color:#fff;border-radius:12px;padding:14px 16px;border:1px solid #e0e0e0;transition:all .2s ease;cursor:pointer}.how-voat-step:hover{background-color:#f5f5f5;border-color:#2a2832;transform:translate(2px)}.step-number{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;color:#fff;flex-shrink:0}.step-number-1{background:linear-gradient(135deg,gold,orange);box-shadow:0 2px 8px #ffd7004d}.step-number-2{background:linear-gradient(135deg,#4fc3f7,#29b6f6);box-shadow:0 2px 8px #4fc3f74d}.step-number-3{background:linear-gradient(135deg,#1976d2,#1565c0);box-shadow:0 2px 8px #1976d24d}.step-content{flex:1;display:flex;align-items:center}.step-text{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:500;color:#000;line-height:1.4}.step-arrow{display:flex;align-items:center;justify-content:center;color:#666;flex-shrink:0;transition:all .2s ease}.how-voat-step:hover .step-arrow{color:#2a2832;transform:translate(2px)}.why-choose-voat-section{padding:24px 16px;background:#fff9e6}.why-choose-voat-title{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0 0 6px}.why-choose-voat-subtitle{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#666;margin:0 0 16px}.why-choose-voat-cards{display:flex;flex-direction:column;gap:10px}.why-choose-card{display:flex;align-items:center;gap:12px;background-color:#fff;border-radius:8px;padding:12px;border:none;transition:opacity .2s;cursor:pointer}.why-choose-card:hover{opacity:.9}.why-choose-icon-wrapper{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:8px}.why-choose-icon-wrapper svg{width:20px;height:20px}.why-choose-content{flex:1;min-width:0}.why-choose-card-title{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#000;margin:0 0 2px;line-height:1.3}.why-choose-card-description{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#666;margin:0;line-height:1.4}.offers-deals-section{padding:16px}.offers-deals-title{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0 0 10px}.offers-carousel{position:relative;width:100%;height:120px;border-radius:10px;overflow:hidden;background:#fff9e6;min-height:120px}.offers-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .6s ease-in-out;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:10px;pointer-events:none;z-index:0}.offers-slide.active{opacity:1;z-index:2;pointer-events:auto}.offers-image{display:none}.offers-dots{display:flex;justify-content:center;gap:5px;margin-top:6px}.offers-dot{width:6px;height:6px;border-radius:50%;border:none;background-color:#e5e7eb;cursor:pointer;transition:all .3s ease;padding:0}.offers-dot.active{background-color:#1a1a1a;width:20px;height:6px;border-radius:3px}.voat-recommended-section{padding:20px 16px}.voat-recommended-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.voat-recommended-title{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0}.view-all-button-voat{background:#f5f5f5;color:#1a1a1a;border:1px solid #d0d0d0;border-radius:14px;padding:4px 10px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:2px}.view-all-button-voat:hover{background:#eee;border-color:silver}.view-all-button-voat:active{transform:scale(.98)}.voat-recommended-list{display:flex;flex-direction:column;gap:12px}.voat-card-new{background:#fff;border-radius:12px;padding:12px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 1px 4px #0000000f;overflow:visible;min-height:80px;width:100%!important;box-sizing:border-box}.voat-card-avatar-wrapper{position:relative;flex-shrink:0;align-self:flex-start}.voat-card-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:1.5px solid #1a1a1a;display:block;flex-shrink:0}.voat-card-verify-badge{position:absolute;bottom:0;right:0;width:20px;height:20px;background:#fff;border:1.5px solid #1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.voat-card-content-new{flex:1;min-width:0;display:flex;flex-direction:column;gap:8px;overflow:visible}.voat-card-header-new{display:flex;justify-content:space-between;align-items:flex-start;gap:10px;width:100%;min-width:0}.voat-card-bottom-row{display:flex;justify-content:space-between;align-items:center;width:100%;gap:12px;min-width:0;overflow:visible}.voat-card-info{flex:1;min-width:0;display:flex;flex-direction:column;overflow:visible}.voat-card-name-new{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.voat-card-profession-new{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;color:#666;margin:2px 0 0;line-height:1.2;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.voat-card-id{font-family:system-ui,-apple-system,sans-serif;font-size:10px;font-weight:500;color:#888;display:block;margin:2px 0 0;padding:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.voat-card-rating-new{display:flex;align-items:center;gap:3px;margin:0 auto 0 0;padding:0;flex-wrap:nowrap;flex:1 1 auto;min-width:0;overflow:visible}.voat-card-rating-new svg{width:18px;height:18px;flex-shrink:0}.voat-rating-value{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;color:#1a1a1a;margin-left:3px;white-space:nowrap;flex-shrink:0;overflow:visible}.voat-reviews-count{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:400;color:#666;white-space:nowrap;flex-shrink:0;overflow:visible}.voat-card-badges{display:flex;flex-direction:column;align-items:flex-end;gap:0;flex-shrink:0;justify-content:flex-start;position:relative;min-width:fit-content}.voat-top-rated-badge{background:#fff;border:1px solid #e0e0e0;color:#1a1a1a;padding:3px 6px;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:8px;font-weight:700;letter-spacing:.3px;white-space:nowrap;flex-shrink:0}.voat-view-profile-button{background:#fff;border:1px solid #e0e0e0;color:#1a1a1a;padding:2px 6px;border-radius:4px;font-family:system-ui,-apple-system,sans-serif;font-size:9px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;flex-shrink:0;line-height:1.3;height:fit-content;margin:0;min-width:fit-content}.voat-view-profile-button:hover{background:#f5f5f5;border-color:#d0d0d0}.voat-view-profile-button:active{transform:scale(.98)}.voat-pagination-dots{display:flex;justify-content:center;align-items:center;gap:6px;margin-top:20px}.voat-pagination-dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0;cursor:pointer;transition:all .3s ease}.voat-pagination-dot.active{background:#1a1a1a;width:24px;border-radius:4px}.voat-recommended-carousel-container{position:relative;width:100%;overflow:hidden}.voat-recommended-page-fade{position:absolute;top:0;left:0;width:100%;display:flex;flex-direction:column;gap:12px;opacity:0;visibility:hidden;transition:opacity .6s ease-in-out,visibility .6s ease-in-out;z-index:1}.voat-recommended-page-fade.active{position:relative;opacity:1;visibility:visible;z-index:5}.book-again-section{padding:20px 16px}.book-again-title{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:#000;margin:0 0 16px}.book-again-card{display:flex;background:#2d2d2d;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.book-again-image-side{width:40%;min-width:40%;height:160px;background:#fff;display:flex;align-items:center;justify-content:center;padding:12px;overflow:hidden;border-radius:12px 0 0 12px}.book-again-image{width:100%;height:100%;object-fit:cover;border-radius:10px}.book-again-content-side{width:60%;padding:18px 20px;background:gold;display:flex;flex-direction:column;justify-content:space-between;border-radius:0 12px 12px 0}.book-again-label{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:400;color:#fff;opacity:.9;margin:0 0 8px;letter-spacing:.5px;text-transform:uppercase}.book-again-service-name{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#fff;margin:0 0 10px;line-height:1.3;letter-spacing:-.3px}.book-again-rating{display:flex;align-items:center;gap:6px;margin-bottom:12px}.rating-stars-book{display:flex;gap:3px;align-items:center}.rating-stars-book svg{width:14px;height:14px;flex-shrink:0}.rating-text-book{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;color:#fff;margin-left:4px}.book-again-price-label{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:400;color:#fff;margin:0 0 14px;line-height:1.4}.book-again-price-inline{font-weight:500}.book-again-price-amount{display:none}.book-again-button{width:100%;background:linear-gradient(135deg,#2a2832,#23202a);color:#fff;border:none;border-radius:10px;padding:14px 20px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #2a28324d;letter-spacing:.3px}.book-again-button:hover{background:linear-gradient(135deg,#36324a,#2a2832);transform:translateY(-1px);box-shadow:0 4px 12px #2a283266}.book-again-button:active{transform:translateY(0);box-shadow:0 2px 4px #2a28324d}.spin-win-section{padding:12px}.spin-win-card{position:relative;background:#fff;border-radius:12px;padding:10px 12px 12px;display:flex;flex-direction:column;align-items:stretch;gap:8px;border:1px solid #eee;box-shadow:0 1px 3px #0000000d;overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}@media(min-width:480px){.spin-win-section{padding:20px 16px}.spin-win-card{flex-direction:row;justify-content:space-between;align-items:center;padding:16px 18px;gap:16px;border-radius:16px;background:linear-gradient(135deg,#fff,#fafafa);border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 8px #0000000f}}.spin-win-card:hover{border-color:#e0e0e0;box-shadow:0 2px 8px #00000014}.spin-win-accent{position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#333,#555);border-radius:12px 0 0 12px}@media(min-width:480px){.spin-win-accent{width:4px;border-radius:16px 0 0 16px}}.spin-win-content{flex:1;min-width:0;position:relative;z-index:1}.spin-win-badge{display:inline-block;font-family:system-ui,-apple-system,sans-serif;font-size:9px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#666;margin-bottom:0;padding:2px 5px;background:#f0f0f0;border-radius:4px;align-self:flex-start}@media(min-width:480px){.spin-win-badge{font-size:10px;padding:3px 6px;margin-bottom:4px}}.spin-win-title{font-family:system-ui,-apple-system,sans-serif;font-size:17px;font-weight:700;color:#111;margin:0 0 2px;letter-spacing:-.02em;line-height:1.25}@media(min-width:480px){.spin-win-title{font-size:20px;margin-bottom:4px}}.spin-win-subtitle{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#555;margin:0;line-height:1.4;max-width:100%}@media(min-width:480px){.spin-win-subtitle{font-size:14px;max-width:240px}}.spin-win-button{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;gap:2px;width:100%;background:#111;color:#fff;border:none;border-radius:5px;padding:3px 5px;font-family:system-ui,-apple-system,sans-serif;font-size:10px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .2s ease,transform .15s ease;flex-shrink:0;box-shadow:0 1px 2px #0000001a}@media(min-width:480px){.spin-win-button{width:auto;padding:5px 10px;font-size:12px;border-radius:6px;gap:4px}}.spin-win-button:hover{background:#262626;transform:translateY(-1px);box-shadow:0 2px 6px #0003}.spin-win-button:active{transform:translateY(0)}.spin-win-button-icon{display:inline-flex;align-items:center;justify-content:center}.spin-win-button:hover .spin-win-button-icon{transform:rotate(10deg)}.spin-win-button svg{width:11px;height:11px;color:#fff;flex-shrink:0}@media(min-width:480px){.spin-win-button svg{width:14px;height:14px}}.book-again-section{padding:0 16px 24px}.book-again-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0 0 16px;text-align:left;letter-spacing:.3px}.book-again-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:16px;display:flex;gap:16px;transition:all .2s ease;cursor:pointer}.book-again-card:hover{border-color:#2a2832;box-shadow:0 4px 12px #2a283226}.book-again-content{flex:1;min-width:0}.book-again-header-info{display:flex;align-items:center;gap:6px;margin-bottom:8px}.book-again-header-info svg{width:14px;height:14px}.book-again-label{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:400;color:#666}.book-again-service-name{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#000;margin:0 0 8px;line-height:1.3}.book-again-rating{display:flex;align-items:center;gap:8px;margin-bottom:8px}.rating-stars{display:flex;gap:2px}.rating-text{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;color:gold}.booking-count{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#666}.book-again-price{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#000;margin-bottom:8px}.book-again-tags{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#666;line-height:1.4}.book-again-image-wrapper{position:relative;flex-shrink:0}.book-again-image-placeholder{width:80px;height:80px;border-radius:12px;background-color:#d4af371a;display:flex;align-items:center;justify-content:center;border:1px solid rgba(212,175,55,.2)}.spin-now-button{position:absolute;bottom:-8px;right:-8px;background:#2a2832;color:#fff;border:none;border-radius:8px;padding:6px 12px;font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px;box-shadow:0 2px 8px #2a283266;transition:all .2s ease}.spin-now-button:hover{transform:scale(1.05);box-shadow:0 4px 12px #2a283280}.spin-now-button svg{width:12px;height:12px}html.services-theme-dark .spin-now-button,body.services-theme-dark .spin-now-button{background:#facc15;color:#111827;box-shadow:0 3px 10px #facc1573}html.services-theme-dark .spin-now-button:hover,body.services-theme-dark .spin-now-button:hover{transform:scale(1.05);box-shadow:0 5px 16px #facc1599}.rewards-section{padding:0 16px 24px}.reward-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:16px;display:flex;align-items:center;gap:14px;transition:all .2s ease;cursor:pointer}.reward-card:hover{border-color:#2a2832;box-shadow:0 4px 12px #2a283226;transform:translateY(-2px)}.reward-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#d4af371a;border-radius:12px}.reward-content{flex:1;min-width:0}.reward-title{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#000;margin:0 0 4px;line-height:1.3}.reward-subtitle{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#666;margin:0;line-height:1.4}.reward-dots{display:flex;gap:4px;flex-shrink:0}.reward-dots span{width:6px;height:6px;border-radius:50%;background-color:#ccc}.home-bottom-nav-over-search{position:fixed;bottom:0;left:0;right:0;z-index:2100;pointer-events:none}.home-bottom-nav-over-search .bottom-nav-minimal{pointer-events:auto}.bottom-nav-minimal{position:fixed;bottom:0;left:0;right:0;width:100%;max-width:100%;background-color:#fff;border-top:1px solid #f0f0f0;border-radius:0;display:flex;justify-content:space-around;align-items:center;padding:8px 0 calc(8px + env(safe-area-inset-bottom));z-index:100;box-shadow:0 -1px 3px #0000000d}.nav-item-minimal{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;padding:4px 6px;border-radius:0;transition:opacity .2s;color:#666;flex:1;max-width:90px;min-width:0}.coupons-section-minimal{padding:16px 14px 20px;background:#f8fafc;margin-top:4px}.coupons-header-minimal{margin-bottom:12px}.coupons-title-minimal{font-size:18px;font-weight:700;color:#0f172a;margin:0}.coupons-scroll-minimal{display:flex;overflow-x:auto;gap:12px;padding-bottom:8px;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.coupons-scroll-minimal::-webkit-scrollbar{display:none}.coupon-card-minimal{min-width:260px;max-width:260px;background:#fff;border:1px dashed #cbd5e1;border-radius:12px;padding:14px;display:flex;justify-content:space-between;align-items:center;position:relative;transition:transform .2s ease,box-shadow .2s ease}.coupon-card-minimal:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000d;border-color:#64748b}.coupon-content{display:flex;flex-direction:column;gap:6px;flex:1}.coupon-discount-badge{font-size:11px;font-weight:700;color:#0f172a;background:#f1f5f9;padding:2px 8px;border-radius:4px;width:fit-content}.coupon-info{display:flex;flex-direction:column;gap:2px}.coupon-code{font-size:16px;font-weight:700;color:#0f172a;margin:0}.coupon-description{font-size:12px;color:#64748b;margin:0}.coupon-copy-btn{background:#0f172a;color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .2s}.coupon-copy-btn:active{opacity:.8;transform:scale(.95)}@media(max-width:767px){.header-sticky-wrapper,.header-fixed-container{position:relative!important;top:auto!important;left:auto!important;transform:none!important;z-index:auto!important}.header-row-1,.header-row-2,.header-row-3{position:relative!important;top:auto!important}.home-page-container-minimal{overflow:hidden;overflow-x:hidden}.home-page-content-minimal{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding-bottom:70px;padding-top:12px}.header-row-1{padding:10px 14px;padding-top:max(10px,env(safe-area-inset-top));gap:10px}.header-avatar{width:36px;height:36px}.header-avatar-initial{font-size:13px}.header-location{gap:6px;padding:1px 0}.header-location-text-and-dropdown{gap:2px}.header-pin-icon{width:16px;height:16px;margin-top:2px}.header-address-line1{font-size:13px;line-height:1.35}.header-address-line2{font-size:11px;line-height:1.35}.header-dropdown-icon{width:14px;height:14px;margin-top:3px;margin-left:0}.header-icon-btn{width:36px;height:36px}.header-icon-btn svg{width:22px;height:22px}.header-row-2{padding:5px 12px 8px;gap:8px}.header-search-bar{height:32px;border-radius:5px;padding:0 6px;gap:5px}.header-search-bar .search-icon{width:12px;height:12px}.search-input{font-size:12px}.mic-btn{width:24px;height:24px}.mic-btn svg{width:12px;height:12px}.header-coins{gap:5px;padding:6px 10px;border-radius:10px}.coins-amount{font-size:16px}.coins-icons{width:32px;height:22px}.coins-icons svg{width:22px;height:22px}.coins-icons .coin-overlap{left:10px}.header-row-3{padding:4px 10px 6px;gap:5px}.category-pill{padding:5px 10px;font-size:11px;border-radius:14px}.filter-btn{padding:5px 8px;font-size:11px;border-radius:14px;gap:3px}.filter-btn svg{width:12px;height:12px}.header-dropdown-icon{width:16px;height:16px}.banners-section-light{padding:0 12px}.banner-carousel-light{height:130px;min-height:130px}.banner-placeholder-light{height:100px;min-height:100px}.banner-content-light{padding:8px 12px}.banner-title-light{font-size:12px}.banner-subtitle-light{font-size:10px}.banner-discount-light{font-size:13px}.banner-placeholder-content{padding:8px 12px}.banner-placeholder-content h3{font-size:11px}.banner-placeholder-content p{font-size:10px}.banner-placeholder-discount{font-size:13px}.banner-placeholder-button{padding:5px 10px;font-size:10px}.banner-placeholder-image{width:70px;min-width:70px}.banner-image-placeholder{width:50px;height:50px}.services-section-light{padding:16px;overflow-x:visible!important}.services-section-light .services-filter-pills{overflow-x:visible!important;max-width:100%;box-sizing:border-box}.services-filter-pills{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:3px;margin-bottom:10px;padding:0;width:100%}.filter-pill{padding:2px 4px;font-size:7px;font-weight:500;flex-shrink:0;border-radius:8px;border:1px solid #e5e5e5;background-color:#f5f5f5;color:#555;white-space:nowrap;box-sizing:border-box;transition:background-color .2s ease,border-color .2s ease,color .2s ease}.filter-pill.active{background-color:#2a2832;color:#fff;border-color:#2a2832;box-shadow:0 1px 2px #0000001a}.services-grid-minimal-compact{grid-template-columns:repeat(3,1fr);gap:8px}.service-icon-minimal-compact{top:6px;left:6px;padding:3px}.service-icon-minimal-compact svg{width:14px;height:14px}.service-card-minimal-text{min-height:32px;padding:4px 5px}.service-title-minimal-compact{font-size:9px}.categories-section-layout{padding:20px 14px;overflow-x:visible!important}.categories-section-layout .services-filter-pills{overflow-x:visible!important;max-width:100%;box-sizing:border-box;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:3px;margin-bottom:10px;padding:0;width:100%}.categories-title{font-size:18px}.categories-grid-layout{grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:16px}.category-card{border-radius:10px}.category-text{padding:6px 4px 4px;font-size:10px}.categories-explore-button{padding:10px 20px;font-size:14px;border-radius:10px}.popular-services-section{padding:14px 12px}.why-choose-voat-section,.offers-deals-section,.voat-recommended-section,.book-again-section{padding:16px}.voat-recommended-header{margin-bottom:16px}.voat-recommended-title{font-size:18px}.view-all-button-voat{padding:3px 8px;font-size:11px}.voat-recommended-list{gap:12px}.voat-card-new{padding:8px;gap:10px;border-radius:10px;min-height:60px;overflow:visible}.voat-card-avatar{width:48px;height:48px}.voat-card-verify-badge{width:18px;height:18px;border-width:1.5px}.voat-card-verify-badge svg{width:8px;height:8px}.voat-card-content-new{gap:6px;overflow:visible}.voat-card-bottom-row{flex-direction:row;justify-content:space-between;align-items:center;gap:4px;margin-top:4px;overflow:visible}.voat-card-name-new{font-size:13px}.voat-card-profession-new{font-size:10px;margin:1px 0 0}.voat-card-id{font-size:8px;margin:1px 0 0}.voat-card-info{overflow:visible}.voat-card-badges{gap:0}.voat-top-rated-badge{padding:2px 5px;font-size:7px}.voat-view-profile-button{padding:6px 10px;font-size:10px;border-radius:8px;margin:0;line-height:1.2;height:fit-content;white-space:nowrap}.voat-card-rating-new{gap:2px;margin:0;overflow:visible}.voat-card-rating-new svg{width:14px;height:14px}.voat-rating-value{font-size:11px;margin-left:2px}.voat-reviews-count{font-size:11px}.voat-recommended-page-fade{gap:8px}.voat-pagination-dots{margin-top:12px;gap:6px}.voat-pagination-dot{width:6px;height:6px}.voat-pagination-dot.active{width:18px}.offers-carousel{height:110px;min-height:110px}.book-again-card{height:auto}.book-again-card{height:auto;min-height:140px}.book-again-image-side{height:140px;padding:10px}.book-again-image{border-radius:8px}.book-again-content-side{padding:14px 16px}.book-again-label{font-size:10px;margin-bottom:6px}.book-again-service-name{font-size:18px;margin-bottom:8px}.book-again-rating{margin-bottom:10px}.rating-stars-book svg{width:13px;height:13px}.rating-text-book{font-size:12px}.book-again-price-label{font-size:12px;margin-bottom:12px}.book-again-button{padding:12px 16px;font-size:14px;border-radius:8px}.bottom-nav-minimal{padding:8px 0 calc(8px + env(safe-area-inset-bottom))}.nav-item-minimal{padding:4px 8px;max-width:70px}.nav-item-minimal svg{width:20px;height:20px}.how-voat-works-section{padding:20px 14px;margin-top:6px}.how-voat-works-title{font-size:18px;margin-bottom:16px}.how-voat-works-steps{gap:10px}.how-voat-step{padding:12px 14px;gap:10px}.step-number{width:32px;height:32px;font-size:14px}.step-text{font-size:14px}.step-arrow{width:18px;height:18px}.step-arrow svg{width:18px;height:18px}.why-choose-voat-section{padding:20px 14px;margin-top:6px}.why-choose-voat-title{font-size:18px;margin-bottom:16px}.why-choose-voat-cards{gap:10px}.why-choose-card{padding:14px;gap:12px}.why-choose-checkmark{width:28px;height:28px}.why-choose-checkmark svg{width:14px;height:14px}.why-choose-card-title{font-size:15px}.why-choose-card-description{font-size:12px}.why-choose-graphic{width:40px;height:40px}.why-choose-graphic svg{width:40px;height:40px}.spin-win-section{padding:12px}.spin-win-card{padding:10px 12px 12px;gap:8px;border-radius:12px}.spin-win-title{font-size:17px}.spin-win-subtitle{font-size:12px}.spin-win-button{padding:8px 5px;font-size:10px;border-radius:5px}.book-again-section{padding:0 14px 20px}.book-again-title{font-size:18px;margin-bottom:12px}.book-again-card{padding:14px;gap:12px}.book-again-service-name{font-size:15px}.rewards-section{padding:0 14px 20px}.reward-card{padding:14px;gap:12px}.reward-icon{width:40px;height:40px}.reward-icon svg{width:20px;height:20px}.bottom-nav-minimal{padding:10px 0 calc(10px + env(safe-area-inset-bottom))}.nav-item-minimal{padding:6px 12px;max-width:70px}.nav-item-minimal svg{width:22px;height:22px}.nav-item-minimal span{font-size:10px}}@media(min-width:768px){.home-page-container-minimal{padding:0;background:#fff}.home-page-content-minimal{width:100%;max-width:100%;height:calc(100vh + -0px);max-height:none;margin:0;box-shadow:none;border-radius:0;border:none}.header-logo{height:56px;max-width:260px}.minimal-header-compact{padding:40px 20px 16px}.search-section-minimal{padding:14px 20px 10px}.location-section-minimal,.services-title-section-minimal{padding:0 20px 14px}.services-filter-pills{justify-content:center}.services-grid-minimal-compact{gap:16px;padding:0 20px 20px}.view-all-container-minimal{padding:0 20px 20px}.how-voat-works-section{padding:28px 20px;margin-top:8px}.how-voat-works-title{font-size:22px;margin-bottom:24px}.how-voat-works-steps{gap:14px}.how-voat-step{padding:16px 20px;gap:14px}.step-number{width:40px;height:40px;font-size:18px}.step-text{font-size:16px}.step-arrow{width:20px;height:20px}.step-arrow svg{width:20px;height:20px}.why-choose-voat-section{padding:28px 20px;margin-top:8px}.why-choose-voat-title{font-size:22px;margin-bottom:24px}.why-choose-voat-cards{gap:14px}.why-choose-card{padding:18px 20px;gap:16px}.why-choose-checkmark{width:36px;height:36px}.why-choose-checkmark svg{width:16px;height:16px}.why-choose-card-title{font-size:17px}.why-choose-card-description{font-size:14px}.why-choose-graphic{width:48px;height:48px}.why-choose-graphic svg{width:48px;height:48px}.spin-win-section{padding:0 20px 28px}.spin-win-card{padding:24px 28px;gap:24px}.spin-win-title{font-size:22px}.spin-win-subtitle{font-size:14px}.spin-win-button{padding:8px 16px;font-size:14px}.book-again-section{padding:0 20px 28px}.book-again-title{font-size:22px;margin-bottom:20px}.book-again-card{padding:20px;gap:20px}.book-again-service-name{font-size:18px}.rewards-section{padding:0 20px 28px}.reward-card{padding:20px;gap:16px}.reward-icon{width:56px;height:56px}.reward-icon svg{width:24px;height:24px}.bottom-nav-minimal{border-radius:0;max-width:100%}.banners-section-light{padding:0 16px}.banner-carousel-wrapper{border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014}.banner-carousel-light{height:200px;min-height:200px;border-radius:12px}.banner-slide-light{background-size:cover!important;background-position:center center!important;border-radius:12px}.banner-placeholder-light{height:200px}.category-tabs-section{padding:0 20px 20px;gap:12px}.category-tab{padding:12px 24px;font-size:15px}.services-section-light{padding:0 20px 28px}.services-grid-minimal-compact{grid-template-columns:repeat(3,1fr);gap:12px}.popular-services-section{padding:0 20px 24px}.popular-services-scroll{display:flex;flex-wrap:nowrap;gap:16px;overflow-x:auto!important;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:4px;-webkit-overflow-scrolling:touch}.popular-services-scroll::-webkit-scrollbar{display:none}.popular-service-card{width:220px;min-width:220px;max-width:220px;flex-shrink:0}.popular-service-name{font-size:15px}.popular-service-text{padding:12px 12px 14px}.offers-deals-section{padding:0 20px 24px}.offers-deals-title{margin-bottom:14px;font-size:20px}.offers-carousel{height:200px;min-height:200px;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #00000014}.offers-slide{border-radius:14px;background-size:cover!important;background-position:center center!important}.offers-dots{margin-top:10px}}.home-page-desktop.home-page-container-minimal,.home-page-desktop .home-page-content-minimal{max-width:100%}.home-page-desktop .home-page-content-minimal{padding-bottom:24px}@media(min-width:1024px){.home-page-container-minimal:not(.home-page-desktop){padding:0}.home-page-content-minimal{max-width:100%;max-height:none;background:#fff}.top-header-light{padding:20px 24px}.search-section-minimal{padding:16px 24px}.banners-section-light{padding:0 20px}.banner-carousel-wrapper{border-radius:14px;overflow:hidden;box-shadow:0 4px 20px #0000000f}.banner-carousel-light{height:280px;min-height:280px;border-radius:14px}.banner-slide-light{background-size:cover!important;background-position:center center!important;border-radius:14px}.banner-placeholder-light{height:280px}.category-tabs-section{padding:0 24px 24px;max-width:1180px;margin:0 auto}.services-section-light{position:relative;z-index:0;padding:26px 24px 30px;width:100%;max-width:none;margin:0}.services-section-light:before{content:"";position:absolute;z-index:-1;left:50%;transform:translate(-50%);width:100vw;top:0;bottom:0;background:#fff}.services-header-light{justify-content:center;margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid rgba(15,23,42,.06)}.services-title-light{width:100%;text-align:center}.services-grid-minimal-compact{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.service-card-minimal-compact{border-radius:12px;box-shadow:0 1px 2px #0000000a,0 6px 18px #0000000a}.service-card-minimal-image-wrap{aspect-ratio:1.55;background:#f0f0f0}.service-card-minimal-text{min-height:34px;padding:5px 6px;background:#fff;border-top:1px solid rgba(15,23,42,.06)}.service-title-minimal-compact{font-size:10px;font-weight:600;color:#334155}.categories-section-layout{position:relative;z-index:0;padding:26px 24px 30px;width:100%;max-width:none;margin:0}.categories-section-layout:before{content:"";position:absolute;z-index:-1;left:50%;transform:translate(-50%);width:100vw;top:0;bottom:0;background:#f8fafc}.categories-header{display:flex;align-items:center;justify-content:center;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid rgba(15,23,42,.06)}.categories-title{font-size:18px;color:#0f172a;width:100%;text-align:center}.categories-grid-layout{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-bottom:18px}.category-card{border-radius:14px;aspect-ratio:1.08;box-shadow:0 1px 2px #0f172a0d}.category-text{padding:8px 10px;font-size:11px;font-weight:600;color:#334155;background:linear-gradient(to top,rgba(255,255,255,.92) 0%,rgba(255,255,255,.6) 70%,transparent 100%)}.popular-services-section{position:relative;z-index:0;padding:26px 24px 30px;width:100%;max-width:none;margin:0}.popular-services-section:before{content:"";position:absolute;z-index:-1;left:50%;transform:translate(-50%);width:100vw;top:0;bottom:0;background:linear-gradient(180deg,#f8fafc,#fff 65% 100%);box-shadow:inset 0 -1px #0f172a0f}.popular-services-header{margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid rgba(15,23,42,.06)}.popular-services-scroll{display:flex;flex-wrap:nowrap;gap:20px;overflow-x:auto}.popular-service-card{width:220px;min-width:220px;max-width:220px;flex-shrink:0}.popular-service-name{font-size:14px}.popular-service-text{padding:12px 12px 14px}.popular-service-explore-btn{padding:9px 14px;font-size:13px}.coupons-section-minimal{position:relative;z-index:0;padding:26px 24px 30px;width:100%;max-width:none;margin:0;background:transparent}.coupons-section-minimal:before{content:"";position:absolute;z-index:-1;left:50%;transform:translate(-50%);width:100vw;top:0;bottom:0;background:#f8fafc;box-shadow:inset 0 -1px #0f172a0f}.coupons-header-minimal{margin-bottom:14px;padding-bottom:10px;border-bottom:1px solid rgba(15,23,42,.06)}.coupons-title-minimal{font-size:20px;text-align:center;width:100%}.coupons-scroll-minimal{gap:20px;padding-bottom:10px}.coupon-card-minimal{min-width:300px;max-width:300px;padding:18px}.coupon-code{font-size:18px}.offers-deals-section{padding:0 24px 32px}.offers-deals-title{margin-bottom:16px;font-size:22px}.offers-carousel{height:260px;min-height:260px;border-radius:16px;box-shadow:0 4px 20px #0000000f}.offers-slide{border-radius:16px}.offers-dots{margin-top:12px}.how-voat-works-section,.why-choose-voat-section{padding:32px 24px}.spin-win-section,.book-again-section,.rewards-section{padding:0 24px 32px}}@media(min-width:1440px){.home-page-content-minimal{max-width:100%}.services-grid-minimal-compact{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}}html.services-theme-dark .home-page-container-minimal,body.services-theme-dark .home-page-container-minimal{background:#020617!important}html.services-theme-dark .home-page-content-minimal,body.services-theme-dark .home-page-content-minimal{background-color:#020617!important}html.services-theme-dark .header-row-1,body.services-theme-dark .header-row-1,html.services-theme-dark .header-row-2,body.services-theme-dark .header-row-2,html.services-theme-dark .header-row-3,body.services-theme-dark .header-row-3{background:#020617;border-bottom-color:#ffffff0f}html.services-theme-dark .header-row-3,body.services-theme-dark .header-row-3{border-bottom:1px solid rgba(255,255,255,.06)}html.services-theme-dark .header-dropdown-icon,body.services-theme-dark .header-dropdown-icon{color:#9ca3af}html.services-theme-dark .header-address-line1,body.services-theme-dark .header-address-line1,html.services-theme-dark .header-address-line2,body.services-theme-dark .header-address-line2,html.services-theme-dark .header-pin-icon,body.services-theme-dark .header-pin-icon,html.services-theme-dark .header-icon-btn,body.services-theme-dark .header-icon-btn{color:#e5e7eb}html.services-theme-dark .header-icon-btn:hover,body.services-theme-dark .header-icon-btn:hover{background:#0f172a}html.services-theme-dark .header-search-bar,body.services-theme-dark .header-search-bar{background:#0f172a;border:1px solid rgba(255,255,255,.08)}html.services-theme-dark .search-input,body.services-theme-dark .search-input{color:#e5e7eb}html.services-theme-dark .search-input::placeholder,body.services-theme-dark .search-input::placeholder{color:#6b7280}html.services-theme-dark .header-coins,body.services-theme-dark .header-coins{background:#0f172a;border:1px solid rgba(255,255,255,.08)}html.services-theme-dark .coins-amount,body.services-theme-dark .coins-amount{color:#f9fafb}html.services-theme-dark .services-section-light,body.services-theme-dark .services-section-light,html.services-theme-dark .categories-section-layout,body.services-theme-dark .categories-section-layout,html.services-theme-dark .popular-services-section,body.services-theme-dark .popular-services-section,html.services-theme-dark .how-voat-works-section,body.services-theme-dark .how-voat-works-section,html.services-theme-dark .why-choose-voat-section,body.services-theme-dark .why-choose-voat-section,html.services-theme-dark .offers-deals-section,body.services-theme-dark .offers-deals-section,html.services-theme-dark .voat-recommended-section,body.services-theme-dark .voat-recommended-section,html.services-theme-dark .book-again-section,body.services-theme-dark .book-again-section,html.services-theme-dark .rewards-section,body.services-theme-dark .rewards-section,html.services-theme-dark .spin-win-section,body.services-theme-dark .spin-win-section,html.services-theme-dark .coupons-section-minimal,body.services-theme-dark .coupons-section-minimal{background:#020617}html.services-theme-dark .services-section-light:before,body.services-theme-dark .services-section-light:before,html.services-theme-dark .categories-section-layout:before,body.services-theme-dark .categories-section-layout:before,html.services-theme-dark .popular-services-section:before,body.services-theme-dark .popular-services-section:before,html.services-theme-dark .coupons-section-minimal:before,body.services-theme-dark .coupons-section-minimal:before{background:#020617;box-shadow:none}html.services-theme-dark .services-title-light,body.services-theme-dark .services-title-light,html.services-theme-dark .categories-title,body.services-theme-dark .categories-title,html.services-theme-dark .popular-services-title,body.services-theme-dark .popular-services-title,html.services-theme-dark .how-voat-works-title,body.services-theme-dark .how-voat-works-title,html.services-theme-dark .why-choose-voat-title,body.services-theme-dark .why-choose-voat-title,html.services-theme-dark .offers-deals-title,body.services-theme-dark .offers-deals-title,html.services-theme-dark .voat-recommended-title,body.services-theme-dark .voat-recommended-title,html.services-theme-dark .book-again-title,body.services-theme-dark .book-again-title,html.services-theme-dark .coupons-title-minimal,body.services-theme-dark .coupons-title-minimal{color:#f9fafb}html.services-theme-dark .service-card-minimal-compact,body.services-theme-dark .service-card-minimal-compact,html.services-theme-dark .category-card,body.services-theme-dark .category-card,html.services-theme-dark .popular-service-card,body.services-theme-dark .popular-service-card,html.services-theme-dark .voat-card-new,body.services-theme-dark .voat-card-new,html.services-theme-dark .book-again-card,body.services-theme-dark .book-again-card,html.services-theme-dark .reward-card,body.services-theme-dark .reward-card,html.services-theme-dark .coupon-card-minimal,body.services-theme-dark .coupon-card-minimal{background:#0f172a;border:1px solid rgba(255,255,255,.06);box-shadow:0 4px 12px #0000004d}html.services-theme-dark .service-card-minimal-text,body.services-theme-dark .service-card-minimal-text,html.services-theme-dark .popular-service-text,body.services-theme-dark .popular-service-text,html.services-theme-dark .voat-card-name-new,body.services-theme-dark .voat-card-name-new,html.services-theme-dark .voat-card-profession-new,body.services-theme-dark .voat-card-profession-new{color:#e5e7eb}html.services-theme-dark .spin-win-card,body.services-theme-dark .spin-win-card{background:#0f172a;border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 12px #0000004d}html.services-theme-dark .spin-win-badge,body.services-theme-dark .spin-win-badge{background:#0f172a;color:#e5e7eb}html.services-theme-dark .spin-win-title,body.services-theme-dark .spin-win-title{color:#f9fafb}html.services-theme-dark .spin-win-subtitle,body.services-theme-dark .spin-win-subtitle{color:#9ca3af}html.services-theme-dark .bottom-nav-minimal,body.services-theme-dark .bottom-nav-minimal{background-color:#020617;border-top:1px solid rgba(255,255,255,.06);box-shadow:0 -1px 8px #0006}html.services-theme-dark .category-pill,body.services-theme-dark .category-pill{background:#0f172a;border:1px solid rgba(255,255,255,.1);color:#e5e7eb}html.services-theme-dark .category-pill:hover,body.services-theme-dark .category-pill:hover{background:#1e293b}html.services-theme-dark .category-pill.active,body.services-theme-dark .category-pill.active{background:#e5e7eb;color:#0f172a;border-color:#e5e7eb}html.services-theme-dark .filter-btn,body.services-theme-dark .filter-btn{background:#0f172a;border:1px solid rgba(255,255,255,.1);color:#e5e7eb}html.services-theme-dark .filter-btn:hover,body.services-theme-dark .filter-btn:hover{background:#1e293b}html.services-theme-dark .banner-carousel-light,body.services-theme-dark .banner-carousel-light{background:#0f172a}html.services-theme-dark .banner-content-light,body.services-theme-dark .banner-content-light,html.services-theme-dark .banner-title-light,body.services-theme-dark .banner-title-light,html.services-theme-dark .banner-subtitle-light,body.services-theme-dark .banner-subtitle-light,html.services-theme-dark .banner-discount-light,body.services-theme-dark .banner-discount-light{color:#f9fafb}html.services-theme-dark .banner-description-light,body.services-theme-dark .banner-description-light{color:#9ca3af}html.services-theme-dark .banner-button-light,body.services-theme-dark .banner-button-light{background:#e5e7eb;color:#0f172a}html.services-theme-dark .banner-placeholder-light,body.services-theme-dark .banner-placeholder-light{background:#0f172a;border:1px solid rgba(255,255,255,.06)}html.services-theme-dark .banner-placeholder-content,body.services-theme-dark .banner-placeholder-content,html.services-theme-dark .banner-placeholder-content h3,body.services-theme-dark .banner-placeholder-content h3,html.services-theme-dark .banner-placeholder-content p,body.services-theme-dark .banner-placeholder-content p,html.services-theme-dark .banner-placeholder-discount,body.services-theme-dark .banner-placeholder-discount{color:#e5e7eb}html.services-theme-dark .banner-placeholder-text,body.services-theme-dark .banner-placeholder-text{color:#9ca3af}html.services-theme-dark .banner-placeholder-button,body.services-theme-dark .banner-placeholder-button{background:#e5e7eb;color:#0f172a}html.services-theme-dark .banner-placeholder-image,body.services-theme-dark .banner-placeholder-image{background:#ffffff0f}html.services-theme-dark .view-all-link,body.services-theme-dark .view-all-link,html.services-theme-dark .view-all-link-services,body.services-theme-dark .view-all-link-services{color:#94a3b8}html.services-theme-dark .view-all-link-popular,body.services-theme-dark .view-all-link-popular{color:#67e8f9}html.services-theme-dark .view-all-link-popular:hover,body.services-theme-dark .view-all-link-popular:hover{color:#22d3ee}html.services-theme-dark .view-all-button-minimal,body.services-theme-dark .view-all-button-minimal{background:#0f172a;border:1px solid rgba(255,255,255,.12);color:#e5e7eb}html.services-theme-dark .view-all-button-minimal:hover,body.services-theme-dark .view-all-button-minimal:hover{background:#1e293b}html.services-theme-dark .filter-pill,body.services-theme-dark .filter-pill{background:#0f172a;border-color:#ffffff1a;color:#94a3b8}html.services-theme-dark .filter-pill:hover,body.services-theme-dark .filter-pill:hover{background:#1e293b}html.services-theme-dark .filter-pill.active,body.services-theme-dark .filter-pill.active{background:#334155;color:#f1f5f9;border-color:#ffffff26}html.services-theme-dark .service-card-minimal-image-wrap,body.services-theme-dark .service-card-minimal-image-wrap{background:#1e293b}html.services-theme-dark .service-card-minimal-text,body.services-theme-dark .service-card-minimal-text{background:#0f172a;border-top-color:#ffffff0f}html.services-theme-dark .service-title-minimal-compact,body.services-theme-dark .service-title-minimal-compact{color:#e5e7eb}html.services-theme-dark .category-image-container,body.services-theme-dark .category-image-container{background:#1e293b}html.services-theme-dark .category-text,body.services-theme-dark .category-text{background:linear-gradient(to top,rgba(15,23,42,.98) 0%,rgba(15,23,42,.7) 70%,transparent 100%);color:#f9fafb}html.services-theme-dark .categories-explore-button,body.services-theme-dark .categories-explore-button{background:#0f172a;border:1px solid rgba(255,255,255,.12);color:#e5e7eb}html.services-theme-dark .categories-explore-button:hover,body.services-theme-dark .categories-explore-button:hover{background:#1e293b;box-shadow:0 4px 12px #0000004d}html.services-theme-dark .popular-services-subtitle,body.services-theme-dark .popular-services-subtitle{color:#9ca3af}html.services-theme-dark .popular-service-card,body.services-theme-dark .popular-service-card{border-color:#ffffff0f}html.services-theme-dark .popular-service-image,body.services-theme-dark .popular-service-image,html.services-theme-dark .popular-service-image-placeholder,body.services-theme-dark .popular-service-image-placeholder{background:#1e293b}html.services-theme-dark .popular-service-text,body.services-theme-dark .popular-service-text{background:#0f172a;border-top-color:#ffffff0f}html.services-theme-dark .popular-service-name,body.services-theme-dark .popular-service-name,html.services-theme-dark .popular-service-price-value,body.services-theme-dark .popular-service-price-value{color:#e5e7eb}html.services-theme-dark .popular-service-price-label,body.services-theme-dark .popular-service-price-label,html.services-theme-dark .popular-service-price-minimal,body.services-theme-dark .popular-service-price-minimal{color:#9ca3af}html.services-theme-dark .popular-service-explore-btn,body.services-theme-dark .popular-service-explore-btn{background:#334155;color:#f1f5f9}html.services-theme-dark .popular-service-explore-btn:hover,body.services-theme-dark .popular-service-explore-btn:hover{background:#475569}html.services-theme-dark .how-voat-step,body.services-theme-dark .how-voat-step{background:#0f172a;border-color:#ffffff14}html.services-theme-dark .how-voat-step:hover,body.services-theme-dark .how-voat-step:hover{background:#1e293b}html.services-theme-dark .loading-message,body.services-theme-dark .loading-message,html.services-theme-dark .empty-message,body.services-theme-dark .empty-message{color:#94a3b8}html.services-theme-dark .error-message,body.services-theme-dark .error-message{color:#f87171}html.services-theme-dark .mic-btn,body.services-theme-dark .mic-btn{background:#0f172a;border-color:#ffffff1f;color:#e5e7eb}html.services-theme-dark .header-search-bar .search-icon,body.services-theme-dark .header-search-bar .search-icon{color:#94a3b8}html.services-theme-dark .global-map-overlay,body.services-theme-dark .global-map-overlay{background:#020617}html.services-theme-dark .global-map-close,body.services-theme-dark .global-map-close{background:#0f172a;border-color:#ffffff1a;color:#e5e7eb}html.services-theme-dark .global-map-close:hover,body.services-theme-dark .global-map-close:hover{background:#1e293b}html.services-theme-dark .book-again-label,body.services-theme-dark .book-again-label,html.services-theme-dark .booking-count,body.services-theme-dark .booking-count,html.services-theme-dark .book-again-tags,body.services-theme-dark .book-again-tags{color:#9ca3af}html.services-theme-dark .book-again-service-name,body.services-theme-dark .book-again-service-name,html.services-theme-dark .book-again-price,body.services-theme-dark .book-again-price{color:#f9fafb}html.services-theme-dark .rating-text,body.services-theme-dark .rating-text{color:#fcd34d}html.services-theme-dark .book-again-image-placeholder,body.services-theme-dark .book-again-image-placeholder{background:#ffffff0f;border-color:#ffffff1a}html.services-theme-dark .reward-title,body.services-theme-dark .reward-title{color:#f9fafb}html.services-theme-dark .reward-subtitle,body.services-theme-dark .reward-subtitle{color:#9ca3af}html.services-theme-dark .reward-icon,body.services-theme-dark .reward-icon{background:#ffffff14}html.services-theme-dark .coupon-card-minimal .coupon-title,body.services-theme-dark .coupon-card-minimal .coupon-title,html.services-theme-dark .coupon-card-minimal .coupon-code,body.services-theme-dark .coupon-card-minimal .coupon-code{color:#e5e7eb}html.services-theme-dark .coupon-card-minimal .coupon-desc,body.services-theme-dark .coupon-card-minimal .coupon-desc{color:#9ca3af}.services-page-header-minimal{display:flex;align-items:center;justify-content:center;padding:40px 16px 16px;background:transparent;position:relative}.services-page-back-button-minimal{position:absolute;left:16px;top:40px;background:#000;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;z-index:1;border-radius:50%;width:40px;height:40px;transition:opacity .2s ease,transform .2s ease;box-shadow:0 2px 8px #0000004d}.services-page-back-button-minimal:hover{opacity:.8}.services-page-title-minimal{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0;letter-spacing:-.3px}.services-page-content-minimal{flex:1;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#2A2832 #ffffff;padding:16px 16px 100px;min-height:400px;display:block;visibility:visible;position:relative;width:100%;box-sizing:border-box;background-color:#fff}.services-page-content-minimal .services-grid-minimal-compact{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:8px;padding:0;width:100%;visibility:visible!important;opacity:1!important;margin:0}.services-page-content-minimal::-webkit-scrollbar{width:4px}.services-page-content-minimal::-webkit-scrollbar-track{background:#fff}.services-page-content-minimal::-webkit-scrollbar-thumb{background:#2a2832;border-radius:2px}.services-status-minimal{text-align:center;padding:40px 20px;color:#666;font-family:system-ui,-apple-system,sans-serif;font-size:14px}.services-status-minimal.error-message-minimal{color:#f44}@media(max-width:767px){.services-page-header-minimal{padding:35px 14px 14px}.services-page-back-button-minimal{left:14px;top:20px}.services-page-title-minimal{font-size:18px}.services-page-content-minimal{padding:0 14px 90px}}@media(min-width:768px){.services-page-header-minimal{padding:40px 20px 20px}.services-page-back-button-minimal{left:20px;top:40px}.services-page-title-minimal{font-size:22px}.services-page-content-minimal{padding:0 20px 100px}}.location-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;box-sizing:border-box}.location-modal{background:#fff;border-radius:16px;width:100%;max-width:400px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003}.location-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #f0f0f0}.location-modal-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#1a1a1a;margin:0}.location-modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border:none;border-radius:8px;cursor:pointer;color:#666;transition:all .2s}.location-modal-close:hover{background:#e8e8e8}.location-modal-close svg{width:18px;height:18px}.location-modal-content{padding:20px;display:flex;flex-direction:column;gap:20px}.location-modal-address{display:flex;gap:12px;align-items:flex-start}.location-modal-pin{width:24px;height:24px;color:#1a1a1a;flex-shrink:0;margin-top:2px}.location-modal-address-text{flex:1;display:flex;flex-direction:column;gap:6px}.location-modal-full-address{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:500;color:#1a1a1a;line-height:1.5;margin:0;word-break:break-word}.location-modal-city-state{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#666;line-height:1.4;margin:0}.location-modal-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:16px}.location-modal-empty-icon{width:64px;height:64px;color:#ccc}.location-modal-empty-text{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;color:#999;margin:0}.location-modal-button{width:100%;padding:14px 20px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.location-modal-button:hover{background:#333}.location-modal-button:active{transform:scale(.98)}@media(max-width:767px){.location-modal-overlay{padding:16px}.location-modal{max-width:100%;border-radius:12px}.location-modal-header{padding:16px}.location-modal-title{font-size:18px}.location-modal-close{width:28px;height:28px}.location-modal-close svg{width:16px;height:16px}.location-modal-content{padding:16px;gap:16px}.location-modal-pin{width:20px;height:20px}.location-modal-full-address{font-size:15px}.location-modal-city-state{font-size:13px}.location-modal-button{padding:12px 16px;font-size:15px}}} .user-sidebar{width:260px;min-width:260px;height:100%;min-height:0;background:#1e1b24;color:#fff;display:flex;flex-direction:column;flex-shrink:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.user-sidebar-mobile{position:fixed;top:0;left:0;z-index:1000;width:280px;min-width:280px;box-shadow:4px 0 24px #00000040}.user-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;flex-shrink:0}.user-sidebar-logo{height:34px;width:auto;max-width:100%;object-fit:contain;display:block}@media(min-width:768px){.user-sidebar:not(.user-sidebar-mobile) .user-sidebar-header{padding:16px 20px;justify-content:flex-start}.user-sidebar:not(.user-sidebar-mobile) .user-sidebar-logo{height:42px;max-height:44px}}.user-sidebar-close{padding:8px;background:none;border:none;color:#94a3b8;cursor:pointer;border-radius:8px;transition:color .15s,background .15s}.user-sidebar-close:hover{color:#fff;background:#ffffff0f}.user-sidebar-profile{display:flex;align-items:center;gap:12px;padding:12px 18px;flex-shrink:0}.user-sidebar-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#6b21a859;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-sidebar-avatar img{width:100%;height:100%;object-fit:cover}.user-sidebar-avatar-initial{font-size:15px;font-weight:600;color:#fff;letter-spacing:.02em}.user-sidebar-name{font-size:14px;font-weight:600;color:#fffffff2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:.01em}.user-sidebar-nav{flex:0 1 auto;min-height:0;padding:4px 12px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.user-sidebar-nav::-webkit-scrollbar{display:none;width:0;height:0}.user-sidebar-item{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;margin-bottom:2px;border:none;background:transparent;color:#ffffffb3;font-size:14px;font-weight:500;cursor:pointer;border-radius:8px;text-align:left;transition:background .15s ease,color .15s ease}.user-sidebar-item:hover{background:#ffffff0f;color:#fffffff2}.user-sidebar-item.active{background:#6b21a840;color:#c4b5fd}.user-sidebar-item.active:hover{background:#6b21a859;color:#e9d5ff}.user-sidebar-item svg{flex-shrink:0;opacity:.9}.user-sidebar-quick{padding:4px 12px 6px;flex-shrink:0}.user-sidebar-quick-title{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#fff6;display:block;padding:4px 12px 2px;margin-bottom:0}.user-sidebar-quick-item{color:#ffffffb3}.user-sidebar-profile-btn{margin:0 12px 8px}.user-sidebar-footer{padding:12px 18px 16px;flex-shrink:0}.user-sidebar-logout{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 14px;border:1px solid rgba(255,255,255,.1);background:transparent;color:#f87171f2;font-size:14px;font-weight:500;cursor:pointer;border-radius:8px;transition:background .15s ease,border-color .15s ease,color .15s ease}.user-sidebar-logout:hover{background:#f871711f;border-color:#f8717140;color:#fca5a5}.user-sidebar-logout svg{flex-shrink:0;opacity:.9}.user-topnav{height:80px;min-height:80px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:12px;padding:0 16px 0 20px;flex-shrink:0;box-shadow:0 1px #0000000a}html.services-theme-dark .user-topnav,body.services-theme-dark .user-topnav{background:#020617;border-bottom-color:#111827;box-shadow:0 1px #0f172a99}html.services-theme-dark .user-topnav-search,body.services-theme-dark .user-topnav-search{background:#020617;border-color:#1f2937}html.services-theme-dark .user-topnav-search-input,body.services-theme-dark .user-topnav-search-input{color:#e5e7eb}html.services-theme-dark .user-topnav-search-input::placeholder,body.services-theme-dark .user-topnav-search-input::placeholder{color:#6b7280}html.services-theme-dark .user-topnav-location,body.services-theme-dark .user-topnav-location{background:#020617}html.services-theme-dark .user-topnav-location-text,body.services-theme-dark .user-topnav-location-text{color:#e5e7eb}html.services-theme-dark .user-topnav-profile-btn,body.services-theme-dark .user-topnav-profile-btn{background:#020617;border-color:#1f2937}html.services-theme-dark .user-topnav-profile-name,body.services-theme-dark .user-topnav-profile-name{color:#e5e7eb}html.services-theme-dark .user-topnav-profile-menu,body.services-theme-dark .user-topnav-profile-menu{background:#020617;border-color:#1f2937}html.services-theme-dark .user-topnav-menu-item,body.services-theme-dark .user-topnav-menu-item{color:#e5e7eb}html.services-theme-dark .user-topnav-menu-item:hover,body.services-theme-dark .user-topnav-menu-item:hover{background:#02081a}html.services-theme-dark .user-topnav-icon-btn,body.services-theme-dark .user-topnav-icon-btn,html.services-theme-dark .user-topnav-theme-btn,body.services-theme-dark .user-topnav-theme-btn{color:#e5e7eb}html.services-theme-dark .user-topnav-icon-btn:hover,body.services-theme-dark .user-topnav-icon-btn:hover,html.services-theme-dark .user-topnav-theme-btn:hover,body.services-theme-dark .user-topnav-theme-btn:hover{background:#02081a;color:#f9fafb}html.services-theme-dark .user-topnav-web-nav-item,body.services-theme-dark .user-topnav-web-nav-item{color:#e5e7eb}html.services-theme-dark .user-topnav-web-nav-item:hover,body.services-theme-dark .user-topnav-web-nav-item:hover{color:#f9fafb}html.services-theme-dark .user-topnav-web-nav-item.active,body.services-theme-dark .user-topnav-web-nav-item.active{color:#a855f7}html.services-theme-dark .user-topnav-web-nav-item.active:after,body.services-theme-dark .user-topnav-web-nav-item.active:after{background:#a855f7}.user-topnav-menu-btn{display:none;padding:8px;background:none;border:none;color:#4b5563;cursor:pointer;border-radius:8px}.user-topnav-menu-btn:hover{background:#f3f4f6;color:#1f2937}.user-topnav-search{flex:1;max-width:420px;display:flex;align-items:center;gap:8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:8px 12px;transition:background .2s,border-color .2s}.user-topnav-search:focus-within{background:#fff;border-color:#6b21a8;box-shadow:0 0 0 3px #6b21a81a}.user-topnav-search-icon{width:18px;height:18px;flex-shrink:0;color:#9ca3af}.user-topnav-search-input{flex:1;min-width:0;border:none;background:none;font-size:13px;color:#1f2937;outline:none}.user-topnav-search-input::placeholder{color:#9ca3af}.user-topnav-right{display:flex;align-items:center;gap:12px;margin-left:auto;flex-shrink:0}.user-topnav-location{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#f9fafb;border-radius:8px;cursor:pointer;transition:background .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.user-topnav-location:hover{background:#f3f4f6}.user-topnav-location-icon{width:16px;height:16px;flex-shrink:0;color:#6b21a8}.user-topnav-location-text{font-size:12px;color:#4b5563;overflow:hidden;text-overflow:ellipsis}.user-topnav-actions{display:flex;align-items:center;gap:16px}.user-topnav-theme-btn{padding:8px;background:none;border:none;border-radius:999px;cursor:pointer;color:#4b5563;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.user-topnav-theme-btn:hover{background:#f3f4f6;color:#1f2937}.user-topnav-icon-btn{position:relative;padding:8px;background:none;border:none;color:#4b5563;cursor:pointer;border-radius:8px}.user-topnav-icon-btn:hover{background:#f3f4f6;color:#1f2937}.user-topnav-icon-btn svg{width:20px;height:20px}.user-topnav-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:600;color:#fff;background:#ef4444;border-radius:999px;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 2px #fff}.user-topnav-profile-wrap{position:relative}.user-topnav-profile-btn{display:flex;align-items:center;gap:4px;padding:3px 8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;cursor:pointer;transition:background .2s,border-color .2s}.user-topnav-profile-btn:hover{background:#f3f4f6;border-color:#e5e7eb}.user-topnav-avatar{width:26px;height:26px;border-radius:50%;overflow:hidden;background:#6b21a8;display:flex;align-items:center;justify-content:center;flex-shrink:0}.user-topnav-avatar-img{width:100%;height:100%;object-fit:cover}.user-topnav-avatar-initial{font-size:12px;font-weight:600;color:#fff}.user-topnav-profile-name{font-size:12px;font-weight:500;color:#1f2937;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-topnav-chevron{flex-shrink:0;width:12px;height:12px;color:#6b7280}.user-topnav-profile-menu{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 10px 25px #0000001a;padding:8px;z-index:100}.user-topnav-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;background:none;border:none;font-size:14px;color:#374151;cursor:pointer;border-radius:8px;text-align:left;transition:background .2s}.user-topnav-menu-item:hover{background:#f9fafb}.user-topnav-web{gap:16px;padding:0 24px 0 20px}.user-topnav-web-logo{flex-shrink:0;display:flex;align-items:center}.user-topnav-web-logo img{height:65px;width:auto;display:block}.user-topnav-web-nav{display:flex;align-items:center;gap:0}.user-topnav-web-nav-item{padding:8px 12px;background:none;border:none;font-size:14px;font-weight:500;color:#374151;cursor:pointer;border-radius:0;transition:color .2s;position:relative}.user-topnav-web-nav-item:hover{color:#111827}.user-topnav-web-nav-item.active{color:#6b21a8;font-weight:600}.user-topnav-web-nav-item.active:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:2px;background:#6b21a8}.user-topnav-web-nav-item.active:hover{color:#6b21a8}.user-topnav-web .user-topnav-search{flex:1;max-width:360px;margin-left:auto}@media(max-width:992px){.user-topnav-menu-btn{display:flex}.user-topnav-location{max-width:140px}}@media(max-width:768px){.user-topnav{padding:0 12px;gap:10px}.user-topnav-search{max-width:none}.user-topnav-location .user-topnav-location-text{display:none}.user-topnav-location{max-width:44px;padding:8px}.user-topnav-avatar{width:22px;height:22px}.user-topnav-avatar-initial{font-size:11px}.user-topnav-profile-name,.user-topnav-chevron{display:none}.user-topnav-icon-btn--notifications .user-topnav-badge{top:-4px;right:14px}}.user-web-layout{display:flex;height:100vh;width:100%;background:#f9fafb;overflow:hidden}.user-web-layout-sidebar-wrap{flex-shrink:0;z-index:50}@media(max-width:1023px){.user-web-layout-sidebar-wrap{position:fixed;top:0;left:0;height:100vh;transform:translate(-100%);transition:transform .25s ease}.user-web-layout-sidebar-wrap.open{transform:translate(0)}}.user-web-layout-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:40;cursor:pointer}@media(max-width:1023px){.user-web-layout-overlay{display:block}}.user-web-layout-main{flex:1;min-width:0;display:flex;flex-direction:column;overflow:hidden}.user-web-layout-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:0;-webkit-overflow-scrolling:touch;width:100%;box-sizing:border-box}@media(min-width:768px){.user-web-layout-content{max-width:100%;padding:0}}@media(min-width:1200px){.user-web-layout-content{padding:0}}.account-page-container{min-height:100vh;background-color:#f5f5f5;display:flex;justify-content:center;align-items:flex-start}.services-theme-dark .account-page-container{background-color:#020617}.services-theme-dark .account-page-content{background-color:#020617;color:#e2e8f0}.services-theme-dark .account-header-new{background-color:#020617}.services-theme-dark .account-title-new{color:#f8fafc}.services-theme-dark .account-back-button{color:#e2e8f0}.services-theme-dark .account-back-button:hover{background-color:#ffffff14}.services-theme-dark .account-profile-row{background-color:#020617}.services-theme-dark .account-profile-name{color:#f8fafc}.services-theme-dark .account-profile-id{color:#94a3b8}.services-theme-dark .account-profile-edit{border-color:#475569;color:#e2e8f0}.services-theme-dark .account-profile-edit:hover{background-color:#ffffff0f;color:#f8fafc;border-color:#64748b}.services-theme-dark .account-profile-avatar,.services-theme-dark .account-profile-initials{background:#1e293b;color:#e2e8f0}.services-theme-dark .quick-access-card{background-color:#1e293b;color:#e2e8f0;border:1px solid rgba(255,255,255,.06)}.services-theme-dark .quick-access-card:hover{background-color:#334155;border-color:#ffffff14}.services-theme-dark .quick-access-card svg:first-child{color:#cbd5e1}.services-theme-dark .quick-card-title{color:#f8fafc}.services-theme-dark .quick-card-subtitle{color:#94a3b8}.services-theme-dark .quick-access-card:last-child .quick-card-title,.services-theme-dark .quick-access-card:last-child .quick-card-text{color:#f8fafc}.services-theme-dark .quick-access-card:last-child svg:last-child{color:#94a3b8}.services-theme-dark .main-nav-list-card{background-color:#1e293b;border:1px solid rgba(255,255,255,.06)}.services-theme-dark .nav-list-item{border-bottom-color:#334155}.services-theme-dark .nav-list-item:hover{background-color:#334155}.services-theme-dark .nav-item-text{color:#e2e8f0}.services-theme-dark .nav-list-item svg{color:#94a3b8}.services-theme-dark .nav-list-item.highlighted{background-color:#1e293b;border-radius:10px}.services-theme-dark .nav-list-item.highlighted:hover{background-color:#334155}.services-theme-dark .refer-earn-banner{box-shadow:0 2px 12px #0006;border:1px solid rgba(255,255,255,.08)}.services-theme-dark .account-footer{color:#e2e8f0}.services-theme-dark .footer-link,.services-theme-dark .footer-separator{color:#94a3b8}.services-theme-dark .footer-link:hover{color:#e2e8f0}.services-theme-dark .logout-button-new{background-color:transparent;color:#fca5a5;border-color:#f87171}.services-theme-dark .logout-button-new:hover{background-color:#f871711a;border-color:#ef4444;color:#fecaca}.account-page-content{width:100%;max-width:500px;background-color:#f5f5f5;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;padding-bottom:120px;position:relative}.account-header-new{padding:12px 16px 10px;background-color:#f5f5f5;display:flex;align-items:center;gap:8px}.account-back-button{border:none;background:transparent;padding:4px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;cursor:pointer;color:#111827}.account-back-button:hover{background-color:#0000000a}.account-title-new{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.account-profile-row{display:flex;align-items:center;gap:12px;padding:12px 16px 16px;background-color:#f5f5f5;min-width:0}.account-profile-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#e8e8e8;display:flex;align-items:center;justify-content:center}.account-profile-avatar img{width:100%;height:100%;object-fit:cover}.account-profile-initials{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#666;background:#e0e0e0}.account-profile-info{flex:1;min-width:0}.account-profile-name{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#1a1a1a;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-profile-id{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:500;color:#666;margin-top:2px}.account-profile-edit{flex-shrink:0;padding:6px 10px;background:transparent;border:1px solid #d0d0d0;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;color:#444;cursor:pointer;transition:background .2s,color .2s}.account-profile-edit:hover{background:#eee;color:#1a1a1a}.quick-access-cards{display:flex;gap:10px;padding:0 16px 12px}.quick-access-card{flex:1;background-color:#fff;border-radius:12px;padding:16px 12px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;align-items:flex-start;gap:12px;cursor:pointer;transition:all .2s;min-height:100px}.quick-access-card:hover{box-shadow:0 2px 8px #0000001a;transform:translateY(-2px)}.quick-access-card svg:first-child{width:20px;height:20px;color:#666;flex-shrink:0}.quick-card-text{display:flex;flex-direction:column;align-items:flex-start;gap:4px;width:100%;flex:1}.quick-card-title{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:700;color:#1a1a1a;text-align:left;line-height:1.3}.quick-card-subtitle{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#666;text-align:left;line-height:1.3}.quick-access-card:last-child .quick-card-text{flex-direction:row;justify-content:space-between;align-items:center;width:100%}.quick-access-card:last-child .quick-card-title{font-size:13px;font-weight:700;color:#1a1a1a}.quick-access-card:last-child svg:last-child{width:14px;height:14px;color:#666;flex-shrink:0}.main-nav-list-card{background-color:#fff;border-radius:12px;padding:8px 0;margin:0 20px 16px;box-shadow:0 1px 3px #0000000d}.nav-list-item{display:flex;align-items:center;gap:16px;padding:14px 20px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f5f5f5}.nav-list-item:last-child{border-bottom:none}.nav-list-item:hover{background-color:#f9f9f9}.nav-list-item.highlighted{background-color:#f5f5f5;margin:4px 0;border-radius:8px}.nav-list-item.highlighted:hover{background-color:#eee}.nav-list-item svg{width:20px;height:20px;color:#666;flex-shrink:0}.nav-item-text{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:500;color:#1a1a1a;flex:1}.nav-list-item.highlighted .nav-item-text{font-weight:700}.refer-earn-banner{background:linear-gradient(135deg,#2a2832,#3d3544);border-radius:12px;padding:20px;margin:0 20px 16px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 2px 8px #2a28324d}.refer-earn-text{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#fff;letter-spacing:.5px}.refer-earn-gift{flex-shrink:0}.account-footer{display:flex;flex-direction:column;align-items:center;gap:16px;padding:20px}.footer-links{display:flex;align-items:center;gap:8px}.footer-link{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;color:#2a2832;text-decoration:none;cursor:pointer;transition:opacity .2s}.footer-link:hover{opacity:.8;text-decoration:underline}.footer-separator{color:#2a2832;font-size:13px}.logout-button-new{padding:12px 32px;background-color:#fff;border:1px solid #f44336;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#f44336;cursor:pointer;transition:all .2s}.logout-button-new:hover{background-color:#fff5f5;border-color:#d32f2f}.logout-button-new:active{transform:scale(.98)}.bottom-nav-minimal{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;background-color:#fff;border-top:1px solid #f0f0f0;border-radius:0;display:flex;justify-content:space-around;align-items:center;padding:12px 0 calc(12px + env(safe-area-inset-bottom));z-index:100;box-shadow:0 -1px 3px #0000000d}.nav-item-minimal{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;padding:8px 16px;border-radius:12px;transition:all .2s ease;color:#666;flex:1;max-width:80px}.nav-item-minimal:hover{background-color:#f5f5f5}.nav-item-minimal svg{width:24px;height:24px}.nav-item-minimal span{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:500;margin-top:2px}@media(max-width:480px){.account-header-new{padding:16px 16px 12px}.account-title-new{font-size:22px}.profile-info-card-new{margin:0 16px 20px;border-radius:12px;width:calc(100% - 32px)}.profile-card-body{padding:20px 16px;gap:16px}.hexagonal-avatar{width:76px;height:76px}.hexagonal-avatar-initials{font-size:24px}.profile-name-new{font-size:16px}.profile-contact-label,.profile-voat-id{font-size:10px}.edit-profile-button-new{padding:4px 10px;font-size:12px;border-radius:10px;gap:3px}.profile-info-right{gap:8px}.quick-access-cards{padding:0 16px 12px;gap:8px}.quick-access-card{padding:12px 8px}.main-nav-list-card{margin:0 16px 12px}.nav-list-item{padding:12px 16px}.refer-earn-banner{padding:16px;margin:0 16px 12px}.refer-earn-text{font-size:18px}.refer-earn-gift svg{width:50px;height:50px}}.account-page-container{height:100%;width:100%;background:#f5f5f5;display:flex;justify-content:center;align-items:center}.logout-button{margin:20px auto;padding:12px 32px;background-color:#fff;border:1px solid #f44336;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#f44336;cursor:pointer;transition:all .2s;display:block}.logout-button:hover{background-color:#fff5f5;border-color:#d32f2f}.logout-button:active{transform:scale(.98)}.logout-loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.logout-loading-popup{background:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:32px 48px;display:flex;flex-direction:column;align-items:center;gap:16px;box-shadow:0 4px 20px #0000001a}.logout-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #2A2832;border-radius:50%;animation:spin 1s linear infinite}.logout-text{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#1a1a1a}@media(min-width:768px){.account-page-container{align-items:flex-start;min-height:100%}.account-page-content{max-width:100%;width:100%;padding-bottom:32px;padding-left:24px;padding-right:24px}.account-header-new{padding:24px 24px 20px}.account-title-new{font-size:26px;font-weight:700}.profile-info-card-new{margin:0 0 28px;width:100%;border-radius:14px;padding:0}.profile-card-body{padding:28px;gap:24px}.hexagonal-avatar{width:96px;height:96px}.hexagonal-avatar-initials{font-size:32px}.profile-name-new{font-size:19px}.profile-contact-label,.profile-voat-id{font-size:12px}.edit-profile-button-new{padding:6px 14px;font-size:14px;border-radius:14px}.quick-access-cards{padding:0 0 24px;gap:16px}.quick-access-card{padding:20px 16px;min-height:110px;border-radius:14px}.quick-access-card svg:first-child{width:22px;height:22px}.quick-card-title{font-size:14px;font-weight:700}.quick-card-subtitle{font-size:15px}.quick-access-card:last-child .quick-card-title{font-size:14px}.main-nav-list-card{margin:0 0 24px;padding:10px 0;border-radius:14px}.nav-list-item{padding:16px 24px;gap:18px}.nav-list-item svg{width:22px;height:22px}.nav-item-text{font-size:16px}.nav-list-item.highlighted{margin:6px 0;border-radius:10px}.refer-earn-banner{margin:0 0 24px;padding:24px 28px;border-radius:14px}.refer-earn-text{font-size:22px}.refer-earn-gift svg{width:64px;height:64px}.account-footer{padding:28px 0;gap:20px}.footer-link,.footer-separator{font-size:14px}.logout-button-new{padding:14px 36px;font-size:16px;border-radius:10px}}@media(min-width:1024px){.account-page-content{padding-left:32px;padding-right:32px;padding-bottom:40px}.account-header-new{padding:28px 32px 24px}.account-title-new{font-size:28px}.profile-info-card-new{margin-bottom:32px;border-radius:16px}.profile-card-body{padding:32px;gap:28px}.hexagonal-avatar{width:104px;height:104px}.hexagonal-avatar-initials{font-size:36px}.profile-name-new{font-size:20px}.quick-access-cards{padding-bottom:28px;gap:20px}.quick-access-card{padding:24px 20px;min-height:120px;border-radius:16px}.quick-card-title{font-size:15px}.quick-card-subtitle{font-size:16px}.main-nav-list-card{margin-bottom:28px;padding:12px 0;border-radius:16px}.nav-list-item{padding:18px 28px;gap:20px}.nav-item-text{font-size:17px}.refer-earn-banner{margin-bottom:28px;padding:28px 32px;border-radius:16px}.refer-earn-text{font-size:24px}.refer-earn-gift svg{width:72px;height:72px}.account-footer{padding:32px 0}.logout-button-new{padding:16px 40px;font-size:17px;border-radius:12px}}.pd-container{min-height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:flex-start}.pd-content{width:100%;max-width:500px;min-height:100vh;background-color:#fff;overflow-y:auto;display:flex;flex-direction:column;padding-bottom:32px}.pd-header{display:flex;align-items:center;gap:12px;padding:16px 16px 20px;border-bottom:1px solid #f0f0f0}.pd-back{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#1a1a1a;border-radius:50%;transition:background-color .2s}.pd-back:hover{background-color:#f5f5f5}.pd-back:active{background-color:#eee}.pd-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#1a1a1a;margin:0;flex:1}.pd-profile{display:flex;flex-direction:column;align-items:center;padding:28px 16px 24px;gap:12px}.pd-avatar-wrap{position:relative;width:88px;height:88px;border-radius:50%;overflow:hidden;background:#f0f0f0;border:3px solid #1a1a1a;flex-shrink:0}.pd-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.pd-avatar-initials{display:none;width:100%;height:100%;align-items:center;justify-content:center;font-family:system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#1a1a1a;background:#e8e8e8}.pd-name{font-family:system-ui,-apple-system,sans-serif;font-size:17px;font-weight:600;color:#1a1a1a;margin:0;text-align:center;line-height:1.3}.pd-section{padding:0 16px 20px}.pd-section-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:10px;padding:0 2px}.pd-section-title{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.04em;margin:0;padding:0}.pd-edit-icon-btn{background:none;border:none;padding:6px;cursor:pointer;color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}.pd-edit-icon-btn:hover{background:#f0f0f0}.pd-edit-icon-btn:active{background:#e8e8e8}.pd-section-head .pd-section-title{margin-bottom:0}.pd-section>.pd-section-title{margin-bottom:10px}.pd-card{background:#fff;border-radius:14px;padding:0;box-shadow:0 1px 4px #0000000f;border:1px solid #eeeeee;overflow:hidden}.pd-row{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:14px 16px;gap:12px;border-bottom:1px solid #f0f0f0}.pd-row:last-child{border-bottom:none}.pd-row-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.pd-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1a1a1a}.pd-icon svg{width:20px;height:20px}.pd-label{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#1a1a1a}.pd-value{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#444;text-align:right;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pd-value-wrap{display:flex;align-items:center;gap:6px;flex-shrink:0}.pd-badge{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#1a1a1a;color:#fff;border-radius:50%;flex-shrink:0}.pd-row-address{align-items:flex-start;padding:14px 16px;min-height:64px}.pd-row-address .pd-row-left{align-items:flex-start}.pd-row-address .pd-icon{margin-top:2px}.pd-address-block{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.pd-row-address .pd-label{margin-bottom:0}.pd-tag{display:inline-block;width:50px;padding:1px 5px;font-family:system-ui,-apple-system,sans-serif;font-size:9px;font-weight:600;color:#fff;background:#16a029;border-radius:3px;text-transform:uppercase;letter-spacing:.04em;vertical-align:middle;line-height:1.2}.pd-address-text{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;color:#666;margin:0;line-height:1.4;max-width:260px}.pd-edit-btn{background:none;border:1px solid #1a1a1a;color:#1a1a1a;padding:8px 14px;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;cursor:pointer;flex-shrink:0;transition:background .2s,color .2s}.pd-edit-btn:hover{background:#1a1a1a;color:#fff}.pd-edit-btn:active{opacity:.9}.pd-empty{padding:20px 16px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#999;text-align:center}.pd-actions{padding:8px 16px 24px;margin-top:auto}.pd-btn{width:100%;padding:14px 20px;border-radius:12px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s;border:none}.pd-btn-primary{background:#1a1a1a;color:#fff}.pd-btn-primary:hover{opacity:.92}.pd-btn-primary:active{transform:scale(.99)}.pd-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:pdModalFade .2s ease}@keyframes pdModalFade{0%{opacity:0}to{opacity:1}}.pd-modal{width:100%;max-width:400px;max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;animation:pdModalSlide .25s ease}@keyframes pdModalSlide{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.pd-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;border-bottom:1px solid #f0f0f0}.pd-modal-title{font-family:system-ui,-apple-system,sans-serif;font-size:17px;font-weight:700;color:#1a1a1a;margin:0}.pd-modal-close{background:none;border:none;padding:6px;cursor:pointer;color:#666;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.pd-modal-close:hover{background:#f5f5f5;color:#1a1a1a}.pd-modal-form{padding:20px 16px;display:flex;flex-direction:column;gap:12px}.pd-modal-label{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;color:#1a1a1a;margin:0;display:block}.pd-modal-input{width:100%;padding:10px 14px;font-size:15px;font-family:system-ui,-apple-system,sans-serif;border:1px solid #e0e0e0;border-radius:10px;background:#fff;color:#1a1a1a;outline:none;box-sizing:border-box}.pd-modal-input:focus{border-color:#1a1a1a}.pd-modal-input::placeholder{color:#999}.pd-modal-input:disabled{opacity:.7;cursor:not-allowed}select.pd-modal-input{appearance:none;cursor:pointer;padding-right:40px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}.pd-modal-input-disabled{background:#f5f5f5;color:#666;cursor:default}.pd-modal-hint{font-family:system-ui,-apple-system,sans-serif;font-size:12px;color:#666;margin:-4px 0 0}.pd-modal-error{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#dc2626;margin:0}.pd-modal-btns{display:flex;gap:10px;margin-top:6px}.pd-modal-cancel,.pd-modal-submit{flex:1;padding:10px 16px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;border-radius:10px;cursor:pointer;transition:background .2s,opacity .2s}.pd-modal-cancel{background:#fff;color:#1a1a1a;border:1px solid #1a1a1a}.pd-modal-cancel:hover:not(:disabled){background:#f5f5f5}.pd-modal-submit{background:#1a1a1a;color:#fff;border:none}.pd-modal-submit:hover:not(:disabled){opacity:.9}.pd-modal-cancel:disabled,.pd-modal-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:480px){.pd-header{padding:14px 14px 18px}.pd-title{font-size:18px}.pd-profile{padding:24px 14px 20px}.pd-avatar-wrap{width:80px;height:80px}.pd-avatar-initials{font-size:22px}.pd-name{font-size:16px}.pd-section{padding:0 14px 16px}.pd-section-title{font-size:12px}.pd-section-head .pd-section-title{margin-bottom:0}.pd-section>.pd-section-title{margin-bottom:8px}.pd-row{min-height:52px;padding:12px 14px}.pd-row-address{min-height:60px;padding:12px 14px}.pd-value{max-width:140px;font-size:13px}.pd-address-text{font-size:12px;max-width:200px}.pd-edit-btn{padding:6px 12px;font-size:13px}.pd-actions{padding:8px 14px 20px}.pd-btn{padding:12px 18px;font-size:15px}.pd-modal{max-width:100%;max-height:85vh}.pd-modal-form{padding:16px 14px}.pd-modal-input{padding:10px 12px;font-size:14px}}.sent-enquiries-container{height:100%;width:100%;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);display:flex;justify-content:center;align-items:center}.sent-enquiries-content{width:100%;height:100%;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);overflow-y:hidden;display:flex;flex-direction:column;position:relative}.sent-enquiries-header{display:flex;align-items:center;gap:16px;padding:20px 24px 16px;position:relative;z-index:10;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);border-bottom:1px solid rgba(212,175,55,.2)}.sent-enquiries-header .back-button{align-self:center}.back-button{background:transparent!important;border:none!important;border-radius:0!important;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:auto;height:auto;min-width:24px;min-height:24px;flex-shrink:0;color:#d4af37;margin-bottom:0}.sent-enquiries-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#d4af37;margin:0;flex:1;min-width:0}.service-tags-container{display:flex;flex-direction:column;gap:12px;padding:20px 24px}.service-tags-row{display:flex;gap:12px;flex-wrap:wrap}.service-tag{background-color:#2d2d2d;color:#d4af37;padding:10px 20px;border-radius:50px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;text-transform:lowercase;border:1px solid rgba(212,175,55,.3)}.no-enquiry-message{display:flex;justify-content:center;align-items:center;padding:40px 24px;flex:1}.no-enquiry-text{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:400;color:#ccc;margin:0}.enquiry-illustration{display:flex;align-items:flex-end;justify-content:center;padding:20px;margin-top:auto;overflow:hidden}.enquiry-image{width:100%;max-width:100%;height:auto;object-fit:contain;filter:brightness(.9)}.sent-enquiries-content::-webkit-scrollbar{display:none;width:0;height:0}.sent-enquiries-content{-ms-overflow-style:none;scrollbar-width:none;scrollbar-color:transparent transparent}.sent-enquiries-content::-webkit-scrollbar:horizontal{display:none;height:0}@media(max-width:768px){.sent-enquiries-header{padding:16px 18px 12px;gap:16px}.sent-enquiries-title{font-size:18px;margin-left:50px}.back-button{width:auto;height:auto;min-width:24px;min-height:24px;margin-bottom:0;flex-shrink:0;align-self:center}}.settings-container{min-height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:flex-start}.settings-content{width:100%;max-width:500px;min-height:100vh;background-color:#fff;overflow-y:auto;display:flex;flex-direction:column;padding-bottom:32px}.settings-header{display:flex;align-items:center;gap:12px;padding:16px 16px 20px;border-bottom:1px solid #f0f0f0}.settings-back-button{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#1a1a1a;border-radius:50%;transition:background-color .2s}.settings-back-button:hover{background-color:#f5f5f5}.settings-back-button:active{background-color:#eee}.settings-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#1a1a1a;margin:0;flex:1}.settings-card{background-color:#fff;border-radius:14px;margin:20px 16px 24px;padding:0;box-shadow:0 1px 4px #0000000f;border:1px solid #eeeeee;overflow:hidden}.settings-row{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:14px 16px;gap:12px;border-bottom:1px solid #f0f0f0}.settings-row:last-child{border-bottom:none}.settings-row-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0}.settings-icon-wrap{width:28px;height:28px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1a1a1a}.settings-icon-bell{position:relative;color:#1a1a1a}.settings-bell-dot{position:absolute;top:0;right:0;width:8px;height:8px;background-color:#1a1a1a;border-radius:50%;border:2px solid #ffffff}.settings-row-label{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#1a1a1a}.settings-toggle{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0;cursor:pointer}.settings-toggle input{opacity:0;width:0;height:0}.settings-toggle-track{position:absolute;inset:0;background-color:#d1d5db;border-radius:26px;transition:background-color .2s}.settings-toggle-track:before{content:"";position:absolute;width:20px;height:20px;left:3px;bottom:3px;background-color:#1a1a1a;border-radius:50%;transition:transform .2s;box-shadow:0 1px 2px #0003}.settings-toggle input:checked+.settings-toggle-track{background-color:#1a1a1a}.settings-toggle input:checked+.settings-toggle-track:before{transform:translate(22px);background-color:#fff}.settings-row-version{cursor:default}.settings-version-value{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#666}.settings-delete-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:calc(100% - 32px);max-width:468px;margin:0 16px;padding:14px 20px;background:linear-gradient(180deg,#e53e3e,#c53030);border:none;border-radius:9999px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:opacity .2s,transform .1s;box-shadow:0 2px 8px #e53e3e59}.settings-delete-btn:hover{opacity:.92}.settings-delete-btn:active{transform:scale(.98)}.settings-delete-btn svg{flex-shrink:0}.settings-delete-btn:disabled{opacity:.7;cursor:not-allowed}html.services-theme-dark .settings-container,body.services-theme-dark .settings-container,html.services-theme-dark .settings-content,body.services-theme-dark .settings-content{background-color:#020617}html.services-theme-dark .settings-back-button,body.services-theme-dark .settings-back-button{color:#f5f5f5}html.services-theme-dark .settings-back-button:hover,body.services-theme-dark .settings-back-button:hover{background-color:#333}html.services-theme-dark .settings-title,body.services-theme-dark .settings-title{color:#f5f5f5}html.services-theme-dark .settings-header,body.services-theme-dark .settings-header{background-color:#020617;border-bottom-color:#333}html.services-theme-dark .settings-card,body.services-theme-dark .settings-card{background-color:#020617;border-color:#1f2937;box-shadow:0 2px 10px #00000059}html.services-theme-dark .settings-row,body.services-theme-dark .settings-row{border-bottom-color:#1f2937}html.services-theme-dark .settings-icon-wrap,body.services-theme-dark .settings-icon-wrap,html.services-theme-dark .settings-icon-bell,body.services-theme-dark .settings-icon-bell,html.services-theme-dark .settings-row-label,body.services-theme-dark .settings-row-label{color:#e5e5e5}html.services-theme-dark .settings-version-value,body.services-theme-dark .settings-version-value{color:#a0a0a0}@media(max-width:480px){.settings-header{padding:14px 14px 16px}.settings-title{font-size:18px}.settings-card{margin:16px 14px 20px;border-radius:12px}.settings-row{min-height:52px;padding:12px 14px}.settings-row-label{font-size:14px}.settings-delete-btn{margin:0 14px;padding:12px 18px;font-size:15px}}.manage-addresses-container{min-height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:flex-start}.manage-addresses-content{width:100%;max-width:500px;min-height:100vh;background-color:#fff;overflow-y:auto;display:flex;flex-direction:column;padding-bottom:32px}.manage-addresses-header{display:flex;align-items:center;gap:12px;padding:16px 16px 20px;border-bottom:1px solid #f0f0f0}.manage-addresses-back{background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#1a1a1a;border-radius:50%;transition:background-color .2s}.manage-addresses-back:hover{background-color:#f5f5f5}.manage-addresses-back:active{background-color:#eee}.manage-addresses-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#1a1a1a;margin:0;flex:1}.manage-addresses-add-btn{display:flex;align-items:center;justify-content:center;gap:8px;margin:16px 16px 0;padding:12px 16px;background:#fff;border:1px solid #1a1a1a;border-radius:12px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#1a1a1a;cursor:pointer;transition:background-color .2s,color .2s}.manage-addresses-add-btn:hover{background:#1a1a1a;color:#fff}.manage-addresses-add-btn svg{flex-shrink:0}.manage-addresses-card{background:#fff;border-radius:14px;margin:16px 16px 24px;padding:0;box-shadow:0 1px 4px #0000000f;border:1px solid #eeeeee;overflow:hidden}.manage-addresses-empty{padding:24px 16px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#666;text-align:center}.manage-addresses-row{display:flex;align-items:center;justify-content:space-between;min-height:56px;padding:12px 16px;gap:12px;border-bottom:1px solid #f0f0f0}.manage-addresses-row:last-child{border-bottom:none}.manage-addresses-row-left{display:flex;align-items:center;gap:12px;flex:1;min-width:0;cursor:pointer}.manage-addresses-radio{position:absolute;opacity:0;width:0;height:0}.manage-addresses-radio-custom{width:20px;height:20px;border:2px solid #1a1a1a;border-radius:50%;flex-shrink:0;transition:background .2s,border-color .2s}.manage-addresses-radio:checked+.manage-addresses-radio-custom{background:#1a1a1a;box-shadow:inset 0 0 0 4px #fff}.manage-addresses-row-content{display:flex;flex-direction:column;gap:2px;min-width:0}.manage-addresses-addr-text{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manage-addresses-default-badge{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.03em}.manage-addresses-row-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.manage-addresses-action-btn{background:none;border:none;padding:8px;cursor:pointer;color:#1a1a1a;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s}.manage-addresses-action-btn:hover{background:#f0f0f0}.manage-addresses-action-btn.manage-addresses-delete{color:#dc2626}.manage-addresses-action-btn.manage-addresses-delete:hover{background:#dc262614}.manage-addresses-done{margin:0 16px;padding:14px 20px;background:#1a1a1a;border:none;border-radius:12px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:opacity .2s,transform .1s}.manage-addresses-done:hover{opacity:.9}.manage-addresses-done:active{transform:scale(.98)}.manage-addresses-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px;animation:manageAddrFade .2s ease}@keyframes manageAddrFade{0%{opacity:0}to{opacity:1}}.manage-addresses-modal{width:100%;max-width:400px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;overflow:hidden;animation:manageAddrSlide .25s ease}@keyframes manageAddrSlide{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}.manage-addresses-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;border-bottom:1px solid #f0f0f0}.manage-addresses-modal-title{font-family:system-ui,-apple-system,sans-serif;font-size:17px;font-weight:700;color:#1a1a1a;margin:0}.manage-addresses-modal-close{background:none;border:none;padding:6px;cursor:pointer;color:#666;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.manage-addresses-modal-close:hover{background:#f5f5f5;color:#1a1a1a}.manage-addresses-modal-form{padding:20px 16px;display:flex;flex-direction:column;gap:10px}.manage-addresses-modal-input{width:100%;padding:10px 14px;font-size:15px;font-family:system-ui,-apple-system,sans-serif;border:1px solid #e0e0e0;border-radius:10px;background:#fff;color:#1a1a1a;outline:none;box-sizing:border-box}.manage-addresses-modal-input:focus{border-color:#1a1a1a}.manage-addresses-modal-input::placeholder{color:#999}.manage-addresses-modal-input:disabled{opacity:.7;cursor:not-allowed}.manage-addresses-modal-error{margin:0;font-size:14px;color:#dc2626;font-family:system-ui,-apple-system,sans-serif}.manage-addresses-modal-btns{display:flex;gap:10px;margin-top:6px}.manage-addresses-modal-cancel,.manage-addresses-modal-submit{flex:1;padding:10px 16px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;border-radius:10px;cursor:pointer;transition:background .2s,border-color .2s,opacity .2s}.manage-addresses-modal-cancel{background:#fff;color:#1a1a1a;border:1px solid #1a1a1a}.manage-addresses-modal-cancel:hover:not(:disabled){background:#f5f5f5}.manage-addresses-modal-submit{background:#1a1a1a;color:#fff;border:none}.manage-addresses-modal-submit:hover:not(:disabled){opacity:.9}.manage-addresses-modal-cancel:disabled,.manage-addresses-modal-submit:disabled{opacity:.6;cursor:not-allowed}html.services-theme-dark .manage-addresses-container,body.services-theme-dark .manage-addresses-container,html.services-theme-dark .manage-addresses-content,body.services-theme-dark .manage-addresses-content{background-color:#020617}html.services-theme-dark .manage-addresses-header,body.services-theme-dark .manage-addresses-header{background-color:#020617;border-bottom-color:#1f2937}html.services-theme-dark .manage-addresses-back,body.services-theme-dark .manage-addresses-back,html.services-theme-dark .manage-addresses-title,body.services-theme-dark .manage-addresses-title{color:#e5e7eb}html.services-theme-dark .manage-addresses-back:hover,body.services-theme-dark .manage-addresses-back:hover{background-color:#ffffff0f}html.services-theme-dark .manage-addresses-add-btn,body.services-theme-dark .manage-addresses-add-btn{background:#020617;border-color:#334155;color:#e2e8f0}html.services-theme-dark .manage-addresses-add-btn:hover,body.services-theme-dark .manage-addresses-add-btn:hover{background:#1e293b}html.services-theme-dark .manage-addresses-card,body.services-theme-dark .manage-addresses-card{background:#0b1220;border-color:#1f2937;box-shadow:0 2px 10px #00000059}html.services-theme-dark .manage-addresses-row,body.services-theme-dark .manage-addresses-row{border-bottom-color:#1f2937}html.services-theme-dark .manage-addresses-empty,body.services-theme-dark .manage-addresses-empty,html.services-theme-dark .manage-addresses-addr-text,body.services-theme-dark .manage-addresses-addr-text{color:#e2e8f0}html.services-theme-dark .manage-addresses-default-badge,body.services-theme-dark .manage-addresses-default-badge{color:#94a3b8}html.services-theme-dark .manage-addresses-radio-custom,body.services-theme-dark .manage-addresses-radio-custom{border-color:#e2e8f0}html.services-theme-dark .manage-addresses-radio:checked+.manage-addresses-radio-custom,body.services-theme-dark .manage-addresses-radio:checked+.manage-addresses-radio-custom{background:#e2e8f0;box-shadow:inset 0 0 0 4px #0b1220}html.services-theme-dark .manage-addresses-action-btn,body.services-theme-dark .manage-addresses-action-btn{color:#cbd5e1}html.services-theme-dark .manage-addresses-action-btn:hover,body.services-theme-dark .manage-addresses-action-btn:hover{background:#1e293b}html.services-theme-dark .manage-addresses-done,body.services-theme-dark .manage-addresses-done{background:#e2e8f0;color:#0f172a}html.services-theme-dark .manage-addresses-done:hover,body.services-theme-dark .manage-addresses-done:hover{background:#cbd5e1}html.services-theme-dark .manage-addresses-modal,body.services-theme-dark .manage-addresses-modal{background:#0b1220;border:1px solid #1f2937}html.services-theme-dark .manage-addresses-modal-header,body.services-theme-dark .manage-addresses-modal-header{border-bottom-color:#1f2937}html.services-theme-dark .manage-addresses-modal-title,body.services-theme-dark .manage-addresses-modal-title{color:#f8fafc}html.services-theme-dark .manage-addresses-modal-close,body.services-theme-dark .manage-addresses-modal-close{color:#94a3b8}html.services-theme-dark .manage-addresses-modal-close:hover,body.services-theme-dark .manage-addresses-modal-close:hover{background:#1e293b;color:#e2e8f0}html.services-theme-dark .manage-addresses-modal-input,body.services-theme-dark .manage-addresses-modal-input{background:#020617;border-color:#334155;color:#e2e8f0}html.services-theme-dark .manage-addresses-modal-input::placeholder,body.services-theme-dark .manage-addresses-modal-input::placeholder{color:#64748b}html.services-theme-dark .manage-addresses-modal-input:focus,body.services-theme-dark .manage-addresses-modal-input:focus{border-color:#94a3b8}html.services-theme-dark .manage-addresses-modal-cancel,body.services-theme-dark .manage-addresses-modal-cancel{background:#020617;color:#e2e8f0;border-color:#334155}html.services-theme-dark .manage-addresses-modal-cancel:hover:not(:disabled),body.services-theme-dark .manage-addresses-modal-cancel:hover:not(:disabled){background:#1e293b}html.services-theme-dark .manage-addresses-modal-submit,body.services-theme-dark .manage-addresses-modal-submit{background:#e2e8f0;color:#0f172a}@media(max-width:480px){.manage-addresses-header{padding:14px 14px 16px}.manage-addresses-title{font-size:18px}.manage-addresses-add-btn{margin:12px 14px 0;padding:10px 14px;font-size:14px}.manage-addresses-card{margin:12px 14px 20px;border-radius:12px}.manage-addresses-row{min-height:52px;padding:10px 14px}.manage-addresses-addr-text{font-size:13px}.manage-addresses-done{margin:0 14px;padding:12px 18px;font-size:15px}.manage-addresses-modal{max-width:100%}.manage-addresses-modal-form{padding:16px 14px}.manage-addresses-modal-input{padding:10px 12px;font-size:14px}}.support-container{height:100vh;height:100dvh;width:100%;background:#fff;display:flex;justify-content:center;align-items:center;position:fixed;inset:0}.support-content{width:100%;height:100%;background:#fff;overflow-y:auto;display:flex;flex-direction:column;padding-bottom:120px}.support-header{display:flex;align-items:center;gap:16px;padding:20px 24px 16px;position:sticky;top:0;background:linear-gradient(180deg,#fff 0% 100%);z-index:10;box-shadow:0 2px 8px #0000000d;border-bottom:1px solid rgba(212,175,55,.2)}.support-header .back-button{align-self:center}.support-page-back-button{background:transparent;border:none;color:#e2e8f0;width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;flex-shrink:0}.support-page-back-button svg{width:18px;height:18px;stroke:currentColor}.support-page-back-button:hover{background:#ffffff0f}.back-button{background:transparent!important;border:none!important;border-radius:0!important;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:auto;height:auto;min-width:24px;min-height:24px;flex-shrink:0;color:#333;margin-bottom:0;box-shadow:none!important}.back-button svg{stroke:#333;transition:stroke .2s ease}.back-button:hover svg,.back-button:active svg,.back-button:focus svg{stroke:#333}.support-title{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#d4af37;margin-left:0;flex:1;min-width:0}.support-intro-card{margin:20px 24px;padding:24px;border-radius:20px;background:linear-gradient(135deg,#d4af371a,#d4af3708);border:1px solid #e0e0e0;display:flex;flex-direction:column;gap:12px}.support-greeting{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:22px;font-weight:700;color:#d4af37}.support-subtext{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;color:#666;margin:0;line-height:1.5}.support-tags{display:flex;gap:10px;flex-wrap:wrap}.support-tag{background-color:#d4af3726;color:#333;padding:8px 16px;border-radius:999px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;letter-spacing:.02em;border:1px solid rgba(212,175,55,.3)}.support-sections{display:flex;flex-direction:column;gap:24px;padding:0 24px 24px}.support-section{display:flex;flex-direction:column;gap:16px}.support-section-title{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:#d4af37;margin:0}.support-cards{display:flex;flex-direction:column;gap:14px}.support-card{display:flex;gap:16px;padding:18px 20px;border-radius:16px;background-color:#f5f5f5;border:1px solid #e0e0e0;box-shadow:0 6px 12px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.support-card-link{text-decoration:none;color:inherit;cursor:pointer}.support-card:hover{transform:translateY(-2px);box-shadow:0 10px 18px #d4af3733;border-color:#d4af3766}.support-card-button{cursor:pointer}.support-card-button:focus-visible{outline:2px solid #D4AF37;outline-offset:3px}.support-card-icon{width:48px;height:48px;border-radius:12px;background-color:#d4af3726;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#d4af37}.support-card-icon svg{stroke:currentColor;fill:currentColor}.support-card-content{display:flex;flex-direction:column;gap:4px}.support-card-title{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#333}.support-card-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;color:#666}.support-card-meta{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;color:#999}.support-help-list{display:flex;flex-direction:column;gap:12px}.support-help-item{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-radius:14px;border:1px solid #e0e0e0;background-color:#f5f5f5}.support-help-title{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#333}.support-help-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;color:#666;margin-top:4px}.support-help-action{background:linear-gradient(135deg,#333,#444);color:gold;border:none;border-radius:999px;padding:8px 18px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.support-help-action:hover{background:linear-gradient(135deg,#444,#555);transform:translateY(-1px)}.support-content::-webkit-scrollbar{display:none;width:0;height:0}.support-content{-ms-overflow-style:none;scrollbar-width:none;scrollbar-color:transparent transparent}.support-content::-webkit-scrollbar:horizontal{display:none;height:0}html.services-theme-dark .support-container,body.services-theme-dark .support-container,html.services-theme-dark .support-content,body.services-theme-dark .support-content{background:#020617}html.services-theme-dark .support-header,body.services-theme-dark .support-header{background:#020617;border-bottom-color:#1f2937;box-shadow:none}html.services-theme-dark .back-button,body.services-theme-dark .back-button,html.services-theme-dark .support-page-back-button,body.services-theme-dark .support-page-back-button{color:#e5e7eb}html.services-theme-dark .back-button svg,body.services-theme-dark .back-button svg{stroke:#e5e7eb}html.services-theme-dark .support-page-back-button svg,body.services-theme-dark .support-page-back-button svg{stroke:currentColor}html.services-theme-dark .support-title,body.services-theme-dark .support-title{color:#f8fafc}html.services-theme-dark .support-intro-card,body.services-theme-dark .support-intro-card{background:#0b1220;border-color:#1f2937}html.services-theme-dark .support-greeting,body.services-theme-dark .support-greeting,html.services-theme-dark .support-section-title,body.services-theme-dark .support-section-title{color:#e2e8f0}html.services-theme-dark .support-subtext,body.services-theme-dark .support-subtext{color:#94a3b8}html.services-theme-dark .support-tag,body.services-theme-dark .support-tag{background-color:#1e293b;color:#e2e8f0;border-color:#334155}html.services-theme-dark .support-card,body.services-theme-dark .support-card{background-color:#0b1220;border-color:#1f2937;box-shadow:0 2px 10px #00000059}html.services-theme-dark .support-card:hover,body.services-theme-dark .support-card:hover{border-color:#334155;box-shadow:0 4px 14px #00000073}html.services-theme-dark .support-card-icon,body.services-theme-dark .support-card-icon{background-color:#1e293b;color:#cbd5e1}html.services-theme-dark .support-card-title,body.services-theme-dark .support-card-title{color:#f8fafc}html.services-theme-dark .support-card-text,body.services-theme-dark .support-card-text,html.services-theme-dark .support-card-meta,body.services-theme-dark .support-card-meta{color:#94a3b8}@media(max-width:768px){.support-container{height:100vh;height:100dvh}.support-content{padding-bottom:100px}.support-header{padding:16px 18px 12px;gap:16px}.support-title{font-size:20px;margin-left:50px;flex:1;min-width:0}.back-button{width:auto;height:auto;min-width:24px;min-height:24px;margin-bottom:0;flex-shrink:0;align-self:center}.support-page-back-button{width:30px;height:30px}.support-intro-card{margin:16px 18px;padding:20px}.support-greeting{font-size:20px}.support-subtext{font-size:13px}.support-tags{gap:8px}.support-tag{padding:6px 14px;font-size:11px}.support-sections{padding:0 18px 18px;gap:20px}.support-section-title{font-size:16px}.support-cards{gap:12px}.support-card{padding:16px 18px;gap:14px}.support-card-icon{width:44px;height:44px}.support-card-title{font-size:15px}.support-card-text{font-size:13px}}@media(max-width:480px){.support-header{padding:14px 16px 10px;position:sticky;top:0;z-index:10}.back-button{width:auto;height:auto;min-width:20px;min-height:20px;margin-bottom:0;flex-shrink:0;align-self:center}.support-page-back-button{width:28px;height:28px}.support-title{font-size:18px;margin-left:50px;flex:1;min-width:0}.support-intro-card{margin:14px 16px;padding:18px;border-radius:16px}.support-greeting{font-size:18px}.support-subtext{font-size:12px}.support-tags{gap:6px}.support-tag{padding:5px 12px;font-size:10px}.support-sections{padding:0 16px 16px;gap:18px}.support-section-title{font-size:15px}.support-cards{gap:10px}.support-card{padding:14px 16px;gap:12px;border-radius:14px}.support-card-icon{width:40px;height:40px}.support-card-icon svg{width:20px;height:20px}.support-card-title{font-size:14px}.support-card-text{font-size:12px}.support-help-item{align-items:flex-start;flex-direction:column;padding:14px 16px}.support-help-action{align-self:stretch;text-align:center;padding:7px 16px;font-size:12px}}.support-chat-wrapper{height:100%;min-height:0;width:100%;max-width:100vw;background:#020617;display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;overflow-x:hidden;position:relative;box-sizing:border-box}.support-chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;background:#020617;color:#fff;border-bottom:1px solid #1f2937;box-shadow:none;z-index:10;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;position:sticky;top:0}.support-chat-back-button{background:transparent;border:none;color:#e2e8f0;width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;cursor:pointer;flex-shrink:0}.support-chat-back-button svg{width:18px;height:18px;stroke:currentColor}.support-chat-back-button:hover{background:#ffffff0f}.support-chat-agent{margin-left:0;display:flex;align-items:center;gap:12px;flex:1;min-width:0;overflow:hidden}.support-chat-avatar{width:36px;height:36px;border-radius:12px;background-color:#ffffff2e;display:flex;align-items:center;justify-content:center;font-family:Gilroy,system-ui,-apple-system,sans-serif;font-weight:700;font-size:14px}.support-chat-agent-meta{display:flex;flex-direction:column;gap:4px}.support-chat-agent-name{margin-left:0;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#f8fafc;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bubble-text{word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.support-chat-agent-status{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;display:flex;align-items:center;gap:6px;opacity:.85}.status-indicator{width:8px;height:8px;border-radius:50%}.status-indicator.online{background-color:#4ade80;box-shadow:0 0 0 3px #4ade8040}.support-chat-more{background:none;border:none;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center}.support-chat-body{min-height:0;overflow-y:auto;overflow-x:hidden;padding:20px 16px 140px;background:#020617;display:flex;flex-direction:column;gap:16px;width:100%;max-width:100%;box-sizing:border-box;scroll-behavior:smooth}.support-chat-body::-webkit-scrollbar{width:6px}.support-chat-body::-webkit-scrollbar-thumb{background-color:#d4af374d;border-radius:999px}.support-chat-day{align-self:center;background-color:#1e293b;color:#cbd5e1;padding:8px 16px;border-radius:999px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;margin:8px 0 16px;border:1px solid #334155;letter-spacing:.3px}.support-chat-bubble{max-width:85%;display:inline-flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:18px;box-shadow:0 4px 12px #0003;font-family:system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.6;position:relative;box-sizing:border-box;word-wrap:break-word;overflow-wrap:break-word;min-width:0;margin-bottom:4px}.support-chat-bubble.agent{align-self:flex-start;background-color:#0b1220;color:#e2e8f0;border:1px solid #1f2937;border-bottom-left-radius:4px}.support-chat-bubble.user{align-self:flex-end;background:#2563eb;color:#fff;border-bottom-right-radius:4px;box-shadow:0 4px 12px #2563eb40}.bubble-image{width:220px;max-height:260px;border-radius:14px;overflow:hidden;box-shadow:0 10px 18px #13263429}.bubble-image img{width:100%;height:100%;object-fit:cover;display:block}.bubble-file-link{display:inline-flex;align-items:center;max-width:220px;padding:8px 10px;border-radius:10px;font-size:12px;font-weight:600;text-decoration:none;border:1px solid rgba(255,255,255,.2);color:#e2e8f0;background:#0f172a80}.bubble-time{align-self:flex-end;font-size:11px;opacity:.7;margin-top:4px;font-weight:400}.support-chat-bubble.user .bubble-time{opacity:.85;color:#fffc}.support-chat-bubble.agent .bubble-time{color:#94a3b8}.support-chat-loading{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#94a3b8;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500}.support-chat-loading p{color:#94a3b8;margin:0}.typing-dots{display:flex;gap:6px}.typing-dots span{width:6px;height:6px;background-color:#d4af37;border-radius:50%;animation:typing 1.2s infinite ease-in-out}.typing-dots span:nth-child(2){animation-delay:.15s}.typing-dots span:nth-child(3){animation-delay:.3s}@keyframes typing{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-4px);opacity:1}}.support-chat-quick-replies{display:flex;gap:10px;padding:0 18px 14px;overflow-x:auto;overflow-y:hidden;width:100%;max-width:100%;box-sizing:border-box;-webkit-overflow-scrolling:touch;scrollbar-width:none}.support-chat-quick-replies::-webkit-scrollbar{display:none}.quick-reply-chip{flex-shrink:0;padding:12px 18px;border-radius:20px;border:1px solid #334155;background-color:#1e293b;color:#e2e8f0;font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.quick-reply-chip:active{transform:scale(.96);background-color:#334155;border-color:#475569}.quick-reply-chip:hover{transform:translateY(-2px);background-color:#334155;box-shadow:none}.support-chat-input-bar{display:flex;align-items:flex-end;gap:10px;padding:16px 18px;background-color:#020617;border-top:1px solid #1f2937;box-shadow:none;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:100%;box-sizing:border-box;position:sticky;bottom:0;z-index:10}.chat-attach-button{background:#1e293b;border:1px solid #334155;width:48px;height:48px;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex-shrink:0;color:#cbd5e1}.chat-attach-button:hover{background-color:#334155;border-color:#475569;transform:translateY(-1px)}.chat-attach-button:active{transform:scale(.95)}.chat-file-input{display:none}.support-chat-input{flex:1;border:1px solid #334155;border-radius:22px;padding:12px 18px;min-height:48px;max-height:120px;resize:none;font-family:system-ui,-apple-system,sans-serif;font-size:15px;line-height:1.5;background-color:#0b1220;color:#e2e8f0;width:0;min-width:0;box-sizing:border-box;transition:all .2s ease}.support-chat-input:focus{outline:none;border-color:#64748b;background-color:#0b1220;box-shadow:0 0 0 3px #64748b40}.support-chat-input::placeholder{color:#94a3b8;font-size:14px}.chat-send-button{border:none;border-radius:50%;width:48px;height:48px;background:linear-gradient(135deg,#d4af37,#b8941f);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex-shrink:0;box-shadow:0 2px 8px #d4af374d}.chat-send-button:active:not(:disabled){transform:scale(.92);opacity:.9}.chat-send-button:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.chat-send-button:not(:disabled):hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4af3780}.support-chat-footer{display:flex;flex-direction:column;gap:12px;padding:0;background:transparent;z-index:10;width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}@media(max-width:768px){.support-chat-wrapper{height:100vh;height:100dvh;max-width:100vw;overflow-x:hidden}.support-chat-header{padding:16px 18px;gap:12px;min-height:60px;box-sizing:border-box;max-width:100%;overflow:hidden}.support-chat-back-button{width:30px;height:30px}.support-chat-agent{min-width:0;overflow:hidden;margin-left:0}.support-chat-agent-name{margin-left:0;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-chat-more{flex-shrink:0;width:40px;height:40px}.support-chat-more svg{width:18px;height:18px}.support-chat-body{padding:20px 16px 180px;gap:16px;max-width:100%;overflow-x:hidden;box-sizing:border-box}.support-chat-day{font-size:11px;padding:8px 14px;margin:8px 0 12px}.support-chat-bubble{max-width:85%;padding:14px 16px;font-size:15px;line-height:1.6;gap:6px;box-sizing:border-box;min-width:0;margin-bottom:4px}.bubble-text{word-wrap:break-word;overflow-wrap:break-word}.bubble-image{width:200px;max-height:240px}.bubble-time{font-size:10px;margin-top:2px}.support-chat-footer{padding:0;background:transparent;box-shadow:none}.support-chat-quick-replies{padding:0 18px 14px;gap:10px;overflow-x:auto;-webkit-overflow-scrolling:touch}.quick-reply-chip{padding:12px 18px;font-size:13px;white-space:nowrap;min-height:44px;display:inline-flex;align-items:center}.support-chat-input-bar{padding:16px 18px;gap:10px;background-color:#020617;border-top:1px solid #1f2937;box-shadow:none;max-width:100%;box-sizing:border-box;overflow:hidden}.chat-attach-button,.chat-send-button{width:48px;height:48px;padding:10px;flex-shrink:0}.chat-attach-button svg,.chat-send-button svg{width:20px;height:20px}.support-chat-input{font-size:15px;padding:12px 18px;min-height:48px;max-height:120px;line-height:1.5;width:0;min-width:0;box-sizing:border-box}.support-chat-input::placeholder{font-size:13px}}@media(max-width:480px){.support-chat-wrapper{max-width:100vw;overflow-x:hidden}.support-chat-header{padding:12px 14px;min-height:52px;max-width:100%;overflow:hidden}.support-chat-back-button{width:28px;height:28px}.support-chat-agent-name{font-size:14px}.support-chat-more{width:36px;height:36px}.support-chat-more svg{width:16px;height:16px}.support-chat-body{padding:14px 12px 170px;gap:10px;max-width:100%;overflow-x:hidden;box-sizing:border-box}.support-chat-day{font-size:10px;padding:4px 10px;margin-bottom:2px}.support-chat-bubble{max-width:calc(100% - 24px);padding:10px 12px;font-size:13px;line-height:1.4;gap:4px;box-sizing:border-box;min-width:0}.bubble-text{word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.bubble-image{width:180px;max-height:220px}.bubble-time{font-size:9px;margin-top:2px}.support-chat-footer{padding:0}.support-chat-quick-replies{padding:10px 12px 8px;gap:6px}.quick-reply-chip{padding:8px 14px;font-size:12px;min-height:34px}.support-chat-input-bar{padding:14px 16px;gap:10px;max-width:100%;box-sizing:border-box;overflow:hidden}.chat-attach-button,.chat-send-button{width:46px;height:46px;padding:10px}.chat-attach-button svg,.chat-send-button svg{width:18px;height:18px}.support-chat-input{font-size:13px;padding:10px 12px;min-height:40px;max-height:90px;line-height:1.4;width:0;min-width:0;box-sizing:border-box}.support-chat-input::placeholder{font-size:12px}}@media(max-width:360px){.support-chat-wrapper{max-width:100vw;overflow-x:hidden}.support-chat-header{padding:10px 12px;min-height:48px;max-width:100%;overflow:hidden}.support-chat-agent-name{font-size:13px;margin-left:0}.support-chat-body{padding:12px 10px 180px;max-width:100%;overflow-x:hidden;box-sizing:border-box}.support-chat-bubble{max-width:calc(100% - 20px);padding:9px 11px;font-size:12px;box-sizing:border-box;min-width:0}.bubble-image{width:160px;max-height:200px}.support-chat-quick-replies{padding:8px 10px 6px;gap:5px}.quick-reply-chip{padding:7px 12px;font-size:11px;min-height:32px}.support-chat-input-bar{padding:8px 10px;gap:6px;max-width:100%;box-sizing:border-box;overflow:hidden}.chat-attach-button,.chat-send-button{width:36px;height:36px;padding:6px}.support-chat-input{font-size:12px;padding:9px 10px;min-height:36px;width:0;min-width:0;box-sizing:border-box}}.payment-history-container{height:100%;width:100%;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);display:flex;justify-content:center;align-items:center}.payment-history-content{width:100%;height:100%;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);overflow-y:auto;display:flex;flex-direction:column;padding-bottom:120px}.payment-history-header{display:flex;align-items:center;gap:16px;padding:20px 24px 16px;position:sticky;top:0;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);z-index:10;border-bottom:1px solid rgba(212,175,55,.2)}.payment-history-header .back-button{align-self:center}.back-button{background:transparent!important;border:none!important;border-radius:0!important;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;width:auto;height:auto;min-width:24px;min-height:24px;flex-shrink:0;color:#d4af37;margin-bottom:0;box-shadow:none!important}.back-button:hover,.back-button:active,.back-button:focus{background:transparent!important;border:none!important;box-shadow:none!important}.back-button svg{stroke:currentColor}.payment-history-title{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:22px;font-weight:700;color:#d4af37;margin-left:0;flex:1;min-width:0}.payment-filter-bar{display:flex;gap:12px;padding:0 24px 16px;position:sticky;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);z-index:9;overflow-x:visible;width:100%;box-sizing:border-box}.filter-button{border:none;outline:none;padding:8px 18px;border-radius:999px;background-color:#2d2d2d;color:#ccc;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease,border .2s ease;border:1px solid rgba(212,175,55,.2)}.filter-button.active{background:linear-gradient(135deg,#d4af37,#b8941f);color:#1a1a1a;border:1px solid #D4AF37}.payment-transaction-list{margin-top:45px;display:flex;flex-direction:column;gap:16px;padding:0 24px 24px}.payment-transaction-card{border:1px solid rgba(212,175,55,.2);border-radius:18px;padding:18px 20px;background-color:#2d2d2d;box-shadow:0 8px 16px #0000004d;display:flex;flex-direction:column;gap:12px}.payment-transaction-header{display:flex;justify-content:space-between;gap:16px}.transaction-title{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#d4af37}.transaction-meta{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;color:#999;margin-top:4px}.transaction-amount{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;color:#d4af37}.payment-transaction-footer{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.transaction-status{padding:6px 12px;border-radius:999px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600}.transaction-status.success{background-color:#05966933;color:#10b981;border:1px solid rgba(5,150,105,.3)}.transaction-status.warning{background-color:#eab30833;color:#fbbf24;border:1px solid rgba(234,179,8,.3)}.transaction-status.info{background-color:#2563eb33;color:#60a5fa;border:1px solid rgba(37,99,235,.3)}.payment-status-detail{font-weight:500;opacity:.9;margin-left:4px}.transaction-reference{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;color:#999}.transaction-action{margin-left:auto;background-color:transparent;border:1px solid rgba(212,175,55,.3);border-radius:999px;padding:6px 16px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;color:#d4af37;cursor:pointer;transition:background-color .2s ease,transform .2s ease,box-shadow .2s ease}.transaction-action:hover{background-color:#d4af371a;transform:translateY(-1px);box-shadow:0 6px 12px #d4af3733}.payment-empty-state{border:1px dashed rgba(212,175,55,.3);background-color:#2d2d2d99;border-radius:18px;padding:28px 24px;text-align:center;font-family:Inter,system-ui,-apple-system,sans-serif;color:#ccc}.payment-empty-title{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#d4af37;margin-bottom:6px}.payment-empty-text{font-size:13px;color:#999}.payment-help-card{margin:0 24px 24px;padding:22px 24px;border-radius:20px;background-color:#2d2d2d;border:1px solid rgba(212,175,55,.2);display:flex;align-items:center;justify-content:space-between;gap:16px}.payment-help-title{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;color:#d4af37}.payment-help-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;color:#ccc;margin-top:6px}.payment-help-actions{display:flex;gap:12px;flex-shrink:0}.payment-help-button{border-radius:999px;padding:10px 20px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.payment-help-button.primary{background:linear-gradient(135deg,#d4af37,#b8941f);color:#1a1a1a}.payment-help-button.primary:hover{background:linear-gradient(135deg,#b8941f,#d4af37);transform:translateY(-1px);box-shadow:0 8px 16px #d4af374d}.payment-help-button.secondary{background-color:#2d2d2d;color:#d4af37;border:1px solid rgba(212,175,55,.3)}.payment-help-button.secondary:hover{background-color:#d4af371a;transform:translateY(-1px);box-shadow:0 8px 16px #d4af3733}.payment-history-content::-webkit-scrollbar{display:none;width:0;height:0}.payment-history-content{-ms-overflow-style:none;scrollbar-width:none;scrollbar-color:transparent transparent}.payment-history-content::-webkit-scrollbar:horizontal{display:none;height:0}@media(max-width:768px){.payment-history-container,.payment-history-content{background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);height:100vh;height:100dvh}.payment-history-header{background:linear-gradient(180deg,#1a1a1a,#2d2d2d)}.payment-filter-bar{background:linear-gradient(180deg,#1a1a1a,#2d2d2d);margin-top:10px;overflow-x:auto;padding:0 18px 16px;-webkit-overflow-scrolling:touch;width:100%;box-sizing:border-box;min-width:0}.payment-history-header{padding:16px 18px 12px;gap:16px}.payment-history-title{font-size:18px;margin-left:50px;flex:1;min-width:0}.back-button{width:auto;height:auto;min-width:24px;min-height:24px;margin-bottom:0;flex-shrink:0;align-self:center}.payment-filter-bar::-webkit-scrollbar{display:none}.filter-button{white-space:nowrap;flex-shrink:0}.payment-summary-row{flex-direction:column}.payment-help-card{flex-direction:column;align-items:flex-start;background-color:#2d2d2d;border:1px solid rgba(212,175,55,.2)}.payment-help-actions{width:100%;flex-direction:column}.payment-help-button{width:100%;text-align:center}}.cart-page-container{min-height:100vh;background:#f5f5f5;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}html.services-theme-dark .cart-page-container,body.services-theme-dark .cart-page-container{background:#020617}html.services-theme-dark .cart-header,body.services-theme-dark .cart-header{background:#020617;border-bottom-color:#111827}html.services-theme-dark .cart-back,body.services-theme-dark .cart-back,html.services-theme-dark .cart-title,body.services-theme-dark .cart-title{color:#e5e7eb}html.services-theme-dark .cart-content,body.services-theme-dark .cart-content{background:#020617}html.services-theme-dark .cart-empty-text,body.services-theme-dark .cart-empty-text{color:#e5e7eb}html.services-theme-dark .cart-empty-sub,body.services-theme-dark .cart-empty-sub{color:#9ca3af}html.services-theme-dark .cart-empty-icon,body.services-theme-dark .cart-empty-icon{color:#4b5563}html.services-theme-dark .cart-item,body.services-theme-dark .cart-item{background:#02081a;border-color:#111827;box-shadow:0 10px 30px #0f172ae6}html.services-theme-dark .cart-item-image-wrap,body.services-theme-dark .cart-item-image-wrap{background:#020617}html.services-theme-dark .cart-item-title,body.services-theme-dark .cart-item-title{color:#f9fafb}html.services-theme-dark .cart-item-sub,body.services-theme-dark .cart-item-sub,html.services-theme-dark .cart-item-meta,body.services-theme-dark .cart-item-meta{color:#9ca3af}html.services-theme-dark .cart-item-wishlist-icon,body.services-theme-dark .cart-item-wishlist-icon{color:#9ca3af;border-color:#111827;background:transparent}html.services-theme-dark .cart-item-wishlist-icon:hover,body.services-theme-dark .cart-item-wishlist-icon:hover{background:#020617}html.services-theme-dark .cart-item-wishlist-icon.active,body.services-theme-dark .cart-item-wishlist-icon.active{color:#f973a0;border-color:#4b5563;background:#020617}html.services-theme-dark .cart-item-remove,body.services-theme-dark .cart-item-remove{color:#fca5a5;border-color:#b91c1c}html.services-theme-dark .cart-item-book,body.services-theme-dark .cart-item-book{background:#6366f1}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));border-bottom:1px solid #eee;background:#fff}.cart-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:-8px 0 -8px -8px;padding:8px;border:none;background:none;cursor:pointer;color:#1a1a1a}.cart-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0}.cart-header-spacer{width:40px}.cart-content{flex:1;padding:12px 16px 100px}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;text-align:center;padding:24px}.cart-empty-icon{color:#ccc;margin-bottom:16px}.cart-empty-text{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.cart-empty-sub{font-size:14px;color:#666;margin:0 0 20px}.cart-empty-btn{padding:12px 24px;background:#2a2832;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer}.cart-list{list-style:none;margin:0;padding:0}.cart-item{display:flex;gap:10px;padding:10px 12px;background:#fff;border-radius:10px;margin-bottom:8px;box-shadow:0 1px 2px #0000000d;border:1px solid rgba(0,0,0,.05)}.cart-item-image-wrap{flex-shrink:0;width:56px;height:56px;border-radius:8px;overflow:hidden;background:#f5f5f5}.cart-item-image{width:100%;height:100%;object-fit:cover}.cart-item-image-round{border-radius:50%}.cart-item-body{flex:1;min-width:0}.cart-item-title{font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 2px;line-height:1.3}.cart-item-sub{font-size:12px;color:#555;margin:0 0 1px}.cart-item-meta{font-size:12px;color:#666;margin:0 0 6px}.cart-item-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.cart-item-wishlist-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:transparent;color:#666;border:1px solid #eee;border-radius:6px;cursor:pointer;transition:all .2s}.cart-item-wishlist-icon:hover{background:#fdf2f2}.cart-item-wishlist-icon.active{color:#e11d48;border-color:#fee2e2;background:#fff1f2}.cart-item-remove{padding:5px 10px;background:transparent;color:#c00;border:1px solid #c00;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer}.cart-item-book{padding:5px 12px;background:#2a2832;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer}.quick-actions-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:quickActionsFadeIn .25s ease;padding:12px}@keyframes quickActionsFadeIn{0%{opacity:0}to{opacity:1}}.quick-actions-modal{background:#fff;border-radius:14px;max-width:400px;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 8px 32px #0000001f;border:1px solid #f0f0f0;animation:quickActionsSlideUp .3s ease-out}@keyframes quickActionsSlideUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.quick-actions-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px 8px;border-bottom:1px solid #f0f0f0}.quick-actions-title{font-family:system-ui,-apple-system,sans-serif;font-size:17px;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.quick-actions-close{background:none;border:none;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:background .2s,color .2s;border-radius:50%}.quick-actions-close:hover{background:#f5f5f5;color:#1a1a1a}.quick-actions-cards{display:flex;flex-direction:column;gap:8px;padding:12px}.quick-action-card{background:#ede8f5;border-radius:10px;padding:10px 12px;border:1px solid #e5e0ef;transition:background .2s,border-color .2s}.quick-action-card:hover{background:#e6dfed;border-color:#ddd6e8}.quick-action-card-refer{cursor:pointer}.quick-action-label{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3;text-align:center}.quick-action-card:last-child .quick-action-label{margin-bottom:0}.quick-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px 12px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:opacity .2s,transform .15s}.quick-action-btn:hover{opacity:.92}.quick-action-btn:active{transform:scale(.98)}.quick-action-btn-red{background:#dc2626;color:#fff}.quick-action-btn-purple{background:#6b21a8;color:#fff;flex:1}.quick-action-btn-whatsapp{background:#1a1a1a;color:#fff;flex:1}.quick-action-row{display:flex;gap:8px;margin-top:2px}.quick-action-gift{display:flex;justify-content:center;margin-top:2px}.quick-action-gift svg{flex-shrink:0}.bottom-nav-minimal{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;background-color:#fff;border-top:1px solid #f0f0f0;display:flex;justify-content:space-around;align-items:center;padding:8px 6px calc(8px + env(safe-area-inset-bottom));z-index:100;box-shadow:0 -1px 3px #0000000d}.bottom-nav-minimal .nav-item-minimal{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1;max-width:72px;min-width:0;padding:6px 4px;margin:0;border:none;background:none;cursor:pointer;font:inherit;color:#666;transition:color .2s,opacity .2s}.bottom-nav-minimal .nav-item-minimal:hover{opacity:.85}.bottom-nav-minimal .nav-item-minimal.active{color:#6b21a8}.bottom-nav-minimal .nav-item-minimal.active svg{fill:none;stroke:currentColor}.bottom-nav-minimal .nav-item-minimal:not(.active) svg{fill:none;stroke:#9ca3af}.bottom-nav-minimal .nav-item-minimal svg{width:22px;height:22px;flex-shrink:0}.bottom-nav-minimal .nav-item-minimal span{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:500;color:#9ca3af;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center;transition:color .2s}.bottom-nav-minimal .nav-item-minimal.active span{color:#6b21a8}.nav-center-wrap{flex:0 0 auto;display:flex;align-items:center;justify-content:center;padding:0 4px}.nav-center-button{margin:0;padding:0;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s}.nav-center-button:hover{transform:scale(1.05)}.nav-center-button:active{transform:scale(.96)}.nav-center-circle{width:52px;height:52px;border-radius:50%;background:#6b21a8;border:3px solid #d1d5db;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #6b21a859;animation:nav-center-pulse 2.5s ease-in-out infinite}@keyframes nav-center-pulse{0%,to{box-shadow:0 2px 8px #6b21a859;transform:scale(1)}50%{box-shadow:0 2px 16px #6b21a880;transform:scale(1.03)}}.nav-center-lightning{flex-shrink:0}@media(max-width:767px){.bottom-nav-minimal{padding:6px 4px calc(6px + env(safe-area-inset-bottom))}.bottom-nav-minimal .nav-item-minimal{max-width:64px;padding:4px 2px}.bottom-nav-minimal .nav-item-minimal svg{width:20px;height:20px}.bottom-nav-minimal .nav-item-minimal span{font-size:10px}.nav-center-circle{width:48px;height:48px;border-width:2.5px}.nav-center-lightning{width:24px;height:24px}}.services-theme-dark .bottom-nav-minimal{background-color:#1e293b;border-top-color:#334155;box-shadow:0 -1px 3px #0000004d}.services-theme-dark .bottom-nav-minimal .nav-item-minimal{color:#94a3b8}.services-theme-dark .bottom-nav-minimal .nav-item-minimal.active{color:#a78bfa}.services-theme-dark .bottom-nav-minimal .nav-item-minimal:not(.active) svg{stroke:#94a3b8}.services-theme-dark .bottom-nav-minimal .nav-item-minimal span{color:#94a3b8}.services-theme-dark .bottom-nav-minimal .nav-item-minimal.active span{color:#a78bfa}.services-theme-dark .nav-center-circle{border-color:#475569;box-shadow:0 2px 12px #6b21a873}.wishlist-page-container{min-height:100vh;background:#f5f5f5;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}html.services-theme-dark .wishlist-page-container,body.services-theme-dark .wishlist-page-container{background:#020617}html.services-theme-dark .wishlist-header,body.services-theme-dark .wishlist-header{background:#020617;border-bottom-color:#111827}html.services-theme-dark .wishlist-title,body.services-theme-dark .wishlist-title{color:#e5e7eb}html.services-theme-dark .wishlist-content,body.services-theme-dark .wishlist-content{background:#020617}html.services-theme-dark .wishlist-empty-text,body.services-theme-dark .wishlist-empty-text{color:#e5e7eb}html.services-theme-dark .wishlist-empty-sub,body.services-theme-dark .wishlist-empty-sub{color:#94a3b8}html.services-theme-dark .wishlist-empty-btn,body.services-theme-dark .wishlist-empty-btn{background:#1e293b;color:#e2e8f0;border:1px solid #334155}html.services-theme-dark .wishlist-empty-btn:hover,body.services-theme-dark .wishlist-empty-btn:hover{background:#334155}html.services-theme-dark .wishlist-item,body.services-theme-dark .wishlist-item{background:#0b1220;border-color:#1f2937;box-shadow:0 2px 10px #00000059}html.services-theme-dark .wishlist-item:hover,body.services-theme-dark .wishlist-item:hover{border-color:#334155;box-shadow:0 4px 14px #00000073}html.services-theme-dark .wishlist-item-image-wrap,body.services-theme-dark .wishlist-item-image-wrap{background:#111827}html.services-theme-dark .wishlist-item-title,body.services-theme-dark .wishlist-item-title{color:#f8fafc}html.services-theme-dark .wishlist-item-sub,body.services-theme-dark .wishlist-item-sub,html.services-theme-dark .wishlist-item-meta,body.services-theme-dark .wishlist-item-meta,html.services-theme-dark .wishlist-item-rating-count,body.services-theme-dark .wishlist-item-rating-count{color:#94a3b8}html.services-theme-dark .wishlist-item-rating,body.services-theme-dark .wishlist-item-rating,html.services-theme-dark .wishlist-item-price,body.services-theme-dark .wishlist-item-price{color:#e2e8f0}html.services-theme-dark .wishlist-item-actions,body.services-theme-dark .wishlist-item-actions{border-top-color:#1f2937}html.services-theme-dark .wishlist-item-cart,body.services-theme-dark .wishlist-item-cart{background:#e2e8f0;color:#0f172a}html.services-theme-dark .wishlist-item-cart:hover,body.services-theme-dark .wishlist-item-cart:hover{background:#cbd5e1}html.services-theme-dark .wishlist-item-remove,body.services-theme-dark .wishlist-item-remove{color:#fca5a5;border-color:#7f1d1d}html.services-theme-dark .wishlist-item-remove:hover,body.services-theme-dark .wishlist-item-remove:hover{background:#ef44441f;border-color:#b91c1c}.wishlist-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;padding-top:max(12px,env(safe-area-inset-top));border-bottom:1px solid #eee;background:#fff}@media(min-width:768px){.wishlist-header{padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top))}}.wishlist-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:-8px 0 -8px -8px;padding:8px;border:none;background:none;cursor:pointer;color:#1a1a1a}.wishlist-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}@media(min-width:768px){.wishlist-title{font-size:20px}}.wishlist-header-spacer{width:40px}.wishlist-content{flex:1;padding:12px 14px 100px}@media(min-width:768px){.wishlist-content{padding:16px 20px 100px}}.wishlist-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;text-align:center;padding:24px}.wishlist-empty-icon{color:#e11d48;opacity:.6;margin-bottom:16px}.wishlist-empty-text{font-size:18px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.wishlist-empty-sub{font-size:14px;color:#666;margin:0 0 20px}.wishlist-empty-btn{padding:12px 24px;background:#2a2832;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer}.wishlist-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}@media(min-width:768px){.wishlist-list{gap:14px}}.wishlist-item{display:flex;gap:12px;padding:10px 12px;background:#fff;border-radius:12px;margin-bottom:0;box-shadow:0 1px 4px #0000000d;border:1px solid rgba(0,0,0,.04);cursor:pointer;transition:box-shadow .2s ease,transform .15s ease,border-color .15s ease}@media(min-width:768px){.wishlist-item{gap:16px;padding:16px;border-radius:14px;box-shadow:0 2px 8px #0000000f}}.wishlist-item:hover{box-shadow:0 2px 10px #00000012;border-color:#0000000f}@media(min-width:768px){.wishlist-item:hover{box-shadow:0 4px 14px #00000014}}.wishlist-item:active{transform:scale(.99)}.wishlist-item-image-wrap{flex-shrink:0;width:52px;height:52px;border-radius:10px;overflow:hidden;background:#f5f5f5}@media(min-width:768px){.wishlist-item-image-wrap{width:80px;height:80px;border-radius:12px}}.wishlist-item-image-wrap-circle{border-radius:50%;background:transparent;border:none}.wishlist-item-image{width:100%;height:100%;object-fit:cover}.wishlist-item-image-round{border-radius:50%}.wishlist-item-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}@media(min-width:768px){.wishlist-item-body{gap:6px}}.wishlist-item-title{font-size:15px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3;letter-spacing:-.01em}@media(min-width:768px){.wishlist-item-title{font-size:17px;line-height:1.35}}.wishlist-item-sub{font-size:12px;color:#64748b;margin:0;line-height:1.35}@media(min-width:768px){.wishlist-item-sub{font-size:13px;line-height:1.4}}.wishlist-item-meta{font-size:12px;color:#64748b;margin:0;line-height:1.35}@media(min-width:768px){.wishlist-item-meta{font-size:13px;line-height:1.4}}.wishlist-item-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:0}@media(min-width:768px){.wishlist-item-meta-row{gap:10px;margin:2px 0 0}}.wishlist-item-rating{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#1a1a1a;font-weight:500}@media(min-width:768px){.wishlist-item-rating{gap:6px;font-size:13px}}.wishlist-item-star{color:#e5e7eb;flex-shrink:0;width:12px;height:12px}@media(min-width:768px){.wishlist-item-star{width:14px;height:14px}}.wishlist-item-star-filled{color:#f59e0b}.wishlist-item-rating-value{font-weight:600}.wishlist-item-rating-count{font-size:11px;color:#64748b;font-weight:400}@media(min-width:768px){.wishlist-item-rating-count{font-size:12px}}.wishlist-item-price{font-size:12px;color:#0f172a;font-weight:600}@media(min-width:768px){.wishlist-item-price{font-size:13px}}.wishlist-item-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px;padding-top:8px;border-top:1px solid rgba(0,0,0,.05)}@media(min-width:768px){.wishlist-item-actions{gap:10px;margin-top:12px;padding-top:12px;border-top-color:#0000000f}}.wishlist-item-cart{padding:5px 10px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:background-color .15s ease,opacity .15s ease}@media(min-width:768px){.wishlist-item-cart{padding:8px 16px;border-radius:10px;font-size:13px}}.wishlist-item-cart:hover{background:#333}.wishlist-item-remove{padding:5px 10px;background:transparent;color:#dc2626;border:1px solid #fecaca;border-radius:8px;font-size:12px;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}@media(min-width:768px){.wishlist-item-remove{padding:8px 16px;border-radius:10px;font-size:13px}}.wishlist-item-remove:hover{background:#fef2f2;border-color:#fca5a5}.nursing-care-container{height:100%;width:100%;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);display:flex;justify-content:center;align-items:center}.subcategory-light-container,.subcategory-light-content{background:#f5f5f5!important;background-image:none!important}.nursing-care-content{width:100%;height:100%;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;display:flex;flex-direction:column;position:relative}@media(min-width:768px){.nursing-care-container{padding:20px}.nursing-care-content{max-width:500px;width:100%;margin:0 auto;box-shadow:0 4px 20px #00000080;border-radius:20px;overflow:hidden;height:calc(100vh - 40px);max-height:900px}.nursing-care-header,.nursing-care-image-section{border-radius:20px 20px 0 0}.nursing-care-services-section{border-radius:0 0 20px 20px}.services-question{padding:16px 28px 20px;font-size:20px}.services-grid{padding:0 28px 24px;gap:18px}.service-card-nursing{height:160px}}@media(min-width:1024px){.nursing-care-container{padding:40px}.nursing-care-content{max-width:500px;height:calc(100vh - 80px);max-height:950px}.services-question{padding:20px 32px 24px;font-size:22px}.services-grid{padding:0 32px 28px;gap:20px}.service-card-nursing{height:170px}}.nursing-care-content::-webkit-scrollbar{display:none}.nursing-care-header{position:relative;width:100%}.back-button{position:absolute;background:#000!important;border:none!important;border-radius:50%!important;width:40px!important;height:40px!important;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:opacity .2s ease,transform .2s ease;pointer-events:auto;touch-action:manipulation;box-shadow:0 2px 8px #0000004d;padding:0!important}.nursing-care-image-section{position:relative;width:100%;min-height:280px;background-image:url(/Nursingcare.png);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:0}.nursing-care-image-section:before{content:"";position:absolute;inset:0;background:#0006;z-index:1}.nursing-care-image-section:after{content:none}.nursing-care-title{position:relative;font-family:system-ui,-apple-system,sans-serif;font-size:40px;font-weight:700;color:#fff;text-shadow:2px 2px 8px rgba(0,0,0,.5);margin:auto 0 50px;z-index:3;text-align:center}.nursing-care-services-section{flex:1;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);margin-top:-40px;position:relative;z-index:3;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.nursing-care-services-section::-webkit-scrollbar{display:none}.services-question{padding:12px 16px 16px;font-family:Gilroy,Inter,sans-serif;font-size:18px;font-weight:700;color:#d4af37;margin:0 0 16px;text-align:left;margin-top:40px!important}.services-list{display:flex;flex-direction:column;gap:16px}.services-status{font-family:Inter,sans-serif;font-size:14px;color:#999;padding:16px;border-radius:16px;background-color:#2d2d2d;border:1px solid rgba(212,175,55,.2);text-align:center}.services-status.error-message{color:#ff6b6b;background-color:#2d1a1a;border:1px solid rgba(255,107,107,.3)}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px 24px;width:100%;box-sizing:border-box;margin:0 auto}.service-card-nursing{background-color:#2d2d2d;border:1px solid rgba(212,175,55,.2);border-radius:15px;color:#fff;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:150px!important;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;position:relative;overflow:hidden;box-shadow:0 2px 8px #0000004d;width:100%;max-width:100%;box-sizing:border-box}.service-card-nursing:hover{transform:translateY(-2px);box-shadow:0 4px 12px #d4af374d;border-color:#d4af3766}.service-card-nursing:hover .service-image-nursing{transform:scale(1.05);transition:transform .3s ease}.service-image-nursing{width:100%;height:calc(100% - 40px);object-fit:cover;border-radius:15px 15px 0 0;display:block;position:relative;flex:1;z-index:1}.service-title-nursing{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:700;color:#d4af37;text-transform:uppercase;text-align:center;line-height:1.3;position:relative;z-index:2;padding:8px 12px;margin:0;align-self:stretch;width:100%;background-color:#2d2d2d;flex-shrink:0}.service-category-chip{font-family:Inter,sans-serif;font-size:12px;font-weight:600;color:#1a1a1a;background-color:#d4af3733;padding:6px 12px;border-radius:999px;align-self:flex-start;margin:0}.service-name{font-family:Gilroy,sans-serif;font-size:20px;font-weight:700;color:#d4af37;margin:0}.service-pricing{display:flex;align-items:baseline;gap:8px;font-family:Inter,sans-serif}.price-discounted{font-size:20px;font-weight:700;color:#d4af37}.price-original{font-size:14px;color:#999;text-decoration:line-through}.service-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;font-family:Inter,sans-serif;font-size:14px;color:#1f3b44}.service-features li{position:relative;padding-left:20px}.service-features li:before{content:"•";position:absolute;left:0;color:#000}.service-description{font-family:Inter,sans-serif;font-size:14px;color:#ccc;margin:0;line-height:1.5}.book-now-button{background:linear-gradient(135deg,#d4af37,#b8941f);border:none;border-radius:999px;padding:12px 20px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;color:#1a1a1a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;align-self:flex-start}.book-now-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px #d4af3766}.service-details-header{position:relative;background-color:transparent;z-index:10}.service-details-header .back-button{position:absolute;background:#000!important;border:none!important;border-radius:50%!important;width:40px!important;height:40px!important;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:opacity .2s ease,transform .2s ease;pointer-events:auto;touch-action:manipulation;padding:0!important;box-shadow:0 2px 8px #0000004d}.service-details-header .back-button:hover{opacity:.7}.service-details-content{flex:1;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px)}.service-details-content::-webkit-scrollbar{display:none}.service-details-image-section{width:100%;height:300px;overflow:hidden;position:relative}.service-details-image{width:100%;height:100%;object-fit:cover;display:block}.service-details-info{padding:24px;display:flex;flex-direction:column;gap:20px}.service-details-title{font-family:system-ui,-apple-system,sans-serif;font-size:28px;font-weight:700;color:#d4af37;margin:0;line-height:1.3}.service-details-pricing{display:flex;align-items:baseline;gap:12px;font-family:system-ui,-apple-system,sans-serif}.service-details-price-discounted{font-size:24px;font-weight:700;color:#d4af37}.service-details-price-original{font-size:18px;color:#999;text-decoration:line-through}.service-details-features{display:flex;flex-direction:column;gap:12px}.service-details-section-title{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;color:#d4af37;margin:0}.service-details-features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#ccc}.service-details-features-list li{position:relative;padding-left:24px;line-height:1.5}.service-details-features-list li:before{content:"•";position:absolute;left:0;color:#d4af37;font-size:20px;line-height:1}.service-details-description{display:flex;flex-direction:column;gap:12px}.service-details-description-text{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#ccc;margin:0;line-height:1.6}.service-details-book-button{background:linear-gradient(135deg,#d4af37,#b8941f);border:none;border-radius:999px;padding:16px 32px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#1a1a1a;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;align-self:stretch;margin-top:8px}.service-details-book-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #d4af3766}.subcategory-light-page{min-height:100vh;background:#f5f5f5;display:flex;flex-direction:column;position:relative}.subcategory-light-header{background:#fff;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.05);display:flex;flex-direction:column;gap:12px}.subcategory-light-back-button{background:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;gap:8px;transition:opacity .2s ease}.subcategory-light-back-button:hover{opacity:.7}.subcategory-light-back-button svg{flex-shrink:0}.subcategory-light-title,.subcategory-light-category-name{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;color:#000;margin:0}.subcategory-light-list-container{flex:1;padding:20px 20px 100px;background:#f5f5f5;overflow-y:auto}.subcategory-light-card{background:#fff;border:none;border-radius:12px;box-shadow:0 2px 8px #00000014;padding:16px;margin-bottom:16px;display:flex;align-items:center;gap:16px;cursor:pointer;transition:all .2s ease;width:100%;box-sizing:border-box}.subcategory-light-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.subcategory-light-card:active{transform:translateY(0);box-shadow:0 2px 6px #0000001a}.subcategory-light-card-icon{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.subcategory-light-card-icon svg{width:60px;height:60px}.subcategory-light-card-content{flex:1;display:flex;flex-direction:column;gap:4px;text-align:left;min-width:0}.subcategory-light-card-title{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;color:#000;margin:0;line-height:1.3}.subcategory-light-card-description{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#666;margin:0;line-height:1.4}.subcategory-light-card-price{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#d4af37;margin:4px 0 0;line-height:1.3}.subcategory-light-card-arrow{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.subcategory-light-card-arrow svg{width:24px;height:24px}.subcategory-bottom-navigation{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-around;align-items:center;padding:12px 0 8px;z-index:100;box-shadow:0 -2px 8px #0000000d}.subcategory-nav-item{background:transparent;border:none;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;padding:4px 12px;transition:opacity .2s ease}.subcategory-nav-item:hover{opacity:.7}.subcategory-nav-item svg{width:24px;height:24px}.subcategory-nav-item.active svg{stroke:#000;fill:#000}.subcategory-nav-item:not(.active) svg{stroke:#000;fill:none}.subcategory-nav-item span{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;color:#000}@media(max-width:480px){.subcategory-light-header{padding:14px 16px}.subcategory-light-list-container{padding:16px 16px 100px}.subcategory-light-card{padding:14px;margin-bottom:12px}.subcategory-light-card-icon{width:50px;height:50px}.subcategory-light-card-icon svg{width:50px;height:50px}.subcategory-light-card-title{font-size:16px}.subcategory-light-card-description{font-size:13px}.subcategory-light-card-price{font-size:15px}}@media(min-width:768px){.subcategory-light-page{max-width:500px;width:100%;margin:0 auto;box-shadow:0 4px 20px #0000001a;border-radius:20px;overflow:hidden;min-height:calc(100vh - 40px);max-height:900px}.subcategory-bottom-navigation{border-radius:0 0 20px 20px}}@media(min-width:1024px){.subcategory-light-page{max-height:950px}}.nursing-care-selected-subcategory{padding:16px 20px 8px;background-color:#1a1a1a}.nursing-care-selected-subcategory-back{display:inline-flex;align-items:center;gap:8px;background:transparent;border:1px solid rgba(212,175,55,.3);border-radius:8px;padding:8px 12px;font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;color:#d4af37;cursor:pointer;transition:all .2s ease}.nursing-care-selected-subcategory-back:hover{background-color:#d4af371a;border-color:#d4af3780}.nursing-care-selected-subcategory-back svg{width:16px;height:16px;color:#d4af37}.booking-container{height:100%;width:100%;background-color:#fff;display:flex;justify-content:center;align-items:center}.booking-content{width:100%;height:100%;background-color:#fff;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;display:flex;flex-direction:column;position:relative}.booking-content::-webkit-scrollbar{display:none}.booking-header{display:flex;align-items:center;gap:12px;padding:20px 24px 20px 20px;border-bottom:1px solid #e0e0e0;position:sticky;top:0;background-color:#fff;z-index:10}.back-button{background:none;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease;flex-shrink:0}.booking-form-section{padding:24px;flex:1;display:flex;flex-direction:column}.form-heading{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0 0 24px;line-height:1.3}.form-fields{display:flex;flex-direction:column;gap:20px;margin-bottom:32px}.input-field{display:flex;flex-direction:column;gap:8px}.input-label{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#000;line-height:1.2}.text-input,.select-input{width:100%;padding:12px 16px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#000;background-color:#fff;border:1px solid #cccccc;border-radius:8px;outline:none;transition:border-color .2s ease;box-sizing:border-box}.text-input:focus,.select-input:focus{border-color:#000}.text-input.error,.select-input.error{border-color:#0ea5e9}.textarea-input{resize:vertical;min-height:100px}.select-input{appearance:none;background-image:none;padding-right:40px;position:relative;cursor:pointer}.dropdown-arrow{position:absolute;right:16px;top:42px;pointer-events:none}.datetime-picker-input{width:100%;padding:12px 40px 12px 16px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#000;background-color:#fff;border:1px solid #cccccc;border-radius:8px;cursor:pointer;transition:border-color .2s ease;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;position:relative}.datetime-picker-input:hover{border-color:#000}.datetime-picker-input.error{border-color:#0ea5e9}.datetime-display{flex:1;color:#000}.datetime-display:empty:before{content:"Select Date & Time";color:#999}.datetime-icon{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none}.date-picker-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.date-picker-modal{background-color:#fff;border-radius:16px;width:100%;max-width:400px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;overflow:hidden}.date-picker-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e0e0e0}.date-picker-header h3{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0}.close-picker-btn{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease}.close-picker-btn:hover{opacity:.7}.date-picker-content{padding:24px;overflow-y:auto;flex:1}.calendar-section{margin-bottom:24px}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.month-nav-btn{background:none;border:none;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s ease}.month-nav-btn:hover{background-color:#f0f0f0}.month-year-selectors{display:flex;gap:8px;align-items:center}.selector-wrapper{position:relative}.month-year-btn{background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:8px;padding:8px 12px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#000;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .2s ease}.month-year-btn:hover{background-color:#e8f4f8;border-color:#000}.month-picker-dropdown,.year-picker-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:100;max-height:200px;overflow-y:auto;min-width:120px}.month-option,.year-option{display:block;width:100%;padding:10px 16px;text-align:left;background:none;border:none;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#000;cursor:pointer;transition:background-color .2s ease}.month-option:hover,.year-option:hover{background-color:#f5f5f5}.month-option.selected,.year-option.selected{background-color:#e8f4f8;color:#000;font-weight:600}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:12px}.weekday-label{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;color:#666;text-align:center;padding:8px 4px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-day{aspect-ratio:1;border:none;background:none;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#000;cursor:pointer;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.calendar-day.empty{cursor:default;pointer-events:none}.calendar-day.past{color:#ccc;cursor:not-allowed;pointer-events:none}.calendar-day.today{background-color:#f0f0f0;font-weight:600}.calendar-day:not(.empty):not(.past):hover{background-color:#e8f4f8}.calendar-day.selected{background-color:#000;color:#fff;font-weight:600}.calendar-day.selected:hover{background-color:#1a4d63}.time-section{border-top:1px solid #e0e0e0;padding-top:20px}.time-section-title{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#000;margin:0 0 16px}.clock-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px}.clock-mode-toggle{display:flex;gap:8px;background-color:#f5f5f5;padding:4px;border-radius:8px}.clock-mode-btn{padding:8px 16px;border:none;background:none;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#666;cursor:pointer;border-radius:6px;transition:all .2s ease}.clock-mode-btn.active{background-color:#000;color:#fff}.clock-container{position:relative;display:flex;flex-direction:column;align-items:center;gap:20px}.clock-face{width:200px;height:200px;border-radius:50%;border:2px solid #e0e0e0;background-color:#fff;position:relative;cursor:pointer;box-shadow:0 2px 8px #0000001a}.clock-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background-color:#000;z-index:10}.clock-number{position:absolute;width:30px;height:30px;display:flex;align-items:center;justify-content:center;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#666;border-radius:50%;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.clock-number:hover{background-color:#f0f0f0;color:#000}.clock-number.selected{background-color:#000;color:#fff;font-weight:700}.minute-number{font-size:12px}.clock-hand{position:absolute;top:50%;left:50%;transform-origin:bottom center;background-color:#000;border-radius:2px;z-index:5}.hour-hand{width:4px;height:60px;margin-left:-2px;margin-top:-60px}.minute-hand{width:3px;height:75px;margin-left:-1.5px;margin-top:-75px}.selected-time-display{font-family:system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#000;padding:12px 24px;background-color:#f5f5f5;border-radius:8px;min-width:100px;text-align:center}.ampm-toggle{display:flex;gap:8px;background-color:#f5f5f5;padding:4px;border-radius:8px;margin-top:12px}.ampm-btn{padding:8px 24px;border:none;background:none;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#666;cursor:pointer;border-radius:6px;transition:all .2s ease;flex:1}.ampm-btn:hover{background-color:#e0e0e0}.ampm-btn.active{background-color:#000;color:#fff}.date-picker-footer{display:flex;gap:12px;padding:16px 24px;border-top:1px solid #e0e0e0}.cancel-btn,.confirm-btn{flex:1;padding:12px 24px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease}.cancel-btn{background-color:#f0f0f0;color:#000}.cancel-btn:hover{background-color:#e0e0e0}.confirm-btn{background-color:#000;color:#fff}.confirm-btn:hover:not(:disabled){background-color:#1a4d63}.confirm-btn:disabled{background-color:#ccc;cursor:not-allowed;color:#999}.error-message{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#0ea5e9;margin:0;line-height:1.2}.payment-mode-section{margin-bottom:32px}.payment-heading{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;color:#000;margin:0 0 16px;line-height:1.3}.payment-options{display:flex;flex-direction:column;gap:12px}.payment-option{display:flex;align-items:flex-start;gap:12px;cursor:pointer}.payment-option input[type=radio]{display:none}.radio-custom{width:20px;height:20px;border:2px solid #cccccc;border-radius:50%;flex-shrink:0;position:relative;margin-top:2px;transition:border-color .2s ease}.payment-option input[type=radio]:checked+.radio-custom{border-color:#000}.payment-option input[type=radio]:checked+.radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background-color:#000;border-radius:50%}.payment-text{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#000;line-height:1.4;flex:1}.button-section{margin-top:auto;padding-top:24px}.next-button{width:100%;height:52px;border:none;border-radius:12px;background:linear-gradient(135deg,#008dda,#32d2ff);color:#fff;font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.next-button:hover{transform:translateY(-1px);box-shadow:0 6px 14px #008dda4d}.next-button:active{transform:translateY(0);box-shadow:none}.location-status-card,.providers-panel,.booking-status-panel{border:1px solid #e5e7eb;border-radius:16px;padding:18px;background-color:#fdfdfd;box-shadow:0 8px 24px #0f172a0f;margin-bottom:24px}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.card-title{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#0f172a;margin:0}.card-subtitle{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;color:#475467;margin:4px 0 0}.card-note{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;color:#475467;margin:12px 0 0;line-height:1.4}.link-button{background:none;border:none;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;color:#0d63ce;cursor:pointer;padding:6px 8px;border-radius:8px;transition:background-color .2s ease,color .2s ease}.link-button:hover{background-color:#0d63ce14}.link-button:disabled{opacity:.6;cursor:not-allowed}.status-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;text-transform:capitalize;gap:4px}.status-pill.muted{background-color:#f1f5f9;color:#475467}.location-coordinates{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:14px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;color:#0f172a}.location-error{margin-top:12px}.location-error .card-note{color:#b42318}.providers-panel .provider-list{list-style:none;padding:0;margin:16px 0 0;display:flex;flex-direction:column;gap:12px}.provider-list-item{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:12px 0;border-top:1px dashed #e5e7eb}.provider-list-item:first-of-type{border-top:none;padding-top:0}.provider-identification{flex:1}.provider-name{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;margin:0 0 4px;color:#0f172a}.provider-meta{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;color:#475467;margin:0}.booking-status-panel .status-grid{margin-top:16px;border-top:1px solid #edf2f7}.status-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #edf2f7;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;color:#0f172a}.status-row:last-of-type{border-bottom:none}.status-label{color:#6b7280}.status-value{font-weight:600}.status-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px}.outline-btn,.solid-btn{flex:1;min-width:140px;height:46px;border-radius:12px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.outline-btn{background-color:transparent;border-color:#d0d5dd;color:#0f172a}.solid-btn{background:linear-gradient(135deg,#0d63ce,#38b6ff);color:#fff;border:none;box-shadow:0 10px 24px #0d63ce33}.solid-btn:hover{transform:translateY(-1px);box-shadow:0 14px 32px #0d63ce4d}.outline-btn:disabled,.solid-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.form-status{margin-top:12px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px}.error-text{color:#b42318}@media(max-width:768px){.status-actions{flex-direction:column}.outline-btn,.solid-btn{width:100%}}.next-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}@media(min-width:768px){.booking-container{padding:20px}.booking-content{max-width:500px;width:100%;margin:0 auto;box-shadow:0 4px 20px #0000001a;border-radius:20px;overflow-y:auto;overflow-x:hidden;height:calc(100vh - 40px);max-height:900px}.booking-header{border-radius:20px 20px 0 0;padding:24px 28px 24px 24px}.booking-title{font-size:26px}.booking-form-section{padding:28px}.form-heading{font-size:22px}}@media(min-width:1024px){.booking-container{padding:40px}.booking-content{max-width:500px;height:calc(100vh - 80px);max-height:950px}.booking-header{padding:28px 32px 28px 28px}.booking-title{font-size:28px}.booking-form-section{padding:32px}.form-heading{font-size:24px}}.finding-provider-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1200;padding:24px}.finding-provider-modal{background:#fff;border-radius:20px;padding:32px 28px;max-width:420px;width:100%;text-align:center;box-shadow:0 24px 60px #0f172a40;font-family:Inter,system-ui,-apple-system,sans-serif}.finding-provider-spinner{width:56px;height:56px;border-radius:50%;border:5px solid #e0f2fe;border-top-color:#0d63ce;margin:0 auto 20px;animation:booking-spin 1s linear infinite}.finding-provider-title{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;color:#0f172a;margin:0 0 8px}.finding-provider-copy{font-size:14px;color:#475467;margin:0 0 4px;line-height:1.5}.finding-provider-hint{font-size:13px;color:#0d63ce;margin:8px 0 0}@keyframes booking-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.accepted-single-page{min-height:100vh;background:linear-gradient(180deg,#f8fbff,#fff 70%);padding:16px;box-sizing:border-box;display:flex;flex-direction:column;gap:18px}.accepted-header{display:flex;align-items:center;gap:12px}.accepted-map-section{background:#fff;padding:20px;border-radius:24px;box-shadow:0 15px 45px #0f172a17}.accepted-details-section{display:flex;flex-direction:column;gap:18px}.accepted-summary-card,.accepted-payment-card{background:#fff;border-radius:20px;padding:20px;box-shadow:0 18px 40px #0f172a14}.accepted-summary-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.accepted-summary-header h2{margin:6px 0 0;font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:22px;color:#0f172a}.accepted-label{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;letter-spacing:.5px;text-transform:uppercase;color:#94a3b8;margin:0}.accepted-value{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;margin:6px 0 0;color:#0f172a}.accepted-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px}.accepted-info-item{padding:12px 14px;border:1px solid #eef2ff;border-radius:14px;background:#f8fbff}.accepted-payment-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.accepted-amount{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;margin:4px 0 0;color:#0f172a}.payment-status-group{display:flex;flex-direction:column;gap:6px;align-items:flex-start}.pay-now-button{width:100%;height:50px;border:none;border-radius:14px;background:linear-gradient(135deg,#0d63ce,#38b6ff);color:#fff;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 14px 32px #0d63ce4d;transition:transform .2s ease}.pay-now-button:hover{transform:translateY(-1px)}.payment-note{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;color:#1f9254}.accepted-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.outline-btn.secondary{border-color:#d0d5dd;color:#0f172a}.accepted-error{margin:8px 0 0;color:#b42318;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px}@media(max-width:768px){.accepted-single-page,.accepted-map-section{padding:12px}}.booking-confirmed-container{min-height:100vh;width:100%;background-color:#444;display:flex;justify-content:center;align-items:flex-start}.booking-confirmed-content{width:100%;max-width:390px;background-color:#fff;display:flex;border-radius:20px;flex-direction:column;min-height:100vh}.booking-header{display:flex;align-items:center;gap:12px;padding:20px 24px 20px 20px;border-bottom:1px solid #e0e0e0}.back-button{background:none;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease;flex-shrink:0;padding:0}.booking-title{font-family:system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#000;margin:0 0 0 30px;line-height:1.2}.confirmation-card{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 24px 32px;margin:32px 24px 16px;background-color:#f5f5f5;border-radius:16px;box-shadow:0 12px 40px #00000014}.checkmark-icon{margin-bottom:24px;display:flex;align-items:center;justify-content:center}.confirmation-title{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#4caf50;margin:0;line-height:1.2;text-align:center}.confirmation-service{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;color:#475467;margin:8px 0 12px}.confirmation-description{padding:0 24px}.confirmation-description p{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5;color:#4f4f4f;text-align:center;margin:0 0 24px}.confirmation-summary{border:1px solid #e5e7eb;margin:0 24px 16px;border-radius:16px;background-color:#fff;box-shadow:0 10px 25px #0f172a14}.summary-row{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #eef2f7}.summary-row:last-of-type{border-bottom:none}.summary-label{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;color:#6b7280}.summary-value{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:14px;color:#0f172a;font-weight:600}.status-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600}.status-pill.success{background-color:#e6f8ed;color:#1f9254}.status-pill.warning{background-color:#fff4e5;color:#b25e09}.status-pill.error{background-color:#fee4e2;color:#b42318}.confirmation-note{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px;color:#475467;text-align:center;margin:0 24px 24px}.confirmation-actions{margin-top:auto;padding:0 24px 40px;width:100%;display:flex;flex-direction:column;gap:12px}.done-button,.secondary-button{width:100%;height:52px;border-radius:12px;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.done-button{border:none;background:linear-gradient(135deg,#008dda,#32d2ff);color:#fff;box-shadow:0 10px 24px #008dda40}.secondary-button{border:1px solid #d0d5dd;background-color:transparent;color:#0f172a}.done-button:hover{transform:translateY(-1px);box-shadow:0 14px 32px #008dda47}.secondary-button:hover{border-color:#0d63ce;color:#0d63ce}.done-button:active,.secondary-button:active{transform:translateY(0);box-shadow:none}.tracking-container{min-height:100vh;width:100%;background-color:#102238;display:flex;justify-content:center;align-items:flex-start}.tracking-content{width:100%;max-width:420px;min-height:100vh;background-color:#f3f7fb;display:flex;flex-direction:column;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0f172a52}.tracking-header{display:flex;align-items:center;justify-content:flex-start;background:linear-gradient(135deg,#12385f,#0f172a);padding:24px 20px;color:#fff}.tracking-header .back-button{background:#ffffff1f;border:none;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.tracking-header .back-button:hover{background:#fff3}.header-text{display:flex;flex-direction:column;gap:4px;margin-left:16px}.brand-name{font-family:Poppins,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;letter-spacing:.5px;margin-left:30px}.status-subtitle{font-family:system-ui,-apple-system,sans-serif;font-size:13px;opacity:.8;margin-left:30px}.home-button{background:#ffffff1f;border:1px solid rgba(255,255,255,.24);border-radius:14px;color:#fff;padding:10px 18px;font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.home-button:hover{background:#fff3;transform:translateY(-1px)}.home-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.map-card{margin:24px 20px;padding:12px;background:#fff;border-radius:24px;box-shadow:0 14px 40px #0f172a29}.map-wrapper{position:relative;border-radius:18px;overflow:hidden;height:360px}.map-frame{width:100%;height:100%;border:none;filter:saturate(1.15)}.tracking-summary{margin:0 20px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px;background:#fff;border-radius:18px;padding:16px;box-shadow:0 12px 32px #0f172a24}.summary-label{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.6px;color:#94a3b8;margin:0 0 6px}.summary-value{font-family:Gilroy,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#0f172a;margin:0}.tracking-error{margin:0 20px 16px;padding:12px 16px;border-radius:12px;background-color:#fef2f2;color:#b42318;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:13px}.provider-card{margin:28px 20px 32px;padding:20px 22px;background:#fff;border-radius:22px;display:flex;align-items:center;gap:16px;box-shadow:0 14px 36px #0f172a2e}.provider-avatar{width:64px;height:64px;border-radius:22px;background:linear-gradient(135deg,#0f172a,#1f3c73);display:flex;align-items:center;justify-content:center;color:#fff;font-family:Poppins,system-ui,-apple-system,sans-serif;font-size:22px;font-weight:600}.provider-details h2{margin:0;font-family:Poppins,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:#0f172a}.provider-details p{margin:6px 0 8px;font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:#475569}.provider-meta{display:flex;align-items:center;gap:8px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;color:#1f2937}.rating-pill{display:inline-flex;align-items:center;gap:6px;background:#ffb80024;color:#ad6800;padding:6px 12px;border-radius:999px;font-weight:600}.meta-divider{opacity:.6}.provider-actions{margin-left:auto}.action-button{width:132px;height:44px;border-radius:14px;border:none;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease;background:linear-gradient(135deg,#0d63ce,#38b6ff);color:#fff;box-shadow:0 10px 24px #0d63ce47}.action-button:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a2e}.action-button:active{transform:translateY(0);box-shadow:none}.tracking-footer{margin:0 20px 32px;display:flex;flex-direction:column;gap:12px}.outline-btn{width:100%;height:48px;border-radius:14px;border:1px solid rgba(15,23,42,.2);background:#ffffffe6;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#0f172a;cursor:pointer;transition:background .2s ease,border .2s ease}.outline-btn:hover{border-color:#0d63ce;color:#0d63ce}.outline-btn:disabled{opacity:.5;cursor:not-allowed}.tracking-embed{display:flex;flex-direction:column;gap:16px}.map-card.embedded{margin:0;border-radius:20px;box-shadow:0 12px 32px #0f172a1a}.map-card.embedded .map-wrapper{height:260px}.tracking-summary.embedded{margin:0}.provider-card.embedded{margin:0;box-shadow:0 10px 28px #0f172a1f}@media(max-width:480px){.tracking-content,.tracking-header{border-radius:0}.provider-card{flex-direction:column;align-items:flex-start}.provider-actions{width:100%;margin-left:0}.action-button{width:100%}}.razorpay-payment-overlay{position:fixed;inset:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:10000;animation:razorpayFadeIn .15s ease-out}@keyframes razorpayFadeIn{0%{opacity:0}to{opacity:1}}.razorpay-payment-modal{background:#fff;border-radius:6px;padding:12px 16px;max-width:340px;width:calc(100% - 24px);box-shadow:0 2px 12px #00000026}.razorpay-payment-content{text-align:center}.razorpay-loading,.razorpay-processing{padding:16px 8px}.razorpay-loading p,.razorpay-processing p{margin:0;font-size:14px;color:#333;font-weight:500}.razorpay-error{padding:12px 8px}.razorpay-error p{color:#c62828;margin:0 0 10px;font-size:13px;line-height:1.35}.razorpay-close-btn{background:#c62828;color:#fff;border:none;padding:6px 14px;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500}.razorpay-close-btn:hover{background:#b71c1c}.bookings-container{height:100%;width:100%;background-color:#fff;display:flex;justify-content:center;align-items:center}html.services-theme-dark .bookings-container,body.services-theme-dark .bookings-container{background-color:#020617}.bookings-content{width:100%;max-width:500px;height:100vh;background-color:#fff;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;position:relative;padding-bottom:80px;scrollbar-width:none;-ms-overflow-style:none}html.services-theme-dark .bookings-content,body.services-theme-dark .bookings-content{background-color:#020617}.bookings-content::-webkit-scrollbar{display:none}.bookings-header{display:flex;align-items:center;gap:12px;padding:20px 20px 16px;border-bottom:1px solid #e0e0e0;background-color:#fff;position:sticky;top:0;z-index:10}html.services-theme-dark .bookings-title,body.services-theme-dark .bookings-title{color:#e5e7eb}.back-button{background:none;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:opacity .2s}.back-button:hover{opacity:.7}.bookings-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:600;color:#000;margin:0}.bookings-list{display:flex;flex-direction:column;gap:12px;padding:16px 16px 24px}.booking-item{display:flex;align-items:center;gap:12px;padding:16px;background-color:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 6px #0000000a;cursor:pointer;transition:box-shadow .2s,transform .2s,border-color .2s}.booking-item:hover{transform:translateY(-2px);border-color:#2a2832;box-shadow:0 4px 14px #2a28321f}.booking-icon{width:44px;height:44px;border-radius:12px;background-color:#f5f5f5;display:flex;align-items:center;justify-content:center;flex-shrink:0}.booking-info{flex:1;min-width:0}.booking-title{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#000;margin:0 0 4px}.booking-meta{display:flex;flex-wrap:wrap;gap:8px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;color:#666}.booking-status{padding:2px 8px;border-radius:999px;background-color:#f3f4ff;color:#4f46e5;font-size:11px;font-weight:500}.booking-date{color:#666}.booking-arrow{flex-shrink:0;color:#999}.bookings-empty{padding:32px 20px;text-align:center;color:#666;font-family:system-ui,-apple-system,sans-serif;font-size:14px}.bottom-nav-minimal{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;background-color:#fff;border-top:1px solid #f0f0f0;border-radius:0;display:flex;justify-content:space-around;align-items:center;padding:8px 0 calc(8px + env(safe-area-inset-bottom));z-index:100;box-shadow:0 -1px 3px #0000000d}.nav-item-minimal{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;padding:4px 8px;border-radius:0;transition:opacity .2s;color:#666;flex:1;max-width:80px}.nav-item-minimal span{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:400;color:inherit}.nav-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.notification-badge{position:absolute;top:-4px;right:-4px;background-color:#f44;color:#fff;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-family:system-ui,-apple-system,sans-serif;font-size:10px;font-weight:700;border:2px solid #ffffff}@media(max-width:767px){.bookings-content{padding-bottom:72px}.bookings-header{padding:18px 16px 14px}.bookings-title{font-size:18px}.bookings-list{padding:12px 16px 20px}.booking-item{padding:14px}.bottom-nav-minimal{padding:8px 0 calc(8px + env(safe-area-inset-bottom))}}@media(min-width:768px){.bookings-container{background-color:#f5f5f5;padding:20px}.bookings-content{max-width:640px;height:calc(100vh - 40px);border-radius:20px;border:1px solid #e0e0e0;box-shadow:0 4px 18px #0000000f;margin:0 auto}.bottom-nav-minimal{border-radius:0}}@media(min-width:768px){html.services-theme-dark .bookings-container,body.services-theme-dark .bookings-container,html.services-theme-dark .bookings-content,body.services-theme-dark .bookings-content{background-color:#020617!important}}@media(min-width:1024px){.bookings-container{padding:30px}.bookings-content{max-width:800px}}html.services-theme-dark .bookings-header,body.services-theme-dark .bookings-header{background-color:#020617;border-bottom-color:#111827}html.services-theme-dark .bookings-list,body.services-theme-dark .bookings-list{background-color:#020617}html.services-theme-dark .booking-item,body.services-theme-dark .booking-item{background-color:#020617;border-color:#111827;box-shadow:0 4px 18px #0f172ae6}html.services-theme-dark .booking-icon,body.services-theme-dark .booking-icon{background-color:#020617}html.services-theme-dark .booking-title,body.services-theme-dark .booking-title,html.services-theme-dark .booking-text,body.services-theme-dark .booking-text,html.services-theme-dark .booking-meta,body.services-theme-dark .booking-meta{color:#e5e7eb}html.services-theme-dark .bookings-empty,body.services-theme-dark .bookings-empty{color:#9ca3af}.active-bookings-container{height:100vh;width:100%;background-color:#1a1a1a;display:flex;justify-content:center;align-items:flex-start;padding:0;overflow-y:auto}.active-bookings-content{width:100%;max-width:420px;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);display:flex;flex-direction:column;min-height:100vh;position:relative}.active-bookings-header{display:flex;align-items:center;gap:16px;padding:20px 20px 16px;background-color:#1a1a1a;border-bottom:1px solid rgba(212,175,55,.15);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button{background:none;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0;border-radius:8px;margin-bottom:20px}.active-bookings-title{font-family:system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#d4af37;flex:1;margin:0 0 0 50px;line-height:1.2;letter-spacing:-.3px}.sync-all-button{display:flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #007bff4d;flex-shrink:0}.sync-all-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #007bff66}.sync-all-button:active{transform:translateY(0)}.sync-all-button svg{animation:rotate 2s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.booking-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#d4af37,#b8941f);opacity:0;transition:opacity .3s ease}.booking-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0006;border-color:#d4af374d}.booking-status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;background:linear-gradient(135deg,#d4af3733,#d4af371a);color:#d4af37;border:1px solid rgba(212,175,55,.3);white-space:nowrap}.payment-status-badge.pending{background:linear-gradient(135deg,#ef444433,#ef44441a);color:#ef4444;border:1px solid rgba(239,68,68,.3)}.booking-card-actions{display:flex;gap:10px;flex-wrap:wrap}.booking-action-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;flex:1;min-width:140px;position:relative}.booking-action-button.primary{background:linear-gradient(135deg,#d4af37,#b8941f);color:#1a1a1a;box-shadow:0 4px 12px #d4af3766}.booking-action-button.primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #d4af3780}.booking-action-button.secondary{background:#d4af3726;color:#d4af37;border:1px solid rgba(212,175,55,.3)}.booking-action-button.secondary:hover:not(:disabled){background:#d4af3740;transform:translateY(-1px)}.booking-action-button.warning{background:#ffc10733;color:#ffc107;border:1px solid rgba(255,193,7,.4)}.booking-action-button.warning:hover:not(:disabled){background:#ffc1074d;transform:translateY(-1px)}.booking-action-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.booking-action-button svg{flex-shrink:0}.button-spinner{width:14px;height:14px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}.payment-completed-message{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:10px;color:#10b981;font-size:14px;font-weight:600;width:100%}.payment-notice{margin:0 20px 20px;padding:14px 18px;border-radius:12px;font-size:14px;font-weight:500;line-height:1.5;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.payment-notice.success{background:linear-gradient(135deg,#10b98126,#10b9811a);color:#10b981;border:1px solid rgba(16,185,129,.3)}.payment-notice.error{background:linear-gradient(135deg,#ef444426,#ef44441a);color:#ef4444;border:1px solid rgba(239,68,68,.3)}.payment-notice.info{background:linear-gradient(135deg,#ffc10726,#ffc1071a);color:#ffc107;border:1px solid rgba(255,193,7,.3)}@media(max-width:767px){.active-bookings-container{background-color:#1a1a1a!important;height:100vh;height:100dvh}.active-bookings-content{background:linear-gradient(180deg,#1a1a1a,#2d2d2d)!important;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px)!important;min-height:100vh;min-height:100dvh;max-width:100%}.active-bookings-header{padding:16px 16px 14px;background-color:#1a1a1a!important}.active-bookings-title{font-size:20px}.sync-all-button{padding:6px 12px;font-size:12px}.sync-all-button span{display:none}.bookings-list-container,.booking-card{padding:16px;gap:14px}.booking-service-name{font-size:16px}.booking-price-value{font-size:20px}.booking-action-button{min-width:120px;padding:10px 16px;font-size:13px}.booking-card-actions{flex-direction:column}.booking-action-button{width:100%;min-width:unset}}.completed-bookings-container{height:100vh;width:100%;background-color:#1a1a1a;display:flex;justify-content:center;align-items:flex-start;padding:0;overflow-y:auto}.completed-bookings-content{width:100%;max-width:420px;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);display:flex;flex-direction:column;min-height:100vh;position:relative}.completed-bookings-header{display:flex;align-items:center;gap:16px;padding:20px 20px 16px;background-color:#1a1a1a;border-bottom:1px solid rgba(212,175,55,.15);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.completed-bookings-title{font-family:system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#d4af37;flex:1;margin:0 0 0 50px;line-height:1.2;letter-spacing:-.3px}.booking-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#10b981,#059669);opacity:0;transition:opacity .3s ease}.booking-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0006;border-color:#10b9814d}.booking-actions-row{margin-top:12px;display:flex;justify-content:flex-end}.booking-review-btn{padding:8px 14px;border-radius:999px;border:1px solid rgba(226,232,240,.9);background:#0f172ae6;font-size:13px;font-weight:600;color:#f9fafb;cursor:pointer;transition:all .2s ease}.booking-review-btn:hover{background:#facc15;color:#111827;border-color:#facc15}.booking-review-modal-overlay{position:fixed;inset:0;background:#0f172a99;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.booking-review-modal{width:100%;max-width:360px;background:#020617;border-radius:16px;padding:18px 18px 14px;box-shadow:0 18px 40px #000000d9;border:1px solid rgba(248,250,252,.06)}.booking-review-title{margin:0 0 4px;font-size:16px;font-weight:700;color:#f9fafb}.booking-review-subtitle{margin:0 0 12px;font-size:13px;color:#cbd5f5}.booking-review-stars{display:flex;gap:6px;margin-bottom:10px}.booking-review-star{width:28px;height:28px;border-radius:999px;border:none;background:#020617;color:#4b5563;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 1px #33415599}.booking-review-star.active{background:#facc15;color:#111827;box-shadow:0 0 0 1px #facc15}.booking-review-textarea{width:100%;min-height:80px;border-radius:10px;border:1px solid rgba(51,65,85,.9);padding:8px 10px;font-size:13px;resize:vertical;outline:none;background:#020617;color:#e5e7eb}.booking-review-textarea::placeholder{color:#64748b}.booking-review-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 1px #6366f166}.booking-review-error{margin:6px 0 0;font-size:12px;color:#fecaca}.booking-review-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.booking-review-cancel,.booking-review-submit{padding:7px 14px;border-radius:999px;border:1px solid rgba(51,65,85,.9);font-size:13px;font-weight:600;cursor:pointer}.booking-review-cancel{background:transparent;color:#e5e7eb}.booking-review-submit{background:#facc15;color:#111827;border-color:#facc15}.booking-review-submit[disabled]{opacity:.5;cursor:default}@media(max-width:767px){.completed-bookings-container{background-color:#1a1a1a!important;height:100vh;height:100dvh}.completed-bookings-content{background:linear-gradient(180deg,#1a1a1a,#2d2d2d)!important;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px)!important;min-height:100vh;min-height:100dvh;max-width:100%}.completed-bookings-header{padding:16px 16px 14px;background-color:#1a1a1a!important}.completed-bookings-title{font-size:20px}.bookings-list-container,.booking-card{padding:16px;gap:14px}.booking-service-name{font-size:16px}.booking-price-value{font-size:20px}}.cancelled-bookings-container{height:100vh;width:100%;background-color:#1a1a1a;display:flex;justify-content:center;align-items:flex-start;padding:0;overflow-y:auto}.cancelled-bookings-content{width:100%;max-width:420px;background:linear-gradient(180deg,#1a1a1a,#2d2d2d);background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px);display:flex;flex-direction:column;min-height:100vh;position:relative}.cancelled-bookings-header{display:flex;align-items:center;gap:16px;padding:20px 20px 16px;background-color:#1a1a1a;border-bottom:1px solid rgba(212,175,55,.15);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0006;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button{background:none;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0;padding:0;border-radius:8px}.back-button:hover{background-color:#d4af371a;transform:translate(-2px)}.cancelled-bookings-title{font-family:system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#d4af37;flex:1;margin:0 0 0 50px;line-height:1.2;letter-spacing:-.3px}.bookings-list-container{flex:1;padding:20px 20px 100px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.booking-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:20px}.loading-spinner{width:48px;height:48px;border:4px solid rgba(212,175,55,.2);border-top-color:#d4af37;border-radius:50%;animation:spin 1s linear infinite}.booking-loading-state p{color:#d4af37;font-size:16px;font-weight:500;margin:0}.booking-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;gap:16px;text-align:center}.booking-error-state svg{color:#ef4444;opacity:.8}.booking-error-state p{color:#fff;font-size:15px;margin:0;line-height:1.5}.booking-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;gap:20px;text-align:center}.booking-empty-state svg{color:#d4af3766}.booking-empty-state h3{color:#d4af37;font-size:20px;font-weight:600;margin:0}.booking-empty-state p{color:#fff9;font-size:14px;margin:0;line-height:1.5}.booking-card{background:linear-gradient(135deg,#2d2d2d,#252525);border:1px solid rgba(212,175,55,.15);border-radius:16px;padding:20px;display:flex;flex-direction:column;gap:16px;transition:all .3s ease;box-shadow:0 4px 12px #0000004d;position:relative;overflow:hidden}.booking-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#ef4444,#dc2626);opacity:0;transition:opacity .3s ease}.booking-card:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0006;border-color:#ef44444d}.booking-card:hover:before{opacity:1}.booking-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.booking-card-status{display:flex;align-items:center;gap:12px;flex:1}.booking-status-indicator{width:12px;height:12px;border-radius:50%;flex-shrink:0;box-shadow:0 0 8px currentColor}.booking-status-indicator.green{background-color:#10b981;color:#10b981}.booking-status-indicator.yellow{background-color:#d4af37;color:#d4af37}.booking-status-indicator.red{background-color:#ef4444;color:#ef4444}.booking-service-name{font-size:18px;font-weight:700;color:#fff;margin:0;line-height:1.3}.booking-status-badge{padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap}.booking-status-badge.completed{background:linear-gradient(135deg,#10b98133,#10b9811a);color:#10b981;border:1px solid rgba(16,185,129,.3)}.booking-status-badge.cancelled{background:linear-gradient(135deg,#ef444433,#ef44441a);color:#ef4444;border:1px solid rgba(239,68,68,.3)}.booking-card-body{display:flex;flex-direction:column;gap:16px}.booking-info-row{display:flex;flex-direction:column;gap:12px}.booking-info-item{display:flex;flex-direction:column;gap:4px}.booking-info-label{font-size:12px;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.5px}.booking-info-value{font-size:15px;font-weight:500;color:#fff;line-height:1.4}.booking-price-row{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#d4af3714;border-radius:12px;border:1px solid rgba(212,175,55,.15)}.booking-price{display:flex;flex-direction:column;gap:4px}.booking-price-label{font-size:11px;font-weight:500;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.booking-price-value{font-size:22px;font-weight:700;color:#d4af37;line-height:1}.booking-payment-status{display:flex;align-items:center}.payment-status-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:20px;font-size:13px;font-weight:600;white-space:nowrap}.payment-status-badge.paid{background:linear-gradient(135deg,#10b98133,#10b9811a);color:#10b981;border:1px solid rgba(16,185,129,.3)}.payment-status-badge.cancelled{background:linear-gradient(135deg,#ef444433,#ef44441a);color:#ef4444;border:1px solid rgba(239,68,68,.3)}@media(max-width:767px){.cancelled-bookings-container{background-color:#1a1a1a!important;height:100vh;height:100dvh}.cancelled-bookings-content{background:linear-gradient(180deg,#1a1a1a,#2d2d2d)!important;background-image:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(212,175,55,.03) 2px,rgba(212,175,55,.03) 4px)!important;min-height:100vh;min-height:100dvh;max-width:100%}.cancelled-bookings-header{padding:16px 16px 14px;background-color:#1a1a1a!important}.cancelled-bookings-title{font-size:20px}.bookings-list-container,.booking-card{padding:16px;gap:14px}.booking-service-name{font-size:16px}.booking-price-value{font-size:20px}}.quick-bookings-container{min-height:100vh;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding-bottom:80px}.quick-bookings-content{max-width:600px;margin:0 auto;padding:0 16px}.quick-bookings-header{display:flex;align-items:center;gap:16px;padding:20px 0;position:sticky;top:0;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);z-index:10}.quick-bookings-title{font-size:24px;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em}.back-button{background:transparent;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .2s}.back-button:hover{background:#ffffff1a}.quick-bookings-list-container{display:flex;flex-direction:column;gap:16px;padding:8px 0}.quick-booking-loading-state,.quick-booking-error-state,.quick-booking-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#ffffffb3}.quick-booking-loading-state p,.quick-booking-error-state p{margin:16px 0 0;font-size:15px}.quick-booking-empty-state svg{color:#ffffff4d;margin-bottom:16px}.quick-booking-empty-state h3{font-size:18px;font-weight:600;color:#fff;margin:0 0 8px}.quick-booking-empty-state p{font-size:14px;color:#fff9;margin:0}.loading-spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-top-color:#d4af37;border-radius:50%;animation:spin .8s linear infinite}.quick-booking-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;transition:transform .2s,box-shadow .2s}.quick-booking-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.quick-booking-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:12px}.quick-booking-card-status{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.quick-booking-status-indicator{width:8px;height:8px;border-radius:50%;flex-shrink:0}.quick-booking-status-indicator.green{background:#10b981;box-shadow:0 0 8px #10b98180}.quick-booking-status-indicator.yellow{background:#eab308;box-shadow:0 0 8px #eab30880}.quick-booking-status-indicator.red{background:#ef4444;box-shadow:0 0 8px #ef444480}.quick-booking-service-name{font-size:16px;font-weight:600;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quick-booking-status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:capitalize;flex-shrink:0}.quick-booking-status-badge.green{background:#10b98126;color:#10b981}.quick-booking-status-badge.yellow{background:#eab30826;color:#eab308}.quick-booking-status-badge.red{background:#ef444426;color:#ef4444}.quick-booking-card-body{display:flex;flex-direction:column;gap:14px}.quick-booking-info-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quick-booking-info-item{display:flex;flex-direction:column;gap:4px}.quick-booking-info-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.quick-booking-info-value{font-size:14px;font-weight:500;color:#ffffffe6}.quick-booking-description{display:flex;flex-direction:column;gap:6px;padding:12px;background:#ffffff08;border-radius:8px;border:1px solid rgba(255,255,255,.05)}.quick-booking-description-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.quick-booking-description-text{font-size:14px;color:#fffc;line-height:1.5;margin:0}.quick-booking-contact-info{display:flex;flex-wrap:wrap;gap:12px;padding-top:8px;border-top:1px solid rgba(255,255,255,.1)}.quick-booking-contact-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#ffffffb3}.quick-booking-contact-item svg{color:#ffffff80;flex-shrink:0}@media(max-width:480px){.quick-bookings-content{padding:0 12px}.quick-bookings-header{padding:16px 0}.quick-bookings-title{font-size:20px}.quick-booking-card{padding:14px}.quick-booking-service-name{font-size:15px}.quick-booking-info-row{grid-template-columns:1fr;gap:10px}}.new-bookings-container{min-height:100vh;background-color:#fff;display:flex;flex-direction:column;padding-bottom:80px}.new-bookings-content{flex:1;overflow-y:auto;max-width:500px;margin:0 auto;width:100%}.booking-detail-overlay{position:fixed;inset:0;z-index:100;background:#0006;display:flex;align-items:flex-end;justify-content:center;padding:0}.booking-detail-panel{background:#fff;width:100%;max-width:500px;max-height:90vh;border-radius:16px 16px 0 0;display:flex;flex-direction:column;box-shadow:0 -4px 20px #00000026;overflow:hidden}.booking-detail-header{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.booking-detail-back{background:none;border:none;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;border-radius:8px}.booking-detail-back:hover{background:#f1f5f9}.booking-detail-title{font-size:15px;font-weight:700;color:#1a1a1a;margin:0}.booking-detail-body{padding:12px 14px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:10px}.booking-detail-row{display:flex;flex-direction:column;gap:2px}.booking-detail-label{font-size:11px;font-weight:500;color:#64748b}.booking-detail-value{font-size:13px;font-weight:500;color:#1a1a1a}.booking-detail-status[data-status*=pending]{color:#b45309;font-weight:600}.booking-detail-status[data-status*=accept]{color:#059669;font-weight:600}.booking-detail-status[data-status*=cancel]{color:#dc2626;font-weight:600}.booking-detail-status[data-status*=complete]{color:#059669;font-weight:600}.booking-detail-actions{display:flex;gap:8px;padding:10px 14px;border-top:1px solid #e2e8f0;flex-shrink:0}.booking-detail-actions .track-order-new,.booking-detail-actions .get-help-new{flex:1;padding:8px 12px;font-size:12px}.get-help-overlay{position:fixed;inset:0;z-index:101;background:#00000073;display:flex;align-items:flex-end;justify-content:center;padding:0}.get-help-panel{background:#fff;width:100%;max-width:440px;max-height:85vh;border-radius:14px 14px 0 0;display:flex;flex-direction:column;box-shadow:0 -2px 16px #0000001f;overflow:hidden}.get-help-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 10px;border-bottom:1px solid #eee;flex-shrink:0}.get-help-title{font-size:17px;font-weight:600;color:#111;margin:0;letter-spacing:-.02em}.get-help-close{background:none;border:none;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;border-radius:8px;transition:background .15s,color .15s}.get-help-close:hover{background:#f5f5f5;color:#111}.get-help-subtitle{font-size:13px;color:#64748b;margin:0;padding:6px 16px 10px;font-weight:500}.get-help-message{font-size:13px;margin:0;padding:8px 16px;line-height:1.4}.get-help-message-success,.get-help-message-info{color:#0d9488;background:#f0fdfa}.get-help-message-error{color:#b91c1c;background:#fef2f2}.get-help-options{padding:6px 16px 20px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.get-help-option,.get-help-option-link{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:10px;background:#fff;color:#111;font-size:15px;font-weight:500;text-align:left;cursor:pointer;text-decoration:none;width:100%;transition:background .15s,border-color .15s}.get-help-option:hover:not(:disabled),.get-help-option-link:hover{background:#f9fafb;border-color:#d1d5db}.get-help-option:active:not(:disabled),.get-help-option-link:active{background:#f3f4f6}.get-help-option:disabled{cursor:not-allowed;opacity:.8}.get-help-option-chat .get-help-icon-chat{color:#4f46e5}.get-help-option-cancel .get-help-icon-cancel{color:#dc2626}.get-help-option-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:36px;height:36px;border-radius:8px}.get-help-option-chat .get-help-option-icon{background:#eef2ff}.get-help-option-cancel .get-help-option-icon{background:#fef2f2}.get-help-option-text{flex:1}.get-help-option-chevron{flex-shrink:0;color:#9ca3af}.cancel-confirm-overlay{position:fixed;inset:0;z-index:102;background:#00000073;display:flex;align-items:center;justify-content:center;padding:16px}.cancel-confirm-panel{background:#fff;width:100%;max-width:360px;border-radius:14px;padding:20px 20px 16px;box-shadow:0 4px 24px #00000026}.cancel-confirm-title{font-size:18px;font-weight:600;color:#111;margin:0 0 10px;letter-spacing:-.02em}.cancel-confirm-message{font-size:14px;color:#555;line-height:1.45;margin:0 0 20px}.cancel-confirm-actions{display:flex;gap:10px;justify-content:flex-end}.cancel-confirm-btn{padding:10px 18px;font-size:14px;font-weight:500;border-radius:8px;cursor:pointer;transition:background .15s,color .15s;border:none}.cancel-confirm-btn:disabled{cursor:not-allowed;opacity:.7}.cancel-confirm-btn-secondary{background:#f3f4f6;color:#374151}.cancel-confirm-btn-secondary:hover:not(:disabled){background:#e5e7eb}.cancel-confirm-btn-primary{background:#dc2626;color:#fff}.cancel-confirm-btn-primary:hover:not(:disabled){background:#b91c1c}.new-bookings-header{display:flex;align-items:center;justify-content:space-between;padding:6px 14px 4px;background-color:#fff;border-bottom:none;position:sticky;top:0;z-index:10}.new-bookings-title{font-size:15px;font-weight:700;color:#1a1a1a;margin:0;font-family:system-ui,-apple-system,sans-serif;letter-spacing:-.01em}.new-bookings-header-actions{display:flex;align-items:center;gap:10px}.chat-icon-button{width:36px;height:36px;border-radius:999px;border:none;background-color:#111827;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #0f172a59;cursor:pointer}.chat-icon-button svg{width:18px;height:18px}.chat-icon-button:active{transform:translateY(1px);box-shadow:0 3px 10px #0f172a4d}.cart-icon-button{background:none;border:none;padding:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s;color:#1a1a1a}.cart-icon-button svg{width:20px;height:20px}.cart-icon-button:hover{background-color:#f5f5f5}.cart-icon-button:active{background-color:#eee}.bookings-tabs{display:flex;justify-content:center;padding:0 12px;border-bottom:1px solid #f1f5f9;background-color:#fff;gap:16px}.tab-button{padding:8px 0;background:none;border:none;font-size:12px;font-weight:600;color:#94a3b8;cursor:pointer;position:relative;font-family:system-ui,-apple-system,sans-serif;transition:all .2s;text-align:center;white-space:nowrap}.tab-button.active{color:#1a1a1a}.tab-button.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:#000}.status-filters{display:flex;justify-content:center;gap:4px;padding:4px 6px;background-color:#fff;border-bottom:1px solid #f8fafc;flex-wrap:nowrap}.filter-button{padding:4px 10px;border-radius:20px;font-size:10px;font-weight:600;cursor:pointer;transition:all .2s;font-family:system-ui,-apple-system,sans-serif;white-space:nowrap;background-color:#e9eff5;color:#64748b;border:none}.filter-button-current.active{background-color:#064e3b;color:#fff}.filter-button-grey.active{background-color:#1a1a1a;color:#fff}.filter-button-quick-bookings-new{background-color:#166534;color:#fff;border:1px solid #166534;margin-left:auto;padding:8px 14px;font-size:13px}.filter-button-quick-bookings-new:hover{background-color:#15803d;border-color:#15803d;color:#fff}.bookings-list-wrapper{flex:1;padding:10px 12px;overflow-y:auto;width:100%;max-width:100%;box-sizing:border-box}.bookings-loading,.bookings-error,.bookings-empty{text-align:center;padding:24px 16px;color:#666;font-size:13px}.bookings-loading{display:flex;flex-direction:column;align-items:center;gap:10px}.loading-spinner{width:32px;height:32px;border:3px solid #f3f3f3;border-top:3px solid #2A2832;border-radius:50%;animation:spin 1s linear infinite}.bookings-cards{display:flex;flex-direction:column;gap:10px;width:100%;max-width:100%;box-sizing:border-box}.booking-card-quick-request{background-color:#fff;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0;transition:all .2s ease;margin-bottom:8px;position:relative}.booking-card-quick-request:hover{border-color:#1a1a1a}.booking-card-quick-request .booking-card-content-new{padding:10px 12px;display:flex;flex-direction:column;gap:8px}.quick-request-card-header{margin-bottom:4px;padding-right:60px}.quick-request-card-title{font-size:14px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.3;letter-spacing:-.01em}.quick-request-status-pill{position:absolute;top:12px;right:12px;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase}.quick-request-status-pill.pending{background-color:#f1f5f9;color:#475569}.quick-request-status-pill.active{background-color:#000;color:#fff}.quick-request-details-row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:4px}.quick-request-detail-item{display:flex;align-items:center;gap:6px}.quick-request-detail-label{font-size:11px;font-weight:500;color:#718096;text-transform:none;letter-spacing:0}.quick-request-detail-value{font-size:13px;font-weight:600;color:#1a1a1a}.quick-request-description-box{margin-bottom:0}.quick-request-description-text{font-size:13px;color:#4a5568;line-height:1.5;margin:0}.quick-request-contact-section{border-top:1px solid #f1f5f9;padding-top:16px;margin-bottom:20px}.quick-request-contact-grid{display:grid;gap:10px;margin-top:12px}.quick-request-contact-row{display:flex;align-items:center;gap:12px;font-size:14px;color:#4a5568}.quick-request-contact-icon{font-size:14px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:#edf2f7;border-radius:50%;color:#718096}.contact-text{font-weight:500;color:#2d3748}.quick-request-provider-section{border-top:1px solid #f1f5f9;padding-top:8px;margin-top:0}.quick-request-provider-info{margin-top:6px;display:flex;flex-wrap:wrap;gap:12px}.quick-request-provider-row{display:flex;align-items:center;gap:4px;font-size:12px;color:#1a1a1a;font-weight:600}.quick-request-contact-icon{background-color:#f1f5f9;color:#1a1a1a;border-radius:4px}.quick-request-actions{margin-top:auto}.quick-request-admin-message{padding:12px 16px;margin:0 -16px -16px;display:flex;align-items:center;border-top:1px solid #f1f5f9}.quick-request-admin-message.pending{background-color:#f8fafc}.quick-request-admin-text{font-size:13px;color:#718096;margin:0;display:flex;align-items:flex-start;gap:10px;line-height:1.5}.quick-request-admin-text:before{content:"ⓘ";color:#cbd5e0;font-size:16px;line-height:1;margin-top:2px}.quick-request-admin-message.pending .quick-request-admin-text{color:#c05621}.quick-request-admin-message.pending .quick-request-admin-text:before{color:#ed8936}.booking-card-previous-layout{width:100%;max-width:100%;box-sizing:border-box;overflow:hidden;padding:10px 12px;display:flex;flex-direction:column;gap:8px}.previous-card-main{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;width:100%}.previous-card-left{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.previous-service-name{font-size:13px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3;font-family:system-ui,-apple-system,sans-serif;letter-spacing:-.01em;word-wrap:break-word;overflow-wrap:break-word}.previous-card-meta{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:11px;color:#6b7280;font-family:system-ui,-apple-system,sans-serif}.previous-booking-id{font-weight:500;color:#6b7280}.previous-card-separator{color:#d1d5db;font-weight:300}.previous-card-date{color:#6b7280}.previous-card-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.previous-status-badge{display:flex;align-items:center;gap:6px;padding:4px 10px;border-radius:12px;background-color:#f9fafb;border:1px solid #e5e7eb}.previous-status-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.previous-status-label{font-size:11px;font-weight:500;text-transform:capitalize;font-family:system-ui,-apple-system,sans-serif;white-space:nowrap}.previous-status-badge[data-status=completed] .previous-status-dot{background-color:#10b981}.previous-status-badge[data-status=completed] .previous-status-label{color:#10b981}.previous-status-badge[data-status=cancelled] .previous-status-dot{background-color:#ef4444}.previous-status-badge[data-status=cancelled] .previous-status-label{color:#ef4444}.previous-status-badge[data-status=warranty] .previous-status-dot,.previous-status-badge[data-status="in warranty"] .previous-status-dot{background-color:#3b82f6}.previous-status-badge[data-status=warranty] .previous-status-label,.previous-status-badge[data-status="in warranty"] .previous-status-label{color:#3b82f6}.previous-card-arrow{width:32px;height:32px;border-radius:6px;background-color:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#9ca3af;flex-shrink:0}.previous-card-arrow:hover{background-color:#f3f4f6;color:#374151}.previous-card-footer{padding-top:8px;border-top:1px solid #f3f4f6;width:100%}.previous-card-actions{display:flex;gap:10px;flex-wrap:wrap}.previous-book-again-btn,.previous-review-btn{padding:6px 12px;background-color:#fff;color:#374151;border:1px solid #e5e7eb;border-radius:999px;font-size:12px;font-weight:500;font-family:system-ui,-apple-system,sans-serif;cursor:pointer;transition:all .2s ease;text-align:center}.previous-book-again-btn:hover,.previous-review-btn:hover{background-color:#f9fafb;border-color:#d1d5db;color:#1f2937}.previous-book-again-btn:active,.previous-review-btn:active{background-color:#f3f4f6}.previous-review-btn{background-color:#ecfeff;border-color:#bae6fd;color:#0369a1}.previous-review-btn:hover{background-color:#e0f2fe;border-color:#0ea5e9;color:#0f172a}.previous-help-btn{padding:6px 12px;background-color:#eef2ff;color:#4338ca;border:1px solid #c7d2fe;border-radius:999px;font-size:12px;font-weight:600;font-family:system-ui,-apple-system,sans-serif;cursor:pointer;transition:all .2s ease;text-align:center}.previous-help-btn:hover{background-color:#e0e7ff;border-color:#6366f1;color:#0f172a}.dispute-tickets-link-row{display:flex;justify-content:flex-start;margin-top:10px}.dispute-tickets-link{background:none;border:none;padding:0;font-size:12px;font-weight:700;color:#4f46e5;cursor:pointer}.dispute-tickets-link:hover{text-decoration:underline}.dispute-tickets-panel{margin-top:10px;border:1px solid rgba(148,163,184,.45);border-radius:14px;background:#f8fafc;padding:10px}.dispute-tickets-empty{margin:0;font-size:12px;color:#64748b;font-weight:600}.dispute-tickets-list{display:flex;flex-direction:column;gap:8px}.dispute-ticket-item{text-align:left;border:1px solid rgba(148,163,184,.35);background:#fff;border-radius:12px;padding:10px;cursor:pointer}.dispute-ticket-item.active{border-color:#4f46e573;box-shadow:0 0 0 1px #4f46e52e}.dispute-ticket-item-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.dispute-ticket-title{font-size:12px;font-weight:800;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.dispute-ticket-status{font-size:10px;font-weight:800;padding:3px 8px;border-radius:999px;border:1px solid rgba(148,163,184,.5);color:#475569;background:#f1f5f9;text-transform:uppercase;white-space:nowrap}.dispute-ticket-status[data-status*=closed],.dispute-ticket-status[data-status*=resolved]{background:#ecfeff;border-color:#bae6fd;color:#0369a1}.dispute-ticket-status[data-status*=ongoing],.dispute-ticket-status[data-status*=open]{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.dispute-ticket-item-sub{margin-top:4px;font-size:11px;color:#64748b;font-weight:600;display:flex;gap:6px;flex-wrap:wrap}.dispute-ticket-thread{margin-top:10px;border-top:1px solid rgba(148,163,184,.35);padding-top:10px}.dispute-ticket-thread-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.dispute-ticket-thread-title{font-size:12px;font-weight:900;color:#0f172a}.dispute-ticket-thread-back{border:none;background:none;font-size:12px;font-weight:800;color:#64748b;cursor:pointer}.dispute-ticket-thread-back:hover{text-decoration:underline}.dispute-ticket-messages{max-height:180px;overflow:auto;display:flex;flex-direction:column;gap:6px;padding-right:4px}.dispute-ticket-msg{display:flex}.dispute-ticket-msg.user{justify-content:flex-end}.dispute-ticket-msg.admin{justify-content:flex-start}.dispute-ticket-msg-bubble{max-width:85%;font-size:12px;font-weight:600;line-height:1.35;padding:8px 10px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#fff;color:#0f172a}.dispute-ticket-msg.user .dispute-ticket-msg-bubble{background:#eef2ff;border-color:#c7d2fe}.dispute-ticket-compose{margin-top:8px;display:flex;gap:8px}.dispute-ticket-compose-input{flex:1;border-radius:12px;border:1px solid rgba(148,163,184,.6);padding:10px;font-size:12px;font-weight:600;outline:none;background:#fff}.dispute-ticket-compose-send{border:none;border-radius:12px;padding:10px 12px;font-size:12px;font-weight:900;background:#4f46e5;color:#fff;cursor:pointer}.dispute-ticket-compose-send:disabled{opacity:.6;cursor:default}.booking-review-modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:120}.booking-review-modal{width:100%;max-width:440px;background:#fff;border-radius:20px;padding:22px 22px 18px;box-shadow:0 20px 45px #0f172a2e}.booking-review-title{font-size:18px;font-weight:600;color:#0f172a;margin-bottom:4px}.booking-review-subtitle{font-size:13px;color:#6b7280;margin-bottom:16px}.booking-review-stars{display:flex;justify-content:flex-start;gap:8px;margin-bottom:16px}.booking-review-star{width:34px;height:34px;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:#f9fafb;display:flex;align-items:center;justify-content:center;font-size:18px;color:#9ca3af;cursor:pointer;transition:all .15s ease-in-out}.booking-review-star.active{border-color:#f97316;background:#fff7ed;color:#f97316}.booking-review-textarea{width:100%;min-height:90px;border-radius:14px;border:1px solid rgba(148,163,184,.6);padding:10px 12px;font-size:13px;resize:vertical;outline:none;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;background-color:#f9fafb;color:#111827;font-family:system-ui,-apple-system,sans-serif}.booking-review-textarea::placeholder{color:#9ca3af}.booking-review-textarea:focus{border-color:#4f46e5;box-shadow:0 0 0 1px #4f46e540}.booking-review-error{margin-top:6px;font-size:12px;color:#b91c1c}.booking-review-actions{margin-top:14px;display:flex;justify-content:flex-end;gap:10px}.booking-review-cancel{border-radius:999px;border:1px solid rgba(148,163,184,.8);background:#fff;padding:8px 16px;font-size:13px;font-weight:500;color:#374151;cursor:pointer}.booking-review-submit{border-radius:999px;border:none;background:linear-gradient(135deg,#4f46e5,#7c3aed);padding:8px 18px;font-size:13px;font-weight:600;color:#fff;cursor:pointer;box-shadow:0 8px 16px #3730a359}.booking-review-submit[disabled]{opacity:.7;cursor:default;box-shadow:none}.booking-review-images{margin-bottom:12px}.booking-review-images-label{display:block;font-size:13px;font-weight:500;color:#111827;margin-bottom:6px}.booking-review-images-hint{font-weight:400;color:#6b7280}.booking-review-images-picker input[type=file]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.booking-review-images-picker{display:flex;align-items:center;gap:10px}.booking-review-images-choose-btn{border:1px solid rgba(148,163,184,.8);background:linear-gradient(135deg,#fff,#f8fafc);padding:10px 14px;border-radius:12px;font-size:13px;font-weight:600;color:#0f172a;cursor:pointer;box-shadow:0 8px 18px #0f172a14}.booking-review-images-choose-btn:hover{background:linear-gradient(135deg,#fff,#eef2ff);border-color:#6366f18c}.booking-review-images-choose-btn:active{transform:translateY(1px);box-shadow:0 4px 12px #0f172a14}.booking-review-images-grid{margin-top:8px;display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:6px}.booking-review-image-thumb{width:100%;padding-top:100%;position:relative;border-radius:10px;overflow:hidden;border:1px solid rgba(148,163,184,.6);background:#f9fafb;cursor:pointer}.booking-review-image-thumb img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.booking-review-image-remove{position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:999px;border:none;background:#0f172ab8;color:#fff;font-size:16px;line-height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer}.booking-review-image-remove:hover{background:#0f172ae6}.booking-review-image-add-card{width:100%;padding:10px 8px;border-radius:10px;border:1px dashed rgba(148,163,184,.9);background:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;min-height:56px}.booking-review-image-add-icon{width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#eef2ff;color:#4f46e5}.booking-review-image-add-text{font-size:11px;font-weight:600;color:#64748b}.review-image-viewer-overlay{position:fixed;inset:0;z-index:130;background:#020617b8;display:flex;align-items:center;justify-content:center;padding:14px}.review-image-viewer{width:100%;max-width:520px;background:#0b1220;border-radius:16px;overflow:hidden;box-shadow:0 20px 55px #00000073;border:1px solid rgba(255,255,255,.08)}.review-image-viewer-header{display:flex;justify-content:flex-end;padding:10px 10px 0}.review-image-viewer-close{width:34px;height:34px;border-radius:10px;border:none;background:#ffffff14;color:#e5e7eb;font-size:22px;cursor:pointer}.review-image-viewer-close:hover{background:#ffffff24}.review-image-viewer-body{position:relative;padding:10px;display:flex;align-items:center;justify-content:center}.review-image-viewer-img{width:100%;max-height:min(70vh,520px);object-fit:contain;border-radius:12px;background:#ffffff08}.review-image-viewer-nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:44px;border-radius:12px;border:none;background:#ffffff1f;color:#fff;font-size:28px;cursor:pointer;display:flex;align-items:center;justify-content:center}.review-image-viewer-nav:disabled{opacity:.35;cursor:default}.review-image-viewer-nav-prev{left:12px}.review-image-viewer-nav-next{right:12px}.review-image-viewer-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 12px 14px;gap:10px}.review-image-viewer-count{font-size:12px;color:#e5e7ebd9;font-weight:600}.review-image-viewer-delete{border:none;background:#ef444424;color:#fecaca;padding:8px 12px;border-radius:12px;font-size:13px;font-weight:700;cursor:pointer}.review-image-viewer-delete:hover{background:#ef444438}.booking-card-active-pending{background-color:#fff;border-radius:10px;box-shadow:0 1px 3px #0000000f;overflow:hidden;border:1px solid #e8e8e8;cursor:pointer}.booking-card-active-pending-content{display:flex;gap:10px;align-items:flex-start;padding:10px 12px}.booking-active-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#166534,#15803d);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;position:relative}.booking-active-avatar-img{width:100%;height:100%;object-fit:cover;display:block}.booking-active-avatar-initials{display:none;position:absolute;inset:0;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;letter-spacing:.02em}.booking-active-avatar-initials.show{display:flex}.booking-active-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.booking-active-header-row{display:flex;align-items:center;justify-content:space-between;gap:6px}.booking-active-name{font-size:13px;font-weight:700;color:#1a1a1a;letter-spacing:.02em;text-transform:uppercase;line-height:1.2}.booking-active-cancelled-pill{font-size:11px;font-weight:700;padding:4px 8px;border-radius:999px;background:#ef44441a;color:#b91c1c;border:1px solid rgba(239,68,68,.25);white-space:nowrap}.booking-active-arrow{width:28px;height:28px;min-width:28px;border-radius:50%;background-color:#e5e7eb;color:#374151;flex-shrink:0;display:flex;align-items:center;justify-content:center;padding:0;border:none;cursor:pointer}.booking-active-arrow svg{width:14px;height:14px}.booking-active-arrow:hover{background-color:#d1d5db}.booking-active-id{font-size:11px;color:#666;font-weight:400}.booking-active-service{font-size:12px;font-weight:600;color:#1a1a1a;margin-top:1px}.booking-active-schedule{font-size:11px;color:#666;margin-top:1px}.booking-active-actions{display:flex;gap:6px;margin-top:8px}.booking-active-actions .track-order-new,.booking-active-actions .get-help-new{padding:6px 10px;font-size:11px;border-radius:6px}.booking-active-actions .track-order-new{background-color:#eab308;color:#1a1a1a}.booking-active-actions .track-order-new:hover{background-color:#ca8a04}.booking-active-actions .get-help-new{background-color:#374151;color:#fff}.booking-active-actions .get-help-new:hover{background-color:#4b5563}@media(min-width:768px){.booking-active-actions{justify-content:flex-end;gap:10px}.booking-active-actions .action-button-new{flex:0;padding:8px 20px;font-size:13px;min-width:120px}.booking-detail-actions{justify-content:flex-end}.booking-detail-actions .track-order-new,.booking-detail-actions .get-help-new{flex:0;padding:10px 22px;font-size:14px;min-width:130px}.action-button-new.book-again-new{flex:0;padding:8px 20px;font-size:13px;min-width:140px;align-self:flex-start}}.booking-card-new{background-color:#fff;border-radius:10px;border:1px solid #e0e0e0;overflow:hidden;position:relative;transition:all .2s ease;margin-bottom:8px;box-shadow:0 1px 2px #0000000f;width:100%;max-width:100%;box-sizing:border-box}.booking-card-new:hover{box-shadow:0 2px 6px #0000001a;transform:translateY(-1px)}.booking-card-content-new{padding:12px 14px;position:relative;background-color:#fff;display:flex;gap:10px;align-items:flex-start;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.booking-avatar-section{flex-shrink:0}.booking-avatar-large{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#2a2832,#3d3544);display:flex;align-items:center;justify-content:center;position:relative}.booking-info-section{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.booking-header-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;width:100%;min-width:0}.booking-service-name{font-size:18px;font-weight:600;color:#000;line-height:1.3;font-family:system-ui,-apple-system,sans-serif;letter-spacing:-.2px;flex:1;min-width:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.booking-id-row{margin-top:-2px}.booking-id-new{font-family:system-ui,-apple-system,sans-serif;font-weight:400;color:#666;font-size:13px;letter-spacing:.2px}.booking-rating-row{margin-top:2px}.rating-badge-new{display:inline-flex;align-items:center;gap:4px;background-color:#f5f5f5;border:1px solid #e0e0e0;padding:4px 8px;border-radius:6px;font-size:12px;font-weight:500;font-family:system-ui,-apple-system,sans-serif}.rating-badge-new svg{width:12px;height:12px}.rating-value{color:#000;font-weight:600}.rating-count{color:#666;font-weight:400}.booking-service-description{font-size:14px;color:#333;font-family:system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.4;margin-top:2px}.booking-status-schedule{display:flex;align-items:center;gap:12px;margin-top:4px;padding-top:12px;border-top:1px solid #e0e0e0;flex-wrap:wrap;width:100%;min-width:0}.schedule-text{font-size:13px;color:#666;font-family:system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;flex:1;min-width:0}.status-badge{display:flex;align-items:center;gap:6px;flex-shrink:0;min-width:0}.status-dot{width:8px;height:8px;border-radius:50%;background-color:#4caf50;flex-shrink:0}.status-label{font-size:13px;font-weight:500;color:#4caf50;font-family:system-ui,-apple-system,sans-serif;text-transform:capitalize;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.booking-status-schedule .status-badge[data-status=accepted] .status-dot,.booking-status-schedule .status-badge[data-status=active] .status-dot{background-color:#4caf50}.booking-status-schedule .status-badge[data-status=accepted] .status-label,.booking-status-schedule .status-badge[data-status=active] .status-label{color:#4caf50}.booking-status-schedule .status-badge[data-status=pending] .status-dot{background-color:#ff9800}.booking-status-schedule .status-badge[data-status=pending] .status-label{color:#ff9800}.booking-status-schedule .status-badge[data-status=completed] .status-dot{background-color:#2196f3}.booking-status-schedule .status-badge[data-status=completed] .status-label{color:#2196f3}.booking-status-schedule .status-badge[data-status=cancelled] .status-dot{background-color:#f44336}.booking-status-schedule .status-badge[data-status=cancelled] .status-label{color:#f44336}.schedule-text{font-size:13px;color:#666;font-family:system-ui,-apple-system,sans-serif;font-weight:400;line-height:1.4}.booking-actions-new{display:flex;gap:8px;margin-top:8px;width:100%;min-width:0;box-sizing:border-box}.action-button-new{flex:1;padding:6px 12px;border:none;border-radius:6px;font-size:11px;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:system-ui,-apple-system,sans-serif;white-space:nowrap;letter-spacing:.05px;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.action-button-new.track-order-new{background-color:#4caf50;color:#fff}.action-button-new.track-order-new:hover{background-color:#45a049}.action-button-new.track-order-new:active{opacity:.9}.action-button-new.get-help-new{background-color:#2196f3;color:#fff}.action-button-new.get-help-new:hover{background-color:#1976d2}.action-button-new.get-help-new:active{opacity:.9}.action-button-new.chat-button-new{background-color:#2196f3;color:#fff;flex:1}.action-button-new.chat-button-new:hover{background-color:#1976d2}.action-button-new.chat-button-new:active{opacity:.9}.action-button-new.book-again-new{background-color:#ffc107;color:#1a1a1a;flex:1}.action-button-new.book-again-new:hover{background-color:#ffb300}.action-button-new.book-again-new:active{opacity:.9}.card-arrow-button{width:32px;height:32px;border-radius:6px;background-color:transparent;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#666;flex-shrink:0;min-width:32px}.card-arrow-button:hover{background-color:#f5f5f5;color:#000}.card-arrow-button:active{background-color:#eee}.card-arrow-button svg{width:20px;height:20px}.booking-card-new.previous{background-color:#fff;border:1px solid #e0e0e0;cursor:pointer}.booking-card-new.previous .booking-card-content-new{background-color:#fff}@media(max-width:480px){.new-bookings-header{padding:16px 16px 12px}.new-bookings-title{font-size:22px}.bookings-tabs{padding:0 16px}.tab-button{font-size:15px;padding:14px 0}.status-filters{padding:12px 16px}.filter-button{padding:8px 16px;font-size:13px}.bookings-list-wrapper{padding:12px 16px}.booking-card-content-new{padding:14px;gap:12px;background:#fff}.booking-avatar-large{width:48px;height:48px}.booking-avatar-large svg{width:24px;height:24px}.booking-service-name{font-size:16px}.booking-id-new{font-size:12px}.rating-badge-new{font-size:11px;padding:3px 6px}.booking-service-description{font-size:13px}.status-label,.schedule-text{font-size:12px}.action-button-new{padding:9px 14px;font-size:12px}.card-arrow-button{width:28px;height:28px}.card-arrow-button svg{width:18px;height:18px}}html.services-theme-dark .new-bookings-container,body.services-theme-dark .new-bookings-container,html.services-theme-dark .new-bookings-content,body.services-theme-dark .new-bookings-content{background-color:#020617}html.services-theme-dark .new-bookings-header,body.services-theme-dark .new-bookings-header,html.services-theme-dark .bookings-tabs,body.services-theme-dark .bookings-tabs,html.services-theme-dark .status-filters,body.services-theme-dark .status-filters{background-color:#020617;border-bottom-color:#111827}html.services-theme-dark .new-bookings-title,body.services-theme-dark .new-bookings-title,html.services-theme-dark .cart-icon-button,body.services-theme-dark .cart-icon-button{color:#e5e7eb}html.services-theme-dark .cart-icon-button:hover,body.services-theme-dark .cart-icon-button:hover{background-color:#020617}html.services-theme-dark .tab-button,body.services-theme-dark .tab-button{color:#9ca3af}html.services-theme-dark .tab-button.active,body.services-theme-dark .tab-button.active{color:#f9fafb}html.services-theme-dark .tab-button.active:after,body.services-theme-dark .tab-button.active:after{background-color:#6366f1}html.services-theme-dark .filter-button,body.services-theme-dark .filter-button{background-color:#020617;color:#9ca3af}html.services-theme-dark .filter-button-current.active,body.services-theme-dark .filter-button-current.active{background-color:#15803d;color:#f9fafb}html.services-theme-dark .filter-button-grey.active,body.services-theme-dark .filter-button-grey.active{background-color:#4b5563;color:#f9fafb}html.services-theme-dark .bookings-list-wrapper,body.services-theme-dark .bookings-list-wrapper{background-color:#020617}html.services-theme-dark .bookings-loading,body.services-theme-dark .bookings-loading,html.services-theme-dark .bookings-error,body.services-theme-dark .bookings-error,html.services-theme-dark .bookings-empty,body.services-theme-dark .bookings-empty{color:#9ca3af}html.services-theme-dark .booking-card-new,body.services-theme-dark .booking-card-new,html.services-theme-dark .booking-card-quick-request,body.services-theme-dark .booking-card-quick-request,html.services-theme-dark .booking-card-active-pending,body.services-theme-dark .booking-card-active-pending{background-color:#020617;border-color:#111827;box-shadow:0 10px 30px #0f172ae6}html.services-theme-dark .booking-card-new .booking-card-content-new,body.services-theme-dark .booking-card-new .booking-card-content-new,html.services-theme-dark .booking-card-quick-request .booking-card-content-new,body.services-theme-dark .booking-card-quick-request .booking-card-content-new,html.services-theme-dark .booking-card-active-pending-content,body.services-theme-dark .booking-card-active-pending-content{background-color:#020617}html.services-theme-dark .booking-service-name,body.services-theme-dark .booking-service-name,html.services-theme-dark .booking-id-new,body.services-theme-dark .booking-id-new,html.services-theme-dark .booking-service-description,body.services-theme-dark .booking-service-description,html.services-theme-dark .schedule-text,body.services-theme-dark .schedule-text,html.services-theme-dark .booking-active-name,body.services-theme-dark .booking-active-name,html.services-theme-dark .booking-active-service,body.services-theme-dark .booking-active-service,html.services-theme-dark .booking-active-schedule,body.services-theme-dark .booking-active-schedule,html.services-theme-dark .previous-service-name,body.services-theme-dark .previous-service-name,html.services-theme-dark .booking-info-label,body.services-theme-dark .booking-info-label,html.services-theme-dark .booking-info-value,body.services-theme-dark .booking-info-value{color:#e5e7eb}html.services-theme-dark .quick-request-card-title,body.services-theme-dark .quick-request-card-title{color:#f9fafb}html.services-theme-dark .quick-request-detail-label,body.services-theme-dark .quick-request-detail-label{color:#9ca3af}html.services-theme-dark .quick-request-detail-value,body.services-theme-dark .quick-request-detail-value{color:#e5e7eb}html.services-theme-dark .quick-request-description-text,body.services-theme-dark .quick-request-description-text{color:#cbd5f5}html.services-theme-dark .quick-request-contact-row,body.services-theme-dark .quick-request-contact-row,html.services-theme-dark .quick-request-provider-row,body.services-theme-dark .quick-request-provider-row{color:#e5e7eb}html.services-theme-dark .quick-request-contact-icon,body.services-theme-dark .quick-request-contact-icon{background-color:#111827;color:#e5e7eb}html.services-theme-dark .quick-request-status-pill.pending,body.services-theme-dark .quick-request-status-pill.pending{background-color:#0f172a;color:#e5e7eb}html.services-theme-dark .quick-request-status-pill.active,body.services-theme-dark .quick-request-status-pill.active{background-color:#22c55e;color:#022c22}html.services-theme-dark .quick-request-admin-message,body.services-theme-dark .quick-request-admin-message{border-top-color:#111827;background-color:#020617}html.services-theme-dark .quick-request-admin-message.pending,body.services-theme-dark .quick-request-admin-message.pending{background-color:#0f172a}html.services-theme-dark .quick-request-admin-text,body.services-theme-dark .quick-request-admin-text{color:#e5e7eb}html.services-theme-dark .quick-request-admin-text:before,body.services-theme-dark .quick-request-admin-text:before{color:#fbbf24}html.services-theme-dark .booking-price-row,body.services-theme-dark .booking-price-row{background-color:#020617;border-color:#111827}html.services-theme-dark .bottom-nav-minimal,body.services-theme-dark .bottom-nav-minimal{background-color:#020617;border-top-color:#111827;box-shadow:0 -1px 8px #0f172ae6}@media(min-width:768px){.new-bookings-container{min-height:100%;padding-bottom:24px}.new-bookings-content{max-width:100%;margin:0;width:100%;padding:0}.new-bookings-header{padding:16px 24px 12px;border-bottom:1px solid #f1f5f9}.new-bookings-title{font-size:20px;font-weight:700}.bookings-tabs{padding:0 24px;gap:32px;border-bottom:1px solid #f1f5f9}.tab-button{padding:14px 0;font-size:15px}.tab-button.active:after{height:3px}.status-filters{padding:12px 24px 16px;flex-wrap:wrap;gap:8px;border-bottom:1px solid #f8fafc}.filter-button{padding:6px 14px;font-size:12px;border-radius:20px}.filter-button-quick-bookings-new{padding:8px 18px;font-size:14px}.bookings-list-wrapper{padding:24px 24px 32px;max-width:100%}.bookings-loading,.bookings-error,.bookings-empty{padding:48px 24px;font-size:17px}.bookings-cards{gap:20px;max-width:100%}.booking-card-new,.booking-card-quick-request,.booking-card-active-pending{margin-bottom:16px}.booking-card-content-new{padding:20px 24px;gap:16px}.booking-card-new .booking-service-name{font-size:19px}.booking-card-new .booking-id-new,.booking-card-new .schedule-text{font-size:14px}.booking-avatar-large{width:60px;height:60px}.booking-card-active-pending-content{padding:12px 14px;gap:12px}.booking-active-avatar{width:44px;height:44px}.booking-active-name{font-size:14px}.booking-active-service{font-size:13px}.booking-active-actions{margin-top:10px;gap:8px}.booking-active-actions .track-order-new,.booking-active-actions .get-help-new{padding:7px 12px;font-size:12px}.action-button-new{padding:8px 14px;font-size:12px}.booking-card-quick-request .booking-card-content-new{padding:12px 14px;gap:10px}.quick-request-card-title{font-size:15px}.quick-request-detail-value,.quick-request-description-text{font-size:13px}.previous-card-main{gap:12px}.booking-card-previous-layout{padding:12px 14px;gap:10px}.previous-service-name{font-size:14px}.previous-card-meta{font-size:12px}.previous-book-again-btn{padding:8px 14px;font-size:13px}.status-label{max-width:160px}}@media(min-width:1024px){.new-bookings-header{padding:20px 32px 16px}.new-bookings-title{font-size:22px}.bookings-tabs{padding:0 32px;gap:40px}.tab-button{font-size:16px;padding:16px 0}.status-filters{padding:14px 32px 20px;gap:10px}.filter-button{padding:8px 16px;font-size:13px}.bookings-list-wrapper{padding:28px 32px 40px}.bookings-cards{gap:24px}.booking-card-content-new{padding:24px 28px;gap:18px}.booking-card-new .booking-service-name{font-size:20px}.booking-card-quick-request .booking-card-content-new,.booking-card-previous-layout{padding:24px 28px}}.freelancer-portfolio-container{min-height:100vh;background:#fff;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}.freelancer-portfolio-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top));background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid #f1f5f9}.freelancer-portfolio-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:-8px 0 -8px -8px;padding:8px;border:none;background:none;cursor:pointer;color:#000}.freelancer-portfolio-title{font-size:16px;font-weight:700;color:#000;margin:0;letter-spacing:.5px}.freelancer-portfolio-content{flex:1;padding:0 0 120px}.freelancer-portfolio-profile-section{padding:24px 20px;background:#fff}.freelancer-portfolio-profile-top{display:flex;gap:20px;align-items:flex-start;margin-bottom:20px}.freelancer-portfolio-avatar-wrap{position:relative;flex-shrink:0}.freelancer-portfolio-avatar{width:80px;height:80px;border-radius:50%;object-fit:cover;border:1px solid #f1f5f9}.freelancer-portfolio-active-dot{position:absolute;bottom:4px;right:4px;width:14px;height:14px;background:#22c55e;border:2px solid #ffffff;border-radius:50%;box-shadow:0 2px 4px #0000001a}.freelancer-portfolio-verified-badge{position:absolute;top:-2px;right:-2px;width:18px;height:18px;background:#3b82f6;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #ffffff}.freelancer-portfolio-main-info{flex:1}.freelancer-portfolio-name-row{display:flex;align-items:center;gap:12px;margin-bottom:4px}.freelancer-portfolio-name{font-size:20px;font-weight:700;color:#000;margin:0}.freelancer-portfolio-badge-voat{background:#facc15;color:#000;padding:2px 8px;border-radius:6px;font-size:10px;font-weight:800;display:flex;align-items:center;gap:4px}.freelancer-portfolio-id{font-size:12px;font-weight:600;color:#64748b;margin:0 0 8px}.freelancer-portfolio-stats-row{display:flex;align-items:center}.freelancer-portfolio-stat{display:flex;align-items:center;gap:6px}.freelancer-portfolio-rating{font-size:14px;font-weight:700;color:#000;display:flex;align-items:center;gap:4px}.freelancer-portfolio-reviews-count{font-size:13px;font-weight:500;color:#64748b}.freelancer-portfolio-reviews{display:flex;flex-direction:column;gap:12px}.freelancer-portfolio-reviews-list{display:flex;flex-direction:column;gap:10px}.freelancer-portfolio-review-card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:10px 12px;box-shadow:0 1px 2px #0f172a0f}.freelancer-portfolio-review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.freelancer-portfolio-review-rating{display:inline-flex;align-items:center;gap:4px}.freelancer-portfolio-review-star{font-size:12px;color:#e5e7eb}.freelancer-portfolio-review-star.filled{color:#f59e0b}.freelancer-portfolio-review-rating-value{font-size:12px;font-weight:600;color:#111827}.freelancer-portfolio-review-date{font-size:11px;color:#9ca3af}.freelancer-portfolio-review-user{font-size:12px;font-weight:700;color:#0f172a;margin:2px 0 0}.freelancer-portfolio-review-text{margin:4px 0 6px;font-size:13px;color:#475569}.freelancer-portfolio-review-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(56px,1fr));gap:6px}.freelancer-portfolio-review-image-thumb{padding:0;border:none;background:transparent;cursor:pointer;border-radius:10px;overflow:hidden;border:1px solid #e2e8f0}.freelancer-portfolio-review-image-thumb img{display:block;width:100%;height:56px;object-fit:cover}.freelancer-portfolio-actions-top{margin-left:auto}.freelancer-portfolio-wishlist-btn{background:none;border:none;padding:4px;cursor:pointer;color:#64748b;transition:color .2s}.freelancer-portfolio-wishlist-btn.active{color:#e11d48}.freelancer-portfolio-profession-row{display:flex;align-items:center;gap:10px;margin-bottom:8px}.freelancer-portfolio-profession{font-size:14px;font-weight:600;color:#334155;margin:0}.freelancer-portfolio-dot-sep{width:4px;height:4px;background:#cbd5e1;border-radius:50%}.freelancer-portfolio-exp{font-size:13px;font-weight:500;color:#64748b;margin:0}.freelancer-portfolio-location-row{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;color:#64748b}.freelancer-portfolio-section{padding:24px 20px;border-bottom:8px solid #f1f5f9}.freelancer-portfolio-section-title{font-size:16px;font-weight:700;color:#000;margin:0 0 12px}.freelancer-portfolio-about-text{font-size:14px;color:#475569;line-height:1.6;margin:0 0 16px}.freelancer-portfolio-tags{display:flex;flex-wrap:wrap;gap:8px}.freelancer-portfolio-tag{padding:6px 14px;background:#f1f5f9;border-radius:8px;font-size:12px;color:#475569;font-weight:600}.fp-services-section{background:#f8fafc;padding:24px 20px;border-radius:20px;margin:16px;width:auto}.fp-services-section .freelancer-portfolio-section-header{border-bottom:none;padding-bottom:0;margin-bottom:16px;flex-wrap:nowrap}.fp-services-section .freelancer-portfolio-contact-actions{margin-left:auto;flex-shrink:0}.freelancer-portfolio-contact-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.fp-service-btn-call{padding:0 12px;height:34px;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;box-shadow:0 1px 2px #0000000a}.fp-service-btn-call svg{width:14px;height:14px}.fp-service-btn-call:hover{background:#f8fafc}.fp-service-btn-chat{padding:0 12px;height:34px;display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;box-shadow:0 1px 2px #0000000a}.fp-service-btn-chat svg{width:14px;height:14px}.fp-service-btn-chat.active{background:#1e3a5f;color:#fff;border-color:#1e3a5f}.fp-service-btn-chat:hover{opacity:.95}.freelancer-portfolio-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:15px;flex-wrap:wrap}.fp-services-list{display:flex;flex-direction:column;gap:10px}.fp-service-card{display:flex;align-items:flex-start;gap:12px;padding:14px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;cursor:pointer;transition:background .2s,border-color .2s;box-shadow:0 2px 6px #0000000a}.fp-service-card:hover{border-color:#cbd5e1}.fp-service-card.selected{border-color:#93c5fd;background:#eff6ff}.fp-service-card-checkbox{flex-shrink:0;width:22px;height:22px;border:2px solid #64748b;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#fff;margin-top:2px}.fp-service-card.selected .fp-service-card-checkbox{background:#3b82f6;border-color:#3b82f6}.fp-service-card.selected .fp-service-card-checkbox svg{color:#fff}.fp-service-card-body{flex:1;min-width:0}.fp-service-card-row1{display:flex;align-items:center;justify-content:space-between;gap:8px;gap:12px;margin-bottom:6px}.fp-service-card-name{font-size:15px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fp-service-card-price{font-size:15px;font-weight:700;color:#0f172a;flex-shrink:0;white-space:nowrap}.fp-service-card-row2{font-size:13px;font-weight:500;color:#64748b;margin-bottom:2px}.fp-service-card-row3{font-size:13px;font-weight:500;color:#64748b}.fp-service-card-subservices{margin-top:10px;padding-top:10px;border-top:1px solid #e2e8f0}.fp-service-card-subservices-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b;margin-bottom:8px}.fp-service-card-subservices-list{margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.fp-service-card-subservice-line{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:4px 0;font-size:13px;color:#475569;cursor:pointer;border-radius:6px;transition:background .15s ease}.fp-service-card-subservice-line:hover{background:#f1f5f9}.fp-service-card-subservice-line.selected{background:#eff6ff}.fp-service-card-subservice-checkbox{flex-shrink:0;width:16px;height:16px;border:2px solid #cbd5e1;border-radius:3px;display:flex;align-items:center;justify-content:center;background:#fff}.fp-service-card-subservice-line.selected .fp-service-card-subservice-checkbox{background:#3b82f6;border-color:#3b82f6}.fp-service-card-subservice-line.selected .fp-service-card-subservice-checkbox svg{color:#fff}.fp-service-card-subservice-title{font-weight:500;color:#334155;flex:1;min-width:0}.fp-service-card-subservice-price{font-size:13px;font-weight:600;color:#0f172a;flex-shrink:0}.fp-services-summary{margin-top:16px;padding-top:14px;border-top:1px solid #e2e8f0}.fp-services-summary-line{font-size:14px;font-weight:600;color:#334155;margin-bottom:4px}.fp-services-summary-line:last-child{margin-bottom:0}.fp-portfolio-section{background:#fff;padding:24px 20px}.stack-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important;margin-bottom:20px!important}.fp-portfolio-section .freelancer-portfolio-section-title{font-size:18px;margin-bottom:4px}.freelancer-portfolio-experience-badge{font-size:13px;color:#64748b;font-weight:600;display:flex;align-items:center;gap:6px;margin-bottom:12px}.freelancer-portfolio-tabs{display:flex;width:100%;background:#f3f4f6;padding:4px;border-radius:12px;box-sizing:border-box}.freelancer-portfolio-tab{flex:1;padding:10px 0!important;border-radius:10px!important;font-size:14px;font-weight:700;color:#64748b;background:transparent;border:none!important;text-align:center;cursor:pointer}.freelancer-portfolio-tab.active{background:#fff!important;color:#8b5cf6!important;box-shadow:0 2px 4px #0000000d}.freelancer-portfolio-tab.active:after{display:none!important}.fp-projects-wrap{width:100%}.fp-projects-list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.fp-projects-list-title{font-size:15px;font-weight:700;color:#000;margin:0}.fp-projects-view-all{background:none;border:none;font-size:13px;font-weight:600;color:#64748b;cursor:pointer;padding:4px 0}.fp-projects-view-all:hover{color:#0f172a}.fp-projects-list{display:flex;flex-direction:column;gap:16px}.fp-project-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;cursor:pointer;transition:background .2s,border-color .2s;box-shadow:0 2px 8px #0000000a}.fp-project-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000000f}.fp-project-card.selected{background:#f8fafc;border-color:#94a3b8}.fp-project-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px 10px;min-height:44px;box-sizing:border-box}.fp-project-card-name{margin:0;font-size:15px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.fp-project-card-price{font-size:15px;font-weight:700;color:#0f172a;flex-shrink:0;white-space:nowrap}.fp-project-card-thumbs{display:flex;gap:8px;padding:0 16px 12px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.fp-project-card-thumbs::-webkit-scrollbar{display:none}.fp-project-thumb{flex:0 0 72px;width:72px;height:72px;border-radius:12px;overflow:hidden;background:#f1f5f9;cursor:pointer}.fp-project-thumb img{width:100%;height:100%;object-fit:cover;display:block}.fp-project-thumb-placeholder{background:#e2e8f0;cursor:default}.fp-project-thumb-more{display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#64748b;background:#e2e8f0;cursor:default}.fp-project-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px 14px;border-top:1px solid #f1f5f9}.fp-project-card-delivery{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#64748b;white-space:nowrap}.fp-project-card-delivery svg{flex-shrink:0;color:#94a3b8}.fp-project-card-book{flex-shrink:0;background:none;border:none;font-size:13px;font-weight:700;color:#0f172a;cursor:pointer;padding:4px 0;margin:0 0 0 auto}.fp-project-card-book:hover{text-decoration:underline}.freelancer-portfolio-projects{display:flex;flex-direction:column;gap:24px}.freelancer-portfolio-project-card{background:#fff;border-radius:20px;border:1px solid #f1f5f9;overflow:hidden;box-shadow:0 4px 12px #00000008}.freelancer-portfolio-project-header{padding:16px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.freelancer-portfolio-project-capsule{background:#facc15;color:#000;padding:7px 14px;border-radius:100px;font-size:13px;font-weight:700;line-height:1.2}.name-capsule{flex:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:180px}.price-capsule{flex-shrink:0;white-space:nowrap}.freelancer-portfolio-project-images-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;padding:0 16px 16px}.freelancer-portfolio-project-image-box{aspect-ratio:1;background:#f1f0ff;border-radius:10px;overflow:hidden;cursor:pointer}.freelancer-portfolio-project-img{width:100%;height:100%;object-fit:cover}.freelancer-portfolio-project-footer{padding:14px 16px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f8fafc}.freelancer-portfolio-project-duration{font-size:13px;color:#64748b;font-weight:700;display:flex;align-items:center;gap:6px}.freelancer-portfolio-project-controls{display:flex;align-items:center;gap:16px}.project-cart-btn{background:none;border:none;color:#1e293b;cursor:pointer;padding:4px;display:flex;align-items:center}.freelancer-portfolio-project-book-btn-small{background:#fff;border:1px solid #e2e8f0;padding:9px 18px;border-radius:12px;font-size:13px;font-weight:700;color:#0f172a;cursor:pointer;box-shadow:0 1px 2px #0000000d}.freelancer-portfolio-actions{position:fixed;bottom:0;left:0;right:0;display:flex;flex-direction:column;gap:12px;padding:16px 20px;padding-bottom:max(16px,env(safe-area-inset-bottom));background:#fff;border-top:1px solid #f1f5f9;z-index:10;box-shadow:0 -4px 12px #0000000d}.fp-bottom-summary{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:600;color:#334155}.fp-selected-label{color:#64748b}.fp-total-label{color:#0f172a}.freelancer-portfolio-actions-buttons{display:flex;gap:16px}.freelancer-portfolio-cart-btn{flex:1;height:52px;background:#fff;border:1.5px solid #000;border-radius:14px;font-size:15px;font-weight:700;color:#000;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .2s ease}.freelancer-portfolio-cart-btn.active{background:#fdf2f2;border-color:#ef4444;color:#ef4444}.freelancer-portfolio-book-btn{flex:1;height:52px;background:#64748b;border:none;border-radius:14px;font-size:15px;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;cursor:pointer}.loading-message,.empty-message{text-align:center;padding:60px 20px;color:#64748b;font-size:14px;font-weight:500}@media(max-width:480px){.freelancer-portfolio-avatar{width:60px;height:60px}.freelancer-portfolio-header{padding:12px 16px}.freelancer-portfolio-name{font-size:16px}.freelancer-portfolio-profile-section{padding:16px}.freelancer-portfolio-profile-top{margin-bottom:12px;gap:12px}.fp-services-section{padding:10px 12px 12px;margin:0 12px 12px;border-radius:12px}.fp-services-section .freelancer-portfolio-section-title{font-size:13px}.fp-services-section .freelancer-portfolio-section-header{margin-bottom:10px;gap:8px}.fp-service-btn-call,.fp-service-btn-chat{height:36px;padding:0 12px;font-size:12px;font-weight:600;border-radius:10px;gap:6px}.fp-service-btn-call svg,.fp-service-btn-chat svg{width:14px;height:14px}.fp-services-list{gap:6px}.fp-service-card{padding:8px 10px;border-radius:10px;gap:8px}.fp-service-card-checkbox{width:18px;height:18px;border-radius:4px;margin-top:0}.fp-service-card-checkbox svg{width:10px;height:10px}.fp-service-card-row1{margin-bottom:0}.fp-service-card-name,.fp-service-card-price{font-size:13px;font-weight:700}.fp-service-card-row2,.fp-service-card-row3{font-size:11px;font-weight:500}.fp-service-card-subservices{margin-top:8px;padding-top:8px}.fp-service-card-subservices-label{font-size:10px;margin-bottom:6px}.fp-service-card-subservice-line,.fp-service-card-subservice-title,.fp-service-card-subservice-price{font-size:12px}.fp-services-summary{margin-top:10px;padding-top:10px}.fp-services-summary-line{font-size:12px;font-weight:600;margin-bottom:2px}.freelancer-portfolio-section{padding:12px 14px;border-bottom:4px solid #f1f5f9}.freelancer-portfolio-section-title{font-size:14px;margin-bottom:6px}.fp-portfolio-section{padding:12px 14px}.freelancer-portfolio-actions{padding:10px 12px;padding-bottom:max(10px,env(safe-area-inset-bottom));gap:8px;bottom:56px}.fp-bottom-summary{font-size:11px;font-weight:600}.freelancer-portfolio-actions-buttons{gap:10px}.freelancer-portfolio-cart-btn,.freelancer-portfolio-book-btn{height:42px;border-radius:10px;font-size:13px;font-weight:700;gap:6px}.freelancer-portfolio-cart-btn svg,.freelancer-portfolio-book-btn svg{width:18px;height:18px}.fp-projects-wrap{padding:12px 14px}.fp-projects-list-header{margin-bottom:10px}.fp-projects-list-title{font-size:14px}.fp-projects-view-all{font-size:12px;padding:4px 8px}.fp-projects-list{gap:8px}.fp-project-card{border-radius:12px}.fp-project-card-top{padding:10px 12px 8px;min-height:38px}.fp-project-card-name,.fp-project-card-price{font-size:13px}.fp-project-card-thumbs{padding:0 12px 10px;gap:6px}.fp-project-thumb{flex:0 0 56px;width:56px;height:56px;border-radius:10px}.fp-project-thumb-more{font-size:12px}.fp-project-card-footer{padding:8px 12px 10px;gap:8px}.fp-project-card-delivery{font-size:11px}.fp-project-card-book{font-size:12px}.freelancer-portfolio-projects{gap:12px}.freelancer-portfolio-project-card{border-radius:12px;box-shadow:none;border:1px solid #e2e8f0}.freelancer-portfolio-project-header{padding:8px 10px;gap:8px}.freelancer-portfolio-project-images-grid{grid-template-columns:repeat(5,1fr);gap:4px;padding:0 10px 10px}.name-capsule{max-width:120px;font-size:11px;padding:4px 10px;height:auto}.price-capsule{font-size:11px;padding:4px 10px}.freelancer-portfolio-project-footer{padding:8px 10px}.freelancer-portfolio-project-duration{font-size:10px}.freelancer-portfolio-project-controls{gap:8px}.freelancer-portfolio-project-book-btn-small{padding:5px 10px;font-size:10px;border-radius:8px}}.fp-call-coming-soon-overlay{position:fixed;inset:0;z-index:9998;background:#0006;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.fp-call-coming-soon-modal{background:#fff;border-radius:12px;padding:20px 24px;max-width:280px;width:100%;text-align:center;box-shadow:0 4px 20px #00000014}.fp-call-coming-soon-icon{color:#94a3b8;margin-bottom:12px;display:flex;justify-content:center}.fp-call-coming-soon-icon svg{width:28px;height:28px}.fp-call-coming-soon-title{font-size:15px;font-weight:600;color:#1e293b;margin:0 0 16px}.fp-call-coming-soon-close{padding:8px 20px;font-size:14px;font-weight:500;color:#475569;background:transparent;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer}.fp-call-coming-soon-close:hover{background:#f8fafc;border-color:#cbd5e1}.freelancer-portfolio-image-viewer-overlay{position:fixed;inset:0;z-index:9999;background:#000000e6;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.freelancer-portfolio-image-viewer-content{position:relative;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.freelancer-portfolio-image-viewer-img{max-width:90vw;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:8px}.freelancer-portfolio-image-viewer-close{position:absolute;top:-44px;right:0;width:40px;height:40px;border:none;background:#fff;color:#000;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 2px 8px #0000004d}.freelancer-portfolio-image-viewer-close:hover{background:#f0f0f0;color:#000}.freelancer-portfolio-image-viewer-close svg{stroke:#000}.freelancer-portfolio-image-viewer-prev,.freelancer-portfolio-image-viewer-next{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:none;background:#fff;color:#000;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1;box-shadow:0 2px 8px #0000004d}.freelancer-portfolio-image-viewer-prev:hover,.freelancer-portfolio-image-viewer-next:hover{background:#f0f0f0;color:#000}.freelancer-portfolio-image-viewer-prev svg,.freelancer-portfolio-image-viewer-next svg{stroke:#000}.freelancer-portfolio-image-viewer-prev{left:-52px}.freelancer-portfolio-image-viewer-next{right:-52px}.freelancer-portfolio-image-viewer-counter{position:absolute;bottom:-32px;left:50%;transform:translate(-50%);color:#ffffffe6;font-size:14px}@media(max-width:600px){.freelancer-portfolio-image-viewer-prev{left:8px}.freelancer-portfolio-image-viewer-next{right:8px}.freelancer-portfolio-image-viewer-close{top:8px;right:8px}}.pbm-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:pbmFadeIn .3s ease-out}@keyframes pbmFadeIn{0%{opacity:0}to{opacity:1}}.pbm-container{width:100%;max-width:500px;background:#fff;border-radius:32px 32px 0 0;padding:24px;padding-bottom:max(24px,env(safe-area-inset-bottom));box-shadow:0 -10px 40px #0000001a;animation:pbmSlideUp .4s cubic-bezier(.16,1,.3,1);max-height:90vh;overflow-y:auto;position:relative;font-family:Inter,-apple-system,system-ui,sans-serif}@keyframes pbmSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.pbm-close{position:absolute;top:20px;right:20px;width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;z-index:10;transition:all .2s}.pbm-close:hover{background:#e2e8f0;color:#0f172a}.pbm-header{margin-bottom:24px;padding-top:8px}.pbm-service-title{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 8px;line-height:1.2}.pbm-price-row{display:flex;align-items:center;gap:8px;margin-bottom:20px}.pbm-price{font-size:28px;font-weight:800;color:#000}.pbm-price-info-icon{color:#94a3b8;cursor:help}.pbm-description{font-size:16px;color:#475569;line-height:1.6;margin-bottom:24px}.pbm-meta-grid{display:flex;gap:24px;margin-bottom:24px;padding:16px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9}.pbm-meta-item{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#334155}.pbm-meta-item svg{color:#64748b}.pbm-accordion{margin-bottom:32px}.pbm-accordion-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:12px 0;font-size:16px;font-weight:700;color:#0f172a;cursor:pointer;text-align:left}.pbm-accordion-content{padding:8px 0 16px;animation:pbmFadeIn .2s ease-out}.pbm-included-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.pbm-included-item{display:flex;align-items:center;gap:12px;font-size:14px;color:#475569}.pbm-included-check{color:#22c55e;flex-shrink:0}.pbm-action-btn{width:100%;height:48px;background:#0f172a;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center}.pbm-action-btn:hover{background:#1e293b}.pbm-action-btn:active{opacity:.95}.pbm-action-btn:disabled{background:#94a3b8;cursor:not-allowed}@media(max-width:480px){.pbm-action-btn{height:42px;border-radius:10px;font-size:14px;font-weight:600}}.pbm-success-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 0;text-align:center;animation:pbmFadeIn .5s ease}.pbm-success-icon{width:80px;height:80px;background:#f0fdf4;color:#22c55e;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.pbm-success-title{font-size:24px;font-weight:800;color:#0f172a;margin-bottom:12px}.pbm-success-text{font-size:16px;color:#64748b;margin-bottom:32px;max-width:300px}.pbm-success-btn{padding:12px 32px;background:#000;color:#fff;border:none;border-radius:100px;font-weight:700;cursor:pointer;transition:all .2s}.pbm-success-btn:hover{opacity:.9;transform:scale(1.05)}.pbm-container.pbm-offline-summary{padding:14px 12px;padding-bottom:max(14px,env(safe-area-inset-bottom))}.pbm-offline-hero{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}.pbm-offline-summary .pbm-offline-service-name{font-size:17px;font-weight:700;color:#0f172a;letter-spacing:-.02em}.pbm-offline-summary .pbm-offline-base-price{font-size:13px;color:#64748b;margin:0}.pbm-offline-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:8px;overflow:hidden}.pbm-offline-card-head{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;background:none;border:none;cursor:pointer;text-align:left;font:inherit;color:inherit;min-height:40px}.pbm-offline-card-title{font-size:14px;font-weight:600;color:#0f172a}.pbm-offline-card-badge{font-size:11px;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:4px}.pbm-offline-card-chevron{color:#94a3b8;flex-shrink:0;transition:transform .2s ease}.pbm-offline-card-chevron.open{transform:rotate(180deg)}.pbm-coupon-body{padding:0 12px 12px;border-top:1px solid #f1f5f9}.pbm-coupon-won-row{display:flex;align-items:center;justify-content:space-between;margin-top:10px;margin-bottom:6px}.pbm-coupon-won-label{font-size:12px;font-weight:500;color:#475569}.pbm-coupon-view-link{background:none;border:none;font-size:12px;font-weight:600;color:#2563eb;cursor:pointer;padding:2px 0}.pbm-coupon-view-link:hover{color:#1d4ed8;text-decoration:underline}.pbm-coupon-won-list{list-style:none;margin:0 0 10px;padding:0;display:flex;flex-direction:column;gap:6px}.pbm-coupon-won-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:border-color .15s,background .15s}.pbm-coupon-won-item.selected{border-color:#2563eb;background:#eff6ff}.pbm-coupon-won-item.used{opacity:.7;background:#f1f5f9}.pbm-coupon-won-item-info{display:flex;flex-wrap:wrap;align-items:center;gap:4px 8px}.pbm-coupon-apply-inline{padding:6px 12px;background:#0f172a;color:#fff;border:none;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;flex-shrink:0}.pbm-coupon-apply-inline:disabled{opacity:.5;cursor:not-allowed}.pbm-offline-summary .pbm-coupon-won-item .pbm-coupon-code{font-size:12px}.pbm-offline-summary .pbm-coupon-won-item .pbm-coupon-discount{font-size:11px}.pbm-offline-summary .pbm-coupon-won-item .pbm-coupon-valid{font-size:10px}.pbm-coupon-code-row{display:flex;gap:6px;align-items:center;margin-top:8px}.pbm-offline-summary .pbm-coupon-helper{font-size:12px;color:#94a3b8;margin:0 0 8px}.pbm-offline-summary .pbm-coupon-input{flex:1;min-width:0;padding:8px 10px;border-radius:6px;font-size:13px;min-height:34px}.pbm-offline-summary .pbm-coupon-apply-btn{padding:8px 12px;background:#0f172a;border-radius:6px;font-size:12px;font-weight:600;min-height:34px;flex-shrink:0}.pbm-offline-summary .pbm-coupon-remove{margin-top:8px;padding:0;font-size:12px;color:#64748b}.pbm-offline-summary .pbm-offline-row{padding:10px 12px;gap:10px;font-size:13px}.pbm-offline-row-text{flex:1;min-width:0}.pbm-offline-summary .pbm-change-link{color:#2563eb;flex-shrink:0}.pbm-summary-card{padding:12px}.pbm-summary-card .pbm-summary-title{font-size:14px;font-weight:700;color:#0f172a;margin:0 0 8px}.pbm-summary-card .pbm-summary-row,.pbm-summary-card .pbm-summary-row.discount{margin-bottom:4px;font-size:13px}.pbm-summary-card .pbm-summary-row.total{margin-top:6px;margin-bottom:0;padding-top:6px;font-size:14px;border-top-color:#e2e8f0}.pbm-offline-summary .pbm-summary-note{margin-top:6px;font-size:11px;color:#64748b}.pbm-offline-summary .pbm-summary-note-coupon{color:#2563eb;font-weight:500}.pbm-radio-card{padding:10px 12px}.pbm-offline-summary .pbm-radio-option{min-height:36px;margin-bottom:6px;padding:0;gap:10px}.pbm-offline-summary .pbm-radio-option:last-child{margin-bottom:0}.pbm-offline-summary .pbm-radio-option.pbm-radio-option-disabled{opacity:.7;cursor:not-allowed}.pbm-offline-summary .pbm-radio-option.pbm-radio-option-disabled span:last-child{color:#64748b}.pbm-offline-summary .pbm-radio-option .pbm-radio-dot{width:16px;height:16px;flex-shrink:0}.pbm-offline-summary .pbm-radio-option span:last-child{font-size:13px;color:#334155;line-height:1.35}.pbm-offline-summary .pbm-action-btn{margin-top:12px;height:40px;font-size:13px;font-weight:600}.pbm-offline-summary .pbm-offline-service-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.pbm-offline-service-name{font-size:18px;font-weight:700;color:#1e293b}.pbm-quantity-wrap{display:flex;align-items:center;gap:0;background:#1e293b;color:#fff;border-radius:8px;overflow:hidden}.pbm-qty-btn{width:40px;height:36px;border:none;background:none;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.pbm-qty-num{min-width:32px;text-align:center;font-weight:700;font-size:15px}.pbm-offline-base-price{font-size:16px;color:#64748b;margin:0 0 16px}.pbm-offline-block{background:#f1f5f9;border-radius:12px;padding:14px 16px;margin-bottom:12px}.pbm-offline-row{display:flex;align-items:center;gap:10px;font-size:14px;color:#334155}.pbm-offer-row{justify-content:space-between}.pbm-offer-icon{width:28px;height:28px;border-radius:50%;background:#22c55e;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.pbm-offer-link,.pbm-change-link{background:none;border:none;color:#1e3a5f;font-weight:600;font-size:14px;cursor:pointer;padding:0}.pbm-phone-icon{color:#64748b;flex-shrink:0}.pbm-payment-summary{background:#eef2ff;border-radius:12px;padding:16px;margin-bottom:16px}.pbm-summary-title{font-size:16px;font-weight:700;color:#1e293b;margin:0 0 12px}.pbm-summary-row{display:flex;justify-content:space-between;font-size:14px;color:#475569;margin-bottom:6px}.pbm-summary-row.discount{color:#22c55e}.pbm-summary-row.total{font-weight:700;color:#0f172a;font-size:16px;margin-top:8px;margin-bottom:0;padding-top:8px;border-top:1px solid rgba(30,58,95,.15)}.pbm-radio-option{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:14px;color:#334155;margin-bottom:10px}.pbm-radio-option input{position:absolute;opacity:0;pointer-events:none}.pbm-radio-dot{width:18px;height:18px;border-radius:50%;border:2px solid #94a3b8;position:relative;flex-shrink:0}.pbm-radio-option input:checked+.pbm-radio-dot{border-color:#1e3a5f;background:#1e3a5f}.pbm-radio-option input:checked+.pbm-radio-dot:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:#fff}.pbm-offer-text{display:flex;flex-direction:column;gap:2px}.pbm-offer-subtitle{font-size:12px;color:#64748b}.pbm-coupon-list{margin-top:10px;display:flex;flex-direction:column;gap:8px}.pbm-coupon-item{width:100%;text-align:left;border-radius:10px;border:1px solid #e2e8f0;padding:10px 12px;background:#fff;display:flex;flex-direction:column;gap:4px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.pbm-coupon-item.selected{border-color:#1e3a5f;background:#eff6ff;box-shadow:0 0 0 1px #1e3a5f1f}.pbm-coupon-item-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;border-radius:10px;border:1px solid #e2e8f0;padding:10px 12px;background:#fff;transition:border-color .15s ease,background .15s ease}.pbm-coupon-item-row.selected{border-color:#1e3a5f;background:#eff6ff}.pbm-coupon-item-row.used{opacity:.85;background:#f8fafc}.pbm-coupon-item-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.pbm-coupon-used-badge{font-size:11px;font-weight:600;color:#64748b;margin-top:2px}.pbm-coupon-apply-btn-inline{flex-shrink:0;padding:8px 14px;background:#1e3a5f;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer}.pbm-coupon-apply-btn-inline:hover:not(:disabled){background:#16304a}.pbm-coupon-apply-btn-inline:disabled{opacity:.7;cursor:default}.pbm-coupon-main{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.pbm-coupon-code{font-weight:600;font-size:13px;color:#0f172a}.pbm-coupon-discount{font-size:13px;color:#16a34a;font-weight:500}.pbm-coupon-valid{font-size:11px;color:#64748b}.pbm-coupon-helper{font-size:13px;color:#64748b}.pbm-coupon-error{font-size:12px;color:#b91c1c;margin-top:4px}.pbm-coupon-section-label-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin:12px 0 6px}.pbm-coupon-section-label-row .pbm-coupon-section-label{margin:0}.pbm-coupon-view-all-btn{background:none;border:none;font-size:12px;font-weight:600;color:#1e3a5f;cursor:pointer;text-decoration:underline;padding:2px 4px}.pbm-coupon-view-all-btn:hover{color:#0f172a}.pbm-coupon-section-label{font-size:12px;font-weight:600;color:#475569;margin:12px 0 6px}.pbm-coupon-section-label:first-child{margin-top:0}.pbm-coupon-enter-label{margin-top:14px}.pbm-coupon-enter-row{display:flex;gap:8px;margin-top:6px;align-items:center}.pbm-coupon-input{flex:1;padding:10px 12px;border:1px solid #e2e8f0;border-radius:10px;font-size:14px;outline:none;transition:border-color .15s ease}.pbm-coupon-input:focus{border-color:#1e3a5f}.pbm-coupon-input::placeholder{color:#94a3b8}.pbm-coupon-apply-btn{padding:10px 16px;background:#1e3a5f;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap}.pbm-coupon-apply-btn:hover:not(:disabled){background:#16304a}.pbm-coupon-apply-btn:disabled{opacity:.6;cursor:not-allowed}.pbm-coupon-remove{margin-top:10px;padding:6px 0;background:none;border:none;font-size:13px;color:#64748b;cursor:pointer;text-decoration:underline}.pbm-coupon-remove:hover{color:#0f172a}.pbm-summary-note{margin-top:8px;font-size:12px;color:#475569}.pbm-summary-note-coupon{color:#1e40af}.pbm-slot-container .pbm-slot-title{font-size:20px;font-weight:700;color:#1e293b;margin:0 0 16px;padding-right:36px}.pbm-slot-address-section{margin-bottom:16px}.pbm-slot-address-section .pbm-slot-label{display:block;font-size:13px;font-weight:600;color:#475569;margin-bottom:4px}.pbm-slot-address-section .pbm-field{background:#f8fafc;border-radius:10px}.pbm-slot-address-section select.pbm-date-input{width:100%;border-radius:10px;background:transparent;padding-right:32px}.pbm-slot-address-section .pbm-field-placeholder{font-size:13px;color:#94a3b8}.pbm-slot-address-summary{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px}.pbm-slot-address-lines{display:flex;flex-direction:column;gap:2px}.pbm-slot-address-title{font-size:14px;font-weight:600;color:#0f172a}.pbm-slot-address-subtitle{font-size:12px;color:#64748b}.pbm-slot-address-change{margin-left:auto;background:none;border:none;color:#1e3a5f;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.pbm-slot-address-change:hover{text-decoration:underline}.pbm-slot-address-select-row{display:flex;align-items:center;gap:8px}.pbm-slot-address-select-row .pbm-date-input{flex:1}.pbm-inline-modal-backdrop{position:fixed;inset:0;background:#0f172a59;display:flex;justify-content:center;align-items:center;z-index:50}.pbm-inline-modal{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:16px 18px 18px;box-shadow:0 20px 40px #0f172a2e}.pbm-inline-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}.pbm-inline-modal-title{font-size:16px;font-weight:700;color:#0f172a;margin:0}.pbm-inline-modal-close{border:none;background:none;font-size:20px;line-height:1;cursor:pointer;color:#64748b}.pbm-inline-modal-subtitle{font-size:13px;color:#64748b;margin:0 0 10px}.pbm-inline-modal-form{display:flex;flex-direction:column;gap:8px}.pbm-inline-field-label{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:500;color:#475569}.pbm-inline-input{padding:8px 10px;border-radius:8px;border:1px solid #e2e8f0;font-size:13px}.pbm-inline-input:focus{outline:none;border-color:#1e3a5f;box-shadow:0 0 0 1px #1e3a5f33}.pbm-inline-error{font-size:12px;color:#dc2626;margin-top:2px}.pbm-inline-submit{margin-top:6px;height:40px;border-radius:999px;border:none;background:#111827;color:#fff;font-size:13px;font-weight:600;cursor:pointer}.pbm-inline-submit:disabled{opacity:.7;cursor:default}.pbm-slot-option{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:14px 16px;margin-bottom:12px}.pbm-slot-option-left{display:flex;flex-direction:column;gap:4px}.pbm-instant-badge{display:inline-block;background:#16a34a;color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:6px;width:fit-content}.pbm-instant-time{font-size:14px;color:#64748b}.pbm-slot-option-label{font-size:15px;font-weight:600;color:#1e293b}.pbm-radio-wrap{width:24px;height:24px;border:none;background:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}.pbm-radio{width:20px;height:20px;border-radius:50%;border:2px solid #94a3b8;display:block}.pbm-radio.checked{border-color:#1e3a5f;background:#1e3a5f;box-shadow:inset 0 0 0 4px #fff}.pbm-slot-subtitle{font-size:14px;font-weight:600;color:#475569;margin:16px 0 10px}.pbm-slot-label{display:block;font-size:14px;font-weight:600;color:#334155;margin:16px 0 8px}.pbm-slot-label:first-of-type{margin-top:0}.pbm-field{position:relative}.pbm-field-placeholder{position:absolute;left:16px;top:50%;transform:translateY(-50%);font-size:16px;font-weight:500;color:#94a3b8;pointer-events:none;transition:opacity .15s ease,transform .15s ease}.pbm-field:focus-within .pbm-field-placeholder{opacity:0;transform:translateY(-45%)}.pbm-date-input.pbm-empty,.pbm-time-input.pbm-empty{color:transparent;caret-color:transparent}.pbm-date-input.pbm-empty::-webkit-datetime-edit,.pbm-time-input.pbm-empty::-webkit-datetime-edit{color:transparent}.pbm-date-input{display:block;width:100%;padding:14px 16px;font-size:16px;font-weight:500;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none}.pbm-date-input:focus{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f26}.pbm-date-input::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7}.pbm-time-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:8px}.pbm-time-input{display:block;width:100%;padding:14px 16px;font-size:16px;font-weight:500;color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;appearance:none}.pbm-time-input:focus{border-color:#1e3a5f;box-shadow:0 0 0 3px #1e3a5f26}.pbm-time-slot{padding:14px 16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;font-size:15px;font-weight:600;color:#334155;cursor:pointer;transition:all .2s;text-align:center}.pbm-time-slot:hover{border-color:#1e3a5f;color:#1e3a5f;background:#f8fafc}.pbm-time-slot.selected{border-color:#1e3a5f;background:#1e3a5f;color:#fff}.pbm-date-row,.pbm-time-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.pbm-date-box,.pbm-time-box{padding:10px 14px;border:1px solid #c7d2fe;border-radius:10px;background:#fff;font-size:13px;font-weight:600;color:#334155;cursor:pointer;transition:all .2s}.pbm-date-box:hover,.pbm-time-box:hover{border-color:#1e3a5f;color:#1e3a5f}.pbm-date-box.selected,.pbm-time-box.selected{border-color:#1e3a5f;background:#eef2ff;color:#1e3a5f}.pbm-slot-container .pbm-action-btn{margin-top:24px;background:#1e3a5f}.pbm-slot-container .pbm-action-btn:hover:not(:disabled){background:#2d4a7c}@media(min-width:768px){.pbm-overlay{align-items:center}.pbm-container{border-radius:24px;padding:32px}.pbm-time-grid{grid-template-columns:repeat(4,1fr)}}.won-coupons-modal-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:11000;padding:20px;animation:wonCouponsFadeIn .25s ease}@keyframes wonCouponsFadeIn{0%{opacity:0}to{opacity:1}}.won-coupons-modal{background:#fff;border-radius:20px;max-width:440px;width:100%;max-height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 48px #0000001f,0 8px 16px #00000014;border:1px solid #e8e8e8;animation:wonCouponsSlideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes wonCouponsSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.won-coupons-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 20px 16px;border-bottom:1px solid #f0f0f0}.won-coupons-modal-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0}.won-coupons-modal-close{background:none;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;border-radius:50%;transition:background .2s,color .2s}.won-coupons-modal-close:hover{background:#f5f5f5;color:#1a1a1a}.won-coupons-modal-body{padding:16px 20px;overflow-y:auto;flex:1;min-height:80px}.won-coupons-modal-empty{font-size:14px;color:#64748b;margin:0;text-align:center;padding:16px 0}.won-coupons-modal-loading{color:#64748b}.won-coupons-modal-error{color:#b91c1c}.won-coupons-modal-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.won-coupons-modal-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:6px}.won-coupons-modal-item.used{opacity:.75;background:#f8fafc}.won-coupons-modal-item-main{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.won-coupons-modal-code{font-weight:600;font-size:14px;color:#0f172a;background:#f1f5f9;padding:4px 10px;border-radius:6px}.won-coupons-modal-discount{font-size:13px;color:#16a34a;font-weight:600}.won-coupons-modal-valid{font-size:12px;color:#64748b}.won-coupons-modal-used-badge{font-size:12px;font-weight:600;color:#64748b;align-self:flex-start}.won-coupons-modal-actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px}.won-coupons-modal-use-hint{font-size:12px;color:#64748b}.won-coupons-modal-copy-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.won-coupons-modal-copy-btn:hover{background:#333}.won-coupons-modal-copy-btn.copied{background:#10b981}.won-coupons-modal-footer{padding:12px 20px 20px;border-top:1px solid #f0f0f0}.won-coupons-modal-close-btn{width:100%;padding:12px 16px;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s}.won-coupons-modal-close-btn:hover{background:#333}.freelancer-chat-wrapper{display:flex;flex-direction:column;height:100vh;height:100dvh;width:100%;background:#fff;position:fixed;top:0;left:0;right:0;z-index:2000}@media(min-width:768px){.freelancer-chat-wrapper{position:static;height:100%;min-height:100%;z-index:auto}}.freelancer-chat-header{display:flex;align-items:center;padding:12px 16px;background:#fff;border-bottom:1px solid #e5e7eb;gap:12px;position:sticky;top:0;z-index:10}.chat-back-button{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#374151}.chat-freelancer-info{flex:1;display:flex;align-items:center;gap:10px}.chat-avatar-container{position:relative;width:36px;height:36px}.chat-header-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#f1f5f9;border:1px solid #f1f5f9}.chat-online-indicator{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#22c55e;border:2px solid #fff;border-radius:50%}.chat-header-meta{display:flex;flex-direction:column;gap:2px}.chat-header-name{font-size:16px;font-weight:700;color:#111827;line-height:1.2}.chat-header-subtitle{font-size:12px;color:#6b7280;font-weight:400;line-height:1.3}.chat-header-status{font-size:11px;color:#22c55e;font-weight:500}.chat-more-options{background:none;border:none;padding:4px;cursor:pointer;color:#6b7280}.freelancer-chat-body{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px;background:#f3f4f6}.chat-date-separator{text-align:center;font-size:11px;color:#94a3b8;margin:16px 0;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.chat-bubble-container{display:flex;width:100%;align-items:flex-end;gap:8px}.chat-bubble-container.user{justify-content:flex-end}.chat-bubble-container.freelancer{justify-content:flex-start}.chat-bubble-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0;background:#e5e7eb}.chat-bubble{max-width:78%;padding:10px 14px;border-radius:12px;position:relative;box-shadow:0 1px 2px #0000000f}.chat-bubble.user{background:#e7f6ee;color:#111827;border-top-right-radius:4px;border:1px solid #cdebdc}.chat-bubble.freelancer{background:#fff;color:#334155;border-top-left-radius:4px;border:1px solid #e2e8f0}.chat-bubble-text{font-size:13.5px;line-height:1.5}.chat-bubble-time{font-size:10px;margin-top:4px;opacity:1;text-align:right;font-weight:500;display:flex;align-items:center;justify-content:flex-end;gap:4px;color:#6b7280}.chat-attachment{display:block;margin:6px 0 8px}.chat-attachment-image{display:block;max-width:240px;max-height:260px;width:auto;height:auto;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#fff}.chat-attachment-link{display:inline-flex;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;border:1px solid rgba(0,0,0,.08);background:#0000000a;color:inherit;font-size:12.5px;text-decoration:underline}.chat-sent-icon{display:inline-flex;opacity:1}.chat-typing-indicator{background:#fff;padding:10px 14px;border-radius:4px 12px 12px;display:flex;gap:4px;align-items:center;border:1px solid #e2e8f0;width:fit-content}.chat-typing-indicator span{width:5px;height:5px;background:#94a3b8;border-radius:50%;animation:typing 1.4s infinite ease-in-out}.chat-typing-indicator span:nth-child(1){animation-delay:0s}.chat-typing-indicator span:nth-child(2){animation-delay:.2s}.chat-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.freelancer-chat-footer{display:flex;flex-direction:row;align-items:center;gap:8px;background:#fff;border-top:1px solid #e5e7eb;padding:8px 12px;padding-bottom:max(8px,env(safe-area-inset-bottom))}.chat-input-row{flex-shrink:0}.chat-input-container{flex:1;min-width:0;height:40px;min-height:40px;display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:0 6px 0 10px}.chat-message-input{flex:1;background:none;border:none;outline:none;font-size:14px;color:#111827;resize:none;padding:2px 0;max-height:100px;font-family:inherit;line-height:1.4}.chat-message-input::placeholder{color:#9ca3af}.chat-action-btn{background:none;border:none;display:flex;align-items:center;justify-content:center;padding:4px;cursor:pointer;border-radius:8px;color:#fff;transition:all .2s}.chat-action-btn:hover:not(:disabled){background:#ffffff26;color:#fff}.chat-send-action-btn{width:36px;height:36px;background:linear-gradient(135deg,#2563eb,#4f46e5,#7c3aed);border:none;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#fff;box-shadow:0 3px 10px #4f46e559}.chat-send-action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 5px 14px #4f46e573}.chat-send-action-btn:disabled{opacity:.5;cursor:not-allowed}.chat-send-action-btn:active{transform:scale(.95)}.chat-loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px}.spinner{width:24px;height:24px;border:3px solid #e2e8f0;border-top:3px solid #1e3a5f;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:480px){.freelancer-chat-header{padding:8px 10px 8px 12px;gap:8px}.chat-avatar-container{width:32px;height:32px}.chat-header-name{font-size:14px;font-weight:600}.chat-header-subtitle{font-size:11px}.chat-back-button{padding:2px}.chat-back-button svg{width:20px;height:20px}.freelancer-chat-body{padding:10px 12px;gap:8px}.chat-date-separator{font-size:10px;margin:8px 0}.chat-bubble-container{gap:6px}.chat-bubble-avatar{width:28px;height:28px}.chat-bubble{max-width:82%;padding:8px 12px;border-radius:10px}.chat-bubble.user{border-top-right-radius:4px}.chat-bubble.freelancer{border-top-left-radius:4px}.chat-bubble-text{font-size:13px}.chat-bubble-time{font-size:9px;margin-top:2px}.chat-typing-indicator{padding:8px 12px;border-radius:10px}.freelancer-chat-footer{padding:6px 8px;padding-bottom:max(6px,env(safe-area-inset-bottom));background:#1e3a5f;gap:6px}.chat-send-offer-btn{border:1px solid rgba(255,255,255,.4);background:#ffffff26;color:#fff}.chat-send-offer-btn:hover:not(:disabled){background:#ffffff40}.chat-input-container{flex:1;min-width:0;height:40px;min-height:40px;border-radius:10px;padding:0 4px 0 8px;background:#ffffff1a;gap:6px}.chat-message-input{font-size:13px;padding:2px 0}.chat-action-btn{padding:3px}.chat-action-btn svg{width:20px;height:20px}.chat-send-action-btn{width:34px;height:34px}.chat-send-action-btn svg{width:18px;height:18px}.chat-auth-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px 20px;text-align:center;min-height:200px}.chat-auth-error-text{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 8px}.chat-auth-error-hint{font-size:14px;color:#64748b;margin:0 0 16px;max-width:280px}.chat-auth-error-btn{padding:10px 20px;background:#1e3a5f;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer}.chat-auth-error-actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:4px}.chat-auth-error-btn:hover{background:#2d4a73}.chat-auth-error-btn.secondary{background:#e2e8f0;color:#1e293b}.chat-auth-error-btn.secondary:hover{background:#cbd5e1}.chat-loading-spinner{gap:8px}.chat-loading-spinner p{font-size:12px}}.chat-input-row{display:flex;align-items:center;gap:8px;flex-shrink:0}.chat-send-offer-btn{height:40px;min-height:40px;padding:0 12px;border-radius:8px;border:1px solid #cbd5e1;background:#f1f5f9;color:#1e3a5f;font-size:13px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;flex-shrink:0;white-space:nowrap}.chat-send-offer-btn:hover:not(:disabled){background:#e2e8f0;border-color:#94a3b8}.chat-send-offer-btn:disabled{opacity:.6;cursor:not-allowed}.chat-offer-bubble{max-width:280px;padding:12px}.chat-offer-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;opacity:.9;margin-bottom:4px}.chat-offer-amount{font-size:18px;font-weight:700;margin-bottom:4px}.chat-offer-meta,.chat-offer-note{font-size:12px;opacity:.9;margin-top:4px}.chat-offer-status{font-size:12px;font-weight:600;margin-top:8px}.chat-offer-status.accepted{color:#16a34a}.chat-offer-status.rejected{color:#dc2626}.chat-offer-pay-amount{font-size:13px;font-weight:600;margin-top:6px;color:#0f172a}.chat-offer-actions{display:flex;gap:8px;margin-top:10px}.chat-offer-btn{padding:6px 14px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;border:none}.chat-offer-btn.accept{background:#16a34a;color:#fff}.chat-offer-btn.reject{background:#f1f5f9;color:#475569}.chat-offer-btn:disabled{opacity:.7;cursor:not-allowed}.chat-offer-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:3000;padding:16px}.chat-offer-modal{background:#fff;border-radius:12px;padding:20px;width:100%;max-width:360px;box-shadow:0 10px 40px #0003}.chat-offer-modal-title{margin:0 0 16px;font-size:18px;font-weight:600}.chat-offer-field{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.chat-offer-field span{font-size:13px;font-weight:500;color:#374151}.chat-offer-field input[type=number],.chat-offer-field input[type=text]{padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px}.chat-offer-radio{display:flex;flex-direction:column;gap:8px}.chat-offer-radio label{display:flex;align-items:center;gap:8px;font-size:14px;cursor:pointer}.chat-offer-pct{width:60px;padding:4px 8px;border:1px solid #d1d5db;border-radius:6px}.chat-offer-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.chat-offer-cancel{padding:8px 16px;border:1px solid #d1d5db;background:#fff;border-radius:8px;font-size:14px;cursor:pointer}.chat-offer-submit{padding:8px 16px;background:#1e3a5f;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer}.chat-offer-submit:disabled{opacity:.6;cursor:not-allowed}.toast-container{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background-color:#2d6581;color:#fff;padding:12px 24px;border-radius:999px;box-shadow:0 8px 24px #0003;z-index:9999;display:flex;align-items:center;justify-content:center;min-width:200px;max-width:90%;text-align:center;animation:toast-slide-up .3s ease-out}.toast-container.success{background-color:#2d6581}.toast-container.error{background-color:#ff4d4f}.toast-container.info{background-color:#4c6ef5}.toast-message{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;margin:0;white-space:nowrap}@media(max-width:480px){.toast-container{bottom:max(16px,env(safe-area-inset-bottom));padding:10px 16px;min-width:0;max-width:calc(100vw - 32px)}.toast-message{font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}@keyframes toast-slide-up{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.service-location-screen{min-height:100vh;min-height:100dvh;background-color:#fafafa;position:fixed;inset:0;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom);overscroll-behavior-y:contain}.service-location-header{flex-shrink:0;padding:12px 16px;padding-top:max(12px,env(safe-area-inset-top));display:flex;align-items:center;background-color:#fff;border-bottom:1px solid #eee}.service-location-back{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:10px;cursor:pointer;color:#1a1a1a;transition:background-color .2s}.service-location-back:hover{background-color:#0000000f}.service-location-back:active{background-color:#0000001a}.service-location-manual-top{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:16px}.service-location-manual-back{display:inline-flex;align-items:center;justify-content:center;padding:8px;margin:-8px 0 -8px -8px;background:none;border:none;color:#1a1a1a;cursor:pointer;transition:opacity .2s,background-color .2s;border-radius:8px}.service-location-manual-back:hover{opacity:.85;background-color:#0000000f}.service-location-manual-back:active{background-color:#0000001a}.service-location-manual-back svg{flex-shrink:0}.service-location-manual-top .service-location-manual-label{margin:0;flex:1;font-size:18px;font-weight:600;color:#1a1a1a;line-height:1.3;text-align:left}.service-location-search-in-header{flex:1;display:flex;align-items:center;gap:8px;background:#f5f5f5;border:1px solid #e8e8e8;border-radius:10px;padding:8px 12px;min-width:0}.service-location-search-icon{flex-shrink:0;color:#666}.service-location-search-header-input{flex:1;border:none;outline:none;background:transparent;font-size:15px;font-family:system-ui,-apple-system,sans-serif;color:#1a1a1a}.service-location-search-header-input::placeholder{color:#999}.service-location-search-btn{flex-shrink:0;min-width:56px;padding:6px 12px;font-size:14px;font-weight:600;font-family:system-ui,-apple-system,sans-serif;color:#fff;background:#1a1a1a;border:none;border-radius:8px;cursor:pointer;transition:background-color .2s,opacity .2s;white-space:nowrap}.service-location-search-btn:hover:not(:disabled){background:#333}.service-location-search-btn:disabled{opacity:.6;cursor:not-allowed}.service-location-manual-form{width:100%;max-width:320px;display:flex;flex-direction:column;gap:12px;margin-bottom:8px}.service-location-manual-input{width:100%;padding:10px 14px;font-size:15px;font-family:system-ui,-apple-system,sans-serif;border:1px solid #e0e0e0;border-radius:10px;background:#fff;color:#1a1a1a;outline:none;box-sizing:border-box}.service-location-manual-input:focus{border-color:#1a1a1a;box-shadow:0 0 0 2px #1a1a1a14}.service-location-manual-input::placeholder{color:#999}.service-location-manual-input:disabled{opacity:.7;cursor:not-allowed}.service-location-manual-submit{margin-top:4px}.service-location-or-wrap{width:100%;display:flex;align-items:center;gap:16px;margin:16px 0 12px}.service-location-or-wrap:before,.service-location-or-wrap:after{content:"";flex:1;height:1px;background:#e0e0e0}.service-location-or{font-size:13px;font-weight:500;color:#999;font-family:system-ui,-apple-system,sans-serif}.service-location-manual-label{margin:0 0 12px;font-size:16px;font-weight:600;color:#1a1a1a;font-family:system-ui,-apple-system,sans-serif;text-align:center;line-height:1.3;align-self:stretch}.service-location-manual-hint{margin:0 0 12px;font-size:13px;font-weight:400;color:#666;font-family:system-ui,-apple-system,sans-serif;text-align:center;line-height:1.4}.service-location-use-current{width:100%;max-width:320px;padding:10px 20px;display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;border:1px solid #e0e0e0;border-radius:10px;font-size:15px;font-weight:600;font-family:system-ui,-apple-system,sans-serif;color:#1a1a1a;cursor:pointer;transition:background-color .2s,border-color .2s}.service-location-use-current:hover:not(:disabled){background:#f8f8f8;border-color:#ccc}.service-location-use-current:disabled{opacity:.6;cursor:not-allowed}.service-location-use-current-icon{flex-shrink:0;color:#1a1a1a}.service-location-confirm-card{width:100%;max-width:320px;margin:0 auto;background:#fff;border-radius:14px;padding:24px 20px;box-shadow:0 2px 10px #0000000f;display:flex;flex-direction:column;align-items:center;text-align:center}.service-location-confirm-pin{color:#1a1a1a;margin-bottom:16px}.service-location-delivering{margin:0 0 8px;font-size:14px;font-weight:600;color:#16a34a;font-family:system-ui,-apple-system,sans-serif}.service-location-primary{margin:0 0 8px;font-size:17px;font-weight:700;color:#1a1a1a;font-family:system-ui,-apple-system,sans-serif;line-height:1.3}.service-location-address{margin:0 0 20px;font-size:14px;font-weight:400;color:#666;font-family:system-ui,-apple-system,sans-serif;line-height:1.4}.service-location-address-unavailable{margin:0 0 8px;font-size:15px;font-weight:600;color:#1a1a1a;font-family:system-ui,-apple-system,sans-serif;line-height:1.4}.service-location-address-hint{margin:0 0 20px;font-size:14px;font-weight:400;color:#666;font-family:system-ui,-apple-system,sans-serif;line-height:1.4}.service-location-confirm-btn{width:100%;max-width:280px}.service-location-content{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;padding:16px 20px 24px;max-width:500px;margin:0 auto;width:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.service-location-content.manual-no-header{padding-top:max(16px,env(safe-area-inset-top));align-items:flex-start}.service-location-card{width:100%;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0000000f;aspect-ratio:4 / 3;min-height:220px;max-height:320px}.service-location-map{width:100%;height:100%;min-height:220px}.service-location-map-placeholder{width:100%;height:100%;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#666;font-size:14px;font-family:system-ui,-apple-system,sans-serif}.service-location-pin{position:relative;width:40px;height:40px;border-radius:50% 50% 50% 0;transform:rotate(-45deg);background-color:#1a1a1a;box-shadow:0 2px 8px #0003}.service-location-pin:after{content:"";position:absolute;width:14px;height:14px;background:#fff;border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.service-location-search-wrap{width:100%;margin-top:14px}.service-location-search{width:100%;padding:10px 14px;font-size:15px;font-family:system-ui,-apple-system,sans-serif;border:1px solid #e0e0e0;border-radius:10px;background:#fff;color:#1a1a1a;outline:none;box-sizing:border-box}.service-location-search:focus{border-color:#1a1a1a;box-shadow:0 0 0 2px #1a1a1a14}.service-location-search::placeholder{color:#999}.service-location-prompt{margin:20px 0 16px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#1a1a1a;text-align:center}.service-location-actions{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}.service-location-btn{width:100%;max-width:320px;padding:8px 20px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;border-radius:10px;cursor:pointer;transition:background-color .2s,border-color .2s,color .2s;border:none}.service-location-btn:disabled{opacity:.7;cursor:not-allowed}.service-location-btn.primary{background:#1a1a1a;color:#fff}.service-location-btn.primary:hover:not(:disabled){background:#333}.service-location-btn.primary:active:not(:disabled){background:#000}.service-location-btn.secondary{background:#fff;color:#1a1a1a;border:1px solid #1a1a1a}.service-location-btn.secondary:hover:not(:disabled){background:#f5f5f5;border-color:#333;color:#333}.service-location-btn.secondary:active:not(:disabled){background:#f0f0f0}.service-location-error{margin:10px 0 0;font-size:14px;color:#dc2626;font-family:system-ui,-apple-system,sans-serif;text-align:center}.service-location-selected{width:100%;margin-top:12px;padding:12px 14px;background:#f8f8f8;border-radius:10px;border:1px solid #e8e8e8}.service-location-selected-address{margin:0;font-size:14px;color:#333;font-family:system-ui,-apple-system,sans-serif;line-height:1.4}.loading-spinner{width:32px;height:32px;border:3px solid #eee;border-top-color:#1a1a1a;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:480px){.service-location-header{padding:10px 14px;padding-top:max(10px,env(safe-area-inset-top))}.service-location-search-in-header{gap:6px;padding:8px 10px}.service-location-search-header-input{font-size:14px;min-width:0}.service-location-search-btn{min-width:52px;padding:6px 10px;font-size:13px}.service-location-content{padding:14px 16px 20px}.service-location-card{min-height:200px;max-height:280px}.service-location-map,.service-location-map-placeholder{min-height:200px}.service-location-prompt{margin:16px 0 14px;font-size:15px}.service-location-actions{gap:8px}.service-location-btn{padding:8px 20px;font-size:15px}}.invite-friend-container{min-height:100vh;background-color:#f5f5f5;display:flex;justify-content:center;align-items:flex-start}.invite-friend-content{width:100%;max-width:500px;background-color:#f5f5f5;overflow-y:auto;display:flex;flex-direction:column;padding-bottom:120px}.invite-friend-header{display:flex;align-items:center;gap:16px;padding:10px 16px 10px 12px;min-height:44px;box-sizing:border-box;background-color:#f5f5f5;position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(0,0,0,.08)}.invite-friend-header .back-button{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:44px;min-width:44px;height:44px;margin:0;padding:0;background:transparent!important;border:none!important;border-radius:0!important;cursor:pointer;color:#2a2832;line-height:0}.invite-friend-header .back-button svg{stroke:currentColor;display:block;width:24px;height:24px;flex-shrink:0}.invite-friend-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:18px;font-weight:700;line-height:1.25;letter-spacing:.02em;color:#2a2832;margin:0;padding:0;flex:1;min-width:0;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.invite-web-back-wrap{display:none}.invite-web-back{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#64748b;background:none;border:none;cursor:pointer;padding:8px 0;margin:0}.invite-web-back:hover{color:#0f766e}.invite-tagline{font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:#64748b;margin:8px 12px 0;line-height:1.4}.invite-benefits-amounts{font-family:system-ui,-apple-system,sans-serif;font-size:12px;color:#475569;margin:6px 12px 0;line-height:1.45;font-weight:500}.invite-benefits-amounts strong{color:#0f766e;font-weight:600}.invite-code-card{margin:10px 12px 8px;padding:12px 14px;border-radius:10px;background:linear-gradient(135deg,#2a2832,#3d3544);display:flex;align-items:center;justify-content:space-between;gap:10px;box-shadow:0 2px 8px #2a283233}.invite-code-label{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;color:#ffffffb3;letter-spacing:.05em;text-transform:uppercase}.invite-code-value{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;color:#fff;letter-spacing:.05em}.invite-copy-button{border-radius:999px;padding:6px 14px;background:#fffffff2;color:#2a2832;border:none;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .2s}.invite-copy-button:hover{opacity:.9}.invite-copy-button:active{opacity:.85}.invite-copy-button.invite-copy-button-copied{background:#0f766e;color:#fff}.invite-copy-button.invite-copy-button-copied:hover{opacity:.95}.invite-actions-grid{margin:8px 12px;display:flex;flex-wrap:wrap;gap:8px}.invite-share-button{border-radius:8px;padding:8px 12px;border:1px solid rgba(0,0,0,.1);background-color:#fff;display:flex;align-items:center;gap:6px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;color:#334155;cursor:pointer;transition:background-color .2s,border-color .2s;box-shadow:0 1px 2px #0000000a}.invite-share-button svg{flex-shrink:0;stroke:currentColor}.invite-share-button.whatsapp{border-color:#2b8a3e4d;background-color:#2b8a3e14;color:#15803d}.invite-share-button.sms,.invite-share-button.email{border-color:#0000001a;background-color:#fff;color:#475569}.invite-share-button:hover{background-color:#f8fafc;border-color:#0000001f}.invite-share-button.invite-share-primary{background:#2a2832;color:#fff;border-color:#2a2832}.invite-share-button.invite-share-primary:hover{background:#3d3544;border-color:#3d3544}.invite-footer-line{margin:6px 12px 16px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;color:#64748b;line-height:1.5}.invite-track-link{color:#2a2832;font-weight:600;cursor:pointer;text-decoration:none;background:none;border:none;padding:0;font-size:inherit}.invite-track-link:hover{text-decoration:underline}.invite-referred-banner{margin:0 12px 8px;padding:8px 12px;background:#2a283214;border-radius:8px;border:1px solid rgba(42,40,50,.15)}.invite-referred-banner p{margin:0;font-size:13px;color:#475569}.invite-referred-banner button{margin-top:10px;padding:8px 16px;border-radius:999px;background:#2a2832;color:#fff;border:none;font-weight:600;font-size:13px;cursor:pointer}.invite-modal-overlay{position:fixed;inset:0;background:#0006;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px}.invite-modal-content{background:#fff;border-radius:12px;max-width:400px;width:100%;max-height:80vh;overflow:hidden;box-shadow:0 10px 40px #00000026}.invite-modal-header{padding:16px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center}.invite-modal-body{max-height:300px;overflow-y:auto;padding:12px}.invite-modal-body .invite-referral-row{padding:12px;border-bottom:1px solid #e2e8f0}html.services-theme-dark .invite-modal-body .invite-referral-row,body.services-theme-dark .invite-modal-body .invite-referral-row{border-bottom-color:#ffffff1a}html.services-theme-dark .invite-friend-container,body.services-theme-dark .invite-friend-container,html.services-theme-dark .invite-friend-content,body.services-theme-dark .invite-friend-content{background-color:#020617}html.services-theme-dark .invite-friend-header,body.services-theme-dark .invite-friend-header{background-color:#020617;border-bottom-color:#ffffff14}html.services-theme-dark .invite-friend-header .back-button,body.services-theme-dark .invite-friend-header .back-button{color:#e5e7eb}html.services-theme-dark .invite-friend-title,body.services-theme-dark .invite-friend-title{color:#f9fafb}html.services-theme-dark .invite-tagline,body.services-theme-dark .invite-tagline{color:#9ca3af}html.services-theme-dark .invite-benefits-amounts,body.services-theme-dark .invite-benefits-amounts{color:#94a3b8}html.services-theme-dark .invite-benefits-amounts strong,body.services-theme-dark .invite-benefits-amounts strong{color:#2dd4bf}html.services-theme-dark .invite-code-card,body.services-theme-dark .invite-code-card{background:linear-gradient(135deg,#02081a,#0f172a);border:1px solid rgba(255,255,255,.08);box-shadow:0 4px 12px #00000080}html.services-theme-dark .invite-copy-button.invite-copy-button-copied,body.services-theme-dark .invite-copy-button.invite-copy-button-copied{background:#0f766e;color:#fff}html.services-theme-dark .invite-code-card .invite-copy-button:not(.invite-copy-button-copied),body.services-theme-dark .invite-code-card .invite-copy-button:not(.invite-copy-button-copied){border:1px solid rgba(255,255,255,.12)}html.services-theme-dark .invite-share-button,body.services-theme-dark .invite-share-button{background-color:#02081a;border-color:#ffffff1a;color:#e5e7eb}html.services-theme-dark .invite-share-button.sms,html.services-theme-dark .invite-share-button.email,body.services-theme-dark .invite-share-button.sms,body.services-theme-dark .invite-share-button.email{background-color:#02081a;color:#e5e7eb}html.services-theme-dark .invite-share-button.whatsapp,body.services-theme-dark .invite-share-button.whatsapp{background-color:#22c55e1f;border-color:#22c55e59;color:#86efac}html.services-theme-dark .invite-share-button.whatsapp:hover,body.services-theme-dark .invite-share-button.whatsapp:hover{background-color:#22c55e33}html.services-theme-dark .invite-share-button:hover,body.services-theme-dark .invite-share-button:hover{background-color:#0f172a}html.services-theme-dark .invite-share-button.invite-share-primary,body.services-theme-dark .invite-share-button.invite-share-primary{background:#e5e7eb;color:#020617;border-color:#e5e7eb}html.services-theme-dark .invite-share-button.invite-share-primary:hover,body.services-theme-dark .invite-share-button.invite-share-primary:hover{background:#f1f5f9;border-color:#f1f5f9}html.services-theme-dark .invite-footer-line,body.services-theme-dark .invite-footer-line{color:#9ca3af}html.services-theme-dark .invite-track-link,body.services-theme-dark .invite-track-link{color:#e5e7eb}html.services-theme-dark .invite-referred-banner,body.services-theme-dark .invite-referred-banner{background:#ffffff0f;border-color:#ffffff1a}html.services-theme-dark .invite-referred-banner p,body.services-theme-dark .invite-referred-banner p{color:#e5e7eb}html.services-theme-dark .invite-referred-banner button,body.services-theme-dark .invite-referred-banner button{background:#e5e7eb;color:#020617}html.services-theme-dark .invite-modal-content,body.services-theme-dark .invite-modal-content{background:#0f172a}html.services-theme-dark .invite-modal-body,body.services-theme-dark .invite-modal-body{color:#e5e7eb}html.services-theme-dark .invite-modal-header,body.services-theme-dark .invite-modal-header{border-bottom-color:#ffffff1a}html.services-theme-dark .invite-modal-header h3,body.services-theme-dark .invite-modal-header h3{color:#f9fafb}@media(max-width:768px){.invite-friend-container{min-height:100vh;min-height:100dvh}.invite-friend-header{padding:10px 12px;gap:16px;min-height:44px;border-bottom-width:1px}.invite-friend-header .back-button{width:44px;min-width:44px;height:44px}.invite-friend-title{margin-left:40px;font-size:15px;font-weight:600;line-height:1.25}.invite-tagline{font-size:12px;margin:6px 12px 0;line-height:1.4}.invite-code-card{margin:8px 12px 6px;padding:10px 12px;border-radius:8px}.invite-code-label{font-size:9px;letter-spacing:.04em}.invite-code-value{font-size:15px;font-weight:600;letter-spacing:.04em}.invite-copy-button{padding:5px 12px;font-size:11px;font-weight:600}.invite-actions-grid{margin:6px 12px;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.invite-share-button{padding:8px 6px;font-size:10px;font-weight:500;border-radius:6px;flex-direction:column;gap:4px;min-height:48px;justify-content:center;align-items:center;text-align:center}.invite-share-button svg{width:18px;height:18px}.invite-footer-line{margin:4px 12px 12px;font-size:11px;line-height:1.45}.invite-referred-banner{margin:0 12px 6px;padding:6px 10px}.invite-referred-banner p{font-size:11px}.invite-referred-banner button{margin-top:6px;padding:5px 12px;font-size:11px}.invite-actions-grid.invite-actions-single .invite-share-primary{grid-column:1 / -1;padding:10px 12px;font-size:13px;flex-direction:row;justify-content:center;gap:6px}html.services-theme-dark .invite-friend-content,body.services-theme-dark .invite-friend-content{background-color:#0f172a;border-top:1px solid rgba(255,255,255,.06)}}@media(min-width:768px){.invite-friend-container{padding:24px;align-items:flex-start}.invite-friend-content{max-width:420px;width:100%;background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding-bottom:80px}html.services-theme-dark .invite-friend-content,body.services-theme-dark .invite-friend-content{background-color:#0f172a;box-shadow:0 4px 20px #0006}.invite-friend-header{display:none}.invite-web-back-wrap{display:block;padding:12px 16px 0}.invite-web-back{color:#64748b}html.services-theme-dark .invite-web-back,body.services-theme-dark .invite-web-back{color:#94a3b8}html.services-theme-dark .invite-web-back:hover,body.services-theme-dark .invite-web-back:hover{color:#2dd4bf}.invite-actions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:8px 12px}.invite-share-button{flex-direction:column;gap:6px;min-height:56px;justify-content:center;align-items:center;text-align:center;padding:10px 8px}.invite-share-button svg{width:20px;height:20px}.invite-actions-grid.invite-actions-single .invite-share-primary{grid-column:1 / -1;flex-direction:row;justify-content:center}}.search-page-overlay{position:fixed;top:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;height:100vh;background-color:#fff;z-index:2000;display:flex;flex-direction:column}.search-page-header{padding:8px 12px;border-bottom:1px solid #f5f5f5}.search-bar-unified{display:flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid #ececec;border-radius:6px;background-color:#f8f8f8;outline:none;box-shadow:none;transition:border-color .2s}.search-bar-unified:focus-within{border-color:#e0e0e0;background-color:#fff;outline:none;box-shadow:none}.search-back-btn{background:none;border:none;padding:0;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;flex-shrink:0}.search-back-btn:hover{color:#1a1a1a}.search-main-input{flex:1;border:none;padding:2px 0;font-size:13px;font-family:inherit;background:transparent;outline:none;box-shadow:none}.search-main-input::placeholder{color:#999}.search-clear-btn{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-voice-btn{background-color:#fff;border:1px solid #e0e0e0;border-radius:999px;padding:3px 8px;display:inline-flex;align-items:center;gap:4px;cursor:pointer;color:#555;font-size:11px;font-weight:500;flex-shrink:0}.search-voice-btn:disabled{opacity:.5;cursor:not-allowed}.search-voice-btn.listening{color:#059669;border-color:#059669}.search-voice-status{white-space:nowrap}.search-page-content{flex:1;overflow-y:auto;padding:16px}.trending-heading{font-size:14px;font-weight:700;color:#1a1a1a;margin:0 0 12px}.trending-chips{display:flex;flex-wrap:wrap;gap:8px}.trending-chip{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background-color:#f0f0f0;border:1px solid #e8e8e8;border-radius:16px;font-size:12px;font-weight:500;color:#333;cursor:pointer;transition:background-color .2s}.trending-chip:hover{background-color:#e8e8e8}.trending-chip-icon{display:flex;align-items:center;justify-content:center;color:#666;flex-shrink:0}.trending-chip-icon svg{width:14px;height:14px}.trending-chip-text{white-space:nowrap}.search-list-item{display:flex;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid #f5f5f5;cursor:pointer}.search-list-item:active{background-color:#fafafa}.search-list-icon{width:44px;height:44px;background-color:#f5f5f5;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:20px}.search-list-text{flex:1;display:flex;flex-direction:column;gap:2px}.search-list-title{font-size:15px;font-weight:600;color:#1a1a1a}.search-list-subtype{font-size:12px;color:#888}.no-results{text-align:center;padding:40px 20px;color:#888}@media(max-width:767px){.search-page-overlay{max-width:none}.search-page-header{padding:10px 14px}.search-bar-unified{padding:4px 6px;gap:5px;border-radius:5px;border:1px solid #ececec}.search-main-input{font-size:13px}.search-page-content{padding:12px 14px}.trending-heading{font-size:13px;margin-bottom:10px}.trending-chips{gap:6px}.trending-chip{padding:5px 10px;gap:5px;border-radius:14px;font-size:11px}.trending-chip-icon svg{width:12px!important;height:12px!important}.search-list-item{padding:10px 0;gap:12px}.search-list-icon{width:36px;height:36px;font-size:16px}.search-list-title{font-size:14px}}.all-services-container.theme-light,.services-theme-light .all-services-container{--services-bg-main: #ffffff;--services-bg-header: #ffffff;--services-bg-search: #f8f8f8;--services-input-border: #e8e8e8;--services-text-primary: #1a1a1a;--services-text-secondary: #666666;--services-text-muted: #888888;--services-input-placeholder: #999999;--services-icon-muted: #666666;--services-accent-mic: #059669;--services-accent-quick-bg: #ffc107;--services-accent-quick-text: #1a1a1a;--services-accent-primary-bg: #28262f;--services-accent-primary-text: #ffffff;--services-card-bg: #ffffff;--services-card-border: rgba(0, 0, 0, .06);--services-card-shadow: 0 1px 3px rgba(0, 0, 0, .05), 0 2px 8px rgba(0, 0, 0, .04);--services-card-shadow-hover: 0 4px 14px rgba(0, 0, 0, .08), 0 2px 6px rgba(0, 0, 0, .04);--services-card-image-bg: #f8fafc;--services-card-text-bg: #ffffff;--services-card-text-border: rgba(15, 23, 42, .06);--services-card-title: #334155;--services-status-text: #666666;--services-status-error: #dc2626;--services-overlay-bg: rgba(0, 0, 0, .5);--services-panel-bg: #ffffff;--services-panel-border: #f0f0f0;--services-filter-pill-bg: #ffffff;--services-filter-pill-border: #e0e0e0;--services-filter-pill-bg-hover: #f5f5f5;--services-filter-pill-selected-bg: #28262f;--services-filter-pill-selected-text: #ffffff;--services-filter-pill-selected-border: #28262f;--services-filter-pill-hint: #888888;--services-filter-count: #1a1a1a;--services-filter-pills-bg: #f0f0f0;--services-filter-pills-border: #e0e0e0;--services-filter-pills-text: #666666;--services-filter-pills-hover-bg: #e8e8e8;--services-filter-pills-active-bg: #28262f;--services-filter-pills-active-text: #ffffff;--services-filter-pills-active-border: #28262f;--services-border-subtle: rgba(15, 23, 42, .06);--services-border-strong: rgba(15, 23, 42, .16);--services-bg-toggle: #f9fafb}.all-services-container.theme-dark,.services-theme-dark .all-services-container{--services-bg-main: #020617;--services-bg-header: #020617;--services-bg-search: #020617;--services-input-border: #1f2937;--services-text-primary: #f9fafb;--services-text-secondary: #e5e7eb;--services-text-muted: #9ca3af;--services-input-placeholder: #6b7280;--services-icon-muted: #9ca3af;--services-accent-mic: #34d399;--services-accent-quick-bg: #facc15;--services-accent-quick-text: #111827;--services-accent-primary-bg: #4f46e5;--services-accent-primary-text: #f9fafb;--services-card-bg: #02081a;--services-card-border: rgba(148, 163, 184, .35);--services-card-shadow: 0 14px 35px rgba(15, 23, 42, .9);--services-card-shadow-hover: 0 20px 55px rgba(15, 23, 42, 1);--services-card-image-bg: #020617;--services-card-text-bg: #020617;--services-card-text-border: rgba(148, 163, 184, .3);--services-card-title: #e5e7eb;--services-status-text: #9ca3af;--services-status-error: #f97373;--services-overlay-bg: rgba(15, 23, 42, .8);--services-panel-bg: #020617;--services-panel-border: #111827;--services-filter-pill-bg: #020617;--services-filter-pill-border: #1f2937;--services-filter-pill-bg-hover: #111827;--services-filter-pill-selected-bg: #4f46e5;--services-filter-pill-selected-text: #f9fafb;--services-filter-pill-selected-border: #4f46e5;--services-filter-pill-hint: #9ca3af;--services-filter-count: #e5e7eb;--services-filter-pills-bg: #020617;--services-filter-pills-border: #1f2937;--services-filter-pills-text: #9ca3af;--services-filter-pills-hover-bg: #111827;--services-filter-pills-active-bg: #4f46e5;--services-filter-pills-active-text: #f9fafb;--services-filter-pills-active-border: #4f46e5;--services-border-subtle: rgba(148, 163, 184, .35);--services-border-strong: rgba(148, 163, 184, .7);--services-bg-toggle: #020617}.all-services-container{min-height:100vh;background:var(--services-bg-main);color:var(--services-text-primary);display:flex;flex-direction:column;padding-bottom:90px}.all-services-topbar{flex-shrink:0;background:var(--services-bg-header)}@media(min-width:768px){.all-services-topbar{position:sticky;top:0;z-index:1200;box-shadow:0 1px 2px #0000000a;border-bottom:1px solid var(--services-border-subtle)}}.all-services-header{flex-shrink:0;padding:10px 16px 8px;padding-top:max(10px,env(safe-area-inset-top));background:var(--services-bg-header)}.all-services-title{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;color:var(--services-text-primary);margin:0;text-align:center}.all-services-theme-toggle{flex:0;min-width:auto;padding-inline:10px;border-radius:999px;border:1px solid var(--services-border-subtle);background:var(--services-bg-toggle);color:var(--services-text-muted);font-size:11px}.all-services-theme-toggle:hover{border-color:var(--services-border-strong);color:var(--services-text-primary);box-shadow:0 0 0 1px var(--services-border-subtle)}.all-services-theme-toggle:active{transform:scale(.96)}.all-services-search-wrap{flex-shrink:0;padding:6px 16px;background:var(--services-bg-header)}.all-services-search{display:flex;align-items:center;gap:8px;background:var(--services-bg-search);border:1px solid var(--services-input-border);border-radius:8px;padding:6px 10px}.all-services-search svg{flex-shrink:0;color:var(--services-icon-muted)}.all-services-search-input{flex:1;border:none;outline:none;background:transparent;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:var(--services-text-primary);min-width:0}.all-services-search-input::placeholder{color:var(--services-input-placeholder)}.all-services-search-mic{flex-shrink:0;background:none;border:none;padding:4px;cursor:pointer;color:var(--services-icon-muted);display:flex;align-items:center;justify-content:center}.all-services-search-mic:hover:not(:disabled){color:var(--services-text-primary)}.all-services-search-mic:disabled{opacity:.5;cursor:not-allowed}.all-services-search-mic.listening{color:var(--services-accent-mic)}.all-services-search-mic.listening svg{animation:mic-pulse 1s ease-in-out infinite}@keyframes mic-pulse{0%,to{opacity:1}50%{opacity:.5}}.all-services-search-mic-status{margin-left:4px;font-size:11px;color:var(--services-accent-mic);font-weight:500}.all-services-actions{flex-shrink:0;display:flex;gap:8px;padding:6px 16px 8px;background:var(--services-bg-header)}.all-services-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:5px;padding:6px 10px;min-height:34px;border:none;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s}.all-services-btn-quick{background:var(--services-accent-quick-bg);color:var(--services-accent-quick-text)}.all-services-btn-quick:hover{opacity:.95}.all-services-btn-quick:active{transform:scale(.98)}.all-services-btn-filter{background:var(--services-accent-primary-bg);color:var(--services-accent-primary-text)}.all-services-btn-filter:hover{opacity:.9}.all-services-btn-filter:active{transform:scale(.98)}.all-services-scroll{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:10px 20px 24px;scrollbar-width:none;-ms-overflow-style:none}.all-services-scroll::-webkit-scrollbar{display:none;width:0;height:0}.all-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px}.all-services-card{display:flex;flex-direction:column;align-items:stretch;background:var(--services-card-bg);border-radius:12px;overflow:hidden;cursor:pointer;padding:0;text-align:center;border:1px solid var(--services-card-border);box-shadow:var(--services-card-shadow);transition:box-shadow .2s ease,border-color .2s ease,transform .15s ease}.all-services-card:hover{box-shadow:var(--services-card-shadow-hover);border-color:var(--services-border-strong)}.all-services-card:active{transform:scale(.98)}.all-services-card-image-wrap{width:100%;aspect-ratio:1.35;overflow:hidden;flex-shrink:0;background:var(--services-card-image-bg);position:relative}.all-services-card-image-wrap img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.all-services-card-text{width:100%;flex-shrink:0;min-height:32px;display:flex;align-items:center;justify-content:center;padding:6px 8px;background:var(--services-card-text-bg);border-top:1px solid var(--services-card-text-border)}.all-services-card-title{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:11px;font-weight:600;color:var(--services-card-title);line-height:1.25;letter-spacing:.01em;display:block;text-align:center}.all-services-section-title{font-family:system-ui,-apple-system,sans-serif;font-size:17px;font-weight:700;color:var(--services-text-primary);margin:0 0 14px;padding:0}.all-services-status{text-align:center;padding:40px 20px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;color:var(--services-status-text)}.all-services-error{color:var(--services-status-error)}.all-services-filter-overlay{position:fixed;inset:0;background:var(--services-overlay-bg);z-index:1000;display:flex;align-items:stretch;justify-content:flex-end;animation:aspFade .2s ease}@keyframes aspFade{0%{opacity:0}to{opacity:1}}.all-services-filter-panel{width:100%;max-width:400px;background:var(--services-panel-bg);display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000026;animation:aspSlide .25s ease}@keyframes aspSlide{0%{transform:translate(100%)}to{transform:translate(0)}}.all-services-filter-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--services-panel-border)}.all-services-filter-clear{background:none;border:none;padding:0;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:var(--services-text-primary);cursor:pointer}.all-services-filter-clear:hover{text-decoration:underline}.all-services-filter-close{background:none;border:none;padding:6px;cursor:pointer;color:var(--services-text-primary);display:flex;align-items:center;justify-content:center;border-radius:8px}.all-services-filter-close:hover{background:var(--services-filter-pill-bg-hover)}.all-services-filter-body{flex:1;overflow-y:auto;display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:16px 20px;min-height:0;scrollbar-width:none;-ms-overflow-style:none}.all-services-filter-body::-webkit-scrollbar{display:none}.all-services-filter-left{display:flex;flex-direction:column;gap:8px}.all-services-filter-check{display:flex;align-items:center;gap:10px;cursor:pointer;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:var(--services-text-primary)}.all-services-filter-check input{width:18px;height:18px;accent-color:var(--services-accent-primary-bg);cursor:pointer}.all-services-filter-right{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.all-services-filter-services-hint{margin:0;padding:12px 0;font-size:13px;color:var(--services-filter-pill-hint);font-weight:500}.all-services-filter-pill{padding:8px 14px;border-radius:8px;border:1px solid var(--services-filter-pill-border);background:var(--services-filter-pill-bg);color:var(--services-text-primary);font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s,color .2s,border-color .2s}.all-services-filter-pill:hover{border-color:var(--services-accent-primary-bg);background:var(--services-filter-pill-bg-hover)}.all-services-filter-pill.selected{background:var(--services-filter-pill-selected-bg);color:var(--services-filter-pill-selected-text);border-color:var(--services-filter-pill-selected-border)}.all-services-filter-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 20px;padding-bottom:max(14px,env(safe-area-inset-bottom));border-top:1px solid var(--services-panel-border);background:var(--services-panel-bg)}.all-services-filter-count{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:var(--services-filter-count)}.all-services-filter-apply{padding:10px 20px;border:none;border-radius:10px;background:var(--services-accent-primary-bg);color:var(--services-accent-primary-text);font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s}.all-services-filter-apply:hover{opacity:.9}@media(max-width:480px){.all-services-header{padding:8px 14px 6px;padding-top:max(8px,env(safe-area-inset-top))}.all-services-title{font-size:17px}.all-services-search-wrap{padding:5px 14px}.all-services-search{padding:1px 8px;gap:6px}.all-services-search-input{font-size:13px}.all-services-actions{padding:5px 14px 6px;gap:6px}.all-services-btn{padding:5px 10px;min-height:32px;font-size:12px;gap:4px;max-width:160px}.all-services-btn svg{width:14px;height:14px}.all-services-container .services-filter-pills{margin-top:4px;margin-bottom:4px;padding:0 14px;gap:5px}.all-services-container .services-filter-pills .filter-pill{padding:4px 8px;font-size:11px}.all-services-scroll{padding:8px 14px 16px}.all-services-grid{gap:10px;margin-bottom:16px}.all-services-card-text{min-height:32px;padding:6px}.all-services-card-title{font-size:11px}.all-services-section-title{font-size:16px;margin-bottom:12px}.all-services-filter-panel{max-width:100%}.all-services-filter-body{grid-template-columns:1fr;padding:12px 16px}.all-services-filter-right{flex-direction:row;flex-wrap:wrap}}.all-services-container .services-filter-pills{margin-top:6px;margin-bottom:6px;padding:0 16px;gap:6px}@media(min-width:768px){.all-services-container .services-filter-pills{margin-top:12px;margin-bottom:12px;padding:0 24px}}.filter-pill{padding:5px 10px;background-color:var(--services-filter-pills-bg);border:1px solid var(--services-filter-pills-border);border-radius:16px;font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:500;color:var(--services-filter-pills-text);cursor:pointer;white-space:nowrap;transition:all .2s ease}.filter-pill:hover{background-color:var(--services-filter-pills-hover-bg)}.filter-pill.active{background-color:var(--services-filter-pills-active-bg);color:var(--services-filter-pills-active-text);border-color:var(--services-filter-pills-active-border);box-shadow:0 2px 4px #0000001a}@media(min-width:768px){.all-services-search-wrap{display:none}.all-services-actions{padding:5px 24px 6px;gap:8px;justify-content:flex-end}.all-services-header{padding:10px 24px 12px;padding-top:max(10px,env(safe-area-inset-top))}.all-services-title{font-size:20px}.all-services-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;margin-bottom:20px}.all-services-container .services-filter-pills{margin-top:8px;margin-bottom:8px}.all-services-scroll{padding:8px 24px 20px}.all-services-card-image-wrap{aspect-ratio:1.25}.all-services-card-text{min-height:30px;padding:6px}.all-services-card-title{font-size:10.5px}}.sub-services-container{--services-overlay-bg: rgba(0, 0, 0, .5);--services-panel-bg: #ffffff;--services-panel-border: #f0f0f0;--services-text-primary: #1a1a1a;--services-filter-pill-bg: #ffffff;--services-filter-pill-border: #e0e0e0;--services-filter-pill-bg-hover: #f5f5f5;--services-filter-pill-selected-bg: #28262f;--services-filter-pill-selected-text: #ffffff;--services-filter-pill-selected-border: #28262f;--services-filter-pill-hint: #888888;--services-filter-count: #1a1a1a;--services-accent-primary-bg: #28262f;--services-accent-primary-text: #ffffff;min-height:100vh;background:#fff;display:flex;flex-direction:column;padding-bottom:calc(80px + env(safe-area-inset-bottom))}.sub-services-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;padding-top:max(8px,env(safe-area-inset-top));padding-bottom:8px;min-height:44px;box-sizing:border-box;border-bottom:1px solid #eee;background:#fff}.sub-services-back{display:flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;margin:0;padding:4px;border:none;background:none;cursor:pointer;color:#333}.sub-services-back:hover{opacity:.8}.sub-services-back svg{width:20px;height:20px}.sub-services-title{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#222;margin:0;line-height:1.2}.sub-services-header-spacer{width:36px;flex-shrink:0}.sub-services-search-wrap{flex-shrink:0;padding:6px 12px 8px;background:#fff;border-bottom:1px solid #f0f0f0}.sub-services-search{display:flex;align-items:center;gap:5px;background:#f5f5f5;border:1px solid #ececec;border-radius:6px;padding:0 8px;height:32px;min-height:32px}.sub-services-search svg:first-of-type{flex-shrink:0;width:12px;height:12px;color:#888}.sub-services-search-input{flex:1;border:none;outline:none;background:transparent;font-family:system-ui,-apple-system,sans-serif;font-size:12px;color:#1a1a1a;min-width:0}.sub-services-search-input::placeholder{color:#999}.sub-services-search-mic{flex-shrink:0;background:none;border:none;padding:2px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center}.sub-services-search-mic svg{width:12px;height:12px}.sub-services-search-mic:hover:not(:disabled){color:#333}.sub-services-search-mic:disabled{opacity:.5;cursor:not-allowed}.sub-services-search-mic.listening{color:#059669}.sub-services-search-mic.listening svg{animation:sub-mic-pulse 1s ease-in-out infinite}@keyframes sub-mic-pulse{0%,to{opacity:1}50%{opacity:.5}}.sub-services-search-mic-status{margin-left:3px;font-size:10px;color:#059669;font-weight:500}.sub-services-actions{flex-shrink:0;display:flex;gap:8px;padding:8px 12px 10px;background:#fff;border-bottom:1px solid #f0f0f0}.sub-services-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 10px;border:none;border-radius:6px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .2s,transform .1s}.sub-services-btn svg{width:14px;height:14px;flex-shrink:0}.sub-services-btn-quick{background:#ffc107;color:#1a1a1a}.sub-services-btn-quick:hover{opacity:.95}.sub-services-btn-quick:active{transform:scale(.98)}.sub-services-btn-filter{background:#28262f;color:#fff;position:relative}.sub-services-btn-filter:hover{opacity:.9}.sub-services-btn-filter:active{transform:scale(.98)}.sub-services-filter-badge{display:inline-flex;align-items:center;justify-content:center;min-width:14px;height:14px;padding:0 3px;border-radius:7px;background:#fff;color:#28262f;font-size:9px;font-weight:700}.sub-services-scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px 16px 20px}.sub-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;justify-items:stretch}.sub-services-card{position:relative;background:#fff;border-radius:12px;cursor:pointer;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease,box-shadow .2s ease;border:none;aspect-ratio:1}.sub-services-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.sub-services-card:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.sub-services-card-image-container{width:100%;height:100%;overflow:hidden;background:#f0f0f0;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0}.sub-services-card-image{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.sub-services-card:hover .sub-services-card-image{transform:scale(1.03)}.sub-services-card-icon{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#c4c4c4}.sub-services-card-content{position:absolute;left:0;right:0;bottom:0;padding:8px 6px 6px;background:linear-gradient(to top,rgba(255,255,255,.95) 0%,rgba(255,255,255,.7) 70%,transparent 100%);display:flex;justify-content:center}.sub-services-card-title{font-family:system-ui,-apple-system,sans-serif;font-size:10px;font-weight:500;color:#000;line-height:1.3;text-align:center;word-break:break-word;letter-spacing:.2px;margin:0}.sub-services-card-price{display:none}.sub-services-card-price-label{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:500;color:#888;text-transform:uppercase;letter-spacing:.03em}.sub-services-card-price-current{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;color:#111827;letter-spacing:-.02em}.sub-services-card-price-original{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;color:#999;text-decoration:line-through}.sub-services-card-price-discounted{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;color:#111827;letter-spacing:-.02em}.sub-services-card-arrow{display:none}.sub-services-status{text-align:center;padding:40px 20px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;color:#666}.sub-services-error{color:#dc2626}.sub-services-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px 32px;min-height:260px}.sub-services-empty-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#1a1a1a;border-radius:50%;animation:sub-services-spin .8s linear infinite;margin-bottom:16px}@keyframes sub-services-spin{to{transform:rotate(360deg)}}.sub-services-empty-icon{color:#9ca3af;margin-bottom:16px;flex-shrink:0}.sub-services-empty-icon svg{display:block}.sub-services-empty-error .sub-services-empty-icon{color:#dc2626}.sub-services-empty-title{font-size:17px;font-weight:600;color:#1f2937;margin:0 0 8px;font-family:system-ui,-apple-system,sans-serif}.sub-services-empty-desc{font-size:14px;color:#6b7280;line-height:1.45;margin:0 0 20px;max-width:300px;font-family:system-ui,-apple-system,sans-serif}.sub-services-empty-btn{padding:12px 24px;font-size:15px;font-weight:600;font-family:system-ui,-apple-system,sans-serif;color:#fff;background:#1a1a1a;border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .1s}.sub-services-empty-btn:hover{background:#333}.sub-services-empty-btn:active{transform:scale(.98)}.sub-services-filter-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;display:flex;align-items:stretch;justify-content:flex-end;animation:subServicesFade .2s ease}@keyframes subServicesFade{0%{opacity:0}to{opacity:1}}.sub-services-filter-panel{width:100%;max-width:400px;background:#fff;display:flex;flex-direction:column;box-shadow:-4px 0 20px #00000026;animation:subServicesSlide .25s ease}@keyframes subServicesSlide{0%{transform:translate(100%)}to{transform:translate(0)}}.sub-services-filter-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #f0f0f0}.sub-services-filter-clear{background:none;border:none;padding:0;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#1a1a1a;cursor:pointer}.sub-services-filter-clear:hover{text-decoration:underline}.sub-services-filter-close{background:none;border:none;padding:6px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center}.sub-services-filter-close:hover{color:#1a1a1a}.sub-services-filter-body{flex:1;padding:20px;overflow-y:auto}.sub-services-filter-hint{margin:0;font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#666;line-height:1.5}.sub-services-filter-hint-secondary{margin-top:12px;font-size:13px;color:#888}.sub-services-filter-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.sub-services-filter-pill{padding:10px 16px;border-radius:10px;border:1px solid #e0e0e0;background:#fff;font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#333;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.sub-services-filter-pill:hover{border-color:#bbb;background:#f8f8f8}.sub-services-filter-pill.selected{border-color:#28262f;background:#28262f;color:#fff}.sub-services-filter-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-top:1px solid #f0f0f0;background:#fff}.sub-services-filter-count{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#666}.sub-services-filter-apply{padding:10px 20px;border:none;border-radius:10px;background:#28262f;color:#fff;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s}.sub-services-filter-apply:hover{opacity:.9}@media(max-width:480px){.sub-services-header,.sub-services-search-wrap,.sub-services-actions{padding-left:12px;padding-right:12px}.sub-services-scroll{padding-left:16px;padding-right:16px}.sub-services-grid{gap:8px}.sub-services-card{border-radius:10px}.sub-services-card-content{padding:6px 4px 4px}.sub-services-card-title{font-size:10px}}@media(min-width:768px){.sub-services-grid{grid-template-columns:repeat(auto-fit,minmax(220px,260px));gap:16px;justify-content:flex-start;justify-items:flex-start}.sub-services-card{width:100%;max-width:260px;aspect-ratio:auto}.sub-services-card-image-container{position:relative;height:180px}.sub-services-card-content{padding:8px 8px 10px}.sub-services-card-title{font-size:12px}.sub-services-card-price-current,.sub-services-card-price-discounted{font-size:13px}}.aspp-container{min-height:100vh;min-height:100dvh;height:100vh;height:100dvh;max-height:100vh;background:#fcfcfd;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom);font-family:Inter,-apple-system,system-ui,sans-serif;overflow:hidden}.aspp-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;padding-top:max(10px,env(safe-area-inset-top));border-bottom:1px solid #f1f1f4;background:#fff;position:sticky;top:0;z-index:100}.aspp-back{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;color:#1a1a1a;transition:all .2s cubic-bezier(.4,0,.2,1)}.aspp-back:hover{background:#f8fafc;border-color:#cbd5e1;transform:translate(-2px)}.aspp-title{font-size:16px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.aspp-header-spacer{width:32px}.aspp-actions{display:flex;gap:8px;padding:10px 14px;background:#fff;border-bottom:1px solid #f1f1f4}.aspp-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;border:none;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.aspp-btn-voat{background:#f1f5f9;color:#475569}.aspp-btn-voat.active{background:#facc15;color:#1e293b;box-shadow:0 4px 12px #facc1533}.aspp-btn-quick{background:#6d28d9;color:#fff;box-shadow:0 4px 12px #6d28d933}.aspp-btn-quick:hover{background:#5b21b6;transform:translateY(-1px)}.aspp-btn-quick:active,.aspp-btn-voat:active{transform:scale(.97)}.aspp-bar{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border-bottom:1px solid #f1f1f4;overflow-x:auto;scrollbar-width:none}.aspp-bar::-webkit-scrollbar{display:none}.aspp-sort-wrap{position:relative}.aspp-sort-btn,.aspp-online-btn,.aspp-filter-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;color:#475569;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.aspp-online-btn.active{background:#f0fdf4;border-color:#bbf7d0;color:#166534}.aspp-sort-btn:hover,.aspp-online-btn:hover,.aspp-filter-btn:hover{background:#f8fafc;border-color:#cbd5e1}.aspp-sort-dropdown{position:absolute;top:calc(100% + 8px);left:0;min-width:160px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000000d;z-index:100;overflow:hidden;animation:slideInUp .2s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.aspp-sort-dropdown button{display:block;width:100%;padding:12px 16px;border:none;background:none;text-align:left;font-size:14px;color:#475569;cursor:pointer;transition:background .2s}.aspp-sort-dropdown button:hover{background:#f1f5f9;color:#1e293b}.aspp-online-dot{width:6px;height:6px;border-radius:50%;background:#cbd5e1}.aspp-online-btn.active .aspp-online-dot{background:#22c55e;box-shadow:0 0 0 2px #22c55e33}.aspp-scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:10px 12px calc(96px + env(safe-area-inset-bottom));-webkit-overflow-scrolling:touch}.aspp-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 24px 32px;min-height:280px}.aspp-empty-loading{gap:12px}.aspp-empty-spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#1a1a1a;border-radius:50%;animation:aspp-spin .8s linear infinite}@keyframes aspp-spin{to{transform:rotate(360deg)}}.aspp-empty-icon{color:#9ca3af;margin-bottom:16px;flex-shrink:0}.aspp-empty-icon svg{display:block}.aspp-empty-icon-filter{color:#6b7280}.aspp-empty-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 8px;font-family:system-ui,-apple-system,sans-serif}.aspp-empty-desc{font-size:15px;color:#6b7280;line-height:1.45;margin:0 0 20px;max-width:320px;font-family:system-ui,-apple-system,sans-serif}.aspp-empty-tips{text-align:left;background:#f9fafb;border-radius:12px;padding:16px 20px;margin-bottom:24px;max-width:320px;border:1px solid #f3f4f6}.aspp-empty-tips-heading{font-size:13px;font-weight:600;color:#374151;margin:0 0 10px;font-family:system-ui,-apple-system,sans-serif}.aspp-empty-tips-list{margin:0;padding-left:18px;font-size:14px;color:#6b7280;line-height:1.6;font-family:system-ui,-apple-system,sans-serif}.aspp-empty-tips-list li{margin-bottom:4px}.aspp-empty-tips-list li:last-child{margin-bottom:0}.aspp-empty-btn{padding:12px 24px;font-size:15px;font-weight:600;font-family:system-ui,-apple-system,sans-serif;color:#fff;background:#1a1a1a;border:none;border-radius:10px;cursor:pointer;transition:background .2s,transform .1s}.aspp-empty-btn:hover{background:#333}.aspp-empty-btn:active{transform:scale(.98)}.aspp-fallback-notice{padding:10px 14px;margin-bottom:12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;font-size:13px;color:#0369a1;text-align:center}.aspp-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}@media(min-width:768px){.aspp-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}.aspp-card{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;border-left:3px solid #7c3aed}.aspp-card:hover{box-shadow:0 2px 8px #0000000f;transform:translateY(-1px)}.aspp-minimal-view-btn{flex-shrink:0;padding:9px 14px;background:#0f172a;color:#fff;border:1px solid rgba(15,23,42,.12);border-radius:10px;font-weight:700;font-size:.86rem;cursor:pointer;letter-spacing:.2px}.aspp-minimal-view-btn:hover{background:#1f2937}.aspp-provider-card{border-left:0;border-radius:22px;border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#ffffffeb,#f8fafceb);box-shadow:0 10px 26px #0f172a0f;padding:18px;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.aspp-provider-grid{display:grid;grid-template-columns:96px 1fr auto;grid-template-rows:auto auto;gap:10px 12px;align-items:stretch;min-width:0}.aspp-provider-left{display:flex;flex-direction:column;align-items:flex-start;gap:8px}.aspp-provider-avatar-wrap{position:relative;width:78px;height:78px;flex:0 0 78px}.aspp-provider-avatar{width:78px;height:78px;border-radius:999px;object-fit:cover;border:3px solid rgba(15,23,42,.08);background:#f1f5f9}.aspp-provider-online{position:absolute;bottom:4px;right:4px;width:10px;height:10px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 3px #f8fafcf2}.aspp-provider-left-meta{display:flex;flex-direction:column;gap:4px;width:100%}.aspp-provider-service{font-size:12px;font-weight:600;color:#0f172a;letter-spacing:.08em}.aspp-provider-exp-below{font-size:12.5px;font-weight:500;color:#6b7280}.aspp-provider-right{min-width:0;display:flex;flex-direction:column;gap:6px}.aspp-provider-name-row{display:flex;align-items:center;gap:12px;min-width:0}.aspp-provider-name{margin:0;font-size:16px;font-weight:600;color:#0f172a;letter-spacing:-.01em;line-height:1.25;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.aspp-provider-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#fde68a;color:#111827;font-weight:700;font-size:12px;flex-shrink:0}.aspp-provider-service-line{font-size:12px;font-weight:500;color:#6b7280;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.aspp-provider-meta-line{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;font-weight:500;color:#9aa4b2;line-height:1.2}.aspp-provider-city{font-weight:500;color:#6b7280}.aspp-provider-exp{white-space:nowrap}.aspp-provider-dot{color:#cbd5e1;font-weight:900}.aspp-provider-rating{display:inline-flex;align-items:center;gap:4px;color:#111827;font-weight:600}.aspp-provider-rating .aspp-provider-star{flex-shrink:0}.aspp-provider-rating-count{color:#9aa4b2;font-weight:500}.aspp-provider-rating-none{font-size:13px;color:#94a3b8;font-weight:500}.aspp-provider-bottom-row{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid rgba(15,23,42,.06);font-variant-numeric:tabular-nums}.aspp-provider-from{font-size:12px;font-weight:600;color:#6b7280;white-space:nowrap}.aspp-provider-chevron{font-size:22px;color:#a3afbf;line-height:1}.aspp-provider-wishlist{width:46px;height:46px;border-radius:999px;border:1px solid rgba(15,23,42,.1);background:#ffffffd9;display:grid;place-items:center;cursor:pointer;align-self:start;justify-self:end;box-shadow:0 1px 2px #0f172a0f}.aspp-provider-wishlist:hover{background:#fffffff2}.aspp-provider-wishlist.active{border-color:#0f172a38}@media(max-width:480px){.aspp-list{padding:0 4px;gap:8px}.aspp-provider-card{padding:12px 6px 12px 12px;border-radius:16px;box-shadow:0 2px 12px #0f172a0f;min-width:0}.aspp-provider-grid{grid-template-columns:64px 1fr auto;gap:8px 8px;align-items:start}.aspp-provider-left{gap:6px}.aspp-provider-avatar-wrap{width:56px;height:56px;flex:0 0 56px}.aspp-provider-avatar{width:56px;height:56px;border-width:2px}.aspp-provider-online{width:9px;height:9px;bottom:2px;right:2px}.aspp-provider-service{font-size:11px;letter-spacing:.05em;white-space:nowrap}.aspp-provider-exp-below{font-size:11px;white-space:nowrap}.aspp-provider-right{gap:6px;min-width:0}.aspp-provider-name-row{gap:8px;flex-wrap:wrap}.aspp-provider-name{font-size:15px;font-weight:600;white-space:normal;word-break:break-word;line-height:1.3}.aspp-provider-badge{padding:3px 8px;font-size:11px}.aspp-provider-badge svg{width:10px;height:10px}.aspp-provider-id-rating{font-size:11px;gap:6px}.aspp-provider-rating svg{width:10px;height:10px}.aspp-provider-location-row{font-size:12px}.aspp-provider-bottom-row{padding-top:6px}.aspp-provider-from{font-size:12px}.aspp-provider-wishlist{width:40px;height:40px;align-self:start}.aspp-provider-wishlist svg{width:18px;height:18px}}@media(max-width:360px){.aspp-provider-grid{grid-template-columns:52px 1fr auto;gap:8px}.aspp-provider-avatar-wrap,.aspp-provider-avatar{width:48px;height:48px;flex:0 0 48px}.aspp-provider-name{font-size:14px}.aspp-provider-card{padding:10px}}.aspp-card-inner{padding:10px 12px;position:relative}.aspp-card-badge-top{position:absolute;top:8px;right:36px;z-index:5;margin:0}.aspp-card-top-row{display:grid;grid-template-columns:auto 1fr;align-items:start;gap:10px;position:relative;min-height:0}.aspp-card-left{display:flex;flex-direction:column;align-items:flex-start;gap:4px;flex-shrink:0}.aspp-card-left-info{display:flex;flex-direction:column;gap:0;margin:0}.aspp-card-left-info .aspp-profession-minimal,.aspp-card-left-info .aspp-experience-minimal{margin:0}.aspp-card-right{display:flex;flex-direction:column;align-items:flex-end;text-align:right;gap:2px;min-width:0;padding-right:24px;justify-content:flex-start;overflow:visible}.aspp-card-avatar-wrap{position:relative;flex-shrink:0}.aspp-card-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;border:1px solid #e2e8f0;background:#f1f5f9;display:block}.aspp-card-online{position:absolute;bottom:1px;right:1px;width:10px;height:10px;border-radius:50%;background:#22c55e;border:1.5px solid #ffffff;box-shadow:0 0 0 1px #0000001a;z-index:2}.aspp-card-main-info{flex:1;min-width:0}.aspp-card-right .aspp-card-name{margin:0}.aspp-card-name{font-size:14px;font-weight:700;color:#0f172a;margin:0;line-height:1.25;letter-spacing:-.01em;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word}.aspp-card-id-row{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin:0;flex-wrap:wrap}.aspp-voat-id{font-size:10px;font-weight:600;color:#64748b;letter-spacing:.02em}.aspp-id-sep{color:#cbd5e1;font-weight:500;font-size:9px}.aspp-rating-minimal{display:inline-flex;align-items:center;gap:3px;background:#1e293b;color:#fff;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:700}.aspp-location-minimal{font-size:11px;font-weight:600;color:#64748b;display:flex;align-items:center;gap:2px;margin:0}.aspp-location-in{font-size:9px;text-transform:uppercase;font-weight:700;color:#94a3b8}.aspp-badge-voat-minimal{display:inline-flex;align-items:center;gap:2px;background:#facc15;color:#1e293b;padding:2px 5px;border-radius:4px;font-size:9px;font-weight:700;letter-spacing:.02em;border:1px solid rgba(0,0,0,.06);width:fit-content}.aspp-wishlist-btn{position:absolute;top:8px;right:8px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:4px;cursor:pointer;color:#475569;z-index:10;box-shadow:0 1px 2px #0000000a;transition:all .2s}.aspp-wishlist-btn:hover{background:#f8fafc;color:#dc2626}.aspp-rating-count{margin-left:1px;font-weight:600;opacity:.95}.aspp-wishlist-btn svg{width:16px;height:16px;display:block}.aspp-lower-info{margin:0;display:flex;flex-direction:column;gap:0}.aspp-profession-minimal{font-size:10px;font-weight:700;color:#475569;margin:0;text-transform:uppercase;letter-spacing:.03em;line-height:1.25}.aspp-experience-minimal{font-size:10px;font-weight:600;color:#64748b;margin:0;line-height:1.25}.aspp-price-minimal{margin:0;padding-top:4px;border-top:1px solid #e2e8f0}.aspp-card-right .aspp-price-minimal{text-align:right}.aspp-price-text{font-size:12px;font-weight:700;color:#0f172a}.aspp-card-footer-dual{display:flex;margin-top:0;border-top:1px solid #e2e8f0;min-height:38px}.aspp-footer-btn{flex:1;min-width:0;padding:8px 12px;border:none;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;font-family:inherit}.aspp-add-cart-btn{background:transparent;color:#000;border-right:1px solid #e2e8f0}.aspp-add-cart-btn:hover{background:#0000000d}.aspp-add-cart-btn.active{background:#000;color:#fff}.aspp-view-profile-btn-right{background:#64748b;color:#fff}.aspp-view-profile-btn-right:hover{background:#475569}.aspp-filter-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:flex-end;animation:fadeIn .3s ease}.aspp-filter-panel{width:100%;max-width:320px;background:#fff;display:flex;flex-direction:column;box-shadow:-10px 0 30px #0000001a;animation:slideLeft .3s cubic-bezier(.16,1,.3,1)}@keyframes slideLeft{0%{transform:translate(100%)}to{transform:translate(0)}}.aspp-filter-header{padding:20px;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between}.aspp-filter-clear{color:#64748b;font-size:14px;font-weight:600;background:none;border:none;cursor:pointer}.aspp-filter-close{width:32px;height:32px;border-radius:50%;background:#f1f5f9;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b}.aspp-filter-check{display:flex;align-items:center;gap:12px;padding:24px;cursor:pointer}.aspp-filter-check input{width:20px;height:20px;accent-color:#6D28D9}.aspp-filter-apply{margin:20px;padding:12px;background:#000;color:#fff;border-radius:8px;border:none;font-weight:700;width:calc(100% - 40px);font-size:16px;cursor:pointer;transition:all .2s}@media(max-width:480px){.aspp-header{padding:8px 12px;padding-top:max(8px,env(safe-area-inset-top))}.aspp-back{width:28px;height:28px;border-radius:6px}.aspp-title{font-size:15px}.aspp-header-spacer{width:28px}.aspp-actions{padding:8px 12px;gap:6px}.aspp-btn{padding:6px 10px;font-size:11px;border-radius:6px}.aspp-bar{padding:6px 12px;gap:6px}.aspp-sort-btn,.aspp-online-btn,.aspp-filter-btn{padding:5px 10px;font-size:11px}.aspp-scroll{padding:6px 8px}.aspp-list{gap:6px}.aspp-card-inner{padding:8px 10px}.aspp-card-top-row{gap:8px}.aspp-card-top-row{grid-template-columns:auto minmax(90px,1fr)}.aspp-card-left{gap:2px}.aspp-card-right{padding-right:28px;gap:1px;min-width:0}.aspp-card-right .aspp-card-name{font-size:13px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;white-space:normal;min-height:2.5em}.aspp-card-right .aspp-card-id-row{gap:3px}.aspp-card-right .aspp-price-minimal{margin-top:0;padding-top:4px}.aspp-card-avatar{width:44px;height:44px}.aspp-card-online{width:8px;height:8px;bottom:0;right:0}.aspp-voat-id{font-size:9px}.aspp-rating-minimal{font-size:9px;padding:1px 4px}.aspp-rating-count{font-size:9px}.aspp-location-minimal{font-size:10px}.aspp-badge-voat-minimal.aspp-card-badge-top{top:6px;right:30px}.aspp-badge-voat-minimal{font-size:8px;padding:1px 4px}.aspp-wishlist-btn{top:6px;right:6px;padding:3px}.aspp-wishlist-btn svg{width:14px;height:14px}.aspp-profession-minimal,.aspp-experience-minimal{font-size:9px}.aspp-price-text{font-size:11px}.aspp-footer-btn{padding:6px 8px;font-size:10px}.aspp-card-footer-dual{min-height:34px}.aspp-add-cart-btn{border-right:1px solid #e2e8f0}.aspp-list-freelancer .aspp-card{width:100%;max-width:none}}.quick-booking-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:10001;animation:quickBookingFadeIn .2s ease;padding:16px}@keyframes quickBookingFadeIn{0%{opacity:0}to{opacity:1}}.quick-booking-modal{background:#1a1a1a;border-radius:12px;max-width:480px;width:100%;max-height:90vh;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none;box-shadow:0 12px 40px #0006;border:1px solid rgba(255,255,255,.08);animation:quickBookingSlideUp .3s ease-out}.quick-booking-modal::-webkit-scrollbar{width:0;height:0}@keyframes quickBookingSlideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.quick-booking-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.quick-booking-title{font-size:18px;font-weight:700;color:#fff;margin:0;letter-spacing:-.02em}.quick-booking-close{background:transparent;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ffffffb3;transition:background .2s,color .2s;border-radius:50%}.quick-booking-close:hover{background:#ffffff1a;color:#fff}.quick-booking-form{padding:20px}.quick-booking-section{margin-bottom:24px}.quick-booking-section:last-of-type{margin-bottom:20px}.quick-booking-section-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.quick-booking-section-icon{color:#ffffffb3;flex-shrink:0}.quick-booking-section-title{font-size:14px;font-weight:600;color:#ffffffe6}.quick-booking-fields{display:flex;flex-direction:column;gap:12px}.quick-booking-input,.quick-booking-select,.quick-booking-textarea{width:100%;padding:12px 14px;font-size:15px;color:#fff;background:#ffffff0f;border:1px solid rgba(255,255,255,.2);border-radius:8px;outline:none;transition:border-color .2s,background .2s;font-family:inherit}.quick-booking-input::placeholder,.quick-booking-textarea::placeholder{color:#fff6}.quick-booking-input:focus,.quick-booking-select:focus,.quick-booking-textarea:focus{border-color:#fff6;background:#ffffff14}.quick-booking-textarea{resize:vertical;min-height:88px}.quick-booking-select-wrap{position:relative}.quick-booking-select{appearance:none;padding-right:40px;cursor:pointer}.quick-booking-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);pointer-events:none;color:#ffffff80}.quick-booking-select option{background:#2a2a2a;color:#fff}.quick-booking-error{font-size:13px;color:#f87171;margin:0 0 12px;padding:8px 0 0}.quick-booking-actions{display:flex;gap:12px;margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1)}.quick-booking-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;font-size:15px;font-weight:600;border-radius:8px;cursor:pointer;transition:opacity .2s,transform .1s;font-family:inherit;border:none}.quick-booking-btn:disabled{opacity:.6;cursor:not-allowed}.quick-booking-btn:not(:disabled):active{transform:scale(.98)}.quick-booking-btn-cancel{background:#fff;color:#374151;border:1px solid #d1d5db}.quick-booking-btn-cancel:hover:not(:disabled){background:#f9fafb}.quick-booking-btn-submit{background:#eab308;color:#1a1a1a}.quick-booking-btn-submit:hover:not(:disabled){background:#facc15}.quick-booking-modal-success{padding:32px 24px;text-align:center}.quick-booking-success-message{display:flex;flex-direction:column;align-items:center;gap:12px}.quick-booking-success-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#22c55e;color:#fff;font-size:24px;font-weight:700;border-radius:50%}.quick-booking-success-message p{margin:0;font-size:15px;color:#ffffffe6;line-height:1.5}@media(max-width:480px){.quick-booking-modal{max-height:85vh;margin-bottom:0}.quick-booking-form{padding:20px 20px 40px}.quick-booking-overlay{padding:40px 12px 12px;align-items:flex-start}.quick-booking-select option{padding:12px 8px}}.all-categories-container{min-height:100vh;background:#fff;display:flex;flex-direction:column;padding-bottom:90px}.all-categories-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:8px 14px;padding-top:max(8px,env(safe-area-inset-top));background:#fff;position:sticky;top:0;z-index:100}.all-categories-back-btn{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1a1a1a;border-radius:6px;transition:background-color .2s}.all-categories-back-btn:hover{background-color:#f5f5f5}.all-categories-back-btn:active{background-color:#e8e8e8}.all-categories-title{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#1a1a1a;margin:0;text-align:center;flex:1}.all-categories-search-wrap{flex-shrink:0;padding:6px 14px;background:#fff}.all-categories-search{display:flex;align-items:center;gap:8px;background:#f8f8f8;border:1px solid #e8e8e8;border-radius:8px;padding:6px 10px}.all-categories-search svg{flex-shrink:0;color:#666;width:18px;height:18px}.all-categories-search-input{flex:1;border:none;background:transparent;font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:#1a1a1a;outline:none}.all-categories-search-input::placeholder{color:#999}.all-categories-clear-search{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;border-radius:4px;transition:background-color .2s}.all-categories-clear-search:hover{background-color:#e8e8e8}.all-categories-content{flex:1;padding:12px 14px;overflow-y:auto}.all-categories-loading,.all-categories-error,.all-categories-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.all-categories-loading p,.all-categories-error p,.all-categories-empty p{font-family:system-ui,-apple-system,sans-serif;font-size:16px;color:#666;margin-top:16px}.loading-spinner{width:40px;height:40px;border:3px solid #f0f0f0;border-top-color:#2a2832;border-radius:50%;animation:spin .8s linear infinite}.retry-button{margin-top:16px;padding:10px 20px;background:#2a2832;color:#fff;border:none;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:500;cursor:pointer;transition:background-color .2s}.retry-button:hover{background-color:#1a1a1a}.all-categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.all-categories-card{background:#fff;border-radius:10px;box-shadow:0 1px 3px #0000001a;overflow:hidden;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;display:flex;flex-direction:column;position:relative;aspect-ratio:1}.all-categories-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.all-categories-card:active{transform:translateY(0)}.all-categories-card-image-container{width:100%;aspect-ratio:1;overflow:hidden;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.all-categories-card-image{width:100%;height:100%;object-fit:cover}.all-categories-card-name{padding:6px 4px;font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:600;color:#1a1a1a;text-align:center;line-height:1.3;flex:0 0 auto}@media(max-width:480px){.all-categories-grid{gap:8px}.all-categories-card-name{font-size:10px;padding:4px 2px}}@media(min-width:768px){.all-categories-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.all-categories-card-name{font-size:12px;padding:8px 6px}}@media(min-width:1024px){.all-categories-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:14px}}.all-categories-image-wrap{width:100%;flex:1;min-height:0;overflow:hidden;background:#f8f8f8;display:flex;align-items:center;justify-content:center}.all-categories-image{width:100%;height:100%;object-fit:cover}.all-categories-filter-pills.services-filter-pills{padding:0 14px;margin-top:12px;margin-bottom:6px;gap:6px}.services-filter-pills{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.services-filter-pills::-webkit-scrollbar{display:none}.filter-pill{padding:5px 10px;background-color:#f0f0f0;border:1px solid #e0e0e0;border-radius:16px;font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:500;color:#666;cursor:pointer;white-space:nowrap;transition:all .2s ease}.filter-pill:hover{background-color:#e8e8e8}.filter-pill.active{background-color:#2a2832;color:#fff;border-color:#2a2832;box-shadow:0 2px 4px #0000001a}} .location-select-container{height:100%;width:100%;background-color:#2d2d2d;display:flex;justify-content:center;align-items:center}.location-select-content{width:100%;max-width:100%;height:100%;background-color:#fff;overflow-y:auto;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:40px;box-sizing:border-box;display:flex;flex-direction:column}.location-select-content::-webkit-scrollbar{display:none}.location-select-header{text-align:center;padding:40px 24px 24px;background:linear-gradient(135deg,#f5f7fa,#fff);border-bottom:1px solid #e5e7eb;flex-shrink:0}.location-select-title{font-family:system-ui,-apple-system,sans-serif;font-size:26px;font-weight:700;color:#000;margin:0 0 12px;letter-spacing:.3px}.location-select-subtitle{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:400;color:#666;margin:0;line-height:1.5}.location-loading{padding:60px 24px;text-align:center;color:#666;font-size:16px;display:flex;flex-direction:column;align-items:center;gap:16px}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}.location-error{margin:16px 24px;padding:12px 16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#dc2626;font-size:14px}.location-search-container{padding:16px 24px;display:flex;gap:12px;flex-shrink:0}.location-search-input-wrapper{flex:1;position:relative;display:flex;align-items:center;gap:12px;padding:12px 16px;border:2px solid #e5e7eb;border-radius:12px;background-color:#fff;transition:all .2s ease}.location-search-input-wrapper:focus-within{border-color:#000;box-shadow:0 0 0 3px #0000001a}.location-search-input-wrapper svg{flex-shrink:0;color:#666}.location-search-input{flex:1;border:none;outline:none;font-family:system-ui,-apple-system,sans-serif;font-size:15px;color:#000;background:transparent}.location-search-input::placeholder{color:#999}.location-current-btn{flex-shrink:0;width:48px;height:48px;border:2px solid #e5e7eb;border-radius:12px;background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#666}.location-current-btn:hover{border-color:#000;background-color:#f9fafb;color:#000}.location-map-container{width:calc(100% - 48px);max-width:100%;height:300px;margin:0 24px 24px;border-radius:16px;overflow:hidden;border:2px solid #e5e7eb;flex-shrink:0;box-sizing:border-box}.location-map{width:100%;height:100%;min-height:300px}.location-selected-info{margin:16px 24px;padding:16px;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;display:flex;align-items:flex-start;gap:12px}.location-selected-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background-color:#eff6ff;display:flex;align-items:center;justify-content:center;color:#2563eb}.location-selected-details{flex:1}.location-selected-city{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;color:#000;margin-bottom:4px}.location-selected-address{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:400;color:#666;margin-bottom:4px;line-height:1.4}.location-selected-pincode{font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:500;color:#999}.location-select-actions{padding:0 24px 24px;background-color:#fff;margin-top:0;flex-shrink:0}.location-continue-button{width:100%;padding:16px 32px;background-color:#000;color:#fff;border:none;border-radius:50px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.location-continue-button:hover:not(:disabled){background-color:#333;transform:translateY(-1px);box-shadow:0 4px 12px #0003}.location-continue-button:disabled{background-color:#d1d5db;color:#9ca3af;cursor:not-allowed}@media(max-width:767px){.location-select-header{padding:24px 16px 16px}.location-select-title{font-size:20px}.location-select-subtitle{font-size:14px}.location-search-container{padding:12px 16px;gap:8px}.location-search-input-wrapper{padding:10px 12px}.location-search-input{font-size:14px}.location-current-btn{width:44px;height:44px}.location-map-container{width:calc(100% - 32px);max-width:calc(100% - 32px);height:250px;margin:0 16px 20px;box-sizing:border-box}.location-map{min-height:250px}.location-selected-info{margin:12px 16px;padding:12px}.location-selected-city{font-size:15px}.location-selected-address{font-size:13px}.location-select-actions{padding:0 16px 16px}.location-continue-button{padding:14px 24px;font-size:15px}}@media(min-width:768px){.location-select-content{max-width:700px;margin:0 auto}.location-map-container{height:400px}}.wallet-container{min-height:100vh;background-color:#f5f5f5;display:flex;flex-direction:column;padding-bottom:80px}html.services-theme-dark .wallet-container,body.services-theme-dark .wallet-container{background-color:#020617}html.services-theme-dark .wallet-header,body.services-theme-dark .wallet-header{background-color:#020617;border-bottom:1px solid #111827}html.services-theme-dark .wallet-title,body.services-theme-dark .wallet-title{color:#e5e7eb}html.services-theme-dark .wallet-section-card,body.services-theme-dark .wallet-section-card,html.services-theme-dark .voat-points-card,body.services-theme-dark .voat-points-card,html.services-theme-dark .transactions-card,body.services-theme-dark .transactions-card{background-color:#02081a;border:1px solid #111827;box-shadow:0 10px 30px #0f172ae6}html.services-theme-dark .section-heading,body.services-theme-dark .section-heading{color:#f9fafb}html.services-theme-dark .wallet-label,body.services-theme-dark .wallet-label,html.services-theme-dark .voat-label,body.services-theme-dark .voat-label{color:#e5e7eb}html.services-theme-dark .wallet-icon,body.services-theme-dark .wallet-icon{color:#9ca3af}html.services-theme-dark .voat-icon,body.services-theme-dark .voat-icon{color:#facc15}html.services-theme-dark .balance-amount,body.services-theme-dark .balance-amount{color:#f9fafb;text-decoration:none}html.services-theme-dark .voat-points-value,body.services-theme-dark .voat-points-value{color:#e5e7eb}html.services-theme-dark .progress-bar-container,body.services-theme-dark .progress-bar-container{background-color:#0f172a}html.services-theme-dark .progress-bar,body.services-theme-dark .progress-bar{background-color:#22c55e}html.services-theme-dark .progress-text,body.services-theme-dark .progress-text,html.services-theme-dark .transactions-loading,body.services-theme-dark .transactions-loading,html.services-theme-dark .transactions-error,body.services-theme-dark .transactions-error,html.services-theme-dark .transactions-empty,body.services-theme-dark .transactions-empty,html.services-theme-dark .help-icon-button,body.services-theme-dark .help-icon-button{color:#9ca3af}html.services-theme-dark .help-icon-button:hover,body.services-theme-dark .help-icon-button:hover{background-color:#020617}html.services-theme-dark .transaction-name,body.services-theme-dark .transaction-name{color:#e5e7eb}html.services-theme-dark .transaction-method,body.services-theme-dark .transaction-method,html.services-theme-dark .transaction-date,body.services-theme-dark .transaction-date{color:#9ca3af}html.services-theme-dark .transaction-amount.negative,body.services-theme-dark .transaction-amount.negative{color:#f97316}html.services-theme-dark .transaction-status,body.services-theme-dark .transaction-status,html.services-theme-dark .status-text,body.services-theme-dark .status-text{color:#22c55e}html.services-theme-dark .wallet-back-button:hover,body.services-theme-dark .wallet-back-button:hover{background-color:#020617}html.services-theme-dark .wallet-button.add-funds,body.services-theme-dark .wallet-button.add-funds{background-color:#22c55e}html.services-theme-dark .wallet-button.withdraw,body.services-theme-dark .wallet-button.withdraw{background-color:#ef4444}.wallet-content{flex:1;overflow-y:auto;max-width:500px;margin:0 auto;width:100%;padding:16px 20px}.wallet-header{display:flex;align-items:center;gap:12px;padding:16px 0 20px;background-color:#f5f5f5;position:sticky;top:0;z-index:10}.wallet-back-button{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s}.wallet-back-button:hover{background-color:#eee}.wallet-back-button:active{background-color:#e0e0e0}.wallet-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0;font-family:system-ui,-apple-system,sans-serif}.wallet-section-card,.voat-points-card,.transactions-card{background-color:#fff;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 1px 3px #0000000d}.section-heading{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 16px;font-family:system-ui,-apple-system,sans-serif}.wallet-signin-prompt{padding:12px 0;text-align:center}.wallet-signin-prompt p{margin:0 0 12px;font-size:14px;color:#666}.wallet-add-funds-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.wallet-add-funds-modal{background:#fff;border-radius:12px;padding:24px;max-width:340px;width:100%;box-shadow:0 4px 20px #00000026}.wallet-add-funds-modal h3{margin:0 0 8px;font-size:18px;font-weight:600;color:#1a1a1a}.wallet-add-funds-hint{margin:0 0 16px;font-size:13px;color:#666}.wallet-add-funds-input{width:100%;padding:12px 14px;font-size:16px;border:1px solid #ddd;border-radius:8px;margin-bottom:12px;box-sizing:border-box}.wallet-add-funds-error{margin:0 0 12px;font-size:13px;color:#c62828}.wallet-add-funds-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.wallet-add-funds-actions .wallet-button:disabled{opacity:.7;cursor:not-allowed}.wallet-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.wallet-icon-text{display:flex;align-items:center;gap:12px}.wallet-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#666}.wallet-label{font-size:16px;font-weight:500;color:#333;font-family:system-ui,-apple-system,sans-serif}.wallet-balance{text-align:right}.balance-amount{font-size:20px;font-weight:700;color:#1a1a1a;text-decoration:underline;font-family:system-ui,-apple-system,sans-serif}.wallet-actions{display:flex;gap:12px}.wallet-button{flex:1;padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;font-family:system-ui,-apple-system,sans-serif}.wallet-button.add-funds{background-color:#4caf50;color:#fff}.wallet-button.add-funds:hover{background-color:#45a049}.wallet-button.add-funds:active{transform:scale(.98)}.wallet-button.withdraw{background-color:#f44336;color:#fff}.wallet-button.withdraw:hover{background-color:#da190b}.wallet-button.withdraw:active{transform:scale(.98)}.voat-points-info{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.voat-icon-text{display:flex;align-items:center;gap:12px}.voat-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#ffc107}.voat-label{font-size:16px;font-weight:500;color:#333;font-family:system-ui,-apple-system,sans-serif}.voat-points-value{font-size:16px;font-weight:600;color:#1a1a1a;font-family:system-ui,-apple-system,sans-serif}.voat-progress-section{margin-top:16px}.progress-bar-container{width:100%;height:8px;background-color:#e0e0e0;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-bar{height:100%;background-color:#4caf50;border-radius:4px;transition:width .3s ease}.progress-text{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#666;font-family:system-ui,-apple-system,sans-serif}.help-icon-button{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;border-radius:50%;transition:background-color .2s}.help-icon-button:hover{background-color:#f5f5f5}.voat-redeem-row{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.voat-redeem-meta{font-size:12px;color:#64748b;font-family:system-ui,-apple-system,sans-serif}.voat-redeem-button{width:auto;min-width:130px;padding:10px 14px}html.services-theme-dark .voat-redeem-meta,body.services-theme-dark .voat-redeem-meta{color:#94a3b8}.transactions-list{display:flex;flex-direction:column;gap:16px}.transactions-loading,.transactions-error,.transactions-empty{text-align:center;padding:40px 20px;color:#666;font-size:14px}.transaction-item{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.transaction-item:last-child{border-bottom:none;padding-bottom:0}.transaction-left{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0}.transaction-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.transaction-avatar.payment{background-color:#2196f3}.transaction-avatar.deposit{background-color:#9e9e9e}.transaction-details{flex:1;min-width:0}.transaction-name-method{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.transaction-name{font-size:15px;font-weight:600;color:#1a1a1a;font-family:system-ui,-apple-system,sans-serif}.transaction-method,.transaction-date{font-size:13px;color:#666;font-family:system-ui,-apple-system,sans-serif}.transaction-right{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.transaction-amount{font-size:16px;font-weight:600;font-family:system-ui,-apple-system,sans-serif}.transaction-amount.positive{color:#4caf50}.transaction-amount.negative{color:#333}.transaction-status{display:flex;align-items:center;gap:4px;font-size:12px;color:#4caf50;font-family:system-ui,-apple-system,sans-serif;font-weight:500}.status-text{color:#4caf50}.transaction-status.status-warning .status-text,.transaction-status.status-warning svg{color:#e65100}.transaction-status.status-warning .status-text{color:#e65100}.transaction-status.status-info .status-text{color:#1976d2}.status-detail{font-weight:400;color:#666;margin-left:2px}.bottom-nav-minimal{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:500px;background-color:#fff;border-top:1px solid #f0f0f0;display:flex;justify-content:space-around;align-items:center;padding:8px 0 calc(8px + env(safe-area-inset-bottom));z-index:100;box-shadow:0 -1px 3px #0000000d}.nav-item-minimal{display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;padding:4px 6px;transition:opacity .2s;color:#666;flex:1;max-width:90px;min-width:0}.nav-item-minimal:hover{opacity:.8}.nav-item-minimal.active{color:#2a2832}.nav-item-minimal.active svg{fill:#2a2832;stroke:#2a2832}.nav-item-minimal:not(.active) svg{fill:none;stroke:#666}.nav-item-minimal svg{width:22px;height:22px}.nav-item-minimal span{font-family:system-ui,-apple-system,sans-serif;font-size:11px;font-weight:400;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;text-align:center;width:100%}.nav-item-minimal.active span{color:#2a2832}@media(max-width:480px){.wallet-content{padding:12px 16px}.wallet-header{padding:12px 0 16px}.wallet-title{font-size:18px}.wallet-section-card,.voat-points-card,.transactions-card{padding:16px;margin-bottom:12px}.section-heading{font-size:16px;margin-bottom:12px}.wallet-button{padding:10px 16px;font-size:13px}}@media(min-width:768px){.wallet-container{min-height:100%;padding-bottom:24px}.wallet-content{max-width:100%;margin:0;width:100%;padding:0 24px 32px}.wallet-header{padding:20px 0 24px;background-color:#f5f5f5}.wallet-back-button{padding:10px}.wallet-back-button svg{width:24px;height:24px}.wallet-title{font-size:22px;font-weight:700}.wallet-section-card,.voat-points-card,.transactions-card{padding:24px 28px;margin-bottom:20px;border-radius:14px;box-shadow:0 1px 4px #0000000f}.section-heading{font-size:20px;margin-bottom:20px}.wallet-info{margin-bottom:24px}.wallet-icon{width:44px;height:44px}.wallet-icon svg{width:26px;height:26px}.wallet-label{font-size:17px}.balance-amount{font-size:22px}.wallet-actions{gap:16px}.wallet-button{padding:14px 24px;font-size:15px;border-radius:10px}.voat-points-info{margin-bottom:20px}.voat-icon{width:44px;height:44px}.voat-icon svg{width:26px;height:26px}.voat-label,.voat-points-value{font-size:17px}.voat-progress-section{margin-top:20px}.progress-bar-container{height:10px;border-radius:5px;margin-bottom:10px}.progress-text{font-size:14px}.transactions-list{gap:20px}.transactions-loading,.transactions-error,.transactions-empty{padding:48px 24px;font-size:16px}.transaction-item{padding-bottom:20px}.transaction-left{gap:16px}.transaction-avatar{width:44px;height:44px}.transaction-avatar svg{width:22px;height:22px}.transaction-name{font-size:16px}.transaction-method,.transaction-date{font-size:14px}.transaction-amount{font-size:17px}.transaction-status{font-size:13px;gap:6px}}@media(min-width:1024px){.wallet-content{padding:0 32px 40px}.wallet-header{padding:24px 0 28px}.wallet-title{font-size:24px}.wallet-section-card,.voat-points-card,.transactions-card{padding:28px 32px;margin-bottom:24px;border-radius:16px}.section-heading{font-size:22px;margin-bottom:24px}.wallet-info{margin-bottom:28px}.wallet-icon-text{gap:14px}.wallet-label{font-size:18px}.balance-amount{font-size:24px}.wallet-actions{gap:20px}.wallet-button{padding:16px 28px;font-size:16px;border-radius:12px}.voat-points-info{margin-bottom:24px}.voat-label,.voat-points-value{font-size:18px}.voat-progress-section{margin-top:24px}.progress-bar-container{height:12px;margin-bottom:12px}.progress-text{font-size:15px}.transactions-list{gap:24px}.transaction-item{padding-bottom:24px}.transaction-name{font-size:17px}.transaction-method,.transaction-date{font-size:14px}.transaction-amount{font-size:18px}}.popular-services-view-container{min-height:100vh;background-color:#fff;display:flex;flex-direction:column}.popular-services-view-header{display:flex;align-items:center;padding:8px 16px;background-color:#fff;border-bottom:1px solid #f0f0f0;position:sticky;top:0;z-index:10}.popular-services-back-btn{background:#000;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;margin-right:12px;box-shadow:0 2px 8px #0003}.popular-services-back-btn svg{width:16px;height:16px}.popular-services-view-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#000;margin:0}.popular-services-grid-container{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:10px}.popular-service-card-grid{background:#fff;border-radius:8px;border:1px solid #f0f0f0;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000d}.popular-service-image{width:100%;aspect-ratio:16/9;background:#f5f5f5;overflow:hidden}.popular-service-img{width:100%;height:100%;object-fit:cover}.popular-service-info{padding:12px;display:flex;flex-direction:column;flex:1}.popular-service-name{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:#000;margin:0 0 4px;line-height:1.3}.popular-service-price{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#666;margin:0 0 8px}.price-highlight{color:#2a2832;font-weight:600}.popular-service-rating{margin-bottom:12px;display:flex}.rating-stars-popular{display:flex;gap:2px}.popular-service-button{margin-top:auto;width:100%;background:#000;color:#fff;border:none;border-radius:6px;padding:10px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;cursor:pointer;transition:opacity .2s}.popular-service-button:hover{opacity:.85}@media(min-width:768px){.popular-services-grid-container{grid-template-columns:repeat(3,1fr);gap:20px;padding:24px;max-width:1000px;margin:0 auto}}@media(min-width:1024px){.popular-services-grid-container{grid-template-columns:repeat(4,1fr)}}.trending-services-subtitle{font-size:12px;color:#666;margin:4px 0 0;font-weight:400}.trending-services-empty{grid-column:1 / -1;text-align:center;padding:24px 16px;color:#666;font-size:14px;margin:0}.recommended-providers-view{background-color:#fff;min-height:100vh;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}.recommended-providers-header{display:flex;align-items:center;padding:8px 12px;padding-top:max(8px,env(safe-area-inset-top));padding-bottom:8px;min-height:44px;box-sizing:border-box;background-color:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:10}.recommended-back-btn{background:none;border:none;padding:6px;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center;margin-right:8px}.recommended-back-btn svg{width:22px;height:22px}.recommended-view-title{font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:#222;margin:0;line-height:1.2}.recommended-providers-grid{padding:12px;padding-bottom:calc(80px + env(safe-area-inset-bottom));display:flex;flex-direction:column;gap:12px;flex:1;overflow-y:auto}.voat-card-new-view{background:#fff;border-radius:12px;padding:12px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 1px 4px #00000014;border:1px solid #f0f0f0;width:100%;box-sizing:border-box}@media(min-width:768px){.recommended-providers-grid{display:grid;grid-template-columns:repeat(2,1fr);padding:24px;gap:20px}}@media(max-width:767px){.recommended-providers-header{padding:8px 12px;padding-top:max(8px,env(safe-area-inset-top));padding-bottom:8px;min-height:44px}.recommended-back-btn{padding:4px;margin-right:8px}.recommended-back-btn svg{width:20px;height:20px}.recommended-view-title{font-size:15px;font-weight:600}.recommended-providers-grid{padding:12px;padding-bottom:calc(80px + env(safe-area-inset-bottom))}.voat-card-new-view{padding:10px;gap:10px}}@media(min-width:768px){.recommended-providers-header{padding:14px 16px;padding-top:max(14px,env(safe-area-inset-top));padding-bottom:14px}.recommended-view-title{font-size:18px;font-weight:700}.recommended-providers-grid{padding-bottom:24px}}.all-offers-page-container{min-height:100vh;background:#fafafa;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}html.services-theme-dark .all-offers-page-container,body.services-theme-dark .all-offers-page-container{background:#020617}html.services-theme-dark .all-offers-page-header,body.services-theme-dark .all-offers-page-header{background:#020617;border-bottom-color:#111827}html.services-theme-dark .all-offers-page-title,body.services-theme-dark .all-offers-page-title{color:#e5e7eb}.all-offers-page-header{display:flex;align-items:center;padding:8px 12px;padding-top:max(8px,env(safe-area-inset-top));padding-bottom:8px;min-height:44px;box-sizing:border-box;background:#fff;position:sticky;top:0;z-index:10;border-bottom:1px solid #eee}.all-offers-back-btn{background:transparent;border:none;border-radius:50%;width:36px;height:36px;min-width:36px;min-height:36px;display:flex;align-items:center;justify-content:center;color:#444;cursor:pointer;margin-right:8px;transition:background .2s ease,color .2s ease}.all-offers-back-btn:hover{background:#f5f5f5;color:#222}.all-offers-back-btn:active{background:#eee}.all-offers-back-btn svg{width:20px;height:20px}.all-offers-page-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;color:#333;margin:0;letter-spacing:-.02em;line-height:1.2}.all-offers-won-section{padding:12px;max-width:480px;margin:0 auto;width:100%;box-sizing:border-box}.all-offers-won-title-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px}.all-offers-won-title{font-size:15px;font-weight:600;color:#1e3a5f;margin:0}.all-offers-won-view-btn{background:none;border:none;font-size:13px;font-weight:600;color:#1e3a5f;cursor:pointer;text-decoration:underline;padding:2px 4px}.all-offers-won-view-btn:hover{color:#0f172a}.all-offers-won-hint{font-size:12px;color:#64748b;margin:0 0 12px}.all-offers-won-loading,.all-offers-won-empty{font-size:13px;color:#64748b;margin:0 0 12px}.all-offers-won-error{color:#b91c1c}.all-offers-won-error-wrap{margin-bottom:12px}.all-offers-won-retry-btn{margin-top:8px;padding:8px 14px;font-size:13px;font-weight:600;color:#1e3a5f;background:#e2e8f0;border:none;border-radius:6px;cursor:pointer}.all-offers-won-retry-btn:hover{background:#cbd5e1}.all-offers-won-list{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:8px}.all-offers-won-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:6px}.all-offers-won-main{display:flex;justify-content:space-between;align-items:center;gap:10px}.all-offers-won-text{display:flex;flex-direction:column;gap:4px}.all-offers-won-name{font-size:14px;font-weight:600;color:#0f172a}.all-offers-won-code{font-weight:600;font-size:14px;color:#0f172a;background:#f1f5f9;padding:2px 8px;border-radius:6px}.all-offers-won-discount{font-size:13px;color:#16a34a;font-weight:600}.all-offers-won-valid{font-size:11px;color:#64748b}.all-offers-won-use{font-size:12px;color:#1e3a5f;font-weight:500}.all-offers-won-item.used{opacity:.8;background:#f1f5f9}.all-offers-won-used-badge{font-size:12px;color:#64748b;font-weight:600}.all-offers-grid-container{display:flex;flex-direction:column;gap:10px;padding:12px;flex:1;max-width:480px;margin:0 auto;width:100%;box-sizing:border-box;padding-bottom:calc(80px + env(safe-area-inset-bottom))}.all-offers-empty{text-align:center;padding:48px 24px;display:flex;flex-direction:column;align-items:center;gap:12px}.all-offers-empty-icon{color:#c4c4c4;margin-bottom:4px}.all-offers-empty-title{font-family:system-ui,-apple-system,sans-serif;font-size:17px;font-weight:600;color:#374151;margin:0}.all-offers-empty-desc{font-size:14px;color:#6b7280;margin:0;max-width:260px;line-height:1.45}.all-offers-card{background:#fff;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;border:1px solid #eee;cursor:default;transition:border-color .2s ease}.all-offers-card[role=button]{cursor:pointer}.all-offers-card[role=button]:hover{border-color:#ddd}.all-offers-card[role=button]:active{opacity:.98}.all-offers-card-image-wrap{position:relative;width:100%;aspect-ratio:3 / 1;background:#f0f0f0;overflow:hidden}.all-offers-card-image{width:100%;height:100%;object-fit:cover;display:block}.all-offers-card-cta{position:absolute;bottom:6px;right:8px;padding:4px 8px;background:#fffffff2;color:#555;font-size:11px;font-weight:500;border-radius:5px;border:1px solid #e5e5e5}.all-offers-card-info{padding:8px 10px 10px;display:flex;flex-direction:column;gap:4px}.all-offers-card-title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;color:#333;margin:0;line-height:1.3;letter-spacing:-.01em}.all-offers-card-desc{font-size:12px;color:#666;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.all-offers-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:0}.all-offers-coupon-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 7px;background:#f8f8f8;border-radius:5px;border:1px solid #e8e8e8}.all-offers-coupon-label{font-size:9px;color:#777;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.all-offers-coupon-code{font-size:11px;font-weight:600;color:#444;letter-spacing:.05em}.all-offers-validity{font-size:10px;color:#888;margin:0}@media(min-width:768px){.all-offers-grid-container{gap:16px;padding:16px;padding-bottom:calc(88px + env(safe-area-inset-bottom));max-width:520px}.all-offers-card{border-radius:12px}.all-offers-card-image-wrap{aspect-ratio:2 / 1}.all-offers-card-cta{bottom:10px;right:10px;padding:5px 10px;font-size:12px;border-radius:6px}.all-offers-card-info{padding:12px 14px;gap:6px}.all-offers-card-title{font-size:16px;line-height:1.35}.all-offers-card-desc{font-size:13px}.all-offers-card-meta{gap:10px;margin-top:2px}.all-offers-coupon-badge{padding:5px 9px;border-radius:6px}.all-offers-coupon-label{font-size:10px}.all-offers-coupon-code{font-size:12px}.all-offers-validity{font-size:11px}}.notifications-page{min-height:100vh;background:#f3f4f6;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom)}html.services-theme-dark .notifications-page,body.services-theme-dark .notifications-page{background:#020617}.notifications-page-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top));border-bottom:1px solid #eee;background:#fff;position:sticky;top:0;z-index:10}html.services-theme-dark .notifications-page-header,body.services-theme-dark .notifications-page-header{background:#020617;border-bottom-color:#111827}html.services-theme-dark .notifications-page-title,body.services-theme-dark .notifications-page-title{color:#e5e7eb}.notifications-page-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;margin:-8px 0 -8px -8px;padding:8px;border:none;background:none;cursor:pointer;color:#1a1a1a}.notifications-page-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0}.notifications-page-header-spacer{width:40px}.notifications-page-mark-all-icon{min-width:60px;text-align:right;font-size:12px;color:#7c3aed;background:none;border:none;cursor:pointer;font-weight:500}.notifications-page-mark-all-icon:disabled{cursor:default;color:#9ca3af}.notifications-page-list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-bottom:80px}.notifications-page-status{padding:40px 20px;text-align:center;color:#888;font-size:15px}.notifications-page-ul{list-style:none;margin:0;padding:0}.notifications-page-day-divider{padding:12px 16px 4px;font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:#9ca3af}.notifications-page-item{padding:14px 16px;background:#fff;cursor:pointer;transition:background-color .15s ease,box-shadow .15s ease,transform .05s ease;border-radius:16px;margin:10px 12px;box-shadow:0 8px 22px #0f172a0f}.notifications-page-item.unread{background:#f9fafb}.notifications-page-item:hover{background:#f3f4f6}.notifications-page-item:active{transform:scale(.995);background:#e5e7eb}.notifications-page-item-main{display:flex;align-items:flex-start;gap:12px}.notifications-page-item-icon-wrap{flex-shrink:0}.notifications-page-item-icon{width:32px;height:32px;border-radius:999px;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:16px}.notifications-page-item.unread .notifications-page-item-icon{background:#7c3aed;color:#fff}.notifications-page-item-icon--success{background:#16a34a;color:#fff}.notifications-page-item-icon-svg{width:18px;height:18px}.notifications-page-item-content{flex:1}.notifications-page-item-header-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.notifications-page-item-title{font-weight:600;font-size:14px;color:#111827}.notifications-page-item-type-pill{font-size:11px;padding:2px 8px;border-radius:999px;background:#e5e7eb;color:#374151;flex-shrink:0}.notifications-page-item-message{font-size:13px;color:#555;margin-top:6px;line-height:1.4}.notifications-page-item-meta-row{display:flex;align-items:center;justify-content:space-between;margin-top:8px;gap:8px}.notifications-page-item-time{font-size:11px;color:#9ca3af}.notifications-page-item-link-hint{font-size:11px;color:#7c3aed}.notifications-page-item-cta{font-size:11px;border-radius:999px;padding:4px 10px;border:none;background:#f3e8ff;color:#7c3aed;font-weight:500;cursor:pointer}.notifications-page-item-cta:hover{background:#e9d5ff}.user-chat-list-wrapper{display:flex;flex-direction:column;height:100vh;width:100%;background:#fff;position:fixed;top:0;left:0;z-index:1800}html.services-theme-dark .user-chat-list-wrapper,body.services-theme-dark .user-chat-list-wrapper{background:#0f172a}html.services-theme-dark .user-chat-list-back,body.services-theme-dark .user-chat-list-back{color:#e2e8f0}html.services-theme-dark .user-chat-list-back:hover,body.services-theme-dark .user-chat-list-back:hover{background:#ffffff0f;border-radius:8px}@media(min-width:768px){.user-chat-list-wrapper{position:static;height:100%;min-height:100%;z-index:auto}}.user-chat-web-layout.enabled{display:flex;height:100%;min-height:0;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:14px;overflow:hidden}@media(max-width:767px){.user-chat-web-layout{display:block}}.user-chat-web-sidebar{width:360px;max-width:42%;display:flex;flex-direction:column;border-right:1px solid #f1f5f9;min-height:0}.user-chat-web-main{flex:1;min-width:0;display:flex;flex-direction:column;background:#fff;min-height:0}.user-chat-web-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;color:#64748b}.user-chat-web-empty-title{font-size:18px;font-weight:800;color:#0f172a;margin-bottom:6px}.user-chat-web-empty-subtitle{font-size:13px;max-width:360px}@media(min-width:1024px){.user-chat-web-sidebar{width:380px}}.user-chat-list-item.active .user-chat-list-item-btn{background:#0f172a0a}html.services-theme-dark .user-chat-web-layout.enabled,body.services-theme-dark .user-chat-web-layout.enabled{background:#0f172a;border-color:#94a3b84d}html.services-theme-dark .user-chat-web-main,body.services-theme-dark .user-chat-web-main{background:#0f172a}html.services-theme-dark .user-chat-web-empty-title,body.services-theme-dark .user-chat-web-empty-title{color:#f8fafc}html.services-theme-dark .user-chat-web-empty,body.services-theme-dark .user-chat-web-empty{color:#94a3b8}.user-chat-list-header{display:flex;align-items:center;padding:12px 16px;background:#fff;border-bottom:1px solid #f1f5f9;gap:12px;flex-shrink:0}html.services-theme-dark .user-chat-list-header,body.services-theme-dark .user-chat-list-header{background:#0f172a;border-bottom-color:#334155}html.services-theme-dark .user-chat-list-title,body.services-theme-dark .user-chat-list-title{color:#f8fafc}html.services-theme-dark .user-chat-list-item,body.services-theme-dark .user-chat-list-item{border-bottom-color:#334155}html.services-theme-dark .user-chat-list-item-btn:hover,body.services-theme-dark .user-chat-list-item-btn:hover{background:#1e293b}html.services-theme-dark .user-chat-list-item-btn:active,body.services-theme-dark .user-chat-list-item-btn:active{background:#334155}html.services-theme-dark .user-chat-list-item-name,body.services-theme-dark .user-chat-list-item-name{color:#f8fafc}html.services-theme-dark .user-chat-list-item-time,body.services-theme-dark .user-chat-list-item-time,html.services-theme-dark .user-chat-list-item-preview,body.services-theme-dark .user-chat-list-item-preview{color:#94a3b8}html.services-theme-dark .user-chat-list-item-preview.unread,body.services-theme-dark .user-chat-list-item-preview.unread{color:#e2e8f0;font-weight:500}html.services-theme-dark .user-chat-list-item-chevron,body.services-theme-dark .user-chat-list-item-chevron,html.services-theme-dark .user-chat-list-loading p,html.services-theme-dark .user-chat-list-error p,body.services-theme-dark .user-chat-list-loading p,body.services-theme-dark .user-chat-list-error p{color:#94a3b8}html.services-theme-dark .user-chat-list-empty-title,body.services-theme-dark .user-chat-list-empty-title{color:#e2e8f0}html.services-theme-dark .user-chat-list-empty-text,body.services-theme-dark .user-chat-list-empty-text{color:#94a3b8}html.services-theme-dark .user-chat-list-empty-icon,body.services-theme-dark .user-chat-list-empty-icon{color:#64748b}html.services-theme-dark .user-chat-list-unread-dot,body.services-theme-dark .user-chat-list-unread-dot{border-color:#1e293b}html.services-theme-dark .user-chat-list-avatar,body.services-theme-dark .user-chat-list-avatar{background:#1e293b}html.services-theme-dark .user-chat-list-spinner,body.services-theme-dark .user-chat-list-spinner{border-color:#334155;border-top-color:#a78bfa}.user-chat-list-back{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#1e293b}.user-chat-list-title{flex:1;font-size:18px;font-weight:700;color:#1e293b;margin:0;text-align:center}.user-chat-list-header-spacer{width:32px;height:32px}.user-chat-list-body{flex:1;overflow-y:auto;padding:0}.user-chat-list-loading,.user-chat-list-error,.user-chat-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;padding:24px;text-align:center}.user-chat-list-spinner{width:32px;height:32px;border:3px solid #f1f5f9;border-top-color:#facc15;border-radius:50%;animation:user-chat-list-spin .8s linear infinite;margin-bottom:12px}@keyframes user-chat-list-spin{to{transform:rotate(360deg)}}.user-chat-list-loading p,.user-chat-list-error p{font-size:14px;color:#64748b;margin:0}.user-chat-list-retry{margin-top:12px;padding:8px 16px;background:#facc15;border:none;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px}.user-chat-list-empty-icon{color:#cbd5e1;margin-bottom:16px}.user-chat-list-empty-title{font-size:16px;font-weight:600;color:#1e293b;margin:0 0 8px}.user-chat-list-empty-text{font-size:14px;color:#64748b;margin:0;max-width:280px}.user-chat-list-list{list-style:none;margin:0;padding:0}.user-chat-list-item{border-bottom:1px solid #f1f5f9}.user-chat-list-item-btn{display:flex;align-items:center;width:100%;padding:14px 16px;background:none;border:none;cursor:pointer;text-align:left;gap:12px;transition:background .15s}.user-chat-list-item-btn:hover{background:#f8fafc}.user-chat-list-item-btn:active{background:#f1f5f9}.user-chat-list-avatar-wrap{position:relative;flex-shrink:0;width:48px;height:48px}.user-chat-list-avatar{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#f1f5f9}.user-chat-list-unread-dot{position:absolute;top:0;right:0;width:12px;height:12px;background:#facc15;border:2px solid #fff;border-radius:50%}.user-chat-list-item-content{flex:1;min-width:0}.user-chat-list-item-top{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.user-chat-list-item-name{font-size:15px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-chat-list-item-time{font-size:12px;color:#94a3b8;flex-shrink:0}.user-chat-list-item-preview{font-size:13px;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-chat-list-item-preview.unread{color:#1e293b;font-weight:500}.user-chat-list-item-chevron{flex-shrink:0;color:#cbd5e1}.spin-wheel-modal-overlay{position:fixed;inset:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .3s ease;padding:20px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.spin-wheel-modal{background-color:#fff;border-radius:20px;max-width:440px;width:100%;max-height:90vh;overflow-y:auto;overflow-x:hidden;box-shadow:0 24px 48px #0000001f,0 8px 16px #00000014;border:1px solid #e8e8e8;animation:slideUp .35s cubic-bezier(.16,1,.3,1);min-height:200px;scrollbar-width:none;-ms-overflow-style:none}.spin-wheel-modal::-webkit-scrollbar{display:none}.spin-wheel-modal-visible{opacity:1;visibility:visible}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.spin-wheel-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 20px;border-bottom:1px solid #f0f0f0}.spin-wheel-title{font-family:system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:.3px}.spin-wheel-close{background:none;border:none;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#666;transition:all .2s ease;border-radius:50%}.spin-wheel-close:hover:not(:disabled){background-color:#f5f5f5;color:#1a1a1a}.spin-wheel-close:disabled{opacity:.5;cursor:not-allowed}.spin-wheel-content{padding:24px;display:flex;flex-direction:column;align-items:center;gap:24px;min-height:320px}.wheel-container{position:relative;width:300px;height:300px;margin:0 auto;flex-shrink:0;min-width:300px;min-height:300px;overflow:visible}.spin-wheel{position:absolute;top:0;left:0;width:300px;height:300px;transform-origin:150px 150px;transition:transform 4.2s cubic-bezier(.25,.1,.25,1);z-index:1;pointer-events:none}.spin-wheel.spinning{transition:transform 4.2s cubic-bezier(.25,.1,.25,1);will-change:transform}.spin-wheel-pie{position:absolute;left:50%;top:50%;width:272px;height:272px;margin-left:-136px;margin-top:-136px;border-radius:50%;box-shadow:0 4px 16px #00000026;background:var(--wheel-gradient)}.spin-wheel-modal-overlay .spin-wheel-modal .spin-wheel-pie.spin-wheel-pie-segments{background:var(--wheel-gradient, conic-gradient(#525252 0deg 45deg, #404040 45deg 90deg, #374151 90deg 135deg, #262626 135deg 180deg, #1a1a1a 180deg 225deg, #4b5563 225deg 270deg, #3f3f46 270deg 315deg, #6b7280 315deg 360deg))!important}.spin-wheel-pie-border{position:absolute;left:50%;top:50%;width:272px;height:272px;margin-left:-136px;margin-top:-136px;border-radius:50%;border:5px solid #1a1a1a;pointer-events:none}.spin-wheel-labels{position:absolute;left:50%;top:50%;width:272px;height:272px;margin-left:-136px;margin-top:-136px;border-radius:50%;pointer-events:none}.spin-wheel-label{position:absolute;left:50%;top:50%;width:100px;margin-left:-50px;margin-top:-10px;text-align:center;transform-origin:center center;color:#fff;font-size:10px;font-weight:500;font-family:Inter,system-ui,-apple-system,sans-serif;text-shadow:0 1px 3px rgba(0,0,0,.6);z-index:10;pointer-events:none;transform:rotate(var(--label-rotate)) translateY(-95px)}.spin-wheel-label-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;transform:rotate(90deg);white-space:nowrap;max-width:85px;gap:2px}.label-code{font-weight:600;font-size:10px;letter-spacing:.5px;text-transform:uppercase}.label-discount{font-weight:400;font-size:9px;opacity:.9}.label-text-full{font-weight:500}.wheel-pointer{position:absolute;top:-4px;left:50%;transform:translate(-50%);width:0;height:0;border-left:18px solid transparent;border-right:18px solid transparent;border-top:32px solid #1a1a1a;z-index:10;filter:drop-shadow(0 2px 6px rgba(0,0,0,.3))}.wheel-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:72px;background:linear-gradient(180deg,#2d2d2d,#1a1a1a);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:20;box-shadow:0 4px 12px #00000059,inset 0 1px #ffffff1f;border:2px solid rgba(255,255,255,.08)}.wheel-center-button{width:64px;height:64px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;background:#1a1a1a;border:none;padding:0;gap:2px;border-radius:50%}.wheel-center-button:hover:not(:disabled){transform:scale(1.08)}.wheel-center-button:disabled{opacity:.5;cursor:not-allowed}.wheel-center-button .spin-text{font-family:system-ui,-apple-system,sans-serif;font-size:9px;font-weight:700;color:#fff;margin-top:-2px;letter-spacing:.5px}.spin-instruction{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:500;color:#666;text-align:center;margin:0}.spin-instruction.spinning-text{color:#1a1a1a;font-weight:600;animation:pulse 1.5s ease-in-out infinite}.spin-loading{display:flex;flex-direction:column;align-items:center;gap:12px}.spin-loading-dots{display:flex;gap:6px;justify-content:center;align-items:center}.spin-loading-dots span{width:6px;height:6px;border-radius:50%;background:#1a1a1a;animation:loadingBounce .6s ease-in-out infinite both}.spin-loading-dots span:nth-child(1){animation-delay:-.12s}.spin-loading-dots span:nth-child(2){animation-delay:0s}.spin-loading-dots span:nth-child(3){animation-delay:.12s}@keyframes loadingBounce{0%,80%,to{transform:scale(.6);opacity:.5}40%{transform:scale(1);opacity:1}}.spin-instruction.spin-error{color:#1a1a1a;font-weight:500}.spin-no-rewards-message{margin-top:12px;padding:12px 16px;background:#f5f5f5;border-radius:8px;text-align:center}.spin-no-rewards-message .spin-no-rewards-title{font-weight:600;color:#1a1a1a;margin:0 0 6px}.spin-no-rewards-message .spin-no-rewards-desc{font-size:13px;color:#525252;margin:0;line-height:1.4}.spin-instruction.spin-count{color:#525252;font-weight:600}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.spin-result{width:100%;max-width:300px;background-color:#fafafa;border:1px solid #e8e8e8;border-radius:16px;padding:24px;text-align:center;animation:resultPop .5s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 16px #0000000f}@keyframes resultPop{0%{transform:scale(.8);opacity:0}50%{transform:scale(1.05)}to{transform:scale(1);opacity:1}}.result-content{display:flex;flex-direction:column;gap:12px}.result-title{font-family:system-ui,-apple-system,sans-serif;font-size:22px;font-weight:700;color:#1a1a1a;margin:0}.result-reward{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;color:#1a1a1a;margin:0}.result-discount{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:#1a1a1a;margin:0}.result-button{width:100%;padding:4px 7px;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:4px}.result-button:hover{background:#333;transform:translateY(-.5px)}.result-coupon-row{display:flex;align-items:center;justify-content:center;gap:0;margin:10px 0;background:#f8f9fa;border:1px dashed #ced4da;border-radius:12px;overflow:hidden;padding:4px}.result-coupon-code{font-family:JetBrains Mono,Fira Code,monospace;font-size:16px;font-weight:700;padding:8px 16px;color:#1a1a1a;letter-spacing:1.5px;flex:1;text-align:center}.result-copy-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .2s cubic-bezier(.16,1,.3,1);margin-right:6px}.result-copy-icon-btn:hover{background:#333}.result-copy-icon-btn.copied{background:#10b981}.copied-toast-small{font-size:12px;font-weight:600}.result-copy-btn:active{transform:scale(.98)}.result-hint{font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:#6c757d;margin:0;line-height:1.5}@media(max-width:767px){.spin-wheel-modal{max-width:100%;border-radius:20px 20px 0 0;max-height:95vh;margin-top:auto}.spin-wheel-header{padding:20px 16px 16px}.spin-wheel-title{font-size:20px}.spin-wheel-content{padding:20px 16px;gap:20px}.wheel-container{width:260px;height:260px;min-width:260px;min-height:260px}.spin-wheel{width:260px;height:260px;transform-origin:130px 130px}.spin-wheel-pie,.spin-wheel-pie-border,.spin-wheel-labels{width:240px;height:240px;margin-left:-120px;margin-top:-120px}.spin-wheel-label{width:64px;margin-left:-32px;font-size:8px;transform:rotate(var(--label-rotate)) translateY(-70px)}.label-code{font-size:8px}.label-discount{font-size:7px}.wheel-center{width:70px;height:70px}.wheel-center-button{width:60px;height:60px}.wheel-center-button svg{width:32px;height:32px}.wheel-center-button .spin-text{font-size:9px}.spin-button{font-size:16px;padding:14px 28px}.result-title{font-size:20px}.result-reward{font-size:16px}}.spin-available-prizes-section{width:100%;max-width:320px;margin-top:16px;padding:12px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.spin-available-prizes-title{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:700;color:#1a1a1a;margin:0 0 10px}.spin-available-prizes-cards{display:flex;flex-wrap:wrap;gap:8px}.spin-available-prize-card{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border-radius:8px;border:1px solid #e5e5e5;border-left:4px solid #525252;font-size:13px}.spin-available-prize-label{font-weight:600;color:#1a1a1a}.spin-available-prize-type{font-size:11px;padding:2px 6px;border-radius:4px;font-weight:500}.spin-available-prize-type.type-coupon{background:#f0f0f0;color:#1a1a1a}.spin-available-prize-type.type-try-again{background:#e5e5e5;color:#525252}.spin-won-coupons-section{width:100%;max-width:320px;margin-top:16px;padding:12px;background:#f8f9fa;border-radius:12px;border:1px solid #e9ecef}.spin-won-coupons-title-row{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px}.spin-won-coupons-title{font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:700;color:#1a1a1a;margin:0}.spin-won-coupons-view-btn{background:none;border:none;font-size:13px;font-weight:600;color:#1a1a1a;cursor:pointer;text-decoration:underline;padding:2px 4px}.spin-won-coupons-view-btn:hover{color:#333}.spin-won-coupons-empty{font-size:13px;color:#6c757d;margin:0}.spin-won-coupons-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.spin-won-coupon-item{display:block;padding:10px 12px;background:#fff;border-radius:8px;border:1px solid #e9ecef;font-size:13px}.spin-won-coupon-main{display:flex;align-items:center;justify-content:space-between;gap:8px}.spin-won-coupon-text{display:flex;flex-direction:column;gap:4px}.spin-won-coupon-label{font-weight:600;color:#1a1a1a}.spin-won-coupon-code{font-family:monospace;font-size:12px;padding:2px 6px;background:#f1f3f5;border-radius:4px;color:#495057}.spin-won-coupon-used{margin-left:auto;font-size:11px;color:#868e96;font-style:italic}.spin-won-coupon-valid{font-size:11px;color:#525252}.location-permission-container{height:100%;width:100%;background:#fff;display:flex;justify-content:center;align-items:center;position:fixed;inset:0;overflow:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:none;backface-visibility:hidden;perspective:1000px;transform:translateZ(0);-webkit-transform:translateZ(0);will-change:auto;contain:layout style paint}.location-permission-content{width:100%;max-width:500px;height:100%;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 24px;text-align:center;position:relative;will-change:auto;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;perspective:1000px;contain:layout style paint;-webkit-overflow-scrolling:touch;overscroll-behavior:none}.location-permission-icon{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,#ffd70033,#ffd7001a);display:flex;align-items:center;justify-content:center;margin-bottom:32px;color:gold}.location-permission-title{font-family:system-ui,-apple-system,sans-serif;font-size:26px;font-weight:700;color:gold;margin:0 0 16px;letter-spacing:.3px}.location-permission-description{font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:400;color:#666;margin:0 0 32px;line-height:1.6;max-width:320px}.location-permission-loading{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:32px}.loading-spinner{width:40px;height:40px;border:4px solid rgba(255,215,0,.2);border-top-color:gold;border-radius:50%;animation:spin 1s linear infinite;will-change:transform;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;perspective:1000px;-webkit-animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.location-permission-loading p{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#666;margin:0}.location-permission-error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:16px;margin-bottom:24px;max-width:320px}.location-permission-error p{font-family:system-ui,-apple-system,sans-serif;font-size:14px;color:#dc2626;margin:0;line-height:1.5}.location-permission-actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:320px}.location-permission-allow-btn{width:100%;padding:16px 32px;background:gold;color:#000;border:none;border-radius:50px;font-family:system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}.location-permission-allow-btn:hover{background:orange;transform:translateY(-1px);box-shadow:0 4px 12px #ffd7004d}.location-permission-skip-btn{width:100%;padding:14px 32px;background-color:transparent;color:#666;border:1px solid #FFD700;border-radius:50px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}.location-permission-skip-btn:hover{background-color:#ffd7001a;border-color:gold;color:gold}@media(min-width:768px){.location-permission-container{padding:20px}.location-permission-content{padding:60px 40px;max-width:600px;box-shadow:0 4px 20px #0000001a;border-radius:20px;border:1px solid #e0e0e0;height:auto;max-height:90vh}.location-permission-icon{width:140px;height:140px;margin-bottom:40px}.location-permission-icon svg{width:100px;height:100px}.location-permission-title{font-size:32px;margin-bottom:20px}.location-permission-description{font-size:17px;max-width:500px;margin-bottom:40px}.location-permission-actions{max-width:500px}.location-permission-allow-btn{padding:18px 40px;font-size:17px}.location-permission-skip-btn{padding:16px 40px;font-size:16px}}@media(min-width:1024px){.location-permission-content{max-width:700px;padding:80px 60px}.location-permission-icon{width:160px;height:160px;margin-bottom:48px}.location-permission-icon svg{width:120px;height:120px}.location-permission-title{font-size:36px}.location-permission-description{font-size:18px;max-width:600px}}:root{--voat-dark: #2A2832;--voat-dark-hover: #36324a;--voat-gold: #E8C547;--voat-gold-soft: rgba(232, 197, 71, .15);--surface: #ffffff;--surface-elevated: #fafafa;--border: #e5e7eb;--border-focus: #2A2832;--text-primary: #111827;--text-secondary: #6b7280;--error: #dc2626;--success: #059669}.get-started-container{height:100vh;height:100dvh;width:100%;min-height:-webkit-fill-available;background:linear-gradient(180deg,#f8f9fc,#f0f2f7,#eef0f5);display:flex;justify-content:center;align-items:center;position:fixed;inset:0;overflow:hidden;-webkit-overflow-scrolling:touch}.get-started-content{display:flex;flex-direction:column;width:100%;max-width:440px;height:100%;min-height:100dvh;position:relative;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;padding:max(16px,env(safe-area-inset-top)) 16px max(20px,env(safe-area-inset-bottom)) 16px;align-items:center;justify-content:center;gap:16px;box-sizing:border-box}.get-started-back-button{position:absolute;top:max(16px,env(safe-area-inset-top));left:16px;z-index:2;width:36px;height:36px;min-width:36px;min-height:36px;padding:0;display:flex;align-items:center;justify-content:center;background:var(--surface);border:1px solid var(--border);border-radius:8px;color:var(--voat-dark);cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:0 1px 2px #0000000d}.get-started-back-button:hover{background:var(--surface-elevated);border-color:#d1d5db}.get-started-back-button:active{transform:scale(.98)}.login-logo-section{width:100%;display:flex;justify-content:center;align-items:center;padding:0 16px 8px;flex-shrink:0;box-sizing:border-box}.login-logo{width:auto;height:auto;max-width:260px;max-height:100px;min-width:180px;min-height:60px;object-fit:contain;object-position:center;display:block}.login-illustration-wrapper{width:100%;display:flex;justify-content:center;align-items:center;padding:8px 16px 0;box-sizing:border-box}.login-illustration{width:100%;max-width:420px;height:auto;display:block;border-radius:12px;object-fit:contain}.login-card{width:100%;max-width:400px;background:var(--surface);border-radius:12px;padding:18px 16px 20px;box-shadow:0 10px 30px #0f172a1f;display:flex;flex-direction:column;position:relative;z-index:1;flex:0 0 auto;box-sizing:border-box}.top-section{padding:0;display:flex;flex-direction:column;align-items:center;margin-bottom:16px;flex-shrink:0;text-align:center}.get-started-heading{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:22px;font-weight:700;color:var(--text-primary);margin:0 0 4px;letter-spacing:-.3px;text-align:center;line-height:1.2}.description-section{text-align:center;width:100%;margin-bottom:0;padding:0}.description-text{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;font-weight:400;color:var(--text-secondary);margin:0;line-height:1.4}.form-section{width:100%;margin-top:0;padding:0;display:flex;flex-direction:column;align-items:stretch;min-height:0}.phone-input-wrapper{width:100%;margin-bottom:10px}.phone-input-container{width:100%;display:block}.phone-input{width:100%;border:1px solid var(--border);border-radius:10px;outline:none;padding:8px 12px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:400;color:var(--text-primary);background:transparent;cursor:text;-webkit-user-select:text;user-select:text;-webkit-appearance:none;appearance:none;min-width:0;min-height:36px;box-sizing:border-box}.phone-input::placeholder{color:var(--text-secondary);font-weight:400;opacity:.75}.phone-input:focus{border-color:var(--border-focus);box-shadow:0 0 0 4px var(--voat-gold-soft)}.phone-input-container.error .phone-input{border-color:var(--error);box-shadow:0 0 0 2px #dc26261f}.continue-button{width:100%;padding:8px 14px;min-height:36px;background:var(--voat-dark);color:var(--voat-gold);border:none;border-radius:8px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .15s ease,box-shadow .2s ease;margin-top:4px;margin-bottom:4px;box-shadow:0 1px 3px #2a28321f;letter-spacing:.2px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.continue-button:hover:not(.disabled){background:var(--voat-dark-hover);transform:translateY(-1px);box-shadow:0 4px 14px #2a283240,0 2px 4px #00000014}.continue-button:active:not(.disabled){transform:translateY(0);box-shadow:0 1px 4px #2a283226}.continue-button.disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.error-message{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;color:var(--error);margin:10px 0 0;padding:0;font-weight:500}.status-message{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;margin:10px 0 0;text-align:center;font-weight:500}.status-message.error{color:var(--error)}.status-message.success{color:var(--success)}.back-button{background:var(--surface);border:1px solid var(--border);border-radius:12px;cursor:pointer;padding:10px;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease;width:44px;height:44px;min-width:44px;min-height:44px;-webkit-tap-highlight-color:transparent;touch-action:manipulation;box-shadow:0 1px 3px #0000000f}.back-button:hover{background:var(--surface-elevated);border-color:#d1d5db}@media(max-width:480px){.get-started-container{background:linear-gradient(180deg,#f5f6fa,#eef0f5)}.get-started-content{padding-left:20px;padding-right:20px;padding-top:max(20px,env(safe-area-inset-top));padding-bottom:max(24px,env(safe-area-inset-bottom));gap:20px}.get-started-back-button{top:max(16px,env(safe-area-inset-top));left:20px}.login-logo-section{padding:0 16px 12px}.login-logo{max-width:92%;min-height:80px;max-height:160px}.login-illustration-wrapper{padding:4px 8px 0}.login-illustration{max-width:100%;border-radius:18px}.login-card{padding:28px 22px;border-radius:18px;box-shadow:0 2px 8px #0000000f,0 12px 32px #2a283214,0 0 0 1px #0000000a;width:100%}.get-started-heading{font-size:24px;margin:0 0 6px;letter-spacing:-.4px}.top-section{margin-bottom:20px}.description-text{font-size:15px;color:var(--text-secondary)}.phone-input-container{min-height:40px;border-radius:8px}.phone-input{padding:10px 12px;font-size:16px}.continue-button{min-height:36px;padding:8px 14px;font-size:14px;border-radius:8px;margin-top:4px}}@media(max-width:360px){.get-started-content{padding-left:16px;padding-right:16px}.get-started-back-button{left:16px}.login-logo{max-width:90%;min-height:72px;max-height:140px}.login-card{padding:18px 16px;border-radius:12px}.get-started-heading{font-size:22px}.continue-button{min-height:38px;padding:8px 14px;font-size:14px}.phone-input-container{min-height:38px}}.user-info-container{width:100%;min-width:0;min-height:100vh;min-height:100dvh;background-color:#fff;position:fixed;inset:0;display:flex;justify-content:flex-start;align-items:stretch;overflow-y:auto;overscroll-behavior-y:contain;box-sizing:border-box;text-align:left}.user-info-content{display:flex;flex-direction:column;width:100%;min-width:0;min-height:100%;flex:1;background-color:#fff;position:relative;overflow:hidden;max-width:440px;margin:0 auto;box-sizing:border-box;text-align:left}.user-info-header{position:relative;padding:14px 16px 6px;display:flex;align-items:flex-start;justify-content:center;text-align:center;border-bottom:1px solid rgba(0,0,0,.06);background:#fff}.user-info-header-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:2px 40px 0}.user-info-back-button{position:absolute;left:12px;top:12px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:background .2s ease,border-color .2s ease;color:#111827;box-sizing:border-box}.user-info-back-button:hover{background:#eceff3;border-color:#d9dde3}.user-info-back-button:active{background:#e5e7eb}.user-info-back-button svg{display:block;flex-shrink:0}.user-info-page-title{font-family:system-ui,-apple-system,sans-serif;font-size:20px;font-weight:700;color:#111827;margin:0;padding:0;letter-spacing:-.3px;line-height:1.15;text-align:center;text-decoration:none}.user-info-page-subtitle{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#6b7280;margin:0;padding:0;line-height:1.35;text-align:center}.user-info-form-section{padding:14px 16px 0;display:flex;flex-direction:column;gap:14px;flex:0 0 auto;min-height:0;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.user-info-form-section .input-field:first-child{margin-top:4px}.input-field{position:relative;width:100%;display:flex;flex-direction:column;gap:6px}.input-label{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;color:#111827;margin:0}.text-input,.select-input{width:100%;padding:7px 10px;border:1px solid #e5e7eb;border-radius:10px;font-family:system-ui,-apple-system,sans-serif;font-size:13px;color:#1f2937;background-color:#fff;transition:border-color .2s ease,box-shadow .15s ease;min-height:34px;box-sizing:border-box}.text-input::placeholder{color:#9ca3af}.text-input:focus,.select-input:focus{outline:none;border-color:#2a2832;box-shadow:0 0 0 2px #2a28321a}.text-input.error,.select-input.error{border-color:#dc2626}.text-input.error:focus,.select-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 2px #dc262626}.text-input.read-only{background-color:#f9fafb;color:#6b7280;border-color:#f3f4f6;cursor:default}.phone-input{width:100%;display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:8px;background:#fff;height:30px;box-sizing:border-box;overflow:hidden}.phone-input.error{border-color:#dc2626}.phone-prefix{display:flex;align-items:center;gap:6px;padding:0 8px;color:#111827;font-weight:600;font-size:13px;line-height:1;background:#fff;flex-shrink:0}.phone-prefix-divider{width:1px;height:14px;background:#e5e7eb;display:inline-block}.phone-number-input{border:none;outline:none;padding:0 8px;font-family:system-ui,-apple-system,sans-serif;font-size:13px;line-height:1;height:30px;flex:1;width:100%;color:#1f2937;background:transparent}.phone-number-input::placeholder{color:#9ca3af}.phone-input:focus-within{border-color:#1d4ed8;box-shadow:0 0 0 3px #1d4ed81f}.segmented{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;background:#f9fafb}.segmented.error{border-color:#dc2626}.segmented-item{border:none;background:transparent;padding:8px 6px;min-height:34px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;color:#374151;cursor:pointer}.segmented-item+.segmented-item{border-left:1px solid #e5e7eb}.segmented-item.active{background:#2a2832;color:#fff}.segmented-item:active{filter:brightness(.98)}.user-info-footer{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:6px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;color:#6b7280}.user-info-login-link{background:none;border:none;padding:0;margin:0;color:#2563eb;font-weight:700;cursor:pointer;text-decoration:none}.user-info-login-link:hover{text-decoration:underline}.error-message{font-family:system-ui,-apple-system,sans-serif;font-size:11px;color:#dc2626;margin:0;padding:0;font-weight:500}.status-message{font-family:system-ui,-apple-system,sans-serif;font-size:12px;margin:8px 0 0;text-align:center;font-weight:500}.status-message.error{color:#dc2626}.status-message.success{color:#059669}.select-input{appearance:none;cursor:pointer;padding-right:28px}.select-input:disabled{background-color:#f9fafb;cursor:not-allowed;color:#9ca3af}.input-field .dropdown-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;opacity:.5}.input-field{position:relative}.button-section{padding:14px 16px max(18px,env(safe-area-inset-bottom));margin-top:0;background-color:#fff;border-top:none;flex-shrink:0;box-sizing:border-box}.user-info-body{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:flex-start;gap:10px;padding-bottom:8px}.user-info-next-button{width:100%;padding:10px 14px;background:#2a2832;color:#fff;border:none;border-radius:12px;font-family:system-ui,-apple-system,sans-serif;font-size:13px;font-weight:600;cursor:pointer;transition:background-color .2s ease,opacity .2s ease;min-height:40px;display:flex;align-items:center;justify-content:center}.user-info-next-button:hover:not(.disabled){background-color:#36324a!important}.user-info-next-button:active:not(.disabled){background-color:#23202a!important}.user-info-next-button.disabled{background:#e5e7eb!important;color:#9ca3af;cursor:not-allowed;opacity:1}.user-info-next-button.disabled:hover{background-color:#e5e7eb!important;color:#9ca3af}.input-help-text{font-family:system-ui,-apple-system,sans-serif;font-size:11px;color:#6b7280;margin:0;font-weight:400}@media(min-width:600px){.user-info-content{max-width:420px;box-shadow:0 1px 3px #0000000f;border-radius:12px;margin:24px auto;min-height:auto}.user-info-page-title{font-size:20px}.user-info-page-subtitle{font-size:13px}.header-section{padding:14px 20px 10px}.user-info-form-section{padding:0 20px 14px;gap:10px}.button-section{padding:14px 20px max(20px,env(safe-area-inset-bottom))}}@media(max-width:599px){.user-info-container{min-height:100vh;min-height:100dvh}.user-info-content{max-width:100%;min-height:100dvh;display:flex;flex-direction:column;justify-content:center}.user-info-header{position:relative}.user-info-body{justify-content:flex-start}.user-info-form-section .input-field:first-child{margin-top:19px}}@media(max-width:480px){.user-info-page-title{font-size:16px}.user-info-page-subtitle{font-size:11px}.header-section{padding:8px 14px 6px}.header-row{min-height:28px;gap:12px}.user-info-back-button{width:28px;min-width:28px;max-width:28px;height:28px}.user-info-form-section{padding:10px 14px 16px;gap:14px}.user-info-content .input-field{gap:5px}.button-section{padding:0 14px max(14px,env(safe-area-inset-bottom));padding-top:14px}.text-input,.select-input{min-height:40px;padding:8px 10px;font-size:16px}}.login-container{height:100%;width:100%;background:#fff;display:flex;justify-content:center;align-items:center;position:fixed;inset:0;overflow:hidden}.login-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:500px;height:100%;background-color:#fff;text-align:center;padding:16px 18px;position:relative;overflow-y:auto;gap:12px}@media(max-width:480px){.login-content{padding:14px;justify-content:center;gap:10px}}.login-logo-section{width:100%;display:flex;justify-content:center;align-items:center;padding:0 0 12px}@media(max-width:480px){.login-logo-section{padding:0 0 10px;margin-bottom:0;flex-shrink:0}}.login-logo{height:44px;width:auto;max-width:160px;object-fit:contain}@media(max-width:480px){.login-logo{height:40px;max-width:140px}}.illustration-container{width:100%;margin:0;display:flex;justify-content:center;padding:0 8px;flex-shrink:0}@media(max-width:480px){.illustration-container{padding:0;min-height:0;max-height:220px;align-items:center;justify-content:center}}.login-illustration{width:100%;max-width:280px;height:auto;object-fit:contain}@media(max-width:480px){.login-illustration{max-width:100%;width:auto;max-height:280px;height:auto;object-fit:contain}}.login-heading{font-family:system-ui,-apple-system,sans-serif;font-size:18px;font-weight:700;text-transform:uppercase;color:#000;margin:0;letter-spacing:.2px;padding:0 16px;flex-shrink:0}@media(max-width:480px){.login-heading{font-size:15px;margin:0;padding:0}}.login-description{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:400;color:#666;margin:0;line-height:1.4;max-width:280px;padding:0 16px;flex-shrink:0}@media(max-width:480px){.login-description{font-size:12px;margin:0;padding:0;max-width:100%}}.action-buttons{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px;margin:0;padding:0 20px;box-sizing:border-box;flex-shrink:0}@media(max-width:480px){.action-buttons{padding:0 16px;gap:6px}}.login-button{width:100%;max-width:280px;padding:8px 14px;min-height:36px;background:#2a2832;color:#e8c547;border:none;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-sizing:border-box}@media(max-width:480px){.login-button{width:100%;max-width:100%;padding:8px 12px;min-height:34px;font-size:14px;font-weight:600;border-radius:8px}}.login-button:hover{background:#36324a}.login-button:active{background:#23202a}.login-skip-button{width:calc(100% - 40px);max-width:280px;padding:8px 20px;background:#fff;color:#2a2832;border:1px solid #2A2832;border-radius:10px;font-family:system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease;margin-bottom:24px}@media(max-width:480px){.login-skip-button{width:100%;max-width:100%;padding:8px 20px;font-size:15px;margin-bottom:max(20px,env(safe-area-inset-bottom))}}.login-skip-button:hover{background:#f8f8f8;border-color:#36324a;color:#36324a}.login-skip-button:active{background:#f0f0f0}.register-button{width:100%;max-width:280px;padding:8px 14px;min-height:36px;background-color:transparent;color:#2a2832;border:1px solid #2A2832;border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-sizing:border-box}@media(max-width:480px){.register-button{width:100%;max-width:100%;padding:8px 12px;min-height:34px;font-size:14px;font-weight:600;border-radius:8px}}.register-button:hover{background-color:#f5f5f5;border-color:#36324a}.login-skip-text{font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-weight:500;color:#777;cursor:pointer;margin:0 0 max(20px,env(safe-area-inset-bottom)) 0;padding:0 20px;text-decoration:none;transition:all .2s ease;letter-spacing:.2px;flex-shrink:0}@media(max-width:480px){.login-skip-text{margin-bottom:max(16px,env(safe-area-inset-bottom));font-size:12px}}.login-skip-text:hover{color:#2a2832;text-decoration:underline;opacity:.8}.register-button:active{transform:translateY(0)}@media(min-width:481px){.login-content{max-width:400px;padding:24px 20px}.login-heading{font-size:18px}.login-description{font-size:13px;max-width:300px}.login-illustration{max-width:300px}.login-logo{height:40px;max-width:150px}}@media(max-width:360px){.login-content{padding:14px 12px}.login-logo{height:36px;max-width:120px}.login-logo-section{padding:0 0 8px}.login-heading{font-size:14px;margin:0 0 4px}.login-description{font-size:11px;margin:0 0 10px}.illustration-container{max-height:240px}.action-buttons{padding:10px 16px 0;gap:6px}.login-button,.register-button{min-height:34px;font-size:13px;padding:8px 12px}.login-skip-text{font-size:11px}.login-skip-button{margin-bottom:max(16px,env(safe-area-inset-bottom))}}.login-container.login-restoring .login-content{gap:16px}.login-restoring-text{margin:0;font-size:15px;color:#555;font-weight:500}#root{width:100%;min-height:100vh;background-color:#1a1a1a}html.services-theme-light #root,body.services-theme-light #root{background-color:#fff}html.services-theme-dark #root,body.services-theme-dark #root{background-color:#020617}@media(min-width:768px){#root{height:100vh;background-color:#fff}.bottom-nav-minimal{display:none!important}}
