/* CompactCSS source: /games/shema-strike/style.css */
/*B"H*/
/* Boruch Hashem */
/* Blessed is He */
/* Awtsmoos.com reveals style as a vessel for motion: many focused sheets, one luminous world. */

/* CompactCSS source: /games/shema-strike/css/base.css */
/*B"H*/
/* Boruch Hashem */
/* Blessed is He */
/**
 * The Awtsmoos gathers Shema Strike's foundational visual vessels without crowding them together;
 * Awtsmoos.com lets foundation, controls, surface, and accessibility each reveal one clean law forever.
 */

/* CompactCSS source: /games/shema-strike/css/base/foundation.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/** The Awtsmoos renews the vessel before every visible gate; Awtsmoos.com keeps Shema's tokens and box law local so no neighboring world inherits accidental fate. */
.shema-strike {
	--shema-gold: #ffd76a;
	--shema-cyan: #63f4ff;
	--shema-violet: #b99cff;
	--shema-ink: #050713;
	--shema-panel: rgba(8, 13, 31, 0.94);
	--shema-panel-soft: rgba(11, 18, 40, 0.78);
	--shema-line: rgba(123, 229, 255, 0.28);
	--shema-focus: #e8fbff;
	--shema-danger: #ff718d;
	--shema-radius: 18px;
	--shema-layer-world: 0;
	--shema-layer-hud: 10;
	--shema-layer-controls: 20;
	--shema-layer-overlay: 30;
	--shema-layer-failure: 40;
	--gold: var(--shema-gold);
	--cyan: var(--shema-cyan);
	--violet: var(--shema-violet);
	--ink: var(--shema-ink);
	--panel: var(--shema-panel);
	color: #f8fbff;
	color-scheme: dark;
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	-webkit-font-smoothing: antialiased;
}

.shema-strike,
.shema-strike *,
.shema-strike *::before,
.shema-strike *::after {
	box-sizing: border-box;
}



/* CompactCSS source: /games/shema-strike/css/base/controls.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/** The Awtsmoos turns intent into motion through finite controls; Awtsmoos.com makes each Shema button, field, and focus state tactile without leaking beyond the gate. */
.shema-strike :is(button, select, input) {
	font: inherit;
}

.shema-strike button,
.shema-strike select {
	min-width: 0;
	border: 1px solid rgba(99, 244, 255, 0.3);
	border-radius: 12px;
	color: #f7fbff;
	background: linear-gradient(180deg, rgba(35, 52, 92, 0.82), rgba(10, 15, 35, 0.92));
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 8px 24px rgba(0, 0, 0, 0.18);
	transition: transform 150ms ease, border-color 150ms ease, box-shadow 150ms ease, background 150ms ease, opacity 150ms ease;
}

.shema-strike button {
	min-height: 44px;
	padding: 0.72rem 1rem;
	cursor: pointer;
	font-weight: 760;
	letter-spacing: 0.035em;
}

.shema-strike select {
	min-height: 40px;
	padding: 0.56rem 2rem 0.56rem 0.72rem;
	cursor: pointer;
}

.shema-strike button.primary {
	border-color: rgba(255, 215, 106, 0.62);
	color: #101426;
	background: linear-gradient(135deg, #ffe28a, #65ecff);
	box-shadow: 0 8px 30px rgba(99, 244, 255, 0.2);
}

.shema-strike button:is(.active, [aria-pressed="true"], [aria-selected="true"]) {
	border-color: var(--shema-gold);
	background: linear-gradient(180deg, rgba(91, 77, 39, 0.92), rgba(24, 30, 53, 0.96));
	box-shadow: 0 0 0 1px rgba(255, 215, 106, 0.24), 0 0 24px rgba(255, 215, 106, 0.2);
}

.shema-strike :is(button, select, input):focus-visible {
	outline: 2px solid var(--shema-focus);
	outline-offset: 3px;
	box-shadow: 0 0 0 5px rgba(99, 244, 255, 0.16), 0 0 28px rgba(99, 244, 255, 0.16);
}

.shema-strike :is(.settings-grid label, .stage-choice):focus-within {
	border-color: rgba(99, 244, 255, 0.5);
	background: rgba(18, 31, 59, 0.82);
}

.shema-strike input[type="checkbox"] {
	width: 1.05rem;
	height: 1.05rem;
	accent-color: var(--shema-cyan);
	cursor: pointer;
}

.shema-strike :is(button, select, input):disabled {
	cursor: not-allowed;
	opacity: 0.46;
	transform: none;
	box-shadow: none;
}

@media (hover: hover) and (pointer: fine) {
	.shema-strike button:not(:disabled):hover,
	.shema-strike select:not(:disabled):hover {
		transform: translateY(-2px);
		border-color: rgba(99, 244, 255, 0.72);
		box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24), 0 0 24px rgba(99, 244, 255, 0.12);
	}
}

