@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}*,*: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}input:focus,textarea:focus,select:focus{scroll-margin-bottom:300px}@font-face{font-family:YFF Rare;src:url(../fonts/yff-rare.woff2) format("woff2");font-weight:100 900;font-display:swap}:root{--orange: #4f4a44;--orange-dark: #38342f;--orange-light: #ece8e1;--on-accent: #ffffff;--accent: #4f4a44;--text: #2b2825;--text-muted: #8a847b;--border: #e4ded5;--bg: #f4f1ec;--white: #ffffff;--radius: 14px;--shadow: 0 1px 3px rgba(60,52,42,.06);--bg-primary: #faf8f4;--bg-secondary: #f4f1ec;--text-primary: #2b2825;--text-secondary: #8a847b;--border-color: #e4ded5;--hint: #6b655d;--rating: #846225;--sec-bg: #ece8e1;--nav-bg: #faf8f4;--nav-border: #e4ded5;--nav-inactive: #6b655d;--nav-active: #4f4a44;--card-bg: #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: #211e1a;--bg-secondary: #1b1916;--text-primary: #ece8e1;--text-secondary: #a59f95;--border-color: #3a352f;--hint: #b0a99d;--rating: #b89253;--sec-bg: #211e1a;--nav-bg: #211e1a;--nav-border: #3a352f;--nav-inactive: #a59f95;--nav-active: #ece8e1;--card-bg: #211e1a;--header-bg: #211e1a;--shadow: 0 1px 3px rgba(0,0,0,.4);color-scheme:dark;--bg: var(--bg-secondary);--white: var(--card-bg);--text: var(--text-primary);--text-muted: var(--text-secondary);--border: var(--border-color);--orange: #c9c1b4;--accent: #c9c1b4;--on-accent: #241f1b;--input-bg: #2a2622;--input-border: #3a352f;--selected-bg: rgba(201,193,180,.15);--selected-border: #c9c1b4;--selected-text: #ddd6ca;--accent-bg: rgba(201,193,180,.12);--status-new-color: #9fb0c0;--status-new-bg: rgba(111,125,143,.18);--status-confirmed-color: #9bbfa4;--status-confirmed-bg: rgba(111,143,118,.18);--status-rejected-color: #d6988f;--status-rejected-bg: rgba(179,103,95,.18);--status-completed-color: #a59f95;--status-completed-bg: rgba(165,159,149,.14)}html{font-size:16px}body{font-family:var(--font-body);background:var(--bg-secondary);color:var(--text-primary);-webkit-font-smoothing:antialiased;transition:background-color .2s,color .2s}h1,h2,h3,.display-font{font-family:var(--font-display);font-weight:500;letter-spacing:-.01em}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:16px}.page{min-height:100dvh;padding-bottom:80px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:var(--white);border-top:1px solid var(--border);display:flex;z-index:100;padding-bottom:env(safe-area-inset-bottom)}.bottom-nav a{flex:1;display:flex;flex-direction:column;align-items:center;padding:10px 0 8px;font-size:11px;color:var(--text-muted);gap:3px;transition:color .15s}.bottom-nav a.active,.bottom-nav a:hover{color:var(--orange)}.bottom-nav a span:first-child{font-size:22px}.header{background:var(--white);padding:16px;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border)}.header-inner{max-width:640px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px}.header-logo{font-size:20px;font-weight:800;color:var(--orange);letter-spacing:-.5px}.card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:10px;font-size:15px;font-weight:600;transition:opacity .15s}.btn:active{opacity:.75}.btn-primary{background:var(--orange);color:var(--on-accent)}.btn-secondary{background:var(--orange-light);color:var(--orange)}.btn-outline{background:transparent;border:1.5px solid var(--border);color:var(--text)}.btn-full{width:100%}.btn-sm{padding:8px 14px;font-size:13px;border-radius:8px}.btn-danger{background:#f0e4e1;color:#a3564e}.form-group{margin-bottom:16px}.form-label{display:block;font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:6px;text-transform:uppercase;letter-spacing:.3px}.form-input{width:100%;padding:12px 14px;border:1.5px solid var(--border);border-radius:10px;font-size:15px;color:var(--text);background:var(--white);transition:border-color .15s;-webkit-appearance:none}.form-input:focus{outline:none;border-color:var(--orange)}textarea.form-input{resize:vertical;min-height:80px}select.form-input{-moz-appearance:none;appearance:none;-webkit-appearance:none}input::placeholder,textarea::placeholder{color:var(--text-muted);opacity:1}button:disabled{opacity:.5;cursor:not-allowed}.chips{display:flex;gap:8px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{flex-shrink:0;padding:7px 14px;border-radius:20px;font-size:13px;font-weight:500;border:1.5px solid var(--border);background:var(--white);color:var(--text-muted);cursor:pointer;transition:all .15s}.chip.active{background:var(--orange);color:var(--on-accent);border-color:var(--orange)}.rating{display:inline-flex;align-items:center;gap:3px;font-size:13px;font-weight:600;color:#b89253}.badge{display:inline-block;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.4px}.badge-open{background:var(--status-confirmed-bg);color:var(--status-confirmed-color)}.badge-closed{background:var(--status-rejected-bg);color:var(--status-rejected-color)}.badge-pending{background:#f59e0b1f;color:#a16207}[data-theme=dark] .badge-pending{color:#fde68a}.divider{height:1px;background:var(--border);margin:16px 0}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;gap:12px}.empty-icon{font-size:48px}.empty-title{font-size:18px;font-weight:600}.empty-desc{font-size:14px;color:var(--text-muted)}.spinner{width:32px;height:32px;border:3px solid var(--border);border-top-color:var(--orange);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-center{display:flex;justify-content:center;align-items:center;padding:60px}.theme-toggle-btn{position:fixed;top:12px;right:12px;z-index:200;background:var(--card-bg);border:1px solid var(--border-color);border-radius:8px;padding:6px 8px;font-size:20px;cursor:pointer;box-shadow:var(--shadow);transition:background-color .2s}.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:#ffffff1f;border:1px solid rgba(255,255,255,.18);border-radius:8px;cursor:pointer;text-transform:uppercase;font-family:var(--font-display, Georgia, serif);box-shadow:none;transition:background .2s,transform .15s;flex-shrink:0;line-height:1}.savi-home-btn:hover{background:#ffffff38;transform:scale(1.03)}.savi-home-btn:active{transform:scale(.97)}[data-theme=light] .savi-home-btn{color:var(--text);background:#0000000d;border-color:#0000001f}[data-theme=light] .savi-home-btn:hover{background:#00000017}:focus-visible{outline:2px solid var(--accent, #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)}.savi-in-iframe .savi-inpage-back{display:none!important}: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]:not([class*=photo-overlay]):not([class*=image-overlay]):not([class*=card-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}.restaurant-card:active{box-shadow:var(--neo-in)!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 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}
