*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,sans-serif;background:#f5f7fa;color:#2d3748;overflow:hidden}.demo-container{display:flex;height:100vh}.sidebar{width:240px;background:#2d3748;color:#fff;display:flex;flex-direction:column}.sidebar-header{padding:24px 20px;border-bottom:1px solid rgba(255,255,255,.1)}. sidebar-header h1{font-size:22px;font-weight:700;margin-bottom:4px;color:#4dd0e1}.version{font-size:12px;color:#a0aec0}.sidebar-nav{flex:1;padding:20px 0}.nav-item{display:flex;align-items:center;gap:12px;padding:12px 20px;color:#cbd5e0;text-decoration:none;transition:all .2s;border-left:3px solid transparent}.nav-item:hover{background:rgba(255,255,255,.05);color:#fff}.nav-item.active{background:rgba(77,208,225,.1);color:#4dd0e1;border-left-color:#4dd0e1}.nav-icon{font-size:20px}.sidebar-footer{padding:20px;border-top:1px solid rgba(255,255,255,.1)}.user-info{margin-bottom:12px;font-size:14px;color:#cbd5e0}.btn-exit{width:100%;padding:10px;background:transparent;border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:6px;cursor:pointer;transition:all .2s}.btn-exit:hover{background:rgba(255,255,255,.1)}.main-content{flex:1;overflow-y:auto;padding:30px}.view{display:none}.view.active{display:block}.view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.view-header h2{font-size:28px;font-weight:700;color:#2d3748}.header-actions{display:flex;gap:10px}.btn-primary,.btn-secondary,.btn-danger{padding:10px 20px;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary{background:#4dd0e1;color:#000}.btn-primary:hover{background:#3ab8c8;transform:translateY(-1px)}.btn-secondary{background:#e2e8f0;color:#2d3748}.btn-secondary:hover{background:#cbd5e0}.btn-danger{background:#fc8181;color:#fff}.btn-danger:hover{background:#f56565}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.metrics-grid.compact{grid-template-columns:repeat(3,1fr)}.metric-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.08);display:flex;gap:20px;align-items:center}.metric-card.blue{border-left:4px solid #4299e1}.metric-card.green{border-left:4px solid #48bb78}.metric-card.orange{border-left:4px solid #ed8936}.metric-card.purple{border-left:4px solid #9f7aea}.metric-icon{font-size:40px}.metric-data h3{font-size:14px;color:#718096;margin-bottom:8px}.metric-number{font-size:32px;font-weight:700;color:#2d3748;margin-bottom:4px}.metric-change{font-size:12px;font-weight:600}.metric-change.negative{color:#fc8181}.metric-card-small{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.08);text-align:center}.metric-card-small h4{font-size:14px;color:#718096;margin-bottom:8px}.big-number{font-size:36px;font-weight:700;color:#2d3748}.alerts-section{margin-bottom:30px}.alert{background:#fff;border-radius:12px;padding:20px;margin-bottom:15px;display:flex;align-items:center;gap:15px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.alert span{font-size:24px}.alert p{flex:1;color:#2d3748}.btn-link{background:transparent;border:none;color:#4dd0e1;font-weight:600;cursor:pointer}.demo-note{background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;padding:16px 20px;border-radius:12px;margin-top:30px}.demo-note p{margin:0}.search-bar{margin-bottom:20px}.search-input{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px}.table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.08)}.data-table{width:100%;border-collapse:collapse}.data-table thead{background:#f7fafc}.data-table th{padding:16px;text-align:left;font-weight:600;color:#4a5568;border-bottom:2px solid #e2e8f0}.data-table td{padding:16px;border-bottom:1px solid #e2e8f0}.data-table tr.clickable:hover{background:#f7fafc;cursor:pointer}.badge-active{color:#48bb78;font-weight:700}.badge-warning{background:#fef5e7;color:#d69e2e;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.badge-info{background:#e6fffa;color:#319795;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.badge-danger{background:#fff5f5;color:#e53e3e;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.btn-pagination{padding:8px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer}.filters{display:flex;gap:15px;margin-bottom:20px}.filter-select,.filter-date{padding:10px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.calendar-nav{display:flex;gap:20px;align-items:center}.current-month{font-size:18px;font-weight:600}.btn-calendar{padding:8px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer}.calendar-legend{display:flex;gap:20px;margin-bottom:20px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:8px;font-size:14px}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#fc8181}.dot.green{background:#48bb78}.dot.blue{background:#4299e1}.dot.purple{background:#9f7aea}.dot.orange{background:#ed8936}.dot.pink{background:#f687b3}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:1px;background:#e2e8f0;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.calendar-day{background:#fff;min-height:100px;padding:8px}.calendar-day.header{background:#f7fafc;min-height:auto;padding:12px;font-weight:600;text-align:center}.day-number{display:block;font-weight:600;margin-bottom:8px}.calendar-day.selected{background:#e6fffa;border:2px solid #4dd0e1}.day-events{display:flex;flex-direction:column;gap:4px}.event{font-size:11px;padding:4px 6px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.event.green{background:#c6f6d5;color:#22543d}.event.blue{background:#bee3f8;color:#2c5282}.event.orange{background:#fbd38d;color:#7c2d12}.event.pink{background:#fbb6ce;color:#702459}.report-filters{display:flex;gap:15px;margin-bottom:30px}.btn-generate{padding:10px 24px;background:#4dd0e1;color:#000;border:none;border-radius:6px;font-weight:600;cursor:pointer}.chart-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.chart-section h3{margin-bottom:20px;color:#2d3748}.chart-bars{display:flex;flex-direction:column;gap:16px}.bar-item{display:grid;grid-template-columns:180px 1fr 200px;gap:12px;align-items:center}.bar-label{font-weight:600;color:#4a5568}.bar-track{background:#e2e8f0;height:32px;border-radius:6px;position:relative;overflow:hidden}.bar-fill{height:100%;border-radius:6px;transition:width .3s}.bar-fill.blue{background:#4299e1}.bar-fill.green{background:#48bb78}.bar-fill.orange{background:#ed8936}.bar-fill.purple{background:#9f7aea}.bar-value{font-size:14px;color:#718096}