/**
 * LFWLR Base — CSS Custom Properties & Isolation Reset
 */

:root {
    --lfwlr-primary: #e8475f;
    --lfwlr-primary-light: #fde8eb;
    --lfwlr-primary-light-active: rgba(232, 71, 95, 0.18);
    --lfwlr-primary-hover: #d63a51;
    --lfwlr-primary-dark: #b8354a;
    --lfwlr-active: #e8475f;
    --lfwlr-active-light: rgba(232, 71, 95, 0.08);
    --lfwlr-active-light-active: rgba(232, 71, 95, 0.18);
    --lfwlr-success: #34c759;
    --lfwlr-success-light: #e8f5e9;
    --lfwlr-text: #1a1a2e;
    --lfwlr-text-secondary: #4a4a5e;
    --lfwlr-text-muted: #8a8a9a;
    --lfwlr-bg: #ffffff;
    --lfwlr-bg-secondary: #f8f8fa;
    --lfwlr-border: #e2e2e8;
    --lfwlr-border-light: #f0f0f4;
    --lfwlr-radius: 12px;
    --lfwlr-radius-sm: 8px;
    --lfwlr-radius-xs: 6px;
    --lfwlr-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    --lfwlr-shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.05);
    --lfwlr-shadow-hover: 0 8px 40px rgba(0, 0, 0, 0.12);
    --lfwlr-transition: 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    --lfwlr-transition-slow: 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    --lfwlr-transition-spring: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    --lfwlr-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --lfwlr-font-size: 14px;
    --lfwlr-font-size-sm: 13px;
    --lfwlr-font-size-xs: 12px;
    --lfwlr-line-height: 1.5;
}

/* ---------------------------------------------------------------
 * Scoped reset — isolate LFWLR from theme styles
 * ------------------------------------------------------------- */

.lfwlr-heart-wrap,
.lfwlr-product-banner,
.lfwlr-wishlist-page,
.lfwlr-shared-page,
.lfwlr-toast,
.lfwlr-share-panel,
.lfwlr-dropdown {
    box-sizing: border-box !important;
    font-family: var(--lfwlr-font-family) !important;
    font-size: var(--lfwlr-font-size) !important;
    line-height: var(--lfwlr-line-height) !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    text-transform: none;
}

.lfwlr-heart-wrap *,
.lfwlr-heart-wrap *::before,
.lfwlr-heart-wrap *::after,
.lfwlr-product-banner *,
.lfwlr-product-banner *::before,
.lfwlr-product-banner *::after,
.lfwlr-wishlist-page *,
.lfwlr-wishlist-page *::before,
.lfwlr-wishlist-page *::after,
.lfwlr-shared-page *,
.lfwlr-shared-page *::before,
.lfwlr-shared-page *::after,
.lfwlr-dropdown *,
.lfwlr-dropdown *::before,
.lfwlr-dropdown *::after,
.lfwlr-toast * {
    box-sizing: border-box !important;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: none;
}

.lfwlr-wishlist-page button,
.lfwlr-wishlist-page input,
.lfwlr-wishlist-page textarea,
.lfwlr-wishlist-page select,
.lfwlr-dropdown button,
.lfwlr-dropdown input,
.lfwlr-heart-wrap button {
    font-family: var(--lfwlr-font-family) !important;
    font-size: var(--lfwlr-font-size) !important;
    line-height: var(--lfwlr-line-height) !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    border-radius: var(--lfwlr-radius-sm) !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.lfwlr-wishlist-page a,
.lfwlr-dropdown a {
    text-decoration: none !important;
    box-shadow: none !important;
}

/* Remove focus/active outline across LFWLR UI */
.lfwlr-heart-wrap button:focus,
.lfwlr-heart-wrap button:active,
.lfwlr-heart-wrap input:focus,
.lfwlr-heart-wrap input:active,
.lfwlr-product-banner button:focus,
.lfwlr-product-banner button:active,
.lfwlr-wishlist-page button:focus,
.lfwlr-wishlist-page button:active,
.lfwlr-wishlist-page input:focus,
.lfwlr-wishlist-page input:active,
.lfwlr-wishlist-page textarea:focus,
.lfwlr-wishlist-page textarea:active,
.lfwlr-wishlist-page select:focus,
.lfwlr-wishlist-page select:active,
.lfwlr-wishlist-page a:focus,
.lfwlr-wishlist-page a:active,
.lfwlr-shared-page button:focus,
.lfwlr-shared-page button:active,
.lfwlr-shared-page input:focus,
.lfwlr-shared-page input:active,
.lfwlr-shared-page textarea:focus,
.lfwlr-shared-page textarea:active,
.lfwlr-shared-page select:focus,
.lfwlr-shared-page select:active,
.lfwlr-shared-page a:focus,
.lfwlr-shared-page a:active,
.lfwlr-dropdown button:focus,
.lfwlr-dropdown button:active,
.lfwlr-dropdown input:focus,
.lfwlr-dropdown input:active,
.lfwlr-share-panel button:focus,
.lfwlr-share-panel button:focus,
.lfwlr-share-panel button:active,
.lfwlr-share-panel input:focus,
.lfwlr-share-panel input:active,
.lfwlr-share-panel textarea:focus,
.lfwlr-share-panel textarea:active {
    outline: none !important;
}

[v-cloak] { display: none !important; }
