@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";body{font-family:Inter,sans-serif;background-color:#000;color:#fff;line-height:1.6}#root{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}*{margin:0;padding:0;box-sizing:border-box}.mobile-only{display:none}.desktop-only{display:inline}@media (max-width: 768px){.mobile-only{display:inline}.desktop-only{display:none}}.header-name-row{display:flex;align-items:baseline;gap:.5rem}.header-name-row .header-link.mobile-only{font-size:43px;font-weight:400;color:#ffffffd9}@media (max-width: 1024px){.header-name-row .header-link.mobile-only{font-size:36px}}@media (max-width: 768px){.header-name-row .header-link.mobile-only{font-size:28px}}@media (max-width: 480px){.header-name-row .header-link.mobile-only{font-size:24px}}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;display:flex;align-items:center;justify-content:center;z-index:9999;transition:opacity .4s ease-out}.loading-screen.fade-out{opacity:0;pointer-events:none}.loading-content{display:flex;flex-direction:column;align-items:center;gap:24px}.loading-bar-container{width:200px;height:4px;background-color:#333;border-radius:2px;overflow:hidden}.loading-bar-progress{height:100%;background-color:#2563eb;border-radius:2px;transition:width .3s ease-out}.loading-text{font-size:16px;color:#ffffffb3;font-weight:400}html,body{width:100%;height:100%;overflow-x:hidden}body{background-color:#000;color:#fff}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#000;padding:32px}.header-container{width:100%;padding:0 32px;display:flex;justify-content:space-between;align-items:flex-start}.header-left{display:flex;flex-direction:column;gap:8px}.header h1{font-size:43px;font-weight:400;color:#ffffffd9;line-height:51px;margin:0}.header-subtitle{font-size:16px;font-weight:400;color:#ffffffb3;letter-spacing:.3px;margin:0}.header nav{font-size:32px;font-weight:400;color:#fff;padding-top:8px}.header-link{color:#fff;text-decoration:none;transition:color .2s}.header-link:hover{color:#d1d5db}.speaking-section{border-top:1px solid #374151;background-color:#000;width:100%}.speaking-section:first-of-type{margin-top:120px}.speaking-container{width:100%;padding:64px}.talks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;width:100%;align-items:flex-end}.talk-vertical-item{display:flex;flex-direction:column;gap:32px;height:100%}.talk-image-vertical{background-color:transparent;border-radius:8px;width:100%;display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:16px;overflow:hidden;flex:0 0 auto}.talk-image-vertical img{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .3s ease}.talk-image-vertical img:hover{transform:scale(1.02)}.talk-content-vertical{text-align:left;flex:0 0 auto;display:flex;flex-direction:column;height:160px}.talk-content-vertical h3{font-size:24px;font-weight:400;color:#fff;margin-bottom:8px;line-height:1.3}.project-link,.project-link:hover{color:inherit;text-decoration:none}.talk-content-vertical .date{font-size:14px;color:#9ca3af;margin-bottom:12px;opacity:.8}.talk-content-vertical p{font-size:15px;color:#fff;line-height:1.5;margin:0;overflow:hidden;text-overflow:ellipsis}.single-project-horizontal{display:flex;align-items:center;gap:48px;width:100%}.single-project-image-large{flex:0 0 60%;max-width:60%;position:relative}.single-project-image-large img{width:100%;height:auto;object-fit:contain;border-radius:8px}.blur-text-overlay{position:absolute;top:18.5%;left:21%;width:8%;height:2.5%;background:#121212;-webkit-user-select:none;user-select:none;pointer-events:none}.blur-text-overlay-2{top:18.5%;left:20%;width:9%;height:2.5%}.single-project-content-side{flex:1;text-align:left}.single-project-content-side h3{font-size:24px;font-weight:400;color:#fff;margin-bottom:8px;line-height:1.3}.single-project-content-side h3.blurred-title{display:inline-block;padding:4px 0;color:transparent;text-shadow:0 0 8px rgba(255,255,255,.8);-webkit-user-select:none;user-select:none}.single-project-content-side .date{font-size:14px;color:#9ca3af;margin-bottom:12px;opacity:.8}.single-project-content-side p{font-size:15px;color:#fff;line-height:1.5;margin:0}@media (max-width: 1024px){.single-project-horizontal{flex-direction:column;gap:32px}.single-project-image-large{flex:none;max-width:100%}.single-project-image-large img{width:100%;margin-left:0}.single-project-content-side{text-align:center}}.dual-laptop-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:48px;width:100%}.laptop-item{display:flex;flex-direction:column;gap:24px}.laptop-image-container{position:relative;width:100%}.laptop-image-container img{width:100%;height:auto;object-fit:contain;border-radius:8px;transition:transform .3s ease}.laptop-image-container img:hover{transform:scale(1.02)}.laptop-content{text-align:left}.laptop-content h3{font-size:24px;font-weight:400;color:#fff;margin-bottom:8px;line-height:1.3}.laptop-content h3.blurred-title{display:inline-block;padding:4px 0;color:transparent;text-shadow:0 0 8px rgba(255,255,255,.8);-webkit-user-select:none;user-select:none}.laptop-content .date{font-size:14px;color:#9ca3af;margin-bottom:12px;opacity:.8}.laptop-content p{font-size:15px;color:#fff;line-height:1.5;margin:0}@media (max-width: 768px){.dual-laptop-grid{grid-template-columns:1fr;gap:48px}}.buks-grid{display:grid;grid-template-columns:60% 40%;gap:48px;width:100%;align-items:end}.buks-laptop-item{display:flex;flex-direction:column;gap:24px}.buks-phone-item{display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:flex-end}.buks-image-container{width:100%}.buks-image-container img{width:100%;height:auto;object-fit:contain;transition:transform .3s ease}.buks-image-container img:hover{transform:scale(1.02)}.buks-phone-item .buks-image-container{max-width:320px}@media (max-width: 768px){.buks-grid{grid-template-columns:1fr;gap:48px;align-items:start}.buks-phone-item{align-items:center}.buks-phone-item .buks-image-container{max-width:250px}}.contact-divider{width:100vw;height:1px;background-color:#374151;margin:64px 0 48px;position:relative;left:calc(-50vw + 50%)}.footer-contact{display:flex;align-items:center;justify-content:center;gap:16px;font-size:24px;color:#fff;font-weight:400}.contact-email{font-size:24px;color:#fff;font-weight:400;cursor:pointer;transition:color .2s}.contact-email:hover{color:#d1d5db}.divider{color:#9ca3af}.download-cv{color:#fff;text-decoration:none;transition:color .2s}.download-cv:hover{color:#d1d5db}@media (max-width: 1200px){.speaking-container{padding:48px}}@media (max-width: 1024px){.header h1{font-size:36px;line-height:44px}.header-subtitle{font-size:15px}.header nav{font-size:28px}.speaking-section:first-of-type{margin-top:100px}.talks-grid{grid-template-columns:repeat(2,1fr);gap:32px}.talk-content-vertical{height:140px}}@media (max-width: 768px){.header{padding:24px}.header-container{padding:0 16px;flex-direction:column;gap:16px;align-items:flex-start}.header h1{font-size:28px;line-height:36px}.header-subtitle{font-size:14px}.header nav{font-size:24px;padding-top:0}.speaking-section:first-of-type{margin-top:120px}.talks-grid{grid-template-columns:1fr;gap:32px}.speaking-container{padding:32px 24px}.talk-content-vertical{height:auto;min-height:120px}.footer-contact{flex-direction:column;gap:16px}.divider{display:none}}@media (max-width: 480px){.header{padding:16px}.header-container{padding:0 8px}.header h1{font-size:24px;line-height:30px}.header-subtitle{font-size:13px}.header nav{font-size:20px}.speaking-section:first-of-type{margin-top:140px}.speaking-container{padding:24px 16px}}
