.csDemo{display:flex;flex-direction:column;gap:16px}.csDemo__label{font-size:12px;color:hsla(0,0%,100%,.6);letter-spacing:.1em;text-transform:uppercase}.csDemo__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.csDemo__item{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;background:rgba(0,0,0,.3);border-radius:8px;cursor:pointer;font-size:13px;line-height:1.6}.csDemo__item:hover{background:rgba(139,92,246,.1)}.csDemo__itemCheckbox{margin-top:3px}.csDemo__runBtn{background:#8b5cf6;color:#fff;border:none;border-radius:9999px;padding:14px 24px;font-weight:700;cursor:pointer}.csDemo__runBtn:disabled{opacity:.4;cursor:not-allowed}.csDemo__result{background:rgba(139,92,246,.05);border:1px solid rgba(139,92,246,.3);border-radius:16px;overflow:hidden}.csDemo__tabs{display:flex;border-bottom:1px solid hsla(0,0%,100%,.1);overflow-x:auto}.csDemo__tab{flex:1;background:rgba(0,0,0,0);border:none;padding:12px 8px;color:hsla(0,0%,100%,.6);cursor:pointer;white-space:nowrap;font-size:13px}.csDemo__tab_state_active{color:#8b5cf6;border-bottom:2px solid #8b5cf6}.csDemo__tabContent{padding:20px}.csDemo__themes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.csDemo__themeBar{height:10px;background:hsla(0,0%,100%,.08);border-radius:9999px;overflow:hidden;margin-bottom:6px}.csDemo__themeBarFill{height:100%;background:linear-gradient(90deg,#8b5cf6,#a78bfa);border-radius:9999px}.csDemo__themeMeta{display:flex;justify-content:space-between;font-size:13px}.csDemo__themeMetaCount{color:hsla(0,0%,100%,.6)}.csDemo__simpleList{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.csDemo__simpleListItem{padding:12px;background:rgba(139,92,246,.08);border-left:3px solid #8b5cf6;border-radius:4px;line-height:1.6}.csDemo__text{white-space:pre-wrap;line-height:1.7;font-family:inherit;margin:0}