.hero-space-orbit{position:relative;display:grid;width:100%;grid-template-columns:minmax(0,1.42fr) minmax(12rem,.88fr);align-items:center;gap:1rem;margin:0;color:var(--story-text, white)}.hero-orbit-canvas{position:relative;width:100%;aspect-ratio:1}.hero-orbit-ring{position:absolute;top:8%;right:8%;bottom:8%;left:8%;border:1px dashed var(--story-line-strong, #3c7958);border-radius:50%;animation:hero-orbit-spin 70s linear infinite}.hero-orbit-ring:before{position:absolute;top:13%;left:14%;width:.42rem;height:.42rem;border-radius:50%;background:var(--story-green-bright, #68e59f);box-shadow:0 0 0 .3rem #68e59f1a,0 0 .9rem var(--story-green-bright, #68e59f);content:""}.hero-orbit-ring-inner{top:30%;right:30%;bottom:30%;left:30%;border-style:solid;border-color:var(--story-line, #285c40);animation-direction:reverse}.hero-orbit-ring-inner:before{display:none}.hero-orbit-core{position:absolute;top:36%;right:36%;bottom:36%;left:36%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.45rem;border-radius:50%;background:var(--story-green, #078847);box-shadow:0 0 0 .8rem #0788471c,0 0 3rem #1fd26f33;text-align:center}.hero-orbit-core img{width:31%;height:auto;filter:brightness(0) invert(1)}.hero-orbit-core strong{max-width:5rem;color:#fff;font-size:.72rem;line-height:1.25}.hero-orbit-space{position:absolute;left:var(--hero-orbit-x);top:var(--hero-orbit-y);display:flex;min-width:3rem;min-height:3rem;flex-direction:column;align-items:center;gap:.28rem;transform:translate(-50%,-50%);border:0;background:transparent;color:var(--story-muted, #b8d8c7);cursor:pointer}.hero-orbit-space>span{display:grid;width:2.4rem;height:2.4rem;place-items:center;border:1px solid var(--story-line-strong, #47775d);border-radius:.72rem;background:var(--story-panel, #0b2a1c);transition:transform .2s ease,border-color .2s ease,background .2s ease}.hero-orbit-space svg{width:1.05rem;height:1.05rem}.hero-orbit-space small{max-width:5.5rem;font-size:.53rem;font-weight:750;white-space:nowrap}.hero-orbit-space:hover>span{transform:scale(1.08);border-color:var(--story-green-bright, #6ddd9d)}.hero-orbit-space[aria-pressed=true]{color:var(--story-text, white)}.hero-orbit-space[aria-pressed=true]>span{border-color:#80edac;background:var(--story-green, #078847);box-shadow:0 0 1.25rem #3ddb853d;color:#fff}.hero-orbit-space:focus-visible,.hero-space-detail a:focus-visible{border-radius:.5rem;outline:2px solid #b2f4cb;outline-offset:3px}.hero-space-detail{min-width:0;border:1px solid var(--story-line-strong, #386047);border-radius:1rem;padding:1.15rem;background:var(--story-panel-soft, rgba(10, 39, 26, .88))}.hero-space-detail-icon{display:grid;width:2.7rem;height:2.7rem;place-items:center;border-radius:.75rem;background:var(--story-green, #078847);color:#fff}.hero-space-detail-icon svg{width:1.3rem;height:1.3rem}.hero-space-detail>small{display:block;margin-top:1rem;color:var(--story-green-bright, #77dba1);font-size:.56rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.hero-space-detail h3{margin:.32rem 0 0;color:var(--story-text, white);font-size:1.35rem;letter-spacing:-.035em}.hero-space-detail p{min-height:2.4rem;margin:.6rem 0 0;color:var(--story-muted, #9eb9aa);font-size:.67rem;line-height:1.5}.hero-space-detail ul{display:grid;gap:.5rem;margin:.8rem 0;border-top:1px solid var(--story-line, #294b39);padding:.8rem 0 0;list-style:none}.hero-space-detail li{display:flex;align-items:center;gap:.45rem;color:var(--story-muted, #9eb9aa);font-size:.59rem}.hero-space-detail li svg{width:.75rem;flex:0 0 auto;color:var(--story-green-bright, #77dba1)}.hero-space-detail a{display:inline-flex;min-height:2.25rem;align-items:center;gap:.45rem;color:var(--story-green-bright, #8deab4);font-size:.64rem;font-weight:800}.hero-space-detail a svg{width:.85rem}html[data-public-theme=light] .hero-space-orbit{--story-panel: #fff;--story-line: rgba(11, 143, 77, .16);--story-line-strong: rgba(11, 143, 77, .34);--story-text: #102018;--story-muted: #52685a;--story-green: #15803d;--story-green-bright: #15803d}html[data-public-theme=light] .hero-space-detail{background:#fffffff0}html[data-public-theme=light] .hero-orbit-space>span{background:#f6faf7}html[data-public-theme=light] .cloud-story .hero-orbit-space[aria-pressed=true]>span,html[data-public-theme=light] .cloud-story-mobile .hero-orbit-space[aria-pressed=true]>span{border-color:#15803d80;color:#15803d;background:#eaf7ef;box-shadow:0 0 1.25rem #15803d29}@keyframes hero-orbit-spin{to{transform:rotate(360deg)}}@media(max-width:760px){.hero-space-orbit{grid-template-columns:1fr;gap:.75rem}.hero-orbit-canvas{aspect-ratio:.82;min-height:25rem}.hero-orbit-space small{display:none}.hero-orbit-space>span{width:2.35rem;height:2.35rem}.hero-space-detail{padding:1rem}}@media(prefers-reduced-motion:reduce){.hero-orbit-ring{animation:none}}:root{--story-bg: #06100b;--story-panel: #0b1d12;--story-panel-soft: rgba(11, 29, 18, .78);--story-line: rgba(86, 224, 135, .2);--story-line-strong: rgba(86, 224, 135, .44);--story-text: #f3fff6;--story-muted: #9ab4a2;--story-green: #16a34a;--story-green-bright: #36db72}.landing-header{position:fixed;z-index:50;top:0;left:0;width:100%;padding:.85rem 1.5rem;color:#f3fff6;transition:padding .25s ease}.landing-header-inner{display:flex;width:min(82rem,100%);min-height:3.7rem;align-items:center;justify-content:space-between;margin:0 auto;border:1px solid transparent;border-radius:.85rem;padding:.45rem .5rem .45rem .7rem;background:transparent;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease}.landing-header.is-scrolled{padding-top:.55rem}.landing-header.is-scrolled .landing-header-inner{border-color:#56e0872e;background:#05100ad1;box-shadow:0 .8rem 2.5rem #0000002e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.landing-header-brand{display:flex;align-items:center;gap:.65rem}.landing-header-brand>span{display:grid;width:2.4rem;height:2rem;place-items:center;border-radius:.65rem;background:#16a05d}.landing-header-brand img{filter:brightness(0) invert(1)}.landing-header-brand strong{font-size:1.03rem;letter-spacing:-.025em}.landing-header-brand small{border:1px solid rgba(86,224,135,.28);border-radius:999px;padding:.25rem .45rem;color:#9ab4a2;font-size:.55rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.landing-header-links{display:flex;align-items:center;gap:.25rem}.landing-header-links>a:not(.landing-header-action){padding:.65rem .7rem;color:#9ab4a2;font-size:.75rem;font-weight:700}.landing-header-links>a:hover{color:#fff}.landing-header-action{display:inline-flex;min-height:2.55rem;align-items:center;justify-content:center;gap:.45rem;border-radius:.7rem;padding:.6rem .85rem;color:#fff;background:#15803d;font-size:.75rem;font-weight:800}.landing-header-action svg{width:.9rem}.landing-theme-toggle,.landing-menu-toggle{display:inline-flex;min-width:2.5rem;min-height:2.5rem;align-items:center;justify-content:center;border:1px solid rgba(86,224,135,.2);border-radius:.7rem;color:inherit;background:#ffffff09;cursor:pointer}.landing-theme-toggle svg,.landing-menu-toggle svg{width:1rem}.landing-menu-toggle,.landing-mobile-menu{display:none}html[data-public-theme=light] .landing-header{color:#102018}html[data-public-theme=light] .landing-header.is-scrolled .landing-header-inner{border-color:#0b8f4d29;background:#ffffffe6;box-shadow:0 .8rem 2.6rem #153c2214}html[data-public-theme=light] .landing-header-links>a:not(.landing-header-action){color:#52685a}html[data-public-theme=light] .landing-header-links>a:hover{color:#087a43}html[data-public-theme=dark] .landing-header-action{background:#15803d}html[data-public-theme=light] .cloud-story{--story-bg: #f5faf6;--story-panel: #fff;--story-panel-soft: rgba(255, 255, 255, .9);--story-line: rgba(11, 143, 77, .16);--story-line-strong: rgba(11, 143, 77, .34);--story-text: #102018;--story-muted: #52685a;--story-green: #15803d;--story-green-bright: #15803d}html[data-public-theme=light] .cloud-story-sticky{background:radial-gradient(circle at 72% 42%,rgba(11,143,77,.08),transparent 27%),linear-gradient(155deg,#fbfdfb,#f2f7f3 70%)}html[data-public-theme=light] .cloud-story-canvas{background:#ffffffe0;box-shadow:0 2rem 5rem #153c221f}html[data-public-theme=light] .cloud-resource,html[data-public-theme=light] .cloud-story-env-layer article,html[data-public-theme=light] .cloud-story-code-resource,html[data-public-theme=light] .cloud-story-code-options,html[data-public-theme=light] .cloud-story-price-layer>div,html[data-public-theme=light] .cloud-story-price-layer ul{background:#fffffff0}html[data-public-theme=light] .cloud-story-space-layer>div{background:#f0f9f3f0}html[data-public-theme=light] .cloud-story-progress span{background:#0b8f4d2e}.cloud-story{position:relative;height:950vh;color:var(--story-text);background:var(--story-bg)}.cloud-story-sticky{position:sticky;top:0;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 72% 42%,rgba(36,194,101,.13),transparent 27%),linear-gradient(155deg,#07130d,#050b08 70%)}.cloud-story-grid{position:absolute;top:-35%;right:-10%;bottom:-20%;left:-10%;opacity:.42;background-image:linear-gradient(rgba(99,225,143,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(99,225,143,.055) 1px,transparent 1px);background-size:36px 36px;-webkit-mask-image:linear-gradient(to bottom,transparent 5%,#000 34%,#000 72%,transparent 96%);mask-image:linear-gradient(to bottom,transparent 5%,#000 34%,#000 72%,transparent 96%);transform:perspective(850px) rotateX(58deg) translateY(calc(18% - var(--story-progress) * 6%));transform-origin:center 70%}.cloud-story-shell{position:relative;z-index:2;display:grid;grid-template-columns:minmax(20rem,28rem) minmax(36rem,48rem);align-items:center;gap:clamp(2rem,5vw,6rem);width:min(82rem,calc(100% - 3rem));min-height:100vh;margin:0 auto;padding:6.7rem 0 3rem}.cloud-story-copy{position:relative;min-height:26rem}.cloud-story-copy-stage{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;opacity:0;visibility:hidden;transform:translateY(1.25rem);pointer-events:none;will-change:opacity,transform,filter}.cloud-story-copy-stage.is-visible{visibility:visible}.cloud-story-copy-stage.is-active{pointer-events:auto}.cloud-story-copy-stage>span,.cloud-story-mobile article>span{color:var(--story-green-bright);font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.cloud-story-copy h1{max-width:11ch;margin:1rem 0 0;color:var(--story-text);font-size:clamp(2.65rem,4.2vw,3.8rem);font-weight:780;letter-spacing:-.038em;line-height:1}.cloud-story-copy-stage:nth-child(8) h1{max-width:22ch;font-size:clamp(2.25rem,2.7vw,2.45rem);line-height:1.08}.cloud-story-copy p{max-width:31rem;margin:1.4rem 0 0;color:var(--story-muted);font-size:1.08rem;line-height:1.65}.cloud-story-payg-signal{display:block;margin-top:1rem;color:var(--story-green-bright);font-size:.72rem;font-weight:800;letter-spacing:.02em}.cloud-story-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.7rem}.cloud-story-actions a{display:inline-flex;min-height:2.9rem;align-items:center;justify-content:center;gap:.55rem;border:1px solid var(--story-line-strong);border-radius:.8rem;padding:.7rem 1rem;color:var(--story-text);font-size:.88rem;font-weight:800}.cloud-story-actions a:first-child{border-color:#15803d;background:#15803d;color:#fff}.cloud-story-actions svg{width:1rem}.cloud-story-canvas{position:relative;width:100%;aspect-ratio:1.28;overflow:hidden;border:1px solid var(--story-line-strong);border-radius:1.7rem;background:#05100ac7;box-shadow:0 2.4rem 7rem #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cloud-story-canvas-head{position:relative;z-index:5;display:flex;height:3.55rem;align-items:center;justify-content:space-between;border-bottom:1px solid var(--story-line);padding:0 1.2rem;color:var(--story-muted);font:700 .72rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.035em}.cloud-resource>i{width:.45rem;height:.45rem;border-radius:50%;background:var(--story-green-bright);box-shadow:0 0 .8rem #39dc7fb8}.cloud-story-environment{position:absolute;top:5.3rem;right:2.2rem;bottom:1.8rem;left:2.2rem;border:1px dashed var(--story-line);border-radius:1.25rem;opacity:0;transition:opacity .35s ease}.cloud-story-environment>span{position:absolute;top:.75rem;left:.95rem;color:var(--story-muted);font:700 .65rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase}.cloud-story-links{position:absolute;top:3.55rem;right:0;bottom:0;left:0;width:100%;height:calc(100% - 3.55rem);opacity:0;transition:opacity .35s ease}.cloud-story-links path{fill:none;stroke:#39dc7f7a;stroke-width:1.5;stroke-dasharray:7 8}.cloud-story-packet{fill:var(--story-green-bright);opacity:0;filter:drop-shadow(0 0 7px var(--story-green-bright));transition:opacity .3s ease}.cloud-resource{position:absolute;z-index:3;display:grid;grid-template-columns:2rem 1fr auto;align-items:center;gap:.65rem;width:11.3rem;border:1px solid var(--story-line);border-radius:.9rem;padding:.72rem;background:#0b1d12f0;opacity:0;transform:translate(-50%,-50%) scale(.72);transition:opacity .35s ease,transform .4s cubic-bezier(.2,.8,.2,1),left .5s ease,top .5s ease}.cloud-resource>svg{width:2rem;height:2rem;border-radius:.55rem;padding:.45rem;color:var(--story-green-bright);background:#39dc7f1a}.cloud-resource div{display:flex;min-width:0;flex-direction:column;gap:.2rem}.cloud-resource strong{overflow:hidden;font-size:.73rem;text-overflow:ellipsis;white-space:nowrap}.cloud-resource span{color:var(--story-muted);font-size:.62rem}.cloud-resource-app{left:31.1%;top:50.28%;border-color:var(--story-line-strong)}.cloud-resource-gateway{left:50%;top:21%}.cloud-resource-database{left:30%;top:70%}.cloud-resource-cache{left:70%;top:70%}.cloud-resource-storage{left:15%;top:49%}.cloud-resource-worker{left:85%;top:49%}.cloud-story-space-layer,.cloud-story-env-layer,.cloud-story-code-layer,.cloud-story-price-layer{position:absolute;top:5.2rem;right:1.6rem;bottom:1.6rem;left:1.6rem;opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s}.cloud-story-code-layer{display:grid;grid-template-columns:.75fr 1.25fr;gap:1rem}.cloud-story-code-resource,.cloud-story-code-options{border:1px solid var(--story-line);border-radius:1rem;background:#0b1d12db}.cloud-story-code-resource{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.8rem;padding:1.4rem}.cloud-story-code-resource svg{color:var(--story-green-bright)}.cloud-story-code-resource strong{font-size:1.15rem}.cloud-story-code-resource span{color:var(--story-muted);font-size:.7rem}.cloud-story-code-options{display:flex;flex-direction:column;gap:.55rem;padding:.8rem}.cloud-story-code-options>div{display:grid;grid-template-columns:1.7rem 1fr;gap:.65rem;border:1px solid transparent;border-radius:.75rem;padding:.75rem;color:var(--story-muted)}.cloud-story-code-options>div.is-selected{border-color:var(--story-line-strong);background:#39dc7f14;color:var(--story-text)}.cloud-story-code-options svg{width:1rem}.cloud-story-code-options span{display:flex;min-width:0;flex-direction:column;gap:.35rem}.cloud-story-code-options strong{font-size:.67rem}.cloud-story-code-options code{overflow:hidden;color:var(--story-muted);font-size:.6rem;text-overflow:ellipsis;white-space:nowrap}.cloud-story-price-layer{display:grid;grid-template-rows:auto 1fr auto;gap:.7rem}.cloud-story-stage-1 .cloud-story-environment{opacity:var(--scene-focus, 1)}.cloud-story-stage-4 .cloud-story-space-layer{opacity:var(--orbit-opacity, 1);visibility:visible}.cloud-story-stage-5 .cloud-story-env-layer{opacity:var(--environment-opacity, 1);visibility:visible}.cloud-story-stage-6 .cloud-story-code-layer{opacity:var(--code-opacity, 1);visibility:visible}.cloud-story-stage-7 .cloud-story-price-layer{opacity:var(--pricing-opacity, 1);visibility:visible}.cloud-story-stage-4 .cloud-story-space-layer,.cloud-story-stage-5 .cloud-story-env-layer,.cloud-story-stage-6 .cloud-story-code-layer,.cloud-story-stage-7 .cloud-story-price-layer{top:1.6rem;right:1.6rem;bottom:1.6rem;left:1.6rem}.cloud-story-progress{position:absolute;right:-2.2rem;top:50%;display:flex;flex-direction:column;gap:.45rem;transform:translateY(-50%)}.cloud-story-progress span{width:.35rem;height:.35rem;border-radius:999px;background:#fff3;transition:height .25s,background .25s}.cloud-story-progress span.is-active{height:1.5rem;background:var(--story-green-bright)}.cloud-story-mobile{display:none}@media(max-width:1050px){.cloud-story-shell{grid-template-columns:minmax(18rem,26rem) minmax(28rem,1fr);gap:2rem}.cloud-story-progress{right:.5rem}}@media(max-width:760px){.landing-header{padding:.45rem .5rem}.landing-header.is-scrolled{padding-top:.35rem}.landing-header-inner{min-height:3.35rem}.landing-header-links{display:none}.landing-menu-toggle{display:inline-flex}.landing-mobile-menu{display:block;margin-top:.45rem;border:1px solid rgba(86,224,135,.2);border-radius:1rem;padding:.65rem;background:#05100af5;box-shadow:0 1rem 3rem #00000040}.landing-mobile-menu>div{display:flex;flex-direction:column;gap:.3rem}.landing-mobile-menu a:not(.landing-header-action){min-height:2.75rem;padding:.75rem;color:#c3d5c9;font-size:.85rem;font-weight:700}.landing-mobile-menu .landing-theme-toggle{width:100%;gap:.5rem}html[data-public-theme=light] .landing-mobile-menu{border-color:#0b8f4d29;background:#fffffffa}html[data-public-theme=light] .landing-mobile-menu a:not(.landing-header-action){color:#395244}.cloud-story{height:auto}.cloud-story-sticky{position:relative;min-height:auto}.cloud-story-shell{display:flex;width:100%;min-height:auto;flex-direction:column;gap:2rem;padding:7.3rem 1rem 2rem}.cloud-story-copy{width:100%;min-height:20rem}.cloud-story-copy-stage{display:none}.cloud-story-copy-stage:first-child{position:relative;display:flex;opacity:1;visibility:visible;transform:none}.cloud-story-copy h1{font-size:clamp(2.7rem,13vw,3.35rem)}.cloud-story-copy p{font-size:1rem}.cloud-story-canvas{aspect-ratio:.9}.cloud-story-canvas-head{padding:0 .85rem}.cloud-story-canvas-head span:last-child{display:none}.cloud-story-stage-0 .cloud-resource,.cloud-story-stage-1 .cloud-resource,.cloud-story-stage-2 .cloud-resource{opacity:1;transform:translate(-50%,-50%) scale(.82)}.cloud-story-links,.cloud-story-environment{opacity:1}.cloud-resource{width:9.2rem}.cloud-resource-gateway{top:23%}.cloud-resource-app{left:50%;top:43%}.cloud-resource-database{left:28%;top:68%}.cloud-resource-cache{left:72%;top:68%}.cloud-resource-storage,.cloud-story-space-layer,.cloud-story-env-layer,.cloud-story-code-layer,.cloud-story-price-layer,.cloud-story-action-layer,.cloud-story-progress{display:none}.cloud-story-mobile{display:grid;gap:0;padding:0 1rem 4rem;color:#102018;background:#f5faf6}.cloud-story-mobile article{display:grid;grid-template-columns:2rem 1fr;gap:1rem;border-bottom:1px solid rgba(8,92,49,.14);padding:2rem 0}.cloud-story-mobile article>span{color:#087a43}.cloud-story-mobile strong{color:#087a43;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase}.cloud-story-mobile h2{margin:.7rem 0 0;font-size:2rem;letter-spacing:-.03em;line-height:1.05}.cloud-story-mobile p{margin:.8rem 0 0;color:#52685a;line-height:1.6}.cloud-story-mobile .hero-space-orbit{margin-top:1.4rem}.cloud-story-mobile .hero-orbit-core strong{color:#fff}.cloud-story-mobile .hero-space-detail strong{color:inherit}.payg-mobile-summary{display:grid;gap:.55rem;margin-top:1.25rem}.payg-mobile-summary>span{display:grid;min-height:3.2rem;grid-template-columns:1.5rem 1fr;align-items:center;gap:.1rem .55rem;border:1px solid rgba(8,92,49,.14);border-radius:.7rem;padding:.55rem .7rem}.payg-mobile-summary i{display:grid;width:1.5rem;height:1.5rem;grid-row:span 2;place-items:center;border-radius:50%;color:#fff;background:#15803d;font-size:.65rem;font-style:normal}.payg-mobile-summary strong{color:inherit;font-size:.78rem;letter-spacing:0;text-transform:none}.payg-mobile-summary small{color:#52685a;font-size:.68rem}.payg-mobile-summary>p{margin-top:.15rem;font-size:.72rem}.cloud-story-mobile-action{display:inline-flex;min-height:2.8rem;align-items:center;gap:.5rem;margin-top:1.25rem;border-radius:.7rem;padding:.7rem 1rem;color:#fff;background:#15803d;font-size:.85rem;font-weight:800}.cloud-story-mobile-action svg{width:1rem}html[data-public-theme=dark] .cloud-story-mobile{color:#eef8f1;background:#06100b}html[data-public-theme=dark] .cloud-story-mobile article{border-color:#56e08729}html[data-public-theme=dark] .cloud-story-mobile article>span,html[data-public-theme=dark] .cloud-story-mobile article>div>strong{color:#36db72}html[data-public-theme=dark] .cloud-story-mobile h2{color:#eef8f1}html[data-public-theme=dark] .cloud-story-mobile p{color:#9ab9aa}html[data-public-theme=dark] .payg-mobile-summary>span{border-color:#56e08729}html[data-public-theme=dark] .payg-mobile-summary small{color:#9ab9aa}}@media(prefers-reduced-motion:reduce){.cloud-story-grid{transform:perspective(850px) rotateX(58deg) translateY(18%)}.cloud-story-copy-stage,.cloud-resource,.cloud-story-environment,.cloud-story-links,.cloud-story-space-layer,.cloud-story-env-layer,.cloud-story-code-layer,.cloud-story-price-layer,.cloud-story-action-layer{transition:none}.cloud-story-packet{display:none}}.cloud-story-space-layer,.cloud-story-env-layer,.cloud-story-code-layer,.cloud-story-price-layer,.cloud-story-action-layer{transition:opacity .08s linear}.cloud-story-env-layer{display:grid;grid-template-rows:auto 1fr auto;gap:.85rem}.cloud-story-env-toolbar,.cloud-story-env-note{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--story-line);border-radius:.8rem;padding:.75rem .9rem;background:var(--story-panel-soft)}.cloud-story-env-toolbar>div{display:flex;flex-direction:column;gap:.18rem}.cloud-story-env-toolbar span{font-size:.7rem;font-weight:800}.cloud-story-env-toolbar small,.cloud-story-env-note span{color:var(--story-muted);font-size:.56rem}.cloud-story-env-create{border:1px solid var(--story-line-strong);border-radius:.55rem;padding:.55rem .7rem;color:var(--story-green-bright);background:#39dc7f14}.cloud-story-env-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem}.cloud-story-env-grid article{display:flex;min-height:5.5rem;flex-direction:column;justify-content:space-between;border:1px solid var(--story-line);border-radius:.85rem;padding:.8rem .9rem;opacity:var(--environment-card-opacity, 1);background:var(--story-panel-soft);transform:translateY(calc((1 - var(--environment-card-opacity, 1)) * 10px));transition:opacity .12s linear,transform .18s ease,border-color .2s ease}.cloud-story-env-grid article:last-child{border-color:var(--story-line-strong)}.cloud-story-env-grid article header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.cloud-story-env-grid article header span{color:var(--story-text);font-size:.76rem;font-weight:800}.cloud-story-env-grid article header small{border:1px solid var(--story-line);border-radius:999px;padding:.2rem .4rem;color:var(--story-muted);font-size:.5rem}.cloud-story-env-grid article>strong{color:var(--story-muted);font-size:.6rem;font-weight:600}.cloud-story-env-grid .is-editing:after{display:inline-block;width:1px;height:.8rem;margin-left:.2rem;background:var(--story-green-bright);content:"";vertical-align:-.12rem;animation:cloud-story-edit-caret .55s steps(1) infinite}.cloud-story-env-note{align-items:flex-start;flex-direction:column;gap:.25rem}.cloud-story-env-note strong{font-size:.61rem}@keyframes cloud-story-edit-caret{50%{opacity:0}}.cloud-story-context-layer{position:absolute;top:4.6rem;right:1rem;bottom:1rem;left:1rem;z-index:5;opacity:0;visibility:hidden;transition:opacity .32s ease;pointer-events:none}.cloud-story-infra-layer{position:absolute;top:4.75rem;right:1.25rem;bottom:1.25rem;left:1.25rem;z-index:2;opacity:0;visibility:hidden;transition:opacity .08s linear}.cloud-story-stage-1 .cloud-story-infra-layer{opacity:var(--intent-opacity, 1);visibility:visible}.cloud-story-stage-2 .cloud-story-infra-layer{opacity:var(--architecture-opacity, 1);visibility:visible}.cloud-story-stage-3 .cloud-story-infra-layer{opacity:.28;visibility:visible}.cloud-story-stage-1 :is(.infra-region,.infra-vpc,.infra-subnet){border-color:transparent}.cloud-story-stage-1 :is(.infra-region>span,.infra-vpc>span,.infra-subnet>span){opacity:0}.cloud-story-stage-1 :is(.infra-endpoint,.infra-subnet-data article,.infra-subnet-app article:nth-of-type(2),.infra-region>svg){opacity:0}.cloud-story-stage-2 .infra-endpoint{opacity:var(--arch-endpoint, 1)}.cloud-story-stage-2 .infra-subnet-data article:nth-of-type(1){opacity:var(--arch-postgres, 1)}.cloud-story-stage-2 .infra-subnet-data article:nth-of-type(2){opacity:var(--arch-valkey, 1)}.cloud-story-stage-2 .infra-subnet-app article:nth-of-type(2){opacity:var(--arch-worker, 1)}.cloud-story-stage-2 .infra-region>svg{opacity:var(--arch-edges, 1)}.infra-region,.infra-vpc,.infra-subnet{position:absolute;border:1px solid var(--story-line);border-radius:1rem;transition:border-color .3s ease}.infra-region{top:0;right:0;bottom:0;left:0}.infra-vpc{top:12%;right:2.5%;bottom:3%;left:2.5%}.infra-region>span,.infra-vpc>span,.infra-subnet>span{position:absolute;top:.7rem;left:.8rem;color:var(--story-muted);font:700 .55rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase;transition:opacity .3s ease}.infra-subnet{top:26%;bottom:4%}.infra-subnet-app{left:2.5%;width:55%}.infra-subnet-data{right:2.5%;width:36%}.infra-subnet article,.infra-external{display:grid;grid-template-columns:1.8rem 1fr auto;align-items:center;gap:.5rem;border:1px solid var(--story-line-strong);border-radius:.7rem;padding:.6rem;background:var(--story-panel)}.infra-subnet article{position:absolute;right:4%;left:4%;transition:opacity .28s ease}.infra-subnet-app article:nth-of-type(1){top:18%;box-shadow:4px 4px 0 -1px var(--story-panel),4px 4px 0 0 var(--story-line),8px 8px 0 -1px var(--story-panel),8px 8px 0 0 var(--story-line)}.infra-subnet-app article:nth-of-type(2){top:48%}.infra-subnet-data article:nth-of-type(1){top:18%}.infra-subnet-data article:nth-of-type(2){top:55%}.infra-subnet article>svg,.infra-external>svg{width:1.6rem;height:1.6rem;border-radius:.45rem;padding:.35rem;color:var(--story-green-bright);background:#39dc7f17}.infra-subnet article div,.infra-external div{display:flex;min-width:0;flex-direction:column;gap:.16rem}.infra-subnet strong,.infra-external strong{overflow:hidden;font-size:.67rem;text-overflow:ellipsis;white-space:nowrap}.infra-subnet small,.infra-external small{overflow:hidden;color:var(--story-muted);font-size:.55rem;text-overflow:ellipsis;white-space:nowrap}.infra-subnet article i,.infra-external i{width:.34rem;height:.34rem;border-radius:50%;background:var(--story-green-bright);box-shadow:0 0 .6rem var(--story-green-bright)}.infra-external{position:absolute;z-index:3;width:25%}.infra-endpoint{top:2%;left:50%;width:31%;transform:translate(-50%)}.infra-region>svg{position:absolute;z-index:2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.infra-region path{fill:none;stroke:var(--story-green-bright);stroke-width:.28}.infra-region .infra-traffic{opacity:.55;stroke-dasharray:1.1 1.3}.infra-region text{fill:var(--story-muted);font:1.7px ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.02em}.infra-packet{fill:var(--story-green-bright);filter:drop-shadow(0 0 6px var(--story-green-bright))}.cloud-story-stage-3 .cloud-story-context-layer{opacity:var(--context-opacity, 1);visibility:visible}.cloud-story-stage-3 .cloud-story-context-layer article{opacity:var(--context-item-opacity, 1)}.cloud-story-stage-3 .cloud-story-resource-layer{opacity:0}.cloud-story-stage-3 .infra-subnet-app article:first-of-type{opacity:0}.cloud-story-stage-3 .cloud-story-links{opacity:calc(var(--scene-focus, 1) * .24)}.cloud-story-context-layer:before{position:absolute;z-index:1;top:10%;right:15%;bottom:10%;left:15%;border:1px solid var(--story-line);border-radius:50%;content:""}.cloud-story-context-layer:after{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;border-radius:1rem;background:#06100b4d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);content:""}.cloud-story-context-layer article{position:absolute;z-index:2;display:flex;width:9rem;min-height:3.4rem;flex-direction:column;justify-content:center;border:1px solid var(--story-line-strong);border-radius:.85rem;padding:.7rem .8rem;background:var(--story-panel-soft);box-shadow:0 .8rem 2rem #0000002e}.cloud-story-context-resource{position:absolute;z-index:3;top:50%;left:50%;display:grid;width:10rem;grid-template-columns:1.8rem 1fr auto;align-items:center;gap:.55rem;transform:translate(-50%,-50%);border:1px solid var(--story-line-strong);border-radius:.8rem;padding:.65rem;background:var(--story-panel);box-shadow:0 1rem 2.5rem #00000047,0 0 0 .35rem #39dc7f0a}.cloud-story-context-resource>svg{width:1.8rem;height:1.8rem;border-radius:.48rem;padding:.4rem;color:var(--story-green-bright);background:#39dc7f1a}.cloud-story-context-resource>div{display:flex;min-width:0;flex-direction:column;gap:.15rem}.cloud-story-context-resource strong{font-size:.68rem}.cloud-story-context-resource span{color:var(--story-muted);font-size:.56rem}.cloud-story-context-resource>i{width:.35rem;height:.35rem;border-radius:50%;background:var(--story-green-bright);box-shadow:0 0 .7rem var(--story-green-bright)}.cloud-story-context-layer article:nth-child(1){top:0;left:50%;transform:translate(-50%)}.cloud-story-context-layer article:nth-child(2){top:42%;left:0}.cloud-story-context-layer article:nth-child(3){top:42%;right:0}.cloud-story-context-layer article:nth-child(4){bottom:0;left:18%}.cloud-story-context-layer article:nth-child(5){right:18%;bottom:0}.cloud-story-context-layer strong{font-size:.68rem}.cloud-story-context-layer span{margin-top:.22rem;color:var(--story-muted);font-size:.58rem}.cloud-story-context-layer i,.cloud-space-group div i{position:absolute;top:.65rem;right:.65rem;width:.36rem;height:.36rem;border-radius:50%;background:var(--story-green-bright);box-shadow:0 0 .7rem var(--story-green-bright);animation:cloud-story-scene-pulse 2.2s ease-in-out infinite}.cloud-story-space-layer{display:grid;place-items:center}html[data-public-theme=light] .cloud-story-context-layer article,html[data-public-theme=light] .cloud-story-context-resource{background:#fffffff5}html[data-public-theme=light] .cloud-story-context-layer:after{background:#fff3}html[data-public-theme=light] :is(.infra-subnet article,.infra-external){background:#fff}.cloud-story-code-editor{overflow:hidden;border:1px solid #26332d;border-radius:1rem;background:#0b1110}.cloud-story-code-tabs{display:flex;align-items:center;gap:.25rem;border-bottom:1px solid #26332d;padding:.65rem;background:#121b17}.cloud-story-code-tabs span{display:inline-flex;align-items:center;gap:.3rem;border-radius:.5rem;padding:.5rem .65rem;color:#a8b8b0;font-size:.62rem}.cloud-story-code-tabs span.is-selected{color:#dce7e1;background:#1b2a22}.cloud-story-code-tabs svg{width:.75rem}.cloud-story-code-editor>small{display:block;padding:.8rem 1.25rem 0;color:#4ade80;font:700 .58rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;text-transform:uppercase}.cloud-story-code-editor pre{margin:0;padding:.9rem 1.25rem 1.25rem;color:#dce7e1;background:#0b1110;font:.68rem/1.85 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap}.cloud-story-code-editor pre span{display:block;min-height:1.25rem}.cloud-story-code-editor mark,.cloud-story-console-preview mark{border-radius:.25rem;padding:.05rem .18rem;color:#f7faf8;background:#22c55e3d}.cloud-story-code-editor code b{font:inherit}.code-token-keyword,.code-token-command,.code-token-success{color:#4ade80}.code-token-option{color:#d6b4ff}.code-token-string{color:#8bc6ff}.cloud-story-console-preview{display:grid;gap:.55rem;padding:.9rem 1.25rem 1.25rem}.cloud-story-console-preview>span{display:flex;min-height:2.35rem;align-items:center;border:1px solid #26332d;border-radius:.55rem;padding:.55rem .7rem;color:#a8b8b0;background:#121b17;font:.65rem/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre}.cloud-story-shell-preview{overflow:hidden;margin:.8rem;border:1px solid #26332d;border-radius:.75rem;background:#0b1110;box-shadow:0 .75rem 1.9rem #0000002e}.cloud-story-shell-preview>header{display:flex;height:2.5rem;align-items:center;gap:.55rem;border-bottom:1px solid #26332d;padding:0 .7rem;color:#a8b8b0;background:#121b17}.cloud-story-shell-preview>header>i{width:.48rem;height:.48rem;flex:none;border-radius:50%;background:#22c55e;box-shadow:0 0 0 .18rem #22c55e24}.cloud-story-shell-preview>header strong{overflow:hidden;flex:1;font:600 .58rem/1 ui-monospace,SFMono-Regular,Menlo,monospace;text-overflow:ellipsis;white-space:nowrap}.cloud-story-shell-preview>header span{border:1px solid #26332d;border-radius:.4rem;padding:.3rem .45rem;font:600 .52rem/1 ui-monospace,SFMono-Regular,Menlo,monospace}.cloud-story-shell-preview>header small{color:#4ade80;font:700 .5rem/1 ui-monospace,SFMono-Regular,Menlo,monospace}.cloud-story-shell-preview pre{min-height:10.5rem;color:#dce7e1;background:#0b1110}.cloud-story-shell-preview .shell-ready{display:flex;align-items:center;gap:.35rem;color:#4ade80}.cloud-story-shell-preview .shell-ready b{font:inherit}.cloud-story-shell-preview .shell-ready i{width:.42rem;height:.78rem;background:#22c55e;animation:shell-cursor-blink 1s steps(1) infinite}.cloud-story-price-layer>nav{display:grid;grid-template-columns:repeat(4,1fr);gap:.35rem}.cloud-story-price-layer>nav span{display:flex;align-items:center;gap:.4rem;color:var(--story-muted);font-size:.56rem;font-weight:750}.cloud-story-price-layer>nav span:after{height:1px;flex:1;background:var(--story-line);content:""}.cloud-story-price-layer>nav span:last-child:after{display:none}.cloud-story-price-layer>nav i{display:grid;width:1.35rem;height:1.35rem;place-items:center;border:1px solid var(--story-line);border-radius:50%;font-size:.52rem;font-style:normal}.cloud-story-price-layer>nav span.is-active{color:var(--story-text)}.cloud-story-price-layer>nav span.is-active i{border-color:var(--story-green-bright);color:#fff;background:var(--story-green-bright)}.payg-scenes{position:relative;min-height:18.25rem}.payg-scenes>section{position:absolute;display:flex;top:0;right:0;bottom:0;left:0;flex-direction:column;border:1px solid var(--story-line);border-radius:1rem;padding:1rem;opacity:0;background:var(--story-panel-soft);transform:translateY(.55rem);transition:opacity .25s ease,transform .3s ease;visibility:hidden}.payg-scenes>section.is-active{opacity:1;transform:none;visibility:visible}.payg-scenes header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.payg-scenes header>div{display:flex;align-items:center;gap:.65rem}.payg-scenes header svg{width:2rem;height:2rem;border-radius:.55rem;padding:.45rem;color:var(--story-green-bright);background:#39dc7f1a}.payg-scenes header span{display:flex;flex-direction:column;gap:.18rem}.payg-scenes header strong{font-size:.76rem}.payg-scenes header small,.payg-scenes p{color:var(--story-muted);font-size:.57rem}.payg-scenes header b{border-radius:999px;padding:.3rem .55rem;color:var(--story-green-bright);background:#39dc7f1a;font-size:.55rem}.payg-scenes header b.is-stopped{color:var(--story-muted);background:#8ba2951a}.payg-day{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.65rem;margin:auto 0;color:var(--story-muted);font:.6rem ui-monospace,SFMono-Regular,Menlo,monospace}.payg-day>i{position:relative;height:.3rem;border-radius:999px;background:var(--story-line)}.payg-day>i:before,.payg-day>i:after{position:absolute;top:50%;width:.55rem;height:.55rem;border-radius:50%;background:var(--story-green-bright);content:"";transform:translateY(-50%);box-shadow:0 0 .7rem #39dc7f8c}.payg-day>i:before{left:0}.payg-day>i:after{right:0}.payg-day em{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(90deg,var(--story-green-bright),rgba(57,220,127,.25))}.payg-rate{display:flex;align-items:end;justify-content:space-between;border-top:1px solid var(--story-line);padding-top:.8rem;color:var(--story-muted);font-size:.62rem}.payg-rate strong{color:var(--story-text);font-size:1rem;font-variant-numeric:tabular-nums}.payg-breakdown{display:grid;grid-template-columns:1fr 1fr;gap:.65rem;margin:auto 0 .8rem}.payg-breakdown>span,.payg-schedule>span{display:flex;min-height:4.25rem;flex-direction:column;justify-content:space-between;border:1px solid var(--story-line);border-radius:.7rem;padding:.7rem;color:var(--story-muted);font-size:.57rem}.payg-breakdown strong,.payg-schedule strong{color:var(--story-text);font-size:.75rem;font-variant-numeric:tabular-nums}.payg-scenes p{margin:0;line-height:1.5}.payg-schedule{display:grid;grid-template-columns:1fr 1fr;gap:.55rem;margin:.8rem 0}.payg-compare{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.payg-compare>span{display:flex;flex-direction:column;gap:.16rem;border:1px solid var(--story-line);border-radius:.65rem;padding:.55rem;color:var(--story-muted);font-size:.5rem}.payg-compare small{color:var(--story-muted);font-size:.48rem}.payg-compare strong{margin-top:.2rem;color:var(--story-text);font-size:.68rem;font-variant-numeric:tabular-nums}.payg-compare>span:last-child{border-color:var(--story-line-strong);background:#39dc7f12}.payg-examples{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:auto}.payg-examples span{border:1px solid var(--story-line);border-radius:999px;padding:.28rem .45rem;color:var(--story-muted);font-size:.48rem}.payg-project-list{display:grid;margin:.7rem 0}.payg-project-list>span{display:grid;min-height:2.15rem;grid-template-columns:1fr auto 5.5rem;align-items:center;gap:.5rem;border-bottom:1px solid var(--story-line);font-size:.57rem}.payg-project-list i{color:var(--story-text);font-style:normal}.payg-project-list small{color:var(--story-muted);font-size:.5rem}.payg-project-list strong{text-align:right;font-variant-numeric:tabular-nums}.payg-scenes footer{display:flex;align-items:end;justify-content:space-between;margin-top:auto;border-radius:.7rem;padding:.7rem .8rem;background:#39dc7f14}.payg-scenes footer span{display:flex;flex-direction:column;gap:.15rem;font-size:.62rem;font-weight:800}.payg-scenes footer small{color:var(--story-muted);font-size:.49rem;font-weight:500}.payg-scenes footer>strong{font-size:.9rem;font-variant-numeric:tabular-nums}.payg-estimate-link{display:inline-flex;min-height:2rem;align-items:center;justify-content:flex-end;gap:.35rem;color:var(--story-green-bright);font-size:.6rem;font-weight:800}.payg-estimate-link svg{width:.75rem}html[data-public-theme=light] .cloud-story-code-resource{border-color:#cfd8d1;color:#18221d;background:#fbfcfa}html[data-public-theme=light] .cloud-story-code-resource svg{color:#15803d}html[data-public-theme=light] .cloud-story-code-resource span{color:#46534c}.cloud-story-code-editor.is-code-surface{display:flex;flex-direction:column}html[data-public-theme=light] .cloud-story-code-editor{border-color:#cfd8d1;background:#fbfcfa}html[data-public-theme=light] .cloud-story-code-tabs{border-color:#cfd8d1;background:#f1f4ef}html[data-public-theme=light] .cloud-story-code-tabs span{color:#46534c}html[data-public-theme=light] .cloud-story-code-tabs span.is-selected{color:#18221d;background:#fff;box-shadow:0 1px 2px #18221d14}html[data-public-theme=light] .cloud-story-code-editor>small{color:#15803d}html[data-public-theme=light] .cloud-story-code-editor pre{color:#18221d;background:#fbfcfa}html[data-public-theme=light] .cloud-story-code-editor mark,html[data-public-theme=light] .cloud-story-console-preview mark{color:#18221d;background:#86efac80}html[data-public-theme=light] .code-token-keyword,html[data-public-theme=light] .code-token-command,html[data-public-theme=light] .code-token-success{color:#15803d}html[data-public-theme=light] .code-token-option{color:#a21caf}html[data-public-theme=light] .code-token-string{color:#1d4ed8}html[data-public-theme=light] .cloud-story-console-preview>span{border-color:#cfd8d1;color:#46534c;background:#fff}html[data-public-theme=light] .cloud-story-shell-preview{border-color:#cfd8d1;background:#fbfcfa;box-shadow:0 .75rem 1.9rem #0000001f}html[data-public-theme=light] .cloud-story-shell-preview>header{border-color:#cfd8d1;color:#46534c;background:#f1f4ef}html[data-public-theme=light] .cloud-story-shell-preview>header span{border-color:#cfd8d1}html[data-public-theme=light] .cloud-story-shell-preview>header small,html[data-public-theme=light] .cloud-story-shell-preview .shell-ready{color:#15803d}html[data-public-theme=light] .cloud-story-shell-preview pre{color:#18221d;background:#fbfcfa}.cloud-story-code-editor.is-code-surface pre{flex:1}.cloud-story-action-layer{position:absolute;top:5.2rem;right:1.6rem;bottom:1.6rem;left:1.6rem;display:grid;place-items:center;opacity:0;visibility:hidden}.cloud-story-stage-8 .cloud-story-action-layer{top:1.6rem;right:1.6rem;bottom:1.6rem;left:1.6rem;opacity:var(--scene-focus, 1);visibility:visible}.cloud-story-console-shell{overflow:hidden;width:min(100%,32rem);border:1px solid var(--story-line-strong);border-radius:1.1rem;background:var(--story-panel);box-shadow:0 1.5rem 4rem #00000040}.cloud-story-console-shell>header{display:flex;height:3.1rem;align-items:center;gap:.55rem;border-bottom:1px solid var(--story-line);padding:0 .85rem}.cloud-story-console-shell>header img{width:1.7rem;filter:brightness(0) invert(1)}.cloud-story-console-shell>header strong{font-size:.72rem}.cloud-story-console-shell>header span{margin-left:auto;color:var(--story-muted);font-size:.58rem}.cloud-story-console-shell>div{display:grid;min-height:16rem;grid-template-columns:3rem 1fr}.cloud-story-console-shell aside{display:flex;align-items:center;flex-direction:column;gap:.7rem;border-right:1px solid var(--story-line);padding-top:1rem}.cloud-story-console-shell aside i{width:1.35rem;height:1.35rem;border:1px solid var(--story-line);border-radius:.4rem;background:#39dc7f0f}.cloud-story-console-shell main{padding:1.35rem}.cloud-story-console-shell main>small{color:var(--story-green-bright);font:700 .55rem/1 ui-monospace,SFMono-Regular,Menlo,monospace}.cloud-story-console-shell h3{margin:.55rem 0 .8rem;font-size:1.3rem;letter-spacing:-.035em}.console-start-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.cloud-story-console-shell article{display:grid;min-height:4.1rem;grid-template-columns:1.8rem 1fr;align-items:center;gap:.55rem;border:1px solid var(--story-line);border-radius:.7rem;padding:.6rem}.cloud-story-console-shell article>svg{width:2rem;height:2rem;border-radius:.5rem;padding:.45rem;color:var(--story-green-bright);background:#39dc7f1a}.cloud-story-console-shell article>span{display:flex;flex-direction:column;gap:.18rem}.cloud-story-console-shell article strong{font-size:.61rem}.cloud-story-console-shell article small{color:var(--story-muted);font-size:.49rem;line-height:1.35}.cloud-story-console-shell main>a{display:inline-flex;min-height:2.5rem;align-items:center;gap:.45rem;margin-top:1rem;color:var(--story-green-bright);font-size:.68rem;font-weight:800}.cloud-story-console-shell main>a svg{width:.85rem}html[data-public-theme=light] .cloud-story-console-shell{background:#fff;box-shadow:0 1.5rem 4rem #153c221f}html[data-public-theme=light] .cloud-story-console-shell>header img{filter:none}@keyframes cloud-story-scene-pulse{50%{opacity:.35}}@keyframes shell-cursor-blink{50%{opacity:0}}@media(max-width:760px){.cloud-story-context-layer,.cloud-story-infra-layer{display:none}.cloud-resource-worker{left:72%;top:57%}.cloud-resource-database{left:28%;top:78%}.cloud-resource-cache{left:72%;top:78%}}@media(prefers-reduced-motion:reduce){.cloud-story-context-layer article,.cloud-space-group div i,.cloud-story-env-grid .is-editing:after,.cloud-story-shell-preview .shell-ready i{animation:none}.infra-packet{display:none}}@media(prefers-reduced-transparency:reduce){.cloud-story-context-layer:after{background:#06100b6b;-webkit-backdrop-filter:none;backdrop-filter:none}}:root{--landing-ease: cubic-bezier(.16, 1, .3, 1)}.landing-page{overflow:clip;background:#06100b}.landing-shell{width:min(1200px,calc(100% - 2rem));margin-inline:auto}.landing-footer{padding:0 0 2rem;color:#fff;background:#06120e}.landing-footer-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:5rem;padding:5rem 0 3.5rem}.landing-footer-brand>a{display:inline-flex;align-items:center;gap:.7rem;font-size:1.3rem}.landing-footer-brand>a span{display:grid;width:2.8rem;height:2.4rem;place-items:center;border-radius:.7rem;background:#16a34a}.landing-footer-brand img{width:1.6rem;filter:brightness(0) invert(1)}.landing-footer-brand p{max-width:330px;margin-top:1.3rem;color:#82998e;font-size:.8rem;line-height:1.65}.landing-beta-status{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.2rem;color:#9eb3aa;font-size:.7rem;font-weight:700}.landing-beta-status i{width:.5rem;height:.5rem;border-radius:50%;background:#3dd988;box-shadow:0 0 0 4px #3dd9881a}.landing-footer-grid nav{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.landing-footer-heading{display:block;margin-bottom:1.1rem;color:#65dc9b;font-size:.67rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.landing-footer-grid nav a{display:flex;width:-moz-max-content;width:max-content;max-width:100%;align-items:center;gap:.35rem;margin-top:.7rem;color:#8ca197;font-size:.76rem;transition:color .2s ease}.landing-footer-grid nav a:hover{color:#fff}.landing-footer-grid nav svg{width:.75rem;height:.75rem}.landing-footer-bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid #1a2c24;padding-top:1.5rem;color:#8ba99b;font-size:.8rem}.landing-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s var(--landing-ease),transform .7s var(--landing-ease)}.landing-reveal.is-visible{opacity:1;transform:translateY(0)}@media(max-width:760px){.landing-footer-grid{grid-template-columns:1fr;gap:2.5rem;padding:3.5rem 0 2.5rem}.landing-footer-grid nav{grid-template-columns:repeat(2,1fr)}.landing-footer-bottom{flex-direction:column}}@media(max-width:460px){.landing-footer-grid nav{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.landing-reveal{transition:none;opacity:1;transform:none}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:JetBrains Mono,Consolas,Monaco,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-\[3px\]{top:3px;right:3px;bottom:3px;left:3px}.bottom-4{bottom:1rem}.right-4{right:1rem}.z-40{z-index:40}.mx-auto{margin-left:auto;margin-right:auto}.mb-1{margin-bottom:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.block{display:block}.flex{display:flex}.table{display:table}.hidden{display:none}.h-1\.5{height:.375rem}.h-12{height:3rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-12{width:3rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.min-w-20{min-width:5rem}.max-w-7xl{max-width:80rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.resize{resize:both}.flex-col{flex-direction:column}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.overflow-hidden{overflow:hidden}.rounded-2xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-xl{border-radius:1rem}.border{border-width:1px}.border-slate-200\/80{border-color:#e2e8f0cc}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-700{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.bg-rose-400{--tw-bg-opacity: 1;background-color:rgb(251 113 133 / var(--tw-bg-opacity, 1))}.bg-slate-950{--tw-bg-opacity: 1;background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/90{background-color:#ffffffe6}.p-2{padding:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.text-left{text-align:left}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.tracking-\[0\.16em\]{letter-spacing:.16em}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-emerald-600\/15{--tw-shadow-color: rgb(5 150 105 / .15);--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-900\/10{--tw-shadow-color: rgb(15 23 42 / .1);--tw-shadow: var(--tw-shadow-colored)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}html,body,button,input,select,textarea{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root{--public-primary: #15803d}:root[data-public-theme=dark]{--public-primary: #16a34a;color-scheme:dark}:root[data-public-theme=dark] body{background:#06100b;color:#f3fff6}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.pricing-glow{background:radial-gradient(circle at 78% 22%,rgba(16,185,129,.16),transparent 28%),radial-gradient(circle at 12% 82%,rgba(5,150,105,.08),transparent 24%)}.pricing-field{display:flex;flex-direction:column;gap:.55rem;color:#334155;font-size:.875rem;font-weight:700}.pricing-field input[type=number],.pricing-field select{width:100%;min-height:3.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #cbd5e1;border-radius:.85rem;background:#fff;padding:0 1rem;color:#0f172a;font-size:1rem}.pricing-field div:has(select) svg{position:absolute;right:1rem;top:50%;width:1rem;transform:translateY(-50%);pointer-events:none}.pricing-field input:focus,.pricing-field select:focus{outline:3px solid rgba(16,185,129,.2);border-color:#059669}.pricing-field input[type=range]{width:100%;accent-color:#059669}@keyframes blob{0%{transform:translate(0) scale(1)}33%{transform:translate(30px,-50px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}to{transform:translate(0) scale(1)}}.animate-blob{animation:blob 7s infinite}.animation-delay-2000{animation-delay:2s}.animation-delay-4000{animation-delay:4s}.bg-grid-pattern{background-image:radial-gradient(circle,rgba(255,255,255,.1) 1px,transparent 1px);background-size:20px 20px}.touch-manipulation{touch-action:manipulation}@media(max-width:768px){.overflow-x-auto{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.overflow-x-auto::-webkit-scrollbar{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .6s ease-out}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.animate-shake{animation:shake .5s ease-in-out}.form-input:focus{transform:translateY(-1px);box-shadow:0 4px 12px #10b98126}@media(max-width:640px){.auth-container{padding:1rem}.auth-form{padding:1.5rem}.auth-input{font-size:16px}}@keyframes progressFill{0%{width:0%}to{width:100%}}.progress-fill{animation:progressFill .3s ease-out}@keyframes heroEnter{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}@keyframes consoleEnter{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes consoleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes meterFill{0%{width:0}to{width:var(--meter-width)}}@keyframes orbitDrift{0%,to{transform:translate3d(-4%,0,0);opacity:.5}50%{transform:translate3d(4%,12px,0);opacity:.9}}@keyframes orbitRingSpin{to{transform:rotate(360deg)}}@keyframes projectCorePulse{0%{transform:scale(.9);opacity:.7}80%,to{transform:scale(1.22);opacity:0}}@keyframes foundationPulse{0%,to{transform:translateY(-50%) scale(.88);opacity:.25}50%{transform:translateY(-50%) scale(1.08);opacity:.55}}.hero-copy{animation:heroEnter .7s cubic-bezier(.2,.8,.2,1) both}.hero-cost-note{background:linear-gradient(90deg,rgba(16,185,129,.08),transparent 82%)}.hero-console{animation:consoleEnter .85s .15s cubic-bezier(.2,.8,.2,1) both}.hero-console-float{animation:consoleFloat 7s 1s ease-in-out infinite}.hero-meter{width:0;animation:meterFill 1.1s var(--meter-delay) cubic-bezier(.2,.8,.2,1) forwards}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s var(--reveal-delay) cubic-bezier(.2,.8,.2,1),transform .7s var(--reveal-delay) cubic-bezier(.2,.8,.2,1)}.reveal[data-visible=true]{opacity:1;transform:translateY(0)}.spaces-orbit{background:radial-gradient(circle at 16% 10%,rgba(16,185,129,.12),transparent 24%),radial-gradient(circle at 84% 28%,rgba(5,150,105,.09),transparent 22%);animation:orbitDrift 10s ease-in-out infinite}.space-constellation{background-color:#020617;background-image:radial-gradient(circle at 38% 50%,rgba(16,185,129,.14),transparent 28%),radial-gradient(circle at 90% 8%,rgba(52,211,153,.08),transparent 24%),linear-gradient(135deg,#020617,#022c22 52%,#020617)}.orbit-ring-outer{top:7%;right:8%;bottom:7%;left:8%;animation:orbitRingSpin 45s linear infinite}.orbit-ring-inner{top:24%;right:27%;bottom:24%;left:27%;animation:orbitRingSpin 32s linear infinite reverse}.project-core:before,.project-core:after{position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;content:"";border:1px solid rgba(52,211,153,.16);border-radius:9999px;animation:projectCorePulse 3.2s ease-out infinite}.project-core:after{animation-delay:1.6s}.space-orbit-node{transform:translate(-50%,-50%)}.space-orbit-node.is-active{transform:translate(-50%,-50%) scale(1.07)}.space-detail-card{box-shadow:inset 0 1px #ffffff0f}.foundation-pulse{box-shadow:0 0 0 55px #10b98109,0 0 0 110px #10b98106;animation:foundationPulse 8s ease-in-out infinite}.scroll-progress-button{background:conic-gradient(#10b981 var(--scroll-progress),#e2e8f0 0)}.automation-card{transform:translateZ(0)}.footer-link{transition:color .2s ease,transform .2s ease}.footer-link:hover{color:#6ee7b7}.footer-link:focus-visible{border-radius:.25rem;outline:2px solid #34d399;outline-offset:4px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.animate-blob,.animate-ping,.animate-pulse,.hero-copy,.hero-console,.hero-console-float,.hero-meter,.spaces-orbit,.orbit-ring,.project-core:before,.project-core:after,.foundation-pulse{animation:none!important}.hero-meter{width:var(--meter-width)}.reveal{opacity:1;transform:none;transition:none}}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-emerald-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.hover\:text-emerald-700:hover{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.hover\:text-emerald-800:hover{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.focus\:not-sr-only:focus{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}.focus\:absolute:focus{position:absolute}.focus\:left-2:focus{left:.5rem}.focus\:top-2:focus{top:.5rem}.focus\:z-50:focus{z-index:50}.focus\:rounded-md:focus{border-radius:.375rem}.focus\:bg-emerald-600:focus{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.focus\:px-4:focus{padding-left:1rem;padding-right:1rem}.focus\:py-2:focus{padding-top:.5rem;padding-bottom:.5rem}.focus\:text-white:focus{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}@media(min-width:768px){.md\:bottom-6{bottom:1.5rem}.md\:right-6{right:1.5rem}.md\:h-11{height:2.75rem}.md\:w-11{width:2.75rem}}@media(min-width:1536px){.\32xl\:block{display:block}}
