/* CompactCSS source: /apps/editor/style.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos gathers the editor's local visual vessels without letting any one stylesheet become a global decree;
 * Awtsmoos.com keeps geometry, panels, timeline, mobile revelation, and interaction in separate ordered worlds.
 */

/* CompactCSS source: /apps/editor/styles/foundation.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos contains every scene while this editor keeps each finite layer inside one named vessel;
 * Awtsmoos.com localizes geometry, color, and stacking so no style can wander into another world.
 */
html.awtsmoos-editor-document,
body.awtsmoos-editor-shell {
	margin: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body.awtsmoos-editor-shell {
	--editor-bg: #070a10;
	--editor-panel: rgba(15, 21, 31, .94);
	--editor-panel-2: rgba(25, 34, 48, .96);
	--editor-border: rgba(133, 229, 255, .16);
	--editor-text: #d9e7ef;
	--editor-muted: #7f95a5;
	--editor-accent: #82e6ff;
	--editor-accent-2: #a78bfa;
	--editor-selected: #356fc7;
	--editor-active: #b66d36;
	--editor-keyframe: #d47cf2;
	--editor-keyframe-hot: #ffd278;
	--editor-radius: 10px;
	--editor-fast: 160ms;
	--editor-z-canvas: 1;
	--editor-z-overlay: 4;
	--editor-z-ui: 20;
	--editor-z-toolbar: 30;
	--editor-z-sheet: 60;
	--editor-z-cursor: 70;
	font: 13px/1.35 Inter, ui-sans-serif, system-ui, sans-serif;
	color: var(--editor-text);
	background: var(--editor-bg);
}

.awtsmoos-editor-shell,
.awtsmoos-editor-shell * {
	box-sizing: border-box;
}

.awtsmoos-editor-shell #canvas,
.awtsmoos-editor-shell #ui-container {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}

.awtsmoos-editor-shell #canvas {
	z-index: var(--editor-z-canvas);
	display: block;
	touch-action: none;
}

.awtsmoos-editor-shell #ui-container {
	z-index: var(--editor-z-ui);
	pointer-events: none;
}

.awtsmoos-editor-shell .panel {
	position: absolute;
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 10px;
	overflow: hidden;
	border: 1px solid var(--editor-border);
	border-radius: var(--editor-radius);
	background: var(--editor-panel);
	box-shadow: 0 18px 48px rgba(0, 0, 0, .34);
	backdrop-filter: blur(16px) saturate(1.08);
	pointer-events: auto;
}

.awtsmoos-editor-shell .panel-header {
	display: flex;
	align-items: center;
	min-height: 32px;
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid var(--editor-border);
	font-weight: 750;
	user-select: none;
	cursor: pointer;
}

.awtsmoos-editor-shell .panel-header.collapsible::before {
	content: "▼";
	margin-right: 7px;
	color: var(--editor-accent);
	font-size: 10px;
	transition: transform var(--editor-fast) ease;
}

.awtsmoos-editor-shell .panel.collapsed > .panel-header.collapsible::before {
	transform: rotate(-90deg);
}

.awtsmoos-editor-shell .panel-content {
	min-height: 0;
	flex: 1;
	overflow: auto;
}

.awtsmoos-editor-shell .panel.collapsed {
	height: auto;
	min-height: 0;
}

.awtsmoos-editor-shell .panel.collapsed > .panel-content {
	display: none;
}



/* CompactCSS source: /apps/editor/styles/toolbar.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos lets the editor's primary actions gather in one luminous rail without becoming a wall;
 * Awtsmoos.com keeps every toolbar control bounded, readable, and ready for touch before deeper panels answer the call.
 */
.awtsmoos-editor-shell #toolbar {
	top: 10px;
	left: 10px;
	z-index: var(--editor-z-toolbar);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: auto;
	max-width: calc(100% - 20px);
	height: 48px;
	padding: 6px;
	gap: 5px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	scrollbar-width: thin;
}

