.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}