.profile-select{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.profile-container{background:#fff;border-radius:2rem;padding:3rem;box-shadow:0 10px 40px #0003;max-width:800px;width:100%}.title{font-size:3rem;text-align:center;color:#667eea;margin-bottom:1rem;font-weight:700}.subtitle{font-size:1.5rem;text-align:center;color:#666;margin-bottom:2rem}.profiles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem;margin-bottom:2rem}.profile-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:1.5rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#fff;min-height:180px;transition:transform .2s ease,box-shadow .2s ease}.profile-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0003}.profile-card.new-profile{background:#e0e0e0;color:#666}.profile-avatar{width:80px;height:80px;border-radius:50%;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-placeholder{font-size:2.5rem;font-weight:700;color:#667eea}.profile-name{font-size:1.25rem;font-weight:700;text-align:center}.profile-points{font-size:1rem;opacity:.9}.new-profile-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:1.5rem;padding:2rem;max-width:400px;width:90%}.modal-content h2{font-size:1.75rem;margin-bottom:1.5rem;color:#667eea;text-align:center}.modal-content input{width:100%;padding:1rem;font-size:1.25rem;border:2px solid #e0e0e0;border-radius:.75rem;margin-bottom:1.5rem;text-align:center}.modal-buttons{display:flex;gap:1rem}.modal-buttons button{flex:1;padding:1rem;font-size:1.25rem;font-weight:700;border-radius:.75rem}.modal-buttons button:first-child{background:#667eea;color:#fff}.modal-buttons button:last-child{background:#e0e0e0;color:#666}.loading{display:flex;align-items:center;justify-content:center;font-size:2rem;color:#fff}.home{min-height:100vh;display:flex;flex-direction:column}.home-header{background:#fff3;padding:1.5rem 2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-info{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.user-name{font-size:1.5rem;font-weight:700;color:#fff}.user-points{font-size:1.75rem;font-weight:700;color:gold;background:#fff3;padding:.5rem 1.5rem;border-radius:2rem}.home-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem}.home-title{font-size:4rem;color:#fff;margin-bottom:3rem;text-shadow:0 4px 8px rgba(0,0,0,.2);font-weight:700}.menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1000px;width:100%;margin-bottom:3rem}@media (max-width: 900px){.menu-grid{grid-template-columns:repeat(2,1fr);max-width:500px}}@media (max-width: 480px){.menu-grid{grid-template-columns:1fr;max-width:300px}}.menu-button{background:#fff;border-radius:1.5rem;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;transition:all .2s ease;box-shadow:0 4px 12px #00000026;width:100%;max-width:250px;margin:0 auto}.menu-button:hover{transform:translateY(-8px);box-shadow:0 8px 20px #00000040}.menu-icon{font-size:3.5rem;line-height:1}.menu-label{font-size:1.25rem;font-weight:700;color:#333;text-align:center}.menu-button.menu-quiz{background:linear-gradient(135deg,#84fab0,#8fd3f4)}.menu-button.menu-gacha{background:linear-gradient(135deg,#fbc2eb,#a6c1ee)}.menu-button.menu-collection{background:linear-gradient(135deg,#ffecd2,#fcb69f)}.menu-button.menu-mistake{background:linear-gradient(135deg,#ff9a9e,#fecfef)}.back-button{background:#ffffff4d;color:#fff;padding:1rem 3rem;font-size:1.5rem;font-weight:700;border-radius:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.back-button:hover{background:#fff6}.quiz{height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden}.quiz-header{flex:0 0 auto;background:#fff3;padding:.75rem 2rem;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.home-link{background:#ffffff4d;color:#fff;padding:.6rem 1.25rem;font-size:1.1rem;font-weight:700;border-radius:1rem}.points-display{font-size:1.25rem;font-weight:700;color:gold;background:#fff3;padding:.4rem 1.25rem;border-radius:1rem}.mistake-remaining{font-size:1.25rem;font-weight:700;color:#fff;background:#ff408159;padding:.4rem 1.25rem;border-radius:1rem}.quiz-content{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(.75rem,2vh,1.5rem);padding:clamp(.5rem,2vh,1.5rem) 1.5rem;max-width:700px;margin:0 auto;width:100%}.quiz-question{flex:0 0 auto;width:100%;height:clamp(160px,32vh,260px);background:#fff;border-radius:2rem;padding:1rem 1.5rem;text-align:center;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;overflow:hidden}.question-reading{font-size:clamp(.75rem,1.6vh,1rem);color:#999;font-weight:400;line-height:1.2}.question-text{font-size:clamp(1.1rem,2.4vh,1.75rem);color:#333;font-weight:700;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.question-image-container{position:relative;width:clamp(80px,18vh,140px);height:clamp(80px,18vh,140px);display:flex;align-items:center;justify-content:center;flex:0 1 auto;min-height:0}.question-image{max-width:100%;max-height:100%;border-radius:1rem}.image-placeholder{display:none;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:#f0f0f0;border-radius:1rem;color:#999;font-size:2rem;text-align:center;padding:.5rem}.emoji-image{font-size:clamp(3rem,15vh,6rem);line-height:1;-webkit-user-select:none;user-select:none}.listen-again-button{flex:0 0 auto;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem 1.25rem;font-size:1rem;font-weight:700;border-radius:1.5rem;box-shadow:0 4px 12px #00000026}.listen-again-button:hover{box-shadow:0 6px 16px #0003}.quiz-choices{flex:0 0 auto;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;width:100%;max-width:620px;height:clamp(180px,36vh,280px)}.choice-button{position:relative;background:#fff;border-radius:1.5rem;padding:.5rem 1rem;font-size:clamp(1rem,2vh,1.4rem);font-weight:700;color:#333;transition:all .2s ease;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;overflow:hidden}.choice-button:hover:not(:disabled){transform:translateY(-4px);box-shadow:0 6px 16px #0003;background:#f0f0f0}.choice-button:disabled{opacity:.6}.choice-button.choice-highlight{background:#c5f542;opacity:1}.choice-button.choice-marked-correct,.choice-button.choice-marked-wrong{opacity:1}.choice-mark{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:clamp(2.5rem,8vh,4rem);font-weight:900;line-height:1;pointer-events:none;border-radius:1.5rem;animation:mark-pop .3s ease}.mark-correct,.mark-wrong{color:#e53935;background:#fff9}@keyframes mark-pop{0%{transform:scale(.4);opacity:0}to{transform:scale(1);opacity:1}}.combo-banner{font-size:clamp(1.75rem,4vh,2.5rem);font-weight:900;color:#ff4081;margin-bottom:.75rem;animation:combo-pop .4s ease}@keyframes combo-pop{0%{transform:scale(.5);opacity:0}60%{transform:scale(1.15);opacity:1}to{transform:scale(1);opacity:1}}.choice-content{display:flex;flex-direction:column;align-items:center;gap:.25rem;max-width:100%}.choice-emoji{font-size:clamp(1.75rem,6vh,2.75rem);line-height:1}.choice-image{max-width:50px;max-height:50px;border-radius:.5rem}.choice-text{font-size:clamp(.9rem,1.8vh,1.1rem)}.choice-japanese{font-size:clamp(.75rem,1.4vh,.9rem);color:#777}.result-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000026;display:flex;align-items:flex-start;justify-content:center;z-index:200;padding:1rem 1.5rem;pointer-events:none}.quiz-result{background:#fff;border-radius:2rem;padding:clamp(1rem,3vh,1.75rem) clamp(1.5rem,4vh,2.5rem);text-align:center;box-shadow:0 10px 40px #0000004d;max-width:600px;width:100%;max-height:clamp(260px,46vh,400px);overflow-y:auto;animation:result-pop .25s ease;pointer-events:auto}.result-icon{font-size:clamp(2.5rem,6vh,4rem);margin-bottom:.5rem}.result-text{font-size:clamp(1.5rem,3.2vh,2rem);font-weight:700;margin-bottom:.5rem}.quiz-result.correct .result-text{color:#4caf50}.quiz-result.incorrect .result-text{color:#ff9800}.explanation{font-size:clamp(.9rem,2vh,1.1rem);color:#888;margin-bottom:.75rem}.points-earned{font-size:clamp(1.25rem,2.6vh,1.75rem);font-weight:700;color:gold;margin-bottom:.5rem}.next-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:clamp(.6rem,1.6vh,1rem) 2.5rem;font-size:clamp(1.1rem,2.4vh,1.5rem);font-weight:700;border-radius:2rem;box-shadow:0 4px 12px #00000026}.next-button:hover:not(:disabled){box-shadow:0 6px 16px #0003}.next-button:disabled{opacity:.5}.quiz-loading,.quiz-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;height:100dvh;font-size:2rem;color:#fff;gap:2rem}.quiz-error button{background:#fff;color:#667eea;padding:1rem 2rem;font-size:1.25rem;font-weight:700;border-radius:1rem}.gacha{min-height:100vh;display:flex;flex-direction:column}.gacha-header{background:#fff3;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gacha-content{flex:1;padding:2rem;max-width:800px;margin:0 auto;width:100%}.gacha-title{font-size:3rem;color:#fff;text-align:center;margin-bottom:2rem;text-shadow:0 4px 8px rgba(0,0,0,.2)}.gacha-pool{background:#fff;border-radius:1.5rem;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 12px #00000026}.pool-name{font-size:2rem;color:#667eea;margin-bottom:1rem;text-align:center}.pool-rates{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;font-size:1rem;color:#666}.pool-buttons{display:flex;gap:1rem}.pull-button{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1.5rem;font-size:1.5rem;font-weight:700;border-radius:1rem;box-shadow:0 4px 12px #00000026}.pull-button:hover:not(:disabled){box-shadow:0 6px 16px #0003}.pull-button.multi{background:linear-gradient(135deg,#f093fb,#f5576c)}.gacha-results-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.results-content{background:#fff;border-radius:2rem;padding:2rem;max-width:900px;width:100%;max-height:90vh;overflow-y:auto}.results-content h2{font-size:2rem;color:#667eea;text-align:center;margin-bottom:2rem}.results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-bottom:2rem}.result-item{background:#f5f5f5;border-radius:1rem;padding:1rem;text-align:center;position:relative;border:3px solid}.result-item.rarity-n{border-color:#9e9e9e}.result-item.rarity-r{border-color:#4caf50}.result-item.rarity-sr{border-color:#2196f3}.result-item.rarity-ssr{border-color:gold;background:linear-gradient(135deg,#fff9e6,#ffe4b3)}.item-rarity{font-weight:700;font-size:.875rem;margin-bottom:.5rem}.item-name{font-size:1rem;font-weight:700;margin-bottom:.25rem}.new-badge{position:absolute;top:-8px;right:-8px;background:#ff4081;color:#fff;padding:.25rem .5rem;border-radius:.5rem;font-size:.75rem;font-weight:700}.refund{margin-top:.5rem;color:gold;font-weight:700}.close-button{width:100%;background:#667eea;color:#fff;padding:1rem;font-size:1.5rem;font-weight:700;border-radius:1rem}.gacha-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:2rem;color:#fff}.collection{min-height:100vh;display:flex;flex-direction:column}.collection-header{background:#fff3;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.collection-progress{font-size:1.5rem;font-weight:700;color:#fff;background:#fff3;padding:.5rem 1.5rem;border-radius:1rem}.collection-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.collection-title{font-size:3rem;color:#fff;text-align:center;margin-bottom:2rem;text-shadow:0 4px 8px rgba(0,0,0,.2)}.collection-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.5rem}.collection-item{background:#fff;border-radius:1rem;padding:1.5rem;text-align:center;border:3px solid;transition:all .2s ease;min-height:150px;display:flex;flex-direction:column;justify-content:center;position:relative}.collection-item.owned{cursor:pointer}.collection-item.owned:hover{transform:translateY(-4px);box-shadow:0 6px 16px #0003}.collection-item.rarity-n{border-color:#9e9e9e}.collection-item.rarity-r{border-color:#4caf50}.collection-item.rarity-sr{border-color:#2196f3}.collection-item.rarity-ssr{border-color:gold;background:linear-gradient(135deg,#fff9e6,#ffe4b3)}.collection-item.locked{background:#f0f0f0;border-color:#ccc;opacity:.6}.item-rarity{font-weight:700;font-size:.875rem;margin-bottom:.5rem;color:#666}.item-image{width:100%;aspect-ratio:1 / 1;object-fit:contain;margin-bottom:.5rem;display:block}.item-name{font-size:1.125rem;font-weight:700;margin-bottom:.25rem;color:#333}.item-locked{font-size:3rem;color:#999;margin-bottom:.5rem}.locked-text{color:#999}.item-count{position:absolute;top:.5rem;right:.5rem;background:#667eea;color:#fff;padding:.25rem .5rem;border-radius:.5rem;font-size:.875rem;font-weight:700}.empty-message{text-align:center;color:#fff;font-size:1.5rem;margin-top:4rem}.empty-message p{margin-bottom:1rem}.collection-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:2rem;color:#fff}.item-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:300;padding:2rem}.item-detail-panel{background:#fff;border-radius:2rem;padding:2rem;text-align:center;max-width:360px;width:100%;border:4px solid;box-shadow:0 10px 40px #0000004d;animation:result-pop .2s ease}@keyframes result-pop{0%{transform:scale(.85);opacity:0}to{transform:scale(1);opacity:1}}.item-detail-panel.rarity-n{border-color:#9e9e9e}.item-detail-panel.rarity-r{border-color:#4caf50}.item-detail-panel.rarity-sr{border-color:#2196f3}.item-detail-panel.rarity-ssr{border-color:gold;background:linear-gradient(135deg,#fff9e6,#ffe4b3)}.item-detail-image{width:60%;max-width:200px;aspect-ratio:1 / 1;object-fit:contain;margin:.5rem auto;display:block}.item-detail-name{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.item-detail-description{font-size:1rem;color:#666;margin-bottom:1rem}.item-detail-count{font-size:1rem;font-weight:700;color:#667eea;margin-bottom:1rem}.item-detail-panel .listen-again-button{display:inline-block;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.6rem 1.5rem;font-size:1rem;font-weight:700;border-radius:1.5rem;margin-bottom:1rem;box-shadow:0 4px 12px #00000026}.item-detail-panel .close-button{width:100%;background:#667eea;color:#fff;padding:1rem;font-size:1.25rem;font-weight:700;border-radius:1rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}#root{min-height:100vh;display:flex;flex-direction:column}button{cursor:pointer;font-family:inherit;border:none;outline:none;transition:all .2s ease}button:active{transform:scale(.95)}button:disabled{cursor:not-allowed;opacity:.5}
