@charset "UTF-8";:root{--md-primary:#4285f4;--md-primary-dark:#0b57d0;--md-primary-container:#d3e3fd;--md-on-primary:#fff;--md-on-primary-container:#041e49;--md-surface:#f8fafd;--md-surface-low:#f0f4f9;--md-surface-high:#e9eef6;--md-white:#fff;--md-ink:#1f1f1f;--md-variant:#444746;--md-outline:#747775;--md-outline-soft:#c7c7c7;--md-green:#188038;--md-green-bg:#e6f4ea;--md-red:#b3261e;--md-red-bg:#f9dedc;--md-amber:#b06000}*{box-sizing:border-box}html{background:var(--md-surface)}body{margin:0;color:var(--md-ink);font-family:Roboto,"Segoe UI","Microsoft YaHei",sans-serif}a{text-decoration:none}button,input,textarea,select{font:inherit}.m3-user-body{min-height:100vh;background:var(--md-surface)}.m3-user-appbar{position:sticky;top:0;z-index:40;height:64px;padding:0 22px;display:flex;align-items:center;gap:14px;background:var(--md-primary);color:#fff}.m3-user-appbar>button{display:none;width:40px;height:40px;border:0;border-radius:20px;background:transparent;color:#fff;font-size:18px}.m3-user-brand{display:flex;align-items:center;gap:10px;color:#fff}.m3-user-brand>span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#fff;color:var(--md-primary-dark);font-weight:700}.m3-user-brand strong{font-size:14px}.m3-app-title{padding-left:14px;border-left:1px solid rgba(255,255,255,.3);font-size:13px}.account-menu{position:relative;margin-left:auto}.m3-account-button{height:44px;padding:0 12px 0 5px;display:flex;align-items:center;gap:9px;border:0;border-radius:22px;background:rgba(255,255,255,.12);color:#fff;cursor:pointer}.account-avatar,.account-dropdown-avatar{display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#fff;color:var(--md-primary-dark);font-weight:700}.account-avatar{width:34px;height:34px}.account-avatar img,.account-dropdown-avatar img{width:100%;height:100%;object-fit:cover}.m3-account-button strong{font-size:11px}.account-dropdown{display:none;position:absolute;right:0;top:52px;width:300px;padding:10px;border-radius:20px;background:#fff;color:var(--md-ink);box-shadow:0 8px 28px rgba(60,64,67,.22)}.account-menu.open .account-dropdown{display:block}.account-dropdown-profile{padding:10px;display:flex;align-items:center;gap:11px}.account-dropdown-avatar{width:42px;height:42px;background:var(--md-primary-container)}.account-dropdown-profile>div{display:grid;gap:3px}.account-dropdown-profile strong{font-size:12px}.account-dropdown-profile small{color:var(--md-variant);font-size:9px}.account-dropdown-links{padding:6px 0;border-top:1px solid var(--md-surface-high);border-bottom:1px solid var(--md-surface-high)}.account-dropdown-item{padding:10px;display:grid;grid-template-columns:20px 1fr;gap:10px;border-radius:12px;color:var(--md-ink)}.account-dropdown-item:hover{background:var(--md-surface-low)}.account-dropdown-item svg{width:19px;height:19px;fill:none;stroke:var(--md-primary-dark);stroke-width:1.7}.account-dropdown-item>span{display:grid;gap:2px}.account-dropdown-item strong{font-size:10px}.account-dropdown-item small{color:var(--md-variant);font-size:8px}.account-dropdown-logout{padding-top:6px}.account-dropdown-logout button{width:100%;height:38px;border:0;border-radius:19px;background:transparent;color:var(--md-red);cursor:pointer}.user-layout{min-height:calc(100vh - 64px);display:grid;grid-template-columns:240px minmax(0,1fr)}.user-sidebar{padding:24px 12px;display:flex;flex-direction:column;border-right:1px solid var(--md-surface-high);background:#fff}.m3-drawer-label{padding:0 16px 12px;color:var(--md-variant);font-size:11px}.user-nav{display:grid;gap:4px}.user-nav a{height:48px;padding:0 16px;display:flex;align-items:center;gap:14px;border-radius:24px;color:var(--md-variant);font-size:12px;font-weight:500}.user-nav a:hover{background:var(--md-surface-low)}.user-nav a.active{background:var(--md-primary-container);color:var(--md-on-primary-container)}.user-nav svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.m3-drawer-divider{margin:18px 12px;border-top:1px solid var(--md-surface-high)}.m3-drawer-link{padding:11px 16px;display:flex;justify-content:space-between;color:var(--md-variant);font-size:11px}.user-sidebar-help{margin-top:auto;padding:18px;border-radius:20px;background:var(--md-primary-container)}.user-sidebar-help span{display:block;color:var(--md-on-primary-container);font-size:10px}.user-sidebar-help a{display:inline-block;margin-top:9px;color:var(--md-primary-dark);font-size:11px;font-weight:700}.user-main{min-width:0;padding:0 clamp(24px,4vw,56px) 60px}.user-main-head{min-height:122px;display:flex;align-items:center;border-bottom:1px solid var(--md-surface-high)}.user-main-head>div>span,.m3-surface-card>header span{color:var(--md-primary-dark);font-size:10px;font-weight:700;letter-spacing:.08em}.user-main-head h1{margin:7px 0 0;font-size:28px;font-weight:500}.user-main-head p{margin:7px 0 0;color:var(--md-variant);font-size:11px}.user-alert,.m3-alert{margin:18px 0;padding:14px 16px;border-radius:12px;background:var(--md-primary-container);color:var(--md-on-primary-container);font-size:11px}.user-alert.success,.m3-alert.success{background:var(--md-green-bg);color:var(--md-green)}.user-alert.danger,.m3-alert.danger{background:var(--md-red-bg);color:var(--md-red)}.m3-alert ul,.user-alert ul{margin:0;padding-left:18px}.m3-dashboard-intro,.m3-section-intro{min-height:120px;padding:26px 0;display:flex;align-items:center;justify-content:space-between}.m3-dashboard-intro h2,.m3-section-intro h2{margin:0;font-size:25px;font-weight:500}.m3-dashboard-intro p,.m3-section-intro p{margin:8px 0 0;color:var(--md-variant);font-size:12px}.m3-filled-action{padding:13px 20px;border-radius:23px;background:var(--md-primary);color:#fff;font-size:12px;font-weight:600}.m3-assist-chip{padding:9px 14px;border:1px solid var(--md-outline-soft);border-radius:18px;color:var(--md-variant);font-size:11px}.m3-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.m3-metric-grid article{min-height:120px;padding:22px;border-radius:24px;background:var(--md-primary-container)}.m3-metric-grid span{color:var(--md-on-primary-container);font-size:11px}.m3-metric-grid strong{display:block;margin-top:12px;font-size:32px;font-weight:500}.m3-metric-grid small{display:block;margin-top:5px;color:var(--md-variant);font-size:9px}.m3-dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.m3-surface-card,.user-card{overflow:hidden;border-radius:24px;background:#fff}.m3-surface-card>header,.user-card-head{min-height:72px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--md-surface-high)}.m3-surface-card>header h2,.user-card-head h2{margin:6px 0 0;font-size:16px;font-weight:500}.m3-surface-card>header>a,.user-card-head>a{color:var(--md-primary-dark);font-size:11px;font-weight:600}.m3-list{padding:0 20px}.m3-list article{min-height:76px;display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:12px;border-bottom:1px solid var(--md-surface-high)}.m3-list article>div{display:grid;gap:5px}.m3-list strong{font-size:11px}.m3-list small{color:var(--md-variant);font:9px ui-monospace,Consolas,monospace}.m3-list button{padding:8px 12px;border:0;border-radius:18px;background:var(--md-primary-container);color:var(--md-primary-dark);font-size:9px}.m3-zero-state{padding:46px 24px;text-align:center}.m3-zero-state>span{display:block;color:var(--md-primary);font-size:24px}.m3-zero-state b{display:block;margin-top:10px}.m3-zero-state p{color:var(--md-variant);font-size:10px}.m3-plan-preview{margin-top:12px}.m3-plan-preview>div{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;padding:14px}.m3-plan-preview article{padding:18px;display:grid;grid-template-columns:1fr auto;gap:12px;border-radius:18px;background:var(--md-surface-low)}.m3-plan-preview article>div{display:grid;gap:5px}.m3-plan-preview article small{color:var(--md-variant);font-size:9px}.m3-plan-preview article>a{grid-column:1/-1;color:var(--md-primary-dark);font-size:10px;font-weight:600}.m3-user-plan-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.m3-user-plan{min-height:460px;padding:26px;display:flex;flex-direction:column;border-radius:28px;background:#fff}.m3-user-plan.selected{background:var(--md-primary-container)}.m3-user-plan header>span{display:inline-block;padding:5px 9px;border-radius:12px;background:var(--md-primary);color:#fff;font-size:9px}.m3-user-plan h3{margin:14px 0 0;font-size:23px;font-weight:500}.m3-user-plan header p{min-height:48px;margin:9px 0 0;color:var(--md-variant);font-size:11px;line-height:1.6}.m3-user-plan .price{display:flex;align-items:flex-start;margin:25px 0}.m3-user-plan .price small{margin-top:6px;color:var(--md-primary-dark)}.m3-user-plan .price strong{font-size:38px;font-weight:500}.m3-user-plan dl{margin:0}.m3-user-plan dl>div{padding:11px 0;display:flex;justify-content:space-between;border-bottom:1px solid rgba(68,71,70,.12);font-size:10px}.m3-user-plan dt{color:var(--md-variant)}.m3-user-plan dd{margin:0;font-weight:600}.m3-user-plan>a{margin-top:auto;padding:13px;text-align:center;border-radius:22px;background:var(--md-primary);color:#fff;font-size:11px;font-weight:600}.m3-tonal-note{margin-top:14px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;border-radius:24px;background:var(--md-primary-container)}.m3-tonal-note>div{display:flex;align-items:center;gap:14px}.m3-tonal-note>div>span{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:var(--md-primary);color:#fff}.m3-tonal-note p{margin:0;color:var(--md-variant);font-size:10px;line-height:1.6}.m3-tonal-note a{color:var(--md-primary-dark);font-size:11px;font-weight:600}.status-pill,.badge{display:inline-flex;padding:5px 9px;border-radius:14px;background:var(--md-surface-high);color:var(--md-variant);font-size:9px;font-weight:600}.status-pill.paid,.status-pill.active,.badge.on{background:var(--md-green-bg);color:var(--md-green)}.status-pill.pending{background:#fef7e0;color:var(--md-amber)}.status-pill.closed,.status-pill.refunded,.badge.off{background:var(--md-surface-high);color:var(--md-variant)}.order-summary-bar,.license-page-head,.commerce-page-head,.account-settings-head{min-height:120px;padding:24px 0;display:flex;align-items:center;justify-content:space-between}.order-summary-bar h2,.license-page-head h2,.commerce-page-head h2,.account-settings-head h2{margin:0;font-size:24px;font-weight:500}.order-summary-bar p,.license-page-head p,.commerce-page-head p,.account-settings-head p{color:var(--md-variant)}.order-summary-bar>a,.license-page-head>a{padding:12px 18px;border-radius:22px;background:var(--md-primary);color:#fff;font-size:11px}.responsive-table{overflow:auto}.responsive-table table{width:100%;border-collapse:collapse}.responsive-table th,.responsive-table td{padding:15px 16px;border-bottom:1px solid var(--md-surface-high);text-align:left;white-space:nowrap;font-size:10px}.responsive-table th{color:var(--md-variant);font-size:9px;font-weight:500;background:var(--md-surface-low)}.responsive-table td small{display:block;margin-top:5px;color:var(--md-variant);font-size:8px}.table-action{display:inline-flex;padding:8px 12px;border-radius:18px;background:var(--md-primary-container);color:var(--md-primary-dark);font-size:9px}.status-tabs{display:flex;gap:5px}.status-tabs a{padding:8px 12px;border-radius:18px;color:var(--md-variant);font-size:9px}.status-tabs a.active{background:var(--md-primary-container);color:var(--md-primary-dark)}.license-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.license-card{overflow:hidden;border-radius:24px;background:#fff}.license-card>header{min-height:76px;padding:0 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--md-surface-high)}.license-card>header span{color:var(--md-primary-dark);font-size:9px}.license-card h2{margin:6px 0 0;font-size:16px}.license-code-box{margin:18px;padding:20px;border-radius:20px;background:var(--md-primary-container)}.license-code-box>span{font-size:9px;color:var(--md-on-primary-container)}.license-code-box strong{display:block;margin:14px 0;color:var(--md-primary-dark);font:700 15px ui-monospace,Consolas,monospace}.license-code-box button{padding:8px 12px;border:0;border-radius:18px;background:#fff;color:var(--md-primary-dark)}.license-facts{display:grid;grid-template-columns:repeat(3,1fr);margin:0 18px}.license-facts>div{padding:12px;border-bottom:1px solid var(--md-surface-high)}.license-facts span{display:block;color:var(--md-variant);font-size:8px}.license-facts strong{display:block;margin-top:6px;font-size:9px}.license-card>footer{min-height:58px;margin-top:15px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--md-surface-high);font-size:8px}.license-card>footer a{color:var(--md-primary-dark)}.device-list{padding:0 20px}.device-list>article{padding:18px 0;display:grid;grid-template-columns:46px 1fr auto;gap:16px;border-bottom:1px solid var(--md-surface-high)}.device-symbol{width:44px;height:44px;display:grid;place-items:center;border-radius:14px;background:var(--md-surface-high)}.device-symbol span{width:18px;height:14px;border:2px solid var(--md-variant);border-radius:3px}.device-symbol.online{background:var(--md-green-bg)}.device-main>div{display:flex;align-items:center;gap:10px}.device-main h3{margin:0;font-size:12px}.device-main>p{margin:7px 0;color:var(--md-variant);font-size:9px}.device-main dl{display:flex;gap:24px}.device-main dt{font-size:8px;color:var(--md-variant)}.device-main dd{margin:4px 0 0;font-size:9px}.release-button{padding:8px 12px;border:0;border-radius:18px;background:var(--md-red-bg);color:var(--md-red)}.user-form{padding:24px;display:grid;gap:16px}.user-form label{display:grid;gap:7px;color:var(--md-variant);font-size:10px}.user-form input,.user-form textarea,.user-form select{width:100%;padding:12px 14px;border:1px solid var(--md-outline-soft);border-radius:14px;background:transparent;outline:0}.user-form input:focus,.user-form textarea:focus{border:2px solid var(--md-primary);padding:11px 13px}.user-primary{min-height:44px;padding:0 20px;border:0;border-radius:22px;background:var(--md-primary);color:#fff}.account-profile-grid,.account-security-grid{display:grid;grid-template-columns:320px minmax(0,1fr);gap:12px}.account-profile-card,.account-security-card{padding:28px;border-radius:24px;background:#fff}.profile-avatar-large{width:82px;height:82px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:var(--md-primary-container);color:var(--md-primary-dark);font-size:26px}.profile-avatar-large img{width:100%;height:100%;object-fit:cover}.account-profile-card dl>div,.account-security-card dl>div{padding:12px 0;display:flex;justify-content:space-between;border-bottom:1px solid var(--md-surface-high)}.account-profile-card dt,.account-security-card dt{color:var(--md-variant);font-size:9px}.account-profile-card dd,.account-security-card dd{margin:0;font-size:9px}.form-two,.m3-field-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.security-shield{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:var(--md-green-bg);color:var(--md-green)}.m3-auth-page,.m3-checkout-page{min-height:100vh;background:var(--md-primary)}.m3-auth-bar,.m3-checkout-bar{height:64px;padding:0 max(20px,calc((100vw - 1080px)/2));display:flex;align-items:center;justify-content:space-between;color:#fff}.m3-auth-bar>a:first-child,.m3-checkout-bar>a:first-child{display:flex;align-items:center;gap:10px;color:#fff}.m3-auth-bar>a:first-child span,.m3-checkout-bar>a:first-child span{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:#fff;color:var(--md-primary-dark)}.m3-auth-bar>a:last-child,.m3-checkout-bar>a:last-child{color:#fff;font-size:11px}.m3-auth-main{min-height:calc(100vh - 64px);padding:40px 20px 70px;display:grid;place-items:center}.m3-auth-card{width:100%;max-width:460px;padding:42px;border-radius:28px;background:#fff;box-shadow:0 22px 60px rgba(11,58,135,.28)}.m3-auth-card.wide{max-width:620px}.m3-auth-icon,.m3-admin-auth-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:var(--md-primary-container);color:var(--md-primary-dark);font-size:20px;font-weight:700}.m3-auth-overline{display:block;margin-top:28px;color:var(--md-primary-dark)}.m3-auth-card h1{margin:10px 0 0;font-size:28px;font-weight:500}.m3-auth-card>p{margin:8px 0 0;color:var(--md-variant);font-size:12px}.m3-auth-card form{display:grid;gap:16px;margin-top:28px}.m3-auth-card label{display:grid;gap:7px;color:var(--md-variant);font-size:10px}.m3-auth-card input{height:50px;padding:0 15px;border:1px solid var(--md-outline-soft);border-radius:14px;outline:0}.m3-auth-card input:focus{border:2px solid var(--md-primary)}.m3-auth-card form>button{height:48px;border:0;border-radius:24px;background:var(--md-primary);color:#fff;font-weight:600}.m3-auth-card footer{margin-top:24px;padding-top:18px;border-top:1px solid var(--md-surface-high);color:var(--md-variant);font-size:11px}.m3-auth-card footer a{color:var(--md-primary-dark);font-weight:600}.m3-checkout-main{max-width:760px;margin:auto;padding:32px 20px 70px}.m3-stepper{display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.72);font-size:10px}.m3-stepper span{display:flex;align-items:center;gap:6px}.m3-stepper b{width:24px;height:24px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.5);border-radius:50%}.m3-stepper .done,.m3-stepper .active{color:#fff}.m3-stepper .done b,.m3-stepper .active b{background:#fff;color:var(--md-primary-dark)}.m3-stepper i{width:60px;border-top:1px solid rgba(255,255,255,.4);margin:0 10px}.m3-checkout-card{margin-top:28px;padding:40px;border-radius:28px;background:#fff}.m3-checkout-card>header h1{margin:10px 0 0;font-size:27px}.m3-checkout-card>header p{color:var(--md-variant);font-size:11px}.m3-order-summary{margin-top:28px;padding:22px;border-radius:22px;background:var(--md-surface-low)}.m3-order-summary dl{margin:0}.m3-order-summary dl>div{padding:10px 0;display:flex;justify-content:space-between;border-bottom:1px solid var(--md-surface-high);font-size:10px}.m3-order-summary dt{color:var(--md-variant)}.m3-order-summary dd{margin:0;font-weight:600}.m3-order-summary>div{margin-top:20px;display:flex;align-items:flex-end;justify-content:space-between}.m3-order-summary>div>span{color:var(--md-variant)}.m3-order-summary>div strong{font-size:34px}.m3-payment-method{margin-top:18px;padding:15px;display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;border:1px solid var(--md-primary);border-radius:18px}.m3-payment-method>span{width:40px;height:40px;display:grid;place-items:center;border-radius:12px;background:var(--md-primary);color:#fff}.m3-payment-method>div{display:grid;gap:4px}.m3-payment-method small{color:var(--md-variant);font-size:9px}.m3-payment-method i{color:var(--md-primary-dark);font-size:9px;font-style:normal}.m3-checkout-action button{width:100%;height:48px;margin-top:20px;border:0;border-radius:24px;background:var(--md-primary);color:#fff;font-weight:600}.m3-pay-wait{text-align:center}.m3-qr{width:252px;min-height:252px;margin:22px auto;padding:16px;display:grid;place-items:center;border-radius:22px;background:var(--md-surface-low)}.m3-checkout-success{margin-top:20px;padding:20px;display:grid;gap:8px;border-radius:20px;background:var(--md-green-bg);text-align:left}.m3-checkout-success strong{color:var(--md-green);font:700 14px ui-monospace,Consolas,monospace}.m3-checkout-success a{color:var(--md-green);font-weight:600}@media(max-width:1000px){.m3-user-plan-grid{grid-template-columns:repeat(2,1fr)}.m3-dashboard-grid,.license-grid{grid-template-columns:1fr}.m3-plan-preview>div{grid-template-columns:1fr}.account-profile-grid,.account-security-grid{grid-template-columns:1fr}}@media(max-width:760px){.m3-user-appbar>button{display:grid;place-items:center}.m3-app-title{display:none}.m3-account-button strong{display:none}.user-layout{display:block}.user-sidebar{position:fixed;left:-260px;top:64px;bottom:0;z-index:35;width:240px;transition:left .2s;box-shadow:0 8px 24px rgba(60,64,67,.2)}.m3-user-body.menu-open .user-sidebar{left:0}.user-main{padding:0 16px 40px}.user-main-head{min-height:105px}.m3-metric-grid{grid-template-columns:1fr 1fr}.m3-user-plan-grid{grid-template-columns:1fr}.m3-section-intro,.m3-dashboard-intro,.order-summary-bar,.license-page-head,.account-settings-head{align-items:flex-start;flex-direction:column;gap:18px}.responsive-table table,.responsive-table thead,.responsive-table tbody,.responsive-table tr,.responsive-table td{display:block}.responsive-table thead{display:none}.responsive-table tr{padding:10px 16px;border-bottom:1px solid var(--md-surface-high)}.responsive-table td{padding:8px 0;border:0;white-space:normal}.responsive-table td:before{content:attr(data-label);display:block;margin-bottom:4px;color:var(--md-variant);font-size:8px}.device-list>article{grid-template-columns:44px 1fr}.device-list>article>form{grid-column:2}.device-main dl{display:grid;grid-template-columns:1fr 1fr}.form-two,.m3-field-row{grid-template-columns:1fr}.m3-auth-card,.m3-checkout-card{padding:30px 24px}.m3-stepper{font-size:0}.m3-stepper i{width:35px}}@media(max-width:480px){.m3-metric-grid{grid-template-columns:1fr}.license-facts{grid-template-columns:1fr 1fr}.m3-tonal-note{align-items:flex-start;flex-direction:column;gap:18px}.m3-auth-main{padding:20px 12px 45px}.m3-auth-card{border-radius:24px}.m3-checkout-main{padding-left:12px;padding-right:12px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
/* Google color accents */
:root{--g-red:#ea4335;--g-yellow:#fbbc04;--g-green:#34a853;--g-blue:#4285f4;--g-red-soft:#fce8e6;--g-yellow-soft:#fef7e0;--g-green-soft:#e6f4ea}.m3-user-appbar{background:linear-gradient(110deg,#0b57d0,#4285f4 72%,#5b8ff5)}.m3-auth-page,.m3-checkout-page{background:radial-gradient(circle at 12% 18%,rgba(251,188,4,.28),transparent 24%),radial-gradient(circle at 88% 82%,rgba(52,168,83,.3),transparent 28%),linear-gradient(135deg,#0b57d0,#4285f4 62%,#6d9df6)}.m3-auth-card,.m3-checkout-card,.m3-user-plan.selected{position:relative;overflow:hidden}.m3-auth-card:before,.m3-checkout-card:before,.m3-user-plan.selected:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,var(--g-blue) 0 25%,var(--g-red) 25% 50%,var(--g-yellow) 50% 75%,var(--g-green) 75%)}.m3-auth-icon{background:linear-gradient(135deg,#d3e3fd,#e6f4ea);box-shadow:inset 0 0 0 1px rgba(66,133,244,.12)}.m3-metric-grid article{box-shadow:0 1px 3px rgba(60,64,67,.06)}.m3-metric-grid article:nth-child(1){background:#d3e3fd}.m3-metric-grid article:nth-child(2){background:#e6f4ea}.m3-metric-grid article:nth-child(3){background:#fef7e0}.m3-metric-grid article:nth-child(2) strong{color:#137333}.m3-metric-grid article:nth-child(3) strong{color:#a15c00}.m3-surface-card,.user-card,.license-card,.m3-user-plan{box-shadow:0 1px 4px rgba(60,64,67,.08)}.m3-user-plan:nth-child(2){background:#f7f9fc}.m3-user-plan:nth-child(3){background:#f2f9f4}.m3-user-plan header>span{background:var(--g-green)}.m3-user-plan.selected .price strong{color:#0b57d0}.m3-list article:nth-child(3n+1) button{background:#e6f4ea;color:#137333}.m3-tonal-note{background:linear-gradient(105deg,#d3e3fd,#e6f4ea)}.status-pill.pending{background:var(--g-yellow-soft);color:#a15c00}.status-pill.paid,.status-pill.active,.badge.on{background:var(--g-green-soft);color:#137333}.status-pill.refunded{background:var(--g-red-soft);color:#b3261e}.m3-payment-method>span{background:linear-gradient(135deg,#1677ff,#0b57d0)}.m3-checkout-success{border-left:4px solid var(--g-green)}.user-sidebar-help{background:linear-gradient(145deg,#d3e3fd,#e6f4ea)}
