:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#fff;color:#000;min-height:100vh;display:flex;justify-content:center;align-items:center}.container{width:100%;max-width:480px;padding:20px}.card{border:1px solid #000000;border-radius:12px;padding:40px 32px;text-align:center;box-shadow:0 0 #0000}h1{font-size:2rem;font-weight:700;margin-bottom:.5em}.subtitle{font-size:.95rem;color:#000;opacity:.7;margin-bottom:2rem}.form{display:flex;flex-direction:column;gap:1.5rem}.input-group{display:flex;gap:10px;flex-wrap:wrap}.url-input{flex:1;padding:12px 16px;font-size:1rem;border:1px solid #000000;color:#000;border-radius:8px;background:#fff;transition:border .2s,box-shadow .2s}.url-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000001a}.shorten-btn,.copy-btn{padding:12px 24px;background:#000;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s}.shorten-btn:hover:not(:disabled),.copy-btn:hover{background:#333}.shorten-btn:disabled,.shorten-btn.loading{background:#555;cursor:not-allowed}.error-message{color:#000;background:#fff;padding:10px 12px;border-left:3px solid #000000;border-radius:6px;font-size:.9rem;text-align:left}.result-container{margin-top:1.5rem}.short-url-box{display:flex;gap:10px;padding:12px 14px;border:1px solid #000000;border-radius:8px;background:#fff;align-items:center;flex-wrap:wrap}.short-url{flex:1;text-decoration:none;color:#000;font-weight:500;word-break:break-all;transition:opacity .2s}.short-url:hover{opacity:.7}