.awtsmoos-editor-shell .toolbar-section {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	flex: 0 0 auto;
}

.awtsmoos-editor-shell #toolbar button,
.awtsmoos-editor-shell #toolbar select {
	min-height: 34px;
	padding: 6px 10px;
	border: 1px solid var(--editor-border);
	border-radius: 8px;
	color: var(--editor-text);
	background: var(--editor-panel-2);
	font: inherit;
	font-weight: 650;
	cursor: pointer;
}

.awtsmoos-editor-shell #toolbar button.active {
	border-color: rgba(130, 230, 255, .42);
	color: white;
	background: linear-gradient(135deg, rgba(53, 111, 199, .94), rgba(89, 72, 175, .9));
	box-shadow: 0 0 0 1px rgba(130, 230, 255, .12) inset;
}

.awtsmoos-editor-shell #toolbar button:disabled,
.awtsmoos-editor-shell #toolbar select:disabled {
	cursor: not-allowed;
	opacity: .45;
}

.awtsmoos-editor-shell .separator {
	width: 1px;
	height: 22px;
	margin: 0 5px;
	flex: 0 0 auto;
	background: linear-gradient(transparent, var(--editor-border), transparent);
}

.awtsmoos-editor-shell #orbit-gizmo-container {
	position: absolute;
	top: 70px;
	right: 12px;
	z-index: var(--editor-z-overlay);
	max-width: 88px;
	max-height: 88px;
	pointer-events: auto;
}



/* CompactCSS source: /apps/editor/styles/panels.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos gathers hierarchy and properties without letting either vessel own the other's geometry;
 * Awtsmoos.com keeps the panel cascade modular, local, and conflict-free through explicit imported worlds.
 */

/* CompactCSS source: /apps/editor/styles/panels-tree.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos reveals a tree of finite objects while every branch remains inside one named Editor vessel;
 * Awtsmoos.com keeps hierarchy readable, touchable, and locally styled without leaking tree rules into another page.
 */
.awtsmoos-editor-shell #object-tree-panel {
	top: 68px;
	left: 10px;
	width: 248px;
	height: calc(50% - 78px);
	min-height: 156px;
}

.awtsmoos-editor-shell .object-tree,
.awtsmoos-editor-shell .object-tree ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.awtsmoos-editor-shell .object-tree-children {
	padding-left: 14px;
}

.awtsmoos-editor-shell .tree-item-header {
	display: flex;
	align-items: center;
	min-height: 28px;
	padding: 4px 6px;
	border-radius: 7px;
	cursor: pointer;
}

.awtsmoos-editor-shell .tree-item-header.selected {
	color: white;
	background: var(--editor-selected);
}

.awtsmoos-editor-shell .tree-item-header.active {
	color: white;
	background: var(--editor-active);
}

.awtsmoos-editor-shell .toggle-btn {
	width: 22px;
	height: 22px;
	margin-right: 2px;
	padding: 0;
	border: 0;
	color: var(--editor-muted);
	background: transparent;
	font: 16px/1 ui-monospace, monospace;
	cursor: pointer;
}

.awtsmoos-editor-shell .toggle-placeholder {
	width: 22px;
	margin-right: 2px;
	flex: 0 0 22px;
}

.awtsmoos-editor-shell .icon {
	margin-right: 5px;
	user-select: none;
}

.awtsmoos-editor-shell .item-name {
	min-width: 0;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



/* CompactCSS source: /apps/editor/styles/panels-properties.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos lets properties become measured vessels without letting field geometry leak into the surrounding world;
 * Awtsmoos.com keeps every numeric, color, and vector input localized, bounded, and readable inside one Editor panel.
 */
.awtsmoos-editor-shell #properties-panel {
	top: 68px;
	right: 10px;
	width: 272px;
	height: calc(100% - 68px - 228px);
	min-height: 208px;
}

.awtsmoos-editor-shell .property-group {
	margin-bottom: 16px;
}

