:root{
  --bg:#f7f8fb; --surface:#fff; --text:#17191f; --muted:#6f7480; --line:#e7e9ee;
  --brand:#5d5ce2; --brand-dark:#4847cf; --soft:#efefff; --shadow:0 24px 70px rgba(31,35,48,.10);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,input{font:inherit}.page-shell{max-width:1440px;margin:0 auto;padding:0 42px}.topbar{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(26,28,34,.06)}
.brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:var(--text);font-weight:760;letter-spacing:-.02em;font-size:18px}.brand-mark{width:34px;height:34px;border-radius:11px;background:var(--brand);display:grid;place-items:center;box-shadow:0 8px 20px rgba(93,92,226,.22)}.brand-mark svg{width:20px;height:20px;fill:#fff}
.nav-actions{display:flex;align-items:center;gap:28px}.nav-actions>a:not(.github-btn),.ghost-btn{color:#555b68;text-decoration:none;border:0;background:transparent;cursor:pointer;font-size:14px}.nav-actions a:hover,.ghost-btn:hover{color:var(--text)}.github-btn,.primary-btn,.secondary-btn{border-radius:12px;text-decoration:none;border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.18s ease}.github-btn{background:#1d2028;color:white!important;padding:10px 15px;font-size:13px;font-weight:650}.github-btn:hover{transform:translateY(-1px)}
.hero{min-height:600px;padding:82px 16px 86px;display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:84px}.hero-copy{padding-left:38px}.eyebrow{font-size:11px;letter-spacing:.19em;font-weight:800;color:var(--brand)}.hero h1{font-size:59px;line-height:1.11;letter-spacing:-.055em;margin:18px 0 22px;max-width:600px}.hero h1 span{color:#6d7180;font-weight:600}.hero-copy>p{font-size:16px;line-height:1.9;color:var(--muted);max-width:540px;margin:0}.hero-actions{display:flex;gap:12px;margin-top:32px}.primary-btn{padding:13px 18px;background:var(--brand);color:#fff;font-size:14px;font-weight:700;box-shadow:0 10px 25px rgba(93,92,226,.20)}.primary-btn:hover{background:var(--brand-dark);transform:translateY(-1px)}.secondary-btn{padding:13px 18px;background:#fff;color:#353944;border:1px solid var(--line);font-size:14px;font-weight:650}.secondary-btn:hover{border-color:#d2d5dd;background:#fcfcfd}.mini-stats{display:flex;align-items:center;gap:13px;margin-top:31px;font-size:12px;color:#848996}.mini-stats b{color:#333743}.mini-stats i{width:3px;height:3px;border-radius:50%;background:#c9ccd3}
.hero-panel{position:relative;height:404px;background:#fff;border:1px solid #e1e3e9;border-radius:24px;box-shadow:var(--shadow);overflow:visible;transform:perspective(1200px) rotateY(-2deg)}.window-bar{height:50px;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr 2fr 1fr;align-items:center;padding:0 16px}.dots{display:flex;gap:6px}.dots span{width:8px;height:8px;border-radius:50%;background:#d6d8de}.window-title{justify-self:center;background:#f6f7f9;border-radius:7px;padding:7px 28px;color:#9a9eaa;font-size:10px}.window-menu{justify-self:end;color:#a8acb5;font-size:12px}.mini-app{height:353px;display:grid;grid-template-columns:84px 1fr}.mini-sidebar{border-right:1px solid var(--line);padding:19px 15px}.mini-logo{width:26px;height:26px;border-radius:8px;background:var(--brand);margin-bottom:27px}.mini-line{width:42px;height:7px;border-radius:6px;background:#e5e7ec;margin:15px 0}.mini-line.active{background:#b7b6ff}.mini-line.short{width:30px}.mini-content{padding:23px 25px}.mini-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.mini-head>div:first-child{display:grid;gap:7px}.mini-head span{display:block;width:105px;height:10px;border-radius:8px;background:#2b2e36}.mini-head small{display:block;width:74px;height:6px;border-radius:8px;background:#d8dae0}.mini-search{width:120px;height:27px;border-radius:8px;background:#f2f3f6;border:1px solid #e7e9ee}.mini-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mini-grid article{height:117px;padding:14px;border:1px solid var(--line);border-radius:14px;position:relative;background:#fff}.mini-icon{width:28px;height:28px;border-radius:9px;display:grid;place-items:center;color:white;font-size:10px;font-weight:800;float:left;margin-right:9px}.mini-icon.one{background:#6867e8}.mini-icon.two{background:#1fa5a9}.mini-icon.three{background:#ef8a56}.mini-icon.four{background:#313641}.mini-grid b{display:block;width:61px;height:7px;background:#41444c;border-radius:5px;margin:3px 0 9px}.mini-grid p{width:78%;height:5px;background:#e2e4e9;border-radius:5px;margin:6px 0}.mini-grid p:nth-of-type(2){width:54%}.mini-grid button{position:absolute;bottom:12px;right:12px;width:48px;height:18px;border-radius:6px;border:0;background:#efefff}.float-badge{position:absolute;background:#fff;border:1px solid var(--line);box-shadow:0 14px 36px rgba(32,36,50,.13);padding:10px 14px;border-radius:12px;font-size:12px;font-weight:700;color:#4d5260}.badge-a{right:-25px;top:95px}.badge-b{left:-28px;bottom:37px}
.library{padding:80px 54px 88px;background:#fff;border:1px solid var(--line);border-radius:30px}.section-title-row{display:flex;justify-content:space-between;align-items:flex-end;gap:30px}.section-title-row h2,.workflow h2{font-size:36px;letter-spacing:-.04em;margin:10px 0 10px}.section-title-row p,.workflow-copy>p{color:var(--muted);margin:0;font-size:14px;line-height:1.8}.search-box{width:340px;height:46px;border:1px solid var(--line);border-radius:13px;display:flex;align-items:center;padding:0 11px;background:#fbfbfc}.search-box:focus-within{border-color:#b8b7f5;box-shadow:0 0 0 4px #f0f0ff}.search-box svg{width:18px;fill:none;stroke:#8c919c;stroke-width:1.7}.search-box input{border:0;outline:0;background:transparent;flex:1;padding:0 10px;color:var(--text);min-width:0;font-size:13px}.search-box kbd{font-size:10px;color:#989ca6;background:white;border:1px solid var(--line);border-bottom-width:2px;border-radius:6px;padding:3px 6px}.filters{display:flex;gap:8px;margin:34px 0 24px;flex-wrap:wrap}.filter-btn{border:1px solid var(--line);background:#fff;color:#6b707c;padding:8px 13px;border-radius:999px;font-size:12px;font-weight:650;cursor:pointer}.filter-btn.active{background:#23262e;border-color:#23262e;color:#fff}.plugin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.plugin-card{border:1px solid var(--line);border-radius:18px;padding:20px;display:flex;flex-direction:column;min-height:245px;transition:.18s ease;background:#fff}.plugin-card:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(35,39,52,.07);border-color:#dcdfe6}.card-head{display:flex;justify-content:space-between;align-items:flex-start}.plugin-icon{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;color:#fff;font-weight:850;font-size:18px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}.plugin-icon.violet{background:linear-gradient(145deg,#6c6be8,#5453cb)}.plugin-icon.teal{background:linear-gradient(145deg,#27b7b0,#178b90)}.plugin-icon.orange{background:linear-gradient(145deg,#f5a06f,#df7b48)}.plugin-icon.dark{background:linear-gradient(145deg,#434751,#262932)}.plugin-icon.blue{background:linear-gradient(145deg,#4e8ff6,#356fc5)}.plugin-icon.rose{background:linear-gradient(145deg,#e87596,#c55276)}.status-pill{font-size:10px;font-weight:750;padding:5px 8px;border-radius:999px;background:#f3f4f6;color:#777c87}.status-pill.store{background:#ebfaf1;color:#2a8452}.plugin-card h3{font-size:17px;letter-spacing:-.02em;margin:18px 0 7px}.plugin-card .desc{font-size:12px;line-height:1.65;color:var(--muted);margin:0;min-height:40px}.meta{display:flex;gap:8px;align-items:center;margin-top:16px;font-size:10px;color:#9b9fa8}.meta b{font-weight:700;color:#666b76}.meta i{width:3px;height:3px;background:#d1d3d9;border-radius:50%}.card-actions{display:flex;gap:8px;margin-top:auto;padding-top:18px}.card-actions a,.card-actions button{height:34px;border-radius:9px;padding:0 12px;font-size:11px;font-weight:700;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.download-btn{background:#f0f0ff;color:#5352cf;border:0;flex:1}.download-btn:hover{background:#e7e7ff}.guide-btn{background:#fff;color:#565b67;border:1px solid var(--line)}.guide-btn:hover{background:#f9f9fa}.store-btn{background:#23262e;color:#fff;border:0;flex:1}.empty-state{text-align:center;padding:46px;color:#9297a2;font-size:13px}
.workflow{padding:100px 54px 110px;display:grid;grid-template-columns:.85fr 1.15fr;gap:90px;align-items:start}.workflow-copy{position:sticky;top:30px}.workflow-copy p{max-width:440px}.steps{border-top:1px solid var(--line)}.step{display:grid;grid-template-columns:64px 1fr;gap:18px;padding:28px 0;border-bottom:1px solid var(--line)}.step>span{font-size:11px;color:#a3a7b1;font-weight:800;letter-spacing:.08em;padding-top:3px}.step b{font-size:15px}.step p{margin:7px 0 0;color:var(--muted);font-size:13px}.step code,.modal code{background:#f1f2f5;border-radius:6px;padding:3px 6px;color:#4c5260;font-size:.92em}
footer{height:100px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;color:#9a9ea8;font-size:11px}.footer-brand{font-size:14px}.footer-brand .brand-mark{width:28px;height:28px;border-radius:9px}.footer-brand .brand-mark svg{width:16px}
.modal{border:0;padding:0;border-radius:20px;background:transparent;max-width:none}.modal::backdrop{background:rgba(18,20,25,.42);backdrop-filter:blur(4px)}.modal-card{width:min(560px,calc(100vw - 30px));background:#fff;border-radius:20px;padding:30px;box-shadow:0 35px 100px rgba(0,0,0,.18);position:relative}.close-btn{position:absolute;right:18px;top:16px;border:0;background:#f4f5f7;border-radius:9px;width:31px;height:31px;cursor:pointer;color:#727783;font-size:20px}.modal h3{font-size:26px;margin:10px 0 9px;letter-spacing:-.035em}.modal-desc{font-size:13px;line-height:1.7;color:var(--muted);margin:0 0 18px}.install-steps{list-style:none;padding:0;margin:0;display:grid;gap:9px}.install-steps li{display:grid;grid-template-columns:31px 1fr;gap:12px;padding:12px;border:1px solid var(--line);border-radius:12px}.install-steps li>span{width:28px;height:28px;border-radius:9px;background:var(--soft);color:var(--brand);display:grid;place-items:center;font-size:11px;font-weight:800}.install-steps b{font-size:12px}.install-steps p{margin:4px 0 0;color:var(--muted);font-size:11px;line-height:1.5}.modal-note{margin-top:13px;background:#f7f8fb;border-radius:10px;padding:11px 13px;color:#777c87;font-size:11px;line-height:1.6}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:20px}.modal-actions .primary-btn,.modal-actions .secondary-btn{font-size:12px;padding:11px 14px}
@media (max-width:1000px){.page-shell{padding:0 22px}.hero{grid-template-columns:1fr;padding:64px 10px}.hero-copy{padding-left:0;text-align:center}.hero-copy>p{margin:auto}.hero-actions,.mini-stats{justify-content:center}.hero-panel{max-width:720px;width:100%;margin:auto}.plugin-grid{grid-template-columns:repeat(2,1fr)}.workflow{grid-template-columns:1fr;gap:30px}.workflow-copy{position:static}}
@media (max-width:700px){.page-shell{padding:0 14px}.topbar{height:68px}.nav-actions>a:not(.github-btn),.ghost-btn{display:none}.hero{padding-top:48px;gap:48px}.hero h1{font-size:42px}.hero-panel{height:340px}.mini-app{height:289px}.mini-sidebar{display:none}.mini-app{grid-template-columns:1fr}.badge-a{right:-4px}.badge-b{left:-4px}.library{padding:48px 20px;border-radius:22px}.section-title-row{align-items:stretch;flex-direction:column}.search-box{width:100%}.plugin-grid{grid-template-columns:1fr}.workflow{padding:72px 20px}.mini-stats{flex-wrap:wrap}.mini-stats i{display:none}footer{padding:0 6px}.footer-brand span:last-child{display:none}}
