.notebook-list{--notebook-ink:#141414;--notebook-muted:#727272;--notebook-surface:#ffffff;--notebook-border:#e7e7e7;--notebook-toolbar-border:#dbdbdb;--notebook-subtle-surface:#f7f7f7;--notebook-dark-surface:#242424;--notebook-focus:#4f46e5;--notebook-shadow:0 8px 24px rgba(20,20,20,0.08);--notebook-control-shadow:0 0.5px 1px rgba(0,0,0,0.05);--notebook-primary-start:#2c2c2c;display:flex;min-width:0;flex-direction:column;gap:16px;padding:24px;color:var(--notebook-ink)}.notebook-list .notebook-list__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.notebook-list .notebook-list__search{position:relative;min-width:0;width:300px;flex:none}.notebook-list .notebook-list__search-icon{position:absolute;top:50%;left:10px;width:16px;height:16px;transform:translateY(-50%);pointer-events:none}.notebook-list .notebook-list__search-input{width:100%;height:40px;border:1px solid var(--notebook-toolbar-border);border-radius:10px;background:var(--notebook-surface);padding:0 4px 0 34px;color:var(--notebook-ink);font-size:12px;letter-spacing:-.12px}.notebook-list .notebook-list__search-input::-moz-placeholder{color:var(--notebook-muted);opacity:1}.notebook-list .notebook-list__search-input::placeholder{color:var(--notebook-muted);opacity:1}.notebook-list .notebook-list__search-input:focus-visible{outline:2px solid var(--notebook-focus);outline-offset:2px}.notebook-list .notebook-list__toolbar-actions{display:flex;flex:none;gap:12px}.notebook-list .notebook-list__create-button,.notebook-list .notebook-list__sort-button{display:inline-flex;height:40px;align-items:center;justify-content:center;gap:8px;border-radius:10px;font-size:14px;font-weight:500;letter-spacing:-.14px;line-height:1.5;white-space:nowrap}.notebook-list .notebook-list__create-button:focus-visible,.notebook-list .notebook-list__sort-button:focus-visible{outline:2px solid var(--notebook-focus);outline-offset:2px}.notebook-list .notebook-list__create-button:disabled,.notebook-list .notebook-list__sort-button:disabled{cursor:not-allowed;opacity:.6}.notebook-list .notebook-list__sort-button{border:1px solid var(--notebook-toolbar-border);background:var(--notebook-surface);box-shadow:var(--notebook-control-shadow);color:var(--notebook-ink);padding:0 16px 0 20px}.notebook-list .notebook-list__sort-button img{width:20px;height:20px}.notebook-list .notebook-list__create-button{width:151px;border:1px solid var(--notebook-ink);background:linear-gradient(to bottom,var(--notebook-primary-start),var(--notebook-ink));box-shadow:var(--notebook-control-shadow);padding:0 20px;color:var(--notebook-surface)}.notebook-list .notebook-list__create-button img{width:20px;height:20px}.notebook-list .notebook-list__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,360px));gap:16px}.notebook-list .notebook-list__grid>[role=status]{grid-column:1/-1}.notebook-list .notebook-list__card,.notebook-list .notebook-list__create-card{box-sizing:content-box;min-width:0;height:209px;border:1px solid var(--notebook-border);border-radius:12px;background:var(--notebook-surface);box-shadow:var(--notebook-shadow)}.notebook-list .notebook-list__card{display:flex;flex-direction:column;padding:16px}.notebook-list .notebook-list__card:focus-within .notebook-list__card-menu,.notebook-list .notebook-list__card:hover .notebook-list__card-menu{opacity:1;pointer-events:auto}.notebook-list .notebook-list__card-header{display:flex;height:48px;align-items:flex-start;justify-content:space-between}.notebook-list .notebook-list__card-menu{opacity:0;pointer-events:none;transition:opacity .15s ease}.notebook-list .notebook-list__card-menu:focus-visible,.notebook-list .notebook-list__card-menu:hover,.notebook-list .notebook-list__card-menu[data-state=open]{opacity:1;pointer-events:auto}.notebook-list .notebook-list__card-cover{width:48px;height:48px;flex:none;border-radius:50%;-o-object-fit:cover;object-fit:cover}.notebook-list .notebook-list__card-cover--fallback{background:var(--notebook-subtle-surface)}.notebook-list .notebook-list__card-content{display:grid;min-width:0;gap:4px;margin-top:16px}.notebook-list .notebook-list__card-title{overflow:hidden;border:0;background:rgba(0,0,0,0);padding:0;color:var(--notebook-ink);font-size:18px;font-weight:600;line-height:24px;text-align:left;text-overflow:ellipsis;white-space:nowrap}.notebook-list .notebook-list__card-sources,.notebook-list .notebook-list__card-updated,.notebook-list .notebook-list__create-description{margin:0;color:var(--notebook-muted);font-size:14px;line-height:20px}.notebook-list .notebook-list__card-tags{display:flex;min-width:0;align-items:center;gap:8px;margin-top:12px}.notebook-list .notebook-list__function-tags{display:flex;min-width:0;flex-wrap:wrap;gap:8px}.notebook-list .notebook-list__function-tag{display:inline-flex;height:24px;min-width:0;align-items:center;gap:4px;border-radius:6px;background:var(--notebook-subtle-surface);padding:0 8px;color:var(--notebook-muted);font-size:12px;line-height:16px}.notebook-list .notebook-list__function-tag-icon{width:12px;height:12px;flex:none}.notebook-list .notebook-list__card-tag-overflow{flex:none;color:var(--notebook-muted);font-size:12px}.notebook-list .notebook-list__card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:1px dashed var(--notebook-border)}.notebook-list .notebook-list__card-updated{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notebook-list .notebook-list__card-open{height:32px;flex:none;border:1px solid var(--notebook-border);border-radius:6px;background:var(--notebook-surface);padding:0 10px;color:var(--notebook-ink);font-size:13px;font-weight:500}.notebook-list .notebook-list__card-open:focus-visible{outline:2px solid var(--notebook-focus);outline-offset:2px}.notebook-list .notebook-list__create-card{display:flex;flex-direction:column;align-items:center;justify-content:center;border-style:dashed;padding:16px;text-align:center}.notebook-list .notebook-list__create-card:focus-visible{outline:2px solid var(--notebook-focus);outline-offset:2px}.notebook-list .notebook-list__create-card:disabled{cursor:not-allowed;opacity:.6}.notebook-list .notebook-list__create-icon{display:flex;width:50px;height:50px;align-items:center;justify-content:center;border:1px dashed var(--notebook-border);border-radius:8px}.notebook-list .notebook-list__create-icon img{width:24px;height:24px}.notebook-list .notebook-list__create-title{margin-top:16px;color:var(--notebook-ink);font-size:16px;font-weight:600;line-height:22px}.notebook-list .notebook-list__create-description{margin-top:4px}.notebook-list .notebook-list__state--full-width{grid-column:1/-1}@media(max-width:767px){.notebook-list .notebook-list__toolbar,.notebook-list .notebook-list__toolbar-actions{flex-direction:column}.notebook-list .notebook-list__search,.notebook-list .notebook-list__toolbar,.notebook-list .notebook-list__toolbar button,.notebook-list .notebook-list__toolbar-actions{width:100%}.notebook-list .notebook-list__grid{grid-template-columns:minmax(0,1fr)}.notebook-list .notebook-list__card,.notebook-list .notebook-list__create-card{min-width:0}.notebook-list .notebook-list__card-tags,.notebook-list .notebook-list__function-tags{overflow:hidden;flex-wrap:nowrap}}