:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}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:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box;font-family:Microsoft YaHei,sans-serif}.arknights-container{display:flex;justify-content:center;align-items:center;min-height:100vh;min-width:1000px;width:100%;max-width:1200px;padding:20px;position:relative;overflow:hidden}.character-gif img{filter:drop-shadow(0 0 15px rgba(77,130,255,.5))}.ark-button{position:relative;overflow:visible}.ark-button:after{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:10px;background:#4d82ff1a;opacity:0;transition:opacity .3s ease;z-index:-1}.ark-button:hover:after{opacity:1}.interface-frame{width:100%;max-width:1200px;min-height:720px;background:#10183099;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #00000080;position:relative;border:1px solid #37476b}.status-bar{height:40px;background:#0a0f1ecc;color:#e0e6f0;padding:0 20px;display:flex;align-items:center;position:relative;border-bottom:1px solid #37476b}.status-bar-content{display:flex;justify-content:space-between;width:100%;font-size:14px}.network-icons{display:flex;gap:8px}.wifi-icon,.signal-icon,.battery-icon{font-family:Segoe MDL2 Assets,sans-serif;font-size:14px}.main-content{display:flex;padding:30px;gap:30px;height:calc(100% - 40px)}.character-panel{flex:0 0 320px;display:flex;flex-direction:column;gap:25px}.character-container{position:relative;height:500px;padding:20px;overflow:hidden}.character-gif{padding-top:25%;height:85%;display:flex;align-items:center;justify-content:center}.character-gif img{max-height:100%;max-width:100%;object-fit:contain;border-radius:4px}.navigation-arrows{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:20px}.arrow-button{background:#001e3cb3;color:#fff;width:50px;height:50px;border-radius:50%;font-size:18px;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:all .3s ease;box-shadow:0 0 10px #00ffff4d}.arrow-button:hover{background:#003c78e6;border-color:#39ff14;color:#39ff14;box-shadow:0 0 15px #39ff1480;transform:scale(1.1)}.character-info{text-align:center;padding:0 20px;flex-grow:1}.character-info h3{color:#0ff;font-size:22px;margin-bottom:8px;text-shadow:0 0 5px rgba(0,255,255,.5)}.character-info p{color:#39ff14;font-size:14px;line-height:1.4}.character-bubble{position:absolute;top:15px;left:50%;transform:translate(-50%);width:80%;background:#19233ce6;border:1px solid #5d83c0;color:#e0f0ff;padding:15px;border-radius:10px;box-shadow:0 0 15px #4d82ff4d;font-size:14px;text-align:center;opacity:0;transition:opacity .5s ease;z-index:10}.character-bubble.visible{opacity:1}.character-bubble:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid rgba(25,35,60,.9)}.character-selector{display:flex;gap:10px}.char-button{flex:1;padding:10px 0;background:#263150cc;border:1px solid #4a6290;color:#a4c1ff;border-radius:5px;font-size:12px;cursor:pointer;transition:all .3s}.char-button:hover{background:#374e83cc;color:#fff;border-color:#6b8cd8}.char-button.active{background:#466cc6cc;color:#fff;border-color:#8dabf5}.button-panel{flex:1;display:flex;justify-content:center;align-items:center}.grid-container{display:grid;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(2,1fr);gap:38px;width:100%;max-width:800px}.button-container{position:relative;height:120px}.row-1 .button-container{margin-right:40px}.row-2 .button-container{margin-left:40px}.row-3 .button-container{margin-right:40px}.ark-button{width:100%;height:100%;min-width:200px;min-height:140px;background:#1f2b49e6;border:1px solid #4a6290;border-radius:8px;color:#c7d8ff;position:relative;transform:perspective(500px) rotateY(-2deg);overflow:hidden;transition:all .3s;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px;box-shadow:0 5px 15px #0003}.ark-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffa5001a,#4682ff1a);clip-path:polygon(0 0,100% 0,100% 65%,0 65%);z-index:1}.ark-button:hover{transform:perspective(500px) rotateY(-4deg) translateY(-5px);box-shadow:0 8px 20px #4d82ff4d;background:#263558e6;border-color:#6b8cd8}.button-icon{font-size:32px;z-index:2;margin-bottom:8px;color:#ffa845;transition:color .3s}.ark-button:hover .button-icon{color:#ffcd70}.button-text{font-size:18px;font-weight:700;z-index:2;transition:color .3s}.ark-button:hover .button-text{color:#fff;text-shadow:0 0 8px rgba(77,130,255,.7)}.button-hint{font-size:12px;color:#9bb5ff;margin-top:5px;z-index:2;opacity:.8;transition:opacity .3s}.ark-button:hover .button-hint{opacity:1}@font-face{font-family:Segoe MDL2 Assets;src:local("Segoe MDL2 Assets"),url(https://cdn.jsdelivr.net/npm/@mdi/font@latest/fonts/materialdesignicons-webfont.woff2) format("woff2")}.ark-button[data-icon="1"] .button-icon:before{font-family:Segoe MDL2 Assets;content:"";font-size:32px}.ark-button[data-icon="2"] .button-icon:before{font-family:Segoe MDL2 Assets;content:"";font-size:32px}.ark-button[data-icon="3"] .button-icon:before{font-family:Segoe MDL2 Assets;content:"";font-size:32px}.ark-button[data-icon="4"] .button-icon:before{font-family:Segoe MDL2 Assets;content:"";font-size:32px}.ark-button[data-icon="5"] .button-icon:before{font-family:Segoe MDL2 Assets;content:"";font-size:32px}.ark-button[data-icon="6"] .button-icon:before{font-family:Segoe MDL2 Assets;content:"";font-size:32px}.button-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;margin-bottom:10px;position:relative}.button-icon:before{display:block;transition:all .3s ease}.ark-button:hover .button-icon:before{transform:translateY(-5px) scale(1.1);text-shadow:0 0 10px rgba(100,150,255,.7)}.ark-button:active .button-icon:before{transform:translateY(0) scale(.95)}.ark-button[data-icon="1"] .button-icon:before{color:#ff6b6b}.ark-button[data-icon="2"] .button-icon:before{color:#4ecdc4}.ark-button[data-icon="3"] .button-icon:before{color:#ffd166}.ark-button[data-icon="4"] .button-icon:before{color:#6a0572}.ark-button[data-icon="5"] .button-icon:before{color:#1a936f}.ark-button[data-icon="6"] .button-icon:before{color:#118ab2}.button-icon:after{content:"";position:absolute;width:60px;height:60px;border-radius:50%;background:#ffffff1a;z-index:-1;transition:all .3s ease}.ark-button:hover .button-icon:after{transform:scale(1.2);background:#fff3}@media (max-width: 1000px){.main-content{flex-direction:column;padding:20px}.character-panel{flex:0 0 auto;width:100%}.character-container{height:400px}.grid-container{grid-template-rows:repeat(6,1fr);grid-template-columns:1fr;gap:15px}.row-1 .button-container,.row-2 .button-container,.row-3 .button-container{margin:0}.button-container{height:100px}}@media (max-width: 600px){.interface-frame{min-height:650px}.character-container{height:300px}.character-bubble{font-size:12px;padding:10px}.button-icon{font-size:24px}.button-text{font-size:16px}.button-hint{font-size:11px}.character-selector{flex-direction:column}}@font-face{font-family:Segoe MDL2 Assets;src:local("Segoe MDL2 Assets")}.mouse-trail-canvas{filter:blur(1px) contrast(130%);mix-blend-mode:screen}.ark-button:hover,.char-button:hover{transform:scale(1.05);box-shadow:0 0 20px #6496ff80}.ark-button[data-icon="1"] .button-icon:before{font-family:Segoe MDL2 Assets;content:""}.ark-button[data-icon="2"] .button-icon:before{font-family:Segoe MDL2 Assets;content:""}.ark-button[data-icon="3"] .button-icon:before{font-family:Segoe MDL2 Assets;content:""}.ark-button[data-icon="4"] .button-icon:before{font-family:Segoe MDL2 Assets;content:""}.ark-button[data-icon="5"] .button-icon:before{font-family:Segoe MDL2 Assets;content:""}.ark-button[data-icon="6"] .button-icon:before{font-family:Segoe MDL2 Assets;content:""}.home-button{position:fixed;right:30px;bottom:30px;background:var(--btn-color);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px color-mix(in srgb,var(--btn-color) 30%,transparent);z-index:100;cursor:pointer}.home-button svg{fill:#fff}.home-link{padding:6px 12px;border-radius:20px;background:#f8f9fa;color:#495057;text-decoration:none;font-weight:500;border:1px solid #dee2e6;max-width:150px}.home-link:hover{color:var(--btn-color);border-color:var(--btn-color)}.nav-home-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:8px;color:#495057;text-decoration:none;font-weight:500}.nav-home-button:hover{color:var(--btn-color)}.nav-home-button svg{fill:currentColor}.header-content{margin:20px}.resume-container{max-width:1000px;margin:0 auto;padding:40px 20px;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;color:#333;background-color:#fff;text-align:left}.resume-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.resume-header h1{font-size:42px;font-weight:700;color:#2c3e50;margin:0}.header-photo{margin-left:20px}.profile-photo{width:120px;height:150px;object-fit:cover;border:2px solid #eee;margin-top:10px;margin-right:100px}.subtitle{font-size:18px;color:#7f8c8d;margin-top:8px}.edit-button{background-color:#3498db;color:#fff;border:none;padding:10px 20px;border-radius:4px;font-size:16px;cursor:pointer;transition:background-color .3s}.edit-button:hover{background-color:#2980b9}.resume-content{display:flex;flex-direction:column;gap:30px}.resume-card{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000000d;padding:30px;transition:transform .3s,box-shadow .3s}.resume-card:hover{transform:translateY(-5px);box-shadow:0 6px 16px #00000014}.card-header{margin-bottom:25px}.card-header h2{font-size:24px;color:#2c3e50;margin:0 0 15px;position:relative;display:inline-block}.divider{height:3px;width:60px;background-color:#3498db;border-radius:2px}.personal-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:25px}.info-item{display:flex;flex-direction:column}.info-label{font-weight:600;color:#7f8c8d;margin-bottom:5px;font-size:14px}.about-section h3{font-size:18px;color:#2c3e50;margin-bottom:15px}.about-section p{line-height:1.6;color:#555}.education-info{display:flex;flex-direction:column}.edu-main{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.edu-main h3{font-size:20px;margin:0 0 5px;color:#2c3e50}.degree{font-size:16px;color:#7f8c8d;margin:0}.edu-dates{color:#7f8c8d;font-size:16px}.gpa-section{background-color:#f8f9fa;padding:10px 15px;border-radius:6px;margin-bottom:20px;font-size:16px}.gpa-section strong{color:#3498db}.achievements h4{font-size:18px;margin-bottom:10px;color:#2c3e50}.achievements ul{padding-left:20px;margin:0}.achievements li{margin-bottom:8px;line-height:1.5}.research-list{display:flex;flex-direction:column;gap:25px}.research-item{padding-bottom:25px;border-bottom:1px solid #f0f0f0}.research-item:last-child{border-bottom:none;padding-bottom:0}.research-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.research-header h3{font-size:18px;margin:0;color:#2c3e50;flex:1}.research-meta{display:flex;gap:10px;align-items:center}.date{color:#7f8c8d;font-size:14px}.role-badge{background-color:#e1f0fa;color:#3498db;padding:4px 10px;border-radius:20px;font-size:14px;font-weight:500}.research-item p{line-height:1.6;color:#555;margin-bottom:15px}.publication{display:flex;align-items:center;gap:8px;color:#27ae60;font-weight:500}.pub-icon{font-size:18px}.competitions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.competition-item{background-color:#f8f9fa;border-radius:8px;padding:20px;transition:transform .3s}.competition-item:hover{transform:translateY(-3px)}.competition-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.competition-header h3{font-size:16px;margin:0;color:#2c3e50}.award{font-weight:600;color:#3498db;margin:0}.skills-container{display:flex;flex-direction:column;gap:25px}.skills-container2{background:#fff;display:flex;flex-direction:column;gap:25px;max-height:400px}.skill-group h3{font-size:18px;margin:0 0 15px;color:#2c3e50}.skill-tags{display:flex;flex-wrap:wrap;gap:10px}.skill-tag{background-color:#e1f0fa;color:#3498db;padding:8px 15px;border-radius:20px;font-size:14px;font-weight:500}input,textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:16px;margin-bottom:10px}textarea{min-height:100px;resize:vertical}@media (max-width: 768px){.resume-header{flex-direction:column;align-items:flex-start;gap:20px}.edu-main{flex-direction:column;gap:10px}.research-header{flex-direction:column;align-items:flex-start;gap:10px}.research-meta{width:100%;justify-content:space-between}}@media (max-width: 480px){.resume-card{padding:20px}.resume-header h1{font-size:32px}}.skills-container{max-width:100%;height:100vh;margin:0 auto;padding:20px;font-family:Segoe UI,Microsoft YaHei,sans-serif;color:#fff;background:linear-gradient(135deg,#0a0e1b,#1a2238);overflow:hidden;position:relative;display:flex;flex-direction:column;min-width:1000px}.skills-header{text-align:center;margin-bottom:40px;padding:20px;position:relative;z-index:10}.skills-header h1{font-size:42px;color:#e0f0ff;margin-bottom:15px;font-weight:700;text-shadow:0 0 15px rgba(77,130,255,.8)}.skills-header p{font-size:18px;color:#a4c1ff;opacity:.8}.skills-carousel{flex:1;display:flex;justify-content:center;align-items:center;position:relative;perspective:2000px;width:100%;max-width:1400px;margin:0 auto}.skill-card{position:absolute;width:350px;height:500px;border-radius:20px;box-shadow:0 20px 50px #00000080;transition:all .6s cubic-bezier(.34,1.56,.64,1);backface-visibility:hidden;transform-style:preserve-3d;overflow:hidden}.skill-card.center{width:550px;height:650px;z-index:10;transform:translate(0) scale(1);background:linear-gradient(135deg,#1a2238,#2c3e50 150%);border:2px solid rgba(100,150,255,.5);box-shadow:0 0 40px #4d82ff99}.skill-card.left{transform:translate(-80%) scale(.8);background:linear-gradient(135deg,#1a2238,#232b41 150%);opacity:.7;filter:blur(2px);z-index:5;border:1px solid rgba(100,150,255,.3)}.skill-card.right{transform:translate(80%) scale(.8);background:linear-gradient(135deg,#1a2238,#232b41 150%);opacity:.7;filter:blur(2px);z-index:5;border:1px solid rgba(100,150,255,.3)}.skill-preview{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:30px;text-align:center}.skill-preview h3{font-size:28px;margin-bottom:20px;color:#e0f0ff;text-shadow:0 0 10px rgba(77,130,255,.5)}.skill-header{padding:30px;background:#0a0f1eb3;position:relative;overflow:hidden}.skill-header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(100,150,255,.1),transparent);z-index:-1}.skill-category{background:#3498db33;color:#3498db;padding:8px 15px;border-radius:20px;display:inline-block;margin-bottom:15px;font-size:14px;font-weight:600}.skill-header h2{font-size:36px;color:#e0f0ff;margin-bottom:20px;text-shadow:0 0 15px rgba(77,130,255,.8)}.skill-level{display:flex;align-items:center;gap:15px}.level-bar{flex:1;height:12px;background:#ffffff1a;border-radius:10px;overflow:hidden}.level-fill{height:100%;background:linear-gradient(90deg,#4ecdc4,#1a936f);border-radius:10px;transition:width 1s ease}.level-value{font-size:20px;font-weight:700;color:#4ecdc4;min-width:60px}.skill-content{padding:30px;height:calc(100% - 180px);overflow-y:auto}.skill-section{margin-bottom:30px}.skill-section h3{font-size:22px;color:#3498db;margin-bottom:15px;position:relative;padding-left:15px}.skill-section h3:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:70%;background:#3498db;border-radius:3px}.skill-section p{line-height:1.8;color:#c7d8ff;font-size:16px}.projects-list{display:flex;flex-wrap:wrap;gap:15px;margin-top:15px}.project-item{background:#3498db26;color:#3498db;padding:10px 20px;border-radius:30px;font-size:15px;cursor:pointer;transition:all .3s ease;border:1px solid rgba(52,152,219,.3)}.project-item:hover{background:#3498db4d;transform:translateY(-3px);box-shadow:0 5px 15px #3498db4d}.navigation-controls{display:flex;justify-content:center;align-items:center;gap:40px;margin:30px 0;z-index:10}.nav-btn{width:60px;height:60px;border-radius:50%;background:#3498db33;border:2px solid rgba(100,150,255,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease}.nav-btn:hover{background:#3498db66;transform:scale(1.1);box-shadow:0 0 20px #3498db80}.arrow{width:20px;height:20px;border-top:3px solid #3498db;border-right:3px solid #3498db;transition:all .3s ease}.left-arrow{transform:rotate(-135deg);margin-right:5px}.right-arrow{transform:rotate(45deg);margin-left:5px}.pagination{display:flex;gap:10px}.pagination-dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease}.pagination-dot.active{background:#3498db;transform:scale(1.4);box-shadow:0 0 10px #3498dbcc}.skill-counter{position:absolute;bottom:30px;right:30px;font-size:24px;color:#e0f0ff;display:flex;align-items:center;gap:5px;background:#0a0f1eb3;padding:10px 20px;border-radius:30px}.skill-counter .divider{color:#3498db;font-weight:700}.skills-container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 30%,rgba(77,130,255,.1) 0%,transparent 40%),radial-gradient(circle at 80% 70%,rgba(52,152,219,.1) 0%,transparent 40%);pointer-events:none;z-index:-1}@media (max-width: 1200px){.skill-card.center{width:500px;height:600px}.skill-card.left,.skill-card.right{width:300px;height:450px}}@media (max-width: 900px){.skill-card.center{width:450px;height:550px}.skill-card.left,.skill-card.right{width:250px;height:400px;opacity:.5}.skill-card.left{transform:translate(-70%) scale(.8)}.skill-card.right{transform:translate(70%) scale(.8)}}@media (max-width: 768px){.skills-header h1{font-size:32px}.skill-card.center{width:90%;height:500px}.skill-card.left,.skill-card.right{display:none}.nav-btn{width:50px;height:50px}}@media (max-width: 480px){.skills-header h1,.skill-header h2{font-size:28px}.skill-content{padding:20px}.projects-list{flex-direction:column;gap:10px}}.instructions-container{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;color:#333;background-color:#fff}.instructions-header{text-align:center;margin-bottom:50px;padding-bottom:20px;border-bottom:1px solid rgba(100,130,255,.2)}.instructions-header h1{font-size:42px;color:#2c3e50;margin-bottom:15px;font-weight:700}.instructions-header p{font-size:18px;color:#7f8c8d}.instructions-content{display:flex;flex-direction:column;gap:50px}.purpose-section h2,.buttons-section h2,.features-section h2,.navigation-section h2{font-size:28px;color:#2c3e50;margin-bottom:25px;position:relative;padding-left:15px}.purpose-section h2:before,.buttons-section h2:before,.features-section h2:before,.navigation-section h2:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:30px;background-color:#3498db;border-radius:3px}.purpose-card{background-color:#f8f9fa;border-radius:12px;padding:30px;line-height:1.8;font-size:17px;color:#555;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease}.purpose-card:hover{transform:translateY(-5px)}.purpose-card p{margin-bottom:20px}.buttons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}.button-card{display:flex;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;cursor:pointer}.button-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #3498db33}.button-preview{flex:0 0 120px;background:linear-gradient(135deg,#1a2238,#2c3e50);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.button-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:32px;color:#fff;margin-bottom:10px}.button-icon:before{font-family:Segoe MDL2 Assets}.button-preview[data-icon="1"] .button-icon:before{content:""}.button-preview[data-icon="2"] .button-icon:before{content:""}.button-preview[data-icon="3"] .button-icon:before{content:""}.button-preview[data-icon="4"] .button-icon:before{content:""}.button-preview[data-icon="5"] .button-icon:before{content:""}.button-preview[data-icon="6"] .button-icon:before{content:""}.button-name{color:#fff;font-weight:600;font-size:16px;text-align:center}.button-info{flex:1;padding:25px}.button-info h3{font-size:20px;color:#2c3e50;margin-bottom:10px}.button-desc{color:#3498db;font-weight:500;margin-bottom:15px;font-size:15px}.button-explanation{color:#555;line-height:1.6;font-size:15px}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.feature-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 5px 15px #0000000d;transition:all .3s ease;text-align:center}.feature-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #3498db26}.feature-icon{font-size:48px;margin-bottom:20px;color:#3498db}.feature-card h3{font-size:20px;color:#2c3e50;margin-bottom:15px}.feature-card p{color:#555;line-height:1.6}.navigation-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.navigation-buttons button{background:#3498db;color:#fff;border:none;padding:12px 30px;border-radius:50px;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #3498db4d}.navigation-buttons button:hover{background:#2980b9;transform:translateY(-3px);box-shadow:0 6px 15px #3498db66}@media (max-width: 768px){.instructions-header h1{font-size:32px}.button-card{flex-direction:column}.button-preview{flex:0 0 auto;padding:15px;flex-direction:row;gap:15px}.button-name{font-size:18px}.navigation-buttons{flex-direction:column;align-items:center}.navigation-buttons button{width:100%;max-width:300px}}@media (max-width: 480px){.buttons-grid,.features-grid{grid-template-columns:1fr}.instructions-header h1{font-size:28px}.purpose-section h2,.buttons-section h2,.features-section h2,.navigation-section h2{font-size:24px}}.project-card{margin-top:50px;display:flex;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 5px 15px #00000014;transition:all .3s ease;cursor:pointer;height:280px;margin-bottom:30px;position:relative}.project-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.card-cover{flex:0 0 40%;position:relative;overflow:hidden}.card-cover img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#0000001a,#0000000d);z-index:1}.project-card:hover .card-cover img{transform:scale(1.03)}.card-content{flex:0 0 60%;padding:25px;display:flex;flex-direction:column;justify-content:space-between}.content-header{margin-bottom:15px}.content-header h3{font-size:1.5rem;margin:0 0 8px;color:#2d3748;font-weight:600}.meta-data{display:flex;gap:15px;font-size:.85rem;color:#718096}.meta-data span{display:flex;align-items:center}.meta-data span:before{content:"•";margin-right:6px;font-size:.8rem}.description{color:#4a5568;line-height:1.6;margin:0 0 15px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tech-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.tag{background:#edf2f7;color:#4a5568;padding:5px 12px;border-radius:20px;font-size:.8rem;transition:all .2s ease}.project-card:hover .tag{background:#e2e8f0}.detail-btn{align-self:flex-start;background:none;border:none;color:#3182ce;font-weight:600;padding:8px 0;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .3s ease}.detail-btn svg{transition:transform .3s ease}.detail-btn:hover{color:#2b6cb0;gap:10px}.detail-btn:hover svg{transform:translate(3px)}@media (max-width: 768px){.project-card{flex-direction:column;height:auto}.card-cover{flex:0 0 200px}}.project-detail{background-color:#f8f9fa;min-height:100vh;padding:20px 0 60px}.detail-container{width:1200px;margin:-10px auto;background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000d;overflow:hidden;position:relative;padding:40px}.back-btn{display:inline-flex;align-items:center;gap:8px;color:#4a6cf7;text-decoration:none;font-weight:500;margin-bottom:30px;transition:all .3s ease;background:#4a6cf70d;padding:8px 16px;border-radius:8px}.back-btn svg{transition:transform .3s ease}.back-btn:hover{background:#4a6cf71a;gap:10px}.back-btn:hover svg{transform:translate(-3px)}.detail-header{margin-bottom:30px}.header-meta{display:flex;gap:15px;margin-bottom:15px;align-items:center;font-size:.9rem;color:#718096}.category-badge{background:#4a6cf71a;color:#4a6cf7;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:500}.detail-header h1{font-size:2.5rem;margin:0 0 12px;color:#2d3748;font-weight:700;line-height:1.2}.subtitle{font-size:1.2rem;color:#4a5568;margin:0;line-height:1.6}.cover-wrapper{position:relative;border-radius:12px;overflow:hidden;margin-bottom:40px;height:450px;box-shadow:0 15px 30px #0000001a}.image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#00000080,#0000 50%);z-index:1}.cover-image{width:100%;height:100%;object-fit:cover;display:block}.image-caption{position:absolute;bottom:20px;left:20px;color:#fff;font-size:.9rem;z-index:2;opacity:.8}.content-section{line-height:1.8;color:#4a5568}.markdown-content{text-align:left;margin-bottom:50px}.markdown-content p{margin-bottom:25px;font-size:1.1rem;color:#4a5568}.section-title{font-size:1.8rem;margin:40px 0 25px;color:#2d3748;position:relative;padding-bottom:15px}.section-title:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:#4a6cf7;border-radius:4px}.subsection-title{font-size:1.4rem;margin:35px 0 20px;color:#2d3748}.markdown-image{margin:30px 0;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.markdown-image img{width:100%;display:block}.tech-section{margin:50px 0}.tech-tags{display:flex;flex-wrap:wrap;gap:12px;margin-top:15px}.tech-tag{background:#edf2f7;color:#4a5568;padding:8px 16px;border-radius:20px;font-size:.9rem;transition:all .2s ease}.tech-tag:hover{background:#e2e8f0;transform:translateY(-2px)}.action-buttons{display:flex;gap:15px;margin:40px 0}.github-btn,.demo-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease}.github-btn{background:#2d3748;color:#fff}.github-btn:hover{background:#1a202c;transform:translateY(-2px);box-shadow:0 4px 10px #2d374833}.demo-btn{background:#4a6cf7;color:#fff}.demo-btn:hover{background:#3a5af5;transform:translateY(-2px);box-shadow:0 4px 10px #4a6cf74d}.related-projects{margin-top:60px;padding-top:40px;border-top:1px solid #e2e8f0}.related-title{font-size:1.5rem;margin-bottom:25px;color:#2d3748}.related-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:25px}.related-card{border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #00000014;transition:all .3s ease;text-decoration:none;color:inherit;display:block}.related-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0000001f}.related-card img{width:100%;height:160px;object-fit:cover;display:block}.related-info{padding:20px}.related-info h4{margin:0 0 8px;font-size:1.1rem;color:#2d3748}.related-info p{margin:0;font-size:.9rem;color:#718096;line-height:1.5}.loading{display:flex;justify-content:center;align-items:center;min-height:80vh}.loading-content{text-align:center}.spinner{width:50px;height:50px;border:5px solid rgba(74,108,247,.2);border-top:5px solid #4a6cf7;border-radius:50%;margin:0 auto 20px;animation:spin 1s linear infinite}.katex-display{margin:1.5em 0;text-align:center;overflow-x:auto;overflow-y:hidden}.code-block{background-color:#f5f7f9;padding:1em;border-radius:5px;overflow-x:auto;margin:1em 0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.detail-container{padding:25px;border-radius:0;box-shadow:none}.cover-wrapper{height:300px}.detail-header h1{font-size:2rem}.action-buttons{flex-direction:column}.related-grid{grid-template-columns:1fr}}@media (max-width: 480px){.cover-wrapper{height:250px}.detail-header h1{font-size:1.7rem}.subtitle{font-size:1rem}}@font-face{font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.22"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.project-list{margin-top:50px;background:#fff;min-width:800px;padding:20px}.section-title1{color:#000;margin-top:20px;padding:20px}
