@import"https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap";.go-dash{max-width:72rem}.go-dash-announce{border-radius:12px;padding:.85rem 1.1rem;margin-bottom:1.25rem;background:linear-gradient(100deg,#1e40af,#2563eb 55%,#3b82f6);color:#eff6ff;font-size:.92rem;line-height:1.45;border:1px solid rgba(255,255,255,.12)}.go-dash-announce strong{color:#fff}.go-dash-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.25rem}@media(max-width:720px){.go-dash-metrics{grid-template-columns:1fr}}.go-dash-metric{background:var(--go-card);border:1px solid var(--go-border);border-radius:12px;padding:1rem 1.1rem}.go-dash-metric__label{font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--go-muted);margin-bottom:.35rem}.go-dash-metric__value{font-size:1.65rem;font-weight:800;letter-spacing:-.03em;color:var(--go-text)}.go-dash-metric__trend{font-size:.78rem;color:var(--go-accent);margin-top:.35rem}.go-dash-charts{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem;margin-bottom:1.25rem}@media(max-width:960px){.go-dash-charts{grid-template-columns:1fr}}.go-dash-card{background:var(--go-card);border:1px solid var(--go-border);border-radius:12px;padding:1rem 1.15rem}.go-dash-card__title{margin:0 0 .75rem;font-size:1rem;font-weight:700}.go-dash-chart-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.go-dash-chart-bars{display:flex;align-items:stretch;gap:3px;height:140px;overflow-x:auto;padding-bottom:.25rem}.go-dash-chart-bar-wrap{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;flex:1 0 8px;min-width:6px;max-width:14px;min-height:0}.go-dash-chart-bar{width:100%;min-height:2px;border-radius:3px 3px 0 0;background:linear-gradient(180deg,var(--go-accent) 0%,var(--go-accent-dim) 100%);transition:opacity .15s ease}.go-dash-chart-bar:hover{opacity:.85}.go-dash-hbars{display:flex;flex-direction:column;gap:.5rem}.go-dash-hbar-row{display:grid;grid-template-columns:4.5rem 1fr 2rem;align-items:center;gap:.5rem;font-size:.8rem}.go-dash-hbar-track{height:10px;border-radius:5px;background:var(--go-surface);overflow:hidden}.go-dash-hbar-fill{height:100%;border-radius:5px;background:linear-gradient(90deg,var(--go-accent-dim),var(--go-accent))}.go-dash-lists{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}@media(max-width:900px){.go-dash-lists{grid-template-columns:1fr}}.go-dash-list{list-style:none;margin:0;padding:0}.go-dash-list__item{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem;padding:.65rem 0;border-bottom:1px solid var(--go-border);font-size:.88rem}.go-dash-list__item:last-child{border-bottom:none}.go-dash-list__meta{display:flex;flex-direction:column;align-items:flex-end;gap:.3rem}.go-dash-list__pub-hint{font-size:.65rem;font-weight:600;color:var(--go-muted);max-width:8.5rem;text-align:right;line-height:1.25}.go-dash-badge{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .45rem;border-radius:4px;background:#5eead426;color:var(--go-accent)}.go-dash-badge--site{background:#818cf833;color:#a5b4fc;text-transform:none;letter-spacing:.02em;font-weight:700}.go-dash-version{text-align:center;font-size:.75rem;color:var(--go-muted);margin-top:1.5rem}.go-dash-pill{font-size:.72rem;padding:.2rem .5rem;border-radius:6px;background:var(--go-surface);color:var(--go-muted);border:1px solid var(--go-border)}.go-templates-page .go-modal-backdrop{position:fixed;inset:0;z-index:200;background:#0000008c}.go-templates-page .go-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:210;width:min(22rem,calc(100vw - 2rem));background:var(--go-card);border:1px solid var(--go-border);border-radius:12px;padding:1.15rem 1.25rem;box-shadow:0 12px 48px #00000073}.go-templates-list{list-style:none;margin:.75rem 0 0;padding:0}.go-templates-list__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;padding:.75rem 0;border-bottom:1px solid var(--go-border)}.go-templates-list__row:last-child{border-bottom:none}.go-templates-list__name{font-weight:600}.go-templates-list__meta{font-size:.85rem;margin-top:.2rem}.go-templates-list__actions{display:flex;flex-wrap:wrap;gap:.35rem}.go-templates-list__row--archived .go-templates-list__name{opacity:.88}.toast-stack{position:fixed;bottom:1.25rem;right:1.25rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;max-width:min(22rem,calc(100vw - 2rem));pointer-events:none}.toast-stack .toast{pointer-events:auto}.toast{display:flex;align-items:flex-start;justify-content:space-between;gap:.65rem;padding:.75rem .85rem;border-radius:10px;font-size:.88rem;line-height:1.4;box-shadow:0 8px 24px #00000059;animation:toast-in .22s ease-out}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.toast--ok{background:var(--go-card);border:1px solid rgba(94,234,212,.45);color:#ccfbf1}.toast--err{background:var(--go-card);border:1px solid rgba(251,113,133,.5);color:#fecdd3}.toast--info{background:var(--go-card);border:1px solid var(--go-border);color:var(--go-text)}.toast__text{flex:1;min-width:0}.toast__close{flex-shrink:0;border:none;background:transparent;color:inherit;opacity:.75;cursor:pointer;font-size:1.25rem;line-height:1;padding:0 .15rem;margin:-.2rem 0 0}.toast__close:hover{opacity:1}.go-lb-page{width:100%}.go-lb-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem;padding:.85rem 1rem;margin-bottom:.85rem}.go-lb-field{display:flex;flex-direction:column;gap:.25rem;min-width:min(100%,22rem);flex:1}.go-lb-field__label{font-size:.78rem;font-weight:600;color:var(--go-muted);text-transform:uppercase;letter-spacing:.04em}.go-lb-select{padding:.45rem .55rem;border-radius:8px;border:1px solid var(--go-border);background:var(--go-surface);color:var(--go-text);font-size:.9rem}.go-lb-hint-card{padding:1rem 1.1rem;margin-bottom:.85rem}.go-lb-table-card{padding:1rem 1.1rem}.go-lb-url-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem;margin-bottom:.85rem;padding-bottom:.75rem;border-bottom:1px solid var(--go-border)}.go-lb-url-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.go-lb-url-code{font-size:.72rem;word-break:break-all;padding:.2rem .45rem;border-radius:6px;background:#00000040;border:1px solid rgba(255,255,255,.08)}.go-lb-fetch-err{color:#fca5a5;font-size:.88rem;margin:0 0 .75rem}.go-lb-empty{padding:.25rem 0 .5rem}.go-lb-empty-title{font-weight:600;margin:0 0 .5rem;color:var(--go-text)}.go-lb-empty-body{margin:0 0 .65rem;font-size:.88rem;line-height:1.5;max-width:46rem}.go-lb-empty-body:last-child{margin-bottom:0}.go-lb-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid var(--go-border)}.go-lb-table{width:100%;border-collapse:collapse;font-size:.86rem}.go-lb-table th,.go-lb-table td{padding:.55rem .65rem;text-align:left;border-bottom:1px solid var(--go-border)}.go-lb-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;color:var(--go-muted);background:#0003}.go-lb-table tbody tr:last-child td{border-bottom:none}.go-breadcrumb{margin:0 0 .35rem;font-size:.85rem}.go-reports-page{width:100%}.go-reports-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.9rem}.go-reports-toggle{display:inline-flex;align-items:center;gap:.45rem;color:var(--go-muted);font-size:.9rem}.go-reports-grid{display:grid;grid-template-columns:minmax(17rem,24rem) 1fr;gap:.9rem}.go-reports-ul{list-style:none;margin:.6rem 0 0;padding:0;display:flex;flex-direction:column;gap:.45rem}.go-reports-row{width:100%;text-align:left;border:1px solid var(--go-border);border-radius:10px;padding:.55rem .65rem;background:var(--go-surface);color:var(--go-text);cursor:pointer}.go-reports-row--active{border-color:var(--go-accent);box-shadow:0 0 0 1px #0072ff38 inset}.go-reports-row__title{display:flex;justify-content:space-between;gap:.5rem;align-items:center;font-weight:600}.go-reports-row__meta{margin-top:.25rem;font-size:.78rem}.go-reports-row__sid{margin-top:.2rem;font-size:.72rem}.go-reports-status{font-size:.68rem;text-transform:uppercase;letter-spacing:.04em;padding:.1rem .4rem;border-radius:6px}.go-reports-status--ended{color:#86efac;background:#22c55e26}.go-reports-status--running{color:#7dd3fc;background:#0ea5e926}.go-reports-status--paused,.go-reports-status--pending{color:#fcd34d;background:#facc1526}.go-reports-events__head{margin-top:0}.go-reports-events-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:.65rem;margin-bottom:.35rem}.go-reports-events-filter{display:flex;flex-direction:column;gap:.25rem;font-size:.78rem}.go-reports-events-filter select{min-width:12rem;padding:.35rem .45rem;border-radius:8px;border:1px solid var(--go-border);background:var(--go-surface);color:var(--go-text)}.go-reports-events__table-wrap{margin-top:.55rem;overflow:auto;border:1px solid var(--go-border);border-radius:10px}.go-reports-events__table{width:100%;border-collapse:collapse}.go-reports-events__table th,.go-reports-events__table td{border-bottom:1px solid var(--go-border);padding:.4rem .5rem;vertical-align:top;font-size:.78rem}.go-reports-events__table th{text-align:left;color:var(--go-muted);font-size:.7rem}.go-reports-events__payload{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-all}@media(max-width:980px){.go-reports-grid{grid-template-columns:1fr}}.go-console{--gc-accent: #009eff;--gc-accent-fg: #ffffff;--gc-border: rgba(0, 158, 255, .14);--gc-surface: #1a1f26;--gc-card: #252b33;--gc-muted: #8b9a94;position:relative;min-height:100vh;background:var(--go-bg, #0b0e0d);color:var(--go-text, #f1f5f4);display:grid;grid-template-columns:17.5rem minmax(0,1fr) minmax(0,19rem);grid-template-rows:auto 1fr auto;gap:0}.go-console-toast-stack{position:fixed;top:4.25rem;right:1rem;z-index:100;display:flex;flex-direction:column;gap:.5rem;max-width:min(22rem,calc(100vw - 2rem));pointer-events:none}.go-console-toast-stack .go-console-toast{pointer-events:auto}.go-console-toast{padding:.75rem 1rem;border-radius:12px;background:linear-gradient(145deg,#1e3a5ffa,#12283efa);border:1px solid rgba(124,184,255,.4);box-shadow:0 12px 32px #00000073}.go-console-toast__title{font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#9ecbff;margin-bottom:.35rem}.go-console-toast__body{margin:0 0 .65rem;font-size:.88rem;line-height:1.45;color:var(--go-text, #f1f5f4);word-break:break-word}.go-console-toast__actions{display:flex;flex-wrap:wrap;gap:.4rem}.go-console-toast__btn{font-size:.78rem;padding:.25rem .55rem}.go-console.go-console--no-chat{grid-template-columns:17.5rem minmax(0,1fr)}.go-console.go-console--no-chat .go-console__chat{display:none}.go-console__top{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;padding:.65rem 1rem;background:var(--gc-surface);border-bottom:1px solid var(--gc-border)}.go-console__top-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin-left:auto}.go-console__title-block{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;min-width:0}.go-console__title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:min(100%,28rem)}.go-console__badge{font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.22rem .45rem;border-radius:5px;background:linear-gradient(135deg,var(--go-pro, #8b5cf6) 0%,var(--go-pro-dim, #6d28d9) 100%);color:var(--go-pro-fg, #f5f3ff)}.go-console__badge--muted{background:var(--go-surface-hover, #24302c);color:var(--gc-muted);border:1px solid var(--gc-border)}.go-console__left,.go-console__main,.go-console__chat{min-height:0;overflow:auto}.go-console__left{padding:.85rem .75rem 1rem;border-right:1px solid var(--gc-border);display:flex;flex-direction:column;gap:.85rem}.go-console__main{padding:.85rem 1rem 1rem;background:#0e1110}.go-console__chat{padding:.85rem .75rem 1rem;border-left:1px solid var(--gc-border);background:var(--gc-surface);display:flex;flex-direction:column}.go-console__footer{grid-column:1 / -1;padding:.35rem 1rem;font-size:.68rem;color:var(--gc-muted);border-top:1px solid var(--gc-border);background:var(--gc-surface)}.go-console-card{background:var(--gc-card);border:1px solid var(--gc-border);border-radius:12px;padding:.85rem .75rem}.go-console-card__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.65rem}.go-console-card__label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--gc-muted)}.go-console-timer{text-align:center}.go-console-timer__row{display:flex;align-items:center;justify-content:center;gap:.35rem;margin-bottom:.5rem}.go-console-timer__digit{font-size:clamp(1.75rem,5vw,2.35rem);font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:.06em;color:var(--gc-accent);line-height:1.1}.go-console-timer__digit--paused{color:#e8a854}.go-console-timer__digit--ended{color:#f87171}.go-console-timer__hint{font-size:.72rem;color:var(--gc-muted);margin:0 0 .65rem;line-height:1.35}.go-console-timer__bar{height:4px;border-radius:3px;background:#1a2220;overflow:hidden;margin-bottom:.65rem}.go-console-timer__bar>span{display:block;height:100%;background:var(--gc-accent);border-radius:3px;transition:width .25s ease}.go-console-icon-btn{width:2rem;height:2rem;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--gc-border);background:#1a2220;color:var(--go-text, #f1f5f4);cursor:pointer}.go-console-icon-btn:hover:not(:disabled){background:#24302c}.go-console-icon-btn:disabled{opacity:.45;cursor:not-allowed}.go-console-btn-start{width:100%;margin-top:.35rem;padding:.55rem .75rem;border-radius:10px;border:none;background:var(--gc-accent);color:var(--gc-accent-fg);font-weight:700;font-size:.95rem;cursor:pointer}.go-console-btn-start:hover:not(:disabled){filter:brightness(1.06)}.go-console-btn-start:disabled{opacity:.45;cursor:not-allowed}.go-console-btn-ghost{padding:.4rem .65rem;border-radius:8px;border:1px solid var(--gc-border);background:transparent;color:var(--gc-muted);font-size:.82rem;cursor:pointer}.go-console-btn-ghost:hover:not(:disabled){color:var(--go-text, #f1f5f4);border-color:var(--gc-muted)}.go-console-btn-danger{padding:.45rem .75rem;border-radius:8px;border:1px solid #7f1d1d;background:#f871711f;color:#fecaca;font-size:.82rem;font-weight:600;cursor:pointer}.go-console-btn-danger:hover:not(:disabled){background:#f8717133}.go-console-btn-win{padding:.45rem .85rem;border-radius:8px;border:1px solid #14532d;background:#22c55e2e;color:#bbf7d0;font-size:.82rem;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem}.go-console-btn-win:hover:not(:disabled){background:#22c55e47}.go-console-clues-head{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.65rem}.go-console-tabs{display:flex;gap:.25rem;margin-bottom:.75rem;border-bottom:1px solid var(--gc-border);padding-bottom:.35rem}.go-console-tab{padding:.4rem .65rem;border-radius:8px 8px 0 0;border:1px solid transparent;background:transparent;color:var(--gc-muted);font-size:.85rem;font-weight:600;cursor:pointer}.go-console-tab--active{color:var(--go-text, #f1f5f4);background:var(--gc-card);border-color:var(--gc-border);border-bottom-color:transparent;margin-bottom:-1px}.go-console-clue-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.55rem .65rem;border-radius:10px;border:1px solid var(--gc-border);background:var(--gc-card);margin-bottom:.45rem}.go-console-clue-row--sent{opacity:.75;border-color:#2d4a38}.go-console-clue-row--locked{border-color:#5a4a2a;background:#5a4a2a1f}.go-console-clue-row__actions{display:inline-flex;flex-wrap:wrap;gap:.35rem;align-items:center}.go-console-clue-row__lock{white-space:nowrap}.go-console-clue-row__main{flex:1;min-width:0}.go-console-clue-row__name{font-weight:600;font-size:.88rem}.go-console-clue-row__meta{font-size:.72rem;color:var(--gc-muted);margin-top:.15rem}.go-console-clue-row__send{padding:.35rem .65rem;border-radius:8px;border:none;background:var(--gc-accent);color:var(--gc-accent-fg);font-weight:600;font-size:.78rem;cursor:pointer}.go-console-clue-row__send:disabled{opacity:.45;cursor:not-allowed}.go-console-messages{max-height:min(55vh,30rem);overflow-y:auto;padding:.35rem .15rem .5rem;display:flex;flex-direction:column;gap:.45rem;border:1px solid var(--gc-border);border-radius:10px;background:#0000001f}.go-console-chat__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.5rem}.go-console-chat__head-actions{display:flex;align-items:center;gap:.45rem;flex-shrink:0}.go-console-chat__sound{display:inline-flex;align-items:center;gap:.28rem;font-size:.68rem;color:var(--gc-muted);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.go-console-chat__sound input{margin:0;accent-color:var(--gc-accent)}.go-console-chat__history-link{font-size:.72rem;padding:.2rem .5rem;flex-shrink:0}.go-console-chat__scroll{flex:1;min-height:12rem;max-height:min(50vh,420px);overflow:auto;border:1px solid var(--gc-border);border-radius:10px;background:#0d1211;padding:.5rem;margin-bottom:.65rem}.go-console-chat__msg{font-size:.82rem;line-height:1.4;padding:.35rem .45rem;border-radius:6px;margin-bottom:.35rem}.go-console-chat__msg--gm{background:#5eead41a;border-left:3px solid var(--gc-accent)}.go-console-chat__msg--player{background:#78a0dc14;border-left:3px solid #009eff}.go-console-chat__msg--sys{color:var(--gc-muted);font-size:.75rem}.go-console-chat__role{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gc-muted);margin-bottom:.15rem}.go-console-chat__input{width:100%;min-height:3.5rem;resize:vertical;padding:.5rem .65rem;border-radius:8px;border:1px solid var(--gc-border);background:#0d1211;color:var(--go-text, #f1f5f4);font-family:inherit;font-size:.88rem;margin-bottom:.45rem}.go-console-sfx{display:flex;flex-direction:column;gap:.45rem}.go-console-sfx__btn{padding:.45rem .65rem;border-radius:8px;border:1px solid #14532d;background:#22c55e1f;color:#86efac;font-weight:600;font-size:.82rem;cursor:pointer}.go-console-sfx__btn:hover{background:#22c55e33}.go-console-events{max-height:min(55vh,480px);overflow:auto;font-size:.78rem;border:1px solid var(--gc-border);border-radius:10px;background:#0d1211}.go-console-events table{width:100%;border-collapse:collapse}.go-console-events th,.go-console-events td{padding:.3rem .45rem;border-bottom:1px solid #1f2a38;vertical-align:top}.go-console-log-toggle{margin-top:.75rem}.go-modal-backdrop{position:fixed;inset:0;z-index:200;background:#0000008c;display:flex;align-items:center;justify-content:center;padding:1rem}.go-modal{width:min(100%,26rem);max-height:min(90vh,32rem);overflow:auto;background:var(--gc-card);border:1px solid var(--gc-border);border-radius:12px;padding:1.15rem 1.25rem;box-shadow:0 12px 40px #00000073}.go-modal--clue{width:min(100%,28rem)}.go-modal__tabs{display:flex;gap:.25rem;margin-bottom:.75rem;padding:.2rem;border-radius:10px;background:#0003;border:1px solid var(--gc-border)}.go-modal__tab{flex:1;font:inherit;font-size:.82rem;font-weight:600;padding:.45rem .5rem;border:none;border-radius:8px;cursor:pointer;color:var(--gc-muted);background:transparent}.go-modal__tab:hover{color:var(--go-text, #f1f5f4);background:#ffffff0a}.go-modal__tab--active{color:var(--go-text, #f1f5f4);background:#508cc838;box-shadow:inset 0 0 0 1px #78b4f040}.go-modal__file-input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.go-modal__browse-row{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.82rem;color:var(--gc-muted)}.go-modal__file-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.go-modal__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700}.go-modal__lead{margin:0 0 .85rem;font-size:.82rem;color:var(--gc-muted);line-height:1.4}.go-modal__form{display:flex;flex-direction:column;gap:.65rem}.go-modal__label{display:flex;flex-direction:column;gap:.3rem;font-size:.78rem;color:var(--gc-muted)}.go-modal__input,.go-modal__textarea{font:inherit;font-size:.88rem;padding:.45rem .55rem;border-radius:8px;border:1px solid var(--gc-border);background:#0d1211;color:var(--go-text, #f1f5f4)}.go-modal__textarea{resize:vertical;min-height:3rem}.go-modal__actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:flex-end;margin-top:.35rem}.go-console-puzzle-block{margin-bottom:.35rem}.go-console-puzzle-block .go-console-clue-row{margin-bottom:0}.go-console-puzzle-clues{list-style:none;margin:0 0 .5rem;padding:.35rem 0 .15rem .85rem;border-left:2px solid var(--gc-border)}.go-console-puzzle-clue-item{font-size:.78rem;color:var(--gc-muted);margin-bottom:.35rem;display:flex;flex-direction:column;gap:.15rem}.go-console-puzzle-clue-item__name{font-weight:600;color:var(--go-text, #f1f5f4)}.go-console-puzzle-clue-item__locked{font-weight:500;color:#c9a227}.go-console-puzzle-clue-item__body{line-height:1.35;word-break:break-word}.go-console-bypass-placeholder{display:inline-flex;align-items:center;gap:.35rem;padding:.18rem .35rem;border-radius:999px;border:1px dashed var(--gc-border);color:var(--gc-muted);opacity:.9}.go-console-bypass-placeholder__label{font-size:.68rem;letter-spacing:.04em;text-transform:uppercase;font-weight:700}.go-console-bypass-placeholder__switch{width:2.2rem;height:1.2rem;border:1px solid var(--gc-border);border-radius:999px;background:#ffffff0d;padding:.12rem;display:inline-flex;align-items:center;justify-content:flex-start}.go-console-bypass-placeholder__switch:disabled{cursor:not-allowed;opacity:1}.go-console-bypass-placeholder__thumb{width:.85rem;height:.85rem;border-radius:999px;background:#8b9a94}@media(max-width:1100px){.go-console{grid-template-columns:1fr;grid-template-rows:auto auto auto auto}.go-console__left{border-right:none;border-bottom:1px solid var(--gc-border)}.go-console__chat{border-left:none;border-top:1px solid var(--gc-border)}.go-console.go-console--no-chat{grid-template-columns:1fr}}.pwd{flex:1;display:flex;flex-direction:column;min-height:0;background:var(--go-bg, #0a0e0d);color:var(--go-text, #f1f5f4)}.pwd__top{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.85rem 1rem;border-bottom:1px solid var(--go-border, #1e2a28);background:#0d1211}.pwd__titles h1{margin:0;font-size:1.05rem;font-weight:700}.pwd__titles p{margin:.2rem 0 0;font-size:.8rem;color:var(--go-muted, #8b9a94)}.pwd__top-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.pwd__select{font:inherit;font-size:.82rem;padding:.4rem .55rem;border-radius:8px;border:1px solid var(--go-border);background:#0d1211;color:inherit;min-width:10rem}.pwd__body{flex:1;display:grid;grid-template-columns:minmax(0,1fr) min(22rem,36vw);gap:0;min-height:0}@media(max-width:960px){.pwd__body{grid-template-columns:1fr;grid-template-rows:auto auto}}.pwd__canvas-wrap{padding:1rem;display:flex;flex-direction:column;gap:.75rem;min-height:0}.pwd__toggles{display:flex;flex-wrap:wrap;gap:.4rem}.pwd__pill{font:inherit;font-size:.78rem;font-weight:600;padding:.35rem .75rem;border-radius:999px;border:1px solid var(--go-border);background:#0003;color:var(--go-muted);cursor:pointer}.pwd__pill--on{border-color:#22c55e80;background:#22c55e26;color:#bbf7d0}.pwd__preview{flex:1;min-height:220px;border-radius:12px;border:2px solid rgba(59,130,246,.45);position:relative;overflow:hidden;background:#000}.pwd__preview-bg{position:absolute;inset:0;z-index:0}.pwd__preview-bg img,.pwd__preview-bg video{width:100%;height:100%;object-fit:cover}.pwd__preview-inner{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;padding:1rem;text-align:center}.pwd__preview-logo{max-height:clamp(36px,8vw,72px);max-width:min(88%,280px);object-fit:contain;margin-bottom:.5rem}.pwd__preview-logo--placed{position:absolute;z-index:2;margin-bottom:0;transform:translate(-50%,-50%);pointer-events:none}.pwd__preview-stack{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:120px}.pwd__preview-timer{font-size:clamp(2rem,8vw,3.5rem);font-weight:700;font-variant-numeric:tabular-nums;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.8)}.pwd__panel{border-left:1px solid var(--go-border);background:#0d1211;padding:1rem;overflow:auto}@media(max-width:960px){.pwd__panel{border-left:none;border-top:1px solid var(--go-border)}}.pwd__panel h2{margin:0 0 .65rem;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--go-muted)}.pwd__field{margin-bottom:.75rem}.pwd__field label{display:block;font-size:.72rem;color:var(--go-muted);margin-bottom:.25rem}.pwd__input{width:100%;font:inherit;font-size:.85rem;padding:.4rem .5rem;border-radius:8px;border:1px solid var(--go-border);background:#0a0f0e;color:inherit}.pwd__tabs{display:flex;gap:.25rem;margin-bottom:.65rem;padding:.2rem;border-radius:10px;background:#0003;border:1px solid var(--go-border)}.pwd__tab{flex:1;font:inherit;font-size:.78rem;font-weight:600;padding:.4rem .35rem;border:none;border-radius:8px;background:transparent;color:var(--go-muted);cursor:pointer}.pwd__tab--active{background:#3b82f633;color:#dbeafe;box-shadow:inset 0 0 0 1px #60a5fa59}.pwd__row{display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.pwd__snap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.35rem;margin-top:.35rem}.pwd__snap-grid button{font:inherit;font-size:.72rem;padding:.35rem;border-radius:6px;border:1px solid var(--go-border);background:#0a0f0e;color:inherit;cursor:pointer}.pwd__snap-grid button:hover{background:#ffffff0a}.pwd__hint{font-size:.72rem;color:var(--go-muted);margin-top:.5rem;line-height:1.4}.go-session-shell{display:flex;min-height:100vh;background:var(--go-bg, #0a0e0d)}.go-session-shell__rail{flex:0 0 3.25rem;display:flex;flex-direction:column;align-items:center;gap:.65rem;padding:.85rem .35rem;background:#0d1211;border-right:1px solid var(--go-border, #1e2a28);z-index:50}.go-session-shell__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;padding:0;border:none;border-radius:10px;background:transparent;color:#e8f0ee;cursor:pointer;text-decoration:none;font-size:1.15rem;line-height:1;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.go-session-shell__icon-btn:hover{background:#ffffff0f;color:#fff}.go-session-shell__icon-btn--active{background:#22c55e38;box-shadow:inset 0 0 0 1px #22c55e73;color:#bbf7d0}.go-session-shell__icon-btn svg{display:block}.go-session-shell__main{flex:1;min-width:0;display:flex;flex-direction:column}.player-tv{position:fixed;inset:0;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:clamp(.75rem,3vw,2rem);padding-bottom:clamp(4rem,12vh,7rem);overflow:hidden}.player-tv__bg-stack{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden}.player-tv__bg-media{width:100%;height:100%;object-fit:cover}.player-tv__stage{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:96vw;transition:filter .35s ease}.player-tv__logo-wrap{position:absolute;z-index:2;transform:translate(-50%,-50%);pointer-events:none;max-width:min(88vw,320px)}.player-tv__logo-img{display:block;margin:0 auto}.player-tv__content-stack{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:96vw}.player-debug-card__logo{position:absolute;z-index:2;transform:translate(-50%,-50%);pointer-events:none}.player-tv__stage--dim{filter:blur(10px);opacity:.72;pointer-events:none;-webkit-user-select:none;user-select:none}.player-tv__ambient-bar{position:fixed;bottom:5.25rem;left:50%;transform:translate(-50%);z-index:4;text-align:center;pointer-events:auto}.player-tv__ambient-btn{font-size:.72rem;padding:.4rem .85rem;border-radius:999px;border:1px solid rgba(201,162,39,.45);background:#16140ee6;color:#e8d48a;cursor:pointer}.player-tv__ambient-btn:hover{border-color:#e8d48aa6}.player-tv__fs-overlay{position:fixed;inset:0;z-index:20;margin:0;padding:2rem;border:none;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;font:inherit;color:#e8f0f8;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.player-tv__fs-overlay:focus{outline:2px solid rgba(120,180,255,.6);outline-offset:4px}.player-tv__fs-overlay svg{opacity:.95}.player-tv__fs-hint{font-size:clamp(1rem,2.8vw,1.35rem);font-weight:600;text-align:center;max-width:22rem;line-height:1.35}.player-tv__timer{font-size:clamp(3rem,14vw,7rem);font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.04em;line-height:1;margin:.5rem 0 1rem}.player-tv__title{margin:0 0 .35rem;font-size:clamp(1rem,3.2vw,1.65rem);font-weight:700;text-align:center}.player-tv__phase{font-size:clamp(.8rem,2vw,1rem);opacity:.72;margin-bottom:.25rem}.player-tv__clue{font-size:clamp(1.1rem,3.2vw,1.75rem);line-height:1.35;font-weight:600;text-align:center;max-width:min(95%,52rem);margin-top:.5rem}.player-tv__gm{font-size:clamp(1rem,2.8vw,1.35rem);line-height:1.4;font-weight:600;text-align:center;max-width:min(92%,44rem);margin-top:.75rem;padding:.55rem .85rem;border-radius:10px}.player-tv__puzzles{position:fixed;left:0;right:0;bottom:0;z-index:10;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(.35rem,1.2vw,.65rem);padding:clamp(.5rem,2vw,1rem) 1rem;background:linear-gradient(to top,rgba(0,0,0,.55),transparent)}.player-tv__pz{width:clamp(2.25rem,5.5vw,3rem);height:clamp(2.25rem,5.5vw,3rem);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid rgba(255,255,255,.22);background:#1e2630d9;transition:background .2s ease,border-color .2s ease,transform .15s ease}.player-tv__pz--done{background:#22a05aeb;border-color:#78e6a08c}.player-tv__pz svg{width:55%;height:55%;opacity:.9}.player-tv__pz[title]{cursor:default}@media(max-width:640px){.player-tv__fs-overlay{display:none}}.player-tv--has-gm-chat{padding-bottom:calc(clamp(4rem,12vh,7rem) + 3.4rem + env(safe-area-inset-bottom,0px))}.player-tv--has-gm-chat.player-tv--gm-chat-open{padding-bottom:calc(clamp(4rem,12vh,7rem) + 11.75rem + env(safe-area-inset-bottom,0px))}.player-tv__puzzles--above-chat{bottom:calc(3.4rem + env(safe-area-inset-bottom,0px))}.player-tv--gm-chat-open .player-tv__puzzles--above-chat{bottom:calc(11.75rem + env(safe-area-inset-bottom,0px))}.player-tv__gm-chat{position:fixed;left:0;right:0;bottom:0;z-index:25;display:flex;flex-direction:column;padding-bottom:env(safe-area-inset-bottom,0px);background:linear-gradient(to top,#060a0cf7,#0c1216f0);border-top:1px solid rgba(120,160,200,.22);box-shadow:0 -8px 28px #00000073}.player-tv__gm-chat-toggle{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:.15rem .65rem;align-items:center;width:100%;margin:0;padding:.65rem 1rem;border:none;background:#ffffff0a;color:#e8f0f8;font:inherit;text-align:left;cursor:pointer;-webkit-tap-highlight-color:transparent}.player-tv__gm-chat-toggle:hover{background:#ffffff12}.player-tv__gm-chat-toggle-label{grid-column:1;grid-row:1;font-size:clamp(.95rem,3.2vw,1.05rem);font-weight:700}.player-tv__gm-chat-toggle-meta{grid-column:1;grid-row:2;font-size:clamp(.72rem,2.4vw,.82rem);color:#c8d7e4b8}.player-tv__gm-chat-chevron{grid-column:2;grid-row:1 / span 2;font-size:.85rem;opacity:.75;align-self:center}.player-tv__gm-chat-body{padding:0 1rem .75rem;border-top:1px solid rgba(255,255,255,.06);overflow-y:auto;flex:1;min-height:0}.player-tv__gm-chat-help{margin:.55rem 0 .45rem;font-size:clamp(.72rem,2.3vw,.8rem);line-height:1.4;color:#c8d7e4c7}.player-tv__gm-chat-log{max-height:min(17vh,8rem);overflow:auto;border:1px solid rgba(120,160,200,.22);border-radius:8px;background:#080c10cc;padding:.35rem;margin-bottom:.45rem}.player-tv__gm-chat-empty{margin:0;font-size:.78rem;color:#c8d7e49e}.player-tv__gm-chat-msg{display:flex;flex-direction:column;gap:.08rem;padding:.28rem .4rem;border-radius:6px;margin-bottom:.28rem;font-size:.8rem;line-height:1.35}.player-tv__gm-chat-msg--gm,.player-tv__gm-chat-msg--clue{background:#34d3991f;border-left:2px solid rgba(52,211,153,.85);color:#d1fae5}.player-tv__gm-chat-msg--player{background:#60a5fa21;border-left:2px solid rgba(96,165,250,.9);color:#dbeafe}.player-tv__gm-chat-msg-role{font-size:.65rem;text-transform:uppercase;letter-spacing:.04em;color:#c8d7e4ad}.player-tv__gm-chat-notice{margin:0 0 .45rem;font-size:clamp(.78rem,2.4vw,.85rem);color:#7ee0c0}.player-tv__gm-chat-notice--err{color:#fca5a5}.player-tv__gm-chat-row{display:flex;flex-direction:column;gap:.5rem}@media(min-width:480px){.player-tv__gm-chat-row{flex-direction:row;align-items:flex-end}}.player-tv__gm-chat-input{flex:1;min-width:0;min-height:4.5rem;resize:vertical;padding:.55rem .65rem;border-radius:10px;border:1px solid rgba(120,160,200,.35);background:#080c10eb;color:#f1f5f9;font-family:inherit;font-size:clamp(.95rem,3vw,1rem);line-height:1.35}.player-tv__gm-chat-input:disabled{opacity:.55}.player-tv__gm-chat-send{flex-shrink:0;padding:.65rem 1.15rem;border:none;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer;background:linear-gradient(135deg,#34d399,#059669);color:#052e1f}.player-tv__gm-chat-send:disabled{opacity:.45;cursor:not-allowed}.player-tv__gm-chat--open{max-height:min(58vh,26rem)}.player-tv__gm-chat--open .player-tv__gm-chat-body{max-height:min(42vh,14rem)}.go-layout{display:flex;min-height:100vh;background:var(--go-bg);color:var(--go-text)}.go-sidebar{width:15.5rem;flex-shrink:0;background:var(--go-sidebar-bg);border-right:1px solid var(--go-border);display:flex;flex-direction:column;padding:1.25rem .75rem}.go-sidebar__brand{display:flex;align-items:center;gap:.75rem;padding:0 .5rem 1.25rem;margin-bottom:.5rem;border-bottom:1px solid var(--go-border)}.go-sidebar__logo{width:2.25rem;height:2.25rem;border-radius:10px;background:linear-gradient(135deg,var(--go-accent) 0%,var(--go-accent-dim) 100%);color:var(--go-nav-active-fg);font-weight:800;font-size:.7rem;display:flex;align-items:center;justify-content:center;letter-spacing:-.02em}.go-sidebar__brand-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.go-sidebar__title{font-weight:700;font-size:.95rem;color:var(--go-text);letter-spacing:-.02em}.go-sidebar__subtitle{font-size:.72rem;color:var(--go-muted)}.go-nav{display:flex;flex-direction:column;gap:.25rem;flex:1}.go-nav__link{display:flex;align-items:center;gap:.65rem;padding:.65rem .85rem;border-radius:10px;color:var(--go-muted);text-decoration:none;font-size:.9rem;font-weight:500;transition:background .15s ease,color .15s ease}.go-nav__link:hover{background:var(--go-surface-hover);color:var(--go-text)}.go-nav__link--active{background:var(--go-accent)!important;color:var(--go-nav-active-fg)!important;font-weight:600}.go-nav__icon{flex-shrink:0;opacity:.9}.go-nav__link--active .go-nav__icon{opacity:1}.go-nav--secondary{flex:0;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--go-border)}.go-nav__link--disabled{opacity:.45;pointer-events:none;cursor:default}.go-sidebar__profile{display:flex;align-items:center;gap:.65rem;margin:0 .5rem .65rem;padding:.5rem .35rem;border-radius:10px;background:var(--go-surface);border:1px solid var(--go-border)}.go-sidebar__avatar{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--go-surface-hover);display:flex;align-items:center;justify-content:center;font-size:.65rem;color:var(--go-accent)}.go-sidebar__profile-text{display:flex;flex-direction:column;gap:.1rem;min-width:0}.go-sidebar__profile-name{font-size:.82rem;font-weight:600;color:var(--go-text)}.go-sidebar__profile-email{font-size:.68rem}.go-sidebar__footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--go-border);display:flex;flex-direction:column;gap:.5rem}.go-sidebar__btn{margin:0 .5rem;padding:.5rem .75rem;border-radius:8px;border:1px solid var(--go-border);background:var(--go-surface);color:var(--go-text);font-size:.85rem;cursor:pointer;text-align:center}.go-sidebar__btn:hover{background:var(--go-surface-hover)}.go-sidebar__btn--link{text-decoration:none;display:block}.go-workspace-select-wrap{display:flex;flex-direction:column;gap:.25rem;margin:0 .5rem .35rem}.go-workspace-select-label{font-size:.68rem;color:var(--go-muted);font-weight:600;text-transform:uppercase;letter-spacing:.04em}.go-workspace-select{width:100%;padding:.45rem .5rem;border-radius:8px;border:1px solid var(--go-border);background:var(--go-surface);color:var(--go-text);font-size:.8rem}.go-sidebar__version{margin:0 .5rem;font-size:.68rem;color:var(--go-muted);line-height:1.35}.go-main{flex:1;min-width:0;display:flex;flex-direction:column}.go-main__scroll{flex:1;overflow:auto;padding:1.5rem 1.75rem 2.5rem;max-width:88rem}@media(max-width:768px){.go-layout{flex-direction:column}.go-sidebar{width:100%;flex-direction:row;flex-wrap:wrap;align-items:center;padding:.75rem}.go-sidebar__brand{border-bottom:none;padding-bottom:0;margin-bottom:0;flex:1}.go-nav{flex-direction:row;flex-wrap:wrap;width:100%;order:3}.go-sidebar__footer{border-top:none;flex-direction:row;align-items:center;margin-top:0;padding-top:0}.go-main__scroll{padding:1rem}}.go-tpl-badge{display:inline-block;margin-left:.45rem;padding:.12rem .45rem;font-size:.68rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;border-radius:6px;vertical-align:middle}.go-tpl-badge--archived{background:#94a3b833;color:var(--go-muted, #94a3b8);border:1px solid rgba(148,163,184,.35)}.go-tpl-badge--active{background:#22c55e26;color:#86efac;border:1px solid rgba(34,197,94,.35)}.go-marketing{min-height:100vh;background:var(--go-bg)}.go-marketing__bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.5rem;border-bottom:1px solid var(--go-border);background:var(--go-sidebar-bg)}.go-marketing__brand{display:flex;align-items:center;gap:.65rem;text-decoration:none;color:var(--go-text)}.go-marketing__logo{width:2rem;height:2rem;border-radius:8px;background:linear-gradient(135deg,var(--go-accent),var(--go-accent-dim));color:var(--go-nav-active-fg);font-weight:800;font-size:.65rem;display:flex;align-items:center;justify-content:center}.go-marketing__name{font-weight:700;font-size:1.05rem;letter-spacing:-.02em}.go-marketing__nav{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.go-marketing__nav a{color:var(--go-muted);text-decoration:none;font-size:.9rem;font-weight:500}.go-marketing__nav a:hover{color:var(--go-accent)}.go-login-wrap{min-height:calc(100vh - 4rem);display:flex;align-items:center;justify-content:center;padding:1.5rem}.go-login-wrap .card{width:100%;max-width:26rem}.go-console-shell{min-height:100vh;margin:0;padding:0;background:var(--go-bg)}.app-shell{max-width:56rem;margin:0 auto;padding:1.5rem}.app-shell--wide{max-width:72rem}.card{background:var(--go-card);border:1px solid var(--go-border);border-radius:12px;padding:1.25rem 1.35rem;margin-bottom:1rem;box-shadow:0 1px #0003}.muted,.go-muted{color:var(--go-muted);font-size:.9rem}.go-error{color:#fb7185}.btn{display:inline-block;padding:.5rem 1rem;border-radius:8px;border:1px solid var(--go-border);background:var(--go-surface);color:var(--go-text);cursor:pointer;font-size:.9rem;font-weight:500;text-decoration:none;transition:background .15s ease,border-color .15s ease}.btn:hover{background:var(--go-surface-hover)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--go-accent);border-color:var(--go-accent);color:var(--go-nav-active-fg);font-weight:600}.btn-primary:hover{filter:brightness(1.06);background:var(--go-accent);box-shadow:0 0 22px #0072ff1f}.btn-sm{padding:.35rem .65rem;font-size:.82rem}.btn-ghost{background:transparent;border-color:var(--go-border);color:var(--go-muted)}.btn-ghost:hover{color:var(--go-text);border-color:var(--go-muted)}.log{font-family:ui-monospace,monospace;font-size:.8rem;background:var(--go-input-bg);padding:.75rem;border-radius:8px;max-height:12rem;overflow:auto;white-space:pre-wrap;word-break:break-all;border:1px solid var(--go-border)}.go-dash-banner{background:linear-gradient(90deg,#132a3d,#1a3338);border:1px solid var(--go-border);border-radius:12px;padding:.85rem 1.1rem;margin-bottom:1.25rem;font-size:.88rem;color:#c5e8e0;line-height:1.45}.go-page-head{margin-bottom:1.25rem}.go-breadcrumb{margin:0 0 .35rem;font-size:.82rem;color:var(--go-muted)}.go-breadcrumb a{color:var(--go-accent);text-decoration:none}.go-breadcrumb a:hover{text-decoration:underline}.go-page-title{margin:0;font-size:1.65rem;font-weight:700;letter-spacing:-.03em;color:var(--go-text)}.go-page-sub{margin:.5rem 0 0;max-width:42rem;line-height:1.5}.go-stat-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(11rem,1fr));gap:1rem;margin-bottom:1.25rem}.go-stat-card{background:var(--go-card);border:1px solid var(--go-border);border-radius:12px;padding:1rem 1.1rem}.go-stat-card__label{font-size:.78rem;color:var(--go-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.35rem}.go-stat-card__value{font-size:1.5rem;font-weight:700;color:var(--go-accent);letter-spacing:-.02em}.go-card-title{margin:0 0 1rem;font-size:1.05rem;font-weight:600;color:var(--go-text)}.go-card-lead{margin:-.5rem 0 1rem;line-height:1.45}.go-card{background:var(--go-card);border:1px solid var(--go-border);border-radius:12px;padding:1.25rem 1.35rem;margin-bottom:1rem}.go-field-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(14rem,1fr));gap:1rem 1.25rem}.go-field{display:flex;flex-direction:column;gap:.35rem}.go-field--wide{grid-column:1 / -1}.go-field span{font-size:.78rem;font-weight:600;color:var(--go-muted);text-transform:uppercase;letter-spacing:.03em}.go-field input,.go-field textarea,.go-field select{padding:.5rem .65rem;border-radius:8px;border:1px solid var(--go-border);background:var(--go-input-bg);color:var(--go-text);font-family:inherit;font-size:.92rem}.go-field textarea{resize:vertical;min-height:4rem}.go-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.1rem}.go-alert{padding:.65rem .85rem;border-radius:8px;margin-bottom:1rem;font-size:.88rem}.go-alert--error{background:#fb71851f;border:1px solid rgba(251,113,133,.35);color:#fecdd3}.go-alert--ok{background:#5eead41a;border:1px solid rgba(94,234,212,.35);color:#99f6e4}.go-template-row{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem;padding:.85rem 0;border-bottom:1px solid var(--go-border)}.go-template-row:last-child{border-bottom:none}.go-template-row__meta{flex:1;min-width:10rem}.go-template-row__name{font-weight:600;color:var(--go-text)}.go-template-row__actions{display:flex;flex-wrap:wrap;gap:.5rem}.go-subtitle{margin:1.25rem 0 .75rem;font-size:.95rem;font-weight:600}.go-section-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.go-clue-list{list-style:none;padding:0;margin:0 0 1.5rem}.go-clue-item{background:var(--go-input-bg);border:1px solid var(--go-border);border-radius:10px;padding:1rem;margin-bottom:.65rem}.go-clue-head{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:.5rem}.go-clue-badge{font-size:.72rem;font-weight:700;padding:.2rem .5rem;border-radius:6px;background:var(--go-surface);color:var(--go-muted)}.go-clue-badge--media{background:#5eead426;color:var(--go-accent)}.go-clue-badge--locked{background:#c9a22733;color:#e8d48a}.go-clue-actions{margin-left:auto;display:flex;gap:.35rem}.go-clue-body{margin:0;line-height:1.45;color:var(--go-text)}.go-clue-url{margin:.5rem 0 0;font-size:.8rem}.go-new-clue{border-top:1px solid var(--go-border);padding-top:1.25rem}.go-new-clue .go-subtitle{margin-top:0}.go-modal__tabs{display:inline-flex;gap:.35rem;margin-bottom:.85rem}.go-modal__tab{border:1px solid var(--go-border);background:var(--go-surface);color:var(--go-muted);border-radius:999px;padding:.28rem .68rem;font-size:.8rem;cursor:pointer}.go-modal__tab--active{border-color:var(--go-accent);color:var(--go-accent);background:#5eead41f}.go-editor-tabs{margin-bottom:.85rem}.go-editor-modal-backdrop{position:fixed;inset:0;z-index:40;background:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem}.go-editor-modal{width:min(760px,96vw);max-height:min(88vh,860px);overflow:auto;background:#0d1211;border:1px solid var(--go-border);border-radius:12px;padding:1rem}.go-modal__file-input{display:none}.go-modal__browse-row{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.go-modal__file-name{color:var(--go-muted);font-size:.82rem}.go-field-hint{font-size:.72rem;font-weight:400;color:var(--go-muted);text-transform:none;letter-spacing:0;line-height:1.35;margin-top:.15rem}.go-field-row{display:flex;align-items:center;gap:.65rem}.go-field-row input{flex:1;min-width:0}.go-color-swatch{width:2rem;height:2rem;border-radius:8px;border:1px solid var(--go-border);flex-shrink:0;box-shadow:inset 0 0 0 1px #ffffff0f}.go-skeleton{border-radius:10px;background:linear-gradient(90deg,var(--go-surface) 0%,var(--go-surface-hover) 45%,var(--go-surface) 90%);background-size:200% 100%;animation:go-shimmer 1.1s ease-in-out infinite}@keyframes go-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.go-skeleton-line{height:.85rem;margin-bottom:.65rem;border-radius:6px}.go-skeleton-line--lg{height:2.5rem}.go-skeleton-line--sm{width:40%;height:.65rem}.go-empty-state{text-align:center;padding:2rem 1rem;color:var(--go-muted)}.go-empty-state .btn{margin-top:.75rem}.go-url-hint--ok{color:#86efac!important}.go-url-hint--err{color:#fca5a5!important}.go-url-hint--muted code{font-size:.85em}.go-rooms-page{width:100%}.go-rooms-hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1.35rem}.go-rooms-hero__text{flex:1;min-width:min(100%,18rem)}.go-rooms-hero__cta{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.55rem 1.1rem;border-radius:10px;font-weight:600}.go-rooms-hero__cta-icon{display:flex;opacity:.95}.go-rooms-add-card{margin-bottom:1.25rem}.go-rooms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(17.25rem,1fr));gap:1.15rem}.go-room-empty{background:var(--go-card);border:1px dashed var(--go-border);border-radius:14px;padding:2.5rem 1.25rem}.go-room-card{position:relative;background:linear-gradient(165deg,#171d1b 0%,var(--go-card) 45%);border:1px solid var(--go-border);border-radius:14px;padding:2.35rem 1.15rem 1.1rem;box-shadow:0 4px 24px #00000038;display:flex;flex-direction:column;min-height:15.5rem;transition:box-shadow .2s ease,border-color .2s ease}.go-room-card:hover{border-color:#009eff33;box-shadow:0 4px 24px #00000038,0 0 28px #0072ff14}.go-room-card--skeleton{min-height:12rem;padding:1.25rem}.go-room-card__badge{position:absolute;top:.7rem;left:.75rem;display:inline-flex;align-items:center;gap:.3rem;font-size:.62rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.28rem .45rem .28rem .4rem;border-radius:6px;line-height:1}.go-room-card__badge--pro{background:linear-gradient(135deg,var(--go-pro) 0%,var(--go-pro-dim) 100%);color:var(--go-pro-fg);box-shadow:0 1px #ffffff1f inset}.go-room-card__badge--muted{background:var(--go-surface);color:var(--go-muted);border:1px solid var(--go-border)}.go-room-card__head{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1rem}.go-room-card__door{flex-shrink:0;color:var(--go-accent);opacity:.95;margin-top:.1rem}.go-room-card__head-text{min-width:0}.go-room-card__title{margin:0;font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:var(--go-text);line-height:1.25}.go-room-card__meta{margin:.35rem 0 0;font-size:.78rem;color:var(--go-muted);line-height:1.35;word-break:break-all}.go-room-card__status-badge{display:inline-block;margin-left:.45rem;padding:.12rem .45rem;font-size:.64rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-radius:6px;vertical-align:middle;color:#fca5a5;border:1px solid rgba(252,165,165,.45);background:#7f1d1d3d}.go-room-card__warn{margin:.35rem 0 0;font-size:.74rem;color:#fca5a5}.go-room-card__meta-sep{margin:0 .25rem;opacity:.65}.go-room-card__venue-guid{margin:.4rem 0 0;font-size:.68rem;line-height:1.4;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem}.go-room-card__venue-guid-label{font-weight:600;flex-shrink:0}.go-room-card__venue-guid-code{flex:1 1 12rem;min-width:0;font-size:.65rem;padding:.15rem .35rem;border-radius:4px;background:#00000040;border:1px solid rgba(255,255,255,.08);word-break:break-all}.go-room-card__copy-id{flex-shrink:0;padding:.12rem .45rem;font-size:.65rem}.go-room-card__stats{display:flex;justify-content:space-between;gap:.35rem;margin-top:auto;padding:.65rem .15rem .85rem;border-top:1px solid rgba(35,48,44,.85)}.go-room-card__stat{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.15rem}.go-room-card__stat-icon{display:flex;align-items:center;justify-content:center;color:var(--go-muted);margin-bottom:.1rem}.go-room-card__stat-icon--ok{color:var(--go-accent)}.go-room-card__stat-value{font-size:.78rem;font-weight:700;color:var(--go-text);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.go-room-card__stat-label{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--go-muted)}.go-room-card__actions{display:flex;flex-wrap:wrap;gap:.45rem;align-items:stretch}.go-room-card__launch{flex:1;display:inline-flex!important;align-items:center;justify-content:center;gap:.45rem;text-decoration:none;border-radius:10px;font-weight:600;padding:.55rem .75rem}.go-room-card__launch-icon{display:flex;flex-shrink:0;opacity:.95}.go-room-card__gear{flex-shrink:0;width:2.65rem;padding-left:0;padding-right:0;display:inline-flex;align-items:center;justify-content:center;border-radius:10px}.go-room-card__edit{display:flex;flex-direction:column;gap:.65rem;padding-top:.25rem}.go-room-card__edit .go-field{margin:0}.go-room-card__edit-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.35rem}.go-rooms-version{margin:2.25rem 0 0;text-align:center;font-size:.72rem;color:var(--go-muted);opacity:.75}:root{font-family:Cairo,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color:var(--go-text);background:var(--go-bg);--go-brand-yellow: #f0e922;--go-brand-blue: #009eff;--go-brand-blue-glow: #0072ff;--go-brand-gray: #252b33;--go-bg: #1a1f26;--go-sidebar-bg: #252b33;--go-card: #252b33;--go-border: rgba(0, 158, 255, .14);--go-text: #f1f5f4;--go-muted: #9aa3b0;--go-accent: #009eff;--go-accent-dim: #0072ff;--go-nav-active-fg: #ffffff;--go-surface: #2f3744;--go-surface-hover: #3a4452;--go-input-bg: #1a1f26;--go-pro: #8b5cf6;--go-pro-dim: #6d28d9;--go-pro-fg: #f5f3ff}*{box-sizing:border-box}body{margin:0;min-height:100vh}a{color:var(--go-brand-blue)}code{background:var(--go-surface);padding:.15rem .4rem;border-radius:4px;font-size:.9em}
