@import "https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=Inter:wght@400;500;600&display=swap";
[data-theme=brutalist]{background:var(--ge-color-page-bg);color:var(--ge-color-text);font-family:var(--ge-font-body);min-height:100vh;line-height:1.5}[data-theme=brutalist] .b-header{border-bottom:4px solid var(--ge-color-border);padding:var(--ge-spacing-loose) var(--ge-spacing-normal);background:var(--ge-color-surface-elevated);color:var(--ge-color-page-bg)}[data-theme=brutalist] .b-display{font-family:var(--ge-font-display);letter-spacing:-.03em;text-transform:uppercase;font-size:clamp(48px,9vw,128px);font-weight:900;line-height:.95}[data-theme=brutalist] .b-section{border-top:4px solid var(--ge-color-border);padding:var(--ge-spacing-loose) var(--ge-spacing-normal)}[data-theme=brutalist] .b-section+.b-section{margin-top:0}[data-theme=brutalist] .b-section-title{font-family:var(--ge-font-display);text-transform:uppercase;margin-bottom:var(--ge-spacing-normal);color:var(--ge-color-text);border-bottom:4px solid var(--ge-color-border);padding-bottom:8px;font-size:48px;font-weight:900;display:inline-block}[data-theme=brutalist] .b-card{border:4px solid var(--ge-color-border);background:var(--ge-color-surface);padding:var(--ge-spacing-normal);box-shadow:8px 8px 0 var(--ge-color-border);box-sizing:border-box;height:100%}[data-theme=brutalist] .b-card+.b-card{margin-top:var(--ge-spacing-normal)}[data-theme=brutalist] .b-link{color:var(--ge-color-text);text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:3px}[data-theme=brutalist] .b-link:hover{background:var(--ge-color-accent);color:var(--ge-color-text);text-decoration:none}[data-theme=brutalist] .b-tag{border:3px solid var(--ge-color-border);background:var(--ge-color-page-bg);font-family:var(--ge-font-mono);text-transform:uppercase;margin:0 6px 6px 0;padding:4px 12px;font-size:14px;display:inline-block}[data-theme=brutalist] .b-grid{gap:var(--ge-spacing-normal);grid-template-columns:repeat(auto-fit,minmax(280px,1fr));display:grid}[data-theme=brutalist] .b-empty{font-family:var(--ge-font-mono);color:var(--ge-color-text-muted);border:2px dashed var(--ge-color-border);padding:var(--ge-spacing-normal);text-align:center}
[data-theme=darkpro]{background:var(--ge-color-page-bg);color:var(--ge-color-text);font-family:var(--ge-font-body);min-height:100vh}[data-theme=darkpro] .td-grid{grid-template-columns:280px 1fr;gap:40px;max-width:1280px;margin:0 auto;padding:32px;display:grid}[data-theme=darkpro] .td-sidebar{align-self:start;position:sticky;top:32px}[data-theme=darkpro] .td-grid>main{min-width:0}[data-theme=darkpro] .td-section{margin-bottom:48px}[data-theme=darkpro] .td-section-title{font-family:var(--ge-font-display);text-transform:uppercase;letter-spacing:.12em;color:var(--ge-color-text-muted);margin-bottom:16px;font-size:12px;font-weight:600}[data-theme=darkpro] .td-card{background:var(--ge-color-surface);border:1px solid var(--ge-color-border);border-radius:var(--ge-radius-md);padding:var(--ge-spacing-normal)}[data-theme=darkpro] .td-sidebar-label{font-family:var(--ge-font-mono);text-transform:uppercase;letter-spacing:.12em;color:var(--ge-color-text-muted);margin-bottom:8px;font-size:10px}[data-theme=darkpro] .td-tag{background:var(--ge-color-surface-elevated);border:1px solid var(--ge-color-border);border-radius:var(--ge-radius-sm);font-family:var(--ge-font-mono);color:var(--ge-color-text-muted);padding:2px 8px;font-size:12px;display:inline-block}[data-theme=darkpro] .td-project-card{background:var(--ge-color-surface);border:1px solid var(--ge-color-border);border-radius:var(--ge-radius-md);box-sizing:border-box;height:100%;padding:16px;transition:border-color .2s}[data-theme=darkpro] .td-project-card:hover{border-color:#00e5a04d}[data-theme=darkpro] .td-stat-card{background:var(--ge-color-surface);border:1px solid var(--ge-color-border);border-radius:var(--ge-radius-md);text-align:center;padding:16px}[data-theme=darkpro] .td-accent-link{color:var(--ge-color-accent);text-decoration:none;transition:opacity .2s}[data-theme=darkpro] .td-accent-link:hover{opacity:.8}[data-theme=darkpro] .td-gradient-bar{background:linear-gradient(90deg,#00e5a0,#3b82f6,#8b5cf6);width:100%;height:3px}@media (max-width:768px){[data-theme=darkpro] .td-grid{grid-template-columns:1fr;gap:24px;padding:16px}[data-theme=darkpro] .td-sidebar{position:static}[data-theme=darkpro] .td-section{margin-bottom:24px}}
[data-theme=editorial]{background:var(--ge-color-page-bg);color:var(--ge-color-text);font-family:var(--ge-font-body);min-height:100vh}[data-theme=editorial] .te-masthead-row{justify-content:space-between;align-items:flex-start;display:flex}[data-theme=editorial] .te-h1{font-family:var(--ge-font-display);font-size:64px}[data-theme=editorial] .te-byline{flex-wrap:wrap;align-items:center;gap:8px 24px;display:flex}[data-theme=editorial] .te-grid{grid-template-columns:1fr 280px;gap:40px;padding-top:40px;display:grid}[data-theme=editorial] .te-grid>*{min-width:0}[data-theme=editorial] .te-main{overflow-wrap:break-word;word-break:break-word}[data-theme=editorial] .te-project-row{justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:6px;display:flex}@media (max-width:768px){[data-theme=editorial] .te-masthead-row{flex-direction:column;gap:12px}[data-theme=editorial] .te-h1{font-size:36px}[data-theme=editorial] .te-byline{flex-wrap:wrap;gap:12px}[data-theme=editorial] .te-grid{grid-template-columns:1fr;gap:24px;padding-top:24px}[data-theme=editorial] .te-outer{padding:0 16px!important}[data-theme=editorial] .te-masthead{padding:16px 0 12px!important}[data-theme=editorial] .te-section{margin-bottom:24px!important}[data-theme=editorial] .te-project-row{flex-wrap:wrap}}
[data-theme=glass]{color:var(--ge-color-text);font-family:var(--ge-font-body);background:linear-gradient(135deg,#0a0b1e 0%,#07090c 60%);min-height:100vh}
[data-theme=minimal]{background:var(--ge-color-page-bg);color:var(--ge-color-text);font-family:var(--ge-font-body);min-height:100vh}[data-theme=minimal] .tm-container{max-width:680px;margin:0 auto;padding:96px 24px}[data-theme=minimal] .tm-header{margin-bottom:64px}[data-theme=minimal] .tm-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:64px;height:64px}[data-theme=minimal] .tm-section{border-top:1px solid #e5e5e5;margin-bottom:64px;padding-top:40px}[data-theme=minimal] .tm-section-title{font-family:var(--ge-font-display);color:var(--ge-color-text);margin-bottom:16px;font-size:22px;font-weight:700}[data-theme=minimal] .tm-stats{gap:48px;display:flex}[data-theme=minimal] .tm-contact{color:#888;font-size:13px;font-family:var(--ge-font-mono);flex-wrap:wrap;gap:20px;display:flex}[data-theme=minimal] .tm-contact>*{flex-shrink:0}[data-theme=minimal] .tm-project-item{padding:20px 0}[data-theme=minimal] .tm-project-item:not(:last-child){border-bottom:1px solid #e5e5e5}@media (max-width:768px){[data-theme=minimal] .tm-contact{gap:10px 16px;font-size:12px}}@media (max-width:640px){[data-theme=minimal] .tm-container{padding:48px 20px}[data-theme=minimal] .tm-stats{flex-wrap:wrap;gap:24px}[data-theme=minimal] .tm-h1{font-size:28px}[data-theme=minimal] .tm-avatar{width:48px;height:48px}[data-theme=minimal] .tm-section{margin-bottom:32px;padding-top:24px}[data-theme=minimal] .tm-header{margin-bottom:32px}[data-theme=minimal] .tm-contact{gap:8px 12px}}
[data-theme=terminal]{background:var(--ge-color-page-bg);color:var(--ge-color-text);font-family:var(--ge-font-mono);min-height:100vh;position:relative;overflow-x:hidden}[data-theme=terminal] .tt-scanlines{pointer-events:none;z-index:10;background:repeating-linear-gradient(0deg,#00000006 0 1px,#0000 1px 2px);position:fixed;inset:0}@keyframes terminal-blink{0%,to{opacity:1}50%{opacity:0}}[data-theme=terminal] .tt-cursor-blink{animation:1s step-end infinite terminal-blink}@media (max-width:480px){[data-theme=terminal] .tt-lang,[data-theme=terminal] .tt-forks{display:none}[data-theme=terminal] .tt-cell{padding-right:12px!important}}