:root{--brand-color:#ffc304;--faded-brand-color:#ffd95d;--sky-gradient:linear-gradient(180deg,#94c5f8,#a6e6ff 55%,#b1b5ea) fixed;--text-color:#303030;--heading-color:#222;--shading:0px 4px 4px rgba(0,0,0,.25);--bluesky:#208bfe;--linkedin:#0a66c2;--instagram:#e1306c;--youtube:red;--twitch:#9146ff;--itchio:#fa5c5c;--tiktok:#fe2c55;--alert-default:#94c5f8;--alert-success:#a3f894;--alert-warning:#f8d294;--alert-error:#f89494}body{background:var(--sky-gradient);color:var(--text-color);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.35}.logo{filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));height:120px;margin-bottom:24px;transition:all .2s ease;width:120px}.logo:hover{filter:drop-shadow(0 0 0 rgba(0,0,0,.25))}.card{background:#ffffffbf;border-radius:20px;box-shadow:var(--shading);margin-bottom:24px;padding:24px}h1{margin-bottom:.5rem}h1,h2{color:var(--heading-color);font-weight:700}h2{font-size:20px;margin-bottom:.25rem}a{color:var(--brand-color);font-weight:700;transition:all .2s ease}a:hover{color:var(--faded-brand-color)}.alert{background:var(--alert-default);border-radius:1rem;box-shadow:var(--shading);font-weight:700;padding:.75rem 1rem}.alert-warning{background:var(--alert-warning)}.alert-error{background:var(--alert-error)}.alert-success{background:var(--alert-success)}button,input[type=submit]{background:var(--brand-color);border-radius:99999px;box-shadow:var(--shading);cursor:pointer;font-weight:700;padding:10px 20px;transition:all .2s ease;width:-moz-fit-content;width:fit-content}button:hover,input[type=submit]:hover{box-shadow:0 0 #00000040}button:disabled,input:disabled{cursor:not-allowed;opacity:.5}.card hr{border-color:#d8d8d8;margin-bottom:.75rem;margin-top:.75rem}.card input[type=email],.card input[type=password],.card input[type=text],.card textarea{background-color:#fff;border-radius:.5rem;margin-bottom:.5rem;padding:.5rem .75rem;resize:none}.card h1{font-size:24px}
