:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;--color-accent-red: #D45C5C;--color-accent-blue: #5B8FB9}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}input,textarea{-webkit-user-select:text;user-select:text}img{pointer-events:none}html,body,#root{width:100%;height:100%;overflow:hidden;background:#ddd5c4}button,input{-webkit-tap-highlight-color:transparent;touch-action:manipulation}*{margin:0;padding:0;box-sizing:border-box}:root{--ui-zoom: 1}@media(min-width:500px){:root{--ui-zoom: clamp(1, calc(100vw / 390), 2)}}.home-screen,.shop-screen,.settings-screen,.ranking-screen,.admin-screen,.matching-screen,.friend-match-screen,.result-screen{zoom:var(--ui-zoom)}html,body,#root{width:100%;height:100%;overflow:hidden}.app{position:relative;width:100%;height:100%;background:#ddd5c4}.game-canvas{position:absolute;inset:0}.game-hud-top{position:absolute;top:0;left:0;right:0;z-index:10;padding-top:env(safe-area-inset-top,0px);background:#ddd5c4}.score-display-wrapper{position:relative}.game-info-bar{display:flex;justify-content:space-between;padding:4px 16px;font-size:12px;font-weight:700;color:#8b7355}.confirm-dialog{background:#ddd5c4;border-radius:16px;padding:24px 28px;min-width:240px}.confirm-dialog__message{font-size:14px;font-weight:700;color:#4a3f2f;text-align:center;margin-bottom:20px}.bug-report-textarea{width:100%;padding:10px;border:1px solid #c8c0b0;border-radius:8px;background:#f5efe4;color:#4a3f2f;font-size:13px;font-family:inherit;resize:vertical;margin-bottom:16px;outline:none}.bug-report-textarea:focus{border-color:#8b7355}.confirm-dialog__buttons{display:flex;gap:12px}.confirm-dialog__btn{flex:1;padding:10px;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.confirm-dialog__btn--cancel{background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#8b7355}.confirm-dialog__btn--cancel:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.confirm-dialog__btn--ok{background:#6b5b3e;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#fff}.confirm-dialog__btn--ok:active{box-shadow:inset 3px 3px 6px #544832,inset -3px -3px 6px #82704a}.back-arrow{width:32px;height:32px;padding:6px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#6b5b3e;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent;flex-shrink:0}.back-arrow:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.back-arrow svg{width:100%;height:100%}.screen-header{display:flex;align-items:center;width:100%;position:relative}.screen-header .back-arrow{position:absolute;left:0}.screen-header .screen-title{flex:1;text-align:center;font-size:24px;font-weight:800;color:#4a3f2f;letter-spacing:4px}.dev-admin-btn{position:fixed;top:6px;right:8px;z-index:9999;padding:3px 10px;border:none;border-radius:6px;background:#000000b3;color:#fff;font-size:11px;font-family:monospace;cursor:pointer}.game-hud-bottom{position:absolute;bottom:0;left:0;right:0;z-index:10;padding-bottom:env(safe-area-inset-bottom,0px);background:#ddd5c4}.passphrase-gate{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px;padding:24px}.passphrase-gate__title{font-size:24px;font-weight:700;color:#4a3f2f}.passphrase-gate__desc{font-size:14px;color:#8b7355}.passphrase-gate__input{width:100%;max-width:240px;padding:10px 14px;border:1px solid #c8c0b0;border-radius:10px;background:#f5efe4;color:#4a3f2f;font-size:16px;text-align:center;outline:none}.passphrase-gate__input:focus{border-color:#8b7355}.passphrase-gate__error{font-size:13px;color:#c0392b}.passphrase-gate__btn{padding:10px 32px;border:none;border-radius:10px;background:#6b5b3e;color:#fff;font-size:14px;font-weight:700;cursor:pointer;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0}.passphrase-gate__btn:active{box-shadow:inset 3px 3px 6px #544832,inset -3px -3px 6px #82704a}.popup-overlay{position:fixed;inset:0;z-index:200;background:#0000004d;display:flex;align-items:center;justify-content:center}.popup-card{background:#ddd5c4;border-radius:20px;padding:24px;min-width:200px;max-width:320px;width:90vw}.home-screen{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#ddd5c4;z-index:100;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.home-screen__content{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px;width:100%;max-width:360px;position:relative;z-index:2}.home-logo{width:100%;height:auto;margin-bottom:4px}.home-profile-block{display:flex;flex-direction:column;gap:4px;margin-bottom:24px;width:100%}.home-profile-row{display:flex;align-items:stretch;gap:10px;width:100%}.home-bird-trigger-wrap{position:relative}.home-bird-trigger{width:58px;height:58px;padding:4px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.home-bird-trigger:active:not(:disabled){box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.home-bird-trigger:disabled{opacity:.6;cursor:default}.home-bird-trigger-img{width:100%;height:100%;object-fit:contain}.home-bird-popup{display:flex;flex-direction:column;gap:10px;padding:16px;background:#ddd5c4;border:none;border-radius:18px;max-width:300px;width:90vw}.home-bird-color-tabs{display:flex;gap:6px;justify-content:center;flex-wrap:wrap}.home-bird-color-tab{width:28px;height:28px;border:3px solid transparent;border-radius:50%;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent;box-shadow:2px 2px 4px #beb7a8,-2px -2px 4px #fcf3e0}.home-bird-color-tab--active{border-color:#4a3f2f;box-shadow:inset 2px 2px 4px #00000026}.home-bird-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;justify-items:center}.home-bird-popup-item{width:56px;height:56px;padding:0;margin:-4px;border:2px solid transparent;border-radius:10px;background:transparent;cursor:pointer;transition:all .1s ease;-webkit-tap-highlight-color:transparent}.home-bird-popup-item:active{transform:scale(.93)}.home-bird-popup-item--selected{border-color:transparent;background:#ccc4b3;box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.home-bird-popup-img{width:100%;height:100%;object-fit:contain}.home-bird-popup-item--locked{position:relative;opacity:.45;cursor:default}.home-bird-popup-item--locked .home-bird-popup-img{filter:grayscale(.8)}.home-bird-popup-item--locked:active{transform:none}.home-bird-divider{width:100%;height:1px;background:#c4baa8;margin:2px 0}.home-bird-lock-icon{position:absolute;bottom:2px;right:2px;width:16px;height:16px;color:#6b5b3e;pointer-events:none}.home-profile-right{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:space-between}.home-profile-right--no-title .home-name__input{height:58px;box-sizing:border-box}.home-stats{display:flex;align-items:center;justify-content:space-between;padding:0}.home-rating,.home-record{font-size:12px;font-weight:600;color:#a0937d}.home-offline-label{font-size:12px;font-weight:600;color:#b8a88e}.home-title-label{border:none;background:transparent;font-size:11px;font-weight:600;color:#8b7355;text-align:left;cursor:pointer;padding:2px 0;-webkit-tap-highlight-color:transparent}.home-title-label:disabled{opacity:.5;cursor:default}.home-title-picker{display:flex;flex-direction:column;gap:8px;padding:16px;background:#ddd5c4;border-radius:18px;max-width:260px;width:85vw;max-height:60vh;overflow-y:auto;scrollbar-width:none}.home-title-picker::-webkit-scrollbar{display:none}.home-title-picker__item{padding:10px 16px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;font-size:14px;font-weight:600;color:#4a3f2f;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.home-title-picker__item:active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.home-title-picker__item--selected{background:#ccc4b3;box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.home-title-picker__empty{font-size:13px;color:#a0937d;text-align:center;padding:8px}.home-name__input{padding:8px 16px;font-size:1.1rem;border:none;border-radius:10px;background:#ddd5c4;box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0;color:#4a3f2f;text-align:center;outline:none;width:100%;font-weight:600}.home-name__input:disabled{opacity:.6;cursor:default;color:#8b7d68}.home-name__input:focus{box-shadow:inset 4px 4px 8px #b5ae9f,inset -4px -4px 8px #fcf3e0}.home-buttons{display:flex;flex-direction:column;gap:12px;width:100%}.home-btn{width:100%;padding:16px 24px;border:none;border-radius:14px;background:#ddd5c4;box-shadow:5px 5px 10px #beb7a8,-5px -5px 10px #fcf3e0;color:#4a3f2f;font-size:16px;font-weight:700;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.home-btn:active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.home-btn--primary{background:#6b5b3e;color:#fff;box-shadow:5px 5px 10px #beb7a8,-5px -5px 10px #fcf3e0}.home-btn--primary:active{box-shadow:inset 3px 3px 6px #544832,inset -3px -3px 6px #82704a}.home-btn:disabled{opacity:.4;cursor:default;box-shadow:5px 5px 10px #beb7a8,-5px -5px 10px #fcf3e0}.home-btn:disabled:active{box-shadow:5px 5px 10px #beb7a8,-5px -5px 10px #fcf3e0}.home-icon-bar{display:flex;justify-content:center;gap:12px;margin-top:4px;width:100%}.home-icon-btn{width:48px;height:48px;padding:10px;border:none;border-radius:14px;background:#ddd5c4;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0;color:#8b7355;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.home-icon-btn:active:not(:disabled){box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.home-icon-btn:disabled{opacity:.4;cursor:default}.home-icon-btn svg{width:100%;height:100%}.home-cpu-popup{display:flex;flex-direction:column;gap:12px;padding:24px;background:#ddd5c4;border-radius:20px;min-width:200px}.home-cpu-popup__btn{padding:14px 24px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0;color:#4a3f2f;font-size:16px;font-weight:700;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.home-cpu-popup__btn:active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.home-version{position:fixed;bottom:8px;left:50%;transform:translate(-50%);font-size:11px;color:#b0a48e;letter-spacing:.5px;z-index:100}.matching-screen{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#ddd5c4;z-index:100}.matching-screen__content{display:flex;flex-direction:column;align-items:center;gap:24px}.matching-spinner{width:40px;height:40px;border:4px solid #ccc4b3;border-top-color:#6b5b3e;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.matching-text{font-size:18px;font-weight:600;color:#4a3f2f}.matching-cancel{padding:10px 32px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0;color:#4a3f2f;font-size:15px;font-weight:600;cursor:pointer;transition:all .12s ease}.matching-cancel:active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.input-panel{padding:6px 12px 8px;background:#ddd5c4}.input-panel--disabled{opacity:.5;pointer-events:none}.input-row{display:flex;gap:12px;align-items:stretch}.move-pad{display:grid;grid-template-areas:".    up    ." "left stay  right" ".    down  .";grid-template-columns:40px 40px 40px;grid-template-rows:40px 40px 40px;gap:2px;flex-shrink:0}.move-btn{display:flex;align-items:center;justify-content:center;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#4a3f2f;font-size:15px;font-weight:700;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.move-btn:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.move-btn--selected{background:#6b5b3e;color:#fff;box-shadow:inset 3px 3px 6px #544832,inset -3px -3px 6px #82704a}.right-controls{flex:1;display:flex;flex-direction:column;gap:2px}.skill-toggles{display:flex;flex-direction:column;gap:2px}.skill-toggle{display:flex;align-items:center;justify-content:space-between;height:40px;padding:0 12px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#4a3f2f;font-size:12px;font-weight:600;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.skill-toggle:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.skill-toggle--on{background:#6b5b3e;color:#fff;box-shadow:inset 3px 3px 6px #544832,inset -3px -3px 6px #82704a}.skill-toggle--disabled{opacity:.35;cursor:not-allowed}.skill-toggle__cost{display:inline-flex;align-items:center;gap:3px}.cost-pip{display:inline-block;width:10px;height:10px;border-radius:2px;background:#f39c12}.skill-toggle--on .cost-pip{background:#ffffff80}.cost-pip--light{background:#fff9}.submit-cost{display:inline-flex;align-items:center;gap:3px;margin-left:6px}.submit-btn{height:40px;padding:0 8px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#8b7355;font-size:14px;font-weight:700;cursor:not-allowed;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.submit-btn--active{background:#6b5b3e;color:#fff;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0;cursor:pointer}.submit-btn--active:active{box-shadow:inset 3px 3px 6px #544832,inset -3px -3px 6px #82704a}.side-buttons{display:flex;flex-direction:column;gap:4px;flex-shrink:0;justify-content:center}.exit-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#8b7355;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.exit-btn:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.message-area{position:relative;display:flex;align-items:center;flex-shrink:0}.message-toggle{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#4a3f2f;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.message-toggle:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.message-toggle--disabled{opacity:.35;cursor:not-allowed}.bug-report-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#8b7355;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.bug-report-btn:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.bug-report-btn--sent{opacity:.35;cursor:not-allowed}.message-popup{position:absolute;bottom:100%;left:0;margin-bottom:6px;display:flex;flex-direction:column;gap:2px;padding:4px;background:#322a1ef2;border-radius:8px;min-width:140px;z-index:800}.message-popup__item{padding:6px 10px;border:none;border-radius:6px;background:transparent;color:#fff;font-size:12px;font-weight:600;text-align:left;cursor:pointer;transition:background .1s;-webkit-tap-highlight-color:transparent;white-space:nowrap}.message-popup__item:active,.message-popup__item:hover{background:#ffffff26}.score-display{display:flex;align-items:center;gap:12px;padding:8px 16px;background:#ddd5c4}.score-display--opponent{box-shadow:0 2px 4px #beb7a8}.score-display:not(.score-display--opponent){box-shadow:0 -2px 4px #beb7a8}.score-display__label{font-size:14px;font-weight:700;color:#4a3f2f;min-width:36px}.score-display__status{font-size:11px;font-weight:600;color:#8b7355}.score-display__dots{display:flex;gap:6px}.score-dot{width:16px;height:16px;border-radius:50%;border:none;background:#ddd5c4;box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0;transition:background .2s ease,box-shadow .2s ease}.score-dot--filled{background:var(--color-accent-red);box-shadow:2px 2px 4px #beb7a8,-2px -2px 4px #fcf3e0}.score-display__energy{display:flex;align-items:center;gap:4px;margin-left:auto}.energy-label{font-size:13px;font-weight:600;color:#8b7355}.energy-pips{display:flex;gap:4px}.energy-pip{width:12px;height:12px;border-radius:3px;border:none;background:#ddd5c4;box-shadow:inset 2px 2px 3px #beb7a8,inset -2px -2px 3px #fcf3e0;transition:background .2s ease,box-shadow .2s ease}.energy-pip--filled{background:#f39c12;box-shadow:2px 2px 3px #beb7a8,-2px -2px 3px #fcf3e0}.result-screen{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#ddd5c4;z-index:100}.result-screen__content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px 48px;width:280px;background:#ddd5c4;border-radius:20px;box-shadow:8px 8px 16px #beb7a8,-8px -8px 16px #fcf3e0}.result-title{font-size:40px;font-weight:800;letter-spacing:4px;white-space:nowrap}.result-title--win{color:var(--color-accent-red)}.result-title--lose{color:var(--color-accent-blue)}.result-score{font-size:32px;font-weight:700;color:#4a3f2f}.result-turns{font-size:16px;color:#8b7355}.result-rating{font-size:18px;font-weight:700;letter-spacing:1px}.result-rating--up{color:#27ae60}.result-rating--down{color:var(--color-accent-red)}.result-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:12px}.result-btn{width:100%;padding:12px 24px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0;color:#4a3f2f;font-size:15px;font-weight:600;cursor:pointer;transition:all .12s ease}.result-btn:active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.result-btn--primary{background:#6b5b3e;color:#fff;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0}.result-btn--primary:active{box-shadow:inset 3px 3px 6px #544832,inset -3px -3px 6px #82704a}.skill-reveal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#0006;backdrop-filter:blur(2px);z-index:50;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.skill-reveal__cutin{display:flex;flex-direction:column;align-items:center;gap:8px;animation:cutInPop .3s ease}@keyframes cutInPop{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}.skill-reveal__cutin-name{font-size:16px;font-weight:600;color:#e0d8cc}.skill-reveal__cutin-skill{font-size:32px;font-weight:800;color:#f5f0e8;text-shadow:0 2px 8px rgba(0,0,0,.4)}.skill-reveal__result-card{font-size:28px;font-weight:800;color:#f5c542;text-shadow:0 2px 8px rgba(0,0,0,.5);animation:cutInPop .3s ease}.input-reveal{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;z-index:150;pointer-events:none;background:#00000040;animation:input-reveal-bg .3s ease-out}@keyframes input-reveal-bg{0%{opacity:0}to{opacity:1}}.input-reveal__card{width:220px;height:80px;perspective:600px}.input-reveal__card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transform:rotateX(180deg);transition:transform .5s ease-out}.input-reveal__card--flipped .input-reveal__card-inner{transform:rotateX(0)}.input-reveal__card-back{position:absolute;inset:0;backface-visibility:hidden;transform:rotateX(180deg);background:#6b5e4e;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #00000040}.input-reveal__card-back:after{content:"?";font-size:28px;font-weight:800;color:#a89880}.input-reveal__card-front{position:absolute;inset:0;backface-visibility:hidden;background:#f5efe4;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 20px;box-shadow:0 2px 12px #00000026}.input-reveal__name{font-size:14px;font-weight:700;color:#4a3f2f;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.input-reveal__arrow{font-size:28px;color:#4a3f2f;flex-shrink:0}.score-swap{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;z-index:150;pointer-events:none;background:#0006;backdrop-filter:blur(2px);animation:score-swap-fade-in .15s ease}@keyframes score-swap-fade-in{0%{opacity:0}to{opacity:1}}.score-swap__title{font-size:32px;font-weight:800;color:#f5f0e8;text-shadow:0 2px 8px rgba(0,0,0,.4);animation:score-swap-pop .3s ease}.score-swap__card{display:flex;align-items:center;gap:16px;background:#ddd5c4;box-shadow:8px 8px 16px #beb7a8,-8px -8px 16px #fcf3e0;padding:20px 32px;border-radius:20px;animation:score-swap-pop .3s ease .1s both}@keyframes score-swap-pop{0%{transform:scale(.6);opacity:0}60%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}.score-swap__player{display:flex;flex-direction:column;align-items:center;gap:8px;min-width:52px}.score-swap__name{font-size:12px;font-weight:600;color:#8b7355;max-width:64px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.score-swap__dots{display:flex;gap:6px;justify-content:center;min-height:20px;align-items:center;transition:all .4s ease}.score-swap__dot{width:16px;height:16px;border-radius:50%;background:var(--color-accent-red);box-shadow:2px 2px 4px #beb7a8,-2px -2px 4px #fcf3e0;transition:background .2s ease,box-shadow .2s ease}.score-swap__dot--empty{background:#ddd5c4;box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.score-swap__icon{width:28px;height:28px;color:#c4b89a;flex-shrink:0;transition:color .3s,transform .6s cubic-bezier(.4,0,.2,1)}.score-swap__icon--spin{color:var(--color-accent-red);transform:rotate(360deg)}.friend-match-screen{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#ddd5c4;z-index:100}.friend-match-content{display:flex;flex-direction:column;align-items:center;gap:20px;max-width:300px;width:100%;padding:0 20px}.friend-match-section{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}.friend-match-section-title{font-size:15px;font-weight:600;color:#6b5b3e}.friend-match-divider{font-size:14px;color:#a09480;font-weight:500}.friend-match-label{font-size:14px;font-weight:600;color:#6b5b3e}.friend-match-code{font-size:48px;font-weight:800;color:#4a3f2f;letter-spacing:8px;font-variant-numeric:tabular-nums}.friend-match-hint{font-size:13px;color:#8b7d6b}.friend-match-waiting{font-size:16px;font-weight:600;color:#4a3f2f}.friend-match-input{width:160px;padding:12px 16px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0;color:#4a3f2f;font-size:24px;font-weight:700;text-align:center;letter-spacing:6px;outline:none;transition:box-shadow .15s}.friend-match-input:focus{box-shadow:inset 4px 4px 8px #b5ae9f,inset -4px -4px 8px #fcf3e0}.friend-match-input::placeholder{font-size:14px;letter-spacing:0;font-weight:500;color:#b0a590}.friend-match-btn{padding:12px 32px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0;font-size:15px;font-weight:600;cursor:pointer;transition:all .12s ease}.friend-match-btn:active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.friend-match-btn--primary{background:#4a3f2f;color:#f5f0e8;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0}.friend-match-btn--primary:active{box-shadow:inset 3px 3px 6px #362e22,inset -3px -3px 6px #5e503c}.friend-match-btn--primary:disabled{opacity:.4;cursor:default}.friend-match-share-btn{width:44px;height:44px;border:none;border-radius:50%;background:#ddd5c4;color:#4a3f2f;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0}.friend-match-share-btn:active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.friend-match-share-icon{width:20px;height:20px}.friend-match-btn--cancel{background:#ddd5c4;color:#4a3f2f}.match-found{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;background:#ddd5c4;z-index:200;transition:opacity .8s ease}.match-found--exit{opacity:0}.match-found__label{font-size:14px;font-weight:700;color:#8b7d6b;letter-spacing:6px;text-transform:uppercase}.match-found__vs{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;overflow:hidden}.match-found__player{display:flex;align-items:center;gap:0;transform:translate(100vw);transition:transform .6s cubic-bezier(.16,1,.3,1)}.match-found__player--opponent{transform:translate(-100vw)}.match-found--show .match-found__player,.match-found--show .match-found__player--opponent{transform:translate(0)}.match-found--exit .match-found__player{transform:translate(-100vw);transition:transform 1s cubic-bezier(.4,0,1,1)}.match-found--exit .match-found__player--opponent{transform:translate(100vw);transition:transform 1s cubic-bezier(.4,0,1,1)}.match-found__bird{width:56px;height:56px;object-fit:contain;flex-shrink:0}.match-found__info{display:flex;flex-direction:column;gap:2px}.match-found__title{font-size:10px;font-weight:600;color:#8b7355;white-space:nowrap}.match-found__name{font-size:16px;font-weight:700;color:#4a3f2f;white-space:nowrap}.match-found__rating{font-size:12px;font-weight:600;color:#8b7355;letter-spacing:1px}.match-found__record{font-size:11px;font-weight:600;color:#a0937d}.match-found__separator{font-size:24px;font-weight:800;color:#4a3f2f;letter-spacing:2px;opacity:0;transition:opacity .3s ease .3s}.match-found--show .match-found__separator{opacity:1}.match-found--exit .match-found__separator{opacity:0;transition-delay:0s}.ranking-screen{position:fixed;inset:0;display:flex;flex-direction:column;background:#ddd5c4;z-index:100;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.ranking-screen__header{max-width:400px;width:100%;margin:0 auto;padding:24px 16px 6px;display:flex;flex-direction:column;align-items:center;gap:6px;flex-shrink:0}.ranking-screen__scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:6px}.ranking-screen__content{display:flex;flex-direction:column;align-items:center;gap:6px;padding:6px 16px 40px;width:100%;max-width:400px;margin:0 auto}.ranking-period-tabs{display:flex;gap:6px;width:100%}.ranking-period-tab{flex:1;padding:6px;border:none;border-radius:8px;background:#ddd5c4;box-shadow:2px 2px 4px #beb7a8,-2px -2px 4px #fcf3e0;font-size:12px;font-weight:700;color:#8b7355;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.ranking-period-tab--active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0;color:#4a3f2f}.ranking-period-tab:disabled{opacity:.35;cursor:default}.ranking-tabs{display:flex;gap:6px;width:100%;margin-top:8px}.ranking-mode-toggle{display:flex;gap:6px;width:100%}.ranking-tab{flex:1;padding:8px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;font-size:13px;font-weight:700;color:#8b7355;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.ranking-tab--active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0;color:#4a3f2f}.ranking-mode-btn{flex:1;padding:4px;border:none;border-radius:6px;background:#ddd5c4;box-shadow:2px 2px 3px #beb7a8,-2px -2px 3px #fcf3e0;font-size:10px;font-weight:700;color:#8b7355;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.ranking-mode-btn--active{box-shadow:inset 2px 2px 3px #beb7a8,inset -2px -2px 3px #fcf3e0;color:#4a3f2f}.ranking-body{width:100%}.ranking-loading,.ranking-empty{font-size:14px;color:#8b7355;padding:24px 0;text-align:center}.ranking-list{width:100%;display:flex;flex-direction:column;gap:8px;padding:4px}.ranking-list::-webkit-scrollbar{display:none}.ranking-item{display:flex;align-items:center;gap:6px;padding:8px 10px;background:#ddd5c4;border-radius:12px;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0}.ranking-item--me{background:#6b5b3e;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0}.ranking-item--me .ranking-rank,.ranking-item--me .ranking-name,.ranking-item--me .ranking-value{color:#fcf3e0}.ranking-rank{font-size:16px;font-weight:800;color:#8b7355;min-width:28px;text-align:center}.ranking-bird{width:48px;height:48px;margin:0 -6px 0 -12px;object-fit:contain}.ranking-name-wrap{flex:1;display:flex;flex-direction:column;min-width:0}.ranking-title{font-size:10px;font-weight:600;color:#8b7355;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.ranking-item--me .ranking-title{color:#d4c8b0}.ranking-name{font-size:15px;font-weight:600;color:#4a3f2f;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ranking-value{font-size:14px;font-weight:700;color:#6b5b3e;letter-spacing:1px;white-space:nowrap}.history-screen{position:fixed;inset:0;background:#ddd5c4;z-index:100;display:flex;flex-direction:column;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.history-screen__header{max-width:400px;width:100%;margin:0 auto;padding:24px 16px 6px;display:flex;flex-direction:column;gap:6px;background:#ddd5c4;flex-shrink:0}.history-tabs{display:flex;gap:6px}.history-tab{flex:1;padding:6px 0;border:none;border-radius:8px;background:#ddd5c4;box-shadow:2px 2px 4px #beb7a8,-2px -2px 4px #fcf3e0;font-size:12px;font-weight:700;color:#a0937d;cursor:pointer;transition:box-shadow .15s,color .15s}.history-tab--active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0;color:#4a3f2f}.history-screen__scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:6px}.history-screen__content{max-width:400px;margin:0 auto;padding:0 16px 40px;display:flex;flex-direction:column;gap:12px}.history-body{display:flex;flex-direction:column;gap:8px}.history-loading,.history-empty{text-align:center;font-size:13px;color:#a0937d;padding:24px 0}.history-list{display:flex;flex-direction:column;gap:8px}.history-item{padding:10px 14px;border-radius:12px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;border-left:4px solid transparent;display:flex;flex-direction:column;gap:4px}.history-item--win{border-left-color:var(--color-accent-red)}.history-item--lose{border-left-color:var(--color-accent-blue)}.history-item--void{border-left-color:#888}.history-item__top{display:flex;align-items:center;gap:8px}.history-item__result{font-size:13px;font-weight:800;color:#4a3f2f}.history-item__score{font-size:15px;font-weight:800;color:#4a3f2f}.history-item__delta{font-size:12px;font-weight:700}.history-item__delta--plus{color:var(--color-accent-red)}.history-item__delta--minus{color:var(--color-accent-blue)}.history-item__time{font-size:10px;color:#a0937d;margin-left:auto;flex-shrink:0}.history-item__bottom{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:600;color:#8b7355}.history-item__sep:before{content:"/";margin-right:6px;color:#beb7a8}.history-item__replay-btn{margin-left:auto;flex-shrink:0;padding:2px 8px;border-radius:6px;border:none;background:#ddd5c4;box-shadow:2px 2px 4px #beb7a8,-2px -2px 4px #fcf3e0;display:flex;align-items:center;gap:3px;cursor:pointer;color:#4a3f2f;font-size:10px;font-weight:700}.history-item__replay-btn:active{box-shadow:inset 1px 1px 3px #beb7a8,inset -1px -1px 3px #fcf3e0}.history-item__replay-btn svg{width:10px;height:10px}.titles-screen{position:fixed;inset:0;display:flex;flex-direction:column;background:#ddd5c4;z-index:100;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.titles-screen__header{max-width:400px;width:100%;margin:0 auto;padding:24px 16px 12px;flex-shrink:0}.titles-screen__scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:6px}.titles-screen__content{display:flex;flex-direction:column;gap:8px;padding:0 16px 40px;width:100%;max-width:400px;margin:0 auto}.titles-list{display:flex;flex-direction:column;gap:8px;width:100%}.titles-item{width:100%;padding:12px 14px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;display:flex;flex-direction:column;gap:4px;text-align:left;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.titles-item:active:not(:disabled){box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.titles-item--locked{opacity:.45;cursor:default}.titles-item--active{background:#6b5b3e;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0}.titles-item--active .titles-item__label{color:#fcf3e0}.titles-item--active .titles-item__desc{color:#d4c8b0}.titles-item__header{display:flex;align-items:center;justify-content:space-between}.titles-item__label{font-size:15px;font-weight:700;color:#4a3f2f}.titles-item__badge{font-size:10px;font-weight:700;color:#6b5b3e;padding:2px 8px;border-radius:6px;background:#ddd5c4;box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.titles-item__badge--active{color:#fcf3e0;background:#544832;box-shadow:inset 2px 2px 4px #3d3425,inset -2px -2px 4px #6b5b3e}.titles-item__bottom{display:flex;align-items:center;justify-content:space-between}.titles-item__desc{font-size:12px;font-weight:600;color:#8b7355}.titles-item__rate{font-size:11px;font-weight:600;color:#b0a48e;flex-shrink:0}.titles-item--active .titles-item__rate{color:#a89878}.settings-screen{position:fixed;inset:0;display:flex;flex-direction:column;background:#ddd5c4;z-index:100;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.settings-screen__header{max-width:400px;width:100%;margin:0 auto;padding:24px 16px 12px;flex-shrink:0}.settings-screen__scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:6px}.settings-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;margin:0 auto;padding:0 16px 40px;position:relative}.settings-back{position:absolute;top:40px;left:32px;width:40px;height:40px;padding:8px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#8b7355;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.settings-back:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.settings-back svg{width:100%;height:100%}.settings-sections{width:100%;display:flex;flex-direction:column;gap:24px}.settings-section{display:flex;flex-direction:column;gap:12px}.settings-section-label{font-size:11px;font-weight:700;color:#a0937d;letter-spacing:2px;text-transform:uppercase}.settings-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;background:#ddd5c4;box-shadow:inset 2px 2px 5px #beb7a8,inset -2px -2px 5px #fcf3e0}.settings-row-label{font-size:13px;font-weight:700;color:#4a3f2f;min-width:32px}.settings-slider{flex:1;-webkit-appearance:none;appearance:none;height:6px;border-radius:3px;background:#ccc4b3;outline:none}.settings-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#6b5b3e;box-shadow:0 2px 6px #4a3f2f4d;cursor:pointer;transition:transform .1s ease}.settings-slider::-webkit-slider-thumb:active{transform:scale(1.15)}.settings-slider::-moz-range-thumb{width:22px;height:22px;border:none;border-radius:50%;background:#6b5b3e;box-shadow:0 2px 6px #4a3f2f4d;cursor:pointer}.settings-row-value{font-size:12px;font-weight:700;color:#a0937d;min-width:28px;text-align:right}.settings-link-btn{width:100%;padding:14px 16px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#4a3f2f;font-size:14px;font-weight:700;text-align:left;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent;display:flex;justify-content:space-between;align-items:center}.settings-link-btn__value{font-size:12px;font-weight:600;color:#a0937d}.settings-link-btn:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.settings-footer{margin-top:40px;display:flex;flex-direction:column;align-items:center;gap:4px}.settings-version{font-size:11px;color:#b0a48e;letter-spacing:.5px}.settings-uid{font-size:10px;color:#c8bfb0;font-family:monospace;letter-spacing:.5px}.settings-popup{display:flex;flex-direction:column;gap:16px;padding:24px;background:#ddd5c4;border-radius:20px;min-width:240px}.settings-popup-title{font-size:16px;font-weight:800;color:#4a3f2f;text-align:center;letter-spacing:2px}.settings-popup-body{display:flex;flex-direction:column;gap:8px}.settings-credit-row{display:flex;flex-direction:column;align-items:center;gap:2px}.settings-credit-role{font-size:11px;color:#a0937d;font-weight:600}.settings-credit-name{font-size:15px;color:#4a3f2f;font-weight:700}.settings-credit-tbd{font-size:12px;color:#c8bfb0;font-style:italic;font-weight:600}.settings-popup-close{padding:10px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#8b7355;font-size:13px;font-weight:700;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.settings-popup-close:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.settings-lang-list{display:flex;flex-direction:column;gap:6px}.settings-lang-item{padding:12px 16px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;font-size:14px;font-weight:700;color:#4a3f2f;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.settings-lang-item--active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0;color:#6b5b3e}.settings-lang-item:active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.shop-screen{position:fixed;inset:0;display:flex;flex-direction:column;background:#ddd5c4;z-index:100;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.shop-screen__header{max-width:400px;width:100%;margin:0 auto;padding:24px 16px 12px;flex-shrink:0}.shop-screen__scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:6px}.shop-screen__content{display:flex;flex-direction:column;align-items:center;gap:16px;padding:0 16px 40px;width:100%;max-width:400px;margin:0 auto}.shop-section-title{font-size:16px;font-weight:700;color:#6b5b3e;align-self:flex-start;margin-top:8px}.shop-card{width:100%;display:flex;flex-direction:column;gap:10px;padding:14px 16px;border-radius:14px;background:#ddd5c4;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0}.shop-card__header{display:flex;align-items:center;gap:12px}.shop-color-tabs{display:flex;gap:5px;justify-content:center}.shop-color-tab{width:22px;height:22px;border:2px solid transparent;border-radius:50%;cursor:pointer;transition:all .1s ease;-webkit-tap-highlight-color:transparent;box-shadow:1px 1px 3px #beb7a8,-1px -1px 3px #fcf3e0}.shop-color-tab--active{border-color:#4a3f2f;box-shadow:inset 1px 1px 3px #00000026}.shop-preview-grid{display:flex;gap:4px;justify-content:center;flex-wrap:wrap}.shop-preview-img{width:120px;height:120px;object-fit:contain}.shop-preview-grid--3x3{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;justify-items:center}.shop-preview-img--lg{width:64px;height:64px}.shop-item{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:14px;background:#ddd5c4;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0}.shop-item__preview{width:44px;height:44px;flex-shrink:0}.shop-item__img{width:100%;height:100%;object-fit:contain}.shop-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.shop-item__name{font-size:15px;font-weight:700;color:#4a3f2f}.shop-item__desc{font-size:12px;color:#a0937d}.shop-item__timer{font-size:11px;font-weight:600;color:#b05050}.shop-item__btn{flex-shrink:0;padding:8px 16px;border:none;border-radius:10px;background:#6b5b3e;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.shop-item__btn:active{box-shadow:inset 3px 3px 6px #544832,inset -3px -3px 6px #82704a}.shop-item__btn:disabled{opacity:.5;cursor:default}.shop-item__btn--owned{background:#c4baa8;color:#6b5b3e;cursor:default}.shop-item__btn--owned:active{box-shadow:none}.shop-item__btn--dev{background:#b05050;color:#fff}.shop-restore-btn{margin-top:16px;padding:10px 20px;border:none;border-radius:10px;background:transparent;color:#8b7355;font-size:13px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.shop-restore-btn:disabled{opacity:.5;cursor:default}.shop-back-btn{margin-top:12px;padding:14px 40px;border:none;border-radius:14px;background:#ddd5c4;box-shadow:5px 5px 10px #beb7a8,-5px -5px 10px #fcf3e0;color:#4a3f2f;font-size:16px;font-weight:700;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.shop-back-btn:active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.admin-screen{position:fixed;inset:0;background:#ddd5c4;z-index:100;overflow-y:auto;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.admin-screen__content{max-width:400px;margin:0 auto;padding:24px 16px 40px;display:flex;flex-direction:column;gap:12px}.admin-my-id{font-size:11px;color:#a0937d;word-break:break-all;text-align:center}.admin-flash{padding:8px 12px;border-radius:8px;background:#6b5b3e;color:#fff;font-size:13px;font-weight:600;text-align:center;animation:admin-flash-in .2s ease}@keyframes admin-flash-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.admin-tabs{display:flex;gap:8px}.admin-tab{flex:1;padding:10px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;font-size:14px;font-weight:700;color:#8b7355;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.admin-tab--active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0;color:#4a3f2f}.admin-section{display:flex;flex-direction:column;gap:12px}.admin-section-title{font-size:15px;font-weight:700;color:#6b5b3e;margin-top:4px}.admin-form{display:flex;flex-direction:column;gap:10px}.admin-label{display:flex;flex-direction:column;gap:3px;font-size:12px;font-weight:600;color:#8b7355}.admin-label-text{font-size:12px;font-weight:600;color:#8b7355}.admin-input{padding:8px 10px;border:none;border-radius:8px;background:#ddd5c4;box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0;font-size:14px;color:#4a3f2f;outline:none}.admin-input:focus{box-shadow:inset 3px 3px 6px #b5ae9f,inset -3px -3px 6px #fcf3e0}.admin-row{display:flex;gap:8px}.admin-row .admin-input{flex:1}.admin-image-section{display:flex;flex-direction:column;gap:6px}.admin-image-section--dragover{outline:2px dashed #6b5b3e;outline-offset:2px;border-radius:10px;background:#6b5b3e0d}.admin-image-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.admin-image-item{display:flex;flex-direction:column;align-items:center;gap:2px;cursor:pointer;border-radius:8px;padding:2px;transition:outline .1s ease}.admin-image-item--dragover{outline:2px dashed #6b5b3e;outline-offset:-2px}.admin-image-color{width:36px;height:36px;border-radius:8px}.admin-image-preview{width:36px;height:36px;border-radius:8px;object-fit:contain}.admin-image-input{display:none}.admin-image-label{font-size:10px;color:#8b7355;font-weight:600}.admin-btn{padding:10px 16px;border:none;border-radius:10px;background:#6b5b3e;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.admin-btn:active{box-shadow:inset 3px 3px 6px #544832,inset -3px -3px 6px #82704a}.admin-btn:disabled{opacity:.5;cursor:default}.admin-btn--small{padding:6px 12px;font-size:12px;white-space:nowrap;flex-shrink:0}.admin-btn--danger{background:#b05050;font-size:12px;padding:6px 12px}.admin-empty{font-size:13px;color:#a0937d;text-align:center}.admin-skin-list{display:flex;flex-direction:column;gap:8px}.admin-skin-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0}.admin-skin-thumb{width:36px;height:36px;object-fit:contain;border-radius:6px}.admin-skin-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.admin-skin-id{font-size:13px;font-weight:700;color:#4a3f2f}.admin-skin-meta{font-size:11px;color:#a0937d}.admin-ent-list{display:flex;flex-direction:column;gap:4px}.admin-ent-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;border-radius:6px;background:#e8dece;font-size:12px;color:#4a3f2f;font-weight:600}.admin-btn--delete{border:none;background:transparent;color:#b05050;font-size:13px;font-weight:800;cursor:pointer;padding:2px 6px;line-height:1}.admin-btn--delete:disabled{opacity:.4;cursor:default}.admin-user-row{display:flex;gap:12px;padding:8px 10px;border:none;border-radius:6px;background:#e8dece;font-size:12px;color:#4a3f2f;font-weight:600;cursor:pointer;width:100%;text-align:left}.admin-user-row:active{background:#ddd2c0}.admin-match-list{display:flex;flex-direction:column;gap:6px}.admin-match-item{padding:8px 10px;border-radius:8px;background:#e8dece;border-left:3px solid transparent;display:flex;flex-direction:column;gap:3px}.admin-match--win{border-left-color:var(--color-accent-red)}.admin-match--lose{border-left-color:var(--color-accent-blue)}.admin-match--void{border-left-color:#888}.admin-match-top{display:flex;align-items:center;gap:8px}.admin-match-result{font-size:12px;font-weight:700;color:#4a3f2f}.admin-match-score{font-size:13px;font-weight:700;color:#4a3f2f}.admin-match-delta{font-size:11px;font-weight:700}.admin-match-delta--plus{color:var(--color-accent-red)}.admin-match-delta--minus{color:var(--color-accent-blue)}.admin-match-bottom{display:flex;gap:8px;font-size:10px;font-weight:600;color:#8b7355;flex-wrap:wrap}.admin-user-profile{display:flex;flex-direction:column;gap:2px;padding:10px 12px;border-radius:10px;background:#ddd5c4;box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.admin-user-profile__header{display:flex;align-items:center;gap:10px}.admin-user-profile__bird{width:40px;height:40px;object-fit:contain}.admin-user-profile__name{font-size:15px;font-weight:700;color:#4a3f2f;display:block}.admin-user-profile__stats{font-size:12px;font-weight:600;color:#8b7355}.admin-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0}.admin-toggle-label{font-size:13px;font-weight:600;color:#8b7355}.admin-toggle{position:relative;width:44px;height:24px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0;cursor:pointer;padding:0;transition:background .2s ease;-webkit-tap-highlight-color:transparent}.admin-toggle--on{background:#6b5b3e;box-shadow:inset 2px 2px 4px #544832,inset -2px -2px 4px #82704a}.admin-toggle__knob{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#f5ede0;box-shadow:1px 1px 3px #00000026;transition:transform .2s ease}.admin-toggle--on .admin-toggle__knob{transform:translate(20px);background:#fff}.admin-back-btn{margin-top:8px;padding:14px 40px;border:none;border-radius:14px;background:#ddd5c4;box-shadow:5px 5px 10px #beb7a8,-5px -5px 10px #fcf3e0;color:#4a3f2f;font-size:16px;font-weight:700;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent;align-self:center}.admin-back-btn:active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.admin-bug-row{display:flex;gap:12px;align-items:center;padding:8px 12px;border:none;background:#f5efe4;border-radius:8px;cursor:pointer;font-size:12px;color:#4a3f2f;width:100%;text-align:left;margin-bottom:4px}.admin-bug-row:hover{background:#ece5d4}.admin-bug-status{font-size:10px;font-weight:700;padding:2px 6px;border-radius:4px;white-space:nowrap}.admin-bug-status--open{background:#e8c44a;color:#4a3f2f}.admin-bug-status--investigating{background:#5b9bd5;color:#fff}.admin-bug-status--resolved{background:#6bab6b;color:#fff}.admin-bug-status--wontfix{background:#b0a898;color:#fff}.admin-bug-filters{display:flex;gap:4px;margin-bottom:8px;flex-wrap:wrap}.admin-bug-filter{padding:4px 10px;border:1px solid #c8c0b0;border-radius:6px;background:#f5efe4;color:#8b7355;font-size:11px;font-weight:600;cursor:pointer}.admin-bug-filter--active{background:#6b5b3e;color:#fff;border-color:#6b5b3e}.admin-bug-detail__row{display:flex;gap:8px;padding:4px 0;font-size:13px;border-bottom:1px solid #e8e0d0}.admin-bug-detail__label{font-weight:700;color:#8b7355;min-width:80px}.admin-bug-pre{background:#2d2a24;color:#e0d8c8;padding:12px;border-radius:8px;font-size:11px;line-height:1.5;overflow-x:auto;max-height:300px;overflow-y:auto;white-space:pre-wrap;word-break:break-all}.admin-bug-log{display:flex;gap:6px}.admin-bug-log--warn{color:#f5c842}.admin-bug-log--error{color:#e85050}.admin-bug-log__time{color:#8b8070}.admin-bug-log__level{font-weight:700}.admin-bug-screenshot{width:100%;max-width:300px;border-radius:8px;border:1px solid #c8c0b0;margin-bottom:12px}.message-toast{position:absolute;left:16px;z-index:900;display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:#4a3f2f;border-radius:8px;color:#fff;font-size:13px;pointer-events:none;white-space:nowrap}.message-toast--top{top:100%;margin-top:6px}.message-toast--top:before{content:"";position:absolute;top:-6px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #4a3f2f}.message-toast--bottom{bottom:100%;margin-bottom:6px}.message-toast--bottom:before{content:"";position:absolute;bottom:-6px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #4a3f2f}.dev-platform-toggle{position:fixed;top:6px;left:50%;transform:translate(-50%);z-index:9999;display:flex;gap:2px;padding:3px;background:#000000b3;border-radius:6px}.dev-platform-toggle__btn{padding:2px 8px;border:none;border-radius:4px;background:transparent;color:#ffffff80;font-size:11px;font-family:monospace;cursor:pointer;transition:all .1s}.dev-platform-toggle__btn--active{background:#fff;color:#000}.dev-platform-toggle__sep{width:1px;margin:0 2px;background:#fff3}.dev-platform-toggle__flag{padding:2px 6px;border-radius:4px;color:#ffffff59;font-size:10px;font-family:monospace}.dev-platform-toggle__flag--on{color:#4ade80}.dev-sound-panel{position:fixed;bottom:6px;right:6px;z-index:9999}.dev-sound-toggle{padding:3px 8px;border:none;border-radius:6px;background:#000000b3;color:#ffffffb3;font-size:11px;font-family:monospace;cursor:pointer}.dev-sound-list{position:absolute;bottom:calc(100% + 4px);right:0;display:flex;flex-direction:column;gap:2px;padding:6px;background:#000000d9;border-radius:8px;min-width:160px}.dev-sound-hint{font-size:10px;color:#ffffff80;font-family:monospace;text-align:center;padding-bottom:4px}.dev-sound-slot{display:flex;align-items:center;gap:6px;padding:4px 6px;border-radius:4px;border:1px solid transparent;transition:border-color .1s}.dev-sound-slot--over{border-color:#4ade80}.dev-sound-slot__indicator{width:8px;height:8px;border-radius:50%;background:#fff3;flex-shrink:0}.dev-sound-slot__indicator--on{background:#4ade80}.dev-sound-slot__info{display:flex;flex-direction:column;flex:1;min-width:0}.dev-sound-slot__label{font-size:11px;color:#ffffffb3;font-family:monospace;white-space:nowrap}.dev-sound-slot__desc{font-size:9px;color:#ffffff59;font-family:monospace;white-space:nowrap}.dev-sound-slot__file{font-size:11px;color:#fff6;font-family:monospace;white-space:nowrap}.dev-sound-slot__btn{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;border-radius:3px;background:#ffffff26;color:#ffffffb3;font-size:10px;font-family:monospace;cursor:pointer;padding:0}.dev-sound-slot__btn:hover{background:#ffffff40}.title-popup-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080;z-index:500}.title-popup{display:flex;flex-direction:column;align-items:center;gap:8px;padding:36px 44px 28px;border-radius:24px;background:#ddd5c4;box-shadow:none;transform:scale(.7);opacity:0;transition:transform .4s cubic-bezier(.34,1.56,.64,1),opacity .3s ease;min-width:260px;max-width:320px}.title-popup--show{transform:scale(1);opacity:1}.title-popup__icon{width:48px;height:48px;padding:10px;border-radius:50%;background:#ddd5c4;box-shadow:4px 4px 8px #beb7a8,-4px -4px 8px #fcf3e0;color:#d4845a;margin-bottom:4px}.title-popup__icon svg{width:100%;height:100%}.title-popup__heading{font-size:12px;font-weight:700;color:#a0937d;letter-spacing:1px}.title-popup__divider{width:40px;height:2px;border-radius:1px;background:#ccc4b3;margin:2px 0}.title-popup__title{font-size:24px;font-weight:800;color:#4a3f2f;text-align:center;line-height:1.3}.title-popup__desc{font-size:12px;font-weight:600;color:#8b7355;text-align:center}.title-popup__btn{margin-top:12px;padding:10px 40px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#4a3f2f;font-size:14px;font-weight:700;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.title-popup__btn:active{box-shadow:inset 3px 3px 6px #beb7a8,inset -3px -3px 6px #fcf3e0}.replay-hud-top{position:fixed;top:0;left:0;right:0;z-index:40;padding:env(safe-area-inset-top,0px) 0 0}.replay-info-bar{display:flex;justify-content:center;align-items:center;gap:12px;padding:8px 16px;font-size:13px;font-weight:700;color:#4a3f2f;background:#ddd5c4}.replay-seek{display:block;width:calc(100% - 32px);margin:12px auto 0;height:4px;-webkit-appearance:none;appearance:none;background:#beb7a8;border-radius:2px;outline:none}.replay-seek::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#4a3f2f;cursor:pointer}.replay-hud-bottom{position:fixed;bottom:0;left:0;right:0;z-index:40;padding:0 0 env(safe-area-inset-bottom,0px);background:#ddd5c4}.replay-controls{display:flex;justify-content:center;align-items:center;gap:12px;padding:12px 16px 16px}.replay-controls__btn{width:48px;height:48px;border-radius:14px;border:none;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4a3f2f;transition:box-shadow .15s}.replay-controls__btn:active:not(:disabled){box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.replay-controls__btn:disabled{opacity:.35;cursor:default}.replay-controls__btn svg{width:22px;height:22px}.replay-controls__btn--back{width:40px;height:40px;border-radius:12px}.replay-controls__btn--speed{width:auto;padding:0 14px;font-size:13px;font-weight:800;border-radius:12px;height:40px}.migration-screen{position:fixed;inset:0;display:flex;flex-direction:column;background:#ddd5c4;z-index:100;padding:env(safe-area-inset-top,0px) env(safe-area-inset-right,0px) env(safe-area-inset-bottom,0px) env(safe-area-inset-left,0px)}.migration-screen__header{max-width:400px;width:100%;margin:0 auto;padding:24px 16px 12px;flex-shrink:0}.migration-screen__scroll{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding-top:6px}.migration-content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;margin:0 auto;padding:0 16px 40px}.migration-menu{width:100%;display:flex;flex-direction:column;gap:24px}.migration-desc{font-size:13px;color:#6b5b3e;line-height:1.8;text-align:center}.migration-buttons{display:flex;flex-direction:column;gap:12px}.migration-btn{width:100%;padding:14px 16px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#4a3f2f;font-size:14px;font-weight:700;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent}.migration-btn:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.migration-btn:disabled{opacity:.5;pointer-events:none}.migration-code-display{width:100%;display:flex;flex-direction:column;align-items:center;gap:12px}.migration-code-label{font-size:13px;color:#6b5b3e;font-weight:600}.migration-code-box{padding:16px 32px;border-radius:12px;background:#ddd5c4;box-shadow:inset 2px 2px 5px #beb7a8,inset -2px -2px 5px #fcf3e0;cursor:pointer;-webkit-tap-highlight-color:transparent}.migration-code-text{font-size:28px;font-weight:800;color:#4a3f2f;letter-spacing:4px;font-family:monospace}.migration-copy-hint{font-size:11px;color:#a0937d}.migration-timer{font-size:14px;font-weight:700;color:#8b7355}.migration-timer--expired{color:#c45050}.migration-enter{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.migration-enter-label{font-size:13px;color:#6b5b3e;font-weight:600}.migration-input{width:100%;max-width:240px;padding:14px 16px;border:none;border-radius:12px;background:#ddd5c4;box-shadow:inset 2px 2px 5px #beb7a8,inset -2px -2px 5px #fcf3e0;font-size:22px;font-weight:700;color:#4a3f2f;text-align:center;letter-spacing:3px;font-family:monospace;outline:none}.migration-input::placeholder{color:#c8bfb0;letter-spacing:3px}.migration-error{margin-top:16px;font-size:13px;font-weight:600;color:#c45050;text-align:center}.migration-popup{display:flex;flex-direction:column;gap:16px;padding:24px;background:#ddd5c4;border-radius:20px;min-width:260px}.migration-popup-message{font-size:14px;font-weight:600;color:#4a3f2f;text-align:center;line-height:1.6}.migration-popup-buttons{display:flex;gap:8px}.migration-popup-btn{flex:1;padding:10px;border:none;border-radius:10px;background:#ddd5c4;box-shadow:3px 3px 6px #beb7a8,-3px -3px 6px #fcf3e0;color:#8b7355;font-size:13px;font-weight:700;cursor:pointer;transition:all .12s ease;-webkit-tap-highlight-color:transparent}.migration-popup-btn:active{box-shadow:inset 2px 2px 4px #beb7a8,inset -2px -2px 4px #fcf3e0}.migration-popup-btn--danger{color:#c45050}
