.agents/skills/fireworks-tech-graph/references/style-7-openai.md
Clean, modern aesthetic matching OpenAI's documentation and research diagrams — minimal but precise.
Background: #ffffff (pure white)
Primary text: #0d0d0d (near black)
Secondary text: #6e6e80 (muted gray)
Border: #e5e5e5 (light gray)
Accent colors (reserved):
Green accent: #10a37f (OpenAI brand green)
Blue accent: #1d4ed8 (links, actions)
Orange accent: #f97316 (highlights, warnings)
Gray accent: #71717a (secondary elements)
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica Neue, sans-serif
font-size: 16px node labels, 13px descriptions, 12px arrow labels
font-weight: 600 for titles, 500 for labels, 400 for descriptions
letter-spacing: -0.01em (tight)
No custom fonts. System font stack only for maximum compatibility.
Clean, minimal boxes with subtle borders:
<!-- Standard node -->
<rect x="100" y="100" width="180" height="80" rx="8" ry="8"
fill="#ffffff" stroke="#e5e5e5" stroke-width="1.5"/>
<!-- Accent node (with green left border) -->
<rect x="100" y="100" width="180" height="80" rx="8" ry="8"
fill="#ffffff" stroke="#e5e5e5" stroke-width="1.5"/>
<rect x="100" y="100" width="4" height="80" rx="2" ry="2"
fill="#10a37f"/>
Key techniques:
rx="8" for subtle roundingstroke-width: 1.5 — thin, precise bordersThin, precise arrows with subtle colors:
<defs>
<!-- Default arrow (gray) -->
<marker id="arrow-oai" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" fill="#71717a"/>
</marker>
<!-- Accent arrow (green) -->
<marker id="arrow-oai-green" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" fill="#10a37f"/>
</marker>
</defs>
<!-- Default connection -->
<line x1="280" y1="140" x2="400" y2="140"
stroke="#71717a" stroke-width="1.5" marker-end="url(#arrow-oai)"/>
<!-- Accent connection -->
<line x1="280" y1="140" x2="400" y2="140"
stroke="#10a37f" stroke-width="1.5" marker-end="url(#arrow-oai-green)"/>
Arrow guidelines:
stroke-width: 1.5 — thin and precisestroke-dasharray="4,3") for optional/async flowsMinimal, small labels:
<text x="340" y="133" text-anchor="middle" fill="#6e6e80" font-size="12">
label
</text>
Labels should be:
#6e6e80)Clean cylinders with thin borders:
<ellipse cx="200" cy="100" rx="50" ry="12" fill="#ffffff" stroke="#e5e5e5" stroke-width="1.5"/>
<path d="M 150,100 L 150,140 Q 200,155 250,140 L 250,100"
fill="#ffffff" stroke="#e5e5e5" stroke-width="1.5"/>
<ellipse cx="200" cy="140" rx="50" ry="12" fill="none" stroke="#e5e5e5" stroke-width="1.5"/>
Dashed rect containers for logical grouping:
<rect x="80" y="80" width="400" height="200" rx="8" ry="8"
fill="none" stroke="#e5e5e5" stroke-width="1" stroke-dasharray="4,3"/>
<text x="90" y="97" fill="#6e6e80" font-size="12" font-weight="500">
Group Label
</text>
Clean, minimal text layout:
<rect x="100" y="100" width="180" height="80" rx="8" ry="8"
fill="#ffffff" stroke="#e5e5e5" stroke-width="1.5"/>
<text x="190" y="130" text-anchor="middle" fill="#0d0d0d"
font-size="16" font-weight="600">
Component Name
</text>
<text x="190" y="150" text-anchor="middle" fill="#6e6e80"
font-size="13">
Brief description
</text>
Content guidelines:
Precise, grid-aligned layout:
OpenAI minimalism:
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 960 600" width="960" height="600">
<style>
text { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; }
</style>
<defs>
<marker id="arrow-oai" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" fill="#71717a"/>
</marker>
<marker id="arrow-oai-green" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
<polygon points="0 0, 10 3.5, 0 7" fill="#10a37f"/>
</marker>
</defs>
<!-- White background -->
<rect width="960" height="600" fill="#ffffff"/>
<!-- Title -->
<text x="480" y="30" text-anchor="middle" fill="#0d0d0d"
font-size="20" font-weight="600">Diagram Title</text>
<!-- Standard node -->
<rect x="100" y="70" width="180" height="80" rx="8" ry="8"
fill="#ffffff" stroke="#e5e5e5" stroke-width="1.5"/>
<text x="190" y="100" text-anchor="middle" fill="#0d0d0d"
font-size="16" font-weight="600">Component</text>
<text x="190" y="120" text-anchor="middle" fill="#6e6e80"
font-size="13">Description</text>
<!-- Connection -->
<line x1="280" y1="110" x2="400" y2="110"
stroke="#71717a" stroke-width="1.5" marker-end="url(#arrow-oai)"/>
<text x="340" y="103" text-anchor="middle" fill="#6e6e80" font-size="12">label</text>
</svg>
OpenAI Official style emphasizes:
#10a37f green used sparingly for primary flowsAvoid: