/* LlynLive Suite — front-end styles. Brand: orange #E8762B, teal #1A8B7F, dark #1A1A1A, gold #D4AF37. */
:root {
	--lls-orange: #E8762B; --lls-teal: #1A8B7F; --lls-dark: #1A1A1A; --lls-gold: #D4AF37;
	--lls-bg: #FBF9F4; --lls-line: #e7e2d8;
}

/* Cards */
.lls-card { background: #fff; border: 1px solid var(--lls-line); border-radius: 12px; padding: 20px; }
.lls-center { text-align: center; }
.lls-cards-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 18px; }
.lls-biz-card, .lls-feed-card { padding: 0; overflow: hidden; display: flex; flex-direction: column; }
.lls-card-img { display: block; aspect-ratio: 16/10; overflow: hidden; }
.lls-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lls-card-body { padding: 14px 16px 16px; }
.lls-card-body h3 { margin: 0 0 4px; font-size: 1.05rem; }
.lls-card-body h3 a { text-decoration: none; color: var(--lls-dark); }
.lls-card-cats, .lls-card-meta { margin: 0 0 6px; font-size: .82rem; color: #6b6b6b; }
.lls-card-special { margin: 6px 0; font-size: .88rem; color: var(--lls-orange); font-weight: 600; }
.lls-card-excerpt { margin: 4px 0 0; font-size: .88rem; color: #444; }
.lls-empty { color: #6b6b6b; font-style: italic; }

/* Buttons & badges */
.lls-btn { display: inline-block; background: linear-gradient(135deg, var(--lls-orange), var(--lls-gold)); color: #fff; border: 0; border-radius: 999px; padding: 10px 22px; font-weight: 700; cursor: pointer; text-decoration: none; font-size: .95rem; }
.lls-btn:hover { filter: brightness(1.06); color: #fff; }
.lls-btn-ghost { background: transparent; color: var(--lls-teal); border: 2px solid var(--lls-teal); }
.lls-btn-mini { padding: 5px 12px; font-size: .78rem; }
.lls-open-badge { display: inline-block; background: var(--lls-teal); color: #fff; border-radius: 999px; padding: 2px 10px; font-size: .75rem; font-weight: 700; }
.lls-closed-badge { display: inline-block; background: #9b9b9b; color: #fff; border-radius: 999px; padding: 2px 10px; font-size: .75rem; }
.lls-pin-open { color: var(--lls-teal); font-weight: 700; font-size: .8rem; }

/* Conditions strip */
.lls-conditions { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; background: var(--lls-dark); color: #fff; border-radius: 10px; padding: 10px 16px; font-size: .9rem; }
.lls-cond-item { white-space: nowrap; }
.lls-cond-main { font-weight: 700; }
.lls-cond-note { font-size: .7rem; opacity: .65; margin-left: auto; }
.lls-cond-loading { opacity: .7; }

/* Counts */
.lls-counts { display: flex; flex-wrap: wrap; gap: 10px 26px; justify-content: center; padding: 8px 0; }
.lls-count { font-size: .95rem; color: var(--lls-dark); }
.lls-count strong { color: var(--lls-orange); font-size: 1.2rem; margin-right: 4px; }

/* Grid controls */
.lls-grid-controls { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 16px; }
.lls-pill { border: 2px solid var(--lls-teal); background: #fff; color: var(--lls-teal); border-radius: 999px; padding: 6px 14px; font-size: .85rem; font-weight: 600; cursor: pointer; }
.lls-pill.is-active { background: var(--lls-teal); color: #fff; }
.lls-open-toggle { margin-left: auto; font-size: .88rem; display: flex; gap: 6px; align-items: center; }
.lls-weather-note { background: #FFF3E8; border-left: 4px solid var(--lls-orange); padding: 8px 12px; border-radius: 6px; font-size: .88rem; margin: 0 0 14px; }

/* Beaches */
.lls-beaches { display: grid; grid-template-columns: repeat(auto-fill, minmax(190px, 1fr)); gap: 12px; }
.lls-beach { border-radius: 10px; padding: 12px 14px; color: #fff; display: flex; flex-direction: column; gap: 2px; }
.lls-beach-name { font-weight: 700; }
.lls-beach-class { font-size: .8rem; opacity: .92; }
.lls-bw-excellent { background: var(--lls-teal); }
.lls-bw-good { background: #3d9970; }
.lls-bw-sufficient { background: #c9a227; }
.lls-bw-poor { background: #c0392b; }
.lls-bw-none { background: #8a8a8a; }
.lls-beaches .lls-cond-note { grid-column: 1 / -1; color: #6b6b6b; }

/* Plan */
.lls-plan-list { margin: 10px 0 14px; padding-left: 22px; }
.lls-plan-list li { margin: 4px 0; }
.lls-plan-count { background: var(--lls-orange); color: #fff; border-radius: 999px; padding: 1px 9px; font-size: .8rem; vertical-align: middle; }
.lls-plan-remove { border: 0; background: transparent; color: #c0392b; font-size: 1rem; cursor: pointer; }
.lls-plan-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; }

/* Details */
.lls-details-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: start; }
.lls-details-map { min-height: 300px; border-radius: 12px; }
.lls-facts { list-style: none; margin: 0 0 14px; padding: 0; }
.lls-facts li { margin: 6px 0; }
.lls-special-banner { background: #FFF3E8; border-left: 4px solid var(--lls-orange); padding: 10px 14px; border-radius: 6px; font-weight: 600; }
.lls-flash-banner { background: #FDF6E3; border-left: 4px solid var(--lls-gold); padding: 10px 14px; border-radius: 6px; font-weight: 600; }
.lls-hours-details { margin: 10px 0 16px; }
.lls-hours td { padding: 3px 14px 3px 0; }

/* Dashboard */
.lls-dash { max-width: 860px; margin: 0 auto; }
.lls-dash-head { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.lls-tier-badge { border-radius: 999px; padding: 3px 12px; font-size: .78rem; font-weight: 700; color: #fff; background: #8a8a8a; }
.lls-tier-founder, .lls-tier-sponsor { background: linear-gradient(135deg, var(--lls-orange), var(--lls-gold)); }
.lls-tier-standard { background: var(--lls-teal); }
.lls-dash-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin: 16px 0; border-bottom: 2px solid var(--lls-line); }
.lls-tab { border: 0; background: transparent; padding: 10px 16px; font-weight: 600; cursor: pointer; color: #6b6b6b; border-bottom: 3px solid transparent; }
.lls-tab.is-active { color: var(--lls-dark); border-bottom-color: var(--lls-orange); }
.lls-pane { display: none; padding: 6px 0 18px; }
.lls-pane.is-active { display: block; }
.lls-pane label { display: block; margin: 10px 0; font-weight: 600; font-size: .9rem; }
.lls-pane input[type="text"], .lls-pane input[type="url"], .lls-pane input[type="email"], .lls-pane input[type="datetime-local"], .lls-pane textarea,
.lls-card input[type="text"], .lls-card input[type="email"], .lls-card select, .lls-card textarea { width: 100%; padding: 9px 12px; border: 1px solid var(--lls-line); border-radius: 8px; font: inherit; margin-top: 4px; }
.lls-grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.lls-checks label { display: inline-flex; gap: 6px; margin-right: 22px; font-weight: 500; }
.lls-hint { font-size: .82rem; color: #6b6b6b; }
.lls-upgrade { background: #FDF6E3; border: 1px solid var(--lls-gold); border-radius: 10px; padding: 18px; }
.lls-stats { display: flex; gap: 18px; flex-wrap: wrap; }
.lls-stat { background: var(--lls-bg); border: 1px solid var(--lls-line); border-radius: 10px; padding: 16px 22px; text-align: center; min-width: 130px; }
.lls-stat strong { display: block; font-size: 1.6rem; color: var(--lls-orange); }
.lls-stat span { font-size: .8rem; color: #6b6b6b; }
.lls-dash-foot { display: flex; gap: 14px; align-items: center; border-top: 2px solid var(--lls-line); padding-top: 16px; }
.lls-save-msg.is-ok { color: var(--lls-teal); font-weight: 600; }
.lls-save-msg.is-err { color: #c0392b; font-weight: 600; }
.lls-section-title { background: linear-gradient(135deg, var(--lls-orange), var(--lls-gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }

@media (max-width: 640px) {
	.lls-details-grid, .lls-grid2 { grid-template-columns: 1fr; }
	.lls-cond-note { margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) { .lls-btn { transition: none; } }
