:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;font-weight:400;color-scheme:light dark;color:rgba(255,255,255,.87);background:linear-gradient(135deg,#1a1a2e,#16213e);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{padding:0;box-sizing:border-box}*,body{margin:0}body{min-width:320px;min-height:100vh}a{color:#4a9eff;text-decoration:none;transition:color .3s ease}a:hover{color:#6eb5ff}.coming-soon{width:100%;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:2rem;text-align:center}.content{max-width:700px;animation:fadeIn 1s ease-in;margin:auto 0}.title{font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:clamp(1rem,3vw,1.5rem);color:rgba(255,255,255,.7);margin-bottom:2rem}.description{margin:2rem 0}.description p{font-size:clamp(1.1rem,2.5vw,1.3rem);color:rgba(255,255,255,.85);line-height:1.8}.status{margin:3rem 0;display:flex;justify-content:center}.status-badge{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:rgba(102,126,234,.1);border:2px solid rgba(102,126,234,.3);border-radius:50px;font-size:1.1rem;color:#667eea}.pulse{width:12px;height:12px;background:#667eea;border-radius:50%;animation:pulse 2s infinite}.info{font-size:1rem;color:rgba(255,255,255,.6);line-height:1.8;margin-top:2rem}.footer{padding:2rem;color:rgba(255,255,255,.5);font-size:.9rem}.footer-links{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.footer-links a{color:rgba(255,255,255,.6)}.footer-links a:hover{color:rgba(255,255,255,.9)}.footer-links .separator{color:rgba(255,255,255,.3)}.legal-page{width:100%;min-height:100vh;padding:2rem;display:flex;justify-content:center}.legal-content{max-width:800px;width:100%;padding:2rem 0}.back-link{display:inline-block;margin-bottom:2rem;color:#667eea;font-weight:500;transition:all .3s ease}.back-link:hover{color:#764ba2;transform:translateX(-4px)}.legal-page h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:.5rem;color:rgba(255,255,255,.95)}.last-updated{color:rgba(255,255,255,.5);font-size:.9rem;margin-bottom:2rem}.legal-page section{margin:2.5rem 0}.legal-page h2{font-size:1.5rem;margin-bottom:1rem;color:rgba(255,255,255,.9)}.legal-page h3{font-size:1.2rem;margin:1.5rem 0 .75rem;color:rgba(255,255,255,.85)}.legal-page p{color:rgba(255,255,255,.7);line-height:1.8;margin-bottom:1rem}.legal-page ul{list-style:none;padding-left:0;margin:1rem 0}.legal-page ul li{color:rgba(255,255,255,.7);line-height:1.8;padding-left:1.5rem;position:relative;margin-bottom:.5rem}.legal-page ul li:before{content:"•";position:absolute;left:.5rem;color:#667eea;font-weight:700}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}@media (prefers-color-scheme:light){:root{color:#213547;background:linear-gradient(135deg,#f5f7fa,#e8edf5)}.tagline{color:rgba(0,0,0,.6)}.description p{color:rgba(0,0,0,.8)}.info{color:rgba(0,0,0,.5)}.footer{color:rgba(0,0,0,.4)}.footer-links a{color:rgba(0,0,0,.5)}.footer-links a:hover{color:rgba(0,0,0,.8)}.footer-links .separator{color:rgba(0,0,0,.3)}.legal-page h1{color:rgba(0,0,0,.95)}.last-updated{color:rgba(0,0,0,.5)}.legal-page h2{color:rgba(0,0,0,.9)}.legal-page h3{color:rgba(0,0,0,.85)}.legal-page p,.legal-page ul li{color:rgba(0,0,0,.7)}a{color:#5a7ec7}a:hover{color:#667eea}}.container{max-width:880px;margin:0 auto;padding:2rem 1.25rem 4rem}.container.narrow{max-width:720px}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);position:-webkit-sticky;position:sticky;top:0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(26,26,46,.6);z-index:10}.brand{display:inline-flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.2rem;color:rgba(255,255,255,.95)}.brand__logo{width:30px;height:30px;border-radius:8px;display:block}.brand__accent{color:#667eea}.brand__text--abbr{display:none}.brand__badge{align-self:flex-start;margin-left:-.15rem;padding:.1rem .4rem;border-radius:999px;font-size:.62rem;font-weight:700;line-height:1;letter-spacing:.04em;text-transform:uppercase;color:#667eea;background:rgba(102,126,234,.15);border:1px solid rgba(102,126,234,.35)}.site-nav{display:flex;align-items:center;gap:1rem}.user-menu{position:relative}.user-menu__trigger{display:grid;place-items:center;width:36px;height:36px;padding:0;border-radius:50%;border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.08);color:rgba(255,255,255,.9);font-weight:600;font-size:.9rem;cursor:pointer;overflow:hidden;transition:border-color .15s ease}.user-menu__trigger:hover{border-color:rgba(255,255,255,.4)}.user-menu__trigger img{width:100%;height:100%;object-fit:cover}.user-menu__dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;display:flex;flex-direction:column;padding:.4rem;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#1c1f3a;box-shadow:0 12px 32px rgba(0,0,0,.4);z-index:20}.user-menu__head{display:flex;flex-direction:column;padding:.5rem .65rem;margin-bottom:.3rem;border-bottom:1px solid rgba(255,255,255,.08)}.user-menu__head strong{color:#fff;font-size:.92rem}.user-menu__handle{font-size:.82rem;color:#8ea2ff}.user-menu__item{display:block;width:100%;text-align:left;padding:.5rem .65rem;border:none;border-radius:8px;background:transparent;color:rgba(255,255,255,.85);font-size:.9rem;cursor:pointer}.user-menu__item:hover{background:rgba(255,255,255,.07);color:#fff}.user-menu__signout{margin-top:.3rem;border-top:1px solid rgba(255,255,255,.08);border-radius:0 0 8px 8px;color:#ff9b9b}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,255,255,.18);background:transparent;color:rgba(255,255,255,.9);font-family:inherit;font-size:.95rem;font-weight:600;line-height:1.25;text-decoration:none;white-space:nowrap;cursor:pointer;transition:all .2s ease}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:hover{border-color:rgba(255,255,255,.4);color:#fff}.btn--primary{background:linear-gradient(135deg,#667eea,#764ba2);border-color:transparent;color:#fff}.btn--primary:hover{color:#fff;filter:brightness(1.08)}.hero{text-align:center;padding:2.5rem 0 1.5rem}.hero h1{font-size:clamp(1.8rem,5vw,2.8rem);margin-bottom:.5rem}.hero p{color:rgba(255,255,255,.7);margin-bottom:1.25rem}.board{margin:2rem 0}.board__title{font-size:1.1rem;text-transform:uppercase;letter-spacing:.05em;color:rgba(255,255,255,.6);margin-bottom:1rem;display:flex;justify-content:space-between;align-items:baseline}.board__title a{font-size:.8rem;text-transform:none;letter-spacing:0}.empty{color:rgba(255,255,255,.6);padding:1.5rem 0}.launch-list{display:flex;flex-direction:column;gap:.75rem}.launch-card{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.02)}.launch-card__rank{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:700;color:rgba(255,255,255,.35);width:1.5rem;text-align:center}.launch-card__thumb,.product-hero__thumb{width:52px;height:52px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:grid;place-items:center;font-weight:700;font-size:1.3rem;color:#fff;flex-shrink:0;overflow:hidden}.launch-card__thumb img,.product-hero__thumb img{width:100%;height:100%;object-fit:cover}.launch-card__body{flex:1 1;min-width:0}.launch-card__name{font-weight:700;color:rgba(255,255,255,.95);font-size:1.05rem}.launch-card__tagline{color:rgba(255,255,255,.65);font-size:.92rem;margin:.15rem 0 .35rem}.launch-card__meta{display:flex;gap:.5rem;font-size:.82rem;color:rgba(255,255,255,.5)}.upvote{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:56px;padding:.45rem 0;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:transparent;color:rgba(255,255,255,.85);font-weight:700;cursor:pointer;transition:all .15s ease}.upvote--on,.upvote:hover{border-color:#667eea}.upvote--on{background:rgba(102,126,234,.18);color:#8ea2ff}.upvote__caret{font-size:.7rem;line-height:1}.upvote__count{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.upvote:disabled{opacity:.6;cursor:default}.form{gap:1rem;margin-top:1.5rem}.field,.form{display:flex;flex-direction:column}.field{gap:.35rem;font-size:.9rem;color:rgba(255,255,255,.75)}.input,.textarea{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:.6rem .75rem;color:rgba(255,255,255,.95);font:inherit}.input:focus,.textarea:focus{outline:2px solid #667eea;border-color:transparent}.tokens{margin-top:2.5rem;border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.tokens h2{font-size:1.2rem}.tokens code{background:rgba(255,255,255,.08);border-radius:5px;padding:.1rem .35rem;font-size:.88em}.token-new{border:1px solid rgba(102,126,234,.4);background:rgba(102,126,234,.08);border-radius:10px;padding:.85rem 1rem;margin:1rem 0}.token-new__value{display:block;margin-top:.5rem;word-break:break-all;font-size:.9rem}.token-create{display:flex;align-items:flex-end;gap:.75rem;margin:1rem 0}.token-create .field{flex:1 1}.token-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.token-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:.6rem .9rem}.token-item__name{font-weight:600}.token-item__prefix{margin-left:.5rem;font-family:ui-monospace,monospace;color:rgba(255,255,255,.55);font-size:.85rem}.token-item__meta{margin-left:.5rem;color:rgba(255,255,255,.45);font-size:.8rem}.prose{line-height:1.7}.prose h2{margin-top:2rem;margin-bottom:.5rem;font-size:1.2rem}.prose p,.prose ul{color:rgba(255,255,255,.85)}.prose ul{padding-left:1.2rem}.prose li{margin:.35rem 0}.prose code{background:rgba(255,255,255,.08);border-radius:5px;padding:.1rem .35rem;font-size:.88em}.prose pre{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12);border-radius:8px;padding:.9rem 1rem;overflow-x:auto}.prose pre code{background:none;padding:0}.callout{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;border:1px solid rgba(102,126,234,.4);background:rgba(102,126,234,.08);border-radius:10px;padding:.85rem 1rem;margin:1.25rem 0;font-size:.92rem}.draft-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.draft-card{border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.25rem}.draft-card__actions{display:flex;gap:.75rem;align-items:center}.my-launches__group{margin-top:2rem}.launch-rows{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.launch-row{display:flex;align-items:center;gap:.9rem;padding:.75rem 1rem;border:1px solid rgba(255,255,255,.1);border-radius:12px}.launch-row__thumb{width:40px;height:40px;border-radius:9px;background:linear-gradient(135deg,#667eea,#764ba2);display:grid;place-items:center;font-weight:700;color:#fff;flex-shrink:0;overflow:hidden}.launch-row__thumb img{width:100%;height:100%;object-fit:cover}.launch-row__body{flex:1 1;min-width:0;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.launch-row__name{font-weight:600;color:rgba(255,255,255,.95)}.launch-row__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.image-upload{display:flex;flex-direction:column;align-items:flex-start;gap:.6rem}.image-upload__preview{max-width:160px;max-height:160px;border-radius:10px;object-fit:cover;border:1px solid rgba(255,255,255,.15)}.image-upload__preview--circular{width:96px;height:96px;max-width:96px;max-height:96px;border-radius:50%}.image-upload__controls{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;width:100%}.avatar-cropper{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem}.avatar-cropper__viewport{position:relative;overflow:hidden;border-radius:10px;background:rgba(0,0,0,.35);touch-action:none;cursor:-webkit-grab;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.avatar-cropper__viewport:active{cursor:-webkit-grabbing;cursor:grabbing}.avatar-cropper__img{position:absolute;top:0;left:0;max-width:none;pointer-events:none}.avatar-cropper__ring{position:absolute;inset:0;border-radius:50%;box-shadow:0 0 0 9999px rgba(0,0,0,.5);border:2px solid rgba(255,255,255,.7);pointer-events:none}.avatar-cropper__zoom{width:260px;accent-color:#8ea2ff}.avatar-cropper__actions{display:flex;gap:.6rem}.muted{color:rgba(255,255,255,.55)}.form-error{color:#ff8a8a;font-size:.9rem}.container--wide{max-width:1280px}.product-gallery .voter-row{flex-direction:row;align-items:center;gap:.85rem;margin-top:1rem}.product-hero{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem}.product-hero__thumb{width:64px;height:64px;font-size:1.6rem}.product-hero__title{flex:1 1;min-width:0}.product-hero__heading{display:flex;align-items:center;gap:.7rem;flex-wrap:wrap}.product-hero__title h1{font-size:1.9rem;line-height:1.2}.product-hero__title p{color:rgba(255,255,255,.7);margin-top:.2rem}.product-hero__meta{display:flex;align-items:center;gap:1rem;margin-top:.45rem;font-size:.85rem}.product-hero__maker{color:#8ea2ff}.product-hero__site{color:rgba(255,255,255,.65)}.product-hero__site:hover{color:#fff}.product{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:2rem;gap:2rem;align-items:start}.product__main{min-width:0;display:flex;flex-direction:column;gap:2rem}.product-section__title{font-size:1.15rem;margin-bottom:.85rem}.product-prose{color:rgba(255,255,255,.8);line-height:1.8}.product-prose p{margin-bottom:.75rem}.gallery{position:relative}.gallery__track{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:.25rem}.gallery__track::-webkit-scrollbar{display:none}.gallery__image{display:block;height:360px;width:auto;flex:0 0 auto;scroll-snap-align:start;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(0,0,0,.25);object-fit:cover}.gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:44px;height:44px;display:grid;place-items:center;border:none;border-radius:50%;background:rgba(15,18,40,.85);box-shadow:0 6px 20px rgba(0,0,0,.35);color:#fff;font-size:1.6rem;line-height:1;cursor:pointer;transition:background .15s ease}.gallery__nav:hover{background:rgba(102,126,234,.95)}.gallery__nav--prev{left:.6rem}.gallery__nav--next{right:.6rem}@media (max-width:640px){.gallery__image{height:240px}}.product__aside{position:-webkit-sticky;position:sticky;top:5rem;display:flex;flex-direction:column;gap:1.25rem}.aside-title{font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.45);margin-bottom:.85rem}.detail-card{display:flex;flex-direction:column;gap:1rem;padding:1.25rem;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03)}.detail-card .upvote{width:100%;flex-direction:row;gap:.4rem;padding:.7rem 0}.detail-card__cta{width:100%;justify-content:center}.detail-card__facts{display:flex;flex-direction:column;gap:.85rem;margin:0;border-top:1px solid rgba(255,255,255,.08);padding-top:1rem}.detail-card__facts>div{display:flex;align-items:center;justify-content:space-between;gap:1rem}.detail-card__facts dt{color:rgba(255,255,255,.5);font-size:.85rem}.detail-card__facts dd{font-size:.9rem;text-align:right}.status-badge{text-transform:capitalize;font-size:.78rem;font-weight:600;padding:.15rem .6rem;border-radius:999px;border:1px solid rgba(255,255,255,.18);color:rgba(255,255,255,.8)}.status-badge--live{color:#6ee7a8;border-color:rgba(110,231,168,.4);background:rgba(110,231,168,.12)}.status-badge--scheduled{color:#8ea2ff;border-color:rgba(142,162,255,.4);background:rgba(142,162,255,.12)}.status-badge--draft{color:#f0c674;border-color:rgba(240,198,116,.4);background:rgba(240,198,116,.12)}.status-badge--archived{color:rgba(255,255,255,.6);border-color:rgba(255,255,255,.2);background:rgba(255,255,255,.06)}.voter-row{display:flex;flex-direction:column;gap:.55rem}.voter-row__avatars{display:flex;flex-wrap:wrap}.voter-row__avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;margin-left:-8px;border:2px solid #14172e;background:rgba(255,255,255,.08);display:grid;place-items:center;font-size:.7rem;font-weight:600;color:rgba(255,255,255,.75)}.voter-row__avatar:first-child{margin-left:0}.voter-row__avatar img{width:100%;height:100%;object-fit:cover}.voter-row__label{font-size:.8rem;color:rgba(255,255,255,.5)}.maker-card,.more-from{padding:1.25rem;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.03)}.maker-card__head{display:flex;align-items:center;gap:.75rem}.maker-card__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex:0 0 auto;background:rgba(255,255,255,.08);display:grid;place-items:center;font-weight:600}.maker-card__avatar img{width:100%;height:100%;object-fit:cover}.maker-card__id{display:flex;flex-direction:column;min-width:0}.maker-card__id strong{color:#fff}.maker-card__handle{font-size:.82rem;color:#8ea2ff}.maker-card__headline{margin-top:.85rem;font-size:.9rem;color:rgba(255,255,255,.85)}.maker-card__bio{margin-top:.4rem;font-size:.85rem;line-height:1.55;color:rgba(255,255,255,.6)}.maker-card__link{display:inline-block;font-size:.82rem;color:#8ea2ff}.more-from__list{display:flex;flex-direction:column;gap:.35rem;list-style:none;margin:0;padding:0}.more-from__item{display:flex;align-items:center;gap:.7rem;padding:.5rem;margin:0 -.5rem;border-radius:10px;transition:background .15s ease}.more-from__item:hover{background:rgba(255,255,255,.05)}.more-from__thumb{width:38px;height:38px;border-radius:9px;overflow:hidden;flex:0 0 auto;background:rgba(255,255,255,.08);display:grid;place-items:center;font-weight:600;font-size:.9rem}.more-from__thumb img{width:100%;height:100%;object-fit:cover}.more-from__body{display:flex;flex-direction:column;min-width:0;flex:1 1}.more-from__body strong{font-size:.88rem;color:#fff}.more-from__body strong,.more-from__tagline{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.more-from__tagline{font-size:.78rem;color:rgba(255,255,255,.5)}.more-from__votes{font-size:.8rem;color:rgba(255,255,255,.6);flex:0 0 auto}@media (max-width:1023px){.product{grid-template-columns:1fr}.product__aside{position:static;order:-1}}.edit-danger{margin-top:2.5rem;border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.edit-danger__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.gallery-upload{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.gallery-upload__grid{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem}.gallery-upload__item{position:relative;width:96px;height:72px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.gallery-upload__item img{width:100%;height:100%;object-fit:cover;display:block}.gallery-upload__remove{position:absolute;top:2px;right:2px;width:22px;height:22px;display:grid;place-items:center;border:none;border-radius:50%;background:rgba(15,18,40,.8);color:#fff;font-size:1rem;line-height:1;cursor:pointer}.gallery-upload__remove:hover{background:rgba(255,90,90,.9)}.comments{border-top:1px solid rgba(255,255,255,.08);padding-top:1.5rem}.comment-form{display:flex;flex-direction:column;gap:.5rem;align-items:flex-start;margin:1rem 0 1.5rem}.comment-form .textarea{width:100%}.comment-list{list-style:none;display:flex;flex-direction:column;gap:1rem}.comment{border:1px solid rgba(255,255,255,.07);border-radius:10px;padding:.85rem 1rem}.comment__author{font-weight:600;font-size:.88rem;color:#8ea2ff}.comment__body{color:rgba(255,255,255,.85);margin-top:.3rem;white-space:pre-wrap}.comment__actions{margin-top:.6rem;display:flex;justify-content:flex-end}.comment__actions .btn{font-size:.8rem;padding:.3rem .7rem}.profile-head{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.profile-head__main{flex:1 1;min-width:0}.profile-head__edit{flex-shrink:0}.profile-bio{margin-top:.5rem;color:rgba(255,255,255,.8);line-height:1.6;white-space:pre-wrap}.profile-link{color:#8ea2ff}.profile-avatar{width:72px;height:72px;border-radius:50%;object-fit:cover}.profile-avatar--empty{display:grid;place-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:1.8rem;font-weight:700}.social-links{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:.75rem}.social-link{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.04);color:rgba(255,255,255,.8);transition:color .15s ease,border-color .15s ease,background .15s ease}.social-link:hover{color:#fff;border-color:rgba(142,162,255,.6);background:rgba(102,126,234,.12)}.social-link__label{font-size:.8rem;padding:0 .5rem}.maker-card__link{margin-top:.75rem}.maker-card__link .social-link{width:auto;height:auto;gap:.4rem;padding:.35rem .6rem;border-radius:8px;font-size:.82rem;color:#8ea2ff}.social-link__text{white-space:nowrap}.profile-stats{display:flex;flex-wrap:wrap;gap:1.5rem;margin:1rem 0 0}.profile-stat{display:flex;flex-direction:column}.profile-stat dt{order:2;font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:rgba(255,255,255,.5)}.profile-stat dd{order:1;margin:0;font-size:1.25rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:rgba(255,255,255,.95)}.social-fields__hint{margin:0 0 .5rem;font-size:.82rem}.social-fields{display:flex;flex-direction:column;gap:.6rem}.social-field{display:grid;grid-template-columns:90px 1fr auto;align-items:center;grid-gap:.6rem;gap:.6rem}.social-field__label{font-size:.85rem;color:rgba(255,255,255,.75)}.social-field__primary{display:inline-flex;align-items:center;gap:.3rem;font-size:.78rem;color:rgba(255,255,255,.6);white-space:nowrap}@media (max-width:540px){.social-field{grid-template-columns:1fr auto}.social-field__label{grid-column:1/-1}.brand__text--full{display:none}.brand__text--abbr{display:inline}}@media (prefers-color-scheme:light){.site-header{background:rgba(245,247,250,.7);border-color:rgba(0,0,0,.08)}.brand,.launch-card__name{color:#213547}.user-menu__trigger{border-color:rgba(0,0,0,.15);background:rgba(0,0,0,.05);color:#213547}.launch-card{border-color:rgba(0,0,0,.1);background:rgba(0,0,0,.02)}.hero p,.launch-card__tagline,.muted,.product-prose,.profile-bio,.prose li,.prose p,.prose ul{color:rgba(0,0,0,.75)}.prose code,.prose pre{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.12)}.btn{color:#213547;border-color:rgba(0,0,0,.2)}.btn--primary{color:#fff}.input,.textarea{background:#fff;border-color:rgba(0,0,0,.2);color:#213547}}.stats-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin:.5rem 0 1rem}.stats-strip__item{flex:1 1;min-width:120px;display:flex;flex-direction:column;align-items:center;gap:.15rem;padding:1rem .75rem;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:rgba(255,255,255,.02)}.stats-strip__item dd{margin:0;font-size:1.6rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:rgba(255,255,255,.95)}.stats-strip__item dt{font-size:.75rem;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.5)}.lp-section{margin:3.5rem 0;text-align:center}.lp-section__title{font-size:clamp(1.4rem,4vw,1.9rem);margin-bottom:.6rem}.lp-section__lede{max-width:600px;margin:0 auto 2rem;color:rgba(255,255,255,.7);line-height:1.7}.feature-grid,.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem;text-align:left;list-style:none;margin:0;padding:0}.feature-card{padding:1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.03)}.feature-card__icon{display:grid;place-items:center;width:44px;height:44px;margin-bottom:.9rem;border-radius:12px;font-size:1.3rem;background:rgba(102,126,234,.15)}.feature-card__title{font-size:1.05rem;margin-bottom:.4rem}.feature-card__body{color:rgba(255,255,255,.65);font-size:.92rem;line-height:1.6}.step{display:flex;gap:.9rem;align-items:flex-start;padding:1.25rem;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:rgba(255,255,255,.02)}.step__num{flex-shrink:0;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;font-weight:700;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2)}.step__title{font-size:1rem;margin-bottom:.3rem}.step__body{color:rgba(255,255,255,.65);font-size:.9rem;line-height:1.6}.cta-band{text-align:center;margin:3.5rem 0;padding:2.5rem 1.5rem;border:1px solid rgba(102,126,234,.35);border-radius:20px;background:rgba(102,126,234,.08)}.cta-band h2{font-size:clamp(1.4rem,4vw,1.9rem);margin-bottom:.4rem}.cta-band p{color:rgba(255,255,255,.7);margin-bottom:1.5rem}.cta-band__actions{display:flex;justify-content:center;flex-wrap:wrap;gap:.75rem}.lp-footer{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);text-align:center}.lp-footer__brand{font-weight:800;font-size:1.1rem;color:rgba(255,255,255,.95)}.lp-footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem 1.25rem;margin:1rem 0}.lp-footer__links a{color:rgba(255,255,255,.6);font-size:.9rem}.lp-footer__links a:hover{color:#fff}.lp-footer__note{color:rgba(255,255,255,.4);font-size:.85rem}@media (max-width:720px){.feature-grid,.steps{grid-template-columns:1fr}}@media (prefers-color-scheme:light){.feature-card,.stats-strip__item,.step{border-color:rgba(0,0,0,.1);background:rgba(0,0,0,.02)}.lp-footer__brand,.stats-strip__item dd{color:#213547}.cta-band p,.feature-card__body,.lp-section__lede,.stats-strip__item dt,.step__body{color:rgba(0,0,0,.6)}.lp-footer__links a{color:rgba(0,0,0,.55)}.lp-footer__links a:hover{color:#213547}.lp-footer__note{color:rgba(0,0,0,.4)}}.auth-wrap{display:flex;justify-content:center;align-items:flex-start;min-height:calc(100vh - 160px);padding-top:3rem}.auth-card{width:100%;max-width:560px;text-align:center;padding:2.5rem 2rem;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:rgba(255,255,255,.03);box-shadow:0 20px 60px rgba(0,0,0,.25)}.auth-card__logo{width:64px;height:64px;border-radius:16px;margin:0 auto 1.25rem;display:block}.auth-card__title{font-size:1.6rem;margin-bottom:.6rem}.auth-card__lede{color:rgba(255,255,255,.7);margin-bottom:1.75rem;line-height:1.6}.auth-card__benefits{list-style:none;text-align:left;display:flex;flex-direction:column;gap:.85rem;margin:0 auto 1.75rem;max-width:470px}.auth-card__benefits li{display:flex;align-items:flex-start;gap:.65rem;color:rgba(255,255,255,.85);font-size:.95rem;line-height:1.4}.auth-card__benefits li span{flex-shrink:0;width:1.4rem;text-align:center}.auth-card__cta{width:100%;justify-content:center;padding:.7rem 1rem;font-size:1rem}.auth-card__fine{margin-top:.9rem;font-size:.8rem;color:rgba(255,255,255,.45)}@media (prefers-color-scheme:light){.auth-card{border-color:rgba(0,0,0,.1);background:#fff;box-shadow:0 20px 60px rgba(0,0,0,.08)}.auth-card__lede{color:rgba(0,0,0,.65)}.auth-card__benefits li{color:rgba(0,0,0,.8)}.auth-card__fine{color:rgba(0,0,0,.45)}}