:root{--bg-color: #f4f4f4;--text-color: #333;--accent-color: #f26969;--gray-red: #68686c;--grid-gap: 2rem;--section-bg-overlay: rgba(255, 255, 255, .8);--border-color: rgba(0, 0, 0, .1);--shadow-color: rgba(0, 0, 0, .1);--accent-hover-bg: rgba(220, 90, 112, .1);--nav-hover-color: #f26969;--project-hover-bg: #e8e8e8}:root:not([data-no-transitions]){transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out}[data-theme=dark]{--bg-color: #1A1A1A;--text-color: #EDEDED;--accent-color: #FF6B6B;--gray-red: #9E9E9E;--section-bg-overlay: rgba(26, 26, 26, .7);--border-color: rgba(255, 255, 255, .1);--shadow-color: rgba(0, 0, 0, .5);--accent-hover-bg: rgba(255, 107, 107, .1);--nav-hover-color: #FF9999;--project-hover-bg: #2a2a2a}.under-construction{display:flex;justify-content:center;align-items:center;text-align:center;grid-column:1 / -1;font-size:1.3rem;color:var(--bg-color);background-color:var(--accent-color);margin:-1rem 0rem;padding:.5rem 1rem}*{box-sizing:border-box;margin:0;padding:0}body,.hero,section,.footer,.news-section,.news-card,.media-card,.header-card,.project{transition:background-color .3s ease-in-out,color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out}.theme-toggle,a,button,input,textarea{transition:all .3s ease}body{font-family:Helvetica Neue,Arial,sans-serif;background-color:var(--bg-color);color:var(--text-color);line-height:1.5;overflow-x:hidden;transition:background-color .3s ease-in-out,color .3s ease-in-out}body p{font-size:1.2rem}a{transition:color .3s ease;color:var(--accent-color);text-decoration:none;background:-webkit-linear-gradient(transparent 90%,lighten(var(--accent-color),10%) 10%);background:-moz-linear-gradient(transparent 90%,lighten(var(--accent-color),10%) 10%);background:linear-gradient(transparent 90%,lighten(var(--accent-color),10%) 10%);-webkit-box-shadow:inset 0 0 0 0 lighten(var(--accent-color),10%);box-shadow:inset 0 0 0 0 lighten(var(--accent-color),10%);-webkit-transition:box-shadow ease .5s;-moz-transition:box-shadow ease .5s;transition:box-shadow ease .5s;cursor:pointer}a:hover{color:lighten(var(--accent-color),50%);-webkit-box-shadow:inset 0 -100px 0 0 lighten(var(--accent-color),10%);box-shadow:inset 0 -100px 0 0 lighten(var(--accent-color),10%)}a:hover:after{transition:color ease .5s;color:var(--accent-color)}h4 a{transition:color .3s ease;color:var(--accent-color);text-decoration:none;background:-webkit-linear-gradient(transparent 90%,lighten(var(--accent-color),10%) 10%);background:-moz-linear-gradient(transparent 90%,lighten(var(--accent-color),10%) 10%);background:linear-gradient(transparent 90%,lighten(var(--accent-color),10%) 10%);-webkit-box-shadow:inset 0 0 0 0 lighten(var(--accent-color),10%);box-shadow:inset 0 0 0 0 lighten(var(--accent-color),10%);-webkit-transition:box-shadow ease .5s;-moz-transition:box-shadow ease .5s;transition:box-shadow ease .5s;cursor:pointer}h4 a:hover{color:lighten(var(--accent-color),50%);-webkit-box-shadow:inset 0 -100px 0 0 lighten(var(--accent-color),10%);box-shadow:inset 0 -100px 0 0 lighten(var(--accent-color),10%)}h4 a:hover:after{transition:color ease .5s;color:var(--accent-color)}.cursor{width:30px;height:30px;border:2px solid var(--accent-color);border-radius:50%;position:fixed;pointer-events:none;z-index:9999;transition:width .3s,height .3s,border-color .3s;mix-blend-mode:difference}.cursor.hover{width:60px;height:60px;border-color:var(--text-color);transform:translate(-50%,-50%)}.container{display:grid;grid-template-columns:repeat(12,1fr);gap:var(--grid-gap);padding:2rem;max-width:1250px;margin:0 auto}.hero{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:center;gap:var(--grid-gap);font-size:4rem;font-weight:700;line-height:1.2;background-color:var(--bg-color);padding:1.5rem 2rem;box-shadow:0 4px 6px var(--shadow-color)}.hero .text-content{display:flex;flex-direction:column;gap:.5rem}.hero .text-content p{font-size:1.5rem;font-weight:500;padding-top:.2em}.hero h1{margin:0;font-size:.8em;color:var(--text-color)}.hero span{color:var(--gray-red);font-size:.5em}.hero .image-container{flex-shrink:0;width:300px;height:300px;overflow:hidden;border-radius:50%;background-color:var(--accent-color);display:flex;justify-content:center;align-items:center;border:3px solid var(--gray-red);box-shadow:0 0 10px var(--shadow-color)}.hero img{width:100%;height:100%;object-fit:cover;border-radius:50%}.about,.projects{grid-column:1 / -1;box-shadow:0 4px 6px var(--shadow-color)}.project{margin:2rem 0rem;cursor:pointer;transition:transform .3s ease;padding:1rem;display:flex;align-items:center;text-decoration:none;color:inherit;user-select:none;-webkit-user-select:none}.project:hover{transform:translateY(-10px);background-color:var(--project-hover-bg);background-size:100vh 100vw;transition:transform .3s ease,background-color .3s ease-in-out;border-radius:8px}.project h3{margin-bottom:1rem}.project-image{width:22%;height:220px;background-color:transparent;margin:1rem 0rem;background-size:contain;background-repeat:no-repeat;background-position:center}.contact{grid-column:1 / -1;text-align:center;margin-top:2rem}.social-links{display:flex;justify-content:center;margin-top:2rem}.social-links a{margin:0 1rem;color:var(--text-color);font-size:2rem;transition:color .3s ease}.social-links a:hover{color:var(--accent-color)}.in-header{margin-top:.5rem}.in-header a{margin-right:.5rem;margin-left:0rem}.hidden{opacity:0;filter:blur(5px);transform:translate(-100%);transition:all 1s}.show{opacity:1;filter:blur(0);transform:translate(0)}.hero,section{background-color:var(--section-bg-overlay);border-radius:8px}section:not(.hero){padding:2rem}h1,h2{font-size:2rem}h3{font-size:1.7rem}@media (max-width: 768px){.container{grid-template-columns:1fr;padding:0}.about{grid-column:1 / -1}.hero{font-size:2.5rem;flex-direction:column;text-align:center}.hero .image-container{width:200px;height:200px;margin-top:1rem}.cursor{display:none}.project{display:flex;flex-direction:column;gap:1.5em}.project-image{width:100%;min-width:300px;max-width:400px;margin:0;min-height:220px;background-color:var(--gray-red);flex:none}}@media (min-width: 481px) and (max-width: 768px){.container{padding:1rem}.hero{font-size:3rem;padding:1.5rem}.hero .image-container{width:250px;height:250px}.project{flex-direction:row;align-items:center}.project-image{width:40%;min-width:200px}}@media (max-width: 480px){body p{font-size:1rem}.hero{font-size:2.5rem;padding:1rem}.hero .text-content p{font-size:1.2rem}h1,h2{font-size:1.5rem}h3{font-size:1.3rem}.under-construction{font-size:1rem;padding:.3rem .8rem}}@media (min-width: 769px){.in-header{justify-content:left}}@media (min-width: 1200px){.container{max-width:1400px}.hero{font-size:5rem;padding:3rem}.hero .image-container{width:350px;height:350px}}.theme-toggle.svelte-1eaqm21{background:transparent;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-color);font-size:1.2rem;flex-shrink:0;position:relative}.icon-wrapper.svelte-1eaqm21{position:absolute;display:flex;align-items:center;justify-content:center}.theme-toggle.svelte-1eaqm21:hover{color:var(--accent-color)}@media (max-width: 768px){.theme-toggle.svelte-1eaqm21{width:40px;height:40px;font-size:1rem}}#header.svelte-1hybdae{grid-column:1 / -1;background-color:var(--bg-color);padding:.5em 1% 0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box;margin-bottom:-.5rem;margin-top:-.5rem;gap:1rem}.logo.svelte-1hybdae{flex-shrink:0}.logo.svelte-1hybdae a:where(.svelte-1hybdae){display:block}.logo.svelte-1hybdae img:where(.svelte-1hybdae){width:60px;height:60px;object-fit:contain}nav.svelte-1hybdae{margin-left:auto;width:auto}nav.svelte-1hybdae ul:where(.svelte-1hybdae){display:flex;list-style:none;margin:0;padding:0;flex-direction:row;gap:1rem}nav.svelte-1hybdae ul:where(.svelte-1hybdae) li:where(.svelte-1hybdae){margin-left:30px}nav.svelte-1hybdae ul:where(.svelte-1hybdae) li.misc-item:where(.svelte-1hybdae){margin-left:20px}nav.svelte-1hybdae ul:where(.svelte-1hybdae) li:where(.svelte-1hybdae) a:where(.svelte-1hybdae){text-decoration:none;color:var(--text-color);font-size:1.2rem;transition:color .3s ease;white-space:nowrap}nav.svelte-1hybdae ul:where(.svelte-1hybdae) li:where(.svelte-1hybdae) a:where(.svelte-1hybdae):hover,nav.svelte-1hybdae ul:where(.svelte-1hybdae) li:where(.svelte-1hybdae) a.active:where(.svelte-1hybdae){color:var(--nav-hover-color)}.theme-toggle-wrapper.svelte-1hybdae{margin-left:30px;display:flex;align-items:center}@media (max-width: 768px){#header.svelte-1hybdae{flex-direction:row;align-items:center;padding:1rem;margin:0;padding-bottom:0;gap:.5rem}nav.svelte-1hybdae{margin-left:auto;margin-top:0;width:auto}nav.svelte-1hybdae ul:where(.svelte-1hybdae){flex-direction:row;gap:1rem}nav.svelte-1hybdae ul:where(.svelte-1hybdae) li:where(.svelte-1hybdae){margin-left:0}nav.svelte-1hybdae ul:where(.svelte-1hybdae) li.misc-item:where(.svelte-1hybdae){margin-left:0}nav.svelte-1hybdae ul:where(.svelte-1hybdae) li:where(.svelte-1hybdae) a:where(.svelte-1hybdae){font-size:1rem;white-space:nowrap}.theme-toggle-wrapper.svelte-1hybdae{margin-left:1rem}}.footer.svelte-1wwdddl{width:100%;background-color:var(--bg-color);border-top:1px solid var(--border-color);text-align:center;margin-top:2rem;padding:2rem 0}.footer-content.svelte-1wwdddl{max-width:1250px;margin:0 auto;padding:0 2rem}.footer.svelte-1wwdddl small:where(.svelte-1wwdddl){color:var(--gray-red);line-height:1.6}.contact.svelte-1wwdddl{background-color:var(--bg-color);margin-bottom:2rem}.contact.svelte-1wwdddl h2:where(.svelte-1wwdddl){margin-bottom:1rem}.social-links.svelte-1wwdddl{display:flex;justify-content:center;margin-top:2rem}.social-links.svelte-1wwdddl a:where(.svelte-1wwdddl){margin:0 1rem;color:var(--text-color);font-size:1.5rem;transition:color .3s ease}.social-links.svelte-1wwdddl a:where(.svelte-1wwdddl):hover{color:var(--accent-color)}
