:root{--ink: #1a1612;--paper: #f4efe6;--sidebar: #ebe6dc;--rule: #d8d0c4;--muted: #6f675c;--accent: #9a3b2f;--link: #2b5874;--ok: #2f6b4f;--warn: #b5812a;--skip: #8a8378;--sidebar-width: 15.5rem;--chrome-top: 1.05rem;--chrome-gutter: .8rem;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;color:var(--ink);background:var(--paper)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.shell{min-height:100vh}.main{min-height:100vh;transition:padding-left .2s ease}@media(min-width:1181px){.shell-pinned .main{padding-left:var(--sidebar-width)}}.sidebar-rail{position:fixed;top:0;left:0;z-index:20;width:12px;height:100vh}.sidebar-toggle{position:fixed;top:var(--chrome-top);left:var(--chrome-gutter);z-index:40;width:2rem;height:2rem;display:grid;place-items:center;padding:0;border:0;border-radius:6px;background:transparent;color:var(--ink);cursor:pointer}.sidebar-toggle:hover,.sidebar-toggle:focus-visible,.sidebar-toggle[aria-pressed=true]{background:#1a161214}.sidebar-toggle svg{width:1.15rem;height:1.15rem;fill:none;stroke:currentcolor;stroke-width:1.7;stroke-linejoin:round}.sidebar{position:fixed;top:0;left:0;z-index:30;width:var(--sidebar-width);height:100vh;display:flex;flex-direction:column;background:var(--sidebar);border-right:1px solid var(--rule);transform:translate(-100%);transition:transform .2s ease;pointer-events:none}.sidebar.open{transform:translate(0);pointer-events:auto;box-shadow:10px 0 28px #1a161214}.shell-pinned .sidebar{box-shadow:none}.sidebar-head{display:flex;align-items:flex-start;gap:.65rem;padding:var(--chrome-top) var(--chrome-gutter) 1.15rem}.sidebar-head>div{min-width:0}.sidebar-head-spacer{width:2rem;height:2rem;flex-shrink:0}.sidebar-title{display:flex;align-items:center;min-height:2rem;font-size:1.05rem;letter-spacing:.03em;color:inherit;text-decoration:none}.sidebar-title:hover,.sidebar-title:focus-visible{color:var(--accent)}.sidebar-channel{display:flex;flex-direction:column;max-width:11.5rem;min-width:0;color:var(--muted);text-decoration:none}.sidebar-channel-line{display:block;white-space:nowrap}.sidebar-channel-truncate{overflow:hidden;text-overflow:ellipsis}a.sidebar-channel:hover,a.sidebar-channel:focus-visible{color:var(--link)}.sidebar-nav{display:flex;flex-direction:column;flex:1;min-height:0;gap:.15rem;padding:.25rem .8rem 1.5rem}.sidebar-nav-foot{margin-top:auto;display:flex;flex-direction:column;gap:.15rem}.sidebar-nav-rule{height:1px;margin:.35rem .55rem .45rem;background:var(--rule)}.sidebar-nav a{color:var(--ink);text-decoration:none;padding:.42rem .55rem;border-radius:6px}.sidebar-nav a:hover,.sidebar-nav a:focus-visible{background:#1a161214}.sidebar-nav a[aria-current=page]{background:#1a16121a;font-weight:600}.sidebar-tree{display:flex;flex-direction:column;gap:.08rem;margin:.2rem 0 .15rem}.sidebar-tree-parent{font-weight:600;padding:.42rem .55rem;color:var(--ink)}.sidebar-tree-leaves{display:flex;flex-direction:column;gap:.06rem;margin:.05rem 0 .25rem .7rem;padding:.05rem 0 .08rem .45rem;border-left:1px solid var(--rule)}.sidebar-tree-leaves a{font-size:.92em;color:var(--muted);padding-top:.3rem;padding-bottom:.3rem}.sidebar-tree-leaves a[aria-current=page]{color:var(--ink)}.sidebar-tree-leaf{display:flex;flex-direction:column;gap:.04rem}.sidebar-tree-subleaves{display:flex;flex-direction:column;gap:.04rem;margin:.05rem 0 .15rem .85rem;padding:0 0 .05rem .45rem;border-left:1px solid var(--rule)}.sidebar-tree-subleaves a{font-size:.88em;color:var(--muted);padding-top:.22rem;padding-bottom:.22rem}.sidebar-tree-subleaves a[aria-current=page]{color:var(--ink);font-weight:600}.sidebar-nav a.sidebar-logout{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:1180px){.shell:not(.shell-pinned) .page{padding-left:3.25rem}}@media(hover:none){.sidebar-rail{display:none}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.main,.sidebar{transition:none}}a{color:var(--link)}.page a[href^="#"]:not(.title){color:var(--ink);text-decoration:underline;text-decoration-color:var(--rule);text-decoration-thickness:1px;text-underline-offset:.2em}.page a[href^="#"]:not(.title):hover,.page a[href^="#"]:not(.title):focus-visible{text-decoration-color:var(--ink)}.page{max-width:1100px;margin:0 auto;padding:var(--chrome-top) 1.5rem 4rem}.page-log{font-family:IBM Plex Mono,SF Mono,ui-monospace,monospace;font-size:.75rem;line-height:1.45}.page-log .changelog-version{font-size:inherit}.mast{display:flex;justify-content:space-between;gap:1.5rem;align-items:flex-start;padding-bottom:1rem;border-bottom:2px solid var(--ink);margin-bottom:1.25rem}.page-detail .panel:first-of-type,.page-detail .panel.panel-first{border-top:0;padding-top:0}.brand{display:flex;gap:.75rem;align-items:flex-start}.brand img{width:2rem;height:2rem;border-radius:4px}.title{display:flex;align-items:center;min-height:2rem;font-family:Iowan Old Style,Palatino Linotype,Palatino,Georgia,serif;font-size:1.6rem;line-height:normal;letter-spacing:.04em;color:inherit;text-decoration:none}a.title:hover,a.title:focus-visible{color:var(--accent)}.sub,.hint,.muted{font-family:IBM Plex Mono,SF Mono,ui-monospace,monospace;font-size:.75rem;color:var(--muted)}.mast-actions{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:.75rem;min-height:2rem}.refresh{position:relative;font:inherit;font-size:.8em;line-height:1;text-transform:uppercase;letter-spacing:.08em;background:var(--ink);color:var(--paper);border:0;height:2rem;padding:0 .88rem;cursor:pointer;display:inline-flex;align-items:center;gap:.4em}.refresh:after,.source-chip:after{content:attr(data-tip);position:absolute;top:calc(100% + .4rem);right:0;z-index:5;padding:.35rem .5rem;border:1px solid var(--rule);background:var(--paper);color:var(--muted);font-family:IBM Plex Mono,SF Mono,ui-monospace,monospace;font-size:.75rem;letter-spacing:0;text-transform:none;white-space:nowrap;opacity:0;pointer-events:none}.refresh:hover:after,.refresh:focus-visible:after,.source-chip:hover:after,.source-chip:focus-visible:after{opacity:1}.refresh-icon{width:1em;height:1em;flex-shrink:0;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.refresh.ok{background:var(--ok)}.refresh.autosync{text-transform:none;letter-spacing:.02em}.refresh.autosync:disabled{opacity:1}.refresh:disabled{opacity:.5;cursor:wait}.banner{margin-top:1rem;padding:.75rem 1rem;border:1px solid var(--accent);color:var(--accent)}.banner-log{font-family:IBM Plex Mono,SF Mono,ui-monospace,monospace;font-size:.75rem;line-height:1.45}.sources{display:flex;justify-content:flex-end;gap:1.5rem;flex-wrap:wrap;margin:0}.source-group{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.source-chip{position:relative;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.75rem;display:flex;align-items:center;gap:.4rem;cursor:default}.dot{width:.7rem;height:.7rem;border-radius:50%;background:var(--skip);display:inline-block;flex-shrink:0}.dot.ok,.dot.success{background:var(--ok)}.dot.running{background:var(--warn)}.dot.failed,.dot.partial{background:var(--accent)}.dot.skipped,.dot.never{background:var(--skip)}.section-title{margin:2.4rem 0 1rem;font-size:1.25rem;font-weight:600;letter-spacing:.04em;scroll-margin-top:1.5rem}#revenue-per-period.section-title{margin-top:0}.fx-lines{margin:-.25rem 0 1.25rem}.fx-line{font-family:IBM Plex Mono,SF Mono,ui-monospace,monospace;font-size:.75rem;color:var(--muted);margin:0}.fx-line a{color:var(--link)}.fx-lines .fx-line+.fx-line{margin-top:.2rem}.kpis,.panel{scroll-margin-top:1.5rem}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin:1.5rem 0 2rem}.kpis article{border-top:1px solid var(--ink);padding-top:.6rem}.kpis h2,.panel h2{margin:0;font-size:.78rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.figure{font-family:IBM Plex Mono,ui-monospace,monospace;font-size:1.25rem;margin:.35rem 0 .2rem}.figure-of{color:var(--muted);font-size:.92em}.grid{display:grid;grid-template-columns:1.3fr .9fr;gap:2rem}@media(max-width:800px){.grid,.mast{display:block}.mast-actions{align-items:flex-start;margin-top:1rem}}.panel{border-top:1px solid var(--ink);padding-top:.75rem}.team{margin:1rem 0 1.4rem}.team-head{display:flex;justify-content:space-between;font-weight:600;margin-bottom:.35rem}table{width:auto;max-width:100%;border-collapse:collapse;font-family:IBM Plex Mono,ui-monospace,monospace;font-size:.78rem}th,td{text-align:right;padding:.35rem 1.25rem;border-bottom:1px solid var(--rule)}th:first-child,td:first-child{text-align:left;padding-left:0}th:last-child,td:last-child{padding-right:0}th{font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.num{font-variant-numeric:tabular-nums;white-space:nowrap}td.rpc{max-width:22rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted)}tr.overdue td{color:var(--accent)}tr.status-new td:nth-child(4){color:var(--ok);font-weight:600}tr.total td{font-weight:700;border-bottom:0;padding-top:.6rem}.changelog-entry{border-top:1px solid var(--ink);margin-top:1.75rem;padding-top:.85rem}.changelog-version{margin:0 0 .55rem;font-size:1.15rem;letter-spacing:.04em}.changelog-entry ul{margin:0;padding-left:1.2rem}.changelog-entry li{margin:.35rem 0;line-height:1.45}.stripe-detail-note,.stripe-truncation{margin:0 0 1rem}.stripe-detail .panel+.panel{margin-top:1.5rem}.ausd-detail .panel+.panel{margin-top:1.5rem}.ausd-chart{margin-top:.75rem}.ausd-chart+.ausd-chart{margin-top:1.25rem}.ausd-chart svg{display:block;max-width:100%}.ausd-chart-title{margin:0 0 .35rem;font-size:.85rem;font-weight:600}.ausd-chart-caption{margin:.75rem 0 0;font-size:.75rem;color:var(--muted)}.ausd-chart-grid{stroke:var(--rule);stroke-width:1}.ausd-chart-line{stroke:var(--ink);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.ausd-chart-dot{fill:var(--ink)}.ausd-chart-axis{fill:var(--muted);font-size:11px}.stripe-detail .table-wrap{overflow-x:auto;margin-top:.5rem}.stripe-detail td{vertical-align:top}.stripe-detail td.chains{max-width:16rem;line-height:1.45}tr.draft-lines td{font-size:.72rem;color:var(--muted);border-bottom:1px solid var(--rule);padding-top:0;padding-bottom:.45rem}tr.draft-lines td:first-child{padding-left:1rem}tr.draft-lines div+div{margin-top:.2rem}.about-copy{max-width:40rem}.about-copy h2{margin:2rem 0 .65rem;font-size:1.15rem;letter-spacing:.04em}.about-copy h2:first-child{margin-top:1.75rem}.about-copy p{margin:0 0 .85rem;line-height:1.55}
