:root{--bg-deep: #ffffff;--text-main: #242424}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg-deep);color:var(--text-main);min-height:100vh;line-height:1.5;-webkit-font-smoothing:antialiased}.layout{display:flex;height:100vh;width:100vw;overflow:hidden}.content-area{flex:1;padding:24px;overflow-y:auto}
