:root{font-family:Poppins,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-color: #000000;--text-primary: rgba(255, 255, 255, .87);--text-secondary: rgba(255, 255, 255, .6);--accent-color: #a855f7;--card-bg: rgba(10, 10, 10, .6);--card-border: rgba(255, 255, 255, .08);--scrollbar-track: #000000;--scrollbar-thumb: #222;--scrollbar-thumb-hover: #444}.theme-light{--bg-color: #ffffff;--text-primary: #334155 !important;--text-secondary: #64748b !important;--card-bg: rgba(255, 255, 255, .4) !important;--card-border: rgba(0, 0, 0, .1) !important;--scrollbar-track: #f1f5f9;--scrollbar-thumb: #cbd5e1;--scrollbar-thumb-hover: #94a3b8}.theme-light h1,.theme-light h2,.theme-light h3,.theme-light h4,.theme-light p,.theme-light span,.theme-light li,.theme-light div{color:var(--text-primary)}.theme-light .section-label{color:var(--accent-color)!important}.theme-light .card-description,.theme-light .card-company,.theme-light .contact-desc,.theme-light .section-subtitle,.theme-light .card-org,.theme-light .project-tech{color:var(--text-secondary)!important}html{scroll-behavior:auto!important;scrollbar-width:none;-ms-overflow-style:none;background-color:var(--bg-color);transition:background-color 1.5s ease;min-height:100vh}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}html.lenis,html.lenis body{height:auto}.lenis.lenis-smooth{scroll-behavior:auto!important}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}.lenis.lenis-scrolling iframe{pointer-events:none}body{margin:0;padding:0;min-width:320px;background-color:var(--bg-color);color:var(--text-primary);overflow-x:hidden;transition:background-color 1.5s ease,color 1.5s ease;min-height:100vh}*{box-sizing:border-box}.mouse-light-overlay{position:fixed;inset:0;z-index:1;pointer-events:none;background:radial-gradient(300px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(255,255,255,.6) 0%,rgba(255,255,255,.1) 35%,transparent 70%);mix-blend-mode:overlay}.main-content{position:relative;z-index:2}.hero-section{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:transparent}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;padding:1rem}.hero-content h1{font-size:5.5rem;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:2px;color:var(--text-primary);margin:0}.hero-content .hero-subtitle{font-size:1.25rem;font-weight:400;color:var(--text-secondary);margin-top:1rem;letter-spacing:1px;display:inline-block}.hero-f11-hint{position:absolute;bottom:5rem;left:50%;transform:translate(-50%);font-size:.8rem;color:var(--text-secondary);opacity:.7;letter-spacing:1px;animation:pulse 3s infinite ease-in-out;pointer-events:none;font-weight:300;text-transform:uppercase;z-index:10}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}.about-section{position:relative;width:100%;min-height:70vh;padding:5rem 2rem;background-color:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;border-top:none}.about-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.about-content{position:relative;z-index:2;width:100%;max-width:1200px;color:var(--text-primary);padding:0 1rem;text-align:center}.about-content .section-title{font-size:3rem;font-weight:700;margin-bottom:2.5rem;padding-bottom:.5rem;border-bottom:none;width:fit-content;margin-left:auto;margin-right:auto;justify-content:center;color:var(--text-primary)}.about-main{display:flex;align-items:center;justify-content:space-between;width:100%}.about-image{flex-basis:35%;padding-right:2rem}.about-image img{width:100%;height:auto;border-radius:0;border:none}.about-text{flex-basis:62%;text-align:left}.about-text p{font-size:1.15rem;line-height:1.7;color:var(--text-primary);text-align:justify}.about-text p:not(:last-child){margin-bottom:1.5rem}.journey-section{position:relative;width:100%;min-height:500px;padding:3rem 2rem;background-color:transparent;display:flex;align-items:center;justify-content:center}.journey-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.journey-container{display:flex;width:100%;height:100%;max-width:1200px;z-index:2}.journey-content-left{flex-basis:30%;display:flex;flex-direction:column;justify-content:center;padding-right:2rem;position:relative;z-index:3}.journey-title{font-size:3.5rem;font-weight:700;background-image:linear-gradient(to bottom,#fafafa,#a3a3a3);-webkit-background-clip:text;background-clip:text;color:transparent}.theme-light .journey-title{background-image:linear-gradient(to bottom,#111,#444);-webkit-background-clip:text;background-clip:text;color:transparent}.journey-description{margin-top:1rem;font-size:1.1rem;color:var(--text-secondary);max-width:500px}.journey-content-right{flex-basis:70%;position:relative;height:100%}.spline-canvas{width:100%!important;height:100%!important}.spline-loading{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-primary);font-family:Poppins,sans-serif}.theme-toggle-btn{background:transparent;border:none;color:var(--text-primary);cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.theme-toggle-btn:hover{background:#7d7d7d33;color:var(--accent-color)}.tray-divider{width:1px;height:20px;background:#7d7d7d4d;margin:0 8px}@media(max-width:1024px){.hero-content h1{font-size:4rem}.hero-content .hero-subtitle{font-size:1.1rem}.about-section{min-height:auto;padding:4rem 2rem}.about-main{flex-direction:column;gap:2rem}.about-image{flex-basis:100%;padding-right:0;max-width:400px;margin:0 auto}.about-text{flex-basis:100%}.about-text p{font-size:1rem;text-align:left}}@media(max-width:768px){.mouse-light-overlay{display:none}.hero-section{height:100svh;padding:1rem}.hero-content h1{font-size:2.5rem;letter-spacing:1px}.hero-content .hero-subtitle{font-size:1rem;margin-top:.75rem}.hero-f11-hint{font-size:.7rem;bottom:1rem}.about-section{padding:3rem 1.5rem}.about-content .section-title{font-size:2rem;margin-bottom:2rem}.about-text p{font-size:.95rem;line-height:1.6}.journey-section{padding:3rem 0}.journey-title{font-size:2.5rem}.journey-description{font-size:1rem}body{font-size:.95rem}.section-label{font-size:.75rem;letter-spacing:1.5px}.section-title-large{font-size:2rem!important;letter-spacing:-.5px}.section-subtitle{font-size:.9rem;max-width:100%}}@media(max-width:480px){.hero-content h1{font-size:2rem}.hero-content .hero-subtitle{font-size:.9rem}.about-content .section-title{font-size:1.75rem}.section-title-large{font-size:1.75rem!important}.journey-title{font-size:2rem}}@media(max-height:500px)and (orientation:landscape){.hero-section{height:auto;min-height:100svh;padding:2rem 1rem}.hero-content h1{font-size:2rem}.hero-f11-hint{display:none}}html.stop-scrolling,body.stop-scrolling{overflow:hidden!important}.hero-section-label{font-family:Courier New,monospace;color:#a855f7;font-size:1rem;margin-bottom:1rem;display:block;font-weight:600;text-align:center;letter-spacing:2px;opacity:0;animation:os-fade-in .8s ease-out .5s forwards}.hero-contact-link{display:inline-block;margin-top:1.5rem;padding:.5rem 1.5rem;color:var(--text-primary);border:1px solid rgba(255,255,255,.2);border-radius:9999px;font-size:.9rem;text-decoration:none;transition:all .3s ease;background:#ffffff0d;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);font-weight:500;cursor:pointer;opacity:0;animation:os-fade-up .8s ease-out 1.5s forwards}.hero-contact-link:hover{background:#a855f71a;border-color:#a855f7;transform:translateY(-2px);box-shadow:0 4px 12px #a855f733}.hero-scroll-indicator{position:absolute;bottom:5rem;left:2rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:var(--text-secondary);opacity:0;animation:os-fade-in 1s ease 2s forwards,bounce 2s infinite 2s;z-index:10;cursor:pointer}.hero-scroll-text{font-size:.75rem;writing-mode:vertical-rl;text-orientation:mixed;letter-spacing:2px;text-transform:uppercase}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.theme-light .hero-section-label{color:#a855f7}.theme-light .hero-contact-link{color:#333;border-color:#0000001a;background:#0000000d}.theme-light .hero-contact-link:hover{background:#a855f71a;border-color:#a855f7}.theme-light .hero-scroll-indicator{color:#555}.os-boot-title{opacity:0;display:inline-block;animation:os-scale-blur-in 1.8s cubic-bezier(.16,1,.3,1) forwards,os-text-shine 3s ease-in-out forwards;background:linear-gradient(110deg,var(--text-primary) 40%,#ffffff 50%,var(--text-primary) 60%);background-size:250% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;width:100%}.theme-light .os-boot-title{background:linear-gradient(110deg,var(--text-primary) 40%,#a855f7 50%,var(--text-primary) 60%);background-size:250% 100%;-webkit-background-clip:text;background-clip:text}@keyframes os-scale-blur-in{0%{opacity:0;transform:scale(.85);filter:blur(12px)}15%{opacity:.4;filter:blur(6px)}30%{opacity:1;filter:blur(0)}to{opacity:1;transform:scale(1);filter:blur(0)}}@keyframes os-text-shine{0%{background-position:100% 0}to{background-position:-100% 0}}@keyframes os-fade-in{0%{opacity:0}to{opacity:1}}@keyframes os-fade-up{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.os-boot-subtitle-wrapper{display:block;opacity:0;animation:os-fade-up .8s ease-out 1s forwards}.profile-section{position:relative;min-height:50vh;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:4rem 0}.glass-strip{width:100%;position:relative;background:#1414144d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;min-height:250px;transition:background 1.5s ease,border-color 1.5s ease}.glass-content{width:100%;max-width:1400px;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:relative}.profile-text-area{flex:4;z-index:2;padding:2rem 0}.terminal-header{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.section-label{font-family:Courier New,monospace;color:#a855f7;font-size:1rem;margin-bottom:0;display:block;font-weight:600}.terminal-line{height:1px;width:50px;background:#a855f7;opacity:.5}.bio-highlight{font-size:1.8rem;line-height:1.3;margin-bottom:1.5rem;font-weight:700;color:#fff;text-shadow:0 2px 10px rgba(0,0,0,.5)}.bio-body{font-size:1rem;line-height:1.6;color:#ccc;border-left:2px solid rgba(255,255,255,.1);padding-left:1.5rem;text-align:left}.profile-img-container{flex:0 0 420px;height:250px;position:relative;display:flex;align-items:center;justify-content:flex-end;overflow:visible}.horizontal-profile-img{height:100%;width:auto;object-fit:cover;-webkit-mask-image:linear-gradient(to left,black 60%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);mask-image:linear-gradient(to left,black 60%,transparent 100%),linear-gradient(to bottom,transparent 0%,black 15%,black 85%,transparent 100%);-webkit-mask-composite:source-in;mask-composite:intersect;filter:grayscale(100%) contrast(1.1);transition:filter .5s ease;opacity:.9}.infinite-scroll-wrapper{margin-top:1.5rem;width:100%;overflow:hidden;position:relative;mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.infinite-track{display:flex;width:max-content;animation:scrollLoop 20s linear infinite;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.scroll-item{font-family:Inter,sans-serif;font-size:1rem;font-weight:600;color:#fffc;background:#1414144d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;white-space:nowrap;transition:transform .3s ease,background 1.5s ease,border-color 1.5s ease,color 1.5s ease,text-shadow .3s ease;text-transform:uppercase;letter-spacing:.1em}.scroll-item:hover{color:#a855f7;text-shadow:0 0 15px rgba(168,85,247,.5)}@keyframes scrollLoop{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:900px){.glass-content{flex-direction:column-reverse;text-align:center;padding:2rem}.glass-strip{height:auto}.profile-text-area{padding-top:0}.bio-body{border-left:none;padding-left:0}.profile-img-container{width:100%;height:300px;justify-content:center;margin-bottom:2rem;overflow:hidden}.horizontal-profile-img{width:100%;height:100%;-webkit-mask-image:linear-gradient(to bottom,black 50%,transparent 100%);mask-image:linear-gradient(to bottom,black 50%,transparent 100%)}.terminal-header{justify-content:center}.terminal-line{display:none}}.theme-light .glass-strip{background:#fff9;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1)}.theme-light .bio-highlight{color:#111;text-shadow:0 2px 10px rgba(0,0,0,.1)}.theme-light .bio-body{color:#444;border-left:2px solid rgba(0,0,0,.1)}.theme-light .scroll-item{color:#555;background:#ffffff80;border:1px solid rgba(0,0,0,.1)}.theme-light .scroll-item:hover{color:#a855f7;background:#fff;border-color:#a855f74d;text-shadow:0 0 15px rgba(168,85,247,.3)}.theme-light .terminal-line{background:#a855f7}.profile-stats-container{display:flex;justify-content:center;gap:2rem;width:100%;max-width:1200px;margin:7rem auto 0;padding:0 2rem;flex-wrap:wrap}.stat-card{flex:1;min-width:250px;max-width:350px;height:180px;position:relative}.stat-card-inner{width:100%;height:100%;background:#0a0a0a99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;transition:transform .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1),background 1.5s ease,border-color 1.5s ease;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:center;overflow:hidden}.stat-card:hover .stat-card-inner{transform:translateY(-5px);background:#0f0f0fcc;border-color:#a855f74d;box-shadow:0 20px 40px #0006,0 0 0 1px #a855f733}.stat-number{font-size:3.5rem;font-weight:800;margin:0;line-height:1;background:linear-gradient(135deg,#fff 30%,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent;margin-bottom:.5rem}.stat-label{font-family:Courier New,monospace;font-size:.9rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:2px;margin:0 0 .2rem}.stat-sublabel{font-size:.8rem;color:#888;font-weight:300}.theme-light .stat-card-inner{background:#ffffff80;border-color:#0000000d;box-shadow:0 4px 20px #0000000d}.theme-light .stat-card:hover .stat-card-inner{background:#ffffffe6;border-color:#a855f766;box-shadow:0 20px 40px #a855f71a}.theme-light .stat-number{background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.theme-light .stat-label{color:#333}.theme-light .stat-sublabel{color:#666}@media(max-width:768px){.profile-stats-container{flex-direction:column;margin-top:4rem}.stat-card{max-width:100%;width:100%;height:140px}.stat-number{font-size:2.8rem}}.iridescence-container{width:100%;height:100%;position:absolute;top:0;left:0;z-index:0}.iridescence-container canvas{display:block;width:100%;height:100%}.projects-section{position:relative;width:100%;padding:6rem 0;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.projects-header{padding:0 4rem;margin-bottom:3rem;width:100%;text-align:center}.section-label{font-family:Courier New,monospace;color:#a855f7;font-size:.9rem;margin-bottom:.5rem;display:block;letter-spacing:2px}.section-title-large{font-size:3rem;font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-1px}.carousel-viewport{width:100%;height:600px;position:relative;display:flex;align-items:center;justify-content:center;perspective:1000px}.carousel-track{display:flex;align-items:center;gap:4rem;position:absolute;left:50%}.project-card{width:800px;height:500px;flex-shrink:0;border-radius:24px;position:relative;overflow:hidden;background:transparent;border:1px solid rgba(255,255,255,.08);box-shadow:0 15px 40px #00000080;display:flex;flex-direction:column;transition:transform .6s cubic-bezier(.25,1,.5,1),filter .6s cubic-bezier(.25,1,.5,1),opacity .6s cubic-bezier(.25,1,.5,1),box-shadow .6s cubic-bezier(.25,1,.5,1),background-color 1.5s ease,border-color 1.5s ease,color 1.5s ease;will-change:transform,filter,opacity}.project-card.inactive{opacity:.3;transform:scale(.85);pointer-events:none}.project-card.active{opacity:1;filter:blur(0px) grayscale(0%);transform:scale(1);border-color:#a855f766;box-shadow:0 0 40px #a855f71a,0 30px 60px #000c}.card-header-glass{width:100%;padding:1.5rem 2rem;background:#000000bf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;justify-content:center;flex-shrink:0}.header-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.project-category{font-size:.75rem;color:#a855f7;text-transform:uppercase;letter-spacing:2px;font-weight:700}.project-year{font-size:.75rem;color:#666;font-weight:600}.project-title{font-size:2rem;font-weight:700;color:#fff;margin:0;letter-spacing:-.5px}.card-body-split{flex:1;display:flex;width:100%;overflow:hidden;background:#050505}.card-col{flex:1;padding:2rem;display:flex;flex-direction:column}.main-col{flex:7;border-right:1px solid rgba(255,255,255,.08)}.tech-col{flex:2;background:#ffffff05}.tech-list{list-style:none;padding:0;margin:1.2rem 0 0;display:flex;flex-direction:column;gap:.3rem}.tech-item-project{font-size:.85rem;color:#999;font-family:inherit;border-bottom:1px solid rgba(255,255,255,.05);background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;padding:5px 5px 5px 10px}.tech-item-project:last-child{border-bottom:none}.body-label{font-size:.7rem;text-transform:uppercase;letter-spacing:1.5px;color:#666;font-weight:600;display:block}.project-description{font-size:.95rem;color:#ccc;line-height:1.7;margin-bottom:auto;text-align:left;padding:0}.github-btn{display:inline-flex;align-items:center;gap:.75rem;margin-top:2rem;padding:.8rem 1.5rem;background:#fff;color:#000;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;width:max-content}.github-btn:hover{background:#e0e0e0;transform:translateY(-2px);box-shadow:0 5px 15px #ffffff26}.nav-btn-floating{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:50;transition:all .3s ease}.nav-btn-floating:hover{background:#fff;color:#000;transform:translateY(-50%) scale(1.1)}.nav-btn-floating.prev{left:4%}.nav-btn-floating.next{right:4%}.projects-scroll-snap-container{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:1rem 1.5rem 2rem;width:100%;-webkit-overflow-scrolling:touch}.projects-scroll-snap-container::-webkit-scrollbar{display:none}.projects-scroll-snap-container{-ms-overflow-style:none;scrollbar-width:none}.project-card-snap{scroll-snap-align:center;flex:0 0 85vw;max-width:400px;display:flex;flex-direction:column;background:#0a0a0ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0006;transform:translateZ(0);will-change:transform;transition:transform .3s ease}@media(min-width:600px)and (max-width:1024px){.project-card-snap{flex:0 0 60vw;max-width:500px}}.project-card-snap:hover{transform:translateY(-5px)}.projects-mobile .projects-header{padding:0 1.5rem;margin-bottom:2rem}.card-header-mobile{padding:1.25rem;background:#00000080;border-bottom:1px solid rgba(255,255,255,.08)}.header-top-row-mobile{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.project-title-mobile{font-size:1.5rem;font-weight:700;color:#fff;margin:0;line-height:1.2}.card-body-mobile{padding:1.25rem;display:flex;flex-direction:column;gap:1.5rem;flex:1}.mobile-section{display:flex;flex-direction:column;gap:.5rem}.project-description-mobile{font-size:.9rem;color:#ccc;line-height:1.6;margin:0}.tech-tags-mobile{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag-mobile{font-size:.75rem;color:#999;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.4rem .8rem;border-radius:8px;font-weight:500}.github-btn-mobile{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;color:#000;font-weight:600;font-size:.9rem;border-radius:8px;text-decoration:none;transition:all .3s ease;margin-top:auto}.github-btn-mobile:hover{background:#e0e0e0;transform:translateY(-2px)}.theme-light .project-card-snap{background:#fffc;border-color:#0000001a;box-shadow:0 8px 24px #0000001a}.theme-light .card-header-mobile{background:#00000008;border-bottom-color:#0000001a}.theme-light .project-title-mobile{color:var(--text-primary)}.theme-light .project-description-mobile{color:var(--text-secondary)}.theme-light .tech-tag-mobile{color:var(--text-secondary);background:#0000000d;border-color:#0000001a}.theme-light .github-btn-mobile{background:#111;color:#fff}.theme-light .github-btn-mobile:hover{background:#333}.theme-light .project-card{border-color:#0000001a;box-shadow:0 20px 50px #0000001a}.theme-light .project-card.active{box-shadow:0 0 40px #a855f726,0 30px 60px #0000001a}.theme-light .card-header-glass{background:#fffc;border-color:#0000001a}.theme-light .project-title{color:var(--text-primary)}.theme-light .project-year{color:var(--text-secondary);font-weight:700}.theme-light .card-body-split{background:#fff}.theme-light .project-description{color:#444}.theme-light .body-label{color:#777}.theme-light .github-btn{background:#111;color:#fff}.theme-light .github-btn:hover{background:#333;color:#fff}.theme-light .nav-btn-floating{background:#0000000d;border:1px solid rgba(0,0,0,.1);color:#333}.theme-light .nav-btn-floating:hover{background:#111;color:#fff}.theme-light .main-col{border-right-color:#0000001a}.theme-light .tech-col{background:#00000005}.theme-light .tech-item-project{color:#444;background:#00000008;border:1px solid rgba(0,0,0,.08)}.theme-light .tech-item-project:hover{background:#0000000f;border-color:#a855f766;color:#000}@media(max-width:1024px){.theme-light .main-col{border-bottom-color:#0000001a}}.theme-light .project-category{color:#9333ea}.journey-section{position:relative;width:100%;padding:4rem 0;display:flex;flex-direction:column;align-items:center;overflow:hidden}.journey-content-wrapper{width:100%;position:relative;display:flex;flex-direction:column}.cards-viewport{width:100%;overflow-x:auto;overflow-y:hidden;padding:2rem 0 4rem 4rem;scrollbar-width:none;-ms-overflow-style:none;cursor:grab}.cards-viewport::-webkit-scrollbar{display:none}.cards-viewport:active{cursor:grabbing}.cards-container{display:flex;gap:4rem;width:max-content;align-items:center}.journey-header{width:100%;max-width:1400px;padding:0 4rem;margin:2vh auto 4vh;text-align:center;flex-shrink:0}.section-title-large{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#fff;margin:0 0 1rem;line-height:1.1;letter-spacing:-2px}.section-subtitle{font-size:1rem;color:#999;line-height:1.6;margin:0 auto;font-weight:300;max-width:600px}.drag-instruction{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;font-size:.85rem;color:#a855f7;font-weight:500;opacity:.8;letter-spacing:1px;text-transform:uppercase}.drag-icon{font-size:1.2rem;display:inline-block;animation:dragMove 2s infinite ease-in-out}@keyframes dragMove{0%,to{transform:translate(-4px)}50%{transform:translate(4px)}}.cards-viewport{position:relative;width:100%;display:flex;align-items:center;padding:2rem 0;flex:1}.cards-container{display:flex;gap:8rem;padding-left:4rem;padding-right:4rem;will-change:transform;align-items:center}.timeline-progress-container{width:100%;max-width:800px;margin:0 auto 3rem;padding:0 2rem;display:flex;justify-content:center}.timeline-progress-track{width:100%;height:6px;background:#ffffff0d;border-radius:3px;overflow:hidden;position:relative;box-shadow:inset 0 1px 2px #00000080;border:1px solid rgba(255,255,255,.05)}.timeline-progress-fill{height:100%;background:linear-gradient(90deg,#a855f7,#ec4899,#f472b6);background-size:200% 100%;animation:gradientFlow 3s linear infinite;box-shadow:0 0 15px #a855f7cc,0 0 5px #ec489980;transform-origin:left}@keyframes gradientFlow{0%{background-position:100% 0}to{background-position:-100% 0}}.connection-container{position:absolute;width:8rem;height:200px;pointer-events:none;z-index:0;display:flex;align-items:center;justify-content:center;overflow:visible}.connection-svg{width:100%;height:100%;overflow:visible;filter:drop-shadow(0 0 4px rgba(168,85,247,.5))}.connection-path{fill:none;stroke:url(#gradientStroke);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.theme-light .connection-path{stroke:url(#gradientStrokeLight);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.journey-card{position:relative;width:500px;min-width:500px;min-height:450px;flex-shrink:0;z-index:5;margin-top:0}.card-inner{width:100%;height:100%;background:#0a0a0ae6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:2.5rem;display:flex;flex-direction:column;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.card-inner:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(168,85,247,.1),transparent);transition:left .6s}.journey-card:hover .card-inner:before{left:100%}.journey-card:hover .card-inner{border-color:#a855f74d;transform:translateY(-8px);box-shadow:0 20px 60px #00000080,0 0 0 1px #a855f733}.git-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem;font-family:Courier New,monospace}.commit-hash{color:#888;font-size:.9rem}.git-prefix{color:#a855f7;font-weight:700}.commit-type{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px}.card-year{font-family:Courier New,monospace;font-size:.85rem;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:2px;margin-bottom:1rem}.card-title{font-size:1.8rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.2;letter-spacing:-.5px}.card-company{font-size:1.05rem;color:#aaa;margin:0;font-family:Courier New,monospace}.card-divider{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(168,85,247,.5),transparent);margin:1.5rem 0}.card-description{font-size:.95rem;color:#bbb;line-height:1.7;margin:0 0 2rem;flex:1}.card-tags{display:flex;flex-wrap:wrap;gap:.6rem}.card-tag{font-size:.75rem;font-weight:500;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#999;transition:all .3s ease}.card-tag:hover{color:#fff;border-color:#a855f780;background:#a855f71a;transform:translateY(-2px)}.journey-mobile{padding:4rem 0}.journey-mobile .journey-header{padding:0 1.5rem;margin-bottom:2rem;text-align:center}.journey-scroll-snap-container{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;padding:1rem 1.5rem 2rem;width:100%;-webkit-overflow-scrolling:touch}.journey-scroll-snap-container::-webkit-scrollbar{display:none}.journey-scroll-snap-container{-ms-overflow-style:none;scrollbar-width:none}.journey-card-snap{scroll-snap-align:center;flex:0 0 85vw;max-width:400px;background:#0a0a0ad9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;box-shadow:0 8px 24px #0006;position:relative;display:flex;flex-direction:column;transform:translateZ(0);will-change:transform}@media(min-width:600px)and (max-width:1024px){.journey-card-snap{flex:0 0 60vw;max-width:500px}}.git-header-mobile{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-family:Courier New,monospace;font-size:.8rem}.commit-hash-mobile{color:#888}.commit-type-mobile{color:#a855f7;font-weight:700}.type-init{color:#22c55e}.type-merge{color:#a855f7}.type-release{color:#3b82f6}.type-wip{color:#eab308}.card-year-mobile{font-family:Courier New,monospace;font-size:.75rem;font-weight:700;color:#bbb;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;display:block}.card-title-mobile{font-size:1.35rem;font-weight:700;color:#fff;margin:0 0 .5rem;line-height:1.2}.card-company-mobile{font-size:.95rem;color:#aaa;margin:0 0 1rem;font-family:Courier New,monospace}.card-divider-mobile{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(168,85,247,.5),transparent);margin:1rem 0}.card-description-mobile{font-size:.9rem;color:#bbb;line-height:1.6;margin:0 0 1.25rem}.card-tags-mobile{display:flex;flex-wrap:wrap;gap:.5rem}.card-tag-mobile{font-size:.7rem;font-weight:500;padding:.4rem .8rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;color:#999;transition:all .2s ease}.card-tag-mobile:active{transform:scale(.95)}.theme-light .journey-card-snap{background:#fffc;border-color:#0000001a;box-shadow:0 8px 24px #0000001a}.theme-light .card-title-mobile{color:var(--text-primary)}.theme-light .card-company-mobile,.theme-light .card-description-mobile{color:var(--text-secondary)}.theme-light .card-tag-mobile{background:#0000000d;border-color:#0000001a;color:var(--text-secondary)}.theme-light .git-header-mobile{color:#333}.theme-light .commit-hash-mobile{color:#666}@media(max-width:1024px){.timeline-progress-container,.connection-container{display:none}}@media(max-height:800px)and (min-width:1024px){.journey-header{margin:2vh auto}.section-title-large{font-size:2.5rem}.journey-card{width:450px;height:380px}.card-inner{padding:1.5rem}.card-title{font-size:1.4rem}.card-description{font-size:.85rem;margin-bottom:1rem}}.theme-light .section-title-large{color:var(--text-primary)}.theme-light .journey-content-wrapper{background:radial-gradient(circle at center,#a855f70d,#ffffffe6 70%)}.theme-light .card-inner{background:#fff9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 30px #0000000d}.theme-light .card-title{color:var(--text-primary)}.theme-light .card-company,.theme-light .card-description{color:var(--text-secondary)}.theme-light .card-tag{background:#0000000d;border:1px solid rgba(0,0,0,.1);color:#555}.theme-light .card-tag:hover{background:#a855f71a;border-color:#a855f780;color:#000}.theme-light .timeline-progress-track{background:#0000000d;border:1px solid rgba(0,0,0,.1);box-shadow:inset 0 1px 2px #0000000d}.theme-light .journey-card:hover .card-inner{border-color:#a855f766;background:#fffc;box-shadow:0 20px 40px #0000001a}.theme-light .git-header{color:#333}.theme-light .commit-hash{color:#666}.theme-light .git-prefix{color:#9333ea}.theme-light .type-init{color:#16a34a}.theme-light .type-merge{color:#9333ea}.theme-light .type-release{color:#2563eb}.theme-light .type-wip{color:#ca8a04}.tech-section{position:relative;width:100%;padding:8rem 0;display:flex;flex-direction:column;align-items:center;z-index:5}.tech-header{text-align:center;margin-bottom:5rem;padding:0 2rem}.section-subtitle{font-size:1rem;color:#999;line-height:1.6;margin:1rem auto 0;font-weight:300;max-width:600px}.tech-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%;max-width:1200px;padding:0 2rem}.tech-category-card{background:#0a0a0a99;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:2.5rem;display:flex;flex-direction:column;transition:transform .3s ease,background 1.5s ease,border-color 1.5s ease,box-shadow .3s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);position:relative;overflow:visible}.tech-category-card:hover{border-color:#a855f733;transform:translateY(-5px);box-shadow:0 20px 40px #00000080;background:#0f0f0fcc;z-index:100}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:1rem}.category-icon-wrapper{width:48px;height:48px;background:#ffffff08;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#a855f7;border:1px solid rgba(255,255,255,.05)}.category-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0}.category-desc{font-size:.9rem;color:#888;margin-bottom:2rem;line-height:1.5}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.tech-item{display:flex;align-items:center;gap:.8rem;padding:.8rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:12px;transition:transform .2s ease,background 1.5s ease,border-color 1.5s ease;cursor:default}.tech-item:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px)}.tech-dot{width:8px;height:8px;border-radius:50%;box-shadow:0 0 8px currentColor}.tech-name{font-size:.9rem;font-weight:500;color:#ccc}.tech-item:hover .tech-name{color:#fff}.tech-tooltip-bubble{position:absolute;bottom:calc(100% + 15px);left:0;transform:none;width:max-content;max-width:220px;padding:.8rem 1rem;background:#0a0a0a99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:12px;box-shadow:0 10px 30px #0009;z-index:50;color:#eee;font-size:.8rem;line-height:1.4;text-align:left;pointer-events:none;white-space:normal}@media(max-width:900px){.tech-grid{grid-template-columns:1fr}.tech-category-card{padding:1.5rem}.items-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.items-grid{grid-template-columns:1fr}}.theme-light .tech-category-card{background:#fff9;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 30px #0000000d}.theme-light .tech-category-card:hover{background:#fffc;border-color:#a855f74d;box-shadow:0 20px 40px #0000001a}.theme-light .category-header{border-bottom:1px solid rgba(0,0,0,.05)}.theme-light .category-icon-wrapper{background:#00000008;border:1px solid rgba(0,0,0,.05);color:#a855f7}.theme-light .category-title{color:var(--text-primary)}.theme-light .category-desc{color:var(--text-secondary)}.theme-light .tech-item{background:#ffffff80;border:1px solid rgba(0,0,0,.08)}.theme-light .tech-item:hover{background:#fff;border-color:#a855f74d;transform:translateY(-2px);box-shadow:0 5px 15px #0000000d}.theme-light .tech-name{color:#444}.theme-light .tech-item:hover .tech-name{color:#000}.theme-light .tech-tooltip-bubble{background:#fff9;color:#333;border-color:#0000001a;box-shadow:0 10px 30px #00000026}.contact-section{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;z-index:10}.contact-header-section{text-align:center;margin-bottom:4rem;padding:0 2rem}.section-label{font-family:Courier New,monospace;color:#a855f7;font-size:.85rem;font-weight:600;letter-spacing:3px;text-transform:uppercase;margin-bottom:1rem;display:block}.section-title-large{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;color:#fff;margin:0;line-height:1.1;letter-spacing:-2px}.contact-desc{color:#999;margin-top:1rem;font-size:1rem;max-width:500px;line-height:1.6;margin-left:auto;margin-right:auto}.terminal-window{width:100%;max-width:900px;background:#0a0a0ae6;border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 0 30px #a855f726;overflow:hidden;margin:0 2rem;position:relative;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:background 1.5s ease,border-color 1.5s ease,box-shadow 1.5s ease}.terminal-header-bar{background:#ffffff08;padding:.8rem 1.5rem;display:flex;align-items:center;gap:.5rem;border-bottom:1px solid rgba(255,255,255,.05);cursor:default}.dot{width:12px;height:12px;border-radius:50%}.dot.red{background:#ff5f56}.dot.yellow{background:#ffbd2e}.dot.green{background:#27c93f}.terminal-title{margin-left:auto;margin-right:auto;font-family:Courier New,monospace;font-size:.9rem;color:#888;opacity:.7}.terminal-body{padding:2rem;font-family:Courier New,monospace;color:#ddd;min-height:400px}.cmd-line{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:1.1rem;margin-bottom:2rem}.prompt-user{color:#a855f7;font-weight:700}.cmd-text{color:#fff}.cursor{display:inline-block;width:10px;height:1.2rem;background:#a855f7;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.cmd-response{margin-bottom:2rem;color:#a855f7;font-size:.9rem;display:flex;align-items:center;gap:.5rem}.terminal-intro{margin-bottom:1.5rem;color:#666;font-size:.9rem;line-height:1.4}.terminal-intro p{margin:0}.terminal-intro .dim{opacity:.6;font-size:.8rem;margin-top:.5rem}.system-logs{margin-bottom:2rem;font-size:.9rem;display:flex;flex-direction:column;gap:.3rem}.log-line{display:flex;align-items:center}.log-text{color:#ccc}.log-dots{color:#444;margin:0 .5rem;letter-spacing:2px}.log-status{font-weight:700}.contact-list{margin-top:15px;display:flex;flex-direction:column;gap:0}.table-header{display:grid;grid-template-columns:180px 1fr 100px;padding:.5rem 1rem;border-bottom:1px dashed rgba(255,255,255,.2);margin-bottom:.5rem;color:#a855f7;font-weight:700;font-size:.8rem;letter-spacing:1px}.terminal-row{display:grid;grid-template-columns:180px 1fr 100px;align-items:center;padding:.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.02);transition:background .2s}.terminal-row:hover{background:#ffffff0d}.col-type{display:flex;align-items:center;color:#fff;font-weight:600;font-size:.9rem}.col-dest{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-status{color:#27c93f;font-size:.85rem;text-align:right}.cli-link{color:var(--text-secondary);text-decoration:none;font-family:Courier New,monospace;transition:all .3s ease}.cli-link:hover{color:#a855f7;text-shadow:0 0 10px rgba(168,85,247,.5)}.new-prompt{margin-top:2rem;margin-bottom:0}@media(max-width:600px){.table-header{display:none}.terminal-row{grid-template-columns:1fr;gap:.2rem;padding:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.col-status{display:none}.col-type{margin-bottom:.2rem;color:#a855f7}.terminal-intro{font-size:.8rem}}.hosting-service-card{width:100%;max-width:900px;background:#0a0a0ab3;border:1px solid rgba(168,85,247,.3);border-left:4px solid #a855f7;border-radius:12px;padding:2rem;margin:0 2rem 2rem;box-shadow:0 10px 30px #a855f71a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);position:relative;overflow:hidden;transition:background 1.5s ease,border-color 1.5s ease,box-shadow 1.5s ease}.hosting-service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#a855f7,transparent);opacity:.5}.hosting-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.hosting-icon{color:#a855f7}.hosting-badge{font-family:Courier New,monospace;font-size:.75rem;font-weight:700;color:#a855f7;text-transform:uppercase;letter-spacing:2px;padding:.25rem .75rem;background:#a855f71a;border:1px solid rgba(168,85,247,.3);border-radius:4px}.hosting-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem;line-height:1.3}.hosting-description{font-size:.95rem;color:#ccc;line-height:1.7;margin:0 0 1.5rem}.hosting-features{display:flex;flex-wrap:wrap;gap:.75rem}.feature-tag{font-size:.85rem;color:#ddd;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:6px;font-weight:500;transition:transform .3s ease,background 1.5s ease,border-color 1.5s ease,color 1.5s ease}.feature-tag:hover{background:#a855f71a;border-color:#a855f74d;color:#fff;transform:translateY(-2px)}@media(max-width:768px){.contact-section{padding:0;overflow-x:hidden}.contact-header-section{padding:0 1.5rem;margin-bottom:3rem}.terminal-window{margin:0 1rem;width:calc(100vw - 2rem);max-width:900px}.terminal-body{padding:1.5rem 1rem;overflow-x:hidden}.cmd-line{font-size:.9rem}.contact-grid{grid-template-columns:1fr;gap:1rem}.contact-card{padding:1rem;margin:0}.contact-value{font-size:.9rem;word-break:break-word;overflow-wrap:break-word}.section-title-large{font-size:2.5rem}.hosting-service-card{margin:0 1rem 2rem;padding:1.5rem;width:calc(100vw - 2rem);max-width:900px}.hosting-title{font-size:1.25rem}.hosting-description{font-size:.9rem}.feature-tag{font-size:.8rem;padding:.4rem .8rem}}@media(max-width:480px){.terminal-window{margin:0 .5rem;width:calc(100vw - 1rem)}.terminal-body{padding:1rem .75rem}.cmd-line{font-size:.85rem;flex-wrap:wrap}.contact-card{padding:.875rem;gap:.75rem}.icon-box{width:36px;height:36px;min-width:36px}.contact-value{font-size:.85rem}.contact-label{font-size:.7rem}}.theme-light .contact-desc{color:#555}.theme-light .terminal-window{background:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 20px 60px #0000001a}.theme-light .terminal-header-bar{background:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.05)}.theme-light .terminal-title{color:#555}.theme-light .terminal-body{color:#333}.theme-light .cmd-text{color:#000}.theme-light .prompt-symbol{color:#555}.theme-light .cmd-response{color:#666}.theme-light .contact-card{background:#fff9;border:1px solid rgba(0,0,0,.1)}.theme-light .contact-card:hover{background:#fff;border-color:#a855f766;box-shadow:0 10px 30px #0000000d;transform:translate(5px)}.theme-light .icon-box{background:#0000000d;color:#a855f7}.theme-light .contact-label{color:#777}.theme-light .contact-value{color:#111;font-weight:600}.theme-light .contact-list{border-left-color:#9333ea4d}.theme-light .table-header{border-bottom-color:#0003;color:#9333ea}.theme-light .terminal-row{border-bottom-color:#0000000d}.theme-light .terminal-row:hover{background:#00000008}.theme-light .col-type{color:#333}.theme-light .cli-link{color:#555;border-bottom-color:#0003}.theme-light .cli-link:hover{color:#9333ea;border-bottom-color:#9333ea;text-shadow:0 0 10px rgba(147,51,234,.3)}.theme-light .log-text{color:#444}.theme-light .log-dots{color:#bbb}.theme-light .hosting-service-card{background:#fff9;border:1px solid rgba(0,0,0,.1);border-left:4px solid #a855f7;box-shadow:0 10px 30px #0000000d}.theme-light .hosting-title{color:#1a1a1a}.theme-light .hosting-description{color:#4a4a4a}.theme-light .feature-tag{background:#00000008;border:1px solid rgba(0,0,0,.08);color:#555}.theme-light .feature-tag:hover{background:#a855f71a;border-color:#a855f74d;color:#a855f7}.theme-light .prompt-user{color:#9333ea}.theme-light .prompt-symbol{color:#333}.taskbar-container{position:fixed;bottom:0;left:0;width:100%;height:52px;background:#141414cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;transition:background 1.5s ease,border-color 1.5s ease;z-index:1000;box-shadow:0 -5px 20px #0000004d}.taskbar-center{display:flex;align-items:center;gap:6px;height:100%}.taskbar-icon-wrapper{position:relative;height:40px;width:40px;display:flex;align-items:center;justify-content:center}.taskbar-btn{background:transparent;border:none;width:40px;height:40px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#bbb;cursor:pointer;position:relative;transition:background 1.5s ease,color 1.5s ease,transform .1s ease,box-shadow .1s ease}.taskbar-btn:hover{background:#ffffff14;color:#fff;box-shadow:inset 0 0 0 1px #ffffff0d;transition:all .1s ease}.taskbar-btn.active{background:#ffffff0d;color:#a855f7}.taskbar-btn:active{transform:scale(.95);background:#ffffff0a}.app-indicator{position:absolute;bottom:2px;width:16px;height:3px;background:#a855f7;border-radius:2px}.taskbar-tooltip{position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-15px);background:#1e1e1ef2;border:1px solid rgba(255,255,255,.1);color:#fff;font-size:.75rem;padding:4px 8px;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .2s ease;box-shadow:0 4px 10px #00000080;z-index:1001}.taskbar-icon-wrapper:hover .taskbar-tooltip{opacity:1;transition-delay:.4s}.start-bubble{position:absolute;bottom:60px;left:0;transform:none;background:var(--accent-color, #a855f7);color:#fff;padding:8px 12px;border-radius:8px;font-size:.8rem;font-weight:500;white-space:nowrap;pointer-events:none;box-shadow:0 4px 12px #a855f766;z-index:1005}.start-bubble:after{content:"";position:absolute;top:100%;left:20px;transform:translate(-50%);border-width:6px;border-style:solid;border-color:var(--accent-color, #a855f7) transparent transparent transparent}.taskbar-right{position:absolute;right:0;height:100%;display:flex;align-items:center;padding-right:12px;gap:4px}.tray-icons{display:flex;align-items:center;gap:2px;padding:4px;border-radius:6px;transition:background .2s;cursor:default}.tray-icons:hover{transition:background .2s ease;background:#ffffff14}.tray-icon-hover{color:#fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:4px}.tray-clock{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;padding:0 8px;height:40px;border-radius:6px;cursor:default;transition:background 1.5s ease;margin-left:4px}.tray-clock:hover{transition:background .2s ease;background:#ffffff14}.time,.date{font-size:.75rem;color:#fff;line-height:1.1}.show-desktop-line{width:6px;height:100%;border-left:1px solid rgba(255,255,255,.1);margin-left:8px;cursor:pointer}.show-desktop-line:hover{background:#ffffff1a}.tray-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:1005;background:transparent}.tray-menu-popup{position:fixed;bottom:60px;right:12px;width:200px;background:#141414f2;border:1px solid rgba(255,255,255,.15);border-radius:12px;box-shadow:0 8px 32px #0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:8px;z-index:1010;display:flex;flex-direction:column;gap:4px}.tray-menu-item{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;color:#ddd;cursor:pointer;transition:background .2s}.tray-menu-item:hover{background:#ffffff1a;color:#fff}.tray-menu-label{font-size:.9rem;font-weight:500}@media(max-width:1024px)and (min-width:601px){.taskbar-center{gap:4px}.taskbar-btn,.taskbar-icon-wrapper{width:38px;height:38px}}@media(max-width:600px){.taskbar-center{width:100%;justify-content:space-evenly;gap:2px;margin-right:48px}.taskbar-btn,.taskbar-icon-wrapper{width:36px;height:36px}.taskbar-right{position:absolute;right:0;width:48px;justify-content:center;background:transparent}}.theme-toggle-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background 1.5s ease,color 1.5s ease}.theme-toggle-btn:hover{transition:all .2s ease;background:#ffffff1a;color:#a855f7}.tray-divider{width:1px;height:20px;background:#ffffff1a;margin:0 8px}.theme-light .taskbar-container{background:#f5f5f5b3;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -5px 20px #0000000d}.theme-light .taskbar-btn{color:#555}.theme-light .taskbar-btn:hover{background:#0000000d;color:#000;box-shadow:inset 0 0 0 1px #0000000d}.theme-light .taskbar-btn.active{background:#0000000a;color:#a855f7}.theme-light .taskbar-btn:active{background:#00000014}.theme-light .taskbar-tooltip{background:#fffffff2;border:1px solid rgba(0,0,0,.1);color:#333;box-shadow:0 4px 10px #0000001a}.theme-light .tray-menu-popup{background:#fffffff2;border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 32px #00000026}.theme-light .tray-menu-item{color:#333}.theme-light .tray-menu-item:hover{background:#0000000d;color:#000}.theme-light .tray-icon-hover{color:#333}.theme-light .tray-icons:hover,.theme-light .tray-clock:hover,.theme-light .theme-toggle-btn:hover{background:#0000000d}.theme-light .time,.theme-light .date,.theme-light .theme-toggle-btn{color:var(--text-primary)}.theme-light .tray-divider{background:#0000001a}.theme-light .show-desktop-line{border-left:1px solid rgba(0,0,0,.1)}.theme-light .show-desktop-line:hover{background:#0000000d}.start-menu-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:999;background:transparent;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.start-menu-container{position:fixed;bottom:64px;left:50%;transform:translate(-50%);width:640px;height:min(700px,85vh);background:#141414e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:8px;box-shadow:0 0 40px #0009;z-index:1002;display:flex;flex-direction:column;padding:0;overflow:hidden;animation:slideUp .3s cubic-bezier(.2,0,0,1);transform-origin:bottom center}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,20px) scale(.95)}to{opacity:1;transform:translate(-50%) scale(1)}}.theme-light .start-menu-container{background:#f5f5f5e6;border:1px solid rgba(0,0,0,.1);box-shadow:0 10px 40px #0003}.start-menu-header{padding:24px 24px 0;display:flex;flex-direction:column-reverse;gap:8px;flex-shrink:0}.start-menu-header h3{margin:0 0 0 12px;font-size:.8rem;font-weight:500;opacity:.5;text-transform:uppercase;letter-spacing:.5px}.start-search-bar{display:flex;align-items:center;background:#1e1e1e99;border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:10px 16px;gap:10px;color:#fff;transition:all .2s;box-shadow:inset 0 -1px 1px #0003}.start-search-bar:focus-within{background:#282828e6;border-color:#fff3;box-shadow:0 2px 8px #0000004d}.theme-light .start-search-bar{background:#fff9;border:1px solid rgba(0,0,0,.08);color:#333;box-shadow:inset 0 -1px 1px #0000000d}.theme-light .start-search-bar:focus-within{background:#fff;border-color:#0003}.search-input{background:transparent;border:none;outline:none;width:100%;color:inherit;font-family:inherit;font-size:.95rem}.search-icon{opacity:.6}.send-btn-icon{background:transparent;border:none;color:inherit;opacity:.6;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:50%;transition:all .2s}.send-btn-icon:hover:not(:disabled){opacity:1;background:#ffffff1a}.theme-light .send-btn-icon:hover:not(:disabled){background:#0000000d}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.start-menu-content{flex:1;display:flex;flex-direction:column;padding:0 4px;min-height:0;overflow:hidden}.chat-scroll-area{flex:1;overflow-y:auto;padding:10px 24px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.1) transparent;overscroll-behavior:contain}.theme-light .chat-scroll-area{scrollbar-color:rgba(0,0,0,.1) transparent}.empty-state{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--text-secondary);opacity:1;padding:0 20px}.construct-icon{margin-bottom:16px;opacity:.5;color:var(--accent-color)}.construct-text{font-size:1.1rem;font-weight:500;margin-bottom:8px;color:var(--text-primary)}.construct-subtext{font-size:.9rem;max-width:300px;opacity:.7;margin-bottom:24px}.suggestion-chips{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:400px}.suggestion-chip{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);color:var(--text-primary);padding:8px 16px;border-radius:20px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s cubic-bezier(.2,0,0,1);box-shadow:0 2px 4px #0000001a}.suggestion-chip:hover{background:#ffffff1f;transform:translateY(-2px);box-shadow:0 4px 8px #0003;border-color:#fff3}.theme-light .suggestion-chip{background:#fffc;border:1px solid rgba(0,0,0,.08);color:#444;box-shadow:0 2px 4px #0000000d}.theme-light .suggestion-chip:hover{background:#fff;color:#000;transform:translateY(-2px);box-shadow:0 4px 8px #00000014}.messages-list{display:flex;flex-direction:column;gap:12px;padding-bottom:20px}.message-row{display:flex;gap:12px;align-items:flex-start;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.message-row.user{flex-direction:row-reverse}.message-avatar{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.message-avatar.bot{background:linear-gradient(135deg,#6366f1,#a855f7);color:#fff}.message-avatar.user{display:none}.message-bubble{background:#1e1e1e66;padding:10px 14px;border-radius:12px;font-size:.92rem;line-height:1.5;color:var(--text-primary);max-width:85%;border:1px solid rgba(255,255,255,.03);word-break:break-word}.message-bubble p{margin:0 0 8px}.message-bubble p:last-child{margin:0}.message-bubble ul{margin:4px 0 8px 18px;padding:0}.message-bubble li{margin-bottom:4px}.message-bubble strong{font-weight:600;color:var(--accent-color)}.message-bubble a{color:#60a5fa;text-decoration:none;border-bottom:1px dotted rgba(96,165,250,.4)}.message-bubble a:hover{border-bottom-style:solid}.message-row.user .message-bubble{background:#ffffff14;color:var(--text-primary);border:1px solid rgba(255,255,255,.05)}.theme-light .message-row.user .message-bubble{background:#fff!important;border:1px solid rgba(0,0,0,.1)!important;color:#333!important;box-shadow:0 1px 3px #0000001a}.loading-status{background:#1e1e1e66;padding:10px 14px;border-radius:12px;display:flex;align-items:center;border:1px solid rgba(255,255,255,.03);min-width:150px}.status-text{font-size:.85rem;color:var(--text-secondary);font-style:italic;animation:textPulse 1.5s infinite ease-in-out}@keyframes textPulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}.theme-light .loading-status{background:#ffffffd9;border:1px solid rgba(0,0,0,.06);color:#555}.theme-light .status-text{color:#666}.loading .dot{display:inline-block;animation:bounce 1.4s infinite ease-in-out both;margin:0 1px;font-weight:700}.start-menu-footer{height:64px;background:#0003;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-top:1px solid rgba(255,255,255,.05);margin-top:auto}.theme-light .start-menu-footer{background:#0000000d;border-top:1px solid rgba(0,0,0,.06)}.user-profile{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:6px;cursor:default;transition:background .2s}.user-profile:hover{background:#ffffff14}.theme-light .user-profile:hover{background:#0000000d}.user-avatar{width:32px;height:32px;background:var(--accent-color);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.9rem}.user-name{font-size:.9rem;font-weight:500;color:var(--text-primary)}.footer-actions{display:flex;align-items:center;gap:4px}.footer-icon-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:4px;color:var(--text-primary);opacity:.8;cursor:default;transition:all .2s}.footer-icon-btn:hover{background:#ffffff14;opacity:1}.theme-light .footer-icon-btn:hover{background:#0000000d}.usage-limit-container{display:flex;align-items:center;justify-content:center;font-size:.8rem;color:var(--text-secondary);background:#ffffff0d;padding:6px 12px;border-radius:4px;margin-right:12px;position:relative;cursor:help;transition:all .2s ease}.usage-limit-container:hover{background:#ffffff1a}.theme-light .usage-limit-container{background:#0000000d;color:#555}.theme-light .usage-limit-container:hover{background:#0000001a}.usage-tooltip{position:absolute;bottom:110%;right:0;width:200px;background:#141414f2;color:#fff;padding:8px 12px;border-radius:6px;font-size:.75rem;line-height:1.4;text-align:center;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 12px #0006;pointer-events:none;opacity:0;transform:translateY(5px);transition:all .2s cubic-bezier(.16,1,.3,1);z-index:1010}.usage-limit-container:hover .usage-tooltip{opacity:1;transform:translateY(0)}.theme-light .usage-tooltip{background:#fff;color:#333;border:1px solid rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.beta-notice-banner{margin:12px 24px 4px;padding:8px 12px;background:#6366f11a;border:1px solid rgba(99,102,241,.2);border-radius:8px;display:flex;align-items:center;gap:10px;font-size:.78rem;color:#c7d2fe;flex-shrink:0;animation:fadeIn .5s ease}.beta-icon-alert{color:#818cf8;flex-shrink:0}.beta-close-btn{background:transparent;border:none;color:#818cf8;opacity:.6;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;margin-left:auto}.beta-close-btn:hover{background:#ffffff1a;opacity:1}.theme-light .beta-close-btn{color:#4f46e5}.theme-light .beta-close-btn:hover{background:#0000000d}.theme-light .beta-notice-banner{background:#4f46e50f;border-color:#4f46e526;color:#4338ca}.theme-light .beta-icon-alert{color:#4f46e5}@media(max-width:700px){.start-menu-container{width:90%;bottom:60px;left:50%}}.theme-light .message-bubble{background:#ffffffd9;color:#1a1a1a;border:1px solid rgba(0,0,0,.06);box-shadow:0 2px 4px #00000008}.portfolio-meta-section{position:relative;width:100%;max-width:1200px;margin:0 auto;padding:2rem;display:flex;justify-content:center}.meta-card{background:#ffffff08;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.05);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden;width:100%;box-shadow:0 8px 32px #0003;transition:all .3s ease}.theme-light .meta-card{background:#fff9;border:1px solid rgba(0,0,0,.05);box-shadow:0 8px 32px #0000000d}.meta-content{display:flex;flex-direction:column;width:100%}.meta-text-col{width:100%}.meta-label{font-family:JetBrains Mono,monospace;font-size:1.1rem;color:var(--accent-color);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem;display:inline-block;font-weight:700}.meta-title{font-family:Outfit,sans-serif;font-size:1.5rem;color:var(--text-primary);margin-bottom:1rem;font-weight:600}.meta-description{font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6;color:var(--text-secondary)}.meta-description p{margin-bottom:.5rem}.meta-description p:last-child{margin-bottom:0}.meta-decoration{position:absolute;top:-50%;right:-10%;width:400px;height:400px;background:radial-gradient(circle,var(--accent-color) 0%,transparent 70%);opacity:.03;pointer-events:none;z-index:0}@media(max-width:768px){.meta-content{flex-direction:column;gap:1.5rem;align-items:flex-start}.meta-card{padding:1.5rem}.meta-title{font-size:1.25rem}}
