/* Le hero mobile de la home (.phone-hero) : règles extraites du <style> de landing/index.html et scopées sous .phone-hero (29/08/2026, pour /presentation). Regénérer : scripts/build-presentation-roue.py --extract-phone-hero */
.phone-hero .h-stats{display:flex;align-items:stretch;gap:0;margin-top:2.4rem}
.phone-hero .h-stat{display:flex;flex-direction:column;gap:.15rem;padding:0 1.4rem;position:relative}
.phone-hero .h-stat:first-child{padding-left:0}
.phone-hero .h-stat + .h-stat::before{content:'';position:absolute;left:0;top:12%;bottom:12%;width:1px;
  background:linear-gradient(180deg,transparent,rgba(201,162,74,.35),transparent)}
.phone-hero .h-stat b{font-family:var(--disp);font-size:1.7rem;font-weight:500;line-height:1;color:var(--or-clair);white-space:nowrap}
.phone-hero .h-stat span{font-size:.6rem;letter-spacing:.16em;text-transform:uppercase;color:var(--creme-faint)}
.phone-hero .h-over{display:flex;align-items:center;gap:.9rem;font-size:.7rem;letter-spacing:.34em;text-transform:uppercase;color:var(--or);margin-bottom:1.7rem}
.phone-hero .h-over::before{content:'';width:34px;height:1px;background:linear-gradient(90deg,var(--or),transparent)}
.phone-hero .h-title{font-family:var(--disp);font-weight:400;font-size:clamp(2.6rem,4.2vw,4rem);line-height:1.07;letter-spacing:-.01em;margin-bottom:1.6rem}
.phone-hero .h-title em{font-style:italic;color:var(--or-clair);font-weight:500}
.phone-hero .h-sub{font-size:1rem;line-height:1.8;color:var(--creme-dim);max-width:390px;margin-bottom:2.2rem}
.phone-hero .h-sub b{color:var(--creme);font-weight:400}
.phone-hero .h-cta{display:inline-flex;align-items:center;gap:.85rem;font-size:.78rem;letter-spacing:.22em;text-transform:uppercase;
  color:var(--noir);font-weight:500;padding:1.05rem 2rem;border-radius:2px;
  background:linear-gradient(155deg,#f0d28a,#c9a24a 55%,#9c7320);
  box-shadow:0 14px 40px rgba(120,20,55,.3),inset 0 1px 0 rgba(255,255,255,.4);transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s}
.phone-hero .h-cta:hover{transform:translateY(-2px);box-shadow:0 20px 54px rgba(120,20,55,.42),0 0 30px rgba(255,185,106,.25),inset 0 1px 0 rgba(255,255,255,.5)}
.phone-hero .h-cta svg{width:20px;height:10px}
.phone-hero .gm-fl.tl{top:12px;left:18px}
.phone-hero .gm-fl.br{bottom:12px;right:18px;transform:rotate(180deg)}
.phone-hero .hero-phone-wrap{ position: relative; width: clamp(240px, 22vw, 300px); }
.phone-hero .hero-phone-glow{
        position: absolute; width: 380px; height: 380px;
        top: 50%; left: 50%; transform: translate(-50%, -50%);
        border-radius: 50%;
        background: radial-gradient(circle, rgba(137,1,59,0.30) 0%, rgba(255,140,70,0.07) 44%, transparent 62%);
        filter: blur(55px); pointer-events: none; z-index: 0;
        animation: breathe 8s ease-in-out infinite alternate;
    }
.phone-hero .hero-phone-shadow{
        position: absolute; left: 50%; bottom: -30px; transform: translateX(-50%);
        width: 60%; height: 26px; border-radius: 50%;
        background: radial-gradient(ellipse, rgba(0,0,0,0.55) 0%, transparent 72%);
        filter: blur(9px); z-index: 0; pointer-events: none;
        animation: phone-shadow 6s ease-in-out infinite;
    }
.phone-hero .hero-phone-frame{
        position: relative; z-index: 1;
        width: 100%; aspect-ratio: 9/19.5;
        animation: phone-float 6s ease-in-out infinite;
        border-radius: 36px; background: #1a1a24;
        border: 3px solid rgba(212,165,116,0.15);
        box-shadow: 0 0 80px rgba(137,1,59,0.15), 0 25px 60px rgba(0,0,0,0.5);
        overflow: hidden;
    }
.phone-hero .hero-phone-notch{
        position: absolute; top: 8px; left: 50%; transform: translateX(-50%);
        width: 30%; height: 4%; background: #0a0a10;
        border-radius: 0 0 18px 18px; z-index: 2;
    }
.phone-hero .hero-phone-screen{
        position: absolute; inset: 3px; border-radius: 33px;
        overflow: hidden; background: #12101a;
    }
.phone-hero .hero-phone-screen img{ width: 100%; height: 100%; object-fit: cover; }
.phone-hero .hero-phone-screen{ container-type: size; }
.phone-hero .ixdemo{ display: none; }
@supports (width: 1cqw){.phone-hero .ixdemo{ display: block; }}
.phone-hero .ixdemo{
        position: absolute; inset: 0;
        font-family: var(--font-body);
        font-size: 4.6cqw;
        color: var(--cream);
        user-select: none; -webkit-user-select: none;
    }
.phone-hero .ixd-screen{
        position: absolute; inset: 0;
        opacity: 0; visibility: hidden;
        transition: opacity 0.5s ease, visibility 0s linear 0.5s;
    }
.phone-hero .ixd-screen.is-active{
        opacity: 1; visibility: visible;
        transition: opacity 0.5s ease;
    }
.phone-hero .ixd-screen--wheel{
        overflow: hidden;
        display: flex; flex-direction: column;
        background: radial-gradient(ellipse 70% 30% at 50% 4%, rgba(137,1,59,0.18), transparent 60%), #0a0a0f;
    }
.phone-hero .ixw-hearth{
        position: absolute; left: 50%; bottom: -8%; width: 180%; height: 62%;
        transform: translateX(-50%); pointer-events: none; z-index: 0;
        background: radial-gradient(ellipse 50% 60% at 50% 74%,
            rgba(137,1,59,0.5) 0%, rgba(212,165,116,0.12) 46%, transparent 72%);
        animation: ixw-hearth 5s ease-in-out infinite;
    }
.phone-hero .ixd-screen--wheel.is-spin .ixw-hearth{ animation-duration: 2.2s; }
.phone-hero .ixw-top{ position: relative; z-index: 3; padding: 9cqw 5cqw 0; }
.phone-hero .ixw-level{
        display: flex; align-items: center; gap: 2.2cqw;
        font-size: 0.78em; color: rgba(245,240,232,0.86);
    }
.phone-hero .ixw-level-ic{ font-size: 1em; }
.phone-hero .ixw-level-name{
        font-family: var(--font-display); font-style: italic;
        color: #ffe8c4; letter-spacing: 0.02em;
    }
.phone-hero .ixw-level-gauge{ flex: 1; height: 1.1cqw; border-radius: 2cqw; background: rgba(245,240,232,0.1); overflow: hidden; }
.phone-hero .ixw-level-gauge i{ display: block; height: 100%; width: 40%; border-radius: 2cqw; background: linear-gradient(90deg, #ffbf95, #e8915c); }
.phone-hero .ixw-players{ display: flex; gap: 2.4cqw; margin-top: 3.4cqw; }
.phone-hero .ixw-player{
        flex: 1; min-width: 0; display: flex; align-items: center; gap: 2.2cqw;
        padding: 2cqw 3cqw; border-radius: 4cqw;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015));
        border: 1px solid rgba(212,165,116,0.22);
        transition: border-color 0.4s, box-shadow 0.4s;
    }
.phone-hero .ixw-player.is-turn{ border-color: rgba(212,165,116,0.7); box-shadow: 0 0 5cqw rgba(212,165,116,0.22); }
.phone-hero .ixw-ava{
        flex: none; width: 8.4cqw; height: 8.4cqw; border-radius: 50%;
        display: flex; align-items: center; justify-content: center; font-size: 4.4cqw;
        background: radial-gradient(circle at 35% 30%, #6b3a48, #2a1520);
        border: 1px solid rgba(212,165,116,0.4);
    }
.phone-hero .ixw-ava--b{ background: radial-gradient(circle at 35% 30%, #3a4356, #16202f); }
.phone-hero .ixw-pmeta{ flex: 1; min-width: 0; display: flex; flex-direction: column; line-height: 1.15; }
.phone-hero .ixw-pname{ font-size: 0.66em; color: rgba(245,240,232,0.72); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.phone-hero .ixw-pscore{ font-size: 0.92em; font-weight: 700; color: #e8c878; font-variant-numeric: tabular-nums; }
.phone-hero .ixw-montee{ display: flex; align-items: center; gap: 1.6cqw; margin-top: 3cqw; }
.phone-hero .ixw-mstep{
        flex: none; width: 4.6cqw; height: 4.6cqw; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        font-size: 0.52em; font-weight: 700; color: rgba(245,240,232,0.4);
        background: rgba(245,240,232,0.06); border: 1px solid rgba(212,165,116,0.16);
    }
.phone-hero .ixw-mstep.is-cur{
        color: #2a1520;
        background: radial-gradient(circle at 35% 30%, #ffbf95, #e8915c);
        border-color: transparent; box-shadow: 0 0 3cqw rgba(232,145,92,0.7);
    }
.phone-hero .ixw-mname{
        margin-left: 1.2cqw; font-family: var(--font-display); font-style: italic;
        font-size: 0.62em; color: rgba(232,201,160,0.6);
    }
.phone-hero .ixw-callout{
        position: relative; z-index: 2;
        flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: center;
        gap: 1.4cqw; padding-bottom: 64cqw; 
    }
.phone-hero .ixw-callout-ava{
        font-size: 9cqw; filter: drop-shadow(0 2cqw 4cqw rgba(0,0,0,0.5));
    }
.phone-hero .ixw-callout-name{
        font-family: var(--font-display); font-size: 5.4cqw; color: #fff3e0;
        text-shadow: 0 1px 8px rgba(0,0,0,0.7);
    }
.phone-hero .ixd-wheelzone{
        position: absolute; left: 50%; bottom: -60cqw;
        transform: translateX(-50%);
        width: 132cqw; height: 132cqw; z-index: 2;
        cursor: pointer; -webkit-tap-highlight-color: transparent; outline: none;
    }
.phone-hero .ixd-invite{
        position: absolute; left: 50%; top: -7cqw; transform: translateX(-50%);
        z-index: 4; width: max-content; max-width: 80cqw; text-align: center;
        font-family: var(--font-display); font-style: italic;
        font-size: 4.6cqw; color: rgba(240,210,138,0.92);
        text-shadow: 0 1px 6px rgba(0,0,0,0.85), 0 0 18px rgba(212,165,116,0.35);
        animation: ixd-breathe 3.2s ease-in-out infinite; transition: opacity 0.4s; pointer-events: none;
    }
.phone-hero .ixd-invite.is-off{ opacity: 0 !important; animation: none; }
.phone-hero .ixd-wheelbox{
        position: absolute; inset: 0; width: 100%; aspect-ratio: 1;
        filter: drop-shadow(0 2cqw 6cqw rgba(0,0,0,0.55));
    }
.phone-hero .ixd-wheelglow{
        position: absolute; inset: -10cqw; border-radius: 50%;
        background: radial-gradient(circle, rgba(255,215,0,0.10) 0%, rgba(137,1,59,0.12) 45%, transparent 68%);
        filter: blur(5cqw); animation: ixd-halo 4s ease-in-out infinite; pointer-events: none;
    }
.phone-hero .ixd-rotor > svg, .phone-hero .ixd-wheelbox > svg.ixd-overlay{ position: absolute; inset: 0; width: 100%; height: 100%; }
.phone-hero .ixd-rotor{ position: absolute; inset: 0; will-change: transform; }
.phone-hero .ixd-iconlayer{ position: absolute; inset: 0; pointer-events: none; }
.phone-hero .ixd-iconlayer img{
        position: absolute; top: 50%; left: 50%;
        width: 13.2cqw; height: 13.2cqw; margin: -6.6cqw 0 0 -6.6cqw;
        transform: rotate(var(--a)) translateY(-36.6cqw);
        filter: drop-shadow(0 0.6cqw 1cqw rgba(0,0,0,0.55));
    }
.phone-hero .ixd-rotor.is-spinning{ transition: transform 4.2s cubic-bezier(0.12, 0.72, 0.06, 1); }
.phone-hero .ixd-shade{
        position: absolute; inset: 4.5%; border-radius: 50%;
        background: conic-gradient(from -14deg, rgba(255,226,138,0.10) 0deg 28deg, rgba(6,3,4,0.62) 32deg 356deg, rgba(255,226,138,0.10) 360deg);
        opacity: 0; transition: opacity 0.45s ease; pointer-events: none;
    }
.phone-hero .ixd-shade.is-on{ opacity: 1; }
.phone-hero .ixd-pointer{
        position: absolute; top: -8cqw; left: 50%; transform: translateX(-50%);
        width: 14cqw; height: auto; z-index: 3; transform-origin: 50% 20%;
        animation: ixd-pointer-glow 2s ease-in-out infinite;
    }
.phone-hero .ixd-pointer.is-ticking{
        animation: ixd-tick 0.14s ease-in-out infinite alternate;
        filter: drop-shadow(0 4px 15px rgba(0,0,0,0.5)) drop-shadow(0 0 30px rgba(255,215,0,0.7));
    }
.phone-hero .ixw-utils{
        position: absolute; right: 3cqw; bottom: 66cqw; z-index: 4;
        display: flex; flex-direction: column; gap: 2cqw;
    }
.phone-hero .ixw-utils span{
        width: 8cqw; height: 8cqw; border-radius: 2.4cqw;
        display: flex; align-items: center; justify-content: center;
        font-size: 3.6cqw; color: rgba(232,201,160,0.7);
        background: rgba(18,9,7,0.55); border: 1px solid rgba(212,165,116,0.3);
        backdrop-filter: blur(4px);
    }
.phone-hero .ixd-screen--gage{ background: #0b0508; }
.phone-hero .gsm-stage{
        position: absolute; top: 0; left: 0;
        width: 375px; height: 812.5px; overflow: hidden;
        transform-origin: top left; transform: scale(var(--ixd-scale, 0.78));
        font-family: var(--font-body); color: #f5f0e8; text-align: center;
        background:
            radial-gradient(ellipse 90% 40% at 50% 8%, rgba(137,1,59,0.22) 0%, transparent 70%),
            radial-gradient(ellipse 80% 30% at 50% 100%, rgba(212,165,116,0.08) 0%, transparent 70%),
            #0b0508;
    }
.phone-hero .ixd-decor{
        position: absolute; inset: 0;
        background: url('/images/classic/salon-cheminee.jpg') center 30% / cover no-repeat;
    }
.phone-hero .gsm__scrim{
        position: absolute; inset: 0; z-index: 1;
        background: linear-gradient(180deg,
            rgba(10,8,9,0.32) 0%, rgba(9,7,8,0.52) 34%, rgba(7,5,6,0.84) 64%, rgba(5,4,4,0.95) 100%);
    }
.phone-hero .gsm__glow{
        position: absolute; inset: 0; z-index: 2; pointer-events: none;
        background: radial-gradient(ellipse 58% 44% at 50% 30%, rgba(210,59,70,0.16) 0%, rgba(210,59,70,0) 64%);
        animation: gsm-breathe 8s ease-in-out infinite;
    }
.phone-hero .gsm__topveil{
        position: absolute; top: 0; left: 0; right: 0; height: min(38%, 200px); z-index: 3; pointer-events: none;
        background: linear-gradient(to bottom, rgba(9,4,4,0.84) 0%, rgba(9,4,4,0.45) 48%, rgba(9,4,4,0) 100%);
    }
.phone-hero .gsm__filet{ position: absolute; inset: 8px; z-index: 6; border: 1px solid rgba(202,162,74,0.3); border-radius: 15px; pointer-events: none; }
.phone-hero .gsm__flourish{
        position: absolute; z-index: 6; font-size: 1.1rem; color: rgba(232,200,120,0.6); pointer-events: none;
        text-shadow: 0 1px 4px rgba(0,0,0,0.8);
    }
.phone-hero .gsm__flourish.tl{ top: 14px; left: 18px; }
.phone-hero .gsm__flourish.br{ bottom: 14px; right: 18px; }
.phone-hero .gsm__wrap{
        position: absolute; inset: 0; z-index: 5;
        display: flex; flex-direction: column;
        opacity: 0; transform: translateY(14px) scale(0.97);
        transition: opacity 0.55s var(--ease-out), transform 0.55s var(--ease-out);
    }
.phone-hero .ixd-screen--gage.is-active .gsm__wrap{ opacity: 1; transform: none; transition-delay: 0.15s; }
.phone-hero .msb-players{ display: grid; grid-template-columns: 1fr 1fr; gap: 6px; max-width: 440px; margin: 0 auto; }
.phone-hero .msb-player{
        display: flex; align-items: center; gap: 7px; padding: 5px 9px; border-radius: 12px;
        background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
        border: 1px solid rgba(255,255,255,0.07); min-width: 0;
        transition: all 0.3s ease;
    }
.phone-hero .msb-avatar-wrap{
        position: relative; flex-shrink: 0; width: 28px; height: 28px; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        background: rgba(255,255,255,0.05); border: 1.5px solid rgba(255,255,255,0.09);
    }
.phone-hero .msb-player--active .msb-avatar-wrap{
        background: rgba(212,165,116,0.16); border-color: rgba(212,165,116,0.85);
        animation: msb-active-pulse 2.6s ease-in-out infinite;
    }
.phone-hero .msb-avatar{ font-size: 0.95rem; line-height: 1; }
.phone-hero .msb-info{ flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.phone-hero .msb-top-row{ display: flex; align-items: baseline; gap: 4px; min-width: 0; }
.phone-hero .msb-name{
        font-size: 0.7rem; font-weight: 500; color: rgba(255,255,255,0.6);
        overflow: hidden; text-overflow: ellipsis; white-space: nowrap; flex: 1; min-width: 0;
        text-align: left;
    }
.phone-hero .msb-player--active .msb-name{ color: rgba(255,255,255,0.9); font-weight: 600; }
.phone-hero .msb-pts{ font-size: 0.75rem; font-weight: 700; color: rgba(251,191,36,0.85); font-variant-numeric: tabular-nums; flex-shrink: 0; }
.phone-hero .msb-player--active .msb-pts{ color: rgb(251,191,36); }
.phone-hero .msb-progress{ width: 100%; height: 2px; background: rgba(255,255,255,0.08); border-radius: 1px; overflow: hidden; }
.phone-hero .msb-progress-fill{ height: 100%; background: linear-gradient(90deg, #d4a574, #b76e79); border-radius: 1px; transition: width 0.6s ease-out; }
.phone-hero .msb-player--active .msb-progress-fill{ background: linear-gradient(90deg, rgb(251,191,36), rgba(251,191,36,0.7)); }
.phone-hero .gsm__main{ flex: 1; min-width: 0; min-height: 0; display: flex; flex-direction: column; padding: 20px 22px 16px; }
.phone-hero .gsm__head{ display: flex; align-items: center; gap: 13px; margin-bottom: 14px; padding-bottom: 14px; position: relative; flex-shrink: 0; }
.phone-hero .gsm__head::after{
        content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
        background: linear-gradient(to right, rgba(202,162,74,0) 0%, rgba(202,162,74,0.55) 22%, rgba(202,162,74,0.55) 78%, rgba(202,162,74,0) 100%);
    }
.phone-hero .gsm__medal{
        position: relative; flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%;
        display: flex; align-items: center; justify-content: center; color: #ffe9c4;
        background: radial-gradient(circle at 50% 38%, rgba(74,32,18,0.96), rgba(15,7,5,0.98));
        border: 2px solid rgba(202,162,74,0.85);
        box-shadow: 0 0 22px rgba(210,59,70,0.28), inset 0 0 12px rgba(255,190,120,0.22);
    }
.phone-hero .gsm__medal svg{ width: 24px; height: 24px; }
.phone-hero .gsm__htxt{ flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.phone-hero .gsm__seg{ font-size: 0.66rem; letter-spacing: 2.2px; text-transform: uppercase; color: rgba(232,200,120,0.92); }
.phone-hero .gsm__player{ font-family: var(--font-display); font-size: 1.08rem; line-height: 1.2; color: #fff3e0; }
.phone-hero .gsm__player b{ color: rgba(232,200,120,1); font-weight: 700; }
.phone-hero .gsm__pts{
        flex: 0 0 auto; display: inline-flex; align-items: baseline; gap: 3px;
        padding: 6px 13px; border-radius: 13px; border: none;
        background: linear-gradient(135deg, #f0d28a, #caa24a); color: #2a1305;
        box-shadow: 0 2px 10px rgba(202,162,74,0.28), inset 0 1px 0 rgba(255,250,230,0.5);
        font-family: var(--font-body);
    }
.phone-hero .gsm__pts b{ font-size: 1.12rem; font-weight: 800; }
.phone-hero .gsm__pts span{ font-size: 0.66rem; font-weight: 700; }
.phone-hero .gsm__pts svg{ width: 13px; height: 13px; align-self: center; color: #2a1305; }
.phone-hero .gsm__middle{ flex: 1 1 auto; display: flex; flex-direction: column; padding: 6px 0 2px; }
.phone-hero .gsm__scene{ text-align: center; font-size: 0.62rem; letter-spacing: 3px; text-transform: uppercase; color: rgba(232,200,120,0.78); margin-bottom: 12px; }
.phone-hero .gsm__gage{
        font-family: var(--font-display); font-size: 1.32rem; line-height: 1.42; color: #fff3e0;
        text-shadow: 0 1px 4px rgba(0,0,0,0.9), 0 0 16px rgba(0,0,0,0.5);
    }
.phone-hero .gdice{ display: flex; justify-content: center; margin-top: 16px; }
.phone-hero .gdice__slot{
        display: flex; flex-direction: column; align-items: center; gap: 7px;
        min-width: 118px; padding: 14px 14px 13px; border-radius: 14px;
        background: rgba(10,4,3,0.5); border: 1px solid rgba(202,162,74,0.28);
    }
.phone-hero .gdice__cube{
        position: relative; width: 44px; height: 44px; border-radius: 9px;
        background: linear-gradient(145deg, #faf3e3, #e9dcc0);
        box-shadow: 0 4px 10px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.8);
    }
.phone-hero .gdice__cube.is-rolling{ animation: gdice-roll 0.5s ease-in-out infinite; }
.phone-hero .gdice__pip{ position: absolute; width: 7px; height: 7px; border-radius: 50%; background: #2a1b10; }
.phone-hero .gdice__pip.p-tl{ top: 7px; left: 7px; }
.phone-hero .gdice__pip.p-tr{ top: 7px; right: 7px; }
.phone-hero .gdice__pip.p-c{ top: 50%; left: 50%; margin: -3.5px 0 0 -3.5px; }
.phone-hero .gdice__pip.p-bl{ bottom: 7px; left: 7px; }
.phone-hero .gdice__pip.p-br{ bottom: 7px; right: 7px; }
.phone-hero .gdice__label{ font-size: 0.62rem; letter-spacing: 2px; text-transform: uppercase; color: rgba(232,200,120,0.8); }
.phone-hero .gdice__value{ font-size: 0.8rem; color: rgba(255,232,196,0.75); }
.phone-hero .gdice__value b{ font-size: 1rem; font-weight: 800; color: #ffe9c4; }
.phone-hero .gsm__acts{ display: flex; flex-direction: column; gap: 9px; margin-top: 16px; padding-top: 14px; position: relative; flex-shrink: 0; }
.phone-hero .gsm__acts::before{
        content: ''; position: absolute; left: 0; right: 0; top: 0; height: 1px;
        background: linear-gradient(to right, rgba(202,162,74,0) 0%, rgba(202,162,74,0.4) 22%, rgba(202,162,74,0.4) 78%, rgba(202,162,74,0) 100%);
    }
.phone-hero .gsm__acts-row{ display: flex; flex-wrap: wrap; gap: 9px; align-items: center; }
.phone-hero .gsm__acts-row .gsm__change{ flex-basis: 100%; }
.phone-hero .gsm__refuse{
        flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; padding: 13px 18px;
        border-radius: 50px; border: 1px solid rgba(202,162,74,0.38); background: rgba(16,7,5,0.55);
        color: rgba(255,232,196,0.78); font-size: 0.84rem; cursor: pointer; font-family: var(--font-body);
        transition: border-color 0.18s ease, color 0.18s ease;
    }
.phone-hero .gsm__go{
        flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
        padding: 14px; border: none; border-radius: 50px; cursor: pointer; font-family: var(--font-body);
        font-size: 0.95rem; font-weight: 800; color: #2a1305;
        background: linear-gradient(160deg, #f0d28a, #caa24a 50%, #9c7320);
        box-shadow: 0 5px 18px rgba(0,0,0,0.4), 0 0 22px rgba(202,162,74,0.3), inset 0 1px 0 rgba(255,255,255,0.35);
        transition: transform 0.12s ease, box-shadow 0.18s ease, opacity 0.3s ease;
    }
.phone-hero .gsm__go.is-waiting{ opacity: 0.5; box-shadow: none; cursor: default; }
.phone-hero .gsm__change{
        display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 9px 16px; border-radius: 50px;
        border: 1px solid rgba(202,162,74,0.38); background: rgba(16,7,5,0.55);
        color: rgba(255,232,196,0.78); font-size: 0.82rem; cursor: pointer; font-family: var(--font-body);
        transition: border-color 0.18s ease, color 0.18s ease;
    }
.phone-hero .gsm__change svg{ width: 11px; height: 11px; color: rgba(232,200,120,0.85); }
.phone-hero .gsm__go.is-pressed, .phone-hero .gsm__refuse.is-pressed{ transform: scale(0.96); filter: brightness(1.12); }
.phone-hero .gsm__autoroll{
        display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%;
        padding: 5px 4px 0; color: rgba(255,232,196,0.6); font-size: 0.74rem;
    }
.phone-hero .gsm__toggle{
        position: relative; flex: 0 0 auto; width: 34px; height: 18px; border-radius: 10px;
        background: rgba(16,8,6,0.8); border: 1px solid rgba(202,162,74,0.35);
    }
.phone-hero .gsm__toggle.active{ background: linear-gradient(135deg, #caa24a, #9c7320); border-color: rgba(202,162,74,0.7); }
.phone-hero .gsm__toggle-knob{
        position: absolute; top: 1px; left: 1px; width: 14px; height: 14px; border-radius: 50%;
        background: #fff3e0; box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    }
.phone-hero .gsm__toggle.active .gsm__toggle-knob{ transform: translateX(16px); }
.phone-hero .gsm__feedback{ flex-shrink: 0; margin-top: 10px; display: flex; justify-content: center; gap: 24px; }
.phone-hero .ixd-fb{
        width: 42px; height: 42px; border-radius: 50%;
        display: flex; align-items: center; justify-content: center;
        border: 1px solid rgba(232,200,120,0.26); color: rgba(232,200,120,0.72);
        background: rgba(12,5,4,0.35);
    }
.phone-hero .ixd-fb svg{ width: 18px; height: 18px; }
.phone-hero .ixd-fb--heart{ color: #d23b46; border-color: rgba(210,59,70,0.45); }
@media (prefers-reduced-motion: reduce){.phone-hero .ixdemo *, .phone-hero .ixdemo *::before, .phone-hero .ixdemo *::after{ animation: none !important; }.phone-hero .ixd-rotor.is-spinning{ transition-duration: 0.6s; }.phone-hero .hero-phone-glow, .phone-hero .hero-phone-frame, .phone-hero .hero-phone-shadow{ animation: none !important; }}
@media (max-width: 768px){.phone-hero .hero-phone-wrap{ width: 190px; }}
@media (max-width: 480px){.phone-hero .hero-phone-wrap{ width: 190px; }}
.phone-hero{display:none}
.phone-hero .ph-ic{width:1em;height:1em;display:inline-block;vertical-align:middle}
.phone-hero .gsm__medal .ph-ic{width:24px;height:24px}
.phone-hero .gsm__pts .ph-ic{width:13px;height:13px}
.phone-hero .gsm__change .ph-ic{width:11px;height:11px}
.phone-hero .ixd-fb .ph-ic{width:18px;height:18px}
@media (max-width:900px){.phone-hero{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;
    min-height:100dvh;padding:5rem 1.5rem 3.5rem;text-align:center;
    background:radial-gradient(ellipse 90% 55% at 50% 26%, rgba(137,1,59,.34) 0%, rgba(212,165,116,.05) 55%, transparent 74%), #0a0608}.phone-hero .ph-visual{display:flex;justify-content:center;position:relative}.phone-hero .hero-phone-wrap{width:min(72vw,230px)}.phone-hero .phone-text{max-width:none;padding-top:.4rem}.phone-hero .phone-text .h-names{justify-content:center}.phone-hero .phone-text .h-names__lab{flex-basis:100%;text-align:center;margin:0 0 .1rem}.phone-hero .phone-text .h-cta{margin-bottom:.2rem}.phone-hero .phone-text--stats{padding-top:0}.phone-hero .sage--phone{margin:0 auto .4rem}.phone-hero .phone-text .h-over{justify-content:center}.phone-hero .phone-text .h-over::before{display:none}.phone-hero .phone-text .h-sub{margin-left:auto;margin-right:auto}.phone-hero .phone-text .h-stats{justify-content:center}.phone-hero .phone-text .h-stat{padding:0 .85rem}.phone-hero .phone-text .h-stat b{font-size:1.35rem}}
@media (max-width:900px){.phone-hero .h-over{justify-content:center}.phone-hero .h-over::before{display:none}.phone-hero .h-sub{margin-left:auto;margin-right:auto}}
@media (max-width: 768px){.phone-hero .hero-phone-wrap{ width: 130px; }}
@media (max-width: 480px){.phone-hero .hero-phone-wrap{ width: 170px; }}
.phone-hero .stage .only-d{display:none!important}
.phone-hero .stage[data-room=donjon] .only-d{display:revert!important}
.phone-hero .stage[data-room=donjon] .h-over.only-d{display:flex!important}
.phone-hero .stage[data-room=donjon] .h-cta.only-d{display:inline-flex!important}
.phone-hero .stage[data-room=donjon] .only-b{display:none!important}
.phone-hero .stage[data-room=donjon] .h-over{color:#d9bdff}
.phone-hero .stage[data-room=donjon] .h-over::before{background:#a06cff}
.phone-hero .stage[data-room=donjon] .h-title em, .phone-hero .stage[data-room=donjon] .h-stat b{color:#d9bdff}
.phone-hero .stage[data-room=donjon] .h-cta{background:linear-gradient(135deg,#d9bdff,#a06cff);color:#1a0a2a}
.phone-hero .only-d{display:none!important}
.phone-hero[data-room=donjon] .only-d{display:revert!important}
.phone-hero[data-room=donjon] .h-over.only-d{display:flex!important}
.phone-hero[data-room=donjon] .h-cta.only-d{display:inline-flex!important}
.phone-hero[data-room=donjon] .only-b{display:none!important}
.phone-hero[data-room=donjon] .h-over, .phone-hero[data-room=donjon] .h-title em, .phone-hero[data-room=donjon] .h-stat b{color:#d9bdff}
.phone-hero[data-room=donjon] .h-over::before{background:#a06cff}
.phone-hero[data-room=donjon] .h-cta{background:linear-gradient(135deg,#d9bdff,#a06cff);color:#1a0a2a}
.phone-hero[data-room=donjon] .ixd-screen--wheel{background:radial-gradient(ellipse 70% 30% at 50% 4%,rgba(160,108,255,.28),transparent 60%),#0b0812}
.phone-hero[data-room=donjon] .ixw-hearth{filter:hue-rotate(250deg) saturate(.8)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg0)"]{fill:url(#ixsegD0)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg1)"]{fill:url(#ixsegD1)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg2)"]{fill:url(#ixsegD2)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg3)"]{fill:url(#ixsegD3)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg4)"]{fill:url(#ixsegD4)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg5)"]{fill:url(#ixsegD5)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg6)"]{fill:url(#ixsegD6)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg7)"]{fill:url(#ixsegD7)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg8)"]{fill:url(#ixsegD8)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg9)"]{fill:url(#ixsegD9)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg10)"]{fill:url(#ixsegD10)}
.phone-hero[data-room=donjon] path[fill="url(#ixseg11)"]{fill:url(#ixsegD11)}
.phone-hero[data-room=donjon] .gsm__go, .phone-hero[data-room=donjon] .gsm__accept{background:linear-gradient(135deg,#d9bdff,#a06cff);color:#1a0a2a}
.phone-hero .h-names{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem .6rem;margin:0 0 1.4rem;font-size:.78rem;color:var(--creme-faint,rgba(245,240,232,.5))}
.phone-hero .h-names__lab{letter-spacing:.18em;text-transform:uppercase;font-size:.69rem;color:var(--or);margin-right:.2rem}
.phone-hero .h-name{width:6.2rem;padding:.42rem .6rem;border-radius:.3rem;border:1px solid rgba(212,165,116,.35);background:rgba(10,6,8,.45);color:#f5ead2;font:inherit;font-size:.92rem;font-family:var(--disp,'Playfair Display',serif);letter-spacing:.01em;transition:border-color .2s}
.phone-hero .h-name:focus{outline:none;border-color:rgba(240,217,173,.9);background:rgba(10,6,8,.7)}
.phone-hero .h-names__amp{font-family:var(--disp,'Playfair Display',serif);color:var(--or-clair,#f0d9ad);font-size:1rem}
.phone-hero .stage[data-room=donjon] .h-names__lab, .phone-hero .stage[data-room=donjon] .h-names__amp{color:#d9bdff}
.phone-hero .stage[data-room=donjon] .h-name{border-color:rgba(160,108,255,.45)}
.phone-hero[data-room=donjon] .h-names__lab, .phone-hero[data-room=donjon] .h-names__amp{color:#d9bdff}
.phone-hero[data-room=boudoir] .ix-slider__end--b{color:#f0d9ad}
.phone-hero[data-room=donjon] .ix-slider__end--d{color:#e6d6ff}
.phone-hero[data-room=donjon] .ix-slider__end--b{left:16px}
.phone-hero[data-room=donjon] .ix-slider__end--d{right:56px}
.phone-hero[data-room=donjon] .ix-slider__knob{left:calc(100% - 41px);background:linear-gradient(135deg,#d9bdff,#a06cff)}
.phone-hero[data-room=donjon] .ix-slider__knob::after{background:rgba(26,10,42,.4)}
.phone-hero .h-choice{font-family:var(--disp,'Playfair Display',serif);font-style:italic;text-transform:none;letter-spacing:0;font-size:1.05rem;color:rgba(245,240,232,.78);display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem;margin-bottom:1.3rem}
.phone-hero .h-choice::before{display:none}
.phone-hero .h-choice__w{font:inherit;font-style:italic;font-weight:600;font-size:1.25rem;background:none;border:0;padding:.5rem .15rem;margin:-.5rem 0;cursor:pointer;color:rgba(245,240,232,.5);border-bottom:2px solid transparent;transition:color .25s,border-color .25s,text-shadow .25s;line-height:1.1}
.phone-hero .h-choice__w:focus-visible{outline:2px solid #f0d9ad;outline-offset:3px;border-radius:3px}
.phone-hero .h-choice__w--b[aria-pressed=true]{color:#f0d9ad;border-bottom-color:#d4a574;text-shadow:0 0 18px rgba(212,165,116,.55)}
.phone-hero .h-choice__w--d[aria-pressed=true]{color:#d9bdff;border-bottom-color:#a06cff;text-shadow:0 0 18px rgba(160,108,255,.6)}
.phone-hero .h-choice__w:hover{color:#fff6ec}
.phone-hero .h-names{margin-bottom:1.2rem}
@media (min-width:1024px){.phone-hero .stage .h-title{font-size:clamp(2.3rem,3.4vw,3.2rem);margin-bottom:1.1rem}.phone-hero .stage .h-sub{font-size:.95rem;line-height:1.6;max-width:440px;margin-bottom:1rem}.phone-hero .stage .h-choice{margin-bottom:1rem}.phone-hero .stage .h-names{margin-bottom:1rem}.phone-hero .stage .h-stats{margin-top:1.5rem}}
.phone-hero .table-plaque__ico{flex:0 0 auto;width:58px;height:22px;color:var(--or2);display:inline-flex;align-items:center}
.phone-hero .table-plaque__ico svg{width:100%;height:100%}
.phone-hero .stage[data-room=donjon] .table-plaque__ico{color:#d9bdff}
.phone-hero .table-chips{display:none}
@media (max-width:1023px){.phone-hero .table-chips{list-style:none;margin:.9rem auto 0;padding:0 1rem;display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:420px}.phone-hero .table-chips li{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:100px;border:1px solid rgba(212,165,116,.35);background:rgba(20,12,16,.7);font-size:.72rem;letter-spacing:.04em;color:#f5ead2}.phone-hero .table-chips .table-plaque__ico{width:44px;height:16px}.phone-hero[data-room=donjon] .table-chips li{border-color:rgba(160,108,255,.45)}.phone-hero[data-room=donjon] .table-chips .table-plaque__ico{color:#d9bdff}}
.phone-hero .sage{display:inline-flex;align-items:center;gap:12px;margin-top:1.1rem;padding:10px 14px;border-radius:12px;border:1px solid rgba(212,165,116,.4);background:linear-gradient(160deg,rgba(24,12,16,.75),rgba(12,8,10,.85));cursor:pointer;user-select:none;transition:border-color .3s,box-shadow .3s;width:max-content;max-width:100%;position:relative}
.phone-hero .sage:hover{border-color:rgba(226,192,137,.8)}
.phone-hero .sage__box{position:absolute;opacity:0;width:0;height:0}
.phone-hero .sage__mark{flex:0 0 auto;width:22px;height:22px;border-radius:6px;border:1.5px solid rgba(212,165,116,.7);background:rgba(10,6,8,.6);position:relative;transition:background .3s,border-color .3s}
.phone-hero .sage__mark::after{content:'';position:absolute;left:6px;top:2px;width:6px;height:11px;border:solid #1a0a2a;border-width:0 2.5px 2.5px 0;transform:rotate(45deg) scale(0);transition:transform .25s}
.phone-hero .sage__txt{font-family:var(--disp,'Playfair Display',serif);font-style:italic;font-size:1.05rem;color:#f5ead2;line-height:1.2}
.phone-hero .sage__on{display:none;color:#d9bdff}
.phone-hero .sage__off{display:inline}
.phone-hero .sage:has(.sage__box:checked){border-color:rgba(160,108,255,.75);box-shadow:0 0 28px rgba(160,108,255,.25)}
.phone-hero .sage:has(.sage__box:checked) .sage__mark{background:linear-gradient(135deg,#d9bdff,#a06cff);border-color:#d9bdff}
.phone-hero .sage:has(.sage__box:checked) .sage__mark::after{transform:rotate(45deg) scale(1)}
.phone-hero .sage:has(.sage__box:checked) .sage__on{display:inline}
.phone-hero .sage:has(.sage__box:checked) .sage__off{display:none}
.phone-hero .sage__box:focus-visible + .sage__mark{outline:2px solid #f0d9ad;outline-offset:2px}
.phone-hero .sage--phone{margin:0 auto .9rem;display:flex;justify-content:center}
.phone-hero .stage[data-room=donjon] .h-stats.only-d, .phone-hero[data-room=donjon] .h-stats.only-d{display:flex!important}
.phone-hero .seal{display:inline-flex;flex-direction:column;align-items:center;gap:2px;padding:.5rem .95rem .55rem;border:2px solid #a06cff;border-radius:8px;box-shadow:inset 0 0 0 3px rgba(12,8,20,.9),inset 0 0 0 4px rgba(160,108,255,.55),0 12px 30px rgba(0,0,0,.45);background:rgba(18,10,28,.72);color:#d9bdff;text-align:center;line-height:1.1;transform:rotate(-2.5deg)}
.phone-hero .seal__big{font-family:var(--disp,'Playfair Display',serif);font-weight:700;font-size:1.12rem;letter-spacing:.2em;text-transform:uppercase;white-space:nowrap}
.phone-hero .seal__sub{font-size:.64rem;letter-spacing:.06em;color:rgba(230,214,255,.78);white-space:nowrap}
.phone-hero .sage-row .sage{margin-top:0}
.phone-hero .seal--desk .seal__big{font-size:.98rem;letter-spacing:.15em}
.phone-hero .seal--desk .seal__sub{font-size:.6rem}
.phone-hero .stage[data-room=donjon] .seal--desk.only-d{display:inline-flex!important}
.phone-hero .seal-row{display:flex;justify-content:center;margin:0 0 1rem}
.phone-hero[data-room=donjon] .seal-row.only-d{display:flex!important}
.phone-hero .seal--phone{transform:rotate(-2deg);padding:.4rem .8rem .45rem}
.phone-hero .seal--phone .seal__big{font-size:.95rem}
@keyframes ixw-hearth{ 0%,100% { opacity: 0.82; } 50% { opacity: 1; } }
@keyframes breathe{ 0% { opacity: 0.45; transform: translate(-50%,-50%) scale(1); } 100% { opacity: 0.9; transform: translate(-50%,-50%) scale(1.08); } }
@keyframes phone-shadow{
        0%, 100% { opacity: 0.6; width: 60%; }
        50% { opacity: 0.4; width: 53%; }
    }
@keyframes phone-float{ 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes ixd-breathe{ 0%, 100% { opacity: 0.55; } 50% { opacity: 1; } }
@keyframes ixd-halo{
        0%, 100% { opacity: 0.6; transform: scale(1); }
        50% { opacity: 1; transform: scale(1.06); }
    }
@keyframes ixd-pointer-glow{
        0%, 100% {
            filter: drop-shadow(0 4px 10px rgba(0,0,0,0.4))
                    drop-shadow(0 0 15px rgba(255,215,0,0.3));
        }
        50% {
            filter: drop-shadow(0 4px 15px rgba(0,0,0,0.5))
                    drop-shadow(0 0 25px rgba(255,215,0,0.6));
        }
    }
@keyframes ixd-tick{
        from { transform: translateX(-50%) rotate(-4deg); }
        to { transform: translateX(-50%) rotate(4deg); }
    }
@keyframes gsm-breathe{ 0%, 100% { opacity: 0.55; } 50% { opacity: 0.9; } }
@keyframes msb-active-pulse{
        0%, 100% { box-shadow: 0 0 0 2px rgba(212,165,116,0.14), 0 0 10px rgba(212,165,116,0.3); }
        50% { box-shadow: 0 0 0 2px rgba(212,165,116,0.22), 0 0 18px rgba(212,165,116,0.5); }
    }
@keyframes gdice-roll{
        0%, 100% { transform: rotate(-8deg) translateY(0); }
        50% { transform: rotate(8deg) translateY(-3px); }
    }