.date-picker-container{background:transparent;padding:0;border-radius:0;box-shadow:none;width:100%;max-width:600px;display:flex;align-items:center;justify-content:center;gap:1rem;margin:0 auto}.date-picker-header{display:flex;justify-content:center;align-items:center;gap:1rem;margin:0;width:100%}.current-date{font-size:1.2rem;color:var(--text-color);font-weight:500;margin:0;text-align:center;min-width:150px}.today-button,.date-picker-input{display:none}.nav-button{padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius);cursor:pointer;font-size:1rem;transition:all .3s;min-width:120px;font-weight:500}.nav-button:hover:not(:disabled){background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-hover)}.nav-button:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.react-datepicker-wrapper,.react-datepicker__input-container,.react-datepicker__input-container input{width:100%}@media (max-width: 768px){.date-picker-container{max-width:100%}.date-picker-header{flex-direction:column;align-items:stretch}.current-date{text-align:center}.today-button{width:100%}}.worship-guide{background:#fff;padding:2rem;border-radius:var(--border-radius);box-shadow:var(--shadow);max-width:800px;margin:0 auto}.worship-guide.loading,.worship-guide.empty{text-align:center;padding:3rem;color:var(--text-light)}.guide-header{margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.guide-title{font-size:1.5rem;color:var(--text-color);font-weight:600;line-height:1.4}.scripture-section{margin-bottom:2rem}.scripture-label{font-size:.9rem;color:var(--text-light);margin-bottom:.5rem;font-weight:500}.scripture-text{font-size:1.3rem;color:var(--text-color);font-weight:600}.guide-section{margin-bottom:2rem}.guide-section:last-child{margin-bottom:0}.section-title{font-size:1.1rem;color:var(--text-color);margin-bottom:.75rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.section-content{color:var(--text-color);line-height:1.8;padding:1rem;background:var(--secondary-color);border-radius:var(--border-radius);white-space:pre-wrap}.activity-section{margin-bottom:0}.activity-section .section-title{color:var(--text-color);margin-bottom:1rem;font-size:1rem;font-weight:600}.activity-section .section-content{background:transparent;color:var(--text-color);border:none;padding:0;line-height:1.8}.hint-section{margin-bottom:2rem}.hint-toggle{width:100%;background:none;border:none;padding:0;cursor:pointer;text-align:left;transition:background .3s}.hint-toggle:hover{background:transparent}.hint-section .section-title{color:var(--text-color);margin-bottom:1rem;font-size:1rem;font-weight:600}.hint-content{padding:0;border:none;background:transparent;color:var(--text-color);line-height:1.8}.explanation-section{margin-bottom:2rem}.explanation-section .section-title{display:none}.explanation-section .section-content{font-size:1rem;line-height:1.9;background:#fff;padding:0;color:var(--text-color)}.question-section{background:var(--light-green);padding:1.5rem;border-radius:var(--border-radius);margin-bottom:2rem}.question-section .section-title{color:var(--text-color);margin-bottom:1rem;font-size:1rem;font-weight:600}.question-content{background:transparent;padding:0;color:var(--text-color);line-height:1.8}.question-content p{margin-bottom:.75rem}.question-content p:last-child{margin-bottom:0}@media (max-width: 768px){.worship-guide{padding:1.5rem}.guide-title{font-size:1.3rem}.section-title{font-size:1rem}.section-content{padding:.75rem;font-size:.95rem}}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.logo-image{display:block;object-fit:contain}.logo-small .logo-image{width:32px;height:32px}.logo-medium .logo-image{width:48px;height:48px}.logo-large .logo-image{width:64px;height:64px}.logo-text{font-size:1.5rem;font-weight:600;color:var(--primary-color);white-space:nowrap}.logo-small .logo-text{font-size:1rem}.logo-medium .logo-text{font-size:1.5rem}.logo-large .logo-text{font-size:2rem}@media (max-width: 768px){.logo-medium .logo-image{width:40px;height:40px}.logo-medium .logo-text{font-size:1.2rem}.logo-large .logo-image{width:48px;height:48px}.logo-large .logo-text{font-size:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column;max-width:1200px;margin:0 auto;padding:0;background-color:#f5f5f5}.app-header{display:flex;justify-content:center;align-items:center;padding:2rem 0;background-color:var(--dark-bg);margin-bottom:0}.app-title{font-size:2rem;color:var(--primary-color);font-weight:600}.app-header h1,.app-header .logo-container{color:var(--primary-color)}.app-main{flex:1;display:flex;flex-direction:column;gap:2rem}.date-section{display:flex;justify-content:center;padding:1.5rem 0;background-color:#f5f5f5}.content-section{flex:1}.navigation-section{display:none}.app-footer{text-align:center;padding:2rem 0;color:var(--text-light);font-size:.9rem;margin-top:2rem}.loading-container{display:flex;justify-content:center;align-items:center;min-height:400px}.loading-spinner{font-size:1.2rem;color:var(--text-light)}.app.error{display:flex;justify-content:center;align-items:center;min-height:100vh}.error-message{text-align:center;padding:2rem;background:#fff;border-radius:var(--border-radius);box-shadow:var(--shadow);max-width:500px}.error-message h2{color:#e74c3c;margin-bottom:1rem}.error-message button{margin-top:1rem;padding:.75rem 1.5rem;background:var(--primary-color);color:#fff;border:none;border-radius:var(--border-radius);cursor:pointer;font-size:1rem;transition:background .3s}.error-message button:hover{background:var(--primary-dark)}@media (max-width: 768px){.app{padding:1rem}.app-title{font-size:1.5rem}.app-main{gap:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #22c55e;--primary-dark: #16a34a;--secondary-color: #f5f5f5;--text-color: #333;--text-light: #666;--border-color: #ddd;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 12px rgba(0, 0, 0, .15);--border-radius: 8px;--spacing: 1rem;--dark-bg: #1a1a1a;--light-green: #e6f7e6}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-color);background-color:#f5f5f5;line-height:1.6}#root{min-height:100vh;display:flex;flex-direction:column}
