:root{color-scheme:light;--ink:#1d3327;--muted:#708174;--paper:#f4f6ef;--white:#fffefa;--line:#dce5d9;--green:#1f4930;--lime:#dbf3a8;--soft:#eaf3e4;--error:#a03427}
*{box-sizing:border-box}
[hidden]{display:none!important}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font:14px/1.55 ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,input,select{font:inherit}
button{cursor:pointer}
button:disabled{cursor:wait;opacity:.62}
a{color:inherit;text-decoration:none}
:focus-visible{outline:3px solid #9fc873;outline-offset:3px}
.brand{font-size:29px;line-height:1;font-weight:820;letter-spacing:-.095em;white-space:nowrap}.brand span{color:#8bb350}
.eyebrow,.section-kicker,.card-kicker{font-size:10px;line-height:1.4;font-weight:850;letter-spacing:.16em;color:#71964f}
.eyebrow:before{content:"";display:inline-block;width:22px;height:1px;margin:0 10px 3px 0;background:#71964f}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:42px;padding:10px 17px;border-radius:7px;border:1px solid transparent;font-size:12px;font-weight:770;white-space:nowrap;transition:background .15s,border-color .15s,transform .15s}
.button:hover:not(:disabled){transform:translateY(-1px)}
.button.primary{background:var(--green);color:white;box-shadow:0 9px 20px #1d493018}.button.primary:hover:not(:disabled){background:#173a26}
.button.secondary{background:#f4f8ef;border-color:#c9dac1;color:#315838}.button.secondary:hover:not(:disabled){background:#e7f1df}
.button.full{width:100%}
.text-button{border:0;background:none;color:#426e43;font-size:12px;font-weight:790;padding:7px 2px}.text-button:hover{text-decoration:underline;text-underline-offset:3px}
.icon-button{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--line);border-radius:7px;background:#f9fbf7;color:#5e785f;font-size:23px;line-height:1}
.form-message{color:var(--error);font-size:12px;line-height:1.5;margin:12px 0 0}.form-message.success{color:#2e7544}
.loading-screen{min-height:100vh;display:grid;place-items:center;color:#5a765d;font-size:13px;letter-spacing:.05em}

/* Owner setup and login */
.auth-shell{min-height:100vh;display:flex;flex-direction:column;background:radial-gradient(circle at 18% 60%,#eaf3dc,transparent 35%),var(--paper)}
.auth-header{display:flex;align-items:center;gap:22px;min-height:78px;padding:0 max(30px,calc((100vw - 1160px)/2));border-bottom:1px solid #dce7d7;background:#f8faf4c9}
.auth-header>span{border-left:1px solid #d7e3d1;padding-left:22px;color:#7c9079;font-size:10px;letter-spacing:.15em;font-weight:800}
.auth-main{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:center;gap:8vw;max-width:1160px;width:100%;margin:auto;padding:70px 30px 100px}
.auth-intro h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(57px,6.1vw,91px);line-height:1.04;letter-spacing:-.065em;font-weight:500;margin:24px 0 24px}.auth-intro h1 em{color:#6c9547;font-weight:400}
.auth-intro>p{max-width:520px;color:#5d7360;font-size:16px;line-height:1.75;margin:0 0 43px}
.auth-feature{display:flex;align-items:center;gap:16px;border-top:1px solid #d1dfca;padding-top:24px;max-width:450px}.auth-feature>span{display:grid;place-items:center;width:42px;height:42px;background:#daeacc;color:#5b8d48;border-radius:11px;font-size:25px}.auth-feature strong,.auth-feature small{display:block}.auth-feature strong{font-size:13px}.auth-feature small{font-size:11px;color:#7c8d7c;margin-top:3px;line-height:1.5}
.auth-card{position:relative;background:var(--white);border:1px solid #dce5d8;border-radius:17px;box-shadow:0 28px 68px #22392412;padding:38px 39px 0}.auth-card:before{content:"";position:absolute;left:38px;right:38px;top:0;height:3px;background:linear-gradient(90deg,#87b557,#d9efaf,transparent)}
.auth-card h2{font-size:31px;letter-spacing:-.05em;margin:13px 0 7px}.auth-card>p{color:#6a7c6e;font-size:13px;line-height:1.6;margin:0 0 29px}.auth-card form{display:flex;flex-direction:column}.auth-card label,.field label,dialog label,.fee-form label{display:block;font-size:11px;font-weight:790;color:#354e3a;margin-bottom:8px}.auth-card input,.field input,.field select,dialog input,.fee-input input{width:100%;min-height:43px;border:1px solid #cbdac7;border-radius:7px;background:white;color:#1e3626;padding:10px 12px;outline:none}.auth-card input:focus,.field input:focus,.field select:focus,dialog input:focus,.fee-input:focus-within{border-color:#82ad67;box-shadow:0 0 0 3px #e4f1dc}.auth-card form>.button{margin:23px 0 5px}.auth-card form>input+label{margin-top:18px}.auth-card .field-help{color:#899989;font-size:10px;margin:5px 0 13px;line-height:1.45}.auth-card .field-help+label{margin-top:3px}.auth-card-footer{border-top:1px solid var(--line);margin:30px -39px 0;padding:16px 39px;color:#91a092;font-size:10px}

/* Workspace frame */
.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:252px;background:#183323;color:#f0f6e9;padding:30px 20px 24px;display:flex;flex-direction:column;z-index:10}.sidebar-brand{display:block;margin:0 12px 33px}.sidebar-brand span{color:#c8ec8c}
.workspace-identity{display:flex;align-items:center;gap:11px;border:1px solid #41634b;background:#294635;padding:11px;border-radius:9px;margin-bottom:36px}.owner-avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:8px;background:#dff3bd;color:#24442d;font-weight:850}.workspace-identity strong,.workspace-identity small{display:block}.workspace-identity strong{font-size:11px}.workspace-identity small{font-size:9px;color:#a7bca9;margin-top:2px}
.side-label{font-size:9px;letter-spacing:.15em;font-weight:800;color:#8da88f;margin:0 10px 12px}.side-link{display:flex;align-items:center;gap:11px;min-height:41px;border-radius:7px;padding:0 11px;color:#c8d8c9;font-size:11px;font-weight:700}.side-link.active{background:#31523a;color:#f4f8ef}.side-link>span{font-size:17px;color:#c5e9a1}.side-link b{margin-left:auto;color:#d8efb7;font-size:10px}
.sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;gap:11px}.sidebar-note{padding:16px;border-radius:9px;background:#294835;border:1px solid #3c6044;margin-bottom:8px}.sidebar-note>span{font-size:18px;color:#c8e894}.sidebar-note strong{display:block;font-size:11px;margin-top:8px}.sidebar-note p{color:#adbfad;font-size:10px;line-height:1.55;margin:6px 0 0}.sidebar-bottom>a{color:#abc4ab;font-size:10px;font-weight:720;padding:1px 5px}.sidebar-bottom>a:hover{color:#f1f7e8}
.main-column{margin-left:252px;min-width:0}.topbar{height:70px;border-bottom:1px solid #dce5d9;background:#fbfcf8;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 clamp(25px,4vw,58px)}.breadcrumb{font-size:11px;color:#8a9a8c;font-weight:700}.breadcrumb span{margin:0 9px;color:#bac8b8}.breadcrumb strong{color:#344d38}.topbar-right{display:flex;align-items:center;gap:25px}.local-status{font-size:10px;color:#6f876e;font-weight:700;white-space:nowrap}.local-status i{display:inline-block;width:7px;height:7px;background:#8bb363;border-radius:50%;margin-right:7px}
.content{max-width:1250px;margin:0 auto;padding:45px clamp(25px,4vw,58px) 80px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:27px}.page-heading h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,4vw,56px);line-height:1.1;letter-spacing:-.055em;font-weight:500;margin:12px 0 9px}.page-heading p{font-size:13px;color:#728275;margin:0}.page-heading>.button{margin-bottom:5px}
.readiness-note{display:flex;gap:14px;align-items:flex-start;background:#e9f3e2;border:1px solid #d5e8cb;border-radius:10px;padding:16px 18px;color:#4b704d;margin-bottom:18px}.readiness-note>span{font-size:18px;line-height:1}.readiness-note p{font-size:11px;line-height:1.6;margin:0}.readiness-note strong{color:#365b3a}
.summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-bottom:17px}.summary-card,.panel{background:var(--white);border:1px solid var(--line);border-radius:11px;box-shadow:0 8px 28px #24432c08}.summary-card{min-height:142px;padding:20px 22px;display:flex;flex-direction:column}.summary-card span{font-size:9px;letter-spacing:.14em;font-weight:850;color:#829684}.summary-card strong{font-size:31px;font-weight:720;letter-spacing:-.06em;line-height:1.25;margin:13px 0 0}.summary-card small{font-size:10px;color:#879788;margin-top:auto}
.control-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-bottom:31px}.compact-panel{padding:20px 22px;min-height:192px}.compact-panel .section-head h2{font-size:19px;margin:6px 0 0}.small-tag{color:#668e5d;background:#eef6e6;border:1px solid #dbeacf;border-radius:5px;padding:5px 7px;font-size:8px;font-weight:850;letter-spacing:.11em;white-space:nowrap}.compact-copy{font-size:11px;color:#7b8c7c;line-height:1.6;margin:13px 0 0}.account-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:14px 0}.account-details>div{background:#f4f8f0;border:1px solid #e1eadb;border-radius:7px;padding:9px 11px}.account-details span,.account-details strong{display:block}.account-details span{font-size:9px;color:#7a8d78}.account-details strong{font-size:15px;color:#2e5036;margin-top:2px}.fee-form{margin-top:12px}.fee-controls{display:flex;align-items:center;gap:8px}.fee-input{width:105px;height:40px;border:1px solid #cbdac7;border-radius:6px;display:flex;align-items:center;padding-right:10px;background:white}.fee-input input{border:0;min-height:38px;font-size:17px;font-weight:750;padding:7px 8px;width:100%;box-shadow:none}.fee-input span{color:#6d8c63;font-size:13px}.fee-form label{margin-bottom:5px}.fee-form small{display:block;color:#879788;font-size:10px;margin-top:7px}
.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px}.section-head h2{font-size:24px;letter-spacing:-.035em;margin:7px 0 2px}.section-head p{color:#849285;font-size:11px;margin:0;line-height:1.55}.add-panel{padding:24px 28px;margin-bottom:29px;border-color:#c5dac0;box-shadow:0 16px 38px #2f63300e}.add-panel .section-head{margin-bottom:23px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field-full{grid-column:1/-1}.field small{display:block;font-size:10px;color:#839484;line-height:1.5;margin-top:6px}.optional{font-weight:500;color:#9baa9a}.secret-input{display:flex;border:1px solid #cbdac7;border-radius:7px;background:white}.secret-input:focus-within{border-color:#82ad67;box-shadow:0 0 0 3px #e4f1dc}.secret-input input{border:0;box-shadow:none!important;min-width:0;flex:1}.secret-input button{background:none;border:0;border-left:1px solid #e6ece3;color:#54794f;font-size:10px;font-weight:750;padding:0 14px}.form-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-top:23px}.form-actions .form-message{margin:0 0 0 4px}
.connections-section{margin-top:20px}.list-head{align-items:flex-end;margin:0 0 15px}.search-field{display:flex;align-items:center;gap:7px;height:39px;padding:0 12px;background:white;border:1px solid #d5e0d2;border-radius:7px;color:#6e966a}.search-field:focus-within{border-color:#82ad67;box-shadow:0 0 0 3px #e4f1dc}.search-field input{width:190px;border:0;outline:0;background:transparent;font-size:11px;color:#263e2e}
.connection-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.connection-card{padding:21px 22px;display:flex;flex-direction:column;min-height:213px}.connection-card-top{display:flex;align-items:flex-start;gap:11px}.provider-icon{display:grid;place-items:center;flex:none;width:37px;height:37px;border-radius:9px;background:#e5f1dd;color:#4f7c48;font-size:16px;font-weight:850}.connection-title{min-width:0;flex:1}.connection-title h3{font-size:14px;letter-spacing:-.02em;margin:0 0 2px;overflow-wrap:anywhere}.connection-title small{font-size:10px;color:#89988a}.connection-status{font-size:9px;font-weight:800;border-radius:4px;padding:5px 7px;white-space:nowrap;background:#f0f3ec;color:#6e826d}.connection-status.verified{color:#397346;background:#e7f4e7}.connection-status.failed{color:#a44f39;background:#f9ece7}.connection-card p{font-size:10px;line-height:1.6;color:#819183;margin:17px 0 7px}.connection-card .meta{font-size:10px;color:#94a095;line-height:1.5;margin-top:auto}.connection-actions{border-top:1px solid #e8eee6;margin-top:14px;padding-top:12px;display:flex;flex-wrap:wrap;gap:12px}.connection-actions button{border:0;background:none;color:#48744a;font-size:10px;font-weight:770;padding:0}.connection-actions button:hover{text-decoration:underline;text-underline-offset:2px}.connection-actions button.danger{color:#a05c4c}.empty-card{grid-column:1/-1;border:1px dashed #cbdcc6;border-radius:11px;background:#fbfcf9;min-height:220px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:25px}.empty-card>span{display:grid;place-items:center;width:42px;height:42px;background:#edf4e7;color:#6e9a64;border-radius:10px;font-size:23px}.empty-card strong{font-size:13px;margin-top:12px}.empty-card p{font-size:11px;line-height:1.5;color:#879889;max-width:355px;margin:5px 0 14px}.footer-note{display:flex;align-items:flex-start;gap:18px;border-top:1px solid #dae5d5;padding-top:17px;margin-top:30px}.footer-note strong{font-size:11px;white-space:nowrap}.footer-note p{font-size:10px;color:#8a9a8c;line-height:1.5;margin:0}
dialog{width:min(460px,calc(100vw - 30px));border:1px solid var(--line);border-radius:13px;padding:28px 30px 30px;background:var(--white);color:var(--ink);box-shadow:0 28px 90px #10281845}dialog::backdrop{background:#14251baa}.dialog-close{float:right;border:0;background:none;color:#668167;font-size:24px;line-height:1}dialog h2{font-size:24px;letter-spacing:-.04em;margin:10px 0 7px}dialog p{font-size:11px;color:#788a7b;line-height:1.6;margin:0 0 23px}dialog .form-actions{margin-top:18px}dialog .form-message{margin-top:12px}.dialog-secondary-label{margin-top:17px}.toast{position:fixed;bottom:20px;right:22px;z-index:30;background:#214732;color:white;border-radius:8px;box-shadow:0 16px 34px #193e2640;padding:12px 16px;font-size:12px;max-width:min(380px,calc(100vw - 40px))}
@media(max-width:1080px){.control-grid{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-card:last-child{grid-column:1/-1;min-height:115px}}
@media(max-width:850px){.auth-main{gap:5vw;grid-template-columns:minmax(0,1fr) minmax(320px,.9fr)}.auth-intro h1{font-size:56px}.sidebar{width:205px;padding:25px 14px}.main-column{margin-left:205px}.content{padding:35px 26px 70px}.topbar{padding:0 26px}.connection-grid{grid-template-columns:1fr}}
@media(max-width:680px){.auth-header{min-height:67px;padding:0 20px}.auth-main{grid-template-columns:1fr;gap:30px;padding:55px 20px 70px}.auth-intro h1{font-size:clamp(47px,12vw,65px);margin:17px 0}.auth-intro>p{font-size:13px;margin-bottom:22px}.auth-feature{display:none}.auth-card{padding:28px 25px 0}.auth-card-footer{margin-left:-25px;margin-right:-25px;padding-left:25px;padding-right:25px}.sidebar{position:static;width:auto;padding:16px 18px;display:flex;flex-direction:row;align-items:center;gap:20px}.sidebar-brand{margin:0;font-size:25px}.workspace-identity{margin:0;border:0;background:none;padding:0}.owner-avatar,.side-label,.sidebar nav,.sidebar-bottom{display:none}.main-column{margin-left:0}.topbar{height:54px;padding:0 19px}.content{padding:31px 19px 65px}.page-heading{align-items:flex-start;flex-direction:column;gap:15px}.page-heading h1{font-size:43px}.summary-grid{gap:9px}.summary-card{padding:16px;min-height:120px}.summary-card strong{font-size:26px}.summary-card:last-child{min-height:95px}.list-head{align-items:stretch;flex-direction:column}.search-field input{width:100%}.form-grid{grid-template-columns:1fr}.field-full{grid-column:auto}.footer-note{display:block}.footer-note p{margin-top:4px}}
@media(max-width:430px){.auth-header>span{display:none}.topbar-right{gap:12px}.local-status{display:none}.readiness-note{padding:13px}.summary-card small{font-size:9px}.compact-panel,.add-panel{padding:19px}.connection-card{padding:19px}.fee-controls{flex-wrap:wrap}}
