Template

Dnd Character Template Part 1: Bardic Inspiration

Xavier Twinkletoes · · 49 min read
Dnd Character Template Part 1: Bardic Inspiration
---
tags: [ your, tags, here ]
image: placeholder
title: Placeholder
subtitle: Placeholder
Species: Placeholder
Age: Placeholder
Gender: Placeholder
Birthday: Placeholder
Birthplace: Placeholder
Nickname: Placeholder
Marital status: Placeholder
Dominant hand: Placeholder
Pronouns: Placeholder
---

<!-- Bardic Divider: From rigid symbols to a melodic flow -->
<div style="display: flex; gap: 8px; margin: 20px 0; align-items: center;">
  <!-- The Lute Pick / Plectrum Symbol -->
  <div style="width: 14px; height: 14px; background: #e6b800; border-radius: 50% 50% 20% 50%; transform: rotate(-45deg); box-shadow: 0 0 12px rgba(255, 215, 0, 0.6); border: 1px solid #fff;"></div>
  <!-- Inspiration Spark -->
  <div style="width: 8px; height: 8px; background: #ff1493; transform: rotate(45deg); opacity: 0.9; border: 1px solid #ffd700; box-shadow: 0 0 5px #ff1493;"></div>
  <!-- Golden String -->
  <div style="width: 40px; height: 1px; background: linear-gradient(90deg, #ffd700, #ff1493); border-radius: 2px;"></div>
  <!-- Note Dot -->
  <div style="width: 5px; height: 5px; background: #ffd700; border-radius: 50%;"></div>
  <!-- Fading Crescendo -->
  <div style="flex-grow: 1; height: 1px; background: linear-gradient(90deg, #ffd700, transparent);"></div>
</div>

<!-- Badge 1 (Vibrant Performance) -->
<span style="border: 1px solid #ffd700; color: #ffd700; background: rgba(139, 0, 139, 0.4); padding: 4px 14px; border-radius: 20px 4px 20px 4px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; font-family: 'Georgia', serif; margin-right: 10px; box-shadow: 3px 3px 8px rgba(0,0,0,0.4); border-style: outset;">
  ♫ Encore
</span>

<!-- Badge 2 (Deep Velvet) -->
<span style="border: 1px solid #ff69b4; color: #fff; background: rgba(45, 0, 45, 0.7); padding: 4px 14px; border-radius: 4px 20px 4px 20px; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; font-family: 'Georgia', serif; box-shadow: 3px 3px 8px rgba(0,0,0,0.4);">
  Inspiration ✧
</span>

<br><br>

<!-- The "Grand Stage" Quote Box -->
<div style="
    max-width: 1200px; 
    margin: 20px auto; 
    padding: 40px; 
    background: linear-gradient(135deg, #4b0082 0%, #2d002d 100%); 
    border: 3px double #ffd700; 
    border-radius: 30px 5px 30px 5px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.6), inset 0 0 50px rgba(255, 20, 147, 0.2);
    font-family: 'Georgia', serif; 
    position: relative;
    overflow: hidden;
    text-align: left;
">
    <!-- Treble Clef decoration -->
    <div style="position: absolute; top: -10px; left: 10px; color: #ffd700; font-size: 80px; opacity: 0.15; font-style: normal;">
        &oint;
    </div>

  <!-- Quote-Text -->
  <div style="text-align: center; line-height: 1.8; color: #ffe4e1; font-style: italic; font-size: 18px; padding: 0 40px; position: relative; z-index: 2;">
        <span style="color: #ff1493; font-size: 3em; float: left; line-height: 0.7; padding-right: 12px; font-weight: bold; font-style: normal; text-shadow: 2px 2px #4b0082;">S</span>
        onnet or satire, a blade or a song—a bard knows that the right word at the right time can bring even a kingdom to its knees.
    </div>

  <!-- Divider & Author -->
  <div style="margin-top: 25px; text-align: center;">
        <div style="width: 60%; height: 2px; background: linear-gradient(to right, transparent, #ff1493, #ffd700, #ff1493, transparent); margin: 0 auto 12px auto;"></div>
        <span style="color: #ffd700; text-transform: uppercase; letter-spacing: 4px; font-size: 12px; font-weight: bold; font-style: normal; text-shadow: 1px 1px 2px #000;">
            — The Virtuoso —
        </span>
    </div>
</div>

<div style="display: flex; align-items: center; justify-content: center; margin: 50px 0; width: 70%;">
  <div style="flex: 1; height: 1px; background: linear-gradient(to right, transparent, #ff1493);"></div>
  <div style="margin: 0 20px; color: #ff1493; font-size: 20px; opacity: 0.8;">&nbsp;&nbsp;&nbsp;</div>
  <div style="flex: 1; height: 1px; background: linear-gradient(to left, transparent, #ff1493);"></div>
</div>


<!-- Performers Portrait Frame -->
<div style="float: right; margin-left: 25px; margin-bottom: 20px; position: relative; width: 410px; padding: 15px; border: 2px solid #ff1493; background: rgba(75, 0, 130, 0.2); box-sizing: border-box; box-shadow: 0 8px 20px rgba(0,0,0,0.5); font-family: 'Georgia', serif; border-radius: 15px;">
  
  <!-- Flourished Corners (Gold) -->
  <div style="position: absolute; top: -5px; left: -5px; width: 35px; height: 35px; border-top: 5px solid #ffd700; border-left: 5px solid #ffd700; border-radius: 10px 0 0 0;"></div>
  <div style="position: absolute; top: -5px; right: -5px; width: 35px; height: 35px; border-top: 5px solid #ffd700; border-right: 5px solid #ffd700; border-radius: 0 10px 0 0;"></div>
  <div style="position: absolute; bottom: -5px; left: -5px; width: 35px; height: 35px; border-bottom: 5px solid #ffd700; border-left: 5px solid #ffd700; border-radius: 0 0 0 10px;"></div>
  <div style="position: absolute; bottom: -5px; right: -5px; width: 35px; height: 35px; border-bottom: 5px solid #ffd700; border-right: 5px solid #ffd700; border-radius: 0 0 10px 0;"></div>
  
  <!-- Image with a "Stage Light" Glow -->
  <img src="your-image.png" style="width: 100%; display: block; border: 1px solid #ffd700; border-radius: 8px; box-shadow: inset 0 0 20px rgba(255,255,255,0.2);">
  
  <!-- Engraving -->
  <div style="color: #ffd700; font-size: 13px; margin-top: 10px; text-transform: uppercase; letter-spacing: 3px; text-align: center; font-weight: bold; border-top: 1px double rgba(255, 215, 0, 0.4); padding-top: 8px;">
    ✨ A Legend in the Making ✨
  </div>
</div>


<div style="
    max-width: 650px; 
    margin: 20px 0; 
    padding: 30px; 
    background: linear-gradient(145deg, #400020, #200010); 
    border: 2px solid #ffd700; 
    border-radius: 40px 10px 40px 10px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.7), inset 0 0 20px rgba(255, 20, 147, 0.1);
    font-family: 'Georgia', serif; 
    color: #ffd700;
    text-align: left;
    position: relative;
