/* Guess the Size — relative size guessing game */
.gts-main { position: relative; z-index: 1; padding: 1.1rem 1rem 1rem; }
.gts-page { width: min(1100px, 100%); margin: 0 auto; }
.gts-collections { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; margin: 16px 0; padding: 0; border: 0; background: none; box-shadow: none; }
.gts-collection { --accent: #fa7965; position: relative; display: flex; align-items: center; gap: 12px; min-height: 92px; padding: 8px 16px 8px 12px; background: linear-gradient(120deg,rgba(255,255,255,.07),rgba(255,255,255,.02)); border: 1px solid rgba(200,210,235,.15); border-radius: 16px; color: #f3f5ff; text-decoration: none; overflow: hidden; transition: border-color .18s, transform .18s; }
.gts-collection::before { content: ''; position: absolute; width: 80px; height: 80px; left: 0; border-radius: 50%; background: var(--accent); opacity: .1; filter: blur(18px); }
.gts-collection:hover { border-color: var(--accent); transform: translateY(-2px); }
.gts-collection img { width: 66px; height: 78px; object-fit: contain; position: relative; flex-shrink: 0; }
.gts-collection span { font-weight: 650; font-size: .88rem; line-height: 1.25; }
.gts-collection i { font-size: .72rem; margin-inline-start: auto; opacity: .6; }
.gts-collection--dc { --accent: #6dafff; }.gts-collection--starwars { --accent: #aab9ed; }.gts-collection--transformers { --accent: #f3c668; }
.gts-collection--transformers img { border-radius: 7px; object-fit: cover; object-position: center 20%; }
.gts button:focus-visible,.gts summary:focus-visible,.gts-collection:focus-visible { outline: 2px solid #b7d7ff; outline-offset: 3px; }
.gts-page .xp-bar-container { margin: 0 auto .9rem; }
.gts-heading { text-align: center; margin: 0 0 .9rem; }
.gts-heading h1 {
  margin: 0; font-family: var(--font-heading, "Teko"), sans-serif; font-weight: 600;
  font-size: clamp(2.4rem, 5.4vw, 3.5rem); line-height: 1; letter-spacing: .03em;
  background: linear-gradient(120deg, #60a5fa 0%, #a78bfa 48%, #f87171 100%);
  -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.gts-heading .steam-page-intro { max-width: 760px; margin: .45rem auto 0; color: var(--text-subtext, #a099b0); line-height: 1.55; font-size: .98rem; }

.gts { position: relative; border: 1px solid rgba(167, 139, 250, .22); border-radius: 22px; padding: 12px; background: rgba(8, 6, 20, .72); box-shadow: 0 18px 50px rgba(0, 0, 0, .45); }
.gts-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; flex-wrap: wrap; margin-bottom: 10px; }
.gts-modes { display: inline-flex; gap: 4px; padding: 4px; border-radius: 14px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .08); }
.gts-modes button { border: 0; background: transparent; color: var(--text-muted, #94a3b8); font: 600 .9rem var(--font-main, Outfit), sans-serif; padding: .5rem .85rem; border-radius: 10px; cursor: pointer; display: inline-flex; align-items: center; gap: .4rem; transition: .2s; white-space: nowrap; }
.gts-modes button:hover { color: #fff; background: rgba(255, 255, 255, .06); }
.gts-modes button.active { color: #0b0a16; background: linear-gradient(135deg, #60a5fa, #a78bfa); box-shadow: 0 6px 18px rgba(96, 165, 250, .28); }
.gts-progress { display: flex; align-items: center; gap: 10px; color: var(--text-main, #e2e8f0); font-weight: 600; font-size: .92rem; flex-wrap: wrap; }
.gts-progress[hidden] { display: none; }
.gts-dots { display: inline-flex; gap: 4px; }
.gts-dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(255, 255, 255, .14); display: inline-block; }
.gts-dots i.cur { background: #fff; box-shadow: 0 0 0 3px rgba(255, 255, 255, .15); }
.gts-total { color: #facc15; }
.gts-catbtn { border: 1px solid rgba(167, 139, 250, .35); background: rgba(167, 139, 250, .1); color: #ddd6fe; border-radius: 999px; padding: .32rem .75rem; font: 600 .82rem var(--font-main, Outfit), sans-serif; cursor: pointer; }
.gts-catbtn:hover { border-color: #a78bfa; color: #fff; }
.gts-banner { margin: 0 0 10px; padding: .6rem .9rem; border-radius: 12px; background: rgba(250, 204, 21, .08); border: 1px solid rgba(250, 204, 21, .3); color: #fde68a; font-weight: 600; font-size: .92rem; }

.gts-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 8px; }
.gts-card { padding: .55rem .8rem; border-radius: 12px; background: rgba(255, 255, 255, .035); border: 1px solid rgba(255, 255, 255, .07); border-inline-start: 4px solid #3b82f6; min-width: 0; display: grid; gap: 1px; }
.gts-card--b { border-inline-start-color: #ef4444; }
.gts-card strong { color: #fff; font-size: 1rem; line-height: 1.25; overflow-wrap: anywhere; }
.gts-card > span:last-child { color: var(--text-muted, #94a3b8); font-size: .84rem; line-height: 1.35; }
.gts-card-tag { font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; color: #93c5fd; }
.gts-card-tag--b { color: #fca5a5; }

.gts-stage { position: relative; height: clamp(300px, 56vh, 560px); border-radius: 16px; overflow: hidden; background: #0b0a24; touch-action: none; user-select: none; -webkit-user-select: none; }
.gts-stage canvas { width: 100%; height: 100%; display: block; cursor: grab; outline: none; }
.gts-stage canvas:active { cursor: grabbing; }
.gts-stage canvas:focus-visible { box-shadow: inset 0 0 0 2px #60a5fa; }
.gts-hint { position: absolute; left: 50%; bottom: 10px; transform: translateX(-50%); width: max-content; max-width: calc(100% - 24px); margin: 0; padding: .38rem .8rem; border-radius: 999px; background: rgba(5, 3, 13, .7); color: #e2e8f0; font-size: .8rem; text-align: center; pointer-events: none; transition: opacity .6s; }
.gts-hint--used { opacity: 0; }
.gts-loader { position: absolute; inset: 0; display: none; place-items: center; }
.gts--loading .gts-loader { display: grid; }
.gts-loader::before { content: ''; width: 38px; height: 38px; border-radius: 50%; border: 3px solid rgba(255, 255, 255, .15); border-top-color: #60a5fa; animation: gts-spin .9s linear infinite; }
@keyframes gts-spin { to { transform: rotate(360deg); } }
.gts-toast { position: absolute; top: 12px; left: 50%; transform: translateX(-50%); padding: .5rem .9rem; border-radius: 10px; background: rgba(16, 185, 129, .92); color: #04120c; font-weight: 700; font-size: .88rem; z-index: 3; max-width: calc(100% - 24px); text-align: center; }

.gts-controls { display: grid; grid-template-columns: auto 1fr auto auto; align-items: center; gap: 10px; margin-top: 10px; }
.gts-controls[hidden] { display: none; }
.gts-step { width: 44px; height: 44px; border-radius: 12px; border: 1px solid rgba(239, 68, 68, .4); background: rgba(239, 68, 68, .1); color: #fecaca; cursor: pointer; font-size: 1rem; touch-action: manipulation; }
.gts-step:hover { background: rgba(239, 68, 68, .2); }
#gts-slider { width: 100%; accent-color: #ef4444; height: 30px; cursor: pointer; }
.gts-lock { padding: .7rem 1.3rem; white-space: nowrap; }
.gts-controls[hidden] + .gts-keys { display: none; }
.gts-keys { margin: 8px 0 0; text-align: center; color: var(--text-muted, #94a3b8); font-size: .78rem; }

.gts-result { margin-top: 10px; padding: 14px; border-radius: 16px; border: 1px solid rgba(255, 255, 255, .08); background: rgba(255, 255, 255, .03); display: grid; gap: 12px; }
.gts-result[hidden], .gts-summary[hidden], .gts-picker[hidden], .gts-play[hidden], .gts-workshop[hidden] { display: none; }
.gts-result-head { display: flex; align-items: center; gap: 14px; }
.gts-points { font: 700 2.4rem/1 var(--font-heading, Teko), sans-serif; color: var(--c); min-width: 86px; text-align: center; }
.gts-points small { font-size: 1rem; color: var(--text-muted, #94a3b8); }
.gts-grade { font-weight: 800; color: #fff; font-size: 1.1rem; }
.gts-verdict { color: var(--text-muted, #94a3b8); }
.gts-facts { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.gts-facts li { display: flex; justify-content: space-between; gap: 12px; padding: .45rem .6rem; border-radius: 10px; background: rgba(255, 255, 255, .03); font-size: .9rem; }
.gts-facts li span { color: var(--text-muted, #94a3b8); }
.gts-facts li b { color: #fff; text-align: end; }
.gts-next { justify-self: center; }

.gts-summary { margin-top: 12px; padding: 18px 14px; border-radius: 18px; border: 1px solid rgba(167, 139, 250, .25); background: linear-gradient(160deg, rgba(59, 130, 246, .08), rgba(239, 68, 68, .06)); text-align: center; }
.gts-sum-title { margin: 0; font: 600 2rem/1.1 var(--font-heading, Teko), sans-serif; color: #fff; letter-spacing: .03em; }
.gts-sum-total { margin: 6px 0 2px; color: var(--text-muted, #94a3b8); }
.gts-sum-total strong { font: 700 3.3rem/1 var(--font-heading, Teko), sans-serif; color: #facc15; margin-inline-end: 6px; }
.gts-sum-emoji { font-size: 1.5rem; letter-spacing: 3px; margin: 4px 0 10px; }
.gts-sum-list { list-style: none; padding: 0; margin: 0 auto 14px; max-width: 620px; display: grid; gap: 5px; text-align: start; }
.gts-sum-list li { display: grid; grid-template-columns: 26px 1fr auto 42px; gap: 8px; align-items: center; padding: .45rem .6rem; border-radius: 10px; background: rgba(255, 255, 255, .035); font-size: .9rem; }
.gts-sum-n { color: var(--text-muted, #94a3b8); font-weight: 700; }
.gts-sum-pair { color: var(--text-main, #e2e8f0); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gts-sum-pair b.b { color: #fca5a5; font-weight: 600; } .gts-sum-pair b.a { color: #93c5fd; font-weight: 600; }
.gts-sum-pair em { color: var(--text-muted, #94a3b8); font-style: normal; font-size: .8rem; }
.gts-sum-r { color: var(--text-muted, #94a3b8); font-size: .82rem; }
.gts-sum-list li > b { text-align: end; }
.gts-sum-actions { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.gts-ghost { display: inline-flex; align-items: center; gap: .45rem; }
.gts-chall-res { font-weight: 700; color: #fde68a; margin: 0 0 10px; }
.gts-next-daily { color: var(--text-muted, #94a3b8); margin: 12px 0 0; }
.gts-next-daily span { color: #fff; font-variant-numeric: tabular-nums; font-weight: 700; }
.gts-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; max-width: 460px; margin: 14px auto 0; }
.gts-stats div { padding: .5rem; border-radius: 12px; background: rgba(255, 255, 255, .04); display: grid; }
.gts-stats b { color: #fff; font-size: 1.25rem; }
.gts-stats span { color: var(--text-muted, #94a3b8); font-size: .75rem; }

.gts-picker { padding: 6px 2px 4px; }
.gts-picker-title { margin: 2px 0 10px; font: 600 1.7rem/1.1 var(--font-heading, Teko), sans-serif; color: #fff; letter-spacing: .03em; text-align: center; }
.gts-group h3 { margin: 14px 2px 8px; color: #c4b5fd; font-size: .85rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gts-cat-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 8px; }
.gts-cat { display: flex; align-items: center; gap: 10px; text-align: start; padding: .7rem .8rem; border-radius: 14px; border: 1px solid rgba(255, 255, 255, .08); background: rgba(255, 255, 255, .035); color: #fff; cursor: pointer; font-family: var(--font-main, Outfit), sans-serif; transition: .18s; }
.gts-cat:hover, .gts-cat:focus-visible { border-color: rgba(96, 165, 250, .6); background: rgba(96, 165, 250, .1); transform: translateY(-2px); }
.gts-cat i { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(59, 130, 246, .3), rgba(239, 68, 68, .25)); color: #fff; flex: none; }
.gts-cat span { display: grid; min-width: 0; }
.gts-cat b { font-size: .95rem; font-weight: 700; }
.gts-cat small { color: var(--text-muted, #94a3b8); font-size: .78rem; }
.gts-cat--mixed { width: 100%; justify-content: center; padding: .9rem; background: linear-gradient(135deg, rgba(59, 130, 246, .16), rgba(239, 68, 68, .14)); border-color: rgba(167, 139, 250, .35); }

/* Workshop */
.gts-workshop { padding: 4px 2px; }
.gts-ws-intro { color: var(--text-subtext, #a099b0); margin: 2px 0 12px; line-height: 1.55; }
.gts-ws-cols { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 16px; align-items: start; }
.gts-ws-sec { padding: 12px; border-radius: 16px; background: rgba(255, 255, 255, .025); border: 1px solid rgba(255, 255, 255, .07); min-width: 0; }
.gts-ws-sec h2 { margin: 4px 0 10px; font: 600 1.55rem/1.1 var(--font-heading, Teko), sans-serif; color: #fff; letter-spacing: .03em; }
.gts-ws-sec h2:not(:first-child) { margin-top: 18px; }
.gts-ws-toolbar { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 10px; }
.gts-ws-toolbar input { flex: 1 1 160px; }
.gts-seg { display: inline-flex; gap: 2px; padding: 3px; border-radius: 10px; background: rgba(255, 255, 255, .05); }
.gts-seg button { border: 0; background: transparent; color: var(--text-muted, #94a3b8); padding: .35rem .6rem; border-radius: 8px; font: 600 .8rem var(--font-main, Outfit), sans-serif; cursor: pointer; }
.gts-seg button.active { background: rgba(167, 139, 250, .25); color: #fff; }
.gts-ws-grid { display: grid; gap: 8px; }
.gts-ws-card { display: flex; align-items: center; gap: 10px; padding: .6rem .7rem; border-radius: 12px; background: rgba(255, 255, 255, .04); border: 1px solid rgba(255, 255, 255, .06); }
.gts-ws-card-main { flex: 1; min-width: 0; display: grid; }
.gts-ws-card-main b { color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gts-ws-card-main small { color: var(--text-muted, #94a3b8); font-size: .78rem; }
.gts-ws-card .glow-btn, .gts-ws-card .ghost-btn { padding: .5rem .8rem; font-size: .8rem; flex: none; }
.gts-ws-earn { color: #facc15 !important; }
.gts-ws-note { color: var(--text-muted, #94a3b8); font-size: .88rem; margin: 6px 0; }
.gts-f { display: grid; gap: 4px; font-size: .8rem; color: var(--text-muted, #94a3b8); min-width: 0; }
.gts-f--wide { grid-column: 1 / -1; }
.gts input[type="text"], .gts input[type="search"], .gts input[type="number"], .gts select {
  width: 100%; min-width: 0; padding: .55rem .65rem; border-radius: 10px; border: 1px solid rgba(255, 255, 255, .12); background: rgba(5, 3, 13, .6); color: #fff; font: 500 .92rem var(--font-main, Outfit), sans-serif; outline: none;
}
.gts input:focus, .gts select:focus { border-color: #a78bfa; box-shadow: 0 0 0 3px rgba(167, 139, 250, .18); }
.gts-num { display: grid; grid-template-columns: minmax(0, 1fr) 64px; gap: 4px; }
#gts-wb-rounds { display: grid; gap: 10px; margin: 12px 0; }
.gts-wb-round { border-radius: 14px; border: 1px solid rgba(167, 139, 250, .18); background: rgba(5, 3, 13, .35); padding: 10px; display: grid; gap: 8px; }
.gts-wb-round-head { display: flex; justify-content: space-between; align-items: center; color: #fff; }
.gts-wb-del { border: 0; background: transparent; color: var(--text-muted, #94a3b8); cursor: pointer; padding: 4px 8px; border-radius: 8px; }
.gts-wb-del:hover { color: #f87171; background: rgba(248, 113, 113, .1); }
.gts-wb-slots { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.gts-slot { display: grid; gap: 6px; padding: 8px; border-radius: 12px; background: rgba(255, 255, 255, .03); border-inline-start: 3px solid #3b82f6; min-width: 0; align-content: start; }
.gts-slot--b { border-inline-start-color: #ef4444; }
.gts-slot-head { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; font-size: .82rem; color: #fff; }
.gts-slot-head .gts-seg { margin-inline-start: auto; }
.gts-dot { width: 9px; height: 9px; border-radius: 50%; background: #3b82f6; }
.gts-slot--b .gts-dot { background: #ef4444; }
.gts-slot-custom { display: grid; grid-template-columns: 1fr; gap: 6px; }
.gts-slot-custom[hidden], .gts-slot-cat[hidden], .gts-like-wrap[hidden] { display: none; }
.gts-like-wrap { grid-column: 1 / -1; display: grid; gap: 4px; }
.gts-pick { position: relative; }
.gts-sugg { position: absolute; z-index: 5; inset-inline: 0; top: calc(100% + 4px); list-style: none; margin: 0; padding: 4px; border-radius: 12px; background: #151126; border: 1px solid rgba(167, 139, 250, .35); box-shadow: 0 14px 30px rgba(0, 0, 0, .5); max-height: 280px; overflow: auto; }
.gts-sugg[hidden] { display: none; }
.gts-sugg li { padding: .4rem .55rem; border-radius: 8px; cursor: pointer; display: grid; }
.gts-sugg li b { color: #fff; font-size: .88rem; }
.gts-sugg li small { color: var(--text-muted, #94a3b8); font-size: .74rem; }
.gts-sugg li:hover, .gts-sugg li.on { background: rgba(167, 139, 250, .18); }
.gts-sugg li.none { cursor: default; color: var(--text-muted, #94a3b8); }
.gts-picked { display: grid; font-size: .85rem; }
.gts-picked:empty { display: none; }
.gts-picked b { color: #fff; }
.gts-picked small { color: var(--text-muted, #94a3b8); font-size: .76rem; }
.gts-wb-preview { width: 100%; height: 96px; border-radius: 10px; background: rgba(5, 3, 13, .5); display: block; }
.gts-wb-msg { margin-top: 8px; font-weight: 600; font-size: .9rem; min-height: 1.2em; }
.gts-wb-msg.error { color: #fca5a5; } .gts-wb-msg.success { color: #6ee7b7; }
.gts-wb-share { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 6px; align-items: center; font-size: .85rem; color: var(--text-muted, #94a3b8); }
.gts-wb-share[hidden] { display: none; }
.gts-wb-share code { color: #fff; background: rgba(255, 255, 255, .06); padding: .2rem .45rem; border-radius: 6px; overflow-wrap: anywhere; }
#gts-wb-add { margin-bottom: 6px; }

/* SEO content */
.gts-seo { width: min(calc(100% - 32px), 1100px); margin: 18px auto 64px; color: var(--text-subtext, #a099b0); line-height: 1.7; }
.gts-seo .seo-cards-section { margin-top: 1.5rem; }
.gts-seo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.gts-seo .seo-card { background: rgba(255, 255, 255, .03); border: 1px solid rgba(167, 139, 250, .16); }
.gts-seo .seo-card h3 { color: #fff; }
.gts-seo .seo-card h3 i { color: #60a5fa; }
.gts-seo h2 { color: #fff; font-family: var(--font-heading, Teko), sans-serif; letter-spacing: .03em; font-size: 2rem; margin: 1.6rem 0 .6rem; text-align: center; }
.gts-facts-table-wrap { overflow-x: auto; }
.gts-facts-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.gts-facts-table th, .gts-facts-table td { padding: .55rem .7rem; border-bottom: 1px solid rgba(255, 255, 255, .07); text-align: start; }
.gts-facts-table th { color: #c4b5fd; font-size: .78rem; letter-spacing: .06em; text-transform: uppercase; }
.gts-facts-table td:first-child { color: #fca5a5; font-weight: 600; } .gts-facts-table td:nth-child(2) { color: #93c5fd; font-weight: 600; }
.gts-facts-table td:last-child { color: #fff; font-weight: 700; white-space: nowrap; }
.gts-cat-links { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: .8rem; }
.gts-cat-links a { color: #ddd6fe; text-decoration: none; padding: .3rem .7rem; border-radius: 999px; border: 1px solid rgba(167, 139, 250, .3); font-size: .85rem; }
.gts-cat-links a:hover { color: #fff; border-color: #a78bfa; }
.gts-seo .faq-list { max-width: 900px; margin: 0 auto; }
.gts-seo details.faq-item { padding: 0; }
.gts-seo details.faq-item summary { cursor: pointer; padding: 1rem; color: #fff; font-weight: 600; list-style-position: inside; }
.gts-seo details.faq-item p { padding: 0 1rem 1rem; margin: 0; color: var(--text-muted, #94a3b8); font-size: .92rem; }
.gts-credit { text-align: center; font-size: .78rem; color: var(--text-muted, #94a3b8); margin-top: 1.4rem; }

@media (max-width: 860px) {
  .gts-ws-cols { grid-template-columns: 1fr; }
  .gts-seo-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .gts-main { padding: .7rem .5rem 1rem; }
  .gts { padding: 8px; border-radius: 16px; }
  .gts-top { justify-content: center; }
  .gts-modes { width: 100%; }
  .gts-modes button { flex: 1; justify-content: center; padding: .5rem .4rem; font-size: .82rem; }
  .gts-progress { width: 100%; justify-content: center; }
  .gts-cards { gap: 6px; }
  .gts-card { padding: .45rem .55rem; }
  .gts-card strong { font-size: .9rem; }
  .gts-card > span:last-child { font-size: .76rem; }
  .gts-stage { height: clamp(260px, 52vh, 460px); }
  .gts-controls { grid-template-columns: auto 1fr auto; }
  .gts-lock { grid-column: 1 / -1; width: 100%; }
  .gts-keys { display: none; }
  .gts-wb-slots { grid-template-columns: 1fr; }
  .gts-stats { grid-template-columns: repeat(2, 1fr); }
  .gts-sum-list li { grid-template-columns: 22px 1fr 38px; }
  .gts-sum-r { display: none; }
}

/* Workshop: one clear task per tab, collapsible rounds, durable sharing. */
.gts-ws-nav { display: flex; margin: 0 0 18px; width: max-content; max-width: 100%; flex-wrap: wrap; }
.gts-ws-nav button { padding: 10px 16px; }
.gts-ws-cols { display: block; }
.gts-ws-sec[hidden] { display: none; }
.gts-ws-sec { padding: 18px; background: rgba(20,25,44,.58); border: 1px solid rgba(174,195,222,.13); border-radius: 18px; }
.gts-ws-sec h2:first-child { margin-top: 0; }
.gts-ws-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.gts-ws-card { min-width: 0; padding: 16px; align-items: center; border-color: rgba(167,186,217,.18); background: rgba(255,255,255,.025); }
.gts-ws-card-main { min-width: 0; }.gts-ws-card-main b { overflow-wrap: anywhere; }
.gts-ws-card-actions { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.gts-ws-card-actions button { padding: 9px 12px; font-size: .8rem; }
.gts-wb-round { display: block; padding: 0; background: rgba(8,13,27,.45); overflow: visible; }
.gts-wb-round-head { cursor: pointer; padding: 15px; gap: 14px; list-style: none; }
.gts-wb-round-head::-webkit-details-marker { display: none; }
.gts-wb-round-head > b { white-space: nowrap; color: #aec8f2; font-size: .88rem; }
.gts-wb-pair { margin-inline-end: auto; color: #e2e8f0; font-size: .85rem; overflow-wrap: anywhere; }
.gts-wb-round-head > i { font-size: .75rem; color: #9daabf; transition: transform .15s; }
.gts-wb-round[open] .gts-wb-round-head > i { transform: rotate(180deg); }
.gts-wb-round-tools { display: flex; gap: 7px; margin: 0 14px 12px; }
.gts-wb-round-tools button { padding: 6px 12px; font-size: .76rem; }
.gts-wb-round-tools .gts-wb-del { margin-inline-start: auto; }
.gts-wb-slots { padding: 0 14px; gap: 12px; }.gts-slot { padding: 12px; }
.gts-wb-preview { width: calc(100% - 28px); margin: 12px 14px 14px; height: 120px; background: rgba(0,0,0,.16); }
.gts-wb-templates { margin-bottom: 16px; border: 1px dashed #485a75; padding: 10px 14px; border-radius: 12px; color: #dbe7fb; }
.gts-wb-templates summary { cursor: pointer; font-weight: 600; font-size: .9rem; }.gts-wb-templates > div { display: flex; gap: 8px; flex-wrap: wrap; }
.gts-wb-templates button { font-size: .82rem; padding: 7px 12px; }
.gts-wb-share { display: grid; padding: 16px; border-radius: 14px; border: 1px solid #3d8d75; background: rgba(34,139,107,.1); gap: 10px; }
.gts-wb-share > b { color: #8ce2bf; }.gts-wb-share a { color: #f2f7ff; font-size: 1rem; font-weight: 600; }.gts-wb-share > div { display: flex; flex-wrap: wrap; gap: 10px; }
.gts-toast { position: fixed; top: 90px; z-index: 1000; }
.gts-collection span small { display: block; margin-top: 4px; font-size: .72rem; font-weight: 400; color: #a7b5cb; }
.gts-collection img { filter: none; }
.gts-variety { color: #b1bfd4; margin: -4px 0 18px; font-size: .9rem; line-height: 1.5; }
@media (max-width: 860px) { .gts-collections { grid-template-columns: repeat(2,minmax(0,1fr)); }.gts-ws-grid { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .gts-collections { gap: 7px; margin: 12px 0; }.gts-collection { min-height: 72px; gap: 8px; padding: 6px 10px; }.gts-collection img { width: 44px; height: 62px; }.gts-collection span { font-size: .78rem; }.gts-ws-sec { padding: 11px; }.gts-ws-nav { width: 100%; }.gts-ws-nav button { padding: 10px 8px; flex: 1; font-size: .76rem; }.gts-ws-card { flex-wrap: wrap; }.gts-wb-round-head { padding: 12px; gap: 9px; }.gts-wb-round-tools { flex-wrap: wrap; }.gts-wb-slots { padding: 0 9px; }.gts-slot { padding: 8px; } }
@media (prefers-reduced-motion: reduce) { .gts-collection,.gts-wb-round-head > i { transition: none; }.gts-collection:hover { transform: none; } }
