
html, body {
    background-color: #1d2021;
    color: #fbf1c7;
    user-select: text;
    margin: 0; 
    padding: 8px;
}

hr {
    margin-bottom: 16px;
    color: #d4be98;
}

body > main > article {
    padding-top: 12px;
}

body > main > article > hr:first-of-type {
    margin-top: 36px;
    margin-bottom: 28px;
}

header pre {
    font-weight: bold; 
    text-align: center;
}

a {
    color: #52a4aa;
    text-decoration: none;
    font-size: inherit;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #cc241d;
}

code {
    font-family: inherit;
    color: #fbf1c7;
    background-color: rgba(251, 241, 199, 0.08);
    border: 1px solid rgba(212, 190, 152, 0.4);
    padding: 0 4px;
    border-radius: 2px;
    font-size: 0.95em;
    white-space: nowrap;
}

pre code {
    padding: 12px;
    border-left: 2px solid #d4be98;
    border-right: 2px solid #d4be98;
    border-top: 2px dashed #d4be98;
    border-bottom: 2px dashed #d4be98;
    border-radius: 0;
    background-color: transparent;
    display: block;
    white-space: pre;
    font-size: 1em;
}

.callout {
    border-left:3px solid #52a4aa;
    padding:8px 10px;
    color:#fbf1c7;
    margin:10px 0;
}

h3 {
    margin-bottom: 0;
}

div, span, p, time, li, h6 {
    color: #d4be98;
}

h6 {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

h1, h2, h3, h4, h5 {
    color: #fbf1c7;
}

blockquote div, blockquote span, blockquote p {
    color: #fbf1c7;
}

header div, header span, header p {
    color: #fbf1c7;
}

footer div, footer span, footer p {
    color: #fbf1c7;
}

button, input, textarea {
    background-color: #1d2021;
    color: #d4be98;
    border: 1px solid #d4be98;
    padding: 8px 12px;
}

button {
    cursor: pointer;
}

form {
    margin: 16px 0; 
    display: flex; 
    flex-direction: column; 
    gap: 12px;
}

button:hover,
input:focus,
textarea:focus {
    background-color: #fbf1c7;
    color: #1d2021;
    border-color: #d4be98;
    outline: none;
}

details {
    margin-bottom: 8px;
    background-color: #1d2021;
    color: #fbf1c7;
}

summary {
    padding-left: 4px;
    cursor: pointer;
    background-color: #d4be98;
    color: #1d2021;
}

details[open] {
    border: 2px solid #fbf1c7;
}

details[open] > summary {
    cursor: pointer;
    background-color: #fbf1c7;
    color: #1d2021;
}

.details-body {
    padding: 12px 8px 8px 8px;
}

.inline-linkedin {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.inline-linkedin svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
    vertical-align: -2px;
}

.article-entry {
    padding: 10px 0;
    border-top: 1px dashed #d4be98;
}

.article-entry:last-child {
    padding-bottom: 0;
}

.article-entry h3 {
    margin: 0 0 4px 0;
}

.article-entry time {
    font-size: 0.9em;
    color: #d4be98;
}

/* Issuing body brand colors */
.cert-nasba {
    color: #019d78;
    font-weight: bold;
}

.cert-pmi {
    color: #007ba7;
    font-weight: bold;
}

.cert-comptia {
    color: #C80F2E;
    font-weight: bold;
}

.cert-handshake {
    color: #d3fb52;
    font-weight: bold;
}

.project-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 28px;
    padding: 12px 8px 0 8px;
    margin-bottom: 12px;
}

.project-filter-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.project-filter-label {
    color: #fbf1c7;
    font-weight: bold;
    padding-top: 2px;
    padding-left: 3px;
}

.project-dropdown {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    min-width: 180px;
    max-width: 100%;
}

.project-dropdown-trigger,
.project-dropdown-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    color: #fbf1c7;
    font: inherit;
    text-align: left;
}

.project-dropdown-trigger {
    justify-content: space-between;
    padding: 3px 0;
}

.project-dropdown-trigger:hover,
.project-dropdown-trigger:focus,
.project-dropdown-option:hover,
.project-dropdown-option:focus {
    background: transparent;
    border-color: transparent;
    color: #fbf1c7;
    outline: none;
}

