:root{--background:#eef1ed;--surface:rgb(255 255 255/74%);--surface-solid:#fbfcf9;--surface-subtle:rgb(238 241 237/78%);--foreground:#202420;--muted:#68706a;--border:rgb(70 82 73/14%);--border-strong:rgb(70 82 73/24%);--accent:#215f51;--accent-soft:rgb(205 232 223/68%);--danger:#a84c44;--shadow-soft:0 18px 50px rgb(46 56 48/9%);--shadow-float:0 20px 60px rgb(35 48 40/16%);--radius-sm:10px;--radius-md:16px;--radius-lg:24px}:root[data-theme=light]{--background:#f4f4f1;--surface-solid:#fff}:root[data-theme=dark]{color-scheme:dark;--background:#181b18;--surface:rgb(38 43 39/88%);--surface-solid:#252925;--surface-subtle:#2d322d;--foreground:#f1efe8;--muted:#adb4ac;--border:rgb(231 238 230/13%);--border-strong:rgb(231 238 230/24%);--accent:#91cbb7;--accent-soft:rgb(70 126 107/35%)}*{box-sizing:border-box}body,html{min-height:100%;overflow-x:clip}:root[data-theme=dark] body{background:#181b18}:root[data-theme=dark] .structured-document-editor,:root[data-theme=dark] .structured-document-toolbar{border-color:#3d433d;color:var(--foreground);background:#232622}:root[data-theme=dark] .structured-document-editor__content,body{color:var(--foreground)}body{margin:0;background:radial-gradient(circle at 12% 8%,rgb(214 233 226/76%),transparent 28rem),radial-gradient(circle at 88% 2%,rgb(232 222 241/58%),transparent 30rem),linear-gradient(145deg,#f5f6f2 0,var(--background) 48%,#f4f1ed 100%);background-attachment:fixed;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 40%,transparent);outline-offset:2px}::selection{color:var(--foreground);background:rgb(137 196 178/48%)}@media (prefers-reduced-transparency:reduce){:root{--surface:var(--surface-solid);--surface-subtle:#eef1ed}}