.prayer-request-page{background:#f9fafb;flex-direction:column;min-height:100vh;padding:0;display:flex}.prayer-request-page .container{flex-direction:column;flex:1;max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex}.page-header{text-align:center;background:linear-gradient(#fff,#f9fafb);border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;padding:1.5rem 0 1rem}.cross-symbol{color:var(--primary-burgundy);margin-bottom:.25rem;font-size:2rem}.page-title{color:var(--primary-burgundy);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.page-subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:.9rem;line-height:1.4}.form-container{grid-template-columns:400px 1fr;align-items:start;gap:3rem;padding-bottom:1.5rem;display:grid}.info-box{border-left:4px solid var(--primary-gold);background:#fff;border-radius:8px;height:fit-content;padding:2.5rem;position:sticky;top:1rem;box-shadow:0 2px 4px #0000000d}.info-box h3{color:var(--primary-burgundy);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;display:flex}.info-box ul{margin:0;padding:0;list-style:none}.info-box li{color:var(--text-secondary);border-bottom:1px solid #f3f4f6;padding:.75rem 0 .75rem 2rem;font-size:1.05rem;line-height:1.6;position:relative}.info-box li:last-child{border-bottom:none}.info-box li:before{content:"✓";color:var(--primary-gold);font-size:1.2rem;font-weight:700;position:absolute;left:0}.prayer-form{border-top:3px solid var(--primary-burgundy);background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000000d}.form-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.form-group{margin-bottom:1rem}.form-label{color:var(--text-primary);margin-bottom:.25rem;font-size:.85rem;font-weight:600;display:block}.required{color:#dc2626;margin-left:.25rem}.form-input,.form-textarea{background:#f9fafb;border:1px solid #d1d5db;border-radius:4px;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.9rem;transition:all .2s}.form-input:focus,.form-textarea:focus{border-color:var(--primary-burgundy);background:#fff;outline:none;box-shadow:0 0 0 2px #8000200d}.form-input.error,.form-textarea.error{background:#fef2f2;border-color:#dc2626}.form-textarea{resize:none;height:100px;min-height:80px}.character-count{text-align:right;color:#6b7280;margin-top:.25rem;font-size:.75rem}.error-message{color:#dc2626;margin-top:.25rem;font-size:.75rem;display:block}.checkbox-group{margin:.75rem 0}.checkbox-label{cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;align-items:center;gap:.5rem;padding:.5rem .75rem;transition:all .2s;display:flex}.checkbox-label:hover{background:#f3f4f6}.checkbox-label input[type=checkbox]{cursor:pointer;width:16px;height:16px;accent-color:var(--primary-burgundy)}.checkbox-text{color:var(--text-secondary);font-size:.85rem}.form-actions{margin-top:1rem}.submit-btn{background:var(--primary-burgundy);color:#fff;cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-size:.95rem;font-weight:600;display:flex}.submit-btn:hover:not(:disabled){background:#600018}.submit-btn:disabled{opacity:.7;cursor:not-allowed;background:#9ca3af}.spinner-small{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}.alert{border-left:3px solid;border-radius:6px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.alert-success{color:#065f46;background:#ecfdf5;border-left-color:#10b981}.alert-error{color:#991b1b;background:#fef2f2;border-left-color:#dc2626}@media (max-width:768px){.form-container{grid-template-columns:1fr;gap:1.5rem}.form-row{grid-template-columns:1fr;gap:0}.page-header{padding:1rem 0}.page-title{font-size:1.5rem}}
