.hn-skip{padding:var(--space-md) var(--space-xl);background:var(--brand-primary);color:var(--brand-text);font-family:var(--font-body);z-index:9999;border-radius:0 0 var(--radius-sm) 0;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .15s ease-out;position:absolute;top:0;left:0;transform:translateY(-100%)}.hn-skip:focus{transform:translateY(0)}.hn-container{max-width:1200px;padding-inline:var(--space-xl);margin-inline:auto}.hn-btn{font-family:var(--font-body);padding:var(--space-md) var(--space-xl);border-radius:var(--radius);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;font-size:.9rem;font-weight:600;line-height:1;text-decoration:none;transition:background .15s ease-out,box-shadow .15s ease-out,color .15s ease-out;display:inline-flex}.hn-btn:active{transition:transform 80ms ease-in;transform:scale(.97)}.hn-btn--lg{padding:var(--space-lg) var(--space-2xl);font-size:1rem}.hn-btn--primary{background:var(--brand-primary);color:var(--brand-text)}.hn-btn--primary:hover{background:var(--brand-primary-dark);box-shadow:0 4px 24px var(--brand-primary-glow);color:var(--brand-text)}.hn-btn--ghost{background:var(--brand-primary-light);color:var(--brand-accent);border:1px solid var(--border-p)}.hn-btn--ghost:hover{color:var(--brand-accent);background:#a3498747}.hn-btn--teal{color:var(--brand-accent2);background:#daa6371a;border:1px solid #daa6374d}.hn-btn--teal:hover{color:var(--brand-accent2);background:#daa6372e;box-shadow:0 4px 20px #daa63726}.hn-section-header{text-align:center;margin-bottom:var(--space-3xl)}.hn-section-header h2{color:var(--brand-text);margin-bottom:var(--space-md);font-size:clamp(1.75rem,4vw,2.5rem)}.hn-section-header p{color:var(--brand-muted);max-width:500px;margin-inline:auto;font-size:1rem}.hn-section-link{align-items:center;gap:var(--space-xs);color:var(--brand-primary);margin-top:var(--space-2xl);font-size:.9rem;font-weight:600;text-decoration:none;transition:color .15s ease-out;display:inline-flex}.hn-section-link:hover{color:var(--brand-accent)}.hn-logo{align-items:center;gap:var(--space-sm);flex-shrink:0;text-decoration:none;display:inline-flex}.hn-logo:hover .hn-logo__text{opacity:.85}.hn-logo__img{object-fit:contain;flex-shrink:0;width:32px;height:32px}.hn-logo__text{font-family:var(--font-display);letter-spacing:.12em;background:linear-gradient(135deg, var(--brand-text) 0%, var(--brand-accent) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.95rem;font-weight:700;transition:opacity .15s ease-out}.hn-nav{z-index:100;-webkit-backdrop-filter:var(--blur);background:#0a050de0;position:sticky;top:0}.hn-nav:after{content:"";background:linear-gradient(90deg, transparent 0%, var(--brand-primary) 50%, transparent 100%);opacity:.45;height:1px;position:absolute;bottom:0;left:0;right:0}.hn-nav__inner{max-width:1200px;padding:var(--space-lg) var(--space-xl);align-items:center;gap:var(--space-2xl);margin-inline:auto;display:flex}.hn-nav__links{align-items:center;gap:var(--space-2xl);flex:1;justify-content:center;display:none}.hn-nav__link{font-family:var(--font-display);letter-spacing:.07em;color:var(--brand-muted);padding-bottom:2px;font-size:.78rem;font-weight:500;text-decoration:none;transition:color .15s ease-out;position:relative}.hn-nav__link:after{content:"";background:var(--brand-primary);transform-origin:50%;border-radius:1px;height:2px;transition:transform .15s ease-out;position:absolute;bottom:-3px;left:0;right:0;transform:scaleX(0)}.hn-nav__link:hover{color:var(--brand-accent)}.hn-nav__link:hover:after{transform:scaleX(1)}.hn-nav__actions{align-items:center;gap:var(--space-md);flex-shrink:0;display:none}.hn-nav__burger{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--brand-text);cursor:pointer;padding:var(--space-sm);background:0 0;justify-content:center;align-items:center;margin-left:auto;transition:border-color .15s ease-out;display:flex}.hn-nav__burger:hover{border-color:var(--border-p)}.hn-nav__mobile{padding:var(--space-lg) var(--space-xl) var(--space-xl);gap:var(--space-xs);border-top:1px solid var(--border);flex-direction:column;display:none}.hn-nav__mobile--open{display:flex}.hn-nav__mlink{font-family:var(--font-display);letter-spacing:.06em;color:var(--brand-muted);padding:var(--space-md) 0;border-bottom:1px solid var(--border);font-size:.9rem;text-decoration:none;transition:color .15s ease-out;display:block}.hn-nav__mlink:hover{color:var(--brand-accent)}.hn-nav__mactions{gap:var(--space-md);padding-top:var(--space-lg);display:flex}.hn-nav__mactions .hn-btn{flex:1;justify-content:center}@media (width>=1024px){.hn-nav__links,.hn-nav__actions{display:flex}.hn-nav__burger{display:none}}.hn-hero{min-height:100dvh;padding:var(--space-5xl) var(--space-xl);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hn-hero__orb{pointer-events:none;border-radius:9999px;position:absolute}.hn-hero__orb--1{background:radial-gradient(ellipse 60% 50% at 50% 0%, var(--brand-primary-glow), transparent 70%);width:800px;height:800px;top:-20%;left:50%;transform:translate(-50%)}.hn-hero__orb--2{background:radial-gradient(circle,#daa6371f 0%,#0000 65%);width:500px;height:500px;bottom:5%;right:-8%}.hn-hero__orb--3{background:radial-gradient(circle, var(--brand-primary-glow) 0%, transparent 60%);opacity:.45;width:420px;height:420px;bottom:25%;left:-6%}.hn-hero__content{z-index:1;align-items:center;gap:var(--space-xl);flex-direction:column;max-width:800px;display:flex;position:relative}.hn-hero__logo{object-fit:contain;width:88px;height:88px;filter:drop-shadow(0 0 36px var(--brand-primary-glow))}.hn-hero__eyebrow{font-family:var(--font-body);letter-spacing:.18em;text-transform:uppercase;color:var(--brand-accent);background:var(--brand-primary-light);border:1px solid var(--border-p);border-radius:var(--radius-sm);padding:var(--space-xs) var(--space-md);font-size:.72rem;font-weight:600}.hn-hero__title{font-family:var(--font-display);letter-spacing:.02em;color:var(--brand-text);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1}.hn-hero__title-accent{background:linear-gradient(135deg, var(--brand-primary) 0%, var(--brand-accent) 65%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hn-hero__sub{color:var(--brand-muted);max-width:580px;font-size:clamp(1rem,2vw,1.15rem);line-height:1.7}.hn-hero__actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.hn-stats{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:var(--space-xl) 0;background:#110818}.hn-stats__inner{max-width:1200px;padding-inline:var(--space-xl);justify-content:center;align-items:center;gap:var(--space-3xl);flex-wrap:wrap;margin-inline:auto;display:flex}.hn-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.hn-stat__number{font-family:var(--font-display);color:var(--brand-primary);letter-spacing:.02em;font-size:1.75rem;font-weight:700}.hn-stat__label{color:var(--brand-muted);letter-spacing:.1em;text-transform:uppercase;font-size:.72rem;font-weight:500}.hn-features{padding:var(--space-5xl) 0;position:relative;overflow:hidden}.hn-features:before{content:"";background:radial-gradient(ellipse 60% 40% at 50% 0%, var(--brand-primary-glow), transparent 70%);opacity:.3;pointer-events:none;position:absolute;inset:0}.hn-features__grid{z-index:1;gap:var(--space-lg);grid-template-columns:1fr;display:grid;position:relative}.hn-feature-card{border:1px solid var(--border);border-radius:var(--radius);padding:var(--space-xl);gap:var(--space-md);background:#110818;flex-direction:column;transition:border-color .2s ease-out,box-shadow .2s ease-out;display:flex}.hn-feature-card:hover{border-color:var(--border-p);box-shadow:0 4px 28px var(--brand-primary-glow)}.hn-feature-card__icon{border-radius:var(--radius-sm);background:var(--brand-primary-light);border:1px solid var(--border-p);width:44px;height:44px;color:var(--brand-accent);flex-shrink:0;justify-content:center;align-items:center;display:flex}.hn-feature-card__title{font-family:var(--font-body);color:var(--brand-text);font-size:1rem;font-weight:600}.hn-feature-card__desc{color:var(--brand-muted);font-size:.875rem;line-height:1.65}@media (width>=768px){.hn-features__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.hn-features__grid{grid-template-columns:repeat(3,1fr)}}.hn-hiw{padding:var(--space-5xl) 0}.hn-steps{align-items:center;gap:var(--space-2xl);flex-direction:column;display:flex}.hn-step{text-align:center;flex-direction:column;flex:1;align-items:center;max-width:240px;display:flex}.hn-step__num{border:2px solid var(--brand-primary);background:var(--brand-primary-light);width:56px;height:56px;font-family:var(--font-display);color:var(--brand-accent);margin-bottom:var(--space-lg);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:700;display:flex}.hn-step__title{font-family:var(--font-body);color:var(--brand-text);margin-bottom:var(--space-sm);font-size:1rem;font-weight:600}.hn-step__desc{color:var(--brand-muted);font-size:.875rem;line-height:1.65}.hn-step__connector{display:none}@media (width>=768px){.hn-steps{flex-direction:row;align-items:flex-start;gap:0}.hn-step{max-width:none}.hn-step__connector{background:linear-gradient(90deg,#a3498799,#a3498733);flex:0 0 40px;align-self:flex-start;height:1px;margin-top:27px;display:block}}.hn-blog{padding:var(--space-5xl) 0}.hn-blog__grid{gap:var(--space-xl);grid-template-columns:1fr;display:grid}.hn-blog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);-webkit-backdrop-filter:var(--blur);padding:var(--space-xl);gap:var(--space-md);color:inherit;flex-direction:column;text-decoration:none;transition:border-color .2s ease-out,box-shadow .2s ease-out;display:flex}.hn-blog-card:hover{border-color:var(--border-p);box-shadow:0 4px 28px var(--brand-primary-glow);color:inherit}.hn-blog-card__badge{background:var(--brand-primary-light);color:var(--brand-accent);border:1px solid var(--border-p);border-radius:var(--radius-sm);padding:var(--space-xs) var(--space-sm);letter-spacing:.08em;text-transform:uppercase;align-self:flex-start;align-items:center;font-size:.68rem;font-weight:600;display:inline-flex}.hn-blog-card__title{font-family:var(--font-display);color:var(--brand-text);font-size:1.05rem;font-weight:600;line-height:1.35}.hn-blog-card__excerpt{color:var(--brand-muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.875rem;line-height:1.65;display:-webkit-box;overflow:hidden}.hn-blog-card__footer{justify-content:space-between;align-items:center;gap:var(--space-md);padding-top:var(--space-md);border-top:1px solid var(--border);color:var(--brand-muted);font-size:.75rem;display:flex}.hn-blog-card__readmore{color:var(--brand-primary);white-space:nowrap;flex-shrink:0;font-weight:600;transition:color .15s ease-out}.hn-blog-card:hover .hn-blog-card__readmore{color:var(--brand-accent)}.hn-blog__fallback{text-align:center;padding:var(--space-2xl);color:var(--brand-muted);border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);font-size:.9rem}.hn-blog__fallback a{color:var(--brand-accent)}@media (width>=768px){.hn-blog__grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.hn-blog__grid{grid-template-columns:repeat(3,1fr)}}.hn-dev{padding:var(--space-3xl) 0}.hn-dev__inner{border-radius:var(--radius-lg);padding:var(--space-2xl) var(--space-3xl);justify-content:space-between;align-items:center;gap:var(--space-xl);background:#daa6370d;border:1px solid #daa6372e;flex-wrap:wrap;display:flex}.hn-dev__copy{gap:var(--space-sm);flex-direction:column;display:flex}.hn-dev__eyebrow{letter-spacing:.15em;text-transform:uppercase;color:var(--brand-accent2);font-size:.68rem;font-weight:600}.hn-dev__title{font-family:var(--font-body);color:var(--brand-text);font-size:1.1rem;font-weight:600}.hn-dev__sub{color:var(--brand-muted);font-size:.875rem}.hn-cta{padding:var(--space-5xl) 0;text-align:center;position:relative;overflow:hidden}.hn-cta:before{content:"";background:radial-gradient(ellipse 70% 60% at 50% 50%, var(--brand-primary-glow), transparent 70%);opacity:.28;pointer-events:none;position:absolute;inset:0}.hn-cta__content{z-index:1;max-width:600px;padding-inline:var(--space-xl);margin-inline:auto;position:relative}.hn-cta__title{color:var(--brand-text);margin-bottom:var(--space-md);font-size:clamp(1.75rem,4vw,2.5rem)}.hn-cta__sub{color:var(--brand-muted);margin-bottom:var(--space-2xl);font-size:1rem;line-height:1.7}.hn-cta__actions{gap:var(--space-md);flex-wrap:wrap;justify-content:center;display:flex}.hn-footer{border-top:1px solid var(--border);padding:var(--space-3xl) 0 var(--space-2xl)}.hn-footer__inner{max-width:1200px;padding-inline:var(--space-xl);margin-inline:auto}.hn-footer__top{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:1fr;display:grid}.hn-footer__brand{gap:var(--space-md);flex-direction:column;display:flex}.hn-footer__tagline{color:var(--brand-muted);max-width:260px;font-size:.875rem;line-height:1.65}.hn-footer__col-title{font-family:var(--font-body);letter-spacing:.1em;text-transform:uppercase;color:var(--brand-text);margin-bottom:var(--space-md);font-size:.72rem;font-weight:600}.hn-footer__links{flex-direction:column;list-style:none;display:flex}.hn-footer__link{color:var(--brand-muted);min-height:44px;padding-block:var(--space-xs);align-items:center;font-size:.875rem;text-decoration:none;transition:color .15s ease-out;display:flex}.hn-footer__link:hover{color:var(--brand-accent)}.hn-footer__bottom{border-top:1px solid var(--border);padding-top:var(--space-xl);justify-content:space-between;align-items:center;gap:var(--space-lg);flex-wrap:wrap;display:flex}.hn-footer__legal{gap:var(--space-xl);flex-wrap:wrap;display:flex}.hn-footer__legal-link{color:var(--brand-muted);align-items:center;min-height:44px;font-size:.8rem;text-decoration:none;transition:color .15s ease-out;display:flex}.hn-footer__legal-link:hover{color:var(--brand-accent)}.hn-footer__copy{color:var(--brand-muted);font-size:.8rem}@media (width>=768px){.hn-footer__top{grid-template-columns:2fr 1fr 1fr 1fr}}.dh-page-title{font-family:var(--font-display);color:var(--brand-text);letter-spacing:.05em;margin-bottom:var(--space-xl);font-size:clamp(22px,4vw,30px);font-weight:700}.dh-grid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(260px,1fr));display:grid}.dh-clan-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);text-decoration:none;transition:transform .15s,border-color .15s,box-shadow .15s;display:block;overflow:hidden}.dh-clan-card:hover{border-color:#a3498759;transform:translateY(-2px);box-shadow:0 8px 24px #0000004d,0 0 0 1px #a3498726}.dh-clan-card:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.dh-card-inner{padding:var(--space-xl);gap:var(--space-lg);flex-direction:column;display:flex}.dh-card-header{align-items:center;gap:var(--space-md);display:flex}.dh-clan-avatar{border-radius:var(--radius-sm);width:48px;height:48px;font-family:var(--font-display);flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}.dh-clan-name-wrap{flex-direction:column;gap:4px;min-width:0;display:flex}.dh-clan-name{font-family:var(--font-display);color:var(--brand-text);white-space:nowrap;text-overflow:ellipsis;letter-spacing:.04em;font-size:15px;font-weight:600;overflow:hidden}.dh-type-badge{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--brand-accent);background:var(--brand-primary-light);border-radius:999px;align-items:center;width:fit-content;padding:1px 7px;font-size:10px;font-weight:600;display:inline-flex}.dh-stats{gap:var(--space-lg);display:flex}.dh-stat{flex-direction:column;gap:2px;display:flex}.dh-stat-label{text-transform:uppercase;letter-spacing:.06em;color:var(--brand-muted);font-size:11px;font-weight:500}.dh-stat-value{color:var(--brand-text);font-variant-numeric:tabular-nums;font-size:16px;font-weight:700}.dh-card-tooltip-wrap{display:inline-flex;position:relative}.dh-hidden-badge{align-items:center;gap:var(--space-xs);border:1px solid var(--border);border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--brand-muted);cursor:default;background:#ffffff0f;padding:3px 8px;font-size:11px;font-weight:500;display:inline-flex}.dh-card-tooltip{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--brand-text);font-family:var(--font-body);white-space:nowrap;pointer-events:none;opacity:0;z-index:10;-webkit-backdrop-filter:var(--blur);background:#120816f2;padding:4px 10px;font-size:12px;font-weight:500;transition:opacity .12s;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}.dh-card-tooltip-wrap:hover .dh-card-tooltip{opacity:1}.dh-create-card{justify-content:center;align-items:center;gap:var(--space-sm);border-radius:var(--radius);min-height:140px;color:var(--brand-muted);border:1.5px dashed #a3498759;flex-direction:column;text-decoration:none;transition:border-color .15s,color .15s,box-shadow .15s;display:flex}.dh-create-card:hover{border-color:var(--brand-primary);color:var(--brand-text);box-shadow:0 0 20px #a349871f}.dh-create-card:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}.dh-create-label{font-family:var(--font-body);font-size:13px;font-weight:500}.dh-section{margin-top:var(--space-2xl);gap:var(--space-lg);flex-direction:column;display:flex}.dh-section-title{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-muted);font-size:12px;font-weight:600}@keyframes dh-shimmer{0%,to{opacity:.4}50%{opacity:.8}}.dh-card-skeleton{pointer-events:none;min-height:160px}.dh-skeleton-avatar{border-radius:var(--radius-sm);background:var(--surface2);flex-shrink:0;width:48px;height:48px;animation:1.4s infinite dh-shimmer}.dh-skeleton-name{background:var(--surface2);width:120px;height:16px;margin-top:var(--space-xs);border-radius:6px;animation:1.4s .1s infinite dh-shimmer}.dh-skeleton-stats{background:var(--surface2);border-radius:6px;height:36px;animation:1.4s .2s infinite dh-shimmer}.dh-empty{text-align:center;align-items:center;gap:var(--space-md);padding:var(--space-4xl) var(--space-xl);flex-direction:column;display:flex}.dh-empty-heading{font-family:var(--font-display);color:var(--brand-text);letter-spacing:.04em;font-size:18px;font-weight:600}.dh-empty-sub{color:var(--brand-muted);font-size:14px}.dh-empty-cta{height:44px;padding:0 var(--space-xl);background:var(--brand-primary);border:1px solid var(--brand-primary-dark);border-radius:var(--radius-sm);color:#fff;font-family:var(--font-body);margin-top:var(--space-sm);align-items:center;font-size:14px;font-weight:500;text-decoration:none;transition:background .14s,box-shadow .14s;display:inline-flex}.dh-empty-cta:hover{background:#b45596;box-shadow:0 2px 14px #a3498738}.dh-empty-cta:focus-visible{outline:2px solid var(--brand-primary);outline-offset:2px}@media (width<=480px){.dh-grid{grid-template-columns:1fr}}
