/* The original MindChuk visual language lives in its own canvas. */
.mindchuk-classic{min-height:calc(100vh - 140px);margin:-42px -52px -70px;background:#000;color:#d0d1cb;font-family:"DM Mono",monospace}.mindchuk-classic .mc-topbar{height:66px;border-bottom:1px solid #171817;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.mc-logo{color:#aaa;text-decoration:none;font:27px "Special Elite",serif}.mc-circle{width:34px;height:34px;margin-left:7px;border:1px solid #343635;border-radius:50%;background:transparent;color:#9c9f9a}.mc-shell{padding:23px 19px}.mc-search-row{display:flex;gap:8px}.mc-search{display:flex;align-items:center;gap:12px;flex:1;height:41px;padding:0 13px;border-radius:11px;background:#171918;color:#8a8d89}.mc-search span{font-size:23px}.mc-search input{width:100%;border:0;outline:0;background:transparent;color:#d7d7d0;font:14px "DM Mono"}.mc-add{width:41px;height:41px;border:0;border-radius:10px;background:#202221;color:#c6c8c3;font-size:29px}.mc-filters{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.mc-filters>button,.mc-filters #tagFilters button{height:25px;margin-right:8px;padding:0 10px;border:1px solid #292b29;border-radius:999px;background:transparent;color:#8f928e;font:12px "DM Mono"}.mc-filters>button.selected,.mc-filters #tagFilters button.active{border-color:#444844;background:#101111;color:#c2c5c0}.mc-feed{margin-top:50px}.mc-divider{display:flex;align-items:center;gap:18px;color:#777a76;font-size:11px;letter-spacing:.09em}.mc-divider:before,.mc-divider:after{content:"";height:1px;flex:1;background:#262827}.mc-cards{display:flex;flex-wrap:wrap;gap:15px;margin-top:25px}.mc-note-card{display:flex;flex-direction:column;width:210px;min-height:157px;padding:13px;border:1px solid #1b1e1c;border-radius:10px;background:#111312}.mc-card-top{display:flex;justify-content:space-between;color:#7e817d;font-size:11px}.mc-card-top button{border:0;background:transparent;color:#777;padding:0}.mc-note-card p{margin:15px 0 11px;color:#b9bbb7;font-size:13px;line-height:1.6}.mc-note-card.note p{text-decoration:line-through;text-decoration-color:#545754}.mc-tag,.mc-untagged{width:max-content;padding:3px 4px;font-size:11px}.mc-tag{background:#1a1a16;color:#a87d31}.mc-untagged{color:#6e706d}.mc-saved,.mc-due{margin-top:auto;padding:9px 7px;border-radius:6px;background:#171a18;color:#347d53;font-size:10px}.mc-due{margin:4px 0 10px;color:#b69b61}.mc-list-item{display:flex;align-items:center;gap:8px;margin:3px 0 8px;color:#c9cbc6;font-size:12px}.mc-list-item input{accent-color:#aaa}.mc-empty{color:#70736f;font-size:12px}@media(max-width:950px){.mindchuk-classic{margin:-28px -20px -55px}}@media(max-width:560px){.mindchuk-classic{margin:-23px -14px -45px}.mc-cards{display:grid;grid-template-columns:1fr}.mc-note-card{width:auto}}
