.Dashboard-module__8Mmpzq__dashboard{color:#fff;background:linear-gradient(135deg,#0a0e27 0%,#0f1642 50%,#0a0e27 100%);min-height:100vh}.Dashboard-module__8Mmpzq__header{background:#ffffff08;border-bottom:1px solid #ffffff0f;padding:1rem 0}.Dashboard-module__8Mmpzq__headerContent{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Dashboard-module__8Mmpzq__headerLeft{align-items:center;gap:1rem;display:flex}.Dashboard-module__8Mmpzq__logoGroup{color:#60a5fa;align-items:center;gap:.75rem;display:flex}.Dashboard-module__8Mmpzq__logoGroup h1{letter-spacing:.15em;color:#fff;margin:0;font-size:1.5rem;font-weight:800}.Dashboard-module__8Mmpzq__subtitle{color:#fff6;letter-spacing:.1em;text-transform:uppercase;font-size:.7rem}.Dashboard-module__8Mmpzq__syncBtn{color:#60a5fa;cursor:pointer;background:#60a5fa26;border:1px solid #60a5fa40;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.Dashboard-module__8Mmpzq__syncBtn:hover{background:#60a5fa40;transform:translateY(-1px)}.Dashboard-module__8Mmpzq__syncBtnLoading{opacity:.7;cursor:not-allowed}.Dashboard-module__8Mmpzq__spinning{animation:1s linear infinite Dashboard-module__8Mmpzq__spin}@keyframes Dashboard-module__8Mmpzq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Dashboard-module__8Mmpzq__statsBar{background:#ffffff05;border-bottom:1px solid #ffffff0a;padding:.75rem 0}.Dashboard-module__8Mmpzq__statsContent{align-items:center;gap:2rem;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Dashboard-module__8Mmpzq__stat{align-items:baseline;gap:.35rem;display:flex}.Dashboard-module__8Mmpzq__statNumber{color:#fff;font-size:1.25rem;font-weight:700}.Dashboard-module__8Mmpzq__statLabel{color:#fff6;font-size:.8rem}.Dashboard-module__8Mmpzq__lastSync{color:#ffffff4d;margin-left:auto;font-size:.75rem}.Dashboard-module__8Mmpzq__main{max-width:1200px;margin:0 auto;padding:2rem 1.5rem}.Dashboard-module__8Mmpzq__consoleCard{background:#0006;border:1px solid #ffffff0f;border-radius:12px;margin-bottom:2rem;overflow:hidden}.Dashboard-module__8Mmpzq__consoleHeader{color:#fff6;text-transform:uppercase;letter-spacing:.1em;border-bottom:1px solid #ffffff0a;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:.8rem;display:flex}.Dashboard-module__8Mmpzq__consoleDot{background:#fff3;border-radius:50%;width:8px;height:8px}.Dashboard-module__8Mmpzq__consoleDotSuccess{background:#10b981}.Dashboard-module__8Mmpzq__consoleDotError{background:#ef4444}.Dashboard-module__8Mmpzq__consoleBody{color:#fff9;white-space:pre-wrap;word-break:break-word;max-height:200px;margin:0;padding:1rem;font-family:JetBrains Mono,SF Mono,monospace;font-size:.8rem;line-height:1.6;overflow-y:auto}.Dashboard-module__8Mmpzq__emptyState{text-align:center;color:#fff6;padding:5rem 2rem}.Dashboard-module__8Mmpzq__emptyState h2{color:#fff9;margin:1.5rem 0 .5rem;font-size:1.5rem}.Dashboard-module__8Mmpzq__emptyState p{max-width:400px;margin-bottom:2rem;margin-left:auto;margin-right:auto}.Dashboard-module__8Mmpzq__campaignsGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.Dashboard-module__8Mmpzq__campaignCard{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem;transition:all .25s;position:relative;overflow:hidden}.Dashboard-module__8Mmpzq__campaignCard:before{content:"";background:var(--theme-color,#3b82f6);opacity:.6;height:3px;position:absolute;top:0;left:0;right:0}.Dashboard-module__8Mmpzq__campaignCard:hover{background:#ffffff12;border-color:#ffffff1a;transform:translateY(-2px);box-shadow:0 12px 24px #0000004d}.Dashboard-module__8Mmpzq__cardHeader{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.Dashboard-module__8Mmpzq__cardBadge{letter-spacing:.1em;color:#0a0e27;border-radius:6px;padding:.2rem .6rem;font-size:.65rem;font-weight:700}.Dashboard-module__8Mmpzq__cardStatus{align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;display:flex}.Dashboard-module__8Mmpzq__cardTitle{color:#fff;margin-bottom:.75rem;font-size:1.15rem;font-weight:700;line-height:1.3}.Dashboard-module__8Mmpzq__cardMeta{flex-direction:column;gap:.35rem;margin-bottom:1.25rem;display:flex}.Dashboard-module__8Mmpzq__cardMetaItem{color:#fff6;align-items:center;gap:.5rem;font-size:.8rem;display:flex}.Dashboard-module__8Mmpzq__cardActions{gap:.75rem;display:flex}.Dashboard-module__8Mmpzq__previewBtn,.Dashboard-module__8Mmpzq__liveBtn{border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.Dashboard-module__8Mmpzq__previewBtn{color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff14}.Dashboard-module__8Mmpzq__previewBtn:hover{color:#fff;background:#ffffff1a}.Dashboard-module__8Mmpzq__liveBtn{color:#60a5fa;background:#60a5fa26;border:1px solid #60a5fa33}.Dashboard-module__8Mmpzq__liveBtn:hover{background:#60a5fa40}@media (max-width:768px){.Dashboard-module__8Mmpzq__headerContent{flex-direction:column;gap:1rem}.Dashboard-module__8Mmpzq__statsContent{flex-wrap:wrap;gap:1rem}.Dashboard-module__8Mmpzq__lastSync{width:100%;margin-left:0}.Dashboard-module__8Mmpzq__campaignsGrid{grid-template-columns:1fr}}
