:root{--blue:#cde9fc;--blue-dark:#b6ddf6;--light:#e9f5ff;--bg:#f4f8fc;--line:#e7eef5;--text:#222;--muted:#8393a2;font:14px 'Microsoft YaHei','PingFang SC',system-ui,sans-serif;color:#222;font-synthesis:none}*{box-sizing:border-box}body{margin:0;background:var(--bg)}button,input,select,textarea{font:inherit}button{cursor:pointer;border:0;color:#222;background:none;-webkit-tap-highlight-color:transparent}button:disabled{opacity:.45;cursor:not-allowed}a{text-decoration:none;color:#222}h1,h2,h3,p{margin:0}img{max-width:100%}.icon{width:20px;height:20px;flex:none;vertical-align:middle}[hidden]{display:none!important}button:focus-visible,a:focus-visible{outline:3px solid #88c8f4;outline-offset:3px}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px #dff0fe}
.app-header{height:66px;background:#fff;border-bottom:1px solid var(--line)}.header-inner{max-width:1080px;padding:0 28px;height:100%;margin:auto;display:flex;align-items:center;gap:30px}.brand{display:flex;gap:10px;align-items:center;flex:none}.brand img{width:35px;height:35px}.brand strong{font-size:23px;letter-spacing:2px;color:#222}.desktop-nav{display:flex;align-items:center;gap:12px;height:100%;margin-left:30px}.desktop-nav button{height:100%;padding:0 12px;font-size:14px;color:#222;position:relative;white-space:nowrap}.desktop-nav button.active{color:#222;font-weight:600}.desktop-nav button.active:after{content:'';position:absolute;bottom:0;left:12px;right:12px;height:3px;background:#69b3e9;border-radius:3px}.header-actions{display:flex;align-items:center;gap:13px;margin-left:auto}.test-tag{font-size:11px;color:#222;border:1px solid #e0ebf3;padding:3px 7px;border-radius:4px;white-space:nowrap}.icon-btn{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#222}.icon-btn:hover{background:var(--light)}.mobile-title,.mobile-bottom{display:none}.page{max-width:1024px;margin:0 auto;padding:22px 28px 24px;outline:none}.page-wallet,.page-profile{max-width:800px;padding-top:24px}.page-tickets{max-width:820px}.panel{border:1px solid var(--line);border-radius:12px;background:white;overflow:hidden}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:39px;border-radius:7px;padding:0 18px;font-size:14px;font-weight:500;white-space:nowrap;transition:background .15s}.btn.primary,.btn.lime{background:var(--blue);color:#222}.btn.primary:hover,.btn.lime:hover{background:var(--blue-dark)}.btn.outline,.btn.ghost{border:1px solid #d4e8f6;background:#fff;color:#222}.btn.outline:hover{background:#edf7ff}.btn.sm{height:33px;padding:0 13px;font-size:13px}.btn.full{width:100%}.btn .icon{width:16px;height:16px}.text-btn{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#222;white-space:nowrap}.text-btn .icon{width:13px;height:13px}.section-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:17px 0 12px}.section-head h2{font-size:17px;font-weight:600}.section-head p{font-size:12px;color:#222;margin-top:5px}.subtle{font-size:12px;color:#222}.page-note{text-align:center;font-size:11px;color:#222;line-height:1.8;margin-top:14px}
.home-address{display:flex;align-items:center;gap:8px;width:100%;padding:0 0 14px;text-align:left;color:#222;font-size:13px}.home-address>.icon:first-child{color:#222;width:17px;height:17px}.home-address>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-address small{font-size:12px;color:#222;margin-right:5px}.home-address>.icon:last-child{margin-left:auto;width:14px;height:14px}.carousel{border-radius:13px;overflow:hidden;position:relative;background:#dff1ff;touch-action:pan-y}.carousel-slide{height:203px;display:flex;justify-content:space-between;align-items:center;padding:22px 65px 35px 40px;position:relative;overflow:hidden;background:linear-gradient(110deg,#dbefff,#edf8ff)}.carousel-slide h2{font-size:29px;font-weight:600;letter-spacing:1px;color:#222}.carousel-slide p{font-size:14px;color:#222;margin-top:10px}.carousel-slide strong{font-size:18px;font-weight:500;color:#222;display:inline-block;margin-top:18px;margin-right:18px}.carousel-slide .btn{vertical-align:baseline}.carousel-slide>div{z-index:2}.carousel-slide>img{position:absolute;right:65px;height:208px;bottom:-9px;transform:rotate(7deg);filter:hue-rotate(40deg) saturate(.65);pointer-events:none}.slide-1{background:linear-gradient(110deg,#e4f3ff,#edf7ff)}.slide-2{background:linear-gradient(110deg,#dfeefa,#eff8fe)}.slide-2>img{filter:saturate(.5);height:193px;right:63px;bottom:-10px;transform:none}.carousel-controls{position:absolute;left:36px;bottom:12px;display:flex;align-items:center;gap:11px;z-index:4}.carousel-arrow{width:23px;height:22px;display:grid;place-items:center;color:#222}.carousel-arrow .icon{width:12px;height:12px}.carousel-arrow:first-child{transform:rotate(180deg)}.carousel-dots{display:flex;gap:8px;align-items:center}.carousel-dots button{padding:0;width:6px;height:6px;border-radius:5px;background:#accfe6;transition:width .2s}.carousel-dots button[aria-current=true]{width:17px;background:#5caae0}.carousel-dots button:after{content:'';display:block;width:20px;height:22px;transform:translate(-7px,-8px)}.carousel-pause{font-size:10px;color:#222;padding:5px 8px}
.home-shortcuts{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--line);background:white;border-radius:11px;margin-top:14px;padding:14px 0}.home-shortcuts>button{display:flex;align-items:center;justify-content:center;gap:12px;text-align:left;border-right:1px solid var(--line)}.home-shortcuts>button:last-child{border:0}.home-shortcuts>button>.icon:first-child{color:#222;width:24px;height:24px}.home-shortcuts>button>span{font-size:13px;color:#222}.home-shortcuts strong{display:block;font-size:12px;font-weight:400;color:#222;margin-top:5px}.home-shortcuts>button>.icon:last-child{width:12px;height:12px;color:#222;margin-left:10px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{background:#fff;border:1px solid var(--line);border-radius:11px;padding:10px 13px 13px;overflow:hidden}.product-detail-trigger{padding:0;display:block;width:100%;text-align:left}.product-art{height:130px;border-radius:7px;background:#f3f9fd;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-art img{height:141px;width:auto;filter:hue-rotate(35deg) saturate(.55)}.product-art.blue{background:#edf6fc}.product-art.blue img{filter:hue-rotate(52deg) saturate(.45)}.product-art.peach{background:#f4f8fb}.product-art.peach img{filter:saturate(.25)}.product-art.yellow{background:#f4f8fa}.product-art.yellow img{filter:saturate(.4);height:134px}.product-card h3{font-size:15px;font-weight:500;margin-top:10px}.product-spec{font-size:12px;color:#222;margin-top:7px}.product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:12px;gap:8px}.price{font:500 23px Arial,sans-serif;color:#222}.price small{font-size:13px;margin-right:3px}.buy-btn{height:32px;min-width:62px;font-size:13px;padding:0 15px}
.page-intro{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:20px}.page-intro h2{font-size:21px;font-weight:600}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:17px}.tabs{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.tabs button{font-size:13px;padding:9px 13px;border-radius:6px;color:#222;white-space:nowrap}.tabs button.active{color:#222;background:#e7f4fe}.tabs button:hover{background:#f0f8ff}.search-box{display:flex;align-items:center;gap:8px;background:white;border:1px solid #dfeaf3;border-radius:7px;padding:0 10px;height:37px;width:225px}.search-box>.icon{width:16px;height:16px;color:#222}.search-box input{width:100%;min-width:0;border:0;outline:0;box-shadow:none!important;background:none;font-size:12px;color:#222;height:35px}.search-box input::placeholder{color:#222}.search-box button{padding:0}.search-box button>.icon{width:16px;height:16px;color:#222}
.balance-card{background:linear-gradient(110deg,#e0f1ff,#eef8ff);border:1px solid #d8eaf8;border-radius:12px;padding:21px 24px 0}.balance-main{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:77px;padding-bottom:17px}.balance-main>div:first-child>span{font-size:13px;color:#222}.balance-main h2{font:500 36px Arial,sans-serif;color:#222;margin-top:9px}.balance-buttons{display:flex;gap:10px}.balance-buttons .btn{height:36px;min-width:68px}.balance-sub{border-top:1px solid #cfe5f6;display:flex;justify-content:space-between;gap:10px;align-items:center;min-height:43px;color:#222;font-size:12px}.balance-sub strong{color:#222;font-weight:500;margin-left:6px}.balance-sub button{font-size:12px;padding:5px 0}.balance-sub .icon{width:12px;height:12px;margin-left:5px}.income-panel{margin-top:15px;padding:0 19px}.income-panel>.section-head{height:45px;margin:0;border-bottom:1px solid var(--line)}.income-panel h2{font-size:15px}.income-row{display:flex;align-items:center;gap:14px;height:47px;border-bottom:1px solid #f0f5f9;font-size:14px}.income-row:last-child{border:0}.income-label{display:flex;align-items:center;gap:11px;flex:1;min-width:0;color:#222}.income-label .icon{height:18px;width:18px;color:#222}.income-row>strong{font:400 17px Arial,sans-serif;color:#222;min-width:90px;text-align:right}.transfer-btn{border:1px solid #d5e9f8;color:#222;border-radius:5px;padding:5px 10px;font-size:12px;margin-left:18px;min-width:78px;height:29px}.transfer-btn:disabled{border-color:#e8eff4;color:#222;opacity:1}.record-shortcuts{display:grid;grid-template-columns:1fr 1fr;margin-top:15px;padding:12px 0}.record-shortcuts>button{display:flex;align-items:center;justify-content:center;gap:9px;border-right:1px solid var(--line);font-size:13px;color:#222;height:25px}.record-shortcuts>button:last-child{border:0}.record-shortcuts .icon:first-child{height:17px;width:17px;color:#222}.record-shortcuts .icon:last-child{height:12px;width:12px;color:#222}
.profile-card{border-radius:12px;border:1px solid #ddebfa;background:linear-gradient(110deg,#e7f4ff,#f1f9ff);padding:20px 23px 0}.profile-identity{display:flex;align-items:center;gap:15px}.avatar{height:51px;width:51px;border-radius:50%;display:grid;place-items:center;background:#cce8fb;border:3px solid #fff;color:#222;font:600 25px serif;flex:none}.profile-identity h2{font-size:20px;font-weight:600}.profile-identity p{color:#222;font-size:11px;margin-top:8px}.profile-identity>.text-btn{margin-left:auto;font-size:12px}.profile-counts{display:grid;grid-template-columns:repeat(3,1fr);padding:16px 0 13px;margin-top:8px}.profile-counts>button{border-right:1px solid #d8eafa}.profile-counts>button:last-child{border:0}.profile-counts strong{display:block;font:500 20px Arial,sans-serif;color:#222}.profile-counts small{font-size:11px}.profile-counts span{display:block;font-size:12px;color:#222;margin-top:7px}.profile-orders{margin-top:15px;padding:0 20px 13px}.profile-orders .section-head{margin:0;height:45px}.profile-orders h2{font-size:15px}.order-status-links{display:grid;grid-template-columns:repeat(4,1fr);padding-top:8px}.order-status-links>button{display:flex;align-items:center;flex-direction:column;gap:8px;font-size:12px;color:#222;padding:0 4px}.order-status-links>button>span{position:relative;height:25px}.order-status-links .icon{width:24px;height:24px;color:#222}.order-status-links b{position:absolute;right:-8px;top:-5px;min-width:15px;height:15px;padding:0 3px;border:1px solid #fff;border-radius:10px;background:#e2f1ff;color:#222;font-size:10px;font-weight:500}.profile-tools{margin-top:15px;padding:18px 10px}.tool-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px 8px}.tool-grid>button{display:flex;flex-direction:column;align-items:center;gap:10px;font-size:13px;color:#222}.tool-grid .icon{height:24px;width:24px;color:#222;stroke-width:1.6}
.ticket-summary{padding:20px 25px;display:flex;justify-content:space-between;align-items:center;background:#e8f5ff;border-color:#ddecf9}.ticket-summary span{display:block;font-size:13px;color:#222}.ticket-summary strong{display:block;font:500 33px Arial,sans-serif;color:#222;margin-top:9px}.ticket-summary small{font-size:13px}.plans{display:flex;flex-direction:column;gap:12px}.plan{border:1px solid var(--line);border-radius:10px;background:white;padding:23px 24px;display:flex;align-items:center;gap:30px}.plan.featured{border-color:#c4e2f8;background:#f7fbff}.plan>div{flex:1}.plan h3{font-size:20px;font-weight:500;color:#222}.plan p{font-size:13px;color:#222;margin-top:9px}.plan>strong{font:500 24px Arial,sans-serif;color:#222;margin-right:15px}.plan .btn{min-width:74px}.invite-card{padding:21px 24px;display:flex;justify-content:space-between;align-items:center;background:#eaf5fe;border-color:#dceefb}.invite-card span{font-size:12px;color:#222}.invite-card strong{font:500 22px Arial,sans-serif;display:block;color:#222;letter-spacing:1px;margin-top:9px}.team-stats{display:grid;grid-template-columns:repeat(3,1fr);background:white;border:1px solid var(--line);border-radius:10px;margin:14px 0;padding:18px 0}.team-stats>div{text-align:center;border-right:1px solid var(--line)}.team-stats>div:last-child{border:0}.team-stats strong{font:500 24px Arial,sans-serif;color:#222;display:block}.team-stats span{font-size:12px;color:#222;display:block;margin-top:8px}.team-panel{padding:20px}.team-row{display:grid;grid-template-columns:1.6fr 1fr .8fr 1fr;gap:15px;padding:16px 8px;align-items:center;border-bottom:1px solid var(--line);font-size:12px;color:#222}.team-row:last-child{border:0}.table-head{background:#f3f8fc;font-size:11px;border-radius:6px;border:0;padding:10px 8px}.team-row>div{display:flex;gap:10px;align-items:center}.member-avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#e7f3fc;color:#222;font-size:16px;flex:none}.team-row strong{font-size:13px;display:block;font-weight:400;color:#222}.team-row small{font-size:10px;display:block;margin-top:5px}.small-tag{padding:4px 7px;font-size:10px;border-radius:4px;color:#222;background:#f0f4f7;display:inline-block;white-space:nowrap}.green-tag{background:#ebf5fd;color:#222}.team-row .small-tag{justify-self:start}
.order-card{border:1px solid var(--line);border-radius:11px;background:white;margin-bottom:13px;overflow:hidden}.order-top{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:13px 18px;border-bottom:1px solid var(--line);background:#fcfdff}.order-top>span:first-child{display:flex;align-items:center;gap:8px;font-size:11px;color:#222}.order-top b{font-weight:400}.order-top small{font-size:10px;color:#222;margin-left:10px}.order-top .icon{height:15px;width:15px}.badge{display:inline-flex;align-items:center;gap:5px;padding:4px 7px;border-radius:5px;background:#fff4e4;color:#222;font-size:11px;white-space:nowrap}.badge i{width:4px;height:4px;border-radius:50%;background:currentColor}.badge.delivery{background:#e7f4fe;color:#222}.badge.success{background:#eaf5f1;color:#222}.badge.muted{background:#f0f3f5;color:#222}.order-main{padding:18px;display:flex;align-items:center;gap:16px}.order-product-thumb{height:70px;width:65px;display:grid;place-items:center;border-radius:6px;background:#f1f7fc;flex:none}.order-product-thumb>img{height:78px;width:auto;filter:hue-rotate(40deg) saturate(.5)}.order-product-info{min-width:130px}.order-product-info h3{font-size:14px;font-weight:500}.order-product-info p{font-size:11px;color:#222;margin:7px 0}.order-location{margin-left:auto;max-width:235px}.order-location p{font-size:11px;color:#222;display:flex;gap:6px;margin:7px 0;line-height:1.7}.order-location .icon{width:13px;height:13px;margin-top:2px}.order-price{margin-left:auto;white-space:nowrap;text-align:right}.order-price strong{font:500 20px Arial,sans-serif;color:#222;display:block}.order-price small{font-size:10px;display:block;color:#222;margin-top:8px}.order-bottom{padding:12px 18px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:10px}.order-bottom>span{font-size:11px;color:#222}.order-bottom>div{display:flex;gap:9px}
.support-layout{display:grid;grid-template-columns:1.5fr 1fr;gap:20px}.faq-panel{padding:22px}.faq-panel>h2{font-size:17px;margin-bottom:15px}.faq-panel details{border-top:1px solid var(--line)}.faq-panel summary{display:flex;align-items:center;justify-content:space-between;list-style:none;cursor:pointer;padding:17px 0;font-size:13px;color:#222;gap:10px}.faq-panel summary::-webkit-details-marker{display:none}.faq-panel summary .icon{width:15px;height:15px;color:#222}.faq-panel details[open] summary .icon{transform:rotate(45deg)}.faq-panel details p{font-size:12px;line-height:2;color:#222;padding-bottom:17px}.support-card{padding:24px;border:1px solid var(--line);border-radius:10px;background:white;align-self:start}.support-card .stat-icon{color:#222}.support-card h2{font-size:16px;font-weight:500;margin:15px 0}.support-card p{font-size:12px;line-height:2;color:#222;margin-bottom:20px}.support-card .btn{margin-bottom:10px}.support-card small{font-size:10px;color:#222;line-height:1.9}
.modal-open{overflow:hidden}.modal-overlay{position:fixed;inset:0;z-index:100;background:#29435755;display:flex;align-items:center;justify-content:center;padding:20px}.modal{background:white;border-radius:14px;width:460px;max-width:100%;max-height:90dvh;overflow:auto;padding:23px;box-shadow:0 12px 60px #18395320;scrollbar-width:thin;scrollbar-color:#c6dfef transparent}.modal-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:19px}.modal-heading h2{font-size:20px;font-weight:500}.modal-heading .icon-btn{background:#f0f7fc;width:29px;height:29px;flex:none}.modal-heading .icon-btn .icon{width:16px;height:16px}.modal .eyebrow{display:none}.field{display:flex;flex-direction:column;gap:8px;margin:14px 0;font-size:13px;color:#222}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin:14px 0}.field-row>label{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#222}.modal input,.modal select,.modal textarea{width:100%;min-width:0;border:1px solid #dce9f3;border-radius:6px;padding:10px 11px;background:white;color:#222;font-size:14px}.modal textarea{resize:vertical;line-height:1.8;min-height:80px}.modal input::placeholder,.modal textarea::placeholder{font-size:12px;color:#222}.form-note{font-size:11px;line-height:1.9;color:#222;background:#f1f8fd;padding:10px 12px;border-radius:6px;margin:14px 0}.form-error{font-size:12px;line-height:1.8;color:#222;margin:12px 0;outline:0}.form-error:empty{display:none}.busy:after{content:'';width:12px;height:12px;border:2px solid #fff5;border-top-color:white;border-radius:50%;animation:spin 1s linear infinite}
.checkout-product{display:flex;align-items:center;gap:15px;margin-bottom:13px}.checkout-product .product-art{height:78px;width:74px;flex:none}.checkout-product .product-art img{height:89px}.checkout-product h3{font-size:15px;font-weight:500}.checkout-product p{font-size:11px;color:#222;margin-top:6px}.checkout-product strong{font:400 19px Arial,sans-serif;color:#222;display:block;margin-top:9px}.checkout-product strong small{font-size:11px;color:#222}.checkout-address{border:1px solid #dfedf7;border-radius:7px;background:#f6fbff;padding:11px 12px}.checkout-address>div{display:flex;align-items:center;gap:6px;font-size:12px;color:#222}.checkout-address strong{font-weight:500}.checkout-address .icon{width:15px;height:15px}.checkout-address>div>span{margin-left:auto;font-size:11px}.checkout-address p{font-size:12px;line-height:1.8;color:#222;margin-top:7px}.checkout-address small{font-size:10px;display:block;color:#222;margin-top:4px}.stepper{display:flex;align-items:center;border:1px solid #dce9f3;border-radius:6px;overflow:hidden;height:40px}.stepper button{width:35px;height:39px;display:grid;place-items:center;flex:none;color:#222}.stepper .icon{width:14px;height:14px}.stepper input{border:0;text-align:center;box-shadow:none!important;padding:9px 0;appearance:textfield;-moz-appearance:textfield}.stepper input::-webkit-inner-spin-button{-webkit-appearance:none}.checkout-total{border-top:1px solid var(--line);padding-top:9px;margin-top:16px}.checkout-total>div{display:flex;justify-content:space-between;font-size:12px;line-height:2.2;color:#222;gap:10px}.checkout-total small{font-size:10px;color:#222}.checkout-total .total-final{margin-top:6px;color:#222;align-items:center}.total-final strong{font-weight:500}.total-final strong:last-child{font:500 24px Arial,sans-serif}.confirm-illustration{display:none}.confirm-description{font-size:14px;line-height:1.9;color:#222;margin:20px 0}.order-detail-status{display:flex;align-items:center;gap:12px;padding:13px;background:#f0f8fe;border-radius:7px}.order-detail-status strong{font-size:13px;font-weight:500;color:#222}.detail-list{margin:14px 0}.detail-list>div{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid var(--line);padding:12px 0;font-size:12px;line-height:1.7}.detail-list dt{color:#222;white-space:nowrap}.detail-list dd{text-align:right;margin:0;color:#222;overflow-wrap:anywhere}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:17px}.amount-summary{padding:21px;border-radius:8px;background:#eaf6ff;text-align:center}.amount-summary span{font-size:12px;display:block;color:#222}.amount-summary strong{font:500 31px Arial,sans-serif;display:block;margin-top:10px;color:#222}.amount-presets{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:16px}.amount-presets button{height:42px;border:1px solid #d7eaf8;border-radius:7px;background:#f3faff;color:#222;font-size:17px}.amount-presets button:hover{background:#e5f3fe}
.ledger-tabs{margin-bottom:12px;gap:2px}.ledger-tabs button{font-size:12px;padding:8px 10px}.ledger-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px 0;border-bottom:1px solid var(--line)}.ledger-row:last-child{border:0}.ledger-row strong{font-size:13px;color:#222;font-weight:400}.ledger-row small{display:block;font-size:11px;color:#222;margin-top:7px}.ledger-row b{font:400 17px Arial,sans-serif;color:#222}.ledger-row b.positive{color:#222}.record-list article{border:1px solid var(--line);border-radius:8px;padding:16px;margin-bottom:11px}.record-list h3{font-size:15px;font-weight:500;margin-top:9px;color:#222}.record-list p{font-size:12px;line-height:2;color:#222;margin-top:9px;overflow-wrap:anywhere}.record-list small{font-size:10px;color:#222;display:block;margin-top:9px}.about-logo{text-align:center}.about-logo img{width:48px;height:48px}.about-logo h2{font-size:22px;letter-spacing:3px;margin-top:10px}.about-logo>span{display:none}.product-detail-art .product-art{height:180px;margin-bottom:20px}.product-detail-art .product-art img{height:195px}.modal>h3{font-size:16px;color:#222;font-weight:500}.detail-description{font-size:12px;line-height:1.9;color:#222;margin-top:10px}.product-detail-facts{display:flex;justify-content:space-between;gap:8px;margin-top:14px;font-size:11px;color:#222}.product-detail-facts .icon{width:15px;height:15px;margin-right:4px}.empty{padding:35px 15px;text-align:center;grid-column:1/-1}.empty>.icon{width:37px;height:37px;color:#222;stroke-width:1}.empty h3{font-size:15px;color:#222;font-weight:400;margin-top:15px}.empty p{font-size:12px;color:#222;margin-top:9px;line-height:1.8}.boot{height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;color:#222}.boot>img{width:53px;height:53px}.boot p{font-size:14px}.loading-dot{width:7px;height:7px;border-radius:50%;background:#98caee;animation:pulse 1s infinite}#toast{position:fixed;bottom:30px;left:50%;transform:translate(-50%,10px);z-index:200;padding:13px 20px;border-radius:8px;background:#356d94ee;color:#222;font-size:13px;line-height:1.8;opacity:0;pointer-events:none;max-width:calc(100vw - 32px);width:max-content;transition:.2s}#toast.show{opacity:1;transform:translate(-50%,0)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse{50%{opacity:.3}}
@media(max-width:900px) and (min-width:701px){.header-inner{gap:15px;padding:0 20px}.desktop-nav{gap:2px;margin-left:auto}.desktop-nav button{padding:0 9px;font-size:13px}.brand strong{font-size:21px}.header-actions{gap:8px}.test-tag{display:none}.product-grid{gap:10px}.product-card{padding:9px 10px 12px}.product-card h3{font-size:14px}.product-spec{font-size:11px}.buy-btn{padding:0 10px;min-width:52px}.page{padding-left:20px;padding-right:20px}.order-location{display:none}.support-layout{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.app-header{height:52px}.header-inner{padding:0 15px;gap:10px}.brand{gap:6px}.brand img{width:26px;height:26px}.brand strong{font-size:19px;letter-spacing:1px}.desktop-nav{display:none}.mobile-title{display:block;font-size:15px;font-weight:500;color:#222;position:absolute;left:50%;transform:translateX(-50%)}.header-actions{gap:7px}.test-tag{font-size:10px;padding:2px 5px}.icon-btn{height:28px;width:28px}.header-actions .icon{width:18px;height:18px}.page{padding:12px 13px calc(75px + env(safe-area-inset-bottom));max-width:100%}.page-wallet,.page-profile{padding-top:14px}.mobile-bottom{display:flex;position:fixed;left:0;right:0;bottom:0;height:calc(59px + env(safe-area-inset-bottom));padding:5px 15px calc(5px + env(safe-area-inset-bottom));background:#fff;z-index:40;border-top:1px solid #e4eff7;justify-content:space-around}.mobile-bottom>button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:75px;color:#222;font-size:11px}.mobile-bottom>button .icon{height:22px;width:22px}.mobile-bottom>button.active{color:#222}.mobile-bottom>button.active .icon{stroke-width:2}.home-address{padding-bottom:10px;gap:6px;font-size:12px}.home-address .icon:first-child{height:15px;width:15px}.home-address small{font-size:11px;margin-right:3px}.carousel{border-radius:10px}.carousel-slide{height:155px;padding:17px 15px 33px 19px}.carousel-slide h2{font-size:23px;letter-spacing:0}.carousel-slide p{font-size:12px;margin-top:7px}.carousel-slide strong{font-size:15px;display:block;margin:10px 0 8px}.carousel-slide .btn{height:28px;font-size:11px;padding:0 11px;gap:5px}.carousel-slide .btn .icon{height:12px;width:12px}.carousel-slide>img{height:149px;right:11px;bottom:0}.slide-2>img{height:145px;right:6px;bottom:-4px}.carousel-slide>div{max-width:66%}.carousel-controls{bottom:6px;left:auto;right:10px;gap:5px}.carousel-arrow{width:20px;height:20px}.carousel-dots{gap:7px}.carousel-dots button{height:5px;width:5px}.carousel-dots button[aria-current=true]{width:14px}.carousel-pause{font-size:9px;padding:4px 5px}.home-shortcuts{margin-top:11px;padding:12px 0;border-radius:9px}.home-shortcuts>button{gap:6px;padding:0 5px}.home-shortcuts>button>.icon:first-child{width:19px;height:19px}.home-shortcuts>button>span{font-size:11px}.home-shortcuts strong{font-size:10px;margin-top:5px;white-space:nowrap}.home-shortcuts>button>.icon:last-child{display:none}.section-head{margin:16px 0 11px;gap:8px}.section-head h2{font-size:16px}.text-btn{font-size:12px;gap:3px}.text-btn .icon{height:12px;width:12px}.subtle{font-size:11px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.product-card{padding:8px 11px 11px;border-radius:9px}.product-art{height:90px;background:#f5faff}.product-art img{height:107px}.product-art.yellow img{height:100px}.product-card h3{font-size:14px;margin-top:8px}.product-spec{font-size:11px;margin-top:6px}.product-bottom{margin-top:9px;gap:6px}.price{font-size:21px}.price small{font-size:12px}.buy-btn{height:30px;min-width:56px;font-size:12px;padding:0 12px}.page-note{font-size:10px;line-height:1.8;margin-top:11px}.page-intro{margin-bottom:13px;gap:10px}.page-intro h2{display:none}.page-intro:has(>h2:only-child){display:none}.page-intro>.btn{height:31px;font-size:12px;padding:0 12px}.toolbar{flex-wrap:wrap;gap:11px;margin-bottom:13px}.tabs{gap:3px}.tabs button{font-size:12px;padding:8px 11px}.search-box{height:35px;width:100%}.search-box input{height:33px;font-size:12px}.balance-card{padding:16px 17px 0;border-radius:10px}.balance-main{min-height:69px;padding-bottom:14px}.balance-main>div:first-child>span{font-size:12px}.balance-main h2{font-size:31px;margin-top:8px}.balance-buttons{gap:8px}.balance-buttons .btn{height:32px;min-width:55px;font-size:13px;padding:0 12px}.balance-sub{min-height:38px;font-size:10px;gap:7px}.balance-sub strong{margin-left:4px;font-size:12px}.balance-sub button{font-size:10px}.balance-sub .icon{width:11px;height:11px;margin-left:2px}.income-panel{margin-top:12px;padding:0 14px;border-radius:10px}.income-panel>.section-head{height:41px}.income-panel h2{font-size:14px}.income-row{height:43px;gap:8px;font-size:13px}.income-label{gap:8px}.income-label .icon{width:17px;height:17px}.income-row>strong{font-size:16px;min-width:69px}.transfer-btn{font-size:11px;padding:4px 8px;margin-left:7px;min-width:66px;height:28px}.record-shortcuts{margin-top:12px;padding:11px 0;border-radius:10px}.record-shortcuts>button{font-size:12px;gap:7px;height:23px}.record-shortcuts .icon:first-child{height:16px;width:16px}.record-shortcuts .icon:last-child{height:11px;width:11px}.profile-card{padding:17px 16px 0;border-radius:10px}.profile-identity{gap:12px}.avatar{width:46px;height:46px;font-size:23px}.profile-identity h2{font-size:18px}.profile-identity p{font-size:10px;margin-top:7px}.profile-identity>.text-btn{font-size:11px;gap:5px}.profile-counts{margin-top:5px;padding:15px 0 13px}.profile-counts strong{font-size:19px}.profile-counts small{font-size:10px}.profile-counts span{font-size:11px;margin-top:6px}.profile-orders{margin-top:12px;padding:0 14px 13px;border-radius:10px}.profile-orders .section-head{height:39px}.profile-orders h2{font-size:14px}.order-status-links{padding-top:6px}.order-status-links>button{font-size:11px;gap:7px}.order-status-links .icon{height:22px;width:22px}.order-status-links>button>span{height:23px}.profile-tools{padding:19px 9px;margin-top:12px;border-radius:10px}.tool-grid{gap:23px 5px}.tool-grid>button{gap:9px;font-size:12px}.tool-grid .icon{height:23px;width:23px}.ticket-summary{padding:18px;border-radius:10px}.ticket-summary span{font-size:12px}.ticket-summary strong{font-size:30px;margin-top:8px}.ticket-summary .btn{height:35px;font-size:13px;padding:0 15px}.plans{gap:11px}.plan{padding:20px 17px;gap:13px;border-radius:9px}.plan h3{font-size:18px}.plan p{font-size:11px;margin-top:7px}.plan>strong{font-size:21px;margin-right:2px}.plan .btn{height:32px;min-width:53px;font-size:12px;padding:0 12px}.invite-card{padding:18px;border-radius:10px}.invite-card span{font-size:11px}.invite-card strong{font-size:21px}.invite-card .btn{height:33px;padding:0 13px;font-size:12px}.team-stats{margin:12px 0;padding:16px 0}.team-stats strong{font-size:23px}.team-stats span{font-size:11px;margin-top:7px}.team-panel{padding:14px}.team-row{grid-template-columns:1.5fr 1fr .8fr;gap:8px;padding:13px 3px;font-size:10px}.team-row>span:nth-child(3){display:none}.team-row.table-head{font-size:10px;padding:9px 3px}.team-row>div{gap:7px}.member-avatar{width:27px;height:27px;font-size:13px}.team-row strong{font-size:11px}.team-row small{font-size:8px;margin-top:4px}.team-row .small-tag{font-size:9px;padding:4px}.order-top{padding:11px 12px}.order-top>span:first-child{font-size:9px;gap:6px;max-width:77%;flex-wrap:wrap}.order-top small{font-size:8px;margin-left:0;flex-basis:100%;padding-left:19px}.order-top .icon{width:13px;height:13px}.badge{font-size:10px;padding:4px 6px}.order-main{padding:14px 12px;gap:10px}.order-product-thumb{width:51px;height:61px}.order-product-thumb img{height:69px}.order-product-info{min-width:0;flex:1}.order-product-info h3{font-size:12px}.order-product-info p{font-size:10px;margin:6px 0}.order-product-info .small-tag{font-size:9px;padding:3px 5px}.order-location{display:none}.order-price strong{font-size:17px}.order-price small{font-size:9px;max-width:88px;white-space:normal;line-height:1.6}.order-bottom{padding:10px 12px;flex-wrap:wrap;gap:9px}.order-bottom>span{font-size:10px}.order-bottom>div{margin-left:auto;gap:7px}.order-bottom .btn{height:29px;font-size:11px;padding:0 10px}.support-layout{grid-template-columns:1fr;gap:15px}.faq-panel{padding:19px}.faq-panel>h2{font-size:16px}.faq-panel summary{font-size:12px;padding:16px 0}.faq-panel details p{font-size:11px;line-height:2}.support-card{padding:20px}.support-card h2{font-size:15px}.modal-overlay{padding:13px}.modal{padding:20px 18px;border-radius:12px;max-height:92dvh}.modal-heading{margin-bottom:16px}.modal-heading h2{font-size:18px}.modal input,.modal select,.modal textarea{font-size:16px;padding:9px 10px}.modal textarea{font-size:14px}.modal .btn{font-size:14px;height:40px}.field,.field-row>label{font-size:12px;gap:7px}.field,.field-row{margin:12px 0}.field-row{gap:11px}.checkout-product h3{font-size:14px}.checkout-product .product-art{width:64px;height:65px}.checkout-product .product-art img{height:77px}.checkout-product p{font-size:10px}.checkout-product strong{font-size:18px;margin-top:8px}.checkout-address{padding:9px 10px}.checkout-address>div{font-size:11px}.checkout-address>div>span{font-size:10px}.checkout-address p{font-size:11px;line-height:1.7}.checkout-address small{font-size:9px}.stepper{height:39px}.stepper button{width:30px}.stepper input{font-size:15px}.checkout-total>div{font-size:11px}.checkout-total small{font-size:9px}.total-final strong:last-child{font-size:23px}.form-note{font-size:10px;line-height:1.8;padding:9px 10px;margin:12px 0}.confirm-description{font-size:13px}.detail-list>div{font-size:11px;padding:11px 0}.order-detail-status{padding:11px;gap:8px}.order-detail-status strong{font-size:12px}.ledger-tabs{gap:2px}.ledger-tabs button{font-size:11px;padding:7px 9px}.ledger-row{padding:13px 0;gap:10px}.ledger-row strong{font-size:12px}.ledger-row small{font-size:10px}.ledger-row b{font-size:16px}.product-detail-art .product-art{height:152px}.product-detail-art .product-art img{height:166px}.product-detail-facts{font-size:10px;gap:5px}.product-detail-facts .icon{height:13px;width:13px;margin-right:3px}.record-list article{padding:14px}.record-list h3{font-size:14px}.record-list p{font-size:11px}.empty{padding:28px 12px}.empty h3{font-size:14px}.empty p{font-size:11px}#toast{bottom:76px;font-size:12px;padding:12px 17px}}
@media(max-width:700px) and (max-height:740px){.page-wallet,.page-profile{padding-top:9px;padding-bottom:66px}.balance-card{padding:12px 15px 0}.balance-main{min-height:60px;padding-bottom:11px}.balance-main h2{font-size:29px;margin-top:7px}.balance-sub{min-height:33px}.income-panel{margin-top:9px}.income-panel>.section-head{height:35px}.income-row{height:38px}.record-shortcuts{margin-top:9px;padding:9px 0}.page-wallet .page-note,.page-profile .page-note{margin-top:8px;font-size:9px}.profile-card{padding:13px 15px 0}.profile-counts{padding:12px 0 11px;margin-top:3px}.profile-orders{margin-top:9px;padding-bottom:11px}.profile-orders .section-head{height:34px}.profile-tools{margin-top:9px;padding:15px 9px}.tool-grid{gap:19px 5px}}
@media(max-width:360px){.header-inner{padding:0 12px}.brand strong{font-size:18px}.mobile-title{font-size:14px}.test-tag{display:none}.page{padding-left:10px;padding-right:10px}.carousel-slide h2{font-size:21px}.carousel-slide p{font-size:11px}.carousel-slide>img{right:0;height:140px}.home-shortcuts>button{gap:5px}.home-shortcuts>button>span{font-size:10px}.home-shortcuts strong{font-size:9px}.home-shortcuts>button>.icon:first-child{height:17px;width:17px}.product-grid{gap:9px}.product-card{padding:7px 9px 10px}.product-card h3{font-size:13px}.product-spec{font-size:10px}.price{font-size:20px}.buy-btn{min-width:49px;padding:0 10px}.balance-buttons{gap:6px}.balance-buttons .btn{min-width:49px;padding:0 10px;font-size:12px}.balance-main h2{font-size:27px}.balance-sub{font-size:9px}.balance-sub strong{font-size:11px}.income-row{font-size:12px;gap:5px}.income-label{gap:6px}.income-row>strong{font-size:15px;min-width:60px}.transfer-btn{font-size:10px;margin-left:4px;min-width:60px;padding:4px 6px}.profile-identity p{font-size:9px}.profile-identity h2{font-size:17px}.tool-grid>button{font-size:11px}.plan{padding:17px 14px;gap:9px}.plan h3{font-size:17px}.plan>strong{font-size:19px}.plan p{font-size:10px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
/* Delivery-first layout. Blue is a surface colour; text and interface icons are black. */
.btn.primary,.btn.lime,.btn.outline,.btn.ghost{color:#161616}.icon{color:#222}.brand strong{color:#171717}.desktop-nav button.active:after{background:#bddff6}.mobile-bottom>button.active{background:#eff8fe;border-radius:8px;color:#111}.mobile-bottom>button{color:#333}.mobile-bottom>button.active .icon{color:#111}.carousel-dots button[aria-current=true]{background:#222}.carousel-dots button{background:#9eafbb}.carousel-slide{background:linear-gradient(100deg,#dbedfa,#f4faff)}.carousel-slide h2{color:#111}.carousel-slide p{color:#333}.carousel-slide strong{color:#111}.home-address,.product-spec,.page-note,.subtle{color:#454545}.test-tag{color:#444}.avatar .icon{width:32px;height:32px;stroke-width:1.25}.shop-shortcuts{grid-template-columns:repeat(4,1fr);padding:0;border:0;background:transparent;gap:12px}.shop-shortcuts>button{border:1px solid #e0edf6;border-radius:9px;background:#e9f5fe;flex-direction:column;gap:10px;padding:19px 8px;text-align:center}.shop-shortcuts>button:last-child{border:1px solid #e0edf6}.shop-shortcuts>button>.icon:first-child{width:29px;height:29px;color:#222;stroke-width:1.4}.shop-shortcuts>button>span{font-size:14px;color:#222}.shop-shortcuts small{display:block;font-size:12px;margin-top:7px;color:#444}
.page-profile{display:flex;flex-direction:column;gap:13px;padding-top:20px;max-width:820px}.page-profile>.profile-card,.page-profile>.profile-orders,.page-profile>.profile-tools{margin:0}.profile-card{background:#e6f2fc;padding:22px 24px 0;border:0}.profile-identity{min-height:64px}.profile-identity h2{font-size:22px;color:#111}.profile-identity p{font-size:12px;color:#444}.profile-identity .avatar{height:62px;width:62px;background:#f8fcff;border:0}.profile-counts{background:white;border-radius:10px;margin-top:20px;padding:17px 0;box-shadow:0 1px 4px #21374806;position:relative;top:1px}.profile-counts strong{color:#111;font-size:23px}.profile-counts span{font-size:13px;color:#333;margin-top:7px}.profile-counts>button{border-right:1px solid #eee}.profile-card{padding-bottom:14px}.member-shortcuts{display:grid;grid-template-columns:1fr 1fr;padding:14px 0;flex:none}.member-shortcuts>button{display:flex;align-items:center;justify-content:space-between;gap:15px;border-right:1px solid #eee;padding:0 22px;text-align:left}.member-shortcuts>button:last-child{border:0}.member-shortcuts strong{display:block;font-size:15px;font-weight:500}.member-shortcuts span{display:block;font-size:12px;color:#444;margin-top:6px}.member-shortcuts .icon{width:31px;height:31px;background:#edf7ff;box-sizing:content-box;padding:10px;border-radius:50%;stroke-width:1.4}.profile-orders .section-head{border-bottom:1px solid #eee;height:44px}.profile-orders{padding:0 20px 18px;flex:none}.order-status-links{padding-top:15px}.order-status-links>button{font-size:13px;color:#222;gap:9px}.order-status-links>button>span{width:43px;height:38px;display:grid;place-items:center;border-radius:10px;background:#f0f8fe}.order-status-links .icon{width:25px;height:25px;color:#222;stroke-width:1.4}.order-status-links b{background:#d8ecfb;right:-4px;top:-4px;color:#111}.profile-tools{display:flex;flex-direction:column;padding:0 20px 14px}.profile-tools>.section-head{margin:0;height:43px;flex:none;border-bottom:1px solid #eee}.profile-tools .tool-grid{padding:19px 0 17px;gap:22px 8px;flex:1;align-content:space-around}.tool-grid>button{font-size:13px;gap:10px;color:#222}.tool-grid .icon{width:27px;height:27px;stroke-width:1.25;color:#222}.profile-address{display:flex;align-items:center;gap:11px;border-top:1px solid #eee;padding:13px 0 0;text-align:left;flex:none}.profile-address>.icon{width:18px;height:18px}.profile-address>span{flex:1;min-width:0}.profile-address strong{font-size:12px;font-weight:400;display:block;color:#333}.profile-address small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11px;color:#444;margin-top:5px}.profile-address>.icon:last-child{width:12px;height:12px}.profile-caption{display:flex;justify-content:center;align-items:center;gap:12px;font-size:11px;color:#444;margin:0;padding:2px 0;flex:none}.profile-caption span{color:#555;font-size:10px}
.catalog-header{display:flex;align-items:center;gap:18px;margin-bottom:16px}.catalog-address{display:flex;align-items:center;gap:7px;font-size:13px;white-space:nowrap}.catalog-address>.icon:first-child{width:17px;height:17px}.catalog-address>.icon:last-child{width:12px;height:12px}.catalog-header .search-box{margin-left:auto;width:260px}.catalog-layout{display:grid;grid-template-columns:130px minmax(0,1fr);background:white;border:1px solid var(--line);border-radius:10px;overflow:hidden;min-height:450px}.catalog-nav{background:#f3f6f8;padding-top:10px;display:flex;flex-direction:column}.catalog-nav>button{font-size:14px;min-height:54px;padding:10px 12px;text-align:center;position:relative;color:#222}.catalog-nav>button.active{background:white;font-weight:600}.catalog-nav>button.active:before{content:'';position:absolute;left:0;top:15px;bottom:15px;width:3px;background:#b4d9f3;border-radius:2px}.catalog-content{padding:21px 24px}.catalog-title{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.catalog-title h2{font-size:16px;font-weight:500}.catalog-title>span{font-size:12px;color:#555}.catalog-product{display:flex;align-items:center;gap:20px;padding:20px 0;border-bottom:1px solid #eee}.catalog-product:last-child{border:0}.catalog-image{padding:0;width:100px;flex:none}.catalog-image .product-art{height:99px}.catalog-image .product-art img{height:110px}.catalog-product-copy{flex:1;min-width:0}.catalog-product-copy>button{padding:0;text-align:left}.catalog-product-copy h3{font-size:16px;font-weight:500;color:#111}.catalog-product-copy p{font-size:12px;color:#444;margin-top:9px}.catalog-product-copy>div{display:flex;justify-content:space-between;align-items:center;margin-top:14px;gap:10px}.catalog-product .price{font-size:23px}.catalog-product .buy-btn{min-width:74px}
@media(max-width:700px){.shop-shortcuts{gap:7px;margin-top:10px}.shop-shortcuts>button{padding:13px 3px 12px;gap:8px;border-radius:7px}.shop-shortcuts>button>.icon:first-child{width:25px;height:25px}.shop-shortcuts>button>span{font-size:12px}.shop-shortcuts small{font-size:10px;margin-top:5px}.page-profile{min-height:calc(100dvh - 53px);padding:12px 12px calc(70px + env(safe-area-inset-bottom));gap:11px}.profile-card{padding:16px 14px 11px;border-radius:10px}.profile-identity{min-height:53px;gap:12px}.profile-identity .avatar{height:52px;width:52px}.profile-identity .avatar .icon{width:30px;height:30px}.profile-identity h2{font-size:20px}.profile-identity p{font-size:10px;margin-top:7px}.profile-counts{margin-top:14px;padding:13px 0;top:0}.profile-counts strong{font-size:21px}.profile-counts span{font-size:12px;margin-top:7px}.member-shortcuts{padding:11px 0;border-radius:10px}.member-shortcuts>button{padding:0 13px;gap:7px}.member-shortcuts strong{font-size:14px}.member-shortcuts span{font-size:10px;margin-top:6px}.member-shortcuts .icon{width:25px;height:25px;padding:7px;stroke-width:1.35}.profile-orders{padding:0 13px 14px;border-radius:10px}.profile-orders .section-head{height:39px}.profile-orders .section-head h2,.profile-tools .section-head h2{font-size:14px}.order-status-links{padding-top:12px}.order-status-links>button{gap:7px;font-size:12px}.order-status-links>button>span{width:39px;height:34px}.order-status-links .icon{width:24px;height:24px}.profile-tools{padding:0 13px 11px;border-radius:10px;flex:1}.profile-tools>.section-head{height:38px}.profile-tools .tool-grid{padding:17px 0 15px;gap:23px 7px;min-height:140px}.tool-grid>button{font-size:12px;gap:9px}.tool-grid .icon{width:25px;height:25px;stroke-width:1.25}.profile-address{gap:8px;padding-top:10px}.profile-address strong{font-size:11px}.profile-address small{font-size:10px;margin-top:5px}.profile-address>.icon:first-child{width:17px;height:17px}.profile-caption{font-size:10px;padding:0;gap:8px}.profile-caption span{font-size:9px}.catalog-header{gap:10px;margin-bottom:12px}.catalog-address{font-size:12px;gap:5px}.catalog-address>.icon:first-child{width:15px;height:15px}.catalog-header .search-box{width:100%;flex:1;min-width:0}.catalog-layout{grid-template-columns:83px minmax(0,1fr);min-height:calc(100dvh - 196px);border-radius:8px}.catalog-nav{padding-top:5px}.catalog-nav>button{font-size:12px;min-height:49px;padding:9px 5px}.catalog-content{padding:13px 11px}.catalog-title{margin-bottom:3px}.catalog-title h2{font-size:13px}.catalog-title>span{font-size:10px}.catalog-product{gap:9px;padding:16px 0}.catalog-image{width:70px}.catalog-image .product-art{height:75px}.catalog-image .product-art img{height:86px}.catalog-product-copy h3{font-size:12px;line-height:1.7}.catalog-product-copy p{font-size:10px;line-height:1.6;margin-top:6px}.catalog-product-copy>div{margin-top:8px;gap:4px}.catalog-product .price{font-size:18px}.catalog-product .price small{font-size:10px}.catalog-product .buy-btn{height:27px;min-width:45px;padding:0 8px;font-size:11px}}
@media(max-width:700px) and (max-height:740px){.page-profile{gap:8px;padding:8px 11px calc(62px + env(safe-area-inset-bottom))}.profile-card{padding:11px 12px 8px}.profile-identity{min-height:43px}.profile-identity .avatar{height:43px;width:43px}.profile-identity .avatar .icon{width:26px;height:26px}.profile-identity h2{font-size:18px}.profile-identity p{font-size:10px;margin-top:5px}.profile-counts{margin-top:10px;padding:10px 0}.profile-counts strong{font-size:19px}.profile-counts span{font-size:11px;margin-top:5px}.member-shortcuts{padding:8px 0}.member-shortcuts strong{font-size:13px}.member-shortcuts span{font-size:10px;margin-top:4px}.member-shortcuts .icon{width:22px;height:22px;padding:6px}.profile-orders{padding-bottom:10px}.profile-orders .section-head{height:33px}.order-status-links{padding-top:8px}.order-status-links>button>span{height:29px;width:35px}.order-status-links>button{font-size:11px;gap:5px}.order-status-links .icon{height:22px;width:22px}.profile-tools{padding-bottom:8px}.profile-tools>.section-head{height:32px}.profile-tools .tool-grid{min-height:119px;padding:11px 0;gap:14px 7px}.tool-grid>button{font-size:11px;gap:7px}.tool-grid .icon{width:23px;height:23px}.profile-address{padding-top:8px}.profile-address small{font-size:9px;margin-top:3px}.profile-address strong{font-size:10px}.profile-caption{font-size:9px}.profile-caption span{font-size:9px}}
@media(max-width:360px){.catalog-layout{grid-template-columns:74px minmax(0,1fr)}.catalog-content{padding:12px 8px}.catalog-image{width:61px}.catalog-product{gap:7px}.catalog-product-copy h3{font-size:11px}.catalog-product-copy p{font-size:9px}.catalog-product .buy-btn{min-width:39px;padding:0 6px;font-size:10px}.member-shortcuts>button{padding:0 10px}.member-shortcuts strong{font-size:12px}.member-shortcuts span{font-size:9px}.member-shortcuts .icon{width:20px;height:20px}.shop-shortcuts small{font-size:9px}}

