body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}.loader{animation:spin .8s linear infinite;border:4px solid #4a90e233;border-radius:50%;border-top-color:#4a90e2;height:48px;width:48px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-container{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:100vh;padding:1rem;width:100%}.logged-in-container{height:100%;width:100%}.button-primary{align-items:center;background-color:#4a90e2;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:center;padding:.75rem 1.5rem;transition:all .2s;width:100%}.button-primary:hover{background-color:#357abd;transform:translateY(-1px)}.button-secondary{align-items:center;background-color:#6c757d;border:none;border-radius:.375rem;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:center;padding:.75rem 1.5rem;transition:all .2s;width:100%}.button-secondary:hover{background-color:#5a6268;transform:translateY(-1px)}.form-input{border:1px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;font-size:1rem;height:2.5rem;line-height:1.5;padding:.5rem .75rem;transition:all .2s;width:100%}.form-input:focus{border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e233;outline:none}.button-spacing{margin-bottom:1.5rem}.login-box{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-sizing:border-box;margin:0 .5rem;max-width:28rem;padding:1.25rem;width:100%}@media (min-width:640px){.login-box{margin:0;padding:2rem}}.login-box .space-y-2>*+*{margin-top:.5rem}.account-toggle{color:#4a90e2;cursor:pointer;font-weight:500;text-decoration:underline;transition:all .2s ease}.account-toggle:hover{color:#357abd;text-decoration:none}.error-message{background-color:#fee2e2;border:1px solid #fecaca;border-radius:.375rem;color:#dc2626;font-size:.875rem;padding:.75rem}.login-box .flex.flex-col.gap-4{display:flex;flex-direction:column;gap:1rem}.add-prayer-container{background:#fffffff7;bottom:0;box-shadow:0 -6px 24px #02061714;box-sizing:border-box;left:0;padding:1rem;position:fixed;right:0;z-index:1000}.add-prayer-header{display:flex;justify-content:center;margin-bottom:.5rem}.prayer-toggle{max-width:360px;padding-left:1rem;padding-right:1rem;width:auto}.add-prayer-content{max-height:0;opacity:0;overflow:hidden;transform:translateY(100%);transition:transform .32s cubic-bezier(.2,.9,.2,1),opacity .22s ease,max-height .32s ease;will-change:transform,opacity}.add-prayer-content.open{max-height:1200px;opacity:1;transform:translateY(0)}.add-prayer-form{display:flex;flex-direction:column;gap:.75rem;margin:0 auto;max-width:900px}.add-prayer-form .form-input{font-size:.95rem;height:auto;padding:.5rem .75rem}@media (min-width:640px){.add-prayer-container{border-radius:.5rem;bottom:1rem;left:1rem;right:1rem}}.success-message{background-color:#ecfdf5;border:1px solid #bbf7d0;border-radius:.375rem;color:#065f46;padding:.5rem .75rem}.user-profile-container{position:fixed;right:1rem;top:.2rem;z-index:1100}.user-profile-wrapper{position:relative}.user-profile-name{color:#1f2937;cursor:pointer;font-weight:500;-webkit-user-select:none;user-select:none}.user-profile-name:hover{color:#4b5563}.user-profile-menu{background:#e6e5e5;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;margin-top:0;padding:.25rem 0;position:absolute;right:0;width:12rem;z-index:1100}.user-profile-menu-item{box-sizing:border-box;color:#374151;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;text-align:left;width:100%}.user-profile-menu-item:hover{background:#f3f4f6}
/*# sourceMappingURL=main.73dd4095.css.map*/