:root{--root: #3e4f36;--root-mid: #66794f;--root-pale: #e8ede0;--accent: #c1743f;--ink: #2e2c28;--muted: #8a847d;--bg: #fbf7f2;--line: #e4e8dc;--display: "Playfair Display", Georgia, serif}body.root{margin:0;background:var(--bg);color:var(--ink);font-family:Georgia,Times New Roman,serif;line-height:1.6}body.root *{box-sizing:border-box}.root-bar{background:var(--root);color:#fff;padding:.65rem 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem 1.5rem;flex-wrap:wrap}.root-brand{display:inline-flex;align-items:center;gap:.55rem;text-decoration:none;color:#fff;font-family:var(--display);font-size:1.2rem;letter-spacing:.01em}.root-nav{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap;font-size:.9rem}.root-nav a{color:#e6ecdd;text-decoration:none;padding:.15rem 0;border-bottom:1px solid transparent}.root-nav a:hover{color:#fff;border-bottom-color:var(--accent)}.root-back{opacity:.85}.root-account{position:relative;display:inline-flex}.root-account-btn{background:none;border:0;margin:0;padding:.2rem;cursor:pointer;color:#cdd8c2;display:inline-flex;align-items:center;line-height:0;border-radius:50%}.root-account-btn:hover,.root-account-btn:focus-visible{color:#fff}.root-account-menu{display:none;position:absolute;right:0;top:100%;z-index:60;min-width:12.5rem;padding:.85rem 1rem;background:#fff;color:var(--ink);text-align:left;border:1px solid var(--line);border-radius:10px;box-shadow:0 10px 30px #0000002e}.root-account:hover .root-account-menu,.root-account:focus-within .root-account-menu{display:block}.root-account-name{display:block;font-weight:600;color:var(--ink)}.root-account-email{display:block;font-size:.82rem;color:var(--muted);margin-top:.1rem;word-break:break-all}.root-account-out{margin:.75rem 0 0;text-align:right}.root-account-out button{margin:0;padding:.4rem .85rem;background:var(--root);border:0;color:#fff;font:inherit;font-size:.85rem;border-radius:6px;cursor:pointer}.root-account-out button:hover{background:#33422d}.root-hero{position:relative;min-height:260px;display:grid;place-items:center;text-align:center;overflow:hidden;background:#2b3626}.root-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:62% 60%;filter:saturate(.9)}.root-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 78% 72% at 50% 58%,#1e281a9e,#1e281a2e 70%,#1e281a0f),linear-gradient(180deg,#2b36264d,#2b362666)}.root-hero-body{position:relative;z-index:1;padding:3rem 1.5rem 2.75rem;max-width:40rem}.root-hero-body svg{display:block;margin:0 auto}.root-hero h1{font-family:var(--display);font-weight:500;font-size:clamp(1.8rem,4vw,2.6rem);color:#f7faf2;margin:.85rem 0 .5rem;text-shadow:0 1px 14px rgba(22,30,18,.75),0 0 40px rgba(22,30,18,.4)}.root-hero p{margin:0 auto;max-width:32rem;color:#dfe8d5;font-size:1.02rem;text-shadow:0 1px 12px rgba(22,30,18,.7),0 0 32px rgba(22,30,18,.35)}@media(max-width:620px){.root-hero{min-height:0}.root-hero-body{padding:2rem 1.25rem 1.75rem}.root-hero-img{object-position:30% 58%}.root-hero:after{background:radial-gradient(ellipse 96% 80% at 50% 60%,#1e281aa8,#1e281a42 72%,#1e281a1a),linear-gradient(180deg,#2b362647,#2b362666)}.root-bar{padding:.6rem 1.1rem;gap:.5rem 1rem}.root-nav{gap:.9rem;font-size:.85rem;width:100%}.root-brand{font-size:1.1rem}}main.root-main{max-width:720px;margin:0 auto;padding:2.5rem 1.5rem 4rem}main.root-main--wide{max-width:1080px}.root-main h1{font-family:var(--display);font-weight:500;font-size:1.75rem;margin:0 0 .75rem;color:var(--ink)}.root-main h2{font-family:var(--display);font-weight:500}.root-main p{margin:0 0 1rem}.root-main a,.root-foot a{color:var(--root)}.muted{color:var(--muted);font-size:.95rem}.card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:1.75rem;box-shadow:0 1px 2px #3e4f360a}.root-main label{display:block;margin-bottom:.4rem;font-size:.95rem}.root-main input[type=email],.root-main input[type=text],.root-main input[type=date],.root-main input[type=search],.root-main textarea,.root-main select,.root-main input[type=file]{width:100%;padding:.7rem .85rem;font-size:1rem;font-family:inherit;border:1px solid #d5dccb;border-radius:5px;background:#fff;color:var(--ink)}.root-main textarea{resize:vertical;line-height:1.6}.root-main input:focus,.root-main textarea:focus,.root-main select:focus{outline:2px solid var(--root-mid);outline-offset:1px;border-color:var(--root-mid)}.root-main button{margin-top:1rem;background:var(--root);color:#fff;border:0;padding:.75rem 1.65rem;font-size:1rem;font-family:inherit;border-radius:5px;cursor:pointer}.root-main button:hover{background:#33422d}.root-main button.small{margin:0;padding:.4rem .9rem;font-size:.85rem;background:transparent;color:var(--root);border:1px solid #c6d1b8}.root-main button.small:hover{background:var(--root);color:#fff}.notice{position:relative;overflow:hidden;padding:.9rem 2.75rem .95rem 1.15rem;border-radius:5px;margin-bottom:1.5rem;font-size:.95rem}.notice-ok{background:#f3ece2;border-left:3px solid var(--accent)}.notice-bad{background:#fbeeee;border-left:3px solid #a4544a}.notice-live{animation:notice-in .52s cubic-bezier(.2,.7,.2,1) both;transition:opacity .42s cubic-bezier(.2,.7,.2,1),transform .42s cubic-bezier(.2,.7,.2,1)}.notice-live.is-going{opacity:0;transform:translateY(-6px) scale(.985)}.root-main .notice-close,.notice-close{position:absolute;top:50%;right:.55rem;transform:translateY(-50%);margin:0;padding:0;width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:none;border:0;border-radius:50%;font-size:1.15rem;line-height:1;color:#9a8f86;cursor:pointer;transition:color .2s cubic-bezier(.2,.7,.2,1),background-color .2s cubic-bezier(.2,.7,.2,1)}.root-main .notice-close:hover,.notice-close:hover{color:var(--ink);background:#3e4f3614}.root-main .notice-close:focus-visible,.notice-close:focus-visible{outline:2px solid var(--root-mid);outline-offset:1px}.notice-timer{position:absolute;left:0;bottom:0;height:2px;width:100%;background:var(--accent);opacity:.55;transform-origin:left center;animation:notice-drain 8s linear both}.notice-live.is-held .notice-timer{animation-play-state:paused;opacity:.25}@keyframes notice-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@keyframes notice-drain{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(prefers-reduced-motion:reduce){.notice-live{animation:none;transition:none}.notice-timer{display:none}}.card.danger{border-left:3px solid #a4544a}.root-main button.danger-btn{margin:0;background:#a4544a;color:#fff;border:0;padding:.6rem 1.25rem;font-size:.95rem;font-family:inherit;border-radius:5px;cursor:pointer}.root-main button.danger-btn:hover{background:#8e463d}.root-main select.tight{width:auto;max-width:190px;padding:.35rem .5rem;font-size:.85rem}.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:1.5rem 0 .5rem}.tile{background:#fff;border:1px solid var(--line);border-radius:10px;padding:1rem;text-decoration:none;color:inherit;display:flex;flex-direction:column;gap:.15rem}.tile:hover{border-color:var(--root-mid)}.tile strong{font-family:var(--display);font-size:1.7rem;color:var(--root);line-height:1.1}.tile .muted{font-size:.78rem}@media(max-width:560px){.tiles{grid-template-columns:1fr}.tile{flex-direction:row;align-items:baseline;gap:.5rem;flex-wrap:wrap}}.session{background:#fff;border:1px solid var(--line);border-radius:10px;margin-bottom:.75rem;overflow:hidden}.session>summary{padding:1rem 1.25rem;cursor:pointer;list-style:none;display:flex;align-items:baseline;gap:.5rem;flex-wrap:wrap}.session>summary::-webkit-details-marker{display:none}.session>summary:before{content:"▸";color:var(--accent);font-size:.8rem;flex:none}.session[open]>summary:before{content:"▾"}.noteline{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding:.7rem 1.25rem .7rem 2.4rem;border-top:1px solid #eef2e8;text-decoration:none;color:inherit}.noteline:hover{background:#f9fbf6}.tree-root{margin-top:.25rem}.tree-root>.tree-node+.tree-node{margin-top:.15rem}.tree-node .tree-node{margin-left:.55rem;padding-left:.7rem;border-left:1px solid var(--line)}.tree-summary{display:flex;align-items:baseline;gap:.5rem;padding:.4rem .5rem;cursor:pointer;list-style:none;border-radius:8px;line-height:1.25}.tree-summary::-webkit-details-marker{display:none}.tree-summary:before{content:"▸";color:var(--accent);font-size:.7rem;flex:none;position:relative;top:-.06rem}.tree-node[open]>.tree-summary:before{content:"▾"}.tree-summary:hover{background:#f9fbf6}.tree-root>.tree-node>.tree-summary strong{font-family:var(--display);font-weight:500;font-size:1.15rem;color:var(--root)}.tree-node .tree-node>.tree-summary strong{font-weight:600}.tree-node>.session,.tree-node>.rowlink{margin-left:.55rem;margin-top:.4rem}.findbar{margin-bottom:1.25rem}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.root-main summary{cursor:pointer}.sub{font-weight:400;font-size:1.2rem;margin:0 0 .75rem;color:var(--ink)}.card .sub:first-child{margin-top:0}.rowlink{display:block;margin-bottom:.75rem;text-decoration:none;color:inherit}.rowlink:hover{border-color:var(--root-mid)}.rowflex{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.25rem;flex-wrap:wrap}.checkline{display:flex;align-items:center;gap:.5rem}.checkline input{width:auto}.devlink{margin-top:2rem;padding:1rem 1.25rem;border:2px dashed var(--accent);background:#fdf8ef;border-radius:5px;font-size:.9rem}.devlink p{margin:.5rem 0}.devlink code{background:#f0e7d5;padding:.1rem .3rem;border-radius:3px}.oldversion{white-space:pre-wrap;word-break:break-word;margin:.75rem 0 0;padding:.75rem;background:#f7f9f4;border-radius:5px;font-size:.85rem;font-family:ui-monospace,Menlo,monospace}.note{line-height:1.75}.note h1,.note h2,.note h3{font-family:var(--display);font-weight:500;margin:1.5rem 0 .5rem;color:var(--root)}.note h2{font-size:1.3rem}.note h3{font-size:1.1rem}.note ul,.note ol{padding-left:1.4rem}.note ul{list-style:disc outside}.note ol{list-style:decimal outside}.note li::marker{color:var(--root)}.note li:has(>input[type=checkbox]){list-style:none}.note li>input[type=checkbox]{margin-right:.45rem}.note li>p{margin:0}.note li>p+p{margin-top:.5rem}.note li{margin-bottom:.35rem}.note blockquote{margin:1.25rem 0;padding:.25rem 0 .25rem 1rem;border-left:3px solid var(--accent);color:#6a5560;font-style:italic}.note code{background:#eef2e8;padding:.1rem .3rem;border-radius:3px}.note img{max-width:100%;height:auto;border-radius:5px}.note img.note-img{display:block;height:auto;margin:1.25rem auto;border-radius:5px}.note img.note-img--small{max-width:220px}.note img.note-img--medium{max-width:420px}.note img.note-img--full{max-width:100%}.pdfview{width:100%;height:70vh;min-height:320px;border:1px solid var(--line);border-radius:5px}.root-foot{text-align:center;padding:2.5rem 1rem 3rem;font-size:.85rem;color:var(--muted);border-top:1px solid var(--line);margin-top:2rem}.printonly,.printfoot,.printhead,.pdf-print{display:none}@media print{body.root{background:#fff;font-size:11.5pt;color:#1a1a1a;-webkit-print-color-adjust:exact;print-color-adjust:exact}.root-bar,.root-hero,.root-foot,.noprint,.findbar,header{display:none!important}main.root-main{max-width:none;padding:0}.card{box-shadow:none;border:0;padding:0;border-radius:0;background:transparent}.note{line-height:1.55}.note h1,.note h2,.note h3{break-after:avoid;color:#3e4f36}.note blockquote{border-left-color:#c1743f;color:#3f3b36}.note code{background:#f0f2ec}.note img{max-width:100%!important;break-inside:avoid}.note img.note-img{break-inside:avoid;margin:.6rem auto}.note img.note-img--small{max-width:55mm!important}.note img.note-img--medium{max-width:100mm!important}.note img.note-img--full{max-width:100%!important}a{color:inherit;text-decoration:none}.printonly,.pdf-print{display:block}.pdf-print.after-intro{break-before:page}.pdf-print-page{display:block;width:100%;height:auto;break-inside:avoid}.pdf-print-page+.pdf-print-page{break-before:page}.printhead{display:flex;align-items:flex-start;gap:.7rem;padding-bottom:.5rem;margin-bottom:1.1rem;border-bottom:1.5px solid #c1743f;break-inside:avoid;break-after:avoid}.printhead-mark{flex:none;margin-top:.1rem}.printhead-words{min-width:0}.printhead-name{display:block;font-family:var(--display);font-size:12pt;color:#3e4f36;letter-spacing:.02em}.printhead-sub{display:block;font-size:8pt;color:#7a746d;letter-spacing:.09em;text-transform:uppercase}.printhead-title{font-family:var(--display);font-weight:500;font-size:19pt;line-height:1.2;color:#2e2c28;margin:.5rem 0 0}.printfoot{display:block;margin-top:1.5rem;padding-top:.6rem;border-top:1px solid #d8d2c9;font-size:8.5pt;color:#555;break-inside:avoid}.printfoot p{margin:.15rem 0}@page{margin:18mm 16mm}}
