takomi 2.5.1 → 2.5.4
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/.pi/agents/worker.md +32 -32
- package/.pi/extensions/oauth-router/README.md +3 -3
- package/.pi/extensions/oauth-router/config.ts +34 -34
- package/.pi/extensions/oauth-router/report-ui.ts +205 -205
- package/.pi/extensions/oauth-router/scripts/vibe-verify.py +5 -5
- package/.pi/extensions/takomi-context-manager/diagnostics.ts +560 -560
- package/.pi/extensions/takomi-context-manager/policy-tools.ts +93 -93
- package/.pi/extensions/takomi-context-manager/skill-categories.d.ts +11 -11
- package/.pi/extensions/takomi-context-manager/skill-tools.ts +208 -208
- package/.pi/extensions/takomi-context-manager/tool-renderers.ts +112 -112
- package/.pi/extensions/takomi-runtime/gate-provenance.ts +24 -24
- package/.pi/extensions/takomi-runtime/model-routing-defaults.ts +262 -262
- package/.pi/extensions/takomi-runtime/tool-renderers.ts +234 -234
- package/.pi/extensions/takomi-runtime/workflow-catalog.ts +54 -54
- package/.pi/extensions/takomi-subagents/async-lifecycle.ts +401 -401
- package/.pi/extensions/takomi-subagents/detached-results.ts +940 -940
- package/.pi/extensions/takomi-subagents/native-render.ts +253 -250
- package/.pi/extensions/takomi-subagents/result-heartbeat.ts +55 -55
- package/.pi/extensions/takomi-subagents/subagent-ux.ts +162 -162
- package/.pi/extensions/takomi-subagents/tool-runner.ts +25 -0
- package/.pi/takomi-profile.json +54 -54
- package/README.md +1 -1
- package/assets/.agent/skills/embedded-captions/CATALOG.md +93 -93
- package/assets/.agent/skills/embedded-captions/SKILL.md +286 -286
- package/assets/.agent/skills/embedded-captions/assets/brand/CDPR-fankit-terms.txt +35 -35
- package/assets/.agent/skills/embedded-captions/assets/brand/cyberpunk-widths.json +115 -115
- package/assets/.agent/skills/embedded-captions/assets/fonts/char-widths.json +2211 -2211
- package/assets/.agent/skills/embedded-captions/assets/strokefonts/HersheyScript1.svg +241 -241
- package/assets/.agent/skills/embedded-captions/assets/strokefonts/HersheyScriptMed.svg +241 -241
- package/assets/.agent/skills/embedded-captions/dna/README.md +148 -148
- package/assets/.agent/skills/embedded-captions/dna/chrome.json +68 -68
- package/assets/.agent/skills/embedded-captions/dna/cream.json +69 -69
- package/assets/.agent/skills/embedded-captions/dna/documentary.json +62 -62
- package/assets/.agent/skills/embedded-captions/dna/editorial.json +70 -70
- package/assets/.agent/skills/embedded-captions/dna/glitch.json +82 -82
- package/assets/.agent/skills/embedded-captions/dna/ink.json +65 -65
- package/assets/.agent/skills/embedded-captions/dna/keynote.json +62 -62
- package/assets/.agent/skills/embedded-captions/dna/loud.json +75 -75
- package/assets/.agent/skills/embedded-captions/dna/neon.json +58 -58
- package/assets/.agent/skills/embedded-captions/dna/velocity.json +89 -89
- package/assets/.agent/skills/embedded-captions/modes/cinematic/README.md +48 -48
- package/assets/.agent/skills/embedded-captions/modes/cinematic/_archive/champion/spec.md +98 -98
- package/assets/.agent/skills/embedded-captions/modes/cinematic/_archive/champion/template.html +188 -188
- package/assets/.agent/skills/embedded-captions/modes/cinematic/_archive/memory-wall/spec.md +134 -134
- package/assets/.agent/skills/embedded-captions/modes/cinematic/_archive/memory-wall/template.html +179 -179
- package/assets/.agent/skills/embedded-captions/modes/cinematic/_archive/portrait-header/spec.md +81 -81
- package/assets/.agent/skills/embedded-captions/modes/cinematic/_archive/portrait-header/template.html +170 -170
- package/assets/.agent/skills/embedded-captions/modes/cinematic/cinematic-cream/spec.md +16 -16
- package/assets/.agent/skills/embedded-captions/modes/cinematic/cinematic-cream/template.html +226 -226
- package/assets/.agent/skills/embedded-captions/modes/cinematic/engine.html +355 -355
- package/assets/.agent/skills/embedded-captions/modes/standard/_anatomy.md +233 -233
- package/assets/.agent/skills/embedded-captions/modes/standard/_motion.md +192 -192
- package/assets/.agent/skills/embedded-captions/modes/standard/fonts/build-fonts-css.cjs +97 -97
- package/assets/.agent/skills/embedded-captions/references/aesthetic-principles.md +168 -168
- package/assets/.agent/skills/embedded-captions/references/anti-patterns.md +188 -188
- package/assets/.agent/skills/embedded-captions/references/bespoke-vs-presets.md +178 -178
- package/assets/.agent/skills/embedded-captions/references/caption-grouping.md +130 -130
- package/assets/.agent/skills/embedded-captions/references/composition-craft.md +522 -522
- package/assets/.agent/skills/embedded-captions/references/direction-catalog.md +138 -138
- package/assets/.agent/skills/embedded-captions/references/example-renders/champion.html +371 -371
- package/assets/.agent/skills/embedded-captions/references/example-renders/memory-wall.html +334 -334
- package/assets/.agent/skills/embedded-captions/references/failure-modes.md +145 -145
- package/assets/.agent/skills/embedded-captions/references/layout-heuristics.md +238 -238
- package/assets/.agent/skills/embedded-captions/references/motion-vocabulary.md +148 -148
- package/assets/.agent/skills/embedded-captions/references/rail.md +68 -68
- package/assets/.agent/skills/embedded-captions/references/reference-bar.md +47 -47
- package/assets/.agent/skills/embedded-captions/references/scene-types.md +94 -94
- package/assets/.agent/skills/embedded-captions/references/test-set.md +66 -66
- package/assets/.agent/skills/embedded-captions/references/typographic-moves.md +266 -266
- package/assets/.agent/skills/embedded-captions/references/typography-presets.md +63 -63
- package/assets/.agent/skills/embedded-captions/scripts/audio-envelope.cjs +95 -95
- package/assets/.agent/skills/embedded-captions/scripts/check-occlusion.cjs +250 -250
- package/assets/.agent/skills/embedded-captions/scripts/check-overflow.cjs +194 -194
- package/assets/.agent/skills/embedded-captions/scripts/check-rail-climax.cjs +233 -233
- package/assets/.agent/skills/embedded-captions/scripts/check-timing.cjs +173 -173
- package/assets/.agent/skills/embedded-captions/scripts/fill-timings.cjs +124 -124
- package/assets/.agent/skills/embedded-captions/scripts/fit-fonts.cjs +158 -158
- package/assets/.agent/skills/embedded-captions/scripts/gen-stroke-path.py +46 -46
- package/assets/.agent/skills/embedded-captions/scripts/inject-fonts.cjs +169 -169
- package/assets/.agent/skills/embedded-captions/scripts/lib-dna.cjs +201 -201
- package/assets/.agent/skills/embedded-captions/scripts/make-cinematic.cjs +1205 -1205
- package/assets/.agent/skills/embedded-captions/scripts/make-composition.cjs +404 -404
- package/assets/.agent/skills/embedded-captions/scripts/make-theme.cjs +8781 -8781
- package/assets/.agent/skills/embedded-captions/scripts/matte.cjs +279 -279
- package/assets/.agent/skills/embedded-captions/scripts/measure-layout.cjs +293 -293
- package/assets/.agent/skills/embedded-captions/scripts/prepare.sh +39 -39
- package/assets/.agent/skills/embedded-captions/scripts/preview-frames.cjs +268 -268
- package/assets/.agent/skills/embedded-captions/scripts/render-and-composite.sh +469 -469
- package/assets/.agent/skills/embedded-captions/scripts/render-theme.sh +34 -34
- package/assets/.agent/skills/embedded-captions/scripts/safe-zones.cjs +813 -813
- package/assets/.agent/skills/embedded-captions/scripts/transcribe.cjs +332 -332
- package/assets/.agent/skills/embedded-captions/themes/PORTING.md +49 -49
- package/assets/.agent/skills/embedded-captions/themes/README.md +244 -244
- package/assets/.agent/skills/embedded-captions/themes/anchor.json +27 -27
- package/assets/.agent/skills/embedded-captions/themes/arcade.json +51 -51
- package/assets/.agent/skills/embedded-captions/themes/aurora.json +41 -41
- package/assets/.agent/skills/embedded-captions/themes/biolume.json +35 -35
- package/assets/.agent/skills/embedded-captions/themes/brush.json +74 -74
- package/assets/.agent/skills/embedded-captions/themes/chalkboard.json +52 -52
- package/assets/.agent/skills/embedded-captions/themes/dossier.json +56 -56
- package/assets/.agent/skills/embedded-captions/themes/graffiti.json +62 -62
- package/assets/.agent/skills/embedded-captions/themes/hologram.json +41 -41
- package/assets/.agent/skills/embedded-captions/themes/inkwater.json +43 -43
- package/assets/.agent/skills/embedded-captions/themes/laser.json +46 -46
- package/assets/.agent/skills/embedded-captions/themes/lastpage.json +33 -33
- package/assets/.agent/skills/embedded-captions/themes/neonsign.json +53 -53
- package/assets/.agent/skills/embedded-captions/themes/nightcity.json +56 -56
- package/assets/.agent/skills/embedded-captions/themes/ordnance.json +54 -54
- package/assets/.agent/skills/embedded-captions/themes/papercut.json +37 -37
- package/assets/.agent/skills/embedded-captions/themes/popup.json +46 -46
- package/assets/.agent/skills/embedded-captions/themes/ransom.json +62 -62
- package/assets/.agent/skills/embedded-captions/themes/scoreboard.json +54 -54
- package/assets/.agent/skills/embedded-captions/themes/spectrum.json +46 -46
- package/assets/.agent/skills/embedded-captions/themes/stardust.json +29 -29
- package/assets/.agent/skills/embedded-captions/themes/stomp.json +43 -43
- package/assets/.agent/skills/embedded-captions/themes/terminal.json +49 -49
- package/assets/.agent/skills/embedded-captions/themes/thunder.json +44 -44
- package/assets/.agent/skills/embedded-captions/themes/transit.json +44 -44
- package/assets/.agent/skills/embedded-captions/themes/vhs.json +47 -47
- package/assets/.agent/skills/faceless-explainer/SKILL.md +209 -209
- package/assets/.agent/skills/faceless-explainer/references/cut-catalog.md +215 -215
- package/assets/.agent/skills/faceless-explainer/references/motion-language.md +156 -156
- package/assets/.agent/skills/faceless-explainer/references/story-design.md +248 -248
- package/assets/.agent/skills/faceless-explainer/references/visual-design.md +146 -146
- package/assets/.agent/skills/faceless-explainer/scripts/assemble-index.mjs +570 -570
- package/assets/.agent/skills/faceless-explainer/scripts/audio.mjs +253 -253
- package/assets/.agent/skills/faceless-explainer/scripts/build-frame.mjs +536 -536
- package/assets/.agent/skills/faceless-explainer/scripts/captions.mjs +508 -508
- package/assets/.agent/skills/faceless-explainer/scripts/lib/assets.mjs +55 -55
- package/assets/.agent/skills/faceless-explainer/scripts/lib/dimensions.mjs +45 -45
- package/assets/.agent/skills/faceless-explainer/scripts/lib/storyboard.mjs +249 -249
- package/assets/.agent/skills/faceless-explainer/scripts/lib/tokens.mjs +204 -204
- package/assets/.agent/skills/faceless-explainer/scripts/lib/transition-registry.mjs +38 -38
- package/assets/.agent/skills/faceless-explainer/scripts/lib/transitions.json +71 -71
- package/assets/.agent/skills/faceless-explainer/scripts/transitions.mjs +320 -320
- package/assets/.agent/skills/faceless-explainer/sub-agents/frame-worker.md +75 -75
- package/assets/.agent/skills/figma/SKILL.md +121 -121
- package/assets/.agent/skills/general-video/SKILL.md +143 -143
- package/assets/.agent/skills/hyperframes/SKILL.md +164 -164
- package/assets/.agent/skills/hyperframes-animation/SKILL.md +84 -84
- package/assets/.agent/skills/hyperframes-animation/adapters/animate-text.md +64 -64
- package/assets/.agent/skills/hyperframes-animation/adapters/animejs.md +114 -114
- package/assets/.agent/skills/hyperframes-animation/adapters/css-animations.md +143 -143
- package/assets/.agent/skills/hyperframes-animation/adapters/gsap-easing-and-stagger.md +118 -118
- package/assets/.agent/skills/hyperframes-animation/adapters/gsap-timeline-and-labels.md +96 -96
- package/assets/.agent/skills/hyperframes-animation/adapters/gsap-transforms-and-perf.md +96 -96
- package/assets/.agent/skills/hyperframes-animation/adapters/gsap.md +105 -105
- package/assets/.agent/skills/hyperframes-animation/adapters/html-in-canvas-patterns.md +507 -507
- package/assets/.agent/skills/hyperframes-animation/adapters/lottie.md +117 -117
- package/assets/.agent/skills/hyperframes-animation/adapters/three.md +131 -131
- package/assets/.agent/skills/hyperframes-animation/adapters/typegpu.md +178 -178
- package/assets/.agent/skills/hyperframes-animation/adapters/waapi.md +101 -101
- package/assets/.agent/skills/hyperframes-animation/blueprints/comparison-split.md +27 -27
- package/assets/.agent/skills/hyperframes-animation/blueprints/constellation-hub.md +44 -44
- package/assets/.agent/skills/hyperframes-animation/blueprints/cta-morph-press.md +28 -28
- package/assets/.agent/skills/hyperframes-animation/blueprints/cursor-ui-demo.md +57 -57
- package/assets/.agent/skills/hyperframes-animation/blueprints/dataviz-countup.md +46 -46
- package/assets/.agent/skills/hyperframes-animation/blueprints/device-surface-showcase.md +53 -53
- package/assets/.agent/skills/hyperframes-animation/blueprints/grid-card-assemble.md +66 -66
- package/assets/.agent/skills/hyperframes-animation/blueprints/kinetic-type-beats.md +78 -78
- package/assets/.agent/skills/hyperframes-animation/blueprints/logo-assemble-lockup.md +69 -69
- package/assets/.agent/skills/hyperframes-animation/blueprints/overwhelm-surround.md +28 -28
- package/assets/.agent/skills/hyperframes-animation/blueprints/spatial-pan-stations.md +37 -37
- package/assets/.agent/skills/hyperframes-animation/blueprints/ticker-takeover.md +29 -29
- package/assets/.agent/skills/hyperframes-animation/blueprints/titlecard-reveal.md +42 -42
- package/assets/.agent/skills/hyperframes-animation/blueprints/typewriter-reveal.md +51 -51
- package/assets/.agent/skills/hyperframes-animation/blueprints/video-text-pivot.md +30 -30
- package/assets/.agent/skills/hyperframes-animation/blueprints-index.md +146 -146
- package/assets/.agent/skills/hyperframes-animation/examples/brand-reveal-assemble-zoom.html +382 -382
- package/assets/.agent/skills/hyperframes-animation/examples/comparison-split-cards.html +649 -649
- package/assets/.agent/skills/hyperframes-animation/examples/concept-demo-decode-pan.html +520 -520
- package/assets/.agent/skills/hyperframes-animation/examples/cta-morph-press.html +468 -468
- package/assets/.agent/skills/hyperframes-animation/examples/cta-orbit-collapse.html +1298 -1298
- package/assets/.agent/skills/hyperframes-animation/examples/demo-page-scroll-spotlight.html +759 -759
- package/assets/.agent/skills/hyperframes-animation/examples/hook-counter-burst.html +729 -729
- package/assets/.agent/skills/hyperframes-animation/examples/messaging-multi-phrase.html +352 -352
- package/assets/.agent/skills/hyperframes-animation/examples/metric-video-text-pivot.html +779 -779
- package/assets/.agent/skills/hyperframes-animation/examples/problem-mockup-overwhelm.html +1374 -1374
- package/assets/.agent/skills/hyperframes-animation/examples/proof-logo-chain.html +861 -861
- package/assets/.agent/skills/hyperframes-animation/examples/takeover-ticker-displace.html +347 -347
- package/assets/.agent/skills/hyperframes-animation/examples/workflow-approve-press.html +606 -606
- package/assets/.agent/skills/hyperframes-animation/rules/3d-page-scroll.md +227 -227
- package/assets/.agent/skills/hyperframes-animation/rules/3d-text-depth-layers.md +297 -297
- package/assets/.agent/skills/hyperframes-animation/rules/ai-tracking-box.md +382 -382
- package/assets/.agent/skills/hyperframes-animation/rules/ambient-glow-bloom.md +305 -305
- package/assets/.agent/skills/hyperframes-animation/rules/asr-keyword-glow.md +286 -286
- package/assets/.agent/skills/hyperframes-animation/rules/avatar-cloud-network.md +371 -371
- package/assets/.agent/skills/hyperframes-animation/rules/camera-cursor-tracking.md +246 -246
- package/assets/.agent/skills/hyperframes-animation/rules/card-morph-anchor.md +267 -267
- package/assets/.agent/skills/hyperframes-animation/rules/center-outward-expansion.md +227 -227
- package/assets/.agent/skills/hyperframes-animation/rules/context-sensitive-cursor.md +257 -257
- package/assets/.agent/skills/hyperframes-animation/rules/coordinate-target-zoom.md +332 -332
- package/assets/.agent/skills/hyperframes-animation/rules/counting-dynamic-scale.md +283 -283
- package/assets/.agent/skills/hyperframes-animation/rules/css-marker-patterns.md +373 -373
- package/assets/.agent/skills/hyperframes-animation/rules/cursor-click-ripple.md +262 -262
- package/assets/.agent/skills/hyperframes-animation/rules/depth-of-field-blur.md +313 -313
- package/assets/.agent/skills/hyperframes-animation/rules/depth-scatter-assemble.md +303 -303
- package/assets/.agent/skills/hyperframes-animation/rules/discrete-text-sequence.md +273 -273
- package/assets/.agent/skills/hyperframes-animation/rules/dynamic-content-sequencing.md +307 -307
- package/assets/.agent/skills/hyperframes-animation/rules/gsap-effects.md +299 -299
- package/assets/.agent/skills/hyperframes-animation/rules/hacker-flip-3d.md +223 -223
- package/assets/.agent/skills/hyperframes-animation/rules/kinetic-beat-slam.md +183 -183
- package/assets/.agent/skills/hyperframes-animation/rules/motion-blur-streak.md +328 -328
- package/assets/.agent/skills/hyperframes-animation/rules/multi-phase-camera.md +273 -273
- package/assets/.agent/skills/hyperframes-animation/rules/orbit-3d-entry.md +301 -301
- package/assets/.agent/skills/hyperframes-animation/rules/physics-press-reaction.md +350 -350
- package/assets/.agent/skills/hyperframes-animation/rules/press-release-spring.md +296 -296
- package/assets/.agent/skills/hyperframes-animation/rules/reactive-displacement.md +277 -277
- package/assets/.agent/skills/hyperframes-animation/rules/scale-swap-transition.md +298 -298
- package/assets/.agent/skills/hyperframes-animation/rules/sine-wave-loop.md +278 -278
- package/assets/.agent/skills/hyperframes-animation/rules/split-tilt-cards.md +277 -277
- package/assets/.agent/skills/hyperframes-animation/rules/spring-pop-entrance.md +273 -273
- package/assets/.agent/skills/hyperframes-animation/rules/stat-bars-and-fills.md +156 -156
- package/assets/.agent/skills/hyperframes-animation/rules/svg-icon-enrichment.md +329 -329
- package/assets/.agent/skills/hyperframes-animation/rules/svg-path-draw.md +274 -274
- package/assets/.agent/skills/hyperframes-animation/rules/vertical-spring-ticker.md +239 -239
- package/assets/.agent/skills/hyperframes-animation/rules/viewport-change.md +349 -349
- package/assets/.agent/skills/hyperframes-animation/rules-index.md +86 -86
- package/assets/.agent/skills/hyperframes-animation/scripts/animation-map.mjs +606 -606
- package/assets/.agent/skills/hyperframes-animation/scripts/package-loader.mjs +288 -288
- package/assets/.agent/skills/hyperframes-animation/scripts/package-loader.test.mjs +62 -62
- package/assets/.agent/skills/hyperframes-animation/techniques.md +507 -507
- package/assets/.agent/skills/hyperframes-animation/transitions/TRANSITION-REGISTRY.md +167 -167
- package/assets/.agent/skills/hyperframes-animation/transitions/catalog.md +127 -127
- package/assets/.agent/skills/hyperframes-animation/transitions/css-3d.md +12 -12
- package/assets/.agent/skills/hyperframes-animation/transitions/css-blur.md +51 -51
- package/assets/.agent/skills/hyperframes-animation/transitions/css-cover.md +43 -43
- package/assets/.agent/skills/hyperframes-animation/transitions/css-destruction.md +95 -95
- package/assets/.agent/skills/hyperframes-animation/transitions/css-dissolve.md +66 -66
- package/assets/.agent/skills/hyperframes-animation/transitions/css-distortion.md +45 -45
- package/assets/.agent/skills/hyperframes-animation/transitions/css-grid.md +10 -10
- package/assets/.agent/skills/hyperframes-animation/transitions/css-light.md +49 -49
- package/assets/.agent/skills/hyperframes-animation/transitions/css-mechanical.md +30 -30
- package/assets/.agent/skills/hyperframes-animation/transitions/css-other.md +25 -25
- package/assets/.agent/skills/hyperframes-animation/transitions/css-push.md +41 -41
- package/assets/.agent/skills/hyperframes-animation/transitions/css-radial.md +37 -37
- package/assets/.agent/skills/hyperframes-animation/transitions/css-scale.md +24 -24
- package/assets/.agent/skills/hyperframes-animation/transitions/overview.md +153 -153
- package/assets/.agent/skills/hyperframes-cli/SKILL.md +113 -113
- package/assets/.agent/skills/hyperframes-cli/references/doctor-browser.md +45 -45
- package/assets/.agent/skills/hyperframes-cli/references/init-and-scaffold.md +51 -51
- package/assets/.agent/skills/hyperframes-cli/references/lambda.md +132 -132
- package/assets/.agent/skills/hyperframes-cli/references/lint-validate-inspect.md +121 -121
- package/assets/.agent/skills/hyperframes-cli/references/preview-render.md +164 -164
- package/assets/.agent/skills/hyperframes-cli/references/upgrade-info-misc.md +75 -75
- package/assets/.agent/skills/hyperframes-core/SKILL.md +78 -78
- package/assets/.agent/skills/hyperframes-core/references/composition-patterns.md +263 -263
- package/assets/.agent/skills/hyperframes-core/references/data-attributes.md +70 -70
- package/assets/.agent/skills/hyperframes-core/references/determinism-rules.md +68 -68
- package/assets/.agent/skills/hyperframes-core/references/full-screen-motion.md +62 -62
- package/assets/.agent/skills/hyperframes-core/references/minimal-composition.md +66 -66
- package/assets/.agent/skills/hyperframes-core/references/script-format.md +49 -49
- package/assets/.agent/skills/hyperframes-core/references/storyboard-format.md +95 -95
- package/assets/.agent/skills/hyperframes-core/references/sub-compositions.md +237 -237
- package/assets/.agent/skills/hyperframes-core/references/subagent-dispatch.md +41 -41
- package/assets/.agent/skills/hyperframes-core/references/tailwind.md +125 -125
- package/assets/.agent/skills/hyperframes-core/references/tracks-and-clips.md +76 -76
- package/assets/.agent/skills/hyperframes-core/references/variables-and-media.md +90 -90
- package/assets/.agent/skills/hyperframes-creative/SKILL.md +70 -70
- package/assets/.agent/skills/hyperframes-creative/frame-presets/biennale-yellow/FRAME.md +289 -289
- package/assets/.agent/skills/hyperframes-creative/frame-presets/biennale-yellow/caption-skin.html +221 -221
- package/assets/.agent/skills/hyperframes-creative/frame-presets/biennale-yellow/frame-showcase.html +1214 -1214
- package/assets/.agent/skills/hyperframes-creative/frame-presets/blockframe/FRAME.md +275 -275
- package/assets/.agent/skills/hyperframes-creative/frame-presets/blockframe/caption-skin.html +224 -224
- package/assets/.agent/skills/hyperframes-creative/frame-presets/blockframe/frame-showcase.html +1347 -1347
- package/assets/.agent/skills/hyperframes-creative/frame-presets/blue-professional/FRAME.md +307 -307
- package/assets/.agent/skills/hyperframes-creative/frame-presets/blue-professional/caption-skin.html +223 -223
- package/assets/.agent/skills/hyperframes-creative/frame-presets/blue-professional/frame-showcase.html +1372 -1372
- package/assets/.agent/skills/hyperframes-creative/frame-presets/bold-poster/FRAME.md +275 -275
- package/assets/.agent/skills/hyperframes-creative/frame-presets/bold-poster/caption-skin.html +230 -230
- package/assets/.agent/skills/hyperframes-creative/frame-presets/bold-poster/frame-showcase.html +1140 -1140
- package/assets/.agent/skills/hyperframes-creative/frame-presets/broadside/FRAME.md +284 -284
- package/assets/.agent/skills/hyperframes-creative/frame-presets/broadside/caption-skin.html +225 -225
- package/assets/.agent/skills/hyperframes-creative/frame-presets/broadside/frame-showcase.html +1166 -1166
- package/assets/.agent/skills/hyperframes-creative/frame-presets/capsule/FRAME.md +284 -284
- package/assets/.agent/skills/hyperframes-creative/frame-presets/capsule/caption-skin.html +224 -224
- package/assets/.agent/skills/hyperframes-creative/frame-presets/capsule/frame-showcase.html +1465 -1465
- package/assets/.agent/skills/hyperframes-creative/frame-presets/cartesian/FRAME.md +278 -278
- package/assets/.agent/skills/hyperframes-creative/frame-presets/cartesian/caption-skin.html +222 -222
- package/assets/.agent/skills/hyperframes-creative/frame-presets/cartesian/frame-showcase.html +1263 -1263
- package/assets/.agent/skills/hyperframes-creative/frame-presets/claude/FRAME.md +277 -277
- package/assets/.agent/skills/hyperframes-creative/frame-presets/claude/caption-skin.html +224 -224
- package/assets/.agent/skills/hyperframes-creative/frame-presets/claude/frame-showcase.html +1439 -1439
- package/assets/.agent/skills/hyperframes-creative/frame-presets/cobalt-grid/FRAME.md +265 -265
- package/assets/.agent/skills/hyperframes-creative/frame-presets/cobalt-grid/caption-skin.html +238 -238
- package/assets/.agent/skills/hyperframes-creative/frame-presets/cobalt-grid/frame-showcase.html +1468 -1468
- package/assets/.agent/skills/hyperframes-creative/frame-presets/coral/FRAME.md +314 -314
- package/assets/.agent/skills/hyperframes-creative/frame-presets/coral/caption-skin.html +226 -226
- package/assets/.agent/skills/hyperframes-creative/frame-presets/coral/frame-showcase.html +1268 -1268
- package/assets/.agent/skills/hyperframes-creative/frame-presets/creative-mode/FRAME.md +333 -333
- package/assets/.agent/skills/hyperframes-creative/frame-presets/creative-mode/caption-skin.html +227 -227
- package/assets/.agent/skills/hyperframes-creative/frame-presets/creative-mode/frame-showcase.html +1330 -1330
- package/assets/.agent/skills/hyperframes-creative/frame-presets/daisy-days/FRAME.md +274 -274
- package/assets/.agent/skills/hyperframes-creative/frame-presets/daisy-days/caption-skin.html +230 -230
- package/assets/.agent/skills/hyperframes-creative/frame-presets/daisy-days/frame-showcase.html +1444 -1444
- package/assets/.agent/skills/hyperframes-creative/frame-presets/editorial-forest/FRAME.md +265 -265
- package/assets/.agent/skills/hyperframes-creative/frame-presets/editorial-forest/caption-skin.html +223 -223
- package/assets/.agent/skills/hyperframes-creative/frame-presets/editorial-forest/frame-showcase.html +1273 -1273
- package/assets/.agent/skills/hyperframes-creative/palettes/bold-energetic.md +14 -14
- package/assets/.agent/skills/hyperframes-creative/palettes/clean-corporate.md +14 -14
- package/assets/.agent/skills/hyperframes-creative/palettes/dark-premium.md +14 -14
- package/assets/.agent/skills/hyperframes-creative/palettes/jewel-rich.md +14 -14
- package/assets/.agent/skills/hyperframes-creative/palettes/monochrome.md +14 -14
- package/assets/.agent/skills/hyperframes-creative/palettes/nature-earth.md +14 -14
- package/assets/.agent/skills/hyperframes-creative/palettes/neon-electric.md +14 -14
- package/assets/.agent/skills/hyperframes-creative/palettes/pastel-soft.md +14 -14
- package/assets/.agent/skills/hyperframes-creative/palettes/warm-editorial.md +14 -14
- package/assets/.agent/skills/hyperframes-creative/references/audio-reactive.md +76 -76
- package/assets/.agent/skills/hyperframes-creative/references/beat-direction.md +164 -164
- package/assets/.agent/skills/hyperframes-creative/references/composition-patterns.md +199 -199
- package/assets/.agent/skills/hyperframes-creative/references/data-in-motion.md +19 -19
- package/assets/.agent/skills/hyperframes-creative/references/design-adherence.md +19 -19
- package/assets/.agent/skills/hyperframes-creative/references/design-picker.md +123 -123
- package/assets/.agent/skills/hyperframes-creative/references/design-spec.md +55 -55
- package/assets/.agent/skills/hyperframes-creative/references/house-style.md +73 -73
- package/assets/.agent/skills/hyperframes-creative/references/motion-principles.md +150 -150
- package/assets/.agent/skills/hyperframes-creative/references/narration.md +92 -92
- package/assets/.agent/skills/hyperframes-creative/references/prompt-expansion.md +68 -68
- package/assets/.agent/skills/hyperframes-creative/references/typography.md +218 -218
- package/assets/.agent/skills/hyperframes-creative/references/video-composition.md +63 -63
- package/assets/.agent/skills/hyperframes-creative/references/visual-styles.md +457 -457
- package/assets/.agent/skills/hyperframes-creative/scripts/contrast-report.mjs +353 -353
- package/assets/.agent/skills/hyperframes-creative/scripts/extract-audio-data.py +188 -188
- package/assets/.agent/skills/hyperframes-creative/scripts/package-loader.mjs +288 -288
- package/assets/.agent/skills/hyperframes-creative/scripts/package-loader.test.mjs +62 -62
- package/assets/.agent/skills/hyperframes-creative/templates/design-picker.html +1432 -1432
- package/assets/.agent/skills/hyperframes-keyframes/SKILL.md +237 -237
- package/assets/.agent/skills/hyperframes-keyframes/agents/openai.yaml +4 -4
- package/assets/.agent/skills/hyperframes-keyframes/references/keyframe-patterns.md +106 -106
- package/assets/.agent/skills/hyperframes-media/SKILL.md +97 -97
- package/assets/.agent/skills/hyperframes-media/assets/sfx/CREDITS.md +35 -35
- package/assets/.agent/skills/hyperframes-media/assets/sfx/manifest.json +97 -97
- package/assets/.agent/skills/hyperframes-media/references/bgm.md +72 -72
- package/assets/.agent/skills/hyperframes-media/references/captions/authoring.md +159 -159
- package/assets/.agent/skills/hyperframes-media/references/captions/motion.md +87 -87
- package/assets/.agent/skills/hyperframes-media/references/captions/transcript-handling.md +97 -97
- package/assets/.agent/skills/hyperframes-media/references/remove-background.md +143 -143
- package/assets/.agent/skills/hyperframes-media/references/requirements.md +29 -29
- package/assets/.agent/skills/hyperframes-media/references/sfx.md +42 -42
- package/assets/.agent/skills/hyperframes-media/references/transcribe.md +52 -52
- package/assets/.agent/skills/hyperframes-media/references/tts-to-captions.md +24 -24
- package/assets/.agent/skills/hyperframes-media/references/tts.md +135 -135
- package/assets/.agent/skills/hyperframes-media/scripts/audio.mjs +293 -293
- package/assets/.agent/skills/hyperframes-media/scripts/heygen-tts.mjs +121 -121
- package/assets/.agent/skills/hyperframes-media/scripts/lib/bgm.mjs +235 -235
- package/assets/.agent/skills/hyperframes-media/scripts/lib/concurrency.mjs +14 -14
- package/assets/.agent/skills/hyperframes-media/scripts/lib/concurrency.test.mjs +41 -41
- package/assets/.agent/skills/hyperframes-media/scripts/lib/heygen.mjs +131 -131
- package/assets/.agent/skills/hyperframes-media/scripts/lib/sfx.mjs +128 -128
- package/assets/.agent/skills/hyperframes-media/scripts/lib/tts.mjs +298 -298
- package/assets/.agent/skills/hyperframes-media/scripts/lib/tts.spawn.test.mjs +97 -97
- package/assets/.agent/skills/hyperframes-media/scripts/lib/tts.test.mjs +66 -66
- package/assets/.agent/skills/hyperframes-media/scripts/lyria-recipe.py +128 -128
- package/assets/.agent/skills/hyperframes-media/scripts/wait-bgm.mjs +167 -167
- package/assets/.agent/skills/hyperframes-registry/SKILL.md +101 -101
- package/assets/.agent/skills/hyperframes-registry/examples/add-block.md +51 -51
- package/assets/.agent/skills/hyperframes-registry/examples/add-component.md +73 -73
- package/assets/.agent/skills/hyperframes-registry/references/contributing.md +166 -166
- package/assets/.agent/skills/hyperframes-registry/references/demo-html-pattern.md +54 -54
- package/assets/.agent/skills/hyperframes-registry/references/discovery.md +215 -215
- package/assets/.agent/skills/hyperframes-registry/references/install-locations.md +45 -45
- package/assets/.agent/skills/hyperframes-registry/references/templates.md +417 -417
- package/assets/.agent/skills/hyperframes-registry/references/wiring-blocks.md +61 -61
- package/assets/.agent/skills/hyperframes-registry/references/wiring-components.md +39 -39
- package/assets/.agent/skills/media-use/SKILL.md +124 -124
- package/assets/.agent/skills/media-use/scripts/eval.mjs +369 -369
- package/assets/.agent/skills/media-use/scripts/lib/adopt.mjs +112 -112
- package/assets/.agent/skills/media-use/scripts/lib/bgm-provider.mjs +20 -20
- package/assets/.agent/skills/media-use/scripts/lib/brand-provider.mjs +59 -59
- package/assets/.agent/skills/media-use/scripts/lib/cache.mjs +114 -114
- package/assets/.agent/skills/media-use/scripts/lib/freeze.mjs +26 -26
- package/assets/.agent/skills/media-use/scripts/lib/heygen-search.mjs +51 -51
- package/assets/.agent/skills/media-use/scripts/lib/image-provider.mjs +44 -44
- package/assets/.agent/skills/media-use/scripts/lib/index-gen.mjs +63 -63
- package/assets/.agent/skills/media-use/scripts/lib/manifest.mjs +91 -91
- package/assets/.agent/skills/media-use/scripts/lib/manifest.test.mjs +293 -293
- package/assets/.agent/skills/media-use/scripts/lib/probe.mjs +39 -39
- package/assets/.agent/skills/media-use/scripts/lib/probe.test.mjs +31 -31
- package/assets/.agent/skills/media-use/scripts/lib/providers.mjs +29 -29
- package/assets/.agent/skills/media-use/scripts/lib/sfx-provider.mjs +23 -23
- package/assets/.agent/skills/media-use/scripts/resolve.mjs +247 -247
- package/assets/.agent/skills/media-use/scripts/resolve.test.mjs +247 -247
- package/assets/.agent/skills/motion-graphics/SKILL.md +172 -172
- package/assets/.agent/skills/motion-graphics/agents/builder.md +40 -40
- package/assets/.agent/skills/motion-graphics/agents/director.md +53 -53
- package/assets/.agent/skills/motion-graphics/agents/finalize.md +17 -17
- package/assets/.agent/skills/motion-graphics/catalog-map.md +40 -40
- package/assets/.agent/skills/motion-graphics/categories/asset-fusion/module.md +37 -37
- package/assets/.agent/skills/motion-graphics/categories/charts/module.md +21 -21
- package/assets/.agent/skills/motion-graphics/categories/kinetic-type/module.md +19 -19
- package/assets/.agent/skills/motion-graphics/categories/logo-reveal/module.md +17 -17
- package/assets/.agent/skills/motion-graphics/categories/lower-thirds/module.md +16 -16
- package/assets/.agent/skills/motion-graphics/categories/maps/bake-basemap.mjs +273 -273
- package/assets/.agent/skills/motion-graphics/categories/maps/module.md +61 -61
- package/assets/.agent/skills/motion-graphics/categories/news/module.md +56 -56
- package/assets/.agent/skills/motion-graphics/categories/stat/module.md +21 -21
- package/assets/.agent/skills/motion-graphics/categories/tweet/module.md +16 -16
- package/assets/.agent/skills/motion-graphics/categories/webpage/module.md +21 -21
- package/assets/.agent/skills/motion-graphics/grounding/PROTOCOL.md +64 -64
- package/assets/.agent/skills/motion-graphics/grounding/locate.mjs +227 -227
- package/assets/.agent/skills/motion-graphics/phases/source/guide.md +21 -21
- package/assets/.agent/skills/motion-graphics/references/builder-contract.md +38 -38
- package/assets/.agent/skills/motion-graphics/references/motion-vocabulary.md +43 -43
- package/assets/.agent/skills/motion-graphics/references/shot-plan-ir.md +54 -54
- package/assets/.agent/skills/motion-graphics/samples/asset-fusion/_ref-circle-highlight.html +306 -306
- package/assets/.agent/skills/music-to-video/SKILL.md +197 -197
- package/assets/.agent/skills/music-to-video/references/frame-skeleton.md +100 -100
- package/assets/.agent/skills/music-to-video/references/montage.md +58 -58
- package/assets/.agent/skills/music-to-video/references/motion-primitive-catalog.md +75 -75
- package/assets/.agent/skills/music-to-video/references/motion-primitives/3d-card-flip/index.html +154 -154
- package/assets/.agent/skills/music-to-video/references/motion-primitives/assets/gsap.min.js +11 -11
- package/assets/.agent/skills/music-to-video/references/motion-primitives/bg-flow-field/index.html +326 -326
- package/assets/.agent/skills/music-to-video/references/motion-primitives/binary-decrypt/index.html +120 -120
- package/assets/.agent/skills/music-to-video/references/motion-primitives/blur-resolve/index.html +95 -95
- package/assets/.agent/skills/music-to-video/references/motion-primitives/braam-punch/index.html +135 -135
- package/assets/.agent/skills/music-to-video/references/motion-primitives/chromatic-split/index.html +146 -146
- package/assets/.agent/skills/music-to-video/references/motion-primitives/chrome-sweep/index.html +103 -103
- package/assets/.agent/skills/music-to-video/references/motion-primitives/counting-punch/index.html +154 -154
- package/assets/.agent/skills/music-to-video/references/motion-primitives/crash-zoom-in/index.html +155 -155
- package/assets/.agent/skills/music-to-video/references/motion-primitives/datamosh-smear/index.html +166 -166
- package/assets/.agent/skills/music-to-video/references/motion-primitives/directional-fill/index.html +133 -133
- package/assets/.agent/skills/music-to-video/references/motion-primitives/dolly-zoom/index.html +137 -137
- package/assets/.agent/skills/music-to-video/references/motion-primitives/electric-arc/index.html +144 -144
- package/assets/.agent/skills/music-to-video/references/motion-primitives/flash-cut/index.html +132 -132
- package/assets/.agent/skills/music-to-video/references/motion-primitives/gooey-metaball/index.html +241 -241
- package/assets/.agent/skills/music-to-video/references/motion-primitives/hard-cut/index.html +117 -117
- package/assets/.agent/skills/music-to-video/references/motion-primitives/hypercut-whip/index.html +79 -79
- package/assets/.agent/skills/music-to-video/references/motion-primitives/iris-open/index.html +104 -104
- package/assets/.agent/skills/music-to-video/references/motion-primitives/kinetic-letter-in/index.html +92 -92
- package/assets/.agent/skills/music-to-video/references/motion-primitives/liquid-morph/index.html +131 -131
- package/assets/.agent/skills/music-to-video/references/motion-primitives/mask-reveal/index.html +109 -109
- package/assets/.agent/skills/music-to-video/references/motion-primitives/mosaic-pack/index.html +124 -124
- package/assets/.agent/skills/music-to-video/references/motion-primitives/neon-flicker/index.html +108 -108
- package/assets/.agent/skills/music-to-video/references/motion-primitives/outline-to-fill/index.html +117 -117
- package/assets/.agent/skills/music-to-video/references/motion-primitives/palette-flip/index.html +132 -132
- package/assets/.agent/skills/music-to-video/references/motion-primitives/particle-burst/index.html +141 -141
- package/assets/.agent/skills/music-to-video/references/motion-primitives/pixel-dissolve/index.html +121 -121
- package/assets/.agent/skills/music-to-video/references/motion-primitives/radial-burst-lines/index.html +160 -160
- package/assets/.agent/skills/music-to-video/references/motion-primitives/screen-shake/index.html +113 -113
- package/assets/.agent/skills/music-to-video/references/motion-primitives/slot-machine-reveal/index.html +130 -130
- package/assets/.agent/skills/music-to-video/references/motion-primitives/spotlight-sweep/index.html +137 -137
- package/assets/.agent/skills/music-to-video/references/motion-primitives/staggered-exit/index.html +117 -117
- package/assets/.agent/skills/music-to-video/references/motion-primitives/text-spectral-rays/USAGE.md +42 -42
- package/assets/.agent/skills/music-to-video/references/motion-primitives/text-spectral-rays/index.html +313 -313
- package/assets/.agent/skills/music-to-video/references/motion-primitives/text-wave-distort/index.html +136 -136
- package/assets/.agent/skills/music-to-video/references/motion-primitives/tile-mosaic/index.html +144 -144
- package/assets/.agent/skills/music-to-video/references/motion-primitives/typewriter-reveal/index.html +122 -122
- package/assets/.agent/skills/music-to-video/references/motion-primitives/word-grid-burst/index.html +126 -126
- package/assets/.agent/skills/music-to-video/references/planning.md +104 -104
- package/assets/.agent/skills/music-to-video/references/storyboard-format.md +94 -94
- package/assets/.agent/skills/music-to-video/references/template-catalog.md +106 -106
- package/assets/.agent/skills/music-to-video/references/templates/card-flyby/index.html +527 -527
- package/assets/.agent/skills/music-to-video/references/templates/card-flyby/program.json +13 -13
- package/assets/.agent/skills/music-to-video/references/templates/held-message-living-field/index.html +485 -485
- package/assets/.agent/skills/music-to-video/references/templates/held-text-strobe-burst/index.html +302 -302
- package/assets/.agent/skills/music-to-video/references/templates/intro-kinetic-cascade/index.html +610 -610
- package/assets/.agent/skills/music-to-video/references/templates/intro-kinetic-cascade/program.json +41 -41
- package/assets/.agent/skills/music-to-video/references/templates/logo-split-lockup-pulse/index.html +596 -596
- package/assets/.agent/skills/music-to-video/references/templates/poster-tile-mosaic/index.html +589 -589
- package/assets/.agent/skills/music-to-video/references/templates/poster-tile-mosaic/program.json +25 -25
- package/assets/.agent/skills/music-to-video/references/templates/roll-flipbook-word-cycle/index.html +267 -267
- package/assets/.agent/skills/music-to-video/references/templates/split-anchor-word-slot/index.html +594 -594
- package/assets/.agent/skills/music-to-video/references/templates/split-anchor-word-slot/program.json +39 -39
- package/assets/.agent/skills/music-to-video/references/templates/typewriter-phrase-keyword-shuffle/index.html +238 -238
- package/assets/.agent/skills/music-to-video/scripts/analyze-beatgrid.py +531 -531
- package/assets/.agent/skills/music-to-video/scripts/assemble-index.mjs +218 -218
- package/assets/.agent/skills/music-to-video/scripts/lib/storyboard.mjs +249 -249
- package/assets/.agent/skills/music-to-video/scripts/stage-assets.mjs +58 -58
- package/assets/.agent/skills/music-to-video/scripts/validate-plan.mjs +161 -161
- package/assets/.agent/skills/music-to-video/sub-agents/frame-worker.md +75 -75
- package/assets/.agent/skills/pr-to-video/SKILL.md +240 -240
- package/assets/.agent/skills/pr-to-video/references/code-vocabulary.md +111 -111
- package/assets/.agent/skills/pr-to-video/references/cut-catalog.md +215 -215
- package/assets/.agent/skills/pr-to-video/references/motion-language.md +156 -156
- package/assets/.agent/skills/pr-to-video/references/story-design.md +211 -211
- package/assets/.agent/skills/pr-to-video/references/visual-design.md +164 -164
- package/assets/.agent/skills/pr-to-video/scripts/assemble-index.mjs +570 -570
- package/assets/.agent/skills/pr-to-video/scripts/audio.mjs +253 -253
- package/assets/.agent/skills/pr-to-video/scripts/build-frame.mjs +536 -536
- package/assets/.agent/skills/pr-to-video/scripts/captions.mjs +508 -508
- package/assets/.agent/skills/pr-to-video/scripts/fetch-people-avatars.mjs +157 -157
- package/assets/.agent/skills/pr-to-video/scripts/fetch-pr.mjs +164 -164
- package/assets/.agent/skills/pr-to-video/scripts/ingest.mjs +539 -539
- package/assets/.agent/skills/pr-to-video/scripts/lib/assets.mjs +55 -55
- package/assets/.agent/skills/pr-to-video/scripts/lib/dimensions.mjs +45 -45
- package/assets/.agent/skills/pr-to-video/scripts/lib/storyboard.mjs +249 -249
- package/assets/.agent/skills/pr-to-video/scripts/lib/tokens.mjs +204 -204
- package/assets/.agent/skills/pr-to-video/scripts/lib/transition-registry.mjs +38 -38
- package/assets/.agent/skills/pr-to-video/scripts/lib/transitions.json +71 -71
- package/assets/.agent/skills/pr-to-video/scripts/transitions.mjs +320 -320
- package/assets/.agent/skills/pr-to-video/sub-agents/frame-worker.md +95 -95
- package/assets/.agent/skills/product-launch-video/SKILL.md +208 -208
- package/assets/.agent/skills/product-launch-video/references/cut-catalog.md +220 -220
- package/assets/.agent/skills/product-launch-video/references/motion-language.md +156 -156
- package/assets/.agent/skills/product-launch-video/references/story-design.md +373 -373
- package/assets/.agent/skills/product-launch-video/references/visual-design.md +126 -126
- package/assets/.agent/skills/product-launch-video/scripts/assemble-index.mjs +570 -570
- package/assets/.agent/skills/product-launch-video/scripts/audio.mjs +253 -253
- package/assets/.agent/skills/product-launch-video/scripts/build-frame.mjs +536 -536
- package/assets/.agent/skills/product-launch-video/scripts/captions.mjs +508 -508
- package/assets/.agent/skills/product-launch-video/scripts/lib/assets.mjs +55 -55
- package/assets/.agent/skills/product-launch-video/scripts/lib/dimensions.mjs +45 -45
- package/assets/.agent/skills/product-launch-video/scripts/lib/storyboard.mjs +249 -249
- package/assets/.agent/skills/product-launch-video/scripts/lib/tokens.mjs +204 -204
- package/assets/.agent/skills/product-launch-video/scripts/lib/transition-registry.mjs +38 -38
- package/assets/.agent/skills/product-launch-video/scripts/lib/transitions.json +71 -71
- package/assets/.agent/skills/product-launch-video/scripts/stage-assets.mjs +39 -39
- package/assets/.agent/skills/product-launch-video/scripts/transitions.mjs +320 -320
- package/assets/.agent/skills/product-launch-video/sub-agents/frame-worker.md +75 -75
- package/assets/.agent/skills/remotion/SKILL.md +357 -38
- package/assets/.agent/skills/remotion/rules/3d.md +5 -5
- package/assets/.agent/skills/remotion/rules/assets/text-animations-word-highlight.tsx +1 -6
- package/assets/.agent/skills/remotion/rules/audio-visualization.md +198 -0
- package/assets/.agent/skills/remotion/rules/audio.md +1 -4
- package/assets/.agent/skills/remotion/rules/calculate-metadata.md +48 -18
- package/assets/.agent/skills/remotion/rules/compositions.md +16 -24
- package/assets/.agent/skills/remotion/rules/display-captions.md +79 -21
- package/assets/.agent/skills/remotion/rules/effects.md +235 -0
- package/assets/.agent/skills/remotion/rules/ffmpeg.md +34 -0
- package/assets/.agent/skills/remotion/rules/get-audio-duration.md +13 -13
- package/assets/.agent/skills/remotion/rules/get-video-dimensions.md +1 -1
- package/assets/.agent/skills/remotion/rules/get-video-duration.md +12 -10
- package/assets/.agent/skills/remotion/rules/gifs.md +21 -18
- package/assets/.agent/skills/remotion/rules/google-fonts.md +72 -0
- package/assets/.agent/skills/remotion/rules/html-in-canvas.md +122 -0
- package/assets/.agent/skills/remotion/rules/images.md +5 -64
- package/assets/.agent/skills/remotion/rules/import-srt-captions.md +9 -7
- package/assets/.agent/skills/remotion/rules/light-leaks.md +73 -0
- package/assets/.agent/skills/remotion/rules/local-fonts.md +65 -0
- package/assets/.agent/skills/remotion/rules/lottie.md +10 -8
- package/assets/.agent/skills/remotion/rules/maplibre.md +458 -0
- package/assets/.agent/skills/remotion/rules/measuring-dom-nodes.md +0 -1
- package/assets/.agent/skills/remotion/rules/measuring-text.md +2 -5
- package/assets/.agent/skills/remotion/rules/parameters.md +21 -10
- package/assets/.agent/skills/remotion/rules/sequencing.md +35 -9
- package/assets/.agent/skills/remotion/rules/sfx.md +51 -0
- package/assets/.agent/skills/remotion/rules/silence-detection.md +71 -0
- package/assets/.agent/skills/remotion/rules/subtitles.md +36 -0
- package/assets/.agent/skills/remotion/rules/tailwind.md +2 -2
- package/assets/.agent/skills/remotion/rules/timing.md +89 -106
- package/assets/.agent/skills/remotion/rules/transcribe-captions.md +58 -7
- package/assets/.agent/skills/remotion/rules/transitions.md +117 -42
- package/assets/.agent/skills/remotion/rules/transparent-videos.md +106 -0
- package/assets/.agent/skills/remotion/rules/trimming.md +1 -3
- package/assets/.agent/skills/remotion/rules/video-layout.md +68 -0
- package/assets/.agent/skills/remotion/rules/voiceover.md +99 -0
- package/assets/.agent/skills/remotion-real-ui-video/SKILL.md +264 -264
- package/assets/.agent/skills/remotion-real-ui-video/references/anti-patterns.md +114 -114
- package/assets/.agent/skills/remotion-real-ui-video/references/completion-checklist.md +75 -75
- package/assets/.agent/skills/remotion-real-ui-video/references/real-ui-bridge-example.md +93 -93
- package/assets/.agent/skills/remotion-to-hyperframes/SKILL.md +127 -127
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/run.sh +249 -249
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/README.md +41 -41
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/expected.json +26 -26
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/hf-src/index.html +61 -61
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/package.json +14 -14
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/remotion.config.ts +13 -13
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/src/Root.tsx +13 -13
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/src/TitleCard.tsx +34 -34
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/src/index.ts +4 -4
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-1-title-card/remotion-src/tsconfig.json +15 -15
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/README.md +54 -54
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/expected.json +29 -29
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/hf-src/index.html +118 -118
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/package.json +14 -14
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/remotion.config.ts +13 -13
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/src/MultiScene.tsx +105 -105
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/src/Root.tsx +13 -13
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/src/index.ts +4 -4
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/remotion-src/tsconfig.json +15 -15
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-2-multi-scene/setup.sh +34 -34
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/README.md +85 -85
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/expected.json +41 -41
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/hf-src/index.html +269 -269
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/package.json +15 -15
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/remotion.config.ts +13 -13
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/Root.tsx +27 -27
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/Stargazed.tsx +37 -37
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/components/AnimatedNumber.tsx +23 -23
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/components/StatCard.tsx +59 -59
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/components/UnderlinedText.tsx +47 -47
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/index.ts +4 -4
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/OutroScene.tsx +18 -18
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/StatsScene.tsx +34 -34
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/src/scenes/TitleScene.tsx +55 -55
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-3-data-driven/remotion-src/tsconfig.json +15 -15
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/README.md +51 -51
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/01-use-state.tsx +29 -29
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/02-use-effect-deps.tsx +29 -29
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/03-async-metadata.tsx +39 -39
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/04-third-party-react.tsx +30 -30
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/05-lambda-config.tsx +38 -38
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/06-warnings-only.tsx +36 -36
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/07-custom-hook.tsx +28 -28
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/cases/08-mixed.tsx +41 -41
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/expected.json +85 -85
- package/assets/.agent/skills/remotion-to-hyperframes/assets/test-corpus/tier-4-escape-hatch/validate.sh +110 -110
- package/assets/.agent/skills/remotion-to-hyperframes/references/api-map.md +142 -142
- package/assets/.agent/skills/remotion-to-hyperframes/references/escape-hatch.md +115 -115
- package/assets/.agent/skills/remotion-to-hyperframes/references/eval.md +140 -140
- package/assets/.agent/skills/remotion-to-hyperframes/references/fonts.md +112 -112
- package/assets/.agent/skills/remotion-to-hyperframes/references/limitations.md +136 -136
- package/assets/.agent/skills/remotion-to-hyperframes/references/lottie.md +121 -121
- package/assets/.agent/skills/remotion-to-hyperframes/references/media.md +149 -149
- package/assets/.agent/skills/remotion-to-hyperframes/references/parameters.md +167 -167
- package/assets/.agent/skills/remotion-to-hyperframes/references/sequencing.md +195 -195
- package/assets/.agent/skills/remotion-to-hyperframes/references/timing.md +165 -165
- package/assets/.agent/skills/remotion-to-hyperframes/references/transitions.md +114 -114
- package/assets/.agent/skills/remotion-to-hyperframes/scripts/frame_strip.sh +107 -107
- package/assets/.agent/skills/remotion-to-hyperframes/scripts/lint_source.py +358 -358
- package/assets/.agent/skills/remotion-to-hyperframes/scripts/render_diff.sh +103 -103
- package/assets/.agent/skills/remotion-to-hyperframes/scripts/tests/fixtures/blocker.tsx +50 -50
- package/assets/.agent/skills/remotion-to-hyperframes/scripts/tests/fixtures/clean.tsx +46 -46
- package/assets/.agent/skills/remotion-to-hyperframes/scripts/tests/smoke.sh +90 -90
- package/assets/.agent/skills/shared-resend-portfolio/SKILL.md +124 -124
- package/assets/.agent/skills/slideshow/SKILL.md +550 -550
- package/assets/.agent/skills/slideshow/references/standalone-harness.md +1020 -1020
- package/assets/.agent/skills/talking-head-recut/NOTICE.md +39 -39
- package/assets/.agent/skills/talking-head-recut/SKILL.md +1191 -1191
- package/assets/.agent/skills/talking-head-recut/assets/vendor/gsap.min.js +10 -10
- package/assets/.agent/skills/talking-head-recut/references/DESIGN_INDEX.md +145 -145
- package/assets/.agent/skills/talking-head-recut/references/frames/clean.html +92 -92
- package/assets/.agent/skills/talking-head-recut/references/frames/hairline.html +171 -171
- package/assets/.agent/skills/talking-head-recut/references/frames/polaroid.html +131 -131
- package/assets/.agent/skills/talking-head-recut/references/layouts/overlay.html +164 -164
- package/assets/.agent/skills/talking-head-recut/references/layouts/pip.html +143 -143
- package/assets/.agent/skills/talking-head-recut/references/layouts/split.html +121 -121
- package/assets/.agent/skills/talking-head-recut/references/layouts/stack.html +109 -109
- package/assets/.agent/skills/talking-head-recut/references/styles/academic.html +172 -172
- package/assets/.agent/skills/talking-head-recut/references/styles/audit.html +170 -170
- package/assets/.agent/skills/talking-head-recut/references/styles/editorial.html +189 -189
- package/assets/.agent/skills/talking-head-recut/references/styles/geom.html +181 -181
- package/assets/.agent/skills/talking-head-recut/references/styles/minimal.html +130 -130
- package/assets/.agent/skills/talking-head-recut/references/styles/spotlight.html +142 -142
- package/assets/.agent/skills/talking-head-recut/references/styles/swiss.html +188 -188
- package/assets/.agent/skills/talking-head-recut/references/styles/terminal.html +196 -196
- package/assets/.agent/skills/talking-head-recut/references/styles/whiteboard.html +170 -170
- package/assets/.agent/skills/talking-head-recut/references/styles/xhs.html +206 -206
- package/assets/.agent/skills/website-to-video/SKILL.md +145 -145
- package/assets/.agent/skills/website-to-video/assets/sfx/CREDITS.md +35 -35
- package/assets/.agent/skills/website-to-video/assets/sfx/manifest.json +97 -97
- package/assets/.agent/skills/website-to-video/references/beat-builder-guide.md +263 -263
- package/assets/.agent/skills/website-to-video/references/capabilities.md +713 -713
- package/assets/.agent/skills/website-to-video/references/step-0-capture.md +55 -55
- package/assets/.agent/skills/website-to-video/references/step-1-design.md +333 -333
- package/assets/.agent/skills/website-to-video/references/step-2-brief.md +178 -178
- package/assets/.agent/skills/website-to-video/references/step-3-storyboard.md +572 -572
- package/assets/.agent/skills/website-to-video/references/step-4-vo.md +230 -230
- package/assets/.agent/skills/website-to-video/references/step-5-build.md +483 -483
- package/assets/.agent/skills/website-to-video/references/step-6-validate.md +341 -341
- package/assets/.agent/skills/website-to-video/scripts/w2h-verify.mjs +759 -759
- package/package.json +5 -4
- package/src/pi-takomi-core/workflows.ts +86 -86
- package/src/takomi-stats.js +5 -5
- package/assets/.agent/skills/remotion/rules/animations.md +0 -29
- package/assets/.agent/skills/remotion/rules/assets.md +0 -78
- package/assets/.agent/skills/remotion/rules/can-decode.md +0 -75
- package/assets/.agent/skills/remotion/rules/charts.md +0 -58
- package/assets/.agent/skills/remotion/rules/extract-frames.md +0 -229
- package/assets/.agent/skills/remotion/rules/fonts.md +0 -152
- package/assets/.agent/skills/remotion/rules/maps.md +0 -403
|
@@ -1,1439 +1,1439 @@
|
|
|
1
|
-
<!doctype html>
|
|
2
|
-
<html lang="en">
|
|
3
|
-
<head>
|
|
4
|
-
<meta charset="utf-8" />
|
|
5
|
-
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
6
|
-
<title>Claude</title>
|
|
7
|
-
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
8
|
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
9
|
-
<link
|
|
10
|
-
href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap"
|
|
11
|
-
rel="stylesheet"
|
|
12
|
-
/>
|
|
13
|
-
<style id="ds-tokens">
|
|
14
|
-
:root {
|
|
15
|
-
--ink: #141413;
|
|
16
|
-
--cream: #faf9f5;
|
|
17
|
-
--tile: #efe9de;
|
|
18
|
-
--tile-strong: #ece3d4;
|
|
19
|
-
--coral: #cc785c;
|
|
20
|
-
--navy: #181715;
|
|
21
|
-
--navy-soft: #1f1e1b;
|
|
22
|
-
--navy-elev: #252320;
|
|
23
|
-
--teal: #5db8a6;
|
|
24
|
-
--amber: #e8a55a;
|
|
25
|
-
--ok: #5db872;
|
|
26
|
-
--warn: #c64545;
|
|
27
|
-
--serif: "EB Garamond", Georgia, serif;
|
|
28
|
-
--sans: "Inter", system-ui, sans-serif;
|
|
29
|
-
--mono: "JetBrains Mono", ui-monospace, monospace;
|
|
30
|
-
--hair: rgba(20, 20, 19, 0.12);
|
|
31
|
-
--hair-soft: rgba(20, 20, 19, 0.06);
|
|
32
|
-
--on-dark: rgba(250, 249, 245, 0.92);
|
|
33
|
-
--on-dark-soft: rgba(250, 249, 245, 0.58);
|
|
34
|
-
--shadow: 0 1px 3px rgba(20, 20, 19, 0.08), 0 4px 16px rgba(20, 20, 19, 0.04);
|
|
35
|
-
}
|
|
36
|
-
* {
|
|
37
|
-
margin: 0;
|
|
38
|
-
padding: 0;
|
|
39
|
-
box-sizing: border-box;
|
|
40
|
-
}
|
|
41
|
-
html {
|
|
42
|
-
background: #0e0d0c;
|
|
43
|
-
}
|
|
44
|
-
body {
|
|
45
|
-
background: var(--cream);
|
|
46
|
-
color: var(--ink);
|
|
47
|
-
font-family: var(--sans);
|
|
48
|
-
-webkit-font-smoothing: antialiased;
|
|
49
|
-
}
|
|
50
|
-
.serif {
|
|
51
|
-
font-family: var(--serif);
|
|
52
|
-
font-weight: 400;
|
|
53
|
-
letter-spacing: -0.02em;
|
|
54
|
-
line-height: 1;
|
|
55
|
-
}
|
|
56
|
-
.mono {
|
|
57
|
-
font-family: var(--mono);
|
|
58
|
-
font-weight: 500;
|
|
59
|
-
text-transform: uppercase;
|
|
60
|
-
letter-spacing: 0.16em;
|
|
61
|
-
}
|
|
62
|
-
.spike {
|
|
63
|
-
color: var(--coral);
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
section {
|
|
67
|
-
padding: 110px 120px;
|
|
68
|
-
position: relative;
|
|
69
|
-
}
|
|
70
|
-
.topbar {
|
|
71
|
-
display: flex;
|
|
72
|
-
justify-content: space-between;
|
|
73
|
-
align-items: flex-end;
|
|
74
|
-
border-bottom: 1px solid var(--hair);
|
|
75
|
-
padding-bottom: 18px;
|
|
76
|
-
margin-bottom: 56px;
|
|
77
|
-
}
|
|
78
|
-
.topbar .lbl {
|
|
79
|
-
font-family: var(--mono);
|
|
80
|
-
font-weight: 500;
|
|
81
|
-
text-transform: uppercase;
|
|
82
|
-
letter-spacing: 0.16em;
|
|
83
|
-
font-size: 15px;
|
|
84
|
-
color: var(--coral);
|
|
85
|
-
}
|
|
86
|
-
.topbar h2 {
|
|
87
|
-
font-family: var(--serif);
|
|
88
|
-
font-weight: 400;
|
|
89
|
-
font-size: 48px;
|
|
90
|
-
letter-spacing: -0.02em;
|
|
91
|
-
line-height: 1;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
/* COVER */
|
|
95
|
-
.cover {
|
|
96
|
-
min-height: 100vh;
|
|
97
|
-
background: var(--cream);
|
|
98
|
-
color: var(--ink);
|
|
99
|
-
padding: 120px 140px;
|
|
100
|
-
display: flex;
|
|
101
|
-
flex-direction: column;
|
|
102
|
-
justify-content: center;
|
|
103
|
-
position: relative;
|
|
104
|
-
}
|
|
105
|
-
.cover .top {
|
|
106
|
-
position: absolute;
|
|
107
|
-
top: 64px;
|
|
108
|
-
left: 140px;
|
|
109
|
-
right: 140px;
|
|
110
|
-
display: flex;
|
|
111
|
-
justify-content: space-between;
|
|
112
|
-
align-items: center;
|
|
113
|
-
}
|
|
114
|
-
.cover .top .lbl {
|
|
115
|
-
font-family: var(--mono);
|
|
116
|
-
font-weight: 500;
|
|
117
|
-
text-transform: uppercase;
|
|
118
|
-
letter-spacing: 0.16em;
|
|
119
|
-
font-size: 15px;
|
|
120
|
-
color: var(--coral);
|
|
121
|
-
}
|
|
122
|
-
.cover .top .idx {
|
|
123
|
-
font-family: var(--mono);
|
|
124
|
-
font-weight: 500;
|
|
125
|
-
letter-spacing: 0.06em;
|
|
126
|
-
font-size: 14px;
|
|
127
|
-
color: color-mix(in srgb, var(--ink) 56%, var(--cream));
|
|
128
|
-
}
|
|
129
|
-
.cover h1 {
|
|
130
|
-
font-family: var(--serif);
|
|
131
|
-
font-weight: 400;
|
|
132
|
-
font-size: clamp(88px, 13vw, 184px);
|
|
133
|
-
line-height: 0.98;
|
|
134
|
-
letter-spacing: -0.035em;
|
|
135
|
-
color: var(--ink);
|
|
136
|
-
max-width: 14ch;
|
|
137
|
-
}
|
|
138
|
-
.cover h1 .it {
|
|
139
|
-
font-style: italic;
|
|
140
|
-
color: var(--coral);
|
|
141
|
-
}
|
|
142
|
-
.cover .lede {
|
|
143
|
-
font-family: var(--sans);
|
|
144
|
-
font-weight: 400;
|
|
145
|
-
font-size: 28px;
|
|
146
|
-
line-height: 1.5;
|
|
147
|
-
color: color-mix(in srgb, var(--ink) 80%, var(--cream));
|
|
148
|
-
max-width: 720px;
|
|
149
|
-
margin-top: 38px;
|
|
150
|
-
}
|
|
151
|
-
.cover .footline {
|
|
152
|
-
position: absolute;
|
|
153
|
-
bottom: 64px;
|
|
154
|
-
left: 140px;
|
|
155
|
-
right: 140px;
|
|
156
|
-
display: flex;
|
|
157
|
-
justify-content: space-between;
|
|
158
|
-
font-family: var(--mono);
|
|
159
|
-
font-weight: 500;
|
|
160
|
-
text-transform: uppercase;
|
|
161
|
-
letter-spacing: 0.14em;
|
|
162
|
-
font-size: 14px;
|
|
163
|
-
color: color-mix(in srgb, var(--ink) 50%, var(--cream));
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
/* PALETTE */
|
|
167
|
-
.swatches {
|
|
168
|
-
display: grid;
|
|
169
|
-
grid-template-columns: repeat(4, 1fr);
|
|
170
|
-
gap: 24px;
|
|
171
|
-
}
|
|
172
|
-
.sw {
|
|
173
|
-
border: 1px solid var(--hair);
|
|
174
|
-
border-radius: 12px;
|
|
175
|
-
overflow: hidden;
|
|
176
|
-
background: var(--cream);
|
|
177
|
-
}
|
|
178
|
-
.sw .chip {
|
|
179
|
-
height: 128px;
|
|
180
|
-
}
|
|
181
|
-
.sw .meta {
|
|
182
|
-
padding: 18px 20px;
|
|
183
|
-
border-top: 1px solid var(--hair);
|
|
184
|
-
}
|
|
185
|
-
.sw .name {
|
|
186
|
-
font-family: var(--serif);
|
|
187
|
-
font-weight: 400;
|
|
188
|
-
font-size: 24px;
|
|
189
|
-
}
|
|
190
|
-
.sw .hex {
|
|
191
|
-
font-family: var(--mono);
|
|
192
|
-
font-size: 12px;
|
|
193
|
-
letter-spacing: 0.04em;
|
|
194
|
-
color: var(--ink);
|
|
195
|
-
opacity: 0.6;
|
|
196
|
-
margin-top: 6px;
|
|
197
|
-
}
|
|
198
|
-
.sw .role {
|
|
199
|
-
font-family: var(--sans);
|
|
200
|
-
font-weight: 400;
|
|
201
|
-
font-size: 14px;
|
|
202
|
-
line-height: 1.45;
|
|
203
|
-
color: color-mix(in srgb, var(--ink) 70%, var(--cream));
|
|
204
|
-
margin-top: 10px;
|
|
205
|
-
}
|
|
206
|
-
.syntax-note {
|
|
207
|
-
margin-top: 28px;
|
|
208
|
-
display: flex;
|
|
209
|
-
gap: 28px;
|
|
210
|
-
align-items: center;
|
|
211
|
-
flex-wrap: wrap;
|
|
212
|
-
font-family: var(--mono);
|
|
213
|
-
font-size: 13px;
|
|
214
|
-
letter-spacing: 0.02em;
|
|
215
|
-
color: color-mix(in srgb, var(--ink) 60%, var(--cream));
|
|
216
|
-
}
|
|
217
|
-
.syntax-note .dot {
|
|
218
|
-
display: inline-block;
|
|
219
|
-
width: 14px;
|
|
220
|
-
height: 14px;
|
|
221
|
-
border-radius: 50%;
|
|
222
|
-
vertical-align: -2px;
|
|
223
|
-
margin-right: 8px;
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
/* TYPE */
|
|
227
|
-
.type-row {
|
|
228
|
-
display: grid;
|
|
229
|
-
grid-template-columns: 240px 1fr;
|
|
230
|
-
align-items: center;
|
|
231
|
-
padding: 26px 0;
|
|
232
|
-
border-bottom: 1px solid var(--hair-soft);
|
|
233
|
-
}
|
|
234
|
-
.type-row .tok {
|
|
235
|
-
font-family: var(--mono);
|
|
236
|
-
font-weight: 500;
|
|
237
|
-
text-transform: uppercase;
|
|
238
|
-
letter-spacing: 0.14em;
|
|
239
|
-
font-size: 13px;
|
|
240
|
-
color: var(--coral);
|
|
241
|
-
}
|
|
242
|
-
.type-row .m {
|
|
243
|
-
font-family: var(--mono);
|
|
244
|
-
font-size: 11px;
|
|
245
|
-
color: var(--ink);
|
|
246
|
-
opacity: 0.55;
|
|
247
|
-
margin-top: 8px;
|
|
248
|
-
line-height: 1.5;
|
|
249
|
-
letter-spacing: 0.02em;
|
|
250
|
-
}
|
|
251
|
-
|
|
252
|
-
/* COMPONENTS */
|
|
253
|
-
.cnote {
|
|
254
|
-
font-family: var(--mono);
|
|
255
|
-
font-weight: 500;
|
|
256
|
-
text-transform: uppercase;
|
|
257
|
-
letter-spacing: 0.16em;
|
|
258
|
-
font-size: 12px;
|
|
259
|
-
color: var(--coral);
|
|
260
|
-
margin-bottom: 22px;
|
|
261
|
-
}
|
|
262
|
-
.cgrid {
|
|
263
|
-
display: grid;
|
|
264
|
-
grid-template-columns: repeat(12, 1fr);
|
|
265
|
-
gap: 28px;
|
|
266
|
-
margin-bottom: 52px;
|
|
267
|
-
}
|
|
268
|
-
.s3 {
|
|
269
|
-
grid-column: span 3;
|
|
270
|
-
}
|
|
271
|
-
.s4 {
|
|
272
|
-
grid-column: span 4;
|
|
273
|
-
}
|
|
274
|
-
.s5 {
|
|
275
|
-
grid-column: span 5;
|
|
276
|
-
}
|
|
277
|
-
.s6 {
|
|
278
|
-
grid-column: span 6;
|
|
279
|
-
}
|
|
280
|
-
.s7 {
|
|
281
|
-
grid-column: span 7;
|
|
282
|
-
}
|
|
283
|
-
.s8 {
|
|
284
|
-
grid-column: span 8;
|
|
285
|
-
}
|
|
286
|
-
.card {
|
|
287
|
-
background: var(--cream);
|
|
288
|
-
border: 1px solid var(--hair);
|
|
289
|
-
border-radius: 12px;
|
|
290
|
-
box-shadow: var(--shadow);
|
|
291
|
-
padding: 30px 32px;
|
|
292
|
-
}
|
|
293
|
-
.card.tile {
|
|
294
|
-
background: var(--tile);
|
|
295
|
-
}
|
|
296
|
-
.card .kt {
|
|
297
|
-
font-family: var(--serif);
|
|
298
|
-
font-weight: 400;
|
|
299
|
-
font-size: 30px;
|
|
300
|
-
letter-spacing: -0.01em;
|
|
301
|
-
line-height: 1.1;
|
|
302
|
-
}
|
|
303
|
-
.card .kb {
|
|
304
|
-
font-family: var(--sans);
|
|
305
|
-
font-weight: 400;
|
|
306
|
-
font-size: 16px;
|
|
307
|
-
line-height: 1.5;
|
|
308
|
-
color: color-mix(in srgb, var(--ink) 74%, var(--cream));
|
|
309
|
-
margin-top: 10px;
|
|
310
|
-
}
|
|
311
|
-
.kicker {
|
|
312
|
-
font-family: var(--mono);
|
|
313
|
-
font-weight: 500;
|
|
314
|
-
text-transform: uppercase;
|
|
315
|
-
letter-spacing: 0.16em;
|
|
316
|
-
font-size: 14px;
|
|
317
|
-
color: color-mix(in srgb, var(--ink) 64%, var(--cream));
|
|
318
|
-
}
|
|
319
|
-
.callout {
|
|
320
|
-
background: var(--coral);
|
|
321
|
-
color: var(--cream);
|
|
322
|
-
border-radius: 8px;
|
|
323
|
-
padding: 22px 30px;
|
|
324
|
-
display: inline-flex;
|
|
325
|
-
align-items: center;
|
|
326
|
-
gap: 14px;
|
|
327
|
-
}
|
|
328
|
-
.callout .b {
|
|
329
|
-
font-family: var(--sans);
|
|
330
|
-
font-weight: 500;
|
|
331
|
-
font-size: 22px;
|
|
332
|
-
}
|
|
333
|
-
.callout .a {
|
|
334
|
-
font-family: var(--mono);
|
|
335
|
-
font-weight: 500;
|
|
336
|
-
text-transform: uppercase;
|
|
337
|
-
letter-spacing: 0.12em;
|
|
338
|
-
font-size: 12px;
|
|
339
|
-
opacity: 0.85;
|
|
340
|
-
}
|
|
341
|
-
.kpi .tag {
|
|
342
|
-
font-family: var(--mono);
|
|
343
|
-
font-weight: 500;
|
|
344
|
-
text-transform: uppercase;
|
|
345
|
-
letter-spacing: 0.14em;
|
|
346
|
-
font-size: 13px;
|
|
347
|
-
color: var(--coral);
|
|
348
|
-
border-top: 1px solid var(--hair);
|
|
349
|
-
padding-top: 16px;
|
|
350
|
-
display: inline-block;
|
|
351
|
-
}
|
|
352
|
-
.kpi .fig {
|
|
353
|
-
font-family: var(--serif);
|
|
354
|
-
font-weight: 400;
|
|
355
|
-
font-size: 120px;
|
|
356
|
-
line-height: 0.95;
|
|
357
|
-
letter-spacing: -0.03em;
|
|
358
|
-
color: var(--ink);
|
|
359
|
-
}
|
|
360
|
-
.kpi .fig .u {
|
|
361
|
-
font-family: var(--mono);
|
|
362
|
-
font-weight: 500;
|
|
363
|
-
font-size: 36px;
|
|
364
|
-
letter-spacing: 0;
|
|
365
|
-
margin-left: 8px;
|
|
366
|
-
}
|
|
367
|
-
.kpi .d {
|
|
368
|
-
font-family: var(--sans);
|
|
369
|
-
font-weight: 400;
|
|
370
|
-
font-size: 17px;
|
|
371
|
-
line-height: 1.4;
|
|
372
|
-
color: color-mix(in srgb, var(--ink) 74%, var(--cream));
|
|
373
|
-
margin-top: 12px;
|
|
374
|
-
max-width: 300px;
|
|
375
|
-
}
|
|
376
|
-
.quote .q {
|
|
377
|
-
font-family: var(--serif);
|
|
378
|
-
font-style: italic;
|
|
379
|
-
font-weight: 400;
|
|
380
|
-
font-size: 38px;
|
|
381
|
-
line-height: 1.18;
|
|
382
|
-
letter-spacing: -0.018em;
|
|
383
|
-
color: var(--ink);
|
|
384
|
-
}
|
|
385
|
-
.quote .cite {
|
|
386
|
-
font-family: var(--mono);
|
|
387
|
-
font-weight: 500;
|
|
388
|
-
text-transform: uppercase;
|
|
389
|
-
letter-spacing: 0.16em;
|
|
390
|
-
font-size: 13px;
|
|
391
|
-
color: color-mix(in srgb, var(--ink) 58%, var(--cream));
|
|
392
|
-
margin-top: 18px;
|
|
393
|
-
}
|
|
394
|
-
/* code surface demo */
|
|
395
|
-
.codewin {
|
|
396
|
-
background: var(--navy);
|
|
397
|
-
border: 1px solid var(--on-dark-soft);
|
|
398
|
-
border-radius: 8px;
|
|
399
|
-
overflow: hidden;
|
|
400
|
-
}
|
|
401
|
-
.codewin .bar {
|
|
402
|
-
background: var(--navy-elev);
|
|
403
|
-
padding: 12px 18px;
|
|
404
|
-
display: flex;
|
|
405
|
-
align-items: center;
|
|
406
|
-
gap: 8px;
|
|
407
|
-
}
|
|
408
|
-
.codewin .bar .dot {
|
|
409
|
-
width: 11px;
|
|
410
|
-
height: 11px;
|
|
411
|
-
border-radius: 50%;
|
|
412
|
-
}
|
|
413
|
-
.codewin .bar .fn {
|
|
414
|
-
font-family: var(--mono);
|
|
415
|
-
font-weight: 500;
|
|
416
|
-
font-size: 13px;
|
|
417
|
-
color: var(--on-dark-soft);
|
|
418
|
-
margin-left: 12px;
|
|
419
|
-
letter-spacing: 0.02em;
|
|
420
|
-
}
|
|
421
|
-
.codewin pre {
|
|
422
|
-
margin: 0;
|
|
423
|
-
padding: 22px 24px;
|
|
424
|
-
font-family: var(--mono);
|
|
425
|
-
font-weight: 400;
|
|
426
|
-
font-size: 18px;
|
|
427
|
-
line-height: 1.6;
|
|
428
|
-
color: var(--on-dark);
|
|
429
|
-
}
|
|
430
|
-
.codewin .add {
|
|
431
|
-
background: color-mix(in srgb, var(--ok) 16%, transparent);
|
|
432
|
-
display: block;
|
|
433
|
-
margin: 0 -24px;
|
|
434
|
-
padding: 0 24px;
|
|
435
|
-
}
|
|
436
|
-
.codewin .del {
|
|
437
|
-
background: color-mix(in srgb, var(--warn) 16%, transparent);
|
|
438
|
-
display: block;
|
|
439
|
-
margin: 0 -24px;
|
|
440
|
-
padding: 0 24px;
|
|
441
|
-
color: var(--on-dark-soft);
|
|
442
|
-
}
|
|
443
|
-
.codewin .k {
|
|
444
|
-
color: var(--coral);
|
|
445
|
-
}
|
|
446
|
-
.codewin .s {
|
|
447
|
-
color: var(--teal);
|
|
448
|
-
}
|
|
449
|
-
.codewin .n {
|
|
450
|
-
color: var(--amber);
|
|
451
|
-
}
|
|
452
|
-
.codewin .g {
|
|
453
|
-
color: var(--ok);
|
|
454
|
-
}
|
|
455
|
-
.codewin .r {
|
|
456
|
-
color: var(--warn);
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
/* FRAMES */
|
|
460
|
-
.gallery {
|
|
461
|
-
display: grid;
|
|
462
|
-
grid-template-columns: 1fr 1fr;
|
|
463
|
-
gap: 48px;
|
|
464
|
-
}
|
|
465
|
-
.fw .flabel {
|
|
466
|
-
display: flex;
|
|
467
|
-
gap: 14px;
|
|
468
|
-
align-items: baseline;
|
|
469
|
-
margin-bottom: 16px;
|
|
470
|
-
font-family: var(--mono);
|
|
471
|
-
font-weight: 500;
|
|
472
|
-
text-transform: uppercase;
|
|
473
|
-
letter-spacing: 0.14em;
|
|
474
|
-
font-size: 12px;
|
|
475
|
-
color: color-mix(in srgb, var(--ink) 50%, var(--cream));
|
|
476
|
-
}
|
|
477
|
-
.fw .flabel b {
|
|
478
|
-
color: var(--coral);
|
|
479
|
-
}
|
|
480
|
-
.frame {
|
|
481
|
-
aspect-ratio: 16/9;
|
|
482
|
-
container-type: size;
|
|
483
|
-
position: relative;
|
|
484
|
-
overflow: hidden;
|
|
485
|
-
background: var(--cream);
|
|
486
|
-
border-radius: 8px;
|
|
487
|
-
box-shadow:
|
|
488
|
-
0 0 0 1px var(--hair),
|
|
489
|
-
0 10px 30px rgba(20, 20, 19, 0.06);
|
|
490
|
-
}
|
|
491
|
-
.frame > .body {
|
|
492
|
-
position: absolute;
|
|
493
|
-
inset: 0;
|
|
494
|
-
z-index: 3;
|
|
495
|
-
}
|
|
496
|
-
.frame .tb {
|
|
497
|
-
position: absolute;
|
|
498
|
-
left: 5cqw;
|
|
499
|
-
right: 5cqw;
|
|
500
|
-
top: 3.4cqw;
|
|
501
|
-
display: flex;
|
|
502
|
-
justify-content: space-between;
|
|
503
|
-
align-items: center;
|
|
504
|
-
z-index: 4;
|
|
505
|
-
}
|
|
506
|
-
.frame .tb .l {
|
|
507
|
-
font-family: var(--mono);
|
|
508
|
-
font-weight: 500;
|
|
509
|
-
text-transform: uppercase;
|
|
510
|
-
letter-spacing: 0.16em;
|
|
511
|
-
font-size: 0.95cqw;
|
|
512
|
-
color: color-mix(in srgb, var(--ink) 56%, var(--cream));
|
|
513
|
-
}
|
|
514
|
-
.frame .tb .l.coral {
|
|
515
|
-
color: var(--coral);
|
|
516
|
-
}
|
|
517
|
-
.frame .fl {
|
|
518
|
-
position: absolute;
|
|
519
|
-
left: 5cqw;
|
|
520
|
-
right: 5cqw;
|
|
521
|
-
bottom: 3cqw;
|
|
522
|
-
display: flex;
|
|
523
|
-
justify-content: space-between;
|
|
524
|
-
font-family: var(--mono);
|
|
525
|
-
font-weight: 500;
|
|
526
|
-
text-transform: uppercase;
|
|
527
|
-
letter-spacing: 0.14em;
|
|
528
|
-
font-size: 0.82cqw;
|
|
529
|
-
color: color-mix(in srgb, var(--ink) 48%, var(--cream));
|
|
530
|
-
z-index: 4;
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
/* f1 cover */
|
|
534
|
-
.cf1 .body {
|
|
535
|
-
display: flex;
|
|
536
|
-
flex-direction: column;
|
|
537
|
-
justify-content: center;
|
|
538
|
-
padding: 0 5cqw;
|
|
539
|
-
}
|
|
540
|
-
.cf1 .kick {
|
|
541
|
-
font-family: var(--mono);
|
|
542
|
-
font-weight: 500;
|
|
543
|
-
text-transform: uppercase;
|
|
544
|
-
letter-spacing: 0.16em;
|
|
545
|
-
font-size: 1.1cqw;
|
|
546
|
-
color: var(--coral);
|
|
547
|
-
margin-bottom: 1.6cqw;
|
|
548
|
-
}
|
|
549
|
-
.cf1 h3 {
|
|
550
|
-
font-family: var(--serif);
|
|
551
|
-
font-weight: 400;
|
|
552
|
-
font-size: 9.6cqw;
|
|
553
|
-
line-height: 0.98;
|
|
554
|
-
letter-spacing: -0.035em;
|
|
555
|
-
color: var(--ink);
|
|
556
|
-
}
|
|
557
|
-
|
|
558
|
-
/* f2 statement */
|
|
559
|
-
.cf2 .body {
|
|
560
|
-
display: flex;
|
|
561
|
-
flex-direction: column;
|
|
562
|
-
justify-content: center;
|
|
563
|
-
padding: 0 7cqw;
|
|
564
|
-
}
|
|
565
|
-
.cf2 h3 {
|
|
566
|
-
font-family: var(--serif);
|
|
567
|
-
font-weight: 400;
|
|
568
|
-
font-size: 7cqw;
|
|
569
|
-
line-height: 1.04;
|
|
570
|
-
letter-spacing: -0.028em;
|
|
571
|
-
color: var(--ink);
|
|
572
|
-
max-width: 74cqw;
|
|
573
|
-
}
|
|
574
|
-
.cf2 h3 .it {
|
|
575
|
-
font-style: italic;
|
|
576
|
-
color: var(--coral);
|
|
577
|
-
}
|
|
578
|
-
|
|
579
|
-
/* f3 code surface — the PR-critical frame */
|
|
580
|
-
.cf3 .body {
|
|
581
|
-
display: flex;
|
|
582
|
-
flex-direction: column;
|
|
583
|
-
justify-content: center;
|
|
584
|
-
padding: 0 5cqw;
|
|
585
|
-
}
|
|
586
|
-
.cf3 .kick {
|
|
587
|
-
font-family: var(--mono);
|
|
588
|
-
font-weight: 500;
|
|
589
|
-
text-transform: uppercase;
|
|
590
|
-
letter-spacing: 0.16em;
|
|
591
|
-
font-size: 0.95cqw;
|
|
592
|
-
color: var(--coral);
|
|
593
|
-
margin-bottom: 1.3cqw;
|
|
594
|
-
}
|
|
595
|
-
.cf3 .win {
|
|
596
|
-
background: var(--navy);
|
|
597
|
-
border: 0.08cqw solid var(--on-dark-soft);
|
|
598
|
-
border-radius: 0.7cqw;
|
|
599
|
-
overflow: hidden;
|
|
600
|
-
box-shadow: 0 1cqw 3cqw rgba(20, 20, 19, 0.18);
|
|
601
|
-
}
|
|
602
|
-
.cf3 .win .bar {
|
|
603
|
-
background: var(--navy-elev);
|
|
604
|
-
padding: 0.9cqw 1.3cqw;
|
|
605
|
-
display: flex;
|
|
606
|
-
align-items: center;
|
|
607
|
-
gap: 0.5cqw;
|
|
608
|
-
}
|
|
609
|
-
.cf3 .win .bar .dot {
|
|
610
|
-
width: 0.8cqw;
|
|
611
|
-
height: 0.8cqw;
|
|
612
|
-
border-radius: 50%;
|
|
613
|
-
}
|
|
614
|
-
.cf3 .win .bar .fn {
|
|
615
|
-
font-family: var(--mono);
|
|
616
|
-
font-weight: 500;
|
|
617
|
-
font-size: 1cqw;
|
|
618
|
-
color: var(--on-dark-soft);
|
|
619
|
-
margin-left: 0.8cqw;
|
|
620
|
-
letter-spacing: 0.02em;
|
|
621
|
-
}
|
|
622
|
-
.cf3 .win pre {
|
|
623
|
-
margin: 0;
|
|
624
|
-
padding: 1.5cqw 1.8cqw;
|
|
625
|
-
font-family: var(--mono);
|
|
626
|
-
font-weight: 400;
|
|
627
|
-
font-size: 1.55cqw;
|
|
628
|
-
line-height: 1.62;
|
|
629
|
-
color: var(--on-dark);
|
|
630
|
-
}
|
|
631
|
-
.cf3 .add {
|
|
632
|
-
background: color-mix(in srgb, var(--ok) 16%, transparent);
|
|
633
|
-
display: block;
|
|
634
|
-
margin: 0 -1.8cqw;
|
|
635
|
-
padding: 0 1.8cqw;
|
|
636
|
-
}
|
|
637
|
-
.cf3 .del {
|
|
638
|
-
background: color-mix(in srgb, var(--warn) 16%, transparent);
|
|
639
|
-
display: block;
|
|
640
|
-
margin: 0 -1.8cqw;
|
|
641
|
-
padding: 0 1.8cqw;
|
|
642
|
-
color: var(--on-dark-soft);
|
|
643
|
-
}
|
|
644
|
-
.cf3 .k {
|
|
645
|
-
color: var(--coral);
|
|
646
|
-
}
|
|
647
|
-
.cf3 .s {
|
|
648
|
-
color: var(--teal);
|
|
649
|
-
}
|
|
650
|
-
.cf3 .n {
|
|
651
|
-
color: var(--amber);
|
|
652
|
-
}
|
|
653
|
-
.cf3 .g {
|
|
654
|
-
color: var(--ok);
|
|
655
|
-
}
|
|
656
|
-
.cf3 .r {
|
|
657
|
-
color: var(--warn);
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
/* f4 number / impact */
|
|
661
|
-
.cf4 .body {
|
|
662
|
-
display: flex;
|
|
663
|
-
flex-direction: column;
|
|
664
|
-
justify-content: center;
|
|
665
|
-
padding: 0 5cqw;
|
|
666
|
-
}
|
|
667
|
-
.cf4 .tag {
|
|
668
|
-
font-family: var(--mono);
|
|
669
|
-
font-weight: 500;
|
|
670
|
-
text-transform: uppercase;
|
|
671
|
-
letter-spacing: 0.16em;
|
|
672
|
-
font-size: 1cqw;
|
|
673
|
-
color: var(--coral);
|
|
674
|
-
border-top: 0.08cqw solid var(--hair);
|
|
675
|
-
padding-top: 1.2cqw;
|
|
676
|
-
display: inline-block;
|
|
677
|
-
}
|
|
678
|
-
.cf4 .fig {
|
|
679
|
-
font-family: var(--serif);
|
|
680
|
-
font-weight: 400;
|
|
681
|
-
font-size: 16cqw;
|
|
682
|
-
line-height: 0.92;
|
|
683
|
-
letter-spacing: -0.03em;
|
|
684
|
-
color: var(--ink);
|
|
685
|
-
}
|
|
686
|
-
.cf4 .fig .u {
|
|
687
|
-
font-family: var(--mono);
|
|
688
|
-
font-weight: 500;
|
|
689
|
-
font-size: 4.2cqw;
|
|
690
|
-
letter-spacing: 0;
|
|
691
|
-
margin-left: 0.6cqw;
|
|
692
|
-
color: color-mix(in srgb, var(--ink) 64%, var(--cream));
|
|
693
|
-
}
|
|
694
|
-
.cf4 .d {
|
|
695
|
-
font-family: var(--sans);
|
|
696
|
-
font-weight: 400;
|
|
697
|
-
font-size: 1.7cqw;
|
|
698
|
-
line-height: 1.4;
|
|
699
|
-
color: color-mix(in srgb, var(--ink) 74%, var(--cream));
|
|
700
|
-
max-width: 44cqw;
|
|
701
|
-
margin-top: 1cqw;
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
/* f5 pull-quote */
|
|
705
|
-
.cf5 .body {
|
|
706
|
-
display: flex;
|
|
707
|
-
flex-direction: column;
|
|
708
|
-
justify-content: center;
|
|
709
|
-
padding: 0 8cqw;
|
|
710
|
-
}
|
|
711
|
-
.cf5 .q {
|
|
712
|
-
font-family: var(--serif);
|
|
713
|
-
font-style: italic;
|
|
714
|
-
font-weight: 400;
|
|
715
|
-
font-size: 5cqw;
|
|
716
|
-
line-height: 1.16;
|
|
717
|
-
letter-spacing: -0.018em;
|
|
718
|
-
color: var(--ink);
|
|
719
|
-
}
|
|
720
|
-
.cf5 .cite {
|
|
721
|
-
font-family: var(--mono);
|
|
722
|
-
font-weight: 500;
|
|
723
|
-
text-transform: uppercase;
|
|
724
|
-
letter-spacing: 0.16em;
|
|
725
|
-
font-size: 0.95cqw;
|
|
726
|
-
color: color-mix(in srgb, var(--ink) 56%, var(--cream));
|
|
727
|
-
margin-top: 2.2cqw;
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
/* f6 closing / cta */
|
|
731
|
-
.cf6 .body {
|
|
732
|
-
display: flex;
|
|
733
|
-
flex-direction: column;
|
|
734
|
-
justify-content: center;
|
|
735
|
-
padding: 0 5cqw;
|
|
736
|
-
}
|
|
737
|
-
.cf6 h3 {
|
|
738
|
-
font-family: var(--serif);
|
|
739
|
-
font-weight: 400;
|
|
740
|
-
font-size: 6.2cqw;
|
|
741
|
-
line-height: 1.02;
|
|
742
|
-
letter-spacing: -0.028em;
|
|
743
|
-
color: var(--ink);
|
|
744
|
-
margin-bottom: 2.4cqw;
|
|
745
|
-
}
|
|
746
|
-
.cf6 .ship {
|
|
747
|
-
display: flex;
|
|
748
|
-
align-items: center;
|
|
749
|
-
gap: 1.4cqw;
|
|
750
|
-
margin-bottom: 2.4cqw;
|
|
751
|
-
}
|
|
752
|
-
.cf6 .av {
|
|
753
|
-
width: 4cqw;
|
|
754
|
-
height: 4cqw;
|
|
755
|
-
border-radius: 50%;
|
|
756
|
-
border: 0.1cqw solid var(--hair);
|
|
757
|
-
background: var(--tile);
|
|
758
|
-
display: grid;
|
|
759
|
-
place-items: center;
|
|
760
|
-
font-family: var(--mono);
|
|
761
|
-
font-weight: 500;
|
|
762
|
-
font-size: 1.2cqw;
|
|
763
|
-
color: var(--ink);
|
|
764
|
-
margin-left: -1cqw;
|
|
765
|
-
}
|
|
766
|
-
.cf6 .av:first-child {
|
|
767
|
-
margin-left: 0;
|
|
768
|
-
}
|
|
769
|
-
.cf6 .shiplbl {
|
|
770
|
-
font-family: var(--mono);
|
|
771
|
-
font-weight: 500;
|
|
772
|
-
text-transform: uppercase;
|
|
773
|
-
letter-spacing: 0.14em;
|
|
774
|
-
font-size: 0.95cqw;
|
|
775
|
-
color: color-mix(in srgb, var(--ink) 56%, var(--cream));
|
|
776
|
-
margin-left: 0.8cqw;
|
|
777
|
-
}
|
|
778
|
-
.cf6 .cta {
|
|
779
|
-
background: var(--coral);
|
|
780
|
-
color: var(--cream);
|
|
781
|
-
border-radius: 0.6cqw;
|
|
782
|
-
padding: 1.2cqw 2cqw;
|
|
783
|
-
display: inline-flex;
|
|
784
|
-
align-self: flex-start;
|
|
785
|
-
font-family: var(--sans);
|
|
786
|
-
font-weight: 500;
|
|
787
|
-
font-size: 1.8cqw;
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
/* PRINCIPLES */
|
|
791
|
-
.dos {
|
|
792
|
-
display: grid;
|
|
793
|
-
grid-template-columns: 1fr 1fr;
|
|
794
|
-
gap: 48px;
|
|
795
|
-
}
|
|
796
|
-
.do-card h4 {
|
|
797
|
-
font-family: var(--serif);
|
|
798
|
-
font-weight: 400;
|
|
799
|
-
font-size: 34px;
|
|
800
|
-
color: var(--ink);
|
|
801
|
-
margin-bottom: 6px;
|
|
802
|
-
letter-spacing: -0.02em;
|
|
803
|
-
}
|
|
804
|
-
.do-card .rule {
|
|
805
|
-
height: 1px;
|
|
806
|
-
background: var(--hair);
|
|
807
|
-
margin-bottom: 22px;
|
|
808
|
-
}
|
|
809
|
-
.do-card ul {
|
|
810
|
-
list-style: none;
|
|
811
|
-
}
|
|
812
|
-
.do-card li {
|
|
813
|
-
font-family: var(--sans);
|
|
814
|
-
font-weight: 400;
|
|
815
|
-
font-size: 17px;
|
|
816
|
-
line-height: 1.5;
|
|
817
|
-
padding-left: 24px;
|
|
818
|
-
position: relative;
|
|
819
|
-
margin-bottom: 13px;
|
|
820
|
-
color: color-mix(in srgb, var(--ink) 84%, var(--cream));
|
|
821
|
-
}
|
|
822
|
-
.do-card li::before {
|
|
823
|
-
position: absolute;
|
|
824
|
-
left: 0;
|
|
825
|
-
font-family: var(--mono);
|
|
826
|
-
}
|
|
827
|
-
.do-card.do li::before {
|
|
828
|
-
content: "+";
|
|
829
|
-
color: var(--coral);
|
|
830
|
-
}
|
|
831
|
-
.do-card.dont li::before {
|
|
832
|
-
content: "\00d7";
|
|
833
|
-
color: color-mix(in srgb, var(--ink) 40%, var(--cream));
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
.foot {
|
|
837
|
-
padding: 60px 120px;
|
|
838
|
-
border-top: 1px solid var(--hair);
|
|
839
|
-
display: flex;
|
|
840
|
-
justify-content: space-between;
|
|
841
|
-
align-items: center;
|
|
842
|
-
}
|
|
843
|
-
.foot .l {
|
|
844
|
-
font-family: var(--serif);
|
|
845
|
-
font-weight: 400;
|
|
846
|
-
font-size: 30px;
|
|
847
|
-
color: var(--ink);
|
|
848
|
-
}
|
|
849
|
-
.foot .l .spike {
|
|
850
|
-
color: var(--coral);
|
|
851
|
-
}
|
|
852
|
-
.foot .r {
|
|
853
|
-
font-family: var(--mono);
|
|
854
|
-
font-weight: 500;
|
|
855
|
-
text-transform: uppercase;
|
|
856
|
-
letter-spacing: 0.16em;
|
|
857
|
-
font-size: 11px;
|
|
858
|
-
color: color-mix(in srgb, var(--ink) 50%, var(--cream));
|
|
859
|
-
}
|
|
860
|
-
@media (max-width: 1100px) {
|
|
861
|
-
.gallery {
|
|
862
|
-
grid-template-columns: 1fr;
|
|
863
|
-
}
|
|
864
|
-
.swatches {
|
|
865
|
-
grid-template-columns: 1fr 1fr;
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
</style>
|
|
869
|
-
</head>
|
|
870
|
-
<body>
|
|
871
|
-
<!-- COVER -->
|
|
872
|
-
<section class="cover">
|
|
873
|
-
<div class="top">
|
|
874
|
-
<span class="lbl"><span class="spike">✱</span> Frame System · Vol. 01</span
|
|
875
|
-
><span class="idx">EB Garamond · Inter · JetBrains Mono</span>
|
|
876
|
-
</div>
|
|
877
|
-
<h1>Cream, ink & one <span class="it">coral.</span></h1>
|
|
878
|
-
<div class="lede">
|
|
879
|
-
A warm-editorial frame system — EB Garamond at optical sizes for display, Inter for body,
|
|
880
|
-
JetBrains Mono for the index and code, and a single terracotta coral held as scarce voltage.
|
|
881
|
-
</div>
|
|
882
|
-
<div class="footline">
|
|
883
|
-
<span>Warm cream paper · hairline elevation</span><span>1920 × 1080</span>
|
|
884
|
-
</div>
|
|
885
|
-
</section>
|
|
886
|
-
|
|
887
|
-
<!-- PALETTE -->
|
|
888
|
-
<section>
|
|
889
|
-
<div class="topbar">
|
|
890
|
-
<span class="lbl">01 — Palette</span>
|
|
891
|
-
<h2>The trinity, plus a code surface</h2>
|
|
892
|
-
</div>
|
|
893
|
-
<div class="swatches">
|
|
894
|
-
<div class="sw">
|
|
895
|
-
<div class="chip" style="background: var(--ink)"></div>
|
|
896
|
-
<div class="meta">
|
|
897
|
-
<div class="name">Ink</div>
|
|
898
|
-
<div class="hex">#141413</div>
|
|
899
|
-
<div class="role">
|
|
900
|
-
Warm near-black — the voice. Every word, every hairline; never pure #000.
|
|
901
|
-
</div>
|
|
902
|
-
</div>
|
|
903
|
-
</div>
|
|
904
|
-
<div class="sw">
|
|
905
|
-
<div class="chip" style="background: var(--cream)"></div>
|
|
906
|
-
<div class="meta">
|
|
907
|
-
<div class="name">Cream</div>
|
|
908
|
-
<div class="hex">#FAF9F5</div>
|
|
909
|
-
<div class="role">Warm paper — the ~60% floor. Never pure white, never cool.</div>
|
|
910
|
-
</div>
|
|
911
|
-
</div>
|
|
912
|
-
<div class="sw">
|
|
913
|
-
<div class="chip" style="background: var(--coral)"></div>
|
|
914
|
-
<div class="meta">
|
|
915
|
-
<div class="name">Coral</div>
|
|
916
|
-
<div class="hex">#CC785C</div>
|
|
917
|
-
<div class="role">
|
|
918
|
-
Terracotta voltage — the one accent. CTA / inline link / band, once per frame.
|
|
919
|
-
</div>
|
|
920
|
-
</div>
|
|
921
|
-
</div>
|
|
922
|
-
<div class="sw">
|
|
923
|
-
<div class="chip" style="background: var(--tile)"></div>
|
|
924
|
-
<div class="meta">
|
|
925
|
-
<div class="name">Tile</div>
|
|
926
|
-
<div class="hex">#EFE9DE</div>
|
|
927
|
-
<div class="role">Half-step content surface — where cards gather.</div>
|
|
928
|
-
</div>
|
|
929
|
-
</div>
|
|
930
|
-
<div class="sw">
|
|
931
|
-
<div class="chip" style="background: var(--tile-strong)"></div>
|
|
932
|
-
<div class="meta">
|
|
933
|
-
<div class="name">Tile Strong</div>
|
|
934
|
-
<div class="hex">#ECE3D4</div>
|
|
935
|
-
<div class="role">Pressed / deepest warm-paper step.</div>
|
|
936
|
-
</div>
|
|
937
|
-
</div>
|
|
938
|
-
<div class="sw">
|
|
939
|
-
<div class="chip" style="background: var(--navy)"></div>
|
|
940
|
-
<div class="meta">
|
|
941
|
-
<div class="name">Navy</div>
|
|
942
|
-
<div class="hex">#181715</div>
|
|
943
|
-
<div class="role">
|
|
944
|
-
Warm code / terminal surface — structural anchor, not a brand hue.
|
|
945
|
-
</div>
|
|
946
|
-
</div>
|
|
947
|
-
</div>
|
|
948
|
-
<div class="sw">
|
|
949
|
-
<div class="chip" style="background: var(--navy-elev)"></div>
|
|
950
|
-
<div class="meta">
|
|
951
|
-
<div class="name">Navy Elev</div>
|
|
952
|
-
<div class="hex">#252320</div>
|
|
953
|
-
<div class="role">Title bars + status strips on the code surface.</div>
|
|
954
|
-
</div>
|
|
955
|
-
</div>
|
|
956
|
-
<div class="sw">
|
|
957
|
-
<div
|
|
958
|
-
class="chip"
|
|
959
|
-
style="background: linear-gradient(90deg, var(--teal) 0 50%, var(--amber) 50% 100%)"
|
|
960
|
-
></div>
|
|
961
|
-
<div class="meta">
|
|
962
|
-
<div class="name">Syntax</div>
|
|
963
|
-
<div class="hex">#5DB8A6 · #E8A55A</div>
|
|
964
|
-
<div class="role">
|
|
965
|
-
Teal strings · amber numbers — fixed code decoration, not remixable.
|
|
966
|
-
</div>
|
|
967
|
-
</div>
|
|
968
|
-
</div>
|
|
969
|
-
</div>
|
|
970
|
-
<div class="syntax-note">
|
|
971
|
-
<span><span class="dot" style="background: var(--coral)"></span>keywords</span>
|
|
972
|
-
<span><span class="dot" style="background: var(--teal)"></span>strings</span>
|
|
973
|
-
<span><span class="dot" style="background: var(--amber)"></span>numbers</span>
|
|
974
|
-
<span><span class="dot" style="background: var(--ok)"></span>added</span>
|
|
975
|
-
<span><span class="dot" style="background: var(--warn)"></span>removed</span>
|
|
976
|
-
</div>
|
|
977
|
-
</section>
|
|
978
|
-
|
|
979
|
-
<!-- TYPOGRAPHY -->
|
|
980
|
-
<section>
|
|
981
|
-
<div class="topbar">
|
|
982
|
-
<span class="lbl">02 — Typography</span>
|
|
983
|
-
<h2>EB Garamond display · Inter body · Mono index</h2>
|
|
984
|
-
</div>
|
|
985
|
-
<div class="type-row">
|
|
986
|
-
<div>
|
|
987
|
-
<div class="tok">display-cover</div>
|
|
988
|
-
<div class="m">EB Garamond · 500 · 190px · −0.028em · sentence</div>
|
|
989
|
-
</div>
|
|
990
|
-
<div>
|
|
991
|
-
<span class="serif" style="font-size: 108px; line-height: 0.98"
|
|
992
|
-
>Streaming, end to end.</span
|
|
993
|
-
>
|
|
994
|
-
</div>
|
|
995
|
-
</div>
|
|
996
|
-
<div class="type-row">
|
|
997
|
-
<div>
|
|
998
|
-
<div class="tok">display</div>
|
|
999
|
-
<div class="m">EB Garamond · 500 · 140px · −0.022em</div>
|
|
1000
|
-
</div>
|
|
1001
|
-
<div><span class="serif" style="font-size: 80px">A serif that thinks.</span></div>
|
|
1002
|
-
</div>
|
|
1003
|
-
<div class="type-row">
|
|
1004
|
-
<div>
|
|
1005
|
-
<div class="tok">number-hero</div>
|
|
1006
|
-
<div class="m">EB Garamond · 500 · 180px · figure + mono unit</div>
|
|
1007
|
-
</div>
|
|
1008
|
-
<div>
|
|
1009
|
-
<span class="serif" style="font-size: 96px; color: var(--ink)"
|
|
1010
|
-
>+1,204<span
|
|
1011
|
-
style="
|
|
1012
|
-
font-family: var(--mono);
|
|
1013
|
-
font-weight: 500;
|
|
1014
|
-
font-size: 36px;
|
|
1015
|
-
color: color-mix(in srgb, var(--ink) 64%, var(--cream));
|
|
1016
|
-
"
|
|
1017
|
-
>
|
|
1018
|
-
lines</span
|
|
1019
|
-
></span
|
|
1020
|
-
>
|
|
1021
|
-
</div>
|
|
1022
|
-
</div>
|
|
1023
|
-
<div class="type-row">
|
|
1024
|
-
<div>
|
|
1025
|
-
<div class="tok">body / lead</div>
|
|
1026
|
-
<div class="m">Inter · 400 · line 1.5</div>
|
|
1027
|
-
</div>
|
|
1028
|
-
<div>
|
|
1029
|
-
<p
|
|
1030
|
-
style="
|
|
1031
|
-
font-family: var(--sans);
|
|
1032
|
-
font-weight: 400;
|
|
1033
|
-
font-size: 24px;
|
|
1034
|
-
line-height: 1.5;
|
|
1035
|
-
max-width: 680px;
|
|
1036
|
-
color: color-mix(in srgb, var(--ink) 82%, var(--cream));
|
|
1037
|
-
"
|
|
1038
|
-
>
|
|
1039
|
-
The body reads first and answers second — Inter at weight 400, sentence case, with its
|
|
1040
|
-
qualifiers kept. No hype, no exclamation.
|
|
1041
|
-
</p>
|
|
1042
|
-
</div>
|
|
1043
|
-
</div>
|
|
1044
|
-
<div class="type-row">
|
|
1045
|
-
<div>
|
|
1046
|
-
<div class="tok">kicker / code</div>
|
|
1047
|
-
<div class="m">JetBrains Mono · 500 uppercase 0.16em · code 400</div>
|
|
1048
|
-
</div>
|
|
1049
|
-
<div>
|
|
1050
|
-
<span class="mono" style="font-size: 16px; color: var(--coral)"
|
|
1051
|
-
>✱ Pull Request · #1842</span
|
|
1052
|
-
>
|
|
1053
|
-
|
|
1054
|
-
<span style="font-family: var(--mono); font-size: 18px; color: var(--ink)"
|
|
1055
|
-
>async for tok in stream()</span
|
|
1056
|
-
>
|
|
1057
|
-
</div>
|
|
1058
|
-
</div>
|
|
1059
|
-
<div class="type-row" style="border-bottom: 0">
|
|
1060
|
-
<div>
|
|
1061
|
-
<div class="tok">quote-pull</div>
|
|
1062
|
-
<div class="m">EB Garamond · 400 · italic · the expressive register</div>
|
|
1063
|
-
</div>
|
|
1064
|
-
<div>
|
|
1065
|
-
<span class="serif" style="font-style: italic; font-size: 46px; color: var(--ink)"
|
|
1066
|
-
>Ship it when it reads like a person wrote it.</span
|
|
1067
|
-
>
|
|
1068
|
-
</div>
|
|
1069
|
-
</div>
|
|
1070
|
-
</section>
|
|
1071
|
-
|
|
1072
|
-
<!-- COMPONENTS -->
|
|
1073
|
-
<section>
|
|
1074
|
-
<div class="topbar">
|
|
1075
|
-
<span class="lbl">03 — Components</span>
|
|
1076
|
-
<h2>Hairline elevation · scarce coral</h2>
|
|
1077
|
-
</div>
|
|
1078
|
-
|
|
1079
|
-
<div class="cgrid">
|
|
1080
|
-
<div class="s5">
|
|
1081
|
-
<div class="cnote">card-hairline — 1px ink hairline + one soft warm shadow</div>
|
|
1082
|
-
<div class="card">
|
|
1083
|
-
<div class="kt">Reads first, answers second</div>
|
|
1084
|
-
<div class="kb">
|
|
1085
|
-
The editorial content card. Elevation is the hairline plus one soft warm shadow —
|
|
1086
|
-
never a heavy drop, glow, or gradient.
|
|
1087
|
-
</div>
|
|
1088
|
-
</div>
|
|
1089
|
-
<div class="card tile" style="margin-top: 24px">
|
|
1090
|
-
<div class="kt">Gathers on a half-step tile</div>
|
|
1091
|
-
<div class="kb">
|
|
1092
|
-
Content collects on a warm tile surface, half a step down from the cream floor.
|
|
1093
|
-
</div>
|
|
1094
|
-
</div>
|
|
1095
|
-
</div>
|
|
1096
|
-
<div class="s3">
|
|
1097
|
-
<div class="cnote">kicker-spike + coral-callout</div>
|
|
1098
|
-
<div class="kicker"><span class="spike">✱</span> For the considered worker</div>
|
|
1099
|
-
<div class="callout" style="margin-top: 22px">
|
|
1100
|
-
<span class="b">Start a project</span><span class="a">CTA</span>
|
|
1101
|
-
</div>
|
|
1102
|
-
<div
|
|
1103
|
-
class="kb"
|
|
1104
|
-
style="
|
|
1105
|
-
margin-top: 18px;
|
|
1106
|
-
font-family: var(--sans);
|
|
1107
|
-
font-size: 15px;
|
|
1108
|
-
line-height: 1.5;
|
|
1109
|
-
color: color-mix(in srgb, var(--ink) 70%, var(--cream));
|
|
1110
|
-
"
|
|
1111
|
-
>
|
|
1112
|
-
Coral is rationed — one moment per frame.
|
|
1113
|
-
</div>
|
|
1114
|
-
</div>
|
|
1115
|
-
<div class="s4">
|
|
1116
|
-
<div class="cnote">number-lockup — EB Garamond figure + mono unit</div>
|
|
1117
|
-
<div class="kpi">
|
|
1118
|
-
<div class="tag">Impact</div>
|
|
1119
|
-
<div class="fig">2.1<span class="u">× faster</span></div>
|
|
1120
|
-
<div class="d">Figure is serif; the unit is always mono, never the serif.</div>
|
|
1121
|
-
</div>
|
|
1122
|
-
</div>
|
|
1123
|
-
</div>
|
|
1124
|
-
|
|
1125
|
-
<div class="cgrid" style="margin-bottom: 0">
|
|
1126
|
-
<div class="s7">
|
|
1127
|
-
<div class="cnote">
|
|
1128
|
-
code-surface — the warm-navy code / terminal surface (code-* blocks render here)
|
|
1129
|
-
</div>
|
|
1130
|
-
<div class="codewin">
|
|
1131
|
-
<div class="bar">
|
|
1132
|
-
<span class="dot" style="background: #e8695a"></span
|
|
1133
|
-
><span class="dot" style="background: #e8b35a"></span
|
|
1134
|
-
><span class="dot" style="background: #5db872"></span
|
|
1135
|
-
><span class="fn">transport.py</span>
|
|
1136
|
-
</div>
|
|
1137
|
-
<pre><span class="del">- <span class="k">def</span> respond(q):</span>
|
|
1138
|
-
<span class="del">- <span class="k">return</span> model.answer(q)</span>
|
|
1139
|
-
<span class="add">+ <span class="k">async def</span> respond(q):</span>
|
|
1140
|
-
<span class="add">+ <span class="k">async for</span> tok <span class="k">in</span> model.stream(q, n=<span class="n">3</span>):</span>
|
|
1141
|
-
<span class="add">+ <span class="k">yield</span> tok</span></pre>
|
|
1142
|
-
</div>
|
|
1143
|
-
</div>
|
|
1144
|
-
<div class="s5">
|
|
1145
|
-
<div class="cnote">pull-quote — EB Garamond italic + mono cite</div>
|
|
1146
|
-
<div class="quote">
|
|
1147
|
-
<div class="q">
|
|
1148
|
-
Refactor the transport so streaming isn't a special case — it's the default.
|
|
1149
|
-
</div>
|
|
1150
|
-
<div class="cite">Commit a1b2c3d · a. chen</div>
|
|
1151
|
-
</div>
|
|
1152
|
-
</div>
|
|
1153
|
-
</div>
|
|
1154
|
-
</section>
|
|
1155
|
-
|
|
1156
|
-
<!-- FRAMES -->
|
|
1157
|
-
<section style="background: var(--tile)">
|
|
1158
|
-
<div class="topbar">
|
|
1159
|
-
<span class="lbl">04 — Frames</span>
|
|
1160
|
-
<h2>Six treatments ↔ PR beats</h2>
|
|
1161
|
-
</div>
|
|
1162
|
-
<div class="gallery">
|
|
1163
|
-
<div class="fw">
|
|
1164
|
-
<div class="flabel"><b>Cover</b><span>· the PR title · cream · left</span></div>
|
|
1165
|
-
<div class="frame cf1">
|
|
1166
|
-
<div class="tb">
|
|
1167
|
-
<span class="l coral">✱ Pull Request · #1842</span
|
|
1168
|
-
><span class="l">anthropics/sdk</span>
|
|
1169
|
-
</div>
|
|
1170
|
-
<div class="body">
|
|
1171
|
-
<div class="kick">✱ Feature</div>
|
|
1172
|
-
<h3>Streaming,<br />end to end.</h3>
|
|
1173
|
-
</div>
|
|
1174
|
-
<div class="fl">
|
|
1175
|
-
<span class="l">main ← stream-api</span><span class="l">01 / 06</span>
|
|
1176
|
-
</div>
|
|
1177
|
-
</div>
|
|
1178
|
-
</div>
|
|
1179
|
-
|
|
1180
|
-
<div class="fw">
|
|
1181
|
-
<div class="flabel"><b>Statement</b><span>· the change in a sentence · cream</span></div>
|
|
1182
|
-
<div class="frame cf2">
|
|
1183
|
-
<div class="tb">
|
|
1184
|
-
<span class="l coral">The change</span><span class="l">02 / 06</span>
|
|
1185
|
-
</div>
|
|
1186
|
-
<div class="body">
|
|
1187
|
-
<h3>The API now streams tokens <span class="it">as they're written.</span></h3>
|
|
1188
|
-
</div>
|
|
1189
|
-
</div>
|
|
1190
|
-
</div>
|
|
1191
|
-
|
|
1192
|
-
<div class="fw">
|
|
1193
|
-
<div class="flabel">
|
|
1194
|
-
<b>Code Surface</b><span>· the diff · navy · the PR-critical frame</span>
|
|
1195
|
-
</div>
|
|
1196
|
-
<div class="frame cf3">
|
|
1197
|
-
<div class="tb">
|
|
1198
|
-
<span class="l coral">The diff</span><span class="l">03 / 06</span>
|
|
1199
|
-
</div>
|
|
1200
|
-
<div class="body">
|
|
1201
|
-
<div class="kick">transport.py · +3 −2</div>
|
|
1202
|
-
<div class="win">
|
|
1203
|
-
<div class="bar">
|
|
1204
|
-
<span class="dot" style="background: #e8695a"></span
|
|
1205
|
-
><span class="dot" style="background: #e8b35a"></span
|
|
1206
|
-
><span class="dot" style="background: #5db872"></span
|
|
1207
|
-
><span class="fn">transport.py</span>
|
|
1208
|
-
</div>
|
|
1209
|
-
<pre><span class="del">- <span class="k">def</span> respond(q):</span>
|
|
1210
|
-
<span class="del">- <span class="k">return</span> model.answer(q)</span>
|
|
1211
|
-
<span class="add">+ <span class="k">async def</span> respond(q):</span>
|
|
1212
|
-
<span class="add">+ <span class="k">async for</span> tok <span class="k">in</span> model.stream(q):</span>
|
|
1213
|
-
<span class="add">+ <span class="k">yield</span> tok</span></pre>
|
|
1214
|
-
</div>
|
|
1215
|
-
</div>
|
|
1216
|
-
</div>
|
|
1217
|
-
</div>
|
|
1218
|
-
|
|
1219
|
-
<div class="fw">
|
|
1220
|
-
<div class="flabel">
|
|
1221
|
-
<b>Number / Impact</b><span>· +N/−M · cream · oversized figure</span>
|
|
1222
|
-
</div>
|
|
1223
|
-
<div class="frame cf4">
|
|
1224
|
-
<div class="tb">
|
|
1225
|
-
<span class="l coral">By the numbers</span><span class="l">04 / 06</span>
|
|
1226
|
-
</div>
|
|
1227
|
-
<div class="body">
|
|
1228
|
-
<span class="tag">Net change</span>
|
|
1229
|
-
<div class="fig">+1,204<span class="u">/ −318</span></div>
|
|
1230
|
-
<div class="d">
|
|
1231
|
-
Across 17 files — the transport layer rewritten, the special-case path deleted.
|
|
1232
|
-
</div>
|
|
1233
|
-
</div>
|
|
1234
|
-
<div class="fl"><span class="l">17 files</span><span class="l">04 / 06</span></div>
|
|
1235
|
-
</div>
|
|
1236
|
-
</div>
|
|
1237
|
-
|
|
1238
|
-
<div class="fw">
|
|
1239
|
-
<div class="flabel">
|
|
1240
|
-
<b>Pull-quote</b><span>· commit / review · EB Garamond italic</span>
|
|
1241
|
-
</div>
|
|
1242
|
-
<div class="frame cf5">
|
|
1243
|
-
<div class="tb">
|
|
1244
|
-
<span class="l coral">In the commit</span><span class="l">05 / 06</span>
|
|
1245
|
-
</div>
|
|
1246
|
-
<div class="body">
|
|
1247
|
-
<div class="q">"Streaming isn't a special case anymore — it's the default path."</div>
|
|
1248
|
-
<div class="cite">a. chen · author</div>
|
|
1249
|
-
</div>
|
|
1250
|
-
</div>
|
|
1251
|
-
</div>
|
|
1252
|
-
|
|
1253
|
-
<div class="fw">
|
|
1254
|
-
<div class="flabel"><b>Closing / CTA</b><span>· shipped-by · coral voltage</span></div>
|
|
1255
|
-
<div class="frame cf6">
|
|
1256
|
-
<div class="tb"><span class="l coral">Shipped</span><span class="l">06 / 06</span></div>
|
|
1257
|
-
<div class="body">
|
|
1258
|
-
<h3>Merged & shipped.</h3>
|
|
1259
|
-
<div class="ship">
|
|
1260
|
-
<div class="av">AC</div>
|
|
1261
|
-
<div class="av">RK</div>
|
|
1262
|
-
<div class="av">JM</div>
|
|
1263
|
-
<span class="shiplbl">a. chen · r. kapoor · +1</span>
|
|
1264
|
-
</div>
|
|
1265
|
-
<span class="cta">Read the PR →</span>
|
|
1266
|
-
</div>
|
|
1267
|
-
</div>
|
|
1268
|
-
</div>
|
|
1269
|
-
</div>
|
|
1270
|
-
</section>
|
|
1271
|
-
|
|
1272
|
-
<!-- PRINCIPLES -->
|
|
1273
|
-
<section>
|
|
1274
|
-
<div class="topbar">
|
|
1275
|
-
<span class="lbl">05 — Rules</span>
|
|
1276
|
-
<h2>Frame Rules</h2>
|
|
1277
|
-
</div>
|
|
1278
|
-
<div class="dos">
|
|
1279
|
-
<div class="do-card do">
|
|
1280
|
-
<h4>Do</h4>
|
|
1281
|
-
<div class="rule"></div>
|
|
1282
|
-
<ul>
|
|
1283
|
-
<li>Stand every frame on the warm cream floor; gather content on a half-step tile.</li>
|
|
1284
|
-
<li>Set display in EB Garamond 400, sentence case, optical size, negative-tracked.</li>
|
|
1285
|
-
<li>Ration coral to one moment per frame — CTA, inline link, or full-bleed band.</li>
|
|
1286
|
-
<li>Elevate with a 1px hairline + at most one soft warm shadow.</li>
|
|
1287
|
-
<li>Reserve warm navy for the code surface; pair every figure with a mono unit.</li>
|
|
1288
|
-
</ul>
|
|
1289
|
-
</div>
|
|
1290
|
-
<div class="do-card dont">
|
|
1291
|
-
<h4>Don't</h4>
|
|
1292
|
-
<div class="rule"></div>
|
|
1293
|
-
<ul>
|
|
1294
|
-
<li>No pure white, no cool gray, no pure black; no fourth brand hue.</li>
|
|
1295
|
-
<li>No heavy drop shadow, glow, gradient on content, or tilt.</li>
|
|
1296
|
-
<li>No uppercase or title-case EB Garamond; no sans headline; no serif label.</li>
|
|
1297
|
-
<li>No two corals in one frame; coral never sets a headline or body run.</li>
|
|
1298
|
-
<li>Don't cram edge-to-edge — the considered voice needs cream.</li>
|
|
1299
|
-
</ul>
|
|
1300
|
-
</div>
|
|
1301
|
-
</div>
|
|
1302
|
-
</section>
|
|
1303
|
-
|
|
1304
|
-
<!-- CAPTIONS — preview of caption-skin.html (the preset's lower-third karaoke look) -->
|
|
1305
|
-
<style>
|
|
1306
|
-
/* mirrors caption-skin.html; the skin's --cap-* vocab mapped to this preset's tokens */
|
|
1307
|
-
.capdemo {
|
|
1308
|
-
--cap-ink: var(--ink);
|
|
1309
|
-
--cap-canvas: var(--cream);
|
|
1310
|
-
--cap-accent: var(--coral);
|
|
1311
|
-
}
|
|
1312
|
-
.capdemo .stage {
|
|
1313
|
-
position: absolute;
|
|
1314
|
-
left: 0;
|
|
1315
|
-
right: 0;
|
|
1316
|
-
bottom: 0;
|
|
1317
|
-
height: 16.67cqh;
|
|
1318
|
-
display: flex;
|
|
1319
|
-
align-items: center;
|
|
1320
|
-
justify-content: center;
|
|
1321
|
-
z-index: 4;
|
|
1322
|
-
}
|
|
1323
|
-
.capdemo .pill {
|
|
1324
|
-
max-width: 80cqw;
|
|
1325
|
-
padding: 1.4cqw 3cqw 1.7cqw;
|
|
1326
|
-
background: var(--cap-canvas);
|
|
1327
|
-
border: 0.07cqw solid color-mix(in srgb, var(--cap-ink) 12%, transparent);
|
|
1328
|
-
border-radius: 0.7cqw;
|
|
1329
|
-
box-shadow:
|
|
1330
|
-
0 0.06cqw 0.18cqw rgba(20, 20, 19, 0.08),
|
|
1331
|
-
0 0.25cqw 1cqw rgba(20, 20, 19, 0.04);
|
|
1332
|
-
}
|
|
1333
|
-
.capdemo .line {
|
|
1334
|
-
display: flex;
|
|
1335
|
-
flex-wrap: wrap;
|
|
1336
|
-
justify-content: center;
|
|
1337
|
-
gap: 0.12em 0.3em;
|
|
1338
|
-
font-family: var(--serif);
|
|
1339
|
-
font-weight: 500;
|
|
1340
|
-
font-size: 3.4cqw;
|
|
1341
|
-
line-height: 1.24;
|
|
1342
|
-
letter-spacing: -0.02em;
|
|
1343
|
-
}
|
|
1344
|
-
.capdemo .w {
|
|
1345
|
-
display: inline-block;
|
|
1346
|
-
padding: 0 0.02em 0.06em;
|
|
1347
|
-
color: color-mix(in srgb, var(--cap-ink) 40%, var(--cap-canvas));
|
|
1348
|
-
border-bottom: 0.16cqw solid transparent;
|
|
1349
|
-
}
|
|
1350
|
-
.capdemo .w.spoken {
|
|
1351
|
-
color: var(--cap-ink);
|
|
1352
|
-
}
|
|
1353
|
-
.capdemo .w.active {
|
|
1354
|
-
color: var(--cap-ink);
|
|
1355
|
-
border-bottom: 0.16cqw solid var(--cap-accent);
|
|
1356
|
-
}
|
|
1357
|
-
.capdemo .bandline {
|
|
1358
|
-
position: absolute;
|
|
1359
|
-
left: 0;
|
|
1360
|
-
right: 0;
|
|
1361
|
-
bottom: 16.67cqh;
|
|
1362
|
-
border-top: 0.12cqw dashed color-mix(in srgb, var(--ink) 28%, transparent);
|
|
1363
|
-
z-index: 3;
|
|
1364
|
-
}
|
|
1365
|
-
.capdemo .bandtag {
|
|
1366
|
-
position: absolute;
|
|
1367
|
-
right: 5cqw;
|
|
1368
|
-
bottom: calc(16.67cqh + 0.7cqw);
|
|
1369
|
-
font-family: var(--mono);
|
|
1370
|
-
font-weight: 500;
|
|
1371
|
-
text-transform: uppercase;
|
|
1372
|
-
letter-spacing: 0.12em;
|
|
1373
|
-
font-size: 0.82cqw;
|
|
1374
|
-
color: color-mix(in srgb, var(--ink) 50%, var(--cream));
|
|
1375
|
-
z-index: 4;
|
|
1376
|
-
}
|
|
1377
|
-
</style>
|
|
1378
|
-
<section style="background: var(--tile)">
|
|
1379
|
-
<div class="topbar">
|
|
1380
|
-
<span class="lbl">06 — Captions</span>
|
|
1381
|
-
<h2>Lower-Third Karaoke</h2>
|
|
1382
|
-
</div>
|
|
1383
|
-
<div class="gallery">
|
|
1384
|
-
<div class="fw">
|
|
1385
|
-
<div class="flabel"><b>Active line</b><span>· spoken · current · upcoming</span></div>
|
|
1386
|
-
<div class="frame capdemo">
|
|
1387
|
-
<div class="tb"><span class="l coral">Captions</span><span class="l">active</span></div>
|
|
1388
|
-
<div class="bandline"></div>
|
|
1389
|
-
<div class="bandtag">caption band · 16.7%</div>
|
|
1390
|
-
<div class="stage">
|
|
1391
|
-
<div class="pill">
|
|
1392
|
-
<div class="line">
|
|
1393
|
-
<span class="w spoken">Streaming</span>
|
|
1394
|
-
<span class="w spoken">is</span>
|
|
1395
|
-
<span class="w active">the</span>
|
|
1396
|
-
<span class="w">default</span>
|
|
1397
|
-
<span class="w">now.</span>
|
|
1398
|
-
</div>
|
|
1399
|
-
</div>
|
|
1400
|
-
</div>
|
|
1401
|
-
</div>
|
|
1402
|
-
</div>
|
|
1403
|
-
|
|
1404
|
-
<div class="fw">
|
|
1405
|
-
<div class="flabel"><b>Settled line</b><span>· all spoken · underline cleared</span></div>
|
|
1406
|
-
<div class="frame capdemo">
|
|
1407
|
-
<div class="tb">
|
|
1408
|
-
<span class="l coral">Captions</span><span class="l">settled</span>
|
|
1409
|
-
</div>
|
|
1410
|
-
<div class="stage">
|
|
1411
|
-
<div class="pill">
|
|
1412
|
-
<div class="line">
|
|
1413
|
-
<span class="w spoken">Read</span>
|
|
1414
|
-
<span class="w spoken">it</span>
|
|
1415
|
-
<span class="w spoken">first.</span>
|
|
1416
|
-
</div>
|
|
1417
|
-
</div>
|
|
1418
|
-
</div>
|
|
1419
|
-
</div>
|
|
1420
|
-
</div>
|
|
1421
|
-
</div>
|
|
1422
|
-
</section>
|
|
1423
|
-
|
|
1424
|
-
<div class="foot">
|
|
1425
|
-
<span class="l"><span class="spike">✱</span> Claude</span>
|
|
1426
|
-
<span class="r">Frame Showcase · Atoms Sacred · Composition Free</span>
|
|
1427
|
-
</div>
|
|
1428
|
-
|
|
1429
|
-
<template id="__bundler_thumbnail">
|
|
1430
|
-
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
1431
|
-
<rect width="100" height="100" fill="#faf9f5" />
|
|
1432
|
-
<text x="11" y="48" font-family="Georgia" font-size="34" fill="#141413">Aa</text>
|
|
1433
|
-
<text x="68" y="30" font-family="monospace" font-size="22" fill="#cc785c">✱</text>
|
|
1434
|
-
<rect x="11" y="62" width="58" height="1.5" fill="#141413" opacity="0.16" />
|
|
1435
|
-
<rect x="11" y="72" width="40" height="10" rx="2" fill="#181715" />
|
|
1436
|
-
</svg>
|
|
1437
|
-
</template>
|
|
1438
|
-
</body>
|
|
1439
|
-
</html>
|
|
1
|
+
<!doctype html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
6
|
+
<title>Claude</title>
|
|
7
|
+
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
8
|
+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
9
|
+
<link
|
|
10
|
+
href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,500&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@400;500&display=swap"
|
|
11
|
+
rel="stylesheet"
|
|
12
|
+
/>
|
|
13
|
+
<style id="ds-tokens">
|
|
14
|
+
:root {
|
|
15
|
+
--ink: #141413;
|
|
16
|
+
--cream: #faf9f5;
|
|
17
|
+
--tile: #efe9de;
|
|
18
|
+
--tile-strong: #ece3d4;
|
|
19
|
+
--coral: #cc785c;
|
|
20
|
+
--navy: #181715;
|
|
21
|
+
--navy-soft: #1f1e1b;
|
|
22
|
+
--navy-elev: #252320;
|
|
23
|
+
--teal: #5db8a6;
|
|
24
|
+
--amber: #e8a55a;
|
|
25
|
+
--ok: #5db872;
|
|
26
|
+
--warn: #c64545;
|
|
27
|
+
--serif: "EB Garamond", Georgia, serif;
|
|
28
|
+
--sans: "Inter", system-ui, sans-serif;
|
|
29
|
+
--mono: "JetBrains Mono", ui-monospace, monospace;
|
|
30
|
+
--hair: rgba(20, 20, 19, 0.12);
|
|
31
|
+
--hair-soft: rgba(20, 20, 19, 0.06);
|
|
32
|
+
--on-dark: rgba(250, 249, 245, 0.92);
|
|
33
|
+
--on-dark-soft: rgba(250, 249, 245, 0.58);
|
|
34
|
+
--shadow: 0 1px 3px rgba(20, 20, 19, 0.08), 0 4px 16px rgba(20, 20, 19, 0.04);
|
|
35
|
+
}
|
|
36
|
+
* {
|
|
37
|
+
margin: 0;
|
|
38
|
+
padding: 0;
|
|
39
|
+
box-sizing: border-box;
|
|
40
|
+
}
|
|
41
|
+
html {
|
|
42
|
+
background: #0e0d0c;
|
|
43
|
+
}
|
|
44
|
+
body {
|
|
45
|
+
background: var(--cream);
|
|
46
|
+
color: var(--ink);
|
|
47
|
+
font-family: var(--sans);
|
|
48
|
+
-webkit-font-smoothing: antialiased;
|
|
49
|
+
}
|
|
50
|
+
.serif {
|
|
51
|
+
font-family: var(--serif);
|
|
52
|
+
font-weight: 400;
|
|
53
|
+
letter-spacing: -0.02em;
|
|
54
|
+
line-height: 1;
|
|
55
|
+
}
|
|
56
|
+
.mono {
|
|
57
|
+
font-family: var(--mono);
|
|
58
|
+
font-weight: 500;
|
|
59
|
+
text-transform: uppercase;
|
|
60
|
+
letter-spacing: 0.16em;
|
|
61
|
+
}
|
|
62
|
+
.spike {
|
|
63
|
+
color: var(--coral);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
section {
|
|
67
|
+
padding: 110px 120px;
|
|
68
|
+
position: relative;
|
|
69
|
+
}
|
|
70
|
+
.topbar {
|
|
71
|
+
display: flex;
|
|
72
|
+
justify-content: space-between;
|
|
73
|
+
align-items: flex-end;
|
|
74
|
+
border-bottom: 1px solid var(--hair);
|
|
75
|
+
padding-bottom: 18px;
|
|
76
|
+
margin-bottom: 56px;
|
|
77
|
+
}
|
|
78
|
+
.topbar .lbl {
|
|
79
|
+
font-family: var(--mono);
|
|
80
|
+
font-weight: 500;
|
|
81
|
+
text-transform: uppercase;
|
|
82
|
+
letter-spacing: 0.16em;
|
|
83
|
+
font-size: 15px;
|
|
84
|
+
color: var(--coral);
|
|
85
|
+
}
|
|
86
|
+
.topbar h2 {
|
|
87
|
+
font-family: var(--serif);
|
|
88
|
+
font-weight: 400;
|
|
89
|
+
font-size: 48px;
|
|
90
|
+
letter-spacing: -0.02em;
|
|
91
|
+
line-height: 1;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
/* COVER */
|
|
95
|
+
.cover {
|
|
96
|
+
min-height: 100vh;
|
|
97
|
+
background: var(--cream);
|
|
98
|
+
color: var(--ink);
|
|
99
|
+
padding: 120px 140px;
|
|
100
|
+
display: flex;
|
|
101
|
+
flex-direction: column;
|
|
102
|
+
justify-content: center;
|
|
103
|
+
position: relative;
|
|
104
|
+
}
|
|
105
|
+
.cover .top {
|
|
106
|
+
position: absolute;
|
|
107
|
+
top: 64px;
|
|
108
|
+
left: 140px;
|
|
109
|
+
right: 140px;
|
|
110
|
+
display: flex;
|
|
111
|
+
justify-content: space-between;
|
|
112
|
+
align-items: center;
|
|
113
|
+
}
|
|
114
|
+
.cover .top .lbl {
|
|
115
|
+
font-family: var(--mono);
|
|
116
|
+
font-weight: 500;
|
|
117
|
+
text-transform: uppercase;
|
|
118
|
+
letter-spacing: 0.16em;
|
|
119
|
+
font-size: 15px;
|
|
120
|
+
color: var(--coral);
|
|
121
|
+
}
|
|
122
|
+
.cover .top .idx {
|
|
123
|
+
font-family: var(--mono);
|
|
124
|
+
font-weight: 500;
|
|
125
|
+
letter-spacing: 0.06em;
|
|
126
|
+
font-size: 14px;
|
|
127
|
+
color: color-mix(in srgb, var(--ink) 56%, var(--cream));
|
|
128
|
+
}
|
|
129
|
+
.cover h1 {
|
|
130
|
+
font-family: var(--serif);
|
|
131
|
+
font-weight: 400;
|
|
132
|
+
font-size: clamp(88px, 13vw, 184px);
|
|
133
|
+
line-height: 0.98;
|
|
134
|
+
letter-spacing: -0.035em;
|
|
135
|
+
color: var(--ink);
|
|
136
|
+
max-width: 14ch;
|
|
137
|
+
}
|
|
138
|
+
.cover h1 .it {
|
|
139
|
+
font-style: italic;
|
|
140
|
+
color: var(--coral);
|
|
141
|
+
}
|
|
142
|
+
.cover .lede {
|
|
143
|
+
font-family: var(--sans);
|
|
144
|
+
font-weight: 400;
|
|
145
|
+
font-size: 28px;
|
|
146
|
+
line-height: 1.5;
|
|
147
|
+
color: color-mix(in srgb, var(--ink) 80%, var(--cream));
|
|
148
|
+
max-width: 720px;
|
|
149
|
+
margin-top: 38px;
|
|
150
|
+
}
|
|
151
|
+
.cover .footline {
|
|
152
|
+
position: absolute;
|
|
153
|
+
bottom: 64px;
|
|
154
|
+
left: 140px;
|
|
155
|
+
right: 140px;
|
|
156
|
+
display: flex;
|
|
157
|
+
justify-content: space-between;
|
|
158
|
+
font-family: var(--mono);
|
|
159
|
+
font-weight: 500;
|
|
160
|
+
text-transform: uppercase;
|
|
161
|
+
letter-spacing: 0.14em;
|
|
162
|
+
font-size: 14px;
|
|
163
|
+
color: color-mix(in srgb, var(--ink) 50%, var(--cream));
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
/* PALETTE */
|
|
167
|
+
.swatches {
|
|
168
|
+
display: grid;
|
|
169
|
+
grid-template-columns: repeat(4, 1fr);
|
|
170
|
+
gap: 24px;
|
|
171
|
+
}
|
|
172
|
+
.sw {
|
|
173
|
+
border: 1px solid var(--hair);
|
|
174
|
+
border-radius: 12px;
|
|
175
|
+
overflow: hidden;
|
|
176
|
+
background: var(--cream);
|
|
177
|
+
}
|
|
178
|
+
.sw .chip {
|
|
179
|
+
height: 128px;
|
|
180
|
+
}
|
|
181
|
+
.sw .meta {
|
|
182
|
+
padding: 18px 20px;
|
|
183
|
+
border-top: 1px solid var(--hair);
|
|
184
|
+
}
|
|
185
|
+
.sw .name {
|
|
186
|
+
font-family: var(--serif);
|
|
187
|
+
font-weight: 400;
|
|
188
|
+
font-size: 24px;
|
|
189
|
+
}
|
|
190
|
+
.sw .hex {
|
|
191
|
+
font-family: var(--mono);
|
|
192
|
+
font-size: 12px;
|
|
193
|
+
letter-spacing: 0.04em;
|
|
194
|
+
color: var(--ink);
|
|
195
|
+
opacity: 0.6;
|
|
196
|
+
margin-top: 6px;
|
|
197
|
+
}
|
|
198
|
+
.sw .role {
|
|
199
|
+
font-family: var(--sans);
|
|
200
|
+
font-weight: 400;
|
|
201
|
+
font-size: 14px;
|
|
202
|
+
line-height: 1.45;
|
|
203
|
+
color: color-mix(in srgb, var(--ink) 70%, var(--cream));
|
|
204
|
+
margin-top: 10px;
|
|
205
|
+
}
|
|
206
|
+
.syntax-note {
|
|
207
|
+
margin-top: 28px;
|
|
208
|
+
display: flex;
|
|
209
|
+
gap: 28px;
|
|
210
|
+
align-items: center;
|
|
211
|
+
flex-wrap: wrap;
|
|
212
|
+
font-family: var(--mono);
|
|
213
|
+
font-size: 13px;
|
|
214
|
+
letter-spacing: 0.02em;
|
|
215
|
+
color: color-mix(in srgb, var(--ink) 60%, var(--cream));
|
|
216
|
+
}
|
|
217
|
+
.syntax-note .dot {
|
|
218
|
+
display: inline-block;
|
|
219
|
+
width: 14px;
|
|
220
|
+
height: 14px;
|
|
221
|
+
border-radius: 50%;
|
|
222
|
+
vertical-align: -2px;
|
|
223
|
+
margin-right: 8px;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/* TYPE */
|
|
227
|
+
.type-row {
|
|
228
|
+
display: grid;
|
|
229
|
+
grid-template-columns: 240px 1fr;
|
|
230
|
+
align-items: center;
|
|
231
|
+
padding: 26px 0;
|
|
232
|
+
border-bottom: 1px solid var(--hair-soft);
|
|
233
|
+
}
|
|
234
|
+
.type-row .tok {
|
|
235
|
+
font-family: var(--mono);
|
|
236
|
+
font-weight: 500;
|
|
237
|
+
text-transform: uppercase;
|
|
238
|
+
letter-spacing: 0.14em;
|
|
239
|
+
font-size: 13px;
|
|
240
|
+
color: var(--coral);
|
|
241
|
+
}
|
|
242
|
+
.type-row .m {
|
|
243
|
+
font-family: var(--mono);
|
|
244
|
+
font-size: 11px;
|
|
245
|
+
color: var(--ink);
|
|
246
|
+
opacity: 0.55;
|
|
247
|
+
margin-top: 8px;
|
|
248
|
+
line-height: 1.5;
|
|
249
|
+
letter-spacing: 0.02em;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
/* COMPONENTS */
|
|
253
|
+
.cnote {
|
|
254
|
+
font-family: var(--mono);
|
|
255
|
+
font-weight: 500;
|
|
256
|
+
text-transform: uppercase;
|
|
257
|
+
letter-spacing: 0.16em;
|
|
258
|
+
font-size: 12px;
|
|
259
|
+
color: var(--coral);
|
|
260
|
+
margin-bottom: 22px;
|
|
261
|
+
}
|
|
262
|
+
.cgrid {
|
|
263
|
+
display: grid;
|
|
264
|
+
grid-template-columns: repeat(12, 1fr);
|
|
265
|
+
gap: 28px;
|
|
266
|
+
margin-bottom: 52px;
|
|
267
|
+
}
|
|
268
|
+
.s3 {
|
|
269
|
+
grid-column: span 3;
|
|
270
|
+
}
|
|
271
|
+
.s4 {
|
|
272
|
+
grid-column: span 4;
|
|
273
|
+
}
|
|
274
|
+
.s5 {
|
|
275
|
+
grid-column: span 5;
|
|
276
|
+
}
|
|
277
|
+
.s6 {
|
|
278
|
+
grid-column: span 6;
|
|
279
|
+
}
|
|
280
|
+
.s7 {
|
|
281
|
+
grid-column: span 7;
|
|
282
|
+
}
|
|
283
|
+
.s8 {
|
|
284
|
+
grid-column: span 8;
|
|
285
|
+
}
|
|
286
|
+
.card {
|
|
287
|
+
background: var(--cream);
|
|
288
|
+
border: 1px solid var(--hair);
|
|
289
|
+
border-radius: 12px;
|
|
290
|
+
box-shadow: var(--shadow);
|
|
291
|
+
padding: 30px 32px;
|
|
292
|
+
}
|
|
293
|
+
.card.tile {
|
|
294
|
+
background: var(--tile);
|
|
295
|
+
}
|
|
296
|
+
.card .kt {
|
|
297
|
+
font-family: var(--serif);
|
|
298
|
+
font-weight: 400;
|
|
299
|
+
font-size: 30px;
|
|
300
|
+
letter-spacing: -0.01em;
|
|
301
|
+
line-height: 1.1;
|
|
302
|
+
}
|
|
303
|
+
.card .kb {
|
|
304
|
+
font-family: var(--sans);
|
|
305
|
+
font-weight: 400;
|
|
306
|
+
font-size: 16px;
|
|
307
|
+
line-height: 1.5;
|
|
308
|
+
color: color-mix(in srgb, var(--ink) 74%, var(--cream));
|
|
309
|
+
margin-top: 10px;
|
|
310
|
+
}
|
|
311
|
+
.kicker {
|
|
312
|
+
font-family: var(--mono);
|
|
313
|
+
font-weight: 500;
|
|
314
|
+
text-transform: uppercase;
|
|
315
|
+
letter-spacing: 0.16em;
|
|
316
|
+
font-size: 14px;
|
|
317
|
+
color: color-mix(in srgb, var(--ink) 64%, var(--cream));
|
|
318
|
+
}
|
|
319
|
+
.callout {
|
|
320
|
+
background: var(--coral);
|
|
321
|
+
color: var(--cream);
|
|
322
|
+
border-radius: 8px;
|
|
323
|
+
padding: 22px 30px;
|
|
324
|
+
display: inline-flex;
|
|
325
|
+
align-items: center;
|
|
326
|
+
gap: 14px;
|
|
327
|
+
}
|
|
328
|
+
.callout .b {
|
|
329
|
+
font-family: var(--sans);
|
|
330
|
+
font-weight: 500;
|
|
331
|
+
font-size: 22px;
|
|
332
|
+
}
|
|
333
|
+
.callout .a {
|
|
334
|
+
font-family: var(--mono);
|
|
335
|
+
font-weight: 500;
|
|
336
|
+
text-transform: uppercase;
|
|
337
|
+
letter-spacing: 0.12em;
|
|
338
|
+
font-size: 12px;
|
|
339
|
+
opacity: 0.85;
|
|
340
|
+
}
|
|
341
|
+
.kpi .tag {
|
|
342
|
+
font-family: var(--mono);
|
|
343
|
+
font-weight: 500;
|
|
344
|
+
text-transform: uppercase;
|
|
345
|
+
letter-spacing: 0.14em;
|
|
346
|
+
font-size: 13px;
|
|
347
|
+
color: var(--coral);
|
|
348
|
+
border-top: 1px solid var(--hair);
|
|
349
|
+
padding-top: 16px;
|
|
350
|
+
display: inline-block;
|
|
351
|
+
}
|
|
352
|
+
.kpi .fig {
|
|
353
|
+
font-family: var(--serif);
|
|
354
|
+
font-weight: 400;
|
|
355
|
+
font-size: 120px;
|
|
356
|
+
line-height: 0.95;
|
|
357
|
+
letter-spacing: -0.03em;
|
|
358
|
+
color: var(--ink);
|
|
359
|
+
}
|
|
360
|
+
.kpi .fig .u {
|
|
361
|
+
font-family: var(--mono);
|
|
362
|
+
font-weight: 500;
|
|
363
|
+
font-size: 36px;
|
|
364
|
+
letter-spacing: 0;
|
|
365
|
+
margin-left: 8px;
|
|
366
|
+
}
|
|
367
|
+
.kpi .d {
|
|
368
|
+
font-family: var(--sans);
|
|
369
|
+
font-weight: 400;
|
|
370
|
+
font-size: 17px;
|
|
371
|
+
line-height: 1.4;
|
|
372
|
+
color: color-mix(in srgb, var(--ink) 74%, var(--cream));
|
|
373
|
+
margin-top: 12px;
|
|
374
|
+
max-width: 300px;
|
|
375
|
+
}
|
|
376
|
+
.quote .q {
|
|
377
|
+
font-family: var(--serif);
|
|
378
|
+
font-style: italic;
|
|
379
|
+
font-weight: 400;
|
|
380
|
+
font-size: 38px;
|
|
381
|
+
line-height: 1.18;
|
|
382
|
+
letter-spacing: -0.018em;
|
|
383
|
+
color: var(--ink);
|
|
384
|
+
}
|
|
385
|
+
.quote .cite {
|
|
386
|
+
font-family: var(--mono);
|
|
387
|
+
font-weight: 500;
|
|
388
|
+
text-transform: uppercase;
|
|
389
|
+
letter-spacing: 0.16em;
|
|
390
|
+
font-size: 13px;
|
|
391
|
+
color: color-mix(in srgb, var(--ink) 58%, var(--cream));
|
|
392
|
+
margin-top: 18px;
|
|
393
|
+
}
|
|
394
|
+
/* code surface demo */
|
|
395
|
+
.codewin {
|
|
396
|
+
background: var(--navy);
|
|
397
|
+
border: 1px solid var(--on-dark-soft);
|
|
398
|
+
border-radius: 8px;
|
|
399
|
+
overflow: hidden;
|
|
400
|
+
}
|
|
401
|
+
.codewin .bar {
|
|
402
|
+
background: var(--navy-elev);
|
|
403
|
+
padding: 12px 18px;
|
|
404
|
+
display: flex;
|
|
405
|
+
align-items: center;
|
|
406
|
+
gap: 8px;
|
|
407
|
+
}
|
|
408
|
+
.codewin .bar .dot {
|
|
409
|
+
width: 11px;
|
|
410
|
+
height: 11px;
|
|
411
|
+
border-radius: 50%;
|
|
412
|
+
}
|
|
413
|
+
.codewin .bar .fn {
|
|
414
|
+
font-family: var(--mono);
|
|
415
|
+
font-weight: 500;
|
|
416
|
+
font-size: 13px;
|
|
417
|
+
color: var(--on-dark-soft);
|
|
418
|
+
margin-left: 12px;
|
|
419
|
+
letter-spacing: 0.02em;
|
|
420
|
+
}
|
|
421
|
+
.codewin pre {
|
|
422
|
+
margin: 0;
|
|
423
|
+
padding: 22px 24px;
|
|
424
|
+
font-family: var(--mono);
|
|
425
|
+
font-weight: 400;
|
|
426
|
+
font-size: 18px;
|
|
427
|
+
line-height: 1.6;
|
|
428
|
+
color: var(--on-dark);
|
|
429
|
+
}
|
|
430
|
+
.codewin .add {
|
|
431
|
+
background: color-mix(in srgb, var(--ok) 16%, transparent);
|
|
432
|
+
display: block;
|
|
433
|
+
margin: 0 -24px;
|
|
434
|
+
padding: 0 24px;
|
|
435
|
+
}
|
|
436
|
+
.codewin .del {
|
|
437
|
+
background: color-mix(in srgb, var(--warn) 16%, transparent);
|
|
438
|
+
display: block;
|
|
439
|
+
margin: 0 -24px;
|
|
440
|
+
padding: 0 24px;
|
|
441
|
+
color: var(--on-dark-soft);
|
|
442
|
+
}
|
|
443
|
+
.codewin .k {
|
|
444
|
+
color: var(--coral);
|
|
445
|
+
}
|
|
446
|
+
.codewin .s {
|
|
447
|
+
color: var(--teal);
|
|
448
|
+
}
|
|
449
|
+
.codewin .n {
|
|
450
|
+
color: var(--amber);
|
|
451
|
+
}
|
|
452
|
+
.codewin .g {
|
|
453
|
+
color: var(--ok);
|
|
454
|
+
}
|
|
455
|
+
.codewin .r {
|
|
456
|
+
color: var(--warn);
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
/* FRAMES */
|
|
460
|
+
.gallery {
|
|
461
|
+
display: grid;
|
|
462
|
+
grid-template-columns: 1fr 1fr;
|
|
463
|
+
gap: 48px;
|
|
464
|
+
}
|
|
465
|
+
.fw .flabel {
|
|
466
|
+
display: flex;
|
|
467
|
+
gap: 14px;
|
|
468
|
+
align-items: baseline;
|
|
469
|
+
margin-bottom: 16px;
|
|
470
|
+
font-family: var(--mono);
|
|
471
|
+
font-weight: 500;
|
|
472
|
+
text-transform: uppercase;
|
|
473
|
+
letter-spacing: 0.14em;
|
|
474
|
+
font-size: 12px;
|
|
475
|
+
color: color-mix(in srgb, var(--ink) 50%, var(--cream));
|
|
476
|
+
}
|
|
477
|
+
.fw .flabel b {
|
|
478
|
+
color: var(--coral);
|
|
479
|
+
}
|
|
480
|
+
.frame {
|
|
481
|
+
aspect-ratio: 16/9;
|
|
482
|
+
container-type: size;
|
|
483
|
+
position: relative;
|
|
484
|
+
overflow: hidden;
|
|
485
|
+
background: var(--cream);
|
|
486
|
+
border-radius: 8px;
|
|
487
|
+
box-shadow:
|
|
488
|
+
0 0 0 1px var(--hair),
|
|
489
|
+
0 10px 30px rgba(20, 20, 19, 0.06);
|
|
490
|
+
}
|
|
491
|
+
.frame > .body {
|
|
492
|
+
position: absolute;
|
|
493
|
+
inset: 0;
|
|
494
|
+
z-index: 3;
|
|
495
|
+
}
|
|
496
|
+
.frame .tb {
|
|
497
|
+
position: absolute;
|
|
498
|
+
left: 5cqw;
|
|
499
|
+
right: 5cqw;
|
|
500
|
+
top: 3.4cqw;
|
|
501
|
+
display: flex;
|
|
502
|
+
justify-content: space-between;
|
|
503
|
+
align-items: center;
|
|
504
|
+
z-index: 4;
|
|
505
|
+
}
|
|
506
|
+
.frame .tb .l {
|
|
507
|
+
font-family: var(--mono);
|
|
508
|
+
font-weight: 500;
|
|
509
|
+
text-transform: uppercase;
|
|
510
|
+
letter-spacing: 0.16em;
|
|
511
|
+
font-size: 0.95cqw;
|
|
512
|
+
color: color-mix(in srgb, var(--ink) 56%, var(--cream));
|
|
513
|
+
}
|
|
514
|
+
.frame .tb .l.coral {
|
|
515
|
+
color: var(--coral);
|
|
516
|
+
}
|
|
517
|
+
.frame .fl {
|
|
518
|
+
position: absolute;
|
|
519
|
+
left: 5cqw;
|
|
520
|
+
right: 5cqw;
|
|
521
|
+
bottom: 3cqw;
|
|
522
|
+
display: flex;
|
|
523
|
+
justify-content: space-between;
|
|
524
|
+
font-family: var(--mono);
|
|
525
|
+
font-weight: 500;
|
|
526
|
+
text-transform: uppercase;
|
|
527
|
+
letter-spacing: 0.14em;
|
|
528
|
+
font-size: 0.82cqw;
|
|
529
|
+
color: color-mix(in srgb, var(--ink) 48%, var(--cream));
|
|
530
|
+
z-index: 4;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
/* f1 cover */
|
|
534
|
+
.cf1 .body {
|
|
535
|
+
display: flex;
|
|
536
|
+
flex-direction: column;
|
|
537
|
+
justify-content: center;
|
|
538
|
+
padding: 0 5cqw;
|
|
539
|
+
}
|
|
540
|
+
.cf1 .kick {
|
|
541
|
+
font-family: var(--mono);
|
|
542
|
+
font-weight: 500;
|
|
543
|
+
text-transform: uppercase;
|
|
544
|
+
letter-spacing: 0.16em;
|
|
545
|
+
font-size: 1.1cqw;
|
|
546
|
+
color: var(--coral);
|
|
547
|
+
margin-bottom: 1.6cqw;
|
|
548
|
+
}
|
|
549
|
+
.cf1 h3 {
|
|
550
|
+
font-family: var(--serif);
|
|
551
|
+
font-weight: 400;
|
|
552
|
+
font-size: 9.6cqw;
|
|
553
|
+
line-height: 0.98;
|
|
554
|
+
letter-spacing: -0.035em;
|
|
555
|
+
color: var(--ink);
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
/* f2 statement */
|
|
559
|
+
.cf2 .body {
|
|
560
|
+
display: flex;
|
|
561
|
+
flex-direction: column;
|
|
562
|
+
justify-content: center;
|
|
563
|
+
padding: 0 7cqw;
|
|
564
|
+
}
|
|
565
|
+
.cf2 h3 {
|
|
566
|
+
font-family: var(--serif);
|
|
567
|
+
font-weight: 400;
|
|
568
|
+
font-size: 7cqw;
|
|
569
|
+
line-height: 1.04;
|
|
570
|
+
letter-spacing: -0.028em;
|
|
571
|
+
color: var(--ink);
|
|
572
|
+
max-width: 74cqw;
|
|
573
|
+
}
|
|
574
|
+
.cf2 h3 .it {
|
|
575
|
+
font-style: italic;
|
|
576
|
+
color: var(--coral);
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
/* f3 code surface — the PR-critical frame */
|
|
580
|
+
.cf3 .body {
|
|
581
|
+
display: flex;
|
|
582
|
+
flex-direction: column;
|
|
583
|
+
justify-content: center;
|
|
584
|
+
padding: 0 5cqw;
|
|
585
|
+
}
|
|
586
|
+
.cf3 .kick {
|
|
587
|
+
font-family: var(--mono);
|
|
588
|
+
font-weight: 500;
|
|
589
|
+
text-transform: uppercase;
|
|
590
|
+
letter-spacing: 0.16em;
|
|
591
|
+
font-size: 0.95cqw;
|
|
592
|
+
color: var(--coral);
|
|
593
|
+
margin-bottom: 1.3cqw;
|
|
594
|
+
}
|
|
595
|
+
.cf3 .win {
|
|
596
|
+
background: var(--navy);
|
|
597
|
+
border: 0.08cqw solid var(--on-dark-soft);
|
|
598
|
+
border-radius: 0.7cqw;
|
|
599
|
+
overflow: hidden;
|
|
600
|
+
box-shadow: 0 1cqw 3cqw rgba(20, 20, 19, 0.18);
|
|
601
|
+
}
|
|
602
|
+
.cf3 .win .bar {
|
|
603
|
+
background: var(--navy-elev);
|
|
604
|
+
padding: 0.9cqw 1.3cqw;
|
|
605
|
+
display: flex;
|
|
606
|
+
align-items: center;
|
|
607
|
+
gap: 0.5cqw;
|
|
608
|
+
}
|
|
609
|
+
.cf3 .win .bar .dot {
|
|
610
|
+
width: 0.8cqw;
|
|
611
|
+
height: 0.8cqw;
|
|
612
|
+
border-radius: 50%;
|
|
613
|
+
}
|
|
614
|
+
.cf3 .win .bar .fn {
|
|
615
|
+
font-family: var(--mono);
|
|
616
|
+
font-weight: 500;
|
|
617
|
+
font-size: 1cqw;
|
|
618
|
+
color: var(--on-dark-soft);
|
|
619
|
+
margin-left: 0.8cqw;
|
|
620
|
+
letter-spacing: 0.02em;
|
|
621
|
+
}
|
|
622
|
+
.cf3 .win pre {
|
|
623
|
+
margin: 0;
|
|
624
|
+
padding: 1.5cqw 1.8cqw;
|
|
625
|
+
font-family: var(--mono);
|
|
626
|
+
font-weight: 400;
|
|
627
|
+
font-size: 1.55cqw;
|
|
628
|
+
line-height: 1.62;
|
|
629
|
+
color: var(--on-dark);
|
|
630
|
+
}
|
|
631
|
+
.cf3 .add {
|
|
632
|
+
background: color-mix(in srgb, var(--ok) 16%, transparent);
|
|
633
|
+
display: block;
|
|
634
|
+
margin: 0 -1.8cqw;
|
|
635
|
+
padding: 0 1.8cqw;
|
|
636
|
+
}
|
|
637
|
+
.cf3 .del {
|
|
638
|
+
background: color-mix(in srgb, var(--warn) 16%, transparent);
|
|
639
|
+
display: block;
|
|
640
|
+
margin: 0 -1.8cqw;
|
|
641
|
+
padding: 0 1.8cqw;
|
|
642
|
+
color: var(--on-dark-soft);
|
|
643
|
+
}
|
|
644
|
+
.cf3 .k {
|
|
645
|
+
color: var(--coral);
|
|
646
|
+
}
|
|
647
|
+
.cf3 .s {
|
|
648
|
+
color: var(--teal);
|
|
649
|
+
}
|
|
650
|
+
.cf3 .n {
|
|
651
|
+
color: var(--amber);
|
|
652
|
+
}
|
|
653
|
+
.cf3 .g {
|
|
654
|
+
color: var(--ok);
|
|
655
|
+
}
|
|
656
|
+
.cf3 .r {
|
|
657
|
+
color: var(--warn);
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
/* f4 number / impact */
|
|
661
|
+
.cf4 .body {
|
|
662
|
+
display: flex;
|
|
663
|
+
flex-direction: column;
|
|
664
|
+
justify-content: center;
|
|
665
|
+
padding: 0 5cqw;
|
|
666
|
+
}
|
|
667
|
+
.cf4 .tag {
|
|
668
|
+
font-family: var(--mono);
|
|
669
|
+
font-weight: 500;
|
|
670
|
+
text-transform: uppercase;
|
|
671
|
+
letter-spacing: 0.16em;
|
|
672
|
+
font-size: 1cqw;
|
|
673
|
+
color: var(--coral);
|
|
674
|
+
border-top: 0.08cqw solid var(--hair);
|
|
675
|
+
padding-top: 1.2cqw;
|
|
676
|
+
display: inline-block;
|
|
677
|
+
}
|
|
678
|
+
.cf4 .fig {
|
|
679
|
+
font-family: var(--serif);
|
|
680
|
+
font-weight: 400;
|
|
681
|
+
font-size: 16cqw;
|
|
682
|
+
line-height: 0.92;
|
|
683
|
+
letter-spacing: -0.03em;
|
|
684
|
+
color: var(--ink);
|
|
685
|
+
}
|
|
686
|
+
.cf4 .fig .u {
|
|
687
|
+
font-family: var(--mono);
|
|
688
|
+
font-weight: 500;
|
|
689
|
+
font-size: 4.2cqw;
|
|
690
|
+
letter-spacing: 0;
|
|
691
|
+
margin-left: 0.6cqw;
|
|
692
|
+
color: color-mix(in srgb, var(--ink) 64%, var(--cream));
|
|
693
|
+
}
|
|
694
|
+
.cf4 .d {
|
|
695
|
+
font-family: var(--sans);
|
|
696
|
+
font-weight: 400;
|
|
697
|
+
font-size: 1.7cqw;
|
|
698
|
+
line-height: 1.4;
|
|
699
|
+
color: color-mix(in srgb, var(--ink) 74%, var(--cream));
|
|
700
|
+
max-width: 44cqw;
|
|
701
|
+
margin-top: 1cqw;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
/* f5 pull-quote */
|
|
705
|
+
.cf5 .body {
|
|
706
|
+
display: flex;
|
|
707
|
+
flex-direction: column;
|
|
708
|
+
justify-content: center;
|
|
709
|
+
padding: 0 8cqw;
|
|
710
|
+
}
|
|
711
|
+
.cf5 .q {
|
|
712
|
+
font-family: var(--serif);
|
|
713
|
+
font-style: italic;
|
|
714
|
+
font-weight: 400;
|
|
715
|
+
font-size: 5cqw;
|
|
716
|
+
line-height: 1.16;
|
|
717
|
+
letter-spacing: -0.018em;
|
|
718
|
+
color: var(--ink);
|
|
719
|
+
}
|
|
720
|
+
.cf5 .cite {
|
|
721
|
+
font-family: var(--mono);
|
|
722
|
+
font-weight: 500;
|
|
723
|
+
text-transform: uppercase;
|
|
724
|
+
letter-spacing: 0.16em;
|
|
725
|
+
font-size: 0.95cqw;
|
|
726
|
+
color: color-mix(in srgb, var(--ink) 56%, var(--cream));
|
|
727
|
+
margin-top: 2.2cqw;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
/* f6 closing / cta */
|
|
731
|
+
.cf6 .body {
|
|
732
|
+
display: flex;
|
|
733
|
+
flex-direction: column;
|
|
734
|
+
justify-content: center;
|
|
735
|
+
padding: 0 5cqw;
|
|
736
|
+
}
|
|
737
|
+
.cf6 h3 {
|
|
738
|
+
font-family: var(--serif);
|
|
739
|
+
font-weight: 400;
|
|
740
|
+
font-size: 6.2cqw;
|
|
741
|
+
line-height: 1.02;
|
|
742
|
+
letter-spacing: -0.028em;
|
|
743
|
+
color: var(--ink);
|
|
744
|
+
margin-bottom: 2.4cqw;
|
|
745
|
+
}
|
|
746
|
+
.cf6 .ship {
|
|
747
|
+
display: flex;
|
|
748
|
+
align-items: center;
|
|
749
|
+
gap: 1.4cqw;
|
|
750
|
+
margin-bottom: 2.4cqw;
|
|
751
|
+
}
|
|
752
|
+
.cf6 .av {
|
|
753
|
+
width: 4cqw;
|
|
754
|
+
height: 4cqw;
|
|
755
|
+
border-radius: 50%;
|
|
756
|
+
border: 0.1cqw solid var(--hair);
|
|
757
|
+
background: var(--tile);
|
|
758
|
+
display: grid;
|
|
759
|
+
place-items: center;
|
|
760
|
+
font-family: var(--mono);
|
|
761
|
+
font-weight: 500;
|
|
762
|
+
font-size: 1.2cqw;
|
|
763
|
+
color: var(--ink);
|
|
764
|
+
margin-left: -1cqw;
|
|
765
|
+
}
|
|
766
|
+
.cf6 .av:first-child {
|
|
767
|
+
margin-left: 0;
|
|
768
|
+
}
|
|
769
|
+
.cf6 .shiplbl {
|
|
770
|
+
font-family: var(--mono);
|
|
771
|
+
font-weight: 500;
|
|
772
|
+
text-transform: uppercase;
|
|
773
|
+
letter-spacing: 0.14em;
|
|
774
|
+
font-size: 0.95cqw;
|
|
775
|
+
color: color-mix(in srgb, var(--ink) 56%, var(--cream));
|
|
776
|
+
margin-left: 0.8cqw;
|
|
777
|
+
}
|
|
778
|
+
.cf6 .cta {
|
|
779
|
+
background: var(--coral);
|
|
780
|
+
color: var(--cream);
|
|
781
|
+
border-radius: 0.6cqw;
|
|
782
|
+
padding: 1.2cqw 2cqw;
|
|
783
|
+
display: inline-flex;
|
|
784
|
+
align-self: flex-start;
|
|
785
|
+
font-family: var(--sans);
|
|
786
|
+
font-weight: 500;
|
|
787
|
+
font-size: 1.8cqw;
|
|
788
|
+
}
|
|
789
|
+
|
|
790
|
+
/* PRINCIPLES */
|
|
791
|
+
.dos {
|
|
792
|
+
display: grid;
|
|
793
|
+
grid-template-columns: 1fr 1fr;
|
|
794
|
+
gap: 48px;
|
|
795
|
+
}
|
|
796
|
+
.do-card h4 {
|
|
797
|
+
font-family: var(--serif);
|
|
798
|
+
font-weight: 400;
|
|
799
|
+
font-size: 34px;
|
|
800
|
+
color: var(--ink);
|
|
801
|
+
margin-bottom: 6px;
|
|
802
|
+
letter-spacing: -0.02em;
|
|
803
|
+
}
|
|
804
|
+
.do-card .rule {
|
|
805
|
+
height: 1px;
|
|
806
|
+
background: var(--hair);
|
|
807
|
+
margin-bottom: 22px;
|
|
808
|
+
}
|
|
809
|
+
.do-card ul {
|
|
810
|
+
list-style: none;
|
|
811
|
+
}
|
|
812
|
+
.do-card li {
|
|
813
|
+
font-family: var(--sans);
|
|
814
|
+
font-weight: 400;
|
|
815
|
+
font-size: 17px;
|
|
816
|
+
line-height: 1.5;
|
|
817
|
+
padding-left: 24px;
|
|
818
|
+
position: relative;
|
|
819
|
+
margin-bottom: 13px;
|
|
820
|
+
color: color-mix(in srgb, var(--ink) 84%, var(--cream));
|
|
821
|
+
}
|
|
822
|
+
.do-card li::before {
|
|
823
|
+
position: absolute;
|
|
824
|
+
left: 0;
|
|
825
|
+
font-family: var(--mono);
|
|
826
|
+
}
|
|
827
|
+
.do-card.do li::before {
|
|
828
|
+
content: "+";
|
|
829
|
+
color: var(--coral);
|
|
830
|
+
}
|
|
831
|
+
.do-card.dont li::before {
|
|
832
|
+
content: "\00d7";
|
|
833
|
+
color: color-mix(in srgb, var(--ink) 40%, var(--cream));
|
|
834
|
+
}
|
|
835
|
+
|
|
836
|
+
.foot {
|
|
837
|
+
padding: 60px 120px;
|
|
838
|
+
border-top: 1px solid var(--hair);
|
|
839
|
+
display: flex;
|
|
840
|
+
justify-content: space-between;
|
|
841
|
+
align-items: center;
|
|
842
|
+
}
|
|
843
|
+
.foot .l {
|
|
844
|
+
font-family: var(--serif);
|
|
845
|
+
font-weight: 400;
|
|
846
|
+
font-size: 30px;
|
|
847
|
+
color: var(--ink);
|
|
848
|
+
}
|
|
849
|
+
.foot .l .spike {
|
|
850
|
+
color: var(--coral);
|
|
851
|
+
}
|
|
852
|
+
.foot .r {
|
|
853
|
+
font-family: var(--mono);
|
|
854
|
+
font-weight: 500;
|
|
855
|
+
text-transform: uppercase;
|
|
856
|
+
letter-spacing: 0.16em;
|
|
857
|
+
font-size: 11px;
|
|
858
|
+
color: color-mix(in srgb, var(--ink) 50%, var(--cream));
|
|
859
|
+
}
|
|
860
|
+
@media (max-width: 1100px) {
|
|
861
|
+
.gallery {
|
|
862
|
+
grid-template-columns: 1fr;
|
|
863
|
+
}
|
|
864
|
+
.swatches {
|
|
865
|
+
grid-template-columns: 1fr 1fr;
|
|
866
|
+
}
|
|
867
|
+
}
|
|
868
|
+
</style>
|
|
869
|
+
</head>
|
|
870
|
+
<body>
|
|
871
|
+
<!-- COVER -->
|
|
872
|
+
<section class="cover">
|
|
873
|
+
<div class="top">
|
|
874
|
+
<span class="lbl"><span class="spike">✱</span> Frame System · Vol. 01</span
|
|
875
|
+
><span class="idx">EB Garamond · Inter · JetBrains Mono</span>
|
|
876
|
+
</div>
|
|
877
|
+
<h1>Cream, ink & one <span class="it">coral.</span></h1>
|
|
878
|
+
<div class="lede">
|
|
879
|
+
A warm-editorial frame system — EB Garamond at optical sizes for display, Inter for body,
|
|
880
|
+
JetBrains Mono for the index and code, and a single terracotta coral held as scarce voltage.
|
|
881
|
+
</div>
|
|
882
|
+
<div class="footline">
|
|
883
|
+
<span>Warm cream paper · hairline elevation</span><span>1920 × 1080</span>
|
|
884
|
+
</div>
|
|
885
|
+
</section>
|
|
886
|
+
|
|
887
|
+
<!-- PALETTE -->
|
|
888
|
+
<section>
|
|
889
|
+
<div class="topbar">
|
|
890
|
+
<span class="lbl">01 — Palette</span>
|
|
891
|
+
<h2>The trinity, plus a code surface</h2>
|
|
892
|
+
</div>
|
|
893
|
+
<div class="swatches">
|
|
894
|
+
<div class="sw">
|
|
895
|
+
<div class="chip" style="background: var(--ink)"></div>
|
|
896
|
+
<div class="meta">
|
|
897
|
+
<div class="name">Ink</div>
|
|
898
|
+
<div class="hex">#141413</div>
|
|
899
|
+
<div class="role">
|
|
900
|
+
Warm near-black — the voice. Every word, every hairline; never pure #000.
|
|
901
|
+
</div>
|
|
902
|
+
</div>
|
|
903
|
+
</div>
|
|
904
|
+
<div class="sw">
|
|
905
|
+
<div class="chip" style="background: var(--cream)"></div>
|
|
906
|
+
<div class="meta">
|
|
907
|
+
<div class="name">Cream</div>
|
|
908
|
+
<div class="hex">#FAF9F5</div>
|
|
909
|
+
<div class="role">Warm paper — the ~60% floor. Never pure white, never cool.</div>
|
|
910
|
+
</div>
|
|
911
|
+
</div>
|
|
912
|
+
<div class="sw">
|
|
913
|
+
<div class="chip" style="background: var(--coral)"></div>
|
|
914
|
+
<div class="meta">
|
|
915
|
+
<div class="name">Coral</div>
|
|
916
|
+
<div class="hex">#CC785C</div>
|
|
917
|
+
<div class="role">
|
|
918
|
+
Terracotta voltage — the one accent. CTA / inline link / band, once per frame.
|
|
919
|
+
</div>
|
|
920
|
+
</div>
|
|
921
|
+
</div>
|
|
922
|
+
<div class="sw">
|
|
923
|
+
<div class="chip" style="background: var(--tile)"></div>
|
|
924
|
+
<div class="meta">
|
|
925
|
+
<div class="name">Tile</div>
|
|
926
|
+
<div class="hex">#EFE9DE</div>
|
|
927
|
+
<div class="role">Half-step content surface — where cards gather.</div>
|
|
928
|
+
</div>
|
|
929
|
+
</div>
|
|
930
|
+
<div class="sw">
|
|
931
|
+
<div class="chip" style="background: var(--tile-strong)"></div>
|
|
932
|
+
<div class="meta">
|
|
933
|
+
<div class="name">Tile Strong</div>
|
|
934
|
+
<div class="hex">#ECE3D4</div>
|
|
935
|
+
<div class="role">Pressed / deepest warm-paper step.</div>
|
|
936
|
+
</div>
|
|
937
|
+
</div>
|
|
938
|
+
<div class="sw">
|
|
939
|
+
<div class="chip" style="background: var(--navy)"></div>
|
|
940
|
+
<div class="meta">
|
|
941
|
+
<div class="name">Navy</div>
|
|
942
|
+
<div class="hex">#181715</div>
|
|
943
|
+
<div class="role">
|
|
944
|
+
Warm code / terminal surface — structural anchor, not a brand hue.
|
|
945
|
+
</div>
|
|
946
|
+
</div>
|
|
947
|
+
</div>
|
|
948
|
+
<div class="sw">
|
|
949
|
+
<div class="chip" style="background: var(--navy-elev)"></div>
|
|
950
|
+
<div class="meta">
|
|
951
|
+
<div class="name">Navy Elev</div>
|
|
952
|
+
<div class="hex">#252320</div>
|
|
953
|
+
<div class="role">Title bars + status strips on the code surface.</div>
|
|
954
|
+
</div>
|
|
955
|
+
</div>
|
|
956
|
+
<div class="sw">
|
|
957
|
+
<div
|
|
958
|
+
class="chip"
|
|
959
|
+
style="background: linear-gradient(90deg, var(--teal) 0 50%, var(--amber) 50% 100%)"
|
|
960
|
+
></div>
|
|
961
|
+
<div class="meta">
|
|
962
|
+
<div class="name">Syntax</div>
|
|
963
|
+
<div class="hex">#5DB8A6 · #E8A55A</div>
|
|
964
|
+
<div class="role">
|
|
965
|
+
Teal strings · amber numbers — fixed code decoration, not remixable.
|
|
966
|
+
</div>
|
|
967
|
+
</div>
|
|
968
|
+
</div>
|
|
969
|
+
</div>
|
|
970
|
+
<div class="syntax-note">
|
|
971
|
+
<span><span class="dot" style="background: var(--coral)"></span>keywords</span>
|
|
972
|
+
<span><span class="dot" style="background: var(--teal)"></span>strings</span>
|
|
973
|
+
<span><span class="dot" style="background: var(--amber)"></span>numbers</span>
|
|
974
|
+
<span><span class="dot" style="background: var(--ok)"></span>added</span>
|
|
975
|
+
<span><span class="dot" style="background: var(--warn)"></span>removed</span>
|
|
976
|
+
</div>
|
|
977
|
+
</section>
|
|
978
|
+
|
|
979
|
+
<!-- TYPOGRAPHY -->
|
|
980
|
+
<section>
|
|
981
|
+
<div class="topbar">
|
|
982
|
+
<span class="lbl">02 — Typography</span>
|
|
983
|
+
<h2>EB Garamond display · Inter body · Mono index</h2>
|
|
984
|
+
</div>
|
|
985
|
+
<div class="type-row">
|
|
986
|
+
<div>
|
|
987
|
+
<div class="tok">display-cover</div>
|
|
988
|
+
<div class="m">EB Garamond · 500 · 190px · −0.028em · sentence</div>
|
|
989
|
+
</div>
|
|
990
|
+
<div>
|
|
991
|
+
<span class="serif" style="font-size: 108px; line-height: 0.98"
|
|
992
|
+
>Streaming, end to end.</span
|
|
993
|
+
>
|
|
994
|
+
</div>
|
|
995
|
+
</div>
|
|
996
|
+
<div class="type-row">
|
|
997
|
+
<div>
|
|
998
|
+
<div class="tok">display</div>
|
|
999
|
+
<div class="m">EB Garamond · 500 · 140px · −0.022em</div>
|
|
1000
|
+
</div>
|
|
1001
|
+
<div><span class="serif" style="font-size: 80px">A serif that thinks.</span></div>
|
|
1002
|
+
</div>
|
|
1003
|
+
<div class="type-row">
|
|
1004
|
+
<div>
|
|
1005
|
+
<div class="tok">number-hero</div>
|
|
1006
|
+
<div class="m">EB Garamond · 500 · 180px · figure + mono unit</div>
|
|
1007
|
+
</div>
|
|
1008
|
+
<div>
|
|
1009
|
+
<span class="serif" style="font-size: 96px; color: var(--ink)"
|
|
1010
|
+
>+1,204<span
|
|
1011
|
+
style="
|
|
1012
|
+
font-family: var(--mono);
|
|
1013
|
+
font-weight: 500;
|
|
1014
|
+
font-size: 36px;
|
|
1015
|
+
color: color-mix(in srgb, var(--ink) 64%, var(--cream));
|
|
1016
|
+
"
|
|
1017
|
+
>
|
|
1018
|
+
lines</span
|
|
1019
|
+
></span
|
|
1020
|
+
>
|
|
1021
|
+
</div>
|
|
1022
|
+
</div>
|
|
1023
|
+
<div class="type-row">
|
|
1024
|
+
<div>
|
|
1025
|
+
<div class="tok">body / lead</div>
|
|
1026
|
+
<div class="m">Inter · 400 · line 1.5</div>
|
|
1027
|
+
</div>
|
|
1028
|
+
<div>
|
|
1029
|
+
<p
|
|
1030
|
+
style="
|
|
1031
|
+
font-family: var(--sans);
|
|
1032
|
+
font-weight: 400;
|
|
1033
|
+
font-size: 24px;
|
|
1034
|
+
line-height: 1.5;
|
|
1035
|
+
max-width: 680px;
|
|
1036
|
+
color: color-mix(in srgb, var(--ink) 82%, var(--cream));
|
|
1037
|
+
"
|
|
1038
|
+
>
|
|
1039
|
+
The body reads first and answers second — Inter at weight 400, sentence case, with its
|
|
1040
|
+
qualifiers kept. No hype, no exclamation.
|
|
1041
|
+
</p>
|
|
1042
|
+
</div>
|
|
1043
|
+
</div>
|
|
1044
|
+
<div class="type-row">
|
|
1045
|
+
<div>
|
|
1046
|
+
<div class="tok">kicker / code</div>
|
|
1047
|
+
<div class="m">JetBrains Mono · 500 uppercase 0.16em · code 400</div>
|
|
1048
|
+
</div>
|
|
1049
|
+
<div>
|
|
1050
|
+
<span class="mono" style="font-size: 16px; color: var(--coral)"
|
|
1051
|
+
>✱ Pull Request · #1842</span
|
|
1052
|
+
>
|
|
1053
|
+
|
|
1054
|
+
<span style="font-family: var(--mono); font-size: 18px; color: var(--ink)"
|
|
1055
|
+
>async for tok in stream()</span
|
|
1056
|
+
>
|
|
1057
|
+
</div>
|
|
1058
|
+
</div>
|
|
1059
|
+
<div class="type-row" style="border-bottom: 0">
|
|
1060
|
+
<div>
|
|
1061
|
+
<div class="tok">quote-pull</div>
|
|
1062
|
+
<div class="m">EB Garamond · 400 · italic · the expressive register</div>
|
|
1063
|
+
</div>
|
|
1064
|
+
<div>
|
|
1065
|
+
<span class="serif" style="font-style: italic; font-size: 46px; color: var(--ink)"
|
|
1066
|
+
>Ship it when it reads like a person wrote it.</span
|
|
1067
|
+
>
|
|
1068
|
+
</div>
|
|
1069
|
+
</div>
|
|
1070
|
+
</section>
|
|
1071
|
+
|
|
1072
|
+
<!-- COMPONENTS -->
|
|
1073
|
+
<section>
|
|
1074
|
+
<div class="topbar">
|
|
1075
|
+
<span class="lbl">03 — Components</span>
|
|
1076
|
+
<h2>Hairline elevation · scarce coral</h2>
|
|
1077
|
+
</div>
|
|
1078
|
+
|
|
1079
|
+
<div class="cgrid">
|
|
1080
|
+
<div class="s5">
|
|
1081
|
+
<div class="cnote">card-hairline — 1px ink hairline + one soft warm shadow</div>
|
|
1082
|
+
<div class="card">
|
|
1083
|
+
<div class="kt">Reads first, answers second</div>
|
|
1084
|
+
<div class="kb">
|
|
1085
|
+
The editorial content card. Elevation is the hairline plus one soft warm shadow —
|
|
1086
|
+
never a heavy drop, glow, or gradient.
|
|
1087
|
+
</div>
|
|
1088
|
+
</div>
|
|
1089
|
+
<div class="card tile" style="margin-top: 24px">
|
|
1090
|
+
<div class="kt">Gathers on a half-step tile</div>
|
|
1091
|
+
<div class="kb">
|
|
1092
|
+
Content collects on a warm tile surface, half a step down from the cream floor.
|
|
1093
|
+
</div>
|
|
1094
|
+
</div>
|
|
1095
|
+
</div>
|
|
1096
|
+
<div class="s3">
|
|
1097
|
+
<div class="cnote">kicker-spike + coral-callout</div>
|
|
1098
|
+
<div class="kicker"><span class="spike">✱</span> For the considered worker</div>
|
|
1099
|
+
<div class="callout" style="margin-top: 22px">
|
|
1100
|
+
<span class="b">Start a project</span><span class="a">CTA</span>
|
|
1101
|
+
</div>
|
|
1102
|
+
<div
|
|
1103
|
+
class="kb"
|
|
1104
|
+
style="
|
|
1105
|
+
margin-top: 18px;
|
|
1106
|
+
font-family: var(--sans);
|
|
1107
|
+
font-size: 15px;
|
|
1108
|
+
line-height: 1.5;
|
|
1109
|
+
color: color-mix(in srgb, var(--ink) 70%, var(--cream));
|
|
1110
|
+
"
|
|
1111
|
+
>
|
|
1112
|
+
Coral is rationed — one moment per frame.
|
|
1113
|
+
</div>
|
|
1114
|
+
</div>
|
|
1115
|
+
<div class="s4">
|
|
1116
|
+
<div class="cnote">number-lockup — EB Garamond figure + mono unit</div>
|
|
1117
|
+
<div class="kpi">
|
|
1118
|
+
<div class="tag">Impact</div>
|
|
1119
|
+
<div class="fig">2.1<span class="u">× faster</span></div>
|
|
1120
|
+
<div class="d">Figure is serif; the unit is always mono, never the serif.</div>
|
|
1121
|
+
</div>
|
|
1122
|
+
</div>
|
|
1123
|
+
</div>
|
|
1124
|
+
|
|
1125
|
+
<div class="cgrid" style="margin-bottom: 0">
|
|
1126
|
+
<div class="s7">
|
|
1127
|
+
<div class="cnote">
|
|
1128
|
+
code-surface — the warm-navy code / terminal surface (code-* blocks render here)
|
|
1129
|
+
</div>
|
|
1130
|
+
<div class="codewin">
|
|
1131
|
+
<div class="bar">
|
|
1132
|
+
<span class="dot" style="background: #e8695a"></span
|
|
1133
|
+
><span class="dot" style="background: #e8b35a"></span
|
|
1134
|
+
><span class="dot" style="background: #5db872"></span
|
|
1135
|
+
><span class="fn">transport.py</span>
|
|
1136
|
+
</div>
|
|
1137
|
+
<pre><span class="del">- <span class="k">def</span> respond(q):</span>
|
|
1138
|
+
<span class="del">- <span class="k">return</span> model.answer(q)</span>
|
|
1139
|
+
<span class="add">+ <span class="k">async def</span> respond(q):</span>
|
|
1140
|
+
<span class="add">+ <span class="k">async for</span> tok <span class="k">in</span> model.stream(q, n=<span class="n">3</span>):</span>
|
|
1141
|
+
<span class="add">+ <span class="k">yield</span> tok</span></pre>
|
|
1142
|
+
</div>
|
|
1143
|
+
</div>
|
|
1144
|
+
<div class="s5">
|
|
1145
|
+
<div class="cnote">pull-quote — EB Garamond italic + mono cite</div>
|
|
1146
|
+
<div class="quote">
|
|
1147
|
+
<div class="q">
|
|
1148
|
+
Refactor the transport so streaming isn't a special case — it's the default.
|
|
1149
|
+
</div>
|
|
1150
|
+
<div class="cite">Commit a1b2c3d · a. chen</div>
|
|
1151
|
+
</div>
|
|
1152
|
+
</div>
|
|
1153
|
+
</div>
|
|
1154
|
+
</section>
|
|
1155
|
+
|
|
1156
|
+
<!-- FRAMES -->
|
|
1157
|
+
<section style="background: var(--tile)">
|
|
1158
|
+
<div class="topbar">
|
|
1159
|
+
<span class="lbl">04 — Frames</span>
|
|
1160
|
+
<h2>Six treatments ↔ PR beats</h2>
|
|
1161
|
+
</div>
|
|
1162
|
+
<div class="gallery">
|
|
1163
|
+
<div class="fw">
|
|
1164
|
+
<div class="flabel"><b>Cover</b><span>· the PR title · cream · left</span></div>
|
|
1165
|
+
<div class="frame cf1">
|
|
1166
|
+
<div class="tb">
|
|
1167
|
+
<span class="l coral">✱ Pull Request · #1842</span
|
|
1168
|
+
><span class="l">anthropics/sdk</span>
|
|
1169
|
+
</div>
|
|
1170
|
+
<div class="body">
|
|
1171
|
+
<div class="kick">✱ Feature</div>
|
|
1172
|
+
<h3>Streaming,<br />end to end.</h3>
|
|
1173
|
+
</div>
|
|
1174
|
+
<div class="fl">
|
|
1175
|
+
<span class="l">main ← stream-api</span><span class="l">01 / 06</span>
|
|
1176
|
+
</div>
|
|
1177
|
+
</div>
|
|
1178
|
+
</div>
|
|
1179
|
+
|
|
1180
|
+
<div class="fw">
|
|
1181
|
+
<div class="flabel"><b>Statement</b><span>· the change in a sentence · cream</span></div>
|
|
1182
|
+
<div class="frame cf2">
|
|
1183
|
+
<div class="tb">
|
|
1184
|
+
<span class="l coral">The change</span><span class="l">02 / 06</span>
|
|
1185
|
+
</div>
|
|
1186
|
+
<div class="body">
|
|
1187
|
+
<h3>The API now streams tokens <span class="it">as they're written.</span></h3>
|
|
1188
|
+
</div>
|
|
1189
|
+
</div>
|
|
1190
|
+
</div>
|
|
1191
|
+
|
|
1192
|
+
<div class="fw">
|
|
1193
|
+
<div class="flabel">
|
|
1194
|
+
<b>Code Surface</b><span>· the diff · navy · the PR-critical frame</span>
|
|
1195
|
+
</div>
|
|
1196
|
+
<div class="frame cf3">
|
|
1197
|
+
<div class="tb">
|
|
1198
|
+
<span class="l coral">The diff</span><span class="l">03 / 06</span>
|
|
1199
|
+
</div>
|
|
1200
|
+
<div class="body">
|
|
1201
|
+
<div class="kick">transport.py · +3 −2</div>
|
|
1202
|
+
<div class="win">
|
|
1203
|
+
<div class="bar">
|
|
1204
|
+
<span class="dot" style="background: #e8695a"></span
|
|
1205
|
+
><span class="dot" style="background: #e8b35a"></span
|
|
1206
|
+
><span class="dot" style="background: #5db872"></span
|
|
1207
|
+
><span class="fn">transport.py</span>
|
|
1208
|
+
</div>
|
|
1209
|
+
<pre><span class="del">- <span class="k">def</span> respond(q):</span>
|
|
1210
|
+
<span class="del">- <span class="k">return</span> model.answer(q)</span>
|
|
1211
|
+
<span class="add">+ <span class="k">async def</span> respond(q):</span>
|
|
1212
|
+
<span class="add">+ <span class="k">async for</span> tok <span class="k">in</span> model.stream(q):</span>
|
|
1213
|
+
<span class="add">+ <span class="k">yield</span> tok</span></pre>
|
|
1214
|
+
</div>
|
|
1215
|
+
</div>
|
|
1216
|
+
</div>
|
|
1217
|
+
</div>
|
|
1218
|
+
|
|
1219
|
+
<div class="fw">
|
|
1220
|
+
<div class="flabel">
|
|
1221
|
+
<b>Number / Impact</b><span>· +N/−M · cream · oversized figure</span>
|
|
1222
|
+
</div>
|
|
1223
|
+
<div class="frame cf4">
|
|
1224
|
+
<div class="tb">
|
|
1225
|
+
<span class="l coral">By the numbers</span><span class="l">04 / 06</span>
|
|
1226
|
+
</div>
|
|
1227
|
+
<div class="body">
|
|
1228
|
+
<span class="tag">Net change</span>
|
|
1229
|
+
<div class="fig">+1,204<span class="u">/ −318</span></div>
|
|
1230
|
+
<div class="d">
|
|
1231
|
+
Across 17 files — the transport layer rewritten, the special-case path deleted.
|
|
1232
|
+
</div>
|
|
1233
|
+
</div>
|
|
1234
|
+
<div class="fl"><span class="l">17 files</span><span class="l">04 / 06</span></div>
|
|
1235
|
+
</div>
|
|
1236
|
+
</div>
|
|
1237
|
+
|
|
1238
|
+
<div class="fw">
|
|
1239
|
+
<div class="flabel">
|
|
1240
|
+
<b>Pull-quote</b><span>· commit / review · EB Garamond italic</span>
|
|
1241
|
+
</div>
|
|
1242
|
+
<div class="frame cf5">
|
|
1243
|
+
<div class="tb">
|
|
1244
|
+
<span class="l coral">In the commit</span><span class="l">05 / 06</span>
|
|
1245
|
+
</div>
|
|
1246
|
+
<div class="body">
|
|
1247
|
+
<div class="q">"Streaming isn't a special case anymore — it's the default path."</div>
|
|
1248
|
+
<div class="cite">a. chen · author</div>
|
|
1249
|
+
</div>
|
|
1250
|
+
</div>
|
|
1251
|
+
</div>
|
|
1252
|
+
|
|
1253
|
+
<div class="fw">
|
|
1254
|
+
<div class="flabel"><b>Closing / CTA</b><span>· shipped-by · coral voltage</span></div>
|
|
1255
|
+
<div class="frame cf6">
|
|
1256
|
+
<div class="tb"><span class="l coral">Shipped</span><span class="l">06 / 06</span></div>
|
|
1257
|
+
<div class="body">
|
|
1258
|
+
<h3>Merged & shipped.</h3>
|
|
1259
|
+
<div class="ship">
|
|
1260
|
+
<div class="av">AC</div>
|
|
1261
|
+
<div class="av">RK</div>
|
|
1262
|
+
<div class="av">JM</div>
|
|
1263
|
+
<span class="shiplbl">a. chen · r. kapoor · +1</span>
|
|
1264
|
+
</div>
|
|
1265
|
+
<span class="cta">Read the PR →</span>
|
|
1266
|
+
</div>
|
|
1267
|
+
</div>
|
|
1268
|
+
</div>
|
|
1269
|
+
</div>
|
|
1270
|
+
</section>
|
|
1271
|
+
|
|
1272
|
+
<!-- PRINCIPLES -->
|
|
1273
|
+
<section>
|
|
1274
|
+
<div class="topbar">
|
|
1275
|
+
<span class="lbl">05 — Rules</span>
|
|
1276
|
+
<h2>Frame Rules</h2>
|
|
1277
|
+
</div>
|
|
1278
|
+
<div class="dos">
|
|
1279
|
+
<div class="do-card do">
|
|
1280
|
+
<h4>Do</h4>
|
|
1281
|
+
<div class="rule"></div>
|
|
1282
|
+
<ul>
|
|
1283
|
+
<li>Stand every frame on the warm cream floor; gather content on a half-step tile.</li>
|
|
1284
|
+
<li>Set display in EB Garamond 400, sentence case, optical size, negative-tracked.</li>
|
|
1285
|
+
<li>Ration coral to one moment per frame — CTA, inline link, or full-bleed band.</li>
|
|
1286
|
+
<li>Elevate with a 1px hairline + at most one soft warm shadow.</li>
|
|
1287
|
+
<li>Reserve warm navy for the code surface; pair every figure with a mono unit.</li>
|
|
1288
|
+
</ul>
|
|
1289
|
+
</div>
|
|
1290
|
+
<div class="do-card dont">
|
|
1291
|
+
<h4>Don't</h4>
|
|
1292
|
+
<div class="rule"></div>
|
|
1293
|
+
<ul>
|
|
1294
|
+
<li>No pure white, no cool gray, no pure black; no fourth brand hue.</li>
|
|
1295
|
+
<li>No heavy drop shadow, glow, gradient on content, or tilt.</li>
|
|
1296
|
+
<li>No uppercase or title-case EB Garamond; no sans headline; no serif label.</li>
|
|
1297
|
+
<li>No two corals in one frame; coral never sets a headline or body run.</li>
|
|
1298
|
+
<li>Don't cram edge-to-edge — the considered voice needs cream.</li>
|
|
1299
|
+
</ul>
|
|
1300
|
+
</div>
|
|
1301
|
+
</div>
|
|
1302
|
+
</section>
|
|
1303
|
+
|
|
1304
|
+
<!-- CAPTIONS — preview of caption-skin.html (the preset's lower-third karaoke look) -->
|
|
1305
|
+
<style>
|
|
1306
|
+
/* mirrors caption-skin.html; the skin's --cap-* vocab mapped to this preset's tokens */
|
|
1307
|
+
.capdemo {
|
|
1308
|
+
--cap-ink: var(--ink);
|
|
1309
|
+
--cap-canvas: var(--cream);
|
|
1310
|
+
--cap-accent: var(--coral);
|
|
1311
|
+
}
|
|
1312
|
+
.capdemo .stage {
|
|
1313
|
+
position: absolute;
|
|
1314
|
+
left: 0;
|
|
1315
|
+
right: 0;
|
|
1316
|
+
bottom: 0;
|
|
1317
|
+
height: 16.67cqh;
|
|
1318
|
+
display: flex;
|
|
1319
|
+
align-items: center;
|
|
1320
|
+
justify-content: center;
|
|
1321
|
+
z-index: 4;
|
|
1322
|
+
}
|
|
1323
|
+
.capdemo .pill {
|
|
1324
|
+
max-width: 80cqw;
|
|
1325
|
+
padding: 1.4cqw 3cqw 1.7cqw;
|
|
1326
|
+
background: var(--cap-canvas);
|
|
1327
|
+
border: 0.07cqw solid color-mix(in srgb, var(--cap-ink) 12%, transparent);
|
|
1328
|
+
border-radius: 0.7cqw;
|
|
1329
|
+
box-shadow:
|
|
1330
|
+
0 0.06cqw 0.18cqw rgba(20, 20, 19, 0.08),
|
|
1331
|
+
0 0.25cqw 1cqw rgba(20, 20, 19, 0.04);
|
|
1332
|
+
}
|
|
1333
|
+
.capdemo .line {
|
|
1334
|
+
display: flex;
|
|
1335
|
+
flex-wrap: wrap;
|
|
1336
|
+
justify-content: center;
|
|
1337
|
+
gap: 0.12em 0.3em;
|
|
1338
|
+
font-family: var(--serif);
|
|
1339
|
+
font-weight: 500;
|
|
1340
|
+
font-size: 3.4cqw;
|
|
1341
|
+
line-height: 1.24;
|
|
1342
|
+
letter-spacing: -0.02em;
|
|
1343
|
+
}
|
|
1344
|
+
.capdemo .w {
|
|
1345
|
+
display: inline-block;
|
|
1346
|
+
padding: 0 0.02em 0.06em;
|
|
1347
|
+
color: color-mix(in srgb, var(--cap-ink) 40%, var(--cap-canvas));
|
|
1348
|
+
border-bottom: 0.16cqw solid transparent;
|
|
1349
|
+
}
|
|
1350
|
+
.capdemo .w.spoken {
|
|
1351
|
+
color: var(--cap-ink);
|
|
1352
|
+
}
|
|
1353
|
+
.capdemo .w.active {
|
|
1354
|
+
color: var(--cap-ink);
|
|
1355
|
+
border-bottom: 0.16cqw solid var(--cap-accent);
|
|
1356
|
+
}
|
|
1357
|
+
.capdemo .bandline {
|
|
1358
|
+
position: absolute;
|
|
1359
|
+
left: 0;
|
|
1360
|
+
right: 0;
|
|
1361
|
+
bottom: 16.67cqh;
|
|
1362
|
+
border-top: 0.12cqw dashed color-mix(in srgb, var(--ink) 28%, transparent);
|
|
1363
|
+
z-index: 3;
|
|
1364
|
+
}
|
|
1365
|
+
.capdemo .bandtag {
|
|
1366
|
+
position: absolute;
|
|
1367
|
+
right: 5cqw;
|
|
1368
|
+
bottom: calc(16.67cqh + 0.7cqw);
|
|
1369
|
+
font-family: var(--mono);
|
|
1370
|
+
font-weight: 500;
|
|
1371
|
+
text-transform: uppercase;
|
|
1372
|
+
letter-spacing: 0.12em;
|
|
1373
|
+
font-size: 0.82cqw;
|
|
1374
|
+
color: color-mix(in srgb, var(--ink) 50%, var(--cream));
|
|
1375
|
+
z-index: 4;
|
|
1376
|
+
}
|
|
1377
|
+
</style>
|
|
1378
|
+
<section style="background: var(--tile)">
|
|
1379
|
+
<div class="topbar">
|
|
1380
|
+
<span class="lbl">06 — Captions</span>
|
|
1381
|
+
<h2>Lower-Third Karaoke</h2>
|
|
1382
|
+
</div>
|
|
1383
|
+
<div class="gallery">
|
|
1384
|
+
<div class="fw">
|
|
1385
|
+
<div class="flabel"><b>Active line</b><span>· spoken · current · upcoming</span></div>
|
|
1386
|
+
<div class="frame capdemo">
|
|
1387
|
+
<div class="tb"><span class="l coral">Captions</span><span class="l">active</span></div>
|
|
1388
|
+
<div class="bandline"></div>
|
|
1389
|
+
<div class="bandtag">caption band · 16.7%</div>
|
|
1390
|
+
<div class="stage">
|
|
1391
|
+
<div class="pill">
|
|
1392
|
+
<div class="line">
|
|
1393
|
+
<span class="w spoken">Streaming</span>
|
|
1394
|
+
<span class="w spoken">is</span>
|
|
1395
|
+
<span class="w active">the</span>
|
|
1396
|
+
<span class="w">default</span>
|
|
1397
|
+
<span class="w">now.</span>
|
|
1398
|
+
</div>
|
|
1399
|
+
</div>
|
|
1400
|
+
</div>
|
|
1401
|
+
</div>
|
|
1402
|
+
</div>
|
|
1403
|
+
|
|
1404
|
+
<div class="fw">
|
|
1405
|
+
<div class="flabel"><b>Settled line</b><span>· all spoken · underline cleared</span></div>
|
|
1406
|
+
<div class="frame capdemo">
|
|
1407
|
+
<div class="tb">
|
|
1408
|
+
<span class="l coral">Captions</span><span class="l">settled</span>
|
|
1409
|
+
</div>
|
|
1410
|
+
<div class="stage">
|
|
1411
|
+
<div class="pill">
|
|
1412
|
+
<div class="line">
|
|
1413
|
+
<span class="w spoken">Read</span>
|
|
1414
|
+
<span class="w spoken">it</span>
|
|
1415
|
+
<span class="w spoken">first.</span>
|
|
1416
|
+
</div>
|
|
1417
|
+
</div>
|
|
1418
|
+
</div>
|
|
1419
|
+
</div>
|
|
1420
|
+
</div>
|
|
1421
|
+
</div>
|
|
1422
|
+
</section>
|
|
1423
|
+
|
|
1424
|
+
<div class="foot">
|
|
1425
|
+
<span class="l"><span class="spike">✱</span> Claude</span>
|
|
1426
|
+
<span class="r">Frame Showcase · Atoms Sacred · Composition Free</span>
|
|
1427
|
+
</div>
|
|
1428
|
+
|
|
1429
|
+
<template id="__bundler_thumbnail">
|
|
1430
|
+
<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg">
|
|
1431
|
+
<rect width="100" height="100" fill="#faf9f5" />
|
|
1432
|
+
<text x="11" y="48" font-family="Georgia" font-size="34" fill="#141413">Aa</text>
|
|
1433
|
+
<text x="68" y="30" font-family="monospace" font-size="22" fill="#cc785c">✱</text>
|
|
1434
|
+
<rect x="11" y="62" width="58" height="1.5" fill="#141413" opacity="0.16" />
|
|
1435
|
+
<rect x="11" y="72" width="40" height="10" rx="2" fill="#181715" />
|
|
1436
|
+
</svg>
|
|
1437
|
+
</template>
|
|
1438
|
+
</body>
|
|
1439
|
+
</html>
|