:root{--color-primary: #4CAF50;--color-primary-dark: #45a049;--color-primary-light: #81c784;--color-primary-bg: #e8f5e9;--color-primary-gradient: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);--color-accent: #ffd700;--color-accent-dark: #ffb700;--color-accent-gradient: linear-gradient(135deg, #ffd700 0%, #ffb700 100%);--color-dark: #1a1a2e;--color-dark-secondary: #16213e;--color-dark-gradient: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);--color-text: #333;--color-text-secondary: #666;--color-text-muted: #999;--color-text-light: #a0a0a0;--color-bg: #f8f9fa;--color-bg-secondary: #e9ecef;--color-bg-card: #fff;--color-border: #e0e0e0;--color-border-light: #f0f0f0;--color-danger: #f44336;--color-danger-bg: #ffebee;--color-warning: #FF9800;--color-info: #2196F3;--color-info-bg: #e3f2fd;--font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;--font-mono: "Courier New", monospace;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .08);--shadow-md: 0 4px 15px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .12);--shadow-xl: 0 20px 60px rgba(0, 0, 0, .15);--shadow-primary: 0 4px 15px rgba(76, 175, 80, .3);--shadow-accent: 0 4px 15px rgba(255, 215, 0, .3);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-full: 9999px;--transition-fast: .2s ease;--transition-base: .3s ease;--transition-slow: .5s ease;--navbar-height: 64px;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}._navbar_18b9y_1{background:#1a1a2ed9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:.75rem 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 20px #0000004d;border-bottom:1px solid rgba(255,255,255,.05);transition:background var(--transition-base),box-shadow var(--transition-base)}._navbarScrolled_18b9y_31{background:#1a1a2ef2;box-shadow:0 4px 30px #0006}._container_18b9y_41{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}._logo_18b9y_61{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}._logoImage_18b9y_77{height:40px;width:auto;object-fit:contain}._logoText_18b9y_89{font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:.5px;white-space:nowrap}._menuButton_18b9y_105{display:none;background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;flex-shrink:0}._navLinks_18b9y_125{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:flex-end;flex:1}._navLink_18b9y_125{color:#e0e0e0;text-decoration:none;font-weight:500;font-size:.9rem;padding:.5rem .85rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:.4rem;white-space:nowrap}._navLink_18b9y_125:hover,._navLinkActive_18b9y_173{color:#fff;background:#ffffff1a}._navLinkActive_18b9y_173{position:relative}._navLinkActive_18b9y_173:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:20px;height:2px;background:var(--color-primary, #4CAF50);border-radius:1px}._navLinkMaster_18b9y_215{color:gold;text-decoration:none;font-weight:600;font-size:.9rem;padding:.5rem .85rem;border-radius:8px;transition:all .3s ease;display:flex;align-items:center;gap:.4rem;background:#ffd7001a;border:1px solid rgba(255,215,0,.3);white-space:nowrap}._navLinkMaster_18b9y_215:hover{background:#ffd70033}._loginButton_18b9y_255{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;text-decoration:none;font-weight:600;font-size:.9rem;padding:.6rem 1.25rem;border-radius:25px;transition:all .3s ease;white-space:nowrap}._loginButton_18b9y_255:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4caf5066}._logoutButton_18b9y_289{background:#f443361a;color:#f44336;border:1px solid rgba(244,67,54,.3);font-weight:500;font-size:.9rem;padding:.5rem .85rem;border-radius:8px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.4rem;white-space:nowrap}._logoutButton_18b9y_289:hover{background:#f4433633}@media(max-width:1024px){._logoText_18b9y_89{font-size:1.1rem}._navLink_18b9y_125,._navLinkMaster_18b9y_215,._logoutButton_18b9y_289,._loginButton_18b9y_255{font-size:.85rem;padding:.45rem .75rem}._navLinks_18b9y_125{gap:.4rem}}@media(max-width:768px){._container_18b9y_41{padding:0 1rem}._menuButton_18b9y_105{display:block}._logoImage_18b9y_77{height:35px}._logoText_18b9y_89{font-size:1rem}._navLinks_18b9y_125{position:fixed;top:60px;left:0;right:0;background:linear-gradient(135deg,#1a1a2e,#16213e);flex-direction:column;padding:1.5rem;gap:.75rem;transform:translateY(-150%);opacity:0;transition:all .3s ease;box-shadow:0 4px 20px #0000004d;max-height:calc(100vh - 60px);overflow-y:auto}._navLinks_18b9y_125._active_18b9y_437{transform:translateY(0);opacity:1}._navLink_18b9y_125,._navLinkMaster_18b9y_215{width:100%;justify-content:center;padding:.85rem 1rem;font-size:.95rem}._loginButton_18b9y_255,._logoutButton_18b9y_289{width:100%;text-align:center;justify-content:center;padding:.85rem 1rem;font-size:.95rem}}@media(max-width:480px){._container_18b9y_41{padding:0 .75rem;gap:1rem}._logoImage_18b9y_77{height:30px}._logoText_18b9y_89{font-size:.9rem}}._footer_52q3y_1{background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;padding:3rem 0 1.5rem;margin-top:auto}._container_52q3y_15{max-width:1400px;margin:0 auto;padding:0 3rem}._content_52q3y_27{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}._brand_52q3y_41{display:flex;flex-direction:column;gap:.5rem}._brand_52q3y_41 ._logo_52q3y_53{height:50px;max-width:180px;width:auto;object-fit:contain;margin-bottom:.5rem;filter:invert(1) brightness(2)}._brand_52q3y_41 h3{font-size:1.5rem;font-weight:700;color:#fff}._brand_52q3y_41 p{color:#a0a0a0;font-size:.9rem}._contact_52q3y_93 h4,._links_52q3y_95 h4{font-size:1.1rem;font-weight:600;margin-bottom:1rem;color:#4caf50}._contactItem_52q3y_109{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#a0a0a0}._contactItem_52q3y_109 a{color:#a0a0a0;text-decoration:none;transition:color .3s ease}._contactItem_52q3y_109 a:hover{color:#4caf50}._owner_52q3y_145{margin-top:1rem;font-weight:600;color:#fff}._links_52q3y_95{display:flex;flex-direction:column;gap:.75rem}._links_52q3y_95 a{color:#a0a0a0;text-decoration:none;transition:color .3s ease}._links_52q3y_95 a:hover{color:#4caf50}._bottom_52q3y_189{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._bottom_52q3y_189 p{color:#a0a0a0;font-size:.9rem}._madeWith_52q3y_219{display:flex;align-items:center;gap:.25rem}._heart_52q3y_231{color:#f44336;animation:_pulse_52q3y_1 1.5s infinite}@keyframes _pulse_52q3y_1{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media(max-width:768px){._container_52q3y_15{padding:0 1rem}._content_52q3y_27{text-align:center}._brand_52q3y_41{align-items:center}._contactItem_52q3y_109{justify-content:center}._links_52q3y_95{align-items:center}._bottom_52q3y_189{flex-direction:column;text-align:center}}._home_1kie5_1{padding-top:60px}._hero_1kie5_11{min-height:calc(100vh - 60px);display:grid;grid-template-columns:45% 55%;align-items:center;padding:3rem 2rem;max-width:1400px;margin:0 auto;gap:4rem}._heroImage_1kie5_33{display:flex;justify-content:center;align-items:center;order:-1}._heroImage_1kie5_33 img{max-width:100%;width:100%;height:auto;filter:drop-shadow(0 10px 30px rgba(0,0,0,.15));animation:_float_1kie5_1 4s ease-in-out infinite}@keyframes _float_1kie5_1{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}._heroContent_1kie5_73{display:flex;flex-direction:column;gap:1.5rem}._titleWithLogo_1kie5_85{display:flex;align-items:center;gap:1.5rem;margin-bottom:1rem}._titleLogo_1kie5_99{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.1))}._heroContent_1kie5_73 h1{font-size:3.5rem;font-weight:800;color:#1a1a2e;margin:0;line-height:1.1}._subtitle_1kie5_129{font-size:1.5rem;color:#4caf50;font-weight:600;margin:0}._description_1kie5_143{font-size:1.1rem;color:#666;line-height:1.8;margin:0}._heroButtons_1kie5_157{display:flex;gap:1rem;flex-wrap:wrap;margin-top:1rem}._primaryButton_1kie5_171{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;transition:all .3s ease;box-shadow:0 4px 15px #4caf504d;display:inline-block}._primaryButton_1kie5_171:hover{transform:translateY(-3px);box-shadow:0 6px 20px #4caf5066}._secondaryButton_1kie5_205{background:transparent;color:#1a1a2e;padding:1rem 2rem;border-radius:30px;text-decoration:none;font-weight:600;border:2px solid #1a1a2e;transition:all .3s ease;display:inline-block}._secondaryButton_1kie5_205:hover{background:#1a1a2e;color:#fff}._features_1kie5_241{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:5rem 2rem}._features_1kie5_241 h2{text-align:center;font-size:2.5rem;color:#1a1a2e;margin-bottom:3rem;font-weight:700}._featureGrid_1kie5_267{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}._featureCard_1kie5_283{background:#fff;padding:2.5rem 2rem;border-radius:20px;text-align:center;box-shadow:0 10px 30px #00000014;transition:all .3s ease}._featureCard_1kie5_283:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001f}._featureIcon_1kie5_311{width:80px;height:80px;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}._featureCard_1kie5_283 h3{font-size:1.3rem;color:#1a1a2e;margin-bottom:1rem;font-weight:600}._featureCard_1kie5_283 p{color:#666;line-height:1.6;font-size:.95rem}._howItWorks_1kie5_363{padding:5rem 2rem;max-width:1400px;margin:0 auto}._howItWorks_1kie5_363 h2{text-align:center;font-size:2.5rem;color:#1a1a2e;margin-bottom:3rem;font-weight:700}._steps_1kie5_391{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}._step_1kie5_391{text-align:center;padding:1.5rem}._stepNumber_1kie5_413{width:70px;height:70px;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 5px 15px #0003}._step_1kie5_391 h3{font-size:1.3rem;color:#1a1a2e;margin-bottom:1rem;font-weight:600}._step_1kie5_391 p{color:#666;line-height:1.6;font-size:.95rem}._videoSection_1kie5_471{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:5rem 2rem;color:#fff}._videoSection_1kie5_471 h2{text-align:center;font-size:2.5rem;margin-bottom:1rem;font-weight:700}._videoDescription_1kie5_497{text-align:center;color:#a0a0a0;margin-bottom:3rem;font-size:1.05rem}._videoGrid_1kie5_511{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto}._videoPlaceholder_1kie5_527{background:#ffffff0d;border:2px dashed rgba(255,255,255,.2);border-radius:16px;padding:3rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:all .3s ease;min-height:200px;justify-content:center}._videoPlaceholder_1kie5_527:hover{background:#ffffff1a;border-color:#4caf50;transform:translateY(-5px)}._videoPlaceholder_1kie5_527 p{font-size:1.2rem;font-weight:600;margin:0}._videoPlaceholder_1kie5_527 span{color:#a0a0a0;font-size:.9rem}._gallery_1kie5_593{padding:5rem 2rem;max-width:1400px;margin:0 auto}._gallery_1kie5_593 h2{text-align:center;font-size:2.5rem;color:#1a1a2e;margin-bottom:1rem;font-weight:700}._galleryDescription_1kie5_621{text-align:center;color:#666;margin-bottom:3rem;font-size:1.05rem}._galleryGrid_1kie5_635{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}._galleryPlaceholder_1kie5_647{aspect-ratio:4/3;background:linear-gradient(135deg,#e9ecef,#dee2e6);border-radius:16px;display:flex;align-items:center;justify-content:center;color:#999;font-size:1.1rem;font-weight:600;transition:all .3s ease}._galleryPlaceholder_1kie5_647:hover{transform:scale(1.05);box-shadow:0 15px 35px #00000026}._cta_1kie5_685{background:linear-gradient(135deg,#4caf50,#45a049);padding:5rem 2rem;text-align:center;color:#fff}._cta_1kie5_685 h2{font-size:2.5rem;margin-bottom:1rem;font-weight:700}._cta_1kie5_685 p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}._ctaButton_1kie5_723{background:#fff;color:#4caf50;padding:1.1rem 3rem;border-radius:30px;text-decoration:none;font-weight:700;font-size:1.1rem;transition:all .3s ease;display:inline-block;box-shadow:0 5px 15px #0003}._ctaButton_1kie5_723:hover{transform:translateY(-3px);box-shadow:0 10px 30px #0000004d}@media(max-width:1024px){._hero_1kie5_11{grid-template-columns:1fr;gap:3rem;padding:2rem 1.5rem}._heroImage_1kie5_33{order:0}._heroImage_1kie5_33 img{max-width:400px}._heroContent_1kie5_73 h1{font-size:3rem}._subtitle_1kie5_129{font-size:1.3rem}}@media(max-width:768px){._home_1kie5_1{padding-top:60px}._hero_1kie5_11{grid-template-columns:1fr;text-align:center;padding:2rem 1rem;gap:2rem}._heroContent_1kie5_73{align-items:center}._titleWithLogo_1kie5_85{flex-direction:column;gap:1rem}._titleLogo_1kie5_99{width:60px;height:60px}._heroContent_1kie5_73 h1{font-size:2.2rem}._subtitle_1kie5_129{font-size:1.1rem}._description_1kie5_143{font-size:1rem}._heroButtons_1kie5_157{justify-content:center;width:100%}._primaryButton_1kie5_171,._secondaryButton_1kie5_205{flex:1;min-width:140px;text-align:center}._heroImage_1kie5_33 img{max-width:300px}._features_1kie5_241,._howItWorks_1kie5_363,._videoSection_1kie5_471,._gallery_1kie5_593,._cta_1kie5_685{padding:3rem 1rem}._features_1kie5_241 h2,._howItWorks_1kie5_363 h2,._videoSection_1kie5_471 h2,._gallery_1kie5_593 h2,._cta_1kie5_685 h2{font-size:2rem}._featureGrid_1kie5_267,._steps_1kie5_391,._videoGrid_1kie5_511,._galleryGrid_1kie5_635{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){._heroContent_1kie5_73 h1{font-size:1.8rem}._subtitle_1kie5_129{font-size:1rem}._description_1kie5_143{font-size:.9rem}._heroImage_1kie5_33 img{max-width:250px}._primaryButton_1kie5_171,._secondaryButton_1kie5_205{padding:.85rem 1.5rem;font-size:.95rem}._features_1kie5_241 h2,._howItWorks_1kie5_363 h2,._videoSection_1kie5_471 h2,._gallery_1kie5_593 h2,._cta_1kie5_685 h2{font-size:1.6rem}._featureCard_1kie5_283,._step_1kie5_391{padding:1.5rem 1rem}}._aboutPage_k03hd_1{padding-top:70px}._hero_k03hd_9{background:linear-gradient(135deg,#1a1a2e,#16213e);padding:5rem 2rem;text-align:center;color:#fff}._heroContent_k03hd_23 h1{font-size:3rem;margin-bottom:1rem}._heroContent_k03hd_23 p{font-size:1.2rem;color:#a0a0a0}._container_k03hd_43{max-width:1400px;margin:0 auto;padding:0 3rem}._section_k03hd_55{padding:4rem 0;border-bottom:1px solid #e0e0e0}._section_k03hd_55:last-child{border-bottom:none}._section_k03hd_55 h2{font-size:2rem;color:#1a1a2e;margin-bottom:2rem;text-align:center}._aboutContent_k03hd_89{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}._aboutText_k03hd_103 p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:1.5rem}._aboutImage_k03hd_117{display:flex;justify-content:center}._aboutImage_k03hd_117 img{max-width:250px;animation:_float_k03hd_1 3s ease-in-out infinite}@keyframes _float_k03hd_1{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}._specGrid_k03hd_149{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}._specCard_k03hd_161{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;text-align:center;transition:all .3s ease}._specCard_k03hd_161:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}._specIcon_k03hd_189{color:#4caf50;margin-bottom:1rem}._specCard_k03hd_161 h3{font-size:1.2rem;color:#1a1a2e;margin-bottom:.5rem}._specCard_k03hd_161 p{color:#666;font-size:.95rem}._featureList_k03hd_223{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}._featureItem_k03hd_235{display:flex;gap:1rem;padding:1.5rem;background:#f8f9fa;border-radius:12px;transition:all .3s ease}._featureItem_k03hd_235:hover{background:#fff;box-shadow:0 4px 20px #00000014}._featureItem_k03hd_235 svg{color:#4caf50;flex-shrink:0;margin-top:.25rem}._featureItem_k03hd_235 h4{font-size:1.1rem;color:#1a1a2e;margin-bottom:.25rem}._featureItem_k03hd_235 p{color:#666;font-size:.95rem}._incubationGrid_k03hd_299{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}._incubationCard_k03hd_311{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014;text-align:center;transition:all .3s ease}._incubationCard_k03hd_311:hover{transform:scale(1.05);box-shadow:0 8px 25px #0000001f}._emoji_k03hd_339{font-size:3rem;display:block;margin-bottom:.75rem}._incubationCard_k03hd_311 h4{font-size:1.1rem;color:#1a1a2e;margin-bottom:.25rem}._incubationCard_k03hd_311 p{color:#666;font-size:.85rem}@media(max-width:768px){._hero_k03hd_9{padding:3rem 1rem}._heroContent_k03hd_23 h1{font-size:2rem}._container_k03hd_43{padding:0 1rem}._section_k03hd_55{padding:3rem 0}._section_k03hd_55 h2{font-size:1.5rem}._aboutContent_k03hd_89{grid-template-columns:1fr;text-align:center}._aboutImage_k03hd_117{order:-1}._aboutImage_k03hd_117 img{max-width:180px}}._contactPage_1lous_1{padding-top:70px;min-height:100vh;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}._container_1lous_13{max-width:1400px;margin:0 auto;padding:4rem 3rem}._header_1lous_25{text-align:center;margin-bottom:3rem}._header_1lous_25 h1{font-size:2.5rem;color:#1a1a2e;margin-bottom:.5rem}._header_1lous_25 p{color:#666;font-size:1.1rem}._content_1lous_57{display:grid;grid-template-columns:1fr 2fr;gap:3rem}._contactInfo_1lous_71{display:flex;flex-direction:column;gap:1.5rem}._infoCard_1lous_83{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;align-items:center;gap:1rem;transition:all .3s ease}._infoCard_1lous_83:hover{transform:translate(10px);box-shadow:0 6px 20px #0000001f}._infoIcon_1lous_115{width:50px;height:50px;background:linear-gradient(135deg,#4caf50,#45a049);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}._infoContent_1lous_137 h3{font-size:.9rem;color:#999;margin-bottom:.25rem}._infoContent_1lous_137 p,._infoContent_1lous_137 a{font-size:1rem;color:#1a1a2e;font-weight:500;text-decoration:none}._infoContent_1lous_137 a:hover{color:#4caf50}._formContainer_1lous_175{background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 40px #0000001a}._formContainer_1lous_175 h2{font-size:1.5rem;color:#1a1a2e;margin-bottom:2rem}._form_1lous_175{display:flex;flex-direction:column;gap:1.5rem}._formRow_1lous_213{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}._formGroup_1lous_225{display:flex;flex-direction:column;gap:.5rem}._formGroup_1lous_225 label{font-weight:500;color:#1a1a2e;font-size:.95rem}._formGroup_1lous_225 input,._formGroup_1lous_225 textarea{padding:1rem;border:2px solid #e0e0e0;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:inherit}._formGroup_1lous_225 input:focus,._formGroup_1lous_225 textarea:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}._formGroup_1lous_225 textarea{resize:vertical;min-height:120px}._submitButton_1lous_293{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:1rem 2rem;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;align-self:flex-start}._submitButton_1lous_293:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}._successMessage_1lous_339{text-align:center;padding:3rem;color:#4caf50}._successMessage_1lous_339 svg{margin-bottom:1rem}._successMessage_1lous_339 h3{font-size:1.5rem;margin-bottom:.5rem;color:#1a1a2e}._successMessage_1lous_339 p{color:#666}@media(max-width:900px){._content_1lous_57{grid-template-columns:1fr}._contactInfo_1lous_71{flex-direction:row;flex-wrap:wrap}._infoCard_1lous_83{flex:1 1 calc(50% - .75rem);min-width:200px}}@media(max-width:600px){._container_1lous_13{padding:2rem 1rem}._header_1lous_25 h1{font-size:2rem}._formRow_1lous_213{grid-template-columns:1fr}._infoCard_1lous_83{flex:1 1 100%}._formContainer_1lous_175{padding:1.5rem}}._loginPage_1emzc_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:2rem}._loginContainer_1emzc_19{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:420px}._loginHeader_1emzc_37{text-align:center;margin-bottom:2rem}._logo_1emzc_47{height:80px;margin-bottom:1.5rem}._loginHeader_1emzc_37 h1{font-size:2rem;color:#1a1a2e;margin-bottom:.5rem}._loginHeader_1emzc_37 p{color:#666}._error_1emzc_77{background:#ffebee;color:#c62828;padding:1rem;border-radius:10px;margin-bottom:1.5rem;font-size:.9rem;text-align:center}._form_1emzc_97{display:flex;flex-direction:column;gap:1.25rem}._inputGroup_1emzc_109{position:relative;display:flex;align-items:center}._inputIcon_1emzc_121{position:absolute;left:1rem;color:#999}._inputGroup_1emzc_109 input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease}._inputGroup_1emzc_109 input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}._eyeButton_1emzc_163{position:absolute;right:1rem;background:none;border:none;color:#999;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._eyeButton_1emzc_163:hover{color:#666}._submitButton_1emzc_197{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:1rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;margin-top:.5rem}._submitButton_1emzc_197:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}._submitButton_1emzc_197:disabled{opacity:.7;cursor:not-allowed}._spinner_1emzc_251{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1emzc_251 .8s linear infinite}@keyframes _spin_1emzc_251{to{transform:rotate(360deg)}}._divider_1emzc_277{display:flex;align-items:center;margin:1.5rem 0}._divider_1emzc_277:before,._divider_1emzc_277:after{content:"";flex:1;height:1px;background:#e0e0e0}._divider_1emzc_277 span{padding:0 1rem;color:#999;font-size:.9rem}._registerLink_1emzc_317{text-align:center;color:#666}._registerLink_1emzc_317 a{color:#4caf50;text-decoration:none;font-weight:600}._registerLink_1emzc_317 a:hover{text-decoration:underline}@media(max-width:480px){._loginContainer_1emzc_19{padding:2rem}._logo_1emzc_47{height:60px}._loginHeader_1emzc_37 h1{font-size:1.5rem}}._registerPage_1xaj0_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:2rem}._registerContainer_1xaj0_19{background:#fff;padding:3rem;border-radius:20px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:420px}._registerHeader_1xaj0_37{text-align:center;margin-bottom:2rem}._logo_1xaj0_47{height:80px;margin-bottom:1.5rem}._registerHeader_1xaj0_37 h1{font-size:2rem;color:#1a1a2e;margin-bottom:.5rem}._registerHeader_1xaj0_37 p{color:#666}._error_1xaj0_77{background:#ffebee;color:#c62828;padding:1rem;border-radius:10px;margin-bottom:1.5rem;font-size:.9rem;text-align:center}._form_1xaj0_97{display:flex;flex-direction:column;gap:1.25rem}._inputGroup_1xaj0_109{position:relative;display:flex;align-items:center}._inputIcon_1xaj0_121{position:absolute;left:1rem;color:#999}._inputGroup_1xaj0_109 input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e0e0e0;border-radius:12px;font-size:1rem;transition:all .3s ease}._inputGroup_1xaj0_109 input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}._eyeButton_1xaj0_163{position:absolute;right:1rem;background:none;border:none;color:#999;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center}._eyeButton_1xaj0_163:hover{color:#666}._submitButton_1xaj0_197{background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;padding:1rem;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease;margin-top:.5rem}._submitButton_1xaj0_197:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}._submitButton_1xaj0_197:disabled{opacity:.7;cursor:not-allowed}._spinner_1xaj0_251{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:_spin_1xaj0_251 .8s linear infinite}@keyframes _spin_1xaj0_251{to{transform:rotate(360deg)}}._divider_1xaj0_277{display:flex;align-items:center;margin:1.5rem 0}._divider_1xaj0_277:before,._divider_1xaj0_277:after{content:"";flex:1;height:1px;background:#e0e0e0}._divider_1xaj0_277 span{padding:0 1rem;color:#999;font-size:.9rem}._loginLink_1xaj0_317{text-align:center;color:#666}._loginLink_1xaj0_317 a{color:#4caf50;text-decoration:none;font-weight:600}._loginLink_1xaj0_317 a:hover{text-decoration:underline}@media(max-width:480px){._registerContainer_1xaj0_19{padding:2rem}._logo_1xaj0_47{height:60px}._registerHeader_1xaj0_37 h1{font-size:1.5rem}}._card_1ery1_1{background:#e9ecef;border-radius:12px;position:relative;overflow:hidden}._text_1ery1_8{background:#e9ecef;border-radius:6px;position:relative;overflow:hidden;margin-bottom:.5rem}._shimmer_1ery1_16{position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:_shimmer_1ery1_16 1.5s infinite}@keyframes _shimmer_1ery1_16{0%{transform:translate(-100%)}to{transform:translate(100%)}}._grid_1ery1_36{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}._dashboard_1dvz5_1{padding:100px 3rem 4rem;max-width:1400px;margin:0 auto;min-height:100vh}._header_1dvz5_15{margin-bottom:2rem}._header_1dvz5_15 h1{font-size:2rem;color:#1a1a2e;margin-bottom:.5rem}._header_1dvz5_15 p{color:#666}._loading_1dvz5_43{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._spinner_1dvz5_61{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:#4caf50;border-radius:50%;animation:_spin_1dvz5_61 .8s linear infinite}@keyframes _spin_1dvz5_61{to{transform:rotate(360deg)}}._noDevices_1dvz5_87{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:16px;color:#666}._noDevices_1dvz5_87 svg{color:#ccc;margin-bottom:1rem}._noDevices_1dvz5_87 h2{color:#1a1a2e;margin-bottom:.5rem}._deviceGrid_1dvz5_123{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}._deviceCard_1dvz5_135{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:all .3s ease}._deviceCard_1dvz5_135:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}._deviceHeader_1dvz5_161{padding:1.5rem;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f0f0f0}._deviceInfo_1dvz5_177 h3{font-size:1.2rem;color:#1a1a2e;margin-bottom:.25rem}._chipId_1dvz5_189{font-size:.8rem;color:#999;font-family:monospace}._status_1dvz5_201{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500}._online_1dvz5_221{background:#e8f5e9;color:#2e7d32}._offline_1dvz5_231{background:#ffebee;color:#c62828}._sensorGrid_1dvz5_241{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;padding:1.5rem}._sensorCard_1dvz5_255{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f8f9fa;border-radius:12px}._sensorIcon_1dvz5_273{color:#4caf50}._sensorData_1dvz5_281{display:flex;flex-direction:column}._sensorValue_1dvz5_291{font-size:1.3rem;font-weight:700;color:#1a1a2e}._sensorLabel_1dvz5_303{font-size:.8rem;color:#999}._deviceFooter_1dvz5_313{padding:1rem 1.5rem;background:#f8f9fa;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._relayStatus_1dvz5_333{display:flex;gap:.5rem;flex-wrap:wrap}._relay_1dvz5_333{padding:.35rem .75rem;border-radius:15px;font-size:.75rem;font-weight:500;background:#e0e0e0;color:#666}._relay_1dvz5_333._active_1dvz5_363{background:#4caf50;color:#fff}._lastSeen_1dvz5_373{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#999}@media(max-width:768px){._dashboard_1dvz5_1{padding:90px 1rem 2rem}._deviceGrid_1dvz5_123,._sensorGrid_1dvz5_241{grid-template-columns:1fr}._deviceFooter_1dvz5_313{flex-direction:column;align-items:flex-start}}._master_7689e_1{padding:100px 3rem 4rem;max-width:1400px;margin:0 auto;min-height:100vh}._header_7689e_15{margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._headerTitle_7689e_33{display:flex;align-items:center;gap:1rem}._headerButtons_7689e_45{display:flex;gap:1rem;flex-wrap:wrap}._masterIcon_7689e_57{color:gold}._header_7689e_15 h1{font-size:2rem;color:#1a1a2e;margin-bottom:.25rem}._header_7689e_15 p{color:#666}._loading_7689e_85{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}._spinner_7689e_103{width:50px;height:50px;border:4px solid #e0e0e0;border-top-color:gold;border-radius:50%;animation:_spin_7689e_103 .8s linear infinite}@keyframes _spin_7689e_103{to{transform:rotate(360deg)}}._stats_7689e_131{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}._statCard_7689e_145{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;align-items:center;gap:1rem}._statCard_7689e_145 svg{color:#4caf50}._statValue_7689e_173{display:block;font-size:1.8rem;font-weight:700;color:#1a1a2e}._statLabel_7689e_187{font-size:.85rem;color:#666}._searchBar_7689e_199{display:flex;align-items:center;gap:1rem;background:#fff;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014;margin-bottom:2rem}._searchBar_7689e_199 svg{color:#999}._searchBar_7689e_199 input{flex:1;border:none;font-size:1rem;outline:none}._searchBar_7689e_199 input::placeholder{color:#999}._noDevices_7689e_253{text-align:center;padding:4rem 2rem;background:#f8f9fa;border-radius:16px;color:#666}._noDevices_7689e_253 svg{color:#ccc;margin-bottom:1rem}._noDevices_7689e_253 h2{color:#1a1a2e;margin-bottom:.5rem}._deviceGrid_7689e_291{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem}._deviceCard_7689e_303{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden;cursor:pointer;transition:all .3s ease;border:2px solid transparent}._deviceCard_7689e_303:hover{transform:translateY(-3px);box-shadow:0 8px 25px #0000001f}._deviceCard_7689e_303._selected_7689e_333{border-color:gold}._deviceHeader_7689e_341{padding:1.25rem;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #f0f0f0}._deviceInfo_7689e_357 h3{font-size:1.1rem;color:#1a1a2e;margin-bottom:.25rem}._chipId_7689e_369{display:block;font-size:.75rem;color:#999;font-family:monospace}._ownerEmail_7689e_383{display:block;font-size:.8rem;color:#4caf50;margin-top:.25rem}._status_7689e_397{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}._online_7689e_415{background:#e8f5e9;color:#2e7d32}._offline_7689e_425{background:#ffebee;color:#c62828}._sensorRow_7689e_435{display:flex;gap:1.5rem;padding:1rem 1.25rem;background:#f8f9fa}._sensor_7689e_435{display:flex;align-items:center;gap:.5rem;color:#666}._sensor_7689e_435 svg{color:#4caf50}._sensor_7689e_435 span{font-weight:600;color:#1a1a2e}._deviceDetails_7689e_483{padding:1rem 1.25rem;background:#fafafa;border-top:1px solid #f0f0f0}._detailRow_7689e_495{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #f0f0f0;font-size:.9rem}._detailRow_7689e_495:last-child{border-bottom:none}._detailRow_7689e_495 span:first-child{color:#666}._detailRow_7689e_495 span:last-child{font-weight:500;color:#1a1a2e}._detailRow_7689e_495 ._active_7689e_537{color:#2e7d32}._detailRow_7689e_495 ._inactive_7689e_545{color:#999}._detailRow_7689e_495 ._uid_7689e_553{font-family:monospace;font-size:.75rem;word-break:break-all}._deviceFooter_7689e_565{padding:.75rem 1.25rem;display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#999;border-top:1px solid #f0f0f0}._header_7689e_15{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}._notificationButton_7689e_603{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,gold,#ffb700);color:#1a1a2e;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}._notificationButton_7689e_603:hover{transform:translateY(-2px);box-shadow:0 4px 15px #ffd70066}._modalOverlay_7689e_643{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}._modal_7689e_643{background:#fff;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}._modalHeader_7689e_691{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #f0f0f0}._modalHeader_7689e_691 h2{display:flex;align-items:center;gap:.75rem;font-size:1.25rem;color:#1a1a2e}._modalHeader_7689e_691 h2 svg{color:gold}._closeButton_7689e_731{background:none;border:none;color:#999;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease}._closeButton_7689e_731:hover{background:#f0f0f0;color:#1a1a2e}._modalContent_7689e_761{padding:1.5rem}._formGroup_7689e_769{margin-bottom:1.25rem}._formGroup_7689e_769 label{display:block;font-weight:500;color:#1a1a2e;margin-bottom:.5rem}._formGroup_7689e_769 input,._formGroup_7689e_769 textarea{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s ease;resize:vertical}._formGroup_7689e_769 input:focus,._formGroup_7689e_769 textarea:focus{outline:none;border-color:gold}._modalInfo_7689e_825{padding:1rem;background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem}._modalInfo_7689e_825 p{color:#666;font-size:.9rem;margin:0}._modalInfo_7689e_825 strong{color:#1a1a2e}._modalActions_7689e_859{display:flex;gap:1rem;justify-content:flex-end}._cancelButton_7689e_871{padding:.75rem 1.5rem;background:#f0f0f0;color:#666;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s ease}._cancelButton_7689e_871:hover{background:#e0e0e0}._sendButton_7689e_901{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease}._sendButton_7689e_901:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #4caf5066}._sendButton_7689e_901:disabled{opacity:.6;cursor:not-allowed}._successMessage_7689e_949{padding:3rem 2rem;text-align:center;color:#4caf50}._successMessage_7689e_949 svg{margin-bottom:1rem}._successMessage_7689e_949 h3{color:#1a1a2e;margin-bottom:.5rem}._successMessage_7689e_949 p{color:#666}._otaButton_7689e_989{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff9800,#f57c00);color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff98004d}._otaButton_7689e_989:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff980066}._fileInput_7689e_1029{padding:.75rem;border:2px dashed #ddd;border-radius:8px;cursor:pointer;transition:all .2s ease;background:#fafafa}._fileInput_7689e_1029:hover{border-color:#ff9800;background:#fff}._fileInfo_7689e_1057{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem;background:#e3f2fd;border-radius:6px;color:#1976d2;font-size:.9rem}._fileInfo_7689e_1057 svg{color:#1976d2}@media(max-width:768px){._master_7689e_1{padding:90px 1rem 2rem}._header_7689e_15{flex-direction:column;align-items:flex-start}._headerButtons_7689e_45{width:100%}._notificationButton_7689e_603,._otaButton_7689e_989{width:100%;justify-content:center}._stats_7689e_131{grid-template-columns:repeat(2,1fr)}._deviceGrid_7689e_291{grid-template-columns:1fr}._modalActions_7689e_859{flex-direction:column}._cancelButton_7689e_871,._sendButton_7689e_901{width:100%;justify-content:center}}._guidePage_1xyfc_1{padding-top:70px;min-height:100vh;background:#f8f9fa}._container_1xyfc_13{max-width:1400px;margin:0 auto;padding:2rem 3rem}._header_1xyfc_25{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:2rem;background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;color:#fff}._header_1xyfc_25 svg{color:#4caf50}._header_1xyfc_25 h1{font-size:2rem;margin-bottom:.25rem}._header_1xyfc_25 p{color:#a0a0a0}._content_1xyfc_73{display:grid;grid-template-columns:280px 1fr;gap:2rem}._toc_1xyfc_87{position:sticky;top:90px;height:fit-content;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #00000014}._toc_1xyfc_87 h3{font-size:1.1rem;color:#1a1a2e;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}._toc_1xyfc_87 ul{list-style:none;padding:0;margin:0}._toc_1xyfc_87 li{margin-bottom:.25rem}._toc_1xyfc_87 a{display:flex;align-items:center;gap:.75rem;padding:.6rem .75rem;color:#666;text-decoration:none;border-radius:8px;font-size:.9rem;transition:all .2s ease}._toc_1xyfc_87 a:hover{background:#f8f9fa;color:#1a1a2e}._toc_1xyfc_87 a._active_1xyfc_177{background:#e8f5e9;color:#4caf50;font-weight:500}._toc_1xyfc_87 a svg{flex-shrink:0;opacity:.7}._sections_1xyfc_201{display:flex;flex-direction:column;gap:1rem}._section_1xyfc_201{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;overflow:hidden}._sectionHeader_1xyfc_227{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;transition:background .2s ease}._sectionHeader_1xyfc_227:hover{background:#f8f9fa}._sectionTitle_1xyfc_259{display:flex;align-items:center;gap:1rem}._sectionTitle_1xyfc_259 svg{color:#4caf50}._sectionTitle_1xyfc_259 h2{font-size:1.1rem;color:#1a1a2e;margin:0}._sectionHeader_1xyfc_227>svg{color:#999}._section_1xyfc_201._expanded_1xyfc_299 ._sectionHeader_1xyfc_227{border-bottom:1px solid #f0f0f0}._sectionContent_1xyfc_307{padding:1.5rem;color:#444;line-height:1.8;animation:_fadeIn_1xyfc_1 .3s ease}@keyframes _fadeIn_1xyfc_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._sectionContent_1xyfc_307 h4{color:#1a1a2e;margin:1.5rem 0 .75rem;font-size:1rem}._sectionContent_1xyfc_307 h4:first-child{margin-top:0}._sectionContent_1xyfc_307 p{margin-bottom:1rem}._sectionContent_1xyfc_307 ul,._sectionContent_1xyfc_307 ol{margin:.75rem 0 1rem 1.5rem}._sectionContent_1xyfc_307 li{margin-bottom:.5rem}._sectionContent_1xyfc_307 strong{color:#1a1a2e}._sectionContent_1xyfc_307 table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}._sectionContent_1xyfc_307 th,._sectionContent_1xyfc_307 td{padding:.75rem 1rem;text-align:left;border:1px solid #e0e0e0}._sectionContent_1xyfc_307 th{background:#f8f9fa;color:#1a1a2e;font-weight:600}._sectionContent_1xyfc_307 tr:hover td{background:#fafafa}._downloadSection_1xyfc_435{margin-top:2rem;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;text-align:center}._downloadSection_1xyfc_435 h3{color:#1a1a2e;margin-bottom:.5rem}._downloadSection_1xyfc_435 p{color:#666;margin-bottom:1rem}._downloadButton_1xyfc_473{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 2rem;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .3s ease}._downloadButton_1xyfc_473:hover{transform:translateY(-2px);box-shadow:0 4px 15px #4caf504d}@media(max-width:900px){._content_1xyfc_73{grid-template-columns:1fr}._toc_1xyfc_87{position:static;display:none}._container_1xyfc_13{padding:1rem}._header_1xyfc_25{flex-direction:column;text-align:center;padding:1.5rem}._header_1xyfc_25 h1{font-size:1.5rem}._sectionContent_1xyfc_307 table{font-size:.8rem}._sectionContent_1xyfc_307 th,._sectionContent_1xyfc_307 td{padding:.5rem}}._container_1og3f_1{max-width:1000px;margin:0 auto;padding:100px 3rem 4rem}._header_1og3f_13{text-align:center;margin-bottom:3rem}._header_1og3f_13 h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:.5rem}._header_1og3f_13 p{color:#666;font-size:1.1rem}._mainCard_1og3f_47{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #0000001a;margin-bottom:2rem}._inputSection_1og3f_63{margin-bottom:2rem}._label_1og3f_71{display:block;font-weight:600;margin-bottom:.75rem;color:#333;font-size:1.1rem}._inputGroup_1og3f_87{display:flex;gap:.75rem}._input_1og3f_63{flex:1;padding:1rem;font-size:1.2rem;font-family:Courier New,monospace;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s;text-transform:uppercase;letter-spacing:2px}._input_1og3f_63:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}._clearButton_1og3f_133{padding:1rem 1.5rem;background:#f44336;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}._clearButton_1og3f_133:hover:not(:disabled){background:#d32f2f;transform:translateY(-2px)}._clearButton_1og3f_133:disabled{background:#ccc;cursor:not-allowed}._hint_1og3f_175{margin-top:.5rem;color:#666;font-size:.9rem;font-style:italic}._error_1og3f_189{margin-top:1rem;padding:1rem;background:#ffebee;border-left:4px solid #f44336;border-radius:4px;color:#c62828;font-weight:500}._generateButton_1og3f_209{width:100%;padding:1.25rem;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:8px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:all .3s}._generateButton_1og3f_209:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}._generateButton_1og3f_209:disabled{background:#ccc;cursor:not-allowed;transform:none}._resultSection_1og3f_259{margin-top:2rem;padding:2rem;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px;border:2px solid #4CAF50;animation:_slideIn_1og3f_1 .3s ease}@keyframes _slideIn_1og3f_1{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}._resultSection_1og3f_259 h3{margin-top:0;color:#2e7d32;font-size:1.3rem}._codeDisplay_1og3f_311{display:flex;flex-direction:column;gap:1.5rem}._codeItem_1og3f_323{display:flex;flex-direction:column;gap:.5rem}._codeLabel_1og3f_335{font-weight:600;color:#1b5e20}._codeValue_1og3f_345{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;border:2px solid #81c784}._codeValue_1og3f_345 code{flex:1;font-size:1.3rem;font-family:Courier New,monospace;color:#1a1a1a;letter-spacing:1px}._activationCode_1og3f_381{font-weight:700;color:#2e7d32!important;font-size:1.5rem!important}._copyButton_1og3f_393{padding:.75rem 1.25rem;background:#4caf50;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s;white-space:nowrap}._copyButton_1og3f_393:hover{background:#45a049;transform:scale(1.05)}._infoCard_1og3f_429{background:#e3f2fd;border:2px solid #2196F3;border-radius:12px;padding:1.5rem;margin-bottom:2rem}._infoCard_1og3f_429 h3{margin-top:0;color:#1976d2}._infoCard_1og3f_429 ol{margin:1rem 0 0 1.5rem;color:#333;line-height:1.8}._infoCard_1og3f_429 li{margin:1rem 0}._infoCard_1og3f_429 ul{margin:.5rem 0 0 1.5rem}._infoCard_1og3f_429 ul li{margin:.25rem 0}._infoCard_1og3f_429 code{background:#fff;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;color:#1976d2}._historyCard_1og3f_509{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}._historyCard_1og3f_509 h3{margin-top:0;color:#1a1a1a}._historyList_1og3f_535{display:flex;flex-direction:column;gap:1rem}._historyItem_1og3f_547{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s}._historyItem_1og3f_547:hover{border-color:#4caf50;transform:translate(4px)}._historyInfo_1og3f_579{flex:1}._historyRow_1og3f_587{display:flex;gap:.75rem;margin:.25rem 0;align-items:center}._historyLabel_1og3f_601{font-weight:600;color:#555;min-width:100px}._historyRow_1og3f_587 code{font-family:Courier New,monospace;background:#fff;padding:.2rem .5rem;border-radius:4px}._historyCode_1og3f_627{color:#2e7d32;font-weight:700}._copyButtonSmall_1og3f_637{padding:.75rem 1rem;background:#4caf50;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .3s;font-size:1.2rem}._copyButtonSmall_1og3f_637:hover{background:#45a049;transform:scale(1.1)}._techCard_1og3f_671{background:#fff3e0;border:2px solid #FF9800;border-radius:12px;padding:1.5rem}._techCard_1og3f_671 h3{margin-top:0;color:#e65100}._techCard_1og3f_671 ul{margin:1rem 0 0 1.5rem;color:#333;line-height:1.8}._techCard_1og3f_671 li{margin:.5rem 0}@media(max-width:768px){._container_1og3f_1{padding:90px 1rem 2rem}._header_1og3f_13 h1{font-size:2rem}._inputGroup_1og3f_87{flex-direction:column}._clearButton_1og3f_133{width:100%}._codeValue_1og3f_345{flex-direction:column;align-items:stretch}._copyButton_1og3f_393{width:100%}._historyItem_1og3f_547{flex-direction:column;align-items:stretch;gap:1rem}._copyButtonSmall_1og3f_637{width:100%}}._container_y6xt3_1{max-width:1400px;margin:0 auto;padding:100px 3rem 4rem}._header_y6xt3_13{text-align:center;margin-bottom:2rem}._header_y6xt3_13 h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:.5rem}._header_y6xt3_13 p{color:#666;font-size:1.1rem}._loading_y6xt3_47,._empty_y6xt3_47{text-align:center;padding:4rem 2rem}._spinner_y6xt3_57{width:50px;height:50px;margin:0 auto 1rem;border:4px solid #f3f3f3;border-top:4px solid #4CAF50;border-radius:50%;animation:_spin_y6xt3_57 1s linear infinite}@keyframes _spin_y6xt3_57{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._deviceSelector_y6xt3_89{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;display:flex;align-items:center;gap:1rem}._deviceSelector_y6xt3_89 label{font-weight:600;color:#333;white-space:nowrap}._select_y6xt3_123{flex:1;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .3s}._select_y6xt3_123:focus{outline:none;border-color:#4caf50}._metricsGrid_y6xt3_155{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}._metricCard_y6xt3_169{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;gap:1rem;transition:all .3s}._metricCard_y6xt3_169:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}._metricIcon_y6xt3_201{font-size:3rem}._metricInfo_y6xt3_209{flex:1}._metricInfo_y6xt3_209 h3{margin:0 0 .5rem;font-size:.9rem;color:#666;text-transform:uppercase;letter-spacing:.5px}._metricValue_y6xt3_233{margin:0;font-size:2rem;font-weight:700;color:#1a1a1a}._metricTarget_y6xt3_247{font-size:.85rem;color:#888}._controlsCard_y6xt3_259{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}._controlsCard_y6xt3_259 h3{margin-top:0;margin-bottom:1.5rem;color:#1a1a1a}._controlsGrid_y6xt3_287{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._controlItem_y6xt3_299{display:flex;flex-direction:column;align-items:center;padding:1.5rem;background:#f5f5f5;border:2px solid #e0e0e0;border-radius:8px;transition:all .3s}._controlItem_y6xt3_299._active_y6xt3_321{background:#e8f5e9;border-color:#4caf50}._controlIcon_y6xt3_331{font-size:2rem;margin-bottom:.5rem}._controlStatus_y6xt3_341{margin-top:.5rem;padding:.25rem .75rem;background:#666;color:#fff;border-radius:12px;font-size:.75rem;font-weight:600}._controlItem_y6xt3_299._active_y6xt3_321 ._controlStatus_y6xt3_341{background:#4caf50}._pidCard_y6xt3_371{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}._pidCard_y6xt3_371 h3{margin-top:0;margin-bottom:1.5rem;color:#1a1a1a}._pidGrid_y6xt3_399{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem}._pidItem_y6xt3_411{display:flex;flex-direction:column;gap:.5rem}._pidLabel_y6xt3_423{font-weight:600;color:#666;font-size:.9rem}._pidValue_y6xt3_435{font-size:1.5rem;font-weight:700;color:#1a1a1a}._infoCard_y6xt3_449{background:#e3f2fd;border:2px solid #2196F3;border-radius:8px;padding:1rem 1.5rem;text-align:center}._infoCard_y6xt3_449 p{margin:0;color:#1565c0;font-weight:500}@media(max-width:768px){._container_y6xt3_1{padding:90px 1rem 2rem}._header_y6xt3_13 h1{font-size:2rem}._deviceSelector_y6xt3_89{flex-direction:column;align-items:stretch}._metricsGrid_y6xt3_155{grid-template-columns:1fr}._controlsGrid_y6xt3_287,._pidGrid_y6xt3_399{grid-template-columns:1fr 1fr}}._container_uypnh_1{max-width:1400px;margin:0 auto;padding:100px 3rem 4rem}._header_uypnh_13{text-align:center;margin-bottom:3rem}._header_uypnh_13 h1{font-size:2.5rem;color:#1a1a1a;margin-bottom:.5rem}._header_uypnh_13 p{color:#666;font-size:1.1rem}._message_uypnh_47{padding:1rem 1.5rem;border-radius:8px;margin-bottom:2rem;font-weight:500;animation:_slideIn_uypnh_1 .3s ease}._message_uypnh_47._success_uypnh_63{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}._message_uypnh_47._error_uypnh_75{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@keyframes _slideIn_uypnh_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._addMasterCard_uypnh_111{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}._addMasterCard_uypnh_111 h2{font-size:1.5rem;margin-bottom:1.5rem;color:#1a1a1a}._addForm_uypnh_139{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}._inputGroup_uypnh_153{flex:1;min-width:300px}._inputGroup_uypnh_153 label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}._input_uypnh_153{width:100%;padding:.75rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s}._input_uypnh_153:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 3px #4caf501a}._input_uypnh_153:disabled{background-color:#f5f5f5;cursor:not-allowed}._addButton_uypnh_217{padding:.75rem 2rem;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;align-self:flex-end}._addButton_uypnh_217:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}._addButton_uypnh_217:disabled{background:#ccc;cursor:not-allowed;transform:none}._help_uypnh_265{background:#f8f9fa;border-left:4px solid #4CAF50;padding:1rem 1.5rem;border-radius:4px}._help_uypnh_265 p{margin:0 0 .5rem;font-weight:600;color:#333}._help_uypnh_265 ol{margin:.5rem 0 0 1.5rem;color:#666}._help_uypnh_265 li{margin:.25rem 0}._masterListCard_uypnh_311{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem}._cardHeader_uypnh_327{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._cardHeader_uypnh_327 h2{font-size:1.5rem;color:#1a1a1a;margin:0}._refreshButton_uypnh_353{padding:.5rem 1rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s;font-size:1rem}._refreshButton_uypnh_353:hover:not(:disabled){border-color:#4caf50;color:#4caf50}._refreshButton_uypnh_353:disabled{opacity:.5;cursor:not-allowed}._loading_uypnh_395{text-align:center;padding:3rem}._spinner_uypnh_405{width:50px;height:50px;margin:0 auto 1rem;border:4px solid #f3f3f3;border-top:4px solid #4CAF50;border-radius:50%;animation:_spin_uypnh_405 1s linear infinite}@keyframes _spin_uypnh_405{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._empty_uypnh_437{text-align:center;padding:3rem;color:#666;font-size:1.1rem}._masterGrid_uypnh_453{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}._masterCard_uypnh_467{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem;transition:all .3s}._masterCard_uypnh_467:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0000001a;border-color:#4caf50}._masterHeader_uypnh_495{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e0e0e0}._masterAvatar_uypnh_513{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}._masterInfo_uypnh_539 h3{margin:0 0 .25rem;font-size:1.1rem;color:#1a1a1a}._email_uypnh_551{margin:0;color:#666;font-size:.9rem}._masterDetails_uypnh_563{margin-bottom:1rem}._detailRow_uypnh_571{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #e0e0e0}._detailRow_uypnh_571:last-child{border-bottom:none}._label_uypnh_593{font-weight:600;color:#555;font-size:.9rem}._value_uypnh_605{color:#333;font-size:.9rem;text-align:right}._badge_uypnh_617{display:inline-block;padding:.25rem .75rem;background:linear-gradient(135deg,gold,orange);color:#fff;border-radius:20px;font-size:.8rem;font-weight:600;margin-top:.5rem}._removeButton_uypnh_639{width:100%;padding:.75rem;background:#dc3545;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s}._removeButton_uypnh_639:hover:not(:disabled){background:#c82333;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}._removeButton_uypnh_639:disabled{background:#ccc;cursor:not-allowed}._currentUser_uypnh_685{text-align:center;padding:.75rem;background:#d4edda;color:#155724;border-radius:8px;font-weight:600}._infoCard_uypnh_705{background:#e7f3ff;border:2px solid #2196F3;border-radius:12px;padding:1.5rem}._infoCard_uypnh_705 h3{margin-top:0;color:#1976d2}._infoCard_uypnh_705 ul{margin:1rem 0 0 1.5rem;color:#333}._infoCard_uypnh_705 li{margin:.5rem 0;line-height:1.6}@media(max-width:768px){._container_uypnh_1{padding:90px 1rem 2rem}._header_uypnh_13 h1{font-size:2rem}._addForm_uypnh_139{flex-direction:column}._addButton_uypnh_217{align-self:stretch}._masterGrid_uypnh_453{grid-template-columns:1fr}._cardHeader_uypnh_327{flex-direction:column;align-items:flex-start;gap:1rem}}._download_m2fqn_1{padding:100px 3rem 4rem;max-width:1400px;margin:0 auto;min-height:100vh}._header_m2fqn_15{text-align:center;margin-bottom:3rem}._header_m2fqn_15 h1{font-size:2.5rem;color:#1a1a2e;margin-bottom:.5rem}._header_m2fqn_15 p{font-size:1.1rem;color:#666}._appsGrid_m2fqn_47{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}._appCard_m2fqn_61{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a;transition:all .3s ease;border:2px solid #e0e0e0}._appCard_m2fqn_61:hover{transform:translateY(-5px);box-shadow:0 8px 30px #00000026}._masterCard_m2fqn_89{border:2px solid #ffd700;background:linear-gradient(135deg,#fff,#fffef7)}._appIcon_m2fqn_99{width:80px;height:80px;border-radius:20px;background:linear-gradient(135deg,#4caf50,#45a049);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:1.5rem}._masterIcon_m2fqn_123{background:linear-gradient(135deg,gold,#ffed4e);color:#1a1a2e}._appCard_m2fqn_61 h2{font-size:1.8rem;color:#1a1a2e;margin-bottom:.5rem}._version_m2fqn_145{color:#666;font-size:.9rem;margin-bottom:1rem}._description_m2fqn_157{color:#555;line-height:1.6;margin-bottom:1.5rem}._features_m2fqn_169{margin-bottom:2rem}._feature_m2fqn_169{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:#333}._feature_m2fqn_169 svg{color:#4caf50;flex-shrink:0}._downloadButton_m2fqn_203{width:100%;padding:1rem 2rem;background:linear-gradient(135deg,#4caf50,#45a049);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 15px #4caf504d}._downloadButton_m2fqn_203:hover{transform:translateY(-2px);box-shadow:0 6px 20px #4caf5066}._masterButton_m2fqn_249{background:linear-gradient(135deg,gold,#ffed4e);color:#1a1a2e;box-shadow:0 4px 15px #ffd7004d}._masterButton_m2fqn_249:hover{box-shadow:0 6px 20px #ffd70066}._note_m2fqn_269{margin-top:1rem;padding:.75rem;background:#f0f0f0;border-radius:8px;font-size:.85rem;color:#666}._instructions_m2fqn_287{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem}._instructions_m2fqn_287 h3{color:#1a1a2e;margin-bottom:1rem;font-size:1.5rem}._instructions_m2fqn_287 ol{margin-left:1.5rem;color:#555;line-height:2}._instructions_m2fqn_287 li{margin-bottom:.5rem}._warning_m2fqn_335{background:#fff3cd;border:2px solid #ffc107;border-radius:12px;padding:1.5rem;color:#856404}._warning_m2fqn_335 strong{display:block;margin-bottom:.5rem;font-size:1.1rem}._warning_m2fqn_335 p{margin:0;line-height:1.6}@media(max-width:768px){._download_m2fqn_1{padding:90px 1rem 2rem}._header_m2fqn_15 h1{font-size:2rem}._appsGrid_m2fqn_47{grid-template-columns:1fr}._appCard_m2fqn_61{padding:1.5rem}}._container_kqs5v_1{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:linear-gradient(135deg,var(--color-bg, #f8f9fa) 0%,var(--color-bg-secondary, #e9ecef) 100%)}._content_kqs5v_10{text-align:center;max-width:500px}._errorCode_kqs5v_15{font-size:8rem;font-weight:900;background:var(--color-primary-gradient, linear-gradient(135deg, #4CAF50, #45a049));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1rem;letter-spacing:-4px}._title_kqs5v_27{font-size:2rem;color:var(--color-dark, #1a1a2e);margin-bottom:1rem;font-weight:700}._description_kqs5v_34{color:var(--color-text-secondary, #666);font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}._actions_kqs5v_41{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}._homeButton_kqs5v_48{display:flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:var(--color-primary-gradient, linear-gradient(135deg, #4CAF50, #45a049));color:#fff;text-decoration:none;border-radius:30px;font-weight:600;font-size:1rem;transition:all .3s ease;box-shadow:0 4px 15px #4caf504d}._homeButton_kqs5v_48:hover{transform:translateY(-3px);box-shadow:0 6px 20px #4caf5066}._backButton_kqs5v_68{display:flex;align-items:center;gap:.5rem;padding:.85rem 2rem;background:transparent;color:var(--color-dark, #1a1a2e);border:2px solid var(--color-border, #e0e0e0);border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}._backButton_kqs5v_68:hover{border-color:var(--color-dark, #1a1a2e);background:var(--color-dark, #1a1a2e);color:#fff}@media(max-width:480px){._errorCode_kqs5v_15{font-size:5rem}._title_kqs5v_27{font-size:1.5rem}._actions_kqs5v_41{flex-direction:column}._homeButton_kqs5v_48,._backButton_kqs5v_68{width:100%;justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f8f9fa;color:#333;line-height:1.6}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1}a{color:inherit;text-decoration:none}button{font-family:inherit}img{max-width:100%;height:auto}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.scroll-animate{opacity:0;transition:opacity .6s ease,transform .6s ease;will-change:opacity,transform}.scroll-animate.fadeUp{transform:translateY(30px)}.scroll-animate.fadeDown{transform:translateY(-30px)}.scroll-animate.fadeLeft{transform:translate(-30px)}.scroll-animate.fadeRight{transform:translate(30px)}.scroll-animate.scaleUp{transform:scale(.95)}.scroll-animate.visible{opacity:1;transform:translate(0) scale(1)}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;border-radius:50%;background:var(--color-primary-gradient, linear-gradient(135deg, #4CAF50, #45a049));color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #4caf5066;z-index:900;opacity:0;transform:translateY(20px);transition:opacity .3s ease,transform .3s ease,box-shadow .3s ease;pointer-events:none}.scroll-to-top.visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-to-top:hover{box-shadow:0 6px 20px #4caf5080;transform:translateY(-3px)}
