*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;background:#f0f2f5}.login-container{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-form{background:#fff;padding:40px;border-radius:8px;box-shadow:0 10px 40px #0000001a;width:400px}.login-title{text-align:center;margin-bottom:30px;color:#1890ff}.dashboard-container{height:100vh;display:flex}.sidebar{width:240px;background:#001529;color:#fff}.sidebar-header{padding:20px;text-align:center;border-bottom:1px solid #002140}.sidebar-menu{padding:10px 0}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.header{background:#fff;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 4px #00152914}.content{flex:1;padding:24px;overflow:auto}.project-card{background:#fff;padding:20px;border-radius:8px;margin-bottom:16px;cursor:pointer;transition:box-shadow .3s}.project-card:hover{box-shadow:0 4px 12px #00000026}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.project-name{font-size:18px;font-weight:600}.project-category{color:#1890ff;font-size:12px}.project-description{color:#666;margin-bottom:12px}.project-meta{display:flex;gap:20px;font-size:12px;color:#999}.commit-item{display:flex;gap:16px;padding:12px 0;border-bottom:1px solid #f0f0f0}.commit-hash{font-family:Courier New,monospace;color:#1890ff;min-width:80px}.commit-message{flex:1}.commit-date{color:#999;font-size:12px;min-width:150px}.status-item{padding:8px 12px;background:#f5f5f5;margin-bottom:8px;border-radius:4px;font-family:Courier New,monospace;font-size:13px}
