@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap";.toast-stack[data-v-fe55ffec]{position:fixed;top:1rem;right:1rem;z-index:2000;display:grid;gap:.65rem;width:min(390px,calc(100vw - 2rem));pointer-events:none}.toast-item[data-v-fe55ffec]{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.75rem;min-height:58px;padding:.75rem .8rem;border:1px solid rgba(152,0,0,.12);border-radius:14px;color:#3e2528;background:#fffffff7;box-shadow:0 16px 45px #460c1429;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);pointer-events:auto}.toast-item p[data-v-fe55ffec]{margin:0;font-size:.9rem;line-height:1.45}.toast-icon[data-v-fe55ffec]{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;font-size:.9rem;font-weight:500}.toast-icon img[data-v-fe55ffec]{width:18px;height:18px;object-fit:contain}.toast-success[data-v-fe55ffec]{border-left:4px solid #278553}.toast-success .toast-icon[data-v-fe55ffec]{color:#17623a;background:#e9f8ef}.toast-success .toast-icon img[data-v-fe55ffec]{filter:brightness(0) saturate(100%) invert(35%) sepia(39%) saturate(1017%) hue-rotate(103deg) brightness(91%) contrast(90%)}.toast-error[data-v-fe55ffec]{border-left:4px solid var(--primary)}.toast-error .toast-icon[data-v-fe55ffec]{color:var(--primary-dark);background:var(--primary-soft)}.toast-error .toast-icon img[data-v-fe55ffec]{filter:brightness(0) saturate(100%) invert(9%) sepia(98%) saturate(7427%) hue-rotate(359deg) brightness(79%) contrast(112%)}.toast-info[data-v-fe55ffec]{border-left:4px solid var(--gold)}.toast-info .toast-icon[data-v-fe55ffec]{color:#74521d;background:#fff6e6}.toast-info .toast-icon img[data-v-fe55ffec]{filter:brightness(0) saturate(100%) invert(36%) sepia(49%) saturate(705%) hue-rotate(358deg) brightness(88%) contrast(91%)}.toast-close[data-v-fe55ffec]{display:grid;place-items:center;width:30px;height:30px;padding:0;border:0;border-radius:8px;color:#786a6c;background:transparent;font-size:1.25rem;line-height:1}.toast-close img[data-v-fe55ffec]{width:14px;height:14px;object-fit:contain;filter:brightness(0) saturate(100%) invert(45%) sepia(8%) saturate(380%) hue-rotate(297deg) brightness(91%) contrast(84%);opacity:.8}.toast-close[data-v-fe55ffec]:hover{color:var(--primary);background:var(--primary-soft)}.toast-enter-active[data-v-fe55ffec],.toast-leave-active[data-v-fe55ffec],.toast-move[data-v-fe55ffec]{transition:transform .25s ease,opacity .25s ease}.toast-enter-from[data-v-fe55ffec],.toast-leave-to[data-v-fe55ffec]{opacity:0;transform:translate(24px)}@media(max-width:560px){.toast-stack[data-v-fe55ffec]{top:.75rem;right:.75rem;width:calc(100vw - 1.5rem)}}:root{font-family:DM Sans,sans-serif;color:#2c2022;background:#f7f4f1;font-synthesis:none;--primary: #980000;--primary-dark: #6f0000;--primary-soft: #fff0f0;--gold: #c79b55;--border: #e5dbd5;--muted: #74686a;--surface: #ffffff;--shadow: 0 18px 50px rgba(77, 35, 43, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin-top:0}.ui-icon{display:block;width:1em;height:1em;object-fit:contain}.button-icon{flex:0 0 auto;width:18px;height:18px}.eyebrow{margin-bottom:.35rem;color:var(--primary);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.brand-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-dark));box-shadow:0 8px 24px #8f1d3542;font-family:serif;font-size:1.45rem}.brand-mark.large{width:58px;height:58px;margin:0 auto 1rem;font-size:2rem}.login-page{min-height:100vh;display:grid;place-items:center;padding:1.275rem;background:radial-gradient(circle at 12% 18%,rgba(199,155,85,.16),transparent 25%),radial-gradient(circle at 88% 82%,rgba(143,29,53,.12),transparent 28%),#f8f4f1}.login-card{width:min(100%,440px);padding:clamp(1.7rem,4.25vw,2.55rem);border:1px solid rgba(143,29,53,.12);border-radius:24px;background:#fffffff0;box-shadow:var(--shadow)}.login-brand{margin-bottom:1.7rem;text-align:center}.login-brand h1{margin-bottom:.55rem;font:700 2rem Playfair Display,serif;color:var(--primary-dark)}.login-brand>p:last-child{color:var(--muted)}.login-form{display:grid;gap:1rem}.register-link{justify-self:center;padding:.15rem 0;border:0;color:var(--primary);background:transparent;font-weight:500}.register-link:hover{color:var(--primary-dark);text-decoration:underline}.login-build-version{display:block;margin-top:1rem;color:#a09596;font-size:.68rem;text-align:center}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:1.05rem;overflow-y:auto;background:#2310149e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.register-dialog{width:min(100%,520px);padding:clamp(1.2rem,3.4vw,1.7rem);border-radius:20px;background:var(--surface);box-shadow:0 24px 70px #23101447}.dialog-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.4rem}.dialog-heading h2{margin-bottom:0;font:700 1.65rem Playfair Display,serif;color:var(--primary-dark)}.dialog-close{display:grid;place-items:center;width:38px;height:38px;padding:0;border:1px solid var(--border);border-radius:10px;color:var(--muted);background:#fff;line-height:1}.dialog-close .close-icon{width:17px;height:17px;filter:brightness(0) saturate(100%) invert(45%) sepia(8%) saturate(380%) hue-rotate(297deg) brightness(91%) contrast(84%);opacity:.82}.register-form{display:grid;gap:1rem}.dialog-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.35rem}.password-input{position:relative;display:block}.password-input input{padding-right:3rem}.password-toggle{position:absolute;top:50%;right:.45rem;display:grid;place-items:center;width:34px;height:34px;padding:0;transform:translateY(-50%);border:0;border-radius:8px;color:var(--primary);background:transparent;font-size:1.15rem}.password-toggle:hover{background:var(--primary-soft)}.password-toggle:focus-visible{outline:2px solid var(--primary);outline-offset:1px}.password-toggle .ui-icon{width:20px;height:20px}.password-toggle .ui-icon{filter:brightness(0) saturate(100%) invert(45%) sepia(8%) saturate(380%) hue-rotate(297deg) brightness(91%) contrast(84%);opacity:.82}.field{display:grid;gap:.45rem;min-width:0}.field>span{font-size:.84rem;font-weight:500;color:#54494b}.field input{width:100%;min-height:44px;padding:.7rem .85rem;border:1px solid var(--border);border-radius:10px;color:#2c2022;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}.field input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #8f1d351a}.primary-button,.secondary-button,.logout-button,.view-site-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:.7rem 1.1rem;border-radius:10px;font-weight:500}.primary-button{border:0;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.secondary-button{border:1px solid var(--border);color:var(--primary-dark);background:#fff}.admin-shell{min-height:100vh;display:grid;grid-template-columns:235px minmax(0,1fr)}.sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:1.2rem;color:#fdf8f5;background:linear-gradient(180deg,#b31313 0%,var(--primary) 48%,var(--primary-dark) 100%)}.sidebar-close,.mobile-menu-button,.sidebar-backdrop{display:none}.brand{display:flex;align-items:center;gap:.8rem;padding:.2rem}.sidebar .brand-mark{background:#ffffff29;box-shadow:0 8px 24px #49000033}.brand strong{display:block;font:600 1.05rem Playfair Display,serif}.brand small{color:#ffffffc2}.navigation{display:grid;gap:.4rem;margin-top:2.1rem}.nav-item{display:flex;gap:.65rem;align-items:center;padding:.68rem .76rem;border-radius:10px;color:#ffffffd1;font-size:.9rem}.nav-icon{flex:0 0 auto;width:19px;height:19px;filter:brightness(0) invert(1);opacity:.82}.nav-item.router-link-active .nav-icon{opacity:1}.nav-item.router-link-active{color:#fff;background:#fff3;box-shadow:inset 0 0 0 1px #ffffff14}.sidebar-footer{display:grid;gap:.55rem;margin-top:auto}.logout-button{gap:.45rem;width:100%;border:1px solid rgba(255,255,255,.3);color:#ffffffe6;background:#5a00001f}.logout-button .ui-icon{width:18px;height:18px;filter:brightness(0) invert(1);opacity:.9}.build-version{color:#ffffff94;font-size:.66rem;text-align:center}.admin-main{min-width:0}.topbar{display:flex;justify-content:space-between;align-items:center;min-height:78px;padding:.85rem clamp(1rem,3.4vw,2.55rem);border-bottom:1px solid var(--border);background:#ffffffd6}.topbar-left{display:flex;align-items:center;gap:.75rem}.topbar h1{margin:0;font:700 1.4rem Playfair Display,serif}.view-site-link{gap:.4rem;border:1px solid var(--border);color:var(--primary);background:#fff;font-size:.86rem}.view-site-link .ui-icon{width:16px;height:16px}.view-site-link .ui-icon{filter:brightness(0) saturate(100%) invert(26%) sepia(20%) saturate(1114%) hue-rotate(303deg) brightness(87%) contrast(89%);opacity:.78}.page-container{width:min(1180px,100%);margin:0 auto;padding:15px}.page-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;margin-bottom:1.275rem}.page-heading h2{margin-bottom:.45rem;font:700 clamp(1.7rem,3vw,2.3rem) "Playfair Display",serif;color:var(--primary-dark)}.page-heading>div>p:last-child,.card-heading p{color:var(--muted)}.state-card,.form-card{border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:0 8px 30px #4d232b0b}.state-card{padding:1.7rem;text-align:center;color:var(--muted)}.settings-form{display:grid;gap:.85rem}.form-card{padding:clamp(1rem,2.55vw,1.5rem)}.muted-card{background:#fcfaf8}.card-heading{display:flex;gap:.75rem;margin-bottom:1.2rem}.card-heading h3{margin-bottom:.25rem;font-size:1.05rem}.card-heading p{margin-bottom:0;font-size:.88rem}.step{flex:0 0 auto;display:grid;place-items:center;width:34px;height:34px;border-radius:9px;color:var(--primary);background:var(--primary-soft);font-size:.72rem;font-weight:600}.form-grid{display:grid;gap:.85rem}.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.field.full{grid-column:1 / -1}.form-actions{position:sticky;bottom:.85rem;display:flex;justify-content:space-between;align-items:center;gap:.85rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:14px;background:#fffffff2;box-shadow:var(--shadow)}.form-actions span{color:var(--muted);font-size:.83rem}@media(max-width:820px){.admin-shell{grid-template-columns:1fr}.sidebar{position:fixed;top:0;bottom:0;left:0;z-index:1200;width:min(280px,86vw);height:100vh;padding:1rem;transform:translate(-102%);transition:transform .25s ease;box-shadow:18px 0 45px #41000038}.sidebar.open{transform:translate(0)}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:block;width:100%;height:100%;padding:0;border:0;background:#260c1075;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar-close{position:absolute;top:.65rem;right:.65rem;display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.2);border-radius:9px;color:#fff;background:#ffffff1a;font-size:1.35rem;line-height:1}.sidebar-close .close-icon{width:16px;height:16px;filter:brightness(0) invert(1);opacity:.9}.mobile-menu-button{display:grid;place-content:center;width:40px;height:40px;padding:0;border:1px solid var(--border);border-radius:10px;background:#fff}.mobile-menu-button .ui-icon{width:21px;height:21px}.navigation{margin-top:1rem}.sidebar-footer{margin-top:auto}.topbar{min-height:74px}.two-columns,.three-columns{grid-template-columns:1fr}}@media(max-width:560px){.topbar,.page-heading,.form-actions{align-items:stretch;flex-direction:column}.view-site-link,.secondary-button,.primary-button{width:100%}.dialog-actions{flex-direction:column-reverse}}
