:root{--bg:#f0f4ff;--card:#fff;--text:#2d3436;--sub:#636e72;--red:#ff6b6b;--orange:#ffa502;--yellow:#ffd43b;--green:#51cf66;--blue:#339af0;--purple:#845ef7;--pink:#f06595;--border:#e9ecef}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;min-height:100dvh;font-family:"M PLUS Rounded 1c",sans-serif}#root{flex-direction:column;min-height:100dvh;display:flex}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}img{max-width:100%;display:block}.card{background:var(--card);border-radius:16px;box-shadow:0 2px 8px #0000000f}.btn{border-radius:16px;justify-content:center;align-items:center;padding:12px 24px;font-size:1rem;font-weight:700;transition:transform .15s,box-shadow .15s;display:inline-flex}.btn:hover{transform:translateY(-4px)scale(1.03);box-shadow:0 6px 20px #0000001f}.btn:active{transform:translateY(0)scale(.98)}.btn-primary{background:var(--blue);color:#fff}.btn-red{background:var(--red);color:#fff}.btn-green{background:var(--green);color:#fff}.btn-orange{background:var(--orange);color:#fff}@keyframes correctFlash{0%{background-color:#51cf664d;transform:scale(1)}50%{background-color:#51cf661a;transform:scale(1.05)}to{background-color:#0000;transform:scale(1)}}@keyframes incorrectShake{0%,to{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-4px)}80%{transform:translate(4px)}}.correct-flash{animation:.5s ease-out correctFlash}.incorrect-shake{animation:.4s ease-out incorrectShake}.title-screen{background:#0a0a1a;width:100%;height:100dvh;position:relative;overflow:hidden}.title-bg{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.title-overlay{background:linear-gradient(#0000 50%,#0000004d 100%);flex-direction:column;justify-content:flex-end;align-items:center;gap:.75rem;padding-bottom:12%;display:flex;position:absolute;inset:0}.title-start-btn{color:#fff;cursor:pointer;letter-spacing:.1em;background:linear-gradient(135deg,#ffa502,#ff6b6b);border:3px solid #ffffff80;border-radius:999px;padding:16px 48px;font-family:inherit;font-size:1.3rem;font-weight:800;animation:2s ease-in-out infinite startPulse;box-shadow:0 8px 24px #ff6b6b66}.title-start-btn:hover{transform:scale(1.05);box-shadow:0 12px 32px #ff6b6b80}@keyframes startPulse{0%,to{box-shadow:0 8px 24px #ff6b6b66}50%{box-shadow:0 8px 36px #ffa50299}}.title-dev-btn{color:#ffffffb3;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:999px;padding:8px 20px;font-family:inherit;font-size:.75rem;font-weight:700}.title-dev-btn:hover{color:#fff;background:#ffffff40}.login-page{background:linear-gradient(135deg,#e0e7ff 0%,#f0f4ff 50%,#fce4ec 100%);justify-content:center;align-items:center;min-height:100dvh;padding:1rem;display:flex}.login-card{text-align:center;width:100%;max-width:420px;padding:2rem}.login-card h2{text-align:center}.login-logo{filter:drop-shadow(0 4px 8px #0000001a);width:240px;max-width:80%;height:auto;margin:0 auto 1.5rem}.login-form{flex-direction:column;gap:.75rem;display:flex}.login-input{border:2px solid var(--border);border-radius:12px;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:1rem;transition:border-color .15s}.login-input:focus{border-color:var(--blue)}.login-error{color:var(--red);font-size:.85rem;font-weight:500}.login-success{color:var(--green);font-size:.85rem;font-weight:500}.login-btn{width:100%;margin-top:.5rem;padding:14px;font-size:1.1rem}.login-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-toggle{color:var(--blue);text-align:center;width:100%;margin-top:1rem;font-size:.85rem;font-weight:500;text-decoration:underline;display:block}.login-back{color:var(--sub);text-align:center;width:100%;margin-top:.75rem;font-size:.8rem;text-decoration:underline;display:block}.parent-dashboard-overlay{z-index:120;background:#00000073;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.parent-dashboard-modal{width:min(900px,100%);max-height:85dvh;padding:1.5rem;overflow:auto}.parent-dashboard-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.parent-dashboard-header h2{font-size:1.3rem;font-weight:800}.parent-dashboard-close{color:var(--sub);text-decoration:underline}.parent-dashboard-loading{text-align:center;color:var(--sub);padding:2rem 0}.parent-dashboard-list{gap:1rem;display:grid}.parent-dashboard-child{border:1px solid var(--border);background:#fff;border-radius:16px;padding:1rem}.parent-dashboard-child-head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.parent-dashboard-child-name{font-size:1.05rem;font-weight:800}.parent-dashboard-child-grade{color:var(--sub);font-size:.85rem}.parent-dashboard-child-accuracy{color:var(--blue);font-weight:800}.parent-dashboard-metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:.9rem;display:grid}.parent-dashboard-metric{background:#f7f9ff;border-radius:12px;padding:.75rem}.parent-dashboard-metric span{color:var(--sub);margin-bottom:.25rem;font-size:.75rem;display:block}.parent-dashboard-metric strong{font-size:1rem}.parent-dashboard-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;margin-bottom:.95rem;display:grid}.parent-dashboard-chart-card{background:#f8faff;border:1px solid #e3ebfb;border-radius:14px;padding:.85rem}.parent-dashboard-section-title{margin-bottom:.55rem;font-size:.85rem;font-weight:800}.parent-dashboard-chart{grid-template-columns:repeat(auto-fit,minmax(32px,1fr));align-items:end;gap:.45rem;min-height:132px;display:grid}.parent-dashboard-chart-col{justify-items:center;gap:.25rem;display:grid}.parent-dashboard-chart-track{background:#edf2ff;border-radius:999px;align-items:end;width:100%;max-width:22px;height:88px;display:flex;overflow:hidden}.parent-dashboard-chart-bar{border-radius:999px;width:100%;min-height:0}.parent-dashboard-chart-bar.daily{background:linear-gradient(#74c0fc 0%,#339af0 100%)}.parent-dashboard-chart-bar.weekly{background:linear-gradient(#b197fc 0%,#845ef7 100%)}.parent-dashboard-chart-value{color:var(--sub);font-size:.72rem;font-weight:800}.parent-dashboard-chart-label{color:var(--sub);text-align:center;word-break:keep-all;font-size:.67rem}.parent-dashboard-weak{gap:.4rem;margin-top:.85rem;display:grid}.parent-dashboard-weak-item,.parent-dashboard-weak-empty{color:var(--sub);justify-content:space-between;gap:1rem;font-size:.85rem;display:flex}.parent-dashboard-kanji-list{flex-wrap:wrap;gap:.45rem;display:flex}.parent-dashboard-trend-item{background:#f7f9ff;border-radius:12px;justify-content:space-between;gap:1rem;padding:.7rem .8rem;display:flex}.parent-dashboard-trend-item>div{gap:.12rem;display:grid}.parent-dashboard-trend-item span{color:var(--sub);font-size:.8rem}.parent-dashboard-trend-delta{text-align:right;align-items:end}.parent-dashboard-trend-delta.up strong{color:#2b8a3e}.parent-dashboard-trend-delta.down strong{color:#c92a2a}.parent-dashboard-kanji-chip{border:1px solid var(--border);background:#f7f9ff;border-radius:999px;justify-content:center;align-items:center;min-width:2rem;height:2rem;font-weight:800;display:inline-flex}@media (width<=700px){.parent-dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.parent-dashboard-chart-grid{grid-template-columns:1fr}.parent-dashboard-child-head,.parent-dashboard-trend-item,.parent-dashboard-weak-item,.parent-dashboard-weak-empty{flex-direction:column;align-items:flex-start}.parent-dashboard-trend-delta{text-align:left;align-items:start}}.profile-page{background:linear-gradient(135deg,#e0f7fa 0%,#f0f4ff 50%,#fff3e0 100%);flex-direction:column;align-items:center;min-height:100dvh;padding:2rem;display:flex}.profile-topbar{justify-content:flex-end;gap:1rem;width:100%;max-width:720px;margin-bottom:1rem;display:flex}.profile-dashboard{color:var(--blue);font-size:.9rem;text-decoration:underline}.profile-header{text-align:center;margin-bottom:2rem}.profile-title{color:var(--text);font-size:2rem;font-weight:800}.profile-logout{color:var(--sub);font-size:.9rem;text-decoration:underline}.profile-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.5rem;width:100%;max-width:720px;display:grid}.profile-card{cursor:pointer;border:none;flex-direction:column;align-items:center;padding:1.5rem 1rem;font-family:inherit;transition:transform .15s,box-shadow .15s;display:flex}.profile-card:hover{transform:translateY(-4px)scale(1.03);box-shadow:0 6px 20px #0000001f}.profile-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:.75rem;font-size:1.8rem;font-weight:800;display:flex}.profile-name{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.profile-grade{color:var(--sub);font-size:.85rem}.profile-coins{color:var(--orange);margin-top:.5rem;font-size:.8rem;font-weight:700}.profile-card-wrapper{flex-direction:column;align-items:center;width:100%;display:flex}.profile-card-wrapper .profile-card{width:100%}.profile-delete-child{color:var(--sub);cursor:pointer;margin-top:.4rem;font-size:.7rem;text-decoration:underline}.profile-delete-child:hover{color:var(--red)}.profile-danger-zone{text-align:center;margin-top:2rem}.profile-delete-account{color:var(--sub);cursor:pointer;font-size:.75rem;text-decoration:underline}.profile-delete-account:hover{color:var(--red)}.profile-add{border:2px dashed var(--border);box-shadow:none;background:0 0}.profile-add:hover{border-color:var(--blue);background:#fff}.profile-add-icon{border:2px dashed var(--border);width:64px;height:64px;color:var(--sub);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.75rem;font-size:2rem;display:flex}.profile-modal-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profile-modal{width:90%;max-width:400px;padding:2rem}.profile-modal h2{text-align:center;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.profile-form{flex-direction:column;gap:1rem;display:flex}.profile-form label{color:var(--sub);flex-direction:column;gap:.4rem;font-size:.9rem;font-weight:600;display:flex}.profile-form select{appearance:auto}.profile-form-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}.navbar{border-top:1px solid var(--border);padding:4px 0;padding-bottom:max(4px, env(safe-area-inset-bottom));z-index:90;background:#fff;display:flex;position:fixed;bottom:0;left:0;right:0}.navbar-item{color:var(--sub);flex-direction:column;flex:1;align-items:center;gap:2px;padding:6px 0;font-family:inherit;transition:color .15s;display:flex}.navbar-item.active{color:var(--blue)}.navbar-emoji{font-size:1.3rem;line-height:1}.navbar-icon{object-fit:contain;width:28px;height:28px}.navbar-label{font-size:.65rem;font-weight:700}.study-select-page{background:linear-gradient(135deg,#e3f2fd 0%,#f0f4ff 50%,#e8eaf6 100%);flex-direction:column;min-height:100dvh;display:flex}.study-select-header{justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.study-select-back{color:var(--sub);font-size:.85rem;text-decoration:underline}.study-select-coins{color:var(--orange);background:#fff;border-radius:20px;padding:4px 12px;font-size:.9rem;font-weight:700;box-shadow:0 1px 4px #00000014}.study-subject-tabs{justify-content:center;gap:.5rem;width:100%;max-width:900px;margin:0 auto;padding:0 1.5rem 1rem;display:flex}.study-subject-tab{border:2px solid var(--border);color:var(--sub);cursor:pointer;background:#fff;border-radius:999px;align-items:center;gap:.4rem;padding:8px 20px;font-family:inherit;font-size:.9rem;font-weight:700;transition:all .15s;display:flex;position:relative}.study-subject-tab.active{background:var(--blue);border-color:var(--blue);color:#fff}.study-subject-tab.disabled{opacity:.5;cursor:not-allowed}.study-subject-icon{font-size:1.1rem}.study-subject-label{font-size:.85rem}.study-subject-soon{background:var(--orange);color:#fff;border-radius:8px;padding:1px 6px;font-size:.55rem;font-weight:800;position:absolute;top:-8px;right:-4px}.study-select-body{flex:1;gap:1.5rem;width:100%;max-width:900px;margin:0 auto;padding:0 1.5rem 1.5rem;display:flex}.study-grade-list{flex-direction:column;gap:.5rem;min-width:120px;display:flex}.study-grade-btn{background:#fff;border:2px solid;border-radius:12px;padding:12px 16px;font-size:1rem;font-weight:700;transition:all .15s}.study-grade-btn:hover{transform:scale(1.03)}.study-grade-btn.active{box-shadow:0 2px 8px #00000026}.study-unit-grid{flex:1;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));align-content:start;gap:1rem;display:grid}.study-unit-panel{flex-direction:column;flex:1;gap:1rem;min-width:0;display:flex}.study-practice-note{color:var(--sub);background:#ffffffdb;border:1px solid #4c8dff29;justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1rem;display:flex}.study-practice-note strong{color:var(--blue);letter-spacing:.08em;font-size:.82rem}.study-loading{text-align:center;color:var(--sub);grid-column:1/-1;padding:2rem}.study-unit-card{text-align:left;cursor:pointer;border:none;padding:1.25rem;font-family:inherit;transition:transform .15s,box-shadow .15s}.kanji-practice-banner{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6d4aff 0%,#9b6dff 50%,#c084fc 100%);border:none;border-radius:16px;align-items:center;gap:1rem;width:100%;margin-bottom:.6rem;padding:.85rem 1.1rem;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 16px #6d4aff40}.kanji-practice-banner:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6d4aff59}.kanji-practice-banner:active{transform:scale(.98)}.kanji-practice-banner-icon{background:#ffffff38;border-radius:14px;flex-shrink:0;place-items:center;width:48px;height:48px;font-size:1.5rem;font-weight:900;display:grid}.kanji-practice-banner-body{text-align:left;flex:1}.kanji-practice-banner-title{font-size:1rem;font-weight:800;line-height:1.3}.kanji-practice-banner-desc{opacity:.88;margin-top:.15rem;font-size:.75rem}.kanji-practice-banner-arrow{opacity:.7;flex-shrink:0;font-size:1.2rem}.study-unit-card:hover{transform:translateY(-4px)scale(1.03);box-shadow:0 6px 20px #0000001f}.study-unit-name{margin-bottom:.45rem;font-size:1.05rem;font-weight:700}.study-unit-stats{color:var(--sub);justify-content:space-between;gap:.5rem;margin-bottom:.65rem;font-size:.78rem;display:flex}.study-unit-level{align-items:center;gap:.5rem;display:flex}.study-unit-lv{color:var(--sub);min-width:36px;font-size:.8rem;font-weight:700}.study-unit-bar{background:var(--border);border-radius:4px;flex:1;height:8px;overflow:hidden}.study-unit-bar-fill{border-radius:4px;height:100%;transition:width .3s}.study-unit-sub{color:var(--sub);margin-top:.65rem;font-size:.78rem}@media (width<=600px){.study-select-body{flex-direction:column}.study-grade-list{flex-direction:row;min-width:0;overflow-x:auto}.study-grade-btn{white-space:nowrap;padding:8px 14px;font-size:.9rem}.study-practice-note{flex-direction:column;align-items:flex-start}}.kanji-trace-pad{background:linear-gradient(#fffffff5 0%,#f4f9fff5 100%);border:2px solid #d7e6fa;border-radius:24px;width:min(100%,440px);margin:0 auto;padding:.9rem;box-shadow:0 16px 28px #339af01f}.kanji-trace-meta{gap:.35rem;margin-bottom:.7rem;display:grid}.kanji-trace-progress{color:var(--blue);font-size:.95rem;font-weight:800}.kanji-trace-message{min-height:1.4rem;color:var(--sub);font-size:.95rem}.kanji-trace-board{background:linear-gradient(#fffdfa 0%,#eef6ff 100%);border:1px solid #dfeaf8;border-radius:20px;overflow:hidden}.kanji-trace-svg{touch-action:none;width:100%;height:auto;display:block}.kanji-trace-paper{fill:#fffffff5}.kanji-trace-grid{stroke:#e6eef9;stroke-width:.8px;stroke-dasharray:4 3}.kanji-trace-guide,.kanji-trace-user{fill:none;stroke-linecap:round;stroke-linejoin:round}.kanji-trace-shadow-path{fill:none;stroke:#96a8c226;stroke-width:7px;stroke-linecap:round;stroke-linejoin:round}.kanji-trace-guide{stroke-width:7px;fill:none;stroke-linecap:round;stroke-linejoin:round}.kanji-trace-guide.active{stroke:#6aaef4;opacity:.95}.kanji-trace-guide.pending{stroke:#a5b1c26b}.kanji-trace-guide.done{stroke:#51cf6647}.kanji-trace-user{stroke-width:6.5px}.kanji-trace-user.current{stroke:#ff9f43}.kanji-trace-user.done{stroke:#51cf66}.kanji-trace-actions{grid-template-columns:repeat(3,1fr);gap:.55rem;margin-top:.8rem;display:grid}.kanji-trace-action,.kanji-trace-submit{border-radius:14px;min-height:48px;font-size:.95rem;font-weight:800}.kanji-trace-action{color:var(--text);background:#f3f7fd;border:1px solid #d7e6fa}.kanji-trace-action:disabled,.kanji-trace-submit:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;transform:none}@media (width<=640px){.kanji-trace-pad{width:100%;padding:.75rem}.kanji-trace-actions{grid-template-columns:1fr 1fr}.kanji-trace-submit{grid-column:1/-1}}.kanji-handwrite-pad{gap:12px;display:grid}.kanji-handwrite-meta{text-align:center;gap:4px;display:grid}.kanji-handwrite-progress{color:var(--ink);font-weight:800}.kanji-handwrite-message{color:var(--ink-soft);font-size:14px}.kanji-handwrite-board{justify-content:center;display:flex}.kanji-handwrite-svg{aspect-ratio:1;touch-action:none;width:min(100%,340px)}.kanji-handwrite-paper{fill:#fffef8;stroke:#dfd7bf;stroke-width:1.4px}.kanji-handwrite-grid{stroke:#d4ccba;stroke-width:1px;stroke-dasharray:4 4}.kanji-handwrite-hidden-guide{fill:none;stroke:#0000;stroke-width:10px;pointer-events:none}.kanji-handwrite-user{fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:8px}.kanji-handwrite-user.done{stroke:#2e5fb8}.kanji-handwrite-user.current{stroke:#4e83e8}.kanji-handwrite-actions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.kanji-handwrite-action,.kanji-handwrite-submit{min-width:112px}.study-play-page{background:linear-gradient(135deg,#e8f5e9 0%,#f0f4ff 100%);flex-direction:column;height:100dvh;padding:.5rem 1rem;display:flex;overflow:hidden}.study-play-loading{text-align:center;color:var(--sub);padding:4rem;font-size:1.1rem;font-weight:700}.study-play-header{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.study-play-quit{color:var(--sub);flex-shrink:0;font-size:.8rem;text-decoration:underline}.study-play-progress{flex:1;align-items:center;gap:.5rem;display:flex}.study-play-progress-bar{background:var(--border);border-radius:5px;flex:1;height:10px;overflow:hidden}.study-play-progress-fill{background:var(--blue);border-radius:5px;height:100%;transition:width .3s}.study-play-progress-text{color:var(--sub);min-width:45px;font-size:.8rem;font-weight:700}.study-play-combo{color:var(--sub);text-align:right;min-width:80px;font-size:.9rem;font-weight:800}.study-play-combo.hot{color:var(--red);animation:.3s ease-out comboPulse}@keyframes comboPulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.study-play-enemy{justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.study-play-enemy-art{background:radial-gradient(circle at 30% 30%,#fffffff2 0%,#fff3 35%,#0000 36%),linear-gradient(145deg,#eef7ff 0%,#fff8e9 100%);border:2px dashed #c6d7f0;border-radius:18px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:90px;height:90px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 14px 30px #339af01f}.study-play-enemy-art.hit{transform:scale(1.06)rotate(-2deg);box-shadow:0 20px 34px #ff6b6b33}.study-play-enemy-art-badge{background:var(--red);color:#fff;border-radius:999px;margin-bottom:.25rem;padding:2px 8px;font-size:.6rem;font-weight:800;display:inline-flex}.study-play-enemy-art-name{text-align:center;margin-bottom:.15rem;font-size:.75rem;font-weight:800}.study-play-enemy-image{object-fit:contain;filter:drop-shadow(0 6px 12px #2b34562e);width:60px;height:60px}.study-play-enemy-art-note{color:var(--sub);font-size:.8rem}.study-play-enemy-info{background:#fff;border-radius:12px;align-items:center;gap:.75rem;padding:8px 16px;display:flex;box-shadow:0 1px 4px #0000000f}.study-play-enemy-name{min-width:60px;font-size:.9rem;font-weight:700}.study-play-enemy-hp-bar{background:var(--border);border-radius:5px;width:120px;height:10px;overflow:hidden}.study-play-enemy-hp-fill{border-radius:5px;height:100%;transition:width .3s}.study-play-enemy-hp-text{color:var(--sub);min-width:70px;font-size:.75rem}.study-play-question{background:#ffffffa8;border:2px solid #fffc;border-radius:20px;flex:1;justify-content:center;align-items:center;min-height:0;padding:.75rem;display:flex;box-shadow:0 8px 20px #2b345614}.study-play-question-text{text-align:center;font-size:clamp(1.8rem,5vw,3.2rem);font-weight:800;line-height:1.4}.study-play-feedback{z-index:50;pointer-events:none;flex-direction:column;justify-content:center;align-items:center;font-weight:800;display:flex;position:fixed;inset:0}.study-play-feedback.correct{color:var(--green);background:radial-gradient(circle,#fffc 0%,#51cf662e 45%,#51cf6614 100%);font-size:3rem;animation:.5s ease-out feedbackPop}.study-play-feedback.incorrect{color:var(--red);background:#ff6b6b1a;font-size:2rem}.study-play-feedback-answer{color:var(--text);margin-top:.5rem;font-size:1.5rem}.study-play-feedback-encourage{color:var(--sub);margin-top:.5rem;font-size:1rem;font-weight:500}.study-play-feedback-burst{color:var(--yellow);text-shadow:0 4px 12px #ffd43b73;gap:.65rem;margin-bottom:.65rem;font-size:2rem;display:flex}.study-play-feedback-main{font-size:3.2rem}.study-play-feedback-sub{color:var(--text);margin-top:.5rem;font-size:1.1rem}@keyframes feedbackPop{0%{opacity:0;transform:scale(.5)}60%{opacity:1;transform:scale(1.2)}to{opacity:1;transform:scale(1)}}.study-play-answer{flex-shrink:0;padding:.25rem 0}.study-play-choices{grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:480px;margin:0 auto;display:grid}.study-play-choice{background:linear-gradient(#fff 0%,#f4f9ff 100%);border:2px solid #d7e6fa;border-radius:16px;padding:.65rem;font-size:1.2rem;font-weight:700;transition:all .15s;box-shadow:0 10px 16px #339af014}.study-play-choice:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.study-play-choice:disabled{opacity:.6;cursor:not-allowed;transform:none}.study-play-numpad-area{max-width:320px;margin:0 auto}.study-play-numpad-display{text-align:center;min-height:56px;color:var(--text);background:linear-gradient(#fff 0%,#f4f9ff 100%);border:2px solid #d7e6fa;border-radius:12px;margin-bottom:.75rem;padding:8px;font-size:1.8rem;font-weight:800}.study-play-numpad{grid-template-columns:repeat(3,1fr);gap:.5rem;display:grid}.study-play-numpad-key{background:linear-gradient(#fff 0%,#f7fbff 100%);border:1px solid #d7e6fa;border-radius:12px;padding:10px;font-size:1.1rem;font-weight:700;transition:all .1s;box-shadow:0 8px 14px #339af00f}.study-play-numpad-key:hover{background:var(--bg)}.study-play-numpad-key:active{transform:scale(.95)}.study-play-numpad-key.del{color:var(--red)}.study-play-numpad-ok{grid-column:1/-1;margin-top:.25rem;padding:14px;font-size:1.2rem}.study-play-numpad-ok:disabled{opacity:.4;cursor:not-allowed;transform:none}.study-play-trace-area{gap:.75rem;display:grid}.study-play-trace-hint{text-align:center}.study-play-trace-kanji{color:var(--blue);font-size:1rem;font-weight:800}.study-play-trace-example{color:var(--sub);margin-top:.2rem;font-size:.92rem}.study-result-page{background:linear-gradient(135deg,#fff8e1 0%,#f0f4ff 50%,#e8f5e9 100%);justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.study-result-card{text-align:center;width:100%;max-width:500px;padding:2rem}.study-result-title{color:var(--text);margin-bottom:1rem;font-size:1.8rem;font-weight:800}.study-result-defeated{margin-bottom:1rem}.study-result-star{font-size:3rem;animation:.6s ease-out starBounce;display:inline-block}@keyframes starBounce{0%{transform:scale(0)rotate(-30deg)}60%{transform:scale(1.3)rotate(10deg)}to{transform:scale(1)rotate(0)}}.study-result-stats{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.study-result-stat{background:var(--bg);border-radius:12px;padding:.75rem}.study-result-stat.highlight{background:linear-gradient(135deg,#fff3e0,#fff8e1)}.study-result-stat-value{color:var(--text);font-size:1.5rem;font-weight:800}.study-result-stat.highlight .study-result-stat-value{color:var(--orange)}.study-result-stat-label{color:var(--sub);margin-top:.25rem;font-size:.75rem;font-weight:500}.study-result-breakdown{text-align:left;background:var(--bg);border-radius:12px;margin-bottom:1.5rem;padding:1rem;font-size:.85rem}.study-result-breakdown-row{color:var(--sub);justify-content:space-between;padding:4px 0;display:flex}.study-result-actions{flex-direction:column;gap:.6rem;display:flex}.study-result-actions .btn{width:100%;padding:14px;font-size:1.05rem}.kanji-practice-page{background:radial-gradient(circle at 0 0,#ffd6662e,#0000 30%),radial-gradient(circle at 100% 0,#51cf6629,#0000 26%),linear-gradient(#f7fbff 0%,#eef4ff 48%,#f9f5ec 100%);min-height:100dvh;padding:1rem 1.25rem 1.5rem}.kanji-practice-header{grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;max-width:1180px;margin:0 auto 1rem;display:grid}.kanji-practice-back{color:var(--sub);text-decoration:underline}.kanji-practice-title-block h1{margin:0;font-size:clamp(1.6rem,3vw,2.2rem)}.kanji-practice-title-block p{color:var(--sub);margin:.25rem 0 0;font-size:.92rem}.kanji-practice-coins{color:var(--orange);background:#fffffff5;border-radius:999px;justify-self:end;padding:.45rem .9rem;font-weight:800;box-shadow:0 8px 20px #21252914}.kanji-practice-grade-row{flex-wrap:wrap;gap:.55rem;max-width:1180px;margin:0 auto .9rem;display:flex}.kanji-practice-grade-btn{min-width:86px;color:var(--text);background:#ffffffeb;border:2px solid;border-radius:14px;padding:.7rem .95rem;font-weight:800}.kanji-practice-grade-btn.active{color:#fff;box-shadow:0 10px 20px #0000001f}.kanji-practice-summary{justify-content:space-between;align-items:center;gap:1rem;max-width:1180px;margin:0 auto 1rem;padding:.9rem 1rem;display:flex}.kanji-practice-layout{grid-template-columns:minmax(280px,380px) minmax(0,1fr);gap:1rem;max-width:1180px;margin:0 auto;display:grid}.kanji-practice-list,.kanji-practice-main,.kanji-practice-question{background:#ffffffe6}.kanji-practice-list,.kanji-practice-main{padding:1rem}.kanji-practice-list-head{justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.8rem;display:flex}.kanji-practice-list-tools{color:var(--sub);align-items:center;gap:.5rem;font-size:.82rem;display:flex}.kanji-practice-sort{background:#fff;border:1px solid #dbe7f9;border-radius:12px;min-height:2.2rem;padding:0 .75rem}.kanji-practice-list-head h2,.kanji-practice-main h2{margin:0}.kanji-practice-grid{grid-template-columns:repeat(auto-fill,minmax(74px,1fr));gap:.6rem;max-height:calc(100dvh - 280px);padding-top:.15rem;padding-bottom:.2rem;padding-right:.2rem;display:grid;overflow:auto}.kanji-practice-item{background:linear-gradient(#fff 0%,#f5f8ff 100%);border:2px solid #dae6f7;border-radius:18px;align-content:center;justify-items:center;gap:.35rem;min-height:92px;padding:.45rem;display:grid;position:relative}.kanji-practice-item.active{border-color:#4c8dff;box-shadow:0 10px 22px #4c8dff2e}.kanji-practice-item.done{background:linear-gradient(#fff 0%,#f0fff4 100%);border-color:#74c69d}.kanji-practice-item-kanji{font-size:2rem;font-weight:800;line-height:1}.kanji-practice-item-modes{grid-template-columns:repeat(2,minmax(0,1fr));gap:.2rem;width:100%;max-width:2.9rem;display:grid}.kanji-practice-mode-dot{color:#8191a8;background:#eef2f8;border-radius:999px;justify-content:center;align-items:center;min-width:0;height:1.15rem;font-size:.62rem;font-weight:800;line-height:1;display:inline-flex;overflow:hidden}.kanji-practice-mode-dot.done{color:#2b8a3e;background:#d3f9d8}.kanji-practice-item-check{color:#2b8a3e;font-size:.58rem;font-weight:800;position:absolute;top:.3rem;right:.35rem}.kanji-practice-kanji-head{grid-template-columns:96px 1fr;align-items:center;gap:1rem;margin-bottom:1rem;display:grid}.kanji-practice-focus-kanji{background:linear-gradient(#f8fbff 0%,#eef4ff 100%);border:2px solid #dbe7f9;border-radius:24px;place-items:center;width:96px;height:96px;font-size:3rem;font-weight:800;display:grid}.kanji-practice-kanji-head p{color:var(--sub);margin:.2rem 0}.kanji-practice-mode-row{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.kanji-practice-mode-btn{text-align:center;background:linear-gradient(#fff 0%,#f6f8ff 100%);border:2px solid #dbe7f9;border-radius:18px;gap:.25rem;padding:.8rem .7rem;display:grid}.kanji-practice-mode-btn strong{font-size:1rem}.kanji-practice-mode-btn span{color:var(--sub);font-size:.76rem}.kanji-practice-mode-btn.active{border-color:#4c8dff;box-shadow:0 12px 24px #4c8dff29}.kanji-practice-mode-btn.done{background:linear-gradient(#fff 0%,#effff1 100%);border-color:#8ad5a0}.kanji-practice-question{padding:1rem}.kanji-practice-question-text{white-space:pre-wrap;margin:0 0 1rem;font-size:1.1rem;font-weight:700}.kanji-practice-empty{text-align:center;color:var(--sub);padding:1.6rem 1rem}.kanji-practice-choices{grid-template-columns:repeat(2,minmax(0,1fr));gap:.8rem;display:grid}.kanji-practice-choice{background:linear-gradient(#fff 0%,#f5f8ff 100%);border:2px solid #dbe7f9;border-radius:18px;min-height:68px;font-size:1.15rem;font-weight:800}.kanji-practice-feedback{border-radius:18px;gap:.25rem;margin-bottom:1rem;padding:.85rem 1rem;display:grid}.kanji-practice-feedback.correct{color:#1b6f36;background:#edfdf1;border:1px solid #b7efc5}.kanji-practice-feedback.incorrect{color:#b02a37;background:#fff0f0;border:1px solid #ffccd0}.kanji-practice-next-row{justify-content:center;margin-top:1rem;display:flex}.kanji-practice-modal{z-index:40;background:#1218266b;justify-content:center;align-items:flex-end;padding:1rem .75rem;display:flex;position:fixed;inset:0}.kanji-practice-main-mobile{border-radius:24px;width:min(100%,640px);max-height:min(88dvh,760px);padding-top:.85rem;overflow:auto}.kanji-practice-mobile-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.kanji-practice-mobile-close{color:var(--sub);text-decoration:underline}@media (width<=900px){.kanji-practice-layout{grid-template-columns:1fr}.kanji-practice-grid{max-height:none}}@media (width<=640px){.kanji-practice-page{padding-inline:.8rem}.kanji-practice-header{grid-template-columns:1fr}.kanji-practice-coins{justify-self:start}.kanji-practice-summary{flex-direction:column;align-items:flex-start}.kanji-practice-list{padding-bottom:1.2rem}.kanji-practice-kanji-head{text-align:center;grid-template-columns:1fr;justify-items:center}.kanji-practice-mode-row,.kanji-practice-choices{grid-template-columns:1fr 1fr}.kanji-practice-main-mobile .kanji-practice-question{padding-inline:.85rem}}.gacha-page{padding:1rem 1.5rem;background:linear-gradient(135deg,#ede7f6 0%,#f0f4ff 50%,#fff3e0 100%);flex-direction:column;min-height:100dvh;padding-bottom:80px;display:flex}.gacha-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.gacha-back{color:var(--sub);font-size:.85rem;text-decoration:underline}.gacha-coins{color:var(--orange);background:#fff;border-radius:20px;padding:4px 12px;font-size:.9rem;font-weight:700;box-shadow:0 1px 4px #00000014}.gacha-title{text-align:center;color:var(--purple);margin-bottom:1rem;font-size:2rem;font-weight:800}.gacha-machine{background:linear-gradient(135deg,#fff8ff 0%,#eef7ff 100%);border:2px solid #ead7ff;justify-content:center;align-items:center;max-width:280px;margin:0 auto 1rem;padding:1.25rem;display:flex;position:relative;overflow:hidden}.gacha-machine-image{object-fit:contain;filter:drop-shadow(0 8px 16px #845ef733);width:160px;height:160px;transition:transform .15s}.gacha-machine:hover .gacha-machine-image{transform:scale(1.05)}.gacha-machine.shaking{animation:.15s ease-in-out 8 machineShake}.gacha-machine.shaking .gacha-machine-image{animation:1.2s ease-out machineGlow}.gacha-machine-flash{pointer-events:none;background:radial-gradient(circle,#ffd43b80 0%,#0000 70%);animation:.4s ease-out 3 machineFlash;position:absolute;inset:0}@keyframes machineShake{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(-6px)rotate(-2deg)}75%{transform:translate(6px)rotate(2deg)}}@keyframes machineGlow{0%{filter:drop-shadow(0 8px 16px #845ef733)brightness()}50%{filter:drop-shadow(0 8px 30px #ffd43b99)brightness(1.15)}to{filter:drop-shadow(0 8px 16px #845ef733)brightness()}}@keyframes machineFlash{0%{opacity:0}50%{opacity:1}to{opacity:0}}.gacha-announcement{text-align:center;background:linear-gradient(135deg,#fffdf3 0%,#eef8ff 100%);border:2px solid #f3e4a7;max-width:640px;margin:0 auto 1.25rem;padding:1rem 1.1rem}.gacha-announcement strong{margin-bottom:.25rem;font-size:1rem;font-weight:900;display:block}.gacha-announcement p{color:var(--sub);font-size:.85rem}.gacha-types{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;width:100%;max-width:800px;margin:0 auto;display:grid}.gacha-type-card{text-align:center;padding:1.5rem}.gacha-type-name{margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.gacha-type-desc{color:var(--sub);margin-bottom:.5rem;font-size:.85rem}.gacha-type-rates{color:var(--sub);margin-bottom:1rem;font-size:.75rem}.gacha-type-buttons{justify-content:center;gap:.5rem;display:flex}.gacha-type-buttons .btn{padding:10px 16px;font-size:.9rem}.gacha-type-buttons .btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.gacha-reveal{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:relative;overflow:hidden}.gacha-reveal-stage{pointer-events:none;position:absolute;inset:12% 18%}.gacha-reveal-ring{border:3px solid #ffffffa6;border-radius:50%;animation:2.2s ease-out infinite revealRing;position:absolute;inset:0}.gacha-reveal-ring.second{animation-delay:.4s;inset:12%}.gacha-stage-UR .gacha-reveal-ring{border-color:#ffd43bd9}.gacha-stage-SR .gacha-reveal-ring{border-color:#845ef7a6}.gacha-reveal-spark{color:#ffd43b;text-shadow:0 6px 16px #ffd43b80;font-size:2rem;animation:1.3s ease-in-out infinite sparkTwinkle;position:absolute}.gacha-reveal-spark.spark-a{top:8%;left:18%}.gacha-reveal-spark.spark-b{animation-delay:.25s;top:20%;right:16%}.gacha-reveal-spark.spark-c{animation-delay:.5s;bottom:18%;left:24%}@keyframes revealRing{0%{opacity:0;transform:scale(.88)}35%{opacity:1}to{opacity:0;transform:scale(1.08)}}@keyframes sparkTwinkle{0%,to{opacity:.35;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}}.gacha-reveal-card{text-align:center;z-index:1;border:3px solid;width:260px;padding:1.5rem;animation:.5s ease-out cardReveal;position:relative}@keyframes cardReveal{0%{opacity:0;transform:rotateY(90deg)scale(.8)}60%{opacity:1;transform:rotateY(-5deg)scale(1.05)}to{opacity:1;transform:rotateY(0)scale(1)}}.gacha-reveal-card.gacha-rarity-UR{box-shadow:0 0 30px #ffa50266}.gacha-reveal-card.gacha-rarity-SR{box-shadow:0 0 20px #845ef74d}.gacha-reveal-art{border:2px solid;border-radius:16px;justify-content:center;align-items:center;width:100%;height:130px;margin-bottom:.75rem;display:flex;position:relative}.gacha-reveal-art-attr{color:#fff;border-radius:10px;padding:2px 10px;font-size:.65rem;font-weight:800;position:absolute;top:6px;left:6px}.gacha-reveal-art-img{object-fit:contain;filter:drop-shadow(0 4px 8px #00000026);width:90px;height:90px}.gacha-reveal-art-beast{opacity:.5;font-size:3rem;font-weight:900}.gacha-result-art-img{object-fit:contain;filter:drop-shadow(0 2px 4px #0000001a);width:40px;height:40px}.gacha-reveal-rarity{margin-bottom:.15rem;font-size:1.5rem;font-weight:800}.gacha-reveal-name{margin-bottom:.35rem;font-size:1.3rem;font-weight:800}.gacha-reveal-stats{color:var(--sub);margin-bottom:.2rem;font-size:.85rem}.gacha-reveal-skill{color:var(--blue);font-size:.8rem;font-weight:600}.gacha-reveal-new{background:var(--red);color:#fff;border-radius:10px;margin-top:.6rem;padding:2px 14px;font-size:.75rem;font-weight:800;animation:.4s ease-out newBadgePop;display:inline-block}@keyframes newBadgePop{0%{transform:scale(0)}70%{transform:scale(1.3)}to{transform:scale(1)}}.gacha-reveal-counter{color:var(--sub);font-size:.9rem;font-weight:600}.gacha-reveal-actions{gap:.75rem;display:flex}.gacha-results{flex-direction:column;flex:1;align-items:center;padding:1rem 0;display:flex}.gacha-results-title{margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.gacha-results-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;width:100%;max-width:600px;margin-bottom:1.5rem;display:grid}.gacha-result-card{text-align:center;border:2px solid;padding:.6rem;position:relative}.gacha-result-art{border:2px solid;border-radius:12px;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto .35rem;display:flex}.gacha-result-rarity{font-size:.8rem;font-weight:800}.gacha-result-name{margin:.15rem 0;font-size:.8rem;font-weight:700;line-height:1.2}.gacha-result-attr{color:var(--sub);font-size:.65rem}.gacha-result-new{background:var(--red);color:#fff;border-radius:6px;padding:1px 6px;font-size:.6rem;font-weight:800;position:absolute;top:4px;right:4px}.gacha-results-back{padding:12px 32px;font-size:1rem}.gacha-guide-overlay{z-index:120;background:#1a203694;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.gacha-guide-modal{text-align:center;background:linear-gradient(135deg,#fff6ff 0%,#eef7ff 100%);border:2px solid #ead7ff;width:min(460px,100%);padding:1.6rem}.gacha-guide-image{object-fit:contain;filter:drop-shadow(0 6px 12px #845ef740);width:100px;height:100px;margin:0 auto .75rem}.gacha-guide-badge{background:var(--orange);color:#fff;border-radius:999px;margin-bottom:.7rem;padding:4px 12px;font-size:.75rem;font-weight:800;display:inline-flex}.gacha-guide-modal h2{margin-bottom:.5rem;font-size:1.5rem}.gacha-guide-modal p{color:var(--sub);margin-bottom:.35rem}.gacha-guide-note{color:var(--text);font-weight:700}.gacha-guide-actions{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.cardlist-page{padding:1rem 1.5rem 80px}.cardlist-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.cardlist-title{color:var(--purple);font-size:1.5rem;font-weight:800}.cardlist-count{color:var(--sub);background:#fff;border-radius:20px;padding:4px 12px;font-size:.9rem;font-weight:700;box-shadow:0 1px 4px #0000000f}.cardlist-filters{gap:.4rem;margin-bottom:1rem;padding-bottom:4px;display:flex;overflow-x:auto}.cardlist-filter-btn{color:var(--sub);border:1px solid var(--border);white-space:nowrap;background:#fff;border-radius:20px;padding:6px 14px;font-size:.8rem;font-weight:700;transition:all .15s}.cardlist-filter-btn.active{border-color:#0000}.cardlist-loading{text-align:center;color:var(--sub);padding:2rem}.cardlist-grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.6rem;display:grid}.cardlist-card{text-align:center;cursor:pointer;border:none;flex-direction:column;justify-content:center;align-items:center;min-height:100px;padding:.75rem .5rem;font-family:inherit;transition:transform .15s,box-shadow .15s;display:flex}.cardlist-art-placeholder,.cardlist-modal-art-placeholder{color:var(--sub);background:linear-gradient(135deg,#eef7ff 0%,#fff8e8 100%);border:2px dashed #c9d8f2;justify-content:center;align-items:center;font-weight:800;display:flex}.cardlist-card-img{object-fit:contain;filter:drop-shadow(0 2px 6px #0000001a);width:72px;height:72px;margin-bottom:.5rem}.cardlist-art-placeholder{border-radius:18px;width:72px;height:72px;margin-bottom:.5rem;font-size:.8rem}.cardlist-art-placeholder.unknown{background:linear-gradient(135deg,#eceff3 0%,#dfe5eb 100%);border-color:#c4cdd6}.cardlist-modal-img{object-fit:contain;filter:drop-shadow(0 4px 12px #0000001f);width:140px;height:140px;margin:0 auto 1rem}.cardlist-modal-art-placeholder{border-radius:18px;width:100%;height:140px;margin-bottom:1rem;font-size:1rem}.cardlist-card:not(.unknown):hover{transform:translateY(-2px)scale(1.03);box-shadow:0 4px 12px #0000001a}.cardlist-card.unknown{cursor:default;opacity:.6;background:#e9ecef}.cardlist-card-rarity{font-size:.75rem;font-weight:800}.cardlist-card-name{margin:.25rem 0;font-size:.8rem;font-weight:700;line-height:1.2}.cardlist-card-attr{color:var(--sub);font-size:.65rem}.cardlist-card-qty{color:var(--sub);margin-top:.25rem;font-size:.65rem}.cardlist-card-unknown{color:#b2bec3;font-size:1.5rem;font-weight:800}.cardlist-modal-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.cardlist-modal{text-align:center;width:90%;max-width:340px;padding:2rem}.cardlist-modal-rarity{margin-bottom:.25rem;font-size:1.2rem;font-weight:800}.cardlist-modal-name{margin-bottom:.25rem;font-size:1.4rem;font-weight:800}.cardlist-modal-attr{color:var(--sub);margin-bottom:1rem;font-size:.85rem}.cardlist-modal-stats{justify-content:center;gap:2rem;margin-bottom:1rem;display:flex}.cardlist-modal-stat{flex-direction:column;align-items:center;display:flex}.cardlist-modal-stat-label{color:var(--sub);font-size:.75rem;font-weight:600}.cardlist-modal-stat-value{font-size:1.5rem;font-weight:800}.cardlist-modal-skill{background:var(--bg);border-radius:12px;flex-direction:column;gap:.25rem;margin-bottom:1rem;padding:.75rem;display:flex}.cardlist-modal-skill-label{color:var(--sub);font-size:.7rem}.cardlist-modal-skill-name{color:var(--blue);font-size:1rem;font-weight:700}.cardlist-modal-skill-power{color:var(--sub);font-size:.8rem}.cardlist-modal-qty{color:var(--sub);margin-bottom:1rem;font-size:.85rem}.cardlist-modal-actions{flex-direction:column;gap:.5rem;width:100%;margin:.75rem 0;display:flex}.cardlist-sell-btn{background:var(--orange);color:#fff;width:100%;padding:10px;font-size:.85rem}.cardlist-enhance-btn{background:var(--purple);color:#fff;width:100%;padding:10px;font-size:.85rem}.cardlist-enhance-btn:disabled,.cardlist-sell-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.cardlist-ex-note{color:var(--sub);text-align:center;font-size:.75rem}.cardlist-action-msg{text-align:center;color:var(--green);padding:.25rem 0;font-size:.9rem;font-weight:700}.cardlist-enhance-badge{color:var(--green);font-size:.7em;font-weight:800}.cardlist-header-right{align-items:center;gap:.5rem;display:flex}.cardlist-coins{color:var(--orange);background:#fff;border-radius:16px;padding:3px 10px;font-size:.85rem;font-weight:700;box-shadow:0 1px 4px #0000000f}.cardlist-modal-close{padding:10px 28px}.battle-page{background:linear-gradient(145deg,#f8fff4 0%,#eef7ff 55%,#fff6e8 100%);flex-direction:column;height:100dvh;padding-bottom:70px;display:flex;overflow:hidden}.battle-header{justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.battle-back,.battle-coins{font-size:.85rem;font-weight:700}.battle-coins{color:var(--orange);background:#fff;border-radius:999px;padding:6px 12px}.battle-shell{-webkit-overflow-scrolling:touch;flex:1;max-width:1080px;margin:0 auto;padding:0 1rem 1rem;overflow-y:auto}.battle-section-title{margin-bottom:.8rem;font-size:1.2rem;font-weight:800}.battle-grid{grid-template-columns:1.1fr 1fr;gap:1rem;display:grid;overflow:hidden}.battle-panel{padding:1rem;overflow:hidden}.battle-deck-slots,.battle-top-deck-slots{grid-template-columns:repeat(5,1fr);gap:.75rem;display:grid}.battle-top-deck-slot,.battle-deck-slot{border:2px dashed var(--border);text-align:center;background:#ffffffb8;border-radius:18px;min-height:108px;padding:.8rem}.battle-top-deck-slot.filled,.battle-deck-slot.filled{border-style:solid}.battle-slot-index{background:var(--blue);color:#fff;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;margin-bottom:.4rem;font-size:.8rem;font-weight:800;display:inline-flex}.battle-slot-name{font-size:.88rem;font-weight:700}.battle-slot-empty{color:var(--sub);font-size:.82rem}.battle-inline-slots{flex-wrap:wrap;justify-content:center;gap:.4rem;padding:.25rem 0 .5rem;display:flex}.battle-inline-slot{border:2px dashed var(--border);cursor:pointer;background:#ffffffb3;border-radius:16px;flex-direction:column;align-items:center;gap:.2rem;width:calc(33.3% - .3rem);min-height:110px;padding:.5rem;font-family:inherit;transition:transform .15s,box-shadow .15s;display:flex;position:relative}.battle-inline-slot:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.battle-inline-slot.filled{border-style:solid;border-color:var(--blue);background:linear-gradient(145deg,#e8f4ff22,#fff)}.battle-inline-slot.empty{border-color:var(--border)}.battle-slot-num{background:var(--blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.65rem;font-weight:800;display:flex}.battle-inline-slot-img{object-fit:contain;filter:drop-shadow(0 2px 4px #0000001a);width:48px;height:48px}.battle-inline-slot-initial{background:var(--bg);width:48px;height:48px;color:var(--sub);border-radius:12px;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex}.battle-inline-slot-name{text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:80px;font-size:.6rem;font-weight:700;line-height:1.2;overflow:hidden}.battle-inline-slot-stats{color:var(--sub);flex-wrap:wrap;justify-content:center;gap:.2rem;font-size:.5rem;font-weight:700;display:flex}.battle-inline-slot-rarity{font-weight:800}.battle-inline-slot-rarity[data-rarity=SR]{color:#845ef7}.battle-inline-slot-rarity[data-rarity=UR]{color:#ffa502}.battle-inline-slot-rarity[data-rarity=EX]{color:#ff6b6b}.battle-inline-slot-rarity[data-rarity=R]{color:#339af0}.battle-inline-slot-plus{color:var(--sub);margin:auto 0;font-size:1.5rem}.battle-inline-slot-remove{background:var(--red);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:800;line-height:1;display:flex;position:absolute;top:2px;right:2px}.battle-save-btn{width:100%;margin-top:.5rem;padding:10px;font-size:.9rem}.battle-start-area{text-align:center;margin-top:1rem}.battle-go-btn{width:100%;max-width:400px;padding:16px;font-size:1.2rem}.battle-go-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.battle-picker-card-img{object-fit:contain;filter:drop-shadow(0 2px 6px #0000001a);width:56px;height:56px;margin:0 auto .3rem}.battle-log-list,.battle-owned-grid{gap:.75rem;display:grid}.battle-log-card,.battle-owned-card{padding:1rem}.battle-trainer-scroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.75rem;padding:4px 4px .5rem;display:flex;overflow-x:auto}.battle-trainer-scroll::-webkit-scrollbar{height:4px}.battle-trainer-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.battle-trainer-card{text-align:center;scroll-snap-align:start;flex-direction:column;flex:0 0 130px;align-items:center;gap:.3rem;padding:.75rem;transition:transform .15s,box-shadow .15s;display:flex}.battle-trainer-card:hover{transform:translateY(-2px)}.battle-trainer-card.selected{box-shadow:inset 0 0 0 3px var(--blue), 0 4px 16px #339af033}.battle-trainer-avatar{object-fit:contain;filter:drop-shadow(0 4px 8px #0000001a);width:72px;height:72px}.battle-trainer-icon{background:var(--bg);width:72px;height:72px;color:var(--sub);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex}.battle-trainer-name{font-size:.85rem;line-height:1.2}.battle-defeated-badge{color:#fff;background:linear-gradient(135deg,#ffa502,#ff6b6b);border-radius:8px;padding:2px 8px;font-size:.6rem;font-weight:800}.battle-trainer-detail{text-align:center;margin-top:.5rem}.battle-trainer-greeting{color:var(--sub);font-size:.85rem;font-style:italic}.battle-log-head,.battle-owned-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.45rem;display:flex}.battle-pill{color:#fff;border-radius:999px;padding:.28rem .7rem;font-size:.72rem;font-weight:800;display:inline-flex}.battle-pill.easy{background:var(--green)}.battle-pill.normal{background:var(--blue)}.battle-pill.hard{background:var(--red)}.battle-actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.battle-deck-layout{grid-template-columns:360px 1fr;gap:1rem;display:grid}.battle-deck-toolbar{justify-content:space-between;align-items:center;margin-bottom:.8rem;display:flex}.battle-deck-name-input{border:1px solid var(--border);border-radius:14px;width:100%;margin-bottom:.9rem;padding:12px 14px}.battle-deck-guide,.battle-guide,.battle-status-strip{background:#fffdf6;margin-bottom:1rem;padding:1rem}.battle-guide-title{margin-bottom:.5rem;font-size:1rem;font-weight:900}.battle-howto-list{gap:.45rem;display:grid}.battle-howto-item{font-size:.92rem;font-weight:700}.battle-deck-slot.active{border-color:var(--blue);box-shadow:0 0 0 4px #339af02e}.battle-deck-remove{color:var(--red);margin-top:.5rem;font-size:.75rem}.battle-filter-row{flex-wrap:wrap;gap:.5rem;margin-bottom:.8rem;display:flex}.battle-filter-btn{border:1px solid var(--border);background:#fff;border-radius:999px;padding:.45rem .85rem;font-size:.8rem;font-weight:700}.battle-filter-btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}.battle-owned-card.selected{outline:3px solid #845ef747}.battle-image-placeholder{color:#607089;text-align:center;background:linear-gradient(135deg,#edf6ff 0%,#fff7e6 100%);border:2px dashed #cbd8ef;border-radius:18px;justify-content:center;align-items:center;font-weight:900;display:flex}.battle-image-placeholder-small{width:72px;height:72px;margin:0 auto .55rem;font-size:.8rem}.battle-image-placeholder-large{width:100%;height:180px;margin-bottom:.8rem;font-size:1.1rem}.battle-play-card-img{object-fit:contain;filter:drop-shadow(0 6px 12px #00000026);width:100%;height:140px;margin-bottom:.8rem}.battle-image-placeholder-trainer{background:linear-gradient(135deg,#fdf3ff 0%,#eef7ff 100%);width:100%;height:120px;margin-bottom:.75rem;font-size:.95rem}.battle-image-placeholder-enemy{background:linear-gradient(135deg,#fff1f1 0%,#fff8e6 100%)}.battle-picker-overlay{z-index:120;background:#1c213585;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.battle-picker-modal{width:min(980px,100%);max-height:88dvh;padding:1rem;overflow:auto}.battle-picker-head{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.battle-owned-grid-modal{grid-template-columns:repeat(2,1fr)}.battle-owned-meta,.battle-card-meta{color:var(--sub);font-size:.78rem}.battle-play-board{grid-template-columns:1fr auto 1fr;align-items:stretch;gap:1rem;display:grid}.battle-card-panel{border:3px solid var(--border);padding:1rem}.battle-card-panel.player{border-color:#339af04d}.battle-card-panel.cpu{border-color:#ff6b6b4d}.battle-card-title{margin-bottom:.5rem;font-size:1rem;font-weight:800}.battle-card-name{margin-bottom:.4rem;font-size:1.35rem;font-weight:900}.battle-hpbar{background:#edf2f7;border-radius:999px;width:100%;height:14px;margin:.35rem 0 .45rem;overflow:hidden}.battle-hpbar-fill{background:linear-gradient(90deg,#51cf66,#94d82d);height:100%}.battle-versus{color:var(--purple);justify-content:center;align-items:center;font-size:1.4rem;font-weight:900;display:flex}.battle-log-board{margin-top:1rem;padding:1rem}.battle-status-strip{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1rem;display:grid}.battle-status-item{background:#f7fbff;border-radius:16px;padding:.9rem}.battle-status-item strong{margin-bottom:.35rem;display:block}.battle-event-list{gap:.55rem;max-height:260px;display:grid;overflow:auto}.battle-event-item{background:#f8fbff;border-radius:14px;align-items:center;gap:.6rem;padding:.75rem .9rem;display:flex}.battle-event-side{min-width:56px;font-size:.72rem;font-weight:800}.battle-event-side.player{color:var(--blue)}.battle-event-side.cpu{color:var(--red)}.battle-play-actions{justify-content:center;gap:.75rem;margin-top:1rem;display:flex}.battle-result-card{text-align:center;max-width:720px;margin:0 auto;padding:2rem}.battle-result-title{margin-bottom:.5rem;font-size:2rem;font-weight:900}.battle-first-win-badge{color:#fff;background:linear-gradient(135deg,#ffa502,#ff6b6b);border-radius:999px;margin-bottom:.75rem;padding:4px 16px;font-size:.85rem;font-weight:800;animation:.5s ease-out badgePop;display:inline-block}@keyframes badgePop{0%{transform:scale(0)}70%{transform:scale(1.2)}to{transform:scale(1)}}.battle-reward-card{text-align:center;margin:1rem 0}.battle-reward-label{color:var(--orange);margin-bottom:.5rem;font-size:1rem;font-weight:800;animation:.6s ease-out badgePop}.battle-reward-card-frame{border-radius:16px;flex-direction:column;align-items:center;padding:1rem 1.5rem;animation:.6s ease-out cardRevealBattle;display:inline-flex}@keyframes cardRevealBattle{0%{opacity:0;transform:rotateY(90deg)scale(.8)}60%{opacity:1;transform:rotateY(-5deg)scale(1.05)}to{opacity:1;transform:rotateY(0)scale(1)}}.battle-reward-card-img{object-fit:contain;filter:drop-shadow(0 4px 8px #00000026);width:80px;height:80px;margin-bottom:.5rem}.battle-reward-card-rarity{font-size:.85rem;font-weight:800}.battle-reward-card-name{margin-top:.25rem;font-size:1rem;font-weight:800}.battle-result-stats{grid-template-columns:repeat(3,1fr);gap:.75rem;margin:1.2rem 0;display:grid}.battle-result-stat{background:#f8fbff;border-radius:18px;padding:1rem}.battle-result-stat strong{margin-bottom:.25rem;font-size:1.45rem;display:block}@media (width<=900px){.battle-grid,.battle-deck-layout,.battle-play-board{grid-template-columns:1fr}.battle-deck-slots,.battle-top-deck-slots{grid-template-columns:repeat(2,1fr)}.battle-result-stats,.battle-picker-head,.battle-status-strip,.battle-owned-grid-modal{grid-template-columns:1fr}}.bp-page{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;background:linear-gradient(#1a1a2e 0%,#16213e 40%,#0f3460 100%);flex-direction:column;height:100dvh;display:flex;overflow:hidden}.bp-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.bp-quit{color:#ffffff80;cursor:pointer;font-size:.75rem;text-decoration:underline}.bp-turn{color:#fffc;font-size:.9rem;font-weight:800}.bp-trainer-badge{align-items:center;gap:.4rem;display:flex}.bp-trainer-avatar{object-fit:contain;filter:drop-shadow(0 2px 4px #0000004d);border:2px solid #ffffff4d;border-radius:50%;width:28px;height:28px}.bp-trainer-name{color:#ffffffb3;font-size:.8rem;font-weight:700}.bp-remaining{flex-shrink:0;justify-content:space-between;padding:0 .75rem;display:flex}.bp-remaining-side{align-items:center;gap:3px;display:flex}.bp-remaining-label{color:#ffffff80;font-size:.55rem;font-weight:700}.bp-thumbs{gap:2px;display:flex}.bp-thumb{background:#ffffff1a;border:2px solid #51cf6680;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .3s;display:flex;position:relative;overflow:hidden}.bp-thumb.active{border-color:#51cf66;box-shadow:0 0 8px #51cf6680}.bp-thumb.cpu{border-color:#ff6b6b80}.bp-thumb.cpu.active{border-color:#ff6b6b;box-shadow:0 0 8px #ff6b6b80}.bp-thumb img{object-fit:contain;width:100%;height:100%}.bp-thumb span{color:#ffffff80;font-size:.75rem;font-weight:800}.bp-thumb.defeated{box-shadow:none;border-color:#ffffff26}.bp-thumb.defeated img{filter:grayscale()opacity(.4)}.bp-thumb.defeated span{opacity:.3}.bp-thumb-x{color:#ff6b6b;text-shadow:0 1px 4px #00000080;justify-content:center;align-items:center;font-size:1.2rem;font-weight:900;display:flex;position:absolute;inset:0}.bp-arena{flex:1;justify-content:center;align-items:center;gap:1rem;padding:0 1rem;display:flex;position:relative}.bp-card-area{flex-direction:column;flex:1;align-items:center;max-width:200px;transition:transform .15s ease-out;display:flex;position:relative}.bp-card-img{object-fit:contain;filter:drop-shadow(0 8px 20px #0006);width:120px;height:120px;transition:transform .15s ease-out}.bp-card-fallback{color:#fff6;background:#ffffff1a;border-radius:24px;justify-content:center;align-items:center;width:120px;height:120px;font-size:2.5rem;font-weight:900;display:flex}.bp-card-empty{color:#fff3;justify-content:center;align-items:center;width:120px;height:120px;font-size:2rem;display:flex}.bp-card-info{text-align:center;width:100%;margin-top:.5rem}.bp-card-name{margin-bottom:.3rem;font-size:.85rem;font-weight:800}.bp-hp-bar{background:#ffffff26;border-radius:4px;width:100%;height:8px;overflow:hidden}.bp-hp-fill{border-radius:4px;height:100%;transition:width .4s ease-out}.bp-hp-text{color:#fff9;margin-top:.2rem;font-size:.7rem}.bp-vs{background:linear-gradient(135deg,#ff6b6b,#ffa502);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex;box-shadow:0 4px 16px #ff6b6b66}.bp-vs.active{animation:.3s ease-out vsPulse}.bp-vs-text{letter-spacing:.05em;font-size:1rem;font-weight:900}@keyframes vsPulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.bp-player.attack{animation:.3s ease-out playerAttack}.bp-cpu.attack{animation:.3s ease-out cpuAttack}@keyframes playerAttack{0%{transform:translate(0)}50%{transform:translate(40px)scale(1.1)}to{transform:translate(0)}}@keyframes cpuAttack{0%{transform:translate(0)}50%{transform:translate(-40px)scale(1.1)}to{transform:translate(0)}}.bp-player.hit,.bp-cpu.hit{animation:.4s ease-out hitShake}@keyframes hitShake{0%,to{transform:translate(0)}15%{transform:translate(-10px)rotate(-3deg)}30%{transform:translate(10px)rotate(3deg)}45%{transform:translate(-6px)rotate(-2deg)}60%{transform:translate(6px)rotate(1deg)}75%{transform:translate(-3px)}}.bp-player.ko,.bp-cpu.ko{animation:.6s ease-out forwards cardKO}@keyframes cardKO{0%{opacity:1;filter:brightness();transform:scale(1)}30%{filter:brightness(2);transform:scale(1.05)}to{opacity:0;transform:scale(.3)translateY(30px)}}.bp-float{text-shadow:0 2px 8px #00000080;pointer-events:none;z-index:10;font-size:1.8rem;font-weight:900;animation:1.2s ease-out forwards floatUp;position:absolute;top:20%;left:50%;transform:translate(-50%)}@keyframes floatUp{0%{opacity:1;transform:translate(-50%)translateY(0)scale(.5)}20%{opacity:1;transform:translate(-50%)translateY(-10px)scale(1.2)}to{opacity:0;transform:translate(-50%)translateY(-60px)scale(.8)}}.bp-event-bar{text-align:center;flex-shrink:0;padding:.75rem 1.5rem}.bp-event-text{color:#ffffffd9;min-height:1.3em;font-size:.9rem;font-weight:700}.bp-tap-prompt{flex-shrink:0;justify-content:center;padding:.5rem 0 1.5rem;transition:opacity .15s;display:flex}.bp-tap-prompt.hidden{opacity:.3;pointer-events:none}.bp-tap-circle{background:linear-gradient(135deg,#ffa502,#ff6b6b);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;animation:1.5s ease-in-out infinite tapBounce;display:flex;box-shadow:0 6px 24px #ff6b6b80}.bp-tap-circle span{letter-spacing:.05em;font-size:1rem;font-weight:900}@keyframes tapBounce{0%,to{transform:scale(1);box-shadow:0 6px 24px #ff6b6b80}50%{transform:scale(1.08);box-shadow:0 8px 32px #ffa50299}}@media (width<=500px){.bp-card-img,.bp-card-fallback,.bp-card-empty{width:90px;height:90px}.bp-card-name{font-size:.75rem}.bp-vs{width:40px;height:40px}.bp-vs-text{font-size:.85rem}.bp-tap-circle{width:60px;height:60px}.bp-tap-circle span{font-size:.85rem}.bp-remaining{padding:0 .5rem}.bp-remaining-label{display:none}.bp-thumb{border-radius:6px;width:24px;height:24px}.bp-thumb-x{font-size:.9rem}}.home-page{background:linear-gradient(135deg,#e8f5e9 0%,#f0f4ff 50%,#fff8e1 100%);flex-direction:column;min-height:100dvh;display:flex}.home-header{justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.home-back{color:var(--sub);font-size:.85rem;text-decoration:underline}.home-profile{align-items:center;gap:1rem;display:flex}.home-nickname{cursor:pointer;font-size:1rem;font-weight:700;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}.home-coins{color:var(--orange);background:#fff;border-radius:20px;padding:4px 12px;font-size:.9rem;font-weight:700;box-shadow:0 1px 4px #00000014}.home-logout{color:var(--sub);font-size:.8rem;text-decoration:underline}.home-content{flex:1;padding-bottom:70px}.home-main{flex-direction:column;flex:1;align-items:center;padding:1rem 2rem 2rem;display:flex}.home-title-logo{filter:drop-shadow(0 4px 12px #0000001a);width:220px;max-width:60%;height:auto;margin-bottom:1.5rem}.home-title{color:var(--blue);margin-bottom:1.5rem;font-size:2.2rem;font-weight:800}.home-menu-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;max-width:480px;display:grid}.home-menu-card{cursor:pointer;border:none;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;font-family:inherit;transition:transform .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.home-menu-card:before{content:"";opacity:.12;border-radius:24px;transition:opacity .2s;position:absolute;inset:0}.home-menu-card:hover{transform:translateY(-6px)scale(1.04);box-shadow:0 12px 28px #0000001f}.home-menu-card:hover:before{opacity:.2}.home-menu-card:active{transform:translateY(0)scale(.97)}.home-menu-study{background:linear-gradient(145deg,#e8f4ff 0%,#fff 60%);box-shadow:0 6px 20px #339af01f}.home-menu-study:before{background:linear-gradient(135deg,#339af0,#74c0fc)}.home-menu-gacha{background:linear-gradient(145deg,#fff4e6 0%,#fff 60%);box-shadow:0 6px 20px #ffa5021f}.home-menu-gacha:before{background:linear-gradient(135deg,#ffa502,#ffd43b)}.home-menu-cards{background:linear-gradient(145deg,#f3f0ff 0%,#fff 60%);box-shadow:0 6px 20px #845ef71f}.home-menu-cards:before{background:linear-gradient(135deg,#845ef7,#b197fc)}.home-menu-battle{background:linear-gradient(145deg,#ffe8e8 0%,#fff 60%);box-shadow:0 6px 20px #ff6b6b1f}.home-menu-battle:before{background:linear-gradient(135deg,#ff6b6b,#ffa8a8)}.home-menu-icon{object-fit:contain;filter:drop-shadow(0 4px 8px #00000014);width:72px;height:72px;margin-bottom:.5rem}.home-menu-label{font-size:1.1rem;font-weight:700}.home-placeholder{flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:60dvh;padding-bottom:70px;display:flex}.home-placeholder-emoji{margin-bottom:1rem;font-size:4rem}.home-placeholder-text{color:var(--sub);font-size:1.1rem;font-weight:700}.home-modal-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.home-modal{width:90%;max-width:400px;padding:2rem}.home-modal h2{text-align:center;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700}.home-settings-form{flex-direction:column;gap:1rem;display:flex}.home-settings-form label{color:var(--sub);flex-direction:column;gap:.4rem;font-size:.9rem;font-weight:600;display:flex}.home-settings-form select{appearance:auto}.home-settings-actions{justify-content:flex-end;gap:.75rem;margin-top:.5rem;display:flex}
