*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #1a1a1d;--bg-card: #2d2d30;--bg-raised: #3a3a3e;--text: #e8e8e8;--text-muted: #888;--accent: #ffcc00;--accent-dim: rgba(255, 204, 0, .15);--purple: #be00be;--purple-dim: rgba(190, 0, 190, .15);--border: #444;--radius: 3px}html{scroll-behavior:smooth}body{font-family:Montserrat,Arial,sans-serif;background:var(--bg);color:var(--text);font-size:15px;line-height:1.6}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.page{max-width:900px;margin:0 auto;padding:0 1.5rem 4rem}nav{position:sticky;top:0;z-index:100;background:#1a1a1deb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border);padding:.75rem 1.5rem;display:flex;align-items:center;gap:.5rem 1.5rem}.nav-brand{font-weight:800;font-size:1.1rem;color:var(--text);letter-spacing:1px}.nav-links{display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;font-size:.9rem;align-items:center;flex:1}.nav-links a{color:var(--text-muted)}.nav-links a:hover{color:var(--text);text-decoration:none}.nav-download{display:flex;align-items:center;gap:.5rem;margin-left:auto}.nav-burger{display:none}@media(max-width:600px){.widget-display{grid-template-columns:1fr}nav{flex-wrap:wrap}.nav-burger{display:flex;flex-direction:column;justify-content:space-between;width:22px;height:16px;background:none;border:none;cursor:pointer;padding:0;margin-left:auto}.nav-burger span{display:block;height:2px;width:100%;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-download{margin-left:0}.nav-links{display:none;width:100%;flex-direction:column;align-items:flex-start;gap:.75rem;padding:.75rem 0 .25rem}.nav-links.open{display:flex}}.hero{text-align:center;padding:4rem 0 3rem;border-bottom:1px solid var(--border);margin-bottom:3rem}.hero h1{font-size:2.8rem;font-weight:900;color:var(--text);letter-spacing:2px}.hero .tagline{color:var(--text-muted);margin-top:.5rem;font-size:1.1rem}.hero .badges{margin-top:1.5rem;display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.hero h1,.section-title,.widget-header h3{font-weight:900}.badges-label{color:var(--text-muted);font-size:.85rem;align-self:center}.badge{padding:.3rem .8rem;border-radius:4px;font-size:.8rem;font-weight:600;border:1px solid var(--border);transition:filter .15s}a.badge:hover{filter:brightness(1.2);text-decoration:none}.badge-free{background:var(--accent-dim);border-color:var(--accent);color:var(--accent)}.badge-pro{background:var(--purple-dim);border-color:var(--purple);color:var(--purple)}.section--video{padding-top:0}.video-embed{max-width:800px;margin:0 auto;aspect-ratio:16 / 9}.video-embed iframe{width:100%;height:100%;border-radius:8px}.section{margin-bottom:3.5rem}.section-title{font-size:1.4rem;font-weight:700;border-left:3px solid var(--accent);padding-left:.75rem;margin-bottom:1.5rem}.hotkeys-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:.6rem}.hotkey-row{display:flex;align-items:baseline;gap:.75rem;background:var(--bg-card);border-radius:var(--radius);padding:.55rem .9rem}.hotkey-row kbd{font-family:monospace;font-size:.78rem;background:var(--bg-raised);border:1px solid var(--border);border-radius:4px;padding:.1rem .45rem;white-space:nowrap;color:var(--accent);flex-shrink:0}.hotkey-row span{color:var(--text-muted);font-size:.88rem}.widget-index{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:1.25rem}.widget-pill{font-family:inherit;font-size:.8rem;color:var(--text-muted);background:var(--bg-card);border:1px solid var(--border);border-radius:4px;padding:.2rem .6rem;cursor:pointer;transition:color .15s;border-color:.15s;background:.15s}.widget-pill:hover{color:var(--text);border-color:var(--accent)}.widget-pill.active{color:var(--accent);border-color:var(--accent);background:var(--accent-dim)}.widget-pill.pro{color:var(--purple);border-color:var(--purple);background:var(--purple-dim)}.widget-pill.pro.active{color:var(--purple);border-color:var(--purple);background:var(--purple-dim);box-shadow:0 0 0 1px var(--purple)}.widget-display{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.widget-card{background:var(--bg-card);border:1px solid var(--accent);border-radius:var(--radius);padding:1.25rem 1.5rem}.widget-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.widget-header h3{font-size:1.05rem;font-weight:700}.tag-pro{font-size:.7rem;font-weight:700;background:var(--pro-dim);color:var(--purple);border:1px solid var(--purple);border-radius:4px;padding:.1rem .45rem}.widget-card ul{padding-left:1.2rem;color:var(--text-muted);font-size:.88rem}.widget-card ul li{margin-bottom:.2rem}.widget-card code{font-family:monospace;font-size:.82rem;background:var(--bg-raised);border-radius:3px;padding:.1rem .35rem}.widget-card li{color:var(--text-muted);font-size:.88rem}.widget-preview-pane{background:unset;border:unset;display:flex;align-items:flex-start;justify-content:center;min-height:unset;height:200px;overflow:hidden}.widget-preview-pane--tall{height:auto}.widget-preview-img,.widget-preview-video{width:100%;height:auto;max-height:200px;object-fit:contain;display:block}.widget-preview-tall-img{width:100%;height:auto;max-height:none}.widget-preview-empty{color:var(--text-muted);font-size:.82rem}.abbrev-table{width:100%;border-collapse:collapse;font-size:.9rem}.abbrev-table td{padding:.4rem .75rem;border-bottom:1px solid var(--border)}.abbrev-table td:first-child{color:var(--accent);font-weight:700;width:80px}footer{text-align:center;padding:2rem 0;color:var(--text-muted);font-size:.8rem;border-top:1px solid var(--border);margin-top:2rem}@media(max-width:600px){.widget-display{grid-template-columns:1fr}}
