*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--background);height:100%;font-family:Inter,sans-serif}:root.light{--background:#f9fafb;--background-content:#fff;--background-soft:#f5f5f5;--text:#0f172a;--text-muted:#475569;--primary:#155dfc;--primary-hover:#0e4bd1;--sidebar-bg:#fff;--sidebar-border:#e2e8f0;--sidebar-hover:#f5f5f5;--header-bg:#fff;--header-border:#e2e8f0;--card-bg:#fff;--card-border:#e2e8f0;--shadow:#0000000a}:root.dark{--background:#101828;--background-content:#1d293d;--background-soft:#1e293b;--text:#f1f5f9;--text-muted:#cbd5e1;--primary:#155dfc;--primary-hover:#0e4bd1;--sidebar-bg:#1d293d;--sidebar-border:#1e293b;--sidebar-hover:#101828;--header-bg:#1d293d;--header-border:#1e293b;--card-bg:#1e293b;--card-border:#101828;--shadow:#0006}body{background:var(--background);color:var(--text)}
.Sidebar-module__chRhja__sidebar{background:radial-gradient(circle at top left,#155dfc24,transparent 65%),var(--sidebar-bg);border-right:1px solid var(--sidebar-border);width:250px;box-shadow:4px 0 14px var(--shadow);flex-direction:column;padding:24px 18px;transition:width .28s,padding .28s;display:flex;position:relative}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed{width:88px;padding:24px 10px}.Sidebar-module__chRhja__header{justify-content:space-between;align-items:center;width:100%;margin-bottom:35px;display:flex}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__header{justify-content:center}.Sidebar-module__chRhja__logo{width:140px;transition:width .3s,opacity .2s}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__logo{opacity:.9;width:46px}.Sidebar-module__chRhja__menuBtn{color:var(--text);cursor:pointer;background:0 0;border:none;border-radius:10px;justify-content:center;align-items:center;padding:8px;transition:background .18s,color .18s,transform .1s;display:flex}.Sidebar-module__chRhja__menuBtn:hover{background:var(--background-soft);color:var(--primary);transform:translateY(-1px)}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__menuBtn{display:none}.Sidebar-module__chRhja__menu{flex-direction:column;flex:1;gap:8px;display:flex}.Sidebar-module__chRhja__sectionTitle{color:var(--text-muted);letter-spacing:.03rem;opacity:.85;margin:18px 0 6px;padding-left:6px;font-size:12px;font-weight:600}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__sectionTitle{display:none}.Sidebar-module__chRhja__item{color:var(--text);border-radius:12px;align-items:center;gap:12px;padding:12px 14px;font-weight:500;transition:background .18s,transform .14s,box-shadow .18s;display:flex}.Sidebar-module__chRhja__item:hover{background:radial-gradient(circle at top left,#155dfc24,transparent 65%),var(--background-soft);box-shadow:0 6px 18px var(--shadow);transform:translate(4px)}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__item{justify-content:center;padding:12px}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__item span{display:none}.Sidebar-module__chRhja__icon{width:22px;height:22px;color:var(--primary);flex-shrink:0;transition:color .2s}.Sidebar-module__chRhja__item:hover .Sidebar-module__chRhja__icon{color:var(--primary-hover)}.Sidebar-module__chRhja__footer{flex-direction:column;gap:10px;margin-top:auto;display:flex}.Sidebar-module__chRhja__logout{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ef4444,#b91c1c);border:none;border-radius:10px;width:100%;padding:10px 14px;transition:background .18s,transform .1s,box-shadow .18s}.Sidebar-module__chRhja__logout:hover{background:linear-gradient(135deg,#f87171,#dc2626);transform:translateY(-2px);box-shadow:0 10px 28px #dc262680}.Sidebar-module__chRhja__sidebar.Sidebar-module__chRhja__collapsed .Sidebar-module__chRhja__logout{padding:10px}
.ThemeToggle-module__Z5gSZG__toggle{background:var(--card-bg);border:1px solid var(--card-border);cursor:pointer;border-radius:8px;padding:8px 12px;font-size:18px;transition:all .2s}.ThemeToggle-module__Z5gSZG__toggle:hover{background:var(--sidebar-hover)}
.Header-module__ldgnoG__header{background:radial-gradient(circle at top left,#155dfc29,transparent 60%),var(--header-bg);border-bottom:1px solid var(--header-border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);justify-content:space-between;align-items:center;padding:18px 26px;display:flex}.Header-module__ldgnoG__header h1{color:var(--text);font-size:21px;font-weight:600}.Header-module__ldgnoG__menuBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:10px;padding:6px;transition:background .15s,color .15s,transform .12s}.Header-module__ldgnoG__menuBtn:hover{background:var(--background-soft);color:var(--primary);transform:translateY(-1px)}.Header-module__ldgnoG__newButton{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:12px;padding:10px 18px;font-weight:600;transition:background .15s,transform .12s,box-shadow .2s}.Header-module__ldgnoG__newButton:hover{background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 12px 30px #155dfc66}.Header-module__ldgnoG__right{align-items:center;gap:20px;display:flex}
.layout-module__L5FxyW__container{background:var(--background);width:100%;max-width:100%;height:100vh;display:flex;overflow-x:hidden}.layout-module__L5FxyW__mainArea{background:var(--background);flex-direction:column;flex:1;min-width:0;display:flex}.layout-module__L5FxyW__content{flex:1;padding:30px;overflow-y:auto}@media (max-width:768px){.layout-module__L5FxyW__container{height:100vh;overflow:hidden}.layout-module__L5FxyW__sidebar{z-index:9999;width:80%;max-width:300px;height:100vh;transition:left .3s;position:fixed;top:0;left:-100%}.layout-module__L5FxyW__sidebar.layout-module__L5FxyW__mobile-open{left:0}.layout-module__L5FxyW__content{padding:15px}}
