*{box-sizing:border-box}body{margin:0;font-family:Segoe UI,sans-serif;background:#0f172a;color:#e2e8f0}.page{display:grid;grid-template-columns:340px 1fr;min-height:100vh}.sidebar{display:flex;flex-direction:column;border-right:1px solid rgba(148,163,184,.25);padding:20px 16px;background:#02061799;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);overflow-y:auto}.sidebar-header{position:sticky;top:0;z-index:1;background:#0f172a;padding:0 4px 12px;border-bottom:1px solid rgba(148,163,184,.2);margin-bottom:12px}.sidebar-header h2{margin:0;font-size:20px}.sidebar-header p{margin:6px 0 0;color:#94a3b8;font-size:13px}.book-list{overflow-y:auto;padding-right:4px}.book-item{width:100%;text-align:left;border:1px solid rgba(148,163,184,.25);background:#1e293bcc;color:inherit;border-radius:10px;padding:10px;margin-bottom:8px;cursor:pointer;transition:border-color .2s ease,background .2s ease}.book-item.active{border-color:#22d3ee;background:#082f49b3}.book-item div{font-weight:600;margin-bottom:3px}.book-item small{color:#94a3b8}.editor{padding:24px}.editor-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px}.editor-header h1{margin:0;font-size:28px}.editor-header p{margin:8px 0 0;color:#94a3b8}.current-id{border:1px solid rgba(148,163,184,.3);border-radius:999px;padding:6px 12px;font-size:12px;color:#cbd5e1;background:#0f172acc}.form-card{border:1px solid rgba(148,163,184,.25);border-radius:14px;background:#0f172aa6;padding:16px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}label{display:flex;flex-direction:column;gap:6px;font-size:14px}label.full{grid-column:1 / -1}input,select,textarea{background:#0f172ae6;border:1px solid rgba(148,163,184,.3);color:#e2e8f0;border-radius:8px;padding:8px 10px;min-height:38px}.actions{margin-top:16px;display:flex;align-items:center;gap:10px}.actions button{border:none;background:#14b8a6;color:#0f172a;border-radius:8px;padding:10px 16px;font-weight:600;cursor:pointer}.actions button:disabled{opacity:.6;cursor:not-allowed}.status-text{color:#cbd5e1;min-height:20px}.empty-state{border:1px dashed rgba(148,163,184,.4);border-radius:12px;padding:36px;text-align:center;color:#94a3b8;background:#0f172a66}@media (max-width: 960px){.page{grid-template-columns:1fr}.sidebar{max-height:36vh;border-right:none;border-bottom:1px solid rgba(148,163,184,.25)}.editor{padding:16px}.editor-header{flex-direction:column}.form-grid{grid-template-columns:1fr}}
