html,body,#root{min-height:100%;margin:0}body{background:#f6f8f7}.app-shell{min-height:100vh}.sidebar{background:#fff!important;border-right:1px solid #e5e7eb}.brand{display:flex;align-items:center;gap:10px;height:64px;padding:0 20px;color:#0f766e;font-size:18px;font-weight:700}.topbar{display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 24px;background:#fff;border-bottom:1px solid #e5e7eb}.topbar h4{margin:0}.content{padding:24px}.notice-card{margin-bottom:20px;border-color:#cdeee7}.stats-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px}.review-card{max-width:960px}.login-page{display:grid;min-height:100vh;place-items:center;padding:24px;background:#f6f8f7}.login-card{width:min(420px,100%)}.full-width{width:100%}@media(max-width:900px){.sidebar{display:none}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.stats-grid{grid-template-columns:1fr}.content{padding:16px}}
