@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600&display=swap";.nav-container{position:fixed;top:0;left:0;right:0;z-index:1000;padding:var(--space-md) var(--space-2xl)}.nav-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center}.nav-glass{position:relative;background:#141416d9;backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:6px 6px 6px 20px;display:flex;align-items:center;gap:var(--space-md);overflow:hidden;box-shadow:var(--shadow-md)}.logo{font-size:15px;font-weight:600;color:var(--text);letter-spacing:-.02em;white-space:nowrap;transition:color var(--transition-fast);text-decoration:none}.logo:hover{color:var(--primary)}a.nav-link{text-decoration:none}.nav-links{display:flex;gap:2px}.nav-link{display:flex;align-items:center;gap:6px;padding:8px 14px;background:transparent;border:none;color:var(--text-muted);font-family:inherit;font-size:13px;font-weight:500;cursor:pointer;border-radius:var(--radius-sm);transition:all var(--transition-fast);white-space:nowrap}.nav-link:hover{color:var(--text);background:#ffffff14}.nav-link.active{color:#fff;background:var(--primary)}.nav-link svg{width:15px;height:15px}.mobile-menu-btn{display:none;position:relative;background:#1e1e23e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-sm);padding:10px;color:var(--text);cursor:pointer;transition:all var(--transition-fast);box-shadow:var(--shadow-sm)}.mobile-menu-btn:hover{background:#ffffff1a}.mobile-menu-btn svg{width:18px;height:18px;display:block}.mobile-nav{display:none;position:fixed;top:64px;left:var(--space-md);right:var(--space-md);background:#141416fa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:var(--radius-md);padding:6px;z-index:999;box-shadow:var(--shadow-lg)}.mobile-nav.open{display:flex;flex-direction:column;gap:2px}.mobile-nav .nav-link{padding:12px 16px;justify-content:flex-start;border-radius:var(--radius-sm)}.mobile-nav .nav-link.active{background:var(--primary)}@media (max-width: 479px){.nav-container{padding:8px 12px}.nav-inner{justify-content:space-between}.nav-glass{padding:8px 14px}.nav-links{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center;padding:10px}.logo{font-size:15px}.mobile-nav{top:52px;left:12px;right:12px;padding:6px}.mobile-nav .nav-link{padding:12px 14px;font-size:14px}}@media (min-width: 480px) and (max-width: 767px){.nav-container{padding:8px 16px}.nav-inner{justify-content:space-between}.nav-glass{padding:8px 16px}.nav-links{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.mobile-nav{top:56px;left:16px;right:16px}}@media (min-width: 768px) and (max-width: 1023px){.nav-container{padding:var(--space-md) var(--space-xl)}.nav-inner{justify-content:space-between}.nav-glass{padding:8px 8px 8px 20px;gap:var(--space-md)}.nav-links{display:none}.mobile-menu-btn{display:flex;align-items:center;justify-content:center}.mobile-nav{top:68px;left:var(--space-xl);right:var(--space-xl)}}@media (min-width: 1024px){.nav-container{padding:var(--space-md) var(--space-xl)}.mobile-menu-btn{display:none}.mobile-nav{display:none!important}.nav-link{padding:10px 16px;font-size:13px}}@media (min-width: 1280px){.nav-container{padding:var(--space-lg) var(--space-2xl)}.nav-glass{padding:8px 8px 8px 28px;gap:var(--space-xl)}.nav-link{padding:10px 20px;font-size:14px}}.hero-wrapper{position:relative;height:100vh;height:100dvh;max-height:100vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--bg)}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden}.background-video{width:100%;height:100%;object-fit:cover;object-position:center}.video-background iframe{position:absolute;top:50%;left:50%;width:100vw;height:56.25vw;min-height:100vh;min-width:177.78vh;transform:translate(-50%,-50%);pointer-events:none}.video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#0a0a0bd9,#0a0a0bb3 40%,#0a0a0be6);z-index:1}.hero-section{display:flex;align-items:center;justify-content:center;height:100%;position:relative;z-index:2;padding:80px 0 40px}.hero-content{max-width:900px;text-align:center;padding:0 var(--space-xl)}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:#2563eb33;border:1px solid rgba(37,99,235,.4);border-radius:var(--radius-full);font-size:12px;font-weight:500;color:var(--primary-light);margin-bottom:var(--space-xl);letter-spacing:.02em}.hero-badge svg{width:14px;height:14px}.hero-title{font-size:clamp(36px,6vw,72px);font-weight:700;line-height:1.1;letter-spacing:-.03em;margin-bottom:var(--space-lg);color:#fff}.hero-subtitle{font-size:clamp(15px,1.6vw,18px);font-weight:400;color:#fffc;margin-bottom:var(--space-md);max-width:700px;margin-left:auto;margin-right:auto;line-height:1.7}.hero-location{display:inline-flex;align-items:center;gap:6px;color:var(--text-muted);font-size:13px;margin-bottom:var(--space-xl)}.hero-location svg{width:14px;height:14px;color:var(--primary)}.skills-inline{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:var(--space-xl)}.skill-tag{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#ffffff0d;border:1px solid var(--glass-border);border-radius:var(--radius-sm);font-size:12px;font-weight:500;color:#fffc;transition:all var(--transition-fast)}.skill-tag:hover{border-color:var(--primary);color:var(--primary-light)}.skill-tag svg{width:13px;height:13px;color:var(--primary)}.hero-buttons{display:flex;justify-content:center;gap:var(--space-sm);margin-bottom:var(--space-xl)}.social-links{display:flex;justify-content:center;gap:8px}.social-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid var(--glass-border);border-radius:var(--radius-sm);color:#fff9;transition:all var(--transition-fast);text-decoration:none}.social-link:hover{border-color:var(--primary);color:var(--primary-light);background:#2563eb1a}.social-link svg{width:18px;height:18px}@media (max-width: 479px){.hero-wrapper{height:100vh;height:100dvh}.hero-section{height:100%;padding:60px 16px 24px}.hero-content{max-width:100%}.hero-badge{font-size:11px;padding:6px 12px;margin-bottom:var(--space-lg)}.hero-badge svg{width:12px;height:12px}.hero-title{font-size:28px;margin-bottom:var(--space-md)}.hero-subtitle{font-size:14px;margin-bottom:var(--space-sm);padding:0 8px}.hero-location{margin-bottom:var(--space-lg);font-size:12px}.skills-inline{gap:6px;margin-bottom:var(--space-lg)}.skill-tag{padding:5px 10px;font-size:11px}.skill-tag svg{width:12px;height:12px}.hero-buttons{flex-direction:column;gap:8px;margin-bottom:var(--space-lg);padding:0 16px}.social-links{gap:8px}.social-link{width:36px;height:36px}.social-link svg{width:16px;height:16px}}@media (min-width: 480px) and (max-width: 767px){.hero-section{padding:80px 20px 30px}.hero-content{max-width:100%}.hero-title{font-size:36px}.hero-subtitle{font-size:15px}.hero-buttons{flex-direction:column;align-items:center;gap:10px}}@media (min-width: 768px) and (max-width: 1023px){.hero-section{padding:100px 32px 40px}.hero-content{max-width:600px}.hero-title{font-size:44px}}@media (min-width: 1024px) and (max-width: 1279px){.hero-content{max-width:800px}.hero-title{font-size:56px}.hero-subtitle{max-width:650px}}@media (min-width: 1280px){.hero-content{max-width:950px}.hero-title{font-size:64px}.hero-subtitle{max-width:750px}}@media (min-width: 1440px){.hero-content{max-width:1100px}.hero-title{font-size:72px}.hero-subtitle{font-size:19px;max-width:800px}}@media (min-width: 1920px){.hero-content{max-width:1300px}.hero-title{font-size:80px}.hero-subtitle{font-size:20px;max-width:900px}}@media (hover: none) and (pointer: coarse){.skill-tag:hover{background:#ffffff0d;color:#fffc;border-color:var(--glass-border)}.social-link:hover{background:#ffffff0d;border-color:var(--glass-border);color:#fff9}}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-lg)}a.project-card{text-decoration:none;color:inherit;display:block}.project-card{position:relative;padding:var(--space-lg);cursor:pointer;overflow:hidden;background:#141416cc;backdrop-filter:blur(40px) saturate(120%);-webkit-backdrop-filter:blur(40px) saturate(120%);border:1px solid var(--glass-border);border-radius:var(--radius-lg);transition:all var(--transition-smooth)}.project-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--glass-inner-shadow);pointer-events:none;z-index:1}.project-card:hover{background:var(--glass-hover);border-color:#2563eb33}.project-card-header{display:flex;align-items:flex-start;gap:var(--space-md);margin-bottom:var(--space-md);min-height:44px}.project-icon-wrapper{width:36px;height:36px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--primary)}.project-icon-wrapper svg{width:18px;height:18px;color:#fff}.project-card-title{font-size:17px;font-weight:600;margin:0;display:flex;align-items:center;gap:var(--space-sm);letter-spacing:-.02em;line-height:1.35;flex:1;color:#fff}.project-card-title svg{width:16px;height:16px;color:var(--text-muted)}.project-card-desc{font-size:14px;color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-md)}.project-tags{display:flex;flex-wrap:wrap;gap:6px}.project-tag{padding:4px 10px;background:#ffffff0d;border:1px solid var(--glass-border);border-radius:var(--radius-sm);font-size:11px;font-weight:500;color:#fff9}.featured-badge{position:absolute;top:var(--space-md);right:var(--space-md);padding:4px 10px;background:var(--primary);border-radius:var(--radius-sm);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#fff}@media (max-width: 479px){.projects-grid{grid-template-columns:1fr;gap:10px}.project-card{padding:14px;border-radius:14px}.project-card-header{gap:10px;margin-bottom:10px;min-height:auto}.project-icon-wrapper{width:36px;height:36px;min-width:36px;margin-bottom:0;margin-top:0;border-radius:10px}.project-icon-wrapper svg{width:18px;height:18px}.project-card-title{font-size:15px;margin-bottom:0;line-height:1.3}.project-card-title svg{width:14px;height:14px;display:none}.project-card-desc{font-size:12px;margin-bottom:10px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-tags{gap:4px}.project-tag{padding:3px 7px;font-size:9px}.featured-badge{top:8px;right:8px;padding:3px 6px;font-size:8px}}@media (min-width: 480px) and (max-width: 767px){.projects-grid{grid-template-columns:1fr;gap:14px}.project-card{padding:18px}.project-icon-wrapper{width:48px;height:48px;margin-bottom:14px}.project-card-title{font-size:18px}.project-card-desc{font-size:14px;margin-bottom:14px}.project-tag{padding:5px 10px;font-size:11px}}@media (min-width: 768px) and (max-width: 1023px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.project-card{padding:var(--space-lg)}.project-card-title{font-size:20px}.project-card-desc{font-size:14px}}@media (min-width: 1024px) and (max-width: 1279px){.projects-grid{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.project-card{padding:var(--space-xl)}}@media (min-width: 1280px){.projects-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-xl)}}@media (min-width: 1440px){.projects-grid{gap:var(--space-2xl)}.project-card{padding:var(--space-2xl)}.project-card-title{font-size:24px}.project-card-desc{font-size:16px}}@media (min-width: 1920px){.projects-grid{grid-template-columns:repeat(3,1fr);gap:var(--space-2xl)}.project-card{padding:40px}.project-icon-wrapper{width:64px;height:64px}.project-icon-wrapper svg{width:32px;height:32px}.project-card-title{font-size:26px}.project-card-desc{font-size:17px}}@media (hover: none) and (pointer: coarse){.project-card:hover{background:var(--glass);border-color:var(--glass-border)}}.project-detail{max-width:1100px;margin:0 auto}.back-button,a.back-button{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius-full);color:var(--text-secondary);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;margin-bottom:var(--space-2xl);transition:all var(--transition-fast);text-decoration:none}.back-button:hover{background:var(--glass-hover);color:var(--text)}.back-button svg{width:18px;height:18px}.project-detail-header{margin-bottom:var(--space-2xl)}.project-detail-icon{width:72px;height:72px;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin-bottom:var(--space-xl);background:var(--primary)}.project-detail-icon svg{width:36px;height:36px;color:#fff}.project-detail-title{font-size:clamp(32px,5vw,48px);font-weight:700;letter-spacing:-.03em;margin-bottom:var(--space-md);line-height:1.1}.project-detail-desc{font-size:clamp(16px,2vw,19px);color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-xl)}.project-detail-content{padding:var(--space-2xl)}.content-placeholder{text-align:center;padding:var(--space-4xl) var(--space-xl);color:var(--text-muted)}.content-placeholder svg{width:48px;height:48px;margin-bottom:var(--space-md);opacity:.5}.content-placeholder p{font-size:15px}@media (max-width: 479px){.back-button{padding:10px 16px;font-size:13px;margin-bottom:var(--space-xl)}.project-detail-icon{width:56px;height:56px;margin-bottom:var(--space-lg)}.project-detail-icon svg{width:28px;height:28px}.project-detail-content{padding:var(--space-lg)}.content-placeholder{padding:var(--space-2xl) var(--space-md)}}@media (min-width: 480px) and (max-width: 767px){.project-detail-icon{width:64px;height:64px}.project-detail-content{padding:var(--space-xl)}}@media (min-width: 768px) and (max-width: 1023px){.project-detail{max-width:100%}}@media (min-width: 1440px){.project-detail{max-width:1300px}.project-detail-icon{width:80px;height:80px}.project-detail-icon svg{width:40px;height:40px}.project-detail-content{padding:var(--space-3xl)}}@media (min-width: 1920px){.project-detail{max-width:1500px}.project-detail-icon{width:88px;height:88px}.project-detail-icon svg{width:44px;height:44px}.project-detail-content{padding:64px}}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-2xl);max-width:1200px;margin:0 auto}.contact-info{position:relative;padding:var(--space-2xl);background:#141416cc;backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%);border:1px solid var(--glass-border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md)}.contact-info:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--glass-inner-shadow);pointer-events:none;z-index:1}.contact-info h3{font-size:26px;font-weight:600;margin-bottom:var(--space-md);letter-spacing:-.02em;color:#fff}.contact-info>p{color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-2xl);font-size:15px}.contact-item{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg);color:var(--text-secondary);transition:color var(--transition-fast)}.contact-item:hover{color:var(--text)}.contact-item-icon{position:relative;width:48px;height:48px;border-radius:var(--radius-md);background:#2563eb1a;border:1px solid rgba(37,99,235,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.contact-item-icon svg{width:20px;height:20px;color:var(--primary)}.contact-item-text{flex:1;min-width:0}.contact-item-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:4px;font-weight:500}.contact-item-value{font-size:15px;font-weight:500;word-break:break-word}.contact-info .social-links{display:flex;gap:12px;margin-top:var(--space-2xl)}.contact-info .social-link{position:relative;width:48px;height:48px;border-radius:var(--radius-md);background:#ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);display:flex;align-items:center;justify-content:center;color:#ffffffb3;transition:all var(--transition-fast);text-decoration:none;overflow:hidden}.contact-info .social-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--glass-inner-shadow);pointer-events:none}.contact-info .social-link:hover{background:var(--primary);border-color:var(--primary);color:#fff}.contact-info .social-link svg{width:20px;height:20px}.contact-form{position:relative;padding:var(--space-2xl);background:#141416cc;backdrop-filter:blur(20px) saturate(120%);-webkit-backdrop-filter:blur(20px) saturate(120%);border:1px solid var(--glass-border);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow-md)}.contact-form:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--glass-inner-shadow);pointer-events:none;z-index:1}.contact-form h3{font-size:26px;font-weight:600;margin-bottom:var(--space-xl);letter-spacing:-.02em;color:#fff}.form-group{margin-bottom:var(--space-lg)}.form-label{display:block;font-size:13px;font-weight:500;color:var(--text-secondary);margin-bottom:var(--space-sm)}.form-input{width:100%;padding:14px 18px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-md);color:#fff;font-family:inherit;font-size:15px;transition:all var(--transition-fast);outline:none}.form-input:focus{border-color:var(--primary);background:#ffffff14}.form-input::placeholder{color:var(--text-muted)}.form-textarea{resize:vertical;min-height:140px}.submit-btn{position:relative;width:100%;padding:16px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);border:none;border-radius:var(--radius-full);color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:var(--space-sm);transition:all var(--transition-base);overflow:hidden}.submit-btn:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:inset 1px 1px #ffffff4d;pointer-events:none}.submit-btn:hover{background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 100%)}.submit-btn svg{width:18px;height:18px}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.submit-btn:disabled:hover{transform:none;background:var(--primary)}.form-status{display:flex;align-items:center;gap:var(--space-sm);padding:14px 18px;border-radius:var(--radius-md);margin-bottom:var(--space-lg);font-size:14px;font-weight:500}.form-status.success{background:#22c55e1a;border:1px solid rgba(34,197,94,.2);color:#22c55e}.form-status.error{background:#ef44441a;border:1px solid rgba(239,68,68,.2);color:#ef4444}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 479px){.contact-grid{grid-template-columns:1fr;gap:12px}.contact-info,.contact-form{padding:16px}.contact-info h3,.contact-form h3{font-size:20px;margin-bottom:12px}.contact-info>p{margin-bottom:16px;font-size:13px}.contact-item{gap:10px;margin-bottom:12px}.contact-item-icon{width:38px;height:38px}.contact-item-icon svg{width:16px;height:16px}.contact-item-label{font-size:10px}.contact-item-value{font-size:13px}.contact-info .social-links{justify-content:flex-start;margin-top:16px;gap:10px}.contact-info .social-link{width:40px;height:40px}.form-group{margin-bottom:14px}.form-label{font-size:12px;margin-bottom:6px}.form-input{padding:11px 14px;font-size:14px}.form-textarea{min-height:100px}.submit-btn{padding:12px;font-size:14px}}@media (min-width: 480px) and (max-width: 767px){.contact-grid{grid-template-columns:1fr;gap:var(--space-lg);max-width:500px}.contact-info,.contact-form{padding:var(--space-xl)}.contact-info h3,.contact-form h3{font-size:24px}.contact-info .social-links{justify-content:flex-start}}@media (min-width: 768px) and (max-width: 1023px){.contact-grid{grid-template-columns:1fr;gap:var(--space-xl);max-width:600px}.contact-info,.contact-form{padding:var(--space-xl)}.contact-info .social-links{justify-content:flex-start}}@media (min-width: 1024px) and (max-width: 1279px){.contact-grid{gap:var(--space-xl);max-width:900px}.contact-info,.contact-form{padding:var(--space-xl)}}@media (min-width: 1280px){.contact-grid{gap:var(--space-2xl);max-width:1000px}}@media (min-width: 1440px){.contact-grid{max-width:1300px;gap:var(--space-3xl)}.contact-info,.contact-form{padding:var(--space-2xl)}.contact-info h3,.contact-form h3{font-size:28px}}@media (min-width: 1920px){.contact-grid{max-width:1500px;gap:80px}.contact-info,.contact-form{padding:48px}.contact-info h3,.contact-form h3{font-size:32px}.contact-item-icon{width:56px;height:56px}.contact-item-value{font-size:17px}.form-input{padding:16px 20px;font-size:16px}.submit-btn{padding:18px;font-size:16px}}@media (hover: none) and (pointer: coarse){.contact-item:hover{color:var(--text-secondary)}.contact-info .social-link:hover{background:#1e1e23e6;border-color:var(--glass-border);color:var(--text-secondary)}.submit-btn:hover{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%)}}.project-page{max-width:1400px;margin:0 auto;padding:0 var(--space-xl);background:var(--bg)}.back-btn,a.back-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:var(--glass);border:1px solid var(--glass-border);border-radius:var(--radius-full);color:var(--text-secondary);font-family:inherit;font-size:14px;font-weight:500;cursor:pointer;margin-bottom:var(--space-2xl);transition:all var(--transition-fast);text-decoration:none}.back-btn:hover{background:var(--glass-hover);color:var(--text)}.back-btn svg{width:18px;height:18px}.project-header{margin-bottom:var(--space-3xl)}.header-content{display:flex;gap:var(--space-xl);align-items:flex-start;width:100%}.project-icon-large{width:72px;height:72px;min-width:72px;background:var(--primary);border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center}.project-icon-large svg{width:36px;height:36px;color:#fff}.header-text{flex:1;min-width:0;width:100%}.project-context{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;background:#0a84ff1a;border-radius:var(--radius-full);font-size:13px;font-weight:500;color:var(--primary);margin-bottom:var(--space-md)}.project-context svg{width:14px;height:14px}.project-header h1{font-size:clamp(28px,5vw,42px);font-weight:700;letter-spacing:-.03em;margin-bottom:var(--space-md);line-height:1.1;color:#fff}.project-tagline{font-size:clamp(15px,2vw,18px);color:var(--text-secondary);line-height:1.6;margin-bottom:var(--space-lg);max-width:100%}.project-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:32px}.tag{padding:6px 14px;background:var(--glass);border:1px solid var(--glass-border);border-radius:100px;font-size:13px;font-weight:500;color:var(--text-secondary)}.header-ctas{display:flex;flex-wrap:wrap;gap:12px}.cta-primary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);border:none;border-radius:10px;color:#fff;font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 20px #0a84ff4d}.cta-primary:hover{background:var(--primary-light)}.cta-primary svg{width:18px;height:18px}.cta-secondary{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;background:var(--glass);border:1px solid var(--glass-border);border-radius:10px;color:var(--text);font-family:inherit;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none;transition:all .3s ease}.cta-secondary:hover{background:#0000000a;border-color:#00000026}.cta-secondary svg{width:18px;height:18px}.project-section{margin-bottom:80px}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:32px}.section-header svg{width:28px;height:28px;color:var(--primary)}.section-header h2{font-size:32px;font-weight:700;letter-spacing:-.5px;color:#fff}.demo-container{padding:32px}.video-embed{position:relative;width:100%;padding-bottom:56.25%;border-radius:12px;overflow:hidden;background:#0000004d;margin-bottom:20px}.video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.video-placeholder{background:#0000004d;border-radius:12px;overflow:hidden;margin-bottom:20px}.video-link{display:block;position:relative;text-decoration:none}.video-thumbnail{aspect-ratio:16/9;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#0a84ff33,#40a9ff1a)}.play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.video-link:hover .play-overlay{background:var(--primary-light)}.play-overlay svg{width:32px;height:32px;color:#fff;margin-left:4px}.placeholder-text{display:flex;align-items:center;gap:12px;color:var(--text-muted);font-size:16px;font-weight:500}.placeholder-text svg{width:24px;height:24px}.placeholder-subtext{color:var(--text-muted);font-size:14px;margin-top:8px}.demo-caption{color:var(--text-secondary);font-size:15px;line-height:1.6}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.problem-card{padding:32px}.problem-icon{width:56px;height:56px;background:#ff646426;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.problem-icon svg{width:28px;height:28px;color:#ff6b6b}.problem-icon.success{background:#00c89626}.problem-icon.success svg{color:#00c896}.problem-card h3{font-size:20px;font-weight:700;margin-bottom:12px;color:#fff}.problem-card p{color:var(--text-secondary);font-size:15px;line-height:1.6}.success-card{border-color:#00c8964d}.users-content{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.users-card{padding:32px}.users-card h3{font-size:20px;font-weight:700;margin-bottom:20px;color:#fff}.users-list{list-style:none}.users-list li{display:flex;align-items:center;gap:12px;padding:12px 0;color:var(--text-secondary);border-bottom:1px solid var(--glass-border)}.users-list li:last-child{border-bottom:none}.users-list svg{width:20px;height:20px;color:var(--primary)}.companies-card{grid-column:span 2}.company-categories{display:flex;flex-direction:column;gap:20px}.company-category{display:flex;flex-direction:column;gap:10px}.category-label{font-size:13px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.company-logos{display:flex;gap:10px;flex-wrap:wrap}.company-card{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:12px;transition:all .3s ease}.company-card:hover{background:#ffffff1a;border-color:#2563eb4d}.company-logo-icon{width:36px;height:36px;border-radius:8px;background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.company-logo-icon img{width:28px;height:28px;max-width:28px;max-height:28px;object-fit:contain}.company-info{display:flex;flex-direction:column;gap:2px}.company-name{font-size:15px;font-weight:600;color:var(--text)}.company-url{font-size:12px;color:var(--text-muted)}.logo-premiere .company-logo-icon img,.logo-davinci .company-logo-icon img,.logo-avid .company-logo-icon img,.logo-frameio .company-logo-icon img,.logo-iconik .company-logo-icon img,.logo-runway .company-logo-icon img,.logo-descript .company-logo-icon img{height:28px;max-height:28px}.solution-content{display:flex;flex-direction:column;gap:32px}.pipeline-diagram{padding:40px}.pipeline-diagram h3{font-size:20px;font-weight:700;margin-bottom:32px;text-align:center}.pipeline-steps{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.pipeline-step{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px;background:#ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:16px;min-width:140px;position:relative}.step-number{position:absolute;top:-12px;left:-12px;width:28px;height:28px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}.step-icon{width:48px;height:48px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center}.step-icon svg{width:24px;height:24px;color:#fff}.step-label{font-size:15px;font-weight:600;color:#fff}.step-desc{font-size:13px;color:var(--text-muted);text-align:center}.pipeline-arrow{color:var(--text-muted)}.pipeline-arrow svg{width:24px;height:24px}.solution-details{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.solution-card{padding:24px}.solution-card h4{font-size:14px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.solution-card p{color:var(--text-secondary);font-size:15px;line-height:1.5}.build-process{display:flex;flex-direction:column;gap:32px}.build-stage{padding:40px}.stage-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.stage-number{width:40px;height:40px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.stage-header h3{font-size:24px;font-weight:700}.stage-content p{color:var(--text-secondary);font-size:16px;line-height:1.6;margin-bottom:24px}.stage-stats{display:flex;gap:32px;margin-bottom:24px;flex-wrap:wrap}.stat{display:flex;flex-direction:column;gap:4px}.stat-value{font-size:32px;font-weight:800;color:var(--primary)}.stat-label{font-size:13px;color:var(--text-muted)}.dataset-features{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}.feature{display:flex;align-items:center;gap:6px;padding:8px 14px;background:#00c8961a;border-radius:100px;font-size:13px;color:#00c896}.feature svg{width:14px;height:14px}.image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px;background:#00000005;border:2px dashed rgba(0,0,0,.1);border-radius:12px;color:var(--text-muted);margin-top:24px}.image-placeholder svg{width:32px;height:32px}.image-placeholder.large{padding:80px}.project-image{margin-top:24px;border-radius:12px;overflow:hidden;background:#141416cc;border:1px solid var(--glass-border);box-shadow:var(--shadow-md)}.project-image img{width:100%;height:auto;display:block}.case-image{border-radius:8px;overflow:hidden;background:#141416cc;border:1px solid var(--glass-border);box-shadow:var(--shadow-sm)}.case-image img{width:100%;height:100%;object-fit:cover;display:block}.case-image.clickable{cursor:pointer;position:relative}.case-image.clickable:hover{border-color:var(--primary)}.case-overlay svg{width:32px;height:32px;color:#fff}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:40px;cursor:pointer}.lightbox-content img{max-width:100%;max-height:80vh;border-radius:12px;box-shadow:0 20px 60px #00000080}.lightbox-close{position:absolute;top:-50px;right:0;background:#1e1e23e6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease}.lightbox-caption{text-align:center;margin-top:16px;color:var(--text-secondary);font-size:14px}.labeling-details{display:flex;gap:24px;margin-bottom:24px;flex-wrap:wrap}.detail-item{display:flex;align-items:center;gap:8px;color:var(--text-secondary)}.detail-item svg{width:18px;height:18px;color:var(--primary)}.roboflow-link{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:12px 20px;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:8px;color:var(--primary-light);text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease}.roboflow-link:hover{background:#ffffff26;border-color:#2563eb4d}.roboflow-link svg{width:16px;height:16px}.training-config{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.config-item{display:flex;flex-direction:column;gap:4px;padding:16px;background:#ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:10px}.config-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.config-value{font-size:15px;font-weight:600;color:#fff}.code-snippet{background:#1e1e1e;border-radius:12px;overflow:hidden;margin-bottom:24px;box-shadow:var(--shadow-md)}.code-header{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#2d2d2d;font-size:13px;font-weight:500;color:#e0e0e0}.code-header svg{width:16px;height:16px}.code-snippet pre{padding:20px;margin:0;font-family:Fira Code,monospace;font-size:14px;line-height:1.6;color:#e0e0e0;overflow-x:auto}.output-format{padding:24px;margin-top:24px}.output-format h4{font-size:16px;font-weight:600;margin-bottom:16px}.output-format pre{padding:16px;background:#1e1e1e;border-radius:8px;font-family:Fira Code,monospace;font-size:13px;color:#e0e0e0;margin:0}.results-content{display:flex;flex-direction:column;gap:32px}.test-summary{padding:40px}.test-summary h3{font-size:24px;font-weight:700;margin-bottom:32px}.test-summary-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.test-stat{text-align:center;padding:24px;background:#ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;border:1px solid var(--glass-border)}.test-stat.positive .test-stat-value{color:#00c896}.test-stat.highlight .test-stat-value{color:var(--accent)}.test-stat-value{display:block;font-size:36px;font-weight:800;margin-bottom:8px}.test-stat-label{font-size:13px;color:var(--text-secondary)}.detection-rate-bar{display:flex;align-items:center;gap:16px}.rate-label{font-size:14px;font-weight:600;min-width:120px}.rate-bar-container{flex:1;height:24px;background:#0000000d;border-radius:12px;overflow:hidden;border:1px solid var(--glass-border)}.rate-bar-fill{height:100%;background:linear-gradient(90deg,#00c896,#00d4aa);border-radius:12px;transition:width .5s ease}.rate-value{font-size:18px;font-weight:700;color:#00c896;min-width:60px}.slideshow-container{padding:40px}.slideshow-container h3{font-size:24px;font-weight:700;margin-bottom:8px}.slideshow-subtitle{color:var(--text-secondary);margin-bottom:32px}.slideshow-viewer{display:flex;align-items:center;gap:16px;margin-bottom:24px}.slideshow-nav{width:56px;height:56px;border-radius:50%;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.slideshow-nav:hover{background:var(--primary);border-color:var(--primary)}.slideshow-nav svg{width:28px;height:28px}.slideshow-image-container{flex:1;position:relative;border-radius:12px;overflow:hidden;background:#0000004d;cursor:pointer}.slideshow-image-container img{width:100%;height:auto;display:block;max-height:500px;object-fit:contain}.slideshow-counter{position:absolute;bottom:16px;right:16px;padding:8px 16px;background:#000000b3;border-radius:20px;font-size:14px;font-weight:600}.slideshow-controls{display:flex;justify-content:center;gap:12px;margin-bottom:16px}.control-btn{width:48px;height:48px;border-radius:12px;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.control-btn:hover{background:#ffffff26;border-color:#2563eb4d;color:var(--text)}.control-btn.play-btn{width:64px;height:64px;border-radius:50%;background:var(--primary);border-color:var(--primary);color:#fff}.control-btn.play-btn:hover{background:var(--primary-light)}.control-btn.play-btn.playing{background:#ff6b6b;border-color:#ff6b6b}.speed-indicator{text-align:center;font-size:13px;color:var(--text-muted)}.failure-analysis{padding:40px}.failure-analysis h3{display:flex;align-items:center;gap:12px;font-size:24px;font-weight:700;margin-bottom:16px}.failure-analysis h3 svg{color:#ff6b6b}.failure-intro{color:var(--text-secondary);line-height:1.6;margin-bottom:32px}.failure-intro strong{color:#ff6b6b}.failure-gallery-viewer{display:flex;align-items:stretch;gap:24px;margin-bottom:24px}.failure-nav{width:48px;min-width:48px;border-radius:12px;background:#ffffff1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);color:var(--text);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.failure-nav:hover{background:var(--primary);border-color:var(--primary)}.failure-nav svg{width:24px;height:24px}.failure-content{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:32px;background:#ffffff0d;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:16px;overflow:hidden}.failure-image-container{cursor:pointer;overflow:hidden}.failure-image-container img{width:100%;height:100%;object-fit:cover}.failure-details{padding:32px;display:flex;flex-direction:column;justify-content:center}.failure-counter{font-size:12px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px}.failure-details h4{font-size:20px;font-weight:700;margin-bottom:16px;color:#ff6b6b}.failure-details p{color:var(--text-secondary);line-height:1.6}.failure-dots{display:flex;justify-content:center;gap:8px;margin-bottom:32px}.failure-dot{width:12px;height:12px;border-radius:50%;background:var(--glass-border);border:none;cursor:pointer;transition:all .2s ease}.failure-dot:hover{background:var(--text-muted)}.failure-dot.active{background:#ff6b6b;width:32px;border-radius:6px}.failure-summary{background:#ff6b6b1a;border:1px solid rgba(255,107,107,.2);border-radius:12px;padding:24px}.failure-summary h4{font-size:16px;font-weight:700;margin-bottom:16px;color:#ff6b6b}.failure-summary ul{list-style:none;display:flex;flex-direction:column;gap:12px}.failure-summary li{display:flex;align-items:flex-start;gap:10px;color:var(--text-secondary);font-size:14px;line-height:1.5}.failure-summary li svg{width:16px;height:16px;color:#ff6b6b;margin-top:2px;flex-shrink:0}.failure-summary li strong{color:var(--text)}@media (max-width: 1024px){.test-summary-grid{grid-template-columns:repeat(2,1fr)}.failure-content{grid-template-columns:1fr}.failure-image-container{max-height:300px}}@media (max-width: 768px){.test-summary-grid{grid-template-columns:1fr}.slideshow-nav{width:44px;height:44px}.slideshow-nav svg{width:20px;height:20px}.detection-rate-bar{flex-direction:column;align-items:flex-start}.failure-gallery-viewer{flex-direction:column}.failure-nav{width:100%;height:44px}}.metrics-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.metric-card{padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.metric-card svg{width:28px;height:28px;color:var(--primary)}.metric-value{font-size:28px;font-weight:800}.metric-label{font-size:13px;color:var(--text-muted)}.results-details{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.results-card{padding:32px}.results-card h3{font-size:20px;font-weight:700;margin-bottom:24px}.test-results{display:flex;flex-direction:column;gap:16px}.result-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid var(--glass-border)}.result-row:last-child{border-bottom:none}.result-label{color:var(--text-secondary)}.result-value{font-weight:700;font-size:18px}.result-value.positive{color:#00c896}.result-value.negative{color:#ff6b6b}.capabilities-list{list-style:none;display:flex;flex-direction:column;gap:16px}.capabilities-list li{display:flex;align-items:center;gap:12px;color:var(--text-secondary)}.capabilities-list svg{width:20px;height:20px;color:#00c896}.visual-results .glass-card{padding:32px}.visual-results h3{font-size:20px;font-weight:700;margin-bottom:24px}.cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.cases-card{padding:32px}.cases-card h3{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700;margin-bottom:24px}.cases-card h3 svg{width:22px;height:22px;color:#00c896}.cases-card.failure h3 svg{color:#ff6b6b}.cases-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.case-placeholder{aspect-ratio:4/3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#00000005;border:2px dashed rgba(0,0,0,.1);border-radius:8px;color:var(--text-muted);font-size:11px}.case-placeholder svg{width:24px;height:24px}.failure-note{margin-top:16px;font-size:14px;color:var(--text-muted);font-style:italic}.challenges-content{display:flex;flex-direction:column;gap:32px}.challenges-list{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.challenge-card{padding:28px}.challenge-header,.solution-header{display:flex;align-items:center;gap:8px;margin-bottom:12px}.challenge-header h4,.solution-header h4{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.challenge-header svg{width:18px;height:18px;color:#ff6b6b}.challenge-header h4{color:#ff6b6b}.solution-header svg{width:18px;height:18px;color:#00c896}.solution-header h4{color:#00c896}.challenge-text{color:var(--text);font-size:15px;line-height:1.5;margin-bottom:20px}.solution-text{color:var(--text-secondary);font-size:15px;line-height:1.5}.future-card{padding:32px}.future-card h3{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:700;margin-bottom:24px}.future-card h3 svg{width:22px;height:22px;color:var(--primary)}.future-list{list-style:none;display:flex;flex-direction:column;gap:16px}.future-list li{display:flex;align-items:flex-start;gap:12px;color:var(--text-secondary);font-size:15px;line-height:1.5}.future-bullet{width:8px;height:8px;min-width:8px;background:var(--primary);border-radius:50%;margin-top:6px}.tech-stack-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin-bottom:24px}.tech-card{padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px}.tech-category{font-size:11px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.tech-name{font-size:15px;font-weight:600}.requirements-card{padding:32px}.requirements-card h3{font-size:18px;font-weight:700;margin-bottom:20px}.requirements-list{display:flex;flex-wrap:wrap;gap:12px}.requirements-list code{padding:8px 16px;background:#1e1e1e;border-radius:6px;font-family:Fira Code,monospace;font-size:13px;color:#e0e0e0}.links-section{padding-bottom:80px}.links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:40px}.link-card{padding:24px;display:flex;align-items:center;gap:16px;text-decoration:none;color:var(--text);position:relative}.link-card svg:first-child{width:28px;height:28px;color:var(--primary)}.link-card span{font-size:16px;font-weight:600}.external-icon{position:absolute;right:20px;width:18px!important;height:18px!important;color:var(--text-muted)!important;opacity:0;transition:opacity .2s ease}.link-card:hover .external-icon{opacity:1}.contact-cta{padding:48px;text-align:center}.contact-cta h3{font-size:24px;font-weight:700;margin-bottom:12px}.contact-cta p{color:var(--text-secondary);font-size:16px;margin-bottom:24px}.contact-cta .cta-primary{margin:0 auto}@media (max-width: 479px){.project-header{margin-bottom:24px}.back-btn{padding:8px 14px;font-size:13px;margin-bottom:16px}.header-content{flex-direction:column;gap:12px}.project-icon-large{width:48px;height:48px;min-width:48px;border-radius:12px}.project-icon-large svg{width:24px;height:24px}.project-context{font-size:11px;padding:4px 10px;margin-bottom:8px}.project-header h1{font-size:24px;margin-bottom:8px}.project-tagline{font-size:14px;margin-bottom:12px}.project-tags{gap:5px;margin-bottom:16px}.tag{padding:4px 8px;font-size:10px}.header-ctas{flex-direction:column;gap:8px}.cta-primary,.cta-secondary{width:100%;justify-content:center;padding:11px 18px;font-size:13px}.project-section{margin-bottom:32px}.section-header{margin-bottom:16px;gap:8px}.section-header h2{font-size:20px}.section-header svg{width:22px;height:22px}.demo-container,.pipeline-diagram,.build-stage,.test-summary,.slideshow-container,.failure-analysis,.future-card,.requirements-card,.contact-cta,.problem-card,.users-card,.solution-card,.results-card,.cases-card,.challenge-card{padding:16px}.problem-grid,.users-content,.solution-details,.results-details,.cases-grid,.challenges-list{grid-template-columns:1fr;gap:12px}.companies-card{grid-column:span 1}.training-config,.metrics-grid,.tech-stack-grid,.cases-gallery{grid-template-columns:1fr;gap:8px}.pipeline-steps{flex-direction:column;gap:8px}.pipeline-step{padding:16px;min-width:auto}.pipeline-arrow{transform:rotate(90deg)}.links-grid{grid-template-columns:1fr;gap:10px}.link-card{padding:16px}.stage-stats{flex-direction:column;gap:12px}.stat-value{font-size:22px}.slideshow-nav{width:36px;height:36px}.slideshow-nav svg{width:16px;height:16px}.metric-card{padding:14px}.metric-value{font-size:22px}.tech-card{padding:12px}.contact-cta{padding:20px}.contact-cta h3{font-size:20px}.contact-cta p{font-size:14px;margin-bottom:16px}}@media (min-width: 480px) and (max-width: 767px){.header-content{flex-direction:column;gap:var(--space-md)}.project-icon-large{width:64px;height:64px;min-width:64px}.header-ctas{flex-direction:column;gap:var(--space-sm)}.cta-primary,.cta-secondary{width:100%;justify-content:center}.problem-grid,.users-content,.solution-details,.results-details,.cases-grid,.challenges-list{grid-template-columns:1fr}.companies-card{grid-column:span 1}.training-config,.metrics-grid,.tech-stack-grid{grid-template-columns:repeat(2,1fr)}.pipeline-steps{flex-direction:column}.pipeline-arrow{transform:rotate(90deg)}.links-grid{grid-template-columns:1fr}.cases-gallery{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px) and (max-width: 1023px){.header-content{gap:var(--space-lg)}.problem-grid,.users-content{grid-template-columns:1fr}.companies-card{grid-column:span 1}.solution-details{grid-template-columns:1fr}.training-config{grid-template-columns:repeat(2,1fr)}.metrics-grid{grid-template-columns:repeat(3,1fr)}.results-details,.cases-grid,.challenges-list{grid-template-columns:1fr}.tech-stack-grid{grid-template-columns:repeat(3,1fr)}.links-grid{grid-template-columns:1fr}}@media (min-width: 1024px){.problem-grid{grid-template-columns:repeat(3,1fr)}.users-content{grid-template-columns:repeat(2,1fr)}.companies-card{grid-column:span 2}.solution-details{grid-template-columns:repeat(3,1fr)}.training-config{grid-template-columns:repeat(4,1fr)}.metrics-grid{grid-template-columns:repeat(6,1fr)}.results-details,.cases-grid,.challenges-list{grid-template-columns:repeat(2,1fr)}.tech-stack-grid{grid-template-columns:repeat(6,1fr)}.links-grid{grid-template-columns:repeat(3,1fr)}}@media (hover: none) and (pointer: coarse){.cta-primary:hover,.cta-secondary:hover,.company-card:hover{transform:none}.slideshow-nav:hover{background:#1e1e23e6;border-color:var(--glass-border)}.link-card:hover .external-icon{opacity:0}}.content-block{margin-bottom:var(--space-lg)}.content-block p{color:var(--text-secondary);font-size:15px;line-height:1.6;margin-bottom:var(--space-sm)}.subsection-title{font-size:16px;font-weight:600;color:#fff;margin-top:var(--space-lg);margin-bottom:var(--space-md)}.content-block .subsection-title:first-child{margin-top:0}.bullet-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:10px 24px}.bullet-list.compact{gap:8px 20px}.bullet-list li{display:flex;align-items:flex-start;gap:10px;color:var(--text-secondary);font-size:14px;line-height:1.5;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.bullet-list.compact li{font-size:13px;gap:8px;padding:6px 0}.bullet-list li strong{color:#fff;font-weight:600}.bullet-icon{width:16px;height:16px;min-width:16px;color:var(--primary);margin-top:2px;flex-shrink:0}.bullet-icon.error{color:#ff6b6b}.cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:var(--space-lg)}.cards-grid.two-col{grid-template-columns:repeat(2,1fr)}.cards-grid.four-col{grid-template-columns:repeat(4,1fr)}.cards-grid.five-col{grid-template-columns:repeat(5,1fr)}.info-card{background:#141416cc;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:24px;transition:all var(--transition-fast)}.info-card:hover{border-color:#ffffff26;background:#19191ce6}.info-card.highlight{border-color:#2563eb4d;background:#2563eb14}.info-card .card-icon{width:40px;height:40px;background:#2563eb26;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.info-card .card-icon svg{width:20px;height:20px;color:var(--primary)}.info-card h3{font-size:16px;font-weight:600;color:#fff;margin-bottom:8px}.info-card p{font-size:14px;color:var(--text-secondary);line-height:1.5;margin:0}.metric-card{background:#141416cc;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:20px;text-align:center}.metric-card .metric-icon{width:36px;height:36px;background:#2563eb26;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.metric-card .metric-icon svg{width:18px;height:18px;color:var(--primary)}.metric-card .metric-value{font-size:24px;font-weight:700;color:#fff;margin-bottom:4px}.metric-card .metric-label{font-size:12px;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.stat-card{background:#141416cc;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:20px;text-align:center}.stat-card .stat-value{font-size:28px;font-weight:700;color:#fff;margin-bottom:4px}.stat-card .stat-label{font-size:13px;color:var(--text-secondary)}.stat-card.success{border-color:#22c55e4d}.stat-card.success .stat-value{color:#22c55e}.stat-card.highlight{border-color:#2563eb4d;background:#2563eb14}.stat-card.highlight .stat-value{color:var(--primary)}.future-card{background:#14141699;border:1px solid rgba(255,255,255,.06);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center}.future-card svg{width:20px;height:20px;color:var(--primary)}.future-card span{font-size:13px;color:var(--text-secondary)}@media (max-width: 1024px){.cards-grid.five-col{grid-template-columns:repeat(3,1fr)}.cards-grid.four-col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.cards-grid{grid-template-columns:1fr}.cards-grid.two-col,.cards-grid.four-col,.cards-grid.five-col{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.cards-grid,.cards-grid.two-col,.cards-grid.four-col,.cards-grid.five-col{grid-template-columns:1fr}.metric-card .metric-value{font-size:20px}.stat-card .stat-value{font-size:24px}}.media-card{position:relative;background:#141416cc;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);overflow:hidden;margin-bottom:var(--space-lg)}.media-card img{width:100%;height:auto;display:block;cursor:pointer}.media-card h3{padding:16px 20px 8px;font-size:16px;font-weight:600;color:#fff;margin:0}.media-card .slideshow-subtitle{padding:0 20px 12px;color:var(--text-muted);font-size:13px;margin:0}.media-card.code-card{background:#1a1a1a}.media-card.code-card .code-header{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#252525;font-size:12px;font-weight:500;color:#b0b0b0}.media-card.code-card .code-header svg{width:14px;height:14px}.media-card.code-card pre{padding:16px;margin:0;font-family:Fira Code,Consolas,monospace;font-size:13px;line-height:1.5;color:#e0e0e0;overflow-x:auto}.media-card.slideshow-container{padding:20px}.media-card.slideshow-container h3{padding:0 0 4px}.media-card.slideshow-container .slideshow-subtitle{padding:0 0 16px}.tech-inline{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:var(--space-md)}.tech-item{padding:6px 14px;background:#2563eb1a;border:1px solid rgba(37,99,235,.2);border-radius:var(--radius-full);font-size:13px;font-weight:500;color:var(--primary-light)}.requirements-inline{display:flex;flex-wrap:wrap;gap:8px}.requirements-inline code{padding:6px 12px;background:#1a1a1a;border:1px solid rgba(255,255,255,.08);border-radius:6px;font-family:Fira Code,Consolas,monospace;font-size:12px;color:#00d4aa}.links-inline{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:var(--space-lg)}.inline-link{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:#ffffff08;border:1px solid var(--glass-border);border-radius:var(--radius-md);color:var(--primary-light);text-decoration:none;font-size:13px;font-weight:500;transition:all .2s ease}.inline-link:hover{background:#2563eb14;border-color:#2563eb40}.inline-link svg{width:14px;height:14px}.contact-section{text-align:center;padding:32px;background:#2563eb0d;border:1px solid rgba(37,99,235,.15);border-radius:var(--radius-lg);margin-top:var(--space-lg)}.contact-section h3{font-size:20px;font-weight:600;color:#fff;margin-bottom:8px}.contact-section p{color:var(--text-secondary);font-size:14px;margin-bottom:20px}@media (max-width: 767px){.bullet-list{grid-template-columns:1fr;gap:8px}.bullet-list li{font-size:13px;padding:6px 0}.bullet-list.compact li{font-size:12px;padding:4px 0}.subsection-title{font-size:14px;margin-top:16px;margin-bottom:10px}.media-card{border-radius:10px;margin-bottom:12px}.media-card h3{padding:12px 14px 6px;font-size:14px}.media-card .slideshow-subtitle{padding:0 14px 10px;font-size:12px}.media-card.slideshow-container{padding:14px}.media-card.code-card pre{padding:12px;font-size:11px}.tech-inline{gap:6px}.tech-item{padding:4px 10px;font-size:11px}.requirements-inline{gap:6px}.requirements-inline code{padding:4px 8px;font-size:10px}.links-inline{gap:8px}.inline-link{padding:8px 12px;font-size:12px}.contact-section{padding:20px;margin-top:16px}.contact-section h3{font-size:18px}.contact-section p{font-size:13px;margin-bottom:16px}}@media (min-width: 768px) and (max-width: 1023px){.bullet-list{grid-template-columns:repeat(2,1fr)}}.psiv-project .project-icon-large{background:linear-gradient(135deg,var(--primary) 0%,#40A9FF 100%)}.project-badges{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:100px;font-size:13px;font-weight:600;background:var(--glass);border:1px solid var(--glass-border);color:var(--text-secondary)}.badge svg{width:14px;height:14px}.badge.featured{background:#2563eb1a;border-color:#2563eb33;color:var(--primary)}.badge.featured svg{color:var(--primary)}.badge.platform{background:#2563eb1a;border-color:#2563eb33;color:var(--primary)}.badge.platform svg{color:var(--primary)}.future-work{padding:32px;background:#141416cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:16px;box-shadow:var(--shadow-md)}.future-work h3{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;margin-bottom:24px;color:var(--text)}.future-work h3 svg{width:22px;height:22px;color:var(--primary)}.future-list{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:0;margin:0}.future-list li{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#1e1e2399;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border);border-radius:12px;color:var(--text-secondary);font-size:14px;line-height:1.5;transition:all .2s ease;box-shadow:var(--shadow-sm)}.future-list li:hover{background:#28282dcc;border-color:#2563eb40}.future-list li svg{width:18px;height:18px;min-width:18px;color:var(--primary);margin-top:2px}@media (max-width: 768px){.future-list{grid-template-columns:1fr}.project-badges{flex-direction:column;align-items:flex-start}}.app-preview{padding:40px;display:flex;flex-direction:column;align-items:center;gap:24px}.device-toggle{display:flex;gap:8px;padding:6px;background:#141416e6;border-radius:12px;border:1px solid var(--glass-border);box-shadow:var(--shadow-sm)}.toggle-btn{display:flex;align-items:center;gap:10px;padding:12px 24px;background:transparent;border:none;border-radius:8px;font-size:14px;font-weight:600;color:var(--text-muted);cursor:pointer;transition:all .3s ease}.toggle-btn svg{width:18px;height:18px}.toggle-btn:hover{color:var(--text);background:#ffffff14}.toggle-btn.active{background:var(--primary);color:#fff;box-shadow:0 4px 12px #2563eb4d}.toggle-btn.active svg{color:#fff}.phone-mockup{display:flex;justify-content:center}.phone-frame{width:280px;height:580px;background:#1e1e1e;border-radius:40px;padding:12px;box-shadow:var(--shadow-lg);position:relative}.phone-frame:before{content:"";position:absolute;top:20px;left:50%;transform:translate(-50%);width:80px;height:24px;background:#0d0d1a;border-radius:12px}.phone-screen{width:100%;height:100%;background:#0d0d1a;border-radius:32px;overflow:hidden;cursor:pointer}.phone-screen img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.phone-screen:hover img{transform:scale(1.02)}.slide-counter{font-size:14px;color:var(--text-muted)}.slide-caption{font-size:16px;font-weight:600;color:var(--text)}.slideshow-controls{display:flex;justify-content:center;align-items:center;gap:16px;margin-bottom:16px}.control-btn{width:48px;height:48px;border-radius:12px;background:#1e1e23e6;border:1px solid var(--glass-border);color:var(--primary-light);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:var(--shadow-sm)}.control-btn:hover{background:#28282df2;border-color:#2563eb4d}.control-btn svg{width:24px;height:24px}.control-btn.play-btn{width:48px;height:48px;border-radius:12px;background:var(--primary);border:none;color:#fff;box-shadow:0 4px 16px #2563eb66}.control-btn.play-btn:hover{background:#40a9ff;transform:scale(1.05)}.control-btn.play-btn.playing{background:var(--primary)}.control-btn.play-btn svg{width:24px;height:24px}.architecture-diagram{padding:40px}.architecture-diagram h3{font-size:24px;font-weight:700;margin-bottom:32px;text-align:center}.arch-tiers{display:flex;flex-direction:column;gap:16px;align-items:center}.arch-tier{width:100%;max-width:700px}.tier-label{font-size:12px;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;text-align:center}.tier-items{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.tier-item{display:flex;flex-direction:column;align-items:center;gap:6px;padding:16px 24px;background:var(--glass);border:1px solid var(--glass-border);border-radius:12px;text-align:center;min-width:140px}.tier-item.wide{min-width:300px}.tier-item svg{width:24px;height:24px;color:var(--primary)}.tier-item span{font-size:14px;font-weight:600}.tier-item small{font-size:11px;color:var(--text-muted)}.arch-arrow{font-size:24px;color:var(--primary);opacity:.6}.features-content{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.features-card{padding:32px}.features-card h3{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;margin-bottom:24px}.features-card h3 svg{width:24px;height:24px;color:var(--primary)}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-item{display:flex;gap:12px;align-items:flex-start}.feature-item svg{width:20px;height:20px;color:var(--accent);margin-top:2px;flex-shrink:0}.feature-item h4{font-size:14px;font-weight:600;margin-bottom:4px}.feature-item p{font-size:12px;color:var(--text-secondary);line-height:1.4}.api-summary{padding:32px}.api-summary h3{font-size:20px;font-weight:700;margin-bottom:24px}.api-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.api-category{display:flex;flex-direction:column;gap:4px;padding:16px;background:var(--glass);border-radius:12px;border:1px solid var(--glass-border)}.api-name{font-size:14px;font-weight:600;color:var(--text)}.api-count{font-size:24px;font-weight:800;color:var(--primary)}.api-desc{font-size:11px;color:var(--text-muted)}.db-schema{padding:32px}.db-schema h3{font-size:20px;font-weight:700;margin-bottom:24px}.schema-tables{display:flex;flex-wrap:wrap;gap:12px}.table-tag{padding:8px 16px;background:var(--glass);border:1px solid var(--glass-border);border-radius:8px;font-size:13px;font-family:Fira Code,monospace;color:var(--accent)}.tech-content{display:flex;flex-direction:column;gap:0;align-items:stretch}.tech-card{padding:8px 0;display:flex;align-items:center;justify-content:flex-start;gap:10px;background:none!important;border:none!important;border-radius:0!important;border-bottom:1px solid var(--glass-border)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.tech-card:last-child{border-bottom:none!important}.tech-card:before{display:none!important}.tech-card:hover{background:none!important;transform:none!important;box-shadow:none!important;border-color:var(--glass-border)!important}.tech-card-header,.tech-card-label{display:none}.tech-card-icon{width:24px;height:24px;min-width:24px;display:flex;align-items:center;justify-content:center;background:var(--primary);border-radius:5px;flex-shrink:0}.tech-card-icon svg{width:12px;height:12px;color:#fff}.tech-card h3{font-size:13px;font-weight:600;color:var(--text);margin:0;white-space:nowrap;min-width:100px}.tech-list{display:inline-flex;align-items:center;gap:0;flex-wrap:wrap}.tech-item{display:inline-flex;align-items:center;padding:0;background:none;border:none}.tech-item:before{display:none}.tech-item:after{content:"•";color:var(--text-dim);margin:0 8px;font-size:6px}.tech-item:last-child:after{display:none}.tech-name{font-size:13px;font-weight:400;color:var(--text-muted)}.tech-desc{display:none}@media (max-width: 767px){.tech-card{padding:8px 0;flex-wrap:wrap;gap:8px}.tech-card h3{font-size:12px}.tech-list{flex-wrap:wrap;gap:2px}.tech-item:after{margin:0 6px}.tech-name{font-size:11px}}.links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px}.link-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px;text-align:center;text-decoration:none;transition:all .3s ease}.link-card:hover{transform:translateY(-4px);border-color:var(--primary)}.link-card svg{width:32px;height:32px;color:var(--primary)}.link-title{font-size:16px;font-weight:600;color:var(--text)}.link-url{font-size:12px;color:var(--text-muted)}@media (max-width: 1024px){.features-content{grid-template-columns:1fr}.api-grid{grid-template-columns:repeat(2,1fr)}.tech-content,.links-grid{grid-template-columns:1fr}}@media (max-width: 768px){.phone-frame{width:240px;height:500px}.features-grid,.api-grid{grid-template-columns:1fr}.tier-items{flex-direction:column}.tier-item,.tier-item.wide{min-width:100%}}.device-preview-container{display:flex;justify-content:center;align-items:flex-end;gap:60px;padding:40px;flex-wrap:wrap}.laptop-mockup{display:flex;flex-direction:column;align-items:center}.laptop-frame{width:850px;background:#1a1a2e;border-radius:16px 16px 0 0;padding:16px 16px 0;box-shadow:0 20px 60px #0006,inset 0 0 0 2px #ffffff1a;position:relative}.laptop-frame:before{content:"";position:absolute;top:6px;left:50%;transform:translate(-50%);width:8px;height:8px;background:#333;border-radius:50%}.laptop-screen{width:100%;height:520px;background:#fff;border-radius:8px 8px 0 0;overflow:hidden;cursor:pointer}.laptop-screen img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.laptop-screen:hover img{transform:scale(1.02)}.laptop-base{width:910px;height:20px;background:linear-gradient(180deg,#1a1a2e,#13132a);border-radius:0 0 8px 8px;position:relative}.laptop-base:before{content:"";position:absolute;top:4px;left:50%;transform:translate(-50%);width:80px;height:6px;background:#0d0d1a;border-radius:0 0 4px 4px}.laptop-label{margin-top:16px;font-size:14px;font-weight:600;color:var(--text-secondary);text-align:center}.diagram-section{margin-top:40px}.diagram-container{background:#0d1117;border-radius:16px;padding:32px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0000004d}.diagram-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.diagram-header svg{width:24px;height:24px;color:var(--primary)}.diagram-header h3{font-size:20px;font-weight:700;color:#fff;margin:0}.diagram-header span{font-size:12px;color:#ffffff80;margin-left:auto;padding:4px 12px;background:#2563eb1a;border-radius:20px;border:1px solid rgba(37,99,235,.3)}.diagram-placeholder{background:linear-gradient(135deg,#161b22,#0d1117);border:2px dashed rgba(37,99,235,.4);border-radius:12px;padding:60px 40px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:400px;position:relative;overflow:hidden}.diagram-placeholder:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 30%,rgba(37,99,235,.05) 0%,transparent 50%),radial-gradient(circle at 80% 70%,transparent 0%,transparent 50%);pointer-events:none}.diagram-placeholder-icon{width:80px;height:80px;background:#2563eb1a;border-radius:16px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(37,99,235,.3)}.diagram-placeholder-icon svg{width:40px;height:40px;color:var(--primary)}.diagram-placeholder h4{font-size:18px;font-weight:600;color:#fff;margin:0}.diagram-placeholder p{font-size:14px;color:#ffffff80;text-align:center;max-width:400px;line-height:1.6;margin:0}.diagram-placeholder .placeholder-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-top:8px}.diagram-placeholder .placeholder-tag{padding:6px 12px;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-size:12px;color:#ffffffb3;font-family:Fira Code,monospace}.diagram-placeholder .placeholder-tag.highlight{background:#2563eb1a;border-color:#2563eb4d;color:var(--primary)}.diagram-image-container{width:100%;border-radius:12px;overflow:hidden;background:#0d1117}.diagram-image-container img{width:100%;height:auto;display:block;cursor:pointer;transition:transform .3s ease}.diagram-image-container:hover img{transform:scale(1.02)}.diagram-legend{display:flex;flex-wrap:wrap;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#fff9}.legend-color{width:12px;height:12px;border-radius:3px}.legend-color.primary{background:var(--primary)}.legend-color.secondary{background:#fff}.legend-color.accent{background:#00d4aa}.legend-color.muted{background:#6b7280}.figma-annotation{position:absolute;padding:8px 12px;background:var(--primary);color:#fff;font-size:11px;font-weight:600;border-radius:4px;white-space:nowrap}.figma-annotation:after{content:"";position:absolute;width:0;height:0;border:6px solid transparent}.figma-annotation.top:after{bottom:-12px;left:50%;transform:translate(-50%);border-top-color:var(--primary)}@media (max-width: 1024px){.device-preview-container{flex-direction:column;align-items:center;gap:40px}.laptop-frame{width:100%;max-width:600px}.laptop-base{width:calc(100% + 60px);max-width:660px}.laptop-screen{height:360px}}@media (max-width: 768px){.diagram-container{padding:20px}.diagram-placeholder{padding:40px 20px;min-height:300px}.laptop-frame{max-width:100%;width:100%}.laptop-base{max-width:calc(100% + 60px);width:calc(100% + 60px)}.laptop-screen{height:280px}.device-toggle{flex-direction:column;width:100%}.toggle-btn{width:100%;justify-content:center}}@media (max-width: 479px){.laptop-screen{height:180px}.phone-frame{width:180px;height:380px;border-radius:28px;padding:8px}.phone-frame:before{width:60px;height:18px;top:14px}.phone-screen{border-radius:24px}.app-preview{padding:16px;gap:16px}.device-toggle{padding:4px;border-radius:10px}.toggle-btn{padding:8px 14px;font-size:12px;gap:6px}.toggle-btn svg{width:14px;height:14px}.slideshow-controls{gap:6px}.control-btn{width:36px;height:36px;border-radius:10px}.control-btn svg{width:18px;height:18px}.control-btn.play-btn{width:36px;height:36px}.control-btn.play-btn svg{width:18px;height:18px}.slide-counter{font-size:11px}.slide-caption{font-size:13px}.project-badges{gap:6px}.badge{padding:5px 10px;font-size:11px}.badge svg{width:12px;height:12px}.future-work{padding:16px;border-radius:12px}.future-work h3{font-size:16px;gap:8px;margin-bottom:16px}.future-work h3 svg{width:18px;height:18px}.future-list{gap:8px}.future-list li{padding:12px;font-size:12px;border-radius:10px;gap:10px}.future-list li svg{width:14px;height:14px;min-width:14px}.architecture-diagram{padding:16px}.architecture-diagram h3{font-size:18px;margin-bottom:20px}.tier-label{font-size:10px;margin-bottom:8px}.tier-item{padding:12px 16px;border-radius:10px;min-width:100%}.tier-item svg{width:18px;height:18px}.tier-item span{font-size:12px}.tier-item small{font-size:10px}.features-card,.api-summary,.db-schema,.tech-card{padding:16px}.features-card h3,.api-summary h3,.db-schema h3,.tech-card h3{font-size:16px;gap:8px;margin-bottom:16px}.feature-item h4{font-size:12px}.feature-item p{font-size:11px}.feature-item svg{width:16px;height:16px}.api-category{padding:12px;border-radius:10px}.api-name{font-size:12px}.api-count{font-size:18px}.api-desc{font-size:10px}.table-tag{padding:6px 10px;font-size:11px;border-radius:6px}.tech-item{padding:10px 12px;flex-direction:column;align-items:flex-start;gap:4px;border-radius:6px}.tech-name{font-size:12px}.tech-desc{font-size:10px;text-align:left}.link-card{padding:16px}.link-card svg{width:24px;height:24px}.link-title{font-size:14px}.link-url{font-size:11px}.diagram-container{padding:12px;border-radius:12px}.diagram-header{margin-bottom:16px;padding-bottom:12px}.diagram-header svg{width:18px;height:18px}.diagram-header h3{font-size:16px}.diagram-header span{font-size:10px;padding:3px 8px}.diagram-placeholder{padding:24px 16px;min-height:200px;border-radius:10px}.diagram-placeholder-icon{width:56px;height:56px;border-radius:12px}.diagram-placeholder-icon svg{width:28px;height:28px}.diagram-placeholder h4{font-size:14px}.diagram-placeholder p{font-size:12px}.diagram-placeholder .placeholder-tag{padding:4px 8px;font-size:10px}.diagram-legend{gap:10px;margin-top:14px;padding-top:14px}.legend-item{font-size:10px;gap:6px}.legend-color{width:10px;height:10px}}.db-diagram-container{background:#0d1117;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.1)}.db-diagram-header{text-align:center;margin-bottom:24px}.db-diagram-title{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px}.db-diagram-title h3{font-size:24px;font-weight:700;color:#fff;margin:0}.db-diagram-title svg{color:#0a84ff}.db-diagram-subtitle{color:#ffffff80;font-size:14px}.db-diagram-grid{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.db-diagram-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.db-diagram-row.row-partial{grid-template-columns:repeat(4,1fr)}.db-table-card{background:#1a1f2ecc;border-radius:12px;border:2px solid var(--table-color, rgba(255, 255, 255, .1));overflow:hidden;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0003}.db-table-card:hover,.db-table-card.hovered{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d,0 0 20px color-mix(in srgb,var(--table-color) 30%,transparent)}.db-table-card.selected{border-color:#fff;box-shadow:0 8px 24px #0000004d,0 0 30px color-mix(in srgb,var(--table-color) 40%,transparent)}.db-table-card.related{border-color:gold;box-shadow:0 0 20px #ffd7004d}.db-table-header{display:flex;align-items:center;gap:10px;padding:12px 14px;color:#fff}.db-table-header svg{flex-shrink:0}.db-table-name{font-size:13px;font-weight:700;font-family:Fira Code,monospace;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.db-table-badges{display:flex;gap:4px}.db-badge{padding:2px 6px;border-radius:4px;font-size:9px;font-weight:700}.db-badge.pk{background:#ffffffe6;color:var(--table-color)}.db-badge.fk{background:#00d4aa;color:#fff}.db-table-columns{padding:8px 12px 12px}.db-column{display:flex;align-items:center;gap:8px;padding:6px 0;border-bottom:1px solid rgba(255,255,255,.05);font-size:11px}.db-column:last-child{border-bottom:none}.db-column.pk .db-column-name{color:#0a84ff;font-weight:600}.db-column.fk .db-column-name{color:#00d4aa}.db-column-icon{width:16px;display:flex;align-items:center;justify-content:center}.db-column-icon svg{color:#0a84ff}.db-column.fk .db-column-icon svg{color:#00d4aa}.db-column-name{flex:1;font-family:Fira Code,monospace;color:#fffc}.db-column-type{color:#fff6;font-family:Fira Code,monospace;font-size:10px}.db-column.more{color:#fff6;font-style:italic;justify-content:center;padding-top:8px}.db-diagram-legend{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;margin-bottom:16px}.db-legend-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:12px}.db-legend-items{display:flex;flex-wrap:wrap;gap:16px 24px}.db-legend-item{display:flex;align-items:center;gap:8px;color:#ffffffb3;font-size:12px}.db-legend-item svg{color:#0a84ff}.db-legend-color{width:16px;height:16px;border-radius:4px}.db-relationships-info{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px}.db-rel-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:12px}.db-rel-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.db-rel-item{display:flex;align-items:center;gap:8px;font-size:12px}.db-rel-from{color:#0a84ff;font-family:Fira Code,monospace;font-weight:600}.db-rel-item svg{color:#ffffff4d}.db-rel-to{color:#fff9;font-family:Fira Code,monospace}.db-rel-type{color:#00d4aa;font-size:10px;font-weight:700;padding:2px 6px;background:#00d4aa26;border-radius:4px;margin-left:auto}.arch-diagram-container{background:#0d1117;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.1)}.arch-diagram-header{text-align:center;margin-bottom:24px}.arch-diagram-title{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px}.arch-diagram-title h3{font-size:24px;font-weight:700;color:#fff;margin:0}.arch-diagram-title svg{color:#0a84ff}.arch-diagram-subtitle{color:#ffffff80;font-size:14px}.arch-tiers-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.arch-tier{background:transparent;border:1px dashed var(--tier-color, rgba(255, 255, 255, .2));border-radius:16px;padding:16px;position:relative}.arch-tier-header{text-align:center;padding-bottom:12px;margin-bottom:16px;border-bottom:1px solid rgba(255,255,255,.1)}.arch-tier-label{font-size:11px;font-weight:700;color:var(--tier-color);text-transform:uppercase;letter-spacing:.5px}.arch-tier-name{font-size:14px;font-weight:600;color:#fff;margin-top:4px}.arch-component{background:#1a1f2ecc;border-radius:12px;border:2px solid var(--tier-color, rgba(255, 255, 255, .2));overflow:hidden;margin-bottom:12px;transition:all .3s ease;box-shadow:0 4px 12px #0003}.arch-component:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000004d,0 0 15px color-mix(in srgb,var(--tier-color) 20%,transparent)}.arch-component:last-child{margin-bottom:0}.arch-component-header{display:flex;align-items:center;gap:10px;padding:12px;background:linear-gradient(135deg,var(--tier-color),color-mix(in srgb,var(--tier-color) 80%,black));color:#fff}.arch-component-header svg{flex-shrink:0}.arch-component-name{font-size:13px;font-weight:700}.arch-component-body{padding:12px}.arch-component-tech{font-size:12px;font-weight:600;color:var(--tier-color);margin-bottom:8px}.arch-component-features{display:flex;flex-direction:column;gap:4px}.arch-feature{font-size:11px;color:#fff9;display:flex;align-items:center;gap:6px}.arch-feature:before{content:"•";color:var(--tier-color)}.arch-component-stat{margin-top:10px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1);font-size:11px;font-weight:600;color:var(--tier-color)}.arch-mini-component{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:12px;margin-bottom:12px}.arch-mini-component:last-child{margin-bottom:0}.arch-mini-header{font-size:12px;font-weight:600;color:#fffc;margin-bottom:8px;text-align:center}.arch-mini-list{display:flex;flex-direction:column;gap:4px}.arch-mini-item{font-size:10px;color:#ffffff80}.arch-external-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:12px}.arch-external-card{background:#1a1f2ecc;border-radius:10px;border:1px solid var(--tier-color);overflow:hidden}.arch-external-header{padding:10px;background:linear-gradient(135deg,var(--tier-color),color-mix(in srgb,var(--tier-color) 80%,black));color:#fff;font-size:12px;font-weight:700}.arch-external-body{padding:10px}.arch-external-item{font-size:10px;color:#ffffff80;padding:2px 0}.arch-flow-container{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px}.arch-flow-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:12px;text-align:center}.arch-flow-diagram{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.arch-flow-step{display:flex;align-items:center;gap:8px}.arch-flow-node{padding:8px 16px;border-radius:8px;font-size:12px;font-weight:600;background:var(--node-color, rgba(255, 255, 255, .1));color:#fff;border:1px solid var(--node-color)}.arch-flow-arrow{color:#fff6;display:flex;align-items:center}.arch-flow-label{font-size:9px;color:#fff6;margin-left:4px}.ml-pipeline-container{background:#0d1117;border-radius:16px;padding:24px;border:1px solid rgba(255,255,255,.1)}.ml-pipeline-header{text-align:center;margin-bottom:24px}.ml-pipeline-title{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:8px}.ml-pipeline-title h3{font-size:24px;font-weight:700;color:#fff;margin:0}.ml-pipeline-title svg{color:#0a84ff}.ml-pipeline-subtitle{color:#ffffff80;font-size:14px}.ml-pipeline-flow{display:flex;gap:8px;overflow-x:auto;padding:16px 0;margin-bottom:24px;scrollbar-width:thin;scrollbar-color:#0A84FF #1a1f2e}.ml-pipeline-flow::-webkit-scrollbar{height:6px}.ml-pipeline-flow::-webkit-scrollbar-track{background:#1a1f2e;border-radius:3px}.ml-pipeline-flow::-webkit-scrollbar-thumb{background:#0a84ff;border-radius:3px}.ml-stage-card{min-width:180px;max-width:180px;background:#1a1f2ee6;border-radius:12px;border:2px solid var(--stage-color, rgba(255, 255, 255, .2));padding:16px;transition:all .3s ease;box-shadow:0 4px 12px #0003;flex-shrink:0}.ml-stage-card:hover,.ml-stage-card.hovered{transform:translateY(-4px);box-shadow:0 8px 24px #0000004d,0 0 20px color-mix(in srgb,var(--stage-color) 30%,transparent)}.ml-stage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.ml-stage-label{font-size:10px;font-weight:700;color:var(--stage-color);text-transform:uppercase;letter-spacing:.5px}.ml-stage-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.ml-stage-name{font-size:14px;font-weight:700;color:#fff;margin-bottom:12px;line-height:1.3}.ml-stage-details{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.ml-stage-detail{display:flex;align-items:center;gap:8px;font-size:11px;color:#fff9}.ml-detail-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.ml-stage-output{display:flex;align-items:center;gap:6px;padding-top:10px;border-top:1px solid rgba(255,255,255,.1);font-size:11px;font-weight:600;color:var(--stage-color)}.ml-stage-output svg{width:14px;height:14px}.ml-flow-connector{display:flex;align-items:center;justify-content:center;color:#ffffff4d;flex-shrink:0}.ml-flow-connector svg{width:20px;height:20px}.ml-models-summary{background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px;margin-bottom:16px}.ml-summary-title{font-size:14px;font-weight:700;color:#fff;margin-bottom:12px;text-align:center}.ml-summary-items{display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.ml-summary-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:12px 16px;background:#1a1f2ecc;border:1px solid var(--item-color, rgba(255, 255, 255, .2));border-radius:10px;min-width:100px}.ml-summary-name{font-size:13px;font-weight:700;color:var(--item-color);font-family:Fira Code,monospace}.ml-summary-task{font-size:10px;color:#ffffff80}.ml-performance-bar{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:16px}.ml-perf-item{display:flex;align-items:center;gap:10px;padding:8px 16px;background:#0a84ff1a;border:1px solid rgba(10,132,255,.2);border-radius:8px}.ml-perf-item svg{color:#0a84ff;width:18px;height:18px}.ml-perf-item span:first-of-type{font-size:14px;font-weight:700;color:#fff}.ml-perf-label{font-size:11px;color:#ffffff80}@media (max-width: 1200px){.db-diagram-row,.arch-tiers-grid{grid-template-columns:repeat(2,1fr)}.ml-stage-card{min-width:160px;max-width:160px}}@media (max-width: 768px){.db-diagram-row,.arch-tiers-grid,.db-rel-list{grid-template-columns:1fr}.db-legend-items{gap:12px 16px}.arch-flow-diagram,.arch-flow-step{flex-direction:column}.ml-stage-card{min-width:150px;max-width:150px}.ml-performance-bar{gap:12px}.ml-perf-item{padding:8px 12px}}@media (max-width: 479px){.db-diagram-container{padding:12px;border-radius:12px}.db-diagram-title h3{font-size:16px}.db-diagram-subtitle{font-size:11px}.db-diagram-grid{gap:10px;margin-bottom:16px}.db-diagram-row{grid-template-columns:1fr;gap:10px}.db-table-card{border-radius:10px}.db-table-header{padding:10px 12px;gap:8px}.db-table-name{font-size:11px}.db-badge{padding:2px 4px;font-size:8px}.db-table-columns{padding:6px 10px 10px}.db-column{font-size:10px;gap:6px;padding:4px 0}.db-column-type{font-size:9px}.db-diagram-legend{padding:12px;border-radius:10px;margin-bottom:12px}.db-legend-title{font-size:12px;margin-bottom:10px}.db-legend-items{gap:8px 12px}.db-legend-item{font-size:10px;gap:6px}.db-legend-color{width:12px;height:12px}.db-relationships-info{padding:12px;border-radius:10px}.db-rel-title{font-size:12px;margin-bottom:10px}.db-rel-item{font-size:10px;gap:6px}.db-rel-from,.db-rel-to{font-size:9px}.db-rel-type{font-size:8px;padding:2px 4px}.arch-diagram-container{padding:12px;border-radius:12px}.arch-diagram-title h3{font-size:16px}.arch-diagram-subtitle{font-size:11px}.arch-tiers-grid{grid-template-columns:1fr;gap:12px;margin-bottom:16px}.arch-tier{padding:12px;border-radius:12px}.arch-tier-header{padding-bottom:10px;margin-bottom:12px}.arch-tier-label{font-size:9px}.arch-tier-name{font-size:12px}.arch-component{border-radius:10px;margin-bottom:10px}.arch-component-header{padding:10px;gap:8px}.arch-component-name{font-size:11px}.arch-component-body{padding:10px}.arch-component-tech{font-size:10px;margin-bottom:6px}.arch-feature{font-size:9px}.arch-component-stat{font-size:9px;margin-top:8px;padding-top:8px}.arch-mini-component{padding:10px;border-radius:8px;margin-bottom:10px}.arch-mini-header{font-size:10px;margin-bottom:6px}.arch-mini-item{font-size:9px}.arch-external-grid{grid-template-columns:1fr;gap:8px;margin-bottom:10px}.arch-external-card{border-radius:8px}.arch-external-header{padding:8px;font-size:10px}.arch-external-body{padding:8px}.arch-external-item{font-size:9px}.arch-flow-container{padding:12px;border-radius:10px}.arch-flow-title{font-size:12px;margin-bottom:10px}.arch-flow-diagram{gap:8px}.arch-flow-node{padding:6px 10px;font-size:10px;border-radius:6px}.arch-flow-label{font-size:8px}.ml-pipeline-container{padding:12px;border-radius:12px}.ml-pipeline-header{margin-bottom:16px}.ml-pipeline-title{gap:8px;margin-bottom:6px}.ml-pipeline-title h3{font-size:16px}.ml-pipeline-title svg{width:20px;height:20px}.ml-pipeline-subtitle{font-size:10px}.ml-pipeline-flow{gap:6px;padding:12px 0;margin-bottom:16px}.ml-stage-card{min-width:120px;max-width:120px;padding:10px;border-radius:10px}.ml-stage-header{margin-bottom:8px}.ml-stage-label{font-size:8px}.ml-stage-icon{width:28px;height:28px;border-radius:6px}.ml-stage-icon svg{width:14px;height:14px}.ml-stage-name{font-size:11px;margin-bottom:8px}.ml-stage-details{gap:4px;margin-bottom:8px}.ml-stage-detail{font-size:9px;gap:5px}.ml-detail-dot{width:4px;height:4px}.ml-stage-output{gap:4px;padding-top:8px;font-size:9px}.ml-stage-output svg{width:10px;height:10px}.ml-flow-connector svg{width:14px;height:14px}.ml-models-summary{padding:12px;border-radius:10px;margin-bottom:12px}.ml-summary-title{font-size:12px;margin-bottom:10px}.ml-summary-items{gap:8px}.ml-summary-item{padding:8px 10px;border-radius:8px;min-width:70px}.ml-summary-name{font-size:10px}.ml-summary-task{font-size:8px}.ml-performance-bar{padding:12px;border-radius:10px;gap:8px;flex-direction:column}.ml-perf-item{padding:8px 12px;border-radius:6px;gap:8px;width:100%;justify-content:flex-start}.ml-perf-item svg{width:14px;height:14px}.ml-perf-item span:first-of-type{font-size:12px}.ml-perf-label{font-size:9px}}@media (hover: none) and (pointer: coarse){.db-table-card:hover,.db-table-card.hovered,.arch-component:hover,.ml-stage-card:hover,.ml-stage-card.hovered{transform:none;box-shadow:0 4px 12px #0003}}.swishvision-project .project-icon-large{background:linear-gradient(135deg,var(--primary) 0%,#40A9FF 100%)}.badge.status-badge{background:#ffc10726;border-color:#ffc1074d;color:#ffc107}.badge.status-badge svg{color:#ffc107}.hero-demo-section{margin-bottom:var(--space-3xl)}.hero-video-container{position:relative;width:100%;border-radius:var(--radius-xl);overflow:hidden;background:#0a0a0b;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #0006}.hero-demo-video{width:100%;height:auto;display:block;aspect-ratio:16/9;object-fit:cover;border:none}.hero-video-overlay{position:absolute;top:16px;left:16px;z-index:2}.demo-label{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-full);font-size:12px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.demo-label:before{content:"";width:8px;height:8px;background:#22c55e;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}@media (max-width: 768px){.hero-video-container{border-radius:var(--radius-lg)}.hero-video-overlay{top:12px;left:12px}.demo-label{padding:6px 10px;font-size:10px}}.video-output-mockup{display:flex;justify-content:center;width:100%}.video-frame{width:100%;max-width:900px;background:#1e1e1e;border-radius:16px;padding:12px;box-shadow:var(--shadow-lg)}.video-screen{width:100%;aspect-ratio:16/9;background:#0d0d0d;border-radius:8px;overflow:hidden;cursor:pointer;position:relative}.video-screen img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.video-screen:hover img{transform:scale(1.02)}.video-overlay{position:absolute;top:16px;right:16px;display:flex;gap:8px}.overlay-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#0a84ffe6;border-radius:6px;font-size:12px;font-weight:600;color:#fff}.overlay-badge svg{width:14px;height:14px}.market-context{padding:32px;margin-top:24px}.market-context h3{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:700;margin-bottom:24px;color:var(--text)}.market-context h3 svg{width:22px;height:22px;color:var(--primary)}.competitors-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.competitor-card{display:flex;flex-direction:column;gap:4px;padding:20px;background:#141416cc;border:1px solid var(--glass-border);border-radius:12px;text-align:center;box-shadow:var(--shadow-sm)}.competitor-name{font-size:16px;font-weight:700;color:var(--text)}.competitor-price{font-size:20px;font-weight:800;color:var(--primary)}.competitor-note{font-size:12px;color:var(--text-muted)}.target-market{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#0a84ff1a;border:1px solid rgba(10,132,255,.2);border-radius:12px;color:var(--text-secondary);font-size:14px;margin:0}.target-market svg{width:20px;height:20px;color:var(--primary);flex-shrink:0}.models-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.model-card{padding:24px;transition:all .3s ease}.model-card:hover{transform:translateY(-4px);border-color:#0a84ff4d}.model-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.model-name{font-size:18px;font-weight:700;color:var(--primary);font-family:Fira Code,monospace}.model-accuracy{padding:4px 10px;background:#00d4aa26;border:1px solid rgba(0,212,170,.3);border-radius:6px;font-size:12px;font-weight:600;color:#00d4aa}.model-purpose{font-size:14px;font-weight:600;color:var(--text);margin-bottom:12px}.model-desc{font-size:13px;color:var(--text-secondary);line-height:1.5;margin:0}.processing-info{padding:32px;margin-top:24px}.processing-info h3{font-size:20px;font-weight:700;margin-bottom:24px}.processing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.processing-item{display:flex;align-items:center;gap:16px;padding:20px;background:#141416cc;border:1px solid var(--glass-border);border-radius:12px;box-shadow:var(--shadow-sm)}.processing-item svg{width:32px;height:32px;color:var(--primary);flex-shrink:0}.processing-details{display:flex;flex-direction:column;gap:4px}.processing-label{font-size:12px;color:var(--text-muted)}.processing-value{font-size:18px;font-weight:700;color:var(--text)}.context-content{max-width:800px}.context-card{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding:32px}.context-item{display:flex;flex-direction:column;gap:8px;text-align:center}.context-label{font-size:12px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px}.context-value{font-size:16px;font-weight:600;color:var(--text)}.context-value.status-dev{color:#ffc107}@media (max-width: 1024px){.competitors-grid,.processing-grid{grid-template-columns:1fr}.context-card{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.video-frame{padding:8px}.models-content,.context-card{grid-template-columns:1fr}.overlay-badge{display:none}}@media (max-width: 479px){.video-frame{padding:6px;border-radius:12px}.video-screen{border-radius:6px}.market-context{padding:16px;margin-top:16px}.market-context h3{font-size:16px;gap:8px;margin-bottom:16px}.market-context h3 svg{width:18px;height:18px}.competitors-grid{gap:10px;margin-bottom:16px}.competitor-card{padding:14px;border-radius:10px}.competitor-name{font-size:13px}.competitor-price{font-size:16px}.competitor-note{font-size:10px}.target-market{padding:12px 14px;gap:10px;font-size:12px;border-radius:10px}.target-market svg{width:16px;height:16px}.models-content{gap:12px}.model-card{padding:16px}.model-header{flex-direction:column;align-items:flex-start;gap:8px}.model-name{font-size:14px}.model-accuracy{font-size:10px;padding:3px 8px}.model-purpose{font-size:12px;margin-bottom:8px}.model-desc{font-size:11px}.processing-info{padding:16px;margin-top:16px}.processing-info h3{font-size:16px;margin-bottom:16px}.processing-grid{gap:12px}.processing-item{gap:12px;padding:14px;border-radius:10px}.processing-item svg{width:24px;height:24px}.processing-label{font-size:10px}.processing-value{font-size:14px}.context-card{padding:16px;gap:16px}.context-label{font-size:10px}.context-value{font-size:13px}.status-intro{padding:16px}.status-intro-content h3{font-size:18px;margin-bottom:12px}.status-intro-content p{font-size:13px;margin-bottom:16px}.status-goals{gap:10px}.goal-item{padding:12px 14px;gap:10px;border-radius:10px}.goal-phase{font-size:10px;padding:4px 8px;min-width:auto}.goal-text{font-size:12px}.progress-timeline{gap:6px;padding:10px 0;margin-bottom:20px}.progress-stage-btn{min-width:110px;max-width:110px;padding:10px;border-radius:10px}.progress-stage-btn:after{font-size:7px;padding:4px}.stage-label-row{margin-bottom:8px}.stage-label{font-size:8px}.stage-icon{width:26px;height:26px;border-radius:6px}.stage-icon svg{width:12px;height:12px}.stage-name{font-size:11px;margin-bottom:6px}.stage-status-label{font-size:9px;padding-top:6px;padding-bottom:12px}.progress-connector svg{width:14px;height:14px}.progress-stage-content{padding:16px}.stage-header h3{font-size:16px}.stage-status-badge{padding:4px 10px;font-size:11px;gap:6px}.stage-status-badge svg{width:14px;height:14px}.stage-description{font-size:13px;margin-bottom:16px}.stage-media-container{margin-bottom:16px}.media-preview{border-radius:10px;margin-bottom:12px}.stage-results{gap:10px}.result-item{padding:14px;gap:12px;border-radius:10px}.result-item svg{width:20px;height:20px}.result-label{font-size:10px;margin-bottom:4px}.result-item p{font-size:12px}.lightbox-overlay{padding:20px}.lightbox-close{top:-40px;width:36px;height:36px}.lightbox-close svg{width:20px;height:20px}.lightbox-caption{font-size:12px;margin-top:12px}}.status-intro{padding:32px}.status-intro-content h3{font-size:22px;font-weight:700;color:#ffc107;margin-bottom:16px}.status-intro-content p{font-size:15px;color:var(--text-secondary);line-height:1.6;margin-bottom:24px}.status-intro-content strong{color:var(--primary)}.status-goals{display:flex;flex-direction:column;gap:16px}.goal-item{display:flex;gap:16px;padding:16px 20px;background:transparent;border:1px solid rgba(255,255,255,.1);border-radius:12px;align-items:center}.goal-phase{font-size:12px;font-weight:700;color:var(--primary);background:#0a84ff26;padding:6px 12px;border-radius:6px;white-space:nowrap;flex-shrink:0;min-width:130px;text-align:center}.goal-text{font-size:14px;color:var(--text-secondary);line-height:1.5}.progress-timeline{display:flex;align-items:stretch;gap:8px;margin-bottom:32px;padding:16px 0;overflow-x:auto;scrollbar-width:thin;scrollbar-color:var(--primary) #e0e0e0}.progress-timeline::-webkit-scrollbar{height:6px}.progress-timeline::-webkit-scrollbar-track{background:#e0e0e0;border-radius:3px}.progress-timeline::-webkit-scrollbar-thumb{background:var(--primary);border-radius:3px}.progress-stage-btn{display:flex;flex-direction:column;min-width:160px;max-width:160px;padding:16px 16px 12px;background:#141416e6;border:2px solid var(--glass-border);border-radius:12px;cursor:pointer;transition:all .3s ease;flex-shrink:0;box-shadow:var(--shadow-md);position:relative;font-family:inherit}.progress-stage-btn:after{content:"Click to view";position:absolute;bottom:0;left:0;right:0;padding:6px;font-size:9px;font-weight:500;text-transform:uppercase;letter-spacing:.5px;color:var(--text-dim);background:transparent;border-top:1px solid var(--glass-border);border-radius:0 0 10px 10px;text-align:center;transition:all .3s ease}.progress-stage-btn:hover:after{color:var(--primary);background:#2563eb14}.progress-stage-btn:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:#2563eb4d}.progress-stage-btn.active{border-color:var(--primary);box-shadow:var(--shadow-lg),0 0 20px #2563eb26}.progress-stage-btn.active:after{content:"Viewing";color:var(--primary);background:#2563eb1a}.progress-stage-btn.status-completed{border-color:#00d4aa}.progress-stage-btn.status-in-progress{border-color:#ffc107}.stage-label-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.stage-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.progress-stage-btn.status-completed .stage-label{color:#00d4aa}.progress-stage-btn.status-in-progress .stage-label{color:#ffc107}.stage-icon{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.stage-icon.completed{background:#00d4aa}.stage-icon.in-progress{background:#ffc107}.stage-name{font-size:14px;font-weight:700;color:var(--text);margin-bottom:8px;line-height:1.3}.stage-status-label{font-size:11px;font-weight:500;padding-top:8px;padding-bottom:16px;border-top:1px solid var(--glass-border)}.progress-stage-btn.status-completed .stage-status-label{color:#00d4aa}.progress-stage-btn.status-in-progress .stage-status-label{color:#ffc107}.progress-stage-btn.status-pending .stage-status-label{color:var(--text-dim)}.progress-connector{display:flex;align-items:center;justify-content:center;color:var(--text-dim);flex-shrink:0}.progress-connector svg{width:20px;height:20px}.progress-connector.completed{color:#00d4aa}.progress-stage-content{padding:32px}.stage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;flex-wrap:wrap;gap:12px}.stage-header h3{font-size:20px;font-weight:700;color:var(--text);margin:0}.stage-status-badge{display:flex;align-items:center;gap:8px;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600}.stage-status-badge.status-completed{background:#00d4aa26;border:1px solid rgba(0,212,170,.3);color:#00d4aa}.stage-status-badge.status-in-progress{background:#ffc10726;border:1px solid rgba(255,193,7,.3);color:#ffc107}.stage-status-badge svg{width:16px;height:16px}.stage-description{font-size:15px;color:var(--text-secondary);line-height:1.6;margin-bottom:24px}.stage-media-container{margin-bottom:24px}.media-preview{width:100%;max-width:900px;margin:0 auto 16px;border-radius:12px;overflow:hidden;background:#0d0d1a;cursor:pointer}.media-preview img{width:100%;height:auto;display:block;transition:transform .3s ease}.media-preview:hover img{transform:scale(1.02)}.video-thumbnail{position:relative;width:100%;aspect-ratio:16/9;background:#0d0d1a}.video-thumbnail video{width:100%;height:100%;object-fit:cover}.play-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#00000080;color:#fff;transition:background .3s ease}.play-overlay svg{color:var(--primary)}.play-overlay span{font-size:14px;font-weight:600}.video-thumbnail:hover .play-overlay{background:#0000004d}.youtube-embed{position:relative;width:100%;padding-bottom:56.25%;background:#0d0d1a}.youtube-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none;border-radius:12px}.stage-results{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.result-item{display:flex;gap:16px;padding:20px;border-radius:12px;align-items:flex-start}.result-item.success{background:#00d4aa14;border:1px solid rgba(0,212,170,.2)}.result-item.success svg{color:#00d4aa;width:24px;height:24px;flex-shrink:0;margin-top:2px}.result-item.issue{background:#ffc10714;border:1px solid rgba(255,193,7,.2)}.result-item.issue svg{color:#ffc107;width:24px;height:24px;flex-shrink:0;margin-top:2px}.result-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;display:block}.result-item.success .result-label{color:#00d4aa}.result-item.issue .result-label{color:#ffc107}.result-item p{font-size:14px;color:var(--text-secondary);line-height:1.5;margin:0}.feature-done{color:#00d4aa!important;width:20px;height:20px;flex-shrink:0}.feature-progress{color:#ffc107!important;width:20px;height:20px;flex-shrink:0}.feature-pending{color:#ffffff4d!important;width:20px;height:20px;flex-shrink:0}@media (max-width: 1024px){.stage-results{grid-template-columns:1fr}.progress-timeline{flex-wrap:nowrap}}@media (max-width: 768px){.goal-item{flex-direction:column;gap:8px}.stage-header{flex-direction:column;align-items:flex-start}.progress-stage-btn{min-width:140px;max-width:140px;padding:12px}.stage-icon{width:30px;height:30px}.stage-icon svg{width:14px;height:14px}.stage-name{font-size:12px}.stage-status-label{font-size:10px}}.lightbox-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:40px;cursor:pointer}.lightbox-content{position:relative;max-width:90vw;max-height:90vh;cursor:default}.lightbox-content img,.lightbox-content video{max-width:100%;max-height:80vh;border-radius:12px;box-shadow:0 20px 60px #00000080}.lightbox-close{position:absolute;top:-50px;right:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease}.lightbox-close:hover{background:var(--primary);border-color:var(--primary)}.lightbox-close svg{width:24px;height:24px}.lightbox-caption{text-align:center;margin-top:16px;color:#ffffffb3;font-size:14px}.tech-content{display:block!important}.tech-content .tech-card{padding:10px 0!important;display:block!important;background:transparent!important;border:none!important;border-radius:0!important;border-bottom:1px solid var(--glass-border)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;box-shadow:none!important;text-align:left!important}.tech-content .tech-card:last-child{border-bottom:none!important}.tech-content .tech-card:before{display:none!important;content:none!important}.tech-content .tech-card:hover{background:transparent!important;transform:none!important;box-shadow:none!important}.tech-content .tech-card-icon{display:inline-flex!important;vertical-align:middle!important;width:20px!important;height:20px!important;min-width:20px!important;align-items:center!important;justify-content:center!important;background:var(--primary)!important;border-radius:4px!important;margin-right:8px!important}.tech-content .tech-card-icon svg{width:10px!important;height:10px!important;color:#fff!important}.tech-content .tech-card h3{display:inline!important;font-size:13px!important;font-weight:600!important;color:var(--text)!important;margin:0 12px 0 0!important;vertical-align:middle!important}.tech-content .tech-list{display:inline!important;vertical-align:middle!important}.tech-content .tech-item{display:inline!important}.tech-content .tech-item:before{display:none!important}.tech-content .tech-item:after{content:" • "!important;color:var(--text-dim)!important}.tech-content .tech-item:last-child:after{content:""!important}.tech-content .tech-name{font-size:13px!important;font-weight:400!important;color:var(--text-muted)!important}.tech-content .tech-desc{display:none!important}@media (max-width: 767px){.tech-content .tech-card{padding:8px 0!important}.tech-content .tech-card h3{font-size:12px!important;margin-right:8px!important}.tech-content .tech-name{font-size:11px!important}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #2563EB;--primary-light: #3B82F6;--primary-dark: #1D4ED8;--accent: #2563EB;--secondary: #60A5FA;--secondary-glow: rgba(37, 99, 235, .3);--bg: #0A0A0B;--bg-secondary: #111113;--bg-tertiary: #18181B;--bg-elevated: #1C1C1F;--surface: #141416;--dark: #0A0A0B;--dark-secondary: #111113;--dark-tertiary: #18181B;--dark-elevated: #1C1C1F;--glass: rgba(20, 20, 22, .8);--glass-border: rgba(255, 255, 255, .1);--glass-hover: rgba(30, 30, 35, .9);--glass-strong: rgba(25, 25, 28, .95);--glass-blue: rgba(37, 99, 235, .15);--glass-inner-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .05);--glass-glow: 0 0 60px rgba(37, 99, 235, .2);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .3);--shadow-md: 0 4px 12px rgba(0, 0, 0, .4);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .5);--shadow-card: 0 2px 8px rgba(0, 0, 0, .3);--shadow-card-hover: 0 8px 24px rgba(0, 0, 0, .4);--text: #FAFAFA;--text-secondary: rgba(250, 250, 250, .7);--text-muted: rgba(250, 250, 250, .5);--text-dim: rgba(250, 250, 250, .35);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 96px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 18px;--radius-2xl: 22px;--radius-full: 9999px;--transition-fast: .15s ease-out;--transition-base: .2s ease-out;--transition-smooth: .3s cubic-bezier(.25, .1, .25, 1)}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Helvetica Neue,Helvetica,Arial,sans-serif;color:var(--text);min-height:100vh;overflow-x:hidden;line-height:1.6;letter-spacing:-.01em;background:var(--bg);background-image:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(37,99,235,.15) 0%,transparent 50%),linear-gradient(180deg,var(--bg) 0%,var(--bg-secondary) 100%);background-attachment:fixed}.app-container{min-height:100vh;position:relative}.glass-card{position:relative;background:var(--glass);backdrop-filter:blur(20px) saturate(100%);-webkit-backdrop-filter:blur(20px) saturate(100%);border:1px solid var(--glass-border);border-radius:var(--radius-xl);transition:all var(--transition-smooth);overflow:hidden;box-shadow:var(--shadow-card)}.glass-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;box-shadow:var(--glass-inner-shadow);pointer-events:none;z-index:1}.glass-card:hover{background:var(--glass-hover);border-color:#ffffff26}.main-content{padding-top:100px;padding-bottom:var(--space-3xl);min-height:100vh;position:relative;z-index:1}.main-content.no-scroll{padding-top:0;padding-bottom:0;height:100vh;max-height:100vh;overflow:hidden}.container{max-width:1400px;margin:0 auto;padding:0 var(--space-xl)}.page-header{text-align:center;margin-bottom:var(--space-3xl)}.page-title{font-size:clamp(32px,5vw,48px);font-weight:700;letter-spacing:-.03em;margin-bottom:var(--space-md);line-height:1.1;color:var(--text)}.page-title-underlined{position:relative;display:inline-block}.page-subtitle{font-size:clamp(14px,2vw,18px);color:var(--text-secondary);max-width:100%;margin:0 auto;line-height:1.6}.section-category{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:var(--primary);margin-bottom:12px}.btn-primary{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:12px 24px;background:var(--primary);border:none;border-radius:var(--radius-md);color:#fff;font-family:inherit;font-size:14px;font-weight:500;letter-spacing:0;cursor:pointer;transition:all var(--transition-base);text-decoration:none;overflow:hidden}.btn-primary:hover{background:var(--primary-light)}.btn-primary svg{width:16px;height:16px}.btn-secondary{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:12px 24px;background:transparent;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-md);color:var(--text);font-family:inherit;font-size:14px;font-weight:500;letter-spacing:0;cursor:pointer;transition:all var(--transition-base);text-decoration:none;overflow:hidden}.btn-secondary:hover{background:#ffffff0d;border-color:#ffffff40}.btn-secondary svg{width:16px;height:16px}.gradient-text{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 479px){:root{--space-lg: 16px;--space-xl: 20px;--space-2xl: 24px;--space-3xl: 32px}.container{padding:0 12px}.main-content{padding-top:64px;padding-bottom:var(--space-lg)}.page-header{margin-bottom:var(--space-lg)}.page-title{font-size:28px}.page-subtitle{font-size:14px}.btn-primary,.btn-secondary{padding:11px 20px;font-size:14px;width:100%}.glass-card{border-radius:var(--radius-md)}.glass-card:hover{transform:none}}@media (min-width: 480px) and (max-width: 767px){:root{--space-xl: 24px;--space-2xl: 32px;--space-3xl: 40px}.container{padding:0 16px}.main-content{padding-top:70px;padding-bottom:var(--space-xl)}.btn-primary,.btn-secondary{width:100%}}@media (min-width: 768px) and (max-width: 1023px){.container{padding:0 var(--space-xl)}.main-content{padding-top:90px}}@media (min-width: 1024px) and (max-width: 1279px){.container{max-width:100%;padding:0 var(--space-xl)}}@media (min-width: 1280px){.container{max-width:1400px;padding:0 var(--space-xl)}.main-content{padding-top:120px}}@media (min-width: 1440px){.container{max-width:1600px;padding:0 var(--space-2xl)}}@media (min-width: 1920px){.container{max-width:1800px}}@media (hover: none) and (pointer: coarse){.glass-card:hover{transform:none;background:var(--glass);border-color:var(--glass-border)}.btn-primary:hover{transform:none;background:var(--primary)}.btn-secondary:hover{background:transparent;border-color:#0000001f}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}body{animation:none;background-size:100% 100%}}
