arcanea 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CLAUDE.md +169 -0
- package/README.md +376 -0
- package/agents/arcanea-ai-specialist.md +732 -0
- package/agents/arcanea-architect.md +351 -0
- package/agents/arcanea-backend.md +809 -0
- package/agents/arcanea-character-crafter.md +381 -0
- package/agents/arcanea-development.md +304 -0
- package/agents/arcanea-devops.md +736 -0
- package/agents/arcanea-frontend.md +543 -0
- package/agents/arcanea-lore-master.md +366 -0
- package/agents/arcanea-master-orchestrator.md +223 -0
- package/agents/arcanea-story-master.md +144 -0
- package/agents/arcanea-world-expander.md +380 -0
- package/agents/coding/arcanea-architect.md +72 -0
- package/agents/coding/arcanea-coder.md +78 -0
- package/agents/coding/arcanea-debugger.md +113 -0
- package/agents/coding/arcanea-reviewer.md +102 -0
- package/agents/creation-architect.md +176 -0
- package/agents/design-sage.md +213 -0
- package/agents/developer-documentation.md +373 -0
- package/agents/developer-qa-engineer.md +345 -0
- package/agents/luminor-oracle.md +125 -0
- package/agents/production/format-master.md +208 -0
- package/agents/production/sound-designer.md +199 -0
- package/agents/production/visual-director.md +176 -0
- package/agents/prompt-sage.md +227 -0
- package/agents/research/archivist.md +174 -0
- package/agents/research/muse.md +163 -0
- package/agents/research/sage.md +177 -0
- package/agents/research/scout.md +143 -0
- package/agents/teacher-assessor.md +287 -0
- package/agents/teacher-companion.md +243 -0
- package/agents/teacher-curriculum-designer.md +261 -0
- package/agents/teacher-mentor.md +175 -0
- package/agents/visionary-futurist.md +290 -0
- package/agents/visionary-innovator.md +291 -0
- package/agents/visionary-strategist.md +321 -0
- package/agents/visionary-synthesizer.md +310 -0
- package/agents/writing/continuity-guardian.md +156 -0
- package/agents/writing/line-editor.md +129 -0
- package/agents/writing/prose-weaver.md +113 -0
- package/agents/writing/story-architect.md +96 -0
- package/agents/writing/voice-alchemist.md +124 -0
- package/commands/arcanea-author.md +177 -0
- package/commands/arcanea-build.md +241 -0
- package/commands/arcanea-council.md +143 -0
- package/commands/arcanea-db.md +272 -0
- package/commands/arcanea-deploy.md +176 -0
- package/commands/arcanea-dev.md +29 -0
- package/commands/arcanea-lore-expand.md +142 -0
- package/commands/arcanea-sync.md +281 -0
- package/commands/arcanea-team.md +130 -0
- package/commands/arcanea-test.md +151 -0
- package/commands/bestiary.md +38 -0
- package/commands/character-forge.md +55 -0
- package/commands/check-continuity.md +119 -0
- package/commands/compose-theme.md +134 -0
- package/commands/craft-prompt.md +40 -0
- package/commands/edit-chapter.md +118 -0
- package/commands/export-book.md +146 -0
- package/commands/luminor.md +46 -0
- package/commands/outline-story.md +79 -0
- package/commands/story-help.md +40 -0
- package/commands/teacher-team.md +43 -0
- package/commands/ultrabook.md +147 -0
- package/commands/ultraworld.md +201 -0
- package/commands/ultrawrite.md +103 -0
- package/commands/visionary-team.md +78 -0
- package/commands/visualize.md +126 -0
- package/commands/world-build.md +41 -0
- package/commands/write-chapter.md +97 -0
- package/dist/cli/index.d.ts +3 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +2675 -0
- package/dist/index.d.ts +117 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +425 -0
- package/dist/install.d.ts +13 -0
- package/dist/install.d.ts.map +1 -0
- package/package.json +54 -0
- package/skills/ai-symbiosis.md +266 -0
- package/skills/arcanea/arcanea-anti-trope.md +60 -0
- package/skills/arcanea/arcanea-canon/SKILL.md +596 -0
- package/skills/arcanea/arcanea-creator-academy/SKILL.md +418 -0
- package/skills/arcanea/arcanea-design-system/SKILL.md +626 -0
- package/skills/arcanea/arcanea-lore/ENHANCEMENT_SUMMARY.md +908 -0
- package/skills/arcanea/arcanea-lore/ONBOARDING_NARRATIVES.md +642 -0
- package/skills/arcanea/arcanea-lore/SKILL.md +1534 -0
- package/skills/arcanea/arcanea-voice/SKILL.md +510 -0
- package/skills/arcanea/centaur-mode/SKILL.md +399 -0
- package/skills/arcanea/design-system/SKILL.md +601 -0
- package/skills/arcanea/luminor-wisdom/SKILL.md +359 -0
- package/skills/arcanea/prompt-craft/SKILL.md +400 -0
- package/skills/character-alchemist.md +242 -0
- package/skills/creative/bestiary-nav/SKILL.md +425 -0
- package/skills/creative/character-forge/SKILL.md +443 -0
- package/skills/creative/story-weave/SKILL.md +441 -0
- package/skills/creative/world-build/SKILL.md +513 -0
- package/skills/creative-bestiary.md +231 -0
- package/skills/development/code-review/SKILL.md +412 -0
- package/skills/development/systematic-debug/SKILL.md +480 -0
- package/skills/development/tdd/SKILL.md +450 -0
- package/skills/luminor-council.md +241 -0
- package/skills/story-weaver.md +308 -0
- package/skills/world-architect.md +253 -0
|
@@ -0,0 +1,601 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: arcanea-design-system
|
|
3
|
+
description: The complete Arcanean Design System - cosmic visual language, academy themes, component patterns, and design tokens for magical interfaces
|
|
4
|
+
version: 2.0.0
|
|
5
|
+
author: Arcanea
|
|
6
|
+
tags: [design, ui, ux, visual, theming, css]
|
|
7
|
+
triggers:
|
|
8
|
+
- design
|
|
9
|
+
- UI
|
|
10
|
+
- theme
|
|
11
|
+
- colors
|
|
12
|
+
- visual
|
|
13
|
+
- interface
|
|
14
|
+
- cosmic
|
|
15
|
+
- academy theme
|
|
16
|
+
---
|
|
17
|
+
|
|
18
|
+
# The Arcanean Design System
|
|
19
|
+
|
|
20
|
+
> *"In Arcanea, every pixel carries meaning. The visual language is not decoration - it is communication."*
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
## Design Philosophy
|
|
25
|
+
|
|
26
|
+
### The Three Principles
|
|
27
|
+
|
|
28
|
+
1. **Magic Over Mundane**: Every element should feel slightly extraordinary
|
|
29
|
+
2. **Depth Creates Drama**: Layers, glows, and dimension suggest hidden power
|
|
30
|
+
3. **Restraint Amplifies Impact**: Cosmic effects work because they're used sparingly
|
|
31
|
+
|
|
32
|
+
### The Visual Metaphor
|
|
33
|
+
The Arcanean UI represents **a portal into creative consciousness**:
|
|
34
|
+
- Dark backgrounds = the cosmic void of infinite possibility
|
|
35
|
+
- Glowing elements = activated creative energy
|
|
36
|
+
- Glass surfaces = the veil between worlds
|
|
37
|
+
- Gold accents = distilled wisdom and achievement
|
|
38
|
+
|
|
39
|
+
---
|
|
40
|
+
|
|
41
|
+
## Color Architecture
|
|
42
|
+
|
|
43
|
+
### The Cosmic Foundation
|
|
44
|
+
|
|
45
|
+
```css
|
|
46
|
+
/* === COSMIC DEPTHS === */
|
|
47
|
+
--cosmic-void: #0b0e14; /* Deepest background - infinite space */
|
|
48
|
+
--cosmic-deep: #121826; /* Primary background - creative space */
|
|
49
|
+
--cosmic-surface: #1a2332; /* Elevated surfaces - active zones */
|
|
50
|
+
--cosmic-raised: #242f42; /* Highest surfaces - focus areas */
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### The Arcanean Gold
|
|
54
|
+
```css
|
|
55
|
+
/* === UNIVERSAL ACCENT === */
|
|
56
|
+
--gold-light: #fff4d6; /* Whisper of light */
|
|
57
|
+
--gold-medium: #ffd966; /* Warm glow */
|
|
58
|
+
--gold-bright: #ffcc33; /* Active energy */
|
|
59
|
+
--gold-deep: #e6b800; /* Deep wisdom */
|
|
60
|
+
--gold-dark: #b38600; /* Ancient knowledge */
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
### Academy Color Palettes
|
|
64
|
+
|
|
65
|
+
#### Atlantean Academy (Story/Water)
|
|
66
|
+
```css
|
|
67
|
+
/* Deep ocean blues with bioluminescent teal */
|
|
68
|
+
--atlantean-primary: #1e5a99; /* Deep ocean */
|
|
69
|
+
--atlantean-teal: #26cccc; /* Bioluminescent glow */
|
|
70
|
+
--atlantean-glow: #00e6e6; /* Maximum luminescence */
|
|
71
|
+
|
|
72
|
+
/* Use for: Story creation, narrative tools, text-heavy interfaces */
|
|
73
|
+
```
|
|
74
|
+
|
|
75
|
+
#### Draconic Academy (Visual/Sky)
|
|
76
|
+
```css
|
|
77
|
+
/* Crimson fire with golden scales */
|
|
78
|
+
--draconic-crimson: #d92952; /* Dragon fire */
|
|
79
|
+
--draconic-gold: #ffc61a; /* Scale gold */
|
|
80
|
+
--draconic-sky: #2d8fe6; /* Soaring heights */
|
|
81
|
+
|
|
82
|
+
/* Use for: Visual creation, image tools, canvas interfaces */
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
#### Creation & Light Academy (Music/Audio)
|
|
86
|
+
```css
|
|
87
|
+
/* Pure light with prismatic refractions */
|
|
88
|
+
--creation-gold: #ffcc33; /* Pure light */
|
|
89
|
+
--creation-prism-blue: #2d85f5; /* Refracted blue */
|
|
90
|
+
--creation-wave: #3dc4e6; /* Sound frequency */
|
|
91
|
+
|
|
92
|
+
/* Use for: Audio creation, music tools, frequency interfaces */
|
|
93
|
+
```
|
|
94
|
+
|
|
95
|
+
---
|
|
96
|
+
|
|
97
|
+
## Typography System
|
|
98
|
+
|
|
99
|
+
### Font Stack
|
|
100
|
+
```css
|
|
101
|
+
/* Display (Headings, Titles) */
|
|
102
|
+
font-family: 'Cinzel', 'Cormorant Garamond', serif;
|
|
103
|
+
|
|
104
|
+
/* Body (Content, UI) */
|
|
105
|
+
font-family: 'Crimson Pro', 'Source Serif Pro', Georgia, serif;
|
|
106
|
+
|
|
107
|
+
/* Code (Monospace) */
|
|
108
|
+
font-family: 'JetBrains Mono', 'Fira Code', monospace;
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
### Type Scale
|
|
112
|
+
```css
|
|
113
|
+
--text-xs: 0.75rem; /* 12px - Captions, labels */
|
|
114
|
+
--text-sm: 0.875rem; /* 14px - Secondary content */
|
|
115
|
+
--text-base: 1rem; /* 16px - Body text */
|
|
116
|
+
--text-lg: 1.125rem; /* 18px - Emphasis */
|
|
117
|
+
--text-xl: 1.25rem; /* 20px - Subheadings */
|
|
118
|
+
--text-2xl: 1.5rem; /* 24px - Section headers */
|
|
119
|
+
--text-3xl: 1.875rem; /* 30px - Page titles */
|
|
120
|
+
--text-4xl: 2.25rem; /* 36px - Hero text */
|
|
121
|
+
--text-5xl: 3rem; /* 48px - Display */
|
|
122
|
+
```
|
|
123
|
+
|
|
124
|
+
### Text Colors
|
|
125
|
+
```css
|
|
126
|
+
--text-primary: #e6eefc; /* Main content */
|
|
127
|
+
--text-secondary: #9bb1d0; /* Supporting text */
|
|
128
|
+
--text-muted: #708094; /* Tertiary content */
|
|
129
|
+
--text-disabled: #515b6b; /* Inactive elements */
|
|
130
|
+
```
|
|
131
|
+
|
|
132
|
+
---
|
|
133
|
+
|
|
134
|
+
## Spacing System
|
|
135
|
+
|
|
136
|
+
### Base Unit: 4px
|
|
137
|
+
```css
|
|
138
|
+
--space-0: 0;
|
|
139
|
+
--space-1: 0.25rem; /* 4px */
|
|
140
|
+
--space-2: 0.5rem; /* 8px */
|
|
141
|
+
--space-3: 0.75rem; /* 12px */
|
|
142
|
+
--space-4: 1rem; /* 16px */
|
|
143
|
+
--space-5: 1.25rem; /* 20px */
|
|
144
|
+
--space-6: 1.5rem; /* 24px */
|
|
145
|
+
--space-8: 2rem; /* 32px */
|
|
146
|
+
--space-10: 2.5rem; /* 40px */
|
|
147
|
+
--space-12: 3rem; /* 48px */
|
|
148
|
+
--space-16: 4rem; /* 64px */
|
|
149
|
+
--space-20: 5rem; /* 80px */
|
|
150
|
+
--space-24: 6rem; /* 96px */
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
### Container Widths
|
|
154
|
+
```css
|
|
155
|
+
--container-xs: 320px;
|
|
156
|
+
--container-sm: 640px;
|
|
157
|
+
--container-md: 768px;
|
|
158
|
+
--container-lg: 1024px;
|
|
159
|
+
--container-xl: 1280px;
|
|
160
|
+
--container-2xl: 1536px;
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
---
|
|
164
|
+
|
|
165
|
+
## Effect System
|
|
166
|
+
|
|
167
|
+
### Glass Morphism
|
|
168
|
+
```css
|
|
169
|
+
/* Light glass - subtle depth */
|
|
170
|
+
.glass-light {
|
|
171
|
+
background: rgba(18, 24, 38, 0.4);
|
|
172
|
+
backdrop-filter: blur(8px);
|
|
173
|
+
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
/* Standard glass - primary surfaces */
|
|
177
|
+
.glass {
|
|
178
|
+
background: rgba(18, 24, 38, 0.6);
|
|
179
|
+
backdrop-filter: blur(16px);
|
|
180
|
+
border: 1px solid rgba(255, 255, 255, 0.1);
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
/* Heavy glass - important elements */
|
|
184
|
+
.glass-heavy {
|
|
185
|
+
background: rgba(18, 24, 38, 0.8);
|
|
186
|
+
backdrop-filter: blur(24px);
|
|
187
|
+
border: 1px solid rgba(255, 255, 255, 0.15);
|
|
188
|
+
}
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
### Glow Effects
|
|
192
|
+
```css
|
|
193
|
+
/* Soft glow - ambient */
|
|
194
|
+
.glow-soft {
|
|
195
|
+
box-shadow: 0 0 20px rgba(155, 177, 208, 0.3);
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/* Academy glows */
|
|
199
|
+
.glow-atlantean {
|
|
200
|
+
box-shadow: 0 0 30px rgba(0, 230, 230, 0.5);
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.glow-draconic {
|
|
204
|
+
box-shadow: 0 0 30px rgba(255, 219, 77, 0.5);
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.glow-creation {
|
|
208
|
+
box-shadow: 0 0 30px rgba(255, 230, 128, 0.5);
|
|
209
|
+
}
|
|
210
|
+
```
|
|
211
|
+
|
|
212
|
+
### Text Glow
|
|
213
|
+
```css
|
|
214
|
+
.text-glow-soft {
|
|
215
|
+
text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
.text-glow-atlantean {
|
|
219
|
+
text-shadow: 0 0 15px rgba(0, 230, 230, 0.6);
|
|
220
|
+
}
|
|
221
|
+
```
|
|
222
|
+
|
|
223
|
+
### Shimmer Animation
|
|
224
|
+
```css
|
|
225
|
+
.shimmer {
|
|
226
|
+
background: linear-gradient(
|
|
227
|
+
90deg,
|
|
228
|
+
transparent 0%,
|
|
229
|
+
rgba(255, 255, 255, 0.1) 25%,
|
|
230
|
+
rgba(255, 204, 51, 0.1) 50%,
|
|
231
|
+
rgba(38, 204, 204, 0.1) 75%,
|
|
232
|
+
transparent 100%
|
|
233
|
+
);
|
|
234
|
+
background-size: 200% 100%;
|
|
235
|
+
animation: shimmer 3s infinite;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
@keyframes shimmer {
|
|
239
|
+
0% { background-position: 200% 0; }
|
|
240
|
+
100% { background-position: -200% 0; }
|
|
241
|
+
}
|
|
242
|
+
```
|
|
243
|
+
|
|
244
|
+
---
|
|
245
|
+
|
|
246
|
+
## Component Patterns
|
|
247
|
+
|
|
248
|
+
### Cards
|
|
249
|
+
```jsx
|
|
250
|
+
// Standard Arcanean Card
|
|
251
|
+
<div className="
|
|
252
|
+
bg-cosmic-surface/60
|
|
253
|
+
backdrop-blur-md
|
|
254
|
+
border border-white/10
|
|
255
|
+
rounded-lg
|
|
256
|
+
p-6
|
|
257
|
+
hover:border-gold-medium/30
|
|
258
|
+
transition-all duration-300
|
|
259
|
+
">
|
|
260
|
+
{children}
|
|
261
|
+
</div>
|
|
262
|
+
|
|
263
|
+
// Academy-Themed Card
|
|
264
|
+
<div className={cn(
|
|
265
|
+
"glass rounded-lg p-6 transition-all duration-300",
|
|
266
|
+
academy === 'atlantean' && "hover:glow-atlantean",
|
|
267
|
+
academy === 'draconic' && "hover:glow-draconic",
|
|
268
|
+
academy === 'creation' && "hover:glow-creation"
|
|
269
|
+
)}>
|
|
270
|
+
{children}
|
|
271
|
+
</div>
|
|
272
|
+
```
|
|
273
|
+
|
|
274
|
+
### Buttons
|
|
275
|
+
```jsx
|
|
276
|
+
// Primary Button
|
|
277
|
+
<button className="
|
|
278
|
+
bg-gold-bright
|
|
279
|
+
text-cosmic-void
|
|
280
|
+
font-display font-semibold
|
|
281
|
+
px-6 py-3
|
|
282
|
+
rounded-md
|
|
283
|
+
hover:bg-gold-medium
|
|
284
|
+
active:bg-gold-deep
|
|
285
|
+
transition-colors duration-200
|
|
286
|
+
">
|
|
287
|
+
{label}
|
|
288
|
+
</button>
|
|
289
|
+
|
|
290
|
+
// Ghost Button
|
|
291
|
+
<button className="
|
|
292
|
+
bg-transparent
|
|
293
|
+
text-text-primary
|
|
294
|
+
border border-cosmic-border-bright
|
|
295
|
+
px-6 py-3
|
|
296
|
+
rounded-md
|
|
297
|
+
hover:bg-cosmic-surface
|
|
298
|
+
hover:border-gold-medium/50
|
|
299
|
+
transition-all duration-200
|
|
300
|
+
">
|
|
301
|
+
{label}
|
|
302
|
+
</button>
|
|
303
|
+
|
|
304
|
+
// Academy Button
|
|
305
|
+
<button className={cn(
|
|
306
|
+
"px-6 py-3 rounded-md font-display transition-all duration-200",
|
|
307
|
+
academy === 'atlantean' && "bg-atlantean-teal text-cosmic-void hover:glow-atlantean",
|
|
308
|
+
academy === 'draconic' && "bg-draconic-gold text-cosmic-void hover:glow-draconic",
|
|
309
|
+
academy === 'creation' && "bg-creation-gold text-cosmic-void hover:glow-creation"
|
|
310
|
+
)}>
|
|
311
|
+
{label}
|
|
312
|
+
</button>
|
|
313
|
+
```
|
|
314
|
+
|
|
315
|
+
### Inputs
|
|
316
|
+
```jsx
|
|
317
|
+
// Standard Input
|
|
318
|
+
<input className="
|
|
319
|
+
w-full
|
|
320
|
+
bg-cosmic-surface
|
|
321
|
+
border border-cosmic-border-bright
|
|
322
|
+
text-text-primary
|
|
323
|
+
placeholder:text-text-muted
|
|
324
|
+
rounded-md
|
|
325
|
+
px-4 py-3
|
|
326
|
+
focus:outline-none
|
|
327
|
+
focus:ring-2 focus:ring-gold-medium/50
|
|
328
|
+
focus:border-gold-medium
|
|
329
|
+
transition-all duration-200
|
|
330
|
+
"/>
|
|
331
|
+
|
|
332
|
+
// Magical Input (with glow on focus)
|
|
333
|
+
<input className="
|
|
334
|
+
w-full
|
|
335
|
+
glass-light
|
|
336
|
+
border border-white/10
|
|
337
|
+
text-text-primary
|
|
338
|
+
placeholder:text-text-muted
|
|
339
|
+
rounded-md
|
|
340
|
+
px-4 py-3
|
|
341
|
+
focus:outline-none
|
|
342
|
+
focus:glow-soft
|
|
343
|
+
focus:border-gold-bright/50
|
|
344
|
+
transition-all duration-300
|
|
345
|
+
"/>
|
|
346
|
+
```
|
|
347
|
+
|
|
348
|
+
---
|
|
349
|
+
|
|
350
|
+
## Layout Patterns
|
|
351
|
+
|
|
352
|
+
### The Cosmic Canvas
|
|
353
|
+
```jsx
|
|
354
|
+
// Full-page cosmic background
|
|
355
|
+
<div className="
|
|
356
|
+
min-h-screen
|
|
357
|
+
bg-cosmic-deep
|
|
358
|
+
bg-gradient-to-b from-cosmic-void via-cosmic-deep to-cosmic-surface
|
|
359
|
+
">
|
|
360
|
+
{children}
|
|
361
|
+
</div>
|
|
362
|
+
```
|
|
363
|
+
|
|
364
|
+
### The Portal Frame
|
|
365
|
+
```jsx
|
|
366
|
+
// Centered content with mystical framing
|
|
367
|
+
<div className="
|
|
368
|
+
min-h-screen
|
|
369
|
+
flex items-center justify-center
|
|
370
|
+
p-4
|
|
371
|
+
">
|
|
372
|
+
<div className="
|
|
373
|
+
w-full max-w-lg
|
|
374
|
+
glass-heavy
|
|
375
|
+
rounded-2xl
|
|
376
|
+
p-8
|
|
377
|
+
border border-gold-medium/20
|
|
378
|
+
">
|
|
379
|
+
{children}
|
|
380
|
+
</div>
|
|
381
|
+
</div>
|
|
382
|
+
```
|
|
383
|
+
|
|
384
|
+
### The Library Layout
|
|
385
|
+
```jsx
|
|
386
|
+
// Sidebar + content for exploration
|
|
387
|
+
<div className="flex min-h-screen">
|
|
388
|
+
<aside className="
|
|
389
|
+
w-64
|
|
390
|
+
bg-cosmic-surface
|
|
391
|
+
border-r border-cosmic-border
|
|
392
|
+
p-6
|
|
393
|
+
">
|
|
394
|
+
{navigation}
|
|
395
|
+
</aside>
|
|
396
|
+
<main className="flex-1 p-8">
|
|
397
|
+
{content}
|
|
398
|
+
</main>
|
|
399
|
+
</div>
|
|
400
|
+
```
|
|
401
|
+
|
|
402
|
+
---
|
|
403
|
+
|
|
404
|
+
## Animation Principles
|
|
405
|
+
|
|
406
|
+
### The Arcanean Motion Language
|
|
407
|
+
|
|
408
|
+
1. **Emergence**: Elements fade in from transparency
|
|
409
|
+
2. **Ascension**: Elements rise slightly as they appear
|
|
410
|
+
3. **Luminescence**: Glows pulse subtly
|
|
411
|
+
4. **Flow**: Transitions are smooth, never jarring
|
|
412
|
+
|
|
413
|
+
### Standard Durations
|
|
414
|
+
```css
|
|
415
|
+
--duration-instant: 100ms; /* Micro-interactions */
|
|
416
|
+
--duration-fast: 200ms; /* Hover states */
|
|
417
|
+
--duration-normal: 300ms; /* Standard transitions */
|
|
418
|
+
--duration-slow: 500ms; /* Page transitions */
|
|
419
|
+
--duration-glacial: 1000ms; /* Ambient animations */
|
|
420
|
+
```
|
|
421
|
+
|
|
422
|
+
### Easing Functions
|
|
423
|
+
```css
|
|
424
|
+
--ease-smooth: cubic-bezier(0.4, 0, 0.2, 1);
|
|
425
|
+
--ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
426
|
+
--ease-dramatic: cubic-bezier(0.7, 0, 0.3, 1);
|
|
427
|
+
```
|
|
428
|
+
|
|
429
|
+
### Entrance Animations
|
|
430
|
+
```css
|
|
431
|
+
/* Fade + Rise */
|
|
432
|
+
@keyframes emerge {
|
|
433
|
+
from {
|
|
434
|
+
opacity: 0;
|
|
435
|
+
transform: translateY(10px);
|
|
436
|
+
}
|
|
437
|
+
to {
|
|
438
|
+
opacity: 1;
|
|
439
|
+
transform: translateY(0);
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
/* Scale + Fade */
|
|
444
|
+
@keyframes manifest {
|
|
445
|
+
from {
|
|
446
|
+
opacity: 0;
|
|
447
|
+
transform: scale(0.95);
|
|
448
|
+
}
|
|
449
|
+
to {
|
|
450
|
+
opacity: 1;
|
|
451
|
+
transform: scale(1);
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
/* Glow Pulse */
|
|
456
|
+
@keyframes pulse-glow {
|
|
457
|
+
0%, 100% {
|
|
458
|
+
box-shadow: 0 0 20px rgba(255, 204, 51, 0.3);
|
|
459
|
+
}
|
|
460
|
+
50% {
|
|
461
|
+
box-shadow: 0 0 40px rgba(255, 204, 51, 0.6);
|
|
462
|
+
}
|
|
463
|
+
}
|
|
464
|
+
```
|
|
465
|
+
|
|
466
|
+
---
|
|
467
|
+
|
|
468
|
+
## Responsive Design
|
|
469
|
+
|
|
470
|
+
### Breakpoint System
|
|
471
|
+
```css
|
|
472
|
+
/* Mobile First */
|
|
473
|
+
sm: 640px /* Small tablets, large phones */
|
|
474
|
+
md: 768px /* Tablets */
|
|
475
|
+
lg: 1024px /* Small laptops */
|
|
476
|
+
xl: 1280px /* Desktops */
|
|
477
|
+
2xl: 1536px /* Large screens */
|
|
478
|
+
```
|
|
479
|
+
|
|
480
|
+
### Responsive Patterns
|
|
481
|
+
```jsx
|
|
482
|
+
// Typography scaling
|
|
483
|
+
<h1 className="text-2xl md:text-3xl lg:text-4xl xl:text-5xl">
|
|
484
|
+
{title}
|
|
485
|
+
</h1>
|
|
486
|
+
|
|
487
|
+
// Layout switching
|
|
488
|
+
<div className="
|
|
489
|
+
flex flex-col md:flex-row
|
|
490
|
+
gap-4 md:gap-8
|
|
491
|
+
">
|
|
492
|
+
{children}
|
|
493
|
+
</div>
|
|
494
|
+
|
|
495
|
+
// Visibility control
|
|
496
|
+
<div className="hidden lg:block">Desktop only</div>
|
|
497
|
+
<div className="lg:hidden">Mobile/Tablet only</div>
|
|
498
|
+
```
|
|
499
|
+
|
|
500
|
+
---
|
|
501
|
+
|
|
502
|
+
## Accessibility
|
|
503
|
+
|
|
504
|
+
### Focus States
|
|
505
|
+
```css
|
|
506
|
+
/* Always visible, beautiful focus */
|
|
507
|
+
:focus-visible {
|
|
508
|
+
outline: 2px solid var(--gold-bright);
|
|
509
|
+
outline-offset: 2px;
|
|
510
|
+
border-radius: 4px;
|
|
511
|
+
}
|
|
512
|
+
```
|
|
513
|
+
|
|
514
|
+
### Color Contrast
|
|
515
|
+
- All text meets WCAG AA standards (4.5:1 minimum)
|
|
516
|
+
- Interactive elements meet enhanced contrast (7:1)
|
|
517
|
+
- Focus indicators are always visible
|
|
518
|
+
|
|
519
|
+
### Reduced Motion
|
|
520
|
+
```css
|
|
521
|
+
@media (prefers-reduced-motion: reduce) {
|
|
522
|
+
*, *::before, *::after {
|
|
523
|
+
animation-duration: 0.01ms !important;
|
|
524
|
+
animation-iteration-count: 1 !important;
|
|
525
|
+
transition-duration: 0.01ms !important;
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
```
|
|
529
|
+
|
|
530
|
+
---
|
|
531
|
+
|
|
532
|
+
## Design Tokens Reference
|
|
533
|
+
|
|
534
|
+
### Quick Copy
|
|
535
|
+
```javascript
|
|
536
|
+
const ARCANEA_TOKENS = {
|
|
537
|
+
colors: {
|
|
538
|
+
cosmic: {
|
|
539
|
+
void: '#0b0e14',
|
|
540
|
+
deep: '#121826',
|
|
541
|
+
surface: '#1a2332',
|
|
542
|
+
raised: '#242f42',
|
|
543
|
+
},
|
|
544
|
+
gold: {
|
|
545
|
+
light: '#fff4d6',
|
|
546
|
+
medium: '#ffd966',
|
|
547
|
+
bright: '#ffcc33',
|
|
548
|
+
deep: '#e6b800',
|
|
549
|
+
},
|
|
550
|
+
atlantean: {
|
|
551
|
+
primary: '#1e5a99',
|
|
552
|
+
teal: '#26cccc',
|
|
553
|
+
glow: '#00e6e6',
|
|
554
|
+
},
|
|
555
|
+
draconic: {
|
|
556
|
+
crimson: '#d92952',
|
|
557
|
+
gold: '#ffc61a',
|
|
558
|
+
sky: '#2d8fe6',
|
|
559
|
+
},
|
|
560
|
+
creation: {
|
|
561
|
+
gold: '#ffcc33',
|
|
562
|
+
prism: '#2d85f5',
|
|
563
|
+
wave: '#3dc4e6',
|
|
564
|
+
},
|
|
565
|
+
},
|
|
566
|
+
fonts: {
|
|
567
|
+
display: 'Cinzel, serif',
|
|
568
|
+
body: 'Crimson Pro, serif',
|
|
569
|
+
mono: 'JetBrains Mono, monospace',
|
|
570
|
+
},
|
|
571
|
+
radii: {
|
|
572
|
+
sm: '4px',
|
|
573
|
+
md: '8px',
|
|
574
|
+
lg: '12px',
|
|
575
|
+
xl: '16px',
|
|
576
|
+
full: '9999px',
|
|
577
|
+
},
|
|
578
|
+
};
|
|
579
|
+
```
|
|
580
|
+
|
|
581
|
+
---
|
|
582
|
+
|
|
583
|
+
## Usage Guidelines
|
|
584
|
+
|
|
585
|
+
### Do
|
|
586
|
+
- Use cosmic backgrounds as the foundation
|
|
587
|
+
- Apply glows sparingly for emphasis
|
|
588
|
+
- Let glass effects create depth
|
|
589
|
+
- Use academy colors for domain context
|
|
590
|
+
- Animate with purpose, not decoration
|
|
591
|
+
|
|
592
|
+
### Don't
|
|
593
|
+
- Make everything glow (dilutes impact)
|
|
594
|
+
- Use light backgrounds (breaks the metaphor)
|
|
595
|
+
- Mix academy themes haphazardly
|
|
596
|
+
- Over-animate (magic becomes noise)
|
|
597
|
+
- Forget accessibility
|
|
598
|
+
|
|
599
|
+
---
|
|
600
|
+
|
|
601
|
+
*"The interface is a portal. Design it as such."*
|