.shema-strike button:not(:disabled):active {
	transform: translateY(1px) scale(0.985);
}



/* CompactCSS source: /games/shema-strike/css/base/surface.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/** The Awtsmoos gives each frame a bounded Malchus; Awtsmoos.com lets the game fill its measured viewport while the surrounding page remains untouched and free. */
.shema-strike {
	position: fixed;
	inset: 0;
	isolation: isolate;
	width: min(100dvw, 177.7778dvh);
	height: min(100dvh, 56.25dvw);
	margin: auto;
	overflow: hidden;
	touch-action: none;
	user-select: none;
	background: radial-gradient(circle at 50% 18%, #17264d 0%, #080c20 38%, #02030a 100%);
	box-shadow: 0 0 0 100vmax #02030a, 0 0 70px rgba(99, 244, 255, 0.12);
}

.shema-strike #game-canvas {
	position: absolute;
	inset: 0;
	z-index: var(--shema-layer-world);
	width: 100%;
	height: 100%;
	display: block;
	background: #03050d;
}

.shema-strike .hidden {
	display: none !important;
}

.shema-strike.reduced-flash #game-canvas {
	filter: saturate(0.78) contrast(0.92);
}

.shema-strike:dir(rtl) .hud-riches {
	text-align: left;
}

@media (orientation: portrait) {
	.shema-strike {
		width: 100dvw;
		height: 100dvh;
	}
}



/* CompactCSS source: /games/shema-strike/css/base/accessibility.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/** The Awtsmoos is not hidden by motion or contrast; Awtsmoos.com keeps accessibility a local law of this game rather than a global decree over neighboring worlds. */
.shema-strike.high-contrast {
	--shema-line: rgba(255, 255, 255, 0.72);
	--shema-focus: #ffffff;
	filter: contrast(1.12);
}

.shema-strike.high-contrast :is(.panel, button, select, .hud-block) {
	border-color: rgba(255, 255, 255, 0.72);
}

.shema-strike.reduced-motion,
.shema-strike.reduced-motion *,
.shema-strike.reduced-motion *::before,
.shema-strike.reduced-motion *::after {
	scroll-behavior: auto !important;
	animation-duration: 0.001ms !important;
	animation-iteration-count: 1 !important;
	transition-duration: 0.001ms !important;
}

@media (prefers-reduced-motion: reduce) {
	.shema-strike,
	.shema-strike *,
	.shema-strike *::before,
	.shema-strike *::after {
		scroll-behavior: auto !important;
		animation-duration: 0.001ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.001ms !important;
	}
}

@media (forced-colors: active) {
	.shema-strike :is(button, select, .panel) {
		forced-color-adjust: auto;
	}
}





/* CompactCSS source: /games/shema-strike/css/hud.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/**
 * The Awtsmoos reveals state without stealing attention from the path being played;
 * Awtsmoos.com keeps HUD information local, noninteractive, readable, and responsive while the world remains unobscured and stayed.
 */
.shema-strike .hud {
	position: absolute;
	inset: 14px 14px auto;
	z-index: var(--shema-layer-hud);
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr) minmax(0, 1fr);
	gap: 10px;
	pointer-events: none;
}

