/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid}}}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.flex{display:flex}.grid{display:grid}.inline-flex{display:inline-flex}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Space Mono,Menlo,monospace;line-height:1.6;color:#2d2d2d;background:#fefefe;min-height:100vh;overflow-x:hidden}html{scroll-behavior:smooth}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:radial-gradient(circle at 20% 80%,rgba(255,215,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(0,191,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(255,105,180,.1) 0%,transparent 50%);z-index:-2;animation:morphBackground 25s ease-in-out infinite;transition:all .8s ease-out}@keyframes morphBackground{0%,to{transform:translateY(0) rotate(0) scale(1);filter:hue-rotate(0deg)}25%{transform:translateY(-30px) rotate(3deg) scale(1.1);filter:hue-rotate(90deg)}50%{transform:translateY(-20px) rotate(-2deg) scale(.95);filter:hue-rotate(180deg)}75%{transform:translateY(-40px) rotate(4deg) scale(1.05);filter:hue-rotate(270deg)}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(2deg)}}body:after{content:"• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • •";position:fixed;top:0;left:0;width:100vw;height:100vh;font-size:12px;color:#64646433;z-index:-1;pointer-events:none;word-spacing:40px;line-height:60px;padding:40px}body{position:relative}body:after{content:"• • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • • •";position:fixed;top:0;left:0;width:100vw;height:100vh;font-size:12px;color:#64646433;z-index:-1;pointer-events:none;word-spacing:40px;line-height:60px;padding:40px;animation:floatDots 30s linear infinite}@keyframes floatDots{0%{transform:translate(0) translateY(0) rotate(0)}25%{transform:translate(-10px) translateY(-5px) rotate(2deg)}50%{transform:translate(5px) translateY(-10px) rotate(-1deg)}75%{transform:translate(-5px) translateY(-3px) rotate(3deg)}to{transform:translate(0) translateY(0) rotate(0)}}.section{position:relative;overflow:hidden}.section:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:-1;opacity:0;transition:opacity 1.2s ease-in-out;background:conic-gradient(from 45deg at 80% 20%,transparent 60%,rgba(255,235,59,.05) 80%,transparent 100%),conic-gradient(from 225deg at 20% 80%,transparent 60%,rgba(78,205,196,.05) 80%,transparent 100%);animation:rotateGradient 40s linear infinite}@keyframes rotateGradient{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(360deg) scale(1)}}.section:nth-child(2n):after{background:radial-gradient(ellipse at top left,rgba(255,107,107,.04) 0%,transparent 50%),radial-gradient(ellipse at bottom right,rgba(0,191,255,.04) 0%,transparent 50%);animation:pulseEllipse 35s ease-in-out infinite}@keyframes pulseEllipse{0%,to{transform:scale(1) rotate(0)}33%{transform:scale(1.2) rotate(120deg)}66%{transform:scale(.8) rotate(240deg)}}.section:hover:after,.section:focus-within:after{opacity:.6}.navbar{position:fixed;top:20px;right:20px;z-index:1000;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid #2d2d2d;border-radius:30px;padding:8px 20px;box-shadow:4px 4px #0003;transform:rotate(-1deg)}.nav-container{display:flex;align-items:center;gap:20px}.logo{font-size:18px;font-weight:700;color:#2d2d2d;transform:rotate(1deg)}.nav-links{display:flex;gap:20px;list-style:none}.nav-link{color:#2d2d2d;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);padding:8px 12px;border-radius:20px;font-size:14px;position:relative}.nav-link:hover{background:#ffeb3b;transform:rotate(-2deg) scale(1.1)}.nav-link.active{background:#ff6b6b;color:#fff;transform:rotate(2deg)}.section{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:100px 20px 20px;position:relative}.featured-section{background:linear-gradient(135deg,#ffeb3b0d,#ff6b6b0d,#4ecdc40d);position:relative;overflow:hidden}.featured-section:before{content:"★ ★ ★ ★ ★";position:absolute;top:30px;left:0;right:0;text-align:center;font-size:20px;color:#ffd7004d;animation:sparkle 4s ease-in-out infinite;z-index:1}@keyframes sparkle{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:.6;transform:translateY(-5px)}}.featured-container{max-width:900px;margin:0 auto;text-align:center;position:relative;z-index:2}.featured-badge{display:inline-block;background:#ffeb3b;color:#2d2d2d;font-size:14px;font-weight:700;padding:10px 25px;border:3px solid #2d2d2d;border-radius:30px;margin-bottom:30px;transform:rotate(-2deg);box-shadow:5px 5px #0003;animation:featured-bounce 3s ease-in-out infinite;letter-spacing:1px}@keyframes featured-bounce{0%,to{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-3px)}}.featured-title{font-size:3.5rem;font-weight:900;color:#2d2d2d;margin-bottom:25px;position:relative;transform:rotate(-.5deg);text-shadow:3px 3px 0px rgba(255,107,107,.3)}.featured-title:before{content:"";position:absolute;bottom:10px;left:-10px;right:-10px;height:12px;background:linear-gradient(90deg,#4ecdc4,#ffeb3b);z-index:-1;transform:skew(-8deg);border-radius:4px}.featured-description{font-size:20px;color:#555;line-height:1.7;background:#ffffffe6;padding:25px 35px;border:3px solid #2d2d2d;border-radius:25px;transform:rotate(.5deg);box-shadow:8px 8px #0000001a;position:relative;max-width:700px;margin-left:auto;margin-right:auto;margin-bottom:50px}.featured-description:before{content:"🎯";position:absolute;top:-15px;right:30px;font-size:30px;background:#fefefe;padding:5px;border-radius:50%}.featured-tech-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:30px 0}.featured-tech-tag{background:linear-gradient(135deg,#ff6b6b,#4ecdc4);color:#fff;border:2px solid #2d2d2d;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:700;transform:rotate(-1deg);transition:all .3s cubic-bezier(.68,-.55,.265,1.55);box-shadow:3px 3px #0003}.featured-tech-tag:nth-child(2n){transform:rotate(1deg);background:linear-gradient(135deg,#4ecdc4,#ffeb3b);color:#2d2d2d}.featured-tech-tag:hover{transform:rotate(0) scale(1.1);box-shadow:5px 5px #0000004d}.featured-buttons{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:40px}.featured-button-primary{background:#ff6b6b;color:#fff;transform:rotate(-1deg) scale(1.1);padding:18px 40px;font-size:18px}.featured-button-primary:hover{background:#ffeb3b;color:#2d2d2d;transform:rotate(1deg) scale(1.15)}.featured-button-secondary{background:#4ecdc4;color:#2d2d2d;transform:rotate(1deg);padding:14px 32px;font-size:16px;border:3px solid #2d2d2d;border-radius:25px;text-decoration:none;font-weight:700;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);box-shadow:4px 4px #0003;font-family:inherit}.featured-button-secondary:hover{background:#fff;transform:rotate(-1deg) scale(1.05);box-shadow:6px 6px #0000004d}.featured-video-container{margin:50px 0}.featured-video{background:#fffffff2;border:4px solid #2d2d2d;border-radius:25px;padding:20px;box-shadow:10px 10px #00000026;transform:rotate(-.5deg);transition:all .4s ease;position:relative}.featured-video:before{content:"🎬";position:absolute;top:-15px;left:30px;font-size:25px;background:#fefefe;padding:8px;border-radius:50%;border:2px solid #2d2d2d}.featured-video:hover{transform:rotate(0) scale(1.02);box-shadow:15px 15px #0003}.featured-video video{border:3px solid #2d2d2d;border-radius:15px}@media (max-width: 768px){.featured-title{font-size:2.5rem}.featured-description{font-size:16px;padding:20px 25px}.featured-buttons{flex-direction:column;gap:15px}.featured-button-primary,.featured-button-secondary{width:100%;max-width:300px;text-align:center}.featured-tech-tags{gap:8px}.featured-tech-tag{font-size:12px;padding:6px 12px}.featured-video{padding:15px;transform:rotate(0)}.featured-section:before{font-size:16px;top:20px}}.hero{text-align:center;max-width:800px;margin:0 auto;position:relative}.profile-pic{width:150px;height:150px;margin:0 auto 40px;border:4px solid #2d2d2d;background:linear-gradient(45deg,#ffeb3b,#ff6b6b,#4ecdc4);transform:rotate(-5deg);position:relative;box-shadow:8px 8px #0000001a}.profile-pic:before{content:"👋";position:absolute;top:-20px;right:-20px;font-size:30px;animation:wave 2s ease-in-out infinite}@keyframes wave{0%,50%,to{transform:rotate(0)}25%{transform:rotate(-20deg)}75%{transform:rotate(20deg)}}.profile-inner{width:100%;height:100%;background:#2d2d2d;display:flex;align-items:center;justify-content:center;font-size:60px;font-weight:700;color:#fff;position:relative;margin:4px}.hero-title{font-size:4rem;font-weight:900;margin:0 0 30px;color:#2d2d2d;position:relative;display:inline-block;transform:rotate(-1deg)}.hero-title:before{content:"";position:absolute;bottom:10px;left:-10px;right:-10px;height:8px;background:#ffeb3b;z-index:-1;transform:skew(-12deg)}.hero-text{font-size:18px;color:#555;line-height:1.8;margin-bottom:40px;background:#fffc;padding:30px;border:2px solid #2d2d2d;border-radius:20px;transform:rotate(.5deg);box-shadow:6px 6px #0000001a;position:relative}.highlight{background:#4ecdc4;color:#fff;padding:2px 8px;border-radius:8px;font-weight:700;transform:rotate(-1deg);display:inline-block}.button-container{display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:40px}.featured-video-container{max-width:600px;margin:40px auto}.featured-video-header{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:20px;font-size:18px;font-weight:700;color:#2d2d2d;background:#ffffffe6;padding:12px 24px;border:2px solid #2d2d2d;border-radius:25px;box-shadow:4px 4px #0000001a;transform:rotate(-1deg);position:relative}.featured-video-header:before{content:"⭐";position:absolute;top:-8px;right:-8px;font-size:20px;animation:twinkle 2s ease-in-out infinite}@keyframes twinkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.featured-video{position:relative;background:#fffffff2;border:3px solid #2d2d2d;border-radius:20px;padding:15px;box-shadow:8px 8px #0000001a;transform:rotate(.5deg);transition:all .3s ease}.featured-video:hover{transform:rotate(0) scale(1.02);box-shadow:12px 12px #00000026}.featured-video video{border:2px solid #2d2d2d}.video-caption{margin-top:15px;text-align:center;font-size:14px;color:#555;line-height:1.5}.video-caption strong{color:#ff6b6b;font-weight:700}.cta-button{padding:16px 32px;background:#ff6b6b;color:#fff;border:3px solid #2d2d2d;border-radius:25px;font-size:16px;font-weight:700;cursor:pointer;text-decoration:none;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);display:inline-block;transform:rotate(-2deg);box-shadow:4px 4px #0003;font-family:inherit}.cta-button:hover{transform:rotate(2deg) scale(1.05);background:#ffeb3b;color:#2d2d2d}.social-links{display:flex;gap:20px;justify-content:center}.social-link{padding:15px;background:#fff;border:2px solid #2d2d2d;border-radius:50%;color:#2d2d2d;text-decoration:none;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);display:flex;align-items:center;justify-content:center;box-shadow:4px 4px #0000001a;position:relative}.social-link:hover{transform:rotate(15deg) scale(1.1);background:#4ecdc4;color:#fff}.social-link:nth-child(1){transform:rotate(-5deg)}.social-link:nth-child(2){transform:rotate(5deg)}.content-section{padding:100px 20px;max-width:1200px;margin:0 auto;width:100%;position:relative}.section-title{font-size:3rem;font-weight:900;text-align:center;margin-bottom:60px;color:#2d2d2d;position:relative;transform:rotate(-1deg)}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:100px;height:4px;background:#ff6b6b;border-radius:2px}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.card{background:#ffffffe6;border:3px solid #2d2d2d;border-radius:20px;padding:30px;box-shadow:6px 6px #0000001a;position:relative;transition:all .3s ease}.card:nth-child(odd){transform:rotate(1deg)}.card:nth-child(2n){transform:rotate(-1deg)}.card:hover{transform:rotate(0) scale(1.02);box-shadow:10px 10px #0003}.card-title{font-size:24px;font-weight:700;color:#2d2d2d;margin-bottom:16px;position:relative}.card-title:before{content:"▶";position:absolute;left:-20px;color:#ff6b6b}.card-text{color:#555;line-height:1.7}.involvements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px;max-width:1000px;margin:0 auto}.involvement-card{background:#fffffff2;border:3px solid #2d2d2d;border-radius:25px;padding:35px;box-shadow:8px 8px #0000001a;position:relative;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);display:flex;flex-direction:column;align-items:center;text-align:center}.involvement-card:nth-child(odd){transform:rotate(1.5deg)}.involvement-card:nth-child(2n){transform:rotate(-1.5deg)}.involvement-card:hover{transform:rotate(0) scale(1.03);box-shadow:12px 12px #00000026}.involvement-card:before{content:"";position:absolute;top:-8px;left:20px;width:30px;height:16px;background:#ffeb3b;border:2px solid #2d2d2d;border-radius:8px;transform:rotate(-10deg)}.involvement-icon{margin-bottom:20px;padding:15px;background:#ffffffe6;border:2px solid #2d2d2d;border-radius:50%;box-shadow:4px 4px #0000001a;transform:rotate(-5deg);transition:all .3s ease}.involvement-card:hover .involvement-icon{transform:rotate(5deg) scale(1.1)}.involvement-content{flex:1}.involvement-title{font-size:22px;font-weight:700;color:#2d2d2d;margin-bottom:8px;position:relative}.involvement-title:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:40px;height:3px;background:#ff6b6b;border-radius:2px}.involvement-org{font-size:16px;color:#666;margin-bottom:20px;font-weight:600;text-transform:uppercase;letter-spacing:1px}.involvement-description{color:#555;line-height:1.7;margin-bottom:25px;font-size:15px}.involvement-link{display:inline-flex;align-items:center;gap:8px;color:#2d2d2d;text-decoration:none;font-size:16px;font-weight:700;padding:12px 24px;border:2px solid #2d2d2d;border-radius:25px;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);background:#4ecdc4;transform:rotate(-1deg);box-shadow:3px 3px #0000001a}.involvement-link:hover{background:#ffeb3b;transform:rotate(1deg) scale(1.05);box-shadow:5px 5px #00000026}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;max-width:1400px;margin:0 auto}.project-card{background:#fffffff2;border:3px solid #2d2d2d;border-radius:20px;overflow:hidden;transition:all .4s cubic-bezier(.68,-.55,.265,1.55);box-shadow:6px 6px #0000001a;position:relative}.project-card:nth-child(odd){transform:rotate(1deg)}.project-card:nth-child(2n){transform:rotate(-1deg)}.project-card:hover{transform:rotate(0) scale(1.03);box-shadow:12px 12px #0003}.project-image{height:200px;background:linear-gradient(135deg,#ffeb3b,#ff6b6b,#4ecdc4);display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:700;color:#2d2d2d;position:relative;border-bottom:3px solid #2d2d2d}.project-image:before{content:"⚡";position:absolute;top:10px;right:10px;font-size:24px}.project-video-indicator{position:absolute;top:12px;left:12px;z-index:10;background:#fffffff2;border:2px solid #2d2d2d;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;box-shadow:3px 3px #0003;transform:rotate(-3deg);transition:all .3s cubic-bezier(.68,-.55,.265,1.55);animation:pulse-subtle 3s ease-in-out infinite}.project-video-indicator:hover{transform:rotate(3deg) scale(1.1);background:#ffeb3b}.project-video-indicator:before{content:"▶";color:#ff6b6b;font-size:14px;font-weight:700;margin-left:2px}@keyframes pulse-subtle{0%,to{box-shadow:3px 3px #0003}50%{box-shadow:5px 5px #00000026}}.project-content{padding:25px;background:#fff}.project-title{font-size:20px;font-weight:700;margin-bottom:15px;color:#2d2d2d;position:relative}.project-title:after{content:"";position:absolute;bottom:-5px;left:0;width:30px;height:3px;background:#4ecdc4;border-radius:2px}.project-description{color:#666;font-size:14px;line-height:1.6;margin-bottom:20px}.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tech-tag{padding:6px 12px;background:#2d2d2d;color:#fff;border-radius:15px;font-size:12px;transform:rotate(-1deg);transition:all .3s ease}.tech-tag:nth-child(2n){transform:rotate(1deg)}.tech-tag:hover{background:#ff6b6b;transform:rotate(0) scale(1.1)}.project-link{display:inline-flex;align-items:center;gap:8px;color:#2d2d2d;text-decoration:none;font-size:14px;font-weight:700;padding:8px 16px;border:2px solid #2d2d2d;border-radius:20px;transition:all .3s ease;background:#ffeb3b}.project-link:hover{background:#4ecdc4;color:#fff;transform:scale(1.05)}.footer{padding:60px 20px;border-top:3px solid #2d2d2d;text-align:center;background:#ffffffe6;position:relative}.footer:before{content:"◆ ◆ ◆";position:absolute;top:-15px;left:50%;transform:translate(-50%);background:#fefefe;padding:0 20px;color:#2d2d2d;font-size:20px}.footer-text{color:#666;margin-top:20px;font-size:14px}@media (max-width: 768px){.navbar{position:fixed;top:10px;left:10px;right:10px;transform:rotate(0);padding:10px 15px}.nav-container{flex-direction:column;gap:15px}.nav-links{gap:15px}.hero-title{font-size:2.5rem}.hero-text{font-size:16px;padding:20px}.featured-video-container{max-width:100%;margin:30px 0}.featured-video-header{font-size:16px;padding:10px 20px}.section-title{font-size:2.5rem}.projects-grid{grid-template-columns:1fr}.involvements-grid{grid-template-columns:1fr;gap:30px}.involvement-card{padding:25px}.section{padding-top:120px}}.section:nth-child(odd){position:relative}.section:nth-child(odd):before{content:"◇";position:absolute;top:50px;left:50px;font-size:20px;color:#ff6b6b4d;animation:bounce 3s ease-in-out infinite}.section:nth-child(2n):before{content:"◈";position:absolute;bottom:50px;right:50px;font-size:20px;color:#4ecdc44d;animation:bounce 3s ease-in-out infinite 1.5s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}
