/*
Theme Name: Aurora Commissions
Theme URI: https://github.com/aurora/aurora-commissions
Author: Aurora
Author URI: https://github.com/aurora
Description: A Silent Hill-inspired horror "link-in-bio" commissions theme. Two worlds — the muted Fog World you arrive in and the rusted Otherworld the siren drags you into (flip it yourself, or let it happen). Ships with a pocket radio spewing static, drifting fog, an ashfall, hanging rusty chains, a leaking-wall water effect, a save-point, a click-without-reload nav, an editable commission price list, and a gothic gallery lightbox. Everything on screen — profile, prices, every social + support link (Patreon, Ko-fi, PayPal…) — is edited from Appearance → Customize.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aurora-commissions
*/

/* ---------------------------------------------
   Fonts
--------------------------------------------- */
@font-face {
	font-family: 'Special Elite';
	font-style: normal; font-weight: 400; font-display: swap;
	src: url('fonts/special-elite.ttf') format('truetype');
}
@font-face {
	font-family: 'Pirata One';
	font-style: normal; font-weight: 400; font-display: swap;
	src: url('fonts/pirata-one.ttf') format('truetype');
}
@font-face {
	font-family: 'Rock Salt';
	font-style: normal; font-weight: 400; font-display: swap;
	src: url('fonts/rock-salt.ttf') format('truetype');
}

/* ---------------------------------------------
   Tokens — the Fog World palette (default)
--------------------------------------------- */
:root {
	--void: #0d0007;
	--fog: #5c4657;
	--ash: #8a7580;
	--bone: #ac9998;
	--panel: #170a1a;
	--panel-2: #1e0f22;
	--rust: #4a0f1f;
	--rust-bright: #9c2340;
	--siren: #c2395a;
	--border: #3d2a3d;
	--steel: #16283b;
	--steel-bright: #4f83b5;

	/* Semantic accents that the Otherworld reskins wholesale */
	--accent: var(--steel-bright);
	--accent-dim: var(--steel);
	--card-filter: none;
	--fog-opacity: 0.58;
	--fence-opacity: 0;
	--rust-opacity: 0;
	--grain-opacity: 0.15;
	--card-max: 900px;
}

/* The Otherworld: the siren peeled reality back to rust and blood. */
body.au-otherworld {
	--fog: #6b3238;
	--ash: #b08a86;
	--bone: #d8bdb4;
	--accent: var(--rust-bright);
	--accent-dim: var(--rust);
	--card-filter: saturate(1.5) contrast(1.14) brightness(0.86) hue-rotate(-10deg);
	--fog-opacity: 0.28;
	--fence-opacity: 1;
	--rust-opacity: 1;
	--grain-opacity: 0.26;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }

