.hv3-hero{min-height:100vh;display:flex;align-items:center;padding:80px 1.75rem 4rem;overflow:hidden}.hv3-hero-inner{display:grid;grid-template-columns:1fr 1.05fr;gap:4rem;align-items:center;width:100%;max-width:1320px;margin:0 auto}.hv3-hero-left{animation:hv3-up .65s ease both;display:flex;gap:1.25rem;align-items:stretch}.hv3-hero-left-content{min-width:0;flex:1}.hv3-hero-right{display:flex;flex-direction:column;gap:1.25rem}@keyframes hv3-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.hv3-hero-rail{flex-shrink:0;width:20px;padding-top:8px;padding-bottom:8px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;border-left:1px solid var(--border)}.hv3-hero-rail span{font-family:JetBrains Mono,monospace;font-size:9px;color:var(--text-3);letter-spacing:.1em;writing-mode:vertical-rl}.hv3-hero-bar{display:block;width:64px;height:4px;border-radius:2px;margin-bottom:1.1rem;background:linear-gradient(90deg,#f2793a,#8b4fd9,#e0489e)}.hv3-hero-title{font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;margin-bottom:1.25rem}.hero-word-a{color:#ea7c3c}.hero-word-b{background:linear-gradient(120deg,#8b4fd9,#e0489e);-webkit-background-clip:text;background-clip:text;color:transparent}.hv3-hero-desc{font-size:.95rem;color:var(--text-2);line-height:1.75;max-width:420px;margin-bottom:2rem}.hv3-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:2rem}.hv3-hero-btn{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;padding:12px 20px;border-radius:var(--r);text-decoration:none;transition:transform .15s,opacity .15s}.hv3-hero-btn:hover{transform:translateY(-1px)}.hv3-hero-btn svg{transition:transform .25s ease}.hv3-hero-btn--dark{background:var(--text);color:var(--bg)}.hv3-hero-btn--dark:hover{opacity:.88}.hv3-hero-btn--dark:hover svg{transform:translate(3px)}.hv3-hero-btn-prompt{font-family:JetBrains Mono,monospace;color:#f2793a;transition:color .2s ease}.hv3-hero-btn--dark:hover .hv3-hero-btn-prompt{color:#ffb27a}.hv3-hero-btn--outline{background:transparent;color:var(--text);border:1px solid var(--border-s)}.hv3-hero-btn--outline:hover{border-color:var(--text-3)}.hv3-hero-btn--outline:hover svg{transform:rotate(50deg)}.hv3-hero-stats{display:flex;gap:20px;padding-top:1.5rem;border-top:1px solid var(--border)}.hv3-hstat{display:flex;gap:10px;align-items:center}.hv3-hstat-n{font-size:1.6rem;font-weight:800;color:var(--acc);line-height:1;letter-spacing:-.03em}.hv3-hstat-l{font-family:JetBrains Mono,monospace;font-size:8px;color:var(--text-3);text-transform:uppercase;line-height:1.35;letter-spacing:.06em}.hv3-hero-ide-lang{margin-left:auto;font-family:JetBrains Mono,monospace;font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:#88c0f099;background:rgba(136,192,240,.1);border:1px solid rgba(136,192,240,.25);padding:2px 7px;border-radius:2px}.hv3-hero-ide-term{border-top:1px solid rgba(255,255,255,.06);background:rgba(0,0,0,.22);padding:.85rem 1.25rem;font-family:JetBrains Mono,monospace;font-size:10.5px;line-height:1.8}.hv3-cursor{display:inline-block;width:6px;height:12px;background:rgba(232,226,212,.6);margin-left:1px;vertical-align:-2px;animation:hv3-blink 1s steps(1) infinite}@keyframes hv3-blink{0%,49%{opacity:1}50%,to{opacity:0}}.hv3-hero-bg-photo{position:absolute;inset:0;z-index:0;background-image:url(/images/hero/desk-scene.webp);background-size:cover;background-position:80% 42%;filter:blur(6px) saturate(1.1);opacity:.5;-webkit-mask-image:linear-gradient(90deg,#000 0%,#000 30%,transparent 58%);mask-image:linear-gradient(90deg,#000 0%,#000 30%,transparent 58%)}[data-theme=dark] .hv3-hero-bg-photo{opacity:.34;filter:blur(6px) saturate(1.1) brightness(.75)}.hv3-hero-inner{position:relative;z-index:1}.hv3-hero-scene{position:relative;min-height:480px;padding:0 0 0 76px;display:flex;align-items:flex-end;justify-content:center}.hv3-hero-scene-dot{position:absolute;top:34px;left:46%;width:26px;height:26px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#b18cf0,#7c4de0);box-shadow:0 0 24px #8b4fd980}.hv3-hero-scene-git{position:absolute;top:46%;right:4px;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,#f2793a,#e0489e);transform:rotate(45deg);display:flex;align-items:center;justify-content:center;box-shadow:var(--sh-m)}.hv3-hero-scene-git svg{transform:rotate(-45deg);color:#fff}.hv3-hero-badges{position:absolute;left:0;top:90px;bottom:90px;width:76px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.hv3-hero-badges:before{content:"";position:absolute;left:50%;top:26px;bottom:26px;width:0;border-left:1px dashed var(--border-s);z-index:0}.hv3-hero-badge{position:relative;z-index:1;width:52px;height:52px;border-radius:14px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--sh-m);display:flex;align-items:center;justify-content:center;animation:hv3-float 3.4s ease-in-out infinite;transition:transform .2s ease,box-shadow .2s ease}.hv3-hero-badge:hover{transform:scale(1.12)!important;box-shadow:var(--sh-l);animation-play-state:paused}.hv3-hero-badge--php{background:#5b4fe5;animation-delay:0s}.hv3-hero-badge--php img{filter:brightness(0) invert(1)}.hv3-hero-badge--laravel{background:#f2793a;animation-delay:.5s}.hv3-hero-badge--laravel img{filter:brightness(0) invert(1)}.hv3-hero-badge--term{color:var(--text);animation-delay:1s}.hv3-hero-badge img{width:24px;height:24px}@keyframes hv3-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}.hv3-laptop{position:relative;z-index:2;width:min(92%,620px);margin-bottom:6px}.hv3-laptop-screen{background:#0b0c10;border-radius:14px 14px 4px 4px;padding:10px 10px 4px;box-shadow:var(--sh-l)}.hv3-laptop-screen .hv3-hero-ide{box-shadow:none;border-radius:6px}.hv3-laptop-base{height:14px;margin:0 -14px;background:linear-gradient(180deg,#d8d8dc,#b9b9c0);border-radius:0 0 8px 8px;position:relative}[data-theme=dark] .hv3-laptop-base{background:linear-gradient(180deg,#2a2a33,#1a1a20)}.hv3-laptop-base:after{content:"";position:absolute;left:50%;top:0;transform:translate(-50%);width:60px;height:5px;background:rgba(0,0,0,.15);border-radius:0 0 6px 6px}.hv3-hmini-single{display:flex;flex-direction:column;gap:3px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-l);padding:12px 16px;text-decoration:none;color:inherit;box-shadow:var(--sh);transition:box-shadow .2s,transform .2s}.hv3-hmini-single:hover{box-shadow:var(--sh-m);transform:translateY(-2px)}.hv3-hmini-cat{font-family:JetBrains Mono,monospace;font-size:8px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--acc)}.hv3-hmini-title{font-size:.85rem;font-weight:600;line-height:1.35;color:var(--text)}.hv3-hmini-link{font-family:JetBrains Mono,monospace;font-size:9px;color:var(--acc);margin-top:2px}.hv3-content-title{font-size:clamp(1.7rem,3.4vw,2.5rem);font-weight:800;line-height:1.15;letter-spacing:-.02em}.hv3-content-head-center{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:640px;margin:0 auto 3rem}.hv3-content-head-center .hv3-sec-sub{margin-top:1rem;max-width:480px}.hv3-content-cta{display:inline-flex;align-items:center;gap:8px;margin-top:1.75rem;background:var(--acc);color:#fff;font-size:.85rem;font-weight:700;padding:12px 24px;border-radius:var(--r);text-decoration:none;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 8px 24px -8px color-mix(in srgb,var(--acc) 60%,transparent)}.hv3-content-cta svg{transition:transform .2s ease}.hv3-content-cta:hover{transform:translateY(-1px);box-shadow:0 12px 28px -8px color-mix(in srgb,var(--acc) 70%,transparent)}.hv3-content-cta:hover svg{transform:translate(3px)}.hv3-content-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;margin-top:2.5rem;align-items:start}.hv3-content-grid--single{grid-template-columns:1fr;max-width:760px;margin-left:auto;margin-right:auto}.hv3-content-col-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hv3-circuit-deco{color:var(--border-s);flex-shrink:0}.hv3-circuit-deco .dot-a{fill:#f2793a}.hv3-circuit-deco .dot-b{fill:var(--acc)}.hv3-pat-cards{display:flex;flex-direction:column;gap:1.25rem}.hv3-pat-card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-l);padding:1.25rem 1.25rem 1.5rem;text-decoration:none;box-shadow:var(--sh);transition:transform .2s ease,box-shadow .2s ease}.hv3-pat-card:hover{transform:translateY(-2px);box-shadow:var(--sh-m)}.hv3-pat-card:focus-visible{outline:2px solid var(--acc);outline-offset:3px}.hv3-pat-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.hv3-pat-top .hv3-tag{font-family:JetBrains Mono,monospace}.hv3-pat-time{display:inline-flex;align-items:center;gap:4px;font-family:JetBrains Mono,monospace;font-size:10px;color:var(--text-3)}.hv3-pat-body{display:grid;grid-template-columns:1fr 1.1fr;gap:1.5rem;align-items:center}.hv3-pat-text h3{font-size:1.15rem;font-weight:700;color:var(--text);margin-bottom:.5rem}.hv3-pat-text p{font-size:.82rem;color:var(--text-2);line-height:1.55;margin-bottom:.85rem}.hv3-pat-tags{display:flex;flex-wrap:wrap;gap:5px}.hv3-pat-tags .hv3-tag{transition:color .15s ease,border-color .15s ease}.hv3-pat-card:hover .hv3-pat-tags .hv3-tag{color:var(--acc);border-color:var(--acc-b)}.hv3-pat-visual{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--r);overflow:hidden;font-family:JetBrains Mono,monospace;font-size:10.5px;line-height:1.75}.hv3-pat-visual .hv3-code-body{padding:.85rem .9rem}.hv3-pat-visual .hv3-ln{color:var(--text-3)}.hv3-pat-visual .hv3-cl>span:last-child{color:var(--text-2)}.hv3-pat-visual .hv3-kw{color:var(--acc);font-weight:600}.hv3-pat-visual .hv3-cf{color:var(--text)}.hv3-pat-visual .hv3-cc{color:var(--text);font-weight:600}.hv3-pat-visual .hv3-op{color:var(--text-3)}.hv3-pat-visual .hv3-ca{color:var(--acc)}.hv3-pat-visual .hv3-cs{color:var(--green)}.hv3-pat-tree{padding:.85rem .9rem;color:var(--text-2)}.hv3-pat-tree-row{display:flex;align-items:center;gap:6px;padding:2px 0;padding-left:calc(var(--depth, 0) * 14px);white-space:nowrap}.hv3-pat-tree-row svg{flex-shrink:0;opacity:.6}.hv3-pat-tree-row--file{color:var(--acc)}.hv3-notes-tl{position:relative;display:flex;flex-direction:column;gap:1rem}.hv3-notes-tl:before{content:"";position:absolute;left:4px;top:8px;bottom:8px;width:1px;background:var(--border);transform:scaleY(0);transform-origin:top;transition:transform .9s ease}.hv3-notes-tl.in:before{transform:scaleY(1)}.hv3-notes-tl-item{display:flex;gap:14px;text-decoration:none}.hv3-notes-tl-item:focus-visible{outline:2px solid var(--acc);outline-offset:3px;border-radius:var(--r-l)}.hv3-notes-tl-dot{position:relative;z-index:1;flex-shrink:0;width:9px;height:9px;border-radius:50%;margin-top:5px;transition:transform .2s ease}.hv3-notes-tl-dot--0{background:#f2793a}.hv3-notes-tl-dot--1{background:#8b4fd9}.hv3-notes-tl-dot--2{background:#5b9bd5}.hv3-notes-tl-item:hover .hv3-notes-tl-dot{transform:scale(1.4)}.hv3-notes-tl-card{flex:1;min-width:0;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-l);padding:1rem 1.1rem;transition:box-shadow .2s ease,transform .2s ease}.hv3-notes-tl-item:hover .hv3-notes-tl-card{box-shadow:var(--sh-m);transform:translateY(-2px)}.hv3-notes-tl-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:.6rem;gap:.5rem}.hv3-notes-tl-date{font-family:JetBrains Mono,monospace;font-size:9px;color:var(--text-3)}.hv3-notes-tl-card h4{font-size:.92rem;font-weight:700;line-height:1.4;margin-bottom:.4rem}.hv3-notes-tl-card p{font-size:.78rem;color:var(--text-2);line-height:1.5;margin-bottom:.65rem}.hv3-notes-tl-hashtags{display:flex;flex-wrap:wrap;gap:8px}.hv3-notes-tl-hashtags span{font-family:JetBrains Mono,monospace;font-size:10px;color:var(--acc);transition:opacity .15s ease}.hv3-notes-tl-item:hover .hv3-notes-tl-hashtags span{opacity:.75}.hv3-notes-tl-hashtags span:hover{opacity:1;text-decoration:underline}.hv3-reveal{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.hv3-reveal.in{opacity:1;transform:translateY(0)}.hv3-reveal-stagger>.hv3-reveal:nth-child(1){transition-delay:.05s}.hv3-reveal-stagger>.hv3-reveal:nth-child(2){transition-delay:.15s}.hv3-reveal-stagger>.hv3-reveal:nth-child(3){transition-delay:.25s}.hv3-nl-sec{overflow:hidden}.hv3-nl-inner{max-width:760px;margin:0 auto;text-align:center;position:relative;z-index:1}.hv3-nl-copy{max-width:480px;margin:0 auto}.hv3-nl-title{font-size:clamp(1.6rem,3.4vw,2.3rem);font-weight:800;line-height:1.2;letter-spacing:-.02em;margin:.5rem 0 .9rem}.hv3-nl-sub{font-size:.9rem;color:var(--text-2);line-height:1.7;margin-bottom:2rem}.hv3-nl-form{display:flex;gap:10px;max-width:460px;margin:0 auto;flex-wrap:wrap;justify-content:center}.hv3-nl-input-wrap{position:relative;flex:1;min-width:220px;display:flex;align-items:center;color:var(--text-3)}.hv3-nl-input-wrap svg{position:absolute;left:14px;pointer-events:none}.hv3-nl-input{width:100%;padding:13px 14px 13px 40px;background:var(--surface);border:1px solid var(--border);border-radius:var(--r);color:var(--text);font-size:14px;outline:none;font-family:inherit;transition:border-color .15s ease}.hv3-nl-input:focus{border-color:var(--acc)}.hv3-nl-btn{display:inline-flex;align-items:center;gap:8px;background:var(--acc);color:#fff;font-size:.9rem;font-weight:700;padding:13px 22px;border:none;border-radius:var(--r);cursor:pointer;font-family:inherit;transition:transform .15s ease,box-shadow .15s ease;box-shadow:0 8px 24px -8px color-mix(in srgb,var(--acc) 60%,transparent)}.hv3-nl-btn svg{transition:transform .2s ease}.hv3-nl-btn:hover{transform:translateY(-1px);box-shadow:0 12px 28px -8px color-mix(in srgb,var(--acc) 70%,transparent)}.hv3-nl-btn:hover svg{transform:translate(3px)}.hv3-nl-error{font-size:.78rem;color:#c04040;margin-top:.6rem}.hv3-nl-privacy{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.78rem;color:var(--text-3);margin-top:1rem}.hv3-nl-privacy svg{color:#3fb96a;flex-shrink:0}.hv3-nl-alert{padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-l);max-width:380px;margin:0 auto}.hv3-nl-alert-icon{font-size:1.3rem;margin-bottom:.3rem;color:#3fb96a}.hv3-nl-alert-title{font-weight:700;margin-bottom:.25rem;font-size:.95rem}.hv3-nl-alert p{font-size:.8rem;color:var(--text-2)}.hv3-nl-divider{border-top:1px solid var(--border);margin:2.5rem 0 2rem}.hv3-nl-features{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap}.hv3-nl-feature{display:flex;align-items:center;gap:12px;text-align:left}.hv3-nl-feature-icon{flex-shrink:0;width:42px;height:42px;border-radius:var(--r);border:1px solid var(--border);background:var(--surface);display:flex;align-items:center;justify-content:center;color:var(--acc)}.hv3-nl-feature-icon--orange{color:#f2793a}.hv3-nl-feature-text{display:flex;flex-direction:column}.hv3-nl-feature-text strong{font-size:.85rem;font-weight:700;color:var(--text)}.hv3-nl-feature-text span{font-size:.78rem;color:var(--text-2)}.hv3-nl-circuit{position:absolute;width:280px;height:130px;color:var(--border-s);opacity:.7;pointer-events:none;z-index:0}.hv3-nl-circuit--tr{top:-10px;right:-10px}.hv3-nl-circuit--bl{bottom:-10px;left:-10px;transform:scale(-1)}@media (max-width: 640px){.hv3-nl-circuit{display:none}.hv3-nl-features{flex-direction:column;align-items:flex-start;gap:1.25rem;margin:0 auto;max-width:280px}}.hv3-sys-head{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;margin-bottom:2.5rem}.hv3-sys-head-text{max-width:640px}.hv3-sys-title{font-size:clamp(1.6rem,3.2vw,2.2rem);font-weight:800;line-height:1.25;letter-spacing:-.02em}.hv3-sys-acc-a{color:#ea7c3c}.hv3-sys-acc-b{color:#8b4fd9}.hv3-sys-head-deco{display:flex;flex-direction:column;align-items:flex-end;gap:1rem;flex-shrink:0}.hv3-sys-cta{display:inline-flex;align-items:center;gap:8px;color:var(--acc);border:1px solid var(--acc-b);background:var(--acc-s);font-size:.82rem;font-weight:700;padding:10px 18px;border-radius:var(--r);text-decoration:none;white-space:nowrap;transition:transform .15s ease,border-color .15s ease}.hv3-sys-cta svg{transition:transform .2s ease}.hv3-sys-cta:hover{transform:translateY(-1px);border-color:var(--acc)}.hv3-sys-cta:hover svg{transform:translate(3px)}.hv3-sys-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.hv3-scard{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--r-l);overflow:hidden;transition:box-shadow .2s,transform .2s;text-decoration:none;color:inherit}.hv3-scard:hover{box-shadow:var(--sh-m);transform:translateY(-3px)}.hv3-scard-pill{display:inline-flex;align-items:center;gap:7px;margin:12px 12px 0;align-self:flex-start;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:5px 11px;font-family:JetBrains Mono,monospace;font-size:10px;color:var(--text-2);max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hv3-scard-dot{width:6px;height:6px;border-radius:50%;background:#3fb96a;flex-shrink:0}.hv3-scard-img{height:148px;overflow:hidden;background:var(--bg-alt);position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:1.25rem;margin-top:12px}.hv3-scard-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:top center;display:block;transition:transform .35s ease;z-index:1}.hv3-scard:hover .hv3-scard-img img{transform:scale(1.04)}.hv3-ph-badge{font-family:JetBrains Mono,monospace;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:var(--acc);background:var(--acc-s);border:1px solid var(--acc-b);padding:2px 7px;border-radius:2px;position:relative}.hv3-ph-box{width:42px;height:42px;border:1.5px dashed var(--border-s);border-radius:6px;background:var(--surface);display:flex;align-items:center;justify-content:center;position:relative}.hv3-ph-box svg{width:20px;height:20px;stroke:var(--text-3);fill:none;stroke-width:1.5}.hv3-ph-text{font-family:JetBrains Mono,monospace;font-size:9px;color:var(--text-2);text-align:center;max-width:160px;line-height:1.55;position:relative}.hv3-scard-body{padding:1rem 1.1rem 1.1rem;display:flex;flex-direction:column;flex:1}.hv3-scard-title{font-size:.9rem;font-weight:700;margin-bottom:.5rem}.hv3-scard-underline{display:block;width:22px;height:2px;border-radius:1px;background:#ea7c3c;margin-bottom:.75rem}.hv3-scard-desc{font-size:.8rem;color:var(--text-2);line-height:1.5;margin-bottom:.75rem}.hv3-scard-link{font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;color:var(--acc);margin-top:auto;text-align:left;display:block;opacity:.85;transition:opacity .15s}.hv3-scard:hover .hv3-scard-link{opacity:1}.hv3-sys-stack{margin-top:2.5rem;padding-top:1.75rem;border-top:1px solid var(--border);display:flex;flex-direction:column;align-items:center;gap:1.1rem;text-align:center}.hv3-sys-stack-items{display:flex;align-items:center;justify-content:center;gap:1.75rem;flex-wrap:wrap}.hv3-sys-stack-item{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;color:var(--text);transition:transform .2s ease}.hv3-sys-stack-item:hover{transform:translateY(-2px);color:var(--acc)}.hv3-sys-stack-icon{width:30px;height:30px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid var(--border);border-radius:7px;padding:5px;transition:border-color .2s ease,transform .2s ease}.hv3-sys-stack-item:hover .hv3-sys-stack-icon{border-color:var(--acc-b);transform:scale(1.08)}.hv3-sys-stack-icon img{width:100%;height:100%;object-fit:contain}.hv3-sys-stack-icon svg{width:100%;height:100%;stroke:#55565c;fill:none}[data-theme=dark] .hv3-sys-stack-item{color:#fdfcfb}.hv3-code-panel{background:var(--code-s);border:1px solid rgba(255,255,255,.05);border-radius:var(--r-l);overflow:hidden;box-shadow:0 24px 64px #0006}.hv3-code-bar{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.05);background:rgba(0,0,0,.2)}.hv3-cdots2{display:flex;gap:5px}.hv3-cd2{width:9px;height:9px;border-radius:50%}.hv3-cd2.r{background:#ff5f56}.hv3-cd2.y{background:#ffbd2e}.hv3-cd2.g{background:#27c93f}.hv3-code-fname{font-family:JetBrains Mono,monospace;font-size:10px;color:#ffffff47;margin-left:3px}.hv3-code-body{padding:1.25rem;font-family:JetBrains Mono,monospace;font-size:11.5px;line-height:1.85;color:var(--dark-t);overflow-x:auto}.hv3-cl{display:flex;gap:1.2rem}.hv3-ln{color:#ffffff1f;user-select:none;min-width:16px;text-align:right;flex-shrink:0}.hv3-kw{color:#c3a8e0}.hv3-cf{color:#88c0f0}.hv3-cs{color:#6dbf8a}.hv3-cc{color:#f0c0a0}.hv3-ca{color:#c9a84c}.hv3-op{color:#ffffff59}.hv3-bot{background:var(--surface-2);border-top:1px solid var(--border);padding:4.5rem 1.75rem}.hv3-bot-inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2.5rem;max-width:1320px;margin:0 auto}.hv3-b3-title{font-family:JetBrains Mono,monospace;font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:var(--acc);display:flex;align-items:center;gap:5px;margin-bottom:.35rem}.hv3-b3-title:before{content:"|";opacity:.4}.hv3-b3-sub{font-size:.8rem;color:var(--text-2);margin-bottom:1.5rem}.hv3-stack-cat{font-family:JetBrains Mono,monospace;font-size:8px;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);margin-bottom:.6rem;opacity:.7}.hv3-logo-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.hv3-logo-ph{aspect-ratio:1;border:1.5px dashed var(--border-s);border-radius:var(--r);background:var(--surface);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:default;padding:6px;transition:border-color .15s}.hv3-logo-ph:hover{border-color:var(--acc)}.hv3-logo-box{width:28px;height:28px;background:var(--bg-alt);border:1px solid var(--border);border-radius:4px;display:flex;align-items:center;justify-content:center}.hv3-logo-box svg{width:14px;height:14px;stroke:var(--text-3);fill:none;stroke-width:1.5}.hv3-logo-name{font-family:JetBrains Mono,monospace;font-size:8px;color:var(--text-2);text-align:center;font-weight:600}.hv3-act-list{display:flex;flex-direction:column}.hv3-act-item{display:flex;align-items:flex-start;gap:10px;padding:.7rem 0;border-bottom:1px solid var(--border);font-size:.8rem}.hv3-act-item:last-child{border-bottom:none}.hv3-act-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0;margin-top:5px}.hv3-act-dot.feat{background:#5b7fcf}.hv3-act-dot.fix{background:#c04040}.hv3-act-dot.doc{background:#2a6e3f}.hv3-act-dot.ch{background:#7b6b40}.hv3-act-dot.dep{background:var(--acc)}.hv3-act-msg{flex:1;color:var(--text-2);line-height:1.4}.hv3-act-msg strong{color:var(--text);font-weight:600}.hv3-act-time{font-family:JetBrains Mono,monospace;font-size:9px;color:var(--text-3);flex-shrink:0;margin-top:3px}.hv3-deploy{background:var(--dark);border:1px solid rgba(255,255,255,.06);border-radius:var(--r);overflow:hidden}.hv3-deploy-bar{padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.05);background:rgba(0,0,0,.3);display:flex;align-items:center;gap:8px}.hv3-deploy-body{padding:1rem;font-family:JetBrains Mono,monospace;font-size:10.5px;line-height:1.8}.hv3-dt{color:#e8e2d440}.hv3-dt-o{color:#4a9e6fd9}.hv3-dt-a{color:#c9a84cbf}.hv3-deploy-foot{border-top:1px solid rgba(255,255,255,.05);padding:10px 12px;display:flex;align-items:center;justify-content:space-between;background:rgba(0,0,0,.2)}.hv3-deploy-ago{font-family:JetBrains Mono,monospace;font-size:9px;color:#e8e2d44d}.hv3-deploy-badge{font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;color:#4a9e6fe6;background:rgba(74,158,111,.1);border:1px solid rgba(74,158,111,.25);padding:3px 9px;border-radius:3px}.hv3-ugrid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:start}.hv3-ugrid-featured{grid-column:span 2}.hv3-ugrid-featured .hv3-ac-title{font-size:1.15rem}.hv3-ugrid-featured .hv3-ac-excerpt{font-size:.88rem}.hv3-ugrid-group{grid-column:span 1}.hv3-ugrid-group-label{font-family:JetBrains Mono,monospace;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-3);margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:5px}.hv3-ugrid-group-label:before{content:"//";color:var(--acc);opacity:.5}.hv3-ugrid-group-inner{display:flex;flex-direction:column;gap:.6rem}.hv3-ugrid-note{background:var(--surface);border:1px solid var(--border);border-radius:var(--r);padding:.85rem 1rem;display:flex;flex-direction:column;gap:4px;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s}.hv3-ugrid-note:hover{box-shadow:var(--sh-m);transform:translateY(-2px)}.hv3-ugrid-note-head{display:flex;align-items:center;justify-content:space-between}.hv3-ugrid-note-date{font-family:JetBrains Mono,monospace;font-size:8px;color:var(--text-3)}.hv3-ugrid-note-title{font-size:.8rem;font-weight:700;line-height:1.3}.hv3-ugrid-note-excerpt{font-size:.72rem;color:var(--text-2);line-height:1.5}.hv3-ugrid-upcoming{padding:.7rem 0;border-bottom:1px solid var(--border)}.hv3-ugrid-upcoming:last-child{border-bottom:none}.hv3-ugrid-upcoming-meta{display:flex;align-items:center;gap:6px;margin-bottom:4px}.hv3-ugrid-upcoming-title{font-size:.78rem;font-weight:600;line-height:1.35;margin-bottom:4px}.hv3-ugrid-upcoming-badge{font-family:JetBrains Mono,monospace;font-size:7px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--acc);opacity:.6}.hv3-cta{padding:7rem 1.75rem;text-align:center;overflow:hidden;position:relative}.hv3-cta:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:340px;background:radial-gradient(ellipse,var(--acc-s) 0%,transparent 65%);opacity:.5;pointer-events:none;z-index:0}.hv3-cta-inner{max-width:520px;margin:0 auto;position:relative;z-index:1}.hv3-cta-title{font-size:clamp(2rem,4vw,3.2rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin:.6rem 0 1rem}.hv3-cta-desc{font-size:.95rem;color:var(--text-2);line-height:1.75;margin-bottom:2rem}.hv3-cta-btns{display:flex;gap:10px;justify-content:center;align-items:center}@media (max-width: 1100px){.hv3-sys-grid{grid-template-columns:repeat(2,1fr)}.hv3-content-grid,.hv3-pat-body{grid-template-columns:1fr}.hv3-pat-visual{order:-1}}@media (max-width: 900px){.hv3-bot-inner{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.hv3-hero-inner{grid-template-columns:1fr}.hv3-hero{min-height:auto;padding-top:100px}.hv3-sys-head{flex-direction:column}.hv3-sys-head-deco{align-items:flex-start;width:100%}.hv3-sys-grid{grid-template-columns:1fr 1fr}.hv3-bot-inner,.hv3-ugrid{grid-template-columns:1fr}.hv3-ugrid-featured{grid-column:span 1;grid-row:auto}.hv3-hero-stats{gap:14px}.hv3-hstat-n{font-size:1.4rem}.hv3-hero-rail{display:none}.hv3-hero-scene{padding-left:0;min-height:auto}.hv3-hero-badges{display:none}.hv3-laptop{width:100%;margin-bottom:0}}@media (max-width: 480px){.hv3-sys-grid{grid-template-columns:1fr}}
