/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.start{inset-inline-start:var(--spacing)}.contents{display:contents}.table{display:table}}:root{--ink:#13231d;--muted:#64716b;--line:#dfe7e2;--paper:#f7faf8;--white:#fff;--green:#17a66a;--green-dark:#087a4a;--green-soft:#e9f8f1;--navy:#10251d;--orange:#f29445;--blue:#4a7af4;--danger:#d74848;--shadow:0 18px 50px #142d2217;--shadow-sm:0 8px 24px #142d2212}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-inter),Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}a{color:inherit;text-decoration:none}input,select{outline:none}:focus-visible{outline-offset:2px;outline:3px solid #17a66a42}.button{border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 17px;font-size:13px;font-weight:730;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 9px 22px #16503621}.button:active:not(:disabled){transform:translateY(0)scale(.985)}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:#11975f}.button.ghost{border-color:var(--line);color:var(--ink);background:#fff}.button.dark{background:var(--navy);color:#fff}.button.light{color:var(--navy);background:#fff}.button.outline-light{color:#fff;background:0 0;border-color:#ffffff59}.button.danger-button{background:var(--danger);color:#fff}.button.small{min-height:36px;padding:0 14px;font-size:12px}.button.large{border-radius:12px;min-height:50px;padding:0 22px}.button.full{width:100%}.text-button{color:var(--green-dark);background:0 0;border:0;font-weight:700}.text-button.centered{margin:15px auto;display:block}.kicker{color:var(--green-dark);letter-spacing:.14em;font-size:10px;font-weight:850;display:block}.kicker.light{color:#90e6bd}.brand{letter-spacing:-.035em;align-items:center;gap:9px;font-size:19px;font-weight:840;display:inline-flex}.brand-mark{background:var(--green);color:#fff;border-radius:10px 10px 10px 3px;place-items:center;width:31px;height:31px;font-size:17px;display:grid}.brand-inverted{color:#fff}.brand-button{background:0 0;border:0;padding:0}.public-page{background:#fbfdfb}.public-header{justify-content:space-between;align-items:center;max-width:1200px;height:72px;margin:auto;padding:0 28px;display:flex}.public-header nav{align-items:center;gap:30px;display:flex}.public-header nav button,.public-header nav a,.text-link{color:#415049;background:0 0;border:0;padding:8px 0;font-size:13px;font-weight:600;transition:color .16s}.public-header nav button:hover,.public-header nav a:hover,.text-link:hover{color:var(--green-dark)}.public-actions{align-items:center;gap:17px;display:flex}.hero{grid-template-columns:1fr 1fr;align-items:center;gap:78px;max-width:1260px;min-height:665px;margin:auto;padding:80px 58px 70px;display:grid;position:relative;overflow:hidden}.hero:before{content:"";z-index:0;background:radial-gradient(circle,#e2f8ed 0,#f4fbf7 54%,#0000 72%);border-radius:50%;width:700px;height:590px;position:absolute;top:20px;right:-180px}.hero-copy,.hero-demo{z-index:1;position:relative}.pill{color:#31624c;background:#f2fbf6;border:1px solid #cbe9db;border-radius:99px;align-items:center;gap:8px;width:max-content;padding:7px 12px;font-size:11px;font-weight:700;display:flex}.pill span{background:var(--green);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #17a66a1f}.hero h1{letter-spacing:-.055em;margin:24px 0 20px;font-size:62px;line-height:1.03}.hero h1 em{color:var(--green);font-style:normal}.hero-copy>p{color:#56655e;max-width:590px;margin:0;font-size:17px;line-height:1.72}.hero-actions{gap:12px;margin:30px 0 24px;display:flex}.trust-row{color:#5a6962;flex-wrap:wrap;gap:16px;font-size:10px;font-weight:650;display:flex}.trust-row span:before{color:var(--green)}.hero-demo{place-items:center;min-height:505px;display:grid}.demo-glow{filter:blur(48px);background:#2dc57d3b;border-radius:50%;position:absolute;inset:60px}.demo-browser{background:#fff;border:1px solid #10251d1f;border-radius:18px;width:100%;max-width:540px;transition:transform .35s;position:relative;overflow:hidden;transform:rotate(1deg);box-shadow:0 35px 80px #1446302e}.demo-browser:hover{transform:rotate(0)translateY(-5px)}.demo-browser-bar{background:#f9fbfa;border-bottom:1px solid #e9eeeb;align-items:center;gap:6px;height:42px;padding:0 14px;display:flex}.demo-browser-bar i{background:#d4dcd8;border-radius:50%;width:7px;height:7px}.demo-browser-bar span{color:#728078;margin:auto;font-size:9px}.demo-canvas{background:linear-gradient(135deg,#f8fbf9,#eef7f2);min-height:425px;padding:22px}.mini-trigger,.delivery-chip{box-shadow:var(--shadow-sm);background:#fff;border:1px solid #dce7e0;border-radius:11px;align-items:center;gap:10px;padding:12px;display:flex}.mini-trigger>span,.delivery-chip>span{color:#d86f1e;background:#fff1e7;border-radius:9px;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.mini-trigger div,.delivery-chip div{flex-direction:column;flex:1;display:flex}.mini-trigger small,.delivery-chip small{color:#8a968f;letter-spacing:.09em;font-size:7px}.mini-trigger strong,.delivery-chip strong{margin-top:3px;font-size:10px}.mini-trigger b{background:var(--green-soft);color:var(--green-dark);border-radius:99px;padding:4px 7px;font-size:7px}.mini-connector{color:#6b7972;justify-content:center;align-items:center;gap:8px;height:45px;font-size:7px;display:flex}.mini-connector i{background:#bbd4c6;width:1px;height:100%}.phone-card{background:#efeae2;border:5px solid #16251f;border-radius:23px;width:260px;margin:auto;overflow:hidden;box-shadow:0 16px 35px #1b372b29}.phone-head{color:#fff;background:#075e54;align-items:center;gap:7px;height:43px;padding:0 9px;display:flex}.phone-head>span{font-size:12px}.phone-head i{color:#075e54;background:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:7px;font-style:normal;font-weight:800;display:grid}.phone-head div{flex-direction:column;display:flex}.phone-head strong{font-size:8px}.phone-head small{opacity:.75;font-size:6px}.chat-bg{background-image:radial-gradient(#d7d1c8 1px,#0000 1px);background-size:10px 10px;height:130px;padding:19px 12px}.message-bubble{background:#d9fdd3;border-radius:8px 8px 2px;padding:10px 11px 14px;position:relative;box-shadow:0 1px 2px #0000001a}.message-bubble strong{font-size:7px}.message-bubble p{margin:5px 0;font-size:7px;line-height:1.45}.message-bubble time{color:#73916d;font-size:5px;position:absolute;bottom:5px;right:7px}.delivery-chip{width:270px;margin:14px auto 0}.delivery-chip>span{background:var(--green-soft);color:var(--green)}.logo-strip{text-align:center;border-top:1px solid #e6ece8;border-bottom:1px solid #e6ece8;padding:29px 24px}.logo-strip p{color:#8a958f;text-transform:uppercase;letter-spacing:.15em;margin:0 0 18px;font-size:9px}.logo-strip div{color:#5a6761;justify-content:space-around;gap:25px;max-width:900px;margin:auto;font-size:15px;font-weight:790;display:flex}.public-section{max-width:1180px;margin:auto;padding:110px 28px}.section-heading{text-align:center;max-width:670px;margin:0 auto 44px}.section-heading h2{letter-spacing:-.045em;margin:13px 0 14px;font-size:40px;line-height:1.13}.section-heading p{color:var(--muted);margin:0;font-size:14px;line-height:1.7}.scenario-tabs{grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px;display:grid}.scenario-tabs button{border:1px solid var(--line);color:#5b6962;background:#fff;border-radius:12px;align-items:center;gap:11px;min-height:68px;padding:0 18px;font-size:12px;font-weight:700;transition:all .2s;display:flex}.scenario-tabs button span{font-size:19px}.scenario-tabs button:hover{border-color:#93d5b6;transform:translateY(-2px)}.scenario-tabs button.active{border-color:var(--green);background:var(--green-soft);color:var(--green-dark);box-shadow:0 0 0 3px #17a66a14}.scenario-showcase{background:#eff8f3;border-radius:24px;grid-template-columns:1fr 1fr;align-items:center;gap:70px;min-height:420px;padding:58px;display:grid}.number-label{color:var(--green-dark);letter-spacing:.14em;font-size:9px;font-weight:830}.scenario-showcase h3{letter-spacing:-.04em;margin:13px 0;font-size:34px;line-height:1.18}.scenario-showcase>div>p{color:#627169;line-height:1.7}.plain-note{gap:11px;margin:24px 0;display:flex}.plain-note>span{height:26px;color:var(--green-dark);background:#d9efe4;border-radius:50%;flex:0 0 26px;place-items:center;font-weight:800;display:grid}.plain-note p{color:#5b6962;margin:0;font-size:11px;line-height:1.6}.journey-card{max-width:410px;box-shadow:var(--shadow);background:#fff;border:1px solid #dae7df;border-radius:18px;padding:25px}.journey-trigger{border:1px solid #e1e7e3;border-radius:11px;align-items:center;gap:11px;padding:14px;display:flex}.journey-trigger>span{background:#fff3e9;border-radius:9px;place-items:center;width:34px;height:34px;display:grid}.journey-trigger div{flex-direction:column;display:flex}.journey-trigger small{color:#8b968f;font-size:7px}.journey-trigger strong{margin-top:4px;font-size:10px}.vertical-path{flex-direction:column;justify-content:space-around;align-items:center;height:52px;display:flex}.vertical-path i{background:#a8cdb9;border-radius:50%;width:4px;height:4px}.journey-message{background:#dcf8c6;border-radius:11px;padding:16px}.journey-message>span{color:#3b684e;text-transform:uppercase;font-size:7px;font-weight:800}.journey-message p{margin:7px 0;font-size:10px;line-height:1.5}.journey-message small{color:#64806e;text-align:right;font-size:7px;display:block}.guide-section{background:#fff;max-width:none}.guide-section>*{max-width:1124px;margin-left:auto;margin-right:auto}.flow-line{align-items:flex-start;display:flex}.flow-node{text-align:center;flex:1;position:relative}.flow-node>span{z-index:2;color:#8b9790;background:#fff;border:2px solid #dbe3de;border-radius:50%;place-items:center;width:36px;height:36px;margin:auto;font-size:11px;font-weight:800;transition:all .2s;display:grid;position:relative}.flow-node.done>span{border-color:var(--green);background:var(--green);color:#fff}.flow-node.current>span{border-color:var(--green);color:var(--green);box-shadow:0 0 0 5px var(--green-soft)}.flow-node p{color:#627068;margin:10px 8px 0;font-size:9px;font-weight:700}.flow-node>i{z-index:1;background:#dce5e0;height:2px;position:absolute;top:17px;left:50%;right:-50%}.flow-node.done>i{background:var(--green)}.explain-grid{grid-template-columns:repeat(5,1fr);gap:12px;display:grid;margin-top:48px!important}.explain-grid article{border:1px solid var(--line);background:#fbfdfc;border-radius:14px;padding:20px}.explain-grid article>span{color:#9aa49f;font:700 9px var(--font-mono),monospace}.explain-grid h3{margin:17px 0 7px;font-size:13px}.explain-grid p{color:var(--muted);margin:0;font-size:10px;line-height:1.55}.pricing-section{grid-template-columns:1.2fr .8fr;align-items:center;gap:100px;display:grid}.price-copy h2{letter-spacing:-.045em;margin:15px 0;font-size:42px;line-height:1.15}.price-copy>p{color:var(--muted);line-height:1.75}.price-copy ul{margin:28px 0;padding:0;list-style:none}.price-copy li{color:#405048;margin:13px 0;font-size:12px}.price-copy li span{color:var(--green);margin-right:9px;font-weight:900}.price-card{box-shadow:var(--shadow);background:#fff;border:1px solid #d7e5dd;border-radius:20px;padding:32px}.price-card>span{letter-spacing:.12em;color:var(--green-dark);font-size:9px;font-weight:800}.price-total{align-items:flex-end;gap:8px;margin:12px 0 26px;display:flex}.price-total strong{letter-spacing:-.05em;font-size:42px}.price-total small{color:var(--muted);margin-bottom:8px}.price-row{border-top:1px solid var(--line);justify-content:space-between;padding:14px 0;font-size:11px;display:flex}.price-row.muted{color:var(--green-dark)}.price-card>p{color:var(--muted);margin:17px 0;font-size:9px;line-height:1.6}.final-cta{background:var(--navy);color:#fff;border-radius:24px;justify-content:space-between;align-items:flex-end;gap:30px;max-width:1124px;margin:0 auto 70px;padding:58px;display:flex}.final-cta h2{letter-spacing:-.04em;margin:24px 0 10px;font-size:38px;line-height:1.15}.final-cta p{color:#a8bbb2;margin:0}.final-cta>div:last-child{gap:10px;display:flex}.public-footer{border-top:1px solid var(--line);color:#75827b;align-items:center;gap:24px;max-width:1180px;margin:auto;padding:36px 28px;font-size:10px;display:flex}.public-footer p{margin-right:auto}.tutorial-page{background:#f8fbf9;min-height:100vh}.tutorial-main{grid-template-columns:380px 1fr;min-height:calc(100vh - 72px);display:grid}.tutorial-sidebar{background:var(--navy);color:#fff;padding:65px 42px}.tutorial-sidebar h1{letter-spacing:-.04em;margin:15px 0;font-size:38px}.tutorial-sidebar>p{color:#adbbb4;font-size:12px;line-height:1.7}.tutorial-sidebar>label{color:#c7d4cd;flex-direction:column;gap:9px;margin:30px 0;font-size:9px;font-weight:700;display:flex}.tutorial-sidebar select{color:#fff;background:#18342a;border:1px solid #3a5147;border-radius:9px;height:43px;padding:0 12px}.tutorial-list{flex-direction:column;gap:8px;display:flex}.tutorial-list button{color:#9caf9f;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;padding:13px;display:flex}.tutorial-list button:hover,.tutorial-list button.active{color:#fff;background:#193a2e}.tutorial-list button.active{border-color:#2c7253}.tutorial-list button>span{border:1px solid #4e685c;border-radius:50%;place-items:center;width:27px;height:27px;font-size:9px;display:grid}.tutorial-list button.active>span,.tutorial-list button.done>span{border-color:var(--green);background:var(--green);color:#fff}.tutorial-list button div{flex-direction:column;display:flex}.tutorial-list strong{font-size:11px}.tutorial-list small{margin-top:3px;font-size:8px}.tutorial-stage{flex-direction:column;align-items:center;padding:65px;display:flex}.stage-progress{background:#dfe8e3;border-radius:99px;width:100%;max-width:700px;height:4px}.stage-progress span{background:var(--green);border-radius:99px;height:100%;transition:width .35s;display:block}.stage-card{border:1px solid var(--line);width:100%;max-width:700px;box-shadow:var(--shadow);background:#fff;border-radius:20px;margin-top:28px;padding:48px;animation:.35s stageIn}.stage-eyebrow{color:var(--green-dark);letter-spacing:.14em;font-size:9px;font-weight:800}.stage-icon{background:var(--green-soft);border-radius:18px;place-items:center;width:64px;height:64px;margin:27px 0 20px;font-size:27px;display:grid}.stage-card h2{margin:0 0 12px;font-size:28px}.stage-body{color:#415149;min-height:58px;margin:0;font-size:16px;line-height:1.6}.stage-explain{border-left:3px solid var(--green);background:#f0f9f4;margin:28px 0;padding:18px}.stage-explain span{letter-spacing:.11em;color:var(--green-dark);font-size:8px;font-weight:850}.stage-explain p{color:var(--muted);margin:5px 0 0;font-size:11px}.stage-actions{justify-content:space-between;gap:10px;display:flex}.tutorial-caption{text-align:center;margin-top:22px}.tutorial-caption span{color:var(--green-dark);font-size:9px;font-weight:800}.tutorial-caption p{color:var(--muted);margin:5px;font-size:9px}.auth-page{grid-template-columns:minmax(360px,42%) 1fr;min-height:100vh;display:grid}.auth-aside{background:var(--navy);color:#fff;flex-direction:column;justify-content:space-between;padding:42px 58px;display:flex}.auth-aside>div:nth-child(2){max-width:520px}.auth-aside h1{letter-spacing:-.045em;margin:15px 0 50px;font-size:44px;line-height:1.13}.auth-aside .flow-node p{color:#b4c2bb}.auth-aside .flow-node>span{color:#b7c9bf;background:#173c2e;border-color:#365647}.auth-aside .flow-node.done>span{background:var(--green);border-color:var(--green);color:#fff}.auth-aside .flow-node>i{background:#355044}.auth-aside>p{color:#92a69b;font-size:9px;line-height:1.6}.auth-main{place-items:center;padding:50px;display:grid}.auth-card{width:100%;max-width:440px}.mobile-auth-brand{display:none}.auth-card h2{letter-spacing:-.04em;margin:13px 0 8px;font-size:30px}.auth-card>p{color:var(--muted);margin:0 0 26px;font-size:12px}.auth-card form>label,.checkout-form label,.setup-name,.builder-modal label,.settings-form label{color:#435149;flex-direction:column;gap:8px;margin-bottom:16px;font-size:10px;font-weight:700;display:flex}.auth-card input,.setup-name input,.builder-modal select,.settings-form input{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;height:44px;padding:0 12px}.auth-card input:focus,.setup-name input:focus,.settings-form input:focus{border-color:var(--green);box-shadow:0 0 0 3px #17a66a17}.password-field{position:relative}.password-field button{height:28px;color:var(--green-dark);background:0 0;border:0;font-size:9px;font-weight:800;position:absolute;top:8px;right:10px}.form-error{color:#a93636;background:#fff0f0;border-radius:8px;margin:-5px 0 14px;padding:10px;font-size:10px}.auth-divider{color:#939e98;align-items:center;gap:10px;margin:22px 0;font-size:9px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--line);flex:1;height:1px}.social-auth{grid-template-columns:1fr 1fr;gap:10px;display:grid}.social-auth button{border:1px solid var(--line);background:#fff;border-radius:9px;height:43px;font-weight:700}.social-auth button:hover{background:#fbfdfc;border-color:#a8cfba}.auth-switch{text-align:center!important;margin-top:25px!important;font-size:10px!important}.auth-switch button{color:var(--green-dark);background:0 0;border:0;font-weight:800}.checkout-page{background:#f6f9f7;min-height:100vh}.checkout-page>header{border-bottom:1px solid var(--line);background:#fff;justify-content:space-between;align-items:center;height:72px;padding:0 40px;display:flex}.checkout-page>header>span{text-align:right;flex-direction:column;display:flex}.checkout-page>header b{font-size:10px}.checkout-page>header small{color:var(--muted);font-size:8px}.checkout-page>main{grid-template-columns:1fr 390px;gap:50px;max-width:1140px;margin:auto;padding:65px 30px;display:grid}.checkout-form h1{letter-spacing:-.045em;margin:13px 0 10px;font-size:38px}.checkout-form>p{max-width:650px;color:var(--muted);line-height:1.65}.choice-section{margin-top:35px}.choice-section h2{font-size:13px}.choice-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.choice-grid button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:11px;flex-direction:column;align-items:flex-start;min-height:100px;padding:15px;transition:all .18s;display:flex}.choice-grid button:hover,.choice-grid button.selected,.provider-grid button:hover,.provider-grid button.selected{border-color:var(--green);box-shadow:0 0 0 3px #17a66a12}.choice-grid button>span{height:12px;color:var(--green);align-self:flex-end;font-weight:900}.choice-grid strong{font-size:12px}.choice-grid small{color:var(--muted);margin-top:5px;font-size:9px}.provider-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.provider-grid button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:11px;align-items:center;gap:11px;padding:15px;display:flex}.provider-grid button>i{color:#d26f25;background:#fff1e7;border-radius:9px;place-items:center;width:37px;height:37px;font-size:9px;font-style:normal;font-weight:850;display:grid}.provider-grid button>span{flex-direction:column;flex:1;display:flex}.provider-grid strong{font-size:11px}.provider-grid small{color:var(--muted);margin-top:4px;font-size:8px}.provider-grid b{color:var(--green)}.info-banner,.plain-definition{background:#edf8f2;border:1px solid #cbe3d6;border-radius:10px;gap:11px;margin-top:24px;padding:14px;display:flex}.info-banner>span,.plain-definition>span{width:24px;height:24px;color:var(--green-dark);background:#d2eddf;border-radius:50%;place-items:center;font-size:10px;font-weight:800;display:grid}.info-banner p,.plain-definition p{color:#496057;margin:0;font-size:10px;line-height:1.55}.order-summary{border:1px solid var(--line);box-shadow:var(--shadow);background:#fff;border-radius:17px;align-self:start;padding:28px;position:sticky;top:28px}.order-summary h2{margin:12px 0 24px;font-size:22px}.summary-row{border-top:1px solid var(--line);justify-content:space-between;gap:20px;padding:17px 0;font-size:10px;display:flex}.summary-row>span{flex-direction:column;display:flex}.summary-row small{max-width:220px;color:var(--muted);margin-top:4px;line-height:1.5}.summary-row.free b{color:var(--green-dark)}.summary-total{border-top:2px solid var(--ink);justify-content:space-between;align-items:flex-start;padding:21px 0;display:flex}.summary-total>span{flex-direction:column;font-size:11px;font-weight:800;display:flex}.summary-total small{color:var(--muted);margin-top:4px;font-size:8px;font-weight:400}.summary-total strong{font-size:23px}.consent{grid-template-columns:17px 1fr;align-items:start;line-height:1.5;gap:9px!important;margin:4px 0 17px!important;font-weight:500!important;display:grid!important}.consent input{accent-color:var(--green)}.secure-note{text-align:center;color:var(--muted);font-size:8px}.skip-link{z-index:200;color:var(--green-dark);background:#fff;border-radius:8px;padding:10px;position:fixed;top:-50px;left:12px}.skip-link:focus{top:12px}.app-shell{background:#f3f6f4;min-height:100vh}.app-sidebar{z-index:30;background:var(--navy);color:#fff;flex-direction:column;width:252px;padding:21px 15px 14px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{justify-content:space-between;align-items:center;padding:0 9px 20px;display:flex}.sidebar-brand>button{color:#fff;background:0 0;border:0;font-size:25px;display:none}.org-card{background:#173128;border:1px solid #29463a;border-radius:10px;align-items:center;gap:9px;padding:11px;display:flex}.org-card>span,.sidebar-user>span{background:var(--green);border-radius:8px;place-items:center;width:29px;height:29px;font-size:9px;font-weight:800;display:grid}.org-card>div,.sidebar-user>div{flex-direction:column;flex:1;display:flex}.org-card strong,.sidebar-user strong{font-size:9px}.org-card small,.sidebar-user small{color:#95aaa0;margin-top:3px;font-size:7px}.org-card>b{color:#789087;font-size:10px}.app-sidebar nav{flex-direction:column;gap:3px;margin:22px 0;display:flex}.app-sidebar nav button{color:#9eb0a7;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:10px;min-height:48px;padding:7px 10px;transition:all .16s;display:flex}.app-sidebar nav button:hover{color:#fff;background:#18392c;transform:translate(2px)}.app-sidebar nav button.active{color:#fff;background:#1c4434}.app-sidebar nav button>span{background:#ffffff0d;border-radius:7px;place-items:center;width:27px;height:27px;font-size:15px;display:grid}.app-sidebar nav button.active>span{background:var(--green)}.app-sidebar nav button>div{flex-direction:column;flex:1;display:flex}.app-sidebar nav strong{font-size:10px}.app-sidebar nav small{color:#7f978c;margin-top:3px;font-size:7px}.app-sidebar nav i{color:#93e0b9;background:#255b46;border-radius:4px;padding:3px 5px;font-size:6px;font-style:normal;font-weight:800}.sidebar-help{background:#163026;border:1px solid #2a483c;border-radius:10px;grid-template-columns:28px 1fr;margin-top:auto;padding:12px;display:grid}.sidebar-help>span{border:1px solid #4b685c;border-radius:50%;place-items:center;width:25px;height:25px;font-size:9px;display:grid}.sidebar-help strong{font-size:8px}.sidebar-help p{color:#8fa398;margin:3px 0;font-size:7px}.sidebar-help button{color:#7bdbac;background:0 0;border:0;grid-column:2;width:max-content;padding:0;font-size:7px;font-weight:800}.sidebar-user{border-top:1px solid #284137;align-items:center;gap:9px;margin-top:12px;padding:12px 8px 0;display:flex}.sidebar-user>span{background:#315445}.sidebar-user>button{color:#70867c;background:0 0;border:0}.app-area{min-height:100vh;margin-left:252px}.app-topbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe8;justify-content:space-between;align-items:center;height:66px;padding:0 28px;display:flex;position:sticky;top:0}.app-topbar>div{align-items:center;gap:10px;display:flex}.top-icon{background:var(--green-soft);width:30px;height:30px;color:var(--green-dark);border-radius:8px;place-items:center;font-size:14px;display:grid}.app-topbar>div>div{flex-direction:column;display:flex}.app-topbar strong{font-size:10px}.app-topbar small{color:var(--muted);margin-top:2px;font-size:7px}.search-button{border:1px solid var(--line);color:#7d8983;text-align:left;background:#f8faf9;border-radius:8px;align-items:center;gap:8px;width:220px;height:35px;padding:0 10px;font-size:9px;display:flex}.search-button kbd{background:#fff;border:1px solid #dfe5e1;border-radius:4px;margin-left:auto;padding:2px 5px;font-size:7px}.top-button{border:1px solid var(--line);background:#fff;border-radius:8px;width:35px;height:35px;position:relative}.top-button i{background:var(--orange);color:#fff;border:2px solid #fff;border-radius:50%;place-items:center;width:16px;height:16px;font-size:6px;font-style:normal;display:grid;position:absolute;top:-4px;right:-3px}.mobile-menu{background:0 0;border:0;font-size:20px;display:none}.app-content{max-width:1440px;margin:auto;padding:32px 32px 70px}.app-page-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:25px;display:flex}.app-page-heading h1{letter-spacing:-.04em;margin:8px 0 5px;font-size:28px}.app-page-heading p{color:var(--muted);margin:0;font-size:10px}.panel{border:1px solid var(--line);background:#fff;border-radius:13px;box-shadow:0 4px 16px #19352809}.progress-board{margin-bottom:17px;padding:25px}.panel-heading{justify-content:space-between;gap:30px;display:flex}.panel-heading h2{margin:8px 0;font-size:20px}.panel-heading p{max-width:700px;color:var(--muted);margin:0;font-size:10px;line-height:1.6}.progress-ring{background:conic-gradient(var(--green) 60%,#e6ece8 0);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:78px;height:78px;display:flex;box-shadow:inset 0 0 0 8px #fff}.progress-ring strong{font-size:15px}.progress-ring span{color:var(--muted);font-size:7px}.status-flow{grid-template-columns:repeat(5,1fr);margin:28px 0 22px;display:grid}.status-flow button{text-align:left;background:0 0;border:0;align-items:center;gap:8px;padding:0 8px;display:flex;position:relative}.status-flow button>span{z-index:2;color:#93a099;background:#fff;border:2px solid #d9e1dc;border-radius:50%;flex:0 0 30px;place-items:center;height:30px;font-size:9px;font-weight:800;display:grid;position:relative}.status-flow button.done>span{border-color:var(--green);background:var(--green);color:#fff}.status-flow button.current>span{border-color:var(--orange);color:#d56c1b;box-shadow:0 0 0 4px #fff3e8}.status-flow button>div{flex-direction:column;display:flex}.status-flow strong{font-size:9px}.status-flow small{color:var(--muted);margin-top:3px;font-size:7px}.status-flow button>i{z-index:1;background:#dce4df;height:2px;position:absolute;left:30px;right:-8px}.status-flow button.done>i{background:var(--green)}.next-action{background:#fff5eb;border-radius:10px;align-items:center;gap:12px;padding:13px;display:flex}.next-action>span{color:#d96f1f;background:#ffe6cf;border-radius:8px;place-items:center;width:31px;height:31px;font-size:9px;display:grid}.next-action>div{flex-direction:column;flex:1;display:flex}.next-action strong{font-size:10px}.next-action p{color:#7e6959;margin:3px 0;font-size:8px}.next-action .button{min-height:35px;font-size:9px}.dashboard-grid{grid-template-columns:2fr 1fr;gap:17px;margin-bottom:17px;display:grid}.simple-metrics{grid-template-columns:repeat(3,1fr);display:grid;overflow:hidden}.simple-metrics>div{border-right:1px solid var(--line);padding:20px}.simple-metrics>div:last-child{border-right:0}.metric-symbol{border-radius:8px;place-items:center;width:28px;height:28px;margin-bottom:17px;font-size:10px;font-weight:900;display:grid}.metric-symbol.green,.activity-item>span.green{background:var(--green-soft);color:var(--green)}.metric-symbol.blue,.activity-item>span.blue{color:var(--blue);background:#edf3ff}.metric-symbol.orange,.activity-item>span.orange{color:#d76e1f;background:#fff2e7}.simple-metrics p{color:var(--muted);margin:0;font-size:9px}.simple-metrics strong{margin:5px 0;font-size:23px;display:block}.simple-metrics small{color:#8b9690;font-size:7px}.understand-card{color:#fff;background:linear-gradient(145deg,#173429,#0f261d);padding:21px}.understand-card>span{color:#7fe0ad;letter-spacing:.12em;font-size:7px;font-weight:850}.understand-card h2{margin:12px 0 8px;font-size:15px}.understand-card p{color:#afbeb7;margin:0;font-size:9px;line-height:1.6}.understand-card button{color:#7fe0ad;background:0 0;border:0;margin-top:16px;padding:0;font-size:8px;font-weight:800}.dashboard-grid.lower{grid-template-columns:1.2fr .8fr}.panel-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;padding:18px;display:flex}.panel-title h2{margin:0 0 4px;font-size:14px}.panel-title p{color:var(--muted);margin:0;font-size:8px}.panel-title button{color:var(--green-dark);background:0 0;border:0;font-size:8px;font-weight:800}.activity-item{border-bottom:1px solid var(--line);align-items:center;gap:10px;min-height:61px;padding:0 17px;display:flex}.activity-item>span{border-radius:8px;place-items:center;width:29px;height:29px;font-size:9px;display:grid}.activity-item>div{flex-direction:column;flex:1;display:flex}.activity-item strong{font-size:9px}.activity-item small{color:var(--muted);margin-top:4px;font-size:7px}.activity-item button{color:#97a19c;background:0 0;border:0}.quick-start{overflow:hidden}.quick-start>button{border:0;border-bottom:1px solid var(--line);text-align:left;background:#fff;align-items:center;gap:11px;width:100%;min-height:70px;padding:12px 17px;transition:all .16s;display:flex}.quick-start>button:hover{background:#f7fbf9;padding-left:20px}.quick-start>button>span{font-size:19px}.quick-start>button>div{flex-direction:column;flex:1;display:flex}.quick-start strong{font-size:9px}.quick-start small{max-width:300px;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:7px;overflow:hidden}.quick-start b{color:#a1aba6}.plain-definition{margin:-8px 0 20px}.system-tools{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.system-tools>label{border:1px solid var(--line);background:#fff;border-radius:9px;align-items:center;gap:8px;width:320px;height:39px;padding:0 11px;display:flex}.system-tools input{background:0 0;border:0;width:100%;font-size:9px}.system-tools>div{border:1px solid var(--line);background:#fff;border-radius:9px;padding:3px;display:flex}.system-tools>div button{height:30px;color:var(--muted);background:0 0;border:0;border-radius:7px;padding:0 12px;font-size:8px}.system-tools>div button.active{background:var(--green-soft);color:var(--green-dark);font-weight:800}.system-grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.system-card{border:1px solid var(--line);background:#fff;border-radius:14px;padding:20px;transition:all .2s;position:relative;box-shadow:0 4px 16px #142d2209}.system-card:hover{box-shadow:var(--shadow-sm);border-color:#badaca;transform:translateY(-3px)}.system-card-head{align-items:flex-start;gap:11px;display:flex}.system-logo{background:#f2f6f4;border-radius:11px;place-items:center;width:40px;height:40px;font-size:19px;display:grid}.system-card-head>div:nth-child(2){flex:1}.system-card h2{margin:8px 0 2px;font-size:14px}.system-card h2+p{color:var(--muted);margin:0;font-size:8px}.system-status{color:var(--green-dark);align-items:center;gap:5px;font-size:7px;font-weight:800;display:inline-flex}.system-status i{background:var(--green);border-radius:50%;width:6px;height:6px}.system-status.setting-up{color:#c56a22}.system-status.setting-up i{background:var(--orange)}.system-status.paused{color:#7b8580}.system-status.paused i{background:#9da7a2}.more-button{color:#7f8a84;background:0 0;border:0;border-radius:7px;width:30px;height:30px}.more-button:hover{background:#f0f4f2}.menu-wrap{position:relative}.action-menu{z-index:8;border:1px solid var(--line);width:175px;box-shadow:var(--shadow-sm);background:#fff;border-radius:9px;padding:5px;position:absolute;top:34px;right:0}.action-menu button{text-align:left;background:0 0;border:0;border-radius:6px;width:100%;height:34px;padding:0 9px;font-size:8px}.action-menu button:hover{background:#f3f7f5}.action-menu button.danger{color:var(--danger)}.system-path{background:#f6f9f7;border-radius:10px;grid-template-columns:1fr 20px 1fr;align-items:center;margin:20px 0;padding:12px;display:grid}.system-path>div{flex-direction:column;display:flex}.system-path span{color:#8b9791;letter-spacing:.1em;font-size:6px;font-weight:850}.system-path strong{margin-top:4px;font-size:8px}.system-path>i{color:#a3afa9;font-style:normal}.system-stats{grid-template-columns:1fr 1fr;gap:10px;display:grid}.system-stats div{border:1px solid var(--line);border-radius:8px;flex-direction:column;padding:10px;display:flex}.system-stats span,.setup-progress span{color:var(--muted);font-size:7px}.system-stats strong{margin-top:4px;font-size:10px}.setup-progress>div{justify-content:space-between;display:flex}.setup-progress b{font-size:8px}.setup-progress progress{width:100%;height:6px;accent-color:var(--orange);margin:8px 0}.setup-progress small{color:#be6e2c;font-size:7px}.system-footer{border-top:1px solid var(--line);justify-content:space-between;align-items:center;margin-top:17px;padding-top:14px;display:flex}.system-footer span{color:var(--muted);font-size:7px}.system-footer button{color:var(--green-dark);background:0 0;border:0;font-size:8px;font-weight:800}.new-system-card{color:#66746d;background:#ffffff73;border:1px dashed #bfcfc6;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;min-height:300px;transition:all .2s;display:flex}.new-system-card:hover{border-color:var(--green);background:var(--green-soft);color:var(--green-dark)}.new-system-card>span{background:#fff;border-radius:50%;place-items:center;width:40px;height:40px;margin-bottom:13px;font-size:19px;display:grid}.new-system-card strong{font-size:11px}.new-system-card p{color:var(--muted);margin:7px;font-size:8px}.empty-state{text-align:center;padding:70px}.empty-state>span{font-size:30px}.empty-state h2{font-size:17px}.empty-state p{color:var(--muted);font-size:10px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#081c1480;place-items:center;padding:20px;animation:.18s fadeIn;display:grid;position:fixed;inset:0}.confirm-modal,.builder-modal{background:#fff;border-radius:15px;width:440px;max-width:100%;padding:28px;animation:.25s modalIn;box-shadow:0 30px 80px #071d1440}.danger-icon{width:42px;height:42px;color:var(--danger);background:#fff0f0;border-radius:11px;place-items:center;font-weight:900;display:grid}.confirm-modal h2,.builder-modal h2{margin:16px 0 8px;font-size:19px}.confirm-modal>p{color:var(--muted);font-size:10px;line-height:1.6}.resource-release{background:#f7f9f8;border-radius:9px;flex-direction:column;gap:7px;margin:20px 0;padding:14px;display:flex}.resource-release strong{font-size:9px}.resource-release span{color:var(--muted);font-size:8px}.confirm-modal>div:last-child,.builder-modal>div:last-child{justify-content:flex-end;gap:9px;display:flex}.setup-layout{grid-template-columns:260px 1fr;gap:18px;display:grid}.setup-nav{border:1px solid var(--line);background:#fff;border-radius:13px;align-self:start;overflow:hidden}.setup-percent{border-bottom:1px solid var(--line);padding:18px}.setup-percent>div{justify-content:space-between;display:flex}.setup-percent strong{font-size:12px}.setup-percent span{color:var(--muted);font-size:8px}.setup-percent progress{width:100%;height:5px;accent-color:var(--green);margin-top:10px}.setup-nav>button{border:0;border-bottom:1px solid var(--line);text-align:left;background:#fff;align-items:center;gap:10px;width:100%;min-height:68px;padding:11px 14px;display:flex}.setup-nav>button:hover,.setup-nav>button.active{background:#f4faf7}.setup-nav>button>span{border:1px solid #d8e0db;border-radius:50%;place-items:center;width:27px;height:27px;font-size:8px;display:grid}.setup-nav>button.active>span{border-color:var(--green);box-shadow:0 0 0 4px var(--green-soft);color:var(--green-dark)}.setup-nav>button.done>span{border-color:var(--green);background:var(--green);color:#fff}.setup-nav>button>div{flex-direction:column;display:flex}.setup-nav strong{font-size:9px}.setup-nav small{color:var(--muted);margin-top:4px;font-size:7px;line-height:1.4}.setup-help{background:#eff8f3;border-radius:9px;grid-template-columns:26px 1fr;margin:14px;padding:13px;display:grid}.setup-help>span{width:23px;height:23px;color:var(--green-dark);background:#d6eee2;border-radius:50%;place-items:center;font-size:8px;display:grid}.setup-help p{color:#5d6f66;margin:0;font-size:8px;line-height:1.45}.setup-help button{width:max-content;color:var(--green-dark);background:0 0;border:0;grid-column:2;margin-top:5px;padding:0;font-size:7px;font-weight:800}.setup-panel{border:1px solid var(--line);background:#fff;border-radius:13px;overflow:hidden}.setup-step{min-height:570px;padding:35px 42px}.step-label{color:var(--green-dark);letter-spacing:.13em;font-size:8px;font-weight:850}.setup-step>h2{letter-spacing:-.035em;margin:11px 0 7px;font-size:24px}.setup-step>p{color:var(--muted);margin:0 0 27px;font-size:10px}.goal-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.goal-grid button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:10px;align-items:flex-start;gap:11px;min-height:98px;padding:14px;display:flex}.goal-grid button:hover,.goal-grid button.selected{border-color:var(--green);background:#f7fcf9}.goal-grid button>span{font-size:22px}.goal-grid button>div{flex-direction:column;flex:1;display:flex}.goal-grid strong{font-size:10px}.goal-grid small{color:var(--muted);margin-top:5px;font-size:7px;line-height:1.45}.goal-grid b{color:var(--green)}.selection-preview{background:#f5f8f6;border-radius:11px;margin-top:25px;padding:20px}.selection-preview>span{color:#77847d;letter-spacing:.12em;margin-bottom:18px;font-size:7px;font-weight:800;display:block}.selection-preview .flow-node p{font-size:7px}.selection-preview .flow-node>span{width:29px;height:29px}.selection-preview .flow-node>i{top:14px}.connection-card{border:1px solid var(--line);border-radius:12px;align-items:center;gap:14px;padding:19px;display:flex}.connection-card.connected{background:#f6fcf9;border-color:#9fd8ba}.meta-logo{color:#4267e8;background:#eef2ff;border-radius:12px;place-items:center;width:45px;height:45px;font-size:24px;font-weight:850;display:grid}.connection-card>div:nth-child(2){flex-direction:column;flex:1;display:flex}.connection-card h3{margin:0;font-size:12px}.connection-card p{color:var(--muted);margin:5px 0 0;font-size:8px}.permission-list{margin-top:25px}.permission-list h3,.allocation-map h3{font-size:10px}.permission-list>div{border-top:1px solid var(--line);gap:10px;padding:11px 0;display:flex}.permission-list>div>span{color:var(--green)}.permission-list p{flex-direction:column;margin:0;display:flex}.permission-list strong{font-size:9px}.permission-list small{color:var(--muted);margin-top:4px;font-size:7px}.warning-note{color:#95612f;background:#fff5e8;border-radius:8px;padding:10px;font-size:8px}.hosting-options{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.hosting-options button{border:1px solid var(--line);text-align:left;background:#fff;border-radius:11px;flex-direction:column;align-items:flex-start;min-height:210px;padding:17px;display:flex;position:relative}.hosting-options button:hover,.hosting-options button.selected{border-color:var(--green);box-shadow:0 0 0 3px #17a66a12}.hosting-options button>span{width:38px;height:38px;color:var(--green-dark);background:#edf5f1;border-radius:9px;place-items:center;font-size:9px;font-weight:850;display:grid}.hosting-options button>div>b{color:#718078;background:#f0f4f2;border-radius:99px;padding:3px 6px;font-size:6px;position:absolute;top:12px;right:12px}.hosting-options h3{margin:16px 0 5px;font-size:12px}.hosting-options p{min-height:45px;color:var(--muted);margin:0;font-size:8px;line-height:1.45}.hosting-options small{color:#49735f;font-size:7px}.hosting-options button>i{color:var(--green);font-style:normal;position:absolute;bottom:12px;right:12px}.allocation-map{background:#f6f9f7;border-radius:10px;margin-top:20px;padding:15px}.allocation-map>div{border-top:1px solid #e0e8e3;align-items:center;gap:9px;padding:8px 0;display:flex}.allocation-map>div>span{background:#fff;border-radius:7px;place-items:center;width:25px;height:25px;display:grid}.allocation-map p{flex-direction:column;flex:1;margin:0;display:flex}.allocation-map strong{font-size:8px}.allocation-map small{color:var(--muted);margin-top:2px;font-size:7px}.allocation-map b{font-size:8px}.setup-name{max-width:440px}.review-card{border:1px solid var(--line);border-radius:10px}.review-card>div{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:48px;padding:0 14px;font-size:9px;display:flex}.review-card>div:last-child{border-bottom:0}.review-card span{color:var(--muted)}.cost-review{background:#eff8f3;border-radius:10px;margin-top:18px;padding:16px}.cost-review>div{justify-content:space-between;font-size:11px;display:flex}.cost-review p{color:#587064;margin:9px 0 0;font-size:8px}.go-live-step{text-align:center}.launch-visual>span{background:var(--green-soft);width:65px;height:65px;color:var(--green);border-radius:18px;place-items:center;margin:12px auto 20px;font-size:25px;display:grid}.go-live-step>p{max-width:600px;margin:0 auto 30px}.launch-flow{background:#f5f8f6;border-radius:11px;padding:22px}.launch-summary{color:#557065;justify-content:center;gap:20px;margin:20px 0;font-size:8px;display:flex}.setup-footer{border-top:1px solid var(--line);background:#fbfcfb;justify-content:space-between;align-items:center;min-height:65px;padding:0 25px;display:flex}.journey-overview{grid-template-columns:1fr 50px 1.2fr 50px 1fr;align-items:center;padding:20px;display:grid}.journey-start,.journey-result{border:1px solid var(--line);border-radius:10px;align-items:center;gap:10px;padding:13px;display:flex}.journey-start>span,.journey-result>span{background:#fff3e8;border-radius:8px;place-items:center;width:32px;height:32px;display:grid}.journey-result>span{background:var(--green-soft);color:var(--green)}.journey-start>div,.journey-result>div,.journey-branch{flex-direction:column;display:flex}.journey-start small,.journey-result small,.journey-branch span{color:var(--muted);font-size:6px}.journey-start strong,.journey-result strong,.journey-branch strong{margin-top:4px;font-size:9px}.journey-arrow{text-align:center;color:#9ca8a2}.journey-branch{background:var(--green-soft);border:1px solid #c9e2d5;border-radius:10px;padding:13px}.journey-branch small{color:var(--muted);margin-top:4px;font-size:7px}.rules-list{flex-direction:column;gap:10px;margin-top:17px;display:flex}.rule-card{align-items:center;gap:14px;min-height:105px;padding:16px;display:flex}.rule-number{border:1px solid var(--line);border-radius:50%;place-items:center;width:31px;height:31px;font-size:9px;font-weight:800;display:grid}.rule-content{flex:1;grid-template-columns:1fr 1fr;align-items:center;gap:20px;display:grid}.approval{background:var(--green-soft);color:var(--green-dark);border-radius:99px;padding:3px 6px;font-size:6px;font-weight:800}.approval.draft{color:#6f7b75;background:#f1f3f2}.rule-content h2{margin:0 0 0 8px;font-size:11px;display:inline}.rule-content p{color:var(--muted);margin:7px 0 0;font-size:8px}.template-preview{background:#f6f8f7;border-radius:8px;padding:10px}.template-preview small{color:#8b9691;font-size:6px;font-weight:800}.template-preview p{color:#44534c;margin:5px 0}.toggle{width:34px;height:20px;position:relative}.toggle input,.setting-toggle input{opacity:0;position:absolute}.toggle span,.setting-toggle>span{background:#cbd4cf;border-radius:99px;width:34px;height:20px;padding:2px;transition:all .2s;display:block}.toggle span:after,.setting-toggle>span:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;display:block;box-shadow:0 1px 3px #0003}.toggle input:checked+span,.setting-toggle input:checked+span{background:var(--green)}.toggle input:checked+span:after,.setting-toggle input:checked+span:after{transform:translate(14px)}.builder-modal{position:relative}.modal-close{background:#f2f5f3;border:0;border-radius:7px;width:30px;height:30px;position:absolute;top:15px;right:15px}.builder-modal label{margin-top:18px}.builder-modal select{background:#fff}.builder-path{background:#f4f8f6;border-radius:9px;justify-content:space-between;align-items:center;margin:20px 0;padding:14px;font-size:8px;display:flex}.builder-path i{color:var(--green);font-style:normal}.activity-table{overflow:hidden}.activity-tools{border-bottom:1px solid var(--line);align-items:center;gap:10px;height:62px;padding:0 17px;display:flex}.activity-tools label{border:1px solid var(--line);border-radius:8px;align-items:center;gap:8px;width:340px;height:35px;padding:0 9px;display:flex}.activity-tools input{border:0;width:100%;font-size:8px}.activity-tools select{border:1px solid var(--line);background:#fff;border-radius:8px;height:35px;padding:0 10px;font-size:8px}.activity-tools>span{color:var(--muted);margin-left:auto;font-size:8px}.table-head,.activity-row-table{border-bottom:1px solid var(--line);grid-template-columns:70px 1.1fr 1.3fr 1.2fr 120px 28px;align-items:center;gap:12px;min-height:52px;padding:0 17px;display:grid}.table-head{color:#7d8983;text-transform:uppercase;letter-spacing:.08em;background:#f7f9f8;min-height:38px;font-size:7px;font-weight:800}.activity-row-table{font-size:8px}.activity-row-table:hover{background:#f8fbf9}.activity-row-table time{color:var(--muted)}.activity-row-table button{background:0 0;border:0}.result{background:var(--green-soft);width:max-content;color:var(--green-dark);border-radius:99px;align-items:center;gap:5px;padding:5px 7px;font-size:7px;font-weight:800;display:flex}.result i{background:var(--green);border-radius:50%;width:5px;height:5px}.result.queued{color:#3563c7;background:#edf3ff}.result.queued i{background:var(--blue)}.result.needs-review{color:#b9601d;background:#fff2e7}.result.needs-review i{background:var(--orange)}.cost-grid{grid-template-columns:.85fr 1.15fr;gap:17px;margin-bottom:17px;display:grid}.paid-card{padding:23px}.paid-badge{background:var(--green-soft);color:var(--green-dark);border-radius:99px;padding:5px 8px;font-size:7px;font-weight:850}.paid-card h2{margin:18px 0 3px;font-size:31px}.paid-card>p{color:var(--muted);margin:0 0 20px;font-size:8px}.paid-card>div{border-top:1px solid var(--line);justify-content:space-between;padding:11px 0;font-size:9px;display:flex}.paid-card>button{color:var(--green-dark);background:0 0;border:0;margin-top:15px;padding:0;font-size:8px;font-weight:800}.allocation-card{overflow:hidden}.live-dot{color:var(--green-dark);font-size:8px}.allocation-row{border-bottom:1px solid var(--line);align-items:center;gap:11px;min-height:69px;padding:0 18px;display:flex}.allocation-row>span{width:32px;height:32px;color:var(--green-dark);background:#eef7f2;border-radius:8px;place-items:center;display:grid}.allocation-row>div{flex-direction:column;flex:1;display:flex}.allocation-row strong{font-size:9px}.allocation-row small{color:var(--muted);margin-top:4px;font-size:7px}.allocation-row b{font-size:8px}.calculator{grid-template-columns:1fr 280px;gap:60px;padding:26px;display:grid}.calculator h2{margin:10px 0 6px;font-size:18px}.calculator>div>p{color:var(--muted);font-size:9px}.calculator label{color:#526158;flex-wrap:wrap;justify-content:space-between;margin-top:30px;font-size:9px;display:flex}.calculator input{width:100%;accent-color:var(--green);margin-top:15px}.range-labels{color:var(--muted);justify-content:space-between;font-size:7px;display:flex}.calculator aside{background:var(--navy);color:#fff;border-radius:11px;padding:20px}.calculator aside>span{color:#8fa79c;font-size:7px}.calculator aside>strong{margin:12px 0 2px;font-size:28px;display:block}.calculator aside>small{color:#a8bbb2;font-size:7px}.calculator aside hr{border:0;border-top:1px solid #345044;margin:18px 0}.calculator aside p{color:#a8bbb2;justify-content:space-between;font-size:8px;display:flex}.calculator aside b{color:#fff}.settings-layout-new{grid-template-columns:210px 1fr;gap:17px;display:grid}.settings-layout-new>aside{flex-direction:column;gap:4px;display:flex}.settings-layout-new>aside button{color:#627068;text-align:left;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;height:42px;padding:0 11px;font-size:9px;display:flex}.settings-layout-new>aside button:hover,.settings-layout-new>aside button.active{color:var(--green-dark);box-shadow:var(--shadow-sm);background:#fff;font-weight:800}.settings-content{min-height:560px;padding:26px}.settings-title{align-items:center;gap:12px;display:flex}.settings-title>span{background:var(--green-soft);width:40px;height:40px;color:var(--green-dark);border-radius:10px;place-items:center;font-weight:800;display:grid}.settings-title h2{margin:0;font-size:17px}.settings-title p{color:var(--muted);margin:5px 0;font-size:8px}.glossary-search{border:1px solid var(--line);border-radius:8px;align-items:center;gap:8px;max-width:450px;height:39px;margin:25px 0;padding:0 11px;display:flex}.glossary-search input{border:0;width:100%;font-size:8px}.glossary{max-width:700px}.glossary details{border-top:1px solid var(--line)}.glossary summary{cursor:pointer;justify-content:space-between;align-items:center;height:52px;font-size:10px;font-weight:750;list-style:none;display:flex}.glossary details p{color:var(--muted);margin:-5px 0 17px;font-size:9px;line-height:1.6}.settings-form{max-width:500px;margin-top:28px}.settings-form .button{margin-top:5px}.setting-toggle{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;min-height:70px;display:flex;position:relative}.setting-toggle>div{flex-direction:column;display:flex}.setting-toggle strong{font-size:10px}.setting-toggle small{color:var(--muted);margin-top:4px;font-size:8px}.connection-row{border-bottom:1px solid var(--line);align-items:center;gap:11px;min-height:70px;display:flex}.connection-row>span{background:#f0f4f2;border-radius:9px;place-items:center;width:35px;height:35px;font-size:8px;font-weight:850;display:grid}.connection-row>div{flex-direction:column;flex:1;display:flex}.connection-row strong{font-size:9px}.connection-row small{color:var(--muted);margin-top:4px;font-size:7px}.connection-row button{color:var(--green-dark);background:0 0;border:0;font-size:8px;font-weight:800}.security-block{border:1px solid var(--line);border-radius:10px;margin-top:22px;padding:17px}.security-block h3{margin:0;font-size:11px}.security-block p{color:var(--muted);font-size:8px;line-height:1.6}.drawer-layer{z-index:80;background:#0a1c1533;position:fixed;inset:0}.notifications-drawer{background:#fff;width:370px;max-width:100%;animation:.25s drawerIn;position:absolute;top:0;bottom:0;right:0;box-shadow:-20px 0 50px #0a231821}.drawer-title{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:82px;padding:0 20px;display:flex}.drawer-title h2{margin:5px 0 0;font-size:18px}.drawer-title button{background:#f2f5f3;border:0;border-radius:8px;width:32px;height:32px;font-size:18px}.drawer-item{border:0;border-bottom:1px solid var(--line);text-align:left;background:#fff;gap:11px;width:100%;padding:17px 19px;display:flex}.drawer-item:hover{background:#f7faf8}.drawer-item>span{border-radius:50%;flex:0 0 8px;height:8px;margin-top:3px}.drawer-item>span.green{background:var(--green)}.drawer-item>span.orange{background:var(--orange)}.drawer-item>span.blue{background:var(--blue)}.drawer-item div{flex-direction:column;display:flex}.drawer-item strong{font-size:9px}.drawer-item p{color:var(--muted);margin:5px 0;font-size:8px;line-height:1.45}.drawer-item time{color:#9aa49f;font-size:7px}.drawer-footer{border:1px solid var(--line);height:40px;color:var(--green-dark);background:#fff;border-radius:9px;font-size:9px;font-weight:800;position:absolute;bottom:16px;left:16px;right:16px}.command{border:1px solid var(--line);background:#fff;border-radius:14px;width:560px;max-width:100%;padding:8px;box-shadow:0 28px 80px #0a1e153b}.command>label{border-bottom:1px solid var(--line);align-items:center;gap:10px;height:50px;padding:0 11px;display:flex}.command input{border:0;flex:1}.command kbd{border:1px solid var(--line);color:var(--muted);border-radius:5px;padding:3px 6px;font-size:7px}.command>p{color:#909b95;letter-spacing:.1em;margin:13px 10px 7px;font-size:7px;font-weight:800}.command>button{text-align:left;background:#fff;border:0;border-radius:8px;align-items:center;gap:10px;width:100%;height:48px;padding:0 10px;display:flex}.command>button:hover{background:#f2f8f5}.command>button>span{background:#edf5f1;border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.command>button>div{flex-direction:column;flex:1;display:flex}.command strong{font-size:9px}.command small{color:var(--muted);margin-top:3px;font-size:7px}.command b{color:#9ba69f}.toast-stack{z-index:160;flex-direction:column;gap:9px;display:flex;position:fixed;bottom:18px;right:18px}.toast{width:360px;max-width:calc(100vw - 36px);box-shadow:var(--shadow);background:#fff;border:1px solid #c8e3d5;border-radius:11px;align-items:flex-start;gap:10px;padding:13px;animation:.25s toastIn;display:flex}.toast>span{background:var(--green-soft);width:29px;height:29px;color:var(--green);border-radius:8px;place-items:center;font-weight:900;display:grid}.toast>div{flex-direction:column;flex:1;display:flex}.toast strong{font-size:9px}.toast p{color:var(--muted);margin:4px 0 0;font-size:7px}.toast button{color:#89958f;background:0 0;border:0}@keyframes stageIn{0%{opacity:0;transform:translate(12px)}to{opacity:1;transform:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:none}}@keyframes drawerIn{0%{transform:translate(100%)}to{transform:none}}@keyframes toastIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@media (width<=1050px){.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.hero-copy>p,.pill{margin-left:auto;margin-right:auto}.hero-actions,.trust-row{justify-content:center}.hero-demo{min-height:480px}.pricing-section{gap:45px}.public-header nav{display:none}.tutorial-main{grid-template-columns:320px 1fr}.tutorial-stage{padding:40px}.auth-aside{padding:35px}.auth-aside h1{font-size:35px}.checkout-page>main{grid-template-columns:1fr 340px;gap:25px}.status-flow{grid-template-columns:repeat(3,1fr);gap:20px}.status-flow button:nth-child(3)>i{display:none}.dashboard-grid,.system-grid,.hosting-options{grid-template-columns:1fr}.hosting-options button{min-height:135px}.rule-content{grid-template-columns:1fr}.calculator{grid-template-columns:1fr 240px}}@media (width<=820px){.public-section{padding:80px 22px}.scenario-tabs{grid-template-columns:1fr 1fr}.scenario-showcase{grid-template-columns:1fr;gap:35px;padding:35px}.explain-grid{grid-template-columns:1fr 1fr}.pricing-section{grid-template-columns:1fr}.final-cta{flex-direction:column;align-items:flex-start;margin:0 20px 50px;padding:38px}.tutorial-main{grid-template-columns:1fr}.tutorial-sidebar{padding:35px 25px}.tutorial-sidebar h1{font-size:30px}.tutorial-list{grid-template-columns:1fr 1fr;display:grid}.auth-page{grid-template-columns:1fr}.auth-aside{display:none}.mobile-auth-brand{margin-bottom:40px;display:block}.checkout-page>main{grid-template-columns:1fr}.order-summary{position:static}.app-sidebar{transition:transform .22s;transform:translate(-100%)}.app-sidebar.open{transform:none}.sidebar-brand>button{display:block}.sidebar-scrim{z-index:25;background:#081c146b;border:0;position:fixed;inset:0}.app-area{margin-left:0}.mobile-menu{display:block}.top-icon,.top-setup{display:none}.setup-layout{grid-template-columns:1fr}.setup-nav{grid-template-columns:repeat(5,1fr);display:grid}.setup-percent,.setup-help{display:none}.setup-nav>button{border-bottom:0;justify-content:center;min-height:63px;padding:8px}.setup-nav>button>div{display:none}.setup-step{min-height:auto}.journey-overview{grid-template-columns:1fr}.journey-arrow{padding:10px;transform:rotate(90deg)}.cost-grid,.settings-layout-new{grid-template-columns:1fr}.settings-layout-new>aside{flex-direction:row;overflow:auto}.settings-layout-new>aside button{white-space:nowrap}.settings-layout-new>aside button span{display:none}}@media (width<=600px){.public-header{height:62px;padding:0 17px}.public-actions .text-link{display:none}.public-actions .button{min-height:34px;padding:0 10px;font-size:9px}.hero{gap:30px;padding:45px 19px}.hero h1{font-size:42px}.hero-copy>p{font-size:13px}.hero-actions{flex-direction:column;align-items:stretch}.trust-row{gap:8px}.hero-demo{min-height:400px}.demo-browser{max-width:390px}.demo-canvas{padding:15px}.logo-strip div{grid-template-columns:repeat(3,1fr);font-size:10px;display:grid}.section-heading h2{font-size:31px}.scenario-tabs{display:flex;overflow:auto}.scenario-tabs button{flex:0 0 180px}.scenario-showcase{padding:25px}.scenario-showcase h3{font-size:27px}.explain-grid{grid-template-columns:1fr}.guide-section .flow-line{overflow:auto}.guide-section .flow-node{min-width:110px}.price-copy h2{font-size:33px}.final-cta>div:last-child{flex-direction:column;width:100%}.public-footer{flex-direction:column;align-items:flex-start}.public-footer p{margin:0}.tutorial-list{grid-template-columns:1fr}.tutorial-stage{padding:24px 15px}.stage-card{padding:28px 20px}.stage-actions{flex-direction:column;align-items:stretch}.auth-main{padding:28px 20px}.auth-card h2{font-size:26px}.checkout-page>header{padding:0 16px}.checkout-page>main{padding:40px 16px}.checkout-form h1{font-size:29px}.choice-grid,.provider-grid{grid-template-columns:1fr}.app-topbar{padding:0 14px}.app-topbar>div:first-child>div{display:none}.search-button{justify-content:center;width:36px;padding:0}.search-button:not(:focus) kbd,.search-button:not(:focus){font-size:0}.app-content{padding:23px 14px 50px}.app-page-heading{flex-direction:column;align-items:flex-start}.app-page-heading h1{font-size:24px}.progress-board{padding:18px}.panel-heading{align-items:flex-start}.panel-heading h2{font-size:17px}.progress-ring{flex:0 0 65px;height:65px}.status-flow{grid-template-columns:1fr}.status-flow button>i{width:2px;height:20px;top:30px;left:22px;right:auto}.status-flow button:nth-child(3)>i{display:block}.next-action{flex-wrap:wrap;align-items:flex-start}.next-action .button{width:100%}.simple-metrics{grid-template-columns:1fr}.simple-metrics>div{border-right:0;border-bottom:1px solid var(--line)}.dashboard-grid.lower{grid-template-columns:1fr}.system-tools{flex-direction:column;align-items:stretch;gap:10px}.system-tools>label{width:100%}.system-tools>div{overflow:auto}.system-grid{grid-template-columns:1fr}.system-card{padding:16px}.system-path{grid-template-columns:1fr}.system-path>i{transform:rotate(90deg)}.setup-heading .button{display:none}.setup-nav{grid-template-columns:repeat(5,68px);overflow:auto}.setup-step{padding:26px 17px}.goal-grid{grid-template-columns:1fr}.selection-preview{overflow:auto}.selection-preview .flow-line{width:560px}.connection-card{flex-wrap:wrap;align-items:flex-start}.connection-card .button{width:100%}.hosting-options button{min-height:140px}.launch-flow{overflow:auto}.launch-flow .flow-line{width:600px}.launch-summary{flex-direction:column;align-items:flex-start}.setup-footer{gap:8px;padding:10px}.setup-footer .button{padding:0 10px;font-size:9px}.rule-card{flex-wrap:wrap;align-items:flex-start}.rule-content{flex-basis:100%;order:3;grid-template-columns:1fr}.activity-table{overflow:auto}.activity-tools,.table-head,.activity-row-table{min-width:750px}.calculator{grid-template-columns:1fr}.settings-content{padding:19px}.notifications-drawer{width:100%}.toast-stack{bottom:12px;left:12px;right:12px}.toast{width:100%;max-width:none}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