body {
	margin: 0;
	padding: 54px 16px 40px;
	font-family: 'Special Elite', 'Courier New', monospace;
	color: var(--bone);
	background-color: var(--void);
	background-image:
		radial-gradient(circle 620px at 14% 10%, rgba(60,40,55,0.55) 0%, transparent 68%),
		radial-gradient(circle 380px at 88% 22%, rgba(20,33,48,0.5) 0%, transparent 62%),
		radial-gradient(circle 780px at 72% 96%, rgba(58,18,34,0.45) 0%, transparent 65%),
		radial-gradient(circle 260px at 6% 78%, rgba(35,24,45,0.42) 0%, transparent 60%),
		linear-gradient(148deg, #1e0f22 0%, #170a1a 38%, #0d0509 72%, #0d0007 100%);
	background-attachment: fixed;
	min-height: 100vh;
	position: relative;
	overflow-x: hidden;
	transition: background-color 1.1s ease, color 1.1s ease;
	cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26'><g fill='none' stroke='%23ac9998' stroke-width='1.3'><circle cx='13' cy='13' r='7'/><line x1='13' y1='0' x2='13' y2='7'/><line x1='13' y1='19' x2='13' y2='26'/><line x1='0' y1='13' x2='7' y2='13'/><line x1='19' y1='13' x2='26' y2='13'/></g></svg>") 13 13, crosshair;
}

/* Rusted, redder ground in the Otherworld */
body.au-otherworld {
	background-color: #0b0304;
	background-image:
		radial-gradient(circle 640px at 20% 8%, rgba(120,26,40,0.45) 0%, transparent 66%),
		radial-gradient(circle 520px at 84% 30%, rgba(70,15,25,0.5) 0%, transparent 62%),
		radial-gradient(circle 820px at 60% 98%, rgba(150,35,50,0.32) 0%, transparent 66%),
		linear-gradient(150deg, #1a0708 0%, #140506 42%, #0b0304 78%, #070202 100%);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

::selection { background: var(--rust-bright); color: #100e0a; }

a:focus-visible,
button:focus-visible { outline: 2px solid var(--siren); outline-offset: 2px; }

::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--void); }
::-webkit-scrollbar-thumb { background: var(--panel-2); border: 1px solid var(--border); }
::-webkit-scrollbar-thumb:hover { background: var(--rust); }
html { scrollbar-color: var(--panel-2) var(--void); scrollbar-width: thin; }

/* ---------------------------------------------
   Zombie-arm cursor (js/cursor.js)
--------------------------------------------- */
html.au-zombie-active,
html.au-zombie-active * { cursor: none !important; }

.au-zombie-cursor {
	position: fixed; top: 0; left: 0;
	width: 28px; height: 32px;
	z-index: 10003; pointer-events: none;
	transform-origin: 6px 3px;
	filter: drop-shadow(0 2px 3px rgba(0,0,0,0.75));
	transition: opacity 0.15s ease, filter 0.2s ease;
	will-change: transform;
}
.au-zombie-cursor.au-hidden { opacity: 0; }
.au-zombie-cursor-inner { width: 100%; height: 100%; transition: transform 0.12s ease; }
.au-zombie-cursor-inner svg { width: 100%; height: 100%; overflow: visible; filter: url(#au-rough); }
.au-zombie-cursor.au-pointing { filter: drop-shadow(0 6px 14px rgba(156,35,64,0.55)) brightness(1.15); }
.au-zombie-cursor-inner.au-grabbing { transform: scale(0.85); }
.au-zombie-cursor.au-twitch { animation: au-cursor-twitch 0.35s ease-in-out; }

@keyframes au-cursor-twitch {
	0%, 100% { rotate: 0deg; }
	25% { rotate: -6deg; }
	50% { rotate: 5deg; }
	75% { rotate: -3deg; }
}

@media (max-width: 900px), (hover: none), (pointer: coarse) {
	html.au-zombie-active { cursor: auto; }
	.au-zombie-cursor { display: none; }
}

/* ---------------------------------------------
   Ashfall canvas (js/ash.js)
--------------------------------------------- */
.au-ash {
	position: fixed; inset: 0;
	z-index: 9995; pointer-events: none;
	opacity: 0.7; mix-blend-mode: screen;
}

/* ---------------------------------------------
   Film grain + vignette
--------------------------------------------- */
.au-grain {
	position: fixed; inset: -20%;
	z-index: 9999; pointer-events: none;
	opacity: var(--grain-opacity);
	mix-blend-mode: overlay;
	background-image:
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='260' height='260'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>"),
		url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='347' height='347'><filter id='n2'><feTurbulence type='fractalNoise' baseFrequency='0.6' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%25' height='100%25' filter='url(%23n2)'/></svg>");
	background-size: 260px 260px, 347px 347px;
	background-position: 0 0, 61px 133px;
	transform: rotate(0.001deg);
	animation: au-grain-shift 1s steps(6) infinite;
	transition: opacity 0.8s ease;
}
.au-grain.au-flash { opacity: 0.44 !important; }

@keyframes au-grain-shift {
	0% { transform: translate(0, 0); }
	20% { transform: translate(-3%, 2%); }
	40% { transform: translate(2%, -4%); }
	60% { transform: translate(-4%, -2%); }
	80% { transform: translate(3%, 3%); }
	100% { transform: translate(0, 0); }
}

.au-vignette {
	position: fixed; inset: 0;
	z-index: 9998; pointer-events: none;
	background: radial-gradient(ellipse at center, transparent 28%, rgba(0,0,0,0.68) 78%, rgba(0,0,0,0.96) 100%);
}

/* ---------------------------------------------
   Hanging chains + rust bleed
--------------------------------------------- */
.au-chains {
	position: fixed; inset: 0;
	z-index: 2; pointer-events: none;
	transition: transform 0.2s ease-out;
}
.au-chain {
	position: absolute; top: -12px;
	transform-origin: 50% 0%;
	filter: drop-shadow(3px 6px 8px rgba(0,0,0,0.65));
}
.au-chain svg { display: block; width: 42px; height: auto; }
.au-chain--a { left: 2.5%; animation: au-chain-sway-a 19s ease-in-out infinite; }
.au-chain--b { left: 8.5%; animation: au-chain-sway-b 24s ease-in-out infinite; }
.au-chain--c { right: 3%; animation: au-chain-sway-a 21s ease-in-out infinite reverse; }
.au-chain--d { right: 10%; animation: au-chain-sway-b 27s ease-in-out infinite reverse; }

@keyframes au-chain-sway-a { 0%,100% { transform: rotate(-1.6deg); } 50% { transform: rotate(1.8deg); } }
@keyframes au-chain-sway-b { 0%,100% { transform: rotate(1.1deg); } 50% { transform: rotate(-1.4deg); } }

@media (max-width: 900px) { .au-chain--b, .au-chain--d { display: none; } }

.au-card::before {
	content: ''; position: absolute; top: -2px; left: 0; right: 0; height: 50px;
	pointer-events: none; z-index: 1;
	background:
		linear-gradient(180deg, rgba(74,15,31,0.55) 0%, transparent 85%) no-repeat,
		linear-gradient(180deg, rgba(74,15,31,0.45) 0%, transparent 70%) no-repeat,
		linear-gradient(180deg, rgba(74,15,31,0.5) 0%, transparent 90%) no-repeat,
		linear-gradient(180deg, rgba(74,15,31,0.4) 0%, transparent 75%) no-repeat;
	background-size: 3px 40px, 4px 28px, 2px 46px, 3px 32px;
	background-position: 6% 0, 11% 0, 88% 0, 93% 0;
}

/* ---------------------------------------------
   Water leaks (js/leak.js)
--------------------------------------------- */
.au-leaks { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.au-leak { position: absolute; top: 0; }
.au-leak-stain {
	position: absolute; top: -16px; left: 50%; transform: translateX(-50%);
	width: 64px; height: 38px;
	background: radial-gradient(ellipse at 50% 25%, rgba(13,4,9,0.6) 0%, rgba(13,4,9,0.28) 55%, transparent 78%);
	border-radius: 43% 57% 61% 39% / 51% 48% 59% 41%;
	filter: blur(2px);
}
.au-leak--b .au-leak-stain { width: 46px; height: 28px; border-radius: 58% 42% 39% 61% / 44% 56% 41% 63%; }
.au-leak--c .au-leak-stain { width: 78px; height: 44px; border-radius: 39% 61% 52% 48% / 60% 41% 57% 40%; }
.au-leak-trail {
	position: absolute; top: 12px; left: 50%; transform: translateX(-50%);
	width: 3px;
	background: linear-gradient(180deg, rgba(13,4,9,0.55) 0%, rgba(13,4,9,0.18) 65%, transparent 100%);
	border-radius: 2px;
}
.au-leak-drop {
	position: absolute; left: 50%; width: 4px; height: 8px; transform: translateX(-50%);
	background: linear-gradient(180deg, rgba(20,7,14,0.75), rgba(20,7,14,0.35));
	border-radius: 50% 50% 50% 50% / 62% 62% 38% 38%;
	opacity: 0.85;
}

/* ---------------------------------------------
   Drifting fog
--------------------------------------------- */
.au-fog {
	position: fixed; inset: -20%; z-index: 3; pointer-events: none;
	filter: blur(50px); mix-blend-mode: screen;
	opacity: var(--fog-opacity);
	transition: opacity 1.1s ease;
}
.au-fog span { position: absolute; display: block; background: radial-gradient(circle, rgba(92,70,87,0.4) 0%, transparent 70%); }
.au-fog span:nth-child(1) { width: 60vw; height: 40vw; top: 5%; left: -10%; border-radius: 42% 58% 63% 37% / 47% 45% 55% 53%; animation: au-fog-a 90s ease-in-out infinite; }
.au-fog span:nth-child(2) { width: 50vw; height: 46vw; top: 40%; right: -15%; background: radial-gradient(circle, rgba(22,40,59,0.42) 0%, transparent 70%); border-radius: 63% 37% 41% 59% / 55% 62% 38% 45%; animation: au-fog-b 110s ease-in-out infinite; }
.au-fog span:nth-child(3) { width: 45vw; height: 38vw; bottom: -10%; left: 20%; background: radial-gradient(circle, rgba(74,15,31,0.32) 0%, transparent 70%); border-radius: 50% 50% 38% 62% / 62% 40% 60% 38%; animation: au-fog-c 130s ease-in-out infinite; }
.au-fog span:nth-child(4) { width: 70vw; height: 50vw; top: 25%; left: 30%; background: radial-gradient(circle, rgba(140,110,120,0.22) 0%, transparent 72%); border-radius: 55% 45% 48% 52% / 40% 55% 45% 60%; animation: au-fog-d 150s ease-in-out infinite; }

@keyframes au-fog-a { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(6vw,4vh) scale(1.08); } 66% { transform: translate(-4vw,6vh) scale(0.96); } }
@keyframes au-fog-b { 0%,100% { transform: translate(0,0) scale(1); } 40% { transform: translate(-7vw,-5vh) scale(1.05); } 70% { transform: translate(3vw,5vh) scale(0.94); } }
@keyframes au-fog-c { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(5vw,-6vh) scale(1.1); } }
@keyframes au-fog-d { 0%,100% { transform: translate(0,0) scale(1); } 45% { transform: translate(-5vw,4vh) scale(1.06); } 75% { transform: translate(4vw,-3vh) scale(0.97); } }

/* ---------------------------------------------
   Otherworld: chain-link fence + rust wash
--------------------------------------------- */
.au-fence {
	position: fixed; inset: -4%; z-index: 4; pointer-events: none;
	background-image: var(--au-fence);
	background-size: 46px 46px;
	opacity: var(--fence-opacity);
	filter: drop-shadow(2px 3px 2px rgba(0,0,0,0.6));
	transition: opacity 1.1s ease, transform 1.1s ease;
	transform: scale(1.04);
}
body.au-otherworld .au-fence { transform: scale(1); animation: au-fence-breathe 14s ease-in-out infinite; }

@keyframes au-fence-breathe {
	0%, 100% { background-position: 0 0; }
	50% { background-position: 3px 4px; }
}

.au-rust {
	position: fixed; inset: 0; z-index: 3; pointer-events: none;
	opacity: var(--rust-opacity);
	mix-blend-mode: multiply;
	background:
		radial-gradient(circle 40vw at 12% 18%, rgba(90,18,26,0.55) 0%, transparent 60%),
		radial-gradient(circle 34vw at 88% 40%, rgba(60,12,18,0.6) 0%, transparent 58%),
		radial-gradient(circle 50vw at 50% 100%, rgba(110,30,40,0.5) 0%, transparent 62%);
	transition: opacity 1.1s ease;
}

/* ---------------------------------------------
   Flashlight (js/atmosphere.js + dread flicker)
--------------------------------------------- */
.au-spotlight {
	position: fixed; inset: 0; z-index: 9997; pointer-events: none;
	--au-spot-intensity: 1;
	opacity: var(--au-spot-intensity);
	background:
		radial-gradient(circle 85px at var(--mx, 50%) var(--my, 40%), rgba(255,247,222,0.65) 0%, rgba(255,247,222,0.3) 45%, transparent 68%),
		radial-gradient(circle 320px at var(--mx, 50%) var(--my, 40%), rgba(255,238,205,0.1) 0%, transparent 72%);
	mix-blend-mode: screen;
	transition: opacity 0.09s linear;
}

/* ---------------------------------------------
   Halo of the Sun sigil (also the save-point glyph)
--------------------------------------------- */
.au-sigil {
	position: fixed; top: 50%; left: 50%;
	width: 760px; height: 760px; margin: -380px 0 0 -380px;
	color: var(--accent);
	opacity: 0.06; z-index: 1; pointer-events: none;
	animation: au-sigil-spin 160s linear infinite;
	transition: color 1.1s ease, opacity 1.1s ease;
}
.au-sigil svg { width: 100%; height: 100%; }
body.au-otherworld .au-sigil { opacity: 0.12; animation-duration: 60s; filter: drop-shadow(0 0 30px rgba(156,35,64,0.4)); }

@keyframes au-sigil-spin { to { transform: rotate(360deg); } }
@media (max-width: 700px) { .au-sigil { display: none; } }

/* ---------------------------------------------
   Dread event overlays (js/dread.js)
--------------------------------------------- */
.au-alarm-overlay {
	position: fixed; inset: 0; z-index: 9996; pointer-events: none;
	background: radial-gradient(ellipse at center, rgba(156,35,64,0.4) 0%, transparent 70%);
	opacity: 0;
}
.au-alarm-overlay.au-active { animation: au-alarm-pulse 4.5s ease-in-out; }
@keyframes au-alarm-pulse { 0% { opacity: 0; } 30% { opacity: 0.85; } 55% { opacity: 0.25; } 75% { opacity: 0.7; } 100% { opacity: 0; } }

.au-tracking {
	position: fixed; left: 0; right: 0; top: -6vh; height: 3vh; z-index: 10000; pointer-events: none;
	background: linear-gradient(rgba(255,255,255,0.16), rgba(255,255,255,0.02));
	mix-blend-mode: overlay; opacity: 0;
}
.au-tracking.au-active { animation: au-tracking-sweep 1.1s linear; }
@keyframes au-tracking-sweep { 0% { top: -6vh; opacity: 0.9; } 100% { top: 106vh; opacity: 0; } }

.au-subliminal {
	position: fixed; z-index: 10001; pointer-events: none;
	font-family: 'Rock Salt', cursive;
	color: rgba(232,227,216,0.9);
	text-shadow: 0 0 14px rgba(156,35,64,0.65), 0 0 3px #000;
	font-size: 1.15rem; max-width: 60vw; opacity: 0;
}
.au-subliminal.au-active { animation: au-subliminal-flash 0.32s steps(1, jump-end); }
@keyframes au-subliminal-flash { 0% { opacity: 0; } 30% { opacity: 1; } 60% { opacity: 0; } 100% { opacity: 0; } }

.au-shadow-figure {
	position: fixed; z-index: 5; width: 70px; height: 160px; pointer-events: none; filter: blur(3px); opacity: 0;
}
.au-shadow-figure::before { content: ''; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 34px; height: 34px; border-radius: 50%; background: rgba(0,0,0,0.75); }
.au-shadow-figure::after { content: ''; position: absolute; top: 28px; left: 50%; transform: translateX(-50%); width: 60px; height: 130px; border-radius: 40% 40% 20% 20%; background: rgba(0,0,0,0.7); }
.au-shadow-figure.au-active { animation: au-shadow-blip 0.7s ease-in-out; }
@keyframes au-shadow-blip { 0% { opacity: 0; } 40% { opacity: 0.5; } 60% { opacity: 0.35; } 100% { opacity: 0; } }

.au-blackout-overlay { position: fixed; inset: 0; z-index: 10002; pointer-events: none; background: #000; opacity: 0; }
.au-blackout-overlay.au-active { animation: au-blackout-flash 0.9s steps(2, jump-end); }
@keyframes au-blackout-flash { 0% { opacity: 0; } 15% { opacity: 1; } 35% { opacity: 0.85; } 50% { opacity: 1; } 70% { opacity: 0.15; } 100% { opacity: 0; } }

/* Big siren transition flash + label */
.au-worldflash {
	position: fixed; inset: 0; z-index: 10004; pointer-events: none;
	display: flex; align-items: center; justify-content: center;
	background: radial-gradient(ellipse at center, rgba(156,35,64,0.5) 0%, rgba(11,3,4,0.9) 75%);
	opacity: 0;
}
.au-worldflash span {
	font-family: 'Rock Salt', cursive; font-size: clamp(1.2rem, 4vw, 2.6rem);
	color: #f2d9cf; letter-spacing: 2px; text-align: center;
	text-shadow: 0 0 18px rgba(156,35,64,0.9), 0 2px 0 #000;
	transform: scale(0.9);
}
.au-worldflash.au-active { animation: au-worldflash-in 2.2s ease-out; }
.au-worldflash.au-active span { animation: au-worldflash-text 2.2s ease-out; }
@keyframes au-worldflash-in { 0% { opacity: 0; } 12% { opacity: 1; } 55% { opacity: 0.8; } 100% { opacity: 0; } }
@keyframes au-worldflash-text { 0% { opacity: 0; transform: scale(1.25) rotate(-2deg); } 20% { opacity: 1; transform: scale(1) rotate(-1deg); } 80% { opacity: 0.9; } 100% { opacity: 0; transform: scale(0.96); } }

/* The "hole" memo scrap — only legible in the Otherworld */
.au-memo {
	position: fixed; right: 3vw; bottom: 12vh; z-index: 6;
	max-width: 220px; padding: 16px 18px;
	font-family: 'Rock Salt', cursive; font-size: 0.82rem; line-height: 1.6;
	color: #2a0d12; text-align: center;
	background: linear-gradient(180deg, #cdbfa6 0%, #b7a488 100%);
	box-shadow: 0 14px 30px rgba(0,0,0,0.6), inset 0 0 22px rgba(120,90,60,0.5);
	transform: rotate(-4deg) scale(0.9);
	opacity: 0; pointer-events: none;
	transition: opacity 1.2s ease, transform 1.2s ease;
	clip-path: polygon(2% 4%, 40% 0, 62% 5%, 98% 2%, 96% 46%, 100% 92%, 55% 98%, 8% 96%, 3% 52%);
}
body.au-otherworld .au-memo { opacity: 0.92; transform: rotate(-4deg) scale(1); }
@media (max-width: 760px) { .au-memo { display: none; } }

/* ---------------------------------------------
   Pocket console: radio / siren / save
--------------------------------------------- */
.au-console {
	position: fixed; left: 18px; bottom: 18px; z-index: 10005;
	display: flex; flex-direction: column; gap: 10px;
}
.au-console-btn {
	display: inline-flex; align-items: center; gap: 9px;
	padding: 8px 13px 8px 10px;
	background: linear-gradient(180deg, #1b1510 0%, #0f0b08 100%);
	border: 1px solid var(--border);
	color: var(--ash);
	font-family: 'Special Elite', monospace; font-size: 0.66rem; letter-spacing: 2px; text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0 6px 16px rgba(0,0,0,0.6), inset 0 0 12px rgba(0,0,0,0.5);
	transition: color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.12s ease;
}
.au-console-btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.au-console-btn:hover { color: var(--bone); border-color: var(--accent); }
.au-console-btn:active { transform: translateY(1px); }
.au-console-label { white-space: nowrap; }

.au-radio-btn[aria-pressed="true"] { color: var(--steel-bright); border-color: var(--steel-bright); box-shadow: 0 0 16px rgba(79,131,181,0.4), inset 0 0 12px rgba(22,40,59,0.4); }
.au-radio-btn[aria-pressed="true"] svg { animation: au-radio-jitter 0.16s steps(2) infinite; }
@keyframes au-radio-jitter { 0% { transform: translate(0,0); } 50% { transform: translate(0.6px,-0.6px); } 100% { transform: translate(-0.5px,0.5px); } }

.au-siren-btn { color: var(--siren); }
.au-siren-btn svg { color: var(--rust-bright); }
.au-siren-btn:hover { border-color: var(--rust-bright); box-shadow: 0 0 16px rgba(156,35,64,0.5); }
body.au-otherworld .au-siren-btn { color: #f2d9cf; border-color: var(--rust-bright); box-shadow: 0 0 18px rgba(156,35,64,0.55); }
body.au-otherworld .au-siren-btn svg { animation: au-radio-jitter 0.12s steps(2) infinite; }

.au-save-btn svg { color: var(--rust-bright); }
.au-save-btn:hover svg { filter: drop-shadow(0 0 8px rgba(156,35,64,0.7)); }
.au-save-btn.au-saving svg { animation: au-save-spin 0.9s ease; }
@keyframes au-save-spin { from { transform: rotate(0) scale(1); } 50% { transform: rotate(180deg) scale(1.35); } to { transform: rotate(360deg) scale(1); } }

@media (max-width: 560px) {
	.au-console { flex-direction: row; left: 50%; transform: translateX(-50%); bottom: 12px; }
	.au-console-label { display: none; }
	.au-console-btn { padding: 9px; }
}

/* Save toast — Silent Hill's red "saved" flash */
.au-savetoast {
	position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%) scale(0.8);
	z-index: 10006; pointer-events: none; opacity: 0;
	padding: 16px 30px;
	background: rgba(11,3,4,0.85); border: 1px solid var(--rust-bright);
	color: #f2d9cf; font-family: 'Rock Salt', cursive; font-size: 1rem; letter-spacing: 1px;
	box-shadow: 0 0 40px rgba(156,35,64,0.6), inset 0 0 20px rgba(156,35,64,0.25);
}
.au-savetoast.au-active { animation: au-savetoast 1.6s ease; }
@keyframes au-savetoast {
	0% { opacity: 0; transform: translate(-50%,-50%) scale(0.7); }
	18% { opacity: 1; transform: translate(-50%,-50%) scale(1); }
	80% { opacity: 1; }
	100% { opacity: 0; transform: translate(-50%,-50%) scale(1.02); }
}

/* ---------------------------------------------
   Card shell
--------------------------------------------- */
.au-card {
	max-width: var(--card-max); margin: 0 auto;
	background: var(--panel); border: 1px solid var(--border);
	position: relative; z-index: 10;
	box-shadow: 0 30px 60px rgba(0,0,0,0.65), 0 8px 20px rgba(0,0,0,0.5), 0 0 80px rgba(156,35,64,0.05);
	filter: var(--card-filter);
	animation: au-card-breathe 9s ease-in-out infinite;
	transition: filter 1.1s ease, box-shadow 1.1s ease;
}
body.au-otherworld .au-card { box-shadow: 0 30px 60px rgba(0,0,0,0.7), 0 0 70px rgba(156,35,64,0.28); }

@keyframes au-card-breathe {
	0%, 100% { transform: rotate(-0.35deg) scale(1); }
	50% { transform: rotate(-0.35deg) scale(1.004); }
}

.au-crt-intro { animation: au-crt-on 0.8s cubic-bezier(.2,.8,.2,1) both; transform-origin: center; }
.au-card.au-glitch-burst { animation: au-glitch-burst 0.5s steps(1, jump-end); }

@keyframes au-glitch-burst {
	0% { transform: rotate(-0.35deg) translate(0,0); filter: var(--card-filter); }
	10% { transform: rotate(-0.35deg) translate(-3px, 1px); filter: hue-rotate(-8deg) saturate(1.4); }
	20% { transform: rotate(-0.35deg) translate(3px,-1px); filter: hue-rotate(8deg) saturate(1.6); }
	30% { transform: rotate(-0.35deg) translate(-2px,0); filter: var(--card-filter); }
	40% { transform: rotate(-0.35deg) translate(2px,1px); filter: hue-rotate(-6deg); }
	50%, 100% { transform: rotate(-0.35deg) translate(0,0); filter: var(--card-filter); }
}

@keyframes au-crt-on {
	0% { transform: rotate(-0.35deg) scaleY(0.02) scaleX(1.06); opacity: 0; filter: brightness(3.5); }
	28% { transform: rotate(-0.35deg) scaleY(1.03) scaleX(0.98); opacity: 1; filter: brightness(2.2); }
	45% { transform: rotate(-0.35deg) scaleY(0.88) scaleX(1); }
	62% { transform: rotate(-0.35deg) scaleY(1.02) scaleX(1); filter: brightness(1.4); }
	80% { transform: rotate(-0.35deg) scaleY(0.98) scaleX(1); filter: brightness(1.1); }
	100% { transform: rotate(-0.35deg) scaleY(1) scaleX(1); opacity: 1; filter: brightness(1); }
}

.au-masthead { text-align: center; padding: 20px 10px 12px; border-bottom: 1px solid var(--border); position: relative; z-index: 2; }
.au-masthead-name {
	display: block; font-family: 'Pirata One', 'Special Elite', cursive, serif;
	font-size: 3.3rem; line-height: 1.12; color: var(--bone);
	text-shadow: 0 0 20px rgba(79,131,181,0.4), 0 2px 0 #000;
	transition: text-shadow 1.1s ease;
}
body.au-otherworld .au-masthead-name { text-shadow: 0 0 22px rgba(156,35,64,0.6), 0 2px 0 #000; }
.au-masthead-sub { display: block; margin-top: 8px; font-size: 0.7rem; letter-spacing: 3px; text-transform: uppercase; color: var(--fog); }
.au-masthead-loc { display: block; margin-top: 5px; font-size: 0.62rem; letter-spacing: 2px; text-transform: uppercase; color: var(--accent-dim); opacity: 0.85; }
body.au-otherworld .au-masthead-loc { color: var(--rust-bright); opacity: 1; }

.au-tear {
	height: 9px;
	background:
		linear-gradient(135deg, var(--panel) 50%, transparent 50%) 0 0 / 14px 18px repeat-x,
		linear-gradient(-135deg, var(--panel) 50%, transparent 50%) 0 0 / 14px 18px repeat-x,
		linear-gradient(90deg, transparent 0%, rgba(74,15,31,0.3) 18%, transparent 30%, transparent 70%, rgba(74,15,31,0.25) 84%, transparent 100%);
	background-color: #0b0a08;
}

/* Nav grid: 2x2 rusted metal buttons */
.au-nav { display: grid; grid-template-columns: 1fr 1fr; border-bottom: 1px solid var(--border); position: relative; z-index: 2; }
.au-nav a, .au-nav span {
	display: block; text-align: center; padding: 16px 10px;
	background: linear-gradient(180deg, #171410 0%, #100e0a 100%);
	color: var(--ash); font-weight: 400; font-size: 0.95rem; letter-spacing: 1px;
	border: 1px solid #000;
	text-shadow: 0 1px 0 #000, 0 0 12px rgba(0,0,0,0.6);
	transition: color 0.3s ease, background 0.3s ease, text-shadow 0.3s ease;
}
.au-nav a:hover { background: linear-gradient(180deg, #241511 0%, #150c0a 100%); color: var(--siren); text-shadow: 0 0 8px rgba(194,57,90,0.55), 0 1px 0 #000; }
.au-nav .current-menu-item a, .au-nav a.au-current { background: linear-gradient(180deg, #241511 0%, #150c0a 100%); color: var(--bone); box-shadow: inset 0 0 20px rgba(156,35,64,0.15); }
body.au-otherworld .au-nav a { background: linear-gradient(180deg, #24100f 0%, #16090a 100%); }

/* Inner dashed content frame */
.au-content {
	margin: 24px; border: 1px dashed var(--border); padding: 28px;
	display: grid; grid-template-columns: 300px 1fr; gap: 32px; position: relative; z-index: 2;
}
@media (max-width: 640px) { .au-content { grid-template-columns: 1fr; } }

.au-outlet { transition: opacity 0.18s ease, filter 0.18s ease; }
.au-outlet-leaving { opacity: 0; filter: blur(3px); }
.au-outlet-entering { animation: au-outlet-in 0.28s ease; }
@keyframes au-outlet-in { from { opacity: 0; filter: blur(4px); } to { opacity: 1; filter: none; } }

/* ---------------------------------------------
   Left column: profile
--------------------------------------------- */
.au-profile-image-btn { display: block; width: 100%; padding: 0; border: none; background: none; cursor: pointer; position: relative; }
.au-profile-image-btn::after {
	content: ''; position: absolute; left: 10%; right: 10%; bottom: -14px; height: 22px;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.55) 0%, transparent 75%); filter: blur(2px);
}
.au-profile-image-btn:hover .au-profile-image { box-shadow: 0 0 0 1px var(--rust-bright), 0 0 24px rgba(156,35,64,0.35); }
.au-profile-image-btn:focus-visible .au-profile-image { outline: 2px solid var(--siren); outline-offset: 3px; }
.au-profile-image {
	border: 1px solid var(--border); overflow: hidden; aspect-ratio: 1 / 1;
	display: flex; align-items: center; justify-content: center; background: #0c0b09;
	box-shadow: 0 14px 30px rgba(0,0,0,0.6), inset 0 0 40px rgba(0,0,0,0.5);
	transition: box-shadow 0.3s ease;
}
.au-profile-image img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.35) sepia(0.12) contrast(1.12) brightness(0.9); transition: filter 1.1s ease; }
body.au-otherworld .au-profile-image img { filter: grayscale(0.15) sepia(0.35) contrast(1.25) brightness(0.82) hue-rotate(-8deg); }
.au-profile-image.au-placeholder { color: var(--fog); font-size: 0.8rem; text-align: center; padding: 20px; }
.au-gallery-hint { text-align: center; font-size: 0.68rem; color: var(--fog); margin: 10px 0 0; letter-spacing: 0.5px; transition: color 0.3s ease; }
.au-profile-image-btn:hover ~ .au-gallery-hint { color: var(--accent); }
.au-profile-meta { text-align: center; margin: 22px 0 12px; font-size: 0.9rem; color: var(--ash); }
.au-profile-bio { font-size: 0.85rem; line-height: 1.7; margin: 0 0 14px; color: var(--bone); }
.au-haggle-note { font-size: 0.75rem; color: var(--fog); text-align: left; font-style: italic; }

/* ---------------------------------------------
   Right column: commissions panel
--------------------------------------------- */
.au-panel { text-align: center; }
.au-drop-row { color: var(--rust); font-size: 1rem; margin-bottom: 8px; filter: drop-shadow(0 0 6px rgba(156,35,64,0.5)); }
.au-drop-row svg { width: 18px; height: 18px; }

.au-status {
	font-family: 'Rock Salt', 'Special Elite', cursive; font-size: 1.5rem; line-height: 1.7;
	margin: 0 0 12px; color: var(--bone); letter-spacing: 0.5px; display: inline-block;
	text-shadow: 1px 1px 0 #000, 2px 2px 0 rgba(0,0,0,0.8), 3px 3px 0 rgba(0,0,0,0.6), 4px 4px 6px rgba(0,0,0,0.5);
	animation: au-scribble-a 6.5s ease-in-out infinite;
}
@keyframes au-scribble-a { 0%,100% { transform: rotate(-1.1deg); } 30% { transform: rotate(-0.3deg); } 60% { transform: rotate(-1.7deg); } 80% { transform: rotate(-0.8deg); } }
.au-status .au-status-word { color: var(--siren); text-decoration: underline; text-underline-offset: 3px; animation: au-flicker 4.5s infinite; }
.au-status.is-closed .au-status-word { color: var(--fog); animation: none; }
@keyframes au-flicker {
	0%, 92%, 100% { opacity: 1; text-shadow: 0 0 10px rgba(194,57,90,0.65); transform: translateX(0); }
	93% { opacity: 0.5; text-shadow: -2px 0 rgba(255,20,80,0.65), 2px 0 rgba(0,220,255,0.5); transform: translateX(-1px); }
	94% { opacity: 1; text-shadow: 0 0 10px rgba(194,57,90,0.65); transform: translateX(0); }
	95% { opacity: 0.45; text-shadow: 2px 0 rgba(255,20,80,0.65), -2px 0 rgba(0,220,255,0.5); transform: translateX(1px); }
	96% { opacity: 1; text-shadow: 0 0 10px rgba(194,57,90,0.65); transform: translateX(0); }
}

.au-subtext { font-style: italic; margin: 0 0 14px; color: var(--ash); font-size: 0.9rem; }

.au-meta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin: 0 0 16px; }
.au-chip {
	font-size: 0.66rem; letter-spacing: 1px; text-transform: uppercase; color: var(--ash);
	background: #12100c; border: 1px solid var(--border); padding: 5px 11px;
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.7);
}
.au-chip--queue { color: var(--siren); border-color: var(--rust); text-shadow: 0 0 8px rgba(194,57,90,0.4); }

.au-decoration-row { color: var(--accent); letter-spacing: 8px; margin-bottom: 20px; text-shadow: 0 0 10px rgba(79,131,181,0.35); transition: color 1.1s ease; }
body.au-otherworld .au-decoration-row { text-shadow: 0 0 10px rgba(156,35,64,0.5); }

/* Price list menu */
.au-menu {
	text-align: left; border: 1px solid var(--border);
	background: linear-gradient(180deg, rgba(20,12,22,0.6) 0%, rgba(12,8,12,0.6) 100%);
	padding: 16px 18px 18px; margin: 0 0 22px;
	box-shadow: inset 0 0 26px rgba(0,0,0,0.55);
	position: relative;
}
.au-menu::before {
	content: ''; position: absolute; top: -1px; left: 14px; right: 14px; height: 2px;
	background: repeating-linear-gradient(90deg, var(--rust) 0 6px, transparent 6px 12px); opacity: 0.5;
}
.au-menu-title {
	font-family: 'Rock Salt', cursive; font-size: 0.82rem; color: var(--bone);
	text-align: center; margin: 2px 0 14px; letter-spacing: 1px;
	text-shadow: 0 0 10px rgba(156,35,64,0.3);
}
.au-menu-list { list-style: none; margin: 0; padding: 0; }
.au-tier { padding: 9px 0; border-bottom: 1px dashed rgba(61,42,61,0.5); }
.au-tier:last-child { border-bottom: none; padding-bottom: 0; }
.au-tier-head { display: flex; align-items: baseline; gap: 6px; }
.au-tier-name { color: var(--bone); font-size: 0.9rem; letter-spacing: 0.4px; white-space: nowrap; }
.au-tier-dots { flex: 1; border-bottom: 1px dotted var(--fog); transform: translateY(-3px); opacity: 0.6; }
.au-tier-price { color: var(--siren); font-size: 0.9rem; white-space: nowrap; text-shadow: 0 0 8px rgba(194,57,90,0.35); }
.au-tier-desc { margin: 3px 0 0; font-size: 0.74rem; line-height: 1.55; color: var(--ash); }

.au-socials { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 20px; margin-bottom: 16px; }
.au-socials a { color: var(--ash); display: inline-flex; transition: color 0.3s ease, filter 0.3s ease; filter: drop-shadow(0 2px 3px rgba(0,0,0,0.6)); }
.au-socials a:hover { color: var(--siren); filter: drop-shadow(0 0 8px rgba(194,57,90,0.6)); }
.au-socials svg { width: 24px; height: 24px; }

.au-cta-link { display: inline-block; text-decoration: underline; text-underline-offset: 3px; margin-bottom: 16px; font-size: 0.85rem; color: var(--ash); }
.au-cta-link:hover { color: var(--siren); }

.au-discord { display: inline-flex; align-items: center; gap: 8px; color: var(--rust-bright); letter-spacing: 1px; font-size: 0.82rem; text-shadow: 0 0 10px rgba(156,35,64,0.4); margin: 0 auto 18px; }
.au-discord svg { width: 18px; height: 18px; }

/* Support buttons: patreon / ko-fi / paypal */
.au-support { display: flex; flex-direction: column; gap: 10px; align-items: center; }
.au-support-btn {
	display: inline-flex; align-items: center; gap: 10px; justify-content: center;
	width: 100%; max-width: 340px; padding: 11px 18px;
	border: 1px solid var(--border);
	background: linear-gradient(135deg, #14110d 0%, #1c1712 100%);
	color: var(--bone); font-family: 'Special Elite', monospace; font-size: 0.78rem; letter-spacing: 1px;
	position: relative; overflow: hidden; isolation: isolate;
	transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.au-support-btn svg { width: 20px; height: 20px; flex-shrink: 0; position: relative; z-index: 1; }
.au-support-btn span { position: relative; z-index: 1; }
.au-support-btn::before {
	content: ''; position: absolute; inset: 0;
	background: linear-gradient(120deg, transparent 20%, rgba(255,255,255,0.14) 50%, transparent 80%);
	transform: translateX(-130%); transition: transform 0.6s ease;
}
.au-support-btn:hover::before { transform: translateX(130%); }
.au-support-btn:hover { color: #fff; box-shadow: 0 0 18px rgba(0,0,0,0.4); }
.au-support-btn--patreon svg { color: #e0567a; }
.au-support-btn--patreon:hover { border-color: #e0567a; box-shadow: 0 0 18px rgba(224,86,122,0.4); }
.au-support-btn--kofi svg { color: var(--steel-bright); }
.au-support-btn--kofi:hover { border-color: var(--steel-bright); box-shadow: 0 0 18px rgba(79,131,181,0.4); }
.au-support-btn--paypal svg { color: var(--steel-bright); }
.au-support-btn--paypal:hover { border-color: var(--rust-bright); color: var(--siren); box-shadow: 0 0 18px rgba(156,35,64,0.35); }

/* ---------------------------------------------
   Generic page content
--------------------------------------------- */
.au-page-title {
	font-family: 'Rock Salt', 'Special Elite', cursive; font-size: 1.3rem; line-height: 1.7;
	margin: 0 0 18px; color: var(--bone); display: inline-block;
	text-shadow: 1px 1px 0 #000, 2px 2px 0 rgba(0,0,0,0.7), 3px 3px 4px rgba(0,0,0,0.5);
	animation: au-scribble-b 7.5s ease-in-out infinite;
}
@keyframes au-scribble-b { 0%,100% { transform: rotate(0.6deg); } 35% { transform: rotate(1.4deg); } 65% { transform: rotate(0deg); } }
.au-page-content { font-size: 0.85rem; line-height: 1.8; color: var(--ash); }
.au-page-content h2, .au-page-content h3 { font-family: 'Special Elite', monospace; color: var(--bone); }
.au-page-content a { color: var(--siren); text-decoration: underline; text-underline-offset: 2px; }
.au-page-content ul, .au-page-content ol { padding-left: 1.3em; }

/* ---------------------------------------------
   Bottom bar + footer
--------------------------------------------- */
.au-bottom-bar {
	background: #0d0c09; border-top: 1px solid var(--border);
	display: flex; justify-content: space-between; align-items: center;
	padding: 10px 18px; color: var(--fog); font-size: 0.85rem; letter-spacing: 4px;
	position: relative; z-index: 2;
}
.au-bottom-drops { display: inline-flex; gap: 6px; color: var(--rust); }
.au-bottom-drops svg { width: 15px; height: 15px; }
.au-bottom-static { font-size: 0.7rem; letter-spacing: 3px; color: var(--fog); opacity: 0.6; }
body.au-otherworld .au-bottom-static { color: var(--rust-bright); opacity: 0.9; }
.au-footer-credit { text-align: center; color: var(--fog); font-size: 0.8rem; margin-top: 20px; letter-spacing: 1px; }

/* ---------------------------------------------
   Lightbox gallery
--------------------------------------------- */
.au-lightbox {
	position: fixed; inset: 0; z-index: 500;
	display: flex; align-items: center; justify-content: center;
}
.au-lightbox[hidden] { display: none; }
.au-lightbox-backdrop { position: absolute; inset: 0; background: radial-gradient(ellipse at center, rgba(42,14,26,0.55) 0%, rgba(5,4,4,0.9) 72%); backdrop-filter: blur(1px); }
.au-lightbox-inner { position: relative; z-index: 1; max-width: min(90vw, 900px); max-height: 90vh; display: flex; flex-direction: column; align-items: center; gap: 16px; }
.au-lightbox-frame {
	position: relative; padding: 16px;
	background: linear-gradient(155deg, #221c26 0%, #14110d 60%, #0c0a08 100%);
	border: 1px solid rgba(79,131,181,0.4);
	box-shadow: 0 0 0 1px #000, 0 0 0 7px #0c0a08, 0 0 0 8px var(--rust-bright), 0 25px 70px rgba(0,0,0,0.85);
	transform: rotate(var(--au-tilt, -1deg)); transition: transform 0.3s ease;
	animation: au-frame-flicker 5s ease-in-out infinite;
}
.au-lightbox-frame::before {
	content: ''; position: absolute; top: -20px; left: 50%; transform: translateX(-50%) rotate(-3deg);
	width: 64px; height: 22px; background: rgba(79,131,181,0.28); border: 1px solid rgba(205,198,182,0.25);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5); z-index: 1;
}
@keyframes au-frame-flicker {
	0%,100% { filter: drop-shadow(0 0 22px rgba(22,40,59,0.45)); }
	45% { filter: drop-shadow(0 0 12px rgba(22,40,59,0.25)); }
	50% { filter: drop-shadow(0 0 28px rgba(156,35,64,0.4)); }
	55% { filter: drop-shadow(0 0 12px rgba(22,40,59,0.25)); }
}
.au-corner { position: absolute; width: 30px; height: 30px; color: var(--rust-bright); opacity: 0.95; pointer-events: none; z-index: 2; filter: url(#au-rough) drop-shadow(0 0 5px rgba(156,35,64,0.5)); }
.au-corner svg { width: 100%; height: 100%; }
.au-corner--tl { top: 2px; left: 2px; }
.au-corner--tr { top: 2px; right: 2px; transform: scaleX(-1); }
.au-corner--bl { bottom: 2px; left: 2px; transform: scaleY(-1); }
.au-corner--br { bottom: 2px; right: 2px; transform: scale(-1, -1); }
.au-lightbox-strip { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 100%; padding: 4px 0; }
.au-strip-thumb {
	width: 46px; height: 46px; padding: 0; border: 1px solid var(--border); background: #0a0908;
	cursor: pointer; overflow: hidden; transform: rotate(var(--au-tilt, 0deg));
	transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease; opacity: 0.6;
}
.au-strip-thumb img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(0.4) sepia(0.1) contrast(1.1) brightness(0.85); }
.au-strip-thumb:hover { opacity: 0.9; border-color: var(--accent); }
.au-strip-thumb.au-current { opacity: 1; border-color: var(--rust-bright); box-shadow: 0 0 12px rgba(156,35,64,0.5); transform: rotate(0deg) scale(1.08); }
.au-lightbox-image {
	display: block; max-width: 100%; max-height: 70vh; object-fit: contain;
	border: 1px solid var(--border);
	box-shadow: 0 20px 60px rgba(0,0,0,0.8), 0 0 50px rgba(22,40,59,0.15);
	filter: grayscale(0.3) sepia(0.12) contrast(1.15) brightness(0.88); background: #0a0908;
	clip-path: polygon(0 6px, 4px 6px, 4px 0, calc(100% - 4px) 0, calc(100% - 4px) 4px, 100% 4px, 100% calc(100% - 6px), calc(100% - 4px) calc(100% - 6px), calc(100% - 4px) 100%, 4px 100%, 4px calc(100% - 4px), 0 calc(100% - 4px));
}
.au-lightbox.au-glitching .au-lightbox-image { filter: grayscale(0.3) sepia(0.12) contrast(1.3) brightness(1.4); }
.au-lightbox-count {
	font-family: 'Rock Salt', 'Special Elite', cursive; color: var(--bone); font-size: 0.7rem; letter-spacing: 2px;
	background: #0d0b09; border: 1px solid var(--border); padding: 5px 16px;
	box-shadow: inset 0 1px 4px rgba(0,0,0,0.85), 0 1px 0 rgba(205,198,182,0.06);
}
.au-lightbox-close, .au-lightbox-prev, .au-lightbox-next {
	background: linear-gradient(180deg, #1c1712 0%, #100e0a 100%); border: 1px solid var(--border);
	color: var(--ash); cursor: pointer;
	clip-path: polygon(50% 0%, 100% 22%, 100% 78%, 50% 100%, 0% 78%, 0% 22%);
	transition: color 0.3s ease, filter 0.3s ease;
}
.au-lightbox-close:hover, .au-lightbox-prev:hover, .au-lightbox-next:hover { color: var(--siren); filter: drop-shadow(0 0 10px rgba(156,35,64,0.55)); }
.au-lightbox-close { position: absolute; top: -50px; right: -4px; font-size: 1.3rem; line-height: 1; width: 38px; height: 42px; }
.au-lightbox-prev, .au-lightbox-next { position: absolute; top: 50%; transform: translateY(-50%); width: 46px; height: 52px; font-size: 1.1rem; }
.au-lightbox-prev { left: -58px; }
.au-lightbox-next { right: -58px; }
@media (max-width: 720px) { .au-lightbox-prev { left: 4px; } .au-lightbox-next { right: 4px; } }

/* ---------------------------------------------
   Motion safety
--------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
	.au-grain, .au-sigil, .au-fog span, .au-crt-intro, .au-status, .au-page-title,
	.au-lightbox-frame, .au-card, .au-card.au-glitch-burst, .au-alarm-overlay.au-active,
	.au-tracking.au-active, .au-subliminal.au-active, .au-shadow-figure.au-active,
	.au-blackout-overlay.au-active, .au-zombie-cursor.au-twitch, .au-worldflash.au-active,
	.au-worldflash.au-active span, .au-fence, .au-radio-btn[aria-pressed="true"] svg,
	.au-chain--a, .au-chain--b, .au-chain--c, .au-chain--d, .au-status .au-status-word {
		animation: none !important;
	}
	.au-outlet, .au-outlet-leaving, .au-outlet-entering, .au-chains, .au-support-btn::before {
		transition: none !important; animation: none !important;
	}
}
