@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #edf2ff;
  --muted: #8791ac;
  --line: rgba(163, 178, 225, .13);
  --line-strong: rgba(141, 155, 211, .24);
  --panel: rgba(13, 17, 35, .82);
  --panel-solid: #10152a;
  --surface: rgba(31, 38, 70, .48);
  --cyan: #76f7ff;
  --violet: #a78bfa;
  --pink: #ff6db6;
  --gold: #fbd38d;
  --green: #6ef3bc;
  --shadow: 0 24px 70px rgba(0, 0, 0, .38);
  font-family: Manrope, system-ui, sans-serif;
  color: var(--ink);
  background: #070916;
}

* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; }
body { overflow: hidden; background: #070916; }
button, input, select { font: inherit; }
button { color: inherit; }
button:focus-visible, input:focus-visible, select:focus-visible { outline: 2px solid var(--cyan); outline-offset: 2px; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.ambient { position: fixed; border-radius: 50%; filter: blur(15px); pointer-events: none; z-index: -2; opacity: .6; }
.ambient-one { width: 45vw; height: 45vw; min-width: 440px; min-height: 440px; left: -18vw; top: -26vw; background: radial-gradient(circle, rgba(89, 68, 195, .38), transparent 67%); animation: drift 18s ease-in-out infinite alternate; }
.ambient-two { width: 55vw; height: 55vw; min-width: 520px; min-height: 520px; right: -24vw; bottom: -34vw; background: radial-gradient(circle, rgba(6, 135, 173, .28), transparent 65%); animation: drift 22s -7s ease-in-out infinite alternate-reverse; }
@keyframes drift { to { transform: translate(7vw, 4vh) scale(1.12); } }

.community-hub-card { width: min(100%, 820px); max-height: min(92dvh, 900px); overflow: auto; overscroll-behavior: contain; }.community-hero { position: relative; overflow: hidden; padding: 20px; border: 1px solid rgba(118,247,255,.2); border-radius: 15px; background: radial-gradient(circle at 82% 18%, rgba(165,116,255,.3), transparent 29%), linear-gradient(135deg, rgba(15,68,100,.56), rgba(67,34,108,.56)); }.community-hero::after { content:""; position:absolute; inset:auto -20% -75% 40%; aspect-ratio:1; border:1px solid rgba(136,241,255,.3); border-radius:50%; box-shadow:0 0 0 18px rgba(136,241,255,.05),0 0 0 45px rgba(168,119,255,.04); }.community-hero > * { position:relative; z-index:1; }.community-hero h2 { margin: 3px 0 7px; font-size: 22px; }.community-hero > p:not(.eyebrow) { max-width: 460px; margin: 0; color: #c3d5f0; font-size: 11px; line-height: 1.5; }.community-summary { display:flex; flex-wrap:wrap; gap:7px; margin-top:13px; }.community-summary span { padding:5px 8px; border:1px solid rgba(255,255,255,.14); border-radius:999px; color:#ddfaff; background:rgba(4,9,24,.22); font:700 9px "DM Mono",monospace; }.community-tabs { display:flex; gap:7px; overflow-x:auto; margin:15px 0; padding-bottom:2px; scrollbar-width:none; }.community-tab { flex:0 0 auto; min-height:30px; padding:0 11px; border:1px solid rgba(139,155,223,.18); border-radius:999px; color:#aebbd6; background:rgba(255,255,255,.035); font-size:10px; font-weight:800; }.community-tab.active { border-color:rgba(118,247,255,.52); color:#eaffff; background:rgba(118,247,255,.13); box-shadow:0 0 16px rgba(118,247,255,.1); }.community-compose { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; padding:14px; border:1px solid rgba(168,132,255,.21); border-radius:14px; background:linear-gradient(135deg,rgba(80,54,139,.14),rgba(22,74,105,.11)); }.community-compose > div, .community-compose > label:nth-of-type(3), .community-compose > button, .community-compose > label:nth-of-type(4) { grid-column:1/-1; }.community-compose h3, .community-ranking h3 { margin:2px 0 0; color:#eef5ff; font-size:14px; }.community-compose label { display:grid; gap:5px; color:#b5c5e0; font-size:9px; font-weight:800; }.community-compose input, .community-compose select, .community-compose textarea { width:100%; min-width:0; border:1px solid rgba(154,176,232,.22); border-radius:9px; color:var(--ink); background:rgba(5,9,25,.42); font:11px Manrope,sans-serif; }.community-compose input, .community-compose select { height:37px; padding:0 10px; }.community-compose textarea { min-height:72px; padding:10px; resize:vertical; }.community-compose .primary-button { justify-self:start; }.community-ranking { margin-top:14px; padding:13px; border:1px solid rgba(255,213,115,.18); border-radius:13px; background:rgba(255,211,107,.045); }.community-ranking-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:6px; margin-top:10px; }.community-rank-row { padding:7px 8px; border-radius:8px; color:#d4dff2; background:rgba(0,0,0,.15); font-size:9px; }.community-feed { display:grid; gap:10px; margin-top:14px; }.community-entry { padding:13px; border:1px solid rgba(151,170,231,.16); border-radius:13px; background:linear-gradient(140deg,rgba(22,30,58,.76),rgba(17,42,72,.5)); box-shadow:0 7px 20px rgba(0,0,0,.1); }.community-entry.kind-suggestion { border-color:rgba(167,139,250,.32); }.community-entry.kind-event { border-color:rgba(101,234,214,.28); }.community-entry.kind-capsule,.community-entry.kind-souvenir { border-color:rgba(255,211,107,.3); }.community-entry.kind-support { border-color:rgba(255,116,174,.28); }.community-entry-head,.community-entry-foot { display:flex; align-items:center; gap:7px; }.community-entry-head { color:#8ca0c5; font-size:9px; }.community-entry-head time { margin-left:auto; color:#8090ac; }.community-kind-icon { display:grid; place-items:center; width:22px; height:22px; border:1px solid rgba(118,247,255,.22); border-radius:7px; color:var(--cyan); background:rgba(118,247,255,.08); font-size:12px; }.community-kind-label { color:#bcddff; font:800 9px "DM Mono",monospace; text-transform:uppercase; }.community-entry h3 { margin:10px 0 5px; color:#f1f5ff; font-size:13px; }.community-entry-content { margin:0; white-space:pre-wrap; overflow-wrap:anywhere; color:#c6d2e8; font-size:11px; line-height:1.55; }.community-entry-foot { justify-content:space-between; margin-top:10px; padding-top:8px; border-top:1px solid rgba(255,255,255,.07); color:#8798b9; font-size:9px; }.community-unlock-date { color:#ffe3a2; }.community-vote { min-height:27px; padding:0 9px; border:1px solid rgba(167,139,250,.3); border-radius:8px; color:#d5cbff; background:rgba(167,139,250,.09); font-size:9px; font-weight:800; }.community-vote.voted { border-color:rgba(118,247,255,.55); color:#dffeff; background:rgba(118,247,255,.16); }.community-empty { padding:22px; border:1px dashed rgba(118,247,255,.23); border-radius:13px; color:#8fa1c2; text-align:center; font-size:11px; }

/* Version 10 : contrôles de connexion, tranquillité, signalement et Wizz. */
.community-entry.kind-raffle { border-color: rgba(255,204,105,.52); background: radial-gradient(circle at 82% 16%, rgba(255,199,83,.2), transparent 24%), linear-gradient(140deg, rgba(69,49,84,.78), rgba(29,53,83,.58)); }.community-entry.kind-raffle .community-kind-icon { border-color: rgba(255,216,113,.6); color: #ffe6a0; background: rgba(255,201,75,.13); box-shadow: 0 0 13px rgba(255,205,85,.18); }.raffle-draw { border-color: rgba(255,215,115,.58); color: #fff1bb; background: rgba(255,195,53,.13); }
.arcade-card { border-color: rgba(103,248,216,.42); background: radial-gradient(circle at 86% 17%, rgba(77,250,205,.16), transparent 25%), linear-gradient(135deg, rgba(17,82,87,.58), rgba(46,34,100,.6)); }.petit-bac-form { display: grid; gap: 9px; }.petit-bac-form .community-entry-head { margin-bottom: 0; }.petit-bac-form h3 { margin: 0; }.petit-bac-form label { display: grid; gap: 4px; color: #aee8e2; font-size: 9px; font-weight: 800; }.petit-bac-form input { width: 100%; height: 36px; padding: 0 10px; border: 1px solid rgba(104,237,213,.3); border-radius: 8px; color: var(--ink); background: rgba(3,16,30,.4); font-size: 11px; }.petit-bac-timer { margin: 0; padding: 7px 8px; border-left: 2px solid #75f7d5; color: #d3fff5; background: rgba(71,231,194,.08); font: 800 9px "DM Mono", monospace; }.petit-bac-board { display: grid; gap: 6px; margin: 10px 0; }
.community-weather { border-color: rgba(255,221,121,.28) !important; color: #ffe9ae !important; background: rgba(255,211,107,.08) !important; }.release-note { border-color: rgba(121,197,255,.36); background: linear-gradient(140deg, rgba(30,89,133,.42), rgba(65,47,119,.42)); }.suggestion-state { padding: 4px 7px; border: 1px solid rgba(255,216,113,.3); border-radius: 999px; color: #ffe4a2; background: rgba(255,203,81,.08); font-size: 8px; font-weight: 800; }.suggestion-state-select { min-height: 27px; max-width: 105px; padding: 0 5px; border: 1px solid rgba(118,247,255,.25); border-radius: 7px; color: #d8faff; background: #14203e; font-size: 8px; }
.auth-memory { display: grid; gap: 7px; margin: 2px 0 5px; padding: 10px; border: 1px solid rgba(118,247,255,.15); border-radius: 10px; background: rgba(118,247,255,.04); }.auth-memory label, .preference-toggle { display: flex !important; align-items: center; gap: 7px; color: #bdcbe4; font-size: 10px !important; font-weight: 700; }.auth-memory input, .preference-toggle input { accent-color: var(--cyan); }
.profile-preferences { display: grid; gap: 9px; padding: 12px; border: 1px solid rgba(118,247,255,.16); border-radius: 12px; background: linear-gradient(135deg, rgba(28,71,104,.12), rgba(91,58,138,.12)); }.profile-preferences .eyebrow { margin: 0; }.preference-times { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.preference-times label { display: grid; gap: 4px; color: #9eafce; font-size: 9px; font-weight: 700; }.preference-times input { min-width: 0; height: 33px; padding: 0 8px; border: 1px solid rgba(155,174,225,.23); border-radius: 8px; color: var(--ink); background: rgba(7,12,29,.42); font: 10px "DM Mono", monospace; }
.tool-button.sos { margin-left: auto; color: #ffc6df; border-color: rgba(255,101,169,.26); background: rgba(255,76,150,.07); }.tool-button.sos span, .report-action { color: #ff8ec0; }.report-action:hover { color: #fff; background: rgba(255,81,158,.2); }
body .app-shell.wizz-active { animation: wizz-shake-v10 1.45s cubic-bezier(.2,.75,.2,1) both !important; will-change: transform; }body .app-shell.wizz-active::after { animation: wizz-screen-v10 1.45s ease-out both !important; background: radial-gradient(circle at center, rgba(255,236,140,.34), rgba(119,88,255,.12) 34%, transparent 64%); }body #wizz-flash.active { animation: wizz-flash-v10 1.55s cubic-bezier(.15,.7,.22,1) both !important; }@keyframes wizz-shake-v10 { 0%,100% { transform:translate3d(0,0,0); } 8% { transform:translate3d(-11px,3px,0) rotate(.24deg); } 16% { transform:translate3d(12px,-4px,0) rotate(-.24deg); } 25% { transform:translate3d(-10px,4px,0) rotate(.2deg); } 35% { transform:translate3d(9px,-3px,0) rotate(-.16deg); } 47% { transform:translate3d(-7px,3px,0) rotate(.12deg); } 60% { transform:translate3d(6px,-2px,0); } 75% { transform:translate3d(-3px,1px,0); } }@keyframes wizz-flash-v10 { 0% { opacity:0; transform:translate(-50%,-50%) scale(.45) rotate(-10deg); } 12% { opacity:1; transform:translate(-50%,-50%) scale(1.14) rotate(5deg); } 27% { transform:translate(-50%,-50%) scale(.96) rotate(-2deg); } 62% { opacity:1; transform:translate(-50%,-50%) scale(1.04); } 100% { opacity:0; transform:translate(-50%,-50%) scale(.92); } }@keyframes wizz-screen-v10 { 0%,30% { opacity:1; } 100% { opacity:0; } }

.app-shell { height: 100vh; height: 100dvh; display: flex; background: linear-gradient(118deg, rgba(6, 8, 21, .93), rgba(9, 12, 27, .84)); }
.sidebar { width: 294px; flex: 0 0 294px; padding: 20px 12px 12px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: rgba(9, 12, 26, .7); backdrop-filter: blur(24px); z-index: 5; }
.brand { min-height: 52px; display: flex; align-items: center; gap: 11px; padding: 0 10px 17px; }
.brand h1 { font-size: 17px; line-height: 1.1; letter-spacing: -.6px; margin: 2px 0 0; }
.eyebrow { margin: 0; color: #858eae; font: 500 9px/1.2 "DM Mono", monospace; letter-spacing: 1.5px; }
.brand-mark { position: relative; width: 31px; height: 31px; flex: 0 0 31px; transform: rotate(45deg); border: 1px solid rgba(118,247,255,.7); border-radius: 9px; box-shadow: 0 0 22px rgba(118,247,255,.2), inset 0 0 12px rgba(118,247,255,.08); }
.brand-mark span { position: absolute; width: 5px; height: 5px; border-radius: 99px; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.brand-mark span:nth-child(1) { left: 6px; top: 6px; }.brand-mark span:nth-child(2) { right: 6px; top: 6px; background: var(--pink); box-shadow: 0 0 10px var(--pink); }.brand-mark span:nth-child(3) { left: 50%; bottom: 5px; transform: translateX(-50%); background: var(--violet); box-shadow: 0 0 10px var(--violet); }
.brand-mark + * { min-width: 0; }

.wallet-card { width: 100%; position: relative; overflow: hidden; border: 1px solid rgba(118, 247, 255, .17); border-radius: 16px; padding: 14px; text-align: left; display: flex; align-items: center; gap: 11px; background: linear-gradient(125deg, rgba(27, 47, 80, .75), rgba(42, 27, 80, .58)); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.wallet-card::before { content: ""; position: absolute; inset: 0; background: linear-gradient(115deg, transparent 20%, rgba(133,255,255,.2) 45%, transparent 56%); transform: translateX(-120%); transition: transform .7s ease; }
.wallet-card:hover { transform: translateY(-2px); border-color: rgba(118, 247, 255, .48); box-shadow: 0 13px 28px rgba(8, 210, 235, .13); }.wallet-card:hover::before { transform: translateX(120%); }
.wallet-card small, .wallet-card strong { display: block; position: relative; }.wallet-card small { font: 500 8px "DM Mono", monospace; color: #a8b4d2; letter-spacing: 1px; }.wallet-card strong { margin-top: 3px; font-size: 15px; color: var(--gold); }.wallet-spark { position: relative; color: var(--gold); font-size: 23px; text-shadow: 0 0 12px #fbd38d; }.wallet-arrow { position: relative; margin-left: auto; color: var(--cyan); font-size: 19px; }

.navigation { padding: 25px 0 10px; }.section-label { margin: 0 11px 9px; color: #68738f; font: 500 9px "DM Mono", monospace; letter-spacing: 1.4px; }
.conversation { width: 100%; border: 1px solid transparent; background: transparent; border-radius: 11px; min-height: 43px; padding: 0 10px; display: flex; align-items: center; text-align: left; gap: 10px; color: #a8b2cb; transition: .2s ease; }.conversation:hover { color: var(--ink); background: rgba(157,170,222,.06); }.conversation.active { color: #f4f5ff; border-color: rgba(118,247,255,.14); background: linear-gradient(90deg, rgba(93, 188, 224, .16), rgba(102, 72, 167, .1)); box-shadow: inset 3px 0 0 var(--cyan); }.conversation-icon { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 8px; color: var(--cyan); font-weight: 800; background: rgba(118,247,255,.09); }.conversation .unread-dot { margin-left: auto; width: 6px; height: 6px; background: var(--pink); border-radius: 999px; box-shadow: 0 0 8px var(--pink); }
.members { overflow-y: auto; min-height: 0; flex: 1; margin: 5px -3px 9px 0; padding: 0 3px 14px 0; scrollbar-width: thin; scrollbar-color: #293354 transparent; }.member-heading { display: flex; align-items: center; gap: 8px; padding: 14px 11px 7px; color: #68738f; font: 500 9px "DM Mono", monospace; letter-spacing: 1.25px; }.member-heading b { min-width: 17px; padding: 2px 4px; text-align: center; border-radius: 99px; color: #b5bfd8; font-size: 9px; background: rgba(151,163,205,.11); }.user-list { display: grid; gap: 2px; }
.member { width: 100%; border: 0; background: transparent; display: flex; align-items: center; gap: 9px; min-height: 45px; padding: 5px 8px; border-radius: 10px; text-align: left; transition: .2s ease; }.member:hover, .member.active { background: rgba(155,169,220,.09); }.member.active { box-shadow: inset 2px 0 0 var(--pink); }.member-info { min-width: 0; flex: 1; display: grid; gap: 1px; }.member-info strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }.member-info small { overflow: hidden; color: #737f9e; font-size: 10px; white-space: nowrap; text-overflow: ellipsis; }.avatar { object-fit: cover; border-radius: 50%; background: linear-gradient(135deg, #2f4168, #362552); }.avatar-me { width: 36px; height: 36px; border: 1px solid rgba(118,247,255,.4); }.avatar-mini { width: 29px; height: 29px; }.status-dot { width: 8px; height: 8px; border-radius: 99px; background: #59627b; flex: 0 0 auto; }.status-dot.online { background: var(--green); box-shadow: 0 0 8px var(--green); }.status-dot.busy { background: #fbbf6c; box-shadow: 0 0 8px #fbbf6c; }

.me-card { border-top: 1px solid var(--line); padding: 12px 2px 0; display: flex; align-items: center; gap: 5px; }.me-main { min-width: 0; flex: 1; display: flex; align-items: center; gap: 8px; padding: 4px; border: 0; text-align: left; background: transparent; }.me-main span { min-width: 0; display: grid; gap: 1px; }.me-main strong { font-size: 11px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.me-main small { color: #7783a0; font-size: 9px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }.presence-picker { display: flex; align-items: center; gap: 3px; max-width: 91px; overflow: hidden; }.presence-picker select { width: 78px; padding: 3px 0; border: 0; appearance: none; background: transparent; color: #8994ad; font-size: 9px; cursor: pointer; }.presence-picker option { color: var(--ink); background: #161a31; }.presence-indicator { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 6px var(--green); }.icon-button { display: inline-grid; place-items: center; width: 31px; height: 31px; border: 0; border-radius: 8px; background: transparent; color: #a7b0c9; font-size: 18px; transition: .2s ease; }.icon-button:hover { color: #fff; background: rgba(148,162,212,.12); }.logout { color: #ff87bd; transform: rotate(180deg); }.logout:hover { color: #fff; background: rgba(255,95,170,.17); }

.chat-panel { min-width: 0; flex: 1; display: flex; flex-direction: column; position: relative; background: radial-gradient(ellipse at 70% 0%, rgba(59,71,135,.13), transparent 40%); }.chat-panel::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .35; background-image: linear-gradient(rgba(150,167,233,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(150,167,233,.025) 1px, transparent 1px); background-size: 42px 42px; mask-image: linear-gradient(black, transparent 78%); }
.chat-header { height: 78px; flex: 0 0 78px; padding: 0 clamp(18px, 3vw, 38px); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 15px; background: rgba(9,12,27,.54); backdrop-filter: blur(20px); }.chat-title-wrap { min-width: 0; display: flex; align-items: center; gap: 10px; }.header-icon { width: 34px; height: 34px; border: 1px solid rgba(118,247,255,.2); border-radius: 11px; }.chat-header h2 { margin: 2px 0 0; font-size: 15px; letter-spacing: -.4px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.header-tools { display: flex; gap: 8px; align-items: center; }.search-wrap { width: clamp(130px, 18vw, 205px); position: relative; display: flex; align-items: center; color: #76829e; }.search-wrap span { position: absolute; left: 10px; font-size: 17px; }.search-wrap input { width: 100%; height: 34px; padding: 0 9px 0 31px; color: var(--ink); border: 1px solid var(--line); border-radius: 9px; background: rgba(27,32,58,.45); font-size: 11px; transition: .2s ease; }.search-wrap input:focus { border-color: rgba(118,247,255,.5); background: rgba(31,39,70,.7); }.soft-button { min-height: 33px; padding: 0 10px; border: 1px solid rgba(118,247,255,.18); border-radius: 8px; color: var(--cyan); background: rgba(118,247,255,.06); font-size: 10px; }

.chat-box { flex: 1; min-height: 0; overflow-y: auto; display: flex; flex-direction: column; align-items: stretch; gap: 12px; padding: 26px clamp(18px, 5vw, 92px); scroll-behavior: smooth; scrollbar-width: thin; scrollbar-color: #303a5f transparent; }.empty-chat { min-height: 100%; display: grid; place-content: center; text-align: center; color: var(--muted); }.empty-chat i { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 12px; border-radius: 17px; font-size: 23px; color: var(--cyan); font-style: normal; border: 1px solid rgba(118,247,255,.2); background: rgba(118,247,255,.06); }.empty-chat p { margin: 0; font-size: 12px; }.message { width: fit-content; max-width: min(690px, 86%); position: relative; padding: 12px 14px 10px; border: 1px solid var(--line-strong); border-radius: 4px 16px 16px 16px; background: rgba(27,34,62,.68); box-shadow: 0 7px 24px rgba(0,0,0,.12); animation: message-in .28s ease-out both; }.message.me { align-self: flex-end; border-color: rgba(118,247,255,.24); border-radius: 16px 4px 16px 16px; background: linear-gradient(135deg, rgba(16,85,119,.78), rgba(60,42,108,.75)); }.message.private { border-color: rgba(190,139,255,.27); }.message.urgent-msg { animation: urgent-pulse 1.5s ease-in-out infinite, message-in .28s ease-out both; border-color: rgba(255,108,184,.8); }.message-head { display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }.message-head .avatar-mini { width: 19px; height: 19px; }.message-author { color: var(--author-color, var(--cyan)); font-size: 10px; font-weight: 800; text-shadow: 0 0 9px color-mix(in srgb, var(--author-color, var(--cyan)), transparent 35%); }.message-body { white-space: pre-wrap; overflow-wrap: anywhere; color: #f1f4ff; font-size: 13px; line-height: 1.53; }.message-body img { display: block; max-width: min(100%, 490px); max-height: 330px; border-radius: 10px; cursor: zoom-in; }.message-body audio { width: min(100%, 360px); height: 34px; }.location-card { padding: 10px; border-radius: 9px; background: rgba(0,0,0,.2); border: 1px solid rgba(255,255,255,.08); }.location-card strong { display: block; font-size: 12px; }.location-card span { display: block; color: #a6b1cf; font: 10px "DM Mono", monospace; margin: 5px 0 8px; }.location-card a { color: var(--cyan); font-size: 11px; font-weight: 700; }.reply-quote { padding: 6px 8px; margin-bottom: 8px; border-left: 2px solid var(--cyan); border-radius: 3px 7px 7px 3px; background: rgba(0,0,0,.16); }.reply-quote strong { display: block; margin-bottom: 2px; color: var(--cyan); font-size: 10px; }.reply-quote span { display: block; overflow: hidden; color: #b8c1dc; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }.message-foot { margin-top: 9px; padding-top: 7px; border-top: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: space-between; gap: 10px; color: #8c98b4; font: 9px "DM Mono", monospace; }.message-actions { display: flex; gap: 2px; }.message-action { width: 23px; height: 22px; display: grid; place-items: center; border: 0; color: #9facca; background: transparent; border-radius: 5px; font-size: 12px; }.message-action:hover { color: #fff; background: rgba(255,255,255,.11); }.message-read { color: var(--cyan); }
@keyframes message-in { from { opacity: 0; transform: translateY(8px) scale(.99); } to { opacity: 1; transform: none; } } @keyframes urgent-pulse { 50% { box-shadow: 0 0 0 5px rgba(255,90,172,0), 0 0 24px rgba(255,90,172,.2); } }

.composer { flex: 0 0 auto; padding: 11px clamp(18px, 3vw, 38px) max(13px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: rgba(10,13,28,.78); backdrop-filter: blur(20px); }.composer-tools { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: none; }.tool-button { height: 27px; display: inline-flex; align-items: center; gap: 5px; padding: 0 8px; flex: 0 0 auto; border: 1px solid transparent; border-radius: 7px; color: #8d98b4; background: transparent; font-size: 10px; transition: .2s ease; }.tool-button span { color: #a8b7db; font-size: 13px; }.tool-button:hover { border-color: var(--line-strong); color: #f6f7ff; background: rgba(126,141,194,.11); }.tool-button.wizz span { color: var(--pink); }.tool-button.urgent.active { color: #fff; border-color: #ff639e; background: linear-gradient(110deg, #db3477, #923d9c); box-shadow: 0 0 14px rgba(255,76,153,.22); }.tool-button.recording { color: #fff; border-color: #ff619b; background: #b42b63; animation: recording 1s infinite alternate; } @keyframes recording { to { box-shadow: 0 0 14px #ff5ea0; } }.composer-main { display: flex; align-items: center; gap: 8px; }.composer-main input { min-width: 0; flex: 1; height: 42px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 12px; color: var(--ink); background: rgba(31,38,68,.56); font-size: 12px; transition: .2s ease; }.composer-main input::placeholder { color: #7e89a5; }.composer-main input:focus { background: rgba(34,43,77,.86); border-color: rgba(118,247,255,.43); }.send-button { width: 42px; height: 42px; border: 0; border-radius: 12px; color: #07111b; background: linear-gradient(135deg, #6af5ff, #9fb7ff); font-size: 21px; font-weight: 800; box-shadow: 0 5px 18px rgba(93,231,255,.2); transition: transform .2s ease, box-shadow .2s ease; }.send-button:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(93,231,255,.35); }.reply-preview { min-height: 35px; margin-bottom: 8px; padding: 5px 4px 5px 9px; display: flex; align-items: center; gap: 8px; color: #b8c2dc; border: 1px solid rgba(118,247,255,.15); border-radius: 9px; background: rgba(118,247,255,.05); font-size: 10px; }.reply-preview .reply-line { width: 2px; height: 16px; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }.reply-preview #reply-preview-text { min-width: 0; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.modal-layer { position: fixed; inset: 0; z-index: 40; display: grid; place-items: center; padding: 20px; background: rgba(3,5,15,.75); backdrop-filter: blur(13px); }.modal-card { position: relative; width: min(100%, 460px); max-height: min(860px, 90dvh); overflow: auto; padding: 27px; border: 1px solid rgba(149,166,223,.18); border-radius: 21px; background: linear-gradient(145deg, rgba(23,29,55,.97), rgba(11,15,31,.98)); box-shadow: var(--shadow); }.modal-close { position: absolute; z-index: 2; top: 12px; right: 12px; }.profile-view { text-align: center; }.profile-view h2 { margin: 6px 0 5px; font-size: 22px; }.profile-avatar { width: 88px; height: 88px; border: 2px solid rgba(118,247,255,.55); border-radius: 50%; object-fit: cover; box-shadow: 0 0 25px rgba(118,247,255,.22); }.muted { min-height: 20px; margin: 0; color: #94a0bf; font-size: 12px; }.profile-points { width: fit-content; margin: 20px auto 0; padding: 9px 14px; display: flex; align-items: center; gap: 7px; border: 1px solid rgba(251,211,141,.28); border-radius: 11px; color: var(--gold); background: rgba(251,211,141,.06); }.profile-points span { font-size: 17px; }.profile-points strong { font-size: 16px; }.profile-points small { color: #d9c2a2; font-size: 10px; }.profile-form { display: grid; gap: 12px; }.profile-form h2 { margin: -3px 0 8px; font-size: 19px; }.profile-form label, .auth-card label, .equipment-selects label { display: grid; gap: 6px; color: #a7b2cd; font-size: 10px; font-weight: 700; }.profile-form input, .auth-card input, .equipment-selects select { width: 100%; height: 39px; padding: 0 11px; border: 1px solid rgba(148,163,212,.2); border-radius: 9px; color: var(--ink); background: rgba(4,7,20,.36); font-size: 12px; }.profile-form input:focus, .auth-card input:focus, .equipment-selects select:focus { border-color: rgba(118,247,255,.55); }.avatar-upload { border: 1px dashed rgba(118,247,255,.35); border-radius: 10px; padding: 10px; cursor: pointer; }.avatar-upload input { display: none; }.avatar-upload em { color: var(--cyan); font-style: normal; font-size: 11px; }.avatar-preview { width: 68px; height: 68px; justify-self: center; border: 1px solid var(--cyan); border-radius: 50%; object-fit: cover; }.primary-button { min-height: 42px; border: 0; border-radius: 11px; color: #07101c; background: linear-gradient(116deg, #74f2ff, #b4b3ff); font-size: 11px; font-weight: 800; letter-spacing: .1px; box-shadow: 0 8px 24px rgba(100,229,255,.16); }.primary-button:hover { filter: brightness(1.07); }

.store-layer { padding: 14px; }.store-card { width: min(100%, 980px); padding: 0; overflow: hidden; background: linear-gradient(145deg, rgba(18,24,49,.98), rgba(8,11,25,.99)); }.store-card::before { content:""; position: absolute; inset: 0; pointer-events: none; opacity: .65; background: radial-gradient(circle at 82% 5%, rgba(213,111,255,.17), transparent 24%), radial-gradient(circle at 5% 58%, rgba(90,236,255,.1), transparent 26%); }.store-hero { position: relative; min-height: 137px; padding: 28px 77px 20px 31px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-bottom: 1px solid var(--line); overflow: hidden; }.store-hero::after { content:""; position: absolute; right: 19%; bottom: -100px; width: 190px; height: 190px; border: 1px solid rgba(118,247,255,.2); border-radius: 50%; box-shadow: 0 0 0 27px rgba(118,247,255,.025), 0 0 0 54px rgba(168,139,250,.025); }.store-hero h2 { position: relative; margin: 6px 0 4px; font-size: clamp(22px, 3vw, 31px); letter-spacing: -1.4px; }.store-hero h2 span { color: var(--cyan); text-shadow: 0 0 25px rgba(118,247,255,.28); }.store-hero p:not(.eyebrow) { position: relative; margin: 0; color: #9ba6c3; font-size: 11px; }.hero-balance { position: relative; min-width: 104px; padding: 11px 14px; display: grid; grid-template-columns: auto 1fr; column-gap: 7px; align-items: center; border: 1px solid rgba(251,211,141,.24); border-radius: 13px; background: rgba(251,211,141,.065); }.hero-balance span { grid-row: 1 / span 2; color: var(--gold); font-size: 22px; }.hero-balance strong { color: var(--gold); font-size: 17px; }.hero-balance small { color: #c9ae88; font: 9px "DM Mono", monospace; }
.shop-preview-stage { position: relative; min-height: 150px; margin: 18px 31px; overflow: hidden; display: grid; place-items: center; border: 1px solid rgba(130,149,213,.17); border-radius: 16px; background: radial-gradient(ellipse at center, rgba(86, 126, 185, .16), rgba(11,14,32,.7) 62%); }.stage-grid { position: absolute; inset: 45% -10% -42%; background-image: linear-gradient(rgba(124,230,255,.21) 1px, transparent 1px), linear-gradient(90deg, rgba(124,230,255,.21) 1px, transparent 1px); background-size: 20px 20px; transform: perspective(250px) rotateX(58deg); transform-origin: center top; opacity: .45; }.stage-orb { position: absolute; width: 180px; height: 180px; left: 50%; top: 50%; border-radius: 50%; transform: translate(-50%, -50%); background: radial-gradient(circle, rgba(139,101,255,.32), transparent 62%); filter: blur(9px); animation: orb-breathe 3.5s ease-in-out infinite alternate; }.stage-label { position: absolute; left: 14px; top: 12px; margin: 0; color: #8190ae; font: 9px "DM Mono", monospace; letter-spacing: 1.1px; }.preview-bubble { position: relative; z-index: 1; min-width: min(82%, 320px); margin: 20px; padding: 13px 15px; border: 1px solid rgba(118,247,255,.4); border-radius: 6px 15px 15px; background: rgba(13,75,109,.75); box-shadow: 0 10px 28px rgba(0,0,0,.27); }.preview-bubble span { color: var(--preview-color, var(--cyan)); font-size: 10px; font-weight: 800; text-shadow: 0 0 9px var(--preview-color, var(--cyan)); }.preview-bubble p { margin: 4px 0 0; font-size: 12px; }.store-tabs { position: relative; display: flex; gap: 18px; padding: 0 31px; border-bottom: 1px solid var(--line); }.store-tab { position: relative; padding: 12px 1px 11px; border: 0; color: #7f8aa8; background: transparent; font-size: 11px; font-weight: 800; }.store-tab.active { color: var(--cyan); }.store-tab.active::after { content:""; position: absolute; right: 0; bottom: -1px; left: 0; height: 2px; background: var(--cyan); box-shadow: 0 0 8px var(--cyan); }.store-tab span { display: inline-grid; min-width: 16px; height: 16px; place-items: center; margin-left: 4px; border-radius: 99px; color: #10202a; background: var(--cyan); font-size: 9px; }.store-content { position: relative; padding: 17px 31px 27px; }.shop-filter { display: flex; gap: 6px; margin-bottom: 16px; }.filter { height: 29px; padding: 0 10px; border: 1px solid var(--line); border-radius: 99px; color: #9ba6c4; background: rgba(255,255,255,.025); font-size: 10px; }.filter.active, .filter:hover { color: var(--ink); border-color: rgba(118,247,255,.38); background: rgba(118,247,255,.09); }.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }.product-card { min-height: 174px; position: relative; overflow: hidden; display: flex; flex-direction: column; padding: 12px; border: 1px solid rgba(148,163,212,.16); border-radius: 14px; background: linear-gradient(145deg, rgba(36,45,79,.67), rgba(17,22,45,.7)); transition: transform .23s ease, border-color .23s ease, box-shadow .23s ease; }.product-card::before { content:""; position: absolute; width: 120px; height: 120px; top: -65px; right: -35px; border-radius: 50%; background: var(--card-glow, rgba(118,247,255,.2)); filter: blur(9px); opacity: .8; }.product-card:hover { z-index: 1; transform: translateY(-4px); border-color: rgba(118,247,255,.48); box-shadow: 0 17px 31px rgba(0,0,0,.25), 0 0 28px var(--card-glow, transparent); }.product-visual { position: relative; width: 44px; height: 44px; display: grid; place-items: center; margin-bottom: auto; border: 1px solid rgba(255,255,255,.2); border-radius: 13px; color: #fff; background: var(--visual-bg, linear-gradient(135deg,#4ddcef,#8163e9)); font-size: 22px; box-shadow: 0 8px 18px rgba(0,0,0,.21), inset 0 1px 1px rgba(255,255,255,.34); }.product-card[data-rarity="Mythique"] .product-visual { animation: icon-float 2s ease-in-out infinite alternate; }.rarity { position: absolute; top: 12px; right: 12px; padding: 3px 6px; border-radius: 99px; color: var(--rarity, #b0bad4); background: rgba(6,9,22,.42); border: 1px solid color-mix(in srgb, var(--rarity, #b0bad4), transparent 65%); font: 8px "DM Mono", monospace; }.product-card h3 { position: relative; margin: 12px 0 2px; font-size: 12px; letter-spacing: -.25px; }.product-card p { position: relative; min-height: 24px; margin: 0 0 10px; color: #9aa6c4; font-size: 9px; line-height: 1.35; }.product-action { position: relative; width: 100%; min-height: 29px; border: 0; border-radius: 8px; color: #071018; background: linear-gradient(120deg, #f8d38d, #f7b960); font-size: 9px; font-weight: 800; }.product-action.equip { background: linear-gradient(120deg, #72f0ff, #9aa9ff); }.product-action.owned { color: #afbad1; background: rgba(144,160,205,.12); border: 1px solid rgba(144,160,205,.2); }.product-action:disabled { cursor: not-allowed; opacity: .48; }.inventory-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }.inventory-row { display: flex; align-items: center; gap: 9px; min-height: 61px; padding: 8px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.025); }.inventory-row .product-visual { flex: 0 0 34px; width: 34px; height: 34px; margin: 0; border-radius: 10px; font-size: 16px; }.inventory-row div { min-width: 0; flex: 1; }.inventory-row strong, .inventory-row small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.inventory-row strong { font-size: 10px; }.inventory-row small { margin-top: 2px; color: #8490ae; font-size: 9px; }.inventory-row button { min-height: 27px; padding: 0 7px; border: 1px solid rgba(118,247,255,.28); border-radius: 7px; color: var(--cyan); background: rgba(118,247,255,.06); font-size: 9px; }.equipment-panel { margin-bottom: 15px; padding: 14px; border: 1px solid rgba(118,247,255,.16); border-radius: 12px; background: linear-gradient(100deg, rgba(76,145,177,.1), rgba(101,64,159,.11)); }.equipment-panel h3 { margin: 4px 0 0; font-size: 14px; }.equipment-panel > p { margin: 5px 0 12px; color: #9aa6c4; font-size: 10px; }.equipment-selects { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; }.equipment-selects select { height: 33px; font-size: 10px; }
@keyframes orb-breathe { to { transform: translate(-50%, -50%) scale(1.15); opacity: .75; } } @keyframes icon-float { to { transform: translateY(-3px) rotate(5deg); } }

.auth-layer { position: fixed; inset: 0; z-index: 60; display: grid; place-items: center; padding: 20px; background: radial-gradient(circle at 25% 22%, rgba(85,79,189,.35), transparent 29%), radial-gradient(circle at 82% 78%, rgba(14,152,187,.26), transparent 29%), #060814; }.auth-layer::before { content:""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(132,148,218,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(132,148,218,.04) 1px, transparent 1px); background-size: 32px 32px; mask-image: radial-gradient(circle, black, transparent 75%); }.auth-card { width: min(100%, 382px); position: relative; padding: 28px; border: 1px solid rgba(151,166,226,.21); border-radius: 22px; background: linear-gradient(145deg, rgba(25,31,62,.91), rgba(8,11,27,.95)); box-shadow: 0 30px 90px rgba(0,0,0,.44), 0 0 65px rgba(118,247,255,.05); }.auth-brand { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: #c5cceb; font: 500 10px "DM Mono", monospace; letter-spacing: 1.5px; }.auth-card h2 { margin: 7px 0 6px; font-size: 23px; letter-spacing: -.8px; }.auth-card > p:not(.eyebrow):not(.form-error) { margin: 0 0 20px; color: #95a0bd; font-size: 11px; }.auth-card form { display: grid; gap: 11px; }.password-wrap { position: relative; }.password-wrap input { padding-right: 43px; }.password-wrap .icon-button { position: absolute; top: 4px; right: 4px; height: 31px; }.auth-card .primary-button { margin-top: 5px; }.auth-card .primary-button span { margin-left: 4px; font-size: 16px; }.text-button { margin-top: 18px; padding: 0; border: 0; color: var(--cyan); background: transparent; font-size: 10px; text-decoration: underline; text-underline-offset: 3px; }.form-error { padding: 8px 10px; margin: 12px 0 !important; border: 1px solid rgba(255,110,170,.4); border-radius: 8px; color: #ff9cc8; background: rgba(245,74,142,.08); font-size: 10px !important; }
.toast-msg { width: min(340px, calc(100vw - 32px)); padding: 11px 12px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(118,247,255,.25); border-radius: 11px; color: #edfaff; background: rgba(19,39,67,.93); box-shadow: 0 13px 30px rgba(0,0,0,.32); backdrop-filter: blur(13px); font-size: 11px; animation: toast-in .25s ease both; }.toast-msg.points { border-color: rgba(251,211,141,.38); color: #fff5d6; background: rgba(72,52,26,.94); }.toast-msg.error { border-color: rgba(255,104,169,.38); background: rgba(67,25,51,.94); }.toast-msg span { color: var(--cyan); font-size: 15px; }.toast-msg.points span { color: var(--gold); }.toast-msg.error span { color: #ff84bb; } #toast-container { position: fixed; z-index: 80; right: 18px; bottom: 18px; display: grid; gap: 8px; pointer-events: none; } @keyframes toast-in { from { opacity: 0; transform: translateX(22px); } to { opacity: 1; transform: none; } }

/* Effets de bulles débloqués dans la boutique. */
.bubble-glitch { animation: glitch .9s steps(2, end) infinite; border-style: dashed !important; border-color: #ff5de0 !important; background: #250d31 !important; box-shadow: 0 0 22px rgba(255,0,216,.32) !important; }.bubble-matrix { overflow: hidden; border-color: #6cff74 !important; background: linear-gradient(135deg, #001608, #062713) !important; box-shadow: inset 0 0 18px rgba(81,255,111,.18), 0 0 17px rgba(81,255,111,.16) !important; }.bubble-matrix::after { content:"010 011 101 010"; position: absolute; inset: 0; color: rgba(117,255,122,.18); font: 9px "DM Mono", monospace; letter-spacing: 4px; line-height: 34px; transform: rotate(-16deg); pointer-events: none; }.bubble-hud { overflow: hidden; border-color: #66f7ff !important; background: #071e2b !important; box-shadow: inset 0 0 17px rgba(91,238,255,.13), 0 0 16px rgba(91,238,255,.19) !important; }.bubble-hud::after { content:""; position:absolute; right:0; left:0; height:1px; background: var(--cyan); box-shadow: 0 0 9px var(--cyan); animation: scan 2s linear infinite; }.bubble-antimatter { border-color: #ff704f !important; background: radial-gradient(circle at 30% 30%, #63304f, #230d1b 70%) !important; box-shadow: 0 0 24px rgba(255,77,93,.34) !important; animation: anti 1s infinite alternate !important; }.bubble-neural { border-color: #ac82ff !important; background: linear-gradient(130deg, #201743, #21112b) !important; box-shadow: 0 0 21px rgba(172,130,255,.32) !important; animation: neural 2.3s ease-in-out infinite !important; }.bubble-prism { border-color: transparent !important; background: linear-gradient(#10172d,#10172d) padding-box, linear-gradient(110deg,#ff70ce,#75f4ff,#ffe675,#9874ff) border-box !important; box-shadow: 0 0 22px rgba(119,242,255,.24) !important; animation: prism 3s linear infinite !important; }.bubble-aurora { border-color: rgba(145,255,215,.64) !important; background: linear-gradient(125deg, #0c2441, #203b55 45%, #392a64) !important; box-shadow: inset 0 0 25px rgba(81,255,207,.15), 0 0 23px rgba(118,130,255,.24) !important; animation: aurora-bubble 4s ease-in-out infinite alternate !important; }.bubble-plasma { border-color: #ff9b5d !important; background: radial-gradient(circle at 25% 25%, #ffcd66, #ee4b7e 28%, #351747 71%) !important; box-shadow: 0 0 27px rgba(255,103,144,.43) !important; animation: plasma 1.5s ease-in-out infinite alternate !important; }.bubble-void { border-color: #b5a7ff !important; background: radial-gradient(circle at 40% 45%, #372466 0, #17112d 28%, #060710 73%) !important; box-shadow: inset 0 0 21px #000, 0 0 22px rgba(166,124,255,.31) !important; }.bubble-void::after { content:"✦"; position:absolute; right:10px; top:5px; color:#fff; text-shadow:0 0 9px #fff; pointer-events:none; }.bubble-aurora .message-body, .bubble-plasma .message-body, .bubble-void .message-body { position:relative; z-index:1; }
@keyframes glitch { 20% { transform: translate(-1px, 1px); filter: hue-rotate(80deg); } 40% { transform: translate(1px, -1px); } 60% { transform: translate(-1px, 0); filter: hue-rotate(180deg); } 100% { transform: none; filter: none; } } @keyframes scan { from { top: 0; } to { top: 100%; } } @keyframes anti { to { transform: scale(1.012); filter: hue-rotate(19deg); } } @keyframes neural { 50% { border-color: #ff7fc8; box-shadow: 0 0 27px rgba(255,115,200,.37); } } @keyframes prism { to { filter: hue-rotate(1turn); } } @keyframes aurora-bubble { to { filter: hue-rotate(28deg) brightness(1.16); } } @keyframes plasma { to { box-shadow: 0 0 37px rgba(255,117,151,.65); filter: saturate(1.3); } }
body.theme-matrix .chat-panel { background: radial-gradient(ellipse at 50% 0%, rgba(35,180,82,.16), transparent 56%), #030a06; } body.theme-matrix .chat-panel::before { background-image: linear-gradient(rgba(65,255,111,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(65,255,111,.05) 1px, transparent 1px); } body.theme-ocean .chat-panel { background: radial-gradient(ellipse at 68% 0%, rgba(31,147,211,.27), transparent 49%), linear-gradient(180deg, #07182d, #071525); } body.theme-aurora .chat-panel { background: radial-gradient(ellipse at 20% 0%, rgba(62,255,192,.18), transparent 48%), radial-gradient(ellipse at 78% 0%, rgba(215,98,255,.22), transparent 51%), #0c1126; } body.theme-eclipse .chat-panel { background: radial-gradient(circle at 55% 12%, rgba(255,183,78,.12), transparent 15%), radial-gradient(circle at 55% 12%, rgba(133,75,255,.16), transparent 31%), #0a0715; } body.shaking .app-shell { animation: shake .38s linear 2; } @keyframes shake { 25% { transform: translate(4px,-2px) rotate(.1deg); } 50% { transform: translate(-4px,2px) rotate(-.1deg); } 75% { transform: translate(2px,3px); } }

.mobile-only { display: none; }.sidebar-shade { display: none; }
@media (max-width: 800px) { .sidebar { position: fixed; inset: 0 auto 0 0; width: min(290px, 86vw); transform: translateX(-105%); transition: transform .26s ease; box-shadow: 20px 0 40px rgba(0,0,0,.35); }.sidebar.open { transform: none; }.sidebar-shade.active { position: fixed; z-index: 4; inset: 0; display: block; background: rgba(0,0,0,.48); }.mobile-only { display: inline-grid; }.brand .mobile-only { margin-left: auto; }.chat-header { height: 66px; flex-basis: 66px; padding: 0 14px; }.header-icon { display: none; }.chat-header h2 { font-size: 13px; }.search-wrap { width: 118px; }.search-wrap input { font-size: 10px; }.chat-box { padding: 18px 14px; }.composer { padding: 9px 12px max(10px, env(safe-area-inset-bottom)); }.store-hero { padding: 23px 56px 16px 20px; }.store-hero::after { right: -55px; }.shop-preview-stage { margin: 14px 20px; }.store-tabs, .store-content { padding-left: 20px; padding-right: 20px; }.product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.inventory-list { grid-template-columns: 1fr; } }
@media (max-width: 480px) { .header-tools { gap: 4px; }.search-wrap { width: 105px; }.search-wrap:focus-within { width: 150px; }.soft-button { display: none; }.message { max-width: 93%; }.store-layer { padding: 8px; }.store-card { max-height: calc(100dvh - 16px); }.store-hero h2 { font-size: 21px; }.hero-balance { min-width: 81px; }.equipment-selects { grid-template-columns: 1fr; }.product-card { min-height: 161px; }.product-grid { gap: 7px; }.store-content { padding-bottom: 20px; }.auth-card { padding: 24px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; } }

/* Robustesse : les décorations ne doivent jamais recouvrir le contenu d’une bulle. */
.message { isolation: isolate; overflow: visible; }
.message-head, .message-body, .message-foot { position: relative; z-index: 2; }
.message-body { display: block; min-height: 1.53em; visibility: visible; opacity: 1; color: #f1f4ff !important; }
.message-body > * { position: relative; z-index: 2; }
.bubble-matrix::after, .bubble-hud::after, .bubble-void::after { z-index: 0; }
.bubble-matrix::after { overflow: hidden; }

/* La boutique défile sur ordinateur comme sur mobile, même quand le body est verrouillé. */
.store-layer { display: block; overflow-y: auto; overflow-x: hidden; padding: 14px; overscroll-behavior: contain; touch-action: pan-y; -webkit-overflow-scrolling: touch; }
.store-card { margin: 0 auto; max-height: calc(100dvh - 28px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; touch-action: pan-y; -webkit-overflow-scrolling: touch; }
.store-content, .product-grid, .inventory-list { touch-action: pan-y; }

.typing-indicator { min-height: 13px; margin: 3px 0 0; display: flex; align-items: center; gap: 5px; color: var(--cyan); font-size: 9px; font-weight: 500; }
.typing-indicator > span { display: inline-flex; align-items: center; gap: 2px; }
.typing-indicator i { width: 3px; height: 3px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 5px var(--cyan); animation: typing-dot 1s infinite ease-in-out; }
.typing-indicator i:nth-child(2) { animation-delay: .15s; }.typing-indicator i:nth-child(3) { animation-delay: .3s; }
@keyframes typing-dot { 0%, 60%, 100% { opacity: .35; transform: translateY(0); } 30% { opacity: 1; transform: translateY(-3px); } }

.member-choice-card { width: min(100%, 390px); text-align: center; }
.member-choice-card .profile-avatar { margin-bottom: 12px; }
.member-choice-card h2 { margin: 6px 0 4px; font-size: 21px; }
.member-choice-actions { display: grid; gap: 8px; margin-top: 20px; }
.secondary-button { min-height: 42px; border: 1px solid rgba(118,247,255,.28); border-radius: 11px; color: var(--cyan); background: rgba(118,247,255,.07); font-size: 11px; font-weight: 800; }
.secondary-button:hover { background: rgba(118,247,255,.15); }

/* Nouvelles familles d’effets, pensées pour rester lisibles sur chaque appareil. */
.bubble-spectral { border-color: #c7a6ff !important; background: linear-gradient(120deg, #1d2452, #523c87 48%, #21142f) !important; box-shadow: 0 0 24px rgba(185,133,255,.35) !important; animation: spectral 4s ease-in-out infinite alternate !important; }
.bubble-circuit { border-color: #61f6df !important; background: linear-gradient(135deg, #062c2b, #0b1c39) !important; box-shadow: inset 0 0 21px rgba(83,255,224,.15), 0 0 17px rgba(83,255,224,.22) !important; }
.bubble-circuit::after { content: "┼ ─ ◇ ─ ┼"; position: absolute; z-index: 0; inset: 5px; color: rgba(97,246,223,.22); font: 10px "DM Mono", monospace; letter-spacing: 5px; pointer-events: none; }
.bubble-comet { border-color: #ffc477 !important; background: linear-gradient(135deg, #482b42, #743c5a 45%, #192447) !important; box-shadow: 0 0 23px rgba(255,171,103,.33) !important; animation: comet 2.2s ease-in-out infinite alternate !important; }
.bubble-crystal { border-color: #a8e8ff !important; background: linear-gradient(135deg, #1f4561, #264c79 42%, #553a80) !important; box-shadow: inset 0 0 17px rgba(180,239,255,.19), 0 0 24px rgba(107,197,255,.31) !important; }
.bubble-crystal::after { content: "✧  ◇  ✦"; position: absolute; z-index: 0; right: 13px; top: 7px; color: rgba(225,250,255,.6); font-size: 13px; letter-spacing: 4px; pointer-events: none; }
.bubble-nova { border-color: #ffdb74 !important; background: radial-gradient(circle at 23% 23%, #fff0a6, #f07b53 22%, #522253 68%) !important; box-shadow: 0 0 29px rgba(255,153,86,.45) !important; animation: nova 1.6s ease-in-out infinite alternate !important; }
.bubble-zen { border-color: #8bdec6 !important; background: linear-gradient(135deg, #143f45, #213f55 50%, #25304e) !important; box-shadow: 0 0 21px rgba(104,218,191,.25) !important; }
@keyframes spectral { to { filter: hue-rotate(26deg) brightness(1.15); } }
@keyframes comet { to { transform: translateX(2px); filter: saturate(1.25) brightness(1.08); } }
@keyframes nova { to { box-shadow: 0 0 39px rgba(255,153,86,.7); filter: saturate(1.2); } }
body.theme-solar .chat-panel { background: radial-gradient(circle at 60% 0%, rgba(255,174,79,.22), transparent 45%), #1a1016; }
body.theme-forest .chat-panel { background: radial-gradient(circle at 20% 0%, rgba(75,218,146,.18), transparent 48%), #071a19; }
body.theme-carbon .chat-panel { background: radial-gradient(circle at 70% 0%, rgba(184,197,221,.12), transparent 44%), #090c14; }

/* Stabilité tactile : une seule zone de défilement pour la boutique. */
.store-layer { display: block; height: 100vh; height: 100dvh; padding: max(14px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(14px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left)); overflow-y: auto !important; overscroll-behavior-y: contain; touch-action: pan-y; -webkit-overflow-scrolling: touch; }
.store-card { min-height: min-content; max-height: none !important; overflow: visible !important; touch-action: pan-y; }
.store-pagination { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; }
.pagination-button { width: 34px; height: 31px; border: 1px solid rgba(118,247,255,.28); border-radius: 9px; color: var(--cyan); background: rgba(118,247,255,.07); font-size: 15px; font-weight: 800; }
.pagination-button:disabled { opacity: .34; cursor: not-allowed; }.pagination-status { min-width: 86px; color: #a8b5d2; text-align: center; font: 10px "DM Mono", monospace; }

/* Le texte reste au premier plan, y compris sur les moteurs graphiques mobiles. */
.message { display: block; align-self: flex-start; min-width: 0; overflow: visible !important; isolation: isolate; }
.message.me { align-self: flex-end; }.message::before, .message::after { z-index: 0 !important; pointer-events: none; }
.message-head, .message-body, .message-foot, .message > .reply-quote { position: relative; z-index: 2; }
.message-body { -webkit-text-fill-color: #f1f4ff; text-shadow: none; }
.avatar, .profile-avatar, .avatar-preview { object-position: center 28%; }

#wizz-flash { position: fixed; z-index: 75; top: 50%; left: 50%; display: grid; place-items: center; gap: 2px; min-width: 154px; padding: 13px 20px; border: 1px solid rgba(255,212,102,.76); border-radius: 18px; color: #fff8d8; background: radial-gradient(circle at 50% 0%, rgba(255,225,126,.3), rgba(106,46,130,.96) 72%); box-shadow: 0 0 44px rgba(255,112,190,.44); opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(.66); }
#wizz-flash span { color: #ffe16e; font-size: 31px; line-height: .8; text-shadow: 0 0 18px #ffe16e; }.wizz-active + #wizz-flash { opacity: 1; }
#wizz-flash strong { font: 800 19px/1 Manrope, sans-serif; letter-spacing: 2px; }.wizz-active ~ #wizz-flash, #wizz-flash.active { animation: wizz-flash .72s ease-out both !important; }
@keyframes wizz-flash { 0% { opacity: 0; transform: translate(-50%, -50%) scale(.55) rotate(-7deg); } 22% { opacity: 1; transform: translate(-50%, -50%) scale(1.08) rotate(3deg); } 70% { opacity: .96; transform: translate(-50%, -50%) scale(1); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(.9); } }
.app-shell.wizz-active { animation: wizz-shake .68s cubic-bezier(.2,.75,.2,1) both !important; }.app-shell.wizz-active::after { content:""; position: fixed; z-index: 74; inset: 0; pointer-events: none; background: radial-gradient(circle at center, rgba(255,236,140,.24), transparent 46%); animation: wizz-screen .68s ease-out both; }
@keyframes wizz-shake { 0%,100% { transform: translate3d(0,0,0); } 16% { transform: translate3d(-8px,2px,0) rotate(.15deg); } 34% { transform: translate3d(8px,-3px,0) rotate(-.15deg); } 54% { transform: translate3d(-6px,3px,0) rotate(.1deg); } 72% { transform: translate3d(4px,-2px,0); } } @keyframes wizz-screen { from { opacity: 1; } to { opacity: 0; } }

/* Carte volontaire des membres. */
.members-map-chat { padding: clamp(12px, 3vw, 28px); }.member-map-space { width: min(100%, 980px); margin: auto; }.member-map-hero { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 10px; }.member-map-hero h3 { margin: 4px 0; font-size: clamp(18px, 3vw, 25px); letter-spacing: -.7px; }.member-map-hero p:not(.eyebrow) { margin: 0; color: #98a5c4; font-size: 11px; }.map-action, .map-hide-button { border: 1px solid rgba(118,247,255,.35); border-radius: 10px; color: #07111b; background: linear-gradient(120deg, #75efff, #afb1ff); font-size: 10px; font-weight: 800; }.map-action { min-height: 39px; padding: 0 13px; white-space: nowrap; }.map-action.is-shared { color: var(--cyan); background: rgba(118,247,255,.08); }.map-privacy-note { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; margin-bottom: 12px; color: #91a0c0; font-size: 10px; }.map-privacy-note span:first-child { color: var(--cyan); }.members-map-canvas { position: relative; min-height: clamp(245px, 43vh, 440px); overflow: hidden; border: 1px solid rgba(118,247,255,.26); border-radius: 18px; background: radial-gradient(circle at 50% 35%, rgba(89,148,199,.23), rgba(9,13,31,.95) 71%); box-shadow: inset 0 0 50px rgba(53,181,234,.08), 0 16px 38px rgba(0,0,0,.23); }.members-map-canvas::before { content:""; position: absolute; inset: 0; z-index: 1; pointer-events: none; border: 1px solid rgba(255,255,255,.06); border-radius: inherit; }.map-fallback { position: absolute; inset: 0; display: grid; place-content: center; gap: 7px; padding: 25px; color: #b7c7e4; text-align: center; }.map-fallback-icon { color: var(--cyan); font-size: 34px; text-shadow: 0 0 18px var(--cyan); }.map-fallback p { max-width: 260px; margin: 0; color: #8796b5; font-size: 11px; }.member-map-roster { display: grid; grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); gap: 8px; margin-top: 13px; }.map-roster-heading { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; color: #c5d2eb; font-size: 11px; }.map-hide-button { min-height: 29px; padding: 0 9px; color: var(--pink); border-color: rgba(255,109,182,.3); background: rgba(255,109,182,.07); }.map-member-row { display: flex; align-items: center; gap: 9px; min-width: 0; padding: 9px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: rgba(255,255,255,.025); text-align: left; }.map-member-row:hover { border-color: rgba(118,247,255,.4); background: rgba(118,247,255,.06); }.map-member-details { min-width: 0; flex: 1; }.map-member-details strong, .map-member-details small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.map-member-details strong { font-size: 11px; }.map-member-details small { margin-top: 2px; color: #8795b2; font-size: 9px; }.map-member-pin { font-size: 16px; color: var(--cyan); }.map-empty { grid-column: 1 / -1; margin: 0; padding: 13px; border: 1px dashed rgba(118,247,255,.2); border-radius: 11px; color: #93a1bf; font-size: 10px; }.location-consent-card { width: min(100%, 440px); text-align: center; }.location-consent-card h2 { margin: 7px 0; font-size: 23px; }.location-consent-card > p:not(.eyebrow) { margin: 0; color: #a2afca; font-size: 12px; line-height: 1.6; }.consent-orbit { width: 58px; height: 58px; display: grid; place-items: center; margin: 0 auto 14px; border: 1px solid rgba(118,247,255,.5); border-radius: 50%; color: var(--cyan); background: radial-gradient(circle, rgba(118,247,255,.2), transparent 67%); box-shadow: 0 0 0 10px rgba(118,247,255,.035), 0 0 30px rgba(118,247,255,.18); font-size: 25px; }.consent-points { display: grid; grid-template-columns: auto 1fr; gap: 7px 8px; margin-top: 17px; color: #b7c8e5; text-align: left; font-size: 10px; }.consent-points span:nth-child(odd) { color: var(--cyan); }

/* Nouveaux articles de boutique. */
.bubble-portal { border-color: #e798ff !important; background: radial-gradient(circle at 50% 10%, #9f65d8, #25134a 48%, #10192d 75%) !important; box-shadow: inset 0 0 24px rgba(245,159,255,.2), 0 0 25px rgba(225,101,255,.35) !important; animation: portal 3s ease-in-out infinite alternate !important; }.bubble-tidal { border-color: #75eaff !important; background: linear-gradient(145deg, #0a3d58, #203a79 48%, #13244c) !important; box-shadow: inset 0 -12px 22px rgba(62,204,255,.12), 0 0 22px rgba(72,208,255,.27) !important; }.bubble-arcade { border-color: #ff8be3 !important; background: linear-gradient(135deg, #31134e, #1e275c) !important; box-shadow: inset 0 0 0 2px rgba(255,255,255,.06), 0 0 22px rgba(255,110,209,.3) !important; }.bubble-orbit { border-color: #b7d6ff !important; background: radial-gradient(ellipse at 66% 22%, #689ee6 0 3%, #1f3163 4% 21%, #142040 56%) !important; box-shadow: 0 0 24px rgba(128,183,255,.31) !important; animation: orbit 3.4s linear infinite !important; }.bubble-portal::after, .bubble-arcade::after { position: absolute; z-index: 0; pointer-events: none; }.bubble-portal::after { content:"◌"; right: 11px; top: 5px; color: rgba(255,238,255,.6); font-size: 20px; }.bubble-arcade::after { content:"+ 100"; right: 10px; top: 8px; color: rgba(255,214,255,.55); font: 10px "DM Mono", monospace; }.bubble-tidal::after { content:"≈ ≈ ≈"; position: absolute; z-index: 0; right: 10px; bottom: 5px; color: rgba(162,240,255,.35); letter-spacing: 3px; pointer-events: none; }.bubble-orbit::after { content:"◌"; position: absolute; z-index: 0; right: 10px; top: 5px; color: rgba(231,243,255,.6); font-size: 17px; pointer-events: none; } @keyframes portal { to { filter: hue-rotate(20deg) brightness(1.17); } } @keyframes orbit { to { filter: hue-rotate(1turn); } }
body.theme-arcade .chat-panel { background: linear-gradient(180deg, rgba(49,22,105,.42), transparent 50%), #130b29; } body.theme-lagoon .chat-panel { background: radial-gradient(circle at 50% 0%, rgba(75,224,255,.2), transparent 46%), #071e34; } body.theme-nebula .chat-panel { background: radial-gradient(circle at 20% 12%, rgba(255,93,195,.2), transparent 42%), radial-gradient(circle at 80% 8%, rgba(138,100,255,.2), transparent 45%), #180d2a; } body.theme-noir .chat-panel { background: linear-gradient(155deg, #11141c, #06070b 66%); }

@media (max-width: 800px) {
  .community-hub-card { width:100%; }.community-compose { grid-template-columns:1fr; }.community-compose > label, .community-compose > div, .community-compose > button { grid-column:auto; }.community-ranking-list { grid-template-columns:1fr; }.community-hero h2 { font-size:19px; }
  .store-layer { padding: max(8px, env(safe-area-inset-top)) max(8px, env(safe-area-inset-right)) max(8px, env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left)); }
  .store-card { border-radius: 16px; }.message { max-width: 94%; padding: 11px 13px 10px; animation: none !important; filter: none !important; transform: none !important; }.message-body { display: block !important; min-height: 1.6em; font-size: 14px; line-height: 1.6; visibility: visible !important; opacity: 1 !important; }.message.urgent-msg { box-shadow: 0 0 20px rgba(255,108,184,.28); }.bubble-matrix::after, .bubble-hud::after, .bubble-void::after, .bubble-circuit::after, .bubble-crystal::after, .bubble-portal::after, .bubble-arcade::after, .bubble-tidal::after, .bubble-orbit::after { display: none; }
  .member-map-hero { align-items: flex-start; flex-direction: column; }.map-action { width: 100%; }.members-map-canvas { min-height: 270px; }.location-consent-card { padding: 24px 19px; }.member-map-roster { grid-template-columns: 1fr; }
}

.auth-privacy-notice { margin: -1px 0 2px; color: #8492b1; font-size: 9px; line-height: 1.48; }

/* Indicateur d'écriture : placé dans la conversation, juste au-dessus du compositeur. */
.typing-float { position: absolute; z-index: 8; right: clamp(14px, 3vw, 38px); bottom: calc(87px + env(safe-area-inset-bottom)); min-height: 29px; margin: 0; padding: 7px 11px; border: 1px solid rgba(118,247,255,.26); border-radius: 999px; color: #d9fcff; background: rgba(8,16,37,.88); box-shadow: 0 10px 24px rgba(0,0,0,.27), 0 0 18px rgba(91,227,255,.12); backdrop-filter: blur(12px); }.typing-float b { font-size: 10px; }.team-announce { color: #ffdc88; }.team-announce span { color: #ffdc88; }.team-announce-card { width: min(100%, 480px); display: grid; gap: 12px; }.team-announce-card h2 { margin: 2px 0; }.team-announce-card label { display: grid; gap: 6px; color: #bdc9e0; font-size: 10px; font-weight: 700; }.team-announce-card input { width: 100%; height: 42px; padding: 0 11px; border: 1px solid rgba(255,211,107,.28); border-radius: 10px; color: var(--ink); background: rgba(8,10,25,.46); font-size: 12px; }

/* Annonce d'équipe : visuellement distincte de l'annonce officielle de Kevin. */
.message.moderator-announcement { border-color: rgba(116,230,255,.5); background: linear-gradient(118deg, rgba(12,69,99,.72), rgba(36,38,98,.7)); box-shadow: inset 3px 0 0 #72edff, 0 0 26px rgba(70,212,255,.13); }.message.moderator-announcement > * { position:relative; z-index:1; }.message.moderator-announcement .message-author::before { content: "✦ MODÉRATION · "; color: #87f4ff; }.message.moderator-announcement::after { content:""; position:absolute; z-index:0; inset:0; border-radius:inherit; background: linear-gradient(100deg, transparent 18%, rgba(112,247,255,.16) 50%, transparent 78%); transform:translateX(-115%); animation: moderator-sheen 3.4s ease-in-out infinite; pointer-events:none; } @keyframes moderator-sheen { 52%,100% { transform:translateX(115%); } }

/* Les dix effets de la planche « animations de bulles ». */
.bubble-neonpulse { border:2px solid #bc8bff !important; background: radial-gradient(ellipse at 50% 120%, #341663, #121534 61%) !important; box-shadow:0 0 11px #ae75ff,0 0 31px rgba(143,83,255,.56),inset 0 0 21px rgba(199,142,255,.14) !important; animation: neon-pulse-frame 1.9s ease-in-out infinite !important; }.bubble-neonpulse::after { content:""; position:absolute; z-index:0; inset:-9px; border:1px solid rgba(174,117,255,.42); border-radius:inherit; box-shadow:0 0 0 9px rgba(123,72,244,.08),0 0 0 19px rgba(123,72,244,.045); opacity:.25; animation: neon-pulse-orbit 1.9s ease-in-out infinite; pointer-events:none; }
.bubble-holosweep { overflow:hidden !important; border:2px solid #8ed7ff !important; background:linear-gradient(135deg,#061a3c,#193d7e 52%,#09254e) !important; box-shadow:0 0 25px rgba(109,201,255,.42),inset 0 0 20px rgba(187,236,255,.13) !important; }.bubble-holosweep::after { content:""; position:absolute; z-index:0; inset:-6px -40%; background:linear-gradient(100deg,transparent 37%,rgba(238,255,255,.82) 48%,rgba(100,220,255,.34) 54%,transparent 64%); transform:translateX(-58%) skewX(-19deg); filter:blur(.3px); animation:holo-sweep 2.4s ease-in-out infinite; pointer-events:none; }
.bubble-datascan { overflow:hidden !important; border:2px dashed #1beaff !important; background:linear-gradient(135deg,#052334,#073852 54%,#092238) !important; box-shadow:0 0 22px rgba(20,230,255,.42),inset 0 0 19px rgba(49,241,255,.1) !important; }.bubble-datascan::before { content:"· · · · · · · · · · ·"; position:absolute; z-index:0; inset:7px; overflow:hidden; color:rgba(50,247,255,.43); font:13px/1.7 "DM Mono",monospace; letter-spacing:5px; text-shadow:0 0 8px #22edff; animation:data-noise 1.3s steps(2,end) infinite; pointer-events:none; }.bubble-datascan::after { content:""; position:absolute; z-index:0; top:-16%; bottom:-16%; left:49%; width:2px; background:#d9ffff; box-shadow:0 0 8px #b6ffff,0 0 22px #18cdf6; animation:data-scan-line 2.05s ease-in-out infinite; pointer-events:none; }
.bubble-layeredglow { border:2px solid #b58aff !important; background:linear-gradient(135deg,#29144a,#4a2881 51%,#26133f) !important; box-shadow:0 0 28px rgba(165,96,255,.4),inset 0 0 20px rgba(240,208,255,.11) !important; }.bubble-layeredglow::before,.bubble-layeredglow::after { content:""; position:absolute; z-index:-1 !important; inset:4px -9px -5px 9px; border:1px solid rgba(139,93,255,.35); border-radius:inherit; background:rgba(120,69,215,.16); transform:translate(7px,6px); pointer-events:none; animation:layered-float 2.7s ease-in-out infinite alternate; }.bubble-layeredglow::after { inset:8px -15px -10px 15px; opacity:.58; transform:translate(11px,9px); animation-delay:-1.1s; }
.bubble-electricframe { border:2px solid transparent !important; background:linear-gradient(135deg,#06162d,#0c3773 50%,#071832) padding-box,conic-gradient(from var(--electric-angle,0deg),#92ffff,#306dff,#fff,#55ecff,#92ffff) border-box !important; box-shadow:0 0 12px #4cdcff,0 0 34px rgba(59,122,255,.6),inset 0 0 22px rgba(83,223,255,.14) !important; animation:electric-frame-spin .92s linear infinite !important; }.bubble-electricframe::after { content:"ϟ     ϟ     ϟ"; position:absolute; z-index:0; inset:3px 10px auto; color:rgba(225,255,255,.82); font:800 14px "DM Mono",monospace; letter-spacing:12px; text-shadow:0 0 5px #fff,0 0 13px #4ae8ff; pointer-events:none; animation:electric-arc .38s steps(2,end) infinite; }
.bubble-burnedge { border:2px solid transparent !important; background:linear-gradient(135deg,#29100d,#5b2114 51%,#271027) padding-box,conic-gradient(from var(--burn-angle,0deg),#ffef9a,#ff9e2e,#ed4423,#ffcf4e,#ffef9a) border-box !important; box-shadow:0 0 11px #ff9d35,0 0 31px rgba(255,79,24,.49),inset 0 0 20px rgba(255,179,70,.1) !important; animation:burn-edge-spin 1.2s linear infinite !important; }.bubble-burnedge::after { content:"✦  ·  ✦  ·  ✦"; position:absolute; z-index:0; right:8px; top:3px; color:#ffc263; font-size:9px; letter-spacing:4px; text-shadow:0 0 10px #ff7025; pointer-events:none; animation:burn-sparks .85s steps(2,end) infinite; }
.bubble-plasmatrace { overflow:hidden !important; border:2px solid #b691ff !important; background:linear-gradient(135deg,#111941,#251c61 55%,#27143c) !important; box-shadow:0 0 25px rgba(144,112,255,.43),inset 0 0 22px rgba(110,237,255,.1) !important; }.bubble-plasmatrace::after { content:""; position:absolute; z-index:0; inset:0; border-radius:inherit; border:2px solid transparent; background:linear-gradient(90deg,transparent 20%,#73f4ff 42%,#fff 50%,#bd89ff 57%,transparent 78%) border-box; mask:linear-gradient(#000 0 0) padding-box,linear-gradient(#000 0 0); mask-composite:exclude; opacity:.86; animation:plasma-trace 2.45s ease-in-out infinite; pointer-events:none; }
.bubble-echostack { border:2px solid #77efff !important; background:linear-gradient(135deg,#0a2746,#113a63 50%,#10254a) !important; box-shadow:0 0 25px rgba(80,218,255,.36),inset 0 0 20px rgba(118,247,255,.12) !important; }.bubble-echostack::before,.bubble-echostack::after { content:""; position:absolute; z-index:-1 !important; inset:2px -8px -5px 8px; border:1px solid rgba(119,239,255,.36); border-radius:inherit; background:rgba(52,145,237,.13); transform:translate(6px,6px); pointer-events:none; animation:echo-stack 1.8s ease-in-out infinite alternate; }.bubble-echostack::after { inset:5px -15px -10px 15px; opacity:.55; transform:translate(12px,10px); animation-delay:-.7s; }
.bubble-signalbloom { overflow:hidden !important; border:2px solid #86f6ff !important; background:radial-gradient(circle at 50% 50%,#1b5e92,#0a2447 48%,#071a33) !important; box-shadow:0 0 28px rgba(73,217,255,.47),inset 0 0 23px rgba(147,245,255,.15) !important; }.bubble-signalbloom::after { content:""; position:absolute; z-index:0; width:22px; height:22px; left:50%; top:50%; border:1px solid #bcffff; border-radius:50%; box-shadow:0 0 9px #7df4ff,0 0 0 12px rgba(91,228,255,.17),0 0 0 28px rgba(91,228,255,.07); transform:translate(-50%,-50%) scale(.25); opacity:0; animation:signal-bloom 2.25s ease-out infinite; pointer-events:none; }
.bubble-quantumdrift { border:2px solid #d58cff !important; background:linear-gradient(135deg,#21133f,#402169 52%,#111c45) !important; box-shadow:0 0 25px rgba(204,113,255,.41),inset 0 0 19px rgba(155,187,255,.11) !important; animation:quantum-drift 2.1s steps(1,end) infinite !important; }.bubble-quantumdrift::after { content:"▱  ·  ▱"; position:absolute; z-index:0; right:10px; top:5px; color:rgba(236,195,255,.65); font:11px "DM Mono",monospace; letter-spacing:4px; text-shadow:0 0 7px #c690ff; pointer-events:none; }
@property --electric-angle { syntax:'<angle>'; inherits:false; initial-value:0deg; } @property --burn-angle { syntax:'<angle>'; inherits:false; initial-value:0deg; } @keyframes neon-pulse-frame { 50% { border-color:#f0d7ff; box-shadow:0 0 17px #d59cff,0 0 46px rgba(143,83,255,.78),inset 0 0 30px rgba(210,157,255,.19) !important; } } @keyframes neon-pulse-orbit { 50% { opacity:.85; transform:scale(1.045); } } @keyframes holo-sweep { 55%,100% { transform:translateX(64%) skewX(-19deg); } } @keyframes data-noise { 50% { opacity:.12; transform:translateY(8px) skewX(-8deg); } } @keyframes data-scan-line { 50% { transform:translateX(70px) scaleY(1.12); } } @keyframes layered-float { to { transform:translate(2px,2px); opacity:.91; } } @keyframes electric-frame-spin { to { --electric-angle:1turn; } } @keyframes electric-arc { 50% { opacity:.08; transform:translateX(8px) skewX(-16deg); } } @keyframes burn-edge-spin { to { --burn-angle:1turn; } } @keyframes burn-sparks { 50% { opacity:.18; transform:translate(5px,-4px); } } @keyframes plasma-trace { 50% { filter:hue-rotate(48deg) brightness(1.4); transform:scale(1.018); } } @keyframes echo-stack { to { transform:translate(1px,1px); opacity:.82; } } @keyframes signal-bloom { 14% { opacity:.95; transform:translate(-50%,-50%) scale(.5); } 70%,100% { opacity:0; transform:translate(-50%,-50%) scale(5.4); } } @keyframes quantum-drift { 0%,100% { transform:translate(0,0); } 22% { transform:translate(-2px,1px); } 26% { transform:translate(3px,-1px); } 64% { transform:translate(-1px,1px); } }

/* Les dix effets de pseudo : appliqués aux messages, profils et liste des membres. */
.pseudo-fx { position:relative; display:inline-block; isolation:isolate; font-weight:800; }.pseudo-fx::before,.pseudo-fx::after { position:absolute; z-index:-1; pointer-events:none; content:attr(data-pseudo-text); inset:0; white-space:nowrap; }
.namefx-electric { color:#8ffaff !important; text-shadow:0 0 6px #fff,0 0 13px #43e7ff,0 0 26px #4176ff; animation:name-electric .44s steps(2,end) infinite; }.namefx-electric::after { color:#dfffff; opacity:.67; transform:translateY(-1px) skewX(-12deg); text-shadow:0 0 10px #4adfff; animation:name-electric-arc .36s steps(2,end) infinite; }
.namefx-burning { color:#ffd093 !important; text-shadow:0 0 8px #ff8b28,0 0 20px #ef4c1e; animation:name-burning 1.15s ease-in-out infinite; }.namefx-burning::after { color:#ff6024; filter:blur(3px); transform:translateY(2px) scale(1.03); opacity:.65; }
.namefx-holosweep { color:transparent !important; background:linear-gradient(100deg,#81f8ff 12%,#af78ff 37%,#fff 49%,#f18ce0 61%,#78f4ff 87%); background-size:230% 100%; -webkit-background-clip:text; background-clip:text; text-shadow:0 0 14px rgba(144,122,255,.38); animation:name-holo 2.25s linear infinite; }.namefx-holosweep::after { color:#b89cff; opacity:.25; filter:blur(4px); }
.namefx-datadecode { color:#57f5e7 !important; font-family:"DM Mono",monospace; letter-spacing:1px; text-shadow:0 0 10px #1deedc; animation:name-decode 1.65s steps(2,end) infinite; }.namefx-datadecode::before { color:#1c998f; opacity:.35; transform:translateX(-4px); content:"01·10·01"; }
.namefx-neoncharge { color:#ffe77a !important; letter-spacing:1px; text-shadow:0 0 2px #fff,0 0 12px #ffc51f; animation:name-charge 2.1s steps(8,end) infinite; }.namefx-neoncharge::after { color:#ffb51d; filter:blur(5px); opacity:.48; }
.namefx-scanreveal { overflow:hidden; color:#69f9ff !important; text-shadow:0 0 11px #26e5ff; }.namefx-scanreveal::after { z-index:2; height:2px; top:50%; color:transparent; background:#e5ffff; box-shadow:0 0 7px #c7ffff,0 0 14px #2ce4ff; animation:name-scan 1.9s ease-in-out infinite; }
.namefx-ghostecho { color:#b18dff !important; text-shadow:0 0 12px #8f64ff; }.namefx-ghostecho::before { color:#7651db; opacity:.4; transform:translate(-4px,-2px); }.namefx-ghostecho::after { color:#d09dff; opacity:.62; transform:translate(4px,2px); animation:name-echo 1.5s ease-in-out infinite alternate; }
.namefx-plasmaunderline { color:#7df4ff !important; text-shadow:0 0 10px #2de5ff; }.namefx-plasmaunderline::after { z-index:2; top:auto; bottom:-4px; height:2px; border-radius:99px; color:transparent; background:linear-gradient(90deg,transparent,#64f5ff,#fff,#65bcff,transparent); box-shadow:0 0 7px #46efff; transform-origin:left; animation:name-underline 1.8s ease-in-out infinite; }
.namefx-signalpulse { color:#ff87df !important; text-shadow:0 0 10px #fd57d2; }.namefx-signalpulse::before { inset:50% auto auto 50%; width:6px; height:6px; border:1px solid #ff9fe4; border-radius:50%; content:""; box-shadow:0 0 0 7px rgba(255,112,220,.16),0 0 0 16px rgba(255,112,220,.06); transform:translate(-50%,-50%) scale(.2); opacity:0; animation:name-signal 2s ease-out infinite; }
.namefx-glitchlock { color:#7bffb4 !important; text-shadow:-1px 0 #ff46ce,1px 0 #48f6ff,0 0 11px #4cef9b; animation:name-glitch 1.35s steps(2,end) infinite; }.namefx-glitchlock::before { color:#ff53d2; transform:translate(-2px,1px); clip-path:inset(0 0 55% 0); opacity:.7; }.namefx-glitchlock::after { color:#4bffb2; transform:translate(2px,-1px); clip-path:inset(58% 0 0 0); opacity:.7; }
@keyframes name-electric { 50% { filter:brightness(1.58); } } @keyframes name-electric-arc { 50% { opacity:.06; transform:translateX(5px) skewX(-18deg); } } @keyframes name-burning { 50% { color:#fff0bb; text-shadow:0 0 13px #ffb13c,0 0 31px #f04d1d; } } @keyframes name-holo { to { background-position:220% 0; } } @keyframes name-decode { 50% { letter-spacing:2.4px; filter:brightness(1.45); } } @keyframes name-charge { 0% { opacity:.48; } 55%,100% { opacity:1; } } @keyframes name-scan { 50% { transform:translateX(100%); opacity:.15; } } @keyframes name-echo { to { transform:translate(7px,1px); opacity:.12; } } @keyframes name-underline { 0%,100% { transform:scaleX(.12); opacity:.25; } 50% { transform:scaleX(1); opacity:1; } } @keyframes name-signal { 15% { opacity:.95; transform:translate(-50%,-50%) scale(.6); } 80%,100% { opacity:0; transform:translate(-50%,-50%) scale(4.8); } } @keyframes name-glitch { 20% { transform:translateX(-1px); } 22% { transform:translateX(2px); } 66% { filter:hue-rotate(70deg); } }

.equipment-selects { grid-template-columns:repeat(4,minmax(0,1fr)); }
@media (max-width:800px) { .typing-float { right:12px; bottom:calc(94px + env(safe-area-inset-bottom)); }.message.bubble-neonpulse { animation:neon-pulse-frame 2.2s ease-in-out infinite !important; }.message.bubble-electricframe { animation:electric-frame-spin 1.1s linear infinite !important; }.message.bubble-burnedge { animation:burn-edge-spin 1.45s linear infinite !important; }.message.bubble-quantumdrift { animation:quantum-drift 2.45s steps(1,end) infinite !important; }.message.bubble-neonpulse::after,.message.bubble-holosweep::after,.message.bubble-datascan::after,.message.bubble-layeredglow::before,.message.bubble-layeredglow::after,.message.bubble-electricframe::after,.message.bubble-burnedge::after,.message.bubble-plasmatrace::after,.message.bubble-echostack::before,.message.bubble-echostack::after,.message.bubble-signalbloom::after,.message.bubble-quantumdrift::after { display:block !important; } }
@media (max-width:480px) { .typing-float { bottom:100px; max-width:calc(100vw - 24px); }.equipment-selects { grid-template-columns:1fr; } }

/* Carte vectorielle locale : aucune tuile, script ou image distante. */
.members-map-canvas { touch-action: none; isolation: isolate; }.offline-member-map { position: absolute; inset: 0; width: 100%; height: 100%; overflow: hidden; background: radial-gradient(circle at 50% 38%, rgba(75,146,211,.22), transparent 46%), linear-gradient(145deg, #07142b, #0c203d); }.offline-map-grid { fill: none; stroke: rgba(132,204,255,.07); stroke-width: 1; }.offline-map-layer { transform-origin: 0 0; transition: transform .12s ease-out; }.offline-map-department { fill: url(#map-land); stroke: rgba(148,220,255,.42); stroke-width: 1.2; vector-effect: non-scaling-stroke; transition: fill .2s ease, stroke .2s ease; }.offline-map-department:hover { fill: #2b5887; stroke: #a8f5ff; }.offline-map-marker { cursor: pointer; }.offline-map-marker circle:first-child { animation: map-pulse 2.1s ease-out infinite; }.offline-map-marker.is-me circle:first-child { animation-duration: 1.45s; }.offline-map-label { fill: #eafcff; font: 700 14px Manrope, sans-serif; paint-order: stroke; stroke: #071526; stroke-width: 4px; stroke-linejoin: round; pointer-events: none; }.offline-map-controls { position: absolute; z-index: 3; right: 12px; bottom: 12px; display: grid; overflow: hidden; border: 1px solid rgba(118,247,255,.28); border-radius: 10px; background: rgba(5,12,29,.78); box-shadow: 0 8px 24px rgba(0,0,0,.28); }.offline-map-controls button { width: 34px; height: 30px; border: 0; border-bottom: 1px solid rgba(118,247,255,.15); color: var(--cyan); background: transparent; font-size: 17px; }.offline-map-controls button:last-child { border-bottom: 0; }.offline-map-controls button:hover { background: rgba(118,247,255,.12); } @keyframes map-pulse { 0% { opacity: .75; transform: scale(.65); } 100% { opacity: 0; transform: scale(2.2); } }

/* Cadreur manuel d’avatar. */
.avatar-crop-card { width: min(100%, 440px); text-align: center; }.avatar-crop-card h2 { margin: 6px 0; font-size: 22px; }.avatar-crop-viewport { width: min(300px, 76vw); aspect-ratio: 1; position: relative; overflow: hidden; margin: 18px auto 15px; border-radius: 50%; background: #071323; box-shadow: 0 0 0 7px rgba(118,247,255,.045), 0 16px 33px rgba(0,0,0,.35); touch-action: none; cursor: grab; }.avatar-crop-viewport:active { cursor: grabbing; }.avatar-crop-viewport img { position: absolute; top: 50%; left: 50%; max-width: none; max-height: none; user-select: none; pointer-events: none; transform-origin: center; }.avatar-crop-frame { position: absolute; inset: 0; border: 2px solid rgba(118,247,255,.85); border-radius: 50%; box-shadow: inset 0 0 0 999px rgba(3,7,18,.22), 0 0 22px rgba(118,247,255,.27); pointer-events: none; }.crop-zoom-label { display: grid; gap: 8px; margin: 0 auto; color: #aab8d4; text-align: left; font-size: 10px; font-weight: 700; }.crop-zoom-label input { width: 100%; accent-color: var(--cyan); }

/* Galerie d’images intégrée. */
.image-viewer-layer { padding: 14px; background: rgba(2,5,14,.94); }.image-viewer-card { width: min(100%, 1040px); max-height: calc(100dvh - 28px); position: relative; display: grid; gap: 12px; justify-items: center; padding: 38px 18px 16px; border: 1px solid rgba(118,247,255,.22); border-radius: 18px; background: linear-gradient(145deg, #151d3a, #070b19); box-shadow: var(--shadow); }.image-viewer-card img { max-width: 100%; max-height: calc(100dvh - 150px); display: block; object-fit: contain; border-radius: 10px; background: #03050e; }.image-download { min-height: 38px; min-width: 195px; display: inline-grid; place-items: center; padding: 0 14px; text-decoration: none; }

/* Rangs et outils d’administration. */
.role-badge { display: inline-block; margin-right: 3px; font: 800 8px "DM Mono", monospace; letter-spacing: -.3px; vertical-align: 1px; }.role-admin { color: #ffd36b; text-shadow: 0 0 8px rgba(255,211,107,.6); }.role-moderator { color: #75efff; text-shadow: 0 0 8px rgba(117,239,255,.5); }.role-explorer { color: #c6a6ff; text-shadow: 0 0 8px rgba(198,166,255,.45); }.admin-button { min-height: 42px; border: 1px solid rgba(255,211,107,.43); border-radius: 11px; color: #ffe7a8; background: linear-gradient(120deg, rgba(136,91,22,.34), rgba(106,64,146,.28)); font-size: 11px; font-weight: 800; }.admin-panel-card { width: min(100%, 455px); }.admin-panel-card h2 { margin: 6px 0 4px; font-size: 21px; }.admin-section { margin-top: 16px; padding: 13px; border: 1px solid rgba(148,164,215,.14); border-radius: 12px; background: rgba(255,255,255,.025); }.admin-section h3 { margin: 0 0 9px; color: #cbd6ef; font-size: 12px; }.admin-inline { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; }.admin-inline input, .admin-inline select { min-width: 0; height: 38px; padding: 0 10px; border: 1px solid rgba(148,163,212,.22); border-radius: 9px; color: var(--ink); background: rgba(4,7,20,.45); font-size: 11px; }.admin-inline .secondary-button { min-height: 38px; padding: 0 10px; }.admin-clear-button { width: 100%; min-height: 34px; margin-top: 9px; border: 1px solid rgba(255,109,182,.28); border-radius: 9px; color: #ff9bc7; background: rgba(255,109,182,.07); font-size: 10px; font-weight: 800; }.composer.is-muted { opacity: .72; }.composer.is-muted::before { content: "Restriction d’envoi active"; display: block; margin-bottom: 7px; color: #ff9bc7; font: 9px "DM Mono", monospace; }

/* Effets de bulles spectaculaires, avec une variante fiable sur mobile. */
.bubble-inferno { border: 2px solid transparent !important; background: linear-gradient(135deg, #28100c, #5c1d17 48%, #25113e) padding-box, conic-gradient(from var(--flame-angle, 0deg), #ffec9b, #ff9b2f, #ed3030, #ffcf63, #ffec9b) border-box !important; box-shadow: 0 0 12px #ff8d32, 0 0 28px rgba(255,63,29,.5), inset 0 0 19px rgba(255,165,55,.14) !important; animation: flame-frame 1.45s linear infinite !important; }.bubble-inferno::after { content:""; position: absolute; z-index: 0; inset: -5px; border-radius: inherit; background: radial-gradient(ellipse at 18% 100%, rgba(255,229,105,.7), transparent 31%), radial-gradient(ellipse at 47% 104%, rgba(255,74,25,.62), transparent 38%), radial-gradient(ellipse at 83% 100%, rgba(255,207,83,.56), transparent 29%); filter: blur(7px); opacity: .72; pointer-events: none; animation: flame-aura .75s ease-in-out infinite alternate; }.bubble-voltage { border: 2px solid #a4f7ff !important; background: linear-gradient(135deg, #071a38, #132d66 48%, #09142b) !important; box-shadow: 0 0 10px #72efff, 0 0 28px rgba(82,162,255,.57), inset 0 0 22px rgba(94,207,255,.15) !important; animation: voltage-frame .6s steps(2,end) infinite !important; }.bubble-voltage::after { content:"ϟ  ϟ  ϟ"; position: absolute; z-index: 0; inset: 4px 8px auto; color: rgba(220,255,255,.75); font: 15px "DM Mono", monospace; letter-spacing: 24px; text-shadow: 0 0 7px #8af8ff, 0 0 14px #4376ff; pointer-events: none; animation: lightning .42s steps(2,end) infinite; }.bubble-icefire { border: 2px solid transparent !important; background: linear-gradient(135deg, #071b36, #183064 53%, #481a4d) padding-box, linear-gradient(112deg, #8efaff, #5b86ff 34%, #ff75c7 66%, #ffe18b) border-box !important; box-shadow: 0 0 27px rgba(108,218,255,.4), inset 0 0 22px rgba(255,120,210,.1) !important; animation: icefire-frame 2.5s ease-in-out infinite alternate !important; }.bubble-royal { border: 2px solid #f9d575 !important; background: radial-gradient(circle at 20% 0%, #705024, #281c3c 46%, #12152e 78%) !important; box-shadow: 0 0 25px rgba(255,203,86,.35), inset 0 0 20px rgba(255,220,130,.13) !important; }.bubble-royal::after { content:"♛"; position: absolute; z-index: 0; right: 11px; top: 4px; color: rgba(255,224,140,.72); font-size: 20px; text-shadow: 0 0 12px #ffe09a; pointer-events: none; }.bubble-inferno .message-body, .bubble-voltage .message-body, .bubble-icefire .message-body, .bubble-royal .message-body { position: relative; z-index: 2; } @property --flame-angle { syntax: '<angle>'; inherits: false; initial-value: 0deg; } @keyframes flame-frame { to { --flame-angle: 1turn; } } @keyframes flame-aura { to { opacity: 1; transform: translateY(-3px) scale(1.03); } } @keyframes voltage-frame { 50% { border-color: #fff; box-shadow: 0 0 18px #b4f9ff, 0 0 36px rgba(85,122,255,.85), inset 0 0 27px rgba(88,225,255,.25); } } @keyframes lightning { 50% { opacity: .15; transform: translateX(7px) skewX(-12deg); } } @keyframes icefire-frame { to { filter: hue-rotate(25deg) brightness(1.13); } }

@media (max-width: 800px) {
  .message.bubble-inferno { animation: flame-frame 1.7s linear infinite !important; }.message.bubble-voltage { animation: voltage-frame .75s steps(2,end) infinite !important; }.message.bubble-icefire { animation: icefire-frame 3s ease-in-out infinite alternate !important; }.message.bubble-inferno::after, .message.bubble-voltage::after, .message.bubble-icefire::after, .message.bubble-royal::after { display: block !important; }
  .message.bubble-glitch { animation: glitch 1.25s steps(2, end) infinite !important; }.message.bubble-hud { animation: none !important; }.message.bubble-hud::after { display: block !important; animation: scan 2.6s linear infinite !important; }.message.bubble-antimatter { animation: anti 1.3s infinite alternate !important; }.message.bubble-neural { animation: neural 2.7s ease-in-out infinite !important; }.message.bubble-prism { animation: prism 3.7s linear infinite !important; }.message.bubble-aurora { animation: aurora-bubble 4.8s ease-in-out infinite alternate !important; }.message.bubble-plasma { animation: plasma 1.9s ease-in-out infinite alternate !important; }.message.bubble-spectral { animation: spectral 4.8s ease-in-out infinite alternate !important; }.message.bubble-comet { animation: comet 2.7s ease-in-out infinite alternate !important; }.message.bubble-nova { animation: nova 2s ease-in-out infinite alternate !important; }.message.bubble-orbit { animation: orbit 4.4s linear infinite !important; }
  .offline-map-label { font-size: 17px; }.offline-map-controls button { width: 38px; height: 34px; }.image-viewer-card { padding: 36px 10px 12px; }.admin-inline { grid-template-columns: 1fr; }.admin-inline .secondary-button { width: 100%; }
}

/* Les anciens messages de position restent entièrement dans l'application. */
.location-map-link { padding: 0; border: 0; color: var(--cyan); background: transparent; cursor: pointer; font: 700 11px/1.4 Manrope, sans-serif; }.location-map-link:hover { color: #fff; text-decoration: underline; }

/* Communauté vivante : réactions, sondages et progression. */
.message-reactions { position: relative; z-index: 3; display: flex; flex-wrap: wrap; gap: 4px; margin-top: 8px; }
.reaction-chip, .reaction-add { min-width: 28px; min-height: 24px; padding: 2px 6px; border: 1px solid rgba(174,190,238,.18); border-radius: 999px; color: #c9d5ee; background: rgba(5,9,24,.27); font-size: 11px; line-height: 1; transition: .18s ease; }
.reaction-add { min-width: 24px; padding: 2px 5px; color: #aebbd5; opacity: .7; }.reaction-chip:hover, .reaction-add:hover, .reaction-chip.active { transform: translateY(-1px); border-color: rgba(118,247,255,.52); color: #efffff; background: rgba(118,247,255,.15); opacity: 1; }
.message-poll { position: relative; z-index: 3; display: grid; gap: 7px; margin-top: 10px; padding: 11px; border: 1px solid rgba(139,126,255,.28); border-radius: 11px; background: linear-gradient(135deg, rgba(92,72,167,.17), rgba(27,45,82,.17)); }.message-poll > strong { color: #e7e5ff; font-size: 12px; }
.poll-meta { color: #abb9d8; font-size: 9px; }.poll-vote { position: relative; min-height: 32px; overflow: hidden; padding: 0 9px; border: 1px solid rgba(152,171,235,.2); border-radius: 8px; color: #e4eaff; background: rgba(5,8,22,.34); text-align: left; font-size: 10px; font-weight: 700; isolation: isolate; }.poll-vote::before { content: ""; position: absolute; z-index: -1; inset: 0 auto 0 0; width: var(--poll-width); background: linear-gradient(90deg, rgba(118,247,255,.25), rgba(167,139,250,.2)); transition: width .28s ease; }.poll-vote:hover, .poll-vote.selected { border-color: rgba(118,247,255,.58); color: #fff; }.poll-vote.selected { box-shadow: inset 2px 0 0 var(--cyan); }.poll-vote.closed { cursor: default; opacity: .72; }
.message.announcement { width: min(760px, 95%); align-self: center; border-color: rgba(255,211,107,.55); background: linear-gradient(120deg, rgba(102,68,21,.5), rgba(70,35,104,.55)); box-shadow: 0 0 25px rgba(255,190,71,.13); }.message.announcement .message-author::before { content: "✦ ANNONCE · "; color: #ffe19a; }.message.pinned-message { box-shadow: inset 3px 0 0 #ffd36b, 0 7px 25px rgba(255,196,84,.12); }.message.pinned-message .message-author::after { content: " · ÉPINGLÉ"; color: #ffe3a2; font: 800 8px "DM Mono", monospace; }

/* Une publication Modérateur reste reconnaissable sans pouvoir imiter l'annonce officielle. */
.message.announcement.moderator-announcement { border-color: rgba(116,230,255,.5); background: linear-gradient(118deg, rgba(12,69,99,.72), rgba(36,38,98,.7)); box-shadow: inset 3px 0 0 #72edff, 0 0 26px rgba(70,212,255,.13); }.message.announcement.moderator-announcement .message-author::before { content: "✦ MODÉRATION · "; color: #87f4ff; }

/* Profils complets : bannière, badges et espace de progression. */
.profile-view { overflow: hidden; padding-top: 0; }.profile-view .profile-avatar { position: relative; z-index: 2; margin: 20px auto 0; }.profile-banner { width: calc(100% + 54px); height: 122px; margin: -27px -27px 0; background-position: center; background-size: cover; border-bottom: 1px solid rgba(118,247,255,.22); }.profile-bio { max-width: 350px; margin: 9px auto; color: #bfcae3; font-size: 11px; line-height: 1.55; }.profile-level { width: fit-content; margin: 10px auto 0; padding: 5px 10px; border: 1px solid rgba(167,139,250,.32); border-radius: 999px; color: #e0d8ff; background: rgba(167,139,250,.1); font: 700 10px "DM Mono", monospace; }.profile-joined { margin: 7px 0; color: #8996b2; font-size: 10px; }.badge-rack, .profile-showcase { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 10px 0; }.profile-badge, .showcase-item { padding: 5px 8px; border: 1px solid rgba(118,247,255,.19); border-radius: 999px; color: #d4f9ff; background: rgba(118,247,255,.07); font-size: 9px; font-weight: 700; }.showcase-item { border-color: rgba(255,211,107,.2); color: #ffe6a8; background: rgba(255,211,107,.06); }.banner-preview { width: 100%; height: 92px; border: 1px solid rgba(118,247,255,.4); border-radius: 11px; object-fit: cover; }.progress-card { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; padding: 12px; border: 1px solid rgba(167,139,250,.21); border-radius: 12px; background: linear-gradient(135deg, rgba(98,77,170,.14), rgba(38,67,119,.13)); }.progress-card strong, .progress-card small { display: block; }.progress-card strong { margin-top: 3px; color: #f1efff; font-size: 13px; }.progress-card small { margin-top: 2px; color: #aebddd; font-size: 9px; }.quest-list { grid-column: 1 / -1; display: grid; gap: 4px; }.quest-row { padding: 6px 7px; border-radius: 7px; color: #c7d2ea; background: rgba(0,0,0,.16); font-size: 9px; }

.profile-birthday, .profile-looking-for { width: fit-content; max-width: 100%; margin: 8px auto; padding: 6px 10px; border: 1px solid rgba(255,215,122,.26); border-radius: 999px; color: #ffe9b4; background: rgba(255,205,95,.07); font-size: 10px; }.profile-looking-for { border-color: rgba(118,247,255,.27); color: #cdf9ff; background: rgba(78,213,255,.07); }.interest-rack { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 10px auto; }.interest-chip, .partner-interests span { padding: 5px 8px; border: 1px solid rgba(128,217,255,.22); border-radius: 999px; color: #c9f8ff; background: rgba(67,190,255,.08); font-size: 9px; font-weight: 700; }.profile-timeline { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 5px; margin: 12px 0; color: #9daecb; font-size: 9px; }.timeline-dot { color: #79f7ff; text-shadow: 0 0 10px currentColor; }.profile-guestbook { margin-top: 15px; padding: 12px; border: 1px solid rgba(183,131,255,.24); border-radius: 12px; background: linear-gradient(135deg, rgba(119,78,214,.11), rgba(43,188,244,.06)); text-align: left; }.profile-guestbook .eyebrow { margin: 0 0 8px; }.guestbook-list { display: grid; gap: 7px; max-height: 185px; overflow: auto; overscroll-behavior: contain; }.guestbook-entry { position: relative; padding: 8px 32px 8px 9px; border: 1px solid rgba(164,152,237,.17); border-radius: 9px; background: rgba(4,8,25,.36); }.guestbook-entry > div { display: flex; justify-content: space-between; gap: 8px; }.guestbook-entry strong { color: #e3ddff; font-size: 10px; }.guestbook-entry small { color: #8e9bb8; font-size: 8px; }.guestbook-entry p { margin: 5px 0 0; color: #c9d4eb; overflow-wrap: anywhere; font-size: 10px; line-height: 1.4; }.guestbook-entry .message-action { position: absolute; top: 7px; right: 7px; }.guestbook-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; margin-top: 9px; }.guestbook-form input { min-width: 0; height: 34px; padding: 0 9px; border: 1px solid rgba(146,168,218,.25); border-radius: 8px; color: var(--ink); background: rgba(3,7,19,.44); font-size: 10px; }.guestbook-form .secondary-button { min-height: 34px; padding: 0 10px; }.partner-card { border-color: rgba(100,238,255,.3); background: linear-gradient(135deg, rgba(58,224,255,.08), rgba(151,91,255,.08)); }.partner-interests { display: flex; flex-wrap: wrap; gap: 5px; margin: 2px 0 10px; }.partner-card .secondary-button { width: fit-content; }.collection-vault { grid-column: 1 / -1; display: grid; gap: 8px; margin-top: 4px; padding-top: 10px; border-top: 1px solid rgba(118,247,255,.14); }.collection-vault > div:first-child { display: flex; justify-content: space-between; align-items: center; gap: 9px; }.collection-vault .eyebrow { margin: 0; }.collection-vault small { color: #a7bad6; font-size: 9px; }.collection-card-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }.collection-card { position: relative; display: grid; min-height: 81px; padding: 7px; overflow: hidden; border: 1px solid rgba(118,247,255,.32); border-radius: 9px; background: linear-gradient(145deg, rgba(32,91,150,.45), rgba(13,19,55,.84)); }.collection-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(125deg, transparent 24%, rgba(255,255,255,.23) 49%, transparent 74%); transform: translateX(-125%); animation: collection-shine 4.6s ease-in-out infinite; }.collection-card strong { position: relative; z-index: 1; color: #effdff; font-size: 9px; line-height: 1.15; }.collection-card small { position: relative; z-index: 1; color: #a7d9ed; font-size: 8px; }.collection-card-icon { position: relative; z-index: 1; color: #8ff9ff; font-size: 18px; text-shadow: 0 0 12px currentColor; }.collection-card.hue-violet { border-color: rgba(198,134,255,.48); background: linear-gradient(145deg, rgba(108,55,181,.55), rgba(25,17,60,.9)); }.collection-card.hue-pink { border-color: rgba(255,122,208,.46); background: linear-gradient(145deg, rgba(171,47,132,.52), rgba(47,16,55,.9)); }.collection-card.hue-mint { border-color: rgba(126,255,200,.46); background: linear-gradient(145deg, rgba(31,128,111,.5), rgba(14,47,58,.9)); }.collection-card.hue-ember { border-color: rgba(255,166,95,.52); background: linear-gradient(145deg, rgba(158,70,30,.52), rgba(58,20,32,.9)); }.collection-card.hue-blue { border-color: rgba(117,174,255,.5); background: linear-gradient(145deg, rgba(38,83,169,.58), rgba(18,23,72,.9)); }.collection-card.hue-gold { border-color: rgba(255,217,111,.56); background: linear-gradient(145deg, rgba(143,104,34,.55), rgba(65,39,25,.9)); }@keyframes collection-shine { 0%,65%,100% { transform: translateX(-125%); } 82% { transform: translateX(125%); } }

/* Console d'administration : rien ne déborde, y compris sur téléphone. */
.profile-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; margin: 10px 0; }.profile-link-badge { padding: 5px 9px; border: 1px solid rgba(112,244,255,.36); border-radius: 999px; color: #c9fbff; background: rgba(70,222,255,.09); font-size: 9px; font-weight: 800; }.profile-link-badge.link-couple { border-color: rgba(255,139,207,.42); color: #ffd2ee; background: rgba(255,98,184,.1); }.profile-link-action { display: grid; gap: 8px; margin-top: 13px; padding: 11px; border: 1px solid rgba(110,231,255,.2); border-radius: 11px; background: linear-gradient(135deg, rgba(50,175,212,.08), rgba(115,69,182,.09)); text-align: left; }.profile-link-action .eyebrow { margin: 0; }.profile-link-action > div { display: flex; flex-wrap: wrap; gap: 7px; }.profile-link-action select { flex: 1 1 125px; min-height: 34px; min-width: 0; padding: 0 8px; border: 1px solid rgba(129,236,255,.27); border-radius: 8px; color: #d7faff; background: #15213f; font-size: 10px; }.profile-link-action .muted { margin: 0; font-size: 9px; }.profile-link-requests { display: grid; gap: 7px; }.profile-link-request-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px; border: 1px solid rgba(166,139,255,.2); border-radius: 8px; color: #d6d1ff; background: rgba(23,17,58,.32); font-size: 9px; }.profile-link-request-row > div { display: flex; gap: 5px; }.profile-link-request-row button { min-height: 28px; padding: 0 7px; font-size: 8px; }

/* V2.1.1 — contrôles compacts et parfaitement alignés, même dans une WebView Android. */
*, *::before, *::after { box-sizing: border-box; }
.auth-memory label, .preference-toggle, .permission-grid label { display: grid !important; grid-template-columns: 16px minmax(0, 1fr); align-items: center; column-gap: 9px; min-height: 27px; margin: 0; line-height: 1.35; }
.auth-memory input[type="checkbox"], .preference-toggle input[type="checkbox"], .permission-grid input[type="checkbox"] { appearance: none; -webkit-appearance: none; box-sizing: border-box; flex: 0 0 16px; inline-size: 16px !important; block-size: 16px !important; width: 16px !important; height: 16px !important; min-width: 16px !important; min-height: 16px !important; margin: 0 !important; padding: 0 !important; border: 1px solid rgba(151,178,234,.58) !important; border-radius: 4px !important; background: rgba(5,10,28,.72) !important; box-shadow: inset 0 1px 1px rgba(255,255,255,.08); cursor: pointer; }
.auth-memory input[type="checkbox"]:checked, .preference-toggle input[type="checkbox"]:checked, .permission-grid input[type="checkbox"]:checked { border-color: #7af4ff !important; background: linear-gradient(135deg, #6cf4ff, #858dff) !important; box-shadow: 0 0 13px rgba(100,239,255,.38); }
.auth-memory input[type="checkbox"]:checked::after, .preference-toggle input[type="checkbox"]:checked::after, .permission-grid input[type="checkbox"]:checked::after { content: ""; display: block; width: 7px; height: 4px; margin: 3px 0 0 3px; border: solid #061224; border-width: 0 0 2px 2px; transform: rotate(-45deg); }
.auth-memory input[type="checkbox"]:focus-visible, .preference-toggle input[type="checkbox"]:focus-visible, .permission-grid input[type="checkbox"]:focus-visible { outline: 2px solid rgba(255,255,255,.75); outline-offset: 2px; }
.auth-memory { gap: 5px; padding: 9px 10px; }.profile-preferences { gap: 8px; }.preference-times { margin-left: 25px; }.profile-form input[type="date"] { color-scheme: dark; }
.live-countdown { display: inline-flex; align-items: center; width: fit-content; min-height: 23px; padding: 4px 7px; border: 1px solid rgba(118,247,255,.28); border-radius: 999px; color: #d8feff; background: rgba(49,209,230,.08); font: 800 9px "DM Mono", monospace; }.poll-meta.live-countdown { display: flex; margin: 7px 0; }.petit-bac-timer.live-countdown { display: flex; width: auto; border-left: 2px solid #75f7d5; border-radius: 0; }
.game-winner { margin: 10px 0 0; padding: 9px; border: 1px solid rgba(255,219,119,.42); border-radius: 10px; color: #ffe9ac; background: rgba(255,199,74,.09); font-weight: 800; }.community-delete { color: #ffb0ca; border: 1px solid rgba(255,111,166,.24); background: rgba(255,80,145,.08); }
.game-launcher-card { width: min(100%, 540px); display: grid; gap: 11px; }.game-launcher-card > label { display: grid; gap: 5px; color: #b7c8e4; font-size: 10px; font-weight: 800; }.game-launcher-card input, .game-launcher-card select { width: 100%; min-width: 0; height: 38px; padding: 0 10px; border: 1px solid rgba(146,173,232,.25); border-radius: 9px; color: var(--ink); background: rgba(5,9,26,.55); font-size: 11px; }.game-launcher-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 9px; }.game-launcher-grid label { display: grid; gap: 5px; color: #adbfdb; font-size: 9px; font-weight: 800; }.game-launcher-grid small { color: #7e91b3; font-size: 8px; }.game-launcher-preview { display: flex; align-items: flex-start; gap: 9px; padding: 10px; border: 1px solid rgba(111,246,215,.23); border-radius: 10px; color: #c8f9ed; background: linear-gradient(135deg, rgba(48,205,179,.1), rgba(105,76,210,.1)); }.game-launcher-preview span { color: #73f7d6; font-size: 19px; }.game-launcher-preview p { margin: 0; font-size: 10px; line-height: 1.45; }
@media (max-width: 480px) { .game-launcher-grid { grid-template-columns: 1fr; }.preference-times { margin-left: 25px; }.auth-memory label, .preference-toggle { font-size: 10px !important; } }
.admin-dashboard-card { width: min(100%, 810px); }.admin-stat-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 17px; }.admin-stat { padding: 11px 9px; border: 1px solid rgba(118,247,255,.14); border-radius: 10px; background: rgba(118,247,255,.045); }.admin-stat strong, .admin-stat span { display: block; }.admin-stat strong { color: #e9fbff; font-size: 18px; }.admin-stat span { margin-top: 2px; color: #94a4c6; font-size: 9px; }.admin-result-list, .admin-private-results, .admin-audit-list { display: grid; gap: 6px; margin-top: 10px; max-height: 205px; overflow: auto; overscroll-behavior: contain; }.admin-member-result, .admin-private-row, .admin-audit-row { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 8px; border: 1px solid rgba(151,166,218,.13); border-radius: 9px; background: rgba(0,0,0,.14); }.admin-member-result strong, .admin-private-row strong { color: #e4efff; font-size: 10px; }.admin-member-result small, .admin-private-row small, .admin-audit-row { color: #98a7c5; font-size: 9px; }.admin-member-result button { min-height: 29px; padding: 0 8px; border: 1px solid rgba(118,247,255,.28); border-radius: 7px; color: var(--cyan); background: rgba(118,247,255,.07); font-size: 9px; font-weight: 800; }.permission-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 11px 0; }.permission-grid label { display: flex; gap: 6px; align-items: flex-start; color: #b9c6df; font-size: 10px; line-height: 1.35; }.permission-grid input { accent-color: var(--cyan); }.private-audit-section { border-color: rgba(255,211,107,.22); }.admin-private-row { align-items: flex-start; }.admin-private-row div { min-width: 0; }.admin-private-row p { margin: 3px 0 0; overflow-wrap: anywhere; color: #d4ddef; font-size: 10px; line-height: 1.4; }
.message.message-mentions-me { border-color: rgba(255,220,110,.82) !important; box-shadow: inset 0 0 0 1px rgba(255,229,134,.2), 0 0 23px rgba(255,202,78,.2), 0 0 40px rgba(117,235,255,.07); animation: mention-glow 2.2s ease-in-out infinite; }.message.message-mentions-me .message-author { color: #fff0ba; }.admin-alert-section { border-color: rgba(255,151,101,.28); background: linear-gradient(135deg, rgba(255,119,76,.06), rgba(118,247,255,.035)); }.admin-alert-list, .admin-session-list { display: grid; gap: 7px; max-height: 240px; margin-top: 10px; overflow: auto; overscroll-behavior: contain; }.admin-alert-row, .admin-session-row { display: grid; gap: 4px; padding: 10px; border: 1px solid rgba(143,160,207,.16); border-radius: 10px; background: rgba(2,6,18,.5); }.admin-alert-row.is-open { border-color: rgba(255,143,84,.48); box-shadow: inset 3px 0 0 rgba(255,123,74,.78), 0 0 18px rgba(255,99,61,.08); }.admin-sos-row.is-open { border-color: rgba(255,81,134,.56); box-shadow: inset 3px 0 0 rgba(255,81,134,.86), 0 0 20px rgba(255,81,134,.1); }.admin-alert-row strong, .admin-session-row strong { color: #ebf8ff; font-size: 10px; }.admin-alert-row p { margin: 0; color: #c5d1e8; overflow-wrap: anywhere; font-size: 10px; line-height: 1.45; }.admin-alert-row small, .admin-session-row small { color: #8f9fbd; font-size: 9px; line-height: 1.4; }.admin-alert-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 3px; }.admin-alert-actions .secondary-button, .admin-alert-actions .message-action, .admin-session-row .message-action { min-height: 29px; padding: 0 9px; border-radius: 7px; font-size: 9px; }.admin-session-row { grid-template-columns: minmax(0, 1fr) auto; align-items: center; }.admin-session-row span { min-width: 0; display: grid; gap: 3px; }.admin-session-row small { overflow-wrap: anywhere; }@keyframes mention-glow { 0%,100% { filter: brightness(1); } 50% { filter: brightness(1.16); } }
.poll-card { width: min(100%, 500px); display: grid; gap: 11px; }.poll-card h2 { margin: 2px 0 5px; }.poll-card label { display: grid; gap: 5px; color: #b8c5df; font-size: 10px; font-weight: 700; }.poll-card input { width: 100%; height: 39px; padding: 0 11px; border: 1px solid rgba(148,163,212,.2); border-radius: 9px; color: var(--ink); background: rgba(4,7,20,.36); font-size: 12px; }

/* V2.2.0 — Jeu directement dans Discussion générale et vérification humaine. */
.discussion-game-card { position: relative; display: grid; gap: 11px; max-width: 760px; margin: 18px auto 4px; padding: 15px; overflow: hidden; border: 1px solid rgba(104,241,224,.38); border-radius: 16px; background: radial-gradient(circle at 92% 8%, rgba(110,244,214,.16), transparent 28%), linear-gradient(135deg, rgba(15,65,78,.76), rgba(33,24,78,.84)); box-shadow: 0 13px 34px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.08); }.discussion-game-card.game-reviewing { border-color: rgba(255,203,107,.52); background: radial-gradient(circle at 92% 8%, rgba(255,194,87,.18), transparent 30%), linear-gradient(135deg, rgba(75,53,25,.75), rgba(37,28,67,.88)); }.discussion-game-card.game-finished { border-color: rgba(179,140,255,.38); background: linear-gradient(135deg, rgba(52,35,96,.66), rgba(17,45,67,.82)); }.discussion-game-head { display: flex; align-items: center; gap: 8px; min-width: 0; color: #e0fffc; font-size: 11px; font-weight: 900; letter-spacing: .2px; }.discussion-game-head > div { flex: 1; }.discussion-game-icon { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(117,246,226,.56); border-radius: 9px; color: #6cf8df; background: rgba(5,27,42,.54); font: 800 16px "DM Mono", monospace; }.game-state-badge { padding: 4px 6px; border: 1px solid rgba(122,240,225,.42); border-radius: 999px; color: #baffef; background: rgba(80,230,195,.1); font: 800 8px "DM Mono", monospace; letter-spacing: .65px; }.game-state-badge.reviewing { border-color: rgba(255,210,117,.5); color: #ffe7b5; background: rgba(255,184,73,.12); }.game-state-badge.finished { border-color: rgba(188,151,255,.48); color: #e3d4ff; background: rgba(154,110,248,.11); }.discussion-game-card h3 { margin: 0; color: #f1ffff; font-size: 15px; }.discussion-game-card > .muted { font-size: 10px; line-height: 1.5; }.discussion-game-form { padding: 0; border: 0; background: transparent; }.discussion-game-form .petit-bac-timer { border-radius: 8px; }.game-review-item { position: relative; display: grid; gap: 8px; padding: 12px 13px 11px; border: 1px solid rgba(153,179,232,.22); border-radius: 12px; background: rgba(3,11,28,.36); }.game-review-item.auto-green { border-color: rgba(83,239,180,.48); }.game-review-item.auto-red { border-color: rgba(255,117,152,.48); }.game-review-item.auto-orange { border-color: rgba(255,190,93,.55); }.game-review-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding-right: 28px; color: #e8f6ff; font-size: 11px; }.game-review-step { color: #91a8cf; font: 800 9px "DM Mono", monospace; }.game-auto-check { position: absolute; top: 12px; right: 12px; width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-weight: 900; }.game-auto-check.green { color: #71f4b8; background: rgba(77,230,166,.1); }.game-auto-check.red { color: #ff9ac1; background: rgba(255,77,140,.1); }.game-auto-check.orange { color: #ffd083; background: rgba(255,180,74,.1); }.game-review-category { margin: 0; color: #9fbae6; font: 800 9px "DM Mono", monospace; letter-spacing: .7px; text-transform: uppercase; }.game-review-item h4 { margin: 0; color: #fff; font-size: 18px; overflow-wrap: anywhere; }.game-review-item .muted { margin: 0; font-size: 9px; }.game-points-control { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #b7c6e1; font-size: 10px; font-weight: 800; }.game-points-control input { width: 68px; height: 32px; padding: 0 8px; border: 1px solid rgba(120,239,218,.3); border-radius: 8px; color: #edfffd; background: rgba(4,16,32,.72); text-align: center; font-weight: 800; }.game-review-actions, .game-review-navigation { display: flex; flex-wrap: wrap; gap: 7px; }.game-review-actions > *, .game-review-navigation > * { flex: 1 1 120px; min-height: 34px; }.game-review-actions .message-action { border: 1px solid rgba(255,122,164,.35); border-radius: 8px; color: #ffc0d9; background: rgba(255,76,143,.09); }.game-review-navigation .secondary-button { min-height: 30px; }.game-finalize-button { min-height: 39px; border: 1px solid rgba(255,220,123,.62); border-radius: 10px; color: #fff0c9; background: linear-gradient(110deg, rgba(255,174,61,.2), rgba(188,105,255,.17)); font-weight: 900; }.game-personal-review { display: flex; flex-wrap: wrap; gap: 6px; }.review-result { padding: 5px 7px; border: 1px solid rgba(139,162,215,.25); border-radius: 7px; color: #bdcbe2; background: rgba(5,11,27,.38); font-size: 9px; }.review-result.approved { border-color: rgba(97,238,178,.44); color: #c2ffe5; }.review-result.rejected { border-color: rgba(255,130,169,.44); color: #ffcee0; }
.team-rights-card { width: min(100%, 620px); }.team-rights-content { display: grid; gap: 10px; margin-top: 16px; }.team-rights-section { position: relative; min-height: 105px; padding: 13px 13px 12px 54px; border: 1px solid rgba(128,216,255,.21); border-radius: 12px; background: linear-gradient(135deg, rgba(41,118,148,.12), rgba(91,58,162,.12)); }.team-rights-section.tone-2 { border-color: rgba(181,139,255,.25); background: linear-gradient(135deg, rgba(78,47,137,.16), rgba(31,96,134,.1)); }.team-rights-section.tone-3 { border-color: rgba(255,195,111,.25); background: linear-gradient(135deg, rgba(126,79,36,.14), rgba(64,38,113,.12)); }.team-rights-index { position: absolute; top: 14px; left: 13px; color: #78f4ff; font: 800 15px "DM Mono", monospace; text-shadow: 0 0 15px rgba(104,242,255,.45); }.team-rights-section h3 { margin: 0 0 7px; color: #edf9ff; font-size: 13px; }.team-rights-section ul { display: grid; gap: 5px; margin: 0; padding: 0; list-style: none; }.team-rights-section li { position: relative; padding-left: 12px; color: #bac9e2; font-size: 10px; line-height: 1.42; }.team-rights-section li::before { content: '◆'; position: absolute; left: 0; color: #79f1dd; font-size: 7px; }
@media (max-width: 480px) { .discussion-game-card { margin-top: 13px; padding: 12px; border-radius: 13px; }.discussion-game-card h3 { font-size: 14px; }.game-review-item { padding: 11px; }.team-rights-section { padding-left: 48px; }.team-rights-index { left: 11px; } }

/* Nouveaux cadres à effets : l'animation est structurelle, pas seulement une couleur. */
.bubble-arcstorm { border: 2px solid #b8fbff !important; background: linear-gradient(135deg, #04132e, #123f7e 52%, #071b3d) !important; box-shadow: 0 0 8px #74eefa, 0 0 28px rgba(77,143,255,.72), inset 0 0 22px rgba(118,247,255,.16) !important; animation: arcstorm-frame .46s steps(2,end) infinite !important; }.bubble-arcstorm::after { content: "ϟ  ϟ  ϟ"; position: absolute; z-index: 0; inset: 5px 9px auto; color: rgba(220,255,255,.8); font: 800 17px "DM Mono", monospace; letter-spacing: 22px; text-shadow: 0 0 4px #fff, 0 0 12px #58dfff, 0 0 22px #506cff; pointer-events: none; animation: arcstorm-sparks .32s steps(2,end) infinite; }
.bubble-liquidchrome { border: 2px solid transparent !important; background: linear-gradient(135deg, #253447, #9fbad8 37%, #344457 57%, #d9eaff 76%, #26384b) padding-box, linear-gradient(120deg, #eef8ff, #7ab6ee, #fff, #5278bc, #e8f8ff) border-box !important; box-shadow: inset 0 0 22px rgba(255,255,255,.24), 0 0 25px rgba(175,219,255,.38) !important; animation: chrome-flow 3s linear infinite !important; }.bubble-liquidchrome::after { content:""; position:absolute; z-index:0; inset: 4px; border-radius: inherit; background: linear-gradient(112deg, transparent 16%, rgba(255,255,255,.48) 47%, transparent 63%); transform: translateX(-115%) skewX(-18deg); animation: chrome-sheen 2.25s ease-in-out infinite; pointer-events:none; }
.bubble-holofoil { border: 2px solid transparent !important; background: linear-gradient(135deg, #312766, #6acfe5 30%, #e47cc3 56%, #e5c46c 79%, #513383) padding-box, conic-gradient(from 0deg, #7ff6ff, #ff86d7, #fff285, #8f9dff, #7ff6ff) border-box !important; box-shadow: 0 0 29px rgba(246,117,221,.34), inset 0 0 21px rgba(255,255,255,.13) !important; animation: holo-shift 3.5s linear infinite !important; }.bubble-holofoil::after { content:"✦  ✧  ✦"; position:absolute; z-index:0; right:10px; bottom:6px; color:rgba(255,255,255,.78); letter-spacing:5px; text-shadow:0 0 9px #fff; pointer-events:none; animation: holo-stars 1.8s ease-in-out infinite alternate; }
.bubble-singularity { overflow: hidden !important; border: 2px solid #d4aaff !important; background: radial-gradient(circle at 50% 50%, #03030b 0 12%, #6a41a8 14%, #1d103c 38%, #090710 70%) !important; box-shadow: inset 0 0 25px #000, 0 0 28px rgba(164,93,255,.5) !important; }.bubble-singularity::after { content:""; position:absolute; z-index:0; width:180%; aspect-ratio:1; left:-40%; top:-55%; border:2px dashed rgba(230,196,255,.55); border-radius:50%; box-shadow:0 0 0 12px rgba(163,95,255,.07), 0 0 0 27px rgba(106,62,180,.07); animation: singularity-spin 6s linear infinite; pointer-events:none; }
.bubble-cyberrose { border: 2px solid #ff93bd !important; background: linear-gradient(135deg, #3a1235, #9f285f 48%, #322264) !important; box-shadow: 0 0 27px rgba(255,75,153,.46), inset 0 0 23px rgba(255,177,218,.12) !important; animation: cyberrose-pulse 1.65s ease-in-out infinite !important; }.bubble-cyberrose::after { content:"⌁"; position:absolute; z-index:0; right:12px; top:1px; color:#ffd8ea; font-size:27px; text-shadow:0 0 13px #ff6da9; pointer-events:none; }
.bubble-stardust { border: 2px solid transparent !important; background: linear-gradient(135deg, #132a5b, #513b8c 50%, #171d48) padding-box, linear-gradient(120deg, #a4e8ff, #fff2b3, #bc9cff, #a4e8ff) border-box !important; box-shadow: 0 0 25px rgba(153,151,255,.35), inset 0 0 22px rgba(255,241,160,.1) !important; }.bubble-stardust::after { content:"✦ · ✧ · ✦"; position:absolute; z-index:0; left:12px; top:4px; color:rgba(255,241,177,.8); font-size:11px; letter-spacing:6px; text-shadow:0 0 8px #fff0a2; pointer-events:none; animation: stardust-twinkle 1.2s ease-in-out infinite alternate; }
@keyframes arcstorm-frame { 45% { border-color:#fff !important; box-shadow:0 0 18px #d9ffff, 0 0 41px rgba(104,118,255,.9), inset 0 0 29px rgba(118,247,255,.28) !important; } } @keyframes arcstorm-sparks { 50% { opacity:.12; transform:translateX(8px) skewX(-14deg); } } @keyframes chrome-flow { to { filter:hue-rotate(18deg) brightness(1.13); } } @keyframes chrome-sheen { 54%,100% { transform:translateX(122%) skewX(-18deg); opacity:.1; } } @keyframes holo-shift { to { filter:hue-rotate(1turn); } } @keyframes holo-stars { to { opacity:.26; transform:translateY(-3px) scale(1.18); } } @keyframes singularity-spin { to { transform:rotate(1turn); } } @keyframes cyberrose-pulse { 50% { border-color:#ffe2ef; box-shadow:0 0 34px rgba(255,76,159,.74), inset 0 0 29px rgba(255,189,226,.18) !important; } } @keyframes stardust-twinkle { to { opacity:.24; filter:brightness(1.7); transform:translateX(5px); } }

/* Le téléphone conserve les effets les plus riches, mais évite un défilement parasite. */
@media (max-width: 800px) {
  .modal-layer:not(.store-layer) { padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom)); align-items: center; }
  .modal-card { max-height: min(92dvh, 860px); }.admin-stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.permission-grid { grid-template-columns: 1fr; }.progress-card { grid-template-columns: 1fr; }.progress-card .secondary-button { width: 100%; }.profile-banner { width: calc(100% + 38px); margin: -19px -19px 0; }.profile-view .profile-avatar { margin-top: 15px; }
  .message.bubble-arcstorm { animation: arcstorm-frame .64s steps(2,end) infinite !important; }.message.bubble-liquidchrome { animation: chrome-flow 3.4s linear infinite !important; }.message.bubble-holofoil { animation: holo-shift 4.2s linear infinite !important; }.message.bubble-cyberrose { animation: cyberrose-pulse 2s ease-in-out infinite !important; }.message.bubble-arcstorm::after, .message.bubble-liquidchrome::after, .message.bubble-holofoil::after, .message.bubble-singularity::after, .message.bubble-cyberrose::after, .message.bubble-stardust::after { display:block !important; }
}

/* V2.2.1 — Le fil de discussion conserve toujours son espace propre au-dessus du compositeur. */
.chat-panel { min-height: 0; overflow: hidden; }
.chat-box { overscroll-behavior-y: contain; scroll-padding-block-end: 24px; }

/* V2.3.0 — Une partie active vit dans son propre espace, jamais sous le compositeur. */
.active-game-dock { flex: 0 0 auto; min-width: 0; display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; align-items: center; gap: 9px; margin: 0 clamp(12px, 3vw, 32px) 8px; padding: 8px 9px; border: 1px solid rgba(111,245,220,.42); border-radius: 12px; background: linear-gradient(105deg, rgba(16,86,89,.58), rgba(61,42,112,.58)); box-shadow: 0 9px 23px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.07); }.active-game-dock-icon { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(116,246,222,.48); border-radius: 10px; color: #82ffe5; background: rgba(7,31,46,.65); font: 800 17px "DM Mono", monospace; }.active-game-dock > div { min-width: 0; display: grid; gap: 2px; }.active-game-dock strong, .active-game-dock small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.active-game-dock strong { color: #e5fffb; font-size: 11px; }.active-game-dock small { color: #a8d8d5; font: 800 9px "DM Mono", monospace; }.active-game-dock .secondary-button { min-height: 34px; padding: 0 10px; border-color: rgba(146,255,233,.42); color: #d9fffa; font-size: 10px; }
.active-game-panel { position: absolute; z-index: 36; inset: 0; min-height: 0; display: grid; grid-template-rows: auto minmax(0, 1fr); background: radial-gradient(circle at 88% 4%, rgba(111,244,220,.16), transparent 28%), radial-gradient(circle at 12% 94%, rgba(168,105,255,.19), transparent 34%), #090d20; }.active-game-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 15px clamp(16px, 4vw, 36px); border-bottom: 1px solid rgba(128,234,235,.2); background: rgba(10,18,40,.84); box-shadow: 0 10px 26px rgba(0,0,0,.18); }.active-game-panel-head .eyebrow { margin: 0; }.active-game-panel-head h2 { margin: 3px 0 0; color: #effffc; font-size: 17px; }.active-game-panel-head .icon-button { width: 37px; height: 37px; border: 1px solid rgba(142,239,255,.26); border-radius: 10px; color: #d6fbff; background: rgba(105,221,255,.08); }.active-game-panel-content { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: clamp(15px, 4vw, 34px); scrollbar-width: thin; scrollbar-color: rgba(111,245,220,.46) transparent; }.active-game-panel-content::after { content: ""; display: block; height: max(20px, env(safe-area-inset-bottom)); }.active-game-panel-content .discussion-game-card { width: min(100%, 760px); margin: 0 auto; }.active-game-panel-content .discussion-game-form input { min-height: 42px; }.active-game-panel-content .game-finalize-button { width: 100%; }
@media (max-width: 800px) { .active-game-dock { margin: 0 10px 7px; grid-template-columns: 31px minmax(0, 1fr) auto; gap: 7px; padding: 7px; border-radius: 10px; }.active-game-dock-icon { width: 31px; height: 31px; border-radius: 9px; font-size: 15px; }.active-game-dock .secondary-button { min-height: 32px; padding: 0 9px; }.active-game-panel-head { padding: max(13px, env(safe-area-inset-top)) 14px 13px; }.active-game-panel-content { padding: 13px 12px max(16px, env(safe-area-inset-bottom)); }.active-game-panel-content .discussion-game-card { padding: 13px; }.active-game-panel-content .petit-bac-form { gap: 11px; }.active-game-panel-content .petit-bac-form label { font-size: 11px; }.active-game-panel-content .petit-bac-form input { height: 46px; min-height: 46px; padding: 0 12px; font-size: 16px; }.active-game-panel-content .secondary-button, .active-game-panel-content .primary-button, .active-game-panel-content .game-finalize-button { min-height: 43px; }.active-game-panel-content .game-review-item { padding: 13px; }.active-game-panel-content .game-review-item h4 { font-size: 20px; } }

/* La carte de connexion garde ses marges internes dans la largeur disponible sur téléphone. */

/* V2.4.0 — Salle Petit Bac, joueurs prêts et profil mobile entièrement lisible. */
.game-state-badge.lobby { border-color: rgba(149,170,255,.48); color: #d8dfff; background: rgba(112,119,255,.12); }.petit-bac-player-list { display: flex; flex-wrap: wrap; gap: 7px; }.petit-bac-player-chip, .petit-bac-player-empty { max-width: 100%; padding: 6px 9px; border: 1px solid rgba(121,241,226,.27); border-radius: 999px; color: #d7fffa; background: rgba(69,207,196,.08); font-size: 10px; font-weight: 800; overflow-wrap: anywhere; }.petit-bac-player-empty { border-style: dashed; color: #a6b6d3; background: rgba(30,38,77,.3); font-weight: 600; }.petit-bac-lobby-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }.petit-bac-lobby-actions > button { flex: 1 1 180px; }.petit-bac-lobby-actions .muted { flex: 1 1 100%; min-height: 0; font-size: 10px; }.game-spectator-note, .game-ready-banner { margin: 0; padding: 8px 10px; border: 1px solid rgba(133,191,255,.25); border-radius: 10px; color: #cce7ff; background: rgba(77,147,240,.08); font-size: 10px; line-height: 1.45; }.game-ready-banner { border-color: rgba(106,242,184,.38); color: #c8ffe1; background: rgba(63,194,142,.1); }.discussion-game-form label { display: grid; gap: 6px; }.discussion-game-form input { width: 100%; border: 1px solid rgba(128,219,226,.27); border-radius: 9px; color: #effffc; background: rgba(3,13,27,.45); outline: none; }.discussion-game-form input:focus { border-color: rgba(117,250,226,.76); box-shadow: 0 0 0 3px rgba(99,232,219,.12); }

.profile-card { width: min(100%, 500px); max-height: min(880px, 92dvh); display: grid; grid-template-rows: minmax(0, 1fr); overflow: hidden; padding: 0; }.profile-card > .profile-view, .profile-card > .profile-form { min-height: 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: rgba(118,247,255,.46) transparent; padding: 27px; }.profile-card > .profile-view { overflow-x: hidden; }.profile-card .modal-close { position: absolute; top: 12px; right: 12px; }.profile-view { overflow: visible; padding-top: 0; }.profile-view .profile-avatar { margin-top: 26px; }.profile-banner { height: 184px; background-position: center; }.interest-rack { max-width: 100%; align-items: flex-start; }.interest-chip { max-width: 100%; min-height: 28px; display: inline-flex; align-items: center; justify-content: center; white-space: normal; overflow-wrap: anywhere; text-align: center; line-height: 1.35; }.profile-looking-for { white-space: normal; overflow-wrap: anywhere; text-align: center; line-height: 1.45; }
@media (max-width: 800px) { .profile-card { max-height: calc(100dvh - max(18px, env(safe-area-inset-top)) - max(18px, env(safe-area-inset-bottom))); border-radius: 19px; }.profile-card > .profile-view, .profile-card > .profile-form { padding: 19px; }.profile-card > .profile-view { padding-top: 0; padding-bottom: max(24px, env(safe-area-inset-bottom)); }.profile-card > .profile-form { padding-top: 54px; }.profile-banner { width: calc(100% + 38px); height: 176px; margin: -19px -19px 0; }.profile-view .profile-avatar { width: 100px; height: 100px; margin-top: 24px; }.profile-view .profile-bio { max-width: 100%; font-size: 12px; }.interest-chip { padding: 6px 10px; font-size: 10px; }.game-spectator-note, .game-ready-banner { font-size: 11px; }.petit-bac-player-chip, .petit-bac-player-empty { font-size: 11px; }.petit-bac-lobby-actions > button { min-height: 43px; }.discussion-game-form input { font-size: 16px; } }

/* V2.6.0 — Archives, saisons, histoire communautaire et Wizz modulable. */
.birthday-optin { margin-top: -4px; }.collection-actions { display:flex; align-items:center; justify-content:space-between; gap:9px; margin:7px 0; }.collection-actions small { color:#ffdaa1; font:800 9px "DM Mono",monospace; }.collection-actions .secondary-button { min-height:29px; padding:0 9px; font-size:9px; }.collection-sets { display:flex; flex-wrap:wrap; gap:5px; margin:7px 0 10px; }.collection-set-pill { padding:4px 7px; border:1px solid rgba(128,224,255,.2); border-radius:999px; color:#a5ddea; background:rgba(71,187,222,.07); font:8px "DM Mono",monospace; }.birthday-badge { color:#ffdf9c; border-color:rgba(255,200,104,.46); background:rgba(255,164,69,.1); box-shadow:0 0 14px rgba(255,188,71,.14); }
.season-chip { border-color:rgba(121,245,220,.34)!important; color:#d0fff2!important; background:rgba(68,203,178,.11)!important; }.season-chip.ember { border-color:rgba(255,170,93,.38)!important; color:#ffe0b3!important; background:rgba(255,135,63,.11)!important; }.season-chip.gold { border-color:rgba(255,217,116,.4)!important; color:#fff0bd!important; background:rgba(255,200,72,.1)!important; }.season-chip.blue { border-color:rgba(129,207,255,.4)!important; color:#d6efff!important; background:rgba(91,162,255,.11)!important; }
.seasonal-showcase { position:relative; display:flex; align-items:center; justify-content:space-between; gap:14px; padding:12px 31px; border-bottom:1px solid var(--line); background:linear-gradient(90deg,rgba(78,223,196,.08),rgba(110,88,235,.06)); }.seasonal-copy { display:grid; gap:2px; }.seasonal-copy strong { color:#d9fffb; font-size:12px; }.seasonal-copy small { color:#92a8c3; font-size:9px; }.season-calendar { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:5px; }.season-preview-button { min-height:27px; padding:0 7px; border:1px solid rgba(139,178,233,.22); border-radius:999px; color:#a7b9da; background:rgba(10,18,45,.48); font-size:8px; }.season-preview-button.active,.season-preview-button:hover { color:#d9fff8; border-color:rgba(113,245,224,.55); background:rgba(72,224,202,.12); }
body.season-spring .app-shell::before { content:""; position:fixed; inset:0; z-index:-1; pointer-events:none; background:radial-gradient(circle at 10% 18%,rgba(79,242,192,.13),transparent 24%),radial-gradient(circle at 89% 75%,rgba(120,212,255,.1),transparent 26%); }body.season-summer .app-shell::before { content:""; position:fixed; inset:0; z-index:-1; pointer-events:none; background:radial-gradient(circle at 78% 12%,rgba(255,169,74,.18),transparent 28%),radial-gradient(circle at 12% 86%,rgba(255,83,133,.09),transparent 30%); }body.season-autumn .app-shell::before { content:""; position:fixed; inset:0; z-index:-1; pointer-events:none; background:radial-gradient(circle at 15% 19%,rgba(255,209,110,.14),transparent 23%),radial-gradient(circle at 86% 83%,rgba(204,94,55,.12),transparent 28%); }body.season-winter .app-shell::before { content:""; position:fixed; inset:0; z-index:-1; pointer-events:none; background:radial-gradient(circle at 18% 15%,rgba(133,219,255,.15),transparent 25%),radial-gradient(circle at 88% 70%,rgba(173,172,255,.1),transparent 29%); }
.story-thread { display:grid; gap:7px; margin:11px 0 4px; }.story-line { display:grid; grid-template-columns:28px minmax(0,1fr) auto; gap:8px; align-items:start; padding:9px; border:1px solid rgba(143,171,239,.18); border-radius:11px; background:rgba(10,19,47,.35); }.story-line.selected { border-color:rgba(255,219,132,.55); box-shadow:0 0 18px rgba(255,194,82,.13); }.story-index { display:grid; width:25px; height:25px; place-items:center; border-radius:50%; color:#6ef4e2; background:rgba(63,219,201,.1); font:800 9px "DM Mono",monospace; }.story-line strong { display:block; color:#ddfaff; font-size:10px; }.story-line p { margin:3px 0 0; color:#b6c2dc; font-size:11px; line-height:1.45; }.story-vote { min-width:38px; min-height:29px; border:1px solid rgba(238,126,211,.28); border-radius:9px; color:#ffbceb; background:rgba(241,100,201,.08); font-size:10px; }.story-vote.voted { border-color:#ff8fdb; background:rgba(244,96,196,.21); }
.game-dictionary-add { width:100%; margin-top:8px; font-size:9px; }.wizz-soft { animation-duration:.82s!important; }.wizz-standard { animation-duration:1.25s!important; }.wizz-strong { animation-duration:1.55s!important; }.wizz-soft #wizz-flash.active { animation-duration:.84s!important; }.wizz-strong #wizz-flash.active { animation-duration:1.55s!important; }@media (prefers-reduced-motion:reduce){ body .app-shell.wizz-active, body #wizz-flash.active { animation:none!important; } }
@media (max-width:800px){ .collection-card-list { grid-template-columns:repeat(2,minmax(0,1fr)); }.story-line { grid-template-columns:25px minmax(0,1fr); }.story-vote { grid-column:2; justify-self:start; }.profile-preferences select { min-height:39px; font-size:16px; }.seasonal-showcase { align-items:flex-start; flex-direction:column; padding:11px 18px; }.season-calendar { justify-content:flex-start; } }
.auth-card { box-sizing: border-box; }

/* V2.5.0 — Salons temporaires et Cyber Arcade. */
.event-rooms-wrap { display:grid; gap:7px; margin:7px 0 3px; }.event-rooms-heading { display:flex; align-items:center; justify-content:space-between; padding:0 8px; color:#8fa1c5; font:800 8px "DM Mono",monospace; letter-spacing:1.25px; }.event-rooms-heading button { width:22px; height:22px; border:1px solid rgba(119,244,236,.36); border-radius:7px; color:#b9fffb; background:rgba(80,224,211,.1); font-size:16px; line-height:1; }.event-rooms-list { display:grid; gap:4px; }.conversation.event-room-link { min-height:42px; padding-block:6px; }.event-room-link.archived { opacity:.7; border-style:dashed; }.event-room-label { min-width:0; display:grid; gap:2px; text-align:left; }.event-room-label strong,.event-room-label small { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.event-room-label strong { color:#e6fcff; font-size:10px; }.event-room-label small { color:#91accc; font-size:8px; }.event-room-empty { margin:0 8px; color:#8090ae; font-size:9px; }
.event-room-hero { position:relative; display:grid; grid-template-columns:43px minmax(0,1fr); gap:11px; max-width:760px; margin:15px auto 12px; padding:14px; overflow:hidden; border:1px solid rgba(100,237,218,.36); border-radius:15px; background:radial-gradient(circle at 93% 8%,rgba(119,242,220,.2),transparent 27%),linear-gradient(130deg,rgba(10,72,84,.76),rgba(48,27,94,.84)); }.event-room-hero.scheduled { border-color:rgba(163,148,255,.4); background:linear-gradient(130deg,rgba(53,44,105,.82),rgba(21,53,87,.8)); }.event-room-hero.archived { border-color:rgba(255,209,122,.38); background:linear-gradient(130deg,rgba(72,52,30,.76),rgba(34,34,68,.84)); }.event-room-symbol { width:42px; height:42px; display:grid; place-items:center; border:1px solid currentColor; border-radius:13px; color:#88fff0; background:rgba(4,22,39,.4); font:800 20px "DM Mono",monospace; }.event-room-hero h3 { margin:2px 0 5px; color:#efffff; font-size:16px; }.event-room-hero .muted { margin:0 0 7px; font-size:10px; line-height:1.45; }.event-room-archive { color:#ffe2a8; font:800 9px "DM Mono",monospace; }.event-room-join { display:flex; width:min(100%,760px); margin:0 auto 12px; justify-content:center; }.event-room-message { max-width:760px; margin-inline:auto; }
.game-launcher-card textarea { min-height:105px; resize:vertical; }.arcade-game-card { border-color:rgba(102,197,255,.42); background:radial-gradient(circle at 90% 8%,rgba(92,182,255,.18),transparent 26%),linear-gradient(135deg,rgba(17,51,91,.8),rgba(43,25,84,.86)); }.arcade-game-card.arcade-draw_guess { border-color:rgba(255,177,104,.48); background:radial-gradient(circle at 90% 8%,rgba(255,175,87,.18),transparent 27%),linear-gradient(135deg,rgba(74,42,23,.8),rgba(38,27,87,.88)); }.arcade-game-card h4.arcade-score-title { margin:4px 0 -3px; color:#c9eaff; font-size:10px; text-transform:uppercase; letter-spacing:.75px; }.arcade-option-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:8px; }.arcade-option { min-height:46px; padding:9px; border-color:rgba(122,221,255,.35) !important; color:#e4fbff !important; text-align:left; font-size:11px; line-height:1.25; }.rps-options { grid-template-columns:repeat(3,minmax(0,1fr)); }.rps-options .arcade-option { text-align:center; }.arcade-answer-form { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:end; gap:8px; }.arcade-answer-form label { min-width:0; }.arcade-answer-form .game-finalize-button { width:auto; min-height:42px; padding:0 13px; }.arcade-canvas { width:100%; height:auto; aspect-ratio:10 / 7; touch-action:none; border:1px solid rgba(119,241,255,.35); border-radius:13px; background:#0a1830; box-shadow:inset 0 0 24px rgba(69,200,255,.12),0 12px 26px rgba(0,0,0,.2); }.arcade-canvas.can-draw { cursor:crosshair; border-color:rgba(255,202,114,.62); box-shadow:inset 0 0 24px rgba(255,180,79,.13),0 0 20px rgba(255,179,89,.12); }.arcade-board { margin-top:0; }.event-room-card { width:min(100%,590px); }.event-room-card label { display:grid; gap:6px; margin-top:11px; color:#b8c8e4; font-size:10px; font-weight:800; }.event-room-card input { width:100%; min-height:39px; box-sizing:border-box; border:1px solid rgba(138,172,234,.25); border-radius:9px; color:#eff9ff; background:rgba(5,10,29,.52); padding:0 10px; }.event-room-card .primary-button { margin-top:15px; }
.arcade-game-title { min-width:0; display:grid; gap:2px; }.arcade-game-title strong,.arcade-game-title small { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.arcade-game-title small { color:#aec9e9; font:800 8px "DM Mono",monospace; }
@media (max-width:800px) { .event-rooms-heading { padding-inline:6px; }.conversation.event-room-link { min-height:48px; }.event-room-label strong { font-size:11px; }.event-room-label small { font-size:9px; }.event-room-hero { margin:12px 0 10px; grid-template-columns:38px minmax(0,1fr); padding:12px; border-radius:13px; }.event-room-symbol { width:38px; height:38px; border-radius:11px; }.event-room-hero h3 { font-size:15px; }.arcade-option-grid { grid-template-columns:1fr; }.rps-options { grid-template-columns:repeat(3,minmax(0,1fr)); }.rps-options .arcade-option { min-height:58px; padding:7px 3px; font-size:10px; }.arcade-answer-form { grid-template-columns:1fr; }.arcade-answer-form .game-finalize-button { width:100%; }.arcade-canvas { border-radius:11px; }.active-game-panel-content .arcade-option { min-height:49px; font-size:13px; }.active-game-panel-content .arcade-answer-form input { min-height:47px; font-size:16px; } }
.event-room-composer .composer-tools { display:none; }
.event-souvenir-badge { border-color:rgba(255,210,120,.42) !important; color:#ffe5ad !important; background:rgba(255,185,67,.09) !important; }

/* V2.7.0 — Chroniques collectives, quêtes saisonnières et CyberMap intégrée. */
.arcade-game-card.arcade-constellation_chronicle { border-color:rgba(255,218,120,.56); background:radial-gradient(circle at 88% 8%,rgba(255,209,101,.2),transparent 28%),radial-gradient(circle at 10% 90%,rgba(112,101,255,.2),transparent 35%),linear-gradient(135deg,rgba(22,35,86,.88),rgba(50,28,89,.9)); }.arcade-constellation_chronicle .arcade-option { border-color:rgba(255,215,123,.4)!important; background:rgba(255,214,111,.08)!important; }.arcade-constellation_chronicle .discussion-game-icon { color:#ffe7a6; text-shadow:0 0 18px rgba(255,212,106,.7); }
.seasonal-quest-card { overflow:hidden; border-color:rgba(110,243,215,.38); background:radial-gradient(circle at 94% 4%,rgba(86,235,205,.19),transparent 28%),linear-gradient(135deg,rgba(19,68,73,.62),rgba(37,34,93,.7)); }.seasonal-quest-card.ember { border-color:rgba(255,170,91,.48); background:radial-gradient(circle at 93% 6%,rgba(255,149,66,.23),transparent 28%),linear-gradient(135deg,rgba(92,47,26,.7),rgba(61,30,89,.78)); }.seasonal-quest-card.gold { border-color:rgba(255,218,124,.5); background:radial-gradient(circle at 93% 6%,rgba(255,209,94,.2),transparent 28%),linear-gradient(135deg,rgba(78,57,26,.73),rgba(51,31,83,.8)); }.seasonal-quest-card.blue { border-color:rgba(126,210,255,.5); background:radial-gradient(circle at 93% 6%,rgba(97,196,255,.2),transparent 28%),linear-gradient(135deg,rgba(25,57,95,.75),rgba(44,36,88,.82)); }.seasonal-quest-state { margin-left:auto; color:#f8fff5; font:800 8px "DM Mono",monospace; }.seasonal-quest-track { display:flex; align-items:center; gap:5px; }.seasonal-quest-track span { width:22px; height:22px; display:grid; place-items:center; border:1px solid rgba(209,232,255,.2); border-radius:50%; color:#8194b4; background:rgba(6,12,32,.24); font-size:10px; }.seasonal-quest-track span.done { border-color:rgba(111,248,219,.68); color:#e9fff9; background:rgba(72,229,194,.18); box-shadow:0 0 14px rgba(81,237,204,.22); }.seasonal-reward { color:#ffe2aa; font-size:9px; font-weight:800; }.seasonal-leaders { flex-basis:100%; color:#b9c7e5; font:8px "DM Mono",monospace; }
.cybermap-google-canvas { min-height:clamp(300px,48dvh,560px); isolation:isolate; touch-action:pan-x pan-y pinch-zoom; }.cybermap-google-canvas .gm-style { font-family:Manrope,Arial,sans-serif; }.google-map-info { display:grid; gap:3px; min-width:130px; color:#131827; font:600 12px Manrope,Arial,sans-serif; }.google-map-info small { color:#526178; font-size:10px; }.members-map-chat { padding-bottom:max(18px,env(safe-area-inset-bottom)); }.members-map-canvas .map-fallback { z-index:2; }.member-map-space { min-height:0; }.member-map-roster { padding-bottom:8px; }
@media (max-width:800px) { .cybermap-google-canvas { min-height:clamp(285px,45dvh,450px); border-radius:14px; }.member-map-hero { align-items:flex-start; flex-direction:column; }.member-map-hero .map-action { width:100%; }.map-privacy-note { line-height:1.45; }.seasonal-leaders { white-space:normal; overflow-wrap:anywhere; }.seasonal-quest-card .community-entry-foot { align-items:flex-start; flex-wrap:wrap; } }

/* V2.8.0 — CyberMap France autonome et présence choisie. */
.cybermap-local-canvas { min-height:clamp(300px,48dvh,560px); touch-action:pan-x pan-y pinch-zoom; background:radial-gradient(circle at 50% 42%,rgba(71,144,207,.25),rgba(4,10,24,.98) 72%); }.cybermap-local-canvas .maplibregl-canvas { outline:0; }.cybermap-local-canvas .maplibregl-ctrl-group { overflow:hidden; border:1px solid rgba(118,247,255,.33); border-radius:10px; background:rgba(4,12,29,.83); box-shadow:0 10px 25px rgba(0,0,0,.34); }.cybermap-local-canvas .maplibregl-ctrl-group button { width:33px; height:33px; background-color:transparent; }.cybermap-local-canvas .maplibregl-ctrl-group button span { filter:invert(1) sepia(1) saturate(.8) hue-rotate(135deg); }.cybermap-local-canvas .maplibregl-ctrl-attrib { max-width:calc(100% - 116px); border-radius:8px 8px 0 0; color:#a8bdd8; background:rgba(4,12,29,.76); font-size:8px; }.cybermap-local-canvas .maplibregl-ctrl-attrib a { color:#83efff; }.cybermap-marker { width:34px; height:34px; display:grid; place-items:center; padding:0; border:2px solid rgba(244,255,255,.96); border-radius:50% 50% 50% 8px; color:#06101b; background:var(--marker-color,#76f7ff); box-shadow:0 0 0 7px color-mix(in srgb,var(--marker-color,#76f7ff) 16%,transparent),0 0 25px var(--marker-color,#76f7ff); font:900 12px Manrope,Arial,sans-serif; transform:rotate(-45deg); }.cybermap-marker.is-me { width:40px; height:40px; border-color:#fff8d6; box-shadow:0 0 0 9px color-mix(in srgb,var(--marker-color,#76f7ff) 18%,transparent),0 0 31px var(--marker-color,#76f7ff); }.cybermap-marker { position:relative; }.cybermap-marker::before { content:""; position:absolute; inset:5px; border:1px solid rgba(4,12,29,.28); border-radius:inherit; }.cybermap-marker-initial { position:relative; z-index:1; transform:rotate(45deg); }.cybermap-marker::after { content:attr(aria-label); position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }.cybermap-popup { display:grid; gap:4px; padding:1px; color:#e8f9ff; font:700 12px Manrope,Arial,sans-serif; }.cybermap-popup small { color:#9ab1d2; font-size:10px; }.cybermap-local-canvas .maplibregl-popup-content { padding:11px 12px; border:1px solid rgba(118,247,255,.32); border-radius:11px; background:#09162d; box-shadow:0 12px 30px rgba(0,0,0,.38); }.cybermap-local-canvas .maplibregl-popup-tip { border-top-color:#09162d; }.cybermap-local-canvas .maplibregl-popup-close-button { color:#a7c1e3; font-size:17px; }
.cybermap-cockpit { display:grid; gap:12px; margin-top:14px; padding:15px; border:1px solid rgba(117,231,255,.25); border-radius:15px; background:linear-gradient(135deg,rgba(16,42,72,.72),rgba(24,19,62,.78)); box-shadow:inset 0 1px rgba(255,255,255,.04); }.cybermap-cockpit-heading { display:grid; gap:4px; }.cybermap-cockpit-heading .eyebrow { margin:0; }.cybermap-cockpit-heading strong { color:#e5f8ff; font-size:13px; }.cybermap-cockpit-heading small { color:#94a9c7; font-size:10px; line-height:1.45; }.cybermap-mode-switch { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:7px; }.cybermap-mode-switch button { min-height:35px; padding:0 7px; border:1px solid var(--line); border-radius:9px; color:#9fb4d0; background:rgba(4,11,28,.45); font:800 9px Manrope,Arial,sans-serif; }.cybermap-mode-switch button.is-active { border-color:rgba(113,245,255,.74); color:#eaffff; background:linear-gradient(120deg,rgba(61,202,220,.25),rgba(115,113,255,.23)); box-shadow:0 0 16px rgba(84,228,255,.13); }.cybermap-checkbox { display:flex; align-items:flex-start; gap:8px; color:#afc1dd; font-size:10px; line-height:1.45; }.cybermap-checkbox input { width:15px; height:15px; flex:0 0 15px; margin:0; accent-color:#76f7ff; }.cybermap-action-grid,.cybermap-manager { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }.cybermap-card,.cybermap-list { display:grid; gap:8px; padding:11px; border:1px solid rgba(166,199,255,.16); border-radius:11px; background:rgba(4,11,28,.3); }.cybermap-card strong,.cybermap-list > strong,.cybermap-checkins > strong { color:#e0f7ff; font-size:11px; }.cybermap-card small,.cybermap-list small { color:#90a6c6; font-size:9px; line-height:1.4; }.cybermap-field { display:grid; gap:4px; color:#a9bad6; font-size:9px; font-weight:700; }.cybermap-field input,.cybermap-field select,.cybermap-alert-form select { min-width:0; height:34px; padding:0 9px; border:1px solid rgba(125,173,237,.24); border-radius:8px; outline:0; color:#e8f6ff; background:rgba(3,10,26,.76); font:600 11px Manrope,Arial,sans-serif; }.cybermap-field input:focus,.cybermap-field select:focus,.cybermap-alert-form select:focus { border-color:rgba(118,247,255,.72); box-shadow:0 0 0 3px rgba(118,247,255,.09); }.cybermap-card .map-action { width:100%; min-height:34px; font-size:9px; }.cybermap-list-row { display:flex; align-items:center; justify-content:space-between; gap:7px; padding-top:7px; border-top:1px solid rgba(166,199,255,.11); color:#b9cae2; font-size:9px; }.cybermap-list-row span { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.cybermap-list-row .map-hide-button { flex:0 0 auto; }.cybermap-alert-form { display:grid; grid-template-columns:1fr 1fr; gap:6px; }.cybermap-alert-form select:last-of-type { grid-column:span 2; }.cybermap-alert-form .map-action { grid-column:span 2; min-height:33px; font-size:9px; }.cybermap-checkins { display:grid; gap:6px; margin-top:12px; padding:12px; border:1px solid rgba(145,176,241,.16); border-radius:12px; background:rgba(7,14,31,.48); }.cybermap-checkins > small { color:#91a7c6; font-size:10px; }.cybermap-checkin-row { display:flex; align-items:baseline; flex-wrap:wrap; gap:4px; color:#bdcde4; font-size:10px; }.cybermap-checkin-row strong { color:#8ff4ff; }.cybermap-checkin-row small { color:#90a5c3; font-size:9px; }
@media (max-width:800px) { .cybermap-local-canvas { min-height:clamp(285px,45dvh,450px); border-radius:14px; }.cybermap-cockpit { padding:12px; }.cybermap-action-grid,.cybermap-manager { grid-template-columns:1fr; }.cybermap-mode-switch button { font-size:8px; }.cybermap-marker { width:30px; height:30px; }.cybermap-marker.is-me { width:35px; height:35px; } }

/* V2.9.0 — CyberMap GPS, constellations vivantes et souvenirs collectifs. */
.cybermap-marker-avatar { position:relative; z-index:2; width:100%; height:100%; border-radius:50%; object-fit:cover; transform:rotate(45deg); }.cybermap-marker.is-approximate { filter:saturate(.65); }.cybermap-marker.is-approximate .cybermap-marker-avatar { filter:blur(2.4px); opacity:.78; }.cybermap-popup-profile { display:flex; align-items:center; gap:8px; }.cybermap-popup-avatar { width:28px; height:28px; border:1px solid rgba(125,244,255,.6); border-radius:50%; object-fit:cover; }.cybermap-route-button { min-height:30px; padding:0 9px; border:1px solid rgba(124,244,255,.45); border-radius:8px; color:#c8fbff; background:rgba(49,184,213,.13); font:800 10px Manrope,Arial,sans-serif; }.cybermap-route-button:active { transform:scale(.97); }.cybermap-tracking-choice { padding-top:2px; border-top:1px solid rgba(137,182,243,.14); }.cybermap-address-search { grid-column:span 2; }.cybermap-address-results { display:grid; gap:5px; }.cybermap-address-result { min-height:31px; padding:6px 8px; overflow:hidden; border:1px solid rgba(126,196,240,.21); border-radius:7px; color:#c7dced; text-align:left; text-overflow:ellipsis; white-space:nowrap; background:rgba(3,10,26,.45); font:600 9px Manrope,Arial,sans-serif; }.cybermap-address-result:hover { border-color:rgba(111,247,255,.62); color:#edffff; background:rgba(51,195,219,.13); }
.message-reveal { overflow:visible; }.message-reveal .message-body { position:relative; overflow:hidden; }.message-reveal-label { display:block; margin:0 0 7px; color:#aeefff; font:800 8px "DM Mono",monospace; letter-spacing:.08em; text-transform:uppercase; }.reveal-scan .message-body::after,.reveal-constellation .message-body::after,.reveal-flame .message-body::after,.reveal-vault .message-body::after { position:absolute; pointer-events:none; content:""; }.reveal-scan .message-body::after { inset:0 auto 0 -24%; width:22%; background:linear-gradient(90deg,transparent,rgba(155,251,255,.5),transparent); filter:blur(2px); animation:reveal-scan 2.4s ease-in-out infinite; }.reveal-constellation .message-body::after { inset:0; background:radial-gradient(circle at 16% 25%,#fff 0 1px,transparent 2px),radial-gradient(circle at 78% 34%,#a5f8ff 0 1px,transparent 2px),radial-gradient(circle at 48% 78%,#df9fff 0 1px,transparent 2px); background-size:54px 54px,71px 71px,83px 83px; opacity:.55; animation:reveal-stars 3.8s linear infinite; }.reveal-flame .message-body::after { inset:auto 0 -9px; height:22px; background:radial-gradient(ellipse at 10% 100%,rgba(255,211,96,.86),transparent 42%),radial-gradient(ellipse at 40% 100%,rgba(255,101,53,.72),transparent 52%),radial-gradient(ellipse at 77% 100%,rgba(255,194,81,.78),transparent 48%); filter:blur(3px); animation:reveal-flame 1.4s ease-in-out infinite alternate; }.reveal-vault .message-body { border:1px solid rgba(231,204,112,.4); border-radius:10px; }.reveal-vault .message-body::after { inset:5px; border:1px dashed rgba(239,221,138,.36); border-radius:7px; animation:reveal-vault 3s linear infinite; }.reaction-burst-electric { animation:reaction-electric .65s ease-out; box-shadow:0 0 0 2px rgba(124,240,255,.6),0 0 34px rgba(74,180,255,.8)!important; }.reaction-burst-fire { animation:reaction-fire .8s ease-out; box-shadow:0 0 30px rgba(255,103,50,.85)!important; }.reaction-burst-sparkle { animation:reaction-sparkle .9s ease-out; }.reaction-burst-heart { animation:reaction-heart .85s cubic-bezier(.2,.8,.2,1); }.reaction-burst-soft { animation:reaction-soft .65s ease-out; }.reveal-tool.active { border-color:rgba(255,226,130,.82); color:#fff0ad; background:rgba(255,203,77,.15); box-shadow:0 0 18px rgba(255,204,84,.2); }
.profile-edit-actions { display:flex; flex-wrap:wrap; gap:8px; }.profile-ambience { position:relative; overflow:hidden; }.profile-ambience::before { position:absolute; z-index:-1; inset:-30%; opacity:.16; content:""; background:radial-gradient(circle at 18% 24%,#70f4ff,transparent 25%),radial-gradient(circle at 82% 62%,#b878ff,transparent 30%); animation:profile-aura 9s ease-in-out infinite alternate; }.profile-ambience.theme-solar::before { background:radial-gradient(circle at 18% 24%,#ffd46b,transparent 26%),radial-gradient(circle at 82% 62%,#ff8585,transparent 30%); }.profile-ambience.theme-forest::before { background:radial-gradient(circle at 18% 24%,#80ffc6,transparent 26%),radial-gradient(circle at 82% 62%,#4fe5ce,transparent 30%); }.profile-constellation,.profile-circles { display:grid; gap:8px; margin-top:14px; padding:12px; border:1px solid rgba(121,224,255,.24); border-radius:13px; background:linear-gradient(135deg,rgba(14,35,68,.54),rgba(39,24,75,.42)); }.profile-constellation .eyebrow,.profile-circles .eyebrow { margin:0; }.constellation-sky { position:relative; min-height:160px; overflow:hidden; border:1px solid rgba(139,230,255,.17); border-radius:12px; background:radial-gradient(circle at 50% 50%,rgba(65,126,192,.25),transparent 22%),radial-gradient(circle at 14% 23%,rgba(122,249,255,.24) 0 1px,transparent 2px),radial-gradient(circle at 76% 78%,rgba(238,155,255,.25) 0 1px,transparent 2px),#071126; }.constellation-star { position:absolute; z-index:2; width:35px; height:35px; display:grid; place-items:center; padding:0; border:1px solid rgba(163,245,255,.72); border-radius:50%; color:#eaffff; background:rgba(32,102,155,.68); box-shadow:0 0 17px rgba(105,238,255,.45); transform:translate(-50%,-50%); }.constellation-star img { width:100%; height:100%; border-radius:inherit; object-fit:cover; }.constellation-center { left:50%; top:50%; width:46px; height:46px; color:#ffe8a6; border-color:rgba(255,223,132,.9); background:radial-gradient(circle,#e1a65a,#6d466e); box-shadow:0 0 26px rgba(255,204,116,.65); }.constellation-ray { position:absolute; z-index:1; left:50%; top:50%; width:37%; height:1px; transform-origin:left center; transform:rotate(var(--ray-angle)); background:linear-gradient(90deg,rgba(152,244,255,.78),transparent); box-shadow:0 0 7px rgba(112,240,255,.55); }.constellation-caption { color:#a5bedb; font-size:9px; }.profile-circle-card { display:grid; gap:3px; padding:9px; border:1px solid rgba(223,157,255,.25); border-radius:9px; color:#dbdff7; background:rgba(33,21,75,.28); font-size:10px; }.profile-circle-card strong { color:#f1d2ff; }.profile-circle-card small { color:#91aac9; }.create-duo-button { margin-top:9px; }
.memory-session-card { border-color:rgba(255,219,128,.38)!important; background:radial-gradient(circle at 89% 8%,rgba(255,199,104,.17),transparent 28%),linear-gradient(135deg,rgba(47,41,87,.72),rgba(17,44,70,.78))!important; }.memory-trail { display:grid; grid-template-columns:repeat(auto-fit,minmax(135px,1fr)); gap:8px; }.memory-tile { display:grid; gap:5px; padding:8px; border:1px solid rgba(165,215,255,.18); border-radius:9px; color:#cbd9f2; background:rgba(7,13,32,.38); font-size:10px; }.memory-tile strong { color:#ffe5ad; }.memory-tile p { margin:0; line-height:1.4; }.memory-photo { width:100%; max-height:120px; border-radius:7px; object-fit:cover; cursor:zoom-in; }
.store-admin-panel { display:grid; gap:10px; }.store-admin-panel h3 { margin:0; }.store-admin-items { display:grid; gap:8px; }.store-admin-row { display:grid; grid-template-columns:minmax(0,1fr) 92px auto auto; align-items:center; gap:8px; padding:9px; border:1px solid rgba(126,196,240,.2); border-radius:10px; background:rgba(7,14,32,.36); }.store-admin-row.is-retired { opacity:.66; border-color:rgba(255,146,166,.38); }.store-admin-row strong,.store-admin-row small { display:block; }.store-admin-row small { color:#91a7c6; font-size:9px; }.store-admin-row input[type=number] { min-width:0; height:32px; padding:0 7px; border:1px solid rgba(126,196,240,.28); border-radius:7px; color:#e9faff; background:#081126; }.store-admin-available { display:flex; align-items:center; gap:5px; color:#bad0e9; font-size:9px; white-space:nowrap; }
.game-cancel-button { align-self:flex-end; margin-top:10px; padding:8px 10px; border:1px solid rgba(255,142,165,.45); border-radius:9px; color:#ffc6d4; background:rgba(119,34,65,.18); font:800 9px Manrope,Arial,sans-serif; }.theme-night-cyber::before,.theme-night-stars::before,.theme-night-halloween::before,.theme-night-crystal::before { position:fixed; z-index:-1; inset:0; pointer-events:none; content:""; opacity:.34; }.theme-night-cyber::before { background:repeating-linear-gradient(90deg,transparent 0 58px,rgba(72,240,255,.05) 59px 60px),radial-gradient(circle at 15% 8%,rgba(253,63,202,.2),transparent 25%); }.theme-night-stars::before { background:radial-gradient(circle at 13% 21%,#fff 0 1px,transparent 2px),radial-gradient(circle at 83% 34%,#bff6ff 0 1px,transparent 2px),radial-gradient(circle at 59% 77%,#f9a8ff 0 1px,transparent 2px); background-size:83px 91px,127px 123px,151px 143px; animation:reveal-stars 12s linear infinite; }.theme-night-halloween::before { background:radial-gradient(circle at 15% 8%,rgba(255,111,44,.24),transparent 27%),radial-gradient(circle at 86% 83%,rgba(159,68,255,.22),transparent 30%); }.theme-night-crystal::before { background:linear-gradient(130deg,transparent 30%,rgba(141,241,255,.12) 50%,transparent 70%),radial-gradient(circle at 80% 15%,rgba(179,229,255,.22),transparent 29%); }
@keyframes reveal-scan { 0%,15% { transform:translateX(0); opacity:0; } 35%,65% { opacity:1; } 100% { transform:translateX(560%); opacity:0; } } @keyframes reveal-stars { to { background-position:54px -54px,-71px 71px,83px -83px; } } @keyframes reveal-flame { to { transform:translateY(-5px) scaleX(1.04); opacity:.85; } } @keyframes reveal-vault { to { transform:rotate(360deg); } } @keyframes reaction-electric { 0%,100% { transform:translateX(0); } 18% { transform:translateX(-5px); } 38% { transform:translateX(5px); } 58% { transform:translateX(-3px); } } @keyframes reaction-fire { 0% { transform:translateY(0) scale(1); } 45% { transform:translateY(-4px) scale(1.018); } 100% { transform:translateY(0) scale(1); } } @keyframes reaction-sparkle { 50% { filter:brightness(1.65); transform:scale(1.015); } } @keyframes reaction-heart { 45% { transform:scale(1.035); } } @keyframes reaction-soft { 50% { filter:brightness(1.25); } } @keyframes profile-aura { to { transform:rotate(18deg) scale(1.12); } }
@media (max-width:800px) { .cybermap-address-search { grid-column:auto; }.store-admin-row { grid-template-columns:minmax(0,1fr) 72px; }.store-admin-row > .store-admin-available { grid-column:1; }.store-admin-row > button { grid-column:2; }.profile-edit-actions { flex-direction:column-reverse; }.profile-edit-actions > * { width:100%; }.constellation-sky { min-height:145px; }.memory-trail { grid-template-columns:1fr 1fr; }.cybermap-popup { min-width:170px; }.cybermap-marker-avatar { transform:rotate(45deg); } }
@media (prefers-reduced-motion:reduce) { .message-reveal .message-body::after,.theme-night-stars::before,.profile-ambience::before { animation:none!important; }.reaction-burst-electric,.reaction-burst-fire,.reaction-burst-sparkle,.reaction-burst-heart,.reaction-burst-soft { animation:none!important; } }
.store-admin-retire { min-height:31px; padding:0 8px; border:1px solid rgba(255,144,165,.42); border-radius:7px; color:#ffc3d3; background:rgba(119,34,65,.16); font:800 9px Manrope,Arial,sans-serif; }
.cybermap-activity-panel,.cybermap-rendezvous-panel { display:grid; align-content:start; gap:8px; }.cybermap-geo-badges { color:#8ff5e5; font:800 9px "DM Mono",monospace; line-height:1.5; }.cybermap-rendezvous-form { display:grid; grid-template-columns:minmax(0,1fr) minmax(90px,.8fr) 76px auto; gap:6px; }.cybermap-rendezvous-form input,.cybermap-rendezvous-form select { min-width:0; min-height:34px; padding:0 8px; border:1px solid rgba(116,224,255,.24); border-radius:8px; color:#e7f8ff; background:#09142d; font:10px Manrope,Arial,sans-serif; }.cybermap-rendezvous-row { display:flex; align-items:center; justify-content:space-between; gap:8px; padding-top:7px; border-top:1px solid rgba(138,204,246,.12); }.cybermap-rendezvous-row span { min-width:0; display:grid; gap:2px; }.cybermap-rendezvous-row strong { overflow:hidden; color:#ffebad; font-size:10px; text-overflow:ellipsis; white-space:nowrap; }.cybermap-rendezvous-row small { color:#9eb6d6; font-size:8px; }.cybermap-rendezvous-marker { width:33px; height:33px; display:grid; place-items:center; border:2px solid #ffe49d; border-radius:50%; color:#241843; background:radial-gradient(circle at 35% 28%,#fff7ca,#ffc15b 55%,#a84e86); box-shadow:0 0 0 6px rgba(255,195,94,.16),0 0 24px rgba(255,182,88,.68); font-size:16px; animation:rendezvous-pulse 2.5s ease-in-out infinite; }.geo-profile-badge { border-color:rgba(113,241,215,.48)!important; color:#baffed!important; background:rgba(38,159,145,.12)!important; }

/* V2.11.0 — repères membres prioritaires et présence vivante. */
.cybermap-marker { width:56px; height:56px; border-width:3px; cursor:pointer; touch-action:manipulation; box-shadow:0 0 0 10px color-mix(in srgb,var(--marker-color,#76f7ff) 18%,transparent),0 0 34px var(--marker-color,#76f7ff); }.cybermap-marker.is-me { width:64px; height:64px; box-shadow:0 0 0 12px color-mix(in srgb,var(--marker-color,#76f7ff) 20%,transparent),0 0 40px var(--marker-color,#76f7ff); }.cybermap-marker::before { inset:7px; }.cybermap-live-strip { display:grid; gap:9px; margin-top:12px; padding:11px; overflow:hidden; border:1px solid rgba(118,247,255,.25); border-radius:14px; background:linear-gradient(110deg,rgba(15,49,78,.72),rgba(37,22,75,.62)); box-shadow:inset 0 1px rgba(255,255,255,.05),0 10px 26px rgba(0,0,0,.16); }.cybermap-live-heading { display:flex; align-items:baseline; justify-content:space-between; gap:9px; }.cybermap-live-heading strong { color:#e6fbff; font-size:11px; }.cybermap-live-heading small { color:#92aed0; font-size:9px; }.cybermap-live-list { display:flex; gap:8px; overflow-x:auto; padding:1px 1px 4px; scrollbar-width:thin; scrollbar-color:rgba(118,247,255,.42) transparent; }.cybermap-live-member { min-width:174px; display:grid; grid-template-columns:46px minmax(0,1fr) 19px; align-items:center; gap:8px; padding:7px; border:1px solid rgba(149,198,255,.18); border-radius:11px; color:#e9f7ff; background:rgba(3,12,31,.5); text-align:left; touch-action:manipulation; }.cybermap-live-member:hover,.cybermap-live-member.is-followed { border-color:rgba(115,247,255,.72); background:rgba(46,171,204,.15); box-shadow:0 0 16px rgba(94,233,255,.12); }.cybermap-live-avatar { width:46px; height:46px; border:2px solid var(--cyan); border-radius:50%; object-fit:cover; background:#172449; box-shadow:0 0 15px rgba(107,240,255,.35); }.cybermap-live-info { min-width:0; display:grid; gap:2px; }.cybermap-live-info strong,.cybermap-live-info small { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.cybermap-live-info strong { font-size:10px; }.cybermap-live-info small { color:#a4b9d6; font-size:8px; }.cybermap-live-freshness { color:#78edf9!important; }.cybermap-live-follow { color:var(--cyan); font-size:16px; text-align:center; }.cybermap-live-empty { margin:0; color:#9bb0cf; font-size:10px; }.admin-accounts-section { border-color:rgba(115,239,255,.28); }.admin-account-create { display:grid; grid-template-columns:1fr 1fr 1fr auto; gap:7px; }.admin-account-create input { min-width:0; height:38px; padding:0 9px; border:1px solid rgba(148,163,212,.22); border-radius:9px; color:var(--ink); background:rgba(4,7,20,.45); font-size:10px; }.admin-account-list { display:grid; gap:7px; max-height:330px; margin-top:11px; overflow:auto; overscroll-behavior:contain; }.admin-account-row { display:grid; grid-template-columns:minmax(0,1fr) auto; align-items:center; gap:9px; padding:9px; border:1px solid rgba(151,166,218,.16); border-radius:10px; background:rgba(2,7,20,.37); }.admin-account-row > span { min-width:0; display:grid; gap:3px; }.admin-account-row strong { color:#e9f8ff; font-size:10px; }.admin-account-row small { overflow:hidden; color:#97a8c7; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }.admin-account-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:5px; }.admin-account-actions .secondary-button,.admin-account-actions .message-action { min-height:29px; padding:0 8px; border-radius:7px; font-size:9px; }.admin-account-delete { color:#ffb0cd; }.password-change-card { width:min(100%,420px); }.password-change-card label { display:grid; gap:5px; margin-top:12px; color:#b9c8e3; font-size:10px; }.password-change-card input { height:42px; padding:0 11px; border:1px solid rgba(118,247,255,.25); border-radius:10px; color:#ecf8ff; background:#09142d; }.password-change-card .primary-button { width:100%; margin-top:14px; }
@media (max-width:800px) { .cybermap-marker { width:52px; height:52px; }.cybermap-marker.is-me { width:58px; height:58px; }.cybermap-live-strip { margin-top:10px; }.cybermap-live-member { min-width:158px; grid-template-columns:42px minmax(0,1fr) 17px; }.cybermap-live-avatar { width:42px; height:42px; }.admin-account-create { grid-template-columns:1fr; }.admin-account-create .secondary-button { min-height:38px; }.admin-account-row { grid-template-columns:1fr; }.admin-account-actions { justify-content:flex-start; } }
@keyframes rendezvous-pulse { 50% { transform:scale(1.13); box-shadow:0 0 0 10px rgba(255,195,94,.05),0 0 28px rgba(255,182,88,.82); } }
@media (max-width:800px) { .cybermap-rendezvous-form { grid-template-columns:1fr 1fr; }.cybermap-rendezvous-form input { grid-column:1 / -1; }.cybermap-rendezvous-form .map-action { min-width:0; }.cybermap-rendezvous-row { align-items:flex-start; }.cybermap-rendezvous-row .map-action,.cybermap-rendezvous-row .map-hide-button { flex:0 0 auto; } }
@media (prefers-reduced-motion:reduce) { .cybermap-rendezvous-marker { animation:none!important; } }
.cybermap-favorite-marker { position:relative; width:38px; height:38px; display:grid; place-items:center; border:2px solid var(--favorite-color,#78f5ff); border-radius:12px 12px 16px 16px; color:#efffff; background:#153456; background:linear-gradient(145deg,color-mix(in srgb,var(--favorite-color,#78f5ff) 46%,#18325e),#111a3d 70%); box-shadow:0 0 0 5px rgba(120,245,255,.14),0 0 20px rgba(120,245,255,.54),inset 0 1px 0 rgba(255,255,255,.38); box-shadow:0 0 0 5px color-mix(in srgb,var(--favorite-color,#78f5ff) 14%,transparent),0 0 20px color-mix(in srgb,var(--favorite-color,#78f5ff) 54%,transparent),inset 0 1px 0 rgba(255,255,255,.38); font:800 24px/1 "DM Mono",monospace; text-shadow:0 0 8px var(--favorite-color,#78f5ff); }.cybermap-favorite-marker::after { position:absolute; right:6px; bottom:-6px; width:10px; height:10px; border-right:2px solid var(--favorite-color,#78f5ff); border-bottom:2px solid var(--favorite-color,#78f5ff); content:""; background:#111a3d; transform:rotate(45deg); }.cybermap-favorite-popup small { line-height:1.45; }.cybermap-list-actions { display:flex; flex-wrap:wrap; justify-content:flex-end; gap:4px; }.map-mini-action { min-height:28px!important; padding:0 7px!important; font-size:8px!important; }.cybermap-list-row > span { min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.cybermap-favorite-marker::before { position:absolute; z-index:1; left:50%; bottom:calc(100% + 8px); max-width:132px; overflow:hidden; padding:4px 6px; border:1px solid rgba(120,245,255,.48); border:1px solid color-mix(in srgb,var(--favorite-color,#78f5ff) 48%,transparent); border-radius:7px; color:#ebffff; background:rgba(7,16,38,.86); box-shadow:0 4px 16px rgba(0,0,0,.24); content:attr(data-label); font:800 8px Manrope,Arial,sans-serif; letter-spacing:.15px; pointer-events:none; text-align:center; text-overflow:ellipsis; text-shadow:none; white-space:nowrap; transform:translateX(-50%); }.cybermap-popup-actions { display:flex; flex-wrap:wrap; gap:6px; margin-top:8px; }.cybermap-favorite-address { color:#c7eaff!important; }.cybermap-selected-address { display:block; min-height:28px; padding:7px 8px; border:1px dashed rgba(122,231,255,.32); border-radius:8px; color:#b9def7; background:rgba(27,79,115,.16); font-size:9px; line-height:1.4; }.cybermap-favorite-list-details { display:grid!important; gap:2px; overflow:visible!important; white-space:normal!important; }.cybermap-favorite-list-details strong { color:#ecffff; font-size:10px; }.cybermap-favorite-list-details small { overflow:hidden; color:#9ec2dc; font-size:8px; text-overflow:ellipsis; white-space:nowrap; }
@media (max-width:800px) { .cybermap-favorite-marker { width:34px; height:34px; border-radius:11px 11px 14px 14px; font-size:21px; }.cybermap-favorite-marker::before { max-width:96px; font-size:7px; }.cybermap-list-row { align-items:flex-start; }.cybermap-list-actions { flex:0 0 auto; max-width:150px; } }
.cybermap-favorite-marker.has-presence { overflow:visible; }.favorite-present-stack { display:flex; align-items:center; min-height:26px; margin-top:5px; padding-left:3px; }.favorite-present-stack.is-compact { position:absolute; z-index:3; top:-11px; left:19px; min-height:0; margin:0; padding:0; }.favorite-present-avatar { width:24px; height:24px; margin-left:-5px; border:2px solid #101a39; border-radius:50%; object-fit:cover; background:#1a3156; box-shadow:0 0 10px rgba(111,242,255,.52); }.favorite-present-stack.is-compact .favorite-present-avatar { width:16px; height:16px; margin-left:-4px; border-width:1px; }.favorite-present-avatar:first-child { margin-left:0; }.favorite-present-more,.favorite-present-count { display:grid; place-items:center; min-width:20px; height:20px; margin-left:3px; padding:0 4px; border:1px solid rgba(174,249,255,.72); border-radius:999px; color:#eaffff; background:#172852; box-shadow:0 0 12px rgba(91,235,255,.44); font:800 9px/1 Manrope,Arial,sans-serif; }.favorite-present-count { position:absolute; z-index:4; right:-8px; bottom:-7px; min-width:17px; height:17px; margin:0; padding:0 3px; }.favorite-presence-summary { color:#9df4ef!important; }.cybermap-zone-alert-note { border-color:rgba(255,215,115,.36); background:linear-gradient(145deg,rgba(255,185,81,.11),rgba(25,46,84,.35)); }.cybermap-address-search .cybermap-popup-actions { margin-top:0; }.cybermap-address-search .map-action { flex:1 1 130px; }.map-action.is-active,.cybermap-route-button.is-active { border-color:#ffe386!important; color:#fff4bf!important; background:rgba(174,118,24,.28)!important; box-shadow:0 0 16px rgba(255,196,73,.28); }
@media (max-width:800px) { .favorite-present-avatar { width:22px; height:22px; }.favorite-present-stack.is-compact { left:16px; }.favorite-present-count { right:-7px; bottom:-6px; }.cybermap-address-search .map-action { min-height:36px!important; } }
.cybermap-movement { color:#8ff8f0!important; font-weight:800; }.cybermap-stop-follow { margin:6px 0 0 auto; min-height:30px!important; font-size:9px!important; }.cybermap-icon-panel { display:flex; flex-wrap:wrap; gap:5px; margin-top:9px; padding-top:8px; border-top:1px solid rgba(123,229,255,.18); }.cybermap-icon-panel > small { flex-basis:100%; color:#bce7fb; font-size:8px; }.cybermap-icon-choice { display:grid; place-items:center; width:29px; height:29px; border:1px solid rgba(118,239,255,.36); border-radius:8px; color:#dffffe; background:rgba(18,49,83,.72); box-shadow:inset 0 1px rgba(255,255,255,.14); font-size:15px; }.cybermap-icon-choice.is-active,.cybermap-icon-choice:hover { border-color:#ffe77a; background:rgba(169,125,29,.28); box-shadow:0 0 13px rgba(255,219,104,.35); }.cybermap-favorite-marker.icon-heart { color:#ff9ed4; }.cybermap-favorite-marker.icon-flame { color:#ffbc7b; }.cybermap-favorite-marker.icon-portal { color:#bfa8ff; }.cybermap-favorite-marker.icon-park { color:#a8ffd0; }.cybermap-favorite-marker.icon-crystal { color:#9cf3ff; }
