*{box-sizing:border-box}body{color:#171717;background:#f5f6fa;margin:0;font-family:Arial,Helvetica,sans-serif}button{cursor:pointer;font-family:inherit}.app{min-height:100vh}.topbar{background:#fff;border-bottom:1px solid #e6e6e6;justify-content:space-between;align-items:center;height:76px;padding:0 32px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-icon{color:#fff;background:linear-gradient(135deg,#ff4ecd,#6c4cff);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;display:flex}.brand h1{margin:0;font-size:20px}.brand span,.user span{color:#777;margin-top:3px;font-size:13px;display:block}.user{align-items:center;gap:10px;display:flex}.user-avatar{background:#eee;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-weight:700;display:flex}.layout{min-height:calc(100vh - 76px);display:flex}.sidebar{background:#fff;border-right:1px solid #e6e6e6;flex-direction:column;justify-content:space-between;width:230px;padding:24px 14px;display:flex}.menu-item{text-align:left;color:#555;background:0 0;border:0;border-radius:10px;width:100%;margin-bottom:6px;padding:12px 14px;font-size:14px}.menu-item:hover{background:#f4f4f8}.menu-item.active{color:#6246d9;background:#eeeaff;font-weight:700}.content{flex:1;max-width:1400px;padding:34px}.welcome{justify-content:space-between;align-items:center;margin-bottom:28px;display:flex}.welcome h2{margin:0;font-size:30px}.welcome p{color:#777;margin:7px 0 0}.primary-button{color:#fff;background:#6246d9;border:0;border-radius:10px;padding:12px 18px;font-weight:700}.stats{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px;display:grid}.stat-card{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:20px}.stat-card span{font-size:20px}.stat-card strong{margin-top:12px;font-size:28px;display:block}.stat-card p{color:#777;margin:5px 0 0}.today{background:#fff;border:1px solid #e8e8e8;border-radius:14px;padding:24px}.section-title h3{margin:0;font-size:20px}.section-title p{color:#777;margin:6px 0 20px}.schedule-item{border-top:1px solid #eee;align-items:center;gap:18px;padding:16px 0;display:flex}.time{width:55px;font-weight:700}.schedule-info{flex:1}.schedule-info strong{display:block}.schedule-info span{color:#777;margin-top:5px;font-size:13px;display:block}.status{border-radius:20px;padding:7px 10px;font-size:12px;font-weight:700}.status.ready{color:#278a27;background:#e8f7e8}.status.pending{color:#a76500;background:#fff2dc}.status.action{color:#6246d9;background:#eeeaff}@media (width<=800px){.sidebar{width:70px}.menu-item{text-align:center;font-size:0}.content{padding:20px}.stats{grid-template-columns:repeat(2,1fr)}.welcome{align-items:flex-start;gap:15px}}@media (width<=550px){.topbar{padding:0 15px}.brand h1{font-size:16px}.user{display:none}.layout{display:block}.sidebar{border-bottom:1px solid #e6e6e6;border-right:0;width:100%;height:auto;padding:8px;display:none}.sidebar nav{display:flex;overflow-x:auto}.menu-item{min-width:55px;margin:0;font-size:14px}.sidebar-bottom{display:none}.content{padding:18px}.stats{grid-template-columns:1fr 1fr}.schedule-item{gap:10px}.status{display:none}}.mobile-menu-button{display:none}@media (width<=550px){.mobile-menu-button{cursor:pointer;background:0 0;border:0;padding:5px;font-size:26px;display:block}.mobile-menu{z-index:1000;background:#fff;border:1px solid #e6e6e6;border-radius:12px;flex-direction:column;width:220px;padding:8px;display:flex;position:absolute;top:70px;left:10px;box-shadow:0 8px 25px #00000026}.mobile-menu button{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:14px;font-size:15px}.mobile-menu button:hover{background:#f5f6fa}}
