.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.page-header__breadcrumbs{font-size:13px;color:#64748b;margin-bottom:6px}.page-header__crumb-link{color:#64748b}.page-header__title{margin:0;font-size:28px}.page-header__actions{display:flex;gap:10px}.app-shell{min-height:100vh;background:#f8fafc;color:#0f172a}.app-shell,.app-shell__header{display:flex;flex-direction:column}.app-shell__header{position:-webkit-sticky;position:sticky;top:0;z-index:10000;background:rgba(248,250,252,.92);border-bottom:1px solid #e2e8f0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.app-shell__inner{width:100%;max-width:1600px;margin:0 auto;padding:14px 20px}.app-shell__header .app-shell__inner--primary{position:relative;display:flex;align-items:stretch;justify-content:flex-start;gap:0;flex-wrap:wrap;min-height:68px;padding-top:0;padding-bottom:0}.app-shell__header--has-subnav .app-shell__inner--primary{padding-bottom:0}.app-shell__subnav-scroll-shell{position:relative;width:100%;border-top:1px solid #e2e8f0}.app-shell__header .app-shell__inner--subnav{width:100%;display:flex;align-items:flex-end;justify-content:flex-start;gap:18px;min-height:auto;max-width:1600px;margin:0 auto;padding:10px 20px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;flex-wrap:nowrap}.app-shell__header .app-shell__inner--subnav>*{flex-shrink:0}.app-shell__scroll-fade{position:absolute;top:0;bottom:0;z-index:4;width:44px;pointer-events:none;opacity:0;transition:opacity .16s ease}.app-shell__scroll-fade--left{left:0;background:linear-gradient(90deg,#f8fafc 8%,rgba(248,250,252,0))}.app-shell__scroll-fade--right{right:0;background:linear-gradient(270deg,#f8fafc 8%,rgba(248,250,252,0))}.app-shell__subnav-scroll-shell[data-scroll-left=true] .app-shell__scroll-fade--left,.app-shell__subnav-scroll-shell[data-scroll-right=true] .app-shell__scroll-fade--right{opacity:1}.app-shell__brand{display:flex;align-items:center;gap:10px;color:inherit;font-size:18px;font-weight:900;font-family:PremierSans,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;flex:0 0 auto;align-self:center}.app-shell__brand,.app-shell__brand:hover{text-decoration:none}.app-shell__brand:focus-visible{outline:2px solid #0ea5e9;outline-offset:4px}.app-shell__brand-mark{display:block;filter:drop-shadow(0 3px 5px color-mix(var(--color-arrow-green) 40%,transparent));width:28px;height:28px}.app-shell__brand-name{letter-spacing:0}.app-shell__brand-logo{display:block;width:auto;height:28px}.app-shell__brand-logo--hidden{display:none}.app-shell__page-nav{display:flex;align-items:center;justify-content:flex-start;gap:28px;flex:0 0 auto;align-self:stretch;margin-left:60px;min-width:180px}.app-shell__page-nav-link{position:relative;display:inline-flex;align-items:center;gap:6px;align-self:stretch;height:auto;margin:0;padding:0;color:#0f172a;font-size:14px;font-weight:650;line-height:1;text-decoration:none;transition:color .12s ease}.app-shell__page-nav-link.is-active,.app-shell__page-nav-link:focus-visible,.app-shell__page-nav-link:hover{color:#0ea5e9;text-decoration:none}.app-shell__page-nav-link:focus-visible{outline:2px solid #0ea5e9;outline-offset:2px}.app-shell__page-nav-link:before{position:absolute;left:50%;bottom:0;width:70px;height:24px;background:radial-gradient(ellipse 35px 24px at 50% 100%,rgba(14,165,233,.12) 0,rgba(14,165,233,0) 100%);content:"";opacity:0;pointer-events:none;transform:translateX(-50%);transition:opacity .5s ease}.app-shell__page-nav-link.is-active:before,.app-shell__page-nav-link:focus-visible:before,.app-shell__page-nav-link:hover:before{opacity:1}.app-shell__page-nav-link.is-active:after{position:absolute;right:0;bottom:0;left:0;height:2px;border-radius:999px;background:#0ea5e9;content:""}.app-shell__meta{color:#64748b;font-size:12px}.app-shell__actions{margin-left:16px}.app-shell__actions,.app-shell__header-social-links{display:flex;align-items:center;justify-content:flex-end;align-self:center}.app-shell__header-social-links{gap:20px;margin-left:auto}.app-shell__header-social-link{display:inline-flex;align-items:center;justify-content:center;color:#64748b;line-height:1;text-decoration:none;transition:color .14s ease}.app-shell__header-social-link:focus-visible,.app-shell__header-social-link:hover{color:#0ea5e9;text-decoration:none}.app-shell__header-social-link:focus-visible{outline:2px solid #0ea5e9;outline-offset:4px}.app-shell__mobile-actions,.app-shell__mobile-icon-action{display:none}.app-shell__main{display:block;flex:1 0 auto;padding:24px 20px 40px}.app-shell__footer{flex:0 0 auto;margin-top:48px;background:#07111f;color:#f8fafc}.app-shell__footer-inner{padding-top:20px;padding-bottom:20px}.app-shell__social-link:focus-visible,.app-shell__utility-link:focus-visible{outline:2px solid #38bdf8;outline-offset:4px}.app-shell__utility-link{color:#cbd5e1;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .14s ease}.app-shell__utility-link:hover{color:#38bdf8;text-decoration:none}.app-shell__social-links{display:flex;justify-content:flex-end;gap:24px}.app-shell__social-link{display:inline-flex;align-items:center;justify-content:center;color:#94a3b8;text-decoration:none;transition:color .14s ease}.app-shell__social-link:hover{color:#38bdf8;text-decoration:none}.app-shell__footer-bottom{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;grid-gap:20px;gap:20px}.app-shell__footer-bottom--no-utility{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.app-shell__copyright{margin:0;color:#94a3b8;font-size:.84rem}.app-shell__utility-nav{display:flex;align-items:center;gap:32px;flex-wrap:wrap;justify-content:center}.app-shell__utility-link{color:#94a3b8;font-size:.84rem}@media (max-width:760px){.app-shell--has-mobile-fixed-header{padding-top:52px}.app-shell__header{position:fixed;right:0;left:0;top:0;background:#f8fafc}.app-shell__inner{padding-right:14px;padding-left:14px}.app-shell__header .app-shell__inner--primary{align-items:stretch;flex-wrap:nowrap;gap:8px;min-height:52px}.app-shell__header:not(.app-shell__header--subnav-open) .app-shell__subnav-scroll-shell{display:none}.app-shell__page-nav{justify-content:flex-start;gap:0;margin-left:auto;min-width:0;width:auto}.app-shell__actions{justify-content:flex-start;margin-left:10px;width:auto}.app-shell__header-social-links{display:none}.app-shell__page-nav-link{height:52px;margin:0;padding:0 8px}.app-shell__page-nav-link:before{width:54px}.app-shell__page-nav-link.is-active:after{right:-2px;left:-2px}.app-shell__brand-name{font-size:17px}.app-shell__mobile-actions{display:inline-flex;align-items:center;gap:2px;align-self:stretch}.app-shell__mobile-icon-action{display:inline-flex;align-items:center;align-self:stretch;justify-content:center;margin-left:auto;width:34px;border:0;background:transparent;color:#0f172a;cursor:pointer;padding:0}.app-shell__mobile-icon-action:focus-visible,.app-shell__mobile-icon-action:hover{color:#0ea5e9}.app-shell__mobile-icon-action:focus-visible{outline:2px solid #0ea5e9;outline-offset:-4px}.app-shell__mobile-icon-action svg{width:19px;height:19px}.app-shell__header .app-shell__inner--subnav{align-items:stretch;display:grid;grid-template-columns:minmax(0,1fr);grid-gap:10px;gap:10px;padding:10px 14px 12px;overflow-x:hidden;overscroll-behavior-x:auto}.app-shell__header:not(.app-shell__header--subnav-open) .app-shell__inner--subnav,.app-shell__subnav-scroll-shell .app-shell__scroll-fade{display:none}.app-shell__main{padding:18px 14px 32px}.app-shell__footer-bottom{align-items:center;display:flex;flex-direction:column-reverse;grid-template-columns:none;justify-items:center;text-align:center}.app-shell__social-links,.app-shell__utility-nav{justify-content:center}}.card{background:#ffffff;color:#0f172a;border:1px solid #e2e8f0;border-radius:12px;padding:16px;box-shadow:0 8px 24px rgba(15,23,42,.08)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;padding:10px 14px;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;cursor:pointer;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,opacity .12s ease;border-color:transparent;height:40px}.btn:focus-visible,.btn:hover,a.btn,a.btn:focus-visible,a.btn:hover{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-decoration:none}.btn:disabled,.btn[aria-disabled=true]{cursor:not-allowed;opacity:.6}.btn-primary{background:#0ea5e9;color:#ffffff}.btn-secondary{background:#e2e8f0;color:#0f172a}.btn-light{background:#ffffff;color:#0f172a;box-shadow:0 10px 24px rgba(15,23,42,.22)}.btn-ghost,.btn-ghost-plain{background-color:transparent;color:#0f172a}.btn-ghost-plain{padding:0}.btn-icon{min-width:30px;padding:0;display:flex}.btn-icon,.btn-small{background-color:#0001;color:#0f172a;height:30px;align-items:center;justify-content:center}.btn-small{padding:0 8px;display:inline-flex;font-size:12px;font-weight:600}.btn-primary:hover:not(:disabled){background:#1381d0}.btn-secondary:hover:not(:disabled){background:#bfc8d4}.btn-light:hover:not(:disabled){background:#e2e8f0;box-shadow:0 12px 28px rgba(15,23,42,.26)}.btn-ghost:hover:not(:disabled),.btn-icon:hover:not(:disabled),.btn-small:hover:not(:disabled){background-color:rgba(0,0,0,.1);box-shadow:none}.btn-ghost-plain:focus-visible:not(:disabled),.btn-ghost-plain:hover:not(:disabled){background-color:transparent;box-shadow:none;color:#334155}.btn-tooltip-wrapper{position:relative;display:inline-flex}.btn-tooltip-wrapper:hover .tooltip{display:block}.tooltip{top:calc(100% + 6px);background:#0b0b0b;color:#ffffff;border-radius:12px;font-size:12px;line-height:1.35;white-space:pre-line;z-index:10;display:none;pointer-events:none;min-width:200px}.tooltip,.tooltip:before{position:absolute;left:50%;transform:translateX(-50%)}.tooltip:before{content:"";top:-6px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #0b0b0b}.tooltip--align-right{left:auto;right:0;transform:translateX(0)}.tooltip--align-right:before{left:auto;right:calc(var(--tooltip-trigger-width, 24px) / 2 - 6px);transform:none}.tooltip__title{padding:10px 14px;background:#222;color:#ffffff;font-weight:600;border-radius:12px 12px 0 0}.tooltip__body{padding:8px 14px}.tooltip--visible{display:block}.tooltip--body-width-250{min-width:0;width:max-content;max-width:250px;text-align:center}.anchored-panel{display:inline-flex;position:relative}.anchored-panel__trigger.is-open{background-color:#dbeafe;color:#1d4ed8}.anchored-panel__trigger.is-open:hover:not(:disabled){background-color:#c1d8fb;color:#1d4ed8}.anchored-panel__surface{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);z-index:30;width:min(var(--anchored-panel-width,360px),calc(100vw - 32px));border:1px solid #dbe3ec;border-radius:8px;background:#ffffff;box-shadow:0 18px 40px rgba(15,23,42,.18);color:#0f172a}.anchored-panel__surface:before{content:"";position:absolute;top:-6px;left:50%;width:12px;height:12px;border-top:1px solid #dbe3ec;border-left:1px solid #dbe3ec;background:#ffffff;box-shadow:-4px -4px 10px rgba(15,23,42,.04);transform:translateX(-50%) rotate(45deg)}.anchored-panel--align-right .anchored-panel__surface{left:auto;right:0;transform:none}.anchored-panel--align-right .anchored-panel__surface:before{left:auto;right:calc(var(--anchored-panel-trigger-width, 24px) / 2 - 6px);transform:rotate(45deg)}.anchored-panel__header{position:relative;border-bottom:1px solid #e2e8f0;border-radius:8px 8px 0 0;background:#ffffff;padding:14px 16px;font-size:14px;font-weight:700}.anchored-panel__body{display:grid;grid-gap:16px;gap:16px;padding:16px}.anchored-panel__section{display:grid;grid-gap:12px;gap:12px}.anchored-panel__section+.anchored-panel__section{border-top:1px solid #e2e8f0;padding-top:16px}.anchored-panel__section-title{color:#0f172a;font-size:14px;font-weight:700}.anchored-panel__section-body{display:grid;grid-gap:16px;gap:16px}.segmented-control{display:grid;grid-gap:12px;gap:12px;margin:0;padding:0;border:0}.segmented-control legend{margin-bottom:6px;padding:0}.segmented-control__options{display:grid;grid-template-columns:repeat(auto-fit,minmax(78px,1fr));grid-gap:2px;gap:2px;padding:3px;border-radius:8px;background:#e2e8f0}.segmented-control__option{min-width:0}.segmented-control__option input{position:absolute;opacity:0;pointer-events:none}.segmented-control__option>span{display:flex;min-height:34px;align-items:center;justify-content:center;gap:7px;border-radius:6px;background:transparent;color:#334155;cursor:pointer;font-size:13px;font-weight:700;line-height:1.2;padding:8px 10px;text-align:center;transition:background-color .12s ease}.segmented-control__option-label{min-width:0}.segmented-control__option-label--narrow{display:none}.segmented-control__option-icon{flex:0 0 auto;width:1.1em;height:1.1em}.segmented-control__option:not(.is-disabled):hover>span{background:rgba(255,255,255,.58)}.segmented-control__option input:focus-visible+span{outline:2px solid #94a3b8;outline-offset:1px}.segmented-control__option.is-active>span{background:#ffffff;color:#0f172a}.segmented-control__option.is-active:hover>span{background:#ffffff}.segmented-control__option.is-disabled>span{cursor:not-allowed;opacity:.4}.switch-control{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:center;color:#334155;cursor:pointer;font-size:14px;font-weight:700}.switch-control input{position:absolute;opacity:0;pointer-events:none}.switch-control__track{position:relative;width:38px;height:22px;border-radius:999px;background:#e2e8f0;transition:background .15s ease}.switch-control__thumb{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#ffffff;transition:transform .15s ease}.switch-control input:checked+.switch-control__track{background:#0ea5e9}.switch-control input:checked+.switch-control__track .switch-control__thumb{transform:translateX(16px)}.switch-control input:focus-visible+.switch-control__track{outline:2px solid #94a3b8;outline-offset:2px}.switch-control:has(input:disabled){cursor:not-allowed;opacity:.6}