*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:visible;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}body{color:#333;background:#f5f5f5}a{color:inherit;text-decoration:none}.dashboard-container{min-height:100vh;padding:2rem}h1{font-size:2rem;margin-bottom:1rem}p{line-height:1.6}:root{--color-primary:#3B82F6;--color-success:#10B981;--color-warning:#F59E0B;--color-danger:#EF4444;--color-gray-50:#F9FAFB;--color-gray-100:#F3F4F6;--color-gray-200:#E5E7EB;--color-gray-300:#D1D5DB;--color-gray-400:#9CA3AF;--color-gray-500:#6B7280;--color-gray-700:#374151;--color-gray-900:#111827;--color-red-50:#FEE2E2;--color-red-100:#FCA5A5;--color-red-600:#DC2626;--color-yellow-50:#FEF3C7;--color-yellow-200:#FCD34D;--color-yellow-800:#92400E;--color-yellow-900:#78350F}.dashboard-layout{display:flex;min-height:100vh;background:#F8F9FA}.dashboard-main{flex:1 1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh;width:calc(100% - 260px);overflow-x:visible}.dashboard-content-wrapper{flex:1 1;padding:32px 40px;max-width:1600px;width:100%;margin:0 auto}.dashboard-header-section{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.header-title-group{flex:1 1}.dashboard-title{font-size:32px;font-weight:700;color:#111827;margin:0 0 8px;letter-spacing:-.5px}.dashboard-subtitle{font-size:15px;color:#6B7280;margin:0;font-weight:400}.logout-btn{background:#EF4444;color:white;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;letter-spacing:.2px}.logout-btn:hover{background:#DC2626;box-shadow:0 2px 8px rgba(239,68,68,.25)}.logout-btn:active{transform:translateY(1px)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:32px}.stat-card{background:white;padding:24px;border-radius:8px;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:12px}.stat-header{display:flex;align-items:center;gap:10px}.stat-icon-symbol{font-size:18px;color:#3A7BFF;line-height:1}.stat-label{font-size:13px;color:#6B7280;font-weight:500;letter-spacing:.2px}.stat-value{font-size:32px;font-weight:700;color:#111827;line-height:1}.dashboard-sections{display:grid;grid-template-columns:2fr 1fr;grid-gap:24px;gap:24px}.section-card{background:white;padding:28px;border-radius:8px;border:1px solid #e5e7eb}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.section-header h2{font-size:18px;font-weight:700;color:#111827;margin:0;letter-spacing:-.3px}.empty-state{text-align:center;padding:60px 20px;color:#9CA3AF;font-size:14px}.changes-list{display:flex;flex-direction:column;gap:0}.change-item{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #f3f4f6;transition:all .2s ease}.change-item:last-child{border-bottom:none}.change-item:hover{padding-left:8px;margin-left:-8px}.change-type-indicator{flex-shrink:0;margin-top:2px}.change-badge{font-size:10px;font-weight:700;padding:4px 8px;border-radius:4px;letter-spacing:.5px}.change-badge.added{background:#D1FAE5;color:#065F46}.change-badge.modified{background:#DBEAFE;color:#1E40AF}.change-badge.deleted{background:#FEE2E2;color:#991B1B}.change-badge.saved{background:#E0E7FF;color:#3730A3}.change-content{flex:1 1;min-width:0}.change-document{font-weight:600;color:#3A7BFF;text-decoration:none;transition:color .2s;font-size:14px}.change-document:hover{color:#2563EB;text-decoration:underline}.change-section{font-size:14px;color:#6B7280}.change-meta{display:flex;align-items:center;gap:8px;margin-top:6px;font-size:12px;color:#9CA3AF}.meta-separator{color:#D1D5DB}.change-user{font-weight:500;color:#6B7280;display:flex;align-items:center;gap:6px}.change-user-avatar{width:16px;height:16px;border-radius:50%;object-fit:cover;flex-shrink:0}.change-time{color:#9CA3AF}.change-pillar{background:#F3F4F6;color:#374151;padding:2px 8px;border-radius:4px;font-weight:500;font-size:11px}.view-all-link{font-size:13px;color:#3A7BFF;text-decoration:none;font-weight:600;transition:color .2s;letter-spacing:.2px}.view-all-link:hover{color:#2563EB;text-decoration:underline}.system-info-list{display:flex;flex-direction:column;gap:0}.info-item{display:flex;align-items:center;justify-content:space-between;padding:16px 12px;border-bottom:1px solid #f3f4f6}.info-item:last-child{border-bottom:none}.info-label{font-size:14px;color:#6B7280;font-weight:500;letter-spacing:.2px}.info-value{font-size:18px;font-weight:700;color:#111827}.loading-state{display:flex;justify-content:center;align-items:center;font-size:16px;color:#6B7280;font-weight:500}.loading-state,.recent-changes-card,.system-info-card{min-height:400px}@media (max-width:1400px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:1024px){.dashboard-main{margin-left:220px}.dashboard-content-wrapper{padding:24px 32px}.dashboard-sections{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-main{margin-left:0}.dashboard-content-wrapper{padding:20px}.dashboard-header-section{flex-direction:column;gap:16px}.logout-btn{width:100%}.stats-grid{grid-template-columns:1fr;gap:16px}.stat-card{padding:20px}.stat-value{font-size:28px}.section-card{padding:20px}.dashboard-title{font-size:24px}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.metrics-ping-indicator{position:relative;display:inline-block}.metrics-ping-indicator.metrics-active:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:rgba(16,185,129,.5);animation:ping 2s cubic-bezier(0,0,.2,1) infinite}.chainguard-header{width:calc(100% + 260px);height:250px;background:linear-gradient(135deg,#000000,#02040E);position:relative;display:flex;align-items:center;justify-content:center;padding:0 60px 0 320px;overflow:hidden;margin-left:-260px}.chainguard-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 4px);pointer-events:none}.header-content-wrapper{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1400px;gap:60px;position:relative;z-index:1}.header-left-content{flex:1 1;display:flex;flex-direction:column;gap:12px}.header-catchphrase{font-size:2.5rem;font-weight:800;line-height:1.2;background:linear-gradient(180deg,#EAF3FF,#FFFFFF);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-1px;margin:0}.header-subline{font-size:1.2rem;font-weight:400;color:#DDE7FF;letter-spacing:.3px;margin:0}.header-right-content{gap:16px;min-width:280px;position:relative;z-index:2}.header-brand-cluster,.header-right-content{display:flex;flex-direction:column;align-items:flex-end}.header-brand-cluster{gap:6px}.header-logo-right{opacity:.95;filter:drop-shadow(0 4px 20px rgba(75,142,249,.25))}.header-brand-name{font-size:1.7rem;font-weight:700;background:linear-gradient(180deg,#9BA3AE,#6B6F75);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.5px;margin-top:-6px}.header-cta-box{padding:14px 28px;background:rgba(255,255,255,.02);border:1.5px solid #3a7bff;border-radius:7px;text-align:right;font-size:.95rem;line-height:1.6;color:#FFFFFF;font-weight:600;white-space:nowrap;transition:all .3s ease;box-shadow:0 0 12px rgba(58,123,255,.15);cursor:pointer}.header-cta-box:hover{background:rgba(255,255,255,.05);border-color:#5B94FF;box-shadow:0 0 20px rgba(58,123,255,.25);transform:translateY(-1px)}.header-website-corner{position:absolute;bottom:12px;right:20px;font-size:1rem;font-weight:500;color:#E8ECEF;opacity:.85;letter-spacing:.3px;z-index:1}@media (max-width:1024px){.chainguard-header{height:200px;padding:0 40px}.header-catchphrase{font-size:2rem}.header-subline{font-size:1rem}.header-logo-right{width:80px;height:80px}.header-brand-name{font-size:1.4rem}.header-cta-box{font-size:.85rem;padding:12px 24px}}@media (max-width:768px){.chainguard-header{height:auto;min-height:180px;padding:30px 20px}.header-content-wrapper{flex-direction:column;gap:30px;text-align:center}.header-brand-cluster,.header-left-content,.header-right-content{align-items:center}.header-catchphrase{font-size:1.8rem}.header-cta-box{text-align:center}}.dashboard-sidebar{width:260px;height:100vh;background:linear-gradient(135deg,#000000,#02040E);display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:100}.dashboard-sidebar:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(255,255,255,.01) 0,rgba(255,255,255,.01) 4px);pointer-events:none}.sidebar-branding{height:250px;padding:0 20px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:24px;position:relative;z-index:1;flex-shrink:0}.sidebar-labs-brand{display:flex;align-items:center;gap:12px;width:100%}.sidebar-labs-logo{opacity:.95;filter:drop-shadow(0 2px 8px rgba(75,142,249,.2));flex-shrink:0}.sidebar-labs-text{display:flex;flex-direction:column;gap:2px;flex:1 1}.sidebar-labs-name{font-size:16px;font-weight:700;color:#FFFFFF;letter-spacing:-.3px}.sidebar-labs-tagline{font-size:11px;font-weight:400;color:#9BA3AE;letter-spacing:.2px}.sidebar-product-brand{display:flex;align-items:center;gap:12px;padding:12px 16px;background:rgba(255,255,255,.03);border:1.5px solid rgba(58,123,255,.25);border-radius:8px;width:100%;transition:all .2s ease}.sidebar-product-brand:hover{background:rgba(255,255,255,.05);border-color:rgba(58,123,255,.4)}.sidebar-product-logo{opacity:.95;flex-shrink:0}.sidebar-product-name{font-size:16px;font-weight:700;background:linear-gradient(180deg,#9BA3AE,#6B6F75);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.3px}.sidebar-navigation{flex:1 1;padding:20px 12px;display:flex;flex-direction:column;gap:4px;position:relative;z-index:1;overflow-y:auto}.nav-section-label{font-size:11px;font-weight:600;color:#6B7280;text-transform:uppercase;letter-spacing:.8px;padding:8px 12px;margin-bottom:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:transparent;border:none;border-radius:6px;color:#9BA3AE;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.nav-item:hover{background:rgba(255,255,255,.05);color:#FFFFFF}.nav-item.active{background:rgba(58,123,255,.15);color:#FFFFFF;border-left:3px solid #3a7bff;padding-left:13px}.nav-item.executive-pillar{background:transparent;border:none;padding:10px 16px;width:100%;text-align:left;transition:all .2s ease}.nav-item.executive-pillar:hover{background:rgba(255,255,255,.05);color:#FFFFFF}.nav-item.executive-pillar.expanded{color:#FFFFFF}.nav-item.executive-doc{background:transparent;border:none;padding:8px 16px;width:100%;text-align:left;transition:all .2s ease}.nav-item.executive-doc:hover{background:rgba(255,255,255,.05)}.nav-item.executive-doc.active{background:rgba(58,123,255,.15);color:#FFFFFF;border-left:3px solid #3a7bff;padding-left:13px}.nav-icon{font-size:16px;line-height:1;opacity:.8}.nav-label{flex:1 1;letter-spacing:.2px}.sidebar-user{padding:20px;border-top:1px solid rgba(255,255,255,.08);background:rgba(255,255,255,.02);position:relative;z-index:1;flex-shrink:0}.sidebar-user,.user-info{display:flex;align-items:center;gap:12px}.user-info{flex:1 1;min-width:0}.user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3A7BFF,#5B94FF);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:#FFFFFF;flex-shrink:0;overflow:hidden}.user-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-details{flex:1 1;min-width:0}.user-name{font-size:13px;font-weight:600;color:#FFFFFF;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.user-role-badge{font-size:10px;font-weight:600;color:#3A7BFF;text-transform:uppercase;letter-spacing:.5px;background:rgba(58,123,255,.15);padding:2px 8px;border-radius:4px;display:inline-block}.logout-button{width:36px;height:36px;border-radius:6px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0}.logout-button:hover{background:rgba(239,68,68,.15);border-color:rgba(239,68,68,.3)}.logout-icon{font-size:18px;color:#9BA3AE;transition:color .2s}.logout-button:hover .logout-icon{color:#EF4444}.dashboard-sidebar::-webkit-scrollbar{width:6px}.dashboard-sidebar::-webkit-scrollbar-track{background:rgba(0,0,0,.2)}.dashboard-sidebar::-webkit-scrollbar-thumb{background:rgba(255,255,255,.1);border-radius:3px}.dashboard-sidebar::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.15)}@media (max-width:1024px){.dashboard-sidebar{width:220px}.sidebar-branding{padding:20px 16px}.nav-item{padding:10px 12px;font-size:13px}}@media (max-width:768px){.dashboard-sidebar{width:100%;height:auto;position:relative;border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}.sidebar-navigation{flex-direction:row;overflow-x:auto;padding:12px}.nav-section-label{display:none}.nav-item{flex-direction:column;gap:6px;padding:12px 16px;min-width:80px}.nav-label{font-size:11px}}