:root{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{margin:0;min-height:100vh;background:radial-gradient(circle at 10% 0,rgba(79,140,255,.16),transparent 34rem),var(--background);color:var(--text);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{font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:-.04em}h2{font-size:1.2rem}button,input,select,textarea{font:inherit}input,select,textarea{width:100%;border:1px solid var(--border);border-radius:10px;background:#0b1626;color:var(--text);padding:.75rem .85rem}input:focus,select:focus,textarea:focus{outline:2px solid rgba(79,140,255,.55);border-color:var(--primary)}label{display:grid;gap:.45rem;color:#c7d6e8;font-size:.92rem}.field-hint{color:var(--muted);font-size:.78rem;line-height:1.35}code{font-family:SFMono-Regular,Consolas,monospace}.auth-page{min-height:100vh;display:grid;place-items:center;padding:1.5rem}.landing{width:min(1180px,calc(100% - 2rem));margin:0 auto;padding-bottom:4rem}.landing-nav{display:flex;align-items:center;justify-content:space-between;min-height:88px}.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{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.auth-card{width:min(100%,470px);padding:2.2rem;border:1px solid var(--border);border-radius:22px;background:rgba(17,29,46,.95);box-shadow:0 30px 90px rgba(0,0,0,.42)}.brand{color:var(--text);font-weight:800;letter-spacing:.02em;margin-bottom:1.4rem}.muted{color:var(--muted)}.eyebrow{margin-bottom:.35rem;color:#79a9ff;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.stack{display:grid;gap:1rem}.top-gap{margin-top:1.5rem}.button{display:inline-flex;align-items:center;justify-content:center;min-height:43px;padding:.7rem 1rem;border:0;border-radius:10px;background:var(--primary);color:white;font-weight:750;cursor:pointer}.button:hover{background:var(--primary-hover)}.button.secondary{border:1px solid var(--border);background:transparent}.button.danger{background:#a93243}.link-button{width:100%}.text-button{border:0;background:transparent;color:#9bc0ff;cursor:pointer}.text-button.danger{color:var(--danger)}.auth-links{display:flex;justify-content:space-between;margin-top:1.4rem;font-size:.9rem}.auth-footer{margin-top:1.4rem;padding-top:1rem;border-top:1px solid var(--border);font-size:.78rem;text-align:center}.legal-consent{margin:0;color:var(--muted);font-size:.8rem;line-height:1.5}.passkey-button{background:linear-gradient(135deg,#4f8cff,#7c5cff)}.auth-divider{display:flex;align-items:center;gap:.8rem;color:var(--muted);font-size:.75rem;text-align:center}.auth-divider:after,.auth-divider:before{content:"";height:1px;flex:1 1;background:var(--border)}.alert{margin-bottom:1rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:10px}.alert.error{border-color:#7f2d3b;background:#38151d;color:#ffc4cc}.alert.success{border-color:#1e6f54;background:#0f3027;color:#a7f3d0}.alert.warning{border-color:#785b20;background:#34280f;color:#fde68a}.checkbox{display:flex;align-items:flex-start;gap:.7rem}.checkbox input{width:1rem;margin-top:.15rem}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:.4rem;padding:.3rem;border-radius:10px;background:#091424}.segmented button{border:0;border-radius:8px;background:transparent;color:var(--muted);padding:.6rem}.segmented button[data-active=true]{background:var(--panel-strong);color:var(--text)}.app-shell{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:1.6rem;border-right:1px solid var(--border);background:rgba(7,16,29,.9)}.sidebar nav{display:grid;gap:.35rem;margin-bottom:auto}.product-name{margin:.45rem 0 1.4rem;color:var(--muted);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.sidebar nav a{padding:.72rem .8rem;border-radius:9px;color:#bdd0e7}.sidebar nav a:hover{background:var(--panel);color:white}.sidebar-legal{margin-top:1rem;color:var(--muted);font-size:.78rem;text-align:center}.content{width:min(100%,1440px);padding:2.5rem clamp(1.2rem,4vw,4rem)}.page-header{margin-bottom:2rem}.grid,.metric-grid{display:grid;gap:1rem}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.metric,.panel,.policy{margin-bottom:1rem;padding:1.35rem;border:1px solid var(--border);border-radius:16px;background:rgba(17,29,46,.86)}.panel.narrow{max-width:680px}.row{display:flex;gap:1rem;align-items:center}.row.between{justify-content:space-between}.badge{display:inline-flex;padding:.25rem .55rem;border:1px solid var(--border);border-radius:999px;color:#cbdcf1;font-size:.76rem}.badge.success{border-color:#247157;color:#8ff0c7}.badge.warning{border-color:#7c6224;color:#fcd875}.badge.danger{border-color:#833c48;color:#ffacb8}.actions,.chips{display:flex;flex-wrap:wrap;gap:.4rem}.secret{display:block;margin-top:.5rem;padding:.8rem;border-radius:8px;background:#07111f;overflow-wrap:anywhere}.backup-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:1rem}.backup-grid code{padding:.65rem;border-radius:8px;background:#07111f}.qr-setup{display:grid;grid-template-columns:260px minmax(0,1fr);gap:1.4rem;align-items:start}.qr-frame{display:grid;place-items:center;min-height:260px;overflow:hidden;border-radius:16px;background:white;color:#08111f}.qr-frame img{display:block;width:100%;height:auto}.credential-list{display:grid;gap:.7rem}.credential-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem;border:1px solid var(--border);border-radius:10px;background:#0b1626}.credential-item div{display:grid;gap:.3rem}.credential-item span{color:var(--muted);font-size:.78rem}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.88rem}td,th{padding:.8rem;border-bottom:1px solid var(--border);text-align:left;vertical-align:top}th{color:var(--muted);font-size:.74rem;letter-spacing:.06em;text-transform:uppercase}.scope-list{display:grid;gap:.65rem;padding:0;list-style:none}.scope-list li{display:flex;justify-content:space-between;gap:1rem;padding:.85rem;border:1px solid var(--border);border-radius:10px}.scope-list.detailed{margin:1rem 0}.scope-list.detailed article{display:grid;gap:.65rem;padding:1rem;border:1px solid var(--border);border-radius:14px;background:rgba(15,23,42,.03)}.scope-list.detailed article>div{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.scope-list.detailed ul{display:grid;gap:.35rem;margin:0;padding-left:1.1rem;color:var(--muted)}.consent-branding{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.consent-branding img{max-width:9rem;max-height:3rem;object-fit:contain}.consent-actions{display:grid;grid-template-columns:1fr 1fr;gap:.7rem}.consent-actions .button{width:100%}.consent-screen{min-height:100vh;padding:clamp(1rem,3vw,2.2rem);background:radial-gradient(circle at 12% 82%,rgba(96,165,250,.2),transparent 32rem),linear-gradient(135deg,#eef5ff,#f8fbff 42%,#eaf3ff);color:#152238}.consent-shell{width:min(1120px,100%);margin:0 auto;overflow:hidden;border:1px solid rgba(148,163,184,.28);border-radius:20px;background:rgba(255,255,255,.94);box-shadow:0 24px 80px rgba(37,99,235,.14)}.consent-topbar{justify-content:space-between;gap:1rem;padding:1.45rem 1.75rem;border-bottom:1px solid #e5eaf2}.consent-app,.consent-app-title,.consent-brand,.consent-data-header,.consent-note,.consent-topbar,.consent-user{display:flex;align-items:center}.consent-brand,.consent-user{gap:.9rem}.consent-brand strong,.consent-user strong{display:block;color:#0f172a}.consent-app p,.consent-brand span,.consent-data-item small,.consent-description,.consent-note p,.consent-side p,.consent-user span{color:#60718a}.consent-shield{display:grid;width:42px;height:42px;place-items:center;border:2px solid #2563eb;border-radius:14px;color:#2563eb;font-size:1.4rem}.consent-avatar{display:grid;width:46px;height:46px;place-items:center;border-radius:50%;background:#eaf2ff;color:#2563eb;font-weight:700;overflow:hidden}.consent-content{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:clamp(1.25rem,3vw,3rem);padding:1.75rem}.consent-main h1{margin-bottom:1.45rem;color:#0f172a;font-size:clamp(1.35rem,2.4vw,1.85rem);letter-spacing:-.03em}.consent-app{gap:1rem}.consent-app-icon{display:grid;width:76px;height:76px;flex:0 0 auto;place-items:center;overflow:hidden;border-radius:22px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:white;font-size:2rem;box-shadow:0 16px 32px rgba(37,99,235,.24)}.consent-app-icon img{width:100%;height:100%;object-fit:cover}.consent-app-title{flex-wrap:wrap;gap:.6rem}.consent-app-title strong{color:#0f172a;font-size:1.1rem}.consent-app-title span{padding:.25rem .55rem;border-radius:999px;background:#eef6ff;color:#2563eb;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-error,.consent-warning{margin-bottom:1rem;padding:.85rem 1rem;border-radius:14px}.consent-warning{border:1px solid #fde68a;background:#fffbeb;color:#92400e}.consent-error{border:1px solid #fecaca;background:#fff1f2;color:#b91c1c}.consent-data-header{justify-content:space-between;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5eaf2}.consent-data-header strong{color:#0f172a}.consent-data-header span{color:#2563eb}.consent-data-list{display:grid;gap:0;margin-top:.8rem;overflow:hidden;border:1px solid #e5eaf2;border-radius:14px}.consent-data-item{background:white}.consent-data-item+.consent-data-item{border-top:1px solid #e5eaf2}.consent-data-item summary{display:grid;grid-template-columns:44px minmax(0,1fr) auto auto auto;gap:.8rem;align-items:center;padding:.9rem 1rem;cursor:pointer;list-style:none}.consent-data-item summary::-webkit-details-marker{display:none}.consent-data-item strong{display:block;color:#0f172a}.consent-data-item small{display:block;margin-top:.2rem}.consent-data-item em{padding:.22rem .5rem;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:.75rem;font-style:normal}.consent-data-item ul{margin:0;padding:0 1rem 1rem 4.5rem;color:#60718a}.consent-check{display:grid;width:32px;height:32px;place-items:center;border-radius:50%;background:#ecfdf5;color:#16a34a;font-weight:700}.consent-chevron{color:#64748b}.consent-scope-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:12px;font-size:.95rem;font-weight:700}.consent-scope-icon.blue{background:#eaf2ff;color:#2563eb}.consent-scope-icon.green{background:#ecfdf5;color:#16a34a}.consent-scope-icon.purple{background:#f3e8ff;color:#7c3aed}.consent-scope-icon.amber{background:#fffbeb;color:#d97706}.consent-note{gap:.8rem;margin-top:1.55rem;padding:1rem;border:1px solid #cfe2ff;border-radius:12px;background:#eff6ff}.consent-note p{margin:0}.consent-side{display:grid;align-content:start;border:1px solid #e5eaf2;border-radius:14px;background:#fbfdff}.consent-side article{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.9rem;padding:1.2rem}.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{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;padding:1rem 1.75rem 1.75rem}.consent-button{width:100%;min-height:48px;border:1px solid #d7deea;border-radius:9px;background:white;color:#2563eb;font-weight:700;cursor:pointer}.consent-button.primary{border-color:#2563eb;background:#2563eb;box-shadow:0 10px 24px rgba(37,99,235,.22)}.consent-loading{padding:2rem;color:#60718a}@media (max-width:900px){.consent-actions-v2,.consent-content,.consent-topbar{padding-inline:1rem}.consent-actions-v2,.consent-content{grid-template-columns:1fr}}@media (max-width:640px){.consent-app,.consent-topbar,.consent-user{align-items:flex-start}.consent-topbar{flex-direction:column}.consent-data-item summary{grid-template-columns:40px minmax(0,1fr) auto}.consent-chevron,.consent-data-item em{display:none}}.metric-grid{grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:1rem}.metric{display:grid;gap:.4rem}.metric strong{font-size:1.8rem}.metric span{color:var(--muted);font-size:.75rem}.inline-form{display:grid;grid-template-columns:1fr 2fr auto auto;gap:.7rem;align-items:center;margin-bottom:1rem}.data-preview,.policy pre{max-height:320px;overflow:auto;padding:.8rem;border-radius:8px;background:#07111f;color:#bcd2eb;font-size:.78rem}.integration-list{display:grid;grid-template-columns:110px minmax(0,1fr);gap:.8rem 1rem;align-items:start}.integration-list span{color:var(--muted)}.integration-list code{overflow-wrap:anywhere}.detail-list{display:grid;gap:.75rem;margin:1rem 0 0}.detail-list div{display:grid;grid-template-columns:90px 1fr;gap:1rem}.detail-list dt{color:var(--muted)}.detail-list dd{margin:0}.scope-picker{display:grid;gap:.7rem;padding:1rem;border:1px solid var(--border);border-radius:12px}.scope-picker legend{padding:0 .4rem;font-weight:700}.scope-picker .checkbox{display:flex;gap:.7rem;align-items:center}.application-list{display:grid;gap:1rem}.application-card{padding:1.1rem;border:1px solid var(--border);border-radius:12px;background:#0b1626}.application-card h3{margin:0 0 .35rem}.application-meta{display:grid;grid-template-columns:minmax(150px,.35fr) 1fr;gap:.7rem 1rem;margin-top:1.2rem}.application-meta>span{color:var(--muted)}.application-meta>div{display:grid;gap:.35rem}.copyable-code{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;min-width:0}.copyable-code code{min-width:0}.secret-delivery{display:grid;gap:.45rem}.secret-delivery>span{margin-top:.45rem;color:var(--muted);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{margin-top:2rem;padding-top:1.4rem;border-top:1px solid var(--border)}.legal-section li{margin-bottom:.55rem}.landing-footer,.status-footer{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1rem;margin-top:2rem;padding:1.4rem 0;border-top:1px solid var(--border);color:var(--muted);font-size:.85rem}.status-page{width:min(900px,calc(100% - 2rem));margin:0 auto;padding:clamp(2rem,6vw,5rem) 0}.status-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:2rem}.status-summary{display:flex;gap:1.2rem;align-items:center;padding:1.5rem;border:1px solid var(--border);border-radius:18px;background:var(--panel)}.status-summary.operational{border-color:rgba(49,196,141,.55);background:linear-gradient(135deg,rgba(49,196,141,.14),var(--panel))}.status-summary.degraded{border-color:rgba(248,113,113,.55)}.status-summary.checking{border-color:rgba(245,185,66,.55)}.status-summary h2,.status-summary p{margin-bottom:.25rem}.status-summary p{color:var(--muted)}.status-pulse{width:18px;height:18px;flex:0 0 auto;border-radius:50%;background:var(--danger);box-shadow:0 0 0 8px rgba(248,113,113,.12)}.operational .status-pulse{background:var(--success);box-shadow:0 0 0 8px rgba(49,196,141,.12)}.checking .status-pulse{background:var(--warning);box-shadow:0 0 0 8px rgba(245,185,66,.12)}.status-components{display:grid;gap:.8rem;margin-top:1rem}.status-component{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.1rem 1.25rem;border:1px solid var(--border);border-radius:14px;background:rgba(17,29,46,.82)}.status-component div{display:grid;gap:.3rem}.status-component span:not(.badge){color:var(--muted);font-size:.78rem}@media (max-width:1000px){.app-shell{display:block}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--border)}.sidebar nav{grid-template-columns:repeat(2,1fr);margin-bottom:1rem}.grid.three,.landing-grid,.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inline-form{grid-template-columns:1fr}}@media (max-width:640px){.backup-grid,.grid.three,.grid.two,.landing-grid,.metric-grid{grid-template-columns:1fr}.landing-nav{align-items:flex-start;gap:1rem;padding-top:1rem}.landing-nav .actions{justify-content:flex-end}.application-meta,.detail-list div,.integration-list{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-component,.status-header{align-items:stretch;flex-direction:column}}.app-shell[data-product=account]{grid-template-columns:276px minmax(0,1fr);background:radial-gradient(circle at 84% 8%,rgba(47,120,255,.18),transparent 30rem),radial-gradient(circle at 34% 94%,rgba(52,211,153,.08),transparent 32rem),#050b16}.app-shell[data-product=account] .sidebar{padding:28px 20px;border-right-color:rgba(148,163,184,.14);background:rgba(5,11,22,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.account-brand{display:flex;align-items:center;gap:12px;margin-bottom:2rem}.account-brand span:last-child{display:grid;gap:3px}.account-brand strong{color:#ffffff;font-size:1.15rem;line-height:1;letter-spacing:0}.account-brand small{color:#a4b7d0;font-size:.78rem}.brand-mark{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:linear-gradient(135deg,#2f78ff,#1455d9);color:#ffffff;box-shadow:0 18px 34px rgba(47,120,255,.25)}.account-check-row svg,.account-consent-total svg,.account-history-row svg,.account-info-line svg,.account-inline-link svg,.account-list-icon svg,.account-logout svg,.account-nav svg,.account-section-title svg,.brand-mark svg{display:block;width:1em;height:1em}.app-shell[data-product=account] .product-name{display:none}.account-nav{gap:8px}.account-nav a{display:flex;align-items:center;gap:12px;min-height:48px;border:1px solid transparent;border-radius:8px;color:#a8b7cc;font-weight:650}.account-nav a svg{width:20px;height:20px;color:#7e90aa}.account-nav a.active,.account-nav a:hover{border-color:rgba(47,120,255,.22);background:rgba(47,120,255,.12);color:#ffffff}.account-nav a.active svg,.account-nav a:hover svg{color:#4f8cff}.account-support{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;margin-top:auto;padding:16px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:rgba(12,24,42,.72)}.account-support>span{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:rgba(47,120,255,.14);color:#4f8cff;font-size:1.2rem}.account-support strong{color:#ffffff;font-size:.9rem}.account-support p{margin:4px 0 0;color:#8fa1bb;font-size:.78rem}.account-support a{grid-column:1/-1;display:inline-flex;justify-content:center;min-height:36px;align-items:center;border:1px solid rgba(47,120,255,.24);border-radius:8px;color:#8bb6ff;font-size:.86rem;font-weight:700}.account-logout{display:flex;align-items:center;gap:12px;min-height:44px;margin-top:18px;border:0;background:transparent;color:#a8b7cc;cursor:pointer;font-weight:650}.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{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:22px}.account-page-header h1{margin-bottom:6px;color:#ffffff;font-size:clamp(1.55rem,2.3vw,2.15rem);line-height:1.08;letter-spacing:0}.account-page-header .eyebrow{display:none}.account-page-header .muted{color:#9fb0c7;font-size:.98rem}.account-header-actions{display:flex;align-items:center;gap:16px}.account-user-chip{display:flex;align-items:center;gap:10px;color:#ffffff}.account-user-chip span{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;background:linear-gradient(135deg,#22334d,#111d2e);color:#8bb6ff;font-size:.78rem;font-weight:850}.account-dashboard{display:grid;gap:18px}.account-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,520px),1fr));gap:18px}.account-dashboard-grid-top{grid-template-columns:repeat(auto-fit,minmax(min(100%,540px),1fr))}.account-dashboard-single{display:grid}.account-card{min-width:0;padding:24px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:linear-gradient(180deg,rgba(15,28,48,.92),rgba(10,18,32,.88)),#0a1220;box-shadow:0 22px 60px rgba(0,0,0,.24)}.account-alert{display:flex;align-items:center;justify-content:space-between;gap:16px}.account-profile-card{display:grid;grid-template-columns:104px minmax(0,1fr);gap:20px;align-items:center}.account-avatar{display:grid;width:96px;height:96px;place-items:center;border:1px solid rgba(148,163,184,.16);border-radius:999px;background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.22),transparent 26%),linear-gradient(135deg,#20334f,#0f1a2b);color:#ffffff;font-size:1.8rem;font-weight:850;overflow:hidden}.account-profile-main{min-width:0}.account-card-heading,.account-section-title{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.account-card-heading h2,.account-section-title h2{margin-bottom:0;color:#ffffff;font-size:1.15rem;line-height:1.25}.account-section-title p{max-width:38rem;margin:8px 0 0;color:#8fa1bb;font-size:.84rem;line-height:1.45}.account-card-heading p{margin:8px 0 0;color:#9fb0c7}.account-link-button{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:40px;padding:0 14px;border:1px solid rgba(148,163,184,.18);border-radius:8px;color:#d8e6fb;font-size:.86rem;font-weight:750}.account-icon-button{width:40px;padding:0}.account-icon-button svg{width:18px;height:18px}.account-profile-list{display:grid;gap:12px;margin-top:20px}.account-info-line{display:flex;align-items:center;gap:10px;margin:0;color:#9fb0c7;font-size:.9rem}.account-info-line svg{width:18px;height:18px;flex:0 0 auto}.account-info-line[data-tone=accent] span,.account-info-line[data-tone=accent] svg{color:#79a7ff}.account-info-line[data-tone=success] span,.account-info-line[data-tone=success] svg{color:#57d19b}.account-info-line[data-tone=warning] span,.account-info-line[data-tone=warning] svg{color:#f5c35d}.account-inline-link,.account-section-title a{display:inline-flex;align-items:center;gap:6px;color:#79a7ff;font-size:.9rem;font-weight:750}.account-inline-link svg,.account-section-title a svg{width:16px;height:16px}.account-security-content{display:grid;grid-template-columns:112px minmax(0,1fr);gap:20px;align-items:center;margin-top:20px}.account-security-ring{--score:0%;position:relative;display:grid;width:112px;height:112px;place-items:center;border-radius:999px;background:conic-gradient(#26c281 var(--score),rgba(148,163,184,.16) 0)}.account-security-ring:before{content:"";position:absolute;inset:12px;border-radius:inherit;background:#0b1626}.account-security-ring strong,.account-security-ring>span{position:relative;z-index:1}.account-security-ring span{display:grid;width:42px;height:42px;place-items:center;color:#57d19b;font-size:2rem}.account-security-ring strong{color:#6ee7b7;font-size:.9rem}.account-check-list{display:grid;gap:10px}.account-check-row{display:grid;grid-template-columns:22px minmax(0,1fr);gap:4px 10px;align-items:start;color:#9fb0c7;font-size:.9rem}.account-check-row span{display:grid;width:22px;height:22px;place-items:center;border-radius:999px;background:rgba(148,163,184,.1);color:#8798b1}.account-check-row[data-ok=true] span{background:rgba(52,211,153,.12);color:#57d19b}.account-check-row p{min-width:0;margin:0;line-height:1.35}.account-check-row strong{grid-column:2;justify-self:start;color:#cbdcf1;font-size:.86rem;font-weight:750;line-height:1.35;text-align:left;white-space:normal}.account-security-card .account-inline-link{margin-top:22px}.account-history-list,.account-list{display:grid;margin-top:18px}.account-history-row,.account-list-row{display:grid;gap:14px;align-items:center;min-width:0;padding:14px 0;border-bottom:1px solid rgba(148,163,184,.12)}.account-list-row{grid-template-columns:52px minmax(0,1fr) auto}.account-history-row:last-child,.account-list-row:last-child{border-bottom:0}.account-list-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:14px;background:rgba(47,120,255,.13);color:#79a7ff;font-size:1.35rem}.account-list-icon[data-tone=green]{background:rgba(52,211,153,.13);color:#57d19b}.account-list-icon[data-tone=amber]{background:rgba(245,195,93,.14);color:#f5c35d}.account-list-icon[data-tone=violet]{background:rgba(168,85,247,.14);color:#c084fc}.account-history-row strong,.account-list-row strong{display:block;overflow:hidden;color:#ffffff;font-size:.95rem;text-overflow:ellipsis;white-space:nowrap}.account-history-row p,.account-list-row p{margin:5px 0 0;overflow:hidden;color:#8fa1bb;font-size:.84rem;text-overflow:ellipsis;white-space:nowrap}.account-history-row time,.account-list-row time,.account-list-row>span:not(.account-list-icon){color:#9fb0c7;font-size:.82rem;text-align:right}.account-card>.account-inline-link{margin-top:18px}.account-consents-card{display:grid;grid-template-columns:190px minmax(0,1fr);gap:28px;align-items:center}.account-consent-total{display:grid;justify-items:center;gap:8px;padding:18px;border:1px solid rgba(47,120,255,.16);border-radius:8px;background:rgba(47,120,255,.08);text-align:center}.account-consent-total span{display:grid;width:58px;height:58px;place-items:center;border-radius:16px;background:rgba(47,120,255,.14);color:#79a7ff;font-size:1.8rem}.account-consent-total strong{color:#ffffff;font-size:2rem;line-height:1}.account-consent-total p{margin:0;color:#c9d7ea;font-weight:700}.account-consent-details{display:grid;gap:14px}.settings-dev-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:18px;align-items:center;max-width:760px}.settings-dev-card>span{display:grid;width:58px;height:58px;place-items:center;border-radius:8px;background:rgba(47,120,255,.14);color:#79a7ff;font-size:.8rem;font-weight:850}.settings-dev-card h2{margin:0;color:#ffffff;font-size:1.12rem}.settings-dev-card p{margin:8px 0 0;color:#9fb0c7;line-height:1.5}.account-history-row{grid-template-columns:30px minmax(0,1fr) auto}.account-history-row>span{display:grid;width:24px;height:24px;place-items:center;border-radius:999px;background:rgba(52,211,153,.12);color:#57d19b}.account-history-row[data-success=false]>span{background:rgba(248,113,113,.14);color:#f87171}.account-empty-line{margin:18px 0 0;padding:18px;border:1px dashed rgba(148,163,184,.18);border-radius:8px;color:#8fa1bb}.account-dashboard-v2{gap:14px}.account-dashboard-v2 .account-card{padding:20px;background:linear-gradient(180deg,rgba(14,28,49,.94),rgba(8,18,32,.9)),#081220}.account-dashboard-v2 .account-empty-line{margin:0}.account-dashboard-bottom,.account-dashboard-hero,.account-stat-grid,.account-work-grid{display:grid;gap:14px;min-width:0}.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-actions-card h2,.account-dashboard-v2 .account-section-title-tight h2,.account-privacy-card h2,.account-trust-card h2{margin:0;color:#ffffff;font-size:1rem;line-height:1.25}.account-actions-card,.account-connected-card,.account-data-card,.account-id-card,.account-last-consent-card,.account-logins-card{display:grid;align-content:start;gap:16px}.account-profile-hero{display:grid;grid-template-columns:88px minmax(0,1fr);gap:18px;align-items:center;min-width:0}.account-profile-avatar{width:84px;height:84px;font-size:1.55rem}.account-profile-identity{min-width:0}.account-app-highlight h3,.account-profile-identity h3{margin:0;overflow:hidden;color:#ffffff;font-size:1.18rem;line-height:1.25;text-overflow:ellipsis}.account-app-highlight p,.account-profile-identity p{margin:6px 0 0;overflow:hidden;color:#9fb0c7;font-size:.88rem;line-height:1.45;text-overflow:ellipsis}.account-pill{display:inline-flex;align-items:center;gap:6px;max-width:100%;min-height:28px;margin-top:12px;padding:4px 10px;border:1px solid rgba(148,163,184,.14);border-radius:999px;color:#9fb0c7;font-size:.8rem;font-weight:750}.account-pill svg{width:15px;height:15px;flex:0 0 auto}.account-pill[data-tone=green]{border-color:rgba(52,211,153,.22);background:rgba(52,211,153,.1);color:#57d19b}.account-pill[data-tone=amber]{border-color:rgba(245,195,93,.22);background:rgba(245,195,93,.1);color:#f5c35d}.account-data-groups,.account-profile-facts{display:grid;gap:10px}.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{display:grid;width:46px;height:46px;place-items:center;border-radius:8px;background:rgba(148,163,184,.1);color:#9fb0c7;flex:0 0 auto}.account-dashboard-icon-box svg{width:22px;height:22px}.account-dashboard-icon-box[data-tone=blue]{background:rgba(47,120,255,.16);color:#79a7ff}.account-dashboard-icon-box[data-tone=green]{background:rgba(52,211,153,.13);color:#57d19b}.account-dashboard-icon-box[data-tone=amber]{background:rgba(245,195,93,.13);color:#f5c35d}.account-dashboard-icon-box[data-tone=violet]{background:rgba(168,85,247,.14);color:#c084fc}.account-security-ring-score{align-content:center;gap:2px;text-align:center}.account-security-ring-score strong{color:#ffffff;font-size:1.55rem;line-height:1}.account-security-ring-score small{position:relative;z-index:1;color:#9fb0c7;font-size:.78rem;font-weight:750}.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{grid-column:auto;justify-self:end;text-align:right}.account-last-consent-card{min-height:100%}.account-app-highlight,.account-app-row,.account-metric-card{display:grid;grid-template-columns:46px minmax(0,1fr);gap:14px;align-items:center;min-width:0}.account-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;color:#9fb0c7;font-size:.82rem}.account-chip-row{display:flex;flex-wrap:wrap;gap:8px;min-width:0}.account-chip{display:inline-flex;align-items:center;min-height:28px;max-width:100%;padding:4px 10px;border:1px solid rgba(52,211,153,.18);border-radius:999px;background:rgba(52,211,153,.08);color:#57d19b;font-size:.78rem;font-weight:750;line-height:1.25}.account-metric-card{grid-template-columns:52px minmax(0,1fr);padding:18px}.account-metric-card p{margin:0;color:#9fb0c7;font-size:.85rem}.account-metric-card strong{display:block;margin:4px 0 8px;color:#ffffff;font-size:1.35rem;line-height:1}.account-help-badge{display:inline-grid;width:20px;height:20px;place-items:center;border:1px solid rgba(148,163,184,.18);border-radius:999px;color:#9fb0c7;font-size:.72rem;font-weight:850}.account-data-groups>div{display:grid;gap:8px}.account-data-groups p,.account-muted-note{margin:0;color:#8fa1bb;font-size:.82rem;line-height:1.45}.account-action-list,.account-app-list,.account-login-table,.account-privacy-grid{display:grid;min-width:0}.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{display:block;overflow:hidden;color:#ffffff;font-size:.88rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.account-app-row p,.account-login-row p{margin:5px 0 0;overflow:hidden;color:#8fa1bb;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.account-app-row time,.account-login-row time{color:#9fb0c7;font-size:.76rem;text-align:right}.account-login-table{gap:10px}.account-login-row{display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:10px;align-items:center;min-width:0}.account-login-row>span{display:grid;width:22px;height:22px;place-items:center;border-radius:999px;background:rgba(52,211,153,.12);color:#57d19b}.account-login-row[data-success=false]>span{background:rgba(248,113,113,.14);color:#f87171}.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{display:grid;grid-template-columns:22px minmax(0,1fr) 16px;gap:10px;align-items:center;min-height:42px;padding:8px 0;border-bottom:1px solid rgba(148,163,184,.1);color:#cbdcf1;font-size:.86rem;font-weight:700}.account-action-list a:last-child{border-bottom:0}.account-action-list svg{width:18px;height:18px;color:#9fb0c7}.account-action-list a svg:last-child{width:15px;height:15px;justify-self:end}.account-privacy-card{display:grid;gap:16px}.account-privacy-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.account-privacy-grid a{display:grid;grid-template-columns:24px minmax(0,1fr);gap:10px;align-items:start;min-width:0;padding-top:2px;color:#cbdcf1}.account-privacy-grid svg{width:22px;height:22px;color:#79a7ff}.account-privacy-grid small,.account-privacy-grid strong{display:block;min-width:0}.account-privacy-grid strong{color:#ffffff;font-size:.88rem;line-height:1.25}.account-privacy-grid small{margin-top:4px;color:#8fa1bb;font-size:.78rem;line-height:1.35}.account-trust-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:16px;align-items:center}.account-trust-card p{margin:8px 0 12px;color:#9fb0c7;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-bottom,.account-dashboard-hero,.account-work-grid{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{position:static;height:auto;border-right:0;border-bottom:1px solid rgba(148,163,184,.14)}.app-shell[data-product=account] .sidebar nav{grid-template-columns:repeat(4,minmax(0,1fr))}.account-logout,.account-support{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-consents-card,.account-dashboard-bottom,.account-dashboard-hero,.account-dashboard-v2 .account-security-content,.account-privacy-grid,.account-profile-card,.account-security-content,.account-stat-grid,.account-work-grid{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){grid-column:2;text-align:left}.account-history-row{grid-template-columns:26px minmax(0,1fr)}.account-history-row time{grid-column:2;text-align:left}.account-app-row,.account-card-footer,.account-login-row{grid-template-columns:1fr;text-align:left}.account-card-footer{align-items:flex-start}.account-app-row time,.account-login-row time{text-align:left}}.profile-completion-page{display:grid;gap:28px}.profile-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:rgba(10,18,32,.72)}.profile-steps span{position:relative;display:flex;align-items:center;gap:10px;min-height:72px;padding:0 18px;color:#8fa1bb;font-size:.88rem}.profile-steps span.active{color:#ffffff}.profile-steps span.active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;background:#2f78ff}.profile-steps strong{display:grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border:1px solid rgba(148,163,184,.22);border-radius:999px;color:#9fb0c7;font-size:.85rem}.profile-steps .active strong{border-color:#2f78ff;background:#2f78ff;color:#ffffff}.profile-completion-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:26px;align-items:start}.profile-form-card,.profile-next-card,.profile-progress-card{border:1px solid rgba(148,163,184,.14);border-radius:8px;background:linear-gradient(180deg,rgba(15,28,48,.92),rgba(10,18,32,.88)),#0a1220;box-shadow:0 22px 60px rgba(0,0,0,.24)}.profile-form-card{overflow:hidden}.profile-card-title{display:flex;align-items:center;gap:18px;padding:26px 30px 0}.profile-card-title>span,.profile-next-card article>span{display:grid;width:56px;height:56px;flex:0 0 auto;place-items:center;border-radius:14px;background:rgba(47,120,255,.16);color:#4f8cff;font-size:1.5rem}.profile-card-title h2,.profile-next-card h2,.profile-progress-card h2{margin-bottom:6px;color:#ffffff;font-size:1.08rem}.profile-avatar-panel p,.profile-card-title p,.profile-next-card p,.profile-progress-card p{margin:0;color:#9fb0c7;font-size:.9rem;line-height:1.5}.profile-main-form{display:grid;grid-template-columns:180px minmax(0,1fr);gap:34px;padding:28px 30px 18px}.profile-avatar-panel{display:grid;align-content:start;gap:12px}.profile-avatar-panel>span{color:#c9d7ea;font-size:.9rem}.profile-avatar-preview{position:relative;display:grid;width:132px;height:132px;place-items:center;border:2px solid rgba(148,163,184,.28);border-radius:999px;background:radial-gradient(circle at 30% 24%,rgba(255,255,255,.22),transparent 26%),linear-gradient(135deg,#20334f,#0f1a2b);color:#ffffff;font-size:2.1rem;font-weight:850;overflow:hidden}.account-avatar img,.consent-avatar img,.profile-avatar-preview img{width:100%;height:100%;object-fit:cover}.profile-avatar-preview button{position:absolute;right:2px;bottom:10px;display:grid;width:40px;height:40px;place-items:center;border:0;border-radius:999px;background:#2f78ff;color:#ffffff;cursor:pointer}.profile-field-groups{display:grid;gap:24px;min-width:0}.profile-field-groups fieldset{min-width:0;margin:0;padding:0;border:0}.profile-field-groups legend{margin-bottom:14px;color:#ffffff;font-size:1rem;font-weight:800}.profile-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.profile-field-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-field-groups label{color:#aebed3}.profile-field-groups label>span{display:inline-flex;gap:4px}.profile-field-groups label em,.profile-required-note span{color:#ff7f8e;font-style:normal}.profile-field-groups input{min-height:48px;border-color:rgba(148,163,184,.18);border-radius:8px;background:rgba(5,11,22,.56)}.profile-field-groups input:disabled{color:#8fa1bb;opacity:1}.profile-required-note{margin:0;color:#8fa1bb;font-size:.85rem}.profile-form-actions{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:22px;justify-content:end;padding:18px 30px 24px;border-top:1px solid rgba(148,163,184,.12)}.profile-form-actions .button{min-height:54px;border-radius:8px}.profile-avatar-preview svg,.profile-card-title svg,.profile-form-actions .button svg,.profile-next-card svg{display:block;width:1em;height:1em}.profile-form-actions .button:not(.secondary){gap:12px;background:linear-gradient(135deg,#2563eb,#0b7cff);box-shadow:0 16px 34px rgba(37,99,235,.28)}.profile-aside{display:grid;gap:20px}.profile-next-card,.profile-progress-card{padding:24px}.profile-progress-content{display:grid;grid-template-columns:112px minmax(0,1fr);gap:18px;align-items:center;margin-top:20px}.profile-progress-ring{--profile-progress:0%;display:grid;width:104px;height:104px;place-items:center;border-radius:999px;background:conic-gradient(#2f78ff var(--profile-progress),rgba(47,120,255,.2) 0)}.profile-progress-ring:before{content:"";position:absolute}.profile-progress-ring strong{display:grid;width:76px;height:76px;place-items:center;border-radius:inherit;background:#0b1626;color:#ffffff;font-size:1.2rem}.profile-next-card{display:grid;gap:6px}.profile-next-card article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid rgba(148,163,184,.12)}.profile-next-card article:last-child{border-bottom:0}.profile-next-card article>span{width:48px;height:48px;border-radius:999px;background:rgba(148,163,184,.1);color:#9fb0c7;font-size:1.25rem}.profile-next-card strong{color:#ffffff;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-aside,.profile-field-grid,.profile-field-grid.three,.profile-main-form{grid-template-columns:1fr}}@media (max-width:640px){.profile-card-title,.profile-form-actions,.profile-main-form,.profile-next-card,.profile-progress-card{padding-inline:18px}.profile-card-title{align-items:flex-start}.profile-form-actions,.profile-progress-content{grid-template-columns:1fr}}.profile-overview-page{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px;align-items:start}.profile-overview-main,.profile-overview-side{display:grid;gap:18px;min-width:0}.profile-hero-card{display:grid;grid-template-columns:112px minmax(0,1fr) auto;gap:22px;align-items:center}.profile-hero-avatar{width:104px;height:104px;font-size:1.85rem}.profile-hero-main{min-width:0}.profile-hero-title{display:flex;align-items:center;gap:12px;min-width:0}.profile-hero-title h2{margin:0;overflow:hidden;color:#ffffff;font-size:1.35rem;line-height:1.2;text-overflow:ellipsis}.profile-hero-title p{margin:8px 0 0;overflow:hidden;color:#9fb0c7;text-overflow:ellipsis}.profile-status-chip{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:4px 10px;border:1px solid rgba(148,163,184,.16);border-radius:999px;color:#9fb0c7;font-size:.8rem;font-weight:750;white-space:nowrap}.profile-status-chip svg{width:15px;height:15px}.profile-status-chip[data-tone=green]{border-color:rgba(52,211,153,.22);background:rgba(52,211,153,.1);color:#57d19b}.profile-status-chip[data-tone=amber]{border-color:rgba(245,195,93,.22);background:rgba(245,195,93,.1);color:#f5c35d}.profile-meta-row{display:flex;flex-wrap:wrap;gap:12px 18px;margin-top:18px}.profile-action-list a,.profile-data-row,.profile-meta-row span,.profile-status-row,.profile-task-row{min-width:0}.profile-meta-row span{display:inline-flex;align-items:center;gap:8px;color:#9fb0c7;font-size:.9rem}.profile-action-list svg,.profile-data-row svg,.profile-edit-button svg,.profile-meta-row svg,.profile-protection-card svg,.profile-status-row svg,.profile-task-row svg{width:18px;height:18px;flex:0 0 auto}.profile-edit-button{gap:8px;min-width:max-content}.profile-actions-card,.profile-completion-card,.profile-data-card,.profile-editor-card,.profile-protection-card,.profile-status-card{display:grid;gap:18px}.profile-actions-card h2,.profile-completion-card h2,.profile-data-card h2,.profile-protection-card h2,.profile-status-card h2{margin:0;color:#ffffff;font-size:1.05rem;line-height:1.25}.profile-completion-content{display:grid;grid-template-columns:190px minmax(0,1fr);gap:24px;align-items:center}.profile-progress-ring-large{position:relative;display:grid;width:142px;height:142px;place-items:center;justify-self:center;background:conic-gradient(#2f78ff var(--profile-progress),rgba(148,163,184,.14) 0)}.profile-progress-ring-large:after{content:"";position:absolute;inset:12px;border-radius:inherit;background:#0b1626}.profile-progress-ring-large span,.profile-progress-ring-large strong{position:relative;z-index:1}.profile-progress-ring-large strong{display:block;width:auto;height:auto;background:transparent;font-size:1.75rem;line-height:1}.profile-progress-ring-large span{color:#9fb0c7;font-size:.78rem;font-weight:750}.profile-action-list,.profile-data-list,.profile-status-list,.profile-task-list{display:grid;min-width:0}.profile-task-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto 16px;gap:12px;align-items:center;min-height:50px;padding:10px 0;border-bottom:1px solid rgba(148,163,184,.1)}.profile-task-row:last-child{border-bottom:0}.profile-action-list a>svg:first-child,.profile-data-row>span,.profile-protection-card>span,.profile-status-row>span,.profile-task-row>span{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;background:rgba(47,120,255,.14);color:#79a7ff}.profile-task-row strong{overflow:hidden;color:#ffffff;font-size:.92rem;text-overflow:ellipsis;white-space:nowrap}.profile-task-row em{padding:5px 9px;border-radius:999px;font-size:.75rem;font-style:normal;font-weight:750;white-space:nowrap}.profile-task-row em[data-tone=amber]{background:rgba(245,195,93,.12);color:#f5c35d}.profile-task-row em[data-tone=blue]{background:rgba(47,120,255,.14);color:#79a7ff}.profile-task-row em[data-tone=green]{background:rgba(52,211,153,.12);color:#57d19b}.profile-task-row em[data-tone=slate]{background:rgba(148,163,184,.1);color:#9fb0c7}.profile-data-list{overflow:hidden;border:1px solid rgba(148,163,184,.12);border-radius:8px}.profile-data-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto 18px;gap:14px;align-items:center;min-height:74px;padding:12px 14px;border-bottom:1px solid rgba(148,163,184,.1)}.profile-data-row:last-child{border-bottom:0}.profile-data-row strong{display:block;color:#ffffff;font-size:.94rem}.profile-data-row p,.profile-data-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-data-row p{margin:5px 0 0;color:#8fa1bb;font-size:.8rem}.profile-data-row em{color:#79a7ff;font-style:normal;font-weight:800;white-space:nowrap}.profile-action-list a>svg:last-child,.profile-data-row>svg,.profile-task-row>svg{justify-self:end;color:#9fb0c7}.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{display:grid;grid-template-columns:26px minmax(0,1fr);gap:10px;align-items:center;color:#9fb0c7}.profile-status-row>span{width:24px;height:24px;border-radius:999px;background:rgba(245,195,93,.12);color:#f5c35d}.profile-status-row[data-ok=true]>span{background:rgba(52,211,153,.12);color:#57d19b}.profile-status-row p{margin:0;font-size:.88rem;line-height:1.35}.profile-status-meta{display:grid;gap:12px;margin:6px 0 0;padding-top:16px;border-top:1px solid rgba(148,163,184,.12)}.profile-status-meta div{display:flex;justify-content:space-between;gap:12px}.profile-status-meta dt{color:#9fb0c7;font-size:.82rem}.profile-status-meta dd{margin:0;color:#ffffff;font-size:.84rem;font-weight:800;text-align:right}.profile-action-list{gap:2px}.profile-action-list a{display:grid;grid-template-columns:36px minmax(0,1fr) 16px;gap:12px;align-items:center;min-height:50px;padding:8px 0;border-bottom:1px solid rgba(148,163,184,.1);color:#cbdcf1;font-size:.88rem;font-weight:750}.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{margin:8px 0 12px;color:#9fb0c7;font-size:.88rem;line-height:1.5}.profile-card-header-line{display:flex;align-items:center;justify-content:space-between;gap:14px}.profile-card-header-line a{display:inline-flex;align-items:center;gap:6px;color:#8bb6ff;font-size:.86rem;font-weight:800;white-space:nowrap}.profile-card-header-line svg{width:16px;height:16px}.profile-sections-page{display:grid;gap:18px}.profile-sections-hero{display:grid;grid-template-columns:86px minmax(0,1fr) minmax(280px,360px);gap:20px;align-items:center}.profile-sections-avatar{width:78px;height:78px;font-size:1.45rem}.profile-sections-hero h2{margin:0;overflow:hidden;color:#ffffff;font-size:1.2rem;line-height:1.25;text-overflow:ellipsis}.profile-sections-hero p{margin:7px 0 0;overflow:hidden;color:#cbdcf1;text-overflow:ellipsis}.profile-sections-hero span{display:block;margin-top:12px;color:#8fa1bb;font-size:.88rem}.profile-sections-edit-callout{display:grid;grid-template-columns:38px minmax(0,1fr) 18px;gap:12px;align-items:center;min-height:70px;padding:14px 16px;border:1px solid rgba(47,120,255,.22);border-radius:8px;background:rgba(47,120,255,.1)}.profile-section-card>span,.profile-sections-edit-callout>svg:first-child,.profile-sections-privacy>span{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;background:rgba(47,120,255,.14);color:#79a7ff}.profile-sections-edit-callout strong{display:block;overflow:hidden;color:#ffffff;font-size:.92rem;text-overflow:ellipsis;white-space:nowrap}.profile-sections-edit-callout small{display:block;margin-top:4px;overflow:hidden;color:#9fb0c7;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.profile-sections-edit-callout>svg:last-child{justify-self:end;color:#9fb0c7}.profile-sections-toolbar{display:grid;grid-template-columns:auto minmax(220px,1fr) 190px 190px;gap:12px;align-items:center}.profile-sections-back,.profile-sections-filter,.profile-sections-search,.profile-sections-total{min-height:46px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:rgba(15,28,48,.78)}.profile-sections-back,.profile-sections-search,.profile-sections-total{display:inline-flex;align-items:center}.profile-sections-back{gap:9px;padding:0 16px;color:#d8e6fb;font-size:.88rem;font-weight:800}.profile-sections-search{gap:10px;padding:0 14px}.profile-section-card svg,.profile-sections-back svg,.profile-sections-filter svg,.profile-sections-privacy svg,.profile-sections-search svg,.profile-sections-total svg{width:18px;height:18px;flex:0 0 auto}.profile-sections-search svg{color:#9fb0c7}.profile-sections-filter,.profile-sections-search input{width:100%;border:0;background:transparent;color:#d8e6fb;font:inherit;font-size:.9rem;outline:none}.profile-sections-search input::placeholder{color:#8fa1bb}.profile-sections-filter{padding:0 14px;color-scheme:dark}.profile-sections-total{justify-content:space-between;gap:12px;padding:0 14px;color:#8bb6ff;font-size:.86rem;font-weight:850}.profile-sections-total i{--profile-section-total:0%;display:block;width:28px;height:28px;border-radius:999px;background:conic-gradient(#2f78ff var(--profile-section-total),rgba(148,163,184,.16) 0)}.profile-sections-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.profile-section-card{display:grid;grid-template-columns:48px minmax(0,1fr);gap:14px;min-width:0;min-height:132px;padding:18px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:linear-gradient(180deg,rgba(15,28,48,.92),rgba(10,18,32,.88)),#0a1220;box-shadow:0 18px 42px rgba(0,0,0,.16)}.profile-section-card:hover{border-color:rgba(47,120,255,.36);transform:translateY(-1px)}.profile-section-card>span{width:46px;height:46px;background:rgba(124,92,255,.14);color:#a58bff}.profile-section-card-main{display:grid;align-content:start;gap:8px;min-width:0}.profile-section-card-title{display:grid;grid-template-columns:minmax(0,1fr) 18px;gap:10px;align-items:center}.profile-section-card h2{margin:0;overflow:hidden;color:#ffffff;font-size:1rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.profile-section-card-title svg{color:#cbdcf1}.profile-section-card p{display:-webkit-box;min-height:2.6em;margin:0;overflow:hidden;color:#9fb0c7;font-size:.84rem;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2}.profile-section-progress-row{display:grid;grid-template-columns:minmax(72px,1fr) auto auto;gap:10px;align-items:center;margin-top:4px}.profile-section-progress-row i{--profile-section-progress:0%;position:relative;display:block;height:6px;overflow:hidden;border-radius:999px;background:rgba(148,163,184,.14)}.profile-section-progress-row i:before{content:"";position:absolute;inset:0 auto 0 0;width:var(--profile-section-progress);border-radius:inherit;background:linear-gradient(90deg,#2f78ff,#34d399)}.profile-section-progress-row em{color:#cbdcf1;font-size:.78rem;font-style:normal;font-weight:850;white-space:nowrap}.profile-section-progress-row strong{padding:5px 9px;border-radius:999px;font-size:.74rem;font-weight:850;white-space:nowrap}.profile-section-progress-row strong[data-tone=amber]{background:rgba(245,195,93,.12);color:#f5c35d}.profile-section-progress-row strong[data-tone=blue]{background:rgba(47,120,255,.14);color:#79a7ff}.profile-section-progress-row strong[data-tone=green]{background:rgba(52,211,153,.12);color:#57d19b}.profile-section-progress-row strong[data-tone=slate]{background:rgba(148,163,184,.12);color:#9fb0c7}.profile-sections-empty{grid-column:1/-1;color:#9fb0c7}.profile-sections-privacy{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:16px;align-items:center}.profile-sections-privacy>span{width:56px;height:56px;background:rgba(124,92,255,.16);color:#a58bff}.profile-sections-privacy h2{margin:0;color:#ffffff;font-size:1rem}.profile-sections-privacy p{margin:7px 0 0;color:#9fb0c7;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-completion-content,.profile-hero-card,.profile-overview-side{grid-template-columns:1fr}.profile-edit-button{grid-column:auto;justify-self:start}.profile-sections-hero,.profile-sections-privacy,.profile-sections-toolbar{grid-template-columns:1fr}.profile-sections-back,.profile-sections-edit-callout,.profile-sections-total{justify-self:start}.profile-sections-filter,.profile-sections-search{width:100%}}@media (max-width:640px){.profile-actions-card,.profile-completion-card,.profile-data-card,.profile-hero-card,.profile-protection-card,.profile-status-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-column:3;grid-row:1/3}.profile-editor-actions,.profile-editor-card .profile-card-title,.profile-editor-card .profile-field-groups{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{min-height:100vh;background:radial-gradient(circle at 82% 0,rgba(47,120,255,.18),transparent 34rem),linear-gradient(135deg,#07111f,#08111f 58%,#06101d);color:#eef6ff}.profile-edit-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:70px;padding:0 42px;border-bottom:1px solid rgba(148,163,184,.14);background:rgba(6,14,27,.88);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.profile-edit-account-chip,.profile-edit-back,.profile-edit-brand,.profile-edit-top-actions,.profile-edit-top-actions a{display:inline-flex;align-items:center}.profile-edit-brand{gap:12px;color:#ffffff}.profile-edit-brand>span{display:grid;width:42px;height:42px;place-items:center;border-radius:8px;background:linear-gradient(135deg,#2f78ff,#1947d6);color:#ffffff}.profile-edit-back svg,.profile-edit-bottom-nav svg,.profile-edit-brand svg,.profile-edit-form-header svg,.profile-edit-note svg,.profile-edit-savebar svg,.profile-edit-section-row svg,.profile-edit-tabs svg,.profile-edit-top-actions svg{width:18px;height:18px;flex:0 0 auto}.profile-edit-brand strong{color:#ffffff;font-size:1.1rem}.profile-edit-top-actions{gap:18px}.profile-edit-top-actions a{gap:8px;color:#cbdcf1;font-size:.9rem;font-weight:750}.profile-edit-account-chip{gap:10px;color:#ffffff}.profile-edit-account-chip>span{display:grid;width:38px;height:38px;place-items:center;border-radius:999px;background:linear-gradient(135deg,#22334d,#111d2e);color:#8bb6ff;font-size:.76rem;font-weight:850}.profile-edit-container{display:grid;gap:18px;width:min(100%,1680px);margin:0 auto;padding:28px 42px 48px}.profile-edit-back{gap:8px;justify-self:start;color:#9fb0c7;font-size:.9rem;font-weight:750}.profile-edit-grid{display:grid;grid-template-columns:minmax(0,1fr) 430px;gap:24px;align-items:start}.profile-edit-main,.profile-edit-side{display:grid;gap:18px;min-width:0}.profile-edit-card,.profile-edit-form-card{min-width:0;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:linear-gradient(180deg,rgba(15,28,48,.94),rgba(10,18,32,.9)),#0a1220;box-shadow:0 22px 60px rgba(0,0,0,.24)}.profile-edit-hero{display:grid;grid-template-columns:90px minmax(0,1fr) auto;gap:20px;align-items:center;padding:22px 24px}.profile-edit-avatar{width:82px;height:82px;font-size:1.55rem}.profile-edit-hero h2{margin:0;overflow:hidden;color:#ffffff;font-size:1.25rem;line-height:1.25;text-overflow:ellipsis}.profile-edit-hero p{margin:8px 0 0;overflow:hidden;color:#9fb0c7;text-overflow:ellipsis}.profile-edit-form-card{overflow:hidden}.profile-edit-form-header{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 28px 20px}.profile-edit-form-header h1{margin:0;color:#ffffff;font-size:1.2rem;line-height:1.2}.profile-edit-form-header p{margin:8px 0 0;color:#9fb0c7;font-size:.9rem}.profile-edit-form-header>span{display:inline-flex;align-items:center;gap:8px;min-height:36px;padding:6px 12px;border:1px solid rgba(47,120,255,.22);border-radius:8px;background:rgba(47,120,255,.1);color:#79a7ff;font-size:.82rem;font-weight:800;white-space:nowrap}.profile-edit-tabs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid rgba(148,163,184,.1);border-bottom:1px solid rgba(148,163,184,.12)}.profile-edit-tabs a,.profile-edit-tabs button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:58px;border:0;border-right:1px solid rgba(148,163,184,.1);background:transparent;color:#9fb0c7;font:inherit;font-size:.9rem;font-weight:800;cursor:pointer}.profile-edit-tabs a:last-child{border-right:0}.profile-edit-tabs button.active{color:#ffffff;box-shadow:inset 0 -3px 0 #2f78ff}.profile-edit-panel{display:grid;gap:20px;padding:24px 28px}.profile-edit-fieldset{min-width:0;margin:0;padding:0;border:0}.profile-edit-fieldset legend{margin-bottom:18px;color:#ffffff;font-size:1.05rem;font-weight:850}.profile-edit-fieldset label{color:#aebed3}.profile-edit-fieldset label>span{display:inline-flex;gap:4px}.profile-edit-fieldset label em{color:#ff7f8e;font-style:normal}.profile-edit-fieldset input{min-height:50px;border-color:rgba(148,163,184,.18);border-radius:8px;background:rgba(5,11,22,.56)}.profile-edit-fieldset input:disabled{color:#8fa1bb;opacity:1}.profile-edit-note{display:flex;align-items:center;gap:10px;margin:0;padding:14px 16px;border:1px solid rgba(47,120,255,.18);border-radius:8px;background:rgba(47,120,255,.08);color:#aebed3;font-size:.9rem;line-height:1.45}.profile-edit-note svg{color:#79a7ff}.profile-edit-savebar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 28px;border-top:1px solid rgba(148,163,184,.12)}.profile-edit-savebar p{display:inline-flex;align-items:center;gap:8px;margin:0;color:#57d19b;font-size:.9rem;font-weight:750}.profile-edit-savebar p[data-dirty=true]{color:#f5c35d}.profile-edit-savebar>div{display:flex;gap:12px}.profile-edit-savebar .button{min-width:160px;min-height:46px;border-radius:8px}.profile-edit-bottom-nav{display:flex;align-items:center;justify-content:space-between;gap:16px}.profile-edit-bottom-nav a,.profile-edit-bottom-nav button{display:inline-flex;align-items:center;gap:10px;min-height:48px;padding:0 20px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:rgba(15,28,48,.72);color:#d8e6fb;font:inherit;font-weight:800;cursor:pointer}.profile-edit-bottom-nav a:last-child,.profile-edit-bottom-nav button:last-child{border-color:rgba(47,120,255,.24);background:#2f78ff;color:#ffffff}.profile-edit-sections-card{display:grid;gap:16px;padding:22px}.profile-edit-sections-card h2{margin:0;color:#ffffff;font-size:1.05rem}.profile-edit-section-list{display:grid;gap:10px}.profile-edit-section-row{display:grid;grid-template-columns:38px minmax(0,1fr) 94px auto 16px;gap:12px;align-items:center;min-height:58px;padding:10px 12px;border:1px solid rgba(148,163,184,.12);border-radius:8px;background:rgba(8,18,32,.5);color:#d8e6fb;font:inherit;text-align:left;cursor:pointer}.profile-edit-section-row[data-active=true]{border-color:rgba(47,120,255,.46);background:rgba(47,120,255,.12)}.profile-edit-section-row>span{display:grid;width:36px;height:36px;place-items:center;border-radius:8px;background:rgba(47,120,255,.14);color:#79a7ff}.profile-edit-section-row strong{overflow:hidden;color:#ffffff;font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.profile-edit-section-row i{position:relative;display:block;height:6px;overflow:hidden;border-radius:999px;background:rgba(148,163,184,.12)}.profile-edit-section-row i b{position:absolute;inset:0 auto 0 0;width:var(--profile-edit-row-progress);border-radius:inherit;background:#34d399}.profile-edit-section-row em{color:#9fb0c7;font-size:.78rem;font-style:normal;font-weight:800;white-space:nowrap}.profile-edit-section-row>svg:last-child{color:#9fb0c7}.profile-edit-completion-mini{display:flex;align-items:center;gap:12px;padding-top:4px}.profile-edit-completion-mini span{color:#79a7ff;font-size:1.5rem;font-weight:900}.profile-edit-completion-mini p{margin:0;color:#9fb0c7;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-container,.profile-edit-topbar{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-bottom-nav,.profile-edit-form-header,.profile-edit-savebar{display:grid}.profile-edit-form-header>span{justify-self:start}.profile-edit-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-edit-tabs a,.profile-edit-tabs button{justify-content:flex-start;padding-inline:16px;border-bottom:1px solid rgba(148,163,184,.1)}.profile-edit-form-header,.profile-edit-panel,.profile-edit-savebar{padding-inline:18px}.profile-edit-savebar .button,.profile-edit-savebar>div{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 em,.profile-edit-section-row i{grid-column:2/4}}.consent-screen{color-scheme:dark;--consent-page-bg:radial-gradient(circle at 10% 0%,rgba(37,99,235,0.28),transparent 30rem),radial-gradient(circle at 90% 90%,rgba(124,58,237,0.2),transparent 28rem),#07111f;--consent-panel:rgba(10,18,32,0.96);--consent-panel-soft:rgba(15,28,48,0.92);--consent-card:rgba(12,24,42,0.94);--consent-border:rgba(148,163,184,0.18);--consent-border-strong:rgba(148,163,184,0.26);--consent-text:#eef6ff;--consent-muted:#9eb1ca;--consent-accent:#60a5fa;--consent-accent-strong:#3b82f6;--consent-success:#34d399;--consent-warning-bg:rgba(245,158,11,0.11);--consent-warning-border:rgba(245,158,11,0.36);--consent-warning-text:#fcd34d;--consent-error-bg:rgba(248,113,113,0.12);--consent-error-border:rgba(248,113,113,0.34);--consent-error-text:#fca5a5;background:var(--consent-page-bg);color:var(--consent-text)}.consent-screen[data-theme=light]{color-scheme:light;--consent-page-bg:radial-gradient(circle at 12% 82%,rgba(96,165,250,0.2),transparent 32rem),linear-gradient(135deg,#eef5ff,#f8fbff 42%,#eaf3ff);--consent-panel:rgba(255,255,255,0.94);--consent-panel-soft:#fbfdff;--consent-card:white;--consent-border:#e5eaf2;--consent-border-strong:rgba(148,163,184,0.28);--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 rgba(2,6,23,.34)}.consent-topbar{border-bottom-color:var(--consent-border)}.consent-topbar-actions{display:flex;align-items:center;gap:.8rem}.consent-theme-toggle{border:1px solid var(--consent-border);border-radius:999px;background:var(--consent-panel-soft);color:var(--consent-accent);padding:.55rem .8rem;cursor:pointer}.consent-app-title strong,.consent-brand strong,.consent-data-header strong,.consent-data-item strong,.consent-main h1,.consent-side strong,.consent-user strong{color:var(--consent-text)}.consent-app p,.consent-brand span,.consent-data-item small,.consent-description,.consent-loading,.consent-note p,.consent-side p,.consent-user span{color:var(--consent-muted)}.consent-shield{border-color:var(--consent-accent);color:var(--consent-accent)}.consent-avatar{background:rgba(96,165,250,.14)}.consent-app code,.consent-app-title span,.consent-avatar,.consent-data-header span,.consent-note a,.consent-side a{color:var(--consent-accent)}.consent-app-title span{background:rgba(96,165,250,.12)}.consent-warning{display:grid;gap:.35rem;border-color:var(--consent-warning-border);background:var(--consent-warning-bg);color:var(--consent-warning-text)}.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-note,.consent-side{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{background:rgba(52,211,153,.12);color:var(--consent-success)}.consent-chevron{color:var(--consent-muted)}.consent-scope-icon.custom{background:rgba(148,163,184,.14);color:var(--consent-muted)}.consent-note{background:rgba(96,165,250,.1)}.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:white}@media (max-width:900px){.consent-topbar-actions{align-items:flex-end;flex-direction:column}}@media (max-width:640px){.consent-topbar-actions{align-items:stretch;width:100%}}.consent-account-icon svg,.consent-account-switch svg,.consent-granular-info-icon svg,.consent-language svg,.consent-note svg,.consent-required-lock svg,.consent-scope-icon svg,.consent-shield svg{display:block;width:1em;height:1em}.consent-language{display:none}.consent-screen[data-layout=granular]{min-height:100vh;padding:24px 48px 34px;background:radial-gradient(circle at 16% 10%,rgba(37,99,235,.2),transparent 28rem),radial-gradient(circle at 80% 92%,rgba(14,165,233,.12),transparent 26rem),linear-gradient(180deg,#050b18,#08111f 55%,#06101d);color:#eef6ff}.consent-shell[data-layout=granular]{width:min(1380px,100%);border:0;background:transparent;box-shadow:none}.consent-shell[data-layout=granular] .consent-topbar{padding:0 0 28px;border:0}.consent-shell[data-layout=granular] .consent-brand{gap:12px}.consent-shell[data-layout=granular] .consent-shield{width:44px;height:44px;border:2px solid #2f78ff;border-radius:8px;color:#2f78ff;font-size:1.5rem;box-shadow:0 10px 26px rgba(47,120,255,.2)}.consent-shell[data-layout=granular] .consent-brand strong{color:#ffffff;font-size:1.18rem;line-height:1;letter-spacing:0;text-transform:uppercase}.consent-shell[data-layout=granular] .consent-brand div span{margin-top:3px;color:#2f78ff;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.consent-shell[data-layout=granular] .consent-theme-toggle,.consent-shell[data-layout=granular] .consent-user{display:none}.consent-shell[data-layout=granular] .consent-language{display:flex;align-items:center;gap:10px;color:#c9d5e8;font-size:.98rem}.consent-shell[data-layout=granular] .consent-language svg{width:20px;height:20px}.consent-granular-wrap{gap:20px}.consent-granular-grid{grid-template-columns:minmax(0,1fr) 410px;gap:28px;align-items:stretch}.consent-granular-card,.consent-granular-side{border:1px solid rgba(148,163,184,.18);border-radius:8px;background:rgba(10,18,32,.82);box-shadow:0 22px 70px rgba(0,0,0,.26);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.consent-granular-main{align-content:start;gap:20px;padding:42px;color:#eef6ff}.consent-granular-copy-block{display:grid;gap:14px}.consent-granular-copy-block h1{margin:0;color:#ffffff;font-size:2.32rem;line-height:1.12;letter-spacing:0}.consent-granular-copy-block p{margin:0;color:#b6c2d5;font-size:1rem;line-height:1.6}.consent-account-card{display:grid;grid-template-columns:52px minmax(0,1fr) auto;gap:18px;align-items:center;min-height:84px;padding:16px 24px;border:1px solid rgba(148,163,184,.16);border-radius:8px;background:rgba(15,28,48,.72)}.consent-account-icon{display:grid;width:52px;height:52px;place-items:center;border-radius:8px;background:rgba(37,99,235,.15);color:#2f78ff;font-size:1.45rem}.consent-account-card span{color:#9eacc1;font-size:.93rem}.consent-account-card strong{display:block;margin-top:5px;overflow:hidden;color:#ffffff;font-size:1rem;text-overflow:ellipsis;white-space:nowrap}.consent-account-switch{display:inline-flex;align-items:center;gap:8px;border:0;background:transparent;color:#2f78ff;font:inherit;font-weight:700;cursor:pointer}.consent-account-switch svg{width:18px;height:18px}.consent-granular-main h2{margin:6px 0 -4px;color:#ffffff;font-size:1.18rem;line-height:1.25;letter-spacing:0}.consent-granular-list{gap:4px}.consent-granular-item{display:grid;grid-template-columns:52px minmax(0,1fr) 64px 128px;gap:14px;width:100%;min-height:68px;border:1px solid rgba(148,163,184,.14);border-radius:8px;background:rgba(15,28,48,.66);color:#eef6ff;padding:10px 22px 10px 16px;text-align:left;cursor:pointer}.consent-granular-item:hover{border-color:rgba(96,165,250,.38);background:rgba(20,36,60,.76)}.consent-granular-item[data-required=true]{cursor:default}.consent-granular-item[data-required=true]:hover{border-color:rgba(148,163,184,.14);background:rgba(15,28,48,.66)}.consent-granular-item .consent-scope-icon{width:42px;height:42px;font-size:1.28rem}.consent-granular-item .consent-scope-icon.blue{background:rgba(37,99,235,.16);color:#2f78ff}.consent-granular-item .consent-scope-icon.green{background:rgba(34,197,94,.14);color:#4ade80}.consent-granular-item .consent-scope-icon.purple{background:rgba(168,85,247,.16);color:#c084fc}.consent-granular-item .consent-scope-icon.amber{background:rgba(245,158,11,.15);color:#f59e0b}.consent-granular-item .consent-scope-icon.custom{background:rgba(14,165,233,.14);color:#38bdf8}.consent-granular-copy{display:grid;gap:4px;min-width:0}.consent-granular-copy strong{overflow:hidden;color:#ffffff;font-size:1rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.consent-granular-copy small{overflow:hidden;color:#9eacc1;font-size:.86rem;text-overflow:ellipsis;white-space:nowrap}.consent-toggle{position:relative;width:56px;height:32px;border:1px solid rgba(148,163,184,.18);border-radius:999px;background:rgba(30,41,59,.88);transition:background .16s ease,border-color .16s ease}.consent-toggle span{position:absolute;top:5px;left:5px;width:20px;height:20px;border-radius:999px;background:#dbe7ff;box-shadow:0 4px 12px rgba(0,0,0,.26);transition:transform .16s ease}.consent-toggle[data-checked=true],.consent-toggle[data-required=true][data-checked=true]{border-color:rgba(47,120,255,.8);background:linear-gradient(135deg,#2563eb,#0b7cff)}.consent-toggle[data-checked=true] span{transform:translateX(24px);background:#ffffff}.consent-required-lock{display:grid;width:44px;height:34px;place-items:center;border:1px solid rgba(47,120,255,.34);background:rgba(47,120,255,.11);color:#2f78ff;font-size:1.12rem}.consent-optional-chip{min-width:118px;padding:8px 10px;border:1px solid rgba(148,163,184,.14);border-radius:8px;font-size:.86rem;line-height:1;text-align:center}.consent-granular-main .consent-note{gap:14px;margin-top:8px;padding:14px 18px;border-color:rgba(47,120,255,.3);border-radius:8px;background:rgba(47,120,255,.1)}.consent-granular-main .consent-note>span{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;color:#2f78ff;font-size:1.2rem}.consent-granular-main .consent-note p{color:#b6c2d5;font-size:.93rem}.consent-granular-main .consent-actions-v2{gap:20px;padding:0}.consent-granular-main .consent-button{min-height:54px;border-radius:8px;border-color:rgba(148,163,184,.32);background:rgba(12,24,42,.92);color:#ffffff;font-size:1.03rem}.consent-granular-main .consent-button.primary{border-color:#0b7cff;background:linear-gradient(135deg,#2563eb,#0b7cff);color:#ffffff;box-shadow:0 18px 38px rgba(37,99,235,.34)}.consent-granular-side{display:grid;align-content:start;min-height:100%;padding:22px 26px}.consent-granular-side article{display:grid;grid-template-columns:56px minmax(0,1fr);gap:24px;padding:16px 0 32px}.consent-granular-side article+article{border-top:1px solid rgba(148,163,184,.14);padding-top:32px}.consent-granular-side article:last-child{padding-bottom:16px}.consent-granular-info-icon{display:grid;width:56px;height:56px;place-items:center;border-radius:8px;background:rgba(37,99,235,.12);color:#2f78ff;font-size:1.8rem}.consent-granular-side strong{display:block;color:#ffffff;font-size:1.02rem;line-height:1.35}.consent-granular-side p{margin:12px 0 0;color:#a7b4c8;font-size:.94rem;line-height:1.72}.consent-granular-legal{width:min(620px,100%);margin:2px auto 0;color:#8d9bb1;font-size:.9rem;line-height:1.55;text-align:center}.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{align-items:center;padding-bottom:24px;border-bottom:1px solid rgba(148,163,184,.14)}.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{display:flex;gap:8px;font-size:1rem}.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{border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.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{grid-template-columns:56px minmax(0,1fr) auto;gap:16px;min-height:104px;padding:18px 20px;border-color:rgba(148,163,184,.22);background:rgba(10,18,32,.5)}.consent-account-icon{width:56px;height:56px;border-radius:18px;font-size:1.5rem}.consent-account-card span{font-size:.82rem;text-transform:uppercase}.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{grid-template-columns:48px minmax(0,1fr) 58px minmax(36px,max-content);gap:12px;min-height:98px;padding:14px 16px 14px 14px;border-color:rgba(148,163,184,.17);background:rgba(10,18,32,.5)}.consent-granular-item .consent-scope-icon{width:48px;height:48px;border-radius:14px;font-size:1.36rem}.consent-granular-copy{gap:8px}.consent-granular-copy small,.consent-granular-copy strong{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-column:3;grid-row:1;width:56px;height:32px;justify-self:end}.consent-optional-chip,.consent-required-lock{grid-column:4;grid-row:1;align-self:center;margin-left:0}.consent-required-lock{width:34px;height:34px;border:0;background:transparent;color:#79a7ff;font-size:1.18rem}.consent-optional-chip{min-width:0;padding:0;border:0;color:#aab7ca;font-size:.82rem;text-align:right}.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:translateX(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-optional-chip,.consent-required-lock{grid-column:2/4;grid-row:2;justify-self:end}.consent-granular-main .consent-actions-v2{grid-template-columns:1fr}}.consent-screen[data-layout=granular]{height:100svh;min-height:0;overflow:hidden;padding:clamp(12px,2.2vh,24px) clamp(16px,3vw,48px)}.consent-shell[data-layout=granular]{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1180px,100%);height:100%;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-grid,.consent-granular-wrap{min-height:0}.consent-granular-grid{height:100%}.consent-granular-card{min-height:0}.consent-granular-main{grid-template-rows:auto auto auto minmax(0,1fr) auto;gap:clamp(8px,1.4vh,14px);height:100%;padding:clamp(16px,2.8vh,28px)}.consent-granular-copy-block{gap:6px}.consent-granular-copy-block h1{font-size:clamp(1.55rem,2.8vw,2.05rem);line-height:1.08}.consent-granular-copy-block p{font-size:clamp(.84rem,1.4vw,.95rem);line-height:1.35}.consent-account-card{grid-template-columns:42px minmax(0,1fr) auto;min-height:58px;padding:9px 14px}.consent-account-icon{width:42px;height:42px}.consent-account-card span{font-size:.78rem}.consent-account-card strong{margin-top:2px;font-size:.92rem}.consent-account-switch,.consent-info-button{min-height:34px;padding:0 10px;border:1px solid rgba(47,120,255,.28);background:rgba(47,120,255,.08);color:#79a7ff;font-size:.86rem;font-weight:800}.consent-granular-heading-row{display:flex;justify-content:space-between;gap:12px}.consent-granular-main h2{margin:0;font-size:1rem}.consent-granular-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;min-height:0}.consent-granular-item{grid-template-columns:40px minmax(0,1fr) 52px 36px;min-height:56px;padding:8px 10px}.consent-granular-item .consent-scope-icon{width:36px;height:36px;font-size:1.05rem}.consent-granular-copy{gap:2px}.consent-granular-copy strong{font-size:.9rem}.consent-granular-copy small{font-size:.76rem}.consent-toggle{width:48px;height:28px}.consent-toggle span{top:4px;left:4px;width:18px;height:18px}.consent-toggle[data-checked=true] span{transform:translateX(20px)}.consent-required-lock{width:34px;border-color:rgba(47,120,255,.42);background:rgba(47,120,255,.1)}.consent-optional-chip{font-size:.72rem}.consent-granular-main .consent-actions-v2{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.consent-granular-main .consent-button{min-height:46px;font-size:.95rem}.consent-help-backdrop{position:fixed;inset:0;z-index:20;display:grid;place-items:center;padding:18px;background:rgba(2,8,23,.72)}.consent-help-dialog{display:grid;gap:12px;width:min(460px,100%);border:1px solid rgba(148,163,184,.2);border-radius:8px;background:#0b1424;color:#eef6ff;padding:22px;box-shadow:0 24px 80px rgba(0,0,0,.42)}.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{border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.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{width:36px;height:36px;border-radius:8px;font-size:1rem}.consent-account-card span{font-size:.68rem;text-transform:uppercase}.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{width:32px;height:32px;border-radius:8px;font-size:.92rem}.consent-granular-copy small,.consent-granular-copy strong{white-space:nowrap}.consent-granular-copy strong{font-size:.82rem}.consent-granular-copy small{font-size:.69rem}.consent-toggle{grid-column:auto;grid-row:auto;width:44px;height:26px}.consent-toggle span{width:16px;height:16px}.consent-toggle[data-checked=true] span{transform:translateX(18px)}.consent-optional-chip,.consent-required-lock{grid-column:auto;grid-row: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-granular-copy small,.consent-granular-copy-block p,.consent-shell[data-layout=granular] .consent-brand div span{display:none}.consent-granular-main{gap:7px}.consent-granular-item{min-height:44px}}.consent-screen[data-layout=granular]{min-height:100svh;height:auto;overflow-x:hidden;overflow-y:auto;padding:clamp(18px,3vh,32px) clamp(18px,4vw,56px)}.consent-shell[data-layout=granular]{width:min(880px,100%);height:auto;justify-self:center;min-height:0;overflow:visible}.consent-shell[data-layout=granular] .consent-topbar{padding-bottom:clamp(14px,2.2vh,24px)}.consent-granular-card,.consent-granular-grid,.consent-granular-wrap{min-height:0}.consent-granular-card{align-self:start}.consent-granular-wrap{display:grid;align-self:start;gap:12px}.consent-granular-grid{display:grid;grid-template-columns:minmax(0,1fr);height:auto}.consent-granular-main{display:grid;grid-template-rows:auto auto auto auto auto;gap:12px;height:auto;min-height:0;padding:clamp(18px,2.4vw,26px)}.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{min-height:40px;padding:0 16px;border:1px solid rgba(47,120,255,.32);border-radius:8px;background:rgba(47,120,255,.1);color:#8bb6ff}.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);gap:10px;min-height:52px;align-items:center;padding:6px 9px}.consent-granular-item .consent-scope-icon{width:32px;height:32px;border-radius:8px;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{position:relative;justify-self:end;width:30px;height:30px;border-radius:8px}.consent-optional-chip{position:relative;justify-self:end;color:#aab7ca;font-size:.76rem}.consent-granular-note{display:inline-flex;align-items:center;gap:10px;min-height:36px;padding:8px 12px;border:1px solid rgba(47,120,255,.24);border-radius:8px;background:rgba(47,120,255,.08);color:#b6c2d5;font-size:.9rem}.consent-granular-note svg{width:18px;height:18px;flex:0 0 auto;color:#79a7ff}.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{position:fixed;right:clamp(16px,3vw,32px);bottom:clamp(16px,3vw,32px);z-index:30;max-width:min(380px,calc(100vw - 32px));padding:12px 16px;border:1px solid rgba(47,120,255,.3);border-radius:8px;background:rgba(8,17,31,.96);color:#eef6ff;box-shadow:0 18px 48px rgba(0,0,0,.36)}.consent-tooltip{position:relative}.consent-tooltip-bubble{position:absolute;right:0;bottom:calc(100% + 8px);z-index:10;width:max-content;max-width:220px;padding:8px 10px;border:1px solid rgba(148,163,184,.22);border-radius:8px;background:#0b1424;color:#d8e6fb;font-size:.76rem;line-height:1.3;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .14s ease,transform .14s ease}.consent-tooltip:focus-visible .consent-tooltip-bubble,.consent-tooltip:hover .consent-tooltip-bubble{opacity:1;transform:translateY(0)}@media (max-width:760px){.consent-screen[data-layout=granular]{min-height:100svh;height:auto;overflow-y:auto;padding:22px 18px 28px}.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{display:block;font-size:.98rem;line-height:1.5}.consent-account-card{grid-template-columns:44px minmax(0,1fr) auto;min-height:64px;padding:10px 12px}.consent-account-switch{grid-column:auto;justify-self:end;min-height:32px;padding:0 8px;border:0;background:transparent;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 small,.consent-granular-copy strong{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{right:16px;bottom:16px;left: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{display:grid;grid-column:1/-1;grid-template-columns:58px minmax(0,1fr) auto;gap:14px;align-items:center;min-height:84px;padding:12px;border:1px dashed rgba(96,165,250,.36);border-radius:8px;background:rgba(47,120,255,.07)}.profile-photo-upload[data-drag-active=true]{border-color:rgba(96,165,250,.78);background:rgba(47,120,255,.14)}.profile-photo-upload-preview{display:grid;width:56px;height:56px;place-items:center;overflow:hidden;border:1px solid rgba(148,163,184,.18);border-radius:999px;background:rgba(8,18,32,.72);color:#8bb6ff}.profile-photo-upload-preview img{width:100%;height:100%;object-fit:cover}.profile-photo-upload-preview svg{width:24px;height:24px}.profile-photo-upload-copy{display:grid;gap:4px;min-width:0}.profile-photo-upload-copy strong{color:#ffffff;font-size:.96rem}.profile-photo-upload-copy small{overflow:hidden;color:#9fb0c7;font-size:.82rem;text-overflow:ellipsis;white-space:nowrap}.profile-photo-upload-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border:1px solid rgba(47,120,255,.28);border-radius:8px;background:rgba(47,120,255,.12);color:#8bb6ff;font-size:.84rem;font-weight:850;cursor:pointer;white-space:nowrap}.profile-photo-upload-button input{position:absolute;inset:0;opacity:0;cursor:pointer}.consent-granular-item{grid-template-columns:40px minmax(0,1fr) 54px 34px}.consent-toggle{justify-self:center}.consent-optional-chip,.consent-required-lock{justify-self:end;width:30px;height:30px}.consent-optional-chip{display:block;min-width:0;padding:0;border:0;background:transparent}@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{display:block;width:28px;height:28px}}.consent-requester-card{display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px;min-height:62px;padding:9px 12px;border:1px solid rgba(47,120,255,.34);border-radius:8px;background:linear-gradient(135deg,rgba(47,120,255,.16),rgba(20,184,166,.06)),rgba(13,28,50,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 42px rgba(15,89,255,.12)}.consent-requester-icon{display:grid;place-items:center;width:42px;height:42px;overflow:hidden;border:1px solid rgba(96,165,250,.38);border-radius:8px;background:rgba(47,120,255,.16);color:#72a7ff}.consent-requester-icon svg{width:24px;height:24px}.consent-requester-icon img{width:100%;height:100%;object-fit:cover}.consent-requester-copy{display:grid;min-width:0;gap:3px}.consent-requester-copy small,.consent-requester-copy span{overflow:hidden;color:#aab7ca;text-overflow:ellipsis;white-space:nowrap}.consent-requester-copy span{font-size:.74rem;letter-spacing:.08em;text-transform:uppercase}.consent-requester-copy strong{overflow:hidden;color:#eef6ff;font-size:1rem;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.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)}}