*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f5f0e8;color:#1a1a1a}.hub-shell,body{min-height:100vh}.hub-shell{padding:2rem 1.5rem;max-width:900px;margin:0 auto}.hub-header{text-align:center;margin-bottom:2.5rem}.hub-title{font-size:1.75rem;font-weight:700;color:#2d5016;margin:0 0 .25rem}.hub-subtitle{font-size:1rem;color:#555;margin:0}.hub-nav{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1.25rem;gap:1.25rem;list-style:none;padding:0;margin:0}.hub-card{display:block;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06);text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s;border:2px solid transparent}.hub-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.hub-card-create{border-color:#5a9e2e;background:linear-gradient(135deg,#f8fdf5,#fff)}.hub-card-icon{font-size:2rem;display:block;margin-bottom:.5rem}.hub-card-title{font-size:1.1rem;font-weight:600;color:#2d5016;margin:0 0 .35rem}.hub-card-desc{font-size:.875rem;color:#666;margin:0;line-height:1.4}.top-bar-back{display:inline-block;font-size:.9rem;color:#5a9e2e;text-decoration:none;margin-right:.75rem;font-weight:500}.top-bar-back:hover{text-decoration:underline}.top-bar-feedback{font-size:.85rem;color:#2d5a27;font-weight:500}.app-shell{display:flex;flex-direction:column;height:100vh;overflow:hidden}.top-bar{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1.25rem;background:#fff;border-bottom:1px solid #e0ddd6}.top-bar-left{min-width:0}.top-bar-title{font-size:1.25rem;font-weight:700;margin:0;color:#2d5016}.top-bar-subtitle{font-size:.875rem;color:#555;margin:.25rem 0 0}.top-bar-actions{display:flex;align-items:center;gap:.5rem;position:relative}.top-bar-btn{padding:.5rem .75rem;font-size:.9rem;font-weight:500;color:#333;background:#eee;border:1px solid #ddd;border-radius:6px;cursor:pointer;font-family:inherit}.top-bar-btn:hover{background:#e0e0e0}.top-bar-btn-primary{background:#5a9e2e;color:#fff;border-color:#5a9e2e}.top-bar-btn-primary:hover{background:#4a8a24}.menu-backdrop{position:fixed;inset:0;z-index:98}.menu-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:200px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:.5rem 0;z-index:99}.menu-item{display:block;padding:.6rem 1rem;font-size:.9rem;color:#2d5016;text-decoration:none}.menu-item:hover{background:#e8f0e0}.menu-item-muted{color:#888;font-size:.8rem}.error-banner{flex-shrink:0;background:#fce8e8;color:#b00;padding:.75rem 1.25rem;font-size:.9rem}.main-content{flex:1 1;min-height:0;overflow:auto;padding:1.5rem}.main-content-game{padding:0;overflow:hidden}.main-content-loading{padding:0;justify-content:center;min-height:0}.loading-game-wrap,.main-content-loading{display:flex;flex-direction:column;align-items:center}.loading-game-wrap{width:100%;max-width:500px;padding:1rem;gap:.5rem}.loading-game-label{font-size:1rem;color:#2d5016;font-weight:600;margin:0}.loading-game-canvas{width:100%;max-width:400px;height:auto;aspect-ratio:400/280;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);background:#f5f0e8}.loading-game-hint{font-size:.85rem;color:#666;margin:0}.loading-overlay{position:fixed;inset:0;z-index:90;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;padding:1rem}.loading-overlay-content{background:#fff;border-radius:16px;padding:1.5rem;max-width:440px;display:flex;flex-direction:column;align-items:center;gap:.75rem}.loading-overlay-title{font-size:1rem;font-weight:600;color:#2d5016;margin:0}.game-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));grid-gap:1.25rem;gap:1.25rem}.game-tile-sortable-wrapper{transition:transform .2s ease}.game-tile-sortable-dragging .game-tile{opacity:.35;box-shadow:none;pointer-events:none}.game-tile{position:relative;background:#fff;border-radius:12px;overflow:visible;box-shadow:0 2px 8px rgba(0,0,0,.06);transition:box-shadow .2s,opacity .2s}.game-tile:hover{box-shadow:0 4px 12px rgba(0,0,0,.1)}.game-tile-drag-overlay-wrap{transform:scale(1.04);box-shadow:0 12px 28px rgba(0,0,0,.18),0 4px 12px rgba(0,0,0,.1);border-radius:12px;transition:box-shadow .15s ease}.game-tile-drag-overlay-wrap,.game-tile-drag-overlay-wrap .game-tile,.game-tile-dragging{cursor:-webkit-grabbing;cursor:grabbing}.game-tile-dragging{opacity:.6}.game-tile-private{border-left:4px solid #e5e7eb}.game-tile-group{border-left:4px solid #3b82f6;background:linear-gradient(135deg,#f8fafc,#f1f5f9)}.game-tile-public{border-left:4px solid #eab308;background:linear-gradient(135deg,#fffbeb,#fef9c3)}.game-tile-link{display:block;text-decoration:none;color:inherit;position:relative;z-index:0;border-radius:12px;overflow:hidden}.game-tile-thumb{aspect-ratio:4/3;background:linear-gradient(135deg,#e8f0e0,#d0e0c8);display:flex;align-items:center;justify-content:center}.game-tile-thumb-placeholder{font-size:2.5rem}.game-tile-thumb-img{width:100%;height:100%;object-fit:cover}.game-tile-title{color:#1a1a1a;margin:0;line-height:1.3}.game-tile-title,.game-tile-title-input{font-size:.95rem;font-weight:600;padding:.65rem .75rem .5rem}.game-tile-title-input{width:100%;border:2px solid #5a9e2e;border-radius:6px;margin:0 .5rem .5rem;font-family:inherit;box-sizing:border-box}.game-tile-actions{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;gap:.25rem;z-index:10;pointer-events:auto}.game-tile-drag-handle{cursor:-webkit-grab;cursor:grab;font-size:.9rem;color:#888;padding:.25rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.game-tile-drag-handle:active{cursor:-webkit-grabbing;cursor:grabbing}.game-tile-menu-wrap{position:relative}.game-tile-menu-btn{width:32px;height:32px;border:none;background:hsla(0,0%,100%,.9);border-radius:6px;cursor:pointer;font-size:1.1rem;color:#555;display:flex;align-items:center;justify-content:center;padding:0}.game-tile-menu-btn:hover{background:#fff;color:#333}.game-tile-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:180px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:.5rem 0;z-index:100;pointer-events:auto}.game-tile-dropdown-item{display:block;width:100%;padding:.5rem 1rem;font-size:.9rem;text-align:left;border:none;background:none;cursor:pointer;font-family:inherit;color:#333}.game-tile-dropdown-item:hover{background:#e8f0e0;color:#2d5016}.game-tile-dropdown-item-danger:hover{background:#fce8e8;color:#b00}.game-tile-empty{text-align:center;padding:3rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.game-tile-empty p{margin:0 0 1rem;color:#666}.empty-state-lead{font-weight:600;color:#333!important}.empty-state-hint{font-size:.95rem!important;margin-bottom:1rem!important}.my-games-toolbar{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.my-games-search{flex:1 1;min-width:160px}.my-games-search,.my-games-sort{padding:.5rem .75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit}.my-games-sort{background:#fff}.game-tile-group-picker{margin-top:.5rem;padding:.75rem;background:#f8f8f8;border-radius:8px;border:1px solid #e0e0e0;max-height:200px;overflow-y:auto}.game-tile-group-picker-title{margin:0 0 .5rem;font-size:.85rem;font-weight:600;color:#333}.game-tile-group-picker-empty{margin:0;font-size:.85rem;color:#666}.game-tile-group-picker-list{list-style:none;padding:0;margin:0 0 .5rem}.game-tile-group-picker-item{display:flex;align-items:center;gap:.5rem;padding:.35rem 0;cursor:pointer;font-size:.9rem}.game-tile-group-picker-item input{margin:0}.game-tile-group-picker-close{margin-top:.5rem;padding:.35rem .75rem;font-size:.85rem;border:1px solid #ccc;border-radius:6px;background:#fff;cursor:pointer;font-family:inherit}.modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-card{background:#fff;border-radius:12px;padding:1.5rem;max-width:400px;width:100%;box-shadow:0 8px 32px rgba(0,0,0,.2)}.modal-title{margin:0 0 1rem;font-size:1.25rem;color:#1a1a1a}.modal-input{width:100%;padding:.6rem .75rem;border:1px solid #ccc;border-radius:8px;font-size:1rem;font-family:inherit;margin-bottom:1rem}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1rem}.modal-error{margin:-.5rem 0 .5rem;font-size:.9rem;color:#b00}.modal-hint{margin:0 0 1rem;font-size:.9rem;color:#666}.groups-actions{display:flex;gap:.75rem;margin-bottom:1.5rem}.group-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.group-tile{display:block;background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.06);text-decoration:none;color:inherit;border:2px solid transparent;transition:box-shadow .2s,transform .2s}.group-tile:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}.group-tile-icon{font-size:1.5rem;display:block;margin-bottom:.5rem}.group-tile-title{margin:0 0 .25rem;font-size:1.1rem;font-weight:600;color:#2d5016}.group-tile-meta{margin:0;font-size:.85rem;color:#666}.group-tile-draggable{cursor:-webkit-grab;cursor:grab}.group-tile-draggable:active{cursor:-webkit-grabbing;cursor:grabbing}.group-tile-dragging{opacity:.7}.group-tile-link-inner{display:block;padding:1.25rem;text-decoration:none;color:inherit}.pending-invites-section{background:#f8f9fa;border-radius:12px;padding:1rem 1.25rem;margin-bottom:1.5rem;border:1px dashed #ccc}.pending-invites-title{margin:0 0 .35rem;font-size:1rem;color:#555}.pending-invites-empty{margin:0;font-size:.9rem;color:#777}.group-invite-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.75rem}.group-games-section{margin-top:1.5rem}.group-section-title{margin:0 0 .75rem;font-size:1.1rem;color:#333}.group-empty{margin:0;color:#666;font-size:.95rem}.group-add-game-list{list-style:none;padding:0;margin:0 0 1rem;max-height:240px;overflow-y:auto}.group-add-game-list li{display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #eee}.group-add-game-name{font-size:.95rem}.group-detail-tile{position:relative}.group-remove-game-btn{margin-top:.5rem;padding:.35rem .75rem;font-size:.8rem;border:1px solid #ccc;border-radius:6px;background:#fff;color:#666;cursor:pointer;font-family:inherit}.group-remove-game-btn:hover{background:#f5f5f5;color:#333}.btn-small{padding:.35rem .75rem;font-size:.85rem}.explore-tile{display:flex;flex-direction:column}.explore-upvote-row{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #eee;display:flex;gap:.5rem;flex-wrap:wrap}.explore-upvote-btn{padding:.35rem .6rem;font-size:.9rem;border:1px solid #ddd;border-radius:6px;background:#f8f8f8;cursor:pointer;font-family:inherit;color:#333}.explore-upvote-btn:hover{background:#eee}.explore-fork-btn{padding:.35rem .6rem;font-size:.85rem;border:1px solid #5a9e2e;border-radius:6px;background:#e8f5e0;color:#2d5016;cursor:pointer;font-family:inherit}.explore-fork-btn:hover{background:#d4edc4}.game-detail-page .hub-header{margin-bottom:1.5rem}.game-detail-hero{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:flex-start;margin-top:.5rem}.game-detail-thumb-wrap{flex-shrink:0;width:200px;height:140px;border-radius:12px;overflow:hidden;background:#e8e8e8;display:flex;align-items:center;justify-content:center}.game-detail-thumb{width:100%;height:100%;object-fit:cover}.game-detail-thumb-placeholder{font-size:4rem}.game-detail-meta{flex:1 1;min-width:200px}.game-detail-title{margin:0 0 .35rem;font-size:1.5rem;color:#1a1a1a}.game-detail-upvotes{margin:0 0 .5rem;font-size:.9rem;color:#666}.game-detail-desc{margin:0 0 1rem;font-size:.95rem;color:#555;line-height:1.45}.game-detail-actions{display:flex;gap:.75rem;flex-wrap:wrap}.prompt-container{max-width:900px;margin:0 auto}.game-fullscreen{width:100%;height:100%;background:#1a1a1a}.game-iframe{width:100%;height:100%;border:none;display:block}.chat-panel{position:fixed;top:0;right:0;width:360px;max-width:95vw;height:100vh;background:#fff;box-shadow:-4px 0 16px rgba(0,0,0,.12);z-index:100;transform:translateX(100%);transition:transform .25s ease;display:flex;flex-direction:column}.chat-panel-open{transform:translateX(0)}.chat-panel-inner{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:1rem 1.25rem}.chat-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.chat-panel-header h2{font-size:1.1rem;margin:0;color:#2d5016}.chat-panel-close{background:none;border:none;font-size:1.5rem;line-height:1;color:#666;cursor:pointer;padding:.25rem}.chat-panel-close:hover{color:#333}.chat-panel-hint{font-size:.85rem;color:#666;margin:0 0 .5rem}.chat-panel-inner .chat-section{flex:1 1;min-height:0;overflow:auto;display:flex;flex-direction:column}.loading-bar-wrap{flex-shrink:0;position:relative;height:28px;background:#e8e4dc;border-radius:8px;overflow:hidden;margin:0 1.25rem .75rem}h1{font-size:1.75rem;font-weight:700;margin:0 0 .5rem;color:#2d5016}.subtitle{font-size:1rem;color:#555;margin:0 0 1.5rem}.container{max-width:900px;margin:0 auto;padding:1.5rem}.prompt-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:1.5rem}.label{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.textarea{width:100%;min-height:100px;padding:.75rem 1rem;font-size:1rem;border:2px solid #ddd;border-radius:8px;resize:vertical;font-family:inherit}.textarea:focus{outline:none;border-color:#5a9e2e}.btn{display:inline-block;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background:#5a9e2e;border:none;border-radius:8px;cursor:pointer;margin-top:.75rem;font-family:inherit}.btn:hover{background:#4a8a24}.btn:disabled{background:#aaa;cursor:not-allowed}.btn-secondary{background:#6b7280;color:#fff}.btn-secondary:hover{background:#4b5563}.btn-outline-danger{background:transparent;color:#b91c1c;border:1px solid #b91c1c}.btn-outline-danger:hover{background:#fef2f2}.group-role-badge{display:inline-block;margin-top:.25rem;padding:.2rem .5rem;font-size:.8rem;background:#e0f2fe;color:#0369a1;border-radius:6px;font-weight:500}.group-detail-tile-actions{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:.5rem}.clarification-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:1.5rem}.clarification-section h2{font-size:1.25rem;margin:0 0 1rem;color:#2d5016}.question-block{margin-bottom:1rem}.question-block label{display:block;font-weight:500;margin-bottom:.35rem;color:#444}.question-block input{width:100%;padding:.5rem .75rem;font-size:1rem;border:2px solid #ddd;border-radius:6px;font-family:inherit}.question-block input:focus{outline:none;border-color:#5a9e2e}.game-section{background:#fff;border-radius:12px;padding:0;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06);margin-bottom:1.5rem}.game-section h2{font-size:1.25rem;margin:0;padding:1rem 1.5rem;background:#e8f0e0;color:#2d5016}.game-iframe-wrap{position:relative;width:100%;min-height:400px;background:#1a1a1a}.game-iframe-wrap iframe{width:100%;height:500px;border:none;display:block}.loading{padding:2rem;text-align:center;color:#666}.loading-bar-fill{position:absolute;left:0;top:0;bottom:0;background:linear-gradient(90deg,#5a9e2e,#7ab84a);border-radius:8px;transition:width .15s ease-out}.loading-bar-label{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);text-align:center;font-size:.85rem;font-weight:500;color:#333;pointer-events:none}.error{background:#fce8e8;color:#b00;padding:1rem 1.5rem;border-radius:8px}.back-link,.error{margin-bottom:1rem}.back-link{display:inline-block;color:#5a9e2e;font-weight:500;text-decoration:none}.back-link:hover{text-decoration:underline}.game-and-chat{display:flex;gap:1.5rem;flex-wrap:wrap}.game-and-chat .game-section{flex:1 1 400px}.chat-section{flex:1 1 320px;min-width:280px;background:#fff;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 2px 8px rgba(0,0,0,.06);display:flex;flex-direction:column;max-height:560px}.chat-section h2{font-size:1.1rem;margin:0 0 .75rem;color:#2d5016}.chat-messages{flex:1 1;overflow-y:auto;margin-bottom:.75rem;min-height:120px}.chat-messages p{margin:0 0 .5rem;font-size:.9rem}.chat-messages p.user{color:#1a1a1a}.chat-messages p.assistant{color:#5a9e2e;font-style:italic}.chat-form{display:flex;gap:.5rem}.chat-form input{flex:1 1;padding:.5rem .75rem;font-size:.95rem;border:2px solid #ddd;border-radius:6px;font-family:inherit}.chat-form input:focus{outline:none;border-color:#5a9e2e}.chat-form .btn{margin-top:0}@media (max-width:640px){.hub-shell{padding:1rem}.hub-title{font-size:1.4rem}.hub-subtitle{font-size:.95rem}.hub-nav{gap:1rem}.game-tile-grid,.group-tile-grid,.hub-nav{grid-template-columns:1fr}.top-bar{gap:.5rem}.top-bar,.top-bar-actions{flex-wrap:wrap}.top-bar-btn{padding:.5rem .75rem;font-size:.9rem}.my-games-toolbar{flex-direction:column}.my-games-search{min-width:100%}.modal-card{margin:1rem;max-height:calc(100vh - 2rem);overflow-y:auto}.game-detail-hero{flex-direction:column}.game-detail-thumb-wrap{width:100%;max-width:200px;height:120px}.group-invite-actions{flex-direction:column}.group-invite-actions .btn{width:100%}}