.pc-layout.svelte-11rweft{display:none}@media(min-width:1024px),(pointer:fine){.pc-layout.svelte-11rweft{display:flex;flex-direction:column;min-height:100vh;background:var(--color-bg-page);color:var(--color-text)}}.pc-l-header.svelte-11rweft{position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:0 1px 0 var(--color-border)}.pc-l-header-inner.svelte-11rweft{display:flex;align-items:center;padding:14px 40px;max-width:1280px;margin:0 auto;width:100%;gap:32px}.pc-l-brand.svelte-11rweft{display:flex;align-items:center;gap:10px;color:var(--color-text)}.pc-l-logo.svelte-11rweft{width:36px;height:36px;border-radius:10px;overflow:hidden;box-shadow:var(--shadow-card)}.pc-l-logo.svelte-11rweft svg:where(.svelte-11rweft){width:100%;height:100%;display:block}.pc-l-brand.svelte-11rweft span:where(.svelte-11rweft){font-size:19px;font-weight:800;letter-spacing:-.025em}.pc-l-nav.svelte-11rweft{display:flex;gap:28px;flex:1;margin-left:16px;align-items:center}.pc-l-nav.svelte-11rweft a:where(.svelte-11rweft){font-size:14px;font-weight:600;color:var(--color-text-muted);transition:color .15s}.pc-l-nav.svelte-11rweft a:where(.svelte-11rweft):hover{color:var(--color-accent)}.pc-l-nav-drop.svelte-11rweft{position:relative;padding:16px 0;margin:-16px 0}.pc-l-nav-drop-trigger.svelte-11rweft{display:inline-flex;align-items:center;gap:4px;cursor:pointer}.pc-l-nav-drop.svelte-11rweft:after{content:"";position:absolute;top:100%;left:0;right:0;height:18px;pointer-events:none}.pc-l-nav-drop.svelte-11rweft:hover:after,.pc-l-nav-drop.svelte-11rweft:focus-within:after{pointer-events:auto}.pc-l-nav-menu.svelte-11rweft{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);width:540px;max-width:calc(100vw - 32px);background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-pc-lg);box-shadow:var(--shadow-pc-elevated);padding:16px;display:none;z-index:100}.pc-l-nav-drop.svelte-11rweft:hover .pc-l-nav-menu:where(.svelte-11rweft),.pc-l-nav-drop.svelte-11rweft:focus-within .pc-l-nav-menu:where(.svelte-11rweft){display:block;animation:svelte-11rweft-nav-menu-in .14s ease-out}@keyframes svelte-11rweft-nav-menu-in{0%{opacity:0;transform:translate(-50%) translateY(-4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.pc-l-nav-menu-section.svelte-11rweft+.pc-l-nav-menu-section:where(.svelte-11rweft){margin-top:16px}.pc-l-nav-menu-head.svelte-11rweft{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:10px;padding-left:4px}.pc-l-nav-menu-dot.svelte-11rweft{width:7px;height:7px;border-radius:50%;flex-shrink:0}.pc-l-nav-menu-dot-live.svelte-11rweft{background:var(--color-success);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-success) 22%,transparent)}.pc-l-nav-menu-dot-soon.svelte-11rweft{background:var(--color-text-subtle)}.pc-l-nav-menu-grid.svelte-11rweft{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.pc-l-nav-menu-item.svelte-11rweft{display:inline-flex;align-items:center;gap:5px;padding:8px 10px;border-radius:var(--radius-sm);font-size:13px!important;font-weight:700!important;color:var(--color-text)!important;transition:background .12s,color .12s}.pc-l-nav-menu-item.svelte-11rweft:hover{background:var(--color-accent-soft);color:var(--color-accent)!important}.pc-l-nav-menu-item.svelte-11rweft svg{color:var(--color-text-subtle);flex-shrink:0}.pc-l-nav-menu-item.svelte-11rweft:hover svg{color:var(--color-accent)}.pc-l-nav-menu-item-soon.svelte-11rweft{color:var(--color-text-muted)!important}.pc-l-nav-menu-all.svelte-11rweft{display:block;margin-top:14px;padding:10px;text-align:center;background:var(--color-bg-soft);border-radius:var(--radius-pc);font-size:12.5px!important;font-weight:800!important;color:var(--color-accent)!important;transition:background .12s}.pc-l-nav-menu-all.svelte-11rweft:hover{background:var(--color-accent-soft)}.pc-l-actions.svelte-11rweft{display:flex;gap:8px;align-items:center}.pc-l-themebtn.svelte-11rweft{width:38px;height:38px;background:transparent;border:0;border-radius:9px;color:var(--color-text-muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--ease-fast) ease,color var(--ease-fast) ease}.pc-l-themebtn.svelte-11rweft:hover{background:var(--color-bg-soft);color:var(--color-text)}.pc-l-login.svelte-11rweft{font-size:14px;font-weight:600;color:var(--color-text-muted);padding:8px 14px}.pc-l-login.svelte-11rweft:hover{color:var(--color-text)}.pc-l-cta.svelte-11rweft{background:var(--color-primary);color:#fff;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:700;transition:background .15s,transform .06s}.pc-l-cta.svelte-11rweft:hover{background:var(--color-primary-hover)}.pc-l-cta.svelte-11rweft:active{transform:scale(.98)}.pc-l-user.svelte-11rweft{position:relative}.pc-l-user-btn.svelte-11rweft{display:flex;align-items:center;gap:8px;background:var(--color-bg-soft);border:1px solid var(--color-border);padding:5px 12px 5px 5px;border-radius:9999px;cursor:pointer;font-family:inherit;color:var(--color-text);transition:border-color .15s,background .15s}.pc-l-user-btn.svelte-11rweft:hover{background:var(--color-bg-tint)}.pc-l-user-avatar.svelte-11rweft{width:28px;height:28px;border-radius:50%;background:var(--color-primary);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.pc-l-user-name.svelte-11rweft{font-size:13px;font-weight:700;letter-spacing:-.01em}.pc-l-user-role.svelte-11rweft{font-size:10px;font-weight:700;background:var(--color-primary-soft);color:var(--color-primary);padding:2px 7px;border-radius:9999px}.pc-l-user-menu.svelte-11rweft{position:absolute;top:calc(100% + 6px);right:0;min-width:200px;background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;padding:6px;box-shadow:0 8px 28px #0f2a471f;z-index:100}.pc-l-mi.svelte-11rweft{display:flex;align-items:center;gap:10px;width:100%;background:transparent;border:0;padding:10px 12px;border-radius:8px;font-size:13.5px;font-weight:600;color:var(--color-text);cursor:pointer;font-family:inherit;text-align:left;transition:background .12s}.pc-l-mi.svelte-11rweft:hover{background:var(--color-bg-soft)}.pc-l-mi-warn.svelte-11rweft{color:var(--color-danger)}.pc-l-mi-warn.svelte-11rweft:hover{background:var(--color-danger-soft)}.pc-l-mi-div.svelte-11rweft{height:1px;background:var(--color-border);margin:4px}.pc-l-pagehead.svelte-11rweft{background:linear-gradient(180deg,color-mix(in srgb,var(--color-primary) 8%,var(--color-bg-page)),var(--color-bg-page));padding:60px 40px 40px}.pc-l-pagehead-inner.svelte-11rweft{max-width:900px;margin:0 auto}.pc-l-pagehead.svelte-11rweft h1:where(.svelte-11rweft){font-size:44px;font-weight:800;letter-spacing:-.035em;margin:0;color:var(--color-text)}.pc-l-main.svelte-11rweft{flex:1;padding:40px 40px 80px;max-width:900px;margin:0 auto;width:100%}.pc-l-footer.svelte-11rweft{background:var(--color-text);color:var(--color-bg);padding:60px 40px 30px}html.dark .pc-l-footer.svelte-11rweft{background:var(--color-bg-soft);color:var(--color-text)}.pc-l-footer-inner.svelte-11rweft{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}html.dark .pc-l-footer-inner.svelte-11rweft{border-bottom-color:var(--color-border)}.pc-l-footer-brand.svelte-11rweft{font-size:22px;font-weight:800;letter-spacing:-.025em;margin-bottom:8px}.pc-l-footer-tagline.svelte-11rweft{font-size:13px;opacity:.7;line-height:1.55}.pc-l-footer-col.svelte-11rweft{display:flex;flex-direction:column;gap:8px}.pc-l-footer-title.svelte-11rweft{font-size:12px;font-weight:800;letter-spacing:.05em;opacity:.6;margin-bottom:4px;text-transform:uppercase}.pc-l-footer-col.svelte-11rweft a:where(.svelte-11rweft){font-size:14px;opacity:.85;transition:opacity .15s;color:inherit}.pc-l-footer-col.svelte-11rweft a:where(.svelte-11rweft):hover{opacity:1}.pc-l-footer-copy.svelte-11rweft{max-width:1200px;margin:24px auto 0;font-size:12px;opacity:.5;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.pc-l-footer-feeds.svelte-11rweft{display:inline-flex;align-items:center;gap:8px}.pc-l-footer-feeds.svelte-11rweft a:where(.svelte-11rweft){color:inherit!important;font-size:12px!important;transition:opacity .12s}.pc-l-footer-feeds.svelte-11rweft a:where(.svelte-11rweft):hover{opacity:1;text-decoration:underline;text-underline-offset:2px}.pc-l-footer-feed-sep.svelte-11rweft{opacity:.5}
