:root{color-scheme:dark;--bg:#090d18;--bg-alt:#10172c;--panel:rgba(15,20,38,0.92);--panel-border:rgba(255,255,255,0.08);--text:#f3f5ff;--muted:#b7bfdc;--faint:rgba(183,191,220,0.15);--accent:#ffd94b;--accent-strong:#ffcc20;--accent-soft:rgba(255,217,75,0.15);--violet:#9b7bff;--green:#6ee7a4;--shadow:0 24px 60px rgba(0,0,0,0.36);--radius:28px;--pinochle-bg:#090d18;--pinochle-surface-solid:#0f172a;--pinochle-card-bg:#f8fafc;--pinochle-card-red:#ff6b6b;--pinochle-card-black:#1a1a2e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:radial-gradient(circle at 18% 10%,rgba(155,123,255,.18),transparent 24%),radial-gradient(circle at 82% 0,rgba(255,217,75,.18),transparent 24%),linear-gradient(180deg,#070b14,#0d1323 52%,#090d18);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.02) 1px,transparent 0),radial-gradient(rgba(255,255,255,.015) 1px,transparent 0);background-size:28px 28px,46px 46px;background-position:0 0,18px 14px;opacity:.4}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.page-shell{position:relative;isolation:isolate}.page-shell__glow{position:absolute;inset:0;z-index:-1;background:radial-gradient(circle at 22% 20%,rgba(255,217,75,.12),transparent 22%),radial-gradient(circle at 78% 8%,rgba(155,123,255,.12),transparent 20%);filter:blur(24px)}.page{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:24px 0 72px;min-height:100vh}.page--stacked{padding-top:8px}.site-header{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:20px 0 12px;display:flex;align-items:center;justify-content:space-between;gap:16px}.brand{display:inline-flex;align-items:center;gap:14px}.brand__mark{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(180deg,rgba(255,217,75,.95),rgba(243,187,27,.92));color:#1a1401;font-size:.86rem;font-weight:900;letter-spacing:.08em;box-shadow:0 16px 30px rgba(255,217,75,.16)}.brand__copy{display:grid;grid-gap:4px;gap:4px}.brand__title{font-size:.98rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.brand__subtitle{color:var(--muted);font-size:.9rem}.site-nav{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.site-nav a{padding:9px 12px;border-radius:999px;color:var(--muted);border:1px solid transparent}.site-nav a:hover{color:var(--text);border-color:var(--panel-border);background:rgba(255,255,255,.03)}.profile-avatar{width:36px;height:36px;border-radius:50%;cursor:pointer;border:2px solid transparent;transition:border-color .15s,opacity .15s;object-fit:cover}.profile-avatar:hover{border-color:var(--panel-border);opacity:.85}.profile-drawer-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:900}.profile-drawer{position:fixed;inset-inline-end:0;inset-block:0;width:320px;background:var(--surface);-webkit-border-start:1px solid var(--panel-border);border-inline-start:1px solid var(--panel-border);z-index:910;display:flex;flex-direction:column;padding:24px;gap:24px;overflow-y:auto;transform:translateX(100%)}.profile-drawer-overlay--enter{animation:overlay-fade-in .2s ease-out forwards}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}.profile-drawer--enter{animation:drawer-enter .2s ease-out forwards}.profile-drawer--leave{animation:drawer-leave .15s ease-in forwards}@keyframes drawer-enter{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes drawer-leave{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.profile-drawer__header{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:32px}.profile-drawer__large-avatar{width:96px;height:96px;border-radius:50%;object-fit:cover}.profile-drawer__heading{font-size:1.2rem;font-weight:700;margin:0}.profile-drawer__name{color:var(--muted);font-size:.92rem;margin:0;text-align:center}.profile-drawer__form{display:flex;flex-direction:column;gap:12px}.profile-drawer__form .field{margin:0}.hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,.6fr);grid-gap:24px;gap:24px;align-items:stretch;margin-top:24px}.hero__copy{padding:12px 0 0}.hero__mascot{padding:16px}.hero h1{margin:14px 0 18px;line-height:.92;letter-spacing:-.02em;text-transform:lowercase;font-size:clamp(2.8rem,6vw,4.8rem)}.room-lobby-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.room-lobby-header .page-title{margin:0;line-height:1;letter-spacing:-.02em;text-transform:none;font-size:clamp(2.4rem,5vw,4.2rem)}.hero__lede{max-width:60ch;color:var(--muted);font-size:1.08rem;line-height:1.75}.hero__actions{flex-wrap:wrap;margin-top:28px}.hero__actions,.host-actions{display:flex;align-items:center;gap:12px}.bot-add-control{position:relative;display:inline-flex}.ui-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:44px;padding:11px 18px;border-radius:999px;border:1px solid rgba(255,217,75,.28);background:linear-gradient(180deg,rgba(255,217,75,.96),rgba(243,187,27,.9));color:#1e1602;font-weight:800;line-height:1;box-shadow:0 18px 34px rgba(255,217,75,.14);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.ui-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 20px 40px rgba(255,217,75,.18)}.ui-button:focus-visible{outline:3px solid rgba(255,217,75,.35);outline-offset:2px}.ui-button:disabled{cursor:not-allowed;opacity:.48;box-shadow:none;transform:none}.ui-button--ghost{border-color:var(--panel-border);background:rgba(255,255,255,.045);color:var(--text);box-shadow:none}.ui-button--ghost:not(:disabled):hover{border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08)}.ui-button--kick{min-height:34px;padding:6px 12px;font-size:.82rem;font-weight:800;border-radius:999px;border:1px solid rgba(255,217,75,.25);background:rgba(255,255,255,.045);color:var(--text);box-shadow:none;transition:transform .18s ease,border-color .18s ease,background .18s ease}.ui-button--kick:not(:disabled):hover{transform:translateY(-1px);border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.08)}.ui-button--kick:disabled{cursor:not-allowed;opacity:.4;transform:none}.ui-button--small{min-height:34px;padding:6px 12px;font-size:.82rem;font-weight:800}.room-action--danger{border-color:rgba(255,107,107,.28);color:#ffd7d7}.room-action--danger:not(:disabled):hover{border-color:rgba(255,107,107,.48);background:rgba(255,107,107,.12)}.hero__facts{display:flex;flex-wrap:wrap;gap:12px;margin:28px 0 0;padding:0;list-style:none}.hero__facts li{min-width:180px;flex:1 1 180px;padding:14px 16px;border-radius:18px;border:1px solid var(--panel-border);background:rgba(255,255,255,.03)}.hero__facts strong{display:block;margin-bottom:6px}.hero__facts span{color:var(--muted);line-height:1.55}.ui-surface{border-radius:var(--radius);border:1px solid var(--panel-border);background:linear-gradient(180deg,rgba(18,24,44,.96),rgba(11,15,29,.92));box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.hero__mascot{padding:22px;display:flex;flex-direction:column;justify-content:space-between;min-height:100%}.hero__mascot-caption{margin:18px 0 0;color:var(--muted);line-height:1.6}.mascot{position:relative;min-height:240px;overflow:hidden;display:grid;place-items:center}.mascot__speech{position:absolute;top:-2px;right:10px;max-width:150px;padding:8px 10px;border-radius:14px;background:rgba(9,13,24,.9);border:1px solid var(--panel-border);color:var(--text);font-size:.78rem;transform:rotate(5deg)}.mascot__body{position:relative;width:140px;height:184px;border-radius:72px 72px 54px 54px;background:linear-gradient(180deg,#ffe874,#f6c824);box-shadow:inset 0 -14px 0 rgba(189,123,0,.12)}.mascot__goggles{position:absolute;top:34px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:4px}.mascot__lens{position:relative;width:46px;height:46px;border-radius:50%;border:5px solid #4d5160;background:linear-gradient(180deg,#d9dde7,#f8fafc);box-shadow:inset 0 0 0 3px rgba(255,255,255,.18)}.mascot__bridge{width:18px;height:9px;border-radius:999px;background:#4d5160}.mascot__eye{position:absolute;inset:8px;border-radius:50%;background:radial-gradient(circle at 42% 38%,#fff 0 12px,#171717 13px 18px,#090909 19px 100%)}.mascot__mouth{position:absolute;top:92px;left:50%;width:34px;height:16px;border-bottom:3px solid #5a3212;border-radius:0 0 34px 34px;transform:translateX(-50%) rotate(7deg)}.mascot__overall{position:absolute;left:0;right:0;bottom:0;height:72px;border-radius:0 0 54px 54px;background:linear-gradient(180deg,#5b83ff,#314fd8)}.mascot__overall:after,.mascot__overall:before{content:"";position:absolute;top:-18px;width:20px;height:32px;border-radius:999px;background:#5b83ff}.mascot__overall:before{left:28px;transform:rotate(-20deg)}.mascot__overall:after{right:28px;transform:rotate(20deg)}.mascot__strap{position:absolute;top:-12px;width:15px;height:32px;background:#2e49c7;border-radius:999px}.mascot__strap--left{left:42px;transform:rotate(-18deg)}.mascot__strap--right{right:42px;transform:rotate(18deg)}.mascot__pocket{position:absolute;left:50%;bottom:16px;width:44px;height:30px;border-radius:10px;transform:translateX(-50%);border:3px solid rgba(255,255,255,.34)}.mascot__arm,.mascot__foot{position:absolute;background:#f6c824}.mascot__arm{top:90px;width:42px;height:12px;border-radius:999px}.mascot__arm--left{left:-21px;transform:rotate(-34deg)}.mascot__arm--right{right:-21px;transform:rotate(34deg)}.mascot__arm:after,.mascot__arm:before{content:"";position:absolute;right:-4px;top:-3px;width:9px;height:9px;border-radius:50%;background:#f6c824}.mascot__foot{bottom:-2px;width:36px;height:10px;border-radius:999px}.mascot__foot--left{left:26px}.mascot__foot--right{right:26px}.section{margin-top:52px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:18px}.section-heading h2{margin:12px 0 0;font-size:clamp(1.6rem,3vw,2.4rem)}.section-heading p{max-width:58ch;margin:0;color:var(--muted);line-height:1.65}.game-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.game-card{padding:20px;display:flex;flex-direction:column;gap:16px}.game-card__footer,.game-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.game-card__session{color:var(--muted);font-size:.92rem}.game-card__body h3{margin:0 0 8px;font-size:1.4rem}.game-card__body p{margin:0;color:var(--muted);line-height:1.7}.game-card__tags{display:flex;flex-wrap:wrap;gap:8px}.ui-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;border:1px solid var(--panel-border);background:rgba(255,255,255,.03);color:var(--text);font-size:.82rem;line-height:1}.ui-badge--accent{border-color:rgba(255,217,75,.25);background:rgba(255,217,75,.14);color:#ffe99d}.game-card__requirements{margin:0;padding-left:18px;color:var(--muted);line-height:1.7}.game-card__requirements li+li{margin-top:6px}.game-card__actions{display:flex;flex-wrap:wrap;gap:10px}.workflow-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.workflow-step{padding:20px}.workflow-step__index{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border-radius:14px;background:var(--accent-soft);color:#ffd94b;font-size:.88rem;font-weight:900}.workflow-step h3{margin:14px 0 10px}.workflow-step p{margin:0;color:var(--muted);line-height:1.65}.scoreboard{padding:18px}.scoreboard__rows{display:grid;grid-gap:12px;gap:12px}.scoreboard__row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;border-radius:18px;border:1px solid var(--panel-border);background:rgba(255,255,255,.03)}.room-player strong,.scoreboard__row strong{display:block}.room-player span,.scoreboard__row span{display:block;color:var(--muted);margin-top:4px}.scoreboard__value{font-size:1.25rem;font-weight:900;color:#ffd94b}.detail-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);grid-gap:18px;gap:18px}.detail-main{padding:24px 22px 22px}.detail-side{padding:20px}.detail-side h2{margin-top:0}.detail-list{margin:0;padding-left:18px;color:var(--muted);line-height:1.7}.detail-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.detail-meta span,.room-status{padding:8px 12px;border-radius:999px;border:1px solid var(--panel-border);background:rgba(255,255,255,.03);color:var(--muted)}.room-status--good{color:#c2ffda;border-color:rgba(110,231,164,.22);background:rgba(110,231,164,.12)}.room-status-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.room-status{display:inline-flex;align-items:center;justify-content:center}.room-players{display:grid;grid-gap:12px;gap:12px;margin-top:18px;min-height:340px;align-content:start}.room-player{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;border-radius:18px;border:1px solid var(--panel-border);background:rgba(255,255,255,.035);transition:border-color .18s ease,background .18s ease,transform .18s ease}.room-player:hover{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.06)}.room-player--current{border-color:rgba(255,217,75,.28);background:rgba(255,217,75,.07)}.room-player__identity{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;gap:4px}.room-player__controls{display:flex;align-items:center;justify-content:flex-end;flex:0 0 auto;flex-wrap:wrap;gap:8px}.room-player strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1rem}.room-player span{color:var(--muted);font-size:.86rem}.room-form{display:grid;grid-gap:14px;gap:14px;margin-top:20px;padding:16px;border-radius:18px;border:1px solid var(--panel-border);background:rgba(255,255,255,.035)}.field{display:grid;grid-gap:8px;gap:8px}.field--error input,.field--error select{border-color:#ff6b6b;outline:1px solid #ff6b6b}.field-error,.room-error{color:#ff8a8a;margin-bottom:1rem;line-height:1.4}.field span{color:var(--muted);font-size:.92rem}.field input,.field select{width:100%;padding:13px 14px;border-radius:16px;border:1px solid var(--panel-border);background:rgba(255,255,255,.045);color:var(--text);transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.field input:focus,.field select:focus{outline:none;border-color:rgba(255,217,75,.42);box-shadow:0 0 0 3px rgba(255,217,75,.12)}.bot-strategy-select{max-width:180px;padding:8px 34px 8px 12px;border-radius:999px;border:1px solid var(--panel-border);background:rgba(255,255,255,.045);color:var(--text);font-size:.84rem;font-weight:700;cursor:pointer;transition:border-color .18s ease,background .18s ease}.bot-strategy-select:disabled{cursor:not-allowed;opacity:.5}.bot-strategy-select:hover:not(:disabled){border-color:rgba(255,255,255,.22);background:rgba(255,255,255,.075)}.bot-strategy-select option{background:var(--panel);color:var(--text)}.field--disabled input,.field--disabled select{opacity:.6}.field input::placeholder{color:rgba(183,191,220,.7)}.form-note{margin:4px 0 0;color:var(--muted);line-height:1.6}.page-shell .section:first-child{margin-top:18px}.yahtzee-page .section{margin-top:0}.rooms-surface{padding:24px}.filter-bar{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px}.room-list,.room-list-skeleton{display:grid;grid-gap:12px;gap:12px}.room-empty{text-align:center;padding:40px 20px}.room-empty__heading{font-weight:700;font-size:1.1rem;margin-bottom:8px}.room-empty__description{color:var(--muted);line-height:1.6}.room-list-skeleton__card{height:72px;border-radius:18px;background:rgba(255,255,255,.03);border:1px solid var(--panel-border);animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%,to{opacity:.4}50%{opacity:.7}}.room-card{padding:16px;display:flex;align-items:center;justify-content:space-between;gap:16px}.room-card:hover{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.06);cursor:pointer}.room-card__info{display:flex;flex-direction:column;gap:6px}.room-card__info>div:first-child{display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap}.room-card__info strong{font-size:1rem}.room-card__info span{color:var(--muted);font-size:.86rem}.room-card__info code{font-size:.8rem;color:var(--muted);background:rgba(255,255,255,.05);padding:2px 6px;border-radius:4px}.room-card__actions{flex-shrink:0}.pc-name-btn{all:unset;display:inline-flex;align-items:center;gap:4px;cursor:pointer;border-radius:8px;padding:1px 2px;transition:background .18s ease}.pc-name-btn:hover{background:rgba(255,217,75,.12)}.pc-name-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:8px}.pc-name-icon{font-size:.75rem;opacity:.5;transition:opacity .18s ease;line-height:1}.pc-name-btn:hover .pc-name-icon{opacity:1}.pc-popover{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);z-index:100;min-width:240px;padding:10px;border-radius:16px;border:1px solid var(--panel-border);background:linear-gradient(180deg,rgba(18,24,44,.98),rgba(11,15,29,.96));box-shadow:0 24px 60px rgba(0,0,0,.5);animation:pcPopoverIn .18s ease-out both}.pc-popover-arrow{position:absolute;top:-5px;left:50%;transform:translateX(-50%) rotate(45deg);width:10px;height:10px;background:rgba(18,24,44,.98);border-left:1px solid var(--panel-border);border-top:1px solid var(--panel-border)}@keyframes pcPopoverIn{0%{opacity:0;transform:translateX(-50%) translateY(-4px) scale(.96)}to{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}}.pc-popover-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px}.pc-preset-btn{all:unset;display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:12px;border:1px solid transparent;background:rgba(255,255,255,.03);cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .12s ease;font-size:.82rem;color:var(--text)}.pc-preset-btn:hover{background:rgba(255,255,255,.08);border-color:var(--panel-border);transform:scale(1.03)}.pc-preset-btn:active{transform:scale(.96)}.pc-preset-icon{font-size:1.1rem;line-height:1}.pc-preset-label{font-weight:600;white-space:nowrap}@keyframes pcFlyPop{0%{opacity:0;transform:translateY(-50%) translateX(-8px) scale(.5)}55%{opacity:1;transform:translateY(calc(-50% - 4px)) translateX(0) scale(1.08)}to{opacity:1;transform:translateY(-50%) translateX(0) scale(1)}}@keyframes pcFlyShrink{to{opacity:0;transform:translateY(calc(-50% - 6px)) scale(.7)}}.pc-fly-bubble{display:flex;align-items:center;gap:5px;padding:6px 16px;border-radius:999px;border:1px solid rgba(255,217,75,.18);background:linear-gradient(180deg,rgba(18,24,44,.97),rgba(14,19,36,.95));box-shadow:0 8px 32px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.04);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);white-space:nowrap;pointer-events:none;animation:pcFlyPop .35s cubic-bezier(.34,1.56,.64,1) both}.pc-fly-bubble--leave{animation:pcFlyShrink .25s ease-in forwards!important}.pc-fly-bubble-icon{font-size:1.05rem;line-height:1}.pc-fly-bubble-msg{font-size:.8rem;font-weight:800;color:#ffd94b;letter-spacing:.03em}@media (max-width:720px){.pc-popover{position:fixed;top:auto;bottom:28px;left:50%;transform:translateX(-50%);min-width:260px}.pc-popover-arrow{display:none}.site-header{flex-direction:column;align-items:flex-start;padding:12px 0 8px;gap:10px}.site-nav{flex-direction:row;flex-wrap:nowrap;gap:6px}.site-nav a{padding:6px 10px;font-size:.85rem;white-space:nowrap}.hero{grid-template-columns:1fr}.hero__copy{padding-top:0}.hero__actions{flex-direction:column}.hero__actions .ui-button{width:100%}.detail-layout,.game-grid{grid-template-columns:1fr}.detail-side{order:2}.room-status-row{flex-direction:column;align-items:stretch}.room-status{text-align:center}.room-player{align-items:stretch;flex-direction:column}.room-player__controls{justify-content:flex-start;width:100%}.bot-strategy-select{max-width:100%}.room-card{flex-direction:column;align-items:stretch}.room-card__actions,.room-card__actions button{width:100%}.yahtzee-layout{grid-template-columns:1fr}.yahtzee-status-bar{grid-template-columns:repeat(2,1fr)}.yahtzee-dice-row{flex-direction:column;gap:20px}.yahtzee-actions{margin-left:0}.yahtzee-dice-grid{grid-template-columns:repeat(3,1fr);gap:20px}.yahtzee-score-options__grid,.yahtzee-scoreboard__stats{grid-template-columns:1fr}.yahtzee-score-options__head,.yahtzee-scoreboard__header,.yahtzee-table__header{align-items:start;flex-direction:column}.yahtzee-score-table{overflow-x:auto}.yahtzee-score-table__header,.yahtzee-score-table__row,.yahtzee-score-table__totals{min-width:calc(150px + (var(--player-count, 1) * 100px))}.yahtzee-score-table__cell:not(.yahtzee-score-table__cell--label):not(.yahtzee-score-table__cell--active):not(.yahtzee-score-table__cell--total){display:none}.yahtzee-score-table__header,.yahtzee-score-table__row,.yahtzee-score-table__totals{grid-template-columns:150px 1fr}}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlayFadeOut{0%{opacity:1}to{opacity:0}}@keyframes dialogEnter{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes dialogLeave{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.9) translateY(10px)}}.dialog-overlay{position:fixed;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:flex-start;justify-content:center;padding-top:20vh;z-index:2000;animation:overlayFadeIn .2s ease-out}.dialog-overlay--leave{animation:overlayFadeOut .2s ease-out forwards}.dialog{background:var(--panel-bg);border:1px solid var(--panel-border);border-radius:12px;padding:24px;max-width:400px;width:90%;text-align:center}.dialog--enter{animation:dialogEnter .25s ease-out}.dialog--leave{animation:dialogLeave .2s ease-out forwards}.dialog-link{display:block;word-break:break-all;background:rgba(255,255,255,.08);padding:10px 12px;border-radius:8px;font-size:.85rem;color:var(--muted);line-height:1.5}.bot-tooltip{position:absolute;top:calc(100% + 8px);left:50%;transform:translateX(-50%);background:rgba(15,20,38,.95);border:1px solid var(--panel-border);border-radius:8px;padding:6px 12px;font-size:.8rem;color:var(--muted);white-space:nowrap;z-index:10}