:root{--forest:#1a3c2e;--moss:#2d6a4f;--sage:#52b788;--slate:#1c2b35;--charcoal:#2c3e50;--offwhite:#f8f5ef;--cream:#ede8dc;--amber:#e8a020;--amber2:#f5c842;--white:#fff;--dark-txt:#1a2a24;--muted:#8fa3a0;--red:#c0392b}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--offwhite);color:var(--dark-txt);min-height:100vh;font-family:Calibri,Arial,sans-serif;font-size:15px;line-height:1.5}a{color:var(--amber);text-decoration:none}input,select,textarea,button{font-family:Calibri,Arial,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--cream)}::-webkit-scrollbar-thumb{background:var(--amber)}::-webkit-scrollbar-thumb:hover{background:var(--amber2)}.spinner{border:2px solid var(--cream);border-top-color:var(--moss);border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:.7s linear infinite spin}.spinner.lg{border-width:3px;width:40px;height:40px}.spinner-center{justify-content:center;align-items:center;min-height:100vh;display:flex}.toast-container{z-index:300;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:20px;right:20px}.toast{background:var(--white);border:1px solid var(--cream);border-left:4px solid var(--moss);color:var(--dark-txt);align-items:center;gap:8px;padding:10px 16px;font-family:Calibri,Arial,sans-serif;font-size:13px;animation:.2s fadeUp;display:flex;box-shadow:0 3px 8px #0000001f}.toast.success{border-left-color:var(--moss)}.toast.error{border-left-color:var(--red)}.toast.info{border-left-color:var(--amber)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
