@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.navbar-pimeyes{position:fixed;top:0;left:0;right:0;z-index:1000;background:linear-gradient(135deg,#2563eb,#1d4ed8);transition:transform .3s ease-out;box-shadow:0 2px 8px #00000026}.navbar-visible{transform:translateY(0)}.navbar-hidden{transform:translateY(-100%)}.navbar-container{max-width:1400px;margin:0 auto;padding:0 24px}.navbar-content{display:flex;justify-content:space-between;align-items:center;height:70px}.navbar-logo{display:flex;align-items:center;gap:12px;text-decoration:none;transition:transform .2s ease}.logo-icon{width:28px;height:28px;color:#fff}.logo-text{font-size:20px;font-weight:700;color:#fff;letter-spacing:-.5px}.navbar-logo:hover{transform:scale(1.05)}.navbar-links{display:none;align-items:center;gap:8px}@media (min-width: 768px){.navbar-links{display:flex}}.nav-link{color:#ffffffe6;text-decoration:none;font-size:15px;font-weight:500;padding:10px 18px;border-radius:8px;transition:all .2s ease}.nav-link:hover{color:#fff;background:#ffffff26}.nav-actions{display:flex;align-items:center;gap:10px;margin-left:12px}.nav-btn-login{display:flex;align-items:center;gap:6px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:8px 18px;border-radius:10px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease}.nav-btn-login:hover{background:#ffffff26;border-color:#ffffff80;transform:translateY(-1px)}.nav-btn-demo{background:#fff;color:#2563eb;border:2px solid #ffffff;padding:8px 24px;border-radius:10px;font-size:15px;font-weight:600;text-decoration:none;transition:all .2s ease}.nav-btn-demo:hover{background:#ffffffe6;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.mobile-menu-btn{display:block;background:none;border:none;color:#fff;cursor:pointer;padding:8px;border-radius:8px;transition:background .2s ease}.mobile-menu-btn:hover{background:#ffffff26}@media (min-width: 768px){.mobile-menu-btn{display:none}}.mobile-menu{background:#2563eb;border-bottom:1px solid rgba(255,255,255,.1);animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.mobile-menu-content{padding:20px 24px;display:flex;flex-direction:column;gap:8px}.mobile-nav-link{color:#ffffffe6;text-decoration:none;padding:12px 16px;border-radius:10px;transition:all .2s ease;font-weight:500;font-size:16px}.mobile-nav-link:hover{color:#fff;background:#ffffff26}.mobile-nav-actions{display:flex;flex-direction:column;gap:10px;padding-top:16px;margin-top:16px;border-top:1px solid rgba(255,255,255,.1)}.mobile-btn-login{display:flex;align-items:center;justify-content:center;gap:8px;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);padding:12px 24px;border-radius:10px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s ease}.mobile-btn-login:active{background:#ffffff26;border-color:#ffffff80}.mobile-btn-demo{background:#fff;color:#2563eb;padding:12px 24px;border:2px solid #ffffff;border-radius:10px;font-size:16px;font-weight:600;text-decoration:none;text-align:center;transition:all .2s ease}.mobile-btn-demo:active{background:#ffffffe6;transform:scale(.98)}@media (max-width: 767px){.nav-actions{display:none}}.footer{background:#fff;border-top:1px solid #e5e7eb;padding:80px 0 30px;color:#1f2937}.footer-content{display:grid;grid-template-columns:1fr;gap:50px;margin-bottom:50px}@media (min-width: 768px){.footer-content{grid-template-columns:1.5fr 2fr;gap:80px}}.footer-brand{max-width:400px}.footer-logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:#1f2937;font-size:24px;font-weight:700;margin-bottom:20px;transition:all .3s ease}.footer-logo:hover{color:#3b82f6;transform:translate(5px)}.footer-logo svg{color:#3b82f6;transition:transform .3s ease}.footer-logo:hover svg{transform:scale(1.1)}.footer-tagline{color:#6b7280;line-height:1.8;margin-bottom:24px;font-size:.95rem}.footer-badge{display:inline-flex;align-items:center;padding:10px 18px;background:#3b82f614;border:1px solid rgba(59,130,246,.2);border-radius:25px;margin-bottom:24px}.badge-text{font-size:13px;font-weight:600;color:#3b82f6;letter-spacing:.5px}.social-links{display:flex;gap:12px;flex-wrap:wrap}.social-link{width:44px;height:44px;border-radius:12px;background:#f9fafb;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .3s ease;text-decoration:none}.social-link:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px #3b82f640}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:40px}@media (min-width: 640px){.footer-links{grid-template-columns:repeat(3,1fr)}}.footer-column{display:flex;flex-direction:column}.footer-heading{color:#1f2937;font-size:16px;font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px;position:relative;padding-bottom:10px}.footer-heading:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:#3b82f6;transition:width .3s ease}.footer-column:hover .footer-heading:after{width:50px}.footer-list{list-style:none;display:flex;flex-direction:column;gap:12px;padding:0;margin:0}.footer-link{color:#6b7280;text-decoration:none;font-size:14px;transition:all .3s ease;display:inline-flex;align-items:center;gap:6px;font-weight:500}.footer-link:hover{color:#3b82f6;padding-left:8px}.external-icon{display:inline-block;margin-left:4px;opacity:.5;transition:opacity .3s ease}.footer-link:hover .external-icon{opacity:1}.footer-bottom{padding-top:30px;border-top:1px solid #e5e7eb;text-align:center}.copyright{color:#6b7280;font-size:14px;margin-bottom:8px;font-weight:500}.footer-note{color:#3b82f6;font-size:13px;font-weight:600}.footer-brand,.footer-column{animation:fadeInUp .6s ease-out}.footer-column:nth-child(1){animation-delay:.1s}.footer-column:nth-child(2){animation-delay:.2s}.footer-column:nth-child(3){animation-delay:.3s}@media (max-width: 768px){.footer{padding:60px 0 30px}.footer-content{gap:40px}.footer-brand{max-width:100%}.footer-logo{font-size:22px}.footer-tagline{font-size:.9rem}.footer-links{gap:30px}.footer-heading{font-size:15px}.footer-bottom{padding-top:25px}}@media (max-width: 480px){.footer{padding:50px 0 25px}.footer-logo{font-size:20px}.footer-badge{padding:8px 14px}.badge-text{font-size:12px}.social-links{gap:10px}.social-link{width:40px;height:40px}.footer-links{grid-template-columns:1fr;gap:25px}.copyright,.footer-note{font-size:12px}}*{transition-property:color,background-color,border-color,transform;transition-duration:.3s;transition-timing-function:ease}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;background:#fff;overflow:hidden;padding-top:70px}.hero-container{max-width:1400px;margin:0 auto;padding:40px 24px;position:relative;z-index:10}.hero-grid{display:grid;grid-template-columns:1fr;gap:60px;align-items:center}@media (min-width: 1024px){.hero-grid{grid-template-columns:1fr 1fr;gap:80px}}.hero-content-left{max-width:600px}.hero-badge-wrapper{margin-bottom:24px;animation:fadeInUp .6s ease-out}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#3b82f61a,#8b5cf61a);border:1px solid rgba(59,130,246,.2);border-radius:50px;font-size:13px;font-weight:600;color:#3b82f6}.badge-icon{color:#3b82f6}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px;letter-spacing:-1px;animation:fadeInUp .6s ease-out .1s backwards}.title-regular{color:#1f2937;display:block;font-size:2.5rem;font-weight:600;margin-bottom:8px}.title-highlight{position:relative;display:inline-block}.highlight-text{background:linear-gradient(135deg,#f63b3b 0% 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-underline{position:absolute;bottom:-8px;left:0;width:90%;height:15px;animation:drawLine 1.5s ease-out .5s forwards;stroke-dasharray:300;stroke-dashoffset:300}.hero-subtitle{font-size:1.125rem;line-height:1.7;color:#6b7280;margin-bottom:32px;animation:fadeInUp .6s ease-out .2s backwards}.rotating-text-container{display:flex;align-items:center;gap:12px;margin-bottom:32px;font-size:1.125rem;animation:fadeInUp .6s ease-out .3s backwards}.rotating-label{color:#6b7280;font-weight:500}.rotating-text{color:#3b82f6;font-weight:600;animation:fadeInText .5s ease-out}@keyframes fadeInText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hero-stats{display:flex;align-items:center;gap:24px;margin-bottom:40px;animation:fadeInUp .6s ease-out .4s backwards}.stat-item{display:flex;flex-direction:column}.stat-number{font-size:1.75rem;font-weight:700;color:#1f2937;line-height:1}.stat-text{font-size:.875rem;color:#6b7280;margin-top:4px}.stat-divider{width:1px;height:40px;background:#e5e7eb}.hero-buttons{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:32px;animation:fadeInUp .6s ease-out .5s backwards}.btn-primary-hero{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease;box-shadow:0 4px 14px #3b82f64d}.btn-primary-hero:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f666}.btn-primary-hero .arrow-icon{transition:transform .3s ease}.btn-primary-hero:hover .arrow-icon{transform:translate(4px)}.btn-secondary-hero{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;background:transparent;color:#6b7280;border:2px solid #e5e7eb;border-radius:12px;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s ease}.btn-secondary-hero:hover{border-color:#3b82f6;color:#3b82f6;background:#3b82f60d}.trust-text{display:flex;align-items:center;gap:8px;color:#6b7280;font-size:.875rem;animation:fadeInUp .6s ease-out .6s backwards}.trust-text svg{color:#10b981}.hero-content-right{position:relative;animation:fadeInUp .8s ease-out .3s backwards}.visual-container{position:relative;max-width:600px;margin:0 auto}.hero-image-wrapper{position:relative;border-radius:0;overflow:hidden;box-shadow:none;border:none}.hero-image{width:100%;height:auto;display:block;object-fit:contain}.hero-video-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #00000026}.hero-video{width:100%;height:auto;display:block}.floating-card{position:absolute;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:12px 18px;display:flex;align-items:center;gap:8px;box-shadow:0 8px 24px #0000001f;font-size:13px;font-weight:600;color:#1f2937;animation:float 3s ease-in-out infinite;border:1px solid rgba(255,255,255,.8);z-index:10}.floating-card:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 12px 32px #0000002e}.card-1{top:20%;left:-10px;animation-delay:0s}.card-1 svg{color:#8b5cf6}.card-2{top:54%;right:-1px;animation-delay:1s}.card-2 svg{color:#10b981}.card-3{bottom:10%;left:-5px;animation-delay:2s}.card-3 svg{color:#f59e0b}.card-4{top:10%;right:-1px;animation-delay:.5s}.card-4 svg{color:#3b82f6}.card-5{bottom:5%;right:-5px;animation-delay:1.5s}.card-5 svg{color:#ec4899}.card-6{bottom:40%;left:-10px;animation-delay:2.5s}.card-6 svg{color:#06b6d4}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width: 1024px){.card-4,.card-5,.card-6{display:none}}@media (max-width: 768px){.floating-card{display:none}}.hero-bg-gradient-left{position:absolute;width:500px;height:500px;top:-100px;left:-200px;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);filter:blur(60px)}.hero-bg-gradient-right{position:absolute;width:500px;height:500px;bottom:-100px;right:-200px;background:radial-gradient(circle,rgba(139,92,246,.1) 0%,transparent 70%);filter:blur(60px)}.hero-grid-bg{position:absolute;inset:0;background-image:linear-gradient(to right,#f0f0f0 1px,transparent 1px),linear-gradient(to bottom,#f0f0f0 1px,transparent 1px);background-size:50px 50px;opacity:.03}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.hero-title{font-size:2.5rem}.title-regular{font-size:2rem}.floating-card{display:none}}@media (max-width: 640px){.hero-section{padding-top:70px}.hero-title{font-size:2rem}.title-regular{font-size:1.5rem}.hero-buttons{flex-direction:column;width:100%}.btn-primary-hero,.btn-secondary-hero{width:100%;justify-content:center}.hero-stats{justify-content:space-between;width:100%}.stat-divider{display:none}}.problem-solution-section{background:#fff;padding:0;position:relative;width:100%;box-shadow:0 -4px 12px #0000000d}.ps-bg-container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;overflow:hidden}.ps-background-layer{position:absolute;inset:0;z-index:1}.ps-bg-image{width:100%;height:100%;object-fit:cover;opacity:.8;filter:brightness(.95)}.ps-bg-placeholder{width:100%;height:100%;background:#f8f9fa}.ps-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#ffffff80,#ffffffb3);z-index:2}.ps-content-wrapper{position:relative;z-index:3;width:100%;padding:80px 0}.ps-container{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;flex-direction:column;gap:80px}.ps-header{text-align:center;max-width:1100px;margin:0 auto}.ps-title{font-size:4rem;font-weight:800;color:#1f2937;letter-spacing:-2px;margin-bottom:40px;line-height:1}.ps-description{margin-bottom:0}.ps-desc-line{font-size:1.5rem;line-height:1.9;color:#1f2937;font-weight:500;margin-bottom:24px;text-align:center}.ps-desc-line:last-child{margin-bottom:0}.highlight-inline{position:relative;font-weight:700;color:#1f2937;display:inline;background:linear-gradient(to bottom,transparent 65%,#fbbf24 65%,#fbbf24 85%,transparent 85%);background-size:100% 200%;background-position:0 0;animation:highlightSlide 1.2s ease-out .5s forwards}@keyframes highlightSlide{to{background-position:0 100%}}.ps-highlight-text{position:relative;display:inline-block;margin-top:20px}.highlight-text-content{font-size:2rem;font-weight:700;color:#1f2937;display:block;padding-bottom:12px}.text-underline{position:absolute;bottom:0;left:0;width:100%;height:12px;animation:drawLine 1.8s ease-out .3s forwards;stroke-dasharray:400;stroke-dashoffset:400}@keyframes drawLine{to{stroke-dashoffset:0}}.ps-cta-box{width:100%;max-width:700px;margin:0 auto}.ps-cta-inner{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:none;border-bottom:4px solid #3b82f6;border-right:4px solid #3b82f6;border-radius:20px;padding:45px 50px;box-shadow:0 10px 40px #00000014;text-align:center}.ps-cta-title{font-size:2.25rem;font-weight:700;margin-bottom:24px;line-height:1.3;position:relative;display:inline-block;padding-bottom:14px}.cta-highlight{color:#1f2937}.cta-text{color:#4b5563}.title-underline-red{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:12px;animation:drawLineRed 1.5s ease-out .5s forwards;stroke-dasharray:500;stroke-dashoffset:500}@keyframes drawLineRed{to{stroke-dashoffset:0}}.ps-cta-description{font-size:1.0625rem;line-height:1.8;color:#6b7280;margin-bottom:36px;max-width:650px;margin-left:auto;margin-right:auto}.ps-discover-btn{display:inline-flex;align-items:center;gap:16px;padding:18px 44px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.125rem;transition:all .3s ease;box-shadow:0 6px 20px #dc262659;min-width:300px;justify-content:center}.ps-discover-btn:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-3px);box-shadow:0 10px 30px #dc262673}.ps-discover-btn svg{transition:transform .3s ease}.ps-discover-btn:hover svg{transform:translate(6px)}@media (max-width: 1024px){.ps-cta-box{max-width:650px}.ps-cta-title{font-size:2rem}.ps-cta-inner{padding:40px}}@media (max-width: 768px){.ps-cta-box{max-width:100%}.ps-cta-title{font-size:1.75rem}.ps-cta-inner{padding:35px 28px;border-radius:16px}.ps-cta-description{font-size:1rem}.ps-discover-btn{width:100%;min-width:auto;padding:16px 32px;font-size:1rem}}@media (max-width: 480px){.ps-cta-inner{padding:30px 20px;border-radius:12px}.ps-cta-title{font-size:1.5rem}.ps-cta-description{font-size:.95rem;margin-bottom:28px}}@media (max-width: 1024px){.ps-title{font-size:3rem}.highlight-text-content{font-size:1.75rem}.ps-cta-title{font-size:2rem}.ps-cta-inner{padding:40px}}@media (max-width: 768px){.ps-container{gap:60px}.ps-title{font-size:2.5rem}.ps-desc-line{font-size:1.125rem}.highlight-text-content{font-size:1.5rem}.ps-cta-title{font-size:1.75rem}.ps-cta-inner{padding:30px 24px}.ps-discover-btn{width:100%;min-width:auto;padding:18px 32px;font-size:1rem}}@media (max-width: 480px){.ps-content-wrapper{padding:60px 0}.ps-title{font-size:2rem}.highlight-text-content{font-size:1.25rem}.ps-cta-title{font-size:1.5rem}.ps-cta-description{font-size:1rem}}@media (prefers-reduced-motion: reduce){.text-underline,.title-underline-red{animation:none;stroke-dashoffset:0}}.key-highlights-section{background:#fff;padding:0;position:relative;width:100%;border-top:1px solid #e5e7eb}.kh-bg-container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;overflow:visible}.kh-background-layer{position:absolute;inset:0;z-index:1}.kh-bg-image{width:60%;height:60%;object-fit:contain;opacity:1;position:absolute;right:-5%;top:57%;transform:translateY(-50%)}.kh-bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#8b5cf61a,#3b82f61a)}.kh-overlay{position:absolute;inset:0;background:none;z-index:2;pointer-events:none}.kh-content-wrapper{position:relative;z-index:3;width:100%;padding:100px 0}.kh-container{max-width:1400px;margin:0 auto;padding:0 24px}.kh-header{text-align:center;margin-bottom:80px}.kh-title{font-size:3.5rem;font-weight:800;color:#1f2937;letter-spacing:-1.5px;line-height:1.2;position:relative;display:inline-block;padding-bottom:20px}.kh-highlight{color:#3b82f6}.kh-title-underline{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:18px;animation:drawKhLine 1.8s ease-out .3s forwards;stroke-dasharray:280;stroke-dashoffset:280}@keyframes drawKhLine{to{stroke-dashoffset:0}}.kh-grid{display:grid;grid-template-columns:1fr;gap:60px;align-items:center}@media (min-width: 1024px){.kh-grid{grid-template-columns:1fr 1fr;gap:80px}}.kh-features-column{display:flex;flex-direction:column;gap:24px}.kh-feature-box{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-right:3px solid #1f2937;border-bottom:3px solid #1f2937;border-radius:16px;padding:28px 32px;display:flex;gap:24px;align-items:flex-start}.kh-feature-number{flex-shrink:0;width:48px;height:48px;border-radius:8px;background:#1f2937;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;font-weight:700}.kh-feature-content{flex:1}.kh-feature-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:10px}.kh-feature-desc{font-size:1rem;line-height:1.7;color:#6b7280}.kh-keyword{color:#3b82f6;font-weight:600}.kh-media-column{display:flex;justify-content:center;align-items:center}.kh-media-box{width:100%;max-width:600px}.kh-media-content{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:none;border-bottom:4px solid #3b82f6;border-right:4px solid #3b82f6;border-radius:20px;padding:40px;box-shadow:0 10px 40px #00000014}.kh-video-placeholder{aspect-ratio:16 / 9;background:linear-gradient(135deg,#1f2937,#111827);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease}.kh-video-placeholder:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(59,130,246,.1) 50%,transparent 70%);background-size:200% 200%;animation:shimmer 3s ease-in-out infinite}@keyframes shimmer{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.kh-video-placeholder:hover{transform:scale(1.02)}.play-icon-wrapper{width:80px;height:80px;background:#3b82f6e6;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:20px;transition:all .3s ease;z-index:1}.kh-video-placeholder:hover .play-icon-wrapper{background:#3b82f6;transform:scale(1.1)}.play-icon{width:32px;height:32px;color:#fff}.media-text{color:#fff;font-size:1.25rem;font-weight:600;z-index:1}.kh-video{width:100%;border-radius:16px;display:block}@media (max-width: 1024px){.kh-title{font-size:3rem}.kh-grid{grid-template-columns:1fr;gap:60px}}@media (max-width: 768px){.kh-content-wrapper{padding:80px 0}.kh-title{font-size:2.5rem}.kh-header{margin-bottom:60px}.kh-feature-box{padding:24px;flex-direction:column;text-align:center}.kh-feature-box:hover{transform:translateY(-5px)}.kh-media-content{padding:30px}}@media (max-width: 480px){.kh-title{font-size:2rem}.kh-feature-box{padding:20px}.kh-feature-title{font-size:1.125rem}.kh-feature-desc{font-size:.95rem}.kh-media-content{padding:24px}}.cta-section{background:#fff;padding:0;position:relative;width:100%;border-top:1px solid #e5e7eb}.cta-bg-container{position:relative;width:100%;min-height:100vh;display:flex;align-items:center;overflow:hidden}.cta-background-layer{position:absolute;inset:0;z-index:1}.cta-bg-image{width:60%;height:60%;object-fit:contain;opacity:1;position:absolute;right:20%;top:57%;transform:translateY(-50%)}.cta-bg-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#3b82f614,#8b5cf614)}.cta-overlay{position:absolute;inset:0;background:none;z-index:2;pointer-events:none}.cta-content-wrapper{position:relative;z-index:3;width:100%;padding:100px 0}.cta-container{max-width:1400px;margin:0 auto;padding:0 24px}.cta-header{text-align:center;margin-bottom:80px}.cta-title{font-size:3.5rem;font-weight:800;color:#1f2937;letter-spacing:-1.5px;line-height:1.2;position:relative;display:inline-block;padding-bottom:20px}.cta-highlight{color:#3b82f6}.cta-title-underline{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%;height:17px;animation:drawCtaLine 1.8s ease-out .3s forwards;stroke-dasharray:350;stroke-dashoffset:350}@keyframes drawCtaLine{to{stroke-dashoffset:0}}.cta-cards-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width: 640px){.cta-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.cta-cards-grid{grid-template-columns:repeat(3,1fr)}}.cta-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;border-right:3px solid #1f2937;border-bottom:3px solid #1f2937;border-radius:16px;padding:32px 28px;cursor:pointer;transition:all .3s ease;position:relative}.cta-card-number{position:absolute;top:15px;left:15px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:36px;height:36px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:700;color:#1f2937;box-shadow:0 2px 8px #0000001a;z-index:2;transition:all .3s ease}.cta-card:hover .cta-card-number{transform:scale(1.1)}.cta-card-icon{display:none}.cta-card-image-preview{width:100%;height:150px;margin-bottom:20px;border-radius:12px;overflow:hidden;background:#f3f4f6}.cta-card-image-preview img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.cta-card:hover .cta-card-image-preview img{transform:scale(1.05)}.cta-card-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:8px}.cta-card-subtitle{font-size:.95rem;color:#3b82f6;font-weight:600;margin-bottom:16px}.cta-card-desc{font-size:1rem;line-height:1.6;color:#6b7280;margin-bottom:20px}.cta-card-footer{display:flex;justify-content:flex-end}.learn-more{color:#3b82f6;font-weight:600;font-size:.95rem}.cta-modal-overlay{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.cta-modal-content{background:#fff;border-radius:24px;width:100%;max-width:1000px;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .4s ease}.cta-modal-close{position:sticky;top:20px;right:20px;float:right;background:#0000001a;border:1px solid #e5e7eb;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#1f2937;cursor:pointer;transition:all .3s ease;z-index:10}.cta-modal-close:hover{background:#dc2626;border-color:#dc2626;color:#fff;transform:rotate(90deg)}.cta-modal-grid{display:grid;grid-template-columns:1fr;gap:0;clear:both}@media (min-width: 768px){.cta-modal-grid{grid-template-columns:1fr 1fr}}.cta-modal-image-section{background:#f9fafb;display:flex;align-items:center;justify-content:center;padding:40px;border-radius:24px 0 0 24px}.cta-modal-image{width:100%;height:auto;border-radius:12px;box-shadow:0 8px 24px #0000001a}.cta-modal-details{padding:50px 40px}.modal-header-section{text-align:center;margin-bottom:30px;padding-bottom:30px;border-bottom:2px solid #e5e7eb}.modal-icon{color:#3b82f6;margin-bottom:20px}.modal-title{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:8px}.modal-subtitle{font-size:1.125rem;color:#3b82f6;font-weight:600}.modal-description{margin-bottom:30px}.modal-description p{font-size:1.0625rem;line-height:1.8;color:#4b5563}.modal-features{background:#3b82f60d;border-left:4px solid #3b82f6;border-radius:12px;padding:24px}.features-title{font-size:1.125rem;font-weight:700;color:#1f2937;margin-bottom:16px}.features-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;font-size:1rem;color:#4b5563;line-height:1.6}.feature-item:last-child{margin-bottom:0}.feature-dot{color:#3b82f6;font-weight:700;font-size:1.5rem;line-height:1}.cta-modal-content::-webkit-scrollbar{width:8px}.cta-modal-content::-webkit-scrollbar-track{background:#f3f4f6}.cta-modal-content::-webkit-scrollbar-thumb{background:#3b82f6;border-radius:4px}@media (max-width: 1024px){.cta-title{font-size:3rem}.cta-cards-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.cta-content-wrapper{padding:80px 0}.cta-title{font-size:2.5rem}.cta-header{margin-bottom:60px}.cta-cards-grid{grid-template-columns:1fr}.cta-card{padding:28px 24px}.cta-modal-grid{grid-template-columns:1fr}.cta-modal-image-section{border-radius:24px 24px 0 0;padding:30px}.cta-modal-details{padding:40px 30px}.modal-title{font-size:1.75rem}}@media (max-width: 480px){.cta-title{font-size:2rem}.cta-card-title{font-size:1.25rem}.cta-modal-details{padding:30px 24px}.modal-features{padding:20px}}.features-page{background:#fff;min-height:100vh;padding-top:70px}.features-container{max-width:1200px;margin:0 auto;padding:0 24px}.features-content{padding:80px 0}.features-header{text-align:center;margin-bottom:80px}.features-main-title{font-size:3.5rem;font-weight:800;color:#1f2937;margin-bottom:20px;letter-spacing:-1px}.features-main-subtitle{font-size:1.25rem;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.8}.video-input-section{display:grid;grid-template-columns:1fr;gap:30px;max-width:900px;margin:0 auto}@media (min-width: 768px){.video-input-section{grid-template-columns:repeat(2,1fr)}}.video-input-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:50px 30px;background:#fff;border:2px solid #e5e7eb;border-radius:20px;cursor:pointer;transition:all .3s ease;position:relative;text-align:center;box-shadow:0 4px 12px #0000000d}.video-input-btn:hover{border-color:#3b82f6;transform:translateY(-8px);box-shadow:0 12px 32px #3b82f633}.video-input-btn svg:first-child{color:#3b82f6;transition:transform .3s ease}.video-input-btn:hover svg:first-child{transform:scale(1.1)}.btn-content{display:flex;flex-direction:column;gap:8px}.btn-title{font-size:1.5rem;font-weight:700;color:#1f2937}.btn-subtitle{font-size:1rem;color:#6b7280}.btn-arrow{color:#3b82f6;transition:transform .3s ease}.video-input-btn:hover .btn-arrow{transform:translate(5px)}.upload-input-hidden{display:none}.camera-modal-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.camera-modal-content{background:#fff;border-radius:24px;padding:40px;max-width:900px;width:100%;position:relative;animation:slideUp .4s ease}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.camera-close-btn{position:absolute;top:20px;right:20px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#1f2937;cursor:pointer;transition:all .3s ease;z-index:10}.camera-close-btn:hover{background:#dc2626;border-color:#dc2626;color:#fff;transform:rotate(90deg)}.camera-modal-title{display:flex;align-items:center;justify-content:center;gap:12px;font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:30px}.camera-modal-title svg{color:#3b82f6}.camera-video-wrapper{position:relative;background:#000;border-radius:16px;overflow:hidden;margin-bottom:30px}.live-camera-video{width:100%;height:auto;display:block;min-height:400px}.recording-indicator{position:absolute;top:20px;left:20px;background:#000c;padding:10px 20px;border-radius:25px;display:flex;align-items:center;gap:10px;color:#fff;font-size:14px;font-weight:700}.recording-dot{width:12px;height:12px;background:#dc2626;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.camera-controls{display:flex;gap:15px;justify-content:center;flex-wrap:wrap}.camera-control-btn{display:flex;align-items:center;gap:10px;padding:14px 28px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;color:#1f2937;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease}.camera-control-btn:hover{background:#e5e7eb;border-color:#d1d5db}.camera-control-btn.primary{background:#3b82f6;border-color:#3b82f6;color:#fff}.camera-control-btn.primary:hover{background:#2563eb;border-color:#2563eb}.uploaded-videos-section{background:#f9fafb;padding:60px 0;border-top:1px solid #e5e7eb}.uploaded-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:20px}.uploaded-title{display:flex;align-items:center;gap:12px;font-size:2rem;font-weight:700;color:#1f2937}.uploaded-title svg{color:#3b82f6}.start-analysis-btn{display:flex;align-items:center;gap:10px;padding:14px 28px;background:#3b82f6;border:none;border-radius:12px;color:#fff;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f64d}.start-analysis-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.uploaded-videos-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width: 640px){.uploaded-videos-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.uploaded-videos-grid{grid-template-columns:repeat(3,1fr)}}.uploaded-video-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;position:relative;transition:all .3s ease;box-shadow:0 4px 12px #0000000d;animation:fadeInUp .5s ease}.uploaded-video-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px #0000001a;border-color:#3b82f6}.uploaded-video-preview{width:100%;height:200px;object-fit:cover;background:#000;display:block}.uploaded-video-info{padding:20px;background:#fff}.video-name{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-size{font-size:.875rem;color:#6b7280;display:flex;align-items:center;gap:5px}.remove-video-btn{position:absolute;top:10px;right:10px;background:#000000b3;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;opacity:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.uploaded-video-card:hover .remove-video-btn{opacity:1}.remove-video-btn:hover{background:#dc2626;transform:scale(1.1)}.analysis-loading-overlay{position:fixed;inset:0;background:linear-gradient(135deg,#3b82f6f2,#2563ebf2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease;overflow-y:auto}.analysis-loading-container{background:#fff;border-radius:24px;padding:40px 30px;max-width:850px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;animation:slideUp .4s ease;margin:auto}.analysis-header{text-align:center;margin-bottom:30px}.analysis-header h2{font-size:1.75rem;font-weight:700;color:#1f2937;margin:12px 0 8px}.analysis-header p{font-size:.95rem;color:#6b7280}.analysis-icon-spin{color:#3b82f6;animation:spin 2s linear infinite;width:40px;height:40px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.processing-video-section{margin-bottom:30px}.processing-video-wrapper{position:relative;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px #0003;max-height:350px}.processing-video{width:100%;height:auto;display:block;min-height:250px;max-height:350px;object-fit:contain}.processing-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0%,rgba(59,130,246,.1) 100%);pointer-events:none}.scanning-line{position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,transparent,#3b82f6,transparent);animation:scan 2s linear infinite;box-shadow:0 0 20px #3b82f6}@keyframes scan{0%{transform:translateY(0)}to{transform:translateY(350px)}}.processing-label{position:absolute;bottom:15px;right:15px;background:#000c;padding:8px 16px;border-radius:25px;display:flex;align-items:center;gap:8px;color:#fff;font-size:13px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.processing-label svg{color:#3b82f6;animation:pulse 1.5s ease-in-out infinite;width:16px;height:16px}.progress-section{background:#f9fafb;border-radius:16px;padding:25px}.progress-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:15px;margin-bottom:25px}.stat-item{display:flex;align-items:center;gap:8px;padding:12px;background:#fff;border-radius:12px;border:1px solid #e5e7eb;font-size:.85rem;font-weight:600;color:#1f2937}.stat-item svg{color:#3b82f6;flex-shrink:0;width:18px;height:18px}.progress-bar-container{margin-bottom:25px}.progress-bar{width:100%;height:35px;background:#e5e7eb;border-radius:20px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px #0000001a}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:20px;transition:width .3s ease;display:flex;align-items:center;justify-content:flex-end;padding-right:12px;position:relative;overflow:hidden}.progress-fill:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-text{color:#fff;font-weight:700;font-size:.95rem;z-index:1;position:relative}.processing-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px}.step{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#fff;border:2px solid #e5e7eb;border-radius:12px;font-size:.8rem;font-weight:600;color:#9ca3af;transition:all .3s ease}.step.active{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.step.completed{border-color:#10b981;color:#10b981;background:#f0fdf4}.step svg{flex-shrink:0;width:16px;height:16px}.step-dot{width:14px;height:14px;border-radius:50%;border:2px solid currentColor;flex-shrink:0}.step.active .step-dot{animation:pulse 1.5s ease-in-out infinite}@media (max-width: 1024px){.analysis-loading-container{max-width:95%;padding:35px 25px}.processing-video{min-height:220px;max-height:300px}@keyframes scan{0%{transform:translateY(0)}to{transform:translateY(300px)}}}@media (max-width: 768px){.analysis-loading-overlay{padding:15px}.analysis-loading-container{padding:30px 20px;max-height:85vh}.analysis-header h2{font-size:1.5rem}.analysis-header p{font-size:.9rem}.processing-video{min-height:200px;max-height:250px}@keyframes scan{0%{transform:translateY(0)}to{transform:translateY(250px)}}.progress-stats{grid-template-columns:1fr;gap:12px}.progress-bar{height:30px}.progress-text{font-size:.875rem}.processing-steps{grid-template-columns:1fr}.progress-section{padding:20px}}@media (max-width: 480px){.analysis-loading-container{padding:25px 15px;max-height:80vh}.analysis-header{margin-bottom:20px}.analysis-header h2{font-size:1.25rem}.analysis-header p{font-size:.85rem}.analysis-icon-spin{width:32px;height:32px}.processing-video-section{margin-bottom:20px}.processing-video{min-height:180px;max-height:200px}@keyframes scan{0%{transform:translateY(0)}to{transform:translateY(200px)}}.processing-label{font-size:11px;padding:6px 12px}.stat-item{font-size:.75rem;padding:10px}.step{font-size:.75rem;padding:8px 10px}.progress-section{padding:15px}}.analysis-loading-container::-webkit-scrollbar{width:6px}.analysis-loading-container::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.analysis-loading-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.analysis-loading-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.report-section{background:#f9fafb;min-height:100vh;padding:80px 0;animation:fadeIn .5s ease}.report-container{max-width:1400px;margin:0 auto;padding:0 24px}.report-header{background:#fff;border-radius:20px;padding:40px;margin-bottom:30px;box-shadow:0 4px 12px #0000000d;border:1px solid #e5e7eb}.report-header-content{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:20px;margin-bottom:30px}.report-title-section{display:flex;align-items:flex-start;gap:20px}.report-icon{color:#3b82f6;flex-shrink:0}.report-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin:0;line-height:1.2}.report-subtitle{font-size:1rem;color:#6b7280;margin-top:8px}.report-actions{display:flex;gap:12px;flex-wrap:wrap}.report-action-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#3b82f6;border:none;border-radius:12px;color:#fff;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease}.report-action-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 16px #3b82f64d}.report-action-btn.secondary{background:#f3f4f6;color:#1f2937;border:1px solid #e5e7eb}.report-action-btn.secondary:hover{background:#e5e7eb;box-shadow:0 4px 12px #0000001a}.metadata-bar{display:flex;flex-wrap:wrap;gap:20px;padding-top:20px;border-top:1px solid #e5e7eb}.metadata-item{display:flex;align-items:center;gap:8px;font-size:.9rem;color:#6b7280;font-weight:500}.metadata-item svg{color:#3b82f6}.report-card{background:#fff;border-radius:20px;margin-bottom:24px;box-shadow:0 4px 12px #0000000d;border:1px solid #e5e7eb;overflow:hidden;transition:all .3s ease}.report-card:hover{box-shadow:0 8px 24px #0000001a}.report-card-header{display:flex;justify-content:space-between;align-items:center;padding:24px 30px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .2s ease}.report-card-header:hover{background:#f9fafb}.card-header-left{display:flex;align-items:center;gap:15px}.card-header-left svg{color:#3b82f6;flex-shrink:0}.card-header-left h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.count-badge{background:#3b82f6;color:#fff;padding:4px 12px;border-radius:12px;font-size:.875rem;font-weight:600}.severity-badge{padding:6px 16px;border-radius:20px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.severity-critical{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.severity-high{background:#fff7ed;color:#ea580c;border:1px solid #fed7aa}.severity-medium{background:#fffbeb;color:#f59e0b;border:1px solid #fde68a}.severity-low{background:#f0fdf4;color:#10b981;border:1px solid #bbf7d0}.severity-info{background:#eff6ff;color:#3b82f6;border:1px solid #bfdbfe}.report-card-content{padding:0 30px 30px;animation:slideDown .3s ease}.summary-content{display:flex;flex-direction:column;gap:25px}.summary-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:10px}.summary-description{font-size:1.05rem;color:#4b5563;line-height:1.8}.summary-section{background:#f9fafb;border-radius:12px;padding:20px;border:1px solid #e5e7eb}.section-subtitle{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;color:#1f2937;margin-bottom:15px}.section-subtitle svg{color:#3b82f6}.findings-list,.actions-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.findings-list li,.actions-list li{padding-left:30px;position:relative;font-size:1rem;color:#4b5563;line-height:1.6}.findings-list li:before{content:"✓";position:absolute;left:8px;color:#10b981;font-weight:700;font-size:1.1rem}.actions-list li:before{content:"→";position:absolute;left:8px;color:#3b82f6;font-weight:700;font-size:1.1rem}.alerts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px}.alert-card{background:#fff;border:1px solid #e5e7eb;border-left:4px solid;border-radius:12px;padding:20px;transition:all .3s ease}.alert-card:hover{transform:translateY(-3px);box-shadow:0 8px 16px #0000001a}.alert-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px;gap:10px}.alert-type{display:flex;align-items:center;gap:8px;flex:1}.alert-type-text{font-size:.9rem;font-weight:600;color:#1f2937}.alert-details{display:flex;flex-direction:column;gap:8px}.alert-detail-item{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#6b7280}.alert-detail-item svg{color:#9ca3af;flex-shrink:0}.timeline-container{position:relative;padding-left:40px}.timeline-container:before{content:"";position:absolute;left:15px;top:10px;bottom:10px;width:2px;background:linear-gradient(180deg,#3b82f6,#93c5fd)}.timeline-item{position:relative;margin-bottom:30px}.timeline-marker{position:absolute;left:-33px;top:5px;width:16px;height:16px;background:#3b82f6;border:3px solid #ffffff;border-radius:50%;box-shadow:0 0 0 3px #eff6ff}.timeline-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .3s ease}.timeline-content:hover{background:#fff;border-color:#3b82f6;transform:translate(5px);box-shadow:0 4px 12px #3b82f61a}.timeline-time{font-size:.875rem;font-weight:700;color:#3b82f6;margin-bottom:8px}.timeline-event{font-size:1rem;font-weight:600;color:#1f2937;margin-bottom:10px;line-height:1.5}.timeline-meta{display:flex;gap:15px;flex-wrap:wrap}.timeline-camera,.timeline-person{display:flex;align-items:center;gap:5px;font-size:.875rem;color:#6b7280;padding:4px 10px;background:#fff;border-radius:6px;border:1px solid #e5e7eb}.detections-table-wrapper{overflow-x:auto;border-radius:12px;border:1px solid #e5e7eb}.detections-table{width:100%;border-collapse:collapse;font-size:.9rem}.detections-table thead{background:#f9fafb;border-bottom:2px solid #e5e7eb}.detections-table th{padding:16px;text-align:left;font-weight:700;color:#1f2937;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px}.detections-table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .2s ease}.detections-table tbody tr:hover{background:#f9fafb}.detections-table tbody tr:last-child{border-bottom:none}.detections-table td{padding:16px;color:#4b5563;vertical-align:middle}.camera-badge{display:inline-block;background:#eff6ff;color:#3b82f6;padding:4px 12px;border-radius:6px;font-size:.8rem;font-weight:600;border:1px solid #bfdbfe}.object-badge{display:inline-block;padding:4px 12px;border-radius:6px;font-size:.8rem;font-weight:600;text-transform:capitalize}.object-person{background:#f0fdf4;color:#10b981;border:1px solid #bbf7d0}.object-weapon{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.classification-badge{display:inline-block;background:#fff7ed;color:#ea580c;padding:4px 12px;border-radius:6px;font-size:.8rem;font-weight:600;border:1px solid #fed7aa}.linked-person{display:inline-block;margin-left:8px;color:#6b7280;font-size:.8rem;font-style:italic}.confidence-bar-container{display:flex;align-items:center;gap:10px}.confidence-bar{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;min-width:80px}.confidence-bar>div{height:100%;background:linear-gradient(90deg,#10b981,#3b82f6);border-radius:4px;transition:width .3s ease}.confidence-text{font-size:.8rem;font-weight:600;color:#1f2937;min-width:40px}.bbox-cell code{background:#f3f4f6;padding:4px 8px;border-radius:4px;font-size:.75rem;color:#1f2937;font-family:Courier New,monospace;white-space:nowrap}.tracking-item{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:24px;margin-bottom:20px}.tracking-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:10px}.tracking-header h4{font-size:1.1rem;font-weight:700;color:#1f2937;margin:0;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.tracking-label{background:#eff6ff;color:#3b82f6;padding:4px 12px;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize;border:1px solid #bfdbfe}.path-count{background:#fff;color:#6b7280;padding:6px 14px;border-radius:20px;font-size:.875rem;font-weight:600;border:1px solid #e5e7eb}.tracking-path{display:flex;flex-wrap:wrap;gap:15px;align-items:center}.path-point{display:flex;align-items:center;gap:12px}.path-point-marker{width:36px;height:36px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0;box-shadow:0 2px 8px #3b82f64d}.path-point-details{display:flex;flex-direction:column;gap:4px;background:#fff;padding:10px 15px;border-radius:8px;border:1px solid #e5e7eb}.path-frame{font-size:.75rem;color:#6b7280;font-weight:500}.path-camera{font-size:.875rem;font-weight:600;color:#3b82f6}.path-coords{font-size:.75rem;color:#9ca3af;font-family:Courier New,monospace}.path-connector{width:30px;height:2px;background:linear-gradient(90deg,#3b82f6,#93c5fd);position:relative}.path-connector:after{content:"";position:absolute;right:-4px;top:-3px;width:0;height:0;border-left:8px solid #93c5fd;border-top:4px solid transparent;border-bottom:4px solid transparent}.heatmap-section{display:flex;flex-direction:column;gap:20px}.heatmap-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:8px}.heatmap-info p{margin:0;font-size:.9rem;color:#4b5563}.heatmap-info strong{color:#1f2937;font-weight:600}.heatmap-visualization{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:0;overflow:hidden;max-height:500px}.heatmap-svg{width:100%;height:auto;min-height:300px;max-height:450px;border-radius:8px;background:transparent;display:block}.heatmap-legend{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;padding:15px;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.legend-item{display:flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;color:#4b5563}.legend-color{width:20px;height:20px;border-radius:6px;box-shadow:0 2px 4px #0000001a}.heatmap-container-with-bg{position:relative;border-radius:12px;overflow:hidden;width:2879px;height:1624px;max-width:100%;max-height:80vh;display:flex;align-items:center;justify-content:center}.heatmap-container-with-bg .heatmap-svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;min-height:100%;max-height:100%;border-radius:0}.heatmap-container-with-bg:before{content:"";position:absolute;inset:0;background:#00000026;z-index:1;pointer-events:none}.heatmap-svg-transparent{width:100%;height:100%;min-height:400px;max-height:450px;border-radius:0;background:transparent;display:block}@media (max-width: 1024px){.heatmap-svg,.heatmap-container-with-bg{min-height:350px;max-height:400px}.heatmap-container-with-bg .heatmap-svg{min-height:100%;max-height:100%}.heatmap-visualization{max-height:450px}.heatmap-svg-transparent{min-height:350px;max-height:400px}}@media (max-width: 768px){.heatmap-section{gap:15px}.heatmap-info{padding:14px}.heatmap-info p{font-size:.85rem}.heatmap-visualization{max-height:400px}.heatmap-svg,.heatmap-container-with-bg{min-height:300px;max-height:350px}.heatmap-container-with-bg .heatmap-svg{min-height:100%;max-height:100%}.heatmap-svg-transparent{min-height:300px;max-height:350px}.heatmap-legend{gap:15px;padding:12px}.legend-item{font-size:.8rem;gap:6px}.legend-color{width:18px;height:18px}}@media (max-width: 480px){.heatmap-section{gap:12px}.heatmap-info{padding:12px;gap:6px}.heatmap-info p{font-size:.8rem}.heatmap-visualization{max-height:350px}.heatmap-svg,.heatmap-container-with-bg{min-height:250px;max-height:300px}.heatmap-container-with-bg .heatmap-svg{min-height:100%;max-height:100%}.heatmap-svg-transparent{min-height:250px;max-height:300px}.heatmap-legend{gap:12px;padding:10px;flex-direction:column;align-items:center}.legend-item{font-size:.75rem;gap:6px}.legend-color{width:16px;height:16px}}.heatmap-visualization::-webkit-scrollbar{width:6px;height:6px}.heatmap-visualization::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.heatmap-visualization::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.heatmap-visualization::-webkit-scrollbar-thumb:hover{background:#9ca3af}.heatmap-svg image{width:100%;height:100%;object-fit:cover}.camera-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.camera-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:24px;display:flex;align-items:center;gap:20px;transition:all .3s ease}.camera-card:hover{background:#fff;border-color:#3b82f6;transform:translateY(-3px);box-shadow:0 8px 16px #3b82f61a}.camera-icon-wrapper{width:50px;height:50px;background:#eff6ff;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #bfdbfe}.camera-icon-wrapper svg{color:#3b82f6}.camera-info{flex:1}.camera-id{font-size:1rem;font-weight:700;color:#1f2937;margin:0 0 6px}.camera-location{font-size:.875rem;color:#6b7280;margin:0}.camera-status{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:#10b981}@media (max-width: 1024px){.report-container{padding:0 20px}.report-header{padding:30px 24px}.report-title{font-size:2rem}.card-header-left h2{font-size:1.25rem}.detections-table-wrapper{overflow-x:scroll}.tracking-path{flex-direction:column;align-items:flex-start}.path-connector{transform:rotate(90deg);margin:10px 0}}@media (max-width: 768px){.features-main-title{font-size:2.5rem}.features-main-subtitle{font-size:1.1rem}.video-input-btn{padding:40px 20px}.btn-title{font-size:1.25rem}.camera-modal-content{padding:30px 20px}.camera-modal-title{font-size:1.5rem}.camera-control-btn{padding:12px 20px;font-size:14px}.uploaded-title{font-size:1.5rem}.analysis-loading-container{padding:40px 24px}.analysis-header h2{font-size:1.5rem}.processing-video{min-height:250px}.progress-stats,.processing-steps{grid-template-columns:1fr}.report-section{padding:60px 0}.report-header{padding:24px 20px}.report-title-section{flex-direction:column}.report-title{font-size:1.75rem}.report-actions{width:100%}.report-action-btn{flex:1;justify-content:center}.metadata-bar{gap:15px}.metadata-item{font-size:.85rem}.report-card-header{padding:20px}.report-card-content{padding:0 20px 20px}.summary-title{font-size:1.25rem}.summary-description{font-size:.95rem}.alerts-grid{grid-template-columns:1fr}.timeline-container{padding-left:30px}.timeline-marker{left:-28px}.camera-grid{grid-template-columns:1fr}.detections-table{font-size:.8rem}.detections-table th,.detections-table td{padding:12px 8px}}@media (max-width: 480px){.features-header{margin-bottom:50px}.features-main-title{font-size:2rem}.features-main-subtitle{font-size:1rem}.video-input-section{gap:20px}.video-input-btn{padding:30px 15px}.btn-title{font-size:1.1rem}.btn-subtitle{font-size:.9rem}.camera-controls{flex-direction:column;width:100%}.camera-control-btn{width:100%;justify-content:center}.live-camera-video{min-height:250px}.analysis-loading-container{padding:30px 20px}.analysis-header h2{font-size:1.25rem}.analysis-header p{font-size:.9rem}.progress-bar{height:32px}.progress-text{font-size:.875rem}.stat-item{padding:12px;font-size:.8rem}.report-icon{display:none}.report-title{font-size:1.5rem}.report-subtitle{font-size:.875rem}.card-header-left svg{width:20px;height:20px}.card-header-left h2,.summary-title{font-size:1.1rem}.summary-description{font-size:.9rem}.section-subtitle{font-size:1rem}.findings-list li,.actions-list li{font-size:.9rem;padding-left:25px}.timeline-content{padding:16px}.timeline-event{font-size:.9rem}.tracking-header h4{font-size:1rem}.path-point-marker{width:30px;height:30px;font-size:.8rem}.path-point-details{padding:8px 12px}.heatmap-svg{min-height:300px}.heatmap-legend{gap:15px}.legend-item{font-size:.75rem}.legend-color{width:20px;height:20px}}.video-loading{display:flex;align-items:center;justify-content:center;height:200px;background:#f3f4f6;color:#6b7280}.video-error{display:flex;align-items:center;justify-content:center;height:200px;background:#fef2f2;color:#dc2626;padding:20px;text-align:center}.no-videos-message{text-align:center;padding:60px 20px;color:#6b7280;font-size:1.1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.uploaded-videos-section{max-height:calc(100vh - 100px);overflow-y:auto}.uploaded-videos-section::-webkit-scrollbar,.detections-table-wrapper::-webkit-scrollbar,.heatmap-visualization::-webkit-scrollbar{width:8px;height:8px}.uploaded-videos-section::-webkit-scrollbar-track,.detections-table-wrapper::-webkit-scrollbar-track,.heatmap-visualization::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.uploaded-videos-section::-webkit-scrollbar-thumb,.detections-table-wrapper::-webkit-scrollbar-thumb,.heatmap-visualization::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.uploaded-videos-section::-webkit-scrollbar-thumb:hover,.detections-table-wrapper::-webkit-scrollbar-thumb:hover,.heatmap-visualization::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media print{.features-page{padding-top:0}.report-header{box-shadow:none;border:1px solid #000}.report-actions{display:none}.report-card{page-break-inside:avoid;box-shadow:none;border:1px solid #000}.report-card-header{cursor:default}.report-card-content{display:block!important}.camera-modal-overlay,.analysis-loading-overlay{display:none}}.report-card-header:focus{outline:2px solid #3b82f6;outline-offset:2px}.camera-control-btn:focus,.report-action-btn:focus,.start-analysis-btn:focus{outline:2px solid #3b82f6;outline-offset:2px}.video-input-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:4px}@media (prefers-contrast: high){.video-input-btn{border-width:3px}.report-card,.severity-badge{border-width:2px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.scanning-line,.analysis-icon-spin,.recording-dot{animation:none}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{animation:rotate 1s linear infinite}.fade-enter{opacity:0}.fade-enter-active{opacity:1;transition:opacity .3s ease-in}.fade-exit{opacity:1}.fade-exit-active{opacity:0;transition:opacity .3s ease-out}.slide-enter{transform:translateY(100%)}.slide-enter-active{transform:translateY(0);transition:transform .3s ease-out}.slide-exit{transform:translateY(0)}.slide-exit-active{transform:translateY(100%);transition:transform .3s ease-in}.tooltip{position:relative}.tooltip:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(-8px);padding:8px 12px;background:#1f2937;color:#fff;font-size:.875rem;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .3s ease}.tooltip:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:#1f2937;opacity:0;pointer-events:none;transition:opacity .3s ease}.tooltip:hover:before,.tooltip:hover:after{opacity:1}.badge-pulse{animation:badge-pulse 2s ease-in-out infinite}@keyframes badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.notification{position:fixed;top:90px;right:20px;background:#fff;border:1px solid #e5e7eb;border-left:4px solid #3b82f6;border-radius:12px;padding:16px 20px;box-shadow:0 10px 40px #00000026;z-index:9999;animation:slideInRight .3s ease;max-width:400px}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.notification.success{border-left-color:#10b981}.notification.error{border-left-color:#dc2626}.notification.warning{border-left-color:#f59e0b}.notification.info{border-left-color:#3b82f6}.skeleton{background:linear-gradient(90deg,#f3f4f6 25%,#e5e7eb,#f3f4f6 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:16px;margin-bottom:8px}.skeleton-title{height:24px;margin-bottom:12px;width:60%}.skeleton-card{height:200px;border-radius:12px}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.hidden{display:none}.visible{display:block}.team-page{background:#fff;min-height:100vh;padding:60px 0 100px}.team-header{text-align:center;margin-bottom:80px}.team-title{font-size:3.5rem;font-weight:800;color:#1f2937;margin-bottom:20px}.team-subtitle{font-size:1.25rem;color:#6b7280;max-width:800px;margin:0 auto;line-height:1.8}.team-grid{display:grid;grid-template-columns:1fr;gap:40px;margin-bottom:100px}@media (min-width: 640px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.team-grid{grid-template-columns:repeat(3,1fr)}}.team-card{perspective:1000px;height:400px}.team-card-inner{position:relative;width:100%;height:100%;transition:transform .6s;transform-style:preserve-3d}.team-card:hover .team-card-inner{transform:rotateY(180deg)}.team-card-front,.team-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:20px;overflow:hidden}.team-card-front{background:#fff;border:1px solid #e5e7eb;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;box-shadow:0 4px 12px #0000000d}.member-image-wrapper{width:180px;height:180px;border-radius:50%;overflow:hidden;margin-bottom:25px;border:4px solid #3b82f6;box-shadow:0 8px 24px #3b82f633}.member-image{width:100%;height:100%;object-fit:cover}.member-info{text-align:center}.member-name{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:8px}.member-role{font-size:1rem;color:#3b82f6;font-weight:600}.team-card-back{background:linear-gradient(135deg,#3b82f6,#2563eb);transform:rotateY(180deg);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.member-name-back{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:8px}.member-role-back{font-size:.9rem;color:#ffffffe6;margin-bottom:20px;text-transform:uppercase;letter-spacing:1px;font-weight:600}.member-bio{font-size:.95rem;color:#fffffff2;line-height:1.7;margin-bottom:25px}.social-links-team{display:flex;gap:15px}.social-link-team{width:40px;height:40px;border-radius:50%;background-color:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease;border:1px solid rgba(255,255,255,.3);text-decoration:none}.social-link-team:hover{background-color:#fff;color:#3b82f6;transform:translateY(-3px);box-shadow:0 4px 12px #ffffff4d}.join-section{text-align:center;padding:80px 20px;background:linear-gradient(135deg,rgba(59,130,246,.08),transparent);border-radius:20px;border:1px solid rgba(59,130,246,.2)}.join-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:15px}.join-description{font-size:1.125rem;color:#6b7280;margin-bottom:30px}@media (max-width: 768px){.team-page{padding:80px 0}.team-title{font-size:2.5rem}.team-subtitle{font-size:1.125rem}.join-title{font-size:2rem}.join-description{font-size:1rem}}@media (max-width: 480px){.team-title{font-size:2rem}.team-card{height:380px}.member-image-wrapper{width:150px;height:150px}.member-name,.member-name-back{font-size:1.25rem}.join-title{font-size:1.75rem}}.about-page{background:#fff;min-height:100vh;padding:60px 0 100px}.about-header{text-align:center;margin-bottom:80px}.about-title{font-size:3.5rem;font-weight:800;color:#1f2937;margin-bottom:20px}.about-subtitle{font-size:1.25rem;color:#6b7280}.about-section{margin-bottom:80px;max-width:900px;margin-left:auto;margin-right:auto}.section-icon-wrapper{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:25px;background:linear-gradient(135deg,#3b82f6,#2563eb)}.section-icon-wrapper.solution{background:linear-gradient(135deg,#10b981,#059669)}.section-icon-wrapper.tech{background:linear-gradient(135deg,#f59e0b,#d97706)}.section-icon-wrapper.mission{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.section-icon{color:#fff}.about-section-title{font-size:2.5rem;font-weight:800;color:#1f2937;margin-bottom:30px}.about-content{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:40px;box-shadow:0 4px 12px #0000000d}.about-text{font-size:1.125rem;color:#4b5563;line-height:1.8;margin-bottom:20px}.about-text strong{color:#3b82f6;font-weight:600}.features-list{display:flex;flex-direction:column;gap:25px;margin-top:30px}.feature-item{display:flex;gap:25px;align-items:flex-start}.feature-number{width:50px;height:50px;border-radius:12px;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;flex-shrink:0}.feature-content{flex:1}.feature-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:8px}.feature-desc{font-size:1rem;color:#6b7280;line-height:1.6}.tech-grid{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 640px){.tech-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.tech-grid{grid-template-columns:repeat(3,1fr)}}.tech-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:25px;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.tech-card:hover{border-color:#3b82f6;transform:translateY(-5px);box-shadow:0 8px 20px #3b82f626}.tech-name{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:8px}.tech-desc{font-size:.9rem;color:#6b7280}.vision-mission-grid{display:grid;grid-template-columns:1fr;gap:30px}@media (min-width: 768px){.vision-mission-grid{grid-template-columns:repeat(2,1fr)}}.vm-card{background:linear-gradient(135deg,rgba(59,130,246,.05),transparent);border:1px solid rgba(59,130,246,.2);border-radius:16px;padding:35px}.vm-title{font-size:1.5rem;font-weight:700;color:#3b82f6;margin-bottom:15px}.vm-text{font-size:1rem;color:#4b5563;line-height:1.7}.impact-section{margin-top:80px;padding:60px 40px;background:linear-gradient(135deg,rgba(59,130,246,.05),transparent);border-radius:20px;border:1px solid rgba(59,130,246,.15)}.impact-title{font-size:2.5rem;font-weight:800;color:#1f2937;text-align:center;margin-bottom:50px}.impact-grid{display:grid;grid-template-columns:1fr;gap:30px;max-width:1000px;margin:0 auto}@media (min-width: 640px){.impact-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.impact-grid{grid-template-columns:repeat(4,1fr)}}.impact-card{text-align:center;padding:30px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;transition:all .3s ease;box-shadow:0 2px 8px #0000000a}.impact-card:hover{border-color:#3b82f6;transform:scale(1.05);box-shadow:0 8px 20px #3b82f626}.impact-value{font-size:3rem;font-weight:800;color:#3b82f6;margin-bottom:12px}.impact-label{font-size:.95rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}@media (max-width: 768px){.about-page{padding:80px 0}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.125rem}.about-section-title{font-size:2rem}.about-content{padding:30px 25px}.feature-item{flex-direction:column;align-items:center;text-align:center}.impact-title{font-size:2rem}.impact-section{padding:40px 24px}}@media (max-width: 480px){.about-title{font-size:2rem}.about-section-title{font-size:1.75rem}.section-icon-wrapper{width:70px;height:70px}.about-text{font-size:1rem}.impact-value{font-size:2.5rem}.impact-label{font-size:.875rem}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:#f9fafb}.login-bg-effects{position:absolute;inset:0;z-index:0;pointer-events:none}.bg-gradient-1{position:absolute;top:-50%;right:-30%;width:80%;height:80%;background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);animation:float 20s ease-in-out infinite}.bg-gradient-2{position:absolute;bottom:-40%;left:-30%;width:70%;height:70%;background:radial-gradient(circle,rgba(139,92,246,.1) 0%,transparent 70%);animation:float 25s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(10deg)}}.bg-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(59,130,246,.02) 1px,transparent 1px),linear-gradient(90deg,rgba(59,130,246,.02) 1px,transparent 1px);background-size:50px 50px}.login-container{display:flex;width:100%;max-width:1200px;min-height:600px;background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #0000001a;z-index:1;margin:20px}.login-branding{flex:1;padding:60px;background:#3b82f6;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;position:relative;min-height:600px}.login-branding:before{content:"";position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");z-index:0}.branding-content-minimal{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:32px;z-index:1;flex:1;width:100%;max-width:400px}.login-logo-large{display:flex;flex-direction:column;align-items:center;gap:20px;text-decoration:none;color:#fff;transition:transform .3s ease;margin-bottom:8px}.login-logo-large:hover{transform:scale(1.05)}.login-logo-large svg{width:72px;height:72px;filter:drop-shadow(0 4px 16px rgba(0,0,0,.2))}.login-logo-large span{font-size:3rem;font-weight:800;letter-spacing:3px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.branding-title-minimal{font-size:2.2rem;font-weight:700;line-height:1.3;margin:0;text-align:center}.branding-highlight{display:block;color:#fff;font-weight:800}.branding-subtitle-minimal{font-size:1.1rem;color:#ffffffe6;max-width:350px;line-height:1.6;margin:0 auto}.branding-features,.branding-content,.login-logo{display:none}.branding-footer{position:absolute;bottom:30px;left:0;right:0;font-size:.875rem;color:#ffffffb3;z-index:1;text-align:center;padding:0 20px}@media (max-width: 968px){.login-branding{padding:40px 30px;min-height:auto}.branding-content-minimal{gap:24px}.login-logo-large svg{width:56px;height:56px}.login-logo-large span{font-size:2.5rem;letter-spacing:2px}.branding-title-minimal{font-size:1.75rem}.branding-subtitle-minimal{font-size:1rem}.branding-footer{position:static;margin-top:30px}}@media (max-width: 480px){.login-branding{padding:30px 20px}.login-logo-large svg{width:48px;height:48px}.login-logo-large span{font-size:2rem}.branding-title-minimal{font-size:1.5rem}.branding-subtitle-minimal{font-size:.95rem;max-width:280px}}.login-form-section{flex:1;display:flex;align-items:center;justify-content:center;padding:60px;background:#fff}.form-container{width:100%;max-width:400px}.form-header{text-align:center;margin-bottom:32px}.form-title{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:8px}.form-subtitle{font-size:1rem;color:#6b7280;line-height:1.5}.alert{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;margin-bottom:24px;font-size:.9rem;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.login-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:.9rem;font-weight:600;color:#374151}.input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:16px;color:#9ca3af;pointer-events:none}.form-input{width:100%;padding:12px 16px 12px 48px;font-size:1rem;border:1px solid #e5e7eb;border-radius:12px;background:#fff;transition:all .3s ease;color:#1f2937}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::placeholder{color:#9ca3af}.password-toggle{position:absolute;right:16px;background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .3s ease}.password-toggle:hover{color:#3b82f6}.form-options{display:flex;align-items:center;justify-content:space-between;margin-top:-8px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.9rem;color:#6b7280}.form-checkbox{width:18px;height:18px;border-radius:4px;cursor:pointer}.forgot-link{font-size:.9rem;color:#3b82f6;text-decoration:none;font-weight:500;transition:color .3s ease}.forgot-link:hover{color:#2563eb;text-decoration:underline}.submit-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:#3b82f6;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:8px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 25px #3b82f64d;background:#2563eb}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.submit-btn.loading{background:#9ca3af}.btn-loading{display:flex;align-items:center;gap:10px}.spinner{width:20px;height:20px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.form-footer p{font-size:.95rem;color:#6b7280}.toggle-btn{background:none;border:none;color:#3b82f6;font-weight:600;cursor:pointer;margin-left:4px;transition:color .3s ease}.toggle-btn:hover{color:#2563eb;text-decoration:underline}@media (max-width: 968px){.login-container{flex-direction:column;max-width:500px}.login-branding{padding:40px}.branding-title{font-size:2rem}.branding-features{display:none}.login-form-section{padding:40px}}@media (max-width: 480px){.login-container{margin:10px;border-radius:16px}.login-branding{padding:30px}.login-form-section{padding:30px 20px}.form-title,.branding-title{font-size:1.5rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding-top:70px}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-bg: #ffffff;--secondary-bg: #f9fafb;--accent-blue: #2563eb;--accent-blue-hover: #1d4ed8;--danger-red: #dc2626;--text-primary: #0a0a0a;--text-secondary: #6b7280;--text-light-gray: #9ca3af;--border-gray: #e5e7eb}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--primary-bg);color:var(--text-primary);overflow-x:hidden;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--secondary-bg)}::-webkit-scrollbar-thumb{background:var(--accent-blue);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--accent-blue-hover)}.container{max-width:1400px;margin:0 auto;padding:0 24px}.landing-page{background:#fff}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-primary{background-color:var(--accent-blue);color:#fff;box-shadow:0 4px 12px #2563eb33}.btn-primary:hover{background-color:var(--accent-blue-hover);transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.btn-secondary{background-color:transparent;color:var(--text-secondary);border:2px solid var(--border-gray)}.btn-secondary:hover{border-color:var(--accent-blue);color:var(--accent-blue);background:#2563eb08}section{padding:80px 0}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--text-primary)}
