.navbar{background-color:var(--nav-bg);z-index:1000;border-bottom-right-radius:25px;border-bottom-left-radius:25px;flex-wrap:nowrap;justify-content:space-around;align-items:center;padding:15px 80px;display:flex;position:sticky;top:0}.nav-links{gap:25px;font-family:Roobert,sans-serif;font-size:14px;font-weight:500;list-style:none;display:flex}.nav-links a{color:var(--nav-text);font-size:1rem;text-decoration:none}.nav-links a:hover{color:var(--brand-primary)}.nav-logo img{width:auto;height:40px}.nav-cta-group{white-space:nowrap;flex-shrink:0;align-items:center;gap:15px;margin-left:30px;display:flex}.cta-btn-outline{color:var(--nav-text);white-space:nowrap;border-radius:5px;flex-shrink:0;align-items:center;padding:6px 18px;font-family:RoobertBold;font-size:16px;font-weight:500;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.cta-btn-outline:hover{color:var(--nav-text-hover)}.cta-btn{background-color:var(--brand-primary);color:#fff;white-space:nowrap;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;min-height:44px;padding:8px 20px;font-family:Roobert;font-size:16px;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-flex}.cta-btn:hover{background-color:var(--brand-hover)}.nav-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.nav-logo img{width:auto;height:40px;display:block}.nav-search{background:var(--bg-input);border:1px solid var(--border-input);border-radius:var(--radius-input);width:260px;min-width:120px;transition:border-color var(--transition-fast);flex-shrink:1;align-items:center;gap:8px;margin-left:24px;padding:8px 14px;display:flex}.nav-search:focus-within{border-color:var(--border-focus);box-shadow:var(--input-focus-ring)}.nav-search-icon{color:var(--icon-muted);flex-shrink:0;font-size:14px}.nav-search-input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-family:Roobert,sans-serif;font-size:13.5px}.nav-search-input::placeholder{color:var(--input-placeholder)}.nav-burger{color:var(--nav-text);cursor:pointer;background:0 0;border:none;margin-left:auto;padding:4px;font-size:24px;display:none}.nav-mobile-panel{background:var(--nav-bg);border-top:1px solid var(--nav-border);flex-direction:column;gap:4px;padding:16px 30px 24px;display:none}.nav-mobile-panel.is-open{display:flex}.nav-mobile-panel a{color:var(--nav-text);border-bottom:1px solid var(--divider);padding:10px 0;font-family:Roobert,sans-serif;font-size:15px;font-weight:500;text-decoration:none}.nav-mobile-panel a:last-of-type{border-bottom:none}.nav-mobile-cta{gap:12px;margin-top:12px;display:flex}.nav-mobile-cta a{text-align:center;border-bottom:none;flex:1;padding:0}.nav-search--mobile{width:100%;margin-bottom:8px;margin-left:0;display:flex}@media (max-width:900px){.navbar{flex-wrap:nowrap;justify-content:space-between;margin-left:20px;margin-right:20px}.nav-search,.nav-links,.nav-cta-group{display:none}.nav-burger{display:block}}.hero-box{border-radius:var(--radius-2xl);border:1px solid var(--border-card);max-width:1400px;margin:40px auto 0;position:relative;overflow:hidden}.hero-box--glow{background:radial-gradient(ellipse 900px 500px at 50% -10%, var(--brand-soft) 0%, var(--bg-primary) 65%)}.hero-box--diagonal{background:linear-gradient(135deg, var(--brand-pale) 0%, var(--bg-primary) 45%, var(--brand-soft) 100%);margin-left:44px;margin-right:44px}.hero-box--blobs{background:radial-gradient(circle 420px at 15% 15%, #f1661a29 0%, transparent 70%), radial-gradient(circle 460px at 85% 25%, #9a6a4524 0%, transparent 70%), var(--bg-primary)}.hero-box--bold{background:linear-gradient(180deg, var(--brand-soft) 0%, var(--bg-primary) 80%);margin-left:44px;margin-right:44px}.hero-box--mesh{background:radial-gradient(circle 500px at 10% 0%, #f1661a24 0%, transparent 60%), radial-gradient(circle 460px at 95% 10%, #d47a3b29 0%, transparent 60%), radial-gradient(circle 520px at 50% 100%, #9a6a451a 0%, transparent 65%), var(--bg-primary)}.hero-box--gradient-bars{background:var(--bg-primary);position:relative}.hero{z-index:1;text-align:center;flex-direction:column;align-items:center;max-width:1500px;margin:0 auto;padding:100px 30px 0;font-family:Roobert,sans-serif;display:flex;position:relative}.hero-title{letter-spacing:-.02em;color:var(--text-primary);margin:0 0 32px;font-family:GeneralSans,sans-serif;font-size:56px;font-weight:500;line-height:1.08}.hero-title em{color:var(--brand-primary);font-style:normal;font-weight:600}.hero-subtitle{color:var(--text-secondary);max-width:560px;margin:0 0 36px;font-size:20px;line-height:1.6}@media (max-width:640px){.hero-box{border-radius:var(--radius-xl);margin:20px 16px 0}.hero{padding:64px 20px 48px}.hero-title{font-size:36px}.hero-subtitle{font-size:16px}}.hero-search{background:var(--bg-elevated);border:1px solid var(--border-input);border-radius:var(--radius-2xl);width:100%;max-width:620px;box-shadow:var(--card-shadow);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);align-items:center;gap:12px;margin:0 auto 36px;padding:18px 26px;display:flex}.hero-search:focus-within{border-color:var(--border-focus);box-shadow:var(--input-focus-ring)}.hero-search-icon{color:var(--icon-muted);flex-shrink:0;font-size:18px}.hero-search-input{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-family:Roobert,sans-serif;font-size:16px}.hero-search-input::placeholder{color:var(--input-placeholder)}@media (max-width:640px){.hero-search{border-radius:var(--radius-xl);padding:14px 18px}.hero-search-input{font-size:14px}}.hero-tool-tags{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex}.tool-tag{background:var(--bg-elevated);border:1px solid var(--tag-border);transition:border-color var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);border-radius:999px;align-items:center;gap:8px;padding:7px 16px 7px 8px;text-decoration:none;display:inline-flex}.tool-tag:hover{border-color:var(--card-border-hover);box-shadow:var(--card-shadow-hover);transform:translateY(-1px)}.tool-tag-logo{object-fit:cover;border-radius:6px;flex-shrink:0;width:22px;height:22px}.tool-tag-name{color:var(--text-primary);white-space:nowrap;font-family:Roobert,sans-serif;font-size:14px;font-weight:500}@media (max-width:640px){.hero-tool-tags{gap:8px}.tool-tag{padding:6px 12px 6px 6px}.tool-tag-name{font-size:13px}}.hero-app-fan{justify-content:center;align-items:flex-end;margin-top:60px;margin-bottom:-16px;padding-bottom:0;display:flex}.app-fan-card{box-sizing:border-box;background:var(--bg-elevated);width:148px;height:180px;box-shadow:var(--card-shadow-hover);transition:transform var(--transition-base), box-shadow var(--transition-base);color:inherit;cursor:pointer;border-radius:20px;flex-direction:column;align-items:flex-start;padding:20px;text-decoration:none;display:flex}.app-fan-card:hover{box-shadow:0 16px 32px #1e19141a;z-index:10!important;transform:translateY(-6px)!important}.app-fan-card:first-child{z-index:1;margin-right:-34px;transform:rotate(-11deg)translateY(10px)}.app-fan-card:nth-child(2){z-index:2;margin-right:-34px;transform:rotate(-5deg)translateY(3px)}.app-fan-card:nth-child(3){z-index:3;transform:rotate(0)translateY(-4px)}.app-fan-card:nth-child(4){z-index:2;margin-left:-34px;transform:rotate(5deg)translateY(3px)}.app-fan-card:nth-child(5){z-index:1;margin-left:-34px;transform:rotate(11deg)translateY(10px)}.app-fan-logo{border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex;overflow:hidden}.app-fan-logo img{object-fit:cover;width:100%;height:100%}.app-fan-name{color:var(--text-primary);font-family:Roobert,sans-serif;font-size:15px;font-weight:600}@media (max-width:900px){.app-fan-card{border-radius:16px;width:110px;height:110px;padding:14px}.app-fan-logo{border-radius:9px;width:34px;height:34px;margin-bottom:10px}.app-fan-name{font-size:12px}.app-fan-card:first-child,.app-fan-card:nth-child(2){margin-right:-26px}.app-fan-card:nth-child(4),.app-fan-card:nth-child(5){margin-left:-26px}}@media (max-width:560px){.hero-app-fan{margin-top:36px}.app-fan-card{border-radius:14px;width:80px;height:80px;padding:10px}.app-fan-logo{border-radius:7px;width:26px;height:26px;margin-bottom:6px}.app-fan-name{font-size:10px}.app-fan-card:first-child,.app-fan-card:nth-child(2){margin-right:-18px}.app-fan-card:nth-child(4),.app-fan-card:nth-child(5){margin-left:-18px}}.featured-section{max-width:1400px;margin:80px auto 0;padding:0 30px;font-family:Roobert,sans-serif}.featured-header{justify-content:space-between;align-items:flex-end;gap:14px;margin:0 0 28px;display:flex}.featured-heading{letter-spacing:-.01em;color:var(--text-primary);margin:0 0 8px;font-family:GeneralSans,sans-serif;font-size:32px;font-weight:500}.featured-subheading{color:var(--text-secondary);margin:0;font-size:14.5px}.featured-show-all{color:var(--text-link);text-underline-offset:2px;white-space:nowrap;transition:color var(--transition-fast);font-family:Roobert,sans-serif;font-size:13px;font-weight:500;text-decoration:underline}.featured-show-all:hover{color:var(--text-link-hover)}.featured-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.category-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-card);box-shadow:var(--card-shadow);color:inherit;transition:box-shadow var(--transition-base), transform var(--transition-base), border-color var(--transition-base);flex-direction:column;gap:20px;padding:24px;text-decoration:none;display:flex}.category-card:hover{box-shadow:var(--card-shadow-hover);border-color:var(--card-border-hover);cursor:pointer;transform:translateY(-5px)}.category-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.category-card-name{color:var(--text-primary);font-family:GeneralSans,sans-serif;font-size:19px;font-weight:500}.category-count-pill{background:var(--brand-soft);border:1px solid var(--brand-pale);color:var(--brand-hover);border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0;align-items:center;padding:5px 12px;font-size:12.5px;font-weight:500;display:inline-flex}.category-avatar-stack{display:flex}.category-avatar{object-fit:cover;background:var(--bg-tertiary);border:2px solid var(--card-bg);border-radius:50%;width:32px;height:32px;display:block}.category-avatar+.category-avatar{margin-left:-10px}.tag-icon{opacity:.85;flex-shrink:0;margin-right:5px}@media (max-width:980px){.featured-grid{grid-template-columns:1fr}}@media (max-width:640px){.featured-section{margin-top:56px;padding:0 20px}.featured-header{flex-direction:column;align-items:flex-start;gap:10px}.featured-heading{font-size:24px}.category-card{padding:20px}}.launchpad-section{max-width:1400px;margin:80px auto 0;padding:0 30px;font-family:Roobert,sans-serif}.launchpad-header{justify-content:space-between;align-items:baseline;gap:14px;margin:0 0 28px;display:flex}.launchpad-heading{letter-spacing:-.01em;color:var(--text-primary);margin:0;font-family:GeneralSans,sans-serif;font-size:32px;font-weight:500}.launchpad-show-all{color:var(--text-link);text-underline-offset:2px;white-space:nowrap;transition:color var(--transition-fast);font-family:Roobert,sans-serif;font-size:13px;font-weight:500;text-decoration:underline}.launchpad-show-all:hover{color:var(--text-link-hover)}.launchpad-columns{grid-template-columns:1fr 1px 1fr;gap:28px;display:grid}.launchpad-divider{background:var(--divider-strong)}.launchpad-list{flex-direction:column;gap:14px;display:flex}.launchpad-card{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-card);box-shadow:var(--card-shadow);color:inherit;cursor:pointer;transition:box-shadow var(--transition-base), transform var(--transition-base), border-color var(--transition-base);align-items:center;gap:16px;padding:16px 18px;text-decoration:none;display:flex}.launchpad-card:hover{box-shadow:var(--card-shadow-hover);border-color:var(--card-border-hover);transform:translateY(-5px)}.launchpad-card-logo{border-radius:var(--radius-md);background:var(--bg-card);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.launchpad-card-logo img{object-fit:cover;width:100%;height:100%}.launchpad-card-logo-fallback{background:var(--brand-primary);width:100%;height:100%;color:var(--text-on-primary);justify-content:center;align-items:center;font-family:GeneralSans,sans-serif;font-size:18px;font-weight:600;display:flex}.launchpad-card-main{flex-direction:column;flex:1;gap:5px;min-width:0;display:flex}.launchpad-card-name{color:var(--text-primary);margin:0;font-family:GeneralSans,sans-serif;font-size:16px;font-weight:500}.launchpad-card-tagline{color:var(--text-tertiary);margin:0;font-size:12.5px;line-height:1.3}.launchpad-card-tags{flex-wrap:wrap;gap:8px;margin-top:3px;display:flex}.launchpad-tag{background:var(--tag-bg);border:1px solid var(--tag-border);color:var(--tag-text);border-radius:var(--radius-sm);white-space:nowrap;align-items:center;padding:4px 11px;font-size:12px;font-weight:500;display:inline-flex}.launchpad-tag--sub{background:var(--brand-soft);color:var(--text-link);border-color:#f1661a40}.launchpad-card-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.launchpad-btn{border-radius:var(--radius-button);width:34px;height:34px;color:var(--icon-secondary);cursor:pointer;transition:background-color var(--transition-fast), color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.launchpad-btn i{font-size:17px}.launchpad-btn:hover{background:var(--interactive-ghost-hover);color:var(--brand-primary)}.launchpad-btn--upvote{gap:5px;width:auto;min-width:34px;padding:0 10px}.launchpad-btn--upvote .upvote-count{font-size:13px;font-weight:600;line-height:1}.launchpad-btn--upvote.is-upvoted{background:var(--brand-soft);color:var(--brand-primary)}@media (max-width:980px){.launchpad-columns{grid-template-columns:1fr}.launchpad-divider{display:none}}@media (max-width:720px){.launchpad-card{padding:14px 16px}}@media (max-width:640px){.launchpad-section{margin-top:56px;padding:0 20px}.launchpad-header{justify-content:space-between}.launchpad-heading{text-align:left;font-size:24px}}.launchpad-cta-group{justify-content:center;gap:14px;margin-top:40px;display:flex}.launchpad-cta-btn{padding:10px 26px;font-size:15px}@media (max-width:640px){.launchpad-cta-group{flex-direction:column;align-items:stretch;margin-top:28px}.launchpad-cta-btn{text-align:center;justify-content:center}}.process-section{margin-top:116px;padding:30px;position:relative}.process-sticky{grid-template-columns:1fr 1fr;align-items:center;gap:80px;max-width:1300px;min-height:100vh;margin:0 auto;padding:40px 0;display:grid;position:sticky;top:54px}.process-media{position:relative}.process-media-frame{--process-frame-radius:25px;aspect-ratio:4/3.1;border-radius:var(--process-frame-radius);width:100%;position:relative;overflow:hidden}.process-media-img{width:100%;height:100%;display:block}.process-media-img-layer{object-fit:cover;opacity:0;width:100%;height:100%;display:block;position:absolute;inset:0}.process-media-img-layer.is-active{opacity:1;position:relative}.process-step-display-layer{opacity:0;visibility:hidden}.process-step-display-layer.is-active{opacity:1;visibility:visible;position:relative}.process-step-display-layer:not(.is-active){position:absolute;inset:0}.process-pixel-grid{pointer-events:none;z-index:2;position:absolute;inset:0}.process-pixel{background:#000;display:none;position:absolute}.process-media .process-contact-link{margin-top:24px;font-family:Roobert,sans-serif}.process-info{font-family:Roobert,sans-serif}.process-heading{color:var(--text-primary);letter-spacing:-.01em;line-height-step:.25em;margin:0 0 18px;font-family:GeneralSans,sans-serif;font-size:48px;font-weight:500}.process-subheading{color:var(--text-secondary);max-width:380px;margin:0 0 40px;font-size:16px;line-height:1.6}.process-contact-link{color:var(--brand-primary);align-items:center;gap:8px;font-size:15px;font-weight:500;text-decoration:none;display:inline-flex}.process-contact-link i{font-size:15px}.process-contact-link:hover{color:var(--text-link)}.process-step-display{max-width:380px;position:relative}.process-step-number{color:var(--text-primary);margin-bottom:24px;font-family:GeneralSans,sans-serif;font-size:72px;font-weight:500;line-height:1;display:block}.process-step-title{color:var(--text-primary);margin:0 0 16px;font-family:GeneralSans,sans-serif;font-size:26px;font-weight:500}.process-step-desc{color:var(--text-secondary);border-bottom:1px solid var(--button-disabled-text);margin:0;padding-bottom:32px;font-size:15px;line-height:1.6}.process-step-display-layer{transition:opacity .25s}.process-step-display.is-swapping .process-step-display-layer.is-active{opacity:0}.process-steps{z-index:-1;max-width:1300px;margin:0 auto;position:relative}.process-step-marker{height:100vh}@media (max-width:900px){.process-section{margin-top:64px;padding:0 20px}.process-desktop-only{display:none}}.submit-cta-section{margin-top:6px;padding:0 30px}.submit-cta-inner{background:var(--bg-primary);border-radius:var(--radius-2xl);text-align:center;max-width:1400px;margin:0 auto;padding:64px 40px 56px;overflow:hidden}.submit-cta-heading{color:var(--text-primary);letter-spacing:-.01em;margin:0 0 14px;font-family:GeneralSans,sans-serif;font-size:40px;font-weight:500}.submit-cta-subheading{color:var(--text-secondary);max-width:460px;margin:0 auto 36px;font-family:Roobert,sans-serif;font-size:16px;line-height:1.6}.submit-cta-actions{justify-content:center;align-items:center;gap:12px;margin-bottom:56px;display:flex}.submit-cta-btn-primary,.submit-cta-btn-secondary{border-radius:var(--radius-button);padding:12px 28px;font-size:16px}.submit-cta-btn-secondary:hover{color:var(--text-muted)}.submit-app-grid{grid-template-columns:repeat(30,1fr);gap:6px;width:100%;display:grid}.submit-app-cell{--proximity:0;aspect-ratio:1;background-color:color-mix(in srgb, var(--bg-card) calc(var(--proximity) * 100%), transparent);box-shadow:0 0 0 calc(var(--proximity) * 1px) transparent, 0 calc(var(--proximity) * 6px) calc(var(--proximity) * 18px) rgba(30, 25, 20, calc(var(--proximity) * .08));transform:translateY(calc(var(--proximity) * -2px)) scale(calc(1 + var(--proximity) * .06));border-radius:999px;justify-content:center;align-items:center;transition:background-color 80ms linear,box-shadow 80ms linear,transform 80ms linear;display:flex}.submit-app-cell img{object-fit:contain;width:32px;height:32px;filter:grayscale(calc(1 - var(--proximity))) opacity(calc(.045 + var(--proximity) * 1));transition:filter 80ms linear}@media (max-width:900px){.submit-cta-section{margin-top:64px;padding:0 20px}.submit-cta-inner{border-radius:var(--radius-xl);padding:48px 24px 40px}.submit-cta-heading{font-size:30px}.submit-cta-subheading{margin-bottom:32px;font-size:15px}.submit-cta-actions{flex-direction:column;align-items:stretch;margin-bottom:36px}.submit-cta-btn-primary,.submit-cta-btn-secondary{justify-content:center;width:100%}.submit-app-grid{grid-template-columns:repeat(auto-fill,minmax(28px,1fr));-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 32px calc(100% - 32px),#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 32px calc(100% - 32px),#0000 100%)}}.process-mobile{display:none}@media (max-width:900px){.process-mobile{max-width:480px;margin:0 auto;padding:48px 0;display:block}.process-mobile-step{font-family:Roobert,sans-serif}.process-mobile-step+.process-mobile-step{margin-top:56px}.process-mobile-header{margin-bottom:40px}.process-heading--mobile{margin:0 0 14px;font-size:32px}.process-subheading--mobile{max-width:none;margin:0;font-family:Roobert,sans-serif}.process-mobile-media{aspect-ratio:4/3.1;background:#d9d6cd;width:100%;margin-bottom:24px;position:relative;overflow:hidden}.process-mobile-img{object-fit:cover;border-radius:0;width:100%;height:100%;display:block}}@media (min-width:861px){.landing-page-body{justify-content:center;align-items:flex-start;gap:20px;padding:0 32px;display:flex}.landing-page-content{order:0;min-width:0}}@media (max-width:860px){.landing-page-body{display:block}}
.footer{background:var(--bg-footer);border-top-left-radius:25px;border-top-right-radius:25px;width:100%;padding:64px 30px 32px;font-family:Roobert,sans-serif}.footer-top{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px;max-width:1500px;margin:0 auto;display:grid}.footer-brand{max-width:320px}.footer-logo img{width:auto;height:34px;margin-bottom:18px;display:block}.footer-tagline{color:var(--text-on-dark);opacity:.65;margin:0;font-size:14px;line-height:1.6}.footer-heading{color:var(--text-on-dark);margin:0 0 16px;font-family:GeneralSans,sans-serif;font-size:14px;font-weight:500}.footer-list{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.footer-list a{color:var(--text-on-dark);opacity:.65;transition:opacity var(--transition-fast), color var(--transition-fast);font-size:14px;text-decoration:none}.footer-list a:hover{opacity:1;color:var(--brand-primary)}.footer-divider{background:#faf8f51a;max-width:1500px;height:1px;margin:48px auto 24px}.footer-bottom{justify-content:space-between;align-items:center;gap:16px;max-width:100%;margin:0 auto;display:flex}.footer-copyright{color:var(--text-on-dark);opacity:.55;margin:0;font-size:13px}.footer-socials{align-items:center;gap:18px;display:flex}.footer-socials a{color:var(--text-on-dark);opacity:.65;transition:opacity var(--transition-fast), color var(--transition-fast);font-size:16px;text-decoration:none}.footer-socials a:hover{opacity:1;color:var(--brand-primary)}.footer-wordmark{letter-spacing:-.03em;max-width:1500px;color:var(--text-on-dark);opacity:.08;text-align:center;-webkit-user-select:none;user-select:none;white-space:nowrap;margin:16px auto 0;font-family:Roobert,sans-serif;font-size:clamp(56px,12vw,140px);font-weight:500;line-height:1;overflow:hidden}@media (max-width:900px){.footer-top{grid-template-columns:1fr 1fr;row-gap:40px}.footer-brand{grid-column:1/-1;max-width:none}}@media (max-width:560px){.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start;gap:16px}}