.awtsmoos-editor-shell .property-group-title {
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid var(--editor-border);
	font-weight: 750;
}

.awtsmoos-editor-shell .property-item-compound {
	margin-bottom: 6px;
}

.awtsmoos-editor-shell .property-item-header {
	margin-bottom: 5px;
	padding-left: 28px;
	font-weight: 650;
}

.awtsmoos-editor-shell .property-item {
	display: grid;
	grid-template-columns: 22px 82px minmax(0, 1fr);
	align-items: center;
	gap: 7px;
	margin-bottom: 7px;
}

.awtsmoos-editor-shell .property-item.sub-item {
	grid-template-columns: 22px 36px minmax(0, 1fr);
	padding-left: 14px;
}

.awtsmoos-editor-shell .property-item label {
	color: var(--editor-muted);
	font-size: .9em;
	text-align: right;
}

.awtsmoos-editor-shell .property-item input[type="number"],
.awtsmoos-editor-shell .property-item input[type="color"] {
	width: 100%;
	min-width: 0;
	min-height: 32px;
	padding: 5px 7px;
	border: 1px solid var(--editor-border);
	border-radius: 7px;
	color: var(--editor-text);
	background: rgba(2, 6, 12, .72);
}

.awtsmoos-editor-shell .vector-input {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 4px;
	width: 100%;
}





/* CompactCSS source: /apps/editor/styles/timeline.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos gathers timeline shell, measured tracks, and touch geometry without collapsing them into one oversized law;
 * Awtsmoos.com keeps desktop structure and coarse-pointer expansion in separate localized vessels for a calmer cascade.
 */

/* CompactCSS source: /apps/editor/styles/timeline-shell.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos lets the timeline occupy one measured vessel without swallowing the canvas or the mobile world;
 * Awtsmoos.com keeps shell geometry, controls, and scrolling bounded before individual tracks reveal their detail.
 */
.awtsmoos-editor-shell #timeline-panel {
	left: 10px;
	right: 10px;
	bottom: 10px;
	height: 210px;
	min-height: 120px;
}

.awtsmoos-editor-shell #timeline-panel.collapsed {
	width: auto;
}

.awtsmoos-editor-shell #timeline-panel .panel-content {
	display: flex;
	flex-direction: column;
}

.awtsmoos-editor-shell .timeline-controls {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid var(--editor-border);
	flex: 0 0 auto;
}

.awtsmoos-editor-shell .time-display {
	font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
	color: var(--editor-accent);
}

.awtsmoos-editor-shell .timeline-content {
	display: flex;
	min-width: 0;
	min-height: 0;
	flex: 1;
	overflow: hidden;
	background: var(--editor-panel-2);
}

.awtsmoos-editor-shell .timeline-layers {
	width: 180px;
	flex: 0 0 180px;
	overflow-y: auto;
	overflow-x: hidden;
	border-right: 1px solid var(--editor-border);
}

.awtsmoos-editor-shell .timeline-tracks-container {
	position: relative;
	min-width: 0;
	flex: 1;
	overflow: auto;
}



/* CompactCSS source: /apps/editor/styles/timeline-tracks.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos gives time marks, layer rows, tracks, and keyframes finite geometry without letting behavior leak into layout;
 * Awtsmoos.com keeps each measured vessel aligned, while interaction light and touch geometry arrive through their own imported layers.
 */
.awtsmoos-editor-shell .timeline-ruler {
	position: sticky;
	top: 0;
	z-index: 3;
	height: 24px;
	border-bottom: 1px solid var(--editor-border);
	background: rgba(45, 57, 76, .98);
	cursor: ew-resize;
	touch-action: none;
	user-select: none;
}

.awtsmoos-editor-shell .timeline-ruler-marks {
	position: relative;
	height: 100%;
}

.awtsmoos-editor-shell .timeline-tick {
	position: absolute;
	bottom: 0;
	width: 1px;
	background: var(--editor-muted);
	pointer-events: none;
}

