.app{display:flex;flex-direction:column;min-height:100vh}.app-top{display:flex;align-items:center;gap:24px;height:52px;padding:0 20px;background:#2e7d32;color:#fff}.app-brand{font-weight:700;letter-spacing:.3px}.topnav{display:flex;gap:4px}.topnav-item{padding:6px 14px;border-radius:6px;font-size:14px;color:#eafff0;text-decoration:none;opacity:.85}.topnav-item:hover{background:#ffffff1f;opacity:1}.topnav-item.active{background:#fff3;opacity:1;font-weight:600}.app-user{margin-left:auto;display:flex;align-items:center;gap:12px;font-size:14px}.app-logout{height:28px;padding:0 10px;font-size:13px;border:1px solid rgba(255,255,255,.5);border-radius:6px;background:transparent;color:#fff;cursor:pointer}.app-body{display:flex;flex:1;min-height:0}.app-main{flex:1;min-width:0;padding:20px 24px;background:#fafbfa}.sb{flex:0 0 220px;width:220px;background:#fff;border-right:1px solid #eceef0;display:flex;flex-direction:column;transition:flex-basis .15s ease,width .15s ease}.sb--collapsed{flex-basis:56px;width:56px}.sb-head{display:flex;align-items:center;justify-content:space-between;height:44px;padding:0 8px 0 14px;border-bottom:1px solid #f0f2f0}.sb--collapsed .sb-head{justify-content:center;padding:0}.sb-title{font-size:13px;font-weight:600;color:#5b6b60}.sb-toggle{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#8a948c;cursor:pointer;border-radius:6px}.sb-toggle:hover{background:#f2f4f2;color:#5b6b60}.sb-nav{padding:8px 0;display:flex;flex-direction:column}.sb-item{display:flex;align-items:center;gap:10px;height:40px;margin:2px 8px;padding:0 12px;color:#3a463e;text-decoration:none;border-radius:8px;white-space:nowrap;overflow:hidden}.sb-item:hover{background:#f6faf7}.sb-item.active{background:#eef3ef;color:#2e7d32;font-weight:600}.sb-ico{flex:0 0 20px;display:inline-flex;justify-content:center;color:#5b6b60}.sb-item.active .sb-ico{color:#2e7d32}.sb--collapsed .sb-item{justify-content:center;padding:0}.app-brand{color:#fff;text-decoration:none}.app-brand:hover{opacity:.9}.app-username{font-weight:500}html,body{height:100%;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1f2937;background-color:#f9fafb}.layout{height:100vh;display:flex;flex-direction:column}h1,h2,h3,h4{font-weight:600;letter-spacing:-.01em}button{font-family:inherit;font-weight:500}.topbar{height:56px;background:#4caf50;color:#fff;display:flex;align-items:center;padding:0 16px;justify-content:space-between}.body{flex:1;display:flex}.sidebar{width:220px;background:#f4f6f8}.content{flex:1;padding:16px}.user-info{display:flex;align-items:center;gap:12px}.user-name{font-weight:500}.logout-btn{background:transparent;border:1px solid white;color:#fff;padding:4px 10px;border-radius:4px;cursor:pointer}.login-box{width:320px;padding:32px;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;gap:14px}.login-title{text-align:center;margin-bottom:8px}.login-input{height:40px;padding:0 12px;font-size:14px;border:1px solid #dcdfe3;border-radius:4px}.login-input:focus{outline:none;border-color:#4caf50}.login-button{height:40px;font-size:14px;border-radius:4px;border:none;background:#4caf50;color:#fff;cursor:pointer}.login-button:disabled{background:#b5d6b8;cursor:not-allowed}.login-error{font-size:13px;color:#d32f2f;text-align:center}.login-divider{display:flex;align-items:center;text-align:center;color:#9aa0a6;font-size:12px}.login-divider:before,.login-divider:after{content:"";flex:1;border-bottom:1px solid #e3e5e8}.login-divider span{padding:0 10px}.login-google{background:#fff;color:#3c4043;border:1px solid #dadce0}.login-google:disabled{background:#f5f5f5;color:#9aa0a6;cursor:not-allowed}
