:root{--bg:#fcfcfb;--ink:#141414;--rule:#141414;--muted:#b9b9b4;--accent:#f0533a;--month-fs:clamp(2.8rem, 7.2vw, 9rem);--font:"Helvetica Neue", Inter, ui-sans-serif, system-ui, sans-serif}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font);-webkit-font-smoothing:antialiased}.slash-popup{z-index:60;background:#fff;border:1px solid #ececec;border-radius:12px;min-width:240px;max-height:320px;padding:6px;font-family:ui-sans-serif,system-ui,sans-serif;position:absolute;overflow:auto;box-shadow:0 12px 40px #00000029}.slash-item{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;gap:2px;width:100%;padding:8px 10px;display:flex}.slash-item:hover,.slash-item.is-selected{background:#f4f1ff}.slash-item .slash-title{color:#18181b;font:600 14px/1.2 ui-sans-serif,system-ui}.slash-item .slash-hint{color:#9a9a92;font:400 12px/1.2 ui-sans-serif,system-ui}.slash-empty{color:#a1a1aa;padding:10px;font:400 13px/1 ui-sans-serif,system-ui}.drag-ghost{z-index:9999;pointer-events:none;opacity:.9;position:fixed;transform:rotate(-3deg);box-shadow:0 12px 30px #00000038}.drag-handle{cursor:grab;box-sizing:border-box;align-items:center;height:24px;padding-right:6px;transition:opacity .12s;display:flex;transform:translateY(3px)}.drag-handle-dots{color:#cdcdc7;border-radius:5px;flex:none;justify-content:center;align-items:center;width:18px;height:22px;transition:color .12s,background-color .12s;display:flex}.drag-handle-dots svg{display:block}.drag-handle:hover .drag-handle-dots{color:#8f8f88;background-color:#f4f4f1}.drag-handle:active{cursor:grabbing}
