: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}html,body,#root{height:100%;overflow:hidden}.page{height:100vh;height:100dvh;display:flex;flex-direction:column;justify-content:space-between;padding:3vh 5vw;position:relative;overflow:hidden;box-sizing:border-box}.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}.headline{position:absolute;right:5vw;top:8vh;display:flex;flex-direction:column;gap:0;font-size:clamp(2.2rem,5.5vw,5rem);letter-spacing:.06em;transform:rotate(-10deg);text-align:right;z-index:20;line-height:.92}.headline span{display:block}.headline .underline{border-bottom:.18em solid #ffffff;display:inline-block;padding-bottom:.05em}.shorten-form{display:flex;align-items:center;gap:1.5rem;margin-top:auto;max-width:800px;width:100%;z-index:20;padding-bottom:2vh}.shorten-form input{flex:1;background:#fff;border-radius:10px;border:none;padding:1.1rem 1.5rem;font-size:clamp(1rem,2vw,1.3rem);font-family:inherit;color:#1b1b1b;box-shadow:0 8px #00000026;min-width:0}.shorten-form button{background:#fff;color:#ff2b2b;border-radius:999px;padding:.9rem 3rem;font-size:clamp(1.2rem,2.5vw,1.8rem);letter-spacing:.1em;border:none;cursor:pointer;box-shadow:0 8px #00000026;transition:transform .12s ease,box-shadow .12s ease;flex-shrink:0}.shorten-form button:disabled{opacity:.7;cursor:wait}.shorten-form button:active{transform:translateY(2px) scale(.97);box-shadow:0 5px #0003}.result{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90vw;max-width:900px;display:flex;justify-content:center;text-align:center;overflow:visible}.result .error,.result .loading{font-family:Inter,sans-serif;font-size:.95rem}.result .success{display:flex;flex-direction:column;align-items:center;justify-content:center;font-family:Inter,sans-serif;width:100%;gap:.5rem;transform:rotate(var(--rotation, -10deg));overflow:visible;max-width:100%}.result-intro{font-family:Anton,Arial Black,sans-serif;font-size:clamp(1.2rem,4vw,2.5rem);color:#fff;letter-spacing:.04em}.short-link{font-family:Anton,Arial Black,sans-serif;font-size:clamp(1.8rem,10vw,5.5rem);font-weight:700;color:#fff;text-decoration:none;letter-spacing:.06em;transition:color .12s ease,transform .12s ease,opacity .12s ease;max-width:90vw;line-height:1.05;text-align:center}.link-domain,.link-slug{white-space:nowrap}.short-link:hover{opacity:.7}.short-link:active,.short-link.copied{color:#d9d9d9;transform: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:.8rem;cursor:pointer;text-decoration:underline;padding:.5rem}.impressum-link:hover{color:#fff}.contributions-page{min-height:100vh;min-height:100dvh;padding:3rem 1.5rem;font-family:Inter,sans-serif;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow-y:auto}.contributions-content{max-width:800px;width:100%;display:flex;flex-direction:column;align-items:center;gap:2rem}.contributions-text{font-family:Anton,Arial Black,sans-serif;font-size:clamp(2rem,6vw,4rem);text-align:center;color:#fff;letter-spacing:.06em;transform:rotate(-5deg)}.contributions-form{display:flex;align-items:center;gap:1rem;width:100%;max-width:600px}.contributions-input{flex:1;background:#fff;border-radius:10px;border:none;padding:1.1rem 1.5rem;font-size:clamp(1.2rem,3vw,2rem);font-family:Anton,Arial Black,sans-serif;color:#1b1b1b;box-shadow:0 8px #00000026;text-align:center;letter-spacing:.06em}.contributions-form button{background:#fff;color:#ff2b2b;border-radius:999px;padding:1.1rem 2rem;font-size:clamp(1.5rem,4vw,2.5rem);font-family:Anton,Arial Black,sans-serif;letter-spacing:.1em;border:none;cursor:pointer;box-shadow:0 8px #00000026;transition:transform .12s ease,box-shadow .12s ease;flex-shrink:0;min-width:80px}.contributions-form button:disabled{opacity:.7;cursor:wait}.contributions-form button:active{transform:translateY(2px) scale(.97);box-shadow:0 5px #0003}.contribution-success{color:#8bc34a;font-size:1.2rem;text-align:center;margin-top:-1rem}.contribution-error{color:#ff5722;font-size:1rem;text-align:center;margin-top:-1rem}.impressum-page{min-height:100vh;min-height:100dvh;padding:3rem 1.5rem;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:2.5rem;margin-bottom:1.5rem}.impressum-content h2{font-size:1.3rem;margin-top:2rem;margin-bottom:1rem}.impressum-content h3{font-size:1.1rem;margin-top:1.5rem;margin-bottom:.5rem}.impressum-content p{margin-bottom:1rem;line-height:1.5;font-size:.9rem}.back-btn{margin-top:2rem;background:#fff;color:#333;border:none;padding:.7rem 1.8rem;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){.page{padding:4vh 5vw 2vh;justify-content:flex-start}.page.showing-result{padding:5vw}.headline{position:relative;right:auto;top:auto;transform:none;text-align:left;font-size:clamp(2.5rem,14vw,4.5rem);flex:1;display:flex;flex-direction:column;justify-content:center;max-height:60vh}.arrow-overlay{display:none}.shorten-form{flex-direction:column;align-items:stretch;gap:1rem;margin-top:0;padding-bottom:0;flex-shrink:0}.shorten-form input{padding:1rem 1.2rem;font-size:1rem;box-shadow:0 6px #00000026}.shorten-form button{align-self:flex-end;padding:.8rem 2.5rem;font-size:1.3rem;box-shadow:0 6px #00000026}.page:not(.showing-result) .footer{position:relative;bottom:auto;right:auto;text-align:center;margin-top:1rem;flex-shrink:0}.result{width:85vw;max-height:75vh;padding:2vh 0;overflow:visible}.result .success{max-width:100%;width:100%;padding:1vh 2vw;box-sizing:border-box}.short-link{font-size:clamp(1.1rem,7vw,2.5rem);max-width:100%;word-break:break-all;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;line-height:1.1}.link-domain,.link-slug{word-break:break-all;overflow-wrap:break-word}.result-intro{font-size:clamp(.9rem,3vw,1.5rem);margin-bottom:.5rem}.page.showing-result{overflow:hidden}.contributions-text{font-size:clamp(1.5rem,8vw,3rem)}.contributions-form{flex-direction:column;gap:1rem}.contributions-input{width:100%;padding:1rem 1.2rem;font-size:clamp(1rem,5vw,1.5rem)}.contributions-form button{width:100%;padding:.9rem 1.5rem;font-size:clamp(1.3rem,6vw,2rem)}}@media(min-width:721px)and (max-width:1024px){.headline{font-size:clamp(2rem,5vw,3.5rem);top:10vh}.arrow-overlay{opacity:.9}}@media(min-width:1400px){.headline{font-size:5.5rem}.shorten-form{max-width:900px}.shorten-form input{padding:1.3rem 1.8rem;font-size:1.4rem}.shorten-form button{padding:1rem 4rem;font-size:2rem}}