.awtsmoos-editor-shell .timeline-tick.major {
	height: 8px;
}

.awtsmoos-editor-shell .timeline-tick.minor {
	height: 4px;
	opacity: .66;
}

.awtsmoos-editor-shell .timeline-tick-label {
	position: absolute;
	top: 2px;
	transform: translateX(-50%);
	color: var(--editor-text);
	font-size: 10px;
	pointer-events: none;
}

.awtsmoos-editor-shell .timeline-layer-header,
.awtsmoos-editor-shell .timeline-track-header {
	display: flex;
	align-items: center;
	height: 28px;
	padding: 0 6px;
	border-bottom: 1px solid var(--editor-border);
	user-select: none;
}

.awtsmoos-editor-shell .timeline-layer-header {
	gap: 4px;
	font-weight: 700;
	background: var(--editor-panel-2);
}

.awtsmoos-editor-shell .timeline-track-header {
	padding-left: 34px;
	background: var(--editor-panel);
}

.awtsmoos-editor-shell .timeline-layer-track-bg,
.awtsmoos-editor-shell .timeline-track-row {
	position: relative;
	height: 28px;
	border-bottom: 1px solid var(--editor-border);
}

.awtsmoos-editor-shell .timeline-track-row {
	height: 24px;
}

.awtsmoos-editor-shell .timeline-layer-track-bg {
	background: rgba(70, 86, 108, .35);
}

.awtsmoos-editor-shell .timeline-keyframe {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 12px;
	height: 12px;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%) rotate(45deg);
	appearance: none;
	border: 1px solid var(--editor-bg);
	border-radius: 2px;
	background: var(--editor-keyframe);
	cursor: pointer;
}

.awtsmoos-editor-shell .timeline-cursor {
	position: absolute;
	top: 0;
	z-index: var(--editor-z-cursor);
	width: 2px;
	height: 100%;
	background: var(--editor-active);
	box-shadow: 0 0 8px rgba(255, 105, 120, .42);
	pointer-events: none;
}



/* CompactCSS source: /apps/editor/styles/timeline-touch.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos lets coarse-pointer Timeline geometry widen without burdening desktop rules or breaking row alignment;
 * Awtsmoos.com gives touch a larger vessel, so disclosure, tracks, and keyframes remain measured together instead of overlapping in haste.
 */
@media (pointer: coarse) {
	.awtsmoos-editor-shell .timeline-layer-header,
	.awtsmoos-editor-shell .timeline-track-header,
	.awtsmoos-editor-shell .timeline-layer-track-bg,
	.awtsmoos-editor-shell .timeline-track-row {
		height: 44px;
	}

	.awtsmoos-editor-shell .timeline-keyframe {
		width: 14px;
		height: 14px;
	}
}





/* CompactCSS source: /apps/editor/styles/mobile.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos reveals one advanced vessel at a time so the smallest screen never becomes a battlefield;
 * Awtsmoos.com turns the editor into a safe-area-aware mobile accordion where canvas, toolbar, and panels keep their rightful place.
 */
