:root,[data-theme=light]{--color-bg:#fff;--color-bg-secondary:#f7f7f5;--color-bg-tertiary:#f2f2f0;--color-bg-card:#fff;--color-surface:#fafaf8;--color-border:#ececec;--color-border-subtle:#eeeeea;--color-text-primary:#111;--color-text-secondary:#333;--color-text-muted:#666;--color-text-faint:#999;--color-text-placeholder:#aaa;--color-link:#06c;--color-nav-bg:#fff;--color-nav-border:#ececec;--color-nav-link-hover:#f5f5f5;--color-nav-link-active:#f2f2f2;--color-nav-link-text:#6b6b6b;--color-accent-primary:#111;--color-accent-inverted:#fff;--color-job-tab-border:#e0e0e0;--color-job-tab-hover:#eeeeea;--color-job-tab-active:#e8e8e3;--color-job-tab-active-border:#111;--color-code-bg:#f5f5f5;--color-code-border:#e1e4e8;--color-code-block-bg:#f6f8fa;--color-code-text:#24292e;--color-blockquote-border:#ddd;--color-blockquote-bg:#f9f9f9;--color-blockquote-text:#666;--color-table-border:#ddd;--color-table-header-bg:#f4f4f4;--color-share-btn-bg:#fff;--color-share-btn-border:#ddd;--color-share-btn-text:#444;--color-share-btn-hover:#f5f5f5;--color-accordion-bg:#fafaf8;--color-accordion-open:#f0f0ec;--color-accordion-body:#fff;--color-accordion-border:#e8e8e0;--color-category-btn-bg:#f7f7f5;--color-category-btn-border:#e8e8e0;--color-category-btn-text:#555;--color-category-btn-hover:#eeeeea;--color-category-btn-active-bg:#222;--color-category-btn-active-text:#fff;--shadow-card:0 2px 12px #00000014;--shadow-mobile-btn:0 2px 6px #00000014}[data-theme=dark]{--color-bg:#0f0f0f;--color-bg-secondary:#161616;--color-bg-tertiary:#1e1e1e;--color-bg-card:#161616;--color-surface:#1a1a1a;--color-border:#2a2a2a;--color-border-subtle:#252525;--color-text-primary:#f0f0f0;--color-text-secondary:#d0d0d0;--color-text-muted:#909090;--color-text-faint:#666;--color-text-placeholder:#555;--color-link:#58a6ff;--color-nav-bg:#0f0f0f;--color-nav-border:#2a2a2a;--color-nav-link-hover:#1e1e1e;--color-nav-link-active:#252525;--color-nav-link-text:#888;--color-accent-primary:#f0f0f0;--color-accent-inverted:#0f0f0f;--color-job-tab-border:#2e2e2e;--color-job-tab-hover:#1e1e1e;--color-job-tab-active:#252525;--color-job-tab-active-border:#e0e0e0;--color-code-bg:#1e1e1e;--color-code-border:#333;--color-code-block-bg:#1a1a1a;--color-code-text:#e0e0e0;--color-blockquote-border:#3a3a3a;--color-blockquote-bg:#1a1a1a;--color-blockquote-text:#909090;--color-table-border:#333;--color-table-header-bg:#1e1e1e;--color-share-btn-bg:#1a1a1a;--color-share-btn-border:#333;--color-share-btn-text:silver;--color-share-btn-hover:#252525;--color-accordion-bg:#161616;--color-accordion-open:#1e1e1e;--color-accordion-body:#0f0f0f;--color-accordion-border:#2a2a2a;--color-category-btn-bg:#1a1a1a;--color-category-btn-border:#2a2a2a;--color-category-btn-text:#909090;--color-category-btn-hover:#252525;--color-category-btn-active-bg:#eee;--color-category-btn-active-text:#111;--shadow-card:0 2px 12px #0006;--shadow-mobile-btn:0 2px 6px #0000004d}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg);color:var(--color-text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Source Sans Pro,sans-serif;transition:background-color .25s,color .25s}#port_body{background-color:var(--color-bg);color:var(--color-text-primary)}h1{font-weight:600}h3{font-weight:700}h5{font-weight:600}a{color:inherit;text-decoration:none}.d-flex{display:flex}.justify-content-center{justify-content:center}.align-items-center{align-items:center}.row{flex-wrap:wrap;display:flex}.col-sm-8{flex-basis:66.666%}.col-sm-3{flex-basis:25%}.col-sm-9{flex-basis:75%}.mt-4{margin-top:2rem}.mt-10{margin-top:5rem}@media (max-width:768px){.col-sm-8,.col-sm-3,.col-sm-9{flex-basis:100%}}.nav-link{box-shadow:none;background:0 0;border-left:3px solid #0000;transition:background .15s,color .15s,border-color .15s}.nav-link:hover:not(.nav-link--active){background:var(--color-nav-link-hover);color:var(--color-text-primary)!important}.nav-link--active{background:var(--color-nav-link-active)}.nav-large{display:block}.nav-mobile{display:none}@media (max-width:600px){:root{--nav-margin:0px}.nav-large{display:none}.nav-mobile{display:block}}.portfolio-web{justify-content:center;width:100%;display:flex}.portfolio-mobile{width:100%;display:none}@media (max-width:768px){.portfolio-web{display:none}.portfolio-mobile{justify-content:center;display:flex}}.theme-toggle{border:1px solid var(--color-border);background:var(--color-bg-secondary);width:36px;height:36px;color:var(--color-text-muted);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s,border-color .2s;display:flex}.theme-toggle:hover{background:var(--color-bg-tertiary);color:var(--color-text-primary)}
