:root{--color-chapter1: #4a90e2;--color-chapter2: #7b68ee;--color-chapter3: #e74c3c;--color-chapter4: #2ecc71;--color-bg: #0a0a0f;--color-text: #ffffff;--color-text-secondary: #b0b0b0;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 2rem;--spacing-lg: 4rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;font-weight:400;color-scheme:dark;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh;overflow-x:hidden;background:linear-gradient(180deg,#0a0a0f,#1a1a2e)}html{scroll-behavior:smooth;scrollbar-width:none}::-webkit-scrollbar{width:0;height:0;display:none}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:transparent}::-webkit-scrollbar-thumb:hover{background:transparent}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}h1{font-size:clamp(2rem,5vw,4rem);margin-bottom:var(--spacing-sm)}h2{font-size:clamp(1.5rem,4vw,3rem);margin-bottom:var(--spacing-sm)}h3{font-size:clamp(1.2rem,3vw,2rem);margin-bottom:var(--spacing-xs)}p{font-size:clamp(1rem,2vw,1.2rem);line-height:1.8;color:var(--color-text-secondary)}#loading-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:var(--color-bg);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;transition:opacity .5s ease-out}#loading-screen.fade-out{opacity:0;pointer-events:none}.loading-spinner{width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--color-chapter1);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{margin-top:var(--spacing-md);font-size:1.2rem;color:var(--color-text-secondary)}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.text-gradient{background:linear-gradient(135deg,var(--color-chapter1),var(--color-chapter2));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media(max-width:768px){:root{--spacing-md: 1rem;--spacing-lg: 2rem}body{overflow-y:hidden;overflow-x:auto;width:100vw;height:100vh}html{overflow-y:hidden;overflow-x:auto;touch-action:pan-x pinch-zoom}}.chapter-overlay{position:relative;pointer-events:none}.chapter-number{font-size:.85rem;font-weight:600;letter-spacing:2px;text-transform:uppercase;margin-bottom:.4rem;opacity:.8}.chapter-title{font-size:clamp(1.8rem,4vw,3rem);font-weight:900;line-height:1.1;margin-bottom:.4rem}.chapter-subtitle{font-size:clamp(1rem,2vw,1.4rem);font-weight:600;color:#fff;margin-bottom:.6rem;opacity:.9}.chapter-description{font-size:clamp(.85rem,1.2vw,1rem);line-height:1.5;color:var(--color-text-secondary);max-width:400px}@media(max-width:768px){.chapter-overlay{position:fixed;top:2rem;left:5%;max-width:90%;z-index:10;padding:0 1rem}.chapter-number{font-size:.7rem;margin-bottom:.2rem}.chapter-title{font-size:clamp(1.4rem,6vw,2rem);margin-bottom:.2rem}.chapter-subtitle{font-size:clamp(.85rem,3.5vw,1.1rem);margin-bottom:.4rem}.chapter-description{font-size:clamp(.7rem,2.5vw,.85rem);max-width:100%;line-height:1.4}}@media(max-height:500px){.chapter-overlay{position:fixed;top:.5rem;left:3%;max-width:40%;z-index:10;padding:0 .5rem}.chapter-number{font-size:.55rem;margin-bottom:.1rem}.chapter-title{font-size:clamp(.9rem,3.5vw,1.2rem);margin-bottom:.1rem;line-height:1}.chapter-subtitle{font-size:clamp(.65rem,2vw,.8rem);margin-bottom:.15rem}.chapter-description{font-size:clamp(.55rem,1.5vw,.7rem);line-height:1.2}}.skills-badges{position:relative;pointer-events:auto}.skills-title{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:2px;color:#ffffffb3;margin-bottom:.75rem}.badges-grid{display:flex;flex-wrap:wrap;gap:.6rem}.skill-badge{padding:.4rem .9rem;border:2px solid;border-radius:20px;font-size:.85rem;font-weight:600;background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:default;transition:all .3s ease}@media(max-width:768px){.skills-badges{position:fixed;bottom:4rem;left:5%;max-width:90%;z-index:10}.skills-title{font-size:.75rem;margin-bottom:.5rem}.badges-grid{gap:.4rem}.skill-badge{font-size:.7rem;padding:.3rem .6rem}}@media(max-height:500px){.skills-badges{position:fixed;bottom:.5rem;right:3%;left:auto;max-width:40%;z-index:10}.skills-title{font-size:.55rem;margin-bottom:.25rem;letter-spacing:1px}.badges-grid{gap:.25rem}.skill-badge{font-size:.55rem;padding:.15rem .35rem;border-width:1px}}.chapter-panel{position:fixed;bottom:2rem;left:5%;max-width:500px;z-index:10;pointer-events:none;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:768px){.chapter-panel{position:static;display:contents}}@media(max-height:500px){.chapter-panel{position:static;display:contents}}.navigation{position:fixed;right:3rem;top:50%;transform:translateY(-50%);z-index:100;display:flex;align-items:center}.nav-dots{display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:2}.nav-dot{width:16px;height:16px;border-radius:50%;border:2px solid rgba(255,255,255,.5);background-color:#ffffff4d;cursor:pointer;transition:all .3s ease;position:relative}.nav-dot:hover{border-color:#ffffffe6}.nav-dot.active{width:20px;height:20px;border-color:currentColor;box-shadow:0 0 20px currentColor;left:-8%}.nav-tooltip{position:absolute;right:30px;top:50%;transform:translateY(-50%);background:#000000e6;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease}.nav-dot:hover .nav-tooltip{opacity:1}.nav-timeline{position:absolute;left:40%;transform:translate(-50%);top:8px;bottom:8px;width:2px;background:#fff3;z-index:1}.nav-progress{width:100%;background:#fff;transition:height .5s ease}@media(max-width:768px){.navigation{right:1rem}.nav-dots{gap:1rem}.nav-dot{width:12px;height:12px}.nav-dot.active{width:16px;height:16px}.nav-tooltip{display:none}.nav-timeline{top:6px;bottom:6px}}@media(max-height:500px){.navigation{right:.3rem}.nav-dots{gap:.5rem}.nav-dot{width:8px;height:8px;border-width:1px}.nav-dot.active{width:10px;height:10px}.nav-timeline{top:4px;bottom:4px}}.progress-indicator{position:fixed;top:2rem;right:3rem;z-index:100;display:flex;align-items:center;gap:1rem}.progress-text{font-size:1.5rem;font-weight:700;display:flex;align-items:baseline;gap:.3rem}.progress-current{font-size:2rem}.progress-separator{color:#ffffff80}.progress-total{color:#ffffffb3;font-size:1.2rem}.progress-bar-container{width:100px;height:4px;background:#fff3;border-radius:2px;overflow:hidden}.progress-bar{height:100%;border-radius:2px;transition:width .5s ease}@media(max-width:768px){.progress-indicator{top:1rem;right:1rem}.progress-text{font-size:1.2rem}.progress-current{font-size:1.5rem}.progress-bar-container{width:60px}}@media(max-height:500px){.progress-indicator{top:.3rem;right:.3rem;gap:.4rem}.progress-text{font-size:.85rem}.progress-current{font-size:1rem}.progress-total{font-size:.85rem}.progress-bar-container{width:40px;height:2px}}.scroll-indicator{position:fixed;bottom:3rem;left:50%;transform:translate(-50%);z-index:100;display:flex;flex-direction:column;align-items:center;gap:1rem}.scroll-icon{display:flex;justify-content:center}.mouse{width:30px;height:50px;border:2px solid rgba(255,255,255,.6);border-radius:15px;position:relative;display:flex;justify-content:center;padding-top:10px}.wheel{width:4px;height:10px;background:#fffc;border-radius:2px;animation:scroll-wheel 1.5s infinite}@keyframes scroll-wheel{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(15px)}}.swipe-hand{display:flex;justify-content:center;align-items:center}.swipe-hand svg{filter:drop-shadow(0 2px 8px rgba(255,255,255,.2))}.scroll-text{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:2px;font-weight:600}@media(max-width:768px){.scroll-indicator{bottom:1.5rem}.mouse{width:25px;height:40px;border-radius:12px}.scroll-text{font-size:.75rem;letter-spacing:1.5px}}@media(max-height:500px){.scroll-indicator{display:none}}.loading-screen-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(180deg,#0a0a0f,#1a1a2e);display:flex;align-items:center;justify-content:center;z-index:10000}.loading-content{text-align:center;max-width:500px;padding:2rem}.loading-title{font-size:clamp(2rem,5vw,3rem);font-weight:900;background:linear-gradient(135deg,#4a90e2,#7b68ee,#e74c3c,#2ecc71);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:3rem}.loading-bar-container{width:100%;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden;margin-bottom:1.5rem}.loading-bar{height:100%;background:linear-gradient(90deg,#4a90e2,#7b68ee,#e74c3c,#2ecc71);border-radius:2px}.loading-percentage{font-size:1.5rem;font-weight:700;color:#fffc}canvas{pointer-events:auto}
