body{margin:0;background-color:#f0f7ff;font-family:Inter,sans-serif}.container{display:flex;flex-direction:row;width:100%;height:100vh}.app-layout{display:flex;height:100vh;width:100vw;overflow:hidden}.main{margin-left:220px;width:calc(100% - 220px);display:flex;flex-direction:column;height:100vh}.main-content{margin:0 32px}.main-content-header{display:flex;width:100%;justify-content:space-between;align-items:center}.main-content-title{color:#2a2a2a;font-family:Inter,sans-serif;font-size:22px;font-style:normal;font-weight:600;line-height:150%;margin:8px 0 16px}.main-content{margin-top:50px;height:calc(100vh - 50px);overflow-y:auto;padding:0 16px;scrollbar-width:none;-ms-overflow-style:none}.main-content::-webkit-scrollbar{display:none}:root{--White: #fefefe;--Primary-Blue: #0261BF;--Neutral-100: #F7F7F7;--Neutral-200: #E7E7E7;--Neutral-300: #D6D6D6;--Neutral-400: #C5C5C5;--Neutral-500: #737373;--Neutral-600: #A3A3A3;--Neutral-700: #929292;--Neutral-800: #454545;--Neutral-900: #707070;--AM-Blue-600: #0261BF;--AM-Primary-Blue: #0261BF;--AM-Grey-50: #F7F8F8;--AM-Blue-100: #E0EDFE;--AM-Grey-800: #41434B;--Green-500: #09DE13;--Green-700: #04910C;--Guardsman-Red-600: #F00;--Text-Terciary: #5D616C}body{font-family:Inter,sans-serif}.sidebar{position:fixed;top:0;left:0;height:100vh;width:220px;z-index:100;flex-shrink:0;background:#f5f9ff;color:#1f2a44;display:flex;flex-direction:column;padding:18px 16px;box-sizing:border-box;font-family:Inter,sans-serif;border-right:1px solid #e2e8f0}.sidebar-header{display:flex;align-items:center;justify-content:center;margin-bottom:18px}.sidebar-logo{width:160px;height:56px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 10px 25px #0f172a14;overflow:hidden}.sidebar-logo img{height:40px;width:auto}.sidebar-title{margin-left:8px;color:#6b7a90;font-size:12px;font-weight:600;line-height:150%;text-transform:uppercase;margin-bottom:12px;letter-spacing:.08em}.sidebar ul{display:flex;width:100%;flex-direction:column;align-items:stretch;padding:0;margin:0;gap:8px}.sidebar-item{list-style:none;width:100%}.sidebar-menu{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:16px;transition:background-color .25s ease,box-shadow .25s ease,transform .25s ease}.sidebar-item:hover .sidebar-menu{background:#eaf2ff;box-shadow:0 6px 16px #0f6bdc1f}.sidebar-item.active .sidebar-menu{background:#0f6bdc;box-shadow:0 10px 24px #0f6bdc40}.sidebar-item.parent-active .sidebar-menu{background:#eaf2ff;border:1px solid #cfe0ff}.sidebar-item.active .sidebar-text,.sidebar-item.active .submenu-indicator{color:#fff;font-weight:600}.sidebar-item.active svg path{stroke:#fff}.iconContainer{display:flex;width:32px;height:32px;padding:6px;align-items:center;justify-content:center;border-radius:12px;background:#fff;box-shadow:0 3.5px 5.5px #00000005;transition:transform .2s ease}.sidebar-item.active .iconContainer{background:transparent}.sidebar-text{color:#3b4a65;text-decoration:none;font-size:14px;font-weight:500;line-height:150%}.has-submenu{display:flex;flex-direction:column;gap:6px}.submenu-indicator{margin-left:auto;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#0f6bdc1f;color:#0f6bdc;transition:transform .25s ease,background .25s ease}.submenu-indicator:before{content:"›";font-size:16px;line-height:1}.submenu-open .submenu-indicator{transform:rotate(90deg);background:#fff3;color:#fff}.submenu{position:relative;z-index:1;list-style:none;margin:8px 0 14px 52px;padding:14px;border-radius:16px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 16px 32px #0f172a29;display:grid;gap:8px;max-height:0;opacity:0;transform:translateY(-8px);overflow:hidden;transition:max-height .28s ease,opacity .28s ease,transform .28s ease}.submenu.open{animation:submenuReveal .28s ease;max-height:420px;opacity:1;transform:translateY(0)}.submenu.open .submenu-item{animation:submenuItemReveal .25s ease}.submenu-item{list-style:none;padding:8px 10px;border-radius:10px;transition:background .2s ease,color .2s ease}.submenu-item:hover{background:#e2ecff}.submenu-item.active{background:#0f6bdc}.submenu-text{color:#3b4a65;font-family:Inter,sans-serif;text-decoration:none;font-size:14px;font-weight:600;line-height:150%;margin:0}.submenu-item.active .submenu-text{color:#fff}@media (max-width: 768px){.sidebar{width:200px}}@keyframes submenuReveal{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes submenuItemReveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.topbar{position:fixed;top:0;left:var(--sidebar-width, 220px);width:calc(100% - var(--sidebar-width, 220px));z-index:99;margin-top:0;display:flex;height:56px;margin-bottom:8px}.topbar-container{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 32px;gap:24px;background:#f5f9ff}.topbar-date{color:#6b7a90;font-size:16px;font-weight:400}.topbar-user{position:relative;display:flex;align-items:center}.topbar-user-trigger{display:inline-flex;align-items:center;gap:10px;background:#fff;border:1px solid #d6e2f2;border-radius:999px;padding:6px 12px 6px 6px;cursor:pointer;transition:box-shadow .2s,border-color .2s,transform .2s}.topbar-user-trigger:hover{border-color:#b9cdee;box-shadow:0 6px 18px #1333591f}.topbar-user-trigger.is-open{border-color:#9ab7e6;box-shadow:0 8px 22px #13335929}.topbar-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#2b6eea,#4ca1ff);color:#fff;font-weight:700;font-size:14px;display:inline-flex;align-items:center;justify-content:center;letter-spacing:.5px;border:1px solid #b5d2f7}.topbar-user-name{color:#243247;font-weight:600;font-size:14px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.topbar-caret{color:#6b7a90;font-size:14px;margin-left:2px}.topbar-user-menu{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border:1px solid #dbe6f5;border-radius:14px;min-width:180px;box-shadow:0 14px 30px #0f172a2e;padding:8px}.topbar-menu-item{width:100%;border:none;background:#f5f7fb;color:#1f2a44;font-weight:600;font-size:14px;padding:10px 12px;border-radius:10px;cursor:pointer;text-align:left;transition:background .2s,color .2s}.topbar-menu-item:hover{background:#ffeded;color:#b42318}@media (max-width: 768px){.topbar{left:0;width:100%}.topbar-container{padding:8px 16px}.topbar-user-name,.topbar-caret{display:none}.topbar-user-trigger{padding:6px}}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.spinner{width:50px;height:50px;border:5px solid #ccc;border-top:5px solid #007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
