.sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);z-index:998;display:none;transition:opacity .3s ease}.sidebar-overlay.open{display:block}.sidebar{position:fixed;top:0;left:0;width:320px;height:100vh;background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);border-right:1px solid rgba(255,255,255,.1);overflow-y:auto;z-index:999;transform:translate(0);transition:transform .4s cubic-bezier(.25,.46,.45,.94);box-shadow:2px 0 15px #0000004d}.sidebar-visible{transform:translate(0)!important}.sidebar.open{transform:translate(0)}.close-btn{position:absolute;top:1rem;right:1rem;background:transparent;border:none;color:#9ca3af;cursor:pointer;padding:.75rem;border-radius:12px;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px;z-index:1000}.collapse-btn{position:absolute;top:1rem;right:-20px;background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);border:1px solid rgba(74,222,128,.3);color:#4ade80;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:36px;height:36px;z-index:1001;box-shadow:0 4px 15px #0000004d}.collapse-btn:hover{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;transform:scale(1.1);box-shadow:0 6px 20px #4ade8066}.close-btn:hover{color:#fff;background:rgba(255,255,255,.1);transform:scale(1.05)}.sidebar-content.collapsed{opacity:.3;transform:scale(.95);transition:all .3s ease}.sidebar.collapsed:hover .sidebar-content.collapsed{opacity:.7;transform:scale(.98)}.sidebar-content{padding:2rem;display:flex;flex-direction:column;gap:2rem}.profile-section{text-align:center}.profile-image{width:120px;height:120px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:3px solid #4ade80;box-shadow:0 0 20px #4ade804d;position:relative;transition:all .3s ease}.profile-image:hover{transform:scale(1.05);box-shadow:0 0 30px #4ade8080}.profile-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .3s ease}.profile-image:hover img{transform:scale(1.1)}.avatar-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#4ade80,#22c55e);display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.name{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.5rem}.title{color:#9ca3af;font-size:.9rem;line-height:1.4}.info-section{display:flex;flex-direction:column;gap:1rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.info-item{display:flex;justify-content:space-between;align-items:center}.info-item strong{color:#fff;font-weight:500;font-size:.9rem}.info-item span{color:#9ca3af;font-size:.9rem}.languages-section h3,.tech-stack h3{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.language-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.language-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.language-circle{width:50px;height:50px;border-radius:50%;border:2px solid #374151;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#9ca3af;transition:all .3s ease}.language-circle.active{border-color:#4ade80;background:rgba(74,222,128,.1);color:#4ade80}.language-circle .lang-icon{font-size:.7rem;font-weight:700}.language-circle .percentage{font-size:.7rem;color:#4ade80}.language-item span{font-size:.8rem;color:#9ca3af;text-align:center}.tech-stack{display:flex;flex-direction:column;gap:1rem}.tech-item{display:flex;flex-direction:column;gap:.5rem}.tech-info{display:flex;justify-content:space-between;align-items:center}.tech-name{color:#fff;font-size:.9rem;font-weight:500}.tech-percentage{color:#4ade80;font-size:.9rem;font-weight:600}.progress-bar{height:6px;background:#374151;border-radius:3px;overflow:hidden}.progress{height:100%;background:linear-gradient(90deg,#4ade80,#22c55e);border-radius:3px;transition:width 1s ease}.contact-section{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.contact-item{display:flex;flex-direction:column;gap:.25rem}.contact-item strong{color:#fff;font-size:.9rem;font-weight:600}.contact-item span{color:#9ca3af;font-size:.85rem}.download-cv{display:flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.download-cv:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4ade804d}.social-links{display:flex;justify-content:center;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:#9ca3af;text-decoration:none;transition:all .3s ease}.social-links a:hover{background:rgba(74,222,128,.1);border-color:#4ade80;color:#4ade80;transform:translateY(-2px)}@media (min-width: 769px) and (max-width: 1024px){.sidebar{width:280px}.profile-image{width:100px;height:100px}.name{font-size:1.3rem}.title{font-size:.85rem}.sidebar-content{padding:1.5rem;gap:1.5rem}.tech-name,.tech-percentage{font-size:.85rem}}@media (min-width: 1400px){.sidebar{width:360px}.profile-image{width:140px;height:140px}.name{font-size:1.6rem}.title{font-size:1rem}.sidebar-content{padding:2.5rem;gap:2.5rem}}@media (min-width: 769px){.sidebar{position:fixed;transform:translate(0);display:block}.sidebar.collapsed{transform:translate(-260px);transition:transform .5s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 25px #4ade801a}.sidebar.collapsed:hover{transform:translate(-200px);transition:transform .3s ease;box-shadow:4px 0 30px #4ade8033}.close-btn{display:none}.sidebar-overlay{display:none!important}}@media (max-width: 768px){.sidebar{width:100%;max-width:380px;box-shadow:2px 0 20px #00000080;transform:translate(-100%);transition:transform .4s cubic-bezier(.25,.46,.45,.94)}.sidebar.open{transform:translate(0)}.sidebar-overlay{display:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(0,0,0,.6);transition:opacity .3s ease}.sidebar-overlay.open{display:block;opacity:1}.close-btn{display:flex;top:.75rem;right:.75rem;width:44px;height:44px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.collapse-btn{display:none}.sidebar-content{padding:3.5rem 1rem 1rem;gap:1.5rem}.profile-section{padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.profile-image{width:90px;height:90px;margin-bottom:.75rem}.name{font-size:1.25rem;margin-bottom:.25rem}.title{font-size:.8rem;line-height:1.3}.info-section{gap:.75rem;padding-bottom:.75rem}.info-item{flex-direction:column;align-items:flex-start;gap:.25rem}.info-item strong{font-size:.8rem}.info-item span{font-size:.75rem;color:#a1a1aa}.languages-section h3,.tech-stack h3{font-size:1rem;margin-bottom:.75rem}.language-grid{gap:.75rem}.language-circle{width:40px;height:40px;font-size:.7rem}.language-item span{font-size:.75rem}.tech-stack{gap:.6rem}.tech-item{gap:.3rem}.tech-name,.tech-percentage{font-size:.8rem}.progress-bar{height:4px}.contact-section{gap:.75rem;padding-top:.75rem}.contact-item strong{font-size:.8rem}.contact-item span{font-size:.75rem}.download-cv{padding:.6rem 1.25rem;font-size:.8rem;margin-top:.25rem}.social-links{gap:.75rem}.social-links a{width:36px;height:36px}}.header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 3rem;background:rgba(10,10,10,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;z-index:100;margin-bottom:0;box-shadow:0 2px 20px #0000001a}.header-brand{display:none;align-items:center;gap:.5rem;font-weight:700;font-size:1.2rem}.brand-text{color:#fff;font-family:Inter,sans-serif}.brand-accent{color:#4ade80;font-weight:600}.nav{display:flex;gap:1.5rem}.nav-btn{background:transparent;border:none;color:#9ca3af;padding:.875rem 1.75rem;border-radius:12px;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .3s ease;position:relative;min-width:auto}.nav-btn:hover{color:#4ade80;background:rgba(74,222,128,.1)}.nav-btn.active{color:#4ade80;background:rgba(74,222,128,.15)}.nav-btn.active:after{content:"";position:absolute;bottom:-1px;left:50%;transform:translate(-50%);width:20px;height:2px;background:#4ade80;border-radius:1px}.menu-toggle{background:linear-gradient(135deg,rgba(74,222,128,.1),rgba(34,197,94,.05));border:1px solid rgba(74,222,128,.3);color:#4ade80;cursor:pointer;padding:.75rem;border-radius:12px;transition:all .3s cubic-bezier(.25,.46,.45,.94);width:44px;height:44px;display:none;align-items:center;justify-content:center;box-shadow:0 2px 10px #4ade8033}.menu-toggle:hover{background:linear-gradient(135deg,rgba(74,222,128,.2),rgba(34,197,94,.1));border-color:#4ade80;transform:translateY(-2px);box-shadow:0 4px 15px #4ade804d}.menu-toggle:active{transform:translateY(0);box-shadow:0 2px 8px #4ade8033}@media (max-width: 480px){.header{padding:.75rem 1rem;gap:.5rem}.header-brand{font-size:1rem;display:flex}.nav{display:none}.menu-toggle{display:flex;width:40px;height:40px;padding:.6rem;flex-shrink:0}}@media (min-width: 481px) and (max-width: 768px){.header{justify-content:space-between;padding:1rem 1.5rem;background:rgba(10,10,10,.95);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(74,222,128,.2)}.header-brand{display:flex}.nav{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex:1;justify-content:center;padding:0 1rem;max-width:60%}.nav::-webkit-scrollbar{display:none}.nav-btn{padding:.6rem 1rem;font-size:.85rem;white-space:nowrap;border-radius:10px;font-weight:500;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-btn:hover{background:rgba(74,222,128,.15);border-color:#4ade8066;transform:translateY(-1px)}.nav-btn.active{background:rgba(74,222,128,.2);border-color:#4ade80;color:#4ade80}.menu-toggle{display:flex;flex-shrink:0}}@media (min-width: 769px) and (max-width: 1024px){.header{padding:1.5rem 2.5rem;justify-content:center;position:relative}.header-brand{display:none}.nav{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap}.nav-btn{padding:.8rem 1.5rem;font-size:.9rem;min-width:auto;white-space:nowrap}.menu-toggle{display:none}}.home{min-height:100vh}.contact-cta-section{background:rgba(74,222,128,.1);border-bottom:1px solid rgba(74,222,128,.2);padding:1rem 4rem}.contact-cta-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.contact-info{display:flex;gap:2rem}.contact-item{display:flex;align-items:center;gap:.5rem;color:#9ca3af;font-size:.9rem}.contact-item svg{color:#4ade80}.contact-button{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4ade804d}.contact-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4ade8066}.hero-section{display:flex;align-items:center;justify-content:space-between;min-height:50vh;padding:3rem 4rem;background:linear-gradient(135deg,#0a0a0a 0%,#1a1a1a 100%);position:relative;overflow:hidden;margin-top:0}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%,rgba(74,222,128,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(74,222,128,.05) 0%,transparent 50%);pointer-events:none}.hero-content{flex:1;max-width:600px;z-index:2}.hero-title{font-size:2.5rem;font-weight:700;color:#fff;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(135deg,#ffffff 0%,#e5e7eb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.1rem;color:#9ca3af;margin-bottom:2rem;line-height:1.4;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.highlight{color:#4ade80;font-weight:600}.cta-button{display:inline-flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4ade804d}.cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4ade8066}.hero-illustration{flex:1;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.floating-elements{position:relative;width:250px;height:250px}.code-window{position:absolute;top:20px;left:50px;width:120px;height:80px;background:linear-gradient(135deg,#1e293b,#334155);border-radius:8px;border:1px solid rgba(74,222,128,.3);box-shadow:0 8px 25px #4ade8033}.code-window:before{content:"";position:absolute;top:8px;left:8px;right:8px;height:2px;background:#4ade80;border-radius:1px}.code-window:after{content:"";position:absolute;top:16px;left:8px;right:8px;bottom:8px;background:repeating-linear-gradient(transparent,transparent 4px,rgba(74,222,128,.2) 4px,rgba(74,222,128,.2) 6px)}.laptop-3d{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:140px;background:linear-gradient(135deg,#374151,#4b5563);border-radius:12px;border:2px solid rgba(74,222,128,.4);box-shadow:0 15px 35px #0000004d;perspective:1000px}.laptop-3d:before{content:"";position:absolute;top:8px;left:8px;right:8px;bottom:25px;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:6px;border:1px solid rgba(74,222,128,.2)}.laptop-3d:after{content:"";position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:40px;height:8px;background:#374151;border-radius:4px}.floating-icons{position:absolute;top:50px;right:30px;width:100px;height:150px;background:conic-gradient(from 0deg,rgba(74,222,128,.3),rgba(34,197,94,.2),rgba(74,222,128,.3));border-radius:50%;filter:blur(30px)}.stats-section{padding:4rem;background:rgba(0,0,0,.3);border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.stat-item{text-align:center;padding:2rem;background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.1);border-radius:16px;transition:all .3s ease;cursor:pointer}.stat-item:hover{background:rgba(74,222,128,.05);border-color:#4ade804d;transform:translateY(-5px)}.stat-number{display:block;font-size:3rem;font-weight:700;color:#4ade80;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#9ca3af;font-weight:500}.case-studies-section{padding:5rem 4rem;max-width:1200px;margin:0 auto}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:1rem}.section-header p{color:#9ca3af;font-size:1.1rem}.case-studies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.case-study-card{background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden;transition:all .3s ease}.case-study-card:hover{border-color:#4ade804d;background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%)}.case-study-image img{width:100%;height:200px;object-fit:cover}.case-study-content{padding:1.5rem}.case-study-content h3{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:1rem}.case-study-section{margin-bottom:1.5rem}.case-study-section h4{font-size:1rem;font-weight:600;color:#4ade80;margin-bottom:.5rem}.case-study-section p{color:#9ca3af;line-height:1.6;font-size:.95rem;margin-bottom:.5rem}.metrics-list{list-style:none;padding:0;margin:.5rem 0}.metrics-list li{color:#4ade80;font-size:.9rem;margin-bottom:.25rem;position:relative;padding-left:1rem}.metrics-list li:before{content:"•";position:absolute;left:0;color:#4ade80}.technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.tech-tag{background:rgba(74,222,128,.1);color:#4ade80;padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.cta-section{text-align:center;margin-top:2rem}.secondary-cta-button{display:inline-flex;align-items:center;gap:.75rem;background:transparent;color:#4ade80;border:2px solid #4ade80;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.secondary-cta-button:hover{background:rgba(74,222,128,.1);transform:translateY(-2px);box-shadow:0 8px 25px #4ade8033}.expertise-section{padding:5rem 4rem;max-width:1200px;margin:0 auto}.expertise-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:3rem}.expertise-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.expertise-card{background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease;cursor:pointer}.expertise-card:hover{border-color:#4ade804d;background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%)}.expertise-card h3{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:1rem}.expertise-card p{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.rating{display:flex;gap:.25rem}.reviews-section{padding:5rem 4rem;background:rgba(0,0,0,.3);max-width:1200px;margin:0 auto}.reviews-section h2{text-align:center;font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:3rem}.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.review-card{background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease}.review-card:hover{border-color:#4ade804d;background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%)}.review-card h4{font-size:1.2rem;font-weight:600;color:#fff;margin-bottom:.5rem}.company{color:#4ade80;font-size:.9rem;font-weight:500;margin-bottom:1rem}.review-text{color:#9ca3af;line-height:1.6;font-style:italic;font-size:.95rem}@media (min-width: 769px) and (max-width: 1024px){.contact-cta-content{flex-direction:column;gap:1rem;text-align:center}.contact-info{justify-content:center}.hero-section{padding:2.5rem 3rem;min-height:55vh}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.floating-elements{width:200px;height:200px}.stats-section{padding:3rem}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}.stat-item{padding:1.5rem}.stat-number{font-size:2.5rem}.case-studies-section{padding:4rem 3rem}.case-studies-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.expertise-section{padding:4rem 3rem}.expertise-section h2{font-size:2.2rem}.expertise-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.expertise-card{padding:1.5rem}.expertise-card h3{font-size:1.2rem}.expertise-card p{font-size:.9rem}.reviews-section{padding:4rem 3rem}.reviews-section h2{font-size:2.2rem}.reviews-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.review-card{padding:1.5rem}}@media (min-width: 1025px) and (max-width: 1200px){.hero-section{padding:2.5rem}.expertise-grid,.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.contact-cta-content{flex-direction:column;gap:1rem;text-align:center}.contact-info{flex-direction:column;gap:.5rem}.hero-section{flex-direction:column;text-align:center;padding:2rem;min-height:60vh}.hero-content{max-width:100%;margin-bottom:2rem}.floating-elements{width:220px;height:220px}}@media (max-width: 768px){.contact-cta-section{padding:1rem}.hero-section{padding:1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.floating-elements{width:200px;height:200px}.stats-section{padding:2.5rem 1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.case-studies-section{padding:3rem 1.5rem}.case-studies-grid,.expertise-grid,.reviews-grid{grid-template-columns:1fr}.expertise-section,.reviews-section{padding:3rem 1.5rem}.expertise-section h2,.reviews-section h2{font-size:2rem}}@media (max-width: 480px){.hero-section{padding:1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.stats-grid{grid-template-columns:1fr}.stat-number{font-size:2.5rem}.case-study-content{padding:1rem}}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:rgba(74,222,128,.1);color:#4ade80;transition:all .3s ease}.social-link:hover{background:rgba(74,222,128,.2);transform:translateY(-2px)}.case-study-links{display:flex;gap:1rem;margin-top:1rem}.link-button{display:inline-flex;align-items:center;gap:.5rem;background:rgba(74,222,128,.1);color:#4ade80;border:1px solid rgba(74,222,128,.3);padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s ease}.link-button:hover{background:rgba(74,222,128,.2);transform:translateY(-2px)}.skills{min-height:100vh;padding:2rem 3rem;max-width:1400px;margin:0 auto}.skills-header{text-align:center;margin-bottom:4rem;padding:2rem 0}.skills-header h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#ffffff 0%,#4ade80 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.skills-header p{font-size:1.2rem;color:#9ca3af;max-width:700px;margin:0 auto;line-height:1.6}.summary-section{background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(74,222,128,.2);border-radius:20px;padding:3rem;margin-bottom:4rem;position:relative;overflow:hidden}.summary-section:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#4ade80,#22c55e)}.summary-content h2{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:1.5rem;text-align:center}.summary-text{text-align:center;margin-bottom:2.5rem}.experience{font-size:1.3rem;color:#4ade80;font-weight:600;margin-bottom:1rem;line-height:1.5}.expertise{font-size:1.1rem;color:#e5e7eb;line-height:1.6}.achievements h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1.5rem;text-align:center}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.achievement-item{display:flex;align-items:center;gap:1rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease;cursor:pointer}.achievement-item:hover{background:rgba(74,222,128,.05);border-color:#4ade804d}.achievement-bullet{color:#4ade80;font-size:1.2rem;font-weight:700;flex-shrink:0}.achievement-item span:last-child{color:#e5e7eb;font-size:.95rem;line-height:1.4}.skills-grid-section{margin-bottom:4rem}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.skill-category{background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2rem;transition:all .3s ease;cursor:pointer}.skill-category:hover{border-color:#4ade804d;background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%)}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.category-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:rgba(74,222,128,.1);border:2px solid rgba(74,222,128,.3);border-radius:12px;color:#4ade80;transition:all .3s ease}.category-header h3{font-size:1.3rem;font-weight:600;color:#fff}.skills-list{display:flex;flex-direction:column;gap:.75rem}.skill-item{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;transition:all .3s ease;cursor:pointer}.skill-bullet{color:#4ade80;font-size:1.2rem;font-weight:700;width:16px;flex-shrink:0}.skill-item span:last-child{color:#e5e7eb;font-size:.95rem;font-weight:500}.skill-item:hover span:last-child{color:#4ade80}.technical-proficiency{text-align:center}.technical-proficiency h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:3rem}.proficiency-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.proficiency-item{background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease;text-align:left}.proficiency-item:hover{border-color:#4ade804d;background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%);transform:translateY(-5px);box-shadow:0 15px 30px #4ade801a}.proficiency-item h4{font-size:1.3rem;font-weight:600;color:#4ade80;margin-bottom:1rem}.proficiency-item p{color:#9ca3af;line-height:1.6;font-size:.95rem}@media (max-width: 1024px){.skills{padding:2rem}.skills-grid{grid-template-columns:1fr}.summary-section{padding:2rem}}@media (max-width: 768px){.skills{padding:1.5rem}.skills-header h1{font-size:2.5rem}.skills-header p{font-size:1.1rem}.summary-content h2{font-size:2rem}.experience{font-size:1.2rem}.expertise{font-size:1rem}.achievements-grid{grid-template-columns:1fr}.technical-proficiency h2{font-size:2rem}.proficiency-grid{grid-template-columns:1fr}}@media (max-width: 480px){.skills{padding:1rem}.skills-header h1{font-size:2rem}.summary-section{padding:1.5rem}.summary-content h2{font-size:1.8rem}.skill-category{padding:1.5rem}.category-header{flex-direction:column;text-align:center;gap:.5rem}.proficiency-item{padding:1.5rem}}.portfolio{min-height:100vh;padding:2rem 3rem;max-width:1400px;margin:0 auto}.portfolio-header{text-align:center;margin-bottom:4rem;padding:2rem 0}.portfolio-header h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#ffffff 0%,#4ade80 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.portfolio-header p{font-size:1.2rem;color:#9ca3af;max-width:600px;margin:0 auto;line-height:1.6}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem;margin-bottom:5rem}.project-card{background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:20px;overflow:hidden;transition:all .3s ease;cursor:pointer}.project-card:hover{border-color:#4ade804d;background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%)}.project-image{position:relative;height:320px;overflow:hidden;border-radius:16px 16px 0 0}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.video-container{position:relative;width:100%;height:100%;overflow:hidden}.project-video,.video-thumbnail{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.project-card:hover .project-video,.project-card:hover .video-thumbnail{transform:scale(1.1)}.video-play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:linear-gradient(135deg,rgba(74,222,128,.9),rgba(34,197,94,.9));border:none;border-radius:50%;width:70px;height:70px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 8px 32px #4ade8066;border:3px solid rgba(255,255,255,.2)}.video-play-button:hover{background:linear-gradient(135deg,#4ade80,#22c55e);box-shadow:0 12px 40px #4ade8099;transform:translate(-50%,-50%) scale(1.15);border-color:#fff6}.video-play-button:active{transform:translate(-50%,-50%) scale(1.05);box-shadow:0 6px 24px #4ade8080}.video-container.playing{box-shadow:0 0 20px #4ade804d}.video-container.playing .video-play-button{background:rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:2px solid rgba(74,222,128,.5)}.video-thumbnail:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,rgba(74,222,128,.1),transparent);opacity:0;transition:opacity .3s ease}.video-container:hover .video-thumbnail:before{opacity:1}.project-card:hover .project-image img{transform:scale(1.1)}.project-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(0,0,0,.6) 0%,rgba(0,0,0,.8) 100%);display:flex;align-items:flex-end;justify-content:flex-end;padding:1.5rem;opacity:0;transition:all .4s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.project-card:hover .project-overlay{opacity:1;transform:translateY(0)}.project-links{display:flex;gap:1rem;flex-direction:row;align-items:center}.project-links a{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:rgba(74,222,128,.15);border:2px solid rgba(74,222,128,.6);border-radius:12px;color:#4ade80;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 4px 20px #4ade8033}.project-links a:hover{background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;transform:translateY(-2px) scale(1.05);border-color:#4ade80;box-shadow:0 8px 25px #4ade8066}.project-content{padding:2rem}.project-content h3{font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:1rem;line-height:1.3}.project-meta{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem;font-size:.9rem}.category{color:#4ade80;font-weight:500}.role{color:#9ca3af;font-weight:500}.project-content p{color:#9ca3af;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:rgba(74,222,128,.1);border:1px solid rgba(74,222,128,.3);color:#4ade80;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;transition:all .3s ease;cursor:pointer}.tech-tag:hover{background:rgba(74,222,128,.2);border-color:#4ade80;transform:translateY(-1px)}.additional-work{text-align:center;padding:3rem 0;border-top:1px solid rgba(255,255,255,.1)}.additional-work h2{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:2rem}.work-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.highlight-item{background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease;cursor:pointer}.highlight-item:hover{border-color:#4ade804d;background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%);transform:translateY(-5px)}.highlight-item h4{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:1rem}.highlight-item p{color:#9ca3af;line-height:1.6;font-size:.95rem}@media (max-width: 1024px){.portfolio{padding:2rem}.portfolio-grid{grid-template-columns:1fr;gap:2.5rem}.project-image{height:280px}}@media (max-width: 768px){.portfolio{padding:1.5rem}.portfolio-header h1{font-size:2.5rem}.portfolio-header p{font-size:1.1rem}.project-content{padding:1.5rem}.project-content h3{font-size:1.3rem}.project-image{height:240px}.video-play-button{width:60px;height:60px}.project-links a{width:44px;height:44px}.work-highlights{grid-template-columns:1fr;gap:1.5rem}.additional-work h2{font-size:2rem}}@media (max-width: 480px){.portfolio{padding:1rem}.portfolio-header{margin-bottom:2rem}.portfolio-header h1{font-size:2rem}.portfolio-header p{font-size:1rem}.project-image{height:220px}.project-content{padding:1rem}.project-meta{font-size:.8rem}.tech-tag{font-size:.7rem;padding:.3rem .6rem}.video-play-button{width:55px;height:55px}.project-links{gap:.75rem}.project-links a{width:40px;height:40px}}.background{min-height:100vh;padding:2rem 3rem;max-width:1400px;margin:0 auto}.background-header{text-align:center;margin-bottom:4rem;padding:2rem 0}.background-header h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#ffffff 0%,#4ade80 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.background-header p{font-size:1.2rem;color:#9ca3af;max-width:600px;margin:0 auto;line-height:1.6}.background-content{display:flex;flex-direction:column;gap:4rem}.section-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(74,222,128,.3)}.section-icon{color:#4ade80;width:28px;height:28px}.section-header h2{font-size:2rem;font-weight:700;color:#fff}.experience-section{width:100%}.timeline{position:relative;padding-left:2rem}.timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#4ade80,rgba(74,222,128,.3))}.timeline-item{position:relative;margin-bottom:3rem;display:flex;align-items:flex-start;gap:2rem}.timeline-marker{position:absolute;left:-2rem;top:0;display:flex;flex-direction:column;align-items:center}.marker-dot{width:16px;height:16px;background:#4ade80;border-radius:50%;border:3px solid #0a0a0a;box-shadow:0 0 0 3px #4ade804d;z-index:2}.marker-line{width:2px;height:100%;background:transparent}.timeline-content{flex:1;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease}.timeline-content:hover{border-color:#4ade804d;background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%)}.company-header{margin-bottom:1.5rem}.company-header h3{font-size:1.5rem;font-weight:600;color:#4ade80;margin-bottom:.5rem}.position{font-size:1.2rem;font-weight:600;color:#fff;display:block;margin-bottom:.5rem}.meta-info{display:flex;gap:2rem;font-size:.9rem;color:#9ca3af}.period{font-weight:500}.location{display:flex;align-items:center;gap:.5rem}.responsibilities{list-style:none;padding:0;margin:0}.responsibilities li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;color:#9ca3af;line-height:1.6;font-size:.95rem}.responsibilities li:before{content:"▸";position:absolute;left:0;color:#4ade80;font-weight:700}.background-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.education-section,.certifications-section{flex:1}.education-card{background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;transition:all .3s ease}.education-card:hover{border-color:#4ade804d;background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%)}.education-card h3{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:1rem;line-height:1.3}.institution{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.95rem}.institution span:first-child{color:#4ade80;font-weight:500}.institution .period{color:#9ca3af;font-weight:500}.education-card p{color:#9ca3af;line-height:1.6;font-size:.95rem}.certifications-grid{display:flex;flex-direction:column;gap:1.5rem}.certification-card{background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1.5rem;transition:all .3s ease}.certification-card:hover{border-color:#4ade804d;background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%)}.cert-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem}.cert-header h4{font-size:1.1rem;font-weight:600;color:#fff;line-height:1.3;flex:1}.cert-year{background:rgba(74,222,128,.2);color:#4ade80;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;margin-left:1rem}.cert-issuer{color:#4ade80;font-size:.9rem;font-weight:500;margin-bottom:.75rem}.certification-card p{color:#9ca3af;line-height:1.5;font-size:.9rem}@media (max-width: 1024px){.background{padding:2rem}.background-grid{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.background{padding:1.5rem}.background-header h1{font-size:2.5rem}.background-header p{font-size:1.1rem}.timeline{padding-left:1.5rem}.timeline-marker{left:-1.5rem}.timeline-content{padding:1.5rem}.company-header h3{font-size:1.3rem}.position{font-size:1.1rem}.meta-info{flex-direction:column;gap:.5rem}.section-header h2{font-size:1.8rem}}@media (max-width: 480px){.background{padding:1rem}.background-header h1{font-size:2rem}.background-header p{font-size:1rem}.timeline{padding-left:1rem}.timeline-marker{left:-1rem}.timeline-content,.certification-card{padding:1rem}.cert-header{flex-direction:column;gap:.5rem}.cert-year{align-self:flex-start;margin-left:0}}.contact{min-height:100vh;padding:2rem 3rem;max-width:1400px;margin:0 auto}.contact-header{text-align:center;margin-bottom:4rem;padding:2rem 0}.contact-header h1{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#ffffff 0%,#4ade80 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-header p{font-size:1.2rem;color:#9ca3af;max-width:600px;margin:0 auto;line-height:1.6}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.contact-info-section{display:flex;flex-direction:column;gap:3rem}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-detail-item{display:flex;align-items:center;gap:1.5rem;padding:1.5rem;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:12px;transition:all .3s ease;cursor:pointer}.contact-detail-item:hover{border-color:#4ade804d;background:linear-gradient(135deg,rgba(74,222,128,.05) 0%,rgba(255,255,255,.02) 100%);transform:translateY(-2px)}.contact-icon{color:#4ade80;width:24px;height:24px;flex-shrink:0}.contact-text{display:flex;flex-direction:column;gap:.25rem}.contact-label{font-size:.9rem;font-weight:600;color:#fff}.contact-value{font-size:.95rem;color:#9ca3af}.social-section{text-align:center}.social-links{display:flex;justify-content:center;gap:1.5rem}.social-link{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:50%;color:#9ca3af;text-decoration:none;transition:all .3s ease;overflow:hidden}.social-link:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#4ade80,#22c55e);opacity:0;transition:opacity .3s ease}.social-link:hover{color:#fff;border-color:#4ade80;transform:translateY(-5px);box-shadow:0 15px 30px #4ade804d}.social-link:hover:before{opacity:1}.social-link svg{position:relative;z-index:2}.social-tooltip{position:absolute;bottom:-35px;left:50%;transform:translate(-50%);background:#1f2937;color:#fff;padding:.5rem .75rem;border-radius:6px;font-size:.8rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease}.social-link:hover .social-tooltip{opacity:1}.contact-form-section{background:linear-gradient(135deg,rgba(255,255,255,.05) 0%,rgba(255,255,255,.02) 100%);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem}.form-header{text-align:center;margin-bottom:2rem}.form-header h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem}.form-header p{color:#9ca3af;font-size:1rem;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.input-container{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:1rem;color:#9ca3af;width:20px;height:20px;z-index:2}.textarea-container .input-icon{top:1rem;align-self:flex-start}.contact-form input,.contact-form textarea{width:100%;padding:1rem 1rem 1rem 3rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#fff;font-size:1rem;transition:all .3s ease;resize:vertical}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#4ade80;background:rgba(74,222,128,.05);box-shadow:0 0 0 2px #4ade8033}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#6b7280}.contact-form textarea{min-height:120px;padding-top:1rem;resize:vertical}.submit-button{display:flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#4ade80,#22c55e);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1rem}.submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #4ade8066}.submit-button:disabled{opacity:.7;cursor:not-allowed}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #ffffff;border-radius:50%}.contact-footer{text-align:center;padding:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-content{display:flex;flex-direction:column;gap:.5rem;color:#9ca3af;font-size:.9rem}.footer-content p{margin:0}.heart{color:#ef4444;font-size:1.2em;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media (max-width: 1024px){.contact{padding:2rem}.contact-content{grid-template-columns:1fr;gap:3rem}}@media (max-width: 768px){.contact{padding:1.5rem}.contact-header h1{font-size:2.5rem}.contact-header p{font-size:1.1rem}.contact-form-section{padding:2rem}.form-header h2{font-size:1.8rem}.social-links{gap:1rem}.social-link{width:50px;height:50px}}@media (max-width: 480px){.contact{padding:1rem}.contact-header h1{font-size:2rem}.contact-header p{font-size:1rem}.contact-form-section{padding:1.5rem}.contact-detail-item{padding:1rem}.contact-text{gap:.125rem}.contact-label{font-size:.8rem}.contact-value{font-size:.85rem}.social-links{flex-wrap:wrap;gap:.75rem}.footer-content{font-size:.8rem}}.app{display:flex;min-height:100vh;background:#0a0a0a}.main-container{flex:1;display:flex;flex-direction:column;margin-left:340px;transition:margin-left .5s cubic-bezier(.4,0,.2,1);min-height:100vh}.main-container.sidebar-collapsed{margin-left:60px}.content{flex:1;padding:0;overflow-y:auto;overflow-x:hidden;margin-left:20px;margin-right:20px}.app-loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background:#0a0a0a;color:#4ade80;font-family:Inter,sans-serif}.spinner{border:4px solid rgba(74,222,128,.3);border-radius:50%;border-top:4px solid #4ade80;width:40px;height:40px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (min-width: 769px) and (max-width: 1024px){.main-container{margin-left:300px;transition:margin-left .5s cubic-bezier(.4,0,.2,1)}.main-container.sidebar-collapsed{margin-left:60px}}@media (min-width: 1400px){.main-container{margin-left:380px}.main-container.sidebar-collapsed{margin-left:60px}}@media (min-width: 769px){.main-container{margin-left:340px}.main-container.sidebar-collapsed{margin-left:60px}}@media (max-width: 768px){.main-container{margin-left:0}}.fade-in{animation:fadeInUp .6s ease-out}.slide-in-left{animation:slideInFromLeft .6s ease-out}.slide-in-right{animation:slideInFromRight .6s ease-out}.floating{animation:float 3s ease-in-out infinite}.pulse{animation:pulse 2s ease-in-out infinite}*{margin:0;padding:0;box-sizing:border-box}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;background-color:#0a0a0a;color:#fff;overflow-x:hidden}#root{min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#4ade80;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#22c55e}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}
