/*
Theme Name: Guide2.Fitness App Theme
Author: Coach Tin of Guide2.Fitness and Arteta Online
Description: A lightweight mobile-first WordPress shell theme for the Guide2.Fitness app plugin. Created by Coach Tin of Guide2.Fitness and Arteta Online artetaonline.com.
Version: 1.0.6
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: g2f-app-theme
*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100%;
}

body {
    background: #ffffff;
}

img,
svg,
video,
canvas {
    max-width: 100%;
    height: auto;
}

main,
article,
.site-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: inherit;
}

body {
    overflow-x: hidden;
}

a {
    color: inherit;
}

.g2f-shell-screen {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px 16px;
    background: #f7faf9;
    color: #17211d;
}

.g2f-shell-card {
    width: min(100%, 420px);
    margin: 0 auto;
    padding: 28px 20px;
    border: 1px solid #dfe8e4;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(23, 33, 29, 0.08);
    text-align: center;
}

.g2f-shell-logo,
.g2f-shell-card .custom-logo {
    display: block;
    max-width: 190px;
    max-height: 72px;
    width: auto;
    height: auto;
    margin: 0 auto 18px;
}

.g2f-shell-card .custom-logo-link {
    display: inline-block;
}

.g2f-shell-brand {
    margin: 0 0 18px;
    font-size: 1.75rem;
    line-height: 1.15;
    font-weight: 700;
}

.g2f-shell-card h1 {
    margin: 0 0 10px;
    font-size: 1.75rem;
    line-height: 1.15;
}

.g2f-shell-card p {
    margin: 0 0 22px;
    color: #50635d;
    font-size: 1rem;
    line-height: 1.5;
}

.g2f-shell-actions {
    display: grid;
    gap: 12px;
}

.g2f-shell-button {
    display: inline-flex;
    min-height: 48px;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #147a5c;
    color: #ffffff;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.g2f-shell-link {
    color: #147a5c;
    font-weight: 700;
    text-decoration: none;
}

.g2f-shell-link:focus,
.g2f-shell-button:focus {
    outline: 3px solid rgba(20, 122, 92, 0.28);
    outline-offset: 3px;
}

@media (min-width: 480px) {
    .g2f-shell-card {
        padding: 36px 32px;
    }
}
