@import"https://fonts.cdnfonts.com/css/riffic-free";@import"https://fonts.googleapis.com/css2?family=Prosto+One&display=swap";.layout{min-height:100vh;width:100%}.logo{display:flex;align-items:center;gap:.5rem;height:100%;width:auto}.logo-image{display:block;height:32px;width:auto;object-fit:contain;margin:0;padding:0}.logo-wordmark{font-family:var(--font-family-brand, "Prosto One", cursive);font-size:1.15rem;font-weight:600;letter-spacing:.04em;line-height:1;color:var(--color-text);transition:color .3s ease}.logo-auto .logo-image-dark{display:none}.logo-auto .logo-image-light,[data-theme=dark] .logo-auto .logo-image-dark{display:block}[data-theme=dark] .logo-auto .logo-image-light{display:none}@media (prefers-color-scheme: dark){[data-theme=system] .logo-auto .logo-image-dark{display:block}[data-theme=system] .logo-auto .logo-image-light{display:none}}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;gap:.375rem;text-decoration:none;box-shadow:0 2px 4px #0000001a}.btn-arrow{display:inline-flex;align-items:center;position:relative}.btn-arrow-svg{display:block;overflow:visible}.btn-arrow-line{transform-box:fill-box;transform-origin:100% 50%;transform:scaleX(0);transition:transform .3s cubic-bezier(.4,0,.2,1)}.btn-arrow-chevron{transition:transform .3s cubic-bezier(.4,0,.2,1);transform-origin:center}.btn:hover .btn-arrow-line{transform:scaleX(1)}.btn:hover .btn-arrow-chevron{transform:translate(1.5px)}.btn-primary{background:var(--color-text);color:var(--color-bg)}.btn-primary:hover{opacity:.85;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.btn-primary:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.btn-secondary{background:var(--color-text);color:var(--color-bg)}.btn-secondary:hover{opacity:.85}.btn-secondary:active{opacity:.9}.btn-small{padding:.5rem 1rem;font-size:.875rem}.btn-medium{padding:.75rem 1.5rem;font-size:1rem}.btn-large{padding:1rem 2rem;font-size:1.125rem}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:var(--color-bg)}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.header-desktop{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;gap:2rem;position:relative}.header-logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0;height:36px}.header-nav{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:0}.nav-item{position:relative;padding-bottom:.5rem;margin-bottom:-.5rem}.nav-trigger{display:flex;align-items:center;gap:.35rem;background:none;border:none;color:var(--color-text);font-size:14px;line-height:24px;font-family:var(--font-family-sans);cursor:pointer;padding:.5rem .75rem;border-radius:var(--radius-md);transition:opacity .2s ease}.nav-trigger:hover{opacity:.7}.nav-dropdown{position:absolute;top:100%;left:0;margin-top:.125rem;background-color:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:.375rem;min-width:180px;box-shadow:0 8px 30px #0000001f;opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .15s ease,transform .15s ease}.nav-dropdown.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.nav-dropdown-item{display:block;padding:.5rem .75rem;color:var(--color-text);text-decoration:none;font-size:14px;line-height:20px;border-radius:var(--radius-md);transition:background-color .15s ease}.nav-dropdown-item:hover{background-color:var(--color-overlay)}.header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.header-cta{display:flex;align-items:center;text-decoration:none}.header-mobile{display:none;align-items:center;justify-content:space-between;padding:.5rem 1.25rem;position:relative;z-index:1001}.hamburger-menu{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:.5rem;color:var(--color-text);transition:opacity .2s ease}.hamburger-menu:hover{opacity:.7}.hamburger-menu svg{width:24px;height:24px}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background-color:var(--color-bg);z-index:1000;padding:5rem 1.5rem 2rem;overflow-y:auto}.mobile-nav{display:flex;flex-direction:column;gap:0;margin-bottom:2rem}.mobile-nav-group{display:flex;flex-direction:column;margin-bottom:1.5rem}.mobile-nav-group:last-of-type{margin-bottom:0}.mobile-nav-heading{padding:.75rem 0 .5rem;color:var(--color-text-muted);font-size:12px;font-weight:600;line-height:16px;text-transform:uppercase;letter-spacing:.08em;margin:0;font-family:var(--font-family-sans)}.mobile-nav-item{padding:.875rem 0;color:var(--color-text);text-decoration:none;font-size:16px;line-height:24px;border-bottom:1px solid var(--color-border);transition:opacity .2s ease}.mobile-nav-item:hover{opacity:.7}.mobile-actions{display:flex;gap:1rem;margin-top:2rem;justify-content:center}.mobile-cta{display:flex;justify-content:center}@media (max-width: 809.98px){.header-container{padding:0 1.5rem}.header-desktop{display:none}.header-mobile{display:flex;padding:.5rem 0}}@media (min-width: 810px){.header-mobile,.mobile-menu{display:none}}@media (min-width: 810px) and (max-width: 1199.98px){.header-desktop{padding:.5rem 0}}.hero{padding-top:8rem;padding-bottom:3rem;background:var(--color-bg);transition:background-color .3s ease}.hero-inner{display:flex;flex-direction:column;gap:2.5rem}.hero-text{max-width:720px;display:flex;flex-direction:column;gap:1.5rem}.hero-title{font-size:1.75rem;font-weight:400;line-height:1.25;color:var(--color-text);text-wrap:balance;margin-bottom:0}.hero-cta{display:flex;align-items:center;gap:1rem}.hero-media{width:100%}.hero-media-container{position:relative;width:100%;aspect-ratio:16 / 10;border-radius:var(--radius-xl);border:1px solid var(--color-border);overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-editor-placeholder{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:88%;height:80%;border-radius:var(--radius-lg);border:1px solid rgba(255,255,255,.25);overflow:hidden;box-shadow:0 8px 32px #0000004d}.hero-editor-placeholder .gs-editor-title{font-size:15px}.hero-editor-placeholder .gs-msg-bubble{font-size:13px}.hero-editor-placeholder .gs-msg-bubble--system code{font-size:12px}.hero-editor-placeholder .gs-msg-num{font-size:13px}.hero-editor-placeholder .gs-chat-tab{font-size:12px}.hero-editor-placeholder .gs-input,.hero-editor-placeholder .gs-chat-history-header,.hero-editor-placeholder .gs-chat-history-item,.hero-editor-placeholder .gs-chat-history-new,.hero-editor-placeholder .gs-asset-option,.hero-editor-placeholder .gs-play-hint,.hero-editor-placeholder .gs-canvas-share{font-size:13px}.hero-logos{display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding-top:1.5rem}.hero-logos-heading{font-size:.875rem;font-weight:400;color:var(--color-text-secondary);text-transform:none;letter-spacing:0;margin-bottom:0}.hero-logos-row{display:flex;align-items:stretch;justify-content:space-between;gap:1rem;flex-wrap:nowrap;width:100%}.hero-logo-link{display:flex;flex:1;text-decoration:none;transition:transform .2s ease}.hero-logo-link:hover{transform:translateY(-2px)}.hero-logo-box{display:flex;align-items:center;justify-content:center;width:100%;height:100px;padding:.75rem;background:var(--color-bg-card);border-radius:var(--radius-md);transition:background-color .3s ease}.hero-logo-img{height:28px;width:auto;max-width:100%;object-fit:contain;filter:var(--logo-filter-light);transition:filter .3s ease}[data-theme=dark] .hero-logo-box{background:transparent}[data-theme=dark] .hero-logo-img{filter:none}@media (prefers-color-scheme: dark){[data-theme=system] .hero-logo-box{background:transparent}[data-theme=system] .hero-logo-img{filter:none}}@media (max-width: 809.98px){.hero{padding-top:5.5rem;padding-bottom:2rem}.hero-inner{gap:1.5rem}.hero-title{font-size:1.25rem}.hero-media-container{aspect-ratio:2 / 3;border-radius:var(--radius-lg)}.hero-editor-placeholder{width:96%;height:94%;border-radius:var(--radius-md)}.hero-editor-placeholder .gs-editor-header{padding:4px 6px;min-height:22px}.hero-editor-placeholder .gs-editor-title{font-size:9px}.hero-editor-placeholder .gs-editor-action{width:16px;height:16px}.hero-editor-placeholder .gs-editor-action svg{width:10px;height:10px}.hero-editor-placeholder .gs-newchat-btn{width:16px;height:16px}.hero-editor-placeholder .gs-collapse-indicator svg{width:10px;height:10px}.hero-editor-placeholder .gs-chat-messages{padding:5px 5px 2px;gap:4px}.hero-editor-placeholder .gs-msg-bubble{font-size:8px;line-height:1.45}.hero-editor-placeholder .gs-msg-bubble--user,.hero-editor-placeholder .gs-msg-bubble--system{padding:4px 6px;border-radius:6px}.hero-editor-placeholder .gs-msg-bubble--system code{font-size:7px}.hero-editor-placeholder .gs-msg-edit-btn{width:12px;height:12px}.hero-editor-placeholder .gs-msg-edit-btn svg{width:7px;height:7px}.hero-editor-placeholder .gs-chat-tabs-bar{min-height:20px}.hero-editor-placeholder .gs-chat-tabs-scroll{padding:2px 4px;gap:3px}.hero-editor-placeholder .gs-chat-tab{font-size:7px;padding:2px 5px;gap:2px;border-radius:4px}.hero-editor-placeholder .gs-chat-tab svg{width:6px;height:6px}.hero-editor-placeholder .gs-chat-history-btn{width:16px;height:16px}.hero-editor-placeholder .gs-chat-history-btn svg{width:9px;height:9px}.hero-editor-placeholder .gs-chat-history-wrap{padding:0 4px}.hero-editor-placeholder .gs-editor-input-area{padding:3px 5px;gap:3px}.hero-editor-placeholder .gs-asset-btn{width:24px;height:24px;border-radius:4px}.hero-editor-placeholder .gs-asset-btn svg{width:10px;height:10px}.hero-editor-placeholder .gs-input{font-size:8px;padding:5px 20px 5px 5px;border-radius:4px}.hero-editor-placeholder .gs-send-btn{width:15px;height:15px;border-radius:4px;right:3px}.hero-editor-placeholder .gs-send-btn svg{width:8px;height:8px}.hero-editor-placeholder .gs-play-hint,.hero-editor-placeholder .gs-canvas-share{font-size:8px}.hero-editor-placeholder .gs-canvas{flex:1;overflow:hidden}.hero-editor-placeholder .gs-iframe{height:100%;width:auto;aspect-ratio:4 / 3}.hero-logos-row{flex-wrap:wrap;gap:.75rem}.hero-logo-link{flex:0 0 calc(50% - .375rem)}.hero-logo-box{height:64px}.hero-logo-img{height:20px}}@media (min-width: 810px) and (max-width: 1199.98px){.hero-title{font-size:1.625rem}.hero-logo-box{height:80px}.hero-logo-img{height:24px}}.game-showcase{width:100%;height:100%;display:flex;flex-direction:column;border-radius:inherit;overflow:hidden;background:#2c3e2d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.gs-body{display:flex;flex:1;min-height:0;overflow:hidden}.gs-canvas{position:relative;flex:0 0 63%;background:#1a1a2e;border-right:1px solid rgba(0,0,0,.3);cursor:pointer;overflow:hidden}.gs-canvas--active{cursor:default}.gs-iframe{display:block;width:100%;height:100%;border:none}.gs-canvas-actions{position:absolute;top:8px;right:8px;z-index:5;display:flex;align-items:center;gap:6px;pointer-events:auto}.gs-canvas-share{display:flex;align-items:center;gap:5px;padding:6px 10px;border:none;border-radius:6px;background:#48606933;color:#486069;font-family:Iowan Old Style,Georgia,serif;font-weight:700;font-size:11px;cursor:default;transition:transform .15s ease}.gs-canvas-share:hover{transform:scale(1.1)}.gs-canvas-expand{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;border-radius:6px;background:#48606933;color:#486069;cursor:default;padding:0;transition:transform .15s ease}.gs-canvas-expand:hover{transform:scale(1.1)}.gs-editor{flex:1;display:flex;flex-direction:column;background:#f5f3ef;min-width:0;overflow:hidden;font-family:Iowan Old Style,Georgia,serif}.gs-editor-header{display:flex;align-items:center;justify-content:space-between;padding:8px 10px;border-bottom:1px solid rgba(0,0,0,.08);min-height:36px}.gs-editor-title{font-size:13px;font-weight:700;color:#1a1a1a;margin:0;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gs-editor-actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.gs-editor-action{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:transparent;color:#666;border-radius:4px;cursor:default;padding:0}.gs-collapse-indicator{display:flex;align-items:center;gap:2px;color:#888;cursor:default}.gs-newchat-btn{border-radius:50%;width:24px;height:24px}.gs-newchat-btn:hover{background:#0000000f}.gs-chat-messages{flex:1;overflow-y:auto;padding:10px 10px 4px;display:flex;flex-direction:column;gap:8px}.gs-chat-messages::-webkit-scrollbar{width:4px}.gs-chat-messages::-webkit-scrollbar-thumb{background:#00000026;border-radius:2px}.gs-msg{display:flex;width:100%}.gs-msg--animate{animation:gs-msg-appear .35s ease-out forwards}@keyframes gs-msg-appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.gs-msg--user{justify-content:flex-end}.gs-msg--system{justify-content:flex-start}.gs-msg-bubble-wrap{position:relative;max-width:92%}.gs-msg-bubble{font-size:11px;line-height:1.55;word-wrap:break-word;overflow-wrap:break-word}.gs-msg-bubble--user{background:#5a7d6e;color:#fffffff2;border-radius:10px 10px 4px;padding:8px 11px}.gs-msg-bubble--user p{margin:0 0 6px}.gs-msg-bubble--user p:last-child{margin-bottom:0}.gs-msg-edit-btn{position:absolute;bottom:-4px;right:-4px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:1px solid #e0e0e0;border-radius:50%;background:#fff;color:#666;padding:0;cursor:default;opacity:0;transition:opacity .15s ease,transform .15s ease;box-shadow:0 2px 4px #0000001a}.gs-msg-bubble-wrap:hover .gs-msg-edit-btn{opacity:1}.gs-msg-edit-btn:hover{transform:scale(1.1)}.gs-msg-bubble--system{max-width:92%;background:#eae7e1;color:#2a2a2a;border-radius:10px 10px 10px 4px;padding:8px 11px}.gs-msg-bubble--system p{margin:0 0 6px}.gs-msg-bubble--system p:last-child{margin-bottom:0}.gs-msg-bubble--system strong{font-weight:700;color:#1a1a1a}.gs-msg-bubble--system code{font-family:Iowan Old Style,Georgia,serif;font-size:10px;background:#00000012;padding:1px 4px;border-radius:3px;color:#1a1a1a}.gs-msg-bubble--system .gs-chat-link{color:#4a9e8f;text-decoration:underline}.gs-msg-bubble--system .gs-chat-link:hover{color:#3d8a7a}.gs-msg-num{color:#555;font-size:11px}.gs-msg-item{margin-bottom:2px!important}.gs-chat-list{margin:2px 0 6px;padding-left:18px;list-style:disc}.gs-chat-list li{margin-bottom:2px}.gs-chat-list li:last-child{margin-bottom:0}.gs-chat-tabs-bar{display:flex;align-items:center;border-top:1px solid rgba(0,0,0,.08);padding:0;min-height:28px;position:relative}.gs-chat-tabs-scroll{flex:1;display:flex;align-items:center;gap:6px;padding:3px 8px;overflow-x:auto}.gs-chat-tabs-scroll::-webkit-scrollbar{height:0}.gs-chat-tab{display:flex;align-items:center;gap:4px;padding:4px 10px;font-size:10px;font-family:inherit;border-radius:6px;white-space:nowrap;flex-shrink:0;background:#0000000a;color:#666;border:1px solid rgba(0,0,0,.06)}button.gs-chat-tab{margin:0;outline:none;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none}div.gs-chat-tab{cursor:default}.gs-chat-tab span{overflow:hidden;text-overflow:ellipsis;max-width:110px}.gs-chat-tab--active{background:linear-gradient(135deg,#d4c850,#c4b840,#8a8030);color:#fff;border:1px solid #b8aa3a;box-shadow:0 2px 4px #0000001a;transform:rotate(-.5deg);font-weight:600;isolation:isolate}.gs-chat-history-wrap{position:relative;padding:0 6px}.gs-chat-history-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;border-radius:6px;background:transparent;color:#888;cursor:pointer;padding:0;transition:background .15s ease}.gs-chat-history-btn:hover{background:#0000000f}.gs-chat-history-dropdown{position:absolute;bottom:100%;right:0;margin-bottom:6px;z-index:50;width:180px;border-radius:10px;overflow:hidden;background:#faf9f6;border:1px solid #e0e0e0;box-shadow:0 4px 12px #0000001f;animation:gs-popover-appear .2s ease-out forwards;transform-origin:bottom right}@keyframes gs-popover-appear{0%{opacity:0;transform:translateY(4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.gs-chat-history-header{padding:8px 10px;font-size:11px;font-weight:700;color:#1a1a1a;border-bottom:1px solid #e0e0e0}.gs-chat-history-item{display:block;width:100%;padding:8px 10px;font-size:11px;font-family:inherit;border:none;border-bottom:1px solid #e0e0e0;background:transparent;color:#333;text-align:left;cursor:pointer;transition:background .1s ease}.gs-chat-history-item:hover{background:#0000000a}.gs-chat-history-item--active{background:#4a9e8f1f;color:#4a9e8f;font-weight:600}.gs-chat-history-item--active:hover{background:#4a9e8f29}.gs-chat-history-new{display:block;width:100%;padding:8px 10px;font-size:11px;font-family:inherit;border:none;border-top:1px solid #e0e0e0;background:transparent;color:#4a9e8f;text-align:left;cursor:default;font-weight:600}.gs-chat-history-new:hover{background:#00000008}.gs-asset-wrap{position:relative}.gs-asset-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border:1px solid #e0e0e0;border-radius:6px;background:#eeedec;color:#6b7280;cursor:default;padding:0;transition:transform .15s ease}.gs-asset-btn:hover{transform:scale(1.05)}.gs-asset-popover{position:absolute;bottom:100%;left:0;margin-bottom:6px;width:120px;border-radius:10px;overflow:hidden;background:#faf9f6;border:1px solid #e0e0e0;box-shadow:0 4px 12px #0000001f;z-index:1000;animation:gs-popover-appear .2s ease-out forwards;transform-origin:bottom left}.gs-asset-option{display:flex;align-items:center;gap:6px;width:100%;padding:8px 10px;font-size:11px;font-family:Iowan Old Style,Georgia,serif;border:none;border-bottom:1px solid #e0e0e0;background:transparent;color:#333;cursor:default;text-align:left;transition:background .1s ease}.gs-asset-option:hover{background:#0000000a}.gs-asset-option--last{border-bottom:none}.gs-editor-input-area{display:flex;align-items:center;gap:6px;padding:6px 8px;border-top:1px solid rgba(0,0,0,.06)}.gs-input-wrapper{flex:1;position:relative;display:flex;align-items:center}.gs-input{width:100%;padding:9px 30px 9px 8px;font-size:11px;font-family:inherit;border:1.5px solid rgba(0,0,0,.12);border-radius:6px;background:#fff;color:#333;outline:none;cursor:text;min-height:20px}.gs-input:focus{border-color:#4a9e8f}.gs-input::placeholder{color:#999}.gs-send-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;border-radius:6px;background:#a0a0a0;color:#fffffff2;cursor:default;padding:0}[data-theme=dark] .game-showcase{background:#1a1a1a}[data-theme=dark] .gs-canvas{background:#0e0e1a;border-right-color:#ffffff14}[data-theme=dark] .gs-canvas-share,[data-theme=dark] .gs-canvas-expand{background:#b4c8d226;color:#ffffffb3}[data-theme=dark] .gs-editor{background:#1e1e1e}[data-theme=dark] .gs-editor-header{border-bottom-color:#ffffff14}[data-theme=dark] .gs-editor-title{color:#e0e0e0}[data-theme=dark] .gs-editor-action{color:#999}[data-theme=dark] .gs-collapse-indicator{color:#777}[data-theme=dark] .gs-newchat-btn:hover{background:#ffffff14}[data-theme=dark] .gs-chat-messages::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=dark] .gs-msg-bubble--user{background:#3a5a4a;color:#ffffffeb}[data-theme=dark] .gs-msg-edit-btn{background:#2a2a2a;border-color:#444;color:#aaa;box-shadow:0 2px 4px #0000004d}[data-theme=dark] .gs-msg-bubble--system{background:#2a2a2a;color:#d0d0d0}[data-theme=dark] .gs-msg-bubble--system strong{color:#e8e8e8}[data-theme=dark] .gs-msg-bubble--system code{background:#ffffff14;color:#e0e0e0}[data-theme=dark] .gs-msg-bubble--system .gs-chat-link{color:#5fbfaf}[data-theme=dark] .gs-msg-bubble--system .gs-chat-link:hover{color:#7dd4c6}[data-theme=dark] .gs-msg-num{color:#999}[data-theme=dark] .gs-chat-tabs-bar{border-top-color:#ffffff14}[data-theme=dark] .gs-chat-tab{background:#ffffff0f;color:#999;border-color:#ffffff14}[data-theme=dark] .gs-chat-tab--active{background:linear-gradient(135deg,#d4c850,#c4b840,#8a8030);color:#fff;border:1px solid #b8aa3a}[data-theme=dark] .gs-chat-history-btn{color:#777}[data-theme=dark] .gs-chat-history-btn:hover{background:#ffffff14}[data-theme=dark] .gs-chat-history-dropdown{background:#252525;border-color:#444;box-shadow:0 4px 16px #0006}[data-theme=dark] .gs-chat-history-header{color:#e0e0e0;border-bottom-color:#444}[data-theme=dark] .gs-chat-history-item{color:#d0d0d0;border-bottom-color:#444}[data-theme=dark] .gs-chat-history-item:hover{background:#ffffff0f}[data-theme=dark] .gs-chat-history-item--active{background:#5fbfaf33;color:#5fbfaf}[data-theme=dark] .gs-chat-history-item--active:hover{background:#5fbfaf40}[data-theme=dark] .gs-chat-history-new{border-top-color:#444;color:#5fbfaf}[data-theme=dark] .gs-chat-history-new:hover{background:#ffffff0a}[data-theme=dark] .gs-asset-btn{background:#2a2a2a;border-color:#444;color:#999}[data-theme=dark] .gs-asset-popover{background:#252525;border-color:#444;box-shadow:0 4px 16px #0006}[data-theme=dark] .gs-asset-option{color:#d0d0d0;border-bottom-color:#444}[data-theme=dark] .gs-asset-option:hover{background:#ffffff0f}[data-theme=dark] .gs-editor-input-area{border-top-color:#ffffff0f}[data-theme=dark] .gs-input{background:#2a2a2a;border-color:#ffffff1f;color:#999}[data-theme=dark] .gs-input:focus{border-color:#4a9e8f}[data-theme=dark] .gs-input::placeholder{color:#666}[data-theme=dark] .gs-send-btn{background:#6b6b6b;color:#ffffffe6}@media (prefers-color-scheme: dark){[data-theme=system] .game-showcase{background:#1a1a1a}[data-theme=system] .gs-canvas{background:#0e0e1a;border-right-color:#ffffff14}[data-theme=system] .gs-canvas-share,[data-theme=system] .gs-canvas-expand{background:#b4c8d226;color:#ffffffb3}[data-theme=system] .gs-editor{background:#1e1e1e}[data-theme=system] .gs-editor-header{border-bottom-color:#ffffff14}[data-theme=system] .gs-editor-title{color:#e0e0e0}[data-theme=system] .gs-editor-action{color:#999}[data-theme=system] .gs-collapse-indicator{color:#777}[data-theme=system] .gs-newchat-btn:hover{background:#ffffff14}[data-theme=system] .gs-chat-messages::-webkit-scrollbar-thumb{background:#ffffff26}[data-theme=system] .gs-msg-bubble--user{background:#3a5a4a;color:#ffffffeb}[data-theme=system] .gs-msg-edit-btn{background:#2a2a2a;border-color:#444;color:#aaa;box-shadow:0 2px 4px #0000004d}[data-theme=system] .gs-msg-bubble--system{background:#2a2a2a;color:#d0d0d0}[data-theme=system] .gs-msg-bubble--system strong{color:#e8e8e8}[data-theme=system] .gs-msg-bubble--system code{background:#ffffff14;color:#e0e0e0}[data-theme=system] .gs-msg-bubble--system .gs-chat-link{color:#5fbfaf}[data-theme=system] .gs-msg-bubble--system .gs-chat-link:hover{color:#7dd4c6}[data-theme=system] .gs-msg-num{color:#999}[data-theme=system] .gs-chat-tabs-bar{border-top-color:#ffffff14}[data-theme=system] .gs-chat-tab{background:#ffffff0f;color:#999;border-color:#ffffff14}[data-theme=system] .gs-chat-tab--active{background:linear-gradient(135deg,#d4c850,#c4b840,#8a8030);color:#fff;border:1px solid #b8aa3a}[data-theme=system] .gs-chat-history-btn{color:#777}[data-theme=system] .gs-chat-history-btn:hover{background:#ffffff14}[data-theme=system] .gs-chat-history-dropdown{background:#252525;border-color:#444;box-shadow:0 4px 16px #0006}[data-theme=system] .gs-chat-history-header{color:#e0e0e0;border-bottom-color:#444}[data-theme=system] .gs-chat-history-item{color:#d0d0d0;border-bottom-color:#444}[data-theme=system] .gs-chat-history-item:hover{background:#ffffff0f}[data-theme=system] .gs-chat-history-item--active{background:#5fbfaf33;color:#5fbfaf}[data-theme=system] .gs-chat-history-item--active:hover{background:#5fbfaf40}[data-theme=system] .gs-chat-history-new{border-top-color:#444;color:#5fbfaf}[data-theme=system] .gs-chat-history-new:hover{background:#ffffff0a}[data-theme=system] .gs-asset-btn{background:#2a2a2a;border-color:#444;color:#999}[data-theme=system] .gs-asset-popover{background:#252525;border-color:#444;box-shadow:0 4px 16px #0006}[data-theme=system] .gs-asset-option{color:#d0d0d0;border-bottom-color:#444}[data-theme=system] .gs-asset-option:hover{background:#ffffff0f}[data-theme=system] .gs-editor-input-area{border-top-color:#ffffff0f}[data-theme=system] .gs-input{background:#2a2a2a;border-color:#ffffff1f;color:#999}[data-theme=system] .gs-input:focus{border-color:#4a9e8f}[data-theme=system] .gs-input::placeholder{color:#666}[data-theme=system] .gs-send-btn{background:#6b6b6b;color:#ffffffe6}}@media (max-width: 809.98px){.gs-editor{order:1;flex:0 0 44%}.gs-canvas{order:2;flex:1;min-width:0;border-right:none;border-left:none}.gs-canvas-actions{top:4px;right:4px;gap:4px}.gs-canvas-share{padding:4px 7px;font-size:10px}.gs-canvas-expand{width:24px;height:24px}.gs-canvas-share svg,.gs-canvas-expand svg{width:11px;height:11px}.gs-editor-header{padding:6px 8px;min-height:30px}.gs-editor-title{font-size:11px}.gs-chat-messages{padding:6px 6px 2px;gap:6px}.gs-msg-bubble{font-size:10px}.gs-msg-bubble--user,.gs-msg-bubble--system{padding:6px 8px}.gs-msg-bubble--system code{font-size:9px}.gs-msg-edit-btn{width:16px;height:16px}.gs-msg-edit-btn svg{width:8px;height:8px}.gs-chat-tabs-bar{min-height:24px}.gs-chat-tab{font-size:9px;padding:3px 7px}.gs-asset-btn{width:34px;height:34px}.gs-editor-input-area{padding:4px 6px 5px}.gs-input{font-size:10px;padding:8px 26px 8px 6px}.gs-send-btn{width:20px;height:20px}.gs-send-btn svg{width:10px;height:10px}}.feature-section{padding:4rem 0;background:var(--color-bg);color:var(--color-text);transition:background-color .3s ease,color .3s ease}.feature-card{display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:0;text-decoration:none;color:inherit;border-radius:var(--radius-xl);overflow:hidden;background:var(--color-bg-card);transition:border-color .3s ease,background-color .3s ease,opacity .2s ease}.feature-card:hover{opacity:.95}.feature-content{display:flex;flex-direction:column;gap:1rem;padding:2rem 1.5rem;grid-column:1;grid-row:1}@media (min-width: 810px){.feature-card{grid-template-columns:minmax(0,1fr) minmax(0,1.8fr);grid-template-rows:1fr}.feature-content{padding:2.5rem;grid-column:1;grid-row:1;justify-content:center}}.feature-headline{font-family:var(--font-family-sans);font-size:1.5rem;font-weight:500;line-height:1.25;color:var(--color-text);margin:0}.feature-description{font-size:.9375rem;line-height:1.5;color:var(--color-text-secondary);margin:0}.feature-cta{display:inline-flex;align-items:center;gap:.35rem;font-size:.9375rem;font-weight:500;color:var(--color-text);margin-top:.25rem;transition:opacity .2s ease}.feature-card:hover .feature-cta{opacity:.85}.feature-cta svg{flex-shrink:0;opacity:.8}.feature-media{grid-column:1;grid-row:2;min-height:0}@media (min-width: 810px){.feature-media{grid-column:2;grid-row:1}}.feature-media-container{position:relative;width:100%;aspect-ratio:16 / 10;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden}@media (min-width: 810px){.feature-card{min-height:480px}.feature-media-container{aspect-ratio:auto;height:100%;min-height:440px}}.feature-editor-preview{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0;border:none;background:none;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:none;overflow:hidden}.feature-game-iframe{width:100%;height:100%;border:none;display:block;border-radius:inherit}@media (max-width: 809.98px){.feature-section{padding:2rem 0}.feature-content{padding:1.25rem 1.25rem 1rem;gap:.75rem}.feature-headline{font-size:1.125rem}.feature-description{font-size:.875rem}.feature-media-container{aspect-ratio:unset;min-height:560px}}.testimonials-section{padding:4rem 0;background:var(--color-bg);color:var(--color-text);overflow:hidden;transition:background-color .3s ease,color .3s ease}.testimonials-title{font-family:var(--font-family-sans);font-size:1.5rem;font-weight:400;line-height:1.25;text-align:center;max-width:720px;margin:0 auto 2.5rem;color:var(--color-text);text-wrap:balance}.testimonials-grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:stretch}@media (min-width: 810px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}}.testimonial-card{display:flex;flex-direction:column;gap:1rem;margin:0;padding:1.5rem;background:var(--color-bg-card);border-radius:var(--radius-md);transition:background-color .3s ease}.testimonial-quote{font-size:.9375rem;line-height:1.5;color:var(--color-text-secondary);margin:0;flex:1}.testimonial-footer{display:flex;flex-direction:row;align-items:center;gap:.75rem}.testimonial-avatar{width:48px;height:48px;border-radius:8px;object-fit:cover;flex-shrink:0}.testimonial-attribution{display:flex;flex-direction:column;gap:.125rem}.testimonial-author{font-size:.875rem;font-weight:600;color:var(--color-text);font-style:normal}.testimonial-role{font-size:.8125rem;color:var(--color-text-secondary)}@media (max-width: 809.98px){.testimonials-section{padding:3rem 0}.testimonials-title{font-size:1.25rem;margin-bottom:2rem}.testimonial-card{padding:1.25rem}.testimonial-quote{font-size:.875rem}}.main-cta{padding:4rem 0 5rem;background:var(--color-bg);color:var(--color-text);transition:background-color .3s ease,color .3s ease}.main-cta-container{position:relative}.faq-section{display:grid;grid-template-columns:1fr;gap:2rem;text-align:left}@media (min-width: 810px){.faq-section{grid-template-columns:minmax(0,280px) 1fr;gap:3rem;align-items:start}}.faq-title{font-family:var(--font-family-sans);font-size:1.5rem;font-weight:400;line-height:1.25;margin:0;color:var(--color-text)}.faq-title-short{display:none}.faq-content{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--color-bg-card);border-radius:var(--radius-md);overflow:hidden;transition:background-color .3s ease}.faq-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem 1.25rem;cursor:pointer;background:transparent;color:var(--color-text);border:0;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;text-align:left;font-family:var(--font-family-sans)}.faq-summary:hover{opacity:.85}.faq-summary:focus-visible{outline:2px solid var(--color-text-secondary);outline-offset:2px}.faq-question{flex:1;min-width:0;font-family:var(--font-family-sans);font-size:.9375rem;font-weight:500;line-height:1.4}.faq-item-icon{flex-shrink:0;transition:transform .2s ease;opacity:.6}.faq-item-icon.open{transform:rotate(180deg)}.faq-panel{display:grid;grid-template-rows:0fr;opacity:0;visibility:hidden;transition:grid-template-rows .24s ease,opacity .24s ease,visibility 0s linear .24s;will-change:grid-template-rows,opacity}.faq-panel.is-open{grid-template-rows:1fr;opacity:1;visibility:visible;transition:grid-template-rows .24s ease,opacity .24s ease,visibility 0s linear 0s}.faq-answer{overflow:hidden;padding:0 1.25rem 1.25rem}.faq-answer-inner{color:var(--color-text-secondary);line-height:1.6;font-size:.9375rem}.faq-answer-inner p{margin:0}.faq-answer-inner a{color:var(--color-text);text-decoration:underline;text-underline-offset:2px;transition:opacity .2s ease}.faq-answer-inner a:hover{opacity:.7}@media (max-width: 809.98px){.main-cta{padding:3rem 0 4rem}.faq-section{gap:1.5rem}.faq-title{font-size:1.375rem}.faq-title-full{display:none}.faq-title-short{display:inline}.faq-summary{padding:.875rem 1rem}.faq-question{font-size:.875rem}.faq-answer{padding:0 1rem 1rem}.faq-answer-inner{font-size:.875rem}}@media (prefers-reduced-motion: reduce){.faq-item-icon,.faq-panel,.faq-panel.is-open{transition:none}}.footer{padding:4rem 0 2rem;background:var(--color-bg-card);color:var(--color-text-on-card);transition:background-color .3s ease,color .3s ease}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem;max-width:320px;flex-shrink:0}.footer-logo{margin-bottom:.25rem}.footer-logo-img{height:36px;width:auto;display:block;filter:var(--logo-invert)}.footer-description{color:var(--color-text-on-card-secondary);line-height:1.6;font-size:.875rem;margin:0}.footer-build-button{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-footer-btn-text);text-decoration:none;font-size:.8rem;font-weight:500;margin-top:.5rem;transition:opacity .2s;background:var(--color-footer-btn-bg);border:none;padding:.6rem 1.25rem;border-radius:var(--radius-md);cursor:pointer;width:fit-content}.footer-build-button:hover{opacity:.85}.footer-build-button svg{flex-shrink:0}.footer-links-grid{display:flex;gap:3rem;align-items:flex-start}.footer-col{display:flex;flex-direction:column;gap:0}.footer-heading{font-size:.8125rem;font-weight:600;margin-bottom:.875rem;color:var(--color-text-on-card)}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.footer-links a{color:var(--color-text-on-card-secondary);text-decoration:none;font-size:.8125rem;transition:color .2s}.footer-links a:hover{color:var(--color-text-on-card)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--color-footer-divider);gap:1rem}.footer-bottom-left{display:flex;align-items:center;gap:1.5rem;flex:1}.footer-bottom-right{flex:1;display:flex;justify-content:flex-end;align-items:center;gap:.75rem}.footer-socials{display:flex;gap:.5rem;align-items:center}.footer-social-link{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:var(--radius-md);background:var(--color-footer-social-bg);color:var(--color-text-on-card);transition:background .2s ease}.footer-social-link:hover{background:var(--color-footer-social-hover)}.footer-social-link img{filter:var(--logo-invert)}.footer-copyright{color:var(--color-text-on-card-secondary);font-size:.8125rem;margin:0}.footer-company-link{color:var(--color-text-on-card-secondary);text-decoration:none;transition:color .2s ease}.footer-company-link:hover{color:var(--color-text-on-card)}.theme-toggle{display:flex;align-items:center;gap:0;background:var(--color-footer-toggle-bg);border-radius:var(--radius-md);padding:.2rem;border:1px solid var(--color-footer-toggle-border)}.theme-toggle-btn{display:flex;align-items:center;justify-content:center;padding:.35rem;border:none;border-radius:var(--radius-md);background:transparent;color:var(--color-text-on-card-secondary);cursor:pointer;transition:background .2s ease,color .2s ease}.theme-toggle-btn:hover{color:var(--color-text-on-card)}.theme-toggle-btn.active{background:var(--color-footer-toggle-active);color:var(--color-text-on-card)}.theme-toggle-btn svg{flex-shrink:0;opacity:.8}@media (max-width: 1199.98px){.footer-links-grid{gap:2rem}}@media (max-width: 809.98px){.footer{padding:3rem 0 1.5rem}.footer-container{padding:0 1.5rem}.footer-content{flex-direction:column;gap:2.5rem}.footer-brand{max-width:100%}.footer-links-grid{width:100%;gap:2rem}.footer-bottom{flex-direction:column;align-items:flex-start;gap:1.25rem}.footer-bottom-left{flex-direction:column;align-items:flex-start;gap:.75rem}.footer-bottom-right{width:100%;justify-content:flex-start}}@media (max-width: 480px){.footer-links-grid{flex-direction:column;gap:1.5rem}}.privacy-policy{padding:var(--spacing-3xl) var(--spacing-md);background:var(--color-bg-light);color:var(--color-text-primary)}.privacy-policy-container{max-width:960px;margin:0 auto}.privacy-policy h1,.privacy-policy h2,.privacy-policy h3,.privacy-policy h4{font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Garamond,serif;color:var(--color-text-primary)}.privacy-policy-header{text-align:center;margin-bottom:var(--spacing-2xl)}.privacy-policy-header h1{margin-bottom:var(--spacing-sm)}.privacy-policy-header p{font-size:.95rem;color:var(--color-text-secondary)}.privacy-policy-content section{margin-bottom:var(--spacing-xl)}.privacy-policy-content{counter-reset:privacy-section}.privacy-policy-content>section>h2:before{counter-increment:privacy-section;content:counter(privacy-section) ". ";margin-right:.5rem;font-weight:600}.privacy-policy-content section>section{margin-top:var(--spacing-md);margin-bottom:var(--spacing-md)}.privacy-policy-content p{margin-bottom:var(--spacing-sm)}.privacy-policy-content ul{margin:0 0 var(--spacing-sm) var(--spacing-md);padding-left:var(--spacing-md);list-style-type:disc}.privacy-policy-content li{margin-bottom:.5rem}.privacy-policy-footer{margin-top:var(--spacing-xl);padding-top:var(--spacing-sm);border-top:1px solid var(--color-border-black);text-align:center}@media (max-width: 809.98px){.privacy-policy{padding:var(--spacing-2xl) var(--spacing-sm)}.privacy-policy-header h1{font-size:2.5rem}}.terms-of-service{padding:var(--spacing-3xl) var(--spacing-md);background:var(--color-bg-light);color:var(--color-text-primary)}.terms-of-service-container{max-width:960px;margin:0 auto}.terms-of-service h1,.terms-of-service h2,.terms-of-service h3,.terms-of-service h4{font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Garamond,serif;color:var(--color-text-primary)}.terms-of-service-header{text-align:center;margin-bottom:var(--spacing-2xl)}.terms-of-service-header h1{margin-bottom:var(--spacing-sm)}.terms-of-service-header p{font-size:.95rem;color:var(--color-text-secondary)}.terms-of-service-content{counter-reset:terms-section}.terms-of-service-content>section{margin-bottom:var(--spacing-xl)}.terms-of-service-content>section>h2:before{counter-increment:terms-section;content:counter(terms-section) ". ";margin-right:.5rem;font-weight:600}.terms-of-service-content section>section{margin-top:var(--spacing-md);margin-bottom:var(--spacing-md)}.terms-of-service-content p{margin-bottom:var(--spacing-sm)}.terms-of-service-footer{margin-top:var(--spacing-xl);padding-top:var(--spacing-sm);border-top:1px solid var(--color-border-black);text-align:center}@media (max-width: 809.98px){.terms-of-service{padding:var(--spacing-2xl) var(--spacing-sm)}.terms-of-service-header h1{font-size:2.5rem}}.changelog{padding:var(--spacing-3xl) var(--spacing-md);background:var(--color-bg-light);color:var(--color-text-primary);min-height:100vh}.changelog-container{max-width:1100px;margin:0 auto;padding-top:var(--spacing-xl)}.changelog h1,.changelog h2,.changelog h3,.changelog h4{font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Garamond,serif;color:var(--color-text-primary)}.changelog-entry{display:grid;grid-template-columns:180px 1fr;gap:var(--spacing-xl);margin-bottom:var(--spacing-3xl);align-items:start}.changelog-entry-meta{display:flex;flex-direction:row;align-items:center;gap:var(--spacing-sm);position:sticky;top:184px;height:fit-content;margin-top:0}.changelog-version{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .75rem;border:1px solid var(--color-text-secondary);border-radius:var(--radius-full);font-size:.9rem;font-weight:500;color:var(--color-text-secondary)}.changelog-date{font-size:.95rem;color:var(--color-text-secondary)}.changelog-entry-content{max-width:720px}.changelog-label{font-size:.9rem;color:var(--color-text-secondary);margin-bottom:var(--spacing-sm);text-transform:capitalize}.changelog-title{font-size:2.5rem;line-height:1.2;margin-bottom:var(--spacing-lg);font-weight:700}.changelog-summary{font-size:1.1rem;line-height:1.7;color:var(--color-text-secondary);margin-bottom:var(--spacing-2xl)}.changelog-section{margin-bottom:var(--spacing-2xl);scroll-margin-top:100px}.changelog-section-title{font-size:1.4rem;font-weight:600;margin-bottom:var(--spacing-md);display:flex;align-items:center;gap:.5rem}.changelog-section-hash{color:var(--color-text-secondary);font-weight:400;cursor:pointer;-webkit-user-select:none;user-select:none;transition:color var(--transition-fast)}.changelog-section-hash:hover{color:var(--color-text-primary)}.changelog-section-link{color:var(--color-text-primary);text-decoration:none;transition:color var(--transition-fast)}.changelog-section-link:hover{color:var(--color-text-secondary)}.changelog-section p{font-size:1rem;line-height:1.7;color:var(--color-text-primary);margin-bottom:var(--spacing-md)}.changelog-media-placeholder{width:100%;aspect-ratio:16 / 9;background:#00000008;border:2px dashed var(--color-border-black);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin:var(--spacing-lg) 0;color:var(--color-text-secondary);font-size:.95rem}.changelog-media-placeholder.screenshot{aspect-ratio:4 / 3}.changelog-media-placeholder.has-media{background:transparent;border:1px solid var(--color-border-black);display:block;overflow:hidden;color:transparent}.changelog-media-placeholder.has-media img{width:100%;height:100%;object-fit:cover;display:block;cursor:zoom-in;transition:transform var(--transition-fast),filter var(--transition-fast)}.changelog-media-placeholder.has-media img:hover{transform:scale(1.02);filter:saturate(1.05)}.changelog-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:var(--spacing-lg);z-index:2000;animation:changelogFadeIn .18s ease-out}.changelog-lightbox-content{position:relative;width:min(980px,100%);max-height:82vh;background:#000000d9;border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 60px #00000073;transform:scale(.96);animation:changelogZoomIn .18s ease-out forwards}.changelog-lightbox-content img{width:100%;height:100%;max-height:82vh;object-fit:contain;display:block}.changelog-lightbox-close{position:absolute;top:10px;right:12px;width:36px;height:36px;border-radius:var(--radius-full);border:1px solid rgba(255,255,255,.18);background:#00000059;color:#fffffff2;font-size:22px;line-height:1;cursor:pointer;transition:background var(--transition-fast),transform var(--transition-fast)}.changelog-lightbox-close:hover{background:#0000008c;transform:scale(1.04)}@keyframes changelogFadeIn{0%{opacity:0}to{opacity:1}}@keyframes changelogZoomIn{0%{transform:scale(.96)}to{transform:scale(1)}}.changelog-video-container{width:100%;border-radius:var(--radius-lg);overflow:hidden;margin:var(--spacing-lg) 0;background:#000}.changelog-video-container video{width:100%;display:block}.changelog-image-container{width:100%;border-radius:var(--radius-lg);overflow:hidden;margin:var(--spacing-lg) 0}.changelog-image-container img{width:100%;display:block}.changelog-how-it-works{margin-top:var(--spacing-lg)}.changelog-how-it-works h4{font-size:1.1rem;font-weight:600;margin-bottom:var(--spacing-sm)}.changelog-how-it-works ul{list-style:disc;padding-left:var(--spacing-lg);margin:0}.changelog-how-it-works li{font-size:1rem;line-height:1.7;color:var(--color-text-primary);margin-bottom:var(--spacing-xs)}.changelog-copied-notification{position:fixed;bottom:var(--spacing-xl);left:50%;transform:translate(-50%);background:var(--color-bg-black);color:var(--color-text-white);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);font-size:.9rem;z-index:1000;box-shadow:0 4px 12px #00000026;animation:slideUpFadeIn .3s ease-out;pointer-events:none}@keyframes slideUpFadeIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 809.98px){.changelog{padding:var(--spacing-2xl) var(--spacing-sm)}.changelog-entry{grid-template-columns:1fr;gap:var(--spacing-md)}.changelog-entry-meta{position:static}.changelog-title{font-size:1.75rem}.changelog-summary{font-size:1rem}.changelog-section-title{font-size:1.2rem}}.olympics-page{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100vh;height:100dvh;min-height:100dvh;overflow:hidden;background:#000;z-index:9999;font-family:sans-serif;color:#fff}#game-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:hidden}#gameCanvas{display:none;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.rotate-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#0a0e1a;display:flex;align-items:center;justify-content:center}.rotate-content{text-align:center;padding:2rem}.rotate-icon{margin-bottom:1.5rem;opacity:.9}.rotate-title{font-family:Riffic Free,sans-serif;font-size:1.8rem;color:gold;margin:0 0 .5rem;letter-spacing:.04em}.rotate-subtitle{font-size:1rem;color:#fff9;margin:0}:root,[data-theme=light]{--color-primary: #FF5A01;--color-primary-hover: #e04d01;--color-bg: #faf9f7;--color-bg-card: #f1f0ed;--color-bg-header: rgba(250, 249, 247, .85);--color-bg-elevated: #fffefc;--color-text: #000;--color-text-secondary: #666;--color-text-muted: rgba(0, 0, 0, .5);--color-text-on-card: #000;--color-text-on-card-secondary: rgba(0, 0, 0, .6);--color-border: rgba(0, 0, 0, .1);--color-border-strong: rgba(0, 0, 0, .2);--color-overlay: rgba(0, 0, 0, .05);--logo-invert: invert(1);--logo-filter-light: invert(1) brightness(.4);--color-footer-btn-bg: #000;--color-footer-btn-text: #fff;--color-footer-divider: rgba(0, 0, 0, .1);--color-footer-social-bg: rgba(0, 0, 0, .08);--color-footer-social-hover: rgba(0, 0, 0, .14);--color-footer-toggle-bg: rgba(0, 0, 0, .06);--color-footer-toggle-border: rgba(0, 0, 0, .08);--color-footer-toggle-active: rgba(0, 0, 0, .1);--color-accent-green: #49DE80;--color-accent-blue: #0588F0;--color-accent-purple: #6E56CF;--color-accent-red: #E54D2E;--font-family-mono: "Geist Mono", "Fragment Mono", monospace;--font-family-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-family-brand: "Prosto One", cursive;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 6rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--transition-fast: .2s;--transition-normal: .3s;--transition-slow: .5s;--color-bg-light: var(--color-bg);--color-bg-black: #000;--color-text-primary: var(--color-text);--color-text-secondary: var(--color-text-secondary);--color-text-white: #fff;--color-text-white-muted: rgba(255, 255, 255, .8);--color-text-white-subtle: rgba(255, 255, 255, .6);--color-border-white: rgba(255, 255, 255, .1);--color-border-white-medium: rgba(255, 255, 255, .2);--color-border-white-strong: rgba(255, 255, 255, .3);--color-border-black: var(--color-border);--color-overlay-dark: rgba(0, 0, 0, .1);--color-overlay-light: rgba(255, 255, 255, .05)}[data-theme=dark]{--color-bg: #0a0a0a;--color-bg-card: #161616;--color-bg-header: rgba(10, 10, 10, .85);--color-bg-elevated: #1a1a1a;--color-text: #fff;--color-text-secondary: rgba(255, 255, 255, .6);--color-text-muted: rgba(255, 255, 255, .4);--color-text-on-card: #fff;--color-text-on-card-secondary: rgba(255, 255, 255, .5);--color-border: rgba(255, 255, 255, .1);--color-border-strong: rgba(255, 255, 255, .2);--color-overlay: rgba(255, 255, 255, .03);--logo-invert: invert(0);--color-footer-btn-bg: #fff;--color-footer-btn-text: #000;--color-footer-divider: rgba(255, 255, 255, .1);--color-footer-social-bg: rgba(255, 255, 255, .08);--color-footer-social-hover: rgba(255, 255, 255, .16);--color-footer-toggle-bg: rgba(255, 255, 255, .06);--color-footer-toggle-border: rgba(255, 255, 255, .08);--color-footer-toggle-active: rgba(255, 255, 255, .12)}@media (prefers-color-scheme: dark){[data-theme=system]{--color-bg: #0a0a0a;--color-bg-card: #161616;--color-bg-header: rgba(10, 10, 10, .85);--color-bg-elevated: #1a1a1a;--color-text: #fff;--color-text-secondary: rgba(255, 255, 255, .6);--color-text-muted: rgba(255, 255, 255, .4);--color-text-on-card: #fff;--color-text-on-card-secondary: rgba(255, 255, 255, .5);--color-border: rgba(255, 255, 255, .1);--color-border-strong: rgba(255, 255, 255, .2);--color-overlay: rgba(255, 255, 255, .03);--logo-invert: invert(0);--color-footer-btn-bg: #fff;--color-footer-btn-text: #000;--color-footer-divider: rgba(255, 255, 255, .1);--color-footer-social-bg: rgba(255, 255, 255, .08);--color-footer-social-hover: rgba(255, 255, 255, .16);--color-footer-toggle-bg: rgba(255, 255, 255, .06);--color-footer-toggle-border: rgba(255, 255, 255, .08);--color-footer-toggle-active: rgba(255, 255, 255, .12)}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family-sans);line-height:1.6;color:var(--color-text);background:var(--color-bg);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s ease,color .3s ease}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:.5em}h1{font-size:4rem}h2{font-size:3rem}h3{font-size:1.5rem}h4{font-size:1.25rem}p{margin-bottom:1em}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}@media (max-width: 809.98px){h1{font-size:2.5rem}h2{font-size:2rem}.container{padding:0 1.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .4s ease-out}
