.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:10px}.feature-selected{border-color:var(--foreground)!important;background:var(--surface-soft)!important}.feature-stat{display:flex;align-items:center;gap:12px;flex-wrap:wrap;background:var(--surface-soft);padding:12px;border-radius:10px;margin-top:10px}.feature-stat strong{font-size:20px}.feature-stat span{color:var(--muted);font-size:12px}.feature-row{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.feature-row .pf-input{flex:1;margin:0;min-width:150px}.smart-sauce{display:flex;justify-content:space-between;align-items:center;text-align:left;margin-top:8px}.smart-sauce span{display:flex;flex-direction:column;gap:3px}.smart-sauce small{color:var(--muted)}.smart-sauce strong{font-size:11px;white-space:nowrap}.toggle-label{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:6px}.note-editor{line-height:1.55;resize:vertical;min-height:280px}.video-tag{display:inline-block;border:1px solid var(--border);border-radius:99px;padding:2px 6px;font-size:10px;margin:2px;color:var(--muted)}@media(max-width:560px){.feature-grid{grid-template-columns:1fr}.smart-sauce{align-items:flex-start;flex-direction:column}.smart-sauce strong{white-space:normal}.feature-stat{display:grid;grid-template-columns:1fr 1fr}.feature-stat span{grid-column:1/-1}}
