@font-face{font-family:URW Geometric;src:url('/admin/urw-geometric-regular.otf') format('opentype');font-weight:400;font-display:swap}@font-face{font-family:URW Geometric;src:url('/admin/urw-geometric-medium.otf') format('opentype');font-weight:500;font-display:swap}@font-face{font-family:URW Geometric;src:url('/admin/urw-geometric-bold.otf') format('opentype');font-weight:700;font-display:swap}
:root{--ink:#1D252D;--orange:#FE5000;--white:#fff;--muted:#636a70;--line:#e4e6e7;--wash:#f7f8f8;--soft:#fff2ec;--font:'URW Geometric',Arial,sans-serif}*{box-sizing:border-box}body{margin:0;font:16px/1.5 var(--font);color:var(--ink);background:var(--white)}[hidden]{display:none!important}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}button:disabled{cursor:wait;opacity:.6}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #FE500066;outline-offset:3px}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0}h1{font-size:42px;font-weight:500;letter-spacing:-1.3px;line-height:1.15}h2{font-size:21px;font-weight:500;letter-spacing:-.3px}h3{font-size:18px;font-weight:500}p{color:var(--muted)}.eyebrow{display:block;font-size:11px;letter-spacing:1.7px;font-weight:700;margin-bottom:14px}.pill{display:inline-block;white-space:nowrap;font-size:10px;letter-spacing:1.3px;font-weight:700;padding:7px 11px;border:1px solid var(--line);border-radius:4px}.primary,.secondary{border:1px solid transparent;border-radius:5px;min-height:44px;padding:10px 18px;font-weight:500;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:20px;transition:background .15s}.primary{background:var(--orange);color:var(--white)}.primary:hover{background:#dc4500}.secondary{background:var(--white);border-color:var(--line);color:var(--ink)}.secondary:hover{background:var(--wash)}.inline-link{font-size:14px;font-weight:500;color:var(--orange)}label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:500;margin-bottom:18px}input,select,textarea{background:white;color:var(--ink);border:1px solid #cdd1d4;border-radius:4px;padding:11px 12px;width:100%;font-size:15px;min-width:0}input::placeholder,textarea::placeholder{color:#8d9397}input:read-only{background:var(--wash)}textarea{resize:vertical}small,.hint{font-size:12px;font-weight:400;line-height:1.55;color:var(--muted)}.form-error{color:#a72b00;font-size:13px;min-height:20px;margin:8px 0}.status-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--orange);margin-right:8px}.brand-logo{width:190px;height:auto;filter:none}
.auth-screen{min-height:100vh;display:grid;grid-template-columns:1fr 1fr}.auth-brand{background:var(--ink);color:white;padding:60px 11%;position:relative;overflow:hidden;display:flex;flex-direction:column}.auth-brand .eyebrow{margin-top:100px;color:#ffffff99}.auth-brand h1{font-size:54px;line-height:1.16;letter-spacing:-1.7px}.auth-brand p{color:#ffffff99;max-width:345px;margin-top:22px;font-size:17px;line-height:1.65}.brand-lines{height:140px;margin:54px 0;display:flex;align-items:flex-end;gap:15px;transform:skew(-25deg);opacity:.9}.brand-lines i{display:block;width:43px;height:135px;background:var(--orange)}.brand-lines i:nth-child(2){height:100px}.brand-lines i:nth-child(3){height:65px}.auth-footer{margin-top:auto;font-size:13px;display:flex;justify-content:space-between;color:#ffffff99;border-top:1px solid #ffffff22;padding-top:24px}.auth-panel{align-self:center;width:100%;max-width:470px;margin:50px auto;padding:0 40px}.auth-panel .pill{color:var(--orange);border-color:#FE500033;background:var(--soft);margin-bottom:35px}.auth-panel h2{font-size:34px;letter-spacing:-1px}.auth-panel>p{margin-top:10px;margin-bottom:30px}.auth-panel .primary{width:100%;justify-content:space-between}.fine-print{font-size:12px;line-height:1.65;margin-top:25px!important;max-width:340px}
.dashboard{display:grid;grid-template-columns:245px minmax(0,1fr);min-height:100vh}.sidebar{background:var(--ink);color:white;position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:37px 23px 22px}.logo-link{padding:0 8px}.sidebar .brand-logo{width:174px}.workspace-label{margin:35px 9px 24px;font-size:10px;letter-spacing:1.6px;color:#b6bdc2;display:flex;align-items:center;justify-content:space-between}.workspace-label span{font-size:9px;background:#ffffff10;padding:3px 7px;color:#fff}.sidebar nav{display:flex;flex-direction:column;gap:6px}.sidebar nav a{padding:12px 15px;border-radius:4px;font-size:15px;color:#c7cdd1;display:flex;align-items:center;gap:13px;border-left:3px solid transparent}.sidebar nav a span{font-size:23px;line-height:1;width:23px;text-align:center;font-family:Arial,sans-serif}.sidebar nav a:hover{background:#ffffff08;color:white}.sidebar nav a.active{background:#ffffff0d;color:white;border-left-color:var(--orange)}.sidebar-bottom{margin-top:auto;padding:24px 8px 0;font-size:12px}.sidebar-bottom>p{font-size:11px;color:#a0a9af;margin:7px 0 22px;max-width:160px}.profile{display:flex;align-items:center;gap:12px;border-top:1px solid #ffffff18;padding-top:22px}.avatar{width:34px;height:34px;display:grid;place-items:center;background:#ffffff10;border-radius:50%;font-size:11px}.profile strong{font-size:12px;font-weight:500;overflow-wrap:anywhere}.text-button{background:none;border:0;padding:0;color:#a0a9af;font-size:11px;display:block}.text-button:hover{color:white}.topbar{height:78px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 44px;font-size:12px;color:var(--muted);gap:20px}.slash{margin:0 12px;color:#bcc2c6}.topbar .pill{color:var(--muted)}.page-wrap{max-width:1500px;margin:auto;padding:44px 44px 0}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:36px}.page-heading p{font-size:15px;margin-top:12px}.page-heading .eyebrow{color:var(--orange);font-size:10px;margin-bottom:12px}.page-heading>.secondary{font-size:12px;min-height:37px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:42px}.stat{border:1px solid var(--line);border-radius:7px;padding:22px 23px}.stat .stat-label{font-size:12px;color:var(--muted);margin-bottom:15px}.stat strong{font-size:35px;line-height:1.1;font-weight:500;display:block;letter-spacing:-1px}.stat small{display:block;margin-top:10px;font-size:10px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:19px}.section-head>p{font-size:14px;max-width:540px}.data-flow{display:flex;align-items:stretch;border:1px solid var(--line);border-radius:7px;padding:28px;margin-bottom:38px;gap:16px}.data-flow>div{flex:1;padding:8px 10px}.step-number{color:var(--orange);font-size:11px;font-weight:500;display:block;margin-bottom:13px}.data-flow h3{font-size:16px}.data-flow p{font-size:12px;margin-top:6px}.flow-arrow{align-self:center;font-size:24px;color:#bcc1c4}.flow-final{border-left:1px solid var(--line);padding-left:27px!important}.table-card{border:1px solid var(--line);border-radius:7px;overflow:auto}table{border-collapse:collapse;width:100%;text-align:left;font-size:13px;white-space:nowrap}th{font-size:10px;text-transform:uppercase;letter-spacing:1px;font-weight:500;color:var(--muted);background:var(--wash);padding:14px 19px;border-bottom:1px solid var(--line)}td{padding:16px 19px;border-bottom:1px solid var(--line)}tr:last-child td{border-bottom:0}td strong{font-weight:500}td small{display:block;font-size:11px;margin-top:3px}.method{font-size:10px;font-weight:700;color:var(--ink);background:var(--wash);padding:3px 6px;display:inline-block;width:42px;text-align:center}.tag{font-size:11px;display:inline-block;border-radius:3px;padding:3px 8px;background:var(--wash);color:var(--ink)}.tag.error{background:var(--soft);color:#b13700}.table-actions{display:flex;gap:12px}.table-actions button{font-size:12px;color:var(--orange);border:0;background:none;padding:0}.empty{text-align:center;padding:45px 20px;color:var(--muted);font-size:14px}.empty strong{display:block;font-weight:500;color:var(--ink);margin-bottom:6px}
.connection-banner{display:flex;align-items:center;justify-content:space-between;gap:30px;background:var(--wash);padding:22px 27px;border-radius:7px;margin-bottom:24px}.connection-banner strong{font-size:14px;font-weight:500}.connection-banner p{font-size:12px;margin-top:5px}.compact{margin:0;min-width:225px;font-size:11px}.compact select{font-size:13px;padding:9px 12px}.connection-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.card{border:1px solid var(--line);border-radius:7px;padding:28px}.card-heading{display:flex;align-items:center;gap:13px;margin-bottom:29px}.card-heading h2{font-size:20px}.card-heading p{font-size:12px;margin-top:3px}.connection-icon{display:grid;place-items:center;flex:none;width:40px;height:40px;background:var(--soft);color:var(--orange);font-weight:500;font-size:12px;border-radius:5px}.credential-state{margin-left:auto;font-size:10px;color:var(--muted);white-space:nowrap}.field-pair{display:grid;grid-template-columns:1fr 1fr;gap:15px}.test-button{width:100%;justify-content:space-between;margin-top:8px;font-size:12px}.test-result{font-size:12px;line-height:1.6;margin-top:13px;overflow-wrap:anywhere}.test-result:empty{display:none}.test-result.success{border-left:2px solid var(--orange);padding-left:11px}.test-result.error{color:#a72b00}.settings-row{display:grid;grid-template-columns:1fr 1fr 1.3fr;gap:26px;align-items:center;margin-top:24px;padding:22px 28px}.settings-row label{margin:0}.settings-row p{font-size:12px}.input-unit{display:flex;position:relative}.input-unit input{padding-right:70px}.input-unit>span{position:absolute;right:12px;top:12px;color:var(--muted);font-size:12px;font-weight:400}.save-bar{display:flex;justify-content:space-between;align-items:center;margin-top:24px;gap:20px}.save-bar>span{font-size:12px;color:var(--muted);max-width:55%}.save-bar>span.error{color:#a72b00}.page-footer{display:flex;justify-content:space-between;border-top:1px solid var(--line);font-size:10px;color:#8b9399;margin-top:55px;padding:22px 0 27px;gap:20px}.spaced{margin-top:34px}.security-card{max-width:570px}.security-card>p{margin-top:8px;font-size:13px;margin-bottom:26px}dialog{border:1px solid var(--line);padding:28px;border-radius:8px;width:500px;max-width:calc(100vw - 32px);max-height:90vh;color:var(--ink);box-shadow:0 20px 100px #1d252d26}dialog::backdrop{background:#1d252d80;backdrop-filter:blur(2px)}dialog>p{font-size:14px;margin:10px 0 20px}.dialog-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.icon-button{border:0;background:none;font-size:26px;color:var(--muted);line-height:1;padding:4px}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:22px}#new-key{font-family:ui-monospace,monospace;font-size:13px;word-break:break-all}#toast{position:fixed;right:28px;bottom:25px;background:var(--ink);color:white;padding:13px 20px;border-radius:5px;font-size:13px;box-shadow:0 8px 30px #0002;z-index:100;max-width:450px;display:none}#toast.visible{display:block}#toast.error{border-left:4px solid var(--orange)}
.mobile-only{display:none}@media(max-width:820px){.mobile-only{display:inline-flex;font-size:11px;min-height:32px;padding:6px 10px}.sidebar nav{scrollbar-width:none}.sidebar nav::-webkit-scrollbar{display:none}}@media(max-width:560px){.topbar>span:first-child{display:none}}
@media(min-width:1600px){.page-wrap{padding-top:54px}.auth-brand h1{font-size:64px}}
@media(max-width:1150px){.dashboard{grid-template-columns:210px minmax(0,1fr)}.sidebar{padding:30px 16px}.sidebar .brand-logo{width:160px}.topbar{padding:0 28px}.page-wrap{padding:32px 28px 0}.connection-grid{gap:16px}.card{padding:21px}.card-heading{gap:10px}.credential-state{display:none}.stats{gap:12px}.stat{padding:20px 17px}.settings-row{grid-template-columns:1fr 1fr}.settings-row p{grid-column:1/-1}.auth-brand h1{font-size:44px}}
@media(max-width:820px){.dashboard{display:block}.sidebar{position:static;height:auto;padding:18px 20px}.sidebar .brand-logo{width:145px}.workspace-label,.sidebar-bottom{display:none}.sidebar nav{flex-direction:row;gap:3px;margin-top:19px;overflow:auto}.sidebar nav a{font-size:12px;padding:9px 11px;gap:7px;white-space:nowrap}.sidebar nav a span{font-size:17px;width:18px}.topbar{height:60px;padding:0 22px}.page-wrap{padding:28px 22px 0}.page-heading{margin-bottom:27px}h1{font-size:34px}.connection-grid{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.data-flow{padding:17px;gap:7px}.data-flow>div{padding:6px}.data-flow h3{font-size:14px}.flow-final{padding-left:14px!important}.auth-brand{padding:40px 35px}.auth-brand .eyebrow{margin-top:70px}.auth-brand h1{font-size:38px}.auth-panel{padding:0 30px}.auth-panel h2{font-size:29px}}
@media(max-width:560px){.auth-screen{display:block}.auth-brand{min-height:230px;padding:28px}.auth-brand .brand-logo{width:150px}.auth-brand .eyebrow{margin:30px 0 12px;font-size:9px}.auth-brand h1{font-size:30px}.auth-brand p,.brand-lines,.auth-footer{display:none}.auth-panel{margin:30px auto;padding:0 28px}.auth-panel .pill{margin-bottom:20px}.topbar>span:first-child{font-size:10px}.topbar .pill{font-size:8px;padding:5px 7px}.page-heading{align-items:flex-start}.page-heading>.secondary{padding:7px 10px;gap:5px}.page-heading p{font-size:13px}.page-heading .eyebrow{font-size:8px}h1{font-size:30px}.connection-banner{flex-direction:column;align-items:stretch;padding:20px;gap:17px}.settings-row{grid-template-columns:1fr}.settings-row p{grid-column:auto}.save-bar{align-items:stretch;flex-direction:column}.save-bar>span{max-width:100%}.data-flow{flex-direction:column;gap:10px}.data-flow>div{padding:5px 10px}.flow-arrow{align-self:flex-start;margin-left:10px;transform:rotate(90deg)}.flow-final{border-left:0;border-top:1px solid var(--line);padding:15px 10px!important}.section-head{align-items:flex-start}.section-head h2{font-size:18px}.section-head>p{font-size:12px}.section-head .primary{font-size:12px;white-space:nowrap;padding:9px 12px}.page-footer{font-size:9px}.stat strong{font-size:29px}.stat small{font-size:9px}.field-pair{grid-template-columns:1fr;gap:0}.inline-link{font-size:12px}.hint{font-size:11px}}
