:root{--navy:#081a2d;--navy2:#102b49;--blue:#1677ff;--cyan:#20c7e7;--yellow:#ffbd3e;--orange:#ff7a29;--green:#27c96f;--red:#ff5b64;--paper:#f5f8fc;--ink:#102035;--muted:#728096;--line:#dfe7f1;--shadow:0 18px 50px rgba(12,35,61,.12);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:240px;background:linear-gradient(180deg,#07182a,#102c4a);color:#eaf3ff;padding:22px 14px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:19px;padding:8px 10px 24px}.brand-die{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--yellow),var(--orange));box-shadow:0 8px 20px rgba(255,165,43,.2)}.sidebar nav{display:flex;flex-direction:column;gap:6px}.sidebar nav a{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:12px;color:#bfcddd;font-weight:650}.sidebar nav a:hover,.sidebar nav a.active{background:#1e4167;color:white}.sidebar nav a span{width:20px;text-align:center}.sidebar-bottom{margin-top:auto;display:flex;flex-direction:column;gap:7px;padding:12px}.sidebar-bottom a{font-weight:700}.tiny{font-size:11px;color:#7890aa}.main{margin-left:240px;padding:0 32px 50px;max-width:1600px}.topbar{height:96px;display:flex;align-items:center;gap:16px}.topbar h1{margin:3px 0 0;font-size:28px}.eyebrow{text-transform:uppercase;letter-spacing:.11em;font-size:11px;font-weight:850;color:#8091a8}.menu-button{display:none}.hero{min-height:300px;padding:44px 46px;border-radius:28px;background:radial-gradient(circle at 90% 20%,rgba(46,211,228,.28),transparent 30%),radial-gradient(circle at 75% 90%,rgba(255,183,56,.28),transparent 32%),linear-gradient(135deg,#09203a,#143d67 62%,#102647);color:white;display:flex;justify-content:space-between;align-items:center;overflow:hidden;box-shadow:var(--shadow)}.hero h2{font-size:48px;line-height:1.03;margin:12px 0}.hero h2 em{color:var(--yellow);font-style:normal}.hero p{color:#d8e6f7;font-size:17px;max-width:600px}.hero-badge{background:rgba(255,255,255,.12);padding:8px 12px;border-radius:999px;font-weight:750}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hero-art{position:relative;width:36%;height:230px}.hero-art span{position:absolute;display:grid;place-items:center;width:90px;height:90px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:26px;font-size:44px;backdrop-filter:blur(8px);animation:float 4s ease-in-out infinite}.hero-art span:nth-child(1){left:5%;top:42%}.hero-art span:nth-child(2){left:35%;top:5%;animation-delay:.5s}.hero-art span:nth-child(3){right:5%;top:40%;animation-delay:1s}.hero-art span:nth-child(4){left:42%;bottom:0;animation-delay:1.5s}@keyframes float{50%{transform:translateY(-9px) rotate(3deg)}}.btn{border:0;border-radius:11px;padding:10px 14px;background:#e8eef6;color:#17304e;font-weight:800;display:inline-flex;justify-content:center;align-items:center;gap:6px}.btn:hover{filter:brightness(.98);transform:translateY(-1px)}.btn.primary{background:linear-gradient(135deg,#ffca4d,#ff9d2e);color:#18263a;box-shadow:0 8px 18px rgba(255,166,46,.2)}.btn.secondary{background:#e8f1fb;color:#12355c}.btn.ghost{background:transparent;border:1px solid var(--line)}.btn.trophy{background:linear-gradient(135deg,#ffcb49,#ff8429);color:#172336}.btn.big{padding:14px 18px}.btn.huge{padding:17px 25px;font-size:17px}.btn.small{padding:7px 10px;font-size:12px}.btn.full{width:100%}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:20px 0}.stat-card{background:white;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 7px 22px rgba(17,49,79,.05);display:flex;flex-direction:column}.stat-card b{font-size:31px}.stat-card span{color:var(--muted)}.panel{background:white;border:1px solid var(--line);border-radius:20px;padding:22px;margin:20px 0;box-shadow:0 10px 30px rgba(12,35,61,.055)}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:15px;margin-bottom:16px}.panel h2,.panel-head h2{margin:0}.panel-head>a{color:var(--blue);font-weight:750}.muted{color:var(--muted)}.list{display:flex;flex-direction:column}.list-row{display:flex;align-items:center;gap:14px;padding:13px 10px;border-top:1px solid #edf1f6}.list-row:first-child{border-top:0}.list-row:hover{background:#f8fbff}.list-icon{width:42px;height:42px;border-radius:12px;background:#edf4ff;display:grid;place-items:center;font-size:20px}.grow{flex:1;display:flex;flex-direction:column}.grow span{font-size:13px;color:var(--muted);margin-top:2px}.pill{display:inline-flex;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800}.pill.green{color:#10824a;background:#e2f9ed}.pill.orange{color:#ad6400;background:#fff1d5}.flash{padding:13px 16px;border-radius:12px;margin:0 0 14px;font-weight:700}.flash.success{background:#e5f9ee;color:#147a47}.flash.error{background:#ffe7e8;color:#ad3037}.empty{text-align:center;color:var(--muted);padding:34px}.toolbar{display:flex;justify-content:flex-end;margin-bottom:14px}.cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.player-card,.game-card{background:white;border:1px solid var(--line);border-radius:18px;padding:18px;text-align:center;box-shadow:0 8px 25px rgba(12,35,61,.05)}.player-card.disabled,.game-card.disabled{opacity:.52}.player-card h3{margin:10px 0 2px}.player-card p{color:var(--muted);font-size:13px}.card-actions{display:flex;gap:7px;justify-content:center;flex-wrap:wrap;margin-top:13px}.card-actions form{margin:0}.avatar{width:38px;height:38px;border-radius:50%;object-fit:cover;display:inline-grid;place-items:center;background:linear-gradient(135deg,#27c2dd,#356bea);color:white;font-weight:900;flex:0 0 auto;border:2px solid white;box-shadow:0 0 0 1px #d7e0eb}.avatar.xl{width:64px;height:64px;font-size:22px}.avatar.xxl{width:92px;height:92px;font-size:30px}.game-card{padding:0;overflow:hidden;text-align:left}.game-cover{width:100%;height:170px;object-fit:cover;display:block;background:#edf3fb}.game-cover-fallback{display:grid;place-items:center;font-size:66px;background:linear-gradient(135deg,#24c8d7,#5a66ea)}.game-card-body{padding:15px}.game-card-body h3{margin:0 0 10px}.tags{display:flex;gap:6px;flex-wrap:wrap}.tags span{background:#eef3f8;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:750;color:#466079}.modal{position:fixed;inset:0;background:rgba(3,15,27,.58);display:none;place-items:center;z-index:100;padding:20px}.modal.show{display:grid}.modal-card{background:white;border-radius:20px;padding:24px;max-width:560px;width:100%;position:relative;box-shadow:0 30px 80px rgba(0,0,0,.25)}.modal-close{position:absolute;right:14px;top:12px;border:0;background:transparent;font-size:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.span-2{grid-column:span 2}label{display:flex;flex-direction:column;gap:7px;font-weight:750;font-size:14px;margin:12px 0}input,select,textarea{border:1px solid #ccd8e6;border-radius:10px;padding:11px 12px;background:white;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:#65a4ff;box-shadow:0 0 0 3px rgba(42,128,255,.11)}small{font-size:11px;color:var(--muted)}.wizard{max-width:1150px}.step-title{display:flex;gap:13px;align-items:flex-start;margin-bottom:20px}.step-title>span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:white;font-weight:900}.step-title h2{margin:0}.step-title p{margin:4px 0;color:var(--muted)}.select-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:12px}.select-card{position:relative;margin:0;border:2px solid #e1e8f1;border-radius:15px;padding:14px 10px;display:flex;align-items:center;text-align:center;cursor:pointer;min-height:150px}.select-card input{position:absolute;opacity:0;pointer-events:none}.select-card .check{display:none;position:absolute;right:8px;top:8px;background:var(--green);color:white;border-radius:50%;width:23px;height:23px;place-items:center}.select-card:has(input:checked){border-color:#2683ff;background:#f2f8ff;box-shadow:0 0 0 3px rgba(38,131,255,.08)}.select-card:has(input:checked) .check{display:grid}.select-card .game-cover{height:95px;border-radius:9px}.game-select{min-height:180px}.temp-box{background:#f7faff;border:1px dashed #a6bfda;padding:14px;border-radius:14px;margin-top:16px}.wizard-footer{display:flex;justify-content:flex-end;margin:18px 0}.match-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px}.match-game{display:flex;align-items:center;gap:14px}.match-game>img,.match-game>span{width:76px;height:76px;border-radius:16px;object-fit:cover;display:grid;place-items:center;background:#eaf2fa;font-size:38px}.match-game h2{margin:2px 0 8px}.score-table-wrap{overflow:auto}.score-table{width:100%;border-collapse:collapse;min-width:650px}.score-table th,.score-table td{padding:12px 11px;border-bottom:1px solid #e9eef4;text-align:center}.score-table th{font-size:11px;text-transform:uppercase;color:#718198;letter-spacing:.06em}.score-table th:nth-child(2),.score-table td:nth-child(2){text-align:left}.score-table tr.leader td{background:#fff9e8}.player-cell{display:flex;align-items:center;gap:8px;min-width:145px}.player-cell small{margin-left:auto}.rank{display:inline-grid;place-items:center;width:29px;height:29px;border-radius:9px;background:#e9eef4;font-weight:900}.rank-1{background:#ffd85d;color:#503800}.rank-2{background:#dfe6ee}.rank-3{background:#ebbf98;color:#643310}.score-input-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px}.score-input-row{margin:0;display:grid;grid-template-columns:40px 1fr auto;align-items:center;gap:10px;border:1px solid #e2e9f1;border-radius:13px;padding:10px}.number-control{display:flex}.number-control button{width:36px;border:1px solid #d9e2ec;background:#f4f7fb;font-weight:900}.number-control button:first-child{border-radius:9px 0 0 9px}.number-control button:last-child{border-radius:0 9px 9px 0}.number-control input{width:82px;border-radius:0;text-align:center;font-weight:900}.number-control input.autofilled{animation:pulseInput .65s ease}@keyframes pulseInput{50%{background:#fff4b7;transform:scale(1.05)}}.round-total-box{margin:16px 0;background:#f4f8fc;border-radius:13px;padding:14px}.round-total-box>div:first-child{display:flex;justify-content:space-between}.progress,.tv-progress{height:10px;background:#dce5ef;border-radius:99px;overflow:hidden;margin:8px 0}.progress i,.tv-progress i{display:block;height:100%;background:linear-gradient(90deg,#ffd243,#ff8b2d);border-radius:99px;transition:.35s}.round-total-box p{margin:4px 0 0;font-weight:750;font-size:13px}.round-total-box p.ok{color:#168a4d}.round-total-box p.warn{color:#c06900}.finish-form{display:flex;justify-content:center}.victory-panel{position:relative;overflow:hidden;text-align:center;border-radius:24px;background:linear-gradient(135deg,#101f38,#173b62);color:white;padding:35px;margin:20px 0}.victory-panel>p{letter-spacing:.15em;color:#ffd65a;font-weight:900}.victory-panel h2{font-size:36px;margin:5px 0 20px}.winner-row{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-bottom:20px}.winner-card{display:flex;flex-direction:column;align-items:center;background:rgba(255,255,255,.1);padding:18px 30px;border-radius:18px}.winner-card b{font-size:25px;color:#ffd45a}.profile-head{background:white;border:1px solid var(--line);border-radius:20px;padding:25px;display:flex;gap:20px;align-items:center}.profile-head h2{font-size:32px;margin:0}.mini-stats{display:flex;gap:9px;flex-wrap:wrap}.mini-stats span{padding:8px 10px;border-radius:10px;background:#eef4f9}.podium{display:flex;justify-content:center;align-items:flex-end;gap:14px;margin:30px auto;max-width:800px}.podium-place{width:30%;min-height:210px;background:white;border:1px solid var(--line);border-radius:20px;padding:18px;display:flex;flex-direction:column;align-items:center;gap:6px;box-shadow:var(--shadow)}.podium-place.place-1{min-height:245px;border-color:#ffd153;background:linear-gradient(180deg,#fff9e5,#fff)}.podium-medal{font-size:28px}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.quick-links{display:flex;flex-direction:column}.quick-links a{padding:13px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;font-weight:750}.auth-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,rgba(32,199,231,.22),transparent 26%),radial-gradient(circle at 80% 80%,rgba(255,189,62,.2),transparent 28%),#081a2d;padding:20px}.auth-card{background:white;border-radius:24px;padding:30px;width:min(430px,100%);box-shadow:0 30px 80px rgba(0,0,0,.3)}.auth-card.wide{width:min(700px,100%)}.auth-card h1{text-align:center;margin-bottom:4px}.auth-card>.muted{text-align:center}.auth-logo{width:70px;height:70px;border-radius:22px;background:linear-gradient(135deg,var(--yellow),var(--orange));display:grid;place-items:center;font-size:35px;margin:-62px auto 15px;box-shadow:0 15px 30px rgba(255,166,50,.3)}.tv-body{background:#071523;color:white;overflow:hidden}.tv-screen{min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(23,196,221,.18),transparent 26%),radial-gradient(circle at 80% 60%,rgba(255,183,50,.13),transparent 32%),linear-gradient(135deg,#071523,#0c2842);padding:2.5vh 3vw;display:flex;flex-direction:column}.tv-header{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center}.tv-brand{font-size:clamp(18px,2vw,32px);font-weight:900}.tv-game{text-align:center;display:flex;flex-direction:column}.tv-game strong{font-size:clamp(30px,3.2vw,58px);color:#ffcc4f}.tv-game span{font-size:clamp(14px,1.5vw,24px);color:#a9bed5}.live-dot{justify-self:end;background:#ff4b58;padding:10px 16px;border-radius:99px;font-weight:900;animation:live 1.8s infinite}@keyframes live{50%{box-shadow:0 0 0 10px rgba(255,75,88,0)}}.tv-progress{width:48%;margin:20px auto 30px;background:#173a58}.tv-players{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1.2vw;align-items:stretch;flex:1}.tv-player{position:relative;background:linear-gradient(180deg,rgba(255,255,255,.11),rgba(255,255,255,.055));border:2px solid rgba(255,255,255,.13);border-radius:22px;padding:18px;display:flex;flex-direction:column;align-items:center;gap:9px;min-height:280px;transition:.45s}.tv-player.first{border-color:#ffd04a;box-shadow:0 0 45px rgba(255,196,42,.18);background:linear-gradient(180deg,rgba(255,199,52,.17),rgba(255,255,255,.055))}.tv-player.up{animation:rankUp .8s}.tv-player.down{animation:rankDown .8s}@keyframes rankUp{50%{transform:translateY(-15px);box-shadow:0 0 40px rgba(58,225,150,.4)}}@keyframes rankDown{50%{transform:translateY(10px)}}.tv-rank{position:absolute;left:13px;top:13px;width:38px;height:38px;border-radius:12px;background:#153b5e;display:grid;place-items:center;font-size:21px;font-weight:900}.tv-avatar{width:min(8vw,105px);height:min(8vw,105px);border-radius:50%;object-fit:cover;border:4px solid rgba(255,255,255,.8)}.tv-player>strong{font-size:clamp(20px,2vw,34px)}.tv-rounds{display:flex;flex-wrap:wrap;justify-content:center;gap:7px;color:#a9c3dc}.tv-rounds span{background:rgba(255,255,255,.07);padding:5px 8px;border-radius:8px}.tv-total{margin-top:auto;font-size:clamp(44px,5.2vw,90px);color:#fff}.tv-total:after{content:' pts';font-size:.28em;color:#9eb8d1}.tv-footer{text-align:center;color:#adc2d6;font-size:clamp(15px,1.4vw,23px);word-spacing:15px;margin-top:20px}.tv-finished .tv-game span:after{content:' 🏆'}.auth-card form{margin-top:20px}@media(max-width:900px){.sidebar{transform:translateX(-105%);transition:.25s}.menu-open .sidebar{transform:translateX(0)}.main{margin-left:0;padding:0 16px 40px}.menu-button{display:block;border:0;background:#e5edf6;border-radius:10px;padding:9px 11px}.hero{padding:28px}.hero h2{font-size:37px}.hero-art{display:none}.stats-grid{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr}.match-top{align-items:flex-start;flex-direction:column}.podium{flex-direction:column;align-items:stretch}.podium-place{width:100%;min-height:0!important}.topbar{height:86px}.form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}}@media(max-width:600px){.hero h2{font-size:32px}.panel{padding:15px;border-radius:16px}.select-grid{grid-template-columns:repeat(2,1fr)}.score-input-list{grid-template-columns:1fr}.match-game>img,.match-game>span{width:58px;height:58px}.tv-screen{overflow:auto}.tv-header{grid-template-columns:1fr auto}.tv-brand{display:none}.tv-game{text-align:left}.tv-game strong{font-size:28px}.tv-players{grid-template-columns:1fr 1fr}.tv-player{min-height:220px}.tv-avatar{width:70px;height:70px}.live-dot{font-size:11px;padding:7px 9px}}
.photo-preview-row{display:flex;align-items:center;gap:12px;padding:10px 12px;margin:10px 0 14px;background:#f5f9fd;border:1px solid var(--line);border-radius:14px}.photo-preview-row>div{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.photo-preview{width:72px;height:72px;border-radius:50%;object-fit:cover;border:3px solid white;box-shadow:0 0 0 1px #d7e0eb}.crop-modal{z-index:130;background:rgba(3,15,27,.78);backdrop-filter:blur(5px)}.crop-card{max-width:620px}.crop-head h2{margin:4px 0 5px}.crop-head p{margin:0 0 16px;color:var(--muted)}.crop-stage{position:relative;width:min(440px,100%);aspect-ratio:1;margin:0 auto;border-radius:22px;overflow:hidden;background:#071523;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08);touch-action:none}.crop-stage canvas{width:100%;height:100%;display:block;cursor:grab;touch-action:none}.crop-stage canvas:active{cursor:grabbing}.crop-guide{position:absolute;inset:8%;border:3px solid rgba(255,255,255,.95);border-radius:50%;box-shadow:0 0 0 999px rgba(3,15,27,.34),inset 0 0 0 1px rgba(0,0,0,.16);pointer-events:none}.crop-guide:before,.crop-guide:after{content:'';position:absolute;background:rgba(255,255,255,.35)}.crop-guide:before{width:1px;height:100%;left:50%;top:0}.crop-guide:after{height:1px;width:100%;top:50%;left:0}.crop-zoom{margin:18px 0 10px}.crop-zoom input{padding:0;width:100%;accent-color:#ff9d2e}.crop-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}@media(max-width:600px){.crop-modal{padding:10px}.crop-card{padding:18px}.crop-stage{width:100%}.crop-actions{display:grid;grid-template-columns:1fr 1fr}.crop-actions .btn{width:100%}}

/* Suppression de parties */
.btn.danger{background:#ffe8ea;color:#b52f38;border:1px solid #ffc7cb}.btn.danger:hover{background:#ffdadd;color:#98252d}.match-actions{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.match-actions form,.history-delete-form{margin:0}.history-row{padding:0}.history-main{display:flex;align-items:center;gap:14px;flex:1;min-width:0;padding:13px 10px}.history-delete-form{padding:0 10px 0 4px}.history-chevron{font-size:22px;color:#91a0b2}.history-row:hover{background:#f8fbff}.history-main:hover{background:transparent}@media(max-width:700px){.history-row{align-items:stretch;flex-wrap:wrap}.history-main{width:100%}.history-delete-form{width:100%;padding:0 10px 10px 62px}.history-delete-form .btn{width:100%}.match-actions{width:100%}.match-actions>a,.match-actions form,.match-actions form .btn{width:100%}}
