:root{--roma-red:#c8102e;--roma-dark-red:#8b0000;--roma-gold:#f5a623;--roma-bg:#161616;--roma-surface:#1e1e1e;--roma-surface-2:#252525;--roma-border:#2e2e2e;--roma-text:#e0e0e0;--roma-muted:#888;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--roma-bg);color:var(--roma-text);font-family:var(--font);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:var(--roma-gold);text-decoration:none;transition:color .15s}a:hover{color:#ffc04d}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--roma-bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--roma-gold)}.container{max-width:1100px;margin:0 auto;padding:0 16px}.placeholder-thumb{color:#f5a62366;background:linear-gradient(135deg,#c8102e,#8b0000);justify-content:center;align-items:center;width:100%;height:100%;font-size:28px;font-weight:800;display:flex}.content-grid{gap:24px;padding-top:24px;display:flex}.articles{flex:1;min-width:0}.section-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.section-header h2{color:var(--roma-gold);font-size:16px;font-weight:700}.section-badge{color:var(--roma-muted);font-size:11px}.article-card{background:var(--roma-surface);border:.5px solid var(--roma-border);color:inherit;border-radius:8px;gap:14px;margin-bottom:10px;padding:14px;transition:background .15s;display:flex}.article-card:hover{background:var(--roma-surface-2)}.article-thumb{border-radius:6px;flex-shrink:0;width:90px;height:68px;overflow:hidden}.article-thumb img{object-fit:cover;width:100%;height:100%;display:block}.article-thumb--empty{color:var(--roma-gold);opacity:.3;background:linear-gradient(135deg,#2a2a2a,#333);justify-content:center;align-items:center;font-size:24px;font-weight:800;display:flex}.article-body{flex:1;min-width:0}.article-title{color:var(--roma-text);margin-bottom:4px;font-size:14px;font-weight:600;line-height:1.4}.article-card:hover .article-title{color:var(--roma-gold)}.article-summary{color:var(--roma-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}.article-meta{color:#ffffff4d;align-items:center;gap:8px;font-size:11px;display:flex}.article-tag{border-radius:3px;padding:1px 6px;font-size:10px;font-weight:600}.article-source{font-style:italic}.sidebar{flex-shrink:0;width:240px}.sidebar-card{background:var(--roma-surface);border:.5px solid var(--roma-border);border-radius:8px;margin-bottom:16px;overflow:hidden}.sidebar-header{color:var(--roma-gold);letter-spacing:.06em;background:#222;padding:8px 14px;font-size:11px;font-weight:700}.sidebar-body{padding:12px 14px}.trending-item{color:var(--roma-text);border-bottom:.5px solid var(--roma-border);align-items:center;gap:8px;padding:6px 0;font-size:13px;display:flex}.trending-item:last-child{border-bottom:none}.trending-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.load-more{background:var(--roma-surface);border:1px solid var(--roma-border);width:100%;color:var(--roma-gold);cursor:pointer;border-radius:8px;margin-top:12px;padding:12px;font-size:14px;font-weight:500;transition:all .15s}.load-more:hover{background:var(--roma-surface-2);border-color:var(--roma-gold)}.load-more:disabled{opacity:.5;cursor:wait}@media (width<=768px){.content-grid{flex-direction:column}.sidebar{width:100%}}main{padding-top:20px}.newsletter-input::placeholder{color:#fff6}@media (width<=480px){.logo-img{height:70px!important;top:-5px!important}.logo-text{margin-left:60px!important}.logo-title{font-size:18px!important}.logo-sub{font-size:9px!important}.hero{padding:20px 0!important}.hero-title{font-size:20px!important}.hero-summary{font-size:13px!important}.hero-image img{max-height:200px!important}.article-thumb{width:70px!important;height:55px!important}.article-title{font-size:13px!important}.article-summary{-webkit-line-clamp:1!important;font-size:11px!important}.footer-inner{text-align:center;flex-direction:column;gap:8px}}.telegram-btn{color:#fff;text-align:center;background:#2aabee;border-radius:6px;width:100%;margin-bottom:8px;padding:10px;font-size:13px;font-weight:600;transition:background .15s;display:block}.telegram-btn:hover{color:#fff;background:#1a9adb}.sidebar-telegram{color:#fff;text-align:center;background:#2aabee;border-radius:8px;margin-bottom:16px;padding:10px;font-size:13px;font-weight:600;transition:background .15s;display:block}.sidebar-telegram:hover{color:#fff;background:#1a9adb}.newsletter-input{color:#fff;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;outline:none;width:100%;margin-bottom:8px;padding:8px 10px;font-size:12px}.newsletter-input:focus{border-color:var(--roma-gold)}.newsletter-btn{background:var(--roma-gold);color:#1a1a1a;cursor:pointer;border:none;border-radius:6px;width:100%;padding:8px;font-size:12px;font-weight:600;transition:background .15s}.newsletter-btn:hover{background:#ffc04d}.cookie-overlay.svelte-zvfgak{z-index:9999;padding:16px;position:fixed;bottom:0;left:0;right:0}.cookie-banner.svelte-zvfgak{background:#1e1e1e;border:1px solid #333;border-radius:12px;flex-direction:column;gap:12px;max-width:600px;margin:0 auto;padding:16px 20px;display:flex;box-shadow:0 -4px 20px #00000080}p.svelte-zvfgak{color:#aaa;margin:0;font-size:13px;line-height:1.5}p.svelte-zvfgak a:where(.svelte-zvfgak){color:var(--roma-gold)}.cookie-actions.svelte-zvfgak{justify-content:flex-end;gap:8px;display:flex}.cookie-decline.svelte-zvfgak{color:#888;cursor:pointer;background:0 0;border:1px solid #444;border-radius:8px;padding:8px 16px;font-size:13px}.cookie-decline.svelte-zvfgak:hover{color:#ccc;border-color:#666}.cookie-accept.svelte-zvfgak{background:var(--roma-gold);color:#1a1a1a;cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-size:13px;font-weight:600}.cookie-accept.svelte-zvfgak:hover{background:#ffc04d}.header.svelte-12qhfyh{border-bottom:3px solid var(--roma-gold);z-index:100;background:linear-gradient(135deg,#1e1e1e,#141414);height:56px;padding:0;position:sticky;top:0;overflow:visible}.header-inner.svelte-12qhfyh{justify-content:space-between;align-items:center;height:56px;display:flex}.logo-link.svelte-12qhfyh{color:inherit;z-index:10;align-items:center;gap:12px;display:flex;position:relative}.logo-img.svelte-12qhfyh{filter:drop-shadow(0 4px 12px #f5a62366);pointer-events:auto;width:auto;height:110px;transition:transform .2s;position:absolute;top:-10px;left:0}.logo-img.svelte-12qhfyh:hover{transform:scale(1.08)}.logo-text.svelte-12qhfyh{margin-left:100px}.logo-title.svelte-12qhfyh{color:var(--roma-gold);letter-spacing:-.5px;font-size:22px;font-weight:800;display:block}.logo-sub.svelte-12qhfyh{color:#ffffff59;font-size:11px;display:block}.nav.svelte-12qhfyh{gap:24px;font-size:13px;font-weight:500;display:flex}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffff80;transition:color .15s}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--roma-gold)}.footer.svelte-12qhfyh{margin-top:48px}.footer-gold.svelte-12qhfyh{background:linear-gradient(90deg, var(--roma-red), var(--roma-gold), var(--roma-red));height:3px}.footer-inner.svelte-12qhfyh{color:#ffffff4d;justify-content:space-between;align-items:center;padding:16px 0;font-size:12px;display:flex}.footer-links.svelte-12qhfyh{gap:16px;display:flex}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh){color:#ffffff40}.footer-links.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--roma-gold)}.hamburger.svelte-12qhfyh{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.hamburger-line.svelte-12qhfyh{background:#fff9;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger-line.open.svelte-12qhfyh:first-child{transform:rotate(45deg)translate(5px,5px)}.hamburger-line.open.svelte-12qhfyh:nth-child(2){opacity:0}.hamburger-line.open.svelte-12qhfyh:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (width<=768px){.hamburger.svelte-12qhfyh{display:flex}.nav.svelte-12qhfyh{border-bottom:2px solid var(--roma-gold);z-index:99;background:#1a1a1a;flex-direction:column;gap:12px;padding:16px;display:none;position:absolute;top:56px;left:0;right:0}.nav-open.svelte-12qhfyh{display:flex}.nav.svelte-12qhfyh a:where(.svelte-12qhfyh){border-bottom:.5px solid #2a2a2a;padding:8px 0;font-size:16px}.logo-title.svelte-12qhfyh{font-size:18px}}
