:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0b1020;color:#e6e9ef;--bottom-nav-height: 64px}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background-color:#0b1020}a{color:inherit;text-decoration:none}.app{min-height:100%;display:flex;flex-direction:column}.page{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;gap:16px;text-align:center}.page h1{margin:0;font-size:2.5rem}.page p{margin:0;max-width:520px;color:#b5bdd4}.button{padding:12px 18px;border-radius:10px;border:none;font-weight:600;background:#2f80ed;color:#fff;cursor:pointer}.button.secondary{background:#1f2a44}.button--small{padding:6px 12px;font-size:.9rem}.player-page{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}@media (min-width: 768px){.player-page{max-width:360px;margin-left:auto;margin-right:auto;width:100%;box-shadow:0 0 0 1px #ffffff0f}}.player-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:#0f1526;border-bottom:1px solid #1f2a44;font-size:.95rem}.player-stage{position:relative;flex:1;min-height:0;display:flex;transition:transform .28s ease-out}.player-stage--swiping-away{transform:translateY(-100%)}.play-action-like{transition:transform .15s ease-out}.play-action-like:active{transform:scale(1.2)}.player-canvas{flex:1;min-height:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.player-canvas canvas{display:block;max-width:100%;max-height:100%;width:100%!important;height:100%!important}.play-overlay-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;background:#00000080;display:flex;flex-direction:column;justify-content:flex-end;pointer-events:auto}.play-overlay-drawer-panel{flex:0 1 auto;max-height:calc(100dvh - var(--bottom-nav-height, 64px) - env(safe-area-inset-top));margin-bottom:calc(var(--bottom-nav-height, 64px) + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;min-height:0;background:#1a1a1a;color:#eee;border-top-left-radius:12px;border-top-right-radius:12px;overflow:hidden}.drawer-content{flex:1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.drawer-footer{position:sticky;bottom:0;padding-bottom:env(safe-area-inset-bottom);background:#1a1a1a}.player-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0b1020bf;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;text-align:center;flex-direction:column;gap:12px;padding:24px}.create-flow{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:stretch;gap:1rem;padding:1rem 0}.create-flow h2{font-size:1.5rem;margin:0}.create-flow-sub{color:#8b949e;font-size:.95rem;margin:0;text-align:center}.create-flow-templates{display:flex;flex-direction:column;gap:.75rem}.create-flow-template-card{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:1rem 1.25rem;background:#161b22;border:1px solid #30363d;border-radius:12px;color:inherit;cursor:pointer;text-align:left;transition:border-color .15s,background .15s}.create-flow-template-card:hover{border-color:#58a6ff;background:#1c2128}.create-flow-template-card:active{transform:scale(.99)}.create-flow-template-name{font-weight:600;font-size:1.1rem}.create-flow-template-desc{font-size:.9rem;color:#8b949e}.create-flow-template-card--disabled{cursor:not-allowed;opacity:.7}.create-flow-template-card--disabled:hover{border-color:#30363d;background:#161b22}.create-flow-template-badge{font-size:.75rem;color:#8b949e;margin-top:.25rem}.create-flow-slots{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem}.create-flow-slot-wrap{display:flex;flex-direction:column;align-items:center;gap:.5rem}.create-flow-slot-label{font-size:.85rem;color:#8b949e}.create-flow-slot{width:100%;aspect-ratio:1;max-width:140px;border:2px dashed #30363d;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;background:#0d1117;transition:border-color .15s}.create-flow-slot:hover{border-color:#58a6ff}.create-flow-slot.filled{border-style:solid;border-color:#238636}.create-flow-slot-img{width:100%;height:100%;object-fit:cover}.create-flow-slot-placeholder{font-size:2rem;color:#484f58}.create-flow-slot-placeholder.create-flow-slot-processing{font-size:.85rem;color:#58a6ff}.create-flow-slot.processing{pointer-events:none}.create-flow-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.create-flow-actions .button{flex:1;min-width:120px}.create-flow-photo-choice-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:3000;display:flex;align-items:flex-end;justify-content:center;padding:0 16px 24px;box-sizing:border-box;animation:create-flow-fadeIn .2s ease-out}.create-flow-photo-choice-sheet{width:100%;max-width:360px;background:#161b22;border-radius:16px;padding:12px;display:flex;flex-direction:column;gap:8px;box-shadow:0 4px 24px #0006}.create-flow-photo-choice-title{margin:0 0 4px;font-size:.9rem;color:#8b949e;text-align:center}.create-flow-photo-choice-btn{width:100%;justify-content:center}@keyframes create-flow-fadeIn{0%{opacity:0}to{opacity:1}}.create-flow-label{display:flex;flex-direction:column;gap:.35rem;text-align:left;font-size:.95rem}.create-flow-input{padding:.6rem .75rem;border:1px solid #30363d;border-radius:8px;background:#0d1117;color:inherit;font-size:1rem}.create-flow-input::placeholder{color:#484f58}.create-flow-check{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#8b949e}.create-flow-knobs{text-align:left;margin-top:.5rem}.create-flow-knobs h3{font-size:1rem;margin:0 0 .75rem}.create-flow-knob{display:block;margin-bottom:1rem}.create-flow-knob span{display:block;font-size:.9rem;margin-bottom:.25rem}.create-flow-knob-row{display:flex;align-items:center;gap:.75rem}.create-flow-knob-row input[type=range]{flex:1;min-width:0}.create-flow-knob-num{width:4.5rem;padding:.35rem;border:1px solid #30363d;border-radius:6px;background:#0d1117;color:inherit;font-size:.9rem}.create-flow-knob-segmented{display:flex;gap:.25rem;margin-top:.25rem}.create-flow-segmented-btn{flex:1;padding:.5rem;border:1px solid #30363d;border-radius:8px;background:#0d1117;color:#8b949e;font-size:.85rem;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.create-flow-segmented-btn.active{background:#238636;color:#fff;border-color:#238636}.create-flow-knob-check{display:flex;align-items:center;gap:.5rem;flex-direction:row}.create-flow-knob-check span{margin-bottom:0}.create-flow-pack-group{margin-top:1rem}.create-flow-pack-group:first-child{margin-top:0}.create-flow-pack-label{font-size:.85rem;font-weight:600;color:#8b949e;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.03em}.create-flow-more{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #30363d}.create-flow-more-toggle{display:block;width:100%;padding:.5rem;margin-bottom:.75rem;border:1px solid #30363d;border-radius:8px;background:#161b22;color:#8b949e;font-size:.9rem;cursor:pointer}.create-flow-preview-wrap{position:relative;width:100%;max-width:360px;margin:0 auto;border:1px solid #30363d;border-radius:12px;overflow:hidden;background:#0b1020}.create-flow-preview-canvas{width:360px;height:400px;max-width:100%;min-height:400px}.create-flow-preview-landscape .create-flow-preview-canvas{width:480px;height:270px;min-height:270px}.create-flow-preview-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0b1020;color:#8b949e}.create-flow-link-btn{background:none;border:none;color:#58a6ff;cursor:pointer;font-size:.9rem;padding:.5rem}.create-flow-link-btn:hover{text-decoration:underline}.create-flow-error{color:#f85149;font-size:.9rem;margin:0}.create-flow-error-box{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:8px}.create-flow-progress{width:100%;max-width:320px;margin-bottom:16px}.create-flow-progress-label{font-size:.9rem;color:#8b949e;margin-bottom:8px;text-align:center}.create-flow-progress-bar{width:100%;height:8px;background:#30363d;border-radius:4px;overflow:hidden}.create-flow-progress-fill{height:100%;background:linear-gradient(90deg,#58a6ff,#3fb950);border-radius:4px;transition:width .2s ease-out}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1;display:flex;flex-direction:column;min-height:0;max-height:calc(100vh - 64px);padding-bottom:64px;overflow-y:auto}.app-main:has(.player-page){overflow:hidden;height:calc(100vh - 64px - env(safe-area-inset-bottom,0px));height:calc(100dvh - 64px - env(safe-area-inset-bottom,0px));max-height:calc(100vh - 64px - env(safe-area-inset-bottom,0px));max-height:calc(100dvh - 64px - env(safe-area-inset-bottom,0px));padding-bottom:0}.app-main>.player-page{flex:1;min-height:0}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:64px;background:#161b22;border-top:1px solid #30363d;display:flex;justify-content:space-around;align-items:center;padding:0 8px;z-index:1000;padding-bottom:env(safe-area-inset-bottom,0)}.bottom-nav-tab{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;padding:8px 16px;background:none;border:none;color:#8b949e;text-decoration:none;cursor:pointer;transition:color .15s;min-width:64px}.bottom-nav-tab.active{color:#58a6ff}.bottom-nav-tab:hover{color:#c9d1d9}.bottom-nav-icon{font-size:1.25rem}.bottom-nav-label{font-size:.7rem;font-weight:500}.create-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000c;z-index:2000;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.create-modal-content{background:#161b22;width:100%;max-width:480px;max-height:calc(100vh - 32px);border-radius:16px;padding:48px 24px 24px;overflow-y:auto;position:relative;animation:createModalIn .2s ease-out}@keyframes createModalIn{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.create-modal-close{position:absolute;top:12px;right:16px;background:none;border:none;color:#8b949e;font-size:1.25rem;cursor:pointer;padding:8px;line-height:1}.create-modal-close:hover{color:#c9d1d9}.profile-card{display:flex;align-items:center;gap:16px;padding:16px;background:#161b22;border-radius:12px;width:100%;max-width:320px}.profile-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover}.profile-info{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.profile-email{font-size:.85rem;color:#8b949e}.profile-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.profile-links li a{color:#58a6ff;text-decoration:underline}.my-games-list{list-style:none;padding:0;margin:0;width:100%;max-width:480px}.my-games-item{display:flex;flex-direction:column;gap:8px;padding:12px;background:#161b22;border:1px solid #30363d;border-radius:8px;margin-bottom:12px}.my-games-link{display:flex;gap:12px;align-items:center;color:inherit;text-decoration:none}.my-games-thumb{width:48px;height:48px;min-width:48px;border-radius:6px;overflow:hidden;background:#0b1020;display:flex;align-items:center;justify-content:center}.my-games-thumb img{width:100%;height:100%;object-fit:cover}.my-games-badge{color:#8b949e;font-size:.7rem}.my-games-info{display:flex;flex-wrap:wrap;align-items:center;gap:6px;flex:1;min-width:0}.my-games-template{font-size:.7rem;padding:2px 6px;background:#30363d;border-radius:4px;color:#8b949e}.my-games-status{font-size:.8rem;color:#8b949e}.my-games-status.published{color:#3fb950}.my-games-actions{display:flex;flex-wrap:wrap;gap:8px}.my-games-actions button{font-size:.8rem;padding:4px 10px}.swipe-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:100;touch-action:none}.swipe-hold-zone{position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:44px;display:flex;align-items:center;justify-content:center;z-index:101;touch-action:none}.swipe-hold-label{background:#0009;color:#e6e9ef;padding:6px 12px;border-radius:20px;font-size:.8rem;animation:fadeInOut 4s ease-in-out forwards}.swipe-hold-label--full{position:absolute;bottom:80px;left:50%;transform:translate(-50%);pointer-events:none}@keyframes fadeInOut{0%{opacity:0}10%{opacity:1}80%{opacity:1}to{opacity:0}}.swipe-mode-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;pointer-events:none;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.swipe-mode-indicator{display:flex;flex-direction:column;align-items:center;gap:16px;color:#e6e9ef}.swipe-mode-text{font-size:1rem;font-weight:500}.swipe-arrow{font-size:.9rem;color:#8b949e;animation:pulse 1s ease-in-out infinite alternate}.swipe-arrow.up{animation-delay:0s}.swipe-arrow.down{animation-delay:.5s}@keyframes pulse{0%{opacity:.6}to{opacity:1}}
