.auth-shell{background:var(--color-bg);min-height:100svh;color:var(--color-text);overflow-x:hidden}.auth-shell__frame{grid-template-rows:auto 1fr auto;width:min(448px,100% - 48px);min-height:100svh;margin:0 auto;padding:56px 0 32px;display:grid}.auth-brand{width:fit-content;color:var(--color-text);letter-spacing:-.045em;font-family:Moder Demo,sans-serif;font-size:1.12rem;font-weight:900;line-height:1;text-decoration:none;animation:.4s ease-out both auth-fade}.auth-brand span{color:var(--color-pink)}.auth-brand:focus-visible{outline:2px solid var(--color-pink);outline-offset:4px;border-radius:3px}.auth-panel{align-self:center;width:100%;padding:40px 0;animation:.5s cubic-bezier(.22,1,.36,1) both auth-rise}.auth-intro h1{color:var(--color-text);letter-spacing:-.02em;margin:0;font-size:2rem;font-weight:650;line-height:1.15}.auth-intro p{color:var(--color-muted);letter-spacing:.005em;margin:16px 0 0;font-size:.875rem;font-weight:450;line-height:1.5}.auth-form-stage{margin-top:40px}.auth-intro:not(:has(p))+.auth-form-stage{margin-top:48px}.auth-form{gap:22px;display:grid}.auth-field{gap:8px;display:grid}.auth-field__meta{justify-content:space-between;align-items:center;gap:16px;min-height:20px;display:flex}.auth-field__label{color:#26272a;letter-spacing:.005em;font-size:.875rem;font-weight:550;line-height:1.25rem}.auth-field__hint{color:#74777d;font-size:.8rem;font-weight:450;line-height:1.25rem}.auth-field__control{min-width:0;display:flex;position:relative}.auth-field__control input{background:var(--color-surface);width:100%;height:40px;box-shadow:0 0 0 1px var(--color-border), 0 1px 2px #17181a14;color:var(--color-text);letter-spacing:.005em;border:0;border-radius:10px;outline:none;padding:0 12px;font-size:.875rem;font-weight:450;line-height:1.25rem;transition:background .15s,box-shadow .15s}.auth-field__control input:hover{background:var(--color-surface-hover)}.auth-field__control input:focus{background:var(--color-surface-hover);box-shadow:0 0 0 1.5px #ff2d91c7,0 0 0 4px #ff2d911f}.auth-field__control input::placeholder{color:#9a9da3}.auth-field__control.has-error input{box-shadow:0 0 0 1.5px #d93055,0 1px 2px #17181a14}.auth-field__reveal{color:#74777d;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:32px;height:32px;padding:0;display:grid;position:absolute;top:50%;right:5px;transform:translateY(-50%)}.auth-field__reveal:hover{color:var(--color-text);background:#17181a0f}.auth-field__control:has(.auth-field__reveal) input{padding-right:42px}.auth-field__error,.auth-form__alert{color:#c9284c;margin:0;font-size:.8rem;line-height:1.4}.auth-form__alert{background:#c9284c0f;border:1px solid #c9284c38;border-radius:10px;padding:10px 12px}.auth-form__options{color:var(--color-muted);justify-content:space-between;align-items:center;gap:18px;font-size:.8rem;line-height:1.4;display:flex}.auth-form__options a,.auth-secondary{color:#383a3f;text-underline-offset:4px;border-radius:4px}.auth-form__options a:hover,.auth-secondary:hover{color:var(--color-pink)}.auth-checkbox{cursor:pointer;align-items:center;gap:8px;display:inline-flex}.auth-checkbox input{width:15px;height:15px;accent-color:var(--color-pink);margin:0}.auth-submit{background:var(--color-paper);width:100%;min-height:40px;color:var(--color-ink);letter-spacing:.005em;cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;padding:0 12px;font-size:.875rem;font-weight:550;line-height:1.25rem;text-decoration:none;transition:transform .15s,background .15s;display:inline-flex}.auth-secondary{border:1px solid var(--color-border-strong);width:fit-content;min-height:38px;color:var(--color-text);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;padding:0 12px;font-size:.875rem;font-weight:550;line-height:1.25rem;text-decoration:none;display:inline-flex}.auth-secondary:hover{border-color:#ff2d9180}.auth-secondary:focus-visible,.auth-checkbox input:focus-visible{outline:2px solid var(--color-pink);outline-offset:3px}.auth-spinner{animation:.8s linear infinite auth-spin}.auth-submit:hover:not(:disabled){background:#2b2c30}.auth-submit:active:not(:disabled){transform:scale(.97)}.auth-submit:focus-visible,.auth-field__reveal:focus-visible,.auth-footer a:focus-visible{outline:2px solid var(--color-pink);outline-offset:3px}.auth-submit:disabled{cursor:wait;opacity:.6}.auth-footer{min-height:20px;color:var(--color-muted);letter-spacing:.005em;font-size:.875rem;font-weight:450;line-height:1.25rem}.auth-footer p{margin:0}.auth-footer a{color:#383a3f;text-underline-offset:4px;border-radius:2px;-webkit-text-decoration:underline #ff2d9185;text-decoration:underline #ff2d9185}.auth-footer a:hover{color:var(--color-pink);-webkit-text-decoration-color:var(--color-pink);text-decoration-color:var(--color-pink)}.auth-success{gap:18px;display:grid}.auth-success__icon{background:var(--color-pink-soft);width:42px;height:42px;color:var(--color-pink);border-radius:12px;place-items:center;display:grid}.auth-success h2{color:var(--color-text);letter-spacing:-.02em;margin:0;font-size:1.35rem;font-weight:600}.auth-success p{color:var(--color-muted);margin:0 0 4px;font-size:.9rem;line-height:1.55}.auth-success strong{color:var(--color-text);font-weight:600}@keyframes auth-fade{0%{opacity:0}to{opacity:1}}@keyframes auth-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-spin{to{transform:rotate(360deg)}}@media (width<=560px){.auth-shell__frame{flex-direction:column;width:calc(100% - 36px);padding:32px 0 24px;display:flex}.auth-panel{align-self:stretch;padding:32px 0}.auth-intro h1{font-size:1.85rem}.auth-intro p{margin-top:12px}.auth-form-stage{margin-top:32px}.auth-intro:not(:has(p))+.auth-form-stage{margin-top:36px}.auth-form{gap:18px}.auth-form__options{flex-direction:column;align-items:flex-start;gap:10px}.auth-footer{margin-top:auto;padding-top:8px}}.pricing-page{background:radial-gradient(circle at 50% 18%, #ff2d910e, transparent 34%), var(--color-bg);min-height:100svh;color:var(--color-text)}.pricing-header{justify-content:space-between;align-items:center;width:min(1120px,100% - 48px);height:82px;margin:0 auto;display:flex}.pricing-header__nav{align-items:center;gap:24px;display:flex}.pricing-header__nav a{color:var(--color-muted);border-radius:4px;font-size:.875rem;font-weight:550;text-decoration:none}.pricing-header__nav a:hover{color:var(--color-text)}.pricing-header__nav a:focus-visible{outline:2px solid var(--color-pink);outline-offset:4px}.pricing-content{grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);align-items:start;gap:clamp(56px,9vw,112px);width:min(1040px,100% - 48px);margin:0 auto;padding:clamp(72px,10vw,132px) 0 96px;display:grid}.pricing-intro{padding-top:28px}.pricing-intro h1{letter-spacing:-.06em;text-wrap:balance;max-width:700px;margin:0;font-size:clamp(3.4rem,7vw,6.5rem);font-weight:590;line-height:.96}.pricing-intro p{max-width:580px;color:var(--color-muted);margin:30px 0 0;font-size:1.05rem;line-height:1.65}.pricing-plan{border:1px solid var(--color-border);background:#ffffffe6;border-radius:24px;padding:28px;box-shadow:0 24px 70px #17181a17,inset 0 1px #fffc}.pricing-plan__summary{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.pricing-plan h2{letter-spacing:-.035em;margin:0;font-size:1.45rem;font-weight:620}.pricing-plan__summary>div>p{max-width:250px;color:var(--color-muted);margin:10px 0 0;font-size:.86rem;line-height:1.5}.pricing-plan__price{color:var(--color-muted);text-align:right;white-space:nowrap;margin:0;font-size:.82rem;line-height:1.1}.pricing-plan__price span{color:var(--color-text);letter-spacing:-.055em;font-size:2.25rem;font-weight:650;display:block}.pricing-plan__features{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);gap:14px;margin:26px 0;padding:24px 0;list-style:none;display:grid}.pricing-plan__features li{color:#3d3f44;align-items:center;gap:10px;font-size:.9rem;display:flex}.pricing-plan__features svg{color:var(--color-pink);flex:none}.pricing-plan__action{background:var(--color-paper);width:100%;min-height:46px;color:var(--color-ink);border-radius:12px;justify-content:center;align-items:center;gap:9px;padding:0 16px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .16s,transform .16s;display:flex}.pricing-plan__action:hover{background:var(--color-pink);transform:translateY(-1px)}.pricing-plan__action:active{transform:scale(.985)}.pricing-plan__action:focus-visible{outline:2px solid var(--color-pink);outline-offset:4px}.pricing-plan__note{color:var(--color-subtle);margin:18px 0 0;font-size:.75rem;line-height:1.5}@media (width<=820px){.pricing-content{grid-template-columns:1fr}.pricing-intro{padding-top:0}}@media (width<=520px){.pricing-header,.pricing-content{width:calc(100% - 36px)}.pricing-header{height:72px}.pricing-header__nav{gap:16px}.pricing-content{gap:42px;padding:58px 0 72px}.pricing-intro h1{font-size:clamp(3rem,15vw,4.25rem)}.pricing-plan{border-radius:20px;padding:22px}.pricing-plan__summary{flex-direction:column}.pricing-plan__price{text-align:left}}@font-face{font-family:Figtree;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/figtree-latin-ext-400-normal-CXAzuTZb.woff2)format("woff2"),url(/assets/figtree-latin-ext-400-normal-Gbh-3PTk.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Figtree;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/figtree-latin-400-normal-g7Dtegnw.woff2)format("woff2"),url(/assets/figtree-latin-400-normal-BD4aNku5.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Figtree;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/figtree-latin-ext-500-normal-Du0rIuHj.woff2)format("woff2"),url(/assets/figtree-latin-ext-500-normal-BOEJvrb_.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Figtree;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/figtree-latin-500-normal-BWnGEVsr.woff2)format("woff2"),url(/assets/figtree-latin-500-normal-B_yy1phn.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Figtree;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/figtree-latin-ext-600-normal-DJlfifZj.woff2)format("woff2"),url(/assets/figtree-latin-ext-600-normal-CQqsimlV.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Figtree;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/figtree-latin-600-normal-Cv_xCTDl.woff2)format("woff2"),url(/assets/figtree-latin-600-normal-BM_oTo4n.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}.research-lab{color:#1c1917;background:#fff;min-height:calc(100svh - 112px);padding:28px 42px 64px;font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.research-lab button,.research-lab a{font:inherit}.research-lab button{cursor:pointer}.research-lab__intro{justify-content:space-between;align-items:end;gap:24px;max-width:1180px;margin:0 auto 24px;display:flex}.research-lab__intro>div{max-width:650px}.research-lab__eyebrow{color:#db2777;letter-spacing:.01em;align-items:center;gap:6px;font-size:11.5px;font-weight:600;display:inline-flex}.research-lab__intro h2{color:#1c1917;letter-spacing:-.035em;margin:7px 0;font-size:clamp(26px,3vw,34px);font-weight:600;line-height:1.08}.research-lab__intro p{color:#78716c;margin:0;font-size:13px;line-height:1.55}.research-lab__count{color:#57534e;background:#fafaf9;border:1px solid #e7e5e4;border-radius:999px;flex:none;padding:7px 10px;font-size:11.5px;font-weight:500}.research-lab__notice{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;align-items:center;gap:8px;max-width:1180px;min-height:40px;margin:0 auto 18px;padding:8px 10px;font-size:11.5px;line-height:1.4;display:flex}.research-lab__notice>span{flex:1}.research-lab__notice button{color:#78350f;background:0 0;border:0;padding:3px 5px;font-weight:600}.research-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:22px;max-width:1180px;margin:0 auto;display:grid}.research-card{background:#fff;border:1px solid #e7e5e4;border-radius:13px;min-width:0;transition:border-color .16s,box-shadow .16s,transform .16s;overflow:hidden;box-shadow:0 8px 26px #1c19170e}.research-card:hover{border-color:#d6d3d1;transform:translateY(-2px);box-shadow:0 12px 34px #1c191717}.research-card__media{aspect-ratio:9/16;background:#1c1917;position:relative;overflow:hidden}.research-card__media video{object-fit:cover;width:100%;height:100%;display:block}.research-card__media-unavailable{color:#fff;background:linear-gradient(145deg,#292524,#0c0a09);flex-direction:column;justify-content:center;align-items:center;gap:7px;width:100%;height:100%;display:flex}.research-card__media-unavailable span{font-size:12px;font-weight:600}.research-card__media-unavailable small{color:#ffffff9e;font-size:10.5px}.research-card__plays,.research-card__source{z-index:1;color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1c19179e;border:1px solid #fff3;position:absolute;top:10px;box-shadow:0 2px 10px #0000001f}.research-card__plays{border-radius:999px;align-items:center;gap:5px;min-height:28px;padding:0 9px;font-size:11px;font-weight:600;display:inline-flex;left:10px}.research-card__source{border-radius:50%;place-items:center;width:30px;height:30px;text-decoration:none;display:grid;right:10px}.research-card__source:hover{background:#1c1917d1}.research-card__content{padding:14px}.research-card__creator{justify-content:space-between;align-items:center;gap:10px;display:flex}.research-card__creator span{color:#292524;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;font-weight:600;overflow:hidden}.research-card__creator time{color:#a8a29e;flex:none;font-size:10.5px}.research-card__content>p{color:#57534e;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:38px;margin:8px 0 12px;font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden}.research-card__metrics{border-top:1px solid #f0eeec;border-bottom:1px solid #f0eeec;align-items:center;gap:16px;padding:10px 0;display:flex}.research-card__metrics span{color:#78716c;align-items:center;gap:5px;font-size:10.5px;font-weight:500;display:inline-flex}.research-card__actions{grid-template-columns:auto minmax(0,1fr);gap:8px;margin-top:12px;display:grid}.research-card__actions>div{gap:4px;display:flex}.research-card__actions button{color:#78716c;background:#fff;border:1px solid #e7e5e4;border-radius:8px;justify-content:center;align-items:center;min-height:36px;display:inline-flex}.research-card__actions>div button{width:36px;padding:0}.research-card__actions button:hover:not(:disabled){color:#292524;background:#fafaf9;border-color:#d6d3d1}.research-card__actions>div button.is-active{color:#db2777;background:#fdf2f8;border-color:#f9a8d4}.research-card__actions>div button.is-dislike{color:#57534e;background:#f5f5f4;border-color:#d6d3d1}.research-card__actions button:disabled{cursor:wait;opacity:.65}.research-card__actions .research-card__analyze{color:#fff;white-space:nowrap;background:#292524;border-color:#292524;gap:6px;min-width:0;padding:0 10px;font-size:11px;font-weight:600}.research-card__actions .research-card__analyze:hover:not(:disabled){color:#fff;background:#1c1917;border-color:#1c1917}.research-card__error{align-items:flex-start;gap:5px;color:#b91c1c!important;-webkit-line-clamp:unset!important;min-height:auto!important;margin:9px 0 0!important;font-size:10.5px!important;display:flex!important}.research-state{text-align:center;background:#fff;border:1px solid #e7e5e4;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;width:min(720px,100%);min-height:480px;margin:18px auto;padding:52px;display:flex}.research-state__icon{color:#db2777;background:#fdf2f8;border-radius:13px;place-items:center;width:52px;height:52px;display:grid}.research-state__icon.is-instagram{background:#fdf2f8}.research-state__eyebrow{color:#db2777;margin-top:18px;font-size:11.5px;font-weight:600}.research-state h2{color:#1c1917;letter-spacing:-.04em;max-width:520px;margin:17px 0 9px;font-size:clamp(24px,4vw,34px);font-weight:600;line-height:1.1}.research-state__eyebrow+h2{margin-top:8px}.research-state p{color:#78716c;max-width:520px;margin:0;font-size:13px;line-height:1.6}.research-state button{color:#fff;background:#292524;border:0;border-radius:8px;align-items:center;gap:7px;min-height:40px;margin-top:22px;padding:0 15px;font-size:12px;font-weight:600;display:inline-flex}.research-analysis{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1c19174d;justify-content:flex-end;align-items:stretch;padding-left:256px;display:flex;position:fixed;inset:0}.research-analysis__panel{background:#fff;border-left:1px solid #e7e5e4;width:min(520px,100%);height:100%;animation:.22s cubic-bezier(.22,1,.36,1) research-panel-enter;overflow:auto;box-shadow:-20px 0 60px #1c191724}.research-analysis__panel>header{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #e7e5e4;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 26px 20px;display:flex;position:sticky;top:0}.research-analysis__panel>header span{color:#db2777;align-items:center;gap:5px;font-size:11px;font-weight:600;display:inline-flex}.research-analysis__panel>header h2{color:#1c1917;letter-spacing:-.035em;margin:6px 0 3px;font-size:24px;font-weight:600}.research-analysis__panel>header p{color:#a8a29e;margin:0;font-size:11px}.research-analysis__panel>header button{color:#57534e;background:#fff;border:1px solid #e7e5e4;border-radius:8px;flex:none;place-items:center;width:34px;height:34px;display:grid}.research-analysis__body{gap:0;padding:8px 26px 40px;display:grid}.research-analysis__body section{border-bottom:1px solid #f0eeec;padding:22px 0}.research-analysis__body h3{color:#292524;margin:0 0 9px;font-size:11.5px;font-weight:600}.research-analysis__body p{color:#57534e;margin:0;font-size:13px;line-height:1.65}.research-analysis__hook p{color:#9d174d;background:#fdf2f8;border-radius:9px;padding:14px;font-weight:500}.research-analysis__hook small{color:#78716c;margin-top:9px;font-size:11.5px;line-height:1.55;display:block}.research-analysis__body ul,.research-analysis__body ol{gap:9px;margin:0;padding:0;list-style:none;display:grid}.research-analysis__body li{color:#57534e;align-items:flex-start;gap:8px;font-size:12.5px;line-height:1.5;display:flex}.research-analysis__body li svg{color:#db2777;flex:none;margin-top:2px}.research-analysis__body ol{counter-reset:remix-idea}.research-analysis__body ol li{counter-increment:remix-idea}.research-analysis__body ol li:before{color:#78716c;content:counter(remix-idea);background:#f5f5f4;border-radius:50%;flex:none;place-items:center;width:20px;height:20px;font-size:10px;font-weight:600;display:grid}.research-analysis__source p{color:#78716c;font-style:italic}.is-spinning{animation:.8s linear infinite research-spin}@keyframes research-spin{to{transform:rotate(360deg)}}@keyframes research-panel-enter{0%{opacity:0;transform:translate(28px)}}@media (width<=1080px){.research-lab{padding-inline:28px}.research-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=780px){.research-lab{min-height:calc(100svh - 64px);padding:24px 16px 48px}.research-analysis{padding-left:0}}@media (width<=590px){.research-lab__intro{flex-direction:column;align-items:flex-start;gap:14px}.research-grid{grid-template-columns:minmax(0,1fr)}.research-card{max-width:420px;margin:0 auto}.research-state{min-height:420px;padding:32px 22px}.research-lab__notice{flex-wrap:wrap;align-items:flex-start}.research-analysis__panel>header,.research-analysis__body{padding-left:18px;padding-right:18px}}@media (prefers-reduced-motion:reduce){.research-card,.research-analysis__panel{transition:none;animation:none}}.dashboard-shell{--dashboard-sidebar:256px;grid-template-columns:var(--dashboard-sidebar) minmax(0, 1fr);color:#1c1917;background:#fff;width:100%;height:100svh;min-height:100svh;font-family:Figtree,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:grid;overflow:hidden}:where(.dashboard-shell button,.dashboard-shell input,.dashboard-shell textarea){font:inherit}.dashboard-sidebar{z-index:20;width:var(--dashboard-sidebar);color:#1c1917;background:#f6f6f5;flex-direction:column;min-height:100svh;padding:0 8px;display:flex;position:fixed;inset:0 auto 0 0}.dashboard-sidebar[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.dashboard-sidebar button,.dashboard-sidebar a{text-decoration:none}.dashboard-sidebar button{cursor:pointer}.dashboard-sidebar__project-row{grid-template-columns:34px minmax(0,1fr) 30px;align-items:center;height:56px;display:grid;position:relative}.dashboard-sidebar__mark{color:#f03c9c;place-items:center;width:34px;height:34px;display:grid}.dashboard-sidebar__workspace-wrap,.dashboard-sidebar__account-wrap{min-width:0;position:relative}.dashboard-sidebar__workspace-wrap{justify-self:start;width:fit-content;max-width:100%}.dashboard-sidebar__project{color:#1c1917;text-align:left;background:0 0;border:0;border-radius:6px;align-items:center;gap:12px;width:fit-content;max-width:100%;height:32px;padding:0 8px;display:flex}.dashboard-sidebar__project:hover,.dashboard-sidebar__project[aria-expanded=true]{background:#d6d3d159}.dashboard-sidebar__project strong{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;font-weight:600;line-height:18px;overflow:hidden}.dashboard-sidebar__project svg,.dashboard-sidebar__account>svg,.dashboard-sidebar__nav-item>svg:last-child,.dashboard-sidebar__recent-heading svg{color:#78716c;flex:none;transition:transform .16s}.dashboard-sidebar svg.is-rotated{transform:rotate(180deg)}.dashboard-sidebar__mobile-close{display:none}.dashboard-sidebar__modes{background:#eaeae8;border-radius:8px;grid-template-columns:1fr 1fr;height:30px;margin:4px 4px 10px;padding:2px;display:grid}.dashboard-sidebar__modes button{color:#78716c;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;gap:6px;min-width:0;padding:0;font-size:11.5px;font-weight:500;display:flex}.dashboard-sidebar__modes button.is-active{color:#1c1917;background:#fff;box-shadow:0 1px 3px #1c191714}.dashboard-sidebar__scroll{scrollbar-width:none;flex:1;min-height:0;overflow:auto}.dashboard-sidebar__scroll::-webkit-scrollbar{display:none}.dashboard-sidebar__nav{gap:1px;display:grid}.dashboard-sidebar__nav-item{color:#44403c;text-align:left;background:0 0;border:0;border-radius:4px;grid-template-columns:15px minmax(0,1fr) auto;align-items:center;gap:8px;width:100%;height:32px;padding:0 10px;font-size:12px;font-weight:500;line-height:16px;display:grid}.dashboard-sidebar__nav-item>svg:first-child{stroke-width:1.8px;width:15px;height:15px}.dashboard-sidebar__nav-item:hover,.dashboard-sidebar__nav-item.is-active{color:#1c1917;background:#d6d3d16b}.dashboard-sidebar__disclosure{opacity:0;grid-template-rows:0fr;min-height:0;transition:grid-template-rows .22s cubic-bezier(.22,1,.36,1),opacity .15s,transform .22s cubic-bezier(.22,1,.36,1);display:grid;transform:translateY(-3px)}.dashboard-sidebar__disclosure.is-open{opacity:1;grid-template-rows:1fr;transform:translateY(0)}.dashboard-sidebar__disclosure>div{min-height:0;overflow:hidden}.dashboard-sidebar__nested{gap:2px;margin-bottom:0;padding-top:0;transition:padding-top .18s cubic-bezier(.22,1,.36,1);display:grid;position:relative}.dashboard-sidebar__disclosure.is-open>.dashboard-sidebar__nested{padding-top:2px}.dashboard-sidebar__nested:before{content:"";background:#dedbd8;width:1px;position:absolute;top:3px;bottom:3px;left:15px}.dashboard-sidebar__nested button{color:#64615e;text-align:left;background:0 0;border:0;border-radius:4px;grid-template-columns:0 minmax(0,1fr);align-items:center;gap:0;width:100%;height:30px;padding:0 10px 0 34px;font-size:11.5px;font-weight:400;line-height:16px;display:grid;overflow:hidden}.dashboard-sidebar__nested button svg{opacity:0;width:0}.dashboard-sidebar__nested button:hover,.dashboard-sidebar__nested button.is-active{color:#1c1917;background:#d6d3d147}.dashboard-sidebar__recent{border-top:1px solid #dfddda;margin-top:10px;padding-top:10px}.dashboard-sidebar__recent-heading{color:#57534e;letter-spacing:0;text-transform:none;background:0 0;border:0;align-items:center;gap:4px;width:100%;height:24px;padding:0 10px;font-family:inherit;font-size:11.5px;font-weight:500;line-height:16px;display:flex}.dashboard-sidebar__recent-list{margin-top:0;transition:margin-top .18s cubic-bezier(.22,1,.36,1);display:grid}.dashboard-sidebar__disclosure.is-open>.dashboard-sidebar__recent-list{margin-top:1px}.dashboard-sidebar__recent-list button{color:#1c19178a;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:4px;width:100%;height:27px;padding:0 10px;font-size:11.5px;line-height:16px;overflow:hidden}.dashboard-sidebar__recent-list button:hover{color:#44403c;background:#d6d3d14d}.dashboard-sidebar__footer{flex:none;padding:0 0 15px}.dashboard-sidebar__utility{gap:4px;margin-bottom:8px;display:grid}.dashboard-sidebar__utility button,.dashboard-sidebar__utility a{color:#44403c;text-align:left;background:0 0;border:0;border-radius:4px;align-items:center;gap:9px;width:100%;height:34px;padding:0 10px;font-size:13px;line-height:18px;display:flex}.dashboard-sidebar__utility button:hover,.dashboard-sidebar__utility a:hover{background:#d6d3d152}.dashboard-help-launcher{z-index:18;color:#57534e;background:#fff;border:1px solid #e2e0de;border-radius:50%;place-items:center;width:40px;height:40px;text-decoration:none;transition:border-color .16s,box-shadow .18s,color .16s,transform .18s cubic-bezier(.22,1,.36,1);display:grid;position:fixed;bottom:18px;right:18px;box-shadow:0 8px 24px #1c19171a,0 1px 2px #1c19170f}.dashboard-help-launcher:hover{color:#cf4b93;border-color:#d6d3d1;transform:translateY(-2px);box-shadow:0 11px 28px #1c191721,0 2px 4px #1c191712}.dashboard-help-launcher:focus-visible{outline-offset:3px;outline:2px solid #cf4b937a}.dashboard-sidebar__account{color:#1c1917;text-align:left;background:0 0;border:0;border-radius:4px;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;width:100%;height:44px;padding:5px 8px;display:grid}.dashboard-sidebar__account:hover,.dashboard-sidebar__account[aria-expanded=true]{background:#d6d3d15c}.dashboard-sidebar__account-avatar{color:#fff;background:linear-gradient(145deg,#f0279a,#7437ff);border-radius:50%;place-items:center;width:26px;height:26px;font-size:10px;font-weight:600;display:grid}.dashboard-sidebar__account>span:nth-child(2){min-width:0;display:grid}.dashboard-sidebar__account strong,.dashboard-sidebar__account small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.dashboard-sidebar__account strong{font-size:12.5px;font-weight:600;line-height:18px}.dashboard-sidebar__account small{color:#78716c;font-size:10px;line-height:14px}.dashboard-sidebar__popover{z-index:5;opacity:0;pointer-events:none;transform-origin:0 0;visibility:hidden;background:#fff;border:1px solid #e1dfddcc;border-radius:8px;transition:opacity .15s,transform .2s cubic-bezier(.22,1,.36,1),visibility 0s linear .2s;position:absolute;overflow:hidden;transform:translateY(-5px)scale(.985);box-shadow:0 0 0 1px #00000008,0 8px 30px -8px #0000002e}.dashboard-sidebar__popover.is-open{opacity:1;pointer-events:auto;visibility:visible;transition-delay:0s;transform:translateY(0)scale(1)}.dashboard-sidebar__workspace-menu{gap:2px;width:214px;padding:4px;display:grid;top:calc(100% + 6px);left:0}.dashboard-sidebar__workspace-option{color:#292524;text-align:left;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:6px;width:100%;height:32px;padding:0 9px;font-size:12px;font-weight:500;line-height:18px;overflow:hidden}.dashboard-sidebar__workspace-option:hover,.dashboard-sidebar__workspace-option:focus-visible{background:#f1f1f0;outline:0}.dashboard-sidebar__account-menu{transform-origin:100% 100%;gap:3px;width:238px;padding:8px;display:grid;bottom:calc(100% + 6px);right:2px;transform:translateY(5px)scale(.985)}.dashboard-sidebar__account-menu.is-open{transform:translateY(0)scale(1)}.dashboard-sidebar__account-menu>div{border-bottom:1px solid #eceae8;gap:2px;padding:7px 8px 11px;display:grid}.dashboard-sidebar__account-menu span{color:#a8a29e;font-size:10px}.dashboard-sidebar__account-menu strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.dashboard-sidebar__account-menu button{color:#57534e;background:0 0;border:0;border-radius:5px;align-items:center;gap:8px;height:34px;padding:0 8px;font-size:12px;display:flex}.dashboard-sidebar__account-menu button:hover{color:#1c1917;background:#f5f5f4}.dashboard-sidebar__scrim{display:none}.dashboard-main{background:#fff;grid-column:2;min-width:0;min-height:100svh;position:relative;overflow:auto}.dashboard-mobile-header{display:none}.agent-home{background:#fff;min-height:100%;padding:90.5px 0 72px;position:relative;overflow:hidden}.agent-home__plan-status{z-index:3;color:#dc2626;background:#fff1f2;border:1px solid #fecaca;border-radius:4px;align-items:center;height:23px;padding:2px 8px;font-size:11px;font-weight:500;line-height:16.5px;display:inline-flex;position:absolute;top:10px;right:24px}.agent-home__rail>h1{color:#44403c;letter-spacing:-1.3px;text-align:center;height:auto;margin:0;font-size:38px;font-weight:600;line-height:57px}.agent-home__alert{background:#fdf0f0;border:1px solid #b91c1c1f;border-radius:8px;align-items:center;gap:12px;width:100%;height:41.5px;margin-top:20px;padding:10px 16px;display:flex;overflow:hidden}.agent-home__alert>i{background:#dc2626;border-radius:50%;flex:none;width:8px;height:8px}.agent-home__alert p{color:#78716c;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:12.5px;line-height:19.5px;display:block;overflow:hidden}.agent-home__alert strong{color:#44403c;font-weight:700}.agent-home__alert button{color:#44403c;letter-spacing:-.1px;cursor:pointer;background:0 0;border:0;flex:none;align-items:center;gap:4px;padding:0;font-size:13px;font-weight:700;line-height:19.5px;display:flex}.agent-home__composer{background:#fff;border:1px solid #0000;border-radius:8px;min-height:108px;margin-top:10px;position:relative;box-shadow:0 6px 24px #0000001a,0 1px 4px #0000000d,0 0 0 1px #00000014}.agent-home__composer textarea{resize:none;color:#09090b;background:0 0;border:0;outline:0;width:calc(100% - 26px);min-height:42px;margin:11px 13px 0;padding:0;font-size:13px;font-weight:400;line-height:21.125px;display:block;overflow:hidden}.agent-home__composer-footer{justify-content:space-between;align-items:end;min-height:53px;padding:0 10px 6px;display:flex}.agent-home__composer-footer>div{align-items:center;gap:7px;display:flex}.agent-home__composer-footer button{color:#78716c;cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;width:28px;height:28px;padding:0;display:grid}.agent-home__composer-footer .agent-home__mode{align-items:center;gap:4px;width:auto;padding:0 8px;font-size:13px;display:flex}.agent-home__composer-footer .agent-home__send:disabled{color:#d9a9c0;cursor:not-allowed;background:#fff7fa;border-color:#f1d5e2}.agent-home__attachments{flex-wrap:wrap;gap:5px;padding:6px 13px 0;display:flex}.agent-home__attachments span{color:#78716c;text-overflow:ellipsis;white-space:nowrap;background:#f5f5f4;border-radius:5px;max-width:180px;padding:3px 7px;font-size:10px;display:block;overflow:hidden}.agent-home__connector-wrap{position:relative}.agent-home__connector-popover{z-index:5;background:#fff;border:1px solid #e7e5e4;border-radius:8px;gap:3px;width:210px;padding:8px;display:grid;position:absolute;bottom:36px;left:0;box-shadow:0 12px 32px #1c191724}.agent-home__connector-popover strong{color:#78716c;padding:5px 7px;font-size:11px}.agent-home__connector-popover button{color:#44403c;justify-content:space-between;align-items:center;width:100%;height:34px;padding:0 7px;font-size:12px;display:flex}.agent-home__connector-popover button span{color:#cf4b93;font-size:11px}.agent-home__quick-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px;min-height:32px;margin-top:12px;display:flex}.agent-home__quick-actions button{color:#1c191799;cursor:pointer;background:#00000009;border:0;border-radius:999px;align-items:center;gap:6px;height:32px;padding:0 14px;font-size:12.5px;font-weight:500;line-height:18.75px;display:flex}.agent-home__quick-actions button:hover{color:#44403c;background:#0001}.agent-home__quick-actions button.is-primary{color:#db2777;background:#fef1f8}.agent-home__feedback{color:#78716c;text-align:center;margin:0;font-size:11px;line-height:18px}.agent-home__metrics{margin-top:56px}.agent-home__metrics-heading{justify-content:space-between;align-items:center;height:20px;display:flex}.agent-home__metrics-heading h2{color:#57534e;letter-spacing:-.1px;margin:0;font-size:13px;font-weight:600;line-height:19.5px}.agent-home__metrics-heading span{display:none}.agent-home__metrics-grid{grid-template-columns:minmax(0,1fr) 174px 174px;gap:12px;height:91px;margin-top:12px;display:grid}.agent-home__metric-group{background:#fff;border:1px solid #0000000f;border-radius:8px;grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden;box-shadow:0 2px 8px #00000008}.agent-home__metric{text-align:left;background:#fff;border:0;border-left:1px solid #0000000f;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:6px;min-width:0;padding:16px;display:flex;position:relative}.agent-home__metric:first-child{border-left:0}.agent-home__metric strong{color:#d6d3d1;font-size:20px;font-weight:500;line-height:24px}.agent-home__metric span{color:#57534e;max-width:118px;font-size:11px;font-weight:400;line-height:16.5px}.agent-home__metric--capacity{cursor:pointer;border:1px solid #0000000f;border-radius:8px;width:100%;box-shadow:0 2px 8px #00000008}.agent-home__metric--capacity strong{color:#9f261f;font-size:21px;font-weight:550}.agent-home__metric--capacity i{color:#b42318;border:1px solid #b42318;border-radius:50%;place-items:center;width:13px;height:13px;font-size:8px;font-style:normal;font-weight:700;display:grid;position:absolute;top:17px;right:16px}.agent-home__report{background:#ffffffe6;border:1px solid #0000000f;border-radius:8px;margin-top:40px;overflow:hidden;box-shadow:0 2px 8px #00000008}.agent-home__report>header{background:#f4f4f4;justify-content:space-between;align-items:center;gap:12px;height:41px;padding:10px 16px;display:flex}.agent-home__report>header>div{align-items:center;gap:8px;min-width:0;display:flex}.agent-home__report>header>div:first-child>span{color:#fff;background:#cf4b93;border-radius:50%;flex:none;place-items:center;width:20px;height:20px;display:grid}.agent-home__report h2{color:#44403c;white-space:nowrap;margin:0;font-size:13px;font-weight:650;line-height:20px}.agent-home__report header small{color:#a8a29e;text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:18px;overflow:hidden}.agent-home__report header button{color:#a8a29e;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-size:12px;font-weight:500;line-height:18px;display:flex}.agent-home__report header button:last-child{color:#d64a9e;font-size:12.5px;font-weight:600}.agent-home__report ul{margin:0;padding:0;list-style:none}.agent-home__report li{border-top:1px solid #0000000f;grid-template-columns:minmax(0,1fr) 104px;align-items:stretch;min-height:68px;display:grid}.agent-home__report li:first-child{border-top:0}.agent-home__update-main{color:#44403c;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:10px 8px 10px 18px;display:grid}.agent-home__update-main>span:first-child{color:#fff;border:1px solid #dedbd8;border-radius:50%;place-items:center;width:19px;height:19px;display:grid}.agent-home__update-main>span:first-child.is-complete{background:#43a864;border-color:#43a864}.agent-home__update-main>span:nth-child(2){gap:3px;min-width:0;display:grid}.agent-home__update-main strong,.agent-home__update-main small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-home__update-main strong{font-size:12.5px;font-weight:650;line-height:18.75px}.agent-home__update-main small,.agent-home__update-main em{color:#78716c;font-size:11px;font-style:normal;font-weight:400;line-height:16.5px}.agent-home__update-action{color:#0000004d;cursor:pointer;white-space:nowrap;background:0 0;border:0;justify-content:flex-end;align-items:center;gap:3px;padding:0 15px;font-size:12px;font-weight:500;display:flex}.agent-home__report li:hover{background:#fafaf9c2}.agent-home__first-run{color:#a8a29e;justify-content:center;gap:7px;margin:14px 0 0;font-size:10px;display:flex}.dashboard-header{z-index:8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb;border-bottom:1px solid #eceae8;justify-content:space-between;align-items:center;gap:24px;min-height:70px;padding:12px 40px;display:flex;position:sticky;top:0}.dashboard-header>div:first-of-type{gap:2px;display:grid}.dashboard-header span{color:#a8a29e;font-size:10px;font-weight:550}.dashboard-header h1{letter-spacing:-.02em;margin:0;font-size:16px;font-weight:650}.dashboard-header__menu{display:none}.dashboard-header__actions{align-items:center;gap:10px;display:flex}.dashboard-header__search{color:#78716c;cursor:pointer;background:#fff;border:1px solid #e7e5e4;border-radius:8px;align-items:center;gap:6px;height:32px;padding:0 10px;font-size:11px;display:inline-flex}.dashboard-header__status{background:#fffaf0;border:1px solid #eadfc8;border-radius:8px;align-items:center;gap:7px;height:32px;padding:0 10px;display:inline-flex;color:#866523!important;font-size:11px!important;font-weight:600!important}.dashboard-header__status i{background:#d5a039;border-radius:50%;width:6px;height:6px}.dashboard-canvas{width:min(1250px,100%);margin:0 auto;padding:36px 40px 80px}.dashboard-canvas__intro p{color:#78716c;max-width:640px;margin:0;font-size:12px;line-height:1.5}.dashboard-pipeline{margin-top:30px}.dashboard-pipeline__toolbar{justify-content:space-between;align-items:center;gap:24px;display:flex}.dashboard-pipeline__toolbar>div{gap:7px;display:grid}.dashboard-pipeline__toolbar p{color:#85878b;margin:0;font-size:11px}.dashboard-pill{color:#88713e;align-items:center;gap:6px;width:fit-content;font-size:11px;font-weight:600;display:inline-flex}.dashboard-pipeline__toolbar>button,.dashboard-empty button{color:#fff;cursor:pointer;background:#1c1917;border:0;border-radius:8px;align-items:center;gap:7px;height:34px;padding:0 11px;font-size:11px;font-weight:580;display:inline-flex}.dashboard-pipeline__board{grid-template-columns:repeat(4,minmax(180px,1fr));gap:10px;margin-top:22px;display:grid;overflow-x:auto}.dashboard-pipeline__column{background:#f4f4f4;border:1px solid #e4e4df;border-radius:13px;min-height:470px;padding:11px}.dashboard-pipeline__column header{color:#57534e;justify-content:space-between;align-items:center;padding:4px 3px 12px;font-size:11px;font-weight:620;display:flex}.dashboard-pipeline__column header small{color:#8a8c90;background:#e7e5e4;border-radius:6px;place-items:center;width:20px;height:20px;font-size:9px;display:grid}.dashboard-pipeline__empty{text-align:center;background:#ffffff73;border:1px dashed #d9d9d3;border-radius:10px;align-content:center;place-items:center;gap:10px;min-height:118px;padding:20px;display:grid}.dashboard-pipeline__empty span{color:#a0a29f;background:#fff;border-radius:8px;place-items:center;width:30px;height:30px;display:grid}.dashboard-pipeline__empty p{color:#90928f;margin:0;font-size:10px;line-height:1.45}.dashboard-empty{text-align:center;background:#fff;border:1px solid #e4e4df;border-radius:18px;align-content:center;place-items:center;min-height:500px;margin-top:30px;padding:60px;display:grid}.dashboard-empty__icon{color:#e2217a;background:#fff0f7;border-radius:12px;place-items:center;width:43px;height:43px;margin-bottom:18px;display:grid}.dashboard-empty>span:not(.dashboard-empty__icon){color:#e2217a;font-size:10px;font-weight:650}.dashboard-empty h2{letter-spacing:-.055em;max-width:680px;margin:13px 0 14px;font-size:clamp(2rem,4vw,3.7rem);font-weight:590;line-height:1}.dashboard-empty p{color:#74767a;max-width:580px;margin:0 0 24px;font-size:12px;line-height:1.6}.dashboard-search{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1c19173d;place-items:start center;padding:12vh 20px 20px;display:grid;position:fixed;inset:0}.dashboard-search__dialog{background:#fff;border:1px solid #dededa;border-radius:14px;width:min(560px,100%);overflow:hidden;box-shadow:0 28px 80px #1c191738}.dashboard-search__input{color:#84868a;border-bottom:1px solid #e9e9e5;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:56px;padding:0 13px;display:grid}.dashboard-search__input input{color:#242528;background:0 0;border:0;outline:0;height:48px;font-size:13px}.dashboard-search__input button{color:#85878b;cursor:pointer;background:#f2f2ef;border:0;border-radius:7px;place-items:center;width:28px;height:28px;padding:0;display:grid}.dashboard-search__results{gap:3px;max-height:440px;padding:10px;display:grid;overflow:auto}.dashboard-search__results>span{color:#a0a19f;letter-spacing:.08em;text-transform:uppercase;padding:6px 7px;font-size:10px;font-weight:650}.dashboard-search__results>button{color:#303134;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:9px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:54px;padding:8px 9px;display:grid}.dashboard-search__results>button:hover{background:#f3f3f0}.dashboard-search__results>button>span{gap:3px;display:grid}.dashboard-search__results strong{font-size:12px;font-weight:620}.dashboard-search__results small{color:#85878b;font-size:10px}.dashboard-search__results>p{color:#8d8f93;margin:20px 8px;font-size:11px}@media (width<=780px){.dashboard-shell{height:100svh;display:block}.dashboard-sidebar{width:min(287px,100vw - 48px);padding:0 12px;transition:transform .22s cubic-bezier(.22,1,.36,1);transform:translate(-104%);box-shadow:18px 0 60px #17181a29}.dashboard-sidebar.is-mobile-open{transform:translate(0)}.dashboard-sidebar__project-row{grid-template-rows:50px 42px;grid-template-columns:38px minmax(0,1fr) 38px;align-items:center;height:96px;display:grid}.dashboard-sidebar__mark{grid-area:1/1}.dashboard-sidebar__workspace-wrap{grid-area:2/1/auto/-1}.dashboard-sidebar__project{padding-inline:8px}.dashboard-sidebar__mobile-close{color:#78716c;cursor:pointer;background:0 0;border:0;grid-area:1/3;place-items:center;width:38px;height:38px;padding:0;display:grid}.dashboard-sidebar__modes{display:none}.dashboard-sidebar__nested button{grid-template-columns:18px minmax(0,1fr);gap:10px}.dashboard-sidebar__nested button svg{opacity:1;width:15px}.dashboard-sidebar__footer{padding-bottom:8px}.dashboard-sidebar__utility{border-top:1px solid #dfddda;padding-top:7px}.dashboard-sidebar__account{border-top:1px solid #dfddda;height:60px}.dashboard-help-launcher{width:38px;height:38px;bottom:14px;right:14px}.dashboard-sidebar__workspace-menu{width:min(214px,100vw - 72px)}.dashboard-sidebar__scrim{z-index:19;opacity:0;pointer-events:none;background:#1c19176b;border:0;transition:opacity .18s;display:block;position:fixed;inset:0}.dashboard-sidebar__scrim.is-visible{opacity:1;pointer-events:auto}.dashboard-main{grid-column:auto;min-height:100svh}.dashboard-mobile-header{z-index:8;background:#fffffff5;border-bottom:1px solid #eceae8;align-items:center;gap:14px;height:56px;padding:0 14px;display:flex;position:sticky;top:0}.dashboard-mobile-header button,.dashboard-mobile-header a{color:#78716c;background:0 0;border:0;place-items:center;width:34px;height:34px;padding:0;display:grid}.dashboard-mobile-header a{color:#f03c9c}.agent-home{min-height:calc(100svh - 56px);padding-top:91.5px}.agent-home__plan-status{top:10px;right:16px}.agent-home__rail{width:calc(100% - 48px)}.agent-home__composer{min-height:118px}.agent-home__composer textarea{min-height:52px;font-size:16px;line-height:26px}.agent-home__quick-actions{align-content:start}.agent-home__metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0;height:105px}.agent-home__metric-group{display:contents}.agent-home__metric{border:1px solid #0000000f;border-radius:0;padding:16px;overflow:hidden}.agent-home__metric:first-child{border-radius:8px 0 0 8px}.agent-home__metric.is-mobile-hidden{display:none}.agent-home__metric--capacity{border-radius:8px;margin-left:10px}.agent-home__metric--capacity:last-child{border-radius:8px}.agent-home__metric strong{font-size:21px}.agent-home__metric span{max-width:none;font-size:11px;line-height:14px}.agent-home__metric--capacity i{top:18px;right:8px}.agent-home__report>header{padding-inline:14px}.agent-home__report header small,.agent-home__report header button:first-child{display:none}.agent-home__report li{grid-template-columns:minmax(0,1fr) 34px;min-height:82px}.agent-home__update-main{grid-template-columns:20px minmax(0,1fr);padding-left:14px}.agent-home__update-main em{display:none}.agent-home__update-main small{white-space:normal;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.agent-home__update-action{width:34px;padding:0;font-size:0}.agent-home__first-run{text-align:center;padding-inline:10px}.dashboard-header{padding-inline:18px}.dashboard-header__menu{color:#57595d;background:#fff;border:1px solid #e3e3df;border-radius:8px;place-items:center;width:34px;height:34px;padding:0;display:grid}.dashboard-header__search{display:none}.dashboard-canvas{padding:26px 18px 72px}}@media (width<=430px){.agent-home__alert{gap:10px}.agent-home__alert p span{display:none}.agent-home__alert button{font-size:12px}.agent-home__quick-actions{gap:8px}.agent-home__quick-actions button{height:32px;padding-inline:13px}.agent-home__metrics-heading span{display:none}.agent-home__metric{padding:16px 12px}.agent-home__metric--capacity{margin-left:8px}.agent-home__report h2{text-overflow:ellipsis;max-width:144px;overflow:hidden}.dashboard-header__status{justify-content:center;width:32px;padding:0;font-size:0!important}}.agent-home{background:#fff;min-height:100%;padding:64px 0 80px;overflow:visible}.agent-home__rail{z-index:1;width:min(760px,100% - 48px);margin:0 auto;position:relative}.agent-home__intro>span{color:#d43d88;letter-spacing:.02em;align-items:center;gap:6px;font-size:11px;font-weight:600;line-height:16px;display:inline-flex}.agent-home__intro h1{color:#171717;letter-spacing:-.035em;text-align:left;margin:11px 0 0;font-size:34px;font-weight:600;line-height:41px}.agent-home__intro p{color:#737373;max-width:610px;margin:8px 0 0;font-size:14px;font-weight:400;line-height:22px}.agent-home__composer{background:#fff;border:1px solid #dededb;border-radius:14px;min-height:126px;margin-top:30px;box-shadow:0 12px 30px #1717170d,0 2px 8px #17171709}.agent-home__composer-footer .agent-home__mode{color:#525252;padding:0 9px;font-size:12px}.agent-home__connector-popover{border-color:#dfdfdc;border-radius:10px;bottom:39px;box-shadow:0 16px 40px #1717171f}.agent-home__quick-actions{justify-content:flex-start;gap:8px;min-height:32px;margin-top:12px}.agent-home__quick-actions button{color:#5f5f5b;background:#f7f7f5;border:1px solid #ececea;border-radius:8px;gap:6px;height:32px;padding:0 11px;font-size:12px;font-weight:500;line-height:18px}.agent-home__quick-actions button:hover{color:#171717;background:#f0f0ee;border-color:#dbdbd7}.agent-home__feedback{color:#737373;text-align:left;min-height:18px;margin:8px 0 0;font-size:11px;line-height:18px}.agent-home__activity{border-top:1px solid #ececea;margin-top:38px;padding-top:28px}.agent-home__activity>header{justify-content:space-between;align-items:center;gap:16px;display:flex}.agent-home__activity>header>div{align-items:center;gap:10px;min-width:0;display:flex}.agent-home__agent-avatar{color:#fff;background:#171717;border-radius:8px;flex:none;place-items:center;width:28px;height:28px;display:grid}.agent-home__activity>header>div>span:last-child{min-width:0;display:grid}.agent-home__activity h2{color:#171717;letter-spacing:-.01em;margin:0;font-size:14px;font-weight:600;line-height:19px}.agent-home__activity header small{color:#8a8a86;font-size:11px;line-height:16px}.agent-home__activity>header>button{color:#737373;cursor:pointer;background:0 0;border:0;align-items:center;gap:3px;padding:0;font-size:12px;font-weight:500;display:inline-flex}.agent-home__activity>header>button:hover{color:#171717}.agent-home__activity>p{color:#4f4f4b;max-width:650px;margin:18px 0 14px;font-size:14px;line-height:22px}.agent-tool-calls{color:#171717;width:100%}.agent-tool-calls__summary{color:#525252;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;height:24px;padding:2px 0;font-size:12px;font-weight:400;line-height:20px;display:flex}.agent-tool-calls__summary svg:last-child,.agent-tool-call__row>svg:last-child{color:#a3a3a3;transition:transform .14s}.agent-tool-calls__summary svg.is-open,.agent-tool-call__row>svg.is-open{transform:rotate(180deg)}.agent-tool-calls__list{display:grid}.agent-tool-call{min-width:0}.agent-tool-call__row:hover{background:linear-gradient(90deg,#f5f5f3e6,#0000)}.agent-tool-call.is-expanded .agent-tool-call__row{box-shadow:inset 0 -1px #e7a9c8}.agent-tool-call__status{border-radius:50%;place-items:center;width:16px;height:16px;display:grid}.agent-tool-call__status.is-complete{color:#087d20;background:#e8f4e9}.agent-tool-call__status.is-running{color:#a3a3a3}.agent-tool-call__row code{color:#666663;font-family:ui-monospace,SF Mono,Monaco,Consolas,monospace;font-size:12px;font-weight:500;line-height:20px}.agent-tool-call__target,.agent-tool-call__duration,.agent-tool-call__change{text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:400;line-height:20px;overflow:hidden}.agent-tool-call__target,.agent-tool-call__duration{color:#a3a3a3}.agent-tool-call__change{color:#087d20}.agent-home__review{color:#171717;text-align:left;cursor:pointer;background:#fbfbfa;border:1px solid #e7e7e4;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;width:100%;min-height:54px;margin-top:18px;padding:10px 12px;display:flex}.agent-home__review:hover{background:#f7f7f5;border-color:#d8d8d4}.agent-home__review>span{gap:2px;min-width:0;display:grid}.agent-home__review strong{font-size:12px;font-weight:600;line-height:17px}.agent-home__review small{color:#737373;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:16px;overflow:hidden}.agent-home__first-run{color:#a3a3a3;justify-content:flex-start;margin:12px 0 0;font-size:10px;line-height:16px}@keyframes agent-tool-spin{to{transform:rotate(360deg)}}@media (width<=780px){.agent-home{min-height:calc(100svh - 56px);padding:48px 0 56px}.agent-home__rail{width:calc(100% - 32px)}.agent-home__intro h1{font-size:30px;line-height:36px}.agent-home__intro p{font-size:14px;line-height:21px}.agent-home__composer{border-radius:12px;min-height:124px;margin-top:24px}.agent-home__composer textarea{width:calc(100% - 32px);min-height:52px;margin-inline:16px;font-size:16px;line-height:25px}.agent-home__composer-footer{padding-inline:10px}.agent-home__quick-actions{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.agent-home__quick-actions button{text-overflow:ellipsis;white-space:nowrap;justify-content:flex-start;min-width:0;padding-inline:10px;overflow:hidden}.agent-home__activity{margin-top:34px;padding-top:24px}.agent-home__activity>header>button{justify-content:center;width:30px;height:30px;font-size:0}.agent-home__activity>p{font-size:13px;line-height:20px}.agent-tool-call__row{grid-template-columns:16px auto minmax(0,1fr) auto 14px;min-height:30px}.agent-tool-call__duration{display:none}.agent-tool-call__detail{margin-left:0}.agent-home__review small{white-space:normal}}@media (width<=430px){.agent-home__quick-actions{gap:7px}.agent-home__quick-actions button{height:34px;padding-inline:9px;font-size:11.5px}.agent-tool-call__row{gap:5px}.agent-tool-call__target,.agent-tool-call__change,.agent-tool-call__row code{font-size:11px}}@media (prefers-reduced-motion:reduce){.agent-tool-call__status.is-running svg{animation:none}.dashboard-sidebar__disclosure,.dashboard-sidebar__nested,.dashboard-sidebar__recent-list,.dashboard-sidebar__popover,.dashboard-sidebar__project svg,.dashboard-sidebar__account>svg,.dashboard-sidebar__nav-item>svg:last-child,.dashboard-sidebar__recent-heading svg,.dashboard-help-launcher{transition:none}}.agent-home{background:#fff;grid-template-columns:minmax(0,1fr) 272px;height:100svh;min-height:680px;padding:0;display:grid;overflow:hidden}.agent-home__thread{grid-template-rows:68px minmax(0,1fr) auto;min-width:0;min-height:0;display:grid}.agent-home__thread-header{background:#fffffffa;border-bottom:1px solid #e9e9e7;justify-content:space-between;align-items:center;gap:20px;min-width:0;padding:0 28px;display:flex}.agent-home__thread-header>div{align-items:center;gap:10px;min-width:0;display:flex}.agent-home__thread-header>div:first-child{gap:1px;display:grid}.agent-home__thread-header button{color:#171717;letter-spacing:-.012em;cursor:pointer;background:0 0;border:0;border-radius:6px;align-items:center;gap:7px;width:auto;height:30px;padding:0 4px;font-size:15px;font-weight:600;display:inline-flex}.agent-home__thread-header>div:last-child button{color:#6f6f6b;justify-content:center;width:30px;padding:0}.agent-home__thread-header button:hover{color:#171717;background:#f5f5f3}.agent-home__thread-header>div:first-child>span{color:#878783;align-items:center;gap:7px;font-size:11.5px;line-height:17px;display:inline-flex}.agent-home__thread-header>div:first-child>span i{background:#48a95c;border-radius:50%;width:6px;height:6px}.agent-home__transcript{overscroll-behavior:contain;scrollbar-color:#d9d9d6 transparent;scrollbar-width:thin;min-height:0;overflow-y:auto}.agent-home__conversation{width:min(760px,100% - 48px);margin:0 auto;padding:20px 0 28px}.agent-home__user-message{width:min(420px,72%);margin-left:auto}.agent-home__user-message header{color:#777773;justify-content:flex-end;align-items:center;gap:7px;margin:0 2px 7px;font-size:11px;line-height:16px;display:flex}.agent-home__user-message p{color:#242424;background:#f2f2f0;border-radius:10px;margin:0;padding:13px 15px;font-size:14px;line-height:20px}.agent-home__agent-message{margin-top:20px}.agent-home__agent-message>header{align-items:center;gap:10px;display:flex}.agent-home__agent-avatar{color:#e24594;background:#fff;border:1px solid #ececea;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;display:grid}.agent-home__agent-message>header>span:last-child{align-items:baseline;gap:7px;display:flex}.agent-home__agent-message>header strong{color:#171717;font-size:13px;font-weight:600;line-height:18px}.agent-home__agent-message time{color:#92928e;font-size:11px;line-height:16px}.agent-home__agent-response{margin-left:42px}.agent-home__agent-response>p{color:#40403d;max-width:650px;margin:5px 0 13px;font-size:14px;line-height:21px}.agent-tool-calls{color:#171717;border-top:1px solid #e9e9e7;width:100%;margin:2px 0 20px}.agent-tool-call{border-bottom:1px solid #e9e9e7;min-width:0}.agent-tool-call__row{color:#171717;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:22px minmax(0,1fr) auto 16px;align-items:center;gap:9px;width:100%;min-height:50px;padding:7px 4px;display:grid}.agent-tool-call__row:hover,.agent-tool-call.is-expanded .agent-tool-call__row{background:#fafaf9}.agent-tool-call__status{background:#fff;border:1px solid #d9d9d5;border-radius:50%;place-items:center;width:20px;height:20px;display:grid}.agent-tool-call__status.is-complete{color:#188230;background:#eef8f0;border-color:#48a95c}.agent-tool-call__status.is-running{color:#dd3e8d;border-color:#ee6baa}.agent-tool-call__status.is-pending{color:#c5c5c1}.agent-tool-call__status.is-running svg{animation:1.1s linear infinite agent-tool-spin}.agent-tool-call__copy{gap:1px;min-width:0;display:grid}.agent-tool-call__copy strong,.agent-tool-call__copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.agent-tool-call__copy strong{color:#2a2a28;font-size:12px;font-weight:600;line-height:17px}.agent-tool-call__copy small,.agent-tool-call__meta{color:#898985;font-size:11px;font-weight:400;line-height:16px}.agent-tool-call__meta{white-space:nowrap}.agent-tool-call__meta.is-running{color:#dd3e8d;font-weight:500}.agent-tool-call__row>svg:last-child{color:#a3a3a0;transition:transform .14s}.agent-tool-call__row>svg.is-open{transform:rotate(180deg)}.agent-tool-call__detail{background:#f8f8f6;border:1px solid #e3e3e0;border-radius:7px;margin:0 0 9px 31px;position:relative;overflow:hidden}.agent-tool-call__detail>span{color:#73736f;border-bottom:1px solid #e7e7e4;padding:7px 10px;font-family:ui-monospace,SF Mono,Monaco,Consolas,monospace;font-size:10px;line-height:15px;display:block}.agent-tool-call__detail pre{color:#454542;white-space:pre-wrap;margin:0;padding:9px 10px;font-family:ui-monospace,SF Mono,Monaco,Consolas,monospace;font-size:10.5px;line-height:18px;overflow:auto}.agent-tool-call__detail>button{color:#73736f;cursor:pointer;background:#fcfcfb;border:0;border-top:1px solid #e7e7e4;justify-content:flex-end;align-items:center;gap:3px;width:100%;height:29px;padding:0 10px;font-size:10.5px;font-weight:500;display:flex}.agent-tool-call__detail>button:hover{color:#171717}.agent-home__concept{color:#171717;text-align:left;cursor:pointer;background:#fff;border:1px solid #dededb;border-radius:10px;grid-template-columns:184px minmax(0,1fr);width:min(100%,590px);min-height:292px;margin:14px 0 15px;padding:0;display:grid;overflow:hidden}.agent-home__concept:hover{border-color:#c8c8c4;box-shadow:0 7px 20px #1717170f}.agent-home__concept>img{object-fit:cover;object-position:center;width:184px;height:100%;min-height:292px}.agent-home__concept-copy{align-content:start;gap:10px;min-width:0;padding:14px 16px;display:grid}.agent-home__concept-copy>small,.agent-home__concept-copy>div>small,.agent-home__concept-stats small{color:#8c8c88;font-size:10px;font-weight:400;line-height:14px}.agent-home__concept-copy>div{gap:3px;display:grid}.agent-home__concept-copy strong,.agent-home__concept-copy p{color:#30302e;margin:0;font-size:11.5px;font-style:normal;font-weight:500;line-height:17px}.agent-home__concept-copy p{font-weight:400}.agent-home__concept-copy>em{color:#39789f;font-size:10px;font-style:normal;line-height:15px}.agent-home__concept-stats{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1px;gap:7px!important;display:grid!important}.agent-home__concept-stats>span{border:1px solid #e8e8e5;border-radius:6px;gap:1px;min-width:0;padding:6px 8px;display:grid}.agent-home__concept-stats strong{color:#51514e;font-size:10px;font-weight:500;line-height:14px}.agent-home__agent-response>.agent-home__continuation{color:#777773;margin-top:0;font-size:12px}.agent-home__composer-dock{z-index:2;background:#fff;padding:10px 24px 18px;position:relative}.agent-home__composer{background:#fff;border:1px solid #d8d8d5;border-radius:12px;width:min(760px,100%);min-height:104px;margin:0 auto;box-shadow:0 7px 22px #17171712}.agent-home__composer:focus-within{border-color:#bfbfba;box-shadow:0 8px 25px #17171716,0 0 0 3px #dd3e8d0f}.agent-home__composer textarea{color:#171717;width:calc(100% - 32px);min-height:44px;margin:13px 16px 0;font-size:14px;line-height:22px}.agent-home__composer textarea::placeholder{color:#999995}.agent-home__composer-footer{min-height:45px;padding:0 10px 9px}.agent-home__composer-footer>div{gap:3px}.agent-home__composer-footer button{color:#696965;border-radius:7px;width:30px;height:30px}.agent-home__composer-footer button:hover,.agent-home__composer-footer button[aria-expanded=true]{color:#171717;background:#f3f3f1}.agent-home__composer-footer .agent-home__composer-label,.agent-home__composer-footer .agent-home__mode{color:#4f4f4c;align-items:center;gap:5px;width:auto;padding:0 8px;font-size:11px;font-weight:500;display:flex}.agent-home__composer-footer .agent-home__send{color:#fff;background:#ec73ae;border:0}.agent-home__composer-footer .agent-home__send:hover:not(:disabled){color:#fff;background:#df579a}.agent-home__composer-footer .agent-home__send:disabled{color:#fff;background:#f2d7e4;border:0}.agent-home__attachments{padding:5px 16px 0}.agent-home__attachments span{color:#73736f;background:#f7f7f5;border:1px solid #e7e7e4;border-radius:6px;padding:3px 7px;font-size:10px}.agent-home__connector-popover{border-color:#dededb;border-radius:9px;width:206px;bottom:36px;left:0;box-shadow:0 15px 38px #17171721}.agent-home__feedback{color:#777773;text-align:left;width:min(760px,100%);min-height:15px;margin:4px auto 0;font-size:10px;line-height:15px}.agent-home__feedback:empty{display:block}.agent-home__file-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.agent-home__context{background:#fff;border-left:1px solid #e9e9e7;align-content:start;gap:60px;min-height:0;padding:315px 28px 36px;display:grid}.agent-home__context section{gap:9px;display:grid}.agent-home__context section+section{border-top:1px solid #e9e9e7;padding-top:66px}.agent-home__context svg{color:#e34a98}.agent-home__context h2{color:#343431;margin:0;font-size:12px;font-weight:600;line-height:18px}.agent-home__context p{color:#7c7c78;margin:0;font-size:11px;line-height:17px}@media (width<=1180px){.agent-home{grid-template-columns:minmax(0,1fr)}.agent-home__context{display:none}}@media (width<=780px){.agent-home{height:calc(100svh - 56px);min-height:560px;padding:0}.agent-home__thread{grid-template-rows:60px minmax(0,1fr) auto}.agent-home__thread-header{padding:0 16px}.agent-home__thread-header>div:first-child>span{display:none}.agent-home__conversation{width:calc(100% - 32px);padding-top:16px}.agent-home__user-message{width:min(440px,88%)}.agent-home__agent-response{margin-left:0}.agent-home__agent-response>p:first-child{margin-left:40px}.agent-home__concept{grid-template-columns:138px minmax(0,1fr);min-height:244px}.agent-home__concept>img{width:138px;min-height:244px}.agent-home__concept-copy{gap:8px;padding:12px}.agent-home__concept-copy>div:nth-of-type(2) p{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.agent-home__concept-stats{display:none!important}.agent-home__composer-dock{padding:8px 16px 10px}.agent-home__composer{width:100%;min-height:98px}.agent-home__composer textarea{width:calc(100% - 28px);min-height:42px;margin-inline:14px;font-size:16px;line-height:23px}.agent-home__feedback{display:none}.dashboard-help-launcher{bottom:118px;right:12px}}@media (width<=560px){.agent-home__thread-header>div:last-child button:first-child{display:none}.agent-tool-call__row{grid-template-columns:22px minmax(0,1fr) 16px}.agent-tool-call__meta{display:none}.agent-home__composer-footer .agent-home__composer-label{justify-content:center;width:30px;padding:0;font-size:0;overflow:hidden}.agent-home__composer-footer .agent-home__composer-label>svg:last-child{display:none}}@media (width<=430px){.agent-home__thread-header{padding-inline:12px}.agent-home__thread-header button{text-overflow:ellipsis;white-space:nowrap;max-width:210px;overflow:hidden}.agent-home__conversation{width:calc(100% - 24px)}.agent-home__user-message{width:94%}.agent-home__user-message p,.agent-home__agent-response>p{font-size:13px;line-height:19px}.agent-home__concept{grid-template-columns:104px minmax(0,1fr);min-height:194px}.agent-home__concept>img{width:104px;min-height:194px}.agent-home__concept-copy{gap:7px;padding:10px}.agent-home__concept-copy>div:nth-of-type(2),.agent-home__concept-copy>em{display:none}.agent-home__composer-dock{padding-inline:10px}.agent-home__composer-footer{padding-inline:7px}}@media (prefers-reduced-motion:reduce){.agent-tool-call__status.is-running svg{animation:none}.agent-tool-call__row>svg:last-child{transition:none}}@font-face{font-family:Moder Demo;src:url(/assets/moder-demo-black.ttf)format("truetype");font-display:swap;font-style:normal;font-weight:900}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-synthesis:none;text-rendering:optimizelegibility;--color-bg:#fff;--color-panel:#fafafa;--color-surface:#f4f5f6;--color-surface-hover:#eceef0;--color-text:#17181a;--color-muted:#686b70;--color-subtle:#92959b;--color-border:#17181a1f;--color-border-strong:#17181a38;--color-paper:#17181a;--color-ink:#fff;--color-pink:#ff2d91;--color-pink-soft:#ff2d9126;--radius-control:18px;--radius-media:30px;--shadow-focus:0 0 0 4px #ff2d9124;font-family:SF Pro Display,SF Pro Text,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--color-bg);color:var(--color-text);min-width:320px}button,input{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}.brand-mark{color:var(--color-text);letter-spacing:-.04em;font-family:Moder Demo,sans-serif;font-size:1.08rem;font-weight:900;text-decoration:none}.brand-mark span{color:var(--color-pink)}.route-loading{min-height:100vh;color:var(--color-muted);place-items:center;display:grid}.route-error{width:min(560px,100% - 48px);margin:0 auto;padding:80px 0}.route-error h1{letter-spacing:-.055em;margin:80px 0 16px;font-size:clamp(2.8rem,8vw,5.4rem);line-height:.98}.route-error p{color:var(--color-muted);font-size:1.08rem;line-height:1.6}.route-error__link{color:var(--color-pink);margin-top:24px;display:inline-flex}::selection{background:var(--color-pink);color:#fff}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