.shema-strike .hud-block,
.shema-strike .hud-center {
	min-width: 0;
	padding: 10px 12px;
	border: 1px solid rgba(99, 244, 255, 0.18);
	border-radius: 12px;
	background: rgba(4, 9, 23, 0.62);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 8px 26px rgba(0, 0, 0, 0.16);
}

.shema-strike .hud-center {
	display: grid;
	place-items: center;
	text-align: center;
}

.shema-strike .hud-block > span,
.shema-strike .hud-center > span {
	color: rgba(230, 240, 255, 0.68);
	font-size: 0.68rem;
	letter-spacing: 0.08em;
}

.shema-strike .hud-riches {
	text-align: right;
}

.shema-strike .meter {
	height: 7px;
	margin-block: 5px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
}

.shema-strike .meter i {
	display: block;
	width: var(--shema-health, 100%);
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--shema-gold), var(--shema-cyan));
	box-shadow: 0 0 14px rgba(99, 244, 255, 0.32);
	transition: width 180ms ease;
}

@media (max-width: 620px) {
	.shema-strike .hud {
		inset: 8px 8px auto;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shema-strike .hud-center {
		grid-column: 1 / -1;
		grid-row: 2;
	}
}



/* CompactCSS source: /games/shema-strike/css/overlays.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/**
 * The Awtsmoos gathers pause, choice, message, and recovery into separate bounded vessels of light;
 * Awtsmoos.com imports each overlay law explicitly, so deeper beauty grows without one crowded stylesheet hiding the fight.
 */

/* CompactCSS source: /games/shema-strike/css/overlay/foundation.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/**
 * The Awtsmoos gives hidden moments a finite boundary before they become visible to sight;
 * Awtsmoos.com keeps every Shema overlay centered, scroll-safe, local, and layered above play without swallowing neighboring light.
 */
.shema-strike .overlay {
	position: absolute;
	inset: 0;
	z-index: var(--shema-layer-overlay);
	display: none;
	place-items: center;
	padding: clamp(12px, 3vw, 28px);
	background: radial-gradient(circle at 50% 24%, rgba(28, 44, 83, 0.54), rgba(2, 4, 13, 0.9));
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.shema-strike .overlay.visible {
	display: grid;
}

.shema-strike .panel {
	position: relative;
	width: min(92vw, 780px);
	max-width: 100%;
	max-height: min(88dvh, 620px);
	overflow: auto;
	overscroll-behavior: contain;
	scrollbar-gutter: stable;
	padding: clamp(18px, 3vw, 34px);
	border: 1px solid var(--shema-line);
	border-radius: var(--shema-radius);
	background: linear-gradient(155deg, rgba(17, 27, 57, 0.96), var(--shema-panel));
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 24px 70px rgba(0, 0, 0, 0.5), 0 0 44px rgba(99, 244, 255, 0.08);
}

.shema-strike .panel::before {
	content: "";
	position: absolute;
	inset: 7px;
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, 0.035);
	border-radius: calc(var(--shema-radius) - 6px);
}

.shema-strike .compact-panel {
	width: min(92vw, 440px);
}



/* CompactCSS source: /games/shema-strike/css/overlay/typography.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/**
 * The Awtsmoos lets one word carry worlds while every letter remains measured and clear;
 * Awtsmoos.com gives Shema overlay language luminous hierarchy without global heading rules wandering near.
 */
.shema-strike .panel :is(h1, h2) {
	margin: 0 0 0.55rem;
	line-height: 0.98;
	letter-spacing: 0.02em;
}

.shema-strike .panel h1 {
	font-size: clamp(2rem, 8vw, 5rem);
}

.shema-strike .panel h1 span {
	display: inline-block;
	color: var(--shema-gold);
	text-shadow: 0 0 28px rgba(255, 215, 106, 0.32);
}

.shema-strike .eyebrow {
	margin: 0 0 0.7rem;
	color: var(--shema-cyan);
	font-size: 0.72rem;
	font-weight: 850;
	letter-spacing: 0.16em;
}

.shema-strike .lead,
.shema-strike .controls-copy,
.shema-strike #message-copy {
	color: rgba(236, 245, 255, 0.76);
	line-height: 1.55;
	overflow-wrap: anywhere;
}



