@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Crimson+Pro:wght@400;600;700&family=Inter:wght@400;500;600&display=swap";
@import "https://fonts.googleapis.com/css2?family=Unbounded:wght@400;600;700;900&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=hearth]{background:var(--ge-color-page-bg);color:var(--ge-color-text);font-family:var(--ge-font-body);min-height:100vh;line-height:1.7}[data-theme=hearth] .he-container{gap:var(--ge-spacing-normal);flex-direction:column;max-width:760px;margin:0 auto;padding:64px 20px;display:flex}[data-theme=hearth] .he-card{background:var(--ge-color-surface);border:1px solid var(--ge-color-border);border-radius:var(--ge-radius-lg);padding:32px;transition:transform .25s,box-shadow .25s;box-shadow:0 10px 30px -16px #78482838}[data-theme=hearth] .he-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px -16px #7848284d}[data-theme=hearth] .he-card:has(>.he-card-inner:empty){display:none}[data-theme=hearth] .he-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:88px;height:88px;box-shadow:0 6px 20px -8px #c2643a80}[data-theme=hearth] .he-h1{font-family:var(--ge-font-display);letter-spacing:-.01em;color:var(--ge-color-text);margin:0;font-size:40px;font-weight:600;line-height:1.1}[data-theme=hearth] .he-contact{color:var(--ge-color-text-muted);flex-wrap:wrap;gap:20px;font-size:13px;display:flex}[data-theme=hearth] .he-contact>*{flex-shrink:0}[data-theme=hearth] .he-section-title{font-family:var(--ge-font-display);margin-bottom:var(--ge-spacing-normal);color:var(--ge-color-text);font-size:22px;font-weight:600}[data-theme=hearth] .he-section-title:after{content:"";background:var(--ge-color-accent);border-radius:2px;width:32px;height:3px;margin-top:8px;display:block}[data-theme=hearth] .he-stats{gap:48px;display:flex}[data-theme=hearth] .he-project-item{padding:20px 0}[data-theme=hearth] .he-project-item:first-child{padding-top:0}[data-theme=hearth] .he-project-item:not(:last-child){border-bottom:1px solid var(--ge-color-border)}@media (max-width:768px){[data-theme=hearth] .he-contact{gap:10px 16px;font-size:12px}}@media (max-width:640px){[data-theme=hearth] .he-container{padding:40px 16px}[data-theme=hearth] .he-card{padding:20px}[data-theme=hearth] .he-h1{font-size:30px}[data-theme=hearth] .he-avatar{width:64px;height:64px}[data-theme=hearth] .he-stats{flex-wrap:wrap;gap:24px}[data-theme=hearth] .he-contact{gap:8px 12px}}
[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=prism]{--pr-gradient:linear-gradient(120deg, #ff2e97 0%, #a855f7 50%, #22d3ee 100%);background:var(--ge-color-page-bg);color:var(--ge-color-text);font-family:var(--ge-font-body);min-height:100vh;line-height:1.65}[data-theme=prism] .pr-bar{z-index:100;background:var(--pr-gradient);background-size:200% 100%;height:4px;animation:8s infinite pr-shift;position:sticky;top:0}@keyframes pr-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}[data-theme=prism] .pr-hero{max-width:880px;padding:96px 24px var(--ge-spacing-loose);margin:0 auto}[data-theme=prism] .pr-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:128px;height:128px;box-shadow:0 0 0 2px #ff2e9799,0 8px 32px -8px #a855f799}[data-theme=prism] .pr-h1{font-family:var(--ge-font-display);letter-spacing:-.02em;background:var(--pr-gradient);color:#0000;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(40px,7vw,76px);font-weight:900;line-height:1.02;animation:8s infinite pr-shift}[data-theme=prism] .pr-band{padding:var(--ge-spacing-loose) 24px}[data-theme=prism] .pr-band:nth-of-type(2n){background:var(--ge-color-surface)}[data-theme=prism] .pr-band-inner{max-width:880px;margin:0 auto}[data-theme=prism] .pr-section-title{font-family:var(--ge-font-display);margin-bottom:var(--ge-spacing-normal);color:var(--ge-color-text);font-size:32px;font-weight:700}[data-theme=prism] .pr-section-title:after{content:"";background:var(--pr-gradient);background-size:200% 100%;border-radius:2px;width:48px;height:4px;margin-top:10px;animation:8s infinite pr-shift;display:block}[data-theme=prism] .pr-card{background:var(--ge-color-surface-elevated);border:1px solid var(--ge-color-border);border-radius:var(--ge-radius-md);padding:var(--ge-spacing-normal);transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden}[data-theme=prism] .pr-card:before{content:"";background:var(--pr-gradient);height:2px;position:absolute;top:0;left:0;right:0}[data-theme=prism] .pr-card:hover{transform:translateY(-3px);box-shadow:0 0 32px -8px #a855f78c}[data-theme=prism] .pr-link{color:var(--ge-color-text);text-decoration:none;transition:color .2s}[data-theme=prism] .pr-link:hover{color:var(--ge-color-accent)}[data-theme=prism] .pr-contact{color:var(--ge-color-text-muted);flex-wrap:wrap;gap:18px;font-size:13px;display:flex}[data-theme=prism] .pr-empty{color:var(--ge-color-text-muted);font-size:15px;font-style:italic}[data-theme=prism] .pr-band:has(>.pr-band-inner:empty){display:none}@media (prefers-reduced-motion:reduce){[data-theme=prism] .pr-bar,[data-theme=prism] .pr-h1,[data-theme=prism] .pr-section-title:after{animation:none}}@media (max-width:640px){[data-theme=prism] .pr-hero{padding:56px 20px 40px}[data-theme=prism] .pr-band{padding:40px 20px}[data-theme=prism] .pr-section-title{font-size:26px}[data-theme=prism] .pr-avatar{width:88px;height:88px}}
[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}}