">
    <!-- Header with Musical Flourish -->
    <div style="text-align: center; margin-bottom: 25px; border-bottom: 2px double rgba(255, 215, 0, 0.4); padding-bottom: 15px;">
        <span style="font-size: 20px; text-transform: uppercase; letter-spacing: 5px; font-weight: bold; text-shadow: 2px 2px 4px #000;">
            ♫ The Performer's Guise ♫
        </span>
    </div>

  <!-- Descriptive Hook -->
  <div style="margin-bottom: 25px; line-height: 1.8; font-style: italic; font-size: 15px; text-align: center; padding: 0 20px; color: #ffe4e1; background: rgba(255, 255, 255, 0.05); border-radius: 15px; padding: 15px;">
        "A face for every story, and a costume for every crowd."
    </div>

  <!-- Performance Specs (Data block) -->
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px;">
        
  <!-- Left Column -->
  <div style="display: flex; flex-direction: column; gap: 10px;">
            <div style="border-bottom: 1px solid #ff1493; background: rgba(0,0,0,0.3); padding: 6px 12px; border-radius: 15px 5px; font-size: 13px;">
                <span style="text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #ff69b4; font-weight: bold;">Ethnicity:</span> <span style="float: right; color: #fff;">Placeholder </span>
            </div>
            <div style="border-bottom: 1px solid #ff1493; background: rgba(0,0,0,0.3); padding: 6px 12px; border-radius: 15px 5px; font-size: 13px;">
                <span style="text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #ff69b4; font-weight: bold;">Body Type:</span> <span style="float: right; color: #fff;">Placeholder</span>
            </div>
            <div style="border-bottom: 1px solid #ff1493; background: rgba(0,0,0,0.3); padding: 6px 12px; border-radius: 15px 5px; font-size: 13px;">
                <span style="text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #ff69b4; font-weight: bold;">Height:</span> <span style="float: right; color: #fff;">Placeholder</span>
            </div>
            <div style="border-bottom: 1px solid #ff1493; background: rgba(0,0,0,0.3); padding: 6px 12px; border-radius: 15px 5px; font-size: 13px;">
                <span style="text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #ff69b4; font-weight: bold;">Weight:</span> <span style="float: right; color: #fff;">Placeholder</span>
            </div>
            <div style="border-bottom: 1px solid #ff1493; background: rgba(0,0,0,0.3); padding: 6px 12px; border-radius: 15px 5px; font-size: 13px;">
                <span style="text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #ff69b4; font-weight: bold;">Skin Tone:</span> <span style="float: right; color: #fff;">Placeholder</span>
            </div>
        </div>

   <!-- Right Column -->
  <div style="display: flex; flex-direction: column; gap: 10px;">
            <div style="border-bottom: 1px solid #ff1493; background: rgba(0,0,0,0.3); padding: 6px 12px; border-radius: 5px 15px; font-size: 13px;">
                <span style="text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #ff69b4; font-weight: bold;">Eyes:</span> <span style="float: right; color: #fff;">Placeholder</span>
            </div>
            <div style="border-bottom: 1px solid #ff1493; background: rgba(0,0,0,0.3); padding: 6px 12px; border-radius: 5px 15px; font-size: 13px;">
                <span style="text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #ff69b4; font-weight: bold;">Hair:</span> <span style="float: right; color: #fff;">Placeholder</span>
            </div>
            <div style="border-bottom: 1px solid #ff1493; background: rgba(0,0,0,0.3); padding: 6px 12px; border-radius: 5px 15px; font-size: 13px;">
                <span style="text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #ff69b4; font-weight: bold;">Hairstyle:</span> <span style="float: right; color: #fff;">Placeholder</span>
            </div>
            <div style="border-bottom: 1px solid #ff1493; background: rgba(0,0,0,0.3); padding: 6px 12px; border-radius: 5px 15px; font-size: 13px;">
                <span style="text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #ff69b4; font-weight: bold;">Features:</span> <span style="float: right; color: #fff;">Placeholder</span>
            </div>
            <div style="border-bottom: 1px solid #ff1493; background: rgba(0,0,0,0.3); padding: 6px 12px; border-radius: 5px 15px; font-size: 13px;">
                <span style="text-transform: uppercase; letter-spacing: 1px; font-size: 10px; color: #ff69b4; font-weight: bold;">Facial:</span> <span style="float: right; color: #fff;">Placeholder</span>
            </div>
        </div>
    </div>

  <!-- Stage Wear & Markings -->
   <div style="margin-top: 25px; display: flex; flex-direction: column; gap: 12px;">
        <div style="border: 1px solid #ffd700; background: rgba(255, 20, 147, 0.05); padding: 12px; border-radius: 10px; font-size: 14px; box-shadow: inset 0 0 10px #000;">
            <span style="text-transform: uppercase; letter-spacing: 2px; font-size: 11px; color: #ffd700; display: block; margin-bottom: 6px; font-weight: bold;">✧ Tattoos & Scars</span>
            <span style="color: #fff; font-style: italic;">Placeholder</span>
        </div>
        <div style="border: 1px solid #ffd700; background: rgba(255, 20, 147, 0.05); padding: 12px; border-radius: 10px; font-size: 14px; box-shadow: inset 0 0 10px #000;">
            <span style="text-transform: uppercase; letter-spacing: 2px; font-size: 11px; color: #ffd700; display: block; margin-bottom: 6px; font-weight: bold;">✧ Stage Attire & Finery</span>
            <span style="color: #fff; font-style: italic;">Placeholder</span>
        </div>
    </div>

  <!-- Footer -->
  <div style="text-align: center; margin-top: 25px; font-size: 14px; color: #ff1493; opacity: 0.8;">&nbsp;&nbsp;&nbsp;</div>
</div>

<!-- Harmonic Divider -->
<div style="display: flex; align-items: center; justify-content: center; margin: 30px 0; width: 70%;">
  <div style="flex: 1; height: 2px; background: linear-gradient(to right, transparent, #ff1493, #ffd700);"></div>
  <div style="width: 15px; height: 15px; border: 2px solid #ffd700; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); margin: 0 20px; background-color: #4b0082; box-shadow: 0 0 15px #ff1493;"></div>
  <div style="flex: 1; height: 2px; background: linear-gradient(to left, transparent, #ff1493, #ffd700);"></div>
</div>


<div style="display: flex; gap: 20px; flex-wrap: wrap; justify-content: center; align-items: flex-start; font-family: 'Georgia', serif; background: linear-gradient(135deg, #4b0082 0%, #2d002d 100%); padding: 25px; border: 5px double #ffd700; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.8);">

  <!-- left block (the table) -->
  <div style="display: flex; gap: 20px; flex: 2; min-width: 600px;">
    
   <!-- first table: The Virtuoso's Disposition -->
<table style="background-color: rgba(0,0,0,0.4); border: 2px solid #ffd700; border-collapse: collapse; box-shadow: 0 4px 15px rgba(0,0,0,0.5); color: #ffe4e1; flex: 1; width: 100%; table-layout: fixed; border-radius: 10px; overflow: hidden;">
   
   <tr style="background-color: rgba(255, 215, 0, 0.15); color: #ffd700; text-transform: uppercase; border-bottom: 2px solid #ffd700; letter-spacing: 2px; font-size: 11px;">
     <th style="padding: 15px; border: 1px solid rgba(255, 215, 0, 0.3); width: 30%;">Resonant Soul</th>
     <th style="padding: 15px; border: 1px solid rgba(255, 215, 0, 0.3); width: 40%;">Tempo (1-10)</th>
     <th style="padding: 15px; border: 1px solid rgba(255, 215, 0, 0.3); width: 30%;">Dissonant Soul</th>
   </tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Kind</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Cruel</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Optimistic</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Pessimistic</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Reliable</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Unreliable</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Patient</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Impatient</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Generous</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Selfish</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Honest</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩♩♩♩♩♩♩</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Dishonest</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Empathic</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Insensitive</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Brave</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Cowardly</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Humble</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;"><span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Arrogant</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Responsible</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;"><span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Irresponsible</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Structured</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Chaotic</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Loyal</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Unfaithful</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Confident</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩♩♩♩♩♩<span style="opacity: 0.3; color: #fff;"></span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Self-conscious</td></tr>
    </table>

   <!-- second table: The Lyricist's Range -->
<table style="background-color: rgba(0,0,0,0.4); border: 2px solid #ffd700; border-collapse: collapse; box-shadow: 0 4px 15px rgba(0,0,0,0.5); color: #ffe4e1; flex: 1; width: 100%; table-layout: fixed; border-radius: 10px; overflow: hidden;">
   
   <tr style="background-color: rgba(255, 215, 0, 0.15); color: #ffd700; text-transform: uppercase; border-bottom: 2px solid #ffd700; letter-spacing: 2px; font-size: 11px;">
     <th style="padding: 15px; border: 1px solid rgba(255, 215, 0, 0.3); width: 30%;">Vocal Resonance</th>
     <th style="padding: 15px; border: 1px solid rgba(255, 215, 0, 0.3); width: 40%;">Dynamic (1-10)</th>
     <th style="padding: 15px; border: 1px solid rgba(255, 215, 0, 0.3); width: 30%;">Subdued Tone</th>
   </tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Extrovert</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;"><span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Introvert</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Sporadic</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;"><span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Predictable</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Humorous</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Serious</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Creative</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;"><span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Critical</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Logical</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;"><span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Irrational</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Trusting</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩♩♩♩♩♩<span style="opacity: 0.3; color: #fff;"></span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Suspecting</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Productive</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Lazy</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Book smart</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Street smart</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Sexual</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;"><span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Chaste</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Reserved</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Reckless</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Genius</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Idiot</td></tr>
      <tr><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: left; font-style: italic;">Submissive</td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); color: #ff69b4; text-shadow: 0 0 8px #ff1493; text-align: center; font-size: 14px;">♩♩♩♩♩♩♩<span style="opacity: 0.3; color: #fff;">♪♪♪</span></td><td style="padding: 10px; border: 1px solid rgba(255, 215, 0, 0.2); text-align: right; font-style: italic;">Dominant</td></tr>
    </table>
  </div>

  <!-- right block (The Portrait) -->
  <div style="flex: 1; min-width: 300px; text-align: center;">
    <img src="your-image.jpg" style="width: 100%; max-width: 410px; border: 4px solid #ff1493; border-radius: 20px; box-shadow: 0 10px 25px rgba(0,0,0,0.8), 0 0 15px rgba(255, 20, 147, 0.4);">
    
  <!-- The Harmonic Focal Point -->
  <div style="width: 45px; height: 45px; border: 2px solid #ffd700; border-radius: 50% 5% 50% 5%; transform: rotate(45deg); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 0 20px #ff1493; margin-top: 25px; background: radial-gradient(circle, #4b0082 0%, #000 100%);">
      <div style="width: 20px; height: 20px; border: 1px solid #ff1493; border-radius: 50%; display: flex; align-items: center; justify-content: center; animation: pulse 2s infinite;">
        <div style="width: 8px; height: 8px; background: #ffd700; border-radius: 50%; box-shadow: 0 0 10px #ffd700;"></div>
      </div>
    </div>
  </div>
</div>

<div style="text-align: center; margin: 50px 0; position: relative;">
    <div style="height: 2px; background: linear-gradient(to right, transparent, #ffd700, #ff1493, #ffd700, transparent); width: 80%; margin: 0 auto;"></div>
    <div style="
        position: absolute; 
        top: -12px; 
        left: 50%; 
        transform: translateX(-50%); 
        background: #fffaf0; 
        padding: 0 15px; 
        color: #4b0082; 
        font-size: 24px;
        border: 1px solid #ffd700;
        border-radius: 50% 50% 0 50%;
        box-shadow: 0 0 10px rgba(255, 20, 147, 0.2);
    ">
        &oint;
    </div>
</div>


<!-- MAIN-CONTAINER -->
<div style="display: flex; flex-direction: row; gap: 30px; align-items: flex-start; width: 100%; margin: 20px 0; font-family: 'Georgia', serif;">

  <!-- LEFT COLUMN: STATS, SAVES, SKILLS & AC/HP -->
  <div style="flex-shrink: 0; width: 410px; display: flex; flex-direction: column; gap: 20px;">
    
  <!-- BARDIC STATS BLOCK -->
   <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px;">
      <div style="border: 2px solid #ff1493; background: #2d002d; padding: 8px; border-radius: 4px; box-shadow: 0 4px 10px rgba(255, 20, 147, 0.2);">
        <div style="color: #ffd700; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: center; border-bottom: 1px solid rgba(255, 20, 147, 0.4); margin-bottom: 5px;">Strength</div>
        <div style="color: #fff; font-size: 26px; font-weight: bold; text-align: center;">9</div>
        <div style="color: #ff69b4; font-size: 11px; text-align: center; font-style: italic;">[ -1 ]</div>
      </div>
      <div style="border: 2px solid #ff1493; background: #2d002d; padding: 8px; border-radius: 4px;">
        <div style="color: #ffd700; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: center; border-bottom: 1px solid rgba(255, 20, 147, 0.4); margin-bottom: 5px;">Dexterity</div>
        <div style="color: #fff; font-size: 26px; font-weight: bold; text-align: center;">11</div>
        <div style="color: #ff69b4; font-size: 11px; text-align: center; font-style: italic;">[ +0 ]</div>
      </div>
      <div style="border: 2px solid #ff1493; background: #2d002d; padding: 8px; border-radius: 4px;">
        <div style="color: #ffd700; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: center; border-bottom: 1px solid rgba(255, 20, 147, 0.4); margin-bottom: 5px;">Constitution</div>
        <div style="color: #fff; font-size: 26px; font-weight: bold; text-align: center;">14</div>
        <div style="color: #ff69b4; font-size: 11px; text-align: center; font-style: italic;">[ +2 ]</div>
      </div>
      <div style="border: 2px solid #ff1493; background: #2d002d; padding: 8px; border-radius: 4px;">
        <div style="color: #ffd700; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: center; border-bottom: 1px solid rgba(255, 20, 147, 0.4); margin-bottom: 5px;">Intelligence</div>
        <div style="color: #fff; font-size: 26px; font-weight: bold; text-align: center;">14</div>
        <div style="color: #ff69b4; font-size: 11px; text-align: center; font-style: italic;">[ +2 ]</div>
      </div>
      <div style="border: 2px solid #ff1493; background: #2d002d; padding: 8px; border-radius: 4px;">
        <div style="color: #ffd700; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: center; border-bottom: 1px solid rgba(255, 20, 147, 0.4); margin-bottom: 5px;">Wisdom</div>
        <div style="color: #fff; font-size: 26px; font-weight: bold; text-align: center;">12</div>
        <div style="color: #ff69b4; font-size: 11px; text-align: center; font-style: italic;">[ +1 ]</div>
      </div>
      <div style="border: 2px solid #ffd700; background: #4b0082; padding: 8px; border-radius: 4px; box-shadow: 0 0 12px #ff1493;">
        <div style="color: #fff; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; text-align: center; border-bottom: 1px solid #ffd700; margin-bottom: 5px;">Charisma</div>
        <div style="color: #ffd700; font-size: 26px; font-weight: bold; text-align: center; text-shadow: 0 0 5px #ff1493;">15</div>
        <div style="color: #fff; font-size: 11px; text-align: center; font-style: italic;">[ +2 ]</div>
      </div>
    </div>

   <!-- NEW: SAVING THROWS & SPELLCASTING -->
  <div style="border: 1px solid #ffd700; background: rgba(75, 0, 130, 0.4); padding: 12px; border-radius: 4px; display: flex; flex-direction: column; gap: 8px;">
        <div style="font-size: 10px; color: #ffd700; text-transform: uppercase; letter-spacing: 2px; text-align: center; border-bottom: 1px solid #ff1493; padding-bottom: 4px;">✧ Saving Throws ✧</div>
        <div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; color: #fff; font-size: 11px;">
           <div>STR: -1</div>
           <div style="color: #ff69b4; font-weight: bold;">♩ DEX: +3</div>
           <div>CON: +2</div>
           <div>INT: +2</div>
           <div>WIS: +1</div>
           <div style="color: #ff69b4; font-weight: bold;">♩ CHA: +5</div>
        </div>
        <div style="display: flex; justify-content: space-around; margin-top: 5px; border-top: 1px solid rgba(255, 215, 0, 0.3); padding-top: 8px;">
           <div style="text-align: center;"><div style="font-size: 9px; color: #ff69b4;">SPELL DC</div><div style="font-size: 16px; color: #fff; font-weight: bold;">13</div></div>
           <div style="text-align: center;"><div style="font-size: 9px; color: #ff69b4;">SPELL ATK</div><div style="font-size: 16px; color: #fff; font-weight: bold;">+5</div></div>
           <div style="text-align: center;"><div style="font-size: 9px; color: #ff69b4;">PROF. BONUS</div><div style="font-size: 16px; color: #fff; font-weight: bold;">+2</div></div>
        </div>
    </div>

  <!-- COMBAT & SENSES ROW -->
  <div style="display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px;">
       <div style="border: 1px solid #ff1493; background: rgba(75, 0, 130, 0.3); border-radius: 4px; padding: 5px; text-align: center;">
          <div style="font-size: 9px; color: #ffd700; text-transform: uppercase; letter-spacing: 1px;">Initiative</div>
          <div style="font-size: 18px; color: #fff; font-weight: bold;">+2</div>
       </div>
       <div style="border: 1px solid #ff1493; background: rgba(75, 0, 130, 0.3); border-radius: 4px; padding: 5px; text-align: center;">
          <div style="font-size: 9px; color: #ffd700; text-transform: uppercase; letter-spacing: 1px;">Speed</div>
          <div style="font-size: 18px; color: #fff; font-weight: bold;">30 ft</div>
       </div>
       <div style="border: 1px solid #ff1493; background: rgba(75, 0, 130, 0.3); border-radius: 4px; padding: 5px; text-align: center;">
          <div style="font-size: 9px; color: #ffd700; text-transform: uppercase; letter-spacing: 1px;">Passive Perc.</div>
          <div style="font-size: 18px; color: #fff; font-weight: bold;">13</div>
       </div>
    </div>

   <!-- AC & HP -->
   <div style="display: flex; gap: 15px;">
      <div style="width: 80px; height: 80px; border: 3px double #ffd700; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; background: radial-gradient(circle, #4b0082, #2d002d); box-shadow: 0 4px 10px rgba(255, 20, 147, 0.4); flex-shrink: 0;">
        <div style="font-size: 10px; color: #ff69b4; font-weight: bold;">TEMPO</div>
        <div style="font-size: 28px; font-weight: bold; color: #fff;">16</div>
      </div>
      <div style="flex-grow: 1; border: 2px solid #ff1493; border-radius: 8px; padding: 10px; position: relative; background: #fffaf0; box-shadow: inset 0 0 15px rgba(255, 20, 147, 0.15);">
        <div style="position: absolute; top: -10px; left: 10px; padding: 0 8px; background: #ff1493; color: #fff; font-size: 10px; font-weight: bold; border-radius: 3px;">VITALITY</div>
        <div style="display: flex; justify-content: space-between; align-items: center; margin-top: 5px;">
           <div>
              <div style="color: #2d002d; font-size: 11px; font-weight: bold;">Current Health</div>
              <div style="font-size: 20px; color: #4b0082; font-weight: bold;">42 <span style="font-size: 12px; color: #ff69b4;">/ 50</span></div>
           </div>
           <div style="text-align: right;">
              <div style="color: #2d002d; font-size: 9px; font-weight: bold; text-transform: uppercase;">Hit Dice</div>
              <div style="font-size: 14px; color: #4b0082; font-weight: bold;">5d8</div>
           </div>
        </div>
        <div style="height: 8px; width: 100%; background: #eee; border-radius: 5px; overflow: hidden; border: 1px solid #ffb6c1; margin: 5px 0;">
          <div style="height: 100%; width: 84%; background: linear-gradient(to right, #4b0082, #ff1493);"></div>
        </div>
        <div style="display: flex; justify-content: space-between; align-items: center; margin-top: 5px;">
           <div style="font-size: 8px; color: #2d002d; font-weight: bold; text-transform: uppercase;">Successes: <span style="color: #ff1493;">● ● ○</span></div>
           <div style="font-size: 8px; color: #2d002d; font-weight: bold; text-transform: uppercase;">Failures: <span style="color: #4b0082;">○ ○ ○</span></div>
        </div>
      </div>
    </div>
  </div>

  <!-- RIGHT COLUMN: HISTORY BOX -->
  <div style="flex: 1; min-width: 350px; display: flex; flex-direction: column;">
    <div style="flex-grow: 1; background: #fffaf0; background-image: radial-gradient(rgba(255, 20, 147, 0.05) 1px, transparent 1px); background-size: 20px 20px; border: 2px solid #ffd700; border-radius: 4px; padding: 30px; box-shadow: 8px 8px 20px rgba(0,0,0,0.4), inset 0 0 50px rgba(255, 215, 0, 0.05); position: relative; color: #2d002d; min-height: 500px;">
      <div style="position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; border-top: 2px solid #ff1493; border-right: 2px solid #ff1493; opacity: 0.3;"></div>
      <div style="position: absolute; bottom: 10px; left: 10px; width: 40px; height: 40px; border-bottom: 2px solid #ff1493; border-left: 2px solid #ff1493; opacity: 0.3;"></div>
      <div style="text-align: center; margin-bottom: 20px;">
        <span style="font-size: 22px; text-transform: uppercase; letter-spacing: 5px; color: #4b0082; font-weight: bold; border-bottom: 2px solid #ff1493; padding-bottom: 5px;">Ballads & Lore</span>
      </div>
      <div style="font-size: 15px; line-height: 1.8; text-align: justify; font-style: italic; color: #400020;">
        <span style="font-size: 40px; float: left; line-height: 1; color: #ff1493; margin-right: 10px; font-style: normal; font-weight: bold;">L</span>
        Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Nam at ex ut tellus efficitur elementum.
      </div>
    </div>
  </div>
</div>

<div style="width: 100%; display: flex; align-items: center; margin: 55px 0;">
    <span style="font-size: 10px; color: #ffd700; text-transform: uppercase; letter-spacing: 3px; font-weight: bold; margin-right: 15px;">Intermission</span>
    <div style="flex-grow: 1; height: 1px; background: repeating-linear-gradient(90deg, #ff1493, #ff1493 2px, transparent 2px, transparent 6px); opacity: 0.4;"></div>
</div>



<!-- CLASS FEATURES, SPECIES TRAITS & FEATS -->
<div style="display: flex; flex-direction: row; gap: 20px; width: 100%; margin-top: 30px; font-family: 'Georgia', serif;">

  <!-- CLASS FEATURES: Bardic Talents -->
  <div style="flex: 1; padding: 20px; background: linear-gradient(145deg, #2d002d, #4b0082); border: 2px solid #ffd700; border-radius: 15px 5px; box-shadow: 0 8px 20px rgba(0,0,0,0.5); color: #ffe4e1;">
    <div style="text-align: center; border-bottom: 1px double #ff1493; padding-bottom: 10px; margin-bottom: 15px;">
      <span style="font-size: 16px; text-transform: uppercase; letter-spacing: 3px; font-weight: bold; color: #ffd700;">
        ♫ Class Features ♫
      </span>
    </div>
    <div style="display: flex; flex-direction: column; gap: 12px; font-size: 13px; line-height: 1.4;">
      <div style="border-left: 2px solid #ff1493; padding-left: 10px;">
        <b style="color: #ffd700; text-transform: uppercase; font-size: 11px;">Bardic Inspiration (d8)</b><br>
        <span style="font-style: italic; opacity: 0.8;">Grant a bonus to allies' rolls with a stirringsong.</span>
      </div>
      <div style="border-left: 2px solid #ff1493; padding-left: 10px;">
        <b style="color: #ffd700; text-transform: uppercase; font-size: 11px;">Jack of All Trades</b><br>
        <span style="font-style: italic; opacity: 0.8;">Add half proficiency to all non-proficient checks.</span>
      </div>
      <div style="border-left: 2px solid #ff1493; padding-left: 10px;">
        <b style="color: #ffd700; text-transform: uppercase; font-size: 11px;">Song of Rest</b><br>
        <span style="font-style: italic; opacity: 0.8;">Help allies recover extra HP during a short rest.</span>
      </div>
    </div>
  </div>

  <!-- SPECIES TRAITS: Ancestral Resonance -->
  <div style="flex: 1; padding: 20px; background: linear-gradient(145deg, #2d002d, #4b0082); border: 2px solid #ffd700; border-radius: 5px 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.5); color: #ffe4e1;">
    <div style="text-align: center; border-bottom: 1px double #ff1493; padding-bottom: 10px; margin-bottom: 15px;">
      <span style="font-size: 16px; text-transform: uppercase; letter-spacing: 3px; font-weight: bold; color: #ffd700;">
        ♫ Species Traits ♫
      </span>
    </div>
    <div style="display: flex; flex-direction: column; gap: 12px; font-size: 13px; line-height: 1.4;">
      <div style="border-left: 2px solid #ff1493; padding-left: 10px;">
        <b style="color: #ffd700; text-transform: uppercase; font-size: 11px;">Darkvision</b><br>
        <span style="font-style: italic; opacity: 0.8;">See in the dark as if it were dim light for 60ft.</span>
      </div>
      <div style="border-left: 20px; border-left: 2px solid #ff1493; padding-left: 10px;">
        <b style="color: #ffd700; text-transform: uppercase; font-size: 11px;">Fey Ancestry</b><br>
        <span style="font-style: italic; opacity: 0.8;">Advantage on saves vs. being charmed.</span>
      </div>
      <div style="border-left: 2px solid #ff1493; padding-left: 10px;">
        <b style="color: #ffd700; text-transform: uppercase; font-size: 11px;">Skill Versatility</b><br>
        <span style="font-style: italic; opacity: 0.8;">Gained proficiency in two skills of choice.</span>
      </div>
    </div>
  </div>

  <!-- FEATS: Legendary Flairs -->
  <div style="flex: 1; padding: 20px; background: linear-gradient(145deg, #2d002d, #4b0082); border: 2px solid #ffd700; border-radius: 15px 5px; box-shadow: 0 8px 20px rgba(0,0,0,0.5); color: #ffe4e1;">
    <div style="text-align: center; border-bottom: 1px double #ff1493; padding-bottom: 10px; margin-bottom: 15px;">
      <span style="font-size: 16px; text-transform: uppercase; letter-spacing: 3px; font-weight: bold; color: #ffd700;">
        ♫ Feats ♫
      </span>
    </div>
    <div style="display: flex; flex-direction: column; gap: 12px; font-size: 13px; line-height: 1.4;">
      <div style="border-left: 2px solid #ff1493; padding-left: 10px;">
        <b style="color: #ffd700; text-transform: uppercase; font-size: 11px;">Inspiring Leader</b><br>
        <span style="font-style: italic; opacity: 0.8;">Spend 10 min to grant temporary HP to 6 allies.</span>
      </div>
      <div style="border-left: 2px solid #ff1493; padding-left: 10px;">
        <b style="color: #ffd700; text-transform: uppercase; font-size: 11px;">War Caster</b><br>
        <span style="font-style: italic; opacity: 0.8;">Advantage on Con saves to maintain concentration.</span>
      </div>
    </div>
  </div>

</div>

<!-- WEAPONS & DAMAGE CANTRIPS -->
<div style="width: 100%; margin-top: 30px; font-family: 'Georgia', serif;">
  <div style="padding: 25px; background: linear-gradient(135deg, #2d002d 0%, #1a001a 100%); border: 2px solid #ffd700; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.7); color: #ffe4e1;">
    
   <!-- Header -->
   <div style="text-align: center; border-bottom: 2px double #ff1493; padding-bottom: 12px; margin-bottom: 20px;">
      <span style="font-size: 18px; text-transform: uppercase; letter-spacing: 4px; font-weight: bold; color: #ffd700; text-shadow: 0 0 8px #ff1493;">
        ⚔ The Virtuoso's Arsenal ⚔
      </span>
    </div>

   <!-- Weapon Grid -->
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 20px;">
      
   <!-- Column 1: Physical Weapons -->
   <div style="display: flex; flex-direction: column; gap: 10px;">
        <div style="font-size: 11px; color: #ff69b4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; font-weight: bold;">Equipped Steel</div>
        
  <!-- Weapon 1 -->
  <div style="background: rgba(255, 215, 0, 0.05); border: 1px solid rgba(255, 215, 0, 0.3); padding: 10px; border-radius: 4px; display: flex; justify-content: space-between; align-items: center;">
          <div>
            <b style="color: #fff; font-size: 14px;">Rapier</b><br>
            <span style="font-size: 11px; opacity: 0.7;">Finesse, Piercing</span>
          </div>
          <div style="text-align: right;">
            <div style="color: #ffd700; font-weight: bold; font-size: 16px;">1d8 + 3</div>
            <div style="font-size: 10px; color: #ff1493;">ATK: +5</div>
          </div>
        </div>

  <!-- Weapon 2 -->
  <div style="background: rgba(255, 215, 0, 0.05); border: 1px solid rgba(255, 215, 0, 0.3); padding: 10px; border-radius: 4px; display: flex; justify-content: space-between; align-items: center;">
          <div>
            <b style="color: #fff; font-size: 14px;">Shortbow</b><br>
            <span style="font-size: 11px; opacity: 0.7;">Range 80/320</span>
          </div>
          <div style="text-align: right;">
            <div style="color: #ffd700; font-weight: bold; font-size: 16px;">1d6 + 3</div>
            <div style="font-size: 10px; color: #ff1493;">ATK: +5</div>
          </div>
        </div>
      </div>

  <!-- Column 2: Verbal Barbs (Damage Cantrips) -->
  <div style="display: flex; flex-direction: column; gap: 10px;">
        <div style="font-size: 11px; color: #ff69b4; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 5px; font-weight: bold;">Harmonized Cantrips</div>

  <!-- Cantrip 1 -->
  <div style="background: rgba(139, 0, 139, 0.2); border: 1px solid #ff1493; padding: 10px; border-radius: 4px; display: flex; justify-content: space-between; align-items: center; box-shadow: inset 0 0 10px rgba(255, 20, 147, 0.1);">
          <div>
            <b style="color: #fff; font-size: 14px;">Vicious Mockery</b><br>
            <span style="font-size: 11px; opacity: 0.7;">Wis Save, Psychic</span>
          </div>
          <div style="text-align: right;">
            <div style="color: #ff69b4; font-weight: bold; font-size: 16px;">1d4</div>
            <div style="font-size: 10px; color: #ffd700;">DC: 13</div>
          </div>
        </div>

  <!-- Cantrip 2 -->
  <div style="background: rgba(139, 0, 139, 0.2); border: 1px solid #ff1493; padding: 10px; border-radius: 4px; display: flex; justify-content: space-between; align-items: center;">
          <div>
            <b style="color: #fff; font-size: 14px;">Thunderclap</b><br>
            <span style="font-size: 11px; opacity: 0.7;">Con Save, Thunder</span>
          </div>
          <div style="text-align: right;">
            <div style="color: #ff69b4; font-weight: bold; font-size: 16px;">1d6</div>
            <div style="font-size: 10px; color: #ffd700;">DC: 13</div>
          </div>
        </div>
      </div>

  </div>
  </div>
</div>

<div style="width: 100%; display: flex; align-items: center; margin: 55px 0;">
    <span style="font-size: 10px; color: #ffd700; text-transform: uppercase; letter-spacing: 3px; font-weight: bold; margin-right: 15px;">Intermission</span>
    <div style="flex-grow: 1; height: 1px; background: repeating-linear-gradient(90deg, #ff1493, #ff1493 2px, transparent 2px, transparent 6px); opacity: 0.4;"></div>
</div>


<!-- SPELL SLOTS: The Harmonic Reserves (Light Theme) -->
<div style="width: 100%; margin-top: 30px; font-family: 'Georgia', serif;">
  <div style="padding: 25px; background: #fffaf0; background-image: radial-gradient(rgba(255, 20, 147, 0.05) 1px, transparent 1px); background-size: 20px 20px; border: 2px solid #ffd700; border-radius: 15px; box-shadow: 0 10px 25px rgba(0,0,0,0.1); color: #2d002d;">
    
   <!-- Header -->
  <div style="text-align: center; border-bottom: 2px double #ff1493; padding-bottom: 12px; margin-bottom: 20px;">
      <span style="font-size: 18px; text-transform: uppercase; letter-spacing: 4px; font-weight: bold; color: #4b0082; text-shadow: 1px 1px 2px rgba(255, 20, 147, 0.2);">
        ✨ Harmonic Reserves (Spell Slots) ✨
      </span>
    </div>

  <!-- Spell Slot Grid -->
  <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 15px;">
      
   <!-- Level 1 Slots -->
   <div style="background: rgba(255, 20, 147, 0.05); border: 1px solid #ff1493; padding: 10px; border-radius: 8px; text-align: center;">
        <div style="font-size: 10px; color: #8b008b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; font-weight: bold;">1st Level</div>
        <div style="display: flex; justify-content: center; gap: 8px;">
          <div style="width: 15px; height: 15px; background: #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); box-shadow: 0 0 5px rgba(255, 20, 147, 0.5);"></div>
          <div style="width: 15px; height: 15px; background: #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); box-shadow: 0 0 5px rgba(255, 20, 147, 0.5);"></div>
          <div style="width: 15px; height: 15px; background: #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); box-shadow: 0 0 5px rgba(255, 20, 147, 0.5);"></div>
          <div style="width: 15px; height: 15px; border: 1px solid #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); opacity: 0.3;"></div>
        </div>
        <div style="font-size: 9px; margin-top: 8px; color: #c71585; font-weight: bold;">3 / 4 Available</div>
      </div>

  <!-- Level 2 Slots -->
  <div style="background: rgba(255, 20, 147, 0.05); border: 1px solid #ff1493; padding: 10px; border-radius: 8px; text-align: center;">
        <div style="font-size: 10px; color: #8b008b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; font-weight: bold;">2nd Level</div>
        <div style="display: flex; justify-content: center; gap: 8px;">
          <div style="width: 15px; height: 15px; background: #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); box-shadow: 0 0 5px rgba(255, 20, 147, 0.5);"></div>
          <div style="width: 15px; height: 15px; background: #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); box-shadow: 0 0 5px rgba(255, 20, 147, 0.5);"></div>
          <div style="width: 15px; height: 15px; border: 1px solid #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); opacity: 0.3;"></div>
        </div>
        <div style="font-size: 9px; margin-top: 8px; color: #c71585; font-weight: bold;">2 / 3 Available</div>
      </div>

  <!-- Level 3 Slots -->
   <div style="background: rgba(255, 20, 147, 0.05); border: 1px solid #ff1493; padding: 10px; border-radius: 8px; text-align: center;">
        <div style="font-size: 10px; color: #8b008b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; font-weight: bold;">3rd Level</div>
        <div style="display: flex; justify-content: center; gap: 8px;">
          <div style="width: 15px; height: 15px; background: #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); box-shadow: 0 0 5px rgba(255, 20, 147, 0.5);"></div>
          <div style="width: 15px; height: 15px; border: 1px solid #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); opacity: 0.3;"></div>
        </div>
        <div style="font-size: 9px; margin-top: 8px; color: #c71585; font-weight: bold;">1 / 2 Available</div>
      </div>

   <!-- Level 4 Slots -->
   <div style="background: rgba(255, 20, 147, 0.05); border: 1px solid #ff1493; padding: 10px; border-radius: 8px; text-align: center;">
        <div style="font-size: 10px; color: #8b008b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; font-weight: bold;">4th Level</div>
        <div style="display: flex; justify-content: center; gap: 8px;">
          <div style="width: 15px; height: 15px; background: #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); box-shadow: 0 0 5px rgba(255, 20, 147, 0.5);"></div>
          <div style="width: 15px; height: 15px; border: 1px solid #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); opacity: 0.3;"></div>
        </div>
        <div style="font-size: 9px; margin-top: 8px; color: #c71585; font-weight: bold;">1 / 2 Available</div>
      </div>

   <!-- Level 5 Slots -->
   <div style="background: rgba(255, 20, 147, 0.05); border: 1px solid #ff1493; padding: 10px; border-radius: 8px; text-align: center;">
        <div style="font-size: 10px; color: #8b008b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; font-weight: bold;">5th Level</div>
        <div style="display: flex; justify-content: center; gap: 8px;">
          <div style="width: 15px; height: 15px; background: #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); box-shadow: 0 0 5px rgba(255, 20, 147, 0.5);"></div>
          <div style="width: 15px; height: 15px; border: 1px solid #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); opacity: 0.3;"></div>
        </div>
        <div style="font-size: 9px; margin-top: 8px; color: #c71585; font-weight: bold;">1 / 2 Available</div>
      </div>

  <!-- Level 6 Slots -->
   <div style="background: rgba(255, 20, 147, 0.05); border: 1px solid #ff1493; padding: 10px; border-radius: 8px; text-align: center;">
        <div style="font-size: 10px; color: #8b008b; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; font-weight: bold;">6th Level</div>
        <div style="display: flex; justify-content: center; gap: 8px;">
          <div style="width: 15px; height: 15px; background: #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); box-shadow: 0 0 5px rgba(255, 20, 147, 0.5);"></div>
          <div style="width: 15px; height: 15px; border: 1px solid #ff1493; border-radius: 50% 50% 0 50%; transform: rotate(-45deg); opacity: 0.3;"></div>
        </div>
        <div style="font-size: 9px; margin-top: 8px; color: #c71585; font-weight: bold;">1 / 2 Available</div>
      </div>

  </div>

  <!-- Rest & Recover Footer -->
  <div style="margin-top: 20px; text-align: center; border-top: 1px solid rgba(255, 215, 0, 0.5); padding-top: 10px;">
       <span style="font-size: 10px; color: #c71585; letter-spacing: 2px; font-style: italic; font-weight: bold;">
         "A song of rest will mend the soul, but only a grand finale restores the flow."
       </span>
    </div>

  </div>
</div>


<!-- CANTRIPS & PREPARED SPELLS: The Maestro's Setlist -->
<div style="width: 100%; margin-top: 30px; font-family: 'Georgia', serif;">
  <div style="padding: 25px; background: linear-gradient(135deg, #2d002d 0%, #1a001a 100%); border: 2px solid #ffd700; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.8); color: #ffe4e1; overflow-x: auto;">
    
  <!-- Header -->
   <div style="text-align: center; border-bottom: 3px double #ff1493; padding-bottom: 15px; margin-bottom: 25px;">
      <span style="font-size: 20px; text-transform: uppercase; letter-spacing: 6px; font-weight: bold; color: #ffd700; text-shadow: 0 0 10px #ff1493;">
        ♫ Cantrips & Prepared Spells ♫
      </span>
    </div>

  <!-- Spell Table -->
   <table style="width: 100%; border-collapse: collapse; color: #fff; font-size: 13px; table-layout: fixed;">
      <thead>
        <tr style="background: rgba(255, 215, 0, 0.15); color: #ffd700; text-transform: uppercase; letter-spacing: 1px; font-size: 10px; border-bottom: 2px solid #ff1493;">
          <th style="padding: 12px; text-align: center; width: 50px;">LVL</th>
          <th style="padding: 12px; text-align: left;">Spell Name</th>
          <th style="padding: 12px; text-align: center;">Casting Time</th>
          <th style="padding: 12px; text-align: center;">Range</th>
          <th style="padding: 12px; text-align: center; width: 40px;">C</th>
          <th style="padding: 12px; text-align: center; width: 40px;">R</th>
          <th style="padding: 12px; text-align: left;">Components / Material</th>
        </tr>
      </thead>
      <tbody>
        <!-- Example Cantrip -->
        <tr style="border-bottom: 1px solid rgba(255, 20, 147, 0.2); background: rgba(0,0,0,0.1);">
          <td style="padding: 10px; text-align: center; color: #ff69b4; font-weight: bold;">0</td>
          <td style="padding: 10px; font-weight: bold; color: #ffd700;">Minor Illusion</td>
          <td style="padding: 10px; text-align: center;">1 Action</td>
          <td style="padding: 10px; text-align: center;">30 ft</td>
          <td style="padding: 10px; text-align: center; opacity: 0.3;"></td>
          <td style="padding: 10px; text-align: center; opacity: 0.3;"></td>
          <td style="padding: 10px; font-size: 11px; font-style: italic; opacity: 0.8;">S, M (bit of fleece)</td>
        </tr>
        
  <!-- Example Level 1 Spell -->
   <tr style="border-bottom: 1px solid rgba(255, 20, 147, 0.2);">
          <td style="padding: 10px; text-align: center; color: #ff69b4; font-weight: bold;">1</td>
          <td style="padding: 10px; font-weight: bold; color: #ffd700;">Faerie Fire</td>
          <td style="padding: 10px; text-align: center;">1 Action</td>
          <td style="padding: 10px; text-align: center;">60 ft</td>
          <td style="padding: 10px; text-align: center; color: #ff1493; font-weight: bold;"></td>
          <td style="padding: 10px; text-align: center; opacity: 0.3;"></td>
          <td style="padding: 10px; font-size: 11px; font-style: italic; opacity: 0.8;">V</td>
        </tr>

   <!-- Example Ritual Spell -->
  <tr style="border-bottom: 1px solid rgba(255, 20, 147, 0.2); background: rgba(0,0,0,0.1);">
          <td style="padding: 10px; text-align: center; color: #ff69b4; font-weight: bold;">1</td>
          <td style="padding: 10px; font-weight: bold; color: #ffd700;">Detect Magic</td>
          <td style="padding: 10px; text-align: center;">1 Action</td>
          <td style="padding: 10px; text-align: center;">Self</td>
          <td style="padding: 10px; text-align: center; color: #ff1493; font-weight: bold;"></td>
          <td style="padding: 10px; text-align: center; color: #ffd700;"></td>
          <td style="padding: 10px; font-size: 11px; font-style: italic; opacity: 0.8;">V, S</td>
        </tr>

   <!-- Example Higher Level -->
  <tr style="border-bottom: 1px solid rgba(255, 20, 147, 0.2);">
          <td style="padding: 10px; text-align: center; color: #ff69b4; font-weight: bold;">3</td>
          <td style="padding: 10px; font-weight: bold; color: #ffd700;">Hypnotic Pattern</td>
          <td style="padding: 10px; text-align: center;">1 Action</td>
          <td style="padding: 10px; text-align: center;">120 ft</td>
          <td style="padding: 10px; text-align: center; color: #ff1493; font-weight: bold;"></td>
          <td style="padding: 10px; text-align: center; opacity: 0.3;"></td>
          <td style="padding: 10px; font-size: 11px; font-style: italic; opacity: 0.8;">S, M (incense/crystal vial)</td>
        </tr>
      </tbody>
    </table>

  <!-- Table Footer -->
  <div style="margin-top: 20px; text-align: right; border-top: 1px double rgba(255, 215, 0, 0.3); padding-top: 10px;">
       <span style="font-size: 11px; color: #ff69b4; font-style: italic;">
         C = Concentration | R = Ritual &nbsp; ♩ ♪ ♫ ♬
       </span>
    </div>

  </div>
