.feedback-toast{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));z-index:4000;display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:12px;width:min(420px,100vw - 32px);min-height:52px;padding:12px 12px 12px 16px;border:1px solid rgba(17,17,17,.12);border-radius:8px;background:#fff;color:#171717;box-shadow:0 18px 48px #11111129;font:600 14px/1.35 Inter,Arial,sans-serif}.feedback-toast:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;border-radius:8px 0 0 8px;background:#2f80ed}.feedback-toast[data-tone=success]:before{background:#16a34a}.feedback-toast[data-tone=error]:before{background:#dc2626}.feedback-toast__close{position:relative;width:28px;height:28px;border:0;border-radius:50%;background:#1111110f;cursor:pointer}.feedback-toast__close:before,.feedback-toast__close:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:2px;margin:-1px 0 0 -6px;border-radius:999px;background:currentColor}.feedback-toast__close:before{transform:rotate(45deg)}.feedback-toast__close:after{transform:rotate(-45deg)}@media (max-width: 640px){.feedback-toast{right:16px;bottom:16px}}:root{--scrollbar-size: 8px;--scrollbar-track: transparent;--scrollbar-thumb: rgba(17, 17, 17, .12);--scrollbar-thumb-hover: rgba(17, 17, 17, .28);--scrollbar-compensation: 0px}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}*::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}*::-webkit-scrollbar-track{background:var(--scrollbar-track)}*::-webkit-scrollbar-button{display:none;width:0;height:0;background:transparent}*::-webkit-scrollbar-thumb{min-height:44px;background:var(--scrollbar-thumb);background-clip:content-box;border:2px solid transparent;border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:content-box}*::-webkit-scrollbar-corner{background:transparent}@media (forced-colors: active){*{scrollbar-color:auto}}html,body,.modal{scrollbar-gutter:stable}@supports not (scrollbar-gutter: stable){html{overflow-y:scroll}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-cyrillic.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/fonts/inter-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.route-loading{min-height:100vh;display:grid;place-items:center;background:#f7f5ef}.route-loading:before{content:"";width:112px;height:4px;border-radius:999px;background:linear-gradient(90deg,transparent,rgba(17,17,17,.64),transparent),#1111111a;background-size:64px 100%,100% 100%;background-repeat:no-repeat;animation:route-loading-sheen .92s cubic-bezier(.22,1,.36,1) infinite}@keyframes route-loading-sheen{0%{background-position:-64px 0,0 0}to{background-position:112px 0,0 0}}@media (prefers-reduced-motion: reduce){.route-loading:before{animation:none}}