@media (max-width: 760px) {
	.awtsmoos-editor-shell #toolbar {
		top: max(8px, env(safe-area-inset-top));
		left: max(8px, env(safe-area-inset-left));
		right: max(8px, env(safe-area-inset-right));
		width: auto;
		max-width: none;
		height: 56px;
		padding: 5px;
		gap: 4px;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
	}

	.awtsmoos-editor-shell #toolbar button,
	.awtsmoos-editor-shell #toolbar select {
		min-width: 46px;
		min-height: 46px;
		padding: 8px 11px;
	}

	.awtsmoos-editor-shell .separator {
		display: none;
	}

	.awtsmoos-editor-shell #orbit-gizmo-container {
		top: calc(max(8px, env(safe-area-inset-top)) + 66px);
		right: max(8px, env(safe-area-inset-right));
		max-width: 72px;
		max-height: 72px;
	}

	.awtsmoos-editor-shell #object-tree-panel,
	.awtsmoos-editor-shell #properties-panel,
	.awtsmoos-editor-shell #timeline-panel {
		top: calc(max(8px, env(safe-area-inset-top)) + 70px);
		left: max(8px, env(safe-area-inset-left));
		right: max(8px, env(safe-area-inset-right));
		bottom: calc(68px + env(safe-area-inset-bottom));
		z-index: var(--editor-z-sheet);
		width: auto;
		height: auto;
		min-height: 0;
		max-height: 46dvh;
		padding: 8px;
	}

	.awtsmoos-editor-shell #object-tree-panel:not(.collapsed),
	.awtsmoos-editor-shell #properties-panel:not(.collapsed),
	.awtsmoos-editor-shell #timeline-panel:not(.collapsed) {
		animation: awtsmoos-editor-sheet-reveal 180ms ease-out both;
	}

	.awtsmoos-editor-shell #object-tree-panel.collapsed,
	.awtsmoos-editor-shell #properties-panel.collapsed,
	.awtsmoos-editor-shell #timeline-panel.collapsed {
		top: auto;
		bottom: max(8px, env(safe-area-inset-bottom));
		height: 52px;
		max-height: 52px;
		padding: 4px;
	}

	.awtsmoos-editor-shell #object-tree-panel.collapsed {
		left: max(8px, env(safe-area-inset-left));
		right: calc(66.666% + 3px);
	}

	.awtsmoos-editor-shell #properties-panel.collapsed {
		left: calc(33.333% + 3px);
		right: calc(33.333% + 3px);
	}

	.awtsmoos-editor-shell #timeline-panel.collapsed {
		left: calc(66.666% + 3px);
		right: max(8px, env(safe-area-inset-right));
	}

	.awtsmoos-editor-shell .panel > .panel-header {
		min-height: 44px;
	}

	.awtsmoos-editor-shell .panel.collapsed > .panel-header {
		margin: 0;
		padding: 0 5px;
		border: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.awtsmoos-editor-shell .panel:not(.collapsed) > .panel-content {
		overflow: auto;
		overscroll-behavior: contain;
	}

	.awtsmoos-editor-shell .timeline-layers {
		width: 128px;
		flex-basis: 128px;
	}
}

@keyframes awtsmoos-editor-sheet-reveal {
	from { opacity: .4; transform: translateY(8px) scale(.985); }
	to { opacity: 1; transform: translateY(0) scale(1); }
}



/* CompactCSS source: /apps/editor/styles/interactions.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos gathers shared controls, Timeline-specific touch states, common feedback, and stillness into an ordered local cascade;
 * Awtsmoos.com keeps every interaction concern in its own vessel, so future features can join without specificity wars or accidental inheritance.
 */

/* CompactCSS source: /apps/editor/styles/interaction-controls.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos gives shared Editor controls one tactile foundation while feature-specific worlds keep their own interaction laws apart;
 * Awtsmoos.com keeps common behavior reusable and local, so no Timeline rule or future feature must fight a global cascade in the dark.
 */
.awtsmoos-editor-shell #toolbar button,
.awtsmoos-editor-shell #toolbar select,
.awtsmoos-editor-shell .panel-header,
.awtsmoos-editor-shell .tree-item-header,
.awtsmoos-editor-shell .toggle-btn,
.awtsmoos-editor-shell .keyframe-btn,
.awtsmoos-editor-shell .property-item input {
	transition:
		transform var(--editor-fast) ease,
		border-color var(--editor-fast) ease,
		background-color var(--editor-fast) ease,
		color var(--editor-fast) ease,
		box-shadow var(--editor-fast) ease,
		filter var(--editor-fast) ease;
}

.awtsmoos-editor-shell .keyframe-btn {
	min-width: 28px;
	min-height: 28px;
	padding: 0;
	border: 0;
	border-radius: 7px;
	color: var(--editor-muted);
	background: transparent;
	font: inherit;
	font-size: 16px;
	cursor: pointer;
}

