:root{--bg: #0b0b0e;--panel: #17171c;--stroke: rgba(255, 255, 255, .08);--accent: #2d7ff9;--lime: #d6f53c;--text: #ececf1;--muted: #9a9aa6}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.45 -apple-system,Segoe UI,Roboto,sans-serif}a{color:var(--accent);text-decoration:none}button{background:var(--accent);border:0;color:#fff;padding:8px 14px;border-radius:7px;font-weight:600;cursor:pointer}button.secondary{background:#ffffff0f;border:1px solid var(--stroke);color:var(--text)}button:disabled{opacity:.4;cursor:default;filter:saturate(0)}input,textarea,select{background:#101014;border:1px solid var(--stroke);color:var(--text);border-radius:7px;padding:8px 10px;font:inherit;width:100%}textarea{min-height:300px;font-family:ui-monospace,Menlo,monospace;font-size:13px}.panel{background:var(--panel);border:1px solid var(--stroke);border-radius:12px;padding:16px}.topbar{display:flex;align-items:center;gap:16px;padding:12px 20px;border-bottom:1px solid var(--stroke);position:sticky;top:0;background:var(--bg);z-index:5}.topbar .brand{font-weight:700}.topbar .brand span{color:var(--accent)}.container{max-width:1800px;margin:0 auto;padding:20px}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.tile{background:var(--panel);border:1px solid var(--stroke);border-radius:12px;overflow:hidden;cursor:pointer;transition:border-color .15s}.tile:hover{border-color:var(--accent)}.tile img{width:100%;aspect-ratio:2/3;object-fit:cover;display:block;background:#101014}.tile .noimg{width:100%;aspect-ratio:2/3;display:flex;align-items:center;justify-content:center;color:var(--muted)}.tile .cap{padding:8px 10px}.tile .cap .t{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tile .cap .c{color:var(--muted);font-size:12px}.badges{display:flex;gap:6px;margin-top:4px;flex-wrap:wrap}.badge{font-size:10px;padding:1px 7px;border-radius:99px;border:1px solid var(--stroke);color:var(--muted)}.badge.on{color:var(--lime);border-color:var(--lime)}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.field{display:flex;flex-direction:column;gap:4px}.field label{color:var(--muted);font-size:12px;font-weight:600}.editor{display:grid;grid-template-columns:320px 1fr;gap:18px;align-items:start}.muted{color:var(--muted)}.error{color:#ff6b6b}.center{min-height:100vh;display:flex;align-items:center;justify-content:center}.login{width:340px;display:flex;flex-direction:column;gap:12px}.spin{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:s .8s linear infinite;vertical-align:-2px;margin-right:6px}@keyframes s{to{transform:rotate(360deg)}}.lib-3col{display:grid;grid-template-columns:300px 1fr 360px;gap:14px;align-items:start}.lib-tree{padding:8px;max-height:calc(100vh - 120px);overflow-y:auto}.lib-tree-item{padding:7px 10px;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;gap:8px}.lib-tree-item:hover{background:#ffffff0d}.lib-tree-item.active{background:var(--accent);color:#fff}.lib-middle{display:flex;flex-direction:column;gap:10px;min-width:0}.lib-toolbar{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.lib-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px}.lib-card{position:relative;background:var(--panel);border:1px solid var(--stroke);border-radius:10px;overflow:hidden;cursor:pointer}.lib-card img{width:100%;aspect-ratio:2 / 3;object-fit:cover;display:block}.lib-card.selected{outline:2px solid var(--accent)}.lib-card-title{padding:6px 8px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lib-check{position:absolute;top:6px;right:6px;width:22px;height:22px;border-radius:11px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px}.lib-noimg{aspect-ratio:2 / 3;display:flex;align-items:center;justify-content:center;color:#ffffff59;font-size:12px;background:#ffffff08}.lib-list-row{display:flex;justify-content:space-between;padding:8px 12px;border-bottom:1px solid var(--stroke);cursor:pointer}.lib-list-row:hover{background:#ffffff0a}.lib-list-row.selected{background:#2d7ff92e}.lib-create{max-height:calc(100vh - 120px);overflow-y:auto;overflow-x:hidden}.lib-row{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:13px}.lib-row>span{color:var(--muted, rgba(255,255,255,.6));white-space:nowrap;flex:0 0 auto}.lib-row select,.lib-row input[type=text],.lib-row input:not([type]){max-width:170px}.lib-col{display:flex;flex-direction:column;gap:4px;font-size:13px}.lib-col>span{color:var(--muted, rgba(255,255,255,.6))}.lib-sticky{position:sticky;top:70px}.lib-imgbtn{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:15px;border:none;background:#0000008c;color:#fff;cursor:pointer}.lib-modal-back{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:70}.lib-modal{background:var(--panel, #16161a);border:1px solid var(--stroke);border-radius:10px;padding:16px;max-width:640px;width:92%;max-height:72vh;overflow:auto;box-shadow:0 12px 40px #00000080}.lib-tree-card{padding-left:28px;font-size:12px}.lib-tree-item>span:first-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lib-badges{display:flex;gap:4px;flex-wrap:wrap;margin-top:3px}.lib-badge{font-size:10px;padding:1px 6px;border-radius:8px;border:1px solid var(--stroke);color:#ffffffb3;white-space:nowrap}.lib-badge.on{border-color:var(--accent);color:var(--accent)}.lib-badge.ok{border-color:#57d38c;color:#57d38c}.lib-badge.warn{border-color:#ff6b6b;color:#ff6b6b}.lib-card-cap{padding:6px 8px}.lib-card-cap .lib-card-title{padding:0}.lib-divider{border-top:1px solid var(--stroke);margin:8px 0}.lib-create input[type=file]{max-width:100%;font-size:12px}
