.App{text-align:center;padding:2rem}button{padding:.5rem 1rem;font-size:1rem;border-radius:.5rem;border:1px solid #ccc;background:#fff;cursor:pointer}button:hover{background:#f0f0f0}.dictionary-app{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.app-header{background:rgba(0,0,0,.3);color:#fff;padding:30px 20px;text-align:center;border-bottom:3px solid rgba(255,255,255,.2);box-shadow:0 2px 10px #0000001a}.app-header h1{margin:0 0 15px;font-size:2.5em;font-weight:700;letter-spacing:1px}.storage-info{font-size:14px;opacity:.9;background:rgba(255,255,255,.1);padding:8px 16px;border-radius:20px;display:inline-block}.app-main{flex:1;padding:30px 20px;max-width:1200px;margin:0 auto;width:100%}.form-section{background:white;border-radius:12px;padding:30px;margin-bottom:30px;box-shadow:0 10px 30px #0003}.form-section h2{color:#333;margin-top:0;margin-bottom:20px;font-size:1.5em;border-bottom:3px solid #667eea;padding-bottom:10px}.list-section{background:white;border-radius:12px;padding:30px;box-shadow:0 10px 30px #0003}.list-section h2{color:#333;margin-top:0;margin-bottom:20px;font-size:1.5em;border-bottom:3px solid #667eea;padding-bottom:10px}.no-words{text-align:center;color:#999;padding:40px 20px;font-size:16px}.app-footer{background:rgba(0,0,0,.3);color:#fff;text-align:center;padding:20px;margin-top:auto;border-top:3px solid rgba(255,255,255,.2)}.app-footer p{margin:0;font-size:14px}@media (max-width: 768px){.app-header h1{font-size:1.8em}.app-main{padding:15px 10px}.form-section,.list-section{padding:20px}.form-section h2,.list-section h2{font-size:1.2em}}.word-form{display:flex;flex-direction:column;gap:20px}.error-message{background-color:#fee;color:#c33;padding:12px 16px;border-radius:6px;border-left:4px solid #c33;font-weight:500}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#333;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.form-group input,.form-group textarea{padding:12px 16px;border:2px solid #e0e0e0;border-radius:6px;font-family:inherit;font-size:14px;transition:all .3s ease;resize:vertical}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#aaa}.form-actions{display:flex;gap:12px;margin-top:10px}.btn-primary,.btn-secondary{padding:12px 24px;border:none;border-radius:6px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;flex:1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#f0f0f0;color:#333;flex:1}.btn-secondary:hover{background:#e0e0e0;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}@media (max-width: 768px){.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.word-list{display:flex;flex-direction:column}.words-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:20px;margin-top:20px}.word-card{background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);border-radius:10px;padding:20px;box-shadow:0 5px 15px #0000001a;transition:all .3s ease;border:2px solid transparent}.word-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026;border-color:#667eea}.word-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;gap:15px}.word-title{margin:0;color:#333;font-size:1.4em;word-break:break-word;flex:1}.word-actions{display:flex;gap:8px;white-space:nowrap}.btn-edit,.btn-delete{padding:8px 12px;border:none;border-radius:5px;font-size:12px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-edit{background:#667eea;color:#fff}.btn-edit:hover{background:#5568d3;transform:scale(1.05)}.btn-delete{background:#ff6b6b;color:#fff}.btn-delete:hover{background:#ee5a52;transform:scale(1.05)}.word-content{display:flex;flex-direction:column;gap:12px}.definition-section,.example-section{background:rgba(255,255,255,.8);padding:12px;border-radius:6px;border-left:4px solid #667eea}.definition-section strong,.example-section strong{color:#333;display:block;margin-bottom:6px;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.definition-section p,.example-section p{margin:0;color:#555;line-height:1.6;font-size:14px}.empty-message{text-align:center;color:#999;padding:40px 20px;font-size:16px}@media (max-width: 768px){.words-container{grid-template-columns:1fr}.word-header{flex-direction:column}.word-actions{width:100%}.btn-edit,.btn-delete{flex:1}}.filter-bar{background:#f5f7fa;padding:20px;border-radius:8px;margin-bottom:20px;border:2px solid #e0e0e0}.filter-bar label{display:block;font-weight:600;color:#333;margin-bottom:15px;font-size:14px;text-transform:uppercase;letter-spacing:.5px}.filter-buttons{display:flex;flex-wrap:wrap;gap:8px}.filter-btn{padding:8px 12px;border:2px solid #ddd;background:white;color:#333;border-radius:5px;cursor:pointer;font-weight:600;font-size:12px;transition:all .2s ease;min-width:35px;text-align:center}.filter-btn:hover{border-color:#667eea;background:#f0f4ff;transform:scale(1.05)}.filter-btn.active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border-color:#667eea;box-shadow:0 3px 10px #667eea4d}@media (max-width: 768px){.filter-buttons{gap:6px}.filter-btn{padding:6px 10px;font-size:11px;min-width:32px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{height:100%;width:100%}#root{display:flex;flex-direction:column}.App{display:flex;flex-direction:column;min-height:100vh}
