:root{--uma-primary:#E8513D;--uma-secondary:#3F5666;--uma-accent:#9ACB4E;--uma-gold:#E2B923;--uma-error:#Df2828;--uma-light-gray:#f8f9fa;--uma-border-light:#ecf0f1;--uma-text-gray:#6c757d;--uma-text-dark:#2c3e50;--uma-white:#ffffff;--uma-shadow:0 10px 30px rgba(0,0,0,0.1);--uma-radius:15px;--uma-transition:all 0.3s ease}.uma-enhanced-dashboard{max-width:1400px;margin:0 auto;padding:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.momentum-header{background:linear-gradient(135deg,var(--uma-secondary) 0%,#2c3e50 100%);color:var(--uma-white);border-radius:20px;padding:40px;margin-bottom:30px;position:relative;overflow:hidden}.momentum-header::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle,rgb(255 255 255 / .1) 0%,transparent 70%);animation:shimmer 6s ease-in-out infinite}@keyframes shimmer{0%,100%{transform:rotate(0deg)}50%{transform:rotate(180deg)}}.header-content{display:flex;justify-content:space-between;align-items:center;position:relative;z-index:1}.welcome-section h1{font-size:2.5rem;font-weight:700;margin-bottom:15px}.user-name{color:var(--uma-gold)}.welcome-subtitle{font-size:1.2rem;opacity:.9;margin-bottom:25px}.current-stage-badge{background:rgb(255 255 255 / .15);padding:15px 25px;border-radius:50px;display:inline-flex;align-items:center;gap:10px;backdrop-filter:blur(10px)}.header-stats{display:flex;gap:30px}.header-stat{text-align:center}.stat-number{font-size:2rem;font-weight:700;color:var(--uma-gold)}.stat-label{font-size:.9rem;opacity:.8}.dashboard-main-grid{display:grid;grid-template-columns:2fr 1fr;gap:30px}.progress-overview{background:var(--uma-white);padding:30px;border-radius:var(--uma-radius);box-shadow:var(--uma-shadow)}.section-title{display:flex;align-items:center;gap:10px;font-size:1.5rem;color:var(--uma-text-dark);font-weight:600;margin-bottom:20px}.momentum-dashboard-container{max-width:1200px;margin:0 auto;padding:30px 20px;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#f5f7fa 0%,#c3cfe2 100%);min-height:80vh}.dashboard-header{text-align:center;margin-bottom:40px;padding:40px 20px;background:#fff;border-radius:20px;box-shadow:0 15px 35px rgb(0 0 0 / .1);position:relative;overflow:hidden}.dashboard-header::before{content:'';position:absolute;top:0;left:0;right:0;height:6px;background:linear-gradient(90deg,#e8513d 0%,#f39c12 25%,#9acb4e 50%,#3f5666 75%,#e8513d 100%)}.stage-badge{display:inline-block;background:var(--stage-color,#e8513d);color:#fff;padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:15px;text-transform:uppercase;letter-spacing:1px}.stage-title{font-size:2.5rem;font-weight:700;margin:15px 0;color:#2c3e50;line-height:1.2}.stage-description{font-size:1.2rem;color:#7f8c8d;max-width:600px;margin:0 auto;line-height:1.5}.main-content{display:grid;grid-template-columns:1fr 300px;gap:30px;margin-bottom:40px}.milestones-section{background:#fff;border-radius:20px;padding:30px;box-shadow:0 15px 35px rgb(0 0 0 / .08)}.milestones-header{margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #ecf0f1}.milestones-title{font-size:1.8rem;font-weight:700;color:#2c3e50;margin-bottom:10px;display:flex;align-items:center;gap:10px}.milestones-subtitle{color:#7f8c8d;font-size:1rem;margin-bottom:20px}.progress-summary{display:flex;align-items:center;gap:20px;padding:20px;background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);border-radius:15px;margin-bottom:20px}.progress-circle{position:relative;width:80px;height:80px}.progress-ring{width:80px;height:80px;transform:rotate(-90deg)}.progress-ring-bg{fill:none;stroke:#e9ecef;stroke-width:6}.progress-ring-progress{fill:none;stroke:var(--stage-color,#e8513d);stroke-width:6;stroke-dasharray:314;stroke-dashoffset:314;transition:stroke-dashoffset 1s ease-in-out;stroke-linecap:round}.progress-percentage{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.2rem;font-weight:700;color:#2c3e50}.progress-details{flex:1}.progress-text{font-size:1.1rem;color:#2c3e50;margin-bottom:5px;font-weight:600}.points-display{font-size:1.3rem;font-weight:700;color:var(--stage-color,#e8513d)}.milestones-grid{display:grid;gap:15px}.milestone-item{display:flex;align-items:flex-start;padding:20px;background:#f8f9fa;border-radius:12px;transition:all 0.3s ease;cursor:pointer;border-left:4px solid #fff0;position:relative;overflow:hidden}.milestone-item:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 8px 25px rgb(0 0 0 / .1)}.milestone-item.completed{background:linear-gradient(135deg,#d4edda,#c3e6cb);border-left-color:#9ACB4E}.milestone-checkbox{width:24px;height:24px;border:2px solid #dee2e6;border-radius:6px;margin-right:15px;cursor:pointer;transition:all 0.3s ease;position:relative;flex-shrink:0;background:#fff;margin-top:2px}.milestone-checkbox.completed{background:#9ACB4E;border-color:#9ACB4E}.milestone-checkbox.completed::after{content:'✓';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700}.milestone-checkbox:hover{border-color:var(--stage-color,#e8513d);background:rgb(232 81 61 / .05)}.milestone-content{flex:1;display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.milestone-text{flex:1;font-size:1.1rem;line-height:1.5;color:#2c3e50;font-weight:500}.milestone-text.completed{text-decoration:line-through;opacity:.7;color:#6c757d}.milestone-type{background:var(--stage-color,#e8513d);color:#fff;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-right:10px}.milestone-points{background:linear-gradient(135deg,#E8513D 0%,#E2B923 100%);color:#fff;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:600;flex-shrink:0;box-shadow:0 2px 8px rgb(232 81 61 / .2)}.stats-sidebar{display:flex;flex-direction:column;gap:20px}.stat-card{background:#fff;padding:25px;border-radius:15px;box-shadow:0 10px 30px rgb(0 0 0 / .08);text-align:center;transition:transform 0.3s ease;border-top:4px solid var(--stage-color,#e8513d)}.stat-card:hover{transform:translateY(-5px)}.stat-card .stat-number{font-size:2.5rem;font-weight:700;margin-bottom:8px;color:var(--stage-color,#e8513d)}.stat-card .stat-label{color:#7f8c8d;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.celebration-message{background:linear-gradient(135deg,#9ACB4E,#8db448);color:#fff;padding:20px;border-radius:15px;margin:20px 0;text-align:center;animation:celebrationPulse 2s ease-in-out}.celebration-icon{font-size:2rem;margin-bottom:10px;display:block}.continue-button{background:linear-gradient(135deg,#E8513D,#c0392b);color:#fff;padding:12px 24px;border:none;border-radius:25px;font-size:1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;text-decoration:none;display:inline-block;margin-top:10px}.continue-button:hover{background:linear-gradient(135deg,#c0392b,#a93226);transform:translateY(-2px);box-shadow:0 8px 25px rgb(232 81 61 / .3);color:#fff}.momentum-dashboard-container[data-stage="awakening"]{--stage-color:#e74c3c}.momentum-dashboard-container[data-stage="foundation"]{--stage-color:#f39c12}.momentum-dashboard-container[data-stage="authority"]{--stage-color:#9acb4e}.momentum-dashboard-container[data-stage="connection"]{--stage-color:#3f5666}.momentum-dashboard-container[data-stage="amplification"]{--stage-color:#e8513d}.milestone-description{color:var(--uma-text-gray);font-size:.9rem;line-height:1.4;margin:8px 0}.milestone-card.completed .milestone-description,.milestone-item.completed .milestone-description{opacity:.7}.type-badge,.milestone-type{margin-top:10px}.path-icon{cursor:pointer;transition:all 0.3s ease}.path-icon:hover{transform:translateY(-3px) scale(1.05)}.milestone-checkbox{transition:all 0.2s ease}.milestone-checkbox:hover{transform:scale(1.05);border-color:var(--uma-primary)}.video-item{transition:all 0.2s ease}.video-item:hover{background:var(--uma-light-gray);border-radius:8px;padding:10px;margin:0 -10px}@media (max-width:768px){.momentum-dashboard-container{padding:20px 10px}.main-content,.dashboard-main-grid{grid-template-columns:1fr;gap:20px}.dashboard-header{padding:30px 15px}.stage-title{font-size:1.8rem}.milestone-item{padding:15px}.milestone-content{flex-direction:column;align-items:flex-start;gap:10px}.progress-summary{flex-direction:column;text-align:center;gap:15px}.milestone-card{padding:15px}.milestone-header{flex-wrap:wrap;gap:10px}.milestone-points{order:3;width:100%;text-align:center;margin-top:10px}.header-stats{flex-direction:column;gap:15px}.header-content{flex-direction:column;text-align:center;gap:20px}}@keyframes celebrationPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.5}}@keyframes slideInUp{from{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.milestone-item,.milestone-card{animation:fadeInUp 0.6s ease-out;animation-fill-mode:both}.milestone-item:nth-child(1){animation-delay:0.1s}.milestone-item:nth-child(2){animation-delay:0.2s}.milestone-item:nth-child(3){animation-delay:0.3s}.milestone-item:nth-child(4){animation-delay:0.4s}.milestone-item:nth-child(5){animation-delay:0.5s}.milestone-item:nth-child(6){animation-delay:0.6s}.loading{animation:pulse 1.5s ease-in-out infinite}.fadeInUp{animation:fadeInUp 0.6s ease-out}.celebration-overlay{animation:fadeIn 0.3s ease-out}.celebration-content{animation:slideInUp 0.5s ease-out}.celebration-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgb(0 0 0 / .8);display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:all 0.3s ease}.celebration-overlay.show{opacity:1;visibility:visible}.celebration-content{background:#fff;padding:40px;border-radius:20px;text-align:center;max-width:500px;margin:20px}.celebration-icon{font-size:4rem;margin-bottom:20px}.celebration-title{color:#2c3e50;margin-bottom:15px;font-size:1.5rem}.celebration-message{color:#7f8c8d;margin-bottom:30px;font-size:1rem}.celebration-button{background:linear-gradient(135deg,#9ACB4E,#8db448);color:#fff;border:none;padding:15px 30px;border-radius:25px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all 0.3s ease}.celebration-button:hover{background:linear-gradient(135deg,#8db448,#7aa33d);transform:translateY(-2px)}