/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}}:root{--bg-primary:#0a0a0f;--bg-secondary:#0f0f1a;--bg-card:#ffffff08;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--accent:#667eea;--accent-secondary:#764ba2;--border:#ffffff0d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg-primary);color:var(--text-primary);margin:0;line-height:1.6;overflow-x:hidden}a{color:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#0a0a0fe6;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;gap:1.25rem;padding:1rem 2rem;display:flex}.gradient-text,.logo{background:linear-gradient(135deg,var(--accent) 0,var(--accent-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.logo{white-space:nowrap;font-size:1.5rem;font-weight:800;text-decoration:none}.nav-toggle{display:none}.mobile-menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}.nav-links{align-items:center;gap:1.4rem;display:flex}.nav-links a{color:var(--text-secondary);white-space:nowrap;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a.active,.nav-links a:hover{color:var(--accent)}.nav-user{color:var(--text-secondary);white-space:nowrap;gap:.5rem;font-size:.95rem}.nav-avatar,.nav-user{align-items:center;display:inline-flex}.nav-avatar{width:28px;height:28px;color:var(--accent);background:#667eea29;border:1px solid #667eea59;border-radius:999px;justify-content:center;font-weight:700}.nav-button{color:var(--text-secondary);font:inherit;cursor:pointer;background:0 0;border:1px solid #94a3b833;border-radius:8px;align-items:center;gap:.45rem;padding:.55rem .75rem;font-weight:600;transition:all .3s;display:inline-flex}.nav-button:hover{color:var(--accent);border-color:var(--accent)}.hero{text-align:center;background:linear-gradient(135deg,var(--bg-primary) 0,#1a1a2e 50%,#16213e 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative}.hero:before{content:"";opacity:.5;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.hero-content{z-index:1;padding:2rem;position:relative}.hero h1{background:linear-gradient(135deg,var(--accent) 0,var(--accent-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem;font-weight:800}.hero .tagline{color:var(--text-secondary);max-width:600px;margin-bottom:1rem;font-size:1.5rem}.hero .subtitle{color:var(--text-muted);margin-bottom:3rem;font-size:1.1rem}.hero-visual{z-index:1;margin-top:3rem;position:relative}.cluster-visualization{width:400px;height:400px;position:relative}.node{background:linear-gradient(135deg,var(--accent),var(--accent-secondary));border-radius:50%;width:40px;height:40px;animation:pulse 2s infinite;position:absolute}.node.central{width:60px;height:60px;animation:pulse 1.5s infinite;top:50%;left:50%;transform:translate(-50%,-50%)}.node.n1{animation-delay:.1s;top:15%;left:15%}.node.n2{animation-delay:.3s;top:15%;right:15%}.node.n3{animation-delay:.5s;bottom:15%;left:15%}.node.n4{animation-delay:.7s;bottom:15%;right:15%}.node.n5{animation-delay:.9s;top:50%;left:5%}.node.n6{animation-delay:1.1s;top:50%;right:5%}.node.n7{animation-delay:1.3s;top:5%;left:50%;transform:translate(-50%)}.connections{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.conn{stroke:var(--accent);stroke-width:1px;opacity:.3;animation:dash 3s infinite}@keyframes pulse{50%{opacity:.5}}@keyframes dash{0%{opacity:.1}50%{opacity:.4}to{opacity:.1}}.cta-group{flex-wrap:wrap;gap:1rem;display:flex}.btn,.cta-group{justify-content:center}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.btn-primary{background:linear-gradient(135deg,var(--accent) 0,var(--accent-secondary) 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 40px #667eea4d}.btn-secondary{color:var(--text-secondary);background:0 0;border:1px solid #94a3b833}.btn-secondary:hover{border-color:var(--accent);color:var(--accent)}.features{background:var(--bg-secondary);padding:6rem 0}.section-title{text-align:center;color:var(--text-primary);margin-bottom:4rem;font-size:2.5rem}.features-grid,.marketplace-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.feature-card,.market-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s}.feature-card:hover,.market-card:hover{background:#ffffff0d;transform:translateY(-5px)}.feature-icon{margin-bottom:1rem;font-size:2.5rem}.feature-card h3,.market-card h3{color:var(--accent);margin-bottom:.75rem;font-size:1.3rem}.feature-card p,.market-card p{color:var(--text-secondary)}.stats{background:var(--bg-primary);padding:4rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.stat-number{background:linear-gradient(135deg,var(--accent),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:3rem;font-weight:800}.stat-label{color:var(--text-secondary);font-size:1.1rem}.marketplace-callout,.waitlist{text-align:center;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:6rem 0}.marketplace-callout{background:var(--bg-primary)}.callout-panel{background:linear-gradient(135deg,#667eea1a,#764ba214);border:1px solid #667eea4d;border-radius:16px;max-width:860px;margin:0 auto;padding:3rem}.marketplace-callout h2,.waitlist h2{margin-bottom:1rem;font-size:2.5rem}.marketplace-callout p,.waitlist p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.waitlist-form{flex-wrap:wrap;justify-content:center;gap:1rem;max-width:500px;margin:0 auto;display:flex}.form-field,.waitlist-form input{color:#fff;background:#ffffff0d;border:1px solid #94a3b833;border-radius:8px;flex:1;min-width:250px;padding:1rem 1.5rem;font-size:1rem}.form-field::placeholder,.waitlist-form input::placeholder{color:var(--text-muted)}.page-content{min-height:calc(100vh - 300px);padding:120px 0 4rem}.page-header{text-align:center;margin-bottom:4rem}.page-header h1{background:linear-gradient(135deg,var(--accent) 0,var(--accent-secondary) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:3rem}.page-header p{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.2rem}.architecture-section{margin-bottom:4rem}.architecture-section h2{color:var(--accent);margin-bottom:1.5rem;font-size:1.8rem}.architecture-section p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.architecture-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.arch-card{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.arch-card h3{color:var(--accent);margin-bottom:.75rem}.arch-card p{color:var(--text-secondary)}.arch-card ul,.phase-card ul{padding:0;list-style:none}.arch-card ul li{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:.5rem 0}.arch-card ul li:last-child{border-bottom:none}.tech-specs{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;margin-top:2rem;padding:2rem;overflow-x:auto}.tech-specs table{border-collapse:collapse;width:100%}.tech-specs td,.tech-specs th{text-align:left;border-bottom:1px solid var(--border);padding:1rem}.tech-specs th{color:var(--accent);font-weight:600}.tech-specs td{color:var(--text-secondary)}.gateway-intro{text-align:center;margin-bottom:4rem}.gateway-intro h2{color:var(--accent);margin-bottom:1rem;font-size:2rem}.gateway-intro p{color:var(--text-secondary);max-width:800px;margin:0 auto 1rem;font-size:1.1rem}.inline-list{color:var(--text-secondary);text-align:left;margin-bottom:2rem;margin-left:2rem}.gateway-phases{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.phase-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;position:relative;overflow:hidden}.phase-card:before{content:"";background:linear-gradient(135deg,var(--accent),var(--accent-secondary));width:100%;height:4px;position:absolute;top:0;left:0}.phase-card h3{color:var(--accent);margin-bottom:1rem;font-size:1.4rem}.phase-status{border-radius:20px;margin-bottom:1rem;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.phase-status.current{color:var(--accent);background:#667eea33}.phase-status.future{color:var(--text-muted);background:#64748b33}.phase-card ul li{color:var(--text-secondary);border-bottom:1px solid var(--border);padding:.75rem 0 .75rem 1.5rem;position:relative}.phase-card ul li:before{content:"→";color:var(--accent);position:absolute;left:0}.timeline{max-width:800px;margin:0 auto;position:relative}.timeline:before{content:"";background:linear-gradient(180deg,var(--accent),var(--accent-secondary));width:2px;height:100%;position:absolute;left:50%;transform:translate(-50%)}.timeline-item{width:50%;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){padding-right:3rem;left:0}.timeline-item:nth-child(2n){padding-left:3rem;left:50%}.timeline-dot{background:var(--accent);border:4px solid var(--bg-primary);border-radius:50%;width:20px;height:20px;position:absolute;top:0}.timeline-item:nth-child(odd) .timeline-dot{right:-10px}.timeline-item:nth-child(2n) .timeline-dot{left:-10px}.timeline-content{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:1.5rem}.timeline-content h3{color:var(--accent);margin-bottom:.5rem}.timeline-date{color:var(--text-muted);margin-bottom:.75rem;font-size:.9rem}.timeline-content p{color:var(--text-secondary);font-size:.95rem}.whitepaper-content{max-width:900px;margin:0 auto}.whitepaper-content h2{color:var(--accent);border-bottom:2px solid var(--border);margin:3rem 0 1.5rem;padding-bottom:.5rem;font-size:2rem}.whitepaper-content h3{color:var(--text-primary);margin:2rem 0 1rem;font-size:1.4rem}.whitepaper-content p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.8}.whitepaper-content ol,.whitepaper-content ul{color:var(--text-secondary);margin-bottom:1rem;margin-left:2rem}.whitepaper-content li{margin-bottom:.5rem;line-height:1.6}.footer{border-top:1px solid var(--border);background:var(--bg-secondary);padding:3rem 0}.footer-grid{grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem;display:grid}.footer-brand h3{background:linear-gradient(135deg,var(--accent),var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:.5rem;font-size:1.5rem}.footer-brand p{color:var(--text-muted)}.footer-links,.footer-social{flex-direction:column;gap:.75rem;display:flex}.footer-links a,.footer-social a{color:var(--text-secondary);text-decoration:none;transition:color .3s}.footer-links a:hover,.footer-social a:hover{color:var(--accent)}.footer-bottom{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);padding-top:2rem}.listing-meta{color:var(--text-muted);margin-bottom:1rem;font-size:.95rem}.filter-panel{grid-template-columns:minmax(260px,1fr) minmax(180px,.6fr) auto auto auto;align-items:end;gap:1rem;margin-bottom:2rem;display:grid}.search-field{min-width:0}.form-input,.form-select,.form-textarea{color:#fff;width:100%;font:inherit;background:#ffffff0d;border:1px solid #94a3b833;border-radius:8px;outline:0;padding:1rem}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#667eeab3;box-shadow:0 0 0 3px #667eea1f}.form-select option{background:var(--bg-secondary)}.form-textarea{resize:vertical;min-height:150px}.checkout-grid,.detail-grid,.form-two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.capability-grid,.compact-toggle{border:0;flex-wrap:wrap;gap:.65rem;margin:0;padding:0;display:flex}.capability-grid legend,.compact-toggle legend{width:100%;color:var(--text-secondary);font-weight:700}.capability-grid label,.check-row,.compact-toggle label{min-height:42px;color:var(--text-secondary);cursor:pointer;background:#ffffff09;border:1px solid #94a3b833;border-radius:8px;align-items:center;gap:.45rem;padding:.55rem .75rem;display:inline-flex}.capability-grid label.selected,.check-row:has(input:checked),.compact-toggle label.selected{color:var(--text-primary);background:#667eea1f;border-color:#667eeabf}.listing-card{flex-direction:column;display:flex}.listing-card .btn{margin-top:auto}.action-row,.listing-title-row,.section-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.skill-badge,.status-badge,.verified-badge{width:fit-content;color:var(--accent);background:#667eea24;border:1px solid #667eea59;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.82rem;font-weight:800;display:inline-flex}.badge-row,.listing-stats{flex-wrap:wrap;align-items:center;gap:.6rem;margin:1rem 0;display:flex}.listing-stats{color:var(--text-muted);font-size:.92rem}.listing-stats span{align-items:center;gap:.35rem;display:inline-flex}.empty-state,.muted-copy{color:var(--text-secondary)}.detail-layout{gap:1.5rem;display:grid}.detail-hero{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2rem;display:grid}.detail-hero h1{margin:0;font-size:2.6rem}.detail-actions{gap:.75rem;min-width:190px;display:grid}.metric-card{align-content:start;gap:.45rem;display:grid}.metric-card strong{color:var(--text-primary);font-size:1.65rem;line-height:1.1}.metric-card span{color:var(--text-secondary)}.provider-row{align-items:center;gap:1rem;display:flex}.avatar-large{width:56px;height:56px;color:var(--accent);background:#667eea29;border:1px solid #667eea59;border-radius:999px;justify-content:center;align-items:center;font-size:1.35rem;font-weight:800;display:inline-flex}.dashboard-list,.fee-breakdown,.review-list{gap:.85rem;display:grid}.dashboard-list-item,.fee-breakdown div,.review-card{background:#ffffff06;border:1px solid #94a3b824;border-radius:8px;padding:1rem}.review-stars{color:var(--accent)}.dashboard-section{margin-top:1.5rem}.dashboard-list-item{color:inherit;justify-content:space-between;align-items:center;gap:1rem;text-decoration:none;display:flex}.dashboard-list-item div{gap:.25rem;display:grid}.dashboard-list-item span{color:var(--text-secondary)}.fee-breakdown div{justify-content:space-between;gap:1rem;display:flex}.form-success{color:#bbf7d0;background:#4ade801a;border:1px solid #4ade8059;border-radius:8px;padding:.85rem 1rem}.dashboard-strip{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.auth-card{max-width:520px;margin:0 auto}.auth-card-wide{max-width:760px}.auth-form{gap:1.25rem;display:grid}.auth-field{color:var(--text-secondary);gap:.5rem;font-weight:600;display:grid}.input-shell{color:var(--text-muted);background:#ffffff0d;border:1px solid #94a3b833;border-radius:8px;align-items:center;gap:.75rem;padding:0 1rem;display:flex}.input-shell:focus-within{border-color:#667eeab3;box-shadow:0 0 0 3px #667eea1f}.input-shell input{color:#fff;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;padding:1rem 0}.input-shell input::placeholder{color:var(--text-muted)}.auth-submit{width:100%}.auth-submit:disabled,.nav-button:disabled{cursor:not-allowed;opacity:.65;transform:none}.auth-switch{color:var(--text-secondary);text-align:center;margin:1.5rem 0 0}.auth-switch a{color:var(--accent);font-weight:700;text-decoration:none}.form-error{color:#fecaca;background:#f871711a;border:1px solid #f8717159;border-radius:8px;padding:.85rem 1rem}.role-grid{border:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:0;padding:0;display:grid}.role-grid legend{color:var(--text-secondary);grid-column:1/-1;margin-bottom:.5rem;font-weight:700}.role-card{min-height:150px;color:var(--text-secondary);cursor:pointer;background:#ffffff09;border:1px solid #94a3b833;border-radius:12px;gap:.45rem;padding:1rem;transition:all .3s;display:grid}.role-card input{opacity:0;pointer-events:none;position:absolute}.role-card strong{color:var(--text-primary)}.role-card span{font-size:.92rem}.role-card svg{color:var(--accent)}.role-card.selected,.role-card:hover{background:#667eea1f;border-color:#667eeabf}.dashboard-profile{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-profile h2{color:var(--text-primary);margin:0}.dashboard-profile p{margin:0}.role-pill{color:var(--accent);background:#667eea29;border:1px solid #667eea59;border-radius:999px;margin-left:auto;padding:.4rem .75rem;font-size:.85rem;font-weight:800}@media (max-width:980px){.nav-container{align-items:flex-start}.mobile-menu-btn{margin-left:auto;display:block}.nav-links{display:none}.nav-toggle:checked~.nav-links{background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-direction:column;align-items:flex-start;padding:1rem 2rem;display:flex;position:absolute;top:100%;left:0;right:0}}@media (max-width:768px){.container{padding:0 1.25rem}.hero h1,.page-header h1{font-size:2.5rem}.hero .tagline{font-size:1.1rem}.marketplace-callout h2,.section-title,.waitlist h2{font-size:2rem}.architecture-grid,.checkout-grid,.detail-grid,.detail-hero,.features-grid,.filter-panel,.form-two-col,.gateway-phases,.marketplace-grid{grid-template-columns:1fr}.detail-actions{min-width:0}.dashboard-list-item,.fee-breakdown div{flex-direction:column;align-items:flex-start}.cluster-visualization{width:300px;height:300px}.footer-grid{grid-template-columns:1fr}.timeline:before{left:20px}.timeline-item{width:100%;padding-left:3rem!important;padding-right:0!important;left:0!important}.timeline-item .timeline-dot{left:10px!important;right:auto!important}.callout-panel{padding:2rem}.role-grid{grid-template-columns:1fr}.dashboard-profile{flex-direction:column;align-items:flex-start}.role-pill{margin-left:0}}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f639721981034f88-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/9766a7e9e2e0ad5a-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b66cf8e69499582a-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/aa016aab0e6d1295-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/22a5144ee8d83bca-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Fallback;src:local("Arial");ascent-override:95.94%;descent-override:28.16%;line-gap-override:0.00%;size-adjust:104.76%}.__className_246ccd{font-family:Geist,Geist Fallback;font-style:normal}.__variable_246ccd{--font-geist-sans:"Geist","Geist Fallback"}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/d100b2a099e34044-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/2c34d62a75506231-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/0f1bdadaf30e2d5f-s.woff2) format("woff2");unicode-range:u+2000-2001,u+2004-2008,u+200a,u+23b8-23bd,u+2500-259f}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a115172161b307bb-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/601f5c280d60caca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Geist Mono;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/f5271587012faf78-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Geist Mono Fallback;src:local("Arial");ascent-override:74.67%;descent-override:21.92%;line-gap-override:0.00%;size-adjust:134.59%}.__className_4c40f6{font-family:Geist Mono,Geist Mono Fallback;font-style:normal}.__variable_4c40f6{--font-geist-mono:"Geist Mono","Geist Mono Fallback"}