*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;min-height:100vh;background-color:#0a0a0a;overflow-x:hidden}#root{width:100%}.app-container{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:#0a0a0a48;color:#f8fafc}.hero{padding:8rem 2rem;text-align:center;background:radial-gradient(circle at top,#1e1b4b,#0a0a0a);border-bottom:1px solid #2e1065;position:relative;height:1000px}.hero-content{position:relative;z-index:10}.logo-container{margin-bottom:2rem}.main-logo{height:100px;width:auto;filter:drop-shadow(0 0 20px rgba(168,85,247,.6))}.hero-title-wrapper{display:inline-block;filter:drop-shadow(0 0 15px rgba(168,85,247,.4))}.hero h1{font-size:3.5rem;margin-bottom:1rem;background:linear-gradient(to right,#a855f7,#3b82f6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:#050505;font-weight:900;letter-spacing:-.025em}.section-title-main{font-size:1.25rem;color:#a855f7;text-transform:uppercase;letter-spacing:.4em;margin-bottom:3rem;position:relative;font-weight:800}.section-title-main:after{content:"";display:block;width:80px;height:3px;background:linear-gradient(to right,#a855f7,#3b82f6);margin:1rem auto 0;border-radius:4px}.subtitle{font-size:1.75rem;color:#fff;margin-bottom:3rem;font-weight:500;text-shadow:0 2px 10px rgba(0,0,0,.8)}.noise-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;mix-blend-mode:soft-light;transition:opacity .3s ease}.starfield-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.7;filter:blur(.3px)}.tabs{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;max-width:1000px;margin:0 auto}.pixel-button-wrapper{border-radius:9999px;border:2px solid #3b82f6;background:#3b82f60d;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;overflow:hidden;min-width:200px;max-width:280px;position:relative}.pixel-button-wrapper>div{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.pixel-button-wrapper button{position:relative;z-index:100;pointer-events:auto}.pixel-button-wrapper:hover{background:#3b82f633;transform:translateY(-5px);box-shadow:0 10px 40px -10px #3b82f680;border-color:#60a5fa}.pixel-button-wrapper.active{background:linear-gradient(135deg,#a855f7,#3b82f6);border-color:transparent;box-shadow:0 0 50px #a855f7b3;transform:scale(1.05) translateY(-2px)}.pixel-button-wrapper button,.pixel-button-wrapper span{padding:.8rem 1.5rem;background:transparent;border:none;color:#fff;cursor:pointer;font-weight:800;text-transform:uppercase;letter-spacing:.1em;font-size:.85rem;width:100%;height:100%;display:block}.content{flex:1;padding:4rem 2rem;max-width:1200px;margin:0 auto;width:100%}.zoom-on-hover{transition:transform .6s cubic-bezier(.34,1.56,.64,1)!important}.zoom-on-hover:hover{transform:scale(1.04)!important;z-index:10}.image-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f2;z-index:100;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .3s ease}.image-modal img{max-width:90vw;max-height:90vh;object-fit:contain;border-radius:1rem;box-shadow:0 0 60px #a855f74d}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.workflow-header{margin-bottom:4rem;text-align:center}.workflow-header h2{font-size:2.75rem;margin-bottom:1rem;font-weight:700}.cliniko-theme .workflow-header h2{color:#3b82f6}.enterprise-theme .workflow-header h2{color:#a855f7}.workflow-header p{color:#94a3b8;font-size:1.125rem;max-width:650px;margin:0 auto 2.5rem;line-height:1.6}.workflow-image,.workflow-video{border-radius:1.5rem;overflow:hidden;border:2px solid #1e1b4b;box-shadow:0 25px 50px -12px #000000b3;max-width:1000px;margin:3rem auto 0;background:#000}.workflow-image img,.workflow-video video{width:100%;height:auto;display:block}.workflow-gallery{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:3rem auto 0;max-width:1000px}.gallery-main{border-radius:1.5rem;overflow:hidden;border:2px solid #1e1b4b;box-shadow:0 25px 50px -12px #000000b3}.gallery-main img{width:100%;display:block}.gallery-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.gallery-grid img{width:100%;border-radius:1rem;border:2px solid #1e1b4b;box-shadow:0 15px 30px -10px #00000080}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:4rem}.step-card{background:#111;padding:2.5rem;border-radius:1.25rem;border:1px solid #1e1b4b;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.step-card:hover{transform:translateY(-10px);box-shadow:0 20px 30px -10px #00000080;border-color:#3b82f6;background:#1a1a1a}.enterprise-theme .step-card:hover{border-color:#a855f7}.step-number{font-size:5rem;font-weight:900;position:absolute;top:-1rem;right:-.5rem;opacity:.03;color:#fff}.step-card h3{margin-bottom:1.25rem;font-size:1.6rem;color:#fff;font-weight:700}.step-card p{color:#94a3b8;line-height:1.7;font-size:1rem}.cliniko-theme .step-card:hover{border-bottom:5px solid #3b82f6}.enterprise-theme .step-card:hover{border-bottom:5px solid #a855f7}.footer{padding:3rem;text-align:center;border-top:1px solid #1e1b4b;color:#4b5563;font-size:.95rem;background:#050505}.social-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem}.social-links a img{height:40px;width:auto;transition:transform .3s ease,filter .3s ease;filter:grayscale(1) brightness(.8)}.social-links a:hover img{transform:scale(1.1);filter:grayscale(0) brightness(1)}.resume-section{color:#f8fafc}.resume-header{text-align:center;margin-bottom:4rem}.resume-header h2{font-size:3rem;margin-bottom:.5rem;color:#fff}.resume-title{font-size:1.5rem;color:#a855f7;margin-bottom:.25rem;font-weight:600}.resume-location{color:#94a3b8;margin-bottom:1.5rem}.download-btn{display:inline-block;padding:.75rem 1.5rem;background:linear-gradient(135deg,#a855f7,#3b82f6);color:#fff;border-radius:.5rem;text-decoration:none;font-weight:700;transition:all .3s ease}.download-btn:hover{transform:translateY(-2px);box-shadow:0 0 20px #a855f766}.resume-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.resume-block{margin-bottom:3rem}.resume-block h3{font-size:1.5rem;color:#3b82f6;border-bottom:1px solid #1e1b4b;padding-bottom:.5rem;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em}.experience-item{margin-bottom:2rem}.experience-item h4{font-size:1.25rem;margin-bottom:.75rem;color:#f8fafc}.experience-item h4 span{color:#94a3b8;font-weight:400;font-size:1rem}.experience-item ul{list-style:none;padding-left:0}.experience-item li{position:relative;padding-left:1.5rem;margin-bottom:.5rem;color:#94a3b8;line-height:1.6}.experience-item li:before{content:"•";color:#a855f7;position:absolute;left:0;font-weight:700}.project-item{margin-bottom:1.5rem}.project-item h4{color:#f8fafc;margin-bottom:.5rem}.project-item p{color:#94a3b8;line-height:1.6}.skill-group{margin-bottom:1.5rem}.skill-group strong{display:block;color:#a855f7;margin-bottom:.25rem}.skill-group p{color:#94a3b8;line-height:1.5}.noise-section{position:relative;width:100%;overflow:hidden}.noise-canvas{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;mix-blend-mode:soft-light;transition:opacity .3s ease}.content{position:relative;z-index:2}.starfield-layer{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;filter:blur(.4px);transition:opacity .4s ease}.hero-content{position:relative;z-index:2}@media (max-width: 900px){.resume-grid{grid-template-columns:1fr}}@media (max-width: 768px){.hero h1{font-size:2.5rem}.tabs{flex-direction:column;align-items:center;padding:0 2rem}.tabs button{width:100%}.content{padding:2rem 1.5rem}}:root{font-family:Inter,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}}
