:root{--blue:#1478e8;--deep:#0755be;--navy:#123764;--sky:#e8f4ff;--ink:#17212b;--muted:#68737d;--soft:#f3f5f7;--line:#e6eaed;--white:#fff;--success:#20a464;--radius:18px;--shadow:0 8px 30px #12376414}*{box-sizing:border-box}html{background:#f6f8fa}body{color:var(--ink);background:#fff;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}main{min-height:100vh}.page{width:min(100%,1100px);margin:auto;padding:0 20px 110px}.topbar{justify-content:space-between;align-items:center;height:76px;display:flex}.logo{color:var(--deep);letter-spacing:-1.5px;align-items:center;gap:9px;font-size:27px;font-weight:800;display:flex}.logo-mark{background:var(--blue);border-radius:10px 10px 10px 4px;place-items:center;width:30px;height:30px;display:grid;transform:rotate(-5deg)}.logo-mark span{background:#fff;border-radius:50%;width:10px;height:10px;box-shadow:7px 0 0 -2px #fff}.icon-button,.detail-actions a,.detail-actions button{border:1px solid var(--line);background:#fff;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:relative}.icon-button i{background:#e5484d;border:2px solid #fff;border-radius:50%;width:7px;height:7px;position:absolute;top:8px;right:9px}.welcome{padding:21px 0 26px}.eyebrow{align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--blue)!important;display:flex!important}.welcome h1{letter-spacing:-2px;margin:12px 0;font-size:clamp(32px,7vw,52px);line-height:1.08}.welcome>p{color:var(--muted);margin:0}.searchbar{background:#fff;border:1px solid #dce2e7;border-radius:16px;align-items:center;gap:11px;height:58px;padding:0 8px 0 17px;display:flex;box-shadow:0 6px 24px #1237640f}.searchbar input{border:0;outline:0;flex:1;min-width:0;font-size:15px}.searchbar button{background:var(--sky);color:var(--deep);border:0;border-radius:12px;place-items:center;width:42px;height:42px;display:grid}.section{margin-top:36px}.section-heading{justify-content:space-between;align-items:end;margin-bottom:17px;display:flex}.section-heading h2{letter-spacing:-.5px;margin:0;font-size:21px}.section-heading p{color:var(--muted);margin:4px 0 0;font-size:12px}.section-heading>a{color:var(--blue);align-items:center;font-size:13px;font-weight:700;display:flex}.categories{scrollbar-width:none;gap:17px;padding:2px 0 6px;display:flex;overflow:auto}.category{text-align:center;min-width:67px;font-size:12px;font-weight:700}.category-icon{border-radius:18px;place-items:center;width:58px;height:58px;margin:auto auto 9px;display:grid}.category-icon.blue{color:#1478e8;background:#e7f2ff}.category-icon.orange{color:#ef8d27;background:#fff0df}.category-icon.pink{color:#dc557d;background:#ffecf2}.category-icon.green{color:#20a464;background:#e8f7ed}.category-icon.purple{color:#7656cf;background:#f0eafd}.category-icon.gray{color:#62707b;background:#edf0f2}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 13px;display:grid}.product-card{min-width:0;position:relative}.product-image{aspect-ratio:1/1.08;background:var(--soft);border-radius:16px;display:block;position:relative;overflow:hidden}.product-image img{object-fit:cover;transition:transform .25s}.product-card:hover .product-image img{transform:scale(1.025)}.condition{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);text-transform:uppercase;background:#ffffffe6;border-radius:6px;padding:5px 7px;font-size:9px;font-weight:800;position:absolute;bottom:9px;left:9px}.heart{width:35px;height:35px;color:var(--ink);background:#ffffffed;border:0;border-radius:50%;place-items:center;display:grid;position:absolute;top:9px;right:9px}.heart.selected,.detail-actions .selected{color:#e5484d}.product-info{padding:11px 2px;display:block}.product-info strong{letter-spacing:-.5px;font-size:18px}.product-info h3{white-space:nowrap;text-overflow:ellipsis;margin:3px 0 7px;font-size:13px;overflow:hidden}.product-info p{color:var(--muted);align-items:center;gap:3px;margin:0;font-size:10px;display:flex}.sell-banner{background:var(--navy);color:#fff;border-radius:22px;margin:42px 0 10px;padding:25px;position:relative;overflow:hidden}.sell-banner:after{content:"";border:28px solid #ffffff0f;border-radius:50%;width:150px;height:150px;position:absolute;top:-65px;right:-55px}.sell-banner span{text-transform:uppercase;color:#8dc8ff;font-size:11px;font-weight:800}.sell-banner h2{margin:7px 0;font-size:21px}.sell-banner p{color:#c8d5e2;margin:0 0 20px;font-size:13px}.sell-banner a{color:var(--navy);z-index:1;background:#fff;border-radius:11px;padding:11px 17px;font-size:13px;font-weight:800;display:inline-block;position:relative}.bottom-nav{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--line);height:78px;padding-bottom:env(safe-area-inset-bottom);background:#fffffff2;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.bottom-nav>a{color:#87919a;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:min(20%,105px);font-size:10px;font-weight:700;display:flex}.bottom-nav>a.active,.bottom-nav .publish{color:var(--blue)}.bottom-nav .publish .nav-icon{background:var(--blue);color:#fff;border:4px solid #fff;border-radius:17px;place-items:center;width:50px;height:50px;margin-top:-24px;display:grid;box-shadow:0 7px 18px #1478e852}.bottom-nav .publish span:last-child{margin-top:1px}.detail-page{background:#fff;padding-bottom:92px}.detail-media{background:#eee;height:47vh;min-height:360px;position:relative}.detail-media>img{object-fit:cover}.detail-actions{justify-content:space-between;display:flex;position:absolute;top:18px;left:18px;right:18px}.detail-actions>div{gap:9px;display:flex}.detail-actions button{color:var(--ink)}.photo-count{color:#fff;background:#17212bbf;border-radius:20px;padding:6px 10px;font-size:11px;position:absolute;bottom:14px;right:16px}.detail-content{max-width:650px;padding:25px 20px 130px}.detail-meta{color:var(--muted);letter-spacing:.5px;font-size:10px;font-weight:800}.detail-content h1{margin:8px 0;font-size:24px}.detail-price{color:var(--navy);font-size:28px;font-weight:800}.detail-block{border-top:1px solid var(--line);margin-top:24px;padding-top:21px}.detail-block h2{margin:0 0 10px;font-size:16px}.detail-block p{color:var(--muted);font-size:14px;line-height:1.65}.map-placeholder{background:var(--sky);color:var(--blue);border-radius:15px;gap:12px;padding:16px;display:flex}.map-placeholder div{color:var(--ink);flex-direction:column;font-size:13px;display:flex}.map-placeholder span{color:var(--muted);font-size:11px}.detail-block small{color:var(--muted);margin-top:8px;font-size:10px;display:block}.seller-card{border-top:1px solid var(--line);align-items:center;gap:12px;margin-top:24px;padding-top:20px;display:flex}.seller-card>div:nth-child(2){flex-direction:column;flex:1;font-size:14px;display:flex}.seller-card span{color:var(--muted);align-items:center;gap:3px;font-size:11px;display:flex}.seller-card span svg{color:#f4aa28}.avatar{background:var(--sky);width:44px;height:44px;color:var(--deep);border-radius:50%;place-items:center;font-weight:800;display:grid}.safe-tip{color:var(--success);background:#f2fbf6;border-radius:14px;gap:12px;margin-top:24px;padding:14px;display:flex}.safe-tip p{color:#476255;margin:0;font-size:11px;line-height:1.5}.detail-cta{border-top:1px solid var(--line);padding:13px 17px max(13px,env(safe-area-inset-bottom));z-index:10;background:#fff;gap:10px;display:flex;position:fixed;bottom:0;left:0;right:0}.detail-cta button{border-radius:13px;height:49px;font-weight:800}.offer-button{border:1.5px solid var(--blue);color:var(--blue);background:#fff;flex:1}.message-button{background:var(--blue);color:#fff;border:0;flex:1.5;justify-content:center;align-items:center;gap:8px;display:flex}.simple-header{justify-content:space-between;align-items:center;height:68px;display:flex}.simple-header a,.simple-header button{background:0 0;border:0;place-items:center;width:38px;height:38px;display:grid}.simple-header h1{font-size:17px}.progress{background:var(--line);height:3px;margin:0 -20px}.progress span{background:var(--blue);height:100%;display:block}.publish-intro{padding:28px 0 22px}.publish-intro span{color:var(--blue);font-size:10px;font-weight:800}.publish-intro h2{margin:7px 0;font-size:25px}.publish-intro p{color:var(--muted);margin:0;font-size:13px}.publish-form{flex-direction:column;display:flex}.field-label{margin:19px 0 8px;font-size:12px;font-style:normal;font-weight:800}.field-label em{color:var(--muted);font-style:normal;font-weight:500}.photo-uploader{height:124px;color:var(--blue);border:1.5px dashed #b7c3ce;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:5px;display:flex}.photo-uploader strong{font-size:13px}.photo-uploader span{color:var(--muted);font-size:10px}.publish-form>input,.publish-form textarea,.select-wrap select,.price-input{background:#fff;border:1px solid #dbe1e6;border-radius:12px;outline:none;min-height:50px;padding:0 14px}.publish-form textarea{resize:vertical;padding-top:13px}.select-wrap{position:relative}.select-wrap select{appearance:none;width:100%;color:var(--muted)}.select-wrap svg{pointer-events:none;position:absolute;top:14px;right:14px}.publish-form fieldset{border:0;margin:0;padding:0}.condition-options{gap:8px;display:flex;overflow:auto}.condition-options button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:20px;padding:9px 12px;font-size:11px}.condition-options button.active{background:var(--sky);border-color:var(--blue);color:var(--deep);font-weight:800}.price-input{align-items:center;display:flex}.price-input span{color:var(--muted);font-size:20px;font-weight:800}.price-input input{border:0;outline:0;width:100%;padding-left:8px;font-size:20px;font-weight:800}.location-row{background:var(--soft);border-radius:14px;align-items:center;gap:10px;margin-top:22px;padding:14px;display:flex}.location-row>svg{color:var(--blue)}.location-row div{flex-direction:column;flex:1;font-size:11px;display:flex}.location-row div span{color:var(--muted);font-size:9px}.location-row button{color:var(--blue);background:0 0;border:0;font-size:11px;font-weight:800}.continue-button{background:var(--blue);color:#fff;border:0;border-radius:13px;height:52px;margin:25px 0;font-weight:800}.generic-page{padding-top:35px}.generic-page>h1{margin-bottom:5px;font-size:28px}.generic-page>p{color:var(--muted);margin:0 0 28px;font-size:13px}.conversation{border:1px solid var(--line);border-radius:16px;align-items:center;gap:12px;padding:14px;display:flex}.conversation>div:nth-child(2){flex-direction:column;flex:1;font-size:13px;display:flex}.conversation span,.conversation time{color:var(--muted);font-size:11px}.empty-hint{text-align:center;color:#9ca6af;margin:35px auto;font-size:12px}.profile-head{background:var(--soft);border-radius:18px;align-items:center;gap:16px;margin:25px 0;padding:18px;display:flex}.avatar.large{width:62px;height:62px}.profile-head h2{margin:0}.profile-head p{color:var(--muted);align-items:center;gap:4px;margin:5px 0 0;font-size:11px;display:flex}.profile-head svg{color:#f4aa28}.profile-menu{border:1px solid var(--line);border-radius:17px;overflow:hidden}.profile-menu button{border:0;border-bottom:1px solid var(--line);text-align:left;background:#fff;align-items:center;gap:12px;width:100%;height:58px;padding:0 16px;font-size:13px;font-weight:700;display:flex}.profile-menu button svg:last-child{color:#9ca6af;margin-left:auto}.profile-menu button:last-child{border-bottom:0}@media (min-width:720px){body{background:#f5f7f9}.page{background:#fff;min-height:100vh;padding-left:40px;padding-right:40px;box-shadow:0 0 50px #1237640d}.welcome{text-align:center;padding:55px 0 35px}.eyebrow{justify-content:center}.searchbar{max-width:700px;margin:auto}.categories{justify-content:space-between}.product-grid{grid-template-columns:repeat(4,1fr);gap:28px 18px}.bottom-nav{max-width:1100px;left:50%;transform:translate(-50%)}.detail-page{grid-template-columns:55% 45%;max-width:1100px;min-height:100vh;margin:auto;display:grid}.detail-media{height:100vh;position:sticky;top:0}.detail-content{padding:55px 45px}.detail-cta{width:min(45%,495px);padding:15px 35px;left:auto;right:calc(50vw - min(100vw,1100px)/2)}.form-page{max-width:680px}.generic-page{padding-top:60px}.generic-page>.product-grid{grid-template-columns:repeat(2,1fr);max-width:540px}}.home-page{max-width:680px}.logo img{width:113px;height:auto;display:block}.topbar{height:88px}.searchbar{box-shadow:none;height:60px}.searchbar input{font-size:16px}.quick-links{grid-template-columns:1fr 1fr;gap:12px;margin-top:18px;display:grid}.quick-links a{border:1px solid #dce2e7;border-radius:14px;justify-content:center;align-items:center;gap:10px;height:58px;font-size:15px;font-weight:750;display:flex}.quick-links svg{width:22px}.mockup-hero{background:var(--blue);color:#fff;border-radius:18px;height:207px;margin-top:20px;position:relative;overflow:hidden}.mockup-hero>img{object-fit:cover}.mockup-hero h1{z-index:1;letter-spacing:-.6px;margin:0;font-size:25px;font-weight:450;line-height:1.25;position:absolute;top:24px;left:28px}.mockup-hero h1 strong{font-weight:800}.hero-dots{z-index:1;gap:7px;display:flex;position:absolute;bottom:20px;left:30px}.hero-dots i{background:#ffffff7a;border-radius:50%;width:9px;height:9px}.hero-dots i:first-child{background:#fff}.desktop-categories{display:none}.home-page .section{margin-top:29px}.home-page .section-heading{margin-bottom:14px}.home-page .section-heading h2{font-size:17px}.mockup-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mockup-grid .product-image{aspect-ratio:1/1.02;border-radius:12px}.mockup-grid .condition{display:none}.mockup-grid .heart{width:29px;height:29px;top:6px;right:6px}.mockup-grid .heart svg{width:17px}.mockup-grid .product-info{padding:9px 1px}.mockup-grid .product-info strong{font-size:14px}.mockup-grid .product-info h3{margin:4px 0;font-size:11px}.mockup-grid .product-info p{align-items:flex-start;font-size:9px;line-height:1.35}.recommendations{border-top:1px solid var(--line);padding-top:25px}.floating-publish{z-index:30;background:var(--blue);color:#fff;white-space:nowrap;border-radius:28px;align-items:center;gap:9px;height:52px;padding:0 24px;font-weight:750;display:flex;position:fixed;bottom:55px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #1478e859}.detail-cta{flex-direction:column}.detail-cta .message-button,.detail-cta .offer-button{flex:auto;width:100%}.detail-content{padding-bottom:190px}.detail-page .detail-cta{padding-bottom:max(13px,env(safe-area-inset-bottom))}@media (min-width:720px){.desktop-categories{display:block}.home-page{max-width:680px}.home-page .mockup-grid{grid-template-columns:repeat(3,1fr)}.mockup-hero{height:280px}.floating-publish{bottom:56px}.detail-cta{flex-direction:column}.detail-content{padding-bottom:220px}}.categories-section{display:block}.category-icon.blue,.category-icon.orange,.category-icon.pink,.category-icon.green,.category-icon.purple,.category-icon.gray{background:var(--sky);color:var(--blue)}.category:nth-child(2n) .category-icon{color:var(--deep);background:#dceeff}.category:nth-child(3n) .category-icon{color:var(--navy);background:#edf6ff}.floating-publish{display:none}.bottom-nav>a{width:min(20%,105px)}.detail-location{color:var(--muted);align-items:center;gap:5px;margin:10px 0 7px;font-size:13px;display:flex}.detail-published{color:#8b959e;margin:0 0 15px;font-size:12px}.detail-condition{background:var(--soft);border-radius:20px;padding:8px 12px;font-size:12px;font-weight:700;display:inline-block}.detail-block.description{border-top:0;margin-top:16px;padding-top:0}.seller-card{border:0;border-top:1px solid var(--line);text-align:left;background:#fff;width:100%}.seller-card>div:nth-child(2)>strong{align-items:center;gap:4px;display:flex}.seller-card>div:nth-child(2)>strong svg{color:var(--success)}.seller-card .seller-rating{color:#4f5962}.action-toast{z-index:60;background:var(--ink);color:#fff;box-shadow:var(--shadow);white-space:nowrap;border-radius:13px;align-items:center;gap:9px;padding:12px 12px 12px 15px;font-size:13px;font-weight:700;display:flex;position:fixed;bottom:185px;left:50%;transform:translate(-50%)}.action-toast>svg{color:#65d69a}.action-toast button{color:#fff;background:0 0;border:0;place-items:center;display:grid}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1223357a;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.offer-sheet{width:min(100%,520px);padding:22px 20px max(24px,env(safe-area-inset-bottom));background:#fff;border-radius:24px 24px 0 0;box-shadow:0 -16px 50px #12233529}.offer-sheet header{justify-content:space-between;align-items:flex-start;display:flex}.offer-sheet header span{color:var(--blue);font-size:10px;font-weight:800}.offer-sheet h2{margin:5px 0 20px;font-size:20px}.offer-sheet header button{background:var(--soft);border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.listed-price{color:var(--muted);border-top:1px solid var(--line);justify-content:space-between;padding-top:17px;font-size:13px;display:flex}.listed-price strong{color:var(--ink)}.offer-sheet label{margin:20px 0 8px;font-size:12px;font-weight:800;display:block}.offer-input{border:1.5px solid var(--blue);border-radius:13px;align-items:center;height:56px;padding:0 14px;display:flex}.offer-input span{font-size:23px;font-weight:800}.offer-input input{border:0;outline:0;width:100%;padding-left:8px;font-size:23px;font-weight:800}.offer-sheet small{color:var(--muted);margin-top:8px;font-size:10px;display:block}.send-offer,.offer-success>button{background:var(--blue);color:#fff;border:0;border-radius:13px;width:100%;height:52px;margin-top:22px;font-weight:800}.offer-success{text-align:center;padding:10px 0}.offer-success>span{width:58px;height:58px;color:var(--success);background:#eaf8f0;border-radius:50%;place-items:center;margin:auto;display:grid}.offer-success h3{margin:14px 0 7px;font-size:22px}.offer-success p{color:var(--muted);max-width:360px;margin:0 auto;font-size:13px;line-height:1.5}.gallery-open{background:0 0;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.gallery-open img{object-fit:cover}.gallery-open>svg{width:35px;height:35px;color:var(--ink);background:#ffffffe6;border-radius:50%;padding:9px;position:absolute;bottom:16px;right:16px}.gallery-arrow{z-index:3;background:#ffffffe6;border:0;border-radius:50%;place-items:center;width:40px;height:40px;display:none;position:absolute;top:50%;transform:translateY(-50%)}.gallery-arrow.previous{left:14px}.gallery-arrow.next{right:14px}.gallery-dots{z-index:3;gap:6px;display:flex;position:absolute;bottom:17px;left:50%;transform:translate(-50%)}.gallery-dots button,.fullscreen-dots button{background:#ffffff8c;border:0;border-radius:50%;width:7px;height:7px;padding:0}.gallery-dots button.active,.fullscreen-dots button.active{background:#fff;transform:scale(1.25)}.fullscreen-gallery{z-index:100;color:#fff;touch-action:pan-y;background:#07111c;position:fixed;inset:0}.fullscreen-gallery header{z-index:2;justify-content:center;align-items:center;height:70px;padding:0 18px;display:flex;position:relative}.fullscreen-gallery header span{font-size:13px;font-weight:700}.fullscreen-gallery header button{color:#fff;background:#ffffff1a;border:0;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;right:18px}.fullscreen-image{position:absolute;inset:70px 0 55px;overflow:auto}.fullscreen-image img{object-fit:contain}.fullscreen-arrow{z-index:2;color:#fff;background:#ffffff1f;border:0;border-radius:50%;place-items:center;width:46px;height:46px;display:none;position:absolute;top:50%;transform:translateY(-50%)}.fullscreen-arrow.previous{left:18px}.fullscreen-arrow.next{right:18px}.fullscreen-dots{gap:8px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.fullscreen-dots button{background:#ffffff59}@media (min-width:720px){.gallery-arrow,.fullscreen-arrow{display:grid}.gallery-open>svg{display:none}}.gallery-open{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y}.gallery-open:active{cursor:grabbing}.share-feedback{z-index:4;max-width:min(240px,100% - 32px);color:var(--white);box-shadow:var(--shadow);background:#07111ce0;border-radius:12px;margin:0;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.4;position:absolute;top:68px;right:16px}.simple-header>button,.simple-header>a{background:0 0;border:0}.photo-uploader{background:#fff;border:1.5px dashed #b7c3ce;position:relative}.photo-uploader.has-photo{background:var(--sky);border-style:solid;border-color:#a7cff8}.photo-check{background:var(--success);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;display:grid;position:absolute;top:12px;right:12px}.photo-check svg{width:15px}.continue-button:disabled{color:#f8fafb;cursor:not-allowed;background:#cbd4dc}.form-help{color:var(--muted);margin-top:7px;font-size:10px}.publish-review{border:1px solid var(--line);border-radius:18px;overflow:hidden}.review-image{background:var(--sky);height:150px;color:var(--blue);place-items:center;display:grid;position:relative}.review-image svg{width:38px;height:38px}.review-image span{color:var(--ink);background:#fff;border-radius:12px;padding:6px 8px;font-size:10px;font-weight:700;position:absolute;bottom:10px;right:10px}.review-copy{padding:17px}.review-copy>span{color:var(--blue);text-transform:uppercase;font-size:10px;font-weight:800}.review-copy h3{margin:5px 0;font-size:18px}.review-copy>strong{font-size:22px}.review-copy p{color:var(--muted);margin-bottom:0;font-size:12px;line-height:1.5}.publish-security{color:var(--success);background:#f1faf5;border-radius:14px;gap:11px;margin-top:14px;padding:14px;display:flex}.publish-security p{color:#476255;margin:0;font-size:11px;line-height:1.45}.publish-final{width:100%}.publish-done{text-align:center;padding-top:90px}.publish-done>span{width:70px;height:70px;color:var(--success);background:#eaf8f0;border-radius:50%;place-items:center;margin:auto;display:grid}.publish-done h1{margin:20px 0 8px;font-size:27px}.publish-done>p{color:var(--muted);max-width:390px;margin:0 auto 28px;font-size:13px;line-height:1.5}.published-summary{text-align:left;border:1px solid var(--line);border-radius:15px;align-items:center;gap:13px;padding:15px;display:flex}.published-summary>svg{color:var(--blue)}.published-summary div{flex-direction:column;font-size:13px;display:flex}.published-summary span{color:var(--muted);font-size:11px}.publish-done>a,.publish-done>button{border-radius:13px;justify-content:center;align-items:center;width:100%;height:52px;margin-top:14px;font-weight:800;display:flex}.publish-done>a{background:var(--blue);color:#fff}.publish-done>button{border:1px solid var(--blue);color:var(--blue);background:#fff}
.search-page{max-width:820px;padding-top:16px}.search-header{align-items:center;gap:9px;display:flex}.search-header>a,.filter-trigger{background:#fff;border:0;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;display:grid}.search-header .searchbar{flex:1;height:52px}.search-header .searchbar button{width:34px;height:34px;color:var(--muted);background:0 0}.filter-trigger{background:var(--sky);color:var(--blue)}.search-categories{scrollbar-width:none;gap:8px;padding:18px 0;display:flex;overflow:auto}.search-categories button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:20px;padding:9px 13px;font-size:11px;font-weight:700}.search-categories button.active{border-color:var(--blue);background:var(--sky);color:var(--deep)}.category-context{margin:-4px 0 18px}.active-category-chip{background:var(--blue);color:#fff;border-radius:18px;align-items:center;gap:7px;height:34px;padding:0 8px 0 12px;font-size:12px;font-weight:800;display:inline-flex}.active-category-chip button{color:#fff;background:#fff3;border:0;border-radius:50%;place-items:center;width:22px;height:22px;padding:0;display:grid}.active-category-chip svg{width:14px}.subcategory-chips,.context-quick-filters,.applied-filter-chips{scrollbar-width:none;gap:8px;display:flex;overflow-x:auto}.subcategory-chips{padding:12px 0 8px}.subcategory-chips::-webkit-scrollbar{display:none}.context-quick-filters::-webkit-scrollbar{display:none}.applied-filter-chips::-webkit-scrollbar{display:none}.subcategory-chips button,.context-quick-filters button,.applied-filter-chips button{border:1px solid var(--line);color:#31404d;white-space:nowrap;background:#fff;border-radius:17px;flex:none;height:34px;padding:0 12px;font-size:12px;font-weight:750}.subcategory-chips button.active,.context-quick-filters button.active{border-color:var(--blue);background:var(--sky);color:var(--deep)}.context-quick-filters .context-more{color:var(--deep);background:#f7fbff;border-color:#b8dcff}.applied-filter-chips{padding:0 0 4px}.applied-filter-chips button{color:var(--deep);background:#f7fbff;border-color:#b8dcff;align-items:center;gap:5px;display:flex}.applied-filter-chips svg{width:13px}.results-heading{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px;margin:22px 0;display:grid}.results-heading h1{letter-spacing:-.045em;margin:0;font-size:24px;line-height:1.04}.results-heading p{color:var(--muted);margin:6px 0 0;font-size:12px}.results-heading>span{color:var(--blue);align-items:center;gap:3px;font-size:10px;font-weight:700;display:flex}.results-heading svg{width:14px}.results-actions{align-items:center;display:flex}.alert-action{height:40px;color:var(--deep);white-space:nowrap;background:#f7fbff;border:1px solid #b8dcff;border-radius:20px;align-items:center;gap:7px;padding:0 13px;font-size:12px;font-weight:800;display:flex}.alert-action svg{width:16px}.alert-action:disabled{display:none}@media (max-width:520px){.results-heading{flex-direction:column;align-items:stretch;gap:12px;display:flex}.results-actions{justify-content:space-between}.results-actions>button:not(.distance-shortcut){height:42px;padding:0 14px}}.results-grid{gap:24px 13px}.filter-sheet{width:min(100%,520px);max-height:min(92dvh,760px);padding:22px 20px max(24px, env(safe-area-inset-bottom));background:#fff;border-radius:24px 24px 0 0;overflow-y:auto}.filter-sheet header{z-index:2;border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;padding:22px 0 14px;display:flex;position:sticky;top:-22px}.filter-sheet header h2{font-size:21px}.filter-sheet header button{background:var(--soft);border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.filter-sheet label{justify-content:space-between;margin:22px 0 10px;font-size:12px;font-weight:800;display:flex}.filter-sheet input[type=range]{width:100%;accent-color:var(--blue)}.apply-filters{background:var(--blue);color:#fff;width:100%;height:52px;bottom:calc(env(safe-area-inset-bottom) * -1);border:0;border-radius:13px;margin-top:28px;font-weight:800;position:sticky;box-shadow:0 -12px 22px #fffffff5}.filter-sheet .condition-options{flex-wrap:wrap;overflow:visible}.filter-sheet .condition-options button{font-size:12px}.category-filter-group{background:#f8fbff;border:1px solid #dcecff;border-radius:18px;margin-top:22px;padding:16px}.category-filter-group>label{margin:0 0 10px}.category-filter-group>label+.gastronomy-options{margin-bottom:16px}.gastronomy-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.gastronomy-options button{color:#31404d;background:#fff;border:1px solid #dce5ee;border-radius:12px;min-height:40px;font-size:12px;font-weight:750}.gastronomy-options button.active{border-color:var(--blue);background:var(--sky);color:var(--deep)}.availability-options button:first-child{grid-column:1/-1}.category-filter-group .form-help{margin:12px 0 0;font-size:11px;line-height:1.4}.no-results{text-align:center;color:var(--muted);padding:80px 20px}.no-results>svg{color:#aeb8c0;width:42px;height:42px}.no-results h2{color:var(--ink);margin:14px 0 6px;font-size:20px}.no-results p{font-size:12px}.no-results button{background:var(--sky);color:var(--deep);border:0;border-radius:11px;padding:11px 15px;font-weight:800}.category-list{border:1px solid var(--line);border-radius:18px;flex-direction:column;display:flex;overflow:hidden}.category-list>a{border-bottom:1px solid var(--line);align-items:center;gap:14px;padding:12px 15px;display:flex}.category-list>a:last-child{border:0}.category-list .category-icon{background:var(--sky);width:48px;height:48px;color:var(--blue);border-radius:14px;margin:0}.category-list>a>strong{flex:1;font-size:14px}.category-list>a>svg{color:#9ba5ae}@media (min-width:720px){.results-grid{grid-template-columns:repeat(3,1fr)}.filter-sheet{border-radius:24px;margin:auto}.modal-backdrop{align-items:center}}.search-header .searchbar{position:relative}.search-suggestions{z-index:80;border:1px solid var(--line);background:#fff;border-radius:14px;max-height:210px;padding:6px;position:absolute;top:58px;left:0;right:0;overflow:auto;box-shadow:0 16px 38px #12376424}.search-suggestions button{text-align:left;border-radius:9px!important;justify-content:flex-start!important;gap:10px!important;width:100%!important;height:auto!important;min-height:43px!important;padding:7px 10px!important;display:flex!important}.search-suggestions button:hover{background:var(--soft)!important}.search-suggestions button>svg{flex:none;width:16px}.search-suggestions button>span:not(.suggestion-dot){color:var(--ink);flex-direction:column;font-size:12px;display:flex}.search-suggestions small{color:var(--muted);margin-top:1px;font-size:9px}.search-suggestions>p{color:var(--muted);margin:0;padding:10px;font-size:11px}.suggestion-dot{background:var(--blue);border-radius:50%;width:9px;height:9px;margin:5px 4px}.filter-trigger{position:relative}.filter-trigger i{background:var(--blue);color:#fff;border-radius:50%;place-items:center;width:17px;height:17px;font-size:9px;font-style:normal;display:grid;position:absolute;top:-2px;right:-1px}.price-filter-row{grid-template-columns:1fr 1fr;gap:9px;display:grid}.price-filter-row input,.filter-sheet select{border:1px solid var(--line);background:#fff;border-radius:11px;width:100%;height:45px;padding:0 12px}.clear-filters{width:100%;color:var(--blue);background:0 0;border:0;margin-top:20px;font-size:11px;font-weight:800}.results-loading{text-align:center;color:var(--muted);padding:45px 15px;font-size:12px}.offer-message-actions{gap:6px;margin-top:8px;display:flex}.offer-message-actions button{border:0;border-radius:8px;padding:6px 9px;font-size:10px;font-weight:800}.offer-message-actions button:first-child{color:#16834d;background:#e8f7ed}.offer-message-actions button:last-child{color:#b8454b;background:#fff0f0}.results-heading{margin:24px 0 14px}.results-heading h1{max-width:320px;font-size:26px}.results-actions>.alert-icon{border:1px solid var(--line);width:42px;height:42px;color:var(--blue);box-shadow:none;background:#fff;border-radius:50%;place-items:center;padding:0;display:grid}.results-actions>.alert-icon:disabled{display:none}.quick-filters{scrollbar-width:none;gap:8px;padding:0 0 22px;display:flex;overflow-x:auto}.quick-filters::-webkit-scrollbar{display:none}.quick-filters button{border:1px solid var(--line);color:#31404d;background:#fff;border-radius:18px;flex:none;height:36px;padding:0 13px;font-size:12px;font-weight:750}.quick-filters button:first-child{background:var(--sky);color:var(--deep);border-color:#b8dcff;align-items:center;gap:5px;display:flex}.quick-filters button svg{width:15px}.quick-filters button.active{border-color:var(--blue);background:var(--blue);color:#fff}.quick-filters .save-search{color:var(--blue);background:0 0;border-color:#0000;padding-left:4px}.quick-filters .save-search:disabled{display:none}.quick-filters .save-search svg{vertical-align:-3px;width:16px;margin-right:4px}
.messages-page .conversation{color:inherit}.chat-page{background:#f7f9fb;max-width:680px;min-height:100dvh;margin:auto;padding-bottom:82px}.chat-header{border-bottom:1px solid var(--line);z-index:10;background:#fff;align-items:center;gap:10px;height:70px;padding:0 14px;display:flex;position:sticky;top:0}.chat-header>a,.chat-header>button{background:#fff;border:0;place-items:center;width:38px;height:38px;display:grid}.chat-header>div:nth-of-type(2){flex-direction:column;flex:1;font-size:13px;display:flex}.chat-header span{color:var(--success);font-size:10px}.chat-product{border-bottom:1px solid var(--line);background:#fff;align-items:center;gap:12px;height:82px;padding:10px 16px;display:flex}.chat-product img{object-fit:cover;border-radius:11px;width:62px;height:62px}.chat-product div{flex-direction:column;min-width:0;display:flex}.chat-product span{color:var(--muted);font-size:8px;font-weight:800}.chat-product strong{white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.chat-product b{margin-top:3px;font-size:13px}.chat-safety{color:var(--deep);background:#eef8ff;justify-content:center;align-items:center;gap:7px;padding:9px 14px;font-size:9px;display:flex}.chat-safety svg{width:15px}.messages-thread{flex-direction:column;gap:9px;padding:18px 14px 25px;display:flex}.messages-thread>time{text-align:center;color:#87929c;margin-bottom:4px;font-size:9px;font-weight:800}.message-row{display:flex}.message-row.mine{justify-content:flex-end}.message-bubble{background:#fff;border-radius:16px 16px 16px 5px;max-width:78%;padding:10px 12px;box-shadow:0 2px 8px #1237640d}.mine .message-bubble{background:var(--blue);color:#fff;border-radius:16px 16px 5px}.message-bubble p{margin:0;font-size:13px;line-height:1.4}.message-bubble span{color:#8c979f;justify-content:flex-end;align-items:center;gap:3px;margin-top:4px;font-size:8px;display:flex}.mine .message-bubble span{color:#cde5ff}.message-bubble svg{width:13px;height:13px}.message-composer{z-index:20;border-top:1px solid var(--line);width:min(100%,680px);height:72px;padding:10px 13px max(10px,env(safe-area-inset-bottom));background:#fff;align-items:center;gap:8px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.message-composer button{background:var(--soft);width:42px;height:42px;color:var(--muted);border:0;border-radius:50%;place-items:center;display:grid}.message-composer input{border:1px solid var(--line);border-radius:22px;outline:none;flex:1;min-width:0;height:44px;padding:0 15px}.message-composer .send-message{background:var(--blue);color:#fff}.message-composer .send-message:disabled{background:#d3dbe2}@media (min-width:720px){.chat-page{box-shadow:0 0 50px #12376414}}.purchase-complete{color:#fff;background:#1478e8;border:0;border-radius:10px;margin:10px 0 4px;padding:9px 12px;font-size:12px;font-weight:800}.offer-cancel{color:inherit;background:0 0;border:0;margin-top:8px;font-size:10px;font-weight:700;text-decoration:underline}.c2c-agreement{border-top:1px solid #ffffff4d;padding-top:9px;margin-top:9px!important;font-size:10px!important;line-height:1.4!important}.theirs .c2c-agreement{border-color:var(--line);color:var(--muted)}.chat-feedback{text-align:center;font-size:11px}
.favorites-empty{text-align:center;padding:65px 20px}.favorites-empty>span{background:var(--sky);width:68px;height:68px;color:var(--blue);border-radius:22px;place-items:center;margin:auto;display:grid}.favorites-empty h2{margin:18px 0 7px;font-size:20px}.favorites-empty p{color:var(--muted);font-size:12px;line-height:1.5}.favorites-empty a{background:var(--blue);color:#fff;border-radius:12px;align-items:center;gap:8px;margin-top:12px;padding:13px 17px;font-size:12px;font-weight:800;display:inline-flex}.favorites-empty a svg{width:17px}
.seller-card{display:flex}.seller-page,.notifications-page{max-width:680px}.seller-profile-head{align-items:center;gap:13px;padding:25px 0;display:flex}.seller-avatar{width:72px;height:72px;font-size:20px}.seller-profile-head>div:nth-child(2){flex:1}.seller-profile-head h2{align-items:center;gap:5px;margin:0;font-size:20px;display:flex}.seller-profile-head h2 svg{width:18px;color:var(--success)}.seller-profile-head p{color:var(--muted);align-items:center;gap:4px;margin:6px 0;font-size:11px;display:flex}.seller-profile-head p svg{width:14px}.seller-profile-head>button{border:1px solid var(--blue);color:var(--blue);background:#fff;border-radius:11px;padding:9px 13px;font-weight:800}.seller-stats{border:1px solid var(--line);border-radius:16px;grid-template-columns:repeat(3,1fr);padding:15px 0;display:grid}.seller-stats>div{border-right:1px solid var(--line);flex-direction:column;align-items:center;display:flex}.seller-stats>div:last-child{border:0}.seller-stats strong{font-size:18px}.seller-stats span{color:var(--muted);align-items:center;gap:2px;font-size:9px;display:flex}.seller-stats svg{color:#f4aa28;width:11px}.member-since{color:var(--muted);align-items:center;gap:8px;margin:14px 3px 30px;font-size:10px;display:flex}.member-since svg{width:15px}.seller-section{border-top:1px solid var(--line);padding-top:25px}.seller-section .section-heading span{color:var(--muted);font-size:10px}.seller-reviews{border-top:1px solid var(--line);margin-top:30px;padding-top:25px}.seller-reviews article{gap:10px;display:flex}.avatar.small{width:38px;height:38px;font-size:11px}.seller-reviews article>div:last-child{flex-direction:column;display:flex}.seller-reviews article strong{font-size:12px}.seller-reviews article span{color:#f4aa28;display:flex}.seller-reviews article span svg{width:13px;height:13px}.seller-reviews article p{color:#47525c;margin:6px 0;font-size:11px}.seller-reviews time{color:var(--muted);font-size:9px}.report-user{color:#a24b4f;background:0 0;border:0;align-items:center;gap:7px;margin:30px auto;font-size:11px;display:flex}.report-user svg{width:16px}.notifications-page{padding-top:5px}.notification-tabs{gap:8px;padding:12px 0 18px;display:flex}.notification-tabs button{border:1px solid var(--line);background:#fff;border-radius:18px;padding:8px 14px;font-size:11px;font-weight:700}.notification-tabs button.active{background:var(--sky);border-color:var(--blue);color:var(--deep)}.notification-list{border-top:1px solid var(--line)}.notification-list>a{border-bottom:1px solid var(--line);align-items:flex-start;gap:12px;padding:16px 6px;display:flex;position:relative}.notification-list>a.unread{background:linear-gradient(90deg,var(--sky),transparent)}.notification-icon{width:42px;height:42px;color:var(--blue);background:#fff;border:1px solid #d9ebfc;border-radius:14px;flex:none;place-items:center;display:grid}.notification-icon svg{width:19px}.notification-list>a>div{flex-direction:column;padding-right:15px;display:flex}.notification-list strong{font-size:12px}.notification-list p{color:var(--muted);margin:3px 0;font-size:10px}.notification-list time{color:var(--blue);font-size:9px}.notification-list i{background:var(--blue);border-radius:50%;width:7px;height:7px;position:absolute;top:21px;right:6px}.seller-stats>a{color:inherit}.seller-level{color:#1478e8;align-items:center;gap:4px;margin-top:5px;font-size:12px;font-weight:800;display:flex}.seller-level svg{width:14px}.follow-stats{color:#657580;gap:7px;margin-top:14px;font-size:12px;display:flex}.follow-stats a{color:var(--blue);font-weight:800}.reviews-page article{border-bottom:1px solid var(--line);gap:12px;padding:17px 0;display:flex}.reviews-page article>div:last-child{flex-direction:column;gap:5px;display:flex}.reviews-page article span{color:#f4aa28}.reviews-page article span svg{width:15px;height:15px}.reviews-page article p{color:#53616d;margin:0;font-size:14px}.reviews-page article time{color:#84909a;font-size:12px}.connection-item{border-bottom:1px solid var(--line);color:#17212b;align-items:center;gap:12px;padding:15px 0;display:flex}.connection-item>div:last-child{flex-direction:column;gap:4px;display:flex}.connection-item span{color:#657580;align-items:center;gap:4px;font-size:12px;display:flex}.connection-item svg{width:14px}
.auth-page{background:var(--soft);min-height:100dvh;padding:0 18px 35px}.auth-page>header{justify-content:space-between;align-items:center;max-width:500px;height:76px;margin:auto;display:flex}.auth-page>header>a{background:#fff;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.auth-page>header>span{width:40px}.auth-card{max-width:500px;box-shadow:var(--shadow);background:#fff;border-radius:24px;margin:auto;padding:27px 22px}.auth-heading{text-align:center}.auth-mark{background:var(--sky);width:54px;height:54px;color:var(--blue);border-radius:17px;place-items:center;margin:auto;display:grid}.auth-heading h1{margin:15px 0 5px;font-size:25px}.auth-heading p{color:var(--muted);margin:0 0 25px;font-size:12px}.auth-card form>label{margin-top:15px;font-size:11px;font-weight:800;display:block}.auth-input{border:1px solid var(--line);border-radius:12px;align-items:center;gap:10px;height:50px;margin-top:7px;padding:0 13px;display:flex}.auth-input:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--sky)}.auth-input>svg{width:18px;color:var(--muted)}.auth-input input{border:0;outline:0;flex:1;min-width:0}.auth-input button{color:var(--muted);background:0 0;border:0;place-items:center;display:grid}.auth-input button svg{width:18px}.auth-card label>small{color:var(--error,#e5484d);margin:5px 3px;font-size:9px;display:block}.forgot-password{text-align:right;color:var(--blue);margin-top:10px;font-size:10px;font-weight:800;display:block}.auth-submit{background:var(--blue);color:#fff;border:0;border-radius:12px;width:100%;height:50px;margin-top:22px;font-weight:800}.auth-divider{color:var(--muted);align-items:center;gap:10px;margin:20px 0;font-size:10px;display:flex}.auth-divider span{background:var(--line);flex:1;height:1px}.auth-provider{border:1px solid var(--line);background:#fff;border-radius:12px;width:100%;height:48px;font-weight:700}.auth-switch{text-align:center;color:var(--muted);margin:20px 0 0;font-size:11px}.auth-switch a{color:var(--blue);font-weight:800}.legal-copy{text-align:center;color:var(--muted);max-width:330px;margin:14px auto 0;font-size:8px;line-height:1.5}.settings-page{max-width:680px}.privacy-note{background:var(--sky);color:var(--blue);border-radius:14px;gap:11px;margin:15px 0 22px;padding:14px;display:flex}.privacy-note p{color:var(--navy);margin:0;font-size:10px;line-height:1.5}.settings-group{border:1px solid var(--line);border-radius:16px;margin-bottom:14px;overflow:hidden}.settings-group button{border:0;border-bottom:1px solid var(--line);text-align:left;background:#fff;align-items:center;gap:12px;width:100%;height:62px;padding:0 15px;display:flex}.settings-group button:last-child{border:0}.settings-group button>svg:first-child{color:var(--blue);width:19px}.settings-group button>svg:last-child{color:#a3adb6;width:17px}.settings-group button div{flex-direction:column;flex:1;display:flex}.settings-group strong{font-size:12px}.settings-group span{color:var(--muted);margin-top:3px;font-size:9px}.logout-button{color:#ba4a4f;border:1px solid #f0c9cb;border-radius:13px;justify-content:center;align-items:center;gap:8px;height:50px;margin-top:23px;font-size:11px;font-weight:800;display:flex}.logout-button svg{width:17px}.app-version{text-align:center;color:#a4adb5;font-size:9px}.profile-menu>a{border-bottom:1px solid var(--line);text-align:left;background:#fff;align-items:center;gap:12px;width:100%;height:58px;padding:0 16px;font-size:13px;font-weight:700;display:flex}.profile-menu>a svg:last-child{color:#9ca6af;margin-left:auto}.profile-follow-links{gap:9px;margin:-9px 0 18px;display:flex}.profile-follow-links a{border:1px solid var(--line);color:#17212b;border-radius:14px;flex-direction:column;flex:1;align-items:center;padding:12px;display:flex}.profile-follow-links strong{font-size:17px}.profile-follow-links span{color:#657580;font-size:12px}
.auth-heading p{font-size:14px}.auth-card form>label{font-size:13px}.auth-input{min-height:52px}.auth-input input{font-size:15px}.auth-input input::placeholder{color:#7b8792;opacity:1;font-size:15px}.auth-card label>small,.forgot-password,.auth-divider,.legal-copy{font-size:12px;line-height:1.5}.auth-submit,.auth-provider{font-size:14px}.auth-switch{font-size:13px}.avatar-upload{cursor:pointer;justify-items:center;gap:8px;display:grid!important}.avatar-upload input{opacity:0;block-size:1px;inline-size:1px;position:absolute}.avatar-upload>span{color:var(--blue);font-size:13px}.avatar-preview{border:1px dashed var(--blue);background:var(--sky);block-size:88px;inline-size:88px;color:var(--blue);border-radius:50%;place-items:center;display:grid;position:relative;overflow:hidden}.avatar-preview img{object-fit:cover}.legal-consent{align-items:flex-start;gap:10px;line-height:1.5;font-weight:500!important;display:flex!important}.legal-consent input{block-size:18px;inline-size:18px;accent-color:var(--blue);flex:none}.legal-consent a{color:var(--blue);font-weight:750}.form-error,.dev-code,.resend-code{margin-top:12px;font-size:12px;line-height:1.5;display:block}.form-error{color:var(--error,#e5484d)}.dev-code{text-align:center;color:var(--muted)}.resend-code{color:var(--blue);background:0 0;border:0;margin-inline:auto;font-weight:750}.verification-input input{text-align:center;letter-spacing:.3em;font-size:22px;font-weight:800}.auth-submit-link{justify-content:center;align-items:center;display:flex}
.managed-page{max-width:720px}.managed-page .simple-header>a{place-items:center;width:38px;height:38px;display:grid}.managed-page .simple-header>a:last-child{background:var(--sky);color:var(--blue);border-radius:50%}.listing-tabs{scrollbar-width:none;gap:8px;padding:12px 0 20px;display:flex;overflow:auto}.listing-tabs button{white-space:nowrap;border:1px solid var(--line);background:#fff;border-radius:20px;align-items:center;gap:6px;padding:8px 12px;font-size:10px;font-weight:700;display:flex}.listing-tabs button span{background:var(--soft);border-radius:9px;place-items:center;min-width:18px;height:18px;font-size:8px;display:grid}.listing-tabs button.active{background:var(--sky);border-color:var(--blue);color:var(--deep)}.listing-tabs button.active span{background:#fff}.managed-list{flex-direction:column;gap:13px;display:flex}.managed-list article{border:1px solid var(--line);background:#fff;border-radius:17px;display:flex;overflow:hidden}.managed-image{flex:none;width:112px;min-height:165px;position:relative}.managed-image img{object-fit:cover}.listing-status{background:#fff;border-radius:10px;padding:5px 7px;font-size:8px;font-weight:800;position:absolute;top:8px;left:8px}.listing-status.active{color:var(--success)}.listing-status.sold{color:var(--muted)}.managed-info{flex:1;min-width:0;padding:12px}.managed-info>div:first-child{justify-content:space-between;align-items:center;display:flex}.managed-info>div:first-child>span{color:var(--muted);font-size:7px;font-weight:800}.managed-info>div:first-child button{background:0 0;border:0}.managed-info h2{white-space:nowrap;text-overflow:ellipsis;margin:4px 0;font-size:13px;overflow:hidden}.managed-info>strong{font-size:16px}.managed-info>p{color:var(--muted);align-items:center;gap:4px;margin:7px 0;font-size:9px;display:flex}.managed-info>p svg{width:13px}.managed-info>p svg:nth-of-type(2){margin-left:6px}.managed-actions>a{color:var(--blue);align-items:center;gap:5px;font-size:11px;font-weight:800;display:flex}.managed-actions>a svg{width:15px}.managed-actions{justify-content:flex-start!important;gap:7px!important;display:flex!important}.managed-actions button{border-radius:8px;align-items:center;gap:4px;padding:6px 8px;font-size:8px;font-weight:800;display:flex;border:1px solid var(--line)!important;background:#fff!important}.managed-actions svg{width:12px}.managed-empty{text-align:center;color:var(--muted);padding:70px 20px}.managed-empty>svg{width:42px;height:42px}.managed-empty h2{color:var(--ink);font-size:18px}.managed-empty p{font-size:11px}.sold-sheet{width:min(100%,500px);padding:22px 20px max(24px,env(safe-area-inset-bottom));background:#fff;border-radius:24px 24px 0 0}.sold-sheet header{justify-content:space-between;display:flex}.sold-sheet header span{color:var(--blue);font-size:9px;font-weight:800}.sold-sheet h2{margin:5px 0;font-size:21px}.sold-sheet header button{background:var(--soft);border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.sold-sheet>p{color:var(--muted);font-size:12px;line-height:1.55}.confirm-sold,.cancel-sold,.sold-success>button{border-radius:12px;width:100%;height:50px;font-weight:800}.confirm-sold,.sold-success>button{background:var(--blue);color:#fff;border:0;margin-top:13px}.cancel-sold{color:var(--muted);background:#fff;border:0}.sold-success{text-align:center}.sold-success>span{width:60px;height:60px;color:var(--success);background:#eaf8f0;border-radius:50%;place-items:center;margin:auto;display:grid}.sold-success p{color:var(--muted);font-size:11px}@media (min-width:720px){.sold-sheet{border-radius:24px;margin:auto}.managed-list article{min-height:180px}.managed-image{width:150px}}
.file-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.photo-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.photo-preview,.add-photo{aspect-ratio:1;border-radius:14px;position:relative;overflow:hidden}.photo-preview{background:var(--soft)}.photo-preview img{object-fit:cover}.photo-preview>span{background:#ffffffeb;border-radius:7px;padding:5px 7px;font-size:12px;font-weight:800;position:absolute;bottom:7px;left:7px}.photo-preview>button{color:#b64348;background:#fffffff0;border:0;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:6px;right:6px}.photo-preview>button svg{width:16px}.add-photo{color:var(--blue);background:#f8fbfd;border:1.5px dashed #aebbc6;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:12px;font-weight:750;display:flex}.add-photo svg{width:22px}.review-image img{object-fit:cover}.published-summary>img{object-fit:cover;border-radius:10px}.publish-form input::placeholder,.publish-form textarea::placeholder{font-size:14px}.form-help,.publish-intro>span,.review-copy>span,.location-row div span,.publish-security p{font-size:12px}
.publish-wait{text-align:center;color:#17212b;background:linear-gradient(155deg,#fff 10%,#eef7ff 70%,#dceeff);flex-direction:column;justify-content:center;align-items:center;min-height:100dvh;padding:38px 24px;display:flex;position:relative;overflow:hidden}.publish-wait-glow{filter:blur(10px);background:#1478e81f;border-radius:50%;width:390px;height:390px;position:absolute;top:12%;left:50%;transform:translate(-50%)}.publish-wait-art{z-index:1;width:230px;height:250px;position:relative}.publish-wait-art img{object-fit:cover;object-position:64% center;border-radius:120px}.publish-wait>p{z-index:1;color:#1478e8;letter-spacing:.12em;margin:12px 0 9px;font-size:12px;font-weight:850}.publish-wait h1{z-index:1;letter-spacing:-.055em;text-wrap:balance;max-width:500px;margin:0;font-size:clamp(31px,8vw,47px);line-height:1}.publish-wait>span{z-index:1;color:#60717e;margin-top:15px;font-size:15px}.publish-wait-progress{z-index:1;background:#d4e4f2;border-radius:10px;width:min(100%,360px);height:6px;margin-top:25px;overflow:hidden}.publish-wait-progress i{border-radius:inherit;background:#1478e8;width:42%;height:100%;animation:1.25s ease-in-out infinite publishLoading;display:block}.publish-wait small{z-index:1;color:#70808c;max-width:390px;margin-top:17px;font-size:12px;line-height:1.5}@keyframes publishLoading{0%{transform:translate(-110%)}to{transform:translate(340%)}}
.rate-page{background:linear-gradient(145deg,#fff,#eaf5ff);place-items:center;min-height:100dvh;padding:24px;display:grid}.rate-page section{text-align:center;background:#fff;border:1px solid #d4e8fb;border-radius:25px;width:min(100%,520px);padding:36px 26px;box-shadow:0 18px 50px #1237641a}.rate-page img{object-fit:cover;border-radius:50%;width:165px;height:165px}.rate-page p{color:#1478e8;letter-spacing:.1em;font-size:12px;font-weight:850}.rate-page h1{letter-spacing:-.05em;font-size:32px;line-height:1.05}.rate-stars{justify-content:center;gap:9px;margin:24px 0;display:flex}.rate-stars button{color:#1478e8;background:0 0;border:0;padding:3px}.rate-stars svg{width:37px;height:37px}.rate-page textarea{width:100%;min-height:100px;font:inherit;resize:vertical;border:1px solid #dce7f0;border-radius:13px;padding:13px;font-size:14px}.rate-page>section>button{color:#fff;background:#1478e8;border:0;border-radius:12px;min-height:48px;margin-top:17px;padding:0 19px;font-size:14px;font-weight:800}.rate-page button:disabled{opacity:.5}.rate-page small{color:#b64348;margin-top:8px;display:block}
.results-actions{align-items:flex-end;gap:10px;display:flex}.results-actions>span{color:var(--blue);align-items:center;gap:3px;font-size:12px;font-weight:700;display:flex}.results-actions>button{border:1px solid var(--blue);height:36px;color:var(--blue);background:#fff;border-radius:10px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:800;display:flex}.results-actions>button:disabled{opacity:.45}.results-actions svg{width:15px}.alert-feedback{color:var(--blue);margin:-10px 0 18px;font-size:12px}.help-list{gap:10px;margin-top:25px;display:grid}.help-list details{border:1px solid var(--line);background:#fff;border-radius:14px;padding:15px}.help-list summary{cursor:pointer;font-size:14px;font-weight:800}.help-list details p{color:var(--muted);margin:12px 0 0;font-size:13px;line-height:1.6}.contact-form{flex-direction:column;max-width:560px;display:flex}.contact-form label{margin:15px 0 7px;font-size:13px;font-weight:800}.contact-form input,.contact-form textarea{border:1px solid var(--line);border-radius:12px;padding:13px;font-size:14px}.contact-form button{background:var(--blue);color:#fff;border:0;border-radius:12px;height:50px;margin-top:20px;font-size:14px;font-weight:800}.contact-status{color:var(--blue);font-size:13px}.results-actions>.distance-shortcut{height:36px;color:var(--blue);box-shadow:none;background:0 0;border:0;padding:0;font-size:12px}.distance-options{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.distance-options button{border:1px solid var(--line);background:#fff;border-radius:11px;height:40px;font-size:12px;font-weight:750}.distance-options button.active{border-color:var(--blue);background:var(--sky);color:var(--deep)}.price-range{height:28px;margin:0 8px 11px;position:relative}.price-range input{width:100%;accent-color:var(--blue);pointer-events:none;position:absolute;inset:0}.price-range input::-webkit-slider-thumb{pointer-events:auto}.price-range input::-moz-range-thumb{pointer-events:auto}.price-values{gap:8px;margin:0 0 18px;display:flex}.price-values span{background:var(--soft);color:var(--muted);border-radius:12px;flex-direction:column;flex:1;gap:4px;padding:11px 12px;font-size:10px;display:flex}.price-values strong{color:var(--ink);font-size:15px}.order-options{flex-wrap:wrap;gap:8px;display:flex}.order-options button{border:1px solid var(--line);background:#fff;border-radius:19px;height:38px;padding:0 12px;font-size:12px;font-weight:750}.order-options button.active{border-color:var(--blue);background:var(--sky);color:var(--deep)}.alert-setting{border:1px solid var(--line);text-align:left;background:#fff;border-radius:14px;justify-content:space-between;align-items:center;width:100%;margin-top:18px;padding:13px;display:flex}.alert-setting>span,.alert-setting>span>span{align-items:center;gap:10px;display:flex}.alert-setting svg{width:19px;color:var(--blue)}.alert-setting strong,.alert-setting small{display:block}.alert-setting strong{font-size:12px}.alert-setting small{color:var(--muted);margin-top:3px;font-size:10px;line-height:1.3}.alert-setting i{background:#cdd5dc;border-radius:12px;width:34px;height:20px;position:relative}.alert-setting i:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:all .2s;position:absolute;top:3px;left:3px}.alert-setting.enabled{background:#f7fbff;border-color:#b8dcff}.alert-setting.enabled i{background:var(--blue)}.alert-setting.enabled i:after{transform:translate(14px)}.alert-setting:disabled{display:none}.filter-sheet .condition-options{padding-bottom:2px}.filter-sheet .condition-options button{flex:none}@media (max-width:520px){.results-heading{align-items:flex-start;gap:10px}.results-actions{align-items:center;gap:2px}.results-actions>.distance-shortcut{white-space:nowrap;display:flex}.results-actions>button:not(.distance-shortcut){border-radius:12px;height:40px;padding:0 12px}.results-actions>button:not(.distance-shortcut) svg{width:16px}}
.detail-content>.report-user{margin-top:20px}.report-backdrop{z-index:120}.report-sheet{width:min(100%,520px);max-height:90dvh;padding:22px 20px max(24px,env(safe-area-inset-bottom));background:#fff;border-radius:24px 24px 0 0;overflow:auto}.report-sheet header{justify-content:space-between;align-items:flex-start;display:flex}.report-sheet header span{color:var(--blue);font-size:9px;font-weight:800}.report-sheet h2{margin:5px 0 15px;font-size:22px}.report-sheet header button{background:var(--soft);border:0;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.report-privacy{background:var(--sky);color:var(--blue);border-radius:13px;gap:10px;margin-bottom:15px;padding:12px;display:flex}.report-privacy svg{flex:none;width:19px}.report-privacy p{color:var(--navy);margin:0;font-size:10px;line-height:1.5}.report-reasons{border:1px solid var(--line);border-radius:14px;overflow:hidden}.report-reasons button{border:0;border-bottom:1px solid var(--line);text-align:left;background:#fff;align-items:center;width:100%;height:48px;padding:0 13px;display:flex}.report-reasons button:last-child{border:0}.report-reasons button span{flex:1;font-size:11px}.report-reasons button svg{color:#9ba5ae;width:16px}.report-reasons button.active{color:var(--deep);background:#f3f8ff;font-weight:800}.report-reasons button.active svg{color:var(--blue)}.report-sheet>label{justify-content:space-between;margin:18px 0 7px;font-size:11px;font-weight:800;display:flex}.report-sheet>label span{color:var(--muted);font-weight:500}.report-sheet textarea{border:1px solid var(--line);resize:none;border-radius:12px;outline:none;width:100%;padding:11px}.submit-report,.report-success>button{background:var(--blue);color:#fff;border:0;border-radius:12px;width:100%;height:50px;margin-top:16px;font-weight:800}.report-success{text-align:center;padding:12px 0}.report-success>span{width:62px;height:62px;color:var(--success);background:#eaf8f0;border-radius:50%;place-items:center;margin:auto;display:grid}.report-success h2{margin:16px 0 7px}.report-success p{color:var(--muted);max-width:350px;margin:auto;font-size:11px;line-height:1.55}@media (min-width:720px){.report-sheet{border-radius:24px;margin:auto}}
.sidebar-brand,.desktop-nav-search,.desktop-only-link,.desktop-only-nearby,.hero-banner-desktop{display:none}.hero-banner-mobile{display:block}@media (min-width:1024px){:root{--desktop-nav-h:72px;--desktop-shell-bg:#eef3f9;--desktop-surface:#fff;--desktop-line:#dce4ee;--desktop-shadow-soft:0 16px 46px #12376414;--desktop-shadow-hero:0 20px 46px #0a3c8238}html,body{background:radial-gradient(circle at 0% 0%, #1478e81f, transparent 34%), radial-gradient(circle at 100% 100%, #0755be14, transparent 30%), var(--desktop-shell-bg)}.bottom-nav{z-index:60;max-width:none;height:var(--desktop-nav-h);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--desktop-shadow-soft);background:#ffffffdb;border:1px solid #dce4eee6;border-radius:18px;justify-content:flex-start;align-items:center;gap:8px;padding:9px 14px;display:flex;position:fixed;inset:14px 22px auto;transform:none}.sidebar-brand{border-right:1px solid var(--desktop-line);align-items:center;margin-right:6px;padding-right:12px;display:flex}.sidebar-brand .logo img{width:104px;height:auto}.bottom-nav>a{color:#4e5d6b;border-radius:11px;flex-direction:row;justify-content:center;align-items:center;gap:7px;width:auto;min-width:84px;height:42px;padding:0 12px;font-size:13px;font-weight:700;transition:background-color .16s,color .16s;display:inline-flex}.bottom-nav>a.desktop-hide-link{display:none}.bottom-nav>a.desktop-only-link{display:inline-flex}.bottom-nav>a.desktop-panel-start{margin-left:auto}.bottom-nav>a .nav-icon{background:0 0;width:auto;height:auto;margin:0}.bottom-nav>a:hover{color:var(--deep);background:#ecf4ff}.bottom-nav>a.active{color:var(--deep);background:#e7f1ff}.bottom-nav .publish{color:#fff;background:linear-gradient(135deg,#1478e8,#0755be);border-radius:13px;min-width:110px;margin-left:0;box-shadow:0 10px 22px #1478e84d}.bottom-nav .publish .nav-icon{display:none}.bottom-nav .publish:hover,.bottom-nav .publish.active{color:#fff;filter:brightness(1.03);background:linear-gradient(135deg,#1478e8,#0755be)}.page{width:100%;max-width:none;min-height:100vh;box-shadow:none;background:0 0;margin:0;padding:124px 32px 42px}.home-page .topbar,.home-page .topbar{display:none}.home-page>.searchbar{z-index:8;background:#fffffffa;border:1px solid #d5e0ee;border-radius:18px;width:min(760px,92%);height:68px;margin:0 auto -74px;display:flex;position:relative;top:116px;box-shadow:0 18px 44px #0a315f33}.home-page>.searchbar input{font-size:21px;font-weight:620}.home-page>.searchbar svg{width:24px;height:24px}.mobile-quick-links{display:none}.desktop-only-nearby{justify-content:center;display:grid}.quick-links{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(980px,100%);margin:14px auto 0}.quick-links a{background:linear-gradient(#fff,#f7fbff);border-color:#cdd8e6;border-radius:13px;height:52px;font-size:14px;font-weight:700;box-shadow:0 4px 14px #1237640d}.quick-links a:first-child{color:var(--deep);background:linear-gradient(#f7fbff,#e8f4ff)}.quick-links a:last-child{color:var(--navy);background:linear-gradient(#fff,#eef7ff)}.quick-links.quick-links-single{z-index:auto;grid-template-columns:1fr;width:min(280px,100%);margin-top:12px;margin-bottom:0;position:static}.quick-links.quick-links-single a{color:#1f4e84;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#f8fcffdb;border-color:#c6d9ef;border-radius:999px;height:42px;font-size:13px;font-weight:700;box-shadow:0 8px 18px #0c31601f}.mockup-hero{height:360px;box-shadow:var(--desktop-shadow-hero);border-radius:18px;margin-top:0}.mockup-hero>img{object-fit:cover;object-position:center;opacity:1;transform:none}.hero-banner-mobile{display:none}.hero-banner-desktop{display:block}.mockup-hero h1{letter-spacing:-1.2px;text-shadow:0 8px 22px #08295c3d;max-width:540px;font-size:54px;line-height:1.03;top:52px;left:40px}.hero-dots{bottom:22px;left:34px}.home-page .section{margin-top:28px}.categories-section{background:#fff;border:1px solid #d7e3f0;border-radius:14px;margin-top:18px;padding:18px 18px 14px;box-shadow:0 8px 20px #1237640d}.bottom-nav>a.desktop-end-link{order:20}.home-page .section-heading h2{letter-spacing:-.7px;font-size:30px}.section-heading>a{font-size:14px;font-weight:800}.categories{justify-content:flex-start;gap:16px}.category{min-width:86px;font-size:14px;font-weight:800}.category-icon{border-radius:16px;width:72px;height:72px}.category:first-child .category-icon{color:#1478e8;background:#e8f4ff}.category:nth-child(2) .category-icon{color:#0755be;background:#d9ecff}.category:nth-child(3) .category-icon{color:#123764;background:#f2f8ff}.category:nth-child(4) .category-icon{color:#1478e8;background:#e3f1ff}.category:nth-child(5) .category-icon{color:#0755be;background:#ecf6ff}.category:nth-child(6) .category-icon{color:#123764;background:#f4f8fc}.section.recommendations{border-top:2px solid #dce8f6;padding-top:18px}.home-page .product-grid,.home-page .mockup-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.home-page .product-card{background:#fff;border:1px solid #dfe7f0;border-radius:16px;padding:8px;transition:transform .18s,box-shadow .18s}.home-page .product-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #1237641a}.home-page .product-image,.home-page .mockup-grid .product-image{aspect-ratio:1/.86;border-radius:12px}.home-page .mockup-grid .heart{width:30px;height:30px;top:6px;right:6px}.home-page .product-info{padding:8px 2px 3px}.home-page .product-info strong{font-size:18px;line-height:1.08}.home-page .product-info h3{margin:5px 0 4px;font-size:14px}.home-page .product-info p{font-size:11px}.search-page,.generic-page,.managed-page,.form-page,.settings-page,.notifications-page,.seller-page,.favorites-page,.messages-page{max-width:none;padding-top:calc(var(--desktop-nav-h) + 24px)}.simple-header{height:74px}.simple-header h1,.generic-page>h1{letter-spacing:-.8px;font-size:30px}.results-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 16px}.managed-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.profile-menu,.settings-group,.publish-review,.notification-list,.managed-list article,.conversation,.published-summary,.search-header .searchbar,.search-header>a,.filter-trigger{border-radius:14px}.auth-page{min-height:100vh;padding:calc(var(--desktop-nav-h) + 24px) 24px 42px;background:0 0}.auth-page>header{display:none}.auth-card{border:1px solid var(--desktop-line);box-shadow:var(--desktop-shadow-soft)}.detail-page{width:100%;max-width:none;min-height:100vh;padding-top:var(--desktop-nav-h);background:var(--desktop-surface);grid-template-columns:55% 45%;margin:0;display:grid}.detail-media{top:var(--desktop-nav-h);height:calc(100vh - var(--desktop-nav-h));min-height:620px;position:sticky}.detail-content{max-width:none;padding:30px 30px 20px}.detail-content h1{letter-spacing:-1.3px;font-size:46px;line-height:.98}.detail-cta{background:0 0;border:0;gap:10px;padding:0 30px 30px;display:grid;position:static}.detail-cta .message-button,.detail-cta .offer-button{border-radius:14px;height:54px}.chat-page{width:100%;max-width:none;min-height:100vh;padding:calc(var(--desktop-nav-h) + 24px) 30px 28px;background:#f4f8fd;margin:0}.chat-header,.chat-product,.messages-thread,.message-composer,.chat-safety{max-width:920px;margin-left:auto;margin-right:auto}.chat-header,.chat-product,.messages-thread,.message-composer{border:1px solid var(--desktop-line);background:var(--desktop-surface);border-radius:14px}.chat-header{top:calc(var(--desktop-nav-h) + 12px);z-index:12;position:sticky}.chat-product,.chat-safety,.messages-thread{margin-top:10px}.chat-safety{border-radius:12px}.messages-thread{background:#f7f9fc;padding:16px}.message-composer{margin-top:12px;padding:10px 12px;position:sticky;bottom:14px;box-shadow:0 8px 20px #1237640f}}@media (min-width:1400px){.home-page .product-grid,.home-page .mockup-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.results-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
.info-page{background:#f6f8fa;min-height:100vh;padding:0 20px 70px}.info-page>header{align-items:center;gap:16px;max-width:720px;height:82px;margin:auto;display:flex}.info-page>header>a:first-child{background:#fff;border-radius:50%;place-items:center;width:40px;height:40px;display:grid}.info-brand{color:#1478e8;letter-spacing:-1px;font-size:21px;font-weight:800}.info-page article{background:#fff;border-radius:24px;max-width:650px;margin:20px auto 0;padding:34px 26px;box-shadow:0 8px 30px #12376414}.info-page article>p{color:#1478e8;letter-spacing:.1em;margin:0;font-size:10px;font-weight:800}.info-page h1{letter-spacing:-.06em;margin:10px 0 16px;font-size:34px}.info-page article>strong{color:#53616d;font-size:16px;font-weight:500;line-height:1.5;display:block}.info-page section{border-top:1px solid #e6eaed;margin-top:26px;padding-top:22px}.info-page h2{margin:0 0 7px;font-size:18px}.info-page section p{color:#68737d;margin:0;font-size:14px;line-height:1.6}
.profile-menu>a>span{flex-direction:column;flex:1;gap:3px;display:flex}.profile-menu>a>span small{color:var(--muted);font-size:11px;font-weight:500}.prohibited-notice{color:#8a551c;background:#fff8ee;border:1px solid #f4dcb6;border-radius:15px;gap:11px;margin:0 0 4px;padding:14px;display:flex}.prohibited-notice>svg{color:#d38425;flex:none;width:20px}.prohibited-notice strong{color:var(--ink);font-size:13px}.prohibited-notice p{color:#6d6254;margin:4px 0;font-size:12px;line-height:1.45}.prohibited-notice a{color:var(--deep);font-size:12px;font-weight:800}.location-page{max-width:560px;padding-bottom:50px}.location-hero{padding:20px 0 24px}.location-hero>span{background:var(--sky);width:48px;height:48px;color:var(--blue);border-radius:16px;place-items:center;display:grid}.location-hero>p{letter-spacing:.08em;color:var(--blue);margin:18px 0 7px;font-size:12px;font-weight:800}.location-hero h2{letter-spacing:-1px;margin:0 0 12px;font-size:29px;line-height:1.06}.location-hero>div{color:var(--muted);font-size:13px;line-height:1.5}.location-hero>div strong{color:var(--ink)}.saved-location,.location-choice{text-align:left;border-radius:16px;align-items:center;gap:13px;width:100%;padding:16px;display:flex}.saved-location{color:var(--success);background:#f1faf5;margin-bottom:13px}.saved-location>div,.location-choice>span{flex-direction:column;flex:1;gap:4px;display:flex}.saved-location strong,.location-choice strong{color:var(--ink);font-size:14px}.saved-location span,.location-choice small{color:var(--muted);font-size:12px;line-height:1.35}.location-choice{border:1.5px solid var(--blue);background:var(--sky);color:var(--blue)}.location-choice:disabled{opacity:.6}.location-choice svg{width:23px;height:23px}.location-divider{color:var(--muted);align-items:center;gap:10px;margin:23px 0;font-size:12px;display:flex}.location-divider span{background:var(--line);flex:1;height:1px}.location-address{flex-direction:column;display:flex}.location-address label{margin-bottom:8px;font-size:13px;font-weight:800}.location-address input{border:1px solid var(--line);border-radius:13px;outline:0;height:54px;padding:0 14px;font-size:15px}.location-address input:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--sky)}.location-address small{color:var(--muted);margin:9px 0 17px;font-size:12px;line-height:1.45}.location-address button{background:var(--blue);color:#fff;border:0;border-radius:13px;height:52px;font-weight:800}.location-address button:disabled{background:#cbd4dc}.location-skip{color:var(--muted);background:0 0;border:0;margin:19px auto 0;font-size:13px;font-weight:700;display:block}
.seller-entry{background:linear-gradient(145deg,#f8fbff 0%,#eaf5ff 56%,#fff 100%);min-height:100dvh;padding:0 22px}.seller-entry>header{align-items:center;max-width:650px;height:78px;margin:auto;display:flex}.seller-entry>header>a{background:#fff;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 6px 20px #12376414}.seller-entry>section{text-align:center;max-width:560px;margin:0 auto;padding:30px 0 42px}.seller-entry-copy>p{color:var(--blue);letter-spacing:.11em;margin:0 0 12px;font-size:12px;font-weight:850}.seller-entry-copy h1{letter-spacing:-2px;margin:0;font-size:clamp(34px,10vw,50px);line-height:1.01}.seller-entry-copy>span{max-width:440px;color:var(--muted);margin:18px auto 0;font-size:15px;line-height:1.5;display:block}.seller-entry-art{max-width:360px;height:285px;margin:18px auto 6px;position:relative}.seller-entry-art:before{content:"";filter:blur(10px);background:#1478e821;border-radius:50%;width:220px;height:34px;position:absolute;bottom:15px;left:50%;transform:translate(-50%)}.seller-entry-art i{background:#d9efff;border-radius:50%;width:70px;height:70px;position:absolute;top:25px;right:15px}.seller-entry-art img{object-fit:contain;object-position:center bottom}.seller-entry-actions{flex-direction:column;gap:11px;max-width:430px;margin:0 auto;display:flex}.seller-entry-actions a{border-radius:16px;justify-content:center;align-items:center;gap:9px;height:56px;font-size:15px;font-weight:800;display:flex}.seller-entry-actions a:first-child{background:var(--blue);color:#fff;box-shadow:0 12px 24px #1478e838}.seller-entry-actions a:last-child{color:var(--deep);background:#fff;border:1px solid #cfe1f0}.seller-entry-actions svg{width:18px}.seller-entry-note{color:var(--muted);justify-content:center;align-items:center;gap:7px;margin:21px auto 0;font-size:12px;display:flex}.seller-entry-note svg{color:var(--blue);width:16px}@media (min-width:720px){.seller-entry>section{padding-top:54px}.seller-entry-art{height:330px;margin-top:6px}}
.seller-entry-art img{transform-origin:bottom;transform:scale(1.12)}
.auth-page>header,.seller-entry>header,.info-page>header{position:relative}.auth-page>header>.logo,.seller-entry>header>.logo,.info-page>header>.logo{position:absolute;transform:translate(-50%)}.auth-page>header>.logo{left:calc(50vw - 18px)}.seller-entry>header>.logo{left:calc(50vw - 22px)}.info-page>header>.logo{left:calc(50vw - 20px)}
.managed-notice{color:var(--muted);background:#f5faff;border:1px solid #dbeaf7;border-radius:12px;margin:8px 0 0;padding:10px 12px;font-size:11px;line-height:1.45}
.pwa-register-module__tKrxgG__installPrompt{z-index:100;left:16px;right:16px;bottom:max(16px,env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);color:#17212b;background:#fffffffa;border:1px solid #d8e6f5;border-radius:19px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:13px;max-width:620px;margin:auto;padding:14px 46px 14px 14px;display:grid;position:fixed;box-shadow:0 16px 45px #12376433}.pwa-register-module__tKrxgG__installPrompt>img{border-radius:14px}.pwa-register-module__tKrxgG__copy{flex-direction:column;gap:4px;display:flex}.pwa-register-module__tKrxgG__copy strong{font-size:15px;line-height:1.2}.pwa-register-module__tKrxgG__copy span{color:#657580;font-size:12px;line-height:1.35}.pwa-register-module__tKrxgG__close{color:#657580;background:0 0;border:0;border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:absolute;top:8px;right:8px}.pwa-register-module__tKrxgG__close svg{width:18px}.pwa-register-module__tKrxgG__install{color:#fff;background:#1478e8;border:0;border-radius:11px;align-items:center;gap:7px;min-height:42px;padding:0 14px;font-size:13px;font-weight:800;display:flex}.pwa-register-module__tKrxgG__install svg,.pwa-register-module__tKrxgG__iosAction svg{width:17px}.pwa-register-module__tKrxgG__iosAction{color:#1478e8;background:#e8f4ff;border-radius:11px;align-items:center;gap:6px;min-height:40px;padding:0 11px;font-size:12px;font-weight:800;display:flex}@media (max-width:520px){.pwa-register-module__tKrxgG__installPrompt{grid-template-columns:48px minmax(0,1fr);padding:13px 42px 13px 13px}.pwa-register-module__tKrxgG__installPrompt>img{width:48px;height:48px}.pwa-register-module__tKrxgG__install,.pwa-register-module__tKrxgG__iosAction{grid-column:1/-1;justify-content:center;width:100%}}
