*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{cursor:pointer;font-family:inherit}input,textarea,select{font-family:inherit}:root{--sidebar-width: 250px}.layout-flex{display:flex;min-height:100vh}.sidebar{width:var(--sidebar-width);background:#2c3e50;color:#fff;padding:1rem;flex-shrink:0}.sidebar a{color:#fff;text-decoration:none}.sidebar-toggle,.admin-mobile-header{display:none}.logout-desktop{display:block}@media (max-width: 820px){.logout-desktop{display:none}.layout-flex{flex-direction:column}.sidebar{position:fixed;top:0;left:0;bottom:0;transform:translate(-100%);transition:transform .25s ease;z-index:1000;width:var(--sidebar-width);overflow-y:auto}.sidebar.open{transform:translate(0);box-shadow:2px 0 8px #00000040}.sidebar-toggle{display:inline-block;background:#2c3e50;color:#fff;border:none;padding:.55rem .75rem;border-radius:4px}.admin-mobile-header,.main-header{display:flex;align-items:center;gap:.75rem;background:#2c3e50;color:#fff;padding:.75rem 1rem}}.skeleton{background:linear-gradient(90deg,#eee,#f5f5f5,#eee);background-size:200% 100%;animation:skeleton-pulse 1.2s infinite;border-radius:4px}@keyframes skeleton-pulse{0%{background-position:0 0}to{background-position:-200% 0}}.toast-container{position:fixed;top:12px;right:12px;display:flex;flex-direction:column;gap:.5rem;z-index:1100}.toast{background:#2c3e50;color:#fff;padding:.65rem .9rem;border-radius:6px;box-shadow:0 2px 6px #00000026;font-size:.75rem;max-width:300px;word-break:break-word}.toast.success{background:#2e7d32}.toast.error{background:#c0392b}
