@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap";:root{color:#142033;font-synthesis:none;--ink:#142033;--navy:#0b1420;--muted:#667085;--line:#e3e8ef;--teal:#0e9f7f;background:#f5f7fa;font-family:DM Sans,sans-serif}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{grid-template-columns:248px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:linear-gradient(#0b1420 0%,#101c2b 100%);border-right:1px solid #ffffff0a;flex-direction:column;height:100vh;padding:28px 18px 22px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;padding:0 8px 34px;display:flex}.brand-mark{background:linear-gradient(135deg,#1ed2ab,#087d68);border-radius:11px;place-items:center;width:38px;height:38px;font:700 18px Manrope;display:grid;box-shadow:0 8px 30px #0cbe9652}.brand div,.account div{flex-direction:column;min-width:0;display:flex}.brand strong{font:700 17px Manrope}.brand small{color:#91a0b2}nav{gap:6px;display:grid}nav button{color:#aeb8c5;text-align:left;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;padding:12px;font-weight:600;display:flex}nav button:hover,nav button.active{color:#fff;background:#ffffff10}.nav-icon{color:#56d6ba;font-size:20px}.account{border-top:1px solid #ffffff13;align-items:center;gap:10px;margin-top:auto;padding:16px 8px 0;display:flex}.avatar{background:#253446;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.account small{color:#8392a4;text-overflow:ellipsis;max-width:150px;font-size:11px;overflow:hidden}main{background:radial-gradient(circle at 90% 0,#eaf8f5 0,#0000 260px);width:100%;max-width:1540px;padding:42px clamp(28px,5vw,72px) 72px}header{justify-content:space-between;align-items:end;margin-bottom:30px;display:flex}h1,h2,h3{color:var(--ink);margin-top:0;font-family:Manrope,sans-serif}h1{letter-spacing:-.8px;margin-bottom:0;font-size:32px}h2{margin-bottom:5px}h3{margin-bottom:6px}.eyebrow{color:#138a72;letter-spacing:1.6px;margin:0 0 7px;font-size:11px;font-weight:700}.primary,.secondary{border:0;border-radius:9px;padding:11px 17px;font-weight:700}.primary{color:#fff;background:var(--navy);box-shadow:0 7px 18px #0b14201b}.primary:hover{background:#1b2a3c}.primary:disabled{opacity:.6;cursor:wait}.primary.full{width:100%;margin-top:25px}.secondary{color:var(--ink);border:1px solid var(--line);background:#fff}.stats{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px;display:grid}.stat{border:1px solid var(--line);background:#fff;border-radius:14px;flex-direction:column;gap:6px;padding:21px 23px;display:flex;box-shadow:0 8px 30px #10182808}.stat span{color:var(--muted);font-size:13px;font-weight:600}.stat strong{font:700 27px Manrope}.stat.warning strong{color:#c85d24}.panel{border:1px solid var(--line);background:#fff;border-radius:16px;padding:26px;box-shadow:0 8px 30px #10182808}.panel-title{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.panel-title p,.modal>p,.empty p,.drawer>p{color:var(--muted);margin:0;font-size:14px}.form-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px;display:grid}.form-card{border:1px solid var(--line);background:linear-gradient(#fff,#fdfefe);border-radius:14px;padding:20px;transition:all .18s}.form-card:hover{border-color:#b9d8d0;transform:translateY(-2px);box-shadow:0 14px 34px #1018280d}.card-top{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.status,.delivery{text-transform:capitalize;color:#596579;background:#eef1f4;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:700;display:inline-flex}.status.active,.delivery.sent,.delivery.delivered{color:#087a62;background:#e7f8f3}.status.disabled,.delivery.failed,.delivery.bounced{color:#b7471c;background:#fff0ea}.delivery.queued,.delivery.processing{color:#315ead;background:#edf3ff}.delivery.partial{color:#956000;background:#fff6df}.icon-button{color:#556070;background:#f4f6f8;border:0;border-radius:7px;width:31px;height:31px}.form-card h3{font-size:17px}.form-card a{color:#5d6978;font-size:13px;text-decoration:none}.form-card dl{gap:11px;margin:20px 0;display:grid}.form-card dl div{justify-content:space-between;gap:15px;display:flex}.form-card dt{color:var(--muted);font-size:12px}.form-card dd{text-align:right;text-overflow:ellipsis;white-space:nowrap;max-width:160px;margin:0;font-size:12px;font-weight:600;overflow:hidden}.endpoint{color:#596579;background:#f6f7f9;border-radius:7px;padding:9px 10px;font:12px ui-monospace,monospace}.card-actions{justify-content:space-between;gap:12px;display:flex}.text-button{color:#21806d;background:0 0;border:0;padding:13px 0 0;font-size:12px;font-weight:700}.pool-card .card-top>strong{color:var(--muted);font-size:12px}.site-key{background:#f6f7f9;border-radius:8px;align-items:center;gap:8px;margin:14px 0;padding:7px 8px;display:flex}.site-key code{text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:11px;overflow:hidden}.domain-list{flex-wrap:wrap;gap:6px;min-height:30px;display:flex}.domain-list span{color:#087a62;background:#eaf8f5;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:600}.text-button.danger{color:#b7471c}.filters{gap:10px;margin-bottom:18px;display:flex}.filters input{flex:1}.filters input,.filters select,.modal input,.modal select,.modal textarea{color:var(--ink);background:#fff;border:1px solid #d9dfe6;border-radius:8px;outline:none;padding:10px 12px}.table-panel{padding:18px}table{border-collapse:collapse;text-align:left;width:100%}th{color:#7a8593;text-transform:uppercase;letter-spacing:.6px;border-bottom:1px solid var(--line);padding:11px 13px;font-size:11px}td{border-bottom:1px solid #edf0f3;padding:15px 13px;font-size:13px}tbody tr{cursor:pointer}td strong,td small{display:block}td small{color:var(--muted);margin-top:3px}.notice{border-radius:9px;justify-content:space-between;margin-bottom:15px;padding:12px 15px;display:flex}.notice.error{color:#9e3713;background:#fff0eb}.notice button{color:inherit;background:0 0;border:0;font-size:20px}.modal-backdrop,.drawer-backdrop{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:20;background:#07101cb0;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:15px;width:min(510px,100%);padding:30px;position:relative;box-shadow:0 25px 80px #0005}.form-editor{width:min(760px,100%);max-height:calc(100vh - 40px);overflow:auto}.modal-close{color:#7b8490;background:0 0;border:0;font-size:25px;position:absolute;top:15px;right:18px}.modal form{gap:15px;margin-top:25px;display:grid}.modal label{gap:7px;font-size:13px;font-weight:700;display:grid}.modal textarea{resize:vertical;min-height:72px}.modal label small,.form-help{color:var(--muted);margin:0;font-size:11px;font-weight:400}.field-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.optional{color:var(--muted);font-size:11px;font-weight:400}.modal .checkbox{align-items:center;font-weight:500;display:flex}.checkbox input{width:auto}.modal-actions{justify-content:flex-end;gap:9px;margin-top:8px;display:flex}.drawer-backdrop{place-items:stretch end;padding:0}.drawer{background:#fff;width:min(540px,100%);height:100%;padding:40px;position:relative;overflow:auto;box-shadow:-20px 0 60px #0003}.detail-section{border-top:1px solid var(--line);margin-top:30px;padding-top:22px}.detail-section h3{font-size:14px}.payload{margin:0;display:grid}.payload div{border-bottom:1px solid #eef1f3;grid-template-columns:140px 1fr;gap:16px;padding:11px 0;display:grid}.payload dt{color:var(--muted);text-transform:capitalize;font-size:12px}.payload dd{white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:13px}.delivery-row{border-bottom:1px solid #eef1f3;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.delivery-row strong,.delivery-row small{display:block}.delivery-row small{color:var(--muted);max-width:350px;margin-top:4px;font-size:11px}.empty,.center-state{text-align:center;min-height:260px;color:var(--muted);flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.empty>span{color:#119779;background:#eaf8f5;border-radius:50%;place-items:center;width:42px;height:42px;margin-bottom:5px;display:grid}.empty h3{margin:0}.center-state{min-height:100vh}.error-state strong{color:#a33}.loader{border:3px solid #dce2e7;border-top-color:#10997c;border-radius:50%;width:27px;height:27px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.back-link{color:#14856f;background:0 0;border:0;margin:0 0 9px;padding:0;font-size:12px;font-weight:700}.header-subtitle{color:var(--muted);margin:6px 0 0;font-size:14px}.panel-count{color:var(--muted);background:#f3f5f7;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700}.card-title{text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:0;display:flex}.card-title h3{margin:0}.card-title span{opacity:0;color:#138a72;font-size:12px;font-weight:700;transition:all .18s}.form-card:hover .card-title span{opacity:1}.forms-panel .card-actions{border-top:1px solid #edf0f3;margin-top:14px}.forms-panel .card-actions .text-button:nth-child(2){margin-left:auto}.forms-panel .card-actions{gap:14px}.workspace-hero{color:#fff;background:linear-gradient(120deg,#0d1a29,#142b3a);border-radius:18px;justify-content:space-between;align-items:center;gap:30px;margin-bottom:18px;padding:28px 30px;display:flex;box-shadow:0 16px 40px #0b14201c}.workspace-hero h2{color:#fff;margin:14px 0 5px}.workspace-hero p{color:#aebbc9;margin:0}.workspace-badges{align-items:center;gap:8px;display:flex}.protection{border-radius:999px;padding:4px 9px;font-size:11px;font-weight:700}.protection.on{color:#7be4ca;background:#0d8c7040}.protection.off{color:#f1c3a9;background:#d7622630}.hero-metric{justify-items:end;min-width:150px;display:grid}.hero-metric strong{font:700 31px Manrope}.hero-metric span{color:#aebbc9;font-size:12px}.hero-metric button{color:#67d7bc;background:0 0;border:0;padding:9px 0 0;font-size:12px;font-weight:700}.workspace-grid{grid-template-columns:1.12fr .88fr;gap:18px;margin-bottom:18px;display:grid}.detail-card{min-width:0}.section-heading{align-items:flex-start;gap:12px;margin-bottom:22px;display:flex}.section-heading h3{margin:0 0 4px;font-size:16px}.section-heading p{color:var(--muted);margin:0;font-size:12px}.section-icon{color:#0c896e;background:#e9f8f4;border-radius:9px;place-items:center;width:34px;height:34px;font-weight:700;display:grid}.copy-field{background:#f5f7f9;border:1px solid #e5e9ee;border-radius:10px;align-items:center;margin-bottom:20px;padding:5px 5px 5px 12px;display:flex}.copy-field code{white-space:nowrap;text-overflow:ellipsis;color:#334155;flex:1;font-size:12px;overflow:hidden}.copy-field button,.code-toolbar button{color:#147a67;background:#fff;border:0;border-radius:7px;padding:8px 11px;font-size:11px;font-weight:700;box-shadow:0 1px 4px #10182812}.detail-list{gap:0;margin:0;display:grid}.detail-list div{border-bottom:1px solid #edf0f3;grid-template-columns:130px 1fr;gap:14px;padding:10px 0;display:grid}.detail-list dt{color:var(--muted);font-size:12px}.detail-list dd{text-align:right;overflow-wrap:anywhere;margin:0;font-size:12px;font-weight:600}.origin-list{gap:7px;margin:17px 0;display:grid}.origin-list>span{color:var(--muted);font-size:12px}.origin-list code{text-overflow:ellipsis;background:#f5f7f9;border-radius:7px;padding:7px 9px;font-size:11px;overflow:hidden}.secondary.compact{padding:8px 12px;font-size:12px}.integration-card{padding:0;overflow:hidden}.integration-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:25px;padding:30px;display:flex}.integration-header h2{margin-bottom:7px}.integration-header>div>p:last-child{color:var(--muted);max-width:690px;margin:0;font-size:13px;line-height:1.55}.steps{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:0;display:grid}.steps>div{border-right:1px solid var(--line);padding:22px 25px}.steps>div:last-child{border-right:0}.steps span{color:#0b866d;background:#e8f7f3;border-radius:50%;place-items:center;width:25px;height:25px;margin-bottom:10px;font-size:11px;font-weight:700;display:grid}.steps strong{font-size:13px}.steps p{color:var(--muted);margin:5px 0 0;font-size:11px;line-height:1.45}.callout{color:#286356;background:#effaf7;border:1px solid #bee8dd;border-radius:10px;flex-wrap:wrap;gap:5px 10px;margin:22px 26px 0;padding:13px 15px;font-size:12px;display:flex}.callout code{font-size:11px}.code-shell{background:#0d1723;border-radius:13px;margin:22px 26px;overflow:hidden;box-shadow:0 15px 35px #0d172326}.code-toolbar{color:#aebdca;background:#162433;justify-content:space-between;align-items:center;padding:10px 12px 10px 15px;font-size:11px;display:flex}.code-toolbar span{align-items:center;gap:8px;display:flex}.code-toolbar i{background:#35c69f;border-radius:50%;width:7px;height:7px;margin-right:24px;box-shadow:12px 0 #f2b75c,24px 0 #ec6d68}.code-shell pre{color:#d9e5ee;tab-size:2;max-height:520px;margin:0;padding:22px;font:12px/1.65 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.field-guide{background:#f6f8fa;border-radius:11px;margin:0 26px 27px;padding:19px 21px}.field-guide h3{margin-bottom:7px;font-size:14px}.field-guide p{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.field-guide code{color:#0c7c66;background:#e7f3f0;border-radius:4px;padding:2px 4px}@media (width<=1000px){.workspace-grid{grid-template-columns:1fr}.integration-header{flex-direction:column}.steps{grid-template-columns:1fr}.steps>div{border-right:0;border-bottom:1px solid var(--line)}.steps>div:last-child{border-bottom:0}}@media (width<=800px){.app-shell{display:block}.sidebar{flex-direction:row;align-items:center;height:auto;padding:14px 16px;position:static}.brand{margin-right:auto;padding:0}.brand small,.account{display:none}nav{display:flex}nav button{padding:9px;font-size:0}.nav-icon{font-size:22px}main{padding:27px 17px 55px}.stats,.form-grid{grid-template-columns:1fr}header{align-items:center;gap:15px}.filters{flex-wrap:wrap}.filters input{flex-basis:100%}.table-panel{padding:8px}.payload div{grid-template-columns:1fr;gap:4px}.field-grid{grid-template-columns:1fr}.drawer{padding:32px 22px}.workspace-hero{flex-direction:column;align-items:flex-start;padding:23px}.hero-metric{justify-items:start}.integration-header{padding:23px}.integration-header .primary{width:100%}.code-shell{margin:18px 14px}.callout{margin:18px 14px 0}.field-guide{margin:0 14px 18px}.detail-list div{grid-template-columns:105px 1fr}.card-title span{opacity:1}.forms-panel .card-actions{flex-wrap:wrap}}:root{--ink:#172033;--navy:#101828;--muted:#667085;--subtle:#98a2b3;--line:#e4e7ec;--surface:#fff;--canvas:#f8fafc;--teal:#087f6b;--teal-soft:#eaf7f4;--shadow-sm:0 1px 2px #1018280a;--shadow-md:0 8px 24px #1018280a}body{background:var(--canvas);color:var(--ink);-webkit-font-smoothing:antialiased}.icon{flex:none;width:18px;height:18px;display:block}.app-shell{grid-template-columns:264px minmax(0,1fr)}.sidebar{background:#111827;border-right:1px solid #ffffff0a;padding:26px 18px 20px}.brand{border-bottom:1px solid #ffffff0d;gap:11px;padding:0 10px 31px}.brand-mark{color:#fff;width:36px;height:36px;box-shadow:none;background:#18a584;border-radius:9px}.brand-mark .icon{stroke-width:2.1px;width:19px;height:19px}.brand strong{letter-spacing:-.2px;font:700 15px Manrope}.brand small{color:#7f8da3;margin-top:2px;font-size:11px}.nav-label{color:#5f6d82;text-transform:uppercase;letter-spacing:1.2px;margin:0;padding:22px 12px 8px;font-size:9px;font-weight:700}nav{gap:4px}nav button{color:#9ba8ba;border-radius:8px;gap:11px;height:42px;padding:0 12px;font-size:13px;transition:background .15s,color .15s;position:relative}nav button .icon{color:#7f8da3;width:17px;height:17px}nav button:hover{color:#e5eaf0;background:#ffffff08}nav button.active{color:#fff;background:#ffffff0d;box-shadow:inset 3px 0 #27b596}nav button.active .icon{color:#55cbb2}.service-status{background:#ffffff04;border:1px solid #ffffff0d;border-radius:9px;align-items:center;gap:10px;margin:auto 7px 18px;padding:12px 10px;display:flex}.service-status>span{background:#39c998;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #39c99817}.service-status div{gap:2px;display:grid}.service-status strong{color:#c4cdd8;font-size:10px}.service-status small{color:#66758a;font-size:9px}.account{margin-top:0;padding:16px 8px 0}.avatar{background:#263346;width:32px;height:32px;font-size:12px}.account strong{font-size:11px}.account small{color:#6f7f94;font-size:10px}main{background:var(--canvas);max-width:none;padding:42px clamp(32px,4.5vw,70px) 72px}header{align-items:center;min-height:60px;margin-bottom:28px}h1{letter-spacing:-.75px;font-size:29px;line-height:1.18}h2{letter-spacing:-.35px;font-size:20px}h3{letter-spacing:-.15px}.eyebrow{letter-spacing:1.5px;color:var(--teal);margin-bottom:8px;font-size:9px}.header-subtitle{color:var(--muted);margin-top:7px;font-size:13px}.primary,.secondary{border-radius:8px;justify-content:center;align-items:center;gap:7px;min-height:39px;padding:9px 14px;font-size:12px;transition:all .15s;display:inline-flex}.primary{box-shadow:var(--shadow-sm);background:#172033}.primary:hover{background:#263348;transform:translateY(-1px)}.secondary{box-shadow:var(--shadow-sm);border-color:#d0d5dd}.secondary:hover{background:#f9fafb;border-color:#b9c0ca}.primary .icon,.secondary .icon{width:15px;height:15px}.back-link{color:#667085;align-items:center;gap:4px;margin-bottom:9px;font-size:11px;display:inline-flex}.back-link:hover{color:var(--teal)}.back-link .icon{width:14px;height:14px}.stats{gap:16px;margin-bottom:20px}.stat{box-shadow:var(--shadow-sm);border-radius:12px;flex-direction:row;align-items:center;gap:14px;padding:19px 20px;display:flex}.stat-icon{color:#526174;background:#f1f5f9;border-radius:9px;place-items:center;width:39px;height:39px;display:grid}.stat-icon .icon{width:18px;height:18px}.stat>div:last-child{flex:1;grid-template-columns:1fr auto;align-items:baseline;gap:2px 12px;display:grid}.stat span{font-size:11px;font-weight:600}.stat strong{grid-area:1/2/3;font:700 23px Manrope}.stat small{color:var(--subtle);font-size:10px}.stat.warning .stat-icon{color:#b54708;background:#fff4ed}.panel{box-shadow:var(--shadow-sm);border-radius:12px;padding:23px}.panel-title{margin-bottom:19px}.panel-title h2{margin-bottom:4px;font-size:17px}.panel-title p{font-size:12px}.panel-count{border:1px solid var(--line);background:#fff;padding:6px 9px;font-size:10px}.form-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px}.form-card{box-shadow:none;background:#fff;border-radius:11px;padding:19px}.form-card:hover{box-shadow:var(--shadow-md);border-color:#bdc7d4;transform:translateY(-1px)}.card-top{margin-bottom:15px}.status,.delivery{letter-spacing:.2px;gap:5px;padding:4px 8px;font-size:9px}.status i{background:currentColor;border-radius:50%;width:5px;height:5px}.icon-button{color:#667085;background:#f8fafc;border:1px solid #0000;place-items:center;width:30px;height:30px;display:grid}.icon-button:hover{background:#fff;border-color:#d0d5dd}.icon-button .icon{width:14px;height:14px}.card-title h3{font-size:15px}.card-title span{font-size:10px}.form-card>a{color:#7b8797;font-size:11px}.form-card dl{gap:9px;margin:18px 0}.form-card dt,.form-card dd{font-size:10px}.form-card dd{max-width:175px}.endpoint{background:#f8fafc;border:1px solid #edf0f3;border-radius:7px;align-items:center;gap:7px;padding:8px 9px;font-size:10px;display:flex}.endpoint .icon{color:#98a2b3;width:13px;height:13px}.card-actions{gap:15px}.text-button{color:#137a68;font-size:10px}.forms-panel .card-actions{margin-top:13px}.forms-panel .card-actions .text-button{padding-top:12px}.table-panel{padding:0;overflow:hidden}.filters{border-bottom:1px solid var(--line);background:#fcfcfd;margin:0;padding:17px 18px}.filters input,.filters select,.modal input,.modal select,.modal textarea{border-color:#d0d5dd;border-radius:7px;padding:9px 11px;font-size:12px;box-shadow:0 1px 2px #1018280a}.filters input:focus,.modal input:focus,.modal select:focus,.modal textarea:focus{border-color:#59a997;box-shadow:0 0 0 3px #0e8c7120}.filters .secondary{min-height:37px}.table-wrap{overflow:auto}th{color:#667085;letter-spacing:.7px;background:#fcfcfd;padding:11px 18px;font-size:9px}td{padding:14px 18px;font-size:12px}td small{font-size:10px}tbody tr:hover{background:#f9fbfc}.delivery{font-size:9px}.notice{border:1px solid #f5cfc1;border-radius:8px;font-size:12px}.notice.error{background:#fff7f4}.modal-backdrop,.drawer-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#10182899}.modal{border:1px solid #ffffff40;border-radius:13px;padding:29px;box-shadow:0 24px 70px #10182835}.modal h2{font-size:20px}.modal>p{font-size:12px}.modal-close{border-radius:7px;place-items:center;width:30px;height:30px;font-size:21px;display:grid;top:14px;right:15px}.modal-close:hover{background:#f2f4f7}.modal form{gap:14px;margin-top:23px}.modal label{gap:6px;font-size:11px}.modal label small,.form-help{font-size:10px}.modal-actions{border-top:1px solid var(--line);margin-top:4px;padding-top:16px}.drawer{border-left:1px solid #e4e7ec;width:min(560px,100%);padding:37px 38px}.detail-section{margin-top:27px;padding-top:20px}.payload div{padding:10px 0}.payload dt{font-size:10px}.payload dd{font-size:12px}.delivery-row{padding:11px 0}.workspace-hero{background:linear-gradient(115deg,#172033,#203044);border-radius:13px;padding:25px 27px;box-shadow:0 10px 28px #10182815}.workspace-hero h2{margin-top:12px;font-size:18px}.workspace-hero p{font-size:12px}.hero-metric strong{font-size:27px}.workspace-grid{gap:16px;margin-bottom:16px}.detail-card{padding:22px}.section-heading{margin-bottom:19px}.section-icon{border-radius:8px;width:32px;height:32px}.section-heading h3{font-size:14px}.section-heading p{font-size:10px}.copy-field{border-radius:8px}.copy-field code{font-size:10px}.detail-list div{padding:9px 0}.detail-list dt,.detail-list dd{font-size:10px}.origin-list code{font-size:9px}.integration-card{padding:0}.integration-header{padding:26px}.integration-header h2{font-size:18px}.steps>div{padding:20px 23px}.code-shell{box-shadow:none;border:1px solid #243447}.field-guide,.pool-card .site-key{border:1px solid #edf0f3}.domain-list span{font-size:9px}.pool-card .card-top>strong{font-size:10px}.empty{min-height:280px}.empty>span{width:38px;height:38px}.empty h3{font-size:15px}.empty p{max-width:340px;font-size:11px;line-height:1.5}@media (width<=1050px){.app-shell{grid-template-columns:220px minmax(0,1fr)}.stats{grid-template-columns:1fr}.stat>div:last-child{grid-template-columns:1fr auto}.workspace-grid{grid-template-columns:1fr}}@media (width<=800px){.app-shell{display:block}.sidebar{z-index:10;height:auto;padding:12px 14px;position:sticky}.brand{border:0;padding:0}.brand strong{font-size:13px}.brand small,.nav-label,.service-status,.account{display:none}nav{gap:3px;display:flex}nav button{justify-content:center;width:38px;height:38px;padding:0}nav button.active{box-shadow:inset 0 -2px #27b596}.sidebar .brand-mark{width:33px;height:33px}main{padding:26px 16px 50px}header{align-items:flex-start;gap:18px}h1{font-size:25px}.header-subtitle{font-size:11px}.stats{gap:9px}.stat{padding:15px 16px}.form-grid{grid-template-columns:1fr}.panel{padding:18px}.filters{padding:13px}.integration-header,.workspace-hero{padding:21px}.modal{padding:25px 21px}.form-editor{max-height:calc(100vh - 24px)}.drawer{padding:31px 22px}.steps>div{padding:17px 20px}}
