*{box-sizing:border-box;margin:0;padding:0}#__next,body,html{height:100%}body{background:#1a1b1e;color:#dcddde;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5}a{text-decoration:none;color:inherit}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#3d3e44;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#4a4b52}.layout{overflow:hidden}.layout,.sidebar{display:flex;height:100vh}.sidebar{width:240px;min-width:240px;background:#111214;border-right:1px solid #1e1f23;flex-direction:column;overflow-y:auto;flex-shrink:0;transition:transform .25s ease;z-index:50}.main-content{flex:1 1;overflow-y:auto;height:100vh;min-width:0}.overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.7);z-index:40}.mobile-header{height:52px;padding:0 16px;background:#111214;border-bottom:1px solid #1e1f23;position:-webkit-sticky;position:sticky;top:0;z-index:30;flex-shrink:0}.hamburger,.mobile-header{display:none;align-items:center}.hamburger{background:none;border:none;color:#dcddde;cursor:pointer;padding:6px;font-size:22px;line-height:1}.nav-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:6px;cursor:pointer;color:#8e9297;font-size:14px;font-weight:500;transition:background .15s,color .15s;margin:1px 8px;white-space:nowrap;overflow:hidden}.nav-item:hover{background:hsla(0,0%,100%,.05);color:#dcddde}.nav-item.active{background:rgba(88,101,242,.12);color:#5865f2}.plugin-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:16px;gap:16px}.plugin-card{background:#25262b;border:1px solid #2e2f35;border-radius:12px;padding:24px;cursor:pointer;transition:background .15s,border-color .15s,transform .15s;color:inherit;display:flex;flex-direction:column;gap:10px}.plugin-card:hover{background:#2c2d33;border-color:#3d3e45;transform:translateY(-2px)}@media (max-width:768px){.layout{flex-direction:column;height:auto;overflow:visible}.sidebar{position:fixed;top:0;left:0;height:100%;transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.overlay.visible{display:block}.hamburger,.mobile-header{display:flex}.main-content{height:auto;overflow-y:visible;min-height:calc(100vh - 52px)}}