.md-root{--bg:#fff;--surface:#fff;--raised:#f4f4f4;--border:#ebebeb;--border-mid:#d8d8d8;--text:#1a1a1a;--text-muted:#555;--text-subtle:#999;--accent:#bcff50;--accent-fg:#1a1a1a;--accent-subtle:#bcff5026;--primary:#1a1a1a;--primary-fg:#fff;--primary-hover:#333;--toggle-on:#1a1a1a;--toggle-off:#d1d5db;--icon-bg:#f2f2f2;--icon-border:#e4e4e4;--destructive:#ef4444;--status-green:#22c55e;color:var(--text);background:var(--bg);flex-direction:column;width:100%;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,ui-sans-serif,sans-serif;font-size:13px;line-height:1.4;display:flex;position:relative}.md-root *{box-sizing:border-box}.md-chrome{background:#ececec;border-bottom:1px solid #00000014;flex-shrink:0}.md-chrome-row{align-items:center;gap:10px;padding:8px 12px;display:flex}.md-chrome-traffic{gap:6px;display:flex}.md-chrome-traffic span{border-radius:50%;width:11px;height:11px}.md-chrome-traffic span:first-child{background:#ff5f57}.md-chrome-traffic span:nth-child(2){background:#febc2e}.md-chrome-traffic span:nth-child(3){background:#28c840}.md-chrome-nav{color:#555;gap:4px;display:flex}.md-chrome-nav button{cursor:pointer;width:24px;height:24px;color:inherit;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;display:flex}.md-chrome-nav button:hover{background:#0000000f}.md-chrome-url{color:#555;background:#fff;border-radius:14px;flex:1;align-items:center;gap:6px;height:28px;padding:0 10px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:12px;display:flex;overflow:hidden}.md-chrome-url svg{opacity:.6;flex-shrink:0}.md-chrome-url span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.md-ext-btn{cursor:pointer;color:#333;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:relative}.md-ext-btn:hover{background:#00000012}.md-ext-btn.active{background:#0000001a}.md-ext-btn-dot{background:var(--accent);border:2px solid #ececec;border-radius:50%;width:8px;height:8px;position:absolute;top:3px;right:3px}.md-viewport{-webkit-user-select:text;user-select:text;background:#fff;flex:1;position:relative;overflow:auto}.md-article{max-width:560px;margin:0 auto;margin-right:var(--md-article-mr,auto);color:#1a1a1a;padding:28px 32px 60px;transition:margin .25s,max-width .25s}.md-article.is-shifted{margin-right:400px}.md-article-kicker{letter-spacing:.15em;text-transform:uppercase;color:#8b949e;margin-bottom:8px;font-size:9.5px;font-weight:700}.md-article h1{letter-spacing:-.02em;margin:0 0 12px;font-family:Space Grotesk,system-ui,sans-serif;font-size:22px;font-weight:800;line-height:1.2}.md-article p{color:#2a2a2a;margin:0 0 11px;font-size:13px;line-height:1.65}.md-hl{cursor:pointer;border-bottom:2px solid #0000;border-radius:2px;padding:0 1px}.md-hl[data-note="1"]{border-bottom-style:dashed;border-bottom-color:#f57f17}.md-popup{z-index:70;background:var(--bg);border:1px solid var(--border);width:340px;color:var(--text);transform-origin:100% 0;border-radius:14px;font-family:inherit;font-size:12px;animation:.18s md-fade-in;position:absolute;transform:scale(.78);box-shadow:0 24px 60px #00000038,0 4px 14px #0000001a}.md-popup::-webkit-scrollbar{width:4px}.md-popup::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.md-popup .header{border-bottom:1px solid var(--border);background:var(--surface);align-items:center;gap:9px;padding:8px 12px;display:flex}.md-popup .logo-wrap{flex-shrink:0;width:28px;height:28px}.md-popup .logo-wrap svg{width:28px;height:28px;display:block}.md-popup .header-text{flex:1;min-width:0}.md-popup .header-title{letter-spacing:-.2px;font-size:13px;font-weight:700}.md-popup .header-sub{color:var(--text-subtle);margin-top:1px;font-size:10.5px}.md-popup .btn-icon{background:var(--surface);border:1px solid var(--border);cursor:pointer;width:26px;height:26px;color:var(--text-muted);border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:background .12s,border-color .12s;display:flex}.md-popup .btn-icon:hover{background:var(--raised);border-color:var(--border-mid)}.md-popup .status-bar{border-bottom:1px solid var(--border);white-space:nowrap;justify-content:space-between;align-items:center;gap:8px;padding:5px 12px;font-size:10.5px;display:flex}.md-popup .status-left{color:var(--text-muted);text-overflow:ellipsis;align-items:center;gap:5px;min-width:0;display:flex;overflow:hidden}.md-popup .status-dot{background:var(--status-green);border-radius:50%;flex-shrink:0;width:7px;height:7px}.md-popup .status-domain{color:var(--text);font-family:ui-monospace,monospace;font-size:10.5px;font-weight:700}.md-popup .status-right{color:var(--text-subtle);flex-shrink:0;font-size:10.5px}.md-popup .status-right strong{color:var(--text-muted);font-weight:600}.md-popup .toolbar-wrap{border-bottom:1px solid var(--border);padding:6px 12px}.md-popup #btn-toolbar{background:var(--primary);width:100%;color:var(--primary-fg);cursor:pointer;letter-spacing:-.1px;border:none;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:7px 12px;font-family:inherit;font-size:12.5px;font-weight:600;transition:background .12s;display:flex}.md-popup #btn-toolbar:hover{background:var(--primary-hover)}.md-popup #btn-toolbar.active{background:var(--accent);color:var(--accent-fg)}.md-popup #btn-toolbar span{text-align:center}.md-popup #sync-row{border-bottom:1px solid var(--border);background:var(--accent-subtle);padding:6px 12px}.md-popup #btn-sync{background:var(--primary);width:100%;color:var(--primary-fg);letter-spacing:-.1px;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:7px;padding:7px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:background .12s,opacity .12s;display:inline-flex}.md-popup #btn-sync:hover{background:var(--primary-hover)}.md-popup #btn-sync.is-syncing{background:var(--accent);color:var(--accent-fg);cursor:progress}.md-popup #btn-sync.is-syncing svg{animation:1s linear infinite md-spin}.md-popup #sync-helper{color:var(--text-muted);text-align:center;margin:5px 0 0;font-size:10px;line-height:1.35}.md-popup .section{border-bottom:1px solid var(--border);padding:6px 12px}.md-popup .section:last-of-type{border-bottom:none}.md-popup .section-hdr{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.md-popup .section-label{text-transform:uppercase;letter-spacing:.7px;color:var(--text-subtle);font-size:9.5px;font-weight:600}.md-popup .section-hint{color:var(--text-subtle);font-family:ui-monospace,monospace;font-size:9.5px}.md-popup .action-list{flex-direction:column;display:flex}.md-popup .action-row{cursor:pointer;width:100%;color:var(--text);text-align:left;border:none;border-bottom:1px solid var(--border);background:0 0;align-items:center;gap:8px;padding:4px 0;font-family:inherit;transition:opacity .12s;display:flex}.md-popup .action-row:last-child{border-bottom:none}.md-popup .action-row:hover{opacity:.7}.md-popup .icon-box{background:var(--icon-bg);border:1px solid var(--icon-border);width:26px;height:26px;color:var(--text-muted);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.md-popup .row-text{flex:1;min-width:0}.md-popup .row-title{font-size:11.5px;font-weight:500;line-height:1.3}.md-popup .row-desc{color:var(--text-subtle);font-size:10px;line-height:1.2}.md-popup .row-right{flex-shrink:0;align-items:center;gap:5px;display:flex}.md-popup .chevron{color:var(--text-subtle);font-size:15px;line-height:1}.md-popup .pro-badge{letter-spacing:.3px;background:var(--accent);color:var(--accent-fg);border-radius:4px;flex-shrink:0;align-items:center;gap:2px;padding:2px 6px;font-size:9.5px;font-weight:700;line-height:1.4;display:inline-flex}.md-popup .toggle{flex-shrink:0;width:32px;height:18px;position:relative}.md-popup .toggle-track{background:var(--toggle-off);border-radius:9px;transition:background .18s;position:absolute;inset:0}.md-popup .toggle.is-on .toggle-track{background:var(--toggle-on)}.md-popup .toggle-knob{background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .18s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.md-popup .toggle.is-on .toggle-knob{transform:translate(14px)}.md-popup .segmented{background:var(--icon-bg);border:1px solid var(--icon-border);border-radius:7px;gap:4px;padding:2px;display:flex}.md-popup .seg-btn{color:var(--text-subtle);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:5px;flex:1;justify-content:center;align-items:center;gap:3px;padding:3px 6px;font-family:inherit;font-size:10.5px;font-weight:500;display:flex}.md-popup .seg-btn.active{background:var(--surface);color:var(--text);box-shadow:0 1px 3px #00000014}.md-popup .seg-domain{opacity:.7;font-family:ui-monospace,monospace;font-size:10px}.md-popup .footer{text-align:center;padding:6px 12px}.md-popup #btn-clear{color:var(--destructive);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:11px;font-weight:500}.md-popup .api-row{align-items:center;gap:6px;display:flex}.md-popup .api-input{background:var(--surface);border:1px solid var(--border);color:var(--text);letter-spacing:2px;border-radius:6px;outline:none;flex:1;min-width:0;height:26px;padding:4px 8px;font-family:inherit;font-size:11px}.md-popup .api-input::placeholder{color:var(--text-subtle);letter-spacing:2px}.md-popup .btn-save{background:var(--primary);color:var(--primary-fg);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;gap:5px;min-width:60px;height:28px;padding:0 11px;font-family:inherit;font-size:11.5px;font-weight:600;line-height:1;display:inline-flex}.md-popup .api-foot{margin-top:4px}.md-popup .api-hint{color:var(--text-subtle);font-size:9.5px}.md-popup .api-hint a{color:inherit;text-decoration:underline}.md-ft{z-index:60;background:#f6f8fc;border:1px solid #0000001f;border-radius:10px;align-items:center;gap:0;height:38px;padding:4px 8px;animation:.15s md-fade-in;display:flex;position:absolute;box-shadow:0 8px 56px #0000001c,0 0 64px #0000000d}.md-ft.md-ft-note-mode{flex-direction:column;align-items:stretch;gap:6px;width:320px;min-width:320px;max-width:320px;height:auto;padding:8px 10px}.md-ft button{color:#454d57;cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:6px;align-items:center;gap:5px;padding:5px 9px;font-family:Plus Jakarta Sans,Inter,system-ui,sans-serif;font-size:12px;font-weight:500;transition:background .13s,color .13s;display:flex}.md-ft button:hover{color:#0d1117;background:#0000000f}.md-ft-colors{gap:6px;padding:0 2px;display:flex}.md-ft-dot{cursor:pointer;border:2px solid #0000;border-radius:50%;width:18px;height:18px;transition:border-color .15s,transform .15s;display:inline-block}.md-ft-dot:hover,.md-ft-dot.active{border-color:#0000008c;transform:scale(1.15)}.md-ft-sep{background:#0000000f;align-self:stretch;width:1px;margin:4px 6px}.md-ft-primary{color:#040505!important;background:#99e3221f!important}.md-ft-back-row{color:#454d57;align-items:center;gap:6px;font-size:11px;font-weight:600;display:flex}.md-ft-back{justify-content:center!important;width:26px!important;height:26px!important;padding:0!important}.md-ft-note-input{color:#0d1117;box-sizing:border-box;background:#0000000a;border:1px solid #0000001f;border-radius:6px;outline:none;width:100%;height:34px;padding:0 10px;font-family:inherit;font-size:12px}.md-ft-note-input:focus{background:#0000000f;border-color:#99e322}.md-ft-folder-btn{width:100%;position:relative;color:#0d1117!important;background:#0000000a!important;border:1px solid #0000001f!important;border-radius:6px!important;justify-content:space-between!important;height:34px!important;padding:0 12px!important;font-size:12px!important}.md-ft-folder-btn:hover{background:#0000000f!important}.md-ft-folder-dot{border-radius:50%;width:10px;height:10px;display:inline-block}.md-ft-folder-dropdown{z-index:80;background:#f6f8fc;border:1px solid #0000001f;border-radius:8px;max-height:180px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:auto;box-shadow:0 4px 32px #00000017}.md-ft-folder-opt{cursor:pointer;color:#0d1117;border-radius:6px;align-items:center;gap:8px;height:28px;padding:0 8px;font-size:12px;display:flex}.md-ft-folder-opt:hover{background:#0000000f}.md-ft-folder-opt.selected{background:#99e3222e}.md-tag-field{box-sizing:border-box;background:#0000000a;border:1px solid #0000001f;border-radius:6px;flex-wrap:wrap;gap:5px;width:100%;min-height:34px;padding:5px 8px;display:flex}.md-tag-chip{white-space:nowrap;background:#0000000f;border-radius:999px;flex-shrink:0;align-items:center;gap:4px;height:22px;padding:0 4px 0 8px;font-size:11px;font-weight:500;display:inline-flex}.md-tag-chip-x{cursor:pointer;color:#454d57;background:#0000001f;border:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;line-height:1;display:flex}.md-tag-input{color:#0d1117;background:0 0;border:none;outline:none;flex:1;min-width:60px;height:22px;font-family:inherit;font-size:12px}.md-tag-input::placeholder{color:#8b949e}.md-ft-save{width:100%;color:#0a0a0a!important;background:#bcff50!important;border-radius:6px!important;justify-content:center!important;height:36px!important;font-size:12.5px!important;font-weight:700!important}.md-ft-save:hover{filter:brightness(.95)}.md-draw-toolbar{z-index:65;-webkit-backdrop-filter:blur(16px)saturate(140%);background:#fffffff7;border:1px solid #0000001a;border-radius:12px;align-items:center;gap:2px;padding:5px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 8px 56px #0000002e,0 0 64px #0000000f}.md-draw-toolbar button{cursor:pointer;color:#454d57;background:0 0;border:none;border-radius:7px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;position:relative}.md-draw-toolbar button:hover{color:#0d1117;background:#0000000f}.md-draw-toolbar button.active{color:#040505;background:#99e3222e}.md-draw-sep{background:#0000001a;width:1px;height:22px;margin:0 2px}.md-draw-color-dot{border:2px solid #fff;border-radius:50%;width:18px;height:18px;display:block;box-shadow:0 0 0 1px #0003}.md-draw-color-pop{z-index:90;background:#fff;border:1px solid #0000001f;border-radius:10px;gap:6px;padding:8px;display:flex;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 4px 32px #00000017}.md-draw-color-pop span{cursor:pointer;border:2px solid #0000;border-radius:50%;width:22px;height:22px}.md-draw-color-pop span.active{border-color:#00000080}.md-draw-canvas{z-index:50;cursor:crosshair;touch-action:none;position:absolute;inset:0}.md-toast{z-index:90;color:#fff;background:#1c1c1c;border-radius:8px;align-items:center;gap:6px;padding:8px 14px;font-size:12px;font-weight:500;animation:.2s md-fade-in;display:flex;position:absolute;top:14px;right:14px;box-shadow:0 4px 32px #0000002e}.md-toast-dot{background:var(--accent);border-radius:50%;width:6px;height:6px}.md-coach{z-index:100;color:#fff;background:#0e0e10;border-radius:16px;width:320px;padding:16px 18px 14px;font-family:Inter,system-ui,sans-serif;transition:left .32s cubic-bezier(.4,0,.2,1),top .32s cubic-bezier(.4,0,.2,1);animation:.32s cubic-bezier(.4,0,.2,1) md-coach-in;position:absolute;box-shadow:0 20px 50px #00000052,0 4px 12px #0000002e}.md-coach-step{letter-spacing:.14em;text-transform:uppercase;color:#ffffff80;margin-bottom:6px;font-size:10px;font-weight:700}.md-coach-title{letter-spacing:-.2px;color:#fff;margin-bottom:6px;font-family:Space Grotesk,system-ui,sans-serif;font-size:16px;font-weight:800}.md-coach-body{color:#ffffffc7;margin-bottom:14px;font-size:13px;line-height:1.5}.md-coach-actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.md-coach-back{color:#ffffffd9;cursor:pointer;background:0 0;border:1px solid #ffffff2e;border-radius:999px;padding:7px 16px;font-family:inherit;font-size:12.5px;font-weight:600;transition:background .12s,border-color .12s}.md-coach-back:hover{background:#ffffff14;border-color:#ffffff4d}.md-coach-back:disabled{opacity:.4;cursor:not-allowed}.md-coach-next{color:#040505;cursor:pointer;background:#bcff50;border:none;border-radius:999px;align-items:center;gap:5px;padding:7px 18px;font-family:inherit;font-size:12.5px;font-weight:700;transition:filter .12s;display:inline-flex}.md-coach-next:hover{filter:brightness(.95)}.md-coach-dot{z-index:99;pointer-events:none;background:#0e0e10eb;border:3px solid #ffffff2e;border-radius:50%;width:14px;height:14px;transition:left .32s cubic-bezier(.4,0,.2,1),top .32s cubic-bezier(.4,0,.2,1);animation:1.8s ease-in-out infinite md-coach-pulse;position:absolute;box-shadow:0 0 0 6px #00000014}@keyframes md-coach-in{0%{opacity:0;transform:translateY(6px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes md-coach-pulse{0%,to{box-shadow:0 0 #bcff5066}50%{box-shadow:0 0 0 10px #bcff5000}}.md-guide-veil{z-index:95;pointer-events:auto;-webkit-mask-image:var(--md-cut,none);-webkit-mask-image:var(--md-cut,none);mask-image:var(--md-cut,none);-webkit-mask-composite:xor;background:#0000006b;transition:-webkit-mask-image .25s,mask-image .25s,background .25s;position:absolute;inset:0;-webkit-mask-composite:xor;mask-composite:exclude}.md-guide-spot{z-index:96;pointer-events:none;border-radius:12px;transition:all .25s cubic-bezier(.4,0,.2,1);animation:1.6s ease-in-out infinite md-pulse;position:absolute;box-shadow:0 0 0 3px #bcff50d9,0 0 0 9999px #0000006b}.md-guide-tip{z-index:97;color:#fff;background:#1a1a1a;border-radius:12px;max-width:280px;padding:14px 16px;font-family:inherit;font-size:13px;line-height:1.45;transition:all .25s cubic-bezier(.4,0,.2,1);position:absolute;box-shadow:0 12px 40px #00000059}.md-guide-tip-step{letter-spacing:.12em;text-transform:uppercase;color:#ffffff8c;margin-bottom:6px;font-size:10px;font-weight:700}.md-guide-tip-title{letter-spacing:-.1px;margin-bottom:4px;font-size:14px;font-weight:700}.md-guide-tip-body{color:#ffffffc7;margin-bottom:12px}.md-guide-actions{justify-content:space-between;align-items:center;gap:8px;display:flex}.md-guide-skip{color:#ffffff8c;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:11.5px;font-weight:500}.md-guide-skip:hover{color:#fff}.md-guide-next{color:#040505;cursor:pointer;background:#bcff50;border:none;border-radius:8px;align-items:center;gap:4px;padding:7px 14px;font-family:inherit;font-size:12.5px;font-weight:700;display:flex}.md-guide-next:hover{filter:brightness(.95)}@keyframes md-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes md-spin{to{transform:rotate(360deg)}}.md-dashboard{color:#1a1a1a;max-width:640px;margin:0 auto;padding:28px 32px 60px;font-family:Inter,system-ui,sans-serif}.md-dashboard-crumb{color:#777;align-items:center;gap:6px;margin-bottom:14px;font-size:11px;display:flex}.md-dashboard-crumb span{color:#1a1a1a;font-weight:600}.md-dashboard h2{letter-spacing:-.02em;margin:0 0 6px;font-family:Space Grotesk,system-ui,sans-serif;font-size:22px;font-weight:800}.md-dashboard-lede{color:#555;max-width:480px;margin:0 0 16px;font-size:13px;line-height:1.55}.md-api-card{background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:16px}.md-api-card-head{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.md-api-card-title{font-size:13px;font-weight:700}.md-api-card-sub{color:#777;margin-top:2px;font-size:11px}.md-api-generate{color:#fff;cursor:pointer;background:#1a1a1a;border:none;border-radius:8px;align-items:center;gap:6px;padding:9px 14px;font-family:inherit;font-size:12.5px;font-weight:600;transition:filter .12s,transform .12s;display:inline-flex}.md-api-generate.is-press{transform:scale(.97)}.md-api-row{background:#f7f7f7;border:1px solid #ebebeb;border-radius:8px;align-items:center;gap:8px;padding:10px 12px;animation:.3s md-fade-in;display:flex}.md-api-key-text{color:#1a1a1a;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:ui-monospace,monospace;font-size:12px;overflow:hidden}.md-api-copy{cursor:pointer;background:#fff;border:1px solid #ebebeb;border-radius:6px;align-items:center;gap:5px;padding:5px 10px;font-family:inherit;font-size:11.5px;font-weight:600;display:inline-flex}.md-api-copy.is-copied{color:#2f6b00;background:#bcff502e;border-color:#bcff5080}.md-api-meta{color:#777;justify-content:space-between;align-items:center;margin-top:10px;font-size:11px;display:flex}.md-api-meta strong{color:#1a1a1a;font-weight:600}.md-api-pill{color:#2f6b00;letter-spacing:.04em;background:#bcff502e;border-radius:999px;align-items:center;gap:4px;padding:3px 8px;font-size:10.5px;font-weight:700;display:inline-flex}.md-sidebar{z-index:68;background:#fff;border-left:1px solid #ebebeb;flex-direction:column;width:380px;font-family:Inter,system-ui,sans-serif;animation:.28s cubic-bezier(.4,0,.2,1) md-slide-in;display:flex;position:absolute;top:0;bottom:0;right:0;box-shadow:-8px 0 32px #00000014}.md-sidebar-header{border-bottom:1px solid #ebebeb;align-items:center;gap:11px;padding:14px 16px;display:flex}.md-sidebar-icon{color:#1a1a1a;background:#bcff50;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.md-sidebar-title{letter-spacing:-.4px;color:#1a1a1a;flex:1;font-family:Space Grotesk,system-ui,sans-serif;font-size:18px;font-weight:800}.md-sidebar-close{color:#555;cursor:pointer;background:#fff;border:1px solid #ebebeb;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;padding:0;display:flex}.md-sidebar-tabs{border-bottom:1px solid #ebebeb;padding:0 16px;display:flex;position:relative}.md-sidebar-tab{color:#999;cursor:pointer;letter-spacing:-.1px;background:0 0;border:none;margin-right:28px;padding:13px 0;font-family:inherit;font-size:13px;font-weight:600;position:relative}.md-sidebar-tab.active{color:#2f6b00}.md-sidebar-tab.active:after{content:"";background:#bcff50;border-radius:2px 2px 0 0;height:3px;position:absolute;bottom:-1px;left:0;right:0}.md-sidebar-filters{scrollbar-width:none;border-bottom:1px solid #ebebeb;align-items:center;gap:8px;padding:12px 16px;display:flex;overflow-x:auto}.md-sidebar-filters::-webkit-scrollbar{display:none}.md-filter-chip{color:#1a1a1a;white-space:nowrap;cursor:pointer;background:#fff;border:1px solid #ebebeb;border-radius:999px;flex-shrink:0;align-items:center;gap:6px;height:28px;padding:0 12px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}.md-filter-chip.active{color:#1a1a1a;background:#bcff50;border-color:#bcff50}.md-filter-chip-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.md-filter-chip-more{color:#aaa;letter-spacing:1px;margin-left:-2px;font-size:10px}.md-sidebar-body{background:#fafafa;flex-direction:column;flex:1;gap:10px;padding:14px 16px 16px;display:flex;overflow-y:auto}.md-sidebar-empty{text-align:center;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;gap:16px;padding:60px 24px 0;display:flex}.md-sidebar-empty-icon{color:#777;background:#fff;border:1px solid #ebebeb;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;box-shadow:0 1px 3px #0000000a}.md-sidebar-empty-title{color:#1a1a1a;letter-spacing:-.2px;font-size:16px;font-weight:700}.md-sidebar-empty-sub{color:#888;max-width:280px;font-size:13px;line-height:1.5}.md-sidebar-card{background:#fff;border:1px solid #ebebeb;border-radius:12px;gap:10px;padding:12px 13px;animation:.32s cubic-bezier(.4,0,.2,1) backwards md-card-in;display:flex;box-shadow:0 1px 2px #00000008}.md-sidebar-card-bar{border-radius:999px;flex-shrink:0;width:3px}.md-sidebar-card-text{color:#1a1a1a;margin:0 0 6px;font-size:12px;line-height:1.45}.md-sidebar-card-note{color:#555;background:#f7f7f7;border-left:2px solid #f57f17;border-radius:0 6px 6px 0;margin:0 0 6px;padding:5px 7px;font-size:11px;line-height:1.4}.md-sidebar-card-meta{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.md-sidebar-chip{color:#555;background:#f2f2f2;border-radius:999px;align-items:center;gap:3px;height:18px;padding:0 7px;font-size:10px;font-weight:500;display:inline-flex}.md-sidebar-card-folder{color:#2f6b00;background:#bcff502e}.md-sticky-note{color:#1a1a1a;z-index:55;background:#e8f0ea;border:1px solid #0000000f;border-radius:10px;width:220px;font-family:Inter,system-ui,sans-serif;font-size:12px;animation:.25s md-fade-in;position:absolute;overflow:hidden;box-shadow:0 12px 28px #00000024,0 2px 8px #0000000f}.md-sticky-head{background:#d8e2dc;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:7px 9px;display:flex}.md-sticky-colors{gap:5px;display:flex}.md-sticky-colors span{border:1px solid #00000014;border-radius:50%;width:13px;height:13px;display:inline-block}.md-sticky-rainbow{background:conic-gradient(#ffd84d,#ff8fb3,#b388ff,#7ad3ff,#bcff50,#ffd84d)}.md-sticky-trash{color:#555;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:flex}.md-sticky-trash:hover{background:#0000000d}.md-sticky-body{color:#1a1a1a;min-height:90px;padding:12px 12px 18px;font-size:13px;line-height:1.5}.md-sticky-body.md-sticky-placeholder{color:#8b9389}.md-draw-toolbar{gap:1px;padding:4px}.md-draw-toolbar button{border-radius:6px;width:32px;height:32px;position:relative}.md-draw-toolbar .md-shape-btn{width:38px}.md-shape-caret{color:#999;font-size:9px;line-height:1;position:absolute;bottom:1px;right:4px}.md-shape-menu{z-index:90;background:#fff;border:1px solid #0000001f;border-radius:10px;flex-direction:column;gap:2px;min-width:140px;padding:4px;display:flex;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000026}.md-shape-menu-row{color:#1a1a1a;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;align-items:center;gap:8px;padding:5px 9px;font-family:inherit;font-size:11.5px;display:flex}.md-shape-menu-row:hover,.md-shape-menu-row.active{background:#bcff502e}@keyframes md-slide-in{0%{opacity:0;transform:translate(20%)}to{opacity:1;transform:translate(0)}}@keyframes md-card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes md-progress-fill{0%{width:0%}to{width:100%}}@keyframes md-pulse{0%,to{box-shadow:0 0 0 3px #bcff50d9,0 0 0 9999px #0000006b}50%{box-shadow:0 0 0 6px #bcff508c,0 0 0 9999px #0000006b}}
