body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#4a90e2;--secondary-color:#f5f7fa;--text-color:#2c3e50;--error-color:#e74c3c;--success-color:#2ecc71;--border-radius:12px;--box-shadow:0 8px 30px #0000001f}.App{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:2rem}.container{margin:0 auto;max-width:1200px;padding:2rem}.form-card{background:#fff;border-radius:12px;border-radius:var(--border-radius);box-shadow:0 8px 30px #0000001f;box-shadow:var(--box-shadow);margin:2rem auto;max-width:800px;padding:3rem}.title{color:#2c3e50;color:var(--text-color);font-size:2.5rem;margin-bottom:.5rem}.subtitle,.title{text-align:center}.subtitle{color:#666;font-size:1.1rem;margin-bottom:2rem}.url-form{margin:2rem 0}.input-container{display:flex;gap:1rem;margin-bottom:1.5rem}@media (max-width:768px){.input-container{flex-direction:column}}.url-input{background:#f5f7fa;background:var(--secondary-color);border:2px solid #e1e8ed;border-radius:12px;border-radius:var(--border-radius);flex:1 1;font-size:1.1rem;padding:1rem 1.5rem;transition:all .3s ease}.url-input:focus{border-color:#4a90e2;border-color:var(--primary-color);box-shadow:0 0 0 3px #4a90e21a;outline:none}.submit-button{background:#4a90e2;background:var(--primary-color);border:none;border-radius:12px;border-radius:var(--border-radius);color:#fff;cursor:pointer;font-size:1.1rem;min-width:150px;padding:1rem 2rem;transition:all .3s ease}.submit-button:hover:not(:disabled){box-shadow:0 4px 12px #4a90e233;transform:translateY(-2px)}.submit-button:disabled{background:#ccc;cursor:not-allowed}.loading{opacity:.8;position:relative}.loading-text{align-items:center;display:inline-flex}.message{align-items:center;border-radius:12px;border-radius:var(--border-radius);display:flex;gap:.5rem;margin:1rem 0;padding:1rem}.error-message{background:#fff5f5;border:1px solid #fed7d7;color:#e74c3c;color:var(--error-color)}.error-icon{font-size:1.2rem}.result-container{background:#f5f7fa;background:var(--secondary-color);border:1px solid #e1e8ed;border-radius:12px;border-radius:var(--border-radius);margin-top:2rem;padding:2rem}.result-title{color:#2c3e50;color:var(--text-color);font-size:1.5rem;margin-bottom:1rem}.result-content{background:#fff;border-radius:12px;border-radius:var(--border-radius);overflow-x:auto;padding:1.5rem}.result-content pre{word-wrap:break-word;color:#2c3e50;color:var(--text-color);font-size:.9rem;margin:0;white-space:pre-wrap}
/*# sourceMappingURL=main.e0552835.css.map*/