/* SunArb member profile themes v1.12. Local-only; no external assets. */
.member-public-profile,
.profile-theme-preview{
  --pt-bg:#071522;--pt-surface:#0a2037;--pt-line:#17476f;--pt-text:#eef7ff;--pt-muted:#91aec3;--pt-accent:#0b7bd3;--pt-accent2:#f4bd45;
  --pt-pattern:none;--pt-radius:16px;
}
[data-profile-theme="style-1"]{--pt-bg:#071522;--pt-surface:#0a2037;--pt-line:#17476f;--pt-accent:#0b7bd3;--pt-accent2:#f4bd45;}
[data-profile-theme="style-1-image"]{--pt-bg:#071522;--pt-surface:#0a2037;--pt-line:#1a5e87;--pt-accent:#0d8dde;--pt-accent2:#f4bd45;--pt-pattern:radial-gradient(circle at 15% 20%,rgba(24,170,240,.18),transparent 28%),radial-gradient(circle at 85% 12%,rgba(244,189,69,.12),transparent 24%);}
[data-profile-theme="style-2"]{--pt-bg:#171120;--pt-surface:#281a35;--pt-line:#5b3674;--pt-accent:#9b5de5;--pt-accent2:#f15bb5;--pt-muted:#c0a7cc;}
[data-profile-theme="style-2-image"]{--pt-bg:#171120;--pt-surface:#281a35;--pt-line:#70428c;--pt-accent:#9b5de5;--pt-accent2:#fee440;--pt-muted:#cbb7d6;--pt-pattern:linear-gradient(135deg,rgba(155,93,229,.14) 25%,transparent 25% 50%,rgba(241,91,181,.10) 50% 75%,transparent 75%);}
[data-profile-theme="style-3"]{--pt-bg:#071b18;--pt-surface:#0c2c27;--pt-line:#1d6558;--pt-accent:#16c79a;--pt-accent2:#f6bd60;--pt-muted:#9bc7bd;}
[data-profile-theme="style-3-image"]{--pt-bg:#071b18;--pt-surface:#0c2c27;--pt-line:#287969;--pt-accent:#16c79a;--pt-accent2:#84dcc6;--pt-muted:#a9d1c8;--pt-pattern:radial-gradient(circle at 20% 15%,rgba(22,199,154,.16),transparent 26%),linear-gradient(160deg,transparent 55%,rgba(132,220,198,.08));}
[data-profile-theme="style-4"]{--pt-bg:#1b1208;--pt-surface:#302011;--pt-line:#79512a;--pt-accent:#e78a2f;--pt-accent2:#ffd166;--pt-muted:#d0b18e;--pt-radius:10px;}
[data-profile-theme="style-5"]{--pt-bg:#151515;--pt-surface:#202020;--pt-line:#464646;--pt-accent:#ef476f;--pt-accent2:#ffffff;--pt-muted:#b9b9b9;--pt-radius:4px;}
[data-profile-theme="style-6"]{--pt-bg:#f4f7fb;--pt-surface:#ffffff;--pt-line:#ccd7e2;--pt-text:#183047;--pt-muted:#627b91;--pt-accent:#2563eb;--pt-accent2:#0f9f7f;--pt-radius:18px;}
[data-profile-theme="style-7"]{--pt-bg:#0b0b12;--pt-surface:#151525;--pt-line:#3d3d68;--pt-text:#f7f4ff;--pt-muted:#aaa6c7;--pt-accent:#7c5cff;--pt-accent2:#27e1c1;--pt-pattern:linear-gradient(120deg,rgba(124,92,255,.13),transparent 35%),linear-gradient(300deg,rgba(39,225,193,.10),transparent 30%);--pt-radius:22px;}
body.member-public-profile{background:var(--pt-bg);color:var(--pt-text);background-image:var(--pt-pattern);background-attachment:fixed;}
body.member-public-profile .m-head{background:var(--pt-surface);border-color:var(--pt-line);}
body.member-public-profile .m-card,body.member-public-profile .m-stat{background:var(--pt-surface);border-color:var(--pt-line);border-radius:var(--pt-radius);}
body.member-public-profile .m-muted{color:var(--pt-muted);}
body.member-public-profile .m-brand span,body.member-public-profile .m-stat strong{color:var(--pt-accent2);}
body.member-public-profile a{color:var(--pt-accent);}
body.member-public-profile .m-avatar{border-color:var(--pt-accent);background:var(--pt-surface);}
.profile-theme-picker{border:0;padding:0;margin:6px 0 2px}.profile-theme-picker legend{margin-bottom:8px;color:#bcd4e6;font-weight:700}.profile-theme-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:8px}
.profile-theme-option{display:block;cursor:pointer}
.profile-theme-option input{position:absolute;opacity:0;pointer-events:none}
.profile-theme-preview{min-height:76px;border:2px solid var(--pt-line);border-radius:var(--pt-radius);background-color:var(--pt-bg);background-image:var(--pt-pattern);padding:10px;color:var(--pt-text);display:flex;flex-direction:column;justify-content:space-between;gap:8px}
.profile-theme-preview strong{color:var(--pt-accent2);font-size:12px}.profile-theme-preview span{display:block;height:16px;border-radius:99px;background:var(--pt-accent);width:58%}
.profile-theme-option input:checked + .profile-theme-preview{outline:3px solid var(--pt-accent);outline-offset:2px}
@media(max-width:760px){.profile-theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
