.app-layout{display:flex;min-height:100vh;background:#fff}.sidebar{width:256px;min-width:256px;background:#0a0a0f;color:#b0b0b0;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;overflow-y:auto;border-right:1px solid rgba(255,255,255,.06);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:inset -1px 0 #ffffff08,4px 0 24px #0000004d;color-scheme:dark}.sidebar-logo{padding:20px 20px 16px;display:flex;flex-direction:column;border-bottom:1px solid rgba(255,255,255,.06)}.logo-text{font-size:20px;font-weight:700;letter-spacing:-.5px;color:#fff}.logo-sub{font-size:12px;font-weight:400;opacity:.5;text-transform:uppercase;letter-spacing:2px}.sidebar-nav{display:flex;flex-direction:column;gap:2px;padding:4px 8px}.nav-section-label{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#8b929e;padding:16px 16px 6px;-webkit-user-select:none;user-select:none}.nav-item{display:flex;align-items:center;gap:10px;padding:9px 14px;border-radius:8px;font-size:12.5px;font-weight:400;color:#bfc5cd;transition:all .2s ease;border-left:3px solid transparent;text-decoration:none;position:relative}.nav-item:hover{background:#ffffff0d;color:#f0ede8}.nav-item:hover .material-symbols-outlined{color:#bfc5cd}.nav-item.active{background:#3b82f61a;color:#fff;font-weight:600;border-left-color:#3b82f6;box-shadow:0 0 16px #3b82f614,inset 0 1px #ffffff0d}.nav-item.active .material-symbols-outlined{color:#60a5fa}.nav-item .material-symbols-outlined{font-size:20px;width:22px;text-align:center;color:#8b929e;transition:color .2s ease}.sidebar-footer{margin-top:auto;padding:12px 16px;border-top:1px solid rgba(255,255,255,.06);display:flex;flex-direction:column;gap:2px}.logout-btn{display:flex;align-items:center;gap:10px;padding:9px 14px;border-radius:8px;font-size:12.5px;font-weight:400;color:#bfc5cd;background:none;border:none;cursor:pointer;width:100%;font-family:inherit;transition:all .2s ease;border-left:3px solid transparent}.logout-btn:hover{background:#ffffff0d;color:#f0ede8}.logout-btn .material-symbols-outlined{font-size:20px;width:22px;text-align:center;color:#8b929e;transition:color .2s ease}.logout-btn:hover .material-symbols-outlined{color:#bfc5cd}.main-content{flex:1;margin-left:256px;padding:20px 24px;min-height:100vh;overflow-y:auto;background:#fff}.mobile-topbar,.drawer-backdrop{display:none}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}@media(max-width:768px),(orientation:landscape)and (max-height:500px){.app-layout{flex-direction:column;height:auto;min-height:100vh}.mobile-topbar{display:flex;align-items:center;gap:12px;background:#0a0a0f;color:#b0b0b0;padding:10px 16px;position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(255,255,255,.06)}.mobile-topbar-logo{display:flex;align-items:baseline;gap:6px}.mobile-topbar .logo-text{font-size:16px}.mobile-topbar .logo-sub{font-size:9px}.hamburger-btn{background:none;border:none;cursor:pointer;padding:6px;display:flex;flex-direction:column;gap:4px;-webkit-tap-highlight-color:transparent}.hamburger-btn span{display:block;width:20px;height:2px;background:gray;border-radius:1px;transition:all .2s}.sidebar.sidebar-mobile{position:fixed;top:0;left:0;bottom:0;width:280px;min-width:280px;transform:translate(-100%);transition:transform .25s ease;z-index:200;overflow-y:auto}.sidebar.sidebar-mobile.sidebar-open{transform:translate(0)}.drawer-backdrop{display:block;position:fixed;inset:0;background:#0009;z-index:150;-webkit-tap-highlight-color:transparent}.main-content.main-content-mobile{margin-left:0;padding:14px 12px;min-height:auto;overflow:visible}.nav-item{padding:12px 14px;font-size:14px;min-height:44px}.nav-item .material-symbols-outlined{font-size:20px}.logout-btn{padding:12px 14px;font-size:14px;min-height:44px}.logout-btn .material-symbols-outlined{font-size:20px}}@media(orientation:landscape)and (max-height:500px){.mobile-topbar{padding:4px 12px}.mobile-topbar .logo-text{font-size:14px}.main-content.main-content-mobile{padding:8px 12px}.sidebar.sidebar-mobile{width:240px;min-width:240px}.nav-item,.logout-btn{padding:8px 14px;font-size:13px;min-height:36px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--surface: #ffffff;--surface-hover: #f7f7f7;--border: #e0e0e0;--border-light: #eeeeee;--text: #0a0a0a;--text-secondary: #666666;--text-muted: #999999;--accent: #4472C4;--accent-hover: #5a8ad8;--accent-subtle: rgba(68, 114, 196, .08);--sidebar-bg: #0A0A0F;--sidebar-text: #b0b0b0;--sidebar-active: rgba(59,130,246,.1);--green: #059669;--green-subtle: rgba(5, 150, 105, .08);--red: #dc2626;--red-subtle: rgba(220, 38, 38, .08);--yellow: #f59e0b;--yellow-subtle: rgba(245, 158, 11, .08)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff;color:#0a0a0a;font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased;overflow:hidden}#root{height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:silver;border-radius:3px}select,input[type=text],input[type=number],input[type=date]{padding:6px 10px;border:1px solid var(--border);border-radius:6px;font-size:12px;outline:none;transition:border .15s,box-shadow .15s;font-family:inherit;background:#fff;color:#0a0a0a}select:focus,input:focus{border-color:#0a0a0a;box-shadow:0 0 0 3px #00000014}button{font-family:inherit}@media(max-width:768px),(orientation:landscape)and (max-height:500px){body{overflow:auto;font-size:13px}#root{height:auto;min-height:100vh}select,input[type=text],input[type=number],input[type=date]{min-height:40px;font-size:14px;padding:8px 12px}}@media(orientation:landscape)and (max-height:500px){select,input[type=text],input[type=number],input[type=date]{min-height:34px;font-size:12px}}
