html.theme-farheim-dark{--bg:#0c0f11;--bg2:#11161a;--panel:#151b20;--panel2:#1c242a;--text:#e6eaee;--muted:#93a0a9;--line:#28323a;--line2:#3b4a54;--accent:#c3ccd4;--accent-strong:#e2e9ef;--cold:#8fb4bc;--good:#7fa578;--bad:#b97068;--shadow:0 14px 40px #0006}html.theme-farheim-light{--bg:#edf0f2;--bg2:#e2e7ea;--panel:#fff;--panel2:#f4f7f8;--text:#1e262c;--muted:#5b6a73;--line:#c9d3d9;--line2:#a9b8c0;--accent:#4c5e6a;--accent-strong:#33434e;--cold:#3f707c;--good:#48713f;--bad:#a3524a;--shadow:0 10px 30px #1e282e24}html.theme-eldra-dark{--bg:#120e0a;--bg2:#181209;--panel:#1d1610;--panel2:#271e14;--text:#ede4d3;--muted:#a5977f;--line:#362c1f;--line2:#4a3d2b;--accent:#c99a4e;--accent-strong:#e0b96b;--cold:#6f8f96;--good:#7fa578;--bad:#b97068;--shadow:0 14px 40px #0006}html.theme-eldra-light{--bg:#f3ecdd;--bg2:#ece2cd;--panel:#fbf7ec;--panel2:#f2ead8;--text:#2a2118;--muted:#6e5f4b;--line:#d8cbb2;--line2:#c2b193;--accent:#8a6a2f;--accent-strong:#6f5423;--cold:#3f6d77;--good:#557a3f;--bad:#a3524a;--shadow:0 10px 30px #1e282e24}html{--radius:14px;--radius-sm:9px;--font-display:Georgia, "Times New Roman", serif;--font-body:system-ui, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:var(--font-body);margin:0;font-size:15px;line-height:1.5}.muted{color:var(--muted)}.page-title{font-family:var(--font-display);color:var(--text);margin:0 0 .75rem;font-size:1.6rem;font-weight:400}.panel{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.btn{font-family:var(--font-body);border-radius:var(--radius-sm);border:1px solid var(--line2);background:var(--panel2);color:var(--text);cursor:pointer;padding:.5rem .9rem;font-size:.9rem;transition:background .15s,border-color .15s,color .15s}.btn:hover{border-color:var(--accent)}.btn:disabled{opacity:.5;cursor:default}.btn-primary{background:var(--accent);border-color:var(--accent);color:var(--bg);font-weight:600}.btn-primary:hover{background:var(--accent-strong);border-color:var(--accent-strong)}input,select,textarea{font-family:var(--font-body);border-radius:var(--radius-sm);border:1px solid var(--line);background:var(--panel2);color:var(--text);padding:.5rem .7rem;font-size:.9rem}input:focus,select:focus,textarea:focus{border-color:var(--accent);outline:none}*{scrollbar-width:thin;scrollbar-color:var(--line2) var(--bg2)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:var(--line2);border-radius:var(--radius-sm)}::-webkit-scrollbar-thumb:hover{background:var(--accent)}.shell{grid-template-rows:100%;grid-template-columns:240px 1fr;height:100vh;display:grid}.shell-sidebar{background:var(--bg2);border-right:1px solid var(--line);flex-direction:column;display:flex;overflow-y:auto}.shell-brand{font-family:var(--font-display);border-bottom:1px solid var(--line);color:var(--accent-strong);padding:1.1rem 1rem;font-size:1.3rem}.shell-nav{flex-direction:column;gap:.15rem;padding:.5rem;display:flex}.shell-nav-link{border-radius:var(--radius-sm);color:var(--muted);justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .7rem;font-size:.9rem;text-decoration:none;display:flex}.shell-nav-link:hover{background:var(--panel2);color:var(--text)}.shell-nav-link.active{background:var(--panel);color:var(--text);box-shadow:inset 0 0 0 1px var(--line);font-weight:600}.shell-nav-dots{gap:.25rem;display:flex}.shell-nav-dot{border-radius:50%;flex:none;width:7px;height:7px}.shell-main-area{flex-direction:column;min-width:0;height:100vh;display:flex}.shell-topbar{border-bottom:1px solid var(--line);background:var(--bg);align-items:center;gap:1rem;padding:.75rem 1.25rem;display:flex}.shell-date{font-family:var(--font-display);color:var(--text);white-space:nowrap;font-size:1rem}.shell-date-link{color:inherit;cursor:pointer;text-decoration:none;transition:color .15s}.shell-date-link:hover{color:var(--accent)}.shell-topbar-spacer{flex:1}.shell-content{flex:1;padding:1.5rem 1.75rem;overflow-y:auto}.campaign-switcher{background:var(--panel2);border:1px solid var(--line);border-radius:var(--radius-sm);gap:.25rem;padding:.2rem;display:flex}.campaign-switcher button{color:var(--muted);font-family:var(--font-body);border-radius:calc(var(--radius-sm) - 3px);cursor:pointer;background:0 0;border:none;padding:.35rem .7rem;font-size:.85rem}.campaign-switcher button.active{background:var(--panel);color:var(--text);box-shadow:var(--shadow);font-weight:600}.theme-toggle{border:1px solid var(--line2);background:var(--panel2);color:var(--text);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;font-size:1.05rem;display:flex}.theme-toggle:hover{border-color:var(--accent)}.presence-bar{align-items:center;gap:.35rem;display:flex}.presence-dot{border:2px solid var(--accent);border-radius:50%;flex:none;width:1.6rem;height:1.6rem}.presence-self{border-left:1px solid var(--line);color:var(--text);align-items:center;gap:.45rem;padding-left:.5rem;font-size:.85rem;display:flex}.presence-self-dot{border-radius:50%;flex:none;width:1.4rem;height:1.4rem}.placeholder-page p{color:var(--muted)}.calendar-widget{flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.25rem 1.5rem;display:flex}.calendar-widget-big{font-family:var(--font-display);color:var(--accent-strong);font-size:1.8rem}.calendar-widget-sub{color:var(--muted);margin-top:.15rem}.calendar-widget-controls{flex-direction:column;gap:.6rem;display:flex}.calendar-widget-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.calendar-widget-field{color:var(--muted);flex-direction:column;gap:.25rem;font-size:.8rem;display:flex}.calendar-widget-field input,.calendar-widget-field select{width:6.5rem}.calendar-widget-anchor{border-top:1px solid var(--line);padding-top:.75rem}.calendar-widget-anchor-toggle{color:var(--muted);background:0 0;border:none;padding:.2rem 0}.calendar-widget-anchor-toggle:hover{color:var(--text);border-color:#0000}.calendar-widget-anchor-fields{flex-wrap:wrap;gap:.75rem;margin-top:.6rem;display:flex}.members-page-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.members-list{flex-direction:column;gap:.5rem;display:flex}.member-row{background:var(--panel);border:1px solid var(--line);border-left:4px solid var(--line2);border-radius:var(--radius-sm);align-items:center;gap:.6rem;padding:.6rem .75rem;display:flex}.member-color{cursor:pointer;flex:none;width:2.2rem;height:2.2rem;padding:.15rem}.member-name,.member-email{flex:10rem;min-width:6rem}.member-role{flex:none}.member-avatar{flex:10rem;min-width:6rem}.member-controls{flex:none;gap:.35rem;display:flex}.history-page-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.history-filters{gap:.6rem;margin-bottom:1rem;display:flex}.history-error{color:var(--bad)}.history-list{flex-direction:column;gap:.35rem;display:flex}.history-row{background:var(--panel);border:1px solid var(--line);border-radius:var(--radius-sm);align-items:baseline;gap:.75rem;padding:.5rem .75rem;font-size:.88rem;display:flex}.history-time{color:var(--muted);white-space:nowrap;flex:none}.history-actor{flex:none;font-weight:600}.history-icon,.history-tbl{color:var(--muted);flex:none}.history-summary{flex:1}.history-footer{justify-content:center;margin-top:1rem;display:flex}@media (width<=860px){.shell{grid-template-rows:auto 1fr;grid-template-columns:1fr;height:auto;min-height:100vh}.shell-sidebar{border-right:none;border-bottom:1px solid var(--line);flex-direction:row;align-items:center;overflow-x:auto}.shell-brand{border-bottom:none;border-right:1px solid var(--line);white-space:nowrap}.shell-nav{flex-direction:row;flex:1;overflow-x:auto}.shell-nav-link{white-space:nowrap}.shell-main-area{height:auto}.shell-content{padding:1rem}.shell-topbar{flex-wrap:wrap;row-gap:.5rem}}
