.news-snippet.svelte-bm8rcg{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);padding:1rem 1.25rem;cursor:pointer;transition:border-color .15s,background .15s;-webkit-user-select:none;user-select:none}.news-snippet.svelte-bm8rcg:hover{border-color:var(--color-accent);background:var(--color-surface-2)}.snippet-header.svelte-bm8rcg{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.snippet-label.svelte-bm8rcg{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent)}.snippet-caret.svelte-bm8rcg{color:var(--color-text-muted);font-size:1.1rem}.snippet-list.svelte-bm8rcg{list-style:none;display:flex;flex-direction:column;gap:.5rem}.snippet-item.svelte-bm8rcg{display:flex;gap:.75rem;align-items:baseline;font-size:.85rem;overflow:hidden}.item-date.svelte-bm8rcg{flex-shrink:0;color:var(--color-text-muted);font-size:.75rem;white-space:nowrap}.item-title.svelte-bm8rcg{color:var(--color-text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.snippet-more.svelte-bm8rcg{margin-top:.6rem;font-size:.75rem;color:var(--color-text-muted);text-align:right}.news-dialog.svelte-bm8rcg{border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);color:var(--color-text);padding:0;width:min(680px,95vw);max-height:85vh;overflow:hidden;box-shadow:0 20px 40px #0009;margin:auto}.news-dialog.svelte-bm8rcg::backdrop{background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dialog-inner.svelte-bm8rcg{display:flex;flex-direction:column;height:100%;max-height:85vh}.dialog-header.svelte-bm8rcg{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border);background:var(--color-surface-2);flex-shrink:0}.dialog-header.svelte-bm8rcg h2:where(.svelte-bm8rcg){margin:0;font-size:1.1rem;font-weight:700}.btn-close.svelte-bm8rcg{background:none;border:none;color:var(--color-text-muted);font-size:1.5rem;line-height:1;cursor:pointer;padding:.25rem .5rem;border-radius:var(--radius);transition:color .15s}.btn-close.svelte-bm8rcg:hover{color:var(--color-text);background:var(--color-surface)}.dialog-body.svelte-bm8rcg{overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:2rem}.news-article.svelte-bm8rcg{border-left:3px solid var(--color-accent);padding-left:1.25rem}.article-date.svelte-bm8rcg{display:block;font-size:.75rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.35rem}.article-title.svelte-bm8rcg{font-size:1.05rem;font-weight:700;margin:0 0 .75rem;color:var(--color-text)}.article-content.svelte-bm8rcg{color:var(--color-text-muted);font-size:.9rem;line-height:1.65}.article-content.svelte-bm8rcg p{margin-bottom:.75rem}.article-content.svelte-bm8rcg p:last-child{margin-bottom:0}.article-content.svelte-bm8rcg strong{color:var(--color-text)}.article-content.svelte-bm8rcg a{color:var(--color-accent)}.article-content.svelte-bm8rcg ul,.article-content.svelte-bm8rcg ol{padding-left:1.5rem;margin-bottom:.75rem}.article-content.svelte-bm8rcg code{background:var(--color-surface-2);padding:.1em .4em;border-radius:3px;font-size:.85em}*{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #0d0d12;--color-surface: #16161f;--color-surface-2: #1e1e2a;--color-border: #2a2a3a;--color-accent: #f5a623;--color-text: #e8e8f0;--color-text-muted: #888899;--radius: 6px;--nav-height: 56px}body{background:var(--color-bg);color:var(--color-text);font-family:system-ui,-apple-system,sans-serif;line-height:1.6;min-height:100vh}a{color:var(--color-accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{line-height:1.2}.site-wrapper.svelte-12qhfyh{display:flex;flex-direction:column;min-height:100vh}header.svelte-12qhfyh{position:sticky;top:0;z-index:100;background:#0d0d12d9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--color-border);height:var(--nav-height)}.nav-container.svelte-12qhfyh{max-width:1200px;margin:0 auto;padding:0 1.5rem;height:100%;display:flex;align-items:center;gap:2rem}.nav-brand.svelte-12qhfyh{font-size:1.25rem;font-weight:700;color:var(--color-text);text-decoration:none;white-space:nowrap;letter-spacing:-.3px}.nav-brand.svelte-12qhfyh:hover{text-decoration:none;color:var(--color-text)}.accent.svelte-12qhfyh{color:var(--color-accent)}.nav-links.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;list-style:none;margin-left:auto}.nav-links.svelte-12qhfyh li:where(.svelte-12qhfyh){position:relative}.nav-link.svelte-12qhfyh{display:flex;align-items:center;gap:.3rem;padding:.4rem .75rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;color:var(--color-text-muted);background:none;border:none;cursor:pointer;font-family:inherit;white-space:nowrap;transition:color .2s ease,background-color .2s ease;text-decoration:none}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:var(--color-text);background-color:var(--color-surface);text-decoration:none}.nav-has-children.svelte-12qhfyh{display:flex;align-items:center}.chevron-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;padding:.4rem;background:none;border:none;cursor:pointer;color:var(--color-text-muted);border-radius:var(--radius);transition:color .15s,background .15s}.chevron-btn.svelte-12qhfyh:hover{color:var(--color-text);background:var(--color-surface)}.dropdown.svelte-12qhfyh{display:none;position:absolute;top:100%;left:0;padding-top:.5rem;list-style:none;min-width:200px}.dropdown-box.svelte-12qhfyh{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.4rem;box-shadow:0 10px 25px -5px #0006,0 8px 10px -6px #0006}.has-dropdown.svelte-12qhfyh:hover .dropdown:where(.svelte-12qhfyh),.has-dropdown.dropdown-open.svelte-12qhfyh .dropdown:where(.svelte-12qhfyh){display:block}.dropdown.svelte-12qhfyh .nav-link:where(.svelte-12qhfyh){width:100%;font-size:.85rem}.logout-btn.svelte-12qhfyh{text-align:left;width:100%}.nav-badge.svelte-12qhfyh{font-size:.6rem;font-weight:800;letter-spacing:.04em;padding:.1em .45em;border-radius:99px;background:#f5a6232e;color:var(--color-accent);border:1px solid rgba(245,166,35,.35);vertical-align:middle;margin-left:.35rem;text-transform:uppercase;line-height:1.5}.lang-btn.svelte-12qhfyh{padding:.35rem .6rem;border-radius:var(--radius);border:1px solid transparent;background:transparent;color:var(--color-text-muted);font-size:.82rem;font-weight:500;cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s,background-color .15s}.lang-btn.svelte-12qhfyh:hover{background-color:var(--color-surface);color:var(--color-text)}.mobile-toggle.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px;margin-left:auto}.mobile-toggle.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:24px;height:2px;background:var(--color-text);border-radius:2px}main.svelte-12qhfyh{flex:1}.news-bar.svelte-12qhfyh{border-top:1px solid var(--color-border);background:var(--color-surface);padding:1.5rem}.news-bar-inner.svelte-12qhfyh{max-width:1100px;margin:0 auto}footer.svelte-12qhfyh{margin-top:4rem;border-top:1px solid var(--color-border);padding:2rem 1.5rem;text-align:center}.footer-inner.svelte-12qhfyh{max-width:1100px;margin:0 auto;display:flex;flex-direction:column;gap:.5rem}.footer-inner.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--color-text-muted);font-size:.9rem}.footer-inner.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-text)}.copyright.svelte-12qhfyh{color:var(--color-text-muted);font-size:.8rem}@media(max-width:768px){.mobile-toggle.svelte-12qhfyh{display:flex}.nav-links.svelte-12qhfyh{display:none;position:absolute;top:var(--nav-height);left:0;right:0;flex-direction:column;align-items:stretch;background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:.75rem;gap:.2rem}.nav-links.open.svelte-12qhfyh{display:flex}.nav-lang.svelte-12qhfyh{padding-top:.5rem;border-top:1px solid var(--color-border)}.has-dropdown.svelte-12qhfyh:hover .dropdown:where(.svelte-12qhfyh){display:none}.has-dropdown.dropdown-open.svelte-12qhfyh .dropdown:where(.svelte-12qhfyh){display:block}.dropdown.svelte-12qhfyh{position:static;padding-top:0}.dropdown-box.svelte-12qhfyh{border:none;background:var(--color-surface);padding:.25rem 0 .25rem 1rem;box-shadow:none;border-radius:0}}
