#root{min-height:100vh}:root{color:#172033;background:#f4f6f8;font-family:Inter,Segoe UI,Yu Gothic UI,Meiryo,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{border:0}code{border:1px solid #d6dde7;border-radius:4px;background:#eef2f7;padding:2px 5px}.loading-screen,.login-shell,.config-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:#e9edf3}.login-panel,.config-panel{width:min(460px,100%);background:#fff;border:1px solid #dfe5ee;border-radius:8px;box-shadow:0 18px 60px #18274b1f;padding:28px}.login-panel{display:grid;gap:16px}.login-panel h1,.config-panel h1,.topbar h1{margin:0;font-size:24px;letter-spacing:0}.eyebrow{margin:0 0 6px;color:#64748b;font-size:12px;font-weight:700;text-transform:uppercase}label{display:grid;gap:6px;color:#334155;font-size:13px;font-weight:700}input,select{width:100%;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#172033;padding:10px 11px;outline:none}input:focus,select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb24}.primary,.danger,.ghost{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;border-radius:6px;padding:8px 12px;cursor:pointer;white-space:nowrap}.primary{background:#2563eb;color:#fff}.primary:disabled{background:#94a3b8;cursor:not-allowed}.danger{background:#fee2e2;color:#b91c1c}.ghost{background:#eef2f7;color:#334155}.notice,.error,.lock-warning{margin:0;border-radius:6px;padding:10px 12px;font-size:13px}.notice{background:#eff6ff;color:#1d4ed8}.captcha-box{min-height:78px;display:flex;align-items:center}.mfa-qr{display:grid;place-items:center;border:1px solid #dfe5ee;border-radius:8px;background:#fff;padding:12px}.mfa-qr img{width:min(220px,100%);height:auto}.error,.lock-warning{background:#fef2f2;color:#b91c1c}.app-shell{min-height:100vh;display:grid;grid-template-columns:248px minmax(0,1fr);background:#f4f6f8}.sidebar{display:flex;flex-direction:column;gap:18px;border-right:1px solid #dfe5ee;background:#fff;padding:18px}.brand{display:flex;align-items:center;gap:10px}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:7px;background:#2563eb;color:#fff;font-weight:800}.brand strong,.brand span{display:block}.brand span{color:#64748b;font-size:12px}.board-list{display:grid;gap:6px}.board-list button{border-radius:6px;background:transparent;color:#334155;padding:10px;text-align:left;cursor:pointer}.board-list button.active{background:#e8f0ff;color:#1d4ed8;font-weight:700}.logout{margin-top:auto}.workspace{min-width:0;display:grid;grid-template-rows:auto auto 1fr;gap:14px;padding:20px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar-actions{display:flex;align-items:center;gap:10px}.search-box{width:min(360px,36vw);display:flex;align-items:center;gap:8px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;padding:0 10px}.search-box input{border:0;box-shadow:none;padding-inline:0}.note-list{display:grid;align-content:start;gap:8px;max-width:980px}.note-card{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:stretch;min-height:86px;border:1px solid #dfe5ee;border-radius:8px;background:#fff;box-shadow:0 1px 2px #0f172a0f}.note-card.dragging{opacity:.72}.drag-handle{display:grid;place-items:center;border-right:1px solid #edf1f6;background:transparent;color:#94a3b8;cursor:grab}.note-open{display:grid;gap:5px;min-width:0;background:transparent;color:inherit;padding:12px 14px;text-align:left;cursor:pointer}.note-title{overflow:hidden;color:#172033;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.note-preview{overflow:hidden;color:#475569;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.note-meta{color:#94a3b8;font-size:12px}.lock-pill{align-self:start;margin:10px;border-radius:999px;background:#fff7ed;color:#c2410c;padding:4px 8px;font-size:12px}.empty-state{display:grid;place-items:center;min-height:220px;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:#0f172a6b;padding:24px;z-index:50}.note-modal{width:min(900px,100%);max-height:min(760px,calc(100vh - 48px));display:grid;grid-template-rows:auto auto 1fr auto;gap:12px;border-radius:8px;background:#fff;padding:18px;box-shadow:0 24px 80px #0f172a47}.member-panel{width:min(720px,100%);max-height:min(720px,calc(100vh - 48px));display:grid;gap:14px;overflow:auto;border-radius:8px;background:#fff;padding:18px;box-shadow:0 24px 80px #0f172a47}.member-panel .modal-header{grid-template-columns:minmax(0,1fr) auto;align-items:center}.member-panel h2{margin:0}.member-add,.member-row{display:grid;grid-template-columns:minmax(0,1fr) 130px auto;gap:10px;align-items:end}.member-list{display:grid;gap:8px}.member-row{align-items:center;border:1px solid #dfe5ee;border-radius:8px;padding:10px}.member-row code{overflow-wrap:anywhere}.modal-header{display:grid;grid-template-columns:minmax(0,1fr) 36px;gap:10px}.title-input{border:0;border-bottom:1px solid #dfe5ee;border-radius:0;padding-left:0;font-size:22px;font-weight:800}.icon-button{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:6px;background:#eef2f7;color:#334155;cursor:pointer}.icon-button.active{background:#dbeafe;color:#1d4ed8}.editor-frame{min-height:320px;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid #dfe5ee;border-radius:8px}.editor-toolbar{display:flex;gap:6px;border-bottom:1px solid #dfe5ee;background:#f8fafc;padding:8px}.editor-content{min-height:280px;overflow:auto;padding:16px}.editor-content .tiptap{min-height:250px;outline:none}.editor-content p{margin:0 0 10px}.editor-content ul{margin-top:0}.modal-actions{display:flex;justify-content:space-between;gap:10px}@media(max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid #dfe5ee}.topbar,.topbar-actions{align-items:stretch;flex-direction:column}.search-box{width:100%}}
