:root{--primary-color: #0084ef;--primary-color-light: #3b82f6;--primary-color-dark: #1d4ed8;--gradient-primary: linear-gradient(135deg, #667eea 0%, #764ba2 100%);--gradient-secondary: linear-gradient(135deg, #0084ef 0%, #0084ef 100%);--text-primary: #2d3748;--text-secondary: #4a5568;--text-muted: #718096;--text-light: #a0aec0;--text-white: #ffffff;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-muted: #f1f1f1;--bg-dark: #2d3748;--border-color: #e2e8f0;--border-color-hover: #cbd5e0;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1);--shadow-xl: 0 20px 40px rgba(0, 0, 0, .15);--shadow-glow: 0 0 20px rgba(102, 126, 234, .5);--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 50%;--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--transition-bounce: .4s cubic-bezier(.4, 0, .2, 1);--font-family-primary: "Inter", "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-family-secondary: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 3rem;--font-size-6xl: 3.75rem;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--font-weight-black: 900;--line-height-tight: 1.25;--line-height-snug: 1.375;--line-height-normal: 1.5;--line-height-relaxed: 1.625;--line-height-loose: 2;--letter-spacing-tighter: -.05em;--letter-spacing-tight: -.025em;--letter-spacing-normal: 0;--letter-spacing-wide: .025em;--letter-spacing-wider: .05em;--letter-spacing-widest: .1em;--breakpoint-sm: 640px;--breakpoint-md: 768px;--breakpoint-lg: 1024px;--breakpoint-xl: 1280px;--breakpoint-2xl: 1536px;--breakpoint-ultrawide: 1800px;--breakpoint-max: 2400px;--container-sm: 640px;--container-md: 768px;--container-lg: 1024px;--container-xl: 1280px;--container-2xl: 1536px;--container-ultrawide: 2400px;--z-dropdown: 1000;--z-sticky: 1020;--z-fixed: 1030;--z-modal-backdrop: 1040;--z-modal: 1050;--z-popover: 1060;--z-tooltip: 1070;--z-toast: 1080}@media (prefers-color-scheme: dark){:root{--text-primary: #ffffff;--text-secondary: #e2e8f0;--text-muted: #a0aec0;--text-light: #718096;--bg-primary: #1a202c;--bg-secondary: #2d3748;--bg-muted: #4a5568;--border-color: #4a5568;--border-color-hover: #718096}}@media print{:root{--text-primary: #000000;--text-secondary: #333333;--bg-primary: #ffffff;--bg-secondary: #ffffff}}:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--bg-primary);--color-background-soft: var(--bg-secondary);--color-background-mute: var(--bg-muted);--color-border: var(--border-color);--color-border-hover: var(--border-color-hover);--color-heading: var(--text-primary);--color-text: var(--text-primary);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:var(--line-height-relaxed);font-family:var(--font-family-secondary);font-size:var(--font-size-base);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;font-weight:400}html{margin:0;padding:0;width:100%;height:100%;overflow-x:hidden}.ultrawide-container{max-width:var(--container-ultrawide);margin:0 auto;padding:0 var(--spacing-2xl)}@media (min-width: 1400px){.ultrawide-container{padding:0 var(--spacing-3xl)}}@media (min-width: 1800px){.ultrawide-container{padding:0 calc(var(--spacing-3xl) * 1.5)}}@media (min-width: 2400px){.ultrawide-container{padding:0 calc(var(--spacing-3xl) * 2)}}@media (min-width: 1600px){.ultrawide-grid-6{grid-template-columns:repeat(6,1fr)}.ultrawide-grid-5{grid-template-columns:repeat(5,1fr)}.ultrawide-grid-4{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1800px){.ultrawide-grid-7{grid-template-columns:repeat(7,1fr)}.ultrawide-grid-6{grid-template-columns:repeat(6,1fr)}}@media (min-width: 2400px){.ultrawide-grid-8{grid-template-columns:repeat(8,1fr)}.ultrawide-grid-7{grid-template-columns:repeat(7,1fr)}}@media (min-width: 1800px){.ultrawide-text-large{font-size:1.1em}.ultrawide-title-large{font-size:1.2em}}@media (min-width: 2400px){.ultrawide-text-large{font-size:1.15em}.ultrawide-title-large{font-size:1.3em}}@media (min-width: 1600px){.ultrawide-spacing{gap:var(--spacing-xl)}}@media (min-width: 1800px){.ultrawide-spacing{gap:calc(var(--spacing-xl) * 1.25)}}@media (min-width: 2400px){.ultrawide-spacing{gap:var(--spacing-2xl)}}.m-0{margin:0}.m-xs{margin:var(--spacing-xs)}.m-sm{margin:var(--spacing-sm)}.m-md{margin:var(--spacing-md)}.m-lg{margin:var(--spacing-lg)}.m-xl{margin:var(--spacing-xl)}.m-2xl{margin:var(--spacing-2xl)}.m-3xl{margin:var(--spacing-3xl)}.p-0{padding:0}.p-xs{padding:var(--spacing-xs)}.p-sm{padding:var(--spacing-sm)}.p-md{padding:var(--spacing-md)}.p-lg{padding:var(--spacing-lg)}.p-xl{padding:var(--spacing-xl)}.p-2xl{padding:var(--spacing-2xl)}.p-3xl{padding:var(--spacing-3xl)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-light{color:var(--text-light)}.text-white{color:var(--text-white)}.text-accent{color:var(--primary-color)}.bg-primary{background-color:var(--bg-primary)}.bg-secondary{background-color:var(--bg-secondary)}.bg-muted{background-color:var(--bg-muted)}.bg-dark{background-color:var(--bg-dark)}.bg-accent{background-color:var(--primary-color)}.text-xs{font-size:var(--font-size-xs)}.text-sm{font-size:var(--font-size-sm)}.text-base{font-size:var(--font-size-base)}.text-lg{font-size:var(--font-size-lg)}.text-xl{font-size:var(--font-size-xl)}.text-2xl{font-size:var(--font-size-2xl)}.text-3xl{font-size:var(--font-size-3xl)}.text-4xl{font-size:var(--font-size-4xl)}.text-5xl{font-size:var(--font-size-5xl)}.text-6xl{font-size:var(--font-size-6xl)}.font-light{font-weight:var(--font-weight-light)}.font-normal{font-weight:var(--font-weight-normal)}.font-medium{font-weight:var(--font-weight-medium)}.font-semibold{font-weight:var(--font-weight-semibold)}.font-bold{font-weight:var(--font-weight-bold)}.font-extrabold{font-weight:var(--font-weight-extrabold)}.font-black{font-weight:var(--font-weight-black)}.leading-tight{line-height:var(--line-height-tight)}.leading-snug{line-height:var(--line-height-snug)}.leading-normal{line-height:var(--line-height-normal)}.leading-relaxed{line-height:var(--line-height-relaxed)}.leading-loose{line-height:var(--line-height-loose)}.tracking-tighter{letter-spacing:var(--letter-spacing-tighter)}.tracking-tight{letter-spacing:var(--letter-spacing-tight)}.tracking-normal{letter-spacing:var(--letter-spacing-normal)}.tracking-wide{letter-spacing:var(--letter-spacing-wide)}.tracking-wider{letter-spacing:var(--letter-spacing-wider)}.tracking-widest{letter-spacing:var(--letter-spacing-widest)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-xl{border-radius:var(--radius-xl)}.rounded-full{border-radius:var(--radius-full)}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-xl{box-shadow:var(--shadow-xl)}.shadow-glow{box-shadow:var(--shadow-glow)}.transition-fast{transition:all var(--transition-fast)}.transition{transition:all var(--transition-normal)}.transition-slow{transition:all var(--transition-slow)}.transition-bounce{transition:all var(--transition-bounce)}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.flex-1{flex:1}.flex-auto{flex:auto}.flex-none{flex:none}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.grid-cols-5{grid-template-columns:repeat(5,1fr)}.grid-cols-6{grid-template-columns:repeat(6,1fr)}.gap-xs{gap:var(--spacing-xs)}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.gap-xl{gap:var(--spacing-xl)}.gap-2xl{gap:var(--spacing-2xl)}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.hidden{display:none}.w-full{width:100%}.w-auto{width:auto}.h-full{height:100%}.h-auto{height:auto}.h-screen{height:100vh}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}#app{width:100%;margin:0;padding:0;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}#app{display:block;width:100%;margin:0;padding:0}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes glow{0%,to{box-shadow:0 0 5px #667eea4d}50%{box-shadow:0 0 20px #667eea99,0 0 30px #667eea66}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fade-in-up{animation:fadeInUp .8s ease-out}.animate-fade-in-down{animation:fadeInDown .8s ease-out}.animate-fade-in-left{animation:fadeInLeft .8s ease-out}.animate-fade-in-right{animation:fadeInRight .8s ease-out}.animate-scale-in{animation:scaleIn .6s ease-out}.animate-float{animation:float 3s ease-in-out infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-bounce{animation:bounce 1s ease-out}.animate-glow{animation:glow 2s ease-in-out infinite}.animate-delay-1{animation-delay:.1s}.animate-delay-2{animation-delay:.2s}.animate-delay-3{animation-delay:.3s}.animate-delay-4{animation-delay:.4s}.animate-delay-5{animation-delay:.5s}.hover-lift{transition:all .3s cubic-bezier(.4,0,.2,1)}.hover-lift:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.hover-glow{transition:all .3s ease}.hover-glow:hover{box-shadow:0 0 20px #667eea80}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.cursor-follow{position:fixed;top:0;left:0;width:20px;height:20px;background:radial-gradient(circle,#667eeacc,#667eea00 70%);border-radius:50%;pointer-events:none;z-index:9999;mix-blend-mode:screen;transition:transform .1s ease}.magnetic{transition:transform .3s cubic-bezier(.4,0,.2,1)}.magnetic:hover{transform:scale(1.05)}.parallax{transform:translateZ(0);transition:transform .1s ease-out}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-spinner{animation:spin 1s linear infinite}@keyframes typewriter{0%{width:0}to{width:100%}}@keyframes blink{0%,50%{border-color:transparent}51%,to{border-color:currentColor}}.typewriter{overflow:hidden;border-right:2px solid;white-space:nowrap;margin:0 auto;animation:typewriter 3s steps(40,end),blink .75s step-end infinite}.scroll-fade-in{opacity:0;transform:translateY(30px);transition:all .8s ease}.scroll-fade-in.visible{opacity:1;transform:translateY(0)}.btn-advanced{position:relative;overflow:hidden;z-index:1}.btn-advanced:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease;z-index:-1}.btn-advanced:hover:before{left:100%}.flip-card{perspective:1000px}.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden}.flip-card-back{transform:rotateY(180deg)}@keyframes highlightGlow{0%{opacity:.5;transform:scaleX(.8)}to{opacity:1;transform:scaleX(1)}}@keyframes titleDot{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.5);opacity:.7}}:root{--title-primary-color: var(--text-primary);--title-secondary-color: var(--text-secondary);--title-accent-color: var(--primary-color);--title-light-color: var(--text-white);--title-font-family: var(--font-family-primary)}.page-title,h1.page-title,.octonauts-title,.hero-title,.main-title{font-size:var(--font-size-4xl)!important;font-weight:var(--font-weight-black);text-align:center;color:var(--title-primary-color);letter-spacing:var(--letter-spacing-widest);margin-bottom:var(--spacing-xl);text-transform:uppercase;font-family:var(--title-font-family);line-height:var(--line-height-tight)}.section-title,h2.section-title,.content-title,.feature-title{font-size:var(--font-size-3xl)!important;font-weight:var(--font-weight-extrabold);text-align:center;color:var(--title-primary-color);letter-spacing:var(--letter-spacing-wider);margin-bottom:var(--spacing-2xl);text-transform:uppercase;font-family:var(--title-font-family);line-height:var(--line-height-tight);padding:0 var(--spacing-xl)}.subsection-title,h3.subsection-title,.sub-title{font-size:var(--font-size-base)!important;font-weight:var(--font-weight-bold);text-align:center;color:var(--title-secondary-color);letter-spacing:var(--letter-spacing-wide);margin-bottom:var(--spacing-xl);font-family:var(--title-font-family);line-height:var(--line-height-snug)}.card-title,h4.card-title,.item-title{font-size:var(--font-size-base)!important;font-weight:var(--font-weight-semibold);color:var(--title-primary-color);margin-bottom:var(--spacing-md);font-family:var(--title-font-family);line-height:var(--line-height-normal)}.subtitle,h5.subtitle,.small-title{font-size:var(--font-size-sm)!important;font-weight:var(--font-weight-medium);color:var(--title-secondary-color);margin-bottom:var(--spacing-sm);font-family:var(--title-font-family);line-height:var(--line-height-relaxed)}.about-text{font-size:1.1rem;line-height:1.8;color:#000;font-weight:400;margin:0 0 1.5rem;text-align:justify;text-justify:inter-word;letter-spacing:.3px;padding:0 2rem;position:relative;max-width:1800px;margin-left:auto;margin-right:auto;text-indent:0}.about-text:last-child{margin-bottom:0}.title-hero,.hero-title,.banner-title{font-size:3rem!important;font-weight:900;color:var(--title-light-color);text-shadow:2px 2px 4px rgba(0,0,0,.3);background:linear-gradient(45deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-accent{color:var(--title-accent-color)}.title-light{color:var(--title-light-color)}.title-left{text-align:left}.title-right{text-align:right}.title-no-transform{text-transform:none}@media (min-width: 1400px){.page-title,h1.page-title,.octonauts-title,.hero-title,.main-title{font-size:3rem!important}.section-title,h2.section-title,.content-title,.feature-title{font-size:2.25rem!important}.subsection-title,h3.subsection-title,.sub-title{font-size:1.25rem!important}}@media (min-width: 1800px){.page-title,h1.page-title,.octonauts-title,.hero-title,.main-title{font-size:3.5rem!important}.section-title,h2.section-title,.content-title,.feature-title{font-size:2.5rem!important}.subsection-title,h3.subsection-title,.sub-title{font-size:1.5rem!important}}@media (max-width: 768px){.page-title,h1.page-title,.octonauts-title,.hero-title,.main-title{font-size:1.5rem!important;letter-spacing:2px;padding:0 1rem}.section-title,h2.section-title,.content-title,.feature-title{font-size:1.25rem!important;letter-spacing:2px;padding:0 1rem}.subsection-title,h3.subsection-title,.sub-title{font-size:1rem!important}.card-title,h4.card-title,.item-title{font-size:.875rem!important}.about-text{font-size:1rem;padding:0 1rem}}@media (max-width: 480px){.page-title,h1.page-title,.octonauts-title,.hero-title,.main-title{font-size:1.25rem!important;letter-spacing:1px;padding:0 .5rem}.section-title,h2.section-title,.content-title,.feature-title{font-size:1rem!important;letter-spacing:1px;padding:0 .5rem}.subsection-title,h3.subsection-title,.sub-title{font-size:.875rem!important}.card-title,h4.card-title,.item-title{font-size:.75rem!important}.about-text{font-size:.9rem;padding:0 .5rem}}.title-animated{animation:titleFadeIn .8s ease-out}@keyframes titleFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.stat-number,.stats-number,.number-stat{font-size:1.5rem!important}.error-icon,.error-code{font-size:3rem!important}@media (min-width: 1400px){.page-title,h1.page-title,.octonauts-title,.hero-title,.main-title{font-size:3rem!important}.section-title,h2.section-title,.content-title,.feature-title{font-size:2.25rem!important}.subsection-title,h3.subsection-title,.sub-title{font-size:1.25rem!important}.stat-number,.stats-number,.number-stat{font-size:1.75rem!important}}@media (min-width: 1800px){.page-title,h1.page-title,.octonauts-title,.hero-title,.main-title{font-size:3.5rem!important}.section-title,h2.section-title,.content-title,.feature-title{font-size:2.5rem!important}.subsection-title,h3.subsection-title,.sub-title{font-size:1.5rem!important}.stat-number,.stats-number,.number-stat{font-size:2rem!important}}@media (max-width: 768px){.page-title,h1.page-title,.octonauts-title,.hero-title,.main-title{font-size:1.5rem!important;letter-spacing:2px;padding:0 1rem}.section-title,h2.section-title,.content-title,.feature-title{font-size:1.25rem!important;letter-spacing:2px;padding:0 1rem}.subsection-title,h3.subsection-title,.sub-title{font-size:1rem!important}.card-title,h4.card-title,.item-title{font-size:.875rem!important}.about-text{font-size:1rem;padding:0 1rem}.stat-number,.stats-number,.number-stat{font-size:1.125rem!important}.error-icon,.error-code{font-size:2rem!important}}@media (max-width: 480px){.page-title,h1.page-title,.octonauts-title,.hero-title,.main-title{font-size:1.25rem!important;letter-spacing:1px;padding:0 .5rem}.section-title,h2.section-title,.content-title,.feature-title{font-size:1rem!important;letter-spacing:1px;padding:0 .5rem}.subsection-title,h3.subsection-title,.sub-title{font-size:.875rem!important}.card-title,h4.card-title,.item-title{font-size:.75rem!important}.about-text{font-size:.9rem;padding:0 .5rem}.stat-number,.stats-number,.number-stat{font-size:1rem!important}.error-icon,.error-code{font-size:1.5rem!important}}@media (prefers-color-scheme: dark){:root{--title-primary-color: #ffffff;--title-secondary-color: #e2e8f0;--title-accent-color: #3b82f6}}.content-text,.description,.text-content,p:not([class*=title]):not([class*=stat]):not([class*=number]),.content p,.description-text{font-size:1rem!important}.small-text,.meta-text,.caption,.footnote,.note,[class*=small],[class*=caption],[class*=meta]{font-size:.875rem!important}input,textarea,select,.form-control,.input-field,button,.btn,.button,.cta-button,[class*=btn],[class*=button]{font-size:1rem!important}nav a,.nav-link,.navigation a,[class*=nav] a{font-size:.9rem!important}.main-footer[data-v-5abdd8f0]{background:#2c3e50;color:#ecf0f1;margin-top:auto}.footer-container[data-v-5abdd8f0]{max-width:2400px;margin:0 auto;padding:0 3rem}.footer-content[data-v-5abdd8f0]{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr 1.2fr;gap:var(--spacing-xl);padding:4rem 0 2rem}.footer-section h3[data-v-5abdd8f0]{font-size:1.5rem;font-weight:700;color:#fff;margin-bottom:.8rem;letter-spacing:-.5px}.footer-section h4[data-v-5abdd8f0]{font-size:.95rem;font-weight:600;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.footer-section p[data-v-5abdd8f0]{line-height:1.2;margin-bottom:.6rem;color:#bdc3c7;font-size:.9rem}.footer-section ul[data-v-5abdd8f0]{list-style:none;padding:0;margin:0}.footer-section ul li[data-v-5abdd8f0]{margin-bottom:.05rem}.footer-section ul li a[data-v-5abdd8f0]{color:#bdc3c7;text-decoration:none;transition:color .3s ease;font-weight:400;font-size:.85rem}.footer-section ul li a[data-v-5abdd8f0]:hover{color:#667eea}.footer-section ul li .no-link[data-v-5abdd8f0]{color:#95a5a6;font-weight:400;cursor:default;font-size:.85rem}.social-links[data-v-5abdd8f0]{display:flex;gap:1rem;margin-top:1.5rem}.social-icon[data-v-5abdd8f0]{width:50px;height:50px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;border:2px solid rgba(255,255,255,.2)}.social-icon[data-v-5abdd8f0]:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;transform:scale(0);transition:transform .4s ease;z-index:0}.social-icon[data-v-5abdd8f0]:hover{transform:translateY(-5px) scale(1.1);border-color:#ffffff80;box-shadow:0 8px 25px #667eea4d}.social-icon[data-v-5abdd8f0]:hover:after{transform:scale(1)}.social-icon[data-v-5abdd8f0]:before{content:"";width:24px;height:24px;background-size:contain;background-repeat:no-repeat;background-position:center;position:relative;z-index:1}.social-icon.twitter[data-v-5abdd8f0]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z'/%3E%3C/svg%3E")}.social-icon.facebook[data-v-5abdd8f0]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M18 2h-3a5 5 0 00-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 011-1h3z'/%3E%3C/svg%3E")}.social-icon.linkedin[data-v-5abdd8f0]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M16 8a6 6 0 016 6v7h-4v-7a2 2 0 00-2-2 2 2 0 00-2 2v7h-4v-7a6 6 0 016-6zM2 9h4v12H2z'/%3E%3Ccircle cx='4' cy='4' r='2'/%3E%3C/svg%3E")}.social-icon.youtube[data-v-5abdd8f0]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Cpath d='M22.54 6.42a2.78 2.78 0 00-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 00-1.94 2A29 29 0 001 11.75a29 29 0 00.46 5.33A2.78 2.78 0 003.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 001.94-2 29 29 0 00.46-5.25 29 29 0 00-.46-5.33z'/%3E%3Cpolygon fill='%23000000' points='9.75,15.02 15.5,11.75 9.75,8.48'/%3E%3C/svg%3E")}.social-icon.instagram[data-v-5abdd8f0]:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 24 24'%3E%3Crect x='2' y='2' width='20' height='20' rx='5' ry='5'/%3E%3Cpath d='M16 11.37A4 4 0 1112.63 8 4 4 0 0116 11.37z'/%3E%3Cline x1='17.5' y1='6.5' x2='17.51' y2='6.5'/%3E%3C/svg%3E")}.contact-info[data-v-5abdd8f0]{margin-bottom:1rem}.contact-info p[data-v-5abdd8f0]{margin-bottom:.05rem;font-size:.8rem}.wechat-qr[data-v-5abdd8f0]{text-align:center}.wechat-qr img[data-v-5abdd8f0]{width:80px;height:80px;border-radius:8px;margin-bottom:.5rem}.wechat-qr span[data-v-5abdd8f0]{display:block;font-size:.75rem;color:#bdc3c7}.footer-bottom[data-v-5abdd8f0]{border-top:1px solid #34495e;padding:1.5rem 0}.footer-bottom-content[data-v-5abdd8f0]{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p[data-v-5abdd8f0]{margin:0;color:#bdc3c7;font-size:.8rem}.footer-bottom-links[data-v-5abdd8f0]{display:flex;gap:2rem}.footer-bottom-links a[data-v-5abdd8f0]{color:#bdc3c7;text-decoration:none;font-size:.8rem;transition:color .3s ease}.footer-bottom-links a[data-v-5abdd8f0]:hover{color:#667eea}@media (min-width: 1400px){.footer-container[data-v-5abdd8f0]{padding:0 4rem}}@media (min-width: 1800px){.footer-container[data-v-5abdd8f0]{padding:0 6rem}}@media (min-width: 2400px){.footer-container[data-v-5abdd8f0]{padding:0 8rem}}@media (max-width: 1024px){.footer-content[data-v-5abdd8f0]{grid-template-columns:1fr 1fr 1fr 1fr;gap:var(--spacing-xl)}.footer-section[data-v-5abdd8f0]:first-child{grid-column:span 2}.footer-section[data-v-5abdd8f0]:nth-child(6),.footer-section[data-v-5abdd8f0]:nth-child(7){grid-column:span 2}}@media (max-width: 768px){.footer-content[data-v-5abdd8f0]{grid-template-columns:1fr 1fr;gap:var(--spacing-xl);padding:3rem 1rem 2rem}.footer-section[data-v-5abdd8f0]:first-child{grid-column:span 2}.footer-section[data-v-5abdd8f0]:nth-child(6),.footer-section[data-v-5abdd8f0]:nth-child(7){grid-column:span 1}.footer-bottom[data-v-5abdd8f0]{padding:1.5rem 0}.footer-bottom-content[data-v-5abdd8f0]{flex-direction:column;text-align:center}}@media (max-width: 480px){.footer-content[data-v-5abdd8f0]{grid-template-columns:1fr;gap:var(--spacing-xl);padding:2rem 1rem}.footer-section[data-v-5abdd8f0]:first-child{grid-column:span 1}.social-links[data-v-5abdd8f0]{justify-content:center}.footer-bottom-links[data-v-5abdd8f0]{flex-direction:column;gap:1rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#0084ef 0% 100%);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd8,#6b4190)}::selection{background:#667eea4d;color:#2d3748}::-moz-selection{background:#667eea4d;color:#2d3748}#app{min-height:100vh;display:flex;flex-direction:column;width:100%;margin:0;padding:0;overflow-x:hidden}main{flex:1;background:#fff;width:100%;margin:0;padding:80px 0 0}header{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 2px 40px #00000014;border-bottom:1px solid rgba(255,255,255,.2);position:fixed;top:0;z-index:9999;width:100%;margin:0;padding:0;transform:translateY(0);transition:all .4s cubic-bezier(.4,0,.2,1)}header.header-hidden{transform:translateY(-100%)}.header-container{width:100%;max-width:2400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;height:80px}.nav-right{display:flex;align-items:center;gap:2rem}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;outline:none}.logo:hover,.logo:focus,.logo:active,.logo:visited{text-decoration:none;color:inherit;background:transparent;outline:none}.logo-img{height:80px;width:auto;filter:brightness(1) contrast(1.1)}.main-nav{display:flex;gap:2rem;align-items:center;height:100%}.nav-item{position:relative;display:flex;align-items:center}.nav-item.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:#fffffffa;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 20px 60px #00000026;border-radius:16px;padding:1rem 0;min-width:220px;z-index:10000;opacity:0;visibility:hidden;transform:translateY(-20px) scale(.95);transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.3);margin-top:.5rem;pointer-events:none}.dropdown-menu.show{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.dropdown-link{display:block;padding:1rem 1.5rem;color:#333;text-decoration:none;font-size:.9rem;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:0;position:relative;overflow:hidden;cursor:pointer;z-index:1}.dropdown-link:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:linear-gradient(135deg,#0084ef 0% 100%);transform:scaleY(0);transition:transform .3s ease;transform-origin:bottom}.dropdown-link:hover{background:#667eea14;color:#0084ef;transform:translate(8px);padding-left:2rem;text-decoration:none}.dropdown-link:hover:before{transform:scaleY(1)}.dropdown-link.router-link-active{background:linear-gradient(135deg,#667eea1a,#764ba21a);color:#0084ef;font-weight:600}.dropdown-link.router-link-active:before{transform:scaleY(1)}.nav-link{color:#333;text-decoration:none;font-weight:600;font-size:.95rem;padding:.8rem 1.5rem;border-radius:30px;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;z-index:1;display:inline-block;vertical-align:middle}.dropdown-trigger{cursor:pointer}.nav-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,#0084ef 0% 100%);transition:all .4s cubic-bezier(.4,0,.2,1);z-index:-1}.nav-link:hover,.nav-link.router-link-active{color:#fff;transform:translateY(-2px) scale(1.05);box-shadow:0 8px 25px #667eea4d;text-decoration:none}.nav-link:hover:before,.nav-link.router-link-active:before{left:0}.dropdown-trigger:hover{color:#fff;transform:translateY(-2px) scale(1.05);box-shadow:0 8px 25px #667eea4d}.dropdown-trigger:hover:before{left:0}.mobile-menu-btn{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.mobile-menu-btn span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s;border-radius:2px}.mobile-nav{display:none;background:#fff;box-shadow:0 4px 10px #0000001a;position:fixed;top:80px;left:0;right:0;z-index:9998;padding:1rem 0;width:100%;margin:0;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.mobile-nav.active{display:block;transform:translateY(0);opacity:1;visibility:visible}.mobile-nav a{display:block;color:#333;text-decoration:none;padding:1rem 2rem;font-weight:500;transition:all .3s ease;cursor:pointer;position:relative}.mobile-nav-label{display:block;color:#333;text-decoration:none;padding:1rem 2rem;font-weight:500;transition:all .3s ease;cursor:default;position:relative}.mobile-nav a:hover,.mobile-nav a.router-link-active{background:#f8f9fa;color:#0084ef;text-decoration:none}.mobile-nav-item{border-bottom:1px solid #e9ecef}.mobile-nav-item:last-child{border-bottom:none}.mobile-submenu{background:#f8f9fa;padding-left:1rem}.mobile-submenu a{padding:.75rem 2rem;font-size:.9rem;color:#6c757d;border-left:3px solid transparent;cursor:pointer;transition:all .3s ease}.mobile-submenu a:hover,.mobile-submenu a.router-link-active{background:#e9ecef;color:#0084ef;border-left-color:#0084ef;text-decoration:none}@media (min-width: 1400px){.header-container{padding:1rem 4rem}}@media (min-width: 1800px){.header-container{padding:1rem 6rem}}@media (min-width: 2400px){.header-container{padding:1rem 8rem}}@media (max-width: 768px){.header-container{padding:1rem}.main-nav{display:none}.mobile-menu-btn{display:flex}.logo-text{font-size:1.4rem}.logo-img{height:32px}}@media (max-width: 480px){.header-container{padding:.75rem}.logo-text{font-size:1.2rem}.logo-img{height:28px}}.nav-item.dropdown>.nav-link,.nav-item.dropdown>.nav-link.nav-label{cursor:pointer}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.home-page[data-v-c290e8a5]{background:#fff;width:100%;margin:0;padding:0}.hero-carousel-section[data-v-c290e8a5]{position:relative;height:90vh;min-height:400px;max-height:750px;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);margin:0;padding:0}.carousel-container[data-v-c290e8a5]{position:relative;height:100%;max-width:100vw}.carousel-wrapper[data-v-c290e8a5]{position:relative;width:100%;height:100%}.carousel-slide[data-v-c290e8a5]{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:all 1s cubic-bezier(.4,0,.2,1);transform:scale(1.1);color:#fff}.carousel-slide.active[data-v-c290e8a5]{opacity:1;transform:scale(1)}.slide-content[data-v-c290e8a5]{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#0000001a}.slide-image[data-v-c290e8a5]{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:transparent;background-size:100% 100%;background-position:center;background-repeat:no-repeat;filter:brightness(.9) contrast(1.1);transition:all .5s ease}.carousel-slide.active .slide-image[data-v-c290e8a5]{filter:brightness(1) contrast(1.2)}.carousel-nav[data-v-c290e8a5]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:1rem;z-index:10;width:min(420px,85vw);justify-content:center;max-width:500px;flex-wrap:nowrap}.nav-dot[data-v-c290e8a5]{width:14px;height:14px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .4s ease;border:2px solid transparent;flex-shrink:0}.nav-dot[data-v-c290e8a5]:hover{background:#fffc;transform:scale(1.2);border-color:#fff}.nav-dot.active[data-v-c290e8a5]{background:#fff;transform:scale(1.3);box-shadow:0 4px 15px #ffffff80}.carousel-arrow[data-v-c290e8a5]{position:absolute;top:50%;transform:translateY(-50%);background:transparent;border:none;border-radius:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .4s ease;z-index:10;color:#fff}.carousel-arrow[data-v-c290e8a5]:hover{background:transparent;transform:translateY(-50%) scale(1.2);color:#fffc}.carousel-arrow.prev[data-v-c290e8a5]{left:2rem}.carousel-arrow.next[data-v-c290e8a5]{right:2rem}.cta-button[data-v-c290e8a5]{padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}.cta-button.primary[data-v-c290e8a5]{background:#fff;color:#667eea}.cta-button.secondary[data-v-c290e8a5]{background:transparent;color:#fff;border:2px solid white}.cta-button[data-v-c290e8a5]:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.awards-honors[data-v-c290e8a5]{padding:80px 0 20px;background:#fff}.honors-grid[data-v-c290e8a5]{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);gap:1.5rem;margin-top:2rem;max-width:1400px;margin-left:auto;margin-right:auto}.honor-card[data-v-c290e8a5]{background:#fff;padding:1.5rem;text-align:center;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:320px}.honor-image[data-v-c290e8a5]{margin-bottom:1rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;height:120px;width:100%}.honor-image img[data-v-c290e8a5]{width:auto;max-width:140px;max-height:100px;object-fit:contain}.honor-content[data-v-c290e8a5]{text-align:center;flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.honor-title[data-v-c290e8a5]{font-size:1.2rem;font-weight:700;color:#e74c3c;margin-bottom:.8rem;line-height:1.2;height:1.44rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.honor-content .subsection-title[data-v-c290e8a5]{font-size:1.2rem;font-weight:700;color:#e74c3c;margin-bottom:.8rem;line-height:1.2;height:4.8rem;display:flex;align-items:center;justify-content:center}.honor-subtitle[data-v-c290e8a5]{font-size:.95rem;color:#2c3e50;margin-bottom:.5rem;font-weight:500;line-height:1.3;height:3.9rem;display:flex;align-items:flex-start;justify-content:center;text-align:center;overflow:hidden}.honor-description[data-v-c290e8a5]{font-size:1rem;color:#6c757d;line-height:1.5}.overseas-performance-section[data-v-c290e8a5]{padding:80px 0;background:#fff;margin:0;min-height:auto;position:relative;overflow:hidden}.overseas-subsection-title[data-v-c290e8a5]{max-width:1800px;margin-left:auto;margin-right:auto;padding:0 2rem;text-align:left}.overseas-performance-section .about-content[data-v-c290e8a5]{padding:1rem 2rem}.overseas-screenshots-section[data-v-c290e8a5]{margin:30px 0;width:100%}.overseas-screenshots-layout[data-v-c290e8a5]{display:flex;justify-content:center;align-items:center;gap:32px;width:100%;max-width:1400px;margin:0 auto}.overseas-left-large-images[data-v-c290e8a5]{display:flex;justify-content:center;align-items:center;gap:30px;width:100%}.overseas-large-image-item[data-v-c290e8a5]{position:relative;overflow:hidden;flex:1;max-width:380px;border:2px solid #e2e8f0;border-radius:12px;padding:12px;background:#fff;box-shadow:0 4px 12px #00000014;transition:all .3s ease}.overseas-large-image-item[data-v-c290e8a5]:hover{border-color:#0084ef;box-shadow:0 8px 25px #0084ef26;transform:translateY(-2px)}.overseas-large-image-item img[data-v-c290e8a5]{width:100%;height:auto;object-fit:contain;display:block;border-radius:8px}@media (max-width: 768px){.overseas-performance-section[data-v-c290e8a5]{padding:20px 0}.overseas-screenshots-layout[data-v-c290e8a5]{flex-direction:column;gap:20px}.overseas-screenshots-section[data-v-c290e8a5]{margin:40px 0}.overseas-left-large-images[data-v-c290e8a5]{flex-direction:column;gap:48px}.overseas-large-image-item[data-v-c290e8a5]{max-width:100%}.overseas-large-image-item img[data-v-c290e8a5]{height:auto}}.container[data-v-c290e8a5]{width:100%;max-width:2400px;margin:0 auto;padding:0 3rem}@media (min-width: 1400px){.container[data-v-c290e8a5]{padding:0 4rem}}@media (min-width: 1800px){.container[data-v-c290e8a5]{padding:0 6rem}.section-spacing[data-v-c290e8a5]{height:120px}.about-content[data-v-c290e8a5]{max-width:2400px;padding:3rem 4rem}.about-text[data-v-c290e8a5]{line-height:1.9;padding:0 3rem;margin-bottom:2rem}.about-text[data-v-c290e8a5]:last-child{margin-bottom:0}.programs-grid[data-v-c290e8a5]{grid-template-columns:repeat(4,1fr);padding:0 3rem;max-width:2200px;margin:0 auto;gap:2.5rem}.partner-content[data-v-c290e8a5]{max-width:2200px}.partner-logos-grid[data-v-c290e8a5]{grid-template-columns:repeat(8,1fr)}.studio-gallery[data-v-c290e8a5]{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);padding:0 3rem;max-width:2200px;margin:0 auto;gap:1.5rem;height:500px}}@media (min-width: 2400px){.container[data-v-c290e8a5]{padding:0 8rem}.about-content[data-v-c290e8a5]{max-width:2600px;padding:3rem 6rem}.about-text[data-v-c290e8a5]{padding:0 4rem}.programs-grid[data-v-c290e8a5]{grid-template-columns:repeat(3,1fr);max-width:2400px;padding:0 4rem}.partner-content[data-v-c290e8a5]{max-width:2400px}.partner-logos-grid[data-v-c290e8a5]{grid-template-columns:repeat(8,1fr)}.studio-gallery[data-v-c290e8a5]{max-width:2400px;padding:0 4rem;height:600px}}.section-spacing[data-v-c290e8a5]{height:30px;background:#fff;width:100%}.about-wanda-section[data-v-c290e8a5]{padding:0;background:transparent;width:100%;margin:0}.about-content[data-v-c290e8a5]{max-width:2000px;margin:0 auto;padding:2.5rem 2rem;text-align:center}.about-text[data-v-c290e8a5]{line-height:1.8;font-weight:400;margin:0 0 1.5rem;text-align:justify;text-justify:inter-word;letter-spacing:.3px;padding:0 2rem;position:relative;max-width:1300px;margin-left:auto;margin-right:auto;text-indent:0}.about-text[data-v-c290e8a5]:last-child{margin-bottom:0}.octonauts-home-gallery[data-v-c290e8a5]{margin-top:3rem;padding:0 2rem}.octonauts-gallery-grid[data-v-c290e8a5]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.octonauts-gallery-item[data-v-c290e8a5]{position:relative;cursor:pointer;transition:all .3s ease;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000000f}.octonauts-gallery-item[data-v-c290e8a5]:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001f}.octonauts-image-wrapper[data-v-c290e8a5]{position:relative;width:100%;overflow:hidden;background-color:#f8f9fa}.octonauts-image[data-v-c290e8a5]{width:100%;height:auto;object-fit:contain;object-position:center;transition:all .3s ease;filter:grayscale(.1) brightness(.95);display:block}.octonauts-gallery-item:hover .octonauts-image[data-v-c290e8a5]{transform:scale(1.05);filter:grayscale(0) brightness(1)}.octonauts-overlay[data-v-c290e8a5]{position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.octonauts-gallery-item:hover .octonauts-overlay[data-v-c290e8a5]{opacity:1}.octonauts-overlay-content[data-v-c290e8a5]{color:#fff;font-weight:500;font-size:.9rem;text-align:center;letter-spacing:.5px;text-transform:uppercase;transform:translateY(10px);transition:transform .3s ease}.octonauts-gallery-item:hover .octonauts-overlay-content[data-v-c290e8a5]{transform:translateY(0)}.studio-life-section[data-v-c290e8a5]{padding:80px 0;background:#fff;width:100%;margin:0}.studio-description[data-v-c290e8a5]{text-align:center;color:#4a5568;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.studio-gallery[data-v-c290e8a5]{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;padding:0;max-width:1800px;margin:0 auto;height:400px}.gallery-item[data-v-c290e8a5]{background:#fff;border-radius:0;overflow:hidden;box-shadow:none;transition:all .3s ease;cursor:pointer;position:relative;border:none}.gallery-item[data-v-c290e8a5]:nth-child(1){grid-column:1 / 3;grid-row:1 / 2}.gallery-item[data-v-c290e8a5]:nth-child(2){grid-column:3 / 4;grid-row:1 / 3}.gallery-item[data-v-c290e8a5]:nth-child(3){grid-column:4 / 5;grid-row:1 / 2}.gallery-item[data-v-c290e8a5]:nth-child(4){grid-column:1 / 2;grid-row:2 / 3}.gallery-item[data-v-c290e8a5]:nth-child(5){grid-column:2 / 3;grid-row:2 / 3}.gallery-item[data-v-c290e8a5]:nth-child(6){grid-column:4 / 5;grid-row:2 / 3}.gallery-item[data-v-c290e8a5]:hover{transform:none;box-shadow:0 4px 12px #00000026}.gallery-image[data-v-c290e8a5]{height:100%;overflow:hidden;position:relative;background-color:#f5f5f5}.gallery-image img[data-v-c290e8a5]{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s ease;filter:grayscale(.2)}.gallery-item:nth-child(1) .gallery-image img[data-v-c290e8a5]{object-position:center 70%}.gallery-item:hover .gallery-image img[data-v-c290e8a5]{transform:scale(1.02);filter:grayscale(0)}.gallery-overlay[data-v-c290e8a5]{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:2}.gallery-item:hover .gallery-overlay[data-v-c290e8a5]{opacity:1}.gallery-item:hover .overlay-content[data-v-c290e8a5]{transform:translateY(0)}.overlay-content svg[data-v-c290e8a5]{display:none}.global-business-map-section[data-v-c290e8a5]{padding:40px 0 20px;width:100%;margin:0}.map-description[data-v-c290e8a5]{text-align:center;color:#4a5568;margin-bottom:2rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6;position:relative;z-index:2}.highlight[data-v-c290e8a5]{color:#e80606;font-weight:700;position:relative}.highlight[data-v-c290e8a5]:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#667eea,transparent);animation:highlightGlow 2s ease-in-out infinite alternate}.global-stats[data-v-c290e8a5]{display:flex;justify-content:center;gap:2rem;margin-bottom:4rem;position:relative;z-index:2}.global-stat-item[data-v-c290e8a5]{display:flex;align-items:center;gap:1rem;background:#fffffff2;padding:1.5rem 2rem;border-radius:20px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border:1px solid rgba(255,255,255,.2);transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #0000001a}.global-stat-item[data-v-c290e8a5]:hover{transform:translateY(-8px) scale(1.05);background:#fff;box-shadow:0 20px 40px #00000026}.global-stat-item .stat-icon[data-v-c290e8a5]{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1))}.stat-info[data-v-c290e8a5]{display:flex;flex-direction:column;align-items:flex-start}.stat-number[data-v-c290e8a5]{font-size:2.5rem;font-weight:800;line-height:1;color:#2d3748;background:linear-gradient(45deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stat-text[data-v-c290e8a5]{color:#718096;font-weight:500;letter-spacing:.5px}.world-map-section[data-v-c290e8a5]{margin-top:2rem;position:relative;z-index:2}.map-container[data-v-c290e8a5]{background:transparent;border-radius:0;padding:0;box-shadow:none;position:relative;min-height:500px;-webkit-backdrop-filter:none;backdrop-filter:none;transition:none}.map-container[data-v-c290e8a5]:hover{transform:none;box-shadow:none}.world-map-leaflet[data-v-c290e8a5]{width:100%;height:500px;border-radius:0;overflow:hidden;border:none;box-shadow:none;transition:none}.world-map-leaflet[data-v-c290e8a5]:hover{border-color:transparent}.market-summary[data-v-c290e8a5]{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;margin-top:4rem}.summary-card[data-v-c290e8a5]{background:linear-gradient(135deg,#fff,#f8fafc);padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #00000014,0 0 0 1px #fffc;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.summary-card[data-v-c290e8a5]:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,transparent,var(--accent-color, #667eea),transparent);transition:all .4s ease}.summary-card[data-v-c290e8a5]:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 25px 50px #00000026,0 0 0 1px #fffc}.summary-card[data-v-c290e8a5]:hover:before{height:6px;background:linear-gradient(90deg,var(--accent-color, #667eea),var(--accent-light, #764ba2),var(--accent-color, #667eea))}.summary-card.core-markets[data-v-c290e8a5]{--accent-color: #ff6b6b;--accent-light: #ee5a24;border-left:none;background:linear-gradient(135deg,#fff,#fef5f5)}.summary-card.regional-markets[data-v-c290e8a5]{--accent-color: #667eea;--accent-light: #764ba2;border-left:none;background:linear-gradient(135deg,#fff,#f7fafc)}.summary-card h4[data-v-c290e8a5]{font-weight:700;margin-bottom:1rem;color:#2d3748;display:flex;align-items:center;gap:.5rem}.summary-card h4[data-v-c290e8a5]:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-color);animation:titleDot 2s ease-in-out infinite}.summary-card p[data-v-c290e8a5]{color:#718096;line-height:1.6;margin-bottom:1.75rem}.market-list[data-v-c290e8a5]{display:flex;flex-wrap:wrap;gap:.75rem}.market-tag[data-v-c290e8a5]{background:linear-gradient(135deg,var(--accent-color) 0%,var(--accent-light) 100%);color:#fff;padding:.5rem 1rem;border-radius:25px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-transform:capitalize;letter-spacing:.25px}.market-tag[data-v-c290e8a5]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.market-tag[data-v-c290e8a5]:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #00000026,0 0 20px var(--accent-color, rgba(102, 126, 234, .4))}.market-tag[data-v-c290e8a5]:hover:before{left:100%}@media (max-width: 1600px){.global-business-map-section[data-v-c290e8a5]{padding:40px 0 20px}.world-map-leaflet[data-v-c290e8a5]{height:450px}}@media (max-width: 1199px){.global-business-map-section[data-v-c290e8a5]{padding:40px 0 20px}.global-stats[data-v-c290e8a5]{flex-wrap:wrap;gap:1.5rem}.global-stat-item[data-v-c290e8a5]{padding:1.25rem 1.75rem}.world-map-leaflet[data-v-c290e8a5]{height:400px}.awards-honors[data-v-c290e8a5]{padding:55px 0 70px}.honors-grid[data-v-c290e8a5]{grid-template-columns:repeat(4,1fr);gap:1.2rem}.honor-card[data-v-c290e8a5]{min-height:300px}.honor-image[data-v-c290e8a5]{height:100px}.honor-image img[data-v-c290e8a5]{max-width:120px;max-height:80px}.honor-title[data-v-c290e8a5]{font-size:1.1rem;min-height:2.2rem}.honor-subtitle[data-v-c290e8a5]{font-size:.9rem;min-height:3.6rem}.octonauts-gallery-grid[data-v-c290e8a5]{grid-template-columns:repeat(3,1fr);gap:1.2rem}}@media (max-width: 768px){.global-business-map-section[data-v-c290e8a5]{padding:30px 0 15px}.global-stats[data-v-c290e8a5]{flex-direction:column;align-items:center;gap:1rem}.global-stat-item[data-v-c290e8a5]{padding:1rem 1.5rem;min-width:250px}.map-container[data-v-c290e8a5]{padding:0;border-radius:0}.world-map-leaflet[data-v-c290e8a5]{height:300px;border-radius:0}.awards-honors[data-v-c290e8a5]{padding:50px 0 60px}.honors-grid[data-v-c290e8a5]{grid-template-columns:repeat(3,1fr);grid-template-rows:auto;gap:1.5rem}.honor-card[data-v-c290e8a5]{padding:1.5rem;min-height:280px}.honor-image[data-v-c290e8a5]{height:90px}.honor-image img[data-v-c290e8a5]{max-width:120px;max-height:80px}.honor-title[data-v-c290e8a5]{font-size:1.1rem;min-height:2.2rem}.honor-subtitle[data-v-c290e8a5]{font-size:.9rem;min-height:3.6rem}.octonauts-gallery-grid[data-v-c290e8a5]{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width: 480px){.global-business-map-section[data-v-c290e8a5]{padding:30px 0 15px}.global-stat-item[data-v-c290e8a5]{padding:.75rem 1.25rem;min-width:220px}.map-container[data-v-c290e8a5]{padding:0}.world-map-leaflet[data-v-c290e8a5]{height:250px}.awards-honors[data-v-c290e8a5]{padding:40px 0 50px}.honors-grid[data-v-c290e8a5]{grid-template-columns:repeat(2,1fr);gap:1rem}.honor-card[data-v-c290e8a5]{padding:1rem;min-height:240px}.honor-image[data-v-c290e8a5]{height:80px}.honor-image img[data-v-c290e8a5]{max-width:100px;max-height:70px}.honor-title[data-v-c290e8a5]{font-size:1rem;min-height:2rem}.honor-subtitle[data-v-c290e8a5]{font-size:.85rem;min-height:3.4rem}.octonauts-gallery-grid[data-v-c290e8a5]{grid-template-columns:repeat(2,1fr);gap:.8rem}.octonauts-home-gallery[data-v-c290e8a5]{padding:0 1rem;margin-top:2rem}}.company-overview-link[data-v-c290e8a5]{color:inherit;text-decoration:none;transition:transform .3s ease;font-weight:900;background:transparent;border:none;outline:none;position:relative;display:inline-block}.company-overview-link[data-v-c290e8a5]:hover{transform:scale(1.05);background:transparent}.company-overview-link[data-v-c290e8a5]:active{transform:scale(.98);background:transparent}.company-overview-link[data-v-c290e8a5]:focus{outline:none;background:transparent}.global-business-link[data-v-c290e8a5]{color:inherit;text-decoration:none;transition:transform .3s ease;font-weight:900;background:transparent;border:none;outline:none;position:relative;display:inline-block}.global-business-link[data-v-c290e8a5]:hover{transform:scale(1.05);background:transparent}.global-business-link[data-v-c290e8a5]:active{transform:scale(.98);background:transparent}.global-business-link[data-v-c290e8a5]:focus{outline:none;background:transparent}.divisions-section[data-v-c290e8a5]{padding:40px 0 60px;background:#fff;width:100%;margin:0}.divisions-container[data-v-c290e8a5]{display:flex;justify-content:center;align-items:flex-start;gap:0;max-width:1400px;margin:0 auto;padding:0 2rem;height:300px;overflow:hidden;flex-wrap:nowrap;min-width:0}.division-item[data-v-c290e8a5]{text-decoration:none;color:inherit;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;cursor:pointer;flex:0 0 auto;min-width:0}.division-content[data-v-c290e8a5]{display:flex;flex-direction:column;align-items:center;position:relative}.division-character[data-v-c290e8a5]{position:relative;width:300px;height:400px;overflow:hidden}.character-image[data-v-c290e8a5]{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:all .3s ease}.character-image.normal[data-v-c290e8a5]{opacity:1}.character-image.hover[data-v-c290e8a5],.division-item:hover .character-image.normal[data-v-c290e8a5]{opacity:0}.division-item:hover .character-image.hover[data-v-c290e8a5]{opacity:1}.division-item[data-v-c290e8a5]:hover{transform:translateY(-10px) scale(1.05)}@media (min-width: 1600px){.section-spacing[data-v-c290e8a5]{height:100px}.about-content[data-v-c290e8a5]{max-width:2200px;padding:3rem 4rem}.about-text[data-v-c290e8a5]{line-height:1.9;padding:0 3rem;margin-bottom:1.8rem}.about-text[data-v-c290e8a5]:last-child{margin-bottom:0}.programs-grid[data-v-c290e8a5]{grid-template-columns:repeat(3,1fr);padding:0 2rem;max-width:2000px;margin:0 auto}.partner-content[data-v-c290e8a5]{max-width:2000px}.studio-gallery[data-v-c290e8a5]{grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);padding:0 2rem;max-width:2000px;margin:0 auto;gap:1.5rem;height:450px}.divisions-container[data-v-c290e8a5]{max-width:1800px;gap:1rem;height:380px}.division-character[data-v-c290e8a5]{width:350px;height:450px}.carousel-nav[data-v-c290e8a5]{width:min(480px,30vw);gap:1.4rem}.nav-dot[data-v-c290e8a5]{width:16px;height:16px}}.featured-programs-section[data-v-c290e8a5]{padding:50px 0 80px;background:#fff;width:100%;margin:0}.programs-grid[data-v-c290e8a5]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;padding:0;max-width:1800px;margin:0 auto}.program-card[data-v-c290e8a5]{background:transparent;border-radius:0;overflow:hidden;box-shadow:none;position:relative;border:none;cursor:pointer;transition:all .3s ease}.program-card[data-v-c290e8a5]:hover{transform:none;box-shadow:0 4px 12px #00000026}.program-image[data-v-c290e8a5]{height:auto;min-height:200px;overflow:hidden;position:relative;background-color:transparent;display:flex;align-items:center;justify-content:center;border-radius:0;aspect-ratio:4/3}.program-img[data-v-c290e8a5]{width:100%;height:100%;object-fit:contain;object-position:center;transition:all .3s ease;filter:grayscale(.2)}.program-card:hover .program-img[data-v-c290e8a5]{transform:scale(1.02);filter:grayscale(0)}.program-overlay[data-v-c290e8a5]{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:2}.program-card:hover .program-overlay[data-v-c290e8a5]{opacity:1}.overlay-content[data-v-c290e8a5]{color:#fff;text-align:center;font-weight:500;letter-spacing:.5px;text-transform:uppercase;transform:translateY(10px);transition:transform .3s ease}.program-card:hover .overlay-content[data-v-c290e8a5]{transform:translateY(0)}.partner-section[data-v-c290e8a5]{padding:50px 0 80px;background:#fff;width:100%;margin:0}.partner-content[data-v-c290e8a5]{max-width:1800px;margin:0 auto;padding:0}.partners-note[data-v-c290e8a5]{color:#9ca3af;font-style:italic;margin-bottom:2rem;text-align:center}.partner-logos-grid[data-v-c290e8a5]{display:grid;grid-template-columns:repeat(8,1fr);gap:2rem;padding:0;align-items:center;justify-items:center}.partner-logo-item[data-v-c290e8a5]{width:100%;height:80px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:10px;border-radius:8px;background:#fffc;box-shadow:0 2px 8px #0000000d}.partner-logo-item[data-v-c290e8a5]:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 8px 25px #00000026;background:#fff}.partner-logo[data-v-c290e8a5]{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center;transition:all .3s ease;filter:grayscale(.3) opacity(.8)}.partner-logo-item:hover .partner-logo[data-v-c290e8a5]{filter:grayscale(0) opacity(1)}@media (min-width: 1366px) and (max-width: 1599px){.section-spacing[data-v-c290e8a5]{height:80px}.about-content[data-v-c290e8a5]{max-width:1600px;padding:2.5rem 2rem}.about-text[data-v-c290e8a5]{padding:0 2rem;margin-bottom:1.5rem}.about-text[data-v-c290e8a5]:last-child{margin-bottom:0}.divisions-container[data-v-c290e8a5]{max-width:1400px;gap:.5rem;height:320px}.division-character[data-v-c290e8a5]{width:240px;height:320px}.programs-grid[data-v-c290e8a5]{grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:1500px}.partner-content[data-v-c290e8a5]{max-width:1500px}.partner-logos-grid[data-v-c290e8a5]{grid-template-columns:repeat(6,1fr);gap:1.5rem}.studio-gallery[data-v-c290e8a5]{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:1.5rem;max-width:1500px;margin:0 auto;height:350px}.gallery-item[data-v-c290e8a5]:nth-child(1){grid-column:1 / 3;grid-row:1 / 2}.gallery-item[data-v-c290e8a5]:nth-child(2){grid-column:3 / 4;grid-row:1 / 3}.gallery-item[data-v-c290e8a5]:nth-child(3){grid-column:1 / 2;grid-row:2 / 3}.gallery-item[data-v-c290e8a5]:nth-child(4){grid-column:2 / 3;grid-row:2 / 3}.gallery-item[data-v-c290e8a5]:nth-child(5),.gallery-item[data-v-c290e8a5]:nth-child(6){display:none}.carousel-nav[data-v-c290e8a5]{width:min(400px,80vw);gap:.8rem}}@media (min-width: 1200px) and (max-width: 1365px){.section-spacing[data-v-c290e8a5]{height:70px}.about-content[data-v-c290e8a5]{max-width:1100px;padding:2rem}.about-text[data-v-c290e8a5]{padding:0 4rem;margin-bottom:1.3rem}.about-text[data-v-c290e8a5]:last-child{margin-bottom:0}.divisions-container[data-v-c290e8a5]{max-width:1100px;gap:0;height:280px;justify-content:space-between;padding:0 1rem}.division-character[data-v-c290e8a5]{width:200px;height:280px}.programs-grid[data-v-c290e8a5]{grid-template-columns:repeat(3,1fr);gap:1.2rem;max-width:1200px}.partner-content[data-v-c290e8a5]{max-width:1200px}.partner-logos-grid[data-v-c290e8a5]{grid-template-columns:repeat(6,1fr);gap:1.2rem}.studio-gallery[data-v-c290e8a5]{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1.2rem;max-width:1200px;margin:0 auto;height:300px}.gallery-item[data-v-c290e8a5]:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}.gallery-item[data-v-c290e8a5]:nth-child(2){grid-column:2 / 3;grid-row:1 / 2}.gallery-item[data-v-c290e8a5]:nth-child(3){grid-column:1 / 2;grid-row:2 / 3}.gallery-item[data-v-c290e8a5]:nth-child(4){grid-column:2 / 3;grid-row:2 / 3}.gallery-item[data-v-c290e8a5]:nth-child(5),.gallery-item[data-v-c290e8a5]:nth-child(6){display:none}.carousel-nav[data-v-c290e8a5]{width:min(380px,75vw);gap:.7rem}.nav-dot[data-v-c290e8a5]{width:12px;height:12px}}@media (max-width: 1199px){.section-spacing[data-v-c290e8a5]{height:60px}.about-content[data-v-c290e8a5]{padding:2rem}.about-text[data-v-c290e8a5]{padding:0 3rem;margin-bottom:1.2rem}.about-text[data-v-c290e8a5]:last-child{margin-bottom:0}.divisions-container[data-v-c290e8a5]{flex-wrap:wrap;gap:2rem;height:auto;min-height:200px}.division-character[data-v-c290e8a5]{width:180px;height:230px}.programs-grid[data-v-c290e8a5]{grid-template-columns:repeat(3,1fr);gap:1.5rem}.partner-logos-grid[data-v-c290e8a5]{grid-template-columns:repeat(5,1fr);gap:1.3rem}.studio-gallery[data-v-c290e8a5]{grid-template-columns:repeat(2,1fr);gap:1.5rem}.carousel-nav[data-v-c290e8a5]{width:min(350px,70vw);gap:.6rem}}@media (max-width: 768px){.hero-carousel-section[data-v-c290e8a5]{height:50vh;min-height:300px;max-height:400px}.section-spacing[data-v-c290e8a5]{height:50px}.about-content[data-v-c290e8a5]{padding:2rem}.about-text[data-v-c290e8a5]{line-height:1.7;padding:0 2rem;margin-bottom:1.2rem;text-align:left}.about-text[data-v-c290e8a5]:last-child{margin-bottom:0}.carousel-arrow[data-v-c290e8a5]{width:40px;height:40px}.carousel-arrow.prev[data-v-c290e8a5]{left:15px}.carousel-arrow.next[data-v-c290e8a5]{right:15px}.carousel-nav[data-v-c290e8a5]{width:min(320px,75vw);gap:.9rem}.nav-dot[data-v-c290e8a5]{width:12px;height:12px}.divisions-container[data-v-c290e8a5]{flex-direction:column;align-items:center;gap:3rem;height:auto}.division-character[data-v-c290e8a5]{width:160px;height:220px}.programs-grid[data-v-c290e8a5]{grid-template-columns:1fr}.studio-gallery[data-v-c290e8a5]{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;padding:0 1rem;height:280px}.gallery-item[data-v-c290e8a5]:nth-child(1){grid-column:1 / 2;grid-row:1 / 2}.gallery-item[data-v-c290e8a5]:nth-child(2){grid-column:2 / 3;grid-row:1 / 2}.gallery-item[data-v-c290e8a5]:nth-child(3){grid-column:1 / 2;grid-row:2 / 3}.gallery-item[data-v-c290e8a5]:nth-child(4){grid-column:2 / 3;grid-row:2 / 3}.gallery-item[data-v-c290e8a5]:nth-child(5),.gallery-item[data-v-c290e8a5]:nth-child(6){display:none}.divisions-section[data-v-c290e8a5],.featured-programs-section[data-v-c290e8a5],.partner-section[data-v-c290e8a5],.news-section[data-v-c290e8a5]{padding:40px 0}.programs-grid[data-v-c290e8a5]{padding:0 1rem}.partner-logos-grid[data-v-c290e8a5]{grid-template-columns:repeat(3,1fr);gap:1.2rem;padding:0 1rem}.section-title[data-v-c290e8a5]{padding:0 1rem}}@media (max-width: 480px){.hero-carousel-section[data-v-c290e8a5]{height:45vh;min-height:280px;max-height:350px}.section-spacing[data-v-c290e8a5]{height:40px}.about-content[data-v-c290e8a5]{padding:1.5rem 1rem}.about-text[data-v-c290e8a5]{line-height:1.6;padding:0 1.5rem;margin-bottom:1rem;text-align:left}.about-text[data-v-c290e8a5]:last-child{margin-bottom:0}.divisions-container[data-v-c290e8a5]{padding:0 1rem;height:auto}.division-character[data-v-c290e8a5]{width:180px;height:250px}.programs-grid[data-v-c290e8a5]{padding:0 .5rem}.partner-logos-grid[data-v-c290e8a5]{grid-template-columns:repeat(3,1fr);gap:1rem;padding:0 .5rem}.partner-logo-item[data-v-c290e8a5]{height:60px}.studio-gallery[data-v-c290e8a5]{padding:0 .5rem;gap:.8rem;grid-template-columns:1fr;grid-template-rows:repeat(4,1fr);height:400px}.gallery-item[data-v-c290e8a5]:nth-child(1),.gallery-item[data-v-c290e8a5]:nth-child(2),.gallery-item[data-v-c290e8a5]:nth-child(3),.gallery-item[data-v-c290e8a5]:nth-child(4){grid-column:1 / 2}.gallery-item[data-v-c290e8a5]:nth-child(1){grid-row:1 / 2}.gallery-item[data-v-c290e8a5]:nth-child(2){grid-row:2 / 3}.gallery-item[data-v-c290e8a5]:nth-child(3){grid-row:3 / 4}.gallery-item[data-v-c290e8a5]:nth-child(4){grid-row:4 / 5}.gallery-item[data-v-c290e8a5]:nth-child(5),.gallery-item[data-v-c290e8a5]:nth-child(6){display:none}.section-title[data-v-c290e8a5]{padding:0 .5rem}.carousel-nav[data-v-c290e8a5]{bottom:20px;width:min(280px,95vw);gap:.7rem}.nav-dot[data-v-c290e8a5]{width:10px;height:10px}}.carousel-watermark[data-v-c290e8a5]{position:absolute;top:30px;right:40px;color:#6b7280;font-size:.7rem;font-weight:500;letter-spacing:1px;z-index:10}@media (max-width: 768px){.carousel-watermark[data-v-c290e8a5]{top:20px;right:20px;font-size:1rem}}@media (max-width: 480px){.carousel-watermark[data-v-c290e8a5]{top:15px;right:15px;font-size:.9rem}}.about-container[data-v-7f67cc19],.octonauts-page[data-v-88023229]{background:#fff}.about-text-section[data-v-88023229]{padding:80px 0 40px;background:#fff}.about-content[data-v-88023229]{max-width:2000px;margin:0 auto;padding:2.5rem 2rem;text-align:center}.about-text[data-v-88023229]{line-height:1.8;font-weight:400;margin-bottom:1.5rem;text-align:justify;text-justify:inter-word;letter-spacing:.3px;padding:0 2rem;position:relative;max-width:1250px;margin-left:auto;margin-right:auto;text-indent:0}.about-text[data-v-88023229]:last-child{margin-bottom:0}.core-values-section[data-v-88023229]{padding:40px 0 80px;background:#fff}.values-list[data-v-88023229]{max-width:800px;margin:0 auto;padding:0 2rem}.value-item[data-v-88023229]{display:flex;align-items:flex-start;margin-bottom:3rem;gap:2rem}.value-item[data-v-88023229]:last-child{margin-bottom:0}.value-icon[data-v-88023229]{flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.value-icon img[data-v-88023229]{width:80px;height:80px;object-fit:contain}.value-content[data-v-88023229]{flex:1;padding-top:.5rem}.value-title[data-v-88023229]{font-size:2rem;font-weight:700;color:#2d5aa0;margin-bottom:.5rem;letter-spacing:.5px}.value-description[data-v-88023229]{font-size:1.125rem;color:#4a5568;line-height:1.6;margin:0}.about-features-section[data-v-88023229]{padding:60px 0 80px}.about-text h2[data-v-88023229]{font-weight:800;text-align:center;margin-bottom:1.2rem;color:#2d3748;letter-spacing:3px;padding:0 2rem;text-transform:uppercase;position:relative;display:inline-block;width:100%}.about-text .about-subtitle[data-v-88023229]{font-weight:600;color:#222;text-align:center;margin-bottom:2rem;margin-top:.5rem;letter-spacing:1px}.key-features[data-v-88023229]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature-item[data-v-88023229]{text-align:center;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.feature-item[data-v-88023229]:hover{transform:translateY(-5px)}.feature-item[data-v-88023229]{text-align:center;padding:1.5rem 0;background:transparent;border-radius:0;box-shadow:none;border:none;transition:none}.feature-item[data-v-88023229]:hover{transform:none}.feature-item p[data-v-88023229]{color:#718096;margin:0}.about-image[data-v-88023229]{display:flex;justify-content:center}.about-image img[data-v-88023229]{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}.character-image-section[data-v-88023229]{padding:60px 0 80px;background:#fff}.crew-members-image[data-v-88023229]{width:100%;display:flex;justify-content:center;align-items:center}.crew-members-image-container[data-v-88023229]{position:relative;display:flex;align-items:center;justify-content:center;gap:20px;max-width:100%}.nav-arrow[data-v-88023229]{background:#ffffffe6;border:2px solid #e2e8f0;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#4a5568;flex-shrink:0;z-index:2}.nav-arrow[data-v-88023229]:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0;transform:scale(1.05);color:#2d3748}.nav-arrow[data-v-88023229]:disabled{opacity:.4;cursor:not-allowed;transform:none}.nav-arrow svg[data-v-88023229]{width:24px;height:24px}.crew-image[data-v-88023229]{width:100%;height:auto;max-width:100%;object-fit:contain;display:block}.scrollable-image-container[data-v-88023229]{width:100%;overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc}.scrollable-image-container[data-v-88023229]::-webkit-scrollbar{height:8px}.scrollable-image-container[data-v-88023229]::-webkit-scrollbar-track{background:#f7fafc;border-radius:4px}.scrollable-image-container[data-v-88023229]::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.scrollable-image-container[data-v-88023229]::-webkit-scrollbar-thumb:hover{background:#a0aec0}.character-intro-image[data-v-88023229]{width:auto;height:auto;max-width:initial;max-height:initial;min-width:initial;min-height:initial;display:block;object-fit:initial;object-position:initial;image-rendering:auto}@media (max-width: 768px){.character-intro-image[data-v-88023229]{width:auto;height:auto;max-width:initial;max-height:initial;min-width:initial;min-height:initial}}.characters-section[data-v-88023229]{padding:100px 0;background:#fff}.characters-grid[data-v-88023229]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.episodes-section[data-v-88023229]{padding:100px 0;background:#f8fafb}.episodes-grid[data-v-88023229]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.educational-section[data-v-88023229]{padding:100px 0;background:#fff}.educational-content[data-v-88023229]{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.awards-section[data-v-88023229]{padding:100px 0;background:linear-gradient(135deg,#007bbf,#0056a3);color:#fff}.awards-section .section-title[data-v-88023229]{color:#fff}.awards-grid[data-v-88023229]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.cta-section[data-v-88023229]{padding:100px 0;background:#f8fafb;text-align:center}.avatar-icon[data-v-88023229]{width:88px;height:88px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(135deg,#e3f2fd,#b3e0ff);border:2px solid #0084ef;box-shadow:0 2px 8px #0084ef14}.studio-life-section[data-v-88023229]{padding:80px 0;background:#fff}.studio-gallery[data-v-88023229]{max-width:1600px;margin:0 auto;padding:0 1rem}.gallery-row[data-v-88023229]{display:flex;gap:8px;margin-bottom:8px;align-items:flex-start}.gallery-row[data-v-88023229]:last-child{margin-bottom:0}.top-row .small-item[data-v-88023229]{flex:1;aspect-ratio:1}.top-row .large-item[data-v-88023229]{flex:2}.bottom-row .equal-item[data-v-88023229]{flex:1;aspect-ratio:1}.gallery-item[data-v-88023229]{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer;position:relative;border:1px solid #e5e7eb}.gallery-item[data-v-88023229]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.gallery-image[data-v-88023229]{width:100%;height:100%;overflow:hidden;position:relative;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center}.gallery-image img[data-v-88023229]{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s ease;filter:grayscale(.1);background-color:transparent;display:block}.large-item .gallery-image img[data-v-88023229]{object-fit:cover}.gallery-item:hover .gallery-image img[data-v-88023229]{transform:scale(1.02);filter:grayscale(0)}.gallery-overlay[data-v-88023229]{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:2}.gallery-item:hover .gallery-overlay[data-v-88023229]{opacity:1}.overlay-content[data-v-88023229]{color:#fff;text-align:center;font-weight:500;letter-spacing:.5px;text-transform:uppercase;transform:translateY(10px);transition:transform .3s ease}.gallery-item:hover .overlay-content[data-v-88023229]{transform:translateY(0)}.overlay-content svg[data-v-88023229]{display:none}@media (max-width: 1024px){.hero-content[data-v-88023229]{grid-template-columns:1fr;text-align:center;gap:2rem}.about-content[data-v-88023229],.educational-content[data-v-88023229]{grid-template-columns:1fr;gap:2rem}.characters-grid[data-v-88023229]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.values-list[data-v-88023229]{padding:0 1rem}.value-item[data-v-88023229]{gap:1.5rem}.episodes-grid[data-v-88023229]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.studio-gallery[data-v-88023229]{padding:0 .5rem}.gallery-row[data-v-88023229]{gap:6px;margin-bottom:6px}.top-row .small-item[data-v-88023229]{flex:.8;aspect-ratio:1}.top-row .large-item[data-v-88023229]{flex:1.4}.bottom-row .equal-item[data-v-88023229]{aspect-ratio:1}}@media (min-width: 1400px){.container[data-v-88023229]{padding:0 4rem}}@media (min-width: 1800px){.container[data-v-88023229]{padding:0 6rem}}@media (min-width: 2400px){.container[data-v-88023229]{padding:0 8rem}}@media (max-width: 768px){.container[data-v-88023229]{padding:0 1rem}.octonauts-hero[data-v-88023229]{height:80vh;min-height:1000px}.hero-stats[data-v-88023229]{flex-direction:column;gap:1rem}.key-features[data-v-88023229]{grid-template-columns:1fr}.values-list[data-v-88023229]{padding:0 1rem}.value-item[data-v-88023229]{gap:1rem;margin-bottom:2rem}.value-icon[data-v-88023229],.value-icon img[data-v-88023229]{width:60px;height:60px}.value-title[data-v-88023229]{font-size:1.5rem}.characters-grid[data-v-88023229],.episodes-grid[data-v-88023229]{grid-template-columns:1fr}.awards-grid[data-v-88023229]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cta-buttons[data-v-88023229]{flex-direction:column;align-items:center}.btn[data-v-88023229]{width:200px}.studio-gallery[data-v-88023229]{padding:0 .5rem}.gallery-row[data-v-88023229]{flex-direction:column;gap:6px;margin-bottom:6px}.gallery-item[data-v-88023229]{aspect-ratio:1;width:100%}.top-row .small-item[data-v-88023229],.top-row .large-item[data-v-88023229],.bottom-row .equal-item[data-v-88023229]{flex:none;aspect-ratio:1}}@media (max-width: 480px){.character-card[data-v-88023229],.episode-card[data-v-88023229]{margin:0 1rem}.feature-item[data-v-88023229]{padding:1rem}.value-item[data-v-88023229]{flex-direction:column;text-align:center;gap:1rem;margin-bottom:2.5rem}.value-icon[data-v-88023229]{align-self:center;width:60px;height:60px}.value-icon img[data-v-88023229]{width:60px;height:60px}.value-title[data-v-88023229]{font-size:1.5rem}.episode-info[data-v-88023229],.award-item[data-v-88023229]{padding:1.5rem}}.octonauts-hero[data-v-88023229]{position:relative;width:100%;height:90vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:none;margin:0;padding:0}.octonauts-hero-img[data-v-88023229]{width:100%;height:100%;object-fit:fill;display:block}.watermark[data-v-88023229]{position:absolute;top:30px;right:40px;color:#6b7280;font-size:.7rem;font-weight:500;letter-spacing:1px;z-index:10}@media (max-width: 768px){.watermark[data-v-88023229]{top:20px;right:20px;font-size:1rem}}@media (max-width: 480px){.watermark[data-v-88023229]{top:15px;right:15px;font-size:.9rem}}.octonauts-page[data-v-da291fda]{background:#fff}.container[data-v-da291fda]{max-width:2400px;margin:0 auto;padding:0 3rem;position:relative;z-index:2}.hero-content[data-v-da291fda]{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;color:#fff}.octonauts-hero[data-v-da291fda]{position:relative;width:100%;height:90vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:none;margin:0;padding:0}.octonauts-hero-img[data-v-da291fda]{width:100%;height:100%;object-fit:fill;display:block}.hero-text[data-v-da291fda]{text-align:left}.octonauts-title[data-v-da291fda]{font-weight:900;margin-bottom:1rem;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.3);background:linear-gradient(45deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-v-da291fda]{font-weight:600;margin-bottom:1.5rem;color:#e3f2fd;text-transform:uppercase;letter-spacing:1px}.hero-description[data-v-da291fda]{line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-stats[data-v-da291fda]{display:flex;gap:2rem}.stat-item[data-v-da291fda]{text-align:center}.stat-number[data-v-da291fda]{display:block;font-weight:700;color:#fff}.stat-label[data-v-da291fda]{text-transform:uppercase;letter-spacing:1px;opacity:.9}.about-text-section[data-v-da291fda]{padding:80px 0;background:#fff}.about-text[data-v-da291fda]{line-height:1.8;font-weight:400;margin-bottom:1.5rem;text-align:justify;text-justify:inter-word;letter-spacing:.3px;padding:0 2rem;position:relative;max-width:1355px;margin-left:auto;margin-right:auto;text-indent:0}.about-features-section[data-v-da291fda]{padding:60px 0 80px}.about-text h2[data-v-da291fda]{font-weight:800;text-align:center;margin-bottom:1.2rem;color:#2d3748;letter-spacing:3px;padding:0 2rem;text-transform:uppercase;position:relative;display:inline-block;width:100%}.about-text .about-subtitle[data-v-da291fda]{font-weight:600;color:#222;text-align:center;margin-bottom:2rem;margin-top:.5rem;letter-spacing:1px}.about-text p[data-v-da291fda]{margin-bottom:1.7rem;text-align:justify;text-justify:inter-word;letter-spacing:.1px;padding:0 2.5rem}.about-text p[data-v-da291fda]:last-child{margin-bottom:0}.key-features[data-v-da291fda]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature-item[data-v-da291fda]{text-align:center;padding:1.5rem 0;background:transparent;border-radius:0;box-shadow:none;border:none;transition:none}.feature-item[data-v-da291fda]:hover{transform:none}.feature-item p[data-v-da291fda]{color:#718096;margin:0}.about-image[data-v-da291fda]{display:flex;justify-content:center}.about-image img[data-v-da291fda]{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}.characters-section[data-v-da291fda]{padding:100px 0;background:#fff}.characters-grid[data-v-da291fda]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.character-card[data-v-da291fda]{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #007bbf1a;text-align:center;transition:all .3s ease;border:2px solid #e2e8f0}.character-card[data-v-da291fda]:hover{transform:translateY(-10px);box-shadow:0 20px 50px #007bbf33;border-color:#007bbf}.character-avatar[data-v-da291fda]{margin-bottom:1.5rem}.character-placeholder[data-v-da291fda]{width:80px;height:80px;background:linear-gradient(135deg,#007bbf,#0056a3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.character-info h3[data-v-da291fda]{font-weight:700;color:#1a365d;margin-bottom:.5rem}.character-role[data-v-da291fda]{color:#007bbf;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.character-description[data-v-da291fda]{color:#4a5568;line-height:1.6;margin:0}.episodes-section[data-v-da291fda]{padding:100px 0;background:#f8fafb}.episodes-grid[data-v-da291fda]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.episode-card[data-v-da291fda]{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.episode-card[data-v-da291fda]:hover{transform:translateY(-5px)}.episode-thumbnail[data-v-da291fda]{position:relative;width:100%;height:200px;overflow:hidden}.episode-thumbnail img[data-v-da291fda]{width:100%;height:100%;object-fit:cover}.episode-overlay[data-v-da291fda]{position:absolute;top:0;left:0;width:100%;height:100%;background:#007bbfcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.episode-card:hover .episode-overlay[data-v-da291fda]{opacity:1}.play-button[data-v-da291fda]{background:#fff;border:none;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease}.play-button[data-v-da291fda]:hover{transform:scale(1.1)}.play-button span[data-v-da291fda]{color:#007bbf;margin-left:4px}.episode-info[data-v-da291fda]{padding:2rem}.episode-info h4[data-v-da291fda]{font-weight:700;color:#1a365d;margin-bottom:1rem}.episode-description[data-v-da291fda]{color:#4a5568;line-height:1.6;margin-bottom:1rem}.episode-meta[data-v-da291fda]{display:flex;gap:1rem;align-items:center}.episode-season[data-v-da291fda],.episode-duration[data-v-da291fda]{background:#e2e8f0;padding:.3rem .8rem;border-radius:12px;font-weight:600;color:#4a5568}.educational-section[data-v-da291fda]{padding:100px 0;background:#fff}.educational-content[data-v-da291fda]{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.educational-text h2[data-v-da291fda]{font-weight:700;color:#1a365d;margin-bottom:2rem}.educational-text p[data-v-da291fda]{line-height:1.8;color:#4a5568;margin-bottom:2rem}.educational-benefits[data-v-da291fda]{list-style:none;padding:0}.educational-benefits li[data-v-da291fda]{position:relative;padding:.8rem 0 .8rem 2rem;color:#4a5568;line-height:1.6;border-bottom:1px solid #e2e8f0}.educational-benefits li[data-v-da291fda]:before{content:"馃帗";position:absolute;left:0;top:.8rem}.educational-benefits li[data-v-da291fda]:last-child{border-bottom:none}.educational-image img[data-v-da291fda]{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}.awards-section[data-v-da291fda]{padding:100px 0;background:linear-gradient(135deg,#007bbf,#0056a3);color:#fff}.awards-section .section-title[data-v-da291fda]{color:#fff}.awards-grid[data-v-da291fda]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.award-item[data-v-da291fda]{text-align:center;padding:2rem;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.award-item[data-v-da291fda]:hover{transform:translateY(-5px)}.award-icon[data-v-da291fda]{margin-bottom:1rem}.award-item h4[data-v-da291fda]{font-weight:700;margin-bottom:.5rem}.award-item p[data-v-da291fda]{opacity:.9;margin:0}.cta-section[data-v-da291fda]{padding:100px 0;background:#f8fafb;text-align:center}.cta-content h2[data-v-da291fda]{font-weight:700;color:#1a365d;margin-bottom:1rem}.cta-content p[data-v-da291fda]{color:#4a5568;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons[data-v-da291fda]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn[data-v-da291fda]{padding:1rem 2rem;border:none;border-radius:30px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary[data-v-da291fda]{background:linear-gradient(135deg,#007bbf,#0056a3);color:#fff}.btn-primary[data-v-da291fda]:hover{transform:translateY(-3px);box-shadow:0 10px 30px #007bbf66}.btn-secondary[data-v-da291fda]{background:transparent;color:#007bbf;border:2px solid #007bbf}.btn-secondary[data-v-da291fda]:hover{background:#007bbf;color:#fff;transform:translateY(-3px)}.avatar-icon[data-v-da291fda]{width:88px;height:88px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(135deg,#e3f2fd,#b3e0ff);border:2px solid #0084ef;box-shadow:0 2px 8px #0084ef14}.studio-life-section[data-v-da291fda]{padding:80px 0;background:#fff}.studio-gallery[data-v-da291fda]{max-width:1600px;margin:0 auto;padding:0 1rem}.gallery-row[data-v-da291fda]{display:flex;gap:8px;margin-bottom:8px;align-items:flex-start}.gallery-row[data-v-da291fda]:last-child{margin-bottom:0}.top-row .small-item[data-v-da291fda]{flex:1;aspect-ratio:1}.top-row .large-item[data-v-da291fda]{flex:2}.bottom-row .equal-item[data-v-da291fda]{flex:1;aspect-ratio:1}.gallery-item[data-v-da291fda]{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer;position:relative;border:1px solid #e5e7eb}.gallery-item[data-v-da291fda]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.gallery-image[data-v-da291fda]{width:100%;height:100%;overflow:hidden;position:relative;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center}.gallery-image img[data-v-da291fda]{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s ease;filter:grayscale(.1);background-color:transparent;display:block}.large-item .gallery-image img[data-v-da291fda]{object-fit:cover}.gallery-item:hover .gallery-image img[data-v-da291fda]{transform:scale(1.02);filter:grayscale(0)}.gallery-overlay[data-v-da291fda]{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:2}.gallery-item:hover .gallery-overlay[data-v-da291fda]{opacity:1}.overlay-content[data-v-da291fda]{color:#fff;text-align:center;font-weight:500;letter-spacing:.5px;text-transform:uppercase;transform:translateY(10px);transition:transform .3s ease}.gallery-item:hover .overlay-content[data-v-da291fda]{transform:translateY(0)}.overlay-content svg[data-v-da291fda]{display:none}@media (max-width: 1024px){.hero-content[data-v-da291fda]{grid-template-columns:1fr;text-align:center;gap:2rem}.about-content[data-v-da291fda],.educational-content[data-v-da291fda]{grid-template-columns:1fr;gap:2rem}.characters-grid[data-v-da291fda]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.episodes-grid[data-v-da291fda]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.studio-gallery[data-v-da291fda]{padding:0 .5rem}.gallery-row[data-v-da291fda]{gap:6px;margin-bottom:6px}.top-row .small-item[data-v-da291fda]{flex:.8;aspect-ratio:1}.top-row .large-item[data-v-da291fda]{flex:1.4}.bottom-row .equal-item[data-v-da291fda]{aspect-ratio:1}}@media (min-width: 1400px){.container[data-v-da291fda]{padding:0 4rem}}@media (min-width: 1800px){.container[data-v-da291fda]{padding:0 6rem}}@media (min-width: 2400px){.container[data-v-da291fda]{padding:0 8rem}}@media (max-width: 768px){.container[data-v-da291fda]{padding:0 1rem}.octonauts-hero[data-v-da291fda]{height:80vh;min-height:1000px}.hero-stats[data-v-da291fda]{flex-direction:column;gap:1rem}.key-features[data-v-da291fda],.characters-grid[data-v-da291fda],.episodes-grid[data-v-da291fda]{grid-template-columns:1fr}.awards-grid[data-v-da291fda]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cta-buttons[data-v-da291fda]{flex-direction:column;align-items:center}.btn[data-v-da291fda]{width:200px}.studio-gallery[data-v-da291fda]{padding:0 .5rem}.gallery-row[data-v-da291fda]{flex-direction:column;gap:6px;margin-bottom:6px}.gallery-item[data-v-da291fda]{aspect-ratio:1;width:100%}.top-row .small-item[data-v-da291fda],.top-row .large-item[data-v-da291fda],.bottom-row .equal-item[data-v-da291fda]{flex:none;aspect-ratio:1}}@media (max-width: 480px){.character-card[data-v-da291fda],.episode-card[data-v-da291fda]{margin:0 1rem}.feature-item[data-v-da291fda]{padding:1rem}.episode-info[data-v-da291fda],.award-item[data-v-da291fda]{padding:1.5rem}}.watermark[data-v-da291fda]{position:absolute;top:30px;right:40px;color:#6b7280;font-size:.7rem;font-weight:500;letter-spacing:1px;z-index:10}@media (max-width: 768px){.watermark[data-v-da291fda]{top:20px;right:20px;font-size:1rem}}@media (max-width: 480px){.watermark[data-v-da291fda]{top:15px;right:15px;font-size:.9rem}}.octonauts-page[data-v-a8c60d05]{background:#fff}.octonauts-hero[data-v-a8c60d05]{position:relative;width:100%;height:90vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:none;margin:0;padding:0}.octonauts-hero-img[data-v-a8c60d05]{width:100%;height:100%;object-fit:fill;display:block}.timeline-section[data-v-a8c60d05]{position:relative;width:100%;background:#fff;padding:40px 0;margin:0}.timeline-content[data-v-a8c60d05]{max-width:100%;margin:0 auto;display:flex;justify-content:center;align-items:center}.timeline-img[data-v-a8c60d05]{width:100%;height:auto;object-fit:contain;display:block}.world-map-section[data-v-a8c60d05]{position:relative;width:100%;background:#fff;padding:40px 0;margin:0}.world-map-content[data-v-a8c60d05]{max-width:100%;margin:0 auto;display:flex;justify-content:center;align-items:center}.world-map-img[data-v-a8c60d05]{width:100%;height:auto;object-fit:contain;display:block}.global-distribution-section[data-v-a8c60d05]{background:#fff;padding:1px 0 40px;margin:0}.global-distribution-section .container[data-v-a8c60d05]{max-width:1200px;margin:0 auto;padding:0 2rem}.distribution-container[data-v-a8c60d05]{background:linear-gradient(135deg,#1e88e5,#1565c0);border-radius:20px;padding:40px 30px;box-shadow:0 10px 30px #1e88e54d}.stats-titles[data-v-a8c60d05]{display:flex;justify-content:center;gap:4rem;margin-bottom:2rem;flex-wrap:wrap}.stats-titles .subsection-title[data-v-a8c60d05]{color:#fff!important;font-size:1.8rem!important;margin-bottom:0!important;text-transform:uppercase;font-weight:700;text-shadow:0 2px 4px rgba(0,0,0,.3)}.platforms-content[data-v-a8c60d05]{max-width:900px;margin:0 auto}.platforms-content .about-text[data-v-a8c60d05]{color:#fff!important;padding:1.5rem 2rem!important;margin-bottom:.1rem!important;text-align:left!important}.platforms-content .about-text[data-v-a8c60d05]:last-child{margin-bottom:0!important}.platforms-content .about-text strong[data-v-a8c60d05]{color:#fff;font-weight:700}@media (max-width: 768px){.stats-titles[data-v-a8c60d05]{gap:2rem;flex-direction:column;align-items:center}.stats-titles .subsection-title[data-v-a8c60d05]{font-size:1.5rem!important}.distribution-container[data-v-a8c60d05]{padding:30px 20px}.platforms-content .about-text[data-v-a8c60d05]{padding:1rem 1.5rem!important;font-size:1rem!important}}.octonauts-page[data-v-591c493c]{background:#fff}.container[data-v-591c493c]{max-width:2400px;margin:0 auto;padding:0 3rem;position:relative;z-index:2}.hero-content[data-v-591c493c]{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;color:#fff}.octonauts-hero[data-v-591c493c]{position:relative;width:100%;height:90vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:none;margin:0;padding:0}.octonauts-hero-img[data-v-591c493c]{width:100%;height:100%;object-fit:fill;display:block}.hero-text[data-v-591c493c]{text-align:left}.octonauts-title[data-v-591c493c]{font-weight:900;margin-bottom:1rem;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.3);background:linear-gradient(45deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-v-591c493c]{font-weight:600;margin-bottom:1.5rem;color:#e3f2fd;text-transform:uppercase;letter-spacing:1px}.hero-description[data-v-591c493c]{line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-stats[data-v-591c493c]{display:flex;gap:2rem}.stat-item[data-v-591c493c]{text-align:center}.stat-number[data-v-591c493c]{display:block;font-weight:700;color:#fff}.stat-label[data-v-591c493c]{text-transform:uppercase;letter-spacing:1px;opacity:.9}.about-text-section[data-v-591c493c]{padding:80px 0;background:#fff}.about-features-section[data-v-591c493c]{padding:60px 0 80px}.about-text-section[data-v-591c493c]{max-width:1400px;margin:0 auto;padding:2.5rem 2rem;text-align:center}.key-features[data-v-591c493c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature-item[data-v-591c493c]{text-align:center;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.feature-item[data-v-591c493c]:hover{transform:translateY(-5px)}.feature-item[data-v-591c493c]{text-align:center;padding:1.5rem 0;background:transparent;border-radius:0;box-shadow:none;border:none;transition:none}.feature-item[data-v-591c493c]:hover{transform:none}.feature-item p[data-v-591c493c]{color:#718096;margin:0}.about-image[data-v-591c493c]{display:flex;justify-content:center}.about-image img[data-v-591c493c]{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}.characters-section[data-v-591c493c]{padding:100px 0;background:#fff}.characters-grid[data-v-591c493c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.character-card[data-v-591c493c]{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #007bbf1a;text-align:center;transition:all .3s ease;border:2px solid #e2e8f0}.character-card[data-v-591c493c]:hover{transform:translateY(-10px);box-shadow:0 20px 50px #007bbf33;border-color:#007bbf}.character-avatar[data-v-591c493c]{margin-bottom:1.5rem}.character-placeholder[data-v-591c493c]{width:80px;height:80px;background:linear-gradient(135deg,#007bbf,#0056a3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.character-info h3[data-v-591c493c]{font-weight:700;color:#1a365d;margin-bottom:.5rem}.character-role[data-v-591c493c]{color:#007bbf;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.character-description[data-v-591c493c]{color:#4a5568;line-height:1.6;margin:0}.episodes-section[data-v-591c493c]{padding:100px 0;background:#f8fafb}.episodes-grid[data-v-591c493c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.episode-card[data-v-591c493c]{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.episode-card[data-v-591c493c]:hover{transform:translateY(-5px)}.episode-thumbnail[data-v-591c493c]{position:relative;width:100%;height:200px;overflow:hidden}.episode-thumbnail img[data-v-591c493c]{width:100%;height:100%;object-fit:cover}.episode-overlay[data-v-591c493c]{position:absolute;top:0;left:0;width:100%;height:100%;background:#007bbfcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.episode-card:hover .episode-overlay[data-v-591c493c]{opacity:1}.play-button[data-v-591c493c]{background:#fff;border:none;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease}.play-button[data-v-591c493c]:hover{transform:scale(1.1)}.play-button span[data-v-591c493c]{color:#007bbf;margin-left:4px}.episode-info[data-v-591c493c]{padding:2rem}.episode-info h4[data-v-591c493c]{font-weight:700;color:#1a365d;margin-bottom:1rem}.episode-description[data-v-591c493c]{color:#4a5568;line-height:1.6;margin-bottom:1rem}.episode-meta[data-v-591c493c]{display:flex;gap:1rem;align-items:center}.episode-season[data-v-591c493c],.episode-duration[data-v-591c493c]{background:#e2e8f0;padding:.3rem .8rem;border-radius:12px;font-weight:600;color:#4a5568}.educational-section[data-v-591c493c]{padding:100px 0;background:#fff}.educational-content[data-v-591c493c]{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.educational-text h2[data-v-591c493c]{font-weight:700;color:#1a365d;margin-bottom:2rem}.educational-text p[data-v-591c493c]{line-height:1.8;color:#4a5568;margin-bottom:2rem}.educational-benefits[data-v-591c493c]{list-style:none;padding:0}.educational-benefits li[data-v-591c493c]{position:relative;padding:.8rem 0 .8rem 2rem;color:#4a5568;line-height:1.6;border-bottom:1px solid #e2e8f0}.educational-benefits li[data-v-591c493c]:before{content:"馃帗";position:absolute;left:0;top:.8rem}.educational-benefits li[data-v-591c493c]:last-child{border-bottom:none}.educational-image img[data-v-591c493c]{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}.awards-section[data-v-591c493c]{padding:100px 0;background:linear-gradient(135deg,#007bbf,#0056a3);color:#fff}.about-text[data-v-591c493c]{line-height:1.8;font-weight:400;margin-bottom:1.5rem;text-align:justify;text-justify:inter-word;letter-spacing:.3px;padding:0 2rem;position:relative;max-width:1250px;margin-left:auto;margin-right:auto;text-indent:0}.awards-section .section-title[data-v-591c493c]{color:#fff}.awards-grid[data-v-591c493c]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.award-item[data-v-591c493c]{text-align:center;padding:2rem;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.award-item[data-v-591c493c]:hover{transform:translateY(-5px)}.award-icon[data-v-591c493c]{margin-bottom:1rem}.award-item h4[data-v-591c493c]{font-weight:700;margin-bottom:.5rem}.award-item p[data-v-591c493c]{opacity:.9;margin:0}.cta-section[data-v-591c493c]{padding:100px 0;background:#f8fafb;text-align:center}.cta-content h2[data-v-591c493c]{color:#1a365d}.cta-content p[data-v-591c493c]{color:#4a5568;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons[data-v-591c493c]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn[data-v-591c493c]{padding:1rem 2rem;border:none;border-radius:30px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary[data-v-591c493c]{background:linear-gradient(135deg,#007bbf,#0056a3);color:#fff}.btn-primary[data-v-591c493c]:hover{transform:translateY(-3px);box-shadow:0 10px 30px #007bbf66}.btn-secondary[data-v-591c493c]{background:transparent;color:#007bbf;border:2px solid #007bbf}.btn-secondary[data-v-591c493c]:hover{background:#007bbf;color:#fff;transform:translateY(-3px)}.avatar-icon[data-v-591c493c]{width:88px;height:88px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(135deg,#e3f2fd,#b3e0ff);border:2px solid #0084ef;box-shadow:0 2px 8px #0084ef14}.studio-life-section[data-v-591c493c]{padding:80px 0;background:#fff}.studio-gallery[data-v-591c493c]{max-width:1600px;margin:0 auto;padding:0 1rem}.gallery-row[data-v-591c493c]{display:flex;gap:8px;margin-bottom:8px;align-items:flex-start}.gallery-row[data-v-591c493c]:last-child{margin-bottom:0}.top-row .small-item[data-v-591c493c]{flex:1;aspect-ratio:1}.top-row .large-item[data-v-591c493c]{flex:2}.bottom-row .equal-item[data-v-591c493c]{flex:1;aspect-ratio:1}.gallery-item[data-v-591c493c]{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer;position:relative;border:1px solid #e5e7eb}.gallery-item[data-v-591c493c]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.gallery-image[data-v-591c493c]{width:100%;height:100%;overflow:hidden;position:relative;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center}.gallery-image img[data-v-591c493c]{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s ease;filter:grayscale(.1);background-color:transparent;display:block}.large-item .gallery-image img[data-v-591c493c]{object-fit:cover}.gallery-item:hover .gallery-image img[data-v-591c493c]{transform:scale(1.02);filter:grayscale(0)}.gallery-overlay[data-v-591c493c]{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:2}.gallery-item:hover .gallery-overlay[data-v-591c493c]{opacity:1}.overlay-content[data-v-591c493c]{color:#fff;text-align:center;font-weight:500;letter-spacing:.5px;text-transform:uppercase;transform:translateY(10px);transition:transform .3s ease}.gallery-item:hover .overlay-content[data-v-591c493c]{transform:translateY(0)}.overlay-content svg[data-v-591c493c]{display:none}@media (max-width: 1024px){.hero-content[data-v-591c493c]{grid-template-columns:1fr;text-align:center;gap:2rem}.about-content[data-v-591c493c],.educational-content[data-v-591c493c]{grid-template-columns:1fr;gap:2rem}.characters-grid[data-v-591c493c]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.episodes-grid[data-v-591c493c]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.studio-gallery[data-v-591c493c]{padding:0 .5rem}.gallery-row[data-v-591c493c]{gap:6px;margin-bottom:6px}.top-row .small-item[data-v-591c493c]{flex:.8;aspect-ratio:1}.top-row .large-item[data-v-591c493c]{flex:1.4}.bottom-row .equal-item[data-v-591c493c]{aspect-ratio:1}}@media (min-width: 1400px){.container[data-v-591c493c]{padding:0 4rem}}@media (min-width: 1800px){.container[data-v-591c493c]{padding:0 6rem}}@media (min-width: 2400px){.container[data-v-591c493c]{padding:0 8rem}}@media (max-width: 768px){.container[data-v-591c493c]{padding:0 1rem}.octonauts-hero[data-v-591c493c]{height:80vh;min-height:1000px}.hero-stats[data-v-591c493c]{flex-direction:column;gap:1rem}.key-features[data-v-591c493c],.characters-grid[data-v-591c493c],.episodes-grid[data-v-591c493c]{grid-template-columns:1fr}.awards-grid[data-v-591c493c]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cta-buttons[data-v-591c493c]{flex-direction:column;align-items:center}.btn[data-v-591c493c]{width:200px}.studio-gallery[data-v-591c493c]{padding:0 .5rem}.gallery-row[data-v-591c493c]{flex-direction:column;gap:6px;margin-bottom:6px}.gallery-item[data-v-591c493c]{aspect-ratio:1;width:100%}.top-row .small-item[data-v-591c493c],.top-row .large-item[data-v-591c493c],.bottom-row .equal-item[data-v-591c493c]{flex:none;aspect-ratio:1}}@media (max-width: 480px){.character-card[data-v-591c493c],.episode-card[data-v-591c493c]{margin:0 1rem}.feature-item[data-v-591c493c]{padding:1rem}.episode-info[data-v-591c493c],.award-item[data-v-591c493c]{padding:1.5rem}}.watermark[data-v-591c493c]{position:absolute;top:30px;right:40px;color:#6b7280;font-size:.7rem;font-weight:500;letter-spacing:1px;z-index:10}@media (max-width: 768px){.watermark[data-v-591c493c]{top:20px;right:20px;font-size:1rem}}@media (max-width: 480px){.watermark[data-v-591c493c]{top:15px;right:15px;font-size:.9rem}}.octonauts-page[data-v-85710817]{background:#fff}.container[data-v-85710817]{max-width:2400px;margin:0 auto;padding:0 3rem;position:relative;z-index:2}.hero-content[data-v-85710817]{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;color:#fff}.octonauts-hero[data-v-85710817]{position:relative;width:100%;height:90vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:none;margin:0;padding:0}.octonauts-hero-img[data-v-85710817]{width:100%;height:100%;object-fit:fill;display:block}.hero-text[data-v-85710817]{text-align:left}.octonauts-title[data-v-85710817]{font-weight:900;margin-bottom:1rem;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.3);background:linear-gradient(45deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-v-85710817]{font-weight:600;margin-bottom:1.5rem;color:#e3f2fd;text-transform:uppercase;letter-spacing:1px}.hero-description[data-v-85710817]{line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-stats[data-v-85710817]{display:flex;gap:2rem}.stat-item[data-v-85710817]{text-align:center}.stat-number[data-v-85710817]{display:block;font-weight:700;color:#fff}.stat-label[data-v-85710817]{text-transform:uppercase;letter-spacing:1px;opacity:.9}.about-text[data-v-85710817]{line-height:1.8;font-weight:400;margin-bottom:1.5rem;text-align:justify;text-justify:inter-word;letter-spacing:.3px;padding:0 2rem;position:relative;max-width:1250px;margin-left:auto;margin-right:auto;text-indent:0}.about-text-section[data-v-85710817]{padding:80px 0;background:#fff}.about-features-section[data-v-85710817]{padding:60px 0 80px}.about-text-section[data-v-85710817]{max-width:1400px;margin:0 auto;padding:2.5rem 2rem;text-align:center}.about-text p[data-v-85710817]:last-child{margin-bottom:0}.key-features[data-v-85710817]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature-item[data-v-85710817]{text-align:center;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.feature-item[data-v-85710817]:hover{transform:translateY(-5px)}.feature-item[data-v-85710817]{text-align:center;padding:1.5rem 0;background:transparent;border-radius:0;box-shadow:none;border:none;transition:none}.feature-item[data-v-85710817]:hover{transform:none}.feature-item p[data-v-85710817]{color:#718096;margin:0}.about-image[data-v-85710817]{display:flex;justify-content:center}.about-image img[data-v-85710817]{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}.character-layout[data-v-85710817]{display:grid;grid-template-columns:1fr 2fr;gap:4rem;align-items:center;max-width:1200px;margin:0 auto;padding:0 2rem}.character-image[data-v-85710817]{display:flex;justify-content:center;align-items:center}.character-image img[data-v-85710817]{max-width:100%;height:auto;max-height:400px;object-fit:contain}.character-content[data-v-85710817]{text-align:left}.character-content h3[data-v-85710817]{font-weight:600;color:#0084ef;margin-bottom:1.2rem;text-transform:none;letter-spacing:1px;border-left:4px solid #0084ef;padding-left:1rem}.character-content p[data-v-85710817]{line-height:1.8;color:#4a5568;margin-bottom:1.5rem;text-align:justify}.character-content p[data-v-85710817]:last-child{margin-bottom:0}.characters-grid[data-v-85710817]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.character-card[data-v-85710817]{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #007bbf1a;text-align:center;transition:all .3s ease;border:2px solid #e2e8f0}.character-card[data-v-85710817]:hover{transform:translateY(-10px);box-shadow:0 20px 50px #007bbf33;border-color:#007bbf}.character-avatar[data-v-85710817]{margin-bottom:1.5rem}.character-placeholder[data-v-85710817]{width:80px;height:80px;background:linear-gradient(135deg,#007bbf,#0056a3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.character-info h3[data-v-85710817]{font-weight:700;color:#1a365d;margin-bottom:.5rem}.character-role[data-v-85710817]{color:#007bbf;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.character-description[data-v-85710817]{color:#4a5568;line-height:1.6;margin:0}.episodes-section[data-v-85710817]{padding:100px 0;background:#f8fafb}.episodes-grid[data-v-85710817]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.episode-card[data-v-85710817]{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.episode-card[data-v-85710817]:hover{transform:translateY(-5px)}.episode-thumbnail[data-v-85710817]{position:relative;width:100%;height:200px;overflow:hidden}.episode-thumbnail img[data-v-85710817]{width:100%;height:100%;object-fit:cover}.episode-overlay[data-v-85710817]{position:absolute;top:0;left:0;width:100%;height:100%;background:#007bbfcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.episode-card:hover .episode-overlay[data-v-85710817]{opacity:1}.play-button[data-v-85710817]{background:#fff;border:none;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease}.play-button[data-v-85710817]:hover{transform:scale(1.1)}.play-button span[data-v-85710817]{color:#007bbf;margin-left:4px}.episode-info[data-v-85710817]{padding:2rem}.episode-info h4[data-v-85710817]{font-weight:700;color:#1a365d;margin-bottom:1rem}.episode-description[data-v-85710817]{color:#4a5568;line-height:1.6;margin-bottom:1rem}.episode-meta[data-v-85710817]{display:flex;gap:1rem;align-items:center}.episode-season[data-v-85710817],.episode-duration[data-v-85710817]{background:#e2e8f0;padding:.3rem .8rem;border-radius:12px;font-weight:600;color:#4a5568}.educational-section[data-v-85710817]{padding:100px 0;background:#fff}.educational-content[data-v-85710817]{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.educational-text h2[data-v-85710817]{font-weight:700;color:#1a365d;margin-bottom:2rem}.educational-text p[data-v-85710817]{line-height:1.8;color:#4a5568;margin-bottom:2rem}.educational-benefits[data-v-85710817]{list-style:none;padding:0}.educational-benefits li[data-v-85710817]{position:relative;padding:.8rem 0 .8rem 2rem;color:#4a5568;line-height:1.6;border-bottom:1px solid #e2e8f0}.educational-benefits li[data-v-85710817]:before{content:"馃帗";position:absolute;left:0;top:.8rem}.educational-benefits li[data-v-85710817]:last-child{border-bottom:none}.educational-image img[data-v-85710817]{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}.awards-section[data-v-85710817]{padding:100px 0;background:linear-gradient(135deg,#007bbf,#0056a3);color:#fff}.awards-section .section-title[data-v-85710817]{color:#fff}.awards-grid[data-v-85710817]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.award-item[data-v-85710817]{text-align:center;padding:2rem;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.award-item[data-v-85710817]:hover{transform:translateY(-5px)}.award-icon[data-v-85710817]{margin-bottom:1rem}.award-item h4[data-v-85710817]{font-weight:700;margin-bottom:.5rem}.award-item p[data-v-85710817]{opacity:.9;margin:0}.cta-section[data-v-85710817]{padding:100px 0;background:#f8fafb;text-align:center}.cta-content h2[data-v-85710817]{font-weight:700;color:#1a365d;margin-bottom:1rem}.cta-content p[data-v-85710817]{color:#4a5568;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons[data-v-85710817]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn[data-v-85710817]{padding:1rem 2rem;border:none;border-radius:30px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary[data-v-85710817]{background:linear-gradient(135deg,#007bbf,#0056a3);color:#fff}.btn-primary[data-v-85710817]:hover{transform:translateY(-3px);box-shadow:0 10px 30px #007bbf66}.btn-secondary[data-v-85710817]{background:transparent;color:#007bbf;border:2px solid #007bbf}.btn-secondary[data-v-85710817]:hover{background:#007bbf;color:#fff;transform:translateY(-3px)}.avatar-icon[data-v-85710817]{width:88px;height:88px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(135deg,#e3f2fd,#b3e0ff);border:2px solid #0084ef;box-shadow:0 2px 8px #0084ef14}.studio-life-section[data-v-85710817]{padding:80px 0;background:#fff}.studio-gallery[data-v-85710817]{max-width:1600px;margin:0 auto;padding:0 1rem}.gallery-row[data-v-85710817]{display:flex;gap:8px;margin-bottom:8px;align-items:flex-start}.gallery-row[data-v-85710817]:last-child{margin-bottom:0}.top-row .small-item[data-v-85710817]{flex:1;aspect-ratio:1}.top-row .large-item[data-v-85710817]{flex:2}.bottom-row .equal-item[data-v-85710817]{flex:1;aspect-ratio:1}.gallery-item[data-v-85710817]{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer;position:relative;border:1px solid #e5e7eb}.gallery-item[data-v-85710817]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.gallery-image[data-v-85710817]{width:100%;height:100%;overflow:hidden;position:relative;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center}.gallery-image img[data-v-85710817]{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s ease;filter:grayscale(.1);background-color:transparent;display:block}.large-item .gallery-image img[data-v-85710817]{object-fit:cover}.gallery-item:hover .gallery-image img[data-v-85710817]{transform:scale(1.02);filter:grayscale(0)}.gallery-overlay[data-v-85710817]{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:2}.gallery-item:hover .gallery-overlay[data-v-85710817]{opacity:1}.overlay-content[data-v-85710817]{color:#fff;text-align:center;font-weight:500;letter-spacing:.5px;text-transform:uppercase;transform:translateY(10px);transition:transform .3s ease}.gallery-item:hover .overlay-content[data-v-85710817]{transform:translateY(0)}.overlay-content svg[data-v-85710817]{display:none}@media (max-width: 1024px){.hero-content[data-v-85710817]{grid-template-columns:1fr;text-align:center;gap:2rem}.about-content[data-v-85710817],.educational-content[data-v-85710817]{grid-template-columns:1fr;gap:2rem}.character-layout[data-v-85710817]{grid-template-columns:1fr;gap:2rem;text-align:center}.character-content[data-v-85710817]{text-align:center}.characters-grid[data-v-85710817]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.episodes-grid[data-v-85710817]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.studio-gallery[data-v-85710817]{padding:0 .5rem}.gallery-row[data-v-85710817]{gap:6px;margin-bottom:6px}.top-row .small-item[data-v-85710817]{flex:.8;aspect-ratio:1}.top-row .large-item[data-v-85710817]{flex:1.4}.bottom-row .equal-item[data-v-85710817]{aspect-ratio:1}}@media (min-width: 1400px){.container[data-v-85710817]{padding:0 4rem}}@media (min-width: 1800px){.container[data-v-85710817]{padding:0 6rem}}@media (min-width: 2400px){.container[data-v-85710817]{padding:0 8rem}}@media (max-width: 768px){.container[data-v-85710817]{padding:0 1rem}.octonauts-hero[data-v-85710817]{height:80vh;min-height:1000px}.character-layout[data-v-85710817]{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.hero-stats[data-v-85710817]{flex-direction:column;gap:1rem}.key-features[data-v-85710817],.characters-grid[data-v-85710817],.episodes-grid[data-v-85710817]{grid-template-columns:1fr}.awards-grid[data-v-85710817]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cta-buttons[data-v-85710817]{flex-direction:column;align-items:center}.btn[data-v-85710817]{width:200px}.studio-gallery[data-v-85710817]{padding:0 .5rem}.gallery-row[data-v-85710817]{flex-direction:column;gap:6px;margin-bottom:6px}.gallery-item[data-v-85710817]{aspect-ratio:1;width:100%}.top-row .small-item[data-v-85710817],.top-row .large-item[data-v-85710817],.bottom-row .equal-item[data-v-85710817]{flex:none;aspect-ratio:1}}@media (max-width: 480px){.character-card[data-v-85710817],.episode-card[data-v-85710817]{margin:0 1rem}.feature-item[data-v-85710817]{padding:1rem}.episode-info[data-v-85710817],.award-item[data-v-85710817]{padding:1.5rem}}.watermark[data-v-85710817]{position:absolute;top:30px;right:40px;color:#6b7280;font-size:.7rem;font-weight:500;letter-spacing:1px;z-index:10}@media (max-width: 768px){.watermark[data-v-85710817]{top:20px;right:20px;font-size:1rem}}@media (max-width: 480px){.watermark[data-v-85710817]{top:15px;right:15px;font-size:.9rem}}.octonauts-page[data-v-fccd1f22]{background:#fff}.container[data-v-fccd1f22]{max-width:2400px;margin:0 auto;padding:0 3rem;position:relative;z-index:2}.hero-content[data-v-fccd1f22]{display:grid;grid-template-columns:1fr 2fr;gap:3rem;align-items:center;color:#fff}.octonauts-hero[data-v-fccd1f22]{position:relative;width:100%;height:90vh;overflow:hidden;display:flex;align-items:center;justify-content:center;background:none;margin:0;padding:0}.octonauts-hero-img[data-v-fccd1f22]{width:100%;height:100%;object-fit:fill;display:block}.hero-text[data-v-fccd1f22]{text-align:left}.octonauts-title[data-v-fccd1f22]{font-weight:900;margin-bottom:1rem;letter-spacing:2px;text-shadow:2px 2px 4px rgba(0,0,0,.3);background:linear-gradient(45deg,#fff,#e3f2fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle[data-v-fccd1f22]{font-weight:600;margin-bottom:1.5rem;color:#e3f2fd;text-transform:uppercase;letter-spacing:1px}.hero-description[data-v-fccd1f22]{line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-stats[data-v-fccd1f22]{display:flex;gap:2rem}.stat-item[data-v-fccd1f22]{text-align:center}.stat-number[data-v-fccd1f22]{display:block;font-weight:700;color:#fff}.stat-label[data-v-fccd1f22]{text-transform:uppercase;letter-spacing:1px;opacity:.9}.about-text-section[data-v-fccd1f22]{padding:80px 0;background:#fff}.about-features-section[data-v-fccd1f22]{padding:60px 0 80px}.about-text-section[data-v-fccd1f22]{max-width:1400px;margin:0 auto;padding:2.5rem 2rem;text-align:center}.key-features[data-v-fccd1f22]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem}.feature-item[data-v-fccd1f22]{text-align:center;padding:1.5rem;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;transition:transform .3s ease}.feature-item[data-v-fccd1f22]:hover{transform:translateY(-5px)}.feature-item[data-v-fccd1f22]{text-align:center;padding:1.5rem 0;background:transparent;border-radius:0;box-shadow:none;border:none;transition:none}.feature-item[data-v-fccd1f22]:hover{transform:none}.feature-item p[data-v-fccd1f22]{color:#718096;margin:0}.about-image[data-v-fccd1f22]{display:flex;justify-content:center}.about-image img[data-v-fccd1f22]{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}.characters-section[data-v-fccd1f22]{padding:100px 0;background:#fff}.characters-grid[data-v-fccd1f22]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.character-card[data-v-fccd1f22]{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #007bbf1a;text-align:center;transition:all .3s ease;border:2px solid #e2e8f0}.character-card[data-v-fccd1f22]:hover{transform:translateY(-10px);box-shadow:0 20px 50px #007bbf33;border-color:#007bbf}.character-avatar[data-v-fccd1f22]{margin-bottom:1.5rem}.character-placeholder[data-v-fccd1f22]{width:80px;height:80px;background:linear-gradient(135deg,#007bbf,#0056a3);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.character-info h3[data-v-fccd1f22]{font-weight:700;color:#1a365d;margin-bottom:.5rem}.character-role[data-v-fccd1f22]{color:#007bbf;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.character-description[data-v-fccd1f22]{color:#4a5568;line-height:1.6;margin:0}.episodes-section[data-v-fccd1f22]{padding:100px 0;background:#f8fafb}.episodes-grid[data-v-fccd1f22]{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.episode-card[data-v-fccd1f22]{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.episode-card[data-v-fccd1f22]:hover{transform:translateY(-5px)}.episode-thumbnail[data-v-fccd1f22]{position:relative;width:100%;height:200px;overflow:hidden}.episode-thumbnail img[data-v-fccd1f22]{width:100%;height:100%;object-fit:cover}.episode-overlay[data-v-fccd1f22]{position:absolute;top:0;left:0;width:100%;height:100%;background:#007bbfcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.episode-card:hover .episode-overlay[data-v-fccd1f22]{opacity:1}.play-button[data-v-fccd1f22]{background:#fff;border:none;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .3s ease}.play-button[data-v-fccd1f22]:hover{transform:scale(1.1)}.play-button span[data-v-fccd1f22]{color:#007bbf;margin-left:4px}.episode-info[data-v-fccd1f22]{padding:2rem}.episode-info h4[data-v-fccd1f22]{font-weight:700;color:#1a365d;margin-bottom:1rem}.episode-description[data-v-fccd1f22]{color:#4a5568;line-height:1.6;margin-bottom:1rem}.episode-meta[data-v-fccd1f22]{display:flex;gap:1rem;align-items:center}.episode-season[data-v-fccd1f22],.episode-duration[data-v-fccd1f22]{background:#e2e8f0;padding:.3rem .8rem;border-radius:12px;font-weight:600;color:#4a5568}.educational-section[data-v-fccd1f22]{padding:100px 0;background:#fff}.educational-content[data-v-fccd1f22]{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:center}.educational-text h2[data-v-fccd1f22]{font-weight:700;color:#1a365d;margin-bottom:2rem}.educational-text p[data-v-fccd1f22]{line-height:1.8;color:#4a5568;margin-bottom:2rem}.educational-benefits[data-v-fccd1f22]{list-style:none;padding:0}.educational-benefits li[data-v-fccd1f22]{position:relative;padding:.8rem 0 .8rem 2rem;color:#4a5568;line-height:1.6;border-bottom:1px solid #e2e8f0}.educational-benefits li[data-v-fccd1f22]:before{content:"馃帗";position:absolute;left:0;top:.8rem}.educational-benefits li[data-v-fccd1f22]:last-child{border-bottom:none}.educational-image img[data-v-fccd1f22]{max-width:100%;height:auto;border-radius:20px;box-shadow:0 20px 60px #00000026}.awards-section[data-v-fccd1f22]{padding:100px 0;background:linear-gradient(135deg,#007bbf,#0056a3);color:#fff}.about-text[data-v-fccd1f22]{line-height:1.8;font-weight:400;margin-bottom:1.5rem;text-align:justify;text-justify:inter-word;letter-spacing:.3px;padding:0 2rem;position:relative;max-width:1250px;margin-left:auto;margin-right:auto;text-indent:0}.awards-section .section-title[data-v-fccd1f22]{color:#fff}.awards-grid[data-v-fccd1f22]{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.award-item[data-v-fccd1f22]{text-align:center;padding:2rem;background:#ffffff1a;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:transform .3s ease}.award-item[data-v-fccd1f22]:hover{transform:translateY(-5px)}.award-icon[data-v-fccd1f22]{margin-bottom:1rem}.award-item h4[data-v-fccd1f22]{font-weight:700;margin-bottom:.5rem}.award-item p[data-v-fccd1f22]{opacity:.9;margin:0}.cta-section[data-v-fccd1f22]{padding:100px 0;background:#f8fafb;text-align:center}.cta-content h2[data-v-fccd1f22]{font-weight:700;color:#1a365d;margin-bottom:1rem}.cta-content p[data-v-fccd1f22]{color:#4a5568;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons[data-v-fccd1f22]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn[data-v-fccd1f22]{padding:1rem 2rem;border:none;border-radius:30px;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-primary[data-v-fccd1f22]{background:linear-gradient(135deg,#007bbf,#0056a3);color:#fff}.btn-primary[data-v-fccd1f22]:hover{transform:translateY(-3px);box-shadow:0 10px 30px #007bbf66}.btn-secondary[data-v-fccd1f22]{background:transparent;color:#007bbf;border:2px solid #007bbf}.btn-secondary[data-v-fccd1f22]:hover{background:#007bbf;color:#fff;transform:translateY(-3px)}.avatar-icon[data-v-fccd1f22]{width:88px;height:88px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border-radius:50%;background:linear-gradient(135deg,#e3f2fd,#b3e0ff);border:2px solid #0084ef;box-shadow:0 2px 8px #0084ef14}.studio-life-section[data-v-fccd1f22]{padding:40px 0 80px;background:#fff}.studio-gallery[data-v-fccd1f22]{max-width:1600px;margin:0 auto;padding:0 1rem}.gallery-row[data-v-fccd1f22]{display:flex;gap:8px;margin-bottom:8px;align-items:flex-start}.gallery-row[data-v-fccd1f22]:last-child{margin-bottom:0}.top-row .small-item[data-v-fccd1f22]{flex:1;aspect-ratio:1}.top-row .large-item[data-v-fccd1f22]{flex:2}.bottom-row .equal-item[data-v-fccd1f22]{flex:1;aspect-ratio:1}.gallery-item[data-v-fccd1f22]{background:#fff;border-radius:0;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:all .3s ease;cursor:pointer;position:relative;border:1px solid #e5e7eb}.gallery-item[data-v-fccd1f22]:hover{transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.gallery-image[data-v-fccd1f22]{width:100%;height:100%;overflow:hidden;position:relative;background-color:#f8f9fa;display:flex;align-items:center;justify-content:center}.gallery-image img[data-v-fccd1f22]{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .3s ease;filter:grayscale(.1);background-color:transparent;display:block}.large-item .gallery-image img[data-v-fccd1f22]{object-fit:cover}.gallery-item:hover .gallery-image img[data-v-fccd1f22]{transform:scale(1.02);filter:grayscale(0)}.gallery-overlay[data-v-fccd1f22]{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:2}.gallery-item:hover .gallery-overlay[data-v-fccd1f22]{opacity:1}.overlay-content[data-v-fccd1f22]{color:#fff;text-align:center;font-weight:500;letter-spacing:.5px;text-transform:uppercase;transform:translateY(10px);transition:transform .3s ease}.gallery-item:hover .overlay-content[data-v-fccd1f22]{transform:translateY(0)}.overlay-content svg[data-v-fccd1f22]{display:none}@media (max-width: 1024px){.hero-content[data-v-fccd1f22]{grid-template-columns:1fr;text-align:center;gap:2rem}.about-content[data-v-fccd1f22],.educational-content[data-v-fccd1f22]{grid-template-columns:1fr;gap:2rem}.characters-grid[data-v-fccd1f22]{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.episodes-grid[data-v-fccd1f22]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.studio-gallery[data-v-fccd1f22]{padding:0 .5rem}.gallery-row[data-v-fccd1f22]{gap:6px;margin-bottom:6px}.top-row .small-item[data-v-fccd1f22]{flex:.8;aspect-ratio:1}.top-row .large-item[data-v-fccd1f22]{flex:1.4}.bottom-row .equal-item[data-v-fccd1f22]{aspect-ratio:1}}@media (min-width: 1400px){.container[data-v-fccd1f22]{padding:0 4rem}}@media (min-width: 1800px){.container[data-v-fccd1f22]{padding:0 6rem}}@media (min-width: 2400px){.container[data-v-fccd1f22]{padding:0 8rem}}@media (max-width: 768px){.container[data-v-fccd1f22]{padding:0 1rem}.octonauts-hero[data-v-fccd1f22]{height:80vh;min-height:1000px}.hero-stats[data-v-fccd1f22]{flex-direction:column;gap:1rem}.key-features[data-v-fccd1f22],.characters-grid[data-v-fccd1f22],.episodes-grid[data-v-fccd1f22]{grid-template-columns:1fr}.awards-grid[data-v-fccd1f22]{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cta-buttons[data-v-fccd1f22]{flex-direction:column;align-items:center}.btn[data-v-fccd1f22]{width:200px}.studio-gallery[data-v-fccd1f22]{padding:0 .5rem}.gallery-row[data-v-fccd1f22]{flex-direction:column;gap:6px;margin-bottom:6px}.gallery-item[data-v-fccd1f22]{aspect-ratio:1;width:100%}.top-row .small-item[data-v-fccd1f22],.top-row .large-item[data-v-fccd1f22],.bottom-row .equal-item[data-v-fccd1f22]{flex:none;aspect-ratio:1}}@media (max-width: 480px){.character-card[data-v-fccd1f22],.episode-card[data-v-fccd1f22]{margin:0 1rem}.feature-item[data-v-fccd1f22]{padding:1rem}.episode-info[data-v-fccd1f22],.award-item[data-v-fccd1f22]{padding:1.5rem}}.watermark[data-v-fccd1f22]{position:absolute;top:30px;right:40px;color:#000;font-size:.7rem;font-weight:500;letter-spacing:1px;z-index:10}@media (max-width: 768px){.watermark[data-v-fccd1f22]{top:20px;right:20px;font-size:1rem}}@media (max-width: 480px){.watermark[data-v-fccd1f22]{top:15px;right:15px;font-size:.9rem}}.audience-container[data-v-3cea2500]{background:#fff}.audience-distribution[data-v-c87965ef]{padding:38px 0 0;min-height:100vh;position:relative;overflow-x:hidden}@keyframes fadeInUp-c87965ef{to{opacity:1;transform:translateY(0)}}[data-v-c87965ef]{scroll-behavior:smooth}.audience-distribution[data-v-c87965ef]{scroll-snap-type:y proximity}.section-title[data-v-c87965ef],.distribution-arrows-css[data-v-c87965ef],.distribution-sections[data-v-c87965ef],.distribution-footers[data-v-c87965ef],.audience-performance[data-v-c87965ef]{scroll-snap-align:start}@keyframes pulse-c87965ef{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.distribution-section[data-v-c87965ef],.screenshot-item[data-v-c87965ef],.footer-item[data-v-c87965ef],.arrow-css[data-v-c87965ef]{will-change:transform;backface-visibility:hidden;perspective:1000px}.audience-distribution[data-v-c87965ef]:before{animation:float-c87965ef 6s ease-in-out infinite}@keyframes float-c87965ef{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.distribution-arrows-img[data-v-c87965ef]{width:100%;display:flex;justify-content:center;align-items:center;margin-bottom:28px;margin-top:0}.distribution-sections[data-v-c87965ef]{display:flex;gap:0;justify-content:center;align-items:stretch;padding:0;margin-top:20px;opacity:0;transform:translateY(30px);animation:fadeInUp-c87965ef .8s ease-out .4s forwards;max-width:1800px;margin-left:auto;margin-right:auto}.distribution-section[data-v-c87965ef]{border-radius:0;padding:30px 25px;display:flex;flex-direction:column;align-items:center;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);min-height:450px;overflow:hidden}.distribution-section-title[data-v-c87965ef]{background:#0084ef;color:#fff;padding:16px;border-radius:6px;margin-bottom:20px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;height:70px;line-height:1.4;text-align:center;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.distribution-section:nth-child(2) .distribution-section-title[data-v-c87965ef]{width:calc(100% - 32px)}.distribution-section:nth-child(1) .distribution-section-title[data-v-c87965ef],.distribution-section:nth-child(3) .distribution-section-title[data-v-c87965ef]{width:calc(100% - 32px)}.distribution-section[data-v-c87965ef]:nth-child(1){flex:1;animation-delay:.4s}.distribution-section[data-v-c87965ef]:nth-child(2){flex:2;animation-delay:.5s}.distribution-section[data-v-c87965ef]:nth-child(3){flex:1;animation-delay:.6s}.section-content[data-v-c87965ef]{color:#374151;margin-bottom:20px;line-height:1.6;position:relative;z-index:1;flex:0 0 auto}.section-content .highlight[data-v-c87965ef]{color:#0084ef;font-weight:700;background:linear-gradient(120deg,#0084ef1a,#0066cc1a);padding:2px 6px;border-radius:4px;transition:all .3s ease}.section-content .highlight[data-v-c87965ef]:hover{background:linear-gradient(120deg,#0084ef33,#06c3);transform:scale(1.05)}.section-logos[data-v-c87965ef]{display:flex;flex-wrap:wrap;gap:10px 12px;margin:auto 0 12px;align-items:center;position:relative;z-index:1;width:100%;min-height:180px;justify-content:center;align-items:flex-start}.section-logos img[data-v-c87965ef]{width:100%;height:auto;max-height:160px;border-radius:8px;padding:6px;object-fit:contain;object-position:center;position:relative;overflow:hidden;display:block;margin:0 auto}.streaming-content[data-v-c87965ef]{display:flex;flex-direction:row;gap:15px;width:100%;height:100%}.streaming-card[data-v-c87965ef]{flex:1;display:flex;flex-direction:column;border-radius:16px;padding:24px 18px;border:1px solid rgba(229,231,235,.6);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.streaming-card[data-v-c87965ef]>*{position:relative;z-index:2}.streaming-card .card-content[data-v-c87965ef]{color:#374151;line-height:1.6;margin-bottom:15px;flex:0 0 auto}.streaming-card .card-content .highlight[data-v-c87965ef]{color:#06c;font-weight:700;background:linear-gradient(120deg,#0084ef26,#0066cc1a);padding:3px 8px;border-radius:6px;border:1px solid rgba(0,132,239,.2);display:inline-block;margin:2px;transition:all .3s ease;position:relative;overflow:hidden}.streaming-card .card-content .highlight[data-v-c87965ef]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);transition:left .5s ease}.streaming-card:hover .card-content .highlight[data-v-c87965ef]:before{left:100%}.streaming-card:hover .card-content .highlight[data-v-c87965ef]{background:linear-gradient(120deg,#0084ef33,#0066cc26);transform:scale(1.05);box-shadow:0 2px 8px #0084ef33}.streaming-card .card-logos[data-v-c87965ef]{display:flex;flex-wrap:wrap;gap:8px 10px;margin-top:auto;align-items:center;width:100%;min-height:120px;justify-content:center;position:relative}.streaming-card .card-logos img[data-v-c87965ef]{width:100%;height:auto;max-height:150px;object-fit:contain;object-position:center;display:block;margin:0 auto;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;z-index:2;border-radius:6px;background:#fff;padding:8px}.streaming-card .card-logos img[data-v-c87965ef]:hover{transform:scale(1.05)}.distribution-footers[data-v-c87965ef]{display:flex;justify-content:center;align-items:flex-start;gap:24px;margin:40px auto 0;max-width:1800px;padding:0 20px 40px;opacity:0;transform:translateY(20px);animation:fadeInUp-c87965ef .8s ease-out .6s forwards;width:100%}.footer-item[data-v-c87965ef]{color:#374151;text-align:center;background:linear-gradient(145deg,#f8fafc,#e2e8f0);font-weight:500;padding:20px;border-radius:16px;border:1px solid rgba(229,231,235,.6);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 2px 8px #0000000f;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);height:90px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;line-height:1.4}.footer-item[data-v-c87965ef]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#0084ef,#06c,#004d99);transform:scaleX(0);transition:transform .4s ease}.footer-item[data-v-c87965ef]:hover:before{transform:scaleX(1)}.footer-item[data-v-c87965ef]:hover{background:linear-gradient(145deg,#fff,#f0f7ff);transform:translateY(-4px);box-shadow:0 8px 24px #0084ef1f,0 4px 8px #00000014;border-color:#0084ef4d;color:#1f2937}.footer-item[data-v-c87965ef]:nth-child(1){flex:1;animation-delay:.7s}.footer-item[data-v-c87965ef]:nth-child(2){flex:2;animation-delay:.8s}.footer-item[data-v-c87965ef]:nth-child(3){flex:1;animation-delay:.9s}.footer-item[data-v-c87965ef]:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);transition:left .5s ease}.footer-item[data-v-c87965ef]:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0000001a;background:linear-gradient(135deg,#fff,#f1f5f9);border-color:#0084ef4d}.footer-item[data-v-c87965ef]:hover:before{left:100%}@media (min-width: 1400px){.distribution-arrows-css[data-v-c87965ef]{max-width:2000px}}@media (min-width: 1800px){.distribution-arrows-css[data-v-c87965ef]{max-width:2200px}}@media (min-width: 2400px){.distribution-arrows-css[data-v-c87965ef]{max-width:2400px}}@media (max-width: 1200px){.distribution-sections[data-v-c87965ef]{flex-direction:column;gap:0;padding:0 15px}.distribution-section[data-v-c87965ef]{min-height:350px;padding:25px 20px}.section-logos[data-v-c87965ef]{min-height:120px}.section-logos img[data-v-c87965ef]{max-height:100px}.streaming-content[data-v-c87965ef]{gap:12px}.streaming-card[data-v-c87965ef]{padding:18px 15px}.streaming-card .card-logos[data-v-c87965ef]{min-height:90px}.streaming-card .card-logos img[data-v-c87965ef]{max-height:110px;padding:6px}.distribution-footers[data-v-c87965ef]{flex-direction:column;gap:16px;padding:0 15px 25px}.footer-item[data-v-c87965ef]{padding:16px 12px;border-right:none;border-bottom:1px solid #e5e7eb;height:80px}.footer-item[data-v-c87965ef]:last-child{border-bottom:none}}@media (max-width: 768px){.distribution-sections[data-v-c87965ef]{padding:0 10px}.distribution-section[data-v-c87965ef]{min-height:300px;padding:20px 15px}.section-content[data-v-c87965ef]{margin-bottom:15px}.section-logos[data-v-c87965ef]{min-height:100px}.section-logos img[data-v-c87965ef]{max-height:80px;padding:4px}.streaming-content[data-v-c87965ef]{flex-direction:column;gap:12px}.distribution-section:nth-child(1) .distribution-section-title[data-v-c87965ef],.distribution-section:nth-child(2) .distribution-section-title[data-v-c87965ef],.distribution-section:nth-child(3) .distribution-section-title[data-v-c87965ef]{width:calc(100% - 24px);height:60px;padding:12px}.streaming-card[data-v-c87965ef]{padding:15px 12px}.streaming-card .card-content[data-v-c87965ef]{margin-bottom:12px}.streaming-card .card-logos[data-v-c87965ef]{min-height:80px}.streaming-card .card-logos img[data-v-c87965ef]{max-height:95px;padding:4px}.distribution-footers[data-v-c87965ef]{flex-direction:column;gap:12px;padding:0 10px 20px}.footer-item[data-v-c87965ef]{padding:14px 10px;height:70px}}.distribution-arrows-css[data-v-c87965ef]{width:100%;max-width:1800px;margin:0 auto 40px;display:flex;align-items:center;justify-content:center;height:80px;position:relative;z-index:2;gap:24px;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out .2s forwards;padding:0 20px}.arrow-css[data-v-c87965ef]{height:80px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;position:relative;z-index:2;letter-spacing:.02em;box-sizing:border-box;text-align:center;line-height:1.2;-webkit-user-select:none;user-select:none;transition:all .4s cubic-bezier(.4,0,.2,1);border-radius:8px;overflow:hidden;cursor:pointer;text-shadow:0 2px 4px rgba(0,0,0,.2)}.arrow-css[data-v-c87965ef]:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:translate(-100%);transition:transform .6s ease;z-index:1}.arrow-css[data-v-c87965ef]:hover:before{transform:translate(100%)}.arrow-css[data-v-c87965ef]>*{position:relative;z-index:2}.arrow1[data-v-c87965ef]{flex:1;background:linear-gradient(135deg,#0084ef 0% 100%);box-shadow:0 4px 20px #0084ef4d,0 1px 3px #0000001a;padding:0 15px;min-width:0;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.arrow1[data-v-c87965ef]:hover{background:linear-gradient(135deg,#0084ef 0% 100%);transform:translateY(-2px);box-shadow:0 8px 32px #0084ef66,0 4px 8px #00000026}.arrow2[data-v-c87965ef]{flex:2;background:linear-gradient(135deg,#0084ef 0% 100%);box-shadow:0 4px 20px #0084ef4d,0 1px 3px #0000001a;padding:0 20px;min-width:0}.arrow2[data-v-c87965ef]:hover{background:linear-gradient(135deg,#0084ef 0% 100%);transform:translateY(-2px);box-shadow:0 8px 32px #0084ef66,0 4px 8px #00000026}.arrow3[data-v-c87965ef]{flex:1;background:linear-gradient(135deg,#0084ef 0% 100%);box-shadow:0 4px 20px #0084ef4d,0 1px 3px #0000001a;padding:0 15px;min-width:0;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.arrow3[data-v-c87965ef]:hover{background:linear-gradient(135deg,#0084ef 0% 100%);transform:translateY(-2px);box-shadow:0 8px 32px #0084ef66,0 4px 8px #00000026}.arrow-css[data-v-c87965ef]:before{content:"";position:absolute;inset:0;background:inherit;z-index:-1;transition:transform .3s ease}.arrow-css[data-v-c87965ef]:hover{transform:translateY(-3px);text-shadow:0 2px 8px rgba(0,0,0,.3)}.arrow-css[data-v-c87965ef]:hover:before{transform:scale(1.05)}.arrow1[data-v-c87965ef]:hover,.arrow2[data-v-c87965ef]:hover,.arrow3[data-v-c87965ef]:hover{box-shadow:0 8px 32px #0084ef66}.arrow-css[data-v-c87965ef]{border-radius:0!important;box-shadow:none!important;position:relative}.arrow-css[data-v-c87965ef]:not(:last-child):after{content:"";position:absolute;right:-28px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:32px solid transparent;border-bottom:32px solid transparent;border-left:28px solid;z-index:2}.arrow1[data-v-c87965ef]:not(:last-child):after{border-left-color:#06c}.arrow2[data-v-c87965ef]:not(:last-child):after{border-left-color:#004d99}@media (max-width: 900px){.distribution-arrows-css[data-v-c87965ef]{height:60px;margin-bottom:30px;padding:0 15px}.arrow-css[data-v-c87965ef]{height:60px;padding:0 10px!important}.arrow-css[data-v-c87965ef]:after,.arrow-css[data-v-c87965ef]:before{border-top-width:24px;border-bottom-width:24px;border-left-width:22px;border-right-width:22px}.arrow1[data-v-c87965ef],.arrow2[data-v-c87965ef],.arrow3[data-v-c87965ef]{margin-left:-18px;margin-right:-18px}}@media (max-width: 600px){.distribution-arrows-css[data-v-c87965ef]{flex-direction:column;height:auto;gap:8px;margin-bottom:25px;padding:0 10px}.arrow-css[data-v-c87965ef]{width:100%;margin:0!important;border-radius:10px!important;height:50px;min-width:0;font-weight:600;padding:0 15px!important;text-align:center;display:flex;align-items:center;justify-content:center}.arrow-css[data-v-c87965ef]:after,.arrow-css[data-v-c87965ef]:before{display:none}.arrow-css[data-v-c87965ef]:hover{transform:translateY(-2px)}}.audience-performance[data-v-c87965ef]{padding:60px 0;background:linear-gradient(to bottom,#fff,#f8fafc,#f1f5f9);margin:0;min-height:auto;position:relative;overflow:hidden}.audience-performance[data-v-c87965ef]:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#0084ef,#06c,#004d99)}.description-section[data-v-c87965ef]{margin-bottom:80px;display:flex;justify-content:center;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out .8s forwards}.description-content[data-v-c87965ef]{max-width:1400px;padding:0 20px}.detailed-content[data-v-c87965ef]{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:30px}.performance-item[data-v-c87965ef]{background:linear-gradient(135deg,#fff,#f8fafc);padding:35px;border-left:6px solid #0084ef;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;position:relative;overflow:hidden}.performance-item[data-v-c87965ef]:before{content:"";position:absolute;top:0;right:0;width:100px;height:100px;background:radial-gradient(circle,rgba(0,132,239,.1) 0%,transparent 70%);border-radius:50%;transform:translate(30%,-30%)}.performance-item[data-v-c87965ef]:hover{transform:translateY(-5px);box-shadow:0 8px 32px #0000001f;border-left-color:#06c}.performance-item h3[data-v-c87965ef]{font-weight:700;color:#1e293b;margin-bottom:18px;margin-top:0;position:relative;z-index:1}.performance-item p[data-v-c87965ef]{line-height:1.7;color:#475569;margin:0;position:relative;z-index:1}.performance-item strong[data-v-c87965ef]{color:#0084ef;font-weight:800;background:linear-gradient(120deg,#0084ef1a,#0066cc1a);padding:2px 6px;border-radius:4px}.screenshots-section[data-v-c87965ef]{margin-top:50px;max-width:none;margin-left:0;margin-right:auto;padding:0;opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease-out 1s forwards}.screenshots-grid[data-v-c87965ef]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:15px;margin-top:30px;align-items:start}.main-performance-grid[data-v-c87965ef]{display:grid;grid-template-columns:3fr 1fr 1fr;gap:15px;margin-top:30px;align-items:stretch;max-width:1400px;margin-left:auto;margin-right:auto;padding:0 20px}.tv-screenshot-container[data-v-c87965ef]{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;width:100%;height:auto;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(229,231,235,.6);position:relative;cursor:pointer}.tv-screenshot-container[data-v-c87965ef]:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001f}.tv-screenshot-image[data-v-c87965ef]{width:100%;height:auto;max-width:100%;background-image:url(/images/chinese-performance/tv.png);background-size:100% auto;background-repeat:no-repeat;background-position:center;aspect-ratio:auto;min-height:200px;display:block;padding-bottom:40%;border-radius:12px}.iqiyi-screenshot-container[data-v-c87965ef]{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;height:320px;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(229,231,235,.6);position:relative;cursor:pointer}.iqiyi-screenshot-container[data-v-c87965ef]:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001f}.iqiyi-screenshot-image[data-v-c87965ef]{width:100%;height:100%;background-image:url(/images/chinese-performance/iqiyi.png);background-size:100% auto;background-repeat:no-repeat;background-position:center;border-radius:12px}.tencent-screenshot-container[data-v-c87965ef]{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;height:320px;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(229,231,235,.6);position:relative;cursor:pointer}.tencent-screenshot-container[data-v-c87965ef]:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001f}.tencent-screenshot-image[data-v-c87965ef]{width:100%;height:100%;background-image:url(/images/chinese-performance/tencent.png);background-size:100% auto;background-repeat:no-repeat;background-position:center;border-radius:12px}.screenshot-item[data-v-c87965ef]{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(229,231,235,.6)}.screenshot-item[data-v-c87965ef]:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001f}.screenshot-image[data-v-c87965ef]{width:100%;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border-radius:12px}.performance-screenshot[data-v-c87965ef]{width:100%;height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease}.screenshot-item:hover .performance-screenshot[data-v-c87965ef]{transform:scale(1.05)}.screenshot-caption[data-v-c87965ef]{padding:20px;text-align:center;background:#fff;font-weight:600;color:#444;margin:0}.special-screenshots-section[data-v-c87965ef]{margin-top:30px;max-width:1400px;margin-left:auto;margin-right:auto;padding:0}.row-four-screenshots-section[data-v-c87965ef]{margin-top:40px;max-width:1400px;margin-left:auto;margin-right:auto;padding:0;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out 1.2s forwards}.row-four-screenshots-grid[data-v-c87965ef]{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:30px;align-items:start}.row-four-screenshots-grid .screenshot-item[data-v-c87965ef]{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(229,231,235,.6)}.row-four-screenshots-grid .screenshot-item[data-v-c87965ef]:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001f}.row-four-screenshots-grid .screenshot-image[data-v-c87965ef]{width:100%;height:auto;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border-radius:12px}.row-four-screenshots-grid .performance-screenshot[data-v-c87965ef]{width:100%;height:auto;max-width:100%;object-fit:contain;display:block;transition:transform .3s ease}.row-four-screenshots-grid .screenshot-item:hover .performance-screenshot[data-v-c87965ef]{transform:scale(1.05)}.row-four-screenshots-section-2[data-v-c87965ef]{margin-top:40px;max-width:1400px;margin-left:auto;margin-right:auto;padding:0;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out 1.4s forwards}.row-four-screenshots-grid-2[data-v-c87965ef]{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-top:30px;align-items:start}.row-four-screenshots-grid-2 .screenshot-item[data-v-c87965ef]{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(229,231,235,.6)}.row-four-screenshots-grid-2 .screenshot-item[data-v-c87965ef]:hover{transform:translateY(-3px);box-shadow:0 8px 32px #0000001f}.row-four-screenshots-grid-2 .screenshot-image[data-v-c87965ef]{width:100%;height:auto;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border-radius:12px}.row-four-screenshots-grid-2 .performance-screenshot[data-v-c87965ef]{width:100%;height:auto;max-width:100%;object-fit:contain;display:block;transition:transform .3s ease}.row-four-screenshots-grid-2 .screenshot-item:hover .performance-screenshot[data-v-c87965ef]{transform:scale(1.05)}.special-screenshots-section[data-v-c87965ef]{margin-top:40px;max-width:1400px;margin-left:auto;margin-right:auto;padding:0;opacity:0;transform:translateY(20px);animation:fadeInUp .8s ease-out 1.6s forwards}.special-screenshots-grid[data-v-c87965ef]{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px;align-items:start}.special-screenshots-grid .screenshot-item[data-v-c87965ef]{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid rgba(229,231,235,.6);position:relative;cursor:pointer}.special-screenshots-grid .screenshot-item[data-v-c87965ef]:hover{transform:translateY(-5px);box-shadow:0 12px 40px #00000026}.special-screenshots-grid .screenshot-image[data-v-c87965ef]{width:100%;height:auto;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border-radius:12px}.special-screenshots-grid .performance-screenshot[data-v-c87965ef]{width:100%;height:auto;max-width:100%;object-fit:contain;display:block;transition:transform .3s ease}.view-overlay[data-v-c87965ef]{position:absolute;inset:0;background:#0084efcc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;border-radius:12px;color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:1px}.screenshot-container:hover .view-overlay[data-v-c87965ef],.tencent-screenshot-container:hover .view-overlay[data-v-c87965ef],.special-screenshots-grid .screenshot-item:hover .view-overlay[data-v-c87965ef]{opacity:1}.gallery-modal[data-v-c87965ef]{position:fixed;inset:0;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.gallery-content[data-v-c87965ef]{position:relative;max-width:90vw;max-height:90vh;animation:galleryFadeIn-c87965ef .3s ease}.gallery-image[data-v-c87965ef]{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 10px 40px #0000004d}.gallery-close[data-v-c87965ef]{position:absolute;top:-50px;right:0;background:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gallery-close[data-v-c87965ef]:hover{background:#fff3;border-color:#ffffff80;transform:scale(1.1)}@keyframes galleryFadeIn-c87965ef{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (max-width: 768px){.gallery-content[data-v-c87965ef]{max-width:95vw;max-height:85vh}.gallery-close[data-v-c87965ef]{top:-40px;width:35px;height:35px}}@media (min-width: 1200px){.screenshots-grid[data-v-c87965ef]{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:8px}.screenshot-image[data-v-c87965ef]{height:200px}.special-screenshots-grid .screenshot-image[data-v-c87965ef]{height:auto}.special-screenshots-grid .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}.row-four-screenshots-grid .screenshot-image[data-v-c87965ef]{height:auto}.row-four-screenshots-grid .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}.row-four-screenshots-grid-2 .screenshot-image[data-v-c87965ef]{height:auto}.row-four-screenshots-grid-2 .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}}@media (min-width: 1600px){.screenshots-grid[data-v-c87965ef]{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:10px}.screenshot-image[data-v-c87965ef]{height:220px}.special-screenshots-grid .screenshot-image[data-v-c87965ef]{height:auto}.special-screenshots-grid .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}.row-four-screenshots-grid .screenshot-image[data-v-c87965ef]{height:auto}.row-four-screenshots-grid .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}.row-four-screenshots-grid-2 .screenshot-image[data-v-c87965ef]{height:auto}.row-four-screenshots-grid-2 .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}}@media (max-width: 1024px){.main-performance-grid[data-v-c87965ef]{grid-template-columns:2fr 1fr 1fr;gap:10px;padding:0 15px;align-items:stretch}.tv-screenshot-container[data-v-c87965ef]{height:auto}.iqiyi-screenshot-container[data-v-c87965ef],.tencent-screenshot-container[data-v-c87965ef]{height:280px}}@media (max-width: 768px){.audience-performance[data-v-c87965ef]{padding:20px 0}.description-content[data-v-c87965ef]{padding:0 10px}.screenshots-section[data-v-c87965ef]{padding:0}.highlight-summary[data-v-c87965ef]{padding:25px 20px;margin-bottom:30px}.detailed-content[data-v-c87965ef]{grid-template-columns:1fr;gap:20px}.performance-item[data-v-c87965ef]{padding:25px 20px}.screenshots-grid[data-v-c87965ef]{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3px}.main-performance-grid[data-v-c87965ef]{grid-template-columns:1fr;gap:12px;padding:0 10px}.tv-screenshot-container[data-v-c87965ef]{height:auto}.iqiyi-screenshot-container[data-v-c87965ef],.tencent-screenshot-container[data-v-c87965ef]{height:250px}.screenshot-image[data-v-c87965ef]{height:160px}.special-screenshots-grid[data-v-c87965ef]{grid-template-columns:1fr;gap:10px}.special-screenshots-grid .screenshot-image[data-v-c87965ef]{height:auto}.special-screenshots-grid .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}.row-four-screenshots-grid[data-v-c87965ef]{grid-template-columns:repeat(2,1fr);gap:8px}.row-four-screenshots-grid .screenshot-image[data-v-c87965ef]{height:auto}.row-four-screenshots-grid .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}.row-four-screenshots-grid-2[data-v-c87965ef]{grid-template-columns:repeat(2,1fr);gap:8px}.row-four-screenshots-grid-2 .screenshot-image[data-v-c87965ef]{height:auto}.row-four-screenshots-grid-2 .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}}@media (max-width: 480px){.description-content[data-v-c87965ef]{padding:0 8px}.screenshots-section[data-v-c87965ef]{padding:0}.highlight-summary[data-v-c87965ef]{padding:20px 15px;margin-bottom:25px}.performance-item[data-v-c87965ef]{padding:20px 15px}.screenshots-grid[data-v-c87965ef]{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2px}.main-performance-grid[data-v-c87965ef]{grid-template-columns:1fr;gap:10px;padding:0 8px}.tv-screenshot-container[data-v-c87965ef]{height:auto}.iqiyi-screenshot-container[data-v-c87965ef],.tencent-screenshot-container[data-v-c87965ef]{height:200px}.screenshot-image[data-v-c87965ef]{height:140px}.special-screenshots-grid[data-v-c87965ef]{grid-template-columns:1fr;gap:8px}.special-screenshots-grid .screenshot-image[data-v-c87965ef]{height:auto}.special-screenshots-grid .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}.row-four-screenshots-grid[data-v-c87965ef]{grid-template-columns:1fr;gap:8px}.row-four-screenshots-grid .screenshot-image[data-v-c87965ef]{height:auto}.row-four-screenshots-grid .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}.row-four-screenshots-grid-2[data-v-c87965ef]{grid-template-columns:1fr;gap:8px}.row-four-screenshots-grid-2 .screenshot-image[data-v-c87965ef]{height:auto}.row-four-screenshots-grid-2 .performance-screenshot[data-v-c87965ef]{width:100%;height:auto}}.licensing-card[data-v-7aa20a4d]{background:#fff;border-radius:16px;padding:40px 36px;max-width:2400px;width:95%;margin:0 auto;box-shadow:0 1px 3px #0000000d}h1[data-v-7aa20a4d],h2[data-v-7aa20a4d]{color:#2d3748;text-align:center}.subsection-title[data-v-7aa20a4d]{text-align:left}hr[data-v-7aa20a4d]{border:none;border-top:1px solid #e5e7eb;margin:28px 0 20px}.title-with-circles[data-v-7aa20a4d]{display:flex;flex-direction:column;align-items:center;gap:24px;margin-bottom:4rem}.title-with-circles h2[data-v-7aa20a4d]{margin:0;white-space:nowrap}.category-circles[data-v-7aa20a4d]{display:flex;gap:0;flex-wrap:nowrap;justify-content:stretch;background:#1e88e5;border-radius:16px;padding:0;overflow:hidden;width:85%;margin:0 auto;box-shadow:none}.circle[data-v-7aa20a4d]{flex:1;height:60px;border-radius:0;border:none;color:#fff;background:#0084ef;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;text-transform:uppercase;letter-spacing:1px;position:relative}.products-gallery[data-v-7aa20a4d]{column-count:4;column-gap:16px;margin-top:0;margin-bottom:6rem}.product-card[data-v-7aa20a4d]{margin-bottom:16px;break-inside:avoid;overflow:hidden;border-radius:0;box-shadow:0 2px 5px #0000000d;position:relative;cursor:pointer;transition:transform .3s ease}.product-card[data-v-7aa20a4d]:hover{transform:translateY(-2px)}.product-image[data-v-7aa20a4d]{width:100%;height:auto;display:block;border-radius:0;transition:all .3s ease}.product-card:hover .product-image[data-v-7aa20a4d]{filter:brightness(.8)}.product-overlay[data-v-7aa20a4d]{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:2;border-radius:0}.product-card:hover .product-overlay[data-v-7aa20a4d]{opacity:1}.partners-gallery[data-v-7aa20a4d]{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px;margin-top:0;margin-bottom:6rem;padding:8px 0}.partner-card[data-v-7aa20a4d]{position:relative;background:#fff;background-size:contain;background-position:center;background-repeat:no-repeat;border-radius:0;height:90px;min-height:90px;transition:all .3s ease;cursor:pointer;padding:12px;filter:contrast(1.1) brightness(1.05)}.partner-card[data-v-7aa20a4d]:hover{transform:translateY(-3px);filter:brightness(1.02)}.partner-card[data-v-7aa20a4d]:before{content:"";position:absolute;inset:0;background:#0000;transition:all .3s ease;border-radius:0}.partner-card[data-v-7aa20a4d]:hover:before{background:#00000005}.gallery-section[data-v-7aa20a4d]{margin-bottom:6rem}.gallery-section[data-v-7aa20a4d]:last-child{margin-bottom:0}.section-logo[data-v-7aa20a4d]{margin-bottom:3rem;display:flex;gap:20px;align-items:center;justify-content:center}.section-description[data-v-7aa20a4d]{text-align:center;font-size:var(--font-size-base)!important;font-weight:var(--font-weight-bold);color:var(--title-secondary-color);margin-bottom:2rem;letter-spacing:var(--letter-spacing-wide);font-family:var(--title-font-family);line-height:var(--line-height-snug)}.licensing-case-image[data-v-7aa20a4d]{display:flex;justify-content:center;margin-bottom:3rem}.case-study-image[data-v-7aa20a4d]{max-width:100%;width:auto;height:auto;max-height:500px;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px #0000001a}.bottom-banner-container[data-v-7aa20a4d]{width:100vw;margin-left:calc(-50vw + 50%);margin-top:4rem}.bottom-banner-image[data-v-7aa20a4d]{width:100%;height:auto;display:block;object-fit:cover}.kfc-features[data-v-7aa20a4d]{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:3rem;flex-wrap:wrap}.feature-box[data-v-7aa20a4d]{background:#4a90e2;color:#fff;padding:12px 24px;border-radius:25px;font-weight:600;font-size:1rem;text-align:center;min-width:140px;box-shadow:0 4px 15px #4a90e24d}.feature-separator[data-v-7aa20a4d]{font-size:2rem;font-weight:700;color:#4a90e2;margin:0 10px}.a2-features[data-v-7aa20a4d]{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:3rem;flex-wrap:wrap}.a2-features .feature-box[data-v-7aa20a4d]{background:#4a90e2;color:#fff;padding:12px 24px;border-radius:25px;font-weight:600;font-size:1rem;text-align:center;min-width:140px;box-shadow:0 4px 15px #4a90e24d}.a2-features .feature-separator[data-v-7aa20a4d]{font-size:2rem;font-weight:700;color:#4a90e2;margin:0 10px}.logo-separator[data-v-7aa20a4d]{font-size:3rem;font-weight:800;color:#2d3a4b;margin:0 10px}.category-logo[data-v-7aa20a4d]{height:60px;width:auto;object-fit:contain}.image-gallery[data-v-7aa20a4d]{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-top:0}.gallery-card[data-v-7aa20a4d]{border-radius:0;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:transform .3s ease;position:relative;cursor:pointer}.gallery-card[data-v-7aa20a4d]:hover{transform:translateY(-5px)}.gallery-image[data-v-7aa20a4d]{width:100%;height:250px;object-fit:cover;display:block;transition:all .3s ease}.gallery-card:hover .gallery-image[data-v-7aa20a4d]{filter:brightness(.8)}.gallery-overlay[data-v-7aa20a4d]{position:absolute;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:2;border-radius:0}.gallery-card:hover .gallery-overlay[data-v-7aa20a4d]{opacity:1}.overlay-content[data-v-7aa20a4d]{color:#fff;text-align:center;font-size:.9rem;font-weight:500;letter-spacing:.5px;text-transform:uppercase;transform:translateY(10px);transition:transform .3s ease}.gallery-card:hover .overlay-content[data-v-7aa20a4d],.product-card:hover .overlay-content[data-v-7aa20a4d]{transform:translateY(0)}p[data-v-7aa20a4d]{line-height:1.6;margin-bottom:4rem;font-weight:400;margin-left:auto;margin-right:auto}.partners-note[data-v-7aa20a4d]{color:#9ca3af;font-size:.9rem;font-style:italic;margin-bottom:2rem;text-align:center}@media (min-width: 1400px){.licensing-card[data-v-7aa20a4d]{padding:50px 60px}.category-circles[data-v-7aa20a4d]{width:85%;margin:0 auto}.section-description[data-v-7aa20a4d]{font-size:1.25rem!important}}@media (min-width: 1800px){.licensing-card[data-v-7aa20a4d]{padding:60px 80px}.category-circles[data-v-7aa20a4d]{width:85%;margin:0 auto}.section-description[data-v-7aa20a4d]{font-size:1.5rem!important}}@media (min-width: 2400px){.licensing-card[data-v-7aa20a4d]{padding:70px 100px}.category-circles[data-v-7aa20a4d]{width:85%;margin:0 auto}}@media (max-width: 700px){.licensing-card[data-v-7aa20a4d]{padding:24px 16px;width:98%}p[data-v-7aa20a4d]{margin-bottom:2.5rem}.title-with-circles[data-v-7aa20a4d]{flex-direction:column;align-items:center;gap:20px;margin-bottom:2.5rem}.category-circles[data-v-7aa20a4d]{gap:0;flex-wrap:nowrap;width:95%;margin:0 auto;border-radius:12px}.circle[data-v-7aa20a4d]{flex:1;height:50px;font-size:1.2rem;border-radius:0}.products-gallery[data-v-7aa20a4d]{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:10px;margin-bottom:3rem}.product-card[data-v-7aa20a4d]{grid-column:auto;grid-row:auto;width:100%}.product-image[data-v-7aa20a4d]{width:100%;height:auto}.partners-gallery[data-v-7aa20a4d]{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:14px;margin-bottom:3rem}.partner-card[data-v-7aa20a4d]{height:70px;min-height:70px;padding:10px}.image-gallery[data-v-7aa20a4d]{grid-template-columns:repeat(2,1fr);gap:16px}.gallery-image[data-v-7aa20a4d]{height:180px}.category-logo[data-v-7aa20a4d]{height:45px}.logo-separator[data-v-7aa20a4d]{font-size:1.5rem;margin:0 5px}.section-description[data-v-7aa20a4d]{font-size:1rem!important;margin-bottom:1.5rem}.kfc-features[data-v-7aa20a4d]{gap:12px;margin-bottom:2rem}.feature-box[data-v-7aa20a4d]{padding:10px 18px;font-size:.9rem;min-width:120px}.feature-separator[data-v-7aa20a4d]{font-size:1.5rem;margin:0 5px}.a2-features[data-v-7aa20a4d]{gap:12px;margin-bottom:2rem}.a2-features .feature-box[data-v-7aa20a4d]{padding:10px 18px;font-size:.9rem;min-width:120px}.a2-features .feature-separator[data-v-7aa20a4d]{font-size:1.5rem;margin:0 5px}}@media (max-width: 500px){.licensing-card[data-v-7aa20a4d]{padding:20px 12px;width:100%;border-radius:12px}p[data-v-7aa20a4d]{margin-bottom:2rem}.title-with-circles[data-v-7aa20a4d]{flex-direction:column;align-items:center;gap:16px;margin-bottom:2rem}.category-circles[data-v-7aa20a4d]{gap:0;flex-wrap:nowrap;width:98%;margin:0 auto;border-radius:10px}.circle[data-v-7aa20a4d]{flex:1;height:45px;font-size:1.05rem;border-radius:0}.products-gallery[data-v-7aa20a4d]{grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:8px;margin-bottom:2.5rem}.product-card[data-v-7aa20a4d]{grid-column:auto;grid-row:auto;width:100%}.product-image[data-v-7aa20a4d]{width:100%;height:auto}.partners-gallery[data-v-7aa20a4d]{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:2.5rem}.partner-card[data-v-7aa20a4d]{height:60px;min-height:60px;padding:8px}.image-gallery[data-v-7aa20a4d]{grid-template-columns:1fr;gap:12px}.gallery-image[data-v-7aa20a4d]{height:200px}.category-logo[data-v-7aa20a4d]{height:40px}.logo-separator[data-v-7aa20a4d]{font-size:1.2rem;margin:0 3px}.section-description[data-v-7aa20a4d]{font-size:.875rem!important;margin-bottom:1rem}.kfc-features[data-v-7aa20a4d]{gap:8px;margin-bottom:1.5rem;flex-direction:column}.feature-box[data-v-7aa20a4d]{padding:8px 16px;font-size:.8rem;min-width:100px}.feature-separator[data-v-7aa20a4d]{font-size:1.2rem;margin:0;transform:rotate(90deg)}.a2-features[data-v-7aa20a4d]{gap:8px;margin-bottom:1.5rem;flex-direction:column}.a2-features .feature-box[data-v-7aa20a4d]{padding:8px 16px;font-size:.8rem;min-width:100px}.a2-features .feature-separator[data-v-7aa20a4d]{font-size:1.2rem;margin:0;transform:rotate(90deg)}}.career-card[data-v-1eed01e1]{background:#fff;border-radius:18px;box-shadow:0 2px 16px #0000000f;padding:48px 38px;max-width:1800px;margin:0 auto}h1[data-v-1eed01e1],h2[data-v-1eed01e1]{color:#2d3a4b}.subsection-title[data-v-1eed01e1]{text-align:center}hr[data-v-1eed01e1]{border:none;border-top:1.5px solid #e3eafc;margin:36px 0 26px}.job-list[data-v-1eed01e1]{margin-bottom:24px}.job-item[data-v-1eed01e1]{margin-bottom:12px;padding:12px 16px;background:#f8fbff;border:1px solid #e3eafc;border-radius:8px;transition:all .2s ease}.job-item[data-v-1eed01e1]:hover{background:#f0f7ff;border-color:#0078d7;transform:translateY(-1px);box-shadow:0 4px 12px #0078d71a}.job-link[data-v-1eed01e1]{color:#0078d7;text-decoration:none;font-weight:500;font-size:1.05rem;display:block;transition:color .2s;cursor:pointer}.job-link[data-v-1eed01e1]:hover{color:#005fa3}ul[data-v-1eed01e1]{margin-bottom:18px;padding-left:20px}li[data-v-1eed01e1]{color:#0078d7;margin-bottom:8px;font-weight:500;font-size:1.05rem}.mail-btn[data-v-1eed01e1]{color:#fff;background:#0078d7;padding:7px 22px;border-radius:16px;text-decoration:none;font-weight:600;margin-left:8px;transition:background .2s;font-size:1.01rem}.mail-btn[data-v-1eed01e1]:hover{background:#005fa3}@media (min-width: 1400px){.career-card[data-v-1eed01e1]{padding:60px;max-width:1200px}}@media (min-width: 1800px){.career-card[data-v-1eed01e1]{padding:70px 80px;max-width:1400px}}@media (min-width: 2400px){.career-card[data-v-1eed01e1]{padding:80px 100px;max-width:1600px}}@media (max-width: 700px){.career-card[data-v-1eed01e1]{padding:20px 8px}.job-item[data-v-1eed01e1]{padding:10px 12px}.job-link[data-v-1eed01e1]{font-size:1rem}.modal-content[data-v-1eed01e1]{width:95%;margin:20px}.modal-header[data-v-1eed01e1]{padding:20px 24px}.modal-header h3[data-v-1eed01e1]{font-size:1.1rem}.modal-body[data-v-1eed01e1]{padding:24px}.document-info[data-v-1eed01e1]{flex-direction:column;text-align:center;padding:16px}.doc-icon[data-v-1eed01e1]{margin-right:0;margin-bottom:12px}.modal-footer[data-v-1eed01e1]{padding:20px 24px;flex-direction:column}.cancel-btn[data-v-1eed01e1],.download-btn[data-v-1eed01e1]{width:100%;text-align:center;padding:12px}}.document-preview-container[data-v-050b2c9e]{min-height:100vh;background:#f8fbff;padding:20px}.preview-header[data-v-050b2c9e]{max-width:1000px;margin:0 auto 30px;display:flex;align-items:center;gap:20px}.back-btn[data-v-050b2c9e]{background:#0078d7;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-weight:500;transition:background .2s;text-decoration:none;display:flex;align-items:center;gap:8px}.back-btn[data-v-050b2c9e]:hover{background:#005fa3}.preview-header h1[data-v-050b2c9e]{color:#2d3a4b;margin:0;font-size:1.8rem;font-weight:700}.preview-content[data-v-050b2c9e]{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:300px 1fr;gap:30px}.document-meta[data-v-050b2c9e]{position:sticky;top:20px;height:fit-content}.meta-card[data-v-050b2c9e]{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #0000001a;border:1px solid #e3eafc}.doc-icon[data-v-050b2c9e]{font-size:3rem;text-align:center;margin-bottom:16px}.meta-details h3[data-v-050b2c9e]{color:#2d3a4b;margin:0 0 8px;font-size:1.1rem;font-weight:600;word-break:break-word}.file-type[data-v-050b2c9e]{color:#666;font-size:.9rem;margin-bottom:20px}.download-link[data-v-050b2c9e]{background:#0078d7;color:#fff;text-decoration:none;padding:12px 16px;border-radius:8px;font-weight:500;display:inline-block;transition:background .2s;font-size:.9rem}.download-link[data-v-050b2c9e]:hover{background:#005fa3}.document-body[data-v-050b2c9e]{background:#fff;border-radius:16px;padding:40px;box-shadow:0 4px 20px #0000001a;border:1px solid #e3eafc;min-height:600px}.loading-container[data-v-050b2c9e],.error-container[data-v-050b2c9e],.placeholder-container[data-v-050b2c9e]{text-align:center;padding:60px 20px;color:#666}.loading-spinner[data-v-050b2c9e]{width:48px;height:48px;border:4px solid #f3f3f3;border-top:4px solid #0078d7;border-radius:50%;animation:spin-050b2c9e 1s linear infinite;margin:0 auto 20px}.error-icon[data-v-050b2c9e],.placeholder-icon[data-v-050b2c9e]{font-size:3rem;margin-bottom:20px}.error-container h3[data-v-050b2c9e],.placeholder-container h3[data-v-050b2c9e]{color:#2d3a4b;margin-bottom:16px}.retry-btn[data-v-050b2c9e],.load-btn[data-v-050b2c9e]{background:#0078d7;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;margin-top:20px;transition:background .2s}.retry-btn[data-v-050b2c9e]:hover,.load-btn[data-v-050b2c9e]:hover{background:#005fa3}.document-viewer[data-v-050b2c9e]{width:100%;text-align:center;padding:60px 20px}.document-loading-message[data-v-050b2c9e]{max-width:500px;margin:0 auto}.doc-icon-large[data-v-050b2c9e]{font-size:4rem;color:#0078d7;margin-bottom:20px}.document-loading-message h3[data-v-050b2c9e]{color:#2d3a4b;font-size:1.5rem;margin-bottom:20px;font-weight:600}.load-content-btn[data-v-050b2c9e]{background:#0078d7;color:#fff;border:none;padding:16px 32px;border-radius:8px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:background .2s;margin-bottom:15px}.load-content-btn[data-v-050b2c9e]:hover{background:#005fa3}.load-note[data-v-050b2c9e]{color:#666;font-size:.9rem;margin:0}.document-content-display[data-v-050b2c9e]{width:100%}.parsed-document[data-v-050b2c9e]{padding:20px;background:#fff;border-radius:8px;font-family:Arial,sans-serif;line-height:1.5;color:#333}@keyframes spin-050b2c9e{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.preview-content[data-v-050b2c9e]{grid-template-columns:1fr;gap:20px}.document-meta[data-v-050b2c9e]{position:static}.document-body[data-v-050b2c9e]{padding:24px}.preview-header[data-v-050b2c9e]{flex-direction:column;align-items:flex-start;gap:16px}.info-grid[data-v-050b2c9e]{grid-template-columns:1fr}}.error-page[data-v-a7278c36]{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.error-container[data-v-a7278c36]{text-align:center;background:#fff;border-radius:20px;padding:3rem 2rem;box-shadow:0 20px 40px #0000001a;max-width:500px;width:100%}.error-icon[data-v-a7278c36]{margin-bottom:1.5rem}.error-title[data-v-a7278c36]{color:#2d3a4b;font-weight:700;margin-bottom:1rem}.error-message[data-v-a7278c36]{color:#666;margin-bottom:2rem;line-height:1.6}.error-actions[data-v-a7278c36]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary[data-v-a7278c36],.btn-secondary[data-v-a7278c36]{padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .3s ease}.btn-primary[data-v-a7278c36]{background:#0084ef;color:#fff}.btn-primary[data-v-a7278c36]:hover{background:#0056b3;transform:translateY(-2px)}.btn-secondary[data-v-a7278c36]{background:#f8f9fa;color:#333;border:2px solid #e9ecef}.btn-secondary[data-v-a7278c36]:hover{background:#e9ecef;transform:translateY(-2px)}@media (max-width: 480px){.error-container[data-v-a7278c36]{padding:2rem 1rem}.error-actions[data-v-a7278c36]{flex-direction:column}}
