@import "https://fonts.googleapis.com/css2?family=Caveat:wght@400;600;700&family=Caveat+Brush&display=swap";
*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:#111;height:100vh;font-family:Caveat,cursive;overflow:hidden}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}::-webkit-scrollbar-track{background:0 0}.wf{color:#1a1a1a;background:#f5f2ec;font-family:Caveat,cursive}.wf-brush{font-family:Caveat Brush,cursive}.wf-note{color:#999;font-size:12px;font-style:italic}.wf-dashed{border:2px dashed #bbb}.wf-solid{border:2.5px solid #1a1a1a}.wf-img-ph{background:repeating-linear-gradient(45deg,#ddd 0 4px,#eee 4px 14px)}.wf-btn{cursor:pointer;background:0 0;border:2.5px solid #1a1a1a;padding:6px 16px;font-family:Caveat,cursive;font-size:16px;display:inline-block}.wf-btn:hover{color:#f5f2ec;background:#1a1a1a}.wf-btn-y{background:#ffd600;border:2.5px solid #1a1a1a}.wf-btn-y:hover{background:#e6c000}.wf-btn-dark{color:#f5f2ec;background:#1a1a1a;border:2.5px solid #1a1a1a}.sidebar-overlay{z-index:100;background:#0006;transition:opacity .2s;position:fixed;inset:0}.sidebar-panel{z-index:101;background:#f5f2ec;border-left:3px solid #1a1a1a;width:320px;transition:transform .25s;position:fixed;top:0;bottom:0;right:0;transform:translate(0);box-shadow:-4px 0 20px #0003}.dropdown-panel{z-index:50;background:#f5f2ec;border:2.5px solid #1a1a1a;min-width:240px;position:absolute;top:100%;left:0;box-shadow:4px 4px #1a1a1a}.page-scroll{height:calc(100vh - 54px);overflow-y:auto}.ann{color:#fff;pointer-events:none;white-space:nowrap;background:#ff6b35;border:1.5px solid #1a1a1a;border-radius:99px;padding:2px 8px;font-family:Caveat,cursive;font-size:11px;position:absolute}.nav-trail{color:#999;background:#faf7f0;border-bottom:1px dashed #ccc;align-items:center;gap:6px;padding:6px 20px;font-size:14px;display:flex}.nav-trail span.crumb{cursor:pointer;color:#1a1a1a;-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.nav-trail .sep{color:#ccc}.stk{color:#666;text-align:center;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;line-height:1.3;display:flex}input,button{font-family:Caveat,cursive}
