:root{--accent:#2b1a84;--muted:#f7f7f9;--yellow:#ffcf00}
body{margin:0;font-family:'Montserrat',Arial,sans-serif;color:#222}
.wrap{max-width:1200px;margin:0 auto;padding:20px}

/* Header */
.site-header{background:#fff;border-bottom:1px solid #e6e6e6}
.top-ad{background:#8f8f93;color:#fff;max-width:1200px;margin:20px auto 0;padding:16px 20px;min-height:136px;text-align:center;font-size:18px;border-radius:6px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-sizing:border-box}
.top-ad.has-image{padding:0;height:136px;align-items:stretch}
.top-ad img{width:100%;height:100%;display:block;object-fit:contain;object-position:center;background:#fff}
.header-main{background:#fff;border-bottom:1px solid #e8e8e8}
.header-container{max-width:1200px;margin:0 auto;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.header-menu-panel{display:flex;align-items:center;justify-content:space-between;gap:30px;flex:1;min-width:0}
.header-mobile-quick-actions{display:none;align-items:center;gap:8px}
.header-mobile-quick-link{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #d8e0f1;border-radius:14px;background:linear-gradient(180deg,#ffffff 0%,#f7f9ff 100%);box-shadow:0 10px 22px rgba(20,36,82,0.08);text-decoration:none;color:#24356b;font-size:20px;line-height:1;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease}
.header-mobile-quick-link:hover{border-color:#bcccf4;box-shadow:0 12px 24px rgba(20,36,82,0.12);transform:translateY(-1px)}
.header-burger{display:none;position:relative;flex:0 0 auto;width:46px;height:46px;border:1px solid #d8e0f1;border-radius:14px;background:linear-gradient(180deg,#ffffff 0%,#f7f9ff 100%);box-shadow:0 10px 22px rgba(20,36,82,0.08);padding:0;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.header-burger span{position:absolute;left:12px;right:12px;height:2px;border-radius:999px;background:#24356b;transition:transform .2s ease,opacity .2s ease,top .2s ease}
.header-burger span:nth-child(1){top:15px}
.header-burger span:nth-child(2){top:22px}
.header-burger span:nth-child(3){top:29px}
.header-burger:hover{border-color:#bcccf4;box-shadow:0 12px 24px rgba(20,36,82,0.12)}
.header-container.is-menu-open .header-burger span:nth-child(1){top:22px;transform:rotate(45deg)}
.header-container.is-menu-open .header-burger span:nth-child(2){opacity:0}
.header-container.is-menu-open .header-burger span:nth-child(3){top:22px;transform:rotate(-45deg)}

/* Logo */
.logo-section{display:flex;flex-direction:column;align-items:flex-start}
.logo{text-decoration:none;display:block}
.logo-img{height:50px;width:auto;display:block}

/* Navigation */
.main-nav{display:flex;gap:24px;align-items:center;flex:1}
.main-nav a{color:#333;text-decoration:none;font-size:14px;white-space:nowrap;transition:color 0.2s}
.main-nav a:hover{color:#2b1a84}

/* Header Actions */
.header-actions{display:flex;gap:20px;align-items:center}
.action-link{display:flex;align-items:center;gap:6px;text-decoration:none;color:#333;font-size:13px;white-space:nowrap;transition:color 0.2s}
.action-link:hover{color:#2b1a84}
.action-link .icon{font-size:16px}
.header-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid #dde3f4;border-radius:12px;background:#f7f9ff;color:#24356b;font-size:14px;font-weight:600;line-height:1;transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease}
.header-action-btn:hover{color:#2b1a84;border-color:#c8d3f7;box-shadow:0 10px 20px rgba(28,42,94,0.08);transform:translateY(-1px);background:#fff}
.header-logout-btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #a6aaf5;border-radius:6px;background:#fff;color:#2b1a84;padding:6px 14px;font-size:13px;line-height:1}
.header-logout-btn:hover{background:#f6f8ff;color:#2b1a84}

/* Main Content */
.hero{display:flex;gap:20px;margin-top:0;background:#fff;align-items:flex-start}
.hero-left{flex:1;padding:0}
.hero-right{width:260px;padding-top:0;display:flex;flex-direction:column;gap:14px;position:sticky;top:24px;align-self:flex-start}
.cards-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #eee}
.card{background:#fff;border:1px solid #ededed;padding:16px 18px;border-radius:8px;min-height:122px;display:flex;flex-direction:column;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.card-link-card{text-decoration:none;color:inherit;transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease}
.card-link-card:hover{border-color:#d7def8;box-shadow:0 10px 24px rgba(28,42,94,0.1);transform:translateY(-1px)}
.card-link-card__arrow{margin-top:auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--yellow);color:#2b1a84;font-size:18px;font-weight:700;line-height:1;box-shadow:0 8px 18px rgba(255,207,0,0.28);transition:transform .2s ease, box-shadow .2s ease}
.card-link-card:hover .card-link-card__arrow{transform:translateX(2px);box-shadow:0 10px 22px rgba(255,207,0,0.34)}
.card h3{margin:0 0 8px;color:var(--accent);font-size:15px;font-weight:600}
.card p{margin:0 0 10px;font-size:13px;color:#444;line-height:1.45}
.card .icon-text{display:flex;align-items:center;gap:8px;margin-bottom:8px;color:var(--accent);font-size:13px}
.card-action-buttons{display:flex;flex-direction:column;gap:8px;margin-top:auto}
.card-action-btn{display:inline-flex;align-items:center;gap:10px;width:100%;box-sizing:border-box;padding:11px 14px;border:1px solid #dde3f4;border-radius:14px;background:#f7f9ff;color:var(--accent);text-decoration:none;font-size:14px;font-weight:600;line-height:1.2;transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease}
.card-action-btn:hover{border-color:#c8d3f7;box-shadow:0 10px 20px rgba(28,42,94,0.08);transform:translateY(-1px);background:#fff}
.card-action-btn--services{color:#1f8f77}
.card-action-btn--contacts{color:#24356b}
.card .plus-icon{color:#00c2a8;font-size:18px;font-weight:bold}
.card .phone-icon{font-size:16px;color:#24356b}
.btn{display:inline-block;background:var(--accent);color:#fff;padding:9px 18px;border-radius:20px;text-decoration:none;font-size:12px;transition:background 0.2s;font-weight:500}
.btn:hover{background:#1f0f5e}
.btn-yellow{background:#ffc832;color:#333;font-weight:600}
.btn-yellow:hover{background:#f0b922}
.footer-brand-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:6px}
.footer-tariffs-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;box-shadow:0 12px 26px rgba(15,30,84,0.18);text-align:center}
.footer-tariffs-link:hover{transform:translateY(-1px)}

/* Search Section */
.search-section{margin:24px 0 30px}
.search-title{font-size:18px;font-weight:600;color:var(--accent);margin:0 0 8px}
.search-subtitle{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}
.search-form{position:relative}
.search-input-wrapper{position:relative;display:flex;align-items:center}
.search-icon{position:absolute;left:16px;font-size:18px;color:#999;pointer-events:none}
.search-input-wrapper input{width:100%;padding:14px 16px 14px 48px;border:1px solid #d0d0d0;border-radius:4px;font-size:14px;box-sizing:border-box}
.search-input-wrapper input:focus{outline:none;border-color:#2b1a84}
.search-suggest{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:25;background:#fff;border:1px solid #d8deef;border-radius:12px;box-shadow:0 18px 34px rgba(16,28,67,0.14);padding:8px;display:flex;flex-direction:column;gap:4px}
.search-suggest[hidden]{display:none}
.search-suggest-item{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:10px 12px;border-radius:10px;text-decoration:none;background:#fff;transition:background .18s ease, color .18s ease}
.search-suggest-item:hover,.search-suggest-item.is-active{background:#f4f7ff}
.search-suggest-main{min-width:0;display:flex;flex-direction:column;gap:4px}
.search-suggest-title{font-size:14px;line-height:1.3;color:#1f2946;font-weight:600}
.search-suggest-meta{font-size:11px;line-height:1.4;color:#7080a3}
.search-suggest-type{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:5px 9px;border-radius:999px;background:#eef2ff;color:#2b1a84;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.search-suggest-empty{padding:10px 12px;font-size:13px;line-height:1.5;color:#66708f}

/* Sections */
.section-title-bar{display:flex;align-items:center;justify-content:space-between;gap:16px;background:var(--accent);border-radius:4px;margin:18px 0;padding:10px 14px 10px 20px}
.section-title{margin:0;color:#fff;font-size:16px;font-weight:600;padding:6px 0}
.section-title-action{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 18px;border-radius:999px;background:linear-gradient(180deg,#4f43df 0%,#3025a2 100%);border:1px solid rgba(255,255,255,0.18);color:#fff;text-decoration:none;font-size:13px;font-weight:700;line-height:1;box-shadow:0 10px 22px rgba(19,14,79,0.22);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.section-title-action:hover{transform:translateY(-1px);background:linear-gradient(180deg,#5b4ff0 0%,#372cb2 100%);box-shadow:0 14px 26px rgba(19,14,79,0.28)}
.front-latest-flea-market{margin:22px 0 0}
.front-page .front-latest-flea-market{width:calc(100% - 280px);max-width:calc(100% - 280px)}
.front-latest-flea-market__head{margin-bottom:14px}
.front-latest-flea-market__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.front-latest-flea-market__grid > *{min-width:0}
.front-latest-flea-market .product-card{width:100%;min-width:0;height:100%}
.front-latest-flea-market__empty{display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding:22px 24px;border:1px solid #e3e9f3;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 14px 30px rgba(19,32,66,0.06)}
.front-latest-flea-market__empty-title{font-size:22px;line-height:1.08;font-weight:800;color:#17233d}
.front-latest-flea-market__empty-text{max-width:720px;font-size:14px;line-height:1.65;color:#5e6b86}
.front-latest-flea-market__empty-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px}

@media(max-width:900px){
  .front-page .front-latest-flea-market{width:100%;max-width:100%}
  .front-latest-flea-market__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Categories */
.categories-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:20px}
.category-card{border:1px solid #e0e0e0;background:#fff;border-radius:8px;overflow:hidden;transition:all 0.3s}
.category-card.is-open{border-color:#0099ff;box-shadow:0 2px 8px rgba(0,153,255,0.15)}
.cat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;cursor:pointer}
.category-card .cat-icon{font-size:24px;margin-right:12px}
.category-card .cat-icon img{width:22px;height:22px;object-fit:contain;display:block}
.category-card .cat-info{flex:1}
.category-card .cat-title{font-weight:600;color:#0099ff;font-size:14px;margin-bottom:3px}
.category-card .cat-count{font-size:12px;color:#888}
.cat-toggle{background:#fff;border:1.5px solid #d0d0d0;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#666;transition:all 0.3s;padding:0;cursor:pointer}
.cat-toggle:hover{border-color:#999;background:#f9f9f9}
.category-card.is-open .cat-toggle{border-color:#0099ff}
.category-card.is-open .toggle-icon{color:#0099ff;transform:rotate(90deg)}
.cat-subcategories{display:none;grid-template-columns:repeat(2,1fr);gap:12px 16px;padding:14px 18px 18px;border-top:1px solid #f0f0f0}
.category-card.is-open .cat-subcategories{display:grid}
.subcat-link{display:flex;align-items:center;min-height:44px;padding:10px 14px;border:1px solid #d7e4ff;border-radius:999px;background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 100%);box-sizing:border-box;color:#1f63d1;text-decoration:none;font-size:14px;line-height:1.35;transition:border-color .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease}
.category-card .cat-subcategories .subcat-link:visited{color:#0099ff}
.subcat-link:hover{color:#0f4fb8;border-color:#94bbff;background:#eef5ff;box-shadow:0 8px 18px rgba(60,110,206,0.12)}
.categories-reveal-actions{display:flex;justify-content:center;margin:10px 0 28px;padding:0 12px}
.categories-reveal-button.btn-outline{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:210px;min-height:50px;padding:0 24px;border:1px solid rgba(255,255,255,0.18);border-radius:999px;background:linear-gradient(180deg,#4f43df 0%,#3025a2 100%);color:#fff;box-shadow:0 16px 32px rgba(29,24,104,0.24);font-size:14px;font-weight:700;letter-spacing:.01em;overflow:hidden}
.categories-reveal-button.btn-outline::before{content:'';position:absolute;inset:1px;border-radius:999px;background:linear-gradient(180deg,rgba(255,255,255,0.18) 0%,rgba(255,255,255,0.03) 100%);pointer-events:none}
.categories-reveal-button.btn-outline::after{content:'›';position:relative;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,0.14);color:#ffcf00;font-size:18px;font-weight:700;line-height:1;transform:rotate(90deg);transition:transform .2s ease,background .2s ease,color .2s ease}
.categories-reveal-button.btn-outline:hover{background:linear-gradient(180deg,#5b4ff0 0%,#372cb2 100%);color:#fff;box-shadow:0 20px 36px rgba(29,24,104,0.3);transform:translateY(-1px)}
.categories-reveal-button.btn-outline:hover::after{transform:rotate(90deg) translateX(2px);background:rgba(255,255,255,0.18);color:#ffe07a}
.categories-reveal-button.btn-outline:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(79,67,223,0.16),0 20px 36px rgba(29,24,104,0.3)}

.categories-grid.materials-categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;justify-content:flex-start;align-items:start}
.materials-categories .category-card{border:0;background:transparent;border-radius:0;overflow:visible;box-shadow:none}
.materials-categories .category-card--catalog-preview{display:flex;flex-direction:column;gap:0;background:#1a1d29;border-radius:22px;overflow:hidden;box-shadow:0 18px 34px rgba(18,24,49,0.16);min-width:0;transition:transform .22s ease, box-shadow .22s ease}
.materials-categories .category-card--catalog-preview:hover{transform:translateY(-4px);box-shadow:0 26px 44px rgba(18,24,49,0.22)}
.materials-categories .category-card-link--catalog-preview{display:block;color:inherit;text-decoration:none}
.materials-categories .cat-preview-media{position:relative;aspect-ratio:1/0.9;overflow:hidden;background:#2b3045}
.materials-categories .cat-preview-media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,12,23,0.08) 0%,rgba(9,12,23,0.24) 48%,rgba(9,12,23,0.88) 100%)}
.materials-categories .cat-preview-media img,.materials-categories .cat-preview-placeholder{width:100%;height:100%;display:block}
.materials-categories .cat-preview-media img{object-fit:cover}
.materials-categories .cat-preview-placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#40465f 0%,#2b3045 100%);color:#eef2ff;font-size:56px;font-weight:800}
.materials-categories .cat-preview-overlay{position:absolute;inset:auto 0 0;z-index:1;padding:18px 16px 14px;display:flex;flex-direction:column;gap:8px}
.materials-categories .cat-preview-title{color:#fff;font-size:18px;line-height:1.05;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,0.28)}
.materials-categories .cat-preview-price{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#fff;font-size:15px;line-height:1.1;font-weight:800}
.materials-categories .cat-preview-price span{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;border-radius:999px;background:#ffcf00;color:#1d2557;font-size:10px;line-height:1;font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.materials-categories .cat-preview-body{display:flex;flex-direction:column;gap:12px;padding:14px 14px 16px;background:linear-gradient(180deg,#252937 0%,#1a1d29 100%)}
.materials-categories .cat-preview-meta{font-size:12px;line-height:1.45;color:#b5bfd8}
.materials-categories .cat-preview-subcategories{display:flex;flex-wrap:wrap;gap:8px}
.materials-categories .cat-preview-subcategory{display:inline-flex;align-items:center;min-height:30px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.1);color:#edf1ff;text-decoration:none;font-size:11px;line-height:1.2;font-weight:600;transition:border-color .2s ease,background .2s ease,color .2s ease}
.materials-categories .cat-preview-subcategory:hover{background:rgba(255,255,255,0.1);border-color:rgba(255,207,0,0.42);color:#fff}
.materials-categories .cat-preview-button{display:flex;align-items:center;justify-content:center;align-self:flex-start;min-height:34px;padding:8px 12px;border-radius:12px;background:#3025a2;color:#fff;text-decoration:none;font-size:11px;line-height:1.2;font-weight:700;transition:transform .2s ease, box-shadow .2s ease, background .2s ease}
.materials-categories .cat-preview-button:hover{transform:translateY(-1px);background:#261d83;box-shadow:0 14px 24px rgba(38,29,131,0.24)}
.materials-categories .cat-header,.materials-categories .cat-info,.materials-categories .cat-count,.materials-categories .cat-toggle,.materials-categories .cat-subcategories{display:none !important}

/* Sidebar */
.hero-right .ad-box{background:#8f8f93;color:#fff;padding:16px 18px;text-align:left;border-radius:6px;font-size:15px;min-height:210px;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;box-sizing:border-box}
.hero-right .ad-box.has-image{padding:0;align-items:stretch;height:210px}
.hero-right .ad-box img{width:100%;height:100%;display:block;object-fit:cover}
.transport-box{border:1px solid #c7d7ff;padding:20px;text-align:center;border-radius:6px;background:#fff}
.transport-box .truck{font-size:60px;margin-bottom:10px}
.transport-box h4{margin:0 0 12px;font-size:14px;font-weight:600}
.transport-box .btn{width:100%;box-sizing:border-box;background:var(--yellow);color:#333;font-weight:600}

/* Materials */
.materials{margin-top:30px;padding:20px 0}
.materials p{color:#666;font-size:14px}

/* Request Page */
.request-page{display:flex;gap:20px;align-items:flex-start}
.request-main{flex:1}
.request-card{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:22px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.request-title{margin:0 0 18px;font-size:18px;font-weight:600;color:#222}
.request-form{display:block}
.request-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.request-grid .full{grid-column:1 / -1}
.request-input,.request-select,.request-textarea{width:100%;border:1px solid #e0e0e0;border-radius:4px;padding:10px 12px;font-size:12px;box-sizing:border-box;font-family:'Montserrat',Arial,sans-serif}
.request-category-picker{position:relative}
.request-category-picker .request-input{padding-right:40px;cursor:pointer}
.request-category-picker::after{content:'';position:absolute;top:18px;right:14px;width:8px;height:8px;border-right:1.5px solid #888;border-bottom:1.5px solid #888;transform:rotate(45deg);pointer-events:none}
.request-category-popup{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:30;background:#fff;border:1px solid #d9d9d9;border-radius:10px;box-shadow:0 18px 36px rgba(0,0,0,0.12);padding:12px}
.request-category-popup[hidden]{display:none}
.request-category-search-row{margin-bottom:10px}
.request-category-search{width:100%;border:1px solid #e0e0e0;border-radius:8px;padding:10px 12px;font-size:12px;box-sizing:border-box;font-family:'Montserrat',Arial,sans-serif}
.request-category-list{display:flex;flex-direction:column;gap:6px;max-height:240px;overflow:auto}
.request-category-option{width:100%;border:none;background:#f7f7f7;border-radius:8px;padding:10px 12px;text-align:left;font-size:12px;font-family:'Montserrat',Arial,sans-serif;color:#222;cursor:pointer;transition:background .2s ease,color .2s ease}
.request-category-option:hover,.request-category-option:focus-visible{background:#1f7a54;color:#fff;outline:none}
.request-select{background:#fff}
.request-textarea{min-height:120px;resize:vertical}
.request-label{font-size:11px;color:#555;margin-top:6px}
.request-checkbox{display:flex;align-items:center;gap:8px;font-size:11px;color:#555}
.request-upload{display:flex;align-items:flex-start;gap:12px}
.upload-box{width:44px;height:44px;border:1px solid #e0e0e0;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#999;background:#fafafa}
.upload-text{font-size:11px;color:#777;line-height:1.4;max-width:360px}
.request-upload{cursor:pointer}
.request-file{display:none}
.request-previews{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:2px}
.request-preview-item{border:1px solid #e6e6e6;border-radius:8px;overflow:hidden;background:#fafafa;height:92px}
.request-preview-item img{width:100%;height:100%;object-fit:cover;display:block}
.request-preview-doc{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:6px;padding:10px;overflow:hidden}
.request-preview-doc-ext{font-size:10px;line-height:1;padding:3px 6px;border-radius:999px;background:#eef1ff;color:#2b1a84;font-weight:600}
.request-preview-doc-name{font-size:11px;color:#444;line-height:1.3;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.request-success{background:#e8f7ef;border:1px solid #bfead2;color:#1f7a4a;padding:10px 12px;border-radius:6px;margin-bottom:12px;font-size:12px}
.request-error{background:#ffecec;border:1px solid #f3b7b7;color:#a33a3a;padding:10px 12px;border-radius:6px;margin-bottom:12px;font-size:12px}
.request-login-gate{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;gap:14px;padding:24px;border:1px solid #dce4f4;border-radius:20px;background:linear-gradient(135deg,#f8faff 0%,#ffffff 52%,#f6fbff 100%);box-shadow:0 18px 36px rgba(29,46,94,0.08)}
.request-login-gate::before{content:'';position:absolute;top:-70px;right:-70px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(43,26,132,0.09) 0%,rgba(43,26,132,0) 72%)}
.request-login-gate::after{content:'';position:absolute;left:-60px;bottom:-80px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,207,0,0.22) 0%,rgba(255,207,0,0) 72%)}
.request-login-gate > *{position:relative;z-index:1}
.request-login-gate-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:#eef2ff;border:1px solid #d8def4;color:#2b1a84;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.request-login-gate-title{margin:0;max-width:540px;font-size:28px;line-height:1.08;color:#182142}
.request-login-gate-text{margin:0;max-width:700px;font-size:15px;line-height:1.7;color:#586684}
.request-login-gate-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:4px}
.request-login-gate-actions .btn,.request-login-gate-actions .btn-outline{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-size:14px;font-weight:700;line-height:1}
.request-actions{margin-top:16px;display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap}
.request-actions .btn,.request-actions .btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:9px 18px;border-radius:20px;font-size:12px;font-weight:600;line-height:1;white-space:nowrap}
.request-actions .btn-outline{border-width:1px}

/* Request Single */
.request-single{display:flex;gap:20px;align-items:flex-start}
.request-single-main{flex:1;display:flex;flex-direction:column;gap:16px}
.request-own-badge{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:20px;background:#bff4d0;color:#0f6b35;font-size:12px;font-weight:600;line-height:1;white-space:nowrap}
.request-hero{background:linear-gradient(135deg,#f4f6ff 0%,#ffffff 55%,#f2fbf5 100%);border:1px solid #e6e6e6;border-radius:14px;padding:20px;display:grid;grid-template-columns:1fr;gap:16px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.request-hero-content{display:flex;flex-direction:column;gap:12px}
.request-hero-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;flex-wrap:wrap}
.request-hero-main{display:flex;flex-direction:column;gap:8px;min-width:0;flex:1}
.request-chip{align-self:flex-start;background:#2b1a84;color:#fff;font-size:10px;font-weight:600;letter-spacing:0.6px;text-transform:uppercase;border-radius:999px;padding:4px 10px}
.request-hero-stats{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}
.request-hero-stat{display:flex;flex-direction:column;align-items:flex-start;gap:4px;min-width:120px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,0.9);border:1px solid #e2e6f6;box-shadow:0 1px 2px rgba(0,0,0,0.03)}
.request-hero-stat span{font-size:10px;color:#7a7a86;text-transform:uppercase;letter-spacing:0.4px}
.request-hero-stat strong{font-size:16px;color:#2b1a84;line-height:1.1}
.request-single-title{margin:0;font-size:20px;font-weight:600;color:#1d1d1f}
.request-single-tags{display:flex;flex-wrap:wrap;gap:8px}
.request-tag{background:#f2f5ff;color:#2b67c7;border:1px solid #d9e3ff;border-radius:999px;padding:4px 10px;font-size:11px}
.request-single-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.request-meta-item{background:#fff;border:1px solid #eef0f6;border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;gap:4px;box-shadow:0 1px 2px rgba(0,0,0,0.03)}
.request-meta-item span{font-size:10px;color:#7a7a86;text-transform:uppercase;letter-spacing:0.4px}
.request-meta-item strong{font-size:12px;color:#222}
.request-hero-media{border-radius:12px;overflow:hidden;background:#f5f6fa;display:flex;align-items:center;justify-content:center;min-height:220px}
.request-hero-media img{width:100%;height:100%;object-fit:cover;display:block}
.request-media-placeholder{color:#999;font-size:12px}
.request-single-body{display:flex;flex-direction:column;gap:16px}
.request-block{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:18px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.request-block-title{margin:0 0 10px;font-size:14px;font-weight:600;color:#222}
.request-block-text{font-size:12px;color:#555;line-height:1.6}
.request-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.request-gallery-item{border-radius:10px;overflow:hidden;border:1px solid #e6e6e6;background:#fafafa;display:block}
.request-gallery-item img{width:100%;height:120px;object-fit:cover;display:block}
.request-doc-list{display:flex;flex-direction:column;gap:8px}
.request-doc-item{display:flex;align-items:center;gap:10px;border:1px solid #e6e6e6;border-radius:10px;padding:10px 12px;background:#fff;text-decoration:none}
.request-doc-item:hover{background:#f8f9ff}
.request-doc-ext{font-size:10px;line-height:1;padding:3px 6px;border-radius:999px;background:#eef1ff;color:#2b1a84;font-weight:600;flex:0 0 auto}
.request-doc-name{font-size:12px;color:#444;line-height:1.3;word-break:break-word}
.request-discussion-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.request-discussion-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 8px;border-radius:999px;background:#eef1ff;color:#2b1a84;font-size:12px;font-weight:700}
.request-discussion-notice{border-radius:10px;padding:10px 12px;font-size:12px;margin-bottom:12px}
.request-discussion-notice.success{background:#ecfaf1;color:#12703d;border:1px solid #ccefd8}
.request-discussion-notice.error{background:#fff3f3;color:#b33232;border:1px solid #f2d0d0}
.request-proposal-form{display:flex;flex-direction:column;gap:10px;margin-top:18px;margin-bottom:16px}
.request-proposal-textarea{width:100%;min-height:120px;border:1px solid #d9dfef;border-radius:12px;padding:12px 14px;font-size:13px;line-height:1.5;box-sizing:border-box;font-family:'Montserrat',Arial,sans-serif;resize:vertical;background:#fbfcff;color:#222}
.request-proposal-textarea:focus{outline:none;border-color:#a6aaf5;box-shadow:0 0 0 3px rgba(166,170,245,0.18)}
.request-proposal-actions{display:flex;justify-content:flex-end}
.request-discussion-login{font-size:12px;line-height:1.5;color:#555;margin-bottom:16px}
.request-discussion-login a{color:#2b1a84;text-decoration:none;font-weight:600}
.request-discussion-login a:hover{text-decoration:underline}
.request-proposal-list{display:flex;flex-direction:column;gap:12px}
.request-proposal-item{border:1px solid #e7eaf4;border-radius:12px;padding:14px;background:#fbfcff}
.request-proposal-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}
.request-proposal-author{display:flex;align-items:center;gap:12px;min-width:0}
.request-proposal-avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;background:#2b1a84;color:#fff;display:flex;align-items:center;justify-content:center;flex:0 0 42px;font-size:16px;font-weight:700}
.request-proposal-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.request-proposal-author-text{display:flex;flex-direction:column;gap:3px;min-width:0}
.request-proposal-meta strong{font-size:13px;color:#222}
.request-proposal-fullname{font-size:11px;color:#7b8090;line-height:1.3}
.request-proposal-meta span{font-size:11px;color:#7b8090;white-space:nowrap}
.request-proposal-content{font-size:12px;line-height:1.6;color:#444}
.request-proposal-content p{margin:0}
.request-proposal-content p + p{margin-top:8px}
.request-discussion-empty{border:1px dashed #cfd8ec;border-radius:12px;padding:14px;font-size:12px;line-height:1.5;color:#66718a;background:linear-gradient(180deg,#f4f7fd 0%,#eef3fb 100%)}

.request-sidebar{width:260px;display:flex;flex-direction:column;gap:14px;position:sticky;top:20px;align-self:flex-start}
.request-sidebar .ad-box{background:#8f8f93;color:#fff;padding:16px 18px;text-align:left;border-radius:6px;font-size:15px;min-height:210px;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;box-sizing:border-box}
.request-sidebar .ad-box.has-image{padding:0;align-items:stretch;height:210px}
.request-sidebar .ad-box img{width:100%;height:100%;display:block;object-fit:cover}
.request-sidebar .transport-box{border:1px solid #c7d7ff;padding:20px;text-align:center;border-radius:6px;background:#fff}
.request-sidebar .transport-box .truck{font-size:60px;margin-bottom:10px}
.request-sidebar .transport-box h4{margin:0 0 12px;font-size:13px;font-weight:600}
.request-sidebar .transport-box .btn{width:100%;box-sizing:border-box}

/* Auth Pages */
.auth-page{display:flex;gap:20px;align-items:flex-start}
.auth-main{flex:1}
.auth-card{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:22px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.auth-title{margin:0 0 18px;font-size:18px;font-weight:600;color:#222}
.auth-form{display:block}
.auth-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.auth-grid .full{grid-column:1 / -1}
.auth-input{width:100%;border:1px solid #e0e0e0;border-radius:4px;padding:10px 12px;font-size:12px;box-sizing:border-box;font-family:'Montserrat',Arial,sans-serif}
.auth-checkbox{display:flex;align-items:center;gap:8px;font-size:11px;color:#555}
.auth-actions{margin-top:16px;display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.auth-link{font-size:12px;color:#2b1a84;text-decoration:none}
.auth-link:hover{text-decoration:underline}
.auth-success{background:#e8f7ef;border:1px solid #bfead2;color:#1f7a4a;padding:10px 12px;border-radius:6px;margin-bottom:12px;font-size:12px}
.auth-error{background:#ffecec;border:1px solid #f3b7b7;color:#a33a3a;padding:10px 12px;border-radius:6px;margin-bottom:12px;font-size:12px}
.auth-desc{margin:0 0 16px;font-size:13px;color:#666;line-height:1.5;text-align:center}
.auth-desc-left{text-align:left}
.auth-kicker{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;padding:7px 12px;border:1px solid #d8def4;border-radius:999px;background:#f4f7ff;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#2b1a84}
.auth-visual{flex:1;min-width:340px}
.auth-visual-card{min-height:100%;border:1px solid #dfe4f4;border-radius:20px;padding:28px;background:linear-gradient(145deg,#f7f9ff 0%,#eef3ff 52%,#fef6ea 100%);box-shadow:0 10px 28px rgba(43,26,132,0.08);display:flex;flex-direction:column;justify-content:space-between;gap:28px;overflow:hidden;position:relative}
.auth-visual-card::before{content:'';position:absolute;inset:auto -60px -80px auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(255,207,0,0.26) 0%,rgba(255,207,0,0) 72%)}
.auth-visual-card::after{content:'';position:absolute;inset:-70px auto auto -70px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(43,26,132,0.15) 0%,rgba(43,26,132,0) 72%)}
.auth-visual-media{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;min-height:320px;border-radius:18px;background:linear-gradient(180deg,#11161f 0%,#17253d 100%);padding:36px}
.auth-visual-media img{max-width:min(100%,360px);width:100%;height:auto;display:block;filter:drop-shadow(0 14px 30px rgba(0,0,0,0.22))}
.auth-visual-content{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px}
.auth-visual-label{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#2b1a84;font-weight:700}
.auth-visual-title{margin:0;font-size:28px;line-height:1.15;color:#1a2140;max-width:520px}
.auth-visual-text{margin:0;font-size:14px;line-height:1.6;color:#51607d;max-width:500px}
.auth-page-login{display:flex;align-items:stretch;gap:18px}
.auth-page-login .auth-main{flex:1 1 auto;max-width:none;min-width:0;display:flex}
.auth-card-login{padding:34px 36px;min-height:310px;border-radius:20px;border-color:#dde2f0;box-shadow:0 18px 42px rgba(26,33,64,0.08);background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);position:relative;overflow:hidden}
.auth-card-login::before{content:'';position:absolute;top:-120px;right:-100px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(43,26,132,0.08) 0%,rgba(43,26,132,0) 72%)}
.auth-card-login > *{position:relative;z-index:1}
.auth-grid-login{grid-template-columns:1fr}
.auth-form-login .auth-input{min-height:54px;font-size:14px;padding:14px 16px;border-radius:12px;border-color:#d9dfeb;background:#fff;transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease}
.auth-form-login .auth-input:focus{border-color:#2b1a84;box-shadow:0 0 0 4px rgba(43,26,132,0.08);outline:none;transform:translateY(-1px)}
.auth-form-login .auth-actions{margin-top:20px}
.auth-page-login .auth-title{margin:0 0 10px;font-size:34px;line-height:1.05;color:#182142}
.auth-page-login .auth-desc{margin:0 0 24px;font-size:16px;line-height:1.6;color:#5a6784;max-width:520px}
.auth-page-login .auth-checkbox{font-size:12px;color:#626d86}
.auth-page-login .auth-actions .btn{min-width:132px;min-height:48px;border-radius:999px;font-size:14px;box-shadow:0 10px 22px rgba(43,26,132,0.18)}
.auth-page-login .auth-link{font-size:13px;font-weight:600}
.auth-page-login .auth-card-login{width:100%;flex:1}
.auth-page-login .auth-visual-login{flex:0 0 440px;min-width:0;display:flex;align-self:stretch}
.auth-page-login .auth-visual-card{padding:24px;border-radius:24px;background:linear-gradient(180deg,#f6f8ff 0%,#eef3ff 100%);gap:8px;box-shadow:0 18px 42px rgba(39,55,115,0.12);justify-content:flex-start;width:100%;min-height:0;flex:1}
.auth-page-login .auth-visual-card::before,.auth-page-login .auth-visual-card::after{display:none}
.auth-page-login .auth-visual-media{min-height:236px;padding:18px;background:linear-gradient(180deg,#ffffff 0%,#f8faff 100%);border:1px solid #e4e8f4;box-shadow:0 12px 28px rgba(64,82,150,0.08), inset 0 1px 0 rgba(255,255,255,0.85);margin-bottom:2px}
.auth-page-login .auth-visual-media img{max-width:min(100%,420px);filter:none}
.auth-page-login .auth-visual-content{gap:4px;margin-top:0}
.auth-page-login .auth-visual-label{font-size:11px;letter-spacing:.12em;color:#5b67a0}
.auth-page-login .auth-visual-title{font-size:28px;line-height:1.12;max-width:360px;color:#16213f}
.auth-page-register{display:flex;align-items:stretch;gap:18px}
.auth-page-register .auth-main{flex:1 1 auto;max-width:none;min-width:0;display:flex}
.auth-page-register .auth-card{width:100%;flex:1}
.auth-page-register .auth-visual-register{flex:0 0 440px;min-width:0;display:flex;align-self:stretch}
.auth-page-register .auth-visual-card{padding:24px;border-radius:24px;background:linear-gradient(180deg,#f6f8ff 0%,#eef3ff 100%);gap:8px;box-shadow:0 18px 42px rgba(39,55,115,0.12);justify-content:flex-start;width:100%;min-height:0;flex:1}
.auth-page-register .auth-visual-card::before,.auth-page-register .auth-visual-card::after{display:none}
.auth-page-register .auth-visual-media{min-height:236px;padding:18px;background:linear-gradient(180deg,#ffffff 0%,#f8faff 100%);border:1px solid #e4e8f4;box-shadow:0 12px 28px rgba(64,82,150,0.08), inset 0 1px 0 rgba(255,255,255,0.85);margin-bottom:2px}
.auth-page-register .auth-visual-media img{max-width:min(100%,420px);filter:none}
.auth-page-register .auth-visual-content{gap:4px;margin-top:0}
.auth-page-register .auth-visual-label{font-size:11px;letter-spacing:.12em;color:#5b67a0}
.auth-page-register .auth-visual-title{font-size:28px;line-height:1.12;max-width:360px;color:#16213f}
.auth-verify-desc{text-align:left}
.auth-verify-form{max-width:440px}
.auth-verify-code-wrap{max-width:none}
.auth-verify-code-wrap .auth-input{min-height:56px;width:calc(6ch + 1.7em + 28px);max-width:100%;font-size:34px;font-family:'Courier New',monospace;font-variant-numeric:tabular-nums;letter-spacing:.34em;text-align:left;padding:10px 14px;border-radius:10px;border-color:#1f2333}
.auth-verify-actions{justify-content:flex-start;gap:10px;flex-wrap:nowrap}
.auth-verify-actions .btn{min-width:190px;min-height:48px;border-radius:999px;font-size:14px}
.auth-verify-reset-link{text-align:left;margin-top:14px}

/* Cabinet Page */
.cabinet-page{display:flex;gap:20px;align-items:flex-start}
.cabinet-main{flex:1;display:flex;flex-direction:column;gap:16px}
.cabinet-card{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:22px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.cabinet-tabs{display:flex;flex-wrap:wrap;gap:10px}
.cabinet-tab{border:1px solid #e0e0e0;background:#f6f7fb;border-radius:999px;padding:8px 16px;font-size:12px;color:#444;cursor:pointer;transition:all .2s ease}
.cabinet-tab.is-active{background:#2b1a84;color:#fff;border-color:#2b1a84}
.cabinet-tab:focus{outline:2px solid rgba(43,26,132,0.2);outline-offset:2px}
.cabinet-tab.has-unread{position:relative;padding-right:24px}
.cabinet-tab-dot{position:absolute;top:8px;right:10px;width:8px;height:8px;border-radius:50%;background:#ff3b30;box-shadow:0 0 0 2px rgba(255,255,255,0.9)}
.cabinet-panels{display:flex;flex-direction:column;gap:16px}
.cabinet-panel{display:none}
.cabinet-panel.is-active{display:block}
.cabinet-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.cabinet-header-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.cabinet-title{margin:0;font-size:16px;font-weight:600;color:#222}
.cabinet-subtitle{font-size:12px;color:#666;margin-top:6px}
.profile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.profile-grid-single{grid-template-columns:1fr}
.profile-item{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#444}
.profile-label{font-size:11px;color:#777}
.profile-value{font-size:12px;color:#222}
.cabinet-card-user{padding:0;border-radius:16px;border-color:#e2e7f2;overflow:hidden;box-shadow:0 14px 34px rgba(24,34,74,0.08);position:relative}
.cabinet-card-user::before{content:'';display:block;height:42px;background:linear-gradient(90deg,#aecaec 0%,#ece8d2 100%)}
.cabinet-card-user .cabinet-header{padding:18px 20px 14px;margin:0}
.cabinet-card-user .cabinet-title{font-size:24px;line-height:1.1;color:#1e2742}
.cabinet-card-user .cabinet-subtitle{font-size:13px;color:#6a738f}
.profile-grid-user{padding:0 20px;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}
.cabinet-card-user .profile-item{gap:7px}
.cabinet-card-user .profile-label{font-size:14px;color:#323c59}
.cabinet-card-user .profile-value{display:flex;align-items:center;min-height:46px;padding:0 14px;border:1px solid #edf1f7;border-radius:10px;background:#f5f7fb;color:#67708a;font-size:14px;line-height:1.35}
.cabinet-user-form{padding:0 20px}
.cabinet-card-user .profile-input{width:100%;min-height:46px;padding:0 14px;border:1px solid #edf1f7;border-radius:10px;background:#f5f7fb;color:#67708a;font-size:14px;line-height:1.35;font-family:'Montserrat',Arial,sans-serif;box-sizing:border-box;transition:border-color .2s ease, box-shadow .2s ease, background .2s ease,color .2s ease}
.cabinet-card-user .profile-input:disabled{opacity:1;cursor:default}
.cabinet-user-form.is-editing .profile-input{background:#fff;border-color:#cfd7ea;color:#1f2946}
.cabinet-user-form.is-editing .profile-input:focus{outline:none;border-color:#2b1a84;box-shadow:0 0 0 4px rgba(43,26,132,0.08)}
.cabinet-card-user .cabinet-avatar{margin:14px 20px 20px;padding-top:14px;border-top:1px solid #edf1f7}
.cabinet-card-user .request-success,.cabinet-card-user .request-error{display:inline-flex;max-width:fit-content;margin:0 0 10px 20px;padding:8px 12px;border-radius:8px}
.cabinet-requests{display:flex;flex-direction:column;gap:12px}
.cabinet-request{position:relative;border:1px solid #cfd4ff;border-radius:8px;padding:14px 344px 14px 14px;min-height:96px;background:#fff}
.cabinet-request-head{min-width:0;margin-bottom:8px}
.cabinet-request-main{flex:1;min-width:0}
.cabinet-request-side{position:absolute;top:14px;right:14px;display:flex;flex-direction:column;align-items:flex-end;gap:8px;width:316px}
.cabinet-request-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:nowrap}
.cabinet-request-actions form{margin:0}
.cabinet-request-actions .btn{white-space:nowrap}
.cabinet-request-title{font-size:12px;font-weight:600;color:#222;margin-bottom:6px}
.cabinet-request-meta{display:flex;gap:12px;font-size:11px;color:#666}
.cabinet-request-archive-badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;background:#eef3ff;border:1px solid #d4def8;color:#3159ad;font-size:10px;font-weight:700;line-height:1}
.cabinet-request-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%}
.cabinet-request-stat{display:flex;flex-direction:column;gap:2px;min-width:0;padding:6px 8px;border:1px solid #e2e6f6;border-radius:10px;background:#f8faff}
.cabinet-request-stat span{font-size:9px;color:#7a7a86;text-transform:uppercase;letter-spacing:0.35px}
.cabinet-request-stat strong{font-size:12px;color:#2b1a84;line-height:1.1}
.cabinet-request-text{font-size:11px;color:#444;line-height:1.5}
.cabinet-subtabs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 14px}
.cabinet-subtab{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border-radius:999px;border:1px solid #d9e1f3;background:#f7f9fe;color:#4f5d7a;font-size:12px;font-weight:700;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease}
.cabinet-subtab:hover{background:#eef3ff;border-color:#cdd8f5;color:#27468f}
.cabinet-subtab.is-active{background:#2b1a84;border-color:#2b1a84;color:#fff}
.btn-danger-outline{border-color:#f0a8ad;color:#b2394b;background:#fff}
.btn-danger-outline:hover{background:#fff3f4;border-color:#dd6d7a;color:#9f2135}
.btn-danger{display:inline-flex;align-items:center;justify-content:center;border:1px solid #b2394b;background:#c63c52;color:#fff;padding:6px 14px;border-radius:10px;font-size:12px;text-decoration:none;cursor:pointer}
.btn-danger:hover{background:#ad2f43;border-color:#ad2f43}
.cabinet-modal[hidden]{display:none}
.cabinet-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px}
.cabinet-modal-backdrop{position:absolute;inset:0;background:rgba(19,24,46,0.42)}
.cabinet-modal-dialog{position:relative;z-index:1;max-width:420px;width:100%;background:#fff;border:1px solid #dce2f5;border-radius:18px;box-shadow:0 24px 60px rgba(19,24,46,0.24);padding:24px}
.cabinet-modal-title{font-size:24px;font-weight:700;color:#1d2540;margin-bottom:10px}
.cabinet-modal-text{font-size:14px;line-height:1.5;color:#5c657f;margin-bottom:18px}
.cabinet-modal-actions{display:flex;align-items:center;gap:10px;justify-content:flex-end;flex-wrap:wrap}
body.is-modal-open{overflow:hidden}
.cabinet-empty{font-size:12px;color:#666}
.cabinet-price-editor{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);gap:18px;padding:0 20px 20px}
.cabinet-price-editor-card,.cabinet-price-editor-panel{border:1px solid #e3e8f5;border-radius:18px;background:#fff;box-shadow:0 14px 30px rgba(24,34,74,0.08)}
.cabinet-price-editor-card{display:grid;grid-template-columns:132px minmax(0,1fr);gap:16px;padding:16px}
.cabinet-price-editor-media{position:relative;min-height:132px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#eef3ff 0%,#f7f3e6 100%);display:flex;align-items:center;justify-content:center}
.cabinet-price-editor-media img{width:100%;height:100%;object-fit:cover;display:block}
.cabinet-price-editor-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:48px;font-weight:800;line-height:1;color:#223a73;background:linear-gradient(135deg,rgba(173,202,236,0.72) 0%,rgba(236,232,210,0.9) 100%)}
.cabinet-price-editor-copy{display:flex;flex-direction:column;gap:10px;min-width:0;justify-content:center}
.cabinet-price-editor-badge{display:inline-flex;align-items:center;align-self:flex-start;min-height:30px;padding:0 12px;border-radius:999px;background:#eef3ff;border:1px solid #d8e4ff;color:#2f5eb8;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}
.cabinet-price-editor-title{font-size:24px;line-height:1.15;font-weight:800;color:#1b2440;word-break:break-word}
.cabinet-price-editor-meta{font-size:13px;line-height:1.6;color:#66718d}
.cabinet-price-editor-status-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:auto}
.cabinet-price-editor-status-label{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7d88a6}
.cabinet-price-editor-panel{padding:18px;display:flex;flex-direction:column;gap:18px;background:linear-gradient(180deg,#fbfcff 0%,#f4f7ff 100%)}
.cabinet-price-editor-panel-head{display:flex;flex-direction:column;gap:8px}
.cabinet-price-editor-panel-kicker{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#2b67c7}
.cabinet-price-editor-panel-note{font-size:13px;line-height:1.6;color:#5f6b87}
.cabinet-price-editor-field{gap:10px}
.cabinet-price-input-wrap{display:flex;flex-direction:column;gap:8px}
.cabinet-price-input{min-height:58px !important;padding:0 18px !important;border-width:1px !important;border-color:#d7def1 !important;border-radius:14px !important;background:#fff !important;color:#1c2743 !important;font-size:24px !important;font-weight:800 !important;letter-spacing:-.02em;box-shadow:inset 0 1px 0 rgba(255,255,255,.7),0 10px 20px rgba(43,26,132,.05)}
.cabinet-price-input:focus{outline:none;border-color:#2b67c7 !important;box-shadow:0 0 0 4px rgba(43,103,199,0.12),0 12px 24px rgba(43,26,132,0.08)}
.cabinet-price-input-hint{font-size:12px;line-height:1.5;color:#7b86a1}
.cabinet-status{display:inline-flex;align-items:center;padding:7px 12px;border-radius:8px;background:#ffe48a;border:1px solid #f2c94c;color:#6a4b00;font-size:12px;font-weight:600;line-height:1.2}
.cabinet-status.is-published{background:#dff7e7;border-color:#8fd8aa;color:#1d6b3a}
.cabinet-status.is-empty{background:#ffe7e8;border-color:#f3a8af;color:#a02832}
.cabinet-chats{display:grid;grid-template-columns:340px 1fr;gap:12px;min-height:640px}
.chat-list{background:#f4f5f9;border:1px solid #d9defd;border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:10px;max-height:640px;overflow:auto}
.chat-item{border:1px solid #e1e6f7;border-radius:14px;padding:12px;text-decoration:none;color:#1d1e23;background:#f4f5f9;display:flex;align-items:center;gap:12px;transition:all .2s ease}
.chat-item:hover{background:#fff;border-color:#d2d8ff;box-shadow:0 4px 10px rgba(53,70,138,0.12)}
.chat-item.is-active{background:#fff;border-color:#c8d0ff;box-shadow:0 6px 16px rgba(53,70,138,0.18)}
.chat-item-avatar{width:38px;height:38px;border-radius:50%;background:linear-gradient(135deg,#d9deff,#b9c5ff);display:flex;align-items:center;justify-content:center;flex:0 0 38px;overflow:hidden;color:#2a3ca6;font-size:13px;font-weight:700}
.chat-item-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.chat-item-main{min-width:0;display:flex;flex-direction:column;gap:3px;flex:1}
.chat-item-head{display:flex;align-items:center;justify-content:space-between;gap:8px}
.chat-item-title{font-size:14px;font-weight:700;color:#15161b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chat-item-state{font-size:12px;color:#2d2f39;white-space:nowrap}
.chat-item-preview{font-size:13px;color:#9a9ea8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chat-item-time{font-size:12px;color:#222}
.chat-item-go{width:0;height:0;border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:9px solid #5f66f3;flex:0 0 auto}
.chat-item-go.is-unread{width:10px;height:10px;border:none;border-radius:50%;background:#ff3b30;box-shadow:0 0 0 2px rgba(255,255,255,0.95)}

.chat-panel{background:#f4f5f9;border:1px solid #d9defd;border-radius:18px;display:flex;flex-direction:column;overflow:hidden;height:100%}
.chat-panel-head{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fff;border-bottom:1px solid #e1e4f4}
.chat-panel-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#d9deff,#b9c5ff);display:flex;align-items:center;justify-content:center;overflow:hidden;color:#2a3ca6;font-size:15px;font-weight:700}
.chat-panel-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.chat-panel-meta{display:flex;flex-direction:column;gap:2px}
.chat-panel-name{font-size:30px;font-weight:700;color:#181a20;line-height:1.05}
.chat-panel-code{font-size:14px;color:#2d2f39}

.chat-messages{padding:34px 22px 20px;display:flex;flex-direction:column;gap:18px;overflow:auto;flex:1;min-height:240px}
.chat-message{display:flex;align-items:flex-end;gap:10px}
.chat-message.is-me{justify-content:flex-end}
.chat-message-avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#d9deff,#b9c5ff);display:flex;align-items:center;justify-content:center;overflow:hidden;flex:0 0 30px;color:#2a3ca6;font-size:12px;font-weight:700}
.chat-message-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.chat-message-stack{display:flex;flex-direction:column;gap:6px;align-items:flex-start;max-width:68%}
.chat-message.is-me .chat-message-stack{align-items:flex-end}
.chat-bubble{background:#fbfcff;border:1px solid #9ea9ff;border-radius:12px;padding:12px 14px;color:#5a63f0;line-height:1.45;font-size:14px}
.chat-message.is-me .chat-bubble{background:#666cef;border-color:#666cef;color:#fff}
.chat-bubble.has-image{background:transparent !important;border:none !important;padding:0}
.chat-meta-time{font-size:12px;color:#3e414b;padding:0 4px}

.chat-form{padding:0 20px 18px;margin-top:auto}
.chat-compose{display:flex;align-items:flex-end;gap:10px;border:1px solid #9ea9ff;border-radius:12px;background:#f4f5f9;padding:8px 10px}
.chat-input{flex:1;border:none;background:transparent;padding:8px 10px;font-size:14px;font-family:'Montserrat',Arial,sans-serif;resize:none;min-height:38px;max-height:130px;outline:none;color:#1f2230}
.chat-input::placeholder{color:#b8bbc7}
.chat-form-actions{display:flex;align-items:center;gap:8px;padding:2px 2px 2px 0}
.chat-send,.chat-tool{border:none;background:transparent;color:#5b63ee;cursor:pointer;line-height:1;font-weight:700}
.chat-send{width:36px;height:36px;border-radius:10px;background:#5f66f3;color:#fff;font-size:18px}
.chat-tool{width:28px;height:28px;font-size:20px}
.chat-file-input{display:none}
.chat-file-note{margin-top:6px;font-size:12px;color:#7c8198;padding-left:8px}
.chat-attachment-wrap{margin-top:8px}
.chat-attachment-link{font-size:12px;color:inherit;text-decoration:underline}
.chat-attachment-image{display:block;max-width:240px;max-height:180px;border-radius:10px;border:1px solid rgba(120,132,220,0.5)}
.chat-empty{font-size:18px;line-height:1.45;color:#4f5875}
.chat-empty-list{padding:18px 16px}
.chat-empty-panel{padding:26px 22px;max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:normal}

/* Organization Profile Form */
.org-form{display:flex;flex-direction:column;gap:16px}
.org-form-section{border:1px solid #e6ebf5;border-radius:12px;background:#fbfcff;padding:16px 18px}
.org-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.org-section-head-spaced{margin-bottom:12px}
.org-section-note{margin-top:5px;font-size:11px;line-height:1.45;color:#6a7186;max-width:640px}
.org-spheres-stats{font-size:11px;color:#2b1a84;background:#eef0ff;border:1px solid #d9ddff;border-radius:999px;padding:6px 10px;white-space:nowrap}
.org-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.org-grid-compact{align-items:start}
.org-grid .full{grid-column:1 / -1}
.org-field{display:flex;flex-direction:column;gap:6px}
.org-logo-field{max-width:280px}
.org-label{font-size:11px;color:#555}
.org-input,.org-textarea{width:100%;border:1px solid #e0e0e0;border-radius:4px;padding:10px 12px;font-size:12px;box-sizing:border-box;font-family:'Montserrat',Arial,sans-serif}
.org-textarea{resize:vertical}
.org-hint{font-size:10px;color:#888}
.org-logo-preview-row{display:flex;align-items:center;gap:12px;margin-top:4px}
.org-logo-preview{position:relative;width:72px;height:72px;border-radius:10px;overflow:hidden;border:1px solid #e4e4e4;background:#fff;flex:0 0 auto}
.org-logo-preview [hidden]{display:none !important}
.org-logo-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;background:linear-gradient(145deg,#edf4ff 0%,#f7f9ff 100%);color:#4564a2;text-align:center;padding:0}
.org-logo-placeholder-letter{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background:linear-gradient(145deg,#224ec3 0%,#5e8cff 100%);color:#fff;font-size:18px;font-weight:800;line-height:1;box-shadow:0 10px 18px rgba(34,78,195,0.2)}
.org-logo-placeholder-text{font-size:10px;font-weight:700;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;margin:0}
.org-logo-preview img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.city-field{position:relative;z-index:40}
.city-suggest{position:absolute;left:0;right:0;top:100%;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 6px 18px rgba(0,0,0,0.08);max-height:220px;overflow:auto;z-index:60;display:none;margin-top:6px}
.city-suggest-item{display:block;width:100%;padding:10px 12px;border:0;background:#fff;text-align:left;font-size:14px;color:#334155;cursor:pointer}
.city-suggest-item:hover{background:#f5f7fb}
.city-option{padding:8px 10px;font-size:12px;color:#333;cursor:pointer}
.city-option:hover{background:#f2f5ff}
.org-checkboxes{display:grid;grid-template-columns:repeat(2,1fr);gap:8px 12px}
.org-checkboxes-cards{gap:12px;align-items:start}
.org-check{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#333;line-height:1.45}
.org-check input{width:14px;height:14px}
.org-check-main{font-weight:600;color:#222}
.org-check-sub{padding:8px 10px;border:1px solid #e8ebf3;border-radius:10px;background:#fff}
.org-sphere-group{display:flex;flex-direction:column;gap:10px;align-self:start;border:1px solid #e4e8f4;border-radius:14px;background:#fff;padding:12px 14px;box-shadow:0 1px 2px rgba(24,34,74,0.04);transition:border-color .2s ease, box-shadow .2s ease, background .2s ease}
.org-sphere-group.is-selected{border-color:#cbd1ff;background:#f8f9ff}
.org-sphere-group.is-hidden{display:none}
.org-sphere-top{display:flex;align-items:center;justify-content:space-between;gap:12px}
.org-sphere-toggle{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:8px;font-size:11px;color:#5d6590;cursor:pointer}
.org-sphere-toggle:hover{color:#2b1a84}
.org-sphere-toggle-icon{width:10px;height:10px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-top:-3px;transition:transform .2s ease}
.org-sphere-group.is-open .org-sphere-toggle-icon{transform:rotate(-135deg);margin-top:3px}
.org-sphere-meta{white-space:nowrap}
.org-sphere-group[hidden]{display:none !important}
.org-spheres-actions{display:flex;justify-content:center;padding:0 20px 20px}
.org-spheres-more{min-width:170px;border-radius:999px}
.org-subservices{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding-top:4px}
.org-sphere-group.is-open .org-subservices{display:grid}
.org-spheres-toolbar{margin-bottom:12px}
.org-spheres-search{background:#fff}
.org-services{display:flex;flex-direction:column;gap:14px}
.org-section-title{margin:0;font-size:14px;font-weight:600;color:#222}
.org-service-card{border:1px solid #e6e6e6;border-radius:8px;padding:16px;background:#fafbff}
.org-service-head h4{margin:0 0 10px;font-size:13px;color:#2b1a84}
.org-items{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:10px}
.org-item{display:flex;flex-direction:column;gap:6px}
.org-actions{display:flex;justify-content:flex-end}

.org-form .org-services:not(.org-form-section-services){border:1px solid #e6ebf5;border-radius:12px;background:#fbfcff;padding:16px 18px}
.org-form .org-services:not(.org-form-section-services){gap:10px}
.org-form .org-service-card{border:1px solid #dfe6f7;border-radius:10px;background:#f7faff;padding:10px 12px;box-shadow:none}
.org-form .org-service-head{background:#dbe8ff;border-radius:8px;padding:6px 10px;text-align:center;margin-bottom:8px}
.org-form .org-service-head h4{margin:0;font-size:12px;font-weight:600;color:#2b1a84;line-height:1.2}
.org-form .org-grid{gap:10px}
.org-form .org-items{gap:10px;margin-top:8px}
.org-form .org-item{gap:4px}
.org-form .org-label{font-size:10px}
.org-form .org-input,.org-form .org-textarea{padding:8px 10px;font-size:11px;border-radius:6px}
.org-form .org-textarea{min-height:64px}
.org-form-section-main{padding:0;border-radius:16px;border-color:#e2e7f2;overflow:visible;box-shadow:0 14px 34px rgba(24,34,74,0.08);background:#fff;position:relative;z-index:3}
.org-form-section-main::before{content:'';display:block;height:42px;background:linear-gradient(90deg,#aecaec 0%,#ece8d2 100%);border-radius:16px 16px 0 0}
.org-form-section-main .org-section-head{padding:18px 20px 10px;margin:0}
.org-form-section-main .org-section-title{font-size:24px;line-height:1.1;color:#1e2742}
.org-form-section-main .org-section-note{font-size:13px;color:#6a738f}
.org-main-info-layout{padding:0 20px 20px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,280px) minmax(0,280px);gap:16px;align-items:stretch}
.org-main-info-fields{display:grid;grid-template-columns:1fr;gap:14px}
.org-form-section-main .org-label{font-size:14px;color:#323c59}
.org-form-section-main .org-input{min-height:46px;padding:0 14px;border:1px solid #edf1f7;border-radius:10px;background:#f5f7fb;color:#67708a;font-size:14px}
.org-form-section-main .org-logo-field-side{width:100%;max-width:none;display:flex;flex-direction:column;gap:12px;align-items:flex-start;align-self:stretch;padding:14px;border:1px solid #e7edf9;border-radius:18px;background:linear-gradient(180deg,#fafcff 0%,#f5f8fd 100%);box-sizing:border-box}
.org-form-section-main .org-logo-preview-row{align-items:center}
.org-form-section-main .org-logo-preview-row-main{margin-bottom:2px}
.org-form-section-main .org-logo-preview{width:108px;height:108px;border-radius:16px}
.org-form-section-main .org-logo-placeholder{gap:8px}
.org-form-section-main .org-logo-placeholder-letter{width:52px;height:52px;font-size:24px}
.org-form-section-main .org-logo-placeholder-text{font-size:11px}
.org-form-section-main .org-hint{font-size:12px;color:#6a738f}
.org-form-section-main .org-logo-upload-box{width:100%;min-height:54px;padding:0 12px;border:1px solid #edf1f7;border-radius:10px;background:#f5f7fb;display:flex;align-items:center;box-sizing:border-box}
.org-form-section-main .org-logo-upload-box .org-input{min-height:0;height:auto;padding:0;border:0;border-radius:0;background:transparent;font-size:13px;color:#4e5774}
.org-profile-tariffs-card{width:100%;max-width:280px;min-height:0;margin-bottom:0;align-self:stretch;box-sizing:border-box;padding:14px 16px}
.org-profile-tariffs-card .cabinet-catalog-toolbar-kicker{margin-bottom:8px}
.org-profile-tariffs-card .cabinet-catalog-toolbar-title{font-size:15px;line-height:1.25}
.org-profile-tariffs-card .cabinet-catalog-toolbar-caption{position:relative;z-index:1;color:rgba(232,238,255,0.84);font-size:13px;line-height:1.5}
.org-profile-tariffs-card .cabinet-catalog-tariffs-btn{width:auto;align-self:flex-start;min-height:36px;padding:0 14px;font-size:12px;border-radius:12px}
.org-main-info-flags{padding:0 20px 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 12px}
.org-form-section-main .org-check-toggle{align-items:center;gap:12px;min-height:46px;padding:12px 14px;border:1px solid #edf1f7;border-radius:10px;background:#f5f7fb;font-size:14px;color:#323c59}
.org-form-section-main .org-check-toggle input{width:18px;height:18px;flex:0 0 18px;margin:0}
.org-main-info-modes{padding:0 20px 20px;display:flex;flex-direction:column;gap:10px}
.org-main-info-modes-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.org-section-subtitle{font-size:14px;line-height:1.3;font-weight:700;color:#323c59}
.org-main-info-modes-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 12px}
.org-form-section-contacts{padding:0;border-radius:16px;border-color:#e2e7f2;overflow:hidden;box-shadow:0 14px 34px rgba(24,34,74,0.08);background:#fff}
.org-form-section-contacts::before{content:'';display:block;height:42px;background:linear-gradient(90deg,#aecaec 0%,#ece8d2 100%)}
.org-form-section-contacts .org-section-head{padding:18px 20px 10px;margin:0}
.org-form-section-contacts .org-section-title{font-size:24px;line-height:1.1;color:#1e2742}
.org-form-section-contacts .org-section-note{font-size:13px;color:#6a738f}
.org-form-section-contacts .org-grid{padding:0 20px 20px;gap:14px 12px}
.org-form-section-contacts .org-label{font-size:14px;color:#323c59}
.org-form-section-contacts .org-input,.org-form-section-contacts .org-textarea{min-height:46px;padding:0 14px;border:1px solid #edf1f7;border-radius:10px;background:#f5f7fb;color:#67708a;font-size:14px}
.org-form-section-contacts .org-textarea{min-height:140px;padding:12px 14px}
.org-form-section-contacts .org-editor-wrap{border:1px solid #edf1f7;border-radius:10px;overflow:hidden;background:#f5f7fb}
.org-form-section-contacts .org-editor-wrap .wp-editor-tools{padding:10px 12px 0;background:#f5f7fb}
.org-form-section-contacts .org-editor-wrap .wp-editor-container{border:0}
.org-form-section-contacts .org-editor-wrap .mce-top-part::before{box-shadow:none}
.org-form-section-contacts .org-editor-wrap .quicktags-toolbar,.org-form-section-contacts .org-editor-wrap div.mce-toolbar-grp{border:0;background:#eef3fb}
.org-form-section-contacts .org-editor-wrap textarea,.org-form-section-contacts .org-editor-wrap iframe{min-height:220px}
.org-form-section-contacts .org-check-toggle{align-items:center;gap:12px;min-height:46px;padding:12px 14px;border:1px solid #edf1f7;border-radius:10px;background:#f5f7fb;font-size:14px;color:#323c59}
.org-form-section-contacts .org-check-toggle input{width:18px;height:18px;flex:0 0 18px;margin:0}
.org-form-section-spheres{padding:0;border-radius:16px;border-color:#e2e7f2;overflow:hidden;box-shadow:0 14px 34px rgba(24,34,74,0.08);background:#fff}
.org-form-section-spheres::before{content:'';display:block;height:42px;background:linear-gradient(90deg,#aecaec 0%,#ece8d2 100%)}
.org-form-section-spheres .org-section-head{padding:18px 20px 10px;margin:0}
.org-form-section-spheres .org-section-title{font-size:24px;line-height:1.1;color:#1e2742}
.org-form-section-spheres .org-section-note{font-size:13px;color:#6a738f}
.org-form-section-spheres .org-spheres-stats{font-size:12px;padding:7px 12px}
.org-form-section-spheres .org-spheres-toolbar{padding:0 20px 12px;margin-bottom:0}
.org-form-section-spheres .org-spheres-search{min-height:46px;padding:0 14px;border:1px solid #edf1f7;border-radius:10px;background:#f5f7fb;color:#67708a;font-size:14px}
.org-form-section-spheres .org-checkboxes-cards{padding:0 20px 20px;gap:12px}
.org-form-section-services{padding:0;border-radius:16px;border:1px solid #e2e7f2;overflow:hidden;box-shadow:0 14px 34px rgba(24,34,74,0.08);background:#fff}
.org-form-section-services::before{content:'';display:block;height:42px;background:linear-gradient(90deg,#aecaec 0%,#ece8d2 100%)}
.org-services-head{display:flex;align-items:center;gap:10px;padding:18px 20px 10px}
.org-services-head > .org-section-title{margin:0;font-size:24px;line-height:1.1;color:#1e2742}
.org-services-cards{padding:0 20px 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.org-services-help{position:relative;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;outline:none}
.org-services-help-icon{width:20px;height:20px;border-radius:50%;background:#e8edff;border:1px solid #ccd6ff;color:#2b1a84;font-size:13px;font-weight:700;line-height:18px;text-align:center}
.org-services-help-popup{position:absolute;left:28px;top:-4px;display:none;z-index:40;padding:8px;border:1px solid #d9e1f7;border-radius:10px;background:#fff;box-shadow:0 14px 34px rgba(24,34,74,0.16)}
.org-services-help-popup img{display:block;width:340px;max-width:58vw;height:auto;border-radius:6px}
.org-services-help-text{display:block;margin-top:8px;max-width:340px;font-size:12px;line-height:1.45;color:#3f4a68}
.org-services-help:hover .org-services-help-popup,.org-services-help:focus .org-services-help-popup,.org-services-help:focus-within .org-services-help-popup{display:block}
.org-services-cards > .org-service-card{margin:0;background:#f7faff;border:1px solid #dfe6f7;border-radius:12px;padding:10px 12px;box-shadow:none}
.org-form-section-services .org-service-head{background:transparent;border-bottom:1px solid #e5ebf8;border-radius:0;padding:0 0 10px;text-align:left;margin-bottom:10px}
.org-form-section-services .org-service-head h4{margin:0;font-size:18px;line-height:1.2;color:#1e2742}
.org-form-section-services .org-grid{gap:14px 12px}
.org-form-section-services .org-items{gap:14px;margin-top:12px}
.org-form-section-services .org-item{gap:8px}
.org-form-section-services .org-transport-only-field[hidden],.org-form-section-services [data-transport-hidden-field][hidden]{display:none !important}
.org-form-section-services.is-transport-mode .org-service-card{background:linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%)}
.org-form-section-services.is-transport-mode .org-service-head{border-bottom-color:#d9e4fb}
.org-form-section-services .org-label{font-size:14px;color:#323c59}
.org-form-section-services .org-input,.org-form-section-services .org-textarea{min-height:46px;padding:0 14px;border:1px solid #edf1f7;border-radius:10px;background:#f5f7fb;color:#67708a;font-size:14px}
.org-form-section-services .org-textarea{min-height:96px;padding:12px 14px}
.org-form-section-services input[type="file"].org-input{display:flex;align-items:center;padding:0 12px;line-height:1;}
.org-form-section-service-prices .org-services-head{align-items:flex-start;justify-content:space-between;gap:16px}
.org-service-price-add-btn,.org-service-price-remove-btn{white-space:nowrap}
.org-service-prices-editor{display:flex;flex-direction:column;gap:14px;padding:0 20px 20px}
.org-service-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:16px;border:1px solid #dfe6f7;border-radius:14px;background:linear-gradient(180deg,#fbfdff 0%,#f6f9ff 100%)}
.org-service-price-grid{flex:1;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(180px,.7fr);gap:14px 12px}
.org-service-price-row-actions{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto}
.org-service-price-select{appearance:auto}
.org-service-price-image-field{grid-column:1 / -1}
.org-service-price-image-field[hidden]{display:none !important}
.org-service-price-image-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.org-service-price-upload{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;padding:12px 14px;border:1px dashed #bfd0f1;border-radius:14px;background:linear-gradient(180deg,#ffffff 0%,#f6f9ff 100%);cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;flex:1 1 320px}
.org-service-price-upload:hover{border-color:#9bb6ec;box-shadow:0 14px 28px rgba(24,34,74,0.08);transform:translateY(-1px)}
.org-service-price-file-input{position:absolute;opacity:0;pointer-events:none;width:1px;height:1px}
.org-service-price-upload-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;background:#2b1a84;color:#fff;font-size:13px;font-weight:700;line-height:1;white-space:nowrap}
.org-service-price-upload-note{font-size:13px;line-height:1.45;color:#5f6c8f}
.org-service-price-image-remove{min-height:42px;white-space:nowrap}
.org-service-price-image-preview{margin-top:10px;display:flex;align-items:center;justify-content:flex-start;min-height:0}
.org-service-price-image-preview.is-empty{display:none}
.org-service-price-image-preview img{width:108px;height:76px;display:block;object-fit:cover;border-radius:12px;border:1px solid #dbe5f7;box-shadow:0 8px 18px rgba(24,34,74,0.08);background:#eef4ff}
.org-form-section-equipment{padding:0;border-radius:16px;border:1px solid #e2e7f2;overflow:hidden;box-shadow:0 14px 34px rgba(24,34,74,0.08);background:#fff}
.org-form-section-equipment::before{content:'';display:block;height:42px;background:linear-gradient(90deg,#aecaec 0%,#ece8d2 100%)}
.org-form-section-equipment .org-services-head{padding:18px 20px 10px}
.org-form-section-equipment .org-section-title{margin:0;font-size:24px;line-height:1.1;color:#1e2742}
.org-equipment-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
.org-equipment-add-btn,.org-equipment-remove-btn{white-space:nowrap}
.org-equipment-cards-editor{display:flex;flex-direction:column;gap:14px;padding:0 20px 20px}
.org-equipment-editor-card{border:1px solid #dfe6f7;border-radius:14px;background:#f7faff;overflow:hidden}
.org-equipment-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid #e4ebf8;background:linear-gradient(180deg,#fbfdff 0%,#f1f6ff 100%)}
.org-equipment-editor-index{margin:0;font-size:18px;line-height:1.2;color:#1e2742}
.org-equipment-card-form{padding:16px;display:flex;flex-direction:column;gap:16px}
.org-form-section-equipment .org-grid{gap:14px 12px}
.org-form-section-equipment .org-label{font-size:14px;color:#323c59}
.org-form-section-equipment .org-input{min-height:46px;padding:0 14px;border:1px solid #edf1f7;border-radius:10px;background:#f5f7fb;color:#67708a;font-size:14px}
.org-form-section-equipment input[type="file"].org-input{display:flex;align-items:center;padding:0 12px;line-height:1}
.org-equipment-image-preview{margin-top:10px;width:100%;max-width:240px;height:140px;border-radius:10px;overflow:hidden;border:1px solid #dfe6f7;background:#fff}
.org-equipment-image-preview.is-empty{display:none}
.org-equipment-image-preview img{display:block;width:100%;height:100%;object-fit:cover}
.org-equipment-params{display:flex;flex-direction:column;gap:12px}
.org-equipment-params-head{font-size:16px;font-weight:700;color:#1e2742}
.org-equipment-params-list{display:flex;flex-direction:column;gap:10px}
.org-equipment-param-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px}
.org-service-photo-preview-row{margin-top:10px}
.org-service-photo-preview{width:100%;max-width:240px;height:140px;border-radius:10px;overflow:hidden;border:1px solid #dfe6f7;background:#fff}
.org-service-photo-preview img{width:100%;height:100%;object-fit:cover;display:block}
.org-form-submit-actions{display:flex;justify-content:flex-end;align-items:center;gap:10px;flex-wrap:wrap;margin-top:6px}
.request-owner-action-form{margin:0}
.request-archive-notice{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:18px;padding:16px 18px;border:1px solid #dbe5fb;border-radius:16px;background:linear-gradient(180deg,#f7faff 0%,#eef4ff 100%)}
.request-archive-notice-copy{display:flex;flex-direction:column;gap:6px;font-size:14px;line-height:1.55;color:#31415f}
.request-archive-notice-copy strong{font-size:16px;line-height:1.3;color:#1c2a48}
.request-archive-notice-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.request-archive-notice-actions form{margin:0}
.request-existing-files{font-size:13px;line-height:1.55;color:#5f6d8a}

/* Organization Profile Page */
.org-profile{display:flex;flex-direction:column;gap:20px}
.org-desc-content{font-size:13px;color:#334155;line-height:1.75}
.org-desc-content > :first-child{margin-top:0}
.org-desc-content > :last-child{margin-bottom:0}
.org-hero{display:flex;gap:24px;align-items:flex-start}
.org-side{width:150px;display:flex;flex-direction:column;align-items:flex-start;gap:14px;flex:0 0 150px}
.org-logo{width:150px;height:150px;border-radius:12px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e6e6e6}
.org-logo img{width:100%;height:100%;object-fit:cover}
.org-side-actions{width:100%;display:flex;flex-direction:column;align-items:center;gap:10px}
.org-chat-btn{min-width:0;width:auto;justify-content:center;padding-left:18px;padding-right:18px}
.org-call-btn{min-width:0;width:auto;justify-content:center;padding-left:18px;padding-right:18px;background:#2dbd63;color:#fff;border:1px solid #24a856}
.org-call-btn:hover{background:#27ad5b;color:#fff}
.org-head{flex:1}
.org-title-row{display:flex;align-items:center;gap:16px;margin-bottom:12px}
.org-title-row h1{margin:0;font-size:20px;color:#222}
.org-rating{font-size:12px;color:#f2a100;display:flex;align-items:center;gap:6px}
.org-profile-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:#ecfff5;border:1px solid #bfe9cf;color:#17804d;font-size:11px;font-weight:600;line-height:1}
.org-profile-badge--legal{background:#eef4ff;border-color:#c9d8ff;color:#2a56b5}
.org-profile-badge--individual{background:#fff6e8;border-color:#ffdca8;color:#b46a08}
.org-desc-card{display:flex;flex-direction:column}
.org-desc-card .org-desc-content{flex:1 1 auto}
.org-desc-badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;padding-top:14px;border-top:1px solid #eef1f6}
.org-top-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.org-card-info{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:14px 16px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.org-card-title{font-size:12px;font-weight:600;color:#222;margin-bottom:16px}
.org-info-list{display:flex;flex-direction:column;gap:6px;font-size:11px;color:#444}
.org-info-list span{color:#8a8a8a}
.org-card-info--contacts{border:1px solid #dfe7f8;border-radius:16px;padding:14px 16px;background:linear-gradient(135deg,#ffffff 0%,#f7faff 100%);box-shadow:0 12px 24px rgba(24,34,74,0.06)}
.org-card-title--contacts{margin-bottom:10px;font-size:14px;line-height:1.15;font-weight:700;color:#1e2742}
.org-info-list--contacts{gap:8px;font-size:12px;line-height:1.4;color:#22304f}
.org-info-list--contacts .org-info-row{display:flex;flex-direction:column;gap:3px;padding:8px 10px;border-radius:12px;background:#fff;border:1px solid #e7edf9}
.org-info-list--contacts .org-info-row span{font-size:9px;line-height:1.2;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#7b89ad}
.org-info-list--contacts .org-info-row--address,.org-info-list--contacts .org-info-row--accent{font-size:13px;font-weight:600;color:#1d2745}
.org-info-list--contacts .org-info-row--site a{color:#2b5fd9;text-decoration:none;font-weight:600;word-break:break-word}
.org-info-list--contacts .org-info-row--site a:hover{text-decoration:underline}
.org-info-empty{font-size:11px;color:#777}
.org-spheres{margin:0;padding-left:0;font-size:11px;color:#2b67c7;line-height:1.6;list-style-position:inside}
.org-spheres li{margin-bottom:4px}
.org-spheres-scroll{max-height:130px;overflow-y:auto;padding-right:6px}
.org-desc-card{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:16px 18px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.org-desc-card p{margin:0 0 12px;font-size:12px;color:#555;line-height:1.5}
.org-desc-card--top-grid .org-card-title{font-size:15px;margin-bottom:14px}
.org-desc-card--top-grid .org-desc-content{font-size:14px;line-height:1.75;color:#4b5563}
.org-desc-card--top-grid .org-desc-content p{margin:0 0 14px}
.org-desc-content p,.org-desc-content li,.org-desc-content div,.org-desc-content span{font-size:inherit !important;line-height:inherit;color:inherit}
.org-desc-actions{display:flex}
.org-services-section h2{margin:0 0 12px;font-size:16px;color:#222}
.org-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.org-service-card{border:1px solid #e6e6e6;border-radius:8px;background:#fff;overflow:hidden;display:flex;flex-direction:column}
.org-service-prices-section{display:flex;flex-direction:column;gap:16px}
.org-service-prices-headline{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap}
.org-service-prices-headline h2{margin:0;font-size:16px;color:#222}
.org-service-prices-note{font-size:12px;line-height:1.5;color:#6a738f;max-width:520px}
.org-service-prices-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.org-service-price-card{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:1px solid #dfe7f8;border-radius:18px;background:linear-gradient(135deg,#ffffff 0%,#f7faff 100%);box-shadow:0 14px 28px rgba(24,34,74,0.06)}
.org-service-price-card-media{width:168px;height:121px;flex:0 0 168px;border:none;padding:0;border-radius:14px;overflow:hidden;background:#e8edf8;cursor:pointer;box-shadow:0 12px 26px rgba(24,34,74,0.12);transition:transform .2s ease,box-shadow .2s ease}
.org-service-price-card-media:hover{transform:translateY(-1px);box-shadow:0 16px 30px rgba(24,34,74,0.16)}
.org-service-price-card-media img{width:100%;height:100%;display:block;object-fit:cover}
.org-service-price-card-main{display:flex;align-items:center;min-width:0;flex:1}
.org-service-price-card h3{margin:0;font-size:18px;line-height:1.2;color:#1f2946}
.org-service-price-card-value{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;background:linear-gradient(135deg,#ffd64a 0%,#ffbf00 100%);color:#18213d;font-size:15px;line-height:1;font-weight:900;white-space:nowrap;box-shadow:0 10px 22px rgba(255,191,0,0.24)}
.org-image-lightbox{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:24px}
.org-image-lightbox[hidden]{display:none}
.org-image-lightbox-backdrop{position:absolute;inset:0;background:rgba(12,18,38,0.72);backdrop-filter:blur(4px)}
.org-image-lightbox-dialog{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;max-width:min(92vw,1100px);max-height:90vh;padding:18px;border-radius:22px;background:#fff;box-shadow:0 30px 80px rgba(10,16,34,0.28)}
.org-image-lightbox-dialog img{display:block;max-width:min(86vw,1000px);max-height:calc(90vh - 36px);border-radius:16px;object-fit:contain}
.org-image-lightbox-close{position:absolute;top:10px;right:10px;width:40px;height:40px;border:none;border-radius:50%;background:rgba(18,28,57,0.9);color:#fff;font-size:28px;line-height:1;cursor:pointer}
body.has-org-image-lightbox{overflow:hidden}
.org-equipment-section{display:flex;flex-direction:column;gap:12px}
.org-equipment-section h2{margin:0;font-size:16px;color:#222}
.org-equipment-track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 32px) / 3);gap:16px;overflow-x:auto;padding:4px 2px 16px;scroll-snap-type:x proximity;scrollbar-width:thin;scrollbar-color:#c8d6ef transparent;overscroll-behavior-x:contain}
.org-equipment-track::-webkit-scrollbar{height:10px}
.org-equipment-track::-webkit-scrollbar-thumb{background:#c8d6ef;border-radius:999px}
.org-equipment-track::-webkit-scrollbar-track{background:transparent}
.org-equipment-public-card{min-width:0;display:flex;flex-direction:column;gap:14px;padding:14px;border:1px solid #e2e8f3;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 12px 30px rgba(17,28,58,0.06);scroll-snap-align:start}
.org-equipment-public-media{aspect-ratio:16/11;border-radius:14px;overflow:hidden;background:#edf2ff}
.org-equipment-public-media img{display:block;width:100%;height:100%;object-fit:cover}
.org-equipment-public-body{display:flex;flex-direction:column;gap:14px;min-width:0}
.org-equipment-public-body h3{margin:0;font-size:18px;line-height:1.2;color:#17233d}
.org-equipment-public-specs{display:flex;flex-direction:column;gap:10px}
.org-equipment-public-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e3eaf7;border-radius:14px;background:#fff}
.org-equipment-public-row span{font-size:13px;line-height:1.5;color:#5f6885}
.org-equipment-public-row strong{font-size:14px;line-height:1.45;color:#1f2946;text-align:right}
.org-services-section--transport .org-services-grid--transport{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.org-services-section--transport .org-service-card--transport{position:relative;display:block;min-height:340px;padding:0;border:0;border-radius:18px;overflow:hidden;background:#dbe5f6;box-shadow:0 18px 42px rgba(16,31,72,0.16)}
.org-services-section--transport .org-service-transport-image{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;display:block}
.org-services-section--transport .org-service-transport-image--placeholder{background:linear-gradient(135deg,#c7d5ee 0%,#e7eefb 100%)}
.org-services-section--transport .org-service-card--transport::after{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(7,18,43,0.02) 0%,rgba(7,18,43,0.08) 35%,rgba(7,18,43,0.72) 78%,rgba(7,18,43,0.88) 100%)}
.org-services-section--transport .org-service-transport-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:10px;padding:22px 18px 18px}
.org-services-section--transport .org-service-transport-overlay h3{margin:0;max-width:90%;font-size:20px;line-height:1.12;font-weight:800;color:#fff;text-shadow:0 3px 14px rgba(0,0,0,0.32)}
.org-services-section--transport .org-service-transport-price{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:999px;background:linear-gradient(135deg,#ffd64a 0%,#ffbf00 100%);color:#18213d;font-size:15px;line-height:1;font-weight:900;box-shadow:0 10px 22px rgba(0,0,0,0.22)}
.org-service-head{background:#bcd1f5;padding:10px 12px;text-align:center}
.org-service-head h3{margin:0;font-size:12px;font-weight:600;color:#1f3b6a}
.org-service-body{padding:12px;display:flex;flex-direction:column;gap:10px}
.org-service-photo{width:100%;height:120px;border-radius:6px;background:#eee;overflow:hidden}
.org-service-photo img{width:100%;height:100%;object-fit:cover}
.org-service-rows{display:flex;flex-direction:column;gap:8px}
.org-service-row{display:flex;flex-direction:column;gap:2px;font-size:11px;color:#555}
.org-service-row span{color:#2b67c7;font-weight:600}
.org-service-row strong{font-weight:400;color:#222}

.org-reviews-section h2{margin:0 0 12px;font-size:16px;color:#222}
.org-reviews-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}
.org-review-card{border:1px solid #e6e6e6;border-radius:8px;background:#fff;padding:14px;display:flex;gap:16px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.org-review-left{width:200px;display:flex;gap:12px}
.org-review-avatar{width:40px;height:40px;border-radius:50%;background:#111}
.org-review-meta{display:flex;flex-direction:column;gap:6px}
.org-review-name{font-size:12px;font-weight:600;color:#222}
.org-review-company{font-size:10px;color:#666}
.org-review-rating{font-size:11px;color:#f2a100}
.org-review-body{flex:1;display:flex;flex-direction:column;gap:8px}
.org-review-title{font-size:12px;font-weight:600;color:#222}
.org-review-text{font-size:11px;color:#555;line-height:1.4}
.org-review-date{font-size:10px;color:#888}
.org-review-form{border:1px solid #e6e6e6;border-radius:8px;background:#fff;padding:16px}
.org-review-form h3{margin:0 0 12px;font-size:14px;color:#222}
.review-form{display:flex;flex-direction:column;gap:12px}
.review-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.review-input,.review-textarea{width:100%;border:1px solid #e0e0e0;border-radius:4px;padding:10px 12px;font-size:12px;box-sizing:border-box;font-family:'Montserrat',Arial,sans-serif}
.review-textarea{grid-column:1 / -1;resize:vertical}
.review-actions{display:flex;justify-content:flex-end}

/* Organization List */
.org-list{display:flex;flex-direction:column;gap:16px}
.org-list-title{margin:0;font-size:20px;font-weight:600;color:#222}
.org-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.org-card{display:flex;gap:16px;border:1px solid #e6e6e6;border-radius:8px;background:#fff;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.org-card-logo{width:90px;height:90px;border-radius:8px;background:#f0f0f0;display:flex;align-items:center;justify-content:center;overflow:hidden}
.org-card-logo img{width:100%;height:100%;object-fit:cover}
.org-card-body{display:flex;flex-direction:column;gap:8px;flex:1}
.org-card .org-card-title{margin:0;font-size:14px;font-weight:600;color:#222}
.org-card-spheres{font-size:11px;color:#666}
.org-card-meta{display:flex;flex-direction:column;gap:4px;font-size:11px;color:#555}
.org-card .org-card-owner{margin-top:auto}
.org-list-pagination{display:flex;justify-content:center;gap:8px}
.org-list-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;border:1px solid #e0e0e0;border-radius:6px;font-size:11px;color:#2b1a84;text-decoration:none;padding:0 8px}
.org-list-pagination .current{background:#2b1a84;color:#fff;border-color:#2b1a84}
.org-list-empty{font-size:12px;color:#666}

/* Catalog Page */
.catalog-page{display:block}
.catalog-layout{display:flex;gap:20px;align-items:flex-start}
.catalog-sidebar{width:228px;flex:0 0 228px;position:sticky;top:20px;align-self:flex-start}
.catalog-filters{background:#fff;border:1px solid #e6e6e6;border-radius:8px;padding:14px;display:flex;flex-direction:column;gap:14px;max-height:560px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}
.filter-title{font-size:12px;font-weight:600;color:#222;margin-bottom:4px}
.catalog-search-wrap{display:flex;flex-direction:column;gap:8px}
.catalog-search-input{width:100%;min-height:42px;padding:0 14px;border:1px solid #dce3f0;border-radius:10px;background:#f8fbff;color:#2b3550;font-size:13px;box-sizing:border-box}
.catalog-search-input:focus{outline:none;border-color:#8aa4ff;box-shadow:0 0 0 3px rgba(138,164,255,0.16)}
.catalog-search-input::placeholder{color:#8a93a8}
.filter-group{display:flex;flex-direction:column;gap:8px;border-top:1px solid #f0f0f0;padding-top:10px}
.filter-heading{font-size:11px;font-weight:600;color:#333}
.filter-item{display:flex;align-items:center;gap:8px;font-size:11px;color:#444}
.filter-item input{width:14px;height:14px}
.equipment-filters-card{border-radius:22px;border-color:#dfe6f3;padding:18px;background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);box-shadow:0 18px 34px rgba(21,37,80,0.08);gap:16px}
.equipment-filters-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.equipment-filter-title{margin-bottom:6px;font-size:18px;line-height:1.15;font-weight:800;color:#192341}
.equipment-filter-counter{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 11px;border-radius:999px;background:#eef4ff;border:1px solid #dbe5ff;color:#3452a4;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}
.equipment-filter-group{gap:12px;padding-top:14px;border-top:1px solid #edf1f8}
.equipment-filter-heading{font-size:12px;line-height:1.25;font-weight:800;color:#26314f}
.equipment-filter-options{display:flex;flex-direction:column;gap:8px}
.equipment-filter-group.is-collapsed .equipment-filter-item.is-extra{display:none}
.equipment-filter-item{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border:1px solid #e5ebf6;border-radius:14px;background:#fff;transition:border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease}
.equipment-filter-item:hover{border-color:#cbd7f3;background:#fbfcff;transform:translateY(-1px)}
.equipment-filter-item input{width:16px;height:16px;accent-color:#4f6df5}
.equipment-filter-item span{font-size:13px;line-height:1.35;color:#4c5774}
.equipment-filter-toggle{align-self:flex-start;border:1px solid #d9e3ff;background:#fff;color:#2b67c7;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.equipment-filter-toggle:hover{background:#f2f5ff;border-color:#c7d7ff;transform:translateY(-1px)}
.equipment-filter-actions{position:sticky;bottom:-18px;display:flex;flex-direction:column;gap:10px;margin-top:auto;padding:14px 0 2px;background:linear-gradient(180deg,rgba(251,252,255,0) 0%,#fbfcff 24%,#fbfcff 100%);border-top:1px solid #edf1f8}
.equipment-filter-submit{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:14px;font-size:13px;font-weight:800}
.equipment-filter-reset{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 14px;border:1px solid #d7e1f4;border-radius:14px;background:#fff;color:#5f6f90;text-decoration:none;font-size:13px;font-weight:800;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}
.equipment-filter-reset.is-active:hover{border-color:#c7d7ff;background:#f5f8ff;color:#2d4f98;transform:translateY(-1px)}
.equipment-filter-reset.is-disabled{pointer-events:none;opacity:.55;color:#98a4bd;background:#f8fafe}
.flea-filters-card{border-radius:22px;border-color:#dfe6f3;padding:18px;background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);box-shadow:0 18px 34px rgba(21,37,80,0.08);gap:16px}
.flea-filters-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}
.flea-filter-title{margin-bottom:6px;font-size:18px;line-height:1.15;font-weight:800;color:#192341}
.flea-filter-subtitle{font-size:12px;line-height:1.45;color:#78839d}
.flea-filter-counter{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 11px;border-radius:999px;background:#eef4ff;border:1px solid #dbe5ff;color:#3452a4;font-size:11px;font-weight:700;line-height:1;white-space:nowrap}
.flea-filter-block{padding:14px;border:1px solid #e8edf7;border-radius:16px;background:linear-gradient(180deg,#fcfdff 0%,#f8fbff 100%)}
.flea-filter-block--search{padding:0;border:none;border-radius:0;background:transparent}
.flea-filter-heading{font-size:12px;line-height:1.25;font-weight:800;color:#26314f}
.flea-filter-input{min-height:48px;border-radius:14px;background:#f8fbff;border-color:#dbe4f4;font-size:14px;transition:border-color .2s ease, box-shadow .2s ease, background .2s ease}
.flea-filter-input:focus{background:#fff;border-color:#7e9bff;box-shadow:0 0 0 4px rgba(126,155,255,0.14)}
.flea-category-picker{position:relative}
.flea-category-trigger{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;text-align:left;cursor:pointer}
.flea-category-trigger::after{content:'';flex:0 0 auto;width:10px;height:10px;margin-top:-3px;border-right:2px solid #6475a4;border-bottom:2px solid #6475a4;transform:rotate(45deg);transition:transform .2s ease,border-color .2s ease}
.flea-category-picker.is-open .flea-category-trigger{background:#fff;border-color:#7e9bff;box-shadow:0 0 0 4px rgba(126,155,255,0.14)}
.flea-category-picker.is-open .flea-category-trigger::after{transform:rotate(225deg);margin-top:3px;border-color:#2b1a84}
.flea-category-trigger-label{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700;color:#22304e}
.flea-category-popup{position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:40;display:flex;flex-direction:column;gap:14px;max-height:360px;overflow:auto;padding:14px;border:1px solid #dce4f5;border-radius:18px;background:linear-gradient(180deg,#ffffff 0%,#f7faff 100%);box-shadow:0 22px 38px rgba(18,31,76,0.16)}
.flea-category-popup[hidden]{display:none}
.flea-category-group{display:flex;flex-direction:column;gap:10px}
.flea-category-group-title{display:flex;align-items:center;gap:8px;font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#5d6c92}
.flea-category-group-title::before{content:'';display:block;width:22px;height:2px;border-radius:999px;background:linear-gradient(90deg,#ffcf00 0%,#2b1a84 100%)}
.flea-category-group-options{display:flex;flex-direction:column;gap:8px}
.flea-category-option{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-height:46px;padding:0 14px;border:1px solid #e1e7f3;border-radius:14px;background:#fff;color:#2d3a58;text-align:left;font-size:13px;line-height:1.35;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease,transform .2s ease}
.flea-category-option:hover{border-color:#bfd0f4;background:#f8fbff;box-shadow:0 10px 18px rgba(31,49,98,0.08);transform:translateY(-1px)}
.flea-category-option.is-selected{border-color:#b9caff;background:linear-gradient(180deg,#eef3ff 0%,#f8fbff 100%);box-shadow:0 12px 20px rgba(52,82,164,0.12)}
.flea-category-option-text{min-width:0}
.flea-category-option-mark{flex:0 0 auto;width:18px;height:18px;border-radius:50%;border:1px solid #d3dbef;background:#fff;box-sizing:border-box;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}
.flea-category-option.is-selected .flea-category-option-mark{border-color:#2b1a84;background:radial-gradient(circle at center,#2b1a84 0 42%,#fff 46% 100%);box-shadow:0 0 0 3px rgba(43,26,132,0.12)}
.flea-category-popup > .flea-category-option{position:sticky;top:0;z-index:1;background:linear-gradient(180deg,#fffdf2 0%,#fff7d7 100%);border-color:#f1dea0;color:#5d4600}
.flea-filter-group{gap:12px;padding-top:14px;border-top:1px solid #edf1f8}
.flea-filter-options{display:flex;flex-direction:column;gap:8px}
.flea-filter-options--cities{max-height:220px;overflow:auto;padding-right:4px}
.flea-filter-check{display:flex;align-items:center;gap:10px;min-height:42px;padding:0 12px;border:1px solid #e5ebf6;border-radius:14px;background:#fff;transition:border-color .2s ease, box-shadow .2s ease, background .2s ease, transform .2s ease}
.flea-filter-check:hover{border-color:#cbd7f3;background:#fbfcff;transform:translateY(-1px)}
.flea-filter-check input{width:16px;height:16px;accent-color:#4f6df5}
.flea-filter-check span{font-size:13px;line-height:1.35;color:#4c5774}
.flea-filter-actions{display:flex;flex-direction:column;gap:10px;margin-top:2px}
.flea-filter-submit{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:14px;font-size:13px;font-weight:800}
.flea-filter-reset{display:inline-flex;align-items:center;justify-content:center;min-height:20px;color:#64748b;text-decoration:none;font-size:12px;font-weight:700}
.flea-filter-reset:hover{text-decoration:underline}
@media (max-width: 767px){
  .flea-category-popup{max-height:300px;padding:12px}
  .flea-category-option{min-height:44px;padding:0 12px}
}

.catalog-main{flex:1}
.catalog-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}
.catalog-title{margin:0;font-size:20px;font-weight:600;color:#222}
.catalog-sort{display:flex;align-items:center;gap:12px;font-size:11px;color:#666}
.catalog-sort a{color:#2b1a84;text-decoration:none}
.catalog-sort a.active{text-decoration:underline}

.catalog-categories{margin:0 0 18px}
.catalog-cat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}
.catalog-cat-card{border:1px solid #e6e6e6;border-radius:12px;background:#fff;padding:12px;text-align:center;display:flex;flex-direction:column;gap:8px;box-shadow:0 1px 2px rgba(0,0,0,0.03)}
.catalog-cat-card.is-active{border-color:#2b1a84;box-shadow:0 2px 8px rgba(43,26,132,0.16)}
.catalog-cat-link{text-decoration:none;color:#222;display:flex;flex-direction:column;align-items:center;gap:8px}
.catalog-cat-icon{width:54px;height:54px;border-radius:12px;background:#f6f6f6;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:20px;color:#2b1a84;font-weight:600}
.catalog-cat-icon img{width:100%;height:100%;object-fit:contain;display:block}
.catalog-cat-title{font-size:12px;font-weight:600;color:#222}
.catalog-cat-sub{display:flex;flex-wrap:wrap;gap:6px;justify-content:center}
.catalog-sub-link{font-size:10px;color:#2b67c7;text-decoration:none;border:1px solid #d9e3ff;padding:2px 6px;border-radius:12px;background:#f2f5ff}
.catalog-sub-link.is-active{background:#2b1a84;color:#fff;border-color:#2b1a84}
.material-term-children-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.material-term-child-card{min-width:0}
.material-term-child-link{position:relative;display:block;aspect-ratio:1/0.78;border:1px solid #ebe6d8;border-radius:22px;overflow:hidden;background:linear-gradient(180deg,#f7f3e8 0%,#f3eee2 100%);text-decoration:none;color:#fff;box-shadow:0 12px 24px rgba(20,34,70,0.06);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.material-term-child-link:hover{transform:translateY(-3px);border-color:#d9cfb5;box-shadow:0 18px 32px rgba(20,34,70,0.12)}
.material-term-child-media{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:0;background:linear-gradient(180deg,#f7f3e8 0%,#f3eee2 100%)}
.material-term-child-media::after{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(17,24,39,0.04) 0%,rgba(17,24,39,0.08) 55%,rgba(10,15,26,0.1) 100%);transition:background .22s ease,opacity .22s ease}
.material-term-child-link:hover .material-term-child-media::after{background:linear-gradient(180deg,rgba(10,15,26,0.12) 0%,rgba(10,15,26,0.34) 52%,rgba(10,15,26,0.64) 100%)}
.material-term-child-media img{position:relative;z-index:0;width:100%;height:100%;object-fit:cover;display:block}
.material-term-child-placeholder{position:relative;z-index:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#eae6db 0%,#f8f4ea 100%);color:#2b1a84;font-size:56px;font-weight:800}
.material-term-child-body{position:absolute;inset:0;z-index:1;display:flex;align-items:flex-end;justify-content:center;padding:18px 14px;background:linear-gradient(180deg,rgba(10,15,26,0) 0%,rgba(10,15,26,0.22) 58%,rgba(10,15,26,0.78) 100%);opacity:0;transition:opacity .22s ease}
.material-term-child-link:hover .material-term-child-body,.material-term-child-link:focus-visible .material-term-child-body{opacity:1}
.material-term-child-title{font-size:15px;line-height:1.25;font-weight:700;color:#fff;text-align:center;text-shadow:0 2px 10px rgba(0,0,0,0.35);transform:translateY(10px);transition:transform .22s ease}
.material-term-child-link:hover .material-term-child-title,.material-term-child-link:focus-visible .material-term-child-title{transform:translateY(0)}
.flea-hero{margin:0 0 20px;padding:24px 28px;border:1px solid #e2e7f2;border-radius:24px;background:linear-gradient(135deg,#edf4ff 0%,#fff4de 100%);box-shadow:0 18px 42px rgba(20,36,82,0.08)}
.flea-hero-kicker{font-size:11px;line-height:1.2;text-transform:uppercase;letter-spacing:.12em;color:#5f6d90;margin-bottom:10px}
.flea-hero-text{max-width:760px;margin:0;font-size:14px;line-height:1.7;color:#42506f}
.flea-hero-actions{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:18px}
.flea-hero-stat{display:inline-flex;align-items:center;min-height:42px;padding:0 14px;border:1px solid rgba(49,69,122,0.14);border-radius:999px;background:rgba(255,255,255,0.75);font-size:12px;color:#263252}

.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.product-card{border:1px solid #e7e9f1;border-radius:16px;background:#fff;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 24px rgba(19,32,66,0.08);position:relative}
.product-card-link{position:absolute;inset:0;z-index:1;border-radius:16px}
.product-image{background:#f3f4f7;min-height:180px;display:flex;align-items:center;justify-content:center;position:relative;padding:18px}
.product-image img{width:100%;height:190px;object-fit:contain;display:block}
.product-image-placeholder{width:100%;height:190px;background:#e9ecf2;border-radius:10px}
.product-badge{position:absolute;top:12px;right:12px;background:#e9fbef;color:#1f8d4d;border:1px solid #b9f0cb;font-size:11px;font-weight:600;padding:4px 10px;border-radius:999px}
.product-body{padding:14px 16px 16px;display:flex;flex:1 1 auto;flex-direction:column;gap:10px}
.product-title{font-size:14px;font-weight:700;color:#222;line-height:1.35}
.product-meta{display:flex;flex:1 1 auto;flex-direction:column;gap:4px;font-size:11px;color:#6a6f7b}
.product-meta span{color:#3b82f6;font-weight:600}
.product-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding-top:6px}
.product-price{font-size:14px;font-weight:700;color:#111}
.product-card .btn-outline{background:#bff4d0;color:#0f6b35;border:none;border-radius:10px;padding:8px 12px;font-weight:600}
.product-card .btn-outline:hover{background:#a7efc2}
.product-card .btn-outline{position:relative;z-index:2}
.catalog-more{display:flex;justify-content:center;margin-top:16px}
.flea-card-badge{background:#fff2b5;color:#6d5200}
.flea-card-category{font-size:10px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.08em;color:#6d7a96;margin-bottom:8px}
.flea-card-meta{min-height:70px}

/* Product Page */
.product-page{display:flex;flex-direction:column;gap:24px}
.product-top{background:#f7f9fc;border:1px solid #e2e8f0;border-radius:28px;padding:28px;box-shadow:0 18px 42px rgba(20,30,58,0.06)}
.product-head{display:flex;flex-direction:column;gap:10px;margin:0 0 24px}
.product-kicker{display:inline-flex;align-self:flex-start;padding:6px 12px;border-radius:999px;background:#ecf3ff;color:#245cc9;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.product-breadcrumbs{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:13px;line-height:1.35;color:#7a88a6}
.product-breadcrumbs a{color:#5f6f93;text-decoration:none}
.product-breadcrumbs a:hover{text-decoration:underline}
.product-breadcrumbs span{color:#a5b0c5}
.catalog-breadcrumbs{margin:0 0 14px}
.product-title-main{margin:0;font-size:42px;line-height:1.05;font-weight:800;color:#16233d;max-width:980px}
.product-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}
.product-main-column{display:flex;flex-direction:column;gap:20px;min-width:0}
.product-sidebar{display:flex;flex-direction:column;gap:18px;min-width:0;align-items:stretch;position:sticky;top:24px;align-self:start}
.product-gallery-panel,.product-summary-card,.product-specs-card,.product-gallery-strip-card,.product-description,.product-offers{background:#fff;border:1px solid #e3e9f3;border-radius:24px;box-shadow:0 16px 36px rgba(20,30,58,0.05)}
.product-gallery-panel{padding:20px}
.product-gallery-panel .product-gallery-strip-card{margin-top:18px}
.product-specs-card--wide{padding:20px}
.product-gallery{display:flex;flex-direction:column;gap:14px;min-width:0}
.product-gallery-label{display:inline-flex;align-self:flex-start;padding:8px 12px;border-radius:999px;background:#fff;border:1px solid #dde5f3;color:#5f6f8f;font-size:12px;font-weight:700;box-shadow:0 12px 24px rgba(18,28,52,0.05)}
.product-main-image{position:relative;border:1px solid #e6edf7;border-radius:20px;min-height:390px;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#ffffff 0%,#f4f7fb 100%);overflow:hidden}
.product-main-image img{width:100%;height:370px;object-fit:contain;display:block;padding:20px}
.product-gallery-nav{position:absolute;top:50%;z-index:2;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border:none;border-radius:50%;background:rgba(20,28,44,0.78);color:#fff;font-size:19px;line-height:1;cursor:pointer;box-shadow:0 12px 24px rgba(0,0,0,0.18);transition:background .2s ease, transform .2s ease, box-shadow .2s ease}
.product-gallery-nav:hover{background:rgba(20,28,44,0.92);transform:translateY(-50%) scale(1.05);box-shadow:0 16px 28px rgba(0,0,0,0.24)}
.product-gallery-nav--prev{left:16px}
.product-gallery-nav--next{right:16px}
.product-thumbs{display:flex;gap:8px}
.product-thumb{border:1px solid #e0e0e0;border-radius:6px;padding:4px;background:#fff;cursor:pointer}
.product-thumb img{width:44px;height:34px;object-fit:contain;display:block}
.product-thumb.active{border-color:#2b1a84}
.product-info{display:flex;flex-direction:column;gap:18px;min-width:0;width:100%}
.product-summary-card{padding:22px;background:linear-gradient(145deg,#2356c9 0%,#2f6be7 100%);color:#fff;box-shadow:0 20px 44px rgba(35,86,201,0.22)}
.product-price-box{display:flex;flex-direction:column;gap:10px}
.product-price-caption{font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,0.72)}
.product-price-main{font-size:46px;line-height:1;font-weight:800;color:#fff;display:flex;align-items:flex-end;gap:8px;flex-wrap:wrap}
.product-price-main span{font-size:18px;line-height:1.1;font-weight:700;color:rgba(255,255,255,0.82)}
.product-price-note{font-size:13px;line-height:1.45;color:rgba(255,255,255,0.8);max-width:420px}
.product-summary-empty{display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-width:420px}
.product-summary-empty-title{font-size:24px;line-height:1.1;font-weight:900;color:#fff}
.product-summary-empty-text{font-size:14px;line-height:1.6;color:rgba(255,255,255,0.84)}
.product-summary-empty-btn{margin-top:4px}
.product-card-title{font-size:14px;font-weight:800;color:#192338;letter-spacing:.02em;margin-bottom:10px}
.product-specs-card,.product-gallery-strip-card,.product-description,.product-offers{padding:20px}
.product-info-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;font-size:13px;color:#43516e}
.product-spec-item{padding:11px 13px;border-radius:16px;background:#f6f8fc;border:1px solid #e8edf6;line-height:1.45}
.product-info-row span{display:block;margin-bottom:2px;color:#2d5ecb;font-weight:700;font-size:11px;letter-spacing:.03em;text-transform:uppercase}
.product-info-row--collapsible.is-collapsed .product-spec-item.is-extra{display:none}
.product-specs-toggle{align-self:flex-start;margin-top:12px;border:1px solid #d9e3ff;background:#fff;color:#2b67c7;border-radius:999px;padding:8px 14px;font-size:12px;font-weight:800;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}
.product-specs-toggle:hover{background:#f2f5ff;border-color:#c7d7ff;transform:translateY(-1px)}
.product-desc-title{font-size:14px;font-weight:800;color:#192338;margin-bottom:10px}
.product-desc-text{font-size:14px;color:#4b5875;line-height:1.72}
.product-actions{display:flex;align-items:center;gap:12px;margin-top:18px}
.product-summary-card .btn{background:#fff;border-color:#fff;color:#1f4fb8;font-weight:800;box-shadow:0 14px 26px rgba(12,28,64,0.18)}
.product-summary-card .btn:hover{background:#f7faff;color:#1a49ad}
.product-inline-gallery{display:flex;align-items:flex-start;gap:10px;max-width:100%;overflow-x:auto;padding-bottom:4px}
.product-inline-thumb{flex:0 0 104px;width:104px;height:82px;padding:0;border:1px solid #e3e8f3;border-radius:16px;background:#fff;overflow:hidden;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.product-inline-thumb:hover{border-color:#c3d0ef;box-shadow:0 14px 28px rgba(23,38,80,0.1);transform:translateY(-2px)}
.product-inline-thumb.is-active{border-color:#4b79ff;box-shadow:0 0 0 4px rgba(75,121,255,0.14)}
.product-inline-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.product-extra-gallery{margin-top:10px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:100%}
.product-extra-gallery--wide{grid-column:1 / 3}
.product-extra-item{border:1px solid #e6e6e6;border-radius:10px;background:#fafafa;overflow:hidden;height:130px;display:flex;align-items:center;justify-content:center}
.product-extra-item img{width:100%;height:100%;object-fit:cover;display:block}

.product-offers{display:flex;flex-direction:column;gap:14px;align-self:stretch;width:100%;box-sizing:border-box;max-height:calc(100vh - 250px);overflow-y:auto;position:static;top:auto}
.product-offers-title{font-size:14px;font-weight:800;color:#1d2a46}
.offer-card{width:100%;box-sizing:border-box;border:1px solid #eef0f6;border-radius:18px;padding:14px;display:flex;flex-direction:column;gap:10px;background:#fff;position:relative;box-shadow:0 12px 24px rgba(21,32,60,0.05)}
.offer-card.is-best{border-color:#bfe6c6;background:#f3fbf5}
.offer-best{margin-left:auto;display:flex;align-items:center;gap:6px;background:#e4f6e8;color:#2f7a3b;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:600;text-transform:uppercase}
.offer-best-icon{width:16px;height:16px;border-radius:50%;background:#2f7a3b;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;line-height:1}
.offer-best-text{letter-spacing:0.3px}
.offer-head{display:flex;gap:10px;align-items:center}
.offer-logo{width:48px;height:48px;border-radius:14px;background:#f3f4f7;display:flex;align-items:center;justify-content:center;overflow:hidden;font-size:16px;color:#2b1a84;font-weight:600}
.offer-logo img{width:100%;height:100%;object-fit:cover;display:block}
.offer-meta{display:flex;flex-direction:column;gap:4px}
.offer-company{font-size:13px;font-weight:800;color:#222}
.offer-rating{font-size:12px;color:#f2a100}
.offer-contacts{font-size:12px;color:#666;display:flex;flex-direction:column;gap:4px}
.offer-contact{font-size:12px;color:#444}
.offer-price{font-size:18px;font-weight:800;color:#111}
.offer-actions{display:flex;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.offer-actions .btn{display:inline-flex;align-items:center;justify-content:center}
.offer-empty{font-size:12px;color:#777}
.flea-single{display:flex;flex-direction:column;gap:24px}
.flea-single-shell{display:flex;flex-direction:column;gap:18px}
.flea-single-breadcrumbs{display:flex;align-items:center;gap:10px;flex-wrap:wrap;font-size:13px;line-height:1.35;color:#7f8aa3}
.flea-single-breadcrumbs a{color:#6a7897;text-decoration:none}
.flea-single-breadcrumbs a:hover{text-decoration:underline}
.flea-single-breadcrumbs span{display:inline-flex;align-items:center;gap:10px}
.flea-single-breadcrumbs span::before{content:'›';color:#a7b0c4}
.flea-single-layout--market{display:grid;grid-template-columns:minmax(0,.86fr) 360px;gap:28px;align-items:start}
.flea-single-main{min-width:0;display:flex;flex-direction:column;gap:22px}
.flea-gallery-card{display:grid;grid-template-columns:74px minmax(0,1fr);gap:18px;align-items:start}
.flea-gallery-strip{display:flex;flex-direction:column;gap:10px}
.flea-gallery-thumb{display:flex;align-items:center;justify-content:center;width:74px;height:74px;padding:0;border:1px solid #dce3ef;border-radius:14px;background:#fff;overflow:hidden;cursor:pointer;transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease}
.flea-gallery-thumb:hover{border-color:#9ec7a6;transform:translateY(-1px)}
.flea-gallery-thumb.is-active{border-color:#18b46b;box-shadow:0 0 0 3px rgba(24,180,107,0.14)}
.flea-gallery-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.flea-gallery-main{border-radius:18px;overflow:hidden;background:#101318;border:1px solid #e2e7f2;min-height:540px;display:flex;align-items:center;justify-content:center}
.flea-gallery-main-link{display:block;width:100%;height:100%}
.flea-gallery-main img{width:100%;height:540px;object-fit:contain;display:block;background:#0b0e13}
.product-image-placeholder--flea{height:540px;border-radius:0;background:linear-gradient(135deg,#e8edf6 0%,#dfe5f0 100%)}
.flea-single-section{padding:0}
.flea-single-section-title{margin:0 0 14px;font-size:18px;line-height:1.15;font-weight:800;color:#1a2340}
.flea-single-specs{display:flex;flex-direction:column;gap:8px}
.flea-single-spec-row{display:grid;grid-template-columns:240px minmax(0,1fr);gap:18px;align-items:end;padding:8px 0;border-bottom:1px dashed #d9dfeb}
.flea-single-spec-row span{font-size:14px;line-height:1.4;color:#7b86a0}
.flea-single-spec-row strong{font-size:15px;line-height:1.45;color:#1f2a44;font-weight:600}
.flea-single-description{font-size:16px;line-height:1.6;color:#1c2438}
.flea-single-description > :first-child{margin-top:0}
.flea-single-description > :last-child{margin-bottom:0}
.flea-market-sidebar{display:flex;flex-direction:column;gap:14px;position:static}
.flea-market-summary,.flea-market-sidebar-card{border:1px solid #e1e7f2;border-radius:16px;background:#fff;box-shadow:0 12px 28px rgba(22,34,74,0.06)}
.flea-market-summary{padding:20px 18px 18px;display:flex;flex-direction:column;gap:10px}
.flea-market-price{font-size:20px;line-height:1.05;font-weight:900;color:#16203a}
.flea-market-title{margin:0;font-size:18px;line-height:1.2;font-weight:800;color:#1a2340}
.flea-market-badges{display:flex;flex-wrap:wrap;gap:8px}
.flea-market-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:#eef7f0;color:#19874b;border:1px solid #c7ebd2;font-size:11px;font-weight:700;line-height:1}
.flea-market-badge--views{background:#f6f8fc;border-color:#e0e6f2;color:#55627f}
.flea-market-location,.flea-market-date{font-size:14px;line-height:1.45;color:#66748f}
.flea-market-action-stack{display:flex;flex-direction:column;gap:10px;margin-top:8px}
.flea-market-primary-btn,.flea-market-secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:38px;border-radius:10px;font-size:13px;font-weight:700;text-decoration:none}
.flea-market-primary-btn{background:linear-gradient(90deg,#b622c9 0%,#f04c83 100%);border:none;color:#fff}
.flea-market-primary-btn:hover{background:linear-gradient(90deg,#a71db8 0%,#e34578 100%)}
.flea-market-secondary-btn{border:1px solid #d9e0ee;background:#fff;color:#1d2745}
.flea-market-sidebar-card{padding:16px 18px}
.flea-market-sidebar-title{font-size:14px;line-height:1.25;font-weight:800;color:#1a2340;margin-bottom:8px}
.flea-market-phone-link{font-size:18px;line-height:1.3;font-weight:700;color:#1f2946;text-decoration:none}
.flea-market-phone-link:hover{text-decoration:underline}
.flea-market-seller-head{display:flex;align-items:center;gap:12px}
.flea-market-seller-avatar{width:68px;height:68px;border-radius:14px;overflow:hidden;background:#eef2f8;display:flex;align-items:center;justify-content:center;color:#1d2745;font-size:24px;font-weight:800;flex:0 0 68px}
.flea-market-seller-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.flea-market-seller-meta{display:flex;flex-direction:column;gap:4px;min-width:0}
.flea-market-sidebar-title--seller{margin-bottom:0}
.flea-market-seller-status{font-size:13px;line-height:1.35;color:#6e7b96}
.flea-market-seller-link{display:inline-flex;align-items:center;margin-top:12px;color:#18a95d;text-decoration:none;font-size:15px;font-weight:700}
.flea-market-seller-link:hover{text-decoration:underline}
.flea-related-title{font-size:24px;line-height:1.15;color:#1e2742;margin:0 0 14px}

.cabinet-flea-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);gap:18px;align-items:start}
.cabinet-flea-form-wrap,.cabinet-flea-list-wrap{min-width:0}
.cabinet-flea-form{gap:14px}
.cabinet-flea-form-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.cabinet-flea-section{padding:0;border:1px solid #e4eaf6;border-radius:24px;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);box-shadow:0 14px 34px rgba(22,34,74,0.06)}
.cabinet-flea-section--location{position:relative;overflow:visible;z-index:80}
.cabinet-flea-section::before{content:none}
.cabinet-flea-section .org-section-head{padding:18px 22px 8px;margin:0}
.cabinet-flea-section .org-section-title{font-size:19px;line-height:1.1;color:#111b38}
.cabinet-flea-section .org-section-note{font-size:12px;line-height:1.5;color:#6a738f}
.cabinet-flea-section-body{padding:0 22px 22px}
.cabinet-flea-section .org-field{display:flex;flex-direction:column;gap:8px}
.cabinet-flea-section .org-input,.cabinet-flea-section .org-textarea,.cabinet-flea-section select.org-input{min-height:46px;padding:0 14px;border:1px solid #dfe5f2;border-radius:14px;background:#fff;color:#374151;font-size:15px;box-shadow:inset 0 1px 0 rgba(255,255,255,.75)}
.cabinet-flea-section .org-textarea{min-height:150px;padding:14px;resize:vertical}
.cabinet-flea-negotiable-toggle{display:inline-flex;align-items:center;gap:12px;min-height:46px;margin-top:10px;padding:12px 14px;border:1px solid #dfe5f2;border-radius:14px;background:#f7fafc;font-size:14px;color:#334155}
.cabinet-flea-negotiable-toggle input{width:18px;height:18px;flex:0 0 18px;margin:0}
.cabinet-flea-upload-count{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 10px;border-radius:999px;background:#f4f6fb;border:1px solid #e1e7f4;font-size:12px;color:#485570}
.cabinet-flea-upload-dropzone{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;min-height:230px;padding:28px;border:2px dashed #d6deee;border-radius:24px;background:#fff;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}
.cabinet-flea-upload-dropzone:hover{border-color:#bfcdf2;background:#fbfcff;box-shadow:0 14px 26px rgba(38,61,126,0.06)}
.cabinet-flea-upload-input{position:absolute;inset:0;opacity:0;cursor:pointer}
.cabinet-flea-upload-icon{font-size:34px;line-height:1;color:#a3afc7}
.cabinet-flea-upload-title{font-size:18px;line-height:1.25;font-weight:700;color:#0f1b3d}
.cabinet-flea-upload-note{max-width:420px;font-size:14px;line-height:1.5;color:#6a738f}
.cabinet-flea-upload-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:12px;background:#14b463;color:#fff;font-weight:700;line-height:1.2;text-align:center}
.cabinet-flea-gallery-preview{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
.cabinet-flea-gallery-preview.is-empty{display:none}
.cabinet-flea-gallery-preview-item{position:relative}
.cabinet-flea-gallery-preview-item::after{content:'';position:absolute;inset:0;border-radius:16px;box-shadow:inset 0 0 0 1px rgba(226,231,242,0.9);pointer-events:none}
.cabinet-flea-gallery-preview-item.is-featured::before{content:'Главное';position:absolute;left:8px;bottom:8px;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:999px;background:rgba(20,27,61,0.82);color:#fff;font-size:10px;font-weight:700;line-height:1}
.cabinet-flea-gallery-preview img{width:88px;height:88px;border-radius:16px;object-fit:cover;border:1px solid #e2e7f2;background:#f5f7fb;box-shadow:0 10px 20px rgba(21,37,80,0.08)}
.cabinet-flea-specs-list{display:flex;flex-direction:column;gap:10px}
.cabinet-flea-spec-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:10px;align-items:start}
.cabinet-flea-spec-row .btn{min-height:46px;padding:0 14px;border-radius:12px}
.cabinet-card--catalog-workspace{border-radius:20px;border-color:#dde5f3;box-shadow:0 22px 48px rgba(20,36,82,0.08);padding:16px;background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%)}
.cabinet-header--catalog{align-items:flex-start;gap:18px;margin-bottom:16px}
.cabinet-catalog-head-main{display:flex;flex-direction:column;gap:8px;min-width:0}
.cabinet-catalog-kicker{font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#7c88aa}
.cabinet-catalog-stats{display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}
.cabinet-catalog-stat{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:#f5f7ff;border:1px solid #dfe6fb;font-size:12px;line-height:1;color:#4a5574}
.cabinet-catalog-stat strong{margin-right:5px;color:#1f2b49}
.cabinet-catalog-layout{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}
.cabinet-catalog-form-wrap,.cabinet-catalog-list-wrap{min-width:0}
.cabinet-catalog-form{gap:12px}
.cabinet-catalog-list-wrap{margin-top:4px}
.cabinet-catalog-toolbar-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.95fr);grid-auto-rows:1fr;gap:16px;align-items:stretch;margin-bottom:30px}
.cabinet-catalog-toolbar-card{height:100%;margin-bottom:16px;padding:16px 18px;border:1px solid #dbe4f6;border-radius:16px;background:linear-gradient(180deg,#fbfcff 0%,#f5f8ff 100%);box-shadow:0 12px 30px rgba(22,34,74,0.05)}
.cabinet-catalog-toolbar-grid .cabinet-catalog-toolbar-card{margin-bottom:0}
.cabinet-catalog-toolbar-title{margin-bottom:12px;font-size:15px;line-height:1.2;font-weight:700;color:#1e2742}
.cabinet-catalog-toolbar-kicker{display:inline-flex;align-items:center;align-self:flex-start;width:max-content;max-width:100%;min-height:28px;margin-bottom:10px;padding:0 12px;border-radius:999px;background:rgba(255,255,255,0.92);border:1px solid rgba(206,220,255,0.9);box-shadow:0 8px 18px rgba(7,18,61,0.12);font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:#2a45ad}
.cabinet-catalog-toolbar-title--tight{margin-bottom:10px}
.cabinet-catalog-toolbar-caption{position:relative;z-index:1;max-width:280px;font-size:12px;line-height:1.45;font-weight:500;letter-spacing:0;color:rgba(221,230,255,0.9)}
.cabinet-catalog-links{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.cabinet-catalog-links--top .btn{min-height:34px;padding:0 14px;font-size:12px;border-radius:10px}
.cabinet-price-table-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.cabinet-price-table-upload{position:relative;overflow:hidden;cursor:pointer;display:inline-flex;align-items:center;gap:8px}
.cabinet-price-table-upload input[type="file"]{position:absolute;inset:0;opacity:0;cursor:pointer}
.cabinet-price-table-upload.is-selected{border-color:#2f6fed;background:#eef4ff;color:#163f93}
.cabinet-price-table-upload.is-uploaded{border-color:#2f9d62;background:#edf9f1;color:#17653f}
.cabinet-price-table-upload-mark{display:none;align-items:center;justify-content:center;padding:3px 8px;border-radius:999px;background:rgba(255,255,255,0.75);font-size:10px;font-weight:700;line-height:1;white-space:nowrap}
.cabinet-price-table-upload-mark.is-visible{display:inline-flex}
.cabinet-price-table-upload.is-selected .cabinet-price-table-upload-mark{background:#dce8ff;color:#163f93}
.cabinet-price-table-upload.is-uploaded .cabinet-price-table-upload-mark{background:#d6f0df;color:#17653f}
.cabinet-catalog-note--price-table{margin:12px 0 0;background:linear-gradient(180deg,#f9fbff 0%,#f3f7ff 100%);border-color:#d7e1fb;color:#425173}
.cabinet-catalog-toolbar-card--tariffs{position:relative;display:flex;flex-direction:column;justify-content:flex-start;gap:10px;min-height:100%;padding:18px 20px;background:linear-gradient(145deg,#1a2f84 0%,#233a9c 55%,#16245d 100%);border-color:#314bb6;box-shadow:0 20px 38px rgba(20,36,92,0.18);overflow:hidden}
.cabinet-catalog-toolbar-card--tariffs::before{content:'';position:absolute;top:-76px;right:-56px;width:180px;height:180px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,0.18) 0%,rgba(255,255,255,0) 72%)}
.cabinet-catalog-toolbar-card--tariffs::after{content:'';position:absolute;left:-54px;bottom:-78px;width:170px;height:170px;border-radius:50%;background:radial-gradient(circle,rgba(255,207,0,0.18) 0%,rgba(255,207,0,0) 74%)}
.cabinet-catalog-note{margin-bottom:14px;padding:10px 12px;border:1px solid #e2e7f2;border-radius:12px;background:#f7f9ff;font-size:12px;line-height:1.45;color:#4d5674}
.cabinet-catalog-toolbar-card--tariffs .cabinet-catalog-toolbar-title{position:relative;z-index:1;margin-bottom:2px;font-size:17px;line-height:1.3;color:#fff}
.cabinet-catalog-tariffs-btn{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:auto;min-height:44px;padding:0 20px;border-radius:14px;background:linear-gradient(180deg,#ffe082 0%,#ffcf00 100%);color:#16245d;font-size:13px;font-weight:800;line-height:1;box-shadow:0 14px 28px rgba(12,20,58,0.24);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}
.cabinet-catalog-tariffs-btn:hover{transform:translateY(-1px);background:linear-gradient(180deg,#ffe694 0%,#ffd83a 100%);color:#111c49;box-shadow:0 18px 32px rgba(12,20,58,0.3)}
.cabinet-catalog-tariffs-btn::after{content:'→';display:inline-block;margin-left:8px;font-size:14px;line-height:1}
.cabinet-catalog-note--inline-price{padding:14px 16px;border-radius:14px;background:linear-gradient(180deg,#fbfcff 0%,#f4f7ff 100%);border-color:#dce5f7;color:#5d6884;font-size:13px;line-height:1.6}
.cabinet-catalog-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:#eef2ff;color:#2b1a84;font-size:10px;font-weight:700;letter-spacing:.3px;text-transform:uppercase}
.cabinet-catalog-item{background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);border-color:#e1e7f4;box-shadow:0 12px 28px rgba(22,34,74,0.06)}
.cabinet-catalog-list-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:10px}
.cabinet-catalog-search{display:flex;flex-direction:column;gap:6px;min-width:280px;max-width:360px;flex:1}
.cabinet-catalog-search-label{font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7683a6}
.cabinet-catalog-search-input{min-height:40px !important;padding:0 14px !important;border-radius:12px !important}
.cabinet-catalog-type-panel{display:none}
.cabinet-catalog-type-panel.is-active{display:block}
.catalog-type-fields{display:none}
.catalog-type-fields.is-active{display:block}
.cabinet-catalog-section{position:relative;border:1px solid #e1e8f6;border-radius:20px;overflow:hidden;box-shadow:0 16px 34px rgba(24,34,74,0.07);background:linear-gradient(180deg,#ffffff 0%,#fcfdff 100%)}
.cabinet-catalog-section::before{height:12px;background:linear-gradient(135deg,#1a245f 0%,#233592 48%,#16204b 100%)}
.cabinet-catalog-section .org-section-head{padding:12px 14px 6px}
.cabinet-catalog-section .org-section-title{font-size:17px;line-height:1.08;color:#1e2742}
.cabinet-catalog-section .org-section-note{font-size:11px;line-height:1.45;color:#697391;max-width:720px}
.cabinet-catalog-section .org-label{font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.03em;color:#5c6786}
.cabinet-catalog-section .org-field{display:flex;flex-direction:column;gap:6px}
.cabinet-catalog-type-toggle{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
.cabinet-catalog-type-option{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 12px;border:1px solid #e5ebf7;border-radius:12px;background:#f6f8fc;color:#43506f;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}
.cabinet-catalog-type-option input{position:absolute;opacity:0;pointer-events:none}
.cabinet-catalog-type-option-mark{width:16px;height:16px;border-radius:50%;border:2px solid #b8c4e8;background:#fff;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.cabinet-catalog-type-option-label{font-size:13px;font-weight:600;line-height:1.2}
.cabinet-catalog-type-option.is-active{border-color:#99acf9;background:#fff;color:#1f2b49;box-shadow:0 0 0 3px rgba(86,111,230,0.12)}
.cabinet-catalog-type-option.is-active .cabinet-catalog-type-option-mark{border-color:#4338ca;box-shadow:inset 0 0 0 4px #4338ca}
.cabinet-catalog-type-option.is-disabled{opacity:.7;cursor:not-allowed}
.cabinet-catalog-section .org-input,.cabinet-catalog-section .org-textarea,.cabinet-catalog-section .org-check-toggle{min-height:38px;font-size:13px;border-radius:12px;border:1px solid #e5ebf7;background:#f6f8fc;color:#43506f;box-shadow:inset 0 1px 0 rgba(255,255,255,0.75);transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.cabinet-catalog-section .org-input:focus,.cabinet-catalog-section .org-textarea:focus,.cabinet-catalog-section .org-check-toggle:focus-within{outline:none;border-color:#99acf9;box-shadow:0 0 0 3px rgba(86,111,230,0.12);background:#fff}
.cabinet-catalog-section .org-textarea{min-height:96px;padding:10px 12px;resize:vertical}
.cabinet-catalog-section--primary .org-main-info-layout{padding:0 14px 14px;grid-template-columns:minmax(0,1fr) 230px;gap:12px}
.cabinet-catalog-section--primary .org-main-info-fields{gap:10px}
.cabinet-catalog-section--primary .org-main-info-fields .org-field:nth-child(2){grid-column:1/-1}
.cabinet-catalog-section--primary .org-logo-field-side{padding:10px 12px;border:1px solid #e7edf9;border-radius:16px;background:linear-gradient(180deg,#fafcff 0%,#f5f8fd 100%);gap:10px}
.cabinet-catalog-section--primary .org-logo-upload-box{min-height:42px;border-radius:12px;border-style:dashed;background:#fff}
.cabinet-catalog-section--primary .cabinet-flea-gallery-preview img{width:60px;height:60px;border-radius:10px}
.cabinet-catalog-section--details .org-grid{padding:0 14px 14px;gap:10px}
.cabinet-catalog-section--details .org-grid.org-grid-compact{grid-template-columns:repeat(2,minmax(0,1fr))}
.cabinet-catalog-section--details .org-grid .org-field.full{grid-column:1/-1}
.cabinet-catalog-attrs{margin-top:12px;padding:12px 14px 14px;border-top:1px solid #e8edf8;background:linear-gradient(180deg,#fbfcff 0%,#f8faff 100%)}
.org-section-head-inline{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}
.cabinet-catalog-attrs-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}
.cabinet-catalog-attr-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:8px;align-items:start}
.cabinet-catalog-attr-row .btn{min-height:38px;padding:0 12px;border-radius:12px}
.cabinet-catalog-form .btn{border-radius:12px}
.cabinet-flea-list-title{font-size:18px;line-height:1.2;font-weight:700;color:#1e2742;margin-bottom:12px}
.cabinet-flea-list-title--catalog{margin-bottom:10px}
.cabinet-flea-list{display:flex;flex-direction:column;gap:12px}
.cabinet-flea-list--catalog-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}
.cabinet-flea-item{border:1px solid #dbe3f4;border-radius:16px;background:#fdfefe;padding:14px;box-shadow:0 10px 26px rgba(20,36,82,0.05)}
.cabinet-flea-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:8px}
.cabinet-flea-item-side{display:flex;flex-direction:column;align-items:flex-end;gap:10px;flex:0 0 auto}
.cabinet-flea-item--listing{display:grid;grid-template-columns:148px minmax(0,1fr);gap:16px;align-items:stretch;padding:12px 14px;background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);border-color:#e2e8f4;box-shadow:0 14px 30px rgba(22,34,74,0.08)}
.cabinet-flea-item--listing{grid-template-columns:78px minmax(0,1fr);gap:12px;padding:10px 12px}
.cabinet-flea-card-media{width:78px;min-height:78px;max-height:78px;border-radius:14px;overflow:hidden;background:#eef2f8;border:1px solid #dfe5f1;display:flex;align-items:center;justify-content:center}
.cabinet-flea-card-media img{width:100%;height:100%;display:block;object-fit:cover}
.cabinet-flea-card-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:8px;text-align:center;font-size:11px;font-weight:600;line-height:1.3;color:#7f8aa3;background:linear-gradient(135deg,#f2f5fb 0%,#e9edf6 100%)}
.cabinet-flea-card-main{min-width:0;display:flex;flex-direction:column;justify-content:space-between;gap:10px}
.cabinet-flea-card-copy{min-width:0;display:flex;flex-direction:column;gap:6px}
.cabinet-flea-card-topline{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}
.cabinet-flea-item--listing .cabinet-request-title{margin:0;font-size:18px;line-height:1.15;font-weight:700;color:#1a2340}
.cabinet-flea-card-price{flex:0 0 auto;font-size:18px;line-height:1.05;font-weight:800;color:#141820;white-space:nowrap}
.cabinet-flea-card-address{font-size:13px;line-height:1.35;color:#8a93aa}
.cabinet-flea-card-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.cabinet-flea-item--listing .cabinet-status{min-height:28px;padding:0 10px;border-radius:999px;font-size:11px}
.cabinet-flea-card-views,.cabinet-flea-card-condition{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:#f5f7fb;border:1px solid #e1e6f2;font-size:11px;line-height:1;color:#495572;font-weight:600}
.cabinet-flea-actions--listing{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:0}
.cabinet-flea-actions--listing .btn,.cabinet-flea-actions--listing button{min-height:34px;padding:0 14px;border-radius:10px;font-size:12px;font-weight:700;justify-content:center}
.cabinet-flea-actions--listing .btn-danger-outline{border-color:#e8c8cd;background:#fff;color:#b2394b}
.cabinet-catalog-item-main{display:flex;flex-direction:column;gap:10px;min-width:0}
.cabinet-catalog-item-topline{display:flex;align-items:flex-start;gap:12px;min-width:0}
.cabinet-catalog-item-thumb{width:54px;height:54px;border-radius:14px;overflow:hidden;flex:0 0 54px;background:#edf1f7;border:1px solid #e0e7f5}
.cabinet-catalog-item-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.cabinet-catalog-item-thumb--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eef3ff 0%,#f7f3e6 100%);color:#223a73;font-size:28px;font-weight:800}
.cabinet-catalog-item-copy{min-width:0;display:flex;flex-direction:column;gap:6px}
.cabinet-catalog-item .cabinet-request-title{font-size:15px;line-height:1.25}
.cabinet-catalog-item .cabinet-request-meta{gap:8px 10px;font-size:12px;color:#6f7893}
.cabinet-catalog-item .cabinet-request-meta span{display:inline-flex;align-items:center}
.cabinet-catalog-item .cabinet-request-text{margin-top:0;font-size:11px;line-height:1.45;color:#59637f}
.cabinet-catalog-price-inline{margin-top:12px;padding:14px;border:1px solid #e3e8f5;border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,#f7f9ff 100%);box-shadow:0 10px 24px rgba(20,36,82,0.05);display:flex;flex-direction:column;gap:12px}
.cabinet-catalog-price-inline-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}
.cabinet-catalog-price-inline-kicker{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#2b67c7}
.cabinet-catalog-price-inline-current{font-size:15px;font-weight:800;color:#1e2742}
.cabinet-catalog-price-inline-controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center}
.cabinet-catalog-price-inline-input{min-height:48px !important;padding:0 16px !important;border-radius:12px !important;border-color:#d7def1 !important;background:#fff !important;color:#1c2743 !important;font-size:18px !important;font-weight:700 !important;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}
.cabinet-catalog-price-inline-input:focus{outline:none;border-color:#2b67c7 !important;box-shadow:0 0 0 4px rgba(43,103,199,0.12)}
.cabinet-catalog-price-inline-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}
.cabinet-catalog-price-inline-actions .btn{min-height:40px;padding:0 14px;font-size:12px;border-radius:10px}
.cabinet-empty--catalog-search{margin-top:14px}
.cabinet-request-stats--flea{width:auto;min-width:0;grid-template-columns:1fr}
.cabinet-request-stats--flea .cabinet-request-stat{min-width:120px}
.cabinet-request-text--flea{margin-top:12px}
.cabinet-request-text--flea-meta{margin-top:6px;font-size:12px;line-height:1.45;color:#71809e}
.cabinet-flea-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}
.cabinet-flea-actions--catalog .btn{min-height:34px;padding:0 14px;font-size:12px;border-radius:10px}
.cabinet-flea-actions form{margin:0}
.cabinet-flea-photos-note{font-size:12px;color:#6a738f}
.cabinet-flea-gallery-preview{display:flex;flex-wrap:wrap;gap:8px}
@media (max-width:1100px){.cabinet-flea-list--catalog-grid{grid-template-columns:1fr}}
@media (max-width:980px){.cabinet-catalog-toolbar-grid{grid-template-columns:1fr}}
@media (max-width:840px){.cabinet-catalog-list-head{flex-direction:column;align-items:stretch}.cabinet-catalog-search{min-width:0;max-width:none}.cabinet-catalog-toolbar-card{padding:14px}.cabinet-catalog-price-inline-controls{grid-template-columns:1fr}.cabinet-catalog-price-inline-actions{justify-content:stretch}.cabinet-catalog-price-inline-actions .btn{flex:1}.cabinet-catalog-tariffs-btn{width:100%;justify-content:center}}
.cabinet-flea-gallery-preview img{width:72px;height:72px;border-radius:12px;object-fit:cover;border:1px solid #e2e7f2;background:#f5f7fb}

.product-related h2{margin:0 0 12px;font-size:16px;color:#222}

/* Sphere Pages */
.sphere-page{display:flex;gap:20px;align-items:flex-start}
.sphere-main{flex:1;display:flex;flex-direction:column;gap:16px}
.sphere-sidebar{width:260px;display:flex;flex-direction:column;gap:14px;position:sticky;top:20px;align-self:flex-start}
.sphere-sidebar .ad-box{background:#8f8f93;color:#fff;padding:16px 18px;text-align:left;border-radius:6px;font-size:15px;min-height:210px;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;box-sizing:border-box}
.sphere-sidebar .ad-box.has-image{padding:0;align-items:stretch;height:210px}
.sphere-sidebar .ad-box img{width:100%;height:100%;display:block;object-fit:cover}
.sphere-sidebar .transport-box{border:1px solid #c7d7ff;padding:20px;text-align:center;border-radius:6px;background:#fff}
.sphere-sidebar .transport-box .truck{font-size:60px;margin-bottom:10px}
.sphere-sidebar .transport-box h4{margin:0 0 12px;font-size:13px;font-weight:600}
.sphere-sidebar .transport-box .btn{width:100%;box-sizing:border-box}

.org-list-grid--sphere{display:flex;flex-direction:column;gap:12px}
.org-card-alt{display:flex;gap:16px;border:1px solid #e6e6e6;border-radius:8px;background:#fff;padding:14px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.org-card-left{width:260px;display:flex;flex-direction:column;gap:10px;border-right:1px solid #eef0f6;padding-right:14px}
.org-card-top{display:flex;gap:12px;align-items:center}
.org-card-titleblock{display:flex;flex-direction:column;gap:4px}
.org-card-name{font-size:14px;font-weight:600;color:#222;text-decoration:none}
.org-card-name:hover{color:#2b1a84}
.org-card-rating{font-size:12px;color:#f2a100}
.org-card-contacts{display:flex;flex-direction:column;gap:8px}
.org-card-contact{font-size:13px;line-height:1.35}
.org-card-contact--link{color:#2b67c7;text-decoration:none;font-weight:600}
.org-card-contact--address{color:#333;font-weight:500}
.org-card-owner{margin-top:auto;display:flex;align-items:flex-end}
.org-card-right{flex:1;display:flex;flex-direction:column;gap:8px}
.org-card-actions{margin-top:auto;display:flex;justify-content:flex-end}
.org-card-head{font-size:12px;font-weight:600;color:#222}
.org-card-desc{font-size:11px;color:#555;line-height:1.4}
.org-card-tags{display:flex;flex-wrap:wrap;gap:8px}
.org-card-tag{background:#f2f5ff;color:#2b67c7;border:1px solid #d9e3ff;border-radius:20px;padding:4px 10px;font-size:11px}
.org-card-tag--transport{background:#ecfff5;color:#17804d;border-color:#bfe9cf}
.org-card-tags-more{display:none;flex-wrap:wrap;gap:8px;margin-top:8px;padding-top:8px;border-top:1px dashed #e6e6e6}
.org-card-alt.is-tags-open .org-card-tags-more{display:flex}
.org-card-tags-toggle{margin-top:8px;border:1px solid #d9e3ff;background:#fff;color:#2b67c7;border-radius:14px;padding:4px 10px;font-size:11px;cursor:pointer;align-self:flex-start}
.org-card-tags-toggle:hover{background:#f2f5ff}
.org-list-more{display:flex;justify-content:center}

/* Requests List */
.requests-page{display:flex;gap:20px;align-items:flex-start}
.requests-main{flex:1}
.requests-head{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:14px}
.requests-title{margin:0;font-size:28px;line-height:1.15;font-weight:700;color:#222}
.requests-create-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:10px;white-space:nowrap;font-size:13px;font-weight:600;line-height:1;box-shadow:0 8px 18px rgba(43,26,132,0.14)}
.requests-create-btn:hover{background:#24156f}
.request-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;flex-wrap:wrap;background:#fff;border:1px solid #dde1ff;border-radius:10px;padding:14px 16px;margin-bottom:16px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.request-toolbar-fields{display:flex;align-items:flex-end;gap:12px;flex:1;flex-wrap:wrap}
.request-toolbar-field{display:flex;flex-direction:column;gap:6px;min-width:220px;flex:1}
.request-toolbar-label{font-size:11px;color:#666}
.request-toolbar-select{width:100%;height:40px;border:1px solid #d8ddf5;border-radius:8px;padding:0 12px;background:#fff;color:#222;font-size:12px;box-sizing:border-box;font-family:'Montserrat',Arial,sans-serif}
.request-toolbar-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.request-card-list{display:flex;flex-direction:column;gap:0}
.request-card-list .request-item + .request-item{margin-top:38px}
.request-item{background:linear-gradient(180deg,#ffffff 0%,#fbfcff 100%);border:1px solid #dbe3fb;border-radius:16px;padding:18px 20px;box-shadow:0 12px 28px rgba(28,42,94,0.06);display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:'head side' 'text side' 'deadline side' 'footer footer';column-gap:18px;row-gap:12px;align-items:start;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.request-item:hover{border-color:#ccd8fb;box-shadow:0 16px 34px rgba(28,42,94,0.1);transform:translateY(-1px)}
.request-item-head{grid-area:head;min-width:0;margin-bottom:0}
.request-user{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0}
.request-item-side{grid-area:side;display:flex;flex-direction:column;align-items:flex-end;gap:12px;flex:0 0 auto}
.request-avatar{width:42px;height:42px;border-radius:50%;background:#111;overflow:hidden;flex:0 0 42px;box-shadow:0 8px 18px rgba(17,24,39,0.16)}
.request-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.request-user-meta{display:flex;flex-direction:column;gap:6px;min-width:0}
.cabinet-avatar{margin-top:16px;display:flex;gap:14px;align-items:flex-start;border-top:1px solid #f0f0f0;padding-top:16px}
.cabinet-avatar-preview{width:64px;height:64px;border-radius:50%;background:#111;overflow:hidden;flex:0 0 64px}
.cabinet-avatar-preview img{width:100%;height:100%;object-fit:cover;display:block}
.cabinet-avatar-placeholder{width:100%;height:100%}
.cabinet-avatar-form{flex:1;display:flex;flex-direction:column;gap:8px}
.cabinet-user-support-card{flex:0 0 320px;justify-content:center;align-self:stretch;min-height:104px;background:linear-gradient(145deg,#18357f 0%,#2447a6 58%,#15295c 100%);border-color:#314bb6;box-shadow:0 20px 38px rgba(20,36,92,0.18);color:#eef2ff}
.cabinet-user-support-card:hover{background:linear-gradient(145deg,#20429a 0%,#2c53bb 58%,#183171 100%);border-color:#4f6fd3}
.cabinet-user-support-card .footer-support-kicker{color:#ffd666}
.cabinet-user-support-card .footer-support-title{color:#fff}
.cabinet-user-support-card .footer-support-text{color:rgba(232,238,255,0.86)}
.cabinet-avatar-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.cabinet-avatar-input{font-size:12px}
.cabinet-avatar-hint{font-size:11px;color:#777}
.request-item-title{font-size:21px;line-height:1.18;font-weight:700;color:#18233c;margin:0}
.request-date{font-size:12px;color:#7a839a;margin-top:2px}
.request-user-sub{display:flex;flex-direction:column;gap:2px}
.request-name{font-size:14px;font-weight:700;color:#2d3854}
.request-company{font-size:12px;color:#7d869b}
.request-badge{margin-left:8px;background:#ff6b6b;color:#fff;font-size:10px;border-radius:999px;padding:5px 8px;line-height:1}
.request-item-stats{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}
.request-item-stat{display:flex;flex-direction:column;gap:3px;min-width:110px;padding:9px 12px;border:1px solid #e3e9f8;border-radius:12px;background:#f8faff}
.request-item-stat span{font-size:10px;color:#8a91a3;text-transform:uppercase;letter-spacing:0.45px}
.request-item-stat strong{font-size:18px;color:#2b1a84;line-height:1.1}
.request-photos{display:grid;grid-template-columns:repeat(2,90px);gap:10px;flex:0 0 auto}
.request-photos .photo{width:90px;height:66px;background:#c9c9c9;border-radius:12px;background-size:cover;background-position:center;cursor:pointer;border:0;padding:0;appearance:none;box-shadow:0 8px 18px rgba(17,24,39,0.08)}
.request-photos .photo:focus{outline:2px solid rgba(43,26,132,0.25);outline-offset:2px}
.request-photos .photo-empty{background:#e5e5e5}
.request-text{grid-area:text;font-size:14px;color:#3d4964;line-height:1.75;margin-bottom:0;max-width:78ch}
.request-deadline{grid-area:deadline;font-size:14px;color:#48546f;margin-bottom:0}
.request-actions{grid-area:footer}
.request-actions-left{display:flex;align-items:center;gap:8px;min-width:0}
.request-actions-right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.request-actions-buttons{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.request-bottom-category{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:#f2f5ff;border:1px solid #d9e3ff;color:#2b67c7;font-size:11px;line-height:1.2;white-space:nowrap;font-weight:600}
.btn-outline{display:inline-flex;align-items:center;justify-content:center;border:1px solid #a6aaf5;color:#2b1a84;padding:6px 12px;border-radius:6px;font-size:11px;text-decoration:none;background:#fff}
.requests-more{display:flex;justify-content:center}

.requests-sidebar{width:260px;display:flex;flex-direction:column;gap:14px;position:sticky;top:20px;align-self:flex-start}

/* Lightbox */
.mtl-lightbox{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,0.55);padding:24px}
.mtl-lightbox.is-open{display:flex}
.mtl-lightbox-content{position:relative;max-width:min(980px,100%);max-height:min(720px,100%);background:#fff;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,0.2)}
.mtl-lightbox-img{display:block;max-width:100%;max-height:720px;width:auto;height:auto}
.mtl-lightbox-close{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:10px;border:1px solid #e6e6e6;background:#fff;color:#2b1a84;cursor:pointer;font-size:18px;line-height:1;display:flex;align-items:center;justify-content:center}
.mtl-lightbox-close:hover{background:#f2f3ff}
.mtl-lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid #e6e6e6;background:#fff;color:#2b1a84;cursor:pointer;font-size:28px;line-height:1;display:flex;align-items:center;justify-content:center}
.mtl-lightbox-prev{left:10px}
.mtl-lightbox-next{right:10px}
.mtl-lightbox-nav:hover{background:#f2f3ff}
.requests-sidebar .ad-box{background:#8f8f93;color:#fff;padding:16px 18px;text-align:left;border-radius:6px;font-size:15px;min-height:210px;display:flex;align-items:flex-start;justify-content:center;overflow:hidden;box-sizing:border-box}
.requests-sidebar .ad-box.has-image{padding:0;align-items:stretch;height:210px}
.requests-sidebar .ad-box img{width:100%;height:100%;display:block;object-fit:cover}

/* Blog Preview */
.blog-preview{margin:20px 0 40px}
.front-page .blog-preview{width:calc(100% - 280px);max-width:calc(100% - 280px)}
.blog-ad{background:var(--accent);color:#fff;border-radius:6px;padding:24px;min-height:70px;display:flex;align-items:center;font-size:16px;margin-bottom:18px}
.blog-title{font-size:20px;font-weight:600;margin:0 0 16px;color:#222}
.blog-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.front-page .blog-cards{grid-template-columns:repeat(3,minmax(0,1fr))}
.blog-card,.blog-list-card{background:#fff;border:1px solid #e5e9f3;border-radius:18px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 12px 28px rgba(18,29,58,0.06);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.blog-card:hover,.blog-list-card:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(18,29,58,0.1);border-color:#d7deef}
.blog-img,.blog-list-image{display:block;background:#f2f3f7;aspect-ratio:1.45/1;overflow:hidden}
.blog-img img{width:100%;height:100%;object-fit:cover;display:block}
.blog-list-image img{width:100%;height:100%;object-fit:cover;display:block}
.blog-body,.blog-list-body{padding:16px 16px 18px;display:flex;flex-direction:column;gap:12px;flex:1}
.blog-card-title,.blog-list-title{margin:0;font-size:15px;line-height:1.25;font-weight:800;color:#1b243d}
.blog-card-title a,.blog-list-title a{color:inherit;text-decoration:none}
.blog-card-title a:hover,.blog-list-title a:hover{color:#2b1a84}
.blog-card-meta{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-top:auto}
.blog-meta-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;line-height:1.2;color:#6d7892;font-weight:600}
.blog-meta-item--views::before{content:'◔';font-size:13px;line-height:1;color:#8a95b2}

/* Blog Page */
.blog-page{display:flex;flex-direction:column;gap:16px}
.blog-page-head{display:flex;flex-direction:column;gap:6px}
.blog-page-title{margin:0;font-size:24px;font-weight:600;color:#222}
.blog-page-subtitle{margin:0;font-size:13px;color:#666}
.blog-categories-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.blog-category-chip{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;background:#fff;border:1px solid #dfe6f3;color:#425173;text-decoration:none;font-size:13px;font-weight:700;line-height:1;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}
.blog-category-chip:hover{border-color:#c8d3f5;background:#f7f9ff;color:#223a73;transform:translateY(-1px)}
.blog-category-chip.is-active{background:#1f315f;border-color:#1f315f;color:#fff;box-shadow:0 12px 24px rgba(31,49,95,0.18)}
.blog-list-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.blog-list-placeholder{display:flex;width:100%;height:100%;align-items:center;justify-content:center;font-size:12px;color:#9aa0b1}
.blog-page-pagination ul{display:flex;gap:8px;list-style:none;padding:0;margin:4px 0 0;justify-content:center}
.blog-page-pagination a,.blog-page-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;padding:0 10px;border-radius:8px;border:1px solid #d9deee;font-size:12px;color:#2b1a84;text-decoration:none;background:#fff}
.blog-page-pagination .current{background:#2b1a84;color:#fff;border-color:#2b1a84}
.blog-page-empty{background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:18px;font-size:13px;color:#666}

/* Single Blog Post */
.blog-single-page{display:flex;flex-direction:column;gap:16px}
.blog-single-card{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:20px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.blog-single-meta{font-size:11px;color:#8c8c8c;margin-bottom:8px}
.blog-single-title{margin:0 0 14px;font-size:26px;line-height:1.25;color:#222}
.blog-single-page{display:flex;flex-direction:column;gap:18px}
.blog-single-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:22px;align-items:start}
.blog-single-card{background:linear-gradient(180deg,#fbfcff 0%,#f6f8fc 100%);border:1px solid #e2e8f3;border-radius:28px;padding:28px;box-shadow:0 22px 48px rgba(17,28,58,0.08)}
.blog-single-hero{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}
.blog-single-breadcrumbs{margin-bottom:2px}
.blog-single-kicker-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.blog-single-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border-radius:999px;background:#eef3ff;border:1px solid #d9e3ff;color:#2e58ba;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;line-height:1}
.blog-single-title{margin:0;max-width:980px;font-size:44px;line-height:1.02;font-weight:800;color:#17233d}
.blog-single-lead{max-width:860px;margin:0;font-size:17px;line-height:1.65;color:#5c6884}
.blog-single-meta-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.blog-single-meta-item{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 14px;border-radius:999px;background:#fff;border:1px solid #dfe6f3;color:#566480;font-size:12px;font-weight:700;line-height:1;box-shadow:0 8px 18px rgba(24,35,61,0.04)}
.blog-single-meta-item--views::before{content:'◔';font-size:13px;color:#7a88a7}
.blog-single-meta-item--reading::before{content:'•';font-size:18px;line-height:1;color:#7a88a7}
.blog-single-cover{position:relative;overflow:hidden;border-radius:24px;min-height:380px;background:linear-gradient(135deg,#dde7f7 0%,#f7f9ff 54%,#edf2ff 100%);box-shadow:0 18px 36px rgba(17,28,58,0.08)}
.blog-single-cover img{width:100%;height:100%;min-height:380px;object-fit:cover;display:block}
.blog-single-cover.is-placeholder::before{content:'';position:absolute;inset:auto -80px -120px auto;width:280px;height:280px;border-radius:50%;background:radial-gradient(circle,rgba(43,26,132,0.18) 0%,rgba(43,26,132,0) 68%)}
.blog-single-cover-placeholder{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;gap:14px;min-height:380px;padding:30px;background:linear-gradient(145deg,rgba(255,255,255,0.28) 0%,rgba(255,255,255,0.1) 100%)}
.blog-single-cover-badge{display:inline-flex;align-items:center;align-self:flex-start;min-height:30px;padding:0 12px;border-radius:999px;background:#1e2d5d;color:#fff;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.blog-single-cover-placeholder strong{font-size:92px;line-height:.9;font-weight:800;color:#1b2a57}
.blog-single-cover-placeholder p{max-width:520px;margin:0;font-size:15px;line-height:1.7;color:#455170}
.blog-single-content-wrap{display:grid;grid-template-columns:minmax(0,1fr);gap:22px;align-items:start}
.blog-single-content{background:#fff;border:1px solid #e2e8f3;border-radius:24px;padding:28px 30px;box-shadow:0 14px 30px rgba(17,28,58,0.05);font-size:16px;line-height:1.8;color:#3c4762}
.blog-single-content p{margin:0 0 16px}
.blog-single-content h2,.blog-single-content h3,.blog-single-content h4{margin:30px 0 12px;color:#18233c;line-height:1.2;font-weight:800}
.blog-single-content h2:first-child,.blog-single-content h3:first-child,.blog-single-content h4:first-child{margin-top:0}
.blog-single-content h2{font-size:30px}
.blog-single-content h3{font-size:24px}
.blog-single-content h4{font-size:20px}
.blog-single-content ul,.blog-single-content ol{margin:0 0 18px 20px;padding:0}
.blog-single-content li{margin-bottom:8px}
.blog-single-content blockquote{margin:26px 0;padding:22px 24px;border-left:4px solid #2b67c7;border-radius:18px;background:linear-gradient(180deg,#f6f9ff 0%,#eef4ff 100%);font-size:18px;line-height:1.65;color:#223a73;font-weight:600}
.blog-single-content a{color:#2b67c7}
.blog-single-content img{max-width:100%;height:auto;border-radius:18px}
.blog-single-sidebar{position:sticky;top:20px}
.blog-single-ad-card{padding:14px;border-radius:24px;background:#fff;border:1px solid #e2e8f3;box-shadow:0 16px 34px rgba(17,28,58,0.08)}
.blog-single-ad-label{margin-bottom:10px;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#7e8cad}
.blog-single-ad-box{display:flex;flex-direction:column;gap:10px;min-height:320px;border-radius:18px;overflow:hidden;background:#edf2ff;border:1px solid #dfe6f3;text-decoration:none;color:#1a2642;box-shadow:inset 0 1px 0 rgba(255,255,255,0.6)}
.blog-single-ad-box.has-image{min-height:0;background:#fff;border-color:#e2e8f3}
.blog-single-ad-box img{display:block;width:100%;height:auto;min-height:320px;object-fit:cover}
.blog-single-ad-box.is-placeholder{justify-content:flex-end;padding:20px;background:linear-gradient(180deg,#f8faff 0%,#edf2ff 100%)}
.blog-single-ad-kicker{display:inline-flex;align-items:center;align-self:flex-start;min-height:28px;padding:0 10px;border-radius:999px;background:#1f315f;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.blog-single-ad-box strong{font-size:28px;line-height:1.05;font-weight:800;color:#17233d}
.blog-single-ad-box span{font-size:13px;line-height:1.6;color:#5d6884}
.blog-related-section{margin-top:24px;padding-top:24px;border-top:1px solid #e5ebf6}
.blog-related-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}
.blog-related-title{margin:0;font-size:24px;line-height:1.15;font-weight:800;color:#17233d}
.blog-related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.blog-single-actions{margin-top:24px;display:flex;justify-content:flex-start}

/* Contacts Page */
.contacts-page{display:flex;flex-direction:column;gap:20px}
.contacts-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.75fr);gap:18px;align-items:stretch}
.contacts-hero-main,.contacts-hero-side{background:#fff;border:1px solid #e6e6e6;border-radius:14px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.contacts-hero-main{padding:24px 26px;background:linear-gradient(135deg,#ffffff 0%,#f7f9ff 100%)}
.contacts-hero-side{padding:20px 22px;display:flex;align-items:stretch}
.contacts-chip{display:inline-flex;align-items:center;justify-content:center;padding:7px 12px;border-radius:999px;background:#eef1ff;border:1px solid #d7dcff;color:#2b1a84;font-size:11px;font-weight:600;line-height:1;margin-bottom:14px}
.contacts-title{margin:0 0 12px;font-size:34px;line-height:1.05;color:#1e2742}
.contacts-subtitle{margin:0;max-width:680px;font-size:14px;line-height:1.7;color:#5f6885}
.contacts-hero-card{display:flex;flex-direction:column;justify-content:center;gap:10px}
.contacts-hero-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7d86a5}
.contacts-hero-link{font-size:28px;line-height:1.1;color:#2b1a84;text-decoration:none;font-weight:700;overflow-wrap:anywhere}
.contacts-hero-link:hover{color:#1f0f5e}
.contacts-hero-link-phone{font-size:22px}
.contacts-hero-note{font-size:13px;line-height:1.6;color:#5f6885}
.contacts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.contacts-card{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:18px 18px 20px;box-shadow:0 1px 2px rgba(0,0,0,0.04);display:flex;flex-direction:column;gap:10px}
.contacts-card-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#7d86a5}
.contacts-card-value{font-size:20px;line-height:1.3;color:#1e2742;font-weight:700}
.contacts-card-value a{color:#1e2742;text-decoration:none}
.contacts-card-value a:hover{color:#2b1a84}
.contacts-card-text{font-size:13px;line-height:1.65;color:#5b6278}
.contacts-actions-block{background:#fff;border:1px solid #e6e6e6;border-radius:14px;padding:20px 22px 24px;box-shadow:0 1px 2px rgba(0,0,0,0.04)}
.contacts-actions-head{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.contacts-section-title{margin:0;font-size:22px;line-height:1.15;color:#1e2742}
.contacts-section-subtitle{margin:0;font-size:13px;line-height:1.6;color:#68708a}
.contacts-actions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
.contacts-action-card{display:flex;flex-direction:column;gap:10px;min-height:180px;padding:18px;border:1px solid #dfe5f5;border-radius:12px;background:linear-gradient(180deg,#fbfcff 0%,#f5f7ff 100%);text-decoration:none;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}
.contacts-action-card:hover{border-color:#c8d1ff;transform:translateY(-2px);box-shadow:0 12px 26px rgba(43,26,132,0.08)}
.contacts-action-icon{font-size:34px;line-height:1}
.contacts-action-title{font-size:16px;line-height:1.3;color:#1e2742;font-weight:700}
.contacts-action-text{font-size:13px;line-height:1.65;color:#5f6885}

/* Tariffs Page */
.tariffs-page{display:flex;flex-direction:column;gap:24px;padding-top:8px;padding-bottom:8px}
.support-page{display:flex;flex-direction:column;gap:22px;padding-top:8px;padding-bottom:8px}
.support-hero{position:relative;display:flex;flex-direction:column;gap:12px;padding:34px 36px;border:1px solid #dbe5f5;border-radius:32px;background:linear-gradient(135deg,#f8fbff 0%,#ffffff 38%,#eef4ff 100%);box-shadow:0 24px 54px rgba(17,28,58,0.08);overflow:hidden}
.support-hero::before{content:'';position:absolute;right:-120px;top:-90px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(41,103,220,0.14) 0%,rgba(41,103,220,0) 72%)}
.support-hero::after{content:'';position:absolute;left:-120px;bottom:-140px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,188,61,0.14) 0%,rgba(255,188,61,0) 72%)}
.support-chip{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;min-height:34px;padding:0 15px;border-radius:999px;background:#173b8f;color:#fff;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 12px 24px rgba(23,59,143,0.18)}
.support-title{position:relative;z-index:1;margin:0;font-size:46px;line-height:1.02;font-weight:900;color:#13213d;letter-spacing:-.03em}
.support-subtitle{position:relative;z-index:1;margin:0;max-width:760px;font-size:16px;line-height:1.75;color:#5c6883}
.support-contact-block{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.support-contact-card{display:flex;flex-direction:column;gap:12px;padding:28px 30px;border:1px solid #dbe5f5;border-radius:30px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 20px 42px rgba(17,28,58,0.06)}
.support-contact-card--telegram{background:linear-gradient(145deg,#18357f 0%,#2447a6 58%,#15295c 100%);border-color:#314bb6;box-shadow:0 24px 48px rgba(18,36,91,0.18)}
.support-contact-label{font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#7d88a6}
.support-contact-card--telegram .support-contact-label{color:#ffd666}
.support-contact-value{font-size:34px;line-height:1.1;font-weight:900;letter-spacing:-.03em;color:#163165;text-decoration:none;word-break:break-word}
.support-contact-card--telegram .support-contact-value{color:#fff}
.support-contact-text{font-size:15px;line-height:1.75;color:#5d6884}
.support-contact-card--telegram .support-contact-text{color:rgba(232,238,255,0.84)}
.support-contact-value:hover{color:#2f5dca}
.support-contact-card--telegram .support-contact-value:hover{color:#ffd666}
.tariffs-hero{position:relative;padding:34px 36px;border:1px solid #dbe5f5;border-radius:32px;background:linear-gradient(135deg,#f8fbff 0%,#ffffff 38%,#eef4ff 100%);box-shadow:0 24px 54px rgba(17,28,58,0.08);overflow:hidden}
.tariffs-hero::before{content:'';position:absolute;right:-110px;top:-70px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(41,103,220,0.14) 0%,rgba(41,103,220,0) 72%)}
.tariffs-hero::after{content:'';position:absolute;left:-120px;bottom:-120px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(255,188,61,0.14) 0%,rgba(255,188,61,0) 72%)}
.tariffs-chip{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 15px;border-radius:999px;background:#173b8f;color:#fff;font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;box-shadow:0 12px 24px rgba(23,59,143,0.18)}
.tariffs-hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:22px;align-items:end;margin-top:18px}
.tariffs-hero-main{display:flex;flex-direction:column;gap:12px}
.tariffs-title{margin:0;font-size:46px;line-height:1.02;font-weight:900;color:#13213d;max-width:900px;letter-spacing:-.03em}
.tariffs-subtitle{margin:0;max-width:760px;font-size:16px;line-height:1.75;color:#5c6883}
.tariffs-hero-note{display:flex;flex-direction:column;gap:10px;padding:18px 20px;border-radius:24px;background:linear-gradient(145deg,#1e3d97 0%,#274fb7 55%,#17316f 100%);box-shadow:0 20px 36px rgba(24,49,111,0.22)}
.tariffs-hero-note-label{font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ffd666}
.tariffs-hero-note-text{font-size:14px;line-height:1.7;color:#e8efff}
.tariffs-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
.tariff-card{position:relative;display:flex;flex-direction:column;gap:16px;padding:24px;border:1px solid #dde6f4;border-radius:28px;background:#fff;box-shadow:0 18px 38px rgba(17,28,58,0.07);overflow:hidden}
.tariff-card::before{content:'';position:absolute;inset:0 auto auto 0;width:100%;height:6px;background:linear-gradient(90deg,#224ec3 0%,#ffd15b 100%)}
.tariff-card--banner{background:linear-gradient(180deg,#f9fbff 0%,#ffffff 100%)}
.tariff-card--org{background:linear-gradient(180deg,#f7fbff 0%,#ffffff 100%)}
.tariff-card--catalog{background:linear-gradient(180deg,#fffaf1 0%,#ffffff 100%)}
.tariff-card-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.tariff-card-label{font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#7d88a6}
.tariff-card-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:#edf3ff;border:1px solid #dbe5ff;font-size:11px;font-weight:800;line-height:1;color:#2a57bf}
.tariff-card-title{margin:0;font-size:28px;line-height:1.12;font-weight:900;color:#16233f;letter-spacing:-.02em}
.tariff-card-text{margin:0;font-size:14px;line-height:1.75;color:#5f6c89}
.tariff-card-price-wrap{display:flex;flex-direction:column;gap:8px;padding:18px 18px 16px;border-radius:22px;background:linear-gradient(145deg,#162e76 0%,#244db8 60%,#173a8d 100%);box-shadow:0 20px 36px rgba(25,56,136,0.18)}
.tariff-card-price-caption{font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,229,153,0.92)}
.tariff-card-price{font-size:40px;line-height:1;font-weight:900;color:#fff;letter-spacing:-.04em}
.tariff-card-price span{font-size:17px;font-weight:700;color:rgba(234,240,255,0.86);margin-left:6px;letter-spacing:0}
.tariff-card-price-options{display:grid;gap:12px}
.tariff-card-price-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border-radius:22px;border:1px solid #dbe4f4;background:#fff;box-shadow:0 14px 28px rgba(20,41,96,0.08)}
.tariff-card-price-option--primary{background:linear-gradient(145deg,#162e76 0%,#244db8 60%,#173a8d 100%);border-color:transparent;box-shadow:0 20px 36px rgba(25,56,136,0.18)}
.tariff-card-price-option-period{font-size:18px;line-height:1.2;font-weight:800;color:#183261}
.tariff-card-price-option-value{font-size:38px;line-height:1;font-weight:900;letter-spacing:-.04em;color:#183261;white-space:nowrap}
.tariff-card-price-option--primary .tariff-card-price-option-period{color:rgba(255,229,153,0.92)}
.tariff-card-price-option--primary .tariff-card-price-option-value{color:#fff}
.tariff-card-feature-list{display:flex;flex-direction:column;gap:10px}
.tariff-feature-item{display:flex;flex-direction:column;gap:4px;padding:14px 16px;border-radius:18px;background:#f7f9fd;border:1px solid #e4eaf6}
.tariff-feature-item strong{font-size:15px;line-height:1.3;font-weight:800;color:#1b2946}
.tariff-feature-item span{font-size:13px;line-height:1.55;color:#62708b}
.tariff-feature-item--accent{background:linear-gradient(180deg,#fff6da 0%,#fffdf4 100%);border-color:#f3df95}
.tariff-feature-item--accent strong{color:#7a5600}
.tariff-feature-item--accent span{color:#7c6a34}
.tariff-banner-rates{display:flex;flex-direction:column;gap:10px}
.tariff-banner-rate{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:18px;background:#f7f9fd;border:1px solid #e2e8f5}
.tariff-banner-rate--primary{background:linear-gradient(180deg,#ebf2ff 0%,#f7faff 100%);border-color:#c9d8ff}
.tariff-banner-rate-label{font-size:14px;line-height:1.45;font-weight:700;color:#1e2a47}
.tariff-banner-rate-value{font-size:26px;line-height:1;font-weight:900;color:#1d45aa;white-space:nowrap;letter-spacing:-.03em}
.tariff-banner-rate-value span{font-size:13px;font-weight:700;color:#637190;margin-left:4px;letter-spacing:0}
.tariff-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}
.tariff-card-meta span{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 12px;border-radius:999px;background:#f4f7fd;border:1px solid #e0e7f5;font-size:12px;font-weight:700;line-height:1;color:#425173}
.tariffs-chip--light{background:#eef3ff;color:#2b67c7;box-shadow:none}
.tariff-packages-section{display:flex;flex-direction:column;gap:18px;padding:28px 30px;border:1px solid #dbe5f5;border-radius:30px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 22px 44px rgba(17,28,58,0.06)}
.tariff-packages-head{display:flex;flex-direction:column;gap:10px;max-width:820px}
.tariff-packages-title{margin:0;font-size:34px;line-height:1.05;font-weight:900;color:#14213d;letter-spacing:-.03em}
.tariff-packages-subtitle{margin:0;font-size:15px;line-height:1.75;color:#5d6884}
.tariff-packages-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.tariff-package-card{display:flex;flex-direction:column;gap:16px;padding:24px;border:1px solid #dfe7f6;border-radius:26px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 18px 36px rgba(17,28,58,0.06)}
.tariff-package-card--featured{background:linear-gradient(180deg,#fffaf0 0%,#ffffff 100%);border-color:#f1dea4;box-shadow:0 20px 42px rgba(153,112,17,0.12)}
.tariff-package-card--dark{background:linear-gradient(145deg,#19337d 0%,#2447a3 55%,#16295b 100%);border-color:#3654b1;box-shadow:0 24px 48px rgba(20,36,92,0.2)}
.tariff-package-topline{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}
.tariff-package-name{font-size:24px;line-height:1.1;font-weight:900;color:#16233f}
.tariff-package-card--dark .tariff-package-name{color:#fff}
.tariff-package-badge{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:0 12px;border-radius:999px;background:#eef3ff;border:1px solid #d7e2ff;font-size:11px;font-weight:800;line-height:1;color:#2d58bd}
.tariff-package-card--featured .tariff-package-badge{background:#fff5d8;border-color:#f3df95;color:#8a6300}
.tariff-package-card--dark .tariff-package-badge{background:rgba(255,255,255,0.12);border-color:rgba(255,255,255,0.18);color:#eef3ff}
.tariff-package-price{font-size:42px;line-height:1;font-weight:900;color:#173b92;letter-spacing:-.04em}
.tariff-package-price span{font-size:16px;font-weight:700;color:#677390;margin-left:6px;letter-spacing:0}
.tariff-package-card--featured .tariff-package-price{color:#9a6900}
.tariff-package-card--dark .tariff-package-price{color:#fff}
.tariff-package-card--dark .tariff-package-price span{color:rgba(233,239,255,0.82)}
.tariff-package-list{display:flex;flex-direction:column;gap:10px}
.tariff-package-item{position:relative;padding:0 0 0 20px;font-size:14px;line-height:1.6;color:#56637f}
.tariff-package-item::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%;background:#2e5cc7;box-shadow:0 0 0 4px rgba(46,92,199,0.12)}
.tariff-package-card--featured .tariff-package-item::before{background:#d39a00;box-shadow:0 0 0 4px rgba(211,154,0,0.14)}
.tariff-package-card--dark .tariff-package-item{color:#e7eeff}
.tariff-package-card--dark .tariff-package-item::before{background:#ffd15b;box-shadow:0 0 0 4px rgba(255,209,91,0.14)}
.tariffs-contact-cta{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:18px;padding:28px 30px;border:1px solid #dbe5f5;border-radius:30px;background:linear-gradient(145deg,#18357f 0%,#2447a6 58%,#15295c 100%);box-shadow:0 24px 48px rgba(18,36,91,0.18)}
.tariffs-contact-cta-main{display:flex;flex-direction:column;gap:12px}
.tariffs-contact-title{margin:0;font-size:34px;line-height:1.05;font-weight:900;color:#fff;letter-spacing:-.03em}
.tariffs-contact-text{margin:0;max-width:640px;font-size:15px;line-height:1.8;color:rgba(232,238,255,0.86)}
.tariffs-contact-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.tariffs-contact-card{display:flex;flex-direction:column;gap:10px;padding:18px;border-radius:22px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);text-decoration:none;box-shadow:inset 0 1px 0 rgba(255,255,255,0.08);transition:transform .2s ease,background .2s ease,border-color .2s ease}
.tariffs-contact-card:hover{transform:translateY(-2px);background:rgba(255,255,255,0.12);border-color:rgba(255,209,91,0.38)}
.tariffs-contact-label{font-size:11px;line-height:1.2;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ffd666}
.tariffs-contact-value{font-size:24px;line-height:1.2;font-weight:900;color:#fff;word-break:break-word}
.tariffs-contact-note{font-size:13px;line-height:1.65;color:rgba(232,238,255,0.8)}

@media(max-width:1024px){.tariffs-hero-layout{grid-template-columns:1fr}.tariffs-grid{grid-template-columns:1fr}.tariff-packages-grid{grid-template-columns:1fr}.tariffs-title{font-size:38px}}
@media(max-width:1024px){.tariffs-contact-cta{grid-template-columns:1fr}.tariffs-contact-cards{grid-template-columns:1fr}}
@media(max-width:1024px){.support-contact-block{grid-template-columns:1fr}}
@media(max-width:680px){.support-page{gap:18px}.support-hero{padding:24px 20px;border-radius:24px}.support-title{font-size:30px}.support-subtitle{font-size:14px;line-height:1.7}.support-contact-card{padding:22px 20px;border-radius:24px}.support-contact-value{font-size:28px}.tariffs-page{gap:18px}.tariffs-hero{padding:24px 20px;border-radius:24px}.tariffs-title{font-size:30px}.tariffs-subtitle{font-size:14px;line-height:1.7}.tariff-card{padding:20px;border-radius:22px}.tariff-card-title{font-size:24px}.tariff-card-price{font-size:34px}.tariff-card-price-option{flex-direction:column;align-items:flex-start}.tariff-card-price-option-value{font-size:32px}.tariff-banner-rate{flex-direction:column;align-items:flex-start}.tariff-banner-rate-value{font-size:22px}.tariffs-contact-cta{padding:22px 20px;border-radius:24px}.tariffs-contact-title{font-size:28px}.tariffs-contact-value{font-size:22px}}

/* Footer */
.site-footer{margin-top:30px}
.footer-shell{background:linear-gradient(135deg,#1a245f 0%,#233592 48%,#16204b 100%);color:#edf1ff;position:relative;overflow:hidden}
.footer-shell::before{content:'';position:absolute;inset:auto -120px -180px auto;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(255,207,0,0.24) 0%,rgba(255,207,0,0) 68%);pointer-events:none}
.footer-layout{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:18px;padding-top:28px;padding-bottom:40px;position:relative;z-index:1;align-items:stretch;grid-auto-rows:max-content}
.footer-brand-card,.footer-nav-card,.footer-rating-card,.footer-contact-card{border:1px solid rgba(214,223,255,0.16);border-radius:24px;background:rgba(10,18,52,0.46);backdrop-filter:blur(8px);box-shadow:0 20px 44px rgba(5,12,37,0.2)}
.footer-brand-card,.footer-contact-card{padding:24px}
.footer-nav-card,.footer-rating-card{padding:22px}
.footer-brand-card{display:flex;flex-direction:column;gap:20px}
.footer-brand-card{grid-column:1}
.footer-contact-card{grid-column:2}
.footer-brand-logo{display:inline-flex;align-items:center;justify-content:center;width:142px;max-width:100%;padding:10px 14px;border-radius:18px;background:#fff;box-shadow:0 18px 32px rgba(3,10,28,0.22)}
.footer-brand-logo img{display:block;width:auto;height:auto;max-width:100%;max-height:42px;object-fit:contain}
.footer-brand-copy{display:flex;flex-direction:column;gap:10px}
.footer-kicker{font-size:11px;line-height:1.2;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#ffdb69}
.footer-brand-title,.footer-section-title{margin:0;color:#fff}
.footer-brand-title{font-size:30px;line-height:1.05}
.footer-brand-text,.footer-rating-text{margin:0;font-size:14px;line-height:1.7;color:#d6ddff;max-width:58ch}
.footer-socials{display:flex;flex-wrap:wrap;gap:10px}
.footer-social-link{display:inline-flex;align-items:center;gap:10px;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.1);color:#fff;text-decoration:none;font-size:13px;font-weight:600;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.footer-social-link:hover{transform:translateY(-1px);background:rgba(255,255,255,0.14);border-color:rgba(255,219,105,0.4)}
.footer-social-badge{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#ffcf00;color:#1b245d;font-size:11px;font-weight:800;letter-spacing:.04em}
.footer-support-card{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:18px;background:rgba(255,255,255,0.07);border:1px solid rgba(255,255,255,0.1);color:#eef2ff;text-decoration:none;box-shadow:0 14px 28px rgba(5,12,37,0.16);transition:transform .2s ease,background .2s ease,border-color .2s ease}
.footer-support-card:hover{transform:translateY(-1px);background:rgba(255,255,255,0.12);border-color:rgba(255,219,105,0.36)}
.footer-support-card.cabinet-user-support-card{background:linear-gradient(145deg,#18357f 0%,#2447a6 58%,#15295c 100%);border-color:#314bb6;box-shadow:0 20px 38px rgba(20,36,92,0.18);color:#eef2ff}
.footer-support-card.cabinet-user-support-card:hover{background:linear-gradient(145deg,#20429a 0%,#2c53bb 58%,#183171 100%);border-color:#4f6fd3}
.footer-support-card.cabinet-user-support-card .footer-support-kicker{color:#ffd666}
.footer-support-card.cabinet-user-support-card .footer-support-title{color:#fff}
.footer-support-card.cabinet-user-support-card .footer-support-text{color:rgba(232,238,255,0.86)}
.footer-support-kicker{font-size:10px;line-height:1.2;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#ffdb69}
.footer-support-title{font-size:18px;line-height:1.15;font-weight:800;color:#fff}
.footer-support-text{font-size:13px;line-height:1.5;color:#d6ddff}
.footer-nav-card{display:flex;flex-direction:column;gap:18px}
.footer-section-head{display:flex;flex-direction:column;gap:8px}
.footer-section-title{font-size:24px;line-height:1.15}
.footer-links-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.footer-main-link{display:flex;align-items:center;min-height:52px;padding:0 16px;border-radius:16px;background:rgba(255,255,255,0.06);border:1px solid rgba(221,227,244,0.12);color:#eef2ff;text-decoration:none;font-size:14px;font-weight:600;transition:transform .2s ease,background .2s ease,border-color .2s ease}
.footer-main-link:hover{transform:translateY(-1px);background:rgba(255,255,255,0.12);border-color:rgba(255,219,105,0.34)}
.footer-rating-card{display:flex;flex-direction:column;gap:16px}
.footer-rating-card.is-loading,.footer-rating-inline.is-loading{opacity:.75;pointer-events:none}
.footer-rating-stars{display:flex;flex-wrap:wrap;gap:8px}
.footer-rating-star{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid rgba(255,255,255,0.16);border-radius:16px;background:rgba(255,255,255,0.05);color:#95a4db;font-size:24px;line-height:1;cursor:pointer;transition:transform .18s ease,color .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease}
.footer-rating-star:hover,.footer-rating-star:focus-visible,.footer-rating-star.is-active{outline:none;transform:translateY(-1px);color:#ffcf00;background:rgba(255,207,0,0.12);border-color:rgba(255,207,0,0.42);box-shadow:0 12px 24px rgba(255,207,0,0.14)}
.footer-rating-summary{font-size:16px;font-weight:700;color:#fff}
.footer-rating-status{font-size:13px;line-height:1.6;color:#c7d1f8}
.footer-rating-status.is-error{color:#ffd2d2}
.footer-rating-status.is-success{color:#c2ffd8}
.footer-rating-inline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center}
.footer-rating-inline .footer-rating-stars{gap:6px}
.footer-rating-inline .footer-rating-star{width:28px;height:28px;border-radius:10px;font-size:15px}
.footer-rating-inline .footer-rating-summary{font-size:11px;white-space:nowrap}
.footer-rating-inline .footer-rating-status{display:none}
.footer-contact-card{display:flex;flex-direction:column;gap:18px}
.footer-contact-list{display:flex;flex-direction:column;gap:12px}
.footer-contact-row{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 14px;border-radius:16px;background:rgba(255,255,255,0.05);border:1px solid rgba(255,255,255,0.08)}
.footer-contact-row a,.footer-contact-row span{font-size:14px;line-height:1.6;color:#fff;text-decoration:none}
.footer-contact-row a:hover{color:#ffdb69}
.footer-contact-row--text{align-items:flex-start}
.footer-contact-label{flex:0 0 96px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#aebcf3}
.footer-legal-box{padding:18px;border-radius:18px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08)}
.footer-legal-title{margin-bottom:10px;font-size:15px;font-weight:700;color:#fff}
.footer-legal-box p{margin:0 0 8px;font-size:13px;line-height:1.65;color:#d6ddff}
.footer-legal-box p:last-child{margin-bottom:0}

.footer-bottom{background:#0e1537;color:#eef2ff;border-top:1px solid rgba(255,255,255,0.08)}
.footer-bottom-inner{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:20px;padding-top:16px;padding-bottom:16px}
.footer-bottom-copy{font-size:12px;line-height:1.6;color:#b6c3f0;max-width:760px}
.footer-credit{font-size:12px;color:#d6d6ff;text-align:right;white-space:nowrap}
.footer-credit a{color:#fff;text-decoration:none}
.footer-credit a:hover{text-decoration:underline}

/* Responsive */
@media(max-width:1180px){
  .categories-grid.materials-categories{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1000px){
  .cabinet-header--catalog{flex-direction:column;align-items:flex-start}
  .cabinet-catalog-links--top{width:100%}
  .cabinet-price-table-form{width:100%}
  .cabinet-price-editor{grid-template-columns:1fr;padding:0 12px 12px}
  .cabinet-price-editor-card{grid-template-columns:110px minmax(0,1fr)}
  .cabinet-flea-section .org-section-head{padding:16px 18px 8px}
  .cabinet-flea-section-body{padding:0 18px 18px}
  .cabinet-catalog-form{grid-template-columns:1fr}
  .cabinet-catalog-section--primary .org-main-info-layout{grid-template-columns:1fr}
  .cabinet-catalog-section--details .org-grid.org-grid-compact{grid-template-columns:1fr}
  .cabinet-catalog-section .org-section-head{padding:12px 12px 6px}
  .cabinet-catalog-section--primary .org-main-info-layout{padding:0 12px 12px}
  .cabinet-catalog-section--details .org-grid{padding:0 12px 12px}
  .cabinet-catalog-attrs{padding:12px}
  .cabinet-catalog-item-topline{align-items:flex-start}
  .header-container{flex-wrap:wrap;position:relative;gap:16px 18px;align-items:center}
  .header-mobile-quick-actions{display:inline-flex;margin-left:auto}
  .header-burger{display:inline-flex;align-items:center;justify-content:center}
  .header-menu-panel{flex:0 0 100%;width:100%;order:3;display:block}
  .header-menu-panel[hidden]{display:none}
  .header-container.is-menu-open .header-menu-panel{display:block}
  .main-nav{order:0;width:100%;display:flex;flex-direction:column;gap:4px;align-items:stretch;padding:10px 0 0;flex:none}
  .main-nav a{display:flex;align-items:center;min-height:46px;padding:0 14px;border-radius:14px;background:#fff;color:#24356b;border:1px solid #e2e8f5;font-size:14px;font-weight:700}
  .header-actions{width:100%;order:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch;padding-top:12px}
  .header-action-btn,.header-logout-btn{width:100%;min-height:46px;justify-content:center;padding:0 12px;border-radius:14px;white-space:normal;text-align:center}
  .header-action-btn--orders{grid-column:1 / -1}
  .header-menu-panel{padding:14px;border:1px solid #e6ebf6;border-radius:22px;background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);box-shadow:0 18px 32px rgba(20,36,82,0.08)}
  .footer-layout{grid-template-columns:1fr}
  .cabinet-card--catalog-workspace{padding:14px}
  .cabinet-catalog-stats{width:100%}
  .cabinet-catalog-stat{width:100%;justify-content:flex-start}
  .cabinet-catalog-item-topline{flex-direction:column}
  .cabinet-catalog-item-thumb{width:100%;height:140px;flex-basis:auto}
  .cabinet-catalog-price-inline-controls{grid-template-columns:1fr}
  .cabinet-flea-actions--catalog .btn{width:100%;justify-content:center}
  .cabinet-user-support-card{flex-basis:100%}
  .footer-brand-card,.footer-contact-card{grid-column:auto}
}
@media(max-width:900px){
  .section-title-bar{flex-direction:column;align-items:flex-start;padding-right:20px}
  .section-title-action{min-height:34px;padding:0 14px;font-size:12px}
  .hero{flex-direction:column}
  .hero-right{width:100%;position:static;top:auto}
  .blog-single-card{padding:20px}
  .blog-single-layout{grid-template-columns:1fr}
  .blog-single-title{font-size:34px}
  .blog-single-content-wrap{grid-template-columns:1fr}
  .blog-single-sidebar{position:static}
  .blog-single-cover,.blog-single-cover img,.blog-single-cover-placeholder{min-height:300px}
  .blog-single-cover-placeholder strong{font-size:68px}
  .cards-row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .front-page .blog-preview{width:100%;max-width:100%}
  .categories-grid{grid-template-columns:repeat(2,1fr)}
  .categories-grid.materials-categories{grid-template-columns:repeat(2,minmax(0,1fr))}
  .material-term-children-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-section-title{font-size:22px}
  .footer-links-grid{grid-template-columns:1fr}
  .footer-bottom-inner{grid-template-columns:1fr;align-items:flex-start}
  .footer-credit{text-align:left;white-space:normal}
  .footer-rating-inline{justify-content:flex-start}
  .blog-cards{grid-template-columns:repeat(2,1fr)}
  .blog-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .contacts-hero{grid-template-columns:1fr}
  .contacts-grid{grid-template-columns:1fr}
  .contacts-actions-grid{grid-template-columns:1fr}
  .auth-page,.cabinet-page{flex-direction:column}
  .org-hero{flex-direction:column}
  .org-top-grid{grid-template-columns:1fr}
  .org-review-card{flex-direction:column}
  .org-review-left{width:100%}
  .org-services-grid{grid-template-columns:1fr 1fr}
  .org-service-prices-grid{grid-template-columns:1fr}
  .org-equipment-track{grid-auto-columns:calc((100% - 16px) / 2)}
  .org-services-section--transport .org-services-grid--transport{grid-template-columns:1fr 1fr}
  .org-list-grid{grid-template-columns:1fr}
  .sphere-page{flex-direction:column}
  .sphere-sidebar{width:100%}
  .org-card-alt{flex-direction:column}
  .org-card-left{width:100%;border-right:none;border-bottom:1px solid #eef0f6;padding-right:0;padding-bottom:12px}
  .catalog-layout{flex-direction:column}
  .catalog-sidebar{width:100%;position:static}
  .catalog-filters{max-height:none;overflow:visible}
  .catalog-grid{grid-template-columns:repeat(2,1fr)}
  .cabinet-flea-layout,.cabinet-catalog-layout{grid-template-columns:1fr}
  .product-layout{flex-direction:column}
  .product-core{grid-template-columns:1fr}
  .product-sidebar{position:static;top:auto}
  .product-offers-sticky{order:3}
  .product-offers{max-height:calc(100vh - 48px)}
  .product-inline-gallery{max-width:none}
  .product-extra-gallery{grid-template-columns:repeat(2,1fr)}
  .flea-single-layout,.flea-single-layout--market{grid-template-columns:1fr}
  .flea-market-sidebar{position:static}
  .cabinet-request{padding:14px}
  .cabinet-request-side{position:static;width:100%;margin-top:10px;align-items:flex-start}
  .cabinet-request-actions{justify-content:flex-start}
  .cabinet-request-stats{justify-content:flex-start;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
  .cabinet-request-stat{min-width:0}
  .cabinet-catalog-links{width:100%}
  .request-single{flex-direction:column}
  .request-hero{grid-template-columns:1fr}
  .request-gallery-grid{grid-template-columns:repeat(2,1fr)}
  .request-proposal-meta{flex-direction:column;align-items:flex-start}
  .org-subservices{grid-template-columns:1fr}
  .auth-visual{min-width:0;width:100%}
  .auth-visual-media{min-height:240px}
  .auth-visual-title{font-size:24px}
  .auth-page-login{flex-direction:column}
  .auth-page-login .auth-main{max-width:none}
  .auth-page-login .auth-visual-login{flex:1 1 auto;min-width:0}
  .auth-page-register{flex-direction:column}
  .auth-page-register .auth-main{max-width:none}
  .auth-page-register .auth-visual-register{flex:1 1 auto;min-width:0}
  .auth-verify-actions{flex-wrap:wrap}
  .cabinet-chats{grid-template-columns:1fr;min-height:0}
  .chat-list{max-height:300px}
  .chat-panel-name{font-size:22px}
  .chat-messages{min-height:180px}
}
@media(max-width:600px){
  body.home .hero-right > .ad-box{display:none}
  body.home .blog-ad{display:none}
  body.home .blog-preview .blog-cards{grid-template-columns:minmax(0,1fr) !important}
  body.home .blog-preview .blog-card{width:100%}
  body.home .blog-cards .blog-card:nth-child(n+2){display:none}
  .top-ad{margin:10px 14px 0;min-height:92px;padding:10px 14px;border-radius:18px;font-size:15px}
  .top-ad.has-image{height:92px}
  .top-ad img{object-position:center}
  .front-latest-flea-market{margin-top:18px}
  .front-latest-flea-market__head{margin-bottom:12px}
  .front-latest-flea-market__grid{grid-template-columns:minmax(0,1fr)}
  .front-latest-flea-market__empty{padding:18px}
  .front-latest-flea-market__empty-title{font-size:18px}
  .front-latest-flea-market__empty-text{font-size:13px}
  .cards-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-bottom:14px}
  .cards-row .card{min-height:0;padding:14px 14px 12px;border-radius:18px}
  .cards-row .card h3{font-size:14px;line-height:1.25;margin-bottom:8px}
  .cards-row .card p{font-size:12px;line-height:1.45;margin-bottom:12px}
  .cards-row .card-link-card__arrow{width:32px;height:32px;font-size:16px}
  .cards-row .card-action-buttons{gap:6px}
  .cards-row .card-action-btn{padding:10px 12px;border-radius:12px;font-size:12px}
  .cabinet-price-editor-card{grid-template-columns:1fr}
  .cabinet-price-editor-media{min-height:180px}
  .cabinet-price-editor-title{font-size:20px}
  .cabinet-price-input{font-size:20px !important}
  .equipment-filters-head{flex-direction:column;align-items:flex-start}
  .blog-single-card{padding:16px}
  .blog-single-title{font-size:26px}
  .blog-single-lead{font-size:15px}
  .blog-single-meta-row{gap:8px}
  .blog-single-meta-item{padding:0 11px;font-size:11px}
  .blog-single-content{padding:20px 18px;font-size:15px}
  .blog-single-content h2{font-size:24px}
  .blog-single-content h3{font-size:20px}
  .blog-single-content blockquote{padding:18px 18px;font-size:16px}
  .blog-single-cover,.blog-single-cover img,.blog-single-cover-placeholder{min-height:240px}
  .blog-single-cover-placeholder strong{font-size:52px}
  .blog-single-ad-box{min-height:220px}
  .blog-single-ad-box img{min-height:220px}
  .product-sidebar{position:static;top:auto}
  .product-offers-sticky{position:static;top:auto}
  .product-offers{max-height:none}
  .categories-grid{grid-template-columns:1fr}
  .categories-grid.materials-categories{grid-template-columns:repeat(2,minmax(0,1fr))}
  .material-term-children-grid{grid-template-columns:1fr}
  .cabinet-catalog-attr-row{grid-template-columns:1fr}
  .blog-list-grid{grid-template-columns:1fr}
  .blog-single-title{font-size:22px}
  .header-main{position:sticky;top:0;z-index:30;background:rgba(255,255,255,0.96);backdrop-filter:blur(10px)}
  .header-container{padding:10px 14px}
  .logo-img{height:42px}
  .logo-section{min-width:0;flex:1}
  .header-mobile-quick-actions{gap:6px}
  .header-mobile-quick-link{width:40px;height:40px;border-radius:12px;font-size:18px}
  .header-burger{width:44px;height:44px;border-radius:13px}
  .header-menu-panel{padding:12px}
  .header-actions{grid-template-columns:1fr}
  .header-action-btn--orders{grid-column:auto}
  .contacts-hero-main,.contacts-hero-side,.contacts-actions-block{padding-left:16px;padding-right:16px}
  .contacts-title{font-size:28px}
  .contacts-hero-link{font-size:22px}
  .request-single-meta{grid-template-columns:1fr}
  .request-gallery-grid{grid-template-columns:1fr}

  .chat-list{padding:10px;border-radius:14px;max-height:260px}
  .chat-item{padding:10px}
  .chat-item-title{font-size:13px}
  .chat-item-state,.chat-item-time,.chat-item-preview{font-size:11px}
  .chat-panel{border-radius:14px}
  .chat-panel-head{padding:12px 14px}
  .chat-panel-name{font-size:18px}
  .chat-panel-code{font-size:12px}
  .chat-messages{padding:22px 12px 12px;min-height:150px}
  .chat-message-stack{max-width:82%}
  .chat-bubble{font-size:13px;padding:10px 12px}
  .chat-form{padding:0 10px 10px}
  .chat-compose{padding:6px 8px}
  .chat-input{font-size:13px;min-height:34px}
  .chat-send{width:32px;height:32px;font-size:16px}
  .chat-tool{width:24px;height:24px;font-size:16px}
  .footer-brand-card,.footer-nav-card,.footer-rating-card,.footer-contact-card{padding:18px}
  .footer-brand-title{font-size:26px}
  .footer-contact-row{flex-direction:column}
  .footer-contact-label{flex-basis:auto}
  .footer-rating-stars{gap:6px}
  .footer-rating-star{width:42px;height:42px;font-size:22px}
  .blog-cards{grid-template-columns:1fr}
  .auth-grid,.profile-grid{grid-template-columns:1fr}
  .profile-grid-user{grid-template-columns:1fr}
  .review-grid{grid-template-columns:1fr}
  .org-grid,.org-items,.org-service-items,.org-meta,.org-checkboxes,.org-subservices{grid-template-columns:1fr}
  .org-services-grid{grid-template-columns:1fr}
  .org-equipment-param-row{grid-template-columns:1fr}
  .org-equipment-track{grid-auto-columns:100%}
  .org-equipment-public-row{flex-direction:column;gap:6px}
  .org-equipment-public-row strong{text-align:left}
  .org-services-section--transport .org-services-grid--transport{grid-template-columns:1fr}
  .org-service-card--transport{min-height:260px}
  .org-service-transport-overlay h3{font-size:18px}
  .catalog-grid{grid-template-columns:1fr}
  .flea-hero{padding:18px}
  .flea-gallery-card{grid-template-columns:1fr}
  .flea-gallery-strip{order:2;flex-direction:row;flex-wrap:wrap}
  .flea-gallery-thumb{width:62px;height:62px}
  .flea-gallery-main{min-height:280px}
  .flea-gallery-main img,.product-image-placeholder--flea{height:280px}
  .flea-single-spec-row{grid-template-columns:1fr;gap:4px}
  .cabinet-flea-item-head{flex-direction:column;align-items:flex-start}
  .cabinet-flea-item-side{align-items:flex-start;width:100%}
  .cabinet-flea-item--listing{grid-template-columns:1fr}
  .cabinet-flea-card-media{width:100%;min-height:120px;max-height:none}
  .cabinet-flea-card-topline{flex-direction:column;align-items:flex-start}
  .cabinet-flea-card-price{font-size:18px}
  .cabinet-flea-actions--listing .btn,.cabinet-flea-actions--listing button{width:100%}
  .cabinet-flea-upload-dropzone{min-height:200px;padding:22px 16px}
  .cabinet-flea-upload-title{font-size:16px}
  .cabinet-flea-upload-note{font-size:13px}
  .cabinet-request-stats--flea{width:100%}
  .cabinet-catalog-links .btn{width:100%;justify-content:center}
  .cabinet-price-table-upload{justify-content:center;flex-wrap:wrap}
  .product-info-row{grid-template-columns:1fr}
  .product-inline-thumb{flex-basis:78px;width:78px;height:62px}
  .product-thumbs{flex-wrap:wrap}
  .product-extra-gallery{grid-template-columns:1fr}
  .org-form-section{padding:14px}
  .org-section-head,.org-sphere-top{flex-direction:column;align-items:flex-start}
  .org-main-info-layout{grid-template-columns:1fr}
  .org-form-section-main .org-section-head{padding:14px 14px 8px}
  .org-main-info-layout{padding:0 14px 14px}
  .org-main-info-flags{grid-template-columns:1fr;padding:0 14px 14px}
  .org-main-info-modes{padding:0 14px 14px}
  .org-main-info-modes-grid{grid-template-columns:1fr}
  .org-form-section-contacts .org-section-head{padding:14px 14px 8px}
  .org-form-section-contacts .org-grid{padding:0 14px 14px}
  .org-form-section-spheres .org-section-head{padding:14px 14px 8px}
  .org-form-section-spheres .org-spheres-toolbar{padding:0 14px 10px}
  .org-form-section-spheres .org-checkboxes-cards{padding:0 14px 14px}
  .org-spheres-actions{padding:0 14px 14px}
  .org-form-section-services{padding:0}
  .org-form-section-equipment{padding:0}
  .org-services-head{padding:14px 14px 4px}
  .org-form-section-equipment .org-services-head{padding:14px 14px 4px}
  .org-equipment-section-head{flex-direction:column;align-items:stretch}
  .org-services-help-popup{left:0;top:26px}
  .org-services-help-popup img{max-width:82vw}
  .org-services-cards{padding:0 14px 14px;grid-template-columns:1fr;gap:10px}
  .org-service-prices-editor{padding:0 14px 14px}
  .org-service-price-image-controls{align-items:stretch}
  .org-service-price-upload{grid-template-columns:1fr;flex-basis:100%}
  .org-service-price-upload-button{width:100%}
  .org-service-price-image-remove{width:100%}
  .org-service-price-row{flex-direction:column;align-items:stretch;padding:14px}
  .org-service-price-grid{grid-template-columns:1fr}
  .org-service-price-row-actions{justify-content:flex-start}
  .org-service-price-upload{grid-template-columns:1fr}
  .org-service-price-upload-button{width:100%}
  .org-service-price-image-preview{min-height:180px}
  .org-service-price-image-preview img{height:180px}
  .org-equipment-cards-editor{padding:0 14px 14px}
  .org-equipment-card-form{padding:14px}
  .org-services-cards > .org-service-card{margin:0}
  .org-service-prices-headline{align-items:flex-start}
  .org-service-price-card{flex-direction:column;align-items:flex-start}
  .org-service-price-card-value{white-space:normal}
  .auth-visual-card{padding:18px;border-radius:14px}
  .auth-visual-media{min-height:180px;padding:24px}
  .auth-visual-title{font-size:20px}
  .auth-visual-text{font-size:13px}
  .auth-card-login{padding:20px}
  .auth-page-login .auth-visual-media{min-height:160px;padding:20px}
  .auth-page-login .auth-visual-title{font-size:20px;max-width:none}
  .auth-page-register .auth-visual-media{min-height:160px;padding:20px}
  .auth-page-register .auth-visual-title{font-size:20px;max-width:none}
}
