*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .3s ease}button:hover{opacity:.8;transform:translateY(-2px)}button:active{transform:translateY(0)}input,textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;padding:8px 12px}input:focus,textarea:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a;outline:none}.app{background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;min-height:100vh}.app-header{background:#000000b3;box-shadow:0 2px 8px #0000001a;color:#fff;flex-shrink:0;padding:1rem;text-align:center}.app-header h1{font-size:1.5rem;margin-bottom:0}.app-header p{display:none}.app-main{margin:0 auto;max-width:1400px;overflow:hidden;padding:1rem;width:100%}.app-main,.history-section{display:flex;flex:1 1;flex-direction:column;min-height:0}.history-section{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;overflow-y:auto;padding:2rem}.app-footer{box-shadow:0 -2px 8px #0000001a;color:#fff;font-size:.9rem;padding:.75rem;text-align:center}.app-footer,.form-spacer{background:#000000b3;flex-shrink:0}.form-spacer{height:190px;padding-bottom:1rem}.form-section{background:#fff;border-radius:16px;bottom:0;box-shadow:0 -4px 16px #0000001a;left:0;margin:1rem 1rem 0;padding:1rem;position:fixed;right:0;z-index:100}@media (max-width:768px){.app-header h1{font-size:1.3rem}.app-main{padding:1rem}.history-section{padding:1.5rem}.form-spacer{height:200px;padding-bottom:1rem}.form-section{border-radius:8px;margin:.75rem}}@media (max-width:480px){.app-header h1{font-size:1.2rem}.app-main{padding:.5rem}.history-section{border-radius:8px;padding:1rem}.app-header{padding:.75rem}.app-footer{font-size:.75rem;padding:.5rem}.form-spacer{height:180px;padding-bottom:.75rem}.form-section{border-radius:8px;margin:.5rem}}.translation-form{background:#fff;border-top:1px solid #ddd;box-shadow:0 -2px 8px #0000001a;display:flex;flex-direction:column;gap:.75rem;padding:1rem}.error-message{background-color:#fee;border-left:4px solid #f44;border-radius:4px;color:#c00;font-size:.9rem;margin:0;padding:.75rem 1rem}.form-input-container{display:flex;flex-direction:column;gap:.75rem}.language-selector-bottom{align-items:center;display:flex;gap:.5rem}.lang-select{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;flex:1 1;font-size:.85rem;min-width:0;padding:.5rem}.lang-select:focus{border-color:#667eea;outline:none}.swap-button-bottom{align-items:center;background-color:#667eea;border-radius:4px;color:#fff;display:flex;flex-shrink:0;font-size:1rem;height:40px;justify-content:center;padding:0;transition:all .3s ease;width:40px}.swap-button-bottom:hover:not(:disabled){background-color:#5568d3}.swap-button-bottom:disabled{cursor:not-allowed;opacity:.5}.input-group{align-items:flex-end;display:flex;gap:.5rem}.text-input{border:1px solid #ddd;border-radius:4px;flex:1 1;font-family:inherit;font-size:1rem;line-height:1.5;min-height:44px;padding:.75rem;transition:border-color .3s ease}.text-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.text-input:disabled{background-color:#f5f5f5;cursor:not-allowed}.submit-button{align-items:center;background-color:#667eea;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:44px;justify-content:center;padding:0;transition:all .3s ease;width:44px}.submit-button:hover:not(:disabled){background-color:#5568d3;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.5}.submit-button:active:not(:disabled){transform:translateY(0)}@media (max-width:768px){.translation-form{gap:.5rem;padding:.75rem}.language-selector-bottom{gap:.25rem}.lang-select{font-size:.75rem;padding:.4rem .25rem}.swap-button-bottom{font-size:.9rem;height:36px;width:36px}.text-input{min-height:40px;padding:.5rem}.submit-button{font-size:1rem;height:40px;width:40px}}@media (max-width:480px){.translation-form{padding:.5rem}.language-selector-bottom{gap:.2rem}.lang-select{font-size:.7rem;padding:.35rem .2rem}.swap-button-bottom{font-size:.8rem;height:32px;width:32px}.text-input{font-size:.95rem;min-height:36px;padding:.4rem}.submit-button{font-size:.9rem;height:36px;width:36px}.input-group{gap:.3rem}}.translation-history{display:flex;flex-direction:column;gap:1.5rem;height:100%}.history-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.history-header h2{color:#333;font-size:1rem;margin:0}.btn-clear-all{background-color:#ff6b6b;border-radius:4px;color:#fff;cursor:pointer;font-size:.75rem;padding:.4rem .75rem;transition:background-color .3s ease}.btn-clear-all:hover{background-color:#ee5a52}.search-and-filter{display:flex;flex-wrap:wrap;gap:1rem}.search-box{align-items:center;display:flex;flex:1 1;min-width:200px;position:relative}.search-input{border:1px solid #ddd;border-radius:4px;font-size:.95rem;padding:.75rem .75rem .75rem 2.5rem;width:100%}.search-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-icon{color:#999;left:.75rem;pointer-events:none;position:absolute}.entries-container{background:#fff;border:1px solid #ddd;border-radius:4px;flex:1 1;overflow-y:auto}.empty-state,.entries-table,.no-results{display:flex;flex-direction:column}.empty-state,.no-results{align-items:center;color:#999;flex:1 1;justify-content:center;padding:2rem;text-align:center}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-text{color:#666;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.empty-hint{color:#999;font-size:.9rem}.entries-container::-webkit-scrollbar{width:8px}.entries-container::-webkit-scrollbar-track{background:#f1f1f1}.entries-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.entries-container::-webkit-scrollbar-thumb:hover{background:#999}@media (max-width:768px){.search-and-filter{flex-direction:column}.filter-select,.search-box{min-width:100%}.history-header{align-items:flex-start;flex-direction:column;gap:.5rem}.btn-clear-all{align-self:flex-start}}.history-entry-row{grid-gap:.5rem;align-items:center;background:#fff;border-bottom:1px solid #eee;cursor:pointer;display:grid;gap:.5rem;grid-template-columns:90px 1fr 1fr 80px 50px;padding:.5rem .75rem;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.history-entry-row:hover{background-color:#f9f9f9}.history-entry-row:last-child{border-bottom:none}.entry-lang{color:#667eea;font-size:.7rem;font-weight:600;white-space:nowrap}.entry-original,.entry-translated{min-width:0;overflow:hidden}.entry-text{-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;color:#333;display:block;display:-webkit-box;font-size:.85rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.entry-time{color:#999;font-size:.75rem;white-space:nowrap}.entry-actions{display:flex;justify-content:center}.btn-delete-compact{background:#0000;border:none;cursor:pointer;font-size:1rem;padding:.2rem;transition:transform .2s ease}.btn-delete-compact:hover{transform:scale(1.2)}.history-entry-expanded{display:contents}.history-entry-expanded+.history-entry-row:before{content:"";grid-column:1/-1}.expanded-content{grid-gap:2rem;background:#f9f9f9;border-bottom:1px solid #eee;display:grid;gap:2rem;grid-column:1/-1;grid-template-columns:1fr 1fr;padding:1rem}.expanded-section{display:flex;flex-direction:column;gap:.75rem}.expanded-section h4{color:#667eea;font-size:.9rem;font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.expanded-section p{word-wrap:break-word;background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;font-size:.95rem;line-height:1.5;margin:0;max-height:150px;overflow-y:auto;padding:.75rem}.copy-btn{background:#f0f0f0;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.copy-btn:hover{background:#e0e0e0}.copy-btn.copied{background:#4caf50;border-color:#4caf50;color:#fff}@media (max-width:1200px){.history-entry-row{gap:.4rem;grid-template-columns:80px 1fr 1fr 60px 40px}}@media (max-width:768px){.history-entry-row{gap:.4rem;grid-template-columns:1fr 1fr 50px;padding:.5rem}.entry-lang{font-size:.65rem;grid-column:1/-1;margin-bottom:.15rem}.entry-original,.entry-translated{font-size:.8rem}.entry-time{display:none}.entry-actions{grid-column:3;grid-row:2}.expanded-content{gap:1rem;grid-template-columns:1fr;padding:.75rem}}
/*# sourceMappingURL=main.735f37c3.css.map*/