:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.header{background:#fff3;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,255,255,.3);position:sticky;top:0;z-index:1000;padding:.4rem 0;border-radius:0 0 20px 20px;margin:0;box-shadow:0 8px 32px #00000026;width:100%}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box}.logo h2{color:#fff;font-size:1.4rem;font-weight:700;margin:0;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.logo-subtitle{color:#ffffffe6;font-size:.75rem;font-weight:500;display:block;margin-top:-2px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.nav-list{display:flex;list-style:none;gap:.4rem;margin:0;padding:0;background:#ffffff26;border-radius:16px;padding:.3rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);box-shadow:inset 0 2px 4px #0000001a}.nav-item{margin:0}.nav-link{background:none;border:none;color:#ffffffe6;font-size:.95rem;font-weight:600;padding:.4rem 1rem;border-radius:12px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;text-shadow:0 1px 2px rgba(0,0,0,.2);outline:none}.nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .5s}.nav-link:hover:before{left:100%}.nav-link:hover{color:#fff;background:#ffffff40;transform:translateY(-2px);box-shadow:0 8px 16px #00000040}.nav-link.active{color:#fff;background:linear-gradient(135deg,#ffffff4d,#ffffff40);box-shadow:0 8px 20px #0000004d;border:1px solid rgba(255,255,255,.4)}.nav-link.active:after{content:"";position:absolute;bottom:0;left:20%;right:20%;height:2px;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:2px;box-shadow:0 0 10px #3b82f699}.nav-link:focus{outline:none}.nav-link:focus-visible{outline:none}@media (max-width: 768px){.header{padding:.6rem 0;border-radius:0 0 16px 16px}.header-container{padding:0 1rem;flex-direction:column;gap:0;justify-content:center}.logo{display:none}.nav-list{flex-wrap:wrap;justify-content:center;gap:.4rem;padding:.5rem;border-radius:16px}.nav-link{padding:.5rem 1rem;font-size:.75rem;border-radius:12px}}.integrated-chatbot{width:100%;max-width:1200px;margin:0 auto;background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:24px;border:1px solid rgba(255,255,255,.25);overflow:hidden;animation:slideInUp .8s ease-out}@keyframes slideInUp{0%{opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translateZ(0)}}.chatbot-header{display:flex;justify-content:space-between;align-items:center;padding:32px;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-bottom:1px solid rgba(255,255,255,.1)}.chatbot-icon{font-size:3rem;margin-right:20px;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.chatbot-info h2{font-size:2.5rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.chatbot-info p{color:#fffffff2;font-size:1.1rem;margin:8px 0 0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.chatbot-actions{display:flex;flex-direction:column;gap:16px;align-items:flex-end}.chatbot-status{display:flex;align-items:center;gap:8px;color:#4ade80;font-weight:600;background:#4ade801a;padding:8px 16px;border-radius:20px;border:1px solid rgba(74,222,128,.2)}.status-dot{width:8px;height:8px;border-radius:50%;background:#4ade80;animation:pulse 3s infinite}.status-dot.active{box-shadow:0 0 10px #4ade8066}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.chatbot-project-btn{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#3b82f6cc,#1d4ed8cc);color:#fff;border:none;border-radius:16px;padding:12px 20px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #3b82f64d}.chatbot-project-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666;background:linear-gradient(135deg,#3b82f6e6,#1d4ed8e6)}.chatbot-project-btn .btn-icon{font-size:1.2rem;flex-shrink:0}.chatbot-project-btn .btn-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.chatbot-project-btn .btn-title{font-size:.9rem;font-weight:700;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.3)}.chatbot-project-btn .btn-subtitle{font-size:.8rem;opacity:.9;margin:0;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.2)}.chatbot-interface{padding:0}.chat-messages{max-height:500px;overflow-y:auto;padding:32px;display:flex;flex-direction:column;gap:24px;background:#ffffff14}.chat-messages::-webkit-scrollbar{width:6px}.chat-messages::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.chat-messages::-webkit-scrollbar-thumb:hover{background:#ffffff80}.chat-message{display:flex;gap:16px;align-items:flex-start;animation:messageSlideIn .4s ease-out}@keyframes messageSlideIn{0%{opacity:0;transform:translate3d(0,10px,0)}to{opacity:1;transform:translateZ(0)}}.chat-message.user{flex-direction:row-reverse}.message-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2)}.chat-message.user .message-avatar{background:linear-gradient(135deg,#667eea,#764ba2)}.message-content{flex:1;max-width:80%}.chat-message.user .message-content{text-align:right}.message-content p{background:linear-gradient(135deg,#3b82f6cc,#1d4ed8cc);color:#fff;padding:16px 20px;border-radius:20px;margin:0 0 8px;line-height:1.6;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-shadow:0 1px 3px rgba(0,0,0,.6),0 0 1px rgba(0,0,0,.8);font-weight:700;box-shadow:0 4px 12px #3b82f64d}.chat-message.user .message-content p{background:linear-gradient(135deg,#667eea,#764ba2);border:1px solid rgba(255,255,255,.2);color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6),0 0 1px rgba(0,0,0,.8);font-weight:700}.suggested-topics{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.topic-tag{background:#667eea4d;color:#fffffff2;padding:8px 14px;border-radius:16px;font-size:.9rem;font-weight:600;border:1px solid rgba(102,126,234,.4);cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-shadow:0 1px 2px rgba(0,0,0,.3)}.topic-tag:hover{background:#667eea80;transform:translateY(-1px);box-shadow:0 4px 12px #667eea4d;color:#fff}.message-meta{display:flex;align-items:center;gap:12px;font-size:.8rem;color:#fffc;margin-top:4px;text-shadow:0 1px 2px rgba(0,0,0,.2)}.chat-message.user .message-meta{justify-content:flex-end}.message-method{background:#ffffff1a;padding:2px 8px;border-radius:10px;font-size:.75rem;font-weight:500}.message-method.openai{background:#667eea4d;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.2)}.message-method.fallback{background:#fbbf244d;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.2)}.typing-indicator{display:flex;align-items:center;gap:8px;color:#ffffffe6;font-style:italic;text-shadow:0 1px 2px rgba(0,0,0,.2)}.chat-error{margin:0 32px;padding:12px 20px;background:#ef44441a;border:1px solid rgba(239,68,68,.2);border-radius:12px;color:#fca5a5;font-size:.9rem}.chat-input-container{padding:32px;background:#ffffff0d;border-top:1px solid rgba(255,255,255,.1)}.chat-input{display:flex;gap:12px;align-items:center;background:#ffffff1a;border-radius:24px;padding:4px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.chat-input:focus-within{border-color:#667eea80;box-shadow:0 0 0 3px #667eea1a}.chat-input input{flex:1;background:transparent;border:none;outline:none;padding:16px 20px;color:#fffffff2;font-size:1rem;placeholder-color:rgba(255,255,255,.6);text-shadow:0 1px 2px rgba(0,0,0,.2)}.send-btn{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;width:48px;height:48px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-size:1.2rem;font-weight:700}.send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 16px #667eea66}.send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.input-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding:0 4px}.char-count{font-size:.8rem;color:#ffffffb3;text-shadow:0 1px 2px rgba(0,0,0,.2)}.ai-badge{font-size:.8rem;color:#ffffffe6;background:#667eea33;padding:4px 12px;border-radius:12px;border:1px solid rgba(102,126,234,.3);text-shadow:0 1px 2px rgba(0,0,0,.2)}.spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.integrated-chatbot{margin:0 16px;border-radius:16px}.chatbot-header{padding:24px;flex-direction:column;gap:20px;text-align:center}.chatbot-info h2{font-size:2rem}.chatbot-actions{flex-direction:row;align-items:center;justify-content:center;gap:12px}.chatbot-project-btn{padding:10px 16px}.chatbot-project-btn .btn-title{font-size:.85rem}.chatbot-project-btn .btn-subtitle{font-size:.75rem}.chat-messages{padding:24px;max-height:400px}.chat-input-container{padding:24px}.suggested-topics{flex-direction:column}.topic-tag{text-align:center}}@media (max-width: 480px){.chatbot-header{padding:20px}.chatbot-info h2{font-size:1.8rem}.chatbot-actions{flex-direction:column;gap:12px}.chatbot-project-btn{padding:8px 12px;width:100%;justify-content:center}.chat-messages{padding:20px;gap:16px}.chat-input-container{padding:20px}.message-content{max-width:90%}}.matrix-bg{position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(135deg,var(--bg-gradient-start) 0%,var(--bg-gradient-end) 100%);overflow:hidden}.matrix-bg:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 50%,rgba(59,130,246,.08) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(29,78,216,.08) 0%,transparent 50%),radial-gradient(circle at 40% 80%,rgba(59,130,246,.08) 0%,transparent 50%);animation:matrixFloat 30s ease-in-out infinite}@keyframes matrixFloat{0%,to{transform:translateZ(0) rotate(0)}33%{transform:translate3d(20px,-20px,0) rotate(.5deg)}66%{transform:translate3d(-15px,15px,0) rotate(-.5deg)}}.home{padding:1rem 0;position:relative;z-index:1}@media (max-width: 768px){.home{overflow-x:hidden}.profile-info{width:100%;max-width:100%;text-align:center}.description br{display:block;margin:.5rem 0}.profile-showcase>*+*{margin-top:2rem}}.profile-showcase{display:flex;flex-direction:column;gap:2rem;animation:fadeInUp 1s ease-out .2s both}@keyframes fadeInUp{0%{transform:translate3d(0,30px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.profile-main{display:flex;justify-content:center;background:#ffffff1f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:25px;padding:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px #0003;position:relative;overflow:hidden;width:100%}.profile-main:before{display:none}.profile-info{text-align:center;color:#fff;position:relative;z-index:2}.name{font-size:3.5rem;font-weight:700;margin:0 0 .8rem;line-height:1.1;text-shadow:0 3px 6px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;gap:.3rem}.name-primary{background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.name-separator{color:#ffffff4d}.name-secondary{color:#fff;text-shadow:0 0 20px rgba(59,130,246,.6),0 0 40px rgba(59,130,246,.4),0 0 60px rgba(59,130,246,.2),0 3px 6px rgba(0,0,0,.3);position:relative}.name-secondary:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f626,#1d4ed826);border-radius:8px;z-index:-1;filter:blur(10px);animation:blueGlow 3s ease-in-out infinite alternate}@keyframes blueGlow{0%{opacity:.3;transform:scale(.95)}to{opacity:.6;transform:scale(1.05)}}.title{font-size:1.6rem;margin:0 0 1.5rem;display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.role-main{color:#fffffff2;font-weight:600}.role-separator{color:#3b82f6;font-weight:800;font-size:1.8rem;text-shadow:0 0 15px rgba(59,130,246,.8),0 0 30px rgba(59,130,246,.5),0 2px 4px rgba(0,0,0,.3);position:relative;display:flex;align-items:center;justify-content:center;animation:ampersandPulse 4s ease-in-out infinite}@keyframes ampersandPulse{0%,to{transform:scale(1);text-shadow:0 0 15px rgba(59,130,246,.8),0 0 30px rgba(59,130,246,.5),0 2px 4px rgba(0,0,0,.3)}50%{transform:scale(1.1);text-shadow:0 0 20px rgba(59,130,246,1),0 0 40px rgba(59,130,246,.7),0 0 60px rgba(59,130,246,.4),0 2px 4px rgba(0,0,0,.3)}}.role-sub{color:#fffc;font-weight:400}.status-indicator{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#0006;padding:.6rem 1.2rem;border-radius:25px;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);animation:statusPulse 3s ease-in-out infinite;margin-bottom:1.5rem;width:fit-content;margin-left:auto;margin-right:auto;position:relative;overflow:hidden}@keyframes statusPulse{0%,to{transform:scale(1);box-shadow:0 0 15px #3b82f633}50%{transform:scale(1.03);box-shadow:0 0 25px #3b82f666}}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 8px #22c55e80;animation:pulse 3s infinite}.status-text{color:#fff;font-size:1.1rem;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.7),0 1px 0 #222;white-space:nowrap;opacity:1;transition:all .8s cubic-bezier(.4,0,.2,1);position:relative}.status-text.changing{opacity:0;transform:translateY(-10px)}.status-text.entering{opacity:1;transform:translateY(0)}.description-card{background:#ffffff1a;border-radius:20px;padding:1.5rem;border:1px solid rgba(255,255,255,.2)}.description{font-size:1.2rem;line-height:1.7;color:#ffffffe6;margin-bottom:1.5rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.achievements-preview{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(3,1fr);gap:.75rem}.achievement-item{display:flex;align-items:center;padding:.8rem;background:#ffffff1a;border-radius:12px;transition:all .3s ease;border:1px solid rgba(255,255,255,.15);min-height:50px;position:relative}.achievement-item:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.achievement-icon{font-size:1.2rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-right:.75rem}.achievement-text{flex:1;font-size:.85rem;color:#fffffff2;font-weight:500;line-height:1.3;text-align:center;display:flex;align-items:center;justify-content:center;height:100%}.action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;width:100%;max-width:900px;margin:0 auto}.action-card{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1.5rem;border:none;border-radius:20px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-decoration:none;color:#fff;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.2)}.action-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .6s}.action-card:hover:before{left:100%}.action-card.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);box-shadow:0 10px 25px #3b82f666}.action-card.secondary{background:linear-gradient(135deg,#0066b2,#004e8c);box-shadow:0 10px 25px #0066b266}.action-card.tertiary{background:#ffffff26;box-shadow:0 10px 25px #0003}.action-card.quaternary{background:#ffffff1a;box-shadow:0 10px 25px #00000026}.action-card:hover{transform:translateY(-6px) scale(1.01);box-shadow:0 20px 40px #0000004d}.action-icon{font-size:2rem}.action-content h3{font-size:1.1rem;font-weight:600;margin:0 0 .25rem;text-align:center}.action-content p{font-size:.85rem;opacity:.9;margin:0;text-align:center}.chatbot-section{margin:16rem 0;animation:fadeInUp 1s ease-out .3s both}.chatbot-container{background:#ffffff1f;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px #0003;overflow:hidden;max-width:1000px;margin:0 auto}.chatbot-header{display:flex;align-items:center;gap:1.5rem;padding:2rem;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.chatbot-info{flex:1}.chatbot-info .section-title{margin:0 0 .5rem;font-size:2rem;text-align:left}.chatbot-info .section-title:after{display:none}.chatbot-info p{color:#fffffff2;margin:0;font-size:1.1rem;text-shadow:0 1px 2px rgba(0,0,0,.3)}.chatbot-status{display:flex;align-items:center;gap:.5rem;background:#22c55e33;padding:.5rem 1rem;border-radius:15px;border:1px solid rgba(34,197,94,.3);color:#22c55e;font-weight:600}.chatbot-status .status-dot{background:#22c55e}.chatbot-interface{padding:2rem}.chat-messages{margin-bottom:2rem}.chat-message{display:flex;gap:1rem;margin-bottom:1rem}.chat-message.bot{align-items:flex-start}.message-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0}.message-content{flex:1;background:#ffffff26;padding:1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.25)}.message-content p{color:#fffffff2;margin:0 0 1rem;line-height:1.6;text-shadow:0 1px 2px rgba(0,0,0,.2)}.suggested-topics{display:flex;flex-wrap:wrap;gap:.5rem}.topic-tag{background:#3b82f64d;color:#fffffff2;padding:.5rem 1rem;border-radius:12px;font-size:.9rem;font-weight:600;border:1px solid rgba(59,130,246,.4);transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.3)}.topic-tag:hover{background:#3b82f680;transform:translateY(-2px);color:#fff}.chat-input-container{background:#ffffff0d;border-radius:15px;padding:1.5rem;border:1px solid rgba(255,255,255,.1)}.chat-input{display:flex;gap:1rem;margin-bottom:1rem}.chat-input input{flex:1;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:25px;padding:1rem 1.5rem;color:#fffffff2;font-size:1rem;outline:none;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2)}.chat-input input:disabled{opacity:.6;cursor:not-allowed}.chat-input input::placeholder{color:#fff9}.send-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;cursor:pointer;transition:all .3s ease}.send-btn:disabled{opacity:.6;cursor:not-allowed}.send-btn:hover:not(:disabled){transform:scale(1.1)}.chatbot-disclaimer{color:#fffc;font-size:.9rem;margin:0;line-height:1.5;text-shadow:0 1px 2px rgba(0,0,0,.2)}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin:4rem 0 3rem;color:#fff;text-shadow:0 3px 6px rgba(0,0,0,.2);position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:3px;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:2px}.section-subtitle{text-align:center;color:#fffc;font-size:1.2rem;margin:-2rem 0 3rem}.tech-showcase{margin:4rem 0;animation:fadeInUp 1s ease-out .4s both}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.tech-card{background:#ffffff1f;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.2);transition:all .4s ease;animation:slideInFromBottom .6s ease-out both;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%;min-height:320px}@keyframes slideInFromBottom{0%{transform:translate3d(0,50px,0);opacity:0}to{transform:translateZ(0);opacity:1}}.tech-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000040;border-color:#ffffff4d}.tech-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-shrink:0}.tech-icon{font-size:2rem}.tech-name{font-size:1.3rem;font-weight:600;color:#fff;flex:1;margin-left:1rem}.tech-percentage{font-size:1.1rem;font-weight:700;color:#3b82f6}.tech-description{color:#fffc;margin-bottom:1.5rem;font-size:.95rem;flex:1;display:flex;align-items:flex-start}.skill-bar{height:8px;background:#fff3;border-radius:4px;overflow:hidden;margin-bottom:1.5rem;flex-shrink:0}.skill-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width 2s ease-out;animation:skillFill 2s ease-out}@keyframes skillFill{0%{width:0%}}.tech-details-btn{width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;padding:.75rem 1.5rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem;flex-shrink:0;margin-top:auto}.tech-details-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.tech-modal{position:fixed;top:55%;left:50%;transform:translate(-50%,-50%);z-index:1001;max-width:900px;width:90vw;max-height:80vh;overflow-y:auto;animation:slideInUp .4s ease-out;scrollbar-width:none;-ms-overflow-style:none}.tech-modal::-webkit-scrollbar{display:none}@keyframes slideInUp{0%{opacity:0;transform:translate(-50%,-40%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.tech-modal-content{background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;border:1px solid rgba(255,255,255,.3);box-shadow:0 30px 80px #0006;color:#fff;position:relative;overflow:hidden}.modal-close-btn{position:absolute;top:1.5rem;right:1.5rem;background:transparent;border:none;color:#ffffffb3;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;font-weight:300;transition:all .3s ease;z-index:10}.modal-close-btn:hover{color:#fff;transform:scale(1.1)}.modal-header{padding:2.5rem 2.5rem 1.5rem;display:flex;align-items:center;gap:1.5rem;border-bottom:1px solid rgba(255,255,255,.2)}.modal-tech-icon{font-size:3rem;flex-shrink:0}.modal-tech-info{flex:1}.modal-tech-name{font-size:2.5rem;font-weight:700;margin:0 0 .5rem;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-tech-description{font-size:1.1rem;color:#ffffffe6;margin:0 0 1rem;line-height:1.5}.modal-skill-display{display:flex;align-items:center;gap:1rem}.modal-tech-percentage{font-size:1.2rem;font-weight:700;color:#3b82f6;min-width:50px}.modal-skill-bar{flex:1;height:8px;background:#fff3;border-radius:4px;overflow:hidden}.modal-skill-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width 1s ease-out}.modal-body{padding:2rem 2.5rem}.modal-section{margin-bottom:2.5rem}.modal-section:last-child{margin-bottom:0}.modal-section h4{font-size:1.3rem;font-weight:600;margin:0 0 1rem;color:#3b82f6;display:flex;align-items:center;gap:.5rem}.tech-overview,.tech-experience{font-size:1rem;line-height:1.6;color:#ffffffe6;margin:0}.key-projects-list{display:flex;flex-direction:column;gap:1.5rem}.key-project-card{background:#ffffff1a;border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.key-project-card:hover{background:#ffffff26;transform:translateY(-2px);box-shadow:0 8px 25px #0003}.key-project-card .project-header{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.key-project-card .project-title{font-size:1.1rem;font-weight:600;color:#fff;margin:0}.key-project-card .project-company{font-size:.9rem;color:#3b82f6;font-weight:500}.key-project-card .project-description{font-size:.95rem;line-height:1.5;color:#ffffffd9;margin:0 0 1rem}.key-project-card .project-impact{background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:8px;padding:.75rem;font-size:.9rem;color:#ffffffe6;border-left:3px solid #22c55e}.key-project-card .project-impact strong{color:#22c55e}.modal-framework-tags{display:flex;flex-wrap:wrap;gap:.5rem}.modal-framework-tag{background:#3b82f633;color:#3b82f6;padding:.4rem .8rem;border-radius:12px;font-size:.85rem;font-weight:500;border:1px solid rgba(59,130,246,.3);transition:all .3s ease}.modal-framework-tag:hover{background:#3b82f64d;transform:translateY(-1px)}.modal-achievements{font-size:1rem;line-height:1.6;color:#ffffffe6;margin:0;background:#ffffff1a;padding:1.25rem;border-radius:12px;border-left:4px solid #f59e0b}.modal-cta{padding:2rem 2.5rem;border-top:1px solid rgba(255,255,255,.2);display:flex;gap:1rem;justify-content:center;background:#ffffff0d}.modal-cta-btn{padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;min-width:180px}.modal-cta-btn.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 4px 15px #3b82f666}.modal-cta-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f680}.modal-cta-btn.secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3)}.modal-cta-btn.secondary:hover{background:#fff3;transform:translateY(-1px)}@media (max-width: 768px){.tech-modal{width:95vw;max-height:95vh}.modal-header{padding:2rem 1.5rem 1rem;flex-direction:column;text-align:center;gap:1rem}.modal-tech-name{font-size:2rem}.modal-body{padding:1.5rem}.modal-cta{padding:1.5rem;flex-direction:column}.modal-cta-btn{min-width:auto;width:100%}.key-project-card{padding:1rem}.modal-close-btn{top:1rem;right:1rem;width:35px;height:35px;font-size:1.2rem}}@media (max-width: 480px){.tech-modal{width:98vw;max-height:98vh}.modal-header{padding:1.5rem 1rem .75rem}.modal-tech-name{font-size:1.5rem}.modal-body{padding:1rem}.modal-section{margin-bottom:1.5rem}.modal-cta{padding:1rem}}.projects-preview{margin:4rem 0;animation:fadeInUp 1s ease-out .6s both}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.project-preview-card{background:#ffffff1f;border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.2);transition:all .4s ease;animation:slideInFromRight .6s ease-out both;color:#fff}@keyframes slideInFromRight{0%{transform:translate3d(50px,0,0);opacity:0}to{transform:translateZ(0);opacity:1}}.project-preview-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000040;border-color:#ffffff4d}.project-status{margin-bottom:1rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}.status-badge.active{background:#22c55e33;color:#22c55e;border:1px solid rgba(34,197,94,.3)}.status-badge.ongoing{background:#f59e0b33;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.status-dot-small{width:6px;height:6px;border-radius:50%;background:currentColor;animation:pulse 3s infinite}.project-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;color:#fff}.project-company{color:#3b82f6;font-weight:600;margin:0 0 1rem}.project-description{color:#ffffffe6;margin:0 0 1.5rem;line-height:1.6}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem}.project-tech-tag{background:#3b82f633;color:#3b82f6;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:500;border:1px solid rgba(59,130,246,.3)}.stats-showcase{margin:4rem 0;animation:fadeInUp 1s ease-out .8s both}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-card{background:#ffffff1f;border-radius:20px;padding:2.5rem 2rem;text-align:center;border:1px solid rgba(255,255,255,.2);transition:all .4s ease;animation:scaleIn .6s ease-out both;color:#fff}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.stat-card:hover{transform:translateY(-8px) scale(1.01);box-shadow:0 25px 50px #0000004d;border-color:#ffffff4d}.stat-number{font-size:3rem;font-weight:800;margin:0 0 .5rem;color:#fff;text-shadow:0 0 20px rgba(59,130,246,.6),0 0 40px rgba(59,130,246,.4),0 0 60px rgba(59,130,246,.2),0 3px 6px rgba(0,0,0,.3);position:relative}.stat-number:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f626,#1d4ed826);border-radius:8px;z-index:-1;filter:blur(10px);animation:blueGlow 3s ease-in-out infinite alternate}.stat-label{font-size:1.2rem;font-weight:600;margin:0 0 .5rem;color:#fff}.stat-description{font-size:.9rem;color:#ffffffb3;margin:0}@media (max-width: 1024px){.profile-showcase{gap:2rem}.action-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.home{padding:1rem 0}.profile-showcase{padding:0 1rem;gap:2.5rem}.profile-main{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:2rem;margin:0 auto;max-width:100%}.profile-info{display:flex;flex-direction:column;align-items:center;gap:1rem}.name{font-size:2.4rem;flex-wrap:wrap;gap:.3rem;justify-content:center;line-height:1.2;margin-bottom:.5rem}.title{font-size:1.3rem;justify-content:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.status-indicator{padding:.75rem 1.25rem;margin:0 auto 1.5rem;max-width:fit-content;border-radius:30px}.status-text{font-size:.95rem;font-weight:500}.description-card{padding:1.5rem;margin:0 auto;border-radius:20px}.description{font-size:1rem;line-height:1.6;text-align:center}.action-grid{grid-template-columns:1fr;gap:1.25rem;padding:0 1rem;margin-top:2rem}.action-card{padding:1.5rem;border-radius:20px}.action-content h3{font-size:1.1rem;margin-bottom:.25rem}.action-content p{font-size:.9rem}.section-title{font-size:2.2rem;margin:3.5rem 0 1.5rem;text-align:center;padding:0 1rem}.section-subtitle{font-size:1rem;margin-bottom:2rem;text-align:center;padding:0 1rem}.excitement-section,.tech-showcase,.projects-preview,.stats-showcase{padding:0 1rem;margin-bottom:3rem}.tech-grid,.projects-grid,.stats-grid{grid-template-columns:1fr;gap:1.5rem}.tech-card,.project-preview-card,.stat-card{padding:1.75rem;border-radius:20px}.tech-card{padding:1rem;height:auto;min-height:auto;display:flex;flex-direction:column;justify-content:space-between}.tech-card .tech-description,.tech-card .skill-bar,.tech-card .tech-percentage{display:none}.tech-card .tech-header{margin-bottom:.75rem;justify-content:flex-start;gap:.75rem;flex-shrink:0}.tech-card .tech-icon{font-size:1.5rem}.tech-card .tech-name{font-size:1rem;font-weight:600}.tech-details-btn{padding:.6rem 1rem;font-size:.85rem;margin-top:.5rem;flex-shrink:0}.excitement-card{padding:2rem 1.5rem;border-radius:25px}.excitement-title{font-size:1.4rem;line-height:1.3;margin-bottom:1rem}.excitement-description{font-size:1rem;line-height:1.5;margin-bottom:1.5rem}.excitement-highlights{gap:1rem;margin-bottom:1.5rem}.highlight-item{font-size:.9rem;padding:.75rem 1rem}.excitement-actions{gap:1rem}.excitement-btn{padding:.75rem 1.25rem;font-size:.9rem}.chatbot-section{padding:0 1rem;margin:26rem 0}.chatbot-container{border-radius:25px;padding:2rem 1.5rem}.chatbot-header{flex-direction:column;text-align:center;gap:1.5rem;margin-bottom:2rem}.chatbot-info .section-title{text-align:center;font-size:2rem;margin-bottom:.5rem}.mobile-chatbot-placeholder{text-align:center;padding:2rem 1rem}.mobile-chatbot-header{margin-bottom:3rem}.mobile-chatbot-header .section-title{font-size:2rem;margin:0 0 2rem;color:#fff;line-height:1.3;padding:0 1rem}.mobile-chatbot-header .section-title:after{display:none}.mobile-chatbot-header .section-subtitle{font-size:1rem;color:#fffc;margin-bottom:0;line-height:1.5;padding:0 1rem}.mobile-chatbot-features{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.mobile-feature-item{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1rem;background:#ffffff1a;border-radius:15px;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:.9rem;font-weight:500}.feature-icon{font-size:1.2rem}.mobile-chatbot-cta{background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:20px;padding:1.5rem;margin-top:1.5rem}.mobile-chatbot-cta p{color:#ffffffe6;font-size:1rem;line-height:1.5;margin-bottom:1rem}.desktop-hint{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;background:#ffffff1a;border-radius:15px;color:#fff;font-size:.9rem;font-weight:600}.desktop-icon{font-size:1.1rem}.tech-modal{width:95%;max-height:calc(100vh - 60px);margin-top:30px;border-radius:25px}.modal-header{flex-direction:column;text-align:center;padding:2rem 1.5rem}.modal-tech-icon{font-size:3.5rem;margin-bottom:1rem}.modal-tech-name{font-size:2.2rem;margin-bottom:.5rem}.modal-body{padding:0 1.5rem 1rem}.modal-section{margin-bottom:2rem}.modal-cta{flex-direction:column;padding:1.5rem;gap:1rem}.modal-cta-btn{width:100%;padding:1rem;font-size:1rem}}@media (max-width: 480px){.home{padding:.75rem 0}.profile-showcase{padding:0 .75rem;gap:2rem}.profile-main{padding:1.5rem 1rem;gap:1.5rem;border-radius:20px}.name{font-size:2rem;line-height:1.2;gap:.2rem;margin-bottom:.25rem}.title{font-size:1.1rem;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.role-separator{display:none}.status-indicator{padding:.6rem 1rem;margin-bottom:1rem;border-radius:25px}.status-text{font-size:.85rem}.description-card{padding:1.25rem;border-radius:18px}.description{font-size:.95rem;line-height:1.5}.action-grid{gap:1rem;padding:0 .75rem;margin-top:1.5rem}.action-card{padding:1.25rem;border-radius:18px}.action-icon{font-size:1.75rem;margin-bottom:.5rem}.action-content h3{font-size:1rem;margin-bottom:.2rem}.action-content p{font-size:.85rem}.section-title{font-size:1.9rem;margin:2.5rem 0 1.25rem;padding:0 .75rem}.section-subtitle{font-size:.95rem;margin-bottom:1.5rem;padding:0 .75rem}.excitement-section{padding:0 .75rem;margin:2.5rem 0 6rem}.tech-showcase,.projects-preview,.stats-showcase{padding:0 .75rem;margin-bottom:2.5rem}.tech-grid,.projects-grid,.stats-grid{gap:1.25rem}.tech-card,.project-preview-card,.stat-card{padding:1.5rem;border-radius:18px}.tech-card{padding:.85rem;height:auto;min-height:auto;display:flex;flex-direction:column;justify-content:space-between}.tech-card .tech-description,.tech-card .skill-bar,.tech-card .tech-percentage{display:none}.tech-card .tech-header{margin-bottom:.5rem;justify-content:flex-start;gap:.6rem;flex-shrink:0}.tech-card .tech-icon{font-size:1.4rem}.tech-card .tech-name{font-size:.95rem;font-weight:600}.tech-details-btn{padding:.5rem .85rem;font-size:.8rem;margin-top:.4rem;flex-shrink:0}.excitement-card{padding:1.75rem 1.25rem;border-radius:20px}.excitement-title{font-size:1.25rem;line-height:1.25;margin-bottom:.75rem}.excitement-description{font-size:.95rem;line-height:1.4;margin-bottom:1.25rem}.excitement-highlights{gap:.75rem;margin-bottom:1.25rem}.highlight-item{font-size:.85rem;padding:.6rem .85rem}.excitement-tech{gap:.5rem;margin-bottom:1.25rem}.tech-chip{font-size:.8rem;padding:.4rem .8rem}.excitement-actions{flex-direction:column;gap:.75rem}.excitement-btn{padding:.7rem 1rem;font-size:.85rem;width:100%;text-align:center}.chatbot-container{padding:1.75rem 1.25rem;border-radius:20px}.chatbot-info .section-title{font-size:1.75rem}.mobile-chatbot-placeholder{padding:1.5rem .75rem}.mobile-chatbot-header{margin-bottom:2.5rem}.mobile-chatbot-header .section-title{font-size:1.75rem;margin:0 0 1.75rem;line-height:1.3;padding:0 .75rem}.mobile-chatbot-header .section-title:after{display:none}.mobile-chatbot-header .section-subtitle{font-size:.95rem;line-height:1.5;padding:0 .75rem}.mobile-chatbot-features{gap:.75rem;margin-bottom:1.5rem}.mobile-feature-item{padding:.6rem .85rem;font-size:.85rem;border-radius:12px}.mobile-chatbot-cta{padding:1.25rem;border-radius:18px}.mobile-chatbot-cta p{font-size:.95rem;margin-bottom:.75rem}.desktop-hint{padding:.6rem .85rem;font-size:.85rem;border-radius:12px;color:#fff}.stat-card{text-align:center}.stat-number{font-size:2.5rem}.stat-label{font-size:.9rem}.stat-description{font-size:.8rem}.tech-modal{width:97%;margin-top:20px;border-radius:20px}.modal-header{padding:1.5rem 1.25rem}.modal-tech-icon{font-size:3rem}.modal-tech-name{font-size:1.9rem}.modal-body{padding:0 1.25rem .75rem}.modal-section{margin-bottom:1.5rem}.modal-cta{padding:1.25rem}}.tech-card,.project-preview-card,.stat-card,.action-card{will-change:transform;contain:layout style paint}.tech-card:not(:hover),.project-preview-card:not(:hover),.stat-card:not(:hover),.action-card:not(:hover){will-change:auto}.matrix-bg:before,.status-indicator,.chatbot-icon{will-change:transform}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.profile-main,.chatbot-container,.tech-card,.status-indicator{-webkit-backdrop-filter:none!important;backdrop-filter:none!important}}.profile-main,.action-card,.tech-card,.project-preview-card,.stat-card{transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.chat-messages,.modal-body{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.tech-modal-content,.modal-backdrop{will-change:opacity,transform}.tech-modal-content:not(.opening){will-change:auto}.excitement-section{margin:4rem 0 10rem;animation:fadeInUp 1s ease-out .6s both}.excitement-header{text-align:center;margin-bottom:3rem}.excitement-carousel{display:flex;justify-content:center;max-width:1100px;margin:0 auto}.carousel-container{position:relative;width:100%;overflow:visible;padding:0 70px}.carousel-track{position:relative;width:100%;height:auto;min-height:550px;padding-bottom:240px}.excitement-card{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:25px;padding:2.5rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 25px 50px #0003;transition:all .5s ease;color:#fff;position:absolute;top:0;left:0;width:100%;box-sizing:border-box;opacity:0;transform:translate(100%);pointer-events:none;min-height:480px}.excitement-card.active{opacity:1;transform:translate(0);pointer-events:auto}.excitement-card.changing{opacity:.7}.excitement-card.featured{border:2px solid rgba(59,130,246,.4);box-shadow:0 30px 60px #3b82f626}.excitement-card:hover{transform:translateY(-8px);box-shadow:0 35px 70px #0000004d;border-color:#ffffff80}.excitement-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:25px 25px 0 0}.excitement-date{display:inline-block;background:#3b82f633;color:#3b82f6;padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(59,130,246,.3);text-shadow:0 1px 2px rgba(0,0,0,.1)}.excitement-icon{font-size:3rem;display:block;text-align:center;margin-bottom:1.5rem;text-shadow:0 4px 8px rgba(0,0,0,.3)}.excitement-title{font-size:1.8rem;font-weight:700;margin:0 0 1.2rem;text-align:center;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1);line-height:1.2}.excitement-description{font-size:1.05rem;line-height:1.6;color:#ffffffe6;margin-bottom:2rem;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.1)}.excitement-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.highlight-item{display:flex;align-items:center;gap:.75rem;background:#ffffff1a;padding:.75rem 1.25rem;border-radius:12px;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.highlight-item:hover{background:#ffffff26;transform:translateY(-2px)}.highlight-icon{font-size:1.5rem;flex-shrink:0}.highlight-item span:last-child{font-size:.95rem;color:#fffffff2;font-weight:500}.excitement-tech{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:center;margin-bottom:2rem}.tech-chip{background:#3b82f633;color:#3b82f6;padding:.5rem 1rem;border-radius:18px;font-size:.85rem;font-weight:600;border:1px solid rgba(59,130,246,.3);transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.1)}.tech-chip:hover{background:#3b82f64d;transform:translateY(-2px);box-shadow:0 6px 15px #3b82f633}.excitement-actions{display:flex;gap:1.2rem;justify-content:center;flex-wrap:wrap}.excitement-btn{padding:1rem 2rem;border-radius:15px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;min-width:180px}.excitement-btn.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 8px 25px #3b82f64d}.excitement-btn.primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #3b82f666}.excitement-btn.secondary{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.excitement-btn.secondary:hover{background:#ffffff40;transform:translateY(-3px);box-shadow:0 12px 25px #0003}.carousel-controls{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:10}.carousel-nav{display:none}.carousel-dots{display:flex;justify-content:center;gap:20px;margin-top:2rem;position:absolute;bottom:-230px;left:50%;transform:translate(-50%);z-index:10}.carousel-dots .dot{width:60px;height:20px;border-radius:10px;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;position:relative}@media (max-width: 768px){.carousel-dots .dot{width:70px}}@media (max-width: 480px){.carousel-dots .dot{width:75px}}.carousel-dots .dot:hover{background:#3b82f699;transform:scale(1.05)}.carousel-dots .dot.active{background:#3b82f6;box-shadow:0 0 20px #3b82f680;transform:scale(1.1)}.carousel-dots .dot.active:before{content:"";position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;border-radius:13px;border:2px solid rgba(59,130,246,.3);animation:dotPulse 2s ease-in-out infinite}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.6}}@media (max-width: 768px){.excitement-section{margin:0rem 0}.excitement-card{padding:1.5rem;min-height:360px}.excitement-icon{font-size:1.6rem;margin-bottom:1rem}.excitement-title{font-size:1.3rem;margin-bottom:.8rem}.excitement-description{font-size:.85rem;margin-bottom:1.2rem;line-height:1.4}.excitement-highlights{grid-template-columns:1fr;gap:.6rem;margin-bottom:1.2rem}.highlight-item{padding:.4rem .6rem;gap:.5rem}.highlight-icon{font-size:.45rem}.highlight-item span:last-child{font-size:.8rem}.excitement-tech{margin-bottom:1.5rem;gap:.4rem}.tech-chip{padding:.3rem .7rem;font-size:.7rem}.excitement-actions{display:grid;grid-template-columns:1fr 1fr;gap:.8rem;align-items:stretch}.excitement-btn{padding:.7rem .9rem;font-size:.8rem;min-width:auto;width:100%}.carousel-container{padding:0 1.5rem}.carousel-nav,.carousel-dots{display:none}.carousel-track{min-height:400px;padding-bottom:120px}}@media (max-width: 480px){.excitement-card{padding:1.2rem 1rem;min-height:300px}.excitement-icon{font-size:1.1rem;margin-bottom:.8rem}.excitement-title{font-size:1.1rem;margin-bottom:.6rem}.excitement-description{margin-bottom:1rem;font-size:.9rem;line-height:1.4}.excitement-highlights{gap:.3rem;margin-bottom:1rem}.highlight-item{padding:.25rem .4rem;gap:.4rem}.highlight-icon{font-size:.35rem;display:none}.highlight-item span:last-child{font-size:.85rem}.excitement-tech{gap:.3rem;margin-bottom:1.2rem}.tech-chip{padding:.3rem .6rem;font-size:.8rem}.excitement-actions{gap:.6rem}.excitement-btn{padding:.6rem .7rem;font-size:.75rem}.carousel-container{padding:0 1rem}.carousel-nav,.carousel-dots{display:none}.carousel-track{min-height:340px;padding-bottom:120px}}.excitement-card.featured:hover{border-color:#3b82f699;box-shadow:0 40px 80px #3b82f640}.about{padding:2rem 0;max-width:1200px;margin:0 auto}.about-header{text-align:center;margin-bottom:3rem}.about-header h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.about-header p{font-size:1.1rem;color:#ffffffe6;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.2)}.about-content{display:flex;flex-direction:column;gap:3rem}.intro-section{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2.5rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #00000026;color:#fff}.intro-section h2{font-size:2rem;font-weight:700;margin:0 0 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1)}.intro-section p{font-size:1.1rem;line-height:1.7;color:#ffffffe6;margin-bottom:1.5rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.intro-section p:last-child{margin-bottom:0}.education-section .section-title{margin-bottom:2rem;text-align:center}.education-timeline{display:flex;flex-direction:column;gap:2rem}.education-item{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #00000026;transition:all .4s ease;color:#fff}.education-item:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000040;border-color:#fff6}.institution-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;flex-wrap:wrap;gap:1rem}.institution-name{font-size:1.4rem;font-weight:700;margin:0;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.badges{display:flex;gap:.5rem;flex-wrap:wrap}.award-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 8px #f59e0b66;text-shadow:0 1px 2px rgba(0,0,0,.2)}.degree{font-size:1.1rem;font-weight:600;color:#fffffff2;margin:0 0 1rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.edu-meta{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.edu-details{margin:0;padding-left:1.2rem;list-style:none}.edu-details li{position:relative;margin-bottom:.5rem;line-height:1.6;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.1)}.edu-details li:before{content:"✓";position:absolute;left:-1rem;color:#3b82f6;font-weight:700}.skills-section .section-title{margin-bottom:2rem;text-align:center}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.skill-category{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #00000026;transition:all .4s ease;color:#fff}.skill-category:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000040;border-color:#fff6}.skill-category h4{font-size:1.2rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 1px 2px rgba(0,0,0,.1)}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tags span{background:#ffffff40;color:#fff;padding:.4rem .8rem;border-radius:15px;font-size:.85rem;font-weight:500;border:1px solid rgba(255,255,255,.4);transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2)}.skill-tags span:hover{background:#ffffff59;transform:translateY(-2px);box-shadow:0 4px 8px #0003}.achievements-section .section-title{margin-bottom:2rem;text-align:center}.achievements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1000px;margin:0 auto}.achievement-card{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2.5rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #00000026;transition:all .4s ease;color:#fff;text-align:center;min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center}.achievement-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 60px #0000004d;border-color:#fff6}.achievement-icon{font-size:3.5rem;margin-bottom:1rem;text-align:center;width:100%}.achievement-card h4{font-size:1.3rem;margin:0 0 1rem;text-align:center;width:100%}.achievement-card p{font-size:.95rem;text-align:center;width:100%}@media (max-width: 768px){.about-header h1{font-size:2rem}.about-header p{font-size:1rem}.intro-section{padding:2rem}.intro-section h2{font-size:1.6rem}.intro-section p{font-size:1rem;line-height:1.6}.education-item{padding:1.5rem}.institution-name{font-size:1.2rem}.degree{font-size:1rem}.period{font-size:.8rem}.location{font-size:.75rem}.edu-details li{font-size:.9rem;line-height:1.5}.skill-category{padding:1.5rem}.skill-category h4{font-size:1.1rem}.skill-tags span{font-size:.8rem;padding:.3rem .6rem}.achievement-card{padding:2rem;min-height:180px}.achievement-icon{font-size:2.5rem;margin-bottom:1rem}.achievement-card h4{font-size:1.1rem;margin:0 0 1rem}.achievement-card p{font-size:.85rem;line-height:1.4}.about{padding:1rem 0}.institution-header{flex-direction:column;align-items:flex-start;gap:.5rem}.skills-grid{grid-template-columns:1fr}.achievements-grid{grid-template-columns:1fr;gap:2rem;max-width:100%}}.coming-soon p{color:#ffffffb3;font-size:1rem;margin:0}.experience{padding:2rem 0;max-width:1000px;margin:0 auto}.experience-header{text-align:center;margin-bottom:3rem}.experience-header h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.experience-header p{font-size:1.1rem;color:#ffffffe6;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.2)}.timeline{position:relative;padding:2rem 0}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#3b82f6,#1d4ed8);transform:translate(-50%);border-radius:3px;box-shadow:0 0 10px #3b82f680}.timeline-item{position:relative;margin-bottom:3rem;display:flex;align-items:center}.timeline-item.left{justify-content:flex-end}.timeline-item.right{justify-content:flex-start}.timeline-content{width:45%;background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #00000026;position:relative;transition:all .4s ease;color:#fff}.timeline-content:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000040;border-color:#fff6}.company-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.company-name{font-size:1.4rem;font-weight:700;margin:0}.company-name a{color:#fff;text-decoration:none;transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2)}.company-name a:hover{background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.current-badge{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 8px #3b82f666;text-shadow:0 1px 2px rgba(0,0,0,.2)}.role{font-size:1.1rem;font-weight:600;color:#fffffff2;margin:0 0 1rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.meta-info{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.period{font-size:.9rem;color:#fffc;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.2)}.location{font-size:.85rem;color:#ffffffb3;text-shadow:0 1px 2px rgba(0,0,0,.2)}.description-list{margin:0;padding-left:1.2rem;list-style:none}.description-list li{position:relative;margin-bottom:.75rem;line-height:1.6;color:#ffffffe6;text-shadow:0 1px 2px rgba(0,0,0,.1)}.description-list li:before{content:"▶";position:absolute;left:-1rem;color:#3b82f6;font-size:.8rem}.timeline-marker{position:absolute;left:50%;transform:translate(-50%);z-index:10}.marker-dot{width:16px;height:16px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;border:3px solid rgba(255,255,255,.4);box-shadow:0 0 20px #3b82f699;transition:all .3s ease}.timeline-item:hover .marker-dot{transform:scale(1.3);box-shadow:0 0 30px #3b82f6cc}.additional-experience{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.3)}.additional-experience h2{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.extra-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.extra-card{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #00000026;transition:all .4s ease;color:#fff}.extra-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000040;border-color:#fff6}.extra-card h4{font-size:1.3rem;font-weight:700;margin:0 0 .5rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.extra-role{font-size:1rem;font-weight:600;color:#fffffff2;margin:0 0 .5rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.extra-period{font-size:.85rem;color:#fffc;margin:0 0 1rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.extra-card p{line-height:1.6;color:#ffffffe6;margin-bottom:1rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.extra-link{color:#3b82f6;text-decoration:none;font-weight:600;transition:all .3s ease}.extra-link:hover{color:#1d4ed8;text-shadow:0 0 10px rgba(59,130,246,.6)}@media (max-width: 768px){.experience-header h1{font-size:2rem}.experience-header p{font-size:1rem}.timeline-content{width:100%;padding:1.5rem}.company-name{font-size:1.2rem}.role{font-size:1rem}.period{font-size:.8rem}.location{font-size:.75rem}.description-list li{font-size:.9rem;line-height:1.5;margin-bottom:.6rem}.additional-experience h2{font-size:1.8rem}.extra-card h4{font-size:1.1rem}.extra-role{font-size:.95rem}.extra-period{font-size:.8rem}.extra-card p{font-size:.85rem;line-height:1.4}.timeline:before{left:20px}.timeline-item{flex-direction:column;align-items:flex-start;padding-left:3rem}.timeline-item.left,.timeline-item.right{justify-content:flex-start}.timeline-item.left .timeline-content:after,.timeline-item.right .timeline-content:after{display:none}.timeline-marker{left:20px}.extra-cards{grid-template-columns:1fr}.meta-info{flex-direction:column}}.experience-details-btn{width:100%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:12px;padding:.75rem 1.5rem;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem;margin-top:1.5rem}.experience-details-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.experience-detail-view{padding:2rem 0;max-width:1200px;margin:0 auto;color:#fff}.experience-detail-header{margin-bottom:3rem}.experience-detail-title-section{text-align:center}.experience-detail-title{font-size:3rem;font-weight:700;margin:1rem 0;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1)}.experience-detail-company{font-size:1.2rem;color:#3b82f6;margin:0 0 1rem;font-weight:600}.experience-detail-company a{color:#3b82f6;text-decoration:none;transition:all .3s ease}.experience-detail-company a:hover{color:#1d4ed8}.experience-detail-meta{display:flex;justify-content:center;align-items:center;gap:2rem;flex-wrap:wrap;margin-bottom:1rem}.experience-detail-period{font-size:1rem;color:#ffffffe6;font-weight:500}.experience-detail-location{font-size:.9rem;color:#fffc}.experience-detail-content{background:#ffffff1a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #00000026}.responsibilities-list,.achievements-list,.learnings-list{list-style:none;padding:0;margin:0}.responsibilities-list li,.achievements-list li,.learnings-list li{background:#ffffff1a;padding:1rem 1.5rem;margin:.75rem 0;border-radius:12px;border-left:4px solid #3b82f6;color:#ffffffe6;line-height:1.6;transition:all .3s ease}.responsibilities-list li:hover,.achievements-list li:hover,.learnings-list li:hover{background:#ffffff26;transform:translate(3px)}.achievements-list li{border-left-color:#22c55e}.learnings-list li{border-left-color:#f59e0b}@media (max-width: 768px){.experience-detail-view{padding:1rem 0}.experience-detail-title{font-size:1.8rem}.experience-detail-company{font-size:1rem}.experience-detail-period{font-size:.9rem}.experience-detail-location{font-size:.8rem}.experience-detail-content{padding:2rem}.detail-section h2{font-size:1.6rem}.detail-section p{font-size:1rem;line-height:1.6}.experience-detail-meta{flex-direction:column;gap:.5rem}.responsibilities-list li,.achievements-list li,.learnings-list li{padding:.75rem 1rem;font-size:.9rem;line-height:1.5}.tech-badge{font-size:.8rem;padding:.3rem .6rem}}.projects{padding:2rem 0;max-width:1400px;margin:0 auto}.projects-header{text-align:center;margin-bottom:3rem}.projects-header h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.projects-header p{font-size:1.1rem;color:#ffffffe6;margin:0 0 2rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4rem}.project-card{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #00000026;transition:all .4s ease;color:#fff;position:relative;overflow:hidden;display:flex;flex-direction:column;height:100%;min-height:450px}.project-card.clickable{cursor:pointer}.project-card:hover{transform:translateY(-8px);box-shadow:0 30px 60px #0000004d;border-color:#fff6}.project-card.clickable:hover{transform:translateY(-10px) scale(1.02);box-shadow:0 35px 70px #0006}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:20px 20px 0 0}.project-footer{margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;gap:1.5rem}.project-impact{font-size:.95rem;color:#fffffff2;background:#ffffff26;padding:1rem;border-radius:12px;border-left:4px solid #3b82f6;text-shadow:0 1px 2px rgba(0,0,0,.1)}.project-impact strong{color:#fff;font-weight:800;text-shadow:0 0 20px rgba(59,130,246,.6),0 0 40px rgba(59,130,246,.4),0 0 60px rgba(59,130,246,.2),0 3px 6px rgba(0,0,0,.3);position:relative}.project-impact strong:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#3b82f626,#1d4ed826);border-radius:4px;z-index:-1;filter:blur(8px);animation:impactGlow 3s ease-in-out infinite alternate}@keyframes impactGlow{0%{opacity:.3;transform:scale(.95)}to{opacity:.6;transform:scale(1.05)}}.click-hint{font-size:.85rem;color:#ffffffb3;font-style:italic;transition:color .3s ease;text-align:center;margin:0}.project-card.clickable:hover .click-hint{color:#3b82f6}.project-detail-view{padding:2rem 0;max-width:1200px;margin:0 auto;color:#fff}.project-detail-header{margin-bottom:3rem}.back-button{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem}.back-button:hover{background:#fff3;transform:translate(-5px)}.project-detail-title-section{text-align:center}.project-detail-category{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff26;padding:.5rem 1rem;border-radius:15px;border:1px solid rgba(255,255,255,.3);margin-bottom:1rem}.project-detail-title{font-size:3rem;font-weight:700;margin:1rem 0;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1)}.project-detail-company{font-size:1.2rem;color:#3b82f6;margin:0 0 1rem;font-weight:600}.project-detail-status{display:inline-block;padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 8px #00000040}.project-detail-content{background:#ffffff1a;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 20px 40px #00000026}.detail-section{margin-bottom:3rem}.detail-section:last-child{margin-bottom:0}.detail-section h2{font-size:2rem;font-weight:700;margin:0 0 1.5rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.detail-section h3{font-size:1.4rem;font-weight:600;margin:0 0 1rem;color:#fffffff2}.detail-section p{font-size:1.1rem;line-height:1.7;color:#ffffffe6;margin-bottom:1.5rem}.architecture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.architecture-block{background:#ffffff1a;border-radius:15px;padding:2rem;border:1px solid rgba(255,255,255,.2)}.architecture-block h3{color:#3b82f6;font-size:1.2rem;margin-bottom:1rem}.architecture-block ul{list-style:none;padding:0;margin:0}.architecture-block li{margin-bottom:.75rem;padding-left:1.5rem;position:relative;color:#ffffffd9;line-height:1.5}.architecture-block li:before{content:"⚡";position:absolute;left:0;color:#3b82f6}.challenges-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.challenge-card{background:#ffffff1a;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.2);display:flex;align-items:flex-start;gap:1rem}.challenge-icon{font-size:1.5rem;flex-shrink:0}.challenge-card p{margin:0;font-size:.95rem;line-height:1.6;color:#ffffffd9}.achievements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}.achievement-card{background:#ffffff1a;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.2);display:flex;align-items:flex-start;gap:1rem}.achievement-icon{font-size:1.5rem;flex-shrink:0}.achievement-card p{margin:0;font-size:.95rem;line-height:1.6;color:#ffffffd9}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:1.5rem}.metric-card{background:#ffffff1a;border-radius:12px;padding:1.5rem;border:1px solid rgba(255,255,255,.2);text-align:center}.metric-card h4{margin:0 0 .5rem;font-size:1rem;color:#3b82f6;font-weight:600}.metric-card p{margin:0;font-size:1.1rem;font-weight:700;color:#fff}.technologies-grid{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0}.tech-badge{background:#3b82f633;color:#3b82f6;padding:.5rem 1rem;border-radius:15px;font-size:.85rem;font-weight:600;border:1px solid rgba(59,130,246,.3);transition:all .3s ease}.tech-badge:hover{background:#3b82f64d;transform:translateY(-2px)}.additional-projects{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.3)}.additional-projects h2{text-align:center;font-size:2rem;font-weight:700;margin-bottom:2rem;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.achievement-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.highlight-card{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #00000026;transition:all .4s ease;color:#fff;text-align:center}.highlight-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #00000040;border-color:#fff6}.highlight-icon{font-size:2.5rem;margin-bottom:1rem;display:block}.highlight-card h4{font-size:1.3rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 1px 2px rgba(0,0,0,.1)}.highlight-card p{line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;font-size:.95rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.highlight-tags{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.highlight-tags span{background:#ffffff40;color:#fff;padding:.3rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,255,255,.4);transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2)}.highlight-tags span:hover{background:#ffffff59;transform:translateY(-2px);box-shadow:0 4px 8px #0003}@media (max-width: 768px){.projects{padding:1rem 0}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.5rem}.project-header{flex-direction:column;align-items:flex-start;gap:.5rem}.achievement-highlights{grid-template-columns:1fr}.highlight-card{padding:1.5rem}.projects-header h1{font-size:2rem}.project-title{font-size:1.2rem}}.project-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.project-category{display:flex;align-items:center;gap:.5rem;background:#ffffff26;padding:.5rem 1rem;border-radius:15px;border:1px solid rgba(255,255,255,.3)}.category-icon{font-size:1.2rem}.category-text{font-size:.85rem;font-weight:600;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.2)}.project-status{padding:.4rem 1rem;border-radius:15px;font-size:.8rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 8px #00000040;text-shadow:0 1px 2px rgba(0,0,0,.3)}.project-title{font-size:1.4rem;font-weight:700;margin:0 0 .5rem;color:#fff;line-height:1.3;text-shadow:0 1px 2px rgba(0,0,0,.2)}.project-company{font-size:.95rem;color:#3b82f6;margin:0 0 .5rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1)}.project-event{font-size:.95rem;color:#f59e0b;margin:0 0 .5rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.1)}.project-description{font-size:1rem;line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.project-features{margin-bottom:1.5rem}.project-features h4{font-size:1rem;font-weight:600;color:#fffffff2;margin:0 0 .75rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.project-features ul{margin:0;padding-left:1.2rem;list-style:none}.project-features li{position:relative;margin-bottom:.5rem;font-size:.9rem;line-height:1.5;color:#ffffffd9;text-shadow:0 1px 2px rgba(0,0,0,.1)}.project-features li:before{content:"▶";position:absolute;left:-1rem;color:#3b82f6;font-size:.7rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:#fff3;color:#fff;padding:.3rem .7rem;border-radius:12px;font-size:.8rem;font-weight:500;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;text-shadow:0 1px 2px rgba(0,0,0,.2)}.tech-tag:hover{background:#ffffff4d;transform:translateY(-1px);box-shadow:0 4px 8px #0003}.tech-filter-banner{background:#3b82f626;border:1px solid rgba(59,130,246,.3);border-radius:16px;padding:1.5rem;margin:2rem 0;display:flex;justify-content:space-between;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideInDown .3s ease-out}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.filter-info{display:flex;align-items:center;gap:1rem;color:#fff;font-size:1rem}.filter-icon{font-size:1.2rem}.clear-filter-btn{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);padding:.5rem 1rem;border-radius:12px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.clear-filter-btn:hover{background:#ffffff4d;transform:translateY(-1px)}.clear-filter-btn.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;padding:1rem 2rem;font-size:1rem;font-weight:600}.clear-filter-btn.primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.filter-stats{color:#fffc;font-size:.9rem;font-weight:500}.no-projects-found{display:flex;justify-content:center;align-items:center;min-height:400px;margin:4rem 0}.no-projects-content{text-align:center;background:#ffffff1a;border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);max-width:500px}.no-projects-icon{font-size:4rem;display:block;margin-bottom:1.5rem;opacity:.7}.no-projects-content h3{font-size:1.5rem;color:#fff;margin:0 0 1rem;font-weight:600}.no-projects-content p{color:#fffc;margin:0 0 2rem;line-height:1.6}.challenges-list,.outcomes-list{list-style:none;padding:0;margin:0}.challenges-list li,.outcomes-list li{background:#ffffff1a;padding:1rem 1.5rem;margin:.75rem 0;border-radius:12px;border-left:4px solid #3b82f6;color:#ffffffe6;line-height:1.6;transition:all .3s ease}.challenges-list li:hover,.outcomes-list li:hover{background:#ffffff26;transform:translate(3px)}.outcomes-list li{border-left-color:#22c55e}.impact-highlight{background:#22c55e26;border:1px solid rgba(34,197,94,.3);border-radius:16px;padding:1.5rem;color:#fffffff2;font-size:1.1rem;line-height:1.6;border-left:4px solid #22c55e}@media (max-width: 768px){.projects{padding:1rem 0}.projects-header h1{font-size:2rem}.projects-grid{grid-template-columns:1fr;gap:1.5rem}.project-card{padding:1.5rem}.tech-filter-banner{flex-direction:column;gap:1rem;text-align:center;padding:1rem}.filter-info{flex-direction:column;gap:.5rem}.project-detail-title{font-size:2rem}.project-detail-content{padding:2rem}.architecture-grid{grid-template-columns:1fr}.modal-cta{flex-direction:column;padding:1.5rem}}@media (max-width: 480px){.projects{padding:.5rem 0}.projects-header{margin-bottom:2rem}.projects-header h1{font-size:1.8rem}.project-card{padding:1rem}.tech-filter-banner{padding:1rem;margin:1rem 0}.filter-info{font-size:.9rem}.clear-filter-btn{padding:.4rem .8rem;font-size:.8rem}.project-detail-title{font-size:1.5rem}.project-detail-content{padding:1.5rem}.no-projects-content{padding:2rem}.no-projects-icon{font-size:3rem}}.contact{padding:2rem 0;max-width:1200px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-header h1{font-size:2.5rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.contact-header p{font-size:1.1rem;color:#ffffffe6;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.2)}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:3rem}.contact-main{display:flex;flex-direction:column;gap:2rem}.contact-intro{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #00000026;color:#fff}.contact-intro h2{font-size:1.8rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1)}.contact-intro p{line-height:1.6;color:#ffffffe6;margin-bottom:1rem;text-shadow:0 1px 2px rgba(0,0,0,.1)}.contact-intro p:last-child{margin-bottom:0}.contact-actions{display:flex;flex-direction:column;gap:1.5rem}.primary-actions{display:flex;flex-direction:column;gap:1rem}.secondary-actions{display:flex;justify-content:center}.contact-btn{display:flex;align-items:center;gap:1rem;padding:1.5rem;border:none;border-radius:20px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:left;position:relative;overflow:hidden;border:2px solid transparent;text-decoration:none;width:100%}.contact-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.25),transparent);transition:left .5s}.contact-btn:hover:before{left:100%}.email-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;box-shadow:0 15px 30px #3b82f666}.email-btn:hover{transform:translateY(-5px);box-shadow:0 20px 40px #3b82f680;border-color:#fff6}.linkedin-btn{background:linear-gradient(135deg,#0066b2,#004e8c);color:#fff;box-shadow:0 15px 30px #0066b266}.linkedin-btn:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0066b280;border-color:#fff6}.github-btn{background:linear-gradient(135deg,#87ceeb4d,#6495ed4d);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;border:2px solid rgba(135,206,235,.4);box-shadow:0 15px 30px #87ceeb33}.github-btn:hover{transform:translateY(-5px);background:linear-gradient(135deg,#87ceeb66,#6495ed66);border-color:#87ceeb99;box-shadow:0 20px 40px #87ceeb4d}.phone-btn{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);color:#fff;border:2px solid rgba(255,255,255,.4);box-shadow:0 15px 30px #00000026}.phone-btn:hover{transform:translateY(-5px);background:#ffffff40;border-color:#fff9;box-shadow:0 20px 40px #0003}.btn-icon{font-size:2rem;min-width:2rem}.btn-content{display:flex;flex-direction:column}.btn-title{font-size:1.1rem;font-weight:700;margin-bottom:.25rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.btn-subtitle{font-size:.9rem;opacity:.9;font-weight:500;text-shadow:0 1px 2px rgba(0,0,0,.1)}.contact-info{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #00000026;color:#fff;height:fit-content}.contact-info h3{font-size:1.5rem;font-weight:700;margin:0 0 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1)}.info-grid{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.info-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff26;border-radius:15px;border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.info-item:hover{background:#fff3;transform:translate(5px);box-shadow:0 8px 16px #0003}.info-icon{font-size:1.5rem;min-width:1.5rem}.info-details h4{font-size:1rem;font-weight:600;margin:0 0 .25rem;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.2)}.info-details p{font-size:.9rem;color:#fffc;margin:0;text-shadow:0 1px 2px rgba(0,0,0,.1)}.availability{padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.3)}.availability h4{font-size:1.1rem;font-weight:600;margin:0 0 1rem;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.2)}.availability-status{margin-bottom:1rem;text-align:left}.availability-text{font-weight:700;color:#22c55e;font-size:1.15rem;text-align:left;text-shadow:none;display:block;margin-bottom:.5rem}.contact-footer{background:#ffffff26;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.3);box-shadow:0 20px 40px #00000026;text-align:center;color:#fff}.footer-content h3{font-size:1.6rem;font-weight:700;margin:0 0 1rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 4px rgba(0,0,0,.1)}.footer-content p{line-height:1.6;color:#ffffffe6;margin-bottom:1.5rem;max-width:600px;margin-left:auto;margin-right:auto;text-shadow:0 1px 2px rgba(0,0,0,.1)}.response-time{display:flex;align-items:center;justify-content:center;gap:.75rem;background:#ffffff26;padding:1rem 1.5rem;border-radius:15px;border:1px solid rgba(255,255,255,.3);width:fit-content;margin:0 auto}.response-icon{font-size:1.2rem}.response-time span{font-weight:600;color:#fffffff2;text-shadow:0 1px 2px rgba(0,0,0,.2)}@media (max-width: 768px){.contact{padding:1rem 0}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-intro{padding:1.5rem}.contact-btn{padding:1.25rem}.contact-info{padding:1.5rem}.info-item{padding:.75rem}.contact-footer{padding:1.5rem}.contact-header h1{font-size:2rem}.response-time{padding:.75rem 1.25rem}}.floating-chat-button{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:16px 20px;border-radius:50px;cursor:pointer;box-shadow:0 8px 32px #667eea4d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;font-weight:600;font-size:.9rem;max-width:250px;min-width:60px;animation:slideInFromRight .6s ease-out}.floating-chat-button:hover{transform:translateY(-2px);box-shadow:0 12px 40px #667eea66}.floating-chat-button:active{transform:translateY(-1px)}@keyframes slideInFromRight{0%{opacity:0;transform:translate3d(100px,0,0)}to{opacity:1;transform:translateZ(0)}}.chat-button-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative}.chat-button-text{white-space:nowrap;transition:all .3s ease}.chat-button-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50px;background:linear-gradient(135deg,#667eea,#764ba2);opacity:.3;animation:pulse 4s infinite;pointer-events:none}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.3}50%{transform:translate(-50%,-50%) scale(1.05);opacity:.1}to{transform:translate(-50%,-50%) scale(1);opacity:.3}}.chat-tooltip{position:fixed;bottom:90px;right:24px;z-index:999;animation:slideInUp .3s ease-out}.tooltip-content{background:#fffffffa;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.4);border-radius:16px;padding:20px;box-shadow:0 12px 40px #0003;color:#1a1a1a;max-width:280px;font-size:.9rem}.tooltip-content p{margin:0 0 12px;font-weight:700;color:#1a1a1a}.tooltip-content p:last-of-type{margin-bottom:8px;font-weight:600;color:#333}.tooltip-content ul{list-style:none;padding:0;margin:0 0 16px}.tooltip-content li{padding:4px 0;color:#444;font-size:.85rem;font-weight:500}.tooltip-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:10px 16px;border-radius:12px;cursor:pointer;font-weight:600;font-size:.85rem;width:100%;transition:all .3s ease}.tooltip-cta:hover{transform:translateY(-1px);box-shadow:0 4px 16px #667eea4d}@keyframes slideInUp{0%{opacity:0;transform:translate3d(0,20px,0)}to{opacity:1;transform:translateZ(0)}}@media (max-width: 768px){.floating-chat-button{bottom:20px;right:20px;padding:14px 18px;font-size:.85rem;max-width:220px}.chat-button-text{font-size:.8rem}.chat-tooltip{bottom:80px;right:20px}.tooltip-content{max-width:260px;padding:18px}}@media (max-width: 480px){.floating-chat-button{bottom:16px;right:16px;padding:12px 16px;max-width:200px}.chat-tooltip{bottom:70px;right:16px;left:16px}.tooltip-content{max-width:none}}@media (max-width: 350px){.chat-button-text{display:none}.floating-chat-button{width:56px;height:56px;border-radius:50%;padding:0;justify-content:center}}.floating-chat-button.first-visit{animation:bounceIn 1s ease-out 2s both}@keyframes bounceIn{0%{opacity:0;transform:scale(.5) translate3d(100px,0,0)}50%{opacity:1;transform:scale(1.05) translateZ(0)}70%{transform:scale(.95) translateZ(0)}to{opacity:1;transform:scale(1) translateZ(0)}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-blue: #3b82f6;--primary-blue-dark: #1d4ed8;--secondary-blue: #60a5fa;--accent-blue: #2563eb;--success-green: #22c55e;--warning-amber: #f59e0b;--warning-amber-dark: #d97706;--bg-gradient-start: #1e3c72;--bg-gradient-end: #2a5298;--glass-bg: rgba(255, 255, 255, .15);--glass-border: rgba(255, 255, 255, .3);--text-white: #ffffff;--text-white-90: rgba(255, 255, 255, .9);--text-white-80: rgba(255, 255, 255, .8);--text-white-70: rgba(255, 255, 255, .7);--special-text-glow: 0 0 20px rgba(59, 130, 246, .4);--special-text-shadow: 0 2px 4px rgba(0, 0, 0, .3);--special-text-outline: 1px solid rgba(59, 130, 246, .3);--card-shadow: 0 20px 40px rgba(0, 0, 0, .15);--card-shadow-hover: 0 25px 50px rgba(0, 0, 0, .25);--button-shadow: 0 15px 30px rgba(59, 130, 246, .4)}.special-heading,h1.special-heading,h2.special-heading,h3.special-heading{color:var(--text-white)!important;font-weight:700!important;text-shadow:var(--special-text-glow),var(--special-text-shadow)!important;position:relative!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:var(--text-white)!important;background-clip:unset!important}.special-heading:after,h1.special-heading:after,h2.special-heading:after,h3.special-heading:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--primary-blue),var(--primary-blue-dark));border-radius:2px;opacity:.7}.section-title,h1.section-title,h2.section-title,h3.section-title{color:var(--text-white)!important;font-weight:700!important;text-shadow:0 0 15px rgba(59,130,246,.3),0 2px 4px rgba(0,0,0,.2)!important;border-left:4px solid var(--primary-blue)!important;padding-left:1rem!important;position:relative!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:var(--text-white)!important;background-clip:unset!important}.accent-text,h1.accent-text,h2.accent-text,h3.accent-text,h4.accent-text{color:var(--text-white)!important;font-weight:600!important;text-shadow:0 0 10px rgba(59,130,246,.4),0 1px 2px rgba(0,0,0,.2)!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:var(--text-white)!important;background-clip:unset!important}.subtitle-text,h1.subtitle-text,h2.subtitle-text,h3.subtitle-text,h4.subtitle-text{color:var(--text-white)!important;font-weight:600!important;text-shadow:0 1px 3px rgba(0,0,0,.3)!important;background:none!important;-webkit-background-clip:unset!important;-webkit-text-fill-color:var(--text-white)!important;background-clip:unset!important}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:linear-gradient(135deg,var(--bg-gradient-start) 0%,var(--bg-gradient-end) 100%);min-height:100vh;margin:0;padding:0;scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}.App{min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0;width:100%}.main-content{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}@media (max-width: 768px){.main-content{padding:1.5rem 1rem}}.btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s ease;cursor:pointer;font-size:.95rem}.btn-primary{background:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-blue-dark) 100%);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--button-shadow)}.btn-secondary{background:var(--glass-bg);color:#fff;border:2px solid rgba(255,255,255,.4)}.btn-secondary:hover{background:#ffffff40;border-color:#fff9}#root{margin:0;padding:0;width:100%}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}
