:root{--bg: #0f0f12;--surface: #1a1a20;--border: #2a2a32;--text: #e8e8ec;--muted: #8888a0;--accent: #7c5cff;--accent-hover: #9b82ff;--success: #4ade80;--error: #f87171;--radius: 8px}*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}.topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border)}.topbar-brand{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--text)}.topbar-actions{display:flex;align-items:center;gap:.75rem;font-size:.8rem}.topbar-actions .topbar-user{color:var(--muted)}.topbar-actions .topbar-error{color:var(--error);font-size:.8rem}.topbar-actions button{padding:.3rem .75rem;font-size:.8rem}#app{min-height:100vh}.app-content{max-width:600px;margin:0 auto;padding:1.5rem 1rem}h1{font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.intro-text{color:var(--muted);font-size:.85rem;line-height:1.5;margin-bottom:1rem}.intro-text a{color:var(--accent);cursor:pointer;text-decoration:none}.intro-text a:hover{text-decoration:underline}.disclaimer{font-size:.8rem;color:var(--muted);line-height:1.45;margin:.75rem 0 0;max-width:52ch}.subtitle{color:var(--muted);font-size:.9rem;margin-bottom:1.5rem}.login-prompt{text-align:center;padding:3rem 1rem;color:var(--muted);font-size:.9rem}.project-list{max-height:200px;overflow-y:auto;border:1px solid var(--border);border-radius:var(--radius);margin-bottom:1rem;background:var(--bg);user-select:none;-webkit-user-select:none}.project-list-ul{list-style:none;padding:0;margin:0}.project-item{display:flex;align-items:center;gap:10px;padding:8px 12px;cursor:pointer;border-bottom:1px solid var(--border);color:var(--text);transition:background-color .15s}.project-item:hover{background-color:var(--surface)}.project-item.selected{background-color:#7c5cff26;border-left:3px solid var(--accent);padding-left:9px}.project-item-cover{width:40px;height:40px;min-width:40px;border-radius:4px;object-fit:cover;background:var(--border)}.project-item:last-child{border-bottom:none}.project-item-name{flex:1;min-width:0}.project-item-edit{flex-shrink:0;padding:4px 8px;font-size:.75rem;background:transparent;color:var(--muted);border:none;border-radius:var(--radius);cursor:pointer;transform:rotate(135deg)}.project-item-edit:hover{color:var(--text);background:var(--surface)}.project-list-header{margin-top:0}.project-list-search{margin-bottom:.5rem}.project-list-search input{font-size:.9rem;padding:.5rem}.project-item-empty{cursor:default;color:var(--muted)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1rem}.tool-description{margin-bottom:1rem}.tool-description:first-child{margin-top:0}.tool-description h2{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}.tool-description-body{font-size:.85rem;line-height:1.5;color:var(--muted)}.tool-description-body strong{color:var(--text);font-weight:500}.tool-description-body .highlight{color:var(--accent)}label{display:block;font-size:.85rem;color:var(--muted);margin-bottom:.35rem}input[type=text],input[type=url]{width:100%;padding:.6rem .75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:.95rem}input::placeholder{color:var(--muted)}button{padding:.6rem 1rem;border-radius:var(--radius);font-size:.95rem;font-weight:500;cursor:pointer;border:none;transition:background .15s}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-hover)}.btn-secondary{background:var(--border);color:var(--text)}.btn-secondary:hover{background:#3a3a44}.btn-info{margin-bottom:1.5rem}.btn-success{background:#2d5a3d;color:var(--success)}.btn-success:hover{background:#3d6a4d}.actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1rem}.status{font-size:.85rem;color:var(--muted);margin-top:.5rem}.status.connected{color:var(--success)}.status.error{color:var(--error)}.status.connect-hint{margin-top:.5rem}.error{color:var(--error);padding:1rem;background:#f871711a;border-radius:var(--radius)}.log{font-family:ui-monospace,monospace;font-size:.8rem;max-height:120px;overflow-y:auto;background:var(--bg);padding:.75rem;border-radius:var(--radius);margin-top:.75rem;color:var(--muted)}.log div{margin-bottom:.25rem}.log .created{color:var(--success)}.log .removed{color:var(--error)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1.5rem}.modal-dialog{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);max-width:520px;width:100%;max-height:calc(100vh - 3rem);display:flex;flex-direction:column;box-shadow:0 20px 40px #0006}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--border);flex-shrink:0}.modal-header h2{font-size:1rem;font-weight:600;margin:0}.modal-close{background:transparent;color:var(--muted);font-size:1.5rem;line-height:1;padding:.25rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius)}.modal-close:hover{color:var(--text);background:var(--border)}.modal-body{padding:1.25rem;overflow-y:auto;font-size:.85rem;line-height:1.5;color:var(--muted)}.modal-body strong{color:var(--text);font-weight:500}.modal-body .project-url-link{color:var(--accent);text-decoration:none;word-break:break-all}.modal-body .project-url-link:hover{text-decoration:underline;color:var(--accent-hover)}.modal-section{margin-bottom:1rem}.modal-section:last-child{margin-bottom:0}.modal-section-not{padding-left:1rem;border-left:3px solid var(--muted)}.modal-section-not h3{font-size:.95rem;font-weight:600;margin:0 0 .5rem;color:var(--text)}
