.about-page{min-height:100%}.page-wrap{max-width:1200px;margin:0 auto;padding:48px 40px 80px;display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:start}.toc{position:sticky;top:84px;background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:20px;animation:aboutFadeUp .4s ease both}.toc-title{font-size:10px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:14px}.toc-list{list-style:none;display:flex;flex-direction:column;gap:2px;padding:0;margin:0}.toc-list a{display:block;font-size:13px;color:var(--text2);text-decoration:none;padding:5px 10px;border-radius:7px;transition:all .15s;border-left:2px solid transparent}.toc-list a:hover{color:var(--text);background:var(--surface2)}.toc-list a.active{color:var(--orange);border-left-color:var(--orange);background:var(--orange-dim)}.toc-list .toc-sub a{font-size:12px;padding-left:18px;color:var(--muted)}.toc-list .toc-sub a:hover{color:var(--text2)}.toc-divider-li{list-style:none;padding:0;margin:0;height:0;overflow:hidden}.toc-divider{display:block;height:1px;background:var(--border);margin:8px 0}.content{min-width:0}.page-header{margin-bottom:48px;animation:aboutFadeUp .4s ease both}.eyebrow{display:inline-block;font-size:11px;font-weight:600;color:var(--orange);text-transform:uppercase;letter-spacing:1.5px;margin-bottom:10px}.page-header h1{font-size:34px;font-weight:700;letter-spacing:-.5px;margin-bottom:10px;color:var(--text)}.page-header p{font-size:15px;color:var(--text2);line-height:1.65;max-width:520px}.doc-section{margin-bottom:56px;animation:aboutFadeUp .4s ease both}.doc-section:nth-child(2){animation-delay:.05s}.doc-section:nth-child(3){animation-delay:.1s}.doc-section:nth-child(4){animation-delay:.15s}.doc-section:nth-child(5){animation-delay:.2s}.doc-section:nth-child(6){animation-delay:.25s}.doc-section:nth-child(7){animation-delay:.3s}.about-page main[id],.about-page .doc-section[id],.about-page .subsection[id]{scroll-margin-top:90px}.about-page .linked-heading{cursor:pointer}.about-page .linked-heading:hover{color:var(--orange)}.about-page .subsection.highlight-flash,.about-page .doc-section.highlight-flash{transition:background-color .25s ease,box-shadow .25s ease;border-radius:14px}:root .about-page .subsection.highlight-flash,:root .about-page .doc-section.highlight-flash{background-color:#0000000f;box-shadow:inset 0 0 0 2px #0000001f}[data-theme=dark] .about-page .subsection.highlight-flash,[data-theme=dark] .about-page .doc-section.highlight-flash{background-color:#ffffff0f;box-shadow:inset 0 0 0 2px #ffffff26}.section-label{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--border)}.section-label .sl-icon{width:32px;height:32px;background:var(--orange-dim);border:1px solid var(--orange-border);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;flex-shrink:0}.section-label h2{font-size:19px;font-weight:700;letter-spacing:-.3px;color:var(--text)}.section-label .sl-tag{margin-left:auto;font-size:10px;font-weight:600;color:var(--muted);background:var(--surface2);border:1px solid var(--border);padding:3px 9px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.subsection{margin-bottom:28px}.subsection h3{font-size:14px;font-weight:700;color:var(--text);margin-bottom:10px;display:flex;align-items:center;gap:8px}.subsection h3:before{content:"";display:block;width:3px;height:14px;background:var(--orange);border-radius:2px;opacity:.7}.subsection-p{font-size:13px;color:var(--text2);line-height:1.65}.doc-link{color:var(--orange);text-decoration:none;transition:color .15s}.doc-link:hover{text-decoration:underline}.windows-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:12px}.window-card{background:var(--surface2);border:1px solid var(--border);border-radius:12px;padding:16px;transition:border-color .15s}.window-card:hover{border-color:var(--orange-border)}.window-card .wc-emoji{font-size:22px;margin-bottom:8px}.window-card .wc-type{font-size:13px;font-weight:700;color:var(--text);margin-bottom:4px}.window-card .wc-time{font-family:DM Mono,monospace;font-size:12px;color:var(--orange);margin-bottom:8px}.window-card .wc-triggers{display:flex;flex-wrap:wrap;gap:4px}.trigger-tag{background:var(--surface);border:1px solid var(--border2);border-radius:5px;padding:2px 7px;font-family:DM Mono,monospace;font-size:10px;color:var(--text2)}.doc-note{display:flex;align-items:flex-start;gap:10px;background:var(--orange-dim);border:1px solid var(--orange-border);border-radius:10px;padding:12px 14px;font-size:13px;color:var(--text2);line-height:1.55;margin-top:10px}.doc-note .note-icon{font-size:15px;flex-shrink:0;margin-top:1px}.about-page code{background:var(--surface);border:1px solid var(--border2);border-radius:5px;padding:1px 6px;font-family:DM Mono,monospace;font-size:12px;color:var(--orange)}.info-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.info-card{background:var(--surface2);border:1px solid var(--border);border-radius:12px;padding:18px;transition:border-color .15s}.info-card:hover{border-color:var(--orange-border)}.info-card-full{grid-column:1 / -1}.info-card .ic-head{font-size:13px;font-weight:700;margin-bottom:6px;display:flex;align-items:center;gap:7px;color:var(--text)}.info-card p{font-size:13px;color:var(--text2);line-height:1.6}.commands-list{display:flex;flex-direction:column;gap:8px}.command-row{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:14px 16px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;gap:6px 14px;transition:border-color .15s}.command-row:hover{border-color:var(--orange-border)}.cmd-name{font-family:DM Mono,monospace;font-size:13px;font-weight:500;color:var(--orange);white-space:nowrap;grid-column:1;grid-row:1}.cmd-desc{font-size:13px;color:var(--text2);line-height:1.55;grid-column:1 / -1;grid-row:2;min-width:0}.cmd-desc strong{color:var(--text)}.cmd-legend{font-size:12px;color:var(--muted);margin-bottom:10px}.cmd-badge{font-size:10px;font-weight:600;padding:3px 8px;border-radius:20px;white-space:nowrap;grid-column:2;grid-row:1;align-self:center}.cmd-badge.admin{background:#f973161f;border:1px solid rgba(249,115,22,.25);color:var(--orange)}.cmd-badge.user{background:#22c55e1a;border:1px solid rgba(34,197,94,.22);color:var(--green)}.steps-list{display:flex;flex-direction:column;gap:8px;counter-reset:qsteps;list-style:none;padding:0;margin:0}.quick-start-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;counter-reset:qsteps}.quick-start-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:28px 22px;position:relative;overflow:hidden;counter-increment:qsteps;transition:border-color .25s,transform .25s,box-shadow .25s,background .25s}.quick-start-card:hover{border-color:#f9731666;transform:translateY(-4px);background:var(--surface2);box-shadow:0 10px 32px #f973161f,0 0 0 1px #f973161a}.quick-start-card:before{content:"0" counter(qsteps);position:absolute;top:16px;right:18px;font-family:DM Mono,monospace;font-size:36px;font-weight:500;color:var(--border2);line-height:1;transition:color .25s}.quick-start-card:hover:before{color:#f9731659}.quick-start-card .step-line{width:32px;height:3px;background:var(--orange);border-radius:2px;margin-bottom:16px;opacity:.7;transition:width .25s,opacity .25s}.quick-start-card:hover .step-line{width:48px;opacity:1}.quick-start-card h3{font-size:15px;font-weight:700;margin-bottom:10px;color:var(--text);padding-right:40px}.quick-start-card p{font-size:13px;color:var(--text2);line-height:1.65}.faq-list{display:flex;flex-direction:column;gap:8px}.faq-item{background:var(--surface2);border:1px solid var(--border);border-radius:12px;overflow:hidden;transition:border-color .15s}.faq-item:hover{border-color:var(--orange-border)}.faq-q{width:100%;background:none;border:none;padding:16px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;font-family:DM Sans,system-ui,sans-serif;font-size:14px;font-weight:600;color:var(--text);text-align:left;transition:color .15s}.faq-q:hover{color:var(--orange)}.faq-q .fq-arrow{font-size:12px;color:var(--muted);transition:transform .2s;flex-shrink:0}.faq-item.open .fq-arrow{transform:rotate(180deg);color:var(--orange)}.faq-item.open .faq-q{color:var(--orange)}.faq-a{display:none;padding:14px 18px 16px;font-size:13px;color:var(--text2);line-height:1.7;border-top:1px solid var(--border)}.faq-item.open .faq-a{display:block}.widget-url-block{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:12px 14px;overflow-x:auto}.widget-url{font-size:12px;word-break:break-all}.widget-styles-list{list-style:none;padding:0;margin:0 0 14px;font-size:13px;color:var(--text2);line-height:1.7}.widget-styles-list li{margin-bottom:6px;padding-left:0}.widget-code{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:14px 16px;overflow-x:auto;margin:0;font-size:12px;font-family:DM Mono,monospace;color:var(--text2);line-height:1.5}.widget-code code{background:none;border:none;padding:0;color:var(--text2);font-size:12px}.cta-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}.cta-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:24px;text-decoration:none;transition:border-color .2s,transform .2s;display:block;position:relative;overflow:hidden;color:inherit}.cta-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--orange),transparent);opacity:0;transition:opacity .2s}.cta-card:hover{border-color:var(--orange-border);transform:translateY(-2px)}.cta-card:hover:before{opacity:1}.cta-card .cc-icon{font-size:24px;margin-bottom:12px}.cta-card .cc-title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:6px}.cta-card .cc-desc{font-size:13px;color:var(--text2);line-height:1.55}.cta-card .cc-link{display:inline-flex;align-items:center;gap:5px;margin-top:14px;font-size:13px;font-weight:600;color:var(--orange)}@keyframes aboutFadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:780px){.page-wrap{grid-template-columns:1fr;padding:40px 20px 60px}.toc{display:none}.windows-grid,.info-cards,.quick-start-grid,.cta-cards{grid-template-columns:1fr}}
