.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-page{padding:1rem;min-height:100vh}.landing-content{padding:0 .5rem}.landing-title{font-size:2rem;margin-bottom:15px;padding:0 .5rem}.landing-subtitle{font-size:1.1rem;margin-bottom:30px;padding:0 .5rem}.animation-container{width:100%;max-width:100%;height:250px;margin:0 auto 30px;padding:0 1rem}.chip{width:120px;height:120px}.chip-label{font-size:1rem;margin-bottom:10px;letter-spacing:1px}.chip-structure{gap:6px}.core{width:25px;height:25px}.matrix{width:80px;height:80px}.chip.gpu{left:5%;top:50%;transform:translateY(-50%)}.chip.tpu{right:5%;top:50%;transform:translateY(-50%)}.click-prompt{margin-top:20px}.click-prompt p{font-size:1rem}.arrow-down{font-size:1.5rem}}@media (max-width: 480px){.landing-page{padding:.75rem}.landing-title{font-size:1.75rem;margin-bottom:12px}.landing-subtitle{font-size:1rem;margin-bottom:25px}.animation-container{height:200px;margin-bottom:25px;padding:0 .5rem}.chip{width:100px;height:100px}.chip-label{font-size:.9rem;margin-bottom:8px}.core{width:20px;height:20px}.matrix{width:70px;height:70px}.chip.gpu{left:2%}.chip.tpu{right:2%}.click-prompt p{font-size:.9rem}}.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}@media (max-width: 768px){.nav-container{padding:.75rem 1rem}.nav-logo h2{font-size:1.1rem}.nav-owner-image{width:32px!important;height:32px!important}}@media (max-width: 480px){.nav-container{padding:.6rem .75rem}.nav-logo h2{font-size:1rem}.nav-owner-image{width:28px!important;height:28px!important}}.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;gap:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease;box-shadow:0 4px 20px #0000004d}.nav-links li{width:100%;border-bottom:1px solid rgba(255,255,255,.1)}.nav-links li:last-child{border-bottom:none}.nav-links a{display:block;padding:1rem;width:100%}.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{padding:100px 1rem 3rem;min-height:80vh}.hero-content{max-width:100%}.hero-title{font-size:2rem;margin-bottom:1.5rem}.hero-subtitle{font-size:1rem;margin-bottom:2rem;padding:0 .5rem}.hero-cta{flex-direction:column;align-items:stretch;gap:1rem}.btn-primary,.btn-secondary{width:100%;padding:.9rem 1.5rem;font-size:1rem}}@media (max-width: 480px){.hero{padding:90px .75rem 2rem;min-height:75vh}.hero-title{font-size:1.75rem;margin-bottom:1rem}.hero-subtitle{font-size:.95rem;margin-bottom:1.5rem;padding:0}.btn-primary,.btn-secondary{padding:.85rem 1.25rem;font-size:.95rem}}.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(300px,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){.ai-technologies{padding:3rem 1rem}.section-container{max-width:100%}.section-header{margin-bottom:2.5rem}.section-title{font-size:1.8rem;margin-bottom:.75rem}.section-subtitle{font-size:1rem;padding:0 .5rem}.tech-grid{grid-template-columns:1fr;gap:1.5rem}.tech-card{padding:1.5rem}.tech-name{font-size:1.5rem}.tech-description{font-size:1rem}.tech-link{width:100%;text-align:center}}@media (max-width: 480px){.ai-technologies{padding:2rem .75rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:.9rem}.tech-card{padding:1.25rem}.tech-name{font-size:1.3rem}.tech-description{font-size:.95rem}}.articles{padding:6rem 2rem;background:#fff}.articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,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{padding:3rem 1rem}.articles-grid{grid-template-columns:1fr;gap:1.5rem}.article-category{padding:1.5rem}.category-title{font-size:1.5rem}.article-item{padding:1rem;flex-direction:column;align-items:flex-start;gap:.75rem}.article-title{font-size:1rem}}@media (max-width: 480px){.articles{padding:2rem .75rem}.article-category{padding:1.25rem}.category-title{font-size:1.3rem}.article-item{padding:.9rem}.article-title{font-size:.95rem}}.tools{padding:6rem 2rem;background:#f8f9fa}.tools-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,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{padding:3rem 1rem}.tools-grid{grid-template-columns:1fr;gap:1.5rem}.tool-card{padding:1.5rem}.tool-name{font-size:1.5rem}.tool-description{font-size:1rem}.tool-actions{flex-direction:column}.tool-link,.tool-link-secondary{width:100%;min-width:auto}}@media (max-width: 480px){.tools{padding:2rem .75rem}.tool-card{padding:1.25rem}.tool-name{font-size:1.3rem}.tool-description{font-size:.95rem}.tool-link,.tool-link-secondary{padding:.9rem 1.25rem;font-size:.95rem}}.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{padding:3rem 1rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1rem}.footer-links{gap:.75rem}.footer-links a{font-size:.9rem;padding:.5rem 0}}@media (max-width: 480px){.footer{padding:2rem .75rem 1rem}.footer-content{gap:1.5rem}.footer-section h3{font-size:1.2rem}.footer-section h4{font-size:.95rem}.footer-section p{font-size:.9rem}.footer-owner-image{width:50px;height:50px}.footer-links a{font-size:.85rem}}.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:70px 1rem 2rem}.article-detail-container{max-width:100%}.article-content{padding:1.5rem 1rem;border-radius:8px}.article-header{margin-bottom:2rem;padding-bottom:1.5rem}.article-header h1{font-size:1.75rem;margin-bottom:1rem;line-height:1.3}.article-meta{font-size:.85rem;gap:1rem}.article-excerpt{font-size:1rem}.article-body{font-size:.95rem}.article-body h2{font-size:1.5rem;margin-top:1.5rem}.article-body h3{font-size:1.25rem}.article-body p{margin-bottom:1rem}.article-body ul,.article-body ol{padding-left:1.5rem}.article-body pre{padding:1rem;font-size:.85rem;overflow-x:auto}.article-body blockquote{padding-left:1rem;margin:1rem 0}}.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-page{padding-top:70px}.resume-container{padding:1rem;margin:.5rem;border-radius:8px}.resume-header{margin-bottom:2rem;padding-bottom:1.5rem}.resume-header h1{font-size:1.75rem;margin-bottom:.75rem}.resume-subtitle{font-size:1rem}.resume-content{font-size:.95rem}.resume-content h2{font-size:1.5rem;margin-top:1.5rem}.resume-content h3{font-size:1.25rem}.resume-content ul,.resume-content ol{padding-left:1.5rem}.resume-links{margin-top:2rem;padding-top:1.5rem}.resume-links h3{font-size:1.25rem;margin-bottom:1rem}.resume-links-grid{grid-template-columns:1fr;gap:1rem}.resume-link{padding:1rem;flex-direction:column;align-items:flex-start}.resume-link-icon{font-size:1.5rem}.resume-link strong{font-size:1rem}}.ai-page{min-height:100vh;background:#0f172a;color:#e2e8f0;padding-top:80px}.ai-page-container{max-width:1200px;margin:0 auto;padding:2rem 1.5rem 4rem}.back-button{background:#ffffff0f;border:1px solid rgba(255,255,255,.14);padding:.8rem 1.2rem;border-radius:10px;cursor:pointer;font-size:1rem;font-weight:600;color:#e2e8f0f2;margin-bottom:1.5rem;transition:all .2s ease}.back-button:hover{background:#ffffff1a;border-color:#667eea99}.ai-page-header{margin-top:1rem;padding:1.5rem;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}.ai-page-header h1{margin:0 0 .5rem;font-size:2rem;line-height:1.2;color:#fff}.ai-page-header p{margin:0;color:#e2e8f0e6;line-height:1.6}.ai-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:1.25rem}.ai-card{padding:1.25rem;border-radius:16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1)}.ai-card h3{margin:0 0 .5rem;color:#fff;font-size:1.1rem}.ai-card p{margin:0;color:#e2e8f0e6;line-height:1.6}.ai-card .ai-card-meta{margin-top:.75rem;font-size:.95rem;color:#e2e8f0bf}.ai-note{margin-top:1.25rem;padding:1rem 1.25rem;border-radius:14px;background:#667eea1f;border:1px solid rgba(102,126,234,.35);color:#e2e8f0f2}.ai-links{margin-top:1.25rem}.ai-links-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin:1rem 0 .75rem}.ai-links-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.ai-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.16);background:#ffffff14;color:#e2e8f0f2;padding:.7rem .95rem;border-radius:12px;font-weight:700;cursor:pointer;transition:all .2s ease;white-space:nowrap}.ai-button:hover{background:#ffffff1f;border-color:#667eea99}.ai-button:disabled{opacity:.55;cursor:not-allowed}.ai-button-secondary{background:#ffffff0a}.ai-search{display:flex;flex-direction:column;gap:.4rem;flex:1;max-width:560px}.ai-search-label{font-size:.95rem;color:#e2e8f0d9}.ai-search input{width:100%;padding:.85rem .95rem;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#e2e8f0f2;outline:none}.ai-search input::placeholder{color:#e2e8f08c}.ai-links-count{font-size:.95rem;color:#e2e8f0bf;white-space:nowrap}.ai-table-wrap{overflow-x:auto;border-radius:16px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}.ai-table{width:100%;border-collapse:collapse;min-width:720px}.ai-table thead th{text-align:left;padding:.9rem 1rem;font-weight:700;color:#e2e8f0f2;border-bottom:1px solid rgba(255,255,255,.1);background:#ffffff08}.ai-table tbody td{padding:.9rem 1rem;vertical-align:top;border-bottom:1px solid rgba(255,255,255,.08);color:#e2e8f0e0;line-height:1.6}.ai-table tbody tr:hover td{background:#ffffff0a}.ai-table a{color:#a5b4fc;text-decoration:none;font-weight:700}.ai-table a:hover{text-decoration:underline}.ai-add-form{margin:.75rem 0 1rem;padding:1rem;border-radius:16px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a}.ai-add-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.ai-field{display:flex;flex-direction:column;gap:.35rem}.ai-field span{font-size:.9rem;color:#e2e8f0d9}.ai-field input{width:100%;padding:.8rem .9rem;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#e2e8f0f2;outline:none}.ai-field-full{grid-column:1 / -1}.ai-add-actions{display:flex;align-items:center;gap:.9rem;flex-wrap:wrap;margin-top:.9rem}.ai-error{color:#fecaca;font-weight:700}.ai-add-hint{margin-left:auto;color:#e2e8f0b3;font-size:.9rem}.ai-app-name{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.ai-link-remove{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.14);background:#ffffff0d;color:#e2e8f0d9;padding:.35rem .6rem;border-radius:10px;font-weight:700;cursor:pointer}.ai-link-remove:hover{border-color:#f87171a6;background:#f871711f}@media (max-width: 900px){.ai-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.ai-page{padding-top:70px}.ai-page-container{padding:1.5rem 1rem 3rem}.ai-page-header h1{font-size:1.6rem}.ai-cards{grid-template-columns:1fr}.ai-links-toolbar{flex-direction:column;align-items:stretch}.ai-search{max-width:100%}.ai-add-grid{grid-template-columns:1fr}.ai-add-hint{margin-left:0}}.job-search-page{min-height:100vh;background:#f8f9fa;padding-top:80px}.job-search-container{max-width:1100px;margin:0 auto;padding:2rem;background:#fff;margin-top:2rem;margin-bottom:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.job-search-header h1{margin:0 0 .75rem;font-size:2.2rem;color:#0a0e27}.job-search-header p{margin:0 0 1.5rem;color:#555;line-height:1.7}.job-search-form{border:1px solid #eee;border-radius:12px;padding:1.25rem;background:#fbfbfd}.job-search-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.job-search-form label span{display:block;font-weight:700;margin-bottom:.5rem;color:#0a0e27}.job-search-form input,.job-search-form textarea{width:100%;padding:.8rem .9rem;border-radius:10px;border:1px solid #e6e6e6;outline:none;font-size:1rem;background:#fff}.job-search-form textarea{resize:vertical}.job-search-toggles{display:flex;gap:1.25rem;flex-wrap:wrap;margin:1rem 0 .25rem}.toggle{display:flex;align-items:center;gap:.6rem;font-weight:600;color:#333}.job-search-resume{margin-top:1rem;display:block}.job-search-signals{margin-top:1rem;background:#fff;border:1px solid #eee;border-radius:10px;padding:.9rem 1rem;color:#333;line-height:1.7}.job-search-live-hint{margin-top:.75rem;color:#555}.job-search-generated{margin-top:1rem;border:1px solid #e6e6e6;background:#fff;border-radius:12px;padding:.9rem 1rem}.job-search-generated-title{color:#0a0e27;margin-bottom:.6rem}.job-search-generated-links{display:flex;flex-wrap:wrap;gap:.75rem}.job-search-generated-links a{color:#667eea;font-weight:800;text-decoration:none}.job-search-generated-links a:hover{text-decoration:underline}.job-search-results{margin-top:1.75rem}.job-search-results-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.75rem}.job-search-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.job-search-results-header h2{margin:0;color:#0a0e27}.job-search-btn{background:#667eea;border:none;color:#fff;padding:.7rem 1rem;border-radius:10px;cursor:pointer;font-weight:700}.job-search-btn:hover{opacity:.95}.job-search-btn:disabled{opacity:.55;cursor:not-allowed}.job-search-btn-secondary{background:#0a0e27}.job-search-copy-status{font-weight:700;color:#0a0e27}.job-search-list{list-style:none;padding:0;margin:0;display:grid;gap:.75rem}.job-search-item{border:1px solid #eee;border-radius:12px;padding:1rem;background:#fff}.job-search-item-title a{font-weight:800;color:#667eea;text-decoration:none}.job-search-item-title a:hover{text-decoration:underline}.job-search-item-reason{margin-top:.35rem;color:#555}.job-search-item-url{margin-top:.5rem;color:#444;overflow-x:auto}.job-search-item-url code{font-size:.85rem}.job-search-empty{border:1px dashed #d8d8d8;background:#fbfbfd;padding:1rem;border-radius:12px;color:#333}.job-search-note{margin-top:1rem;padding:.9rem 1rem;border-left:4px solid #667eea;background:#f5f7ff;border-radius:6px;color:#333}@media (max-width: 768px){.job-search-page{padding-top:70px}.job-search-container{padding:1rem;margin:.5rem}.job-search-row{grid-template-columns:1fr}.job-search-header h1{font-size:1.6rem}.job-search-results-header{flex-direction:column;align-items:stretch}}.fp-page{min-height:100vh;background:#f8f9fa;padding-top:80px}.fp-container{max-width:1150px;margin:0 auto;padding:2rem;background:#fff;margin-top:2rem;margin-bottom:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014}.fp-header h1{margin:0 0 .75rem;font-size:2.2rem;color:#0a0e27}.fp-header p{margin:0 0 1.25rem;color:#555;line-height:1.7}.fp-build{margin:-.5rem 0 1rem;font-size:.85rem;color:#777;font-weight:700}.fp-help{border-left:4px solid #667eea;background:#f5f7ff;border-radius:6px;padding:.9rem 1rem;color:#333;margin:.25rem 0 .75rem}.fp-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin:1rem 0 1.25rem}.fp-portfolio-bar{display:flex;gap:1rem;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;margin:.75rem 0 .25rem}.fp-field span{display:block;font-weight:900;margin-bottom:.5rem;color:#0a0e27}.fp-field select{width:260px;max-width:100%;padding:.7rem .8rem;border-radius:10px;border:1px solid #e6e6e6;background:#fff}.fp-portfolio-create{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.fp-portfolio-create input{width:220px;max-width:100%;padding:.7rem .8rem;border-radius:10px;border:1px solid #e6e6e6;background:#fff}.fp-btn{background:#0a0e27;border:none;color:#fff;padding:.7rem 1rem;border-radius:10px;cursor:pointer;font-weight:800}.fp-btn:hover{opacity:.95}.fp-btn-secondary{background:#667eea}.fp-btn-ghost{background:#f0f0f0;color:#0a0e27}.fp-status{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-left:auto;color:#333;font-weight:800}.fp-status-msg{font-weight:700;color:#555}.fp-warn{color:#92400e}.fp-ok{color:#166534}.fp-import{border:1px solid #eee;border-radius:12px;padding:1rem;background:#fbfbfd;margin:.25rem 0 1.25rem}.fp-import-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.fp-import h2{margin:0;color:#0a0e27}.fp-import textarea{width:100%;padding:.8rem .9rem;border-radius:10px;border:1px solid #e6e6e6;background:#fff;resize:vertical}.fp-import-help{margin-top:.5rem;color:#555}.fp-import-help code{margin-left:.5rem;background:#f4f4f4;padding:2px 6px;border-radius:6px}.fp-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:.25rem 0 1.25rem}.fp-card{border:1px solid #eee;border-radius:12px;padding:1rem;background:#fff}.fp-card-label{color:#666;font-weight:800;margin-bottom:.4rem}.fp-card-value{font-size:1.25rem;font-weight:900;color:#0a0e27}.fp-chart{border:1px solid #eee;border-radius:12px;padding:1rem;background:#fff;margin:.25rem 0 1.25rem}.fp-chart h2{margin:0 0 .75rem;color:#0a0e27}.fp-empty{color:#555}.fp-bars{display:grid;gap:.6rem}.fp-bar-row{display:grid;grid-template-columns:90px 1fr 80px;gap:.75rem;align-items:center}.fp-bar-label{font-weight:900;color:#0a0e27;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.fp-bar-track{height:10px;background:#eef2ff;border-radius:999px;overflow:hidden}.fp-bar-fill{height:10px;background:#667eea;border-radius:999px}.fp-bar-val{text-align:right;font-weight:900;color:#0a0e27}.fp-table-wrap{overflow-x:auto;border:1px solid #eee;border-radius:12px}.fp-table{width:100%;border-collapse:collapse;min-width:980px}.fp-table th,.fp-table td{padding:.85rem .75rem;border-bottom:1px solid #f0f0f0;text-align:left;vertical-align:top}.fp-table thead th{background:#fbfbfd;color:#0a0e27;font-weight:900}.fp-table input{width:100%;padding:.65rem .7rem;border-radius:10px;border:1px solid #e6e6e6;outline:none;background:#fff}.fp-invalid{border-color:#f87171!important;background:#fff5f5!important}.fp-num{text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.fp-actions-cell{text-align:right}.fp-remove{background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:.5rem .65rem;cursor:pointer;font-weight:800}.fp-remove:hover{border-color:#f87171;background:#fff5f5}.fp-total-label{font-weight:900;color:#0a0e27}.fp-total{font-weight:900}.fp-pos{color:#166534}.fp-neg{color:#991b1b}.fp-note{margin-top:1rem;padding:.9rem 1rem;border-left:4px solid #0a0e27;background:#f5f7ff;border-radius:6px;color:#333}@media (max-width: 768px){.fp-page{padding-top:70px}.fp-container{padding:1rem;margin:.5rem}.fp-header h1{font-size:1.6rem}.fp-summary-grid{grid-template-columns:1fr}.fp-bar-row{grid-template-columns:80px 1fr 70px}}.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;overflow-x:hidden}@media (max-width: 480px){body{font-size:14px}}@media (max-width: 768px){*{-webkit-tap-highlight-color:transparent}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
