body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;align-items:center;background-color:#f0f2f5;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;justify-content:center;margin:0;min-height:100vh}.App{background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #0000001a;max-width:1200px;padding:2rem;text-align:center;width:90%}.header{margin-bottom:2rem}.header h1{color:#2c3e50;font-size:3rem;font-weight:700}.alphabet-selector{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:2rem}.alphabet-button{background-color:#ecf0f1;border:2px solid #3498db;border-radius:8px;color:#2980b9;cursor:pointer;font-size:1.2rem;font-weight:600;height:40px;transition:all .2s ease-in-out;width:40px}.alphabet-button:hover{background-color:#3498db;color:#fff}.alphabet-button.active{background-color:#2980b9;border-color:#2980b9;color:#fff}.main-content{display:flex;gap:2rem}.word-list{display:flex;flex:1 1;flex-direction:column;gap:1rem}.word-item{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex-wrap:wrap;padding:1rem;transition:all .2s ease-in-out}.word-item.selected{border-color:#3498db;box-shadow:0 4px 15px #3498db33;transform:scale(1.02)}.word-text{color:#34495e;flex-grow:1;font-size:1.8rem;font-weight:600;text-align:left}.image-display-area{align-items:center;background-color:#f8f9fa;border-radius:12px;display:flex;flex:1.5 1;flex-direction:column;justify-content:center;min-height:400px;padding:1rem}.word-image-large{border-radius:8px;margin-bottom:1rem;max-height:400px;max-width:100%;object-fit:contain}.image-placeholder{color:#95a5a6;font-size:1.5rem}.conversation-text{background-color:#fff;border-radius:8px;margin-top:1rem;padding:1rem;text-align:center;width:100%}.conversation-q{color:#2980b9;font-size:1.2rem;font-weight:600;margin:0 0 .5rem}.conversation-a{color:#34495e;font-size:1.1rem;font-weight:500;margin:0}.card-buttons{align-items:center;display:flex;gap:10px}.icon-button{background:none;border:none;color:#3498db;cursor:pointer;font-size:2rem;padding:5px;transition:color .2s}.icon-button:hover{color:#2980b9}.feedback{color:#34495e;font-size:.9rem;font-weight:500;margin-top:.5rem;min-height:20px;padding-left:10px;text-align:left;width:100%}.feedback div{padding:1px 0}
/*# sourceMappingURL=main.d354c8ca.css.map*/