.ur-wrap{position:relative;width:100vw;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;background:linear-gradient(170deg,#1C2340 0%,#141928 40%,#0d0f18 100%);min-height:100vh;overflow-x:hidden}.ur-dashboard{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem;font-family:'DM Sans',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:#e2e0d8;background:#fff0}.ur-dashboard__header{text-align:center;padding:2rem 0;margin-bottom:2rem;position:relative}.ur-dashboard__title{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(2rem, 5vw, 2.75rem);font-weight:400;margin:0 0 .5rem;color:#d4af37;letter-spacing:.02em}.ur-dashboard__subtitle{font-size:1.1rem;color:#8a8880;margin:0 0 1rem;font-weight:300}.ur-dashboard__user-badge{display:inline-flex;align-items:center;gap:10px;padding:8px 18px;background:rgb(10 15 30 / .5);border:1px solid rgb(255 255 255 / .06);border-radius:8px}.ur-dashboard__user-name{font-weight:600;color:#d4af37;font-size:14px}.ur-dashboard__user-email{color:#8a8880;font-size:13px}.ur-dashboard__header-actions{position:absolute;top:2rem;right:0;display:flex;align-items:center;gap:10px}.ur-dashboard__settings-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:#fff0;border:1px solid rgb(212 175 55 / .3);color:#d4af37;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;border-radius:6px;text-decoration:none;cursor:pointer;transition:all 0.2s ease}.ur-dashboard__settings-btn:hover{background:rgb(212 175 55 / .08);color:#e0bb47;border-color:rgb(212 175 55 / .5);transform:translateY(-1px)}.ur-dashboard__signout-btn{padding:8px 16px;background:#fff0;border:1px solid rgb(255 255 255 / .15);color:#8a8880;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;border-radius:6px;cursor:pointer;transition:all 0.2s ease}.ur-dashboard__signout-btn:hover{background:rgb(255 255 255 / .05);color:#e2e0d8;border-color:rgb(255 255 255 / .25)}.ur-dashboard__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;margin-bottom:2.5rem}.ur-dashboard__stat-card{background:#111;border:1px solid rgb(212 175 55 / .2);border-radius:12px;padding:1.5rem;text-align:center;transition:all 0.3s cubic-bezier(.4,0,.2,1)}.ur-dashboard__stat-card:hover{transform:translateY(-4px);border-color:rgb(212 175 55 / .4);box-shadow:0 8px 24px rgb(0 0 0 / .4)}.ur-dashboard__stat-value{font-family:'DM Serif Display',Georgia,serif;font-size:2.75rem;font-weight:400;color:#d4af37;line-height:1;margin:0 0 .4rem}.ur-dashboard__stat-label{font-size:.8rem;color:#8a8880;text-transform:uppercase;letter-spacing:.06em;margin:0}.ur-dashboard__progress-wrap{margin-bottom:2.5rem}.ur-dashboard__progress-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px}.ur-dashboard__progress-label span{color:#8a8880}.ur-dashboard__progress-label strong{color:#d4af37;font-weight:600}.ur-dashboard__progress-bar{width:100%;height:10px;background:rgb(255 255 255 / .06);border-radius:5px;overflow:hidden}.ur-dashboard__progress-fill{height:100%;background:linear-gradient(90deg,#d4af37 0%,#c9a84c 100%);border-radius:5px;transition:width 0.8s cubic-bezier(.4,0,.2,1)}.ur-dashboard__spotlight{background:#111;border:1px solid rgb(212 175 55 / .4);border-radius:14px;overflow:hidden;margin-bottom:2.5rem;position:relative}.ur-dashboard__spotlight::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#d4af37 0%,#c9a84c 100%);z-index:2}.ur-spotlight__inner{display:flex;min-height:200px}.ur-spotlight__image{width:280px;flex-shrink:0;background:linear-gradient(135deg,#1C2340 0%,#2a3050 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.ur-spotlight__image-week{font-family:'DM Serif Display',Georgia,serif;font-size:4.5rem;color:rgb(212 175 55 / .15);font-weight:400;position:absolute}.ur-spotlight__image-badge{position:relative;z-index:1;font-size:10px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#000;background:#d4af37;padding:5px 16px;border-radius:5px}.ur-spotlight__body{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}.ur-spotlight__eyebrow{font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:#d4af37;margin-bottom:6px}.ur-spotlight__title{font-family:'DM Serif Display',Georgia,serif;font-size:clamp(20px, 3vw, 28px);font-weight:400;color:#fff;margin-bottom:8px;line-height:1.25}.ur-spotlight__passage{font-size:14px;color:#8a8880;margin-bottom:18px}.ur-spotlight__actions{display:flex;gap:10px;flex-wrap:wrap}.ur-spotlight__btn{display:inline-flex;align-items:center;gap:8px;padding:11px 22px;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:600;border-radius:8px;transition:all 0.25s;letter-spacing:.02em;cursor:pointer}.ur-spotlight__btn--primary{color:#000;background:linear-gradient(135deg,#d4af37 0%,#c9a84c 100%);border:none}.ur-spotlight__btn--primary:hover{filter:brightness(1.1);transform:translateY(-2px)}.ur-spotlight__btn--secondary{color:#d4af37;background:#fff0;border:1px solid rgb(212 175 55 / .3)}.ur-spotlight__btn--secondary:hover{background:rgb(212 175 55 / .08);border-color:rgb(212 175 55 / .5)}.ur-dashboard__section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.ur-dashboard__section-title{font-family:'DM Serif Display',Georgia,serif;font-size:1.5rem;font-weight:400;color:#e2e0d8;display:flex;align-items:center;gap:.5rem;margin:0}.ur-dashboard__section-icon{font-size:1.25rem}.ur-dashboard__section-link{font-size:13px;color:#d4af37;font-weight:600;text-decoration:none;transition:color 0.2s}.ur-dashboard__section-link:hover{text-decoration:underline}.ur-dashboard__tabs{display:flex;gap:4px;margin-bottom:1.25rem;background:rgb(255 255 255 / .04);border-radius:10px;padding:4px}.ur-dashboard__tab{padding:8px 18px;border-radius:8px;font-family:'DM Sans',sans-serif;font-size:13px;font-weight:600;color:#8a8880;background:#fff0;border:none;cursor:pointer;transition:all 0.2s}.ur-dashboard__tab:hover:not(.active){color:#e2e0d8}.ur-dashboard__tab.active{background:rgb(212 175 55 / .15);color:#d4af37}.ur-dashboard__lessons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem}.ur-dashboard__lesson{background:#111;border:1px solid rgb(255 255 255 / .06);border-radius:12px;padding:1.25rem 1.5rem;transition:all 0.3s cubic-bezier(.4,0,.2,1);display:grid;grid-template-columns:70px 1fr auto;gap:1.25rem;align-items:center}.ur-dashboard__lesson:hover{border-color:rgb(212 175 55 / .25);transform:translateX(4px)}.ur-dashboard__lesson--current{border-color:rgb(212 175 55 / .4);box-shadow:0 0 0 1px rgb(212 175 55 / .1)}.ur-dashboard__lesson--completed{opacity:.6}.ur-dashboard__lesson--completed:hover{opacity:.85}.ur-dashboard__lesson-week{font-family:'DM Serif Display',Georgia,serif;font-size:1.75rem;color:#d4af37;text-align:center;line-height:1}.ur-dashboard__lesson-week small{display:block;font-family:'DM Sans',sans-serif;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:rgb(255 255 255 / .4);margin-bottom:2px}.ur-dashboard__lesson-info{flex:1;min-width:0}.ur-dashboard__lesson-title{font-weight:600;font-size:1rem;color:#e2e0d8;margin:0 0 3px}.ur-dashboard__lesson-passage{font-size:.85rem;color:#8a8880;margin:0 0 6px}.ur-dashboard__lesson-meta{display:flex;gap:1rem;font-size:.8rem;color:#8a8880;align-items:center}.ur-dashboard__lesson-status{display:inline-flex;align-items:center;gap:.3rem;padding:4px 12px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap}.ur-dashboard__lesson-status--not-started{background:rgb(255 255 255 / .05);color:#8a8880}.ur-dashboard__lesson-status--in-progress{background:rgb(212 175 55 / .15);color:#d4af37}.ur-dashboard__lesson-status--completed{background:rgb(76 175 80 / .15);color:#4caf50}.ur-dashboard__lesson-actions{display:flex;gap:.5rem;align-items:center}.ur-dashboard__lesson-btn{padding:7px 16px;border:1px solid rgb(212 175 55 / .3);background:#fff0;color:#d4af37;font-family:'DM Sans',sans-serif;font-size:12px;font-weight:600;border-radius:6px;cursor:pointer;transition:all 0.2s ease;white-space:nowrap}.ur-dashboard__lesson-btn:hover{background:rgb(212 175 55 / .08);border-color:rgb(212 175 55 / .5);transform:translateY(-1px)}.ur-dashboard__lesson-btn--primary{background:linear-gradient(135deg,#d4af37 0%,#c9a84c 100%);border-color:#fff0;color:#000}.ur-dashboard__lesson-btn--primary:hover{background:linear-gradient(135deg,#e0bb47 0%,#d4b45c 100%);transform:translateY(-2px)}.ur-dashboard__two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:2.5rem}.ur-dashboard__column{min-width:0}.ur-dashboard__card{background:#111;border:1px solid rgb(255 255 255 / .06);border-radius:14px;padding:1.5rem}.ur-dashboard__note-editor{background:rgb(10 15 30 / .5);border:1px solid rgb(212 175 55 / .3);border-radius:10px;padding:1.25rem;margin-bottom:1rem}.ur-dashboard__note-editor-label{font-weight:600;color:#d4af37;font-size:13px;margin:0 0 8px}.ur-dashboard__note-textarea{width:100%;min-height:100px;padding:12px;background:#111;border:1px solid rgb(255 255 255 / .1);border-radius:8px;color:#e2e0d8;font-family:'DM Sans',sans-serif;font-size:14px;line-height:1.6;resize:vertical;transition:border-color 0.2s ease}.ur-dashboard__note-textarea:focus{outline:none;border-color:rgb(212 175 55 / .5)}.ur-dashboard__note-hint{font-size:11px;color:rgb(255 255 255 / .4);margin-top:6px;display:flex;align-items:center;gap:4px}.ur-dashboard__save-dot{width:6px;height:6px;border-radius:50%;background:#4caf50;display:inline-block}.ur-dashboard__notes-list{display:flex;flex-direction:column;gap:.75rem}.ur-dashboard__note{background:rgb(10 15 30 / .4);border:1px solid rgb(255 255 255 / .06);border-radius:10px;padding:1.25rem;transition:border-color 0.2s}.ur-dashboard__note:hover{border-color:rgb(212 175 55 / .2)}.ur-dashboard__note-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px}.ur-dashboard__note-lesson{font-weight:600;color:#d4af37;font-size:.85rem}.ur-dashboard__note-date{font-size:.7rem;color:#8a8880}.ur-dashboard__note-field{font-size:.7rem;color:rgb(255 255 255 / .4);text-transform:uppercase;letter-spacing:.06em;margin-bottom:4px}.ur-dashboard__note-text{color:#e2e0d8;font-size:.9rem;line-height:1.65;margin:0 0 .75rem}.ur-dashboard__note-actions{display:flex;gap:.5rem;justify-content:flex-end}.ur-dashboard__note-btn{padding:4px 10px;border:1px solid rgb(255 255 255 / .1);background:#fff0;color:#8a8880;font-family:'DM Sans',sans-serif;font-size:11px;font-weight:500;border-radius:4px;cursor:pointer;transition:all 0.2s ease}.ur-dashboard__note-btn:hover{color:#e2e0d8;border-color:rgb(255 255 255 / .2)}.ur-dashboard__note-btn--delete{color:#f44336;border-color:rgb(244 67 54 / .3)}.ur-dashboard__note-btn--delete:hover{background:rgb(244 67 54 / .1);border-color:rgb(244 67 54 / .6)}.ur-dashboard__upcoming-list{display:flex;flex-direction:column;gap:.75rem}.ur-dashboard__upcoming-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:rgb(10 15 30 / .4);border:1px solid rgb(255 255 255 / .06);border-radius:10px;transition:border-color 0.2s}.ur-dashboard__upcoming-item:hover{border-color:rgb(212 175 55 / .2)}.ur-dashboard__upcoming-week{font-family:'DM Serif Display',Georgia,serif;font-size:1.5rem;color:#d4af37;min-width:50px;text-align:center;opacity:.6}.ur-dashboard__upcoming-info{flex:1;min-width:0}.ur-dashboard__upcoming-title{font-weight:600;font-size:14px;color:#e2e0d8;margin-bottom:2px}.ur-dashboard__upcoming-passage{font-size:12px;color:#8a8880}.ur-dashboard__upcoming-date{font-size:12px;font-weight:600;color:#8a8880;white-space:nowrap}.ur-dashboard__empty{text-align:center;padding:2.5rem 1rem;background:rgb(10 15 30 / .3);border:1px dashed rgb(255 255 255 / .1);border-radius:12px}.ur-dashboard__empty-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.3}.ur-dashboard__empty-text{color:#8a8880;font-size:14px;margin:0}.ur-dashboard__loading{text-align:center;padding:4rem 1rem}.ur-dashboard__spinner{display:inline-block;width:48px;height:48px;border:3px solid rgb(212 175 55 / .2);border-top-color:#d4af37;border-radius:50%;animation:ur-spin 0.8s linear infinite}@keyframes ur-spin{to{transform:rotate(360deg)}}.ur-dashboard__loading-text{margin-top:1rem;color:#8a8880;font-size:.9375rem}.ur-dashboard__error{background:rgb(244 67 54 / .1);border:1px solid rgb(244 67 54 / .3);border-radius:12px;padding:1.5rem;margin-bottom:2rem;color:#f44336;text-align:center}@media (max-width:900px){.ur-dashboard__two-col{grid-template-columns:1fr}.ur-dashboard__stats{grid-template-columns:repeat(2,1fr)}.ur-spotlight__inner{flex-direction:column}.ur-spotlight__image{width:100%;height:140px}}@media (max-width:768px){.ur-dashboard{padding:1.5rem 1rem}.ur-dashboard__title{font-size:2rem}.ur-dashboard__header-actions{position:static;display:flex;justify-content:center;gap:8px;margin-top:1rem}.ur-dashboard__settings-btn,.ur-dashboard__signout-btn{flex:1;max-width:160px;justify-content:center}.ur-dashboard__stats{grid-template-columns:1fr 1fr}.ur-dashboard__lesson{grid-template-columns:1fr;gap:.75rem}.ur-dashboard__lesson-week{text-align:left;font-size:1.25rem}.ur-dashboard__lesson-actions{flex-wrap:wrap}.ur-dashboard__lesson-btn{flex:1;min-width:120px}.ur-dashboard__tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.ur-dashboard__tabs::-webkit-scrollbar{display:none}.ur-dashboard__tab{white-space:nowrap;flex-shrink:0}}@media (prefers-reduced-motion:reduce){.ur-dashboard__loading-spinner{animation:none!important}}