.danfo-dash-wrap{max-width:100%;margin:12px auto; text-align:center; font-family:Inter, Arial, Helvetica, sans-serif; color:#111;}
.danfo-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px;gap:8px;}
.danfo-header .score{font-weight:700;background:#0d2844;padding:6px 10px;border-radius:6px;color:#fff;}
.danfo-header .controls button{margin-left:6px;padding:6px 10px;border-radius:6px;border:none;background:#0275d8;color:#fff;cursor:pointer;}
.danfo-header .controls button:hover{opacity:0.95}
#danfo-dash-canvas{width:100%;height:auto;border-radius:8px;background:linear-gradient(#6ec6ff,#87ceeb);display:block;margin:0 auto;box-shadow:0 6px 18px rgba(13,40,68,0.15);}
.dd-hint{margin-top:8px;font-size:13px;color:#333}
@media (max-width:600px){ .danfo-header{flex-direction:column; gap:6px} }
