.header{position:fixed;top:0;width:100%;z-index:50;transition:all .3s ease;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 4px 6px -1px #0000001a}.header.dark{background-color:#111827f2}.header.light{background-color:#fffffff2}.header-container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.header-container{padding:0 1.5rem}}@media(min-width:1024px){.header-container{padding:0 2rem}}.header-content{display:flex;align-items:center;justify-content:space-between;height:6rem}.logo-link{display:flex;align-items:center;gap:.75rem;text-decoration:none}.logo-image{display:none;height:4rem;object-fit:contain}@media(min-width:640px){.logo-image{display:block}}.nav-desktop{display:none;align-items:center;gap:2rem}@media(min-width:768px){.nav-desktop{display:flex}}.nav-link{text-decoration:none;transition:color .3s ease}.nav-link.dark{color:#d1d5db}.nav-link.dark:hover{color:#c084fc}.nav-link.light{color:#4b5563}.nav-link.light:hover{color:#9333ea}.theme-toggle{padding:.5rem;border-radius:9999px;border:none;cursor:pointer;transition:all .3s ease}.theme-toggle.dark{background-color:#1f2937;color:#fbbf24}.theme-toggle.dark:hover{background-color:#374151}.theme-toggle.light{background-color:#f3f4f6;color:#111827}.theme-toggle.light:hover{background-color:#e5e7eb}.language-select{padding:.5rem .75rem;border-radius:9999px;border:1px solid transparent;cursor:pointer;transition:all .3s ease;font-size:.75rem;font-weight:700;letter-spacing:.03em}.language-select.dark{background-color:#1f2937;color:#e5e7eb;border-color:#374151}.language-select.dark:hover{background-color:#374151}.language-select.light{background-color:#f3f4f6;color:#111827;border-color:#d1d5db}.language-select.light:hover{background-color:#e5e7eb}.mobile-controls{display:flex;align-items:center;gap:1rem}@media(min-width:768px){.mobile-controls{display:none}}.menu-button{background:none;border:none;cursor:pointer;padding:.5rem}.menu-button.dark{color:#fff}.menu-button.light{color:#111827}.nav-mobile{padding:1rem 0;display:flex;flex-direction:column;gap:1rem}@media(min-width:768px){.nav-mobile{display:none}}.nav-mobile .nav-link{display:block}.hero-section{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:background .3s ease}.hero-section.dark{background:linear-gradient(135deg,#111827,#1f2937,#581c87)}.hero-section.light{background:linear-gradient(135deg,#faf5ff,#fff,#fce7f3)}.hero-container{max-width:80rem;margin:0 auto;padding:5rem 1rem;margin-top:4rem}@media(min-width:640px){.hero-container{padding:5rem 1.5rem}}@media(min-width:1024px){.hero-container{padding:5rem 2rem}}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.photo-wrapper{position:relative}.photo-container{position:relative;width:12rem;height:12rem}@media(min-width:640px){.photo-container{width:14rem;height:14rem}}.photo-border{position:absolute;inset:0;background:linear-gradient(90deg,#a855f7,#ec4899,#a855f7);border-radius:50%;padding:4px;animation:rotate 8s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.photo-border-inner{width:100%;height:100%;border-radius:50%;transition:background .3s ease}.photo-border-inner.dark{background-color:#111827}.photo-border-inner.light{background-color:#fff}.photo-glow{position:absolute;inset:0;background:linear-gradient(135deg,#c084fc,#f9a8d4);border-radius:50%;filter:blur(40px);opacity:.4;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.6}}.photo-frame{position:absolute;inset:8px;border-radius:50%;overflow:hidden;border:4px solid transparent;box-shadow:0 25px 50px -12px #00000040}.photo-frame img{width:100%;height:100%;object-fit:cover;object-position:center 20%}.icon-decorator{position:absolute;width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 15px -3px #0000001a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.icon-decorator.top-right{top:-.75rem;right:-.75rem;animation:float-up 3s ease-in-out infinite}.icon-decorator.bottom-left{bottom:-.75rem;left:-.75rem;animation:float-down 4s ease-in-out infinite}@keyframes float-up{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes float-down{0%,to{transform:translateY(0)}50%{transform:translateY(8px)}}.icon-decorator.purple{background-color:#9333eae6}.icon-decorator.pink{background-color:#db2777e6}.hero-text{display:flex;flex-direction:column;gap:1.5rem;max-width:64rem}.badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;font-size:2rem;font-weight:500}.badge.dark{background-color:#581c8780;color:#d8b4fe}.badge.light{background-color:#f3e8ff;color:#7c3aed}.hero-title{font-size:3rem;font-weight:700;line-height:1.1}@media(min-width:640px){.hero-title{font-size:3.75rem}}@media(min-width:1024px){.hero-title{font-size:4.5rem}}.hero-title.dark{color:#fff}.hero-title.light{color:#111827}.hero-description{font-size:1.25rem;line-height:1.75;max-width:40rem;margin:0 auto;text-align:center}@media(min-width:640px){.hero-description{font-size:1.5rem}}.hero-description.dark{color:#d1d5db}.hero-description.light{color:#4b5563}.hero-location{font-size:.875rem}.hero-location.dark{color:#9ca3af}.hero-location.light{color:#6b7280}.social-links{display:flex;align-items:center;justify-content:center;gap:1rem;padding-top:1rem}.social-link{width:3rem;height:3rem;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease}.social-link:hover{transform:scale(1.1)}.social-link.dark{background-color:#1f2937;color:#fff}.social-link.light{background-color:#fff;color:#111827;box-shadow:0 4px 6px -1px #0000001a}.social-link.dark:hover{background-color:#9333ea}.social-link.light:hover{background-color:#9333ea;color:#fff}.cta-buttons{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;padding-top:1rem}.btn{padding:1rem 2rem;border-radius:9999px;font-weight:500;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn:hover{transform:scale(1.05)}.btn-primary{background:linear-gradient(90deg,#9333ea,#db2777);color:#fff;box-shadow:0 10px 15px -3px #0000001a}.btn-primary:hover{background:linear-gradient(90deg,#7e22ce,#be185d);box-shadow:0 20px 25px -5px #0000001a}.btn-secondary{background-color:transparent;border:2px solid}.btn-secondary.dark{color:#c084fc;border-color:#c084fc}.btn-secondary.dark:hover{background-color:#c084fc1a}.btn-secondary.light{background-color:#fff;color:#9333ea;border-color:#9333ea;box-shadow:0 4px 6px -1px #0000001a}.btn-secondary.light:hover{background-color:#f3e8ff}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.scroll-link{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-decoration:none;transition:color .3s ease}.scroll-link.dark{color:#c084fc}.scroll-link.dark:hover{color:#d8b4fe}.scroll-link.light{color:#9333ea}.scroll-link.light:hover{color:#7c3aed}.scroll-link span{font-size:.875rem;font-weight:500}.scroll-icon{animation:bounce 1s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-25%)}}.about-section{padding:5rem 0;transition:background-color .3s ease}.about-section.dark{background-color:#111827}.about-section.light{background-color:#fff}.about-container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.about-container{padding:0 1.5rem}}@media(min-width:1024px){.about-container{padding:0 2rem}}.metrics-section{margin:4rem 0;padding:2rem 0;border-top:1px solid rgba(255,255,255,.2)}.metrics-container{display:flex;justify-content:center;gap:3rem;max-width:64rem;margin:0 auto;flex-wrap:wrap}@media(min-width:768px){.metrics-container{gap:5rem}}.metric-item{text-align:center;min-width:120px}.metric-number{font-size:3.5rem;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#a855f7,#d946ef);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-number span{font-size:2.5rem}.metric-label{font-size:1rem;font-weight:500}.metric-label.dark{color:#d1d5db}.metric-label.light{color:#4b5563}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.section-description{font-size:1.25rem;max-width:48rem;margin:0 auto 2rem;text-align:justify;word-break:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.section-description.dark{color:#d1d5db}.section-description.light{color:#4b5563}.education-grid{display:grid;gap:1.5rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.education-grid{grid-template-columns:repeat(3,1fr)}}.education-card{border-radius:1rem;padding:1.5rem;transition:all .3s ease}.education-card:hover{box-shadow:0 20px 25px -5px #0000001a}.education-card.dark{background-color:#1f2937}.education-card.light{background:linear-gradient(135deg,#faf5ff,#fce7f3)}.education-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.education-icon.dark{background-color:#581c8780;color:#c084fc}.education-icon.light{background-color:#f3e8ff;color:#9333ea}.education-degree{font-weight:700;margin-bottom:.5rem}.education-degree.dark{color:#fff}.education-degree.light{color:#111827}.education-institution{font-size:.875rem;margin-bottom:.5rem}.education-institution.dark{color:#c084fc}.education-institution.light{color:#9333ea}.education-period{font-size:.875rem;margin-bottom:.5rem}.education-period.dark{color:#9ca3af}.education-period.light{color:#4b5563}.education-status{display:inline-block;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.education-status.active.dark{background-color:#10b98180;color:#6ee7b7}.education-status.active.light{background-color:#d1fae5;color:#065f46}.education-status.completed.dark{background-color:#3b82f680;color:#93c5fd}.education-status.completed.light{background-color:#dbeafe;color:#1e40af}.education-status.interrupted.dark{background-color:#374151;color:#9ca3af}.education-status.interrupted.light{background-color:#e5e7eb;color:#4b5563}.languages-section{margin-top:4rem;text-align:center}.languages-title{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.languages-title.dark{color:#fff}.languages-title.light{color:#111827}.languages-list{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.language-item{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:9999px}.language-item.dark{background-color:#1f2937}.language-item.light{background-color:#f3e8ff}.language-name{display:inline-flex;align-items:center;gap:.35rem;line-height:1;font-weight:500}.language-flag{width:1.2em;height:1.2em;object-fit:cover;border-radius:2px;flex-shrink:0}.language-name.dark{color:#fff}.language-name.light{color:#111827}.language-level{line-height:1;font-size:.875rem}.language-level.dark{color:#9ca3af}.language-level.light{color:#4b5563}.habilidades-section{padding:5rem 0;transition:background-color .3s ease,color .3s ease}.habilidades-section.light{background:linear-gradient(135deg,#faf5ff,#fff,#fdf2f8)}.habilidades-section.dark{background-color:#1f2937}.habilidades-container{max-width:80rem;margin:0 auto;padding:0 1rem}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-title.light{color:#111827}.section-title.dark{color:#fff}.section-subtitle{font-size:1.25rem;max-width:48rem;margin:0 auto}.section-subtitle.light{color:#4b5563}.section-subtitle.dark{color:#d1d5db}.category-buttons-container{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:3rem;padding:1.5rem;border-radius:1rem}.category-buttons-container.light{background-color:#fffc}.category-buttons-container.dark{background-color:#11182799}.category-button{padding:.625rem 1.25rem;border:1px solid transparent;border-radius:9999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.category-button.light{background-color:#fff;color:#4b5563;border-color:#e5e7eb}.category-button.light:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}.category-button.light.active{background:linear-gradient(135deg,#9333ea,#7e22ce);color:#fff;border-color:#7e22ce;box-shadow:0 10px 15px -3px #9333ea4d}.category-button.dark{background-color:#37415180;color:#d1d5db;border-color:#4b5563}.category-button.dark:hover{background-color:#374151cc;border-color:#6b7280}.category-button.dark.active{background:linear-gradient(135deg,#a855f7,#9333ea);color:#fff;border-color:#9333ea;box-shadow:0 10px 15px -3px #a855f74d}.skills-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;margin-bottom:4rem}@media(min-width:640px){.skills-grid{grid-template-columns:repeat(2,1fr)}}.skill-card{padding:1.5rem;border-radius:1rem;transition:all .3s ease}.skill-card:hover{transform:scale(1.02)}.skill-card.light{background:#fff;box-shadow:0 10px 15px -3px #0000001a}.skill-card.dark{background:#11182780;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.skill-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.skill-info{display:flex;align-items:center;gap:.75rem}.skill-icon{font-size:1.875rem;display:flex;align-items:center;justify-content:center;min-width:2rem;color:currentColor}.skill-name{font-weight:600;font-size:1.125rem}.skill-name.light{color:#111827}.skill-name.dark{color:#fff}.skill-percentage{font-weight:700;font-size:1.125rem}.skill-percentage.light{color:#9333ea}.skill-percentage.dark{color:#c084fc}.skill-bar-container{height:.75rem;border-radius:9999px;overflow:hidden}.skill-bar-container.light{background-color:#e5e7eb}.skill-bar-container.dark{background-color:#374151}.skill-bar{height:100%;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.skill-bar.cyan-blue{background:linear-gradient(to right,#06b6d4,#3b82f6)}.skill-bar.blue{background:linear-gradient(to right,#2563eb,#1d4ed8)}.skill-bar.yellow{background:linear-gradient(to right,#facc15,#eab308)}.skill-bar.green{background:linear-gradient(to right,#059669,#047857)}.skill-bar.purple-pink{background:linear-gradient(to right,#a855f7,#ec4899)}.skill-bar.orange-red{background:linear-gradient(to right,#f97316,#ef4444)}.skill-bar.orange-red-dark{background:linear-gradient(to right,#ea580c,#dc2626)}.skill-bar.blue-cyan{background:linear-gradient(to right,#3b82f6,#06b6d4)}.skill-bar.green-teal{background:linear-gradient(to right,#10b981,#14b8a6)}.skill-bar.indigo-blue{background:linear-gradient(to right,#6366f1,#3b82f6)}.skill-bar.red-pink{background:linear-gradient(to right,#dc2626,#db2777)}.skill-bar.blue-yellow{background:linear-gradient(to right,#60a5fa,#fbbf24)}.skill-bar.blue-indigo{background:linear-gradient(to right,#3b82f6,#4f46e5)}.skill-bar.amber-orange{background:linear-gradient(to right,#f59e0b,#ea580c)}.skill-bar.red-rose{background:linear-gradient(to right,#ef4444,#f43f5e)}.skill-bar.teal-cyan{background:linear-gradient(to right,#14b8a6,#06b6d4)}.skill-bar.rose-pink{background:linear-gradient(to right,#f43f5e,#db2777)}.skill-bar.cyan-indigo{background:linear-gradient(to right,#06b6d4,#4f46e5)}.skill-bar.slate-dark{background:linear-gradient(to right,#737d8b,#4c4c4d)}.skill-bar.violet-indigo{background:linear-gradient(to right,#8b5cf6,#6366f1)}.skill-bar.brown-dark{background:linear-gradient(to right,#7c6837,#4b3f07)}.skill-shimmer{position:absolute;inset:0;background:linear-gradient(to right,transparent,rgba(255,255,255,.4),transparent)}.certifications-section{margin-top:4rem}.certifications-title{font-size:1.875rem;font-weight:700;text-align:center;margin-bottom:2rem}.certifications-title.light{color:#111827}.certifications-title.dark{color:#fff}.certifications-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem}@media(min-width:768px){.certifications-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.certifications-grid{grid-template-columns:repeat(3,1fr)}}.certification-card{padding:1.5rem;border-radius:1rem;transition:all .3s ease}.certification-card:hover{box-shadow:0 20px 25px -5px #0000001a}.certification-card.light{background:#fff;box-shadow:0 10px 15px -3px #0000001a}.certification-card.dark{background:#11182780}.certification-icon{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;font-size:1.25rem}.certification-icon.light{background-color:#f3e8ff;color:#9333ea}.certification-icon.dark{background-color:#581c8780;color:#c084fc}.certification-name{font-weight:700;margin-bottom:.5rem;font-size:.875rem}.certification-name.light{color:#111827}.certification-name.dark{color:#fff}.certification-institution{font-size:.75rem;margin-bottom:.25rem}.certification-institution.light{color:#9333ea}.certification-institution.dark{color:#c084fc}.certification-date{font-size:.75rem}.certification-date.light{color:#4b5563}.certification-date.dark{color:#9ca3af}@media(min-width:640px){.section-title{font-size:3rem}}@media(max-width:768px){.habilidades-section{padding:3rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.habilidades-container{padding:0 1.5rem}}#portfolio{position:relative}.portfolio-section{padding:3rem 0;transition:background-color .3s ease}.portfolio-section.dark{background-color:#1f2937}.portfolio-section.light{background-color:#fff}.portfolio-container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.portfolio-container{padding:0 1.5rem}}@media(min-width:1024px){.portfolio-container{padding:0 2rem}}.portfolio-header{text-align:center;margin-bottom:2rem}.portfolio-title{font-size:2.25rem;line-height:1.1;font-weight:700;margin-bottom:1rem}@media(min-width:640px){.portfolio-title{font-size:3rem}}.portfolio-title.dark{color:#fff}.portfolio-title.light{color:#111827}.portfolio-description{font-size:1.25rem;max-width:48rem;margin:0 auto 2rem}.portfolio-description.dark{color:#d1d5db}.portfolio-description.light{color:#4b5563}.portfolio-category-filter{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.portfolio-category-button{border:none;cursor:pointer;padding:.5rem 1.5rem;border-radius:9999px;font-weight:500;transition:all .3s ease}.portfolio-category-button.active{background-color:#9333ea;color:#fff;box-shadow:0 10px 15px -3px #0003}.portfolio-category-button.dark{background-color:#374151;color:#d1d5db}.portfolio-category-button.dark:hover{background-color:#4b5563}.portfolio-category-button.light{background-color:#f3f4f6;color:#4b5563}.portfolio-category-button.light:hover{background-color:#e5e7eb}.portfolio-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:640px){.portfolio-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.portfolio-grid{grid-template-columns:repeat(4,1fr)}}.portfolio-card{cursor:pointer}.portfolio-card-media{position:relative;overflow:hidden;border-radius:1rem;box-shadow:0 10px 15px -3px #00000040;transition:box-shadow .3s ease}.portfolio-card:hover .portfolio-card-media{box-shadow:0 25px 50px -12px #00000059}.portfolio-card-image-wrapper{aspect-ratio:4 / 3;overflow:hidden}.portfolio-card-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.portfolio-card:hover .portfolio-card-image{transform:scale(1.1)}.portfolio-card-overlay{position:absolute;inset:0;display:flex;align-items:flex-end;background:linear-gradient(to top,rgba(0,0,0,.8),rgba(0,0,0,.4),transparent);opacity:0;transition:opacity .3s ease}.portfolio-card:hover .portfolio-card-overlay{opacity:1}.portfolio-card-overlay-content{width:100%;padding:1.5rem}.portfolio-card-category{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#d8b4fe}.portfolio-card-overlay-title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700;color:#fff}.portfolio-card-overlay-description{margin-bottom:.75rem;font-size:.875rem;color:#e5e7eb}.portfolio-card-details-link{display:flex;align-items:center;gap:.5rem;color:#fff;font-size:.875rem}.portfolio-icon{width:1rem;height:1rem}.portfolio-card-content{margin-top:1rem}.portfolio-project-title{margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.portfolio-project-title.dark{color:#fff}.portfolio-project-title.light{color:#111827}.portfolio-tags-preview{display:flex;flex-wrap:wrap;gap:.5rem}.portfolio-tag-small{font-size:.75rem;padding:.25rem .75rem;border-radius:9999px}.portfolio-tag-small.dark{background-color:#581c8780;color:#d8b4fe}.portfolio-tag-small.light{background-color:#faf5ff;color:#9333ea}.portfolio-modal-overlay{position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:#000c}.portfolio-modal{width:100%;max-width:56rem;max-height:90vh;overflow-y:auto;border-radius:1rem}.portfolio-modal.dark{background-color:#1f2937}.portfolio-modal.light{background-color:#fff}.portfolio-modal-image-container{position:relative;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center;background-color:#0f172a}.portfolio-modal-image{width:100%;height:100%;object-fit:contain}.portfolio-modal-close{position:absolute;top:1rem;right:1rem;width:2.5rem;height:2.5rem;border:none;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease}.portfolio-modal-close.dark{background-color:#111827;color:#fff}.portfolio-modal-close.dark:hover{background-color:#374151}.portfolio-modal-close.light{background-color:#fff;color:#111827}.portfolio-modal-close.light:hover{background-color:#f3f4f6}.portfolio-close-icon{width:1.5rem;height:1.5rem}.portfolio-modal-content{padding:2rem}.portfolio-modal-category{font-size:.875rem;font-weight:500}.portfolio-modal-category.dark{color:#c084fc}.portfolio-modal-category.light{color:#9333ea}.portfolio-modal-title{margin:.5rem 0 1rem;font-size:1.875rem;font-weight:700}.portfolio-modal-title.dark{color:#fff}.portfolio-modal-title.light{color:#111827}.portfolio-modal-description{margin-bottom:1.5rem;font-size:1.125rem}.portfolio-modal-description.dark{color:#d1d5db}.portfolio-modal-description.light{color:#4b5563}.portfolio-modal-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.portfolio-tag-large{padding:.5rem 1rem;border-radius:9999px;font-weight:500}.portfolio-tag-large.dark{background-color:#581c8780;color:#d8b4fe}.portfolio-tag-large.light{background-color:#faf5ff;color:#9333ea}.portfolio-modal-link{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;padding:.75rem 1.5rem;background-color:#9333ea;color:#fff;font-weight:500;text-decoration:none;transition:background-color .3s ease}.portfolio-modal-link:hover{background-color:#7e22ce}@media(max-width:640px){.portfolio-section{padding:2.5rem 0}.portfolio-modal-content{padding:1.25rem}.portfolio-modal-title{font-size:1.5rem}}.portfolio-image-modal{position:relative;width:90vw;height:70vh;display:flex;align-items:center;justify-content:center;max-width:1000px}.portfolio-fullscreen-image{width:100%;height:100%;object-fit:contain}.footer{padding:3rem 0;color:#fff;transition:background-color .3s ease,color .3s ease}.footer-dark{background-color:#000}.footer-light{background-color:#111827}.footer-container{max-width:80rem;margin:0 auto;padding:0 1rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.footer-left,.footer-right{text-align:center}.footer-brand-wrapper{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.footer-logo-image{height:3rem;object-fit:contain}.footer-text{margin:0;color:#9ca3af}.footer-text-spaced{margin-bottom:1rem}.footer-heading{margin:0 0 1rem;font-weight:600}.footer-socials{display:flex;gap:1rem;justify-content:center}.footer-social-link{width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;transition:transform .3s ease,background-color .3s ease}.footer-social-link:hover{transform:scale(1.1)}.footer-social-dark{background-color:#111827}.footer-social-light{background-color:#1f2937}.footer-social-github:hover{background-color:#9333ea}.footer-social-linkedin:hover{background-color:#2563eb}.footer-social-email:hover{background-color:#db2777}.footer-social-icon{width:1.25rem;height:1.25rem}.footer-bottom{border-top:1px solid #1f2937;padding-top:2rem}.footer-bottom-text{color:#9ca3af;margin:0;display:flex;align-items:center;justify-content:center;gap:.5rem}.footer-heart-icon{width:1rem;height:1rem;color:#a855f7;fill:currentColor}@media(min-width:640px){.footer-container{padding:0 1.5rem}}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-left{text-align:left}.footer-right{text-align:right}.footer-brand-wrapper{justify-content:flex-start}.footer-socials{justify-content:flex-end}}@media(min-width:1024px){.footer-container{padding:0 2rem}}.app-wrapper{min-height:100vh;transition:background-color .3s ease;background-color:#fff}.app-wrapper.dark-mode{background-color:#111827}.app{min-height:100vh;display:flex;flex-direction:column;background-color:var(--bg-primary);transition:background-color .3s ease}.main-content{flex:1;width:100%}.main-content section{min-height:100vh;scroll-margin-top:80px}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-thumb{background:var(--accent-primary);border-radius:6px}::selection{background:var(--accent-primary);color:#fff}::-moz-selection{background:var(--accent-primary);color:#fff}html{scroll-behavior:smooth}*:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}*{margin:0;padding:0;box-sizing:border-box}:root{--transition: all .3s ease}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:var(--transition)}body.light{--bg-primary: #ffffff;--bg-secondary: #f8f9fa;--bg-accent: #f0e6ff;--text-primary: #1a1a1a;--text-secondary: #4a4a4a;--text-muted: #6a6a6a;--accent-primary: #7c3aed;--accent-secondary: #a855f7;--accent-hover: #6d28d9;--border: #e5e7eb;--shadow: rgba(0, 0, 0, .1)}body.dark{--bg-primary: #0a0a0a;--bg-secondary: #1a1a1a;--bg-accent: #1a0f2e;--text-primary: #ffffff;--text-secondary: #e5e5e5;--text-muted: #a0a0a0;--accent-primary: #a855f7;--accent-secondary: #c084fc;--accent-hover: #9333ea;--border: #2a2a2a;--shadow: rgba(168, 85, 247, .15)}body{background-color:var(--bg-primary);color:var(--text-primary)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}p{line-height:1.6}a{text-decoration:none;color:inherit;transition:var(--transition)}button{cursor:pointer;border:none;background:none;font-family:inherit;transition:var(--transition)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--accent-primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-hover)}
