:root{--rs-bg: #0f1115;--rs-surface: #17191e;--rs-surface-light: #21242c;--rs-brand: #d90429;--rs-brand-hover: #be123c;--rs-text: #f8fafc;--rs-text-muted: #94a3b8;--rs-border: #2e3340}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background:var(--rs-bg);color:var(--rs-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}.rs_portal{display:flex;flex-direction:column;min-height:100vh}@media(min-width:1024px){.rs_portal{flex-direction:row;height:100vh;overflow:hidden}}.rs_fixed_pane{background:var(--rs-surface);position:relative;display:flex;flex-direction:column;border-bottom:1px solid var(--rs-border)}@media(min-width:1024px){.rs_fixed_pane{flex:0 0 35%;height:100vh;border-bottom:none;border-right:1px solid var(--rs-border)}}.rs_pane_bg{position:absolute;inset:0;background-image:url(/images/moscow-night-hero.jpeg);background-size:cover;background-position:center;opacity:.15;z-index:0}.rs_pane_inner{position:relative;z-index:1;padding:1.5rem;display:flex;flex-direction:column;height:100%}@media(min-width:1024px){.rs_pane_inner{padding:3rem;justify-content:center}}.rs_logo{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.02em;display:flex;justify-content:space-between;align-items:center}.rs_logo span{color:var(--rs-brand)}.rs_nav{margin-top:1.5rem;display:none}@media(min-width:1024px){.rs_nav{display:block;margin-top:3rem;margin-bottom:3rem}}.rs_nav.is_open{display:block}.rs_nav_list{display:flex;flex-direction:column;gap:1rem}.rs_nav_link{font-size:1.1rem;font-weight:600;color:var(--rs-text-muted);transition:color .2s}.rs_nav_link:hover{color:#fff}.rs_pane_footer{margin-top:1.5rem;display:none}@media(min-width:1024px){.rs_pane_footer{display:block;margin-top:auto}}.rs_mobile_toggle{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;display:block}@media(min-width:1024px){.rs_mobile_toggle{display:none}}.rs_scroll_pane{flex:1;display:flex;flex-direction:column}@media(min-width:1024px){.rs_scroll_pane{height:100vh;overflow-y:auto}}.rs_content_wrap{padding:2rem 1.25rem;max-width:900px;margin:0 auto;width:100%;flex:1}@media(min-width:1024px){.rs_content_wrap{padding:4rem 3rem}}.rs_btn{display:inline-block;background:var(--rs-brand);color:#fff;padding:.85rem 2rem;border-radius:.25rem;font-weight:700;text-align:center;transition:background .2s}.rs_btn:hover{background:var(--rs-brand-hover)}.rs_btn_outline{display:inline-block;background:transparent;color:#fff;border:1px solid var(--rs-border);padding:.85rem 2rem;border-radius:.25rem;font-weight:600;text-align:center;transition:all .2s}.rs_btn_outline:hover{border-color:var(--rs-brand)}.rs_h1{font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1rem}.rs_h2{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;margin-bottom:1.5rem;margin-top:3rem;border-bottom:1px solid var(--rs-border);padding-bottom:.5rem}.rs_sub{font-size:1.1rem;color:var(--rs-text-muted);margin-bottom:2rem}.rs_info_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-bottom:3rem}.rs_info_card{background:var(--rs-surface-light);padding:1.5rem;border-radius:.5rem;border-top:3px solid var(--rs-border);transition:border-color .2s}.rs_info_card:hover{border-top-color:var(--rs-brand)}.rs_info_card h3{font-size:1.1rem;margin-bottom:.5rem}.rs_info_card p{font-size:.85rem;color:var(--rs-text-muted)}.rs_data_bar{background:var(--rs-surface);border:1px solid var(--rs-border);border-radius:.5rem;padding:1.5rem;margin-bottom:3rem}.rs_data_bar_title{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--rs-text-muted);margin-bottom:1rem}.rs_data_stats{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.rs_stat_item{display:flex;flex-direction:column}.rs_stat_val{font-size:1.8rem;font-weight:800;color:var(--rs-brand);font-family:monospace}.rs_stat_lbl{font-size:.75rem;color:var(--rs-text-muted)}.rs_city_tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:3rem}.rs_city_tag{background:var(--rs-surface);border:1px solid var(--rs-border);padding:.5rem 1rem;border-radius:2rem;font-size:.85rem;color:var(--rs-text-muted);transition:all .2s}.rs_city_tag:hover{background:var(--rs-surface-light);color:#fff;border-color:var(--rs-brand)}.rs_blog_list{display:flex;flex-direction:column;gap:1.5rem}.rs_blog_item{display:flex;flex-direction:column;gap:1rem;padding-bottom:1.5rem;border-bottom:1px solid var(--rs-border)}@media(min-width:600px){.rs_blog_item{flex-direction:row;align-items:center}}.rs_blog_img_wrap{width:100%;max-width:240px;aspect-ratio:16/9;overflow:hidden;border-radius:.25rem;flex-shrink:0}.rs_blog_img{width:100%;height:100%;object-fit:cover}.rs_blog_title{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.rs_blog_desc{font-size:.9rem;color:var(--rs-text-muted)}.rs_prose p{margin-bottom:1.25rem;color:var(--rs-text-muted);line-height:1.7}.rs_prose h2{font-size:1.75rem;margin:2.5rem 0 1rem;border-bottom:1px solid var(--rs-border);padding-bottom:.5rem}.rs_prose h3{font-size:1.3rem;margin:1.5rem 0 .75rem}.rs_prose ul,.rs_prose ol{margin-bottom:1.25rem;padding-left:1.5rem;color:var(--rs-text-muted)}.rs_prose li{margin-bottom:.5rem}.rs_prose a{color:var(--rs-brand);text-decoration:underline}.rs_footer{margin-top:auto;border-top:1px solid var(--rs-border);padding:2rem 1.25rem;text-align:center;color:var(--rs-text-muted);font-size:.8rem}
