.home-button {width:88px; height:31px; display:inline-flex; align-items:center; justify-content:center; position:relative; overflow:hidden; text-decoration:none; cursor:pointer; user-select:none; border:2px solid #29e7ff; border-radius:2px; background:radial-gradient(circle at 18% 78%, rgba(255,255,255,0.95) 0 1px, transparent 2px), radial-gradient(circle at 78% 20%, rgba(255, 255, 255, 0.9) 0 1px, transparent 2px), radial-gradient(circle at 40% 45%, rgba(255, 255, 255, 0.55), transparent 10px), linear-gradient(160deg, #ff0038 0%, #ff3a64 32%, #ffc1f0 48%, #ff073b 70%, #ff5a88 100%); box-shadow:0 0 0 1px #001cff, inset 0 0 0 1px rgba(255, 255, 255, 0.35), 0 0 7px rgba(0, 238, 255, 0.9); image-rendering:pixelated;}
.home-button::before {content:""; position:absolute; inset:0; background:repeating-linear-gradient( 0deg, rgba(255,255,255,0.12) 0 1px, transparent 1px 3px ), repeating-linear-gradient( 90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 3px ); mix-blend-mode:screen; pointer-events:none;}
.home-button::after {content:""; position:absolute; width:8px; height:8px; right:17px; top:4px; background:white; clip-path:polygon( 50% 0%,61% 38%,100% 50%,61% 62%,50% 100%,39% 62%,0% 50%,39% 38% ); filter:drop-shadow(0 0 3px white); opacity:0.95;}
.home-button span {position:relative; z-index:2; font-family:Impact, "Arial Black", system-ui, sans-serif; font-size:20px; font-weight:900; line-height:1; letter-spacing:-1px; color:#ffe900; -webkit-text-stroke:1px #071044; text-shadow:1px 0 0 #071044, -1px 0 0 #071044, 0 1px 0 #071044, 0 -1px 0 #071044, 2px 2px 0 #001c7a, 0 0 2px #ff00cc, 0 0 4px #ff00cc, 0 0 1px white; background:linear-gradient( to bottom,#ff8c00 0%,#ffd000 42%,#ffff42 100% ); -webkit-background-clip:text; background-clip:text;}
.home-button:hover {transform:translateY(-1px); filter:brightness(1.12) saturate(1.2);}
.home-button:active {transform:translateY(1px) scale(0.98); filter:brightness(0.95);}