@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;650;700;750;800&display=swap');
:root{--navy:#061b51;--blue:#0750d4;--red:#ff0029;--muted:#777d8e;--surface:#f3f4f8;--line:#eceef3;--green:#159f59;--shadow:0 2px 9px #12254c0b;--nav-height:76px;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--navy);font-size:16px;font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:#f3f5f9}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;color:inherit;background:none;border:0;padding:0}button:disabled{cursor:default;opacity:.45}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #82a8ff;outline-offset:3px}button:active:not(:disabled),.button:active{transform:translateY(1px)}h1,h2,h3,p{margin:0}h1,h2,h3{letter-spacing:-.035em}h1{font-size:24px;font-weight:800;line-height:1.17}h2{font-size:18px;font-weight:750;line-height:1.2}h3{font-size:15px;line-height:1.25;font-weight:700}p{line-height:1.45}strong{font-weight:750}.icon{width:24px;height:24px;flex-shrink:0;display:inline-block;vertical-align:middle}.filled{fill:currentColor}.red{color:var(--red)}.blue{color:var(--blue)}.green{color:var(--green)}.muted{color:var(--muted)}.photo{display:block;width:100%;height:100%;object-fit:cover;overflow:hidden}.photo image{pointer-events:none}.image-placeholder{display:grid;place-items:center;background:#eff2f7;color:#adb5c6;min-height:70px}.app-shell{max-width:760px;min-height:100dvh;background:#fff;margin:auto;position:relative;padding-bottom:calc(var(--nav-height) + env(safe-area-inset-bottom))}.header{height:83px;display:flex;align-items:center;justify-content:space-between;padding:12px 17px 8px;gap:14px}.brand{display:block;width:176px;height:62px;flex-shrink:0}.header-actions{display:flex;align-items:center;gap:14px}.icon-button{width:35px;height:38px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.icon-button .icon{width:26px;height:26px}.notification-button{position:relative}.notification-dot{position:absolute;width:10px;height:10px;right:4px;top:4px;border:2px solid #fff;border-radius:50%;background:var(--red)}.avatar{background:#002766;color:#fff;width:37px;height:37px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;box-shadow:0 2px 7px #061b5112;flex-shrink:0}.header.compact{height:72px;padding-top:8px;gap:6px}.compact .brand{width:146px;height:52px}.compact .header-actions{gap:9px}.compact>.back{background:var(--surface);border-radius:50%;width:34px;height:34px}.compact .header-actions .icon-button{width:28px}.favorites-header{gap:8px;height:77px}.favorites-header .brand{width:144px;height:54px}.favorites-header>.icon-button{width:25px}.favorites-header .header-actions{gap:15px}.labeled-icon{display:flex;align-items:center;flex-direction:column;gap:5px;font-size:10px}.labeled-icon>.icon{width:31px;height:31px;padding:5px;border-radius:50%;box-shadow:0 0 8px #0b214013}
main{padding:0 13px}.search-bar{display:flex;align-items:center;gap:11px;background:#f0f1f5;border-radius:22px;height:42px;padding:0 13px;color:var(--muted)}.search-bar>.icon{width:21px;height:21px}.search-bar input{border:0;background:transparent;outline:none;min-width:0;flex:1;color:var(--navy);font-size:14px;height:100%;padding:0}.search-bar input::placeholder{color:#8b8e9f}.search-bar button{width:30px;height:34px}.search-bar button .icon{width:23px;height:23px}.categories{display:flex;justify-content:space-between;gap:7px;margin:15px 0 16px}.categories>a{display:flex;flex:1;min-width:0;align-items:center;flex-direction:column;gap:7px;font-size:10.5px;font-weight:600;white-space:nowrap}.category-box{width:100%;height:46px;max-width:57px;border-radius:12px;display:grid;place-items:center;box-shadow:0 2px 12px #1220400e;border:1px solid #f8f8fa}.category-box .icon{width:29px;height:29px;stroke-width:2.8}.category-box.red{color:var(--red)}.category-box.blue{color:var(--navy)}.hero-carousel{position:relative}.hero{display:block;aspect-ratio:688/279;border-radius:14px;overflow:hidden;box-shadow:var(--shadow)}.hero-dots{position:absolute;bottom:8px;left:45%;display:flex;gap:6px;padding:2px 5px;border-radius:10px;background:#052251}.hero-dots button{background:#8297ba;width:6px;height:6px;border-radius:50%}.hero-dots button.active{background:var(--red)}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:17px 0 11px}.section-heading h2{display:flex;align-items:center;gap:8px;font-size:17px}.section-icon{color:var(--red);width:23px;height:23px;stroke-width:2.8}.see-all{color:var(--blue);display:flex;align-items:center;gap:2px;font-size:12px;white-space:nowrap;font-weight:500}.see-all .icon{width:13px;height:13px}.horizontal-products,.horizontal-services,.related-products{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;padding:0 1px 5px;margin-right:-13px;padding-right:13px}.horizontal-products::-webkit-scrollbar,.horizontal-services::-webkit-scrollbar,.related-products::-webkit-scrollbar,.filter-chips::-webkit-scrollbar{display:none}.product-card{background:white;border-radius:10px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #f3f4f7;min-width:0;scroll-snap-align:start}.product-card.compact{flex:0 0 28.7%}.card-picture{position:relative;aspect-ratio:1.43;overflow:hidden;border-radius:8px}.card-picture>a{display:block;height:100%}.favorite-button{position:absolute;top:7px;right:7px;width:26px;height:26px;color:#fff;display:grid;place-items:center;filter:drop-shadow(0 1px 2px #0005);z-index:1}.favorite-button .icon{width:24px;height:24px;stroke-width:2}.favorite-button.saved{color:var(--red);background:white;border-radius:50%;filter:none;width:29px;height:29px;box-shadow:0 1px 5px #0001}.favorite-button.saved .icon{width:20px;height:20px;fill:var(--red);stroke:var(--red)}.card-info{display:block;padding:7px 7px 9px}.card-info h3{font-size:11px;line-height:1.3;font-weight:650;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.025em}.price{color:var(--blue);font-size:17px;display:block;line-height:1.3;white-space:nowrap}.card-info .price{margin:2px 0 4px;font-weight:800}.location{display:flex;align-items:flex-start;gap:3px;color:var(--muted);font-size:10px;line-height:1.4}.location .icon{width:12px;height:14px;stroke-width:2.7}.location small{font-size:10px;display:block;margin-top:1px}.service-card{flex:0 0 31.4%;min-width:0;border:1px solid #f2f3f6;border-radius:10px;box-shadow:var(--shadow);overflow:hidden}.service-picture{height:65px}.service-info{padding:6px}.service-info h3{font-size:11.4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rating{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:12px;line-height:1.5;white-space:nowrap}.stars{color:#ffc000;font-size:15px;letter-spacing:0;white-space:nowrap}.service-info .rating{font-size:9.5px;gap:3px;margin:2px 0}.service-info .stars{font-size:11px}.service-info .location{font-size:9px;white-space:nowrap;margin:3px 0 5px}.pill{display:inline-flex;align-items:center;gap:4px;border-radius:7px;padding:4px 8px;background:#f1f3f7;color:#6f788f;font-size:12px;line-height:1.2;white-space:nowrap}.pill.blue{color:#1454c5;background:#e8f0ff}.pill.red{color:#e21b37;background:#ffe7eb}.pill.green{color:#158852;background:#e4f8ed}.pill .icon{width:15px;height:15px}.service-info .pill{font-size:9px;padding:4px 5px;max-width:100%;overflow:hidden;text-overflow:ellipsis}.catalog-note{color:#a0a5b1;text-align:center;font-size:10px;margin:10px 0 4px}.bottom-nav{position:fixed;z-index:20;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:760px;height:calc(var(--nav-height) + env(safe-area-inset-bottom));padding:8px 5px calc(7px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);background:#fffffff5;backdrop-filter:blur(16px);border-top:1px solid #f1f2f6;box-shadow:0 -4px 16px #15254406}.nav-item{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;font-size:11px;letter-spacing:-.025em;color:#777b8d;white-space:nowrap}.nav-icon{height:31px;display:flex;align-items:center;justify-content:center}.nav-icon>.icon{width:26px;height:26px;stroke-width:1.8}.nav-item.active{color:var(--red);font-weight:650}.nav-item.active .icon{stroke-width:2.3}.nav-item.active .nav-icon>.icon{fill:var(--red)}.nav-item.active[href="#/explorar"] .icon,.nav-item.active[href="#/conta"] .icon{fill:none}.nav-item.active[href="#/mensagens"] .icon{fill:var(--red)}.nav-new{position:relative;justify-content:flex-end;padding-bottom:3px;gap:3px}.nav-new .nav-icon{width:49px;height:49px;border-radius:50%;background:var(--red);color:white;position:absolute;top:-20px;box-shadow:0 0 0 5px white,0 3px 10px #ff002922}.nav-new .nav-icon>.icon{width:30px;height:30px;stroke-width:1.7}.nav-new>span:last-child{margin-top:30px}
.filter-chips,.favorite-tabs{display:flex;gap:8px;overflow:auto;scrollbar-width:none;margin:15px -1px;padding:1px 1px 4px}.chip{border-radius:12px;padding:9px 11px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid #e8eaf0;background:#fff;font-size:12px;white-space:nowrap;box-shadow:var(--shadow);min-height:38px}.chip .icon{width:19px;height:19px}.filter-chips .chip{flex:1;padding:8px}.chip.active{background:var(--red);border-color:var(--red);color:white}.map-banner{position:relative;display:flex;width:100%;height:120px;border-radius:13px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #f1f3f7;text-align:left;background:#fafbfc;margin-bottom:18px}.map-banner>div{position:relative;z-index:1;width:57%;padding:12px 12px 9px;background:linear-gradient(90deg,#fff 85%,#ffffff20)}.map-banner h2{font-size:20px;display:flex;align-items:center;gap:5px;white-space:nowrap}.map-banner h2 .icon{color:var(--red);width:25px;height:25px;stroke-width:3}.map-banner p{font-size:12px;color:#747c91;line-height:1.25;margin:8px 0}.map-banner>.photo{position:absolute;right:0;width:51%;height:100%}.map-cta{display:inline-flex;gap:9px;align-items:center;color:var(--blue);background:#e7efff;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:650}.map-cta .icon{width:19px;height:19px}.results-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:17px 0 13px}.results-heading h1{font-size:18px;line-height:1.25}.results-heading>span{white-space:nowrap;font-size:11px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 11px;padding-bottom:12px}.product-card.search .card-picture{aspect-ratio:1.46}.product-card.search .card-info{padding:8px 8px 9px}.product-card.search h3{font-size:13.4px;font-weight:750}.product-card.search .price{font-size:21px;margin:3px 0}.product-card.search .location{font-size:12px;gap:5px}.product-card.search .location .icon{width:14px;height:17px}.product-card.search .location small{font-size:10.5px;white-space:normal}.product-card.search .favorite-button{width:30px;height:30px;right:8px;top:8px}.badge{display:flex;align-items:center;gap:3px;position:absolute;left:7px;top:8px;font-size:10px;font-weight:650;border-radius:15px;padding:4px 7px;background:#005cfa;color:#fff;line-height:1.1}.badge .icon{width:11px;height:11px;fill:currentColor}.page-heading{margin:10px 0 18px}.page-heading h1{font-size:29px}.page-heading p{font-size:13px;color:var(--muted);margin-top:5px}.favorite-heading{position:relative}.favorite-heading>div{display:flex;align-items:flex-start;gap:10px}.favorite-heading>div>.icon{width:31px;height:31px;margin-top:2px}.favorite-heading h1{font-size:27px}.favorite-heading p{font-size:11px;white-space:nowrap}.count-pill{background:#f1f2f6;position:absolute;right:0;top:13px;padding:6px 10px;border-radius:20px;font-size:11px}.favorite-tabs{margin:0 -1px 11px;gap:8px}.favorite-tabs .chip{flex-shrink:0;font-size:11px;padding:7px 12px}.favorite-tabs .chip.active{background:#00348c;border-color:#00348c}.product-card.favorites .card-picture{aspect-ratio:1.87}.product-card.favorites .badge{top:auto;bottom:6px}.product-card.favorites .card-info{padding:7px 8px 8px}.product-card.favorites h3{font-size:13px;font-weight:750}.product-card.favorites .price{font-size:20px;margin:1px 0 4px}.product-card.favorites .location{font-size:11.5px;gap:5px}.product-card.favorites .location .icon{width:14px;height:17px}.product-card.favorites .location small{font-size:10.5px;margin-top:0}.seller-line{display:flex;align-items:center;gap:4px;font-size:10.5px;margin-top:5px;white-space:nowrap}.seller-line>span:not(.verified){overflow:hidden;text-overflow:ellipsis}.seller-line>.icon{width:14px;height:14px;color:#7c859a}.verified{background:#075de5;color:#fff;width:12px;height:12px;clip-path:polygon(50% 0%,65% 10%,83% 8%,89% 27%,100% 40%,92% 59%,94% 77%,74% 85%,58% 100%,40% 92%,21% 94%,14% 75%,0% 59%,9% 41%,7% 23%,26% 15%,40% 1%);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;vertical-align:middle}.verified>.icon{width:8px;height:8px;stroke-width:3}.empty-state{padding:48px 15px;text-align:center;display:flex;align-items:center;flex-direction:column;gap:12px;color:var(--muted)}.empty-state>.icon{width:48px;height:48px;color:#bac8df}.empty-state h2{color:var(--navy);font-size:21px}.empty-state p{font-size:14px;max-width:280px}.empty-state .button{margin-top:6px}.service-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:15px}.service-grid .service-picture{height:120px}.service-grid .service-info{padding:10px}.service-grid h3{font-size:15px}.service-grid .rating{font-size:12px}.service-grid .stars{font-size:13px}.service-grid .pill,.service-grid .location{font-size:11px}
.detail-toolbar{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px;color:var(--muted);font-size:13px}.detail-toolbar>button{display:flex;align-items:center;gap:6px}.detail-toolbar>button .icon{width:17px;height:17px}.detail-toolbar>div{display:flex;gap:12px}.detail-toolbar .favorite-button{position:static;color:#7a8094;filter:none}.gallery-hero{width:100%;aspect-ratio:1.94;position:relative;border-radius:9px;overflow:hidden;display:block}.premium-detail .gallery-hero{aspect-ratio:2.32}.image-count{position:absolute;bottom:8px;right:9px;background:#0008;color:#fff;border-radius:8px;padding:3px 7px;font-size:12px;display:flex;align-items:center;gap:5px}.image-count .icon{width:15px;height:15px}.thumbnails{display:flex;gap:5px;margin:6px 0 10px}.thumbnails button{flex:1;aspect-ratio:1.25;min-width:0;height:auto;max-height:59px;border-radius:7px;overflow:hidden;border:2px solid transparent;padding:1px}.thumbnails button .photo{border-radius:4px}.thumbnails button.selected{border-color:var(--blue)}.product-title{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-top:9px}.product-title h1{font-size:22px;line-height:1.15}.product-pills{display:flex;gap:5px;flex-wrap:wrap}.product-pills .pill{font-size:10px;padding:4px 7px;border-radius:15px}.product-subtitle{font-size:12px;color:#68748c;margin-top:4px}.detail-price{display:block;font-size:31px;color:var(--blue);font-weight:800;line-height:1.25;letter-spacing:-.03em;margin-top:5px}.installments{display:flex;align-items:center;gap:6px;font-size:11px;color:#7b87a0;margin:6px 0 9px}.installments .icon{width:17px;height:17px}.detail-location{color:var(--muted);font-size:13px;display:flex;align-items:center;gap:8px;margin:5px 0 11px}.detail-location>.icon{width:17px;height:17px;stroke-width:3}.seller-card{display:flex;align-items:center;gap:10px;border-radius:10px;background:#f8f9fb;padding:9px;margin:7px 0 11px}.seller-avatar{width:44px;height:44px;border-radius:50%;flex-shrink:0}.seller-card>div{min-width:0;flex:1}.seller-card strong{display:flex;align-items:center;gap:5px;font-size:12px}.seller-card .rating{font-size:10px}.seller-card .stars{font-size:13px}.seller-card p{font-size:10px;color:#75809b;display:flex;align-items:center;gap:3px;line-height:1.3}.seller-card p>.icon{width:11px;height:11px}.seller-visit{color:var(--blue);font-size:12px;white-space:nowrap;display:flex;align-items:center;gap:4px}.seller-visit .icon{width:16px;height:16px}.seller-card.premium{background:white;box-shadow:var(--shadow);border:1px solid #f4f5f8;padding:10px;gap:10px}.seller-card.premium .seller-avatar{width:53px;height:53px}.seller-card.premium strong{font-size:15px}.seller-card.premium .rating{font-size:12px}.seller-card.premium .stars{font-size:16px}.seller-card.premium p{font-size:11px}.seller-card.premium p>.icon{width:13px;height:13px}.seller-card.premium .seller-visit{padding:8px;background:#e8f0ff;border-radius:8px;font-weight:650}.description h2{font-size:16px;margin:8px 0 5px}.description p{font-size:12px;color:#70798f;line-height:1.3}.premium-detail .description p{font-size:13px;line-height:1.35}.specs{display:grid;grid-template-columns:.9fr 1fr 1.25fr .85fr;gap:5px;margin-top:8px}.specs>div{display:flex;align-items:center;gap:6px;min-width:0;background:#f7f8fa;border-radius:8px;padding:8px 6px}.specs .icon{width:21px;height:21px;color:#2a467b}.specs span{font-size:8.5px;color:#8690a8;line-height:1.4}.specs strong{display:block;color:#173263;font-size:10px;white-space:nowrap}.view-more{color:var(--blue);font-size:11px;margin:4px auto 8px;display:flex;align-items:center;justify-content:center;gap:5px}.view-more .icon{width:13px;height:13px}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 13px;border:1px solid transparent;border-radius:10px;font-size:14px;font-weight:650;text-align:center;min-height:42px;line-height:1.15}.button.primary{background:var(--red);color:white}.button.outline{border-color:var(--blue);color:var(--blue);background:white}.button.outline.green{border-color:#23ae68;color:#159f59}.button>.icon{width:21px;height:21px}.button small{display:block;font-weight:400;font-size:9px;line-height:1.4}.contact-buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:9px 0 6px}.contact-buttons .button{font-size:11px;padding:7px 6px;gap:6px;border-radius:8px;min-height:36px}.contact-buttons .button>.icon{width:21px;height:21px}.contact-buttons .button>span{text-align:left}.buy-button{width:100%;padding:8px;min-height:31px;font-size:13px;margin-bottom:0}.buy-button .icon{width:19px;height:19px}.detail-page .section-heading{margin:15px 0 9px}.detail-page .section-heading h2{font-size:15px}.detail-page .see-all{font-size:11px}.related-products{gap:6px}.product-card.tiny{flex:0 0 24.2%;border-radius:7px}.product-card.tiny .card-picture{aspect-ratio:1.7}.product-card.tiny .favorite-button{top:3px;right:3px;width:18px;height:18px}.product-card.tiny .favorite-button>.icon{width:17px;height:17px;color:var(--navy);background:#fffd;border-radius:50%;padding:1px}.product-card.tiny .favorite-button.saved>.icon{color:var(--red)}.product-card.tiny .card-info{padding:5px}.product-card.tiny h3{font-size:9px}.product-card.tiny .price{font-size:12px;margin:2px 0}.product-card.tiny .location{font-size:8px;white-space:nowrap;overflow:hidden}.product-card.tiny .location .icon{width:9px;height:11px}.benefits{display:flex;gap:8px;margin:9px 0}.benefits .pill{flex:1;justify-content:center;gap:8px;border-radius:25px;padding:9px;font-weight:600;font-size:11px}.benefits .pill .icon{width:18px;height:18px}.premium-detail .contact-buttons .button{font-size:12px;min-height:42px}.premium-detail .detail-price{font-size:32px}.premium-detail .product-title h1{font-size:21px}.premium-detail .related-products .price{font-size:14px}
.barber-page{padding:0}.barber-cover{height:155px;position:relative}.barber-content{padding:0 13px 15px}.barber-profile{display:flex;gap:11px;position:relative;margin:10px 0 12px;align-items:center}.barber-logo{width:80px;height:80px;border-radius:11px;flex-shrink:0}.barber-identity{min-width:0}.barber-identity h1{font-size:21px;margin-bottom:3px;white-space:nowrap}.barber-identity .rating{font-size:10px;gap:4px}.barber-identity .stars{font-size:16px}.barber-identity p{display:flex;align-items:center;gap:5px;color:#7b8091;font-size:11px;margin-top:4px}.barber-identity p>.icon{width:12px;height:13px}.business-hours{position:absolute;right:0;top:1px;text-align:right;display:none}.business-hours>.pill{font-size:10px;border-radius:15px;padding:4px 7px}.business-hours>span:last-child{display:block;color:var(--muted);font-size:11px;line-height:1.3;margin:5px 4px}.barber-page .contact-buttons .button{font-size:11px;white-space:nowrap}.barber-page .section-heading{margin:16px 0 10px}.booking-services{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.booking-card{border:1px solid #eceff2;border-radius:9px;box-shadow:var(--shadow);padding:6px;text-align:left;position:relative;display:flex;flex-direction:column;min-width:0;align-items:flex-start}.booking-card.selected,.professional.selected{border-color:var(--red);box-shadow:0 1px 5px #ff002810}.booking-card>.photo{width:80%;height:52px;border-radius:6px;margin-bottom:6px}.radio{border:1px solid #225193;border-radius:50%;width:15px;height:15px;position:absolute;top:7px;right:6px;display:grid;place-items:center}.selected>.radio{background:var(--red);border-color:var(--red);color:white}.radio .icon{width:11px;height:11px;stroke-width:3}.booking-card h3{font-size:14px;white-space:nowrap}.booking-card p{font-size:11px;line-height:1.2;color:var(--muted);margin:3px 0 5px;flex:1}.booking-card .price{font-size:17px;letter-spacing:-.03em}.professionals{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.professional{display:flex;align-items:center;gap:6px;position:relative;text-align:left;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);padding:7px 5px;min-width:0}.professional>.photo{width:42px;height:42px;border-radius:50%;flex-shrink:0}.professional>span:not(.radio){padding-right:5px}.professional strong{font-size:11px;display:block}.professional small{font-size:9px;color:#68758e;line-height:1.15;display:block;margin-top:2px}.professional .radio{width:14px;height:14px;right:5px;top:5px}.schedule-row{display:flex;align-items:center;gap:10px;margin-top:15px}.schedule-row h2{font-size:13px;display:flex;align-items:center;gap:8px;min-width:77px}.schedule-row h2>.icon{width:23px;height:23px}.date-options,.time-options{display:flex;overflow:auto;scrollbar-width:none;gap:6px;padding:2px;flex:1}.date-option{border:1px solid var(--line);border-radius:8px;min-width:45px;padding:6px 4px;display:flex;align-items:center;flex-direction:column;font-size:10px;line-height:1.3;box-shadow:var(--shadow)}.date-option strong{font-size:17px}.date-option.selected,.time-option.selected{background:var(--red);color:white;border-color:var(--red)}.date-option span{text-transform:capitalize}.time-option{border:1px solid var(--line);border-radius:8px;min-width:46px;padding:9px 6px;font-size:11px;box-shadow:var(--shadow)}.schedule-button{margin-top:19px;width:100%;font-size:19px;min-height:48px;border-radius:11px}.schedule-button .icon{width:25px;height:25px}.safe-caption{font-size:10px;color:#8590a3;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:8px}.safe-caption>.icon{width:14px;height:14px}
.event-banner{display:block;aspect-ratio:2.49;border-radius:11px;overflow:hidden;margin-bottom:11px}.event-title{display:flex;position:relative;align-items:flex-start;gap:9px}.event-title>div{flex:1}.event-title h1{font-size:21px;white-space:nowrap}.event-title p{font-size:12px;color:var(--muted);margin-top:3px;white-space:nowrap}.event-title .favorite-button{position:static;color:var(--navy);filter:none;flex-shrink:0;width:23px;height:25px}.event-title>.icon-button{width:22px;height:25px}.event-title>.icon-button .icon{width:21px;height:21px}.event-facts{display:flex;gap:12px;align-items:center;border-bottom:1px solid var(--line);padding:13px 0}.event-facts>div{display:flex;align-items:center;gap:9px;flex:1}.event-facts>div>.icon{color:var(--red);width:23px;height:23px;stroke-width:2.5}.event-facts strong{display:block;font-size:11px;white-space:nowrap}.event-facts small{display:block;font-size:10px;color:var(--muted);margin-top:3px}.event-facts>button{display:flex;align-items:center;gap:5px;color:var(--blue);font-size:10px;white-space:nowrap}.event-facts>button .icon{width:16px;height:16px}.event-ended{margin:9px 0 0;font-size:10px;font-weight:600;color:#8a7693;background:#f5f3f8;border-radius:6px;padding:6px 8px}.event-ended span{font-weight:400;margin-left:6px;color:#858195}.event-page .section-heading{margin:12px 0 9px}.ticket-options{display:grid;gap:7px}.ticket-option{border:1px solid #eceef3;border-radius:10px;box-shadow:var(--shadow);padding:9px 10px;display:flex;align-items:center;gap:7px}.ticket-option.selected{border-color:var(--red);background:#fff6f7}.ticket-option>div:first-child{flex:1;min-width:0}.ticket-option h3{font-size:15px;display:flex;align-items:center;gap:8px}.ticket-option h3>span{padding:3px 6px;background:var(--red);color:white;border-radius:14px;font-size:8px;letter-spacing:0}.ticket-option p{font-size:10px;color:var(--muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ticket-option>strong{font-size:14px;white-space:nowrap}.stepper{display:flex;align-items:center;gap:8px;margin-left:12px}.stepper button{width:25px;height:25px;border-radius:50%;background:#eff2f7;display:grid;place-items:center}.stepper button .icon{width:15px;height:15px;stroke-width:2}.stepper output{font-size:15px;min-width:11px;text-align:center;font-weight:650}.ticket-option.selected .stepper button:last-child{background:var(--red);color:white}.service-fee{display:flex;justify-content:space-between;align-items:center;background:#f5f6fa;border-radius:10px;padding:9px 11px;margin-top:10px}.service-fee>span{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500}.service-fee>span>.icon{width:20px;height:20px}.service-fee .icon-button{width:15px;height:20px}.service-fee .icon-button .icon{width:14px;height:14px}.service-fee>div{text-align:right}.service-fee strong{font-size:13px}.service-fee small{display:block;font-size:10px;color:var(--muted)}.event-total{display:flex;align-items:center;justify-content:space-between;margin:12px 2px 8px}.event-total h2{font-size:16px}.event-total p{font-size:11px;color:var(--muted)}.event-total>strong{font-size:22px}.event-buy{width:100%;font-size:17px;min-height:45px;border-radius:12px;gap:12px}.event-demo-note{text-align:center;color:var(--muted);font-size:9px;margin:5px 0}.ticket-preview{display:flex;align-items:center;gap:10px;padding:7px;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.ticket-preview>.photo{width:84px;height:84px;border-radius:8px;flex-shrink:0}.ticket-preview h3{font-size:13px}.ticket-preview p{font-size:10px;color:var(--muted);display:flex;align-items:center;gap:4px;line-height:1.5;margin-top:2px}.ticket-preview p>.icon{width:12px;height:12px;color:var(--red)}.ticket-preview .pill{font-size:10px;border-radius:15px;margin-top:6px;padding:5px 7px}.ticket-preview .pill>.icon{width:13px;height:13px}.ticket-stamp{margin-left:auto;min-width:53px;text-align:center;padding:8px 3px;color:#b8bfca;border:1px dashed #dce0e7;border-radius:8px;font-size:7px;line-height:1.5}.ticket-stamp>.icon{width:30px;height:30px;display:block;margin:0 auto 4px}
.messages-page{padding:0 14px}.messages-page .page-heading{margin:7px 3px 15px}.messages-page h1{font-size:30px}.messages-page .page-heading p{font-size:13px}.message-tabs{display:flex;gap:6px;margin:0 3px 10px}.message-tabs button{flex:1;min-width:0;border-radius:12px;background:#f2f3f7;color:#6e758b;padding:13px 3px;font-size:12px;font-weight:650}.message-tabs button.active{background:var(--red);color:white}.conversation{display:flex;align-items:flex-start;gap:12px;padding:13px 3px;border-bottom:1px solid var(--line);min-height:78px;position:relative}.conversation.featured{padding:12px 9px;background:#edf4ff;border:0;border-radius:12px;margin:3px 0 0}.conversation-avatar{width:58px;height:58px;border-radius:50%;flex-shrink:0}.featured .conversation-avatar{width:65px;height:65px}.conversation-body{flex:1;min-width:0}.conversation h2{font-size:14px;margin:2px 0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-body>p{font-size:12px;color:var(--muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured .conversation-body>p{-webkit-line-clamp:1}.conversation-meta{display:flex;align-items:flex-end;gap:6px;flex-direction:column;padding-right:11px;padding-top:2px;min-width:46px}.conversation-meta time{font-size:11px;color:#7e879b}.unread{border-radius:50%;width:20px;height:20px;display:grid;place-items:center;background:var(--red);color:white;font-size:12px}.conversation-meta .pill{margin-top:auto;font-size:10px;padding:4px 8px;position:absolute;bottom:12px;right:25px}.conversation>.icon{width:12px;height:12px;color:#9ca3b2;position:absolute;right:3px;top:30px}.conversation.featured>.icon{right:7px}.conversation-product{display:flex;gap:9px;align-items:center;margin-top:7px}.conversation-product>.photo{width:40px;height:34px;border-radius:6px}.conversation-product>div{font-size:11px}.conversation-product strong{display:block;color:var(--blue);font-size:14px;margin-top:3px}.chat-search{display:none;align-items:center;gap:8px;margin-bottom:10px}.chat-search.visible{display:flex}.chat-search input{flex:1}.chat-search button{width:36px;height:38px}.chat-header{height:75px;display:flex;align-items:center;gap:10px;padding:10px 13px;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:0;z-index:10}.chat-header>.photo{width:42px;height:42px;border-radius:50%;flex-shrink:0}.chat-header>div{flex:1}.chat-header h1{font-size:16px}.chat-header p{color:#9299aa;font-size:10px;margin-top:3px}.chat-header .icon-button{width:27px}.chat-shell{background:#f5f7fb}.chat-page{padding:14px 15px 80px;display:flex;flex-direction:column;min-height:calc(100dvh - 140px)}.chat-product-card{display:flex;align-items:center;gap:12px;background:white;border-radius:11px;padding:9px;box-shadow:var(--shadow)}.chat-product-card>.photo{width:58px;height:47px;border-radius:6px}.chat-product-card>span{flex:1}.chat-product-card strong{display:block;font-size:13px}.chat-product-card b{display:block;font-size:15px;color:var(--blue);margin-top:4px}.chat-product-card>.icon{width:17px;height:17px;color:var(--blue)}.chat-date{font-size:10px;align-self:center;padding:7px 12px;background:#e9edf4;border-radius:14px;color:#8990a1;margin:20px 0}.bubble{border-radius:13px;max-width:84%;font-size:14px;line-height:1.5;padding:12px;box-shadow:var(--shadow);overflow-wrap:anywhere;margin-bottom:12px}.bubble.incoming{background:#fff;border-top-left-radius:2px;align-self:flex-start}.bubble.outgoing{background:#e3edff;border-top-right-radius:2px;align-self:flex-end}.bubble time{display:flex;align-items:center;justify-content:flex-end;gap:3px;font-size:9px;color:#8c94a6;line-height:1.3;margin-top:5px}.bubble time .icon{width:11px;height:11px}.chat-disclaimer{font-size:10px;line-height:1.5;max-width:270px;color:#929bad;text-align:center;align-self:center;margin-top:24px}.chat-composer{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:100%;max-width:760px;padding:12px 13px calc(12px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line);display:flex;gap:8px;align-items:center}.chat-composer input{flex:1;min-width:0;background:#f3f5f8;border:0;border-radius:25px;padding:12px 16px;font-size:14px}.send-button{background:var(--red);color:#fff;display:grid;place-items:center;width:42px;height:42px;border-radius:50%;flex-shrink:0}.send-button .icon{width:19px;height:19px}
.account-page,.announce-page{padding-top:5px}.account-profile{display:flex;align-items:center;gap:15px;background:#f8faff;border-radius:15px;padding:18px 16px;margin-bottom:14px}.avatar.large{width:70px;height:70px;font-size:22px}.account-profile h2{font-size:21px}.account-profile p{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:12px;margin:5px 0}.account-profile p>.icon{width:14px;height:14px}.text-button{color:var(--blue);font-size:13px;padding:5px 0;display:inline-block}.account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:7px 0 20px}.account-stats>*{text-align:center;display:flex;flex-direction:column;font-size:12px;gap:5px;color:var(--muted)}.account-stats strong{font-size:24px;color:var(--navy)}.account-menu{border:1px solid var(--line);border-radius:13px;overflow:hidden}.account-menu>a,.account-menu>button{display:flex;align-items:center;gap:12px;width:100%;padding:16px;font-size:14px;border-bottom:1px solid var(--line);text-align:left}.account-menu>*:last-child{border:0}.account-menu .icon{width:21px;height:21px;color:var(--blue)}.account-menu .icon:last-child{margin-left:auto;width:16px;height:16px;color:#a2aaba}.local-profile-note{display:flex;align-items:flex-start;gap:9px;border-radius:10px;background:#f7f8fb;padding:14px;margin-top:20px;color:#9098aa}.local-profile-note>.icon{width:18px;height:18px;flex-shrink:0}.local-profile-note p{font-size:11px}.listing-form{display:grid;gap:15px;padding-bottom:15px}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:600}input,textarea,select{width:100%;border:1px solid #dde2ec;border-radius:9px;background:white;padding:11px 12px;color:var(--navy);font-size:14px;min-width:0}input::placeholder,textarea::placeholder{color:#a2a9b7}textarea{resize:vertical;min-height:90px}fieldset{padding:0;border:0;margin:0;min-width:0}legend{font-size:14px;font-weight:700;margin-bottom:6px}.field-help{font-size:11px;color:var(--muted);line-height:1.4;margin:5px 0 10px}.upload-photos{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.upload-button{border:1.5px dashed #bfcde5;cursor:pointer;border-radius:10px;width:100px;height:95px;background:#f8faff;align-items:center;justify-content:center;color:var(--blue);font-size:10px;position:relative}.upload-button>.icon{width:24px;height:24px}.upload-button>input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.uploaded-photo{width:90px;height:95px;border-radius:10px;overflow:hidden;position:relative}.uploaded-photo img{width:100%;height:100%;object-fit:cover}.uploaded-photo button{position:absolute;right:4px;top:4px;width:22px;height:22px;border-radius:50%;background:white;display:grid;place-items:center}.uploaded-photo button .icon{width:15px;height:15px}.form-columns{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkbox-label{flex-direction:row;align-items:center;font-size:12px;font-weight:400;gap:8px}.checkbox-label input{width:16px;height:16px;accent-color:var(--red);padding:0}.form-note{display:flex;align-items:flex-start;gap:8px;background:#f4f7fb;border-radius:8px;padding:10px;font-size:11px;color:#78859b;line-height:1.5}.form-note>.icon{width:17px;height:17px;flex-shrink:0}.delete-listing{font-size:12px;color:var(--red);padding:9px;width:100%}.store-profile{text-align:center;padding:20px 0}.store-profile>.photo{width:90px;height:90px;border-radius:50%;margin:auto auto 15px}.store-profile h1{font-size:25px}.store-profile h1 .verified{width:17px;height:17px}.store-profile h1 .verified>.icon{width:12px;height:12px}.store-profile>.rating{justify-content:center;margin:8px 0}.store-profile>p{display:flex;align-items:center;justify-content:center;gap:5px;font-size:13px;color:var(--muted);margin-bottom:12px}.store-profile>p .icon{width:16px;height:16px}.service-cover{width:100%;height:210px;overflow:hidden;border-radius:13px;margin-bottom:18px}.service-detail h1{font-size:27px;margin-bottom:8px}.service-detail>.button{width:100%;margin-top:12px}.service-detail>.description{margin:18px 0}.service-detail .description p{font-size:14px;line-height:1.6}
dialog{border:0;padding:0;width:min(430px,calc(100vw - 24px));max-height:88dvh;border-radius:18px;box-shadow:0 20px 100px #00163340;color:var(--navy);overflow-y:auto}dialog::backdrop{background:#03153875;backdrop-filter:blur(3px)}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:17px 18px 10px;position:sticky;top:0;background:white;z-index:2;gap:12px}.modal-header h2{font-size:20px}.modal-header .icon-button{width:30px;height:30px;color:#9aa3b4}.modal-body{padding:4px 20px 20px}.modal-body>p{font-size:14px;line-height:1.55;color:#788397;margin:8px 0 13px}.modal-body>h3{font-size:18px;margin-bottom:8px}.modal-body>.button{width:100%;margin-top:8px}.modal-body form{display:grid;gap:15px}.modal-actions{display:flex;gap:10px;padding:0 20px 20px}.modal-actions>.button{flex:1}.option-list{display:grid;gap:2px}.option-list>*{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);text-align:left;font-size:14px;width:100%}.option-list>*:last-child{border:0}.option-list .icon{margin-left:auto;width:17px;height:17px;color:#a4aec0}.mini-avatar{width:32px;height:32px;border-radius:50%}.lightbox{width:100%;aspect-ratio:1.2;border-radius:10px;overflow:hidden}.lightbox-nav{display:flex;align-items:center;justify-content:space-between;margin-top:12px;font-size:13px;color:var(--muted)}.lightbox-nav>.button{padding:8px;min-height:35px}.detail-list{display:grid;grid-template-columns:1fr 1fr;gap:12px;font-size:14px;margin:16px 0}.detail-list dt{color:#818ba0}.detail-list dd{margin:0;text-align:right;font-weight:600}.purchase-summary{display:flex;gap:13px;align-items:center;margin-bottom:15px}.purchase-summary>.photo{width:100px;height:80px;flex-shrink:0;border-radius:9px}.purchase-summary h3{font-size:16px}.purchase-summary .price{font-size:23px;margin-top:5px}.purchase-summary p{font-size:12px;color:var(--muted);margin-top:4px}.map-illustration{height:190px;border-radius:10px;overflow:hidden;margin-bottom:12px}.saved-booking{border:1px solid var(--line);border-radius:10px;padding:13px;margin-bottom:12px}.saved-booking h3{font-size:16px}.saved-booking p{font-size:12px;color:var(--muted);margin:5px 0}.saved-booking>strong{font-size:14px}.notification-item{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.notification-item>.icon{color:var(--red)}.notification-item h3{font-size:14px}.notification-item p{font-size:12px;color:var(--muted);margin:4px 0}.notification-item a{font-size:12px;color:var(--blue)}.skip-link{position:fixed;top:-100px;left:10px;z-index:999;background:var(--navy);color:white;padding:12px;border-radius:8px}.skip-link:focus{top:10px}
@media(min-width:420px){.card-info h3{font-size:12px}.card-info .price{font-size:18px}.location,.location small{font-size:11px}.service-info h3{font-size:12px}.service-info .rating{font-size:10px}.service-info .stars{font-size:12px}.categories>a{font-size:11px}.category-box{height:49px}.header{height:88px}.brand{width:190px;height:67px}.product-title h1{font-size:24px}.product-card.search h3,.product-card.favorites h3{font-size:15px}.product-card.search .price,.product-card.favorites .price{font-size:23px}.favorite-heading h1{font-size:30px}.favorite-heading p{font-size:12px}.count-pill{font-size:12px}.conversation h2{font-size:16px}.conversation-body>p{font-size:13px}.conversation-avatar{width:64px;height:64px}.professional>.photo{width:46px;height:46px}.professional strong{font-size:12px}.professional small{font-size:10px}.booking-card>.photo{height:60px}.booking-card h3{font-size:16px}.booking-card p{font-size:12px}.booking-card .price{font-size:20px}.barber-cover{height:175px}.barber-identity h1{font-size:24px}.barber-identity p{font-size:12px}.event-title h1{font-size:24px}.event-title p{font-size:13px}.event-facts strong{font-size:12px}.event-facts small{font-size:11px}.ticket-option h3{font-size:17px}.ticket-option p{font-size:11px}.ticket-option>strong{font-size:16px}.ticket-option{padding:11px}.stepper{gap:10px}.stepper button{width:28px;height:28px}.ticket-preview h3{font-size:14px}.ticket-preview p{font-size:11px}}
@media(min-width:600px){:root{--nav-height:82px}.app-shell{box-shadow:0 0 60px #00133308}main{padding:0 24px}.header{padding:15px 27px;height:104px}.brand{width:220px;height:78px}.header-actions{gap:24px}.avatar{width:44px;height:44px;font-size:16px}.icon-button .icon{width:30px;height:30px}.header.compact,.favorites-header{height:90px}.compact .brand,.favorites-header .brand{width:190px;height:68px}.search-bar{height:51px;border-radius:28px}.search-bar input{font-size:17px}.categories{margin:20px 0 22px;gap:17px}.categories>a{font-size:13px}.category-box{height:63px;max-width:80px}.category-box .icon{width:38px;height:38px}.hero{border-radius:19px}.section-heading{margin:24px 0 14px}.section-heading h2{font-size:22px;gap:10px}.section-icon{width:29px;height:29px}.see-all{font-size:14px}.horizontal-products,.horizontal-services,.related-products{gap:14px;margin-right:-24px;padding-right:24px}.product-card.compact{flex-basis:25%}.card-info{padding:10px}.card-info h3{font-size:15px}.card-info .price{font-size:22px}.location,.location small{font-size:13px}.location .icon{width:15px;height:17px}.service-picture{height:105px}.service-info{padding:10px}.service-info h3{font-size:16px}.service-info .rating{font-size:12px}.service-info .stars{font-size:15px}.service-info .location{font-size:12px}.service-info .pill{font-size:11px;padding:6px}.bottom-nav{padding-top:11px}.nav-item{font-size:13px}.nav-icon>.icon{width:29px;height:29px}.nav-new .nav-icon{width:56px;height:56px;top:-23px}.nav-new .nav-icon>.icon{width:35px;height:35px}.chip{font-size:15px;min-height:45px}.filter-chips{margin:20px 0}.map-banner{height:168px}.map-banner>div{padding:20px}.map-banner h2{font-size:27px}.map-banner p{font-size:15px;margin:11px 0}.map-cta{font-size:15px}.results-heading h1{font-size:24px}.results-heading>span{font-size:14px}.product-grid{gap:17px}.product-card.search h3,.product-card.favorites h3{font-size:19px}.product-card.search .price,.product-card.favorites .price{font-size:27px}.product-card.search .card-info,.product-card.favorites .card-info{padding:12px}.product-card.search .location,.product-card.favorites .location{font-size:15px}.product-card.search .location small,.product-card.favorites .location small{font-size:13px}.seller-line{font-size:13px;margin-top:9px}.badge{font-size:13px;padding:6px 9px}.badge .icon{width:14px;height:14px}.favorite-button{width:34px;height:34px}.favorite-button .icon{width:30px;height:30px}.favorite-button.saved{width:37px;height:37px}.favorite-button.saved .icon{width:25px;height:25px}.page-heading{margin:14px 0 24px}.page-heading h1{font-size:36px}.page-heading p{font-size:16px}.favorite-heading>div>.icon{width:39px;height:39px}.count-pill{font-size:15px;padding:8px 13px}.favorite-tabs .chip{font-size:14px}.product-title h1,.premium-detail .product-title h1{font-size:29px}.product-pills .pill{font-size:12px}.product-subtitle{font-size:15px}.detail-price,.premium-detail .detail-price{font-size:40px}.installments{font-size:14px}.thumbnails button{max-height:80px}.seller-card{padding:13px;gap:14px}.seller-avatar{width:60px;height:60px}.seller-card strong{font-size:17px}.seller-card .rating{font-size:13px}.seller-card .stars{font-size:18px}.seller-card p{font-size:13px}.description h2{font-size:20px;margin:15px 0 8px}.description p,.premium-detail .description p{font-size:16px;line-height:1.45}.specs{gap:9px;margin-top:13px}.specs>div{padding:12px;gap:10px}.specs span{font-size:11px}.specs strong{font-size:14px}.specs .icon{width:27px;height:27px}.view-more{font-size:14px;margin:8px auto 13px}.contact-buttons{gap:12px}.contact-buttons .button,.premium-detail .contact-buttons .button{font-size:16px;min-height:48px;padding:10px}.button small{font-size:11px}.buy-button{font-size:18px;padding:12px}.detail-page .section-heading h2{font-size:20px}.detail-page .see-all{font-size:14px}.product-card.tiny{flex-basis:24%}.product-card.tiny h3{font-size:11px}.product-card.tiny .price,.premium-detail .related-products .price{font-size:18px}.product-card.tiny .location{font-size:10px}.benefits .pill{font-size:15px}.barber-cover{height:255px}.barber-content{padding:0 24px 20px}.barber-logo{width:117px;height:112px}.barber-identity h1{font-size:29px}.barber-identity .rating{font-size:14px}.barber-identity .stars{font-size:20px}.barber-identity p{font-size:14px}.barber-profile{gap:18px;margin:15px 0}.business-hours{display:block}.barber-page .contact-buttons .button{font-size:16px}.barber-page .section-heading{margin:23px 0 13px}.booking-services,.professionals{gap:11px}.booking-card{padding:10px}.booking-card>.photo{height:78px}.booking-card h3{font-size:20px}.booking-card p{font-size:15px;margin:4px 0 8px}.booking-card .price{font-size:24px}.radio{width:20px;height:20px;right:9px;top:9px}.radio .icon{width:14px;height:14px}.professional{padding:10px;gap:10px}.professional>.photo{width:58px;height:58px}.professional strong{font-size:15px}.professional small{font-size:12px}.professional .radio{width:17px;height:17px}.schedule-row{margin-top:20px;gap:15px}.schedule-row h2{font-size:18px;min-width:110px}.date-option{min-width:63px;font-size:14px}.date-option strong{font-size:23px}.date-options,.time-options{gap:9px}.time-option{font-size:15px;min-width:65px;padding:12px 8px}.schedule-button{font-size:25px;min-height:62px;margin-top:25px}.safe-caption{font-size:13px}.event-title h1{font-size:29px}.event-title p{font-size:16px}.event-facts{padding:17px 0;gap:18px}.event-facts strong{font-size:16px}.event-facts small{font-size:13px}.event-facts>button{font-size:13px}.event-facts>div>.icon{width:30px;height:30px}.event-ended{font-size:12px}.ticket-option{padding:14px 16px}.ticket-option h3{font-size:22px}.ticket-option h3>span{font-size:11px}.ticket-option p{font-size:13px}.ticket-option>strong{font-size:21px}.stepper{gap:16px;margin-left:20px}.stepper button{width:35px;height:35px}.stepper output{font-size:20px}.service-fee{padding:14px 16px}.service-fee>span{font-size:16px}.service-fee strong{font-size:18px}.service-fee small{font-size:12px}.event-total h2{font-size:21px}.event-total p{font-size:14px}.event-total>strong{font-size:29px}.event-buy{font-size:23px;min-height:60px}.ticket-preview{padding:10px;gap:16px}.ticket-preview>.photo{width:120px;height:110px}.ticket-preview h3{font-size:19px}.ticket-preview p{font-size:14px}.ticket-preview .pill{font-size:13px}.ticket-stamp{min-width:80px;font-size:9px;padding:13px 7px}.messages-page{padding:0 24px}.messages-page h1{font-size:39px}.messages-page .page-heading p{font-size:18px}.message-tabs button{font-size:16px;padding:17px}.conversation{padding:19px 4px;gap:17px;min-height:105px}.conversation.featured{padding:16px 12px}.conversation-avatar{width:80px;height:80px}.featured .conversation-avatar{width:91px;height:91px}.conversation h2{font-size:22px}.conversation-body>p{font-size:17px}.conversation-meta time{font-size:15px}.conversation-meta{padding-right:17px}.conversation-meta .pill{font-size:13px;bottom:18px;right:32px}.unread{width:27px;height:27px;font-size:17px}.conversation-product>.photo{width:57px;height:47px}.conversation-product>div{font-size:15px}.conversation-product strong{font-size:20px}.conversation>.icon{width:17px;height:17px;top:40px}.chat-header{height:87px;padding:14px 24px}.chat-header h1{font-size:20px}.chat-header p{font-size:12px}.chat-header>.photo{width:53px;height:53px}.chat-page{padding:20px 24px 80px}.bubble{font-size:16px}.chat-disclaimer{font-size:12px}.account-menu>a,.account-menu>button{font-size:16px;padding:20px}.account-profile{padding:23px}.account-profile h2{font-size:27px}.listing-form{gap:21px}.listing-form label{font-size:16px}.listing-form input,.listing-form textarea,.listing-form select{font-size:16px}.form-note{font-size:13px}}
@media(max-width:374px){main{padding:0 11px}.header{padding-left:13px;padding-right:13px;gap:6px;height:77px}.brand{width:162px;height:58px}.header-actions{gap:9px}.category-box{height:42px}.categories>a{font-size:9.5px}.categories{gap:6px}.category-box .icon{width:26px;height:26px}.product-card.search h3,.product-card.favorites h3{font-size:12px}.product-card.search .price,.product-card.favorites .price{font-size:19px}.favorite-heading h1{font-size:25px}.favorite-heading p{font-size:10px}.count-pill{font-size:10px;padding:5px 8px}.compact .brand{width:137px}.favorites-header .brand{width:128px}.favorites-header .header-actions{gap:10px}.map-banner h2{font-size:18px}.map-banner p{font-size:11px}.chip{font-size:11px}.event-title h1{font-size:19px}.event-title p{font-size:10px}.event-title{gap:6px}.event-facts{gap:7px}.event-facts strong{font-size:10px}.event-facts>div{gap:5px}.event-facts small{font-size:9px}.event-facts>button{font-size:9px}.ticket-option{padding:8px;gap:5px}.ticket-option h3{font-size:14px}.ticket-option p{font-size:9px}.ticket-option>strong{font-size:13px}.stepper{margin-left:3px;gap:6px}.ticket-preview{gap:7px}.ticket-preview>.photo{width:69px;height:76px}.ticket-preview h3{font-size:11px}.ticket-preview p{font-size:9px}.ticket-preview .pill{font-size:9px}.conversation{gap:9px}.conversation h2{font-size:13px}.conversation-body>p{font-size:11px}.conversation-avatar{width:52px;height:52px}.featured .conversation-avatar{width:55px;height:55px}.conversation-meta{min-width:41px}.conversation-meta .pill{font-size:9px}.professional>.photo{width:33px;height:36px}.professional strong{font-size:10px}.professional small{font-size:8px}.booking-card h3{font-size:13px}.booking-card .price{font-size:15px}.barber-identity h1{font-size:19px}.barber-logo{width:69px;height:72px}.barber-identity .rating{font-size:9px}.barber-identity p{font-size:10px}.specs>div{padding:7px 4px;gap:4px}.specs .icon{width:17px;height:17px}.specs span{font-size:8px}.specs strong{font-size:9px}.product-title h1{font-size:21px}.nav-item{font-size:10px}.contact-buttons .button{font-size:10px}.contact-buttons .button>.icon{width:19px;height:19px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{transition:none!important;animation:none!important}}
.brand-logo,.brand img{display:block;width:100%;height:100%;object-fit:contain;object-position:left center}
.d-brand .brand-logo,.ref-brand .brand-logo{object-position:left center}
.ref-brand{display:block}
.cat-art{display:block;object-fit:contain;flex-shrink:0}
.category-box .cat-art{width:31px;height:31px}
@media(min-width:600px){.category-box .cat-art{width:40px;height:40px}}
@media(max-width:374px){.category-box .cat-art{width:28px;height:28px}}
.home-empty-cat{display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:18px 18px;margin:0 0 6px;border:1px dashed #d6ddec;border-radius:14px;background:#fafbfe}
.home-empty-cat>.icon{width:26px;height:26px;color:var(--blue);flex-shrink:0}
.home-empty-cat p{flex:1;min-width:150px;margin:0;font-size:14px;color:var(--muted)}
.home-empty-cat .button{flex-shrink:0;font-size:13px;padding:10px 14px}
@media(max-width:600px){.home-empty-cat{padding:15px 14px;gap:11px}.home-empty-cat p{font-size:13px}.home-empty-cat .button{width:100%;justify-content:center}}
