:root{--bg-color: #ff2b2b;font-family:Anton,Arial Black,sans-serif;line-height:1.1;font-weight:400;color:#fff;background-color:var(--bg-color);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:var(--bg-color);transition:background-color .3s ease}#root{min-height:100vh}.page{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:4rem 6vw;position:relative;overflow:hidden}.page.showing-result{align-items:center;justify-content:center;padding:0}.arrow-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:10}.arrow-path{stroke-dasharray:1000;stroke-dashoffset:1000;animation:drawArrow 1.5s ease-out forwards}.arrow-head{opacity:0;animation:fadeInHead .3s ease-out 1.2s forwards}@keyframes drawArrow{to{stroke-dashoffset:0}}@keyframes fadeInHead{to{opacity:1}}.headline{position:absolute;right:6vw;top:12vh;display:flex;flex-direction:column;gap:.1em;font-size:clamp(2.8rem,6vw,5.4rem);letter-spacing:.08em;transform:rotate(-10deg);text-align:right;z-index:20}.headline span{line-height:.95}.headline .underline{border-bottom:.22em solid #ffffff;display:inline-block;padding-bottom:.08em}.shorten-form{display:flex;align-items:center;gap:2rem;margin-top:auto;padding-top:8rem;max-width:900px;width:100%;z-index:20}.shorten-form input{flex:1;background:#fff;border-radius:10px;border:none;padding:1.3rem 1.8rem;font-size:1.4rem;font-family:inherit;color:#1b1b1b;box-shadow:0 10px #00000026;margin-left:2rem}.shorten-form button{background:#fff;color:#ff2b2b;border-radius:999px;padding:1rem 3.8rem;font-size:2rem;letter-spacing:.1em;border:none;cursor:pointer;box-shadow:0 10px #00000026;transition:transform .12s ease,box-shadow .12s ease}.shorten-form button:disabled{opacity:.7;cursor:wait}.shorten-form button:active{transform:translateY(2px) scale(.97);box-shadow:0 6px #0003}.result{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);min-height:2.5rem;width:min(90vw,900px);display:flex;justify-content:center;text-align:center}.result .error,.result .loading{font-family:Inter,sans-serif;font-size:.95rem}.result .success{display:flex;justify-content:center;font-family:Inter,sans-serif;width:100%}.short-link{font-family:Anton,Arial Black,sans-serif;font-size:clamp(1.5rem,8vw,5.2rem);font-weight:700;color:#fff;text-decoration:none;letter-spacing:.08em;transform:rotate(var(--rotation, -10deg));transition:color .12s ease,transform .12s ease,opacity .12s ease;white-space:normal;word-break:break-word;max-width:90vw;line-height:1.1}.short-link:hover{opacity:.7}.short-link:active,.short-link.copied{color:#d9d9d9;transform:rotate(var(--rotation, -10deg)) scale(.96)}.footer{position:absolute;bottom:1rem;right:1.5rem;font-family:Inter,sans-serif;z-index:30}.impressum-link{background:none;border:none;color:#fff9;font-size:.85rem;cursor:pointer;text-decoration:underline;padding:.5rem}.impressum-link:hover{color:#fff}.impressum-page{min-height:100vh;padding:4rem 2rem;font-family:Inter,sans-serif;color:#fff;display:flex;flex-direction:column;align-items:center;overflow-y:auto}.impressum-content{max-width:600px;width:100%}.impressum-content h1{font-family:Anton,sans-serif;font-size:3rem;margin-bottom:2rem}.impressum-content p{margin-bottom:1.5rem;line-height:1.6}.back-btn{margin-top:2rem;background:#fff;color:#333;border:none;padding:.8rem 2rem;border-radius:999px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif}.back-btn:hover{background:#f0f0f0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:720px){.headline{position:static;transform:none;text-align:left;margin-bottom:2rem}.arrow-overlay{display:none}.shorten-form{flex-direction:column;align-items:stretch;gap:1.2rem;padding-top:2rem}.shorten-form input{margin-left:0}.shorten-form button{align-self:flex-end}}
