.hero{height:100%;display:flex;align-items:center;justify-content:center;background:#0a0a0a;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(0,255,136,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(124,77,255,.1) 0%,transparent 50%),url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='50' cy='50' r='1'/%3E%3Ccircle cx='20' cy='20' r='0.5'/%3E%3Ccircle cx='80' cy='30' r='0.5'/%3E%3Ccircle cx='30' cy='80' r='0.5'/%3E%3Ccircle cx='70' cy='70' r='0.5'/%3E%3Ccircle cx='10' cy='50' r='0.5'/%3E%3Ccircle cx='90' cy='60' r='0.5'/%3E%3Ccircle cx='50' cy='10' r='0.5'/%3E%3Ccircle cx='60' cy='90' r='0.5'/%3E%3C/g%3E%3C/svg%3E");background-size:200px 200px,300px 300px,100px 100px;background-position:0 0,100% 100%,0 0;opacity:1;animation:starMove 20s linear infinite}@keyframes starMove{0%{background-position:0 0,100% 100%,0 0}to{background-position:200px 200px,-100px -100px,100px 100px}}.hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.3) 100%),linear-gradient(90deg,rgba(0,255,136,.05) 0%,transparent 50%);pointer-events:none}.hero-container{position:relative;z-index:1;text-align:center;color:#fff;padding:0 60px;width:100%;max-width:1400px;margin:0 auto}.hero-content{max-width:900px;margin:0 auto}.hero-name{font-size:4rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;letter-spacing:-.02em}.gradient-text{background:linear-gradient(90deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;font-weight:300;margin-bottom:3rem;opacity:.9;letter-spacing:.1em}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}.hero-cta-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;background:linear-gradient(135deg,#0f8,#00cc6a);color:#000;font-weight:700;font-size:1.1rem;border-radius:50px;transition:all .3s;box-shadow:0 4px 20px #00ff884d;text-decoration:none}.hero-cta-primary:hover{box-shadow:0 6px 30px #00ff8880;transform:translateY(-2px)}.hero-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:#fff;font-weight:600;font-size:1.1rem;border-radius:50px;transition:all .3s;text-decoration:none}.hero-cta-secondary:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.hero-cta-secondary svg{font-size:1.2rem}.hero-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px;color:#fff;font-weight:500;transition:all .3s;border:1px solid rgba(255,255,255,.2)}.hero-link:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 10px 20px #0003}.hero-link svg{font-size:1.2rem}@media (max-width: 768px){.hero{padding:90px 0 60px;min-height:auto}.hero-container{padding:0 24px}.hero-name{font-size:2rem;margin-bottom:1.5rem;line-height:1.3}.hero-subtitle{font-size:1rem;margin-bottom:2.5rem;line-height:1.6}.hero-cta{flex-direction:column;align-items:stretch;gap:1rem;margin-bottom:2.5rem}.hero-cta-primary,.hero-cta-secondary{width:100%;padding:1rem 2rem;font-size:1rem;min-height:48px}.hero-links{gap:1rem;flex-wrap:wrap;justify-content:center}.hero-link{padding:.75rem 1.5rem;font-size:.9rem;min-height:44px}}@media (max-width: 480px){.hero{padding:70px 0 50px}.hero-container{padding:0 20px}.hero-name{font-size:1.75rem}.hero-subtitle{font-size:.95rem}}.impact{background:var(--bg-secondary);position:relative}.impact-subtitle{font-size:1.2rem;color:var(--text-secondary);text-align:center;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.impact-card{background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s;position:relative;overflow:hidden}.impact-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,var(--primary-color),transparent);opacity:0;transition:opacity .3s}.impact-card:hover:before{opacity:1}.impact-card:hover{background:#ffffff0d;border-color:#fff3;box-shadow:0 10px 40px #0000004d}.impact-icon{font-size:2.5rem;margin-bottom:1rem;display:flex;justify-content:center;align-items:center}.impact-value{font-size:3rem;font-weight:800;color:var(--text-primary);margin-bottom:.5rem;line-height:1}.impact-suffix{font-size:2rem;margin-left:.25rem}.impact-label{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.05em}.impact-description{font-size:.9rem;color:var(--text-secondary);margin-top:.5rem}@media (max-width: 768px){.impact{padding:60px 0}.impact-subtitle{font-size:1.1rem;margin-bottom:2.5rem;padding:0 20px}.impact-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.impact-card{padding:2rem 1.25rem}.impact-value{font-size:2.25rem}.impact-suffix{font-size:1.75rem}.impact-icon{font-size:2rem;margin-bottom:1rem}.impact-label{font-size:.9rem;margin-bottom:.5rem}.impact-description{font-size:.85rem}}@media (max-width: 480px){.impact-grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.impact-card{padding:1.5rem .875rem}.impact-value{font-size:1.75rem}.impact-suffix,.impact-icon{font-size:1.5rem}.impact-label{font-size:.8rem}.impact-description{font-size:.75rem}}.about{background:#000;padding:120px 0;position:relative}.about:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='50' cy='50' r='1'/%3E%3Ccircle cx='20' cy='20' r='0.5'/%3E%3Ccircle cx='80' cy='30' r='0.5'/%3E%3C/g%3E%3C/svg%3E");background-size:100px 100px;pointer-events:none}.about-content{max-width:1200px;margin:0 auto;width:100%}.about-text{font-size:1.125rem;line-height:1.8;color:var(--text-secondary);margin-bottom:3rem}.about-text p{margin-bottom:1.5rem}.about-text p:first-child{font-size:1.25rem;font-weight:600;color:var(--text-primary)}.about-links{display:flex;gap:1rem;flex-wrap:wrap}.about-link{padding:.75rem 1.5rem;background:linear-gradient(90deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:50px;font-weight:500;transition:all .3s;box-shadow:0 4px 15px #6366f14d}.about-link:hover{transform:translateY(-2px);box-shadow:0 6px 20px #6366f166}@media (max-width: 768px){.about{padding:60px 0}.about-text{font-size:.95rem;line-height:1.7;margin-bottom:2.5rem}.about-text p{margin-bottom:1.25rem}.about-text p:first-child{font-size:1.1rem;margin-bottom:1.5rem}.about-links{gap:1rem;flex-wrap:wrap}.about-link{padding:.875rem 1.75rem;font-size:.9rem;min-height:44px}}@media (max-width: 480px){.about-text{font-size:.9rem}.about-text p:first-child{font-size:1rem}}.skills{background:#000;padding:120px 0;position:relative;height:100%}.skills:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='50' cy='50' r='1'/%3E%3Ccircle cx='20' cy='20' r='0.5'/%3E%3Ccircle cx='80' cy='30' r='0.5'/%3E%3Ccircle cx='30' cy='80' r='0.5'/%3E%3Ccircle cx='70' cy='70' r='0.5'/%3E%3Ccircle cx='10' cy='50' r='0.5'/%3E%3Ccircle cx='90' cy='60' r='0.5'/%3E%3Ccircle cx='50' cy='10' r='0.5'/%3E%3Ccircle cx='60' cy='90' r='0.5'/%3E%3C/g%3E%3C/svg%3E");background-size:100px 100px;pointer-events:none}.skills .section-title{font-size:3rem;font-weight:700;margin-bottom:2rem;text-align:left;color:#0f8;position:relative;text-shadow:0 0 4px rgba(0,255,136,.5),2px 2px 0 #ffffff,-2px -2px 0 #ffffff,2px -2px 0 #ffffff,-2px 2px 0 #ffffff;letter-spacing:.05em}.skills-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:3rem}.tech-tag-round{padding:.5rem 1.2rem;background:transparent;border:1px solid rgba(255,255,255,.3);border-radius:25px;font-size:.9rem;font-weight:500;color:#fff;transition:all .3s}.tech-tag-round:hover{background:#00ff881a;border-color:#0f8;color:#0f8;transform:translateY(-2px)}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;position:relative;z-index:1;width:100%}.skill-card{background:#1a1a1a;border-radius:12px;padding:2rem;border:1px solid rgba(255,255,255,.1);transition:all .3s;position:relative}.skill-card:hover{box-shadow:0 0 20px #0f83;border-color:#0f8;transform:translateY(-3px)}.skill-card-title{margin-bottom:1.5rem}.skill-title-badge{display:inline-block;padding:.5rem 1rem;background:#0f8;color:#000;border-radius:6px;font-size:.95rem;font-weight:700;border:1px solid #00ff88;transform:rotate(-2deg);box-shadow:0 4px 15px #00ff884d}.skill-card-content{display:flex;flex-direction:column;gap:.75rem}.skill-item-text{font-size:.9rem;line-height:1.6;color:#ffffffd9;margin:0}@media (max-width: 1200px){.skills-grid{grid-template-columns:1fr}}@media (max-width: 768px){.skills{padding:60px 0}.skills-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.skills-tags{gap:.75rem;margin-bottom:2.5rem}.tech-tag-round{font-size:.8rem;padding:.5rem 1.1rem;min-height:36px}.skill-card{padding:1.75rem}.skill-card-title{margin-bottom:1.25rem}.skill-title-badge{font-size:.9rem;padding:.5rem 1rem}.skill-card-content{gap:1rem}.skill-item-text{font-size:.9rem;line-height:1.6}}@media (max-width: 480px){.skills-grid{gap:1rem}.skill-card{padding:1.25rem}.skill-title-badge{font-size:.85rem;padding:.4rem .85rem}.skill-item-text{font-size:.85rem}}.projects{background:#000;padding:120px 0;position:relative}.projects:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='50' cy='50' r='1'/%3E%3Ccircle cx='20' cy='20' r='0.5'/%3E%3Ccircle cx='80' cy='30' r='0.5'/%3E%3Ccircle cx='30' cy='80' r='0.5'/%3E%3Ccircle cx='70' cy='70' r='0.5'/%3E%3Ccircle cx='10' cy='50' r='0.5'/%3E%3Ccircle cx='90' cy='60' r='0.5'/%3E%3Ccircle cx='50' cy='10' r='0.5'/%3E%3Ccircle cx='60' cy='90' r='0.5'/%3E%3C/g%3E%3C/svg%3E");background-size:100px 100px;pointer-events:none}.projects .section-title{font-size:3rem;font-weight:700;margin-bottom:3rem;text-align:left;color:#0f8;position:relative;text-shadow:0 0 4px rgba(0,255,136,.5),2px 2px 0 #ffffff,-2px -2px 0 #ffffff,2px -2px 0 #ffffff,-2px 2px 0 #ffffff;letter-spacing:.05em;z-index:1}.projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;position:relative;z-index:1;width:100%}.project-card{background:#1a1a1a;border-radius:20px;padding:2.5rem;transition:all .3s;border:1px solid rgba(255,255,255,.1);position:relative;overflow:hidden;display:flex;flex-direction:column;gap:2rem}.project-card:after{content:"";position:absolute;bottom:10px;right:10px;width:40px;height:40px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2300ff88'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'/%3E%3C/svg%3E") no-repeat center;background-size:contain;opacity:.2}.project-card:hover{box-shadow:0 0 25px #00ff8840;border-color:#0f8;transform:translateY(-3px)}.project-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:0}.project-header.clickable{cursor:pointer;transition:all .3s}.project-header.clickable:hover{opacity:.9}.project-title-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%}.project-main-title{flex:1;min-width:0}.expand-button{background:transparent;border:none;color:var(--text-secondary);cursor:pointer;font-size:1.2rem;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .3s;border-radius:50%;width:2rem;height:2rem}.expand-button:hover{background:#00ff881a;color:#0f8;transform:scale(1.1)}.project-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0;flex:1;min-width:0}.project-card.collapsed .project-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.project-period-badge{font-size:.875rem;color:#fff9;font-weight:500;white-space:nowrap;margin-bottom:0}.project-tagline-wrapper{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.project-tagline-wrapper.clickable{cursor:pointer;transition:opacity .3s}.project-tagline-wrapper.clickable:hover{opacity:.9}.project-tagline{font-size:1rem;color:var(--text-secondary);line-height:1.6;display:block}.project-card.collapsed .project-tagline{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:1.6;max-height:calc(1.6em * 3)}.project-section{margin-bottom:0}.project-section-title{font-size:1.1rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.project-section-text{font-size:.95rem;color:var(--text-secondary);line-height:1.7;margin-bottom:1rem}.project-pain-points{list-style:none;padding:0;margin:0}.project-pain-points li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#fffc;font-size:.9rem;line-height:1.6}.project-pain-points li:before{content:"⚠️";position:absolute;left:0}.project-features-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:1rem}.project-feature-item{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:1.25rem;transition:all .3s}.project-feature-item:hover{background:#ffffff0d;border-color:#00ff884d}.feature-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:1rem}.feature-title{font-size:1rem;font-weight:600;color:var(--text-primary)}.feature-impact{font-size:.85rem;color:#0f8;font-weight:500;white-space:nowrap}.feature-description{font-size:.9rem;color:var(--text-secondary);line-height:1.6;margin-bottom:.75rem}.feature-tech{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag-small{padding:.3rem .7rem;background:transparent;border-radius:12px;font-size:.75rem;font-weight:500;color:#ffffffb3;border:1px solid rgba(255,255,255,.2)}.troubleshooting-timeline{position:relative;padding-left:2rem;margin-top:1rem}.troubleshooting-timeline:before{content:"";position:absolute;left:.5rem;top:0;bottom:0;width:2px;background:#ffffff1a}.timeline-step{position:relative;margin-bottom:1.5rem;padding-left:2rem}.timeline-marker{position:absolute;left:-1.5rem;top:.25rem;width:12px;height:12px;border-radius:50%;border:2px solid;background:var(--bg-secondary);z-index:1}.timeline-problem .timeline-marker{border-color:#ef4444;background:#ef4444}.timeline-analysis .timeline-marker{border-color:#f59e0b;background:#f59e0b}.timeline-solution .timeline-marker{border-color:#3b82f6;background:#3b82f6}.timeline-complete .timeline-marker{border-color:#0f8;background:#0f8;box-shadow:0 0 10px #00ff8880}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem;gap:1rem}.timeline-step-name{font-size:.9rem;font-weight:600;color:var(--text-primary)}.timeline-time{font-size:.8rem;color:var(--text-secondary);white-space:nowrap}.timeline-description{font-size:.85rem;color:var(--text-secondary);line-height:1.6}.project-results{margin-top:1rem}.results-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:1.5rem}.metric-item{background:#00ff881a;border:1px solid rgba(0,255,136,.2);border-radius:12px;padding:1rem;text-align:center}.metric-value{display:block;font-size:1.5rem;font-weight:700;color:#0f8;margin-bottom:.25rem}.metric-label{display:block;font-size:.8rem;color:var(--text-secondary)}.results-achievements{list-style:none;padding:0;margin:0}.results-achievements li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:var(--text-primary);font-size:.9rem}.achievement-icon{color:#f59e0b;font-size:1rem;flex-shrink:0}.project-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap}.project-links{display:flex;gap:.75rem}.project-link{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text-primary);font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s}.project-link:hover{background:#00ff881a;border-color:#0f8;color:#0f8;transform:translateY(-2px)}.project-link svg{font-size:.9rem}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{padding:.4rem .9rem;background:transparent;border-radius:20px;font-size:.875rem;font-weight:500;color:#fff;border:1px solid #ffffff;transition:all .3s}.tech-tag:hover{background:#ffffff1a;border-color:#0f8;color:#0f8}.project-features{margin-top:1.5rem}.project-features ul{list-style:none;padding-left:0}.project-features li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#fffc;font-size:.9rem;line-height:1.6}.project-features li:before{content:"▸";position:absolute;left:0;color:#0f8;font-weight:700}@media (max-width: 1200px){.projects-grid{grid-template-columns:1fr}}@media (max-width: 768px){.projects{padding:60px 0}.projects-grid{grid-template-columns:1fr;gap:2rem}.project-card{padding:1.75rem;gap:1.75rem;border-radius:16px}.project-header{gap:.75rem}.project-title-row{width:100%}.project-title{font-size:1.5rem}.project-card.collapsed .project-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-tagline{font-size:.95rem;line-height:1.6}.project-card.collapsed .project-tagline{-webkit-line-clamp:3;max-height:calc(1.6em * 3)}.project-tagline-wrapper{margin-top:.75rem;padding-top:.75rem}.project-section{margin-bottom:1.5rem}.project-section-title{font-size:1.1rem;margin-bottom:.75rem}.project-section-text{font-size:.9rem;margin-bottom:1rem;line-height:1.6}.project-pain-points{margin-top:.5rem}.project-pain-points li{font-size:.9rem;padding:.5rem 0;line-height:1.6}.project-features-list{gap:1.25rem;margin-top:1.25rem}.project-feature-item{padding:1.25rem}.feature-title{font-size:.95rem}.feature-description{font-size:.9rem;line-height:1.6}.tech-tag-small{font-size:.75rem;padding:.35rem .7rem}.project-footer{flex-direction:column;align-items:stretch;padding-top:1.5rem;gap:1.25rem}.project-links{width:100%;justify-content:stretch;gap:.75rem}.project-link{flex:1;justify-content:center;padding:.75rem 1rem;font-size:.9rem;min-height:44px}.results-metrics{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.75rem}.metric-item{padding:1rem}.metric-value{font-size:1.4rem}.metric-label{font-size:.75rem}.results-achievements li{font-size:.9rem;padding:.75rem 0;line-height:1.6}.troubleshooting-timeline{padding-left:1.5rem;margin-top:1rem}.timeline-step{padding-left:1.5rem;margin-bottom:1.25rem}.timeline-step-name{font-size:.9rem}.timeline-description{font-size:.85rem;line-height:1.6}.project-period-badge{font-size:.8rem}}@media (max-width: 480px){.project-card{padding:1.5rem;gap:1.5rem}.project-title{font-size:1.35rem}}.profile{background:#0a0a0a;padding:120px 0;position:relative}.profile:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='50' cy='50' r='1'/%3E%3C/g%3E%3C/svg%3E");background-size:100px 100px;pointer-events:none}.profile-content{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;position:relative;z-index:1;width:100%}.profile-section{background:#1a1a1a;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1)}.profile-section-title{font-size:1.5rem;font-weight:700;margin-bottom:2rem;color:var(--text-primary);padding-bottom:1rem;border-bottom:2px solid var(--border-color)}.profile-list{display:flex;flex-direction:column;gap:1rem}.profile-item{padding:1rem;background:#000;border-radius:8px;border-left:4px solid #00ff88;transition:all .3s}.profile-item:hover{background:#00ff881a;transform:translate(5px)}.profile-item-content{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.profile-item-title{font-weight:500;color:var(--text-primary);flex:1;min-width:200px}.profile-item-date{font-size:.875rem;color:var(--text-secondary);white-space:nowrap}@media (max-width: 1200px){.profile-content{grid-template-columns:1fr}}@media (max-width: 768px){.profile{padding:60px 0}.profile-content{grid-template-columns:1fr;gap:2rem}.profile-section{padding:1.75rem}.profile-section-title{font-size:1.3rem;margin-bottom:1.5rem;padding-bottom:1rem}.profile-list{gap:1rem}.profile-item{padding:1rem}.profile-item-content{flex-direction:column;align-items:flex-start;gap:.75rem}.profile-item-title{font-size:.95rem;min-width:auto;line-height:1.5}.profile-item-date{font-size:.85rem}}@media (max-width: 480px){.profile-section{padding:1.5rem}}.how-i-work{background:#000;padding:120px 0;position:relative}.how-i-work:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Ccircle cx='50' cy='50' r='1'/%3E%3C/g%3E%3C/svg%3E");background-size:100px 100px;pointer-events:none}.principles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;z-index:1;width:100%}.principle-card{background:#1a1a1a;padding:2rem;border-radius:16px;border:1px solid rgba(255,255,255,.1);text-align:center;transition:all .3s}.principle-card:hover{border-color:#0f8;box-shadow:0 0 20px #0f83}.principle-icon{font-size:3rem;margin-bottom:1rem}.principle-title{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.principle-description{font-size:.95rem;line-height:1.7;color:var(--text-secondary)}@media (max-width: 1200px){.principles-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.how-i-work{padding:60px 0}.principles-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.principle-card{padding:2rem}.principle-icon{font-size:3rem;margin-bottom:1rem}.principle-title{font-size:1.2rem;margin-bottom:1rem}.principle-description{font-size:.9rem;line-height:1.7}}@media (max-width: 480px){.principles-grid{gap:1rem}.principle-card{padding:1.5rem}.principle-icon{font-size:2.5rem}.principle-title{font-size:1.1rem}.principle-description{font-size:.85rem}}.contact{background:#000;padding:120px 0 80px;color:#fff;position:relative;overflow:hidden}.contact:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 50%,rgba(0,255,136,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(124,77,255,.1) 0%,transparent 50%),url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Ccircle cx='50' cy='50' r='1'/%3E%3C/g%3E%3C/svg%3E");background-size:200px 200px,300px 300px,100px 100px;pointer-events:none}.contact:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.contact-content{position:relative;z-index:1}.contact-intro{text-align:center;font-size:1.5rem;font-weight:300;margin-bottom:3rem;opacity:.95;line-height:1.8}.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem;width:100%}.contact-card{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#1a1a1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s;color:#fff}.contact-card:hover{background:#252525;border-color:#0f8;box-shadow:0 0 20px #0f83}.contact-icon{font-size:2rem;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:#00ff881a;border-radius:12px;color:#0f8}.contact-info{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-size:.875rem;opacity:.8;font-weight:500}.contact-value{font-size:1rem;font-weight:600}.footer{text-align:center;padding-top:3rem;border-top:1px solid rgba(255,255,255,.2);margin-top:3rem}.footer p{margin-bottom:.5rem;opacity:.9}.footer-year{font-size:.875rem;opacity:.7}@media (max-width: 1200px){.contact-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.contact{padding:60px 0 80px}.contact-intro{font-size:1.1rem;margin-bottom:2.5rem;line-height:1.7;padding:0 20px}.contact-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}.contact-card{padding:1.5rem;min-height:80px}.contact-icon{font-size:1.75rem;width:56px;height:56px}.contact-label{font-size:.85rem}.contact-value{font-size:.95rem}.footer{padding-top:2.5rem;margin-top:2.5rem}.footer p{font-size:.9rem;margin-bottom:.75rem}}@media (max-width: 480px){.contact-grid{gap:.875rem}.contact-card{padding:1.125rem;flex-direction:column;text-align:center;gap:.75rem}.contact-icon{font-size:1.5rem;width:48px;height:48px}.contact-label{font-size:.75rem}.contact-value{font-size:.85rem}}.navigation{position:fixed;top:0;left:0;height:100vh;z-index:1000;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.1);width:200px;display:flex;flex-direction:column;padding:2rem 0}.nav-container{display:flex;flex-direction:column;height:100%;padding:0 1.5rem}.nav-logo{font-size:1.5rem;font-weight:700;color:#0f8;cursor:pointer;transition:transform .3s;margin-bottom:3rem;text-align:center;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.nav-logo:hover{transform:scale(1.05);text-shadow:0 0 10px #00ff88}.nav-menu{display:flex;flex-direction:column;list-style:none;gap:.5rem;flex:1}.nav-link{font-size:.9rem;font-weight:500;color:#fff9;transition:all .3s;position:relative;padding:.75rem 1rem;text-align:left;border-radius:8px;letter-spacing:.05em}.nav-link:hover{color:#0f8;background:#00ff881a;transform:translate(5px)}.nav-link.active{color:#0f8;background:#00ff8826}.nav-link.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:#0f8;border-radius:0 2px 2px 0}@media (max-width: 1024px){.navigation{width:180px}.nav-link{font-size:.85rem;padding:.6rem .8rem}}@media (max-width: 768px){.navigation{width:100%;height:auto;flex-direction:row;border-right:none;border-bottom:1px solid rgba(255,255,255,.1);padding:.875rem 0;min-height:60px}.nav-container{flex-direction:row;width:100%;padding:0 1rem;align-items:center}.nav-logo{margin-bottom:0;margin-right:1rem;padding-bottom:0;border-bottom:none;border-right:1px solid rgba(255,255,255,.1);padding-right:1rem}.nav-menu{flex-direction:row;gap:.5rem;overflow-x:auto;flex:1}.nav-link{white-space:nowrap;padding:.5rem 1rem}.nav-link.active:before{width:100%;height:3px;top:auto;bottom:0;left:0;transform:none;border-radius:2px 2px 0 0}}.admin-panel{min-height:100vh;background:#0a0a0a;color:#fff;padding:2rem;overflow-y:auto;overflow-x:hidden;box-sizing:border-box}.admin-container{max-width:1200px;margin:0 auto}.admin-title{font-size:2.5rem;font-weight:700;color:#0f8;margin-bottom:2rem;text-align:center}.admin-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid rgba(255,255,255,.1)}.admin-tab{padding:1rem 2rem;background:transparent;border:none;color:#fff9;font-size:1rem;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .3s}.admin-tab:hover{color:#fff}.admin-tab.active{color:#0f8;border-bottom-color:#0f8}.admin-content{background:#1a1a1a;border-radius:12px;padding:2rem;border:1px solid rgba(255,255,255,.1);max-height:none;overflow:visible}.admin-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-section-header h2{font-size:1.5rem;color:#fff;margin:0}.admin-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s}.admin-btn-primary{background:#0f8;color:#000}.admin-btn-primary:hover{background:#00cc6a;transform:translateY(-2px)}.admin-btn-secondary{background:#ffffff1a;color:#fff}.admin-btn-secondary:hover{background:#fff3}.admin-btn-danger{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.admin-btn-danger:hover{background:#ef44444d}.admin-btn-small{padding:.5rem 1rem;font-size:.875rem}.admin-list{display:flex;flex-direction:column;gap:1rem}.admin-list-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;transition:all .3s}.admin-list-item:hover{background:#ffffff0d;border-color:#00ff884d}.admin-list-item-content{flex:1}.admin-list-item-content h3{font-size:1.25rem;color:#fff;margin:0 0 .5rem}.admin-list-item-content p{color:#ffffffb3;margin:0 0 .5rem}.admin-list-item-meta{font-size:.875rem;color:#ffffff80}.admin-list-item-actions{display:flex;gap:.5rem}.admin-edit-form{background:#ffffff05;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:2rem}.admin-edit-form h3{font-size:1.5rem;color:#0f8;margin-bottom:2rem}.admin-form-group{margin-bottom:1.5rem}.admin-form-group label{display:block;font-size:.95rem;font-weight:500;color:#fffc;margin-bottom:.5rem}.admin-form-guide{background:#00ff881a;border:1px solid rgba(0,255,136,.3);border-radius:8px;padding:1rem 1.5rem;margin-bottom:2rem}.admin-form-guide p{margin:.5rem 0;color:#ffffffe6;font-size:.9rem;line-height:1.6}.admin-form-guide p:first-child{margin-top:0;font-size:1rem;color:#0f8}.admin-form-guide p:last-child{margin-bottom:0}.admin-form-hint{font-size:.85rem;color:#ffffff80;margin:-.25rem 0 .75rem;font-style:italic;line-height:1.5}.admin-form-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.admin-form-group-header label{margin-bottom:0}.admin-form-group input,.admin-form-group textarea{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:.95rem;font-family:inherit;transition:all .3s}.admin-form-group input:focus,.admin-form-group textarea:focus{outline:none;border-color:#0f8;background:#ffffff14}.admin-form-group textarea{resize:vertical;min-height:80px}.admin-form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.admin-array-item{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center}.admin-array-item input{flex:1;margin-bottom:0}.admin-array-item button{flex-shrink:0}.admin-feature-item{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;margin-bottom:1rem}.admin-feature-item input,.admin-feature-item textarea{margin-bottom:.5rem}.admin-feature-item button{margin-top:.5rem}.admin-troubleshooting-item{background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;margin-bottom:1rem}.admin-troubleshooting-item select{width:100%;padding:.75rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#fff;font-size:.95rem;font-family:inherit;transition:all .3s}.admin-troubleshooting-item select:focus{outline:none;border-color:#0f8;background:#ffffff14}.admin-troubleshooting-item select option{background:#1a1a1a;color:#fff}.admin-empty-message{color:#ffffff80;font-size:.9rem;font-style:italic;padding:1rem;background:#ffffff05;border-radius:6px;margin-bottom:.5rem}.admin-form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.admin-profile-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-profile-section:last-child{border-bottom:none}.admin-profile-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.admin-profile-section-header h3{font-size:1.25rem;color:#fff;margin:0}.admin-profile-list{display:flex;flex-direction:column;gap:.75rem}.admin-profile-item{display:grid;grid-template-columns:2fr 1fr auto;gap:.75rem;align-items:center;padding:.75rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:6px}.admin-profile-item input{padding:.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:4px;color:#fff;font-size:.9rem}.admin-profile-item input:focus{outline:none;border-color:#0f8;background:#ffffff14}@media (max-width: 768px){.admin-panel{padding:1rem}.admin-title{font-size:2rem}.admin-tabs{flex-direction:column}.admin-section-header{flex-direction:column;align-items:flex-start;gap:1rem}.admin-form-row{grid-template-columns:1fr}.admin-list-item{flex-direction:column;align-items:flex-start;gap:1rem}.admin-list-item-actions{width:100%;justify-content:flex-end}.admin-profile-item{grid-template-columns:1fr}}.admin-panel::-webkit-scrollbar{width:8px}.admin-panel::-webkit-scrollbar-track{background:#0a0a0a}.admin-panel::-webkit-scrollbar-thumb{background:#00ff8880;border-radius:4px}.admin-panel::-webkit-scrollbar-thumb:hover{background:#00ff88b3}.admin-collapsible-section{margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}.admin-collapsible-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#ffffff08;border:none;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s}.admin-collapsible-header:hover{background:#ffffff0d}.admin-collapsible-header svg{color:#fff9;transition:transform .3s}.admin-collapsible-content{padding:1.5rem;background:#ffffff03}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.admin-modal-content{background:#1a1a1a;border-radius:12px;max-width:1200px;width:100%;max-height:90vh;overflow-y:auto;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080}.admin-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}.admin-modal-header h2{font-size:1.5rem;color:#0f8;margin:0}.admin-modal-close{background:transparent;border:none;color:#fff9;font-size:1.5rem;cursor:pointer;padding:.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s}.admin-modal-close:hover{background:#ffffff1a;color:#fff}.admin-modal-body{padding:2rem}.admin-modal-body .project-card{margin:0}.admin-loading{text-align:center;padding:3rem;color:#fff9;font-size:1.1rem}.admin-list-item-actions{display:flex;gap:.5rem;align-items:center}.admin-list-item-actions button{display:flex;align-items:center;gap:.5rem}.admin-order-controls{display:flex;gap:.25rem;margin-right:.5rem}.admin-btn-icon{padding:.5rem;min-width:36px;display:flex;align-items:center;justify-content:center;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2)}.admin-btn-icon:hover:not(:disabled){background:#0f83;border-color:#0f8;color:#0f8}.admin-btn-icon:disabled{opacity:.3;cursor:not-allowed}.tc-1{color:#fff}.App{width:100vw;height:100vh;display:flex;overflow:hidden}.main-content{display:flex;flex-direction:row;width:calc(100vw - 200px);height:100vh;margin-left:200px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;scroll-snap-stop:always;-webkit-overflow-scrolling:touch;scroll-padding:0}.main-content::-webkit-scrollbar{height:8px}.main-content::-webkit-scrollbar-track{background:#0a0a0a}.main-content::-webkit-scrollbar-thumb{background:#0f8;border-radius:4px}.main-content::-webkit-scrollbar-thumb:hover{background:#00cc6a}section{height:100vh;min-width:calc(100vw - 200px);width:calc(100vw - 200px);padding:80px 0;position:relative;flex-shrink:0;scroll-snap-align:start;scroll-snap-stop:always;scroll-margin:0;border-right:2px solid rgba(0,255,136,.1);overflow-y:auto;overflow-x:hidden;box-sizing:border-box}section::-webkit-scrollbar{width:6px}section::-webkit-scrollbar-track{background:transparent}section::-webkit-scrollbar-thumb{background:#00ff884d;border-radius:3px}section::-webkit-scrollbar-thumb:hover{background:#00ff8880}section:last-child{border-right:none}.container{max-width:1400px;margin:0 auto;padding:0 60px;width:100%;box-sizing:border-box}@media (max-width: 1024px){.main-content{width:calc(100vw - 180px);height:100vh;margin-left:180px}section{height:100vh;min-width:calc(100vw - 180px);width:calc(100vw - 180px)}.container{padding:0 40px}}@media (max-width: 480px){html{scroll-padding-top:60px}.App{padding-top:60px}section{padding:60px 0}.container{padding:0 20px}.section-title{font-size:1.5rem;margin-bottom:1.5rem}}@media (max-width: 480px){section{padding:50px 0;overflow-x:auto;display:flex;flex-wrap:nowrap}.container{padding:0 20px;display:flex;flex-wrap:nowrap;gap:16px}.project-card{flex:0 0 auto;width:330px;box-sizing:border-box}}@media (max-width: 768px){html{scroll-behavior:smooth;scroll-snap-type:y mandatory;overflow-x:hidden}.App{flex-direction:column;height:auto;min-height:calc(var(--vh, 1vh) * 100);overflow:visible;width:100%;position:relative}.main-content{width:100%;margin-left:0;margin-top:60px;height:auto;min-height:calc(var(--vh, 1vh) * 100);flex-direction:column;overflow:visible;position:relative}section{min-height:100vh;height:auto;min-width:100%;width:100%;max-width:100vw;overflow:visible;scroll-snap-align:start;scroll-snap-stop:always;scroll-margin-top:60px;padding:80px 0 60px;margin-bottom:0;box-sizing:border-box;display:flex;flex-direction:column;position:relative}section:first-child{padding-top:10px;margin-top:-70px;min-height:100vh}section#about{margin-top:-40px}.container{padding:0 24px;max-width:100%;flex:1;display:flex;flex-direction:column;width:100%;box-sizing:border-box;overflow:visible}.hero-container{padding:0 24px;width:100%;max-width:100%;box-sizing:border-box;overflow:visible}.navigation{position:fixed;top:0;left:0;right:0;width:100%;height:60px;z-index:1000;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1)}}.section-title{font-size:3rem;font-weight:700;margin-bottom:3rem;text-align:left;color:var(--text-primary);position:relative}@media (max-width: 768px){.section-title{font-size:1.75rem;margin-bottom:2rem;line-height:1.3}}@media (max-width: 480px){.section-title{font-size:1.5rem;margin-bottom:1.5rem}section{padding:50px 0}.container{padding:0 20px}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--secondary-color: #8b5cf6;--text-primary: #ffffff;--text-secondary: rgba(255, 255, 255, .7);--bg-primary: #000000;--bg-secondary: #0a0a0a;--bg-dark: #111827;--border-color: rgba(255, 255, 255, .1)}html{scroll-behavior:smooth;height:100%;overflow:hidden}body{font-family:-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;color:var(--text-primary);background-color:var(--bg-primary);line-height:1.6;overflow:hidden;height:100vh;width:100vw}@media (max-width: 768px){html{overflow:visible;height:auto;min-height:100%}body{overflow-x:hidden;overflow-y:auto;height:auto;min-height:100vh;width:100%;position:relative;-webkit-overflow-scrolling:touch}}a{text-decoration:none;color:inherit}button{border:none;background:none;cursor:pointer;font-family:inherit}
