.program-view{min-height:100vh;padding:2rem}.program-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid #ffffff4d;border-radius:20px;box-shadow:0 8px 20px #00000014;margin:0 auto 2rem;max-width:1200px;padding:2rem}.program-header h1{color:#1e293b;flex:1 1;font-size:2.8rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}.program-description{background:#f8fafccc;border:1px solid #e2e8f099;border-radius:12px;color:#64748b;font-size:1.2rem;margin-bottom:2rem;padding:1.5rem}.creator-info{border-bottom:1px solid #e2e8f099;color:#94a3b8;font-size:.9rem;font-weight:500;margin-bottom:2rem;padding-bottom:1.5rem}.creator-info svg{height:16px;opacity:.7;width:16px}.days-navigation{background:#fffffff2;border:1px solid #e2e8f0cc;border-radius:16px;box-shadow:0 4px 15px #0000000d;margin:0 auto 2rem;max-width:1200px;overflow:hidden;transition:all .3s ease}.navigation-controls{display:flex;flex-direction:column}.nav-toggle{align-items:center;background:none;border:none;border-bottom:1px solid #e2e8f0;color:#64748b;cursor:pointer;display:flex;justify-content:center;padding:.75rem;transition:all .2s ease}.days-scroll{display:flex;flex-direction:column;gap:.25rem;max-height:0;overflow-y:auto;padding:.5rem;transition:max-height .3s ease}.days-navigation:not(.expanded) .days-scroll{max-height:60px}.days-navigation:not(.expanded) .day-button:not(.active){display:none}.days-navigation.expanded .days-scroll{max-height:300px}.day-button{background:#0000;border:none;border-radius:8px;cursor:pointer;overflow:hidden;padding:.75rem 1rem;text-align:left;transition:all .2s ease}.day-button,.day-button-content{align-items:center;display:flex;position:relative;width:100%}.day-button-content{gap:.75rem;z-index:1}.day-number{color:#1e293b;font-weight:600;min-width:45px}.separator{color:#94a3b8}.day-title{color:#64748b;flex:1 1;font-size:.95rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.day-button.active{background:#e0f2fe;border-left:4px solid #0ea5e9}.day-button.active .day-number,.day-button.active .day-title{color:#0ea5e9}.day-button.completed{background:#f0fdf4}.day-button.completed .day-number,.day-button.completed .day-title{color:#10b981}.day-button.locked{background:#f1f5f9;cursor:not-allowed}.day-button.locked .day-number,.day-button.locked .day-title{color:#94a3b8}.day-button:not(.active):not(.locked):hover{background:#f8fafc}.day-button:not(.active):not(.locked):hover .day-number,.day-button:not(.active):not(.locked):hover .day-title{color:#6366f1}.status-icon{margin-left:auto;opacity:0;transition:opacity .2s ease}.day-button:hover .status-icon{opacity:.7}.status-icon.completed{color:#10b981;opacity:1}.status-icon.locked{color:#94a3b8;opacity:1}.program-content{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 1.5fr;margin:0 auto;max-width:1200px}.day-info-column{position:sticky;top:2rem}.day-info-card{background:#ffffffe6;border-radius:20px;box-shadow:0 4px 6px #0000000d;padding:2rem}.day-info-card h2{color:#1e293b;font-size:1.8rem;margin-bottom:1rem}.day-description{color:#64748b;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.questions-column{background:hsla(0,0%,100%,.571);border-radius:20px;box-shadow:0 4px 6px #0000000d;padding:2rem}.question-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.question-card h3{color:#1e293b;font-size:1.1rem;margin-bottom:1rem}.text-answer{border:2px solid #e2e8f0;border-radius:10px;box-sizing:border-box;font-size:1rem;line-height:1.6;max-width:100%;min-height:120px;padding:1rem;resize:vertical;width:100%}.boolean-choice,.multiple-choice{display:flex;flex-direction:column;gap:.75rem}.option{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;gap:.5rem;padding:.75rem;transition:all .2s ease}.option:hover{background:#f1f5f9}.generate-meditation-btn{background:#6366f1;border:none;border-radius:12px;box-shadow:0 2px 4px #6366f133;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.25rem;transition:all .2s ease;width:100%}.generate-meditation-btn:hover{background:#4f46e5;box-shadow:0 4px 8px #6366f14d;transform:translateY(-1px)}.generate-meditation-btn:disabled{background:#94a3b8;box-shadow:none;transform:none}.questions-container{margin-bottom:2rem}.text-answer:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.question-card input,.question-card select,.question-card textarea{box-sizing:border-box;max-width:100%}.days-navigation.expanded .day-button{animation:slideIn .3s ease-out;animation-fill-mode:both}.day-button:first-child{animation-delay:.1s}.day-button:nth-child(2){animation-delay:.2s}.day-button:nth-child(3){animation-delay:.3s}.day-button:nth-child(4){animation-delay:.4s}.day-button:nth-child(5){animation-delay:.5s}@media (max-width:1024px){.program-content{grid-template-columns:1fr}.day-info-column{position:static}}@media (max-width:768px){.program-view{padding:1rem}.program-header{padding:1.5rem}.program-header h1{font-size:2rem}.days-navigation{margin:1rem}.day-button{padding:.5rem 1rem}.day-title{font-size:.875rem}}.day-task-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 4px 6px -1px #0000001a;margin-top:20px;overflow:hidden}.task-input-container{background:#0000;border-radius:0;box-shadow:none}.task-content{padding:20px}.task-description{border-left:4px solid #4caf50;color:#334155;font-size:1rem;line-height:1.6}.save-task-btn{font-size:1rem}.program-attachments{background:#f8fafccc;border:1px solid #e2e8f099;border-radius:12px;padding:1.5rem}.program-attachments h3{align-items:center;color:#1e293b;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.program-attachments h3 svg{color:#6366f1;height:18px;width:18px}.attachments-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));margin-top:1rem}.attachment-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 2px 4px #00000005;color:#334155;display:flex;gap:.75rem;padding:1rem;text-decoration:none;transition:all .2s ease}.attachment-card:hover{background:#fff;border-color:#6366f1;box-shadow:0 8px 16px #00000014;transform:translateY(-2px)}.attachment-card .attachment-name{font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-icon{align-items:center;border-radius:.25rem;display:flex;height:32px;justify-content:center;width:32px}.file-icon.pdf{background:#ef44441a;color:#ef4444}.file-icon.image{background:#3b82f61a;color:#3b82f6}.file-icon.document{background:#6366f11a;color:#6366f1}.file-icon.spreadsheet{background:#22c55e1a;color:#22c55e}.file-icon.default{background:#64748b1a;color:#64748b}.program-header-image{background:#f8fafc;box-shadow:0 4px 8px #0000001a;flex-shrink:0}.program-header-image .program-image-placeholder{align-items:center;background:#f8fafc;color:#cbd5e1;display:flex;height:100%;justify-content:center;width:100%}.program-header-image .program-image-placeholder svg{height:48px;width:48px}.program-title-section{align-items:center;border-bottom:1px solid #e2e8f099;display:flex;gap:1.5rem;padding-bottom:1.5rem}.program-title-section h1{color:#1e293b;flex:1 1;font-size:2.8rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0}@media (max-width:768px){.program-header-image{height:100px;width:100px}.program-header-image .program-image-placeholder svg{height:40px;width:40px}}.element-type-tag{margin-bottom:.75rem}.tag{align-items:center;border-radius:1rem;color:#fff;display:inline-flex;font-size:.75rem;font-weight:500;gap:.375rem;padding:.25rem .75rem}.tag svg{height:14px;width:14px}.tag.text-type{background-color:#3b82f6;box-shadow:0 2px 4px #3b82f61a}.tag.multiple-type{background-color:#8b5cf6;box-shadow:0 2px 4px #8b5cf61a}.tag.boolean-type{background-color:#10b981;box-shadow:0 2px 4px #10b9811a}.tag.task-type{background-color:#f59e0b;box-shadow:0 2px 4px #f59e0b1a}.completed-question-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;margin-bottom:20px;padding:24px}.completed-answer{background-color:#f3e8ff;border-radius:12px;color:#6b21a8;font-size:1rem;line-height:1.6;margin-top:12px;padding:16px}.multiple-answer-list{list-style:none;margin:0;padding:0}.multiple-answer-list li{margin-bottom:8px;padding-left:24px;position:relative}.multiple-answer-list li:before{color:#6b21a8;content:"•";left:8px;position:absolute}.multiple-answer-list li:last-child{margin-bottom:0}.completed-question-card h3{color:#1e293b;font-size:1.1rem;font-weight:600;margin:12px 0}.generate-meditation-btn:disabled{background-color:#f3e8ff;border:1px solid #6b21a8;color:#6b21a8;cursor:not-allowed;opacity:1}.day-meditation-card{background-color:#fff9e6;border-radius:12px;box-shadow:0 2px 4px #0000000d;display:flex;flex-direction:column;margin:20px 0;max-height:400px;padding:20px}.meditation-content{color:#8b7355;flex:1 1;font-size:1rem;line-height:1.6;margin-top:15px;overflow-y:auto;padding-right:10px;scrollbar-color:gold #fff9e6;scrollbar-width:thin}.meditation-content::-webkit-scrollbar{width:8px}.meditation-content::-webkit-scrollbar-track{background:#fff9e6;border-radius:4px}.meditation-content::-webkit-scrollbar-thumb{background-color:gold;border:2px solid #fff9e6;border-radius:4px}.meditation-reflection{background-color:#fffbeb;border-left:3px solid gold;margin-bottom:15px;padding:10px}.meditation-reflection:last-child{margin-bottom:0}.meditation-type{align-items:center;background-color:gold;border-radius:4px;color:#8b7355;display:flex;font-size:.85rem;font-weight:500;gap:6px;margin-bottom:15px;padding:4px 8px}.meditation-type svg{stroke-width:2}.program-result-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.program-result-modal{animation:slideIn .3s ease-out;background:#fff;border-radius:24px;box-shadow:0 10px 25px #0003;max-height:90vh;max-width:600px;overflow-y:auto;padding:2rem;position:relative;width:90%}.close-button{background:none;border:none;border-radius:50%;color:#64748b;cursor:pointer;padding:.5rem;position:absolute;right:1rem;top:1rem;transition:all .2s ease}.close-button:hover{background:#f1f5f9;color:#1e293b;transform:scale(1.1)}.program-result-content{padding:1rem}.program-result-content h2{color:#1e293b;font-size:1.5rem;margin-bottom:2rem;text-align:center}.audio-player{background:#f8fafc;border-radius:16px;margin-bottom:2rem;padding:1.5rem}.player-controls{gap:1rem;margin-bottom:1rem}.play-button,.player-controls{align-items:center;display:flex}.play-button{background:#6366f1;border:none;border-radius:50%;color:#fff;cursor:pointer;height:48px;justify-content:center;transition:all .2s ease;width:48px}.play-button:hover{background:#4f46e5;transform:scale(1.05)}.time-control{align-items:center;display:flex;flex:1 1;gap:1rem}.time{color:#64748b;font-family:monospace;font-size:.875rem}.time-slider{-webkit-appearance:none;background:#e2e8f0;border-radius:2px;flex:1 1;height:4px}.time-slider::-webkit-slider-thumb{-webkit-appearance:none;background:#6366f1;border-radius:50%;cursor:pointer;height:12px;-webkit-transition:all .2s ease;transition:all .2s ease;width:12px}.volume-control{width:100px}.volume-slider{-webkit-appearance:none;background:#e2e8f0;border-radius:2px;height:4px;width:100%}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.action-button{align-items:center;background:#f1f5f9;border:none;border-radius:12px;color:#64748b;cursor:pointer;display:flex;gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.action-button:hover{background:#e2e8f0;color:#1e293b}.rating-section{border-top:1px solid #e2e8f0;margin-top:2rem;padding-top:2rem;text-align:center}.stars{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.star-button{background:none;border:none;color:#cbd5e1;cursor:pointer;transition:all .2s ease}.star-button .filled,.star-button:hover{color:#fbbf24;transform:scale(1.1)}.generated-text{background:#f8fafc;border-radius:12px;margin-top:2rem;padding:1.5rem}.generated-text h3{color:#1e293b;font-size:1.1rem;margin-bottom:1rem}.generated-text p{color:#64748b;line-height:1.6;white-space:pre-wrap}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.program-result-modal{padding:1.5rem;width:95%}.player-controls{flex-direction:column}.volume-control{width:100%}.action-buttons{flex-direction:column}.action-button{justify-content:center;width:100%}}.complete-meditation-btn{background:#6366f1;border:none;border-radius:12px;color:#fff;cursor:pointer;display:block;font-size:1.1rem;margin-top:2rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.complete-meditation-btn:hover{background:#4f46e5;transform:translateY(-2px)}.program-completion{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);display:flex;justify-content:center;min-height:100vh;padding:2rem}.completion-content{background:#fff;border-radius:24px;box-shadow:0 20px 40px #0000001a;max-width:600px;padding:3rem;text-align:center}.namaste-symbol{animation:float 3s ease-in-out infinite;font-size:4rem;margin:2rem 0}.completion-message{color:#4b5563;line-height:1.6;margin:2rem 0}.completion-actions{display:flex;flex-direction:column;gap:1rem;margin:2rem 0}.browse-button,.subscribe-button{border-radius:12px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.subscribe-button{background:#6366f1;color:#fff}.subscribe-button:hover{background:#4f46e5;transform:translateY(-2px)}.browse-button{background:#f3f4f6;color:#4b5563}.browse-button:hover{background:#e5e7eb}.namaste{color:#6b7280;margin-top:3rem}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@media (max-width:640px){.completion-content{padding:2rem}}.spinner-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffffe6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.spinner-container{align-items:center;display:flex;flex-direction:column;gap:1rem}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#6366f1;height:50px;width:50px}.spinner-text{color:#1e293b;font-size:1.1rem;font-weight:500;text-align:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.task-input-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;box-sizing:border-box;margin:0;max-width:100%;overflow:hidden;width:100%}.task-content{box-sizing:border-box;padding:24px;width:100%}.task-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.task-header h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin:0}.edit-btn{background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;padding:8px;transition:all .2s ease}.edit-btn:hover{background-color:#f1f5f9;color:#0f172a}.task-description{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:20px;padding:16px}.task-description p{color:#334155;font-size:1rem;font-weight:500;line-height:1.6;margin:0}.response-section{display:flex;flex-direction:column;gap:16px;margin-top:16px;width:100%}.task-response-input{border:2px solid #e2e8f0;border-radius:12px;box-sizing:border-box;font-family:inherit;font-size:1rem;line-height:1.6;margin:0;min-height:120px;padding:16px;resize:vertical;transition:all .2s ease;width:100%}.task-response-input:focus{border-color:#4caf50;box-shadow:0 0 0 3px #4ade801a;outline:none}.save-task-btn{align-self:flex-end;background-color:#4caf50;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 24px;transition:all .2s ease}.save-task-btn:hover:not(:disabled){background-color:#45a049;transform:translateY(-1px)}.save-task-btn:disabled{background-color:#e2e8f0;cursor:not-allowed}.saved-response{background-color:#f3e8ff;border-radius:12px;margin-top:16px;padding:16px}.response-text{color:#6b21a8;font-size:1rem;line-height:1.6;margin:0;white-space:pre-wrap}.program-landing{align-items:center;display:flex;justify-content:center;min-height:100vh;padding:2rem}.landing-content{background:#ffffffe6;border-radius:20px;box-shadow:0 8px 32px #0000001a;max-width:800px;padding:3rem;width:100%}.program-title-section{margin-bottom:2rem;text-align:center}.program-title-section h1{color:#333;font-size:2.5rem;margin-bottom:1rem}.program-header-image{border-radius:50%;height:120px;margin:0 auto;overflow:hidden;width:120px}.program-header-image img{height:100%;object-fit:cover;width:100%}.program-info{margin-bottom:2rem;text-align:center}.creator-info{align-items:center;color:#666;display:flex;gap:.5rem;justify-content:center}.program-description{color:#444;font-size:1.1rem;line-height:1.6;margin-bottom:3rem;text-align:left}.program-description h1{color:#333;font-size:2rem;margin-bottom:1rem}.program-description h2{color:#333;font-size:1.5rem;margin-bottom:.875rem}.program-description h3{color:#333;font-size:1.25rem;margin-bottom:.75rem}.program-description p{margin-bottom:1rem}.program-description ol,.program-description ul{margin-bottom:1rem;padding-left:1.5rem}.program-description li{margin-bottom:.5rem}.program-description strong{color:#333;font-weight:600}.program-description em{font-style:italic}.program-description blockquote{border-left:4px solid #e2e8f0;color:#4a5568;margin:1rem 0;padding-left:1rem}.program-description a{color:#4a90e2;text-decoration:none}.program-description a:hover{text-decoration:underline}.program-description code{background:#f7fafc;border-radius:3px;font-family:monospace;font-size:.9em;padding:.2em .4em}.program-description pre{background:#f7fafc;border-radius:6px;margin:1rem 0;overflow-x:auto;padding:1rem}.access-section{background:#0000000d;border-radius:12px;padding:2rem;text-align:center}.access-message{margin-bottom:2rem}.access-message h2{color:#333;margin-bottom:1rem}.access-message p{color:#666}.request-access-btn{background:#4a90e2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;padding:1rem 2rem;transition:all .3s ease}.request-access-btn:hover{background:#357abd;transform:translateY(-2px)}.separator{margin:0 .5rem}.preview-banner{background-color:#4f46e5;color:#fff;font-size:.875rem;left:0;padding:.5rem;position:fixed;right:0;text-align:center;top:0;z-index:100}.program-landing.preview{padding-top:3rem}
/*# sourceMappingURL=1.69e3d813.chunk.css.map*/