.home-today{flex-direction:column;gap:10px}.home-today,.home-today__track{display:flex;width:100%;min-width:0}.home-today__track{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-snap-stop:always;-webkit-overflow-scrolling:touch;touch-action:pan-x;scrollbar-width:none}.home-today__track::-webkit-scrollbar{display:none}.home-today__slide{flex:0 0 100%;min-width:0;scroll-snap-align:start;scroll-snap-stop:always}.home-today__dots{display:flex;align-items:center;justify-content:center;gap:4px;min-height:4px}.home-today__dot{height:4px;width:4px;border:none;border-radius:999px;background:rgba(252,252,252,.35);padding:0;cursor:pointer;transition:width .2s ease,background .2s ease}.home-today__dot_active{width:20px;background:#fcfcfc}@keyframes home-page-welcome-reveal{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.home-page-content_hidden{visibility:hidden}.home-page-content_reveal{animation:home-page-welcome-reveal .75s cubic-bezier(.22,1,.36,1) both}.home-rating-block{width:100%;border-radius:12px;background:rgba(252,252,252,.04);border:1px solid rgba(252,252,252,.2);backdrop-filter:blur(40px);padding:16px}.home-rating-block__title{font-size:20px;font-weight:700;color:#fcfcfc;line-height:1.2}.home-rating-block__list{display:flex;flex-direction:column;gap:8px;margin-top:12px}.home-info-card{flex:1;height:51px}.home-info-card_full{width:100%;flex:none;border:none;font-family:inherit;cursor:pointer;transition:opacity .2s ease}.home-info-card_full:hover{opacity:.88}.home-info-card{border-radius:12px;background:rgba(252,252,252,.04);border:1px solid rgba(252,252,252,.2);backdrop-filter:blur(40px);display:flex;align-items:center;padding:0 16px}.home-info-card__text{font-size:16px;font-weight:700;color:#fcfcfc;line-height:1.2}.home-info-card__text_disabled{color:#6e6d6d;cursor:not-allowed;pointer-events:none}