</div>

<div style="display: flex; align-items: center; justify-content: center; margin: 40px 0; width: 100%;">
  <div style="flex: 1; height: 1px; background: linear-gradient(to right, transparent, #ff1493);"></div>
  <div style="margin: 0 20px; color: #ff1493; font-size: 20px; opacity: 0.8;">&nbsp;&nbsp;&nbsp;</div>
  <div style="flex: 1; height: 1px; background: linear-gradient(to left, transparent, #ff1493);"></div>
</div>


<!-- EQUIPMENT & COINAGE: The Virtuoso's Belongings -->
<div style="width: 100%; margin-top: 30px; font-family: 'Georgia', serif;">
  
  <!-- COINAGE ROW (Kompakte Leiste für Reichtum) -->
  <div style="display: flex; gap: 15px; margin-bottom: 20px; justify-content: center;">
    <!-- CP -->
    <div style="flex: 1; background: rgba(184, 115, 51, 0.1); border: 1px solid #b87333; padding: 10px; border-radius: 8px; text-align: center; box-shadow: inset 0 0 5px rgba(184, 115, 51, 0.2);">
      <div style="font-size: 9px; color: #b87333; text-transform: uppercase; font-weight: bold;">Copper</div>
      <div style="font-size: 18px; color: #fff;">0</div>
    </div>
    <!-- SP -->
    <div style="flex: 1; background: rgba(192, 192, 192, 0.1); border: 1px solid #c0c0c0; padding: 10px; border-radius: 8px; text-align: center;">
      <div style="font-size: 9px; color: #c0c0c0; text-transform: uppercase; font-weight: bold;">Silver</div>
      <div style="font-size: 18px; color: #fff;">0</div>
    </div>
    <!-- GP -->
    <div style="flex: 1; background: rgba(255, 215, 0, 0.15); border: 2px solid #ffd700; padding: 10px; border-radius: 8px; text-align: center; box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);">
      <div style="font-size: 10px; color: #ffd700; text-transform: uppercase; font-weight: bold;">Gold</div>
      <div style="font-size: 20px; color: #fff; font-weight: bold;">150</div>
    </div>
    <!-- PP -->
    <div style="flex: 1; background: rgba(229, 228, 226, 0.1); border: 1px solid #e5e4e2; padding: 10px; border-radius: 8px; text-align: center;">
      <div style="font-size: 9px; color: #e5e4e2; text-transform: uppercase; font-weight: bold;">Platinum</div>
      <div style="font-size: 18px; color: #fff;">0</div>
    </div>
  </div>

  <!-- EQUIPMENT TABLE -->
  <div style="padding: 25px; background: linear-gradient(135deg, #2d002d 0%, #1a001a 100%); border: 2px solid #ffd700; border-radius: 15px; box-shadow: 0 15px 35px rgba(0,0,0,0.8); color: #ffe4e1;">
    
  <div style="text-align: center; border-bottom: 2px double #ff1493; padding-bottom: 12px; margin-bottom: 20px;">
      <span style="font-size: 18px; text-transform: uppercase; letter-spacing: 4px; font-weight: bold; color: #ffd700; text-shadow: 0 0 8px #ff1493;">
        🎒 Equipment & Instruments 🎒
      </span>
    </div>

  <table style="width: 100%; border-collapse: collapse; color: #fff; font-size: 13px;">
      <thead>
        <tr style="background: rgba(255, 215, 0, 0.1); color: #ff69b4; text-transform: uppercase; letter-spacing: 1px; font-size: 10px; border-bottom: 1px solid #ffd700;">
          <th style="padding: 10px; text-align: left; width: 40px;">Qty</th>
          <th style="padding: 10px; text-align: left;">Item Name</th>
          <th style="padding: 10px; text-align: center; width: 70px;">Weight</th>
          <th style="padding: 10px; text-align: left;">Notes / Properties</th>
        </tr>
      </thead>
      <tbody>
        <!-- Beispiel-Items -->
        <tr style="border-bottom: 1px solid rgba(255, 20, 147, 0.1);">
          <td style="padding: 10px; color: #ffd700;">1</td>
          <td style="padding: 10px; font-weight: bold;">Lute (Masterwork)</td>
          <td style="padding: 10px; text-align: center;">2 lb</td>
          <td style="padding: 10px; font-size: 11px; font-style: italic; opacity: 0.8;">Spellcasting Focus</td>
        </tr>
        <tr style="border-bottom: 1px solid rgba(255, 20, 147, 0.1); background: rgba(255, 255, 255, 0.02);">
          <td style="padding: 10px; color: #ffd700;">1</td>
          <td style="padding: 10px; font-weight: bold;">Diplomat's Pack</td>
          <td style="padding: 10px; text-align: center;">36 lb</td>
          <td style="padding: 10px; font-size: 11px; font-style: italic; opacity: 0.8;">Chest, 2 cases, fine clothes, ink, pen, lamp, oil...</td>
        </tr>
        <tr style="border-bottom: 1px solid rgba(255, 20, 147, 0.1);">
          <td style="padding: 10px; color: #ffd700;">1</td>
          <td style="padding: 10px; font-weight: bold;">Component Pouch</td>
          <td style="padding: 10px; text-align: center;">2 lb</td>
          <td style="padding: 10px; font-size: 11px; font-style: italic; opacity: 0.8;">Essential for performance magic</td>
        </tr>
      </tbody>
    </table>

   <!-- Carrying Capacity Footer -->
  <div style="margin-top: 15px; display: flex; justify-content: space-between; border-top: 1px double rgba(255, 215, 0, 0.3); padding-top: 10px; font-size: 11px; color: #ff69b4;">
      <span><b>Total Weight:</b> 40 lb</span>
      <span style="letter-spacing: 2px;">♩ ♪ ♫ ♬</span>
      <span><b>Capacity:</b> 135 lb</span>
    </div>

  </div>
</div>

<div style="display: flex; align-items: center; justify-content: center; margin: 40px 0; width: 100%;">
  <div style="flex: 1; height: 1px; background: linear-gradient(to right, transparent, #ff1493);"></div>
  <div style="margin: 0 20px; color: #ff1493; font-size: 20px; opacity: 0.8;">&nbsp;&nbsp;&nbsp;</div>
  <div style="flex: 1; height: 1px; background: linear-gradient(to left, transparent, #ff1493);"></div>
</div>


