@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{object-fit:cover;border-radius:50%;flex-shrink:0;width:36px;height:36px;overflow:hidden}.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;text-decoration:none}.home-page .hp-byline-name:hover{color:var(--fg-muted);text-decoration:none}.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:36px 0 14px}.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:0;font-size:16px;line-height:1.6}.home-page .hp-blog-hero .hp-blog-author-byline{color:var(--fg);margin-top:-16px;margin-bottom:0;font-size:15px;font-weight:600}.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:28px 0 64px}.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{object-fit:cover;border-radius:50%;flex-shrink:0;width:26px;height:26px;overflow:hidden}.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:clip}@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 a.hp-btn-primary{color:var(--accent-text);text-decoration:none}.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{flex:1;grid-template-columns:repeat(4,1fr);gap:32px;display:grid}@media (min-width:768px){.home-page .hp-footer-cols{gap:40px}}.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}.home-page .hp-tools-hero{border-bottom:1px solid var(--border);padding:36px 0 24px}.home-page .hp-tools-hero h1{letter-spacing:-.025em;margin-bottom:12px;font-size:clamp(36px,5vw,56px);font-weight:500;line-height:1.05}.home-page .hp-tools-hero h1 em{color:var(--accent);font-style:normal;font-weight:700}.home-page .hp-tools-hero .hp-tools-sub{color:var(--fg-muted);max-width:540px;font-size:16px;line-height:1.6}.home-page .hp-tools-content{padding:28px 0 64px}.home-page .hp-tools-grid{grid-template-columns:1fr;gap:20px;display:grid}@media (min-width:640px){.home-page .hp-tools-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.home-page .hp-tools-grid{grid-template-columns:repeat(3,1fr)}}.home-page .hp-tool-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-tool-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)}.home-page .hp-tool-icon-wrap{aspect-ratio:16/7;flex-shrink:0;justify-content:center;align-items:center;width:100%;display:flex}.home-page .hp-tool-icon-amber{color:#f7b83d;color:lab(79.1609% 15.493 67.4391);background:#301d00;background:lab(12.8817% 10.5314 25.7664)}.home-page .hp-tool-icon-pink{color:#ff8baa;color:lab(72.0606% 65.4168 7.76336);background:#360416;background:lab(8.55061% 25.9153 3.08402)}.home-page .hp-tool-icon-blue{color:#00afff;color:lab(67.1932% -16.4474 -55.8621);background:#001d33;background:lab(9.22678% -4.052 -24.5533)}.home-page .hp-tool-icon-green{color:#4cc157;color:lab(69.679% -50.5618 42.4636);background:#002203;background:lab(10.4376% -21.2817 14.9813)}.home-page .hp-tool-icon-purple{color:#a58eff;color:lab(64.6752% 36.2272 -67.1204);background:#1c103c;background:lab(8.23149% 16.1017 -26.7152)}.home-page .hp-tool-icon-teal{color:#00bfb0;color:lab(69.6817% -63.2648 -6.23477);background:#00201d;background:lab(10.4793% -25.8735 -2.71713)}.home-page .hp-tool-body{flex-direction:column;flex:1;gap:8px;padding:22px 24px 24px;display:flex}.home-page .hp-tool-tag{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:2px;font-family:JetBrains Mono,monospace;font-size:10px}.home-page .hp-tool-title{letter-spacing:-.01em;color:var(--fg);font-size:16px;font-weight:600;line-height:1.45;transition:color .15s}.home-page .hp-tool-card:hover .hp-tool-title{color:var(--accent)}.home-page .hp-tool-desc{color:var(--fg-muted);flex:1;font-size:13.5px;line-height:1.6}.home-page .hp-tool-foot{border-top:1px solid var(--border);align-items:center;gap:8px;margin-top:16px;padding-top:14px;display:flex}.home-page .hp-tool-badge-free{letter-spacing:.08em;text-transform:uppercase;color:#4cc157;color:lab(69.679% -50.5618 42.4636);background:#002203;background:lab(10.4376% -21.2817 14.9813);border-radius:4px;padding:2px 7px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.home-page .hp-tool-badge{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);background:var(--accent-soft);border-radius:4px;padding:2px 7px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.home-page .hp-tool-cta{color:var(--fg-dim);margin-left:auto;font-family:JetBrains Mono,monospace;font-size:12px;transition:color .15s}.home-page .hp-tool-card:hover .hp-tool-cta{color:var(--accent)}.home-page .gm-hero{border-bottom:1px solid var(--border);padding:28px 0 20px}.home-page .gm-hero h1{letter-spacing:-.025em;color:var(--fg);margin-bottom:12px;font-size:clamp(30px,5vw,52px);font-weight:500;line-height:1.1}.home-page .gm-hero h1 em{color:var(--accent);font-style:normal;font-weight:700}.home-page .gm-hero-sub{color:var(--fg-muted);max-width:600px;font-size:14px;line-height:1.5}.home-page .gm-tool-section{padding:20px 0 48px}.home-page .gm-tool-layout{grid-template-columns:1fr;align-items:start;gap:32px;display:grid}@media (min-width:900px){.home-page .gm-tool-layout{grid-template-columns:380px 1fr;gap:40px}}.home-page .gm-upload-zone{border:2px dashed var(--border-strong);text-align:center;cursor:pointer;background:var(--bg-card);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:100px;padding:20px 16px;transition:border-color .2s,background .2s;display:flex;position:relative;overflow:hidden}.home-page .gm-upload-zone:hover,.home-page .gm-upload-zone.drag-over{border-color:var(--accent);background:var(--accent-soft)}.home-page .gm-upload-icon{width:36px;height:36px;color:var(--fg-dim);flex-shrink:0;margin-bottom:10px}.home-page .gm-upload-label{color:var(--fg-muted);margin-bottom:4px;font-size:14px;font-weight:500}.home-page .gm-upload-hint{color:var(--fg-dim);font-family:JetBrains Mono,monospace;font-size:11px}.home-page .gm-upload-preview{aspect-ratio:1;object-fit:cover;border-radius:8px;width:100%;display:block}.home-page .gm-upload-change{background:var(--bg-elev);border:1px solid var(--border-strong);color:var(--fg-muted);cursor:pointer;border-radius:6px;padding:4px 8px;font-family:JetBrains Mono,monospace;font-size:11px;transition:color .15s,border-color .15s;position:absolute;bottom:10px;right:10px}.home-page .gm-upload-change:hover{color:var(--accent);border-color:var(--accent)}.home-page .gm-controls-panel{flex-direction:column;gap:12px;margin-top:14px;display:flex}.home-page .gm-control-group{flex-direction:column;gap:8px;display:flex}.home-page .gm-control-label{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim);font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.home-page .gm-stepper{background:var(--bg-card);border:1px solid var(--border-strong);border-radius:8px;align-items:center;gap:6px;padding:4px;display:inline-flex}.home-page .gm-stepper button{background:var(--bg-elev);width:30px;height:30px;color:var(--fg-muted);cursor:pointer;border:none;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;font-family:JetBrains Mono,monospace;font-size:16px;font-weight:500;transition:background .15s,color .15s;display:flex}.home-page .gm-stepper button:hover:not(:disabled){background:var(--accent-soft);color:var(--accent)}.home-page .gm-stepper button:disabled{opacity:.3;cursor:not-allowed}.home-page .gm-stepper span{text-align:center;min-width:36px;color:var(--fg);font-family:JetBrains Mono,monospace;font-size:15px;font-weight:700}.home-page .gm-stepper-label{color:var(--fg-dim);margin-left:4px;font-family:JetBrains Mono,monospace;font-size:11px}.home-page .gm-btn-row{flex-wrap:wrap;gap:6px;display:flex}.home-page .gm-opt-btn{border:1px solid var(--border-strong);background:var(--bg-card);color:var(--fg-muted);cursor:pointer;white-space:nowrap;border-radius:7px;padding:6px 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;transition:border-color .15s,color .15s,background .15s}.home-page .gm-opt-btn:hover:not(.active){border-color:var(--accent);color:var(--accent)}.home-page .gm-opt-btn.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.home-page .gm-gap-row{align-items:center;gap:12px;display:flex}.home-page .gm-gap-slider{appearance:none;background:var(--border-strong);cursor:pointer;border-radius:2px;outline:none;flex:1;height:4px}.home-page .gm-gap-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;width:16px;height:16px;box-shadow:0 0 0 2px var(--accent-soft);border-radius:50%}.home-page .gm-gap-slider::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:16px;height:16px}.home-page .gm-gap-value{color:var(--fg-muted);text-align:right;min-width:42px;font-family:JetBrains Mono,monospace;font-size:12px}.home-page .gm-swatch-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.home-page .gm-swatch{border:2px solid var(--border-strong);cursor:pointer;border-radius:50%;flex-shrink:0;width:26px;height:26px;transition:transform .15s,border-color .15s,box-shadow .15s}.home-page .gm-swatch:hover{transform:scale(1.15)}.home-page .gm-swatch.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft);transform:scale(1.1)}.home-page .gm-swatch-transparent{background-color:#ccc;background-image:linear-gradient(45deg,#888 25%,#0000 25%),linear-gradient(-45deg,#888 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#888 75%),linear-gradient(-45deg,#0000 75%,#888 75%);background-position:0 0,0 4px,4px -4px,-4px 0;background-size:8px 8px}.home-page .gm-swatch-transparent.disabled{opacity:.35;cursor:not-allowed;transform:none}.home-page .gm-color-input-wrap{border:2px dashed var(--border-strong);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:border-color .15s;display:inline-flex;overflow:hidden}.home-page .gm-color-input-wrap:hover{border-color:var(--accent)}.home-page .gm-color-input-wrap.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.home-page .gm-color-input{cursor:pointer;background:0 0;border:none;width:36px;height:36px;padding:0;transform:scale(1.5)}.home-page .gm-preview-col{flex-direction:column;gap:14px;display:flex;position:sticky;top:80px}.home-page .gm-preview-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.home-page .gm-preview-heading{color:var(--fg-dim);text-transform:uppercase;letter-spacing:.1em;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600}.home-page .gm-privacy-badge{color:#4cc157;color:lab(69.679% -50.5618 42.4636);letter-spacing:.04em;white-space:nowrap;background:#002203;background:lab(10.4376% -21.2817 14.9813);border-radius:999px;padding:3px 10px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500}.home-page .gm-perf-warning{color:var(--accent);background:var(--accent-soft);border:1px solid #f7b83d4d;border:1px solid lab(79.1609% 15.493 67.4391/.3);border-radius:8px;padding:8px 12px;font-family:JetBrains Mono,monospace;font-size:11px;line-height:1.5}.home-page .gm-preview-frame{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;justify-content:center;align-items:center;min-height:240px;display:flex;position:relative;overflow:hidden}.home-page .gm-preview-empty{color:var(--fg-dim);text-align:center;padding:48px 24px;font-size:13px;line-height:1.6}.home-page .gm-grid-preview{grid-template-columns:repeat(var(--gm-cols,3),1fr);width:100%;max-width:400px;margin:0 auto;display:grid}.home-page .gm-grid-cell{background:var(--bg-elev);background-size:calc(var(--gm-cols,3)*100%);position:relative;overflow:hidden}.home-page .gm-tile-number{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:1;background:#000000a6;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;line-height:1;display:flex;position:absolute;bottom:4px;right:4px}.home-page .gm-tile-number.highlight{background:var(--accent);color:#000}.home-page .gm-download-section{flex-direction:column;gap:8px;display:flex}.home-page .gm-download-btn{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:filter .15s,transform .15s,opacity .15s;display:flex}.home-page .gm-download-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.home-page .gm-download-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.home-page .gm-tile-count{color:var(--fg-dim);text-align:center;font-family:JetBrains Mono,monospace;font-size:11px}.home-page .gm-format-note{color:var(--accent);text-align:center;font-family:JetBrains Mono,monospace;font-size:11px}.home-page .gm-post-download-cta{border-top:1px solid var(--border);padding:28px 0 40px}.home-page .gm-post-download-cta p{color:var(--fg-dim);text-align:center;font-size:14px;line-height:1.6}.home-page .gm-post-download-cta a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.home-page .gm-article{border-top:1px solid var(--border);padding:64px 0 80px}.home-page .gm-article-body{max-width:760px}.home-page .gm-article-body h2{letter-spacing:-.015em;color:var(--fg);margin:48px 0 16px;font-size:clamp(20px,2.5vw,26px);font-weight:600;line-height:1.25}.home-page .gm-article-body h2:first-child{margin-top:0}.home-page .gm-article-body h3{letter-spacing:-.01em;color:var(--fg);margin:28px 0 10px;font-size:clamp(16px,2vw,19px);font-weight:600;line-height:1.3}.home-page .gm-article-body p{color:var(--fg-muted);margin-bottom:16px;font-size:15px;line-height:1.7}.home-page .gm-article-body ul,.home-page .gm-article-body ol{margin-bottom:16px;padding-left:20px}.home-page .gm-article-body li{color:var(--fg-muted);margin-bottom:6px;font-size:15px;line-height:1.7}.home-page .gm-article-body strong{color:var(--fg);font-weight:600}.home-page .gm-article-body a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.home-page .gm-article-body a.hp-btn-primary{color:var(--accent-text);text-decoration:none}.home-page .gm-article-body hr{border:none;border-top:1px solid var(--border);margin:32px 0}.home-page .gm-order-diagram{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin:16px 0 24px;padding:20px}.home-page .gm-diagram-grid{gap:4px;width:fit-content;margin:0 auto;display:grid}.home-page .gm-diagram-cell{background:var(--bg-elev);border:1px solid var(--border-strong);width:52px;height:52px;color:var(--fg-muted);border-radius:6px;justify-content:center;align-items:center;font-family:JetBrains Mono,monospace;font-size:13px;font-weight:700;display:flex}.home-page .gm-diagram-cell.first{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.home-page .gm-diagram-cell.last{color:#4cc157;color:lab(69.679% -50.5618 42.4636);background:#002203;background:lab(10.4376% -21.2817 14.9813);border-color:#4cc157;border-color:lab(69.679% -50.5618 42.4636)}.home-page .gm-diagram-legend{flex-wrap:wrap;justify-content:center;gap:20px;margin-top:14px;display:flex}.home-page .gm-diagram-legend-item{color:var(--fg-dim);align-items:center;gap:6px;font-family:JetBrains Mono,monospace;font-size:11px;display:flex}.home-page .gm-legend-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.home-page .gm-faq-list{flex-direction:column;gap:0;display:flex}.home-page .gm-faq-item{border-bottom:1px solid var(--border);padding:18px 0}.home-page .gm-faq-item:last-child{border-bottom:none}.home-page .gm-faq-q{color:var(--fg);margin-bottom:8px;font-size:15px;font-weight:600;line-height:1.4}.home-page .gm-faq-a{color:var(--fg-muted);margin:0;font-size:14px;line-height:1.7}.home-page .gm-faq-a a{color:var(--accent);text-underline-offset:3px;text-decoration:underline}.home-page .gm-steppers-row{flex-wrap:wrap;gap:16px;display:flex}.home-page .gm-stepper-group{flex-direction:column;gap:6px;display:flex}@media (max-width:640px){.home-page .gm-tool-section{padding:28px 0 60px}.home-page .gm-upload-zone{padding:24px 16px}.home-page .gm-controls-panel{gap:14px}.home-page .gm-opt-btn{padding:5px 10px;font-size:11px}.home-page .gm-diagram-cell{width:42px;height:42px;font-size:11px}.home-page .gm-preview-col{position:static}}.home-page .mi-hero{border-bottom:1px solid var(--border);padding:28px 0 20px}.home-page .mi-hero h1{letter-spacing:-.025em;color:var(--fg);margin-bottom:12px;font-size:clamp(30px,5vw,52px);font-weight:500;line-height:1.1}.home-page .mi-hero h1 em{color:var(--accent);font-style:normal;font-weight:700}.home-page .mi-hero-sub{color:var(--fg-muted);max-width:600px;font-size:14px;line-height:1.5}.home-page .mi-tool-section{padding:20px 0 48px}.home-page .mi-tool-layout{grid-template-columns:1fr;align-items:start;gap:32px;display:grid}@media (min-width:900px){.home-page .mi-tool-layout{grid-template-columns:380px 1fr;gap:40px}}.home-page .mi-upload-zone{border:2px dashed var(--border-strong);text-align:center;cursor:pointer;background:var(--bg-card);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:100px;padding:20px 16px;transition:border-color .2s,background .2s;display:flex}.home-page .mi-upload-zone:hover,.home-page .mi-upload-zone.drag-over{border-color:var(--accent);background:var(--accent-soft)}.home-page .mi-upload-icon{width:36px;height:36px;color:var(--fg-dim);flex-shrink:0;margin-bottom:10px}.home-page .mi-upload-label{color:var(--fg-muted);margin-bottom:4px;font-size:14px;font-weight:500}.home-page .mi-upload-hint{color:var(--fg-dim);font-family:JetBrains Mono,monospace;font-size:11px}.home-page .mi-image-list{border:1px solid var(--border);background:var(--bg-card);border-radius:10px;flex-direction:column;gap:6px;max-height:280px;margin-top:10px;padding:8px;display:flex;overflow-y:auto}.home-page .mi-image-item{background:var(--bg-elev);border-radius:8px;align-items:center;gap:8px;padding:4px;display:flex}.home-page .mi-image-num{color:var(--fg-dim);text-align:center;flex-shrink:0;min-width:16px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700}.home-page .mi-image-thumb{object-fit:cover;background:var(--bg-card);border-radius:6px;flex-shrink:0;width:40px;height:40px}.home-page .mi-image-order{flex-direction:column;gap:2px;margin-left:auto;display:flex}.home-page .mi-order-btn{border:1px solid var(--border-strong);background:var(--bg-card);width:24px;height:24px;color:var(--fg-muted);cursor:pointer;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;transition:background .15s,color .15s;display:flex}.home-page .mi-order-btn:hover:not(:disabled){background:var(--accent-soft);color:var(--accent)}.home-page .mi-order-btn:disabled{opacity:.25;cursor:not-allowed}.home-page .mi-image-remove{border:1px solid var(--border-strong);background:var(--bg-card);width:26px;height:26px;color:var(--fg-dim);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;line-height:1;transition:background .15s,color .15s,border-color .15s;display:flex}.home-page .mi-image-remove:hover{color:#ffb6af;color:lab(81.1512% 46.7935 26.2569);background:#5f0004;background:lab(17.2177% 47.9276 29.006);border-color:#de3b3d;border-color:lab(51.5803% 63.2457 38.9399)}.home-page .mi-controls-panel{flex-direction:column;gap:12px;margin-top:14px;display:flex}.home-page .mi-control-group{flex-direction:column;gap:8px;display:flex}.home-page .mi-control-label{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim);font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.home-page .mi-btn-row{flex-wrap:wrap;gap:6px;display:flex}.home-page .mi-btn-row-wrap{flex-wrap:wrap}.home-page .mi-opt-btn{border:1px solid var(--border-strong);background:var(--bg-card);color:var(--fg-muted);cursor:pointer;white-space:nowrap;border-radius:7px;padding:6px 12px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;transition:border-color .15s,color .15s,background .15s}.home-page .mi-opt-btn:hover:not(.active){border-color:var(--accent);color:var(--accent)}.home-page .mi-opt-btn.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);font-weight:600}.home-page .mi-gap-row{align-items:center;gap:12px;display:flex}.home-page .mi-gap-slider{appearance:none;background:var(--border-strong);cursor:pointer;border-radius:2px;outline:none;flex:1;height:4px}.home-page .mi-gap-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;width:16px;height:16px;box-shadow:0 0 0 2px var(--accent-soft);border-radius:50%}.home-page .mi-gap-slider::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:16px;height:16px}.home-page .mi-gap-value{color:var(--fg-muted);text-align:right;min-width:42px;font-family:JetBrains Mono,monospace;font-size:12px}.home-page .mi-swatch-row{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.home-page .mi-swatch{border:2px solid var(--border-strong);cursor:pointer;border-radius:50%;flex-shrink:0;width:26px;height:26px;transition:transform .15s,border-color .15s,box-shadow .15s}.home-page .mi-swatch:hover{transform:scale(1.15)}.home-page .mi-swatch.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft);transform:scale(1.1)}.home-page .mi-swatch-transparent{background-color:#ccc;background-image:linear-gradient(45deg,#888 25%,#0000 25%),linear-gradient(-45deg,#888 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#888 75%),linear-gradient(-45deg,#0000 75%,#888 75%);background-position:0 0,0 4px,4px -4px,-4px 0;background-size:8px 8px}.home-page .mi-color-input-wrap{border:2px dashed var(--border-strong);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;transition:border-color .15s;display:inline-flex;position:relative;overflow:hidden}.home-page .mi-color-input-wrap:hover{border-color:var(--accent)}.home-page .mi-color-input-wrap.active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-soft)}.home-page .mi-preview-col{flex-direction:column;gap:14px;display:flex;position:sticky;top:80px}.home-page .mi-preview-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.home-page .mi-preview-heading{color:var(--fg-dim);text-transform:uppercase;letter-spacing:.1em;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:600}.home-page .mi-privacy-badge{color:#4cc157;color:lab(69.679% -50.5618 42.4636);letter-spacing:.04em;white-space:nowrap;background:#002203;background:lab(10.4376% -21.2817 14.9813);border-radius:999px;padding:3px 10px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:500}.home-page .mi-preview-frame{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;justify-content:center;align-items:center;min-height:240px;display:flex;position:relative;overflow:hidden}.home-page .mi-preview-empty{color:var(--fg-dim);text-align:center;padding:48px 24px;font-size:13px;line-height:1.6}.home-page .mi-preview-img{border-radius:8px;width:auto;max-width:100%;height:auto;max-height:420px;margin:0 auto;display:block}.home-page .mi-download-section{flex-direction:column;gap:8px;display:flex}.home-page .mi-download-btn{background:var(--accent);color:#000;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:filter .15s,transform .15s,opacity .15s;display:flex}.home-page .mi-download-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.home-page .mi-download-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}@keyframes mi-btn-process{0%,to{filter:brightness(.6)}50%{filter:brightness()}}.home-page .mi-download-btn.processing{cursor:wait;pointer-events:none;animation:1.4s ease-in-out infinite mi-btn-process}.home-page .mi-size-note{color:var(--fg-dim);text-align:center;font-family:JetBrains Mono,monospace;font-size:11px}.home-page .mi-format-note{color:var(--accent);text-align:center;font-family:JetBrains Mono,monospace;font-size:11px}@media (max-width:640px){.home-page .mi-tool-section{padding:28px 0 60px}.home-page .mi-upload-zone{padding:24px 16px}.home-page .mi-controls-panel{gap:14px}.home-page .mi-opt-btn{padding:5px 10px;font-size:11px}.home-page .mi-preview-col{position:static}}.home-page .mi-article-layout{flex-direction:row;align-items:flex-start;gap:48px;display:flex}.home-page .mi-article-layout>.gm-article-body{flex:1;min-width:0;max-width:760px;margin:0}.home-page .mi-tools-sidebar{flex-direction:column;flex-shrink:0;align-self:flex-start;gap:10px;width:320px;display:flex;position:sticky;top:80px}.home-page .mi-sidebar-label{letter-spacing:.1em;text-transform:uppercase;color:var(--fg-dim);margin-bottom:2px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:600}.home-page .mi-sidebar-tool-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;flex-direction:column;gap:8px;padding:18px;text-decoration:none;transition:border-color .2s,background .2s;display:flex}.home-page .mi-sidebar-tool-card:hover{border-color:var(--accent);background:var(--accent-soft)}.home-page .mi-sidebar-tool-tag{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);font-family:JetBrains Mono,monospace;font-size:9px;font-weight:600}.home-page .mi-sidebar-tool-title{color:var(--fg);font-size:15px;font-weight:600;line-height:1.3}.home-page .mi-sidebar-tool-desc{color:var(--fg-muted);margin:0;font-size:13px;line-height:1.5}.home-page .mi-sidebar-tool-cta{color:var(--accent);margin-top:4px;font-size:13px;font-weight:600}@media (max-width:960px){.home-page .mi-article-layout{flex-direction:column}.home-page .mi-article-layout>.gm-article-body{max-width:none}.home-page .mi-tools-sidebar{display:none}}.home-page .mi-hero-meta{margin-bottom:8px}.home-page .mi-hero-badges{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.home-page .sb-upload-pair{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.home-page .sb-upload-slot-wrap{flex-direction:column;gap:6px;display:flex}.home-page .sb-slot-label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary,#888);font-size:11px;font-weight:600}.home-page .sb-upload-zone-half{min-height:120px;padding:14px 10px}.home-page .sb-slot-preview{aspect-ratio:1;border:2px solid var(--border-strong);background:var(--bg-card);border-radius:8px;width:100%;position:relative;overflow:hidden}.home-page .sb-slot-thumb{object-fit:cover;width:100%;height:100%;display:block}.home-page .sb-slot-remove{color:#fff;cursor:pointer;background:#000000b8;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;line-height:1;transition:background .15s;display:flex;position:absolute;top:6px;right:6px}.home-page .sb-slot-remove:hover{background:#dc2626e6}.home-page .sb-slot-change{color:#fff;cursor:pointer;white-space:nowrap;background:#000000a6;border:none;border-radius:4px;padding:3px 10px;font-size:11px;transition:background .15s;position:absolute;bottom:6px;left:50%;transform:translate(-50%)}.home-page .sb-slot-change:hover{background:#000000e0}.home-page .sb-toggle-row{justify-content:space-between;align-items:center;gap:8px;display:flex}.home-page .sb-toggle-btn{border:1.5px solid var(--border-strong);color:var(--text-secondary,#888);cursor:pointer;background:0 0;border-radius:12px;flex-shrink:0;padding:3px 12px;font-size:11px;font-weight:600;transition:all .15s}.home-page .sb-toggle-btn.active{background:var(--accent);border-color:var(--accent);color:#000}.home-page .sb-labels-section{flex-direction:column;gap:8px;margin-top:10px;display:flex}.home-page .sb-label-subsection{background:var(--bg-elev);border-radius:8px;flex-direction:column;gap:6px;padding:10px 12px;display:flex}.home-page .sb-label-subsection-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text-secondary,#888);font-size:11px;font-weight:600}.home-page .sb-label-input{border:1.5px solid var(--border-strong);background:var(--bg-card);width:100%;color:inherit;box-sizing:border-box;border-radius:6px;padding:6px 10px;font-family:inherit;font-size:13px}.home-page .sb-label-input:focus{border-color:var(--accent);outline:none}.home-page .sb-position-grid{grid-template-columns:1fr 1fr;gap:4px;display:grid}.home-page .sb-pos-btn{text-align:center;justify-content:center;padding:4px 6px!important;font-size:11px!important}@media (max-width:480px){.home-page .sb-upload-pair{gap:8px}.home-page .sb-upload-zone-half{min-height:90px;padding:10px 6px}}
