.landing-page{min-height:100vh;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#2d1b4e);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;overflow:hidden}.landing-page:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(102,126,234,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.1) 0%,transparent 50%);animation:pulse 4s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5}50%{opacity:1}}.landing-content{text-align:center;z-index:1;position:relative}.landing-title{font-size:4rem;font-weight:700;color:#fff;margin-bottom:20px;text-shadow:0 4px 20px rgba(102,126,234,.5);animation:fadeInUp 1s ease-out}.landing-subtitle{font-size:1.5rem;color:#fffc;margin-bottom:60px;animation:fadeInUp 1s ease-out .3s both}.animation-container{position:relative;width:600px;height:400px;margin:0 auto 40px}.chip{position:absolute;width:200px;height:200px;background:#ffffff0d;border:2px solid rgba(102,126,234,.3);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;transform:scale(.5);transition:all 1s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.chip.visible{opacity:1;transform:scale(1)}.chip.gpu{left:50px;top:100px;border-color:#667eea99;box-shadow:0 0 30px #667eea4d}.chip.tpu{right:50px;top:100px;border-color:#764ba299;box-shadow:0 0 30px #764ba24d}.chip-label{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:2px}.chip-structure{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:80%}.core{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;animation:glow 2s ease-in-out infinite}.core:nth-child(2){animation-delay:.2s}.core:nth-child(3){animation-delay:.4s}.core:nth-child(4){animation-delay:.6s}@keyframes glow{0%,to{box-shadow:0 0 10px #667eea80;transform:scale(1)}50%{box-shadow:0 0 20px #667eeacc;transform:scale(1.1)}}.matrix{width:120px;height:120px;background:linear-gradient(90deg,rgba(118,75,162,.3) 1px,transparent 1px),linear-gradient(rgba(118,75,162,.3) 1px,transparent 1px);background-size:10px 10px;border:2px solid rgba(118,75,162,.5);border-radius:8px;animation:matrixPulse 2s ease-in-out infinite}@keyframes matrixPulse{0%,to{box-shadow:0 0 15px #764ba266}50%{box-shadow:0 0 30px #764ba2cc}}.data-flow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:0;transition:opacity 1s ease-out}.data-flow.visible{opacity:1}.data-stream{width:4px;height:100px;background:linear-gradient(to bottom,transparent,#667eea,transparent);position:absolute;left:50%;transform:translate(-50%);animation:streamFlow 2s ease-in-out infinite}.data-stream:nth-child(1){left:calc(50% - 20px);animation-delay:0s}.data-stream:nth-child(2){left:50%;animation-delay:.3s}.data-stream:nth-child(3){left:calc(50% + 20px);animation-delay:.6s}@keyframes streamFlow{0%{transform:translate(-50%) translateY(-50px);opacity:0}50%{opacity:1}to{transform:translate(-50%) translateY(50px);opacity:0}}.click-prompt{animation:fadeInUp 1s ease-out;color:#fff;margin-top:40px}.click-prompt p{font-size:1.2rem;margin-bottom:10px;opacity:.9}.arrow-down{font-size:2rem;animation:bounce 1s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@media (max-width: 768px){.landing-title{font-size:2.5rem}.animation-container{width:100%;height:300px}.chip{width:150px;height:150px}.chip.gpu{left:10%}.chip.tpu{right:10%}}.navigation{position:fixed;top:0;left:0;right:0;background:#0a0e27f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;border-bottom:1px solid rgba(102,126,234,.2)}.nav-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#fff;font-size:1.5rem;font-weight:700;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0}.nav-links a{color:#ffffffe6;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2);transition:width .3s ease}.nav-links a:hover{color:#fff}.nav-links a:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;background:transparent;border:none;cursor:pointer;padding:5px;gap:5px}.menu-toggle span{width:25px;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}@media (max-width: 768px){.menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background:#0a0e27fa;flex-direction:column;padding:1rem 2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-links.open{transform:translateY(0);opacity:1;visibility:visible}}.hero{min-height:90vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a0e27,#1a1f3a,#2d1b4e);padding:120px 2rem 4rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(102,126,234,.15) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(118,75,162,.15) 0%,transparent 50%)}.hero-content{max-width:1000px;text-align:center;z-index:1;position:relative}.hero-title{font-size:3.5rem;font-weight:700;color:#fff;line-height:1.2;margin-bottom:2rem;animation:fadeInUp 1s ease-out}.hero-subtitle{font-size:1.3rem;color:#fffc;line-height:1.6;margin-bottom:3rem;animation:fadeInUp 1s ease-out .2s both}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp 1s ease-out .4s both}.btn-primary,.btn-secondary{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea99}.btn-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.btn-secondary:hover{background:#ffffff1a;border-color:#ffffff80}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.hero-cta{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{width:100%}}.ai-technologies{padding:6rem 2rem;background:#f8f9fa}.section-container{max-width:1400px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-title{font-size:3rem;font-weight:700;color:#0a0e27;margin-bottom:1rem}.section-subtitle{font-size:1.2rem;color:#666;max-width:700px;margin:0 auto;line-height:1.6}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.tech-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease}.tech-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.tech-header{border-top:4px solid;padding-top:1.5rem;margin-bottom:1.5rem}.tech-name{font-size:2rem;font-weight:700;color:#0a0e27;margin-bottom:1rem}.tech-products{display:flex;flex-wrap:wrap;gap:.5rem}.tech-product-tag{background:#f0f0f0;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;color:#333}.tech-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:1.1rem}.tech-sections{margin-top:1.5rem}.tech-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.tech-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.tech-section h4{font-size:1.1rem;font-weight:600;color:#0a0e27;margin-bottom:.5rem}.tech-section p{color:#666;line-height:1.6}.tech-links{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.tech-link{padding:.8rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:transform .2s ease,box-shadow .2s ease;font-size:.95rem}.tech-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media (max-width: 768px){.tech-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}.articles{padding:6rem 2rem;background:#fff}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.article-category{background:#f8f9fa;border-radius:12px;padding:2.5rem;border-left:4px solid #667eea}.category-title{font-size:1.8rem;font-weight:700;color:#0a0e27;margin-bottom:1rem}.category-description{color:#666;line-height:1.6;margin-bottom:2rem}.articles-list{display:flex;flex-direction:column;gap:1rem}.article-item{background:#fff;padding:1.5rem;border-radius:8px;display:flex;justify-content:space-between;align-items:center;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;text-decoration:none;color:inherit}.article-item:hover{transform:translate(5px);box-shadow:0 4px 12px #0000001a}.article-excerpt{font-size:.9rem;color:#666;margin-top:.5rem;line-height:1.5}.article-title{font-size:1.1rem;font-weight:600;color:#0a0e27;margin:0}.article-status{font-size:.9rem;color:#667eea;font-weight:500;padding:.3rem .8rem;background:#667eea1a;border-radius:20px}@media (max-width: 768px){.articles-grid{grid-template-columns:1fr}}.tools{padding:6rem 2rem;background:#f8f9fa}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.tool-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 4px 20px #00000014;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.tool-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.tool-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.tool-name{font-size:2rem;font-weight:700;color:#0a0e27;margin:0}.tool-category{font-size:.9rem;color:#667eea;font-weight:600;padding:.4rem 1rem;background:#667eea1a;border-radius:20px}.tool-description{color:#666;line-height:1.6;margin-bottom:1.5rem;font-size:1.1rem}.tool-features{margin-bottom:1.5rem}.tool-features h4{font-size:1.1rem;color:#0a0e27;margin-bottom:1rem}.tool-features ul{list-style:none;padding:0;margin:0}.tool-features li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.tool-features li:before{content:"✓";position:absolute;left:0;color:#667eea;font-weight:700}.tool-content-placeholder{background:#f8f9fa;padding:1.5rem;border-radius:8px;border-left:4px solid #764ba2;margin-bottom:1.5rem;flex-grow:1}.tool-content-placeholder p{font-weight:600;color:#764ba2;margin-bottom:1rem}.tool-content-placeholder ul{list-style:none;padding:0;margin:0}.tool-content-placeholder li{color:#666;position:relative;padding:.5rem 0 .5rem 1.5rem}.tool-content-placeholder li:before{content:"→";position:absolute;left:0;color:#764ba2}.tool-actions{display:flex;gap:1rem;margin-top:auto;flex-wrap:wrap}.tool-link{display:inline-block;padding:1rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:8px;font-weight:600;text-align:center;transition:transform .2s ease,box-shadow .2s ease;flex:1;min-width:150px}.tool-link:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}.tool-link-secondary{display:inline-block;padding:1rem 2rem;background:transparent;color:#667eea;text-decoration:none;border:2px solid #667eea;border-radius:8px;font-weight:600;text-align:center;transition:all .2s ease;flex:1;min-width:150px}.tool-link-secondary:hover{background:#667eea;color:#fff}@media (max-width: 768px){.tools-grid{grid-template-columns:1fr}}.footer{background:#0a0e27;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-logo-section{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.footer-owner-image{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid rgba(102,126,234,.5);opacity:1;transition:all .3s ease;box-shadow:0 2px 8px #0000004d}.footer-owner-image:hover{transform:scale(1.1);border-color:#667eeacc;box-shadow:0 4px 12px #667eea66}.footer-section h3{font-size:1.5rem;margin:0;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#ffffffe6}.footer-section p{color:#ffffffb3;line-height:1.6;margin-bottom:.5rem}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.8rem}.footer-section ul li a{color:#ffffffb3;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#fff}.footer-links{margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-links a:hover{color:#fff}.powered-by{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem}.powered-by strong{color:#667eea}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffff80}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}}.article-detail{min-height:100vh;background:#f8f9fa;padding:100px 2rem 4rem}.article-detail-container{max-width:900px;margin:0 auto}.article-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #00000014}.article-header{margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.article-header h1{font-size:3rem;font-weight:700;color:#0a0e27;margin-bottom:1.5rem;line-height:1.2}.article-meta{display:flex;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap;font-size:.95rem;color:#666}.article-author,.article-date{font-weight:500}.article-status{padding:.3rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase}.article-status.draft{background:#fff3cd;color:#856404}.article-status.published{background:#d4edda;color:#155724}.article-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.tag{background:#f0f0f0;padding:.4rem 1rem;border-radius:20px;font-size:.9rem;color:#667eea;font-weight:500}.article-excerpt{font-size:1.2rem;color:#666;line-height:1.6;font-style:italic}.article-body{line-height:1.8;color:#333}.article-body h1,.article-body h2,.article-body h3,.article-body h4{color:#0a0e27;margin-top:2rem;margin-bottom:1rem}.article-body h2{font-size:2rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.article-body h3{font-size:1.5rem}.article-body p{margin-bottom:1.5rem}.article-body ul,.article-body ol{margin-bottom:1.5rem;padding-left:2rem}.article-body li{margin-bottom:.5rem}.article-body code{background:#f4f4f4;padding:.2rem .4rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.article-body pre{background:#0a0e27;color:#f8f9fa;padding:1.5rem;border-radius:8px;overflow-x:auto;margin-bottom:1.5rem}.article-body pre code{background:transparent;padding:0;color:inherit}.article-body a{color:#667eea;text-decoration:none}.article-body a:hover{text-decoration:underline}.article-body blockquote{border-left:4px solid #667eea;padding-left:1.5rem;margin:1.5rem 0;color:#666;font-style:italic}.article-detail-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#666}.article-not-found{text-align:center;padding:4rem 2rem}.article-not-found h1{font-size:2.5rem;color:#0a0e27;margin-bottom:2rem}@media (max-width: 768px){.article-detail{padding:80px 1rem 2rem}.article-content{padding:2rem 1.5rem}.article-header h1{font-size:2rem}}.resume-page{min-height:100vh;background:#f8f9fa;padding-top:80px}.resume-container{max-width:1000px;margin:0 auto;padding:2rem;background:#fff;margin-top:2rem;margin-bottom:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.back-button{background:#fff;border:2px solid #e0e0e0;padding:.8rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;color:#333;margin-bottom:2rem;transition:all .3s ease}.back-button:hover{background:#f0f0f0;border-color:#667eea;color:#667eea}.resume-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.resume-header h1{font-size:3rem;font-weight:700;color:#0a0e27;margin-bottom:1rem}.resume-subtitle{font-size:1.2rem;color:#666}.resume-content{line-height:1.8;color:#333}.resume-content h1,.resume-content h2,.resume-content h3{color:#0a0e27;margin-top:2rem;margin-bottom:1rem}.resume-content h2{font-size:2rem;border-bottom:2px solid #f0f0f0;padding-bottom:.5rem}.resume-content h3{font-size:1.5rem;color:#667eea}.resume-content p{margin-bottom:1rem}.resume-content ul,.resume-content ol{margin-bottom:1.5rem;padding-left:2rem}.resume-content li{margin-bottom:.5rem}.resume-content strong{color:#0a0e27;font-weight:600}.resume-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#666}.resume-links{margin-top:3rem;padding-top:2rem;border-top:2px solid #f0f0f0}.resume-links h3{font-size:1.5rem;color:#0a0e27;margin-bottom:1.5rem}.resume-links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.resume-link{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:#f8f9fa;border-radius:8px;text-decoration:none;color:#333;transition:all .3s ease;border:2px solid transparent}.resume-link:hover{background:#fff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.resume-link-icon{font-size:2rem;flex-shrink:0}.resume-link strong{display:block;color:#0a0e27;font-size:1.1rem;margin-bottom:.5rem}.resume-link p{color:#666;font-size:.9rem;margin:0}@media (max-width: 768px){.resume-container{padding:1.5rem;margin:1rem}.resume-header h1{font-size:2rem}.resume-links-grid{grid-template-columns:1fr}}.app{min-height:100vh;background:#fff}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
