@import"https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700;800&family=Baloo+2:wght@600;700;800&family=IBM+Plex+Mono:wght@400;500;600&display=swap";#root{margin:0 auto;text-align:center;--color-main-background: white;--color-primary: #0c6ffd}.tableau-container{display:flex;justify-content:center;align-items:center;width:100vw}.page-container{display:flex;flex-direction:column;min-height:85vh}.page-content{flex:1}.service-card{cursor:pointer;color:#000;border:1px solid grey;padding:.5rem;transition:all .3s}.service-card:first-child{margin-top:0;border-radius:5px 5px 0 0}.service-card:last-child{margin-bottom:0;border-radius:0 0 5px 5px}.selected{background-color:#0c6ffd;color:var(--color-main-background)}.skeleton-row{display:flex;gap:.5rem}.ao-auth{--navy: #143A45;--navy-700: #1C4C59;--orange: #F39A1E;--font-ui: "Hanken Grotesk", system-ui, sans-serif;--font-brand: "Baloo 2", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--bg: #EEF1F3;--surface: #FFFFFF;--surface-2: #F4F6F8;--surface-3: #E9EDF0;--border: #E2E7EB;--border-strong: #D0D7DD;--text: #142C34;--muted: #586770;--faint: #8E9BA3;--accent: #E9701B;--accent-soft: #FCEEDF;--action: #2E7FE0;--action-fg: #FFFFFF;--action-soft: #E7F0FB;--positive: #2E8B57;--positive-soft: #E4F1EA;--warning: #B7791A;--warning-soft: #FAF0DE;--danger: #CB4032;--danger-soft: #FBE8E5;--info: #2E7FE0;--info-soft: #E7F0FB;--radius: 12px;--radius-sm: 8px;--radius-lg: 18px;--shadow-sm: 0 1px 2px rgba(20, 44, 52, .06);--shadow: 0 6px 20px rgba(15, 46, 56, .1), 0 1px 3px rgba(15, 46, 56, .06);--shadow-lg: 0 28px 70px rgba(15, 46, 56, .2);--glow: none;font-family:var(--font-ui);color:var(--text);height:100%;box-sizing:border-box;text-align:left;color-scheme:light}.ao-auth *,.ao-auth *:before,.ao-auth *:after{box-sizing:border-box}.ao-auth .auth{display:flex;min-height:100vh;background:var(--surface)}.ao-auth .auth-aside{width:46%;flex-shrink:0;padding:44px 46px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;background:var(--navy);color:#eaf1f2}.ao-auth .auth-main{flex:1;display:grid;place-items:center;padding:40px;background:var(--surface)}.ao-auth .auth-card{width:100%;max-width:380px}@media (max-width: 860px){.ao-auth .auth-aside{display:none}}.ao-auth .logo{display:inline-flex;align-items:center;gap:11px}.ao-auth .logo-mark{width:34px;height:29px}.ao-auth .logo-mark.lg{width:46px;height:39px}.ao-auth .logo-name{font-family:var(--font-brand);font-weight:800;font-size:21px;letter-spacing:-.01em;color:#fff}.ao-auth .logo-name.lg{font-size:27px}.ao-auth .muted{color:var(--muted)}.ao-auth .faint{color:var(--faint)}.ao-auth .mono{font-family:var(--font-mono)}.ao-auth .row{--bs-gutter-x: 0;--bs-gutter-y: 0;display:flex;flex-wrap:nowrap;align-items:center;gap:10px;margin:0}.ao-auth .row>*{flex-shrink:1;width:auto;max-width:none;padding-right:0;padding-left:0;margin-top:0}.ao-auth .col{--bs-gutter-x: 0;--bs-gutter-y: 0;display:flex;flex:0 1 auto;flex-direction:column;width:auto;max-width:none;margin:0;padding:0}.ao-auth .between{display:flex;align-items:center;justify-content:space-between}.ao-auth .grow{flex:1}.ao-auth .wrap{flex-wrap:wrap}.ao-auth .field{display:flex;flex-direction:column;gap:7px;margin-bottom:16px}.ao-auth .field label{font-size:12.5px;font-weight:600;color:var(--text)}.ao-auth .input{height:44px;padding:0 14px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);font-family:var(--font-ui);font-size:14px;color:var(--text);display:flex;align-items:center;gap:10px}.ao-auth .input.focus{border-color:var(--action);box-shadow:0 0 0 3px var(--action-soft)}.ao-auth .input.invalid{border-color:var(--danger)}.ao-auth .input .ph{color:var(--faint)}.ao-auth .input svg{width:17px;height:17px;color:var(--faint);flex-shrink:0}.ao-auth .input input{flex:1;border:none;outline:none;background:transparent;font-family:var(--font-ui);font-size:14px;color:var(--text);min-width:0}.ao-auth .input input::placeholder{color:var(--faint)}.ao-auth .input input:-webkit-autofill,.ao-auth .input input:-webkit-autofill:hover,.ao-auth .input input:-webkit-autofill:focus,.ao-auth .input input:-webkit-autofill:active{-webkit-text-fill-color:var(--text);-webkit-box-shadow:0 0 0 1000px var(--surface) inset;box-shadow:0 0 0 1000px var(--surface) inset;caret-color:var(--text);transition:background-color 9999s ease-in-out 0s}.ao-auth .input .icon-btn{background:none;border:none;padding:0;margin:0;cursor:pointer;display:inline-flex;color:var(--faint)}.ao-auth .input .icon-btn:hover{color:var(--muted)}.ao-auth input[type=checkbox].cb{appearance:none;-webkit-appearance:none;-moz-appearance:none;margin:0;padding:0;width:18px;height:18px;min-width:18px;max-width:18px;min-height:18px;max-height:18px;flex:0 0 18px;box-sizing:border-box;border:1.5px solid var(--border-strong);border-radius:5px;background:var(--surface);display:inline-block;position:relative;cursor:pointer;transition:border-color .12s ease,background-color .12s ease}.ao-auth input[type=checkbox].cb:hover{border-color:var(--action)}.ao-auth input[type=checkbox].cb:checked{background:var(--action);border-color:var(--action)}.ao-auth input[type=checkbox].cb:checked:after{content:"";position:absolute;left:5px;top:2px;width:4px;height:8px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}.ao-auth .radio{width:18px;height:18px;min-width:18px;max-width:18px;aspect-ratio:1 / 1;box-sizing:border-box;border-radius:50%;border:2px solid var(--border-strong);flex:0 0 18px;display:grid;place-items:center}.ao-auth .radio.on{border-color:var(--action)}.ao-auth .radio.on:after{content:"";width:9px;height:9px;border-radius:50%;background:var(--action)}.ao-auth .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 17px;border-radius:var(--radius-sm);font-family:var(--font-ui);font-size:13.5px;font-weight:600;border:1px solid transparent;cursor:pointer;white-space:nowrap;letter-spacing:.01em}.ao-auth .btn svg{width:16px;height:16px}.ao-auth .btn-primary{background:var(--action);color:var(--action-fg)}.ao-auth .btn-primary:hover{filter:brightness(1.05)}.ao-auth .btn-ghost{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.ao-auth .btn-ghost:hover{background:var(--surface-2)}.ao-auth .btn-block{width:100%;height:46px;font-size:14.5px}.ao-auth .btn:disabled,.ao-auth .btn.btn-disabled{background:var(--surface-3);color:var(--faint);cursor:not-allowed;filter:none}.ao-auth .btn-text{background:transparent;border:none;color:var(--action);font-family:var(--font-ui);font-weight:600;cursor:pointer;padding:0}.ao-auth .link{color:var(--action);font-weight:600;cursor:pointer;text-decoration:none}.ao-auth .link:hover{text-decoration:underline}.ao-auth .selectcard{border:1.5px solid var(--border-strong);border-radius:var(--radius);padding:16px 18px;cursor:pointer;display:flex;align-items:center;gap:14px}.ao-auth .selectcard:hover{border-color:var(--action);background:var(--action-soft)}.ao-auth .selectcard.on{border-color:var(--action);background:var(--action-soft);box-shadow:0 0 0 1px var(--action)}.ao-auth .selectcard-ic{width:42px;height:42px;border-radius:10px;display:grid;place-items:center;background:var(--surface-3);flex-shrink:0}.ao-auth .page-title{font-size:27px;font-weight:700;letter-spacing:-.02em;line-height:1.08;color:var(--navy);display:flex;align-items:center;gap:10px}.ao-auth .page-sub{color:var(--muted);font-size:13.5px;margin-top:6px;max-width:70ch}.ao-auth .card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.ao-auth .card-pad{padding:18px 20px}.ao-auth .auth-h{font-size:25px;font-weight:700;letter-spacing:-.02em;color:var(--navy);margin:0 0 4px}.ao-auth .auth-sub{color:var(--muted);font-size:13.5px;line-height:1.5;margin:0 0 24px}.ao-auth .notice{display:flex;gap:10px;align-items:flex-start;padding:13px 15px;border-radius:var(--radius-sm);font-size:12.5px;line-height:1.45}.ao-auth .notice.positive{background:var(--positive-soft);color:var(--positive)}.ao-auth .notice.info{background:var(--surface-2);color:var(--muted)}.ao-auth .notice.danger{background:var(--danger-soft);color:var(--danger)}.ao-auth .notice svg{flex-shrink:0}.ao-auth .notice .notice-text{color:var(--text)}.ao-auth .pw-strength{display:flex;align-items:center;gap:8px;margin-top:8px}.ao-auth .pw-strength .bars{display:flex;gap:5px;flex:1}.ao-auth .pw-strength .bar{flex:1;height:4px;border-radius:3px;background:var(--surface-3)}.ao-auth .pw-strength .label{font-size:11.5px;font-weight:600}.ao-auth .err-text{color:var(--danger);font-size:12px;line-height:18px;min-height:18px;margin-top:2px}.root{height:100vh}.image{background-repeat:no-repeat;background-size:cover;background-position:center}.rightSide{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;background-color:#fff}.centeredLogin{justify-content:center}.paper{display:flex;flex-direction:column;align-items:center}.paper-activation-email{display:flex;align-items:center;justify-content:center;gap:5px;margin-bottom:20px}.form{width:100%;margin-top:8px}.submit{margin:24px 0 16px}.logo{max-width:40vw;max-height:25vh;margin-bottom:16px}.ctaLink{margin-top:16px}.errorMsg-placeholder{min-height:30px;color:red}.ao-chrome{--navy: #143A45;--orange: #F39A1E;--surface: #FFFFFF;--surface-2: #F4F6F8;--surface-3: #E9EDF0;--border: #E2E7EB;--border-strong: #D0D7DD;--text: #142C34;--muted: #586770;--faint: #8E9BA3;--accent: #E9701B;--accent-soft: #FCEEDF;--action: #2E7FE0;--action-fg: #FFFFFF;--action-soft: #E7F0FB;--positive: #2E8B57;--warning: #B7791A;--chrome-bg: #0F2E38;--chrome-text: #EAF1F2;--chrome-muted: #8FA6AD;--chrome-border: #1E4451;--chrome-hover: #153A45;--chrome-active: var(--orange);--chrome-logo: #FFFFFF;--radius: 12px;--radius-sm: 8px;--radius-lg: 18px;--shadow: 0 6px 20px rgba(15,46,56,.1), 0 1px 3px rgba(15,46,56,.06);--shadow-lg: 0 28px 70px rgba(15,46,56,.2);--font-brand: "Baloo 2", system-ui, sans-serif;font-family:Hanken Grotesk,system-ui,sans-serif;text-align:left;color-scheme:light;position:sticky;top:0;z-index:50}.ao-chrome *,.ao-chrome *:before,.ao-chrome *:after{box-sizing:border-box}.ao-chrome .topnav{position:relative;display:flex;align-items:stretch;gap:4px;min-height:70px;padding:0 20px;background:var(--chrome-bg);color:var(--chrome-text);border-bottom:1px solid var(--chrome-border);transition:min-height .22s ease,box-shadow .22s ease,padding .22s ease}.ao-chrome .topnav,.ao-chrome .nav-cat,.ao-chrome .brand-switch,.ao-chrome .hamburger,.ao-chrome .ao-logo-img{transition:all .22s ease}.ao-chrome .topnav-logo{margin-right:18px;flex-shrink:0;align-self:center;display:flex;cursor:pointer}.ao-chrome .ao-logo-img{height:38px;width:auto;display:block}.ao-chrome .logo{display:flex;align-items:center;gap:11px}.ao-chrome .logo-mark{width:38px;height:32px;flex-shrink:0;display:block}.ao-chrome .logo-name{font-family:var(--font-brand);font-weight:700;letter-spacing:-.01em;font-size:23px;line-height:1;color:var(--chrome-logo)}.ao-chrome .nav-cats{display:flex;align-items:stretch;gap:2px;flex:1;min-width:0}.ao-chrome .nav-cat{position:relative;align-self:center;display:inline-flex;align-items:center;gap:4px;padding:6px 9px;border-radius:var(--radius-sm);font-size:12.5px;font-weight:600;line-height:1.16;color:var(--chrome-text);cursor:pointer;white-space:nowrap}.ao-chrome .nav-cat .lbl{max-width:120px;white-space:normal;text-wrap:balance}.ao-chrome .nav-cat .chev{opacity:.5;width:13px;height:13px;flex-shrink:0}.ao-chrome .nav-cat:hover{background:var(--chrome-hover)}.ao-chrome .nav-cat.active{color:var(--chrome-active)}.ao-chrome .nav-cat.active:after{content:"";position:absolute;left:9px;right:9px;bottom:-1px;height:2.5px;border-radius:2px;background:var(--chrome-active)}.ao-chrome .nav-cat.open{background:var(--chrome-hover)}.ao-chrome .nav-cat.open .chev{opacity:1;transform:rotate(180deg)}.ao-chrome .nav-right{position:relative;display:flex;align-items:center;gap:10px;margin-left:auto;flex-shrink:0;align-self:center}.ao-chrome .brand-switch{display:flex;align-items:center;gap:9px;height:38px;padding:0 11px 0 8px;border-radius:999px;background:var(--chrome-hover);border:1px solid var(--chrome-border);color:var(--chrome-text);cursor:pointer;font-size:13px;font-weight:600;max-width:230px}.ao-chrome .brand-switch .bs-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ao-chrome .brand-switch .chev{opacity:.55;width:14px;height:14px;flex-shrink:0}.ao-chrome .brand-switch.open{box-shadow:0 0 0 2px var(--chrome-active)}.ao-chrome .hamburger{width:38px;height:38px;display:grid;place-items:center;flex-shrink:0;border-radius:var(--radius-sm);color:var(--chrome-text);cursor:pointer;background:transparent;border:0}.ao-chrome .hamburger:hover,.ao-chrome .hamburger.open{background:var(--chrome-hover)}.ao-chrome .acc-ava{width:24px;height:24px;border-radius:7px;flex-shrink:0;display:grid;place-items:center;font-size:10px;font-weight:700;background:var(--accent);color:#fff;letter-spacing:.02em}.ao-chrome .acc-ava.lg{width:32px;height:32px;border-radius:9px;font-size:12px}.ao-chrome .ao-login-btn{height:36px;padding:0 18px;border-radius:var(--radius-sm);border:0;background:var(--action);color:var(--action-fg);font-family:inherit;font-size:13.5px;font-weight:600;cursor:pointer}.ao-chrome .ao-login-btn:hover{filter:brightness(1.05)}.ao-chrome .topnav.collapsed{min-height:50px;box-shadow:var(--shadow)}.ao-chrome .topnav.collapsed .nav-cat{padding:3px 8px;font-size:11.5px;line-height:1.12}.ao-chrome .topnav.collapsed .nav-cat .lbl{max-width:100px}.ao-chrome .topnav.collapsed .ao-logo-img{height:30px}.ao-chrome .topnav.collapsed .logo-mark{width:30px;height:25px}.ao-chrome .topnav.collapsed .logo-name{font-size:18px}.ao-chrome .topnav.collapsed .brand-switch{height:32px;font-size:12px}.ao-chrome .topnav.collapsed .hamburger{width:32px;height:32px}.ao-chrome .popover{position:absolute;top:calc(100% + 8px);z-index:60;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;font-weight:400;text-align:left}.ao-chrome .pop-head{padding:14px 16px 10px;display:flex;flex-direction:column;gap:3px;border-bottom:1px solid var(--border)}.ao-chrome .card-title{font-size:14px;font-weight:700;letter-spacing:-.01em}.ao-chrome .pop-muted{font-size:12px;color:var(--muted)}.ao-chrome .pop-list{padding:8px;display:grid;gap:2px;max-height:60vh;overflow-y:auto}.ao-chrome .pop-item{display:flex;align-items:center;gap:12px;padding:9px 11px;border-radius:var(--radius-sm);cursor:pointer;color:var(--text)}.ao-chrome .pop-item:hover{background:var(--surface-2)}.ao-chrome .pop-item.on{background:var(--accent-soft)}.ao-chrome .pop-ic{width:34px;height:34px;border-radius:9px;background:var(--surface-3);color:var(--muted);display:grid;place-items:center;flex-shrink:0}.ao-chrome .pop-item.on .pop-ic{background:var(--accent);color:#fff}.ao-chrome .pop-item.on .pop-t{color:var(--accent)}.ao-chrome .pop-t{font-weight:600;font-size:13.5px}.ao-chrome .pop-d{font-size:11.5px;color:var(--muted);margin-top:1px;line-height:1.3}.ao-chrome .grow{flex:1;min-width:0}.ao-chrome .pop-foot{padding:11px 14px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between}.ao-chrome .pop-link{display:inline-flex;align-items:center;gap:7px;color:var(--action);font-weight:600;font-size:12.5px;cursor:pointer}.ao-chrome .pop-sep{height:1px;background:var(--border);margin:6px 0}.ao-chrome .pop-danger{color:var(--muted)}.ao-chrome .pop-danger:hover{color:var(--text)}.ao-chrome .pop-search{display:flex;align-items:center;gap:8px;margin:12px 12px 4px;height:38px;padding:0 11px;border-radius:var(--radius-sm);background:var(--surface-2);border:1px solid var(--border);color:var(--muted)}.ao-chrome .pop-search input{border:0;outline:0;background:transparent;flex:1;min-width:0;font-family:inherit;font-size:13px;color:var(--text)}.ao-chrome .pop-grouplabel{font-size:10.5px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--faint);padding:6px 16px 4px}.ao-chrome .acc-row{display:flex;align-items:center;gap:11px;padding:9px 10px;border-radius:var(--radius-sm);cursor:pointer;color:var(--text)}.ao-chrome .acc-row:hover{background:var(--surface-2)}.ao-chrome .acc-row.sel{background:var(--action-soft)}.ao-chrome .acc-name{font-weight:600;font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ao-chrome .acc-row .check{color:var(--action);margin-left:auto;flex-shrink:0}.ao-chrome .pop-empty{padding:18px 16px;color:var(--muted);font-size:13px;text-align:center}.ao-chrome .pop-spin{color:var(--action);display:inline-flex}.ao-app{--navy: #143A45;--orange: #F39A1E;--font-ui: "Hanken Grotesk", system-ui, sans-serif;--font-brand: "Baloo 2", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--bg: #EEF1F3;--surface: #FFFFFF;--surface-2: #F4F6F8;--surface-3: #E9EDF0;--border: #E2E7EB;--border-strong: #D0D7DD;--text: #142C34;--muted: #586770;--faint: #8E9BA3;--accent: #E9701B;--accent-soft: #FCEEDF;--action: #2E7FE0;--action-fg: #FFFFFF;--action-soft: #E7F0FB;--positive: #2E8B57;--positive-soft: #E4F1EA;--warning: #B7791A;--warning-soft: #FAF0DE;--danger: #CB4032;--danger-soft: #FBE8E5;--info: #2E7FE0;--info-soft: #E7F0FB;--c1: #2E7FE0;--c2: #E9701B;--c3: #2E8B57;--c4: #CB4032;--c5: #7C58C4;--grid: #EAEEF1;--radius: 12px;--radius-sm: 8px;--radius-lg: 18px;--shadow-sm: 0 1px 2px rgba(20,44,52,.06);--shadow: 0 6px 20px rgba(15,46,56,.1), 0 1px 3px rgba(15,46,56,.06);--shadow-lg: 0 28px 70px rgba(15,46,56,.2);--glow: none;font-family:var(--font-ui);color:var(--text);background:var(--bg);min-height:100vh;-webkit-font-smoothing:antialiased;text-align:left;color-scheme:light}.ao-app *,.ao-app *:before,.ao-app *:after{box-sizing:border-box}.ao-app .row{--bs-gutter-x: 0;--bs-gutter-y: 0;display:flex;align-items:center;gap:10px;flex-wrap:nowrap;margin:0}.ao-app .row>*{width:auto;max-width:none;padding:0;margin-top:0;flex-shrink:1}.ao-app .col{display:flex;flex-direction:column;flex:0 1 auto;width:auto;padding:0}.ao-app .between{display:flex;align-items:center;justify-content:space-between}.ao-app .grow{flex:1;min-width:0}.ao-app .wrap{flex-wrap:wrap}.ao-app .content{padding:26px 34px 40px;max-width:1320px;margin:0 auto}.ao-app .content-narrow{max-width:920px;margin:0 auto}.ao-app .muted{color:var(--muted)}.ao-app .faint{color:var(--faint)}.ao-app .mono,.ao-app .num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.ao-app .tr-right{text-align:right}.ao-app .section-title{font-size:16px;font-weight:700;letter-spacing:-.01em}.ao-app .hr{border:0;border-top:1px solid var(--border);margin:0}.ao-app .page-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}.ao-app .page-title{font-size:27px;font-weight:700;letter-spacing:-.02em;line-height:1.08;color:var(--navy)}.ao-app .page-sub{color:var(--muted);font-size:13.5px;margin-top:6px;max-width:70ch}.ao-app .page-head-actions{margin-left:auto;display:flex;gap:10px;align-items:center}.ao-app .breadcrumb{display:flex;align-items:center;gap:7px;font-size:12.5px;color:var(--muted);margin-bottom:14px}.ao-app .breadcrumb .crumb{cursor:pointer}.ao-app .breadcrumb .crumb:hover{color:var(--text)}.ao-app .breadcrumb .here{color:var(--text);font-weight:600}.ao-app .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 17px;border-radius:var(--radius-sm);font-family:var(--font-ui);font-size:13.5px;font-weight:600;border:1px solid transparent;cursor:pointer;white-space:nowrap;letter-spacing:.01em;text-decoration:none;line-height:1}.ao-app .btn svg{width:16px;height:16px}.ao-app .btn-primary{background:var(--action);color:var(--action-fg)}.ao-app .btn-primary:hover{filter:brightness(1.05)}.ao-app .btn-accent{background:var(--accent);color:#fff}.ao-app .btn-ghost{background:var(--surface);color:var(--text);border-color:var(--border-strong)}.ao-app .btn-ghost:hover{background:var(--surface-2)}.ao-app .btn-subtle{background:var(--surface-2);color:var(--muted);border-color:var(--border)}.ao-app .btn-subtle:hover{background:var(--surface-3)}.ao-app .btn-text{background:transparent;color:var(--action);padding:0 8px}.ao-app .btn-disabled,.ao-app .btn:disabled{background:var(--surface-3);color:var(--faint);cursor:not-allowed;filter:none}.ao-app .btn-sm{height:33px;padding:0 12px;font-size:12.5px}.ao-app .btn-block{width:100%;height:46px;font-size:14.5px}.ao-app .card{display:block;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.ao-app .card-pad{padding:18px 20px}.ao-app .card-head{display:flex;align-items:center;gap:10px;padding:15px 18px;border-bottom:1px solid var(--border)}.ao-app .card-title{font-size:14px;font-weight:700;letter-spacing:-.01em}.ao-app .kpi-row{display:grid;gap:12px;margin-bottom:18px}.ao-app .kpi{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.ao-app .kpi:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--kc, var(--accent));opacity:.9}.ao-app .kpi-label{font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--faint)}.ao-app .kpi-value{font-family:var(--font-mono);font-size:24px;font-weight:600;letter-spacing:-.02em;line-height:1.1;margin-top:7px}.ao-app .kpi-meta{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);margin-top:6px}.ao-app .delta{font-family:var(--font-mono);font-weight:600;font-size:12px;display:inline-flex;align-items:center;gap:3px}.ao-app .delta.up{color:var(--positive)}.ao-app .delta.down{color:var(--danger)}.ao-app .badge{display:inline-flex;align-items:center;gap:6px;height:23px;padding:0 9px;border-radius:999px;font-size:11.5px;font-weight:600;white-space:nowrap}.ao-app .badge .led{width:6px;height:6px;border-radius:50%}.ao-app .badge.ok{background:var(--positive-soft);color:var(--positive)}.ao-app .badge.ok .led{background:var(--positive)}.ao-app .badge.warn{background:var(--warning-soft);color:var(--warning)}.ao-app .badge.warn .led{background:var(--warning)}.ao-app .badge.err{background:var(--danger-soft);color:var(--danger)}.ao-app .badge.err .led{background:var(--danger)}.ao-app .badge.info{background:var(--info-soft);color:var(--info)}.ao-app .badge.info .led{background:var(--info)}.ao-app .badge.idle{background:var(--surface-3);color:var(--muted)}.ao-app .badge.idle .led{background:var(--faint)}.ao-app .badge .led.pulse{animation:aopulse 1.6s ease-in-out infinite}@keyframes aopulse{0%,to{opacity:1}50%{opacity:.3}}.ao-app .tbl{width:100%;border-collapse:collapse;font-size:13px}.ao-app .tbl thead th{text-align:left;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--faint);padding:0 14px 11px;border-bottom:1px solid var(--border);white-space:nowrap}.ao-app .tbl tbody td{padding:13px 14px;border-bottom:1px solid var(--border);vertical-align:middle}.ao-app .tbl tbody tr:last-child td{border-bottom:none}.ao-app .tbl tbody tr:hover{background:var(--surface-2)}.ao-app .idy{display:flex;align-items:center;gap:12px}.ao-app .idy-ava{width:36px;height:36px;border-radius:9px;flex-shrink:0;display:grid;place-items:center;font-weight:700;font-size:13px;background:var(--surface-3);color:var(--text)}.ao-app .idy-name{font-weight:600;font-size:13.5px}.ao-app .idy-sub{font-size:11.5px;color:var(--faint);font-family:var(--font-mono);margin-top:1px}.ao-app .flag{width:22px;height:15px;border-radius:3px;flex-shrink:0;font-size:8.5px;font-weight:800;color:#fff;display:grid;place-items:center;letter-spacing:.02em;box-shadow:inset 0 0 0 1px #0000001f}.ao-app .src-pills{display:flex;gap:5px;flex-wrap:wrap}.ao-app .src-pill{font-size:10.5px;font-weight:600;padding:3px 8px;border-radius:6px;background:var(--surface-3);color:var(--muted);border:1px solid var(--border);display:inline-flex;align-items:center;gap:5px}.ao-app .src-pill .led{width:5px;height:5px;border-radius:50%;background:var(--faint)}.ao-app .src-pill.on{background:var(--accent-soft);color:var(--accent);border-color:transparent}.ao-app .src-pill.on .led{background:var(--accent)}.ao-app .prog{height:7px;border-radius:99px;background:var(--surface-3);overflow:hidden}.ao-app .prog>i{display:block;height:100%;border-radius:99px;background:var(--accent)}.ao-app .codeblock{font-family:var(--font-mono);font-size:12.5px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:13px 15px;color:var(--text);word-break:break-all;line-height:1.5}.ao-app .input{height:44px;padding:0 14px;border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);font-family:var(--font-ui);font-size:14px;color:var(--text);display:flex;align-items:center;gap:10px}.ao-app .input input{border:0;outline:0;background:transparent;flex:1;min-width:0;font-family:inherit;font-size:inherit;color:var(--text)}.ao-app .input svg{width:17px;height:17px;color:var(--faint);flex-shrink:0}.ao-app .input .ph{color:var(--faint)}.ao-app .checkbox{width:18px;height:18px;border-radius:5px;border:1.5px solid var(--border-strong);display:grid;place-items:center;flex-shrink:0;cursor:pointer;background:var(--surface)}.ao-app .checkbox.on{background:var(--action);border-color:var(--action);color:#fff}.ao-app .tgl{width:34px;height:20px;border-radius:99px;background:var(--surface-3);position:relative;display:inline-block;flex-shrink:0;transition:background .2s,opacity .2s;vertical-align:middle}.ao-app .tgl.on{background:var(--positive)}.ao-app .tgl .tgl-knob{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:left .2s}.ao-app .tgl.on .tgl-knob{left:16px}.ao-app .tgl.disabled{opacity:.4}.ao-app .tgl.busy{opacity:.6;cursor:progress}.ao-app .tgl.busy .tgl-knob{animation:aopulse .8s ease-in-out infinite}@keyframes aopulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.7);opacity:.6}}.ao-app .tabs{display:flex;gap:4px}.ao-app .tab{padding:8px 14px;font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;border-bottom:2px solid transparent}.ao-app .tab.on{color:var(--action);border-bottom-color:var(--action)}.ao-app .chip{display:inline-flex;align-items:center;gap:6px;height:33px;padding:0 12px;border-radius:var(--radius-sm);font-size:12.5px;font-weight:600;cursor:pointer;background:var(--surface-2);color:var(--muted);border:1px solid var(--border)}.ao-app .chip.on{background:var(--action-soft);color:var(--action);border-color:var(--action)}.ao-app .notice{display:flex;align-items:flex-start;gap:9px;padding:11px 13px;border-radius:var(--radius-sm);font-size:12.5px;line-height:1.45}.ao-app .notice svg{flex-shrink:0;margin-top:1px}.ao-app .notice.warn{background:var(--warning-soft);color:var(--warning)}.ao-app .notice.info{background:var(--action-soft);color:var(--action)}.ao-app .notice.err{background:var(--danger-soft);color:var(--danger)}.ao-app .notice b{color:var(--text)}.ao-app .spin svg{animation:aospin 1s linear infinite}@keyframes aospin{to{transform:rotate(360deg)}}.ao-app .center-pad{display:grid;place-items:center;padding:64px 0}.ao-app .empty{padding:28px 16px;text-align:center;color:var(--muted);font-size:13.5px}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