.project-dropdown-content {
    display: inline-flex;
    align-items: center;
    padding: 0;
    gap: 8px;
    min-width: 0;
}

.project-star {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.project-card h3 .project-title-text {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.project-card h3 {
    padding-top: 2px;
    padding-left: 2px;
}

.project-dropdown-label,
.project-dropdown-count {
    color: inherit;
}

.project-dropdown-count {
    opacity: 0.85;
}

.project-dropdown-trigger svg,
.project-dropdown-option svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
    flex-shrink: 0;
}

.project-dropdown-caret {
    width: 14px;
    height: 12px;
    color: inherit;
    flex-shrink: 0;
    transform-origin: center;
    transition: transform 120ms ease;
}

.project-dropdown-caret::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.project-dropdown-trigger[aria-expanded="true"] .project-dropdown-caret {
    transform: rotate(180deg);
}

.project-dropdown-menu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 100%;
    margin-top: 6px;
    background-color: #1d2021;
}

.project-dropdown-option {
    padding: 2px 0;
}

.project-dropdown-option.is-active {
    color: #fbf1c7;
    font-weight: bold;
}

.project-dropdown-option.is-disabled {
    opacity: 0.35;
    cursor: default;
}

.projects-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 8px 8px 8px;
    margin-bottom: 12px;
}

.project-description-continued {
    margin-top: 8px;
}

.project-description code {
    color: #fbf1c7;
}

.project-card {
    border: 1px solid #fbf1c7;
    padding: 8px;
}

.project-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.project-link-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.project-link-row svg {
    width: 20px;
    height: 20px;
    fill: #fbf1c7;
}

.project-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 6px;
}

.project-badge {
    background-color: rgba(251, 241, 199, 0.08);
    color: #fbf1c7;
    border: 1px solid rgba(251, 241, 199, 0.65);
    padding: 4px 8px;
}

.project-badge.is-domain,
.skill-chip.is-domain {
    color: var(--domain-text, #fbf1c7);
    background-color: var(--domain-fill, rgba(251, 241, 199, 0.08));
    border-color: var(--domain-border, rgba(251, 241, 199, 0.65));
}

.project-description {
    margin-top: 10px;
    margin-bottom: 0;
}

.project-note {
    margin-top: 8px;
    margin-bottom: 0;
    color: #fbf1c7;
}

.project-video {
    margin-top: 10px;
    border: 1px solid #d4be98;
    padding: 6px;
    max-width: 420px;
}

.project-video iframe,
.project-video video,
.project-video img {
    width: 100%;
    max-height: 240px;
    aspect-ratio: 16 / 9;
    border: 0;
    background-color: #000;
    display: block;
    object-fit: cover;
}

@media (max-width: 640px) {
    .project-filters {
        flex-direction: column;
        gap: 12px;
    }

    .project-filter-group,
    .project-dropdown {
        width: 100%;
        min-width: 0;
    }

    .project-top {
        flex-direction: column;
    }

    .project-video {
        max-width: 100%;
    }

    .project-video iframe,
    .project-video video,
    .project-video img {
        max-height: 200px;
    }
}

.pad-bottom {
    padding-top: 0.2em;
    padding-bottom: 0.8em;
}

.intro-line {
    margin: 0;
    padding: 2px 0;
}

.intro-lead {
    padding-top: 6px;
}

.contact-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 0;
    margin-bottom: 12px;
}

.contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fbf1c7;
    width: fit-content;
}

.contact-link:hover,
.contact-link:focus {
    color: #cc241d;
    text-decoration: none;
}

.contact-link svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    flex-shrink: 0;
}

.contact-link .contact-handle {
    color: inherit;
}

.contact-link .contact-platform {
    color: #d4be98;
    font-size: 0.9em;
}

.contact-link:hover .contact-platform,
.contact-link:focus .contact-platform {
    color: inherit;
}

/* Scrollbar styling for modern browsers */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #1d2021;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #d4be98;
}

table {
    border-collapse: collapse;
}

tr:nth-child(even) {
    color: #fbf1c7;
}

tr:nth-child(odd) {
    color: #d4be98;
}

