@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--container: 1280px;--header-h-desktop: 72px;--header-h-mobile: 60px;--accent: #f97316;--header-bg: #373a3f;--header-fg: rgba(255,255,255,.92);--header-fg-strong: #fff}html{font-size:100%}html,body{overflow-x:hidden}.header{height:var(--header-h-desktop);padding:0 32px;background:var(--header-bg);color:var(--header-fg);border-bottom:1px solid rgba(255,255,255,.06);-webkit-backdrop-filter:saturate(120%) blur(6px);backdrop-filter:saturate(120%) blur(6px);display:flex;justify-content:flex-start;align-items:center;position:sticky;top:0;z-index:1000}.logo-container{display:flex;align-items:center;margin-right:24px}.logo-link{display:flex;align-items:center;gap:12px;text-decoration:none}.logo-image{height:44px;width:auto;display:block}.logo-text{font-size:20px;font-weight:700;color:#fff;line-height:1}.menu-links{width:auto;max-width:none;margin-left:auto;display:flex;align-items:center;gap:16px}.nav-links{display:flex;align-items:center;gap:8px}.header .menu-links a,.header .left-links a,.header .right-links a{position:relative;color:var(--header-fg);text-decoration:none;font-size:18px;line-height:1.4;font-weight:600;letter-spacing:.3px;padding:10px 22px;transition:color .2s ease}.header .menu-links a:after{content:"";position:absolute;left:22px;right:22px;bottom:10px;height:3px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.header .menu-links a:hover{color:var(--header-fg-strong)}.header .menu-links a:hover:after{transform:scaleX(1)}.menu-links a.active{color:var(--accent)}.menu-links a.active:after{transform:scaleX(1)}.dark-mode-toggle,.dark-mode-toggle .theme-icon{color:#fff}.dark-mode-toggle{border:2px solid rgba(255,255,255,.85);border-radius:12px;padding:2px 8px;line-height:1}.dark-mode-toggle:hover{border-color:#fff}@media (max-width: 768px){.header{height:var(--header-h-mobile);padding:0 16px;position:fixed;top:0;left:0;right:0;justify-content:center}.menu-icon{display:block;font-size:24px;position:fixed;left:16px;top:calc((var(--header-h-mobile) - 24px)/2);z-index:1300;color:#fff;border:2px solid rgba(255,255,255,.85);border-radius:10px;padding:4px 10px;background:transparent}.menu-open .menu-icon{left:auto;right:16px;top:12px}.menu-open .logo-container{opacity:0;pointer-events:none}.menu-links{display:none!important}.menu-links.open{display:flex!important;position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;max-width:none;margin:0;background:var(--header-bg);z-index:1200;flex-direction:column;align-items:center;justify-content:center;gap:16px;overflow-y:auto;animation:fadeIn .2s ease-in-out}.menu-links.open .nav-links{display:flex;flex-direction:column;align-items:center;gap:12px}.menu-links.open a{font-size:22px;padding:12px 20px;line-height:1.4;color:#fff}.menu-links.open a:after{left:20px;right:20px;bottom:-2px;height:3px}section,[id]{scroll-margin-top:var(--header-h-mobile)}.menu-open .menu-icon{left:auto;right:16px;top:12px;border-color:#ffffffe6}.menu-open .logo-container{opacity:0;margin:0 auto;pointer-events:none}.logo-image{height:36px}.logo-link{justify-content:center}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.menu-icon{top:50%;transform:translateY(-50%);left:16px;display:inline-flex;align-items:center;justify-content:center;height:36px;padding:4px 10px;line-height:1}.menu-open .menu-icon{top:12px;right:16px;left:auto;transform:none}}.main-content{padding:3rem 1rem 2rem;max-width:1200px;margin:0 auto;color:#333;border-radius:12px;overflow-x:hidden;display:flex;justify-content:center;align-items:center;flex-direction:column}.newsletter{width:100%;padding:2rem;border-radius:8px;background:var(--newsletter-bg);border:1px solid var(--newsletter-border)}.newsletter--section{max-width:600px;margin:3rem auto;background:#f9731614;border:1px solid rgba(249,115,22,.2)}.newsletter--section .newsletter__title{color:#1a1a1a}.newsletter--section .newsletter__description{color:#444}.newsletter--section .newsletter__input{background:#fff;color:#111;border:1px solid #d0d0d0}.newsletter--section .newsletter__input::-webkit-input-placeholder{color:#888}.newsletter--section .newsletter__input::-moz-placeholder{color:#888}.newsletter--section .newsletter__input:-ms-input-placeholder{color:#888}.newsletter--section .newsletter__input::placeholder{color:#888}.newsletter--section .newsletter__input:focus{border-color:#ff8b1a}.newsletter--section .newsletter__input:disabled{background:#f1f1f1;color:#666}.newsletter--section .newsletter__privacy{color:#666}.newsletter--section .newsletter__message--success{background:#d1f4e0;color:#0d6832}.newsletter--section .newsletter__message--error{background:#ffe0e6;color:#c41e3a}body.dark .newsletter--section{background:#f973161f}body.dark .newsletter--section .newsletter__title{color:#f5f5f5}body.dark .newsletter--section .newsletter__description{color:#cfcfcf}body.dark .newsletter--section .newsletter__input{background:#1a1a1a;color:#f1f1f1;border:1px solid rgba(249,115,22,.3)}body.dark .newsletter--section .newsletter__input::-webkit-input-placeholder{color:#888}body.dark .newsletter--section .newsletter__input::-moz-placeholder{color:#888}body.dark .newsletter--section .newsletter__input:-ms-input-placeholder{color:#888}body.dark .newsletter--section .newsletter__input::placeholder{color:#888}body.dark .newsletter--section .newsletter__input:disabled{background:#222;color:#888}body.dark .newsletter--section .newsletter__privacy{color:#9a9a9a}body.dark .newsletter--section .newsletter__message--success{background:#1db95426;color:#6ee7a8}body.dark .newsletter--section .newsletter__message--error{background:#dc262626;color:#fca5a5}.newsletter--inline{background:transparent;border:none;border-top:1px solid var(--newsletter-border);padding:2rem 0}.newsletter__content{width:100%}.newsletter__title{margin:0 0 .5rem;font-size:2rem;font-weight:600;color:var(--newsletter-title)}.newsletter__description{margin:0 0 1.5rem;color:var(--newsletter-text);font-size:1.1rem;line-height:1.5}.newsletter__form{width:100%}.newsletter__input-group{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;gap:.5rem;margin-bottom:.75rem}.newsletter__input{-webkit-box-flex:1;-webkit-flex:1;-moz-box-flex:1;-ms-flex:1;flex:1;padding:.75rem 1rem;font-size:1rem;border-radius:6px;border:1px solid var(--newsletter-border);background:var(--newsletter-input-bg);color:var(--newsletter-input-text);-webkit-transition:border-color .2s ease,background .2s ease;-moz-transition:border-color .2s ease,background .2s ease;-o-transition:border-color .2s ease,background .2s ease;transition:border-color .2s ease,background .2s ease;line-height:1.4;-webkit-appearance:none;-moz-appearance:none;appearance:none}.newsletter__input::-webkit-input-placeholder{color:var(--newsletter-placeholder)}.newsletter__input::-moz-placeholder{color:var(--newsletter-placeholder)}.newsletter__input:-ms-input-placeholder{color:var(--newsletter-placeholder)}.newsletter__input::placeholder{color:var(--newsletter-placeholder)}.newsletter__input:focus{outline:none;border-color:#ff8b1a}.newsletter__input:disabled{background:var(--newsletter-input-disabled-bg);color:var(--newsletter-input-disabled-text);cursor:not-allowed}.newsletter__button{padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background:#ff8b1a;border:none;border-radius:6px;cursor:pointer;-webkit-transition:background .2s ease,-webkit-transform .2s ease;-moz-transition:background .2s ease,-moz-transform .2s ease;-o-transition:background .2s ease,-o-transform .2s ease;transition:background .2s ease,transform .2s ease;white-space:nowrap;-webkit-appearance:none;-moz-appearance:none;appearance:none}.newsletter__button:hover:not(:disabled){background:#e67a0f;-webkit-transform:translateY(-1px);-moz-transform:translateY(-1px);-ms-transform:translateY(-1px);-o-transform:translateY(-1px);transform:translateY(-1px)}.newsletter__button:active:not(:disabled){-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0)}.newsletter__button:disabled{background:#777;cursor:not-allowed}.newsletter__message{margin:0;padding:.5rem;font-size:.9rem;border-radius:4px}.newsletter__message--success{background:var(--newsletter-success-bg);color:var(--newsletter-success-text)}.newsletter__message--error{background:var(--newsletter-error-bg);color:var(--newsletter-error-text)}.newsletter__privacy{margin:.75rem 0 0;font-size:.9rem;color:var(--newsletter-muted)}.newsletter__link{color:#ff8b1a;text-decoration:none;border-bottom:1px solid transparent;-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}.newsletter__link:hover{border-bottom-color:#ff8b1a}:root{--newsletter-bg: #f8f9fa;--newsletter-border: #e0e0e0;--newsletter-title: #1a1a1a;--newsletter-text: #555;--newsletter-muted: #888;--newsletter-input-bg: #ffffff;--newsletter-input-text: #111;--newsletter-placeholder: #999;--newsletter-input-disabled-bg: #f1f1f1;--newsletter-input-disabled-text: #666;--newsletter-success-bg: #d1f4e0;--newsletter-success-text: #0d6832;--newsletter-error-bg: #ffe0e6;--newsletter-error-text: #c41e3a}body.dark{--newsletter-bg: #1f1f1f;--newsletter-border: #2a2a2a;--newsletter-title: #f5f5f5;--newsletter-text: #cfcfcf;--newsletter-muted: #9a9a9a;--newsletter-input-bg: #151515;--newsletter-input-text: #f1f1f1;--newsletter-placeholder: #777;--newsletter-input-disabled-bg: #222;--newsletter-input-disabled-text: #888;--newsletter-success-bg: rgba(29, 185, 84, .15);--newsletter-success-text: #6ee7a8;--newsletter-error-bg: rgba(220, 38, 38, .15);--newsletter-error-text: #fca5a5}@media (max-width: 640px){.newsletter{padding:1.5rem}.newsletter__input-group{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.newsletter__button{width:100%}}.introduction p{font-size:2rem;line-height:1.8;margin-bottom:1.5rem}.right-block{flex:1;min-width:280px;display:flex;justify-content:center;align-items:center}.section-image{width:220px;max-width:240px;height:auto;object-fit:contain;display:block;margin:0 auto}.services-title{margin:2.5rem 0 2rem;font-size:2.4rem;font-weight:600;color:var(--color-primary, #f97316);text-align:center}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:0 auto 4rem;max-width:900px}.service-card{padding:2rem 1.75rem;border-left:4px solid var(--color-primary, #f97316);background:var(--color-surface, rgba(255, 255, 255, .035));border-radius:0 10px 10px 0}.service-card h4{margin:0 0 1rem;font-size:2rem;font-weight:600}.service-card p{margin:0;font-size:2rem;line-height:1.6;opacity:.8}.cta-section{margin:4rem 0 5rem;padding:3rem 2rem;text-align:center;background:var(--color-surface, rgba(255, 255, 255, .06));border-radius:14px}.cta-section p{margin-bottom:2rem;font-size:2rem;font-weight:500}.cta-button{display:inline-block;padding:1.25rem 3rem;background:var(--color-primary, #f97316);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:2rem;transition:transform .15s ease,opacity .15s ease}.cta-button:hover{transform:translateY(-2px);opacity:.95}.newsletter-section{margin-top:2rem;opacity:.92}@media screen and (max-width: 768px){.content-wrapper{flex-direction:column;align-items:center}.services-title{text-align:center}.service-card{padding:1.75rem}.cta-section{padding:2.5rem 1.5rem}}@media screen and (max-width: 480px){.introduction p,.service-card p{text-align:center}.cta-button{width:100%;padding:1.25rem}}@media screen and (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 600px){.services-grid{grid-template-columns:1fr}}@media (min-width: 1024px){.content-wrapper{flex-direction:row;justify-content:center;gap:5rem}}.service-card__header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.service-card__badge{font-size:1.1rem;font-weight:500;padding:.4rem .75rem;border-radius:999px;background:#ff8b1a26;color:#ff8b1a;line-height:1}.skills-content{max-width:900px;margin:0 auto;padding:0 1rem}.skills-intro{font-size:2rem;line-height:1.6;margin-bottom:2.5rem;color:var(--color-text-muted, #666)}.skills-groups{display:flex;flex-direction:column;gap:2rem;margin-bottom:2.5rem}.skill-group-title{font-size:2rem;color:var(--color-primary, #f97316);margin-bottom:.75rem;font-weight:600}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{padding:.5rem 1rem;background:var(--color-surface, rgba(249, 115, 22, .1));border:1px solid var(--color-primary, #f97316);border-radius:20px;font-size:1.5rem;color:var(--color-text, #333);transition:all .2s ease}.skill-tag:hover{background:var(--color-primary, #f97316);color:#fff}.storybook-link{font-size:1rem;color:var(--color-text-muted, #666);text-align:center;padding-top:1rem;border-top:1px solid var(--color-border, #eee)}.storybook-link a{color:var(--color-primary, #f97316);text-decoration:none;font-weight:500}.storybook-link a:hover{text-decoration:underline}@media screen and (max-width: 480px){.skills-intro{font-size:1.25rem;text-align:center}.skill-group-title{text-align:center;font-size:1.5rem}.skill-tags{justify-content:center}.skill-tag{font-size:.85rem;padding:.4rem .8rem}}.project-card{background-color:#fff;border-radius:18px;box-shadow:0 10px 30px #0f172a14;padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;border:1px solid rgba(0,0,0,.04);box-sizing:border-box}.projectTitle{margin:0;font-size:2rem;font-weight:700;line-height:1.35;color:#111827}.projectImageWrapper{margin-top:.5rem;border-radius:12px;overflow:hidden}.projectImage{width:100%;display:block;aspect-ratio:16 / 9;object-fit:cover}.projectDescription{margin:.35rem 0 0;line-height:1.6;color:#4b5563}.tags{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.4rem;font-size:1rem}.card-footer{margin-top:auto;padding-top:.75rem;display:flex;justify-content:flex-end}.project-card--clickable{cursor:pointer}.project-card--disabled{cursor:not-allowed;opacity:.7}@media (hover: hover) and (pointer: fine){.project-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0f172a1f;border-color:#ff818959}}@media (max-width: 600px){.project-card{padding:1rem 1.1rem 1.25rem;border-radius:14px;gap:.6rem}.projectTitle{font-size:2rem}.projectDescription{font-size:.9rem}}.imageContainer{width:100%;border-radius:12px;overflow:hidden;background:color-mix(in srgb,var(--card-bg) 85%,#ffffff 15%);display:flex;justify-content:center;align-items:center}.dark .imageContainer{background:color-mix(in srgb,var(--card-bg) 70%,#ffffff 30%)}.dark .projectTitle{color:#f9fafb}.projectImage{display:block;width:100%;max-width:100%;height:auto;aspect-ratio:16 / 9;object-fit:cover;border-radius:12px}.projectLink{display:flex;justify-content:flex-end}.projectLink a,.projectButton{display:inline-flex;align-items:center;justify-content:center;width:25px;padding:.7rem 1rem;border-radius:12px;border:none;background:transparent;color:#fff;font-weight:700;letter-spacing:.2px;cursor:pointer}.projectButton:disabled{cursor:not-allowed;opacity:.6}.projectIcon{width:45px;border-radius:12px}.projectButton span{margin-left:.5rem;font-size:.75rem;color:var(--muted)}.projectLink a:hover,.projectButton:not(:disabled):hover{background:var(--brand-hover);transform:translateY(-1px)}.projectLink a:active,.projectButton:not(:disabled):active{background:var(--brand-pressed);transform:translateY(0)}.projectLink a:focus-visible,.projectButton:focus-visible{outline:3px solid color-mix(in srgb,var(--brand) 40%,#fff 60%);outline-offset:2px;box-shadow:0 0 0 4px color-mix(in srgb,var(--brand) 25%,transparent)}.tag{background:var(--chip-bg, #f1f5f9);color:var(--chip-text, #334155);border:1px solid var(--chip-border, #e2e8f0);padding:.25rem .6rem;border-radius:999px;font-size:1.5rem;line-height:1;font-weight:600;white-space:nowrap}.projects-section{width:100%;padding:4rem 1.5rem;background:#f9fafb}.projects-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.projects-grid>*{min-width:0}@media (max-width: 900px){.projects-section{padding:3.5rem 1.25rem}}@media (max-width: 600px){.projects-section{padding:3rem 1rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}}.main-content{width:100%;display:flex;flex-direction:column;align-items:center;padding:3rem 1rem;box-sizing:border-box;background-color:#fff;color:#333}.greetingtext{font-size:2rem;line-height:1.3;font-weight:700;margin:.5rem 0;text-align:center}.greetingtext+.greetingtext{font-weight:500;margin-bottom:1.5rem}.introduction{max-width:720px;font-size:2rem;line-height:1.8;text-align:center;margin-left:auto;margin-right:auto}.introduction p{margin-bottom:1.25rem;font-weight:300}.introduction a{color:#444;text-decoration:underline}.introduction a:hover{color:#f97316}.right{display:flex;justify-content:center;align-items:center;margin-top:2rem}.typed-animation-wrapper{display:flex;justify-content:center;align-items:center;padding:4rem 0;color:#f97316}.section{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;box-sizing:border-box;position:relative}@media screen and (min-width: 700px){.greetingtext{font-size:2.2rem}.introduction{font-size:1.9rem}}@media screen and (max-width: 480px){.greetingtext{font-size:1.4rem}.introduction{font-size:1.1rem}}.footer_links_socials{color:#f0f8ff;display:flex;flex-direction:row}.footer_icons_social_icons svg{color:#f0f8ff;display:flex;flex-direction:row}:root{--footer-bg: var(--header-bg);--footer-fg: var(--header-fg);--footer-muted: color-mix(in srgb, var(--header-fg) 65%, transparent);--footer-border: rgba(255, 255, 255, .08);--footer-accent: var(--accent)}.footer{width:100%;background:var(--footer-bg);color:var(--footer-fg);border-top:1px solid var(--footer-border);font-size:1.7rem;line-height:1.7}.footer__inner{max-width:1120px;margin:0 auto;padding:48px 20px 28px;display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:32px}.footer__brand{font-size:1.6rem}.footer__logo{width:48px;height:48px;border-radius:12px;display:grid;place-items:center;margin-bottom:12px}.footer__logo img{width:100%;height:auto}.footer__tag{margin:0;color:var(--footer-muted);font-size:1.5rem;line-height:1.6}.footer__group{display:flex;flex-direction:column;gap:12px}.footer__title{margin:0 0 10px;font-size:1.3rem;letter-spacing:.08em;text-transform:uppercase;color:var(--footer-muted)}.footer__group a{text-decoration:none;color:var(--footer-fg);opacity:.9;font-size:1.5rem;position:relative;transition:opacity .2s ease}.footer__group a:after{content:"";position:absolute;left:0;bottom:-3px;width:0;height:2px;background:var(--footer-accent);transition:width .2s ease}.footer__group a:hover{opacity:1}.footer__group a:hover:after{width:100%}.footer__project{margin-bottom:18px}.footer__project a{font-size:1.5rem;font-weight:600;color:var(--footer-fg);text-decoration:none}.footer__project p{margin:6px 0 8px;font-size:1.4rem;color:var(--footer-muted)}.footer__tags{display:inline-block;font-size:1.3rem;color:var(--footer-accent)}.footer__tech-category{margin-bottom:1rem}.footer__tech-category:not(:last-child){padding-bottom:.75rem;border-bottom:1px solid var(--footer-border)}.footer__tech-label{font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--footer-muted);margin-bottom:.25rem}.footer__tech-items{font-size:1.4rem;line-height:1.5}.footer__bottom{border-top:1px solid var(--footer-border);display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px 24px;max-width:1120px;margin:0 auto;color:var(--footer-muted);font-size:1.25rem}.footer__version{font-size:1.15rem;opacity:.7;font-family:monospace}.footer__legal{display:flex;align-items:center;gap:10px}.footer__legal a{font-size:1.25rem;color:var(--footer-muted);text-decoration:none}.footer__icons{display:flex;align-items:center;flex-direction:row}.footer__icons a{margin-left:10px;font-size:1.4rem;display:flex;flex-direction:row}.footer_icons_socials{display:flex;flex-direction:column}@media (max-width: 880px){.footer__inner{grid-template-columns:1fr 1fr}}@media (max-width: 560px){.footer__inner{grid-template-columns:1fr;gap:28px}.footer__bottom{flex-direction:column;text-align:center}}.imprint-container{background-color:#2d2d2d;color:#e8e8e8;min-height:100vh;padding:60px 20px}.imprint-content{max-width:900px;margin:0 auto}.imprint-content h1{font-size:3rem;font-weight:700;margin-bottom:50px;letter-spacing:-1px;color:#fff}.imprint-section{margin-bottom:45px;padding-bottom:30px;border-bottom:1px solid #444}.imprint-section:last-of-type{border-bottom:none}.imprint-section h2{font-size:1.3rem;font-weight:600;margin-bottom:15px;color:#fff;letter-spacing:.5px;text-transform:uppercase}.imprint-section p{font-size:1rem;line-height:1.7;color:#c8c8c8;margin-bottom:12px}.imprint-section p:last-child{margin-bottom:0}.imprint-section strong{color:#fff;font-weight:600}.imprint-section a{color:#f97316;text-decoration:none;font-weight:500;transition:color .2s ease}.imprint-section a:hover{color:#ff8ab5}.imprint-footer{margin-top:60px;padding-top:30px;border-top:1px solid #444;text-align:left}.back-link{color:#f97316;text-decoration:none;font-weight:500;font-size:1rem;display:inline-flex;align-items:center;gap:8px;transition:color .2s ease}@media (max-width: 768px){.imprint-container{padding:40px 16px}.imprint-content h1{font-size:2.2rem;margin-bottom:35px}.imprint-section{margin-bottom:35px;padding-bottom:25px}.imprint-section h2{font-size:1.15rem}.imprint-section p{font-size:.95rem}}@media (max-width: 480px){.imprint-container{padding:30px 12px}.imprint-content h1{font-size:1.8rem;margin-bottom:30px}.imprint-section{margin-bottom:30px;padding-bottom:20px}.imprint-section h2{font-size:1rem}.imprint-section p{font-size:.9rem;line-height:1.6}}.privacy-container{background-color:#2d2d2d;color:#e8e8e8;min-height:100vh;padding:60px 20px;font-size:1rem}.privacy-content{max-width:900px;margin:0 auto;color:#e8e8e8}.privacy-content h1{font-size:3rem;font-weight:700;margin-bottom:50px;letter-spacing:-1px;color:#fff}.privacy-section{margin-bottom:45px;padding-bottom:30px;border-bottom:1px solid #444;color:#e8e8e8}.privacy-section:last-of-type{border-bottom:none}.privacy-section h2{font-size:1.3rem;font-weight:600;margin-bottom:15px;color:#fff;letter-spacing:.5px;text-transform:uppercase}.privacy-section p{font-size:1rem;line-height:1.7;color:#c8c8c8;margin-bottom:12px}.privacy-section p:last-child{margin-bottom:0}.privacy-section strong{color:#fff;font-weight:600}.privacy-section a{color:#f97316;text-decoration:none;font-weight:500;transition:color .2s ease}.privacy-section a:hover{color:#ff8ab5}.privacy-section p{font-size:1.5rem}.privacy-footer{margin-top:60px;padding-top:30px;border-top:1px solid #444;text-align:left;font-size:1.5rem}.back-link{color:#f97316;text-decoration:none;font-weight:500;font-size:1rem;display:inline-flex;align-items:center;gap:8px;transition:color .2s ease;font-size:1.5rem}.back-link:hover{color:#ff8ab5}@media (max-width: 768px){.privacy-container{padding:40px 16px}.privacy-content h1{font-size:2.2rem;margin-bottom:35px}.privacy-section{margin-bottom:35px;padding-bottom:25px}.privacy-section h2{font-size:1.15rem}.privacy-section p{font-size:.95rem}}@media (max-width: 480px){.privacy-container{padding:30px 12px}.privacy-content h1{font-size:1.8rem;margin-bottom:30px}.privacy-section{margin-bottom:30px;padding-bottom:20px}.privacy-section h2{font-size:1rem}.privacy-section p{font-size:.9rem;line-height:1.6}}.notFound{padding:1rem;font-size:2rem;width:100vw;display:flex;position:relative;justify-content:space-around;background-color:#fff;color:#333;align-items:center;margin-top:5rem;overflow-x:hidden}.leftNotFound,.rightNotFound{align-items:center;justify-content:center;padding:0 5rem}@media screen and (max-width: 768px){.notFound{width:100%;margin-top:7rem;flex-direction:column;align-items:center;padding:0}.leftNotFound{padding-left:0;padding-bottom:2rem;text-align:center}.rightNotFound{margin-right:0;margin-top:2rem}}.unsubscribe-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--background-color, #1a1a1a)}.unsubscribe-container{max-width:600px;width:100%;text-align:center;padding:3rem;background:var(--card-background, #2a2a2a);border-radius:12px;box-shadow:0 4px 6px #0000001a}.unsubscribe-loading h1,.unsubscribe-success h1,.unsubscribe-error h1{font-size:2.5rem;margin-bottom:1rem;color:var(--text-primary, #ffffff)}.unsubscribe-success h1{color:#4caf50}.unsubscribe-error h1{color:#f44336}.unsubscribe-container p{font-size:1.1rem;line-height:1.6;color:var(--text-secondary, #b0b0b0);margin-bottom:1rem}.unsubscribe-link{display:inline-block;margin-top:2rem;padding:.75rem 1.5rem;background:#ff8b1a;color:#fff;text-decoration:none;border-radius:6px;font-weight:500;transition:background .3s}.unsubscribe-link:hover{background:#ff6b00}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-size:10px;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#f97316;text-decoration:inherit}a:hover{color:#f97316}body{margin:0;overflow-x:hidden;font-size:1rem;line-height:1.6;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}h1{font-size:2.2em;padding-bottom:10px;line-height:1.1}p{font-size:1.5em}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.container{min-width:var(--content-width);max-width:var(--content-width);width:100%;margin-left:auto;margin-right:auto;box-sizing:border-box}.section,.main-content,.about{max-width:100%;min-height:1000px;width:100%;box-sizing:border-box;overflow-x:hidden;display:flex;align-items:center;justify-content:center;flex-direction:column}@media screen and (max-width: 480px){.container{scroll-snap-type:none}.section{width:100%;min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;box-sizing:border-box}}@media screen and (max-width: 768px){.container{scroll-snap-type:none}}body.dark{background-color:#1e1e1e}body.dark h1,body.dark h2,body.dark h3,body.dark p{color:#f0f0f0}body.dark a{color:#f97316}body.dark a:hover{color:#ffc1ca}body.dark .header{background-color:#2a2a2a}body.dark .menu-links a{color:#fefefe}body.dark .menu-links a.active{color:#fefefe;border-bottom:2px solid #f97316}body.dark .skill-card{background-color:#2e2e2e;border:1px solid #444}body.dark .skill-tag{color:#fff}body.dark .project-card{background-color:#2e2e2e;color:#f0f0f0;border:1px solid #444}body.dark .project-card h1,body.dark .project-card h3,body.dark .project-card p,body.dark .project-card a{color:#f0f0f0}body.dark .project-card a:hover{color:#f97316}body.dark .service-card h4,body.dark .service-card p,body.dark .intro-text{color:#f0f0f0}body.dark .service-card p{opacity:1}body.dark .tech-category span:last-child{color:silver}body.dark .tech-label{color:#f97316}body.dark .service-card{background:#ffffff14;border-left:3px solid #f97316}body.dark .cta-section{background:#ffffff14}body.dark .cta-button{color:#fff}body.dark .section,body.dark .main-content{background-color:#1e1e1e;color:#f0f0f0}body.dark .logo-image{filter:brightness(.9) contrast(1.2)}a{color:#444;text-decoration:underline}body,.section,.header,.skill-card,.project-card{transition:background-color .3s ease,color .3s ease,border-color .3s ease}
