@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Crimson+Text:wght@400;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.language-switcher{display:inline-block;position:relative}.language-switcher-button{align-items:center;background:#d4af371a;border:1px solid #d4af374d;border-radius:6px;color:var(--witcher-light);cursor:pointer;display:flex;font-size:.9rem;gap:8px;padding:8px 12px;transition:all .3s ease}.language-switcher-button:hover{background:#d4af3733;border-color:var(--witcher-gold)}.language-icon{color:var(--witcher-gold);height:16px;width:16px}.language-flag{font-size:1.2rem;line-height:1}.language-name{font-weight:500}.chevron-icon{color:var(--witcher-gray);height:14px;transition:transform .3s ease;width:14px}.chevron-icon.open{transform:rotate(180deg)}.language-dropdown{animation:dropdownFadeIn .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:var(--witcher-dark);border:1px solid #d4af374d;border-radius:8px;box-shadow:0 8px 32px #0000004d;margin-top:4px;max-height:400px;min-width:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.language-option{align-items:center;background:none;border:none;color:var(--witcher-light);cursor:pointer;display:flex;font-size:.9rem;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.language-option:hover{background:#d4af371a;color:var(--witcher-gold)}.language-option.active{background:#d4af3733;color:var(--witcher-gold);font-weight:600}.language-option .language-flag{font-size:1.1rem;min-width:20px}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.language-dropdown::-webkit-scrollbar{width:6px}.language-dropdown::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.language-dropdown::-webkit-scrollbar-thumb{background:var(--witcher-gold);border-radius:3px}.language-dropdown::-webkit-scrollbar-thumb:hover{background:#b8941f}@media (max-width:768px){.language-switcher-button{font-size:.8rem;padding:6px 10px}.language-name{display:none}.language-dropdown{min-width:160px}.language-option{font-size:.85rem;padding:10px 12px}}@media (max-width:480px){.language-switcher-button{padding:5px 8px}.language-icon{height:14px;width:14px}.chevron-icon{height:12px;width:12px}}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d0d0df2;border-bottom:1px solid var(--witcher-gold);position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.navbar.scrolled{background:#0d0d0dfa;box-shadow:0 2px 20px #00000080}.nav-container{height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .3s ease}.nav-logo:hover{color:#b8941f;transform:scale(1.05)}.logo-icon{animation:swordGlow 2s ease-in-out infinite alternate;border-radius:4px;height:32px;margin-right:10px;width:32px}@keyframes swordGlow{0%{filter:drop-shadow(0 0 5px var(--witcher-gold))}to{filter:drop-shadow(0 0 15px var(--witcher-gold))}}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,var(--witcher-gold),#b8941f);-webkit-background-clip:text;background-clip:text}.nav-menu{align-items:center;display:flex;gap:30px;list-style:none;margin:0;padding:0}.nav-language-switcher{margin-left:1rem}.nav-link{border-radius:4px;color:var(--witcher-light);font-family:Cinzel,serif;font-size:1rem;font-weight:600;letter-spacing:1px;padding:10px 15px;position:relative;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.nav-link:before{background:var(--witcher-gold);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-link.active:before,.nav-link:hover:before{width:100%}.nav-link:hover{background:#d4af371a;color:var(--witcher-gold)}.nav-link.active{background:#d4af3726;color:var(--witcher-gold)}.nav-toggle{color:var(--witcher-gold);cursor:pointer;display:none;transition:all .3s ease}.nav-toggle:hover{color:#b8941f;transform:scale(1.1)}@media (max-width:768px){.nav-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d0d0dfa;border-bottom:1px solid var(--witcher-gold);box-shadow:0 10px 27px #0000000d;flex-direction:column;left:-100%;position:fixed;text-align:center;top:70px;transition:.3s;width:100%}.nav-menu.active{left:0}.nav-link{border-bottom:1px solid #d4af371a;padding:15px 20px}.nav-link:last-child{border-bottom:none}.nav-toggle{display:block}.logo-text{font-size:1.2rem}}@media (max-width:480px){.nav-container{padding:0 15px}.logo-text{font-size:1rem}}.footer{background:linear-gradient(135deg,#1a1a1af2,#000000fa);border-top:2px solid var(--witcher-gold);margin-top:80px}.footer-top{padding:60px 0 40px}.container{margin:0 auto;max-width:1200px;padding:0 20px}.footer-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:2fr 1fr 1fr 1.5fr}.footer-logo{align-items:center;display:flex;margin-bottom:20px}.footer-logo-icon{border-radius:4px;height:50px;margin-right:15px;width:50px}.logo-text{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.5rem;font-weight:700;text-shadow:2px 2px 4px var(--witcher-shadow)}.footer-description{color:var(--witcher-light);font-size:.95rem;line-height:1.6;margin-bottom:25px;opacity:.9}.footer-contact{display:flex;flex-direction:column;gap:12px}.contact-item{align-items:center;color:var(--witcher-light);display:flex;gap:10px;opacity:.8;transition:all .3s ease}.contact-item:hover{color:var(--witcher-gold);opacity:1}.contact-link{color:inherit}.contact-icon{color:var(--witcher-gold);height:18px;width:18px}.footer-heading{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.2rem;font-weight:600;margin-bottom:20px;text-shadow:1px 1px 2px var(--witcher-shadow)}.footer-links{list-style:none;margin:0;padding:0}.footer-links li{margin-bottom:10px}.footer-link{color:var(--witcher-light);font-size:.95rem;opacity:.8;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:var(--witcher-gold);opacity:1;transform:translateX(5px)}.footer-social{display:flex;flex-direction:column;gap:12px;margin-bottom:30px}.footer-social-link{align-items:center;background:#1a1a1ae6;border:1px solid var(--social-color);border-radius:6px;color:var(--social-color);display:flex;font-size:.9rem;font-weight:600;gap:10px;letter-spacing:1px;padding:10px 15px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.footer-social-link:hover{background:var(--social-color);box-shadow:0 4px 15px #0000004d;color:#fff;transform:translateY(-2px)}.social-icon{height:18px;width:18px}.newsletter{margin-top:20px}.newsletter-title{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.1rem;font-weight:600;margin-bottom:10px}.newsletter-text{color:var(--witcher-light);font-size:.9rem;margin-bottom:15px;opacity:.8}.newsletter-form{display:flex;gap:8px}.newsletter-input{background:#1a1a1ae6;border:1px solid var(--witcher-gold);border-radius:6px;color:var(--witcher-light);flex:1 1;font-size:.9rem;padding:10px 15px;transition:all .3s ease}.newsletter-input:focus{border-color:#b8941f;box-shadow:0 0 10px #d4af374d;outline:none}.newsletter-input::placeholder{color:var(--witcher-gray)}.newsletter-btn{align-items:center;background:var(--witcher-gold);border:1px solid var(--witcher-gold);border-radius:6px;color:var(--witcher-dark);cursor:pointer;display:flex;justify-content:center;padding:10px 15px;transition:all .3s ease}.newsletter-btn:hover{background:#b8941f;border-color:#b8941f;transform:translateY(-2px)}.newsletter-icon{height:16px;width:16px}.footer-bottom{border-top:1px solid #d4af374d;padding:20px 0}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.footer-bottom-left p{color:var(--witcher-light);font-size:.9rem;opacity:.8}.footer-bottom-right{display:flex;flex-wrap:wrap;gap:20px}.footer-bottom-link{color:var(--witcher-light);font-size:.85rem;opacity:.7;text-decoration:none;transition:all .3s ease}.footer-bottom-link:hover{color:var(--witcher-gold);opacity:1}@media (max-width:768px){.footer-grid{gap:30px;grid-template-columns:1fr}.footer-top{padding:40px 0 30px}.footer-bottom-content{flex-direction:column;text-align:center}.footer-bottom-right{justify-content:center}.newsletter-form{flex-direction:column}.footer-social{flex-direction:row;flex-wrap:wrap}.footer-social-link{flex:1 1;min-width:120px}}@media (max-width:480px){.container{padding:0 15px}.footer-top{padding:30px 0 20px}.footer-bottom{padding:15px 0}.footer-bottom-right{gap:15px}.footer-bottom-link{font-size:.8rem}}.breadcrumb{background:#1a1a1acc;border-bottom:1px solid #d4af374d;margin-top:70px;padding:15px 0}.breadcrumb-list{flex-wrap:wrap;list-style:none;margin:0;max-width:1200px;padding:0 20px}.breadcrumb-item,.breadcrumb-list{align-items:center;display:flex;gap:8px}.breadcrumb-link{align-items:center;color:var(--witcher-light);display:flex;font-size:.9rem;gap:6px;opacity:.8;text-decoration:none;transition:all .3s ease}.breadcrumb-link:hover{color:var(--witcher-gold);opacity:1}.breadcrumb-current{font-size:.9rem;font-weight:600;gap:6px}.breadcrumb-current,.breadcrumb-icon{align-items:center;color:var(--witcher-gold);display:flex}.breadcrumb-separator{color:var(--witcher-gray);opacity:.6}@media (max-width:768px){.breadcrumb{padding:10px 0}.breadcrumb-list{gap:6px;padding:0 15px}.breadcrumb-current,.breadcrumb-link{font-size:.8rem}.breadcrumb-separator{height:14px;width:14px}}@media (max-width:480px){.breadcrumb-list{padding:0 10px}.breadcrumb-current,.breadcrumb-link{font-size:.75rem}}.hero{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;text-align:center}.hero-background{background:linear-gradient(135deg,#0d0d0de6,#1a1a1acc 50%,#8b45134d);z-index:-2}.hero-background,.hero-background:before{height:100%;left:0;position:absolute;top:0;width:100%}.hero-background:before{animation:grain 20s linear infinite;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='50' cy='50' r='1' fill='%23d4af37' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");content:"";z-index:-1}@keyframes grain{0%,to{transform:translate(0)}10%{transform:translate(-5%,-5%)}20%{transform:translate(-10%,5%)}30%{transform:translate(5%,-10%)}40%{transform:translate(-5%,15%)}50%{transform:translate(-10%,5%)}60%{transform:translate(15%)}70%{transform:translateY(10%)}80%{transform:translate(3%,15%)}90%{transform:translate(-10%,10%)}}.hero-overlay{background:radial-gradient(circle at center,#d4af371a 0,#0d0d0dcc 70%);height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-content{max-width:800px;padding:0 20px;z-index:1}.hero-title{color:var(--witcher-light);font-family:Cinzel,serif;font-size:4rem;font-weight:700;line-height:1.2;margin-bottom:20px;text-shadow:2px 2px 4px var(--witcher-shadow)}.hero-title-accent{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,var(--witcher-gold),#b8941f);-webkit-background-clip:text;background-clip:text;display:block}.hero-subtitle{color:var(--witcher-light);font-size:1.3rem;line-height:1.6;margin-bottom:40px;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.btn-icon{margin-left:8px;transition:transform .3s ease}.btn:hover .btn-icon{transform:translateX(4px)}.feature-card{overflow:hidden;padding:30px 20px;position:relative;text-align:center}.feature-card:before{background:linear-gradient(90deg,#0000,#d4af371a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.feature-card:hover:before{left:100%}.feature-icon-wrapper{align-items:center;background:linear-gradient(45deg,var(--witcher-gold),#b8941f);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 20px;transition:all .3s ease;width:80px}.feature-card:hover .feature-icon-wrapper{box-shadow:0 10px 25px #d4af374d;transform:scale(1.1) rotate(5deg)}.feature-icon{color:var(--witcher-dark);height:40px;width:40px}.feature-title{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.5rem;font-weight:600;margin-bottom:15px}.feature-description{color:var(--witcher-light);line-height:1.6;opacity:.8}.story-section{background:linear-gradient(135deg,#8b45131a,#1a1a1ae6);overflow:hidden;position:relative}.story-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='20' height='20' patternUnits='userSpaceOnUse'%3E%3Cpath d='M0 0h20v20H0z' fill='none'/%3E%3Ccircle cx='10' cy='10' r='1' fill='%23d4af37' opacity='.05'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.story-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr;position:relative;z-index:1}.story-title{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:2.5rem;font-weight:700;margin-bottom:30px;text-shadow:2px 2px 4px var(--witcher-shadow)}.story-description{color:var(--witcher-light);font-size:1.1rem;line-height:1.8;margin-bottom:20px;opacity:.9}.story-image,.story-image-placeholder{align-items:center;display:flex;justify-content:center}.story-image-placeholder{background:linear-gradient(45deg,#d4af371a,#8b451333);border:2px solid var(--witcher-gold);border-radius:10px;flex-direction:column;height:400px;overflow:hidden;position:relative;width:300px}.story-image-placeholder:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#0000 30%,#d4af371a 50%,#0000 70%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes shimmer{0%,to{transform:translateX(-100%)}50%{transform:translateX(100%)}}.story-placeholder-icon{animation:swordFloat 3s ease-in-out infinite;color:var(--witcher-gold);height:80px;margin-bottom:20px;width:80px}@keyframes swordFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-10px) rotate(5deg)}}.story-image-placeholder p{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.2rem;font-weight:600}.cta-section{background:linear-gradient(135deg,var(--witcher-darker) 0,#8b000033 100%);overflow:hidden;position:relative}.cta-section:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='50' height='50' patternUnits='userSpaceOnUse'%3E%3Cpath d='M0 0h50v50H0z' fill='none'/%3E%3Cpath d='m25 0 25 25-25 25L0 25Z' fill='%23d4af37' opacity='.03'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.cta-content{position:relative;text-align:center;z-index:1}.cta-title{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:3rem;font-weight:700;margin-bottom:20px;text-shadow:2px 2px 4px var(--witcher-shadow)}.cta-description{color:var(--witcher-light);font-size:1.2rem;line-height:1.6;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-buttons{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.story-content{gap:40px;grid-template-columns:1fr}.cta-title,.story-title{font-size:2rem}.cta-buttons{align-items:center;flex-direction:column}.story-image-placeholder{height:300px;width:250px}}@media (max-width:480px){.hero-title{font-size:2rem}.cta-title,.section-title,.story-title{font-size:1.8rem}}.about-page{min-height:100vh}.about-hero{margin-bottom:60px}.about-content{grid-gap:60px;align-items:center;display:grid;gap:60px;grid-template-columns:1fr 1fr}.about-name{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:2.5rem;font-weight:700;margin-bottom:25px;text-shadow:2px 2px 4px var(--witcher-shadow)}.about-description{color:var(--witcher-light);font-size:1.1rem;line-height:1.8;margin-bottom:20px;opacity:.9}.about-image,.profile-placeholder{align-items:center;display:flex;justify-content:center}.profile-placeholder{background:linear-gradient(135deg,#d4af371a,#8b451333);border:3px solid var(--witcher-gold);border-radius:50%;flex-direction:column;height:300px;overflow:hidden;position:relative;width:300px}.profile-placeholder:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#0000 30%,#d4af371a 50%,#0000 70%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.profile-icon{animation:profileFloat 4s ease-in-out infinite;color:var(--witcher-gold);height:80px;margin-bottom:20px;width:80px}@keyframes profileFloat{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}.profile-placeholder span{font-size:1.5rem;font-weight:600}.profile-placeholder span,.section-subtitle{color:var(--witcher-gold);font-family:Cinzel,serif}.section-subtitle{font-size:2rem;font-weight:700;margin-bottom:40px;text-align:center;text-shadow:2px 2px 4px var(--witcher-shadow)}.skills-section{margin-bottom:60px}.skills-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.skill-card{padding:25px;text-align:center;transition:all .3s ease}.skill-card:hover{box-shadow:0 10px 25px #d4af3733;transform:translateY(-5px)}.skill-icon{align-items:center;background:linear-gradient(45deg,var(--witcher-gold),#b8941f);border-radius:50%;color:var(--witcher-dark);display:flex;height:60px;justify-content:center;margin:0 auto 15px;transition:all .3s ease;width:60px}.skill-card:hover .skill-icon{transform:scale(1.1) rotate(5deg)}.skill-name{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.3rem;font-weight:600;margin-bottom:15px}.skill-bar{background:#1a1a1acc;height:8px;margin-bottom:10px;overflow:hidden;width:100%}.skill-bar,.skill-progress{border-radius:4px;position:relative}.skill-progress{background:linear-gradient(90deg,var(--witcher-gold),#b8941f);height:100%;transition:width 1s ease}.skill-progress:after{animation:skillShimmer 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes skillShimmer{0%,to{transform:translateX(-100%)}50%{transform:translateX(100%)}}.skill-level{color:var(--witcher-gold);font-size:14px;font-weight:600}.experience-section{margin-bottom:60px}.timeline{margin:0 auto;max-width:800px;position:relative}.timeline:before{background:var(--witcher-gold);bottom:0;content:"";left:50%;position:absolute;top:0;transform:translateX(-50%);width:2px}.timeline-item{margin-bottom:40px;position:relative}.timeline-item:nth-child(odd){padding-right:50%;text-align:right}.timeline-item:nth-child(2n){padding-left:50%;text-align:left}.timeline-content{padding:25px;position:relative;transition:all .3s ease}.timeline-content:before{background:var(--witcher-gold);border-radius:50%;content:"";height:20px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.timeline-item:nth-child(odd) .timeline-content:before{right:-60px}.timeline-item:nth-child(2n) .timeline-content:before{left:-60px}.timeline-header{margin-bottom:10px}.timeline-title{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.3rem;font-weight:600;margin-bottom:5px}.timeline-company{color:var(--witcher-gray);font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.timeline-period{color:var(--witcher-gold);display:block;font-size:.9rem;font-weight:600;margin-bottom:10px}.timeline-description{color:var(--witcher-light);line-height:1.6;opacity:.9}.education-section{margin-bottom:60px}.education-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.education-card{padding:30px;text-align:center;transition:all .3s ease}.education-card:hover{box-shadow:0 10px 25px #d4af3733;transform:translateY(-5px)}.education-icon{align-items:center;background:linear-gradient(45deg,var(--witcher-gold),#b8941f);border-radius:50%;color:var(--witcher-dark);display:flex;height:60px;justify-content:center;margin:0 auto 20px;transition:all .3s ease;width:60px}.education-card:hover .education-icon{transform:scale(1.1)}.education-degree{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.3rem;font-weight:600;margin-bottom:8px}.education-school{color:var(--witcher-gray);display:block;font-size:.9rem;margin-bottom:5px}.education-period{color:var(--witcher-gold);display:block;font-size:.9rem;font-weight:600;margin-bottom:15px}.education-description{color:var(--witcher-light);line-height:1.6;opacity:.9}.interests-section{margin-bottom:40px}.interests-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.interest-item{background:#1a1a1ae6;border:1px solid var(--witcher-gold);border-radius:10px;cursor:pointer;padding:25px;text-align:center;transition:all .3s ease}.interest-item:hover{border-color:#b8941f;box-shadow:0 10px 25px #d4af3733;transform:translateY(-5px)}.interest-icon{color:var(--witcher-gold);height:50px;margin:0 auto 15px;transition:all .3s ease;width:50px}.interest-item:hover .interest-icon{transform:scale(1.1)}.interest-item span{color:var(--witcher-light);font-family:Cinzel,serif;font-size:1rem;font-weight:600}@media (max-width:768px){.about-content{gap:40px;grid-template-columns:1fr;text-align:center}.about-name{font-size:2rem}.profile-placeholder{height:250px;width:250px}.profile-icon{height:60px;width:60px}.section-subtitle{font-size:1.5rem}.timeline:before{left:20px}.timeline-item:nth-child(2n),.timeline-item:nth-child(odd){padding-left:60px;padding-right:0;text-align:left}.timeline-item:nth-child(2n) .timeline-content:before,.timeline-item:nth-child(odd) .timeline-content:before{left:-50px;right:auto}.education-grid,.skills-grid{grid-template-columns:1fr}.interests-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.about-name{font-size:1.8rem}.profile-placeholder{height:200px;width:200px}.profile-icon{height:50px;width:50px}.section-subtitle{font-size:1.3rem}.interests-grid{grid-template-columns:1fr}}.projects-page{min-height:100vh}.projects-intro{color:var(--witcher-light);font-size:1.1rem;line-height:1.6;margin:0 auto 40px;max-width:700px;opacity:.9;text-align:center}.category-filters{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:50px}.category-btn{align-items:center;background:#0000;border:2px solid var(--witcher-gold);border-radius:8px;color:var(--witcher-gold);cursor:pointer;display:flex;font-family:Cinzel,serif;font-size:14px;font-weight:600;gap:8px;letter-spacing:1px;padding:12px 20px;text-transform:uppercase;transition:all .3s ease}.category-btn:hover{transform:translateY(-2px)}.category-btn.active,.category-btn:hover{background:var(--witcher-gold);color:var(--witcher-dark)}.category-btn.active{box-shadow:0 4px 15px #d4af374d}.category-icon{align-items:center;display:flex}.projects-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin-top:40px}.project-card{overflow:hidden;position:relative;transition:all .3s ease}.project-card:hover{box-shadow:0 20px 40px #d4af3733;transform:translateY(-10px)}.project-header,.project-image{position:relative}.project-image{height:200px;overflow:hidden}.image-placeholder{align-items:center;background:linear-gradient(135deg,#d4af371a,#8b451333);display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.image-placeholder:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(45deg,#0000 30%,#d4af371a 50%,#0000 70%);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.project-icon{animation:projectFloat 4s ease-in-out infinite;color:var(--witcher-gold);height:60px;margin-bottom:15px;width:60px}@keyframes projectFloat{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-8px) rotate(3deg)}}.image-placeholder span{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1rem;font-weight:600;max-width:80%;text-align:center}.project-status{color:#fff;left:15px}.project-category,.project-status{border-radius:20px;font-size:12px;font-weight:600;letter-spacing:1px;padding:5px 12px;position:absolute;text-transform:uppercase;top:15px}.project-category{background:var(--witcher-gold);color:var(--witcher-dark);right:15px}.project-content{padding:25px}.project-title{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.5rem;font-weight:600;margin-bottom:15px;text-shadow:1px 1px 2px var(--witcher-shadow)}.project-description{color:var(--witcher-light);line-height:1.6;margin-bottom:25px;opacity:.9}.project-technologies{margin-bottom:25px}.project-technologies h4{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.1rem;margin-bottom:15px}.tech-tags{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:#d4af371a;border:1px solid var(--witcher-gold);border-radius:15px;color:var(--witcher-gold);font-size:12px;font-weight:600;padding:5px 12px;transition:all .3s ease}.tech-tag:hover{background:var(--witcher-gold);color:var(--witcher-dark);transform:scale(1.05)}.project-features{margin-bottom:25px}.project-features h4{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.1rem;margin-bottom:15px}.project-features ul{list-style:none;padding:0}.project-features li{color:var(--witcher-light);font-size:.95rem;opacity:.9;padding:5px 0 5px 20px;position:relative}.project-features li:before{color:var(--witcher-gold);content:"⚔";left:0;position:absolute}.project-actions{display:flex;flex-wrap:wrap;gap:15px}.project-link{align-items:center;border-radius:6px;display:flex;font-size:14px;font-weight:600;gap:8px;letter-spacing:1px;padding:10px 20px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.github-link{background:#1a1a1ae6;border:2px solid var(--witcher-gold);color:var(--witcher-gold)}.github-link:hover{transform:translateY(-2px)}.github-link:hover,.live-link{background:var(--witcher-gold);color:var(--witcher-dark)}.live-link{border:2px solid var(--witcher-gold)}.live-link:hover{background:#b8941f;border-color:#b8941f;transform:translateY(-2px)}.no-projects{color:var(--witcher-gray);padding:60px 20px;text-align:center}.no-projects-icon{color:var(--witcher-gray);height:60px;margin:0 auto 20px;width:60px}.no-projects p{font-size:1.1rem;opacity:.8}@media (max-width:768px){.category-filters{gap:10px}.category-btn{font-size:12px;padding:10px 16px}.projects-grid{gap:25px;grid-template-columns:1fr}.project-card{margin:0 10px}.project-title{font-size:1.3rem}.project-content{padding:20px}.project-actions{flex-direction:column}.project-link{justify-content:center}}@media (max-width:480px){.category-filters{align-items:center;flex-direction:column}.category-btn{width:200px}.project-image{height:150px}.project-icon{height:40px;width:40px}.project-title{font-size:1.2rem}.tech-tags{justify-content:center}}.contact-page{min-height:100vh}.contact-intro{color:var(--witcher-light);font-size:1.1rem;line-height:1.6;margin:0 auto 50px;max-width:600px;opacity:.9;text-align:center}.contact-content{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;margin-bottom:60px}.contact-info-section{padding-right:30px}.contact-subtitle{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.8rem;font-weight:700;margin-bottom:30px;text-shadow:2px 2px 4px var(--witcher-shadow)}.contact-info-grid{display:flex;flex-direction:column;gap:25px;margin-bottom:40px}.contact-info-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1ae6;border:1px solid var(--witcher-gold);border-radius:10px;display:flex;gap:20px;padding:20px;transition:all .3s ease}.contact-info-item:hover{border-color:#b8941f;box-shadow:0 10px 25px #d4af3733;transform:translateX(10px)}.contact-info-icon{align-items:center;background:linear-gradient(45deg,var(--witcher-gold),#b8941f);border-radius:50%;color:var(--witcher-dark);display:flex;height:50px;justify-content:center;transition:all .3s ease;width:50px}.contact-info-item:hover .contact-info-icon{transform:scale(1.1) rotate(5deg)}.contact-icon{height:24px;width:24px}.contact-info-content h3{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.1rem;font-weight:600;margin-bottom:5px}.contact-link{color:var(--witcher-light);opacity:.9;text-decoration:none;transition:all .3s ease}.contact-link:hover{color:var(--witcher-gold);opacity:1}.social-links-section{margin-top:40px}.social-title{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.3rem;font-weight:600;margin-bottom:20px}.social-links{display:flex;flex-wrap:wrap;gap:15px}.social-link{align-items:center;background:#1a1a1ae6;border:2px solid var(--social-color);border-radius:8px;color:var(--social-color);display:flex;font-size:14px;font-weight:600;gap:8px;letter-spacing:1px;padding:12px 20px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.social-link:hover{background:var(--social-color);box-shadow:0 8px 20px #0000004d;color:#fff;transform:translateY(-3px)}.social-icon{height:20px;width:20px}.contact-form-section{padding-left:30px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{position:relative}.input-icon{left:15px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.input-icon-svg{color:var(--witcher-gold);height:20px;width:20px}.form-input,.form-textarea{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1ae6;border:2px solid var(--witcher-gold);border-radius:8px;color:var(--witcher-light);font-family:Crimson Text,serif;font-size:16px;padding:15px 15px 15px 50px;transition:all .3s ease;width:100%}.form-textarea{min-height:120px;padding-left:50px;resize:vertical}.form-input:focus,.form-textarea:focus{background:#1a1a1af2;border-color:#b8941f;box-shadow:0 0 15px #d4af374d;outline:none}.form-input::placeholder,.form-textarea::placeholder{color:var(--witcher-gray)}.submit-btn{align-items:center;background:linear-gradient(45deg,var(--witcher-gold),#b8941f);border:2px solid var(--witcher-gold);border-radius:8px;color:var(--witcher-dark);cursor:pointer;display:flex;font-family:Cinzel,serif;font-size:16px;font-weight:600;gap:10px;justify-content:center;letter-spacing:1px;margin-top:10px;padding:15px 30px;text-transform:uppercase;transition:all .3s ease}.submit-btn:hover:not(:disabled){background:linear-gradient(45deg,#b8941f,var(--witcher-gold));box-shadow:0 8px 20px #d4af374d;transform:translateY(-2px)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.loading-spinner,.submit-icon{height:20px;width:20px}.loading-spinner{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top:2px solid var(--witcher-dark)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.additional-info{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.info-card{padding:30px;text-align:center;transition:all .3s ease}.info-card:hover{box-shadow:0 10px 25px #d4af3733;transform:translateY(-5px)}.info-card h3{color:var(--witcher-gold);font-family:Cinzel,serif;font-size:1.3rem;font-weight:600;margin-bottom:20px}.info-card p{color:var(--witcher-light);line-height:1.6;margin-bottom:10px;opacity:.9}@media (max-width:768px){.contact-content{gap:40px;grid-template-columns:1fr}.contact-info-section{padding-right:0}.contact-form-section{padding-left:0}.contact-subtitle{font-size:1.5rem}.social-links{justify-content:center}.additional-info{grid-template-columns:1fr}.info-card{padding:25px}}@media (max-width:480px){.contact-info-item{flex-direction:column;gap:15px;text-align:center}.contact-info-icon{width:40px}.contact-icon{height:20px;width:20px}.social-links{align-items:center;flex-direction:column}.social-link{justify-content:center;width:200px}.form-input,.form-textarea{font-size:14px;padding:12px 12px 12px 45px}.input-icon{left:12px}.input-icon-svg{height:18px;width:18px}.submit-btn{font-size:14px;padding:12px 25px}}:root{--witcher-gold:#d4af37;--witcher-dark:#1a1a1a;--witcher-darker:#0d0d0d;--witcher-red:#8b0000;--witcher-brown:#8b4513;--witcher-gray:#696969;--witcher-light:beige;--witcher-shadow:#000c}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#0d0d0d,#1a1a1a);background:linear-gradient(135deg,var(--witcher-darker) 0,var(--witcher-dark) 100%);color:beige;color:var(--witcher-light);font-family:Crimson Text,serif;overflow-x:hidden}.App,body{min-height:100vh}.App{display:flex;flex-direction:column}.main-content{flex:1 1;padding-top:80px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a;background:var(--witcher-dark)}::-webkit-scrollbar-thumb{background:#d4af37;background:var(--witcher-gold);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#b8941f}.btn{background:linear-gradient(45deg,#d4af37,#b8941f);background:linear-gradient(45deg,var(--witcher-gold),#b8941f);border:2px solid #d4af37;border:2px solid var(--witcher-gold);border-radius:4px;color:#1a1a1a;color:var(--witcher-dark);cursor:pointer;display:inline-block;font-family:Cinzel,serif;font-size:16px;font-weight:600;letter-spacing:1px;padding:12px 24px;text-decoration:none;text-transform:uppercase;transition:all .3s ease}.btn:hover{background:linear-gradient(45deg,#b8941f,#d4af37);background:linear-gradient(45deg,#b8941f,var(--witcher-gold));box-shadow:0 4px 15px #d4af374d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #d4af37;border:2px solid var(--witcher-gold);color:#d4af37;color:var(--witcher-gold)}.btn-secondary:hover{background:#d4af37;background:var(--witcher-gold);color:#1a1a1a;color:var(--witcher-dark)}.card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a1ae6;border:1px solid #d4af37;border:1px solid var(--witcher-gold);border-radius:8px;margin:15px;padding:20px;transition:all .3s ease}.card:hover{border-color:#b8941f;box-shadow:0 10px 25px #d4af3733;transform:translateY(-5px)}.section{margin:0 auto;max-width:1200px;padding:60px 20px}.section-title{color:#d4af37;color:var(--witcher-gold);font-family:Cinzel,serif;font-size:3rem;font-weight:700;margin-bottom:40px;position:relative;text-align:center;text-shadow:2px 2px 4px #000c;text-shadow:2px 2px 4px var(--witcher-shadow)}.section-title:after{background:linear-gradient(90deg,#0000,#d4af37,#0000);background:linear-gradient(90deg,#0000,var(--witcher-gold),#0000);bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.grid{grid-gap:30px;display:grid;gap:30px;margin:40px 0}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){.section-title{font-size:2rem}.section{padding:40px 15px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.fade-in{animation:fadeIn 1s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.slide-in-left{animation:slideInLeft .8s ease-out}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.slide-in-right{animation:slideInRight .8s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}
/*# sourceMappingURL=main.2fa5030b.css.map*/