<!-- Data box -->
<div style="display: flex; flex-direction: row; gap: 30px; align-items: flex-start; width: 100%; margin-top: 40px; font-family: 'Georgia', serif;">

  <!--left column: DATA BOX (Barden-Stil) -->
  <div style="flex: 3; display: flex; flex-direction: column; gap: 20px;">
    
   <div style="padding: 30px; background: linear-gradient(145deg, rgba(75, 0, 130, 0.4), rgba(45, 0, 45, 0.6)); border: 2px double #ffd700; border-radius: 8px; box-shadow: 0 10px 25px rgba(0,0,0,0.6); color: #ffd700;">
      
   <div style="text-align: center; margin-bottom: 25px; border-bottom: 1px solid rgba(255, 215, 0, 0.3); padding-bottom: 15px;">
          <span style="font-size: 20px; text-transform: uppercase; letter-spacing: 5px; font-weight: bold; color: #fff; text-shadow: 0 0 10px #ff1493;">
              ♫ The Virtuoso's Repertoire ♫
          </span>
      </div>

  <!-- Attributes -->
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 10px 40px;">
          
   <!-- left data column -->
  <div style="display: flex; flex-direction: column; gap: 10px;">
              <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Expertise:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Talent:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Passions:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Quirks:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(255, 20, 147, 0.4); font-size: 13px; padding: 5px 0;">
                  <span style="color: #ff69b4; text-transform: uppercase; letter-spacing: 1px;">Flaw:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(255, 20, 147, 0.4); font-size: 13px; padding: 5px 0;">
                  <span style="color: #ff69b4; text-transform: uppercase; letter-spacing: 1px;">Stage Fright:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
          </div>

  <!-- right data column -->
  <div style="display: flex; flex-direction: column; gap: 10px;">
              <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Fortes:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Cantrips:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Instruments:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Verse:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Rhythm:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Energy:</span> <span style="float: right; color: #fff;">Placeholder</span>
              </div>
          </div>
      </div>

  <!--bottom section -->
   <div style="margin-top: 25px; display: flex; flex-direction: column; gap: 15px;">
          <div style="border: 1px solid rgba(255, 215, 0, 0.3); background: rgba(0,0,0,0.3); padding: 12px; border-radius: 4px;">
              <span style="font-size: 11px; color: #ffd700; text-transform: uppercase; letter-spacing: 2px; font-weight: bold;">Bardic Inspiration & Charms</span>
              <div style="color: #fff; font-size: 13px; margin-top: 5px; line-height: 1.5; font-style: italic;">Placeholder for magical songs and charismatic enchantments...</div>
          </div>
          <div style="border: 1px solid rgba(255, 215, 0, 0.3); background: rgba(0,0,0,0.3); padding: 12px; border-radius: 4px;">
              <span style="font-size: 11px; color: #ffd700; text-transform: uppercase; letter-spacing: 2px; font-weight: bold;">Performance Style & Stage Presence</span>
              <div style="color: #fff; font-size: 13px; margin-top: 5px; line-height: 1.5; font-style: italic;">Placeholder for combat choreography and artistic flair...</div>
          </div>
      </div>
    </div>
  </div>

  <!-- right column (picture) -->
  <div style="flex: 1; max-width: 300px; min-width: 200px;">
    <div style="position: relative; border: 1px solid #ff1493; background: rgba(75, 0, 130, 0.2); padding: 10px; box-shadow: 0 10px 20px rgba(0,0,0,0.6);">
      
   <!-- gold edges -->
   <div style="position: absolute; top: 0; left: 0; width: 15px; height: 15px; border-top: 3px double #ffd700; border-left: 3px double #ffd700;"></div>
      <div style="position: absolute; top: 0; right: 0; width: 15px; height: 15px; border-top: 3px double #ffd700; border-right: 3px double #ffd700;"></div>
      <div style="position: absolute; bottom: 0; left: 0; width: 15px; height: 15px; border-bottom: 3px double #ffd700; border-left: 3px double #ffd700;"></div>
      <div style="position: absolute; bottom: 0; right: 0; width: 15px; height: 15px; border-bottom: 3px double #ffd700; border-right: 3px double #ffd700;"></div>
      
   <img src="YOUR_IMAGE.png" style="width: 100%; display: block; border-radius: 2px;">
      
  <div style="color: #ffd700; font-size: 10px; margin-top: 8px; text-transform: uppercase; letter-spacing: 2px; text-align: center; opacity: 0.8; font-weight: bold;">
        ♫ Performer's Silhouette ♫
      </div>
    </div>
  </div>

</div>

<div style="text-align: center; margin: 50px 0; position: relative;">
    <div style="height: 2px; background: linear-gradient(to right, transparent, #ffd700, #ff1493, #ffd700, transparent); width: 80%; margin: 0 auto;"></div>
    <div style="
        position: absolute; 
        top: -12px; 
        left: 50%; 
        transform: translateX(-50%); 
        background: #fffaf0; 
        padding: 0 15px; 
        color: #4b0082; 
        font-size: 24px;
        border: 1px solid #ffd700;
        border-radius: 50% 50% 0 50%;
        box-shadow: 0 0 10px rgba(255, 20, 147, 0.2);
    ">
        &oint;
    </div>
</div>


<!-- LIFESTYLE & TRAVEL RECORDS (Light Bardic Theme) -->
<div style="display: flex; flex-direction: row; gap: 30px; align-items: flex-start; width: 100%; margin-top: 40px; font-family: 'Georgia', serif;">

  <!--Left column: LIFESTYLE DATA BOX -->
  <div style="flex: 3; display: flex; flex-direction: column; gap: 20px;">
  
   <div style="padding: 30px; background: #fffaf0; border: 2px double #ffd700; border-radius: 8px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); color: #4b0082;">
      
  <div style="text-align: center; margin-bottom: 25px; border-bottom: 2px solid rgba(255, 20, 147, 0.2); padding-bottom: 15px;">
          <span style="font-size: 20px; text-transform: uppercase; letter-spacing: 5px; font-weight: bold; color: #4b0082; text-shadow: 1px 1px 2px rgba(255, 20, 147, 0.1);">
              ♫ Wayfarer's Log & Lifestyle ♫
          </span>
      </div>

   <!-- box for lifestyle details -->
  <div style="display: grid; grid-template-columns: 1fr 1fr; gap: 10px 40px;">
          
   <!-- left column -->
  <div style="display: flex; flex-direction: column; gap: 10px;">
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Standard:</span> <span style="float: right; color: #2d002d; font-weight: bold;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Vocation:</span> <span style="float: right; color: #2d002d; font-weight: bold;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Reputation:</span> <span style="float: right; color: #2d002d; font-weight: bold;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Vitality:</span> <span style="float: right; color: #2d002d; font-weight: bold;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Coinage:</span> <span style="float: right; color: #b8860b;">●●●○○</span>
              </div>
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Aesthetic:</span> <span style="float: right; color: #2d002d; font-weight: bold;">Placeholder</span>
              </div>
          </div>

  <!-- right column -->
   <div style="display: flex; flex-direction: column; gap: 10px;">
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Region:</span> <span style="float: right; color: #2d002d; font-weight: bold;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Home Base:</span> <span style="float: right; color: #2d002d; font-weight: bold;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Ideology:</span> <span style="float: right; color: #2d002d; font-weight: bold;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Patron:</span> <span style="float: right; color: #2d002d; font-weight: bold;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Dietary:</span> <span style="float: right; color: #2d002d; font-weight: bold;">Placeholder</span>
              </div>
              <div style="border-bottom: 1px solid rgba(75, 0, 130, 0.1); font-size: 13px; padding: 5px 0;">
                  <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px; color: #8b008b;">Mount/Rig:</span> <span style="float: right; color: #2d002d; font-weight: bold;">Placeholder</span>
              </div>
          </div>
      </div>

  <!-- Colleges & Guilds -->
  <div style="margin-top: 20px; border: 1px solid rgba(255, 20, 147, 0.2); background: rgba(255, 20, 147, 0.03); padding: 12px; border-radius: 4px;">
          <span style="font-size: 11px; color: #c71585; text-transform: uppercase; letter-spacing: 2px; font-weight: bold;">Colleges, Guilds & Secret Societes</span>
          <div style="color: #400020; font-size: 13px; margin-top: 5px; line-height: 1.5; font-style: italic; opacity: 0.9;">Placeholder for musical colleges, theater troupes, or underground harper contacts...</div>
      </div>
    </div>
  </div>

  <!-- right column (Residence Asset) -->
  <div style="flex: 1; max-width: 300px; min-width: 200px;">
    <div style="position: relative; border: 1px solid #ffd700; background: #fffaf0; padding: 15px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); text-align: center;">
      
  <!--edges (Gilded) -->
  <div style="position: absolute; top: 0; left: 0; width: 15px; height: 15px; border-top: 3px double #ffd700; border-left: 3px double #ffd700;"></div>
      <div style="position: absolute; bottom: 0; right: 0; width: 15px; height: 15px; border-bottom: 3px double #ffd700; border-right: 3px double #ffd700;"></div>
      
  <div style="font-size: 10px; color: #8b008b; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 10px; font-weight: bold;">♫ Sanctuary Asset ♫</div>
      
  <!-- Placeholder for picture -->
  <div style="width: 100%; aspect-ratio: 1/1; background: #fdf5e6; border: 1px solid rgba(255, 215, 0, 0.3); display: flex; align-items: center; justify-content: center; box-shadow: inset 0 0 10px rgba(0,0,0,0.05);">
          <span style="color: #ffd700; opacity: 0.7; font-size: 30px;"></span>
      </div>
      
  <div style="color: #4b0082; font-size: 11px; margin-top: 10px; font-style: italic; opacity: 0.9;">
        "Every tavern is a home, every stage a sanctuary."
      </div>
    </div>
  </div>

</div>




