The system,
in one page.
Twelve primitives. Eight color families. Two themes. Built for the Web Marketing and Web / iPad App surfaces — and ready for any framework that reads HTML and CSS.
Foundations
The atoms. Every component on this page resolves through these tokens — no raw hex in component CSS. To restyle the system globally, edit one of these files.
Light · default
Dark · override
currentColor (ink on cream, cream on dark). The gold double-wave on top is the brand spike — never substitute another color in the default forms.[icon] + "Supercat" text. The vectors are authoritative.Primitives
Eleven class-only components. Each decorates native HTML; no framework coupling, no JS for basic states. Compose: base class + size + variant.
Auto-generated if blank.
| Order # | Customer | Submitted | Status | Total |
|---|---|---|---|---|
| 112625-10 | Brent Sanders | 2025-11-26 · 14:39 | Confirmed | $12,480.00 |
| 112625-9 | Lina Park | 2025-11-26 · 14:30 | Pending | $8,940.50 |
| 112625-8 | Howard & Co. | 2025-11-26 · 14:22 | Shipped | $3,612.00 |
Delete this order?
Order #136131-112625-10 will be permanently removed. Vendor and audit log entries stay. You can't undo this.
Caldera Mills
Contact
Marta Lin
VP of Operations
marta@calderamills.com
Account
Active · NET 30
Greensboro, NC
Acct #C-4471
Long-tail customer — orders run heavy in Q3/Q4 (holiday inventory) and lighter in Q1. Pays on time.
See your real ROI in 25 minutes.
Book a working session with onboarding — we plug your live data into the calculator and walk through the projection. No slides, no sales call.
Patterns
Compositions, not components. The shapes the primitives take when they sit together. Copy these straight into a page; no decoration needed.
Three pages
The customs broker's checklist condenses to one quick-reference page per phase.
Fifteen steps
Numbered, sequenced, no guesswork. Each step is one action with one decision.
Instant download
No login. No drip campaign. You get the PDF; we get a name on the list.
No orders this week
Once you have orders in flight, this view shows them in their delivery windows. Start by importing a catalog or seeding from last season.
Apps
Two surfaces, one system. The web shows authority and sells; the iPad ships orders on the showroom floor. Same primitives, different posture.
SuperCat Web
Marketing landing, partner dashboards, admin tooling. Heroic typography, generous whitespace, the chunky xl button.
SuperCat App · iPad sales tool
Catalog browser, product detail, order review. Offline-first, MAP-aware, sized for showroom-floor use at trade shows.
For developers
Three links, one stylesheet. The system is class-only — drop the CSS into any framework and start composing. No build step. No JS for basic states.
<link rel="stylesheet" href="ds/tokens/index.css"> <link rel="stylesheet" href="ds/primitives/button.css"> <link rel="stylesheet" href="ds/primitives/input.css"> <form> <input class="kf-input kf-lg" type="email" placeholder="work@…"> <button class="kb kb-xl kb-primary">Send</button> </form>
ds/ ├── tokens/ → ★ canonical layer │ ├── index.css → load this in any new page │ ├── color.css · type.css · space.css · radius.css │ ├── shadow.css · motion.css · semantic.css │ └── design-tokens.json → W3C export for tools │ ├── primitives/ → framework-agnostic components │ ├── button.css/.js/.md → .kb │ ├── input.css/.js → .kf-input │ ├── check.css → .kf-check (checkbox + radio) │ ├── switch.css → .kf-switch │ ├── field.css → .kf-field │ ├── date.css/.js → .kf-date │ └── icon.css/.md → .ki (decorative wrappers) │ ├── reference.html → you are here · the system reference └── NAMING.md → one-page cheat sheet