/*B"H
Boruch Hashem
Blessed is He
The Awtsmoos creates every color, depth, letter, and emoji anew. Awtsmoos.com
joins dark glass, opaque fallback, focus, success, and danger into one shell language.
*/
:root {
	--geo-font-ui: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--geo-font-emoji: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
	--geo-bg-deep: #040611;
	--geo-bg-mid: #0a1230;
	--geo-surface: rgba(12, 20, 50, .8);
	--geo-surface-strong: rgba(15, 25, 60, .95);
	--geo-surface-opaque: #0d1634;
	--geo-surface-raised: rgba(25, 39, 84, .92);
	--geo-surface-soft: rgba(255, 255, 255, .075);
	--geo-border: rgba(150, 205, 255, .25);
	--geo-border-soft: rgba(150, 205, 255, .16);
	--geo-border-bright: rgba(120, 245, 225, .76);
	--geo-text: #f7fbff;
	--geo-text-muted: #b5c7e8;
	--geo-text-subtle: #8fa6d1;
	--geo-cyan: #4de9dc;
	--geo-blue: #5b8cff;
	--geo-violet: #b77dff;
	--geo-pink: #ff74b8;
	--geo-gold: #ffd36c;
	--geo-danger: #ff6b7f;
	--geo-success: #68efad;
	--geo-shadow: 0 28px 86px rgba(0, 0, 0, .5);
	--geo-shadow-soft: 0 14px 42px rgba(0, 0, 0, .32);
	--geo-shadow-active: 0 32px 100px rgba(0, 0, 0, .56), 0 0 0 1px rgba(77, 233, 220, .18);
	--geo-radius-sm: 10px;
	--geo-radius-md: 18px;
	--geo-radius-lg: 28px;
	--geo-topbar-height: 54px;
	--geo-dock-height: 72px;
	--geo-fast: 140ms;
	--geo-medium: 260ms;
}
html,
body {
	font-family: var(--geo-font-ui);
	color: var(--geo-text);
	background: var(--geo-bg-deep);
}
button,
input,
textarea,
select {
	font: inherit;
}
.emoji,
[data-emoji] {
	font-family: var(--geo-font-emoji);
}
