.footer{background-color:var(--bg);border-top:1px solid var(--border);padding:4rem 0 2rem;min-height:400px;contain:layout style;flex-shrink:0;content-visibility:auto;contain-intrinsic-size:0 400px}.footer__container{max-width:1200px;margin:0 auto;padding:0 2rem;min-height:340px}.footer__content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;min-height:200px}.social-media-link{display:flex;align-items:center;gap:.5rem}.footer__brand{display:flex;flex-direction:column;gap:1rem}.footer__logo{display:flex;align-items:center;gap:.75rem;min-height:60px}.footer__logo .site-logo{width:60px;height:60px;min-width:60px;min-height:60px;display:block;aspect-ratio:1 / 1}.footer__logo-icon{width:40px;height:40px;border:2px solid var(--fg);border-radius:8px;display:flex;align-items:center;justify-content:center}.footer__logo-dot{width:12px;height:12px;background-color:var(--fg);border-radius:50%}.footer__logo-text{font-size:1.25rem;font-weight:600;color:var(--fg);line-height:1.5;min-height:1.875rem}.footer__tagline{color:var(--muted);line-height:1.6;max-width:400px;min-height:4.8rem}.footer__section{display:flex;flex-direction:column;gap:1rem}.footer__section-title{font-size:1rem;font-weight:600;color:var(--fg);margin:0}.footer__nav{display:flex;flex-direction:column;gap:.75rem}.footer__nav-link{color:var(--muted);text-decoration:none;transition:color .2s ease}.footer__nav-link:hover{color:var(--fg)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid var(--border)}.footer__copyright,.footer__tagline-small{color:var(--muted);font-size:.875rem;margin:0}@media(max-width:768px){.footer{padding:3rem 0 2rem}.footer__content{grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}.footer__bottom{flex-direction:column;gap:.5rem;text-align:center}}@media(max-width:480px){.footer__container{padding:0 1.5rem}.footer__tagline{font-size:.9rem}}.site-header{background:var(--bg);padding:1rem;display:flex;align-items:center;justify-content:space-around;position:relative}.site-logo{height:60px;width:auto}.mobile-controls{display:none;align-items:center;gap:.5rem}.mobile-menu-btn,.mobile-theme-toggle{background:none;border:none;cursor:pointer;color:var(--accent);font-size:1.5rem;padding:.5rem;z-index:1001}.desktop-nav,.desktop-actions{display:flex}.mobile-menu{display:none}.nav-bar{position:relative;display:flex;gap:.25rem;padding:.25rem}.nav-indicator{position:absolute;top:.25rem;left:0;height:calc(100% - .5rem);background:var(--surface-hover);border-radius:999px;transition:transform .5s cubic-bezier(.4,0,.2,1),width .5s cubic-bezier(.4,0,.2,1);z-index:0}.nav-link{position:relative;z-index:1;padding:.45rem 1.1rem;text-decoration:none;color:var(--muted);font-weight:500}.nav-link.active{color:var(--accent);font-weight:600}.nav-link:hover{color:var(--fg)}.title{display:flex;align-items:center}.title-text{font-size:.9rem;color:var(--accent);margin-left:.5rem}.actions{display:flex;align-items:center;gap:1rem}.theme-toggle-btn{background:none;border:none;cursor:pointer;font-size:1.5rem;color:var(--accent);margin-right:1rem;transition:color .2s;margin-top:10px}@media(max-width:790px){.site-header{justify-content:space-between;padding:1rem 1.5rem}.desktop-nav,.desktop-actions{display:none}.mobile-controls{display:flex}.mobile-menu{display:flex;flex-direction:column;position:fixed;top:0;right:-100%;width:80%;max-width:300px;height:100vh;background:var(--bg);box-shadow:-2px 0 8px #00000026;padding:5rem 2rem 2rem;gap:2rem;transition:right .3s ease-in-out;z-index:1000;overflow-y:auto}.mobile-menu.open{right:0}.mobile-menu .nav-bar{flex-direction:column;gap:.5rem;padding:0}.mobile-menu .nav-indicator{display:none}.mobile-menu .nav-link{padding:1rem;font-size:1.1rem;border-bottom:1px solid var(--surface-hover)}.title-text{font-size:1rem}.site-logo{height:32px}}.btn{background-color:var(--accent);color:var(--bg);border:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:2rem;border-radius:999px;cursor:pointer;font-weight:400;transition:background-color .2s,color .2s,opacity .2s;text-decoration:none;text-align:center;font-family:inherit}.btn__icon{width:24px;height:24px;font-size:1.2rem!important;transition:transform .2s}.btn--icon-animate:hover .btn__icon{transform:translate(4px)}.btn:hover{opacity:.9}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:var(--accent);color:var(--bg)}.btn-secondary{background-color:var(--input-bg);color:var(--fg);border:1px solid var(--border)}.btn-secondary:hover{background-color:var(--accent);opacity:1;color:var(--bg)}.btn-text{background:none;border:none;color:var(--fg);padding:.5rem 1rem}.btn-text:hover{text-decoration:underline;opacity:1}.btn-text-icon{background:none;border:none;color:var(--fg);padding:.5rem 1rem;font-weight:500}.btn-text-icon:hover{text-decoration:none}.btn-pill{background-color:var(--accent);color:var(--bg);border:2px solid var(--accent);border-radius:50px;padding:.75rem 1.5rem}.btn-pill:hover{opacity:.9}.btn-pill-inverse{background-color:var(--section-inverse-fg);color:var(--section-inverse-bg);border:2px solid var(--section-inverse-fg)}.btn-active{background-color:var(--accent);color:var(--bg);border:2px solid var(--accent);border-radius:50px;padding:.75rem 1.5rem;font-weight:600;box-shadow:0 2px 8px #00000026}.btn-active:hover{opacity:.95;box-shadow:0 4px 12px #0003;border-radius:50px}.btn-pill-inverse:hover{opacity:.9}.btn-small{padding:.375rem .75rem;font-size:.875rem}.btn-medium{padding:.5rem 1rem;font-size:1rem}.btn-large{padding:.75rem 1.5rem;font-size:1.125rem}@media screen and (max-width:850px){.btn{font-size:.95rem}.btn-secondary,.btn-active{padding:.65rem 1.25rem}.btn__icon{font-size:1.1rem!important}}@media screen and (max-width:600px){.btn{font-size:.9rem}.btn-secondary,.btn-active{padding:.6rem 1rem;font-size:.875rem}.btn__icon{font-size:1rem!important}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:400px;padding:2rem}.error-boundary-content{max-width:600px;text-align:center;background:var(--input-bg, #fff);border:1px solid var(--error-color, #dc3545);border-radius:8px;padding:2rem}.error-boundary-content h2{color:var(--error-color, #dc3545);margin-bottom:1rem;font-size:24px}.error-boundary-content p{color:var(--text-color, #333);margin-bottom:1.5rem;font-size:16px}.error-details{text-align:left;margin-bottom:1.5rem;background:var(--bg, #f8f9fa);padding:1rem;border-radius:4px;border:1px solid var(--border, #dee2e6)}.error-details summary{cursor:pointer;font-weight:600;color:var(--fg);margin-bottom:.5rem}.error-details pre{margin:.5rem 0 0;padding:.5rem;background:var(--input-bg, #fff);border-radius:4px;overflow-x:auto;font-size:14px;color:var(--error-color, #dc3545)}[data-theme=dark] .error-boundary-content{--input-bg: #1e1e1e;--text-color: #fff;--bg: #2a2a2a;--border: #404040}.loading-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:20px}.loading-spinner{width:50px;height:50px;border:4px solid var(--spinner-track, #f3f3f3);border-top:4px solid var(--spinner-color, #3498db);border-radius:50%;animation:spin 1s linear infinite}.loading-fallback p{color:var(--text-color, #333);font-size:18px;margin:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark] .loading-spinner{--spinner-track: #333;--spinner-color: #64b5f6}[data-theme=dark] .loading-fallback p{--text-color: #fff}html{overflow-x:hidden;min-height:100%}body{background:var(--bg-image) no-repeat fixed;background-size:cover;background-position:center;color:var(--fg);transition:background .2s,color .2s;overflow-x:hidden;margin:0;padding:0;min-height:100vh;display:flex;flex-direction:column}#root{display:flex;flex-direction:column;min-height:100vh}main,.home-container,.about-container,.projects-container{flex:1 0 auto}*{font-family:Outfit,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;box-sizing:border-box}.home-container{display:flex;flex-direction:column;align-items:center;width:100%;overflow-x:hidden}.projects-container{padding:4rem 2rem;width:100%}.about-container{width:100%;background-color:var(--about-bg);color:var(--about-fg);transition:background-color .2s,color .2s}@media(max-width:768px){.projects-container{padding:2rem 1rem}}body.light{--bg: #ffffff;--fg: #222222;--bg-image: url(/WhiteBackground.webp);--surface: #f2f2f2;--surface-hover: #e8e8e8;--surface-active: #e0e0e0;--border: #cccccc;--border-color: #e5e7eb;--accent: #222222;--muted: #666666;--icon-background: #e0e0e0;--section-inverse-bg: #000000;--section-inverse-fg: #ffffff;--card-bg: #ffffff;--skeleton-base: #e5e7eb;--skeleton-highlight: #f3f4f6}body.dark{--bg: #181818;--fg: #eeeeee;--bg-image: url(/BlackBackground.webp);--surface: #262626;--surface-hover: #2f2f2f;--surface-active: #333333;--border: #444444;--border-color: #374151;--accent: #ffffff;--muted: #aaaaaa;--icon-background: #2c2c2c;--section-inverse-bg: #ffffff;--section-inverse-fg: #000000;--card-bg: #1f1f1f;--skeleton-base: #2d2d2d;--skeleton-highlight: #3a3a3a}
