@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes saviSpin{to{transform:rotate(360deg)}}.savi-spinner{display:inline-block;width:24px;height:24px;border:3px solid var(--border, #ddd);border-top-color:#b89253;border-radius:50%;animation:saviSpin .8s linear infinite;vertical-align:middle}.tours-skel{background:linear-gradient(90deg,var(--sec-bg, #e5e7eb) 25%,var(--bg, #f3f4f6) 50%,var(--sec-bg, #e5e7eb) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:6px}@media (prefers-reduced-motion: reduce){.tours-skel{animation:none}}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}h1,h2,h3,.display-font{font-family:var(--font-display);font-weight:500;letter-spacing:-.01em}:root{--accent: #4f4a44;--accent-dark: #38342f;--radius: 14px;--bg: #f4f1ec;--card: #faf8f4;--card2: #ece8e1;--text: #2b2825;--hint: #6b655d;--border: #e4ded5;--bg-primary: #faf8f4;--bg-secondary: #f4f1ec;--text-primary: #2b2825;--text-secondary: #8a847b;--border-color: #e4ded5;--card-bg: #faf8f4;--header-bg: #faf8f4;--shadow: 0 1px 3px rgba(60,52,42,.06);--sec-bg: #ece8e1;--btn: #4f4a44;--btn-text: #ffffff;--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: #1b1916;--card: #211e1a;--card2: #2a2622;--text: #ece8e1;--hint: #a59f95;--border: rgba(255,255,255,.08);--accent: #c9c1b4;--accent-dark: #b0a89b;--bg-primary: #211e1a;--bg-secondary: #1b1916;--text-primary: #ece8e1;--text-secondary: #a59f95;--border-color: #3a352f;--card-bg: #211e1a;--header-bg: #211e1a;--shadow: 0 1px 3px rgba(0,0,0,.4);--sec-bg: #2a2622;--btn: #c9c1b4;--btn-text: #211e1a;--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);color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html{touch-action:pan-x pan-y;-ms-touch-action:pan-x pan-y}body{background:var(--bg);color:var(--text);font-family:var(--font-body, system-ui,-apple-system,sans-serif);min-height:100vh;transition:background-color .2s,color .2s}h1,h2,.display-font{font-family:var(--font-display, Georgia, serif);font-weight:500;letter-spacing:-.01em}.app{max-width:480px;margin:0 auto;padding-bottom:70px}.content{min-height:calc(100vh - 70px)}input,select,textarea{width:100%;padding:12px;background:var(--card2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:16px;outline:none;box-sizing:border-box}input[type=checkbox],input[type=radio]{width:auto;padding:0;flex:0 0 auto}input:focus,select:focus,textarea:focus{border-color:var(--accent)}select option{background:var(--card)}label{display:block;font-size:13px;color:var(--hint);margin-bottom:6px;margin-top:12px}h3{font-size:16px;font-weight:700;color:var(--text);margin:20px 0 8px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:var(--card);border-top:1px solid var(--border);display:flex;justify-content:space-around;padding:8px 0 12px;z-index:100}.nav-btn{background:none;border:none;color:var(--hint);font-size:11px;display:flex;flex-direction:column;align-items:center;gap:3px;cursor:pointer;padding:4px 8px}.nav-btn span:first-child{font-size:22px}.nav-btn.active{color:var(--accent)}.page-header{padding:16px 16px 8px;display:flex;align-items:center;gap:12px}.page-header h1{font-size:20px;font-weight:700}.back-link{background:none;border:none;color:var(--hint);cursor:pointer;font-size:14px;padding:0}.back-btn{position:absolute;top:16px;left:16px;background:#00000080;border:none;color:#fff;padding:8px 12px;border-radius:8px;cursor:pointer;font-size:14px}.hero{position:relative;height:300px;background:linear-gradient(135deg,#38342f,#4f4a44,#6b655d);overflow:hidden}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;text-align:center}.hero-badge{background:var(--accent);color:#fff;font-weight:800;font-size:22px;padding:4px 18px;border-radius:20px;margin-bottom:12px}.hero-title{font-size:26px;font-weight:800;color:#fff;margin-bottom:8px}.hero-sub{font-size:14px;color:#ffffffd9;margin-bottom:20px;line-height:1.6}.hero-btns{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.btn-green{background:var(--accent);color:#fff;border:none;border-radius:10px;padding:12px 20px;font-size:14px;font-weight:600;cursor:pointer}.btn-green:disabled{opacity:.6}.btn-green.btn-lg{width:100%;padding:16px;font-size:16px;margin-top:16px}.btn-outline{background:#ffffff26;border:1px solid rgba(255,255,255,.4);color:#fff;border-radius:10px;padding:12px 20px;font-size:14px;cursor:pointer}.section{padding:16px}.section-title{font-size:17px;font-weight:700;margin-bottom:12px}.cats-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cat-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:16px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:background .15s}.cat-card:hover{background:var(--card2)}.cat-icon{font-size:28px}.cat-label{font-size:13px;font-weight:600}.routes-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.route-card{background:var(--card);border-radius:var(--radius);overflow:hidden;cursor:pointer}.route-card-img{height:100px;background:var(--card2);display:flex;align-items:center;justify-content:center;position:relative}.route-card-img img{width:100%;height:100%;object-fit:cover}.route-card-placeholder{font-size:40px}.route-card-body{padding:10px}.route-card-title{font-size:13px;font-weight:600;margin-bottom:4px}.route-card-meta{display:flex;gap:6px;font-size:11px;color:var(--hint);flex-wrap:wrap;margin-bottom:4px}.route-card-price{font-size:14px;font-weight:700;color:var(--accent)}.routes-list{padding:0 12px;display:flex;flex-direction:column;gap:10px}.route-list-item{background:var(--card);border-radius:var(--radius);display:flex;gap:12px;padding:12px;cursor:pointer;align-items:center}.route-list-img{width:72px;height:72px;border-radius:8px;background:var(--card2);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:28px;overflow:hidden}.route-list-img img{width:100%;height:100%;object-fit:cover}.route-list-body{flex:1;min-width:0}.route-list-title{font-size:14px;font-weight:600;margin-bottom:3px}.route-list-desc{font-size:12px;color:var(--hint);margin-bottom:5px}.route-list-meta{display:flex;gap:6px;font-size:11px;color:var(--hint);flex-wrap:wrap;margin-bottom:4px}.route-list-price{font-size:14px;font-weight:700;color:var(--accent)}.route-list-arrow{font-size:20px;color:var(--hint)}.filters-scroll{display:flex;gap:8px;overflow-x:auto;padding:8px 12px;scrollbar-width:none}.filters-scroll::-webkit-scrollbar{display:none}.filter-chip{background:var(--card);border:1px solid var(--border);color:var(--text);padding:7px 14px;border-radius:20px;font-size:13px;cursor:pointer;white-space:nowrap}.filter-chip.active{background:var(--accent);border-color:var(--accent);font-weight:600}.badge-suv{position:absolute;top:6px;right:6px;background:#6e5535;color:#fde68a;font-size:10px;font-weight:700;padding:2px 6px;border-radius:6px}.diff{font-size:11px;padding:2px 6px;border-radius:6px}.diff-easy{background:#4f4a4426;color:#9bbfa4}.diff-medium{background:#eab30826;color:#d8c98a}.diff-hard,.diff-extreme{background:#ef444426;color:#fca5a5}.trust-block{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px}.trust-item{background:var(--card);border-radius:var(--radius);padding:12px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600}.detail-cover{position:relative;height:260px;background:var(--card2)}.cover-img{width:100%;height:100%;object-fit:cover}.cover-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:60px}.detail-body{padding:16px}.detail-title{font-size:22px;font-weight:800;margin-bottom:8px}.detail-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px;font-size:13px;color:var(--hint)}.detail-desc{font-size:14px;line-height:1.7;color:var(--text-secondary, #6b7280);margin-bottom:16px}.included-block{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.included-col{background:var(--card);border-radius:var(--radius);padding:12px}.included-title{font-size:13px;font-weight:700;margin-bottom:8px}.included-item{font-size:12px;color:var(--hint);margin-bottom:4px}.calc-block{background:var(--card);border-radius:var(--radius);padding:16px;margin-bottom:16px}.calc-block h3{margin:0 0 12px;font-size:15px}.calc-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:14px}.counter{display:flex;align-items:center;gap:12px}.counter button{background:var(--card2);border:1px solid var(--border);color:var(--text);width:32px;height:32px;border-radius:8px;font-size:18px;cursor:pointer}.counter span{min-width:20px;text-align:center;font-weight:700}.toggle-group{display:flex;gap:4px}.toggle-group button{background:var(--card2);border:1px solid var(--border);color:var(--hint);padding:6px 12px;border-radius:8px;font-size:13px;cursor:pointer}.toggle-group button.active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.toggle-btn{background:var(--card2);border:1px solid var(--border);color:var(--hint);padding:8px 16px;border-radius:8px;font-size:14px;cursor:pointer}.toggle-btn.on{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.calc-total{font-size:18px;font-weight:800;color:var(--accent);margin-top:12px;text-align:right}.guides-section{margin-top:16px}.guides-section h3{font-size:15px;margin-bottom:10px}.guide-mini-card{background:var(--card);border-radius:var(--radius);padding:12px;margin-bottom:8px;display:flex;justify-content:space-between;align-items:center}.guide-mini-name{font-size:14px;font-weight:600}.guide-mini-car,.guide-mini-rating{font-size:12px;color:var(--hint);margin-top:2px}.guide-mini-price{text-align:right}.guide-mini-price div{font-size:14px;font-weight:700;color:var(--accent);margin-bottom:6px}.btn-book{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer}.btn-book-sm{background:var(--accent);color:#fff;border:none;border-radius:6px;padding:5px 10px;font-size:12px;cursor:pointer}.no-guides{text-align:center;padding:20px;background:var(--card);border-radius:var(--radius);margin-top:16px}.no-guides p{margin-bottom:12px;color:var(--hint);font-size:14px}.guide-card{background:var(--card);border-radius:var(--radius);margin:0 12px 10px;overflow:hidden;cursor:pointer;display:flex}.guide-car-imgs{width:100px;height:90px;background:var(--card2);flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:36px;overflow:hidden}.guide-car-imgs img{width:100%;height:100%;object-fit:cover}.guide-card-body{padding:12px}.guide-card-name{font-size:15px;font-weight:700}.guide-card-car,.guide-card-rating{font-size:12px;color:var(--hint);margin-top:4px}.guide-photos-scroll{display:flex;gap:8px;overflow-x:auto;padding:0 12px 12px;scrollbar-width:none}.guide-photos-scroll::-webkit-scrollbar{display:none}.guide-photo-thumb{width:140px;height:100px;object-fit:cover;border-radius:8px;flex-shrink:0}.guide-no-photo{width:100%;height:100px;background:var(--card2);display:flex;align-items:center;justify-content:center;font-size:48px;margin:0 12px;border-radius:var(--radius)}.guide-detail-body{padding:12px 16px}.guide-detail-car,.guide-detail-class,.guide-detail-rating{font-size:14px;color:var(--hint);margin-bottom:4px}.guide-detail-bio{font-size:14px;line-height:1.6;margin:12px 0;color:#fffc}.guide-route-item{background:var(--card);border-radius:8px;padding:10px 12px;margin-bottom:6px;display:flex;align-items:center;gap:10px}.guide-route-name{flex:1;font-size:13px;cursor:pointer}.guide-route-name:hover{color:var(--accent)}.guide-route-price{font-size:13px;font-weight:700;color:var(--accent)}.review-item{background:var(--card);border-radius:8px;padding:10px;margin-bottom:8px}.review-item p{font-size:13px;color:var(--hint);margin-top:4px}.booking-form{padding:12px 16px;display:flex;flex-direction:column;gap:16px;overflow-x:hidden}.booking-form>*{position:relative;z-index:1}.booking-form .form-date-section{position:relative;z-index:2}.booking-form .form-type-section{position:relative;z-index:3}.booking-route-name,.booking-guide-name{background:var(--card);border-radius:8px;padding:10px 12px;font-size:14px;font-weight:600;margin-bottom:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.booking-total{font-size:18px;font-weight:800;color:var(--accent);text-align:right;margin-top:12px}.booking-note{font-size:12px;color:var(--hint);text-align:center;margin-top:8px}.error-msg{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:10px 12px;border-radius:8px;font-size:13px;margin-top:8px}.booking-status-card{background:var(--card);border-radius:var(--radius);margin:12px 16px;padding:16px}.booking-number{font-size:16px;font-weight:800;margin-bottom:8px;color:var(--accent)}.booking-status-badge{font-size:14px;font-weight:600;margin-bottom:12px}.booking-detail-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid var(--border);font-size:14px}.booking-detail-row span{color:var(--hint)}.booking-guide-contact{margin-top:16px;font-size:14px;color:var(--hint)}.booking-guide-contact a{color:var(--accent);text-decoration:none}.route-select-item{background:var(--card);border-radius:8px;padding:10px 12px;margin-bottom:6px}.loading{text-align:center;padding:40px;color:var(--hint)}.empty-state{text-align:center;padding:40px 20px;color:var(--hint)}.empty-state div{font-size:48px;margin-bottom:12px}.success-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:24px;text-align:center;gap:12px}.success-screen h2{font-size:22px;font-weight:800}.success-screen p{font-size:14px;color:var(--hint)}.bottom-nav{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.app{padding-bottom:calc(70px + env(safe-area-inset-bottom))}.profile-card{display:flex;align-items:center;gap:16px;padding:16px;background:var(--card);margin:0 16px 16px;border-radius:var(--radius)}.profile-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover}.profile-avatar-placeholder{width:64px;height:64px;border-radius:50%;background:var(--accent-dark);display:flex;align-items:center;justify-content:center;font-size:26px;font-weight:800;flex-shrink:0}.profile-name{font-size:18px;font-weight:700}.profile-username{font-size:13px;color:var(--hint);margin-top:3px}.bookings-list{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.booking-card{background:var(--card);border-radius:var(--radius);overflow:hidden;cursor:pointer;display:flex;gap:12px}.booking-card-img{width:80px;height:80px;object-fit:cover;flex-shrink:0}.booking-card-body{padding:10px;flex:1}.booking-card-route{font-size:14px;font-weight:600;margin-bottom:4px}.booking-card-meta{display:flex;flex-direction:column;gap:2px;font-size:12px;color:var(--hint);margin-bottom:6px}.booking-card-footer{display:flex;justify-content:space-between;align-items:center}.booking-status{font-size:12px;font-weight:600;padding:2px 8px;border-radius:6px;background:var(--card2)}.become-guide-banner{background:var(--card);border-radius:var(--radius);padding:14px;display:flex;align-items:center;gap:12px}.become-guide-icon{font-size:32px;flex-shrink:0}.become-guide-title{font-size:14px;font-weight:700}.become-guide-sub{font-size:12px;color:var(--hint);margin-top:2px}.btn-outline-green{background:transparent;border:1px solid var(--accent);color:var(--accent);border-radius:8px;padding:8px 14px;font-size:13px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-block;text-align:center}.guide-nav{background:var(--card)}.guide-header{display:flex;justify-content:space-between;align-items:center;padding:16px;background:var(--card);margin-bottom:12px}.guide-header-name{font-size:17px;font-weight:700}.guide-header-sub{font-size:13px;color:var(--hint);margin-top:3px}.guide-profile-btn{background:var(--card2);border:1px solid var(--border);color:var(--hint);padding:6px 12px;border-radius:8px;font-size:13px;cursor:pointer}.guide-stats-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 16px 16px}.guide-stat-card{background:var(--card);border-radius:var(--radius);padding:14px;text-align:center}.guide-stat-num{font-size:22px;font-weight:800;color:var(--accent)}.guide-stat-label{font-size:12px;color:var(--hint);margin-top:4px}.guide-alert{background:linear-gradient(135deg,#b89253,#9c7a3f);border:none;border-radius:var(--radius);padding:14px 16px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;font-size:14.5px;font-weight:800;color:#fff;box-shadow:0 4px 14px #b8925373;animation:savi-alert-pulse 1.6s ease-in-out infinite}.guide-routes-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.guide-route-card{background:var(--card);border-radius:var(--radius);padding:12px;margin-bottom:8px}.guide-route-card-header{display:flex;justify-content:space-between;align-items:center}.guide-route-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px}.guide-route-badge.available{background:#4f4a4426;color:#9bbfa4}.guide-route-badge.unavailable{background:#6b728026;color:#9ca3af}.guide-route-edit{display:flex;flex-direction:column}.guide-route-edit-name{font-size:14px;font-weight:600;margin-bottom:8px}.btn-icon{background:none;border:none;font-size:18px;cursor:pointer;padding:4px}.guide-add-route-form{margin:0 16px 16px;background:var(--card);border-radius:var(--radius);padding:16px}.guide-add-route-form h3{margin-bottom:12px}.btn-outline{background:transparent;border:1px solid var(--border);color:var(--hint);border-radius:8px;padding:10px 16px;font-size:14px;cursor:pointer}.guide-booking-card{background:var(--card);border-radius:var(--radius);padding:14px;margin-bottom:10px}.guide-booking-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.guide-booking-route{font-size:15px;font-weight:700}.guide-booking-number{font-size:12px;color:var(--hint);margin-top:2px}.guide-booking-info{display:flex;flex-direction:column;gap:4px;font-size:13px;color:#fffc;margin-bottom:12px}.guide-booking-actions{display:flex;flex-wrap:wrap;gap:8px}.guide-booking-actions>*{flex:1 1 calc(50% - 8px);min-width:130px}.btn-outline-red{background:transparent;border:1px solid rgba(239,68,68,.5);color:#fca5a5;border-radius:8px;padding:10px 16px;font-size:14px;cursor:pointer}.btn-outline-red:disabled{opacity:.5}.tabs-row{display:flex;gap:6px;padding:8px 16px 4px;overflow-x:auto;scrollbar-width:none}.tabs-row::-webkit-scrollbar{display:none}.tab-btn{background:var(--card);border:1px solid var(--border);color:var(--hint);padding:6px 14px;border-radius:20px;font-size:13px;cursor:pointer;white-space:nowrap;flex-shrink:0}.tab-btn.active{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.guide-profile-card{display:flex;align-items:center;gap:16px;background:var(--card);border-radius:var(--radius);padding:16px;margin:0 16px 16px}.guide-profile-avatar{width:56px;height:56px;border-radius:50%;background:var(--accent-dark);display:flex;align-items:center;justify-content:center;font-size:22px;font-weight:800;flex-shrink:0}.guide-profile-name{font-size:17px;font-weight:700}.guide-profile-rating{font-size:13px;color:var(--hint);margin-top:3px}.guide-profile-tours{font-size:13px;color:var(--hint);margin-top:2px}.profile-section{margin:0 16px 16px}.profile-section h3{margin-bottom:10px}.profile-field{display:flex;justify-content:space-between;align-items:flex-start;padding:8px 0;border-bottom:1px solid var(--border);font-size:14px;gap:12px}.profile-field-label{color:var(--hint);flex-shrink:0}.profile-field-value{text-align:right;word-break:break-word}.profile-field-value.link{color:var(--accent);text-decoration:none}.back-to-main{display:inline-flex;align-items:center;gap:4px;font-size:12px;color:#94a3b8b3;text-decoration:none;padding:8px 16px 4px}.back-to-main:hover{opacity:.8}.top-bar{display:flex;justify-content:space-between;align-items:center;padding-right:8px}.theme-toggle{background:none;border:none;cursor:pointer;font-size:20px;padding:8px;border-radius:8px;color:var(--hint);flex-shrink:0}.search-form{margin:0 16px 16px;background:var(--card);border-radius:var(--radius);padding:16px;box-shadow:0 2px 8px #00000014}.search-form-title{font-size:16px;font-weight:700;margin:0 0 12px}.search-field{display:flex;flex-direction:column;gap:4px;margin-bottom:10px}.search-field label{font-size:12px;color:var(--hint);font-weight:500}.search-field select,.search-field input[type=date]{padding:10px 12px;border-radius:10px;border:1px solid var(--border,#e5e7eb);background:var(--bg-secondary,#f9fafb);font-size:14px;color:var(--text);width:100%;box-sizing:border-box}.search-row{display:flex;gap:8px;flex-wrap:wrap}.search-row .search-field{min-width:140px;flex:1}@media (max-width: 400px){.search-row{flex-direction:column}.search-row .search-field{min-width:unset}}.search-price-hint{padding:8px 12px;background:#4f4a441a;border-radius:8px;font-size:13px;color:var(--accent,#4f4a44);margin-bottom:4px}.slot-card{background:var(--card);border-radius:var(--radius);padding:14px 16px;cursor:pointer;border:1px solid var(--border,#e5e7eb);transition:box-shadow .15s}.slot-card:active{box-shadow:0 2px 12px #0000001f}.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, #2b2825);background:#0000000d;border-color:#0000001f}[data-theme=light] .savi-home-btn:hover{background:#00000017}.savi-in-iframe .top-bar{display:none}.savi-in-iframe .savi-inpage-back{display:none!important}: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)}@keyframes savi-alert-pulse{0%,to{transform:scale(1);box-shadow:0 4px 14px #b8925373}50%{transform:scale(1.02);box-shadow:0 6px 22px #b89253bf}}: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}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-] button[data-savi=glavnaya-knopka],html button[data-savi=glavnaya-knopka]{background:linear-gradient(135deg,#38342f,#4f4a44)!important;color:#fff!important;box-shadow:none!important}html body[class*=savi-module-] button[data-savi=glavnaya-knopka] *,html body[class*=savi-module-] button[data-savi=glavnaya-knopka] svg,html button[data-savi=glavnaya-knopka] *,html button[data-savi=glavnaya-knopka] svg{color:#fff!important;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}
