
:root{
  --lcf-brand:#f39a36;
  --lcf-brand-dark:#de8120;
  --lcf-brand-soft:#fff3e5;
  --lcf-surface:#ffffff;
  --lcf-surface-soft:#f7f8fb;
  --lcf-border:#e7e9ef;
  --lcf-text:#202733;
  --lcf-muted:#6c7685;
  --lcf-shadow:0 14px 40px rgba(18,28,45,.08);
  --lcf-radius:20px;
  --lcf-radius-sm:14px;
}

.lcf-mobile-app,.lcf-panel-app{max-width:920px;margin:0 auto;padding:18px;font-family:Inter,Arial,sans-serif;color:var(--lcf-text);box-sizing:border-box}
.lcf-mobile-app *,.lcf-panel-app *{box-sizing:border-box}
.lcf-os-shell{background:linear-gradient(180deg,#fff 0%,#fbfbfd 100%);border:1px solid var(--lcf-border);border-radius:28px;box-shadow:var(--lcf-shadow);overflow:hidden}
.lcf-os-topbar{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--lcf-border);background:#fff;gap:12px}
.lcf-os-brand{display:flex;align-items:center;gap:12px;min-width:0}
.lcf-os-logo{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--lcf-brand) 0%,#ffb153 100%);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;box-shadow:0 10px 22px rgba(243,154,54,.28)}
.lcf-os-brandtext{display:flex;flex-direction:column;min-width:0}
.lcf-os-brandtext strong{font-size:15px;line-height:1.1}
.lcf-os-brandtext span{font-size:13px;color:var(--lcf-muted);line-height:1.2}
.lcf-os-status{display:inline-flex;align-items:center;gap:8px;padding:10px 12px;background:var(--lcf-surface-soft);border:1px solid var(--lcf-border);border-radius:999px;font-size:13px;color:var(--lcf-muted)}
.lcf-os-dot{width:9px;height:9px;border-radius:999px;background:#47b36b;box-shadow:0 0 0 4px rgba(71,179,107,.14)}
.lcf-os-content{padding:20px}
.lcf-hero{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;margin-bottom:18px}
.lcf-hero-aside{background:linear-gradient(160deg,var(--lcf-brand) 0%,#ffb85c 100%);color:#fff;border-radius:24px;padding:22px;min-height:220px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 16px 30px rgba(243,154,54,.28)}
.lcf-hero-icon{font-size:42px;line-height:1}
.lcf-hero-title{font-size:34px;line-height:1.02;font-weight:800;letter-spacing:-.03em;max-width:120px}
.lcf-hero-main{background:linear-gradient(180deg,#fff 0%,#fcfcfe 100%);border:1px solid var(--lcf-border);border-radius:24px;padding:22px}
.lcf-card-head{margin:0}
.lcf-card-head h2,.lcf-hero-main h2{margin:0 0 8px;font-size:38px;line-height:1.05;letter-spacing:-.03em}
.lcf-subtitle{color:var(--lcf-muted);margin:0 0 14px;line-height:1.55;font-size:16px}
.lcf-meta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:8px}
.lcf-badge{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:var(--lcf-brand-soft);color:var(--lcf-brand-dark);font-size:12px;font-weight:800;letter-spacing:.02em;text-transform:uppercase;margin-bottom:12px;border:1px solid rgba(243,154,54,.18)}
.lcf-pill{display:inline-flex;align-items:center;gap:8px;padding:11px 14px;border-radius:14px;background:var(--lcf-surface-soft);border:1px solid var(--lcf-border);font-size:14px;color:#44505e}
.lcf-card,.lcf-stat-card{background:linear-gradient(180deg,#fff 0%,#fcfcfe 100%);border-radius:24px;box-shadow:var(--lcf-shadow);padding:22px;border:1px solid var(--lcf-border)}
.lcf-card{margin-bottom:16px}
.lcf-step{display:none}
.lcf-step.is-active{display:block}
.lcf-stepper{display:flex;gap:12px;align-items:center;margin:0 0 20px;padding:12px 14px;background:var(--lcf-surface-soft);border-radius:16px;border:1px solid var(--lcf-border)}
.lcf-stepper-bar{flex:1;height:10px;background:#eceff4;border-radius:999px;overflow:hidden}
.lcf-stepper-fill{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--lcf-brand) 0%,#ffb24c 100%);border-radius:999px;transition:width .25s ease}
.lcf-stepper-label{font-size:13px;font-weight:800;color:#4e5a68;white-space:nowrap}
.lcf-section-title,.lcf-step h3{margin:0 0 10px;font-size:28px;line-height:1.1;letter-spacing:-.02em}
.lcf-note{font-size:14px;line-height:1.55;color:var(--lcf-muted);margin:0 0 16px}
.lcf-known-user{background:var(--lcf-surface-soft);border:1px solid var(--lcf-border);border-radius:18px;padding:16px 18px;margin-bottom:14px}
.lcf-change-data{display:inline-block;margin-top:8px;font-size:13px;color:var(--lcf-brand-dark);text-decoration:none;cursor:pointer;font-weight:700}
.lcf-user-fields,.lcf-field-group{display:grid;gap:12px}
.lcf-input,.lcf-textarea{width:100%;padding:15px 16px;border:1px solid var(--lcf-border);border-radius:16px;font-size:16px;background:#fff;box-shadow:inset 0 1px 0 rgba(255,255,255,.8);margin:0}
.lcf-input + .lcf-input,.lcf-input + .lcf-textarea,.lcf-textarea + .lcf-input{margin-top:12px}
.lcf-input:focus,.lcf-textarea:focus{outline:none;border-color:#f0b169;box-shadow:0 0 0 4px rgba(243,154,54,.13)}
.lcf-btn{width:100%;padding:16px 18px;border:0;border-radius:16px;background:linear-gradient(180deg,var(--lcf-brand) 0%,var(--lcf-brand-dark) 100%);color:#fff;font-size:16px;font-weight:800;cursor:pointer;text-align:center;display:inline-block;text-decoration:none;box-shadow:0 12px 24px rgba(243,154,54,.24);letter-spacing:.02em}
.lcf-btn:hover{filter:brightness(.98)}
.lcf-btn-secondary{background:#fff;color:var(--lcf-text);border:1px solid var(--lcf-border);box-shadow:none}
.lcf-btn-row{display:grid;grid-template-columns:1fr;gap:10px;margin-top:10px}
.lcf-stars{display:flex;gap:12px;justify-content:center;margin:22px 0 12px;padding:18px;border:1px solid var(--lcf-border);border-radius:20px;background:var(--lcf-surface-soft)}
.lcf-star{font-size:40px;line-height:1;background:transparent;border:0;cursor:pointer;opacity:.28;padding:0 2px;transition:transform .12s ease, opacity .12s ease}
.lcf-star.is-active{opacity:1;transform:scale(1.06)}
.lcf-rating-caption{text-align:center;color:var(--lcf-muted);font-size:13px;margin:0 0 12px}
.lcf-result-success{background:#f4fff7;border:1px solid #b9e8c7;border-radius:20px;padding:18px;line-height:1.6}
.lcf-ticket-wrap,.lcf-summary-box{background:var(--lcf-surface-soft);border:1px solid var(--lcf-border);border-radius:20px;padding:18px;margin-bottom:14px}
.lcf-summary-box strong,.lcf-ticket-wrap strong{display:block;margin-bottom:6px;font-size:16px}
.lcf-reward-box{margin-top:16px;padding:18px;border-radius:20px;background:#fff8e8;border:1px solid #f0d78b;text-align:center}
.lcf-reward-code{font-size:32px;font-weight:900;letter-spacing:2px;margin:10px 0;color:#8d5a0f}
.lcf-visit-feedback{margin-bottom:14px}
.lcf-panel-header{margin-bottom:18px}
.lcf-panel-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}
.lcf-stat-card strong{display:block;font-size:34px;letter-spacing:-.03em;margin-bottom:4px}.lcf-stat-card span{color:var(--lcf-muted);font-size:14px}
.lcf-filter-chips{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 16px}.lcf-chip{display:inline-block;padding:10px 14px;border-radius:999px;background:#fff;color:#364152;text-decoration:none;font-size:13px;border:1px solid var(--lcf-border);font-weight:700}.lcf-chip.is-active{background:var(--lcf-brand-soft);border-color:#f1bf82;color:var(--lcf-brand-dark)}
.lcf-client-row,.lcf-activity-item{display:flex;justify-content:space-between;align-items:flex-start;padding:14px 0;border-bottom:1px solid #eef0f4;gap:12px}.lcf-client-row:last-child,.lcf-activity-item:last-child{border-bottom:0}.lcf-client-row small{display:block;color:var(--lcf-muted);margin-top:4px}.lcf-client-count{white-space:nowrap;color:#556171;font-size:14px;font-weight:700}
.lcf-activity-item--stacked{align-items:flex-start}.lcf-activity-main{display:flex;flex-direction:column;gap:4px;min-width:0}.lcf-activity-main small,.lcf-activity-meta{color:var(--lcf-muted);font-size:13px}.lcf-activity-meta{display:flex;flex-direction:column;align-items:flex-end;min-width:86px;gap:4px}.lcf-activity-note{font-size:14px;color:#234}.lcf-opinion{color:#556}
.lcf-box,.lcf-mini-success{padding:18px;border:1px solid var(--lcf-border);border-radius:18px;background:#fff;box-shadow:var(--lcf-shadow)}
.lcf-mini-success{background:#f6fbff;border-color:#cfe6ff;margin-bottom:14px}.lcf-mini-progress{margin:8px 0 0;color:#445}
.lcf-two-col{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:16px;align-items:start}
.lcf-panel-heading{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:6px}
.lcf-panel-heading h3{margin:0;font-size:22px}

@media (max-width:900px){
  .lcf-hero{grid-template-columns:1fr}
  .lcf-hero-aside{min-height:160px}
  .lcf-hero-title{max-width:none}
  .lcf-two-col{grid-template-columns:1fr}
  .lcf-panel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:640px){
  .lcf-mobile-app,.lcf-panel-app{padding:10px}
  .lcf-os-topbar{padding:14px 16px;align-items:flex-start;flex-direction:column}
  .lcf-os-content{padding:14px}
  .lcf-hero-main h2,.lcf-card-head h2{font-size:30px}
  .lcf-section-title,.lcf-step h3{font-size:24px}
  .lcf-card,.lcf-stat-card,.lcf-hero-main,.lcf-hero-aside{padding:18px;border-radius:20px}
  .lcf-stepper{flex-direction:column;align-items:stretch}
  .lcf-stepper-label{text-align:center}
  .lcf-stars{gap:6px;padding:14px}
  .lcf-star{font-size:34px}
  .lcf-panel-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:460px){
  .lcf-panel-grid{grid-template-columns:1fr}
  .lcf-os-brandtext strong{font-size:14px}
  .lcf-os-brandtext span,.lcf-os-status{font-size:12px}
}

/* Admin UX v2.0.4 */
.post-type-lcf_empresa .lcf-admin-box,.post-type-lcf_empresa .lcf-admin-summary,.post-type-lcf_empresa .lcf-admin-access{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px}
.post-type-lcf_empresa .lcf-admin-intro{margin:0 0 12px;color:#4b5563}
.post-type-lcf_empresa .lcf-admin-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:12px}
.post-type-lcf_empresa .lcf-admin-chip{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#f3f4f6;font-size:12px;font-weight:700;color:#1f2937}
.post-type-lcf_empresa .lcf-admin-warning{margin-top:10px;color:#b42318}
.post-type-lcf_empresa .lcf-copy-row{margin-bottom:14px}
.post-type-lcf_empresa .lcf-copy-input-wrap{display:flex;gap:8px;align-items:center;margin-top:6px}
.post-type-lcf_empresa .lcf-copy-input-wrap .lcf-copy-input{font-family:monospace;font-size:12px}
.post-type-lcf_empresa .column-lcf_shortcode_v code,.post-type-lcf_empresa .column-lcf_shortcode_c code,.post-type-lcf_empresa .column-lcf_shortcode_a code{display:inline-block;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.post-type-lcf_empresa .column-lcf_status{font-weight:600}
@media (max-width: 782px){.post-type-lcf_empresa .lcf-copy-input-wrap{flex-direction:column;align-items:stretch}}
