:root { --fllab-header-bg: #1D3939; --fllab-header-text: #FFFFFF; --fllab-accent: #D8AC97; --fllab-dark: #1D3939; --fllab-ink: #1D2327; --fllab-body: #3B3F44; --fllab-muted: #5E6260; --fllab-border: #E2E0D8; }

.fllab-page { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif; color: var(--fllab-ink); }
.fllab-wrap { max-width: 920px; margin: 0 auto; padding: 0 24px; }

/* Header */
.fllab-head { background: var(--fllab-header-bg); padding: clamp(56px, 10vw, 96px) 0; text-align: center; }
.fllab-head .fllab-wrap { max-width: 640px; }
.fllab-title { font-size: clamp(32px, 6vw, 48px); font-weight: 700; letter-spacing: -.02em; color: var(--fllab-header-text); margin: 0 0 16px; line-height: 1.1; }
.fllab-tagline { font-size: 17px; line-height: 1.7; color: var(--fllab-header-text); opacity: .82; margin: 0 0 32px; }

.fllab-cta { display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px; border-radius: 8px; font-weight: 600; font-size: 14px; text-decoration: none; }
.fllab-cta svg { width: 15px; height: 15px; flex-shrink: 0; }
.fllab-cta--live { background: var(--fllab-accent); color: var(--fllab-dark); font-weight: 700; }
.fllab-cta--pending { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.25); color: var(--fllab-header-text); opacity: .85; }
.fllab-clock { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }

/* Body copy */
.fllab-body { padding: 48px 24px 56px; max-width: 720px; }
.fllab-body p { font-size: 17px; line-height: 1.75; color: var(--fllab-ink); margin: 0 0 20px; }
.fllab-body h3 { font-size: 18px; font-weight: 700; color: var(--fllab-dark); margin: 40px 0 16px; }

.fllab-features-heading { font-size: 20px; font-weight: 700; color: var(--fllab-dark); margin: 12px 0 16px; }
.fllab-features { margin: 0 0 8px; padding-left: 20px; }
.fllab-features li { font-size: 15px; line-height: 1.9; color: var(--fllab-body); }

.fllab-tools { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.fllab-tools li { font-size: 13px; background: #F3EBE4; color: var(--fllab-dark); padding: 6px 14px; border-radius: 999px; }

/* Screenshots */
.fllab-shots { padding: 56px 24px 64px; }
.fllab-shots h2 { font-size: 24px; font-weight: 700; color: var(--fllab-dark); margin: 0 0 32px; }
.fllab-shots__label { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--fllab-accent); margin: 0 0 14px; }
.fllab-shot { margin: 0 0 44px; border-radius: 12px; overflow: hidden; border: 1px solid var(--fllab-border); }
.fllab-shot--editor { box-shadow: 0 4px 20px rgba(29,57,57,.08); margin-bottom: 12px; }
.fllab-shot img { display: block; width: 100%; height: auto; }
.fllab-shot figcaption { padding: 10px 14px; font-size: 13px; font-weight: 600; color: var(--fllab-dark); background: #fff; }
.fllab-shot-caption { font-size: 14px; color: var(--fllab-muted); margin: 12px 0 44px; }

.fllab-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fllab-gallery .fllab-shot { margin-bottom: 0; }

/* Prevents a doubled-up gap when "Built with" (or anything else using
   .fllab-body) immediately follows the screenshots section — each looks
   right on its own, but stacking both paddings together is too much. */
.fllab-shots + .fllab-body { padding-top: 0; }
/* Same fix in the other direction, for the description/features block
   that precedes the screenshots section. */
.fllab-body + .fllab-shots { padding-top: 0; }

/* Archive / index */
.fllab-index-head { text-align: center; padding: 56px 0 40px; }
.fllab-index-head h1 { font-size: 32px; font-weight: 700; color: var(--fllab-dark); margin: 0 0 8px; }
.fllab-index-head p { font-size: 16px; color: var(--fllab-muted); margin: 0; }

.fllab-index-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding-bottom: 64px; }
.fllab-tile { display: block; text-decoration: none; color: inherit; border: 1px solid var(--fllab-border); border-radius: 12px; overflow: hidden; transition: box-shadow .15s ease, transform .15s ease; }
.fllab-tile:hover { box-shadow: 0 8px 24px rgba(29,57,57,.1); transform: translateY(-2px); }
.fllab-tile__media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.fllab-tile__body { padding: 20px; }
.fllab-tile__type { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: var(--fllab-muted); margin: 0 0 6px; }
.fllab-tile__body h2 { font-size: 18px; font-weight: 700; color: var(--fllab-dark); margin: 0 0 6px; }
.fllab-tile__body p { font-size: 14px; color: var(--fllab-muted); margin: 0 0 14px; line-height: 1.6; }
.fllab-tile__status { display: inline-block; font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; background: #F3EBE4; color: var(--fllab-dark); }
.fllab-tile__status--approved { background: var(--fllab-accent); color: var(--fllab-dark); }

.fllab-empty { text-align: center; color: var(--fllab-muted); padding: 40px 0 80px; }

@media (max-width: 640px) {
	.fllab-gallery, .fllab-index-grid { grid-template-columns: 1fr; }
}
