@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color:#1e293b;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}#root{min-height:100vh;width:100%}button:hover{background-color:#535bf2;transform:translateY(-2px)}button:active{transform:translateY(0)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input{font-family:inherit;font-size:1em;padding:.8em 1em;border:2px solid #e2e8f0;border-radius:8px;transition:border-color .25s ease}input:focus{outline:none;border-color:#646cff}@media (max-width: 768px){h1{font-size:2em}}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.language-toggle{position:fixed;top:1.5rem;right:1.5rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease;font-weight:500;color:#475569;box-shadow:0 1px 3px #0000000d;z-index:1000}.language-toggle:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.language-text{font-size:.875rem;font-weight:500}@media (max-width: 768px){.language-toggle{top:1rem;right:1rem;padding:.625rem .875rem}.language-text{font-size:.8rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fafafa;min-height:100vh;color:#1a1a1a}#root{width:100%;min-height:100vh}.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fafafa;position:relative;padding:2rem}.hero-section{background:#fff;border-radius:12px;padding:3rem 2.5rem;width:100%;max-width:600px;box-shadow:0 1px 3px #0000000d,0 8px 24px #0000000a;border:1px solid #f1f5f9;position:relative;z-index:10}.hero-content{text-align:center}.title{font-size:2.5rem;font-weight:600;color:#0f172a;margin-bottom:.5rem;line-height:1.2;letter-spacing:-.02em}.subtitle{font-size:1.125rem;color:#64748b;margin-bottom:3rem;line-height:1.6;font-weight:400}.input-section{margin-bottom:2rem}.input-container{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap;align-items:stretch}.input-wrapper{flex:1;position:relative;min-width:280px}.url-input{width:100%;padding:1rem 1.25rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#fff;color:#1a1a1a;font-weight:400}.url-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.url-input.invalid{border-color:#ef4444;background:#fef2f2}.url-input::placeholder{color:#94a3b8;font-weight:400}.clear-button{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:#f1f5f9;border:none;border-radius:4px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;font-size:1rem;font-weight:500;transition:all .2s ease}.clear-button:hover{background:#e2e8f0;color:#475569}.shorten-button{padding:1rem 2rem;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.shorten-button:hover{background:#2563eb}.shorten-button:disabled{background:#94a3b8;cursor:not-allowed}.shorten-button.loading{pointer-events:none}.loading-content{display:flex;align-items:center;gap:.5rem}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.result{background:#f8fafc;padding:1.5rem;border-radius:8px;margin-top:1.5rem;border:1px solid #f1f5f9}.result-label{font-size:.875rem;color:#475569;margin-bottom:1rem;font-weight:500;display:flex;align-items:center;gap:.5rem}.url-result-container{display:flex;align-items:center;gap:.75rem;background:#fff;padding:1rem;border-radius:6px;border:1px solid #e2e8f0;flex-wrap:wrap}.shortened-url-wrapper{flex:1;min-width:180px}.shortened-url{color:#3b82f6;font-weight:500;font-size:1rem;text-decoration:none;word-break:break-all;display:flex;align-items:center;gap:.5rem}.shortened-url:hover{color:#2563eb}.copy-button{padding:.625rem 1rem;background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s ease;white-space:nowrap;display:flex;align-items:center;gap:.5rem}.copy-button:hover{background:#e2e8f0;border-color:#cbd5e1}.copy-button.copied{background:#dcfce7;color:#16a34a;border-color:#bbf7d0}.features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:2rem}.feature{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #f1f5f9;transition:all .2s ease}.feature:hover{background:#f1f5f9}.feature-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#3b82f6;border-radius:8px;color:#fff}.feature span{font-weight:500;color:#475569;font-size:.875rem}.error{color:#dc2626;background:#fef2f2;padding:1rem;border-radius:8px;margin-top:1rem;font-weight:500;border:1px solid #fecaca;font-size:.875rem}.footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f1f5f9;text-align:center}.footer p{color:#64748b;font-size:.875rem;margin:0;font-weight:400}@media (max-width: 768px){.container{padding:1rem}.hero-section{padding:2rem 1.5rem;border-radius:8px}.input-container{flex-direction:column;gap:.75rem}.input-wrapper{min-width:unset}.url-result-container{flex-direction:column;align-items:stretch;text-align:center}.features{grid-template-columns:1fr;gap:.75rem}.title{font-size:2rem}.subtitle{font-size:1rem;margin-bottom:2rem}}@media (max-width: 480px){.hero-section{padding:1.5rem 1rem}.title{font-size:1.75rem}.subtitle{font-size:.9rem}}
