*{box-sizing:border-box}body,html{padding:0;margin:0;background:#f5f7fb;color:#0f172a;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block}.page{min-height:100vh}.container{max-width:1260px;margin:0 auto;padding:24px}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-inner{max-width:1260px;margin:0 auto;padding:16px 24px;justify-content:space-between;flex-wrap:wrap}.brand,.topbar-inner{gap:14px}.brand,.logo-box,.topbar-inner{display:flex;align-items:center}.logo-box{width:52px;height:52px;border-radius:18px;justify-content:center;color:#fff;font-weight:900;font-size:24px;box-shadow:0 12px 28px rgba(37,99,235,.22)}.brand-title{margin:0;font-size:26px;font-weight:900;letter-spacing:-.02em}.brand-sub{margin:4px 0 0;font-size:13px;color:#64748b}.actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.btn{border:0;border-radius:16px;padding:12px 16px;cursor:pointer;font-weight:800;transition:.2s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 10px 24px rgba(37,99,235,.22)}.btn-secondary{background:hsla(0,0%,100%,.92);color:#0f172a;border:1px solid #e2e8f0}.btn-danger{background:#dc2626;color:#fff}.card{background:hsla(0,0%,100%,.96);border:1px solid #e2e8f0;border-radius:28px;padding:22px;box-shadow:0 20px 45px rgba(15,23,42,.05)}.hero{border-radius:34px;overflow:hidden}.hero-inner{background:radial-gradient(circle at top left,rgba(37,99,235,.12),transparent 35%),linear-gradient(180deg,hsla(0,0%,100%,.96),hsla(0,0%,100%,.92));border:1px solid #dbeafe;padding:34px;border-radius:32px;box-shadow:0 28px 60px rgba(15,23,42,.06)}.badge{display:inline-block;background:#eff6ff;color:#1d4ed8;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800;border:1px solid #bfdbfe}.hero-title{margin:18px 0 12px;font-size:52px;line-height:1.04;font-weight:900;letter-spacing:-.03em}.gradient-text{background:linear-gradient(135deg,#2563eb,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-text{color:#475569;line-height:1.9;font-size:16px;max-width:760px}.hero-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px;margin-top:24px}.info-box{background:hsla(0,0%,100%,.95);border:1px solid #e2e8f0;border-radius:22px;padding:18px}.info-value{font-size:28px;font-weight:900;color:#0f172a}.section{margin-top:30px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:16px}.section-title{margin:0;font-size:30px;font-weight:900;letter-spacing:-.02em}.section-sub{margin:0 0 6px;color:#2563eb;font-weight:800;font-size:13px}.search{width:100%;max-width:420px;border:1px solid #dbe4f0;background:hsla(0,0%,100%,.96);padding:14px 16px;border-radius:18px;outline:none;transition:.2s ease}.field:focus,.search:focus,.select:focus,.textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 4px rgba(37,99,235,.08)}.grid{display:grid;grid-gap:18px;gap:18px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.product-row{display:flex;gap:16px;overflow-x:auto;padding-bottom:10px}.product-row::-webkit-scrollbar{height:10px}.product-row::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}.product-card{min-width:280px;max-width:280px;background:hsla(0,0%,100%,.97);border:1px solid #e2e8f0;border-radius:26px;overflow:hidden;box-shadow:0 16px 34px rgba(15,23,42,.05);transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 22px 44px rgba(15,23,42,.09)}.product-image-wrap{width:100%;aspect-ratio:1/1;overflow:hidden;background:#eef2f7}.product-image{width:100%;height:100%;object-fit:cover}.product-body{padding:16px}.product-title{font-size:19px;font-weight:900;margin:0 0 8px;line-height:1.35;letter-spacing:-.01em}.product-desc{font-size:14px;color:#475569;line-height:1.8;margin:0}.empty{text-align:center;color:#64748b;padding:28px}.form-grid{display:grid;grid-gap:12px;gap:12px}.form-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.field,.select,.textarea{width:100%;border:1px solid #d1d5db;border-radius:16px;padding:12px 14px;background:#fff;outline:none;transition:.2s ease}.textarea{min-height:110px;resize:vertical}.list{display:grid;grid-gap:10px;gap:10px;margin-top:16px}.list-item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e2e8f0;border-radius:18px;padding:12px 14px;background:#fff}.list-actions{display:flex;gap:8px;flex-wrap:wrap}.muted{color:#64748b;font-size:13px}.account-box{display:grid;grid-gap:16px;gap:16px}.recent-item{display:flex;gap:12px;border:1px solid #e2e8f0;border-radius:18px;padding:10px;background:#fff}.recent-thumb{width:76px;height:76px;border-radius:14px;overflow:hidden;flex-shrink:0;background:#eef2f7}.sticky-floating{position:fixed;left:18px;bottom:18px;z-index:30}.popup-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:16px;z-index:100}.popup-card{width:100%;max-width:640px;background:#fff;border-radius:28px;padding:22px;box-shadow:0 24px 60px rgba(15,23,42,.16)}.pro-topbar{background:rgba(248,250,252,.82);border-bottom:1px solid rgba(226,232,240,.9)}.pro-topbar-inner{gap:18px}.pro-brand{min-width:240px}.pro-logo-box{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.pro-brand-title{font-size:27px}.pro-brand-sub{font-size:13px}.pro-search-wrap{flex:1 1;display:flex;justify-content:center;min-width:220px}.pro-search{max-width:520px}.pro-actions{gap:8px}.pro-chip{border-radius:999px;padding:11px 14px}.pro-main-btn{border-radius:999px;padding:12px 18px}.pro-container{padding-top:28px;padding-bottom:34px}.pro-hero{margin-bottom:8px}.pro-hero-inner{display:grid;grid-gap:22px;gap:22px}.pro-hero-copy{display:grid;grid-gap:8px;gap:8px}.pro-badge{width:-moz-fit-content;width:fit-content}.pro-hero-title{max-width:860px}.pro-hero-text{max-width:760px}.pro-hero-grid{margin-top:10px}.pro-info-box{min-height:108px}.pro-info-value{margin-bottom:8px}.pro-hot-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.pro-featured-card{max-width:none;min-width:0}.pro-featured-image-wrap{aspect-ratio:1/.92}.pro-product-row{padding-bottom:10px}.pro-product-card{min-width:280px}.pro-product-body{padding:18px}.pro-product-title{min-height:50px}.pro-product-desc{min-height:76px}.pro-buy-btn{width:100%;justify-content:center}.pro-category-block{margin-bottom:30px}.pro-telegram-fab{border-radius:999px;min-width:64px;text-align:center;box-shadow:0 18px 34px rgba(37,99,235,.25)}.pro-popup-card{padding:24px}@media (max-width:1100px){.grid-3,.pro-hot-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.form-grid.two,.hero-grid,.pro-hot-grid{grid-template-columns:1fr}.hero-title{font-size:34px}.section-title{font-size:24px}.topbar-inner{align-items:flex-start}.pro-search-wrap{order:3;width:100%}.pro-search{max-width:none}}@media (max-width:640px){.container,.topbar-inner{padding-left:16px;padding-right:16px}.card,.hero-inner,.popup-card{border-radius:22px}.pro-product-card,.product-card{min-width:240px;max-width:240px}.logo-box{width:46px;height:46px}.brand-title{font-size:22px}}