:root{--ink:#17302c;--muted:#6c7d78;--green:#176a50;--green-dark:#10513e;--pale:#edf4ed;--line:#e2e8df;--canvas:#f5f6f2;--nav:#142e28;--white:#fff;--danger:#ac3834;--font:Inter,"Segoe UI",Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:14px;line-height:1.55;background:var(--canvas);color:var(--ink)}[hidden]{display:none!important}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:wait;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #8bb59b;outline-offset:3px}a{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{line-height:1.2;letter-spacing:-.035em}h1{font-size:32px}h2{font-size:20px}h3{font-size:15px;letter-spacing:-.015em}.muted{color:var(--muted)}.small{font-size:12px}.mono{font-family:Consolas,"SFMono-Regular",monospace;overflow-wrap:anywhere}.eyebrow{font-size:10px;font-weight:750;letter-spacing:.13em;color:#728478;display:block;margin-bottom:10px}.eyebrow.light{color:#a8c0ad}.pill{display:inline-flex;align-items:center;gap:7px;border:1px solid #d4e4d4;border-radius:50px;padding:5px 10px;background:#f9fcf6;color:#426b48;font-size:9px;font-weight:750;letter-spacing:.07em;line-height:1.4;white-space:nowrap}.pill.quiet{background:#f0f3ec;color:#63735b;border-color:#e3e8db}.pill.success{background:#eaf5ee;border-color:#cfe4d5;color:#286443}.pill.warning{background:#fcf4e4;border-color:#eedcae;color:#88652c}.pill.error{background:#fbefed;border-color:#efd4ce;color:#994239}.button{border-radius:7px;border:1px solid transparent;padding:11px 15px;font-size:12px;line-height:1.35;font-weight:650;display:inline-flex;align-items:center;justify-content:center;gap:14px;min-height:40px;transition:background .15s,box-shadow .15s;white-space:nowrap}.button.primary{color:#fff;background:var(--green)}.button.primary:hover{background:var(--green-dark)}.button.secondary{background:#fff;border-color:#dce4d9;color:#40564c}.button.secondary:hover{background:#f5f8f1}.button.dark{background:#1a3e30;color:#fff}.button.dark:hover{background:#112f23}.button.danger{color:var(--danger);background:#fff6f3;border-color:#eed1ca}.button.danger:hover{background:#fbe8e3}.button.full{width:100%;margin-top:24px;justify-content:space-between;padding:14px 16px}.button.small-button{font-size:11px;padding:8px 13px;min-height:34px}.text-button{border:0;background:none;color:var(--green);padding:3px 0;font-size:11px;font-weight:650;text-align:left}.text-button:hover{text-decoration:underline}.icon-button{background:#f3f5ef;border:1px solid var(--line);border-radius:6px;color:var(--muted);font-size:24px;width:34px;height:34px;line-height:1}.skip-link{position:absolute;left:12px;top:-90px;background:#fff;z-index:100;padding:10px 16px;border-radius:5px}.skip-link:focus{top:12px}.sr-only{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.connection-banner{background:#fff0d7;border-bottom:1px solid #e3d09e;padding:12px 24px;text-align:center;color:#7c5920;font-size:12px;position:relative;z-index:20}.message{padding:12px 15px;border-radius:7px;background:#fbefeb;border:1px solid #ead3cd;color:#97443a;font-size:12px;margin-bottom:20px;overflow-wrap:anywhere}.message.success{color:#316246;background:#edf5ee;border-color:#d3e4d5}.message.info{background:#f1f5ec;color:#596b4d;border-color:#dce5d4}label{font-size:11px;font-weight:650;display:block;margin-bottom:7px;color:#41584c}input,select,textarea{width:100%;min-width:0;border:1px solid #d9e2d5;background:#fcfdfa;color:var(--ink);border-radius:7px;padding:11px 12px;font-size:12px;line-height:1.4}input::placeholder{color:#9aa69a}input:hover,select:hover,textarea:hover{border-color:#bdcfb8}input:focus,select:focus,textarea:focus{outline:none;border-color:#52896b;box-shadow:0 0 0 3px #52896b12}textarea{resize:vertical}.field-help{font-size:10px;line-height:1.65;color:#7b8877;margin-top:7px}.centered{text-align:center}
.auth-screen{min-height:100vh;display:grid;grid-template-columns:minmax(400px,1.03fr) minmax(450px,1fr)}.auth-story{padding:44px 58px;display:flex;flex-direction:column;justify-content:space-between;background:var(--nav);color:#f9fbf6;position:relative;overflow:hidden}.auth-story::after{content:"";width:470px;height:470px;position:absolute;border:1px solid #345244;border-radius:50%;bottom:-335px;left:180px;box-shadow:0 0 0 70px #34524418,0 0 0 140px #3452440d;pointer-events:none}.brand{text-decoration:none;display:flex;align-items:center;gap:11px;font-size:22px;font-weight:700;letter-spacing:-.05em;line-height:1.05;width:max-content}.brand-light{color:#f7faf1}.brand-mark{display:grid;place-items:center;width:36px;height:36px;background:#dce9be;color:#23442e;font-size:25px;letter-spacing:-.1em;border-radius:10px;padding-right:3px;font-family:Georgia,serif;font-weight:700}.brand-sub{display:block;font-size:7px;letter-spacing:.2em;font-weight:500;margin-top:8px;color:#b5c7b1}.story-copy{max-width:445px;margin:70px 0 60px;position:relative;z-index:1}.story-copy h1{font-size:43px;font-weight:550;letter-spacing:-.045em;line-height:1.18}.story-copy>p{margin-top:22px;color:#baccc0;font-size:14px;line-height:1.8;max-width:345px}.story-points{display:grid;gap:22px;margin-top:38px}.story-points>div{display:flex;gap:16px;align-items:flex-start}.story-points>div>span{flex:none;font-size:10px;letter-spacing:.04em;color:#a5bea5;width:30px;height:30px;border:1px solid #3b5646;border-radius:50%;display:grid;place-items:center;margin-top:3px}.story-points p{font-size:11px;color:#aabdac;line-height:1.65;max-width:305px}.story-points strong{display:block;color:#e9f0e3;font-size:12px;font-weight:550;margin-bottom:3px}.story-footnote{max-width:380px;font-size:10px;line-height:1.7;color:#98af9d;position:relative;z-index:1}.auth-panel{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:48px;background:#f7f8f4}.auth-card{width:100%;max-width:435px;padding:36px;background:#fff;border:1px solid #e5eadd;border-radius:14px;box-shadow:0 15px 45px #19392904}.auth-card h2{font-size:29px;margin-top:21px}.auth-card>p.muted{font-size:12px;margin-top:9px}.auth-tabs{display:flex;border-bottom:1px solid var(--line);gap:26px;margin:27px 0 23px}.auth-tabs button{background:none;border:0;border-bottom:2px solid transparent;color:#83917e;font-size:11px;padding:0 0 12px;font-weight:600}.auth-tabs button.selected{color:var(--green);border-color:var(--green)}.auth-card form>label:not(:first-child){margin-top:17px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.auth-note{border-top:1px solid var(--line);margin-top:26px;padding-top:20px;display:flex;gap:11px}.note-mark{width:25px;height:25px;border-radius:6px;display:grid;place-items:center;flex:none;background:#edf2e6;color:#76915d}.auth-note p{font-size:10px;color:#829079;line-height:1.75}.auth-footer{font-size:10px;color:#98a28f;margin-top:23px}
.workspace-screen{display:flex;min-height:100vh}.sidebar{width:246px;flex:0 0 246px;background:var(--nav);padding:28px 20px 18px;color:#d6e0d4;display:flex;flex-direction:column;position:fixed;left:0;top:0;bottom:0;overflow-y:auto}.sidebar .brand{margin-left:9px;font-size:21px}.workspace-label{font-size:8px;font-weight:650;letter-spacing:.13em;color:#7f9a84;margin:41px 12px 9px}.sidebar-partner{margin:0 12px 27px;font-size:13px;font-weight:550;overflow-wrap:anywhere;color:#e0e7d9}.workspace-nav{display:grid;gap:6px}.nav-item{width:100%;border:1px solid transparent;display:flex;align-items:center;gap:13px;text-align:left;color:#a8bda8;background:transparent;padding:12px;border-radius:7px;font-size:12px}.nav-icon{width:18px;font-size:17px;text-align:center;color:#9caf90}.nav-item:hover{background:#244132}.nav-item.active{background:#2c4936;border-color:#36543e;color:#f0f4df}.nav-item.active .nav-icon{color:#d9e5b9}.sidebar-bottom{margin-top:auto;padding-top:50px}.integration-note{border:1px solid #35503c;background:#1d392c;border-radius:8px;padding:13px 12px}.integration-note strong{font-size:10px;font-weight:550}.integration-note p{font-size:9px;line-height:1.8;margin-top:7px;color:#8fa68f}.status-dot{display:inline-block;width:5px;height:5px;background:#b0c790;border-radius:50%;margin-right:7px;vertical-align:middle}.sidebar-user{display:flex;align-items:center;gap:10px;margin:22px 5px 12px;min-width:0}.avatar{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;flex:none;background:#3b5440;color:#d1dfb9;font-size:12px}.sidebar-user>div{min-width:0}.sidebar-user strong{display:block;font-size:11px;font-weight:550;overflow-wrap:anywhere}.sidebar-user div>span{display:block;font-size:9px;color:#8fa58c;margin-top:3px;overflow-wrap:anywhere}.logout-button{border:0;background:none;color:#aabea4;font-size:10px;display:flex;justify-content:space-between;align-items:center;width:100%;padding:8px 6px}.logout-button:hover{color:#fff}.workspace-body{margin-left:246px;width:calc(100% - 246px);min-height:100vh;display:flex;flex-direction:column}.topbar{height:69px;border-bottom:1px solid #e3e8dc;padding:0 36px;display:flex;justify-content:space-between;align-items:center;background:#fbfcf8}.breadcrumb{font-size:10px;color:#87927e;display:flex;gap:14px}.breadcrumb strong{color:#475e45;font-weight:550}.main-content{padding:34px 36px 42px;width:100%;max-width:1440px;margin:0 auto;flex:1}.page-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:28px}.page-heading .eyebrow{font-size:8px;margin-bottom:8px}.page-heading h1{font-size:28px;font-weight:650}.page-heading p{margin-top:9px;font-size:11px;max-width:560px}.page-heading .button{font-size:10px;gap:8px;padding:10px 13px;min-height:36px}.overview-banner{background:#e9f0dc;border:1px solid #d8e3c6;border-radius:10px;padding:24px 26px;display:flex;align-items:center;justify-content:space-between;gap:30px;margin-bottom:23px}.overview-banner h2{font-size:23px;margin-top:13px;color:#294528}.overview-banner p{font-size:11px;line-height:1.8;color:#718061;max-width:510px;margin-top:9px}.overview-banner .button{font-size:10px;padding:12px 14px;flex:none}.metric-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;margin-bottom:24px}.metric-card{background:#fff;border:1px solid var(--line);border-radius:9px;padding:20px 21px;min-height:136px;display:flex;flex-direction:column}.metric-label{font-size:10px;color:#7b8a72}.metric-card strong{font-size:32px;letter-spacing:-.04em;line-height:1.3;display:block;margin:9px 0 4px;font-weight:600}.metric-card strong.text-value{font-size:19px;margin-top:14px;margin-bottom:9px;line-height:1.3;letter-spacing:-.025em}.metric-note{font-size:9px;color:#93a087;margin-top:auto;overflow-wrap:anywhere}.overview-grid{display:grid;grid-template-columns:1.05fr 1fr;gap:23px}.card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:24px;min-width:0}.card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:23px}.card-heading .eyebrow{font-size:8px;margin-bottom:8px}.card-heading h2{font-size:17px;font-weight:650}.card-heading p{margin-top:8px}.square-icon{height:33px;width:33px;flex:none;display:grid;place-items:center;background:#f0f4e8;border-radius:8px;color:#799267;font-size:21px}.detail-list{margin:0}.detail-list>div{display:flex;align-items:baseline;justify-content:space-between;gap:18px;padding:13px 0;border-bottom:1px solid #edf0e7}.detail-list>div:first-child{padding-top:0}.detail-list>div:last-child{border-bottom:0;padding-bottom:0}.detail-list dt{color:#849176;font-size:10px;flex:none}.detail-list dd{margin:0;font-size:11px;text-align:right;overflow-wrap:anywhere;max-width:67%}.detail-list.compact>div{padding:10px 0}.detail-list.compact>div:first-child{padding-top:0}.card-footnote{border-top:1px solid #edf0e6;padding-top:17px;margin-top:21px;font-size:9px;color:#92a083;line-height:1.8}.empty-inline{padding:12px 14px;background:#f6f8f0;border:1px dashed #dfe6d3;border-radius:7px;font-size:10px;color:#8a997a;line-height:1.8;margin-bottom:20px}.coverage-note{display:flex;gap:13px;margin-top:25px;padding:16px 19px;border-radius:8px;border:1px solid #e0e5d7;background:#f1f4eb;color:#829272}.coverage-note>span{height:19px;width:19px;border:1px solid #b9c4aa;border-radius:50%;font-family:Georgia,serif;display:grid;place-items:center;flex:none;font-size:12px;font-style:italic}.coverage-note p{font-size:10px;line-height:1.8}.coverage-note strong{font-weight:650;color:#697e58}.workspace-footer{display:flex;justify-content:space-between;gap:15px;font-size:9px;color:#a0aa96;padding:20px 36px;border-top:1px solid #e5e9df}.workspace-footer>span:first-child{font-weight:600;color:#809275}
.table-card{padding:0;overflow:hidden}.table-card>.card-heading{padding:23px 24px 0}.filter-bar{padding:0 24px 20px;display:flex;gap:10px;align-items:center}.search-field{flex:1}.filter-bar input,.filter-bar select{font-size:11px;min-height:38px}.filter-bar select{width:auto;min-width:140px}.filter-bar .button{font-size:10px;padding:9px 14px;min-height:38px}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;text-align:left;font-size:11px}thead{background:#f7f9f2;border-top:1px solid #e7ebdf;border-bottom:1px solid #e7ebdf}th{font-size:9px;font-weight:600;color:#8b987d;white-space:nowrap;padding:12px 18px}td{padding:18px;border-bottom:1px solid #edf0e6;vertical-align:middle;font-size:10px;color:#607653}th:first-child,td:first-child{padding-left:24px}th:last-child,td:last-child{padding-right:24px}tbody tr:last-child td{border-bottom:0}td strong{font-size:11px;display:block;font-weight:600;color:#324e30}td small{font-size:9px;display:block;margin-top:4px;color:#9aa68c}.table-reference{max-width:190px;overflow-wrap:anywhere}.amount-cell{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.payment-status{display:inline-block;border-radius:4px;padding:4px 7px;font-size:9px;white-space:nowrap;background:#f0f2ec;color:#8d9980}.payment-status.success{background:#edf5e6;color:#648445}.payment-status.pending{background:#fff5e3;color:#ae8643}.payment-status.failed{background:#fbedeb;color:#b27265}.empty-state{padding:48px 24px 52px;text-align:center;color:#879779}.empty-icon{width:41px;height:41px;display:grid;place-items:center;margin:0 auto 15px;border-radius:11px;background:#eef3e4;font-size:21px;color:#8da375}.empty-state h3{font-size:14px;color:#657d56;margin-bottom:9px;font-weight:550}.empty-state p{font-size:11px;max-width:350px;margin:auto;line-height:1.8}.table-footer{display:flex;justify-content:space-between;align-items:center;min-height:64px;padding:16px 24px;border-top:1px solid #eaf0e2}.section-footnote{font-size:10px;color:#95a186;margin-top:17px}.access-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.access-grid .card>.muted{line-height:1.8}.access-grid .detail-list{margin-top:21px;margin-bottom:18px}.stack-form{display:grid;margin-top:23px}.stack-form .button{justify-self:start;margin-top:12px;font-size:11px}.secret-panel{background:#f1f7eb;border:1px solid #d9e6ce;border-radius:7px;padding:15px;margin-top:20px}.secret-panel textarea{font-family:Consolas,"SFMono-Regular",monospace;background:#fbfdf8;font-size:11px;color:#3e6833;overflow-wrap:anywhere}.secret-meta{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-top:6px}.secret-meta .field-help{margin:0}.steps{display:grid;gap:17px;margin-top:28px;padding-top:24px;border-top:1px solid #e8eddf}.steps>div{display:flex;gap:11px;font-size:10px;color:#889978}.steps>div>span{width:21px;height:21px;flex:none;background:#f2f5eb;border:1px solid #e2e9d5;border-radius:50%;display:grid;place-items:center;font-size:9px;color:#8ba070}.steps>div>div{min-width:0;flex:1}.steps p{line-height:1.8}.command{font-family:Consolas,"SFMono-Regular",monospace;background:#f5f7ef;border:1px solid #e7eddf;border-radius:5px;padding:10px 12px;display:block;overflow-wrap:anywhere;white-space:pre-wrap;line-height:1.7;font-size:10px;color:#6c8158;margin:10px 0}.danger-area{border-top:1px solid #eceddf;margin-top:25px;padding-top:18px}.danger-area .button{margin-top:13px;font-size:10px}.api-example{border-top:1px solid #e8eddf;margin-top:26px;padding-top:23px}.api-example .eyebrow{font-size:8px}.key-list-heading{display:flex;justify-content:space-between;gap:10px;align-items:center;border-top:1px solid #e8eddf;margin-top:23px;padding-top:23px;margin-bottom:15px}.key-list-heading h3{font-size:13px}.key-row{padding:14px 0;display:flex;justify-content:space-between;gap:13px;border-bottom:1px solid #edf1e5}.key-row:first-child{padding-top:0}.key-row:last-child{border-bottom:0}.key-info{min-width:0}.key-info strong{display:block;font-size:11px;overflow-wrap:anywhere;color:#49653a}.key-info p{font-size:9px;color:#93a581;margin-top:4px;overflow-wrap:anywhere}.key-info code{font-size:10px;color:#7e946b}.key-row>.text-button{align-self:flex-start;font-size:10px;color:#a77465}.key-revoked{font-size:9px;color:#9aab8b;flex:none}.key-row.revoked{opacity:.7}.key-row.revoked .key-info strong{text-decoration:line-through}.payment-dialog,.confirm-dialog{border:1px solid #dce6d4;border-radius:12px;padding:28px;width:calc(100% - 32px);max-width:520px;color:var(--ink);box-shadow:0 24px 90px #18342033}.payment-dialog::backdrop,.confirm-dialog::backdrop{background:#0e251e66;backdrop-filter:blur(2px)}.dialog-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:25px}.dialog-heading h2{font-size:21px}.dialog-heading .eyebrow{font-size:8px}.detail-amount{font-size:34px;line-height:1.2;font-weight:600;letter-spacing:-.04em;margin-bottom:12px}.detail-status{margin-bottom:23px}.payment-dialog .detail-list>div{padding:11px 0}.payment-dialog .detail-list dd{max-width:70%;font-size:11px}.confirm-dialog{max-width:430px}.confirm-dialog h2{font-size:21px;margin-bottom:12px}.confirm-dialog p{font-size:12px;line-height:1.8}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}
@media(min-width:1550px){.auth-story{padding:60px 85px}.story-copy{max-width:520px}.story-copy h1{font-size:52px}.auth-card{max-width:465px;padding:42px}.main-content{padding-top:42px}}
@media(max-width:1150px){.sidebar{width:218px;flex-basis:218px;padding:25px 15px}.workspace-body{margin-left:218px;width:calc(100% - 218px)}.main-content{padding:28px 25px 35px}.topbar{padding:0 25px}.workspace-footer{padding:18px 25px}.page-heading h1{font-size:25px}.overview-banner{padding:21px;gap:18px}.overview-banner h2{font-size:21px}.overview-banner p{max-width:380px}.card{padding:20px}.overview-grid,.access-grid{gap:18px}.metric-grid{gap:14px}.metric-card{padding:18px}.metric-card strong.text-value{font-size:17px}.auth-story{padding:37px 40px}.story-copy h1{font-size:37px}.auth-panel{padding:35px}.auth-card{padding:30px}.auth-screen{grid-template-columns:1fr 1.05fr}.detail-list>div{gap:10px}}
@media(max-width:940px){.sidebar{width:196px;flex-basis:196px;padding:25px 12px}.sidebar .brand{font-size:18px;margin-left:7px}.brand-mark{width:31px;height:31px;font-size:23px}.brand-sub{font-size:6px}.workspace-body{margin-left:196px;width:calc(100% - 196px)}.nav-item{font-size:11px;padding:11px 9px;gap:9px}.nav-icon{font-size:15px}.overview-grid,.access-grid{grid-template-columns:1fr}.metric-grid{gap:10px}.metric-card{padding:16px}.metric-card strong.text-value{font-size:15px}.overview-banner{align-items:flex-start;flex-direction:column;gap:16px}.overview-banner p{max-width:100%}.overview-banner .button{align-self:flex-start}.auth-screen{grid-template-columns:minmax(290px,.85fr) 1fr}.auth-story{padding:30px}.story-copy h1{font-size:31px}.story-copy{margin:45px 0}.story-copy>p{font-size:12px}.auth-panel{padding:25px}.auth-card{padding:25px}.auth-card h2{font-size:26px}.story-points{gap:17px}.story-points>div{gap:11px}.story-points p{font-size:10px}.story-points strong{font-size:11px}.form-grid{grid-template-columns:1fr;gap:15px}.table-card{padding:0}.filter-bar{flex-wrap:wrap}.search-field{flex-basis:100%}.filter-bar select{min-width:180px}.table-reference{max-width:155px}.page-heading{align-items:flex-start}.page-heading .button{margin-top:4px}.workspace-footer{font-size:8px;gap:20px}.breadcrumb{gap:10px}}
@media(max-width:700px){.auth-screen{display:block}.auth-story{padding:24px 25px 27px}.story-copy{margin:26px 0 0}.story-copy h1{font-size:29px}.story-copy h1 br{display:none}.story-copy>p{margin-top:13px;max-width:440px;font-size:12px}.story-points,.story-footnote{display:none}.auth-story .brand{font-size:18px}.auth-story .brand-mark{width:30px;height:30px}.auth-panel{padding:26px 20px 30px}.auth-card{max-width:430px}.auth-card h2{font-size:25px}.auth-footer{margin-top:18px}.form-grid{grid-template-columns:1fr 1fr}.workspace-screen{display:block}.sidebar{position:static;display:block;width:100%;padding:18px 20px 0;overflow:visible}.sidebar .brand{font-size:18px;margin:0}.workspace-label,.sidebar-partner,.sidebar-bottom{display:none}.workspace-nav{display:flex;gap:4px;margin-top:19px;overflow-x:auto;padding-bottom:12px}.nav-item{white-space:nowrap;width:auto;font-size:10px;padding:9px 10px;flex:none;gap:7px}.nav-icon{font-size:14px;width:15px}.workspace-body{width:100%;margin:0}.topbar{height:49px;padding:0 20px}.topbar .pill{font-size:7px}.main-content{padding:25px 20px 30px}.page-heading{gap:12px;margin-bottom:22px}.page-heading h1{font-size:24px}.page-heading p{font-size:10px;line-height:1.75}.page-heading .button{font-size:9px;padding:9px;gap:5px;min-width:95px}.page-heading .eyebrow{font-size:7px}.overview-banner{padding:21px}.metric-grid{grid-template-columns:1fr;gap:10px}.metric-card{min-height:98px;padding:17px 19px;display:grid;grid-template-columns:1fr 1fr;align-items:center}.metric-label{grid-column:1;grid-row:1;font-size:11px}.metric-card strong,.metric-card strong.text-value{grid-column:2;grid-row:1/3;text-align:right;margin:0;font-size:22px}.metric-card strong.text-value{font-size:16px;line-height:1.5}.metric-note{grid-column:1;grid-row:2;margin-top:8px}.overview-grid,.access-grid{gap:18px}.card-heading h2{font-size:17px}.card-heading .eyebrow{font-size:7px}.overview-banner h2{font-size:23px}.coverage-note{padding:14px;gap:10px}.coverage-note p{font-size:9px}.workspace-footer{padding:17px 20px;flex-direction:column;gap:6px}.workspace-footer>span:first-child{font-size:9px}.table-card>.card-heading{padding:21px 20px 0}.filter-bar{padding:0 20px 20px}.filter-bar select{min-width:170px}.table-footer{padding:15px 20px}.table-footer p{font-size:10px}.table-reference{min-width:130px;max-width:170px}th{padding:11px 15px}td{padding:16px 15px;white-space:nowrap}td.table-reference{white-space:normal}th:first-child,td:first-child{padding-left:20px}th:last-child,td:last-child{padding-right:20px}.access-grid .card{padding:22px}.secret-meta{flex-direction:column;gap:6px}.confirm-dialog,.payment-dialog{padding:24px}.connection-banner{padding:11px 20px;font-size:11px}}
@media(max-width:390px){.main-content{padding-left:14px;padding-right:14px}.sidebar{padding-left:14px;padding-right:14px}.nav-item{font-size:9px;padding:8px}.nav-icon{width:12px;font-size:12px}.page-heading{flex-direction:column}.page-heading .button{align-self:flex-start;margin-top:0}.auth-panel{padding:22px 14px}.auth-card{padding:23px}.form-grid{grid-template-columns:1fr}.overview-banner{padding:18px}.card{padding:18px}.access-grid .card{padding:18px}.filter-bar select{min-width:150px}.auth-tabs{gap:22px}}
.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.settings-card>.muted{line-height:1.8}.settings-form{margin-top:23px}.settings-form>label:not(:first-child){margin-top:19px}.settings-form>.button{margin-top:22px;font-size:11px}.settings-form .optional{font-size:9px;font-weight:400;color:#7b8c6e;margin-left:5px}.settings-divider{height:1px;background:#e8eddf;margin:24px 0}.settings-card>.message{margin-top:20px;margin-bottom:0}.observed-reference{margin-top:27px;padding:20px 17px;background:#f5f8ef;border:1px solid #e3ead8;border-radius:8px}.observed-reference>.eyebrow{font-size:8px;margin-bottom:16px}.reference-comparison{margin-top:15px;padding-top:13px;border-top:1px solid #e2e8d8;font-size:10px;line-height:1.8;color:#68795c}.reference-comparison.different{color:#8b652c}.settings-form input:disabled{background:#f0f2ed;color:#7e8c75;cursor:not-allowed}.settings-form input:disabled:hover{border-color:#d9e2d5}@media(max-width:1150px){.settings-grid{gap:18px}}@media(max-width:940px){.settings-grid{grid-template-columns:1fr}}@media(max-width:700px){.settings-card{padding:22px}.settings-card .card-heading{gap:12px}.settings-card .card-heading h2{font-size:17px}.settings-card .pill{font-size:8px}}@media(max-width:390px){.settings-card{padding:18px}}
.metric-note,.field-help,.card-footnote,.section-footnote,.empty-inline,.table-footer .muted,.key-info p,.key-info code,.key-revoked,.steps>div,.auth-note p,.auth-footer,.detail-list dt,.metric-label,td small,th,.workspace-footer,.breadcrumb,.coverage-note{color:#68795c}.payment-status.unknown{color:#63705a}.workspace-footer>span:first-child{color:#5f7454}.empty-state{color:#6f805f}.eyebrow{color:#647855}.eyebrow.light{color:#a8c0ad}.integration-note p{color:#a8bca3}.sidebar-user div>span{color:#aabc9f}.story-footnote{color:#a8bca7}.topbar-actions{display:flex;align-items:center;gap:18px}#mobile-logout-button{display:none}@media(max-width:700px){#mobile-logout-button{display:block;font-size:10px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}

.google-web-access{padding:22px;border:1px solid var(--line);border-radius:10px;background:var(--pale);margin-bottom:28px}.google-web-access p{margin-top:12px;line-height:1.65}.google-web-access .button{margin-top:16px;text-decoration:none;white-space:normal;text-align:center}.google-web-access h2{font-size:20px}

.web-steps{padding-left:22px;line-height:1.8}.web-steps li{margin:10px 0}.web-steps code{overflow-wrap:anywhere}.google-web-access .button{margin-right:8px}.payment-status{white-space:normal}

.collect-grid{display:grid;grid-template-columns:minmax(260px,1fr) minmax(320px,1fr);gap:24px;align-items:start}.collect-grid .card{padding:26px}.collect-grid input,.collect-grid select{width:100%}.collect-grid label{display:block;margin-top:16px}.collect-grid .field-help{margin-top:14px}.collect-result{text-align:center}.collect-result h2{font-size:30px}.collect-result>p{margin-top:12px;overflow-wrap:anywhere}#collect-canvas{display:block;max-width:100%;width:320px;height:auto;margin:22px auto;background:#fff;image-rendering:pixelated}.collect-status{padding:14px;border-radius:8px;background:#edf3e9;font-weight:650}.collect-actions{display:flex;justify-content:center;gap:10px;margin-top:16px}.collect-result .detail-list,.collect-result form{text-align:left}.collect-result .detail-list dd{overflow-wrap:anywhere}.collect-result a{text-decoration:none}@media(max-width:1000px){.collect-grid{grid-template-columns:1fr}.collect-grid .card{padding:22px}}
.collect-status.needs-attention{background:#fff3da;color:#704900}.collect-tracking{padding:14px 16px;border:1px solid #e5c57c;border-radius:8px;background:#fffbf0;text-align:left;font-size:13px;line-height:1.6}.collect-tracking p+p{margin-top:10px}.collect-tracking .button{margin-top:12px}
.collect-detected{white-space:pre-line;overflow-wrap:anywhere;border-top:1px solid #e5c57c;padding-top:10px}.collect-manual{margin-top:18px;text-align:left}.collect-manual summary{cursor:pointer;font-size:13px}
