*{box-sizing:border-box}body{width:100%;min-height:100vh;margin:0;padding:0;font-family:Arial,sans-serif}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}#next-steps>div{padding:24px 20px}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}.header{box-sizing:border-box;z-index:2000;background:#0d6efd;align-items:center;width:100%;height:50px;padding:0 25px;display:flex;position:sticky;top:0}.logo{color:#fff;width:200px;font-size:28px;font-weight:700;text-decoration:none}.menu{flex:1;gap:25px;display:flex}.menu a{color:#fff;font-size:17px;text-decoration:none}.menu a:hover{text-decoration:underline}.search-box{gap:5px;display:flex}.search-box input{border:none;border-radius:20px;width:200px;padding:4px 15px}.search-box button{color:#164eb6;background:#fff;border:none;border-radius:20px;padding:5px 10px;font-weight:700}.search{margin-right:15px}.menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:28px;display:none}.second-header{background:#f1f1f1;align-items:center;height:50px;padding-left:20px;display:none}.sidebar-toggle{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:4px;padding:8px 15px;font-size:16px;display:none}@media (width<=768px){.header{box-sizing:border-box;width:100%;height:60px;padding:0 20px}.logo{font-size:24px}.menu-btn{display:block}.menu{display:none}.menu.show-menu{z-index:3000;background:#0d6efd;flex-direction:column;width:100%;padding:20px;display:flex;position:absolute;top:80px;left:0}.search-box{display:none}.second-header{display:flex}.sidebar-toggle{display:block}}.sidebar{box-sizing:border-box;background:#f1f1f1;width:250px;height:calc(100vh - 50px);padding:15px 10px;transition:left .3s;position:fixed;top:100px;left:0;overflow-y:auto}.sidebar h2{margin-bottom:15px;padding-left:10px;font-size:22px}.sidebar ul{margin:0;padding:0}.sidebar li{margin:0;padding:0;list-style:none}.sidebar a{color:#000;border-radius:5px;margin-bottom:5px;padding:10px 15px;font-size:16px;text-decoration:none;transition:background .3s;display:block}.sidebar a:hover{background:#ddd}.sidebar a.active{color:#fff;background:#0d6efd;font-weight:700}.sidebar a.active:hover{background:#084db8}.mobile-sidebar-btn{color:#fff;cursor:pointer;background:0 0;border:none;margin-left:auto;font-size:28px;display:none}.layout{display:flex}.content{padding:20px}.html-content{box-sizing:border-box;min-width:0;margin-left:250px;padding:40px}.html-content h1{font-size:36px}.html-content p{font-size:18px;line-height:1.6}.page-navigation{justify-content:space-between;margin-top:40px;padding:20px 0;display:flex}.prev-btn,.next-btn{color:#fff;background:#0d6efd;border-radius:5px;padding:12px 25px;font-size:16px;text-decoration:none}.prev-btn:hover,.next-btn:hover{background:#033d94}.footer{color:#fff;background:#282a35;margin-left:250px;padding:40px 20px 10px}.footer-container{flex-wrap:wrap;justify-content:space-between;gap:30px;display:flex}.footer-section{width:220px}.footer-section h3,.footer-section h4{margin-bottom:15px}.footer-section ul{padding:0;list-style:none}.footer-section li{cursor:pointer;margin-bottom:10px}.footer-bottom{text-align:center;border-top:1px solid #555;margin-top:30px;padding-top:15px}@media (width<=768px){.mobile-sidebar-btn{display:block}.sidebar{z-index:2500;width:260px;height:calc(100vh - 60px);top:80px;left:-260px}.sidebar.sidebar-open{left:0}.html-content{box-sizing:border-box;width:100%;max-width:100%;margin-left:0;padding:20px}textarea,iframe{width:100%;max-width:100%}.footer{margin-left:0}.footer-container{flex-direction:column}.footer-section{width:100%}}.code-box{box-sizing:border-box;background:#f1f1f1;border-left:5px solid #0d6efd;border-radius:6px;max-width:100%;margin:30px 0;padding:20px}.code-box pre{background:#fff;border:1px solid #ddd;border-radius:5px;padding:20px;font-family:Consolas,Monaco,monospace;font-size:15px;line-height:1.6;overflow-x:auto}.code-box button{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:5px;margin-top:15px;padding:10px 22px;font-size:15px;transition:background .3s}.code-box button:hover{background:#0b5ed7}@media (width<=768px){.code-box{box-sizing:border-box;width:100%;max-width:100%;padding:15px;overflow:hidden}.code-box pre{box-sizing:border-box;white-space:pre;width:100%;max-width:100%;overflow-x:auto}}.try-editor{background:#f8f9fa;border:1px solid #ddd;border-radius:8px;margin-top:30px;padding:25px}.try-editor h2{margin-bottom:25px;font-size:34px}.editor-box{gap:30px;display:flex}.editor-box>div{flex:1}.editor-box h3{margin-bottom:12px}.editor-box textarea{box-sizing:border-box;resize:vertical;border:1px solid #ccc;border-radius:5px;outline:none;width:100%;height:220px;padding:15px;font-family:Consolas,Monaco,monospace;font-size:16px}.editor-box textarea:focus{border-color:#0d6efd}.editor-box iframe{background:#fff;border:1px solid #ccc;border-radius:5px;width:100%;height:220px}.editor-box button{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:5px;margin-top:15px;padding:10px 22px;font-size:15px;transition:background .3s}.editor-box button:hover{background:#073e91}@media (width<=768px){.editor-box{flex-direction:column}.editor-box textarea,.editor-box iframe{height:300px}.try-editor{padding:15px}.try-editor h2{font-size:28px}}@media (width>=769px){.sidebar-close{display:none!important}}.hero-section{color:#fff;text-align:center;background:#0d6efd;padding:90px 20px}.hero-section h1{margin-bottom:20px;font-size:56px}.hero-section p{margin-bottom:30px;font-size:22px}.hero-search{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.hero-search input{border:none;border-radius:40px;width:420px;max-width:90%;padding:15px;font-size:17px}.hero-search button{color:#fff;cursor:pointer;background:#282a35;border:none;border-radius:40px;padding:15px 30px}.hero-search button:hover{background:#1f2027}.tutorial-section{padding:70px 40px}.tutorial-section h2{text-align:center;margin-bottom:40px}.tutorial-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.tutorial-card{text-align:center;background:#f5f5f5;border-radius:10px;padding:30px;transition:all .3s}.tutorial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.tutorial-card h3{margin-bottom:15px}.tutorial-card p{margin-bottom:25px}.tutorial-card a{color:#fff;background:#0d6efd;border-radius:6px;padding:10px 20px;text-decoration:none}.example-section{background:#f8f9fa;padding:70px 40px}.example-box{background:#fff;border-radius:10px;max-width:800px;margin:auto;padding:25px;box-shadow:0 0 10px #0000001a}.example-box pre{background:#f4f4f4;padding:20px;overflow:auto}.example-box button{color:#fff;cursor:pointer;background:#0d6efd;border:none;border-radius:6px;margin-top:20px;padding:12px 25px}.feature-section{padding:70px 40px}.feature-section h2{text-align:center;margin-bottom:40px}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:25px;display:grid}.feature-grid div{color:#fff;text-align:center;background:#0d6efd;border-radius:10px;padding:30px;font-size:20px}@media (width<=768px){.hero-section h1{font-size:38px}.hero-section p{font-size:18px}.hero-search{flex-direction:column;align-items:center}.hero-search input{width:100%}}.table-container{border:1px solid #ddd;border-radius:8px;margin:30px 0;overflow-x:auto}.tutorial-table{border-collapse:collapse;background:#fff;width:100%}.tutorial-table thead{background:#f8f9fa}.tutorial-table th{text-align:left;border-bottom:2px solid #ddd;padding:16px 18px;font-size:17px;font-weight:600}.tutorial-table td{border-bottom:1px solid #e8e8e8;padding:16px 18px;font-size:16px}.tutorial-table tbody tr:nth-child(2n){background:#f9f9f9}.tutorial-table tbody tr:hover{background:#f1fdf7}.tutorial-table code{color:#d63384;background:#f4f4f4;border-radius:5px;padding:3px 7px;font-size:15px}.tutorial-table em{color:#666;font-style:italic}@media (width<=768px){.tutorial-table th,.tutorial-table td{padding:12px;font-size:14px}}.loading{justify-content:center;align-items:center;min-height:70vh;font-size:20px;font-weight:600;display:flex}.page-content{flex:1}.right-sidebar{width:180px;padding:20px 10px}.sticky-ad{position:sticky;top:70px}@media (width<=1200px){.right-sidebar{display:none}}.second-header1{z-index:3000;background:#282a35;align-items:center;width:100%;height:30px;display:flex;position:sticky;top:50px}.topic-menu1{white-space:nowrap;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;align-items:center;gap:0;width:100%;height:100%;display:flex;overflow:auto hidden}.topic-menu1::-webkit-scrollbar{display:none}.topic-menu1{scrollbar-width:none}.topic-menu1 a{color:#fff;flex-shrink:0;height:30px;padding:7px 18px;font-size:14px;font-weight:700;text-decoration:none}.topic-menu1 a:hover,.topic-menu1 a.active1{color:#000;background:#999;height:30px}.scroll-btn1{color:#fff;cursor:pointer;z-index:10;background:#282a35;border:none;width:30px;height:30px;font-size:22px;position:absolute;top:0}.scroll-btn1.left1{left:0}.scroll-btn1.right1{right:0}.scroll-btn1:hover{background:#000;width:40px;height:30px}.topic-menu1{white-space:nowrap;scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;overflow-x:auto}.topic-menu1 a{flex-shrink:0}@media (width<=768px){html,body,#root{box-sizing:border-box;width:100%;max-width:100%;margin:0;padding:0;overflow-x:hidden}.layout{width:100%;max-width:100%;overflow-x:hidden}.page-content{box-sizing:border-box;width:100%;min-width:0;max-width:100%}.html-content{box-sizing:border-box;width:100%;min-width:0;max-width:100%;margin-left:0;padding:20px;overflow-x:hidden}.html-content h1,.html-content h2,.html-content h3,.html-content p,.html-content li{overflow-wrap:break-word;max-width:100%}.html-content pre{box-sizing:border-box;max-width:100%;overflow-x:auto}.html-content img{max-width:100%;height:auto}.image-box{width:100%;max-width:100%;overflow:hidden}.image-box img{width:100%;max-width:100%;height:auto;display:block}.table-container{box-sizing:border-box;width:100%;max-width:100%;overflow-x:auto}.try-editor{box-sizing:border-box;width:100%;max-width:100%}.editor-box{flex-direction:column;width:100%;max-width:100%}.editor-box>div{width:100%;min-width:0;max-width:100%}.editor-box textarea,.editor-box iframe{box-sizing:border-box;width:100%;max-width:100%}}
