/*
Theme Name: Amal Nameh
Theme URI: https://yourdomain.com/amal-nameh
Author: Your Name / Team
Author URI: https://yourdomain.com
Description: Amal Nameh – Track Good & Bad Deeds, Marhoomeen tasks, and spiritual analytics. Built mobile-first with lightweight WordPress integration.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: amal-nameh
Tags: minimal, mobile-first, pwa, faith, productivity
*/

/* ==============
   Base Reset
   ============== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* ==============
   Body
   ============== */
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #222;
    background-color: #fafafa;
}

/* ==============
   Links
   ============== */
a {
    color: #0073aa;
    text-decoration: none;
}
a:hover, a:focus {
    color: #005177;
    text-decoration: underline;
}

/* ==============
   Layout Helpers
   ============== */
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

/* ==============
   Buttons
   ============== */
button, input[type="submit"], .btn {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 10px 18px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background .3s ease;
}
button:hover, input[type="submit"]:hover, .btn:hover {
    background: #005177;
}

/* ==============
   Cards
   ============== */
.card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    padding: 20px;
    margin-bottom: 20px;
}

/* ==============
   Notifications
   ============== */
.notification {
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}
.notification.info { background: #e8f4fd; color: #0073aa; }
.notification.success { background: #e8fdf0; color: #2e7d32; }
.notification.error { background: #fdecea; color: #c62828; }

/* ==============
   Footer
   ============== */
footer {
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #555;
}
