.MuiButtonBase-root.buttonHover{background:linear-gradient(135deg,#028175,#02fc6a);border-radius:12px;transition:all .3s ease;box-shadow:0 4px 16px rgba(2,252,106,.25);color:#0a1612;font-weight:600}.MuiButtonBase-root.buttonHover:hover{background:linear-gradient(135deg,#02a08f,#33fd8a);transform:translateY(-2px);box-shadow:0 8px 24px rgba(2,252,106,.4)}.MuiButtonBase-root.buttonHover:active{transform:translateY(0);box-shadow:0 2px 8px rgba(2,252,106,.2)}.dashboard-card{border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.3);transition:all .3s ease;background:#0d1f1a;border:1px solid rgba(2,129,117,.2)}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(2,252,106,.15);border-color:rgba(2,252,106,.4)}.stat-number{font-weight:700;font-size:2.5rem;background:linear-gradient(135deg,#028175,#02fc6a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-title{font-weight:600;color:#fff;letter-spacing:-.02em}.success-indicator{color:#02fc6a}.warning-indicator{color:#f59e0b}.error-indicator{color:#ef4444}.chart-primary{color:#02fc6a}.chart-secondary{color:#028175}@media (prefers-color-scheme:light){.section-title{color:#1f2937}.dashboard-card{background:#fff;box-shadow:0 4px 20px rgba(2,129,117,.1);border-color:rgba(2,129,117,.15)}.dashboard-card:hover{box-shadow:0 12px 32px rgba(2,129,117,.2)}}.event-container{position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center}.delete-icon,.edit-icon{opacity:0;transition:opacity .3s;margin-left:5px;z-index:1}.event-container:hover .delete-icon,.event-container:hover .edit-icon{opacity:1}.edgebutton{width:20px;height:20px;background:#eee;border:1px solid #fff;cursor:pointer;border-radius:50%;font-size:12px;line-height:1;justify-content:center;display:flex;align-self:center;align-items:center}.edgebutton:hover{box-shadow:0 0 6px 2px rgba(0,0,0,.08)}.edgebutton-foreignobject body{background:transparent;width:40px;height:40px;display:flex;justify-content:center;align-items:center;min-height:40px}.react-flow__edge-path{stroke-width:6px}.react-flow__edge.selected .react-flow__edge-path{stroke:#00f}