.awtsmoos-editor-shell .keyframe-btn.active {
	color: var(--editor-keyframe-hot);
	background: rgba(212, 124, 242, .1);
}

.awtsmoos-editor-shell .edit-mode-face-highlight {
	position: absolute;
	inset: 0;
	z-index: var(--editor-z-overlay);
	pointer-events: none;
}

.awtsmoos-editor-shell ::-webkit-scrollbar {
	width: 9px;
	height: 9px;
}

.awtsmoos-editor-shell ::-webkit-scrollbar-track {
	background: rgba(4, 8, 14, .72);
}

.awtsmoos-editor-shell ::-webkit-scrollbar-thumb {
	border-radius: 8px;
	background: rgba(127, 149, 165, .42);
}

.awtsmoos-editor-shell ::-webkit-scrollbar-thumb:hover {
	background: rgba(130, 230, 255, .5);
}

@media (pointer: coarse) {
	.awtsmoos-editor-shell .keyframe-btn {
		min-width: 44px;
		min-height: 44px;
	}
}



/* CompactCSS source: /apps/editor/styles/interaction-timeline.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos lets Timeline controls reveal touch, hover, press, and focus through one localized interaction covenant;
 * Awtsmoos.com keeps these states finite and luminous, so measured time feels alive without borrowing styles from another feature's design.
 */
.awtsmoos-editor-shell .timeline-controls button,
.awtsmoos-editor-shell .timeline-controls select,
.awtsmoos-editor-shell .timeline-disclosure,
.awtsmoos-editor-shell .timeline-ruler,
.awtsmoos-editor-shell .timeline-keyframe {
	transition:
		transform var(--editor-fast) ease,
		border-color var(--editor-fast) ease,
		background-color var(--editor-fast) ease,
		color var(--editor-fast) ease,
		box-shadow var(--editor-fast) ease,
		filter var(--editor-fast) ease;
}

.awtsmoos-editor-shell .timeline-controls button,
.awtsmoos-editor-shell .timeline-controls select {
	min-height: 34px;
	padding: 6px 10px;
	border: 1px solid var(--editor-border);
	border-radius: 8px;
	color: var(--editor-text);
	background: var(--editor-panel-2);
	font: inherit;
	cursor: pointer;
}

.awtsmoos-editor-shell .timeline-disclosure {
	display: inline-grid;
	place-items: center;
	width: 30px;
	height: 30px;
	margin: 0;
	padding: 0;
	flex: 0 0 30px;
	appearance: none;
	border: 1px solid transparent;
	border-radius: 8px;
	color: var(--editor-muted);
	background: transparent;
	font: inherit;
	cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
	.awtsmoos-editor-shell .timeline-controls button:not(:disabled):hover,
	.awtsmoos-editor-shell .timeline-controls select:not(:disabled):hover,
	.awtsmoos-editor-shell .timeline-disclosure:hover {
		transform: translateY(-1px);
		border-color: rgba(130, 230, 255, .46);
		color: var(--editor-accent);
		background: rgba(130, 230, 255, .08);
	}

	.awtsmoos-editor-shell .timeline-ruler:hover {
		border-bottom-color: rgba(130, 230, 255, .5);
		box-shadow: inset 0 -1px 0 rgba(130, 230, 255, .16);
	}

	.awtsmoos-editor-shell .timeline-keyframe:hover {
		filter: brightness(1.25);
		box-shadow: 0 0 12px rgba(212, 124, 242, .58);
	}
}

.awtsmoos-editor-shell .timeline-controls button:not(:disabled):active,
.awtsmoos-editor-shell .timeline-controls select:not(:disabled):active,
.awtsmoos-editor-shell .timeline-disclosure:active {
	transform: translateY(1px) scale(.96);
	filter: brightness(.94);
}

.awtsmoos-editor-shell .timeline-ruler:active {
	background: rgba(52, 67, 90, .98);
}

