.theme-selector-page{min-height:100vh;background:url(/Background.png) center top / cover no-repeat fixed;background-color:#0b0b0b}.theme-selector{max-width:540px;margin:0 auto;padding:48px 24px 60px;min-height:100vh;display:flex;flex-direction:column;align-items:center}.header{text-align:center;margin-bottom:48px}.header h1{font-size:48px;font-weight:700;margin-bottom:8px;background:linear-gradient(135deg,#d2f751 40%,#9cfffa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px}.subtitle{font-size:16px;color:#ffffff80;font-weight:400}.games-heading{font-size:14px;font-weight:600;color:#d2f751;text-transform:uppercase;letter-spacing:2px;margin-bottom:16px;width:100%;text-align:left}.themes-grid{display:flex;flex-direction:column;gap:16px;width:100%;margin-bottom:48px}.theme-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px 24px;cursor:pointer;transition:all .2s ease;text-align:left;color:#fff;display:flex;align-items:center;gap:16px}.theme-card:hover{background:#ffffff0f;border-color:var(--theme-color);transform:translate(4px)}.theme-card:active{transform:translate(2px)}.theme-icon{font-size:32px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:12px;flex-shrink:0}.theme-card-content{flex:1;min-width:0}.theme-card h2{font-size:18px;font-weight:600;margin-bottom:4px;color:#fff}.theme-card p{color:#ffffff80;font-size:14px;line-height:1.4;margin:0}.theme-card-arrow{font-size:18px;flex-shrink:0;opacity:0;transition:opacity .2s ease,transform .2s ease;color:#fff9}.theme-card:hover .theme-card-arrow{opacity:1;transform:translate(4px)}.how-to-play-btn{background:none;border:none;color:#ffffff80;font-size:14px;cursor:pointer;padding:12px 0;margin-bottom:20px;transition:color .2s ease;display:flex;align-items:center;gap:8px;align-self:flex-start;min-height:44px}.how-to-play-btn:hover{color:#d2f751}.how-to-play-icon{width:22px;height:22px;border-radius:50%;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0}.how-to-play-btn:hover .how-to-play-icon{border-color:#d2f751;background:#d2f7511a}.controls-modal{background:#141414;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:28px;width:100%;max-width:400px}.controls-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.controls-modal-header h3{font-size:18px;font-weight:600;color:#fff;margin:0}.controls-modal-close{background:none;border:none;color:#ffffff80;font-size:24px;cursor:pointer;padding:8px;margin:-8px;line-height:1;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.controls-modal-close:hover{color:#fff}.controls-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.control{display:flex;align-items:center;gap:12px}.control span:last-child{color:#ffffffb3;font-size:14px}.key{background:#ffffff14;padding:6px 10px;border-radius:6px;font-family:SF Mono,Monaco,monospace;font-size:12px;color:#fffc;border:1px solid rgba(255,255,255,.1);min-width:32px;text-align:center;display:inline-block}.leaderboard-box{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px 24px;width:100%;margin-top:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:16px}.leaderboard-box:hover{background:#ffffff0f;border-color:#ffd40080;transform:translate(4px)}.leaderboard-box:active{transform:translate(2px)}.leaderboard-box-icon{font-size:28px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffd40014;border-radius:12px;flex-shrink:0}.leaderboard-box-content{flex:1}.leaderboard-box-content h3{font-size:16px;font-weight:600;color:#fff;margin:0 0 2px;text-transform:none;letter-spacing:0}.leaderboard-box-content p{font-size:13px;color:#fff6;margin:0}.leaderboard-box-arrow{font-size:18px;flex-shrink:0;opacity:0;color:#fff9;transition:opacity .2s ease,transform .2s ease}.leaderboard-box:hover .leaderboard-box-arrow{opacity:1;transform:translate(4px)}.leaderboard-overlay{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.leaderboard-popover{width:100%;max-width:440px;max-height:85vh;overflow-y:auto}.site-footer{position:fixed;bottom:0;left:0;right:0;padding:12px 0;font-size:12px;color:#a0a0a0;text-align:center;background:#0b0b0bd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10}.site-footer a{color:#d2f751;text-decoration:none}.site-footer a:hover{text-decoration:underline}.controls-touch{display:flex;flex-direction:column;gap:16px}.control-touch-item{display:flex;align-items:center;gap:12px}.control-touch-icon{font-size:20px;width:40px;text-align:center;flex-shrink:0}.control-touch-label{font-size:14px;color:#fff;font-weight:600}.control-touch-desc{font-size:12px;color:#ffffff80}@media(pointer:coarse){.theme-card-arrow,.leaderboard-box-arrow{opacity:.4}}@media(max-width:480px){.theme-selector{padding:32px 16px}.header h1{font-size:36px}.controls-grid{grid-template-columns:1fr}}*{box-sizing:border-box}.gm-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0b0b0b;padding:24px}.gm-login-card{width:100%;max-width:420px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:48px 40px}.gm-login-header{text-align:center;margin-bottom:32px}.gm-login-header h1{font-size:32px;font-weight:700;color:#fff;margin:0 0 8px}.gm-login-header p{font-size:14px;color:#ffffff80;margin:0}.gm-login-form{display:flex;flex-direction:column;gap:20px}.gm-field{display:flex;flex-direction:column;gap:8px}.gm-field label{font-size:14px;font-weight:500;color:#ffffffb3}.gm-field input{padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:16px;transition:all .2s ease}.gm-field input:focus{outline:none;border-color:#d2f751;background:#ffffff14}.gm-field input::placeholder{color:#ffffff4d}.gm-btn-primary{padding:16px 24px;background:#d2f751;color:#000;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:8px}.gm-btn-primary:hover{background:#bede3a}.gm-btn-primary:disabled{opacity:.5;cursor:not-allowed}.gm-btn-secondary{padding:10px 20px;background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.2);border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease}.gm-btn-secondary:hover{border-color:#fff6;color:#fff}.gm-error{background:#ff47571a;border:1px solid rgba(255,71,87,.3);color:#ff4757;padding:12px 16px;border-radius:8px;font-size:14px}.gm-login-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.1)}.gm-login-footer a{color:#ffffff80;text-decoration:none;font-size:14px}.gm-login-footer a:hover{color:#fff}.gm-dashboard{min-height:100vh;background:#0b0b0b;color:#fff}.gm-header{display:flex;align-items:center;justify-content:space-between;padding:16px 32px;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.1)}.gm-header-left{display:flex;align-items:center;gap:12px}.gm-header h1{font-size:20px;font-weight:600;margin:0}.gm-badge{font-size:11px;font-weight:600;text-transform:uppercase;padding:4px 8px;background:#d2f75133;color:#d2f751;border-radius:4px}.gm-header-right{display:flex;align-items:center;gap:16px}.gm-link{color:#fff9;text-decoration:none;font-size:14px}.gm-link:hover{color:#fff}.gm-content{display:flex;min-height:calc(100vh - 65px)}.gm-sidebar{width:200px;background:#ffffff05;border-right:1px solid rgba(255,255,255,.1);padding:20px 12px;flex-shrink:0;overflow-y:auto;display:flex;flex-direction:column}.gm-sidebar-bottom{margin-top:auto;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.gm-archive-nav{opacity:.6;font-size:13px!important}.gm-archive-nav:hover,.gm-archive-nav.active{opacity:1}.gm-sidebar h2{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#fff6;margin:0 0 16px 8px}.gm-nav-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:transparent;border:none;border-radius:8px;color:#ffffffb3;font-size:15px;text-align:left;cursor:pointer;transition:all .2s ease;margin-bottom:4px}.gm-nav-item:hover{background:#ffffff0d;color:#fff}.gm-nav-item.active{background:#d2f7511a;color:#d2f751}.gm-nav-icon{font-size:18px}.gm-main{flex:1;padding:24px;overflow-y:auto}.gm-current-game-banner{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#d2f75126,#d2f7510d);border:1px solid rgba(210,247,81,.3);border-radius:12px;padding:20px 24px;margin-bottom:24px;position:relative}.gm-current-game-indicator{width:6px;height:100%;min-height:60px;background:linear-gradient(180deg,#d2f751,#bede3a);border-radius:3px;flex-shrink:0;box-shadow:0 0 12px #d2f75180}.gm-current-game-info{flex:1;min-width:0}.gm-current-game-label{display:block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#d2f751;margin-bottom:4px}.gm-current-game-name{font-size:28px;font-weight:700;color:#fff;margin:0;line-height:1.2;text-shadow:0 0 20px rgba(210,247,81,.3)}.gm-name-editable{cursor:pointer;border-bottom:1px dashed transparent;transition:border-color .2s ease}.gm-name-editable:hover{border-bottom-color:#ffffff4d}input.gm-name-edit-input{background:#ffffff14;border:1px solid rgba(210,247,81,.5);border-radius:6px;padding:4px 8px;outline:none;font-family:inherit;width:100%;max-width:300px}.gm-current-game-desc{font-size:14px;color:#fff9;margin:6px 0 0}.gm-desc-editable{cursor:pointer;border-bottom:1px dashed transparent;transition:border-color .2s ease}.gm-desc-editable:hover{border-bottom-color:#fff3}input.gm-desc-edit-input{background:#ffffff14;border:1px solid rgba(210,247,81,.4);border-radius:6px;padding:4px 8px;outline:none;font-family:inherit;width:100%;max-width:350px;color:#fffc;font-size:14px}.gm-current-game-status{flex-shrink:0}.gm-status-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.gm-status-active{background:#2ed57333;color:#2ed573;border:1px solid rgba(46,213,115,.4)}.gm-status-active:before{content:"";width:8px;height:8px;background:#2ed573;border-radius:50%;animation:pulse-live 2s ease-in-out infinite}@keyframes pulse-live{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.gm-status-inactive{background:#ffffff1a;color:#fff9;border:1px solid rgba(255,255,255,.2)}.gm-section-header{margin-bottom:20px}.gm-section-header h2{font-size:24px;font-weight:600;margin:0 0 4px}.gm-section-header p{font-size:14px;color:#ffffff80;margin:0}.gm-config-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.gm-config-item{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:16px;display:flex;flex-direction:column}.gm-config-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.gm-config-header h3{font-size:16px;font-weight:600;margin:0 0 4px}.gm-config-header p{font-size:13px;color:#ffffff80;margin:0}.gm-btn-reset{padding:6px 12px;background:transparent;color:#ff4757cc;border:1px solid rgba(255,71,87,.3);border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s ease}.gm-btn-reset:hover{background:#ff47571a;border-color:#ff475780}.gm-btn-reset:disabled{opacity:.5;cursor:not-allowed}.gm-config-input{position:relative}.gm-config-input input[type=text],.gm-config-input input[type=number],.gm-config-input textarea{width:100%;padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:15px;font-family:inherit;transition:all .2s ease}.gm-config-input input:focus,.gm-config-input textarea:focus{outline:none;border-color:#d2f751;background:#ffffff14}.gm-config-input textarea{resize:vertical;min-height:100px}.gm-config-input input::placeholder,.gm-config-input textarea::placeholder{color:#ffffff4d}.gm-saving{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#d2f751}.gm-default-badge{display:inline-block;margin-top:12px;font-size:12px;color:#fff6;font-style:italic}.gm-file-upload{display:flex;flex-direction:column;gap:12px}.gm-image-preview-row{display:flex;gap:16px;align-items:flex-start}.gm-preview{max-width:200px;background:#ffffff0d;border-radius:8px;overflow:hidden;position:relative}.gm-preview-clickable{cursor:pointer;transition:opacity .2s ease}.gm-preview-clickable:hover{opacity:.85}.gm-preview-edit-hint{position:absolute;bottom:0;left:0;right:0;background:#000000b3;color:#fffc;text-align:center;font-size:11px;font-weight:600;padding:4px 0;opacity:0;transition:opacity .2s ease}.gm-preview-clickable:hover .gm-preview-edit-hint{opacity:1}.gm-preview img{display:block;width:100%;height:auto}.gm-audio-preview{padding:12px;max-width:100%}.gm-audio-preview audio{width:100%}.gm-file-upload input[type=file]{padding:12px;background:#ffffff0d;border:1px dashed rgba(255,255,255,.2);border-radius:8px;color:#ffffffb3;cursor:pointer}.gm-file-upload input[type=file]:hover{border-color:#fff6}.gm-file-select-btn{display:inline-block;padding:10px 20px;background:#ffffff14;border:1px dashed rgba(255,255,255,.25);border-radius:8px;color:#ffffffb3;font-size:13px;cursor:pointer;transition:all .2s ease;text-align:center}.gm-file-select-btn:hover{background:#ffffff1f;border-color:#d2f75166;color:#d2f751}.gm-game-preview{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;transition:transform .2s ease}.gm-game-preview:hover{transform:scale(1.02)}.gm-game-preview canvas{border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:border-color .2s ease}.gm-game-preview:hover canvas{border-color:#d2f75166}.gm-game-preview-label{font-size:10px;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.gm-preview-modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1002;padding:20px;animation:gm-fade-in .2s ease}@keyframes gm-fade-in{0%{opacity:0}to{opacity:1}}.gm-preview-modal{background:#141414;border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;max-width:400px;animation:gm-scale-in .2s ease}@keyframes gm-scale-in{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.gm-preview-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.1)}.gm-preview-modal-header h3{margin:0;font-size:16px;font-weight:600}.gm-preview-modal-close{background:none;border:none;color:#ffffff80;font-size:24px;cursor:pointer;padding:0;line-height:1;transition:color .2s ease}.gm-preview-modal-close:hover{color:#fff}.gm-preview-modal-content{padding:20px;display:flex;justify-content:center}.gm-preview-modal-content canvas{border-radius:8px;border:1px solid rgba(255,255,255,.1)}.gm-preview-modal-info{display:flex;justify-content:space-between;padding:12px 20px;background:#ffffff05;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#ffffff80}.gm-preview-modal-info strong{color:#fffc}.gm-text-with-preview{display:flex;flex-direction:column;gap:12px}.gm-text-with-preview input,.gm-text-with-preview textarea{width:100%}.gm-text-with-preview textarea{min-height:80px;resize:vertical}.gm-story-preview canvas{border:1px solid rgba(255,255,255,.1)}.gm-preview-hint{font-size:12px;color:#fff6;font-style:italic;margin:0}.gm-game-item.gm-disabled{opacity:.6;cursor:wait}.gm-error-banner{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.gm-error-banner button{background:transparent;border:none;color:#ff4757;cursor:pointer;font-size:14px}.gm-loading{color:#ffffff80;font-size:16px}.gm-btn-create{width:100%;padding:10px 16px;background:#d2f7511a;color:#d2f751;border:1px dashed rgba(210,247,81,.3);border-radius:8px;font-size:14px;cursor:pointer;transition:all .2s ease;margin-bottom:12px}.gm-btn-create:hover{background:#d2f75126;border-color:#d2f75180}.gm-games-list{display:flex;flex-direction:column;gap:4px;margin-bottom:24px}.gm-game-item{padding:10px 12px 10px 16px;background:transparent;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s ease;position:relative}.gm-game-item:hover{background:#ffffff0d}.gm-game-item.active{background:#d2f7511a;border-color:#d2f7514d}.gm-game-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:4px;height:70%;background:linear-gradient(180deg,#d2f751,#bede3a);border-radius:0 2px 2px 0;box-shadow:0 0 8px #d2f75199}.gm-game-item.inactive{opacity:.6}.gm-game-info{display:flex;align-items:center;justify-content:space-between;gap:8px}.gm-game-name{font-size:14px;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gm-inactive-badge{font-size:10px;padding:2px 6px;background:#ffffff1a;color:#ffffff80;border-radius:4px;flex-shrink:0}.gm-game-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.gm-game-actions{display:flex;gap:8px;flex-shrink:0}.gm-toggle{display:flex;align-items:center;gap:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.gm-toggle input{display:none}.gm-toggle-slider{position:relative;width:44px;height:24px;background:#ffffff26;border-radius:12px;transition:all .3s ease}.gm-toggle-slider:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff9;border-radius:50%;transition:all .3s ease}.gm-toggle input:checked+.gm-toggle-slider{background:#2ed57366}.gm-toggle input:checked+.gm-toggle-slider:after{left:23px;background:#2ed573}.gm-toggle-label{font-size:12px;color:#fff9;min-width:50px}.gm-toggle input:checked~.gm-toggle-label{color:#2ed573}.gm-toast-container{position:fixed;bottom:24px;right:24px;display:flex;flex-direction:column;gap:8px;z-index:2000;pointer-events:none}.gm-toast{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:8px;font-size:13px;font-weight:400;box-shadow:0 4px 12px #0003;animation:gm-toast-slide-in .3s ease-out;pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.gm-toast-success{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#ffffffd9}.gm-toast-error{background:#dc3545e6;border:1px solid rgba(255,71,87,.8);color:#fff}.gm-toast-icon{font-size:14px;opacity:.6}@keyframes gm-toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.gm-btn-delete{padding:6px 12px;background:transparent;color:#ff4757cc;border:1px solid rgba(255,71,87,.3);border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s ease}.gm-btn-delete:hover{background:#ff47571a;border-color:#ff475780}.gm-archive-list{display:flex;flex-direction:column;gap:8px}.gm-archive-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:10px}.gm-archive-info{display:flex;align-items:center;gap:12px}.gm-archive-info>div{display:flex;flex-direction:column;gap:2px}.gm-archive-desc{font-size:12px;color:#ffffff59}.gm-archive-actions{display:flex;gap:8px}.gm-category-header{margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.gm-category-header h3{font-size:18px;font-weight:600;margin:0 0 4px}.gm-category-header p{font-size:13px;color:#ffffff80;margin:0}.gm-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px}.gm-empty-state h2{font-size:24px;font-weight:600;margin:0 0 8px}.gm-empty-state p{font-size:14px;color:#ffffff80;margin:0 0 24px}.gm-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.gm-modal{background:#141414;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:32px;width:100%;max-width:480px}.gm-modal h2{font-size:24px;font-weight:600;margin:0 0 24px}.gm-modal .gm-field{margin-bottom:16px}.gm-modal .gm-field textarea{padding:14px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#fff;font-size:14px;font-family:inherit;resize:vertical;width:100%}.gm-modal .gm-field textarea:focus{outline:none;border-color:#d2f751;background:#ffffff14}.gm-modal .gm-field textarea::placeholder{color:#ffffff4d}.gm-modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.gm-modal-actions .gm-btn-primary{margin-top:0;padding:12px 24px}.gm-modal-actions .gm-btn-secondary{padding:12px 24px}.gm-cropper-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1001;padding:20px}.gm-cropper-modal{background:#141414;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto}.gm-cropper-modal h2{font-size:20px;font-weight:600;margin:0 0 8px}.gm-cropper-help{font-size:13px;color:#ffffff80;margin:0 0 16px}.gm-cropper-container{background:#0b0b0b;border-radius:8px;overflow:hidden;margin-bottom:16px}.gm-cropper-container canvas{display:block;width:100%;cursor:crosshair}.gm-cropper-options{margin-bottom:12px}.gm-cropper-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#fffc}.gm-cropper-checkbox input[type=checkbox]{width:16px;height:16px;accent-color:#d2f751;cursor:pointer}.gm-cropper-checkbox-hint{font-size:11px;color:#fff6}.gm-cropper-info{font-size:12px;color:#fff6;text-align:center;margin-bottom:16px}.gm-cropper-progress{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;background:#d2f7511a;border-radius:8px;margin-bottom:16px;font-size:13px;color:#d2f751}.gm-cropper-progress-spinner{width:16px;height:16px;border:2px solid rgba(210,247,81,.3);border-top-color:#d2f751;border-radius:50%;animation:gm-spin .8s linear infinite}@keyframes gm-spin{to{transform:rotate(360deg)}}.gm-cropper-actions{display:flex;justify-content:flex-end;gap:12px}.gm-cropper-actions .gm-btn-primary,.gm-cropper-actions .gm-btn-secondary{margin-top:0;padding:12px 24px}.gm-audio-editor-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1001;padding:20px}.gm-audio-editor-modal{background:#141414;border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:24px;width:100%;max-width:700px}.gm-audio-editor-modal h2{font-size:20px;font-weight:600;margin:0 0 8px}.gm-audio-editor-help{font-size:13px;color:#ffffff80;margin:0 0 16px}.gm-audio-loading{padding:40px;text-align:center;color:#ffffff80}.gm-audio-editor-waveform{background:#0b0b0b;border-radius:8px;overflow:hidden;margin-bottom:16px}.gm-audio-editor-waveform canvas{display:block;width:100%;height:120px}.gm-audio-editor-controls{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}.gm-btn-play{padding:10px 20px;background:#d2f751;color:#000;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.gm-btn-play:hover{background:#bede3a}.gm-audio-times{display:flex;gap:16px;flex-wrap:wrap;font-size:13px;color:#fff9}.gm-audio-times span{white-space:nowrap}.gm-audio-volume-control{margin-bottom:16px}.gm-audio-volume-control label{display:block;font-size:12px;color:#ffffff80;margin-bottom:8px;letter-spacing:.5px}.gm-audio-volume-row{display:flex;align-items:center;gap:10px}.gm-audio-volume-icon{font-size:16px;flex-shrink:0}.gm-audio-volume-slider{flex:1;-webkit-appearance:none;appearance:none;height:6px;background:#ffffff1a;border-radius:3px;outline:none;cursor:pointer}.gm-audio-volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#d2f751;cursor:pointer;transition:transform .15s ease}.gm-audio-volume-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.gm-audio-volume-slider::-moz-range-thumb{width:18px;height:18px;border-radius:50%;background:#d2f751;border:none;cursor:pointer}.gm-audio-editor-trim-inputs{display:flex;gap:16px;margin-bottom:20px}.gm-audio-editor-trim-inputs .gm-field{flex:1}.gm-audio-editor-trim-inputs input{width:100%;padding:10px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:14px}.gm-audio-editor-trim-inputs input:focus{outline:none;border-color:#d2f751}.gm-audio-editor-actions{display:flex;justify-content:flex-end;gap:12px}.gm-audio-editor-actions .gm-btn-primary,.gm-audio-editor-actions .gm-btn-secondary{margin-top:0;padding:12px 24px}.gm-file-actions{display:flex;gap:8px;margin-top:8px}.gm-btn-edit{padding:6px 12px;background:#d2f7511a;color:#d2f751;border:1px solid rgba(210,247,81,.3);border-radius:6px;font-size:12px;cursor:pointer;transition:all .2s ease}.gm-btn-edit:hover{background:#d2f75133;border-color:#d2f75180}@media(max-width:1024px){.gm-config-list{grid-template-columns:1fr}.gm-current-game-banner{flex-wrap:wrap;gap:12px}.gm-game-actions{flex-wrap:wrap}}@media(max-width:768px){.gm-content{flex-direction:column}.gm-sidebar{width:100%;border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding:12px;flex-direction:column;gap:4px;max-height:50vh;overflow-y:auto}.gm-sidebar h2{font-size:11px;margin:4px 0 8px 8px}.gm-sidebar-divider{margin:8px 0}.gm-nav-item{padding:10px 14px;font-size:14px}.gm-nav-nested{padding-left:20px!important;font-size:12px!important}.gm-btn-create{padding:8px 14px;font-size:13px}.gm-main{padding:20px 16px}.gm-section-header h2{font-size:22px}.gm-current-game-banner{flex-wrap:wrap;padding:16px;gap:12px}.gm-current-game-indicator{display:none}.gm-current-game-name{font-size:22px}.gm-current-game-info{flex-basis:calc(100% - 72px)}.gm-game-actions{width:100%;flex-wrap:wrap;gap:8px}.gm-emoji-banner{width:48px;height:48px;font-size:28px}.gm-games-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.gm-games-table-header,.gm-games-table-row{min-width:560px}.gm-stats-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:12px}.gm-stat-card{padding:16px 12px}.gm-stat-value{font-size:26px}.gm-modal{padding:24px 20px}.gm-cropper-modal,.gm-audio-editor-modal{padding:20px 16px}.gm-preview-modal{max-width:340px}.gm-emoji-grid{grid-template-columns:repeat(7,1fr);gap:3px;padding:10px}.gm-emoji-option{width:34px;height:34px;font-size:20px}.gm-recent-chart{gap:4px}}@media(max-width:480px){.gm-header{padding:12px 16px;gap:8px}.gm-header h1{font-size:17px}.gm-header-right{gap:10px}.gm-header-right .gm-link{font-size:12px}.gm-header-right .gm-btn-secondary{padding:7px 14px;font-size:12px}.gm-badge{font-size:10px;padding:3px 6px}.gm-sidebar{padding:10px;max-height:40vh}.gm-main{padding:16px 12px}.gm-current-game-banner{padding:14px 12px}.gm-current-game-name{font-size:18px}.gm-current-game-desc{font-size:12px}.gm-current-game-label{font-size:10px}.gm-emoji-banner{width:42px;height:42px;font-size:24px}.gm-current-game-info{flex-basis:calc(100% - 60px)}.gm-game-actions{gap:6px}.gm-game-actions .gm-toggle-label{font-size:11px;min-width:42px}.gm-game-actions .gm-btn-secondary,.gm-game-actions .gm-btn-delete{padding:5px 10px;font-size:11px}.gm-category-header h3{font-size:16px}.gm-category-header p{font-size:12px}.gm-config-item{padding:14px 12px}.gm-config-header h3{font-size:14px}.gm-config-header p{font-size:12px}.gm-stats-grid{grid-template-columns:repeat(2,1fr);gap:10px}.gm-stat-card{padding:14px 10px}.gm-stat-value{font-size:22px}.gm-stat-label{font-size:10px}.gm-analytics-section{padding:16px 14px}.gm-analytics-section h4{font-size:14px}.gm-analytics-section p{font-size:12px}.gm-modal{padding:20px 16px;border-radius:12px}.gm-modal h2{font-size:20px}.gm-modal-actions{flex-direction:column}.gm-modal-actions .gm-btn-primary,.gm-modal-actions .gm-btn-secondary{width:100%;text-align:center}.gm-cropper-modal,.gm-audio-editor-modal{padding:16px 12px;border-radius:12px}.gm-cropper-actions,.gm-audio-editor-actions{flex-direction:column}.gm-cropper-actions .gm-btn-primary,.gm-cropper-actions .gm-btn-secondary,.gm-audio-editor-actions .gm-btn-primary,.gm-audio-editor-actions .gm-btn-secondary{width:100%;text-align:center}.gm-audio-editor-trim-inputs{flex-direction:column;gap:12px}.gm-audio-editor-controls{gap:10px}.gm-emoji-grid{grid-template-columns:repeat(6,1fr);gap:2px;padding:8px;max-height:220px}.gm-emoji-option{width:32px;height:32px;font-size:18px}.gm-preview-modal{max-width:calc(100vw - 40px)}.gm-preview-modal-content{padding:12px}.gm-toast-container{bottom:12px;right:12px;left:12px}.gm-toast{font-size:12px;padding:10px 14px}.gm-back-btn{font-size:12px}.gm-image-preview-row{flex-direction:column;gap:12px}}.gm-analytics{display:flex;flex-direction:column;gap:24px}.gm-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.gm-stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;transition:all .2s ease}.gm-stat-card:hover{background:#ffffff0d;border-color:#d2f7514d}.gm-stat-value{font-size:32px;font-weight:700;color:#d2f751;line-height:1.2}.gm-stat-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin-top:8px}.gm-stat-info{position:relative;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;border:1px solid rgba(255,255,255,.2);color:#ffffff59;font-size:11px;font-weight:600;font-style:italic;cursor:help;margin-top:8px;transition:all .2s ease;font-family:serif}.gm-stat-info:hover{border-color:#d2f751;color:#d2f751}.gm-stat-tooltip{display:none;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:#1a1a1a;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:10px 14px;font-family:system-ui,-apple-system,sans-serif;font-size:12px;font-style:normal;font-weight:400;color:#ffffffbf;white-space:normal;width:200px;text-align:center;text-transform:none;letter-spacing:0;line-height:1.4;z-index:100;pointer-events:none;box-shadow:0 4px 16px #0006}.gm-stat-tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:#1a1a1a}.gm-stat-info:hover .gm-stat-tooltip{display:block}.gm-analytics-section{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px}.gm-analytics-section h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 4px}.gm-analytics-section p{font-size:13px;color:#ffffff80;margin:0 0 20px}.gm-level-funnel{display:flex;flex-direction:column;gap:12px}.gm-funnel-level{display:flex;flex-direction:column;gap:6px}.gm-funnel-label{display:flex;justify-content:space-between;font-size:13px;color:#ffffffb3}.gm-funnel-bar-bg{height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden}.gm-funnel-bar{height:100%;background:linear-gradient(90deg,#d2f751,#bede3a);border-radius:4px;transition:width .5s ease}.gm-activity-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:20px}.gm-activity-header h4{font-size:16px;font-weight:600;color:#fff;margin:0 0 4px}.gm-activity-header p{font-size:13px;color:#ffffff80;margin:0}.gm-activity-range{display:flex;gap:4px;flex-shrink:0}.gm-range-btn{padding:5px 10px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#ffffff80;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s ease}.gm-range-btn:hover{background:#ffffff14;border-color:#fff3;color:#fffc}.gm-range-btn.active{background:#d2f75126;border-color:#d2f75166;color:#d2f751}.gm-recent-chart{display:flex;align-items:flex-end;height:120px;gap:4px;padding-top:20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.gm-chart-bar-container{flex:1 0 auto;min-width:20px;max-width:50px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;height:100%}.gm-chart-bar{width:100%;background:linear-gradient(180deg,#d2f751,#d2f7514d);border-radius:4px 4px 0 0;display:flex;align-items:flex-start;justify-content:center;position:relative;transition:height .3s ease}.gm-chart-value{position:absolute;top:-20px;font-size:11px;font-weight:600;color:#d2f751}.gm-chart-label{font-size:10px;color:#fff6;margin-top:8px;text-transform:uppercase}.gm-analytics-empty{text-align:center;padding:40px 20px;color:#ffffff80}.gm-analytics-empty p{margin:0;font-size:14px}.gm-analytics-nav{background:linear-gradient(135deg,#d2f75126,#b5bbf71a);border:1px solid rgba(210,247,81,.3);margin-bottom:8px}.gm-analytics-nav:hover{background:linear-gradient(135deg,#d2f75140,#b5bbf726);border-color:#d2f75180}.gm-analytics-nav.active{background:linear-gradient(135deg,#d2f7514d,#b5bbf733);border-color:#d2f751;box-shadow:0 0 15px #d2f7514d}.gm-sidebar-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);margin:16px 0}.gm-back-btn{background:none;border:none;color:#d2f751;font-size:14px;cursor:pointer;padding:0;margin-right:12px;transition:all .2s ease}.gm-back-btn:hover{color:#bede3a}.gm-games-table{background:#ffffff05;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.gm-games-table-header{display:grid;grid-template-columns:2fr 80px 100px 80px 100px 100px;gap:16px;padding:12px 16px;background:#ffffff0d;font-size:11px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px}.gm-games-table-row{display:grid;grid-template-columns:2fr 80px 100px 80px 100px 100px;gap:16px;padding:14px 16px;font-size:13px;color:#fffc;border-top:1px solid rgba(255,255,255,.05);cursor:pointer;transition:all .2s ease}.gm-games-table-row:hover{background:#d2f75114}.gm-game-name-cell{font-weight:500;color:#fff}.gm-status-badge{display:inline-block;padding:3px 8px;border-radius:10px;font-size:10px;font-weight:600;text-transform:uppercase}.gm-status-badge.active{background:#00ff8826;color:#0f8}.gm-status-badge.inactive{background:#ffffff1a;color:#ffffff80}.gm-game-accordion{display:flex;flex-direction:column}.gm-game-item{display:flex;align-items:center;justify-content:space-between}.gm-game-chevron{font-size:10px;color:#ffffff4d;transition:transform .2s ease,color .2s ease}.gm-game-chevron.open{transform:rotate(90deg);color:#d2f751}.gm-game-item.expanded{border-bottom-left-radius:0;border-bottom-right-radius:0;margin-bottom:0}.gm-game-config-nav{background:#0000004d;border:1px solid rgba(255,255,255,.05);border-top:none;border-radius:0 0 8px 8px;margin-bottom:8px;overflow:hidden;animation:expandNav .25s ease-out forwards}@keyframes expandNav{0%{max-height:0;opacity:0;padding:0}to{max-height:300px;opacity:1;padding:8px 0}}.gm-game-config-nav .gm-nav-item{animation:slideInItem .2s ease-out backwards}.gm-game-config-nav .gm-nav-item:nth-child(1){animation-delay:.03s}.gm-game-config-nav .gm-nav-item:nth-child(2){animation-delay:.06s}.gm-game-config-nav .gm-nav-item:nth-child(3){animation-delay:.09s}.gm-game-config-nav .gm-nav-item:nth-child(4){animation-delay:.12s}.gm-game-config-nav .gm-nav-item:nth-child(5){animation-delay:.15s}@keyframes slideInItem{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.gm-nav-nested{padding-left:24px!important;font-size:13px!important;margin:0 8px;border-radius:6px}.gm-nav-nested .gm-nav-icon{font-size:14px}.gm-game-emoji{font-size:16px;flex-shrink:0}.gm-emoji-picker-container{position:relative}.gm-emoji-current{font-size:28px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;cursor:pointer;transition:all .2s ease}.gm-emoji-current:hover{background:#ffffff1f;border-color:#d2f75166}.gm-emoji-banner{width:56px;height:56px;font-size:32px;flex-shrink:0}.gm-emoji-grid{position:absolute;top:calc(100% + 8px);left:0;z-index:100;display:grid;grid-template-columns:repeat(8,1fr);gap:4px;padding:12px;background:#1a1a1a;border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 8px 32px #00000080;max-height:260px;overflow-y:auto}.gm-emoji-option{font-size:22px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:transparent;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .15s ease}.gm-emoji-option:hover{background:#ffffff1a}.gm-emoji-option.selected{background:#d2f75126;border-color:#d2f751}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#0b0b0b;color:#fff;min-height:100vh}#root{width:100%;min-height:100vh}.not-found-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#0b0b0b;padding:24px;text-align:center}.not-found-canvas{border-radius:12px;border:1px solid rgba(255,255,255,.1);margin-bottom:32px;max-width:100%;height:auto}.not-found-title{font-size:32px;font-weight:700;color:#fff;margin-bottom:12px}.not-found-message{font-size:16px;color:#fff9;margin-bottom:32px;max-width:400px}.not-found-actions{display:flex;gap:16px;flex-wrap:wrap;justify-content:center}.not-found-btn{padding:14px 28px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s ease}.not-found-btn-primary{background:#d2f751;color:#000}.not-found-btn-primary:hover{background:#bede3a;transform:translateY(-2px)}.not-found-btn-secondary{background:transparent;color:#ffffffb3;border:1px solid rgba(255,255,255,.2)}.not-found-btn-secondary:hover{border-color:#fff6;color:#fff}
