.layout-container{min-height:100vh}.logo{height:64px;line-height:64px;text-align:center;color:#fff;font-size:18px;font-weight:700;background:hsla(0,0%,100%,.1)}.layout-header{padding:0 24px;background:#fff;justify-content:space-between;box-shadow:0 2px 8px rgba(0,0,0,.1)}.header-left,.layout-header{display:flex;align-items:center}.header-left{flex:1 1;gap:16px}.header-title{font-size:16px;font-weight:600;color:#1890ff}.header-right{display:flex;align-items:center;gap:16px}.trigger{font-size:18px}.user-info{padding:0 12px}.layout-content{margin:24px;min-height:calc(100vh - 112px)}.menu-container{height:calc(100vh - 64px);overflow-y:auto;scrollbar-width:none}@media(max-width:768px){.header-title{display:none}.logo{font-size:14px}}@tailwind base;@tailwind components;@tailwind utilities;:root{--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255}@media (prefers-color-scheme:dark){:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0}}body{margin:0;color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}