.awtsmoos-editor-shell .timeline-keyframe:active {
	transform: translate(-50%, -50%) rotate(45deg) scale(.84);
	filter: brightness(.96);
}

.awtsmoos-editor-shell .timeline-controls button:focus-visible,
.awtsmoos-editor-shell .timeline-controls select:focus-visible,
.awtsmoos-editor-shell .timeline-disclosure:focus-visible,
.awtsmoos-editor-shell .timeline-ruler:focus-visible,
.awtsmoos-editor-shell .timeline-keyframe:focus-visible {
	outline: 3px solid var(--editor-accent);
	outline-offset: 2px;
}

.awtsmoos-editor-shell .timeline-ruler:focus-visible {
	box-shadow: inset 0 -2px 0 var(--editor-accent);
}

@media (pointer: coarse) {
	.awtsmoos-editor-shell .timeline-controls button,
	.awtsmoos-editor-shell .timeline-controls select,
	.awtsmoos-editor-shell .timeline-disclosure {
		min-height: 44px;
	}

	.awtsmoos-editor-shell .timeline-disclosure {
		width: 44px;
		height: 44px;
		flex-basis: 44px;
	}
}



/* CompactCSS source: /apps/editor/styles/interaction-feedback.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos lets shared Editor controls answer hover, press, and focus with one calm language while feature-specific worlds keep separate states;
 * Awtsmoos.com makes feedback bright but bounded, so every action is visible without turning the interface into an endless storm of motion.
 */
@media (hover: hover) and (pointer: fine) {
	.awtsmoos-editor-shell #toolbar button:not(:disabled):hover,
	.awtsmoos-editor-shell #toolbar select:not(:disabled):hover,
	.awtsmoos-editor-shell .panel-header:hover,
	.awtsmoos-editor-shell .tree-item-header:hover {
		transform: translateY(-1px);
		border-color: rgba(130, 230, 255, .44);
		filter: brightness(1.08);
	}

	.awtsmoos-editor-shell .toggle-btn:hover,
	.awtsmoos-editor-shell .keyframe-btn:hover {
		color: var(--editor-accent);
		transform: translateY(-1px) scale(1.06);
	}
}

.awtsmoos-editor-shell #toolbar button:not(:disabled):active,
.awtsmoos-editor-shell #toolbar select:not(:disabled):active,
.awtsmoos-editor-shell .panel-header:active,
.awtsmoos-editor-shell .tree-item-header:active,
.awtsmoos-editor-shell .toggle-btn:active,
.awtsmoos-editor-shell .keyframe-btn:active {
	transform: translateY(1px) scale(.97);
	filter: brightness(.95);
}

.awtsmoos-editor-shell #toolbar button:focus-visible,
.awtsmoos-editor-shell #toolbar select:focus-visible,
.awtsmoos-editor-shell .panel-header:focus-visible,
.awtsmoos-editor-shell .tree-item-header:focus-visible,
.awtsmoos-editor-shell .toggle-btn:focus-visible,
.awtsmoos-editor-shell .keyframe-btn:focus-visible,
.awtsmoos-editor-shell .property-item input:focus-visible {
	outline: 3px solid var(--editor-accent);
	outline-offset: 2px;
}

.awtsmoos-editor-shell .property-item input:focus-visible {
	border-color: var(--editor-accent);
	box-shadow: 0 0 0 1px rgba(130, 230, 255, .18);
}



/* CompactCSS source: /apps/editor/styles/interaction-motion.css */
/* B"H
 * Boruch Hashem
 * Blessed is He
 * The Awtsmoos allows finite motion to become still when the learner asks without erasing visual truth;
 * Awtsmoos.com keeps reduced-motion policy local to this editor and relies on cascade order instead of specificity force.
 */
@media (prefers-reduced-motion: reduce) {
	.awtsmoos-editor-shell *,
	.awtsmoos-editor-shell *::before,
	.awtsmoos-editor-shell *::after {
		scroll-behavior: auto;
		transition: none;
		animation: none;
	}
}




