body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:var(--link-color);text-decoration:none}.github-corner svg{width:80px;height:80px;fill:var(--github-corner-bg);color:var(--github-corner-fg);border:0;position:absolute;top:0;right:0}.github-corner:hover .octo-arm{animation:.56s ease-in-out octocat-wave}@keyframes octocat-wave{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (width<=720px){.github-corner svg{width:60px;height:60px}}@media (width<=500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:.56s ease-in-out octocat-wave}}:root{--accent:#1d8c83;--accent-hover:#249f95;--bg:#111818;--border:#9cb2b247;--border-focus:#9cb2b247;--border-soft:#9cb2b238;--button-shadow:0 2px 10px 0 #0000003d;--card-bg:#182222;--danger:#ff7f7f;--hover-bg:#e0efef12;--muted:#e0efefa8;--placeholder-bg:#263333;--text:#eef8f8eb;--text-soft:#e0efefd1;--text-softer:#e0efefb8;--text-faint:#e0efef80;--github-corner-bg:#f7ffff;--github-corner-fg:#101818;--link-color:#34d5c7;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root[data-theme=light]{--accent:#00ad9f;--accent-hover:#00c2b2;--bg:#eee;--border:#78829859;--border-focus:#78829840;--border-soft:#e9ebeb;--button-shadow:0 2px 4px 0 #0e1e251f;--card-bg:#fff;--danger:#b83232;--hover-bg:#0e1e250d;--muted:#0e1e25a8;--placeholder-bg:#dadcdd;--text:#0e1e25de;--text-soft:#0e1e25c7;--text-softer:#0e1e25b8;--text-faint:#0e1e2580;--github-corner-bg:#151513;--github-corner-fg:#fff;--link-color:#00ad9f;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--bg);color:var(--text)}.app{margin:30px 20px 20px 40px;overflow:auto}.hero{text-align:center}.demo{margin-top:68px}.demo img{border-radius:8px;max-width:860px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.app h1{margin-bottom:20px}.title-inner{align-items:center;display:flex}.header-actions{align-items:center;gap:14px;margin-left:20px;display:inline-flex}button{cursor:pointer;border:1px solid var(--border-soft);box-shadow:var(--button-shadow);background:var(--accent);color:#fff;border-color:#0000;border-radius:4px;outline:0;justify-content:center;align-items:center;font-family:inherit;font-size:15px;font-weight:500;transition:background-color .2s,color .2s,border .2s,box-shadow .2s;display:inline-flex}.primary-button{padding:13px 18px}.primary-button:hover{background:var(--accent-hover)}.login-action{box-shadow:none;background:0 0;border:0;padding:0}.login-action:hover{background:0 0}.login-button{display:block}.theme-toggle{background:var(--card-bg);border:1px solid var(--border);box-shadow:none;color:var(--link-color);border-radius:4px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex}.theme-toggle:hover{background:var(--hover-bg);border-color:var(--link-color)}.theme-toggle svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:19px;height:19px;display:block}.controls{flex-wrap:wrap;align-items:center;gap:14px;width:100%;display:flex}.controls-status{flex-direction:column;align-items:flex-end;gap:8px;min-height:58px;margin-left:auto;display:flex}.search{background:var(--card-bg);width:360px;box-shadow:0 0 0 2px var(--border-focus);color:var(--text);border:none;border-radius:2px;outline:none;margin:20px 0 20px 4px;padding:11px 15px;font-size:16px;transition:all .3s;display:inline-block}.search:active,.search:focus,.search:hover{box-shadow:0 0 0 2px var(--accent)}.search::placeholder{color:var(--text-faint)}.project-filter{margin:20px 0;display:inline-flex}.project-filter button{background:var(--card-bg);border:1px solid var(--border);box-shadow:none;color:var(--text-soft);border-radius:0;padding:11px 14px;font-size:14px}.project-filter button:first-child{border-top-left-radius:2px;border-bottom-left-radius:2px}.project-filter button:last-child{border-left:0;border-top-right-radius:2px;border-bottom-right-radius:2px}.project-filter button.active{background:var(--accent);border-color:var(--accent);color:#fff}.project-filter button:disabled{cursor:not-allowed;opacity:.5}.team-filter{flex-wrap:wrap;align-items:center;gap:8px;max-width:750px;margin:20px 0;display:flex}.team-filter-item{background:var(--card-bg);border:1px solid var(--border);color:var(--text-soft);cursor:pointer;white-space:nowrap;border-radius:2px;align-items:center;min-height:36px;padding:0 10px;font-size:13px;display:inline-flex}.team-filter-item input{cursor:pointer;margin:0 7px 0 0}.team-filter-item:has(input:not(:checked)){color:var(--text-faint);opacity:.72}.load-status{color:var(--text-softer);white-space:nowrap;align-items:center;min-height:40px;margin:0;font-size:14px;display:flex}.load-status.error{color:var(--danger)}.load-status:before{background:var(--accent);content:" ";border-radius:50%;width:8px;height:8px;margin-right:8px;display:inline-block}.load-status.error:before{background:var(--danger)}.empty-state{flex-direction:column;justify-content:center;align-items:flex-start;padding:28px 20px;display:flex}.empty-state h3{margin-bottom:4px}.empty-state p{color:var(--muted);margin:0}.header{cursor:pointer;font-weight:700;font-size:16px!important}.item{text-align:center}.table{background:var(--card-bg);border-radius:8px;min-height:350px}.site-wrapper,.site-wrapper-header{align-items:center;padding:10px 0 10px 20px;font-size:14px;display:flex}.site-wrapper-header{padding-left:15px}.site-wrapper:hover{background:var(--hover-bg)}.site-screenshot,.site-screenshot-header{min-width:102.4px;height:64px;margin:0 24px 0 0;position:relative}.site-screenshot-header{height:30px}.site-screenshot:before{background:var(--placeholder-bg);content:" ";position:absolute;inset:0}.site-screenshot a{z-index:9;height:100%;display:block;position:relative}.site-screenshot img{border:none;width:102.4px;position:relative}.site-screenshot img[alt]:after{background-color:var(--placeholder-bg);text-align:center;content:"";width:100%;height:100%;font-weight:300;line-height:2;display:block;position:absolute;top:0;left:0}.site-info{min-width:370px;max-width:370px}.site-info h2{margin:0 0 5px}.site-info a{text-decoration:none}.site-meta a{color:var(--text-soft);font-size:14px}.site-publish-time{min-width:150px}.site-create-time{min-width:130px}.site-team{min-width:200px}.site-functions{min-width:100px}.site-repo-link{font-size:12px}@media (width<=1400px){.site-repo-link{display:none}}@media (width<=1150px){.site-functions{display:none}}@media (width<=1000px){.site-team{display:none}.demo img{max-width:96%}.search{width:300px}}@media (width<=830px){.hero button{margin-top:24px}.site-create-time{display:none}.search{appearance:none;border:1px solid var(--border-focus);font-size:16px}.site-screenshot img[alt]:after{content:none}.site-screenshot-header{margin-right:0}.site-screenshot,.site-screenshot img{background:var(--placeholder-bg);width:78px;min-width:78px;height:50px;min-height:50px;margin:0 20px 0 0}.site-info{min-width:350px;max-width:350px}}@media (width<=720px){.app{margin:20px 15px 15px}.app h1{margin-bottom:inherit;font-size:22px}.title-inner{justify-content:space-between;width:100%;display:flex}.header-actions{gap:10px;margin-left:12px;margin-right:40px}.contents{overflow:hidden}.contents input{margin-left:3px}.team-filter{margin-top:0}.team-filter-item input{margin:0 7px 0 0}.controls-status{align-items:flex-start;gap:4px;width:100%;min-height:0;margin-left:4px}.load-status{white-space:normal;min-height:0}.site-wrapper,.site-wrapper-header{padding-left:10px}.site-publish-time{display:none}.site-info h2{font-size:18px}.site-meta a{font-size:13px}}
