/* Shared creator identity. Text stays sharp; the Simple Icons Twitter mark is CC0. */
body #creator-badge{
 position:fixed;z-index:8;display:flex;align-items:center;gap:12px;visibility:hidden;pointer-events:auto;
 transform:scale(.7);transform-origin:top left;
 width:280px;max-width:calc(100vw - 24px);box-sizing:border-box;min-height:72px;margin:0;padding:12px 14px;
 border:1px solid #36c6dfb3;border-radius:15px;
 background:linear-gradient(120deg,#091d2bea,#101827f5);
 color:#25d1f4;text-decoration:none;box-shadow:inset 0 0 16px #15c3da0a;
 font-family:Arial,Helvetica,sans-serif;letter-spacing:normal;text-transform:none;
 cursor:pointer;touch-action:manipulation;
}
body #creator-badge .creator-twitter{
 display:block;flex:0 0 31px;width:31px;height:31px;background:currentColor;
 mask:url('assets/creator-twitter.svg') center/contain no-repeat;
 -webkit-mask:url('assets/creator-twitter.svg') center/contain no-repeat;
}
body #creator-badge .creator-copy{display:flex;flex-direction:column;min-width:0;gap:4px}
body #creator-badge .creator-copy>span{color:#dce6f1;font-size:14px;font-weight:400;line-height:1.25}
body #creator-badge strong{font-size:24px;font-weight:700;line-height:1.15;letter-spacing:-.035em;color:#25d1f4;white-space:nowrap}
body #creator-badge:hover{border-color:#a3f0ff;background:linear-gradient(120deg,#0c293bea,#121d30f5);box-shadow:0 0 18px #17b6d42b}
body #creator-badge:focus-visible{outline:2px solid #b2f3ff;outline-offset:4px}
@media(pointer:coarse),(max-width:700px){
 body #creator-badge{margin:0;padding:10px 8px;gap:7px;min-height:66px;border-radius:11px}
 body #creator-badge .creator-twitter{flex-basis:21px;width:21px;height:21px}
 body #creator-badge strong{font-size:clamp(16px,4.6vw,19px)}
}

body #creator-badge.creator-compact{padding:10px 8px;gap:7px;min-height:66px}body #creator-badge.creator-compact .creator-twitter{flex-basis:21px;width:21px;height:21px}body #creator-badge.creator-compact strong{font-size:18px}
body #creator-badge>*{pointer-events:none}
