:root{--primary: #2563eb;--primary-hover: #1d4ed8;--secondary: #4f46e5;--accent: #06b6d4;--gradient-brand: linear-gradient(135deg, var(--primary), var(--secondary));--gradient-text: linear-gradient(120deg, var(--primary), var(--accent));--bg: #ffffff;--bg-alt: #f8fafc;--surface: #ffffff;--surface-raised: #ffffff;--border: #e2e8f0;--text: #0f172a;--text-muted: #475569;--text-faint: #94a3b8;--header-bg: rgba(255, 255, 255, 0.82);--shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.07), 0 1px 2px rgba(15, 23, 42, 0.05);--shadow-md: 0 6px 18px rgba(15, 23, 42, 0.08);--shadow-lg: 0 18px 44px rgba(15, 23, 42, 0.14);--ring: 0 0 0 3px rgba(37, 99, 235, 0.35);--radius-sm: 8px;--radius: 14px;--radius-lg: 22px;--container: 1160px;--header-h: 68px;--font-sans: ui-sans-serif, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;color-scheme:light}[data-theme="dark"]{--bg: #0b1120;--bg-alt: #0f172a;--surface: #111c33;--surface-raised: #16223d;--border: #24324f;--text: #e2e8f0;--text-muted: #94a3b8;--text-faint: #64748b;--header-bg: rgba(11, 17, 32, 0.82);--shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.4);--shadow-md: 0 6px 18px rgba(0, 0, 0, 0.45);--shadow-lg: 0 18px 44px rgba(0, 0, 0, 0.55);--hm-device: #1e293b;color-scheme:dark}*,*::before,*::after{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:1rem;line-height:1.65;color:var(--text);background:var(--bg);transition:background-color 0.25s ease, color 0.25s ease}img,svg{max-width:100%;height:auto;vertical-align:middle}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{line-height:1.2;letter-spacing:-0.02em;font-weight:700;color:var(--text);text-wrap:balance}:focus-visible{outline:none;box-shadow:var(--ring);border-radius:var(--radius-sm)}::selection{background:rgba(37,99,235,0.25)}@media (prefers-reduced-motion: reduce){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;scroll-behavior:auto !important}}.container{width:100%;max-width:var(--container);padding-inline:1.25rem;margin-inline:auto}.container--narrow{max-width:788px}.section{padding-block:clamp(3.5rem, 8vw, 6rem)}.section--alt{background:var(--bg-alt)}.section__head{max-width:640px;margin-inline:auto;text-align:center;margin-bottom:clamp(2rem, 5vw, 3.5rem)}.section__title{font-size:clamp(1.75rem, 4vw, 2.5rem)}.section__lead{margin-top:0.75rem;color:var(--text-muted);font-size:1.1rem}.skip-link{position:absolute;top:-100%;left:1rem;z-index:200;padding:0.6rem 1rem;background:var(--primary);color:#fff;border-radius:var(--radius-sm)}.skip-link:focus{top:0.75rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.text-gradient{background:var(--gradient-text);-webkit-background-clip:text;background-clip:text;color:transparent}.prose h2{font-size:1.5rem;margin:2.25rem 0 0.75rem}.prose h3{font-size:1.2rem;margin:1.75rem 0 0.5rem}.prose p,.prose ul,.prose ol{margin-bottom:1rem;color:var(--text-muted)}.prose ul,.prose ol{padding-left:1.4rem}.prose li+li{margin-top:0.35rem}.prose strong{color:var(--text)}.prose blockquote{border-left:3px solid var(--primary);padding-left:1rem;font-style:italic;margin-bottom:1rem}.prose code{font-family:var(--font-mono);font-size:0.9em;background:var(--bg-alt);border:1px solid var(--border);border-radius:6px;padding:0.15em 0.4em}.prose table{width:100%;border-collapse:collapse;margin-bottom:1.25rem;font-size:0.95rem}.prose table th,.prose table td{text-align:left;padding:0.6rem 0.75rem;border-bottom:1px solid var(--border)}.prose table th{color:var(--text)}.prose table td{color:var(--text-muted)}.prose hr{border:none;border-top:1px solid var(--border);margin:2rem 0}.site-header{position:sticky;top:0;z-index:100;height:var(--header-h);background:var(--header-bg);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.site-header__inner{height:100%;display:flex;align-items:center;gap:1.5rem}.site-header__actions{display:flex;align-items:center;gap:0.25rem;margin-left:auto}.brand{display:inline-flex;align-items:center;gap:0.55rem;font-weight:800;font-size:1.15rem;letter-spacing:-0.02em;color:var(--text)}.brand:hover{text-decoration:none}.brand__mark{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-sm)}.brand__mark .icon{width:20px;height:20px}.site-nav__list{display:flex;gap:0.25rem;list-style:none;padding:0}.site-nav__link{display:inline-block;padding:0.45rem 0.85rem;border-radius:999px;font-weight:500;font-size:0.95rem;color:var(--text-muted);transition:color 0.15s ease, background-color 0.15s ease}.site-nav__link:hover{color:var(--text);background:var(--bg-alt);text-decoration:none}.site-nav__link.is-active{color:var(--primary);background:rgba(37,99,235,0.1)}.icon-btn{display:inline-grid;place-items:center;width:40px;height:40px;border:none;border-radius:10px;background:transparent;color:var(--text-muted);cursor:pointer;transition:color 0.15s ease, background-color 0.15s ease, transform 0.15s ease}.icon-btn .icon{width:20px;height:20px}.icon-btn:hover{color:var(--text);background:var(--bg-alt);transform:translateY(-1px)}.theme-toggle__sun{display:none}.theme-toggle__moon{display:grid}.theme-toggle span{place-items:center}[data-theme="dark"] .theme-toggle .theme-toggle__sun{display:grid}[data-theme="dark"] .theme-toggle .theme-toggle__moon{display:none}.nav-toggle{display:none}.nav-toggle__close{display:none}@media (max-width: 860px){.nav-toggle{display:inline-grid}body.nav-open .nav-toggle .nav-toggle__open{display:none}body.nav-open .nav-toggle .nav-toggle__close{display:grid}.site-nav{position:fixed;inset:var(--header-h) 0 auto 0;background:var(--bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow-lg);padding:1rem 1.25rem 1.5rem;display:none}body.nav-open .site-nav{display:block}.site-nav__list{flex-direction:column;gap:0.15rem}.site-nav__link{display:block;font-size:1.05rem;padding:0.7rem 1rem;border-radius:var(--radius-sm)}}.site-footer{margin-top:2rem;border-top:1px solid var(--border);background:var(--bg-alt);padding-block:3.5rem 2rem}.site-footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:2.5rem}@media (max-width: 720px){.site-footer__grid{grid-template-columns:1fr}}.site-footer__tagline{margin:1rem 0 1.25rem;color:var(--text-muted);max-width:34ch}.site-footer__heading{font-size:0.85rem;text-transform:uppercase;letter-spacing:0.08em;color:var(--text-faint);margin-bottom:0.9rem}.site-footer__col ul{list-style:none;padding:0;display:grid;gap:0.5rem}.site-footer__col ul a{color:var(--text-muted)}.site-footer__col ul a:hover{color:var(--primary)}.site-footer__bottom{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--border);display:flex;flex-wrap:wrap;justify-content:space-between;gap:0.5rem;font-size:0.9rem;color:var(--text-faint)}.site-footer__bottom a{color:inherit;text-decoration:underline}.social-links{display:flex;gap:0.25rem;list-style:none;padding:0}.back-to-top{position:fixed;right:1.25rem;bottom:1.25rem;z-index:90;width:46px;height:46px;display:grid;place-items:center;border:none;border-radius:50%;background:var(--gradient-brand);color:#fff;box-shadow:var(--shadow-lg);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity 0.25s ease, transform 0.25s ease, visibility 0.25s}.back-to-top .icon{width:20px;height:20px}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-2px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;font-weight:600;font-size:0.95rem;line-height:1;padding:0.7rem 1.25rem;border:1px solid transparent;border-radius:999px;cursor:pointer;white-space:nowrap;transition:transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, border-color 0.15s ease}.btn .icon{width:18px;height:18px}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn--primary{background:var(--gradient-brand);color:#fff;box-shadow:0 4px 14px rgba(37,99,235,0.35)}.btn--primary:hover{box-shadow:0 8px 22px rgba(37,99,235,0.45)}.btn--ghost{background:var(--surface);color:var(--text);border-color:var(--border);box-shadow:var(--shadow-sm)}.btn--ghost:hover{border-color:var(--primary);color:var(--primary)}.btn--on-gradient{background:#fff;color:var(--primary)}.btn--on-gradient:hover{box-shadow:0 8px 22px rgba(0,0,0,0.25)}.btn--lg{padding:0.9rem 1.6rem;font-size:1.02rem}.btn--sm{padding:0.5rem 0.95rem;font-size:0.85rem}.btn.is-disabled{opacity:0.55;cursor:not-allowed;box-shadow:none;filter:saturate(0.4)}.btn.is-disabled:hover{transform:none;box-shadow:none}.badge{display:inline-flex;align-items:center;gap:0.3rem;font-size:0.75rem;font-weight:600;letter-spacing:0.02em;padding:0.25rem 0.7rem;border-radius:999px}.badge--gradient{background:var(--gradient-brand);color:#fff}.badge--category{background:rgba(37,99,235,0.12);color:var(--primary)}.badge--status{background:rgba(6,182,212,0.14);color:#0891b2}[data-theme="dark"] .badge--status{color:#67e8f9}.meta-chip{font-size:0.8rem;color:var(--text-muted);background:var(--bg-alt);border:1px solid var(--border);border-radius:999px;padding:0.25rem 0.7rem}.tag-list{display:flex;flex-wrap:wrap;gap:0.4rem;list-style:none;padding:0;margin-top:0.75rem}.tag-list li{font-size:0.8rem;color:var(--text-faint);background:var(--bg-alt);border-radius:999px;padding:0.2rem 0.6rem}.product-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1.5rem}.product-grid--featured{grid-template-columns:repeat(auto-fit, minmax(300px, 420px));justify-content:center}.product-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm);transition:transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);border-color:rgba(37,99,235,0.4)}.product-card__head{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.product-card__icon{width:72px;height:72px;border-radius:18px;box-shadow:var(--shadow-md);flex-shrink:0}.product-card__title{font-size:1.25rem;margin-bottom:0.35rem}.product-card__title a{color:var(--text)}.product-card__title a:hover{color:var(--primary);text-decoration:none}.product-card__meta{display:flex;flex-wrap:wrap;gap:0.4rem}.product-card__desc{color:var(--text-muted);flex-grow:1}.product-card__foot{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--border)}.product-card__version{font-family:var(--font-mono);font-size:0.85rem;color:var(--text-faint)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(260px, 1fr));gap:1.5rem}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm);transition:transform 0.2s ease, box-shadow 0.2s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.feature-card__icon{display:inline-grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--gradient-brand);color:#fff;margin-bottom:1.1rem;flex-shrink:0}.feature-card__icon .icon{width:24px;height:24px}.feature-card h3{font-size:1.1rem;margin-bottom:0.5rem}.feature-card p{color:var(--text-muted);font-size:0.95rem}.testimonial-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));gap:1.5rem}.testimonial-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm)}.testimonial-card__stars{display:flex;gap:0.15rem;color:#f59e0b;margin-bottom:0.9rem}.testimonial-card__stars .icon{width:16px;height:16px}.testimonial-card blockquote{color:var(--text);font-size:1.02rem;margin-bottom:1.1rem}.testimonial-card figcaption{display:flex;flex-direction:column}.testimonial-card figcaption strong{font-size:0.95rem}.testimonial-card figcaption span{font-size:0.85rem;color:var(--text-faint)}.post-grid{display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));gap:1.5rem}.post-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm);transition:transform 0.2s ease, box-shadow 0.2s ease}.post-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.post-card time{font-size:0.85rem;color:var(--text-faint)}.post-card h2{font-size:1.3rem;margin:0.4rem 0 0.6rem}.post-card h2 a{color:var(--text)}.post-card h2 a:hover{color:var(--primary);text-decoration:none}.post-card p{color:var(--text-muted)}.post-card__more{display:inline-flex;align-items:center;gap:0.35rem;margin-top:1rem;font-weight:600;font-size:0.92rem}.post-card__more .icon{width:16px;height:16px;transition:transform 0.15s ease}.post-card__more:hover .icon{transform:translateX(3px)}.faq{display:grid;gap:0.75rem}.faq__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);overflow:hidden}.faq__item summary{list-style:none;cursor:pointer;font-weight:600;padding:1.1rem 3rem 1.1rem 1.4rem;position:relative}.faq__item summary::-webkit-details-marker{display:none}.faq__item summary::after{content:"+";position:absolute;right:1.3rem;top:50%;translate:0 -50%;font-size:1.4rem;font-weight:400;color:var(--primary);transition:rotate 0.2s ease}.faq__item[open] summary::after{rotate:45deg}.faq__item p{padding:0 1.4rem 1.2rem;color:var(--text-muted)}.form-field{display:grid;gap:0.35rem;margin-bottom:1.1rem}.form-field label{font-weight:600;font-size:0.92rem}input,select,textarea{font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);padding:0.65rem 0.9rem;width:100%;transition:border-color 0.15s ease, box-shadow 0.15s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--primary);box-shadow:var(--ring)}.notice{border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:var(--radius-sm);background:var(--bg-alt);padding:1rem 1.25rem;margin:1.5rem 0}.notice--customize{border-left-color:#f59e0b}.notice--warning{border-left-color:#ef4444}.notice__label{font-weight:700;font-size:0.85rem;margin-bottom:0.35rem}.notice__body p:last-child{margin-bottom:0}.breadcrumbs{margin-bottom:1rem;font-size:0.88rem}.breadcrumbs ol{display:flex;flex-wrap:wrap;gap:0.35rem;list-style:none;padding:0;color:var(--text-faint)}.breadcrumbs li+li::before{content:"/";margin-right:0.35rem;color:var(--text-faint)}.breadcrumbs a{color:var(--text-muted)}.breadcrumbs a:hover{color:var(--primary)}.empty-state{text-align:center;padding:3rem 1rem;color:var(--text-muted)}.empty-state h1,.empty-state h2{margin-bottom:0.5rem}.empty-state .btn{margin-top:1.5rem}.empty-state__icon{display:inline-grid;place-items:center;width:64px;height:64px;border-radius:18px;background:var(--bg-alt);border:1px solid var(--border);color:var(--text-faint);margin-bottom:1.25rem}.empty-state__icon .icon{width:30px;height:30px}.empty-state--tall{padding-block:5rem}.error-code{font-size:clamp(4rem, 14vw, 7rem);font-weight:800;line-height:1;margin-bottom:0.5rem}.pagination{display:flex;justify-content:center;gap:0.35rem;list-style:none;padding:0;margin-top:2.5rem}.pagination .page-link{display:grid;place-items:center;min-width:40px;height:40px;padding-inline:0.6rem;border-radius:10px;border:1px solid var(--border);color:var(--text-muted)}.pagination .page-link:hover{text-decoration:none;border-color:var(--primary);color:var(--primary)}.pagination .active .page-link{background:var(--gradient-brand);border-color:transparent;color:#fff}.pagination .disabled .page-link{opacity:0.45;pointer-events:none}.hero{position:relative;overflow:hidden;padding-block:clamp(3.5rem, 9vw, 7rem);background:radial-gradient(60% 80% at 15% 0%, rgba(37,99,235,0.1), transparent 60%),radial-gradient(50% 70% at 90% 100%, rgba(6,182,212,0.1), transparent 60%)}.hero__inner{display:grid;grid-template-columns:1.1fr 0.9fr;align-items:center;gap:3rem}@media (max-width: 860px){.hero__inner{grid-template-columns:1fr;text-align:center}}.hero__eyebrow{margin-bottom:1.1rem}.hero__title{font-size:clamp(2.3rem, 5.5vw, 3.6rem);font-weight:800;margin-bottom:1.25rem}.hero__subtitle{font-size:1.15rem;color:var(--text-muted);max-width:54ch;margin-bottom:2rem}@media (max-width: 860px){.hero__subtitle{margin-inline:auto}}.hero__actions{display:flex;flex-wrap:wrap;gap:0.9rem}@media (max-width: 860px){.hero__actions{justify-content:center}}.hero__visual{display:grid;place-items:center}.hero-mockup{width:100%;max-width:480px;animation:hero-float 7s ease-in-out infinite}@keyframes hero-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-12px)}}.stats{background:var(--gradient-brand);color:#fff}.stats__grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));gap:2rem;text-align:center}.stats__item{display:grid;gap:0.25rem}.stats__value{font-size:clamp(2rem, 5vw, 2.9rem);font-weight:800;letter-spacing:-0.02em}.stats__label{font-size:0.95rem;opacity:0.85}.cta-panel{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem;background:var(--gradient-brand);color:#fff;border-radius:var(--radius-lg);padding:clamp(2rem, 5vw, 3.5rem);box-shadow:var(--shadow-lg)}@media (max-width: 760px){.cta-panel{grid-template-columns:1fr;text-align:center}}.cta-panel h2{color:#fff;font-size:clamp(1.6rem, 3.5vw, 2.2rem);margin-bottom:0.5rem}.cta-panel p{opacity:0.88}.newsletter-form{display:flex;gap:0.6rem}@media (max-width: 760px){.newsletter-form{flex-direction:column}}.newsletter-form input{background:rgba(255,255,255,0.14);border-color:rgba(255,255,255,0.35);color:#fff}.newsletter-form input::placeholder{color:rgba(255,255,255,0.7)}.newsletter-form input:focus{border-color:#fff;box-shadow:0 0 0 3px rgba(255,255,255,0.35)}.page-hero{padding-block:clamp(2.5rem, 6vw, 4rem) 0}.page-hero h1{font-size:clamp(2rem, 5vw, 3rem)}.page-hero__lead{margin-top:0.75rem;font-size:1.12rem;color:var(--text-muted);max-width:62ch}.page-hero__note{margin-top:0.75rem;font-size:0.9rem;color:var(--text-faint)}.product-hero__grid{display:grid;grid-template-columns:auto 1fr;gap:1.75rem;align-items:start;margin-top:1.5rem}@media (max-width: 640px){.product-hero__grid{grid-template-columns:1fr}}.product-hero__icon{width:112px;height:112px;border-radius:26px;box-shadow:var(--shadow-lg)}.product-hero__desc{margin-top:0.5rem;font-size:1.1rem;color:var(--text-muted);max-width:60ch}.product-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:0.5rem;margin-top:1rem}.product-hero__actions{display:flex;flex-wrap:wrap;gap:0.75rem;margin-top:1.5rem}.gallery{display:flex;gap:1.25rem;overflow-x:auto;padding-bottom:0.75rem;scroll-snap-type:x mandatory}.gallery__item{flex-shrink:0;width:250px;border-radius:var(--radius-lg);border:1px solid var(--border);box-shadow:var(--shadow-md);scroll-snap-align:start}.product-body{display:grid;grid-template-columns:1fr 330px;gap:3rem;padding-block:1rem 3rem}@media (max-width: 900px){.product-body{grid-template-columns:1fr}}.product-body__main{display:grid;gap:2.5rem;align-content:start}.product-body__main h2{font-size:1.5rem;margin-bottom:1rem}.product-body__side{display:grid;gap:1.25rem;align-content:start}.check-list{list-style:none;padding:0;display:grid;gap:0.6rem}.check-list li{display:flex;align-items:start;gap:0.6rem;color:var(--text-muted)}.check-list li .icon{width:20px;height:20px;color:var(--accent);flex-shrink:0;margin-top:0.2em}.changelog{display:grid;gap:1.25rem}.changelog__entry{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem 1.5rem;box-shadow:var(--shadow-sm)}.changelog__entry header{display:flex;align-items:center;gap:0.75rem;margin-bottom:0.75rem}.changelog__entry header time{font-size:0.85rem;color:var(--text-faint)}.changelog__entry ul{padding-left:1.25rem;color:var(--text-muted);display:grid;gap:0.3rem}.side-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-sm)}.side-card h2{display:flex;align-items:center;gap:0.5rem;font-size:1.05rem;margin-bottom:0.75rem}.side-card h2 .icon{width:20px;height:20px;color:var(--primary)}.side-card p{color:var(--text-muted);font-size:0.95rem;margin-bottom:0.75rem}.permissions dt{font-weight:600;font-size:0.95rem}.permissions dd{margin:0.15rem 0 0.9rem;color:var(--text-muted);font-size:0.9rem}.permissions dd:last-child{margin-bottom:0}.legal-index{list-style:none;padding:0;display:grid;gap:0.75rem}.legal-index a{display:block;padding:1.1rem 1.4rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);color:var(--text);transition:transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease}.legal-index a:hover{text-decoration:none;transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:rgba(37,99,235,0.4)}.legal-index__title{display:flex;align-items:center;gap:0.4rem;font-weight:600}.legal-index__title .icon{width:16px;height:16px;color:var(--primary)}.legal-index__desc{display:block;margin-top:0.25rem;color:var(--text-muted);font-size:0.9rem}.prose--center{text-align:center}.prose--center p{margin-inline:auto;max-width:60ch}.contact-card{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.contact-card__email{font-size:1.05rem}.contact-card__note{color:var(--text-faint);font-size:0.9rem;max-width:46ch}.contact-card .social-links{gap:0.5rem}.contact-grid{display:grid;grid-template-columns:1fr 1.1fr;gap:3rem;align-items:start}@media (max-width: 860px){.contact-grid{grid-template-columns:1fr}}.contact-channels{list-style:none;padding:0;display:grid;gap:1.25rem;margin-block:1.75rem}.contact-channels li{display:flex;gap:1rem;align-items:center}.contact-channels h2{font-size:1rem}.contact-form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:2rem;box-shadow:var(--shadow-md)}.contact-form h2{font-size:1.3rem;margin-bottom:1.25rem}.contact-form__note{margin-top:1rem;font-size:0.85rem;color:var(--text-faint)}
