*{transition-property:background-color,border-color,color,fill,stroke,box-shadow;transition-timing-function:ease;transition-duration:.2s}html{scroll-behavior:smooth}.app-container{min-height:100vh;background:#fff;color:#000;overflow-x:hidden}html.dark .app-container{background:#0f0f0f;color:#fff}.header{width:100%;padding:1.5rem 0;border-bottom:2px solid #000000;position:sticky;top:0;background:#fff;z-index:100}html.dark .header{background:#0f0f0f;border-bottom-color:#fff}.header-content{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}@media (max-width: 1024px){.header-content{padding:0 1.25rem}}@media (max-width: 768px){.header-content{flex-wrap:wrap;gap:.75rem;padding:0 1rem}}@media (max-width: 480px){.header-content{padding:0 .75rem;gap:.5rem}}.header-left{display:flex;align-items:center;gap:1rem;width:100%}@media (max-width: 768px){.header-left{gap:.75rem}}@media (max-width: 480px){.header-left{min-width:0;flex:1;gap:.5rem}}.logo-badge{width:70px;height:70px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:900;flex-shrink:0}@media (max-width: 768px){.logo-badge{width:60px;height:60px}}@media (max-width: 480px){.logo-badge{width:50px;height:50px}}.logo-badge img{width:100%;height:100%;object-fit:contain;padding:4px}.header h1{font-size:2rem;margin:0;font-weight:900;letter-spacing:-1px}.theme-toggle{padding:.6rem 1rem;border:2px solid #000000;background:#fff;color:#000;border-radius:6px;font-weight:700;cursor:pointer;font-size:.95rem;letter-spacing:.3px;position:relative;overflow:hidden}html.dark .theme-toggle{background:#0f0f0f;color:#fff;border-color:#fff}.theme-toggle:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(0,0,0,.1),transparent);transition:left .5s ease}.theme-toggle:hover:before{left:100%}html.dark .theme-toggle:before{background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)}.theme-toggle:hover{box-shadow:0 0 20px #0000004d;transform:translateY(-2px)}html.dark .theme-toggle:hover{box-shadow:0 0 20px #ffffff4d}.theme-toggle:active{transform:translateY(0)}.main-content{max-width:1200px;margin:0 auto;padding:3rem 1.5rem}.card{background:#f5f5f5;border:2px solid #000000;border-radius:12px;padding:2rem;margin-bottom:2rem;position:relative;overflow:hidden}.card:hover{box-shadow:0 0 20px #0003}html.dark .card{background:#1a1a1a;border-color:#fff}html.dark .card:hover{box-shadow:0 0 20px #fff3}.hero-card{margin-bottom:3rem}.hero-text{font-size:1.3rem;font-weight:600;line-height:1.8;margin-bottom:1rem}.hero-subtitle{font-size:.95rem;font-weight:500;opacity:.7;font-style:italic}.card h2{font-size:2rem;font-weight:900;letter-spacing:-.5px;margin-bottom:1.5rem;position:relative;text-transform:uppercase}.card h2:before{content:"";position:absolute;bottom:-10px;left:0;width:40px;height:3px;background:#000}html.dark .card h2:before{background:#fff}.card h3{font-size:1.3rem;font-weight:800;letter-spacing:0px;margin-bottom:1rem}.card p{font-size:1rem;line-height:1.8;margin-bottom:1rem}.card p:last-child{margin-bottom:0}.card-description{font-size:.95rem;opacity:.8;margin-bottom:1rem!important}.download-description{font-size:1rem;margin-bottom:1.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;list-style:none;width:100%}@media (max-width: 768px){.features-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}}@media (max-width: 480px){.features-grid{grid-template-columns:1fr;gap:.75rem}}.features-grid li{background:#fff;padding:1rem;border-radius:8px;border:1px solid #e0e0e0;font-weight:500;transition:all .3s ease;line-height:1.6;box-sizing:border-box;word-break:break-word;overflow-wrap:break-word}@media (max-width: 480px){.features-grid li{padding:.75rem;font-size:.9rem;border-radius:6px}}html.dark .features-grid li{background:#0f0f0f;border-color:#333}.features-grid li:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px);border-color:#000}html.dark .features-grid li:hover{box-shadow:0 4px 12px #ffffff1a;border-color:#fff}.info-list{list-style:none;margin:0;padding:0}.info-list li{padding:.5rem 0;line-height:1.8;font-size:.95rem;position:relative;padding-left:0}.info-list li:before{content:"";display:none}.two-column-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:2rem;width:100%}@media (max-width: 1024px){.two-column-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.two-column-grid{grid-template-columns:1fr;gap:1.25rem;margin-bottom:1.5rem}}@media (max-width: 480px){.two-column-grid{gap:1rem}}.gradient-card{background:linear-gradient(135deg,#f5f5f5,#fff,#f5f5f5);border:2px solid #000000}html.dark .gradient-card{background:linear-gradient(135deg,#1a1a1a,#0f0f0f,#1a1a1a);border-color:#fff}.button-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem;width:100%}@media (max-width: 768px){.button-group{grid-template-columns:1fr;gap:.75rem;margin-top:1.25rem}}@media (max-width: 480px){.button-group{gap:.5rem;margin-top:1rem}}.download-btn{display:block;width:100%;padding:1rem 1.5rem;background:#000;color:#fff;border:2px solid #000000;border-radius:8px;text-align:center;font-weight:700;letter-spacing:.5px;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;box-sizing:border-box;word-break:break-word;cursor:pointer}@media (max-width: 480px){.download-btn{padding:.85rem 1rem;font-size:.95rem;border-width:1.5px}}html.dark .download-btn{background:#fff;color:#000;border-color:#fff}.download-btn: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}.download-btn:hover:before{left:100%}.download-btn:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}html.dark .download-btn:hover{box-shadow:0 8px 24px #ffffff4d}.download-btn:active{transform:translateY(-1px)}.footer{text-align:center;padding:2rem 1.5rem;border-top:2px solid #000000;margin-top:3rem}html.dark .footer{border-top-color:#fff}.footer img{width:60px;height:60px;margin-bottom:1rem;object-fit:contain}.footer-title{font-size:1.1rem;font-weight:800;margin-bottom:.5rem}.footer-subtitle{font-size:.9rem;opacity:.7;font-weight:500;letter-spacing:.3px}@media (max-width: 1024px){.footer{padding:1.75rem 1.25rem;margin-top:2.5rem}.footer img{width:55px;height:55px}}@media (max-width: 768px){.footer{padding:1.5rem 1rem;margin-top:2rem}.footer img{width:50px;height:50px;margin-bottom:.75rem}.footer-title{font-size:1rem;margin-bottom:.35rem}.footer-subtitle{font-size:.85rem}}@media (max-width: 480px){.footer{padding:1.25rem .75rem;margin-top:1.5rem;border-top-width:1.5px}.footer img{width:45px;height:45px;margin-bottom:.5rem}.footer-title{font-size:.9rem;margin-bottom:.25rem}.footer-subtitle{font-size:.8rem}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes borderGlow{0%{box-shadow:0 0 5px #0000004d,inset 0 0 10px #ffffff1a}50%{box-shadow:0 0 15px #00000080,inset 0 0 20px #fff3}to{box-shadow:0 0 5px #0000004d,inset 0 0 10px #ffffff1a}}@keyframes borderGlowDark{0%{box-shadow:0 0 5px #fff3,inset 0 0 10px #0000004d}50%{box-shadow:0 0 15px #fff6,inset 0 0 20px #00000080}to{box-shadow:0 0 5px #fff3,inset 0 0 10px #0000004d}}@keyframes lineAnimation{0%{width:0}to{width:100%}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#000,#333);border-radius:6px;box-shadow:inset 0 0 6px #0000004d}::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#000,#1a1a1a);box-shadow:inset 0 0 8px #00000080}html.dark ::-webkit-scrollbar-track{background:#0f0f0f}html.dark ::-webkit-scrollbar-thumb{background:linear-gradient(to bottom,#fff,#ccc);box-shadow:inset 0 0 6px #fff3}html.dark ::-webkit-scrollbar-thumb:hover{background:linear-gradient(to bottom,#fff,#e6e6e6);box-shadow:inset 0 0 8px #ffffff4d}:focus-visible{outline:2px solid #000000;outline-offset:2px}html.dark :focus-visible{outline-color:#fff}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem}.header h1{font-size:1.5rem}.card{padding:1.5rem;margin-bottom:1.5rem}.card h2{font-size:1.5rem}.card h3{font-size:1.1rem}.main-content{padding:1.5rem 1rem}.hero-text{font-size:1.1rem}}@media (max-width: 480px){.app-container{font-size:15px}.header{padding:1rem 0}.card{border-radius:8px;padding:1rem}.card h2{font-size:1.25rem}.main-content{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,SF Pro Display,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;font-weight:400;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;padding:0;min-width:320px;min-height:100vh;background:#fff;color:#000;font-weight:500;letter-spacing:.3px}html.dark body{background:#0f0f0f;color:#fff}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.3;font-weight:800;margin:0}h1{font-size:3rem;font-weight:900;letter-spacing:-1px}h2{font-size:2rem;font-weight:800;letter-spacing:.5px}h3{font-size:1.3rem;font-weight:700}p{margin:0;line-height:1.8}a{color:#000;text-decoration:none;font-weight:700;letter-spacing:.3px;position:relative;transition:all .3s cubic-bezier(.34,1.56,.64,1)}html.dark a{color:#fff}a:hover{opacity:.8}button{border:none;font-family:inherit;font-size:1rem;font-weight:700;letter-spacing:.5px;cursor:pointer;position:relative;overflow:hidden;border-radius:6px;transition:all .3s cubic-bezier(.34,1.56,.64,1);padding:.7em 1.5em;background:#fff;color:#000;border:2px solid #000000}html.dark button{background:#0f0f0f;color:#fff;border-color:#fff}button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0003}html.dark button:hover{box-shadow:0 8px 24px #fff3}button:active{transform:translateY(0)}button:disabled{opacity:.5;cursor:not-allowed}ul,ol{list-style:none;margin:0;padding:0}li{position:relative;margin:0;padding:0}@media (max-width: 768px){h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.1rem}button{padding:.6em 1.2em;font-size:.95rem}}@media (max-width: 480px){h1{font-size:1.5rem}h2{font-size:1.25rem}body{font-size:15px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}::selection{background:#000;color:#fff}html.dark ::selection{background:#fff;color:#000}
