body {
    background: #272b4a;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.mustard-card {
    position: absolute;
    padding: 25px;
    border: 1px solid #444;
    box-shadow: 0 20px 50px #000000;
    border-radius: 4px;
    color: #222;
    z-index: 1000;
    font-size: 11px;
    line-height: 1.6;
    cursor: move;
}

/* Base gray backgrounds (overridden in PHP but good for fallback) */
#synopsis { 
    width: 280px; 
    background: #dddddd; 
}
#links { 
    width: 200px; 
    background: #cccccc; 
}
#credits { 
    width: 220px; 
    background: #bbbbbb; 
    font-style: italic; 
}

.mustard-card strong {
    color: #8B0000;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
}

.mustard-card a {
    color: #002E54;
    text-decoration: underline;
}

.mustard-card a:hover {
    color: #8B0000;
}

/* Generated nodes from kt_radial.js */
.generated-node {
    box-shadow: 0 5px 15px #000000;
}
