:root{--sk-bg: #f3f4f6;--sk-surface: #ffffff;--sk-brand: #0284c7;--sk-brand-hover: #0369a1;--sk-text: #1f2937;--sk-text-light: #6b7280;--sk-border: #e5e7eb;--sk-shadow: 0 10px 25px -5px rgba(0,0,0,.05), 0 8px 10px -6px rgba(0,0,0,.01);--sk-radius: 1.25rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;background:var(--sk-bg)}body{color:var(--sk-text);font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;line-height:1.6}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block;border-radius:calc(var(--sk-radius) - .25rem)}ul,ol{list-style:none}.sk_nav_wrapper{position:sticky;top:0;z-index:100;background:#ffffffd9;backdrop-filter:blur(12px);border-bottom:1px solid rgba(229,231,235,.5);padding:1rem 1.5rem}.sk_nav_inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.sk_logo{font-weight:800;font-size:1.25rem;letter-spacing:-.02em;color:var(--sk-text)}.sk_logo span{color:var(--sk-brand)}.sk_nav_links{display:none;gap:2rem;align-items:center}@media(min-width:768px){.sk_nav_links{display:flex}}.sk_link{font-weight:600;font-size:.9rem;color:var(--sk-text-light);transition:color .2s}.sk_link:hover{color:var(--sk-text)}.sk_btn{background:var(--sk-brand);color:#fff;padding:.6rem 1.5rem;border-radius:2rem;font-weight:700;font-size:.9rem;transition:background .2s,transform .15s;display:inline-block;text-align:center}.sk_btn:hover{background:var(--sk-brand-hover);transform:translateY(-1px)}.sk_btn_outline{background:transparent;color:var(--sk-text);border:1px solid var(--sk-border);padding:.6rem 1.5rem;border-radius:2rem;font-weight:600;font-size:.9rem;transition:all .2s}.sk_btn_outline:hover{border-color:var(--sk-brand);color:var(--sk-brand)}.sk_mobile_menu_btn{display:block;background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--sk-text)}@media(min-width:768px){.sk_mobile_menu_btn{display:none}}.sk_dashboard{max-width:1400px;margin:2rem auto 4rem;padding:0 1.5rem}.sk_grid{display:grid;grid-template-columns:1fr;gap:1.5rem;grid-auto-flow:row dense}@media(min-width:640px){.sk_grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.sk_grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.sk_grid{grid-template-columns:repeat(4,1fr)}}.sk_card{background:var(--sk-surface);border:1px solid var(--sk-border);border-radius:var(--sk-radius);padding:1.75rem;box-shadow:var(--sk-shadow);display:flex;flex-direction:column}.sk_span_2,.sk_span_3{grid-column:span 1}.sk_row_2{grid-row:span 1}@media(min-width:640px){.sk_span_2{grid-column:span 2}}@media(min-width:1024px){.sk_span_3{grid-column:span 3}.sk_row_2{grid-row:span 2}}.sk_hero_card{background:linear-gradient(135deg,#0f172a,#1e3a8a);color:#fff;justify-content:center;border:none}.sk_h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1;margin-bottom:1rem;letter-spacing:-.02em}.sk_hero_sub{font-size:1.1rem;color:#bae6fd;margin-bottom:2rem;max-width:500px}.sk_image_card{padding:0;overflow:hidden;position:relative}.sk_image_card img{width:100%;height:100%;object-fit:cover;border-radius:var(--sk-radius)}.sk_img_overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);padding:2rem 1.5rem 1.5rem;color:#fff;border-bottom-left-radius:var(--sk-radius);border-bottom-right-radius:var(--sk-radius)}.sk_img_overlay h3{font-size:1.25rem;font-weight:700}.sk_stat_card{align-items:center;justify-content:center;text-align:center}.sk_stat_val{font-size:2.5rem;font-weight:800;color:var(--sk-brand);line-height:1;margin-bottom:.25rem}.sk_stat_lbl{font-size:.85rem;font-weight:600;color:var(--sk-text-light);text-transform:uppercase;letter-spacing:.05em}.sk_feat_card h3{font-size:1.25rem;font-weight:800;margin-bottom:.75rem}.sk_feat_card p{font-size:.95rem;color:var(--sk-text-light)}.sk_icon{font-size:2rem;margin-bottom:1rem}.sk_cities_grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.sk_city_tag{background:var(--sk-bg);border:1px solid var(--sk-border);padding:.5rem 1rem;border-radius:2rem;font-size:.85rem;font-weight:600;color:var(--sk-text-light);transition:all .2s}.sk_city_tag:hover{background:var(--sk-brand);color:#fff;border-color:var(--sk-brand)}.sk_article_card{padding:0;overflow:hidden;display:flex;flex-direction:column}.sk_article_img{height:200px;width:100%;object-fit:cover;border-radius:var(--sk-radius) var(--sk-radius) 0 0}.sk_article_content{padding:1.5rem;flex:1;display:flex;flex-direction:column}.sk_article_cat{font-size:.7rem;font-weight:700;text-transform:uppercase;color:var(--sk-brand);margin-bottom:.5rem}.sk_article_title{font-size:1.2rem;font-weight:800;margin-bottom:.5rem;line-height:1.3}.sk_article_desc{font-size:.9rem;color:var(--sk-text-light);margin-bottom:1rem;flex:1}.sk_prose_card{padding:2.5rem}@media(min-width:768px){.sk_prose_card{padding:4rem}}.sk_prose_card h2{font-size:1.8rem;font-weight:800;margin:2rem 0 1rem}.sk_prose_card h3{font-size:1.3rem;font-weight:700;margin:1.5rem 0 .75rem}.sk_prose_card p{margin-bottom:1.25rem;font-size:1rem;color:var(--sk-text-light);line-height:1.7}.sk_prose_card ul{margin-bottom:1.5rem;padding-left:1.5rem;list-style:disc;color:var(--sk-text-light)}.sk_prose_card a{color:var(--sk-brand);font-weight:600;text-decoration:underline}.sk_footer{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;border-top:1px solid var(--sk-border);text-align:center}.sk_footer p{font-size:.85rem;color:var(--sk-text-light)}
