:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#333;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-weight:400;line-height:1.5}body{min-width:320px;min-height:100vh;margin:0}#root{width:100%;margin:0}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.app-container{flex-direction:column;min-height:100vh;display:flex}.header{color:#fff;text-align:center;background:linear-gradient(135deg,#e60023,#bd081c);padding:2rem}.header h1{margin-bottom:.5rem;font-size:2.5rem}.header p{opacity:.9;font-size:1.1rem}.tabs-container{background:#fff;border-bottom:1px solid #ddd}.tabs{max-width:800px;margin:0 auto;display:flex}.tab{cursor:pointer;color:#666;background:0 0;border:none;border-bottom:3px solid #0000;flex:1;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.tab:hover{color:#333;background:#f9f9f9}.tab.active{color:#e60023;border-bottom-color:#e60023}.main-content{flex:1;width:100%;max-width:800px;margin:0 auto;padding:2rem}.tab-content{animation:.3s fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.url-form{margin-bottom:2rem}.input-group{gap:.5rem;display:flex}.url-input{border:2px solid #ddd;border-radius:8px;outline:none;flex:1;padding:1rem 1.5rem;font-size:1rem;transition:border-color .3s}.url-input:focus{border-color:#e60023}.submit-button{color:#fff;cursor:pointer;background:#e60023;border:none;border-radius:8px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background .3s}.submit-button:hover:not(:disabled){background:#bd081c}.submit-button:disabled{cursor:not-allowed;background:#ccc}.error-message{color:#c62828;background:#ffebee;border:1px solid #ffcdd2;border-radius:8px;margin-bottom:1rem;padding:1rem}.media-result{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.media-info{gap:1rem;margin-bottom:1rem;font-size:.9rem;display:flex}.media-type{color:#fff;background:#e60023;border-radius:20px;padding:.25rem .75rem;font-weight:600}.media-dimensions{color:#666;align-items:center;display:flex}.media-preview{text-align:center;margin-bottom:1.5rem}.thumbnail,.preview-image{border-radius:8px;max-width:100%;max-height:400px;box-shadow:0 2px 8px #0000001a}.download-button{color:#fff;cursor:pointer;background:#4caf50;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1.1rem;font-weight:600;transition:background .3s}.download-button:hover{background:#388e3c}.empty-history{text-align:center;color:#666;padding:3rem 2rem}.empty-history p:first-child{margin-bottom:.5rem;font-size:1.2rem}.history-header{justify-content:flex-end;margin-bottom:1rem;display:flex}.clear-button{color:#fff;cursor:pointer;background:#ff5252;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:background .3s}.clear-button:hover{background:#d32f2f}.history-list{flex-direction:column;gap:1rem;display:flex}.history-item{background:#fff;border-radius:12px;flex-wrap:wrap;align-items:center;gap:1rem;padding:1.5rem;display:flex;box-shadow:0 2px 8px #0000001a}.history-item-info{flex-direction:column;flex:1;gap:.5rem;min-width:200px;display:flex}.history-type{color:#fff;background:#e60023;border-radius:20px;align-self:flex-start;padding:.25rem .75rem;font-size:.8rem;font-weight:600}.history-url{color:#666;word-break:break-all;font-size:.9rem}.history-timestamp{color:#999;font-size:.8rem}.history-item-preview{border-radius:8px;flex-shrink:0;width:100px;height:100px;overflow:hidden}.history-thumbnail{object-fit:cover;width:100%;height:100%}.history-download-button{color:#fff;cursor:pointer;white-space:nowrap;background:#4caf50;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:background .3s}.history-download-button:hover{background:#388e3c}.footer{color:#999;text-align:center;background:#333;padding:1rem;font-size:.9rem}@media (width<=600px){.input-group{flex-direction:column}.url-input,.submit-button{width:100%}.header h1{font-size:1.8rem}.history-item{flex-direction:column;align-items:stretch}.history-item-preview{width:100%;height:150px}.history-download-button{width:100%}}
