.wrapper{width:100%;max-width:800px;margin:0 auto;padding:2rem}.simple-header{border-bottom:1px solid #f5f5f5;margin-bottom:1rem}.header-container{max-width:1024px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.header-title{font-size:1.5rem;font-weight:400;color:var(--text-primary);margin:0;letter-spacing:-.025em;font-family:MoMo-Handwriting,Ma Shan Zheng,ZCOOL KuaiLe,Caveat,cursive,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.header-nav{display:flex;gap:1.25rem}.nav-link{color:#999;text-decoration:none;font-size:.875rem;font-weight:400;transition:color .2s}.nav-link:hover{color:var(--text-primary)}.home-link{color:inherit;text-decoration:none;transition:opacity .2s}.home-link:hover{opacity:.7}@media (max-width:640px){.header-title{font-size:1.25rem}.header-container{padding:.75rem}.nav-link{font-size:.8rem}}.prayer-form-section{margin-bottom:3rem}.prayer-form{display:flex;flex-direction:column;gap:1.25rem;max-width:100%;background-color:var(--bg-accent);padding:2rem;border-radius:12px;box-shadow:0 4px 12px var(--shadow)}.prayer-form input,.prayer-form textarea{width:100%;padding:1rem 1.25rem;border:1px solid var(--border-color);border-radius:10px;background-color:var(--bg-accent);color:var(--text-primary);font-family:inherit;font-size:1rem;transition:all .2s ease;box-shadow:0 2px 4px var(--shadow)}.prayer-form input::placeholder,.prayer-form textarea::placeholder{color:var(--text-light);opacity:.7}.prayer-form input:focus,.prayer-form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 2px 8px var(--shadow)}.prayer-form textarea{resize:vertical;min-height:100px;max-height:150px}.scripture-selector{margin-top:1rem;background-color:var(--bg-secondary);padding:1.25rem;border-radius:10px;border:1px solid var(--border-color)}.scripture-label{display:block;font-size:.95rem;color:var(--text-primary);margin-bottom:1rem;font-weight:500}.scripture-dropdown-container{position:relative}.scripture-dropdown-btn{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border:1px solid var(--border-color);border-radius:10px;background-color:var(--bg-accent);color:var(--text-primary);font-family:inherit;font-size:1rem;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px var(--shadow);text-align:left}.scripture-dropdown-btn:hover{border-color:var(--accent)}.scripture-dropdown-btn:focus{outline:none;border-color:var(--accent);box-shadow:0 2px 8px var(--shadow)}.selected-text{flex:1 1;min-width:0}.placeholder{color:var(--text-secondary)}.selected-scripture{display:flex;flex-direction:column;gap:.5rem;text-align:left}.selected-scripture strong{color:var(--text-primary);font-weight:600;font-size:.95rem}.verse-preview{color:var(--text-secondary);font-size:.9rem;line-height:1.4;font-style:italic}.scripture-dropdown{position:absolute;top:100%;left:0;right:0;margin-top:.75rem;background-color:var(--bg-accent);border:1px solid var(--border-color);border-radius:10px;box-shadow:0 8px 24px var(--shadow);z-index:20;max-height:400px;overflow:hidden}.dropdown-search{padding:1rem;border-bottom:1px solid var(--border-color)}.dropdown-search input{width:100%;padding:.75rem;border:1px solid var(--border-color);border-radius:6px;background-color:var(--bg-secondary);color:var(--text-primary);font-family:inherit;font-size:.9rem;transition:border-color .2s}.dropdown-search input:focus{outline:none;border-color:var(--accent)}.scripture-list{max-height:300px;overflow-y:auto}.scripture-list-item{padding:1rem;cursor:pointer;border-bottom:1px solid var(--border-color);transition:background-color .2s}.scripture-list-item:last-child{border-bottom:none}.scripture-list-item:hover{background-color:var(--bg-secondary)}.list-item-reference{font-weight:600;color:var(--text-primary);margin-bottom:.25rem;font-size:.9rem}.list-item-verse{color:var(--text-secondary);line-height:1.4;font-size:.85rem}.submit-btn{padding:.875rem 2rem;background-color:var(--accent);color:var(--bg-primary);border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 3px 6px var(--shadow);margin-top:.5rem}.submit-btn:hover{opacity:.85;transform:translateY(-2px);box-shadow:0 6px 16px var(--shadow)}.submit-btn:active{transform:translateY(0);box-shadow:0 2px 4px var(--shadow)}.message{margin-top:1rem;padding:.75rem 1rem;border-radius:8px;font-size:.9rem;text-align:center;opacity:0;transition:opacity .3s}.message.show{opacity:1}.message.success{background-color:#edfdf3;color:#0a8537;border:1px solid #c0f6d4}.prayers-display{margin-top:4rem}.prayers-list{display:flex;flex-direction:column;gap:1.5rem}.prayer-item{padding:1.5rem;background-color:var(--bg-accent);border-radius:12px;animation:fadeIn .5s ease-out;box-shadow:0 2px 8px var(--shadow)}.prayer-item .prayer-for{font-size:.9rem;color:var(--text-secondary);margin-bottom:.5rem;font-weight:500}.prayer-item .prayer-text{color:var(--text-primary);line-height:1.5;white-space:pre-wrap}.prayer-item .scripture-section{margin-top:1rem;padding:1rem;background-color:var(--bg-secondary);border-left:3px solid var(--border-color);border-radius:4px}.prayer-item .scripture-verse{font-style:italic;color:var(--text-secondary);line-height:1.6;margin-bottom:.5rem}.prayer-item .scripture-reference{font-size:.85rem;color:var(--text-light);text-align:right;font-weight:500}.prayer-item .prayer-time{font-size:.8rem;color:var(--text-light);margin-top:.75rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.wrapper{padding:1.5rem}header h1{font-size:1.75rem}.prayer-form{padding:1.5rem}.prayer-form input,.prayer-form textarea,.scripture-dropdown-btn,.submit-btn{font-size:1rem}.selected-scripture{flex-direction:column;gap:.125rem}.verse-preview{font-size:.85rem}.carousel-item{flex:0 0 280px}.prayers-carousel{animation-duration:20s;min-height:280px;height:auto}.prayer-card{width:280px;min-height:300px;height:auto}.overflow-hidden,.w-full{min-height:280px;height:auto}.card-recipient{font-size:1.1rem}.card-message{font-size:.9rem}.card-header{padding:1rem 1rem .75rem;min-height:130px}.card-scripture,.scripture-overlay{min-height:90px;height:auto}.scripture-overlay{padding:.8rem}.scripture-verse{font-size:.7rem;line-height:1.2}.scripture-ref{font-size:.65rem}}.prayers-carousel-section{width:100%;margin-top:3rem;padding:2rem 0;background-color:var(--bg-accent);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.w-full{width:100%}.overflow-hidden,.w-full{min-height:320px;height:auto}.overflow-hidden{overflow:hidden}.mt-2{margin-top:.5rem}.mb-8{margin-bottom:2rem}.prayers-carousel{display:flex;gap:1rem;padding:0;min-height:320px;height:auto;overflow:visible;white-space:nowrap;animation:scroll-left 30s linear infinite}.prayers-carousel-section>div:nth-child(2) .prayers-carousel{animation:scroll-right 30s linear infinite}@media (max-width:640px){.prayers-carousel-section>div:nth-child(2) .prayers-carousel{animation-duration:20s}}.carousel-item{flex:0 0 320px;margin:0 .5rem;height:auto;min-height:280px}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.prayer-card{background-color:var(--bg-accent);border:1px solid var(--border-color);border-radius:12px;box-shadow:0 2px 8px var(--shadow);transition:transform .2s,box-shadow .2s;overflow:hidden;width:320px;min-height:320px;height:auto;position:relative;display:flex;flex-direction:column}.prayer-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px var(--shadow)}.card-header{padding:1.25rem 1.25rem 1rem;flex:1 1;min-height:150px;display:flex;flex-direction:column}.card-to{margin-bottom:.5rem;flex-shrink:0}.card-recipient,.card-to{font-size:1rem;color:var(--text-primary);font-weight:400}.card-recipient{font-family:var(--font-handwritten);display:inline-block}.card-content{position:relative;margin:.75rem 0;flex:1 1;min-height:80px;display:flex;flex-direction:column;justify-content:center}.card-message{flex:1 1;overflow-y:auto;padding-right:.5rem;font-size:1.3rem;line-height:1.4;color:var(--text-primary);font-family:MoMo-Handwriting,Ma Shan Zheng,ZCOOL KuaiLe,PingFang SC,Microsoft YaHei,cursive,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;white-space:pre-line;word-wrap:break-word;-webkit-overflow-scrolling:touch;display:flex;align-items:center}.card-message::-webkit-scrollbar{width:3px}.card-message::-webkit-scrollbar-thumb{background-color:var(--border-color);border-radius:2px}.card-date{font-size:.75rem;color:var(--text-light);text-align:right;margin-top:.5rem;line-height:1;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;flex-shrink:0}.card-scripture{border-top:1px solid var(--border-color);background-size:cover!important;background-position:50%!important;background-repeat:no-repeat!important;height:auto;overflow:visible;flex-shrink:0}.card-scripture,.scripture-overlay{min-height:120px;border-radius:0 0 12px 12px;position:relative}.scripture-overlay{background:hsla(0,0%,100%,.15);background:linear-gradient(hsla(0,0%,100%,.15),hsla(0,0%,100%,.2));-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);padding:1rem;height:100%;display:flex;flex-direction:column;justify-content:center;text-align:center}.scripture-verse{color:#2c3e50;color:rgba(44,62,80,.9);font-size:.8rem;font-style:italic;line-height:1.4;margin-bottom:.4rem;overflow-wrap:break-word;font-weight:500;display:-webkit-box;-webkit-box-orient:vertical;overflow:visible}.scripture-ref,.scripture-verse{text-shadow:0 1px 2px hsla(0,0%,100%,.8);font-family:var(--font-system);white-space:normal;word-wrap:break-word}.scripture-ref{color:#34495e;color:rgba(52,73,94,.85);font-size:.7rem;font-weight:600}@supports (-webkit-overflow-scrolling:touch){.card-message,.card-recipient,.detail-title,.hero-title{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}}.wechat-browser .card-message{font-weight:500;letter-spacing:.3px}.wechat-browser .card-recipient{font-weight:600}.wechat-browser .scripture-verse{font-weight:500}@font-face{font-family:MoMo-Handwriting;src:url(/fonts/momo-handwriting-4.0.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}.card-message,.card-recipient{font-display:swap}.card-recipient{font-family:var(--font-handwritten)!important}.card-message,.preview-card .card-message{font-family:MoMo-Handwriting,Ma Shan Zheng,ZCOOL KuaiLe,cursive,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important}.large-prayer-card{width:100%!important;height:auto!important;max-width:none!important;border-radius:20px!important}.large-prayer-card .card-header{padding:2.5rem 2.5rem 2rem!important}.large-prayer-card .card-to{font-size:1.4rem!important;margin-bottom:1.5rem!important}.large-prayer-card .card-recipient{font-size:1.4rem!important;font-weight:500!important}.large-prayer-card .card-message{font-size:2rem!important;line-height:2.2!important;margin:1.8rem 0!important}.large-prayer-card .card-date{font-size:1rem!important;margin-top:1.8rem!important}.large-prayer-card .card-scripture,.large-prayer-card .scripture-overlay{min-height:160px!important;height:auto!important;border-radius:0 0 20px 20px!important}.large-prayer-card .scripture-overlay{padding:2.5rem!important;position:relative!important}.large-prayer-card .scripture-verse{font-size:1.2rem!important;line-height:1.6!important;margin-bottom:1rem!important;font-weight:500!important;overflow:visible!important;display:block!important;white-space:normal!important}.large-prayer-card .scripture-ref{font-size:1rem!important;font-weight:600!important;margin-top:.5rem!important}.hero-section{text-align:center;padding:1rem 0 2rem}.preview-card-container a{text-decoration:none}.preview-card .card-to{text-align:left}.hero-title{font-size:2.2rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary);font-family:MoMo-Handwriting,Ma Shan Zheng,ZCOOL KuaiLe,Caveat,cursive,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.hero-description{font-size:1rem;color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.5}.preview-card-container{display:flex;justify-content:center;margin:2rem auto 1.5rem;padding:1rem 0;max-width:600px}.preview-card{width:100%;height:auto!important;box-shadow:0 8px 32px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;cursor:pointer;border-radius:16px}.preview-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 16px 48px rgba(0,0,0,.15)}.preview-card .card-header{padding:2rem 2rem 1.5rem}.preview-card .card-to{font-size:1.2rem;margin-bottom:1rem;color:var(--text-secondary)}.preview-card .card-recipient{font-size:1.2rem;font-weight:400;color:var(--text-primary);font-family:var(--font-handwritten);display:inline-block}.preview-card .card-content{margin:1.5rem 0;text-align:left}.preview-card .card-message{font-size:1.8rem;line-height:1.8;color:var(--text-primary);font-weight:400;text-align:left;font-family:var(--font-message)}.preview-card .card-date{font-size:.9rem;color:var(--text-light);margin-top:1.5rem;text-align:right}.preview-card .card-scripture,.preview-card .scripture-overlay{min-height:130px;height:auto;border-radius:0 0 16px 16px}.preview-card .scripture-overlay{padding:1.5rem;position:relative}.preview-card .scripture-verse{font-size:1rem;line-height:1.5;margin-bottom:.6rem;overflow:visible;white-space:normal}.preview-card .scripture-ref{font-size:.85rem;font-weight:600;margin-top:.4rem}.cta-button{display:inline-block;padding:1rem 2.5rem;background-color:var(--accent);color:var(--bg-primary);text-decoration:none;border-radius:8px;font-size:1rem;font-weight:500;transition:opacity .2s,transform .2s;box-shadow:0 2px 8px var(--shadow)}.cta-button:hover{opacity:.85;transform:translateY(-1px)}.form-hero{text-align:center;margin-bottom:1rem}.form-with-preview{display:flex;flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto}.preview-section{width:100%;margin-bottom:.5rem}#formPreviewCard{width:100%;max-width:420px;margin:0 auto;height:auto!important;box-shadow:0 6px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;border-radius:12px;display:flex;flex-direction:column;overflow:hidden}#formPreviewCard .card-header{padding:1.5rem 1.5rem 1rem;flex:1 1;display:flex;flex-direction:column}#formPreviewCard .card-to{font-size:1.1rem;margin-bottom:1rem}#formPreviewCard .card-recipient{font-size:1.1rem}#formPreviewCard .card-message{font-size:1.2rem;line-height:1.6;font-family:MoMo-Handwriting,Ma Shan Zheng,ZCOOL KuaiLe,PingFang SC,Microsoft YaHei,cursive,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;min-height:2.5rem;color:var(--text-primary);font-style:normal;max-height:100px;overflow-y:auto}#formPreviewCard .card-message:empty:before{content:"你的祷告将显示在这里...";color:var(--text-secondary);font-style:italic}#formPreviewCard .card-scripture{min-height:100px;height:auto;transition:all .3s ease;flex-shrink:0}@media (max-width:768px){.form-with-preview{gap:1.25rem}#formPreviewCard{max-width:380px}}@media (max-width:640px){.form-with-preview{gap:1rem}.preview-section{margin-bottom:.5rem}#formPreviewCard{max-width:100%}.prayer-form{padding:1.5rem}.form-title{font-size:1.5rem}#formPreviewCard .card-message{font-size:1.1rem}#formPreviewCard .card-scripture{min-height:90px;height:auto}}.form-title{font-size:1.75rem;font-weight:600;margin-bottom:.5rem;text-align:center;color:var(--text-primary);font-family:MoMo-Handwriting,Ma Shan Zheng,ZCOOL KuaiLe,Caveat,cursive,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.form-subtitle{font-size:1rem;color:var(--text-secondary);line-height:1.5}.form-footer{margin-top:2rem;text-align:center;padding-top:1.5rem;border-top:1px solid var(--border-color)}.form-note{font-size:.9rem;color:var(--text-light);margin-bottom:1.5rem;font-style:italic}.back-link{color:var(--text-secondary);text-decoration:none;font-size:.95rem;transition:color .2s;display:inline-block;padding:.5rem 1rem;border-radius:6px;background-color:var(--bg-secondary)}.back-link:hover{color:var(--accent);background-color:var(--bg-accent)}.prayer-form-section{position:relative;padding-bottom:4rem}.prayer-form-section:before{top:-100px;left:-100px;width:300px;height:300px;background:radial-gradient(circle,rgba(135,206,235,.1) 0,transparent 70%)}.prayer-form-section:after,.prayer-form-section:before{content:"";position:absolute;border-radius:50%;pointer-events:none}.prayer-form-section:after{bottom:-50px;right:-100px;width:250px;height:250px;background:radial-gradient(circle,rgba(173,216,230,.1) 0,transparent 70%)}@media (max-width:640px){.hero-section{padding:.5rem 0 1.5rem}.hero-title{font-size:1.8rem;margin-bottom:.25rem}.hero-description{font-size:.9rem;margin-bottom:1rem}.preview-card-container{margin:1rem auto;padding:.5rem 0}.form-title{font-size:1.5rem}.form-hero{margin-bottom:2rem}.form-subtitle{font-size:.9rem}.scripture-selector{padding:1rem}.form-footer{margin-top:3rem}.prayer-form-section:after,.prayer-form-section:before{display:none}.preview-card-container{padding:1.5rem;max-width:100%}.preview-card .card-header{padding:1.5rem}.preview-card .card-recipient{font-size:1rem}.preview-card .card-message{font-size:1.5rem;line-height:1.7}.preview-card .card-scripture{min-height:110px;height:auto}.preview-card .scripture-overlay{padding:1rem;min-height:110px;height:auto}}:root{--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-accent:#fff;--text-primary:#333;--text-secondary:#666;--text-light:#999;--border-color:#e0e0e0;--accent:#333;--shadow:rgba(0,0,0,.08);--font-handwritten:"MoMo-Handwriting","Ma Shan Zheng","ZCOOL KuaiLe","Caveat",cursive,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-message:"MoMo-Handwriting","Ma Shan Zheng","ZCOOL KuaiLe",cursive,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:var(--bg-secondary);color:var(--text-primary);line-height:1.6;min-height:100vh}.login-container{max-width:400px;margin:4rem auto;padding:2rem;background:var(--bg-accent);border-radius:12px;box-shadow:0 4px 12px var(--shadow)}.login-title{text-align:center;margin-bottom:2rem;font-size:1.5rem;color:var(--text-primary)}.login-form{display:flex;flex-direction:column;gap:1rem}.password-input{padding:.875rem;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;background:var(--bg-primary)}.password-input:focus{outline:none;border-color:var(--accent)}.login-btn{padding:.875rem;background:var(--accent);color:var(--bg-primary);border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:opacity .2s}.login-btn:hover{opacity:.85}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.admin-title{font-size:1.75rem;color:var(--text-primary)}.logout-btn{padding:.5rem 1rem;background:var(--bg-secondary);color:var(--text-secondary);border:1px solid var(--border-color);border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s}.logout-btn:hover{background:var(--bg-accent);color:var(--text-primary)}.info-bar{margin-bottom:2rem;padding:1.5rem;background:var(--bg-secondary);border-radius:8px;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.info-left{flex:1 1}.search-container{margin-top:1rem}.search-input{width:100%;max-width:400px;padding:.75rem;border:1px solid var(--border-color);border-radius:6px;font-size:.9rem;background:var(--bg-primary);color:var(--text-primary);transition:border-color .2s}.search-input:focus{outline:none;border-color:var(--accent)}.search-input::placeholder{color:var(--text-light)}.info-text{font-size:.95rem}.info-text,.stats{color:var(--text-secondary)}.stats{display:flex;flex-direction:column;gap:.5rem;font-size:.9rem;min-width:140px}.stats span{display:flex;align-items:center;gap:.25rem;font-weight:500}.empty-message,.loading-message{text-align:center;padding:3rem;color:var(--text-secondary);font-size:1.1rem}.prayers-table{background:var(--bg-accent);border-radius:12px;overflow:hidden;box-shadow:0 2px 8px var(--shadow)}.table-header{background:var(--bg-secondary);font-weight:600;color:var(--text-primary)}.table-header,.table-row{display:grid;grid-template-columns:100px 1fr 120px 120px 80px;grid-gap:1rem;gap:1rem;padding:1rem;border-bottom:1px solid var(--border-color)}.table-row{transition:background-color .2s;align-items:start}.table-row:hover{background:var(--bg-secondary)}.table-row.featured{background:#f0fdf4;border-left:4px solid #34d399}.table-row:last-child{border-bottom:none}.col-status{display:flex;align-items:center}.status-badge{padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;text-align:center}.status-badge.active{background:#dcfce7;color:#166534}.status-badge.inactive{background:#f3f4f6;color:#6b7280}.prayer-info{display:flex;flex-direction:column;gap:.5rem}.prayer-for{font-weight:600;color:var(--text-primary);font-size:.95rem}.prayer-message{color:var(--text-secondary);line-height:1.5;font-size:.9rem;-webkit-line-clamp:2}.prayer-message,.scripture-preview{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.scripture-preview{font-size:.85rem;color:var(--text-light);font-style:italic;-webkit-line-clamp:1}.time-info{font-size:.85rem;color:var(--text-secondary);text-align:center;line-height:1.3}.meta-info{font-size:.8rem;color:var(--text-light);display:flex;flex-direction:column;gap:.25rem}.col-action{display:flex;justify-content:center;align-items:flex-start;padding-top:.25rem}.toggle-switch{display:flex;align-items:center;cursor:pointer}.toggle-switch input[type=checkbox]{display:none}.slider{width:40px;height:20px;background-color:#e5e7eb;border-radius:10px;position:relative;transition:background-color .3s}.slider:before{content:"";position:absolute;width:16px;height:16px;background-color:#fff;border-radius:50%;top:2px;left:2px;transition:transform .3s;box-shadow:0 1px 3px rgba(0,0,0,.2)}input[type=checkbox]:checked+.slider{background-color:#34d399}input[type=checkbox]:checked+.slider:before{transform:translateX(20px)}@media (max-width:1024px){.table-header,.table-row{grid-template-columns:80px 1fr 100px 100px 60px;gap:.5rem}.prayer-message{-webkit-line-clamp:1}}@media (max-width:768px){.table-header{display:none}.table-row{display:block;padding:1rem;margin-bottom:.5rem;border-radius:8px;border:1px solid var(--border-color)}.table-row.featured{border-left:4px solid #34d399}.col-action,.col-info,.col-prayer,.col-status,.col-time{display:block;margin-bottom:.5rem}.col-action{display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding-top:.5rem;border-top:1px solid var(--border-color)}.prayer-message{-webkit-line-clamp:3}.scripture-preview{-webkit-line-clamp:2}}@media (max-width:640px){.admin-header,.info-bar{flex-direction:column;gap:1rem;align-items:flex-start}.stats{flex-direction:column;gap:.5rem}}