html,body{height:100%;margin:0;padding:0;font-family:Inter,sans-serif}#root{height:100%}*{box-sizing:border-box;margin:0;padding:0;font-family:Plus Jakarta Sans,sans-serif}.app-container{display:flex;height:100vh;background-color:#f9fafb;overflow-x:hidden}.app-error{padding:12px;margin-bottom:16px;background-color:#fee;color:#c00;border-radius:4px;border:1px solid #fcc}.app-error-text{padding:12px;color:#c00}.error-center{display:flex;align-items:center;justify-content:center}.main-content{overflow-x:hidden;max-width:100%}.container{padding-bottom:18px;max-width:100%;overflow-x:hidden}.coming-soon{display:flex;justify-content:center;align-items:center;height:400px;margin-top:20px;padding:20px}.coming-soon img{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;transition:transform .3s ease-in-out}.coming-soon img:hover{transform:scale(1.05)}.loader-container{display:flex;justify-content:center;align-items:center;height:200px}.spinner{width:40px;height:40px;border:4px solid #e0e0e0;border-top:4px solid #007bff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sidebar{background-color:#f8fafc;border-right:1px solid #e2e8f0;width:256px;height:100vh;display:flex;flex-direction:column;max-height:100vh;position:fixed;background:#fff}.sidebar.collapsed{width:64px}.sidebar-header{background-color:#1e293b;color:#f1f5f9;padding:16px;display:flex;align-items:center;justify-content:center;height:64px}.sidebar-header img{width:40%;height:60px;object-fit:cover;filter:brightness(0) invert(1)}.sidebar-title{font-size:18px;font-weight:600;margin:0;white-space:nowrap;overflow:hidden}.sidebar-title span{padding:8px}.sidebar-nav{margin-top:4px;flex:1;padding:8px;overflow-y:auto}.nav-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.nav-item{margin:0}.nav-link{display:flex;align-items:center;padding:10px 12px;border-radius:8px;text-decoration:none;color:#475569;transition:all .2s ease;position:relative;min-height:44px}.nav-link:hover{background-color:#e2e8f0;color:#334155}.nav-link:focus{outline:none!important;box-shadow:none!important}.nav-link:focus-visible{outline:2px solid #3b82f6!important;outline-offset:2px!important}.nav-link.active{background-color:#3b82f6;color:#fff;box-shadow:0 1px 3px #0000001a}.nav-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:20px;height:20px}.nav-icon.centered{margin:0 auto}.nav-text{margin-left:12px;font-size:14px;font-weight:500;white-space:nowrap;overflow:hidden}.sidebar-footer{padding:16px;border-top:1px solid #e2e8f0;margin-top:auto;margin-bottom:3px}.user-profile{display:flex;align-items:center}.user-profile.centered{justify-content:center}.user-avatar{width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.user-info{margin-left:12px;flex:1;min-width:0}.user-name{font-size:14px;font-weight:500;color:#475569;margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:12px;color:#64748b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.sidebar-nav::-webkit-scrollbar-thumb:hover{background:#94a3b8}.logout{cursor:pointer}.logout svg{margin-top:10px}@media(prefers-color-scheme:dark){.logout svg{color:#fff}}@media(max-width:768px){.sidebar{width:100%}}.nav-icon svg{transition:transform .2s ease}.nav-link:hover .nav-icon svg{transform:scale(1.1)}.nav-link.active .nav-icon svg{transform:scale(1.05)}.nav-link:focus,.toggle-button:focus{outline:2px solid #3b82f6;outline-offset:2px}@media(prefers-color-scheme:dark){.sidebar{background-color:#1e293b;border-right-color:#334155}.nav-link{color:#cbd5e1}.nav-link:hover{background-color:#334155;color:#f1f5f9}.user-name{color:#cbd5e1}.user-email{color:#94a3b8}.sidebar-footer{border-top-color:#334155}}
