@font-face { font-family: "DM Sans"; src: url("/assets/fonts/DMSans/DMSans[opsz,wght].woff2") format("woff2-variations"); font-weight: 100 1000; font-style: normal; font-display: swap; } @font-face { font-family: "DM Sans"; src: url("/assets/fonts/DMSans/DMSans-Italic[opsz,wght].woff2") format("woff2-variations"); font-weight: 100 1000; font-style: italic; font-display: swap; } @font-face { font-family: "DM Sans"; src: url("/assets/fonts/DMSans/DMSans-Thin.woff2") format("woff2"); font-weight: 100; font-style: normal; font-display: swap; } @font-face { font-family: "DM Sans"; src: url("/assets/fonts/DMSans/DMSans-ExtraLight.woff2") format("woff2"); font-weight: 200; font-style: normal; font-display: swap; } @font-face { font-family: "DM Sans"; src: url("/assets/fonts/DMSans/DMSans-Light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: "DM Sans"; src: url("/assets/fonts/DMSans/DMSans-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: "DM Sans"; src: url("/assets/fonts/DMSans/DMSans-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: "DM Sans"; src: url("/assets/fonts/DMSans/DMSans-SemiBold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: "DM Sans"; src: url("/assets/fonts/DMSans/DMSans-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; } @font-face { font-family: "DM Sans"; src: url("/assets/fonts/DMSans/DMSans-ExtraBold.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; } @font-face { font-family: "DM Sans"; src: url("/assets/fonts/DMSans/DMSans-Black.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; } @font-face { font-family: "Inconsolata"; src: url("/assets/fonts/Inconsolata/Inconsolata-Thin.woff2") format("woff2"); font-weight: 100; font-style: normal; font-display: swap; } @font-face { font-family: "Inconsolata"; src: url("/assets/fonts/Inconsolata/Inconsolata-ExtraLight.woff2") format("woff2"); font-weight: 200; font-style: normal; font-display: swap; } @font-face { font-family: "Inconsolata"; src: url("/assets/fonts/Inconsolata/Inconsolata-Light.woff2") format("woff2"); font-weight: 300; font-style: normal; font-display: swap; } @font-face { font-family: "Inconsolata"; src: url("/assets/fonts/Inconsolata/Inconsolata-Regular.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; } @font-face { font-family: "Inconsolata"; src: url("/assets/fonts/Inconsolata/Inconsolata-Medium.woff2") format("woff2"); font-weight: 500; font-style: normal; font-display: swap; } @font-face { font-family: "Inconsolata"; src: url("/assets/fonts/Inconsolata/Inconsolata-SemiBold.woff2") format("woff2"); font-weight: 600; font-style: normal; font-display: swap; } @font-face { font-family: "Inconsolata"; src: url("/assets/fonts/Inconsolata/Inconsolata-Bold.woff2") format("woff2"); font-weight: 700; font-style: normal; font-display: swap; } @font-face { font-family: "Inconsolata"; src: url("/assets/fonts/Inconsolata/Inconsolata-ExtraBold.woff2") format("woff2"); font-weight: 800; font-style: normal; font-display: swap; } @font-face { font-family: "Inconsolata"; src: url("/assets/fonts/Inconsolata/Inconsolata-Black.woff2") format("woff2"); font-weight: 900; font-style: normal; font-display: swap; } body, html { padding: 0; margin: 0; } h1, h2, h3, h4, h5, h6 { margin: 0; } input, select { border: none; outline: none; border-radius: var(--border-radius); } button { background-color: transparent; border: none; } :root { --color-browngray-050: #f5f3f0; --color-browngray-200: #d0c4ba; --color-interface-050: #f5f5f5; --color-interface-100: #e2e6ed; --color-interface-200: #d7dce8; --color-interface-300: #c0c4d1; --color-interface-400: #bec4d4; --color-interface-900: #3e414c; --color-interface-050: #fcf7f4; --color-interface-100: #f5eae4; --color-interface-200: #e9d4c8; --color-interface-300: #d8b7a6; --color-interface-400: #c39986; --color-interface-500: #ad826f; --color-interface-600: #916b5b; --color-interface-700: #755548; --color-interface-800: #5c443a; --color-interface-900: #46342b; --color-interface-050: #f5f0ed; --color-interface-050: #f8f5f4; --color-interface-100: #efe9e6; --color-interface-200: #e0d5d0; --color-interface-300: #cabbb5; --color-interface-400: #b2a29c; --color-interface-500: #998985; --color-interface-600: #7f716e; --color-interface-700: #675b58; --color-interface-800: #5b4f4c; --color-interface-900: #483c39; --color-txt: var(--color-interface-800); --color-panel-bg: var(--color-interface-050); --color-page-highlight: #ff8a50; --color-purple: #7136ff; --border-radius: 0.2rem; --space-xs: 0.5rem; --curve: cubic-bezier(0.86, 0, 0.07, 1); --sans-serif: "DM Sans", sans-serif; --mono: "Inconsolata", monospace; } body { font-family: var(--sans-serif); color: var(--color-txt); } /* PagedJS print styles */ @page { size: A4; margin: 20mm 15mm 26mm 15mm; } h2 { -moz-column-break-before: page; break-before: page; } @page { @bottom-center { content: string(title); } } .chapter > h2 { string-set: title content(text); } select, input[type=text], input[type=number] { background-color: white; min-height: 20px; border: 1px solid var(--color-interface-200); background-color: var(--color-interface-100); font-family: var(--sans-serif); } .field--view-only { opacity: 0.3; } /* Label with CSS tooltip */ .label-with-tooltip { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; text-decoration-color: var(--color-browngray-200); text-underline-offset: 2px; cursor: help; position: relative; } .label-with-tooltip::after { content: attr(data-css); position: absolute; bottom: 100%; left: 0; margin-bottom: 4px; padding: 0.25rem 0.5rem; background: var(--color-browngray-700); color: var(--color-browngray-100); font-family: "Courier New", Courier, monospace; font-size: 0.75rem; border-radius: 4px; white-space: nowrap; opacity: 0; visibility: hidden; transition: opacity 0.15s ease, visibility 0.15s ease; z-index: 10; } .label-with-tooltip:hover::after { opacity: 1; visibility: visible; } .settings-section h2 { border-bottom: 1px solid #000; margin-bottom: var(--space-xs); } .settings-section .settings-subsection:not(:last-child) { border-bottom: 1px solid var(--color-browngray-050); } .settings-section .settings-subsection { padding: var(--space-xs) 0; } .settings-section .settings-subsection h3 { margin-bottom: var(--space-xs); } .settings-section .settings-subsection .field { display: flex; } .settings-section .settings-subsection .field label, .settings-section .settings-subsection .field select { width: 50%; } .settings-section .settings-subsection .field input { padding: 0.1rem 0.1rem 0.1rem 0.3rem; } .settings-section .settings-subsection .field .input-with-unit { display: flex; gap: 0.3rem; } .settings-section .settings-subsection .field .input-with-unit .unit-toggle { display: flex; gap: 0.3rem; } .settings-section .settings-subsection .field .input-with-color { width: 50%; } .settings-section .settings-subsection .field .input-with-color .clr-field { display: flex; } .settings-section .settings-subsection .field .input-with-color .clr-field button { position: absolute; transform: none; height: 1.1rem; top: auto; right: auto; cursor: pointer; } .settings-section .settings-subsection .field .input-with-color .clr-field input { padding-left: 2.5rem; width: 100%; } .settings-section .settings-subsection.margins { display: flex; flex-wrap: wrap; row-gap: var(--space-xs); } .settings-section .settings-subsection.margins h3 { width: 100%; } .settings-section .settings-subsection.margins .field { width: 50%; } .settings-section .settings-subsection.margins .field label { width: 30%; } .settings-section .settings-subsection.margins .field .input-with-unit input { width: 50%; } button { cursor: pointer; border: 1px solid var(--color-interface-300); color: var(--color-interface-300); background-color: var(--color-panel-bg); border-radius: var(--border-radius); padding: 0.1rem 0.3rem; } button.active { border: 1px solid var(--color-interface-700); color: var(--color-interface-700); background-color: var(--color-interface-100); } button.tab.active { background-color: var(--color-txt); color: #fff; border: none; } .settings-popup { position: fixed; background: white; border-radius: 8px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); z-index: 10000; width: 800px; max-height: 600px; display: flex; flex-direction: column; } .popup-header { display: flex; justify-content: space-between; align-items: center; padding: 0.75rem 1rem; border-bottom: 1px solid #e0e0e0; background: #f9f9f9; } .header-left { display: flex; align-items: center; gap: 0.5rem; } .close-btn { background: none; border: none; cursor: pointer; font-size: 1.5rem; line-height: 1; padding: 0; color: #666; } .popup-body { display: flex; flex: 1; overflow: hidden; } .popup-controls { flex: 1; padding: 1rem; overflow-y: auto; background: white; display: flex; flex-direction: column; gap: 1rem; } .settings-subsection h4 { margin: 0 0 0.5rem 0; font-size: 0.875rem; font-weight: 600; } .label-with-tooltip { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; text-underline-offset: 2px; cursor: help; position: relative; } .label-with-tooltip::after { content: attr(data-css); position: absolute; bottom: 100%; left: 0; margin-bottom: 4px; padding: 0.25rem 0.5rem; background: var(--color-browngray-700, #3d3d3d); color: var(--color-browngray-100, #f5f5f5); font-family: "Courier New", Courier, monospace; font-size: 0.75rem; border-radius: 4px; white-space: nowrap; opacity: 0; visibility: hidden; transition: opacity 0.15s ease, visibility 0.15s ease; z-index: 10; } .label-with-tooltip:hover::after { opacity: 1; visibility: visible; } .inheritance-btn { display: flex; align-items: center; gap: 0.5rem; padding: 0; background: transparent; border: none; cursor: pointer; font-size: 0.875rem; color: #666; transition: color 0.2s; } .inheritance-btn:hover { color: #333; } .inheritance-btn svg { width: 1.25rem; height: 1.25rem; } .popup-css { flex: 1; background: #f5f5f5; display: flex; flex-direction: column; border-left: 1px solid #e0e0e0; } .css-header { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0.75rem; background: #e8e8e8; border-bottom: 1px solid #d0d0d0; font-size: 0.875rem; font-weight: 600; } .toggle { display: flex; align-items: center; gap: 0.5rem; cursor: pointer; font-size: 0.75rem; font-weight: normal; color: #666; } .toggle input[type=checkbox] { position: absolute; opacity: 0; width: 0; height: 0; } .toggle-switch { position: relative; display: inline-block; width: 36px; height: 18px; background: #ccc; border-radius: 18px; transition: background 0.2s ease; } .toggle-switch::after { content: ""; position: absolute; top: 2px; left: 2px; width: 14px; height: 14px; background: white; border-radius: 50%; transition: transform 0.2s ease; } .toggle input[type=checkbox]:checked + .toggle-switch { background: #61afef; } .toggle input[type=checkbox]:checked + .toggle-switch::after { transform: translateX(18px); } .readonly { flex: 1; margin: 0; padding: 0.75rem; background: #1e1e1e; color: #abb2bf; font-family: "Courier New", Courier, monospace; font-size: 0.75rem; line-height: 1.5; overflow-y: auto; white-space: pre-wrap; } .popup-css textarea { flex: 1; width: 100%; background: #1e1e1e; color: #abb2bf; border: none; padding: 0.75rem; font-family: "Courier New", Courier, monospace; font-size: 0.75rem; line-height: 1.5; resize: none; outline: none; }/*# sourceMappingURL=style.css.map */