*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f2f1}.app-container{display:flex;height:100vh;overflow:hidden}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.sidebar{width:250px;background:linear-gradient(135deg,#0078d4 0%,#005a9e 100%);color:#fff;display:flex;flex-direction:column;transition:all .3s ease;box-shadow:2px 0 8px #0000001a;overflow-y:auto}.sidebar.closed{width:70px}.sidebar-header{padding:20px 15px;border-bottom:1px solid rgba(255,255,255,.1)}.logo{display:flex;align-items:center;gap:12px;cursor:pointer}.logo-icon{width:40px;height:40px;background:rgba(255,255,255,.2);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px}.logo-text{font-weight:600;font-size:14px}.sidebar-nav{flex:1;padding:15px 0;overflow-y:auto}.nav-item{width:100%;padding:12px 15px;background:none;border:none;color:#ffffffe6;cursor:pointer;display:flex;align-items:center;gap:12px;font-size:14px;transition:all .2s ease;position:relative}.nav-item:hover{background:rgba(255,255,255,.1);color:#fff}.nav-icon{display:flex;align-items:center;justify-content:center;min-width:20px}.nav-label{flex:1;text-align:left}.chevron{transition:transform .2s ease;min-width:16px}.chevron.expanded{transform:rotate(180deg)}.submenu{background:rgba(0,0,0,.1);padding:8px 0;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.submenu-item{display:block;padding:10px 15px 10px 50px;color:#fffc;text-decoration:none;font-size:13px;transition:all .2s ease}.submenu-item:hover{background:rgba(255,255,255,.1);color:#fff;padding-left:55px}.sidebar-footer{padding:15px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.version{font-size:12px;color:#fff9}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:transparent}.sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.header{background:white;border-bottom:1px solid #e1dfdd;padding:12px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 1px 4px #00000014}.header-left{flex:1;max-width:500px}.search-container{position:relative;display:flex;align-items:center}.search-icon{position:absolute;left:12px;color:#605e5c;pointer-events:none}.search-input{width:100%;padding:10px 12px 10px 36px;border:1px solid #e1dfdd;border-radius:4px;font-size:14px;transition:all .2s ease;background:#f3f2f1}.search-input:focus{outline:none;background:white;border-color:#0078d4;box-shadow:0 0 0 2px #0078d41a}.header-right{display:flex;align-items:center;gap:16px}.header-btn{background:none;border:none;cursor:pointer;color:#605e5c;padding:8px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;position:relative}.header-btn:hover{background:#f3f2f1;color:#0078d4}.notification-btn{position:relative}.notification-badge{position:absolute;top:0;right:0;background:#e81123;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.user-profile{display:flex;align-items:center;gap:12px;padding-left:16px;border-left:1px solid #e1dfdd}.profile-pic{width:36px;height:36px;border-radius:50%;object-fit:cover}.profile-info{display:flex;flex-direction:column;gap:2px}.profile-name{font-size:14px;font-weight:500;color:#323130}.profile-role{font-size:12px;color:#605e5c}.dashboard{flex:1;overflow-y:auto;padding:24px}.dashboard-header{margin-bottom:32px}.dashboard-header h1{font-size:28px;color:#323130;margin-bottom:8px;font-weight:600}.dashboard-subtitle{color:#605e5c;font-size:14px}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-bottom:32px}.dashboard-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:32px}.dashboard-card{background:white;border-radius:8px;border:1px solid #e1dfdd;padding:24px;box-shadow:0 1px 4px #00000014;transition:all .2s ease}.dashboard-card:hover{box-shadow:0 4px 12px #0000001f}.health-card{grid-column:1}.activity-card{grid-column:2}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.info-card{background:white;border-radius:8px;border:1px solid #e1dfdd;padding:20px;box-shadow:0 1px 4px #00000014}.info-card h3{font-size:16px;color:#323130;margin-bottom:16px;font-weight:600}.info-card ul{list-style:none;display:flex;flex-direction:column;gap:10px}.info-card li{font-size:14px;color:#605e5c;padding-left:20px;position:relative}.info-card li:before{content:"›";position:absolute;left:0;color:#0078d4;font-weight:700}.info-card a{color:#0078d4;text-decoration:none;transition:all .2s ease}.info-card a:hover{text-decoration:underline;color:#005a9e}.dashboard::-webkit-scrollbar{width:8px}.dashboard::-webkit-scrollbar-track{background:transparent}.dashboard::-webkit-scrollbar-thumb{background:#d2d0ce;border-radius:4px}.dashboard::-webkit-scrollbar-thumb:hover{background:#a19f9d}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr}.health-card,.activity-card{grid-column:1}}.metric-card{background:white;border-radius:8px;padding:20px;border-left:4px solid;box-shadow:0 1px 4px #00000014;transition:all .2s ease;display:flex;align-items:flex-start;gap:16px}.metric-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px)}.metric-blue{border-left-color:#0078d4}.metric-red{border-left-color:#e81123}.metric-green{border-left-color:#107c10}.metric-orange{border-left-color:#ff8c00}.metric-icon{width:48px;height:48px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.metric-blue .metric-icon{background:rgba(0,120,212,.1);color:#0078d4}.metric-red .metric-icon{background:rgba(232,17,35,.1);color:#e81123}.metric-green .metric-icon{background:rgba(16,124,16,.1);color:#107c10}.metric-orange .metric-icon{background:rgba(255,140,0,.1);color:#ff8c00}.metric-content{flex:1}.metric-title{font-size:12px;color:#605e5c;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.metric-value{font-size:28px;font-weight:700;color:#323130;margin-bottom:8px}.metric-change{display:flex;align-items:center;gap:6px;font-size:13px}.metric-change svg{width:16px;height:16px}.change-text.up{color:#107c10}.change-text.down{color:#e81123}.activity-feed{display:flex;flex-direction:column;height:100%}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.activity-header h2{font-size:18px;color:#323130;font-weight:600}.view-all{color:#0078d4;text-decoration:none;font-size:14px;transition:all .2s ease}.view-all:hover{text-decoration:underline;color:#005a9e}.activity-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.activity-item{display:flex;gap:12px;padding:12px;border-radius:6px;background:#f9f8f7;border-left:3px solid;transition:all .2s ease}.activity-item:hover{background:#f3f2f1}.activity-item.severity-info{border-left-color:#0078d4}.activity-item.severity-success{border-left-color:#107c10}.activity-item.severity-warning{border-left-color:#ff8c00}.activity-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-item.severity-info .activity-icon{background:rgba(0,120,212,.1);color:#0078d4}.activity-item.severity-success .activity-icon{background:rgba(16,124,16,.1);color:#107c10}.activity-item.severity-warning .activity-icon{background:rgba(255,140,0,.1);color:#ff8c00}.activity-content{flex:1;min-width:0}.activity-title{font-size:14px;font-weight:600;color:#323130;margin-bottom:4px}.activity-description{font-size:13px;color:#605e5c;margin-bottom:6px;line-height:1.4}.activity-time{font-size:12px;color:#a19f9d}.no-results{text-align:center;color:#605e5c;padding:32px 16px;font-size:14px}.activity-list::-webkit-scrollbar{width:6px}.activity-list::-webkit-scrollbar-track{background:transparent}.activity-list::-webkit-scrollbar-thumb{background:#d2d0ce;border-radius:3px}.activity-list::-webkit-scrollbar-thumb:hover{background:#a19f9d}.health-status{display:flex;flex-direction:column;height:100%}.health-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.health-header h2{font-size:18px;color:#323130;font-weight:600}.health-badge{padding:4px 12px;border-radius:16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.health-badge.healthy{background:rgba(16,124,16,.1);color:#107c10}.health-badge.warning{background:rgba(255,140,0,.1);color:#ff8c00}.health-badge.critical{background:rgba(232,17,35,.1);color:#e81123}.services-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;flex:1}.service-item{display:flex;align-items:center;gap:12px;padding:12px;border-radius:6px;background:#f9f8f7;border:1px solid #e1dfdd;transition:all .2s ease}.service-item:hover{background:#f3f2f1}.service-item.status-healthy{border-color:#107c10}.service-item.status-warning{border-color:#ff8c00}.service-item.status-investigating{border-color:#0078d4}.service-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.service-item.status-healthy .service-icon{background:rgba(16,124,16,.1);color:#107c10}.service-item.status-warning .service-icon{background:rgba(255,140,0,.1);color:#ff8c00}.service-item.status-investigating .service-icon{background:rgba(0,120,212,.1);color:#0078d4}.service-info{flex:1;min-width:0}.service-name{font-size:14px;font-weight:600;color:#323130;margin-bottom:2px}.service-status{font-size:12px;color:#605e5c}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}
