@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{color-scheme:dark;--bg: #0d1117;--bg-soft: #161b22;--surface: rgba(22, 27, 34, .9);--surface-strong: #161b22;--line: #30363d;--line-strong: #484f58;--text: #c9d1d9;--muted: #8b949e;--accent: #58a6ff;--accent-soft: rgba(56, 139, 253, .18);--accent-warm: #d29922;--shadow: 0 18px 40px rgba(1, 4, 9, .42);--radius-lg: 28px;--radius-md: 18px;--radius-sm: 12px}*{box-sizing:border-box}[hidden]{display:none!important}html{min-height:100%;scroll-behavior:smooth}body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:Plus Jakarta Sans,sans-serif;color:var(--text);background:linear-gradient(180deg,#0d1117eb,#0d1117f5),radial-gradient(circle at top left,rgba(31,111,235,.16),transparent 24rem),radial-gradient(circle at bottom right,rgba(210,153,34,.12),transparent 22rem),url(./Pokopia-CHND19sF.jpg) center top / cover no-repeat fixed}#app{min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}main{flex:1 0 auto;padding-bottom:17rem}.shell{width:min(1180px,calc(100% - 2rem));margin:0 auto}.narrow{width:min(760px,calc(100% - 2rem))}.site-header{position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0d1117d1;border-bottom:1px solid var(--line)}.nav-shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.75rem;font-family:Cormorant Garamond,serif;font-size:2rem;font-weight:700}.brand-logo{width:2.85rem;height:2.85rem;object-fit:contain;flex:0 0 auto;filter:drop-shadow(0 8px 18px rgba(31,111,235,.18))}.brand-wordmark{line-height:1}.brand-mark{display:inline-grid;place-items:center;width:2.25rem;height:2.25rem;border-radius:999px;background:linear-gradient(160deg,var(--accent),#1f6feb);color:#f0f6fc;font-size:1.15rem}.site-nav{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap}.nav-utility-group{display:inline-flex;align-items:center;gap:.65rem}.nav-sites-menu{position:relative;display:inline-flex;align-items:center;flex:0 0 auto}.nav-sites-toggle{display:inline-flex;align-items:center;gap:.45rem;list-style:none;cursor:pointer;color:var(--text);white-space:nowrap;transition:color .2s ease,transform .2s ease}.nav-sites-toggle-label--short{display:none}.nav-sites-toggle.button{padding:.62rem 1rem}.nav-sites-toggle::-webkit-details-marker{display:none}.nav-sites-toggle:after{content:"";width:.6rem;height:.6rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-.12rem);transform-origin:center;transition:transform .2s ease}.nav-sites-menu[open] .nav-sites-toggle{color:#f0f6fc;border-color:#58a6ff70}.nav-sites-menu[open] .nav-sites-toggle:after{transform:rotate(225deg) translateY(-.02rem)}.nav-sites-panel{position:absolute;top:calc(100% + .85rem);right:0;min-width:16rem;padding:.95rem;z-index:40}.nav-sites-link{color:var(--accent);font-weight:700}.nav-sites-note{margin:0}.site-nav a,.nav-sign-out,.text-link{color:var(--muted);transition:color .2s ease}.site-nav a:hover,.nav-sign-out:hover,.text-link:hover{color:var(--accent)}.nav-sign-out{border:0;background:transparent}.nav-profile-link{display:inline-flex;align-items:center;justify-content:center}.nav-avatar{width:2.5rem;height:2.5rem;border-radius:999px;object-fit:cover;border:1px solid var(--line);box-shadow:0 10px 24px #01040947;background:var(--surface-strong);transition:transform .2s ease,border-color .2s ease}.nav-profile-link:hover .nav-avatar{border-color:var(--accent);transform:translateY(-1px)}.nav-settings-link{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:999px;border:1px solid var(--line);background:#161b22f0;box-shadow:0 10px 24px #0104093d;transition:transform .2s ease,border-color .2s ease,color .2s ease}.nav-settings-link:hover{color:var(--accent);border-color:var(--accent);transform:translateY(-1px)}.nav-settings-icon{width:1.15rem;height:1.15rem;object-fit:contain}.site-main{padding-top:1.25rem;flex:1 0 auto}.app-mode-row{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem}.status-pill,.tag-pill,.filter-chip,.eyebrow{display:inline-flex;align-items:center;gap:.35rem;border-radius:999px;padding:.38rem .8rem;font-size:.86rem;letter-spacing:.03em}.status-pill,.tag-pill{background:#388bfd29;color:#79c0ff}.eyebrow{background:#d2992229;color:#e3b341;width:fit-content;text-transform:uppercase;font-weight:700}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.stack{display:grid;gap:1rem}.section-gap,.page-stack{display:grid;gap:1.5rem;margin-top:1rem}.split-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.button-row,.chip-row,.tag-row{display:flex;gap:.75rem;flex-wrap:wrap}.button{border:1px solid transparent;border-radius:999px;padding:.78rem 1.2rem;font-weight:600;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button:hover{transform:translateY(-1px)}.button-primary{background:linear-gradient(160deg,#1f6feb,var(--accent));color:#f0f6fc;box-shadow:0 10px 24px #1f6feb40}.button-secondary{background:#388bfd24;border-color:#58a6ff57;color:#79c0ff}.button-ghost{background:#21262de0;border-color:var(--line);color:var(--text)}.grow{flex:1 1 18rem}.hero{padding:2rem 0 1rem}.hero-grid,.two-column,.viewer-layout,.editor-layout,.auth-grid{display:grid;gap:1.25rem}.hero-grid{grid-template-columns:minmax(0,1.4fr) minmax(320px,.8fr);align-items:stretch}.hero-grid-single{grid-template-columns:minmax(0,1fr)}.hero-home{position:relative}.hero-copy{max-width:72rem}.hero-copy h1,.page-hero h1,.detail-hero h1,.profile-hero h1,.editor-shell h1,h2,h3{margin:0;font-family:Cormorant Garamond,serif;line-height:.95}.hero-copy h1{font-size:clamp(3.2rem,8vw,5.4rem);max-width:70rem}.hero-lead{max-width:66rem}.hero-lead,.muted,p{color:var(--muted);line-height:1.7}.hero-panel,.page-hero,.profile-hero,.detail-hero,.editor-sidebar,.editor-workspace,.viewer-panel,.layer-panel,.feature-card,.build-card__body,.empty-state,.site-footer,.card.stack,.step-card,.inset-panel{padding:1.4rem}.hero-panel{display:grid;gap:1rem;background:linear-gradient(150deg,#fffcf5f5,#dce6d7b8),var(--surface)}.hero-panel__stat{display:grid;gap:.25rem;padding:1rem;background:#fffdf8cc;border-radius:var(--radius-md)}.card-grid{display:grid;gap:1.2rem}.card-grid-three,.feature-grid,.gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.home-category-grid,.home-picks-grid{display:grid;gap:1.25rem;grid-template-columns:repeat(2,minmax(0,1fr))}.home-category-card{min-height:100%;background:linear-gradient(160deg,#fffcf5f0,#dce6d7ad),var(--surface)}.home-category-meta{display:grid;gap:.35rem}.home-category-count{color:#815f2f;font-size:.92rem;font-weight:600}.home-picks-column{background:#fffcf5e6}.home-picks-cards{grid-template-columns:1fr}.feature-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;padding:1rem 1.2rem;background:linear-gradient(160deg,#fffcf5f2,#dce6d799),var(--surface)}.feature-strip-item{display:grid;gap:.35rem;padding:.2rem .4rem}.feature-strip-item+.feature-strip-item{border-left:1px solid rgba(183,172,149,.32);padding-left:1.2rem}.feature-strip-item h3{font-size:1.7rem}.feature-strip-item p{margin:0;line-height:1.55}.tracker-summary-grid{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.tracker-summary-card{display:grid;gap:.35rem}.tracker-summary-card strong{font-size:clamp(2rem,4vw,2.6rem);font-family:Cormorant Garamond,serif;line-height:.9}.tracker-summary-card span:last-child{color:var(--muted);line-height:1.55}.tracker-table td{vertical-align:top}.tracker-status{display:inline-flex;align-items:center;gap:.45rem;min-width:6.4rem;padding:.42rem .72rem;border-radius:999px;font-size:.84rem;font-weight:700}.tracker-status--actual{background:#dce6d7d1;color:var(--accent)}.tracker-status--test{background:#d2992229;color:#e3b341}.tracker-status--missing{background:#9d4d4024;color:#8a3d32}.tracker-status__icon{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;height:1.2rem;border-radius:999px;background:#fffdf9e6}.create-flow-grid{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr);align-items:start}.create-choice-card,.create-actions-card,.create-upload-card{grid-column:1 / -1}.create-step-card{gap:.75rem;padding:1.1rem}.create-step-card h2{margin:0}.create-step-card label{gap:.4rem}.create-choice-grid,.create-origin-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.compact-field-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.dropdown-field{display:grid;gap:.45rem}.compact-help{margin:0}.compact-note{display:grid;gap:.45rem;align-content:start}.create-credit-card{gap:.8rem}.create-credit-card .inset-panel{padding:1rem}.create-tag-preview-panel{gap:.65rem}.create-details-card textarea,.create-model-card textarea,.create-media-card textarea{min-height:7rem}.create-actions-card{padding:1.1rem;gap:.75rem}.create-choice{display:grid;gap:.45rem;padding:1rem;border:1px solid rgba(183,172,149,.44);border-radius:var(--radius-md);background:#fffdf9d1;cursor:pointer}.create-choice input,.create-mini-choice input{width:auto;margin:0}.create-choice.is-selected{border-color:#36584352;background:#dce6d775;box-shadow:inset 0 0 0 1px #36584314}.create-choice strong{font-size:1.05rem}.create-choice span{color:var(--muted);line-height:1.55}.create-choice-grid-compact .create-choice strong{font-size:1rem}.create-mini-choice{display:inline-flex;align-items:center;gap:.55rem;padding:.65rem .9rem;border-radius:999px;border:1px solid rgba(183,172,149,.44);background:#fffdf9d1}.picture-detail-card p{margin:0}.live-chat{position:fixed;bottom:1rem;z-index:75;--live-chat-font-size: 24px}.live-chat--default{width:min(48rem,calc(100vw - 2rem));height:calc(100dvh - 2rem)}.live-chat.is-collapsed{height:auto}.live-chat--right{right:1rem}.live-chat--left{left:1rem}.live-chat--freeform{resize:both;overflow:hidden;min-width:20rem;min-height:23.75rem;max-width:calc(100vw - 1rem);max-height:calc(100vh - 1rem)}.live-chat__shell{display:flex;flex-direction:column;gap:0;height:100%;background:#090c12f5;border:1px solid rgba(88,166,255,.2);border-radius:var(--radius-lg);box-shadow:0 22px 44px #0104096b;overflow:hidden}.live-chat__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem;border-bottom:1px solid rgba(183,172,149,.24)}.live-chat--freeform .live-chat__header{cursor:move}.live-chat__heading{gap:.35rem}.live-chat__header-button{padding:.58rem .9rem;cursor:pointer}.live-chat__body{display:flex;flex:1 1 auto;flex-direction:column;gap:.85rem;min-height:0;padding:.9rem 1rem 1rem;background:linear-gradient(180deg,#0e1218f5,#0a0d12fa),repeating-linear-gradient(0deg,rgba(255,255,255,.02),rgba(255,255,255,.02) 1px,transparent 1px,transparent 18px)}.live-chat__settings{gap:.75rem}.live-chat__owner-tools{display:grid;gap:.45rem}.live-chat__owner-button{justify-self:start}.live-chat__settings-label{color:var(--text);font-weight:600}.live-chat__text-size-controls{display:flex;gap:.65rem;flex-wrap:wrap}.live-chat__text-size-number{flex:0 0 6.5rem}.live-chat__text-size-preset{flex:1 1 8rem;min-width:0}.live-chat__text-size-input,.live-chat__text-size-select{width:100%}.live-chat__text-size-input{padding-right:.55rem}.live-chat__tabs{display:flex;gap:.65rem;flex-wrap:wrap}.live-chat__tab{flex:1 1 0;min-width:0}.live-chat__tab.is-active{background:linear-gradient(160deg,#1f6feb,var(--accent));color:#f0f6fc;border-color:transparent;box-shadow:0 10px 24px #1f6feb38}.live-chat__direct-controls{gap:.75rem;border:1px solid rgba(88,166,255,.18);background:#0f151ceb}.live-chat__conversation-list{display:grid;gap:.55rem}.live-chat__conversation-button{display:grid;gap:.35rem;width:100%;padding:.7rem .8rem;border:1px solid rgba(88,166,255,.16);border-radius:10px;background:#0a0e14d6;color:inherit;text-align:left}.live-chat__conversation-button.is-active,.live-chat__conversation-button:hover{border-color:#58a6ff57;background:#0e141cf5}.live-chat__conversation-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.live-chat__conversation-name{color:#f0f6fc;font-size:clamp(10px,calc(var(--live-chat-font-size, 24px) - 1px),31px)}.live-chat__conversation-time{color:#8b949e;font-size:clamp(10px,calc(var(--live-chat-font-size, 24px) - 4px),28px);white-space:nowrap}.live-chat__conversation-preview{margin:0;color:#8b949e;font-size:clamp(10px,calc(var(--live-chat-font-size, 24px) - 2px),30px);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.live-chat__conversation-empty{padding:.35rem .1rem;font-size:clamp(10px,calc(var(--live-chat-font-size, 24px) - 2px),30px)}.live-chat__messages{display:flex;flex:1 1 auto;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:.45rem;min-height:0;overflow:auto;padding:.5rem .65rem;border:1px solid rgba(88,166,255,.16);background:#060a0ebd}.live-chat__message{display:grid;gap:.12rem;padding:.05rem 0}.live-chat__message.live-chat__message--self .live-chat__name{color:#79c0ff}.live-chat__line{margin:0;font-family:Courier New,monospace;font-size:var(--live-chat-font-size, 24px);line-height:1.35;color:#f0f6fc;white-space:pre-wrap;word-break:break-word;text-shadow:0 1px 0 rgba(0,0,0,.55)}.live-chat__name{color:#f0f6fc;font-size:inherit}.live-chat__badge{display:inline-flex;align-items:center;vertical-align:baseline;margin:0 .28rem 0 .18rem;padding:.12rem .38rem;border-radius:4px;font-size:.72rem;line-height:1.1;letter-spacing:.04em;background:#30363dd1;color:#f0f6fc}.live-chat__badge--owner{background:#f8514938;color:#ffb3ad}.live-chat__badge--admin{background:#388bfd38;color:#9ecbff}.live-chat__badge--expert{background:#3fb95033;color:#85e89d}.live-chat__badge--early-bird{background:#d299223d;color:#f2cc60}.live-chat__badge--post-master{background:#bf87ff38;color:#d2a8ff}.live-chat__badge--chatterbox{background:#2f81f738;color:#79c0ff}.live-chat__separator{color:#8b949e}.live-chat__time{color:#8b949e;padding-left:.05rem;font-size:clamp(10px,calc(var(--live-chat-font-size, 24px) - 3px),29px)}.live-chat__text{color:#f0f6fc;white-space:pre-wrap;word-break:break-word;line-height:inherit;font-size:inherit}.live-chat__composer{display:grid;gap:.75rem;flex:0 0 auto;margin-top:0;padding-top:.85rem;border-top:1px solid rgba(88,166,255,.12)}.live-chat__composer-meta{align-items:center;font-size:clamp(10px,calc(var(--live-chat-font-size, 24px) - 2px),30px)}.live-chat__label{gap:.55rem;font-size:clamp(10px,calc(var(--live-chat-font-size, 24px) - 1px),31px)}.live-chat__composer textarea{min-height:5rem;max-height:11rem;resize:vertical;font-size:var(--live-chat-font-size, 24px);line-height:1.45}.live-chat__empty{padding:1rem;border-radius:6px;border:1px dashed rgba(88,166,255,.24);background:#070b10bd;font-size:clamp(10px,calc(var(--live-chat-font-size, 24px) - 1px),31px)}.build-card{overflow:hidden}.build-card__image{aspect-ratio:4 / 3;display:block}.build-card__image img,.detail-thumb{width:100%;height:100%;object-fit:cover}.build-card__body{display:grid;gap:.7rem}.build-card__meta{display:flex;justify-content:space-between;gap:.5rem;color:var(--muted)}.page-hero,.detail-hero,.profile-hero{display:grid;gap:1rem}.detail-hero,.profile-hero{grid-template-columns:minmax(0,1.2fr) minmax(280px,.8fr);align-items:center}.detail-thumb-shell{position:relative;display:block;width:100%;padding:0;overflow:hidden;border:1px solid var(--line);border-radius:calc(var(--radius-lg) - 8px);background:#0e1218f5}.detail-thumb-shell-editable{cursor:pointer}.detail-thumb-shell-editable:disabled{cursor:wait}.detail-thumb-shell-editable:hover .detail-thumb-edit-badge,.detail-thumb-shell-editable:focus-visible .detail-thumb-edit-badge{opacity:1;transform:translateY(0)}.detail-thumb{width:100%;border-radius:calc(var(--radius-lg) - 8px);aspect-ratio:4 / 3;object-fit:cover}.detail-thumb-edit-badge{position:absolute;right:1rem;bottom:1rem;display:inline-flex;align-items:center;justify-content:center;padding:.55rem .9rem;border-radius:999px;border:1px solid rgba(88,166,255,.38);background:#0d1117db;color:#f0f6fc;font-weight:600;opacity:.92;transform:translateY(2px);transition:opacity .2s ease,transform .2s ease,border-color .2s ease}.detail-thumb-shell-editable:hover .detail-thumb-edit-badge,.detail-thumb-shell-editable:focus-visible .detail-thumb-edit-badge{border-color:var(--accent)}.avatar{width:3rem;height:3rem;border-radius:999px;object-fit:cover;background:var(--accent-soft)}.avatar-large{width:7rem;height:7rem}.author-row{display:flex;align-items:center;gap:1rem}.profile-hero{grid-template-columns:auto minmax(0,1fr) auto}.profile-copy,.profile-socials{gap:.85rem}.profile-kicker,.profile-section-label,.achievement-card__eyebrow{padding:.28rem .52rem;border-radius:9px;border:1px solid rgba(210,153,34,.18);background:#d2992214;color:#f2cc60;letter-spacing:.08em;font-size:.7rem}.profile-kicker{background:#d299221f;border-color:#d299223d}.profile-stat-row,.badge-chip-row,.social-list--profile{gap:.55rem}.profile-stat-pill{padding:.55rem .78rem;border-radius:12px;border:1px solid rgba(48,54,61,.94);background:#0b0f15d1;color:#c9d1d9;font-size:.8rem;font-weight:500}.profile-special-tags{gap:.65rem}.profile-featured-badge{display:grid;gap:.35rem}.profile-section-block{gap:.55rem;padding-top:.55rem;border-top:1px solid rgba(48,54,61,.75)}.profile-actions{display:grid;gap:.75rem;align-content:start}.social-list{display:flex;gap:.65rem;flex-wrap:wrap}.social-chip{display:inline-flex;align-items:center;padding:.62rem .9rem;border-radius:12px;border:1px solid rgba(48,54,61,.94);background:#0b0f15d1;color:#c9d1d9;transition:border-color .2s ease,color .2s ease,background .2s ease,transform .2s ease}.social-chip:hover{border-color:#58a6ff52;background:#10161ff5;color:#f0f6fc}.special-tag-grid{display:grid;gap:.85rem;grid-template-columns:repeat(3,minmax(0,1fr))}.special-tags-dropdown{max-width:30rem}.dropdown-menu{border:1px solid rgba(183,172,149,.44);border-radius:var(--radius-md);background:#fffdf9d1;overflow:hidden}.dropdown-menu>summary{list-style:none}.dropdown-menu>summary::-webkit-details-marker{display:none}.dropdown-menu__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.88rem 1rem;cursor:pointer;font-weight:600}.dropdown-menu__summary:after{content:"▾";color:var(--muted);flex:0 0 auto}.dropdown-menu[open] .dropdown-menu__summary:after{content:"▴"}.dropdown-menu__panel{display:grid;gap:.8rem;padding:0 1rem 1rem;border-top:1px solid rgba(183,172,149,.28)}.dropdown-checkbox-list{display:grid;gap:.7rem}.dropdown-checkbox-option{display:flex;align-items:center;gap:.75rem;padding:.75rem .85rem;border-radius:var(--radius-sm);border:1px solid rgba(183,172,149,.36);background:#fffdf9d6;font-weight:600}.dropdown-checkbox-option input{width:auto;margin:0}.dropdown-menu__summary:after{content:"";width:.55rem;height:.55rem;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;color:var(--muted);flex:0 0 auto;transform:rotate(45deg) translateY(-.1rem);transition:transform .2s ease}.dropdown-menu[open] .dropdown-menu__summary:after{transform:rotate(225deg) translateY(-.02rem)}.profile-section-tabs{display:flex;gap:.75rem;flex-wrap:wrap}.profile-build-group,.profile-draft-section{gap:1rem}.profile-build-group+.profile-build-group{padding-top:1rem;border-top:1px solid rgba(48,54,61,.72)}.profile-build-group__count{padding:.52rem .74rem;border-radius:12px;border:1px solid rgba(48,54,61,.92);background:#0b0f15d1;color:#c9d1d9}.profile-section-tabs .button.is-active{box-shadow:0 10px 24px #1f6feb38}.achievement-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.achievement-card{min-height:100%;background:linear-gradient(180deg,#141a22fa,#0d1117f5),var(--surface);border-color:#30363deb}.achievement-card__header{align-items:flex-start}.achievement-card__earned{display:grid;gap:.5rem}.achievement-card__owner-action{display:flex;align-items:center;justify-content:flex-start}.achievement-card__award-button{min-width:9rem}.achievement-card__count{margin:0;font-weight:700;color:#f0f6fc}.achievement-card__locked{margin:0;color:var(--muted)}.achievement-milestones{display:grid;gap:.55rem}.achievement-milestone{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .85rem;border-radius:var(--radius-sm);border:1px solid rgba(48,54,61,.92);background:#090d13c7}.achievement-milestone strong{color:#f0f6fc}.achievement-milestone span{color:var(--muted);text-align:right}.achievement-milestone.is-unlocked{border-color:#58a6ff52;background:#142438b8}.achievement-card__summary-pill{padding:.52rem .74rem;border-radius:12px;border:1px solid rgba(48,54,61,.92);background:#0e1218eb}.achievement-card__summary-pill--locked{background:#30363d80;border-color:#636e7b80;color:#c9d1d9}.achievement-card__summary-pill--owner{background:#f8514933;border-color:#f851493d;color:#ffb3ad}.achievement-card__summary-pill--admin,.achievement-card__summary-pill--chatterbox{background:#388bfd2e;border-color:#388bfd3d;color:#9ecbff}.achievement-card__summary-pill--expert{background:#3fb95029;border-color:#3fb9503d;color:#85e89d}.achievement-card__summary-pill--early-bird{background:#d299222e;border-color:#d299223d;color:#f2cc60}.achievement-card__summary-pill--post-master{background:#bf87ff2e;border-color:#bf87ff3d;color:#d2a8ff}.achievement-card--owner{border-color:#f8514933}.achievement-card--admin,.achievement-card--chatterbox{border-color:#388bfd38}.achievement-card--expert{border-color:#3fb95038}.achievement-card--early-bird{border-color:#d2992238}.achievement-card--post-master{border-color:#bf87ff38}.achievement-card--owner .achievement-card__count{color:#ffb3ad}.achievement-card--admin .achievement-card__count,.achievement-card--chatterbox .achievement-card__count{color:#9ecbff}.achievement-card--expert .achievement-card__count{color:#85e89d}.achievement-card--early-bird .achievement-card__count{color:#f2cc60}.achievement-card--post-master .achievement-card__count{color:#d2a8ff}.tag-pill--badge{border-color:#30363deb}.badge-chip{padding:.52rem .74rem;border-radius:12px;background:#0c1117d1;color:#c9d1d9;font-weight:600}.badge-chip.tag-pill--owner{background:#f8514924;border-color:#f8514938}.badge-chip.tag-pill--admin,.badge-chip.tag-pill--chatterbox{background:#388bfd24;border-color:#388bfd38}.badge-chip.tag-pill--expert{background:#3fb9501f;border-color:#3fb95038}.badge-chip.tag-pill--early-bird{background:#d2992224;border-color:#d2992238}.badge-chip.tag-pill--post-master{background:#bf87ff24;border-color:#bf87ff38}.tag-pill--owner{color:#ffb3ad}.tag-pill--admin{color:#9ecbff}.tag-pill--expert{color:#85e89d}.tag-pill--early-bird{color:#f2cc60}.tag-pill--post-master{color:#d2a8ff}.tag-pill--chatterbox{color:#79c0ff}.special-tag-option{display:flex;align-items:center;gap:.75rem;font-weight:600}.special-tag-option input{width:auto;margin:0}.special-tag-option span{color:var(--text)}.profile-avatar-upload{display:grid;gap:1rem;justify-items:start}.social-editor-list{display:grid;gap:.9rem}.social-editor-row{display:grid;gap:.9rem;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr) auto;align-items:end}.social-row-remove{white-space:nowrap}.form-helper{margin:0}.viewer-layout{grid-template-columns:minmax(0,1.5fr) minmax(320px,.7fr)}.viewer-canvas,.editor-canvas{width:100%;min-height:480px;border-radius:calc(var(--radius-lg) - 8px);overflow:hidden;background:linear-gradient(180deg,#fffdf980,#dce6d740)}.viewer-toolbar,.editor-toolbar,.editor-footerbar,.catalog-toolbar{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.layer-list{display:grid;gap:.75rem;max-height:22rem;overflow:auto}.layer-button,.gallery-card,.filter-chip{border:1px solid rgba(183,172,149,.44);background:#fffdf9cc}.layer-button,.gallery-card{width:100%;border-radius:var(--radius-md);padding:.95rem;text-align:left}.layer-button{display:grid;gap:.35rem}.gallery-card{display:grid;gap:.75rem}.gallery-card img{border-radius:calc(var(--radius-md) - 6px);aspect-ratio:16 / 10;object-fit:cover}.progress-track{width:100%;height:.75rem;border-radius:999px;background:#dce6d7ad;overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--accent),#7aa182)}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:38rem}.data-table th,.data-table td{border-bottom:1px solid rgba(183,172,149,.32);padding:.8rem .6rem;text-align:left}.two-column,.auth-grid,.editor-layout{grid-template-columns:repeat(2,minmax(0,1fr))}.editor-layout{grid-template-columns:minmax(0,1.45fr) minmax(320px,.7fr);align-items:start}.editor-shell--wide{width:min(1500px,calc(100% - 1.25rem))}.editor-page-header{align-items:end}.editor-page-copy{gap:.6rem;max-width:54rem}.editor-page-copy p,.editor-workspace-copy p{margin:0}.editor-layout--wide{grid-template-columns:minmax(0,1.9fr) minmax(340px,.78fr);align-items:start}.editor-workspace{display:grid;gap:1rem}.editor-workspace-header{align-items:flex-start}.editor-workspace-copy{gap:.4rem}.editor-control-grid{display:grid;gap:.85rem;grid-template-columns:repeat(4,minmax(0,1fr))}.editor-toolbar--workspace{gap:.65rem}.editor-mode-toggle.is-active{box-shadow:0 10px 24px #1f6feb38}.editor-help-card{gap:1rem;background:linear-gradient(160deg,#1c2430f5,#101721f0),var(--surface)}.editor-help-grid{display:grid;gap:1rem;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.editor-help-list{margin:0;padding-left:1.15rem;display:grid;gap:.45rem;color:var(--muted)}.editor-shortcut-grid{display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.editor-shortcut-chip{display:grid;gap:.25rem;padding:.85rem .95rem;border-radius:var(--radius-sm);border:1px solid rgba(88,166,255,.18);background:#0c1118db}.editor-shortcut-chip strong{color:#f0f6fc;font-size:1.05rem}.editor-shortcut-chip span{color:var(--muted);line-height:1.45}.editor-canvas-shell{position:relative;display:grid;gap:.85rem;padding:1rem;border-radius:calc(var(--radius-lg) - 6px);border:1px solid rgba(88,166,255,.14);background:linear-gradient(180deg,#181f29fa,#0c1118fa),var(--surface)}.editor-workspace .editor-canvas{min-height:clamp(620px,72vh,920px);border:1px solid rgba(88,166,255,.12);background:linear-gradient(180deg,#1f2733fa,#0a0f16fa)}.editor-canvas__surface{display:block;width:100%;height:100%;outline:none;cursor:crosshair}.editor-canvas__surface:focus-visible{box-shadow:inset 0 0 0 2px #58a6ff47}.editor-canvas-hud{display:flex;gap:.65rem;flex-wrap:wrap}.editor-hud-pill{display:inline-flex;align-items:center;gap:.45rem;padding:.55rem .85rem;border-radius:999px;border:1px solid rgba(88,166,255,.16);background:#0a0f16d6;color:var(--muted)}.editor-hud-pill strong{color:#f0f6fc}.editor-sidebar{display:grid;gap:1rem;align-content:start;position:sticky;top:5.5rem}.editor-side-card{gap:.85rem}.editor-summary-stats{display:grid;gap:.65rem}.editor-actions-card .button-row{justify-content:stretch}.editor-actions-card .button{flex:1 1 12rem;text-align:center}.editor-readout{color:var(--muted)}.editor-footerbar--workspace{justify-content:space-between}.editor-canvas-shell.is-fullscreen,.editor-canvas-shell:fullscreen{width:100vw;height:100vh;padding:1rem 1rem 1.25rem;border-radius:0;border:0;grid-template-rows:minmax(0,1fr) auto;align-content:stretch;background:#080c12fc}.editor-canvas-shell.is-fullscreen .editor-canvas,.editor-canvas-shell:fullscreen .editor-canvas{min-height:0;height:100%}.filter-chip{border-radius:999px;padding:.55rem .95rem;color:var(--muted)}.filter-chip.is-active{background:#365843eb;color:#fffef8}.empty-state{display:grid;place-items:center;text-align:center;gap:.8rem}.spinner{width:2rem;height:2rem;border-radius:999px;border:3px solid rgba(54,88,67,.18);border-top-color:var(--accent);animation:spin .9s linear infinite}.site-footer{margin-top:3rem;margin-top:auto;border-top:1px solid rgba(183,172,149,.26);background:#fdf9f1cc}.footer-grid{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-copy{max-width:38rem}.footer-disclaimer{margin:.85rem 0 0;font-size:.9rem;line-height:1.55}.footer-links{display:grid;gap:.5rem}.modal-backdrop{position:fixed;inset:0;background:#191e18ad;display:grid;place-items:center;padding:1rem;z-index:70}.modal-card{width:min(920px,100%);background:var(--surface-strong);border-radius:var(--radius-lg);padding:1.2rem;display:grid;gap:1rem}.modal-image{width:100%;max-height:75vh;object-fit:contain}.modal-close{justify-self:end;border:0;background:#dce6d7cc;border-radius:999px;padding:.6rem .9rem}.toast{position:fixed;right:1rem;bottom:1rem;z-index:80;padding:.9rem 1.1rem;border-radius:999px;box-shadow:0 16px 32px #1c20171f;color:#fffef8}.toast-info,.toast-success{background:var(--accent)}.toast-error{background:#9d4d40}.list-clean{margin:0;padding-left:1rem;display:grid;gap:.55rem}label{display:grid;gap:.45rem;color:var(--text);font-weight:600}input,select,textarea{width:100%;border-radius:var(--radius-sm);border:1px solid rgba(183,172,149,.56);background:#0e1218f5;background-color:#0e1218f5;padding:.78rem .95rem;color:#f0f6fc;box-shadow:inset 0 1px #f0f6fc08}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:2.9rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%235f6858' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:.95rem}textarea{resize:vertical}input:focus,select:focus,textarea:focus{outline:2px solid rgba(88,166,255,.22);border-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--muted);opacity:1}select option,select optgroup{background:#161b22;color:#f0f6fc}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-text-fill-color:#f0f6fc;box-shadow:0 0 0 1000px #0e1218 inset;transition:background-color 9999s ease-in-out 0s}.inset-panel{background:#161b22d1;border:1px solid var(--line);border-radius:var(--radius-md)}code{background:#388bfd26;color:#79c0ff;padding:.15rem .4rem;border-radius:999px}.hero-panel,.home-category-card,.feature-strip{background:linear-gradient(160deg,#161b22fa,#0d1117eb),var(--surface)}.hero-panel__stat,.home-picks-column,.create-choice,.create-mini-choice,.live-chat__shell,.live-chat__bubble,.live-chat__empty,.social-chip,.dropdown-menu,.dropdown-checkbox-option,.layer-button,.gallery-card,.filter-chip,.modal-close,input,select,textarea,.tracker-status__icon{background:#0e1218f5;background-color:#0e1218f5}.create-choice,.create-mini-choice,.social-chip,.dropdown-menu,.dropdown-checkbox-option,.layer-button,.gallery-card,.filter-chip,.modal-close,input,select,textarea,.live-chat__shell,.live-chat__bubble,.live-chat__empty{border-color:var(--line)}.social-chip--profile{background:#0b0f15d1;background-color:#0b0f15d1;border-color:#30363df0}.social-chip--profile:hover{border-color:#58a6ff52;background:#10161ff5;background-color:#10161ff5}.home-category-count{color:#e3b341}.tracker-status--actual{background:#388bfd29;color:#79c0ff}.tracker-status--test{background:#d2992224;color:#f2cc60}.tracker-status--missing{background:#f851491f;color:#ff7b72}.create-choice.is-selected,.filter-chip.is-active{border-color:#58a6ff8c;background:#1f6feb38;box-shadow:inset 0 0 0 1px #58a6ff24}.filter-chip.is-active{color:#f0f6fc}.live-chat__header{border-bottom-color:var(--line)}.viewer-canvas,.editor-canvas{background:linear-gradient(180deg,#21262df5,#0d1117f5)}.progress-track{background:#30363deb}.progress-fill{background:linear-gradient(90deg,#1f6feb,#58a6ff)}.data-table th,.data-table td,.feature-strip-item+.feature-strip-item,.dropdown-menu__panel,.site-footer{border-color:var(--line)}.site-footer{background:#0d1117d1}.modal-close{color:var(--text)}.spinner{border-color:#58a6ff29;border-top-color:var(--accent)}.toast-error{background:#da3633}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5.25L7 9.25L11 5.25' stroke='%238b949e' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;background-size:.95rem;padding-right:2.9rem}.live-chat__shell{background:#090c12f5}.live-chat__bubble{background:#0000005c}.live-chat__empty{background:#070b10bd}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:980px){.hero-grid,.viewer-layout,.two-column,.editor-layout,.auth-grid,.detail-hero,.profile-hero,.card-grid-three,.home-category-grid,.home-picks-grid,.feature-grid,.gallery-grid{grid-template-columns:1fr}.editor-sidebar{position:static}.social-editor-row,.feature-strip,.tracker-summary-grid,.special-tag-grid,.compact-field-grid,.achievement-grid,.create-flow-grid,.create-choice-grid,.create-origin-grid,.editor-control-grid,.editor-help-grid,.editor-shortcut-grid{grid-template-columns:1fr}.feature-strip-item+.feature-strip-item{border-left:0;border-top:1px solid rgba(183,172,149,.32);padding-left:.4rem;padding-top:1rem}}@media(max-width:720px){body{background-attachment:scroll,scroll,scroll,scroll}.brand{font-size:1.7rem}.brand-logo{width:2.4rem;height:2.4rem}.site-nav{justify-content:flex-start}.nav-sites-toggle-label--full{display:none}.nav-sites-toggle-label--short{display:inline}.nav-sites-panel{position:static;min-width:0;transform:none;margin-top:.65rem}.shell{width:min(100% - 1rem,1180px)}.hero-copy h1{font-size:3rem}.viewer-canvas,.editor-canvas{min-height:360px}.editor-shell--wide{width:min(100% - 1rem,1500px)}.editor-workspace .editor-canvas{min-height:460px}.editor-footerbar--workspace{align-items:flex-start}.data-table{min-width:32rem}.app-mode-row{align-items:flex-start}main{padding-bottom:20rem}.live-chat{left:.5rem;right:.5rem;bottom:.5rem}.live-chat--default{width:auto;height:calc(100dvh - 4.75rem)}.live-chat--left,.live-chat--right{left:.5rem;right:.5rem}}
