/*
Theme Name: Mister Pontos
Theme URI: https://misterpontos.com.br
Author: Mister Pontos
Author URI: https://misterpontos.com.br
Description: Tema premium para inteligência em programas de fidelidade. Milhas sem achismo.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mister-pontos
Tags: blog, custom-menu, featured-images, footer-widgets, full-width-template, sticky-post, threaded-comments, translation-ready
*/

/* ============================================================
   RESET & BASE
   ============================================================ */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --color-primary:    #0F3D4C;
    --color-secondary:  #C8A96B;
    --color-accent:     #26C6DA;
    --color-bg:         #F8FAFC;
    --color-surface:    #FFFFFF;
    --color-text:       #1E293B;
    --color-text-muted: #64748B;
    --color-border:     #E2E8F0;

    /* Category colors */
    --cat-ganhar:       #26C6DA;
    --cat-transferir:   #2563EB;
    --cat-emissoes:     #16A34A;
    --cat-cartoes:      #7C3AED;
    --cat-hoteis:       #C8A96B;
    --cat-alertas:      #DC2626;

    /* Typography */
    --font-title:  'Montserrat', sans-serif;
    --font-body:   'Inter', sans-serif;

    /* Spacing */
    --space-xs:   0.25rem;
    --space-sm:   0.5rem;
    --space-md:   1rem;
    --space-lg:   1.5rem;
    --space-xl:   2rem;
    --space-2xl:  3rem;
    --space-3xl:  4rem;
    --space-4xl:  6rem;

    /* Radius */
    --radius-sm:  4px;
    --radius-md:  8px;
    --radius-lg:  12px;
    --radius-xl:  16px;

    /* Shadow */
    --shadow-sm:  0 1px 3px rgba(15,61,76,.06), 0 1px 2px rgba(15,61,76,.04);
    --shadow-md:  0 4px 12px rgba(15,61,76,.08), 0 2px 4px rgba(15,61,76,.05);
    --shadow-lg:  0 10px 30px rgba(15,61,76,.12), 0 4px 8px rgba(15,61,76,.06);

    /* Max width */
    --container:  1200px;
    --container-wide: 1400px;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-body);
    color: var(--color-text);
    background-color: var(--color-bg);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color .2s ease;
}

a:hover {
    color: var(--color-accent);
}

ul, ol {
    list-style: none;
}

/* ============================================================
   ACCESSIBILITY
   ============================================================ */
.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    padding: .5rem 1rem;
    background: var(--color-primary);
    color: #fff;
    z-index: 9999;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