th, td {
    padding: 8px;
    border: 1px solid #fbf1c7;
}

.right-align {
    display: flex; 
    align-items: center; 
    justify-content: space-between;
    padding-top: 16px;
    padding-right: 8px;
}

.left-align {
    display: flex; 
    align-items: center; 
    gap: 4px;
}

.color-swatch {
    position: relative;
    margin-top: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    transition: width 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #fbf1c7;
}

.color-swatch span {
    color: #1d2021;
    opacity: 0;
    white-space: nowrap;
    transition: opacity .2s ease;
}

.color-swatch:hover {
    width: 100px;
}

.color-swatch:hover span {
    opacity: 1;
}

.highlights {
    margin: 10px 0 18px 0;
}

.highlights-viewport {
    overflow: hidden;
}

.highlights-track {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
}

.highlights-page {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    box-sizing: border-box;
}

.highlight-card {
    border: 1px solid #fbf1c7;
    padding: 12px 14px;
    background-color: #1d2021;
    box-sizing: border-box;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.highlight-card h3 {
    margin: 0;
    color: #fbf1c7;
    font-size: 1em;
}

.highlight-card p {
    margin: 0;
    color: #d4be98;
}

.highlight-card code {
    font-size: 0.9em;
}

.highlights-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 10px;
}

.highlights-nav {
    background: transparent;
    border: 1px solid #d4be98;
    color: #d4be98;
    padding: 2px 12px;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
}

.highlights-nav:hover,
.highlights-nav:focus {
    background-color: #d4be98;
    color: #1d2021;
    outline: none;
}

.highlights-dots {
    display: flex;
    gap: 6px;
}

.highlights-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border: 1px solid #d4be98;
    background: transparent;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
}

.highlights-dot.is-active {
    background-color: #52a4aa;
    border-color: #52a4aa;
}

.highlights-dot-fill {
    position: absolute;
    inset: 0;
    background-color: #52a4aa;
    transform: scaleX(0);
    transform-origin: left center;
    pointer-events: none;
}

.highlights-dot.is-next .highlights-dot-fill {
    animation: highlights-dot-fill 15s linear forwards;
}

.highlights.is-paused .highlights-dot.is-next .highlights-dot-fill {
    animation-play-state: paused;
}

@keyframes highlights-dot-fill {
    from { transform: scaleX(0); }
    to   { transform: scaleX(1); }
}

@media (prefers-reduced-motion: reduce) {
    .highlights-dot.is-next .highlights-dot-fill {
        animation: none;
    }
}

@media (max-width: 640px) {
    .highlights-page {
        grid-template-columns: 1fr;
    }

    .highlight-card {
        min-height: auto;
    }
}

.skills {
    margin: 4px 0 18px 0;
    padding: 12px 0;
    border-top: 1px dashed #d4be98;
    border-bottom: 1px dashed #d4be98;
}

.skills-title {
    margin: 0 0 10px 0;
    color: #fbf1c7;
    font-size: 1em;
    font-weight: normal;
}

.skills-grid {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 14px;
    row-gap: 6px;
    margin: 0;
}

.skills-grid dt {
    color: #52a4aa;
    font-weight: bold;
    align-self: center;
    white-space: nowrap;
}

.skills-grid dd {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 6px;
    align-items: center;
}

.skill-chip {
    color: #fbf1c7;
    background-color: rgba(251, 241, 199, 0.08);
    border: 1px solid rgba(212, 190, 152, 0.4);
    padding: 2px 8px;
    font-size: 0.95em;
}

@media (max-width: 640px) {
    .skills-grid {
        grid-template-columns: 1fr;
        row-gap: 2px;
    }

    .skills-grid dt {
        margin-top: 8px;
    }

    .skills-grid dt:first-of-type {
        margin-top: 0;
    }
}

svg {
    background: none;
}

.grid-line { 
    stroke:#d4be98; 
    stroke-width: 1; 
}

.grid-line-axis { 
    stroke:#fbf1c7; 
    stroke-width: 2; 
}

.grid { 
    stroke:#fbf1c7; 
    stroke-width: 2;
    fill:none; 
}

text {
    fill: #fbf1c7;
}
