:root {
    --ink: #19202a;
    --muted: #667085;
    --line: #e6e9ef;
    --paper: #ffffff;
    --soft: #f6f8fb;
    --primary: #0f766e;
    --primary-strong: #115e59;
    --accent: #eab308;
    --danger: #b42318;
}

* { box-sizing: border-box; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background: var(--soft);
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(2rem, 4vw, 4.4rem); line-height: 1.02; max-width: 880px; }
h2 { font-size: 1.45rem; }
input, select, textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: .82rem .9rem;
    font: inherit;
    background: #fff;
}
label { display: grid; gap: .35rem; color: var(--muted); font-size: .9rem; }
table { width: 100%; border-collapse: collapse; background: #fff; }
th, td { padding: .9rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
th { color: var(--muted); font-size: .78rem; text-transform: uppercase; }
small { color: var(--muted); }

.topbar {
    position: sticky;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem min(5vw, 72px);
    background: rgba(255,255,255,.92);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 800; }
.brand span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 8px;
    color: #fff;
    background: var(--primary);
}
.topbar nav { display: flex; align-items: center; gap: 1rem; color: var(--muted); }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: .72rem 1rem;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 800;
    line-height: 1;
}
.btn.primary { color: #fff; background: var(--primary); }
.btn.primary:hover { background: var(--primary-strong); }
.btn.secondary { color: #12312e; background: #ccfbf1; }
.btn.ghost { color: var(--primary); background: #eefaf8; }
.btn.small { min-height: 34px; padding: .55rem .8rem; color: #fff; background: var(--ink); }
.btn.icon { width: 38px; min-height: 38px; padding: 0; color: #fff; background: var(--primary); }
.hero {
    min-height: 72vh;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) 360px;
    gap: 2rem;
    align-items: center;
    padding: min(9vw, 110px) min(5vw, 72px);
    background:
        linear-gradient(120deg, rgba(15,118,110,.92), rgba(25,32,42,.72)),
        url("../img/print-pattern.svg");
    color: #fff;
}
.hero p { max-width: 670px; color: rgba(255,255,255,.84); font-size: 1.1rem; }
.hero-board {
    display: grid;
    gap: .8rem;
    padding: 1.2rem;
    border: 1px solid rgba(255,255,255,.28);
    border-radius: 8px;
    background: rgba(255,255,255,.12);
}
.hero-board span {
    padding: .75rem;
    border-radius: 8px;
    background: rgba(255,255,255,.12);
}
.eyebrow {
    display: inline-block;
    margin-bottom: .55rem;
    color: var(--accent);
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: .75rem;
}
.page { padding: 4rem min(5vw, 72px); }
.section-title { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.4rem; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.product-card, .metric, .panel, .auth-panel {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: 0 14px 36px rgba(24, 32, 42, .06);
}
.product-card { display: grid; gap: .75rem; padding: 1rem; }
.product-card p { color: var(--muted); min-height: 58px; }
.product-art {
    display: grid;
    place-items: center;
    height: 148px;
    border-radius: 8px;
    color: #0f3b36;
    background: linear-gradient(135deg, #ccfbf1, #fde68a);
    font-size: 2.3rem;
    font-weight: 900;
}
.tag { width: fit-content; padding: .25rem .5rem; border-radius: 999px; color: var(--primary); background: #ecfdf5; font-size: .76rem; font-weight: 800; }
.footer { padding: 2rem min(5vw, 72px); color: var(--muted); background: #fff; border-top: 1px solid var(--line); }

.auth { min-height: 100vh; display: grid; place-items: center; padding: 2rem; background: linear-gradient(135deg, #f6f8fb, #dff7f2); }
.installer { width: min(100%, 860px); }
.auth-panel { width: min(100%, 720px); padding: 1.4rem; }
.auth-panel h1 { font-size: 2rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.wide { grid-column: 1 / -1; }
.check { display: flex; align-items: center; gap: .55rem; }
.check input { width: auto; }
.notice { margin: 0 0 1rem; padding: .85rem 1rem; border-radius: 8px; font-weight: 700; }
.notice.success { color: #065f46; background: #d1fae5; }
.notice.danger { color: var(--danger); background: #fee4e2; }

.dashboard { display: grid; grid-template-columns: 248px minmax(0, 1fr); min-height: 100vh; }
.sidebar {
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: .35rem;
    padding: 1rem;
    color: #dbeafe;
    background: #19202a;
}
.sidebar a { padding: .75rem; border-radius: 8px; }
.sidebar a:hover { background: rgba(255,255,255,.08); }
.workspace { padding: 1.2rem; overflow: hidden; }
.workspace-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.workspace-head h1 { font-size: 2rem; margin-bottom: 0; }
.metric-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; margin-bottom: 1rem; }
.metric { padding: 1rem; }
.metric span { color: var(--muted); }
.metric strong { display: block; margin-top: .4rem; font-size: 1.7rem; }
.panel { padding: 1rem; margin-bottom: 1rem; }
.table-wrap { overflow-x: auto; margin-top: 1rem; border: 1px solid var(--line); border-radius: 8px; }
.quote-box { display: flex; align-items: center; justify-content: space-between; padding: 1rem; border-radius: 8px; background: #fef3c7; }
.quote-box strong { font-size: 1.5rem; }
.pix-panel { background: #ecfdf5; }
.logline { padding: .65rem 0; border-bottom: 1px solid var(--line); color: var(--muted); }

@media (max-width: 860px) {
    .hero, .dashboard { grid-template-columns: 1fr; }
    .sidebar { position: static; height: auto; }
    .metric-grid, .form-grid { grid-template-columns: 1fr; }
    .topbar { align-items: flex-start; flex-direction: column; }
    .topbar nav { flex-wrap: wrap; }
    .workspace-head, .section-title { align-items: flex-start; flex-direction: column; }
}

/* Layout 2 - Loja Pro para www.mousecriativo.com.br */
body.store-pro {
    --store-ink: #111522;
    --store-dark: #101421;
    --store-violet: #4b35e6;
    --store-lime: #d9ff42;
    --store-soft: #f4f6fb;
    --store-line: #dfe4f3;
    --store-muted: #667085;
    color: var(--store-ink);
    background: var(--store-soft);
    font-family: "Trebuchet MS", Inter, "Segoe UI", Arial, sans-serif;
}

.store-pro-head {
    position: sticky;
    top: 0;
    z-index: 10;
    display: grid;
    grid-template-columns: auto minmax(280px, 1fr) auto;
    gap: 1.2rem;
    align-items: center;
    padding: 1rem min(5vw, 72px);
    color: #fff;
    background: rgba(16, 20, 33, .96);
    border-bottom: 1px solid rgba(255,255,255,.1);
    backdrop-filter: blur(14px);
}

.store-pro-brand span {
    color: var(--store-dark);
    background: var(--store-lime);
}

.store-pro-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.1rem;
    color: #d8ddf0;
    font-size: .9rem;
    font-weight: 800;
}

.store-pro-menu a:hover { color: #fff; }

.store-pro-action {
    color: var(--store-dark);
    background: var(--store-lime);
}

.store-pro-action:hover { filter: brightness(.96); }

.store-pro-light {
    color: var(--store-ink);
    background: #fff;
    border: 1px solid var(--store-line);
}

.store-pro-hero {
    display: grid;
    grid-template-columns: 310px minmax(0, 1fr);
    gap: 1rem;
    padding: 1.5rem min(5vw, 72px);
}

.store-pro-rail {
    display: grid;
    align-content: start;
    gap: .5rem;
    padding: .9rem;
    border: 1px solid var(--store-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(15,23,42,.05);
}

.store-pro-rail strong { padding: .35rem .45rem; }

.store-pro-rail a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 40px;
    padding: 0 .7rem;
    border-radius: 8px;
    background: var(--store-soft);
    font-size: .86rem;
    font-weight: 850;
}

.store-pro-rail a:hover {
    color: #fff;
    background: var(--store-violet);
}

.store-pro-feature {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 1rem;
}

.store-pro-banner {
    min-height: 330px;
    display: grid;
    align-content: center;
    padding: clamp(1.3rem, 4vw, 2.4rem);
    border-radius: 8px;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(16,20,33,.96), rgba(75,53,230,.84)),
        url("../img/print-pattern.svg");
    background-size: cover;
    box-shadow: 0 20px 60px rgba(16,20,33,.18);
}

.store-pro-banner .eyebrow,
.store-pro-section .eyebrow {
    color: var(--store-lime);
}

.store-pro-banner h1 {
    max-width: 680px;
    margin-bottom: .8rem;
    font-size: clamp(2.15rem, 4vw, 4.35rem);
    line-height: 1.02;
}

.store-pro-banner p {
    max-width: 640px;
    color: #e2e7ff;
    font-size: 1.04rem;
}

.store-pro-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .7rem;
    margin-top: 1.15rem;
}

.store-pro-quote {
    display: grid;
    gap: .85rem;
    align-content: start;
    padding: 1rem;
    border: 1px solid var(--store-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 16px 42px rgba(15,23,42,.07);
}

.store-pro-quote h2 {
    margin-bottom: 0;
    font-size: 1.25rem;
}

.store-pro-calc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
}

.store-pro-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .9rem;
    border-radius: 8px;
    color: #fff;
    background: var(--store-dark);
}

.store-pro-total span {
    color: #d8ddf0;
    font-size: .82rem;
    font-weight: 800;
}

.store-pro-total strong { font-size: 1.25rem; }

.store-pro-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .75rem;
    padding: 0 min(5vw, 72px) 1.7rem;
}

.store-pro-benefits div {
    display: grid;
    gap: .3rem;
    padding: .95rem;
    border: 1px solid var(--store-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(15,23,42,.04);
}

.store-pro-benefits strong { color: var(--store-ink); }
.store-pro-benefits span { color: var(--store-muted); font-size: .82rem; }

.store-pro-section {
    padding: 2rem min(5vw, 72px);
}

.store-pro-title h2 { margin-bottom: 0; }

.store-pro-grid {
    display: grid;
    grid-template-columns: 1.15fr repeat(4, minmax(0, 1fr));
    gap: .85rem;
}

.store-pro-combo,
.store-pro-card {
    border: 1px solid var(--store-line);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 16px 40px rgba(15,23,42,.06);
}

.store-pro-combo {
    display: grid;
    align-content: end;
    gap: .85rem;
    min-height: 100%;
    padding: 1.15rem;
    color: #fff;
    background: linear-gradient(150deg, var(--store-violet), #111827);
}

.store-pro-combo p { color: #e5e9ff; }
.store-pro-combo .tag { color: var(--store-dark); background: var(--store-lime); }

.store-pro-combo h3 {
    margin-bottom: 0;
    font-size: 1.65rem;
    line-height: 1.05;
}

.store-pro-art {
    min-height: 138px;
    display: grid;
    place-items: center;
    color: var(--store-violet);
    background: linear-gradient(135deg, #e1e6ff, #efffb0);
    font-size: 2rem;
    font-weight: 950;
}

.store-pro-card-body {
    display: grid;
    gap: .55rem;
    padding: .85rem;
}

.store-pro-card-body h3 {
    min-height: 44px;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.2;
}

.store-pro-card-body p {
    min-height: 54px;
    margin-bottom: 0;
    font-size: .82rem;
}

.store-pro-specs {
    display: grid;
    gap: .25rem;
    color: var(--store-muted);
    font-size: .74rem;
    font-weight: 800;
}

.store-pro-card-body strong {
    color: var(--store-ink);
    font-size: 1rem;
}

.store-pro .tag {
    color: var(--store-dark);
    background: #eaff78;
}

.store-pro-flow {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 1rem;
    align-items: center;
    margin: 0 min(5vw, 72px) 2rem;
    padding: 1.3rem;
    border-radius: 8px;
    color: #fff;
    background: var(--store-dark);
}

.store-pro-flow p { color: #d8ddf0; }

.store-pro-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .65rem;
}

.store-pro-steps div {
    display: grid;
    gap: .35rem;
    padding: .85rem;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 8px;
    background: rgba(255,255,255,.07);
}

.store-pro-steps strong {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    color: var(--store-dark);
    background: var(--store-lime);
}

.store-pro-steps span { color: #fff; font-weight: 850; }

.store-pro-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #d8ddf0;
    background: var(--store-dark);
    border-top: 0;
}

.store-pro-footer strong,
.store-pro-footer a { color: #fff; }

.store-pro-footer { display: grid; grid-template-columns: minmax(230px, 1fr) auto auto; align-items: center; gap: 24px; padding: 28px min(5vw, 72px); }
.store-footer-identity { display: grid; gap: 6px; max-width: 520px; }
.store-footer-identity strong { font-size: 16px; letter-spacing: -.01em; }
.store-footer-identity span { color: #d8ddf0; font-size: 13px; line-height: 1.5; }
.store-footer-identity small { color: #aebbd0; font-size: 11px; }
.store-social-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 9px; }
.store-social-links a { border: 1px solid #ffffff55; border-radius: 999px; padding: 6px 10px; font-size: 12px; text-decoration: none; }
.store-social-links a:hover { background: #ffffff18; }
.store-social-links .social-icon-link { display: inline-grid; place-items: center; width: 30px; height: 30px; padding: 0; color: #fff; }
.store-social-links .social-icon-link svg { display: block; width: 18px !important; height: 18px !important; max-width: 18px; max-height: 18px; flex: 0 0 18px; }
.social-sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.store-footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; }
.store-footer-links a { color: #d8ddf0; font-size: 12px; text-decoration: none; }
.store-footer-links a:hover { color: #fff; text-decoration: underline; text-underline-offset: 4px; }

.store-whatsapp-float { position: fixed; z-index: 30; right: 24px; bottom: 24px; display: inline-flex; align-items: center; gap: 8px; padding: 13px 17px; border-radius: 999px; background: #25d366; color: #fff; box-shadow: 0 8px 24px #0c7d3c55; font-size: 13px; font-weight: 800; text-decoration: none; }
.store-whatsapp-float:hover { background: #1dbb59; transform: translateY(-1px); }
.store-whatsapp-float svg { width: 21px; height: 21px; fill: currentColor; }
@media (max-width: 560px) { .store-whatsapp-float { right: 16px; bottom: 16px; padding: 13px; } .store-whatsapp-float span { display: none; } }
@media (max-width: 780px) { .store-pro-footer { grid-template-columns: 1fr; justify-items: start; gap: 18px; } .store-social-links,.store-footer-links { justify-content: flex-start; } }

@media (max-width: 1180px) {
    .store-pro-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .store-pro-combo { min-height: 260px; }
}

@media (max-width: 940px) {
    .store-pro-head,
    .store-pro-hero,
    .store-pro-feature,
    .store-pro-flow {
        grid-template-columns: 1fr;
    }

    .store-pro-menu {
        justify-content: flex-start;
        overflow-x: auto;
        padding-bottom: .2rem;
    }

    .store-pro-benefits,
    .store-pro-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .store-pro-flow { margin-left: min(5vw, 72px); margin-right: min(5vw, 72px); }
}

@media (max-width: 620px) {
    .store-pro-head,
    .store-pro-hero,
    .store-pro-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .store-pro-benefits,
    .store-pro-grid,
    .store-pro-calc-grid,
    .store-pro-steps {
        grid-template-columns: 1fr;
    }

    .store-pro-banner { min-height: auto; }
    .store-pro-title { align-items: flex-start; flex-direction: column; }
    .store-pro-footer { align-items: flex-start; flex-direction: column; }
    .store-pro-flow { margin: 0 1rem 1.5rem; }
}

.sidebar .store-link{background:#0f766e;color:#fff;font-weight:700}.sidebar .store-link:hover{background:#115e59;color:#fff}.workspace-head .eyebrow{color:#b7791f}


/* Opcao 01 - Classico: base visual do admin real */
body.dashboard{--ink:#233249;--muted:#748197;--line:#e4e9f0;--paper:#fff;--soft:#f4f6f9;--primary:#285ed7;--primary-strong:#214fb6;--accent:#d49a24;background:var(--soft);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:13px}
body.dashboard .sidebar{grid-column:1;background:#172841;padding:24px 12px;gap:3px;color:#b7c5d8}
body.dashboard .sidebar .brand{padding:0 10px 18px;color:#fff;font-size:16px}
body.dashboard .sidebar .brand span{width:36px;height:36px;border-radius:10px;background:#ecf2ff;color:#285ed7}
body.dashboard .sidebar a{min-height:40px;padding:11px 12px;border-radius:9px;font-size:12px;font-weight:600}
body.dashboard .sidebar a:hover{background:#ffffff12;color:#fff}
body.dashboard .sidebar a.store-link{margin:4px 0 12px;background:#285ed7;color:#fff;font-weight:750}
body.dashboard .sidebar a.store-link:hover{background:#214fb6}
body.dashboard .workspace{grid-column:2;min-width:0;padding:0 30px 40px;background:#f4f6f9}
body.dashboard .workspace-head{min-height:69px;margin:0 -30px 24px;padding:16px 30px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 1px 0 rgba(26,40,65,.02)}
body.dashboard .workspace-head h1{font-size:25px;line-height:1.2;letter-spacing:-.6px;color:#233249}
body.dashboard .workspace-head .eyebrow{color:#748197;letter-spacing:1.2px;font-size:10px}
body.dashboard .metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:18px}
body.dashboard .metric,body.dashboard .panel{border:1px solid var(--line);border-radius:13px;background:#fff;box-shadow:0 2px 10px rgba(26,40,65,.025)}
body.dashboard .metric{padding:19px}
body.dashboard .metric strong{font-size:26px;letter-spacing:-1px;color:#233249}
body.dashboard .panel{padding:20px;margin-bottom:16px}
body.dashboard .section-title{margin-bottom:17px}
body.dashboard .section-title h2{font-size:14px;letter-spacing:-.3px;color:#233249}
body.dashboard input,body.dashboard select,body.dashboard textarea{border-color:#dce3ec;border-radius:8px;background:#fff;padding:10px 11px;min-height:39px;font-size:12px}
body.dashboard input:focus,body.dashboard select:focus,body.dashboard textarea:focus{border-color:#285ed7;box-shadow:0 0 0 3px #eaf0ff;outline:0}
body.dashboard .btn{min-height:35px;padding:8px 13px;border-radius:9px;font-size:11px}
body.dashboard .btn.primary{background:#285ed7;border-color:#285ed7}
body.dashboard .btn.primary:hover{background:#214fb6}
body.dashboard .btn.secondary{color:#315eb1;background:#e9f0ff}
body.dashboard .table-wrap{border-color:var(--line);border-radius:10px;background:#fff}
body.dashboard th{background:#f4f6f9;color:#748197;font-size:10px;letter-spacing:.4px}
body.dashboard th,body.dashboard td{padding:13px 14px}
body.dashboard .notice{border:1px solid #dbe6fb;border-radius:10px;background:#f1f5ff;color:#456397}
body.dashboard .logline{font-size:11px}
@media(max-width:860px){body.dashboard .workspace{grid-column:1;padding:0 18px 28px}body.dashboard .workspace-head{margin:0 -18px 18px;padding:16px 18px}body.dashboard .metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){body.dashboard .metric-grid{grid-template-columns:1fr}body.dashboard .panel{padding:15px}}

.product-form-classic{gap:18px 17px}.product-section-title{padding:3px 0 0;border-top:1px solid var(--line);margin-top:3px}.product-section-title:first-child{border-top:0;margin-top:0}.product-section-title h3{font-size:14px;margin:0 0 4px;color:var(--ink)}.product-section-title p{margin:0;color:var(--muted);font-size:10px;line-height:1.5}.tier-box{padding:14px;border:1px solid var(--line);border-radius:10px;background:var(--soft);display:grid;gap:9px}.tier-box strong{font-size:11px}.tier-row{display:grid;grid-template-columns:1fr 1fr 70px;gap:8px;align-items:center}.tier-row span{font-size:10px;color:var(--muted)}.tier-row input{min-height:35px;padding:8px}@media(max-width:560px){.tier-row{grid-template-columns:1fr 1fr}.tier-row span{grid-column:1/-1}}