<!-- SOCIAL & COMMUNICATION (Bardic Theme) -->
<div style="display: flex; flex-direction: row; gap: 30px; align-items: stretch; width: 100%; margin-top: 40px; font-family: 'Georgia', serif;">

  <!-- left BOX: FAMOUS RESONANCE (Social) -->
  <div style="flex: 1; padding: 25px; background: linear-gradient(145deg, #4b0082, #2d002d); border: 2px double #ffd700; border-radius: 8px; box-shadow: 0 10px 20px rgba(0,0,0,0.5); color: #ffd700;">
      
  <div style="text-align: center; margin-bottom: 20px; border-bottom: 1px solid rgba(255, 215, 0, 0.3); padding-bottom: 10px;">
          <span style="font-size: 18px; text-transform: uppercase; letter-spacing: 4px; font-weight: bold; color: #fff; text-shadow: 0 0 8px #ff1493;">
              ♫ Fame & Resonance ♫
          </span>
      </div>

   <div style="display: flex; flex-direction: column; gap: 10px;">
          <!-- Reputation -->
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Tavern Tales (Local):</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Ballads (Regional):</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Legends (World):</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>
          <!-- Status & Family -->
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0; margin-top: 10px;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Social Caste:</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Lineage & Troupe:</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Muse / Paramour:</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>

  <!-- Relationships & Allies -->
  <div style="margin-top: 15px; padding: 10px; background: rgba(0,0,0,0.3); border: 1px solid #ff1493; border-radius: 4px; box-shadow: inset 0 0 10px rgba(255, 20, 147, 0.2);">
              <span style="font-size: 10px; text-transform: uppercase; color: #ff69b4; font-weight: bold; letter-spacing: 1px;">Ensemble & Rivals</span>
              <div style="color: #fff; font-size: 12px; margin-top: 5px; font-style: italic;">Placeholder for patrons, backstage contacts and bitter rivals...</div>
          </div>
      </div>
  </div>

  <!-- right BOX: THE LYRICIST (Communication) -->
  <div style="flex: 1; padding: 25px; background: linear-gradient(145deg, #4b0082, #2d002d); border: 2px double #ffd700; border-radius: 8px; box-shadow: 0 10px 20px rgba(0,0,0,0.5); color: #ffd700;">
      
  <div style="text-align: center; margin-bottom: 20px; border-bottom: 1px solid rgba(255, 215, 0, 0.3); padding-bottom: 10px;">
          <span style="font-size: 18px; text-transform: uppercase; letter-spacing: 4px; font-weight: bold; color: #fff; text-shadow: 0 0 8px #ff1493;">
              ♫ The Lyricist ♫
          </span>
      </div>

   <div style="display: flex; flex-direction: column; gap: 10px;">
          <!-- Languages -->
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Native Tongue:</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Learned Tongues:</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Eloquence:</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>
          <!-- Voice & Dialect -->
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0; margin-top: 10px;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Vocal Pitch:</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Slang / Cant:</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>
          <div style="border-bottom: 1px solid rgba(255, 215, 0, 0.2); font-size: 13px; padding: 4px 0;">
              <span style="opacity: 0.7; text-transform: uppercase; letter-spacing: 1px;">Literacy:</span> <span style="float: right; color: #fff;">Placeholder</span>
          </div>

   <!-- Note on Speech -->
  <div style="margin-top: 15px; padding: 10px; background: rgba(0,0,0,0.3); border: 1px solid #ff1493; border-radius: 4px; box-shadow: inset 0 0 10px rgba(255, 20, 147, 0.2);">
              <span style="font-size: 10px; text-transform: uppercase; color: #ff69b4; font-weight: bold; letter-spacing: 1px;">Performance Mannerisms</span>
              <div style="color: #fff; font-size: 12px; margin-top: 5px; font-style: italic;">
                  "Placeholder for notes on the cadence of speech, theatrical pauses, or rhythmic habits."
              </div>
          </div>
      </div>
  </div>

</div>

<div style="text-align: center; margin: 50px 0; position: relative;">
    <div style="height: 2px; background: linear-gradient(to right, transparent, #ffd700, #ff1493, #ffd700, transparent); width: 80%; margin: 0 auto;"></div>
    <div style="
        position: absolute; 
        top: -12px; 
        left: 50%; 
        transform: translateX(-50%); 
        background: #fffaf0; 
        padding: 0 15px; 
        color: #4b0082; 
        font-size: 24px;
        border: 1px solid #ffd700;
        border-radius: 50% 50% 0 50%;
        box-shadow: 0 0 10px rgba(255, 20, 147, 0.2);
    ">
        &oint;
    </div>
</div>


<!-- Character Gallery: The Virtuoso's Portfolio -->
<div style="
    max-width: 1200px; 
    margin: 40px auto; 
    padding: 30px; 
    background: #fffaf0; 
    background-image: radial-gradient(rgba(255, 20, 147, 0.05) 1px, transparent 1px);
    background-size: 25px 25px;
    border: 3px double #ffd700; 
    border-radius: 15px; 
    box-shadow: 12px 12px 25px rgba(0,0,0,0.5), inset 0 0 60px rgba(255, 215, 0, 0.1);
    font-family: 'Georgia', serif;
    position: relative;
">
    <!-- Header: Dramatis Personae -->
    <div style="text-align: center; margin-bottom: 30px;">
        <span style="font-size: 22px; text-transform: uppercase; letter-spacing: 6px; color: #4b0082; font-weight: bold; border-bottom: 2px solid #ff1493; padding-bottom: 8px;">
            ♫ Visual Portfolio: Poses & Portraits ♫
        </span>
    </div>

  <!-- Gallery-Box (4 Column Layout) -->
   <div style="display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px;">
        
   <!-- Picture 1 (Large Focus) -->
  <div style="grid-column: span 2; grid-row: span 2; border: 2px solid #ff1493; background: #2d002d; padding: 12px; border-radius: 20px 5px; box-shadow: 5px 5px 15px rgba(0,0,0,0.3);">
            <div style="width: 100%; height: 400px; background: rgba(75, 0, 130, 0.2); display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 10px;">
                <img src="TURNAROUND.png" style="height: 100%; object-fit: contain; filter: brightness(1.1);">
            </div>
            <div style="text-align: center; font-size: 12px; color: #ffd700; margin-top: 10px; text-transform: uppercase; letter-spacing: 3px; font-weight: bold;">
                Full Ensemble Silhouette
            </div>
        </div>

  <!-- Picture 2 -->
   <div style="border: 1px solid #ffd700; background: #2d002d; padding: 8px; border-radius: 5px 15px; box-shadow: 3px 3px 8px rgba(0,0,0,0.2);">
            <img src="HEADSHOT_1.png" style="width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; border-radius: 3px;">
            <div style="text-align: center; font-size: 10px; color: #ff69b4; margin-top: 6px; text-transform: uppercase; letter-spacing: 1px;">Portrait: Overture</div>
        </div>

  <!-- Picture 3 -->
  <div style="border: 1px solid #ffd700; background: #2d002d; padding: 8px; border-radius: 5px 15px; box-shadow: 3px 3px 8px rgba(0,0,0,0.2);">
            <img src="HEADSHOT_2.png" style="width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; border-radius: 3px;">
            <div style="text-align: center; font-size: 10px; color: #ff69b4; margin-top: 6px; text-transform: uppercase; letter-spacing: 1px;">Portrait: Crescendo</div>
        </div>

  <!-- Picture 4 -->
  <div style="border: 1px solid #ffd700; background: #2d002d; padding: 8px; border-radius: 5px 15px; box-shadow: 3px 3px 8px rgba(0,0,0,0.2);">
            <img src="POSE_1.png" style="width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; border-radius: 3px;">
            <div style="text-align: center; font-size: 10px; color: #ff69b4; margin-top: 6px; text-transform: uppercase; letter-spacing: 1px;">Combat Choreography</div>
        </div>

  <!-- Picture 5 -->
  <div style="border: 1px solid #ffd700; background: #2d002d; padding: 8px; border-radius: 5px 15px; box-shadow: 3px 3px 8px rgba(0,0,0,0.2);">
            <img src="POSE_2.png" style="width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; border-radius: 3px;">
            <div style="text-align: center; font-size: 10px; color: #ff69b4; margin-top: 6px; text-transform: uppercase; letter-spacing: 1px;">Intermission Pose</div>
        </div>

  <!-- Picture 6 -->
  <div style="border: 1px solid #ffd700; background: #2d002d; padding: 8px; border-radius: 5px 15px;">
            <img src="DETAIL_1.png" style="width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; border-radius: 3px;">
            <div style="text-align: center; font-size: 10px; color: #ff69b4; margin-top: 6px; text-transform: uppercase; letter-spacing: 1px;">The Instrument</div>
        </div>

   <!-- Picture 7 -->
  <div style="border: 1px solid #ffd700; background: #2d002d; padding: 8px; border-radius: 5px 15px;">
            <img src="DETAIL_2.png" style="width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; border-radius: 3px;">
            <div style="text-align: center; font-size: 10px; color: #ff69b4; margin-top: 6px; text-transform: uppercase; letter-spacing: 1px;">Bardic Sigil</div>
        </div>

  <!-- Picture 8 -->
   <div style="border: 1px solid #ffd700; background: #2d002d; padding: 8px; border-radius: 5px 15px;">
            <img src="OUTFIT_1.png" style="width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; border-radius: 3px;">
            <div style="text-align: center; font-size: 10px; color: #ff69b4; margin-top: 6px; text-transform: uppercase; letter-spacing: 1px;">Stage Finery</div>
        </div>

  <!-- Picture 9 -->
  <div style="border: 1px solid #ffd700; background: #2d002d; padding: 8px; border-radius: 5px 15px;">
            <img src="EXTRA.png" style="width: 100%; aspect-ratio: 1/1; object-fit: cover; display: block; border-radius: 3px;">
            <div style="text-align: center; font-size: 10px; color: #ff69b4; margin-top: 6px; text-transform: uppercase; letter-spacing: 1px;">Misc. Harmony</div>
        </div>
    </div>

  <!-- Flourished Edges -->
  <div style="position: absolute; top: 15px; left: 15px; width: 40px; height: 40px; border-top: 3px solid #ff1493; border-left: 3px solid #ff1493; border-radius: 10px 0 0 0; opacity: 0.4;"></div>
    <div style="position: absolute; bottom: 15px; right: 15px; width: 40px; height: 40px; border-bottom: 3px solid #ff1493; border-right: 3px solid #ff1493; border-radius: 0 0 10px 0; opacity: 0.4;"></div>
</div>
Log in to like

Comments (0)

Log in to join the conversation.

No comments yet. Be the first to share your thoughts!

Related Posts