@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Instrument+Serif:ital@0;1&family=JetBrains+Mono:wght@400;500&display=swap";
html{scroll-behavior:smooth}.home-page .hp-slug-root{min-height:calc(100vh - 64px)}.home-page .hp-post-back-wrap{max-width:1200px;margin:0 auto;padding:32px 40px 0}.home-page .hp-post-back{color:var(--fg-dim);align-items:center;gap:6px;font-size:13px;transition:color .15s;display:inline-flex}.home-page .hp-post-back:hover{color:var(--accent)}.home-page .hp-post-layout{grid-template-columns:1fr 256px;align-items:start;gap:56px;max-width:1200px;margin:0 auto;padding:32px 40px 96px;display:grid}.home-page .hp-post-article{min-width:0}.home-page .hp-toc-mobile-wrap{display:none}.home-page .hp-post-header{margin-bottom:36px}.home-page .hp-post-tags{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.home-page .hp-post-tag-badge{letter-spacing:.1em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border:1px solid #f7b83d40;border:1px solid lab(79.1609% 15.493 67.4391/.25);border-radius:999px;padding:4px 12px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.home-page .hp-post-h1{letter-spacing:-.025em;color:var(--fg);margin-bottom:16px;font-size:clamp(28px,5vw,44px);font-weight:700;line-height:1.15}.home-page .hp-post-lead{color:var(--fg-muted);margin-bottom:24px;font-size:17px;line-height:1.7}.home-page .hp-post-byline{border-top:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;padding-top:20px;display:flex}.home-page .hp-byline-avatar{background:var(--accent-soft);width:36px;height:36px;color:var(--accent);letter-spacing:.04em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;display:flex}.home-page .hp-byline-info{flex-wrap:wrap;align-items:center;gap:6px;font-size:13px;display:flex}.home-page .hp-byline-name{color:var(--fg-muted);font-weight:500}.home-page .hp-byline-sep{color:var(--border-strong)}.home-page .hp-byline-meta{color:var(--fg-dim)}.home-page .hp-post-cover{border:1px solid var(--border);border-radius:14px;margin-bottom:48px;overflow:hidden}.home-page .hp-post-cover-img{width:100%;height:auto;display:block}.home-page .hp-mdx-body{color:var(--fg-muted);font-size:16px;line-height:1.8}.home-page .hp-mdx-body p{margin-bottom:22px}.home-page .hp-mdx-body h2{color:var(--fg);letter-spacing:-.02em;border-bottom:1px solid var(--border);margin:48px 0 16px;padding-bottom:12px;scroll-margin-top:80px;font-family:Inter,sans-serif;font-size:26px;font-weight:700}.home-page .hp-mdx-body h3{color:var(--fg);margin:36px 0 12px;scroll-margin-top:80px;font-family:Inter,sans-serif;font-size:20px;font-weight:600}.home-page .hp-mdx-body h4{color:var(--fg);margin:24px 0 8px;scroll-margin-top:80px;font-family:Inter,sans-serif;font-size:16px;font-weight:600}.home-page .hp-mdx-body a{color:var(--accent);-webkit-text-decoration:underline #f7b83d59;text-decoration:underline #f7b83d59;-webkit-text-decoration:underline lab(79.1609% 15.493 67.4391/.35);text-decoration:underline lab(79.1609% 15.493 67.4391/.35);transition:text-decoration-color .15s}.home-page .hp-mdx-body a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.home-page .hp-mdx-body strong{color:var(--fg);font-weight:600}.home-page .hp-mdx-body em{color:var(--fg-muted);font-style:italic}.home-page .hp-mdx-body hr{border:none;border-top:1px solid var(--border);margin:40px 0}.home-page .hp-mdx-body ul{margin:0 0 24px;padding:0 0 0 22px;list-style:outside}.home-page .hp-mdx-body ul li{color:var(--fg-muted);margin-bottom:10px}.home-page .hp-mdx-body ul li::marker{color:var(--fg)}.home-page .hp-mdx-body ol{counter-reset:ol-counter;margin:0 0 24px;padding:0;list-style:none}.home-page .hp-mdx-body ol li{counter-increment:ol-counter;color:var(--fg-muted);margin-bottom:14px;padding-left:40px;position:relative}.home-page .hp-mdx-body ol li:before{content:counter(ol-counter);background:var(--accent-soft);width:24px;height:24px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;position:absolute;top:2px;left:0}.home-page .hp-mdx-body blockquote{border-left:3px solid var(--accent);background:var(--accent-soft);border-radius:0 8px 8px 0;margin:32px 0;padding:20px 24px}.home-page .hp-mdx-body blockquote p{color:var(--fg-muted);margin:0;font-style:italic}.home-page .hp-mdx-body code{background:var(--bg-elev);color:var(--accent);border:1px solid var(--border);border-radius:4px;padding:2px 7px;font-family:JetBrains Mono,ui-monospace,monospace;font-size:13px}.home-page .hp-mdx-body pre{background:var(--bg-elev);border:1px solid var(--border);border-radius:12px;margin:28px 0;padding:24px;overflow-x:auto}.home-page .hp-mdx-body pre code{color:var(--fg-muted);background:0 0;border:none;padding:0;font-size:14px}.home-page .hp-mdx-body table{border-collapse:collapse;width:100%;margin:28px 0;font-size:14px}.home-page .hp-mdx-body thead th{background:var(--bg-elev);color:var(--fg);text-align:left;border-bottom:2px solid var(--accent);padding:12px 16px;font-weight:600}.home-page .hp-mdx-body tbody td{border-bottom:1px solid var(--border);color:var(--fg-muted);vertical-align:top;padding:12px 16px}.home-page .hp-mdx-body tbody tr:hover td{background:var(--bg-card);color:var(--fg)}.home-page .hp-mdx-body img{border:1px solid var(--border);border-radius:10px;width:100%;height:auto;margin:8px 0 24px;display:block}.home-page .hp-article-cta{background:var(--bg-card);border:1px solid var(--accent);text-align:center;border-radius:16px;margin-top:64px;padding:40px}.home-page .hp-article-cta-text{color:var(--fg);margin-bottom:20px;font-size:20px;font-weight:600}.home-page .toc-wrap{scrollbar-width:none;max-height:calc(100vh - 100px);position:sticky;top:84px;overflow-y:auto}.home-page .toc-wrap::-webkit-scrollbar{display:none}.home-page .toc-inner{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:20px}.home-page .toc-title{letter-spacing:.14em;text-transform:uppercase;color:var(--fg-dim);margin-bottom:14px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.home-page .toc-link{color:var(--fg-dim)}.home-page .toc-link:hover{color:var(--fg-muted);background:0 0}.home-page .toc-link.toc-active{color:var(--accent);font-weight:500}.home-page .toc-h2-row{border-left:2px solid #0000;transition:border-color .15s}.home-page .toc-h2-row-active{border-left-color:var(--accent)}.home-page .toc-level-3.toc-active{color:var(--accent)}.home-page .toc-toggle{color:var(--fg-dim);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px 6px;transition:color .15s,background .15s;display:flex}.home-page .toc-toggle:hover{color:var(--fg-muted);background:var(--bg-elev)}.home-page .toc-children{border-left:1px solid var(--border);margin-bottom:4px;margin-left:8px}@media (max-width:1024px){.home-page .hp-post-layout{grid-template-columns:1fr;gap:0;padding:24px 24px 80px}.home-page .toc-wrap{display:none}.home-page .hp-toc-mobile-wrap{margin-bottom:28px;display:block}.home-page .hp-toc-mobile-wrap .toc-wrap{display:block}}@media (max-width:768px){.home-page .hp-post-back-wrap{padding:20px 16px 0}.home-page .hp-post-layout{padding:20px 16px 80px}}.home-page .hp-blog-hero{border-bottom:1px solid var(--border);padding:72px 0 56px}.home-page .hp-blog-hero h1{letter-spacing:-.025em;margin-bottom:12px;font-size:clamp(36px,5vw,56px);font-weight:500;line-height:1.05}.home-page .hp-blog-hero h1 em{color:var(--accent);font-style:normal;font-weight:700}.home-page .hp-blog-hero .hp-blog-sub{color:var(--fg-muted);max-width:520px;margin-bottom:32px;font-size:16px;line-height:1.6}.home-page .hp-blog-filters{flex-direction:column;gap:10px;display:flex}.home-page .hp-filter-label{letter-spacing:.14em;text-transform:uppercase;color:var(--fg-dim);font-family:JetBrains Mono,monospace;font-size:10px}.home-page .hp-filter-pills{flex-wrap:wrap;gap:8px;display:flex}.home-page .hp-pill{border:1px solid var(--border);color:var(--fg-muted);background:var(--bg-card);cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:999px;padding:6px 16px;font-family:Inter,sans-serif;font-size:13px;transition:border-color .15s,color .15s,background .15s}.home-page .hp-pill:hover{border-color:var(--accent);color:var(--accent)}.home-page .hp-pill-active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.home-page .hp-blog-content{padding:56px 0 96px}.home-page .hp-posts-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:640px){.home-page .hp-posts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-page .hp-posts-grid{grid-template-columns:repeat(3,1fr)}}.home-page .hp-post-card{background:var(--bg-card);border:1px solid var(--border);color:var(--fg);border-radius:16px;flex-direction:column;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s;animation:.45s both hp-card-up;display:flex;overflow:hidden}.home-page .hp-post-card:hover{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 16px 48px -16px #f7b83d2e;box-shadow:0 16px 48px -16px lab(79.1609% 15.493 67.4391/.18)}@keyframes hp-card-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.home-page .hp-post-thumb{aspect-ratio:16/9;background:var(--bg-elev);flex-shrink:0;width:100%;position:relative;overflow:hidden}.home-page .hp-post-thumb-img{object-fit:cover;transition:transform .4s}.home-page .hp-post-card:hover .hp-post-thumb-img{transform:scale(1.04)}.home-page .hp-post-thumb-placeholder{background:linear-gradient(135deg,var(--bg-elev)0%,var(--bg)100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.home-page .hp-post-body{flex-direction:column;flex:1;gap:8px;padding:22px 24px 24px;display:flex}.home-page .hp-post-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:2px;font-family:JetBrains Mono,monospace;font-size:10px}.home-page .hp-post-title{letter-spacing:-.01em;color:var(--fg);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:600;line-height:1.45;transition:color .15s;display:-webkit-box;overflow:hidden}.home-page .hp-post-card:hover .hp-post-title{color:var(--accent)}.home-page .hp-post-desc{color:var(--fg-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;flex:1;font-size:13.5px;line-height:1.6;display:-webkit-box;overflow:hidden}.home-page .hp-post-foot{border-top:1px solid var(--border);justify-content:space-between;align-items:center;margin-top:16px;padding-top:14px;display:flex}.home-page .hp-post-author{align-items:center;gap:8px;display:flex}.home-page .hp-post-avatar{background:var(--accent-soft);width:26px;height:26px;color:var(--accent);letter-spacing:.04em;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;display:flex}.home-page .hp-post-author-name{color:var(--fg-dim);font-size:12px}.home-page .hp-post-date{color:var(--fg-dim);font-family:JetBrains Mono,monospace;font-size:12px}.home-page .hp-empty-state{text-align:center;color:var(--fg-dim);padding:96px 0;font-size:15px}.home-page .hp-btn-ghost{border:1px solid var(--border-strong);color:var(--fg);background:0 0;border-radius:10px;align-items:center;gap:8px;padding:14px 24px;font-size:14px;font-weight:500;transition:background .15s,border-color .15s;display:inline-flex}.home-page .hp-btn-ghost:hover{background:var(--bg-card);border-color:var(--fg-dim)}.home-page .hp-legal-hero{border-bottom:1px solid var(--border);text-align:center;padding:72px 0 56px}.home-page .hp-legal-hero .hp-section-tag{justify-content:center;display:flex}.home-page .hp-legal-hero h1{letter-spacing:-.025em;margin-bottom:12px;font-size:clamp(32px,5vw,52px);font-weight:500;line-height:1.05}.home-page .hp-legal-hero h1 em{color:var(--accent);font-style:normal;font-weight:700}.home-page .hp-legal-hero .hp-legal-date{color:var(--fg-dim);font-family:JetBrains Mono,monospace;font-size:13px}.home-page .hp-legal-content{max-width:840px;margin:0 auto;padding:64px 0 96px}.home-page .hp-legal-stack{flex-direction:column;gap:16px;display:flex}.home-page .hp-legal-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:32px;transition:border-color .2s}.home-page .hp-legal-card:hover{border-color:var(--border-strong)}.home-page .hp-legal-card h2{letter-spacing:-.015em;color:var(--fg);margin-bottom:14px;font-size:20px;font-weight:600}.home-page .hp-legal-card h2 span{color:var(--accent)}.home-page .hp-legal-card p{color:var(--fg-muted);font-size:14.5px;line-height:1.75}.home-page .hp-legal-card p+p{margin-top:12px}.home-page .hp-legal-card ul{flex-direction:column;gap:10px;margin-top:12px;list-style:none;display:flex}.home-page .hp-legal-card ul li{color:var(--fg-muted);align-items:flex-start;gap:10px;font-size:14.5px;line-height:1.65;display:flex}.home-page .hp-legal-card ul li:before{content:"•";color:var(--accent);flex-shrink:0;margin-top:2px;font-size:16px}.home-page .hp-legal-card .hp-legal-note{color:var(--fg-dim);margin-top:12px;font-size:13px}.home-page .hp-legal-card a{color:var(--accent);text-underline-offset:3px;-webkit-text-decoration:underline #f7b83d66;text-decoration:underline #f7b83d66;-webkit-text-decoration:underline lab(79.1609% 15.493 67.4391/.4);text-decoration:underline lab(79.1609% 15.493 67.4391/.4);transition:text-decoration-color .15s}.home-page .hp-legal-card a:hover{-webkit-text-decoration-color:var(--accent);text-decoration-color:var(--accent)}.home-page .hp-legal-closing{border:1px solid var(--border);color:var(--fg-dim);border-radius:12px;margin-top:24px;padding:24px 32px;font-size:13px;line-height:1.6}.home-page .hp-legal-contact-cta{border-top:1px solid var(--border);text-align:center;padding:72px 0}.home-page .hp-404-wrap{align-items:center;min-height:calc(100vh - 64px);padding:48px 0 64px;display:flex}.home-page .hp-404-grid{grid-template-columns:1fr;align-items:center;gap:48px;width:100%;display:grid}@media (min-width:900px){.home-page .hp-404-grid{grid-template-columns:1fr 1fr}}.home-page .hp-404-code{letter-spacing:.15em;text-transform:uppercase;color:var(--fg-dim);margin-bottom:20px;font-family:JetBrains Mono,monospace;font-size:11px}.home-page .hp-404-num{letter-spacing:-.04em;background:linear-gradient(140deg,#f7b83d 20%,#f36451 80%);background:linear-gradient(140deg,lab(79.1609% 15.493 67.4391) 20%,lab(61.2085% 55.2496 40.0517) 80%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:32px;font-size:clamp(96px,16vw,180px);font-weight:700;line-height:.9;display:block}.home-page .hp-404-heading{letter-spacing:-.02em;color:var(--fg);margin-bottom:16px;font-size:clamp(26px,4vw,40px);font-weight:700;line-height:1.15}.home-page .hp-404-sub{color:var(--fg-muted);max-width:480px;margin-bottom:36px;font-size:16px;line-height:1.65}.home-page .hp-404-actions{flex-wrap:wrap;gap:12px;display:flex}.home-page .hp-404-collage{aspect-ratio:1;width:100%;max-width:480px;margin:0 auto;position:relative}.home-page .hp-404-frame{border-radius:14px;position:absolute;overflow:hidden;box-shadow:0 20px 60px -20px #000000b3,0 0 0 1px #ffffff0d}.home-page .hp-404-frame.f1{aspect-ratio:3/4;--r:-5deg;width:42%;animation:6s ease-in-out infinite hp-float;top:2%;left:10%;transform:rotate(-5deg)}.home-page .hp-404-frame.f2{aspect-ratio:4/5;--r:4deg;width:40%;animation:6s ease-in-out 1.8s infinite hp-float;top:10%;right:4%;transform:rotate(4deg)}.home-page .hp-404-frame.f3{aspect-ratio:5/4;--r:-2deg;width:46%;animation:6s ease-in-out .9s infinite hp-float;bottom:6%;left:18%;transform:rotate(-2deg)}.home-page .hp-404-empty-frame{aspect-ratio:3/4;border:2px dashed var(--accent);opacity:.55;--r:2deg;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:36%;animation:6s ease-in-out 3s infinite hp-float;display:flex;position:absolute;top:30%;right:2%;transform:rotate(2deg)}.home-page .hp-404-empty-frame svg{color:var(--accent)}.home-page .hp-404-empty-label{letter-spacing:.1em;color:var(--accent);text-transform:uppercase;font-family:JetBrains Mono,monospace;font-size:9px}.home-page{--bg:#0a0a0a;--bg-elev:#141414;--bg-card:#1a1a1a;--bg-card-2:#1f1f1f;--border:#262626;--border-strong:#333;--fg:#fafafa;--fg-muted:#a3a3a3;--fg-dim:#737373;--accent:#f7b83d;--accent-soft:#f7b83d1f;--accent-text:#0a0a0a;--warm-1:#e9a679;--warm-2:#e28b63;--warm-3:#c07c56;--warm-4:#e8c8a4;background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5;overflow-x:hidden}@supports (color:lab(0% 0 0)){.home-page{--accent:lab(79.1609% 15.493 67.4391);--accent-soft:lab(79.1609% 15.493 67.4391/.12);--warm-1:lab(74.0549% 21.7075 33.9933);--warm-2:lab(66.7436% 31.3333 36.0402);--warm-3:lab(58.8539% 24.1517 32.3903);--warm-4:lab(82.5794% 7.87076 22.432)}}.home-page *{box-sizing:border-box}.home-page a{color:inherit;text-decoration:none}.home-page button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}.home-page ::selection{background:var(--accent);color:var(--accent-text)}.home-page .display{letter-spacing:-.01em;font-family:Instrument Serif,serif;font-weight:400}.home-page .mono{font-family:JetBrains Mono,ui-monospace,monospace}.home-page .hp-container{max-width:1200px;margin:0 auto;padding:0 24px}@media (min-width:768px){.home-page .hp-container{padding:0 40px}}.home-page .hp-nav{z-index:50;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#0a0a0ab8;position:sticky;top:0}.home-page .hp-nav-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.home-page .hp-logo{letter-spacing:-.01em;align-items:center;gap:10px;font-size:15px;font-weight:600;display:flex}.home-page .hp-logo-mark{background-image:url(/logo.png);background-position:50%;background-size:cover;border-radius:7px;flex-shrink:0;width:28px;height:28px;box-shadow:0 0 0 1px #ffffff0f}.home-page .hp-nav-links{color:var(--fg-muted);gap:32px;font-size:14px;display:none}@media (min-width:768px){.home-page .hp-nav-links{display:flex}}.home-page .hp-nav-links a{transition:color .15s}.home-page .hp-nav-links a:hover{color:var(--fg)}.home-page .hp-nav-links a.active{color:var(--accent)}.home-page .hp-nav-cta{background:var(--accent);color:var(--accent-text);border-radius:8px;padding:9px 18px;font-size:13px;font-weight:600;transition:transform .15s,filter .15s}.home-page .hp-nav-cta:hover{filter:brightness(1.08);transform:translateY(-1px)}.home-page .hp-burger{border:1px solid var(--border);background:var(--bg-card);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;transition:background .15s;display:flex}.home-page .hp-burger:hover{background:var(--bg-card-2)}.home-page .hp-burger span{background:var(--fg);transform-origin:50%;width:16px;height:1.5px;transition:transform .2s;display:block}.home-page .hp-burger.open span:first-child{transform:translateY(3.5px)rotate(45deg)}.home-page .hp-burger.open span:nth-child(2){transform:translateY(-3.5px)rotate(-45deg)}@media (min-width:768px){.home-page .hp-burger{display:none}}.home-page .hp-mobile-menu{z-index:100;opacity:0;pointer-events:none;border-bottom:1px solid var(--border);background:#0a0a0a;flex-direction:column;gap:0;padding:24px;transition:opacity .2s,transform .2s;display:flex;position:fixed;inset:64px 0 0;overflow-y:auto;transform:translateY(-8px)}.home-page .hp-mobile-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.home-page .hp-mobile-menu a{letter-spacing:-.01em;border-bottom:1px solid var(--border);color:var(--fg);justify-content:space-between;align-items:center;padding:20px 0;font-size:22px;font-weight:500;display:flex}.home-page .hp-mobile-menu a:last-of-type{border-bottom:none}.home-page .hp-mobile-menu a.active{color:var(--accent)}.home-page .hp-mobile-menu .hp-mobile-cta{background:var(--accent);color:var(--accent-text);text-align:center;border-bottom:none;border-radius:10px;justify-content:center;margin-top:24px;padding:16px;font-size:15px;font-weight:600}@media (min-width:768px){.home-page .hp-mobile-menu{display:none}}.home-page .hp-hero{padding:24px 0 48px;position:relative}@media (min-width:1024px){.home-page .hp-hero{align-items:flex-start;min-height:calc(100vh - 64px);padding:32px 0 48px;display:flex}}.home-page .hp-hero-grid{grid-template-columns:1fr;align-items:center;gap:32px;width:100%;display:grid}@media (min-width:1024px){.home-page .hp-hero-grid{grid-template-columns:1.05fr 1fr;gap:56px;padding-top:24px}}.home-page .hp-laurel{color:var(--accent);letter-spacing:.01em;background:0 0;border:none;align-items:center;gap:10px;margin-bottom:16px;padding:4px 0;font-family:Instrument Serif,serif;font-size:17px;font-style:italic;display:inline-flex}.home-page .hp-laurel span{color:var(--fg);white-space:nowrap}.home-page .hp-laurel svg{flex-shrink:0;display:block}.home-page .hp-hero h1{letter-spacing:-.025em;margin-bottom:16px;font-size:clamp(40px,6vw,72px);font-weight:500;line-height:1}.home-page .hp-hero h1 em{color:var(--accent);font-style:normal;font-weight:700}.home-page .hp-hero p{color:var(--fg-muted);max-width:480px;margin-bottom:24px;font-size:17px;line-height:1.5}.home-page .hp-hero-ctas{flex-wrap:wrap;gap:12px;margin-bottom:24px;display:flex}.home-page .hp-btn-primary{background:var(--accent);color:var(--accent-text);border-radius:10px;align-items:center;gap:8px;padding:14px 24px;font-size:14px;font-weight:600;transition:transform .15s,filter .15s;display:inline-flex}.home-page .hp-btn-primary:hover{filter:brightness(1.08);transform:translateY(-1px)}.home-page .hp-hero-stores{flex-wrap:wrap;gap:10px;margin-top:12px;margin-bottom:24px;display:flex}.home-page .hp-store-badge{border:1px solid var(--border-strong);background:var(--bg-card);color:var(--fg);border-radius:12px;align-items:center;gap:10px;padding:10px 18px 10px 14px;transition:background .15s,border-color .15s;display:inline-flex}.home-page .hp-store-badge:hover{background:var(--bg-card-2);border-color:var(--fg-dim)}.home-page .hp-store-badge span{flex-direction:column;line-height:1.1;display:flex}.home-page .hp-store-badge small{letter-spacing:.08em;color:var(--fg-muted);text-transform:uppercase;margin-bottom:2px;font-size:9px}.home-page .hp-store-badge strong{letter-spacing:-.01em;font-size:14px;font-weight:600}.home-page .hp-store-badge.dark{background:#000;border-color:#000}.home-page .hp-store-badge.dark:hover{background:#1a1a1a;border-color:#333}.home-page .hp-hero-meta{color:var(--fg-dim);align-items:center;gap:16px;font-size:13px;display:flex}.home-page .hp-avatars{display:flex}.home-page .hp-avatar{border:2px solid var(--bg);background-position:50%;background-size:cover;border-radius:50%;width:28px;height:28px;margin-left:-8px}.home-page .hp-avatar:first-child{margin-left:0}.home-page .hp-collage{flex-shrink:0;width:310px;height:415px;margin:0 auto;position:relative}.home-page .hp-collage-tile{aspect-ratio:9/16;border-radius:14px;width:130px;position:absolute;overflow:hidden;box-shadow:0 20px 60px -20px #0009,0 0 0 1px #ffffff0a}.home-page .hp-collage-tile.t1{animation:6s ease-in-out infinite hp-float;top:20px;left:40px}.home-page .hp-collage-tile.t2{animation:6s ease-in-out 1.5s infinite hp-float;top:0;left:180px}.home-page .hp-collage-tile.t3{animation:6s ease-in-out 3s infinite hp-float;top:181px;left:0}.home-page .hp-collage-tile.t4{animation:6s ease-in-out .8s infinite hp-float;top:161px;left:140px}@media (min-width:1024px){.home-page .hp-collage{width:390px;height:525px}.home-page .hp-collage-tile{width:160px}.home-page .hp-collage-tile.t1{top:25px;left:50px}.home-page .hp-collage-tile.t2{top:0;left:225px}.home-page .hp-collage-tile.t3{top:239px;left:0}.home-page .hp-collage-tile.t4{top:214px;left:175px}}@keyframes hp-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.home-page .hp-ph{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.home-page .hp-ph-label{color:#0000008c;letter-spacing:.02em;background:#fff9;border-radius:3px;padding:2px 6px;font-family:JetBrains Mono,monospace;font-size:9px;position:absolute;bottom:8px;left:8px}.home-page .hp-section-tag{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-family:JetBrains Mono,monospace;font-size:11px}.home-page .hp-section-title{letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(32px,5vw,48px);font-weight:500;line-height:1.05}.home-page .hp-section-sub{color:var(--fg-muted);max-width:540px;font-size:16px}.home-page .hp-testimonials{border-top:1px solid var(--border);text-align:center;padding:96px 0}.home-page .hp-test-grid{grid-template-columns:1fr;gap:16px;margin-top:56px;display:grid}@media (min-width:768px){.home-page .hp-test-grid{grid-template-columns:repeat(3,1fr);max-width:1100px;margin-left:auto;margin-right:auto}.home-page .hp-test-grid.count-8>.hp-test-card:nth-child(7){grid-column:1/span 1;transform:translate(50%)}.home-page .hp-test-grid.count-8>.hp-test-card:nth-child(8){grid-column:2/span 1;transform:translate(50%)}}.home-page .hp-test-card{background:var(--bg-card);border:1px solid var(--border);text-align:left;border-radius:16px;padding:28px}.home-page .hp-test-name{color:var(--fg);margin-bottom:8px;font-size:15px;font-weight:700}.home-page .hp-test-byline{align-items:center;gap:6px;margin-bottom:14px;display:flex}.home-page .hp-stars{color:var(--accent);gap:2px;font-size:12px;display:flex}.home-page .hp-test-sep{color:var(--fg-dim);font-size:12px}.home-page .hp-test-role{color:var(--fg-dim);font-size:12px;font-style:italic}.home-page .hp-test-quote{color:var(--fg);margin-bottom:0;font-size:15px;line-height:1.55}.home-page .hp-features{border-top:1px solid var(--border);padding:96px 0}.home-page .hp-features-head{text-align:center;margin-bottom:64px}.home-page .hp-feature-rows{flex-direction:column;gap:64px;display:flex}@media (min-width:900px){.home-page .hp-feature-rows{gap:96px}}.home-page .hp-feature-row{grid-template-columns:1fr;align-items:center;gap:32px;display:grid}@media (min-width:900px){.home-page .hp-feature-row{grid-template-columns:1fr 1fr;gap:64px}.home-page .hp-feature-row.reverse .hp-feature-row-media{order:2}}.home-page .hp-feature-row-media{aspect-ratio:4/3;background:var(--bg-card);border:1px solid var(--border);border-radius:18px;justify-content:center;align-items:center;padding:28px;display:flex;overflow:hidden}.home-page .hp-row-preview{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.home-page .hp-feature-row-text h3{letter-spacing:-.02em;margin-bottom:14px;font-size:clamp(26px,3vw,34px);font-weight:500;line-height:1.1}.home-page .hp-feature-row-text p{color:var(--fg-muted);margin-bottom:24px;font-size:16px;line-height:1.6}.home-page .hp-feature-bullets{flex-direction:column;gap:12px;list-style:none;display:flex}.home-page .hp-feature-bullets li{color:var(--fg);align-items:flex-start;gap:12px;font-size:14.5px;display:flex}.home-page .hp-check{width:18px;height:18px;color:var(--accent);flex-shrink:0;margin-top:2px}.home-page .hp-mini-canvas{justify-content:center;align-items:center;gap:8px;width:100%;height:100%;display:flex}.home-page .hp-mini-frame{background:#f3ede4;border-radius:4px;width:56px;padding:6px 6px 14px;transform:rotate(-3deg);box-shadow:0 8px 16px -8px #0009}.home-page .hp-mini-frame:nth-child(2){width:64px;transform:rotate(2deg)}.home-page .hp-mini-frame:nth-child(3){width:52px;transform:rotate(-1deg)}.home-page .hp-mini-frame.big{width:72px}.home-page .hp-mini-frame .hp-polaroid-img{aspect-ratio:1;border-radius:1px;overflow:hidden}@media (max-width:600px){.home-page .hp-mini-frame.big{width:56px}}.home-page .hp-feat-templates{aspect-ratio:unset;align-items:stretch;padding:8px}.home-page .hp-tmpl-gallery{gap:8px;width:100%;display:flex}.home-page .hp-tmpl-tile{aspect-ratio:9/16;border-radius:10px;flex:1;min-height:180px;position:relative;overflow:hidden}.home-page .hp-ai-preview{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);grid-template-areas:"a a b""a a b""c d e";gap:6px;width:100%;height:100%;display:grid}.home-page .hp-ai-tile{border-radius:6px;position:relative;overflow:hidden}.home-page .hp-hd-preview{grid-template-rows:1fr 1fr;gap:6px;width:100%;height:100%;display:grid}.home-page .hp-hd-top{grid-template-columns:2fr 1fr;gap:6px;min-height:0;display:grid}.home-page .hp-hd-tile{border-radius:6px;position:relative;overflow:hidden}.home-page .hp-hd-bottom{grid-template-columns:repeat(3,1fr);gap:6px;min-height:0;display:grid}.home-page .hp-hd-portrait{border-radius:6px;position:relative;overflow:hidden}.home-page .hp-film-strip{grid-template-columns:repeat(3,1fr);gap:4px;width:100%;height:100%;display:grid}.home-page .hp-film-cell{border-radius:4px;position:relative;overflow:hidden}.home-page .hp-marquee-section{border-top:1px solid var(--border);padding:80px 0 96px;overflow:hidden}.home-page .hp-marquee-head{text-align:center;margin-bottom:48px}.home-page .hp-marquee-head .hp-section-sub{margin:12px auto 0}.home-page .hp-marquee{width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000);mask-image:linear-gradient(90deg,#0000,#000 8% 92%,#0000)}.home-page .hp-marquee-track{gap:20px;width:max-content;animation:60s linear infinite hp-marquee-ltr;display:flex}@keyframes hp-marquee-ltr{0%{transform:translate(-50%)}to{transform:translate(0)}}.home-page .hp-marquee-card{aspect-ratio:9/16;border-radius:12px;flex-shrink:0;width:160px;position:relative;overflow:hidden;box-shadow:0 12px 32px -12px #0009}@media (max-width:600px){.home-page .hp-marquee-card{width:160px}}.home-page .hp-toolkit{border-top:1px solid var(--border);padding:96px 0}.home-page .hp-toolkit-head{text-align:center;margin-bottom:56px}.home-page .hp-toolkit-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}@media (min-width:900px){.home-page .hp-toolkit-grid{grid-template-columns:repeat(6,1fr)}.home-page .hp-toolkit-card{grid-column:span 2}.home-page .hp-toolkit-card:nth-child(13){grid-column:2/span 2}.home-page .hp-toolkit-card:nth-child(14){grid-column:4/span 2}}.home-page .hp-toolkit-card{background:0 0;border:none;border-radius:14px;padding:24px}.home-page .hp-feature-icon{background:var(--accent-soft);width:36px;height:36px;color:var(--accent);border-radius:9px;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.home-page .hp-toolkit-card h3{letter-spacing:-.01em;margin-bottom:8px;font-size:16px;font-weight:600}.home-page .hp-toolkit-card p{color:var(--fg-muted);font-size:14px;line-height:1.55}.home-page .hp-platforms{border-top:1px solid var(--border);text-align:center;padding:96px 0}.home-page .hp-platform-row{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:56px;display:flex}.home-page .hp-platform{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:88px;height:88px;transition:border-color .2s,transform .2s;display:flex}.home-page .hp-platform:hover{border-color:var(--accent);transform:translateY(-2px)}.home-page .hp-platform-label{color:var(--fg-muted);font-family:JetBrains Mono,monospace;font-size:11px}.home-page .hp-faq{border-top:1px solid var(--border);padding:96px 0}.home-page .hp-faq-head{text-align:center;margin-bottom:48px}.home-page .hp-faq-list{flex-direction:column;gap:12px;max-width:760px;margin:0 auto;display:flex}.home-page .hp-faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:border-color .2s;overflow:hidden}.home-page .hp-faq-item.open{border-color:var(--border-strong)}.home-page .hp-faq-q{text-align:left;width:100%;color:var(--fg);justify-content:space-between;align-items:center;gap:16px;padding:20px 24px;font-size:15px;font-weight:500;display:flex}.home-page .hp-faq-toggle{width:20px;height:20px;color:var(--fg-muted);flex-shrink:0;transition:transform .25s}.home-page .hp-faq-item.open .hp-faq-toggle{color:var(--accent);transform:rotate(180deg)}.home-page .hp-faq-a{max-height:0;transition:max-height .3s;overflow:hidden}.home-page .hp-faq-a-inner{color:var(--fg-muted);padding:0 24px 20px;font-size:14px;line-height:1.6}.home-page .hp-end-cta{border-top:1px solid var(--border);text-align:center;padding:96px 0}.home-page .hp-end-cta-mark{justify-content:center;margin-bottom:24px;display:flex}.home-page .hp-end-cta-stores{flex-wrap:wrap;justify-content:center;gap:12px;margin-top:32px;display:flex}.home-page .hp-footer{border-top:1px solid var(--border);padding:48px 0 32px}.home-page .hp-footer-grid{flex-direction:column;gap:32px;margin-bottom:40px;display:flex}@media (min-width:768px){.home-page .hp-footer-grid{flex-direction:row;justify-content:space-between;align-items:flex-start}}.home-page .hp-footer-brand{max-width:280px}.home-page .hp-footer-brand p{color:var(--fg-dim);margin-top:14px;font-size:13px;line-height:1.6}.home-page .hp-footer-cols{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}@media (min-width:768px){.home-page .hp-footer-cols{gap:64px}}.home-page .hp-footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--fg-dim);margin-bottom:14px;font-size:12px;font-weight:500}.home-page .hp-footer-col a{color:var(--fg-muted);padding:4px 0;font-size:13px;transition:color .15s;display:block}.home-page .hp-footer-col a:hover{color:var(--fg)}.home-page .hp-footer-bot{border-top:1px solid var(--border);color:var(--fg-dim);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-top:24px;font-size:12px;display:flex}
