.banner.svelte-10b7zl7{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--color-white);border-top:1px solid var(--color-border);box-shadow:0 -4px 20px #0f172a1a;padding:1rem 1.125rem}.banner-inner.svelte-10b7zl7{max-width:980px;margin:0 auto;display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.banner-text.svelte-10b7zl7{flex:1;min-width:0}.banner-text.svelte-10b7zl7 p:where(.svelte-10b7zl7){font-size:.875rem;color:var(--color-text-secondary);line-height:1.55;margin:0}.banner-text.svelte-10b7zl7 a:where(.svelte-10b7zl7){color:var(--color-primary);text-decoration:underline}.banner-actions.svelte-10b7zl7{display:flex;gap:.625rem;flex-shrink:0}button.svelte-10b7zl7{padding:.5rem 1.125rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:background var(--t),color var(--t);white-space:nowrap}.btn-reject.svelte-10b7zl7{background:var(--color-bg-subtle);color:var(--color-text-secondary)}.btn-reject.svelte-10b7zl7:hover{background:var(--color-border);color:var(--color-text)}.btn-accept.svelte-10b7zl7{background:var(--color-primary);color:#fff}.btn-accept.svelte-10b7zl7:hover{background:var(--color-primary-dark)}@media(max-width:480px){.banner-inner.svelte-10b7zl7{flex-direction:column;align-items:stretch}.banner-actions.svelte-10b7zl7{justify-content:stretch}button.svelte-10b7zl7{flex:1;text-align:center}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-primary: #2563eb;--color-primary-dark: #1d4ed8;--color-primary-darker: #1e40af;--color-primary-light: #eff6ff;--color-success: #059669;--color-success-dark: #047857;--color-success-light: #ecfdf5;--color-warning: #d97706;--color-warning-light: #fffbeb;--color-danger: #dc2626;--color-danger-light: #fef2f2;--color-text: #0f172a;--color-text-secondary: #475569;--color-text-muted: #64748b;--color-border: #e2e8f0;--color-border-strong: #cbd5e1;--color-bg: #f8fafc;--color-bg-subtle: #f1f5f9;--color-white: #ffffff;--radius-sm: 6px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(15,23,42,.06);--shadow: 0 1px 3px rgba(15,23,42,.08), 0 1px 2px rgba(15,23,42,.06);--shadow-md: 0 4px 6px -1px rgba(15,23,42,.08), 0 2px 4px -2px rgba(15,23,42,.05);--shadow-lg: 0 10px 15px -3px rgba(15,23,42,.09), 0 4px 6px -4px rgba(15,23,42,.05);--shadow-focus: 0 0 0 3px rgba(37,99,235,.18);--t: .15s ease;--t-slow: .25s ease;--font: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--header-h: 64px}html{scroll-behavior:smooth}body{font-family:var(--font);background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::selection{background:var(--color-primary);color:#fff}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:clamp(1.6rem,4.5vw,2.1rem);font-weight:800;line-height:1.15;letter-spacing:-.03em}h2{font-size:clamp(1.15rem,2.5vw,1.45rem);font-weight:700;line-height:1.25;letter-spacing:-.02em}h3{font-size:1.05rem;font-weight:600;letter-spacing:-.01em}.container{width:100%;max-width:980px;margin:0 auto;padding:0 1.125rem}header.svelte-12qhfyh{background:#fffffff2;border-bottom:1px solid var(--color-border);box-shadow:0 1px 0 var(--color-border),var(--shadow-sm);position:sticky;top:0;z-index:100;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}header.svelte-12qhfyh .container:where(.svelte-12qhfyh){display:flex;align-items:center;justify-content:space-between;height:var(--header-h);gap:1rem}.logo.svelte-12qhfyh{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:800;color:var(--color-text);text-decoration:none;white-space:nowrap;letter-spacing:-.03em;flex-shrink:0;transition:opacity var(--t)}.logo.svelte-12qhfyh:hover{opacity:.8;text-decoration:none}.logo-text.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--color-primary)}.logo-mark.svelte-12qhfyh{display:block;flex-shrink:0}header.svelte-12qhfyh nav:where(.svelte-12qhfyh){display:flex;align-items:center}.dropdown.svelte-12qhfyh{position:relative}.dropdown-trigger.svelte-12qhfyh{display:flex;align-items:center;gap:.375rem;padding:.45rem .875rem;border-radius:var(--radius-full);border:1.5px solid var(--color-border);background:var(--color-white);color:var(--color-text-secondary);font-size:.875rem;font-weight:600;font-family:var(--font);cursor:pointer;transition:color var(--t),background var(--t),border-color var(--t),box-shadow var(--t);white-space:nowrap}.dropdown-trigger.svelte-12qhfyh:hover{color:var(--color-text);border-color:var(--color-border-strong);background:var(--color-bg-subtle)}.dropdown-trigger.active.svelte-12qhfyh{color:var(--color-primary);border-color:var(--color-primary);background:var(--color-primary-light)}.dropdown.open.svelte-12qhfyh .dropdown-trigger:where(.svelte-12qhfyh){color:var(--color-primary);border-color:var(--color-primary);background:var(--color-primary-light);box-shadow:var(--shadow-focus)}.chevron.svelte-12qhfyh{flex-shrink:0;transition:transform .2s ease}.dropdown.open.svelte-12qhfyh .chevron:where(.svelte-12qhfyh){transform:rotate(180deg)}.backdrop.svelte-12qhfyh{position:fixed;inset:0;z-index:10}.panel.svelte-12qhfyh{position:absolute;top:calc(100% + .625rem);right:0;z-index:20;background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg),0 0 0 1px #0f172a0a;padding:1rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.25rem 1.5rem;min-width:380px;animation:svelte-12qhfyh-panel-in .15s ease}@keyframes svelte-12qhfyh-panel-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.cat.svelte-12qhfyh{display:flex;flex-direction:column;padding:.5rem 0}.cat-label.svelte-12qhfyh{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted);padding:0 .5rem;margin-bottom:.25rem}.panel-link.svelte-12qhfyh{display:block;padding:.45rem .5rem;border-radius:var(--radius);font-size:.875rem;font-weight:500;color:var(--color-text-secondary);text-decoration:none;transition:color var(--t),background var(--t);white-space:nowrap}.panel-link.svelte-12qhfyh:hover{color:var(--color-text);background:var(--color-bg-subtle);text-decoration:none}.panel-link.active.svelte-12qhfyh{color:var(--color-primary);background:var(--color-primary-light);font-weight:600}@media(max-width:639px){header.svelte-12qhfyh .container:where(.svelte-12qhfyh){height:var(--header-h);flex-direction:row}.panel.svelte-12qhfyh{position:fixed;top:var(--header-h);left:0;right:0;border-radius:0 0 var(--radius-xl) var(--radius-xl);grid-template-columns:repeat(2,1fr);min-width:unset;width:100%;padding:1rem 1.25rem 1.25rem}}main.svelte-12qhfyh{min-height:calc(100vh - var(--header-h) - 120px)}footer.svelte-12qhfyh{background:var(--color-white);border-top:1px solid var(--color-border);padding:2.25rem 0;margin-top:4rem}footer.svelte-12qhfyh .container:where(.svelte-12qhfyh){display:flex;flex-direction:column;gap:1.5rem}.footer-brand.svelte-12qhfyh{display:flex;align-items:center;gap:.45rem;font-size:.9rem;font-weight:800;color:var(--color-text);letter-spacing:-.02em;text-decoration:none}.footer-brand.svelte-12qhfyh span:where(.svelte-12qhfyh){color:var(--color-primary)}.footer-brand.svelte-12qhfyh:hover{text-decoration:none}.footer-nav.svelte-12qhfyh{display:flex;gap:1.25rem;flex-wrap:wrap}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.8rem;color:var(--color-text-secondary);text-decoration:none;transition:color var(--t)}.footer-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-primary);text-decoration:none}.footer-top.svelte-12qhfyh{display:flex;flex-direction:column;gap:2rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border)}.footer-brand-col.svelte-12qhfyh{display:flex;flex-direction:column;gap:.5rem;max-width:260px}.footer-links.svelte-12qhfyh{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 2rem}.footer-col.svelte-12qhfyh{display:flex;flex-direction:column;gap:.375rem}.footer-col-label.svelte-12qhfyh{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--color-text-muted);margin-bottom:.25rem}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh){font-size:.825rem;color:var(--color-text-secondary);text-decoration:none;transition:color var(--t);line-height:1.6}.footer-col.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{color:var(--color-primary);text-decoration:none}.footer-bottom.svelte-12qhfyh{display:flex;flex-direction:column;gap:.75rem;padding-top:1.5rem}.footer-copy.svelte-12qhfyh{font-size:.775rem;color:var(--color-text-muted)}@media(min-width:640px){.footer-top.svelte-12qhfyh{flex-direction:row;justify-content:space-between;align-items:flex-start}.footer-links.svelte-12qhfyh{grid-template-columns:repeat(4,1fr)}.footer-bottom.svelte-12qhfyh{flex-direction:row;justify-content:space-between;align-items:center}.footer-nav.svelte-12qhfyh{flex-direction:row;gap:1.25rem}}
