:root{
  --ink:#0b1730;--ink-2:#273956;--muted:#65758b;--muted-2:#8c9aab;
  --blue:#0b5bd3;--blue-2:#084aa9;--blue-3:#eaf2ff;--blue-4:#f5f8ff;
  --navy:#071a36;--navy-2:#0c2e5d;--green:#0a8f61;--green-bg:#eaf8f2;
  --amber:#9b5d00;--amber-bg:#fff6e4;--red:#c43838;--red-bg:#fff0f0;
  --surface:#fff;--canvas:#f5f7fb;--canvas-2:#eef3f9;--line:#dce4ef;--line-2:#edf1f6;
  --shadow-sm:0 1px 2px rgba(11,23,48,.05),0 5px 16px rgba(11,23,48,.04);
  --shadow-md:0 2px 5px rgba(11,23,48,.06),0 16px 38px rgba(11,23,48,.08);
  --shadow-lg:0 12px 42px rgba(7,26,54,.15);
  --r-sm:10px;--r-md:16px;--r-lg:22px;--r-xl:28px;
  --sidebar:244px;--topbar:78px;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color-scheme:light;
}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--canvas)}body{margin:0;background:linear-gradient(180deg,#f8faff 0,#f4f7fb 320px,var(--canvas) 100%);color:var(--ink);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button,input,textarea,select{font:inherit;color:inherit}button,a,select,input[type=checkbox]{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.is-hidden,[hidden]{display:none!important}.muted{color:var(--muted)!important}.mono,.codebox,.logbox{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.eyebrow{margin:0 0 4px;color:#56708f;font-size:10px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.surface{background:rgba(255,255,255,.98);border:1px solid var(--line);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}

/* Shell */
.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);z-index:50;display:flex;flex-direction:column;padding:24px 16px 18px;background:linear-gradient(180deg,var(--navy) 0%,#07162d 100%);color:#fff;border-right:1px solid rgba(255,255,255,.06)}.brand{display:flex;align-items:center;gap:12px;padding:4px 9px 26px}.brand-mark{display:grid;place-items:center;width:39px;height:39px;border-radius:12px;background:linear-gradient(145deg,#1977ef,#0c55be);box-shadow:inset 0 0 0 1px rgba(255,255,255,.22),0 8px 20px rgba(0,0,0,.22);font-size:19px;font-weight:800}.brand>span:last-child{display:flex;flex-direction:column}.brand b{font-size:18px;line-height:1.1;letter-spacing:-.01em}.brand small{margin-top:4px;color:#9fb2cb;font-size:10px;line-height:1.2}.nav{display:grid;gap:5px}.nav a{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:11px;color:#b6c5d9;font-weight:650;font-size:13px;transition:.18s ease}.nav a span{display:grid;place-items:center;width:24px;color:#92a9c4;font-size:16px}.nav a:hover{background:rgba(255,255,255,.07);color:#fff}.nav a.active{background:#fff;color:#0c376f;box-shadow:0 6px 20px rgba(0,0,0,.16)}.nav a.active span{color:var(--blue)}.sidebar-meta{margin-top:auto;padding:16px 12px 4px;border-top:1px solid rgba(255,255,255,.08);display:grid;grid-template-columns:auto 1fr;align-items:center;gap:2px 8px;color:#b9c7d9;font-size:11px}.sidebar-meta small{grid-column:2;color:#748ba8}.status-dot{width:8px;height:8px;border-radius:50%;background:#35cf99;box-shadow:0 0 0 4px rgba(53,207,153,.13)}.main-shell{margin-left:var(--sidebar);min-width:0}.topbar{position:sticky;top:0;z-index:40;height:var(--topbar);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:13px clamp(24px,4vw,54px);background:rgba(248,250,255,.91);backdrop-filter:blur(18px) saturate(140%);border-bottom:1px solid rgba(220,228,239,.85)}.topbar h1{margin:0;font-size:22px;line-height:1.16;letter-spacing:-.035em;font-weight:720}.header-actions,.inline-actions,.plan-actions,.actionrow,.account-actions,.admin-card-actions,.price-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap}main{width:min(1460px,calc(100% - 48px));margin:28px auto 0;display:grid;gap:22px;padding-bottom:64px}footer{margin:0 auto;width:min(1460px,calc(100% - 48px));padding:22px 0 34px;color:var(--muted);font-size:11px;border-top:1px solid var(--line)}

/* Controls */
.button{min-height:42px;border:1px solid transparent;border-radius:11px;padding:10px 15px;font-weight:700;font-size:13px;line-height:1;cursor:pointer;transition:transform .12s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{opacity:.46;cursor:not-allowed}.button.primary{color:#fff;background:linear-gradient(180deg,#176de3 0,var(--blue) 100%);border-color:#0751be;box-shadow:0 5px 12px rgba(11,91,211,.19)}.button.primary:hover:not(:disabled){box-shadow:0 8px 20px rgba(11,91,211,.24)}.button.ghost{background:#fff;color:#244363;border-color:#cfd9e6}.button.ghost:hover:not(:disabled){background:#f6f9fd;border-color:#aebed1}.button.compact{min-height:36px;padding:8px 12px;font-size:12px}.pqa-language-switcher{display:flex;padding:3px;border:1px solid #d3dce8;border-radius:12px;background:#fff;box-shadow:0 1px 2px rgba(11,23,48,.03)}.pqa-lang-button{pointer-events:auto!important;cursor:pointer!important;border:0;background:transparent;min-width:42px;height:31px;border-radius:9px;display:flex;align-items:center;justify-content:center;gap:4px;color:#6b7d92;font-size:10px}.pqa-lang-button span{font-size:13px}.pqa-lang-button.active{background:var(--blue-3);color:#0a4cae;box-shadow:inset 0 0 0 1px #c7dcff}.pqa-lang-button:hover{background:#f3f6fa}select,input[type=text],input[type=email],input[type=number],textarea{width:100%;border:1px solid #cfd9e6;border-radius:11px;background:#fff;outline:none;transition:border .15s,box-shadow .15s,background .15s}select,input[type=text],input[type=email],input[type=number]{min-height:42px;padding:8px 12px}textarea{padding:13px 14px;resize:vertical;line-height:1.55}textarea:focus,select:focus,input:focus{border-color:#6ea7f2;box-shadow:0 0 0 3px rgba(11,91,211,.1)}label{display:grid;gap:7px;color:#34475f;font-size:12px;font-weight:700}.check{grid-template-columns:auto 1fr;align-items:center;width:max-content;font-weight:600}.check input{accent-color:var(--blue)}

/* Information hierarchy */
.release-strip{display:grid;grid-template-columns:repeat(4,1fr);overflow:hidden;border:1px solid #dbe4ef;border-radius:15px;background:#fff;box-shadow:var(--shadow-sm)}.release-strip div{padding:14px 18px;border-right:1px solid var(--line-2)}.release-strip div:last-child{border-right:0}.release-strip span,.account-summary span,.account-transparency span,.enterprise-wallet-grid span,.metric-card span,.admin-grid span,.value-hero span{display:block;color:#75869b;font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.release-strip b{display:block;margin-top:3px;color:#203650;font-size:12px}.section-title,.wallet-head,.result-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.section-title h2,.wallet-head h2,.result-header h2{margin:0;color:#12253f;font-size:19px;letter-spacing:-.025em;line-height:1.25}.section-title h3{margin:0;font-size:17px}.badge,.severity{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:5px 9px;font-size:9px;font-weight:850;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}.badge.neutral{background:#f0f4f8;color:#607389}.badge.success{background:var(--green-bg);color:#087552}.severity.low{background:var(--green-bg);color:#087552}.severity.medium{background:var(--amber-bg);color:var(--amber)}.severity.high,.severity.critical{background:var(--red-bg);color:var(--red)}.severity.unknown{background:#edf1f6;color:#64748b}

/* Account & billing */
.plan-strip{display:flex;align-items:center;justify-content:space-between;padding:19px 22px;background:linear-gradient(120deg,#fff 0,#f8fbff 100%)}.plan-strip h2{margin:0;font-size:19px;letter-spacing:-.02em}.account-portal{position:relative;overflow:hidden;padding:26px}.account-portal:before{content:"";position:absolute;right:-90px;top:-100px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(42,123,235,.11),rgba(42,123,235,0) 67%);pointer-events:none}.account-auth{position:relative;margin-top:21px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:22px;border:1px solid #dce5f0;border-radius:16px;background:linear-gradient(110deg,#fbfdff,#f3f7ff)}.account-auth h3{margin:0 0 5px;font-size:17px}.account-auth p{margin:0}.oauth-grid{display:flex;gap:8px}.account-summary{margin-top:22px;display:grid;grid-template-columns:1.6fr repeat(3,1fr);border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff}.account-summary>div{padding:17px 18px;border-right:1px solid var(--line-2)}.account-summary>div:last-child{border:0}.account-summary b{display:block;margin-top:5px;font-size:14px;overflow-wrap:anywhere}.account-transparency{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.account-transparency>div{padding:17px 18px;border:1px solid var(--line);border-radius:14px;background:#fbfcfe}.account-transparency b{display:block;margin-top:5px;font-size:18px}.account-ledger{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.account-ledger>div{border:1px solid var(--line);border-radius:14px;padding:17px 18px}.account-ledger h4{margin:0 0 11px;font-size:13px}.account-ledger p{margin:0;padding:10px 0;border-top:1px solid var(--line-2);font-size:12px;color:#53677f}.account-ledger p:first-of-type{border-top:0}.account-ledger p b{color:#142945}.account-ledger small{display:block;color:#8b99aa;margin-top:2px}.account-actions{margin-top:14px}.billing-picker{margin-top:20px;display:grid;grid-template-columns:minmax(210px,300px) 1fr;align-items:end;gap:18px;padding-top:20px;border-top:1px solid var(--line-2)}.billing-picker p{margin:0 0 8px}.price-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:17px}.price-card{position:relative;display:flex;flex-direction:column;min-height:184px;padding:20px;border:1px solid #dce4ee;border-radius:17px;background:#fff;box-shadow:0 4px 15px rgba(11,23,48,.035);transition:.18s ease}.price-card:hover{border-color:#a9c8f1;box-shadow:0 10px 28px rgba(11,91,211,.09);transform:translateY(-2px)}.price-card>span{color:#536b87;font-size:10px;font-weight:850;letter-spacing:.11em}.price-card>b{margin-top:10px;font-size:28px;line-height:1.1;letter-spacing:-.04em;color:#0b2548}.price-card>small{margin-top:6px;color:#75869b}.price-card .price-actions{margin-top:auto;padding-top:18px}.price-card .price-actions .button{flex:1}.billing-admin{margin-top:24px;padding:22px;border-radius:18px;background:#f7f9fc;border:1px solid var(--line)}.billing-admin>p{margin:8px 0 18px}.admin-country-list{display:grid;gap:12px}.admin-country-card{padding:17px;border:1px solid #d6e0ec;border-radius:15px;background:#fff}.admin-country-head{display:flex;align-items:center;justify-content:space-between;gap:15px}.admin-country-head>div{display:flex;align-items:baseline;gap:9px}.admin-country-head b{font-size:16px}.admin-country-head small{color:var(--muted)}.switchline,.provider-switches label{display:flex;grid-template-columns:none;align-items:center;gap:7px;font-size:11px}.provider-switches{display:flex;gap:16px;padding:13px 0}.provider-switches input,.switchline input{accent-color:var(--blue)}.admin-price-editor{margin-top:14px;padding-top:14px;border-top:1px solid var(--line)}.admin-price-row{display:grid;grid-template-columns:90px repeat(3,minmax(120px,1fr)) 55px 70px;gap:10px;align-items:end;padding:10px 0;border-bottom:1px solid var(--line-2)}.admin-price-row:last-child{border:0}.admin-price-row>span{padding-bottom:10px;color:var(--muted);font-size:11px}

/* Product / analysis content */
.learn-panel,.enterprise-wallet,.trend-panel,.improved-panel,.execution-panel,.transactions,.reliability-admin{padding:24px}.lesson-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:17px}.lesson-card{padding:16px;border:1px solid var(--line);border-radius:14px;background:#fbfcfe}.enterprise-wallet{background:linear-gradient(135deg,#071d3b 0,#0b3268 68%,#0d4288 100%);border:0;color:#fff;box-shadow:var(--shadow-lg)}.enterprise-wallet .eyebrow,.enterprise-wallet span,.enterprise-wallet small,.enterprise-wallet .privacy{color:#a9bdd8}.enterprise-wallet h2{color:#fff}.enterprise-wallet .badge.success{background:rgba(70,223,168,.13);color:#65e5b5}.enterprise-wallet .button.ghost{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.18)}.enterprise-wallet select{background:#0c2c58;color:#fff;border-color:#38597d;width:auto}.enterprise-wallet-grid{display:grid;grid-template-columns:1.45fr repeat(5,1fr);gap:1px;margin-top:20px;border:1px solid rgba(255,255,255,.11);border-radius:16px;overflow:hidden;background:rgba(255,255,255,.1)}.enterprise-wallet-grid article{padding:17px;background:rgba(7,26,54,.72);min-width:0}.enterprise-wallet-grid b{display:block;margin-top:6px;font-size:19px;letter-spacing:-.025em;overflow-wrap:anywhere}.enterprise-wallet-grid .value-hero b{font-size:26px}.enterprise-wallet-grid small{display:block;margin-top:3px;font-size:10px}.enterprise-wallet-controls{display:flex;align-items:center;gap:9px;margin-top:14px}.savings-settings{margin-top:14px;display:grid;grid-template-columns:repeat(4,1fr) auto;gap:10px;align-items:end;padding:16px;border:1px solid rgba(255,255,255,.13);border-radius:14px;background:rgba(0,0,0,.12)}.savings-settings label{color:#d9e5f4}.privacy{font-size:10px;color:#75869b;margin:13px 0 0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}.metric-card{padding:18px 19px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:var(--shadow-sm)}.metric-card>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.metric-card b{font-size:26px;letter-spacing:-.04em;color:#0b2c5f}.metric-card small{display:block;margin-top:6px;color:#7c8c9f}.trend-chart-wrap{position:relative;margin-top:15px;height:160px;border-radius:12px;background:linear-gradient(#fbfdff,#f7f9fc);overflow:hidden}.trend-chart{width:100%;height:100%}.gridline{stroke:#e7edf4;stroke-width:1}.trend-line{fill:none;stroke:#0b5bd3;stroke-width:3;vector-effect:non-scaling-stroke}.trend-dot{fill:#fff;stroke:#0b5bd3;stroke-width:2}.trend-empty{position:absolute;inset:0;display:grid;place-items:center;color:#8190a2;font-size:12px}.analysis-layout{display:grid;grid-template-columns:minmax(380px,.82fr) minmax(520px,1.18fr);gap:18px;align-items:start}.input-panel,.result-panel{padding:24px}.input-panel{display:grid;gap:16px}.input-panel textarea#prompt{min-height:210px}.input-panel textarea.small{min-height:110px}.doc-uploader{padding:16px;border:1px solid var(--line);border-radius:15px;background:#fbfcfe}.subhead{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.subhead h3{margin:0;font-size:13px}.subhead span{color:#8997a8;font-size:9px;font-weight:750;letter-spacing:.04em;text-transform:uppercase}.dropzone{width:100%;margin-top:12px;padding:22px;border:1px dashed #b9c9dc;border-radius:12px;background:#fff;color:#5b718c;cursor:pointer}.dropzone.dragging,.dropzone:hover{border-color:#6ea7f2;background:#f2f7ff}.doc-list{display:grid;gap:6px;margin-top:10px}.doc-row{display:flex;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:9px;background:#f0f4f8;font-size:11px}.doc-meta{display:flex;gap:14px;flex-wrap:wrap;margin-top:10px;color:#8391a2;font-size:9px}.result-panel{min-height:720px}.hero-score-row{display:grid;grid-template-columns:185px 1fr;gap:20px;margin-top:20px}.hero-score{display:flex;align-items:baseline;justify-content:center;padding:22px 14px;border-radius:18px;background:linear-gradient(150deg,#f6f9ff,#edf4ff);border:1px solid #d9e8ff}.hero-score b{font-size:54px;line-height:1;color:#0b4fae;letter-spacing:-.06em}.hero-score>span{color:#64748b;font-weight:700}.hero-score small{display:block;align-self:flex-end;margin-left:-30px;margin-bottom:-6px;font-size:9px;font-weight:850;color:#73859b}.risk-stack{display:grid;grid-template-columns:1fr 1fr;gap:9px}.risk-stack>span{display:flex;justify-content:space-between;gap:12px;padding:12px 13px;border:1px solid var(--line-2);border-radius:11px;background:#fbfcfe;color:#6d7d90;font-size:11px}.risk-stack b{color:#182d48}.dimensions{display:grid;gap:9px;margin-top:20px}.dim{display:grid;grid-template-columns:170px 1fr 35px;align-items:center;gap:10px;font-size:11px}.dimline{height:7px;border-radius:99px;background:#e9eef5;overflow:hidden}.dimline .bar{height:100%;background:linear-gradient(90deg,#0b5bd3,#3388ef);border-radius:99px}.two-col-blocks{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.subsurface{padding:16px;border:1px solid var(--line);border-radius:14px;background:#fcfdff}.chips{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.chip{padding:5px 8px;border-radius:8px;background:#eaf2ff;color:#174b8f;font-size:9px;font-weight:750}.muted-chip{background:#f0f3f7;color:#728196}.dense-list,.evidence-list{margin:10px 0 0;padding-left:18px;color:#4e627a;font-size:11px}.dense-list li,.evidence-list li{margin:5px 0}.context-evidence{margin-top:12px}.context-findings{margin-top:10px}.context-finding{padding:11px 12px;margin-top:8px;border-left:3px solid #b8c7d8;border-radius:7px;background:#f8fafc}.severity-border-high,.severity-border-critical{border-color:#d64646}.severity-border-medium{border-color:#d89021}.severity-border-low,.severity-border-info{border-color:#18a16f}.improved-panel textarea{min-height:190px;margin-top:15px;background:#fbfcff}.execution-panel .section-title strong{font-size:12px;color:#42617f}.progresswrap{display:flex;align-items:center;gap:12px;margin-top:17px}.progress{flex:1;height:7px;border-radius:999px;background:#e7edf4;overflow:hidden}.progress i{display:block;width:0;height:100%;background:linear-gradient(90deg,#0b5bd3,#3492f6);border-radius:999px;transition:width .25s}.progresswrap small{width:34px;color:#65758b}.execution-metrics{display:grid;grid-template-columns:repeat(5,1fr);margin-top:14px;border-top:1px solid var(--line-2)}.execution-metrics span{padding:11px 12px 0;color:#8190a2;font-size:10px}.execution-metrics b{display:block;color:#253a55;font-size:11px}.audit-grid,.diagnostics{display:grid;grid-template-columns:1fr 1fr;gap:18px}.audit-grid>.surface,.diagnostics>.surface{padding:24px}.audit-list{margin:16px 0 0}.audit-list>div{display:flex;justify-content:space-between;gap:18px;padding:9px 0;border-bottom:1px solid var(--line-2)}.audit-list dt{color:#728297;font-size:11px}.audit-list dd{margin:0;color:#263c57;font-size:11px;font-weight:700;text-align:right}.logbox,.codebox,.admin-events{overflow:auto;max-height:330px;padding:14px;border:1px solid #dce4ee;border-radius:12px;background:#07182f;color:#cfe0f4;font-size:10px;line-height:1.55}.logbox{margin-top:14px}.history{display:grid;gap:9px;margin-top:15px}.history-item{display:grid;grid-template-columns:1fr 66px 110px 100px;gap:12px;align-items:center;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#fff}.history-score{font-size:18px;font-weight:800;color:#0b4fae}.history-risk{font-size:10px;font-weight:750}.history-state{color:#718196;font-size:10px}.reliability-admin{border-color:#bdcee3}.admin-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:17px}.admin-grid article{padding:16px;border:1px solid var(--line);border-radius:13px;background:#fbfcfe}.admin-grid b{display:block;margin-top:5px;font-size:20px}.traffic-map{display:grid;place-items:center;min-height:180px;border-radius:11px;background:linear-gradient(135deg,#edf4ff,#f8fafc);color:#718299;font-size:11px}

/* Mobile application navigation */
.mobile-nav{display:none}.mobile-safe-space{display:none}

/* Tablet */
@media(max-width:1180px){:root{--sidebar:210px}.enterprise-wallet-grid{grid-template-columns:repeat(3,1fr)}.enterprise-wallet-grid .value-hero{grid-column:span 2}.analysis-layout{grid-template-columns:1fr}.result-panel{min-height:0}.price-grid{grid-template-columns:repeat(2,1fr)}.admin-price-row{grid-template-columns:80px repeat(2,1fr);}.admin-price-row label:nth-of-type(3),.admin-price-row>span,.admin-price-row>.button{grid-column:auto}.account-summary{grid-template-columns:1fr 1fr}.account-summary>div:nth-child(2){border-right:0}.account-summary>div:nth-child(-n+2){border-bottom:1px solid var(--line-2)}}

/* Phone-first app experience */
@media(max-width:780px){:root{--topbar:64px}body{background:#f5f7fb;padding-bottom:calc(76px + env(safe-area-inset-bottom))}.sidebar{display:none}.main-shell{margin-left:0}.topbar{height:var(--topbar);padding:10px 16px;background:rgba(255,255,255,.94)}.topbar .eyebrow{display:none}.topbar h1{font-size:17px;max-width:190px}.header-actions{gap:6px}.header-actions>.button,.header-actions>a{display:none}.pqa-language-switcher{padding:2px}.pqa-lang-button{min-width:36px;height:30px}.pqa-lang-button b{display:none}main{width:auto;margin:14px 12px 0;gap:13px;padding-bottom:16px}footer{display:none}.surface{border-radius:17px;box-shadow:none}.release-strip{display:none}.plan-strip{padding:16px;border-radius:16px}.plan-strip .eyebrow{margin-bottom:2px}.plan-strip h2{font-size:17px}.plan-actions{justify-content:flex-end}.plan-actions .button{display:none}.badge{font-size:8px}.account-portal{padding:18px}.section-title h2,.wallet-head h2,.result-header h2{font-size:17px}.section-title>.badge,.section-title>.severity{align-self:flex-start}.account-auth{grid-template-columns:1fr;padding:16px;margin-top:15px}.oauth-grid{display:grid;grid-template-columns:1fr 1fr}.oauth-grid .button:first-child{grid-column:1/-1}.oauth-grid .button{min-height:46px}.account-summary{grid-template-columns:1fr 1fr;margin-top:15px}.account-summary>div{padding:14px}.account-summary b{font-size:12px}.account-transparency,.account-ledger{grid-template-columns:1fr}.billing-picker{grid-template-columns:1fr;gap:5px}.price-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding:2px 1px 10px;margin-right:-18px;padding-right:18px}.price-card{flex:0 0:min(82vw,310px);scroll-snap-align:start;min-height:188px}.billing-admin{padding:15px;margin:18px -1px 0}.admin-country-head{align-items:flex-start}.provider-switches{flex-wrap:wrap;gap:10px 14px}.admin-card-actions{display:grid;grid-template-columns:1fr 1fr}.admin-card-actions .button{width:100%}.admin-price-row{display:grid;grid-template-columns:1fr 1fr;gap:9px}.admin-price-row>b{grid-column:1/-1}.admin-price-row label:nth-of-type(3){grid-column:1/-1}.admin-price-row>span{display:none}.admin-price-row>.button{grid-column:1/-1}.learn-panel,.enterprise-wallet,.trend-panel,.improved-panel,.execution-panel,.transactions,.reliability-admin{padding:18px}.lesson-grid{display:flex;overflow-x:auto;gap:9px}.lesson-card{flex:0 0:80vw}.enterprise-wallet{border-radius:20px}.wallet-head{display:grid;gap:10px}.enterprise-wallet-grid{grid-template-columns:1fr 1fr;margin-top:15px}.enterprise-wallet-grid .value-hero{grid-column:1/-1}.enterprise-wallet-grid article{padding:14px}.enterprise-wallet-grid .value-hero b{font-size:25px}.enterprise-wallet-controls{overflow-x:auto;padding-bottom:2px}.enterprise-wallet-controls>*{flex:none}.savings-settings{grid-template-columns:1fr 1fr}.savings-settings .button{grid-column:1/-1}.metric-grid{grid-template-columns:1fr 1fr;gap:9px}.metric-card{padding:14px;border-radius:15px}.metric-card b{font-size:23px}.metric-card>div{display:block}.analysis-layout{gap:13px}.input-panel,.result-panel{padding:18px}.input-panel textarea#prompt{min-height:180px}.actionrow{display:grid;grid-template-columns:1fr auto}.actionrow .button.primary{min-height:48px}.hero-score-row{grid-template-columns:1fr}.hero-score{justify-content:flex-start;padding:18px}.risk-stack{grid-template-columns:1fr 1fr}.dimensions .dim{grid-template-columns:115px 1fr 30px}.two-col-blocks,.audit-grid,.diagnostics{grid-template-columns:1fr}.subsurface{padding:14px}.execution-metrics{grid-template-columns:1fr 1fr}.execution-metrics span{padding-left:0}.history-item{grid-template-columns:1fr auto;gap:5px 10px}.history-risk,.history-state{grid-column:auto}.admin-grid{grid-template-columns:1fr 1fr}.mobile-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:8px;right:8px;bottom:calc(7px + env(safe-area-inset-bottom));z-index:90;min-height:61px;padding:5px 7px;border:1px solid rgba(193,205,220,.88);border-radius:19px;background:rgba(255,255,255,.96);backdrop-filter:blur(22px) saturate(145%);box-shadow:0 10px 35px rgba(7,26,54,.17)}.mobile-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:13px;color:#73849a;font-size:8px;font-weight:750}.mobile-nav a span{font-size:17px;line-height:1}.mobile-nav a:first-child,.mobile-nav a:active{color:#0b5bd3;background:#edf4ff}.mobile-safe-space{display:block;height:65px}}
@media(max-width:390px){main{margin-left:9px;margin-right:9px}.topbar{padding-left:12px;padding-right:12px}.account-portal,.input-panel,.result-panel,.learn-panel,.trend-panel,.improved-panel,.execution-panel,.transactions,.reliability-admin{padding:16px}.metric-grid{gap:7px}.metric-card{padding:12px}.risk-stack{grid-template-columns:1fr}.hero-score b{font-size:48px}.oauth-grid{grid-template-columns:1fr}.oauth-grid .button:first-child{grid-column:auto}.section-title{gap:10px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

@media(max-width:720px){.mobile-nav{display:grid}}

/* v1.11.1 analyzer-first experience */
#analyzer{scroll-margin-top:calc(var(--topbar) + 18px)}
.analysis-layout{min-height:calc(100vh - var(--topbar) - 74px);align-content:start}
.input-panel,.result-panel{box-shadow:0 12px 34px rgba(7,26,54,.07)}
.input-panel{border-color:#cdd9e8}
.input-panel textarea#prompt{min-height:260px;font-size:14px;line-height:1.55}
.actionrow .button.primary{min-width:190px;min-height:44px}
.plan-strip,.account-portal,.learn-panel,.enterprise-wallet,.release-strip{scroll-margin-top:calc(var(--topbar) + 14px)}
@media(max-width:1180px){.analysis-layout{min-height:0}}
@media(max-width:780px){#analyzer{scroll-margin-top:78px}.analysis-layout{min-height:0}.input-panel textarea#prompt{min-height:210px}.input-panel .privacy{margin-top:4px}.doc-uploader{padding:13px}.dropzone{padding:16px}.result-panel{min-height:0}.analysis-layout{order:-10}}

/* v1.11.2 banking-grade navigation and focus hierarchy */
:root{
  --pqa-navy:#071a36;
  --pqa-navy-2:#0b2b57;
  --pqa-blue:#0a5fc8;
  --pqa-blue-dark:#074b9d;
  --pqa-ink:#142033;
  --pqa-muted:#5f6b7a;
  --pqa-line:#dbe3ec;
  --pqa-surface:#ffffff;
  --pqa-bg:#f4f7fb;
  --pqa-shadow:0 10px 30px rgba(13,39,80,.08);
}
html{scroll-behavior:smooth}
body{margin:0;background:var(--pqa-bg);color:var(--pqa-ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.5;letter-spacing:-.005em}
.banking-shell{display:block;min-height:100vh}.banking-shell .sidebar{display:none!important}.banking-shell .main-shell{margin:0!important;width:100%;max-width:none}
.bank-header{position:sticky;top:0;z-index:100;background:var(--pqa-navy);color:#fff;box-shadow:0 1px 0 rgba(255,255,255,.08),0 7px 22px rgba(7,26,54,.18)}
.bank-utility{max-width:1440px;margin:auto;min-height:68px;padding:0 36px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.bank-brand{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none;min-width:250px}.bank-brand .brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:10px;background:#fff;color:var(--pqa-navy);font-size:21px;font-weight:800;box-shadow:0 4px 16px rgba(0,0,0,.12)}.bank-brand b{font-size:20px;letter-spacing:.02em}.bank-brand small{display:block;color:#b8c8dd;font-size:11px;letter-spacing:.04em;margin-top:1px}
.bank-utility-actions{display:flex;align-items:center;gap:10px}.bank-link{border:0;background:transparent!important;color:#eaf2fb!important;padding:9px 12px!important;min-height:40px;font-weight:600}.bank-link:hover{background:rgba(255,255,255,.08)!important}.bank-signin{background:#fff!important;color:var(--pqa-navy)!important;border:1px solid rgba(255,255,255,.45)!important;border-radius:999px!important;padding:10px 19px!important;min-height:42px;font-weight:700!important;box-shadow:none!important}.bank-signin:hover{background:#f0f6ff!important}
.bank-nav-row{background:#fff;border-bottom:1px solid var(--pqa-line);display:flex;align-items:center;justify-content:space-between;padding:0 36px;min-height:55px}.bank-nav{max-width:1120px;display:flex;align-items:stretch;gap:2px}.bank-nav a{position:relative;display:flex;align-items:center;padding:16px 18px 15px;color:#263548;text-decoration:none;font-size:15px;font-weight:650;white-space:nowrap;transition:.15s ease}.bank-nav a:hover{color:var(--pqa-blue);background:#f7faff}.bank-nav a.active{color:var(--pqa-blue)}.bank-nav a.active:after{content:"";position:absolute;height:3px;left:17px;right:17px;bottom:0;border-radius:3px 3px 0 0;background:var(--pqa-blue)}
.bank-status{display:flex;align-items:center;gap:7px;color:#536276;font-size:13px;white-space:nowrap}.bank-status small{color:#8a96a6}.status-dot{width:8px;height:8px;border-radius:50%;background:#1f9d62;box-shadow:0 0 0 4px rgba(31,157,98,.10)}
.focus-hero{background:linear-gradient(120deg,#f8fbff 0%,#eef5fc 100%);border-bottom:1px solid #dfe8f2;padding:30px 36px 26px}.focus-hero>div{max-width:1360px;margin:auto}.focus-hero .eyebrow{margin:0 0 5px;color:#507092;font-size:11px;letter-spacing:.12em;font-weight:800}.focus-hero h1{font-size:clamp(28px,3.1vw,46px);line-height:1.08;margin:0;color:#10233d;font-weight:690;letter-spacing:-.035em}.focus-hero p:last-child{margin:9px 0 0;color:#607086;font-size:16px;max-width:760px}
main{max-width:1400px!important;margin:0 auto!important;padding:28px 36px 70px!important}.analysis-layout{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:22px!important;align-items:start}.surface{border:1px solid #dde5ee!important;border-radius:16px!important;background:#fff!important;box-shadow:var(--pqa-shadow)!important}.input-panel,.result-panel{padding:25px!important}.section-title h2,.result-header h2{font-size:22px!important;letter-spacing:-.018em!important;font-weight:700!important;color:#172840!important}.eyebrow{font-size:10.5px!important;letter-spacing:.115em!important;font-weight:800!important;color:#688099!important}.input-panel label{font-size:13.5px!important;font-weight:700!important;color:#314157!important}.input-panel select,.input-panel textarea,.savings-settings input,.billing-picker select{font-family:inherit!important;font-size:15px!important;border:1px solid #cbd6e2!important;border-radius:10px!important;background:#fff!important;transition:border-color .15s,box-shadow .15s!important}.input-panel select:focus,.input-panel textarea:focus,.billing-picker select:focus{outline:0!important;border-color:#3c80cf!important;box-shadow:0 0 0 3px rgba(10,95,200,.10)!important}.input-panel #prompt{min-height:190px!important;font-size:16px!important;line-height:1.55!important}.input-panel #context{min-height:92px!important}.dropzone{border-radius:11px!important;border:1px dashed #9eb1c5!important;background:#f8fbff!important;color:#3c526b!important;min-height:52px!important}
.button{font-family:inherit!important;border-radius:999px!important;min-height:44px!important;padding:10px 20px!important;font-size:14px!important;font-weight:720!important;letter-spacing:.005em!important;transition:transform .12s ease,box-shadow .12s ease,background .12s ease,border-color .12s ease!important}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{background:linear-gradient(180deg,#116dcc,#0757ac)!important;color:#fff!important;border:1px solid #0753a2!important;box-shadow:0 6px 16px rgba(8,86,174,.22)!important}.button.primary:hover{background:linear-gradient(180deg,#0e62ba,#064b98)!important;box-shadow:0 7px 18px rgba(8,86,174,.27)!important}.button.ghost{background:#fff!important;color:#20466f!important;border:1px solid #c6d3e0!important;box-shadow:0 2px 7px rgba(20,45,75,.04)!important}.button.compact{min-height:38px!important;padding:8px 15px!important;font-size:13px!important}.actionrow .button.primary{min-width:180px}
.hero-score b{font-size:64px!important;font-weight:650!important;letter-spacing:-.055em!important;color:#0b315e!important}.risk-stack span{background:#f8fafc!important;border:1px solid #e4eaf1!important;border-radius:10px!important;padding:10px 12px!important}.metric-card{border-radius:14px!important;border:1px solid #e0e7ef!important;box-shadow:0 5px 18px rgba(17,42,75,.05)!important}.price-card,.account-summary>div,.account-transparency>div{border-radius:14px!important}.plan-strip{margin-top:24px!important}.execution-panel{margin-top:22px!important}
.pqa-language-switcher{background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.12)!important;border-radius:999px!important;padding:3px!important}.pqa-lang-button{color:#eaf2fb!important;border-radius:999px!important}.pqa-lang-button.active{background:#fff!important;color:#102b4f!important}
.mobile-nav{display:none!important}
@media(max-width:1050px){.bank-status{display:none}.bank-nav-row{overflow-x:auto;padding:0 18px}.bank-nav{min-width:max-content}.bank-utility{padding:0 20px}.analysis-layout{grid-template-columns:1fr!important}.result-panel{min-height:auto!important}.focus-hero{padding:25px 22px 22px}main{padding:22px 22px 80px!important}}
@media(max-width:720px){body{font-size:15px}.bank-header{position:sticky}.bank-utility{min-height:60px;padding:0 14px}.bank-brand{min-width:0}.bank-brand small{display:none}.bank-brand .brand-mark{width:34px;height:34px;border-radius:9px}.bank-utility-actions{gap:5px}.bank-link{display:none!important}.bank-signin{padding:8px 13px!important;min-height:37px!important;font-size:13px!important}.pqa-language-switcher{max-width:132px}.pqa-lang-button{padding:5px 7px!important}.pqa-lang-button span{display:none}.bank-nav-row{min-height:49px;padding:0 7px}.bank-nav a{font-size:13px;padding:14px 12px 13px}.bank-status{display:none}.focus-hero{padding:20px 17px 16px}.focus-hero h1{font-size:30px}.focus-hero p:last-child{font-size:14px;line-height:1.45}.focus-hero .eyebrow{font-size:9.5px}main{padding:14px 12px 88px!important}.analysis-layout{gap:14px!important}.surface{border-radius:14px!important;box-shadow:0 5px 18px rgba(13,39,80,.06)!important}.input-panel,.result-panel{padding:17px!important}.section-title h2,.result-header h2{font-size:19px!important}.input-panel #prompt{min-height:175px!important;font-size:16px!important}.actionrow{position:sticky;bottom:10px;z-index:20;padding:8px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);border:1px solid #e0e7ef;border-radius:14px;box-shadow:0 10px 28px rgba(7,26,54,.15)}.actionrow .button.primary{flex:1;min-width:0}.hero-score b{font-size:55px!important}.mobile-nav{display:none!important}}

/* v1.12.0 owner reliability engineering + conversion UX */
.reliability-admin{margin-top:28px;padding:26px!important;scroll-margin-top:136px}
.admin-head-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.reliability-kpis{grid-template-columns:repeat(6,minmax(0,1fr));margin:20px 0;gap:10px}
.reliability-kpis article{min-height:108px;padding:16px;border:1px solid #e0e7ef;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff)}
.reliability-kpis span{display:block;color:#6b7c91;font-size:10px;font-weight:800;letter-spacing:.1em}.reliability-kpis b{display:block;margin-top:7px;color:#102f55;font-size:27px;letter-spacing:-.035em}.reliability-kpis small{color:#77869a;font-size:11px}
.reliability-overview{margin-bottom:14px}.geo-list{display:grid;gap:8px;margin-top:10px}.geo-row{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:9px 11px;border-radius:9px;background:#f6f9fc;border:1px solid #e7edf4}.geo-row span{font-size:13px;color:#42546a}.geo-row b{color:#12345d;font-size:13px}
.reliability-table-wrap{margin:14px 0}.table-scroll{overflow:auto;max-height:540px;border:1px solid #e5ebf2;border-radius:11px}.reliability-table{width:100%;border-collapse:collapse;min-width:1080px;background:#fff}.reliability-table th{position:sticky;top:0;z-index:2;padding:10px 11px;text-align:left;background:#f3f7fb;color:#52677f;font-size:10px;letter-spacing:.07em;text-transform:uppercase;border-bottom:1px solid #dfe7ef}.reliability-table td{padding:11px;border-bottom:1px solid #edf1f5;color:#33465c;font-size:12px;vertical-align:top}.reliability-table td b,.reliability-table td span,.reliability-table td small{display:block}.reliability-table td small{color:#8793a3;font-size:10px}.reliability-table td:nth-child(3){max-width:330px}.reliability-table tr:hover td{background:#fbfdff}.admin-status{display:inline-flex!important;width:max-content;padding:3px 7px;border-radius:999px;background:#eef3f8;color:#465b72;font-size:10px!important;font-weight:750;text-transform:uppercase}.status-completed{background:#e9f7ef;color:#167048}.status-provider_error,.status-failed{background:#fff0ef;color:#aa3229}.status-quota_rejected{background:#fff7df;color:#8a5b00}.status-provider_accepted,.status-provider_completed{background:#eaf3ff;color:#185eaa}
.admin-events{display:grid;gap:7px;max-height:360px;overflow:auto;white-space:normal!important}.admin-event-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;padding:9px 10px;border-bottom:1px solid #edf1f5;align-items:center}.admin-event-row b{font-size:12px;color:#2d435d}.admin-event-row span,.admin-event-row small{font-size:11px;color:#78889b}
.conversion-overlay{position:fixed;inset:0;z-index:500;display:grid;place-items:center;padding:20px;background:rgba(4,18,37,.62);backdrop-filter:blur(7px)}.conversion-overlay.is-hidden{display:none!important}.conversion-card{position:relative;width:min(520px,100%);padding:30px;border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(3,18,40,.33);border:1px solid rgba(255,255,255,.5)}.conversion-card h2{margin:5px 0 8px;color:#102a4a;font-size:28px;letter-spacing:-.03em}.conversion-card>p:not(.eyebrow){margin:0;color:#5a6b7e;font-size:15px;line-height:1.55}.conversion-close{position:absolute;top:14px;right:14px;width:35px;height:35px;border:0;border-radius:50%;background:#f1f5f9;color:#38506a;font-size:22px;cursor:pointer}.conversion-benefits{display:grid;gap:8px;margin:20px 0;padding:14px;border-radius:12px;background:#f6f9fd;color:#31516f;font-size:13px}.conversion-actions{display:flex;gap:9px;margin:16px 0 11px}.conversion-card>small{display:block;color:#8592a2;font-size:11px;line-height:1.45}
@media(max-width:1180px){.reliability-kpis{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.reliability-admin{padding:17px!important}.reliability-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.reliability-kpis article{min-height:96px;padding:13px}.reliability-kpis b{font-size:23px}.admin-head-actions{width:100%}.admin-head-actions .button{flex:1}.conversion-card{padding:25px 20px 21px;border-radius:20px}.conversion-card h2{font-size:24px}.conversion-actions{display:grid;grid-template-columns:1fr}.conversion-actions .button{width:100%;justify-content:center}.table-scroll{max-height:460px}}

/* v1.13.0 centered premium banking layout + reliability readability */
:root{--pqa-content:1180px;--pqa-reading:980px}
.bank-utility,.bank-nav-row{width:min(var(--pqa-content),calc(100% - 40px));max-width:var(--pqa-content);margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important}
.focus-hero>div{max-width:var(--pqa-content)!important}.focus-hero{padding-left:20px!important;padding-right:20px!important}
main{max-width:var(--pqa-content)!important;width:calc(100% - 40px)!important;padding:26px 0 72px!important}.analysis-layout{grid-template-columns:minmax(0,.96fr) minmax(0,1.04fr)!important;gap:20px!important}
.surface{border-color:#d9e2ec!important;box-shadow:0 5px 18px rgba(11,31,57,.055)!important}.input-panel,.result-panel{padding:28px!important}.result-panel{min-height:0!important}
.bank-nav{max-width:none!important}.bank-nav a{font-size:14px!important;padding-left:15px!important;padding-right:15px!important}.bank-signin.account-chip{display:flex!important;flex-direction:column;align-items:flex-start;justify-content:center;gap:1px;min-width:136px;padding:8px 16px!important}.account-chip span{font-size:13px;font-weight:750;max-width:170px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-chip small{display:block;color:#52708f;font-size:9px;font-weight:650;line-height:1.1}
.focus-hero{background:#f5f8fc!important;border-bottom-color:#dce4ed!important;padding-top:25px!important;padding-bottom:22px!important}.focus-hero h1{font-size:clamp(30px,3vw,42px)!important;font-weight:680!important;letter-spacing:-.038em!important}.focus-hero p:last-child{font-size:15.5px!important;line-height:1.55!important;max-width:690px!important}
.section-title h2,.result-header h2{font-size:21px!important;line-height:1.25!important}.result-header{padding-bottom:2px}.hero-score-row{grid-template-columns:160px 1fr!important;gap:14px!important;margin-top:18px!important}.hero-score{min-height:138px!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;padding:20px 14px!important}.hero-score b{font-size:58px!important}.hero-score small{width:100%;text-align:center;margin:2px 0 0!important;align-self:auto!important;font-size:9px!important}.risk-stack>span{font-size:12px!important;line-height:1.35!important;padding:12px 13px!important}
.dimensions{display:grid!important;gap:12px!important;margin:22px 0 2px!important;padding:16px!important;border:1px solid #e1e7ee;border-radius:13px;background:#fbfcfe}.dim{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}.dim-label{display:flex;align-items:center;justify-content:space-between;gap:18px;font-size:12px;color:#42566e}.dim-label span{font-weight:650}.dim-label b{font-size:12px;color:#173b66}.dim-track{height:8px;border-radius:99px;background:#e6ebf1;overflow:hidden}.dim-track i,.progress i{display:block;height:100%;border-radius:99px;background:linear-gradient(90deg,#0a5fc4,#2787e9)}
.subsurface{padding:17px!important}.subhead h3{font-size:13.5px!important}.dense-list,.evidence-list{font-size:12.25px!important;line-height:1.55!important;color:#405269!important}.dense-list li,.evidence-list li{margin:7px 0!important}.chip{font-size:10px!important;padding:6px 9px!important}.context-finding{font-size:12px!important}.privacy{font-size:10.5px!important;line-height:1.55!important}
.button{border-radius:999px!important;min-height:42px!important;padding:10px 18px!important;font-size:13px!important}.button.primary{background:#0b63ce!important;border-color:#0757b7!important;box-shadow:0 4px 11px rgba(11,99,206,.18)!important}.button.ghost{background:#fff!important;border-color:#c8d3df!important;color:#244664!important}.button.compact{min-height:36px!important;padding:8px 14px!important}.export-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
.plan-strip{padding:18px 22px!important;gap:20px}.plan-actions{margin-left:auto;justify-content:flex-end}.quota-balance{min-width:155px;padding:8px 13px;border-radius:11px;background:#edf5ff;border:1px solid #d3e6fb}.quota-balance span{display:block;color:#647a91;font-size:8px;font-weight:850;letter-spacing:.1em}.quota-balance b{display:block;color:#0a4fa8;font-size:19px;line-height:1.1;letter-spacing:-.03em}.quota-balance small{display:block;margin-top:2px;color:#6e8094;font-size:9px}.plan-actions>.badge{font-size:9px!important}
.account-summary>div:first-child b{font-size:15px!important}.account-summary>div:first-child small{display:block;margin-top:2px;color:#718196;font-size:10px;overflow-wrap:anywhere}
.reliability-admin{max-width:var(--pqa-content);margin-left:auto;margin-right:auto}.reliability-kpis article{background:#fff!important}.table-scroll{background:#fff}.reliability-table td{font-size:12.25px!important}.reliability-table th{font-size:10px!important}
@media(min-width:1500px){body{font-size:15.5px}.analysis-layout{gap:22px!important}.input-panel,.result-panel{padding:30px!important}}
@media(max-width:1050px){.bank-utility,.bank-nav-row{width:calc(100% - 36px)}main{width:calc(100% - 36px)!important}.analysis-layout{grid-template-columns:1fr!important}.result-panel{max-width:none}.bank-nav-row{overflow-x:auto}.bank-nav{min-width:max-content!important}}
@media(max-width:720px){.bank-utility,.bank-nav-row{width:100%}.bank-utility{padding-left:14px!important;padding-right:14px!important}.bank-nav-row{padding-left:7px!important;padding-right:7px!important}main{width:auto!important;margin:14px 12px 0!important;padding-bottom:92px!important}.input-panel,.result-panel{padding:18px!important}.hero-score-row{grid-template-columns:1fr!important}.risk-stack{grid-template-columns:1fr 1fr!important}.export-actions{display:grid;grid-template-columns:1fr 1fr;width:100%;margin-top:10px}.export-actions #reanalyze{grid-column:1/-1}.quota-balance{min-width:130px}.plan-strip{align-items:flex-start!important}.plan-actions{display:grid!important;grid-template-columns:1fr;justify-items:end}.plan-actions>.badge{display:none}.account-chip small{display:none}.bank-signin.account-chip{min-width:auto!important;align-items:center;padding:8px 13px!important}}
@media(max-width:420px){.risk-stack{grid-template-columns:1fr!important}.plan-strip{display:grid!important}.plan-actions{margin-left:0;justify-items:start}.quota-balance{width:100%}.export-actions{grid-template-columns:1fr}.export-actions #reanalyze{grid-column:auto}}

/* deterministic width classes for CSP-safe progress bars */
.pct-0{width:0%!important}
.pct-1{width:1%!important}
.pct-2{width:2%!important}
.pct-3{width:3%!important}
.pct-4{width:4%!important}
.pct-5{width:5%!important}
.pct-6{width:6%!important}
.pct-7{width:7%!important}
.pct-8{width:8%!important}
.pct-9{width:9%!important}
.pct-10{width:10%!important}
.pct-11{width:11%!important}
.pct-12{width:12%!important}
.pct-13{width:13%!important}
.pct-14{width:14%!important}
.pct-15{width:15%!important}
.pct-16{width:16%!important}
.pct-17{width:17%!important}
.pct-18{width:18%!important}
.pct-19{width:19%!important}
.pct-20{width:20%!important}
.pct-21{width:21%!important}
.pct-22{width:22%!important}
.pct-23{width:23%!important}
.pct-24{width:24%!important}
.pct-25{width:25%!important}
.pct-26{width:26%!important}
.pct-27{width:27%!important}
.pct-28{width:28%!important}
.pct-29{width:29%!important}
.pct-30{width:30%!important}
.pct-31{width:31%!important}
.pct-32{width:32%!important}
.pct-33{width:33%!important}
.pct-34{width:34%!important}
.pct-35{width:35%!important}
.pct-36{width:36%!important}
.pct-37{width:37%!important}
.pct-38{width:38%!important}
.pct-39{width:39%!important}
.pct-40{width:40%!important}
.pct-41{width:41%!important}
.pct-42{width:42%!important}
.pct-43{width:43%!important}
.pct-44{width:44%!important}
.pct-45{width:45%!important}
.pct-46{width:46%!important}
.pct-47{width:47%!important}
.pct-48{width:48%!important}
.pct-49{width:49%!important}
.pct-50{width:50%!important}
.pct-51{width:51%!important}
.pct-52{width:52%!important}
.pct-53{width:53%!important}
.pct-54{width:54%!important}
.pct-55{width:55%!important}
.pct-56{width:56%!important}
.pct-57{width:57%!important}
.pct-58{width:58%!important}
.pct-59{width:59%!important}
.pct-60{width:60%!important}
.pct-61{width:61%!important}
.pct-62{width:62%!important}
.pct-63{width:63%!important}
.pct-64{width:64%!important}
.pct-65{width:65%!important}
.pct-66{width:66%!important}
.pct-67{width:67%!important}
.pct-68{width:68%!important}
.pct-69{width:69%!important}
.pct-70{width:70%!important}
.pct-71{width:71%!important}
.pct-72{width:72%!important}
.pct-73{width:73%!important}
.pct-74{width:74%!important}
.pct-75{width:75%!important}
.pct-76{width:76%!important}
.pct-77{width:77%!important}
.pct-78{width:78%!important}
.pct-79{width:79%!important}
.pct-80{width:80%!important}
.pct-81{width:81%!important}
.pct-82{width:82%!important}
.pct-83{width:83%!important}
.pct-84{width:84%!important}
.pct-85{width:85%!important}
.pct-86{width:86%!important}
.pct-87{width:87%!important}
.pct-88{width:88%!important}
.pct-89{width:89%!important}
.pct-90{width:90%!important}
.pct-91{width:91%!important}
.pct-92{width:92%!important}
.pct-93{width:93%!important}
.pct-94{width:94%!important}
.pct-95{width:95%!important}
.pct-96{width:96%!important}
.pct-97{width:97%!important}
.pct-98{width:98%!important}
.pct-99{width:99%!important}
.pct-100{width:100%!important}

/* v1.14.0 authoritative quota + permanently centered resilient layout */
:root{--pqa-content:1180px;--pqa-reading:920px}
html,body{max-width:100%;overflow-x:hidden}
.main-shell,.focus-hero,main,main>section{min-width:0}
main{box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important}
.analysis-layout{width:100%!important;max-width:100%!important;align-items:start!important}
.analysis-layout>*{min-width:0!important;max-width:100%!important;box-sizing:border-box!important}
.result-panel,.input-panel,.subsurface,.metric-card,.trend-panel,.improved-panel,.execution-panel,.transactions,.learning-report{min-width:0!important;max-width:100%!important;overflow:hidden}
.result-panel p,.result-panel li,.result-panel span,.result-panel b,.subsurface,.dense-list li,.context-finding,.learning-row p{overflow-wrap:anywhere;word-break:normal}
pre,.logbox,.jsonbox{max-width:100%!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important;word-break:break-word!important}
.dimensions{display:grid!important;gap:12px!important;margin:18px 0!important;min-width:0!important}.dim{display:block!important;min-width:0!important}.dim-label{display:flex!important;justify-content:space-between!important;align-items:baseline!important;gap:16px!important;margin-bottom:7px!important}.dim-label span{font-size:13px!important;font-weight:650!important;color:#31465e!important;line-height:1.35!important}.dim-label b{font-size:13px!important;color:#0b315e!important;font-variant-numeric:tabular-nums!important}.dim-track{height:8px!important;background:#e8eef5!important;border-radius:999px!important;overflow:hidden!important}.dim-track i{display:block!important;height:100%!important;border-radius:999px!important;background:linear-gradient(90deg,#0a5fc8,#397fd2)!important}
.deteministic-notice{min-width:0}.deterministic-notice{position:relative;margin:16px 0;padding:15px 16px;border:1px solid #cfdced;border-radius:14px;background:#f4f8fd;color:#23415f}.deterministic-notice>div:first-child{display:flex;align-items:flex-start;gap:12px}.deterministic-notice .mode-icon{display:grid;place-items:center;width:32px;height:32px;flex:0 0 32px;border-radius:9px;background:#0b315e;color:#fff;font-weight:800}.deterministic-notice b{display:block;font-size:13.5px;color:#102f55}.deterministic-notice p{margin:4px 0 0;font-size:12.5px;line-height:1.5;color:#52677f}.text-help{position:absolute;right:14px;top:14px;border:0;background:transparent;color:#0a5fc8;font:700 12px/1.2 inherit;cursor:pointer}.deterministic-help{margin:12px 0 0 44px;padding-top:12px;border-top:1px solid #dbe5ef}.deterministic-help a{display:inline-block;margin-top:8px;color:#075dbd;font-size:12.5px;font-weight:750;text-decoration:none}
.plan-strip{border:1px solid #cbd8e7!important;background:linear-gradient(180deg,#fff,#f8fbff)!important}.quota-balance{padding:12px 16px!important;border:1px solid #c6d7ea!important;background:#eef6ff!important;border-radius:13px!important;box-shadow:0 3px 10px rgba(11,49,94,.05)!important}.quota-balance span{font-size:9.5px!important;letter-spacing:.1em!important;color:#52708f!important}.quota-balance b{font-size:22px!important;color:#0b315e!important;font-variant-numeric:tabular-nums!important}.quota-balance small{font-size:10px!important;color:#587087!important}
.learning-report{padding:28px!important}.learning-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;align-items:center}.learning-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:20px 0}.learning-kpis article{padding:16px;border:1px solid #dfe7ef;border-radius:13px;background:#f8fbff;min-width:0}.learning-kpis span{display:block;font-size:9.5px;font-weight:800;letter-spacing:.1em;color:#62768c}.learning-kpis b{display:block;margin-top:5px;font-size:26px;letter-spacing:-.035em;color:#102f55}.learning-kpis small{font-size:10.5px;color:#7b8898}.learning-chart-card{position:relative;border:1px solid #e1e8ef;border-radius:14px;padding:12px;background:#fff;overflow:hidden}.learning-chart{height:190px!important;display:block}.learning-narrative{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin:14px 0;padding:16px;border-radius:13px;background:#f5f8fc;border:1px solid #e0e7ef}.learning-narrative span{display:block;font-size:9px;font-weight:800;letter-spacing:.1em;color:#63778e}.learning-narrative b{display:block;margin-top:5px;max-width:760px;font-size:13.5px;line-height:1.55;color:#243d59}.learning-narrative small{max-width:280px;color:#77869a;line-height:1.45}.learning-transcript{display:grid;gap:8px;margin-top:12px}.learning-row{display:grid;grid-template-columns:150px minmax(0,1fr) 80px;gap:16px;align-items:center;padding:13px 14px;border:1px solid #e5ebf2;border-radius:11px;background:#fff}.learning-row>div:first-child span{display:block;font-size:10px;color:#7c8998}.learning-row>div:first-child b{display:block;margin-top:3px;font-size:12px;color:#30475f}.learning-row p{margin:0;font-size:12px;line-height:1.45;color:#52677f}.learning-row>div:last-child{text-align:right}.learning-row strong{display:block;font-size:20px;color:#0b315e}.learning-row small{font-size:9px;text-transform:uppercase;color:#7b8898}.quota-help{margin:16px 0 8px;padding:13px 14px;border:1px solid #dce6f0;border-radius:11px;background:#f7faff}.quota-help b{font-size:12px;color:#173b64}.quota-help p{margin:5px 0 0;font-size:12px;line-height:1.48;color:#5a7087}
@media(max-width:900px){.learning-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.learning-row{grid-template-columns:120px minmax(0,1fr) 64px}.learning-narrative{display:block}.learning-narrative small{display:block;max-width:none;margin-top:10px}}
@media(max-width:720px){.learning-report{padding:18px!important}.learning-actions{width:100%;justify-content:stretch;display:grid;grid-template-columns:1fr 1fr}.learning-actions .badge{grid-column:1/-1;width:max-content}.learning-actions .button{justify-content:center}.learning-row{grid-template-columns:1fr 56px}.learning-row>div:first-child{grid-column:1/-1;display:flex;justify-content:space-between;gap:12px}.learning-row p{grid-column:1}.learning-row>div:last-child{grid-column:2;grid-row:2}.deterministic-help{margin-left:0}.text-help{position:static;margin:8px 0 0 44px}}
.runtime-config-panel{display:grid;grid-template-columns:minmax(220px,1fr) minmax(280px,1.4fr) auto;gap:14px;align-items:end;margin:16px 0 18px;padding:16px;border:1px solid #dce5ef;border-radius:14px;background:#f8fbff}.runtime-config-panel span{display:block;font-size:9px;font-weight:800;letter-spacing:.1em;color:#667a90}.runtime-config-panel b{display:block;margin-top:5px;font-size:15px;color:#12375f}.runtime-config-panel small{display:block;margin-top:3px;color:#7a8999;font-size:10px}.runtime-config-panel label{font-size:11px;font-weight:700;color:#486079}.runtime-config-panel input{display:block;width:100%;box-sizing:border-box;margin-top:6px;padding:10px 11px;border:1px solid #ccd8e5;border-radius:9px;background:#fff;font:500 13px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;color:#193957}
@media(max-width:720px){.runtime-config-panel{grid-template-columns:1fr}.runtime-config-panel .button{width:100%;justify-content:center}}


/* v1.15.2 product-led portal: Google/Azure-quality hierarchy, distinct PQA identity */
:root{--pqa-content:1160px;--pqa-copy:760px;--pqa-blue:#1769e0;--pqa-blue-dark:#0a4fb3;--pqa-soft:#f4f8ff;--pqa-text:#182331}
body{font-size:16px;line-height:1.6;background:#fff;color:var(--pqa-text)}
.main-shell{background:#fff}.bank-header{border-bottom:1px solid #e7ebf0;box-shadow:none}.bank-utility,.bank-nav-row,main,.product-hero,.experience-tabs,footer{width:min(calc(100% - 40px),var(--pqa-content));margin-left:auto!important;margin-right:auto!important}
.bank-nav a{font-size:14px;font-weight:650;letter-spacing:-.01em}.bank-brand b{font-size:19px}.bank-brand small{font-size:11px}.bank-signin{border-radius:999px!important}
.product-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:72px;align-items:center;padding:76px 0 48px;background:#fff}.hero-copy{max-width:780px}.product-hero h1{max-width:760px;margin:8px 0 18px;font-size:clamp(44px,5vw,68px);font-weight:620;line-height:1.03;letter-spacing:-.055em;color:#17212d}.hero-lead{max-width:720px;margin:0;font-size:20px;line-height:1.55;color:#536174}.hero-actions{display:flex;gap:12px;margin-top:28px}.hero-cta{min-height:48px;padding:0 22px!important;border-radius:999px!important;font-size:15px!important}.hero-proof{display:flex;gap:34px;margin-top:34px}.hero-proof span{display:grid}.hero-proof b{font-size:15px;color:#233247}.hero-proof small{font-size:12px;color:#7a8797}.hero-product-card{padding:26px;border:1px solid #dfe6ef;border-radius:24px;background:linear-gradient(145deg,#fbfdff,#f4f8ff);box-shadow:0 24px 55px rgba(18,52,91,.10)}.hero-product-top{display:flex;align-items:flex-end;justify-content:space-between}.hero-product-top span{font-size:10px;font-weight:800;letter-spacing:.12em;color:#65778c}.hero-product-top b{font-size:52px;line-height:1;color:#125ec7;letter-spacing:-.06em}.hero-product-bars{display:grid;gap:9px;margin:24px 0}.hero-product-bars i{display:block;height:8px;border-radius:999px;background:linear-gradient(90deg,#1a6ee4 72%,#dbe6f5 72%)}.hero-product-bars i:nth-child(1){background:linear-gradient(90deg,#1a6ee4 92%,#dbe6f5 92%)}.hero-product-bars i:nth-child(2){background:linear-gradient(90deg,#1a6ee4 78%,#dbe6f5 78%)}.hero-product-bars i:nth-child(3){background:linear-gradient(90deg,#1a6ee4 66%,#dbe6f5 66%)}.hero-product-message{padding-top:20px;border-top:1px solid #dce5ef}.hero-product-message span,.hero-product-message small{display:block;color:#748397;font-size:11px}.hero-product-message b{display:block;margin:5px 0 4px;font-size:15px;color:#233a55}
.experience-tabs{padding:0!important;margin-bottom:32px;border:0!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}.experience-tablist{display:flex;gap:4px;overflow:auto;border-bottom:1px solid #dce3eb}.experience-tab{appearance:none;border:0;border-bottom:3px solid transparent;background:transparent;padding:15px 18px 13px;color:#5f6d7d;font-size:14px;font-weight:650;white-space:nowrap;cursor:pointer}.experience-tab.active{color:#145fc8;border-bottom-color:#1769e0}.experience-panel{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(220px,.6fr);gap:30px;align-items:end;padding:34px 18px 10px}.experience-panel h2{margin:4px 0 8px;max-width:700px;font-size:32px;line-height:1.14;letter-spacing:-.035em}.experience-panel p:not(.eyebrow){margin:0;max-width:720px;color:#607084;font-size:16px}.experience-panel>a{justify-self:end;color:#145fc8;font-size:14px;font-weight:750}
main{display:grid;gap:28px!important;padding-bottom:70px}.surface{border-color:#e2e8f0;border-radius:20px;box-shadow:none}.analysis-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:22px!important}.input-panel,.result-panel{padding:30px!important}.section-title h2,.result-header h2,.wallet-head h2{font-size:24px!important;letter-spacing:-.03em}.input-panel textarea#prompt{min-height:240px;font-size:15.5px;line-height:1.6}.button{border-radius:999px!important;font-weight:680!important}.button.primary{background:#1769e0!important}.button.primary:hover{background:#0e5bc7!important}
.doc-uploader{margin-top:18px}.doc-uploader .subhead{align-items:center}.auth-benefit{padding:5px 9px;border-radius:999px;background:#fff4dd;color:#855200;font-size:10px;font-weight:800;letter-spacing:.04em}.auth-benefit.unlocked{background:#e9f7ef;color:#0a744c}.dropzone{min-height:118px;display:grid;place-items:center;text-align:center;padding:22px!important;border:1px dashed #b9c9da!important;background:#f8fbff!important}.dropzone b{font-size:15px;color:#1f3b5c}.dropzone span{max-width:560px;font-size:12.5px;color:#66788d}.dropzone small{font-weight:750;color:#1769e0}.dropzone.doc-locked{cursor:pointer;background:linear-gradient(145deg,#fbfcfe,#f5f8fc)!important}.dropzone.doc-locked:before{content:"🔒";font-size:19px}
.plan-strip{padding:22px 26px!important}.quota-balance{min-width:150px}.account-portal,.learn-panel,.learning-report,.transactions{padding:30px!important}.section-lead{max-width:760px;margin:-8px 0 20px;color:#65758a}.pricing-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-top:26px;padding-top:24px;border-top:1px solid #e5eaf0}.pricing-intro h3{margin:3px 0 5px;font-size:25px;letter-spacing:-.035em}.pricing-intro p{margin:0;color:#6a7889}.billing-cycle-toggle{display:flex;padding:4px;border:1px solid #d8e0e9;border-radius:999px;background:#f7f9fc}.billing-cycle-toggle button{border:0;border-radius:999px;background:transparent;padding:9px 15px;color:#637286;font-size:12px;font-weight:700;cursor:pointer}.billing-cycle-toggle button.active{background:#fff;color:#145fc8;box-shadow:0 1px 4px rgba(20,55,90,.14)}.billing-cycle-toggle span{margin-left:4px;color:#0a8f61;font-size:10px}.price-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px!important}.price-card{min-height:230px!important;padding:24px!important;border-radius:20px!important}.price-card.featured{border-color:#82b1ef!important;box-shadow:0 14px 34px rgba(23,105,224,.09)!important}.price-card em{position:absolute;right:18px;top:17px;font-style:normal;font-size:9px;font-weight:850;letter-spacing:.07em;color:#1769e0}.price-card>b{font-size:34px!important}.price-card small{font-size:12px}.price-actions{display:flex;gap:8px}.learn-panel{background:linear-gradient(135deg,#fbfdff,#f4f8ff)!important}.learning-report{border-color:#cfdcf0!important}.metric-card{background:#fff}
#diagnostics{scroll-margin-top:120px}.owner-nav{color:#9b5d00!important}
@media(max-width:900px){.product-hero{grid-template-columns:1fr;gap:30px;padding-top:52px}.hero-product-card{max-width:540px}.experience-panel{grid-template-columns:1fr}.experience-panel>a{justify-self:start}.analysis-layout{grid-template-columns:1fr!important}.pricing-intro{align-items:flex-start;flex-direction:column}.price-grid{grid-template-columns:1fr}.hero-proof{flex-wrap:wrap}}
@media(max-width:720px){.bank-utility,.bank-nav-row,main,.product-hero,.experience-tabs,footer{width:min(calc(100% - 28px),var(--pqa-content))}.product-hero{padding:34px 0 26px}.product-hero h1{font-size:39px}.hero-lead{font-size:17px}.hero-actions{display:grid}.hero-cta{width:100%;justify-content:center}.hero-proof{gap:18px}.hero-product-card{padding:20px}.experience-tablist{margin-left:-14px;margin-right:-14px;padding-left:14px}.experience-panel{padding:26px 2px 4px}.experience-panel h2{font-size:26px}.input-panel,.result-panel,.account-portal,.learn-panel,.learning-report,.transactions{padding:19px!important}.pricing-intro h3{font-size:22px}.billing-cycle-toggle{width:100%}.billing-cycle-toggle button{flex:1}.price-grid{display:flex!important}.price-card{flex:0 0:min(86vw,330px)}.doc-uploader .subhead{display:flex;gap:10px}.bank-nav a:nth-of-type(n+6){display:none}}

/* v1.15.2 language-safe interaction system
   Controls are sized by content, not by English copy. This protects EN/PT/FR
   alignment across desktop, tablet and mobile without weakening the visual hierarchy. */
:root{
  --control-min-h:44px;
  --control-compact-h:38px;
  --control-radius:999px;
  --control-px:20px;
  --control-py:10px;
  --control-leading:1.25;
}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%}
button,a,input,select,textarea{font:inherit}

/* Global interactive text geometry */
.button,
.hero-cta,
.billing-cycle-toggle button,
.experience-tab,
.admin-card-actions button,
.learning-actions button,
.conversion-actions .button,
.oauth-grid .button,
.account-actions .button,
.price-actions .button{
  box-sizing:border-box!important;
  min-width:0;
  max-width:100%;
  min-height:var(--control-min-h)!important;
  height:auto!important;
  padding-block:var(--control-py)!important;
  padding-inline:var(--control-px)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.42em;
  text-align:center!important;
  font-weight:700!important;
  line-height:var(--control-leading)!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
  vertical-align:middle;
}
.button.compact{
  min-height:var(--control-compact-h)!important;
  padding-block:8px!important;
  padding-inline:15px!important;
  line-height:1.25!important;
}
.hero-cta{
  min-height:50px!important;
  padding-block:12px!important;
  padding-inline:24px!important;
  font-size:15px!important;
}

/* Header/navigation preserve rhythm while safely accommodating localized copy. */
.bank-nav a{
  box-sizing:border-box;
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding-block:10px!important;
  line-height:1.2!important;
  white-space:nowrap;
}
.bank-signin.account-chip{
  min-height:48px!important;
  height:auto!important;
  line-height:1.2!important;
}
.account-chip span,.account-chip small{line-height:1.2!important}
.pqa-language-switcher{align-items:center}
.pqa-lang-button{
  box-sizing:border-box;
  min-height:32px;
  height:32px!important;
  line-height:1!important;
  white-space:nowrap;
}

/* Tabs may be longer in Portuguese/French; horizontal scrolling is preferable to clipping. */
.experience-tablist{
  scrollbar-width:thin;
  scroll-snap-type:x proximity;
  overscroll-behavior-inline:contain;
}
.experience-tab{
  min-height:51px!important;
  flex:0 0 auto;
  scroll-snap-align:start;
  padding:13px 18px 12px!important;
  line-height:1.25!important;
  white-space:nowrap!important;
}

/* Pricing cycle is allowed to grow vertically rather than clip translations. */
.billing-cycle-toggle{align-items:stretch;max-width:100%}
.billing-cycle-toggle button{
  min-height:40px!important;
  padding:9px 16px!important;
  line-height:1.2!important;
}
.billing-cycle-toggle span{line-height:1.2}

/* Keep action groups balanced when translations are longer. */
.hero-actions,.price-actions,.conversion-actions,.account-actions,.export-actions,.learning-actions,.admin-card-actions{
  align-items:stretch;
}
.price-actions .button{flex:1 1 0;min-width:96px}
.oauth-grid .button{min-width:0}

/* Prevent headings/labels from forcing horizontal expansion in localized layouts. */
.section-title,.result-header,.pricing-intro,.wallet-head,.subhead,.plan-strip,.bank-utility,.bank-nav-row{min-width:0}
.section-title>*,.result-header>*,.pricing-intro>*,.wallet-head>*,.plan-strip>*{min-width:0}
h1,h2,h3,h4,p,li,label,.hero-product-message b,.experience-panel a{overflow-wrap:break-word}

/* Mobile: make every primary action thumb-safe and translation-safe. */
@media(max-width:720px){
  .hero-actions{gap:10px!important}
  .hero-cta,.actionrow .button.primary,.conversion-actions .button,.oauth-grid .button{
    width:100%!important;
    min-height:50px!important;
    padding-block:12px!important;
    padding-inline:18px!important;
  }
  .actionrow{grid-template-columns:minmax(0,1fr) auto!important;align-items:stretch}
  .actionrow .button{min-width:0}
  .button.compact{min-height:40px!important}
  .billing-cycle-toggle button{min-height:44px!important;padding-inline:12px!important}
  .experience-tab{min-height:48px!important;padding-inline:16px!important}
  .bank-signin.account-chip{min-height:42px!important;padding-block:7px!important;padding-inline:12px!important}
}

/* Very narrow phones: action rows stack rather than squeeze translated labels. */
@media(max-width:390px){
  .actionrow{grid-template-columns:1fr!important}
  .actionrow .button{width:100%!important}
  .export-actions,.learning-actions,.admin-card-actions{grid-template-columns:1fr!important}
  .export-actions .button,.learning-actions .button,.admin-card-actions .button{grid-column:auto!important;width:100%!important}
}


/* v1.15.2 calibrated-result layout: translation-safe result metadata and dimensions */
.risk-stack>span{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
  column-gap:14px!important;
  row-gap:4px!important;
  min-width:0!important;
  min-height:52px!important;
  padding:12px 14px!important;
  line-height:1.4!important;
  white-space:normal!important;
}
.risk-stack>span>b{
  justify-self:end!important;
  align-self:start!important;
  white-space:nowrap!important;
  line-height:1.4!important;
  font-variant-numeric:tabular-nums!important;
}
.dim-label{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  align-items:start!important;
  gap:14px!important;
  min-width:0!important;
}
.dim-label span{
  min-width:0!important;
  overflow-wrap:break-word!important;
  word-break:normal!important;
  hyphens:auto!important;
  line-height:1.4!important;
}
.dim-label b{white-space:nowrap!important;line-height:1.4!important}
@media(max-width:560px){
  .risk-stack{grid-template-columns:1fr!important}
  .risk-stack>span{min-height:48px!important}
}

/* v1.16 focused, tabbed customer experience */
.workspace-hidden{display:none!important}
.admin-only-detail{display:none!important}
body.pqa-superadmin .admin-only-detail{display:block!important}
body.pqa-superadmin .two-col-blocks.admin-only-detail{display:grid!important}
body.pqa-superadmin .risk-stack .admin-only-detail{display:flex!important}
body.pqa-superadmin .audit-grid.admin-only-detail{display:grid!important}
body.pqa-superadmin .release-strip.admin-only-detail{display:grid!important}
body.pqa-superadmin .diagnostics.admin-only-detail{display:grid!important}
body.has-analysis .product-hero,body.has-analysis .experience-tabs{display:none!important}
body.has-analysis main{margin-top:24px!important}

/* Customer result: score + risk + recommended instruction first */
body:not(.pqa-superadmin) .risk-stack{grid-template-columns:1fr!important}
body:not(.pqa-superadmin) .result-panel{display:flex;flex-direction:column;justify-content:flex-start}
body:not(.pqa-superadmin) .result-panel .hero-score-row{margin-bottom:0!important}
body:not(.pqa-superadmin) .deterministic-notice{margin-top:18px}

/* RAG score system */
.hero-score,.metric-card,.risk-stack>span{transition:border-color .2s ease,background-color .2s ease,color .2s ease}
.hero-score.rag-red{background:#fff3f2!important;border:1px solid #f1b8b3!important}.hero-score.rag-red b{color:#b42318!important}
.hero-score.rag-amber{background:#fff9eb!important;border:1px solid #f2d28a!important}.hero-score.rag-amber b{color:#9a6700!important}
.hero-score.rag-green{background:#eefaf3!important;border:1px solid #a9ddbd!important}.hero-score.rag-green b{color:#147a45!important}
.risk-stack.risk-high>span:first-child{background:#fff3f2!important;border-color:#f1b8b3!important}.risk-stack.risk-high>span:first-child b{color:#b42318!important}
.risk-stack.risk-medium>span:first-child{background:#fff9eb!important;border-color:#f2d28a!important}.risk-stack.risk-medium>span:first-child b{color:#9a6700!important}
.risk-stack.risk-low>span:first-child{background:#eefaf3!important;border-color:#a9ddbd!important}.risk-stack.risk-low>span:first-child b{color:#147a45!important}
#scoreCard.rag-red{color:#b42318!important}#scoreCard.rag-amber{color:#9a6700!important}#scoreCard.rag-green{color:#147a45!important}

/* The normal customer journey is intentionally concise. */
body:not(.pqa-superadmin) .analysis-layout{align-items:start}
body:not(.pqa-superadmin) .improved-panel{margin-top:0}
body:not(.pqa-superadmin) .improved-panel textarea{min-height:220px;font-size:15px;line-height:1.58}
.bank-nav a{position:relative}
.bank-nav a.active:after{content:"";position:absolute;left:12px;right:12px;bottom:-13px;height:3px;background:#1769e0;border-radius:3px 3px 0 0}
@media(max-width:720px){.bank-nav a.active:after{bottom:-9px}.has-analysis .analysis-layout{margin-top:4px!important}}

/* v1.16.1 — always-visible live analysis progress */
.analysis-progress{margin-top:14px;padding:14px 15px 13px;border:1px solid #dce6f1;border-radius:14px;background:linear-gradient(180deg,#fbfdff 0%,#f7faff 100%);box-shadow:0 4px 16px rgba(17,42,75,.04)}
.analysis-progress-head{display:flex;align-items:center;justify-content:space-between;gap:16px;min-width:0}
.analysis-progress-head>span{font-size:11px;font-weight:800;letter-spacing:.035em;text-transform:uppercase;color:#60738b}
.analysis-progress-head>strong{min-width:0;max-width:58%;font-size:12px;line-height:1.35;color:#173d6d;text-align:right;overflow-wrap:anywhere}
.analysis-progress .progresswrap{margin-top:10px}
.analysis-progress .progress{height:9px;background:#e5ecf5;box-shadow:inset 0 0 0 1px rgba(111,135,163,.05)}
.analysis-progress .progress i{background:linear-gradient(90deg,#0b5bd3 0%,#2b83ee 70%,#58a7ff 100%);transition:width .35s ease}
.analysis-progress .progresswrap small{width:42px;text-align:right;font-size:11px;font-weight:800;color:#315577;font-variant-numeric:tabular-nums}
.analysis-progress-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:9px;color:#76879a;font-size:10px}
.analysis-progress-meta span{display:flex;align-items:baseline;gap:5px;white-space:nowrap}
.analysis-progress-meta b{color:#334c69;font-size:10px;font-variant-numeric:tabular-nums}
body:not(.pqa-superadmin) .analysis-progress-meta .admin-only-detail{display:none!important}
body.pqa-superadmin .analysis-progress-meta .admin-only-detail{display:flex!important}
@media(max-width:780px){.analysis-progress{padding:13px 14px}.analysis-progress-head{gap:10px}.analysis-progress-head>strong{max-width:62%;font-size:11px}.analysis-progress-meta{gap:12px}.analysis-progress .progresswrap{gap:9px}}
@media(max-width:390px){.analysis-progress-head{align-items:flex-start}.analysis-progress-head>strong{max-width:60%}.analysis-progress-meta{display:grid;grid-template-columns:1fr 1fr;gap:6px 12px}}

/* v1.17.0 — prompt-centered compact workspace and dedicated plans destination */
.product-hero,.experience-tabs{display:none!important}
body:not(.pqa-superadmin) main{gap:18px!important}
body[data-workspace="analyze"] main{padding-top:18px!important}
.analysis-layout{grid-template-columns:minmax(0,1.22fr) minmax(340px,.78fr)!important;gap:18px!important}
.analysis-output-stack{display:grid;gap:18px;min-width:0;align-content:start}
.input-panel,.result-panel,.improved-panel{padding:22px!important}
.analyzer-title{align-items:flex-start!important;margin-bottom:14px!important}.composer-lead{margin:5px 0 0;color:#6b7c90;font-size:13px;font-weight:500;line-height:1.45}
.composer-toolbar{display:flex;justify-content:flex-end;margin-bottom:10px}.composer-toolbar label{display:flex!important;align-items:center;gap:8px;margin:0!important;font-size:11px!important;color:#718196!important}.composer-toolbar select{width:auto!important;min-width:190px!important;padding:8px 34px 8px 11px!important;font-size:12px!important}
.prompt-field{margin:0!important}.input-panel textarea#prompt{min-height:230px!important;resize:vertical}
.analyzer-options{margin-top:10px;border:1px solid #e1e7ef;border-radius:13px;background:#fbfcfe;overflow:hidden}.analyzer-options summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;cursor:pointer;color:#33475f;font-size:12px;font-weight:750}.analyzer-options summary::-webkit-details-marker{display:none}.analyzer-options summary:after{content:"+";margin-left:auto;font-size:17px;line-height:1;color:#647891}.analyzer-options[open] summary:after{content:"−"}.analyzer-options summary small{font-size:10px;font-weight:700;color:#7d8da0}.analyzer-options-body{display:grid;gap:12px;padding:0 13px 13px;border-top:1px solid #e8edf3}.analyzer-options-body>label:first-child{padding-top:12px}
.input-panel .privacy{margin:10px 0 0;font-size:9.5px;line-height:1.35;color:#8a97a7}
.result-panel{min-height:0!important}.result-header{margin-bottom:12px!important}.hero-score-row{grid-template-columns:minmax(150px,.75fr) minmax(0,1fr)!important;gap:12px!important}.hero-score{padding:15px!important;min-height:108px!important}.hero-score b{font-size:52px!important}.hero-score small{font-size:9px!important}.risk-stack>span{min-height:50px!important;padding:11px!important}.deterministic-notice{margin-top:12px!important}
.improved-panel textarea{min-height:220px!important;max-height:360px!important;font-size:14px!important;line-height:1.52!important}.improved-panel .section-title{align-items:flex-start!important}.export-actions{gap:6px!important}.export-actions .button{padding:7px 10px!important;font-size:10px!important}
.rag-neutral{color:#64748b!important}.hero-score.rag-neutral{background:#f8fafc!important;border:1px solid #e2e8f0!important}.hero-score.rag-neutral b{color:#64748b!important}

.plans-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:28px;align-items:center;padding:22px 4px 2px}.plans-heading h1{margin:5px 0 10px;max-width:720px;font-size:40px;line-height:1.08;letter-spacing:-.045em;color:#172840}.plans-heading>p:last-child{max-width:690px;margin:0;color:#66768a;font-size:16px;line-height:1.55}.current-plan-card{display:grid;grid-template-columns:1fr auto;gap:12px 18px;align-items:center;padding:20px;border:1px solid #dce4ee;border-radius:22px;background:linear-gradient(145deg,#fff,#f7faff)}.current-plan-card>div:first-child span{font-size:9px;font-weight:850;letter-spacing:.12em;color:#6a7d93}.current-plan-card h2{margin:4px 0;font-size:22px;color:#173d6d}.current-plan-card p{margin:0;color:#748397;font-size:11px}.current-plan-card .quota-balance{grid-row:1/span 2;grid-column:2;min-width:145px}.current-plan-card>button{justify-self:start}
.account-portal{padding:24px!important}.plans-controls{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding-bottom:18px;border-bottom:1px solid #e8edf3}.plans-controls .billing-picker{margin:0!important;display:grid!important;grid-template-columns:minmax(190px,250px) minmax(0,1fr)!important;align-items:end;gap:10px!important;max-width:650px}.plans-controls .billing-picker p{margin:0 0 3px!important;font-size:11px}.pricing-intro{margin:20px 0 14px!important;padding:0!important;border:0!important}.pricing-intro h3{font-size:25px!important}.price-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:14px!important}.price-card{position:relative;display:flex!important;flex-direction:column;min-height:390px!important;padding:22px!important;border:1px solid #dfe6ef!important;border-radius:22px!important;background:#fff!important}.price-card.featured{border-color:#87afe8!important;box-shadow:0 10px 30px rgba(23,105,224,.08)!important}.price-card.is-current{border-color:#1769e0!important;box-shadow:inset 0 0 0 1px #1769e0!important}.price-card em,.current-plan-pill{position:absolute;top:14px;right:14px;border-radius:999px;padding:5px 8px;background:#eef5ff;color:#1769e0;font-size:8.5px;font-style:normal;font-weight:850;letter-spacing:.06em}.current-plan-pill{left:14px;right:auto;background:#eaf8ef;color:#157347}.price-card-head{padding-top:12px}.price-card-head .plan-kicker{font-size:9px;font-weight:800;letter-spacing:.12em;color:#6b7d91}.price-card-head h3{margin:5px 0 6px;font-size:20px;color:#172840}.price-card-head p{min-height:48px;margin:0;color:#68798e;font-size:12px;line-height:1.45}.price-line{display:grid;gap:1px;margin:18px 0 14px}.price-line b{font-size:31px;letter-spacing:-.04em;color:#172840}.price-line small{color:#748499;font-size:11px}.plan-feature-list{display:grid;gap:9px;margin:0 0 18px;padding:0;list-style:none;color:#3e5067;font-size:12px}.plan-feature-list li:before{content:"✓";margin-right:8px;color:#1769e0;font-weight:850}.price-actions{margin-top:auto}.price-actions .button{flex:1;justify-content:center}.plan-baseline{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin:16px 0 0;padding:13px 15px;border-radius:14px;background:#f7f9fc;color:#5f7084;font-size:11px}.plan-baseline>span:first-child{font-weight:750;color:#354960}.account-section{margin-top:22px;padding-top:22px;border-top:1px solid #e8edf3}.account-auth{margin-top:12px!important}.billing-admin{margin-top:22px!important}

@media(max-width:1050px){.analysis-layout{grid-template-columns:1fr!important}.analysis-output-stack{grid-template-columns:minmax(0,.72fr) minmax(0,1.28fr)}.plans-hero{grid-template-columns:1fr}.price-grid{grid-template-columns:repeat(3,minmax(260px,1fr))!important;overflow-x:auto;padding-bottom:10px;scroll-snap-type:x mandatory}.price-card{scroll-snap-align:start}.current-plan-card{max-width:680px}}
@media(max-width:720px){.bank-nav{width:100%;min-width:0!important;justify-content:space-between}.bank-nav a{flex:1;justify-content:center;padding-left:8px!important;padding-right:8px!important}.analysis-output-stack{grid-template-columns:1fr}.input-panel,.result-panel,.improved-panel{padding:17px!important}.composer-toolbar{justify-content:stretch}.composer-toolbar label{width:100%;justify-content:space-between}.composer-toolbar select{min-width:0!important;width:64%!important}.input-panel textarea#prompt{min-height:210px!important}.input-panel .privacy{display:none}.plans-hero{padding:8px 0 0;gap:16px}.plans-heading h1{font-size:31px}.plans-heading>p:last-child{font-size:14px}.current-plan-card{grid-template-columns:1fr;padding:16px}.current-plan-card .quota-balance{grid-column:auto;grid-row:auto;width:100%}.account-portal{padding:17px!important}.plans-controls{align-items:stretch;flex-direction:column}.plans-controls .billing-picker{grid-template-columns:1fr!important;max-width:none;width:100%}.billing-cycle-toggle{width:100%}.price-grid{grid-template-columns:none!important;display:flex!important;margin-right:-17px;padding-right:17px}.price-card{flex:0 0:min(86vw,330px)!important;min-height:370px!important}.plan-baseline{display:grid;gap:8px}.mobile-nav{display:grid!important;grid-template-columns:repeat(4,1fr)!important}}

/* v1.18.1 — Google One-inspired PQA plans experience + resilient catalog + aligned width */
body[data-workspace="plans"] main{width:min(var(--pqa-content),calc(100% - 40px))!important;max-width:var(--pqa-content)!important;padding-top:26px!important;gap:16px!important}
.plans-page{padding:0 0 4px;background:#fff}
.plans-page-header{text-align:center;max-width:840px;margin:0 auto 18px}
.plans-page-header .eyebrow{margin-bottom:6px}
.plans-page-header h1{margin:0;color:#181f2b;font-size:clamp(30px,3.2vw,44px);font-weight:560;line-height:1.12;letter-spacing:-.045em}
.plans-page-subtitle{max-width:760px;margin:10px auto 0;color:#536174;font-size:15px;line-height:1.55}
.plans-page-fineprint{margin:7px auto 0;color:#7a8796;font-size:10px;line-height:1.4}
.plans-purchase-controls{position:relative;display:flex;justify-content:center;align-items:flex-start;min-height:72px;margin:12px 0 16px}
.billing-cycle-block{display:grid;justify-items:center;gap:7px}
.billing-cycle-block>small{color:#16743b;font-size:10px;font-weight:700}
.billing-cycle-toggle{min-width:244px;padding:3px!important;border:0!important;background:#eef2f7!important;box-shadow:none!important}
.billing-cycle-toggle button{min-width:118px;min-height:38px;padding:8px 18px!important;color:#3d4755!important;font-size:11px!important;font-weight:650!important;border-radius:999px!important}
.billing-cycle-toggle button.active{background:#1665d8!important;color:#fff!important;box-shadow:none!important}
.plan-country{position:absolute;right:0;top:0;width:205px;gap:4px!important;color:#556579!important;font-size:10px!important;font-weight:700!important}
.plan-country select{min-height:38px!important;padding:6px 28px 6px 10px!important;border-radius:10px!important;font-size:11px!important}
.plan-country span{color:#8995a4;font-size:8.5px;font-weight:500;line-height:1.35}
.price-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:12px!important;margin:0!important;align-items:stretch}
.price-card{position:relative;display:flex!important;flex-direction:column;min-height:535px!important;padding:18px 19px 16px!important;border:1px solid #cfd5dc!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important;overflow:hidden}
.price-card.featured{border:2px solid #1a73e8!important;padding:17px 18px 15px!important;box-shadow:none!important}
.price-card.is-current{box-shadow:inset 0 0 0 1px #1a73e8!important}
.price-card-loading{min-height:250px!important;opacity:.72}
.price-card em,.current-plan-pill{position:absolute;top:11px;right:13px;z-index:1;padding:0!important;border-radius:0!important;background:transparent!important;color:#1266d5!important;font-size:8.5px!important;font-style:normal!important;font-weight:800!important;letter-spacing:.04em!important;text-transform:uppercase}
.current-plan-pill{left:13px;right:auto;color:#16743b!important}
.price-card.is-current .price-card-head{padding-top:16px!important}
.price-card-head{padding-top:0!important}
.price-card-head .plan-kicker{display:block;margin-bottom:5px;color:#1a73e8!important;font-size:8px!important;font-weight:750!important;letter-spacing:.04em!important}
.price-card-head h3{margin:0 0 6px!important;color:#202124!important;font-size:19px!important;font-weight:520!important;letter-spacing:-.02em!important;line-height:1.2}
.price-card-head p{min-height:42px!important;margin:0!important;color:#5f6368!important;font-size:11px!important;line-height:1.45!important}
.price-line{display:grid!important;gap:1px!important;margin:14px 0 12px!important}
.price-line>div{display:flex;align-items:baseline;gap:3px;flex-wrap:wrap}
.price-line b{color:#202124!important;font-size:30px!important;font-weight:580!important;letter-spacing:-.035em!important;line-height:1.1}
.price-line>div small{color:#3c4043!important;font-size:11px!important;font-weight:500}
.price-line>span{color:#68717d;font-size:9.5px}
.annual-save-badge{width:max-content;margin-top:3px;padding:3px 7px;border-radius:999px;background:#e6f4ea;color:#137333!important;font-size:8.5px!important;font-weight:750!important}
.plan-primary-cta{width:100%;min-height:41px!important;justify-content:center!important;margin:2px 0 0!important;background:#1769dc!important;border-color:#1769dc!important;box-shadow:none!important;font-size:11px!important}
.plan-primary-cta:disabled{background:#edf2f7!important;border-color:#d9e1ea!important;color:#6e7c8e!important;opacity:1!important}
.plan-pix-link{appearance:none;border:0;background:transparent;margin:5px auto 0;padding:2px 4px;color:#1266d5;font-size:9.5px;font-weight:700;cursor:pointer}.plan-checkout-note{display:block!important;min-height:26px;margin:6px 2px 0!important;color:#6f7b8a!important;font-size:8.5px!important;line-height:1.35!important;text-align:center}
.plan-lead{margin:13px 0 8px;color:#343a40;font-size:10.5px;font-weight:650;line-height:1.4}
.plan-feature-list{display:grid!important;gap:10px!important;margin:0!important;padding:0!important;list-style:none!important;color:#3c4043!important;font-size:10.5px!important;line-height:1.35!important}
.plan-feature-list li{display:grid;grid-template-columns:15px minmax(0,1fr);gap:7px;align-items:start}
.plan-feature-list li:before{content:none!important}
.plan-check{color:#3c4043;font-size:12px;font-weight:800;line-height:1.1}
.plan-card-divider{margin:14px 0 10px;padding-top:12px;border-top:1px solid #d9dde2;color:#3c4043;font-size:9.5px;font-weight:650;line-height:1.35}
.plan-feature-list.secondary{gap:9px!important}
.plan-feature-list.secondary li:nth-child(n+3){display:none}
.price-card.show-all-benefits .plan-feature-list.secondary li{display:grid}
.plan-benefits-link{appearance:none;margin:auto auto 0;padding:11px 0 0;border:0;background:transparent;color:#1266d5;font-size:9.5px;font-weight:700;text-decoration:underline;cursor:pointer}
.current-plan-bar{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:18px;align-items:center;margin-top:12px;padding:13px 16px;border:1px solid #d7dce2;border-radius:12px;background:#fff}
.current-plan-copy>span{display:block;color:#748094;font-size:8px;font-weight:800;letter-spacing:.08em}
.current-plan-copy h2{display:inline;margin:0 8px 0 0;color:#253349;font-size:13px;font-weight:700}
.current-plan-copy p{display:inline;margin:0;color:#7d8897;font-size:9.5px}
.current-plan-bar .quota-balance{min-width:130px;padding:8px 12px!important;border-radius:10px!important;background:#f7f9fc!important}
.current-plan-bar .quota-balance span{font-size:7.5px!important}.current-plan-bar .quota-balance b{font-size:16px!important}.current-plan-bar .quota-balance small{font-size:8px!important}
.current-plan-bar .button{min-height:34px!important;padding:7px 12px!important;font-size:10px!important}
.plan-assurances{display:flex;justify-content:center;gap:28px;flex-wrap:wrap;padding:10px 4px 0;color:#667386;font-size:9px}
.account-portal{position:relative!important;overflow:visible!important;padding:14px 0 0!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important}
.account-portal:before{display:none!important}
.account-portal-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0 10px;border-top:1px solid #e1e5ea}
.account-portal-heading h2{margin:1px 0 0;color:#253349;font-size:15px;letter-spacing:-.015em}
.account-auth{margin:0!important;padding:14px 16px!important;border-radius:12px!important;background:#f8faff!important;box-shadow:none!important}
.account-auth h3{font-size:13px!important}.account-auth p{font-size:10px!important}.oauth-grid .button{min-height:36px!important;padding:8px 13px!important;font-size:10px!important}
.account-signed-in{padding-bottom:6px}
.account-summary{margin-top:0!important;grid-template-columns:1.5fr repeat(3,1fr)!important;border-radius:12px!important}
.account-summary>div{padding:11px 13px!important}.account-summary b{margin-top:3px!important;font-size:11px!important}.account-summary small{font-size:8.5px!important}
.account-transparency{gap:8px!important;margin-top:8px!important}.account-transparency>div{padding:10px 13px!important;border-radius:10px!important}.account-transparency b{margin-top:3px!important;font-size:13px!important}
.account-actions{margin-top:8px!important}.account-actions .button{min-height:34px!important;font-size:10px!important}
.account-ledger-disclosure{margin-top:8px;border:1px solid #e1e6ec;border-radius:10px;background:#fff}
.account-ledger-disclosure summary{cursor:pointer;padding:9px 12px;color:#526174;font-size:9.5px;font-weight:700}
.account-ledger{grid-template-columns:1fr 1fr!important;gap:8px!important;margin:0!important;padding:0 9px 9px}.account-ledger>div{padding:11px 12px!important;border-radius:9px!important}.account-ledger h4{font-size:10px!important}.account-ledger p{padding:7px 0!important;font-size:9px!important}
.billing-admin{margin-top:16px!important;padding:14px;border:1px solid #e1e6ec;border-radius:12px}

@media(max-width:1050px){
  body[data-workspace="plans"] main{width:calc(100% - 36px)!important;max-width:var(--pqa-content)!important}
  .plans-purchase-controls{justify-content:flex-start;gap:18px;align-items:flex-end}
  .billing-cycle-block{justify-items:start}
  .plan-country{position:static;margin-left:auto}
  .price-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;overflow:visible;padding:0!important}
  .price-card{scroll-snap-align:none}
}
@media(max-width:720px){
  body[data-workspace="plans"] main{width:calc(100% - 24px)!important;padding-top:16px!important}
  .plans-page-header{margin-bottom:14px;text-align:left}
  .plans-page-header h1{font-size:30px}.plans-page-subtitle{font-size:13px}.plans-page-fineprint{font-size:9px}
  .plans-purchase-controls{display:grid;min-height:0;margin-bottom:13px;gap:10px}
  .billing-cycle-block{justify-items:stretch}.billing-cycle-toggle{width:100%!important;min-width:0}.billing-cycle-toggle button{flex:1;min-width:0}
  .plan-country{position:static;width:100%;margin:0}.plan-country span{display:none}
  .price-grid{display:flex!important;grid-template-columns:none!important;margin-right:-12px!important;padding-right:12px!important;gap:10px!important}
  .price-card{flex:0 0:min(88vw,340px)!important;min-height:510px!important}
  .current-plan-bar{grid-template-columns:1fr auto;gap:10px}.current-plan-bar .quota-balance{grid-row:1/span 2;grid-column:2}.current-plan-bar>button{justify-self:start}.current-plan-copy p{display:block;margin-top:3px}
  .plan-assurances{justify-content:flex-start;gap:7px 14px}
  .account-portal-heading{align-items:flex-start}.account-portal-heading .badge{display:none}
  .account-auth{grid-template-columns:1fr!important}.oauth-grid{display:grid!important;grid-template-columns:1fr 1fr}.oauth-grid .button:first-child{grid-column:1/-1}
  .account-summary{grid-template-columns:1fr 1fr!important}.account-summary>div{border-bottom:1px solid var(--line-2)}
  .account-transparency,.account-ledger{grid-template-columns:1fr!important}
}


/* v1.18.3 — dedicated owner admin center + resilient billing management */
.account-menu-wrap{position:relative;display:flex;align-items:center}
.account-chip{cursor:pointer;text-align:left}
.account-menu{position:absolute;right:0;top:calc(100% + 9px);z-index:90;width:245px;padding:8px;border:1px solid #d9e1ea;border-radius:14px;background:#fff;box-shadow:0 18px 48px rgba(10,34,66,.18)}
.account-menu-identity{display:grid;gap:2px;padding:9px 10px 10px;border-bottom:1px solid #e8edf3;margin-bottom:5px}.account-menu-identity b{font-size:12px;color:#172840}.account-menu-identity small{overflow:hidden;text-overflow:ellipsis;color:#77879a;font-size:9px}.account-menu-identity span{width:max-content;margin-top:4px;padding:3px 7px;border-radius:999px;background:#eef5ff;color:#1769e0;font-size:8px;font-weight:800;text-transform:uppercase}
.account-menu>button{width:100%;padding:9px 10px;border:0;border-radius:9px;background:transparent;color:#2f4158;text-align:left;font:inherit;font-size:10.5px;font-weight:700;cursor:pointer}.account-menu>button:hover,.account-menu>button:focus-visible{background:#f2f6fb;outline:none}.account-menu>button:last-child{color:#9b2c2c}
.auth-overlay{position:fixed;inset:0;z-index:220;display:grid;place-items:center;padding:20px;background:rgba(4,18,38,.48);backdrop-filter:blur(4px)}
.auth-dialog-card{position:relative;width:min(440px,100%);padding:27px;border:1px solid #dbe4ee;border-radius:20px;background:#fff;box-shadow:0 24px 80px rgba(3,22,48,.25)}.auth-dialog-card h2{margin:4px 0 8px;color:#172840;font-size:24px;letter-spacing:-.035em}.auth-dialog-card>p.muted{margin:0 0 18px;line-height:1.55}.auth-dialog-card>small{display:block;margin-top:14px;color:#78889b;font-size:9px;text-align:center}.auth-dialog-close{position:absolute;right:13px;top:11px;width:34px;height:34px;border:0;border-radius:50%;background:#f4f7fa;color:#536579;font-size:21px;cursor:pointer}.auth-provider-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.auth-provider-grid .button:first-child{grid-column:1/-1;justify-content:center}.auth-provider-grid .button{justify-content:center}.auth-open{overflow:hidden}
.owner-config-map{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0 14px}.owner-config-map>div{padding:10px 12px;border:1px solid #e1e7ef;border-radius:10px;background:#f8faff}.owner-config-map b{display:block;margin-bottom:3px;color:#31455f;font-size:10px}.owner-config-map span{color:#6f8094;font-size:9px;line-height:1.45}.owner-config-map code{font-size:8.5px}
@media(max-width:720px){.account-menu{position:fixed;right:12px;top:62px;width:min(290px,calc(100vw - 24px))}.auth-dialog-card{padding:23px 18px}.auth-provider-grid{grid-template-columns:1fr}.auth-provider-grid .button:first-child{grid-column:auto}.owner-config-map{grid-template-columns:1fr}}


/* v1.18.3 — dedicated owner administration workspace */
.admin-header-link{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#fff;text-decoration:none;font-size:10px;font-weight:800;letter-spacing:.03em;background:rgba(255,255,255,.07);transition:.16s ease}
.admin-header-link:hover,.admin-header-link.active{background:#fff;color:#0b2548;border-color:#fff}
.admin-center{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
.admin-center-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;padding:24px 26px;border:1px solid #dce4ee;border-radius:18px 18px 0 0;background:linear-gradient(120deg,#f8fbff,#fff)}
.admin-center-head h1{margin:4px 0 6px;font-size:28px;letter-spacing:-.035em;color:#18283d}.admin-center-head p:not(.eyebrow){max-width:760px;margin:0;color:#63758b;line-height:1.55}
.admin-tabs{display:flex;gap:5px;padding:8px;border:1px solid #dce4ee;border-top:0;background:#fff;overflow-x:auto}.admin-tabs a{flex:none;padding:10px 14px;border-radius:10px;color:#53657b;text-decoration:none;font-size:11px;font-weight:780}.admin-tabs a:hover{background:#f3f6fa}.admin-tabs a.active{background:#eaf2ff;color:#0d5dcc}
.admin-overview{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding-top:14px}.admin-pane{display:none!important}.admin-pane.admin-pane-active{display:grid!important}.billing-admin.admin-pane.admin-pane-active,.reliability-admin.admin-pane.admin-pane-active{display:block!important}.diagnostics.admin-pane.admin-pane-active{display:grid!important}
.admin-feature-card{display:flex;flex-direction:column;min-height:150px;padding:19px;border:1px solid #dce4ee;border-radius:16px;background:#fff;color:inherit;text-decoration:none;box-shadow:0 4px 14px rgba(13,43,78,.035)}.admin-feature-card:hover{border-color:#a9c5e7;box-shadow:0 10px 28px rgba(13,85,168,.08)}.admin-feature-card>span{font-size:8px;font-weight:850;letter-spacing:.11em;color:#67809a}.admin-feature-card>b{margin-top:8px;font-size:16px;color:#18314e}.admin-feature-card>p{margin:7px 0 14px;color:#65778d;font-size:11px;line-height:1.55}.admin-feature-card>em{margin-top:auto;color:#1264cf;font-size:10px;font-style:normal;font-weight:780}.admin-feature-static{background:#f8fafc}.admin-feature-static>em{color:#6d7c8d}
body[data-workspace="admin"] main{width:min(var(--pqa-content),calc(100% - 40px))!important;max-width:var(--pqa-content)!important;padding-top:24px!important;gap:14px!important}.billing-admin.admin-view{margin:0!important}.reliability-admin.admin-view{margin:0!important}.diagnostics.admin-view{margin:0!important}
.admin-config-error{display:grid;gap:5px;padding:15px;border:1px solid #efd5a6;border-radius:12px;background:#fff9ed;color:#6e4b08}.admin-config-error b{font-size:12px}.admin-config-error span{font-size:10px;line-height:1.5}
.billing-action-note{margin:10px 0 0;padding:10px 12px;border:1px solid #cfe0f4;border-radius:10px;background:#f5f9ff;color:#35587e;font-size:10.5px;line-height:1.45}
@media(max-width:720px){.admin-header-link{min-height:34px;padding:0 10px;font-size:9px}.admin-center-head{padding:19px 17px}.admin-center-head h1{font-size:23px}.admin-center-head .badge{display:none}.admin-overview{grid-template-columns:1fr}.admin-tabs{margin:0;scrollbar-width:none}.admin-feature-card{min-height:130px}body[data-workspace="admin"] main{width:auto!important;margin:14px 12px 0!important;padding-top:0!important}.admin-mobile-link:not(.is-hidden){display:flex!important}}

/* Hard workspace gate: admin panes can never override workspace-hidden. */
.admin-pane.admin-pane-active.workspace-hidden,.admin-center.workspace-hidden{display:none!important}
@media(max-width:720px){.mobile-nav{grid-template-columns:repeat(4,1fr)!important}body.pqa-superadmin .mobile-nav{grid-template-columns:repeat(5,1fr)!important}}
