@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.sidebar{z-index:1100;background:#fff;border-right:1px solid #f1f5f9;flex-direction:column;width:250px;height:100vh;transition:transform .25s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.sidebar__logo{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:16px;display:flex}.sidebar__logo-icon{color:#fff;background:linear-gradient(135deg,#2563eb,#f97316);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;font-weight:800;display:flex}.sidebar__logo-text{color:#0f172a;font-size:16px;font-weight:800;line-height:1.2}.sidebar__logo-sub{color:#94a3b8;font-size:10px;font-weight:500}.sidebar__user{border-bottom:1px solid #f1f5f9;align-items:center;gap:12px;padding:12px 16px;display:flex}.sidebar__avatar{color:#fff;background:linear-gradient(135deg,#2563eb,#f97316);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.sidebar__user-info{flex:1;min-width:0;overflow:hidden}.sidebar__user-name{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.sidebar__user-email{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:10px;overflow:hidden}.sidebar__nav{flex:1;padding:4px 8px;overflow-y:auto}.sidebar__nav::-webkit-scrollbar{width:4px}.sidebar__nav::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.sidebar__section{color:#94a3b8;text-transform:uppercase;letter-spacing:.1em;padding:14px 12px 4px;font-size:10px;font-weight:700}.sidebar__item{cursor:pointer;color:#64748b;text-align:left;background:0 0;border:none;border-left:3px solid #0000;border-radius:8px;align-items:center;gap:10px;width:100%;margin-bottom:2px;padding:9px 12px;font-family:inherit;font-size:13.5px;font-weight:500;transition:all .15s;display:flex}.sidebar__item:hover{background:#f8fafc}.sidebar__item--active{color:#0f172a;background:#eff6ff;border-left-color:#2563eb;font-weight:600}.sidebar__item-icon{text-align:center;flex-shrink:0;width:24px;font-size:16px}.sidebar__item-label{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.sidebar__item-dot{background:#2563eb;border-radius:50%;flex-shrink:0;width:6px;height:6px}.sidebar__footer{border-top:1px solid #f1f5f9;padding:12px}.sidebar__help{text-align:center;color:#64748b;background:linear-gradient(135deg,#eff6ff,#fff7ed);border:1px solid #dbeafe;border-radius:8px;margin-bottom:8px;padding:12px;font-size:11px}.sidebar__help-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#f97316);border:none;border-radius:6px;width:100%;margin-top:6px;padding:6px;font-family:inherit;font-size:11px;font-weight:600;display:block}.sidebar__logout{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #f1f5f9;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px;font-family:inherit;font-size:12.5px;font-weight:500;transition:all .15s;display:flex}.sidebar__logout:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}.sidebar-overlay{z-index:1099;background:#0006;display:none;position:fixed;inset:0}@media (width>=769px){.sidebar{transform:translate(0)}.sidebar-overlay{display:none!important}}@media (width<=768px){.sidebar{transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar--open~.sidebar-overlay,.sidebar-overlay{display:block}}.header{z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;height:60px;padding:0 24px;display:flex;position:fixed;top:0;left:250px;right:0}.header__left{align-items:center;gap:12px;min-width:0;display:flex}.header__hamburger{cursor:pointer;color:#0f172a;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:22px;display:none}.header__hamburger:hover{background:#f1f5f9}.header__title{color:#0f172a;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:18px;font-weight:700;line-height:1.2;overflow:hidden}.header__sub{color:#94a3b8;margin:0;font-size:11px}.header__right{flex-shrink:0;align-items:center;gap:12px;display:flex}.header__user{color:#374151;white-space:nowrap;font-size:13px;font-weight:600}.header__logout{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:6px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .15s}.header__logout:hover{color:#ef4444;background:#fef2f2;border-color:#fecaca}@media (width<=768px){.header{height:52px;padding:0 12px;left:0}.header__hamburger{display:block}.header__title{font-size:16px}.header__sub,.header__user{display:none}}@media (width<=480px){.header{padding:0 8px}.header__title{font-size:14px}}.layout{background:#f0f4f8;min-height:100vh;display:flex}.layout__main{flex-direction:column;flex:1;min-width:0;margin-left:250px;display:flex}.layout__content{flex:1;min-height:calc(100vh - 60px);margin-top:60px;padding:24px;overflow-x:hidden}@media (width<=768px){.layout__main{margin-left:0}.layout__content{min-height:calc(100vh - 52px);margin-top:52px;padding:16px}}@media (width<=480px){.layout__content{padding:10px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#f8fafc;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh}p,span,h1,h2,h3,h4,h5,h6,label,a,li,td,th{overflow-wrap:break-word;word-break:break-word}img,video,svg{max-width:100%;height:auto}.MuiOutlinedInput-root{border-radius:8px!important}.MuiSelect-outlined,.MuiOutlinedInput-root.MuiInputBase-sizeSmall{min-height:40px}.MuiFormControl-root,.MuiTextField-root{width:100%;min-width:0}.MuiGrid-item{min-width:0;overflow:hidden}.MuiPaper-root{max-width:100%}table,.MuiTableContainer-root{max-width:100%;overflow-x:auto}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::selection{color:#0f172a;background:#4f46e522}@keyframes liveGradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
