*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{touch-action:pan-x pan-y;-ms-touch-action:pan-x pan-y}input,textarea,select{caret-color:var(--accent, #4f4a44)!important;font-size:16px!important}input:focus,textarea:focus,select:focus{scroll-margin-bottom:300px}@keyframes geopulse{0%{transform:scale(1);opacity:1}to{transform:scale(2.5);opacity:0}}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@font-face{font-family:YFF Rare;src:url(/fonts/yff-rare.woff2) format("woff2");font-weight:100 900;font-display:swap}h1,h2,h3,.display-font{font-family:var(--font-display);font-weight:500;letter-spacing:-.01em}:root{--bg: #f4f1ec;--text: #2b2825;--hint: #6b655d;--link: #4f4a44;--btn: #4f4a44;--btn-text: #ffffff;--sec-bg: #ece8e1;--radius: 14px;--shadow: 0 1px 4px rgba(60,52,42,.06);--accent: #4f4a44;--bg-primary: #faf8f4;--bg-secondary: #f4f1ec;--text-primary: #2b2825;--text-secondary: #8a847b;--border: #e4ded5;--card-bg: #faf8f4;--bg-card: #faf8f4;--header-bg: #faf8f4;--input-bg: #ffffff;--input-border: #e4ded5;--selected-bg: #ece8e1;--selected-border: #4f4a44;--selected-text: #38342f;--accent-bg: #ece8e1;--status-new-color: #6f7d8f;--status-new-bg: #eef0f2;--status-confirmed-color: #6f8f76;--status-confirmed-bg: #eef2ee;--status-rejected-color: #b3675f;--status-rejected-bg: #f4ece9;--status-completed-color: #8a847b;--status-completed-bg: #f0ede8;--font-display: "YFF Rare", Georgia, "Times New Roman", serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;color-scheme:light}[data-theme=dark]{--bg-primary: #1b1916;--bg-secondary: #2a2622;--text-primary: #ece8e1;--text-secondary: #a59f95;--border: #3a352f;--card-bg: #2a2622;--bg-card: #2a2622;--header-bg: #1b1916;--shadow: 0 1px 3px rgba(0,0,0,.4);--input-bg: #2a2622;--input-border: #3a352f;--selected-bg: rgba(79,74,68,.15);--selected-border: #6b655d;--selected-text: #9bbfa4;--accent-bg: rgba(79,74,68,.12);--status-new-color: #9fb0c0;--status-new-bg: rgba(111,125,143,.15);--status-confirmed-color: #9bbfa4;--status-confirmed-bg: rgba(79,74,68,.15);--status-rejected-color: #d6988f;--status-rejected-bg: rgba(179,103,95,.15);--status-completed-color: #a59f95;--status-completed-bg: rgba(165,159,149,.12);--link: #c9c1b4;--btn: #c9c1b4;--btn-text: #211e1a;--accent: #c9c1b4;--bg: var(--bg-primary);--text: var(--text-primary);--hint: var(--text-secondary);--sec-bg: var(--bg-secondary);color-scheme:dark}body{font-family:var(--font-body);background:var(--bg-primary);color:var(--text-primary);font-size:15px;-webkit-font-smoothing:antialiased;transition:background-color .2s,color .2s}button:not(.btn-xs){min-height:44px;cursor:pointer}button.btn-xs{min-height:32px;min-width:32px}.app{max-width:600px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;padding-bottom:64px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--bg);border-top:1px solid rgba(0,0,0,.06);box-shadow:0 -2px 12px #00000012;display:flex;align-items:flex-end;z-index:100;max-width:600px;margin:0 auto;min-height:56px}.bottom-nav button{min-height:56px;flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 4px 10px;border:none;background:none;cursor:pointer;color:var(--hint);font-size:11px;transition:color .15s;position:relative}.bottom-nav button span:first-child{font-size:22px}.bottom-nav button.active{color:#4f4a44}.bottom-nav button.active:after{content:"";position:absolute;bottom:4px;left:50%;transform:translate(-50%);width:4px;height:4px;border-radius:50%;background:#4f4a44}.nav-add-btn{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:0 4px 10px;border:none;background:none;cursor:pointer;color:var(--hint);font-size:11px;position:relative}.nav-add-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;background:#4f4a44;border-radius:50%;font-size:22px;line-height:1;box-shadow:0 4px 12px #4f4a4473;margin-top:-14px;flex-shrink:0}.page-header{background:var(--bg);padding:12px 16px 8px;position:sticky;top:0;z-index:50;box-shadow:var(--shadow)}.page-header h1{font-size:20px;font-weight:700}.page-header .sub{font-size:13px;color:var(--text);opacity:.7;margin-top:2px}.search-bar{display:flex;gap:8px;padding:10px 16px;background:var(--bg)}.search-bar input{flex:1;padding:9px 12px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:var(--sec-bg);font-size:14px;color:var(--text);outline:none}.search-bar input:focus{border-color:var(--btn)}.filters-scroll{display:flex;gap:8px;padding:8px 16px;overflow-x:auto;scrollbar-width:none}.filters-scroll::-webkit-scrollbar{display:none}.filter-chip{flex-shrink:0;padding:6px 14px;border-radius:20px;border:1px solid rgba(0,0,0,.12);background:var(--bg);font-size:13px;cursor:pointer;color:var(--text);transition:all .15s;white-space:nowrap}.filter-chip.active{background:var(--btn);color:var(--btn-text);border-color:var(--btn)}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px 12px}.cat-card{display:flex;flex-direction:column;align-items:center;gap:5px;padding:8px 4px;border-radius:12px;border:1.5px solid rgba(0,0,0,.08);background:var(--bg);cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.cat-card:active{transform:scale(.95)}.cat-card-emoji{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:22px;line-height:1}.cat-card-title{font-size:10px;font-weight:500;color:var(--text);text-align:center;line-height:1.2;word-break:break-word;max-width:100%}.cat-card.active .cat-card-title{font-weight:700}.sidebar-cat-icon{width:28px;height:28px;border-radius:7px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;flex-shrink:0}.listings-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 12px}.listing-card{background:var(--bg);border-radius:var(--radius);overflow:hidden;cursor:pointer;box-shadow:var(--shadow);transition:transform .1s}.listing-card:active{transform:scale(.98)}.listing-card .cover{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--sec-bg);display:flex;align-items:center;justify-content:center;font-size:40px;color:var(--hint);overflow:hidden}.listing-card .cover img{width:100%;height:100%;object-fit:cover;display:block}.listing-card .info{padding:8px 10px 10px}.listing-card .price{font-size:16px;font-weight:700;color:#4f4a44}.listing-card .title{font-size:13px;color:var(--hint);margin-top:2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.listing-card .meta{font-size:11px;color:var(--hint);margin-top:4px}.badge{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;font-weight:600}.badge-pending{background:#fff3cd;color:#856404}.badge-approved{background:#d1fae5;color:#065f46}.badge-rejected{background:#f0e4e1;color:#8a4a44}.badge-archived{background:#e5e7eb;color:#374151}.badge-draft{background:#ede9fe;color:#5b21b6}.status-tabs{display:flex;gap:0;padding:8px 16px;overflow-x:auto;scrollbar-width:none;background:var(--bg)}.status-tabs::-webkit-scrollbar{display:none}.status-tab{flex-shrink:0;padding:7px 14px;border-radius:8px;font-size:13px;cursor:pointer;border:none;background:none;color:var(--hint);font-weight:500;transition:all .15s}.status-tab.active{background:var(--btn);color:var(--btn-text)}.my-listing-item{background:var(--bg);border-radius:var(--radius);margin:0 12px 10px;padding:12px;box-shadow:var(--shadow);display:flex;gap:12px}.my-listing-item .thumb{width:72px;height:72px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--sec-bg);display:flex;align-items:center;justify-content:center;font-size:28px}.my-listing-item .thumb img{width:100%;height:100%;object-fit:cover}.my-listing-item .body{flex:1;min-width:0}.my-listing-item .item-title{font-size:14px;font-weight:600;margin-bottom:4px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.my-listing-item .item-price{font-size:14px;font-weight:700;color:var(--btn);margin-bottom:4px}.my-listing-item .item-meta{font-size:12px;color:var(--hint)}.my-listing-actions{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.my-listing-actions button{padding:4px 10px;border-radius:6px;border:1px solid rgba(0,0,0,.12);background:var(--sec-bg);font-size:12px;cursor:pointer;color:var(--text)}.my-listing-actions button.danger{border-color:#b3675f;color:#b3675f}.my-listing-actions button.primary{background:var(--btn);color:var(--btn-text);border-color:var(--btn)}.detail-page{background:var(--bg);min-height:100dvh}.detail-back{padding:12px 16px;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:15px;color:var(--btn);background:var(--bg);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(0,0,0,.06)}.img-gallery{position:relative;background:var(--sec-bg);aspect-ratio:4/3;overflow:hidden}.img-gallery img{width:100%;height:100%;object-fit:cover}.img-gallery .no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:64px}.img-dots{position:absolute;bottom:8px;left:0;right:0;display:flex;justify-content:center;gap:5px}.img-dots span{width:6px;height:6px;border-radius:50%;background:#ffffff80}.img-dots span.active{background:#fff}.detail-content{padding:16px}.detail-price{font-size:24px;font-weight:700;margin-bottom:4px}.detail-title{font-size:18px;font-weight:600;margin-bottom:12px}.detail-desc{font-size:14px;line-height:1.6;color:var(--text);margin-bottom:16px;white-space:pre-wrap}.detail-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.detail-tag{background:var(--sec-bg);border-radius:8px;padding:4px 10px;font-size:12px;color:var(--hint)}.seller-block{display:flex;align-items:center;gap:10px;padding:12px;background:var(--sec-bg);border-radius:var(--radius);margin-bottom:16px}.seller-avatar{width:44px;height:44px;border-radius:50%;background:var(--btn);display:flex;align-items:center;justify-content:center;color:var(--btn-text);font-size:18px;font-weight:700;flex-shrink:0;overflow:hidden}.seller-avatar img{width:100%;height:100%;object-fit:cover}.contact-btn{width:100%;padding:14px;background:var(--btn);color:var(--btn-text);border:none;border-radius:var(--radius);font-size:16px;font-weight:600;cursor:pointer;margin-bottom:8px}.form-page{padding:16px;background:var(--bg);min-height:100svh}.form-page h2{font-size:20px;font-weight:700;margin-bottom:16px}.form-group{margin-bottom:14px}.form-group label{display:block;font-size:13px;color:var(--hint);margin-bottom:5px;font-weight:500}.form-group input,.form-group textarea,.form-group select{width:100%;padding:11px 13px;border:1px solid rgba(0,0,0,.12);border-radius:10px;font-size:16px;background:var(--sec-bg);color:var(--text);outline:none;font-family:inherit}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--btn);background:var(--bg)}.form-group textarea{resize:vertical;min-height:90px;line-height:1.5}.form-submit{width:100%;padding:14px;background:var(--btn);color:var(--btn-text);border:none;border-radius:var(--radius);font-size:16px;font-weight:600;cursor:pointer;margin-top:8px}.form-submit:disabled{opacity:.5;cursor:not-allowed}.img-upload-grid{display:flex;gap:8px;flex-wrap:wrap;margin-top:6px}.img-upload-item{width:80px;height:80px;border-radius:8px;overflow:hidden;position:relative;border:1px solid rgba(0,0,0,.1)}.img-upload-item img{width:100%;height:100%;object-fit:cover}.img-upload-item .remove-img{position:absolute;top:2px;right:2px;width:20px;height:20px;background:#0009;border-radius:50%;color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none}.img-add-btn{width:80px;height:80px;border-radius:8px;border:2px dashed rgba(0,0,0,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;color:var(--hint);font-size:24px;background:var(--sec-bg)}.img-add-btn span{font-size:11px;margin-top:2px}.admin-page{background:var(--sec-bg);min-height:100dvh}.admin-stats{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 12px 4px}.stat-card{background:var(--bg);border-radius:var(--radius);padding:12px;text-align:center;box-shadow:var(--shadow)}.stat-card .num{font-size:28px;font-weight:700}.stat-card .label{font-size:12px;color:var(--hint);margin-top:2px}.stat-card.pending .num{color:#9c7a45}.stat-card.approved .num{color:#6f8f76}.stat-card.rejected .num{color:#a3564e}.stat-card.total .num{color:var(--btn)}.admin-listing{background:var(--bg);border-radius:var(--radius);margin:0 12px 10px;overflow:hidden;box-shadow:var(--shadow)}.admin-listing-header{padding:12px;display:flex;gap:10px}.admin-listing-header .thumb{width:64px;height:64px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--sec-bg);display:flex;align-items:center;justify-content:center;font-size:24px}.admin-listing-header .thumb img{width:100%;height:100%;object-fit:cover}.admin-listing-meta{flex:1;min-width:0}.admin-listing-meta .atitle{font-size:14px;font-weight:600;margin-bottom:3px}.admin-listing-meta .asub{font-size:12px;color:var(--hint)}.admin-listing-desc{padding:10px 12px 12px;font-size:13px;line-height:1.5;color:var(--text);border-top:1px solid rgba(0,0,0,.06);max-height:100px;overflow:hidden;position:relative}.admin-listing-desc:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30px;background:linear-gradient(transparent,var(--bg))}.admin-actions{display:flex;gap:8px;padding:0 12px 12px}.btn-approve{flex:1;padding:10px;background:#6f8f76;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.btn-reject{flex:1;padding:10px;background:#a3564e;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.reject-form{padding:0 12px 12px;display:flex;gap:6px}.reject-form input{flex:1;padding:8px 10px;border:1px solid #a3564e;border-radius:8px;font-size:13px;background:var(--bg);color:var(--text);outline:none}.reject-form button{padding:8px 14px;background:#a3564e;color:#fff;border:none;border-radius:8px;font-size:13px;cursor:pointer}.empty-state{text-align:center;padding:48px 24px;color:var(--hint)}.empty-state .icon{font-size:48px;margin-bottom:12px}.empty-state p{font-size:15px}.loading{text-align:center;padding:40px;color:var(--hint);font-size:14px}.section-title{padding:12px 16px 4px;font-size:13px;font-weight:700;color:var(--hint);text-transform:uppercase;letter-spacing:.5px}.alert{margin:12px 16px;padding:12px 14px;border-radius:10px;font-size:14px}.alert-warning{background:#fff3cd;color:#856404}.alert-error{background:#f0e4e1;color:#8a4a44}.alert-success{background:#d1fae5;color:#065f46}.ecosystem-back{display:inline-flex;align-items:center;font-size:13px;color:var(--btn);text-decoration:none;padding:4px 10px 4px 6px;border-radius:8px;background:#2481cc14;border:1px solid rgba(36,129,204,.15);transition:background .15s;white-space:nowrap;flex-shrink:0}.ecosystem-back:hover{background:#2481cc26}.page-header-inner{flex:1;min-width:0}.search-bar-desktop{display:none}.catalog-layout{display:block}.catalog-sidebar{display:none}@media(min-width:769px){.app{max-width:1280px;padding-bottom:64px}.bottom-nav{max-width:1280px}.page-header{display:flex;align-items:center;gap:16px;padding:14px 24px}.page-header h1{font-size:22px}.page-header .sub,.search-bar,.search-input-mobile-only{display:none}.search-bar-desktop{display:flex;flex:1;max-width:520px}.search-bar-desktop input{width:100%;padding:9px 14px;border:1px solid rgba(0,0,0,.12);border-radius:10px;background:var(--sec-bg);font-size:14px;color:var(--text);outline:none}.search-bar-desktop input:focus{border-color:var(--btn)}.catalog-layout{display:grid;grid-template-columns:220px 1fr;align-items:start}.catalog-sidebar{display:block;position:sticky;top:56px;padding:16px 12px 16px 16px;border-right:1px solid rgba(0,0,0,.06);min-height:calc(100vh - 56px);background:var(--bg)}.sidebar-section-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--hint);padding:0 10px 10px}.sidebar-cat-item{display:flex;align-items:center;gap:8px;padding:9px 10px;border-radius:10px;font-size:14px;color:var(--text);cursor:pointer;transition:background .1s;margin-bottom:2px}.sidebar-cat-item:hover{background:var(--sec-bg)}.sidebar-cat-item.active{background:var(--btn);color:var(--btn-text);font-weight:600}.filters-cats-mobile{display:none!important}.listings-grid{grid-template-columns:repeat(3,1fr);padding:12px 16px;gap:12px}}@media(min-width:1100px){.listings-grid{grid-template-columns:repeat(4,1fr)}}.bottom-nav{padding-bottom:env(safe-area-inset-bottom,0px)}.app{padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.savi-home-btn{display:inline-flex;align-items:center;justify-content:center;padding:5px 14px;font-size:13px;font-weight:700;letter-spacing:2.5px;color:#fff;background:linear-gradient(135deg,#6b655d,#4f4a44,#6b655d);background-size:200% 200%;border:none;border-radius:8px;cursor:pointer;text-transform:uppercase;font-family:Inter,SF Pro,system-ui,sans-serif;box-shadow:0 0 12px #4f4a4466,0 2px 8px #00000026;transition:box-shadow .3s,transform .15s,background-position .5s;flex-shrink:0;line-height:1}.savi-home-btn:hover{box-shadow:0 0 20px #4f4a4499,0 4px 16px #0003;background-position:100% 100%;transform:scale(1.04)}.savi-home-btn:active{transform:scale(.97);box-shadow:0 0 8px #4f4a444d}.savi-home-btn--footer{font-size:11px;padding:4px 10px;letter-spacing:2px;box-shadow:0 0 8px #4f4a444d}.top-bar{display:flex;justify-content:space-between;align-items:center;padding-right:8px;position:relative;z-index:100}.theme-toggle{background:none;border:none;cursor:pointer;font-size:20px;padding:8px;border-radius:8px;color:var(--text-secondary);flex-shrink:0}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--sec-bg);font-size:36px}.fav-btn{position:absolute;top:6px;right:6px;background:#ffffffd9;border:none;border-radius:50%;min-width:44px;min-height:44px;width:44px;height:44px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;z-index:1;padding:0}.fav-btn:active{transform:scale(.88)}.new-badge{position:absolute;top:6px;left:6px;background:#4f4a44;color:#fff;font-size:10px;font-weight:700;padding:2px 7px;border-radius:20px;letter-spacing:.3px;pointer-events:none}.listing-card .views{font-size:11px;color:var(--hint);margin-top:3px}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-card{background:var(--bg);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.skeleton-block{background:linear-gradient(90deg,var(--sec-bg) 25%,var(--border) 50%,var(--sec-bg) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:4px}.skeleton-cover{width:100%;aspect-ratio:4/3;border-radius:0}.skeleton-info{padding:8px 10px 10px;display:flex;flex-direction:column;gap:6px}.sticky-contact-bar{position:fixed;bottom:calc(64px + env(safe-area-inset-bottom,0px));left:0;right:0;padding:10px 16px;background:var(--bg);border-top:1px solid rgba(0,0,0,.08);z-index:60;display:flex;gap:8px}.sticky-contact-bar .contact-btn{margin:0;flex:1}@keyframes typing-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.savi-in-iframe .top-bar,.savi-in-iframe .detail-back{display:none}:focus-visible{outline:2px solid #4f4a44;outline-offset:2px;border-radius:4px}button:focus:not(:focus-visible),a:focus:not(:focus-visible){outline:none}:root{--shadow: 0 1px 2px rgba(60,52,42,.06), 0 4px 14px rgba(60,52,42,.07);--shadow-lg: 0 2px 6px rgba(60,52,42,.08), 0 12px 30px rgba(60,52,42,.12);--emboss: inset 0 1px 0 rgba(255,255,255,.22), inset 0 -2px 3px rgba(0,0,0,.16), 0 2px 4px rgba(60,52,42,.16), 0 4px 10px rgba(60,52,42,.1);--emboss-press: inset 0 2px 4px rgba(0,0,0,.25), 0 1px 2px rgba(60,52,42,.12);--text-emboss: 0 1px 0 rgba(255,255,255,.5)}[data-theme=dark]{--text-emboss: 0 1px 1px rgba(0,0,0,.5)}h1,h2,h3,h4,.display-font,.section-title,.card-title,.hero-badge,.page-header h1{text-shadow:var(--text-emboss)}.btn-primary,.btn-accent,.btn-green,.filter-chip.active,.main-toggle-btn.active,.nav-add-icon,button.primary,.savi-cta,.chip.active,.tab.active{box-shadow:var(--emboss);text-shadow:0 1px 1px rgba(0,0,0,.2)}.btn-primary:active,.btn-accent:active,.btn-green:active,.filter-chip.active:active,.main-toggle-btn.active:active,button.primary:active,.chip.active:active{box-shadow:var(--emboss-press);transform:translateY(1px)}:root{--bg-primary: #ece9e4;--bg-secondary: #ece9e4;--card-bg: #ece9e4;--header-bg: #ece9e4;--nav-bg: #ece9e4;--nav-bg-mat: rgba(236,233,228,.62);--text-primary: #2b2825;--text-secondary: #8a847b;--border: rgba(163,155,143,.28);--nav-border: rgba(163,155,143,.28);--nav-inactive: #8a847b;--nav-active: #2b2825;--ai-schet-krug: #2b2825;--ai-schet-cifra: #ece9e4;--input-bg: #ece9e4;--input-border: rgba(163,155,143,.28);--selected-bg: #ece9e4;--selected-border: #4f4a44;--accent: #4f4a44;--neo-out: 6px 6px 14px rgba(163,155,143,.55), -6px -6px 14px rgba(255,255,255,.95);--neo-in: inset 3px 3px 7px rgba(163,155,143,.5), inset -3px -3px 7px rgba(255,255,255,.9);--neo-soft: 4px 4px 9px rgba(163,155,143,.5), -4px -4px 9px rgba(255,255,255,.92);--neo-pop: 10px 16px 36px rgba(120,112,100,.38);--neo-press: 9px 9px 20px rgba(163,155,143,.65), -9px -9px 20px rgba(255,255,255,1);--neo-r: 22px}[data-theme=dark]{--ai-schet-krug: #ece8e1;--ai-schet-cifra: #201c19;--bg-primary: #201c19;--bg-secondary: #201c19;--card-bg: #201c19;--header-bg: #201c19;--nav-bg: #201c19;--nav-bg-mat: rgba(32,28,25,.62);--text-primary: #ece8e1;--text-secondary: #a59f95;--border: rgba(255,255,255,.07);--nav-border: rgba(255,255,255,.07);--nav-inactive: #a59f95;--nav-active: #ece8e1;--input-bg: #201c19;--input-border: rgba(255,255,255,.07);--selected-bg: #201c19;--accent: #e7e2d9;--neo-out: 6px 6px 15px rgba(0,0,0,.6), -6px -6px 14px rgba(255,255,255,.05);--neo-in: inset 3px 3px 8px rgba(0,0,0,.6), inset -3px -3px 8px rgba(255,255,255,.045);--neo-soft: 4px 4px 9px rgba(0,0,0,.55), -4px -4px 9px rgba(255,255,255,.05);--neo-pop: 12px 18px 42px rgba(0,0,0,.7);--neo-press: 9px 9px 22px rgba(0,0,0,.75), -9px -9px 20px rgba(255,255,255,.07)}body,button,input,textarea,select{font-family:YFF Rare,Georgia,serif}body{background:var(--bg-primary);color:var(--text-primary)}h1,h2,h3,.display-font{font-weight:540;letter-spacing:.2px}body:not(.savi-module-svnews) [style*="linear-gradient(135deg"]:not([data-savi=story-circle]):not([data-savi=day-card]){background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-out);border-radius:var(--neo-r)!important;border:none!important}[style*="linear-gradient(135deg"] *{color:var(--text-primary)!important}[style*="linear-gradient(135deg"] svg{stroke:var(--text-primary)!important}html button[data-savi=sos-card]{order:-1;background:var(--card-bg)!important;box-shadow:var(--neo-out);border-radius:16px!important}html button[style*="rgb(163, 86, 78)"],html button[data-savi=sos-card]{box-shadow:var(--neo-out)!important;justify-content:flex-start!important;gap:12px!important;padding:15px 18px!important;border-radius:18px!important}html button[style*="rgb(163, 86, 78)"]>div>div:nth-child(2),html button[data-savi=sos-card]>div>div:nth-child(2){font-size:11.5px!important}html button[style*="rgb(163, 86, 78)"] svg,html button[data-savi=sos-card] svg{stroke:#b5675f!important;width:26px!important;height:26px!important}html button[style*="rgb(163, 86, 78)"]>div>div:first-child,html button[data-savi=sos-card]>div>div:first-child{color:#b5675f!important;font-weight:560!important;font-size:15px!important}html button[style*="rgb(163, 86, 78)"]>div>div:nth-child(2),html button[data-savi=sos-card]>div>div:nth-child(2){color:var(--text-secondary)!important}html button[style*="rgb(163, 86, 78)"]>div,html button[data-savi=sos-card]>div{text-align:left!important}html[data-theme=dark] button[style*="rgb(163, 86, 78)"] svg,html[data-theme=dark] button[data-savi=sos-card] svg{stroke:#e6a39c!important}html[data-theme=dark] button[style*="rgb(163, 86, 78)"]>div>div:first-child,html[data-theme=dark] button[data-savi=sos-card]>div>div:first-child{color:#e6a39c!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"],html button[data-savi=day-card]{background:#211d1a!important;box-shadow:6px 6px 15px #a39b8f99,-5px -5px 12px #ffffffe6!important;border-radius:18px!important;padding:16px 18px!important;gap:12px!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] b,html button[data-savi=day-card] b{font-size:15.5px!important;font-weight:600!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] span span,html button[data-savi=day-card] span span{font-size:12.5px!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] svg,html button[data-savi=day-card] svg{width:26px!important;height:26px!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] *,html button[data-savi=day-card] *{color:#ece8e1!important}html button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] svg,html button[data-savi=day-card] svg{stroke:#d8d2c8!important}html[data-theme=dark] button[style*="linear-gradient(135deg, rgb(56, 52, 47)"],html[data-theme=dark] button[data-savi=day-card]{background:#ece9e4!important;box-shadow:6px 6px 15px #0009,-5px -5px 12px #ffffff0f!important}html[data-theme=dark] button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] *,html[data-theme=dark] button[data-savi=day-card] *{color:#2b2825!important}html[data-theme=dark] button[style*="linear-gradient(135deg, rgb(56, 52, 47)"] svg,html[data-theme=dark] button[data-savi=day-card] svg{stroke:#3a352f!important}html button[style*="aspect-ratio: 1 / 1"][style*="linear-gradient(135deg"],html button[data-savi=service-tile]{aspect-ratio:auto!important;min-height:112px!important;padding:16px 15px!important;text-align:left!important;align-items:flex-start!important;justify-content:flex-start!important;gap:5px!important}html button[style*="aspect-ratio: 1 / 1"][style*="linear-gradient(135deg"]>div:nth-child(2),html button[data-savi=service-tile]>div:nth-child(2){margin-top:auto!important}html button[style*="aspect-ratio: 1 / 1"][style*="linear-gradient(135deg"] svg,html button[data-savi=service-tile] svg{width:30px!important;height:30px!important}html button[style*="aspect-ratio: 1 / 1"][style*="linear-gradient(135deg"]>div:nth-child(2),html button[data-savi=service-tile]>div:nth-child(2){font-size:16px!important;font-weight:540!important;letter-spacing:.3px!important}html button[style*="aspect-ratio: 1 / 1"][style*="linear-gradient(135deg"]>div:nth-child(n+3),html button[data-savi=service-tile]>div:nth-child(n+3){font-size:12.5px!important;color:var(--text-secondary)!important}button,.btn,[role=button]{background:var(--card-bg);color:var(--text-primary);border:none!important;border-radius:17px;box-shadow:var(--neo-soft);transition:box-shadow .18s ease,transform .18s ease}button:active,.btn:active,[role=button]:active{box-shadow:var(--neo-in)!important}html button[style*="linear-gradient(135deg"]:active{box-shadow:var(--neo-in)!important;transform:none!important}button:disabled{opacity:.55;box-shadow:var(--neo-soft)}input,textarea,select{background:var(--input-bg);color:var(--text-primary);border:none!important;border-radius:15px;box-shadow:var(--neo-in)}input::placeholder,textarea::placeholder{color:var(--text-secondary)}input:invalid,.field-error input{box-shadow:var(--neo-in),inset 0 0 0 1.5px #b5675f}.card,.tile,[class~=card],[class$=-card],[class*="-card "],[class$=Card],section>div[style*=border-radius]{background:var(--card-bg);box-shadow:var(--neo-out);border-radius:var(--neo-r);border:none}nav[aria-label="Основная навигация"],.tabbar{left:22px!important;right:22px!important;bottom:calc(10px + env(safe-area-inset-bottom,0px))!important;height:62px!important;padding-bottom:0!important;border-top:none!important;box-shadow:var(--neo-out),0 8px 24px #a39b8f47;border-radius:26px!important}nav[aria-label="Основная навигация"] button,.tabbar button{box-shadow:none;background:none;border-radius:0}nav[aria-label="Основная навигация"] button[aria-current=page]{font-weight:600}html button.savi-tt{padding:0!important;background:none!important;box-shadow:none!important}.tt-track{position:relative;width:72px;height:38px;border-radius:19px;background:var(--bg-primary);box-shadow:var(--neo-in);display:flex;align-items:center;justify-content:space-between;padding:0 3px}.tt-slot{position:relative;z-index:1;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.tt-knob{position:absolute;top:3px;width:32px;height:32px;border-radius:50%;background:var(--bg-primary);box-shadow:var(--neo-soft);transition:left .2s ease,right .2s ease}.tt-knob.l{left:3px}.tt-knob.r{right:3px}.header .header-nav-link,.header .btn-login{border-radius:16px!important;padding:7px 13px!important;font-size:13px!important}.header .header-actions>button.theme-toggle{border-radius:15px!important}.header .header-actions>button:not(.btn-login):not(.theme-toggle):not([data-savi=wallet-pill]){width:36px!important;height:36px!important;border-radius:50%!important;padding:0!important}.header .header-actions>button[title*=Switch]>span>span:last-child{display:none}.header .logo{font-size:0!important;width:46px;height:36px;background:url(/savi-mark-dark.png) left center / contain no-repeat}[data-theme=dark] .header .logo{background-image:url(/savi-logo-light.png)}[data-savi=round-btn]{background:transparent!important;box-shadow:var(--neo-soft);width:60px!important;height:60px!important}button[style*="background: none"]>div+div:not([data-savi=badge]),button[style*="background: none"]>span:last-child:not([data-savi=badge]){font-size:11px!important}[data-savi=round-btn]>div{border:none!important}html button[style*="background: none"]{background:none!important;box-shadow:none!important}[class*=overlay],[class*=backdrop],[class*=modal-bg]{background:#14110f73!important;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}[class*=modal],[class*=sheet],[class*=dialog]{background:var(--card-bg);box-shadow:var(--neo-pop);border-radius:26px}[class*=sheet]:before{content:"";display:block;width:44px;height:5px;margin:0 auto 14px;border-radius:3px;background:#80808059}button[style*="rgb(0, 136, 204)"],button[style*="rgb(0, 119, 255)"],button[style*="#0088cc"],button[style*="#0077FF"]{background:var(--card-bg)!important;color:var(--text-primary)!important;border:none!important;box-shadow:var(--neo-soft)}button[style*="rgb(0, 136, 204)"] svg{stroke:var(--text-primary)!important}button[style*="2px solid rgb(79, 74, 68)"]{border:none!important;box-shadow:var(--neo-soft);color:var(--text-primary)!important}small,.muted,[class*=sub],[class*=hint],[class*=meta]{font-size:.92em}.header{border-bottom:none!important}.header .logo,.header .header-nav-link,.header .header-actions button{color:var(--text-primary)!important}.header{padding-left:22px!important;padding-right:22px!important}.header .header-nav-link{border:none!important;box-shadow:var(--neo-soft);font-size:12.5px!important;font-weight:400!important;padding:7px 14px!important}.header .header-nav-link svg,.header .header-actions svg{color:var(--text-primary)!important}.header+div,.header~div[style*=overflow-x]{border-bottom:none!important}[data-savi=round-btn] svg{color:#3a352f!important}html[data-theme=dark] [data-savi=round-btn] svg{color:#d8d2c8!important}html button[style*="aspect-ratio: 1 / 1"][style*="linear-gradient(135deg"],html button[data-savi=service-tile]{box-shadow:var(--neo-out)!important}html button[style*="aspect-ratio: 1 / 1"][style*="linear-gradient(135deg"]>div:nth-child(n+4),html button[data-savi=service-tile]>div:nth-child(n+4){display:none!important}html button[style*="aspect-ratio: 1 / 1"][style*="linear-gradient(135deg"]>div:nth-child(3),html button[data-savi=service-tile]>div:nth-child(3){-webkit-line-clamp:2!important;font-size:10px!important;line-height:1.25!important}html button[style*="aspect-ratio: 1 / 1"][style*="linear-gradient(135deg"] svg,html button[data-savi=service-tile] svg{color:#3a352f!important}html[data-theme=dark] button[style*="aspect-ratio: 1 / 1"][style*="linear-gradient(135deg"] svg,html[data-theme=dark] button[data-savi=service-tile] svg{color:#d8d2c8!important}html main>div[style*="display: grid"]{padding:22px!important;gap:15px!important}.card,[class*=card]{border:none!important}html main>div[style*="display: grid"]>div[style*="position: relative"]{display:flex}html button[style*="aspect-ratio: 1 / 1"][style*="linear-gradient(135deg"],html button[data-savi=service-tile]{height:100%!important}div[style*="border-radius: 20px"][style*="max-width: 340px"]{border-radius:26px!important;padding:26px 20px 18px!important;max-width:none!important;width:calc(100% - 40px)!important;background:var(--card-bg)!important;box-shadow:var(--neo-pop)!important}div[style*="border-radius: 20px"][style*="max-width: 340px"]>div>button{padding:14px!important;border-radius:17px!important;font-size:13.5px!important;font-weight:400!important}div[style*="position: fixed"][style*="rgba(0, 0, 0, 0.6)"]{background:#14110f73!important;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:0!important}div[style*="border-radius: 20px"][style*="max-width: 340px"] h2,div[style*="border-radius: 20px"][style*="max-width: 340px"] h3{font-size:19px!important;font-weight:560!important;margin:0!important}div[style*="border-radius: 20px"][style*="max-width: 340px"] p{font-size:12px!important;line-height:1.5!important;margin:9px 2px 16px!important;color:var(--text-secondary)!important}div[style*="border-radius: 20px"][style*="max-width: 340px"]>div[style*="gap: 12px"]{gap:9px!important}a[style*="rgb(179, 103, 95)"],button[style*="rgb(179, 103, 95)"]{background:var(--card-bg)!important;color:#b5675f!important;border-radius:16px!important;box-shadow:var(--neo-soft)}a[style*="rgb(179, 103, 95)"] svg,button[style*="rgb(179, 103, 95)"] svg{stroke:#b5675f!important}html[data-theme=dark] a[style*="rgb(179, 103, 95)"],html[data-theme=dark] button[style*="rgb(179, 103, 95)"]{color:#e6a39c!important}html[data-theme=dark] a[style*="rgb(179, 103, 95)"] svg{stroke:#e6a39c!important}div[style*="border: 2px solid rgb(184, 146, 83)"]{background:var(--card-bg)!important;border:none!important;box-shadow:var(--neo-out);border-radius:18px!important}div[style*="border: 2px solid rgb(184, 146, 83)"]>div:last-child{color:#b89253!important}html[data-theme=dark] div[style*="border: 2px solid rgb(184, 146, 83)"]>div:last-child{color:#d8b463!important}html[data-theme=dark] div[style*="border: 2px solid rgb(184, 146, 83)"] svg{color:#d8b463!important;stroke:#d8b463!important}.layer-toggle{border:none!important;background:var(--card-bg)!important;box-shadow:var(--neo-soft);border-radius:16px!important;color:var(--text-secondary)!important;font-weight:400!important}.layer-toggle--active{background:var(--card-bg)!important;color:var(--layer-color)!important;box-shadow:var(--neo-in)}.layer-toggle--active svg{stroke:var(--layer-color)!important}html body[class*=savi-module-]{--bg-primary: #ece9e4;--bg-secondary: #ece9e4;--card-bg: #ece9e4;--header-bg: #ece9e4;--text-primary: #2b2825;--text-secondary: #8a847b;--border: rgba(163,155,143,.28);--input-bg: #ece9e4;--input-border: rgba(163,155,143,.28)}html[data-theme=dark] body[class*=savi-module-]{--bg-primary: #201c19;--bg-secondary: #201c19;--card-bg: #201c19;--header-bg: #201c19;--text-primary: #ece8e1;--text-secondary: #a59f95;--border: rgba(255,255,255,.07);--input-bg: #201c19;--input-border: rgba(255,255,255,.07)}html body[class*=savi-module-],html[data-theme=dark] body[class*=savi-module-]{--btn: var(--card-bg);--btn-text: var(--text-primary);--courier: var(--card-bg);--tow: var(--card-bg);--taxi: var(--card-bg);--bg: var(--bg-primary);--card: var(--card-bg);--card2: var(--card-bg);--sec-bg: var(--card-bg);--white: var(--card-bg);--on-accent: var(--text-primary);--orange: var(--text-primary);--orange-dark: var(--text-primary);--orange-light: var(--card-bg);--text: var(--text-primary);--hint: var(--text-secondary)}[style*="var(--courier)"],[style*="var(--tow"],[style*="var(--taxi)"]{box-shadow:var(--neo-out)!important;border-radius:var(--neo-r)!important}[style*="var(--courier)"] *,[style*="var(--tow"] *,[style*="var(--taxi)"] *{color:var(--text-primary)!important}[style*="var(--courier)"] svg,[style*="var(--tow"] svg,[style*="var(--taxi)"] svg{stroke:var(--text-primary)!important}body:not(.savi-module-svnews) [style*="rgb(184, 146, 83)"]:not([data-savi=story-circle]){background:var(--card-bg)!important;box-shadow:var(--neo-soft);border-radius:16px!important}[style*="rgb(184, 146, 83)"] *{color:#b89253!important}[style*="rgb(184, 146, 83)"] svg{stroke:#b89253!important}html[data-theme=dark] [style*="rgb(184, 146, 83)"] *{color:#d8b463!important}html[data-theme=dark] [style*="rgb(184, 146, 83)"] svg{stroke:#d8b463!important}[class*=cookie] button,[class*=Cookie] button,[class*=consent] button,[class*=Consent] button{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft);border-radius:16px!important;border:none!important}[class*=cookie],[class*=Cookie],[class*=consent],[class*=Consent]{background:var(--card-bg)!important;color:var(--text-secondary)!important}html body[class*=savi-module-] [class*=chip],html body[class*=savi-module-] [class*=tab],html body[class*=savi-module-] [class*=pill],html body[class*=savi-module-] [class*=filter]{border-radius:16px!important;border:none!important}html body[class*=savi-module-] button{color:var(--text-primary)}html body[class*=savi-module-] .btn-primary,html body[class*=savi-module-] .btn.btn-primary{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft);border:none!important;border-radius:17px!important}html body[class*=savi-module-] button[style*="color: rgb(255, 255, 255)"],html body[class*=savi-module-] a[style*="color: rgb(255, 255, 255)"]{color:var(--text-primary)!important}html body[class*=savi-module-] button[style*="background: rgb(56, 52, 47)"],html body[class*=savi-module-] a[style*="background: rgb(56, 52, 47)"],html body[class*=savi-module-] a[data-savi=day-card]{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft);border-radius:17px!important}div[style*="rgba(30, 30, 30, 0.97)"]{background:var(--card-bg)!important;color:var(--text-secondary)!important;box-shadow:var(--neo-out);border-radius:20px!important}div[style*="rgba(30, 30, 30, 0.97)"] a{color:var(--text-primary)!important}div[style*="rgba(30, 30, 30, 0.97)"] button{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft);border-radius:16px!important;border:none!important}html body[class*=savi-module-] .chip.active,html body[class*=savi-module-] .tab.active,html body[class*=savi-module-] .filter-chip.active,html body[class*=savi-module-] .main-toggle-btn.active,html body[class*=savi-module-] button.primary,html body[class*=savi-module-] .savi-cta,html body[class*=savi-module-] .btn-accent,html body[class*=savi-module-] .btn-green{background:var(--card-bg)!important;color:var(--text-primary)!important;border-color:transparent!important;box-shadow:var(--neo-in)!important;border-radius:16px!important}html body[class*=savi-module-] .savi-home-btn{background:var(--card-bg)!important;background-image:none!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft)!important;border-radius:16px!important;text-shadow:none!important}html body[class*=savi-module-] [class*=active],html body[class*=savi-module-] [aria-selected=true],html body[class*=savi-module-] [aria-pressed=true]{background-image:none!important}html body[class*=savi-module-] button[style*="background: rgb(79, 74, 68)"]:not([data-savi=ob-next]):not([data-savi=ai-znak]),html body[class*=savi-module-] div[style*="background: rgb(79, 74, 68)"]:not([data-savi=ob-next]):not([data-savi=ai-znak]){background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-in)!important;border-radius:16px!important}html body[class*=savi-module-] button[style*="background: rgb(79, 74, 68)"]:not([data-savi=ob-next]):not([data-savi=ai-znak]) svg{stroke:var(--text-primary)!important}html body[class*=savi-module-] [style*="background: var(--accent"],html body[class*=savi-module-] [style*="background:var(--accent"]{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-in)!important;border:none!important}html body[class*=savi-module-] [style*="background: var(--btn"],html body[class*=savi-module-] [style*="background:var(--btn"]{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft)!important;border:none!important}html body[class*=savi-module-] [style*="background: var(--accent"] svg,html body[class*=savi-module-] [style*="background: var(--btn"] svg{stroke:var(--text-primary)!important}html body[class*=savi-module-] .chip.active,html body[class*=savi-module-] .tab.active,html body[class*=savi-module-] .filter-chip.active,html body[class*=savi-module-] .main-toggle-btn.active,html body[class*=savi-module-] [style*="background: var(--accent"],html body[class*=savi-module-] [style*="background:var(--accent"]{box-shadow:var(--neo-out)!important}[style*="rgb(184, 146, 83)"] *,html body[class*=savi-module-] [style*="color: var(--accent"]{color:#846225!important}html[data-theme=dark] [style*="rgb(184, 146, 83)"] *,html[data-theme=dark] body[class*=savi-module-] [style*="color: var(--accent"]{color:#d8b463!important}html body[class*=savi-module-] .savi-home-btn{display:inline-flex!important;background:var(--card-bg)!important;background-image:none!important;color:var(--text-secondary)!important;box-shadow:var(--neo-soft)!important;border-radius:16px!important;padding:7px 14px!important;font-family:YFF Rare,Georgia,serif!important;font-weight:500!important;letter-spacing:2.5px!important;text-shadow:none!important}html body[class*=savi-module-] header,html body[class*=savi-module-] .top-bar,html body[class*=savi-module-] .header,html body[class*=savi-module-] .page-header,html body[class*=savi-module-] .app-header{border-radius:0!important;border-bottom:none!important;box-shadow:none!important;background:transparent!important}html body[class*=savi-module-] .header-inner,html body[class*=savi-module-] .header-logo,html body[class*=savi-module-] .page-title,html body[class*=savi-module-] .page-header-inner{background:transparent!important;box-shadow:none!important;border-radius:0!important}html body.savi-module-rent button[style*="background: var(--accent"],html body.savi-module-rent .btn-primary,html body.savi-module-rent button.primary{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-out)!important}html body.savi-module-rent [style*="rgba(255, 255, 255, 0.7)"]{color:var(--text-secondary)!important}html body[class*=savi-module-] [style*="rgb(184, 146, 83)"],html body[class*=savi-module-] [style*="rgb(184, 146, 83)"] *{color:#846225!important}html[data-theme=dark] body[class*=savi-module-] [style*="rgb(184, 146, 83)"],html[data-theme=dark] body[class*=savi-module-] [style*="rgb(184, 146, 83)"] *{color:#d8b463!important}html body[class*=savi-module-]:not(.savi-standalone) .header .logo,html body[class*=savi-module-]:not(.savi-standalone) .top-bar .logo{display:none!important}html body[class*=savi-module-] .header button:not(.savi-home-btn):not(.theme-toggle):not(.savi-tt):not(.savi-role-half):not(.tt-slot):not(:has(svg[data-znak=bell])),html body[class*=savi-module-] .top-bar button:not(.savi-home-btn):not(.theme-toggle):not(.savi-tt):not(.savi-role-half):not(.tt-slot):not(:has(svg[data-znak=bell])){width:36px!important;height:36px!important;border-radius:50%!important;padding:0!important;background:var(--card-bg)!important;box-shadow:var(--neo-soft)!important;border:none!important}html body[class*=savi-module-] .btn-blue,html body[class*=savi-module-] .btn.btn-blue{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-out)!important;border:none!important;border-radius:17px!important}html body[class*=savi-module-] footer.footer,html body[class*=savi-module-] .footer{background:var(--card-bg)!important;color:var(--text-secondary)!important;border-top:none!important}html body[class*=savi-module-] .footer *{color:var(--text-secondary)!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]{background:transparent!important;box-shadow:none!important;padding:18px 20px 14px!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] *{color:var(--text-primary)!important}html body.savi-module-taxi div[style*="grid-template-columns: 1fr 1fr"]{grid-template-columns:1fr!important;gap:0!important;margin-bottom:0!important}html body.savi-module-taxi button[style*="var(--taxi)"]>span:first-child,html body.savi-module-taxi button[style*="var(--courier)"]>span:first-child,html body.savi-module-taxi button[style*="var(--tow"]>span:first-child{background:var(--card-bg);box-shadow:var(--neo-in);display:flex!important;align-items:center;justify-content:center;filter:none!important}html body.savi-module-taxi button[style*="var(--taxi)"] svg,html body.savi-module-taxi button[style*="var(--courier)"] svg,html body.savi-module-taxi button[style*="var(--tow"] svg{width:22px!important;height:22px!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>span:first-child,html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:first-child svg{display:none!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] h1,html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] h2{margin:0!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] p{color:var(--text-secondary)!important}html body.savi-module-taxi button[style*="var(--taxi)"]:after,html body.savi-module-taxi button[style*="var(--courier)"]:after,html body.savi-module-taxi button[style*="var(--tow"]:after{content:"›";color:var(--text-secondary);font-size:20px;line-height:1}html body[class*=savi-module-]{--font-body: "YFF Rare", Georgia, serif;--font-display: "YFF Rare", Georgia, serif}html body[class*=savi-module-],html body[class*=savi-module-] *{font-family:YFF Rare,Georgia,serif!important}.header,.header .header-actions{gap:8px!important}.header .header-actions>button:not(.btn-login):not(.theme-toggle):not([data-savi=wallet-pill]){width:30px!important;height:38px!important;border-radius:999px!important}html body[class*=savi-module-] .savi-home-btn{padding:7px 14px!important;border-radius:14px!important;font-size:12.5px!important;font-weight:400!important;letter-spacing:2px!important;color:var(--text-secondary)!important;line-height:1.2!important}html body[class*=savi-module-] .top-bar{padding:2px 16px 12px!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;height:auto!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]{padding:0 16px 10px!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] h1{font-size:22px!important;font-weight:560!important;letter-spacing:.6px!important}html body.savi-module-taxi div[style*="linear-gradient(135deg, rgb(79, 74, 68)"] p{font-size:12px!important;margin:0!important}html body.savi-module-taxi div[style*="padding: 20px 16px"]{padding:0 16px 16px!important}html body.savi-module-taxi button[style*="var(--taxi)"],html body.savi-module-taxi button[style*="var(--courier)"],html body.savi-module-taxi button[style*="var(--tow"]{display:grid!important;grid-template-columns:44px 1fr auto!important;grid-template-rows:auto auto!important;column-gap:12px!important;row-gap:2px!important;align-items:center!important;padding:14px!important;border-radius:20px!important;margin-bottom:11px!important;flex-wrap:nowrap!important;min-height:0!important}html body.savi-module-taxi button[style*="var(--taxi)"]>*:nth-child(1),html body.savi-module-taxi button[style*="var(--courier)"]>*:nth-child(1),html body.savi-module-taxi button[style*="var(--tow"]>*:nth-child(1){grid-column:1!important;grid-row:1 / 3!important;width:44px!important;height:44px!important;border-radius:15px!important}html body.savi-module-taxi button[style*="var(--taxi)"]>*:nth-child(2),html body.savi-module-taxi button[style*="var(--courier)"]>*:nth-child(2),html body.savi-module-taxi button[style*="var(--tow"]>*:nth-child(2){grid-column:2!important;grid-row:1!important;align-self:end!important;font-size:15px!important;font-weight:540!important;letter-spacing:0!important}html body.savi-module-taxi button[style*="var(--taxi)"]>*:nth-child(3),html body.savi-module-taxi button[style*="var(--courier)"]>*:nth-child(3),html body.savi-module-taxi button[style*="var(--tow"]>*:nth-child(3){grid-column:2!important;grid-row:2!important;align-self:start!important;margin:0!important;flex-basis:auto!important;font-size:11.5px!important}html body.savi-module-taxi button[style*="var(--taxi)"]:after,html body.savi-module-taxi button[style*="var(--courier)"]:after,html body.savi-module-taxi button[style*="var(--tow"]:after{grid-column:3!important;grid-row:1 / 3!important;margin:0!important}html body.savi-module-food .header{padding:2px 16px 0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;height:auto!important}html body.savi-module-food .header-logo{font-size:22px!important;font-weight:560!important;letter-spacing:.6px!important}html body.savi-module-food .home-content{padding:6px 16px 16px!important}html body.savi-module-food .food-main-toggle{padding:4px!important;border-radius:18px!important;gap:4px!important;margin:8px 0 12px!important}html body.savi-module-food .main-toggle-btn{padding:9px 4px!important;border-radius:15px!important;font-size:13px!important;font-weight:400!important}html body.savi-module-food .main-toggle-btn.active{font-weight:600!important}html body.savi-module-food .home-search-input{padding:11px 14px!important;border-radius:15px!important;font-size:13px!important;min-height:0!important;height:38px!important}html body.savi-module-food .home-search-btn,html body.savi-module-food .home-search+div>button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;border-radius:14px!important;flex:none!important}html body.savi-module-food .home-search+div{gap:8px!important}html body.savi-module-food .qchip{padding:9px 14px!important;border-radius:14px!important;font-size:12.5px!important;font-weight:400!important;min-height:0!important}html body.savi-module-food .food-cat-chip{padding:10px 12px!important;border-radius:16px!important;gap:5px!important;min-width:66px!important;min-height:0!important}html body.savi-module-food .food-cat-emoji,html body.savi-module-food .food-cat-emoji svg{width:16px!important;height:16px!important;font-size:16px!important}html body.savi-module-food .food-cat-name{font-size:11.5px!important;font-weight:400!important}html body.savi-module-food .qchip{display:inline-flex!important;align-items:center!important;height:33px!important;line-height:1!important}html body.savi-module-food .qchip svg{display:none!important}html body.savi-module-food .main-toggle-btn.active{border-radius:15px!important}html body.savi-module-food .home-search-btn{border-radius:14px!important}html body.savi-module-food .home-quickbar{gap:8px!important;padding-bottom:10px!important}html body.savi-module-food .btn.btn-primary.home-search-btn{border-radius:14px!important}html body.savi-module-food .home-search+div~button,html body.savi-module-food .home-search~button.btn{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;border-radius:14px!important;flex:none!important}html body.savi-module-food .food-cats{gap:8px!important}html body.savi-module-food .food-cat-emoji,html body.savi-module-food .food-cat-emoji svg{width:15px!important;height:15px!important;font-size:15px!important}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]{background:transparent!important;padding:0 16px 10px!important;box-shadow:none!important}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]:before{content:"SV STAY";display:block;padding:2px 0;font-size:22px;font-weight:560;letter-spacing:.6px;color:var(--text-primary)}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:nth-child(1){font-size:12px!important;font-weight:400!important;color:var(--text-secondary)!important;margin:0 0 10px!important}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:nth-child(2),html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:nth-child(3){font-size:11.5px!important;color:var(--text-secondary)!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;padding:0!important;margin:0 0 3px!important;opacity:1!important;line-height:1.4!important}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:nth-child(4){display:flex!important;align-items:center!important;gap:11px!important;width:100%!important;margin:9px 0 0!important;padding:15px!important;border-radius:18px!important;background:var(--card-bg)!important;box-shadow:var(--neo-out)!important;font-size:14px!important;color:var(--text-primary)!important;text-align:left!important;min-height:0!important;opacity:1!important}html body.savi-module-stay div[style*="linear-gradient(135deg, rgb(79, 74, 68)"]>div:nth-child(4):after{content:"›";margin-left:auto;color:var(--text-secondary);font-size:20px;line-height:1}html body.savi-module-stay input.form-input{border-radius:15px!important;font-size:13px!important}html body.savi-module-stay div[style*="position: relative"]>input.form-input{padding:11px 14px 11px 36px!important;height:38px!important}html body.savi-module-stay div[style*="align-items: flex-end"]>div[style*="flex: 1"]{background:var(--card-bg)!important;box-shadow:var(--neo-in)!important;border-radius:15px!important;padding:8px 12px 9px!important}html body.savi-module-stay div[style*="align-items: flex-end"]>div[style*="flex: 1"]>label{font-size:9.5px!important;letter-spacing:.4px!important;text-transform:uppercase!important;color:var(--text-secondary)!important;margin:0!important}html body.savi-module-stay div[style*="align-items: flex-end"]>div[style*="flex: 1"]>input.form-input{background:transparent!important;box-shadow:none!important;border:none!important;padding:0!important;height:auto!important;font-size:12.5px!important;font-weight:600!important;color:var(--text-primary)!important}html body.savi-module-stay div[style*="position: relative"]>button[style*=inline-flex],html body.savi-module-stay .filter-chip,html body.savi-module-stay .filter-chip.active{padding:9px 14px!important;border-radius:14px!important;font-size:12.5px!important;font-weight:400!important;height:33px!important;min-height:0!important}html body.savi-module-stay .filters-bar{gap:8px!important}html body.savi-module-taxi button[style*="var(--taxi)"]>*:nth-child(2),html body.savi-module-taxi button[style*="var(--courier)"]>*:nth-child(2),html body.savi-module-taxi button[style*="var(--tow"]>*:nth-child(2),html body.savi-module-taxi button[style*="var(--taxi)"]>*:nth-child(3),html body.savi-module-taxi button[style*="var(--courier)"]>*:nth-child(3),html body.savi-module-taxi button[style*="var(--tow"]>*:nth-child(3){text-align:left!important;justify-self:start!important}html body[class*=savi-module-] .restaurant-card-type-badge,html body[class*=savi-module-] span[style*="rgba(79, 107, 84"],html body[class*=savi-module-] span[style*="rgba(0, 0, 0, 0.6)"],html body[class*=savi-module-] div[style*="rgba(0, 0, 0, 0.6)"]{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft)!important;padding:5px 10px!important;border-radius:11px!important;font-size:10px!important;font-weight:600!important;letter-spacing:.3px!important;border:none!important}html body[class*=savi-module-] .theme-toggle-btn svg,html body[class*=savi-module-] .theme-toggle-btn svg *{color:var(--text-secondary)!important;stroke:var(--text-secondary)!important;fill:none!important}html body[class*=savi-module-] .theme-toggle-btn{width:34px!important;height:34px!important;padding:0!important;border-radius:12px!important;background:var(--card-bg)!important;box-shadow:var(--neo-soft)!important}html body.savi-module-tours div[style*="padding: 20px 16px 12px"]{padding:0 16px 10px!important}html body.savi-module-tours div[style*="font-size: 28px"]{font-size:22px!important;font-weight:560!important;letter-spacing:.6px!important}html body.savi-module-tours div[style*="padding: 20px 16px 12px"]>div:nth-child(2){font-size:12px!important;color:var(--text-secondary)!important}html body.savi-module-tours button[style*="border-radius: 18px"]{padding:9px 13px!important;border-radius:14px!important;font-size:12.5px!important;font-weight:400!important;min-height:0!important;height:33px!important}html body.savi-module-rent .header{padding:2px 16px 12px!important}html body.savi-module-rent .page-header{text-align:center!important}html body.savi-module-rent .page-header:before{content:"SV RENT";display:block;padding:2px 0;font-size:22px;font-weight:560;letter-spacing:.6px;color:var(--text-primary)}html body.savi-module-rent .page-title{font-size:12px!important;font-weight:400!important;color:var(--text-secondary)!important;padding-bottom:10px!important}html body.savi-module-jobs main>div:first-child:before{content:"SV РАБОТА";display:block;padding:2px 0 12px;text-align:center;font-size:22px;font-weight:560;letter-spacing:.6px;color:var(--text-primary)}html body.savi-module-jobs div[style*="border-radius: 12px"][style*="padding: 3px"]{padding:4px!important;border-radius:18px!important;gap:4px!important}html body.savi-module-jobs div[style*="border-radius: 12px"][style*="padding: 3px"]>button{padding:9px 4px!important;border-radius:15px!important;font-size:13px!important;font-weight:400!important}html body.savi-module-market div[style*="padding: 20px 16px"]{padding:0 16px 10px!important;text-align:center!important}html body.savi-module-market div[style*="font-size: 17px"]{font-size:22px!important;font-weight:560!important;letter-spacing:.6px!important}html body.savi-module-market .page-header{padding:2px 16px 10px!important}html body.savi-module-market .page-header h1{font-size:22px!important;font-weight:560!important;letter-spacing:.6px!important}html body.savi-module-market .page-header .sub{font-size:12px!important}html body.savi-module-market .page-header-inner>div:last-child>button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;border-radius:14px!important;flex:none!important}html body.savi-module-market .search-input-inline{padding:11px 14px!important;border-radius:15px!important;font-size:13px!important;height:38px!important}html body.savi-module-market .wheel-trigger{padding:9px 13px!important;border-radius:14px!important;font-size:12px!important;height:34px!important;min-height:0!important}html body.savi-module-rent .filter-chip,html body.savi-module-jobs main button[style*="border-radius: 12px"]:not([style*="padding: 3px"]),html body.savi-module-market span[style*="border-radius: 14px"]{padding:9px 14px!important;border-radius:14px!important;font-size:12.5px!important;font-weight:400!important;height:33px!important;min-height:0!important;display:inline-flex!important;align-items:center!important}html body.savi-module-rent .page-header{display:block!important}html body.savi-module-rent .filter-chip.active{border-radius:14px!important}html body.savi-module-rent input{border-radius:15px!important;font-size:13px!important}html body.savi-module-rent .main-content>div button[style*="border-radius: 10px"]{padding:9px 13px!important;border-radius:14px!important;font-size:12.5px!important;font-weight:400!important;height:33px!important;min-height:0!important}html body.savi-module-market div[style*="letter-spacing: 0.04em"]{font-size:14px!important;font-weight:540!important;letter-spacing:0!important;color:var(--text-primary)!important}html body.savi-module-market .btn-primary{padding:12px 20px!important;border-radius:16px!important;font-size:13px!important}html body.savi-module-market button[style*="border-radius: 10px"]{padding:9px 13px!important;border-radius:14px!important;font-size:12px!important;font-weight:400!important;height:34px!important;min-height:0!important}html body[class*=savi-module-] span[style*="width: 40px"][style*="border-radius: 12px"]{background:var(--card-bg)!important;box-shadow:var(--neo-in)!important}html body[class*=savi-module-] span[style*="width: 40px"][style*="border-radius: 12px"] svg,html body[class*=savi-module-] span[style*="width: 40px"][style*="border-radius: 12px"] svg *{color:var(--text-primary)!important;stroke:var(--text-primary)!important}html body.savi-module-market button[style*="min-height: 100px"]{border:none!important;background:var(--card-bg)!important;box-shadow:var(--neo-out)!important;border-radius:16px!important}html body.savi-module-market button[style*="min-height: 100px"]:not([style*=--card-bg]){box-shadow:var(--neo-in)!important}html body.savi-module-jobs main>div:first-child>div:nth-child(2){padding:13px 15px!important;border-radius:16px!important;background:var(--card-bg)!important;box-shadow:var(--neo-in)!important;font-size:11.5px!important;line-height:1.5!important;color:var(--text-secondary)!important;margin-bottom:12px!important}html body.savi-module-jobs main>div:first-child>div:nth-child(2) svg{display:none!important}html body.savi-module-jobs div[style*="border-radius: 12px"][style*="padding: 3px"]>button svg{display:none!important}html body.savi-module-rent .filter-chip svg{display:none!important}html body.savi-module-jobs main button[style*="border-radius: 12px"] svg{display:none!important}html body.savi-module-tours div[style*="font-weight: 800"][style*="var(--accent"]{color:var(--text-primary)!important;font-size:12px!important;font-weight:540!important}html body.savi-module-med div[style*="padding: 12px 14px 24px"]:before,html body.savi-module-svnews div[style*="padding: 12px 14px 24px"]:before{display:block;padding:2px 0 12px;text-align:center;font-size:22px;font-weight:560;letter-spacing:.6px;color:var(--text-primary)}html body.savi-module-med div[style*="padding: 12px 14px 24px"]:before{content:"SV MED"}html body.savi-module-svnews div[style*="padding: 12px 14px 24px"]:before{content:"SV NEWS"}html body.savi-module-med input,html body.savi-module-svnews input{border-radius:15px!important;font-size:13px!important}html body.savi-module-med button[style*="border-radius: 12px"],html body.savi-module-svnews button[style*="border-radius: 10px"]{padding:9px 14px!important;border-radius:14px!important;font-size:12.5px!important;font-weight:400!important;height:33px!important;min-height:0!important}html body.savi-module-svnews button[style*="border-radius: 12px"]{padding:9px 4px!important;border-radius:15px!important;font-size:13px!important;font-weight:400!important;height:34px!important}html body.savi-module-svnews button[style*="border-radius: 10px"][style*="34px"]{width:34px!important;height:34px!important;padding:0!important;border-radius:12px!important}html body.savi-module-med div[style*=overflow-x]>button{padding:9px 14px!important;border-radius:14px!important;font-size:12.5px!important;font-weight:400!important;height:33px!important;min-height:0!important}html body.savi-module-med main div[style*=overflow-x] button svg{display:none!important}html body.savi-module-stay div[style*="rgb(58, 125, 68)"]{color:var(--text-primary)!important;background:var(--card-bg)!important;box-shadow:var(--neo-soft)!important}html body.savi-module-stay div[style*="rgb(58, 125, 68)"] svg{color:var(--text-secondary)!important;stroke:var(--text-secondary)!important}html body[class*=savi-module-] [style*="rgb(111, 125, 143)"],html body[class*=savi-module-] [style*="rgb(125, 154, 160)"],html body[class*=savi-module-] [style*="rgb(168, 125, 138)"],html body[class*=savi-module-] [style*="rgb(111, 143, 118)"],html body[class*=savi-module-] [style*="rgb(138, 154, 111)"],html body[class*=savi-module-] [style*="rgb(111, 138, 154)"],html body[class*=savi-module-] [style*="rgb(111, 150, 144)"],html body[class*=savi-module-] [style*="rgb(84, 128, 140)"],html body[class*=savi-module-] [style*="rgb(79, 107, 84)"]{color:var(--text-secondary)!important}html body[class*=savi-module-] [style*="rgba(111, 125, 143"],html body[class*=savi-module-] [style*="rgba(125, 154, 160"],html body[class*=savi-module-] [style*="rgba(168, 125, 138"],html body[class*=savi-module-] [style*="rgba(111, 143, 118"],html body[class*=savi-module-] [style*="rgba(138, 154, 111"],html body[class*=savi-module-] [style*="rgba(111, 138, 154"],html body[class*=savi-module-] [style*="rgba(111, 150, 144"],html body[class*=savi-module-] [style*="rgba(84, 128, 140"],html body[class*=savi-module-] [style*="rgba(79, 107, 84"]{background:var(--card-bg)!important;box-shadow:var(--neo-soft)!important;color:var(--text-secondary)!important}html body[class*=savi-module-] [style*="rgb(111, 125, 143)"] svg,html body[class*=savi-module-] [style*="rgb(125, 154, 160)"] svg,html body[class*=savi-module-] [style*="rgb(168, 125, 138)"] svg,html body[class*=savi-module-] [style*="rgb(111, 143, 118)"] svg,html body[class*=savi-module-] [style*="rgb(138, 154, 111)"] svg,html body[class*=savi-module-] [style*="rgb(111, 138, 154)"] svg,html body[class*=savi-module-] [style*="rgb(111, 150, 144)"] svg,html body[class*=savi-module-] [style*="rgb(84, 128, 140)"] svg,html body[class*=savi-module-] [style*="rgb(79, 107, 84)"] svg{color:var(--text-secondary)!important;stroke:var(--text-secondary)!important}html body.savi-module-food .badge-open,html body.savi-module-food .badge-closed{background:var(--card-bg)!important;box-shadow:var(--neo-soft)!important}html body.savi-module-food .badge-open{color:#1b994d!important}html body.savi-module-food .badge-closed{color:#b5675f!important}html[data-theme=dark] body.savi-module-food .badge-open{color:#44dd80!important}html[data-theme=dark] body.savi-module-food .badge-closed{color:#e6a39c!important}html body[class*=savi-module-] .rp-type-badge,html body[class*=savi-module-] [style*="rgb(163, 86, 78)"],html body[class*=savi-module-] [data-savi=sos-card]{background:var(--card-bg)!important;color:var(--text-primary)!important;box-shadow:var(--neo-soft)!important;border:none!important}html body[class*=savi-module-] .rp-type-badge svg,html body[class*=savi-module-] [style*="rgb(163, 86, 78)"] svg,html body[class*=savi-module-] [data-savi=sos-card] svg{color:var(--text-secondary)!important;stroke:var(--text-secondary)!important}html body[class*=savi-module-] [style*="rgba(0, 0, 0, 0.5)"],html body[class*=savi-module-] [style*="rgba(0, 0, 0, 0.55)"],html body[class*=savi-module-] [style*="rgba(0, 0, 0, 0.45)"]{background:var(--card-bg)!important;color:var(--text-secondary)!important;box-shadow:var(--neo-soft)!important}html div[style*="letter-spacing: 3px"][style*="font-weight: 800"]{font-size:22px!important;font-weight:400!important;letter-spacing:5px!important;color:var(--text-primary)!important;text-shadow:none!important;margin-bottom:10px!important}html div[style*="max-width: 340px"]>button:first-child{width:30px!important;height:30px!important;border-radius:11px!important;background:var(--card-bg)!important;box-shadow:var(--neo-soft)!important;color:var(--text-secondary)!important}html div[style*="max-width: 340px"] div[style*="flex-direction: column"]>button{font-weight:400!important}html body.savi-module-market .listing-card .price,html body[class*=savi-module-] [style*="color: rgb(79, 74, 68)"],html body[class*=savi-module-] [style*="color:#4f4a44"],html body[class*=savi-module-] [style*="color: #4f4a44"]{color:var(--text-primary)!important}html body[class*=savi-module-] .photo-nav{background:var(--card-bg)!important;box-shadow:var(--neo-out)!important;color:var(--text-primary)!important;border:none!important}html body[class*=savi-module-] .photo-nav svg,html body[class*=savi-module-] .photo-nav svg *{color:var(--text-primary)!important;stroke:var(--text-primary)!important}html body.savi-module-med main div:has(>div>img){padding:12px!important;border-radius:20px!important;gap:11px!important;margin-bottom:11px!important;align-items:center!important}html body.savi-module-med main div:has(>img){width:62px!important;height:62px!important;flex:none!important;border-radius:16px!important;overflow:hidden!important}html body.savi-module-med main div:has(>img)>img{width:62px!important;height:62px!important;border-radius:16px!important;object-fit:cover!important}html body.savi-module-med main div:has(>div>img) span[style*="font-weight: 800"],html body.savi-module-med main div:has(>div>img)>div:last-child>div:first-child>span:first-child{font-size:16.5px!important;font-weight:540!important}html body.savi-module-med a[href^="tel:"]{padding:9px 12px!important;border-radius:13px!important;font-size:11px!important;font-weight:400!important;max-width:112px!important}html body.savi-module-med main div:has(>img){align-self:center!important;height:62px!important}html body.savi-module-med main div:has(>div>img)>div:last-child{padding:0!important}html body.savi-module-med main div:has(>div>img)>div:last-child>div:nth-child(2){font-size:11.5px!important;font-weight:400!important;color:var(--text-secondary)!important}html body.savi-module-med main div:has(>img){min-height:0!important;max-height:62px!important}html body:not([class*=savi-module-]) h2,html body:not([class*=savi-module-]) h3{font-weight:520!important}html body.savi-module-food .restaurant-card{border-radius:22px!important}html body.savi-module-food .restaurant-card-photo>span[style*="bottom: 10px"]{top:10px!important;bottom:auto!important;left:auto!important;right:10px!important}html body.savi-module-food .restaurant-card-type-badge{left:10px!important;right:auto!important;bottom:10px!important;top:auto!important}html body.savi-module-food .btn.btn-primary.home-search-btn{background:var(--text-primary)!important;box-shadow:var(--neo-out)!important}html body.savi-module-food .btn.btn-primary.home-search-btn svg,html body.savi-module-food .btn.btn-primary.home-search-btn svg *{color:var(--card-bg)!important;stroke:var(--card-bg)!important}html [style*="border-radius: 50%"]{border-radius:50%!important}html button[style*="rgb(163, 86, 78)"],html button[data-savi=sos-card]{box-shadow:var(--neo-in)!important;border-radius:18px!important;padding:15px 18px!important}html .tt-knob svg,html .tt-knob svg *{color:#e9c98a!important;stroke:#e9c98a!important}html body:not([class*=savi-module-]) .card[style*="padding: 16px 20px"]{padding:14px 16px!important;gap:13px!important}html body:not([class*=savi-module-]) .card[style*="padding: 16px 20px"]>div:first-child{width:38px!important;height:38px!important;border-radius:12px!important;box-shadow:var(--neo-in)!important}html body:not([class*=savi-module-]) .card[style*="padding: 16px 20px"]>div:last-child>div:first-child{font-size:14.5px!important;font-weight:540!important;letter-spacing:0!important}html body:not([class*=savi-module-]) .card[style*="padding: 16px 20px"]>div:last-child>div:last-child{font-size:11.5px!important}html [style*="rgba(111, 143, 118"]{box-shadow:var(--neo-out)!important}html .savi-tt svg[data-savi=tt-sun],html .savi-tt svg[data-savi=tt-sun] *{color:#e9b949!important;stroke:#e9b949!important}html body:not([class*=savi-module-]) button[style*="border-radius: 14px"][style*="padding: 10px 14px"],html body:not([class*=savi-module-]) .card[style*="padding: 12px 14px"],html body:not([class*=savi-module-]) button[style*="padding: 14px 18px"]{padding:14px 16px!important;border-radius:18px!important;gap:13px!important}html body:not([class*=savi-module-]) button[style*="padding: 14px 18px"]>div>div:first-child{font-size:14.5px!important;font-weight:540!important}html body:not([class*=savi-module-]) button[style*="padding: 14px 18px"]>div>div:last-child{font-size:11.5px!important}html [style*="border-radius: 50%"][style*="padding: 2.5px"] svg,html [data-savi=round-btn] svg *{stroke:#3a352f!important;color:#3a352f!important}html[data-theme=dark] [style*="border-radius: 50%"][style*="padding: 2.5px"] svg,html[data-theme=dark] [data-savi=round-btn] svg *{stroke:#d8d2c8!important;color:#d8d2c8!important}html body.savi-module-food .badge,html body.savi-module-food .restaurant-card-status{font-size:10px!important;font-weight:600!important;border-radius:11px!important;padding:5px 10px!important;letter-spacing:.3px!important}html body.savi-module-food .restaurant-card-photo{display:flex!important;flex-wrap:wrap!important;align-content:flex-start!important;gap:6px!important;padding:10px!important}html body.savi-module-food .restaurant-card-photo>img,html body.savi-module-food .restaurant-card-photo-overlay{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%!important;height:100%!important}html body.savi-module-food .restaurant-card-photo>span:not(.restaurant-card-type-badge){position:static!important;align-self:flex-start!important}html body.savi-module-food .restaurant-card-type-badge{position:absolute!important;left:10px!important;bottom:10px!important;right:auto!important;top:auto!important}html body.savi-module-stay h1[style*="font-size: 22px"]{font-size:20px!important;font-weight:540!important;letter-spacing:.2px!important}html body[class*=savi-module-] .restaurant-card-photo>span,html body[class*=savi-module-] .restaurant-card-type-badge,html body[class*=savi-module-] .badge{box-shadow:0 2px 8px #14110f47!important}html body.savi-module-food .restaurant-card-photo>span:not(.restaurant-card-type-badge){position:relative!important;z-index:2!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important}html body.savi-module-food .restaurant-card-type-badge{z-index:2!important}html body.savi-module-food .restaurant-card-photo-overlay{z-index:1!important}nav[aria-label="Основная навигация"]{box-shadow:0 -1px #a39b8f73,0 1px #fff,0 8px 24px #a39b8f47!important}[data-theme=dark] nav[aria-label="Основная навигация"]{box-shadow:0 -1px #0000008c,0 1px #ffffff24,0 8px 24px #00000061!important}.badge,.chip,.tag,.pill,.filter-chip,.category-badge,.status-badge,.feature-badge,.sub-badge,.detail-tag,.amenity-tag,.rc-meta-pill,.otile-badge,.rp-type-badge,.rp-status-badge,.restaurant-card-type-badge{display:inline-flex;align-items:center;justify-content:center;line-height:1}html:not([data-theme=dark]) body[class*=savi-module-] [data-savi=foto-knopka]{box-shadow:4px 5px 11px #3c342a47!important}html[data-theme=dark] [data-savi=foto-knopka][data-rol=sravnit] svg{stroke:#fff!important}html body[class*=savi-module-] .top-bar button.theme-toggle:not(.savi-tt)>span>span:last-child{display:none!important}html body[class*=savi-module-] :is(.top-bar,.header){padding-left:22px!important;padding-right:22px!important;gap:var(--shapka-zazor, 8px)!important}html body[class*=savi-module-] :is(.top-bar,.header) .savi-home-btn{height:var(--shapka-h, 30px)!important;box-sizing:border-box!important;padding:0 14px!important;border-radius:var(--shapka-r, 14px)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}html body[class*=savi-module-] :is(.top-bar,.header) button.theme-toggle{height:var(--shapka-h, 30px)!important;box-sizing:border-box!important;border-radius:var(--shapka-r, 14px)!important}html .header :is(.theme-toggle.savi-tt,.savi-rs),html .header :is(.theme-toggle.savi-tt,.savi-rs) .tt-track,html body[class*=savi-module-] :is(.top-bar,.header) :is(.theme-toggle.savi-tt,.savi-rs),html body[class*=savi-module-] :is(.top-bar,.header) :is(.theme-toggle.savi-tt,.savi-rs) .tt-track{width:54px!important;height:var(--shapka-h, 30px)!important;box-sizing:border-box!important;border-radius:var(--shapka-r, 14px)!important;padding:0 3px!important}html body[class*=savi-module-] :is(.top-bar,.header) :is(.theme-toggle.savi-tt,.savi-rs) .tt-knob{width:23px!important;height:23px!important;border-radius:11px!important}html body[class*=savi-module-] :is(.top-bar,.header) button.theme-toggle:not(.savi-tt)>span>span:last-child{display:none!important}html body[class*=savi-module-] :is(.top-bar,.header) button.theme-toggle:not(.savi-tt){width:var(--shapka-h, 30px)!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}html body[class*=savi-module-] :is(.top-bar,.header) button:has(svg[data-znak=bell]){width:var(--shapka-h, 30px)!important;height:var(--shapka-h, 30px)!important;border-radius:var(--shapka-r, 14px)!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}html body[class*=savi-module-] :is(.top-bar,.header) .savi-home-btn,html body[class*=savi-module-] :is(.top-bar,.header) button.theme-toggle:not(.savi-tt),html body[class*=savi-module-] :is(.top-bar,.header) button:has(svg[data-znak=bell]){position:relative!important;height:44px!important;min-height:44px!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;isolation:isolate}html body[class*=savi-module-] :is(.top-bar,.header) .savi-home-btn:before,html body[class*=savi-module-] :is(.top-bar,.header) button.theme-toggle:not(.savi-tt):before,html body[class*=savi-module-] :is(.top-bar,.header) button:has(svg[data-znak=bell]):before{content:"";position:absolute;left:0;right:0;top:calc((44px - var(--shapka-h, 30px)) / 2);height:var(--shapka-h, 30px);border-radius:var(--shapka-r, 14px);background:var(--card-bg, #ece9e4);box-shadow:var(--neo-soft);z-index:-1}html body[class*=savi-module-] :is(.top-bar,.header) :is(.theme-toggle.savi-tt,.savi-rs){height:44px!important;min-height:44px!important;background:transparent!important;box-shadow:none!important;padding:0!important}html body[class*=savi-module-] :is(.savi-tt,.savi-rs) button.tt-slot:not(.savi-home-btn),html body[class*=savi-module-] :is(.savi-tt,.savi-rs) .tt-slot{width:24px!important;height:24px!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important}html body[class*=savi-module-] .savi-rs{background:none!important;box-shadow:none!important;border:0!important;padding:0!important}html body[class*=savi-module-] :is(.top-bar,.header),html .header{height:56px!important;min-height:56px!important;box-sizing:border-box!important;padding-left:22px!important;padding-right:22px!important;display:flex!important;align-items:center!important;gap:var(--shapka-zazor, 8px)!important}html body[class*=savi-module-] :is(.top-bar,.header)>div:last-child,html .header .header-actions{display:flex!important;align-items:center!important;gap:var(--shapka-zazor, 8px)!important;margin-left:auto!important}html body[class*=savi-module-] :is(.top-bar,.header)>.savi-home-btn{margin-right:auto!important}html .header :is(.header-nav-link,.btn-login),html .header .header-actions>button{position:relative!important;height:44px!important;min-height:44px!important;box-sizing:border-box!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;isolation:isolate}html .header :is(.header-nav-link,.btn-login):before,html .header .header-actions>button:not(.savi-tt):before{content:"";position:absolute;left:0;right:0;top:calc((44px - var(--shapka-h, 30px)) / 2);height:var(--shapka-h, 30px);border-radius:var(--shapka-r, 14px);background:var(--card-bg, #ece9e4);box-shadow:var(--neo-soft);z-index:-1}html .header>:is(.header-nav,.header-actions,.logo){margin:0!important;padding:0!important}html body[class*=savi-module-] :is(.savi-tt,.savi-rs) .tt-knob{background:var(--card-bg, #f2efea)!important;box-shadow:var(--neo-soft)!important}html body[class*=savi-module-] :is(.savi-tt,.savi-rs) .tt-track{background:var(--bg-primary, #ece9e4)!important;box-shadow:var(--neo-in)!important;border:0!important}html body[class*=savi-module-] :is(.savi-tt,.savi-rs) .tt-slot{width:24px!important;height:24px!important;min-height:0!important;padding:0!important;border:0!important;border-radius:0!important;background:none!important;box-shadow:none!important}html body[class*=savi-module-] :is(.top-bar,.header) :is(.theme-toggle.savi-tt,.savi-rs){display:inline-flex!important;align-items:center!important;justify-content:center!important}html body[class*=savi-module-] :is(.top-bar,.header){padding-top:0!important;padding-bottom:0!important}:root{--knopka-fon: #2b2825;--knopka-tekst: #d9d4cc}[data-theme=dark]{--knopka-fon: #ece8e1;--knopka-tekst: #2b2825}[data-theme=dark]{--soglasie: #b8b1a6;--soglasie-ssylka: #ece8e1;--vk-fon: #22374d;--vk-tekst: #d7e7fb;--vk-tekst-tihiy: #7c8ea3;--zvonok: #44dd80;--zvonok-tihiy: #a59f95;--knopka-fon: #ece8e1;--knopka-tekst: #2b2825}:root{--novyy-fon: transparent;--novyy-kant: #6f8f76;--novyy-tekst: #3f9457}[data-theme=dark]{--novyy-fon: transparent;--novyy-kant: #6f8f76;--novyy-tekst: #7fd39a}html [data-savi=lvl-newbie],html [data-savi=lvl-newbie] *{color:#1b994d!important;stroke:#1b994d!important}html[data-theme=dark] [data-savi=lvl-newbie],html[data-theme=dark] [data-savi=lvl-newbie] *{color:#44dd80!important;stroke:#44dd80!important}html [data-savi=lvl-bronze],html [data-savi=lvl-bronze] *{color:#a17f4b!important;stroke:#a17f4b!important}html[data-theme=dark] [data-savi=lvl-bronze],html[data-theme=dark] [data-savi=lvl-bronze] *{color:#b08d57!important;stroke:#b08d57!important}html [data-savi=lvl-silver],html [data-savi=lvl-silver] *{color:#84868c!important;stroke:#84868c!important}html[data-theme=dark] [data-savi=lvl-silver],html[data-theme=dark] [data-savi=lvl-silver] *{color:#9a9ba0!important;stroke:#9a9ba0!important}html [data-savi=lvl-gold],html [data-savi=lvl-gold] *{color:#a47e37!important;stroke:#a47e37!important}html[data-theme=dark] [data-savi=lvl-gold],html[data-theme=dark] [data-savi=lvl-gold] *{color:#c9a45f!important;stroke:#c9a45f!important}html [data-savi=lvl-platinum],html [data-savi=lvl-platinum] *{color:#698a95!important;stroke:#698a95!important}html[data-theme=dark] [data-savi=lvl-platinum],html[data-theme=dark] [data-savi=lvl-platinum] *{color:#6f8f9a!important;stroke:#6f8f9a!important}html [data-savi=lvl-ambassador],html [data-savi=lvl-ambassador] *{color:#84868c!important;stroke:#84868c!important}html[data-theme=dark] [data-savi=lvl-ambassador],html[data-theme=dark] [data-savi=lvl-ambassador] *{color:#9a9ba0!important;stroke:#9a9ba0!important}html [data-savi=lvl-partner],html [data-savi=lvl-partner] *{color:#a47e37!important;stroke:#a47e37!important}html[data-theme=dark] [data-savi=lvl-partner],html[data-theme=dark] [data-savi=lvl-partner] *{color:#c9a45f!important;stroke:#c9a45f!important}html [data-savi=lvl-legend],html [data-savi=lvl-legend] *{color:#698a95!important;stroke:#698a95!important}html[data-theme=dark] [data-savi=lvl-legend],html[data-theme=dark] [data-savi=lvl-legend] *{color:#6f8f9a!important;stroke:#6f8f9a!important}:root{--soglasie: #5f5a53;--soglasie-ssylka: #2b2825;--vk-fon: #d7e7fb;--vk-tekst: #12365f;--vk-tekst-tihiy: #6b7f99;--zvonok: #1b994d;--zvonok-tihiy: #8a847b;--knopka-fon: #2b2825;--knopka-tekst: #d9d4cc}:root{--zvonok-fon: #1b994d;--knopka-nelzya: #6b7280}[data-theme=dark]{--zvonok-fon: #1b994d;--knopka-nelzya: #6b7280}.wheel-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border:1px solid var(--border, #e5e7eb);border-radius:10px;background:var(--bg-card, #fff);color:var(--text, #1e293b);font-size:14px;font-family:inherit;text-align:left;cursor:pointer;min-height:42px;transition:border-color .15s,box-shadow .15s;-webkit-tap-highlight-color:transparent}.wheel-trigger:not(:disabled):hover{border-color:var(--primary-light, #9a9389)}.wheel-trigger:not(:disabled):focus-visible{outline:none;border-color:var(--primary, #4f4a44);box-shadow:0 0 0 3px #4f4a4426}.wheel-trigger:disabled{opacity:.6;cursor:not-allowed;background:var(--bg-secondary, #f1f5f9)}.wheel-trigger-placeholder{color:var(--hint, var(--text-secondary, #94a3b8))}.wheel-trigger-arrow{flex-shrink:0;font-size:16px;line-height:1;color:var(--hint, var(--text-secondary, #94a3b8));margin-left:6px}.wheel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:10050;display:flex;align-items:flex-end;justify-content:center;animation:wheel-fade-in .2s ease-out}.wheel-sheet{width:100%;max-width:560px;background:var(--bg-card, #fff);border-radius:18px 18px 0 0;padding-bottom:max(env(safe-area-inset-bottom,0px),8px);box-shadow:0 -10px 40px #00000040;animation:wheel-slide-up .24s cubic-bezier(.2,.8,.3,1);display:flex;flex-direction:column}.wheel-header{display:flex;align-items:center;justify-content:space-between;padding:10px 14px 8px;border-bottom:1px solid var(--border, #e5e7eb);gap:8px}.wheel-title{flex:1;text-align:center;font-size:14px;font-weight:600;color:var(--text, #1e293b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wheel-cancel,.wheel-confirm{background:none;border:none;font-family:inherit;font-size:16px;cursor:pointer;padding:6px 8px;border-radius:8px;-webkit-tap-highlight-color:transparent;flex-shrink:0}.wheel-cancel{color:var(--text-secondary, #64748b)}.wheel-confirm{color:var(--primary, #4f4a44);font-weight:600}.wheel-cancel:active,.wheel-confirm:active{background:var(--bg, #faf5ff)}.wheel-viewport{position:relative;height:220px;overflow:hidden}.wheel-highlight{position:absolute;top:50%;left:12px;right:12px;height:44px;transform:translateY(-50%);border-top:1px solid var(--border, #e5e7eb);border-bottom:1px solid var(--border, #e5e7eb);background:var(--bg, rgba(79,74,68, .05));border-radius:10px;pointer-events:none}.wheel-list{height:100%;overflow-y:auto;scroll-snap-type:y mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;position:relative;z-index:1}.wheel-list::-webkit-scrollbar{display:none}.wheel-pad{height:calc(50% - 22px);pointer-events:none}.wheel-item{height:44px;display:flex;align-items:center;justify-content:center;scroll-snap-align:center;scroll-snap-stop:always;font-size:16px;color:var(--text, #1e293b);opacity:.5;transition:opacity .15s,font-weight .15s;text-align:center;padding:0 14px;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;box-sizing:border-box}.wheel-item.is-selected{opacity:1;font-weight:600}@keyframes wheel-fade-in{0%{background:#0000}to{background:#00000073}}@keyframes wheel-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}
