
:root{
  --ink:#111318;--muted:#6f7580;--line:rgba(255,255,255,.58);
  --glass:rgba(255,255,255,.66);--glass-strong:rgba(255,255,255,.82);
  --accent:#635bff;--accent2:#8b72ff;--green:#0c9b69;--amber:#c77709;--red:#d54b55;
  --shadow:0 18px 55px rgba(28,33,48,.16),0 2px 10px rgba(28,33,48,.08);
  --nav-h:78px;--safe-b:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}
html,body{margin:0;height:100%;font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","SF Pro Text","Helvetica Neue",Arial,sans-serif;color:var(--ink);background:#eef2f7;overflow:hidden}
button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer}svg{fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.app-shell{height:100dvh;position:relative;overflow:hidden;background:
radial-gradient(circle at 0 0,rgba(122,119,255,.18),transparent 36%),
radial-gradient(circle at 100% 30%,rgba(83,203,255,.16),transparent 33%),#f3f5f8}
.views,.view{position:absolute;inset:0}.view{display:none;padding-bottom:calc(var(--nav-h) + var(--safe-b) + 8px)}.view.active{display:block}
.view[data-view="map"]{padding-bottom:0}
.glass,.glass-heavy{
  background:linear-gradient(135deg,rgba(255,255,255,.78),rgba(255,255,255,.48));
  border:1px solid rgba(255,255,255,.72);
  box-shadow:var(--shadow);
  -webkit-backdrop-filter:blur(24px) saturate(155%);
  backdrop-filter:blur(24px) saturate(155%);
}
.glass-heavy{background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(248,250,255,.78));-webkit-backdrop-filter:blur(30px) saturate(165%);backdrop-filter:blur(30px) saturate(165%)}
#map{position:absolute;inset:0;background:#dfe6ed}
.leaflet-control-attribution{font-size:8px!important;opacity:.65;margin-bottom:90px!important}
.leaflet-control-zoom{border:0!important;box-shadow:var(--shadow)!important;margin-bottom:110px!important}.leaflet-control-zoom a{border:0!important;background:rgba(255,255,255,.82)!important}
.map-top{position:absolute;left:0;right:0;top:0;z-index:700;padding:calc(12px + env(safe-area-inset-top,0px)) 12px 0;pointer-events:none}
.searchbar{height:54px;border-radius:20px;display:flex;align-items:center;gap:9px;padding:6px 8px 6px 7px;pointer-events:auto;max-width:720px;margin:auto}
.brand-orb{width:40px;height:40px;border-radius:15px;border:0;background:linear-gradient(145deg,#22242b,#5e6679);color:white;font-weight:850;letter-spacing:-.03em;box-shadow:inset 0 1px 0 rgba(255,255,255,.32),0 5px 15px rgba(23,27,38,.24)}
.searchbar input,.big-search input{border:0;outline:0;background:transparent;min-width:0;flex:1;font-size:15px}.searchbar input::placeholder,.big-search input::placeholder{color:#818792}
.round-icon{width:40px;height:40px;border-radius:14px;border:0;background:rgba(255,255,255,.52);display:grid;place-items:center;font-size:21px}.round-icon svg{width:20px;height:20px}.round-icon.small{width:36px;height:36px;border-radius:12px}
.game-chips,.horizontal-pills{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.game-chips::-webkit-scrollbar,.horizontal-pills::-webkit-scrollbar{display:none}
.game-chips{pointer-events:auto;max-width:720px;margin:9px auto 0;padding:0 1px 5px}
.glass-chip{border:1px solid rgba(255,255,255,.72);background:rgba(255,255,255,.69);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 6px 22px rgba(25,31,47,.09);border-radius:999px;padding:8px 12px;white-space:nowrap;font-size:12px;font-weight:650;color:#565d68}
.glass-chip.active{background:rgba(26,28,34,.91);color:#fff;border-color:rgba(255,255,255,.18)}
.map-actions{position:absolute;right:12px;top:145px;z-index:700}.circle-action{width:48px;height:48px;border-radius:17px;border:0;display:grid;place-items:center}.circle-action svg{width:22px}
.map-status{position:absolute;left:12px;top:145px;z-index:700;border-radius:999px;padding:9px 12px;font-size:11px;display:flex;gap:5px;align-items:center;box-shadow:0 8px 26px rgba(25,31,47,.12)}.map-status i{width:4px;height:4px;border-radius:50%;background:#a7acb7;margin:0 3px}
.report-fab{position:absolute;z-index:850;left:50%;transform:translateX(-50%);bottom:calc(var(--nav-h) + var(--safe-b) + 17px);border:1px solid rgba(255,255,255,.42);background:linear-gradient(135deg,rgba(25,26,31,.96),rgba(59,61,72,.92));color:#fff;border-radius:999px;padding:12px 18px 12px 13px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:750;box-shadow:0 15px 35px rgba(18,20,28,.31),inset 0 1px 0 rgba(255,255,255,.22)}
.report-fab .plus{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.16);font-size:19px;line-height:1}
.bottom-nav{position:fixed;z-index:1000;left:12px;right:12px;bottom:calc(8px + var(--safe-b));height:70px;border-radius:26px;display:grid;grid-template-columns:repeat(4,1fr);padding:6px 7px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(247,249,255,.58))}
.nav-item{border:0;background:transparent;border-radius:20px;color:#787e89;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:10px;font-weight:650}.nav-item svg{width:22px;height:22px}.nav-item.active{color:#17191f;background:rgba(255,255,255,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 4px 14px rgba(30,35,50,.08)}
.nav-item.active svg{stroke-width:2.1}
.page-scroll{height:100%;overflow-y:auto;padding:calc(30px + env(safe-area-inset-top,0px)) 16px 115px}.page-header{max-width:760px;margin:0 auto 20px}.eyebrow{text-transform:uppercase;letter-spacing:.1em;font-size:10px;font-weight:800;color:#8a8f99;margin:0 0 5px}.page-header h1{font-size:34px;letter-spacing:-.045em;margin:0 0 5px}.page-header p{color:var(--muted);margin:0;font-size:14px;line-height:1.4}.big-search{max-width:760px;margin:0 auto;border-radius:20px;height:54px;display:flex;align-items:center;padding:0 14px;gap:9px}.big-search svg{width:20px;color:#727884}
.section-gap{margin-top:18px}.horizontal-pills{max-width:760px;margin-left:auto;margin-right:auto}.section-heading{max-width:760px;margin-left:auto;margin-right:auto;display:flex;justify-content:space-between;align-items:end}.section-heading h2{font-size:20px;letter-spacing:-.025em;margin:0}.section-heading p{font-size:11px;color:var(--muted);margin:3px 0 0}.text-button{border:0;background:transparent;color:var(--accent);font-size:12px;font-weight:750}
.shop-list,.reports-feed{max-width:760px;margin:10px auto 0;display:grid;gap:9px}.shop-card,.report-card{border:1px solid rgba(255,255,255,.76);background:rgba(255,255,255,.68);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 8px 28px rgba(26,31,45,.08);border-radius:22px;padding:14px}.shop-card{display:grid;grid-template-columns:1fr auto;gap:10px}.shop-card h3,.report-card h3{margin:0;font-size:14px;letter-spacing:-.01em}.shop-card .sub,.report-card .sub{font-size:11px;color:var(--muted);margin-top:3px}.distance{font-size:11px;font-weight:800;color:#555c68;white-space:nowrap}.badge-row{display:flex;gap:5px;flex-wrap:wrap;margin-top:9px}.game-badge,.confidence-badge{font-size:9px;font-weight:800;padding:5px 7px;border-radius:999px;background:#eff1f5;color:#505662}.game-badge.confirmed{background:#dcf5ea;color:#08734d}.game-badge.chain{background:#ece9ff;color:#5145b4}.game-badge.potential{background:#fff0d1;color:#8c5800}.favorite-btn{border:0;background:rgba(245,246,250,.8);width:34px;height:34px;border-radius:12px;font-size:17px}.favorite-btn.on{background:#fff0bf;color:#a56a00}
.community-card{max-width:760px;margin:0 auto;border-radius:22px;padding:14px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px}.pulse-dot{width:10px;height:10px;border-radius:50%;background:#22b879;box-shadow:0 0 0 6px rgba(34,184,121,.12)}.community-card strong{display:block;font-size:13px}.community-card span{display:block;color:var(--muted);font-size:10px;margin-top:2px}
.report-card{display:grid;grid-template-columns:auto 1fr;gap:11px}.status-icon{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;font-size:20px;background:#eef0f5}.status-icon.in{background:#def6ea}.status-icon.low{background:#fff0d2}.status-icon.out{background:#f3e5e6}.report-topline{display:flex;gap:6px;align-items:center;justify-content:space-between}.report-time{font-size:9px;color:#90959e;white-space:nowrap}.report-product{font-size:12px;font-weight:750;margin-top:5px}.report-note{font-size:11px;color:#676d78;line-height:1.35;margin-top:4px}
.profile-card{max-width:760px;margin:0 auto;border-radius:28px;padding:18px}.profile-main{display:flex;align-items:center;gap:14px}.avatar{width:62px;height:62px;border-radius:23px;background:linear-gradient(145deg,#6b63ff,#a579ff);color:white;display:grid;place-items:center;font-size:22px;font-weight:850;box-shadow:inset 0 1px 0 rgba(255,255,255,.35),0 10px 25px rgba(90,77,240,.25)}.profile-info{flex:1}.profile-info h2{font-size:20px;margin:0;letter-spacing:-.025em}.profile-info p{font-size:11px;color:var(--muted);margin:3px 0 0}.edit-profile{border:0;background:rgba(255,255,255,.63);border-radius:13px;padding:9px 11px;font-size:11px;font-weight:750}.empty-profile{text-align:center;padding:14px}.empty-profile h2{font-size:20px;margin:8px 0 4px}.empty-profile p{font-size:12px;color:var(--muted);margin:0 0 14px}
.stats-grid{max-width:760px;margin:10px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat{border-radius:18px;padding:13px 10px;text-align:center;box-shadow:0 7px 22px rgba(27,32,46,.07)}.stat strong{display:block;font-size:20px;letter-spacing:-.04em}.stat span{display:block;font-size:9px;color:var(--muted);margin-top:2px}.privacy-card{max-width:760px;margin:18px auto 0;border-radius:22px;padding:15px}.privacy-card strong{font-size:13px}.privacy-card p{font-size:10px;color:var(--muted);line-height:1.45;margin:5px 0 0}
.modal-backdrop{position:fixed;inset:0;z-index:1400;background:rgba(18,22,31,.26);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);opacity:0;pointer-events:none;transition:.23s}.modal-backdrop.open{opacity:1;pointer-events:auto}
.sheet{position:fixed;z-index:1500;left:8px;right:8px;bottom:8px;border-radius:30px;padding:10px 16px calc(18px + env(safe-area-inset-bottom,0px));max-height:82dvh;overflow:auto;transform:translateY(calc(100% + 30px));transition:transform .32s cubic-bezier(.2,.8,.2,1);box-shadow:0 25px 80px rgba(23,28,41,.25)}.sheet.open{transform:translateY(0)}.sheet.compact{max-width:620px;margin:0 auto}.sheet-handle{width:38px;height:5px;border-radius:999px;background:rgba(92,97,108,.25);margin:0 auto 13px}.sheet-title-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.sheet-title-row h2{font-size:24px;letter-spacing:-.035em;margin:0}.sheet-copy{font-size:11px;color:var(--muted);margin:-4px 0 16px}
.store-title-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:start}.store-title-row h2{font-size:24px;letter-spacing:-.04em;margin:0}.store-address{font-size:11px;color:var(--muted);line-height:1.4;margin:6px 0 0}.store-meta{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.store-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:15px 0}.primary-action{width:100%;border:0;border-radius:18px;padding:14px 16px;background:linear-gradient(135deg,#16171c,#353843);color:white;font-weight:800;font-size:13px;box-shadow:0 10px 25px rgba(18,21,29,.18)}.primary-action.muted{background:#eef0f5;color:#3f454f;box-shadow:none}.secondary-action{border:0;border-radius:18px;padding:14px 12px;background:rgba(235,237,244,.9);font-weight:750;font-size:12px}
.social-section,.map-preview-section{margin-top:15px}.mini-heading{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800;color:#8b9099;margin-bottom:8px}.social-links{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none}.social-link{border:1px solid rgba(255,255,255,.85);background:rgba(255,255,255,.65);border-radius:14px;padding:9px 11px;text-decoration:none;color:#363b45;font-size:11px;font-weight:750;white-space:nowrap}.google-preview{border-radius:22px;overflow:hidden;min-height:210px;background:#e8ebf0;border:1px solid rgba(255,255,255,.75);position:relative}.google-preview iframe{display:block;width:100%;height:230px;border:0}.google-fallback{min-height:210px;display:grid;place-items:center;text-align:center;padding:20px;background:linear-gradient(145deg,#eef2f6,#dde6ec)}.google-fallback strong{font-size:14px}.google-fallback p{font-size:10px;color:var(--muted);max-width:250px;line-height:1.4}.google-fallback a{display:inline-block;margin-top:8px;text-decoration:none;background:#fff;border-radius:999px;padding:9px 12px;color:#29313b;font-size:11px;font-weight:750;box-shadow:0 6px 20px rgba(30,37,49,.09)}
.field-label{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#858a94;font-weight:800;margin:13px 2px 6px}.field-label small{font-weight:650;text-transform:none;letter-spacing:0}.glass-field{width:100%;border:1px solid rgba(255,255,255,.82);background:rgba(247,248,252,.82);border-radius:16px;padding:12px 13px;outline:0}.textarea{min-height:78px;resize:vertical}.segmented{display:grid;grid-template-columns:repeat(3,1fr);gap:4px;background:rgba(230,232,239,.78);padding:4px;border-radius:16px}.segmented button{border:0;background:transparent;border-radius:12px;padding:10px 6px;font-size:10px;font-weight:750;color:#666d78}.segmented button.active{background:#fff;color:#191b21;box-shadow:0 3px 12px rgba(30,34,45,.09)}
.selectable-grid{display:flex;flex-wrap:wrap;gap:7px}.selectable-grid button{border:1px solid rgba(255,255,255,.82);background:rgba(244,246,250,.82);border-radius:999px;padding:9px 12px;font-size:11px;font-weight:700;color:#5a616d}.selectable-grid button.active{background:#1f2127;color:#fff}
.stock-status-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.stock-status-grid button{border:1px solid rgba(255,255,255,.82);background:rgba(244,246,250,.82);border-radius:17px;padding:12px 5px;display:grid;gap:4px;place-items:center}.stock-status-grid button span{font-size:20px}.stock-status-grid button strong{font-size:10px}.stock-status-grid button.active{background:#1e2026;color:white}
.microcopy{text-align:center;color:#90959e;font-size:9px;margin:8px 0 0}.toast{position:fixed;z-index:3000;left:50%;bottom:calc(94px + env(safe-area-inset-bottom,0px));transform:translate(-50%,25px);opacity:0;pointer-events:none;border-radius:999px;padding:10px 14px;font-size:11px;font-weight:700;white-space:nowrap;transition:.22s}.toast.show{opacity:1;transform:translate(-50%,0)}
.custom-pin{width:36px;height:36px;border-radius:13px 13px 13px 4px;transform:rotate(-45deg);background:rgba(26,28,34,.94);border:3px solid rgba(255,255,255,.92);box-shadow:0 8px 20px rgba(25,31,43,.24)}.custom-pin.confirmed{background:#11976a}.custom-pin.chain{background:#655bff}.custom-pin.potential{background:#c47a0b}.custom-pin>span{display:grid;width:100%;height:100%;place-items:center;transform:rotate(45deg);color:#fff;font-size:9px;font-weight:900}
.leaflet-popup-content-wrapper{border-radius:18px!important}.leaflet-popup-content{font-family:inherit!important}
@media(min-width:900px){
  .bottom-nav{left:50%;right:auto;transform:translateX(-50%);width:520px}
  .sheet{left:50%;right:auto;width:620px;transform:translate(-50%,calc(100% + 30px))}.sheet.open{transform:translate(-50%,0)}
  .report-fab{bottom:105px}.map-top{padding-left:24px;padding-right:24px}.map-actions{right:24px}.map-status{left:24px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}

/* V2.1 — progression & suggestions */
.suggest-shop-action{max-width:760px;margin:14px auto 0;display:block;background:linear-gradient(135deg,#675eff,#8d73ff)}
.rank-card{max-width:760px;margin:10px auto 0;border-radius:24px;padding:15px;display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center}.rank-icon{width:48px;height:48px;border-radius:17px;display:grid;place-items:center;background:linear-gradient(145deg,#22252d,#687083);color:#fff;font-size:22px;box-shadow:inset 0 1px 0 rgba(255,255,255,.25)}.rank-copy h2{margin:0;font-size:17px}.rank-copy>p:last-child{margin:5px 0 0;color:var(--muted);font-size:9px}.rank-progress{height:6px;border-radius:999px;background:rgba(80,86,98,.12);overflow:hidden;margin-top:7px}.rank-progress span{display:block;height:100%;width:0;border-radius:inherit;background:linear-gradient(90deg,#665dff,#9a7bff);transition:width .35s}.rank-card>strong{font-size:22px;letter-spacing:-.05em}.rank-card>strong:after{content:' pts';font-size:8px;letter-spacing:0;color:var(--muted)}
.badges-grid{max-width:760px;margin:10px auto 0;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.badge-achievement{border:1px solid rgba(255,255,255,.78);background:rgba(255,255,255,.65);border-radius:20px;padding:12px;display:grid;grid-template-columns:auto 1fr;gap:9px;align-items:center;box-shadow:0 7px 22px rgba(27,32,46,.06)}.badge-achievement.locked{opacity:.42;filter:saturate(.5)}.badge-achievement .badge-icon{width:38px;height:38px;border-radius:14px;display:grid;place-items:center;background:#eef0f5;font-size:18px}.badge-achievement.unlocked .badge-icon{background:linear-gradient(145deg,#fff2b9,#ffd666)}.badge-achievement strong{display:block;font-size:11px}.badge-achievement span{display:block;font-size:8px;color:var(--muted);margin-top:2px;line-height:1.3}
.vote-row{display:flex;gap:6px;margin-top:9px}.vote-btn{border:0;border-radius:999px;padding:7px 9px;background:#eef0f5;font-size:9px;font-weight:800;color:#5d636e}.vote-btn.confirmed{background:#def5e9;color:#08734d}.vote-btn.invalid{background:#f4e7e8;color:#a73a44}.vote-btn:disabled{opacity:.5}.points-chip{font-size:8px;font-weight:850;border-radius:999px;padding:4px 6px;background:#ece9ff;color:#5548b5;margin-left:5px}
.submission-card{border:1px solid rgba(255,255,255,.76);background:rgba(255,255,255,.68);border-radius:20px;padding:12px}.submission-card h3{font-size:12px;margin:0}.submission-card p{font-size:9px;color:var(--muted);margin:4px 0 0}.submission-status{float:right;font-size:8px;font-weight:850;padding:5px 7px;border-radius:999px;background:#fff0d1;color:#8b5700}.submission-status.approved{background:#def5e9;color:#08734d}.submission-status.rejected{background:#f3e5e6;color:#a33c45}
.two-fields{display:grid;grid-template-columns:1fr 120px;gap:8px}
@media(max-width:420px){.badges-grid{grid-template-columns:1fr}.two-fields{grid-template-columns:1fr}}

/* V2.2 — avis communautaires + profils publics */
.avatar{overflow:hidden;flex:0 0 auto}.avatar img,.public-avatar img,.review-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.avatar-xl{width:76px;height:76px;border-radius:26px;font-size:25px}.profile-photo-editor{display:flex;align-items:center;gap:13px;padding:5px 0 7px}.microcopy.left{text-align:left;margin:5px 0 0}
.community-rating{display:flex;align-items:center;gap:9px;margin:14px 0 5px}.rating-number{font-size:27px;font-weight:850;letter-spacing:-.045em}.rating-stars,.stars-static{color:#f4a900;letter-spacing:.04em}.rating-meta{font-size:10px;color:var(--muted)}
.review-section{margin-top:17px}.review-section-head{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-bottom:8px}.review-section-head h3{font-size:16px;margin:0}.review-section-head p{font-size:10px;color:var(--muted);margin:2px 0 0}.review-action{border:0;background:#1e2026;color:white;border-radius:999px;padding:9px 12px;font-size:10px;font-weight:800}
.reviews-list{display:grid;gap:8px}.review-card{border:1px solid rgba(255,255,255,.78);background:rgba(255,255,255,.62);border-radius:18px;padding:12px;box-shadow:0 7px 22px rgba(25,30,43,.06)}.review-user{display:flex;align-items:center;gap:9px}.review-avatar{width:34px;height:34px;border-radius:12px;background:linear-gradient(145deg,#6b63ff,#a579ff);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:850;overflow:hidden}.review-user-copy{flex:1;min-width:0}.review-user-copy button{border:0;background:transparent;padding:0;font-weight:800;font-size:11px;text-align:left}.review-user-copy span{display:block;color:var(--muted);font-size:9px;margin-top:2px}.review-rating{font-size:10px;color:#f1a500;white-space:nowrap}.review-comment{font-size:11px;line-height:1.45;color:#505660;margin:9px 0 0;white-space:pre-wrap}.review-store-link{border:0;background:transparent;padding:0;font-size:10px;color:var(--accent);font-weight:750;text-align:left}
.review-stars{display:flex;gap:5px;margin:2px 0 12px}.review-stars button{border:0;background:rgba(239,241,246,.9);width:46px;height:46px;border-radius:15px;font-size:24px;color:#c4c7ce}.review-stars button.active{color:#f2a500;background:#fff2c9}.review-textarea{min-height:120px}
.public-profile-head{display:flex;align-items:center;gap:13px}.public-avatar{width:70px;height:70px;border-radius:25px;background:linear-gradient(145deg,#6b63ff,#a579ff);display:grid;place-items:center;color:white;font-size:24px;font-weight:850;overflow:hidden}.public-profile-head h2{font-size:24px;margin:0;letter-spacing:-.035em}.public-profile-head p{font-size:11px;color:var(--muted);margin:3px 0 0}.public-rank{margin-top:13px;border-radius:19px;padding:12px;background:rgba(241,243,248,.78);display:flex;align-items:center;justify-content:space-between}.public-rank strong{font-size:14px}.public-rank span{font-size:10px;color:var(--muted)}
.profile-link{border:0;background:transparent;color:inherit;font:inherit;font-weight:750;padding:0;text-decoration:underline;text-decoration-color:rgba(90,95,108,.25);text-underline-offset:2px}.google-preview,.map-preview-section{display:none!important}.store-google-link{display:block;margin-top:10px;text-decoration:none;text-align:center;border-radius:16px;padding:11px;background:rgba(239,241,246,.8);font-size:11px;font-weight:750;color:#343944}


/* =========================================================
   TCG Spot V2.3 — Smart Pins, accounts, follows & moderation
   ========================================================= */
.hidden{display:none!important}
.auth-message{min-height:18px;font-size:11px;color:#b23a45;margin:9px 2px}
.future-login{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:9px}
.future-login button{border:1px solid rgba(255,255,255,.8);background:rgba(238,240,246,.7);border-radius:15px;padding:11px;color:#969ba5;font-size:11px;font-weight:750}.future-login button:not(:disabled){background:#fff;color:#343944;border-color:rgba(91,70,150,.13);cursor:pointer;box-shadow:0 5px 14px rgba(49,38,83,.06)}.future-login button:not(:disabled):hover{background:#f7f4ff;color:#6247ce}.auth-forgot{display:block;margin:6px 2px 0 auto;border:0;background:transparent;color:#684bd2;font-size:10px;font-weight:800;cursor:pointer}.password-reset-copy{font-size:11px;color:var(--muted);line-height:1.5;margin:4px 0 12px}
.auth-segment{margin-bottom:10px}
.account-email{font-size:10px;color:var(--muted);margin-top:4px}
.account-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}
.notification-settings{display:grid;grid-template-columns:1fr auto;gap:12px;align-items:center}
.notification-settings .notification-copy strong{display:block;font-size:13px}
.notification-settings .notification-copy p{margin:4px 0 0;font-size:10px;color:var(--muted);line-height:1.4}
.notification-settings button{width:auto;padding:10px 12px}
.stock-feed-filters{display:flex;gap:7px;overflow-x:auto;scrollbar-width:none;max-width:760px;margin-left:auto;margin-right:auto}
.stock-feed-filters::-webkit-scrollbar{display:none}

.shop-actions-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0 7px}
.shop-actions-grid.three{grid-template-columns:1fr 1fr 1fr}
.follow-action.on{background:linear-gradient(135deg,#5e57f5,#8273ff);color:white}
.favorite-action.on{background:#fff1bb;color:#8b5a00}
.shop-community-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:10px 0 14px}
.shop-community-stat{background:rgba(244,246,250,.72);border:1px solid rgba(255,255,255,.82);border-radius:16px;padding:10px;text-align:center}
.shop-community-stat strong{display:block;font-size:15px}
.shop-community-stat span{display:block;font-size:9px;color:var(--muted);margin-top:2px}
.shop-latest{display:grid;gap:7px;margin-top:9px}
.shop-stock-mini{border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.6);border-radius:16px;padding:10px}
.shop-stock-mini .mini-top{display:flex;justify-content:space-between;gap:7px;font-size:10px}
.shop-stock-mini strong{font-size:11px}.shop-stock-mini p{font-size:10px;color:var(--muted);margin:4px 0 0}
.price-perception{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border-radius:999px;background:#f3f4f7;font-size:10px;font-weight:750;color:#555c68}
.follow-note{font-size:9px;color:var(--muted);margin:5px 0 0}

.proof-picker{display:flex;align-items:center;gap:9px}
.proof-picker span{font-size:10px;color:var(--muted)}
.proof-preview{margin-top:8px;border-radius:18px;overflow:hidden;max-height:220px;background:#e9ecf1}
.proof-preview img{display:block;width:100%;max-height:220px;object-fit:cover}
.proof-thumb{width:100%;max-height:220px;border-radius:16px;object-fit:cover;margin-top:8px}
.proof-badge{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border-radius:999px;background:#e9f3ff;color:#295d91;font-size:9px;font-weight:800}

.confidence-row{display:flex;align-items:center;gap:7px;margin-top:7px;flex-wrap:wrap}
.confidence-pill{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:999px;font-size:9px;font-weight:850}
.confidence-pill.high{background:#dcf5ea;color:#08734d}.confidence-pill.mid{background:#fff0cf;color:#875500}.confidence-pill.low{background:#edf0f4;color:#5e6672}.confidence-pill.dead{background:#f7e5e6;color:#9c3540}
.confidence-meter{height:5px;width:75px;border-radius:999px;background:#e5e8ee;overflow:hidden}.confidence-meter span{height:100%;display:block;background:currentColor;border-radius:999px}
.feedback-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:9px}
.feedback-btn{border:1px solid rgba(255,255,255,.86);background:rgba(246,247,250,.86);border-radius:999px;padding:7px 9px;font-size:10px;font-weight:750}
.feedback-btn.still.active{background:#dcf5ea;color:#08734d}.feedback-btn.gone.active{background:#f5e8e8;color:#9b3941}.feedback-btn:disabled{opacity:.45}
.expired-label{font-size:9px;font-weight:800;color:#8a909a}

.review-moderation-note{font-size:10px;padding:8px 10px;border-radius:13px;background:#fff0cf;color:#815100;margin-top:8px}
.review-flag{border:0;background:transparent;color:#9a6b6f;font-size:9px;text-decoration:underline;padding:0;margin-top:7px}
.review-price{font-size:9px;color:#707680;margin-top:4px}
.price-segment{grid-template-columns:repeat(3,1fr)}
.price-segment button.active{background:#24262d;color:white}
.public-profile-actions{display:flex;gap:7px;margin:10px 0}.public-profile-actions button{width:auto}
.suspended-note{background:#f5e1e3;color:#8f333c;border-radius:16px;padding:10px;font-size:10px;margin-top:10px}

/* Smart map pins: base color = store type; inner chip = selected TCG; halo = stock freshness */
.smart-pin-wrap{position:relative;width:46px;height:54px;filter:drop-shadow(0 8px 10px rgba(19,26,38,.19));transition:transform .18s ease}
.smart-pin-wrap.selected{transform:scale(1.18) translateY(-3px);z-index:999!important}
.smart-pin{position:absolute;left:4px;top:2px;width:38px;height:43px;border-radius:16px 16px 16px 5px;transform:rotate(-45deg);border:3px solid rgba(255,255,255,.96);background:#655bff;box-shadow:inset 0 1px 0 rgba(255,255,255,.28)}
.smart-pin.stock-fresh{box-shadow:0 0 0 5px rgba(35,197,126,.28),0 0 20px rgba(35,197,126,.38),inset 0 1px 0 rgba(255,255,255,.28)}
.smart-pin.stock-stale{box-shadow:0 0 0 5px rgba(244,163,48,.28),0 0 18px rgba(244,163,48,.28),inset 0 1px 0 rgba(255,255,255,.28)}
.smart-pin.stock-gone{box-shadow:0 0 0 5px rgba(214,69,83,.22),0 0 16px rgba(214,69,83,.25),inset 0 1px 0 rgba(255,255,255,.28)}
.smart-pin.type-tcg{background:#7356f3}.smart-pin.type-hyper{background:#2c8bea}.smart-pin.type-toy{background:#f2762c}.smart-pin.type-culture{background:#19a765}.smart-pin.type-game{background:#e44b83}.smart-pin.type-distributor{background:#71829d}.smart-pin.type-other{background:#a58561}
.smart-pin-content{position:absolute;inset:0;transform:rotate(45deg);display:grid;place-items:center;color:white}
.pin-type-svg{position:absolute;width:12px;height:12px;top:5px;left:5px;opacity:.92}.pin-type-svg svg{width:100%;height:100%;stroke:white;stroke-width:2;fill:none}
.pin-game-chip{min-width:24px;height:18px;border-radius:999px;background:rgba(255,255,255,.93);color:#252933;display:grid;place-items:center;padding:0 4px;font-size:7px;font-weight:950;letter-spacing:-.03em;margin-top:10px}
.pin-more{position:absolute;right:-7px;top:-7px;min-width:18px;height:18px;border-radius:999px;background:#fff;color:#333843;border:1px solid rgba(20,25,35,.08);display:grid;place-items:center;font-size:7px;font-weight:900;box-shadow:0 4px 10px rgba(20,25,35,.18)}
.pin-name{position:absolute;left:50%;bottom:52px;transform:translateX(-50%);white-space:nowrap;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.9);border-radius:10px;padding:5px 8px;font-size:9px;font-weight:800;color:#20232a;box-shadow:0 5px 14px rgba(20,25,35,.12)}
.pin-legend{margin:13px 0;background:rgba(244,246,250,.65);border-radius:18px;padding:10px;display:grid;grid-template-columns:repeat(2,1fr);gap:7px;font-size:9px;color:#626875}
.pin-legend>div{display:flex;align-items:center;gap:7px}.pin-legend p{grid-column:1/-1;margin:4px 0 0;line-height:1.5}.legend-pin{width:13px;height:13px;border-radius:5px 5px 5px 2px;transform:rotate(-45deg);display:inline-block}.l-tcg{background:#7356f3}.l-hyper{background:#2c8bea}.l-toy{background:#f2762c}.l-culture{background:#19a765}.l-game{background:#e44b83}.stock-dot{width:7px;height:7px;border-radius:50%;display:inline-block;margin:0 3px}.stock-dot.fresh{background:#23c57e}.stock-dot.stale{background:#f4a330}.stock-dot.gone{background:#d64553}

/* Keep the old marker styling from affecting V2.3 pins */
.custom-pin{display:none!important}

@media(max-width:520px){
  .shop-actions-grid.three{grid-template-columns:1fr 1fr}.shop-actions-grid.three .follow-action{grid-column:1/-1}
  .shop-community-stats{grid-template-columns:repeat(3,1fr)}
  .notification-settings{grid-template-columns:1fr}
}

.server-cluster{width:46px;height:46px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(145deg,rgba(26,28,34,.92),rgba(79,75,145,.9));color:#fff;font-weight:850;font-size:13px;border:3px solid rgba(255,255,255,.9);box-shadow:0 10px 28px rgba(24,29,43,.27),inset 0 1px 0 rgba(255,255,255,.25);backdrop-filter:blur(16px)}
.proof-badge{display:inline-flex;margin-top:6px;padding:5px 7px;border-radius:999px;background:#e9f6ef;color:#16744f;font-size:9px;font-weight:800}
.tiny{font-size:11px;color:var(--muted)}

.profile-inline{border:0;background:transparent;padding:0;color:#5c55c8;font:inherit;font-weight:750;cursor:pointer}

/* =========================================================
   TCG Spot V3.2 — carte épurée, recherche, stocks enrichis
   ========================================================= */
.map-search-shell{position:relative;pointer-events:auto;max-width:720px;margin:auto}
.search-leading{width:20px;height:20px;color:#737985;flex:0 0 auto;margin-left:5px}
.searchbar{max-width:none;margin:0;padding-left:10px}
.map-suggestions{position:absolute;left:0;right:0;top:60px;z-index:1200;border-radius:20px;padding:6px;max-height:min(370px,55vh);overflow-y:auto;box-shadow:0 18px 50px rgba(25,31,47,.22)}
.map-suggestion{width:100%;border:0;background:transparent;border-radius:15px;padding:10px 11px;display:grid;grid-template-columns:34px 1fr auto;gap:9px;align-items:center;text-align:left}
.map-suggestion:hover,.map-suggestion:focus{background:rgba(239,241,247,.88);outline:0}
.map-suggestion-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#eef0f5;font-size:15px}
.map-suggestion strong{display:block;font-size:12px}.map-suggestion small{display:block;font-size:9px;color:var(--muted);margin-top:2px}.map-suggestion .kind{font-size:8px;color:#8a909b;text-transform:uppercase;letter-spacing:.08em;font-weight:800}
.legend-toggle{position:absolute;left:12px;top:186px;z-index:700;border:0;border-radius:999px;padding:8px 11px;font-size:10px;font-weight:800;color:#59606c}
.legend-section{margin-top:13px}.legend-section h3{font-size:13px;margin:0 0 9px}.legend-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.legend-grid>div,.legend-stock>div{display:flex;align-items:center;gap:9px;font-size:11px;color:#555d68}
.legend-pin{width:18px;height:21px;border-radius:9px 9px 9px 3px;transform:rotate(-45deg);display:inline-block;border:2px solid rgba(255,255,255,.95);box-shadow:0 3px 8px rgba(20,25,35,.12)}
.l-tcg{background:#7356f3}.l-hyper{background:#2c8bea}.l-toy{background:#f2762c}.l-culture{background:#19a765}.l-game{background:#e44b83}.l-distributor{background:#71829d}.l-other{background:#a58561}
.legend-stock{display:grid;gap:9px}.legend-stock p{font-size:10px;color:var(--muted);line-height:1.45;margin:4px 0 0}.stock-dot{width:10px;height:10px;border-radius:50%;display:inline-block;box-shadow:0 0 0 4px rgba(0,0,0,.04)}.stock-dot.fresh{background:#23c57e}.stock-dot.stale{background:#f4a330}.stock-dot.gone{background:#d64553}

/* Pins : uniquement le type du magasin. Aucun acronyme TCG dans le pin. */
.smart-pin-wrap{position:relative;width:46px;height:54px;filter:drop-shadow(0 8px 11px rgba(19,26,38,.20));transition:transform .18s ease}
.smart-pin{position:absolute;left:4px;top:2px;width:38px;height:43px;border-radius:17px 17px 17px 5px;transform:rotate(-45deg);border:3px solid rgba(255,255,255,.97);background:#655bff;box-shadow:inset 0 1px 0 rgba(255,255,255,.30)}
.smart-pin-content{position:absolute;inset:0;transform:rotate(45deg);display:grid;place-items:center;color:#fff}
.pin-type-svg{position:static!important;width:20px!important;height:20px!important;opacity:1!important;display:block}.pin-type-svg svg{width:100%;height:100%;stroke:white;stroke-width:1.9;fill:none}
.pin-game-chip,.pin-more{display:none!important}
.stock-signal-dot{position:absolute;right:-2px;top:-3px;width:14px;height:14px;border-radius:50%;border:3px solid #fff;box-shadow:0 4px 10px rgba(20,25,35,.25);z-index:5}
.stock-signal-dot.fresh{background:#23c57e}.stock-signal-dot.stale,.stock-signal-dot.low{background:#f4a330}.stock-signal-dot.gone,.stock-signal-dot.out{background:#d64553}
.stock-signal-dot.fresh::after{content:"";position:absolute;inset:-5px;border-radius:50%;border:2px solid rgba(35,197,126,.35);animation:tcgPulse 1.8s ease-out infinite}
@keyframes tcgPulse{0%{transform:scale(.65);opacity:.8}100%{transform:scale(1.7);opacity:0}}
.server-cluster-wrap{position:relative;width:46px;height:46px}.server-cluster-wrap.has-stock::after{content:"";position:absolute;right:-2px;top:-2px;width:13px;height:13px;border-radius:50%;background:#23c57e;border:3px solid #fff;box-shadow:0 4px 10px rgba(20,25,35,.22)}

.stock-advanced-filters{max-width:760px;margin:10px auto 0;display:grid;grid-template-columns:1.5fr 1fr;gap:8px}.stock-search{border-radius:17px;height:46px;display:flex;align-items:center;gap:8px;padding:0 12px;box-shadow:0 7px 22px rgba(27,32,46,.06)}.stock-search svg{width:18px;color:#707680}.stock-search input{border:0;background:transparent;outline:0;min-width:0;width:100%;font-size:12px}.stock-advanced-filters .glass-field{margin:0;height:46px}
.report-card.clickable{cursor:pointer}.report-card.clickable:hover{transform:translateY(-1px)}
.report-card.has-photo{grid-template-columns:72px 1fr}.report-photo-thumb{width:72px;height:72px;border-radius:17px;object-fit:cover;background:#e8ebf0;display:block}.report-card-body{min-width:0}.report-location{font-size:10px;color:#626975;margin-top:4px;line-height:1.35}.report-location strong{color:#343a44}.report-meta-pills{display:flex;gap:5px;flex-wrap:wrap;margin-top:7px}.mini-info-pill{font-size:8px;font-weight:800;border-radius:999px;padding:5px 7px;background:#eef0f5;color:#59616c}
.stock-detail-photo{width:100%;max-height:420px;object-fit:cover;border-radius:22px;background:#e9ecf1;margin:12px 0}.stock-detail-head h2{margin:2px 0 4px;font-size:24px;letter-spacing:-.035em}.stock-detail-address{font-size:12px;color:var(--muted);line-height:1.45}.stock-detail-product{font-size:17px;font-weight:800;margin:13px 0 3px}.stock-detail-note{font-size:12px;color:#5f6671;line-height:1.5;margin:7px 0}.stock-detail-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}

.attribute-section{margin-top:13px}.attribute-section .mini-heading{margin-bottom:7px}.attribute-row{display:flex;gap:6px;flex-wrap:wrap}.attribute-pill{border-radius:999px;padding:6px 9px;background:#eff1f5;color:#4e5662;font-size:9px;font-weight:800}.attribute-pill.verified{background:#e3f5ec;color:#11714f}.attribute-empty{font-size:10px;color:var(--muted)}
.social-links{display:flex!important;gap:6px!important;flex-wrap:wrap!important}.social-link{white-space:nowrap}
.field-hint{font-weight:500;text-transform:none;letter-spacing:0;color:#9a9fa8}.observation-grid{margin-bottom:3px}.observation-grid button{min-height:42px}
.details-block{margin-top:11px;border:1px solid rgba(255,255,255,.8);background:rgba(244,246,250,.58);border-radius:18px;padding:0 12px}.details-block summary{cursor:pointer;padding:12px 0;font-size:11px;font-weight:800;list-style:none}.details-block summary::-webkit-details-marker{display:none}.details-block summary span{font-weight:500;color:var(--muted);float:right}.details-content{padding:0 0 12px}

@media(max-width:520px){.stock-advanced-filters{grid-template-columns:1fr}.legend-grid{grid-template-columns:1fr 1fr}.map-actions{top:147px}.map-status{top:147px}.legend-toggle{top:188px}}
.admin-check-grid{display:flex;gap:10px;flex-wrap:wrap;margin:8px 0 16px}.admin-check{background:rgba(255,255,255,.75);border:1px solid rgba(30,35,50,.09);padding:9px 12px;border-radius:12px;font-size:13px}.admin-check input{margin-right:6px}.proof-preview img{display:block;width:100%;max-height:220px;object-fit:cover;border-radius:16px;margin-top:10px}

/* =========================================================
   TCG Spot V3.3 — filtres multi-lignes, notifications, rayon
   ========================================================= */
.map-filter-stack{pointer-events:auto;max-width:720px;margin:8px auto 0;display:grid;gap:5px;padding:6px 8px;border-radius:18px;background:rgba(255,255,255,.42);border:1px solid rgba(255,255,255,.55);-webkit-backdrop-filter:blur(16px) saturate(150%);backdrop-filter:blur(16px) saturate(150%);box-shadow:0 8px 24px rgba(25,31,47,.08)}
.map-filter-row{min-width:0;display:grid;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:7px}.map-filter-label{font-size:9px;font-weight:850;color:#737985;text-transform:uppercase;letter-spacing:.055em;padding-left:2px}.map-filter-row .game-chips{max-width:none;width:100%;margin:0;padding:0 1px 2px;gap:5px}.map-filter-row .glass-chip{padding:6px 9px;font-size:10px;box-shadow:none;background:rgba(255,255,255,.72)}.map-filter-row .glass-chip.active{background:rgba(27,29,35,.92)}
.map-actions{top:235px;display:flex;flex-direction:column;gap:7px}.map-status{top:235px}.legend-toggle{top:277px}.notif-action{position:relative}.notif-unread{position:absolute;right:-5px;top:-5px;min-width:19px;height:19px;border-radius:999px;background:#d84858;color:#fff;border:2px solid #fff;display:grid;place-items:center;padding:0 4px;font-size:8px;font-weight:900;box-shadow:0 4px 10px rgba(50,20,25,.24)}
.smart-pin.type-occasion{background:#b35d8e}.l-occasion{background:#b35d8e}.l-distributor{background:#71829d}.l-other{background:#a58561}
.report-shop-search{position:relative}.report-store-suggestions{position:absolute!important;top:51px!important;left:0!important;right:0!important;max-height:260px!important;z-index:1600!important}.selected-shop-hint{font-size:10px;color:var(--muted);padding:7px 2px 2px}.selected-shop-hint.selected{color:#166d51;font-weight:750}.report-aisle-block{margin-top:9px;padding:11px;border-radius:18px;background:rgba(241,244,248,.72);border:1px solid rgba(255,255,255,.86)}.aisle-card{margin-top:12px;padding:12px;border-radius:18px;background:#f0f6f4;border:1px solid rgba(23,130,92,.12)}.aisle-card strong{display:block;font-size:11px}.aisle-card p{margin:4px 0 0;font-size:10px;line-height:1.45;color:#59636a}
.stock-advanced-filters{grid-template-columns:1.45fr repeat(3,minmax(120px,.75fr))}
.notification-toolbar{display:flex;justify-content:flex-end;margin:-2px 0 10px}.notification-list{display:grid;gap:8px;max-height:min(58vh,620px);overflow:auto;padding:1px}.notification-item{border:1px solid rgba(255,255,255,.88);background:rgba(246,248,252,.7);border-radius:18px;padding:11px 12px;text-align:left}.notification-item.unread{background:rgba(235,233,255,.84);box-shadow:inset 3px 0 0 #685df4}.notification-item strong{display:block;font-size:12px}.notification-item p{font-size:10px;color:#626975;line-height:1.42;margin:4px 0}.notification-item time{font-size:8px;color:#979ca5}.notification-empty{text-align:center;color:var(--muted);font-size:11px;padding:28px 10px}
.notification-preferences{display:grid;gap:10px;margin-top:12px}.notification-pref-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(30,35,50,.06)}.notification-pref-row strong{font-size:11px}.notification-pref-row small{display:block;color:var(--muted);font-size:9px;margin-top:2px;line-height:1.35}.notification-pref-row input[type="checkbox"]{width:20px;height:20px}.notification-pref-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.notification-pref-grid .glass-field{margin:0}
.partner-badge,.verified-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 7px;font-size:8px;font-weight:850}.verified-badge{background:#e0f4eb;color:#0b7650}.partner-badge{background:#eee9ff;color:#5847c9}

@media(max-width:760px){.stock-advanced-filters{grid-template-columns:1fr 1fr}.stock-search{grid-column:1/-1}}
@media(max-width:520px){.map-top{padding-left:8px;padding-right:8px}.map-filter-stack{gap:4px;padding:5px 6px;margin-top:6px;border-radius:15px}.map-filter-row{grid-template-columns:58px minmax(0,1fr);gap:4px}.map-filter-label{font-size:8px}.map-filter-row .glass-chip{font-size:9px;padding:5px 8px}.map-actions{right:8px;top:222px}.map-status{left:8px;top:222px;max-width:calc(100% - 80px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.legend-toggle{left:8px;top:263px}.circle-action{width:44px;height:44px;border-radius:15px}.stock-advanced-filters{grid-template-columns:1fr}.stock-search{grid-column:auto}.notification-pref-grid{grid-template-columns:1fr}}
/* Correctifs de composition V3.3 */
.notification-settings{display:block!important}.notification-settings-head{display:flex;justify-content:space-between;align-items:start;gap:10px}.notification-settings-head strong{font-size:13px}.notification-settings-head p{margin:4px 0 0;font-size:10px;color:var(--muted);line-height:1.4}.notification-toggle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:11px 0}.notification-toggle-grid label,.notification-quiet{font-size:10px;font-weight:700;padding:9px;border-radius:13px;background:rgba(242,244,248,.72);display:flex;gap:7px;align-items:center}.notification-item{width:100%;display:grid;grid-template-columns:34px minmax(0,1fr) auto;gap:9px;align-items:center;border:1px solid rgba(255,255,255,.88);font:inherit;color:inherit}.notification-item .notification-icon{width:34px;height:34px;border-radius:12px;background:#eef0f5;display:grid;place-items:center}.notification-item span:nth-child(2){min-width:0;text-align:left}.notification-item span:nth-child(2) strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.notification-item span:nth-child(2) small{display:block;color:var(--muted);font-size:9px;line-height:1.35;margin-top:3px}.notification-item>i{width:7px;height:7px;border-radius:50%;background:#635bff}
@media(max-width:520px){.notification-toggle-grid{grid-template-columns:1fr}.notification-settings-head{align-items:center}}


/* =========================================================
   TCG Spot V3.3.1 — harmonisation carte, contrôles & formulaires
   ========================================================= */
:root{
  --ui-outline:rgba(48,55,76,.17);
  --ui-outline-soft:rgba(48,55,76,.10);
  --ui-surface:rgba(255,255,255,.88);
  --ui-shadow:0 10px 30px rgba(26,32,48,.14),0 2px 8px rgba(26,32,48,.07);
}

/* Groupe compteur + légende : même axe et vraie séparation du fond de carte. */
.map-info-stack{
  position:absolute;
  left:12px;
  top:235px;
  z-index:700;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px;
  pointer-events:none;
}
.map-info-stack>*{pointer-events:auto}
.map-status{
  position:relative;
  left:auto;
  top:auto;
  min-height:40px;
  padding:5px 7px 5px 8px;
  border:1px solid var(--ui-outline)!important;
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.93),rgba(246,248,252,.84))!important;
  box-shadow:var(--ui-shadow)!important;
  display:flex;
  align-items:center;
  gap:6px;
  font-size:10px;
  color:#616874;
}
.map-status-count{display:flex;align-items:baseline;gap:4px;padding:0 4px}
.map-status-count strong{font-size:12px;line-height:1;color:#20232c;font-weight:900;letter-spacing:-.02em}
.map-status-count span{font-size:10px;font-weight:750;color:#59606c}
.map-status-backend{
  display:flex;
  align-items:center;
  gap:5px;
  min-height:28px;
  padding:0 8px;
  border-left:1px solid rgba(48,55,76,.10);
  color:#616874;
  font-size:9px;
  font-weight:750;
}
.map-status-backend i{width:7px!important;height:7px!important;margin:0!important;border-radius:50%;background:#9ba1ab!important;box-shadow:0 0 0 3px rgba(155,161,171,.12)}
.map-status-backend[data-state="online"] i{background:#22ad78!important;box-shadow:0 0 0 3px rgba(34,173,120,.13)}
.map-status-backend[data-state="offline"] i,.map-status-backend[data-state="error"] i{background:#d75a62!important;box-shadow:0 0 0 3px rgba(215,90,98,.12)}
.legend-toggle{
  position:relative;
  left:auto;
  top:auto;
  min-width:94px;
  border:1px solid var(--ui-outline)!important;
  border-radius:14px;
  padding:8px 14px;
  background:linear-gradient(145deg,rgba(255,255,255,.93),rgba(246,248,252,.84))!important;
  box-shadow:var(--ui-shadow)!important;
  color:#4f5662;
  font-size:10px;
  font-weight:850;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.legend-toggle:hover{transform:translateY(-1px);border-color:rgba(99,91,255,.32)!important;box-shadow:0 12px 30px rgba(26,32,48,.16)!important}

/* Notifications, géolocalisation et contrôles Leaflet : même langage visuel. */
.circle-action{
  border:1px solid var(--ui-outline)!important;
  background:linear-gradient(145deg,rgba(255,255,255,.94),rgba(244,247,251,.84))!important;
  box-shadow:var(--ui-shadow)!important;
  color:#272c36;
  transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease;
}
.circle-action:hover{transform:translateY(-1px);border-color:rgba(99,91,255,.30)!important;box-shadow:0 13px 32px rgba(26,32,48,.17)!important}
.circle-action:active{transform:translateY(0) scale(.97)}
.circle-action svg{width:21px;height:21px;stroke-width:1.9}
.notif-unread{border-color:#fff!important}
.leaflet-control-zoom{
  overflow:hidden;
  border:1px solid var(--ui-outline)!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.86)!important;
  box-shadow:var(--ui-shadow)!important;
}
.leaflet-control-zoom a{
  width:40px!important;
  height:40px!important;
  line-height:40px!important;
  color:#2d323d!important;
  background:rgba(255,255,255,.84)!important;
  border-bottom:1px solid var(--ui-outline-soft)!important;
}
.leaflet-control-zoom a:last-child{border-bottom:0!important}

/* Clusters de boutiques : plus fins, lisibles et cohérents avec le verre de l'interface. */
.server-cluster-wrap{
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.63);
  border:1px solid rgba(255,255,255,.96);
  box-shadow:0 10px 25px rgba(31,37,55,.19),inset 0 0 0 1px rgba(48,55,76,.08);
  -webkit-backdrop-filter:blur(12px) saturate(145%);
  backdrop-filter:blur(12px) saturate(145%);
}
.server-cluster{
  width:38px;
  height:38px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(237,239,247,.95));
  color:#34344f;
  font-weight:900;
  font-size:12px;
  border:1.5px solid rgba(83,77,143,.46);
  box-shadow:0 4px 11px rgba(45,44,78,.14),inset 0 1px 0 #fff;
  transition:transform .16s ease,box-shadow .16s ease;
}
.leaflet-marker-icon:hover .server-cluster{transform:translateY(-1px) scale(1.05);box-shadow:0 7px 16px rgba(45,44,78,.19),inset 0 1px 0 #fff}
.server-cluster-wrap.single{background:transparent;border-color:transparent;box-shadow:none}
.server-cluster-wrap.single .server-cluster{width:24px;height:24px;font-size:0;background:linear-gradient(145deg,#575383,#35374e);border:4px solid rgba(255,255,255,.94);box-shadow:0 7px 18px rgba(35,39,57,.23)}
.server-cluster-wrap.single .server-cluster::after{content:"";width:5px;height:5px;border-radius:50%;background:#fff;opacity:.92}
.server-cluster-wrap.has-stock::after{right:-1px;top:-1px;width:11px;height:11px;border:2px solid #fff;box-shadow:0 3px 9px rgba(20,25,35,.19)}

/* Menu inférieur : contour lisible, actif plus net. */
.bottom-nav{
  border:1px solid var(--ui-outline)!important;
  box-shadow:0 14px 40px rgba(27,33,50,.16),0 2px 8px rgba(27,33,50,.07)!important;
  background:linear-gradient(135deg,rgba(255,255,255,.90),rgba(244,247,251,.76))!important;
}
.nav-item{border:1px solid transparent;transition:background .16s ease,border-color .16s ease,color .16s ease}
.nav-item.active{
  border-color:rgba(48,55,76,.10);
  background:rgba(255,255,255,.78);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95),0 4px 14px rgba(30,35,50,.08);
}

/* Formulaire Proposer une boutique : les zones de saisie ne se confondent plus avec la carte. */
#suggestShopModal .glass-field{
  width:100%;
  background:#fff;
  border:1.5px solid #cfd4dd;
  color:#171a21;
  border-radius:16px;
  padding:12px 13px;
  box-shadow:0 2px 8px rgba(28,34,48,.04),inset 0 1px 0 rgba(255,255,255,.9);
  transition:border-color .18s ease,box-shadow .18s ease,background .18s ease;
}
#suggestShopModal .glass-field:hover{border-color:#b8bec9}
#suggestShopModal .glass-field:focus{outline:none;background:#fff;border-color:#6c63e8;box-shadow:0 0 0 3px rgba(108,99,232,.13),0 4px 14px rgba(28,34,48,.07)}
#suggestShopModal .glass-field::placeholder{color:#969ca7;opacity:1}
#suggestShopModal .field-label{color:#626976;font-weight:850}
#suggestShopModal .details-block{background:rgba(239,242,247,.82);border:1px solid #dfe3ea}
#suggestShopModal .details-content{padding-top:2px}

/* Admin : contours, états vides et erreurs explicites au lieu d'un chargement infini. */
.admin-panel{border:1px solid rgba(48,55,76,.11)!important;box-shadow:0 14px 38px rgba(28,34,50,.12),0 2px 7px rgba(28,34,50,.05)!important}
.admin-tabs{padding:2px 2px 6px}
.admin-tabs .glass-chip{border-color:rgba(48,55,76,.10);box-shadow:0 4px 13px rgba(28,34,50,.05)}
.admin-toolbar-actions .glass-chip{border-color:rgba(48,55,76,.11)}
.admin-loading{min-height:110px;display:grid;place-items:center;align-content:center;gap:8px;color:var(--muted)}
.admin-loading>span{width:24px;height:24px;border-radius:50%;border:2px solid rgba(99,91,255,.16);border-top-color:#635bff;animation:adminSpin .75s linear infinite}
@keyframes adminSpin{to{transform:rotate(360deg)}}
.admin-empty{padding:26px 14px;text-align:center;border:1px dashed rgba(48,55,76,.15);border-radius:18px;background:rgba(248,249,252,.72)}
.admin-empty strong{font-size:13px}.admin-empty p{margin:5px 0 0}
.admin-error{padding:18px;border-radius:18px;background:#fff7f7;border:1px solid rgba(213,75,85,.18)}
.admin-error h2{margin:0 0 6px;font-size:18px}.admin-error p{color:#7a4d52;font-size:12px;line-height:1.45}

@media(min-width:900px){.map-info-stack{left:24px}}
@media(max-width:520px){
  .map-info-stack{left:8px;top:222px;max-width:calc(100% - 80px)}
  .map-status{max-width:100%;white-space:nowrap}
  .legend-toggle{min-width:88px}
}

/* =========================================================
   TCG Spot V3.4 — violet minimal, contrôles ronds, événements
   ========================================================= */
:root{
  --accent:#7048ff;
  --accent2:#a45cff;
  --violet-soft:#f1edff;
  --violet-line:rgba(112,72,255,.20);
  --violet-shadow:0 12px 34px rgba(78,55,151,.13);
}
html,body{background:#f7f6fb}
.app-shell{background:radial-gradient(circle at 8% 0,rgba(142,104,255,.10),transparent 30%),radial-gradient(circle at 100% 20%,rgba(103,85,255,.07),transparent 32%),#f7f6fb}
.glass,.glass-heavy{border-color:rgba(80,67,129,.10);box-shadow:0 12px 36px rgba(44,36,78,.10),0 2px 8px rgba(44,36,78,.05)}
.glass-chip.active{background:linear-gradient(135deg,#6843eb,#8f52ff);border-color:rgba(112,72,255,.35);box-shadow:0 7px 18px rgba(91,65,180,.20)}
.text-button{color:var(--accent)}

/* Les gros boutons restent sobres : le violet sert d'accent, pas de fond omniprésent. */
.primary-action{background:linear-gradient(135deg,#5d3bd8,#8250f3);box-shadow:0 10px 25px rgba(86,57,190,.20)}
.primary-action.muted{background:#f0eef7;color:#554f65;box-shadow:none}
.secondary-action{background:#f2f0f7;color:#403b4d;border:1px solid rgba(83,68,126,.08)}

/* Carte : clusters ronds, un peu plus petits, chiffre conservé même pour 1. */
.server-cluster-wrap,.server-cluster-wrap.single{
  width:40px!important;height:40px!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;background:transparent!important;
  border:0!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;
}
.server-cluster,.server-cluster-wrap.single .server-cluster{
  width:36px!important;height:36px!important;border-radius:50%!important;
  display:grid!important;place-items:center!important;
  background:linear-gradient(145deg,#6944e9,#8d55ff)!important;
  color:#fff!important;font-size:12px!important;font-weight:900!important;
  border:2.5px solid rgba(255,255,255,.96)!important;
  box-shadow:0 6px 16px rgba(73,50,148,.24)!important;
}
.server-cluster-wrap.single .server-cluster::after{content:none!important}
.leaflet-marker-icon:hover .server-cluster{transform:scale(1.05);box-shadow:0 8px 20px rgba(73,50,148,.28)!important}
.server-cluster-wrap.has-stock::after{width:10px!important;height:10px!important;right:0!important;top:0!important;background:#24bd7a!important}

/* Boutons carte : vrais cercles. */
.circle-action,.round-icon{
  border-radius:50%!important;
  border:1px solid rgba(91,70,150,.15)!important;
  background:rgba(255,255,255,.92)!important;
  color:#5e46ad;
  box-shadow:0 8px 22px rgba(55,43,94,.13)!important;
}
.circle-action{width:42px!important;height:42px!important}
.circle-action svg{width:19px!important;height:19px!important}
.round-icon{width:40px;height:40px}
.round-icon.small{border-radius:50%!important}
.leaflet-control-zoom{border-radius:22px!important;border:1px solid rgba(91,70,150,.14)!important;box-shadow:0 8px 22px rgba(55,43,94,.13)!important}
.leaflet-control-zoom a{color:#6247b6!important}

/* Compteur + légende : légers et cohérents. */
.map-status{border:1px solid rgba(91,70,150,.15)!important;background:rgba(255,255,255,.91)!important;box-shadow:0 8px 22px rgba(55,43,94,.12)!important}
.map-status-backend{border-left-color:rgba(91,70,150,.10)}
.legend-toggle{border:1px solid rgba(91,70,150,.15)!important;background:rgba(255,255,255,.91)!important;box-shadow:0 8px 22px rgba(55,43,94,.12)!important;color:#5d4d86}

/* Menu 5 onglets, contour fin et actif violet très léger. */
.bottom-nav{grid-template-columns:repeat(5,1fr)!important;border:1px solid rgba(91,70,150,.16)!important;background:rgba(255,255,255,.88)!important;box-shadow:0 12px 34px rgba(52,40,89,.13)!important}
.nav-item{border-radius:18px!important;font-size:9px!important}
.nav-item.active{color:#6843df!important;background:#f1edff!important;border-color:rgba(112,72,255,.12)!important;box-shadow:none!important}
.nav-item.active svg{stroke:#6843df}

/* Fiches et formulaires : toutes les doubles colonnes ont la même largeur. */
.two-fields.equal-fields,#suggestShopModal .two-fields{grid-template-columns:repeat(2,minmax(0,1fr))!important}
#suggestShopModal .glass-field,#eventModal .glass-field,#filterSheet .glass-field{
  background:#fff!important;border:1px solid rgba(91,70,150,.20)!important;border-radius:14px!important;
  box-shadow:0 2px 7px rgba(50,39,83,.035)!important;color:#1c1924;
}
#suggestShopModal .glass-field:focus,#eventModal .glass-field:focus,#filterSheet .glass-field:focus{
  border-color:#8057ef!important;box-shadow:0 0 0 3px rgba(128,87,239,.10)!important;
}
#suggestShopModal .details-block{background:rgba(247,246,251,.88)!important;border:1px solid rgba(91,70,150,.10)!important}
.field-label{color:#6c6678}
.required-hint{color:#7d4ce7;font-size:9px;text-transform:none;letter-spacing:0}

/* Explorer */
.filter-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:12px 0}
.filter-toggle-grid label{display:flex;align-items:center;gap:8px;padding:11px 12px;border-radius:14px;background:#f5f3fa;border:1px solid rgba(91,70,150,.09);font-size:11px;font-weight:720}
.filter-toggle-grid input{accent-color:#7048ff}
.shop-card-title{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.shop-card-title h3{min-width:0}
.mini-open{font-size:8px;font-weight:850;padding:4px 6px;border-radius:999px}.mini-open.open{background:#e1f6ec;color:#08744d}.mini-open.closed{background:#f5e7e9;color:#a23f49}.event-badge{background:#f0ebff;color:#6843df}

/* Horaires */
.hours-card{margin-top:15px;padding:13px;border-radius:18px;background:#faf9fc;border:1px solid rgba(91,70,150,.10)}
.hours-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.hours-head small{font-size:9px;color:var(--muted);padding-top:2px}
.hours-status{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:6px 9px;font-size:10px;font-weight:850}.hours-status i{width:7px;height:7px;border-radius:50%}
.hours-status.open{background:#e1f6ec;color:#08744d}.hours-status.open i{background:#1eb97a}.hours-status.closed{background:#f6e8ea;color:#a13f49}.hours-status.closed i{background:#d75662}.hours-status.unknown{background:#efedf3;color:#6e6877}.hours-status.unknown i{background:#9a93a4}
.hours-grid{margin-top:10px;display:grid;gap:5px}.hours-row{display:flex;justify-content:space-between;gap:12px;font-size:10px;padding:4px 1px}.hours-row span{color:#777181}.hours-row strong{font-size:10px}
.hours-edit-grid{display:grid;gap:7px}.hours-edit-row{display:grid;grid-template-columns:76px 1fr 12px 1fr auto;gap:6px;align-items:center}.hours-edit-row strong{font-size:10px}.hours-time{min-width:0;padding:9px!important}.hours-closed{font-size:9px;display:flex;align-items:center;gap:4px;white-space:nowrap}.hours-closed input{accent-color:#7048ff}

/* Événements */
.events-toolbar{max-width:760px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center}.events-toolbar .big-search{margin:0;max-width:none}.compact-action{width:auto;white-space:nowrap;padding:15px 17px}
.event-filter-row{max-width:760px;margin-left:auto;margin-right:auto;display:flex;gap:7px;overflow-x:auto}
.featured-events{max-width:760px;margin:0 auto 18px}.featured-events-row{display:flex;gap:10px;overflow-x:auto;padding:10px 1px 3px;scrollbar-width:none}.featured-events-row::-webkit-scrollbar{display:none}
.events-list{max-width:760px;margin:10px auto 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.event-card{overflow:hidden;border-radius:20px;background:#fff;border:1px solid rgba(91,70,150,.10);box-shadow:0 8px 24px rgba(49,38,83,.075)}.event-card>img,.event-image-placeholder{width:100%;height:155px;object-fit:cover;background:linear-gradient(135deg,#ede8ff,#f7f4ff);display:grid;place-items:center;color:#7149df;font-weight:900}.event-card-body{padding:12px}.event-card-top{display:flex;justify-content:space-between;gap:6px;align-items:center}.event-category,.event-featured-badge{font-size:8px;font-weight:850;padding:4px 6px;border-radius:999px;background:#f0edfa;color:#625c71}.event-featured-badge{background:linear-gradient(135deg,#7048ff,#a45cff);color:#fff}.event-card h3{font-size:14px;margin:7px 0 3px;letter-spacing:-.015em}.event-date{font-size:10px;font-weight:800;color:#6843df;margin:0}.event-place,.event-games,.event-description{font-size:10px;color:var(--muted);line-height:1.4;margin:4px 0 0}.event-actions{display:flex;gap:7px;align-items:center;margin-top:9px;flex-wrap:wrap}.event-actions button,.event-actions a{border:0;background:#f2effa;border-radius:999px;padding:7px 9px;font-size:9px;font-weight:800;text-decoration:none;color:#6045b5}.event-card.featured{flex:0 0 250px}.event-card.featured>img,.event-card.featured .event-image-placeholder{height:130px}
.event-poster-picker,.proof-picker{display:flex;align-items:center;gap:10px}.event-poster-picker span,.proof-picker span{font-size:10px;color:var(--muted)}.event-poster-preview{margin-top:9px;border-radius:16px;overflow:hidden;max-height:260px;background:#eee}.event-poster-preview img{display:block;width:100%;max-height:260px;object-fit:cover}
.event-place-segment{grid-template-columns:1fr 1fr}.inline-suggestions{margin-top:5px;border-radius:14px;background:#fff;border:1px solid rgba(91,70,150,.13);overflow:hidden;box-shadow:0 10px 28px rgba(50,39,83,.11)}.inline-suggestions button{width:100%;border:0;border-bottom:1px solid #f0edf5;background:#fff;text-align:left;padding:9px 11px}.inline-suggestions button:last-child{border-bottom:0}.inline-suggestions strong,.inline-suggestions small{display:block}.inline-suggestions strong{font-size:10px}.inline-suggestions small{font-size:9px;color:var(--muted);margin-top:2px}.selected-place{margin-top:7px;padding:9px 11px;border-radius:13px;background:#f5f3f9;color:#756e80;font-size:10px}.selected-place.selected{background:#eee9ff;color:#6843df;font-weight:800}
.social-link{border-color:rgba(91,70,150,.12);background:#fff;color:#58467c}

/* Admin : palette V3.4. */
.admin-tabs .glass-chip.active{background:linear-gradient(135deg,#6742e5,#8751f3)!important;color:#fff!important}.admin-tag.pro{background:#eee8ff!important;color:#6843df!important}

@media(max-width:620px){
  .events-toolbar{grid-template-columns:1fr}.compact-action{width:100%}.events-list{grid-template-columns:1fr}.event-card.featured{flex-basis:230px}
}
@media(max-width:520px){
  .two-fields.equal-fields,#suggestShopModal .two-fields{grid-template-columns:1fr!important}
  .hours-edit-row{grid-template-columns:68px 1fr 10px 1fr}.hours-edit-row .hours-closed{grid-column:2/5}
  .filter-toggle-grid{grid-template-columns:1fr 1fr}.bottom-nav{height:68px!important;padding-left:4px!important;padding-right:4px!important}.nav-item svg{width:20px;height:20px}.nav-item{font-size:8px!important}
}
.shop-event-mini{display:grid;grid-template-columns:62px minmax(0,1fr);gap:9px;align-items:center;padding:8px 0;border-bottom:1px solid rgba(91,70,150,.08)}.shop-event-mini:last-child{border-bottom:0}.shop-event-mini img{width:62px;height:52px;border-radius:12px;object-fit:cover}.shop-event-mini strong,.shop-event-mini small{display:block}.shop-event-mini strong{font-size:11px;margin-top:4px}.shop-event-mini small{font-size:9px;color:var(--muted);margin-top:3px}

/* =========================================================
   TCG Spot V3.5 — clustering national + profil communautaire
   ========================================================= */

/* Clustering progressif : gros agrégats au niveau France, puis précision au zoom. */
.server-cluster-wrap.cluster-national,
.server-cluster-wrap.cluster-regional,
.server-cluster-wrap.cluster-local{
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  overflow:visible!important;
}
.server-cluster-wrap.cluster-national{width:62px!important;height:62px!important}
.server-cluster-wrap.cluster-regional{width:52px!important;height:52px!important}
.server-cluster-wrap.cluster-local{width:44px!important;height:44px!important}
.server-cluster-wrap.cluster-national .server-cluster{
  width:56px!important;height:56px!important;font-size:15px!important;border-width:3px!important;
  box-shadow:0 10px 28px rgba(78,52,168,.27)!important;
}
.server-cluster-wrap.cluster-regional .server-cluster{
  width:46px!important;height:46px!important;font-size:13px!important;border-width:2.5px!important;
  box-shadow:0 8px 22px rgba(78,52,168,.24)!important;
}
.server-cluster-wrap.cluster-local .server-cluster{
  width:38px!important;height:38px!important;font-size:12px!important;border-width:2px!important;
  box-shadow:0 6px 16px rgba(78,52,168,.21)!important;
}
.server-cluster-wrap.cluster-national.has-stock::after,
.server-cluster-wrap.cluster-regional.has-stock::after,
.server-cluster-wrap.cluster-local.has-stock::after{right:2px!important;top:2px!important}

/* Classement général. */
.leaderboard-heading{align-items:flex-end}
.leaderboard-heading p{margin:2px 0 0}
.leaderboard-my-rank{font-size:10px;font-weight:850;color:#6547c8;background:#f0ebff;border:1px solid rgba(112,72,255,.12);padding:6px 9px;border-radius:999px;white-space:nowrap}
.leaderboard-list{display:grid;gap:7px;margin-bottom:12px}
.leaderboard-row{width:100%;display:grid;grid-template-columns:34px 38px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 11px;border-radius:18px;text-align:left;color:inherit;cursor:pointer}
.leaderboard-row.me{border-color:rgba(112,72,255,.30);background:linear-gradient(135deg,rgba(244,240,255,.96),rgba(255,255,255,.94))}
.leaderboard-position{font-weight:900;font-size:12px;text-align:center;color:#60577a}
.leaderboard-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;overflow:hidden;background:linear-gradient(145deg,#6b4cf0,#9a5bff);color:#fff;font-weight:900;font-size:11px}
.leaderboard-avatar img{width:100%;height:100%;object-fit:cover}
.leaderboard-person{min-width:0}.leaderboard-person strong,.leaderboard-person small{display:block}.leaderboard-person strong{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.leaderboard-person small{font-size:9px;color:var(--muted);margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.leaderboard-points{font-size:12px;color:#5d3bd8;white-space:nowrap}.leaderboard-points small{font-size:8px;color:#81798f}
.profile-stats-two,.public-stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}

/* Profil public et social. */
.profile-bio-text,.public-profile-bio{margin-top:7px;font-size:10px;line-height:1.45;color:#555064;white-space:pre-wrap}
.profile-instagram,.public-instagram-link{display:inline-flex;margin-top:7px;color:#6843df;text-decoration:none;font-size:9px;font-weight:850;background:#f1edff;border:1px solid rgba(112,72,255,.12);padding:5px 8px;border-radius:999px}
.profile-bio{min-height:82px;resize:vertical}
.profile-bio-count{text-align:right;color:var(--muted);font-size:9px;margin-top:4px}

/* Recadrage avatar directement dans le profil. */
.avatar-crop-wrap{margin:12px 0 14px;padding:12px;border-radius:22px;background:linear-gradient(145deg,#f4f0ff,#faf9fd);border:1px solid rgba(112,72,255,.13);text-align:center}
.avatar-crop-wrap canvas{display:block;width:min(240px,78vw);height:min(240px,78vw);max-width:240px;max-height:240px;margin:0 auto;border-radius:50%;touch-action:none;cursor:grab;box-shadow:0 8px 24px rgba(74,54,142,.14);border:3px solid #fff;background:#eeeaf7}
.avatar-crop-wrap canvas:active{cursor:grabbing}
.avatar-crop-controls{display:flex;align-items:center;gap:10px;margin-top:10px;font-size:9px;font-weight:800;color:#675f74}.avatar-crop-controls input{flex:1;accent-color:#7048ff}

@media(max-width:520px){
  .leaderboard-row{grid-template-columns:30px 36px minmax(0,1fr) auto;padding:8px 9px;gap:7px}
  .leaderboard-avatar{width:34px;height:34px}
  .server-cluster-wrap.cluster-national{width:58px!important;height:58px!important}
  .server-cluster-wrap.cluster-national .server-cluster{width:52px!important;height:52px!important}
}

/* Admin V3.5 — gestion comptes et journal des points. */
.admin-user-line{display:flex;align-items:flex-start;gap:9px}.admin-user-rank{min-width:30px;font-size:10px;font-weight:900;color:#6e55c7;background:#f1edff;border-radius:999px;padding:5px 7px;text-align:center}.admin-user-detail-head{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:14px 0}.admin-user-detail-head h2{margin:2px 0}.admin-user-controls{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(180px,.8fr);gap:12px;margin:12px 0}.admin-point-editor,.admin-user-summary{border:1px solid rgba(112,72,255,.12);background:linear-gradient(145deg,#faf9ff,#f4f0ff);border-radius:20px;padding:13px}.admin-inline-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center}.admin-inline-control .primary-action{width:auto;min-width:130px}.admin-user-summary{display:grid;grid-template-columns:1fr 1fr;gap:8px}.admin-user-summary>div{background:#fff;border:1px solid rgba(83,68,126,.08);border-radius:16px;padding:12px}.admin-user-summary strong,.admin-user-summary span{display:block}.admin-user-summary strong{font-size:20px;color:#5d3bd8}.admin-user-summary span{font-size:9px;color:var(--muted);margin-top:4px;line-height:1.3}.danger-action{border:1px solid rgba(190,54,71,.18);background:#fff0f2;color:#a12f40;border-radius:999px;padding:9px 12px;font-size:10px;font-weight:850;cursor:pointer}.danger-action:hover{background:#ffe6ea}.admin-point-history{display:grid;gap:7px}.admin-point-event{display:grid;grid-template-columns:56px minmax(0,1fr);gap:10px;align-items:center;padding:10px 12px;border-radius:16px;background:#fff;border:1px solid rgba(75,67,99,.09)}.admin-point-event .point-delta{font-size:13px;font-weight:900;text-align:center;padding:7px 5px;border-radius:12px}.admin-point-event.gain .point-delta{background:#e8f7ef;color:#08764f}.admin-point-event.loss .point-delta{background:#fff0f2;color:#a33949}.admin-point-event strong{font-size:10px}.admin-point-event p{margin:3px 0 0}
@media(max-width:700px){.admin-user-controls{grid-template-columns:1fr}.admin-inline-control{grid-template-columns:1fr}.admin-inline-control .primary-action{width:100%}.admin-user-summary{grid-template-columns:1fr 1fr}}


/* =========================================================
   V3.5.1 — Fond OpenFreeMap Positron via MapLibre/Leaflet
   ========================================================= */
.leaflet-maplibre-gl{z-index:1;}
.maplibregl-canvas{outline:none;}
.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right{font-family:inherit;font-size:8px;opacity:.68;}
.maplibregl-ctrl-attrib{background:rgba(255,255,255,.70)!important;border-radius:8px 0 0 0!important;}

/* ============================================================
   CardAround V3.6 — réseau communautaire
   ============================================================ */
.hot-shops-block:empty{display:none}.hot-head{display:flex;justify-content:space-between;align-items:end;gap:12px;margin-bottom:10px}.hot-head h2{margin:2px 0 2px;font-size:20px;letter-spacing:-.03em}.hot-head p{margin:0;color:var(--muted);font-size:12px}.hot-shop-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.hot-shop-card{border:0;padding:12px;text-align:left;display:flex;gap:10px;align-items:center;min-width:0}.hot-shop-card .hot-rank{width:30px;height:30px;border-radius:11px;display:grid;place-items:center;background:rgba(255,120,45,.12);font-size:11px;font-weight:900;color:#a94f17;flex:0 0 auto}.hot-shop-card span:last-child{min-width:0;display:grid}.hot-shop-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.hot-shop-card small{margin-top:3px;color:var(--muted);font-size:10px}
.flame-chip{background:rgba(255,119,43,.12)!important;color:#9b4a14!important;border-color:rgba(255,119,43,.18)!important}.shop-card-side{display:grid;justify-items:end;align-content:space-between;gap:8px}.follow-card-btn{width:34px;height:34px;border-radius:12px;border:1px solid rgba(91,70,150,.13);background:rgba(255,255,255,.72);font-weight:900;font-size:18px;color:#716a80}.follow-card-btn.on{background:rgba(97,72,203,.12);color:#624dd0;border-color:rgba(97,72,203,.25)}
.flame-shop-card{margin:12px 0;padding:13px;border-radius:18px;background:linear-gradient(135deg,rgba(255,141,57,.13),rgba(255,255,255,.68));border:1px solid rgba(255,129,43,.16);display:flex;justify-content:space-between;gap:10px;align-items:center}.flame-shop-card>div{display:flex;gap:9px;align-items:center;min-width:0}.flame-big{font-size:27px}.flame-shop-card strong,.flame-shop-card small{display:block}.flame-shop-card strong{font-size:12px}.flame-shop-card small{font-size:9px;color:var(--muted);margin-top:2px}.flame-action{border:0;border-radius:12px;padding:9px 11px;font-size:10px;font-weight:850;background:#fff;color:#a45118;box-shadow:0 7px 16px rgba(147,77,24,.09);white-space:nowrap}.flame-action.used{opacity:.58;box-shadow:none}.store-public-description{font-size:12px;line-height:1.55;color:#5f6470;margin:10px 0}
.manager-action{border:1px solid rgba(53,153,110,.25);background:rgba(68,183,131,.12);color:#137a51;border-radius:13px;padding:11px 13px;font-weight:850}.manager-action.compact{padding:8px 11px;font-size:10px}.manager-direct-notice{padding:11px 12px;border-radius:15px;background:rgba(61,172,120,.1);border:1px solid rgba(61,172,120,.2);display:grid;gap:3px;margin-bottom:10px}.manager-direct-notice strong{font-size:11px;color:#14714e}.manager-direct-notice span{font-size:10px;color:#5c6962;line-height:1.45}.managed-shop-row{padding:11px 12px;display:flex;justify-content:space-between;gap:10px;align-items:center}.managed-shop-row>div{display:grid;min-width:0}.managed-shop-row strong{font-size:12px}.managed-shop-row small{font-size:9px;color:var(--muted);margin-top:3px}
.missions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.mission-card{border:0;padding:12px;text-align:left;display:flex;gap:10px;align-items:center;min-height:68px}.mission-card>span{width:34px;height:34px;border-radius:12px;background:rgba(98,78,184,.09);display:grid;place-items:center;font-size:17px;flex:0 0 auto}.mission-card>div{display:grid}.mission-card strong{font-size:11px}.mission-card small{font-size:9px;line-height:1.4;color:var(--muted);margin-top:2px}.mission-card.done{border:1px solid rgba(44,165,111,.15);background:rgba(244,255,249,.78)}.mission-card.done>span{background:rgba(44,165,111,.11);color:#148051;font-weight:900}
.profile-visibility-toggle{display:flex;gap:10px;align-items:flex-start;margin:12px 0;padding:11px;border-radius:14px;background:rgba(245,247,251,.8)}.profile-visibility-toggle input{margin-top:3px}.profile-visibility-toggle span{display:grid}.profile-visibility-toggle strong{font-size:11px}.profile-visibility-toggle small{font-size:9px;color:var(--muted);line-height:1.45;margin-top:2px}.leaderboard-modal-head{display:flex;justify-content:flex-end;margin-bottom:8px}.leaderboard-my-rank{font-size:10px;font-weight:850;color:#6552b5;background:rgba(96,76,185,.09);padding:6px 9px;border-radius:999px}
.event-community-counts{margin:9px 0 7px}.event-community-counts button{border:0;background:transparent;padding:0;color:#665d73;font-size:9px;font-weight:800}.event-rsvp{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:9px}.event-rsvp button{border:1px solid rgba(75,70,90,.11);background:rgba(248,248,251,.9);border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800;color:#686573}.event-rsvp button.active{background:rgba(95,72,196,.12);border-color:rgba(95,72,196,.23);color:#604cc1}.event-rsvp .shop-presence-btn{background:rgba(47,157,105,.08);color:#17744e}.attendee-grid,.event-shop-presence-list{display:grid;gap:7px}.attendee-row,.event-presence-row{border:0;padding:9px 10px;display:flex;align-items:center;gap:9px;text-align:left}.attendee-row>span:last-child,.event-presence-row>span:last-child{display:grid}.attendee-row strong,.event-presence-row strong{font-size:11px}.attendee-row small,.event-presence-row small{font-size:9px;color:var(--muted);margin-top:2px}
.help-community-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.help-community-grid button{border:1px solid rgba(70,62,91,.08);background:rgba(255,255,255,.68);border-radius:16px;padding:11px;text-align:left;display:flex;gap:9px;align-items:center}.help-community-grid button>span{display:grid}.help-community-grid strong{font-size:10px}.help-community-grid small{font-size:8px;line-height:1.4;color:var(--muted);margin-top:2px}.legal-content h3{font-size:13px;margin:15px 0 5px}.legal-content p{font-size:11px;line-height:1.6;color:#626671;margin:0}.sheet-copy{font-size:11px;line-height:1.5;color:var(--muted)}
.server-cluster-wrap.hot-low,.server-cluster-wrap.hot-mid,.server-cluster-wrap.hot-high,.smart-pin-wrap.hot-low,.smart-pin-wrap.hot-mid,.smart-pin-wrap.hot-high{filter:drop-shadow(0 0 7px rgba(255,124,47,.18))}.smart-pin-wrap.hot-mid{filter:drop-shadow(0 0 10px rgba(255,113,42,.28))}.smart-pin-wrap.hot-high{filter:drop-shadow(0 0 14px rgba(255,91,24,.38))}.map-flame-badge{position:absolute;right:-10px;top:-7px;border-radius:999px;background:rgba(255,255,255,.97);border:1px solid rgba(255,127,45,.22);box-shadow:0 4px 12px rgba(78,49,31,.14);font-size:8px;font-weight:900;padding:3px 5px;color:#9c4a12;white-space:nowrap}.server-cluster-wrap{position:relative}.pin-flame{top:-3px;right:-14px}
@media(max-width:620px){.hot-shop-row{grid-template-columns:1fr}.hot-shop-card:nth-child(n+3){display:none}.missions-grid{grid-template-columns:1fr}.flame-shop-card{align-items:stretch;flex-direction:column}.flame-action{width:100%}.help-community-grid{grid-template-columns:1fr 1fr}}
.community-entry-card{width:100%;border:1px solid rgba(91,70,150,.1);padding:12px 13px;display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center;text-align:left}.community-entry-card .community-entry-icon{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:rgba(97,74,190,.09);font-size:18px}.community-entry-card>span:nth-child(2){display:grid}.community-entry-card strong{font-size:11px}.community-entry-card small{font-size:9px;color:var(--muted);line-height:1.45;margin-top:2px}.help-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.help-action-grid button{border:1px solid rgba(70,62,91,.08);background:rgba(255,255,255,.68);border-radius:16px;padding:11px;text-align:left;display:flex;gap:9px;align-items:center;font-size:16px}.help-action-grid button>span{display:grid}.help-action-grid strong{font-size:10px}.help-action-grid small{font-size:8px;line-height:1.4;color:var(--muted);margin-top:2px}.profile-stats-two{grid-template-columns:repeat(2,minmax(0,1fr))!important}

/* ============================================================
   CardAround V3.6.1 — compte / légal / événements / desktop
   ============================================================ */
.auth-legal-links{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;margin:13px 2px 2px;color:#7b7488;font-size:9px;line-height:1.4}.auth-legal-links button{border:0;background:transparent;padding:2px 1px;color:#6552b5;font-size:9px;font-weight:750;text-decoration:underline;text-underline-offset:2px}.auth-legal-links span{opacity:.55}
.account-settings-card{max-width:760px;margin:10px auto 0;border-radius:22px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:14px}.account-settings-card>div{display:grid;gap:4px}.account-settings-card strong{font-size:12px}.account-settings-card small{font-size:9px;line-height:1.45;color:var(--muted);max-width:520px}.danger-eyebrow{color:#a12f40}.danger-primary{width:100%;border:1px solid rgba(190,54,71,.18);background:linear-gradient(135deg,#b83b50,#9e2e43);color:#fff;border-radius:15px;padding:12px 14px;font-size:11px;font-weight:850;box-shadow:0 8px 20px rgba(158,46,67,.18)}.danger-primary:disabled{opacity:.55;cursor:wait}
.legal-content .legal-warning{margin-top:9px;padding:10px 11px;border-radius:13px;background:rgba(255,244,219,.76);border:1px solid rgba(196,129,23,.13);color:#7b5a22}.legal-content p+p{margin-top:7px}
.event-community-section{margin-top:18px}.event-community-section .section-heading{margin-bottom:8px}.event-community-section .section-heading h2{font-size:15px}.event-community-section .section-heading p{font-size:9px}.event-privacy-note{margin:16px 0 4px;padding:10px 11px;border-radius:14px;background:rgba(95,72,196,.06);color:#716c7b;font-size:9px;line-height:1.5}.attendee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.attendee-row{min-width:0}.attendee-row>span:last-child{min-width:0}.attendee-row strong,.attendee-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
#leaderboardSheet{max-width:720px}#leaderboardSheet .leaderboard-list{max-width:660px;margin-left:auto;margin-right:auto}#leaderboardSheet .leaderboard-row{max-width:660px;margin:0 auto}#eventCommunitySheet{max-width:760px;margin-left:auto;margin-right:auto}
@media(min-width:900px){
  #leaderboardSheet{width:min(720px,calc(100vw - 64px))}.leaderboard-row{border-radius:16px;padding:10px 13px}.leaderboard-person strong{font-size:12px}.leaderboard-person small{font-size:10px}.leaderboard-points{font-size:13px}
  #eventCommunitySheet{width:min(760px,calc(100vw - 64px))}
}
@media(max-width:620px){.account-settings-card{align-items:stretch;flex-direction:column}.account-settings-card .danger-action{width:100%}.attendee-grid{grid-template-columns:1fr}.auth-legal-links{gap:4px}.auth-legal-links button,.auth-legal-links{font-size:8px}}

/* ============================================================
   CardAround V3.6.2 — correctif largeur desktop du profil
   ============================================================ */
/* Les blocs du profil qui n'avaient pas de conteneur max-width
   s'étiraient sur toute la largeur des grands écrans. */
.view[data-view="profile"] .missions-grid,
.view[data-view="profile"] .community-entry-card,
.view[data-view="profile"] .help-action-grid,
.view[data-view="profile"] .reviews-list,
.view[data-view="profile"] .badges-grid{
  width:100%;
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

@media(min-width:900px){
  .view[data-view="profile"] .missions-grid{gap:10px}
  .view[data-view="profile"] .mission-card{min-height:72px;border-radius:18px}
  .view[data-view="profile"] .community-entry-card{border-radius:18px}
}

/* =========================================================
   CardAround V3.6.3 — événements compacts + fiches + boutiques à la une
   ========================================================= */
.featured-shops,.hot-shops-block{width:100%;max-width:760px;margin-left:auto;margin-right:auto}.featured-shops:empty{display:none}.featured-shop-heading{align-items:end}.sponsored-label{flex:0 0 auto;font-size:8px;font-weight:850;letter-spacing:.04em;text-transform:uppercase;padding:5px 8px;border-radius:999px;background:#f1edff;color:#6948d7}.featured-shop-row{display:flex;gap:9px;overflow-x:auto;padding:5px 1px 4px;scrollbar-width:none}.featured-shop-row::-webkit-scrollbar{display:none}.featured-shop-card{flex:0 0 min(360px,82vw);min-width:0;border:1px solid rgba(91,70,150,.10);background:linear-gradient(145deg,#fff,rgba(247,244,255,.94));border-radius:20px;padding:11px 12px;display:grid;grid-template-columns:42px minmax(0,1fr) 20px;gap:10px;align-items:center;text-align:left;box-shadow:0 8px 24px rgba(49,38,83,.075);color:inherit}.featured-shop-mark{width:42px;height:42px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#6947f4,#9c5cff);color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(98,69,221,.22)}.featured-shop-copy{display:grid;min-width:0}.featured-shop-top{display:flex;align-items:center;gap:7px;min-width:0}.featured-shop-top strong{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-shop-top em{font-style:normal;flex:0 0 auto;background:#6d4af1;color:#fff;border-radius:999px;padding:3px 5px;font-size:7px;font-weight:850}.featured-shop-copy small{font-size:9px;color:var(--muted);margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.featured-shop-meta{font-size:8px;color:#6e6579;margin-top:4px;font-weight:750}.featured-shop-arrow{font-size:22px;color:#856bea;text-align:right}

.event-card{cursor:pointer}.event-card:focus-visible{outline:2px solid rgba(109,74,241,.45);outline-offset:2px}.event-card.featured{flex-basis:238px}.event-card.featured>img,.event-card.featured .event-image-placeholder{height:112px}.event-card.featured .event-card-body{padding:10px}.event-card.featured h3{margin-top:5px}.event-card.featured .event-community-counts{margin:7px 0 5px}.event-card.featured .event-rsvp{margin-bottom:6px}.event-card.featured .event-rsvp button{padding:6px 9px}.event-card.featured .event-actions{margin-top:6px}.event-card.featured .event-actions .event-shop-btn{display:none}.event-detail-btn{background:#eee9ff!important;color:#5e42cb!important}

.event-detail-sheet{max-height:92dvh}.event-detail-hero{position:relative;margin:-10px -16px 0;overflow:hidden;border-radius:29px 29px 20px 20px;background:#eee}.event-detail-hero img,.event-detail-hero>.event-image-placeholder{width:100%;height:min(340px,38dvh);object-fit:cover;display:block}.event-detail-hero>.event-image-placeholder{display:grid;place-items:center}.event-detail-close{position:absolute;right:13px;top:13px;background:rgba(255,255,255,.92)!important;box-shadow:0 6px 20px rgba(20,20,30,.15)}.event-detail-body{padding-top:14px}.event-detail-body>h2{font-size:27px;line-height:1.05;letter-spacing:-.04em;margin:8px 0 5px}.event-detail-date{font-size:12px;font-weight:850;color:#6843df;margin:0 0 14px}.event-detail-facts{display:grid;gap:8px}.event-detail-facts>div{display:grid;grid-template-columns:30px 1fr;gap:8px;align-items:start;padding:10px 11px;border-radius:15px;background:rgba(244,243,248,.78)}.event-detail-facts>div>span{font-size:15px}.event-detail-facts p{margin:0;display:grid}.event-detail-facts strong{font-size:11px}.event-detail-facts small{font-size:9px;color:var(--muted);line-height:1.45;margin-top:2px}.event-detail-description{margin-top:15px}.event-detail-description h3{font-size:14px;margin:0 0 5px}.event-detail-description p{font-size:11px;line-height:1.65;color:#626671;white-space:pre-line;margin:0}.event-detail-community{margin-top:15px}.event-community-summary{width:100%;border:1px solid rgba(91,70,150,.09);background:#f7f4ff;border-radius:16px;padding:11px 12px;text-align:left;font-size:10px;color:#665d73}.event-community-summary span{display:block;color:#6648cc;font-weight:850;margin-top:4px}.event-detail-rsvp{margin:12px 0}.event-detail-actions{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0 4px}.event-detail-actions a{text-decoration:none;text-align:center}.event-detail-actions .primary-action,.event-detail-actions .secondary-action{margin:0;flex:1 1 150px;display:inline-flex;justify-content:center;align-items:center;min-height:42px}
.event-manual-place{margin-top:8px}.event-manual-place .details-content{padding-top:0}

@media(min-width:740px){.event-detail-sheet{width:760px}.event-detail-hero img,.event-detail-hero>.event-image-placeholder{height:340px}}
@media(max-width:520px){.event-card.featured{flex-basis:218px}.event-card.featured>img,.event-card.featured .event-image-placeholder{height:98px}.event-card.featured .event-card-body{padding:9px}.event-card.featured h3{font-size:13px}.event-card.featured .event-place,.event-card.featured .event-games{font-size:9px}.event-card.featured .event-community-counts{margin:6px 0 4px}.event-card.featured .event-rsvp button{padding:5px 8px;font-size:8px}.featured-shop-card{flex-basis:84vw}.event-detail-body>h2{font-size:24px}.event-detail-hero img,.event-detail-hero>.event-image-placeholder{height:30dvh;min-height:190px}}

/* CardAdmin V3.6.3 */
.featured-admin-tag{background:#ede8ff!important;color:#5d43c7!important}.admin-mini-primary{width:auto!important;min-height:34px!important;padding:8px 12px!important;margin:0!important}.admin-event-review{display:grid;grid-template-columns:minmax(220px,38%) minmax(0,1fr);gap:18px;margin-top:14px;align-items:start}.admin-event-review-image{width:100%;max-height:430px;object-fit:cover;border-radius:20px;border:1px solid rgba(91,70,150,.12)}.admin-review-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0}.admin-review-facts p{margin:0;padding:10px;border-radius:14px;background:#f5f3f9;font-size:11px;line-height:1.45}.admin-event-description{white-space:pre-line;font-size:12px;line-height:1.6;color:#5f6570}.admin-event-review .admin-actions{margin-top:14px}
@media(max-width:760px){.admin-event-review{grid-template-columns:1fr}.admin-event-review-image{max-height:340px}.admin-review-facts{grid-template-columns:1fr}}
