
:root {
	--body-background: #121212;
	--body-color: #fff;
	--font-system: system-ui,-apple-system,sans-serif;
	--font-reader: 'Quicksand', var(--font-system);
	--font-display: 'Fraunces', serif;
	--surface: #ffffff0a;
	--surface-press: #ffffff12;
	--dimmer: #00000050;
	--deep-shadow: #000000;
	--soft-shadow: #00000099;
	--soft-tray-shadow: #00000055;
	--soft-text: #b0a890;
	--divider-blue: #3ca0ff87;
	--special-yellow: #ffda66;
	--slider-tail: #ffda66;
	--slider-mid: 0%;
	--slider-fill: 0%;
	--tangerine-green: #73d13d;
	--transparent: #0000;
	--white: #fff;
	--go-blue: #4ad4ff;
	--menu-icon-color: #b6ff72;
	--toast-background: #000000d9;
	--toast-shadow: #000000aa;
	--grid-line: rgb(255 255 255 / 7%);
	--grid-size: 9.375vw;
	--grid-line-size: 0.3125vw;
	--squircle-displacement: 7.8125vw;
	--squircle: shape(from 0 var(--squircle-displacement), curve to var(--squircle-displacement) 0 with 0 0 / 0 0, hline to calc(100% - var(--squircle-displacement)), curve to 100% var(--squircle-displacement) with 100% 0 / 100% 0, vline to calc(100% - var(--squircle-displacement)), curve to calc(100% - var(--squircle-displacement)) 100% with 100% 100% / 100% 100%, hline to var(--squircle-displacement), curve to 0 calc(100% - var(--squircle-displacement)) with 0 100% / 0 100%, close);
	--squircle-sm-displacement: 3.75vw;
	--squircle-sm: shape(from 0 var(--squircle-sm-displacement), curve to var(--squircle-sm-displacement) 0 with 0 0 / 0 0, hline to calc(100% - var(--squircle-sm-displacement)), curve to 100% var(--squircle-sm-displacement) with 100% 0 / 100% 0, vline to calc(100% - var(--squircle-sm-displacement)), curve to calc(100% - var(--squircle-sm-displacement)) 100% with 100% 100% / 100% 100%, hline to var(--squircle-sm-displacement), curve to 0 calc(100% - var(--squircle-sm-displacement)) with 0 100% / 0 100%, close);
	--ink-blue: #4ad4ff;
	--ink-purple: #843de1;
	--ink-teal: #3aefc5;
	--ink-green: #91c980;
	--ink-orange: #ff8a00;
	--ink-lime: #b6ff72;
	--ink-honey: #ffda66;
	--ink-rose: #ff6b9d;
	--ink-lilac: #c084fc;
	--ink-sky: #60a5fa;
	--highlight-note: #ffda6626;
	--active-glow: #4ad4ff2e;
	--danger: #ff5c5c;
	--page-z: 5;
	--tray-surface-z: 4;
	--foot-z: 2000;
	--toast-z: 5000;
	--float-toolbar-z: 3000;
	--ai-flyout-z: 3200;
	--backdrop-z: 900;
	--toolbar-back-width: 25vw;
	--toolbar-side-pad: 3.125vw;
	--toolbar-side-wide-pad: 6.25vw;
	--toolbar-height: fit-content;
	--radius-pill: 6.25vw;
	--transition-fast: 0.2s;
	--transition-normal: 0.3s;
	--transition-bounce: 0.45s;
	--lever-height: 6.25vw;
	--lever-width: 9.375vw;
	--lever-bar-height: 1.25vw;
	--lever-bar-min: 6.875vw;
	--divider-height: 0.625vw;
	--divider-margin: 4.6875vw;
}
* { scrollbar-width: none; }
*, *::before, *::after { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
html, body { margin: 0; padding: 0; width: 100%; height: 100%; overscroll-behavior: none; }
body { background: var(--body-background); color: var(--body-color); font-family: var(--font-system); overflow: hidden; position: relative; user-select: none; -webkit-user-select: none; }
input::placeholder, body * { font-family: var(--font-system); }
::-webkit-scrollbar { display: none; }
button { font: inherit; color: inherit; background: none; border: none; padding: 0; }
input { top: 0; left: 0; border: none; outline: none; background: transparent; font-family: inherit; color: inherit; }
input::-webkit-slider-thumb, input[type="range"] { -webkit-appearance: none; }
select { font-family: inherit; color: inherit; }
.-the-tray { width: 100%; display: flex; position: relative; min-height: 100%; height: 100%; flex-flow: column; background: var(--body-background); overflow: visible; }
.-the-tray-roll { width: 100%; gap: 0; display: flex; position: relative; flex-flow: column; height: 100%; overflow: visible; z-index: 2; }
.-the-tray-bottom-surface { position: absolute; inset: 0; width: 100vw; height: 100svh; z-index: var(--tray-surface-z); pointer-events: auto; overflow: hidden; isolation: isolate; background: var(--body-background); }
.-the-tray-bottom-box { flex: 0 0 87.5vw; position: relative; touch-action: pan-y; overflow: hidden; display: flex; flex-flow: column; justify-content: flex-start; align-items: stretch; width: -webkit-fill-available; height: 100%; transition: margin var(--transition-normal); }
.-the-tray-bottom-box.-right-panel { margin: 0 0 0 12.5vw; }
.-the-tray-bottom-box.-left-panel { margin: 0 12.5vw 0 0; }
.-the-tray-trio { position: absolute; inset: 0; width: 100vw; height: 100svh; display: flex; overflow: hidden; scroll-snap-type: x mandatory; scroll-behavior: smooth; z-index: var(--page-z); background: transparent; pointer-events: none; scrollbar-width: none; }
.-scroll-the-tray-trio { overflow: auto hidden; }
.-the-tray-left-overcast, .-the-tray-right-overcast { flex: 0 0 87.5vw; height: 100%; scroll-snap-align: center; scroll-snap-stop: always; pointer-events: none; display: flex; justify-content: center; align-items: center; }
.-the-tray-top-surface { width: 100vw; display: flex; flex-direction: column; align-items: center; box-shadow: -0.3125vw -0.3125vw 0.9375vw var(--soft-shadow), 0.3125vw 0.3125vw 0.9375vw var(--soft-shadow); z-index: 4; flex: 0 0 100vw; height: 100%; scroll-snap-align: center; scroll-snap-stop: always; justify-content: flex-start; pointer-events: auto; position: relative; overflow: visible; padding: 0; isolation: isolate; background: var(--body-background); }
.-the-tray-top-surface::before, .-the-tray-top-surface::after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); width: 2.1875vw; height: 9.375vw; background: var(--slider-tail); border-radius: 6.25vw; z-index: 40; opacity: 0.85; }
.-the-tray-top-surface::before { left: -1.25vw; box-shadow: -0.3125vw -0.3125vw 0.9375vw #00000055; }
.-the-tray-top-surface::after { right: -1.25vw; box-shadow: 0.3125vw -0.3125vw 0.9375vw #00000055; }
.-the-easel { padding: 3.125vw 4.6875vw 12.5vw; gap: 3.125vw; display: flex; flex-flow: column; position: relative; overflow-y: auto; overflow-x: hidden;  width: -webkit-fill-available; flex: 1 1 auto; min-height: 0; scroll-behavior: smooth;  mask-image: linear-gradient(180deg, #000 80%, #0000); }
.-the-easel.-locked { overflow: hidden; }
.-foot-tools { width: 100%; display: flex; position: relative; height: fit-content; flex-flow: column; transition: background 0.3s; z-index: var(--foot-z); }
.-foot-toolbar { position: relative; width: auto; display: flex; scroll-behavior: smooth; overflow: auto hidden; scroll-snap-type: x mandatory; height: 0; opacity: 0; transition: height 0.3s, opacity 0.3s; }
.-foot-toolbar-appear { height: 12.5vw; opacity: 1; }
.-foot-toolbar-back { display: flex; min-width: 25vw; position: relative; padding: 0 0 0 6.25vw; height: -webkit-fill-available; }
.-foot-toolbar-tool { scroll-snap-align: center; padding: 0 3.125vw; position: relative; height: 100%; min-width: 100%; display: flex; align-items: center; justify-content: space-around; }
.-foot-toolbar-find { position: relative; margin: auto; border: 0.9375vw solid #0000; color: #fff; text-align: center; display: flex; height: 12.5vw; width: 100%; font-size: 3.4375vw; letter-spacing: 0.09375vw; background: var(--dimmer); clip-path: var(--squircle); }
.-foot-toolbar-menu { height: 100%; display: flex; position: relative; min-height: 8.75vw; min-width: 10.625vw; align-items: center; aspect-ratio: 1 / 1; justify-content: center; background: var(--surface); margin: 0vw 0.9375vw 0vw 0vw; border: 0.9375vw solid #0000; clip-path: var(--squircle); font-size: 7.5vw; }
.-foot-toolbar-lens { transition: width 0.3s, transform 0.2s, background 0.2s; background: var(--surface); width: 100%; height: 100%; position: relative; display: flex; min-width: 10.625vw; z-index: 1; clip-path: var(--squircle); }
.-phantom { position: absolute; top: 0; bottom: 0; width: 100%; display: flex; align-items: center; z-index: 1; color: #ffffff38; font-family: var(--font-system); font-size: 3.75vw; white-space: pre; overflow: hidden; pointer-events: none; padding: 0 10.9375vw 0 3.75vw; letter-spacing: 0.09375vw; }
.-foot-toolbar-search { z-index: 2; display: flex; width: 100%; font-size: 3.75vw; color: var(--slider-tail); transition: width 0.3s, opacity 0.3s; padding: 0 10.9375vw 0 3.75vw; letter-spacing: 0.09375vw; }
.-foot-toolbar-more { z-index: 2; position: absolute; min-width: 8.75vw; display: flex; border: 1.25vw solid #0000; background: var(--dimmer); border-radius: 50%; right: 0; height: auto; margin: 0.9375vw; aspect-ratio: 1 / 1; align-items: center; justify-content: center; color: var(--slider-tail); }
.-value-select { position: absolute; inset: 0; opacity: 0; border: none; font-size: 5vw; }
.-value-color { position: absolute; inset: 0; opacity: 0; border: none; padding: 0; display: none; width: 100%; height: 100%; }
.-foot-toolbar-plus { position: relative; border-radius: 50%; min-width: 12.5vw; margin: auto; aspect-ratio: 1/1; border: 0.9375vw solid #0000; display: flex; align-items: center; justify-content: center; }
.-foot-toolbar-go { margin: auto; border-radius: 50%; position: relative; min-width: 12.5vw; display: flex; height: auto; aspect-ratio: 1/1; border: 1.25vw solid #0000; background: var(--dimmer); }
.-foot-toolbar-go.-reading .-foot-toolbar-go-icon { background: var(--danger); }
.-foot-toolbar-go-icon { border-radius: inherit; transition: inherit; filter: drop-shadow(rgba(0,0,0,0.35) 0.3125vw 0.3125vw 0.3125vw); width: 100%; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; background: #326d10; text-shadow: 0.15625vw 0.15625vw 0.46875vw #000; }
.-foot-toolbar-next { display: flex; min-width: 25vw; position: relative; padding: 0 6.25vw 0 0; height: -webkit-fill-available; }
.-foot-toolbar-more span { padding: 0.625vw 0 0; font-size: 5.625vw; transition: transform var(--transition-normal); }
.-push-hold { width: 100%; display: flex; position: relative; min-height: 6.25vw; justify-content: center; align-items: center;  touch-action: auto; }
.-push-slide { z-index: 1; width: -webkit-fill-available; height: 0.9375vw; position: relative; margin: 0 3.125vw; overflow: visible; border-radius: 6.25vw; background: linear-gradient(90deg, var(--transparent) 0%, var(--slider-tail) var(--slider-mid), var(--white) var(--slider-fill), var(--dimmer) var(--slider-fill), var(--dimmer) 100%); }
.-push-slide::-webkit-slider-thumb { -webkit-appearance: none; width: 4.6875vw; height: 4.6875vw; border-radius: 50%; background: #4ad4ff; border: 0.625vw solid #fff; box-shadow: 0 0 0 0.625vw #4ad4ff22, 0 0 1.875vw 0.3125vw #ffda6633; }
.-foot-drawer-lever { bottom: 100%; opacity: 1; z-index: 10; display: flex; height: var(--lever-height); position: absolute; min-width: var(--lever-width); align-items: center; transition: opacity var(--transition-normal), margin var(--transition-normal); justify-content: center; margin: auto calc((100% - var(--lever-width))/2) -1.5625vw; }
.-foot-drawer-lever.-lifted { margin: auto calc((100% - var(--lever-width))/2) 0; }
.-foot-drawer-lever::before { content: ""; height: var(--lever-bar-height); margin: auto 1.25vw; border-radius: var(--radius-pill); width: 100%; position: relative; min-width: var(--lever-bar-min); background: var(--slider-tail); transition: height var(--transition-normal), min-width var(--transition-normal), background var(--transition-normal); }
.-foot-drawer-lever.-active::before { background: var(--ink-blue); }
.-material-symbol { width: 100%; height: 100%; display: flex; position: relative; align-items: center; justify-content: center; font-family: "Material Symbols Rounded"; font-weight: normal; font-style: normal; font-size: 7.5vw; line-height: 1; letter-spacing: normal; text-transform: none; white-space: nowrap; word-wrap: normal; direction: ltr; font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24; }
.-material-symbol.-filled { font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; }
.-horizontal-divider { z-index: 3; width: -webkit-fill-available; display: flex; position: relative; min-height: var(--divider-height); background: linear-gradient(90deg, var(--transparent), var(--divider-blue), var(--transparent)); transition: margin var(--transition-normal), min-height var(--transition-normal); margin: 0 var(--divider-margin); overflow: visible; justify-content: center; align-items: center; }
.-section-category-divider { margin: 4.6875vw 3.125vw; background: linear-gradient(90deg, var(--transparent), var(--section-color, var(--ink-blue)), var(--transparent)); }
.-section-category-capsule { min-height: 10vw; width: fit-content; display: flex; position: relative; }
.-section-category-capsule::before { content: ""; position: absolute; height: 100%; width: 100%; clip-path: var(--squircle); background: linear-gradient(135deg, var(--section-color, var(--ink-blue)), #0000, var(--section-color, var(--ink-blue))); }
.-section-category-text { display: flex; align-items: center; justify-content: center; clip-path: var(--squircle); font-size: 3.75vw; padding: 0 4.6875vw; background: #1d1d1d; position: relative; height: -webkit-fill-available; margin: 0.625vw; color: var(--section-color, var(--ink-blue)); text-transform: capitalize; }
.-para-rail {
	display: flex;
	overflow: auto hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	width: 100%;
	scrollbar-width: none;
	touch-action: pan-x pan-y;
}
.-para-back { display: flex; min-width: 25vw; position: relative; padding: 0 0 0 6.25vw; height: -webkit-fill-available; }
.-para-next { display: flex; min-width: 25vw; position: relative; padding: 0 6.25vw 0 0; height: -webkit-fill-available; }
.-para-center { flex: 0 0 100%; scroll-snap-align: center; scroll-snap-stop: always; min-width: 100%; position: relative; }
.-reader-paragraph {
	font-family: var(--font-reader);
	font-size: 3.75vw;
	line-height: 6.25vw;
	color: #e9e6de;
	transition: filter var(--transition-normal), opacity var(--transition-normal);
	text-indent: 6.25vw;
	-webkit-user-select: text;
}
.-reader-paragraph mark.-hl { border-radius: 0.625vw; padding: 0 0.3125vw; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.-reader-paragraph-wrap { position: relative; transition: filter var(--transition-normal), opacity var(--transition-normal); }
.-the-easel.-has-active .-reader-paragraph-wrap:not(.-active) { filter: blur(1.25vw); opacity: 0.35; pointer-events: none; }
.-reader-paragraph.-heading-chapter { font-family: 'Stylish'; color: var(--ink-honey); letter-spacing: 0.3125vw; text-indent: 0; text-align: center; font-size: 12.5vw; min-height: 15.625vw; justify-content: center; display: flex; align-items: center; text-transform: capitalize; margin: 50% 0 0; }
.-reader-paragraph.-heading-title { font-family: var(--font-display); font-size: 7.5vw; font-weight: 600; color: #fff; text-indent: 0; line-height: 8.75vw; margin: 1.5625vw 0; }
.-reader-paragraph.-heading-subtitle { font-family: var(--font-display); font-style: italic; font-size: 4.375vw; color: var(--soft-text); text-indent: 0; }
.-reader-paragraph.-heading-caption { font-size: 3.125vw; color: var(--soft-text); font-style: italic; text-indent: 0; }
.-read-page-first-letter:first-letter { float: left; color: #4ad4ff; font-weight: 700; line-height: 0.82; font-size: 15.625vw; margin: -1.5625vw 0; font-family: Stylish;  padding: 1.25vw 1.5625vw 0 0; text-shadow: 0.15625vw 0.15625vw 0.46875vw #000000; }
.-para-illus-flag { position: absolute; left: -6.25vw; top: 0.9375vw; width: 4.6875vw; height: 4.6875vw; display: flex; align-items: center; justify-content: center; color: var(--ink-blue); }
.-para-illus-flag span { font-size: 4.0625vw; }
.-para-reaction-badge { position: absolute; top: -1.5625vw; right: -1.5625vw; min-width: 6.875vw; height: 6.875vw; padding: 0 1.5625vw; border-radius: 3.4375vw; background: var(--ink-honey); color: #121212; font-size: 3.125vw; font-weight: 800; display: flex; align-items: center; justify-content: center; gap: 0.625vw; z-index: 3; transform: scale(0); transition: transform 0.35s cubic-bezier(.34,1.56,.64,1); box-shadow: 0 0.625vw 1.875vw #00000088; }
.-para-reaction-badge.-show { transform: scale(1); }
.-token-pop { position: absolute; left: 50%; top: 30%; transform: translate(-50%, -50%) scale(0.6); font-family: var(--font-display); font-size: 10vw; font-weight: 800; color: var(--ink-honey); text-shadow: 0 0 1.875vw var(--ink-honey), 0 0.625vw 1.25vw #000; pointer-events: none; z-index: 120; opacity: 0; animation: tokenPop 1.15s cubic-bezier(.2,.9,.25,1) forwards; }
@keyframes tokenPop { 0% { transform: translate(-50%, -20%) scale(0.4); opacity: 0; } 18% { opacity: 1; transform: translate(-50%, -50%) scale(1.25); } 35% { transform: translate(-50%, -55%) scale(1); } 100% { transform: translate(-50%, -140%) scale(0.9); opacity: 0; } }
.-punch { width: 10.9375vw; height: 10.9375vw; min-width: 10.9375vw; border-radius: 50%; background: var(--surface); display: flex; align-items: center; justify-content: center; position: relative; transition: background var(--transition-fast), transform var(--transition-fast); }
.-punch span { font-size: 5.3125vw; }
.-punch:active { transform: scale(0.9); background: var(--surface-press); }
.-punch.-lit span { color: var(--ink-honey); }
.-punch.-bookmarked span { color: var(--ink-honey); }
@keyframes tap { 0%, 100% { transform: scale(0.6); opacity: 0.4; } 50% { transform: scale(1); opacity: 1; } }
.-tap-dot { pointer-events: none; }
.-panel-scroll {
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 6.25vw 0 12.5vw;
	-webkit-overflow-scrolling: touch;
	display: flex;
	flex-flow: column;
}
.-tool-accordion { position: relative; width: -webkit-fill-available; flex: 0 0 auto; color: #b0a890; isolation: isolate; z-index: 1; margin: 0 3.125vw 3.125vw; }
.-tool-accordion::after { content: ""; position: absolute; inset: 0; z-index: -1; background: var(--surface); clip-path: var(--squircle); pointer-events: none; }
.-tool-accordion-head { width: 100%; min-height: 14.0625vw; display: flex; align-items: center; justify-content: space-between; gap: 3.125vw; touch-action: manipulation; }
.-tool-head-left { min-width: 0; display: flex; align-items: center; gap: 3.125vw; }
.-tool-head-icon { width: 9.375vw; height: 9.375vw; min-width: 9.375vw; display: inline-flex; align-items: center; justify-content: center; clip-path: var(--squircle); background: #00000024; margin: 0 0 0 3.125vw; }
.-tool-head-icon span { font-size: 5.625vw; }
.-tool-head-title { min-width: 0; align-items: center; line-height: 4.6875vw; letter-spacing: 0.03125vw; color: var(--soft-text); white-space: pre; overflow: hidden; text-overflow: ellipsis; font-size: 3.75vw; }
.-tool-head-right { flex: 0 0 auto; display: flex; align-items: center; gap: 1.5625vw; margin-right: 3.125vw; }
.-tool-head-count { width: fit-content; height: 9.375vw; min-width: 9.375vw; display: inline-flex; align-items: center; justify-content: center; clip-path: var(--squircle); background: #00000024; font-size: 3.4375vw; font-weight: 1000; color: #ffda66; padding: 0 3.125vw; }
.-tool-head-chevron { width: 9.375vw; height: 9.375vw; display: flex; align-items: center; justify-content: center; transition: transform var(--transition-normal); }
.-tool-accordion.-open .-tool-head-chevron { transform: rotate(180deg); }
.-tool-accordion-body { max-height: 140.625vw; overflow: hidden; display: flex; min-height: 0; height: 0; flex-direction: column; gap: 3.125vw; padding: 0; transition: height 0.28s cubic-bezier(.4,0,.2,1), min-height 0.28s cubic-bezier(.4,0,.2,1), padding 0.28s cubic-bezier(.4,0,.2,1); }
.-chap-summary { font-size: 3.4375vw; line-height: 5.3125vw; color: #cfcabb; padding: 0 3.75vw; }
.-chap-stats { display: flex; gap: 2.5vw; flex-wrap: wrap; padding: 0 3.75vw; }
.-chap-stat { font-size: 2.8125vw; color: var(--soft-text); background: #00000030; padding: 1.25vw 2.5vw; border-radius: 3.125vw; }
.-chap-actions { display: flex; gap: 2.5vw; align-items: center; padding: 0 3.75vw 3.75vw; }
.-chap-cta { flex: 1; height: 10.9375vw; border-radius: var(--radius-pill); background: linear-gradient(135deg, var(--ink-blue), #2a8fc9); color: #04121a; font-weight: 700; font-size: 3.4375vw; display: flex; align-items: center; justify-content: center; gap: 1.5625vw; }
.-chap-cta:active { filter: brightness(0.9); }
.-chap-icon-btn { width: 10.9375vw; height: 10.9375vw; min-width: 10.9375vw; border-radius: 50%; background: #00000030; display: flex; align-items: center; justify-content: center; }
.-chap-icon-btn span { font-size: 5vw; }
.-empty-shelf {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3.125vw;
	padding: 18.75vw 6.25vw;
	text-align: center;
	color: var(--soft-text);
	background: var(--surface);
	width: -webkit-fill-available;
	margin: auto 3.125vw;
	clip-path: var(--squircle);
}
.-empty-shelf span.-material-symbol {
	font-size: 15.625vw;
	color: #ffffff50;
	height: auto;
	width: auto;
}
.-empty-shelf-cta { margin-top: 3.125vw; height: 11.875vw; padding: 0 6.25vw; border-radius: var(--radius-pill); background: var(--surface); display: flex; align-items: center; gap: 2.5vw; font-size: 3.75vw; color: #fff; }
.-right-panel-inner { display: flex; flex-direction: column; height: 100%; overflow: hidden; position: relative; }
.-right-view {
	flex: 1;
	overflow-y: auto;
	padding: 6.25vw 4.6875vw 22vw;
	display: flex;
	flex-flow: column;
}
.-dict-empty, .-illus-empty, .-convo-empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2.5vw;
	padding: 15.625vw 3.125vw;
	text-align: center;
	color: var(--soft-text);
	margin: auto;
	position: relative;
	clip-path: var(--squircle);
	background: var(--surface);
	width: -webkit-fill-available;
}
.-dict-empty span.-material-symbol, .-illus-empty span.-material-symbol, .-convo-empty span.-material-symbol { font-size: 12.5vw; color: #ffffff22; height: auto; width: auto; }
.-dict-card { display: flex; flex-direction: column; gap: 1.5625vw; position: relative; }
.-dict-head { display: flex; align-items: center; flex-wrap: wrap; gap: 1.25vw; }
.-dict-word { font-family: var(--font-display); font-size: 8.125vw; font-weight: 600; color: #fff; }
.-dict-phonetic { font-size: 3.4375vw; color: var(--ink-teal); }
.-dict-play { display: inline-flex; width: 8.125vw; height: 8.125vw; border-radius: 50%; background: var(--surface); align-items: center; justify-content: center; margin-left: 2.5vw; vertical-align: middle; }
.-dict-fav { display: inline-flex; width: 8.125vw; height: 8.125vw; border-radius: 50%; background: var(--surface); align-items: center; justify-content: center; margin-left: 2.5vw; vertical-align: middle; transition: transform 0.2s; }
.-dict-fav:active { transform: scale(0.85); }
.-dict-fav.-on { background: #ffda6618; }
.-dict-fav.-on span { color: var(--ink-honey); font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24; }
.-dict-fav span { font-size: 5vw; }
@keyframes favPop { 0% { transform: scale(0.5); } 50% { transform: scale(1.45); } 100% { transform: scale(1); } }
.-fav-animate { animation: favPop 0.46s cubic-bezier(.34,1.56,.64,1); }
.-dict-block { margin-top: 3.125vw; }
.-dict-pos { font-size: 3.125vw; color: var(--ink-honey); text-transform: uppercase; letter-spacing: 0.15625vw; margin-bottom: 1.5625vw; }
.-dict-def { font-size: 3.75vw; line-height: 5.625vw; color: #e9e6de; margin-bottom: 2.5vw; }
.-dict-def .-dict-idx { color: var(--soft-text); margin-right: 1.25vw; }
.-dict-ex { font-size: 3.4375vw; color: var(--soft-text); font-style: italic; margin-top: 0.9375vw; }
.-dict-cached-badge { font-size: 2.8125vw; color: var(--ink-green); display: flex; align-items: center; gap: 1.25vw; margin-top: 3.125vw; }
.-illus-grid { display: flex; flex-direction: column; gap: 3.125vw; }
.-illus-card { width: 100%; border-radius: 4.6875vw; overflow: hidden; background: var(--surface); position: relative; }
.-illus-card img { width: 100%; display: block; }
.-illus-card .-illus-cap { padding: 2.5vw 3.125vw; font-size: 3.125vw; color: var(--soft-text); }
.-illus-add-cta { height: 11.875vw; border-radius: var(--radius-pill); background: var(--surface); display: flex; align-items: center; justify-content: center; gap: 2.5vw; font-size: 3.75vw; color: #fff; margin-top: 2.5vw; }
.-convo-thread { display: flex; flex-direction: column; gap: 2.5vw; padding-bottom: 2.5vw; }
.-convo-msg { max-width: 82%; padding: 2.8125vw 3.75vw; border-radius: 4.6875vw; font-size: 3.5vw; line-height: 5vw; background: var(--surface); align-self: flex-start; }
.-convo-msg.-mine { align-self: flex-end; background: #4ad4ff20; color: #dff3ff; }
.-convo-time { display: block; font-size: 2.5vw; color: var(--soft-text); margin-top: 1.25vw; }
.-convo-input-row { position: absolute; bottom: 0; left: 0; right: 0; display: flex; gap: 2.1875vw; align-items: center; padding: 3.125vw 4.6875vw calc(6.25vw + env(safe-area-inset-bottom)); background: linear-gradient(0deg, var(--body-background) 78%, transparent); z-index: 3; }
.-convo-input { flex: 1; height: 10.9375vw; border-radius: var(--radius-pill); background: var(--surface); padding: 0 4.6875vw; font-size: 3.75vw; }
.-convo-send { width: 10.9375vw; height: 10.9375vw; min-width: 10.9375vw; border-radius: 50%; background: var(--ink-blue); display: flex; align-items: center; justify-content: center; }
.-convo-send span { color: #04121a; }
.-notes-list { display: flex; flex-direction: column; gap: 2.5vw; }
.-note-card { background: var(--surface); border-radius: 4.6875vw; padding: 3.75vw; }
.-note-text { font-size: 3.75vw; line-height: 5.3125vw; color: #e9e6de; }
.-note-time { font-size: 2.8125vw; color: var(--soft-text); margin-top: 1.5625vw; }
.-sel-toolbar { position: fixed; z-index: var(--float-toolbar-z); background: var(--toast-background); backdrop-filter: blur(2.5vw); border-radius: var(--radius-pill); display: flex; align-items: center; gap: 1.25vw; padding: 1.5625vw; box-shadow: 0 0.9375vw 2.5vw var(--toast-shadow); transform: translate(-50%, -120%); opacity: 0; pointer-events: none; transition: opacity var(--transition-fast), transform var(--transition-fast); left: 0; top: 0; }
.-sel-toolbar.-show { opacity: 1; pointer-events: auto; }
.-sel-toolbar .-punch { width: 9.375vw; height: 9.375vw; min-width: 9.375vw; background: #ffffff10; }
.-sel-toolbar .-punch span { font-size: 4.6875vw; }
.-sel-sheet { position: fixed; inset: auto 0 0 0; z-index: var(--float-toolbar-z); background: #1a1a1a; border-radius: 6.25vw 6.25vw 0 0; box-shadow: 0 -0.625vw 3.125vw var(--soft-shadow); transform: translateY(100%); transition: transform var(--transition-bounce) cubic-bezier(.2,.9,.25,1); padding: 4.6875vw 4.6875vw calc(6.25vw + env(safe-area-inset-bottom)); max-height: 86vh; overflow-y: auto; }
.-sel-sheet.-show { transform: translateY(0); }
.-sel-sheet-title { font-size: 3.125vw; color: var(--soft-text); margin: 4.6875vw 0 2.5vw; text-transform: uppercase; letter-spacing: 0.15625vw; }
.-sel-sheet-title:first-child { margin-top: 0; }
.-swatch-row { display: flex; gap: 2.8125vw; flex-wrap: wrap; margin-bottom: 3.75vw; }
.-swatch { width: 9.375vw; height: 9.375vw; border-radius: 50%; border: 0.625vw solid #ffffff20; position: relative; }
.-swatch.-on::after { content: ""; position: absolute; inset: -1.25vw; border: 0.3125vw solid #fff; border-radius: 50%; }
.-style-row { display: flex; gap: 2.1875vw; margin-bottom: 3.75vw; flex-wrap: wrap; }
.-style-chip { min-width: 14vw; flex: 1; height: 9.375vw; border-radius: 3.125vw; background: var(--surface); display: flex; align-items: center; justify-content: center; font-size: 3.125vw; color: var(--soft-text); }
.-style-chip.-on { background: var(--ink-blue); color: #04121a; font-weight: 700; }
.-offset-row { display: flex; align-items: center; gap: 3.125vw; margin-bottom: 3.125vw; }
.-offset-row label { font-size: 3.125vw; color: var(--soft-text); min-width: 18vw; }
.-offset-row input[type="range"] { flex: 1; height: 0.9375vw; border-radius: 6.25vw; background: var(--dimmer); }
.-offset-row input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; width: 5vw; height: 5vw; background: var(--ink-blue); border-radius: 50%; }
.-quote-input { width: 100%; min-height: 18.75vw; background: var(--surface); border-radius: 3.75vw; padding: 3.125vw; font-size: 3.75vw; color: #fff; margin-bottom: 3.125vw; resize: none; border: none; outline: none; }
.-sheet-confirm { height: 11.875vw; border-radius: var(--radius-pill); background: var(--ink-blue); color: #04121a; font-weight: 700; font-size: 3.75vw; display: flex; align-items: center; justify-content: center; width: 100%; margin-top: 2.5vw; }
.-sheet-danger { background: #2a1a1a; color: var(--danger); }
::selection { background: #4ad4ff66; color: #fff; }
::-moz-selection { background: #4ad4ff66; color: #fff; }
.-ai-flyout { position: absolute; z-index: var(--ai-flyout-z); background: #1a1a1ef2; border-radius: 4.6875vw; padding: 2.1875vw; display: flex; flex-direction: column; gap: 1.5625vw; box-shadow: 0 0.9375vw 2.5vw var(--soft-shadow); opacity: 0; transform: scale(0.85) translateY(4vw); pointer-events: none; transition: opacity var(--transition-fast), transform var(--transition-fast); }
.-ai-flyout.-show { opacity: 1; transform: scale(1) translateY(0); pointer-events: auto; }
.-ai-item { display: flex; align-items: center; gap: 2.8125vw; padding: 2.1875vw 3.125vw; border-radius: 3.125vw; white-space: nowrap; }
.-ai-item:active { background: var(--surface-press); }
.-ai-item span.-material-symbol { width: 6.25vw; height: 6.25vw; font-size: 6.25vw; color: var(--ink-lilac); }
.-ai-item .-ai-label { font-size: 3.4375vw; color: #fff; }
.-backdrop { position: fixed; inset: 0; background: #000000b0; z-index: var(--backdrop-z); opacity: 0; pointer-events: none; transition: opacity var(--transition-normal); }
.-backdrop.-show { opacity: 1; pointer-events: auto; }
.-confirm-card { position: fixed; left: 6.25vw; right: 6.25vw; top: 50%; transform: translateY(-50%) scale(0.9); z-index: 5100; background: #1a1a1a; border-radius: 5vw; padding: 6.25vw; opacity: 0; pointer-events: none; transition: opacity var(--transition-fast), transform var(--transition-fast); }
.-confirm-card.-show { opacity: 1; pointer-events: auto; transform: translateY(-50%) scale(1); }
.-confirm-title { font-size: 4.6875vw; font-weight: 700; margin-bottom: 2.1875vw; }
.-confirm-text { font-size: 3.75vw; color: var(--soft-text); line-height: 5.3125vw; margin-bottom: 5vw; }
.-confirm-row { display: flex; gap: 2.5vw; }
.-confirm-btn { flex: 1; height: 11.25vw; border-radius: var(--radius-pill); display: flex; align-items: center; justify-content: center; font-size: 3.75vw; font-weight: 700; }
.-confirm-btn.-cancel { background: var(--surface); color: #fff; }
.-confirm-btn.-ok { background: var(--danger); color: #250000; }
.-toast { position: fixed; left: 50%; bottom: 12.5vw; transform: translate(-50%, 7.8125vw); z-index: var(--toast-z); background: var(--toast-background); color: #fff; padding: 3.125vw 4.6875vw; border-radius: var(--radius-pill); font-size: 3.75vw; box-shadow: 0 0.9375vw 2.8125vw var(--toast-shadow); opacity: 0; transition: opacity var(--transition-normal), transform var(--transition-normal); pointer-events: none; display: flex; align-items: center; gap: 2.1875vw; max-width: 84vw; }
.-toast.-show { opacity: 1; transform: translate(-50%, 0); }
.-hidden-input { position: absolute; width: 0; height: 0; opacity: 0; pointer-events: none; }
.-loading-veil { position: fixed; inset: 0; z-index: 6000; background: #121212; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4.6875vw; opacity: 1; transition: opacity var(--transition-normal); }
.-loading-veil.-out { opacity: 0; pointer-events: none; }
.-loading-ring { width: 15.625vw; height: 15.625vw; border-radius: 50%; border: 1.25vw solid #ffffff18; border-top-color: var(--ink-blue); animation: -spin 0.9s linear infinite; }
@keyframes -spin { to { transform: rotate(360deg); } }
.-loading-label { font-family: var(--font-display); font-size: 4.375vw; color: var(--soft-text); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { transition-duration: 0.001ms !important; animation-duration: 0.001ms !important; } }

.-read-page-first-letter { text-indent: unset; }

.-applet-card-cta-shell {
	width: -webkit-fill-available;
	min-height: fit-content;
	margin: 0 3.125vw 3.125vw;
	display: flex;
	background: #00000050;
	clip-path: var(--squircle);
}
.-applet-card-cta {
	width: 100%;
	min-height: 14.0625vw;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: var(--squircle);
	background: var(--applet-hex, #9a91ff);
	color: #121212;
	font-size: 4.0625vw;
	font-weight: 500;
	margin: 3.125vw;
}
.-empty-shelf span.-material-symbol {
	font-size: 15.625vw;
	color: #ffffff50;
	height: auto;
	width: auto;
}
.-dict-empty span.-material-symbol, .-illus-empty span.-material-symbol, .-convo-empty span.-material-symbol {
	font-size: 12.5vw;
	color: #ffffff50;
	height: auto;
	width: auto;
}



.-heading-heading {
	font-size: 6.25vw;
	color: #fff;
	line-height: 10.625vw;
	text-indent: 0;
	margin: 0 0 3.125vw;
	text-align: center;
}
.-heading-subheading { font-family: var(--font-display, Fraunces); font-size: 6.25vw; font-weight: 600; color: var(--ink-honey, #ffda66); line-height: 7.5vw; text-indent: 0; margin: 4.6875vw 0 2.5vw; }
.-heading-quote { font-family: var(--font-display, Fraunces); font-style: italic; font-size: 5vw; line-height: 7.5vw; color: #d0d0d0; border-left: 0.9375vw solid var(--ink-honey); padding-left: 3.125vw; text-indent: 0; margin: 3.125vw 0; }
.-heading-caption { font-size: 3.4375vw; color: var(--soft-text); font-style: italic; text-indent: 0; text-align: center; margin: 2.5vw 0; }
.-para-illus-flag { position: absolute; left: -6.25vw; top: 0.9375vw; width: 4.6875vw; height: 4.6875vw; display: flex; align-items: center; justify-content: center; color: var(--ink-blue); z-index: 2; }

.-token-float { position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); font-size: 12.5vw; z-index: 9999; pointer-events: none; animation: tokenFloat 1.8s ease forwards; }
@keyframes tokenFloat { 0% { transform: translate(-50%, -50%) scale(0.8); opacity: 0; } 20% { opacity: 1; } 80% { opacity: 1; } 100% { transform: translate(-50%, -120%) scale(1.2); opacity: 0; } }
.-token-pop { position: absolute; right: 3.125vw; top: -1.5625vw; background: var(--ink-honey); color: #121212; font-size: 3.125vw; font-weight: 700; padding: 0.9375vw 2.1875vw; border-radius: 3.125vw; animation: popUp 1.2s ease forwards; z-index: 3; }
@keyframes popUp { 0% { transform: translateY(0) scale(0.5); opacity: 0; } 15% { transform: translateY(-1.5625vw) scale(1.1); opacity: 1; } 85% { opacity: 1; } 100% { transform: translateY(-9.375vw) scale(0.9); opacity: 0; } }

.-reader-paragraph.-heading-heading {
	font-size: 6.25vw;
	color: #fff;
	line-height: 10.625vw;
	text-indent: 0;
	margin: 0 0 3.125vw;
	text-align: center;
}
.-reader-paragraph.-heading-subheading {
	font-family: var(--font-display);
	font-size: 6.25vw;
	font-weight: 600;
	color: var(--ink-honey);
	line-height: 7.5vw;
	text-indent: 0;
	margin: 4.6875vw 0 2.5vw;
}
.-reader-paragraph.-heading-quote {
	font-family: var(--font-display);
	font-style: italic;
	font-size: 5vw;
	line-height: 7.5vw;
	color: #d0d0d0;
	border-left: 0.9375vw solid var(--ink-honey);
	padding-left: 3.125vw;
	text-indent: 0;
	margin: 3.125vw 0;
}


@keyframes bookmarkFly {
	0% { transform: translate(0, 0) scale(1); opacity: 1; }
	40% { transform: translate(12vw, -18vw) scale(1.2); opacity: 1; }
	100% { transform: translate(28vw, -42vw) scale(0.4); opacity: 0; }
}
@keyframes vibeFloat {
	0% { transform: translate(-50%, -50%) scale(0.5); opacity: 0; }
	15% { opacity: 1; transform: translate(-50%, -50%) scale(1.3); }
	70% { opacity: 1; transform: translate(-50%, -80%) scale(1); }
	100% { transform: translate(-50%, -140%) scale(0.8); opacity: 0; }
}
.-bookmark-fly {
	position: fixed;
	z-index: 9998;
	pointer-events: none;
	font-size: 7.5vw;
	color: var(--ink-honey);
	animation: bookmarkFly 0.9s cubic-bezier(.2, .9, .25, 1) forwards;
}
.-vibe-float {
	position: fixed;
	left: 50%;
	top: 45%;
	z-index: 9998;
	pointer-events: none;
	font-size: 14vw;
	animation: vibeFloat 1.4s cubic-bezier(.2, .9, .25, 1) forwards;
}


.-para-rail.-peeking-back .-para-back,
.-para-rail.-peeking-next .-para-next {
	opacity: 1;
}
.-para-rail.-peeking-back,
.-para-rail.-peeking-next {
	/* visual cue while held off-center */
}
.-para-back::after,
.-para-next::after {
	content: "";
	position: absolute;
	inset: 0;
	pointer-events: none;
}
