@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#2f2926;background-color:#faf7f2;margin:0;font-family:Poppins,sans-serif}.route-load-state{color:#5f4b40;text-align:center;background:#fffdfb;place-items:center;min-height:55vh;padding:30px;display:grid}.route-load-state section{justify-items:center;gap:12px;width:min(560px,100%);display:grid}.route-load-state section>span{border:3px solid #eadbd0;border-top-color:#9a6543;border-radius:50%;width:26px;height:26px;animation:.8s linear infinite route-loading}.route-load-state h1{margin:0;font:700 28px Georgia,serif}.route-load-state p{margin:0}.route-load-state__actions{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.route-load-state button,.route-load-state a{color:#fff;font:inherit;cursor:pointer;background:#9a6543;border:1px solid #9a6543;border-radius:9px;padding:11px 17px;font-weight:700;text-decoration:none}.route-load-state a{color:#79513a;background:#fff}@keyframes route-loading{to{transform:rotate(360deg)}}@media (width<=480px){.route-load-state{padding:22px}.route-load-state__actions,.route-load-state button,.route-load-state a{width:100%}}@media (prefers-reduced-motion:reduce){.route-load-state section>span{animation:none}}.skeleton{background:linear-gradient(90deg,#ffffff08,#ffffff0f,#ffffff08);border-radius:12px;position:relative;overflow:hidden}.skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0f,#0000);width:150px;height:100%;animation:1.2s infinite shimmer;position:absolute;top:0;left:-150px}@keyframes shimmer{to{left:100%}}.skeleton--avatar{border-radius:50%;width:58px;height:58px}.skeleton--card{border-radius:12px;height:160px;padding:16px}.skeleton--list-item{border-radius:12px;height:72px;padding:12px}.skeleton--form-row{border-radius:8px;height:40px;margin-bottom:12px}.skeleton--details-line{border-radius:6px;height:18px;margin-bottom:8px}@media (prefers-reduced-motion:reduce){.skeleton:after{animation:none;display:none}}.toast-container{z-index:9999;flex-direction:column;gap:10px;display:flex;position:fixed;top:18px;right:18px}.toast{background:#fff;border:1px solid #0000000f;border-radius:10px;align-items:flex-start;gap:8px;min-width:240px;padding:12px 14px;display:flex;box-shadow:0 6px 18px #00000014}.toast--success{border-left:4px solid #9a6543}.toast--error{border-left:4px solid #c0392b}.toast-title{color:#3b2a22;font-weight:700}.toast-message{color:#6b5a52;font-size:14px}.toast button{color:inherit;background:0 0;border:0}@media (prefers-reduced-motion:reduce){.toast{transition:none}}
