@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation}[contenteditable],input,textarea{-webkit-user-select:text;-moz-user-select:text;user-select:text;touch-action:manipulation;-ms-touch-action:manipulation;font-size:16px!important;transform:scale(1)!important;transform-origin:left center}[contenteditable]:focus,input:focus,textarea:focus{transform:scale(1)!important;zoom:1!important;-webkit-text-size-adjust:100%!important}:root{--bg-primary:#1c1c1e;--bg-secondary:#2c2c2e;--bg-tertiary:#3a3a3c;--text-primary:#fff;--text-secondary:#ebebf5;--text-muted:#8e8e93;--border-color:#38383a;--accent-blue:#007aff;--tabbar-height:68px;--safe-area-top:var(--tg-content-safe-area-inset-top,var(--tg-safe-area-inset-top,44px));--safe-area-bottom:var(--tg-content-safe-area-inset-bottom,var(--tg-safe-area-inset-bottom,34px));--tabbar-safe-area-bottom:max(var(--safe-area-bottom),24px)}html{font-size:12px;overflow:hidden;text-size-adjust:100%!important;position:fixed;width:100%;height:100%;touch-action:pan-y;-ms-touch-action:pan-y}html:has(input:focus),html:has(textarea:focus){zoom:1!important;-webkit-text-size-adjust:100%!important}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;color:var(--text-primary);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:400;letter-spacing:-.01em;overflow:hidden;height:100%;margin:0;padding:0;position:fixed;overscroll-behavior:none;overscroll-behavior-y:none;-webkit-overflow-scrolling:touch;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}.miniapp-layout,body{background-color:var(--bg-primary);width:100%;touch-action:pan-y;-ms-touch-action:pan-y}.miniapp-layout{height:100vh;height:100dvh;height:var(--tg-viewport-stable-height,100dvh);display:flex;flex-direction:column;overflow:hidden;position:relative;will-change:scroll-position}.miniapp-main{flex:1 1;width:100%;height:0;min-height:0;padding:1.5rem 1rem;padding-top:max(1.5rem,calc(var(--safe-area-top) + 1rem));padding-bottom:calc(var(--tabbar-height) + var(--tabbar-safe-area-bottom) + 2rem);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;overscroll-behavior-y:contain;scroll-behavior:smooth;will-change:scroll-position;touch-action:pan-y;-ms-touch-action:pan-y;transition:padding-bottom .3s cubic-bezier(.4,0,.2,1);scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.2) transparent}.miniapp-main::-webkit-scrollbar{width:6px}.miniapp-main::-webkit-scrollbar-track{background:transparent}.miniapp-main::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.2);border-radius:3px}.miniapp-main::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.3)}.tabbar{position:fixed;bottom:0;left:0;right:0;background:var(--bg-primary);z-index:1000;padding:.75rem .75rem env(safe-area-inset-bottom,0);padding-bottom:calc(var(--tabbar-safe-area-bottom) + .75rem);display:flex;align-items:flex-end;justify-content:center;pointer-events:none;contain:layout style paint;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s ease}@media (hover:none) and (pointer:coarse){body:has(input:focus) .tabbar,body:has(textarea:focus) .tabbar{transform:translateY(100%);opacity:0;pointer-events:none}body:has(input:focus) .miniapp-main,body:has(textarea:focus) .miniapp-main{padding-bottom:1rem}}.tabbar-container{width:100%;max-width:100%;min-height:var(--tabbar-height);justify-content:space-around;padding:.75rem 1rem;gap:.5rem;background:rgba(28,28,30,.7);backdrop-filter:blur(40px) saturate(200%);-webkit-backdrop-filter:blur(40px) saturate(200%);border-radius:24px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 -2px 20px rgba(0,0,0,.3),inset 0 0 0 .5px hsla(0,0%,100%,.08),inset 0 1px 0 hsla(0,0%,100%,.1);pointer-events:auto}.tabbar-container,.tabbar-item{display:flex;align-items:center;box-sizing:border-box}.tabbar-item{flex-direction:column;justify-content:center;flex:1 1;min-height:60px;text-decoration:none;color:var(--text-muted);transition:all .2s cubic-bezier(.4,0,.2,1);padding:.5rem .25rem;gap:.25rem;border-radius:12px;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-touch-callout:none}.tabbar-item:before{display:none}.tabbar-item:hover:not(.tabbar-item-active){color:var(--text-secondary);background-color:hsla(0,0%,100%,.05)}.tabbar-item-active{color:var(--accent-blue)}.tabbar-item-active .tabbar-icon{position:relative;z-index:1}.tabbar-item-active .tabbar-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background-color:rgba(0,122,255,.15);border-radius:50%;z-index:-1;transition:all .2s ease}.tabbar-icon{width:28px;height:28px;transition:all .2s ease;flex-shrink:0;position:relative}.tabbar-badge,.tabbar-icon{display:flex;align-items:center;justify-content:center}.tabbar-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;padding:0 .3125rem;background:#ff3b30;color:#fff;border-radius:8px;font-size:.5625rem;font-weight:600;line-height:1;box-shadow:0 2px 4px rgba(0,0,0,.3)}.tabbar-icon svg{width:100%;height:100%}.tabbar-label{font-size:.625rem;font-weight:500;line-height:1.2;white-space:nowrap;overflow:visible;text-overflow:clip;transition:all .2s ease;margin-top:2px}.tabbar-item-active .tabbar-label{font-weight:600;color:var(--accent-blue)}.container{width:100%;max-width:100%;padding:0}h1{font-size:1.25rem;letter-spacing:-.02em}h1,h2{font-weight:600;color:var(--text-primary);margin-bottom:.75rem;line-height:1.3}h2{font-size:1.125rem;letter-spacing:-.01em}p{color:var(--text-secondary);margin-bottom:.75rem;line-height:1.5}.btn,p{font-size:.8125rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;background:var(--accent-blue);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);text-decoration:none;box-shadow:0 2px 8px rgba(0,122,255,.25);touch-action:manipulation;-webkit-touch-callout:none;will-change:transform,box-shadow}.btn:hover{background:#0051d5;box-shadow:0 4px 12px rgba(0,122,255,.35);transform:translateY(-1px)}.btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(0,122,255,.3)}.card{background:var(--bg-secondary);border:none;border-radius:16px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:all .2s cubic-bezier(.4,0,.2,1);will-change:transform,box-shadow}.card:hover{background:var(--bg-tertiary);box-shadow:0 2px 8px rgba(0,0,0,.25)}.loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:var(--text-muted)}.error{background-color:rgba(255,59,48,.15);border:1px solid rgba(255,59,48,.3);border-radius:12px;padding:1rem;color:#ff3b30;margin-bottom:1rem}.profile-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:1rem;background-color:var(--bg-secondary);border-radius:16px}.profile-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;flex-shrink:0;background-color:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;border:2px solid hsla(0,0%,100%,.1)}.avatar-image{width:100%;height:100%;object-fit:cover}.avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;color:var(--text-primary);background:linear-gradient(135deg,#667eea,#764ba2)}.profile-info{flex:1 1;min-width:0}.profile-name{font-size:.9375rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;line-height:1.3}.profile-name,.profile-username{margin-bottom:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-username{color:var(--text-muted);font-size:.75rem}.profile-email{color:var(--text-secondary);font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-section{margin-bottom:2rem}.profile-section h2{font-size:1rem;margin-bottom:.75rem;color:var(--text-primary);letter-spacing:-.01em}.orders-list{gap:1rem}.order-card,.orders-list{display:flex;flex-direction:column}.order-card{gap:.75rem;background:var(--bg-secondary);border-radius:16px;padding:1.25rem}.order-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:.75rem;border-bottom:1px solid var(--border-color)}.order-id{color:var(--text-primary);font-weight:600}.order-status{padding:.375rem .875rem;border-radius:12px;font-size:.8125rem;font-weight:600}.order-status-pending{background-color:rgba(255,193,7,.2);color:#ffc107}.order-status-completed{background-color:rgba(52,199,89,.2);color:#34c759}.order-status-cancelled{background-color:rgba(255,59,48,.2);color:#ff3b30}.order-items{display:flex;flex-direction:column;gap:.5rem}.order-item{display:flex;justify-content:space-between;align-items:center;color:var(--text-secondary);font-size:.9375rem}.order-item-name{flex:1 1}.order-item-quantity{color:var(--text-muted);font-weight:500}.order-footer{display:flex;justify-content:space-between;align-items:center;padding-top:.75rem;border-top:1px solid var(--border-color)}.order-date{color:var(--text-muted);font-size:.875rem}.order-price{font-size:1.125rem;font-weight:600;color:var(--text-primary)}.favorites-page{padding:0 1.5rem}.favorites-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.favorites-tabs::-webkit-scrollbar{display:none}.favorites-tab{padding:.5rem 1rem;background:var(--bg-secondary);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;color:var(--text-secondary);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation;white-space:nowrap;flex-shrink:0}.favorites-tab:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.15)}.favorites-tab-active{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue);box-shadow:0 2px 8px rgba(0,122,255,.3)}.favorites-tab-active:hover{background:#0051d5}.stars-page{width:100%}.stars-header{margin-bottom:1.25rem}.stars-header h1{margin-bottom:.375rem;font-size:1.125rem;font-weight:600;letter-spacing:-.02em;line-height:1.3}.stars-subtitle{color:var(--text-secondary);font-size:.75rem;line-height:1.4;margin-bottom:0}.stars-section{margin-bottom:1.5rem}.stars-section-title{font-size:.8125rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.01em}.stars-input-wrapper{display:flex;flex-direction:column;gap:.75rem;width:100%}.stars-input-container{width:100%;position:relative;display:flex;align-items:center;background:var(--bg-secondary);border-radius:12px;padding:.75rem .875rem;border:1px solid hsla(0,0%,100%,.1);transition:all .2s ease}.stars-input-container:focus-within{border-color:var(--accent-blue);box-shadow:0 0 0 3px rgba(0,122,255,.1)}.stars-input-icon{font-size:1rem;margin-right:.625rem;flex-shrink:0}.stars-input{flex:1 1;background:transparent;border:none;color:var(--text-primary);font-size:16px;outline:none;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transform:scale(1);transform-origin:left center}.stars-input::placeholder{color:var(--text-muted)}.stars-input:disabled{opacity:.5;cursor:not-allowed}.stars-link-btn{width:100%;background:var(--bg-secondary);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;padding:.75rem 1rem;white-space:nowrap;text-align:center;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.stars-link-btn:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.15)}.stars-link-btn:active{opacity:.8}.stars-packages{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.stars-package{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;background:var(--bg-secondary);border-radius:16px;border:1px solid hsla(0,0%,100%,.1);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-touch-callout:none;will-change:transform,background-color,border-color;min-height:44px}.stars-package:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.15)}.stars-package-selected{border-color:var(--accent-blue);border-width:1.5px;background:rgba(0,122,255,.08);box-shadow:0 0 0 .5px var(--accent-blue)}.stars-package-radio{flex-shrink:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.stars-radio-selected{width:16px;height:16px;border-radius:50%;background:var(--accent-blue);border:2.5px solid var(--accent-blue);box-shadow:0 0 0 1px rgba(0,122,255,.2)}.stars-radio-unselected{width:16px;height:16px;border-radius:50%;border:1.5px solid var(--text-muted);background:transparent}.stars-package-content{flex:1 1;justify-content:space-between;gap:.625rem}.stars-package-content,.stars-package-main{display:flex;align-items:center;min-width:0}.stars-package-main{gap:.5rem}.stars-package-emoji{font-size:.9375rem;gap:.125rem}.star-icon,.stars-package-emoji{flex-shrink:0;display:inline-flex;align-items:center}.stars-input-icon{display:inline-flex;align-items:center;justify-content:center}.stars-package-stars{font-size:.8125rem;font-weight:600;color:var(--text-primary);white-space:nowrap}.stars-package-price{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.stars-price-icon{color:var(--text-muted);font-size:.75rem;font-weight:600;transition:color .2s ease}.stars-package-selected .stars-price-icon{color:var(--accent-blue)}.stars-price-amount{font-size:.8125rem;font-weight:600;color:var(--text-muted);white-space:nowrap;transition:color .2s ease}.stars-package-selected .stars-price-amount{color:var(--accent-blue)}.stars-price-usd{font-size:.6875rem;color:var(--text-muted);white-space:nowrap}.stars-show-more{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem .875rem;background:var(--bg-secondary);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;color:var(--text-primary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.stars-show-more:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.15)}.stars-show-more:active{transform:scale(.98)}.stars-chevron{font-size:1rem;color:var(--text-muted)}.stars-buy-btn{width:100%;padding:.875rem 1.25rem;background:var(--accent-blue);color:#fff;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(0,122,255,.3);margin-bottom:1.25rem;-webkit-tap-highlight-color:transparent;touch-action:manipulation;-webkit-touch-callout:none;will-change:transform,box-shadow}.stars-buy-btn:hover{background:#0051d5;box-shadow:0 6px 16px rgba(0,122,255,.4);transform:translateY(-1px)}.stars-buy-btn:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,122,255,.3)}.stars-history-link{text-align:center;margin-bottom:.75rem}.stars-link{color:var(--accent-blue);font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s ease}.stars-link:hover{opacity:.8}.categories-header{margin-bottom:1.5rem}.categories-header h1{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.categories-content{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.categories-empty,.categories-error,.categories-loading{text-align:center;padding:2rem 1rem;color:var(--text-muted);font-size:.875rem}.categories-error{color:#ff3b30}.categories-list{display:flex;flex-direction:column;gap:.625rem}.category-card{background:var(--bg-secondary);border-radius:14px;border:1px solid hsla(0,0%,100%,.1);display:flex;gap:.75rem;padding:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;align-items:center;contain:layout style paint;will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.category-card:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.15)}.category-card:active{transform:scale(.98)}.category-image{width:56px;height:56px;flex-shrink:0;border-radius:10px;overflow:hidden;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center}.category-image img{width:100%;height:100%;object-fit:cover}.category-content{flex:1 1;min-width:0}.category-info{display:flex;flex-direction:column;gap:.375rem;min-width:0}.category-name{font-size:.8125rem;font-weight:600;color:var(--text-primary);line-height:1.3;margin:0}.category-description,.category-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.category-description{font-size:.75rem;color:var(--text-muted);line-height:1.4;margin-bottom:.5rem}.category-badge{display:inline-block;padding:.1875rem .4375rem;background:rgba(0,122,255,.15);color:var(--accent-blue);border-radius:6px;font-size:.625rem;font-weight:500;white-space:nowrap;align-self:flex-start}.category-detail-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.back-button{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--bg-secondary);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;color:var(--text-primary);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex-shrink:0}.back-button:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.15)}.back-button:active{transform:scale(.95)}.category-detail-header h1{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;margin:0;flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subcategories-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.5rem}.subcategories-tabs::-webkit-scrollbar{display:none}.subcategory-tab{padding:.625rem 1rem;background:var(--bg-secondary);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation;white-space:nowrap;flex-shrink:0}.subcategory-tab:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.15)}.subcategory-tab-active{background:var(--accent-blue);color:#fff;border-color:var(--accent-blue);box-shadow:0 2px 8px rgba(0,122,255,.3)}.subcategory-tab-active:hover{background:#0051d5}.category-detail-content{min-height:200px}.products-list{display:flex;flex-direction:column;gap:.625rem}.product-item{background:var(--bg-secondary);border-radius:14px;border:1px solid hsla(0,0%,100%,.1);display:flex;gap:.75rem;padding:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation;align-items:center;contain:layout style paint;will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.product-item:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.15)}.product-item-image{width:64px;height:64px;flex-shrink:0;border-radius:10px;overflow:hidden;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center}.product-item-image img{width:100%;height:100%;object-fit:cover}.product-item-content{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;min-width:0}.product-item-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.375rem}.product-item-name{font-size:.8125rem;font-weight:600;color:var(--text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.product-item-bottom{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-item-price{display:inline-flex;align-items:baseline;white-space:nowrap}.product-price-amount{font-size:.9375rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;line-height:1.2}.product-price-amount:after{content:" ₽";font-weight:500;font-size:.875rem;color:var(--text-secondary);margin-left:.125rem}.product-item-badge{display:inline-block;padding:.1875rem .4375rem;background:rgba(0,122,255,.15);color:var(--accent-blue);border-radius:6px;font-size:.6875rem;font-weight:500;white-space:nowrap}.product-item-actions{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.product-item-add-btn{padding:.5rem 1rem;background:var(--accent-blue);color:#fff;border:none;border-radius:10px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation;white-space:nowrap}.product-item-add-btn:hover{background:#0051d5;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,122,255,.3)}.product-item-add-btn:active{transform:translateY(0)}.product-item-add-btn:disabled{background:var(--bg-tertiary);color:var(--text-muted);cursor:not-allowed;transform:none;box-shadow:none}.product-item-quantity-controls{display:flex;align-items:center;gap:.625rem;background:var(--bg-tertiary);border-radius:10px;padding:.25rem}.quantity-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:var(--bg-secondary);border:none;border-radius:7px;color:var(--text-primary);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.quantity-btn:hover{background:var(--bg-primary)}.quantity-btn:active{transform:scale(.95)}.quantity-btn:disabled{opacity:.5;cursor:not-allowed}.quantity-value{min-width:1.75rem;text-align:center;font-size:.875rem;font-weight:600;color:var(--text-primary)}@media (max-width:480px){.categories-header h1,.category-detail-header h1{font-size:1.375rem}.subcategories-tabs{gap:.4375rem;margin-bottom:1.25rem}.subcategory-tab{padding:.5rem .875rem;font-size:.8125rem;border-radius:10px}.products-list{gap:.5rem}.product-item{padding:.625rem;gap:.625rem}.product-item-image{width:56px;height:56px;border-radius:8px}.product-item-content{gap:.5rem}.product-item-info{gap:.25rem}.product-item-name{font-size:.875rem;-webkit-line-clamp:2}.product-price-amount{font-size:.875rem}.product-price-amount:after{font-size:.8125rem}.product-item-badge{font-size:.625rem;padding:.125rem .375rem}.product-item-add-btn{padding:.4375rem .875rem;font-size:.75rem;border-radius:8px}.product-item-quantity-controls{gap:.5rem;padding:.1875rem}.quantity-btn{width:26px;height:26px;font-size:.9375rem;border-radius:6px}.quantity-value{min-width:1.5rem;font-size:.8125rem}.categories-list{gap:.5rem}.category-card{padding:.625rem;gap:.625rem}.category-image{width:50px;height:50px;border-radius:8px}.category-name{font-size:.75rem}.category-badge{font-size:.5625rem;padding:.125rem .375rem}.miniapp-main{padding:1rem .75rem;padding-top:max(1rem,calc(var(--safe-area-top) + .75rem));padding-bottom:calc(var(--tabbar-height) + var(--tabbar-safe-area-bottom) + 2rem);height:0;min-height:0}.tabbar-label{font-size:.625rem}.tabbar-item-active .tabbar-label{font-size:.6875rem}.tabbar-icon{width:26px;height:26px}.tabbar-item-active .tabbar-icon:before{width:36px;height:36px}.tabbar-item{min-height:56px;padding:.5rem .25rem;gap:.25rem}.tabbar-container{padding:.625rem .75rem;border-radius:20px}.profile-header{gap:.625rem;padding:.875rem}.profile-avatar{width:48px;height:48px}.avatar-placeholder{font-size:1.25rem}.profile-name{font-size:1rem}.profile-email,.profile-username{font-size:.75rem}.stars-header{margin-bottom:1.25rem}.stars-header h1{font-size:1.375rem;margin-bottom:.25rem}.stars-subtitle{font-size:.8125rem}.stars-section{margin-bottom:1.25rem}.stars-section-title{font-size:.875rem;margin-bottom:.5rem}.favorites-page{padding:0 1.25rem}.favorites-tabs{gap:.4375rem;margin-bottom:1.25rem}.favorites-tab{padding:.5rem 1rem;font-size:.875rem;border-radius:10px}.stars-page{width:100%}.stars-input-wrapper{flex-direction:column;gap:.75rem}.stars-input-container{padding:.625rem .75rem}.stars-input{font-size:16px!important}.stars-input-icon{font-size:.9375rem;margin-right:.5rem}.stars-link-btn{width:100%;text-align:center;padding:.625rem;font-size:.8125rem}.stars-packages{gap:.4375rem;margin-bottom:.625rem}.stars-package{padding:.4375rem .625rem;gap:.5rem;min-height:40px;border-radius:14px}.stars-package-radio,.stars-radio-selected{width:14px;height:14px}.stars-radio-selected{border-width:2px}.stars-radio-unselected{width:14px;height:14px;border-width:1.5px}.stars-package-content{gap:.5rem}.stars-package-main{gap:.4375rem}.stars-package-emoji{font-size:.875rem}.stars-package-stars{font-size:.75rem}.stars-package-price{gap:.3125rem}.stars-price-icon{font-size:.6875rem}.stars-price-amount{font-size:.75rem}.stars-price-usd{font-size:.625rem}.stars-price-amount,.stars-price-icon{font-size:.8125rem}.stars-price-usd{font-size:.6875rem}.stars-show-more{padding:.625rem .75rem;font-size:.8125rem}.stars-buy-btn{padding:.75rem 1rem;font-size:.875rem;margin-bottom:1rem}.stars-link{font-size:.8125rem}}.premium-page{width:100%}.premium-header{margin-bottom:1.5rem}.premium-header h1{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.5rem}.premium-subtitle{font-size:.875rem;color:var(--text-secondary);line-height:1.5;margin:0}.premium-content{min-height:200px}.premium-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.875rem}@media (max-width:480px){.premium-header h1{font-size:1.375rem}.premium-subtitle{font-size:.8125rem}}@keyframes skeleton-loading{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{background:linear-gradient(90deg,var(--bg-secondary) 0,var(--bg-tertiary) 50%,var(--bg-secondary) 100%);background-size:200px 100%;animation:skeleton-loading 1.5s ease-in-out infinite;display:inline-block;vertical-align:middle}.skeleton-item{opacity:.7}.skeleton-margin-top{margin-top:.5rem}.skeleton-margin-bottom{margin-bottom:.75rem}.skeleton-margin-bottom-small{margin-bottom:.5rem}.stars-skeleton{width:100%}.product-item.skeleton-item{display:flex;gap:.75rem;padding:.75rem;align-items:center}.product-item.skeleton-item .product-item-content{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}.product-item.skeleton-item .product-item-info{flex:1 1;display:flex;flex-direction:column;gap:.25rem}.category-card.skeleton-item{display:flex;gap:.75rem;padding:.75rem;align-items:center}.category-card.skeleton-item .category-content{flex:1 1;display:flex;flex-direction:column;gap:.375rem}.cart-item.skeleton-item{display:flex;gap:.75rem;padding:.75rem;align-items:center}.cart-item.skeleton-item .cart-item-content{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem}.cart-item.skeleton-item .cart-item-info{flex:1 1;display:flex;flex-direction:column;gap:.25rem}@media (max-width:480px){.cart-item.skeleton-item,.product-item.skeleton-item{padding:.625rem;gap:.625rem}}.cart-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.cart-header h1{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em;margin:0}.cart-clear-btn{padding:.4375rem .75rem;background:transparent;border:1px solid hsla(0,0%,100%,.15);border-radius:8px;color:var(--text-secondary);font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.cart-clear-btn:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.25);color:var(--text-primary)}.cart-empty{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.875rem}.cart-items{display:flex;flex-direction:column;gap:.625rem;margin-bottom:1.25rem}.cart-item{background:var(--bg-secondary);border-radius:14px;border:1px solid hsla(0,0%,100%,.1);display:flex;gap:.75rem;padding:.75rem;transition:all .2s cubic-bezier(.4,0,.2,1);align-items:center;contain:layout style paint;will-change:transform;transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.cart-item:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.15)}.cart-item-image{width:56px;height:56px;flex-shrink:0;border-radius:10px;overflow:hidden;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-content{flex:1 1;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:.75rem;min-width:0}.cart-item-info{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.cart-item-name{font-size:.75rem;font-weight:600;color:var(--text-primary);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.cart-item-price{display:inline-flex;align-items:baseline;white-space:nowrap}.cart-price-amount{font-size:.875rem;font-weight:600;color:var(--text-primary);letter-spacing:-.01em;line-height:1.2}.cart-price-amount:after{content:" ₽";font-weight:500;font-size:.8125rem;color:var(--text-secondary);margin-left:.125rem}.cart-item-actions{gap:.5rem}.cart-item-actions,.cart-item-remove-btn{display:flex;align-items:center;flex-shrink:0}.cart-item-remove-btn{width:32px;height:32px;justify-content:center;background:transparent;border:1px solid hsla(0,0%,100%,.15);border-radius:8px;color:var(--text-muted);cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.cart-item-remove-btn:hover{background:rgba(255,59,48,.1);border-color:rgba(255,59,48,.3);color:#ff3b30}.cart-item-remove-btn:active{transform:scale(.95)}.cart-summary{background:var(--bg-secondary);border-radius:16px;border:1px solid hsla(0,0%,100%,.1);padding:1rem;margin-top:1.25rem;position:-webkit-sticky;position:sticky;bottom:0}.cart-summary-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.875rem;border-bottom:1px solid hsla(0,0%,100%,.1)}.cart-summary-label{font-size:.9375rem}.cart-summary-label,.cart-summary-value{font-weight:600;color:var(--text-primary)}.cart-summary-value{font-size:1.25rem;letter-spacing:-.02em;display:flex;align-items:baseline}.cart-summary-value:after{content:" ₽";font-weight:500;font-size:1.125rem;color:var(--text-secondary);margin-left:.1875rem}.cart-checkout-btn{width:100%;padding:.875rem 1.25rem;background:var(--accent-blue);color:#fff;border:none;border-radius:12px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px rgba(0,122,255,.3);-webkit-tap-highlight-color:transparent;touch-action:manipulation;will-change:transform,box-shadow}.cart-checkout-btn:hover{background:#0051d5;box-shadow:0 6px 16px rgba(0,122,255,.4);transform:translateY(-1px)}.cart-checkout-btn:active{transform:translateY(0);box-shadow:0 2px 8px rgba(0,122,255,.3)}.cart-payment-methods{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid hsla(0,0%,100%,.1)}.cart-payment-title{font-size:.75rem;color:var(--text-muted);margin-bottom:.75rem;text-align:center;margin-top:0}.cart-payment-icons{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.625rem}.payment-icon{height:24px;width:auto;object-fit:contain;opacity:.8;transition:opacity .2s ease;filter:brightness(.95)}.payment-icon:hover{opacity:1;filter:brightness(1)}@media (max-width:480px){.cart-header{margin-bottom:1rem}.cart-header h1{font-size:1.375rem}.cart-clear-btn{padding:.375rem .625rem;font-size:.75rem}.cart-items{gap:.5rem;margin-bottom:1rem}.cart-item{padding:.625rem;gap:.625rem}.cart-item-image{width:50px;height:50px;border-radius:8px}.cart-item-name,.cart-price-amount{font-size:.8125rem}.cart-price-amount:after{font-size:.75rem}.cart-item-actions{gap:.4375rem}.cart-item-remove-btn{width:28px;height:28px}.cart-item-remove-btn svg{width:14px;height:14px}.cart-summary{padding:.875rem;margin-top:1rem}.cart-summary-total{margin-bottom:.875rem;padding-bottom:.75rem}.cart-summary-label{font-size:.875rem}.cart-summary-value{font-size:1.125rem}.cart-summary-value:after{font-size:1rem}.cart-checkout-btn{padding:.75rem 1rem;font-size:.875rem}.cart-payment-methods{margin-top:1rem;padding-top:1rem}.cart-payment-title{font-size:.6875rem;margin-bottom:.625rem}.cart-payment-icons{gap:.5rem}.payment-icon{height:20px}.cart-item-quantity-controls{gap:.5rem;padding:.1875rem}.quantity-btn{width:26px;height:26px;font-size:.9375rem;border-radius:6px}.quantity-value{min-width:1.5rem;font-size:.8125rem}}.document-page{padding-bottom:1rem}.document-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.document-back-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--bg-secondary);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;color:var(--text-primary);text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation;flex-shrink:0}.document-back-link:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.15)}.document-header h1{font-size:1.125rem;font-weight:600;color:var(--text-primary);letter-spacing:-.02em;margin:0}.document-content{display:flex;flex-direction:column;gap:1.5rem}.document-section{background:var(--bg-secondary);border-radius:16px;border:1px solid hsla(0,0%,100%,.1);padding:1.25rem}.document-section h2{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.document-section p{font-size:.75rem;line-height:1.6;color:var(--text-secondary);margin-bottom:.5rem}.document-section p:last-child{margin-bottom:0}.document-section ul{margin:.75rem 0;padding-left:1.5rem;list-style-type:disc}.document-section li{font-size:.75rem;line-height:1.6;color:var(--text-secondary);margin-bottom:.375rem}.document-section li:last-child{margin-bottom:0}.company-info{background:var(--bg-secondary);border-radius:16px;border:1px solid hsla(0,0%,100%,.1);padding:1.25rem}.company-name{font-size:.9375rem;font-weight:600;color:var(--text-primary);margin-bottom:.375rem}.company-description{font-size:.75rem;line-height:1.6;color:var(--text-secondary);margin:0}.documents-list{display:flex;flex-direction:column;gap:.5rem}.document-link{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:var(--bg-secondary);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;text-decoration:none;color:var(--text-primary);transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:transparent;touch-action:manipulation}.document-link:hover{background:var(--bg-tertiary);border-color:hsla(0,0%,100%,.15);transform:translateX(2px)}.document-link-text{font-size:.75rem;font-weight:500;flex:1 1}.document-link svg{color:var(--text-muted);flex-shrink:0;transition:color .2s ease}.document-link:hover svg{color:var(--accent-blue)}@media (max-width:480px){.document-header h1{font-size:1.375rem}.document-section{padding:1rem}.document-section h2{font-size:1rem}.document-section li,.document-section p{font-size:.8125rem}.company-info{padding:1rem}.company-name{font-size:1rem}.company-description{font-size:.8125rem}.document-link{padding:.75rem .875rem}.document-link-text{font-size:.8125rem}}