:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:100%;min-height:100vh;width:100%}#root{width:100%;min-height:100vh}a{font-weight:500;color:var(--link);text-decoration:inherit}a:hover{color:var(--link-hover)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--dark-background);cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--link)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:var(--dark-text);background-color:var(--background)}a:hover{color:var(--link-light-hover)}button{background-color:var(--light-background)}}:root{--text-primary: #3b3b3b;--text-secondary: #666;--text-tertiary: #444;--text-light: #f9f9f9;--text-white: #fff;--title-color: #5e5e60;--background: #fff;--light-background: #f9f9f9;--lighter-background: #f5f5f5;--very-light-background: #f0f0f0;--dark-background: #1a1a1a;--black-background: #000;--border: #e0e0e0;--light-border: #f0f0f0;--primary: #7f52ff;--primary-light: #9d7fff;--primary-dark: #6a3de8;--link: #646cff;--link-hover: #535bf2;--link-light-hover: #747bff;--dark-text: #213547;--success-color: #10b981;--error-color: #ef4444}:root{--text-primary: #333;--text-secondary: #666;--background: #fff;--light-background: #f9f9f9;--border: #e0e0e0;--primary: #7f52ff}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-primary);background-color:var(--lighter-background);line-height:1.6}.app-container{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow:hidden}.navbar{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;background-color:var(--black-background);color:var(--text-white);box-shadow:0 2px 4px #0000001a;height:64px;position:fixed;top:0;z-index:1000;width:100%;margin:0;border:none}.navbar-brand{font-size:1.8rem;font-weight:700;color:var(--text-white)}.navbar-actions{display:flex;gap:1.5rem;align-items:center}.navbar-button{padding:.5rem 1rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px;background:none;border:none;outline:none;color:var(--text-white);cursor:pointer;transition:none}.navbar-button:hover{opacity:1;background:none}.navbar-button:active{opacity:1;background:none;transform:none}.navbar-button:focus{outline:none;border:none}.app-content{display:flex;flex:1;width:100%;overflow:hidden;padding-top:64px}.sidebar{width:250px;background-color:var(--background);padding-top:1rem;will-change:auto;transform:translateZ(0);box-shadow:2px 0 4px #0000000d;height:calc(100vh - 64px);overflow-y:auto;flex-shrink:0;position:relative;scrollbar-width:none;-ms-overflow-style:none}.sidebar::-webkit-scrollbar{display:none}.sidebar .MuiListItem-root{transition:none!important;will-change:auto;transform:translateZ(0)}.sidebar .MuiCollapse-root,.sidebar .MuiListItem-root:hover{transition:none!important}.content{flex:1;height:calc(100vh - 64px);overflow-y:auto;margin:0;background-color:var(--light-background)}.page-content{margin:0 auto;width:100%}.page-content h1{margin-top:0;margin-bottom:.5rem;color:var(--text-primary);font-size:2.8rem;font-weight:700}.page-content h2{margin-top:4rem;margin-bottom:1.5rem;color:var(--text-primary);font-size:2rem;font-weight:600}.page-content h3{margin-top:3rem;margin-bottom:1.5rem;color:var(--text-primary);font-size:1.5rem;font-weight:600}.page-content h4{margin-top:2rem;margin-bottom:1.5rem;color:var(--text-primary);font-size:1.3rem;font-weight:600}.page-content p{color:var(---text-tertiary);font-size:1rem;margin-top:1rem;margin-bottom:1rem}.page-content ol,.page-content ul{margin-top:1rem;margin-bottom:1rem;padding-left:2rem}.page-content li{margin-top:1rem;margin-bottom:1rem}.page-content pre{background-color:var(--dark-background);color:#f8f8f2;padding:1rem;overflow-x:auto;margin-bottom:1.5rem}.dic-content{position:sticky;top:5rem}.dic-content li{margin-top:0;margin-bottom:0;width:18rem}.inner-page-content{width:100%;overflow:auto;margin-right:4rem}.hero-section{width:100%;text-align:center;padding:4rem 0 3rem;margin-bottom:3rem}.hero-title{font-size:3.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;background:linear-gradient(135deg,var(--primary) 0%,#9d7fff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{color:var(--text-secondary);font-size:1.3rem;margin-bottom:.5rem;font-weight:500}.hero-description{color:var(--text-secondary);font-size:1.1rem;margin-top:1rem;opacity:.8}.section-title{margin-bottom:2rem}.section-title h2{font-size:2rem;font-weight:600;color:var(--text-primary);margin:0}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.card-link{text-decoration:none;color:inherit;display:block}.card{background-color:var(--background);padding:2.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px #00000014;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;cursor:pointer}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--primary) 0%,#9d7fff 100%);transform:scaleX(0);transition:transform .3s ease}.card:hover:before{transform:scaleX(1)}.card:hover{box-shadow:0 12px 32px #7f52ff26;transform:translateY(-6px);border-color:var(--primary)}.card-primary{background:linear-gradient(135deg,#7f52ff0d,#9d7fff0d);border-color:#7f52ff33}.card-primary:hover{background:linear-gradient(135deg,#7f52ff14,#9d7fff14);box-shadow:0 16px 40px #7f52ff33}.card-icon{font-size:3rem;margin-bottom:1.5rem;display:inline-block;transition:transform .3s ease}.card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-primary);line-height:1.3}.card p{color:var(--text-secondary);font-size:1rem;line-height:1.7;margin-bottom:1.5rem;flex-grow:1}.card-arrow{color:var(--primary);font-size:1.5rem;font-weight:600;opacity:0;transform:translate(-10px);transition:all .3s ease;align-self:flex-start}.card:hover .card-arrow{opacity:1;transform:translate(0)}.content-block{width:100%;margin-left:auto;margin-right:auto;padding-top:0;padding-bottom:60px}.white-bg{background-color:var(--background)}.gray-bg{background-color:var(--lighter-background);border-radius:8px;padding:2rem 0}.card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px)}.card-icon{font-size:2rem;margin-bottom:1rem}.card h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-primary)}.card p{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.content-section{margin-bottom:2rem;padding:2rem;background-color:var(--background);border-radius:12px;box-shadow:0 2px 8px #0000000d;border:1px solid var(--light-border)}.content-section h2{margin-top:0;margin-bottom:1rem;color:var(--text-primary);font-size:1.5rem}.content-section ul{padding-left:1.5rem;margin-bottom:1.5rem}.content-section li{margin-bottom:.5rem;color:var(--text-secondary)}.content-section a{color:var(--primary);text-decoration:none}.content-section a:hover{text-decoration:underline}.primary-button{background-color:var(--primary);color:#fff;border:none;border-radius:6px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.primary-button:hover{background-color:var(--primary-dark)}.home-item-light{background-color:var(--background);padding:2rem 10rem 4rem}.home-item{background-color:var(--light-background);padding:4rem 10rem}.home-item-warp{justify-self:center;width:60%;max-width:1200px}@media (max-width: 1600px){.home-item-warp{width:100%}.home-item-light,.home-item{padding-left:5rem;padding-right:5rem}}@media (max-width: 1024px){.home-item-light,.home-item{padding-left:3rem;padding-right:3rem}.hero-title{font-size:2.5rem}.card-grid{grid-template-columns:1fr}}.home-item-warp-line{justify-self:center}@media (max-width: 768px){.navbar{padding:0 1rem}.home-item-light,.home-item{padding-left:1.5rem;padding-right:1.5rem;padding-top:2rem}.hero-section{padding:2rem 0 1.5rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.95rem}.section-title h2{font-size:1.5rem}.card{padding:1.5rem}.card h3{font-size:1.25rem}.card-icon{font-size:2.5rem}.navbar-actions{gap:.5rem}.app-content{flex-direction:column}.sidebar{width:100%;height:auto;max-height:40vh}.content{padding:1rem}}.version-badge{display:inline-block;background-color:var(--very-light-background);color:var(--text-primary);padding:.3rem .8rem;border-radius:4px;font-size:.9rem;margin-bottom:2rem;margin-top:2rem}.intro-text{margin-bottom:2.5rem;line-height:1.7}.intro-text p{margin-bottom:1rem;color:var(--text-tertiary)}.tour-button{display:inline-block;background-color:var(--primary);color:#fff;border:none;border-radius:6px;padding:.8rem 2rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:background-color .2s,transform .2s}.tour-button:hover{background-color:var(--primary);transform:translateY(-2px)}.installation-section{max-width:800px;margin:3rem auto;padding:0 2rem}.installation-section h2{margin-bottom:1.5rem;color:var(--text-primary)}.installation-section p{margin-bottom:2rem;color:var(--text-secondary)}.ide-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.ide-card{background-color:var(--light-background);padding:1.5rem;border-radius:8px}.ide-card h3{margin-bottom:1rem;color:var(--text-primary)}.download-link{display:inline-block;color:var(--primary);text-decoration:none;font-weight:500}.download-link:hover{text-decoration:underline}.home-item-title{display:flex;width:auto;height:auto;padding-top:2rem;align-items:center}.home-item-title p{margin:0;padding:0;font-size:.9rem}.bottom-jump_wrap{display:flex;justify-content:space-between;width:100%;padding-top:2rem;padding-bottom:5rem}.bottom-jump{display:flex;width:auto;height:auto;align-items:center}.bottom-jump p{margin:0;padding:0;font-size:1.1rem;color:var(--title-color)}.image-loader{position:relative;display:inline-block;overflow:hidden;border-radius:8px;background-color:#f5f5f5}.image-loader-img{display:block;transition:opacity .3s ease;max-width:100%;height:auto}.image-loader-img.loading{opacity:0}.image-loader-img.loaded{opacity:1}.image-loader-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8f9fa;color:#6c757d;font-size:14px;gap:8px}.image-loader-spinner{width:24px;height:24px;border:2px solid #e9ecef;border-top:2px solid #007bff;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.image-loader-error{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8d7da;color:#721c24;font-size:14px;gap:8px;padding:16px;text-align:center}.image-loader-error-icon{font-size:24px}.image-loader-retry-btn{background-color:#dc3545;color:#fff;border:none;padding:6px 12px;border-radius:4px;cursor:pointer;font-size:12px;transition:background-color .2s ease}.image-loader-retry-btn:hover{background-color:#c82333}.image-loader-retry-btn:active{background-color:#bd2130}@media (max-width: 768px){.image-loader-placeholder,.image-loader-error{font-size:12px;padding:12px}.image-loader-spinner{width:20px;height:20px}.image-loader-error-icon{font-size:20px}}
