.dashboard-container{grid-template-columns:1fr;gap:24px;display:grid}@media (min-width:968px){.dashboard-container{grid-template-columns:300px 1fr}}.destiny-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;flex-direction:column;gap:20px;padding:24px;display:flex;box-shadow:0 4px 20px #00000008}.profile-avatar-circle{background:linear-gradient(135deg,#ffedd5 0%,#ffe4e6 100%);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto;font-size:28px;display:flex;box-shadow:0 4px 10px #f475211a}.profile-number-circle{color:#fff;background:linear-gradient(135deg,#f47521 0%,#ec4899 100%);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:90px;height:90px;margin:0 auto;display:flex;box-shadow:0 10px 20px #f4752133}.profile-number-val{font-size:32px;font-weight:800;line-height:1}.profile-number-lbl{text-transform:uppercase;letter-spacing:1px;margin-top:2px;font-size:9px;font-weight:700}.destiny-meter{background:#fafafa;border:1px solid #f3f4f6;border-radius:12px;padding:16px}.meter-track{background:#e2e8f0;border-radius:99px;height:8px;margin-top:8px;overflow:hidden}.meter-fill{background:linear-gradient(90deg,#f47521 0%,#f59e0b 100%);border-radius:99px;height:100%}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;box-sizing:border-box;background-color:#0f172a66;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal-card{box-sizing:border-box;background-color:#fff;border:1px solid #f1f5f9;border-radius:16px;width:100%;max-width:480px;animation:.2s cubic-bezier(.16,1,.3,1) forwards modalScaleIn;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.modal-header{box-sizing:border-box;background-color:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.modal-header h3{color:#1e293b;margin:0;font-size:16px;font-weight:700}.modal-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;font-weight:700;line-height:1}.modal-close-btn:hover{color:#475569}.modal-body{box-sizing:border-box;padding:24px}.modal-form-group{flex-direction:column;gap:6px;margin-bottom:16px;display:flex}.modal-form-group label{color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin:0;font-size:11px;font-weight:700;display:block}.modal-input{box-sizing:border-box;color:#334155;background-color:#fff;border:1.5px solid #e2e8f0;border-radius:8px;width:100%;height:40px;padding:0 12px;font-size:14px;transition:border-color .15s}.modal-input:focus{border-color:#f47521;outline:none}.modal-textarea{box-sizing:border-box;color:#334155;resize:none;background-color:#fff;border:1.5px solid #e2e8f0;border-radius:8px;width:100%;min-height:80px;padding:10px 12px;font-size:14px;transition:border-color .15s}.modal-textarea:focus{border-color:#f47521;outline:none}.modal-grid-2{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.modal-actions{border-top:1px solid #e2e8f0;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:16px;display:flex}.color-picker-group{gap:8px;margin-top:4px;display:flex}.color-dot{cursor:pointer;opacity:.8;border:none;border-radius:50%;width:24px;height:24px;transition:transform .15s,opacity .15s}.color-dot:hover{opacity:1}.color-dot.active{opacity:1;transform:scale(1.2);box-shadow:0 0 0 2px #fff,0 0 0 4px #cbd5e1}.detail-header-container{box-sizing:border-box;justify-content:space-between;align-items:flex-start;padding:20px 24px;display:flex}.detail-actions-right{align-items:center;gap:8px;display:flex}.detail-icon-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.detail-icon-btn:hover{color:#475569;background-color:#f1f5f9}.detail-icon-btn.delete:hover{color:#ef4444;background-color:#fee2e2}.detail-body-row{color:#475569;align-items:center;gap:12px;margin-bottom:12px;font-size:14px;display:flex}.detail-body-row svg{color:#94a3b8;flex-shrink:0;width:18px;height:18px}.detail-desc-box{color:#334155;background-color:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;margin-bottom:20px;padding:16px;font-size:14px}.detail-desc-title{color:#94a3b8;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:700}.detail-desc-text{white-space:pre-line;margin:0}.ai-advice-section{border-top:1px solid #e2e8f0;padding-top:20px}.ai-btn-trigger{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f47521 0%,#f59e0b 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;height:46px;font-size:14px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 10px #f4752126}.ai-btn-trigger:hover{transform:translateY(-1px);box-shadow:0 6px 14px #f4752140}.ai-loading-box{background-color:#fff8f5;border:1px solid #ffe8de;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:16px;display:flex}.ai-spinner-dot{border:2px solid #f47521;border-top-color:#0000;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}.ai-advice-box{background-color:#fff8f5;border:1px solid #ffe8de;border-radius:16px;padding:20px;animation:.2s forwards modalScaleIn}.ai-advice-title{color:#e5651a;text-transform:uppercase;align-items:center;gap:6px;margin:0 0 8px;font-size:11px;font-weight:700;display:flex}.ai-advice-content{color:#1e293b;margin:0;font-size:14px;font-style:italic;font-weight:500;line-height:1.6}.fc{font-family:inherit}.fc-theme-standard td,.fc-theme-standard th{border-color:#f1f5f9!important}.fc-theme-standard .fc-scrollgrid{border-radius:12px;overflow:hidden;border-color:#e2e8f0!important}.fc-header-toolbar{padding:4px;margin-bottom:24px!important}.fc-toolbar-title{text-transform:capitalize;color:#1e293b!important;font-size:20px!important;font-weight:800!important}.fc-button{color:#475569!important;text-transform:capitalize!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:10px!important;padding:8px 16px!important;font-size:13px!important;font-weight:600!important;transition:all .2s!important;box-shadow:0 1px 2px #00000005!important}.fc-button:hover{color:#1e293b!important;background:#f8fafc!important;border-color:#cbd5e1!important}.fc-button-active{color:#fff!important;background:#f47521!important;border-color:#f47521!important;box-shadow:0 4px 10px #f4752133!important}.fc-button:focus,.fc-button:active{box-shadow:none!important;outline:none!important}.fc-v-event,.fc-h-event{cursor:pointer;border:none!important;border-radius:8px!important;padding:4px 8px!important;transition:transform .15s,box-shadow .15s!important;box-shadow:0 2px 4px #0000000a!important}.fc-v-event:hover,.fc-h-event:hover{filter:brightness(1.05);transform:translateY(-1px)scale(1.02);box-shadow:0 4px 8px #00000014!important}.fc-event-title{letter-spacing:.2px;font-size:12px!important;font-weight:700!important}.fc-event-time{opacity:.9;font-size:10px!important;font-weight:600!important}.fc-col-header-cell{background:#f8fafc;padding:12px 0!important}.fc-col-header-cell-cushion{color:#64748b!important;font-size:13px!important;font-weight:700!important}.fc-timegrid-slot-label-cushion{color:#94a3b8!important;font-size:11px!important;font-weight:600!important}.fc-day-today{background:#f4752108!important}.fc-timegrid-now-indicator-line{border-width:2px!important;border-color:#f47521!important}.fc-timegrid-now-indicator-arrow{border-width:5px!important;border-color:#f47521!important}.dashboard-aside{flex-direction:column;gap:1.5rem;display:flex}.dashboard-text-center{text-align:center}.destiny-profile-name{color:#1e293b;margin-top:.75rem;margin-bottom:.25rem;font-size:1rem;font-weight:800}.destiny-profile-dob{color:#94a3b8;margin:0;font-size:.75rem;font-weight:600}.profile-number-section{text-align:center;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin-top:1rem;margin-bottom:1rem;padding-top:1rem;padding-bottom:1rem}.profile-number-title{color:#4f46e5;margin-top:.75rem;margin-bottom:.25rem;font-size:.875rem;font-weight:800}.profile-number-desc{color:#64748b;margin:0;font-size:.75rem;font-weight:500;line-height:1.625}.profile-notice-box{text-align:center;background-color:#e0e7ff;border:1px solid #cbd5e1;border-radius:.75rem;margin-top:1rem;margin-bottom:1rem;padding:1rem}.profile-notice-text{color:#4338ca;margin:0;font-size:.75rem;font-weight:600}.meter-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.75rem;font-weight:700;display:flex}.meter-label{color:#64748b}.meter-val{color:#ea580c}.dashboard-tips-card{background-color:#fff;border:1px solid #f1f5f9;border-radius:1rem;padding:1.25rem;box-shadow:0 1px 2px #0000000d}.dashboard-tips-title{color:#1e293b;align-items:center;gap:.5rem;margin:0 0 .5rem;font-size:.875rem;font-weight:700;display:flex}.dashboard-tips-desc{color:#64748b;margin:0;font-size:.75rem;font-weight:500;line-height:1.625}.dashboard-content{flex-direction:column;gap:2rem;display:flex}.welcome-banner{color:#fff;background-color:#1e1b4b;border-radius:1.5rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.welcome-banner-content{z-index:10;max-width:32rem;position:relative}.welcome-banner-tag{color:#c7d2fe;text-transform:uppercase;letter-spacing:.05em;background-color:#312e81;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:900}.welcome-banner-title{color:#fff;margin-top:1rem;margin-bottom:.5rem;font-size:1.25rem;font-weight:900;line-height:1.25}@media (min-width:640px){.welcome-banner-title{font-size:1.5rem}}.welcome-banner-desc{color:#c7d2fe;margin:0;font-size:.75rem;font-weight:500;line-height:1.625}.welcome-banner-bg-icon{opacity:.1;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;font-size:6rem;display:none;position:absolute;top:0;bottom:0;right:1.5rem}@media (min-width:640px){.welcome-banner-bg-icon{display:flex}}.dashboard-section-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.875rem;font-weight:800}.dashboard-features-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.dashboard-features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.feature-card-btn{padding:.25rem .75rem}
