:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--brand:#6bb13f;--brand-2:#3f7d33;--brand-3:#2c5a2a;--gold:#c79a3b;--ink:#1f2a1b;--soft:#5d6a52;--paper:#f5f8ef;--paper-2:#eef3e4;--card:#fff;--rule:#e1e9d4;--serif:Georgia, "Times New Roman", serif;--sans:"Plus Jakarta Sans", "Figtree", system-ui, sans-serif;--maxw:1140px;--radius:16px;--radius-lg:24px;--shadow-sm:0 2px 10px #2232160f;--shadow:0 14px 40px #2232161a;--shadow-lg:0 26px 60px #22321629;--grad:linear-gradient(135deg, #6bb13f 0%, #3f7d33 100%)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;flex-direction:column;min-height:100vh;line-height:1.65;display:flex}h1,h2,h3,h4{font-family:var(--serif);letter-spacing:-.015em;color:var(--ink);font-weight:600;line-height:1.12}a{color:var(--brand-2);text-decoration:none}a:hover{color:var(--brand)}main{flex:1}:focus-visible{outline:3px solid var(--brand);outline-offset:2px;border-radius:6px}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 24px}.section{padding:84px 0}.section.tight{padding:56px 0}.center{text-align:center}.muted{color:var(--soft)}.lede{color:var(--soft);max-width:620px;font-size:1.2rem;line-height:1.6}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:var(--brand-2);background:var(--paper-2);border:1px solid var(--rule);border-radius:999px;padding:6px 14px;font-size:.74rem;font-weight:700;display:inline-block}.btn{font-family:var(--sans);cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:9px 14px;font-size:.88rem;font-weight:600;line-height:1.2;transition:transform .12s,box-shadow .16s,background .16s,filter .16s,border-color .16s,color .16s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn-primary{background:linear-gradient(180deg, var(--brand), var(--brand-2));color:#fff;border:none;box-shadow:0 2px 5px #2c5a2a4d,inset 0 1px #ffffff47}.btn-primary:hover{filter:brightness(1.04);color:#fff;transform:translateY(-1px);box-shadow:0 4px 11px #2c5a2a57,inset 0 1px #ffffff4d}.btn-primary:active{filter:brightness(.98);transform:translateY(1px);box-shadow:0 1px 3px #2c5a2a4d,inset 0 1px 2px #1f2a1b2e}.btn-ghost{color:var(--ink);background:linear-gradient(#fff,#f8fbf4);border:1px solid #dbe6cf;box-shadow:0 1px 2px #2c5a2a14}.btn-ghost:hover{color:var(--brand-2);border-color:#bcd6a0;transform:translateY(-1px);box-shadow:0 3px 7px #2c5a2a1f}.btn-danger{color:#fff;background:linear-gradient(#cf4b41,#b3261e);border:none;box-shadow:0 2px 5px #b3261e47,inset 0 1px #ffffff3d}.btn-danger:hover{filter:brightness(1.05);color:#fff;transform:translateY(-1px);box-shadow:0 4px 11px #b3261e52}.btn-lg{padding:15px 32px;font-size:1.02rem}.site-header{-webkit-backdrop-filter:saturate(140%)blur(10px);backdrop-filter:saturate(140%)blur(10px);border-bottom:1px solid var(--rule);z-index:50;background:#f5f8efcc;position:sticky;top:0}.nav{align-items:center;gap:28px;height:92px;display:flex}.brand-link{align-items:center;gap:10px;display:inline-flex}.brand-word{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);font-size:1.32rem;font-weight:600}.brand-word .stud{color:var(--brand-2)}.nav-links{align-items:center;gap:26px;display:flex}.nav-links a{color:var(--soft);font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--brand-2)}.nav-links a.on{color:var(--brand-2);font-weight:600}.nav-textlink{color:var(--soft);margin-right:8px;font-size:.95rem;font-weight:500}.nav-textlink:hover{color:var(--brand-2)}.nav-spacer{flex:1}.nav-cta{align-items:center;gap:10px;display:flex}@media (max-width:800px){.nav-links{display:none}}.site-footer{border-top:1px solid var(--rule);color:var(--soft);background:#fbfdf7;padding:52px 0 28px;font-size:.92rem}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr);gap:32px;display:grid}.footer-grid h4{font-family:var(--sans);text-transform:uppercase;letter-spacing:.12em;color:var(--ink);margin-bottom:14px;font-size:.78rem}.footer-grid a{color:var(--soft);padding:5px 0;display:block}.footer-grid a:hover{color:var(--brand-2)}.footer-bottom{border-top:1px solid var(--rule);text-align:center;margin-top:32px;padding-top:20px;font-size:.84rem}@media (max-width:760px){.footer-grid{grid-template-columns:1fr 1fr}}.hero{text-align:center;background:radial-gradient(900px 420px at 50% -10%,#6bb13f29,#0000 70%),radial-gradient(700px 360px at 85% 10%,#c79a3b1a,#0000 65%);padding:96px 0 80px;position:relative;overflow:hidden}.hero h1{max-width:920px;margin:18px auto 0;font-size:clamp(2.5rem,6vw,4rem)}.hero h1 .accent{background:var(--grad);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero .lede{margin:20px auto 32px;font-size:1.25rem}.hero .cta{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.hero .reassure{color:var(--soft);margin-top:16px;font-size:.86rem}.hero-frame{max-width:690px;margin:56px auto 0}.hero-frame .bar{gap:6px;padding:4px 6px 12px;display:flex}.hero-frame .bar i{background:var(--rule);border-radius:50%;width:11px;height:11px;display:inline-block}.head{text-align:center;max-width:680px;margin:0 auto 48px}.head h2{margin-top:14px;font-size:clamp(1.8rem,3.5vw,2.5rem)}.head p{color:var(--soft);margin-top:12px;font-size:1.08rem}.grid{gap:22px;display:grid}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.card{background:var(--card);border:1px solid var(--rule);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:30px;transition:transform .2s,box-shadow .2s,border-color .2s}.card:hover{box-shadow:var(--shadow);border-color:#cfe0bd;transform:translateY(-4px)}.card-edit{z-index:2;width:32px;height:32px;color:var(--soft);background:0 0;border-radius:999px;justify-content:center;align-items:center;transition:color .15s,background .15s;display:inline-flex;position:absolute;top:14px;right:14px}.card-edit:hover{color:var(--brand-2);background:var(--paper-2)}.card .ic{background:var(--paper-2);width:48px;height:48px;color:var(--brand-2);border-radius:12px;place-items:center;margin-bottom:16px;font-size:1.5rem;display:grid}.card h3{margin-bottom:8px;font-size:1.25rem}.card p{color:var(--soft);font-size:.96rem}.steps{counter-reset:step;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.step{background:var(--card);border:1px solid var(--rule);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:28px;position:relative}.step .num{background:var(--grad);color:#fff;width:40px;height:40px;font-family:var(--serif);border-radius:50%;place-items:center;margin-bottom:14px;font-size:1.1rem;display:grid}.step h3{margin-bottom:6px;font-size:1.15rem}.step p{color:var(--soft);font-size:.95rem}.cta-band{background:var(--grad);border-radius:var(--radius-lg);text-align:center;color:#fff;box-shadow:var(--shadow);padding:56px 40px}.cta-band h2{color:#fff;font-size:clamp(1.7rem,3.5vw,2.3rem)}.cta-band p{color:#ffffffe6;max-width:520px;margin:12px auto 24px}.cta-band .btn-ghost{background:#fff;border-color:#fff}.tiers{grid-template-columns:repeat(auto-fit,minmax(290px,1fr));align-items:stretch;gap:24px;display:grid}.tier{background:var(--card);border:1px solid var(--rule);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;padding:32px;display:flex}.tier.featured{border-color:var(--brand);box-shadow:var(--shadow);position:relative}.tier.featured:before{content:"Most popular";background:var(--grad);color:#fff;letter-spacing:.06em;text-transform:uppercase;border-radius:999px;padding:5px 14px;font-size:.72rem;font-weight:700;position:absolute;top:-13px;left:50%;transform:translate(-50%)}.tier .name{font-family:var(--serif);font-size:1.45rem}.tier .price{font-family:var(--serif);color:var(--brand-2);margin:10px 0 2px;font-size:2.6rem}.tier .price span{color:var(--soft);font-size:1rem}.tier .tagline{color:var(--soft);min-height:42px;font-size:.92rem}.tier ul{flex:1;margin:20px 0 26px;list-style:none}.tier li{border-bottom:1px dashed var(--rule);padding:8px 0;font-size:.94rem}.tier li.off{color:#aab3a0;text-decoration:line-through}.prose{max-width:760px;margin:0 auto}.prose .eyebrow{color:var(--brand-2);margin-bottom:18px}.prose h1{margin-bottom:10px;font-size:2.4rem}.prose h2{margin:30px 0 10px;font-size:1.45rem}.prose p,.prose li{color:var(--ink);margin-bottom:12px}.prose ul{margin-bottom:12px;padding-left:20px}.faq-group{margin-bottom:30px}.faq-group h2{border-bottom:2px solid var(--rule);padding-bottom:8px}.faq-q{margin:16px 0 4px;font-weight:600}.faq-a{color:var(--soft)}.faq-item{border:1px solid var(--rule);background:var(--card);box-shadow:var(--shadow-sm);border-radius:12px;margin-bottom:10px;overflow:hidden}.faq-item summary{cursor:pointer;color:var(--ink);justify-content:space-between;align-items:center;gap:14px;padding:16px 20px;font-weight:600;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:hover{color:var(--brand-2)}.faq-item summary:after{content:"+";color:var(--brand-2);flex:none;font-size:1.4rem;line-height:1}.faq-item[open] summary:after{content:"−"}.faq-item .faq-a{margin:0;padding:0 20px 16px}.field{margin-bottom:16px;display:block}.field label{color:var(--soft);margin-bottom:6px;font-size:.85rem;font-weight:600;display:block}.field input,.field select,.field textarea{border:1.5px solid var(--rule);width:100%;font:inherit;background:#fff;border-radius:11px;padding:12px 14px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--brand);outline:none}.btn:disabled{opacity:.5;cursor:not-allowed}.hs-spinner{vertical-align:-.15em;border:2px solid;border-right-color:#0000;border-radius:50%;width:1em;height:1em;margin-right:.5em;animation:.6s linear infinite hs-spin;display:inline-block}@keyframes hs-spin{to{transform:rotate(360deg)}}.filepick{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.filepick-btn{border:1.5px solid var(--rule);background:var(--paper-2);font:inherit;color:var(--ink);cursor:pointer;border-radius:11px;padding:11px 18px;font-weight:600;transition:border-color .15s,background .15s;display:inline-block}.filepick-btn:hover{border-color:var(--brand);background:#fff}.filepick-name{color:var(--soft);font-size:.9rem}@keyframes hs-indeterminate{0%{left:-45%}to{left:100%}}.page-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:70vh;padding:40px 24px;display:flex}.page-loading-bar{background:var(--rule);border-radius:999px;width:min(260px,70vw);height:7px;position:relative;overflow:hidden}.page-loading-bar span{background:linear-gradient(90deg,#5da53a 0%,#3f7d33 100%);border-radius:999px;width:40%;animation:1.15s ease-in-out infinite hs-indeterminate;position:absolute;top:0;bottom:0}.page-loading-bar.determinate span{width:2%;transition:width .5s;animation:none;left:0}.page-loading-text{color:var(--soft);margin:0;font-size:.92rem}@media (prefers-reduced-motion:reduce){.page-loading-bar span{animation-duration:2.4s}}.page-loading-overlay{z-index:1000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#faf8f3d1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.page-loading-overlay .page-loading{min-height:0}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.stat-tile{background:var(--paper-2);border:1px solid var(--rule);text-align:center;border-radius:12px;flex-direction:column;min-height:108px;padding:16px 14px;display:flex}.stat-tile b{color:var(--brand-2);flex:auto;justify-content:center;align-items:center;font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:600;line-height:1.25;display:flex}.stat-tile b.small{font-size:1.2rem;font-weight:600;line-height:1.25}.stat-tile span{color:var(--soft);margin-top:8px;font-size:.78rem}.stat-credits{background:var(--paper-2);border:1px solid var(--rule);font-family:var(--sans);border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px 16px;margin-top:12px;padding:14px;display:flex}.stat-credits-label{letter-spacing:.08em;text-transform:uppercase;color:var(--soft);white-space:nowrap;font-size:.72rem;font-weight:700}.stat-credits-nums{color:var(--soft);white-space:nowrap;font-size:.82rem}.stat-credits-nums b{color:var(--brand-2);font-family:Georgia,Times New Roman,serif;font-size:1.05rem;font-weight:600}.photo-credits{margin:16px 0 0;padding:12px}.vault-storage{flex-wrap:wrap;gap:4px 12px;margin-top:auto;padding:12px}.photo-est{margin-top:2px}.photo-est b{color:var(--brand-2);font-weight:600}.plan-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}@media (max-width:720px){.plan-grid{grid-template-columns:1fr}}.gear-wrap{z-index:56;position:fixed;bottom:16px;left:26px}.gear-btn{background:var(--card,#fff);width:40px;height:40px;color:var(--soft);border:1px solid var(--rule);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:color .12s,transform .12s;display:flex;box-shadow:0 2px 10px #00000014}.gear-btn:hover,.gear-btn.on{color:var(--brand-2);transform:rotate(20deg)}.gear-backdrop{position:fixed;inset:0}.gear-menu{background:var(--card,#fff);border:1px solid var(--rule);border-radius:12px;min-width:210px;padding:6px;animation:.14s hs-flyout-in;position:absolute;bottom:48px;left:0;box-shadow:0 10px 30px #00000024}.gear-menu a,.gear-menu button{text-align:left;width:100%;font-family:var(--sans);color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 12px;font-size:.9rem;text-decoration:none;display:block}.gear-menu a:hover,.gear-menu button:hover{background:var(--paper-2);color:var(--brand-2)}.gear-menu form{margin:0}.gear-signout{margin-top:4px;border-top:1px solid var(--rule)!important;border-radius:0 0 8px 8px!important}.panel{background:var(--card);border:1px solid var(--rule);border-radius:var(--radius-lg);max-width:460px;box-shadow:var(--shadow-sm);margin:0 auto;padding:34px}.note{background:var(--paper-2);border:1px solid var(--rule);color:var(--soft);border-radius:11px;padding:12px 16px;font-size:.9rem}.alert{border-radius:11px;margin-bottom:14px;padding:11px 14px;font-size:.9rem}.alert-error{color:#8a2f23;background:#f8e7e2;border:1px solid #dba99c}.alert-ok{color:#3f7d33;background:#e6f0db;border:1px solid #bcd6a0}.alert-warn{color:#8a6418;background:#fcf3e0;border:1px solid #e3c98c}.divider{text-align:center;color:var(--soft);align-items:center;margin:16px 0;font-size:.82rem;display:flex}.divider:before,.divider:after{content:"";border-top:1px solid var(--rule);flex:1}.divider:before{margin-right:12px}.divider:after{margin-left:12px}.detail-list{grid-template-columns:140px 1fr;gap:10px 16px;margin-top:12px;display:grid}.detail-list dt{color:var(--soft);font-size:.88rem;font-weight:600}.detail-list dd{font-size:.94rem}.pill{letter-spacing:.04em;text-transform:uppercase;vertical-align:middle;border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-block}.pill-ok{color:#3f7d33;background:#e6f0db;border:1px solid #bcd6a0}.pill-warn{color:#8a6418;background:#f6ead2;border:1px solid #e0c489}.pill-soft{background:var(--paper-2);color:var(--soft);border:1px solid var(--rule)}.report-type-list{flex-direction:column;gap:8px;margin:8px 0 0;padding:0;list-style:none;display:flex}.report-type-card{text-align:left;cursor:pointer;width:100%;font:inherit;border:1px solid var(--rule);background:#fff;border-radius:11px;flex-direction:column;gap:3px;padding:10px 12px;transition:border-color .12s,box-shadow .12s,background .12s;display:flex}.report-type-card:hover{border-color:var(--brand-2);box-shadow:0 4px 12px #1f2a1b14}.report-type-card.active{border-color:var(--brand-2);background:#67ac3e1a}.report-type-title{color:var(--ink);font-size:.9rem;font-weight:700}.report-type-desc{color:var(--soft);font-size:.76rem;line-height:1.4}.studio-gallery{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;display:grid}.studio-card{cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .15s}.studio-card:hover{border-color:var(--brand-2);transform:translateY(-2px);box-shadow:0 6px 18px #1f2a1b1a}.studio-card[aria-disabled=true]{cursor:default;opacity:.72}.studio-card[aria-disabled=true]:hover{border-color:var(--rule);box-shadow:none;transform:none}.card h3{margin-bottom:12px}.book-preview{border:1px solid var(--rule);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);-webkit-user-select:none;user-select:none;background:#fff;padding:40px 48px}.hs-book{font-family:var(--serif);color:var(--ink);max-width:680px;margin:0 auto;line-height:1.62}.hs-entry-block{margin-bottom:18px}.hs-entry{text-indent:-2em;margin:0 0 4px;padding-left:2em}.hs-book.hs-justify .hs-entry{text-align:justify;-webkit-hyphens:auto;hyphens:auto}.hs-entry-num{color:var(--ink);font-weight:700}.hs-name{font-variant:small-caps}.hs-book sup.hs-gen{font-variant:normal;font-size:.72em}.hs-gen-title{text-align:center;font-variant:small-caps;letter-spacing:.04em;margin:28px 0 14px;font-size:1.2rem}.hs-children-head{margin:6px 0 4px 2em;font-style:italic}.hs-children{grid-template-columns:var(--hs-cnum-w,2.5em) var(--hs-roman-w,2.2em) 1fr;gap:3px .5em;margin:0 0 0 2.6em;font-size:.9em;display:grid}.hs-child{display:contents}.hs-cnum{text-align:right;white-space:nowrap;font-weight:600}.hs-roman{text-align:right;white-space:nowrap}.hs-book sup.cite a{color:var(--ink);text-decoration:none}.hs-endnotes,.hs-sources,.hs-index{border-top:1px solid var(--rule);color:var(--ink);margin-top:30px;padding-top:16px}.hs-endnotes h2,.hs-sources h2,.hs-index h2{font-family:var(--serif);margin-bottom:10px;font-size:1.15rem}.hs-endnotes ol,.hs-sources ul{padding-left:22px;font-size:.9rem;line-height:1.5}.hs-index{columns:2;column-gap:36px;font-size:.9rem}.hs-index h2{column-span:all}.hs-index-group{break-inside:avoid;margin-bottom:10px}.hs-index-surname{color:var(--ink);font-weight:700}.hs-index-group ul{margin:2px 0 0 16px;padding:0;list-style:none}.hs-index-group li{margin:1px 0}.hs-index a{color:var(--ink);text-decoration:none}.hs-place-index ul{margin:0;padding:0;list-style:none}.hs-place-index li{break-inside:avoid;margin:1px 0}.editor{z-index:60;background:var(--paper);flex-direction:column;height:100vh;display:flex;position:fixed;inset:0;overflow:hidden}.editor-topbar{border-bottom:1px solid var(--rule);background:#f5f8efe6;flex:none}.editor-topbar-inner{align-items:center;gap:14px;width:100%;height:92px;padding:0 24px;display:flex;position:relative}.editor-logo{align-items:center;display:inline-flex}.editor-topbar-left{min-width:0;margin-left:max(0px, calc((100vw - var(--maxw)) / 2));align-items:center;gap:10px;display:flex}.editor-topbar-tools{align-items:center;gap:6px;margin:0 auto;display:flex}.editor-topbar-right{align-items:center;gap:8px;width:336px;margin-left:auto;display:flex}.editor-export-group{align-items:center;gap:8px;margin-left:auto;display:flex}.editor-history{color:var(--ink)}.editor-back{white-space:nowrap;border-radius:8px;align-items:center;gap:6px;padding:2px 6px;font-size:.85rem;line-height:1;text-decoration:none;display:inline-flex;position:absolute;top:50%;left:24px;transform:translateY(-50%)}.editor-back:hover{background:var(--paper-2)}.editor-topbar-center{text-align:center;pointer-events:none;flex-direction:column;align-items:center;gap:4px;max-width:48%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.editor-title{color:#39412f;letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;max-width:100%;padding:0 2px;font-family:Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;font-size:1.5rem;font-weight:650;line-height:1.25;overflow:hidden}.editor-saved{color:var(--soft);background:var(--paper-2);border-radius:999px;padding:2px 10px;font-size:.74rem}.editor-tool{font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:5px 9px;font-size:.82rem;text-decoration:none}.editor-tool:hover:not([disabled]){background:var(--paper-2)}.editor-tool[disabled]{opacity:.4;cursor:not-allowed}.editor-tool-icon{color:var(--ink);justify-content:center;align-items:center;padding:6px;display:inline-flex}.editor-tool-icon:hover:not([disabled]){color:var(--brand-2)}.editor-sep{background:var(--rule);width:1px;height:20px}.editor-export{padding:11px 24px;font-size:1.02rem}.editor-export-menu{position:relative}.editor-export-caret{margin-left:6px;font-size:.8em}.editor-export-backdrop{z-index:29;position:fixed;inset:0}.editor-export-dropdown{z-index:30;border:1px solid var(--rule);background:#fff;border-radius:0;min-width:184px;padding:4px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #1f2a1b2e}.editor-export-item{text-align:left;width:100%;font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:0;padding:6px 10px;font-size:.88rem;text-decoration:none;display:block}.editor-export-item:hover{background:#eef3e6}.projnav{display:inline-flex;position:relative}.projnav-trigger{width:38px;height:38px;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:9px;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.projnav-trigger:hover{background:var(--paper-2);color:var(--brand-2)}.projnav-backdrop{z-index:70;position:fixed;inset:0}.projnav-menu{z-index:71;border:1px solid var(--rule);background:#fff;border-radius:0;min-width:224px;padding:4px;position:absolute;top:calc(100% + 8px);left:0;box-shadow:0 10px 30px #1f2a1b2e}.projnav-item{width:100%;color:var(--ink);cursor:pointer;white-space:nowrap;border-radius:0;align-items:center;gap:8px;padding:6px 11px;font-size:.92rem;text-decoration:none;display:flex}.projnav-item:hover{background:#eef3e6}.projnav-item.is-active{color:#fff;background:#67ac3e;font-weight:600}.projnav-item.is-active:hover{color:#fff;background:#5c9a37}.projnav-leave{color:var(--soft)}.projnav-divider{background:var(--rule);height:1px;margin:6px 4px}.projnav-label{letter-spacing:.04em;text-transform:uppercase;color:var(--soft);text-overflow:ellipsis;white-space:nowrap;max-width:240px;padding:4px 11px 6px;font-size:.72rem;font-weight:700;overflow:hidden}.editor-export-error{z-index:1001;cursor:pointer;max-width:min(520px,92vw);position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #1f2a1b2e}.editor-modal-backdrop{z-index:80;background:#1f2a1b59;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.editor-modal{background:#fff;border-radius:14px;flex-direction:column;width:580px;max-width:100%;max-height:80vh;padding:20px 22px;display:flex;box-shadow:0 18px 50px #1f2a1b4d}.editor-modal-title{font-family:var(--serif);color:var(--ink);margin:0 0 8px;font-size:1.3rem}.editor-modal-note{color:var(--soft);margin:0 0 12px;font-size:.9rem;line-height:1.5}.editor-modal-error{color:#a23;margin:4px 0 0;font-size:.85rem}.editor-review-list{margin:0 0 6px;padding:0;list-style:none;overflow-y:auto}.editor-review-item{border-top:1px solid var(--rule)}.editor-review-row{cursor:pointer;align-items:flex-start;gap:10px;padding:9px 2px;font-size:.88rem;display:flex}.editor-review-text{color:var(--ink);line-height:1.45}.editor-review-prev{color:#a23;text-decoration:line-through}.editor-review-new{color:var(--brand-2);font-weight:600}.editor-modal-actions{justify-content:flex-end;gap:10px;margin-top:auto;padding-top:10px;display:flex}.editor-block-remove{color:#a23;margin-right:auto}.editor-modal.editor-block-modal{width:min(92vw,800px);max-height:90vh}.editor-toolbar{border:1px solid var(--rule);background:var(--paper-2);border-radius:8px;flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:10px;padding:6px;display:flex}.editor-tb-select{font:inherit;border:1px solid var(--rule);color:var(--ink);background:#fff;border-radius:6px;padding:4px 6px;font-size:.82rem}.editor-tb-btn{min-width:30px;height:30px;font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;padding:0 7px;font-size:.9rem}.editor-tb-btn:hover{background:#fff}.editor-tb-btn.is-active{background:var(--brand-2);color:#fff}.editor-tb-sep{background:var(--rule);width:1px;height:22px;margin:0 4px}.editor-tb-color{cursor:pointer;border-radius:6px;justify-content:center;align-items:center;min-width:30px;height:30px;display:inline-flex;position:relative}.editor-tb-color:hover{background:#fff}.editor-tb-color input[type=color]{opacity:0;cursor:pointer;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.editor-tb-coltag{pointer-events:none;color:var(--ink);border-bottom:3px solid;padding-bottom:1px;font-size:14px;font-weight:700;line-height:1}.editor-tb-hltag{pointer-events:none;color:var(--ink);border-radius:3px;padding:2px 3px;font-size:12px;font-weight:700;line-height:1}.editor-rte{border:1px solid var(--rule);border-radius:8px;min-height:380px;max-height:66vh;padding:12px 16px;overflow-y:auto}.editor-rte .ProseMirror{min-height:360px;color:var(--ink);outline:none;font-size:.98rem;line-height:1.6}.editor-rte .ProseMirror p{margin:0 0 .6em}.editor-rte .ProseMirror ul,.editor-rte .ProseMirror ol{margin:.3em 0 .6em 1.4em;padding:0}.editor-rte .ProseMirror li{margin:.15em 0}.editor-rte .ProseMirror li>p{margin:0}.editor-place-banner{z-index:25;background:var(--brand-2);color:#fff;pointer-events:none;border-radius:999px;padding:8px 16px;font-size:.85rem;font-weight:500;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #1f2a1b40}.editor-dpi-banner{z-index:26;text-align:center;pointer-events:none;border-radius:12px;max-width:min(520px,86%);padding:8px 16px;font-size:.82rem;font-weight:500;position:absolute;top:12px;left:50%;transform:translate(-50%);box-shadow:0 4px 14px #1f2a1b40}.editor-dpi-banner.ok{color:#fff;background:#2f7d32}.editor-dpi-banner.mid{color:#453a06;background:#f2c40f}.editor-dpi-banner.low{color:#fff;background:#b3261e}.editor-psel{position:relative}.editor-psel-btn{text-align:left;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.editor-psel-val{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.editor-psel-val.placeholder{color:#6b756a}.editor-psel-caret{opacity:.6;flex:none;font-size:.7em}.editor-psel-backdrop{z-index:60;background:0 0;position:fixed;inset:0}.editor-psel-pop{z-index:61;background:#fff;border:1px solid #c6d0b6;border-radius:0;flex-direction:column;max-height:min(60vh,420px);display:flex;overflow:hidden;box-shadow:0 8px 28px #1f2a1b38}.editor-psel-search{font-size:.9rem;font-family:var(--font-sans,system-ui, sans-serif);border:1px solid #c6d0b6;border-radius:7px;margin:8px;padding:7px 10px}.editor-psel-search:focus{border-color:#67ac3e;outline:2px solid #67ac3e}.editor-psel-list{padding:4px;overflow-y:auto}.editor-psel-row{text-align:left;cursor:pointer;color:#1f2a1b;width:100%;font-size:.88rem;line-height:1.25;font-family:var(--font-sans,system-ui, sans-serif);text-overflow:ellipsis;white-space:nowrap;background:0 0;border:0;border-radius:0;padding:6px 10px;display:block;overflow:hidden}.editor-psel-row.active{background:#eef3e6}.editor-psel-row.selected{color:#fff;background:#67ac3e;font-weight:600}.editor-psel-row.selected.active{background:#5c9a37}.editor-psel-empty,.editor-psel-more{color:#6b756a;text-align:center;padding:10px;font-size:.82rem}.editor-crop-backdrop{z-index:70;background:#0f140c80;position:fixed;inset:0}.editor-crop{z-index:71;background:#fff;border-radius:14px;flex-direction:column;width:min(680px,92vw);max-height:92vh;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 18px 50px #0f140c66}.editor-crop-head{border-bottom:1px solid #e7eae3;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.editor-crop-title{font-size:1.05rem;font-weight:600}.editor-crop-stage{background:#f3f5ef;justify-content:center;padding:16px;display:flex;overflow:auto}.editor-crop-imgwrap{-webkit-user-select:none;user-select:none;touch-action:none;max-width:100%;line-height:0;position:relative}.editor-crop-img{width:auto;max-width:100%;height:auto;max-height:62vh;display:block}.editor-crop-box{box-sizing:border-box;cursor:move;border:1px solid #fff;outline:1px solid #0006;position:absolute;box-shadow:0 0 0 100vmax #0000}.editor-crop-handle{background:#fff;border:2px solid #2f6fed;border-radius:3px;width:14px;height:14px;position:absolute}.editor-crop-handle.nw{cursor:nwse-resize;top:-8px;left:-8px}.editor-crop-handle.ne{cursor:nesw-resize;top:-8px;right:-8px}.editor-crop-handle.sw{cursor:nesw-resize;bottom:-8px;left:-8px}.editor-crop-handle.se{cursor:nwse-resize;bottom:-8px;right:-8px}.editor-crop-actions{border-top:1px solid #e7eae3;align-items:center;gap:8px;padding:12px 16px;display:flex}.editor-imgbar{z-index:40;-webkit-backdrop-filter:saturate(140%)blur(6px);backdrop-filter:saturate(140%)blur(6px);box-shadow:inset 0 1px 0 #ffffffe6, inset 0 0 0 1px var(--rule), 0 8px 20px #1f2a1b2e;background:#fffffff7;border:0;border-radius:14px;flex-direction:column;gap:7px;padding:9px 11px;display:flex}.editor-imgbar-row{align-items:center;gap:8px;display:flex}.editor-imgbar-caption{box-sizing:border-box;background:var(--paper-2);width:100%;color:var(--ink);box-shadow:inset 0 0 0 1px var(--rule), inset 0 1.5px 3px #3c463024;border:0;border-radius:8px;padding:7px 10px;font-size:.85rem}.editor-imgbar-caption::placeholder{color:var(--soft)}.editor-imgbar-caption:focus{box-shadow:inset 0 0 0 1.5px var(--brand), inset 0 1.5px 3px #3c463024;outline:none}.editor-imgbar-aligns{gap:4px;display:flex}.editor-imgbar-btn{width:28px;height:26px;color:var(--ink);cursor:pointer;box-shadow:inset 0 0 0 1px var(--rule), inset 0 1px 0 #fffc, 0 1px 3px #1f2a1b1a;background:#fff;border:0;border-radius:7px;justify-content:center;align-items:center;font-size:14px;line-height:1;transition:background .15s,color .15s,box-shadow .15s,transform 80ms;display:inline-flex}.editor-imgbar-btn:hover{background:var(--brand-2);color:#fff;box-shadow:inset 0 1px #ffffff40,0 2px 5px #2c5a2a47}.editor-imgbar-btn:active{transform:translateY(1px);box-shadow:inset 0 1px 2px #1f2a1b33}.editor-imgbar-btn.active{background:linear-gradient(180deg, var(--brand), var(--brand-2));color:#fff;box-shadow:inset 0 1px #ffffff59,inset 0 -1px 1px #0000002e,0 2px 5px #2c5a2a47}.editor-imgbar-pctin{text-align:center;font-variant-numeric:tabular-nums;width:42px;height:26px;color:var(--ink);background:var(--paper-2);box-shadow:inset 0 0 0 1px var(--rule), inset 0 1.5px 3px #3c463033;border:0;border-radius:7px;font-size:.8rem}.editor-imgbar-pctin:focus{box-shadow:inset 0 0 0 1.5px var(--brand), inset 0 1.5px 3px #3c463024;outline:none}.editor-imgbar-pct{color:var(--soft);margin:0 2px 0 -2px;font-size:.8rem}.editor-imgbar-del{width:28px;height:26px;color:var(--soft);cursor:pointer;box-shadow:inset 0 0 0 1px var(--rule), inset 0 1px 0 #fffc, 0 1px 3px #1f2a1b1a;background:#fff;border:0;border-radius:7px;justify-content:center;align-items:center;margin-left:2px;line-height:1;transition:background .12s,color .12s,box-shadow .12s,transform 80ms;display:inline-flex}.editor-imgbar-del svg{display:block}.editor-imgbar-del:hover{color:#b3261e;background:#f6e3e2;box-shadow:inset 0 0 0 1px #eac4c0,inset 0 1px #fff9,0 1px 3px #1f2a1b1a}.editor-imgbar-del:active{transform:translateY(1px)}.editor-imgbar-apply{color:#fff;background:linear-gradient(180deg, var(--brand), var(--brand-2));cursor:pointer;text-shadow:0 1px 1px #0003;border:0;border-radius:7px;justify-content:center;align-items:center;height:26px;margin-left:4px;padding:0 13px;font-size:.8rem;font-weight:700;line-height:1;transition:filter .12s,transform 80ms,box-shadow .12s;display:inline-flex;box-shadow:inset 0 1px #ffffff59,inset 0 -1px 1px #0003,0 2px 6px #2c5a2a4d}.editor-imgbar-apply:hover{filter:brightness(1.05)}.editor-imgbar-apply:active{transform:translateY(1px);box-shadow:inset 0 1px 2px #0000002e,0 1px 3px #2c5a2a42}.editor-imgbar-reposition{height:26px;color:var(--ink);cursor:pointer;box-shadow:inset 0 0 0 1px var(--rule), inset 0 1px 0 #fffc, 0 1px 3px #1f2a1b1a;background:#fff;border:0;border-radius:7px;justify-content:center;align-items:center;padding:0 13px;font-size:.8rem;font-weight:600;line-height:1;transition:background .12s,color .12s,box-shadow .12s,transform 80ms;display:inline-flex}.editor-imgbar-reposition:hover{background:var(--brand-2);color:#fff;box-shadow:inset 0 1px #ffffff40,0 2px 5px #2c5a2a47}.editor-imgbar-reposition:active{transform:translateY(1px)}.editor-body{background:#e8ece2;flex:1;grid-template-columns:240px 1fr 300px;min-height:0;display:grid}.editor-left,.editor-right{background:var(--card);padding:16px 14px;overflow:auto}.editor-right:not(.collapsed){box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:column;margin-top:0;padding:0;display:flex;position:relative;overflow:hidden}.editor-rframe{z-index:0;background:var(--card);border:1px solid var(--rule);border-bottom:0;border-radius:16px 16px 0 0;position:absolute;inset:12px 19px 0 0;box-shadow:0 4px 20px #1f2a1b1f}.editor-right:not(.collapsed) .editor-chevron-row{z-index:1;align-items:center;height:38px;margin-top:12px;margin-bottom:0;padding:0 14px;display:flex;position:relative}.editor-rscroll{z-index:1;flex:1;min-height:0;padding:6px 33px 16px 14px;position:relative;overflow:hidden auto}.editor-left,.editor-rscroll,.editor-lscroll{scrollbar-width:thin;scrollbar-color:#c6d0b6f2 #1f2a1b73}.editor-left::-webkit-scrollbar{width:9px}.editor-rscroll::-webkit-scrollbar{width:9px}.editor-lscroll::-webkit-scrollbar{width:9px}.editor-left::-webkit-scrollbar-track{background:#1f2a1b73;border-radius:999px}.editor-rscroll::-webkit-scrollbar-track{background:#1f2a1b73;border-radius:999px}.editor-lscroll::-webkit-scrollbar-track{background:#1f2a1b73;border-radius:999px}.editor-left::-webkit-scrollbar-thumb{background:#c6d0b6f2 padding-box padding-box;border:2px solid #0000;border-radius:999px}.editor-rscroll::-webkit-scrollbar-thumb{background:#c6d0b6f2 padding-box padding-box;border:2px solid #0000;border-radius:999px}.editor-lscroll::-webkit-scrollbar-thumb{background:#c6d0b6f2 padding-box padding-box;border:2px solid #0000;border-radius:999px}.editor-left:not(.collapsed){border:1px solid var(--rule);border-bottom:0;border-radius:16px 16px 0 0;margin-top:12px;margin-left:10px;padding:0 14px 88px;box-shadow:0 4px 20px #1f2a1b1f}.editor-left:not(.collapsed) .editor-chevron-row{align-items:center;height:38px;margin-bottom:6px}.editor-left.collapsed,.editor-right.collapsed{justify-content:center;padding:8px 0;display:flex;overflow:hidden}.editor-chevron-row{margin-bottom:10px;display:flex}.editor-left .editor-chevron-row{justify-content:flex-end}.editor-right .editor-chevron-row{justify-content:flex-start}.editor-collapse,.editor-expand{width:26px;height:26px;font:inherit;color:var(--soft);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;line-height:1;display:inline-flex}.editor-collapse:hover,.editor-expand:hover{color:var(--ink)}.editor-expand{margin-top:2px}.editor-center{background:#e8ece2;flex-direction:column;min-width:0;padding-right:10px;display:flex}.editor-preview-frame{background:#e8ece2;border:0;flex:1;width:100%}.editor-topshelf{background:#e8ece2;flex:none;justify-content:center;align-items:center;min-height:50px;padding:4px 12px;display:flex}.editor-toolrow{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 28px;display:flex}.editor-toolrow .editor-addindiv,.editor-toolrow .editor-zb-page{white-space:nowrap}@media (max-width:1440px){.editor-toolrow{gap:10px 14px}.editor-zb-pct{display:none}}@media (max-width:1240px){.editor-zb-range{width:58px}}.editor-addindiv{appearance:none;cursor:pointer;-webkit-backdrop-filter:saturate(140%)blur(6px);backdrop-filter:saturate(140%)blur(6px);border:1px solid var(--rule);color:var(--brand-2);background-color:#fffffff5;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%235c9c36' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><path d='M6 9l6 6 6-6'/></svg>");background-position:right 11px center;background-repeat:no-repeat;border-radius:999px;padding:5px 26px 5px 14px;font-size:.78rem;font-weight:600;box-shadow:0 6px 16px #1f2a1b24}.editor-addindiv:hover{border-color:var(--brand-2)}.editor-pagebar,.editor-zoombar{-webkit-backdrop-filter:saturate(140%)blur(6px);backdrop-filter:saturate(140%)blur(6px);border:1px solid var(--rule);color:var(--ink);-webkit-user-select:none;user-select:none;background:#fffffff5;border-radius:999px;align-items:center;gap:6px;padding:3px 9px;font-size:.78rem;display:flex;box-shadow:0 6px 16px #1f2a1b24}.editor-zb-btn{border:1px solid var(--rule);width:22px;height:22px;color:var(--ink);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;line-height:1;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.editor-zb-btn:hover:not(:disabled){background:var(--brand-2);border-color:var(--brand-2);color:#fff}.editor-zb-btn:disabled{opacity:.4;cursor:not-allowed}.editor-zb-page{text-align:center;min-width:84px;color:var(--soft);font-variant-numeric:tabular-nums}.editor-zb-sep{background:var(--rule);width:1px;height:20px;margin:0 2px}.editor-zb-range{cursor:pointer;appearance:none;background:0 0;width:82px;height:16px}.editor-zb-range::-webkit-slider-runnable-track{background:#1f2a1b73;border-radius:999px;height:7px}.editor-zb-range::-webkit-slider-thumb{appearance:none;background:#c6d0b6f2;border:1px solid #1f2a1b4d;border-radius:50%;width:14px;height:14px;margin-top:-4px}.editor-zb-range::-moz-range-track{background:#1f2a1b73;border-radius:999px;height:7px}.editor-zb-range::-moz-range-thumb{background:#c6d0b6f2;border:1px solid #1f2a1b4d;border-radius:50%;width:14px;height:14px}.editor-zb-pct{text-align:right;min-width:34px;color:var(--soft);font-variant-numeric:tabular-nums}.check-group{border:1px solid var(--rule);background:#ffffff8c;border-radius:10px;margin:8px 0;padding:8px 10px 10px}.check-group-head{letter-spacing:.04em;text-transform:uppercase;color:var(--soft);justify-content:space-between;align-items:baseline;margin-bottom:6px;font-size:.72rem;font-weight:700;display:flex}.check-group-range{font-variant-numeric:tabular-nums;color:var(--ink);text-transform:none;letter-spacing:0;font-weight:600}.hs-dual{height:22px;position:relative}.hs-dual input[type=range]{appearance:none;pointer-events:none;background:0 0;width:100%;height:22px;margin:0;position:absolute;inset:0}.hs-dual input[type=range]::-webkit-slider-runnable-track{background:0 0;height:22px}.hs-dual input[type=range]::-webkit-slider-thumb{pointer-events:auto;appearance:none;cursor:pointer;background:#c6d0b6f2;border:1px solid #1f2a1b4d;border-radius:50%;width:14px;height:14px;margin-top:4px}.hs-dual input[type=range]::-moz-range-track{background:0 0;height:22px}.hs-dual input[type=range]::-moz-range-thumb{pointer-events:auto;cursor:pointer;background:#c6d0b6f2;border:1px solid #1f2a1b4d;border-radius:50%;width:14px;height:14px}.hs-dual-track{background:var(--rule);border-radius:999px;height:7px;position:absolute;top:50%;left:7px;right:7px;transform:translateY(-50%)}.hs-dual-fill{background:#1f2a1b73;border-radius:999px;position:absolute;top:0;bottom:0}.editor-workspace{z-index:60;align-items:flex-start;gap:14px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.editor-ws-grip{cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:3px 0 7px;display:flex}.editor-ws-grip:active{cursor:grabbing}.editor-ws-grip-bar{background:var(--rule);border-radius:999px;width:46px;height:5px;transition:background .12s;box-shadow:inset 0 1px 1px #3c46302e}.editor-ws-grip:hover .editor-ws-grip-bar{background:var(--brand-2)}.editor-person-menu{background:#fff;border-radius:18px;flex-direction:column;flex:none;gap:9px;width:170px;padding:11px;display:flex;box-shadow:0 12px 36px #1f2a1b3d}.editor-panel{background:#fff;border-radius:18px;flex-direction:column;flex:none;width:720px;transition:opacity .2s;display:flex;overflow:hidden;box-shadow:0 12px 36px #1f2a1b3d}.editor-panel.closed{opacity:0;pointer-events:none}.editor-panel-inner{flex-direction:column;height:100%;min-height:0;display:flex}.editor-panel-head{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:flex-start;padding:13px 16px;display:flex}.editor-panel-title{color:var(--ink);font-size:1rem;font-weight:700}.editor-panel-sub{color:var(--soft);margin-top:2px;font-size:.82rem}.editor-panel-x{cursor:pointer;color:var(--soft);background:0 0;border:none;padding:0 4px;font-size:1.5rem;line-height:1;transition:color .15s}.editor-panel-x:hover{color:var(--ink)}.editor-panel-body{flex:1;min-height:0;padding:14px 16px;overflow-y:auto}.editor-panel-foot{border-top:1px solid var(--rule);justify-content:flex-end;gap:10px;padding:10px 16px;display:flex}.editor-vault-backdrop{z-index:65;-webkit-backdrop-filter:saturate(120%)blur(1px);backdrop-filter:saturate(120%)blur(1px);background:#1f2a1b47;position:fixed;inset:0}.editor-vault{z-index:66;background:#fff;border-radius:18px;flex-direction:column;width:min(760px,92vw);height:min(560px,86vh);display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 18px 48px #1f2a1b4d}.editor-vault-body{flex:1;min-height:0;display:flex}.editor-vault-folders{border-right:1px solid var(--rule);background:#f7f8f4;flex-direction:column;flex:none;gap:4px;width:168px;padding:12px;display:flex}.editor-vault-folder{cursor:pointer;text-align:left;color:var(--ink);background:0 0;border:none;border-radius:0;justify-content:space-between;align-items:center;padding:6px 10px;font-size:.86rem;transition:background .12s,color .12s;display:flex}.editor-vault-folder:hover{background:#eef3e6}.editor-vault-folder.active{color:#fff;background:#67ac3e;font-weight:600}.editor-vault-folder.active:hover{background:#5c9a37}.editor-vault-count{color:var(--soft);font-variant-numeric:tabular-nums;text-align:center;background:#1f2a1b0f;border-radius:999px;min-width:20px;padding:1px 7px;font-size:.72rem}.editor-vault-folder.active .editor-vault-count{color:#fff;background:#ffffff38}.editor-vault-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.editor-vault-toolbar{border-bottom:1px solid var(--rule);flex:none;justify-content:space-between;align-items:center;gap:10px;padding:9px 14px;display:flex}.editor-vault-tool{cursor:pointer;color:var(--brand-2);box-shadow:inset 0 0 0 1px var(--rule), inset 0 1px 0 #fffc, 0 1px 3px #1f2a1b14;background:#fff;border:0;border-radius:999px;padding:6px 15px;font-size:.8rem;font-weight:600;transition:background .12s,color .12s,box-shadow .12s,transform 80ms}.editor-vault-tool:hover:not(:disabled){background:var(--brand-2);color:#fff;box-shadow:inset 0 1px #ffffff40,0 2px 5px #2c5a2a47}.editor-vault-tool:active:not(:disabled){transform:translateY(1px)}.editor-vault-tool:disabled{opacity:.6;cursor:default}.editor-vault-view{box-shadow:inset 0 0 0 1px var(--rule), inset 0 1px 3px #3c46301a;border:0;border-radius:999px;display:inline-flex;overflow:hidden}.editor-vault-viewbtn{cursor:pointer;color:var(--soft);background:#fff;border:none;padding:4px 10px;font-size:.9rem;transition:background .12s,color .12s}.editor-vault-viewbtn.active{background:linear-gradient(180deg, var(--brand), var(--brand-2));color:#fff;box-shadow:inset 0 1px #ffffff4d}.editor-vault-items{flex:1;min-height:0;padding:16px;overflow-y:auto}.editor-vault-empty{color:var(--soft);text-align:center;margin:40px 18px;font-size:.88rem;line-height:1.5}.editor-vault-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px;display:grid}.editor-vault-grid.compact{grid-template-columns:repeat(auto-fill,minmax(104px,1fr));gap:10px}.editor-vault-grid.compact .editor-vault-thumb{height:60px}.editor-vault-grid.compact .editor-vault-item{padding:8px}.editor-vault-item{box-shadow:inset 0 0 0 1px var(--rule), inset 0 1px 0 #ffffffd9, 0 2px 6px #1f2a1b0f;background:#fff;border:0;border-radius:12px;flex-direction:column;gap:8px;padding:12px;transition:box-shadow .12s,transform .12s;display:flex;position:relative}.editor-vault-item:hover{box-shadow:inset 0 0 0 1px var(--brand-2), inset 0 1px 0 #ffffffd9, 0 7px 18px #1f2a1b1f;transform:translateY(-1px)}.editor-vault-item.pickable{cursor:pointer}.editor-vault-item.pickable:hover{background:#67ac3e0f}.editor-vault-thumb{height:84px;color:var(--brand-2);background:#f3f5ef;border-radius:8px;justify-content:center;align-items:center;display:flex;overflow:hidden}.editor-vault-thumb img{object-fit:cover;width:100%;height:100%;display:block}.editor-vault-meta{min-width:0}.editor-vault-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;font-weight:600;overflow:hidden}.editor-vault-date{color:var(--soft);margin-top:1px;font-size:.72rem}.editor-vault-del{cursor:pointer;width:24px;height:24px;box-shadow:inset 0 0 0 1px var(--rule);color:var(--soft);opacity:0;background:#ffffffeb;border:none;border-radius:6px;justify-content:center;align-items:center;font-size:.8rem;line-height:1;transition:opacity .12s,background .12s,color .12s;display:inline-flex;position:absolute;top:7px;right:7px}.editor-vault-del svg{display:block}.editor-vault-item:hover .editor-vault-del{opacity:1}.editor-vault-del:hover{color:#b3261e;background:#fbeaea}.editor-vault-del:disabled{opacity:.5;cursor:default}.editor-vault-edit{cursor:pointer;width:24px;height:24px;box-shadow:inset 0 0 0 1px var(--rule);color:var(--soft);opacity:0;background:#ffffffeb;border:none;border-radius:6px;justify-content:center;align-items:center;line-height:1;transition:opacity .12s,background .12s,color .12s;display:inline-flex;position:absolute;top:7px;right:36px}.editor-vault-item:hover .editor-vault-edit{opacity:1}.editor-vault-edit:hover{background:var(--paper-2);color:var(--brand-2)}.editor-vault-edit svg{display:block}.editor-vault-rename{width:100%;font:inherit;color:var(--ink);background:var(--paper-2);box-shadow:inset 0 0 0 1.5px var(--brand);border:0;border-radius:6px;padding:2px 6px;font-size:.84rem;font-weight:600}.editor-vault-rename:focus{outline:none}.editor-vault-body.dragover{box-shadow:inset 0 0 0 3px var(--brand);border-radius:0 0 18px 18px}.editor-mediaedit{z-index:66;background:#fff;border-radius:16px;width:min(360px,92vw);position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 18px 48px #1f2a1b4d}.editor-mediaedit-body{flex-direction:column;gap:8px;padding:16px;display:flex}.editor-mediaedit-btn{border:1px solid var(--rule);cursor:pointer;color:var(--ink);background:#fff;border-radius:10px;padding:10px 14px;font-size:.88rem;font-weight:600;transition:background .12s,border-color .12s,color .12s}.editor-mediaedit-btn:hover{border-color:var(--brand-2);background:#67ac3e14}.editor-mediaedit-btn.danger{color:#b3261e}.editor-mediaedit-btn.danger:hover{background:#fbeaea;border-color:#e3b4b0}.editor-facts-list{flex-direction:column;gap:7px;display:flex}.editor-fact-row{grid-template-columns:100px 1fr;align-items:center;gap:10px;display:grid}.editor-fact-label{letter-spacing:.05em;text-transform:uppercase;color:var(--soft);text-align:right;text-overflow:ellipsis;font-size:.58rem;font-weight:700;overflow:hidden}.editor-fact-fields{gap:8px;min-width:0;display:grid}.editor-fact-fields.dp{grid-template-columns:116px 1fr}.editor-fact-fields.two{grid-template-columns:1fr 1fr}.editor-fact-fields.name{grid-template-columns:1fr 1fr 96px}.editor-fact-radios{align-items:center;gap:16px;display:flex}.editor-fact-radio{color:var(--ink);cursor:pointer;align-items:center;gap:5px;font-size:.78rem;display:inline-flex}.editor-fact-radio input{accent-color:var(--brand-2)}.editor-fact-block{flex-direction:column;gap:4px;display:flex}.editor-fact-input{width:100%;font-family:var(--sans);color:var(--ink);border:1px solid var(--rule);background:#fff;border-radius:6px;min-width:0;padding:4px 8px;font-size:.75rem}.editor-fact-input:focus{border-color:var(--brand-2);outline:none}.editor-fact-desc{resize:none;width:calc(100% - 110px);margin-left:110px;line-height:1.4;overflow-y:auto}.editor-notes-area{resize:none;width:100%;height:100%;font-size:.85rem;line-height:1.5;overflow-y:auto}.editor-rel-section{letter-spacing:.08em;text-transform:uppercase;color:var(--brand-2);margin:6px 0 2px;font-size:.62rem;font-weight:700}.editor-rel-section:first-child{margin-top:0}.editor-rel-link{cursor:pointer;font-family:var(--sans);color:var(--brand-2);text-underline-offset:2px;background:0 0;border:none;padding:0;font-size:.85rem;text-decoration:underline}.editor-rel-link:hover{color:var(--ink)}.editor-rel-none{color:var(--soft);font-size:.85rem}.editor-addperson-btn{align-items:center;gap:7px;font-weight:600;display:inline-flex}.editor-modal-overlay{z-index:70;background:#1f2a1b66;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.editor-modal{background:#fff;border-radius:16px;flex-direction:column;width:560px;max-width:100%;max-height:88vh;display:flex;overflow:hidden;box-shadow:0 16px 48px #1f2a1b4d}.editor-modal-head{border-bottom:1px solid var(--rule);justify-content:space-between;align-items:center;padding:14px 18px;display:flex}.editor-modal-title{color:var(--ink);font-size:1.05rem;font-weight:700}.editor-modal-body{flex:1;min-height:0;padding:16px 18px;overflow-y:auto}.editor-fact-add{border:1px dashed var(--rule);color:var(--brand-2);font-family:var(--sans);letter-spacing:.04em;cursor:pointer;background:#fff;border-radius:7px;justify-self:start;padding:5px 12px;font-size:.72rem;font-weight:700;transition:background .15s,border-color .15s}.editor-fact-add:hover{border-color:var(--brand-2);background:#67ac3e14}.editor-panel-body::-webkit-scrollbar{width:10px}.editor-fact-desc::-webkit-scrollbar{width:10px}.editor-panel-body::-webkit-scrollbar-thumb{background:#1f2a1b38 padding-box padding-box;border:2px solid #fff;border-radius:999px}.editor-fact-desc::-webkit-scrollbar-thumb{background:#1f2a1b38 padding-box padding-box;border:2px solid #fff;border-radius:999px}.editor-panel-body::-webkit-scrollbar-track{background:0 0}.editor-fact-desc::-webkit-scrollbar-track{background:0 0}.editor-menu-btn{background:linear-gradient(145deg, var(--nu-brand,#7cbf46), var(--nu-brand-2,#4a842d));color:#fff;cursor:pointer;width:100%;min-height:72px;font-family:var(--sans);letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:13px;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:10px;font-size:.74rem;font-weight:700;transition:transform .18s,box-shadow .18s,filter .18s;display:flex;box-shadow:0 6px 15px #4a842d52,inset 0 1px #ffffff59}.editor-menu-btn:hover{box-shadow:0 8px 19px #4a842d61,inset 0 1px #ffffff59}.editor-menu-btn:active{transform:translateY(1px);box-shadow:inset -3px -3px 7px #ffffff40,inset 3px 3px 8px #1f3c1873}.editor-menu-btn.active{box-shadow:inset 0 0 0 2px #ffffff8c,inset 3px 3px 8px #1f3c184d}.editor-menu-btn svg{opacity:.95}.editor-menu-btn.disabled,.editor-menu-btn:disabled{opacity:.38;cursor:not-allowed;box-shadow:none;transform:none}.editor-menu-btn.disabled:hover,.editor-menu-btn:disabled:hover{background:inherit}.editor-src-cites{margin:2px 0 0}.editor-src-cite{color:#2a2a2a;border-left:2px solid #d7ddc9;margin:2px 0;padding:1px 0 1px 10px;font-size:.82rem;line-height:1.35}.editor-src-lib{color:#2a2a2a;margin:3px 0 0;padding-left:1.2em;font-size:.82rem;line-height:1.4}.editor-src-lib li{margin:1px 0}.editor-src-edit{cursor:pointer;color:#4f8a2e;background:0 0;border:none;margin-left:8px;padding:0;font-size:.74rem;text-decoration:underline}.editor-src-edit:hover{color:#3f7d33}.editor-edit-card{z-index:20;border:1px solid var(--rule);background:#fff;border-radius:10px;width:360px;max-width:calc(100% - 16px);max-height:calc(100% - 16px);padding:12px;position:absolute;overflow-y:auto;box-shadow:0 8px 28px #1f2a1b38}.editor-edit-loading{color:var(--soft);padding:6px 2px;font-size:.85rem}.editor-edit-name{color:var(--ink);margin-bottom:6px;font-size:.95rem;font-weight:700}.editor-edit-group{letter-spacing:.07em;text-transform:uppercase;color:var(--soft);margin:10px 0 5px;font-size:.66rem;font-weight:700}.editor-edit-row{grid-template-columns:56px 1fr;align-items:center;gap:8px;margin-bottom:6px;display:grid}.editor-edit-hint{text-transform:none;letter-spacing:0;color:var(--soft);font-weight:400}.editor-edit-row>span{color:var(--soft);font-size:.78rem}.editor-edit-input{border:1px solid var(--rule);width:100%;font:inherit;color:var(--ink);background:#fff;border-radius:6px;padding:6px 8px;font-size:.85rem}.editor-edit-actions{justify-content:flex-end;gap:8px;margin-top:4px;display:flex}.editor-fm-fields{flex-direction:column;gap:6px;margin:4px 0 10px;display:flex}.editor-fm-text{resize:vertical;border:1px solid var(--rule);width:100%;min-height:72px;font:inherit;color:var(--ink);background:#fff;border-radius:6px;margin:4px 0 10px;padding:6px 8px;font-size:.85rem}.editor-fm-apply{text-shadow:0 1px 1px #00000038;border-radius:12px;width:100%;margin-top:6px;padding:11px 16px;font-weight:700;box-shadow:inset 0 2px #ffffff52,inset 0 -2px 1px #0000003d,0 3px 9px #2c5a2a4d}.editor-fm-apply:hover{box-shadow:inset 0 2px #ffffff57,inset 0 -2px 1px #0000003d,0 5px 13px #2c5a2a57}.editor-fm-apply:active{transform:translateY(2px);box-shadow:inset 0 2px 1px #0000002e,0 1px 3px #2c5a2a47}.editor-fm-prose{margin:6px 0 2px}.editor-panel-head{letter-spacing:.06em;text-transform:uppercase;color:var(--soft);background:var(--paper-2);border:1px solid var(--rule);border-radius:10px;margin-bottom:10px;padding:10px 13px;font-size:.72rem;font-weight:700}.editor-group{background:var(--card);border:0;border-radius:16px;margin-bottom:12px;overflow:hidden;box-shadow:inset 0 1px #ffffffd9,0 2px 4px #2c5a2a12,0 9px 20px #2c5a2a1a}.editor-group-head{width:100%;font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;color:#4a6234;cursor:pointer;background:linear-gradient(#e9efdb,#f2f6e8);border:0;border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;gap:11px;padding:12px 14px;font-size:.78rem;font-weight:800;transition:filter .15s,background .15s;display:flex;box-shadow:inset 0 1px #ffffffb3}.editor-group.collapsed .editor-group-head{border-radius:16px}.editor-group-head:hover{filter:brightness(.985)}.editor-group-title{flex:1;min-width:0}.editor-group-sub{color:var(--soft);letter-spacing:0;text-transform:none;margin-top:2px;font-size:.72rem;font-weight:400;display:block}.editor-ico{flex:none}.editor-group-chev{color:var(--soft);flex:none;transition:transform .18s}.editor-group.collapsed .editor-group-chev{transform:rotate(-90deg)}.editor-group-body{padding:4px 13px 12px}.editor-group-body .editor-field{border-top:0;padding:9px 0 2px}.editor-group-body .editor-field+.editor-field{border-top:1px solid var(--rule);padding-top:11px}.editor-sections{margin:0;padding:0;list-style:none}.editor-section-item{border-radius:9px}.editor-section-item:hover{background:var(--paper-2)}.editor-section-link{text-align:left;width:100%;font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:8px;padding:7px 8px;font-size:.88rem;display:flex}.editor-section-link:hover{color:var(--brand-2)}.editor-section-link .editor-ico{color:var(--soft)}.editor-section-link:hover .editor-ico{color:var(--brand-2)}.editor-drag{color:var(--rule);font-size:.8rem}.editor-prog{background:radial-gradient(120% 90% at 50% -20%,#fff,#fff0 70%),linear-gradient(#fff,#fbfdf8);border:1px solid #dbe6cf;border-radius:16px;flex-direction:column;gap:4px;margin-bottom:12px;padding:16px 14px 14px;display:flex;box-shadow:inset 0 1px #fff,0 14px 30px #2c5a2a1a,0 3px 8px #2c5a2a0f}.editor-prog-title{letter-spacing:.16em;text-transform:uppercase;color:var(--soft);text-align:center;margin-bottom:10px;font-size:.7rem;font-weight:700}.editor-prog-person{text-align:center;flex-direction:column;align-items:center;gap:9px;display:flex}.editor-prog-avatar-wrap{flex:none;width:88px;height:88px;position:relative}.editor-prog-remove{z-index:2;cursor:pointer;color:#fff;background:#1f2a1bd1;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:background .15s,transform .15s;display:inline-flex;position:absolute;top:-2px;right:-2px}.editor-prog-remove:hover{background:#1f2a1bf2;transform:scale(1.08)}.editor-prog-cam{z-index:1;background:linear-gradient(180deg, var(--brand), var(--brand-2));color:#fff;pointer-events:none;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:absolute;bottom:-1px;right:-1px;box-shadow:0 2px 5px #2c5a2a66}.editor-prog-avatar{cursor:pointer;background:var(--paper-2);width:88px;height:88px;color:var(--brand-2);border:2px solid var(--brand);border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden;box-shadow:0 4px 12px #2c5a2a38}.editor-prog-avatar:hover{border-color:var(--brand);box-shadow:0 6px 16px #2c5a2a4d}.editor-prog-img{object-fit:cover;width:100%;height:100%;display:block}.editor-prog-meta{flex-direction:column;align-items:center;min-width:0;display:flex}.editor-prog-name{color:var(--ink);font-family:EB Garamond,Georgia,Times New Roman,serif;font-size:1.28rem;font-weight:700;line-height:1.12}.editor-prog-dates{color:var(--soft);font-size:.82rem}.editor-add{width:100%;font:inherit;color:var(--brand-2);border:1px dashed var(--rule);cursor:pointer;text-align:left;background:0 0;border-radius:10px;margin-top:8px;padding:8px;font-size:.82rem}.editor-add[disabled]{opacity:.5;cursor:not-allowed}.editor-accordion{border-top:1px solid var(--rule);padding:12px 0}.editor-accordion:first-of-type{border-top:0}.editor-accordion-title{color:var(--soft);margin-bottom:8px;font-size:.78rem;font-weight:600}.editor-setting-value{color:var(--ink);font-size:.9rem}.editor-template-row{flex-wrap:wrap;gap:6px;display:flex}.editor-chip{background:var(--paper-2);color:var(--soft);border:1px solid var(--rule);border-radius:999px;padding:5px 10px;font-size:.78rem}.editor-chip-on{background:var(--brand-2);color:#fff;border-color:var(--brand-2)}.editor-note{color:var(--soft);margin-top:16px;font-size:.75rem;line-height:1.5}.editor-field{border-top:1px solid var(--rule);padding:11px 0}.editor-field:first-of-type{border-top:0}.editor-field-label{color:var(--soft);margin-bottom:6px;font-size:.78rem;font-weight:600;display:block}.editor-field-note{color:var(--soft);margin-top:5px;font-size:.72rem;line-height:1.35}.editor-linkbtn{font:inherit;color:var(--brand-2);cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.editor-linkbtn:hover{color:var(--brand)}.editor-rec-val{color:#b3261e;font-weight:600}.editor-select{width:100%;font:inherit;color:var(--ink);border:1.5px solid var(--rule);background:var(--card);cursor:pointer;border-radius:9px;padding:7px 9px;font-size:.88rem}.editor-select:focus{border-color:var(--brand);outline:none}.editor-select option{color:var(--ink);background:#fff}.editor-selectbox{width:100%;position:relative}.editor-selectbox-btn{text-align:left;justify-content:space-between;align-items:center;gap:8px;display:flex}.editor-selectbox-btn:disabled{opacity:.6;cursor:default}.editor-selectbox-value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.editor-selectbox-chev{color:var(--soft);flex:none}.editor-selectbox-backdrop{z-index:79;position:fixed;inset:0}.editor-selectbox-menu{z-index:80;box-shadow:inset 0 0 0 1px var(--rule), 0 10px 28px #1f2a1b33;background:#fff;border:0;border-radius:0;max-height:272px;padding:6px;overflow-y:auto}.editor-selectbox-item{text-align:left;width:100%;font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:8px;padding:6px 10px;font-size:.88rem;line-height:1.25;display:flex}.editor-selectbox-item:hover{background:#eef3e6}.editor-selectbox-item:focus-visible{outline-offset:-2px;outline:2px solid #6bb13f99}.editor-selectbox-item.sel{color:#fff;background:#67ac3e;font-weight:600}.editor-selectbox-item.sel:hover{color:#fff;background:#5c9a37}.editor-selectbox-item-l{flex:1;min-width:0}.editor-selectbox-group{text-transform:uppercase;letter-spacing:.06em;color:var(--soft);padding:9px 10px 4px;font-size:.68rem;font-weight:700}.editor-toggle{color:var(--ink);cursor:pointer;justify-content:flex-start;align-items:center;gap:11px;font-size:.9rem;display:flex}.editor-toggle input{appearance:none;background:var(--paper-2);cursor:pointer;border-radius:7px;flex:none;width:24px;height:24px;margin:0;transition:background .15s,box-shadow .15s,transform 80ms;position:relative;box-shadow:inset 0 1.5px 3px #3c46304d,inset 0 -1px #ffffffb3,0 1px #fffc}.editor-toggle input:before{content:"";border-bottom:2.5px solid #fff;border-right:2.5px solid #fff;width:5px;height:11px;transition:transform .18s cubic-bezier(.34,1.56,.64,1);position:absolute;top:4px;left:8.5px;transform:rotate(45deg)scale(0)}.editor-toggle input:checked{background:linear-gradient(180deg, var(--brand), var(--brand-2));box-shadow:inset 0 1.5px #fff6,inset 0 -1.5px #00000038,0 2px 6px #2c5a2a4d}.editor-toggle input:checked:before{transform:rotate(45deg)scale(1)}.editor-toggle input:active{transform:translateY(1px)scale(.95)}.editor-toggle input:focus-visible{outline-offset:2px;outline:3px solid #6bb13f80}.editor-toggle+.editor-toggle{margin-top:8px}.editor-field-label+.editor-toggle{margin-top:4px}.editor-toggle.disabled{color:var(--soft);cursor:default}.editor-toggle.disabled input{opacity:.55;cursor:default}.editor-flyrow-head.on{background:linear-gradient(180deg, var(--brand), var(--brand-2));color:#fff;box-shadow:0 2px 5px #2c5a2a4d,inset 0 1px #ffffff47}.editor-flyrow-head.on .editor-group-sub{color:#ffffffd9}.editor-flyout-backdrop{z-index:34;position:fixed;inset:0}.editor-flyout{z-index:35;background:var(--card);border-radius:16px;flex-direction:column;width:360px;animation:.16s ease-out hs-flyout-in;display:flex;position:fixed;overflow:hidden;box-shadow:inset 0 1px #ffffffd9,0 6px 16px #2c5a2a2e,-14px 10px 34px #2c5a2a38}@keyframes hs-flyout-in{0%{opacity:0;transform:translate(26px)}to{opacity:1;transform:none}}.editor-flyout-head{font-family:var(--sans);letter-spacing:.08em;text-transform:uppercase;color:#4a6234;background:linear-gradient(#e9efdb,#f2f6e8);flex:none;padding:11px 14px;font-size:.78rem;font-weight:800;box-shadow:inset 0 1px #ffffffb3}.editor-flyout-body{padding:8px 15px 13px;overflow-y:auto}.editor-flyout .editor-toggle{gap:9px;font-size:.85rem}.editor-flyout .editor-toggle+.editor-toggle{margin-top:5px}.editor-flyout .editor-toggle input,.lit-dots .editor-toggle input{border-radius:50%;width:15px;height:15px}.editor-flyout .editor-toggle input:before,.lit-dots .editor-toggle input:before{background:#fff;border:0;border-radius:50%;width:5px;height:5px;top:5px;left:5px;transform:scale(0)}.editor-flyout .editor-toggle input:checked,.lit-dots .editor-toggle input:checked{background:radial-gradient(circle at 38% 32%, var(--brand), var(--brand-2));box-shadow:0 0 6px #6bb13fa6,inset 0 1px 1px #ffffff80}.editor-flyout .editor-toggle input:checked:before,.lit-dots .editor-toggle input:checked:before{transform:scale(1)}.editor-toggle:hover:not(.disabled){color:var(--brand-2)}.editor-cs-modal{width:760px}.editor-cs-grid{flex-direction:column;gap:8px;margin-top:14px;display:flex}.editor-cs-head,.editor-cs-row{grid-template-columns:130px 1fr 64px 64px 92px 92px;align-items:center;gap:8px;display:grid}.editor-cs-head{color:var(--soft);letter-spacing:.03em;font-size:.72rem;font-weight:700}.editor-cs-label{color:var(--ink);font-size:.84rem}.editor-cs-font{min-width:0}.editor-cs-font .editor-select{padding:6px 8px;font-size:.82rem}.editor-cs-size{width:100%;padding:6px 7px}.editor-cs-align{min-width:0}.editor-cs-align .editor-select{padding:6px 7px;font-size:.78rem}.editor-cs-color{align-items:center;gap:5px;display:flex}.editor-cs-color input[type=color]{border:1px solid var(--rule);cursor:pointer;background:#fff;border-radius:6px;width:30px;height:26px;padding:0}.editor-cs-color input[type=color]:disabled{opacity:.4;cursor:default}.editor-cs-color input[type=checkbox]{width:15px;height:15px;accent-color:var(--brand-2)}.editor-cs-bius{align-items:center;gap:6px;display:flex}.editor-cs-tick{color:var(--ink);cursor:pointer;align-items:center;gap:3px;font-size:.82rem;display:inline-flex}.editor-cs-tick input{width:14px;height:14px;accent-color:var(--brand-2)}.editor-cs-library{flex:1;align-items:center;gap:8px;display:flex}.editor-cs-library .editor-select{flex:1}.editor-cs-library .btn-sm{white-space:nowrap}.editor-cs-del{color:var(--danger,#b23b3b)}.btn-sm{padding:6px 12px;font-size:.78rem}.editor-num{width:100%;font:inherit;color:var(--ink);border:1.5px solid var(--rule);background:var(--card);border-radius:9px;padding:7px 9px;font-size:.88rem}.editor-num:focus{border-color:var(--brand);outline:none}.editor-dim-row{align-items:center;gap:8px;display:flex}.editor-dim-x{color:var(--soft);font-size:.9rem}.editor-subnote{color:var(--soft);margin:6px 0 0;font-size:.72rem;line-height:1.45}.editor-margin-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.editor-margin-cell{flex-direction:column;gap:3px;display:flex}.editor-margin-label{color:var(--soft);font-size:.72rem}.editor-empty{text-align:center;color:var(--soft);margin:auto;padding:40px}.editor-empty h2{font-family:var(--serif);color:var(--ink);margin-bottom:8px}.fi-picker-scrim{z-index:60;background:#1f2a1b57;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.fi-picker{background:var(--paper);border-radius:14px;width:min(560px,100% - 40px);max-height:min(70vh,560px);overflow:auto;box-shadow:inset 0 1px #ffffffb3,0 18px 48px #1f2a1b59}.fi-picker-head{color:var(--ink);justify-content:space-between;align-items:center;padding:13px 16px 9px;font-size:1rem;font-weight:700;display:flex}.fi-picker-x{color:var(--soft);cursor:pointer;background:0 0;border:0;border-radius:6px;padding:0 2px;font-size:22px;line-height:1}.fi-picker-x:hover{color:var(--ink)}.fi-picker-grid{grid-template-columns:repeat(auto-fill,minmax(118px,1fr));gap:10px;padding:4px 16px 14px;display:grid}.fi-picker-item{cursor:pointer;box-shadow:inset 0 0 0 1px var(--rule), inset 0 1px 0 #fffc, 0 1px 3px #1f2a1b1a;text-align:center;background:#fff;border:0;border-radius:10px;padding:7px 7px 6px;transition:box-shadow .12s,transform 80ms}.fi-picker-item:hover{box-shadow:inset 0 0 0 2px var(--brand-2), 0 2px 6px #2c5a2a38}.fi-picker-item.active{box-shadow:inset 0 0 0 2.5px var(--brand), 0 2px 6px #2c5a2a40}.fi-picker-item:active{transform:translateY(1px)}.fi-picker-item img,.fi-picker-noimg{aspect-ratio:1;object-fit:cover;background:var(--paper-2);border-radius:6px;width:100%;display:block}.fi-picker-name{color:var(--ink);white-space:nowrap;text-overflow:ellipsis;margin-top:5px;font-size:.72rem;display:block;overflow:hidden}.fi-picker-remove{color:#b3261e;cursor:pointer;background:#fff;border:0;border-radius:9px;margin:0 16px 14px;padding:7px 13px;font-weight:600;display:block;box-shadow:inset 0 0 0 1px #eac4c0,inset 0 1px #fff9,0 1px 3px #1f2a1b1a}.fi-picker-remove:hover{background:#f6e3e2}.story{z-index:60;background:#eceadf;flex-direction:column;display:flex;position:fixed;inset:0}.story-topbar{border-bottom:1px solid var(--rule);background:#f5f8efe6;flex:none;align-items:center;gap:14px;padding:8px 18px;display:flex}.story-title{color:var(--soft);font-size:.95rem;font-weight:600}.story-modes{background:linear-gradient(#fff,#f8fbf4);border:1px solid #dbe6cf;border-radius:999px;margin-left:12px;padding:3px;display:flex;box-shadow:0 1px 2px #2c5a2a14}.story-mode{color:var(--soft);border-radius:999px;padding:6px 16px;font-size:.83rem;font-weight:600;text-decoration:none;transition:color .16s,background .16s,box-shadow .16s}.story-mode:hover{color:var(--brand-2)}.story-mode.on{background:linear-gradient(180deg, var(--brand), var(--brand-2));color:#fff;font-weight:600;box-shadow:0 2px 5px #2c5a2a4d,inset 0 1px #ffffff47}.story-mode.on:hover{color:#fff}.story-saved{color:var(--soft);margin-left:auto;font-size:.8rem}.story-wrap{flex:1;grid-template-columns:262px 1fr 300px;min-height:0;display:grid}.story-rail,.story-design{background:#fbfaf6;padding:14px 12px;overflow:auto}.story-rail{border-right:1px solid var(--rule)}.story-design{border-left:1px solid var(--rule)}.story-chapters{margin:8px 0 0;padding:0;list-style:none}.story-chap{text-align:left;width:100%;font:inherit;color:var(--ink);cursor:pointer;background:0 0;border:0;border-radius:10px;align-items:center;gap:10px;padding:9px 10px;font-size:.86rem;display:flex}.story-chap:hover{background:#f0f3e9}.story-chap.sel{background:#e7eedd;font-weight:600}.story-chap-text small{color:var(--soft);font-size:.72rem;font-weight:400;display:block}.story-dot{border:1.5px solid #b9c2ab;border-radius:50%;flex:none;width:9px;height:9px}.story-dot.material{background:#e9c46a;border-color:#e9c46a}.story-dot.draft{background:#3f7d33;border-color:#3f7d33}.story-note{color:var(--soft);margin:12px 6px 0;font-size:.78rem;line-height:1.45}.story-error{color:#b43c3c}.story-center{padding:22px 28px;overflow:auto}.story-room{max-width:720px;margin:0 auto}.story-chtitle{color:var(--ink);margin:0 0 14px;font-size:1.15rem}.story-epigraph{margin:2px 2.4em 22px;font-family:Georgia,Times New Roman,serif}.story-epigraph p{text-indent:0;text-align:left;margin:0 0 .4em;font-size:.88rem;font-style:italic;line-height:1.55}.story-epigraph p.story-epigraph-by{text-align:right;color:#3a3a3a;margin:.35em 0 0;font-size:.82rem;font-style:normal}.story-sheet{border:1px solid var(--rule);background:#fff;border-radius:14px;margin-bottom:16px;padding:18px 22px}.story-sheet h2{letter-spacing:.12em;text-transform:uppercase;color:var(--soft);margin:0 0 12px;font-size:.74rem}.story-person{margin-bottom:12px}.story-person-name{font-size:.9rem;font-weight:600}.story-years{color:var(--soft);font-size:.82rem;font-weight:400}.story-role{text-transform:uppercase;letter-spacing:.06em;color:#465238;vertical-align:1px;background:#eef2e7;border-radius:999px;margin-left:8px;padding:2px 8px;font-size:.66rem;font-weight:600}.story-chips{flex-wrap:wrap;gap:6px;margin-top:6px;display:flex}.story-chip{color:var(--ink);background:#f2f5ec;border-radius:999px;padding:4px 11px;font-size:.76rem}.story-chip b{color:#3f7d33;font-weight:600}.story-drawer{width:100%;min-height:200px;font:inherit;color:var(--ink);resize:none;box-sizing:border-box;background:#fdfdf9;border:1.5px dashed #c3cdb4;border-radius:12px;padding:14px;font-size:.88rem;display:block}.story-drawer:focus{outline-offset:1px;border-color:#0000;outline:2px solid #3f7d33}.story-drawer-wrap{position:relative}.story-drawer-grip{cursor:ns-resize;touch-action:none;background:linear-gradient(135deg,#0000 0 9px,#b9c2ab 9px 11px,#0000 11px 14px,#b9c2ab 14px 16px,#0000 16px) no-repeat;border-radius:0 0 10px;width:20px;height:20px;position:absolute;bottom:4px;right:4px}.story-drawer-grip:hover{background:linear-gradient(135deg,#0000 0 9px,#3f7d33 9px 11px,#0000 11px 14px,#3f7d33 14px 16px,#0000 16px) no-repeat}.story-drawer-foot{color:var(--soft);justify-content:space-between;gap:12px;margin-top:8px;font-size:.78rem;display:flex}.story-card{border:1px solid var(--rule);background:#fff;border-radius:13px;margin-bottom:12px;overflow:hidden}.story-card-head{letter-spacing:.12em;text-transform:uppercase;color:#465238;background:#e7eedd;padding:9px 13px;font-size:.72rem;font-weight:700}.story-card-body{padding:12px 13px}.story-select{border:1px solid var(--rule);width:100%;font:inherit;background:#fff;border-radius:9px;padding:9px 11px;font-size:.86rem}.story-draft-meta{color:var(--soft);flex-wrap:wrap;justify-content:space-between;gap:12px;margin-bottom:14px;font-size:.78rem;display:flex}.story-draft-note{font-style:italic}.story-prose{color:#1d1d1d;max-width:44em;font-family:Georgia,Times New Roman,serif;font-size:.98rem;line-height:1.75}.story-prose p{text-indent:1.5em;margin:0 0 1em}.story-prose p:first-child{text-indent:0}.story-voice{text-align:left;width:100%;font:inherit;cursor:pointer;border:1.5px solid var(--rule);background:#fff;border-radius:11px;margin-bottom:8px;padding:9px 12px;display:block}.story-voice:hover{border-color:#b9c2ab}.story-voice.on{background:#f4f8f0;border-color:#3f7d33}.story-voice b{color:var(--ink);font-size:.84rem}.story-voice p{color:var(--soft);margin:4px 0 0;font-family:Georgia,serif;font-size:.77rem;font-style:italic;line-height:1.4}.story-go{background:linear-gradient(180deg, var(--brand), var(--brand-2));color:#fff;width:100%;font-family:var(--sans);cursor:pointer;border:none;border-radius:10px;margin-top:6px;padding:12px 24px;font-size:.95rem;font-weight:600;transition:transform .12s,box-shadow .16s,background .16s,filter .16s;display:block;box-shadow:0 2px 5px #2c5a2a4d,inset 0 1px #ffffff47}.story-go:hover{filter:brightness(1.04);transform:translateY(-1px);box-shadow:0 4px 11px #2c5a2a57,inset 0 1px #ffffff4d}.story-go:active{filter:brightness(.98);transform:translateY(1px);box-shadow:0 1px 3px #2c5a2a4d,inset 0 1px 2px #1f2a1b2e}.story-go:disabled{box-shadow:none;filter:none;cursor:wait;background:#9fb694;transform:none}.story-drawer-tools{align-items:center;gap:10px;display:flex}.story-imgbtn{border:1px solid var(--rule);font:inherit;color:var(--ink);cursor:pointer;white-space:nowrap;background:#fff;border-radius:8px;padding:5px 11px;font-size:.78rem}.story-imgbtn:hover{background:#f0f3e9}.story-imgbtn:disabled{color:var(--soft);cursor:wait}.story-mode.as-btn{font:inherit;cursor:pointer;background:0 0;border:0;font-weight:600}.story-mode.as-btn.on{background:linear-gradient(180deg, var(--brand), var(--brand-2));color:#fff;font-weight:600;box-shadow:0 2px 5px #2c5a2a4d,inset 0 1px #ffffff47}.story-center-book{flex-direction:column;padding:0;display:flex}.story-center-book .editor-preview-frame{border:0;flex:1;width:100%;min-height:0}.story-title-input{font:inherit;color:var(--ink);background:0 0;border:1px solid #0000;border-radius:8px;width:100%;padding:4px 8px;font-size:1.05rem;font-weight:700}.story-title-input:hover{border-color:var(--rule);background:#fff}.story-title-input:focus{background:#fff;border-color:#3f7d33;outline:none}.story-editbtn{border:1px solid var(--rule);font:inherit;color:var(--ink);cursor:pointer;background:#fff;border-radius:8px;padding:5px 11px;font-size:.78rem}.story-draft-tools{align-items:center;gap:8px;margin-bottom:8px;display:flex}.story-prose .story-quote{text-indent:0;margin:1em 1.5em}.story-editbtn:hover{background:#f0f3e9}.story-draft-edit{color:#1d1d1d;resize:vertical;box-sizing:border-box;background:#fdfdf9;border:1.5px solid #c3cdb4;border-radius:12px;width:100%;min-height:420px;padding:16px;font-family:Georgia,serif;font-size:.95rem;line-height:1.65}.story-topbar-center{pointer-events:auto}.story-modes-sm .story-mode{padding:5px 13px;font-size:.8rem}.story-btn-off{opacity:.45;pointer-events:none}.story-margin-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.story-margin-cell span{text-transform:uppercase;letter-spacing:.06em;color:var(--soft);margin-bottom:3px;font-size:.68rem;display:block}.story-margin-cell input{border:1px solid var(--rule);width:100%;font:inherit;box-sizing:border-box;border-radius:8px;padding:7px 8px;font-size:.84rem}.photo-list{flex-direction:column;gap:8px;display:flex}.photo-pick{font:inherit;color:var(--ink);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;padding:6px;font-size:.82rem;display:flex}.photo-pick:hover{background:var(--paper-2)}.photo-pick.sel{background:#fff;border-color:#3f7d33}.photo-pick img{object-fit:cover;border-radius:7px;flex:none;width:52px;height:52px}.photo-pick span{text-overflow:ellipsis;min-width:0;overflow:hidden}.photo-stage{background:var(--paper-2);border-radius:12px;justify-content:center;padding:12px;display:flex}.photo-stage img{border-radius:6px;max-width:100%;max-height:46vh;box-shadow:0 2px 8px #2c5a2a2e}.photo-compare{grid-template-columns:1fr 1fr;gap:14px;display:grid}.photo-compare figure{margin:0}.photo-compare img{border-radius:8px;width:100%;box-shadow:0 2px 8px #2c5a2a2e}.photo-compare figcaption{text-align:center;color:var(--soft);margin-top:6px;font-size:.8rem}.photo-work{max-width:1040px;margin:0 auto}.photo-choose{color:#3f7d33;width:100%;font:inherit;cursor:pointer;background:#fdfdf9;border:2px dashed #c3cdb4;border-radius:16px;flex-direction:column;align-items:center;gap:8px;margin-top:60px;padding:54px 20px;transition:background .15s,border-color .15s;display:flex}.photo-choose:hover{background:#f4f8ec;border-color:#9db08a}.photo-choose span{color:var(--ink);font-size:1.05rem;font-weight:700}.photo-choose small{color:var(--soft);font-size:.8rem}.photo-info{text-align:center;color:#1d1d1d;margin:12px 0 0;font-size:.78rem;line-height:1.6}.photo-toolbar{justify-content:center;margin-bottom:10px;display:flex}.photo-zoombar{background:var(--paper-2);border-radius:999px;padding:4px 10px}.photo-zb-fit{width:auto;padding:0 10px;font-size:.72rem}.photo-pane{justify-content:center;display:flex}.photo-stage.zoomed{max-height:72vh;display:block;overflow:auto}.photo-stage.zoomed img{border-radius:0}.photo-compare figure{min-width:0}.photo-pane{min-width:0;max-width:100%}.photo-compare.zoomed .photo-pane{background:var(--paper-2);border-radius:8px;max-height:64vh;display:block;overflow:auto}.photo-compare.zoomed img{border-radius:0}.editor-right{--nu-bg:#e8ece2;--nu-hl:#fffffff2;--nu-sh:#a2b38f9e;--nu-brand:#7cbf46;--nu-brand-2:#4a842d;--nu-raise:-5px -5px 11px var(--nu-hl), 5px 5px 11px var(--nu-sh);--nu-raise-hi:-7px -7px 15px var(--nu-hl), 7px 7px 15px var(--nu-sh);--nu-press:inset -4px -4px 9px var(--nu-hl), inset 4px 4px 9px var(--nu-sh)}.editor-right:not(.collapsed){box-shadow:none;background:0 0;border:0}.editor-right:not(.collapsed) .editor-rframe{background:var(--nu-bg);box-shadow:none;border:0;border-radius:22px 22px 0 0}.editor-right .editor-panel-head{color:var(--soft);box-shadow:none;text-transform:uppercase;letter-spacing:.14em;background:0 0;border:0;font-size:.72rem;font-weight:700}.editor-right .editor-group{box-shadow:none;background:0 0;border:0;border-radius:16px;margin-bottom:14px;overflow:visible}.editor-right .editor-group-head,.editor-right .editor-flyrow-head{background:var(--nu-bg);color:#3e5a2b;box-shadow:var(--nu-raise);text-transform:none;letter-spacing:-.005em;border:0;border-radius:16px;padding:15px 16px;font-size:.93rem;font-weight:600;transition:box-shadow .17s,color .15s}.editor-right .editor-group-head:hover,.editor-right .editor-flyrow-head:hover{filter:none;box-shadow:var(--nu-raise-hi);color:var(--nu-brand-2)}.editor-right .editor-flyrow-head.on{box-shadow:var(--nu-press);color:var(--nu-brand-2)}.editor-right .editor-group-sub{color:var(--soft);text-transform:none;letter-spacing:0;font-weight:400}.editor-right .editor-prog{background:var(--nu-bg);box-shadow:var(--nu-raise-hi);border:0;border-radius:20px}.editor-right .editor-prog-avatar{background:var(--nu-bg);color:var(--nu-brand-2);box-shadow:-4px -4px 8px var(--nu-hl), 4px 4px 9px var(--nu-sh);border-color:#7cbf46b3}.editor-right .editor-prog-avatar:hover{border-color:var(--nu-brand);box-shadow:-5px -5px 10px var(--nu-hl), 5px 5px 11px var(--nu-sh)}.editor-right .editor-prog-cam{background:linear-gradient(145deg, var(--nu-brand), var(--nu-brand-2))}.editor-right .editor-prog .editor-psel-btn{background:var(--nu-bg);box-shadow:var(--nu-press);border:0;border-radius:12px;transition:box-shadow .15s}.editor-right .editor-prog .editor-psel-btn:hover{box-shadow:inset -5px -5px 10px var(--nu-hl), inset 5px 5px 10px var(--nu-sh)}.editor-flyout{--nu-bg:#e8ece2;--nu-hl:#fffffff2;--nu-sh:#a2b38f9e;--nu-brand:#7cbf46;--nu-brand-2:#4a842d;--nu-press:inset -4px -4px 9px var(--nu-hl), inset 4px 4px 9px var(--nu-sh);background:var(--nu-bg);border-radius:22px;box-shadow:inset 1px 1px #ffffff80,-16px 14px 40px #2c5a2a38,8px 8px 18px #8c9e7857}.editor-flyout-head{color:var(--nu-brand-2);box-shadow:none;text-transform:uppercase;letter-spacing:.12em;background:0 0;padding:16px 18px 8px;font-size:.72rem;font-weight:700}.editor-flyout-body{padding:4px 18px 18px}.editor-flyout .editor-select,.editor-flyout .editor-psel-btn{background:var(--nu-bg);box-shadow:var(--nu-press);border:0;border-radius:12px;padding:11px 13px}.editor-flyout .editor-select:focus{box-shadow:var(--nu-press), 0 0 0 2px #7cbf4666}.editor-flyout .editor-toggle input{background:var(--nu-bg);box-shadow:inset 2px 2px 4px var(--nu-sh), inset -2px -2px 4px var(--nu-hl)}.editor-flyout .editor-toggle input:checked{background:radial-gradient(circle at 38% 32%, var(--nu-brand), var(--nu-brand-2));box-shadow:0 0 7px #7cbf46b3,inset 0 1px 1px #ffffff80}.editor-flyout .editor-fm-apply,.editor-flyout .story-go{color:#fff;background:linear-gradient(145deg, var(--nu-brand), var(--nu-brand-2));border:0;border-radius:13px;box-shadow:0 6px 15px #4a842d52,inset 0 1px #ffffff59}.editor-flyout .editor-fm-apply:active,.editor-flyout .story-go:active{transform:translateY(1px);box-shadow:inset -3px -3px 7px #ffffff40,inset 3px 3px 8px #1f3c1873}.editor-flyout .editor-edit-input,.editor-flyout .editor-fm-text{background:var(--nu-bg);box-shadow:var(--nu-press);border:0;border-radius:11px}.editor-addindiv,.editor-pagebar,.editor-zoombar{--nu-bg:#e8ece2;--nu-hl:#fffffff2;--nu-sh:#a2b38f8c;--nu-brand-2:#4a842d;background:var(--nu-bg);background-color:var(--nu-bg);-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:-4px -4px 8px var(--nu-hl), 4px 4px 10px var(--nu-sh);border:0;border-radius:999px;transition:box-shadow .15s}.editor-addindiv{color:#1a1a1a;transition:box-shadow .15s,color .15s}.editor-addindiv:hover{color:var(--nu-brand-2)}.editor-addindiv:hover,.editor-pagebar:hover,.editor-zoombar:hover{box-shadow:-5px -5px 10px var(--nu-hl), 5px 5px 12px var(--nu-sh);border-color:#0000}.editor-zb-btn{background:var(--nu-bg);color:var(--nu-brand-2);box-shadow:-3px -3px 6px var(--nu-hl), 3px 3px 6px var(--nu-sh);border:0;transition:box-shadow .13s}.editor-zb-btn:hover:not(:disabled){background:var(--nu-bg);color:var(--nu-brand-2);box-shadow:-4px -4px 7px var(--nu-hl), 4px 4px 8px var(--nu-sh);border-color:#0000}.editor-zb-btn:active:not(:disabled){box-shadow:inset -2px -2px 4px var(--nu-hl), inset 2px 2px 5px var(--nu-sh)}.editor-zb-sep{display:none}.editor-zb-range::-webkit-slider-runnable-track{height:8px;box-shadow:inset 2px 2px 4px var(--nu-sh), inset -2px -2px 4px var(--nu-hl);background:0 0;border-radius:999px}.editor-zb-range::-webkit-slider-thumb{width:16px;height:16px;box-shadow:-2px -2px 4px var(--nu-hl), 2px 2px 4px var(--nu-sh);background:linear-gradient(145deg,#f4f7ef,#dbe1d1);border:0;border-radius:50%;margin-top:-4px}.editor-zb-range::-moz-range-track{height:8px;box-shadow:inset 2px 2px 4px var(--nu-sh), inset -2px -2px 4px var(--nu-hl);background:0 0;border-radius:999px}.editor-zb-range::-moz-range-thumb{width:16px;height:16px;box-shadow:-2px -2px 4px var(--nu-hl), 2px 2px 4px var(--nu-sh);background:linear-gradient(145deg,#f4f7ef,#dbe1d1);border:0;border-radius:50%}.editor-addmenu{display:inline-flex;position:relative}.editor-addmenu-backdrop{z-index:39;position:fixed;inset:0}.editor-addbtn{align-items:center;display:inline-flex}.editor-addbtn.on{box-shadow:inset -3px -3px 6px #ffffffe6,inset 3px 3px 6px #a2b38f8c}.editor-addmenu-pop{z-index:40;background:#fff;border-radius:14px;flex-direction:column;gap:1px;min-width:192px;padding:6px;animation:.14s ease-out hs-flyout-in;display:flex;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 2px 6px #1f2a1b1a,0 14px 34px #2c5a2a33}.editor-addmenu-item{text-align:left;cursor:pointer;font-family:var(--sans);color:var(--ink);background:0 0;border:0;border-radius:10px;padding:10px 14px;font-size:.88rem;font-weight:500;transition:background .12s,color .12s}.editor-addmenu-item:hover,.editor-addmenu-item:focus-visible{color:var(--brand-2);background:#e7f0dd;outline:none}.tree-bg{z-index:-1;pointer-events:none;position:fixed;inset:0}@supports ((-webkit-mask-image:url("")) or (mask-image:url(""))){.tree-bg{background-color:#f1f4eb;-webkit-mask:url(/desk-tree.png) 50%/min(140vh,94vw) no-repeat;mask:url(/desk-tree.png) 50%/min(140vh,94vw) no-repeat}}.app-soft:before{content:"";z-index:-2;background:#e8ece2;position:fixed;inset:0}.app-soft,.site-header-app{--nu-bg:#e8ece2;--nu-hl:#fffffff2;--nu-sh:#a2b38f9e;--nu-brand:#7cbf46;--nu-brand-2:#4a842d;--nu-raise:-5px -5px 11px var(--nu-hl), 5px 5px 11px var(--nu-sh);--nu-raise-hi:-7px -7px 15px var(--nu-hl), 7px 7px 15px var(--nu-sh);--nu-press:inset -4px -4px 9px var(--nu-hl), inset 4px 4px 9px var(--nu-sh)}.site-header-app{background:var(--nu-bg);border-bottom:0}.site-header-app .btn-ghost{box-shadow:none;color:var(--soft);background:0 0;border:0;border-radius:0;padding:0;font-size:.95rem;font-weight:500;transition:color .15s}.site-header-app .btn-ghost:hover{color:var(--brand-2);box-shadow:none;background:0 0;transform:none}.site-header-app .btn-ghost:active{box-shadow:none;transform:none}.app-soft .eyebrow{letter-spacing:.14em;color:var(--soft);background:0 0;border:0;border-radius:0;padding:0;font-size:.72rem}.app-soft h1{color:#39412f;letter-spacing:-.01em;font-family:Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;font-weight:650}.app-soft h2,.app-soft h3,.app-soft h4{font-family:Georgia,Times New Roman,serif}.app-soft .card{background:var(--nu-bg);box-shadow:var(--nu-raise);border:0;border-radius:18px;transition:box-shadow .17s}.app-soft .card:hover{box-shadow:var(--nu-raise-hi);border-color:#0000;transform:none}.app-soft .card-edit:hover{color:var(--nu-brand-2);background:#7cbf461a}.app-soft .btn-primary{color:#fff;background:linear-gradient(145deg, var(--nu-brand), var(--nu-brand-2));border:0;border-radius:13px;box-shadow:0 6px 15px #4a842d52,inset 0 1px #ffffff59}.app-soft .btn-primary:hover{filter:none;color:#fff;transform:none;box-shadow:0 8px 19px #4a842d61,inset 0 1px #ffffff59}.app-soft .btn-primary:active{filter:none;transform:translateY(1px);box-shadow:inset -3px -3px 7px #ffffff40,inset 3px 3px 8px #1f3c1873}.public-soft{--nu-bg:#e8ece2;--nu-hl:#fffffff2;--nu-sh:#a2b38f9e;--nu-brand:#7cbf46;--nu-brand-2:#4a842d;--nu-raise:-5px -5px 11px var(--nu-hl), 5px 5px 11px var(--nu-sh);--nu-raise-hi:-7px -7px 15px var(--nu-hl), 7px 7px 15px var(--nu-sh);--nu-press:inset -4px -4px 9px var(--nu-hl), inset 4px 4px 9px var(--nu-sh);background:var(--nu-bg);flex-direction:column;min-height:100vh;display:flex;position:relative}.public-soft main{flex:1}.public-soft .site-header{background:var(--nu-bg);border-bottom:0}.public-soft .site-footer{background:0 0;border-top:1px solid #a2b38f59}.public-soft h1,.public-soft h2,.public-soft h3,.public-soft h4{font-family:Georgia,Times New Roman,serif}.public-soft .eyebrow{letter-spacing:.14em;color:var(--nu-brand-2);background:0 0;border:0;border-radius:0;padding:0;font-size:.74rem}.public-soft .hero{background:0 0}.public-soft .btn-primary{color:#fff;background:linear-gradient(145deg, var(--nu-brand), var(--nu-brand-2));border:0;border-radius:13px;box-shadow:0 6px 15px #4a842d52,inset 0 1px #ffffff59}.public-soft .btn-primary:hover{filter:none;color:#fff;transform:none;box-shadow:0 8px 19px #4a842d61,inset 0 1px #ffffff59}.public-soft .btn-primary:active{filter:none;transform:translateY(1px);box-shadow:inset -3px -3px 7px #ffffff40,inset 3px 3px 8px #1f3c1873}.auth-main .btn-primary{color:#fff;background:linear-gradient(145deg,#7cbf46,#4a842d);border:0;border-radius:13px;box-shadow:0 6px 15px #4a842d52,inset 0 1px #ffffff59}.auth-main .btn-primary:hover{filter:none;color:#fff;transform:none;box-shadow:0 8px 19px #4a842d61,inset 0 1px #ffffff59}.auth-main .btn-primary:active{filter:none;transform:translateY(1px);box-shadow:inset -3px -3px 7px #ffffff40,inset 3px 3px 8px #1f3c1873}.public-soft .btn-ghost{background:var(--nu-bg);color:#3e5a2b;box-shadow:var(--nu-raise);border:0;border-radius:13px;transition:box-shadow .17s,color .15s}.public-soft .btn-ghost:hover{background:var(--nu-bg);color:var(--nu-brand-2);box-shadow:var(--nu-raise-hi);transform:none}.public-soft .btn-ghost:active{box-shadow:var(--nu-press);transform:none}.public-soft .card,.public-soft .panel,.public-soft .step{background:var(--nu-bg);box-shadow:var(--nu-raise);border:0;border-radius:18px;transition:box-shadow .17s}.public-soft .card:hover,.public-soft .step:hover{box-shadow:var(--nu-raise-hi);border-color:#0000;transform:none}.public-soft .card .ic{background:var(--nu-bg);color:var(--nu-brand-2);box-shadow:var(--nu-press);border-radius:12px}.public-soft .step .num{background:linear-gradient(145deg, var(--nu-brand), var(--nu-brand-2));font-family:Georgia,Times New Roman,serif;box-shadow:0 4px 10px #4a842d4d,inset 0 1px #ffffff59}.public-soft .cta-band{background:linear-gradient(145deg, var(--nu-brand), var(--nu-brand-2));box-shadow:0 10px 26px #4a842d59,inset 0 1px #ffffff4d}.public-soft .cta-band .btn-ghost{color:var(--nu-brand-2);background:#fff;box-shadow:0 4px 12px #1f2a1b38}.public-soft .field input,.public-soft .field select,.public-soft .field textarea{background:var(--nu-bg);box-shadow:var(--nu-press);border:0;border-radius:11px}.public-soft .field input:focus,.public-soft .field select:focus,.public-soft .field textarea:focus{box-shadow:var(--nu-press), 0 0 0 2px #7cbf4673;border-color:#0000;outline:none}.public-soft .note{background:var(--nu-bg);box-shadow:inset -2px -2px 5px var(--nu-hl), inset 2px 2px 5px var(--nu-sh);border:0}.app-soft .btn:not(.btn-primary):not(.btn-ghost){background:var(--paper-2);color:#3e5a2b;box-shadow:var(--nu-raise);border-color:#0000;border-radius:13px;transition:box-shadow .17s,color .15s}.app-soft .btn:not(.btn-primary):not(.btn-ghost):hover:not(:disabled){color:var(--nu-brand-2);background:var(--paper-2);box-shadow:var(--nu-raise-hi);transform:none}.app-soft .btn:not(.btn-primary):not(.btn-ghost):active:not(:disabled){box-shadow:var(--nu-press);transform:none}.app-soft .btn:not(.btn-primary):not(.btn-ghost):disabled{box-shadow:none}.app-soft .btn-ghost{background:var(--nu-bg);color:#3e5a2b;box-shadow:var(--nu-raise);border:0;border-radius:13px;transition:box-shadow .17s,color .15s}.app-soft .btn-ghost:hover{background:var(--nu-bg);color:var(--nu-brand-2);box-shadow:var(--nu-raise-hi);transform:none}.app-soft .btn-ghost:active{box-shadow:var(--nu-press);transform:none}.app-soft .panel{background:var(--nu-bg);box-shadow:var(--nu-raise);border:0;border-radius:18px}.app-soft .filepick-btn{background:var(--nu-bg);color:#3e5a2b;box-shadow:var(--nu-raise);border:0;border-radius:13px;transition:box-shadow .17s,color .15s}.app-soft .filepick-btn:hover{background:var(--nu-bg);color:var(--nu-brand-2);box-shadow:var(--nu-raise-hi);border-color:#0000}.app-soft .filepick-btn:active{box-shadow:var(--nu-press)}.app-soft .note{background:var(--nu-bg);box-shadow:inset -2px -2px 5px var(--nu-hl), inset 2px 2px 5px var(--nu-sh);border:0}.app-soft .field input,.app-soft .field select,.app-soft .field textarea{background:var(--nu-bg);box-shadow:var(--nu-press);border:0;border-radius:11px}.app-soft .field input:focus,.app-soft .field select:focus,.app-soft .field textarea:focus{box-shadow:var(--nu-press), 0 0 0 2px #7cbf4673;border-color:#0000;outline:none}.app-soft .app-ledger .card,.app-soft .app-ledger .panel{border:1px solid var(--rule);background:#fff;border-radius:12px;box-shadow:0 1px 3px #1f2a1b0f}.app-soft .app-ledger .card:hover{border-color:var(--rule);transform:none;box-shadow:0 1px 3px #1f2a1b0f}.app-soft .app-ledger .field input,.app-soft .app-ledger .field select,.app-soft .app-ledger .field textarea{border:1.5px solid var(--rule);box-shadow:none;background:#fff;border-radius:8px}.app-soft .app-ledger .field input:focus,.app-soft .app-ledger .field select:focus,.app-soft .app-ledger .field textarea:focus{border-color:var(--brand);box-shadow:none;outline:none}.app-soft .app-ledger .btn-primary{color:#fff;background:linear-gradient(145deg, var(--nu-brand), var(--nu-brand-2));border:0;border-radius:13px;box-shadow:0 6px 15px #4a842d52,inset 0 1px #ffffff59}.app-soft .app-ledger .btn-primary:hover{filter:none;color:#fff;transform:none;box-shadow:0 8px 19px #4a842d61,inset 0 1px #ffffff59}.app-soft .app-ledger .btn-primary:active{filter:none;transform:translateY(1px);box-shadow:inset -3px -3px 7px #ffffff40,inset 3px 3px 8px #1f3c1873}.app-soft .app-ledger .btn:not(.btn-primary){background:var(--nu-bg);color:#3e5a2b;border:0;border-radius:13px;transition:box-shadow .15s,color .15s;box-shadow:4px 4px 10px #a2b38f80}.app-soft .app-ledger .btn:not(.btn-primary):hover:not(:disabled){background:var(--nu-bg);color:var(--nu-brand-2);transform:none;box-shadow:5px 5px 12px #a2b38f99}.app-soft .app-ledger .btn:not(.btn-primary):active:not(:disabled){transform:none;box-shadow:2px 2px 6px #a2b38f80}.app-soft .app-ledger .btn:disabled{background:var(--paper-2);color:var(--soft);box-shadow:none}.app-soft .app-ledger .note{background:var(--paper-2);border:1px solid var(--rule);box-shadow:none}.app-soft .app-ledger .card,.app-soft .app-ledger .panel{padding:18px 20px}.app-soft .app-ledger h3{margin-bottom:4px;font-size:1.05rem}.app-soft .app-ledger .eyebrow{font-size:.68rem}.app-soft .app-ledger .field{margin-bottom:12px}.app-soft .app-ledger .field label{margin-bottom:4px;font-size:.8rem}.app-soft .app-ledger .field input,.app-soft .app-ledger .field select,.app-soft .app-ledger .field textarea{padding:8px 11px;font-size:.92rem}.app-soft .app-ledger .btn{padding:8px 16px;font-size:.88rem}.app-soft .app-ledger .detail-list dt{font-size:.8rem}.app-soft .app-ledger .detail-list dd{font-size:.92rem}.editor-left{--nu-bg:#e8ece2;--nu-hl:#fffffff2;--nu-sh:#a2b38f9e;--nu-brand:#7cbf46;--nu-brand-2:#4a842d;--nu-raise:-5px -5px 11px var(--nu-hl), 5px 5px 11px var(--nu-sh);--nu-raise-hi:-7px -7px 15px var(--nu-hl), 7px 7px 15px var(--nu-sh);--nu-press:inset -4px -4px 9px var(--nu-hl), inset 4px 4px 9px var(--nu-sh)}.editor-left:not(.collapsed){background:var(--nu-bg);box-shadow:none;border:0;border-radius:22px 22px 0 0;flex-direction:column;display:flex}.editor-left .editor-panel-head{color:var(--soft);box-shadow:none;text-transform:uppercase;letter-spacing:.14em;background:0 0;border:0;margin-bottom:20px;padding:10px 4px 0;font-size:.72rem;font-weight:700}.editor-left .editor-sections{background:var(--nu-bg);box-shadow:var(--nu-raise);border-radius:18px;margin:0;padding:8px}.editor-left .editor-section-item{border-radius:11px}.editor-left .editor-section-item:hover{background:0 0}.editor-left .editor-section-link{color:#3e5a2b;border-radius:11px;padding:9px 12px;font-size:.9rem;transition:color .14s,background .14s}.editor-left .editor-section-link:hover{color:var(--nu-brand-2);background:#7cbf461a}.editor-left .editor-section-link .editor-ico,.editor-left .editor-section-link svg{color:var(--soft)}.editor-left .editor-section-link:hover .editor-ico,.editor-left .editor-section-link:hover svg{color:var(--nu-brand-2)}.editor-left .editor-section-link.on{color:var(--nu-brand-2);background:#7cbf461a}.editor-left .editor-section-link.on .editor-ico,.editor-left .editor-section-link.on svg{color:var(--nu-brand-2)}.editor-topbar{--nu-bg:#e8ece2;--nu-hl:#fffffff2;--nu-sh:#a2b38f9e;--nu-brand:#7cbf46;--nu-brand-2:#4a842d;--nu-raise:-5px -5px 11px var(--nu-hl), 5px 5px 11px var(--nu-sh);--nu-raise-hi:-7px -7px 15px var(--nu-hl), 7px 7px 15px var(--nu-sh);--nu-press:inset -4px -4px 9px var(--nu-hl), inset 4px 4px 9px var(--nu-sh);background:var(--nu-bg);border-bottom:0}.editor-topbar .editor-tool-icon{color:#1a1a1a;width:44px;height:44px;box-shadow:none;background:0 0;border:0;border-radius:12px;padding:0;transition:color .15s,opacity .15s}.editor-topbar .editor-tool-icon:hover:not([disabled]){color:var(--nu-brand-2);background:0 0}.editor-topbar .editor-tool-icon:active:not([disabled]){box-shadow:none}.editor-topbar .editor-tool-icon[disabled]{box-shadow:none;color:var(--soft);opacity:.55}.editor-topbar .editor-history,.editor-topbar .editor-history:hover:not([disabled]),.editor-topbar .editor-history:active:not([disabled]){box-shadow:none;background:0 0}.editor-topbar .editor-history{color:var(--ink)}.editor-topbar .editor-history:hover:not([disabled]){color:var(--brand-2)}.editor-topbar .editor-history[disabled]{color:var(--soft);opacity:.45}.editor-topbar .editor-export-group{flex:1;margin-left:0}.editor-topbar .editor-export-menu,.editor-topbar .editor-print{margin-left:auto}.editor-topbar .editor-export{color:var(--ink);box-shadow:none;text-transform:none;letter-spacing:-.005em;background:0 0;border:0;border-radius:10px;padding:10px 14px;font-size:.93rem;font-weight:600;transition:color .15s}.editor-topbar .editor-export:hover{color:var(--nu-brand-2);filter:none;box-shadow:none;background:0 0;transform:none}.editor-topbar .editor-export:active{box-shadow:none;color:var(--nu-brand-2)}.editor-topbar .editor-saved{background:var(--paper-2);color:var(--soft);box-shadow:none;margin-top:5px;padding:3px 12px}.editor-topbar .editor-export-dropdown{border:0;border-radius:0;padding:4px;box-shadow:0 2px 6px #1f2a1b1a,0 14px 34px #2c5a2a33}.editor-topbar .editor-export-item{border-radius:0;padding:6px 12px;font-weight:500}.editor-topbar .editor-export-item:hover{background:#eef3e6}.contact-backdrop{z-index:60;background:#1f2a1b47;position:fixed;inset:0}.contact-card{z-index:61;background:#fff;border-radius:18px;width:min(480px,100vw - 32px);max-height:calc(100vh - 48px);padding:24px 26px;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 2px 6px #1f2a1b1a,0 22px 54px #2c5a2a47}.contact-title{font-family:var(--sans);color:var(--ink);margin:0 0 6px;font-size:1.2rem;font-weight:700}.contact-sub{color:var(--soft);margin:0 0 16px;font-size:.9rem;line-height:1.45}.contact-actions{gap:10px;margin-top:4px;display:flex}.contact-actions .btn{flex:1}.contact-actions .btn-primary{color:#fff;background:linear-gradient(145deg,#7cbf46,#4a842d);border:0;border-radius:13px;box-shadow:0 6px 15px #4a842d52,inset 0 1px #ffffff59}.contact-actions .btn-primary:active{transform:translateY(1px);box-shadow:inset -3px -3px 7px #ffffff40,inset 3px 3px 8px #1f3c1873}.contact-cancel{border:1px solid var(--rule);color:var(--ink);background:0 0}.hs-checkout-backdrop{z-index:70;background:#1f2a1b73;position:fixed;inset:0}.hs-checkout-card{z-index:71;background:#fff;border-radius:14px;width:min(480px,100vw - 32px);max-height:min(92vh,780px);padding:14px;position:fixed;top:50%;left:50%;overflow-y:auto;transform:translate(-50%,-50%);box-shadow:0 18px 50px #00000040}.hs-checkout-x{color:var(--soft);cursor:pointer;background:0 0;border:0;font-size:1.5rem;line-height:1;position:absolute;top:6px;right:12px}.hs-checkout-x:hover{color:var(--ink)}.hs-checkout-mount{min-height:460px;margin-top:22px}.contact-cancel:hover{background:var(--paper-2)}.contact-error{color:#a33;margin:0 0 10px;font-size:.86rem}.contact-sent{flex-direction:column;gap:14px;display:flex}.contact-sent p{margin:0;line-height:1.5}.btn-ghost.btn-danger-flat,.app-soft .btn-ghost.btn-danger-flat{color:#fff;box-shadow:none;background:#b43c3c;border:none;border-radius:13px;margin-top:8px;transition:transform .15s,box-shadow .15s,background .15s}.btn-ghost.btn-danger-flat:hover,.app-soft .btn-ghost.btn-danger-flat:hover{color:#fff;background:#a33333;transform:translateY(-2px);box-shadow:0 4px 10px #50463224}.btn-ghost.btn-danger-flat:active,.app-soft .btn-ghost.btn-danger-flat:active{box-shadow:none;transform:none}.editor-right .btn-ghost,.app-soft .editor-right .btn-ghost{background:var(--nu-bg);color:#3e5a2b;border:0;border-radius:13px;transition:box-shadow .15s,color .15s;box-shadow:4px 4px 10px #a2b38f80}.editor-right .btn-ghost:hover,.app-soft .editor-right .btn-ghost:hover{background:var(--nu-bg);color:var(--nu-brand-2);transform:none;box-shadow:5px 5px 12px #a2b38f99}.editor-right .btn-ghost:active,.app-soft .editor-right .btn-ghost:active{transform:none;box-shadow:2px 2px 6px #a2b38f80}.editor-left .story-chapters{background:var(--nu-bg);box-shadow:var(--nu-raise);border-radius:18px;margin:0;padding:8px}.editor-left .story-chap{color:#3e5a2b;background:0 0;border:0;border-radius:11px;padding:9px 12px;font-size:.9rem;transition:color .14s,background .14s}.editor-left .story-chap:hover{color:var(--nu-brand-2);background:#7cbf461a}.editor-left .story-chap.sel{color:var(--nu-brand-2);background:#7cbf461a;font-weight:600}.editor-right .lit-dots{background:var(--nu-bg);box-shadow:var(--nu-raise);border-top:0;border-radius:18px;margin-bottom:14px;padding:14px 16px}.app-soft .site-footer{background:0 0;border-top:1px solid #a2b38f59;margin-top:36px}.footer-grid-app{grid-template-columns:1.5fr 1fr 1fr}.footer-linkbtn{font:inherit;color:var(--soft);cursor:pointer;text-align:left;background:0 0;border:0;padding:5px 0;display:block}.footer-linkbtn:hover{color:var(--brand-2)}.photo-dpi{border-radius:999px;margin-left:10px;padding:2px 10px;font-size:.8rem;font-weight:600;display:inline-block}.photo-dpi-red{color:#a33333;background:#fbeaea}.photo-dpi-yellow{color:#8a6d1a;background:#faf3dc}.photo-dpi-green{color:#3f7d33;background:#e7f0dd}.app-soft .sources-page .btn-ghost{background:var(--nu-bg);color:#3e5a2b;border:0;border-radius:13px;transition:box-shadow .15s,color .15s;box-shadow:4px 4px 10px #a2b38f80}.app-soft .sources-page .btn-ghost:hover{background:var(--nu-bg);color:var(--nu-brand-2);transform:none;box-shadow:5px 5px 12px #a2b38f99}.app-soft .sources-page .btn-ghost:active{transform:none;box-shadow:2px 2px 6px #a2b38f80}.app-soft .btn.btn-sage{background:var(--nu-bg);color:#3e5a2b;border:0;border-radius:13px;transition:box-shadow .15s,color .15s;box-shadow:4px 4px 10px #a2b38f80}.app-soft .btn.btn-sage:hover{background:var(--nu-bg);color:var(--nu-brand-2);transform:none;box-shadow:5px 5px 12px #a2b38f99}.app-soft .btn.btn-sage:active{transform:none;box-shadow:2px 2px 6px #a2b38f80}.report-editor .editor-left:not(.collapsed){flex-direction:column;padding-bottom:0;display:flex;overflow:hidden}.report-editor .editor-lscroll{scrollbar-width:thin;scrollbar-color:#c6d0b6f2 #1f2a1b73;flex:1;min-height:0;padding-bottom:88px;padding-right:24px;overflow:hidden auto}.report-editor .editor-lscroll::-webkit-scrollbar{width:9px}.report-editor .editor-lscroll::-webkit-scrollbar-track{background:#1f2a1b73;border-radius:999px}.report-editor .editor-lscroll::-webkit-scrollbar-thumb{background:#c6d0b6f2 padding-box padding-box;border:2px solid #0000;border-radius:999px}.report-editor .editor-left:not(.collapsed) .editor-chevron-row{margin-bottom:0}.report-editor .editor-lscroll{padding-top:6px}.report-editor .editor-lscroll .editor-panel-head,.report-editor .editor-lscroll .report-type-list{margin-top:0}.report-editor .editor-pagebar{position:relative;left:-13px}.report-editor .editor-center{padding-right:26px}.report-editor .editor-topbar-center{transform:translate(calc(-50% - 32px),-50%)}.story .editor-topbar-center{transform:translate(calc(-50% - 24px),-50%)}.story-center{scrollbar-width:thin;scrollbar-color:#c6d0b6f2 #1f2a1b73}.story-center::-webkit-scrollbar{width:9px}.story-center::-webkit-scrollbar-track{background:#1f2a1b73;border-radius:999px}.story-center::-webkit-scrollbar-thumb{background:#c6d0b6f2 padding-box padding-box;border:2px solid #0000;border-radius:999px}.btn-textlink{font:inherit;color:var(--brand-2);cursor:pointer;background:0 0;border:0;padding:0;font-size:.85rem;text-decoration:underline}.btn-textlink:hover{color:var(--ink)}select{accent-color:var(--brand-2)}option:checked{background-color:var(--brand-2);color:#fff;box-shadow:0 0 10px 100px var(--brand-2) inset}option:hover{background-color:var(--brand-2);color:#fff}.ks-tool{cursor:pointer;color:var(--brand-2);background:0 0;border:0;border-bottom:2px solid #0000;justify-content:center;align-items:center;padding:3px 2px 5px;display:inline-flex}.ks-tool:hover{color:var(--brand)}.ks-tool[data-active="1"]{color:var(--brand);border-bottom-color:var(--brand)}.ks-dropcap:first-letter,.ks-dropcap>div:first-child:first-letter{float:left;padding:.02em .08em 0 0;font-size:3.05em;line-height:.8}.editor-flyout.wide{width:430px}
