:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--background:#08111f;--panel:#111d2e;--panel-strong:#16253a;--border:#263a53;--text:#edf5ff;--muted:#93a8c1;--primary:#4f8cff;--primary-hover:#73a4ff;--success:#31c48d;--warning:#f5b942;--danger:#f87171}*{box-sizing:border-box}body{background:radial-gradient(circle at 10% 0%, #4f8cff29, transparent 34rem), var(--background);min-height:100vh;color:var(--text);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:#9bc0ff;text-decoration:none}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.04em;font-size:clamp(1.8rem,4vw,2.6rem)}h2{font-size:1.2rem}button,input,select,textarea{font:inherit}input,select,textarea{border:1px solid var(--border);width:100%;color:var(--text);background:#0b1626;border-radius:10px;padding:.75rem .85rem}input:focus,select:focus,textarea:focus{border-color:var(--primary);outline:2px solid #4f8cff8c}label{color:#c7d6e8;gap:.45rem;font-size:.92rem;display:grid}.field-hint{color:var(--muted);font-size:.78rem;line-height:1.35}code{font-family:SFMono-Regular,Consolas,monospace}.auth-page{place-items:center;min-height:100vh;padding:1.5rem;display:grid}.landing{width:min(1180px,100% - 2rem);margin:0 auto;padding-bottom:4rem}.landing-nav{justify-content:space-between;align-items:center;min-height:88px;display:flex}.landing-nav .brand{margin-bottom:0}.hero{max-width:880px;padding:clamp(5rem,12vw,9rem) 0 5rem}.hero h1{max-width:850px;font-size:clamp(2.5rem,7vw,5rem);line-height:.98}.hero-copy{max-width:720px;color:var(--muted);font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.landing-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.auth-card{border:1px solid var(--border);background:#111d2ef2;border-radius:22px;width:min(100%,470px);padding:2.2rem;box-shadow:0 30px 90px #0000006b}.brand{color:var(--text);letter-spacing:.02em;margin-bottom:1.4rem;font-weight:800}.muted{color:var(--muted)}.eyebrow{color:#79a9ff;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.35rem;font-size:.76rem;font-weight:800}.stack{gap:1rem;display:grid}.top-gap{margin-top:1.5rem}.button{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:10px;justify-content:center;align-items:center;min-height:43px;padding:.7rem 1rem;font-weight:750;display:inline-flex}.button:hover{background:var(--primary-hover)}.button.secondary{border:1px solid var(--border);background:0 0}.button.danger{background:#a93243}.link-button{width:100%}.text-button{color:#9bc0ff;cursor:pointer;background:0 0;border:0}.text-button.danger{color:var(--danger)}.auth-links{justify-content:space-between;margin-top:1.4rem;font-size:.9rem;display:flex}.auth-footer{border-top:1px solid var(--border);text-align:center;margin-top:1.4rem;padding-top:1rem;font-size:.78rem}.legal-consent{color:var(--muted);margin:0;font-size:.8rem;line-height:1.5}.passkey-button{background:linear-gradient(135deg,#4f8cff,#7c5cff)}.auth-divider{color:var(--muted);text-align:center;align-items:center;gap:.8rem;font-size:.75rem;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.alert{border:1px solid var(--border);border-radius:10px;margin-bottom:1rem;padding:.85rem 1rem}.alert.error{color:#ffc4cc;background:#38151d;border-color:#7f2d3b}.alert.success{color:#a7f3d0;background:#0f3027;border-color:#1e6f54}.alert.warning{color:#fde68a;background:#34280f;border-color:#785b20}.checkbox{align-items:flex-start;gap:.7rem;display:flex}.checkbox input{width:1rem;margin-top:.15rem}.segmented{background:#091424;border-radius:10px;grid-template-columns:1fr 1fr;gap:.4rem;padding:.3rem;display:grid}.segmented button{color:var(--muted);background:0 0;border:0;border-radius:8px;padding:.6rem}.segmented button[data-active=true]{background:var(--panel-strong);color:var(--text)}.app-shell{grid-template-columns:250px 1fr;min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--border);background:#07101de6;flex-direction:column;height:100vh;padding:1.6rem;display:flex;position:sticky;top:0}.sidebar nav{gap:.35rem;margin-bottom:auto;display:grid}.product-name{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;margin:.45rem 0 1.4rem;font-size:.78rem}.sidebar nav a{color:#bdd0e7;border-radius:9px;padding:.72rem .8rem}.sidebar nav a:hover{background:var(--panel);color:#fff}.sidebar-legal{color:var(--muted);text-align:center;margin-top:1rem;font-size:.78rem}.content{width:min(100%,1440px);padding:2.5rem clamp(1.2rem,4vw,4rem)}.page-header{margin-bottom:2rem}.grid,.metric-grid{gap:1rem;display:grid}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.panel,.metric,.policy{border:1px solid var(--border);background:#111d2edb;border-radius:16px;margin-bottom:1rem;padding:1.35rem}.panel.narrow{max-width:680px}.row{align-items:center;gap:1rem;display:flex}.row.between{justify-content:space-between}.badge{border:1px solid var(--border);color:#cbdcf1;border-radius:999px;padding:.25rem .55rem;font-size:.76rem;display:inline-flex}.badge.success{color:#8ff0c7;border-color:#247157}.badge.warning{color:#fcd875;border-color:#7c6224}.badge.danger{color:#ffacb8;border-color:#833c48}.chips,.actions{flex-wrap:wrap;gap:.4rem;display:flex}.secret{overflow-wrap:anywhere;background:#07111f;border-radius:8px;margin-top:.5rem;padding:.8rem;display:block}.backup-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:1rem;display:grid}.backup-grid code{background:#07111f;border-radius:8px;padding:.65rem}.qr-setup{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:1.4rem;display:grid}.qr-frame{color:#08111f;background:#fff;border-radius:16px;place-items:center;min-height:260px;display:grid;overflow:hidden}.qr-frame img{width:100%;height:auto;display:block}.credential-list{gap:.7rem;display:grid}.credential-item{border:1px solid var(--border);background:#0b1626;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem;display:flex}.credential-item div{gap:.3rem;display:grid}.credential-item span{color:var(--muted);font-size:.78rem}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.88rem}th,td{border-bottom:1px solid var(--border);text-align:left;vertical-align:top;padding:.8rem}th{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-size:.74rem}.scope-list{gap:.65rem;padding:0;list-style:none;display:grid}.scope-list li{border:1px solid var(--border);border-radius:10px;justify-content:space-between;gap:1rem;padding:.85rem;display:flex}.scope-list.detailed{margin:1rem 0}.scope-list.detailed article{border:1px solid var(--border);background:#0f172a08;border-radius:14px;gap:.65rem;padding:1rem;display:grid}.scope-list.detailed article>div{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.scope-list.detailed ul{color:var(--muted);gap:.35rem;margin:0;padding-left:1.1rem;display:grid}.consent-branding{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.consent-branding img{object-fit:contain;max-width:9rem;max-height:3rem}.consent-actions{grid-template-columns:1fr 1fr;gap:.7rem;display:grid}.consent-actions .button{width:100%}.consent-screen{color:#152238;background:radial-gradient(circle at 12% 82%,#60a5fa33,#0000 32rem),linear-gradient(135deg,#eef5ff 0%,#f8fbff 42%,#eaf3ff 100%);min-height:100vh;padding:clamp(1rem,3vw,2.2rem)}.consent-shell{background:#fffffff0;border:1px solid #94a3b847;border-radius:20px;width:min(1120px,100%);margin:0 auto;overflow:hidden;box-shadow:0 24px 80px #2563eb24}.consent-topbar{border-bottom:1px solid #e5eaf2;justify-content:space-between;align-items:center;gap:1rem;padding:1.45rem 1.75rem;display:flex}.consent-brand,.consent-user,.consent-app,.consent-app-title,.consent-data-header,.consent-note{align-items:center;display:flex}.consent-brand,.consent-user{gap:.9rem}.consent-brand strong,.consent-user strong{color:#0f172a;display:block}.consent-brand span,.consent-user span,.consent-app p,.consent-description,.consent-data-item small,.consent-side p,.consent-note p{color:#60718a}.consent-shield{color:#2563eb;border:2px solid #2563eb;border-radius:14px;place-items:center;width:42px;height:42px;font-size:1.4rem;display:grid}.consent-avatar{color:#2563eb;background:#eaf2ff;border-radius:50%;place-items:center;width:46px;height:46px;font-weight:700;display:grid;overflow:hidden}.consent-content{grid-template-columns:minmax(0,1fr) 330px;gap:clamp(1.25rem,3vw,3rem);padding:1.75rem;display:grid}.consent-main h1{color:#0f172a;letter-spacing:-.03em;margin-bottom:1.45rem;font-size:clamp(1.35rem,2.4vw,1.85rem)}.consent-app{gap:1rem}.consent-app-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:22px;flex:none;place-items:center;width:76px;height:76px;font-size:2rem;display:grid;overflow:hidden;box-shadow:0 16px 32px #2563eb3d}.consent-app-icon img{object-fit:cover;width:100%;height:100%}.consent-app-title{flex-wrap:wrap;gap:.6rem}.consent-app-title strong{color:#0f172a;font-size:1.1rem}.consent-app-title span{color:#2563eb;background:#eef6ff;border-radius:999px;padding:.25rem .55rem;font-size:.82rem}.consent-app p{margin:.25rem 0}.consent-app code{color:#2563eb}.consent-description{margin:1.55rem 0 1.35rem;line-height:1.65}.consent-warning,.consent-error{border-radius:14px;margin-bottom:1rem;padding:.85rem 1rem}.consent-warning{color:#92400e;background:#fffbeb;border:1px solid #fde68a}.consent-error{color:#b91c1c;background:#fff1f2;border:1px solid #fecaca}.consent-data-header{border-top:1px solid #e5eaf2;justify-content:space-between;margin-top:1rem;padding-top:1rem}.consent-data-header strong{color:#0f172a}.consent-data-header span{color:#2563eb}.consent-data-list{border:1px solid #e5eaf2;border-radius:14px;gap:0;margin-top:.8rem;display:grid;overflow:hidden}.consent-data-item{background:#fff}.consent-data-item+.consent-data-item{border-top:1px solid #e5eaf2}.consent-data-item summary{cursor:pointer;grid-template-columns:44px minmax(0,1fr) auto auto auto;align-items:center;gap:.8rem;padding:.9rem 1rem;list-style:none;display:grid}.consent-data-item summary::-webkit-details-marker{display:none}.consent-data-item strong{color:#0f172a;display:block}.consent-data-item small{margin-top:.2rem;display:block}.consent-data-item em{color:#c2410c;background:#fff7ed;border-radius:999px;padding:.22rem .5rem;font-size:.75rem;font-style:normal}.consent-data-item ul{color:#60718a;margin:0;padding:0 1rem 1rem 4.5rem}.consent-check{color:#16a34a;background:#ecfdf5;border-radius:50%;place-items:center;width:32px;height:32px;font-weight:700;display:grid}.consent-scope-icon{border-radius:12px;place-items:center;width:40px;height:40px;font-size:.95rem;font-weight:700;display:grid}.consent-scope-icon.blue{color:#2563eb;background:#eaf2ff}.consent-scope-icon.green{color:#16a34a;background:#ecfdf5}.consent-scope-icon.purple{color:#7c3aed;background:#f3e8ff}.consent-scope-icon.amber{color:#d97706;background:#fffbeb}.consent-note{background:#eff6ff;border:1px solid #cfe2ff;border-radius:12px;gap:.8rem;margin-top:1.55rem;padding:1rem}.consent-note p{margin:0}.consent-side{background:#fbfdff;border:1px solid #e5eaf2;border-radius:14px;align-content:start;display:grid}.consent-side article{grid-template-columns:42px minmax(0,1fr);gap:.9rem;padding:1.2rem;display:grid}.consent-side article+article{border-top:1px solid #e5eaf2}.consent-side strong{color:#0f172a}.consent-side p{margin:.4rem 0 0;line-height:1.55}.consent-actions-v2{grid-template-columns:1fr 1fr 1fr;gap:1rem;padding:1rem 1.75rem 1.75rem;display:grid}.consent-button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #d7deea;border-radius:9px;width:100%;min-height:48px;font-weight:700}.consent-button.primary{color:#fff;background:#2563eb;border-color:#2563eb;box-shadow:0 10px 24px #2563eb38}.consent-loading{color:#60718a;padding:2rem}@media (max-width:900px){.consent-topbar,.consent-content,.consent-actions-v2{padding-inline:1rem}.consent-content,.consent-actions-v2{grid-template-columns:1fr}}@media (max-width:640px){.consent-topbar,.consent-user,.consent-app{align-items:flex-start}.consent-topbar{flex-direction:column}.consent-data-item summary{grid-template-columns:40px minmax(0,1fr) auto}.consent-data-item em,.consent-chevron{display:none}}.metric-grid{grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:1rem}.metric{gap:.4rem;display:grid}.metric strong{font-size:1.8rem}.metric span{color:var(--muted);font-size:.75rem}.inline-form{grid-template-columns:1fr 2fr auto auto;align-items:center;gap:.7rem;margin-bottom:1rem;display:grid}.policy pre,.data-preview{color:#bcd2eb;background:#07111f;border-radius:8px;max-height:320px;padding:.8rem;font-size:.78rem;overflow:auto}.integration-list{grid-template-columns:110px minmax(0,1fr);align-items:start;gap:.8rem 1rem;display:grid}.integration-list span{color:var(--muted)}.integration-list code{overflow-wrap:anywhere}.detail-list{gap:.75rem;margin:1rem 0 0;display:grid}.detail-list div{grid-template-columns:90px 1fr;gap:1rem;display:grid}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0}.scope-picker{border:1px solid var(--border);border-radius:12px;gap:.7rem;padding:1rem;display:grid}.scope-picker legend{padding:0 .4rem;font-weight:700}.scope-picker .checkbox{align-items:center;gap:.7rem;display:flex}.application-list{gap:1rem;display:grid}.application-card{border:1px solid var(--border);background:#0b1626;border-radius:12px;padding:1.1rem}.application-card h3{margin:0 0 .35rem}.application-meta{grid-template-columns:minmax(150px,.35fr) 1fr;gap:.7rem 1rem;margin-top:1.2rem;display:grid}.application-meta>span{color:var(--muted)}.application-meta>div{gap:.35rem;display:grid}.copyable-code{justify-content:space-between;align-items:flex-start;gap:1rem;min-width:0;display:flex}.copyable-code code{min-width:0}.secret-delivery{gap:.45rem;display:grid}.secret-delivery>span{color:var(--muted);margin-top:.45rem;font-size:.8rem}.legal-page{max-width:760px;margin:5rem auto;padding:2rem;line-height:1.7}.legal-lead{color:#c7d6e8;font-size:1.08rem}.legal-section{border-top:1px solid var(--border);margin-top:2rem;padding-top:1.4rem}.legal-section li{margin-bottom:.55rem}.landing-footer,.status-footer{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2rem;padding:1.4rem 0;font-size:.85rem;display:flex}.status-page{width:min(900px,100% - 2rem);margin:0 auto;padding:clamp(2rem,6vw,5rem) 0}.status-header{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:2rem;display:flex}.status-summary{border:1px solid var(--border);background:var(--panel);border-radius:18px;align-items:center;gap:1.2rem;padding:1.5rem;display:flex}.status-summary.operational{background:linear-gradient(135deg, #31c48d24, var(--panel));border-color:#31c48d8c}.status-summary.degraded{border-color:#f871718c}.status-summary.checking{border-color:#f5b9428c}.status-summary h2,.status-summary p{margin-bottom:.25rem}.status-summary p{color:var(--muted)}.status-pulse{background:var(--danger);border-radius:50%;flex:none;width:18px;height:18px;box-shadow:0 0 0 8px #f871711f}.operational .status-pulse{background:var(--success);box-shadow:0 0 0 8px #31c48d1f}.checking .status-pulse{background:var(--warning);box-shadow:0 0 0 8px #f5b9421f}.status-components{gap:.8rem;margin-top:1rem;display:grid}.status-component{border:1px solid var(--border);background:#111d2ed1;border-radius:14px;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.25rem;display:flex}.status-component div{gap:.3rem;display:grid}.status-component span:not(.badge){color:var(--muted);font-size:.78rem}@media (max-width:1000px){.app-shell{display:block}.sidebar{border-right:0;border-bottom:1px solid var(--border);height:auto;position:static}.sidebar nav{grid-template-columns:repeat(2,1fr);margin-bottom:1rem}.grid.three,.metric-grid,.landing-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-form{grid-template-columns:1fr}}@media (max-width:640px){.grid.two,.grid.three,.metric-grid,.backup-grid,.landing-grid{grid-template-columns:1fr}.landing-nav{align-items:flex-start;gap:1rem;padding-top:1rem}.landing-nav .actions{justify-content:flex-end}.integration-list,.application-meta,.detail-list div{grid-template-columns:1fr}.copyable-code{display:grid}.qr-setup{grid-template-columns:1fr}.content{padding:1.4rem 1rem}.auth-card{padding:1.4rem}.status-header,.status-component{flex-direction:column;align-items:stretch}}.app-shell[data-product=account]{background:radial-gradient(circle at 84% 8%,#2f78ff2e,#0000 30rem),radial-gradient(circle at 34% 94%,#34d39914,#0000 32rem),#050b16;grid-template-columns:276px minmax(0,1fr)}.app-shell[data-product=account] .sidebar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#050b16db;border-right-color:#94a3b824;padding:28px 20px}.account-brand{align-items:center;gap:12px;margin-bottom:2rem;display:flex}.account-brand span:last-child{gap:3px;display:grid}.account-brand strong{color:#fff;letter-spacing:0;font-size:1.15rem;line-height:1}.account-brand small{color:#a4b7d0;font-size:.78rem}.brand-mark{color:#fff;background:linear-gradient(135deg,#2f78ff,#1455d9);border-radius:12px;place-items:center;width:42px;height:42px;display:grid;box-shadow:0 18px 34px #2f78ff40}.brand-mark svg,.account-nav svg,.account-logout svg,.account-section-title svg,.account-inline-link svg,.account-info-line svg,.account-check-row svg,.account-list-icon svg,.account-history-row svg,.account-consent-total svg{width:1em;height:1em;display:block}.app-shell[data-product=account] .product-name{display:none}.account-nav{gap:8px}.account-nav a{color:#a8b7cc;border:1px solid #0000;border-radius:8px;align-items:center;gap:12px;min-height:48px;font-weight:650;display:flex}.account-nav a svg{color:#7e90aa;width:20px;height:20px}.account-nav a:hover,.account-nav a.active{color:#fff;background:#2f78ff1f;border-color:#2f78ff38}.account-nav a:hover svg,.account-nav a.active svg{color:#4f8cff}.account-support{background:#0c182ab8;border:1px solid #94a3b829;border-radius:8px;grid-template-columns:38px minmax(0,1fr);gap:12px;margin-top:auto;padding:16px;display:grid}.account-support>span{color:#4f8cff;background:#2f78ff24;border-radius:10px;place-items:center;width:38px;height:38px;font-size:1.2rem;display:grid}.account-support strong{color:#fff;font-size:.9rem}.account-support p{color:#8fa1bb;margin:4px 0 0;font-size:.78rem}.account-support a{color:#8bb6ff;border:1px solid #2f78ff3d;border-radius:8px;grid-column:1/-1;justify-content:center;align-items:center;min-height:36px;font-size:.86rem;font-weight:700;display:inline-flex}.account-logout{color:#a8b7cc;cursor:pointer;background:0 0;border:0;align-items:center;gap:12px;min-height:44px;margin-top:18px;font-weight:650;display:flex}.account-logout svg{width:20px;height:20px}.app-shell[data-product=account] .content{width:100%;max-width:1480px;padding:28px clamp(24px,4vw,48px) 34px}.account-page-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.account-page-header h1{color:#fff;letter-spacing:0;margin-bottom:6px;font-size:clamp(1.55rem,2.3vw,2.15rem);line-height:1.08}.account-page-header .eyebrow{display:none}.account-page-header .muted{color:#9fb0c7;font-size:.98rem}.account-header-actions{align-items:center;gap:16px;display:flex}.account-user-chip{color:#fff;align-items:center;gap:10px;display:flex}.account-user-chip span{color:#8bb6ff;background:linear-gradient(135deg,#22334d,#111d2e);border-radius:999px;place-items:center;width:42px;height:42px;font-size:.78rem;font-weight:850;display:grid}.account-dashboard{gap:18px;display:grid}.account-dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,520px),1fr));gap:18px;display:grid}.account-dashboard-grid-top{grid-template-columns:repeat(auto-fit,minmax(min(100%,540px),1fr))}.account-dashboard-single{display:grid}.account-card{background:linear-gradient(#0f1c30eb,#0a1220e0),#0a1220;border:1px solid #94a3b824;border-radius:8px;min-width:0;padding:24px;box-shadow:0 22px 60px #0000003d}.account-alert{justify-content:space-between;align-items:center;gap:16px;display:flex}.account-profile-card{grid-template-columns:104px minmax(0,1fr);align-items:center;gap:20px;display:grid}.account-avatar{color:#fff;background:radial-gradient(circle at 30% 24%,#ffffff38,#0000 26%),linear-gradient(135deg,#20334f,#0f1a2b);border:1px solid #94a3b829;border-radius:999px;place-items:center;width:96px;height:96px;font-size:1.8rem;font-weight:850;display:grid;overflow:hidden}.account-profile-main{min-width:0}.account-card-heading,.account-section-title{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.account-card-heading h2,.account-section-title h2{color:#fff;margin-bottom:0;font-size:1.15rem;line-height:1.25}.account-section-title p{color:#8fa1bb;max-width:38rem;margin:8px 0 0;font-size:.84rem;line-height:1.45}.account-card-heading p{color:#9fb0c7;margin:8px 0 0}.account-link-button{color:#d8e6fb;border:1px solid #94a3b82e;border-radius:8px;flex:none;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:.86rem;font-weight:750;display:inline-flex}.account-icon-button{width:40px;padding:0}.account-icon-button svg{width:18px;height:18px}.account-profile-list{gap:12px;margin-top:20px;display:grid}.account-info-line{color:#9fb0c7;align-items:center;gap:10px;margin:0;font-size:.9rem;display:flex}.account-info-line svg{flex:none;width:18px;height:18px}.account-info-line[data-tone=accent] svg,.account-info-line[data-tone=accent] span{color:#79a7ff}.account-info-line[data-tone=success] svg,.account-info-line[data-tone=success] span{color:#57d19b}.account-info-line[data-tone=warning] svg,.account-info-line[data-tone=warning] span{color:#f5c35d}.account-section-title a,.account-inline-link{color:#79a7ff;align-items:center;gap:6px;font-size:.9rem;font-weight:750;display:inline-flex}.account-section-title a svg,.account-inline-link svg{width:16px;height:16px}.account-security-content{grid-template-columns:112px minmax(0,1fr);align-items:center;gap:20px;margin-top:20px;display:grid}.account-security-ring{--score:0%;background:conic-gradient(#26c281 var(--score), #94a3b829 0);border-radius:999px;place-items:center;width:112px;height:112px;display:grid;position:relative}.account-security-ring:before{content:"";border-radius:inherit;background:#0b1626;position:absolute;inset:12px}.account-security-ring>span,.account-security-ring strong{z-index:1;position:relative}.account-security-ring span{color:#57d19b;place-items:center;width:42px;height:42px;font-size:2rem;display:grid}.account-security-ring strong{color:#6ee7b7;font-size:.9rem}.account-check-list{gap:10px;display:grid}.account-check-row{color:#9fb0c7;grid-template-columns:22px minmax(0,1fr);align-items:start;gap:4px 10px;font-size:.9rem;display:grid}.account-check-row span{color:#8798b1;background:#94a3b81a;border-radius:999px;place-items:center;width:22px;height:22px;display:grid}.account-check-row[data-ok=true] span{color:#57d19b;background:#34d3991f}.account-check-row p{min-width:0;margin:0;line-height:1.35}.account-check-row strong{color:#cbdcf1;text-align:left;white-space:normal;grid-column:2;justify-self:start;font-size:.86rem;font-weight:750;line-height:1.35}.account-security-card .account-inline-link{margin-top:22px}.account-list,.account-history-list{margin-top:18px;display:grid}.account-list-row,.account-history-row{border-bottom:1px solid #94a3b81f;align-items:center;gap:14px;min-width:0;padding:14px 0;display:grid}.account-list-row{grid-template-columns:52px minmax(0,1fr) auto}.account-list-row:last-child,.account-history-row:last-child{border-bottom:0}.account-list-icon{color:#79a7ff;background:#2f78ff21;border-radius:14px;place-items:center;width:48px;height:48px;font-size:1.35rem;display:grid}.account-list-icon[data-tone=green]{color:#57d19b;background:#34d39921}.account-list-icon[data-tone=amber]{color:#f5c35d;background:#f5c35d24}.account-list-icon[data-tone=violet]{color:#c084fc;background:#a855f724}.account-list-row strong,.account-history-row strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.95rem;display:block;overflow:hidden}.account-list-row p,.account-history-row p{color:#8fa1bb;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:.84rem;overflow:hidden}.account-list-row time,.account-list-row>span:not(.account-list-icon),.account-history-row time{color:#9fb0c7;text-align:right;font-size:.82rem}.account-card>.account-inline-link{margin-top:18px}.account-consents-card{grid-template-columns:190px minmax(0,1fr);align-items:center;gap:28px;display:grid}.account-consent-total{text-align:center;background:#2f78ff14;border:1px solid #2f78ff29;border-radius:8px;justify-items:center;gap:8px;padding:18px;display:grid}.account-consent-total span{color:#79a7ff;background:#2f78ff24;border-radius:16px;place-items:center;width:58px;height:58px;font-size:1.8rem;display:grid}.account-consent-total strong{color:#fff;font-size:2rem;line-height:1}.account-consent-total p{color:#c9d7ea;margin:0;font-weight:700}.account-consent-details{gap:14px;display:grid}.settings-dev-card{grid-template-columns:72px minmax(0,1fr);align-items:center;gap:18px;max-width:760px;display:grid}.settings-dev-card>span{color:#79a7ff;background:#2f78ff24;border-radius:8px;place-items:center;width:58px;height:58px;font-size:.8rem;font-weight:850;display:grid}.settings-dev-card h2{color:#fff;margin:0;font-size:1.12rem}.settings-dev-card p{color:#9fb0c7;margin:8px 0 0;line-height:1.5}.account-history-row{grid-template-columns:30px minmax(0,1fr) auto}.account-history-row>span{color:#57d19b;background:#34d3991f;border-radius:999px;place-items:center;width:24px;height:24px;display:grid}.account-history-row[data-success=false]>span{color:#f87171;background:#f8717124}.account-empty-line{color:#8fa1bb;border:1px dashed #94a3b82e;border-radius:8px;margin:18px 0 0;padding:18px}.account-dashboard-v2{gap:14px}.account-dashboard-v2 .account-card{background:linear-gradient(#0e1c31f0,#081220e6),#081220;padding:20px}.account-dashboard-v2 .account-empty-line{margin:0}.account-dashboard-hero,.account-stat-grid,.account-work-grid,.account-dashboard-bottom{gap:14px;min-width:0;display:grid}.account-dashboard-hero{grid-template-columns:minmax(0,1.12fr) minmax(0,.9fr) minmax(0,1fr);align-items:start}.account-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.account-work-grid{grid-template-columns:minmax(0,.95fr) minmax(0,1.08fr) minmax(0,1.08fr) minmax(0,.9fr);align-items:start}.account-dashboard-bottom{grid-template-columns:minmax(0,2fr) minmax(320px,.95fr)}.account-dashboard-v2 .account-section-title-tight{align-items:center}.account-dashboard-v2 .account-section-title-tight h2,.account-actions-card h2,.account-privacy-card h2,.account-trust-card h2{color:#fff;margin:0;font-size:1rem;line-height:1.25}.account-id-card,.account-last-consent-card,.account-actions-card,.account-data-card,.account-connected-card,.account-logins-card{align-content:start;gap:16px;display:grid}.account-profile-hero{grid-template-columns:88px minmax(0,1fr);align-items:center;gap:18px;min-width:0;display:grid}.account-profile-avatar{width:84px;height:84px;font-size:1.55rem}.account-profile-identity{min-width:0}.account-profile-identity h3,.account-app-highlight h3{color:#fff;text-overflow:ellipsis;margin:0;font-size:1.18rem;line-height:1.25;overflow:hidden}.account-profile-identity p,.account-app-highlight p{color:#9fb0c7;text-overflow:ellipsis;margin:6px 0 0;font-size:.88rem;line-height:1.45;overflow:hidden}.account-pill{color:#9fb0c7;border:1px solid #94a3b824;border-radius:999px;align-items:center;gap:6px;max-width:100%;min-height:28px;margin-top:12px;padding:4px 10px;font-size:.8rem;font-weight:750;display:inline-flex}.account-pill svg{flex:none;width:15px;height:15px}.account-pill[data-tone=green]{color:#57d19b;background:#34d3991a;border-color:#34d39938}.account-pill[data-tone=amber]{color:#f5c35d;background:#f5c35d1a;border-color:#f5c35d38}.account-profile-facts,.account-data-groups{gap:10px;display:grid}.account-dashboard-v2 .account-info-line{align-items:flex-start;min-width:0;line-height:1.45}.account-dashboard-v2 .account-info-line span{min-width:0}.account-dashboard-icon-box{color:#9fb0c7;background:#94a3b81a;border-radius:8px;flex:none;place-items:center;width:46px;height:46px;display:grid}.account-dashboard-icon-box svg{width:22px;height:22px}.account-dashboard-icon-box[data-tone=blue]{color:#79a7ff;background:#2f78ff29}.account-dashboard-icon-box[data-tone=green]{color:#57d19b;background:#34d39921}.account-dashboard-icon-box[data-tone=amber]{color:#f5c35d;background:#f5c35d21}.account-dashboard-icon-box[data-tone=violet]{color:#c084fc;background:#a855f724}.account-security-ring-score{text-align:center;align-content:center;gap:2px}.account-security-ring-score strong{color:#fff;font-size:1.55rem;line-height:1}.account-security-ring-score small{z-index:1;color:#9fb0c7;font-size:.78rem;font-weight:750;position:relative}.account-dashboard-v2 .account-security-content{grid-template-columns:118px minmax(0,1fr);gap:18px;margin-top:16px}.account-dashboard-v2 .account-security-card .account-inline-link{margin-top:6px}.account-dashboard-v2 .account-check-row{grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:8px}.account-dashboard-v2 .account-check-row strong{text-align:right;grid-column:auto;justify-self:end}.account-last-consent-card{min-height:100%}.account-app-highlight,.account-metric-card,.account-app-row{grid-template-columns:46px minmax(0,1fr);align-items:center;gap:14px;min-width:0;display:grid}.account-card-footer{color:#9fb0c7;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;font-size:.82rem;display:flex}.account-chip-row{flex-wrap:wrap;gap:8px;min-width:0;display:flex}.account-chip{color:#57d19b;background:#34d39914;border:1px solid #34d3992e;border-radius:999px;align-items:center;max-width:100%;min-height:28px;padding:4px 10px;font-size:.78rem;font-weight:750;line-height:1.25;display:inline-flex}.account-metric-card{grid-template-columns:52px minmax(0,1fr);padding:18px}.account-metric-card p{color:#9fb0c7;margin:0;font-size:.85rem}.account-metric-card strong{color:#fff;margin:4px 0 8px;font-size:1.35rem;line-height:1;display:block}.account-help-badge{color:#9fb0c7;border:1px solid #94a3b82e;border-radius:999px;place-items:center;width:20px;height:20px;font-size:.72rem;font-weight:850;display:inline-grid}.account-data-groups>div{gap:8px;display:grid}.account-data-groups p,.account-muted-note{color:#8fa1bb;margin:0;font-size:.82rem;line-height:1.45}.account-app-list,.account-login-table,.account-action-list,.account-privacy-grid{min-width:0;display:grid}.account-app-list{gap:12px}.account-app-row{grid-template-columns:44px minmax(0,1fr) auto;gap:12px}.account-app-row strong,.account-login-row strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;line-height:1.25;display:block;overflow:hidden}.account-app-row p,.account-login-row p{color:#8fa1bb;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:.78rem;overflow:hidden}.account-app-row time,.account-login-row time{color:#9fb0c7;text-align:right;font-size:.76rem}.account-login-table{gap:10px}.account-login-row{grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;display:grid}.account-login-row>span{color:#57d19b;background:#34d3991f;border-radius:999px;place-items:center;width:22px;height:22px;display:grid}.account-login-row[data-success=false]>span{color:#f87171;background:#f8717124}.account-login-row svg{width:14px;height:14px}.account-actions-card h2,.account-privacy-card h2{margin-bottom:2px}.account-action-list{gap:8px}.account-action-list a{color:#cbdcf1;border-bottom:1px solid #94a3b81a;grid-template-columns:22px minmax(0,1fr) 16px;align-items:center;gap:10px;min-height:42px;padding:8px 0;font-size:.86rem;font-weight:700;display:grid}.account-action-list a:last-child{border-bottom:0}.account-action-list svg{color:#9fb0c7;width:18px;height:18px}.account-action-list a svg:last-child{justify-self:end;width:15px;height:15px}.account-privacy-card{gap:16px;display:grid}.account-privacy-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.account-privacy-grid a{color:#cbdcf1;grid-template-columns:24px minmax(0,1fr);align-items:start;gap:10px;min-width:0;padding-top:2px;display:grid}.account-privacy-grid svg{color:#79a7ff;width:22px;height:22px}.account-privacy-grid strong,.account-privacy-grid small{min-width:0;display:block}.account-privacy-grid strong{color:#fff;font-size:.88rem;line-height:1.25}.account-privacy-grid small{color:#8fa1bb;margin-top:4px;font-size:.78rem;line-height:1.35}.account-trust-card{grid-template-columns:54px minmax(0,1fr);align-items:center;gap:16px;display:grid}.account-trust-card p{color:#9fb0c7;margin:8px 0 12px;font-size:.9rem;line-height:1.5}@media (max-width:1500px){.account-dashboard-hero{grid-template-columns:repeat(2,minmax(0,1fr))}.account-last-consent-card{grid-column:1/-1}.account-work-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-dashboard-bottom{grid-template-columns:1fr}}@media (max-width:1180px){.account-dashboard-grid,.account-dashboard-grid-top{grid-template-columns:1fr}.account-dashboard-hero,.account-work-grid,.account-dashboard-bottom{grid-template-columns:1fr 1fr}.account-last-consent-card,.account-privacy-card{grid-column:1/-1}.account-security-content{grid-template-columns:132px minmax(0,1fr)}}@media (max-width:1000px){.app-shell[data-product=account] .sidebar{border-bottom:1px solid #94a3b824;border-right:0;height:auto;position:static}.app-shell[data-product=account] .sidebar nav{grid-template-columns:repeat(4,minmax(0,1fr))}.account-support,.account-logout{display:none}}@media (max-width:760px){.app-shell[data-product=account] .content{padding:22px 16px 28px}.app-shell[data-product=account] .sidebar{padding:20px 16px}.app-shell[data-product=account] .sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr))}.account-page-header{display:grid}.account-header-actions{display:none}.account-card{padding:18px}.account-profile-card,.account-consents-card,.account-security-content,.account-dashboard-hero,.account-stat-grid,.account-work-grid,.account-dashboard-bottom,.account-privacy-grid,.account-dashboard-v2 .account-security-content{grid-template-columns:1fr}.account-last-consent-card,.account-privacy-card{grid-column:auto}.account-profile-hero{grid-template-columns:74px minmax(0,1fr);gap:14px}.account-avatar{width:86px;height:86px;font-size:1.6rem}.account-profile-avatar{width:72px;height:72px;font-size:1.35rem}.account-card-heading,.account-section-title{display:grid}.account-dashboard-v2 .account-section-title-tight{display:flex}.account-section-title p{max-width:none}.account-list-row{grid-template-columns:46px minmax(0,1fr)}.account-list-row time,.account-list-row>span:not(.account-list-icon){text-align:left;grid-column:2}.account-history-row{grid-template-columns:26px minmax(0,1fr)}.account-history-row time{text-align:left;grid-column:2}.account-card-footer,.account-app-row,.account-login-row{text-align:left;grid-template-columns:1fr}.account-card-footer{align-items:flex-start}.account-app-row time,.account-login-row time{text-align:left}}.profile-completion-page{gap:28px;display:grid}.profile-steps{background:#0a1220b8;border:1px solid #94a3b824;border-radius:8px;grid-template-columns:repeat(6,minmax(0,1fr));display:grid;overflow:hidden}.profile-steps span{color:#8fa1bb;align-items:center;gap:10px;min-height:72px;padding:0 18px;font-size:.88rem;display:flex;position:relative}.profile-steps span.active{color:#fff}.profile-steps span.active:after{content:"";background:#2f78ff;height:3px;position:absolute;bottom:0;left:0;right:0}.profile-steps strong{color:#9fb0c7;border:1px solid #94a3b838;border-radius:999px;flex:none;place-items:center;width:30px;height:30px;font-size:.85rem;display:grid}.profile-steps .active strong{color:#fff;background:#2f78ff;border-color:#2f78ff}.profile-completion-layout{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:26px;display:grid}.profile-form-card,.profile-progress-card,.profile-next-card{background:linear-gradient(#0f1c30eb,#0a1220e0),#0a1220;border:1px solid #94a3b824;border-radius:8px;box-shadow:0 22px 60px #0000003d}.profile-form-card{overflow:hidden}.profile-card-title{align-items:center;gap:18px;padding:26px 30px 0;display:flex}.profile-card-title>span,.profile-next-card article>span{color:#4f8cff;background:#2f78ff29;border-radius:14px;flex:none;place-items:center;width:56px;height:56px;font-size:1.5rem;display:grid}.profile-card-title h2,.profile-progress-card h2,.profile-next-card h2{color:#fff;margin-bottom:6px;font-size:1.08rem}.profile-card-title p,.profile-next-card p,.profile-progress-card p,.profile-avatar-panel p{color:#9fb0c7;margin:0;font-size:.9rem;line-height:1.5}.profile-main-form{grid-template-columns:180px minmax(0,1fr);gap:34px;padding:28px 30px 18px;display:grid}.profile-avatar-panel{align-content:start;gap:12px;display:grid}.profile-avatar-panel>span{color:#c9d7ea;font-size:.9rem}.profile-avatar-preview{color:#fff;background:radial-gradient(circle at 30% 24%,#ffffff38,#0000 26%),linear-gradient(135deg,#20334f,#0f1a2b);border:2px solid #94a3b847;border-radius:999px;place-items:center;width:132px;height:132px;font-size:2.1rem;font-weight:850;display:grid;position:relative;overflow:hidden}.profile-avatar-preview img,.account-avatar img,.consent-avatar img{object-fit:cover;width:100%;height:100%}.profile-avatar-preview button{color:#fff;cursor:pointer;background:#2f78ff;border:0;border-radius:999px;place-items:center;width:40px;height:40px;display:grid;position:absolute;bottom:10px;right:2px}.profile-field-groups{gap:24px;min-width:0;display:grid}.profile-field-groups fieldset{border:0;min-width:0;margin:0;padding:0}.profile-field-groups legend{color:#fff;margin-bottom:14px;font-size:1rem;font-weight:800}.profile-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.profile-field-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-field-groups label{color:#aebed3}.profile-field-groups label>span{gap:4px;display:inline-flex}.profile-field-groups label em,.profile-required-note span{color:#ff7f8e;font-style:normal}.profile-field-groups input{background:#050b168f;border-color:#94a3b82e;border-radius:8px;min-height:48px}.profile-field-groups input:disabled{color:#8fa1bb;opacity:1}.profile-required-note{color:#8fa1bb;margin:0;font-size:.85rem}.profile-form-actions{border-top:1px solid #94a3b81f;grid-template-columns:minmax(0,1fr) 280px;justify-content:end;gap:22px;padding:18px 30px 24px;display:grid}.profile-form-actions .button{border-radius:8px;min-height:54px}.profile-form-actions .button svg,.profile-card-title svg,.profile-avatar-preview svg,.profile-next-card svg{width:1em;height:1em;display:block}.profile-form-actions .button:not(.secondary){background:linear-gradient(135deg,#2563eb,#0b7cff);gap:12px;box-shadow:0 16px 34px #2563eb47}.profile-aside{gap:20px;display:grid}.profile-progress-card,.profile-next-card{padding:24px}.profile-progress-content{grid-template-columns:112px minmax(0,1fr);align-items:center;gap:18px;margin-top:20px;display:grid}.profile-progress-ring{--profile-progress:0%;background:conic-gradient(#2f78ff var(--profile-progress), #2f78ff33 0);border-radius:999px;place-items:center;width:104px;height:104px;display:grid}.profile-progress-ring:before{content:"";position:absolute}.profile-progress-ring strong{border-radius:inherit;color:#fff;background:#0b1626;place-items:center;width:76px;height:76px;font-size:1.2rem;display:grid}.profile-next-card{gap:6px;display:grid}.profile-next-card article{border-bottom:1px solid #94a3b81f;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:16px;padding:16px 0;display:grid}.profile-next-card article:last-child{border-bottom:0}.profile-next-card article>span{color:#9fb0c7;background:#94a3b81a;border-radius:999px;width:48px;height:48px;font-size:1.25rem}.profile-next-card strong{color:#fff;font-size:.95rem}@media (max-width:1180px){.profile-completion-layout{grid-template-columns:1fr}.profile-aside{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.profile-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-main-form,.profile-field-grid,.profile-field-grid.three,.profile-aside{grid-template-columns:1fr}}@media (max-width:640px){.profile-card-title,.profile-main-form,.profile-form-actions,.profile-progress-card,.profile-next-card{padding-inline:18px}.profile-card-title{align-items:flex-start}.profile-form-actions,.profile-progress-content{grid-template-columns:1fr}}.profile-overview-page{grid-template-columns:minmax(0,1fr) 330px;align-items:start;gap:18px;display:grid}.profile-overview-main,.profile-overview-side{gap:18px;min-width:0;display:grid}.profile-hero-card{grid-template-columns:112px minmax(0,1fr) auto;align-items:center;gap:22px;display:grid}.profile-hero-avatar{width:104px;height:104px;font-size:1.85rem}.profile-hero-main{min-width:0}.profile-hero-title{align-items:center;gap:12px;min-width:0;display:flex}.profile-hero-title h2{color:#fff;text-overflow:ellipsis;margin:0;font-size:1.35rem;line-height:1.2;overflow:hidden}.profile-hero-title p{color:#9fb0c7;text-overflow:ellipsis;margin:8px 0 0;overflow:hidden}.profile-status-chip{color:#9fb0c7;white-space:nowrap;border:1px solid #94a3b829;border-radius:999px;align-items:center;gap:6px;min-height:30px;padding:4px 10px;font-size:.8rem;font-weight:750;display:inline-flex}.profile-status-chip svg{width:15px;height:15px}.profile-status-chip[data-tone=green]{color:#57d19b;background:#34d3991a;border-color:#34d39938}.profile-status-chip[data-tone=amber]{color:#f5c35d;background:#f5c35d1a;border-color:#f5c35d38}.profile-meta-row{flex-wrap:wrap;gap:12px 18px;margin-top:18px;display:flex}.profile-meta-row span,.profile-status-row,.profile-task-row,.profile-data-row,.profile-action-list a{min-width:0}.profile-meta-row span{color:#9fb0c7;align-items:center;gap:8px;font-size:.9rem;display:inline-flex}.profile-meta-row svg,.profile-edit-button svg,.profile-task-row svg,.profile-data-row svg,.profile-status-row svg,.profile-action-list svg,.profile-protection-card svg{flex:none;width:18px;height:18px}.profile-edit-button{gap:8px;min-width:max-content}.profile-completion-card,.profile-data-card,.profile-editor-card,.profile-status-card,.profile-actions-card,.profile-protection-card{gap:18px;display:grid}.profile-completion-card h2,.profile-data-card h2,.profile-status-card h2,.profile-actions-card h2,.profile-protection-card h2{color:#fff;margin:0;font-size:1.05rem;line-height:1.25}.profile-completion-content{grid-template-columns:190px minmax(0,1fr);align-items:center;gap:24px;display:grid}.profile-progress-ring-large{background:conic-gradient(#2f78ff var(--profile-progress), #94a3b824 0);justify-self:center;place-items:center;width:142px;height:142px;display:grid;position:relative}.profile-progress-ring-large:after{content:"";border-radius:inherit;background:#0b1626;position:absolute;inset:12px}.profile-progress-ring-large strong,.profile-progress-ring-large span{z-index:1;position:relative}.profile-progress-ring-large strong{background:0 0;width:auto;height:auto;font-size:1.75rem;line-height:1;display:block}.profile-progress-ring-large span{color:#9fb0c7;font-size:.78rem;font-weight:750}.profile-task-list,.profile-data-list,.profile-status-list,.profile-action-list{min-width:0;display:grid}.profile-task-row{border-bottom:1px solid #94a3b81a;grid-template-columns:38px minmax(0,1fr) auto 16px;align-items:center;gap:12px;min-height:50px;padding:10px 0;display:grid}.profile-task-row:last-child{border-bottom:0}.profile-task-row>span,.profile-data-row>span,.profile-status-row>span,.profile-action-list a>svg:first-child,.profile-protection-card>span{color:#79a7ff;background:#2f78ff24;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.profile-task-row strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;overflow:hidden}.profile-task-row em{white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:.75rem;font-style:normal;font-weight:750}.profile-task-row em[data-tone=amber]{color:#f5c35d;background:#f5c35d1f}.profile-task-row em[data-tone=blue]{color:#79a7ff;background:#2f78ff24}.profile-task-row em[data-tone=green]{color:#57d19b;background:#34d3991f}.profile-task-row em[data-tone=slate]{color:#9fb0c7;background:#94a3b81a}.profile-data-list{border:1px solid #94a3b81f;border-radius:8px;overflow:hidden}.profile-data-row{border-bottom:1px solid #94a3b81a;grid-template-columns:44px minmax(0,1fr) auto 18px;align-items:center;gap:14px;min-height:74px;padding:12px 14px;display:grid}.profile-data-row:last-child{border-bottom:0}.profile-data-row strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.94rem;display:block;overflow:hidden}.profile-data-row p{color:#8fa1bb;text-overflow:ellipsis;white-space:nowrap;margin:5px 0 0;font-size:.8rem;overflow:hidden}.profile-data-row em{color:#79a7ff;white-space:nowrap;font-style:normal;font-weight:800}.profile-data-row>svg,.profile-task-row>svg,.profile-action-list a>svg:last-child{color:#9fb0c7;justify-self:end}.profile-editor-card{padding:0;overflow:hidden}.profile-editor-card .profile-card-title{padding:24px 24px 0}.profile-editor-card .profile-field-groups{padding:0 24px 4px}.profile-editor-actions{grid-template-columns:minmax(0,1fr) minmax(220px,280px);padding:18px 24px 24px}.profile-status-list{gap:12px}.profile-status-row{color:#9fb0c7;grid-template-columns:26px minmax(0,1fr);align-items:center;gap:10px;display:grid}.profile-status-row>span{color:#f5c35d;background:#f5c35d1f;border-radius:999px;width:24px;height:24px}.profile-status-row[data-ok=true]>span{color:#57d19b;background:#34d3991f}.profile-status-row p{margin:0;font-size:.88rem;line-height:1.35}.profile-status-meta{border-top:1px solid #94a3b81f;gap:12px;margin:6px 0 0;padding-top:16px;display:grid}.profile-status-meta div{justify-content:space-between;gap:12px;display:flex}.profile-status-meta dt{color:#9fb0c7;font-size:.82rem}.profile-status-meta dd{color:#fff;text-align:right;margin:0;font-size:.84rem;font-weight:800}.profile-action-list{gap:2px}.profile-action-list a{color:#cbdcf1;border-bottom:1px solid #94a3b81a;grid-template-columns:36px minmax(0,1fr) 16px;align-items:center;gap:12px;min-height:50px;padding:8px 0;font-size:.88rem;font-weight:750;display:grid}.profile-action-list a:last-child{border-bottom:0}.profile-protection-card{grid-template-columns:46px minmax(0,1fr);gap:14px}.profile-protection-card>span{width:46px;height:46px}.profile-protection-card p{color:#9fb0c7;margin:8px 0 12px;font-size:.88rem;line-height:1.5}.profile-card-header-line{justify-content:space-between;align-items:center;gap:14px;display:flex}.profile-card-header-line a{color:#8bb6ff;white-space:nowrap;align-items:center;gap:6px;font-size:.86rem;font-weight:800;display:inline-flex}.profile-card-header-line svg{width:16px;height:16px}.profile-sections-page{gap:18px;display:grid}.profile-sections-hero{grid-template-columns:86px minmax(0,1fr) minmax(280px,360px);align-items:center;gap:20px;display:grid}.profile-sections-avatar{width:78px;height:78px;font-size:1.45rem}.profile-sections-hero h2{color:#fff;text-overflow:ellipsis;margin:0;font-size:1.2rem;line-height:1.25;overflow:hidden}.profile-sections-hero p{color:#cbdcf1;text-overflow:ellipsis;margin:7px 0 0;overflow:hidden}.profile-sections-hero span{color:#8fa1bb;margin-top:12px;font-size:.88rem;display:block}.profile-sections-edit-callout{background:#2f78ff1a;border:1px solid #2f78ff38;border-radius:8px;grid-template-columns:38px minmax(0,1fr) 18px;align-items:center;gap:12px;min-height:70px;padding:14px 16px;display:grid}.profile-sections-edit-callout>svg:first-child,.profile-section-card>span,.profile-sections-privacy>span{color:#79a7ff;background:#2f78ff24;border-radius:8px;place-items:center;width:38px;height:38px;display:grid}.profile-sections-edit-callout strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.92rem;display:block;overflow:hidden}.profile-sections-edit-callout small{color:#9fb0c7;text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:.78rem;display:block;overflow:hidden}.profile-sections-edit-callout>svg:last-child{color:#9fb0c7;justify-self:end}.profile-sections-toolbar{grid-template-columns:auto minmax(220px,1fr) 190px 190px;align-items:center;gap:12px;display:grid}.profile-sections-back,.profile-sections-search,.profile-sections-filter,.profile-sections-total{background:#0f1c30c7;border:1px solid #94a3b824;border-radius:8px;min-height:46px}.profile-sections-back,.profile-sections-search,.profile-sections-total{align-items:center;display:inline-flex}.profile-sections-back{color:#d8e6fb;gap:9px;padding:0 16px;font-size:.88rem;font-weight:800}.profile-sections-search{gap:10px;padding:0 14px}.profile-sections-search svg,.profile-sections-back svg,.profile-sections-filter svg,.profile-sections-total svg,.profile-section-card svg,.profile-sections-privacy svg{flex:none;width:18px;height:18px}.profile-sections-search svg{color:#9fb0c7}.profile-sections-search input,.profile-sections-filter{color:#d8e6fb;width:100%;font:inherit;background:0 0;border:0;outline:none;font-size:.9rem}.profile-sections-search input::placeholder{color:#8fa1bb}.profile-sections-filter{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;padding:0 14px}.profile-sections-total{color:#8bb6ff;justify-content:space-between;gap:12px;padding:0 14px;font-size:.86rem;font-weight:850}.profile-sections-total i{--profile-section-total:0%;background:conic-gradient(#2f78ff var(--profile-section-total), #94a3b829 0);border-radius:999px;width:28px;height:28px;display:block}.profile-sections-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.profile-section-card{background:linear-gradient(#0f1c30eb,#0a1220e0),#0a1220;border:1px solid #94a3b824;border-radius:8px;grid-template-columns:48px minmax(0,1fr);gap:14px;min-width:0;min-height:132px;padding:18px;display:grid;box-shadow:0 18px 42px #00000029}.profile-section-card:hover{border-color:#2f78ff5c;transform:translateY(-1px)}.profile-section-card>span{color:#a58bff;background:#7c5cff24;width:46px;height:46px}.profile-section-card-main{align-content:start;gap:8px;min-width:0;display:grid}.profile-section-card-title{grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:10px;display:grid}.profile-section-card h2{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1rem;line-height:1.25;overflow:hidden}.profile-section-card-title svg{color:#cbdcf1}.profile-section-card p{color:#9fb0c7;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.6em;margin:0;font-size:.84rem;line-height:1.35;display:-webkit-box;overflow:hidden}.profile-section-progress-row{grid-template-columns:minmax(72px,1fr) auto auto;align-items:center;gap:10px;margin-top:4px;display:grid}.profile-section-progress-row i{--profile-section-progress:0%;background:#94a3b824;border-radius:999px;height:6px;display:block;position:relative;overflow:hidden}.profile-section-progress-row i:before{content:"";width:var(--profile-section-progress);border-radius:inherit;background:linear-gradient(90deg,#2f78ff,#34d399);position:absolute;inset:0 auto 0 0}.profile-section-progress-row em{color:#cbdcf1;white-space:nowrap;font-size:.78rem;font-style:normal;font-weight:850}.profile-section-progress-row strong{white-space:nowrap;border-radius:999px;padding:5px 9px;font-size:.74rem;font-weight:850}.profile-section-progress-row strong[data-tone=amber]{color:#f5c35d;background:#f5c35d1f}.profile-section-progress-row strong[data-tone=blue]{color:#79a7ff;background:#2f78ff24}.profile-section-progress-row strong[data-tone=green]{color:#57d19b;background:#34d3991f}.profile-section-progress-row strong[data-tone=slate]{color:#9fb0c7;background:#94a3b81f}.profile-sections-empty{color:#9fb0c7;grid-column:1/-1}.profile-sections-privacy{grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.profile-sections-privacy>span{color:#a58bff;background:#7c5cff29;width:56px;height:56px}.profile-sections-privacy h2{color:#fff;margin:0;font-size:1rem}.profile-sections-privacy p{color:#9fb0c7;margin:7px 0 0;font-size:.88rem;line-height:1.45}@media (max-width:1300px){.profile-overview-page{grid-template-columns:1fr}.profile-overview-side{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-sections-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1500px){.profile-hero-card{grid-template-columns:112px minmax(0,1fr)}.profile-edit-button{grid-column:2;justify-self:start}}@media (max-width:980px){.profile-hero-card,.profile-completion-content,.profile-overview-side{grid-template-columns:1fr}.profile-edit-button{grid-column:auto;justify-self:start}.profile-sections-hero,.profile-sections-toolbar,.profile-sections-privacy{grid-template-columns:1fr}.profile-sections-edit-callout,.profile-sections-back,.profile-sections-total{justify-self:start}.profile-sections-search,.profile-sections-filter{width:100%}}@media (max-width:640px){.profile-hero-card,.profile-completion-card,.profile-data-card,.profile-status-card,.profile-actions-card,.profile-protection-card{padding:18px}.profile-hero-title{display:grid}.profile-hero-avatar{width:86px;height:86px;font-size:1.55rem}.profile-task-row{grid-template-columns:36px minmax(0,1fr) 16px}.profile-task-row em{grid-column:2/4;justify-self:start}.profile-data-row{grid-template-columns:40px minmax(0,1fr) 16px}.profile-data-row em{grid-column:2;justify-self:start}.profile-data-row>svg{grid-area:1/3/3}.profile-editor-card .profile-card-title,.profile-editor-card .profile-field-groups,.profile-editor-actions{padding-inline:18px}.profile-editor-actions{grid-template-columns:1fr}.profile-card-header-line{align-items:flex-start}.profile-sections-grid{grid-template-columns:1fr}.profile-section-card{min-height:auto;padding:16px}.profile-section-progress-row{grid-template-columns:minmax(0,1fr) auto}.profile-section-progress-row strong{grid-column:1/-1;justify-self:start}.profile-sections-privacy .account-link-button{justify-self:start}}.profile-edit-screen{color:#eef6ff;background:radial-gradient(circle at 82% 0,#2f78ff2e,#0000 34rem),linear-gradient(135deg,#07111f 0%,#08111f 58%,#06101d 100%);min-height:100vh}.profile-edit-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#060e1be0;border-bottom:1px solid #94a3b824;justify-content:space-between;align-items:center;gap:20px;min-height:70px;padding:0 42px;display:flex}.profile-edit-brand,.profile-edit-top-actions,.profile-edit-top-actions a,.profile-edit-account-chip,.profile-edit-back{align-items:center;display:inline-flex}.profile-edit-brand{color:#fff;gap:12px}.profile-edit-brand>span{color:#fff;background:linear-gradient(135deg,#2f78ff,#1947d6);border-radius:8px;place-items:center;width:42px;height:42px;display:grid}.profile-edit-brand svg,.profile-edit-top-actions svg,.profile-edit-back svg,.profile-edit-tabs svg,.profile-edit-section-row svg,.profile-edit-savebar svg,.profile-edit-bottom-nav svg,.profile-edit-form-header svg,.profile-edit-note svg{flex:none;width:18px;height:18px}.profile-edit-brand strong{color:#fff;font-size:1.1rem}.profile-edit-top-actions{gap:18px}.profile-edit-top-actions a{color:#cbdcf1;gap:8px;font-size:.9rem;font-weight:750}.profile-edit-account-chip{color:#fff;gap:10px}.profile-edit-account-chip>span{color:#8bb6ff;background:linear-gradient(135deg,#22334d,#111d2e);border-radius:999px;place-items:center;width:38px;height:38px;font-size:.76rem;font-weight:850;display:grid}.profile-edit-container{gap:18px;width:min(100%,1680px);margin:0 auto;padding:28px 42px 48px;display:grid}.profile-edit-back{color:#9fb0c7;justify-self:start;gap:8px;font-size:.9rem;font-weight:750}.profile-edit-grid{grid-template-columns:minmax(0,1fr) 430px;align-items:start;gap:24px;display:grid}.profile-edit-main,.profile-edit-side{gap:18px;min-width:0;display:grid}.profile-edit-card,.profile-edit-form-card{background:linear-gradient(#0f1c30f0,#0a1220e6),#0a1220;border:1px solid #94a3b824;border-radius:8px;min-width:0;box-shadow:0 22px 60px #0000003d}.profile-edit-hero{grid-template-columns:90px minmax(0,1fr) auto;align-items:center;gap:20px;padding:22px 24px;display:grid}.profile-edit-avatar{width:82px;height:82px;font-size:1.55rem}.profile-edit-hero h2{color:#fff;text-overflow:ellipsis;margin:0;font-size:1.25rem;line-height:1.25;overflow:hidden}.profile-edit-hero p{color:#9fb0c7;text-overflow:ellipsis;margin:8px 0 0;overflow:hidden}.profile-edit-form-card{overflow:hidden}.profile-edit-form-header{justify-content:space-between;align-items:center;gap:18px;padding:24px 28px 20px;display:flex}.profile-edit-form-header h1{color:#fff;margin:0;font-size:1.2rem;line-height:1.2}.profile-edit-form-header p{color:#9fb0c7;margin:8px 0 0;font-size:.9rem}.profile-edit-form-header>span{color:#79a7ff;white-space:nowrap;background:#2f78ff1a;border:1px solid #2f78ff38;border-radius:8px;align-items:center;gap:8px;min-height:36px;padding:6px 12px;font-size:.82rem;font-weight:800;display:inline-flex}.profile-edit-tabs{border-top:1px solid #94a3b81a;border-bottom:1px solid #94a3b81f;grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.profile-edit-tabs button,.profile-edit-tabs a{color:#9fb0c7;min-height:58px;font:inherit;cursor:pointer;background:0 0;border:0;border-right:1px solid #94a3b81a;justify-content:center;align-items:center;gap:9px;font-size:.9rem;font-weight:800;display:inline-flex}.profile-edit-tabs a:last-child{border-right:0}.profile-edit-tabs button.active{color:#fff;box-shadow:inset 0 -3px #2f78ff}.profile-edit-panel{gap:20px;padding:24px 28px;display:grid}.profile-edit-fieldset{border:0;min-width:0;margin:0;padding:0}.profile-edit-fieldset legend{color:#fff;margin-bottom:18px;font-size:1.05rem;font-weight:850}.profile-edit-fieldset label{color:#aebed3}.profile-edit-fieldset label>span{gap:4px;display:inline-flex}.profile-edit-fieldset label em{color:#ff7f8e;font-style:normal}.profile-edit-fieldset input{background:#050b168f;border-color:#94a3b82e;border-radius:8px;min-height:50px}.profile-edit-fieldset input:disabled{color:#8fa1bb;opacity:1}.profile-edit-note{color:#aebed3;background:#2f78ff14;border:1px solid #2f78ff2e;border-radius:8px;align-items:center;gap:10px;margin:0;padding:14px 16px;font-size:.9rem;line-height:1.45;display:flex}.profile-edit-note svg{color:#79a7ff}.profile-edit-savebar{border-top:1px solid #94a3b81f;justify-content:space-between;align-items:center;gap:18px;padding:18px 28px;display:flex}.profile-edit-savebar p{color:#57d19b;align-items:center;gap:8px;margin:0;font-size:.9rem;font-weight:750;display:inline-flex}.profile-edit-savebar p[data-dirty=true]{color:#f5c35d}.profile-edit-savebar>div{gap:12px;display:flex}.profile-edit-savebar .button{border-radius:8px;min-width:160px;min-height:46px}.profile-edit-bottom-nav{justify-content:space-between;align-items:center;gap:16px;display:flex}.profile-edit-bottom-nav a,.profile-edit-bottom-nav button{color:#d8e6fb;min-height:48px;font:inherit;cursor:pointer;background:#0f1c30b8;border:1px solid #94a3b824;border-radius:8px;align-items:center;gap:10px;padding:0 20px;font-weight:800;display:inline-flex}.profile-edit-bottom-nav a:last-child,.profile-edit-bottom-nav button:last-child{color:#fff;background:#2f78ff;border-color:#2f78ff3d}.profile-edit-sections-card{gap:16px;padding:22px;display:grid}.profile-edit-sections-card h2{color:#fff;margin:0;font-size:1.05rem}.profile-edit-section-list{gap:10px;display:grid}.profile-edit-section-row{color:#d8e6fb;min-height:58px;font:inherit;text-align:left;cursor:pointer;background:#08122080;border:1px solid #94a3b81f;border-radius:8px;grid-template-columns:38px minmax(0,1fr) 94px auto 16px;align-items:center;gap:12px;padding:10px 12px;display:grid}.profile-edit-section-row[data-active=true]{background:#2f78ff1f;border-color:#2f78ff75}.profile-edit-section-row>span{color:#79a7ff;background:#2f78ff24;border-radius:8px;place-items:center;width:36px;height:36px;display:grid}.profile-edit-section-row strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:.88rem;overflow:hidden}.profile-edit-section-row i{background:#94a3b81f;border-radius:999px;height:6px;display:block;position:relative;overflow:hidden}.profile-edit-section-row i b{width:var(--profile-edit-row-progress);border-radius:inherit;background:#34d399;position:absolute;inset:0 auto 0 0}.profile-edit-section-row em{color:#9fb0c7;white-space:nowrap;font-size:.78rem;font-style:normal;font-weight:800}.profile-edit-section-row>svg:last-child{color:#9fb0c7}.profile-edit-completion-mini{align-items:center;gap:12px;padding-top:4px;display:flex}.profile-edit-completion-mini span{color:#79a7ff;font-size:1.5rem;font-weight:900}.profile-edit-completion-mini p{color:#9fb0c7;margin:0;font-size:.86rem}@media (max-width:1180px){.profile-edit-grid{grid-template-columns:1fr}.profile-edit-side{order:-1}}@media (max-width:760px){.profile-edit-topbar,.profile-edit-container{padding-inline:16px}.profile-edit-topbar{min-height:auto;padding-block:16px}.profile-edit-top-actions a{display:none}.profile-edit-side{order:0}.profile-edit-hero{grid-template-columns:72px minmax(0,1fr)}.profile-edit-hero .profile-status-chip{grid-column:1/-1;justify-self:start}.profile-edit-avatar{width:68px;height:68px;font-size:1.3rem}.profile-edit-form-header,.profile-edit-savebar,.profile-edit-bottom-nav{display:grid}.profile-edit-form-header>span{justify-self:start}.profile-edit-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-edit-tabs button,.profile-edit-tabs a{border-bottom:1px solid #94a3b81a;justify-content:flex-start;padding-inline:16px}.profile-edit-panel,.profile-edit-form-header,.profile-edit-savebar{padding-inline:18px}.profile-edit-savebar>div,.profile-edit-savebar .button{width:100%}.profile-edit-savebar>div{display:grid}.profile-edit-bottom-nav a,.profile-edit-bottom-nav button{justify-content:center;width:100%}.profile-edit-section-row{grid-template-columns:36px minmax(0,1fr) 16px}.profile-edit-section-row i,.profile-edit-section-row em{grid-column:2/4}}.consent-screen{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--consent-page-bg:radial-gradient(circle at 10% 0%, #2563eb47, transparent 30rem), radial-gradient(circle at 90% 90%, #7c3aed33, transparent 28rem), #07111f;--consent-panel:#0a1220f5;--consent-panel-soft:#0f1c30eb;--consent-card:#0c182af0;--consent-border:#94a3b82e;--consent-border-strong:#94a3b842;--consent-text:#eef6ff;--consent-muted:#9eb1ca;--consent-accent:#60a5fa;--consent-accent-strong:#3b82f6;--consent-success:#34d399;--consent-warning-bg:#f59e0b1c;--consent-warning-border:#f59e0b5c;--consent-warning-text:#fcd34d;--consent-error-bg:#f871711f;--consent-error-border:#f8717157;--consent-error-text:#fca5a5;background:var(--consent-page-bg);color:var(--consent-text)}.consent-screen[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--consent-page-bg:radial-gradient(circle at 12% 82%, #60a5fa33, transparent 32rem), linear-gradient(135deg, #eef5ff 0%, #f8fbff 42%, #eaf3ff 100%);--consent-panel:#fffffff0;--consent-panel-soft:#fbfdff;--consent-card:white;--consent-border:#e5eaf2;--consent-border-strong:#94a3b847;--consent-text:#0f172a;--consent-muted:#60718a;--consent-accent:#2563eb;--consent-accent-strong:#2563eb;--consent-success:#16a34a;--consent-warning-bg:#fffbeb;--consent-warning-border:#fde68a;--consent-warning-text:#92400e;--consent-error-bg:#fff1f2;--consent-error-border:#fecaca;--consent-error-text:#b91c1c}.consent-shell{border-color:var(--consent-border-strong);background:var(--consent-panel);box-shadow:0 24px 80px #02061757}.consent-topbar{border-bottom-color:var(--consent-border)}.consent-topbar-actions{align-items:center;gap:.8rem;display:flex}.consent-theme-toggle{border:1px solid var(--consent-border);background:var(--consent-panel-soft);color:var(--consent-accent);cursor:pointer;border-radius:999px;padding:.55rem .8rem}.consent-brand strong,.consent-user strong,.consent-main h1,.consent-app-title strong,.consent-data-header strong,.consent-data-item strong,.consent-side strong{color:var(--consent-text)}.consent-brand span,.consent-user span,.consent-app p,.consent-description,.consent-data-item small,.consent-side p,.consent-note p,.consent-loading{color:var(--consent-muted)}.consent-shield{border-color:var(--consent-accent);color:var(--consent-accent)}.consent-avatar{color:var(--consent-accent);background:#60a5fa24}.consent-app-title span,.consent-app code,.consent-data-header span,.consent-note a,.consent-side a{color:var(--consent-accent)}.consent-app-title span{background:#60a5fa1f}.consent-warning{border-color:var(--consent-warning-border);background:var(--consent-warning-bg);color:var(--consent-warning-text);gap:.35rem;display:grid}.consent-error{border-color:var(--consent-error-border);background:var(--consent-error-bg);color:var(--consent-error-text)}.consent-data-header{border-top-color:var(--consent-border)}.consent-data-list,.consent-side,.consent-note{border-color:var(--consent-border)}.consent-data-item,.consent-side{background:var(--consent-panel-soft)}.consent-data-item+.consent-data-item,.consent-side article+article{border-top-color:var(--consent-border)}.consent-data-item ul{color:var(--consent-muted)}.consent-check{color:var(--consent-success);background:#34d3991f}.consent-chevron{color:var(--consent-muted)}.consent-scope-icon.custom{color:var(--consent-muted);background:#94a3b824}.consent-note{background:#60a5fa1a}.consent-actions-v2{grid-template-columns:1fr 1fr}.consent-button{border-color:var(--consent-border);background:var(--consent-card);color:var(--consent-accent)}.consent-button.primary{border-color:var(--consent-accent-strong);background:var(--consent-accent-strong);color:#fff}@media (max-width:900px){.consent-topbar-actions{flex-direction:column;align-items:flex-end}}@media (max-width:640px){.consent-topbar-actions{align-items:stretch;width:100%}}.consent-shield svg,.consent-language svg,.consent-account-icon svg,.consent-account-switch svg,.consent-required-lock svg,.consent-granular-info-icon svg,.consent-note svg,.consent-scope-icon svg{width:1em;height:1em;display:block}.consent-language{display:none}.consent-screen[data-layout=granular]{color:#eef6ff;background:radial-gradient(circle at 16% 10%,#2563eb33,#0000 28rem),radial-gradient(circle at 80% 92%,#0ea5e91f,#0000 26rem),linear-gradient(#050b18 0%,#08111f 55%,#06101d 100%);min-height:100vh;padding:24px 48px 34px}.consent-shell[data-layout=granular]{width:min(1380px,100%);box-shadow:none;background:0 0;border:0;overflow:visible}.consent-shell[data-layout=granular] .consent-topbar{border:0;padding:0 0 28px}.consent-shell[data-layout=granular] .consent-brand{gap:12px}.consent-shell[data-layout=granular] .consent-shield{color:#2f78ff;border:2px solid #2f78ff;border-radius:8px;width:44px;height:44px;font-size:1.5rem;box-shadow:0 10px 26px #2f78ff33}.consent-shell[data-layout=granular] .consent-brand strong{color:#fff;letter-spacing:0;text-transform:uppercase;font-size:1.18rem;line-height:1}.consent-shell[data-layout=granular] .consent-brand div span{color:#2f78ff;letter-spacing:.08em;text-transform:uppercase;margin-top:3px;font-size:.74rem;font-weight:800}.consent-shell[data-layout=granular] .consent-theme-toggle,.consent-shell[data-layout=granular] .consent-user{display:none}.consent-shell[data-layout=granular] .consent-language{color:#c9d5e8;align-items:center;gap:10px;font-size:.98rem;display:flex}.consent-shell[data-layout=granular] .consent-language svg{width:20px;height:20px}.consent-granular-wrap{gap:20px;display:grid}.consent-granular-grid{grid-template-columns:minmax(0,1fr) 410px;align-items:stretch;gap:28px;display:grid}.consent-granular-card,.consent-granular-side{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a1220d1;border:1px solid #94a3b82e;border-radius:8px;box-shadow:0 22px 70px #00000042}.consent-granular-main{color:#eef6ff;align-content:start;gap:20px;padding:42px;display:grid}.consent-granular-copy-block{gap:14px;display:grid}.consent-granular-copy-block h1{color:#fff;letter-spacing:0;margin:0;font-size:2.32rem;line-height:1.12}.consent-granular-copy-block p{color:#b6c2d5;margin:0;font-size:1rem;line-height:1.6}.consent-account-card{background:#0f1c30b8;border:1px solid #94a3b829;border-radius:8px;grid-template-columns:52px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:84px;padding:16px 24px;display:grid}.consent-account-icon{color:#2f78ff;background:#2563eb26;border-radius:8px;place-items:center;width:52px;height:52px;font-size:1.45rem;display:grid}.consent-account-card span{color:#9eacc1;font-size:.93rem}.consent-account-card strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:1rem;display:block;overflow:hidden}.consent-account-switch{color:#2f78ff;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;font-weight:700;display:inline-flex}.consent-account-switch svg{width:18px;height:18px}.consent-granular-main h2{color:#fff;letter-spacing:0;margin:6px 0 -4px;font-size:1.18rem;line-height:1.25}.consent-granular-list{gap:4px;display:grid}.consent-granular-item{color:#eef6ff;text-align:left;cursor:pointer;background:#0f1c30a8;border:1px solid #94a3b824;border-radius:8px;grid-template-columns:52px minmax(0,1fr) 64px 128px;align-items:center;gap:14px;width:100%;min-height:68px;padding:10px 22px 10px 16px;display:grid}.consent-granular-item:hover{background:#14243cc2;border-color:#60a5fa61}.consent-granular-item[data-required=true]{cursor:default}.consent-granular-item[data-required=true]:hover{background:#0f1c30a8;border-color:#94a3b824}.consent-granular-item .consent-scope-icon.blue{color:#2f78ff;background:#2563eb29}.consent-granular-item .consent-scope-icon.green{color:#4ade80;background:#22c55e24}.consent-granular-item .consent-scope-icon.purple{color:#c084fc;background:#a855f729}.consent-granular-item .consent-scope-icon.amber{color:#f59e0b;background:#f59e0b26}.consent-granular-item .consent-scope-icon.custom{color:#38bdf8;background:#0ea5e924}.consent-granular-copy{gap:4px;min-width:0;display:grid}.consent-granular-copy strong{color:#fff;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.2;overflow:hidden}.consent-granular-copy small{color:#9eacc1;text-overflow:ellipsis;white-space:nowrap;font-size:.86rem;line-height:1.25;overflow:hidden}.consent-toggle{background:#1e293be0;border:1px solid #94a3b82e;border-radius:999px;width:56px;height:32px;transition:background .16s,border-color .16s;position:relative}.consent-toggle span{background:#dbe7ff;border-radius:999px;width:20px;height:20px;transition:transform .16s;position:absolute;top:5px;left:5px;box-shadow:0 4px 12px #00000042}.consent-toggle[data-checked=true],.consent-toggle[data-required=true][data-checked=true]{background:linear-gradient(135deg,#2563eb,#0b7cff);border-color:#2f78ffcc}.consent-toggle[data-checked=true] span{background:#fff;transform:translate(24px)}.consent-required-lock{color:#2f78ff;background:#2f78ff1c;border:1px solid #2f78ff57;border-radius:8px;justify-self:end;place-items:center;width:44px;height:34px;font-size:1.12rem;display:grid}.consent-optional-chip{color:#aab7ca;text-align:center;border:1px solid #94a3b824;border-radius:8px;justify-self:end;min-width:118px;padding:8px 10px;font-size:.86rem;line-height:1}.consent-granular-main .consent-note{background:#2f78ff1a;border-color:#2f78ff4d;border-radius:8px;gap:14px;margin-top:8px;padding:14px 18px}.consent-granular-main .consent-note>span{color:#2f78ff;flex:none;place-items:center;width:28px;height:28px;font-size:1.2rem;display:grid}.consent-granular-main .consent-note p{color:#b6c2d5;font-size:.93rem}.consent-granular-main .consent-actions-v2{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:20px;padding:0}.consent-granular-main .consent-button{color:#fff;background:#0c182aeb;border-color:#94a3b852;border-radius:8px;min-height:54px;font-size:1.03rem}.consent-granular-main .consent-button.primary{color:#fff;background:linear-gradient(135deg,#2563eb,#0b7cff);border-color:#0b7cff;box-shadow:0 18px 38px #2563eb57}.consent-granular-side{align-content:start;min-height:100%;padding:22px 26px;display:grid}.consent-granular-side article{grid-template-columns:56px minmax(0,1fr);gap:24px;padding:16px 0 32px;display:grid}.consent-granular-side article+article{border-top:1px solid #94a3b824;padding-top:32px}.consent-granular-side article:last-child{padding-bottom:16px}.consent-granular-info-icon{color:#2f78ff;background:#2563eb1f;border-radius:8px;place-items:center;width:56px;height:56px;font-size:1.8rem;display:grid}.consent-granular-side strong{color:#fff;font-size:1.02rem;line-height:1.35;display:block}.consent-granular-side p{color:#a7b4c8;margin:12px 0 0;font-size:.94rem;line-height:1.72}.consent-granular-legal{color:#8d9bb1;text-align:center;width:min(620px,100%);margin:2px auto 0;font-size:.9rem;line-height:1.55}.consent-granular-legal a{color:#2f78ff}@media (max-width:1120px){.consent-screen[data-layout=granular]{padding:22px}.consent-granular-grid{grid-template-columns:1fr}.consent-granular-side{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}.consent-granular-side article+article{border-top:0;padding-top:16px}}@media (max-width:760px){.consent-screen[data-layout=granular]{padding:28px 20px 36px}.consent-shell[data-layout=granular] .consent-topbar{border-bottom:1px solid #94a3b824;align-items:center;padding-bottom:24px}.consent-shell[data-layout=granular] .consent-shield{width:48px;height:48px;font-size:1.65rem}.consent-shell[data-layout=granular] .consent-brand strong{font-size:1.28rem}.consent-shell[data-layout=granular] .consent-brand div span{font-size:.72rem}.consent-shell[data-layout=granular] .consent-language{gap:8px;font-size:1rem;display:flex}.consent-shell[data-layout=granular] .consent-language svg{width:19px;height:19px}.consent-granular-wrap{gap:28px;padding-top:30px}.consent-granular-grid{display:block}.consent-granular-card,.consent-granular-side{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0}.consent-granular-main{gap:24px;padding:0}.consent-granular-copy-block h1{font-size:2rem;line-height:1.16}.consent-granular-copy-block p{font-size:1rem;line-height:1.7}.consent-account-card{background:#0a122080;border-color:#94a3b838;grid-template-columns:56px minmax(0,1fr) auto;gap:16px;min-height:104px;padding:18px 20px}.consent-account-icon{border-radius:18px;width:56px;height:56px;font-size:1.5rem}.consent-account-card span{text-transform:uppercase;font-size:.82rem}.consent-account-card strong{margin-top:9px;font-size:1.02rem}.consent-account-switch{gap:4px;font-size:.95rem}.consent-account-switch svg{display:none}.consent-granular-main h2{margin:8px 0 2px;font-size:1.18rem}.consent-granular-list{gap:8px}.consent-granular-item{background:#0a122080;border-color:#94a3b82b;grid-template-columns:48px minmax(0,1fr) 58px minmax(36px,max-content);gap:12px;min-height:98px;padding:14px 16px 14px 14px}.consent-granular-item .consent-scope-icon{border-radius:14px;width:48px;height:48px;font-size:1.36rem}.consent-granular-copy{gap:8px}.consent-granular-copy strong,.consent-granular-copy small{white-space:normal}.consent-granular-copy strong{font-size:.96rem;line-height:1.28}.consent-granular-copy small{font-size:.84rem;line-height:1.35}.consent-toggle{grid-area:1/3;justify-self:end;width:56px;height:32px}.consent-required-lock,.consent-optional-chip{grid-area:1/4;align-self:center;margin-left:0}.consent-required-lock{color:#79a7ff;background:0 0;border:0;width:34px;height:34px;font-size:1.18rem}.consent-optional-chip{color:#aab7ca;text-align:right;border:0;min-width:0;padding:0;font-size:.82rem}.consent-granular-main .consent-note{align-items:center;margin-top:0;padding:18px 20px}.consent-granular-main .consent-note>span{width:42px;height:42px;font-size:1.36rem}.consent-granular-main .consent-note p{font-size:.96rem;line-height:1.55}.consent-granular-main .consent-actions-v2{grid-template-columns:1fr 1fr;gap:14px}.consent-granular-main .consent-button{min-height:62px;font-size:1.08rem}.consent-granular-side{display:none}.consent-granular-legal{margin-top:4px;font-size:.92rem;line-height:1.65}}@media (max-width:520px){.consent-screen[data-layout=granular]{padding:22px 16px 30px}.consent-shell[data-layout=granular] .consent-brand{gap:10px}.consent-shell[data-layout=granular] .consent-shield{width:42px;height:42px;font-size:1.45rem}.consent-shell[data-layout=granular] .consent-brand strong{font-size:1.04rem}.consent-shell[data-layout=granular] .consent-brand div span{font-size:.62rem}.consent-shell[data-layout=granular] .consent-language{font-size:.9rem}.consent-shell[data-layout=granular] .consent-language svg{width:17px;height:17px}.consent-granular-copy-block h1{font-size:1.72rem}.consent-account-card{grid-template-columns:50px minmax(0,1fr)}.consent-account-switch{grid-column:2;justify-self:start}.consent-granular-item{grid-template-columns:44px minmax(0,1fr) 54px auto;gap:10px;padding:12px}.consent-granular-item .consent-scope-icon{width:44px;height:44px}.consent-granular-copy strong{font-size:.9rem}.consent-granular-copy small{font-size:.78rem}.consent-toggle{width:52px;height:30px}.consent-toggle span{width:18px;height:18px}.consent-toggle[data-checked=true] span{transform:translate(22px)}.consent-optional-chip{font-size:.75rem}}@media (max-width:430px){.consent-granular-item{grid-template-columns:44px minmax(0,1fr) 54px;min-height:112px}.consent-toggle{grid-column:3}.consent-required-lock,.consent-optional-chip{grid-area:2/2/auto/4;justify-self:end}.consent-granular-main .consent-actions-v2{grid-template-columns:1fr}}.consent-shell[data-layout=granular]{grid-template-rows:auto minmax(0,1fr);width:min(1180px,100%);height:100%;display:grid;overflow:hidden}.consent-shell[data-layout=granular] .consent-topbar{padding:0 0 clamp(10px,1.8vh,18px)}.consent-shell[data-layout=granular] .consent-shield{width:clamp(36px,5vh,44px);height:clamp(36px,5vh,44px)}.consent-granular-wrap,.consent-granular-grid{min-height:0}.consent-granular-wrap{display:grid}.consent-granular-card{min-height:0}.consent-granular-copy-block{gap:6px}.consent-granular-copy-block p{font-size:clamp(.84rem,1.4vw,.95rem);line-height:1.35}.consent-account-card span{font-size:.78rem}.consent-account-card strong{margin-top:2px;font-size:.92rem}.consent-account-switch,.consent-info-button{color:#79a7ff;background:#2f78ff14;border:1px solid #2f78ff47;border-radius:8px;min-height:34px;padding:0 10px;font-size:.86rem;font-weight:800}.consent-granular-heading-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.consent-granular-main h2{margin:0;font-size:1rem}.consent-granular-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-height:0;display:grid}.consent-granular-item{grid-template-columns:40px minmax(0,1fr) 52px 36px;gap:10px;min-height:56px;padding:8px 10px}.consent-granular-item .consent-scope-icon{width:36px;height:36px;font-size:1.05rem}.consent-granular-copy strong{font-size:.9rem}.consent-granular-copy small{font-size:.76rem}.consent-toggle{width:48px;height:28px}.consent-toggle span{width:18px;height:18px;top:4px;left:4px}.consent-toggle[data-checked=true] span{transform:translate(20px)}.consent-required-lock{background:#2f78ff1a;border-color:#2f78ff6b;width:34px;height:30px}.consent-optional-chip{background:0 0;border:0;min-width:0;padding:0;font-size:.72rem}.consent-help-backdrop{z-index:20;background:#020817b8;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.consent-help-dialog{color:#eef6ff;background:#0b1424;border:1px solid #94a3b833;border-radius:8px;gap:12px;width:min(460px,100%);padding:22px;display:grid;box-shadow:0 24px 80px #0000006b}.consent-help-dialog h2,.consent-help-dialog p{margin:0}.consent-help-dialog h2{font-size:1.2rem}.consent-help-dialog p{color:#b6c2d5;font-size:.92rem;line-height:1.45}.consent-help-dialog a{color:#79a7ff}@media (max-width:760px){.consent-screen[data-layout=granular]{padding:12px}.consent-shell[data-layout=granular] .consent-topbar{padding-bottom:10px}.consent-shell[data-layout=granular] .consent-brand{gap:8px}.consent-shell[data-layout=granular] .consent-brand strong{font-size:1rem}.consent-shell[data-layout=granular] .consent-brand div span{font-size:.62rem}.consent-shell[data-layout=granular] .consent-language{font-size:.86rem}.consent-granular-wrap{gap:0;padding-top:0}.consent-granular-grid{display:grid}.consent-granular-card{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0}.consent-granular-main{gap:8px;padding:0}.consent-granular-copy-block h1{font-size:clamp(1.28rem,6vw,1.72rem)}.consent-granular-copy-block p{font-size:.82rem}.consent-account-card{grid-template-columns:36px minmax(0,1fr) auto;gap:8px;min-height:52px;padding:7px 9px}.consent-account-icon{border-radius:8px;width:36px;height:36px;font-size:1rem}.consent-account-card span{text-transform:uppercase;font-size:.68rem}.consent-account-card strong{margin-top:1px;font-size:.82rem}.consent-account-switch{grid-column:auto;justify-self:end;min-height:30px;padding:0 8px;font-size:.72rem}.consent-account-switch svg{display:none}.consent-info-button{min-height:30px;font-size:.78rem}.consent-granular-list{grid-template-columns:1fr;gap:6px}.consent-granular-item{grid-template-columns:34px minmax(0,1fr) 46px 28px;gap:8px;min-height:50px;padding:6px 8px}.consent-granular-item .consent-scope-icon{border-radius:8px;width:32px;height:32px;font-size:.92rem}.consent-granular-copy strong,.consent-granular-copy small{white-space:nowrap}.consent-granular-copy strong{font-size:.82rem}.consent-granular-copy small{font-size:.69rem}.consent-toggle{grid-area:auto;width:44px;height:26px}.consent-toggle span{width:16px;height:16px}.consent-toggle[data-checked=true] span{transform:translate(18px)}.consent-required-lock,.consent-optional-chip{grid-area:auto}.consent-required-lock{width:28px;height:28px;font-size:.95rem}.consent-optional-chip{display:none}.consent-granular-main .consent-actions-v2{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px}.consent-granular-main .consent-button{min-height:44px;font-size:.88rem}}@media (max-height:680px){.consent-shell[data-layout=granular] .consent-brand div span,.consent-granular-copy-block p,.consent-granular-copy small{display:none}.consent-granular-main{gap:7px}.consent-granular-item{min-height:44px}}.consent-screen[data-layout=granular]{height:auto;min-height:100svh;padding:clamp(18px,3vh,32px) clamp(18px,4vw,56px);overflow:hidden auto}.consent-shell[data-layout=granular]{justify-self:center;width:min(880px,100%);height:auto;min-height:0;overflow:visible}.consent-shell[data-layout=granular] .consent-topbar{padding-bottom:clamp(14px,2.2vh,24px)}.consent-granular-wrap,.consent-granular-grid,.consent-granular-card{min-height:0}.consent-granular-card{align-self:start}.consent-granular-wrap{align-self:start;gap:12px;display:grid}.consent-granular-grid{grid-template-columns:minmax(0,1fr);height:auto;display:grid}.consent-granular-main{grid-template-rows:auto auto auto auto auto;gap:12px;height:auto;min-height:0;padding:clamp(18px,2.4vw,26px);display:grid}.consent-granular-copy-block h1{font-size:clamp(1.85rem,2.5vw,2.35rem);line-height:1.06}.consent-granular-copy-block p{max-width:64rem;font-size:clamp(.9rem,1.2vw,1rem);line-height:1.45}.consent-account-card{grid-template-columns:44px minmax(0,1fr) auto;gap:12px;min-height:62px;padding:9px 12px}.consent-account-icon{width:40px;height:40px;font-size:1.2rem}.consent-account-switch,.consent-info-button{color:#8bb6ff;background:#2f78ff1a;border:1px solid #2f78ff52;border-radius:8px;min-height:40px;padding:0 16px}.consent-granular-heading-row{align-items:center}.consent-granular-list{grid-template-columns:minmax(0,1fr);gap:6px;overflow:visible}.consent-granular-item{grid-template-columns:40px minmax(0,1fr) 54px minmax(30px,max-content);align-items:center;gap:10px;min-height:52px;padding:6px 9px}.consent-granular-item .consent-scope-icon{border-radius:8px;width:32px;height:32px;font-size:.98rem}.consent-granular-copy{gap:5px}.consent-granular-copy strong{white-space:normal;font-size:.92rem;line-height:1.18}.consent-granular-copy small{white-space:normal;font-size:.8rem;line-height:1.25}.consent-required-lock{border-radius:8px;justify-self:end;width:30px;height:30px;position:relative}.consent-optional-chip{color:#aab7ca;background:0 0;border:0;justify-self:end;min-width:0;padding:0;font-size:.76rem;position:relative}.consent-granular-note{color:#b6c2d5;background:#2f78ff14;border:1px solid #2f78ff3d;border-radius:8px;align-items:center;gap:10px;min-height:36px;padding:8px 12px;font-size:.9rem;display:inline-flex}.consent-granular-note svg{color:#79a7ff;flex:none;width:18px;height:18px}.consent-granular-main .consent-actions-v2{grid-template-columns:minmax(0,1fr) minmax(0,1.12fr);gap:14px}.consent-granular-main .consent-button{min-height:50px;font-size:1rem}.consent-toast{z-index:30;color:#eef6ff;background:#08111ff5;border:1px solid #2f78ff4d;border-radius:8px;max-width:min(380px,100vw - 32px);padding:12px 16px;position:fixed;bottom:clamp(16px,3vw,32px);right:clamp(16px,3vw,32px);box-shadow:0 18px 48px #0000005c}.consent-tooltip{position:relative}.consent-tooltip-bubble{z-index:10;color:#d8e6fb;opacity:0;pointer-events:none;background:#0b1424;border:1px solid #94a3b838;border-radius:8px;width:max-content;max-width:220px;padding:8px 10px;font-size:.76rem;line-height:1.3;transition:opacity .14s,transform .14s;position:absolute;bottom:calc(100% + 8px);right:0;transform:translateY(4px)}.consent-tooltip:hover .consent-tooltip-bubble,.consent-tooltip:focus-visible .consent-tooltip-bubble{opacity:1;transform:translateY(0)}@media (max-width:760px){.consent-screen[data-layout=granular]{height:auto;min-height:100svh;padding:22px 18px 28px;overflow-y:auto}.consent-shell[data-layout=granular]{width:100%;min-height:auto;overflow:visible}.consent-shell[data-layout=granular] .consent-topbar{padding-bottom:20px}.consent-granular-main{gap:18px;padding:0}.consent-requester-card{grid-template-columns:44px minmax(0,1fr);min-height:66px;padding:10px 12px}.consent-requester-icon{width:44px;height:44px}.consent-granular-copy-block h1{font-size:clamp(1.8rem,8vw,2.35rem)}.consent-granular-copy-block p{font-size:.98rem;line-height:1.5;display:block}.consent-account-card{grid-template-columns:44px minmax(0,1fr) auto;min-height:64px;padding:10px 12px}.consent-account-switch{background:0 0;border:0;grid-column:auto;justify-self:end;min-height:32px;padding:0 8px;font-size:.82rem}.consent-info-button{min-height:34px;padding:0 12px;font-size:.78rem}.consent-granular-list{grid-template-columns:1fr;gap:10px}.consent-granular-item{grid-template-columns:40px minmax(0,1fr) 50px minmax(30px,max-content);min-height:64px;padding:9px 10px}.consent-granular-item .consent-scope-icon{width:36px;height:36px}.consent-granular-copy strong,.consent-granular-copy small{white-space:normal}.consent-optional-chip{display:inline-flex}.consent-granular-main .consent-actions-v2{grid-template-columns:1fr 1fr;gap:12px}.consent-granular-main .consent-button{min-height:58px;font-size:1rem}.consent-toast{bottom:16px;left:16px;right:16px}}@media (max-width:430px){.consent-granular-main .consent-actions-v2{grid-template-columns:1fr}.consent-granular-item{grid-template-columns:40px minmax(0,1fr) 48px 30px;min-height:64px}.consent-required-lock{grid-column:auto;justify-self:end;width:30px;height:30px}.consent-optional-chip{display:none}}.profile-edit-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-edit-tabs button:last-child{border-right:0}.profile-photo-upload{background:#2f78ff12;border:1px dashed #60a5fa5c;border-radius:8px;grid-column:1/-1;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:84px;padding:12px;display:grid}.profile-photo-upload[data-drag-active=true]{background:#2f78ff24;border-color:#60a5fac7}.profile-photo-upload-preview{color:#8bb6ff;background:#081220b8;border:1px solid #94a3b82e;border-radius:999px;place-items:center;width:56px;height:56px;display:grid;overflow:hidden}.profile-photo-upload-preview img{object-fit:cover;width:100%;height:100%}.profile-photo-upload-preview svg{width:24px;height:24px}.profile-photo-upload-copy{gap:4px;min-width:0;display:grid}.profile-photo-upload-copy strong{color:#fff;font-size:.96rem}.profile-photo-upload-copy small{color:#9fb0c7;text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;overflow:hidden}.profile-photo-upload-button{color:#8bb6ff;cursor:pointer;white-space:nowrap;background:#2f78ff1f;border:1px solid #2f78ff47;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:0 14px;font-size:.84rem;font-weight:850;display:inline-flex;position:relative}.profile-photo-upload-button input{opacity:0;cursor:pointer;position:absolute;inset:0}.consent-granular-item{grid-template-columns:40px minmax(0,1fr) 54px 34px}.consent-toggle{justify-self:center}.consent-required-lock,.consent-optional-chip{justify-self:end;width:30px;height:30px}.consent-optional-chip{background:0 0;border:0;min-width:0;padding:0;display:block}@media (max-width:760px){.profile-photo-upload{grid-template-columns:52px minmax(0,1fr)}.profile-photo-upload-button{grid-column:1/-1;width:100%}.consent-granular-item{grid-template-columns:40px minmax(0,1fr) 50px 30px}}@media (max-width:430px){.consent-granular-item{grid-template-columns:38px minmax(0,1fr) 48px 28px}.consent-optional-chip{width:28px;height:28px;display:block}}.consent-requester-card{background:linear-gradient(135deg,#2f78ff29,#14b8a60f),#0d1c32c2;border:1px solid #2f78ff57;border-radius:8px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px;min-height:62px;padding:9px 12px;display:grid;box-shadow:inset 0 1px #ffffff0a,0 18px 42px #0f59ff1f}.consent-requester-icon{color:#72a7ff;background:#2f78ff29;border:1px solid #60a5fa61;border-radius:8px;place-items:center;width:42px;height:42px;display:grid;overflow:hidden}.consent-requester-icon svg{width:24px;height:24px}.consent-requester-icon img{object-fit:cover;width:100%;height:100%}.consent-requester-copy{gap:3px;min-width:0;display:grid}.consent-requester-copy span,.consent-requester-copy small{color:#aab7ca;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.consent-requester-copy span{letter-spacing:.08em;text-transform:uppercase;font-size:.74rem}.consent-requester-copy strong{color:#eef6ff;text-overflow:ellipsis;white-space:nowrap;font-size:1rem;line-height:1.25;overflow:hidden}.consent-requester-copy small{font-size:.82rem}@media (min-width:1200px){.consent-screen[data-layout=granular]{align-items:start;padding-top:clamp(22px,4vh,44px)}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.consent-language select{color:inherit;font:inherit;cursor:pointer;appearance:none;background:0 0;border:0;padding:0}.consent-language select:focus-visible{outline-offset:2px;border-radius:4px;outline:2px solid #2f78ff}.consent-language select option{color:#0a1220}.settings-language-card{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;display:flex}.settings-language-card .language-switcher select{color:#fff;min-width:200px;font:inherit;cursor:pointer;background:#0a1220;border:1px solid #94a3b83d;border-radius:8px;padding:10px 14px}.settings-language-card .language-switcher select:focus-visible{outline-offset:2px;outline:2px solid #2f78ff}
