*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);margin:0;padding:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:248px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--sidebar);height:100vh;color:var(--text-inverse);flex-direction:column;justify-content:space-between;padding:18px 14px 16px;display:flex;position:sticky;top:0}.brand{letter-spacing:-.035em;align-items:center;gap:11px;padding:4px 7px 22px;font-size:15px;font-weight:760;display:flex}.brand-mark{background:var(--accent);color:#171a17;letter-spacing:-.06em;border-radius:10px;place-items:center;width:34px;height:34px;font-size:11px;font-weight:850;display:inline-grid;box-shadow:inset 0 0 0 1px #ffffff2e}.workspace-card{background:var(--sidebar-soft);border:1px solid #ffffff14;border-radius:13px;align-items:center;gap:10px;margin-bottom:19px;padding:11px;display:flex}.workspace-card div:last-child{flex-direction:column;gap:2px;min-width:0;display:flex}.workspace-card strong{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.workspace-card span,.workspace-card small{color:#9ea49a;font-size:10px}.nav-label{text-transform:uppercase;letter-spacing:.15em;color:#6f766d;margin:21px 10px 8px;font-size:8px;font-weight:820}.nav-link{color:#aeb4ab;border-radius:10px;justify-content:space-between;align-items:center;min-height:39px;padding:0 11px;font-size:12px;transition:background .16s,color .16s;display:flex}.nav-link.active{color:#fff;box-shadow:inset 3px 0 0 var(--accent);background:#2a2f29}.admin-tag{text-transform:uppercase;letter-spacing:.08em;background:var(--accent);color:#162013;border-radius:999px;padding:3px 6px;font-size:8px;font-weight:850}.usage-card{background:#222720;border:1px solid #ffffff0f;border-radius:12px;margin-top:10px;padding:12px}.usage-row{color:#c5cbc1;justify-content:space-between;font-size:10px;display:flex}.progress{background:#343a32;border-radius:99px;height:5px;margin:9px 0 7px;overflow:hidden}.progress span{background:var(--accent);border-radius:inherit;height:100%;display:block}.usage-card small{color:#798077;font-size:9px}.main{min-width:0}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:5;background:#f4f4efe0;justify-content:space-between;align-items:center;min-height:92px;padding:23px 34px 18px;display:flex;position:sticky;top:0}h2{letter-spacing:-.02em;margin:0;font-size:13px;font-weight:720}.top-actions{align-items:center;gap:9px;display:flex}.user-chip{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:999px;align-items:center;gap:9px;padding:5px 10px 5px 5px;display:flex}.user-chip>span{background:#edefe8;border-radius:50%;place-items:center;width:30px;height:30px;font-size:9px;font-weight:800;display:grid}.user-chip div{flex-direction:column;gap:1px;padding-right:4px;display:flex}.user-chip strong{font-size:10px}.user-chip small{color:var(--muted);font-size:8px}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.metric-card,.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:17px}.metric-card{flex-direction:column;justify-content:space-between;gap:7px;min-height:128px;padding:18px;display:flex;position:relative;overflow:hidden}.metric-card:after{content:"";background:#d8dbd2;border-radius:50%;width:7px;height:7px;position:absolute;top:16px;right:16px}.metric-card strong{letter-spacing:-.055em;font-size:31px;font-weight:760;line-height:1}.metrics-grid .metric-card:first-child{background:var(--sidebar);border-color:var(--sidebar);color:#fff}.metrics-grid .metric-card:first-child:after{background:var(--accent);box-shadow:0 0 0 5px #b9ef621a}.metrics-grid .metric-card:nth-child(2){background:#f0f7e6;border-color:#dfe9d0}.metrics-grid .metric-card:nth-child(2):after{background:#8abb44}.dashboard-grid{grid-template-columns:minmax(0,2.15fr) minmax(280px,.85fr);gap:16px;margin-bottom:16px;display:grid}.panel{margin-bottom:16px;overflow:hidden}.panel-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:54px;padding:0 17px;display:flex}.text-link{color:var(--muted);font-size:10px;transition:color .15s}.text-link:hover{color:var(--text)}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:10px}th{text-align:left;color:#979c91;text-transform:uppercase;letter-spacing:.12em;background:#fafaf7;padding:10px 14px;font-size:8px;font-weight:850}td{color:#676c63;border-top:1px solid #eceee7;padding:13px 14px}tbody tr{transition:background .14s}tbody tr:hover{background:#fafbf7}td strong{color:var(--text);font-weight:680}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px}.market-pill{color:#484e45;letter-spacing:.05em;background:#edf0e9;border-radius:999px;justify-content:center;align-items:center;min-width:37px;height:23px;padding:0 8px;font-size:8px;font-weight:850;display:inline-flex}.market-pill.market-esp{color:#9a5b17;background:#fff0df}.market-pill.market-pt{color:#347343;background:#e8f5ea}.market-pill.market-it{color:#41689a;background:#edf4ff}.market-pill.market-fr{color:#6b51a3;background:#f1ecff}.status{color:var(--success);align-items:center;gap:6px;font-size:9px;font-weight:620;display:inline-flex}.status i{background:currentColor;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #28784f14}.market-list{padding:8px 16px 15px}.market-row{grid-template-columns:42px 1fr 24px;align-items:center;gap:9px;padding:9px 0;display:grid}.market-bar{background:#eeeeea;border-radius:99px;height:6px;overflow:hidden}.market-bar span{border-radius:inherit;background:#777d73;height:100%;display:block}.market-row strong{text-align:right;font-size:10px}.health-list{gap:0;padding:8px 17px 13px;display:grid}.health-row{border-bottom:1px solid #eceee7;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;display:flex}.health-row:last-child{border-bottom:0}.health-copy{flex-direction:column;gap:3px;display:flex}.health-copy strong{font-size:10px;font-weight:700}.health-copy span{color:var(--muted);font-size:9px}.health-value{color:var(--success);white-space:nowrap;align-items:center;gap:6px;font-size:9px;font-weight:700;display:inline-flex}.health-value:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.health-value.off{color:var(--muted-2)}.live-badge{color:var(--success);font-size:9px}.workflow-grid{grid-template-columns:repeat(4,1fr);display:grid}.workflow-grid>div{border-right:1px solid var(--line);flex-direction:column;gap:6px;min-height:98px;padding:16px 17px;display:flex}.workflow-grid>div:last-child{border-right:0}.workflow-grid span{color:var(--muted);font-size:9px}.workflow-grid strong{font-size:13px}.workflow-grid small{color:#9b9f95;font-size:8px}.primary-button,.ghost-button,.row-button{border:1px solid var(--line-strong);background:var(--surface);color:var(--text);border-radius:10px;padding:9px 12px;font-size:9px;font-weight:720;transition:transform .12s,background .12s,border-color .12s}.primary-button{background:var(--sidebar);border-color:var(--sidebar);color:#fff}.primary-button:hover{background:#242824;transform:translateY(-1px)}.ghost-button:hover,.row-button:hover{background:var(--surface-soft);border-color:#cfd3c8}.row-button{padding:6px 8px}.card-list,.integration-list{display:grid}.project-card,.integration-card{border-top:1px solid var(--line);align-items:center;min-height:76px;padding:13px 17px;display:grid}.project-card:first-child,.integration-card:first-child{border-top:0}.project-card{grid-template-columns:1.5fr 1fr 90px 70px}.project-card>div:first-child,.integration-copy{flex-direction:column;gap:4px;display:flex}.project-card small,.integration-copy span,.integration-copy small{color:var(--muted);font-size:9px}.pill-row{flex-wrap:wrap;gap:5px;display:flex}.project-count{flex-direction:column;display:flex}.project-count span{color:var(--muted);font-size:8px}.integration-card{grid-template-columns:44px 1.4fr 130px 70px;gap:12px}.service-icon{color:#4d534a;background:#eef0e9;border-radius:11px;place-items:center;width:36px;height:36px;font-weight:850;display:grid}.connection-state{color:var(--success);font-size:9px;font-weight:680}.connection-state.off{color:#999e94}.settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.setting-stack{padding:4px 17px 12px}.toggle-row{border-bottom:1px solid #eceee7;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.toggle-row:last-child{border-bottom:0}.toggle-row span{flex-direction:column;gap:3px;display:flex}.toggle-row strong{font-size:10px}.toggle-row small{color:var(--muted);font-size:8px}.field{flex-direction:column;gap:6px;padding:14px 17px 0;display:flex}.field:last-child{padding-bottom:17px}.field label{font-size:9px;font-weight:750}.field input,.field select{background:#fbfcf8;border:1px solid #d8dbd1;border-radius:10px;outline:none;width:100%;padding:10px 11px;font-size:10px;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus{border-color:#9eaa90;box-shadow:0 0 0 3px #88bd3714}.field small{color:var(--muted);font-size:8px}.settings-grid .primary-button{margin:14px 17px 17px}.plan-card{flex-direction:column;align-items:flex-start;gap:8px;padding:19px;display:flex}.plan-card span{color:var(--muted);font-size:9px}.plan-card strong{letter-spacing:-.04em;font-size:23px}.plan-card small{color:var(--muted);margin-bottom:6px;font-size:9px}.auth-page{background:radial-gradient(circle at 20% 15%,#eff7df 0,#0000 30%),#f2f3ed;place-items:center;min-height:100vh;padding:30px;display:grid}.auth-card{border:1px solid var(--line);background:#fff;border-radius:22px;width:min(420px,100%);padding:30px;box-shadow:0 24px 70px #171a1714}.auth-brand{color:var(--text);padding:0 0 30px}.auth-card h1{margin-bottom:9px;font-size:29px}.auth-card p{color:var(--muted);margin:0 0 18px;font-size:10px;line-height:1.55}.auth-card .field{padding:9px 0 0}.full-button{text-align:center;margin-top:18px;padding:11px;display:block}.auth-note{text-align:center;color:#999e94;margin-top:14px;font-size:8px;display:block}.auth-note a{text-decoration:underline}.auth-success{background:#f0f7e9;border:1px solid #dce8d3;border-radius:11px;flex-direction:column;gap:5px;margin:15px 0 4px;padding:14px;display:flex}.auth-success strong{font-size:11px}.auth-success span{color:var(--muted);font-size:9px;line-height:1.5}button:disabled{opacity:.55;cursor:not-allowed}.empty-state{color:var(--muted);flex-direction:column;align-items:flex-start;gap:7px;padding:30px 18px;display:flex}.empty-state strong{color:var(--text);font-size:12px}.empty-state span{max-width:480px;font-size:9px;line-height:1.55}.test-export-wrap{flex-direction:column;align-items:flex-start;gap:7px;margin-top:8px;display:flex}.test-export-wrap small{color:var(--danger);max-width:500px}.database-test{gap:6px;padding:16px;display:grid}.database-test span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:7px;font-size:8px}.database-test strong{overflow-wrap:anywhere;font-size:10px}.admin-subline{color:var(--muted);margin-top:3px;font-size:9px}.admin-role-badge{background:var(--sidebar);color:#fff;letter-spacing:.07em;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:8px;font-weight:850;display:inline-flex}.muted-cell{color:var(--muted);font-size:10px}.plugin-token-box{padding:19px}.plugin-token-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.plugin-token-head>div{flex-direction:column;gap:4px;display:flex}.plugin-token-head strong{font-size:12px}.plugin-token-head span{color:var(--muted);font-size:9px}.integration-help{max-width:700px;color:var(--muted);margin:14px 0 12px;font-size:9px;line-height:1.6}.integration-actions{align-items:center;gap:8px;display:flex}.integration-message{color:var(--success);margin-top:10px;font-size:9px;display:block}.token-reveal{border:1px solid var(--line);background:#fafbf7;border-radius:11px;margin-top:14px;padding:12px}.token-reveal label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:7px;font-size:8px;display:block}.token-row{align-items:center;gap:8px;display:flex}.token-row code{white-space:nowrap;background:#edf0e9;border-radius:8px;flex:1;min-width:0;padding:10px;font-size:9px;overflow:auto}.token-last-used{color:var(--muted);margin-top:8px;font-size:8px;display:block}@media (max-width:1040px){.app-shell{grid-template-columns:205px 1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.workflow-grid{grid-template-columns:repeat(2,1fr)}.settings-grid{grid-template-columns:1fr}.project-card{grid-template-columns:1.4fr 1fr 70px}.project-card .row-button{display:none}}@media (max-width:720px){.app-shell{display:block}.sidebar{width:100%;height:auto;position:relative}.sidebar>div:last-child{display:none}.main{width:100%}.topbar{min-height:76px;padding:18px}.content{padding:18px}.metrics-grid,.workflow-grid{grid-template-columns:1fr 1fr}.top-actions .ghost-button{display:none}.integration-card{grid-template-columns:40px 1fr}.integration-card .connection-state{grid-column:2}}@media (max-width:480px){.metrics-grid,.workflow-grid{grid-template-columns:1fr}.user-chip div{display:none}h1{font-size:23px}}:root{--bg:#fff;--surface:#fff;--surface-soft:#f7f7f8;--surface-tint:#f5f6f8;--sidebar:#f8f9fa;--sidebar-soft:#f0f1f3;--text:#1d1f22;--text-inverse:#1d1f22;--muted:#686d74;--muted-2:#91969d;--line:#e0e2e6;--line-strong:#cfd3d9;--accent:#2f6fed;--accent-strong:#1e5fd8;--success:#15804a;--danger:#bd3d38;--shadow-sm:none}html,body{background:var(--bg);color:var(--text)}body{letter-spacing:0}.app-shell{background:#fff;grid-template-columns:242px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{height:100vh;color:var(--text);border-right:1px solid var(--line);background:#f7f8fa;flex-direction:column;justify-content:space-between;padding:14px 10px 12px;display:flex;position:sticky;top:0;overflow:visible}.brand{align-items:center;padding:2px 8px 16px;display:inline-flex}.brand-mark{color:#fff;width:32px;height:32px;box-shadow:none;background:#1f2124;border-radius:8px;place-items:center;font-size:10px;font-weight:800;display:grid}.nav-group{gap:3px;display:grid}.nav-link{color:#51565d;border-radius:8px;justify-content:flex-start;align-items:center;gap:11px;min-height:40px;padding:0 11px;font-size:13px;transition:background .12s,color .12s;display:flex}.nav-link svg{color:#666c74;flex:none}.nav-link:hover{color:#1d1f22;background:#eef0f3}.nav-link.active{color:#1d1f22;box-shadow:none;background:#e8eaee;font-weight:600}.nav-link.active svg{color:#1d1f22}.nav-separator{background:#e4e6ea;height:1px;margin:14px 8px}.sidebar-bottom{gap:10px;display:grid;position:relative}.usage-mini{padding:10px 10px 8px}.usage-row{color:#636970;font-size:10px}.usage-row strong{color:#292c30}.progress{background:#e1e4e8;height:4px;margin:7px 0 0}.progress span{background:var(--accent)}.workspace-switcher{text-align:left;width:100%;color:var(--text);background:0 0;border:1px solid #0000;border-radius:10px;grid-template-columns:34px minmax(0,1fr) 20px;align-items:center;gap:9px;padding:8px;display:grid}.workspace-switcher:hover{background:#eef0f3}.workspace-switcher-copy{flex-direction:column;gap:1px;min-width:0;display:flex}.workspace-switcher-copy strong{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.workspace-switcher-copy small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.workspace-chevron{color:#777c83;text-align:center;font-size:15px}.avatar{color:#36393d;background:#dedfe2;border-radius:50%;place-items:center;width:32px;height:32px;font-size:9px;font-weight:700;display:grid}.avatar.large{width:44px;height:44px;font-size:12px}.account-popover{border:1px solid var(--line-strong);z-index:30;background:#fff;border-radius:12px;width:292px;position:absolute;bottom:58px;left:6px;overflow:hidden;box-shadow:0 14px 38px #1e232d29}.account-popover-head{border-bottom:1px solid var(--line);align-items:center;gap:11px;padding:15px;display:flex}.account-popover-head div{flex-direction:column;gap:2px;min-width:0;display:flex}.account-popover-head strong{font-size:13px}.account-popover-head small{color:var(--muted);text-overflow:ellipsis;font-size:10px;overflow:hidden}.account-popover>a,.account-popover>button{color:#30343a;text-align:left;background:#fff;border:0;border-bottom:1px solid #eef0f2;align-items:center;width:100%;min-height:42px;padding:0 15px;font-size:12px;display:flex}.account-popover>a:hover,.account-popover>button:hover{background:#f7f8fa}.main{background:#fff;min-width:0}.global-topbar{border-bottom:1px solid var(--line);z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff5;justify-content:center;align-items:center;gap:16px;height:58px;padding:8px 24px;display:flex;position:sticky;top:0}.search-box{background:#fff;border:1px solid #c8ccd2;border-radius:9px;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:7px;width:min(620px,52vw);height:40px;padding:0 10px;display:grid}.search-box svg{color:#666b72}.search-box input{min-width:0;color:var(--text);background:0 0;border:0;outline:0;font-size:13px}.search-box input::placeholder{color:#80858d}.search-box kbd{color:#62676e;background:0 0;font-family:inherit;font-size:11px}.topbar-account{color:#383c42;align-items:center;gap:8px;font-size:11px;display:flex;position:absolute;right:24px}.content{width:100%;max-width:1440px;margin:0 auto;padding:28px 42px 60px}.page-heading{padding:0 2px 24px}.eyebrow{text-transform:uppercase;letter-spacing:.12em;color:#888d94;margin-bottom:7px;font-size:8px;font-weight:700}h1{letter-spacing:-.035em;margin:0;font-size:28px;font-weight:650;line-height:1.08}h2{letter-spacing:-.01em;font-size:13px;font-weight:650}.metrics-grid{gap:12px;margin-bottom:16px}.metric-card,.panel{border:1px solid var(--line);box-shadow:none;background:#fff;border-radius:12px}.metric-card{gap:8px;min-height:116px;padding:16px 17px}.metric-card:after{display:none}.metric-card span{color:var(--muted);font-size:10px}.metric-card strong{letter-spacing:-.04em;font-size:28px;font-weight:650}.metric-card small{color:#8b9097;font-size:9px}.metrics-grid .metric-card:first-child,.metrics-grid .metric-card:nth-child(2){border-color:var(--line);color:var(--text);background:#fff}.metrics-grid .metric-card:first-child span,.metrics-grid .metric-card:first-child small{color:var(--muted)}.panel-head{border-bottom:1px solid var(--line);min-height:52px;padding:0 16px}.table-wrap table{border-collapse:collapse}table th{color:#777c84;letter-spacing:.08em;text-transform:uppercase;background:#fafafa;font-size:8px}table td{font-size:10px}table tbody tr:hover{background:#fafbfc}.market-pill{border:1px solid #e0e2e5;border-radius:999px;color:#474b51!important;background:#f0f1f3!important}.status.ok{color:#167445}.status.fail{color:#b3433d}.primary-button{color:#fff!important;background:#202226!important;border-radius:8px!important}.primary-button:hover{background:#0f1113!important}.ghost-button,.secondary-button{border-radius:8px!important}.health-row{border-bottom-color:#eceef0}.health-value{color:#157847}.integration-card,.project-card,.plan-card,.plugin-token-box,.settings-grid .panel{box-shadow:none!important}.auth-page{background:#f7f8fa}.auth-card{box-shadow:none;border-color:var(--line);border-radius:14px}.auth-card h1{font-size:26px}@media (max-width:1040px){.app-shell{grid-template-columns:205px 1fr}.topbar-account span:not(.avatar){display:none}}@media (max-width:720px){.app-shell{display:block}.sidebar{height:auto;position:relative}.sidebar-bottom{display:none}.global-topbar{justify-content:flex-start;padding:8px 16px}.search-box{width:100%}.topbar-account{display:none}.content{padding:22px 18px 50px}}.auth-page.auth-page-editorial{isolation:isolate;background:linear-gradient(135deg,#67564061,#e0d8c93d),#c7bba7;place-items:center;min-height:100vh;padding:42px;display:grid;position:relative;overflow:hidden}.auth-scene{z-index:-2;background:radial-gradient(circle at 15% 80%,#362d2266 0 9%,#0000 10%),radial-gradient(circle at 84% 78%,#5e4e3961 0 11%,#0000 12%),linear-gradient(110deg,#6e604c 0%,#9b8d78 32%,#cabfae 62%,#88765d 100%);position:absolute;inset:0;overflow:hidden}.auth-scene:after{content:"";-webkit-backdrop-filter:blur(1.2px);backdrop-filter:blur(1.2px);background:linear-gradient(#2b241c29,#2b241c38);position:absolute;inset:0}.scene-window{background:linear-gradient(110deg,#dbe1d2d1,#b4beae99),repeating-linear-gradient(90deg,#0000 0 70px,#62584529 71px 73px);border-radius:45% 0 0;width:52vw;height:54vh;position:absolute;top:0;right:-3vw;transform:rotate(2deg);box-shadow:inset 0 0 0 16px #8b75584d}.scene-arch{opacity:.75;background:#8e7b64;border-radius:50% 50% 0 0;width:38vw;height:62vh;position:absolute;bottom:-22vh;left:34%}.scene-table{background:#6f5b43;border-radius:50%;width:38vw;height:9vh;position:absolute;bottom:5vh;right:2vw;transform:perspective(600px)rotateX(64deg);box-shadow:0 30px 60px #2d211540}.scene-orb{background:#d4c8b5;border-radius:50%;position:absolute;box-shadow:0 25px 70px #32281c33}.scene-orb.one{width:18vw;height:18vw;bottom:3vh;left:8vw}.scene-orb.two{width:15vw;height:15vw;bottom:0;left:42vw}.auth-shell{background:#fbfaf8;border:1px solid #ffffff59;border-radius:30px;grid-template-columns:minmax(0,58%) minmax(390px,42%);width:min(1120px,100%);min-height:680px;display:grid;overflow:hidden;box-shadow:0 32px 90px #251d153b}.auth-story{background:#fbfaf8;flex-direction:column;min-width:0;padding:34px 46px 40px;display:flex}.auth-story-top{justify-content:space-between;align-items:center;display:flex}.auth-logo{color:#20201f;align-items:center;gap:10px;font-size:12px;font-weight:650;display:inline-flex}.auth-logo-mark{border:1px solid #292826;border-radius:50%;place-items:center;width:29px;height:29px;font-size:8px;font-weight:800;display:grid}.auth-menu-lines{gap:6px;width:34px;display:grid}.auth-menu-lines i{background:#4b4945;height:1px;display:block}.auth-menu-lines i:last-child{justify-self:end;width:75%}.auth-story-copy{width:min(550px,100%);margin-top:62px}.auth-kicker{color:#5e5a54;letter-spacing:.08em;margin-bottom:12px;font-size:10px;font-weight:650}.auth-story-copy h1{letter-spacing:-.052em;color:#1e1e1d;margin:0;font-size:clamp(39px,4vw,57px);font-weight:520;line-height:.98}.auth-story-copy>p{color:#716c65;width:min(490px,100%);margin:22px 0 0;font-size:12px;line-height:1.55}.auth-benefits{border-left:1px solid #ded9d2;gap:0;margin-top:32px;display:grid}.auth-benefits>div{grid-template-columns:38px 1fr;align-items:start;gap:3px;padding:8px 0 8px 16px;display:grid}.auth-benefits span{color:#a09a92;padding-top:2px;font-size:8px}.auth-benefits p{color:#88827b;flex-direction:column;gap:3px;margin:0;font-size:9px;line-height:1.45;display:flex}.auth-benefits strong{color:#2e2c29;font-size:11px;font-weight:520}.auth-product-preview{background:#f1eeea;border:1px solid #e4dfd8;border-radius:18px;width:min(500px,100%);margin-top:auto;padding:16px}.auth-preview-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.auth-preview-top>div{flex-direction:column;gap:3px;display:flex}.auth-preview-kicker{letter-spacing:.09em;color:#8a847d;font-size:7px}.auth-preview-top strong{color:#2a2927;font-size:13px;font-weight:560}.auth-ready-dot{color:#46634c;background:#e5ebe3;border:1px solid #d2dccf;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:8px;display:inline-flex}.auth-preview-flow{color:#4b4843;background:#fbfaf8;border:1px solid #e4dfd8;border-radius:12px;justify-content:space-between;align-items:center;margin-top:17px;padding:12px;font-size:9px;display:flex}.auth-preview-flow i{color:#aaa39a;font-style:normal}.auth-preview-grid{grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px;display:grid}.auth-preview-grid>div{background:#ffffff9e;border:1px solid #e2ddd6;border-radius:11px;flex-direction:column;justify-content:space-between;min-height:57px;padding:10px;display:flex}.auth-preview-grid small{color:#89837c;font-size:7px}.auth-preview-grid strong{color:#2c2b29;font-size:11px;font-weight:560}.auth-form-panel{background:#e7e3dd;border-left:1px solid #ded8d0;place-items:center;padding:38px;display:grid}.auth-form-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe0;border:1px solid #ffffffbf;border-radius:24px;width:100%;max-width:390px;padding:34px 31px 29px;box-shadow:0 18px 50px #4f433414}.auth-form-heading{margin-bottom:27px}.auth-form-heading .eyebrow{color:#8b857d;letter-spacing:.09em;margin-bottom:9px}.auth-form-heading h2{color:#21211f;letter-spacing:-.04em;margin:0;font-size:30px;font-weight:540;line-height:1.05}.auth-form-heading p{color:#77716a;margin:10px 0 0;font-size:10px;line-height:1.55}.auth-field{margin-top:16px;padding:0!important}.auth-field label,.auth-label-row label{color:#484541;margin-bottom:7px;font-size:9px;font-weight:600;display:block}.auth-label-row{justify-content:space-between;align-items:center;display:flex}.auth-label-row a{color:#817a72;font-size:8px}.auth-label-row a:hover{color:#252422}.auth-field input{color:#252422;width:100%;height:50px;font:inherit;background:#fff;border:1px solid #d9d4cd;border-radius:13px;outline:0;padding:0 14px;font-size:10px;transition:border-color .14s,box-shadow .14s}.auth-field input::placeholder{color:#aaa49d}.auth-field input:focus{border-color:#242321;box-shadow:0 0 0 3px #24232112}.auth-primary,.auth-secondary{border-radius:13px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:50px;font-size:10px;font-weight:620;display:flex}.auth-primary{color:#fff;cursor:pointer;background:#1e1e1d;border:1px solid #1e1e1d;margin-top:22px}.auth-primary span{margin-left:auto;padding-right:4px}.auth-primary:hover{background:#090909}.auth-primary:disabled{opacity:.6;cursor:wait}.auth-secondary{color:#33312e;background:#fff;border:1px solid #d7d2cb}.auth-secondary:hover{background:#f8f6f3}.auth-divider{color:#a29c94;grid-template-columns:1fr auto 1fr;align-items:center;gap:9px;margin:17px 0;font-size:8px;display:grid}.auth-divider:before,.auth-divider:after{content:"";background:#e3dfd9;height:1px}.auth-legal{text-align:center;color:#9a948c;max-width:290px;margin:20px auto 0;font-size:7px;line-height:1.5}.auth-error{color:#963e37;background:#fff3f1;border:1px solid #eccbc7;border-radius:10px;margin-top:14px;padding:10px 12px;font-size:9px}.auth-confirmation{text-align:center;flex-direction:column;align-items:center;padding:13px 0 2px;display:flex}.auth-confirm-icon{color:#456046;background:#e6ede2;border-radius:50%;place-items:center;width:44px;height:44px;font-size:16px;display:grid}.auth-confirmation h3{margin:15px 0 5px;font-size:19px;font-weight:560}.auth-confirmation p{color:#78726b;margin:0 0 20px;font-size:9px;line-height:1.55}@media (max-width:900px){.auth-page.auth-page-editorial{padding:20px}.auth-shell{grid-template-columns:1fr;width:min(640px,100%);min-height:0}.auth-story{padding:28px}.auth-story-copy{margin-top:40px}.auth-story-copy h1{font-size:42px}.auth-product-preview{margin-top:34px}.auth-form-panel{border-top:1px solid #ded8d0;border-left:0;padding:28px}}@media (max-width:520px){.auth-page.auth-page-editorial{background:#fbfaf8;padding:0}.auth-scene{display:none}.auth-shell{box-shadow:none;border:0;border-radius:0}.auth-story{display:none}.auth-form-panel{background:#f6f3ef;min-height:100vh;padding:22px}.auth-form-card{border-radius:20px;padding:28px 22px}}.auth-shell-clean .auth-story{padding-bottom:46px}.auth-story-copy-clean{margin-top:78px}.auth-story-copy-clean>p{max-width:500px}.auth-feature-list-clean{gap:18px;max-width:500px;margin-top:34px;display:grid}.auth-feature-list-clean p{color:#88827b;grid-template-columns:118px 1fr;gap:18px;margin:0;font-size:9px;line-height:1.5;display:grid}.auth-feature-list-clean strong{color:#2e2c29;font-size:11px;font-weight:560}.auth-feature-list-clean span{display:block}.auth-story-actions{flex-wrap:wrap;gap:10px;margin-top:42px;display:flex}.auth-story-button{border-radius:14px;justify-content:center;align-items:center;min-width:145px;height:50px;padding:0 20px;font-size:10px;font-weight:620;transition:background .15s,border-color .15s;display:inline-flex}.auth-story-button.primary{color:#fff;background:#1e1e1d;border:1px solid #1e1e1d}.auth-story-button.primary:hover{background:#090909}.auth-story-button.secondary{color:#2d2b28;background:0 0;border:1px solid #cbc5bd}.auth-story-button.secondary:hover{background:#f5f1ec;border-color:#b6afa6}.auth-form-heading-clean{margin-bottom:32px}.auth-form-heading-clean h2{font-size:34px}.auth-primary-centered{text-align:center;justify-content:center!important}.auth-primary-centered span{display:none}@media (max-width:900px){.auth-story-copy-clean{margin-top:42px}.auth-feature-list-clean p{grid-template-columns:105px 1fr}}.auth-story-actions{margin-top:34px}.public-page{color:#20201f;background:#fbfaf8;min-height:100vh}.public-topbar{border-bottom:1px solid #e4dfd8;justify-content:space-between;align-items:center;height:74px;padding:0 5vw;display:flex}.public-nav{align-items:center;gap:22px;font-size:10px;display:flex}.public-nav a{color:#4b4844}.public-nav-primary{background:#1e1e1d;border-radius:10px;padding:11px 16px;color:#fff!important}.pricing-hero{text-align:center;max-width:720px;margin:0 auto;padding:86px 24px 52px}.pricing-hero h1,.book-copy h1{letter-spacing:-.05em;margin:12px 0 0;font-size:clamp(42px,5vw,68px);font-weight:520;line-height:.98}.pricing-hero p,.book-copy>p{color:#77716a;max-width:560px;margin:22px auto 0;font-size:11px;line-height:1.6}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:14px;width:min(1100px,100% - 40px);margin:0 auto;display:grid}.pricing-card{background:#fff;border:1px solid #ddd8d1;border-radius:22px;flex-direction:column;min-height:440px;padding:28px;display:flex;position:relative}.pricing-card.featured{border-color:#252422;box-shadow:0 18px 50px #2f282014}.pricing-badge{color:#4d684d;background:#e8ece5;border-radius:999px;padding:6px 9px;font-size:7px;position:absolute;top:20px;right:20px}.pricing-card h2{margin:0;font-size:22px;font-weight:560}.pricing-note{color:#878179;margin:7px 0 0;font-size:9px}.pricing-price{align-items:baseline;gap:6px;margin:34px 0 28px;display:flex}.pricing-price strong{letter-spacing:-.04em;font-size:44px;font-weight:540}.pricing-price span{color:#8d877f;font-size:9px}.pricing-card ul{color:#5f5a54;gap:12px;margin:0;padding:0;font-size:9px;list-style:none;display:grid}.pricing-cta{color:#302e2b;border:1px solid #d7d2cb;border-radius:12px;place-items:center;height:48px;margin-top:auto;font-size:10px;font-weight:620;display:grid}.pricing-cta.dark{color:#fff;background:#1e1e1d;border-color:#1e1e1d}.pricing-callout{background:#e8e3dc;border-radius:22px;justify-content:space-between;align-items:center;gap:24px;width:min(1100px,100% - 40px);margin:40px auto 80px;padding:32px;display:flex}.pricing-callout h2{letter-spacing:-.03em;margin:7px 0 0;font-size:25px;font-weight:540}.book-shell{grid-template-columns:1.2fr .8fr;align-items:center;gap:80px;width:min(1050px,100% - 40px);margin:0 auto;padding:100px 0;display:grid}.book-meta{flex-wrap:wrap;gap:8px;margin-top:30px;display:flex}.book-meta span{color:#6e6861;background:#fff;border:1px solid #ddd8d1;border-radius:999px;padding:7px 10px;font-size:8px}.book-card{background:#fff;border:1px solid #ddd8d1;border-radius:22px;padding:32px}.book-card h2{margin:0;font-size:26px;font-weight:540}.book-card p{color:#77716a;margin:12px 0 24px;font-size:10px;line-height:1.6}.book-card .auth-primary,.book-card .auth-secondary{margin-top:10px}@media (max-width:820px){.pricing-grid{grid-template-columns:1fr;max-width:520px}.book-shell{grid-template-columns:1fr;gap:38px;padding:64px 0}.pricing-callout{flex-direction:column;align-items:flex-start}}.integration-intro,.templates-hero{background:#fff;border:1px solid #e0e2e6;border-radius:14px;margin-bottom:22px;padding:28px 30px}.integration-intro>div,.templates-hero>div{max-width:760px}.section-kicker{color:#8a8f96;letter-spacing:.11em;margin-bottom:8px;font-size:8px;font-weight:700;display:block}.integration-intro h2,.destinations-heading h2,.templates-hero h2{color:#202226;letter-spacing:-.035em;margin:0;font-size:25px;font-weight:580;line-height:1.05}.integration-intro p,.templates-hero p{color:#6f747b;margin:11px 0 0;font-size:10px;line-height:1.6}.source-card{justify-content:space-between;align-items:center;gap:20px;padding:16px 0;display:flex}.source-card-copy{align-items:center;gap:14px;display:flex}.source-card-copy>div:last-child{flex-direction:column;gap:3px;display:flex}.source-card-copy strong{font-size:12px;font-weight:650}.source-card-copy span{color:#5f646b;font-size:10px}.source-card-copy small{color:#93989f;font-size:8px}.destination-icon{color:#fff;background:#202226;border-radius:10px;flex:none;place-items:center;width:42px;height:42px;font-size:12px;font-weight:750;display:grid}.destination-icon.source{color:#202226;background:#f0f1f3;border:1px solid #dfe2e6}.integration-token-wrap{border-top:1px solid #eceef0;padding-top:16px}.destinations-heading{margin:34px 0 14px}.destination-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.destination-card{background:#fff;border:1px solid #e0e2e6;border-radius:14px;flex-direction:column;min-height:260px;padding:22px;display:flex}.destination-card-top{justify-content:space-between;align-items:center;display:flex}.destination-status{border-radius:999px;padding:6px 8px;font-size:8px;font-weight:650}.destination-status.ready{color:#2e6c42;background:#e9f2eb}.destination-status.planned{color:#6d7177;background:#f1f1f2}.destination-copy{margin-top:28px}.destination-category{color:#8b9097;letter-spacing:.07em;text-transform:uppercase;font-size:8px;font-weight:700;display:block}.destination-copy h3{letter-spacing:-.03em;margin:7px 0 0;font-size:22px;font-weight:600}.destination-copy p{color:#6f747b;max-width:430px;margin:9px 0 0;font-size:10px;line-height:1.55}.destination-features{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.destination-features span{color:#666b72;background:#fafafa;border:1px solid #e2e4e7;border-radius:999px;padding:6px 8px;font-size:8px}.scope-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;display:grid}.scope-grid>div{border-right:1px solid #e8eaed;padding:18px 20px}.scope-grid>div:first-child{padding-left:0}.scope-grid>div:last-child{border-right:0}.scope-label{color:#969ba1;letter-spacing:.1em;margin-bottom:9px;font-size:7px;font-weight:700;display:block}.scope-grid strong{margin-bottom:6px;font-size:11px;display:block}.scope-grid p{color:#777c83;margin:0;font-size:9px;line-height:1.5}.template-section{background:#fff;border:1px solid #e0e2e6;border-radius:14px;margin-bottom:18px;overflow:hidden}.template-section-head{border-bottom:1px solid #e7e9ec;justify-content:space-between;align-items:center;min-height:62px;padding:0 18px;display:flex}.template-section-head>div{align-items:center;gap:12px;display:flex}.template-section-head span{color:#9a9fa5;font-size:8px}.template-section-head h3{margin:0;font-size:13px;font-weight:650}.template-section-head small{color:#8e939a;font-size:9px}.template-list{display:grid}.template-row{border-bottom:1px solid #eef0f2;grid-template-columns:36px minmax(0,1fr) auto 110px;align-items:center;gap:12px;min-height:70px;padding:0 18px;display:grid}.template-row:last-child{border-bottom:0}.template-destination{color:#fff;border-radius:8px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:750;display:grid}.template-destination.klaviyo{background:#202226}.template-destination.shopify{background:#587b51}.template-row-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.template-row-copy strong{font-size:10px;font-weight:650}.template-row-copy span{color:#8a8f96;font-size:8px}.template-status{border-radius:999px;padding:5px 7px;font-size:7px;font-weight:650}.template-status.live{color:#2f6c43;background:#e7f1e9}.template-status.mvp{color:#7b6d46;background:#f2f0e9}.template-row-action{color:#494e54;background:#fff;border:1px solid #dfe2e5;border-radius:8px;height:32px;font-size:8px;font-weight:600}.template-row-action:disabled{color:#9ba0a6;background:#fafafa}.template-principle{background:#f5f6f7;border-radius:14px;align-items:flex-start;gap:18px;margin-top:22px;padding:20px 22px;display:flex}.template-principle>span{color:#969ba1;letter-spacing:.09em;flex:none;font-size:7px;font-weight:700}.template-principle p{color:#666b71;margin:0;font-size:9px;line-height:1.55}.template-principle strong{color:#2f3236}@media (max-width:860px){.destination-grid,.scope-grid{grid-template-columns:1fr}.scope-grid>div{border-bottom:1px solid #e8eaed;border-right:0;padding:16px 0}.scope-grid>div:last-child{border-bottom:0}.template-row{grid-template-columns:36px minmax(0,1fr) auto}.template-row-action{display:none}}.setup-hero{background:#fff;border:1px solid #e0e2e6;border-radius:16px;grid-template-columns:minmax(0,1fr) 250px;align-items:center;gap:34px;margin-bottom:18px;padding:30px;display:grid}.setup-hero-copy{max-width:720px}.setup-hero h2,.integration-simple-hero h2,.provider-hero h2{color:#202226;letter-spacing:-.038em;margin:0;font-size:27px;font-weight:580;line-height:1.06}.setup-hero p,.integration-simple-hero p,.provider-hero p{color:#747980;margin:11px 0 0;font-size:10px;line-height:1.65}.setup-progress-card{background:#f5f6f7;border-radius:13px;padding:20px}.setup-progress-card>span{color:#858b92;font-size:8px;font-weight:650;display:block}.setup-progress-card>strong{letter-spacing:-.04em;margin-top:7px;font-size:30px;font-weight:600;line-height:1;display:block}.setup-progress{background:#dfe2e5;border-radius:999px;height:5px;margin-top:17px;overflow:hidden}.setup-progress i{border-radius:inherit;background:#242628;height:100%;display:block}.setup-progress-card small{color:#858b92;margin-top:10px;font-size:8px;line-height:1.45;display:block}.setup-flow{background:#fff;border:1px solid #e0e2e6;border-radius:16px;overflow:hidden}.setup-step{border-bottom:1px solid #eaeced;grid-template-columns:42px minmax(0,1fr);gap:18px;min-height:160px;padding:24px 26px;display:grid}.setup-step:last-child{border-bottom:0}.setup-step.complete{background:#fcfdfc}.setup-step.optional{background:#fbfbfa}.setup-step-index{padding-top:2px}.setup-check,.setup-optional-dot{color:#fff;background:#fff;border:1px solid #d8dce0;border-radius:50%;place-items:center;width:28px;height:28px;font-size:10px;display:grid}.setup-check.ok{background:#2e6d45;border-color:#2e6d45}.setup-optional-dot{color:#747980;background:#f2f3f4}.setup-step-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.setup-step-label{color:#949aa1;letter-spacing:.1em;font-size:7px;font-weight:750;display:block}.setup-step h3{letter-spacing:-.02em;margin:5px 0 0;font-size:16px;font-weight:620}.setup-step-main>p{color:#747980;max-width:680px;margin:8px 0 0;font-size:9px;line-height:1.6}.setup-state{color:#777c83;white-space:nowrap;background:#f2f3f4;border-radius:999px;padding:6px 8px;font-size:7px;font-weight:650}.setup-state.connected{color:#2e6b43;background:#e9f2eb}.setup-state.optional{color:#776b4f;background:#f1efe9}.setup-step-meta{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.setup-step-meta span{color:#7a7f86;background:#fafafa;border:1px solid #e3e5e7;border-radius:999px;padding:5px 7px;font-size:7px}.setup-primary-button,.setup-secondary-button{border-radius:9px;justify-content:center;align-items:center;width:fit-content;min-width:118px;min-height:38px;margin-top:17px;padding:0 14px;font-size:8px;font-weight:650;text-decoration:none;display:inline-flex}.setup-primary-button{color:#fff;background:#202226;border:1px solid #202226}.setup-secondary-button{color:#3e4247;background:#fff;border:1px solid #d9dce0}.setup-footer-card{background:#eeeae4;border-radius:14px;justify-content:space-between;align-items:center;gap:22px;margin-top:18px;padding:22px 24px;display:flex}.setup-footer-card strong{font-size:13px;display:block}.setup-footer-card p{color:#75716c;margin:5px 0 0;font-size:8px}.setup-footer-card .setup-primary-button{margin-top:0}.integration-simple-hero{background:#fff;border:1px solid #e0e2e6;border-radius:16px;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:26px;padding:28px 30px;display:flex}.integration-simple-hero>div{max-width:720px}.integration-simple-hero .setup-secondary-button{flex:none;margin-top:0}.integration-group{margin-bottom:24px}.integration-group-label{color:#969ba2;letter-spacing:.11em;margin:0 0 8px 2px;font-size:7px;font-weight:750}.simple-integration-card{background:#fff;border:1px solid #e0e2e6;border-radius:13px;grid-template-columns:42px minmax(0,1fr) 145px;align-items:center;gap:16px;min-height:105px;padding:20px 22px;display:grid}.simple-integration-card+.simple-integration-card{margin-top:9px}.simple-integration-icon{border-radius:10px;place-items:center;width:40px;height:40px;font-size:11px;font-weight:750;display:grid}.simple-integration-icon.dark{color:#fff;background:#212325}.simple-integration-icon.green{color:#fff;background:#587b51}.simple-integration-icon.light{color:#222528;background:#f1f2f3;border:1px solid #dfe2e5}.simple-integration-copy>span{color:#93989f;letter-spacing:.07em;text-transform:uppercase;font-size:7px;font-weight:700}.simple-integration-copy h3{margin:4px 0 0;font-size:14px;font-weight:650}.simple-integration-copy p{color:#777c83;margin:5px 0 0;font-size:8px;line-height:1.5}.simple-integration-action{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.simple-integration-action>a{color:#33373b;font-size:8px;font-weight:650}.simple-state{color:#747980;background:#f2f3f4;border-radius:999px;padding:6px 8px;font-size:7px;font-weight:650}.simple-state.connected{color:#2e6c42;background:#e8f1ea}.simple-state.optional{color:#766a4e;background:#f1efe9}.integration-principle{background:#f7f7f6;border:1px solid #e0e2e6;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:30px;display:grid;overflow:hidden}.integration-principle>div{border-right:1px solid #e2e4e6;padding:22px}.integration-principle>div:last-child{border-right:0}.integration-principle span{color:#999ea5;font-size:7px}.integration-principle strong{margin-top:12px;font-size:11px;display:block}.integration-principle p{color:#7b8087;margin:5px 0 0;font-size:8px;line-height:1.55}.integration-back{color:#777c83;margin:-5px 0 16px;font-size:8px;display:inline-block}.provider-hero{background:#fff;border:1px solid #e0e2e6;border-radius:16px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:20px;padding:28px 30px;display:grid}.provider-icon{color:#27292c;background:#f1f2f3;border:1px solid #dfe2e5;border-radius:12px;place-items:center;width:50px;height:50px;font-size:14px;font-weight:800;display:grid}.provider-icon.dark{color:#fff;background:#202226;border-color:#202226}.provider-icon.shopify{color:#fff;background:#587b51;border-color:#587b51}.provider-status{color:#767b82;white-space:nowrap;background:#f2f3f4;border-radius:999px;padding:7px 9px;font-size:7px;font-weight:650}.provider-status.connected{color:#2e6c42;background:#e8f1ea}.provider-status.optional{color:#766a4e;background:#f1efe9}.provider-steps{background:#fff;border:1px solid #e0e2e6;border-radius:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:16px;display:grid;overflow:hidden}.provider-step{border-right:1px solid #e5e7e9;gap:12px;padding:20px;display:flex}.provider-step:last-child{border-right:0}.provider-step>span{color:#a0a4aa;font-size:7px}.provider-step strong{font-size:10px;display:block}.provider-step p{color:#7c8188;margin:5px 0 0;font-size:8px;line-height:1.5}.advanced-details{background:#fff;border:1px solid #e0e2e6;border-radius:14px;margin-top:18px;overflow:hidden}.advanced-details>summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:0 20px;list-style:none;display:flex}.advanced-details>summary::-webkit-details-marker{display:none}.advanced-details>summary>div{flex-direction:column;gap:3px;display:flex}.advanced-details>summary strong{font-size:10px}.advanced-details>summary span{color:#858a91;font-size:8px}.advanced-body{border-top:1px solid #e8eaec;padding:20px}.connection-preview-card,.shopify-connect-layout{margin-top:16px}.connection-preview-card{background:#fff;border:1px solid #e0e2e6;border-radius:14px;justify-content:space-between;align-items:center;gap:28px;padding:28px;display:flex}.connection-preview-copy{max-width:650px}.connection-preview-copy h3,.shopify-connect-card h3,.provider-settings-head h3{letter-spacing:-.02em;margin:5px 0 0;font-size:17px;font-weight:620}.connection-preview-copy p,.shopify-connect-card p{color:#777c83;margin:8px 0 0;font-size:9px;line-height:1.55}.connection-capabilities{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.connection-capabilities span{color:#747980;border:1px solid #e1e4e6;border-radius:999px;padding:5px 7px;font-size:7px}.connect-provider-button{color:#fff;background:#202226;border:0;border-radius:9px;min-width:145px;height:42px;font-size:8px;font-weight:650}.prototype-notice,.prototype-inline-note{color:#68635e;background:#f2eee8;border-radius:11px}.prototype-notice{justify-content:space-between;gap:18px;margin-top:10px;padding:15px 17px;display:flex}.prototype-notice strong{color:#393633;font-size:9px;display:block}.prototype-notice p{max-width:720px;margin:4px 0 0;font-size:8px;line-height:1.5}.prototype-notice button{color:#605c57;cursor:pointer;background:0 0;border:0;font-size:8px}.provider-settings-preview{background:#fff;border:1px solid #e0e2e6;border-radius:14px;margin-top:18px;overflow:hidden}.provider-settings-head{border-bottom:1px solid #e7e9eb;padding:20px}.provider-setting-row{border-bottom:1px solid #eceeef;justify-content:space-between;align-items:center;gap:20px;min-height:58px;padding:0 20px;display:flex}.provider-setting-row:last-child{border-bottom:0}.provider-setting-row>div{flex-direction:column;gap:3px;display:flex}.provider-setting-row strong{font-size:9px}.provider-setting-row span{color:#83888f;font-size:8px}.provider-setting-row em{color:#777c83;font-size:8px;font-style:normal}.shopify-connect-layout{grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);gap:14px;display:grid}.shopify-connect-card,.shopify-template-preview{background:#fff;border:1px solid #e0e2e6;border-radius:14px;padding:25px}.shopify-connect-card label{color:#555a60;margin-top:20px;font-size:8px;font-weight:650;display:block}.shop-domain-field{grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:7px;display:grid}.shop-domain-field input{background:#fff;border:1px solid #dfe2e5;border-radius:9px;outline:none;min-width:0;height:42px;padding:0 12px;font-size:9px}.shop-domain-field button{color:#fff;background:#202226;border:0;border-radius:9px;min-width:100px;font-size:8px;font-weight:650}.prototype-inline-note{margin-top:10px;padding:10px 12px;font-size:8px;line-height:1.5}.shopify-template-preview{align-content:start;gap:0;display:grid}.shopify-template-preview>div:not(:first-child){border-bottom:1px solid #eceeef;justify-content:space-between;align-items:center;gap:15px;min-height:54px;display:flex}.shopify-template-preview>div:last-child{border-bottom:0}.shopify-template-preview strong{font-size:9px}.shopify-template-preview span:not(.section-kicker){color:#858a91;font-size:8px}.dashboard-setup-strip{background:#f8f8f7;border:1px solid #e1e3e6;border-radius:13px;justify-content:space-between;align-items:center;gap:20px;margin:0 0 18px;padding:18px 20px;display:flex}.dashboard-setup-strip strong{font-size:11px;display:block}.dashboard-setup-strip p{color:#7b8087;margin:4px 0 0;font-size:8px}.dashboard-setup-strip .setup-secondary-button{flex:none;margin-top:0}.health-summary{border-bottom:1px solid #e9ebed;align-items:center;gap:12px;padding:17px 0;display:flex}.health-score{color:#686d73;background:#f1f2f3;border-radius:50%;place-items:center;width:42px;height:42px;font-size:9px;font-weight:700;display:grid}.health-score.partial{color:#4a6546;background:#ecefe9}.health-summary>div{flex-direction:column;gap:3px;display:flex}.health-summary strong{font-size:10px}.health-summary span{color:#858a91;font-size:8px}.health-row-v041 .health-row-action{align-items:center;gap:9px;display:flex}.health-row-action>a{color:#676c72;font-size:7px}.inline-button{width:fit-content;margin-top:14px;display:inline-flex}.settings-grid-v041{margin-bottom:18px}.settings-advanced{margin-top:0}.developer-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;display:grid}.developer-settings-grid h3{margin:0 0 16px;font-size:11px;font-weight:650}@media (max-width:900px){.setup-hero{grid-template-columns:1fr}.setup-progress-card{max-width:360px}.integration-simple-hero{flex-direction:column;align-items:flex-start}.simple-integration-card{grid-template-columns:42px minmax(0,1fr)}.simple-integration-action{flex-direction:row;grid-column:2;align-items:flex-start}.integration-principle,.provider-steps,.developer-settings-grid{grid-template-columns:1fr}.integration-principle>div,.provider-step{border-bottom:1px solid #e2e4e6;border-right:0}.integration-principle>div:last-child,.provider-step:last-child{border-bottom:0}.provider-hero{grid-template-columns:52px minmax(0,1fr)}.provider-status{grid-column:2;width:fit-content}.connection-preview-card{flex-direction:column;align-items:flex-start}.shopify-connect-layout{grid-template-columns:1fr}}@media (max-width:620px){.setup-step{grid-template-columns:30px minmax(0,1fr);gap:12px;padding:20px 18px}.setup-step-head{flex-direction:column}.setup-footer-card,.dashboard-setup-strip{flex-direction:column;align-items:flex-start}.provider-hero{padding:22px}.shop-domain-field{grid-template-columns:1fr}}
:root{--bg:#f5f2ec;--surface:#fffefb;--surface-soft:#f8f5ef;--surface-tint:#f0f4e5;--sidebar:#151512;--sidebar-soft:#23231f;--text:#191916;--text-inverse:#fbfaf6;--muted:#77756e;--muted-2:#9a978f;--line:#e5e0d8;--line-strong:#d7d1c8;--accent:#d9ff67;--accent-strong:#a8ce38;--shadow-sm:0 1px 2px #14141206, 0 14px 40px #14141209}body{background:var(--bg)}.app-shell{grid-template-columns:238px minmax(0,1fr)}.sidebar{background:radial-gradient(circle at 18% 8%, #d9ff6714, transparent 28%), var(--sidebar);border-right:1px solid #ffffff09;padding:18px 13px 15px}.brand{gap:10px;min-height:56px;padding:6px 8px 20px}.brand-mark{background:var(--accent);color:#161713;width:32px;height:32px;box-shadow:none;border-radius:50%;font-size:12px;font-weight:900}.brand-name{color:#fff;letter-spacing:.14em;font-size:15px;font-weight:760}.nav-label{color:#74766e;letter-spacing:.18em;margin:17px 10px 7px;font-size:7px}.nav-link{color:#b2b3ad;border-radius:11px;justify-content:flex-start;gap:11px;min-height:42px;padding:0 11px;font-size:11px}.nav-link svg{opacity:.82;width:16px;height:16px}.nav-link.active{box-shadow:none;color:#fff;background:#ffffff13}.nav-link.active:after{content:"";background:var(--accent);border-radius:50%;width:6px;height:6px;margin-left:auto}.nav-separator{background:#ffffff12;height:1px;margin:15px 10px}.sidebar-bottom{position:relative}.usage-mini{background:#ffffff09;border:1px solid #ffffff12;border-radius:13px;margin:0 4px 9px;padding:12px}.workspace-switcher{border-radius:13px!important}.main{background:radial-gradient(circle at 85% 8%, #d9ff6721, transparent 22%), var(--bg)}.global-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f5f2ecdb;border-bottom:1px solid #d7d1c8cc;min-height:68px;padding:0 31px}.search-box{max-width:430px}.topbar-account{gap:9px}.topbar-actions-cosmo{align-items:center;gap:10px;display:flex}.topbar-new-button{color:#fff;background:#1b1b18;border-radius:10px;justify-content:center;align-items:center;height:34px;padding:0 13px;font-size:9px;font-weight:700;display:inline-flex}.topbar-new-button:hover{background:#000}.content{padding:34px 34px 64px}.page-heading{margin-bottom:24px}.page-heading h1{letter-spacing:-.05em;font-size:clamp(27px,3vw,38px);font-weight:560}.eyebrow,.section-kicker{letter-spacing:.16em}.cosmo-dashboard-hero{color:#fff;background:#191916;border:1px solid #22221f;border-radius:24px;grid-template-columns:minmax(0,1.4fr) minmax(280px,.6fr);align-items:end;gap:28px;min-height:230px;margin-bottom:14px;padding:30px;display:grid;position:relative;overflow:hidden}.cosmo-dashboard-hero:after{content:"";background:var(--accent);opacity:.92;border-radius:50%;width:280px;height:280px;position:absolute;top:-125px;right:-40px}.cosmo-dashboard-hero:before{content:"";border:1px solid #ffffff2e;border-radius:50%;width:150px;height:150px;position:absolute;bottom:-70px;right:170px}.cosmo-dashboard-copy,.cosmo-dashboard-side{z-index:1;position:relative}.cosmo-dashboard-copy .section-kicker{color:#9fa096}.cosmo-dashboard-copy h2{letter-spacing:-.055em;max-width:680px;margin-top:10px;font-size:clamp(32px,4vw,56px);font-weight:520;line-height:.98}.cosmo-dashboard-copy p{color:#b9bbb3;max-width:560px;margin:16px 0 0;font-size:10px;line-height:1.65}.cosmo-dashboard-actions{flex-wrap:wrap;gap:9px;margin-top:24px;display:flex}.cosmo-dashboard-actions a{border-radius:11px;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:9px;font-weight:700;display:inline-flex}.cosmo-dashboard-actions .primary{background:var(--accent);color:#171814}.cosmo-dashboard-actions .secondary{color:#fff;border:1px solid #ffffff2e}.cosmo-dashboard-side{justify-content:flex-end;align-self:stretch;align-items:flex-end;display:flex}.cosmo-orbit-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0e;border:1px solid #ffffff1f;border-radius:16px;width:min(270px,100%);padding:16px}.cosmo-orbit-card>span{color:#989b92;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:8px;display:block}.cosmo-flow-line{grid-template-columns:auto 1fr auto 1fr auto;align-items:center;gap:8px;font-size:9px;display:grid}.cosmo-flow-line i{background:#fff3;height:1px}.cosmo-market-row{flex-wrap:wrap;gap:6px;margin-top:14px;display:flex}.cosmo-market-row span{color:#dedfd9;background:#ffffff14;border-radius:999px;padding:5px 7px;font-size:7px}.metrics-grid{gap:10px;margin-bottom:14px}.metric-card,.panel{background:#fffefbf5;border-color:#e1ddd5;border-radius:18px;box-shadow:0 10px 30px #28231c06}.metric-card{min-height:118px;padding:17px}.metric-card strong{font-size:29px;font-weight:570}.metrics-grid .metric-card:first-child{color:var(--text);background:#fffefb;border-color:#e1ddd5}.metrics-grid .metric-card:first-child span,.metrics-grid .metric-card:first-child small{color:var(--muted)}.metrics-grid .metric-card:first-child:after,.metrics-grid .metric-card:nth-child(2):after{background:var(--accent-strong);box-shadow:none}.metrics-grid .metric-card:nth-child(2){background:#f5f8eb;border-color:#e2e8d5}.dashboard-setup-strip{background:#ece8df;border:1px solid #dfd9cf;border-radius:18px;min-height:96px;margin-bottom:14px}.dashboard-grid{gap:14px}.panel-head{min-height:58px;padding:0 18px}.panel-head h2{font-size:12px;font-weight:650}.health-summary{padding-top:4px}.empty-state{padding:34px 24px 38px}.cosmo-home{color:#191916;background:#f6f3ed;min-height:100vh}.cosmo-home-header{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f6f3edd6;border-bottom:1px solid #d9d3cad1;justify-content:space-between;align-items:center;height:74px;padding:0 5vw;display:flex;position:sticky;top:0}.cosmo-wordmark{letter-spacing:.15em;align-items:center;gap:10px;font-size:15px;font-weight:780;display:inline-flex}.cosmo-wordmark-mark{width:30px;height:30px;color:var(--accent);letter-spacing:0;background:#1a1a17;border-radius:50%;place-items:center;font-size:11px;display:grid}.cosmo-home-nav{align-items:center;gap:25px;font-size:9px;display:flex}.cosmo-home-nav a{color:#5e5a54}.cosmo-home-nav .cosmo-home-nav-cta{color:#fff;background:#191916;border-radius:10px;align-items:center;min-height:38px;padding:0 15px;font-weight:700;display:inline-flex}.cosmo-home-hero{grid-template-columns:minmax(0,1fr) minmax(410px,.82fr);align-items:center;gap:70px;width:min(1320px,100% - 48px);margin:0 auto;padding:90px 0 56px;display:grid}.cosmo-home-kicker{color:#6d6962;letter-spacing:.18em;text-transform:uppercase;align-items:center;gap:8px;font-size:8px;font-weight:750;display:inline-flex}.cosmo-home-kicker:before{content:"";background:var(--accent-strong);border-radius:50%;width:7px;height:7px}.cosmo-home-hero h1{letter-spacing:-.065em;max-width:780px;margin:18px 0 0;font-size:clamp(60px,7vw,106px);font-weight:500;line-height:.88}.cosmo-home-hero h1 em{color:#8b8981;font-style:normal}.cosmo-home-hero p{color:#67635d;max-width:590px;margin:28px 0 0;font-size:12px;line-height:1.65}.cosmo-home-actions{flex-wrap:wrap;gap:10px;margin-top:30px;display:flex}.cosmo-home-actions a{border-radius:12px;justify-content:center;align-items:center;min-height:46px;padding:0 18px;font-size:10px;font-weight:700;display:inline-flex}.cosmo-home-actions .primary{color:#fff;background:#191916}.cosmo-home-actions .secondary{background:#ffffff73;border:1px solid #d1cbc2}.cosmo-product-stage{background:#191916;border-radius:30px;min-height:530px;position:relative;overflow:hidden;box-shadow:0 30px 80px #261f161a}.cosmo-product-stage:before{content:"";background:var(--accent);border-radius:50%;width:360px;height:360px;position:absolute;top:-105px;right:-105px}.cosmo-product-stage:after{content:"";border:1px solid #fff3;border-radius:50%;width:210px;height:210px;position:absolute;bottom:-90px;left:-70px}.cosmo-stage-shell{z-index:2;flex-direction:column;justify-content:space-between;display:flex;position:absolute;inset:28px}.cosmo-stage-top{color:#fff;justify-content:space-between;align-items:flex-start;display:flex}.cosmo-stage-top span{color:#9ea096;letter-spacing:.14em;text-transform:uppercase;font-size:8px}.cosmo-stage-top strong{margin-top:6px;font-size:18px;font-weight:540;display:block}.cosmo-live-pill{background:#ffffff1a;border-radius:999px;padding:7px 9px;color:#fff!important;letter-spacing:0!important;text-transform:none!important}.cosmo-stage-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff13;border:1px solid #ffffff1c;border-radius:20px;padding:18px}.cosmo-stage-flow{grid-template-columns:1fr auto 1fr auto 1fr;align-items:center;gap:10px;display:grid}.cosmo-stage-flow>div{background:#ffffff13;border-radius:14px;min-height:92px;padding:14px}.cosmo-stage-flow small{color:#92958b;text-transform:uppercase;letter-spacing:.12em;font-size:7px;display:block}.cosmo-stage-flow strong{margin-top:9px;font-size:12px;font-weight:560;display:block}.cosmo-stage-arrow{color:#7f8278;font-size:15px}.cosmo-stage-markets{gap:6px;margin-top:13px;display:flex}.cosmo-stage-markets span{color:#dfe0da;background:#ffffff14;border-radius:999px;padding:6px 8px;font-size:7px}.cosmo-proof-strip{border-top:1px solid #dcd6cd;grid-template-columns:repeat(4,1fr);width:min(1320px,100% - 48px);margin:0 auto;padding:20px 0 70px;display:grid}.cosmo-proof-strip div{border-right:1px solid #ded9d0;min-height:92px;padding:19px 20px}.cosmo-proof-strip div:last-child{border-right:0}.cosmo-proof-strip span{color:#97928a;letter-spacing:.14em;text-transform:uppercase;font-size:7px}.cosmo-proof-strip strong{margin-top:9px;font-size:14px;font-weight:560;display:block}.cosmo-section{width:min(1320px,100% - 48px);margin:0 auto;padding:92px 0}.cosmo-section-head{max-width:700px;margin-bottom:42px}.cosmo-section-head h2{letter-spacing:-.055em;margin:12px 0 0;font-size:clamp(38px,5vw,68px);font-weight:500;line-height:.98}.cosmo-section-head p{color:#6d6861;max-width:560px;margin:18px 0 0;font-size:11px;line-height:1.65}.cosmo-workflow-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.cosmo-workflow-card{background:#ffffff94;border:1px solid #ded8cf;border-radius:22px;flex-direction:column;min-height:300px;padding:24px;display:flex}.cosmo-workflow-card>span{color:#9b968e;letter-spacing:.14em;font-size:8px}.cosmo-workflow-card h3{letter-spacing:-.04em;margin:auto 0 9px;font-size:25px;font-weight:540;line-height:1.05}.cosmo-workflow-card p{color:#6d6962;margin:0;font-size:10px;line-height:1.6}.cosmo-workflow-card.featured{color:#fff;background:#1a1a17;border-color:#1a1a17}.cosmo-workflow-card.featured p{color:#a9aaa3}.cosmo-integrations-band{background:#e9e4da;border-radius:28px;grid-template-columns:.9fr 1.1fr;align-items:center;gap:44px;padding:42px;display:grid}.cosmo-integrations-band h2{letter-spacing:-.055em;margin:10px 0 0;font-size:clamp(36px,4vw,58px);font-weight:500;line-height:.96}.cosmo-integrations-list{gap:8px;display:grid}.cosmo-integration-row{background:#ffffffb3;border:1px solid #ccc5baa6;border-radius:14px;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;min-height:68px;padding:0 16px;display:grid}.cosmo-integration-icon{color:#fff;background:#1b1b18;border-radius:10px;place-items:center;width:34px;height:34px;font-size:10px;font-weight:800;display:grid}.cosmo-integration-row strong{font-size:11px;display:block}.cosmo-integration-row small{color:#7f7a73;font-size:8px}.cosmo-integration-row em{color:#8b877f;font-size:8px;font-style:normal}.cosmo-home-cta{color:#fff;background:#191916;border-radius:30px;justify-content:space-between;align-items:flex-end;gap:30px;width:min(1320px,100% - 48px);min-height:320px;margin:0 auto 32px;padding:44px;display:flex}.cosmo-home-cta h2{letter-spacing:-.06em;max-width:760px;margin:10px 0 0;font-size:clamp(42px,5vw,72px);font-weight:500;line-height:.93}.cosmo-home-cta .cosmo-home-kicker{color:#9c9f95}.cosmo-home-cta-actions{flex-wrap:wrap;gap:8px;display:flex}.cosmo-home-cta-actions a{border-radius:11px;align-items:center;min-height:44px;padding:0 16px;font-size:9px;font-weight:700;display:inline-flex}.cosmo-home-cta-actions .primary{background:var(--accent);color:#161713}.cosmo-home-cta-actions .secondary{border:1px solid #ffffff2e}.cosmo-home-footer{color:#837f78;justify-content:space-between;align-items:center;min-height:90px;padding:0 5vw;font-size:8px;display:flex}.public-topbar,.auth-shell{border-color:#dfd9d0}.auth-logo{letter-spacing:.02em}.auth-logo-mark{width:31px;height:31px;color:var(--accent);background:#1a1a17;border-radius:50%;place-items:center;display:inline-grid}.public-topbar .auth-logo>span:last-child,.auth-story-top .auth-logo>span:last-child{letter-spacing:.13em;font-weight:780}@media (max-width:1080px){.cosmo-home-hero{grid-template-columns:1fr;gap:45px}.cosmo-product-stage{min-height:460px}.cosmo-integrations-band,.cosmo-dashboard-hero{grid-template-columns:1fr}.cosmo-dashboard-side{justify-content:flex-start}}@media (max-width:860px){.app-shell{grid-template-columns:78px minmax(0,1fr)}.brand-name,.nav-link span,.nav-label,.usage-mini,.workspace-switcher-copy,.workspace-chevron{display:none}.brand,.nav-link{justify-content:center}.nav-link.active:after{display:none}.workspace-switcher{justify-content:center}.cosmo-proof-strip{grid-template-columns:repeat(2,1fr)}.cosmo-proof-strip div:nth-child(2){border-right:0}.cosmo-workflow-grid{grid-template-columns:1fr}.cosmo-home-cta{flex-direction:column;align-items:flex-start}}@media (max-width:640px){.global-topbar{padding:0 18px}.search-box{display:none}.content{padding:24px 18px 50px}.metrics-grid,.dashboard-grid{grid-template-columns:1fr}.cosmo-dashboard-hero{border-radius:20px;padding:22px}.cosmo-dashboard-copy h2{font-size:38px}.cosmo-home-header{padding:0 18px}.cosmo-home-nav a:not(.cosmo-home-nav-cta){display:none}.cosmo-home-hero,.cosmo-proof-strip,.cosmo-section,.cosmo-home-cta{width:min(100% - 28px,1320px)}.cosmo-home-hero{padding-top:58px}.cosmo-home-hero h1{font-size:58px}.cosmo-product-stage{border-radius:22px;min-height:410px}.cosmo-stage-shell{inset:18px}.cosmo-stage-flow{grid-template-columns:1fr}.cosmo-stage-arrow{text-align:center;transform:rotate(90deg)}.cosmo-proof-strip{grid-template-columns:1fr}.cosmo-proof-strip div,.cosmo-proof-strip div:nth-child(2){border-bottom:1px solid #ded9d0;border-right:0}.cosmo-integrations-band,.cosmo-home-cta{border-radius:22px;padding:26px}}
.cosmo-home.cosmo-spatial-home{color:#11110f;background:#fbfbf8}.cosmo-spatial-header{z-index:80;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbfbf8c7;border-bottom:1px solid #16161214;grid-template-columns:1fr auto 1fr;align-items:center;height:78px;padding:0 clamp(20px,5vw,72px);display:grid;position:fixed;inset:0 0 auto}.cosmo-spatial-header .cosmo-wordmark{color:#11110f;letter-spacing:.16em;justify-self:start;gap:9px;font-size:13px}.cosmo-spatial-header .cosmo-wordmark-mark{color:#d9ff67;background:#11110f;border-radius:50%;width:26px;height:26px;font-size:9px}.cosmo-spatial-nav{justify-self:center;align-items:center;gap:clamp(18px,2.8vw,36px);font-size:10px;display:flex}.cosmo-spatial-nav a{color:#34342f;transition:color .16s}.cosmo-spatial-nav a:hover{color:#000}.cosmo-spatial-actions{justify-self:end;align-items:center;gap:14px;font-size:10px;display:flex}.cosmo-spatial-actions>a:first-child{color:#565650}.cosmo-spatial-cta{background:#11110f;border-radius:999px;justify-content:center;align-items:center;gap:8px;min-height:38px;padding:0 16px;font-weight:650;display:inline-flex;color:#fff!important}.cosmo-spatial-stage{isolation:isolate;background:radial-gradient(circle at 50% 43%,#d9ff671a,#0000 20%),#fbfbf8;min-height:1120px;padding-top:78px;position:relative;overflow:hidden}.cosmo-perspective-world{z-index:0;pointer-events:none;position:absolute;inset:78px 0 0}.cosmo-perspective-world:before{content:"";opacity:.9;background-image:linear-gradient(61deg,#0000 calc(50% - .5px),#1a1a141a 50%,#0000 calc(50% + .5px)),linear-gradient(119deg,#0000 calc(50% - .5px),#1a1a141a 50%,#0000 calc(50% + .5px)),linear-gradient(72deg,#0000 calc(50% - .5px),#1a1a1413 50%,#0000 calc(50% + .5px)),linear-gradient(108deg,#0000 calc(50% - .5px),#1a1a1413 50%,#0000 calc(50% + .5px));position:absolute;inset:0}.cosmo-perspective-world:after{content:"";transform-origin:50% 100%;opacity:.7;background-image:linear-gradient(#19191414 1px,#0000 1px),linear-gradient(90deg,#19191414 1px,#0000 1px);background-size:82px 82px;border-top:1px solid #1919141c;width:1350px;height:720px;position:absolute;bottom:-38%;left:50%;transform:translate(-50%)perspective(760px)rotateX(68deg)}.cosmo-depth-frame{border:1px solid #1919141f;position:absolute;left:50%;transform:translate(-50%)}.cosmo-depth-frame.depth-1{width:min(82vw,1040px);height:880px;top:44px}.cosmo-depth-frame.depth-2{width:min(68vw,850px);height:710px;top:138px}.cosmo-depth-frame.depth-3{width:min(54vw,670px);height:550px;top:228px}.cosmo-depth-frame.depth-4{width:min(40vw,490px);height:390px;top:310px}.cosmo-depth-frame:before,.cosmo-depth-frame:after{content:"";transform-origin:0;background:#19191414;height:1px;position:absolute}.cosmo-depth-frame:before{width:38vw;top:0;left:0;transform:rotate(24deg)}.cosmo-depth-frame:after{transform-origin:100%;width:38vw;bottom:0;right:0;transform:rotate(24deg)}.cosmo-spatial-hero-copy{z-index:5;text-align:center;width:min(880px,100% - 40px);margin:0 auto;padding-top:390px;position:relative}.cosmo-spatial-hero-copy .cosmo-home-kicker{color:#7a7a72;justify-content:center;font-size:8px}.cosmo-spatial-hero-copy .cosmo-home-kicker:before{background:#11110f}.cosmo-spatial-hero-copy h1{letter-spacing:-.072em;max-width:850px;margin:20px auto 0;font-size:clamp(64px,8.2vw,126px);font-weight:510;line-height:.88}.cosmo-spatial-hero-copy h1 span{color:#11110f;display:block}.cosmo-spatial-hero-copy h1 em{color:#8f8f87;font-style:normal;font-weight:460;display:block}.cosmo-spatial-hero-copy>p{color:#67675f;max-width:550px;margin:28px auto 0;font-size:12px;line-height:1.62}.cosmo-spatial-hero-copy .cosmo-home-actions{justify-content:center;margin-top:26px}.cosmo-spatial-hero-copy .cosmo-home-actions a{border-radius:999px;min-height:42px;padding:0 17px}.cosmo-spatial-hero-copy .cosmo-home-actions .secondary{background:0 0;border:0}.cosmo-spatial-hero-copy .cosmo-home-actions .secondary:after{content:" →"}.cosmo-float{z-index:3;background:#fff;border:1px solid #1414111f;position:absolute;overflow:hidden;box-shadow:0 18px 45px #1919140f}.cosmo-float-preview{align-content:space-between;padding:11px;display:grid;position:absolute;inset:0}.cosmo-float-preview small{color:#8d8d85;letter-spacing:.12em;font-size:7px}.cosmo-float-preview strong{font-size:11px;font-weight:620}.cosmo-float-preview i{background:#171713;border-radius:99px;height:4px;display:block}.cosmo-float-preview i+i{background:#d9ff67;width:65%;margin-top:5px}.cosmo-float.a{color:#fff;background:#171713;width:230px;height:112px;top:82px;right:-35px;transform:rotate(19deg)skew(-10deg)}.cosmo-float.a .cosmo-float-preview small{color:#96968f}.cosmo-float.a .cosmo-float-preview i{background:#fff}.cosmo-float.b{color:#fff;background:#181814;width:106px;height:218px;top:260px;left:16.5%;transform:rotateY(36deg)skewY(22deg)}.cosmo-float.c{background:#efeae1;width:150px;height:74px;top:260px;right:24.5%;transform:skew(-13deg)rotate(-2deg)}.cosmo-float.d{background:#d9ff67;width:220px;height:212px;top:545px;right:-22px;transform:skewY(20deg)}.cosmo-float.e{background:#fff;width:78px;height:170px;top:595px;left:25.5%;transform:skewY(-17deg)}.cosmo-float.f{color:#fff;background:#161612;width:155px;height:72px;bottom:100px;left:43%;transform:skew(-12deg)}.cosmo-float.market-tile .cosmo-float-preview{text-align:center;align-content:center;place-items:center}.cosmo-float.market-tile strong{letter-spacing:-.04em;font-size:27px}.cosmo-float.market-tile small{margin-top:6px}.cosmo-stage-how{z-index:5;text-align:center;position:absolute;bottom:54px;left:50%;transform:translate(-50%)}.cosmo-stage-how a{letter-spacing:-.04em;flex-direction:column;align-items:center;gap:9px;font-size:29px;font-weight:560;display:inline-flex}.cosmo-stage-how a:after{content:"↓";color:#999991;font-size:15px}.cosmo-spatial-proof{border-top:1px solid #deded8;border-bottom:1px solid #deded8;grid-template-columns:repeat(4,1fr);width:min(1200px,100% - 40px);margin:0 auto;padding:66px 0;display:grid}.cosmo-spatial-proof>div{border-right:1px solid #e4e4de;flex-direction:column;justify-content:center;min-height:98px;padding:0 26px;display:flex}.cosmo-spatial-proof>div:last-child{border-right:0}.cosmo-spatial-proof span{color:#9a9a93;letter-spacing:.15em;font-size:7px}.cosmo-spatial-proof strong{margin-top:10px;font-size:17px;font-weight:560}.cosmo-spatial-section{width:min(1200px,100% - 40px);margin:0 auto;padding:120px 0}.cosmo-spatial-section-head{max-width:830px;margin-bottom:58px}.cosmo-spatial-section-head h2{letter-spacing:-.065em;margin:13px 0 0;font-size:clamp(48px,6vw,88px);font-weight:500;line-height:.92}.cosmo-spatial-section-head p{color:#71716a;max-width:560px;margin:21px 0 0;font-size:11px;line-height:1.65}.cosmo-spatial-steps{border-top:1px solid #dcdcd5;border-bottom:1px solid #dcdcd5;grid-template-columns:repeat(3,1fr);display:grid}.cosmo-spatial-step{border-right:1px solid #dcdcd5;flex-direction:column;min-height:350px;padding:28px;display:flex}.cosmo-spatial-step:last-child{border-right:0}.cosmo-spatial-step>span{color:#999991;letter-spacing:.14em;font-size:8px}.cosmo-spatial-step .step-visual{place-items:center;min-height:112px;margin:42px 0 auto;display:grid}.cosmo-spatial-step .step-visual>div{background:#fff;border:1px solid #d7d7d0;width:min(190px,90%);min-height:92px;padding:14px;transform:skew(-7deg);box-shadow:0 12px 30px #1919140a}.cosmo-spatial-step:nth-child(2) .step-visual>div{color:#fff;background:#171713;border-color:#171713;transform:none}.cosmo-spatial-step:nth-child(3) .step-visual>div{background:#d9ff67;border-color:#cce95e;transform:skew(7deg)}.cosmo-spatial-step h3{letter-spacing:-.045em;margin:30px 0 9px;font-size:27px;font-weight:540;line-height:1.02}.cosmo-spatial-step p{color:#6f6f68;margin:0;font-size:10px;line-height:1.6}.cosmo-spatial-step:nth-child(2) p{color:#777770}.cosmo-spatial-integrations{grid-template-columns:.9fr 1.1fr;align-items:start;gap:80px;display:grid}.cosmo-spatial-integrations-copy{position:sticky;top:118px}.cosmo-spatial-integrations-copy h2{letter-spacing:-.06em;margin:12px 0 0;font-size:clamp(44px,5vw,72px);font-weight:510;line-height:.95}.cosmo-spatial-integrations-copy p{color:#73736c;max-width:440px;margin:20px 0 0;font-size:11px;line-height:1.65}.cosmo-spatial-integration-stack{gap:10px;display:grid}.cosmo-spatial-integration-card{background:#fff;border:1px solid #deded7;grid-template-columns:48px 1fr auto;align-items:center;gap:16px;min-height:132px;padding:24px;display:grid}.cosmo-spatial-integration-card:nth-child(2){transform:translate(26px)}.cosmo-spatial-integration-card:nth-child(3){transform:translate(52px)}.cosmo-spatial-integration-card .cosmo-integration-icon{background:#171713;border-radius:50%;width:42px;height:42px}.cosmo-spatial-integration-card strong{font-size:15px;font-weight:580;display:block}.cosmo-spatial-integration-card small{color:#85857e;margin-top:5px;font-size:9px;display:block}.cosmo-spatial-integration-card em{color:#9a9a92;letter-spacing:.1em;font-size:8px;font-style:normal}.cosmo-spatial-final{color:#fff;background:#151512;justify-content:space-between;align-items:flex-end;gap:40px;width:min(1200px,100% - 40px);min-height:440px;margin:40px auto 30px;padding:54px;display:flex;position:relative;overflow:hidden}.cosmo-spatial-final:before,.cosmo-spatial-final:after{content:"";border:1px solid #ffffff1f;position:absolute;transform:rotate(45deg)}.cosmo-spatial-final:before{width:420px;height:420px;top:-170px;right:-160px}.cosmo-spatial-final:after{width:240px;height:240px;top:32px;right:72px}.cosmo-spatial-final>div,.cosmo-spatial-final>nav{z-index:2;position:relative}.cosmo-spatial-final h2{letter-spacing:-.065em;max-width:760px;margin:12px 0 0;font-size:clamp(48px,6vw,84px);font-weight:500;line-height:.9}.cosmo-spatial-final .cosmo-home-kicker{color:#999a92}.cosmo-spatial-final-actions{flex-wrap:wrap;gap:9px;display:flex}.cosmo-spatial-final-actions a{border-radius:999px;align-items:center;min-height:43px;padding:0 17px;font-size:9px;font-weight:650;display:inline-flex}.cosmo-spatial-final-actions .primary{color:#11110f;background:#d9ff67}.cosmo-spatial-final-actions .secondary{border:1px solid #fff3}.cosmo-spatial-footer{color:#8b8b84;justify-content:space-between;align-items:center;min-height:100px;padding:0 clamp(20px,5vw,72px);font-size:8px;display:flex}.cosmo-dashboard-hero{background:linear-gradient(116deg,#0000 49.85%,#ffffff12 50%,#0000 50.15%),linear-gradient(64deg,#0000 49.85%,#ffffff0e 50%,#0000 50.15%),#191916}.cosmo-dashboard-hero:before{border-radius:0;width:210px;height:210px;bottom:-120px;right:120px;transform:rotate(45deg)}.cosmo-dashboard-hero:after{border-radius:0;width:220px;height:220px;top:-132px;right:-40px;transform:rotate(45deg)}@media (max-width:980px){.cosmo-spatial-header{grid-template-columns:1fr auto}.cosmo-spatial-nav{display:none}.cosmo-spatial-actions{justify-self:end}.cosmo-depth-frame.depth-1{width:88vw}.cosmo-depth-frame.depth-2{width:74vw}.cosmo-depth-frame.depth-3{width:60vw}.cosmo-depth-frame.depth-4{width:46vw}.cosmo-spatial-proof{grid-template-columns:repeat(2,1fr)}.cosmo-spatial-proof>div:nth-child(2){border-right:0}.cosmo-spatial-steps{grid-template-columns:1fr}.cosmo-spatial-step{border-bottom:1px solid #dcdcd5;border-right:0;min-height:280px}.cosmo-spatial-step:last-child{border-bottom:0}.cosmo-spatial-integrations{grid-template-columns:1fr;gap:46px}.cosmo-spatial-integrations-copy{position:static}.cosmo-spatial-integration-card:nth-child(2),.cosmo-spatial-integration-card:nth-child(3){transform:none}}@media (max-width:640px){.cosmo-spatial-header{height:68px;padding:0 16px}.cosmo-spatial-actions>a:first-child{display:none}.cosmo-spatial-stage{min-height:900px;padding-top:68px}.cosmo-perspective-world{inset-top:68px}.cosmo-depth-frame.depth-1{width:92vw;height:700px;top:52px}.cosmo-depth-frame.depth-2{width:78vw;height:560px;top:126px}.cosmo-depth-frame.depth-3{width:64vw;height:430px;top:196px}.cosmo-depth-frame.depth-4{width:50vw;height:310px;top:258px}.cosmo-spatial-hero-copy{padding-top:300px}.cosmo-spatial-hero-copy h1{font-size:clamp(58px,18vw,78px)}.cosmo-spatial-hero-copy>p{font-size:10px}.cosmo-float.a{width:145px;height:78px}.cosmo-float.b{width:72px;height:150px;left:4%}.cosmo-float.c{display:none}.cosmo-float.d{width:118px;height:132px}.cosmo-float.e{width:58px;height:118px;left:12%}.cosmo-float.f{width:115px;height:58px;left:38%}.cosmo-stage-how a{font-size:22px}.cosmo-spatial-proof{grid-template-columns:1fr;padding:26px 0}.cosmo-spatial-proof>div,.cosmo-spatial-proof>div:nth-child(2){border-bottom:1px solid #e4e4de;border-right:0}.cosmo-spatial-proof>div:last-child{border-bottom:0}.cosmo-spatial-section{width:min(100% - 28px,1200px);padding:82px 0}.cosmo-spatial-section-head h2{font-size:52px}.cosmo-spatial-final{flex-direction:column;justify-content:flex-end;align-items:flex-start;width:min(100% - 28px,1200px);min-height:390px;padding:30px}.cosmo-spatial-integration-card{grid-template-columns:42px 1fr}.cosmo-spatial-integration-card em{display:none}}
.cosmo-spatial-step .cosmo-float-preview{align-content:space-between;min-height:64px;padding:0;position:static;inset:auto}.cosmo-spatial-step .cosmo-float-preview strong{margin-bottom:10px;display:block}.cosmo-spatial-step .cosmo-float-preview i{width:100%}.cosmo-spatial-step .cosmo-float-preview i+i{width:62%}@media (max-width:640px){.cosmo-perspective-world{inset:68px 0 0}}
.cosmo-fluid-home{background:#fbfbf8}.cosmo-fluid-header{background:#fbfbf8bd}.cosmo-fluid-stage{isolation:isolate;background:#fbfbf8;place-items:center;min-height:100svh;padding:118px 24px 86px;display:grid;position:relative;overflow:hidden}.cosmo-fluid-canvas{z-index:0;cursor:crosshair;width:100%;height:100%;display:block;position:absolute;inset:0}.cosmo-fluid-canvas.is-fallback{background:radial-gradient(circle at 52% 48%,#d9ff67d1 0 12%,#9292886b 30%,#fbfbf800 51%),#fbfbf8}.cosmo-fluid-vignette{z-index:1;pointer-events:none;background:linear-gradient(#fbfbf88f,#0000 21% 78%,#fbfbf87a),radial-gradient(circle,#0000 0 39%,#fbfbf833 66%,#fbfbf8c2 100%);position:absolute;inset:0}.cosmo-fluid-copy{z-index:3;text-align:center;width:min(930px,100% - 32px);margin:0 auto;position:relative}.cosmo-fluid-copy .cosmo-home-kicker{color:#11110fa3;justify-content:center}.cosmo-fluid-copy .cosmo-home-kicker:before{background:#11110f}.cosmo-fluid-copy h1{color:#11110f;letter-spacing:-.075em;text-wrap:balance;max-width:920px;margin:20px auto 0;font-size:clamp(72px,9vw,146px);font-weight:510;line-height:.84}.cosmo-fluid-copy h1 span,.cosmo-fluid-copy h1 em{display:block}.cosmo-fluid-copy h1 em{color:#11110f78;font-style:normal;font-weight:455}.cosmo-fluid-copy>p{color:#11110fa8;text-wrap:balance;max-width:570px;margin:28px auto 0;font-size:12px;line-height:1.68}.cosmo-fluid-copy .cosmo-home-actions{justify-content:center;margin-top:28px}.cosmo-fluid-copy .cosmo-home-actions a{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:999px;min-height:44px;padding:0 18px}.cosmo-fluid-copy .cosmo-home-actions .primary{color:#fff;background:#11110f;box-shadow:0 8px 24px #1414111f}.cosmo-fluid-copy .cosmo-home-actions .secondary{background:#fbfbf894;border-color:#11110f24}.cosmo-fluid-note{z-index:2;pointer-events:none;color:#11110fb8;text-transform:uppercase;letter-spacing:.12em;gap:4px;display:grid;position:absolute}.cosmo-fluid-note span{color:#11110f61;font-size:7px}.cosmo-fluid-note strong{font-size:8px;font-weight:650}.cosmo-fluid-note:before{content:"";background:#11110f2e;width:44px;height:1px;margin-bottom:7px}.cosmo-fluid-note.note-left{top:31%;left:clamp(18px,5vw,72px)}.cosmo-fluid-note.note-right{text-align:right;justify-items:end;top:31%;right:clamp(18px,5vw,72px)}.cosmo-fluid-note.note-bottom-left,.cosmo-fluid-note.note-bottom-right{bottom:42px}.cosmo-fluid-note.note-bottom-left{left:clamp(18px,5vw,72px)}.cosmo-fluid-note.note-bottom-right{text-align:right;justify-items:end;right:clamp(18px,5vw,72px)}.cosmo-fluid-note.note-bottom-left:before,.cosmo-fluid-note.note-bottom-right:before{display:none}.cosmo-fluid-scroll{z-index:4;color:#11110f85;letter-spacing:.14em;text-transform:uppercase;flex-direction:column;align-items:center;gap:8px;font-size:8px;display:inline-flex;position:absolute;bottom:30px;left:50%;transform:translate(-50%)}.cosmo-fluid-scroll i{background:#11110f24;width:1px;height:28px;position:relative;overflow:hidden}.cosmo-fluid-scroll i:after{content:"";background:#11110f;width:1px;height:12px;animation:1.8s ease-in-out infinite cosmo-scroll-line;position:absolute;top:-12px;left:0}@keyframes cosmo-scroll-line{0%{opacity:0;transform:translateY(0)}18%{opacity:1}72%{opacity:1}to{opacity:0;transform:translateY(42px)}}.cosmo-fluid-stage:after{content:"MOVE YOUR CURSOR";z-index:4;color:#11110f57;letter-spacing:.17em;font-size:7px;position:absolute;top:94px;left:50%;transform:translate(-50%)}@media (hover:hover) and (pointer:fine){.cosmo-fluid-copy{pointer-events:none}.cosmo-fluid-copy .cosmo-home-actions,.cosmo-fluid-copy .cosmo-home-actions a{pointer-events:auto}}@media (max-width:820px){.cosmo-fluid-stage{min-height:920px;padding-top:118px}.cosmo-fluid-copy h1{font-size:clamp(66px,15vw,104px)}.cosmo-fluid-note.note-left,.cosmo-fluid-note.note-right{top:22%}}@media (max-width:640px){.cosmo-fluid-stage{min-height:820px;padding:108px 16px 86px}.cosmo-fluid-stage:after{top:82px}.cosmo-fluid-copy{width:min(100%,620px)}.cosmo-fluid-copy h1{margin-top:17px;font-size:clamp(58px,18vw,78px);line-height:.88}.cosmo-fluid-copy>p{max-width:410px;font-size:10px}.cosmo-fluid-note.note-left,.cosmo-fluid-note.note-right{display:none}.cosmo-fluid-note.note-bottom-left,.cosmo-fluid-note.note-bottom-right{bottom:24px}.cosmo-fluid-note.note-bottom-left{left:16px}.cosmo-fluid-note.note-bottom-right{right:16px}.cosmo-fluid-scroll{display:none}}@media (prefers-reduced-motion:reduce){.cosmo-fluid-scroll i:after{animation:none}.cosmo-fluid-stage:after{content:"INTERACTIVE WEBGL"}}
.cosmo-editorial-home{--cosmo-ink:#121210;--cosmo-paper:#f8f6f0;--cosmo-line:#1f1e1a1f;--cosmo-lime:#b7da39;background:var(--cosmo-paper);min-height:100vh;color:var(--cosmo-ink);overflow-x:hidden}.cosmo-editorial-home *{box-sizing:border-box}.cosmo-editorial-header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8f6f0d1;border-bottom:1px solid #14141217;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;padding:0 clamp(22px,4vw,58px);display:grid;position:fixed;inset:0 0 auto}.cosmo-editorial-header .cosmo-wordmark{color:var(--cosmo-ink);letter-spacing:.04em;justify-self:start;align-items:center;gap:11px;font-size:14px;font-weight:760;display:inline-flex}.cosmo-editorial-header .cosmo-wordmark-mark{width:30px;height:30px;color:var(--cosmo-ink);letter-spacing:0;background:0 0;border:1px solid #c9dd73;border-radius:50%;place-items:center;font-size:11px;font-weight:800;display:grid}.cosmo-editorial-nav{justify-self:center;align-items:center;gap:clamp(24px,3vw,44px);font-size:10px;font-weight:560;display:flex}.cosmo-editorial-nav a,.cosmo-editorial-actions a{color:#26251f}.cosmo-editorial-actions{justify-self:end;align-items:center;gap:18px;font-size:10px;display:flex}.cosmo-editorial-actions .get-started{color:#fff;background:#11110f;border-radius:9px;align-items:center;min-height:38px;padding:0 17px;font-weight:650;display:inline-flex}.cosmo-editorial-hero{isolation:isolate;background:radial-gradient(circle at 50% 46%, #d5e7901f, transparent 19%), var(--cosmo-paper);height:min(900px,100svh);min-height:860px;padding-top:72px;position:relative;overflow:hidden}.cosmo-tunnel-world{z-index:0;transform:translate(var(--tunnel-x,0px), var(--tunnel-y,0px)) scale(var(--tunnel-scale,1));transform-origin:50%;will-change:transform;position:absolute;inset:72px 0 0}.tunnel-frame{border:1px solid #1414121a;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.tunnel-frame-1{width:82vw;height:74%}.tunnel-frame-2{width:67vw;height:59%}.tunnel-frame-3{width:52vw;height:44%}.tunnel-frame-4{width:37vw;height:29%}.tunnel-line{transform-origin:50%;background:#14141213;width:120vw;height:1px;position:absolute;top:50%;left:50%}.line-a{transform:translate(-50%,-50%)rotate(31deg)}.line-b{transform:translate(-50%,-50%)rotate(-31deg)}.line-c{opacity:.65;transform:translate(-50%,-50%)rotate(16deg)}.line-d{opacity:.65;transform:translate(-50%,-50%)rotate(-16deg)}.cosmo-editorial-copy{z-index:20;text-align:center;width:min(760px,100% - 48px);transform:translate(calc(-50% + var(--hero-x,0px)), calc(-47% + var(--hero-y,0px)));will-change:transform;position:absolute;top:50%;left:50%}.cosmo-editorial-copy h1{letter-spacing:-.055em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(58px,6vw,94px);font-weight:400;line-height:.96}.cosmo-editorial-copy h1 span,.cosmo-editorial-copy h1 em{display:block}.cosmo-editorial-copy h1 em{font-weight:400}.cosmo-editorial-copy p{color:#656159;max-width:520px;margin:22px auto 0;font-size:12px;line-height:1.55}.cosmo-editorial-buttons{justify-content:center;align-items:center;gap:18px;margin-top:26px;display:flex}.cosmo-editorial-buttons a{justify-content:center;align-items:center;min-height:42px;font-size:10px;font-weight:650;display:inline-flex}.cosmo-editorial-buttons .primary{color:#fff;background:#11110f;border-radius:10px;padding:0 18px;box-shadow:0 8px 24px #14141214}.cosmo-editorial-buttons .secondary{color:#1f1f1b;gap:10px}.cosmo-editorial-buttons .secondary span{font-size:15px;transition:transform .2s}.cosmo-editorial-buttons .secondary:hover span{transform:translate(4px)}.cosmo-photo-plane{z-index:5;transform:translate(var(--mx,0px), calc(var(--my,0px) + var(--sy,0px))) rotate(var(--rot,0deg)) skewY(var(--skew-y,0deg)) skewX(var(--skew-x,0deg));will-change:transform;filter:saturate(.68)contrast(.96)sepia(.06);background:#ddd8cf;border:1px solid #ffffff85;margin:0;transition:box-shadow .2s,filter .25s;position:absolute;overflow:hidden;box-shadow:0 18px 42px #1e1b1614}.cosmo-photo-plane:after{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #14141209}.cosmo-photo-plane img{object-fit:cover;width:100%;height:100%;transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .3s;display:block;transform:scale(1.05)}.cosmo-photo-plane:hover{z-index:30;filter:saturate(.86)contrast(1.01);box-shadow:0 24px 70px #1e1b1624}.cosmo-photo-plane:hover img{transform:scale(1.095)}.photo-left-main{--rot:-2.5deg;--skew-y:3deg;width:15.5vw;min-width:155px;max-width:205px;height:34vw;min-height:310px;max-height:410px;top:19%;left:2.2%}.photo-left-main img{object-position:48% 42%}.photo-left-top{--rot:-3deg;--skew-y:7deg;filter:grayscale()contrast(.92);width:9vw;max-width:118px;height:17vw;max-height:220px;top:9.5%;left:20%}.photo-left-top img{object-position:50% 32%}.photo-top{--rot:1.2deg;--skew-x:-8deg;width:18vw;max-width:230px;height:12.8vw;max-height:165px;top:8.5%;left:54%}.photo-top img{object-position:50% 48%}.photo-right-main{--rot:2deg;--skew-y:-3deg;width:16vw;min-width:155px;max-width:210px;height:33vw;min-height:300px;max-height:410px;top:13.5%;right:2.6%}.photo-right-main img{object-position:50% 38%}.photo-left-small{--rot:1deg;--skew-y:-4deg;width:7.5vw;max-width:95px;height:15vw;max-height:190px;bottom:18%;left:10.5%}.photo-left-small img{object-position:48% 50%}.photo-right-small{--rot:-1deg;--skew-y:4deg;filter:grayscale(.85)contrast(.93);width:9.6vw;max-width:122px;height:21vw;max-height:245px;bottom:17%;right:14%}.photo-right-small img{object-position:50% 50%}.photo-floor-left{--rot:-1deg;--skew-x:-12deg;width:20vw;max-width:245px;height:11vw;max-height:130px;bottom:-1%;left:7%}.photo-floor-left img{object-position:50% 58%}.photo-floor-center{--rot:.5deg;--skew-x:4deg;filter:grayscale(.85)sepia(.08);width:17vw;max-width:215px;height:12vw;max-height:150px;bottom:0;left:41%}.photo-floor-center img{object-position:50% 58%}.photo-floor-right{--rot:1.8deg;--skew-x:11deg;filter:grayscale(.82)contrast(.9);width:20vw;max-width:250px;height:11vw;max-height:135px;bottom:.7%;right:8%}.photo-floor-right img{object-position:48% 45%}.cosmo-micro-label{z-index:18;color:#44433d;letter-spacing:.16em;align-items:center;gap:7px;font-size:7px;font-weight:720;display:inline-flex;position:absolute}.cosmo-micro-label i{background:var(--cosmo-lime);border-radius:50%;width:5px;height:5px}.label-figma{top:20%;left:38%}.label-klaviyo{top:31%;right:29%}.label-markets{bottom:22%;left:30%}.cosmo-proof-strip{border-top:1px solid var(--cosmo-line);border-bottom:1px solid var(--cosmo-line);background:#ffffff47;grid-template-columns:repeat(4,1fr);width:100%;min-height:70px;padding:0 clamp(26px,6vw,105px);display:grid}.cosmo-proof-strip>div{border-right:1px solid var(--cosmo-line);color:#2e2d28;justify-content:center;align-items:center;gap:12px;min-height:70px;font-size:9px;display:flex}.cosmo-proof-strip>div:last-child{border-right:0}.cosmo-proof-strip i{background:var(--cosmo-lime);border-radius:50%;width:5px;height:5px}.cosmo-how,.cosmo-integrations{width:min(1240px,100% - 48px);margin:0 auto;padding:88px 0 18px}.cosmo-section-kicker{text-align:center;color:#8aa321;letter-spacing:.19em;margin-bottom:30px;font-size:8px;font-weight:750}.cosmo-how-grid{border-top:1px solid var(--cosmo-line);border-bottom:1px solid var(--cosmo-line);grid-template-columns:repeat(3,1fr);display:grid}.cosmo-how-card{border-right:1px solid var(--cosmo-line);grid-template-columns:minmax(0,1fr) 42%;align-items:center;gap:24px;min-height:420px;padding:30px 28px;display:grid}.cosmo-how-card:last-child{border-right:0}.cosmo-how-copy{flex-direction:column;align-items:flex-start;height:100%;display:flex}.cosmo-how-copy>span{color:#d2cec6;font-family:Georgia,serif;font-size:20px}.cosmo-how-copy h2{letter-spacing:-.035em;margin:18px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(26px,2.4vw,38px);font-weight:400;line-height:1.02}.cosmo-how-copy p{color:#77736b;margin:18px 0 0;font-size:9px;line-height:1.6}.cosmo-how-copy b{margin-top:auto;font-size:20px;font-weight:400}.cosmo-how-card img{object-fit:cover;filter:saturate(.62)sepia(.08)contrast(.95);width:100%;height:230px}.cosmo-integrations{padding-top:78px;padding-bottom:86px}.cosmo-integration-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.cosmo-integration-card{border:1px solid var(--cosmo-line);background:#ffffff61;border-radius:12px;grid-template-columns:44px 1fr auto;align-items:center;gap:16px;min-height:128px;padding:22px;transition:transform .25s,background .25s;display:grid}.cosmo-integration-card:hover{background:#ffffffb3;transform:translateY(-4px)}.cosmo-integration-mark{border:1px solid #2c2b27;border-radius:50%;place-items:center;width:40px;height:40px;font-family:Georgia,serif;font-size:16px;display:grid}.cosmo-integration-card strong{font-size:11px;display:block}.cosmo-integration-card p{color:#757169;margin:6px 0 0;font-size:8px;line-height:1.55}.cosmo-integration-card small{color:#969188;letter-spacing:.12em;font-size:7px}.cosmo-final-cta{color:#fff;background:#10100f;border-radius:14px;grid-template-columns:1.15fr .85fr;align-items:end;width:min(1240px,100% - 48px);min-height:340px;margin:0 auto 28px;padding:45px;display:grid;position:relative;overflow:hidden}.cosmo-final-cta:before{content:"";opacity:.42;background:repeating-radial-gradient(at 75% 55%,#ffffff12 0 1px,#0000 1px 18px);position:absolute;inset:0}.cosmo-final-copy,.cosmo-final-art{z-index:2;position:relative}.cosmo-final-copy>span{color:#c6e64b;letter-spacing:.18em;font-size:7px;font-weight:800}.cosmo-final-copy h2{letter-spacing:-.045em;max-width:650px;margin:13px 0 26px;font-family:Georgia,serif;font-size:clamp(38px,4.2vw,63px);font-weight:400;line-height:.94}.cosmo-final-copy>div{align-items:center;gap:22px;display:flex}.cosmo-final-copy a{color:#111;background:#f8f6f0;border-radius:10px;align-items:center;min-height:42px;padding:0 17px;font-size:9px;font-weight:650;display:inline-flex}.cosmo-final-copy .text-link{color:#fff;background:0 0;gap:9px;padding:0}.cosmo-final-art{place-items:center;min-height:230px;display:grid}.cosmo-stone{color:#ffffff73;background:linear-gradient(145deg,#ddd3c4,#978a79 72%,#5b5247);border-radius:55% 45% 52% 48%/45% 48% 52% 55%;place-items:center;width:160px;height:140px;font-family:Georgia,serif;font-size:42px;display:grid;transform:rotate(-10deg);box-shadow:inset -18px -22px 38px #00000038,0 26px 50px #00000040}.orbit{border:1px solid #ffffff1c;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(-10deg)}.orbit-one{width:310px;height:96px}.orbit-two{opacity:.6;width:390px;height:128px}.cosmo-editorial-footer{color:#8c887f;justify-content:space-between;align-items:center;min-height:92px;padding:0 clamp(24px,5vw,70px);font-size:8px;display:flex}.cosmo-reveal{opacity:0;transition:opacity .7s,transform .7s cubic-bezier(.2,.8,.2,1);transform:translateY(20px)}.cosmo-reveal.is-visible{opacity:1;transform:translateY(0)}@media (max-width:980px){.cosmo-editorial-header{grid-template-columns:1fr auto}.cosmo-editorial-nav{display:none}.cosmo-editorial-hero{height:820px;min-height:820px}.photo-left-main{left:-2%}.photo-right-main{right:-3%}.cosmo-how-grid{grid-template-columns:1fr}.cosmo-how-card{border-right:0;border-bottom:1px solid var(--cosmo-line);grid-template-columns:1fr 32%;min-height:330px}.cosmo-how-card:last-child{border-bottom:0}.cosmo-integration-grid{grid-template-columns:1fr}}@media (max-width:680px){.cosmo-editorial-header{height:66px;padding:0 16px}.cosmo-editorial-actions .sign-in{display:none}.cosmo-editorial-actions .get-started{min-height:36px;padding:0 13px}.cosmo-editorial-hero{height:760px;min-height:760px;padding-top:66px}.cosmo-tunnel-world{inset-top:66px}.tunnel-frame-1{width:94vw;height:76%}.tunnel-frame-2{width:78vw;height:60%}.tunnel-frame-3{width:62vw;height:45%}.tunnel-frame-4{width:46vw;height:30%}.cosmo-editorial-copy{width:min(92%,520px);top:48%}.cosmo-editorial-copy h1{font-size:clamp(48px,14vw,72px)}.cosmo-editorial-copy p{max-width:82%;font-size:10px}.cosmo-editorial-buttons{gap:14px}.photo-left-main{width:27vw;min-width:100px;height:55vw;min-height:205px;top:21%;left:-8%}.photo-right-main{width:28vw;min-width:105px;height:56vw;min-height:210px;top:18%;right:-9%}.photo-left-top{width:18vw;height:30vw;top:10%;left:11%}.photo-top{width:30vw;height:20vw;top:9%;left:52%}.photo-left-small,.photo-right-small{display:none}.photo-floor-left{width:34vw;height:20vw;left:-3%}.photo-floor-center{width:32vw;height:21vw;left:34%}.photo-floor-right{width:34vw;height:20vw;right:-5%}.label-figma{top:21%;left:31%}.label-klaviyo{top:29%;right:24%}.label-markets{bottom:19%;left:23%}.cosmo-proof-strip{grid-template-columns:repeat(2,1fr);padding:0 14px}.cosmo-proof-strip>div{border-bottom:1px solid var(--cosmo-line);font-size:8px}.cosmo-proof-strip>div:nth-child(2){border-right:0}.cosmo-proof-strip>div:nth-child(3),.cosmo-proof-strip>div:nth-child(4){border-bottom:0}.cosmo-how,.cosmo-integrations,.cosmo-final-cta{width:min(100% - 28px,1240px)}.cosmo-how{padding-top:66px}.cosmo-how-card{grid-template-columns:1fr;gap:20px}.cosmo-how-card img{height:190px}.cosmo-how-copy b{margin-top:24px}.cosmo-final-cta{grid-template-columns:1fr;min-height:430px;padding:28px}.cosmo-final-art{min-height:140px}.cosmo-stone{width:120px;height:105px}.orbit-one{width:220px;height:70px}.orbit-two{width:280px;height:92px}}@media (prefers-reduced-motion:reduce){.cosmo-photo-plane,.cosmo-editorial-copy,.cosmo-tunnel-world,.cosmo-reveal{transition:none!important;transform:none!important}.cosmo-reveal{opacity:1!important}}
.sidebar .brand{background-image:url(/cosmo-logo-white.svg);background-position:8px;background-repeat:no-repeat;background-size:112px;min-height:56px}.sidebar .brand .brand-mark,.sidebar .brand .brand-name{visibility:hidden}@media (max-width:860px){.sidebar .brand{background-position:50%;background-size:52px}}
.cosmo-integration-hub{--hub-line:#322e2838;--hub-active:#11110f;--hub-accent:#b7da39;width:min(1080px,100% - 40px);margin:0 auto;padding:82px 0 80px;position:relative}.cosmo-hub-heading{text-align:center}.cosmo-hub-kicker{color:#7b776f;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-family:Arial,Helvetica,sans-serif;font-size:9px;font-weight:700}.cosmo-hub-title-row{grid-template-columns:minmax(0,1fr) 108px minmax(0,1fr);align-items:center;gap:24px;display:grid}.cosmo-hub-title-row h2{letter-spacing:-.048em;color:#11110f;white-space:nowrap;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4vw,54px);font-weight:400;line-height:.96}.cosmo-hub-title-row h2:first-child{text-align:right}.cosmo-hub-title-row h2:last-child{text-align:left}.cosmo-hub-core{z-index:5;color:#fff;background:#11110f;border-radius:24px;place-items:center;width:108px;height:108px;transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s;display:grid;position:relative;box-shadow:0 18px 38px #1414121c}.cosmo-hub-core span{letter-spacing:-.08em;font-family:Arial,Helvetica,sans-serif;font-size:68px;font-weight:900;line-height:1;transform:translateY(-1px)}.cosmo-integration-hub.has-active .cosmo-hub-core{transform:translateY(-2px)scale(1.012);box-shadow:0 22px 46px #14141226,0 0 0 4px #b7da3914}.cosmo-hub-stage{isolation:isolate;height:334px;position:relative}.cosmo-hub-lines{z-index:1;pointer-events:none;width:100%;height:182px;position:absolute;top:0;left:0;overflow:visible}.hub-line{fill:none;stroke:var(--hub-line);stroke-width:1.3px;stroke-linecap:round;vector-effect:non-scaling-stroke;transition:stroke .22s,stroke-width .22s,opacity .22s}.hub-node{fill:#b7b0a7;transition:fill .22s,r .22s,filter .22s,opacity .22s}.cosmo-integration-hub.has-active .hub-line{opacity:.22}.cosmo-integration-hub.has-active .hub-node{opacity:.3}.cosmo-integration-hub.active-figma .hub-line-figma,.cosmo-integration-hub.active-klaviyo .hub-line-klaviyo,.cosmo-integration-hub.active-shopify .hub-line-shopify,.cosmo-integration-hub.active-web .hub-line-web{stroke:var(--hub-active);stroke-width:2px;opacity:1;stroke-dasharray:7 8;animation:.85s linear infinite cosmoLineTravel}.cosmo-integration-hub.active-figma .hub-node-figma,.cosmo-integration-hub.active-klaviyo .hub-node-klaviyo,.cosmo-integration-hub.active-shopify .hub-node-shopify,.cosmo-integration-hub.active-web .hub-node-web{fill:var(--hub-accent);opacity:1;r:7;filter:drop-shadow(0 0 6px #b7da3973)}@keyframes cosmoLineTravel{to{stroke-dashoffset:-30px}}.cosmo-provider-grid{z-index:3;grid-template-columns:repeat(4,1fr);gap:16px;display:grid;position:absolute;top:154px;left:0;right:0}.cosmo-provider-card{color:#171714;background:#fff;border:1px solid #1f1e1a0f;border-radius:19px;flex-direction:column;justify-content:space-between;gap:22px;width:100%;min-height:160px;padding:20px;transition:transform .24s cubic-bezier(.2,.8,.2,1),box-shadow .24s,opacity .24s,background .24s;display:flex;transform:translateY(0)scale(1);box-shadow:0 14px 30px #1414120b}.cosmo-provider-card:hover,.cosmo-provider-card:focus-visible{outline:none;transform:translateY(-6px)scale(1.008);box-shadow:0 20px 42px #14141216}.cosmo-provider-card.is-coming{background:#f6f4ef}.cosmo-integration-hub.has-active .cosmo-provider-card{opacity:.46}.cosmo-integration-hub.active-figma .provider-figma,.cosmo-integration-hub.active-klaviyo .provider-klaviyo,.cosmo-integration-hub.active-shopify .provider-shopify,.cosmo-integration-hub.active-web .provider-web{opacity:1}.cosmo-provider-main{align-items:center;gap:15px;min-width:0;display:flex}.cosmo-provider-logo{flex:none;place-items:center;display:grid}.cosmo-provider-icon{display:block}.figma-icon{width:26px;height:39px}.shopify-icon,.klaviyo-icon,.web-icon{width:38px;height:38px}.klaviyo-icon,.web-icon{color:#11110f}.cosmo-provider-wordmark{color:#11110f;white-space:nowrap;line-height:1;display:block}.wordmark-figma,.wordmark-web{letter-spacing:-.035em;font-family:Arial,Helvetica,sans-serif;font-size:23px;font-weight:560}.wordmark-shopify{letter-spacing:-.045em;font-family:Arial,Helvetica,sans-serif;font-size:22px;font-style:italic;font-weight:800}.wordmark-klaviyo{letter-spacing:-.035em;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:400}.cosmo-provider-meta{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.cosmo-provider-status{letter-spacing:.02em;border-radius:999px;align-items:center;min-height:23px;padding:0 8px;font-family:Arial,Helvetica,sans-serif;font-size:8px;font-weight:700;display:inline-flex}.cosmo-provider-status.live{color:#4d6437;background:#e9eedf}.cosmo-provider-status.coming{color:#7a746b;background:#ece9e3}.cosmo-provider-meta small{color:#777169;font-family:Arial,Helvetica,sans-serif;font-size:10px;line-height:1.4}.cosmo-hub-caption{text-align:center;color:#5f5a53;letter-spacing:-.015em;max-width:700px;margin:14px auto 0;font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.5}@media (max-width:980px){.cosmo-integration-hub{width:min(820px,100% - 32px)}.cosmo-hub-title-row{grid-template-columns:minmax(0,1fr) 94px minmax(0,1fr);gap:18px}.cosmo-hub-title-row h2{font-size:clamp(31px,4.4vw,43px)}.cosmo-hub-core{border-radius:21px;width:94px;height:94px}.cosmo-hub-core span{font-size:59px}.cosmo-hub-lines{display:none}.cosmo-hub-stage{height:auto;margin-top:34px}.cosmo-provider-grid{grid-template-columns:repeat(2,1fr);position:relative;top:auto}}@media (max-width:700px){.cosmo-integration-hub{padding:64px 0 68px}.cosmo-hub-title-row{grid-template-columns:1fr;gap:14px}.cosmo-hub-title-row h2,.cosmo-hub-title-row h2:first-child,.cosmo-hub-title-row h2:last-child{text-align:center;white-space:normal}.cosmo-hub-core{margin:0 auto}.cosmo-provider-grid{grid-template-columns:1fr;width:min(390px,100%);margin:0 auto}.cosmo-hub-caption{margin-top:22px;font-size:14px}}@media (prefers-reduced-motion:reduce){.hub-line,.cosmo-provider-card,.cosmo-hub-core{transition:none!important;animation:none!important;transform:none!important}}
.cosmo-connect-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#11110f38;padding:20px}.cosmo-connect-dialog{background:#f8f6f0;border:1px solid #1f1e1a12;border-radius:22px;width:min(560px,100%);padding:28px;position:relative;box-shadow:0 24px 70px #14141229}.cosmo-connect-close{color:#11110f;cursor:pointer;opacity:.72;background:0 0;border:0;border-radius:50%;place-items:center;width:30px;height:30px;font-size:20px;line-height:1;transition:opacity .16s;display:grid;position:absolute;top:16px;right:16px}.cosmo-connect-close:hover{opacity:1}.cosmo-connect-flow{grid-template-columns:1fr 72px 1fr;align-items:center;gap:12px;padding-right:36px;display:grid}.cosmo-connect-app,.cosmo-connect-cosmo{border-radius:16px;justify-content:center;align-items:center;gap:12px;min-height:80px;padding:14px 16px;display:flex}.cosmo-connect-app{background:#fff;border:1px solid #1f1e1a12}.cosmo-connect-cosmo{color:#fff;background:#11110f}.cosmo-connect-app-logo{flex:0 0 40px;place-items:center;width:40px;height:40px;display:grid}.cosmo-connect-app .figma-icon{width:22px;height:34px}.cosmo-connect-app .shopify-icon,.cosmo-connect-app .klaviyo-icon{width:34px;height:34px}.cosmo-connect-app strong,.cosmo-connect-cosmo strong{letter-spacing:-.015em;font-size:12px;font-weight:700}.cosmo-connect-cosmo>span{letter-spacing:-.08em;border:1px solid #ffffff1f;border-radius:10px;place-items:center;width:40px;height:40px;font-family:Arial,Helvetica,sans-serif;font-size:27px;font-weight:900;display:grid}.cosmo-connect-linkline{height:24px;position:relative}.cosmo-connect-linkline>span{background:#1e1d192e;height:1px;position:absolute;top:50%;left:0;right:0}.cosmo-connect-copy{text-align:center;margin-top:24px}.cosmo-connect-copy h3{letter-spacing:-.045em;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,5vw,44px);font-weight:400;line-height:1}.cosmo-connect-copy p{color:#706c64;margin:9px 0 0;font-size:12px;line-height:1.45}.cosmo-connect-actions{justify-content:center;align-items:center;gap:12px;margin-top:22px;display:flex}.cosmo-connect-actions a,.cosmo-connect-actions button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;min-height:42px;font-size:11px;font-weight:700;display:inline-flex}.cosmo-connect-actions a{color:#fff;background:#11110f;padding:0 16px;text-decoration:none}.cosmo-connect-actions button{color:#716d65;background:0 0;border:0;padding:0 8px}@media (max-width:620px){.cosmo-connect-dialog{border-radius:20px;width:min(440px,100%);padding:22px}.cosmo-connect-flow{grid-template-columns:1fr 36px 1fr;gap:8px;padding-right:28px}.cosmo-connect-app,.cosmo-connect-cosmo{border-radius:14px;gap:8px;min-height:70px;padding:11px}.cosmo-connect-app-logo,.cosmo-connect-cosmo>span{flex-basis:34px;width:34px;height:34px}.cosmo-connect-cosmo>span{border-radius:9px;font-size:23px}.cosmo-connect-app strong,.cosmo-connect-cosmo strong{font-size:10px}.cosmo-connect-app .figma-icon{width:19px;height:29px}.cosmo-connect-app .shopify-icon,.cosmo-connect-app .klaviyo-icon{width:29px;height:29px}.cosmo-connect-copy{margin-top:20px}.cosmo-connect-copy h3{font-size:34px}.cosmo-connect-actions{flex-direction:column;gap:6px}.cosmo-connect-actions a{width:100%}.cosmo-connect-actions button{min-height:32px}}@media (prefers-reduced-motion:reduce){.cosmo-connect-close{transition:none!important}}
