:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:16px/145% system-ui,Hiragino Kaku Gothic Pro,Meiryo,sans-serif}body{background:#1a1a4e;margin:0}#root{flex-direction:column;width:100%;max-width:100%;min-height:100dvh;display:flex}button{font-family:inherit}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.app{color:#fff;background:linear-gradient(160deg,#1a1a4e 0%,#0d2d6e 50%,#1a3a5c 100%);flex-direction:column;height:100dvh;font-family:Hiragino Kaku Gothic Pro,Meiryo,sans-serif;display:flex;overflow:hidden}.app__header{text-align:center;background:#0000004d;border-bottom:2px solid gold;flex-shrink:0;padding:clamp(8px,1.4vh,12px) 16px}.app__title{color:gold;text-shadow:0 0 10px #ffd70080;letter-spacing:.1em;font-size:clamp(1.3rem,4.5vw,2rem)}.app__main{flex:1;min-height:0;display:flex;overflow-y:auto}.gameboard{flex-direction:row;align-items:stretch;gap:clamp(8px,1.5vw,16px);width:100%;max-width:1100px;min-height:100%;margin:0 auto;padding:clamp(8px,1.6vh,16px);display:flex}.gameboard__main{flex-direction:column;flex:auto;gap:clamp(6px,1.4vh,12px);min-width:0;display:flex}.gameboard__side{flex-direction:column;flex:0 0 clamp(220px,26vw,300px);gap:8px;min-width:0;display:flex}.gameboard__side .gameboard__actions{flex-direction:column;align-items:stretch}.gameboard__side .gameboard__actions .btn{width:100%}.gameboard__side .battle-log{flex:auto;min-height:80px;max-height:none}@media (width<=720px){.gameboard{flex-direction:column}.gameboard__side{flex:none}.gameboard__side .gameboard__actions{flex-flow:wrap;justify-content:center}.gameboard__side .gameboard__actions .btn{width:auto}.gameboard__side .battle-log{flex:none;max-height:clamp(70px,12vh,110px)}}.gameboard__lifebars{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.life-bar{align-items:center;gap:8px;display:flex}.life-bar__label{white-space:nowrap;color:#adf;min-width:104px;font-size:.9rem}.life-bar__track{background:#ffffff26;border:1px solid #fff3;border-radius:9px;flex:1;height:18px;overflow:hidden}.life-bar__fill{border-radius:7px;height:100%;transition:width .4s}.life-bar__fill--high{background:linear-gradient(90deg,#22c55e,#4ade80)}.life-bar__fill--mid{background:linear-gradient(90deg,#f59e0b,#fcd34d)}.life-bar__fill--low{background:linear-gradient(90deg,#ef4444,#f87171)}.life-bar__value{text-align:right;color:gold;min-width:56px;font-size:1.15rem;font-weight:700}.field{background:#00000040;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;flex:1 1 0;min-height:120px;padding:8px;display:flex}.field--cpu{border-color:#ff505066}.field--you{border-color:#50b4ff66}.field__label{color:#ffffff80;text-align:center;letter-spacing:.05em;flex-shrink:0;margin-bottom:6px;font-size:.85rem}.field__cards{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.field__empty{color:#ffffff4d;text-align:center;width:100%;font-size:.95rem}.card{text-align:center;-webkit-user-select:none;user-select:none;background:linear-gradient(145deg,#1e3a6e,#2d5a9e);border:2px solid #4a8ad4;border-radius:10px;width:clamp(84px,12vw,104px);padding:8px 6px;transition:transform .15s,box-shadow .15s;position:relative;box-shadow:0 4px 12px #0006}.card--selectable{cursor:pointer;border-color:gold;box-shadow:0 0 12px #ffd70080}.card--selectable:hover{transform:translateY(-4px);box-shadow:0 8px 20px #ffd70099}.card--selected{border-color:#ff6b35;transform:translateY(-6px);box-shadow:0 0 16px #ff6b35b3}.card--attacked{opacity:.5;filter:grayscale(.5)}.card__emoji{margin-bottom:2px;font-size:clamp(2rem,5vw,2.6rem);line-height:1}.card__name{color:#dff;margin-bottom:4px;font-size:.8rem;font-weight:700}.card__stats{justify-content:center;gap:5px;font-size:.7rem;display:flex}.card__atk{color:#ff9}.card__def{color:#9ff}.card--defense{background:linear-gradient(145deg,#1e4a4a,#2d6e6e);border-color:#4ad4c4}.card__pos-badge{border-radius:4px;margin-bottom:3px;padding:1px 4px;font-size:.5rem;font-weight:700;display:inline-block}.card__pos-badge--atk{color:#ffb38a;background:#ff6b3540}.card__pos-badge--def{color:#9ff;background:#4ad4c440}.card__stat--active{font-weight:700}.card__stat--dim{opacity:.4}.card__attacked-label{color:#fff;background:#969696e6;border-radius:4px;padding:1px 3px;font-size:.45rem;position:absolute;top:-6px;right:-6px}.card__new-label{color:#fff;background:#ff6b35;border-radius:4px;padding:1px 4px;font-size:.5rem;font-weight:700;position:absolute;top:-6px;left:-6px}.battle-log{background:#0006;border:1px solid #ffffff1a;border-radius:8px;flex-shrink:0;max-height:clamp(70px,12vh,110px);padding:8px 12px;font-size:.88rem;overflow-y:auto}.battle-log__entry{color:#cde;border-bottom:1px solid #ffffff0d;padding:2px 0;line-height:1.4}.battle-log__entry:last-child{color:#fff;border-bottom:none;font-weight:700}.gameboard__actions{flex-wrap:wrap;flex-shrink:0;justify-content:center;gap:8px;display:flex}.gameboard__phase{text-align:center;color:#ffd;flex-shrink:0;font-size:.95rem;font-weight:700}.gameboard__cpu-turn{text-align:center;color:#fca;font-size:1.05rem;animation:1s ease-in-out infinite pulse}.gameboard__first-turn-note{text-align:center;color:#adf;background:#ffffff0f;border:1px solid #ffffff26;border-radius:8px;padding:8px 12px;font-size:.85rem}.gameboard__battle-hint{text-align:center;color:gold;background:#ffd7001a;border:1px solid #ffd7004d;border-radius:8px;flex-shrink:0;padding:8px 12px;font-size:.9rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.turn-cutin{pointer-events:none;z-index:1500;justify-content:center;align-items:center;display:flex;position:fixed;inset:0;overflow:hidden}.turn-cutin__banner{text-align:center;white-space:nowrap;color:#fff;letter-spacing:.08em;text-shadow:0 2px 12px #000000d9;border-top:3px solid gold;border-bottom:3px solid gold;width:100%;padding:clamp(12px,3vh,24px) clamp(16px,6vw,48px);font-size:clamp(1.6rem,7vw,3rem);font-weight:700;animation:1.4s cubic-bezier(.2,.7,.2,1) forwards cutin}.turn-cutin__banner--you{background:linear-gradient(100deg,#14285a00 0%,#143c8cf0 20%,#286edcf0 80%,#14285a00 100%)}.turn-cutin__banner--cpu{background:linear-gradient(100deg,#5a141e00 0%,#8c1e28f0 20%,#dc3c46f0 80%,#5a141e00 100%);border-color:#ff5a5a}@keyframes cutin{0%{opacity:0;transform:translate(-60%)}20%{opacity:1;transform:translate(0)}78%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(60%)}}@media (prefers-reduced-motion:reduce){.turn-cutin__banner{animation:1.4s forwards cutin-fade}@keyframes cutin-fade{0%{opacity:0}20%,78%{opacity:1}to{opacity:0}}}.btn{cursor:pointer;border:none;border-radius:10px;min-height:48px;padding:10px 22px;font-family:inherit;font-size:1.05rem;font-weight:700;transition:transform .1s,filter .1s}.btn:active{transform:scale(.96)}.btn--battle{color:#fff;background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b66}.btn--direct{color:#fff;background:linear-gradient(135deg,#ef4444,#b91c1c);box-shadow:0 4px 12px #ef444466}.btn--end{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 12px #6366f166}.btn--restart{color:#fff;background:linear-gradient(135deg,#22c55e,#15803d);padding:14px 30px;font-size:1.2rem;box-shadow:0 6px 20px #22c55e66}.hand{background:#0003;border-top:2px solid #50b4ff4d;border-radius:10px;flex-shrink:0;padding:8px}.hand__label{color:#ffffff80;text-align:center;margin-bottom:6px;font-size:.85rem}.hand__cards{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.hand-card{text-align:center;-webkit-user-select:none;user-select:none;background:linear-gradient(145deg,#2d1a6e,#4a2d9e);border:2px solid #7a6ad4;border-radius:10px;width:clamp(72px,10vw,92px);padding:8px;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 10px #0006}.hand-card--playable{cursor:pointer;border-color:#a78bfa}.hand-card--playable:hover{border-color:gold;transform:translateY(-8px);box-shadow:0 10px 24px #a78bfa99}.hand-card--disabled{opacity:.5;cursor:default}.hand-card__emoji{font-size:clamp(1.7rem,4.5vw,2.2rem);line-height:1}.hand-card__name{color:#ddf;margin:2px 0;font-size:.72rem;font-weight:700}.hand-card__stats{color:#ff9;font-size:.68rem}.hand-card__lock{color:#fca;margin-top:2px;font-size:.58rem}.modal-overlay{z-index:100;background:#000000bf;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal-box{text-align:center;background:linear-gradient(145deg,#1e2d5a,#2d3d7a);border:3px solid gold;border-radius:20px;width:100%;max-width:360px;padding:24px 20px;box-shadow:0 20px 60px #000000b3,0 0 40px #ffd70033}.modal__prompt{color:gold;letter-spacing:.05em;text-shadow:0 0 10px #ffd70066;margin-bottom:20px;font-size:1.4rem;font-weight:700}.modal__choices{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px;display:grid}.choice-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:3px solid #fff3;border-radius:12px;min-height:70px;padding:16px 12px;font-family:inherit;font-size:2rem;transition:transform .15s,background .15s,border-color .15s}.choice-btn:not(:disabled):hover{background:#fff3;border-color:gold;transform:scale(1.05)}.choice-btn:disabled{cursor:default}.choice-btn--correct{box-shadow:0 0 16px #22c55e80;background:#22c55e4d!important;border-color:#22c55e!important}.choice-btn--incorrect{background:#ef444433!important;border-color:#ef4444!important}.modal__result{border-radius:10px;margin-bottom:14px;padding:12px;font-size:1.1rem;font-weight:700;line-height:1.5}.modal__result--correct{color:#4ade80;background:#22c55e33;border:2px solid #22c55e}.modal__result--incorrect{color:#fdba74;background:#fb923c26;border:2px solid #fb923c}.result-mark{margin-right:6px;font-size:1.8rem}.modal__next-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:12px;min-height:48px;padding:12px 30px;font-family:inherit;font-size:1rem;font-weight:700;transition:transform .1s}.modal__next-btn:active{transform:scale(.96)}.modal__cancel-btn{color:#cde;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:12px;min-height:44px;margin-top:12px;padding:10px 22px;font-family:inherit;font-size:.85rem;transition:transform .1s,background .1s}.modal__cancel-btn:active{transform:scale(.96)}.modal__cancel-btn:hover{background:#ffffff2e}.winner-overlay{z-index:200;background:#000c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.winner-box{text-align:center;background:linear-gradient(145deg,#1a1a4e,#2d2d7a);border:4px solid gold;border-radius:24px;width:100%;max-width:360px;padding:40px 32px;box-shadow:0 20px 60px #000c,0 0 60px #ffd7004d}.winner-emoji{margin-bottom:16px;font-size:5rem;animation:.6s infinite alternate bounce}@keyframes bounce{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.winner-text{letter-spacing:.05em;margin-bottom:24px;font-size:1.8rem;font-weight:700}.winner-text--win{color:gold;text-shadow:0 0 20px #ffd70099}.winner-text--lose{color:#fca5a5}.app__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding-left:64px;display:flex}.btn--title{color:#fff;background:#ffffff26;border:1px solid #ffffff4d;min-height:32px;padding:6px 12px;font-size:.75rem}.btn--to-title{color:#fff;background:linear-gradient(135deg,#6b7280,#4b5563);margin-top:8px;padding:10px 20px;font-size:.9rem;box-shadow:0 4px 12px #0000004d}.hand-card--magic{background:linear-gradient(145deg,#0e3a6e,#1a5a9e);border-color:#60a5fa}.hand-card--magic.hand-card--playable{border-color:#93c5fd}.hand-card--magic.hand-card--playable:hover{border-color:#bfdbfe;box-shadow:0 10px 24px #60a5fa99}.hand-card--trap{background:linear-gradient(145deg,#3b1a6e,#5a2d9e);border-color:#a78bfa}.hand-card--trap.hand-card--playable{border-color:#c4b5fd}.hand-card--trap.hand-card--playable:hover{border-color:#ddd6fe;box-shadow:0 10px 24px #a78bfa99}.hand-card--monster{background:linear-gradient(145deg,#2d1a6e,#4a2d9e);border-color:#7a6ad4}.field__traps{flex-wrap:wrap;justify-content:flex-end;gap:6px;margin-top:6px;display:flex}.trap-card{text-align:center;background:linear-gradient(145deg,#3b1a6e,#5a2d9e);border:2px solid #a78bfa;border-radius:8px;width:60px;padding:4px 6px;font-size:.5rem}.trap-card--strong{border-color:gold;box-shadow:0 0 8px #ffd70066}.trap-card__emoji{font-size:1.2rem;line-height:1}.trap-card__name{color:#c4b5fd;margin-top:2px;font-size:.45rem}.gameboard__target-hint{text-align:center;color:gold;background:#ffd7001a;border:1px solid #ffd7004d;border-radius:8px;flex-shrink:0;padding:8px 12px;font-size:1rem;animation:1s ease-in-out infinite pulse}.btn--cancel-target{color:#cde;background:#ffffff1f;border:1px solid #ffffff4d;margin:8px auto 0;padding:6px 16px;font-size:.8rem;display:block}.modal__kind-label{color:#a78bfa;letter-spacing:.05em;margin-bottom:8px;font-size:.85rem;font-weight:700}.title-screen{background:linear-gradient(160deg,#1a1a4e 0%,#0d2d6e 50%,#1a3a5c 100%);flex-direction:column;justify-content:center;align-items:center;gap:40px;min-height:100dvh;padding:20px;display:flex}.title-screen__logo{text-align:center}.title-screen__emoji{margin-bottom:16px;font-size:4rem;animation:.8s infinite alternate bounce}.title-screen__title{color:gold;text-shadow:0 0 20px #ffd70080;letter-spacing:.1em;font-size:clamp(2rem,8vw,3.5rem);font-weight:700;line-height:1.3}.title-screen__sub{color:#adf;margin-top:12px;font-size:1.1rem}.title-screen__stages{width:100%;max-width:340px;margin:8px 0}.title-screen__stages-label{color:gold;text-align:center;margin-bottom:8px;font-size:.9rem}.title-screen__stage-clear{color:#6ee7a8;margin-top:4px;font-size:.8rem;display:block}.stage-list{flex-direction:column;gap:8px;max-height:46vh;display:flex;overflow-y:auto}.stage-item{color:#cde;cursor:pointer;text-align:left;background:#ffffff0d;border:1px solid #fff3;border-radius:10px;align-items:center;gap:10px;padding:10px 12px;font-family:inherit;display:flex}.stage-item--cleared{background:#6ee7a814;border-color:#6ee7a880}.stage-item--current{background:#ffd7001f;border-color:gold;box-shadow:0 0 10px #ffd7004d}.stage-item--locked{opacity:.45;cursor:default}.stage-item__no{color:#adf;flex-shrink:0;width:64px;font-size:.7rem}.stage-item__name{color:#fff;flex:1;font-size:.95rem;font-weight:700}.stage-item__mark{flex-shrink:0;font-size:.75rem}.stage-item--cleared .stage-item__mark{color:#6ee7a8}.stage-item--current .stage-item__mark{color:gold;font-weight:700}.title-screen__buttons{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:300px;display:flex}.pack-reward{background:#ffd7001a;border:1px solid #ffd70066;border-radius:14px;margin:14px 0;padding:14px}.pack-reward__title{color:gold;margin-bottom:10px;font-size:1.1rem;font-weight:700}.pack-reward__cards{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.pack-card{background:#ffffff0f;border:1px solid #fff3;border-radius:10px;flex-direction:column;align-items:center;gap:4px;min-width:72px;padding:10px 8px;display:flex}.pack-card--magic{border-color:#60a5fa80}.pack-card--trap{border-color:#a78bfa80}.pack-card--monster{border-color:#ffd70066}.pack-card__emoji{font-size:2rem}.pack-card__name{color:#fff;text-align:center;font-size:.7rem}.pack-reward__hint{color:#adf;margin-top:10px;font-size:.8rem}.btn--start{color:#fff;background:linear-gradient(135deg,#22c55e,#15803d);width:100%;padding:18px 40px;font-size:1.4rem;box-shadow:0 6px 20px #22c55e80}.btn--customize{color:#fff;background:linear-gradient(135deg,#6366f1,#4f46e5);width:100%;padding:14px 30px;font-size:1.1rem;box-shadow:0 4px 12px #6366f166}.customize-screen{color:#fff;background:linear-gradient(160deg,#1a1a4e 0%,#0d2d6e 50%,#1a3a5c 100%);flex-direction:column;min-height:100dvh;font-family:Hiragino Kaku Gothic Pro,Meiryo,sans-serif;display:flex}.customize-screen__header{background:#0000004d;border-bottom:2px solid gold;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex}.customize-screen__title{color:gold;font-size:1.2rem;font-weight:700}.btn--back{color:#fff;background:#ffffff26;border:1px solid #ffffff4d;min-height:36px;padding:8px 16px;font-size:.85rem}.btn--reset{color:#fca5a5;background:#ef44444d;border:1px solid #ef444480;min-height:36px;padding:8px 14px;font-size:.8rem}.customize-screen__tabs{border-bottom:2px solid #ffffff1a;display:flex}.tab-btn{color:#fff9;cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:12px 8px;font-family:inherit;font-size:.9rem;font-weight:700;transition:background .15s,color .15s}.tab-btn--active{color:gold;background:#ffd7000d;border-bottom-color:gold}.tab-btn:hover:not(.tab-btn--active){color:#ffffffe6;background:#ffffff0d}.customize-screen__content{flex:1;width:100%;max-width:700px;margin:0 auto;padding:16px;overflow-y:auto}.zukan__hint{color:#adf;text-align:center;margin-bottom:12px;font-size:.9rem}.zukan__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-bottom:24px;display:grid}.zukan-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff26;border-radius:12px;padding:12px}.zukan-card--magic{background:#1e3a8a4d;border-color:#60a5fa66}.zukan-card--trap{background:#3b07644d;border-color:#a78bfa66}.zukan-card--monster{background:#1e3a644d;border-color:#ffd7004d}.zukan-card__emoji{margin-bottom:6px;font-size:2.5rem}.zukan-card__name{color:#fff;margin-bottom:4px;font-size:.85rem;font-weight:700}.zukan-card__kind{color:#adf;margin-bottom:4px;font-size:.65rem}.zukan-card__effect{color:gold;margin-bottom:4px;font-size:.6rem}.zukan-card__problem{color:#ffffff80;font-size:.6rem}.zukan__problems{border-top:1px solid #ffffff1a;margin-top:16px;padding-top:16px}.zukan__problems-title{color:gold;margin-bottom:10px;font-size:1rem}.zukan-problem{border-bottom:1px solid #ffffff0d;justify-content:space-between;padding:6px 0;font-size:.8rem;display:flex}.zukan-problem__prompt{color:#cde}.zukan-problem__answer{color:gold;font-weight:700}.zukan-problem--done .zukan-problem__prompt{color:#6ee7a8}.zukan-problem{align-items:center;gap:8px}.zukan-problem__prompt{flex:1;min-width:0}.zukan-problem--off{opacity:.5}.problem-toggle{cursor:pointer;border:1px solid #0000;border-radius:8px;flex-shrink:0;padding:4px 10px;font-family:inherit;font-size:.7rem}.problem-toggle--on{color:#6ee7a8;background:#6ee7a82e;border-color:#6ee7a880}.problem-toggle--off{color:#aaa;background:#ffffff14;border-color:#ffffff40}.genre{margin-top:16px}.genre__title{color:gold;border-left:4px solid gold;margin-bottom:8px;padding-left:8px;font-size:1rem}.subgenre{margin-bottom:12px}.subgenre__head{background:#ffffff0d;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;padding:6px 10px;display:flex}.subgenre__label{color:#cde;font-size:.85rem;font-weight:700}.subgenre__bulk{gap:6px;display:flex}.bulk-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;padding:5px 10px;font-family:inherit;font-size:.7rem}.bulk-btn--on{color:#6ee7a8;background:#6ee7a82e;border-color:#6ee7a880}.bulk-btn--off{color:#ccc;background:#ffffff14;border-color:#ffffff40}.mastered-summary{color:gold;background:#ffd7001a;border:1px solid #ffd7004d;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;padding:8px 12px;font-size:.9rem;display:flex}.btn--reset-mastered{color:#cde;background:#ffffff1a;border:1px solid #ffffff4d;padding:6px 12px;font-size:.75rem}.tsukekae__hint{color:#adf;text-align:center;margin-bottom:12px;font-size:.9rem}.tsukekae-row{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:8px;padding:10px;display:flex}.tsukekae-row--magic{border-color:#60a5fa4d}.tsukekae-row--trap{border-color:#a78bfa4d}.tsukekae-row__card{align-items:center;gap:8px;min-width:100px;display:flex}.tsukekae-row__emoji{font-size:1.5rem}.tsukekae-row__name{font-size:.85rem;font-weight:700}.tsukekae-row__select{flex:1;min-width:200px}.tsukekae-select{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;width:100%;padding:8px;font-family:inherit;font-size:.8rem}.tsukekae-select option{color:#fff;background:#1e2d5a}.deck-edit__hint{color:#adf;text-align:center;margin-bottom:12px;font-size:.78rem}.deck-row__owned{color:#6ee7a8;background:#6ee7a81f;border-radius:6px;padding:1px 6px;font-size:.62rem}.deck-edit__total{color:gold;text-align:center;background:#ffd7001a;border:1px solid #ffd7004d;border-radius:8px;margin-bottom:16px;padding:12px;font-size:1rem}.deck-edit__total--warn{color:#f87171;background:#ef44441a;border-color:#ef44444d}.deck-row{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:8px;padding:10px 12px;display:flex}.deck-row--magic{border-color:#60a5fa4d}.deck-row--trap{border-color:#a78bfa4d}.deck-row__card{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.deck-row__emoji{flex-shrink:0;font-size:1.8rem}.deck-row__info{flex-direction:column;gap:2px;min-width:0;display:flex}.deck-row__nameline{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.deck-row__name{font-size:.85rem;font-weight:700}.deck-row__kind{color:#adf;font-size:.65rem}.deck-row__effect{color:gold;font-size:.7rem}.deck-row__count{align-items:center;gap:10px;display:flex}.deck-btn{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-family:inherit;font-size:1.2rem;transition:background .15s,transform .1s;display:flex}.deck-btn:hover:not(:disabled){background:#fff3;transform:scale(1.1)}.deck-btn:disabled{opacity:.3;cursor:default}.deck-btn--plus{background:#22c55e33;border-color:#22c55e66}.deck-btn--minus{background:#ef444433;border-color:#ef444466}.deck-row__num{color:gold;text-align:center;min-width:50px;font-size:.9rem;font-weight:700}.create__hint{color:#adf;text-align:center;margin-bottom:12px;font-size:.9rem}.create-form{background:#ffffff0d;border:1px solid #ffd7004d;border-radius:12px;margin-bottom:24px;padding:16px}.create-form__title{color:gold;margin-bottom:12px;font-size:1rem;font-weight:700}.create-form__label{color:#cde;margin:12px 0 6px;font-size:.8rem;display:block}.create-form__input{color:#fff;box-sizing:border-box;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;width:100%;padding:10px;font-family:inherit;font-size:.95rem}.create-form__input::placeholder{color:#ffffff59}.create-choice{align-items:center;gap:8px;margin-bottom:8px;display:flex}.create-choice__input{flex:1}.create-choice__radio{color:#ffffff80;cursor:pointer;background:#ffffff14;border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-family:inherit;font-size:1.3rem;display:flex}.create-choice__radio--on{color:#4ade80;background:#22c55e40;border-color:#22c55e;font-weight:700}.create-form__error{color:#fca5a5;background:#ef444426;border:1px solid #ef444466;border-radius:8px;margin-top:12px;padding:8px 10px;font-size:.85rem}.create-form__actions{gap:10px;margin-top:16px;display:flex}.btn--save{color:#fff;background:#22c55e40;border:2px solid #22c55e80}.btn--cancel{color:#cde;background:#ffffff14;border:2px solid #ffffff40}.create-list__title{color:gold;margin-bottom:10px;font-size:1rem}.create-list__empty{color:#ffffff80;text-align:center;padding:12px;font-size:.85rem}.create-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;padding:10px 12px;display:flex}.create-item__body{flex:1;min-width:0}.create-item__prompt{color:#fff;margin-bottom:6px;font-size:.9rem}.create-item__choices{flex-wrap:wrap;gap:6px;display:flex}.create-item__choice{color:#cde;background:#ffffff14;border-radius:6px;padding:2px 8px;font-size:.75rem}.create-item__choice--answer{color:#1a1a1a;background:gold;font-weight:700}.create-item__actions{flex-direction:column;flex-shrink:0;gap:6px;display:flex}.create-item__btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff40;border-radius:8px;padding:6px 12px;font-family:inherit;font-size:.8rem}.create-item__btn--del{color:#fca5a5;background:#ef444426;border-color:#ef444466}.grade-selector{background:#ffffff0a;border:1px solid #ffd70040;border-radius:12px;margin-bottom:16px;padding:12px}.grade-selector__title{color:gold;margin-bottom:10px;font-size:.9rem;font-weight:700}.grade-group{margin-bottom:10px}.grade-group__label{color:#adf;margin-bottom:6px;font-size:.75rem}.grade-group__btns{flex-wrap:wrap;gap:8px;display:flex}.grade-btn{color:#fff;cursor:pointer;background:#ffffff12;border:2px solid #fff3;border-radius:10px;flex-direction:column;align-items:center;gap:2px;min-width:52px;min-height:52px;padding:8px 10px;font-family:inherit;transition:transform .1s,border-color .15s,background .15s;display:flex}.grade-btn:hover{background:#ffffff24;border-color:#fff6}.grade-btn:active{transform:scale(.95)}.grade-btn--active{background:#ffd7002e;border-color:gold;box-shadow:0 0 10px #ffd7004d}.grade-btn__label{font-size:.9rem;font-weight:700}.grade-btn__count{color:#adf;font-size:.6rem}.grade-btn--active .grade-btn__count{color:gold}.genre__head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;display:flex}.genre__head .genre__title{margin-bottom:0}.unit-toggle{cursor:pointer;border:1px solid #0000;border-radius:8px;flex-shrink:0;min-height:36px;padding:6px 14px;font-family:inherit;font-size:.8rem}.unit-toggle--on{color:#6ee7a8;background:#6ee7a82e;border-color:#6ee7a880}.unit-toggle--off{color:#aaa;background:#ffffff14;border-color:#ffffff40}.create-form__select{color:#fff;box-sizing:border-box;cursor:pointer;background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;width:100%;margin-bottom:2px;padding:10px;font-family:inherit;font-size:.95rem}.create-form__select option{color:#fff;background:#1e2d5a}.create-item__meta{color:#adf;margin-bottom:4px;font-size:.68rem}@media (width<=480px){.card{width:clamp(68px,19vw,84px)}.hand-card{width:clamp(58px,16vw,76px)}.field{min-height:96px}.modal__choices{gap:8px}.choice-btn{min-height:60px;padding:12px 8px;font-size:1.6rem}}@media (height<=560px){.field{min-height:84px}.card__emoji{font-size:clamp(1.6rem,4vw,2rem)}.hand-card__emoji{font-size:clamp(1.4rem,4vw,1.8rem)}}.sound-toggle{z-index:1000;color:#fff;cursor:pointer;background:#00000073;border:2px solid gold;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;font-size:1.3rem;line-height:1;transition:transform .1s,background .1s;display:flex;position:fixed;bottom:10px;left:10px}.sound-toggle:hover{background:#000000a6}.sound-toggle:active{transform:scale(.92)}