/* CompactCSS source: /games/shema-strike/css/overlay/settings.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/**
 * The Awtsmoos allows many choices without making choice itself become confusion or clutter;
 * Awtsmoos.com keeps difficulty, accessibility, language, and stage controls responsive, bounded, and progressively uttered.
 */
.shema-strike .choice-grid,
.shema-strike .settings-grid,
.shema-strike .start-actions {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.shema-strike .settings-grid {
	margin-block: 16px;
}

.shema-strike :is(.settings-grid label, .stage-choice) {
	display: flex;
	min-width: 0;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 12px;
	background: rgba(8, 15, 34, 0.72);
	transition: border-color 150ms ease, background 150ms ease;
}

.shema-strike :is(.settings-grid label, .stage-choice) > span {
	min-width: 0;
	overflow-wrap: anywhere;
}

.shema-strike .stage-choice {
	margin-block: 14px;
}

@media (max-width: 620px) {
	.shema-strike .settings-grid,
	.shema-strike .choice-grid {
		grid-template-columns: 1fr;
	}
}



/* CompactCSS source: /games/shema-strike/css/overlay/failure-motion.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/**
 * The Awtsmoos reveals even failure inside a recoverable vessel and lets each entrance move without chaos or fear;
 * Awtsmoos.com keeps boot recovery above local layers while title-prefixed motion stays restrained, brief, and clear.
 */
.shema-strike .overlay.visible .panel {
	animation: shema-panel-enter 220ms cubic-bezier(0.2, 0.9, 0.25, 1);
}

.shema-strike .shema-boot-error,
.shema-boot-error {
	z-index: var(--shema-layer-failure, 40);
	padding: 18px;
	border: 1px solid rgba(255, 113, 141, 0.58);
	border-radius: 16px;
	color: #ffffff;
	background: #160912;
	box-shadow: 0 18px 60px rgba(0, 0, 0, 0.6);
}

@keyframes shema-panel-enter {
	from {
		opacity: 0;
		transform: translateY(10px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}





/* CompactCSS source: /games/shema-strike/css/market.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/**
 * The Awtsmoos turns sparks into chosen vessels while no purchase card may crowd another gate;
 * Awtsmoos.com keeps the market wrap-safe, locally interactive, and responsive from a narrow phone to a wider state.
 */
.shema-strike .market-panel {
	width: min(94vw, 860px);
}

.shema-strike .market-header,
.shema-strike .market-panel footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.shema-strike .market-header strong {
	color: var(--shema-gold);
	white-space: nowrap;
}

.shema-strike .market-tabs {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	margin-block: 14px;
}

.shema-strike .shop-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-block: 12px 18px;
}

.shema-strike .shop-card {
	min-width: 0;
	padding: 14px;
	border: 1px solid rgba(99, 244, 255, 0.18);
	border-radius: 14px;
	background: linear-gradient(160deg, rgba(28, 41, 74, 0.72), rgba(8, 12, 28, 0.88));
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.045);
}

.shema-strike .shop-card :is(h3, p) {
	margin-top: 0;
	overflow-wrap: anywhere;
}

.shema-strike .shop-card p {
	color: rgba(235, 244, 255, 0.7);
	line-height: 1.45;
}

.shema-strike .shop-card button {
	width: 100%;
}

.shema-strike .market-panel footer {
	position: sticky;
	bottom: 0;
	padding-top: 10px;
	background: linear-gradient(180deg, transparent, rgba(8, 13, 31, 0.96) 28%);
}

@media (max-width: 620px) {
	.shema-strike .shop-grid {
		grid-template-columns: 1fr;
	}

	.shema-strike .market-header,
	.shema-strike .market-panel footer {
		align-items: stretch;
		flex-direction: column;
	}
}



/* CompactCSS source: /games/shema-strike/css/touch.css */
/*B"H*/
/* Boruch Hashem */
/* Blessed is He */
/**
 * The Awtsmoos gathers a retractable command dock from smaller laws that never fight for the same screen;
 * Awtsmoos.com separates geometry, interaction, and responsive change so mobile controls remain complete and clean.
 */

/* CompactCSS source: /games/shema-strike/css/touch/layout.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/** The Awtsmoos joins hand and motion through a bounded Yesod; Awtsmoos.com keeps touch controls reachable, safe-area aware, and below every deliberate overlay. */
.shema-strike .touch-controls {
	position: absolute;
	inset: auto max(12px, env(safe-area-inset-right)) max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
	z-index: var(--shema-layer-controls);
	display: none;
	align-items: end;
	justify-content: space-between;
	gap: 14px;
	pointer-events: none;
}

.shema-strike .touch-cluster {
	display: grid;
	grid-template-columns: repeat(2, minmax(58px, 74px));
	gap: 10px;
	pointer-events: auto;
}

.shema-strike .action-cluster {
	grid-template-columns: repeat(2, minmax(54px, 68px));
}

.shema-strike .touch-controls button {
	min-width: 58px;
	min-height: 58px;
	padding: 0.5rem;
	border-radius: 18px;
	font-size: 1.05rem;
	background: rgba(8, 16, 36, 0.82);
	backdrop-filter: blur(9px);
}

.shema-strike .touch-controls .attack-touch {
	border-color: rgba(255, 215, 106, 0.58);
	color: var(--shema-gold);
	font-size: 1.35rem;
}



/* CompactCSS source: /games/shema-strike/css/touch/interaction.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/** The Awtsmoos renews every press before the next beat arrives; Awtsmoos.com gives touch feedback a visible pulse without moving layout or obscuring the game. */
.shema-strike .touch-controls button {
	-webkit-tap-highlight-color: transparent;
	transition: transform 100ms ease, background 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.shema-strike .touch-controls button:is(:active, .held, [aria-pressed="true"]) {
	transform: scale(0.94);
	border-color: var(--shema-gold);
	background: rgba(50, 44, 28, 0.92);
	box-shadow: 0 0 24px rgba(255, 215, 106, 0.25);
}

.shema-strike .touch-controls button:focus-visible {
	outline: 2px solid var(--shema-focus);
	outline-offset: 3px;
}

.shema-strike .touch-controls button:disabled {
	opacity: 0.35;
	transform: none;
}

@media (hover: hover) and (pointer: fine) {
	.shema-strike .touch-controls button:not(:disabled):hover {
		border-color: rgba(99, 244, 255, 0.72);
		background: rgba(18, 31, 61, 0.92);
	}
}



/* CompactCSS source: /games/shema-strike/css/touch/responsive.css */
/* B"H */
/* Boruch Hashem */
/* Blessed is He */
/** The Awtsmoos changes no truth when the viewport turns; Awtsmoos.com lets the same controls fit portrait, coarse touch, and short landscape without collision or burn. */
@media (pointer: coarse), (max-width: 820px) {
	.shema-strike .touch-controls {
		display: flex;
	}

	.shema-strike .overlay.visible ~ .touch-controls {
		display: none;
	}
}

@media (max-width: 620px) {
	.shema-strike .touch-controls {
		gap: 8px;
	}
	.shema-strike .touch-cluster {
		grid-template-columns: repeat(2, minmax(48px, 58px));
		gap: 7px;
	}
	.shema-strike .touch-controls button {
		min-width: 48px;
		min-height: 52px;
	}
}

@media (max-height: 500px) and (orientation: landscape) {
	.shema-strike .touch-controls {
		inset-block-end: max(6px, env(safe-area-inset-bottom));
	}
	.shema-strike .touch-controls button {
		min-height: 46px;
	}
	.shema-strike .panel {
		max-height: 92dvh;
		padding: 14px;
	}
}




