:root{--bg:#031b10;--header:#16743c;--card:#132f21;--card-2:#0a2417;--line:#2d6948;--line-soft:#204b35;--green:#1c914d;--yellow:#ffcc16;--red:#cf3b2f;--text:#f2f2eb;--muted:#82a48f;--shadow:0 18px 50px rgba(0,0,0,.32);--radius:22px}*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;min-height:100vh;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}.topbar{height:96px;padding:0 max(24px,calc((100% - 1100px)/2));display:flex;align-items:center;justify-content:space-between;background:var(--header);border-bottom:6px solid var(--yellow)}.brand{display:flex;align-items:center;gap:14px;color:var(--text);text-decoration:none}.brand>span:last-child{display:block;line-height:1}.brand b,.footer-brand b{color:var(--yellow)}.brand b,.brand strong{font-size:25px;letter-spacing:-.04em}.brand strong{color:var(--text)}.brand small{display:block;margin-top:7px;color:#061a10;font-size:10px;font-weight:900;letter-spacing:.28em}.brand-mark{position:relative;width:49px;height:45px;clip-path:polygon(50% 0,100% 100%,0 100%);background:#0d2518;border-radius:5px}.brand-mark::after{content:'';position:absolute;inset:5px;clip-path:inherit;background:var(--header)}.brand-mark i{position:absolute;z-index:1;width:11px;height:11px;border-radius:50%;background:var(--yellow)}.brand-mark i:first-child{left:19px;top:9px}.brand-mark i:nth-child(2){left:11px;top:25px;background:var(--red)}.brand-mark i:last-child{right:11px;top:25px;background:#111}.status-pill,.live-pill,.wip-pill{display:inline-flex;align-items:center;gap:8px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.09em}.status-pill{padding:10px 13px;border:1px solid rgba(255,204,22,.35);color:var(--yellow);background:rgba(3,27,16,.22)}.status-pill i,.construction-line i{width:8px;height:8px;border-radius:50%;background:var(--yellow);box-shadow:0 0 12px rgba(255,204,22,.8)}main{width:min(1100px,calc(100% - 34px));margin:0 auto}.hero{min-height:650px;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(390px,.95fr);gap:55px;align-items:center;padding:70px 0 80px}.eyebrow{margin:0;color:var(--yellow);font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.hero h1{margin:14px 0 22px;font-size:clamp(52px,7vw,82px);line-height:.91;letter-spacing:-.065em}.hero h1 span,.promise-panel h2 span,.wip-card h1 span{color:var(--yellow)}.lede{max-width:650px;margin:0;color:var(--muted);font-size:18px;line-height:1.6}.feature-strip{display:flex;flex-wrap:wrap;gap:10px 18px;margin:28px 0;color:#c7d7cd;font-size:12px;font-weight:800}.feature-strip span{white-space:nowrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 18px;border:2px solid transparent;border-radius:12px;font-weight:900;text-decoration:none;transition:.18s}.button:hover{filter:brightness(1.08);transform:translateY(-2px)}.button.primary{background:var(--yellow);color:#092216}.button.ghost{border-color:var(--line);color:var(--yellow);background:var(--card-2)}.button.wide{width:100%;margin-top:auto}.hero-board{position:relative;height:470px;border:2px solid var(--line);border-radius:30px;background:radial-gradient(circle at 50% 45%,#17482f 0,#0c2d1d 48%,#071d13 100%);box-shadow:var(--shadow);overflow:hidden}.hero-board::before{content:'';position:absolute;inset:18px;border:1px solid rgba(255,255,255,.08);border-radius:19px}.cue{position:absolute;width:430px;height:8px;border-radius:8px;background:linear-gradient(90deg,#26150d 0 16%,#e8cf9c 16% 90%,#f3f0df 90%);opacity:.5}.cue-one{right:-150px;top:90px;transform:rotate(48deg)}.cue-two{left:-170px;bottom:85px;transform:rotate(42deg)}.rack{position:absolute;left:50%;top:48%;display:grid;grid-template-columns:repeat(3,62px);grid-auto-rows:62px;transform:translate(-50%,-50%);filter:drop-shadow(0 10px 9px rgba(0,0,0,.34))}.ball{display:grid;place-items:center;width:59px;height:59px;border-radius:50%;border:1px solid rgba(0,0,0,.25);font-style:normal;font-size:16px;font-weight:900;color:#111;box-shadow:inset -7px -9px 15px rgba(0,0,0,.22),inset 6px 7px 9px rgba(255,255,255,.18)}.ball::after{content:'';position:absolute;width:23px;height:23px;border-radius:50%;background:#f5f4ed;z-index:-1}.rack .ball:nth-child(1){grid-column:2}.rack .ball:nth-child(2){grid-column:1;grid-row:2}.rack .ball:nth-child(3){grid-column:3;grid-row:2}.rack .ball:nth-child(4){grid-column:1;grid-row:3}.rack .ball:nth-child(5){grid-column:2;grid-row:3;color:#111}.rack .ball:nth-child(6){grid-column:3;grid-row:3}.yellow{background:#f2c316}.red{background:#d63232}.green{background:#168849}.purple{background:#55419b}.black{background:#111}.stripe{background:linear-gradient(#f5f4ed 0 27%,#1f54bd 27% 73%,#f5f4ed 73%)}.stat{position:absolute;display:grid;gap:4px;min-width:115px;padding:12px 15px;border:1px solid var(--line);border-radius:13px;background:rgba(5,26,17,.92);box-shadow:0 10px 25px rgba(0,0,0,.25)}.stat small{color:var(--muted);font-size:8px;font-weight:900;letter-spacing:.12em}.stat b{color:var(--yellow);font-size:26px}.stat-one{top:28px;left:28px}.stat-two{right:28px;bottom:28px}.apps-section{padding:70px 0 95px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:28px}.section-heading h2,.promise-panel h2{margin:8px 0 0;color:var(--text);font-size:42px;letter-spacing:-.04em}.section-heading>p{max-width:430px;margin:0;color:var(--muted);line-height:1.55}.app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.app-card{display:flex;flex-direction:column;min-height:510px;padding:25px;background:var(--card);border:2px solid var(--line);border-radius:var(--radius);box-shadow:0 14px 35px rgba(0,0,0,.2);transition:.18s}.app-card:hover{border-color:var(--yellow);transform:translateY(-3px)}.card-top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:25px}.app-icon{display:grid;place-items:center;width:72px;height:72px}.eight-icon{border-radius:50%;background:#0c0d0c;border:7px solid #303633;color:#f5f4ed;font-size:28px;font-weight:900}.kelly-icon{grid-template-columns:repeat(3,29px);width:92px}.kelly-icon b{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--yellow);color:#102116;font-size:12px}.kelly-icon b:nth-child(2){margin-left:-9px;background:var(--red);color:white}.kelly-icon b:nth-child(3){grid-column:2;margin:-13px 0 0 4px;background:#f5f4ed}.snooker-icon{position:relative;grid-template-columns:repeat(3,30px);width:90px}.snooker-icon b{width:34px;height:34px;border-radius:50%;background:#d63232;border:1px solid #7f1717}.snooker-icon b:nth-child(2){margin-left:-9px}.snooker-icon b:nth-child(3){grid-column:2;margin:-15px 0 0 -4px}.live-pill{padding:7px 9px;background:rgba(98,216,142,.1);border:1px solid rgba(98,216,142,.25);color:#62d88e}.wip-pill{padding:7px 9px;background:rgba(255,204,22,.08);border:1px solid rgba(255,204,22,.25);color:var(--yellow)}.app-card h3{margin:8px 0 12px;font-size:29px;letter-spacing:-.04em}.app-card h3 span{color:var(--yellow)}.app-card>p:not(.eyebrow){min-height:88px;margin:0;color:var(--muted);font-size:14px;line-height:1.55}.app-card ul{display:grid;gap:10px;margin:20px 0 28px;padding:18px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);list-style:none;color:#c7d7cd;font-size:13px}.app-card li::before{content:'✓';margin-right:9px;color:var(--yellow);font-weight:900}.coming-line{display:flex;align-items:center;gap:9px;margin:28px 0;color:var(--muted);font-size:12px}.coming-line span{width:30px;height:2px;background:var(--yellow)}.promise-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:center;margin-bottom:95px;padding:42px;background:linear-gradient(135deg,#123e2a,#0b2a1c);border:2px solid var(--line);border-radius:28px}.promise-grid{display:grid;gap:10px}.promise-grid span{display:flex;align-items:center;gap:15px;padding:14px;background:rgba(3,27,16,.45);border:1px solid rgba(255,255,255,.08);border-radius:12px;font-size:13px;font-weight:800}.promise-grid b{color:var(--yellow);font-size:11px}footer{min-height:110px;padding:30px max(24px,calc((100% - 1100px)/2));display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;border-top:1px solid var(--line);background:#02150c;color:var(--muted);font-size:12px}footer p{text-align:center}.footer-brand{color:var(--text);text-decoration:none;font-size:20px;font-weight:900}.back-link{padding:10px 14px;border:1px solid rgba(255,204,22,.35);border-radius:999px;color:var(--yellow);font-size:12px;font-weight:900;text-decoration:none}.snooker-page main{width:100%}
.brand-mark-img{display:block;width:49px;height:45px;border-radius:8px;object-fit:cover}.wip-main{min-height:calc(100vh - 96px);display:grid;place-items:center;padding:40px 17px;background:radial-gradient(circle at center,#113b28 0,var(--bg) 63%)}.wip-card{width:min(620px,100%);padding:55px 35px;text-align:center;border:2px solid var(--line);border-radius:28px;background:rgba(10,36,23,.88);box-shadow:var(--shadow)}.wip-card h1{margin:16px 0;font-size:clamp(54px,10vw,86px);line-height:.86;letter-spacing:-.065em}.wip-card>p:not(.eyebrow){color:var(--muted);font-size:16px}.snooker-balls{display:flex;justify-content:center;margin-bottom:27px}.snooker-balls i{width:42px;height:42px;margin-left:-7px;border-radius:50%;background:var(--red);border:1px solid #701616;box-shadow:inset -6px -7px 10px rgba(0,0,0,.25)}.snooker-balls i:first-child{margin-left:0}.snooker-balls i:nth-child(4){background:#111}.snooker-balls i:nth-child(5){background:var(--yellow)}.construction-line{display:inline-flex;align-items:center;gap:9px;margin-top:22px;padding:9px 13px;border:1px solid var(--line);border-radius:999px;color:#c7d7cd;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.construction-line i{display:block}
@media(max-width:900px){.hero{grid-template-columns:1fr;padding-top:55px}.hero-copy{text-align:center}.lede{margin-inline:auto}.feature-strip{justify-content:center}.hero-board{width:min(510px,100%);margin:0 auto}.app-grid{grid-template-columns:1fr 1fr}.snooker-card{grid-column:1/-1;min-height:390px}.section-heading{align-items:start}.promise-panel{grid-template-columns:1fr}.app-card>p:not(.eyebrow){min-height:0}}
@media(max-width:620px){.topbar{height:78px;padding:0 13px;border-bottom-width:5px}.brand-mark{width:39px;height:37px}.brand-mark-img{width:39px;height:37px}.brand-mark i{width:9px;height:9px}.brand-mark i:first-child{left:15px;top:8px}.brand-mark i:nth-child(2){left:8px;top:22px}.brand-mark i:last-child{right:8px;top:22px}.brand b,.brand strong{font-size:20px}.brand small{font-size:8px}.status-pill{display:none}main{width:min(100% - 22px,540px)}.hero{min-height:auto;gap:35px;padding:48px 0 55px}.hero h1{font-size:52px}.lede{font-size:16px}.venue-note{font-size:16px}.venue-note-link{font-size:16px}.hero-board{height:350px}.rack{grid-template-columns:repeat(3,49px);grid-auto-rows:49px}.ball{width:47px;height:47px;font-size:13px}.stat{min-width:96px;padding:9px 11px}.stat b{font-size:20px}.cue{width:340px}.apps-section{padding:55px 0 70px}.section-heading{display:grid;gap:14px}.section-heading h2,.promise-panel h2{font-size:34px}.app-grid{grid-template-columns:1fr}.snooker-card{grid-column:auto}.app-card{min-height:0}.promise-panel{margin-bottom:60px;padding:28px 20px}footer{grid-template-columns:1fr;text-align:center}footer p{margin:0}.wip-main{min-height:calc(100vh - 78px)}.wip-card{padding:45px 20px}.wip-card h1{font-size:56px}.back-link{padding:8px 10px}}

/* CueTracker family artwork */
.hero-board{background:radial-gradient(circle at 50% 44%,#195038 0,#0c2d1d 52%,#071d13 100%)}
.hero-board::after{content:'';position:absolute;left:50%;bottom:34px;width:62%;height:22px;transform:translateX(-50%);border-radius:50%;background:rgba(0,0,0,.25);filter:blur(12px)}
.hero-ball-set{position:absolute;inset:0;z-index:1}
.hero-ball-set .ball{position:absolute;display:grid;place-items:center;width:92px;height:92px;border-radius:50%;border:1px solid rgba(0,0,0,.36);font-style:normal;color:#111;box-shadow:inset -12px -14px 22px rgba(0,0,0,.25),inset 9px 10px 12px rgba(255,255,255,.22),0 12px 15px rgba(0,0,0,.26)}
.hero-ball-set .ball::after{content:none}
.hero-ball-set .ball::before{content:'';position:absolute;top:13px;left:17px;width:28px;height:14px;border-radius:50%;background:rgba(255,255,255,.25);transform:rotate(-28deg)}
.hero-ball-set .ball span{position:relative;z-index:2;display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#f5f4ed;font-size:17px;font-weight:900}
.hero-ball-set .cue-ball{left:7%;top:46%;background:#f5f4ed;transform:rotate(-10deg)}
.hero-ball-set .red-ball{left:28%;top:6%;background:#d63232;transform:rotate(9deg)}
.hero-ball-set .yellow-ball{right:9%;top:8%;background:#f2c316;transform:rotate(-16deg)}
.hero-ball-set .black-ball{left:42%;bottom:9%;background:#080908;transform:rotate(6deg)}
.hero-ball-set .nine-ball{right:24%;top:44%;background:linear-gradient(#f5f4ed 0 28%,#f2c316 28% 72%,#f5f4ed 72%);transform:rotate(-8deg)}
.hero-ball-set .six-ball{right:9%;bottom:24%;background:#168849;transform:rotate(15deg)}.hero-ball-set .four-ball{left:6%;top:8%;background:#7b3fb0;transform:rotate(13deg)}.hero-ball-set .fifteen-ball{left:56%;top:19%;background:linear-gradient(#f5f4ed 0 28%,#7a1f2b 28% 72%,#f5f4ed 72%);transform:rotate(-7deg)}.hero-ball-set .fifteen-ball span{font-size:13px}.hero-ball-set .snooker-blue-ball{left:39%;top:28%;background:#235fc4;transform:rotate(4deg)}.hero-ball-set .snooker-pink-ball{left:17%;bottom:16%;background:#ef77a4;transform:rotate(-3deg)}
.kelly-pea{position:absolute;z-index:3;display:grid;place-items:center;width:38px;height:38px;overflow:hidden;border:2px solid rgba(255,255,255,.3);border-radius:50%;background:linear-gradient(to bottom,#c0392b 0 50%,#f5f4ed 50% 100%);box-shadow:0 7px 10px rgba(0,0,0,.32);font-style:normal;transform:rotate(var(--pea-turn,0deg))}
.kelly-pea span{position:relative;z-index:1;display:grid;place-items:center;width:19px;height:19px;border-radius:50%;background:#f5f4ed;color:#c0392b;font-size:11px;font-weight:900;transform:rotate(calc(-1 * var(--pea-turn,0deg)))}
.pea-one{left:4%;top:66%;--pea-turn:-16deg}.pea-seven{right:5%;top:75%;--pea-turn:20deg}.pea-eleven{left:36%;bottom:4%;--pea-turn:10deg}.pea-three{right:17%;bottom:4%;--pea-turn:-22deg}.pea-twelve{left:50%;top:50%;--pea-turn:8deg}
.app-card .card-top{min-height:130px;align-items:center}
.official-logo{filter:drop-shadow(0 5px 7px rgba(0,0,0,.35))}
.official-logo img{display:block;width:100%;height:100%;object-fit:contain}
.kelly-card .card-top{min-height:170px}
.kelly-icon{width:200px;height:165px}
.eight-icon{width:125px;height:125px}
.eight-icon{border:0;border-radius:0;background:none;color:inherit;font-size:inherit}
.snooker-icon{display:block;width:118px;height:118px;border-radius:16px;overflow:hidden;filter:drop-shadow(0 5px 7px rgba(0,0,0,.28))}
.snooker-icon img{display:block;width:100%;height:100%;object-fit:cover}
.snooker-page-logo{display:block;width:160px;height:160px;margin:0 auto 28px;border-radius:20px;object-fit:cover;filter:drop-shadow(0 8px 14px rgba(0,0,0,.3))}
@media(max-width:620px){.hero-ball-set .ball{width:68px;height:68px}.hero-ball-set .ball span{width:27px;height:27px;font-size:14px}}
@media(max-width:620px){.kelly-pea{width:30px;height:30px}.kelly-pea span{width:16px;height:16px;font-size:9px}.app-card .card-top{min-height:112px}.kelly-card .card-top{min-height:150px}.kelly-icon{width:180px;height:148px}.eight-icon{width:110px;height:110px}.snooker-icon{width:104px;height:104px}.snooker-page-logo{width:138px;height:138px;margin-bottom:24px}}

/* Equal-size family marks and sub-app title colours */
.app-card{min-height:590px}
.app-card .card-top,.kelly-card .card-top{min-height:166px;align-items:center}
.kelly-icon,.eight-icon,.snooker-icon{flex:0 0 146px;width:146px;height:146px}
.kelly-icon,.eight-icon{display:block}
.app-card h3 .app-name{color:var(--yellow)}
.app-card h3 .tracker-name{color:var(--red)}
.official-logo img{display:block;width:100%;height:100%;object-fit:contain}
.eight-icon{border:0;border-radius:0;background:none;color:inherit;font-size:inherit}
.snooker-icon{--sn-ball:20px;position:relative;display:block;border-radius:0;overflow:visible;filter:drop-shadow(0 5px 7px rgba(0,0,0,.28))}
.snooker-icon .snooker-ball{display:grid;place-items:center;width:var(--sn-ball);height:var(--sn-ball);flex:0 0 var(--sn-ball);border:1px solid rgba(0,0,0,.4);border-radius:50%;box-shadow:inset -3px -3px 5px rgba(0,0,0,.28),inset 2px 2px 3px rgba(255,255,255,.3)}
.snooker-icon .eight-ball{position:absolute;z-index:3;left:50%;top:-2px;transform:translateX(-50%);background:#080908;color:#111}
.snooker-icon .eight-ball b{display:grid;place-items:center;width:10px;height:10px;border-radius:50%;background:#f4f2e9;font-size:7px;line-height:1}
.snooker-rack{position:absolute;z-index:0;left:50%;top:16px;width:136px;height:118px;transform:translateX(-50%);overflow:visible}
.snooker-icon .snooker-ball.blue{background:#1f6fe4}.snooker-icon .snooker-ball.brown{background:#9a5a24}.snooker-icon .snooker-ball.yellow{background:#ffcc16}.snooker-icon .snooker-ball.pink{background:#ff5fa3}.snooker-icon .snooker-ball.green{background:#17a34a}
.snooker-colours{position:absolute;z-index:3;left:50%;bottom:1px;display:flex;gap:6px;transform:translateX(-50%)}
.snooker-page-logo{display:block;width:146px;height:146px;margin:0 auto 28px;border-radius:0;object-fit:initial;filter:drop-shadow(0 8px 14px rgba(0,0,0,.3))}
@media(max-width:900px){.snooker-card{min-height:590px}}
@media(max-width:620px){.app-card{min-height:0}.app-card .card-top,.kelly-card .card-top{min-height:142px}.kelly-icon,.eight-icon{flex-basis:126px;width:126px;height:126px}.snooker-page-logo{width:146px;height:146px;margin-bottom:24px}}

/* Venue display message and refined Snooker mark */
.venue-note{max-width:650px;margin:20px 0 0;color:var(--muted);font-size:18px;line-height:1.6}

.venue-note-link{display:inline;border:0;background:none;padding:0;margin-left:2px;color:var(--yellow);font-size:18px;font-weight:800;cursor:pointer;text-decoration:underline;text-underline-offset:2px}
.snooker-card .snooker-icon{transform:scale(.86);transform-origin:center}
.app-card .card-top+h3{margin-top:8px}
@media(max-width:900px){.venue-note{margin-inline:auto;text-align:left}}
@media(max-width:620px){.venue-note{margin-top:18px}.snooker-card .snooker-icon{transform:scale(.863)}}

.app-card li{position:relative;padding-left:20px}
.app-card li::before{position:absolute;left:0;margin-right:0}



/* About links and CueTracker-hosted live About pages */
.about-link{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:-12px 0 14px;padding:10px 12px;border:1px solid var(--line);border-radius:10px;background:rgba(3,27,16,.28);color:var(--yellow);font-size:13px;font-weight:900;text-decoration:none;transition:.18s}
.about-link:hover{border-color:var(--yellow);transform:translateY(-1px)}
.about-shell{width:min(920px,calc(100% - 34px));margin:0 auto;padding:52px 0 85px}.about-shell-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:26px}.about-shell-head h1{margin:8px 0 0;font-size:clamp(42px,7vw,68px);letter-spacing:-.055em}.about-shell-head h1 span{color:var(--yellow)}.about-source-note{max-width:390px;margin:0;color:var(--muted);font-size:13px;line-height:1.55}.about-live-content{display:grid;gap:16px}.about-live-content>.card,.about-live-content>.panel,.about-live-content>.about-card{padding:25px;border:2px solid var(--line);border-radius:var(--radius);background:var(--card);box-shadow:0 14px 35px rgba(0,0,0,.18)}.about-live-content h2{margin-top:0;color:var(--yellow)}.about-live-content p{color:#c7d7cd;line-height:1.65}.about-live-content ul{color:#c7d7cd;line-height:1.65}.about-live-content li+li{margin-top:5px}.about-play-strip{display:flex;flex-wrap:wrap;gap:10px;overflow-x:visible;padding:4px 2px 10px}.about-play-shot{flex:0 0 116px;width:116px;height:205px;border:1px solid var(--line);border-radius:10px;object-fit:cover}.about-live-content button{pointer-events:none}.about-live-content .about-support-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.about-live-content .about-support-card{display:grid;gap:7px;color:var(--text);text-decoration:none}.about-live-content .about-support-card b{color:var(--yellow)}.about-live-content .about-support-card span{color:var(--muted);line-height:1.5}.about-page-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}
@media(max-width:700px){.about-shell{padding-top:35px}.about-shell-head{align-items:start;flex-direction:column}.about-live-content .about-support-grid{grid-template-columns:1fr}.about-play-shot{flex-basis:96px;width:96px;height:170px}}

.venue-modal{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:rgba(4,15,9,.78);padding:20px}
.venue-modal.hidden{display:none}
.venue-modal-inner{position:relative;width:min(640px,100%);max-height:85vh;overflow:auto;background:var(--card);border:2px solid var(--line);border-radius:20px;padding:26px;box-shadow:var(--shadow)}
.venue-modal-close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:1px solid var(--line);background:transparent;color:var(--text);font-size:20px;line-height:1;cursor:pointer}
.venue-modal-tabs{display:flex;gap:8px;margin-bottom:18px}
.venue-tab{flex:1;padding:10px;border-radius:10px;border:1px solid var(--line);background:transparent;color:var(--muted);font-weight:800;font-size:13px;cursor:pointer}
.venue-tab.active{background:var(--yellow);color:#12261a;border-color:var(--yellow)}
.venue-panel.hidden{display:none}
.venue-panel img{width:100%;border-radius:14px;border:1px solid var(--line);display:block;margin-bottom:14px}
.venue-panel p{color:#c7d7cd;font-size:13px;line-height:1.55;margin:0}
.venue-placeholder{display:grid;place-items:center;gap:10px;padding:50px 20px;border:2px dashed var(--line);border-radius:14px;text-align:center}
.venue-placeholder span{font-size:40px}
.venue-placeholder p{color:var(--muted);font-size:13px;line-height:1.5;margin:0}
@media(max-width:620px){.venue-modal-inner{padding:20px 16px;border-radius:16px}}
