/* Furtka on-box design system. Served by Caddy at /style.css, consumed by the landing page AND the resource-manager /apps page. One source of truth for tokens + components. */ :root { --bg: #0f1115; --fg: #e8eaed; --muted: #9aa0a6; --accent: #6ee7b7; --accent-soft: rgba(110, 231, 183, 0.12); --card: #1a1d24; --card-hover: #222530; --border: #2a2d34; --warn: #4a3030; --warn-fg: #fed; --danger: #f08080; --r-sm: 4px; --r-md: 8px; --r-lg: 12px; --r-pill: 999px; --shadow-card: 0 1px 2px rgba(0, 0, 0, 0.3); --ring: 0 0 0 2px var(--accent); } @media (prefers-color-scheme: light) { :root { --bg: #f7f6f3; --fg: #17181c; --muted: #5e6066; --accent: #0f8a5f; --accent-soft: rgba(15, 138, 95, 0.12); --card: #ffffff; --card-hover: #f0efeb; --border: #e3e1dc; --warn: #fde2d3; --warn-fg: #5a2a10; --danger: #c03a28; --shadow-card: 0 1px 3px rgba(0, 0, 0, 0.08); } } * { box-sizing: border-box; } body { margin: 0; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; background: var(--bg); color: var(--fg); line-height: 1.5; } /* Shared page container — both landing and /apps wrap content in
so sizing + padding stay consistent. */ .wrap { max-width: 780px; margin: 0 auto; padding: 1.25rem 1.5rem 3rem; } /* Top nav — persistent across pages (Jakob's Law). */ .nav { display: flex; align-items: center; justify-content: space-between; padding-bottom: 1.25rem; border-bottom: 1px solid var(--border); margin-bottom: 2rem; } .brand { font-weight: 700; letter-spacing: 0.02em; color: var(--fg); text-decoration: none; font-size: 1.05rem; display: inline-flex; align-items: center; gap: 0.55rem; } .brand::before { content: ""; width: 0.7rem; height: 0.7rem; background: var(--accent); border-radius: 2px; transform: rotate(45deg); } .nav-links { display: flex; gap: 0.25rem; } .nav-links a { color: var(--muted); text-decoration: none; font-size: 0.9rem; padding: 0.35rem 0.75rem; border-radius: var(--r-sm); } .nav-links a:hover { color: var(--fg); } .nav-links a[aria-current="page"] { color: var(--fg); background: var(--accent-soft); } /* -- Landing page ---------------------------------------------- */ header h1 { margin: 0 0 0.5rem; font-size: 2.5rem; } .lead { font-size: 1.25rem; color: var(--muted); margin: 0 0 0.25rem; } .host { color: var(--muted); margin: 0 0 3rem; } .host code { background: var(--card); padding: 0.15rem 0.5rem; border-radius: var(--r-sm); color: var(--accent); } section h2 { font-size: 1.1rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin: 2rem 0 1rem; } .tiles { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1rem; } .tile { background: var(--card); padding: 1.25rem; border-radius: var(--r-md); display: flex; flex-direction: column; } .tile .label { font-size: 0.8rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; } .tile .value { font-size: 1.25rem; margin-top: 0.5rem; } .updated { font-size: 0.85rem; color: var(--muted); margin-top: 1rem; } .soon { background: var(--card); padding: 1.5rem; border-radius: var(--r-md); margin-top: 2rem; } footer { margin-top: 4rem; padding-top: 1.5rem; border-top: 1px solid var(--border); color: var(--muted); font-size: 0.9rem; } footer a { color: var(--accent); } /* -- Apps page ------------------------------------------------- */ h1 { font-size: 2rem; margin: 0; } h2 { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--muted); margin: 2rem 0 0.75rem; } .lede { color: var(--muted); margin: 0.25rem 0 1rem; } .warn { background: var(--warn); padding: 1rem; border-radius: var(--r-md); margin: 1.5rem 0; color: var(--warn-fg); font-size: 0.9rem; } .app { background: var(--card); padding: 1rem; border-radius: var(--r-md); margin: 0.5rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; box-shadow: var(--shadow-card); } .app .left { display: flex; align-items: center; gap: 1rem; min-width: 0; flex: 1; } .meta { display: flex; flex-direction: column; min-width: 0; } .name { font-weight: 600; font-size: 1.05rem; } .name small { color: var(--muted); font-weight: 400; margin-left: 0.5rem; } .desc { color: var(--muted); font-size: 0.9rem; overflow: hidden; text-overflow: ellipsis; } .buttons { display: flex; gap: 0.5rem; flex-wrap: wrap; justify-content: flex-end; } button, .btn { background: var(--accent); border: none; color: var(--bg); font-weight: 600; padding: 0.5rem 1rem; border-radius: var(--r-sm); cursor: pointer; white-space: nowrap; font-size: 0.9rem; font-family: inherit; /* Anchor rendered-as-button: strip underline + keep the button's rectangular hit area. `display: inline-flex` so an lines up vertically with its