.ct-wc{margin:0 auto;padding:24px;background:#111a29;border-radius:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ct-wc h2{color:#fff;font-size:26px;font-weight:700;margin-bottom:30px;text-align:center}.ct-wc .ct-wc__group{margin-bottom:20px}.ct-wc label{display:block;color:#bdbfc3;margin-bottom:8px;font-size:14px;font-weight:500}.ct-wc input{width:100%;padding:12px;background:#212938;border:none;border-radius:8px;color:#fff;font-size:16px;transition:border-color .2s ease}.ct-wc input:focus{outline:none;border-color:#5f3ad1;box-shadow:0 0 0 2px #5f3ad140}.ct-wc input::placeholder{color:#666}.ct-wc .ct-wc__btn{width:100%;padding:12px;background:linear-gradient(135deg,#df0d83,#5f3ad1);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease}.ct-wc .ct-wc__btn:hover:not(:disabled){transform:translateY(-1px)}.ct-wc .ct-wc__btn:disabled{background:#666;cursor:not-allowed;transform:none}.ct-wc .ct-wc__results{background:#7e0f4e33;margin-top:25px;padding:20px;border-radius:10px;border:1px solid #df0d83}.ct-wc .ct-wc__results h3{color:#fff;font-size:18px;font-weight:700;margin-bottom:15px}.ct-wc .ct-wc__row{display:flex;justify-content:space-between;margin-bottom:10px;color:#bdbfc3}.ct-wc__row .ct-wc__label{color:#fff;font-size:16px;font-weight:700}.ct-wc .ct-wc__value{color:#fff;font-weight:700}.ct-wc__tabs{display:flex;gap:8px;margin-bottom:16px}.ct-wc__tab{flex:1;padding:10px 12px;border-radius:10px;border:1px solid #24304a;background:#161f33;color:#cdd5e1;cursor:pointer}.ct-wc__tab.is-active{background:#1f2a44;color:#fff;border-color:#5f3ad1}.ct-wc__seg{display:flex;gap:8px;margin:10px 0 14px}.ct-wc__segbtn{flex:1;padding:10px 12px;border-radius:10px;background:#161f33;color:#cdd5e1;border:1px solid #24304a;cursor:pointer}.ct-wc__segbtn.is-active{background:#1f2a44;color:#fff;border-color:#5f3ad1}.ct-wc__actions{display:flex;gap:10px}.ct-wc__btn--ghost{background:transparent;border:1px solid #24304a;color:#cdd5e1}.ct-wc__highlight{margin:8px 0 14px;padding:12px 14px;text-align:center;background:#5f3ad11f;color:#df0d83;border:1px solid rgba(95,58,209,.35);font-size:20px;border-radius:10px;font-weight:800}@media (max-width: 768px){.ct-wc{padding:15px}.ct-wc h2{font-size:20px}.ct-wc input,.ct-wc .ct-wc__btn{font-size:14px}}.ct-cg{margin:0 auto;padding:24px;background:#111a2a;border-radius:12px}.ct-cg h1{color:#fff;font-size:26px;font-weight:700;text-align:center;margin-bottom:30px;letter-spacing:.05em}.ct-cg .ct-cg__controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-bottom:24px}.ct-cg .ct-cg__group{display:flex;flex-direction:column}.ct-cg label{color:#bdbfc3;margin-bottom:8px;font-size:16px;font-weight:500;display:flex;align-items:center;gap:8px}.ct-cg select{width:100%;color:#fff;padding:12px 40px 12px 12px;border:none;border-radius:8px;font-size:16px;background:#212938;cursor:pointer;transition:border-color .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:48px;line-height:1.2;box-sizing:border-box;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.ct-cg select:focus{outline:none;border-color:#5f3ad1;-webkit-box-shadow:0 0 0 2px rgba(95,58,209,.25);box-shadow:0 0 0 2px #5f3ad140}.ct-cg__checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #24304a;border-radius:4px;background:#161f33;cursor:pointer;position:relative;transition:all .2s ease;flex-shrink:0}.ct-cg__checkbox:hover{border-color:#5f3ad1;background:#1f2a44}.ct-cg__checkbox:checked{background:#5f3ad1;border-color:#5f3ad1}.ct-cg__checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:700}.ct-cg .ct-cg__toggle{width:100%;padding:12px;background:#212938;color:#bdbfc3;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;transition:background-color .2s ease}.ct-cg .ct-cg__toggle:hover{background:#212938}.ct-cg__chevron{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:#fff}.ct-cg .ct-cg__advanced{background:#212938;padding:12px;border-radius:8px;margin-bottom:25px}.ct-cg .ct-cg__values-wrap{margin-top:20px}.ct-cg .ct-cg__suits,.ct-cg .ct-cg__values{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px;margin-top:10px}.ct-cg .ct-cg__option{display:flex;background:#111a2a;color:#bdbfc3;border-radius:6px;align-items:center;gap:8px;cursor:pointer;transition:background-color .2s ease;padding:10px}.ct-cg .ct-cg__checklabel{display:flex;align-items:center;gap:8px;cursor:pointer;transition:background-color .2s ease;padding:8px;border-radius:6px}.ct-cg .ct-cg__btn{width:100%;padding:12px;background:linear-gradient(135deg,#df0d83,#5f3ad1);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.ct-cg .ct-cg__btn:hover{transform:translateY(-2px)}.ct-cg .ct-cg__btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.ct-cg .ct-cg__cards{margin-top:30px;display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.ct-cg .ct-cg__card{width:80px;height:128px;border-radius:10px;background:#fff!important;display:flex;flex-direction:column;justify-content:space-between;padding:8px;font-size:14px;font-weight:700;transition:all .3s ease;position:relative;overflow:hidden}.ct-cg .ct-cg__card:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0003}.ct-cg .ct-cg__card--joker{background:linear-gradient(135deg,#8b5cf6,#ec4899);color:#fff}.ct-cg .ct-cg__value{font-size:16px;line-height:1.2}.ct-cg .ct-cg__suit{text-align:center;flex:1;display:flex;align-items:center;justify-content:center;font-size:20px}.ct-cg .ct-cg__value--bottom{font-size:16px;line-height:1.2;transform:rotate(180deg)}.ct-cg .ct-cg__loading{text-align:center;color:#6b7280;font-size:18px;padding:40px 0}.ct-cg .ct-cg__checklabel{display:flex;margin-top:20px}@keyframes cardAppear{0%{opacity:0;transform:translateY(20px) scale(.8)}50%{opacity:.8;transform:translateY(-5px) scale(1.05)}to{opacity:1;transform:translateY(0) scale(1)}}.ct-cg .ct-cg__anim{animation:cardAppear .6s cubic-bezier(.34,1.56,.64,1) forwards}@media (max-width: 768px){.ct-cg{padding:16px}.ct-cg h1{font-size:20px}.ct-cg .ct-cg__controls{grid-template-columns:1fr}.ct-cg .ct-cg__card{width:50px;height:85px;font-size:12px}.ct-cg .ct-cg__suit{font-size:14px}.ct-cg .ct-cg__value,.ct-cg .ct-cg__value--bottom{font-size:12px}.ct-cg .ct-cg__cards{gap:15px}.ct-cg .ct-cg__btn{font-size:14px}}.ct-rb{margin:0 auto;padding:24px;background:#111a2a;border-radius:12px;color:#bdbfc3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ct-rb__title{color:#fff;font-size:26px;text-align:center;font-weight:700;margin-bottom:30px}.ct-rb__wheel-wrap{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:30px}.ct-rb__pointer{position:absolute;top:calc(50% - 138px);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:18px solid #fff;filter:drop-shadow(0 2px 2px rgba(0,0,0,.4));transform:rotate(180deg)}.ct-rb__wheel-svg{width:280px;height:280px;border-radius:50%;border:8px solid #2a3345;box-shadow:inset 0 0 0 6px #00000040,0 8px 30px #00000040;transition:transform 3.5s cubic-bezier(.17,.67,.12,.99);background:transparent}.ct-rb__wheel-svg.ct-rb__wheel--spinning{pointer-events:none}.ct-rb__spin{width:100%;height:100%;background:transparent;color:#0b1322;font-weight:800;font-size:14px;letter-spacing:.5px;border:none;cursor:pointer;text-align:center}.ct-rb__spin:disabled{opacity:.7;cursor:default}.ct-rb__modes{margin-top:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.ct-rb__mode{background:#161f33;border:1px solid #24304a;color:#cdd5e1;border-radius:10px;padding:12px 14px;text-align:center;cursor:pointer;transition:transform .15s ease,background .2s ease,border-color .2s ease}.ct-rb__mode:hover{transform:translateY(-1px)}.ct-rb__mode.is-active{background:#1f2a44;border-color:#5f3ad1;color:#fff}.ct-rb__mode-chart{width:66px;height:66px;border-radius:50%;margin:4px auto 8px;border:6px solid #242c3f;box-shadow:inset 0 0 0 6px #00000026}.ct-rb__mode-name{font-weight:700;color:#cfd8e3;margin-bottom:6px}.ct-rb__mode-rows{display:flex;gap:8px 14px;justify-content:center;flex-wrap:wrap}.ct-rb__mode-row{display:flex;align-items:center;gap:6px;font-size:13px;color:#9fb0c9}.ct-rb__legend{margin-top:16px;display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center;justify-content:center}.ct-rb__legend-item{display:flex;gap:8px;align-items:center;transition:opacity .2s ease}.ct-rb__legend-item.is-dim{opacity:.35}.ct-rb__dot{width:10px;height:10px;border-radius:50%;display:inline-block}.ct-rb__label{color:#cfd8e3;font-weight:600;text-transform:capitalize}.ct-rb__perc{color:#91a1ba;font-size:13px}.ct-rb__history{margin-top:12px;display:flex;gap:6px;justify-content:center}.ct-rb__hdot{width:10px;height:10px;border-radius:50%;display:inline-block;box-shadow:0 0 0 2px #ffffff14 inset}.ct-rb__result-container{display:flex;justify-content:center;margin-top:16px;position:relative}.ct-rb__result{position:relative;text-align:center;font-weight:800;font-size:20px;padding:16px 24px;border-radius:12px;display:inline-block;box-shadow:0 4px 20px #00000026;animation:resultAppear .5s ease-out}.ct-rb__result:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid currentColor}@keyframes resultAppear{0%{opacity:0;transform:scale(.8) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.ct-rb__result--red{background:#fff;color:red;border:2px solid #ff0000}.ct-rb__result--black{background:#fff;color:#000;border:2px solid #000000}.ct-rb__result--green{background:#fff;color:#0f0;border:2px solid #00ff00}@media (max-width: 768px){.ct-rb__title{color:#fff;font-size:20px;text-align:center;font-weight:600}.ct-rb__wheel-svg{height:auto}.ct-rb__wheel{width:240px;height:240px}.ct-rb__pointer{top:calc(50% - 135px)}.ct-rb__spin{width:95px;height:95px}}.ct-rt{padding:24px;background:#111a29;border-radius:12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ct-rt__title{color:#fff;font-size:26px;font-weight:700;text-align:center;margin-bottom:30px;letter-spacing:.05em}.ct-rt__controls{display:flex;flex-wrap:wrap;gap:20px;align-items:end;margin-bottom:24px;padding:20px;background:#161f33;border-radius:10px}.ct-rt__control-group-container1{display:flex;flex-direction:column;gap:20px}.ct-rt__control-group{display:flex;flex-direction:column;gap:8px}.ct-rt__label{color:#cfd8e3;font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px}.ct-rt__info{color:#fff;font-size:12px;cursor:help}.ct-rt__select{padding:10px 40px 10px 12px;background:#212938;border:none;border-radius:8px;color:#fff;font-size:14px;min-width:200px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;line-height:1.2;box-sizing:border-box;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.ct-rt__select:focus{outline:none;border-color:#5f3ad1;-webkit-box-shadow:0 0 0 2px rgba(95,58,209,.25);box-shadow:0 0 0 2px #5f3ad140}.ct-rt__input-options{color:#cfd8e3;font-size:14px;display:flex;align-items:center;gap:6px}.ct-rt__batch-link{color:#fff;background:none;border:none;font-size:14px;font-weight:600;cursor:pointer;text-decoration:underline}.ct-rt__batch-link:hover{color:#ff6b6b}.ct-rt__actions{display:flex;gap:10px;margin-left:auto}.ct-rt__btn{padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;justify-content:center;align-items:center;gap:6px}.ct-rt__btn:disabled{opacity:.5;cursor:not-allowed}.ct-rt__btn--secondary{background:#24304a;color:#cdd5e1;border:1px solid #2a3345}.ct-rt__btn--secondary:hover:not(:disabled){background:#2a3345;border-color:#5f3ad1}.ct-rt__batch-input{margin-bottom:24px;padding:20px;background:#161f33;border-radius:10px}.ct-rt__textarea{width:100%;min-height:80px;padding:12px;background:#212938;border:1px solid #24304a;border-radius:8px;color:#fff;font-size:14px;resize:vertical;margin-bottom:12px}.ct-rt__textarea:focus{outline:none;border-color:#5f3ad1;box-shadow:0 0 0 2px #5f3ad140}.ct-rt__textarea::placeholder{color:#6b7280}.ct-rt__table-container{display:flex;justify-content:center}.ct-rt__roulette-table{width:100%}.ct-rt__roulette-layout{display:flex;flex-direction:row;gap:8px;background:#0f7c48;border-radius:8px;border:8px solid #0f7c48}.ct-rt__zeros-section{position:relative;display:flex;flex-direction:column;gap:6px;background:#0f7c48;border-radius:6px}.ct-rt__zero-cell{flex:1;width:100px;display:flex;align-items:center;justify-content:center;background:#2ed573;color:#fff;font-weight:800;font-size:24px;cursor:pointer;transition:all .2s ease;border-radius:6px}.ct-rt__zero-cell:hover{background:#26c965;transform:scale(1.05)}.ct-rt__zero-cell--selected{animation:cellPulse .6s ease-out}.ct-rt__numbers-section{display:flex;flex-direction:column;gap:6px;flex:1;background:#0f7c48;border-radius:6px}.ct-rt__number-row{display:grid;grid-template-columns:repeat(12,1fr);gap:6px}.ct-rt__number-cell{display:flex;align-items:center;justify-content:center;font-weight:800;font-size:22px;cursor:pointer;transition:all .2s ease;border-radius:6px;color:#fff;width:100%;height:0;padding-bottom:100%;position:relative}.ct-rt__number-cell-mini{width:40px;height:40px;border-radius:5px;display:flex;align-items:center;justify-content:center}.ct-rt__number-cell>*{position:absolute;top:50%;left:50%}.ct-rt__number-text{transform:translate(-50%,-50%) rotate(-90deg);line-height:1;display:inline-block}.ct-rt__number-cell--red{background:#ef4444}.ct-rt__number-cell--black{background:#1f2937}.ct-rt__number-cell:hover{transform:scale(1.05);box-shadow:0 2px 8px #0003}.ct-rt__number-cell--red:hover{background:#dc2626}.ct-rt__number-cell--black:hover{background:#111827}.ct-rt__number-cell--selected{animation:cellPulse .6s ease-out}@keyframes cellPulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1.05)}}.ct-rt__stats-grid{margin-top:20px;display:flex;flex-direction:column;gap:20px}.ct-rt__hot-cold{width:100%;display:flex;flex-direction:row;gap:20px}.ct-rt__hot{width:50%;background:#161f33;border:2px solid #ef4444;border-radius:10px;padding:16px}.ct-rt__cold{width:50%;background:#161f33;border:2px solid #3b82f6;border-radius:10px;padding:16px}.ct-rt__stats-container{width:100%;display:flex;flex-direction:row;gap:20px}.ct-rt__section-title{color:#fff;font-size:18px;font-weight:700;margin-bottom:12px;display:flex;align-items:center;gap:8px}.ct-rt__results{width:70%;background:#161f33;border-radius:10px;padding:16px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#2ed573 #161f33}.ct-rt__results::-webkit-scrollbar{height:8px}.ct-rt__results::-webkit-scrollbar-track{background:#161f33;border-radius:4px}.ct-rt__results::-webkit-scrollbar-thumb{background:#2ed573;border-radius:4px}.ct-rt__results::-webkit-scrollbar-thumb:hover{background:#26c965}.ct-rt__table{width:100%}.ct-rt__table-header{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:8px 0;text-align:center;border-bottom:1px solid #24304a;font-weight:600;color:#cfd8e3;font-size:12px;text-transform:uppercase;letter-spacing:.05em}.ct-rt__table--results .ct-rt__table-header{grid-template-columns:repeat(6,1fr);text-align:center}.ct-rt__table-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;text-align:center;padding:8px 0;border-bottom:1px solid #1f2a44;font-size:14px;place-items:center}.ct-rt__table--results .ct-rt__table-row{grid-template-columns:repeat(6,1fr);text-align:center}.ct-rt__table-row:last-child{border-bottom:none}.ct-rt__number-cell--red{background:#ef4444;color:#fff}.ct-rt__number-cell--black{background:#1f2937;color:#fff}.ct-rt__number-cell--green{background:#2ed573;color:#fff}.ct-rt__statistics{width:30%;background:#161f33;border-radius:10px;padding:16px}.ct-rt__stats-sections{display:flex;flex-direction:column;gap:16px}.ct-rt__stats-section{padding-bottom:10px;border-bottom:1px solid #24304a}.ct-rt__stats-section h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.ct-rt__stat-item{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;font-size:13px;color:#cfd8e3}.ct-rt__stat-color{width:12px;height:12px;border-radius:50%;flex-shrink:0}.ct-rt__stat-color--red{background:#ef4444}.ct-rt__stat-color--black{background:#1f2937}.ct-rt__stat-color--green{background:#2ed573}@media (max-width: 768px){.ct-rt__number-cell{font-weight:700;font-size:18px;width:100%;padding-bottom:60px}.ct-rt__title{font-size:20px}.ct-rt__number-text{transform:translate(-50%,-50%) rotate(0)}.ct-rt__zeros-section{flex-direction:row}.ct-rt__zero-cell{flex:1;min-height:40px;font-size:16px;margin-bottom:0}.ct-rt__btn{width:100%}.ct-rt__number-row{display:flex;flex-direction:column;gap:4px}.ct-rt__numbers-section{display:grid;grid-template-columns:repeat(3,1fr);gap:4px}.ct-rt__roulette-layout{flex-direction:column}.ct-rt__hot,.ct-rt__cold,.ct-rt__results,.ct-rt__statistics{width:100%}.ct-rt__input-options{flex-wrap:wrap}.ct-rt__table--results{min-width:600px;font-size:12px}.ct-rt__table--results .ct-rt__table-header{display:flex;gap:8px;padding:8px 4px;white-space:nowrap}.ct-rt__table--results .ct-rt__table-header span{flex:1;min-width:60px;text-align:center}.ct-rt__table--results .ct-rt__table-row{display:flex;gap:8px;padding:6px 4px;white-space:nowrap;align-items:center}.ct-rt__table--results .ct-rt__table-row span{flex:1;min-width:60px;text-align:center}.ct-rt__table--results .ct-rt__number-cell-mini{width:24px;height:24px;font-size:10px;margin:0 auto}.ct-rt{padding:16px}.ct-rt__controls{flex-direction:column;align-items:stretch}.ct-rt__actions{margin-left:0;justify-content:center}.ct-rt__hot-cold,.ct-rt__stats-container{flex-direction:column}.ct-rt__table--results .ct-rt__table-header,.ct-rt__table--results .ct-rt__table-row{grid-template-columns:repeat(3,1fr);font-size:12px}}.ct-rm{max-width:1200px;margin:0 auto;padding:24px;background:#111a2a;border-radius:12px;color:#bdbfc3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ct-rm__title{color:#fff;font-size:26px;font-weight:700;text-align:center;margin-bottom:30px;letter-spacing:.05em}.ct-rm__section-title{color:#fff;font-size:18px;font-weight:700;margin-bottom:20px;text-align:center;letter-spacing:.05em}.ct-rm__config{display:flex;flex-direction:column;gap:20px;background:#161f33;border-radius:10px;padding:20px;margin-bottom:24px}.ct-rm__config-row{display:flex;gap:20px;margin-bottom:16px}.ct-rm__config-row:last-child{margin-bottom:0}.ct-rm__config-item{flex:1;display:flex;flex-direction:column;gap:8px}.ct-rm__label{color:#cfd8e3;font-size:14px;font-weight:600;display:flex;align-items:center;gap:6px}.ct-rm__info{color:#5f3ad1;font-size:12px;cursor:help}.ct-rm__config-group{display:flex;gap:12px;align-items:center}.ct-rm__config-group label{width:15%}.ct-rm__config-group select,.ct-rm__config-group input{width:20%}.ct-rm__select{padding:10px 40px 10px 12px;background:#212938;border:1px solid #24304a;border-radius:8px;color:#fff;font-size:14px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;line-height:1.2;box-sizing:border-box;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.ct-rm__controls{display:flex;gap:12px;margin-top:16px;margin-bottom:24px}.ct-rm__button{padding:12px;background:#212938;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.ct-rm__button:hover:not(:disabled){background:#2a3345;border-color:#5f3ad1}.ct-rm__button:disabled{opacity:.5;cursor:not-allowed}.ct-rm__select:focus{outline:none;border-color:#5f3ad1;-webkit-box-shadow:0 0 0 2px rgba(95,58,209,.25);box-shadow:0 0 0 2px #5f3ad140}.ct-rm__input{padding:10px 12px;background:#212938;border:1px solid #24304a;border-radius:8px;color:#fff;font-size:14px;height:40px;box-sizing:border-box}.ct-rm__input:focus{outline:none;border-color:#5f3ad1;box-shadow:0 0 0 2px #5f3ad140}.ct-rm__input::placeholder{color:#6b7280}.ct-rm__chips-section{margin-bottom:24px}.ct-rm__section-title{color:#fff;font-size:18px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.ct-rm__chips-grid{display:flex;gap:5px}.ct-rm__chip{cursor:pointer;opacity:.7}.ct-rm__chip:hover{opacity:1;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.ct-rm__chip--selected{opacity:1;filter:drop-shadow(0 0 8px rgba(95,58,209,.8))}.ct-rm__chip-icon{width:40px;height:40px;margin-bottom:4px;position:relative}.ct-rm__chip-svg{width:100%;height:100%;object-fit:contain}.ct-rm__actions{display:flex;gap:12px;justify-content:center;margin-bottom:24px}.ct-rm__btn{padding:12px 20px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:8px}.ct-rm__btn--secondary{background:#24304a;color:#cdd5e1;border:1px solid #2a3345}.ct-rm__btn--secondary:hover{background:#2a3345;border-color:#5f3ad1}.ct-rm__table-container{display:flex;justify-content:center;align-items:center}.ct-rm__table-svg{position:relative;display:flex;justify-content:center;align-items:center}.ct-rm__table-background{max-width:400px;height:auto;border-radius:8px;display:block}.ct-rm__hover-overlay{position:absolute;pointer-events:none;z-index:15;transition:opacity .2s ease;opacity:0}.ct-rm__hover-red{top:32px;left:24px;width:122px;height:67px;background:#ffffff4d}.ct-rm__hover-black{top:32px;left:146px;width:118px;height:67px;background:#ffffff4d}.ct-rm__hover-even{top:99px;left:24px;width:122px;height:64px;background:#ffffff4d}.ct-rm__hover-odd{top:99px;left:146px;width:118px;height:64px;background:#ffffff4d}.ct-rm__hover-low{top:163px;left:24px;width:122px;height:64px;background:#ffffff4d}.ct-rm__hover-high{top:163px;left:146px;width:118px;height:64px;background:#ffffff4d}.ct-rm__table-container.chip-selected-0-1{cursor:url(./icon-chip-num--1.CARCF8pQ.svg),auto!important}.ct-rm__table-container.chip-selected-0-5{cursor:url(./icon-chip-num--5.BpVZqz3r.svg),auto!important}.ct-rm__table-container.chip-selected-1{cursor:url(./icon-chip-num-1.e7NChkzW.svg),auto!important}.ct-rm__table-container.chip-selected-2{cursor:url(./icon-chip-num-2.DNWXdMCi.svg),auto!important}.ct-rm__table-container.chip-selected-5{cursor:url(./icon-chip-num-5.BfikzV0e.svg),auto!important}.ct-rm__table-container.chip-selected-25{cursor:url(./icon-chip-num-25.DLzHvRwe.svg),auto!important}.ct-rm__table-container.chip-selected-50{cursor:url(./icon-chip-num-50.GagEEI-y.svg),auto!important}.ct-rm__table-container.chip-selected-100{cursor:url(./icon-chip-num-100.Y19MkSdb.svg),auto!important}.ct-rm__table-container.chip-selected-500{cursor:url(./icon-chip-num-500.B7IMVP0J.svg),auto!important}.ct-rm__chips-overlay{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;width:100%;height:100%}.ct-rm__bet-chip{position:absolute;z-index:10;animation:chipPlace .3s ease-out;display:flex;flex-direction:column;align-items:center;justify-content:center}.ct-rm__bet-chip--red{top:40px;left:60px;width:50px;height:50px}.ct-rm__bet-chip--black{top:40px;left:180px;width:50px;height:50px}.ct-rm__bet-chip--even{top:106px;left:60px;width:50px;height:50px}.ct-rm__bet-chip--odd{top:106px;left:180px;width:50px;height:50px}.ct-rm__bet-chip--low{top:170px;left:60px;width:50px;height:50px}.ct-rm__bet-chip--high{top:170px;left:180px;width:50px;height:50px}.ct-rm__chip-image{width:35px;height:35px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));position:relative}.ct-rm__chip-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:500;color:#fff;text-align:center;z-index:1}@keyframes chipPlace{0%{transform:scale(0) rotate(180deg);opacity:0}50%{transform:scale(1.2) rotate(90deg)}to{transform:scale(1) rotate(0);opacity:1}}.ct-rm__betting-section{background:#0f7c48;border:3px solid #fff;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;position:relative;color:#fff;font-weight:700;font-size:18px}.ct-rm__betting-section:hover{background:#0d6b3f;transform:scale(1.02)}.ct-rm__symbol{font-size:48px;margin-bottom:8px}.ct-rm__symbol--red{color:#dc143c}.ct-rm__symbol--black{color:#2c2c2c}.ct-rm__label-text{font-size:16px;font-weight:800}.ct-rm__chip-display{position:absolute;top:8px;right:8px}.ct-rm__test-section{text-align:center;margin-top:24px}.ct-rm__test-btn{background:linear-gradient(135deg,#df0d83,#5f3ad1);color:#fff;padding:16px 40px;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease}.ct-rm__results{display:flex;flex-direction:column;gap:24px}.ct-rm__test-summary{background:#161f33;border-radius:10px;padding:20px}.ct-rm__summary-item{display:flex;flex-direction:column;border-radius:8px;gap:4px}.ct-rm__summary-value{font-size:16px;font-weight:700}.ct-rm__summary-value--positive{color:#10b981}.ct-rm__summary-value--negative{color:#ef4444}.ct-rm__balance-trend{background:#161f33;border-radius:10px;padding:20px}.ct-rm__chart{height:200px;background:#f8f9fa;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6b7280}.ct-rm__chart-placeholder{text-align:center}.ct-rm__result-per-spin,.ct-rm__your-tests{background:#161f33;border-radius:10px;padding:20px}.ct-rm__results-table{width:100%;border-collapse:collapse;margin-top:16px}.ct-rm__results-table th{background:#24304a;color:#fff;padding:12px;text-align:left;font-weight:600;font-size:14px;text-transform:uppercase;letter-spacing:.05em}.ct-rm__results-table td{padding:12px;border-bottom:1px solid #24304a;font-size:14px}.ct-rm__number-chip{display:inline-block;padding:4px 8px;border-radius:4px;font-weight:600;font-size:12px;color:#fff}.ct-rm__number-chip--red{background:#dc143c}.ct-rm__number-chip--black{background:#2c2c2c}.ct-rm__status--win,.ct-rm__payout--positive{color:#10b981;font-weight:600}.ct-rm__payout--negative{color:#ef4444;font-weight:600}.ct-rm__test-button{background:#2ed573;color:#000;padding:6px 12px;border-radius:4px;font-weight:600;font-size:12px;display:inline-block}@media (max-width: 768px){.ct-rm__title{font-size:18px;font-weight:600;margin-bottom:20px}.ct-rm__config-group{flex-direction:column}.ct-rm__config-group label,.ct-rm__config-group select,.ct-rm__config-group input{width:100%}.ct-rm__chips-grid{flex-wrap:wrap;gap:5px}.ct-rm{padding:16px}.ct-rm__config-row{flex-direction:column;gap:12px}.ct-rm__chips{gap:8px}.ct-rm__table-grid{height:250px;gap:8px}.ct-rm__betting-section{font-size:14px}.ct-rm__symbol{font-size:36px}.ct-rm__summary-grid{grid-template-columns:1fr}.ct-rm__actions{flex-direction:column;align-items:center}.ct-rm__table{min-width:500px;font-size:14px}.ct-rm__table th,.ct-rm__table td{padding:.5rem;white-space:nowrap}.ct-rm__number-badge{width:32px;height:32px;font-size:11px}.ct-rm__table-wrapper{margin:0 -16px;padding:0 16px}}.ct-rm__results{margin-top:24px}.ct-rm__results h3{color:#fff;font-size:18px;font-weight:700}.ct-rm__summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.ct-rm__summary-item{display:flex;justify-content:space-between;padding:12px;background:#161f33;border-radius:6px}.ct-rm__summary-label{font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:white/70;font-size:12px}.ct-rm__summary-value{font-weight:700;font-size:1.1em}.ct-rm__summary-value--positive{color:#28a745}.ct-rm__summary-value--negative{color:#dc3545}.ct-rm__balance-chart h4{margin-bottom:1rem;font-size:18px;font-weight:700;color:#fff}.ct-rm__chart-container{width:100%;height:300px;background:#161f33;border-radius:8px;padding:12px}.ct-rm__chart{width:100%;height:200px}.ct-rm__spins-table,.ct-rm__test-history{margin-bottom:1.5rem}.ct-rm__spins-table h4,.ct-rm__test-history h4{margin-bottom:1rem;font-size:18px;font-weight:700;color:#fff}.ct-rm__table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#2ed573 #161f33;border-radius:8px}.ct-rm__table-wrapper::-webkit-scrollbar{height:8px}.ct-rm__table-wrapper::-webkit-scrollbar-track{background:#161f33;border-radius:4px}.ct-rm__table-wrapper::-webkit-scrollbar-thumb{background:#2ed573;border-radius:4px}.ct-rm__table-wrapper::-webkit-scrollbar-thumb:hover{background:#26c965}.ct-rm__table{width:100%;border-collapse:collapse;background:#161f33;border-radius:8px;padding:12px;min-width:600px}.ct-rm__table th,.ct-rm__table td{padding:.75rem;text-align:center;place-items:center;border-bottom:1px solid #1f2a44}.ct-rm__table th{font-size:14px;font-weight:600;color:#cfd8e3}.ct-rm__win{color:#28a745;font-weight:600}.ct-rm__loss{color:#dc3545;font-weight:600}.ct-rm__more-spins{text-align:center;font-style:italic;color:#6c757d;padding:1rem}.ct-rm__number-badge{width:40px;height:40px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:#fff}.ct-rm__number-badge--red{background:#dc143c}.ct-rm__number-badge--black{background:#2c2c2c}.ct-rm__number-badge--green{background:#28a745}.ct-rm__test-button{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#212938;border-radius:4px;font-size:12px;font-weight:600;color:#fff;border:1px solid #24304a}.ct-rs{max-width:1400px;margin:0 auto;padding:24px;background:#111a2a;border-radius:12px;color:#bdbfc3;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ct-rs__header{margin-bottom:24px}.ct-rs__title{color:#fff;font-size:26px;font-weight:700;text-align:center;letter-spacing:.05em;margin:0}.ct-rs__config{display:flex;flex-direction:column;gap:20px;background:#161f33;border-radius:10px;padding:20px;margin-bottom:24px}.ct-rs__config-group{display:flex;gap:12px;align-items:center}.ct-rs__config-group label{width:15%}.ct-rs__config-group select,.ct-rs__config-group input{width:20%}.ct-rs__select{padding:10px 40px 10px 12px;background:#212938;border:1px solid #24304a;border-radius:8px;color:#fff;font-size:14px;height:40px;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;cursor:pointer}.ct-rs__select:focus{outline:none;border-color:#5f3ad1;box-shadow:0 0 0 2px #5f3ad140}.ct-rs__section-title{color:#fff;font-size:18px;font-weight:700;margin-bottom:16px;display:flex;align-items:center;gap:8px}.ct-rs__chips-grid{display:flex;gap:5px}.ct-rs__chip{cursor:pointer;opacity:.7}.ct-rs__chip:hover{opacity:1;transform:scale(1.1);box-shadow:0 4px 12px #0000004d}.ct-rs__chip--selected{opacity:1;filter:drop-shadow(0 0 8px rgba(95,58,209,.8))}.ct-rs__chip-icon{width:40px;height:40px;margin-bottom:4px;position:relative}.ct-rs__chip-svg{width:100%;height:100%;object-fit:contain}.ct-rs__chip-icon .ct-rs__chip-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:500;color:#fff;text-align:center;z-index:1}.ct-rs__controls{display:flex;gap:12px;margin-top:16px;margin-bottom:24px}.ct-rs__button{padding:10px 20px;background:#24304a;color:#cdd5e1;border:1px solid #2a3345;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer}.ct-rs__button:hover:not(:disabled){background:#2a3345;border-color:#5f3ad1}.ct-rs__button:disabled{opacity:.5;cursor:not-allowed}.ct-rs__table-section{margin-bottom:24px}.ct-rs__table-wrapper{display:flex;justify-content:center}.ct-rs__table-wrapper_test-history{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#2ed573 #161f33;border-radius:8px}.ct-rs__table{display:flex;gap:2px;background:#0f7c48;padding:16px;border-radius:8px;box-shadow:0 4px 20px #0000004d}.ct-rs__table--chip-selected{cursor:crosshair}.ct-rs__zero-section{grid-column:1;grid-row:1;display:flex;flex-direction:column;gap:2px}.ct-rs__zero-section--european{gap:0}.ct-rs__zero-section--european .ct-rs__zero-cell{flex:1;min-height:100%}.ct-rs__zero-cell{position:relative;background:#2d7f44;border:2px solid #fff;border-radius:8px;min-width:60px;min-height:80px;display:flex;align-items:center;justify-content:center;cursor:pointer}.ct-rs__zero-cell:hover{background:#358c4f}.ct-rs__zero-cell .ct-rs__number-label{font-size:24px;font-weight:700;color:#fff;z-index:1}.ct-rs__number-grid{grid-column:2;grid-row:1;display:grid;grid-template-columns:0 repeat(12,1fr);grid-template-rows:repeat(3,1fr) auto auto;gap:2px;position:relative}.ct-rs__number-cell{position:relative;min-width:75px;min-height:75px;border:2px solid #fff;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:visible}.ct-rs__number-cell:hover{background:#358c4f}.ct-rs__number-cell--red{background:#dc143c}.ct-rs__number-cell--black{background:#2c2c2c}.ct-rs__number-cell .ct-rs__number-label{font-size:20px;font-weight:700;color:#fff;z-index:1;pointer-events:none}.ct-rs__bet-spot{position:absolute;background:transparent;border-radius:50%;cursor:pointer;z-index:10}.ct-rs__bet-spot:hover{background:#ffffff4d}.ct-rs__bet-spot--split-h{right:-8px;top:50%;transform:translateY(-50%);width:16px;height:30px;border-radius:8px}.ct-rs__bet-spot--split-v{bottom:-8px;left:50%;transform:translate(-50%,50%);width:30px;height:16px;border-radius:8px}.ct-rs__bet-spot--corner{right:-8px;bottom:-8px;width:16px;height:16px;border-radius:50%}.ct-rs__bet-spot--corner:hover{background:#ffd70080}.ct-rs__bet-spot--street{width:30px;height:100%;background:transparent;border:2px dashed rgba(255,255,255,.3);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.ct-rs__bet-spot--street:hover{background:#fff3;border-color:#fff9}.ct-rs__bet-spot--line{width:20px;background:transparent;border:2px dashed rgba(255,255,255,.3);border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:-10px}.ct-rs__bet-spot--line:hover{background:#fff3;border-color:#fff9}.ct-rs__chip-stack{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none;z-index:20}.ct-rs__chip-stack img{width:35px;height:35px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.5))}.ct-rs__chip-stack span{position:absolute;font-size:10px;font-weight:700;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.9)}.ct-rs__chip-stack--small img{width:35px;height:35px}.ct-rs__chip-stack--small span{font-size:10px}.ct-rs__outside-group{display:flex;gap:2px}.ct-rs__outside-group--columns{grid-column:3;grid-row:1;display:grid;grid-template-rows:repeat(3,1fr);gap:2px}.ct-rs__outside-cell{position:relative;background:#2d7f44;border:2px solid #fff;border-radius:4px;min-height:50px;padding:8px 12px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;font-weight:700;color:#fff}.ct-rs__outside-cell:hover{background:#358c4f}.ct-rs__outside-cell--red{background:#dc143c}.ct-rs__outside-cell--red:hover{background:#e6274e}.ct-rs__outside-cell--black{background:#2c2c2c}.ct-rs__outside-cell--black:hover{background:#3a3a3a}.ct-rs__outside-cell span{font-size:16px;z-index:1}.ct-rs__outside-cell--red span,.ct-rs__outside-cell--black span{font-size:24px}.ct-rs__test-section{display:flex;justify-content:center;margin-bottom:24px}.ct-rs__test-btn{padding:16px 48px;background:linear-gradient(135deg,#df0d83,#5f3ad1);color:#fff;border:none;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;box-shadow:0 4px 15px #5f3ad166}.ct-rs__test-btn:hover:not(:disabled){box-shadow:0 6px 20px #5f3ad199}.ct-rs__test-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.ct-rs__results{margin-top:24px;display:flex;flex-direction:column;gap:24px}.ct-rs__results-title{color:#fff;font-size:18px;font-weight:700}.ct-rs__summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-bottom:32px}.ct-rs__summary-item{display:flex;gap:4px;flex-direction:column;justify-content:space-between;padding:12px;background:#161f33;border-radius:6px}.ct-rs__summary-label{font-size:12px;font-weight:600;color:#8b92a8;text-transform:uppercase;letter-spacing:.5px}.ct-rs__summary-value{font-size:18px;font-weight:700;color:#fff}.ct-rs__summary-value--positive{color:#2ed573}.ct-rs__summary-value--negative{color:#ff6b6b}.ct-rs__balance-chart{margin-bottom:32px}.ct-rs__balance-chart h4{color:#fff;font-size:18px;font-weight:700;margin:0 0 16px}.ct-rs__chart-container{width:100%;height:300px;background:#161f33;border-radius:8px;padding:12px}.ct-rs__spins-table,.ct-rs__test-history{margin-bottom:24px}.ct-rs__spins-table h4,.ct-rs__test-history h4{margin-bottom:16px;font-size:18px;font-weight:700;color:#fff}.ct-rs__table-wrapper::-webkit-scrollbar{height:8px}.ct-rs__table-wrapper::-webkit-scrollbar-track{background:#161f33;border-radius:4px}.ct-rs__table-wrapper::-webkit-scrollbar-thumb{background:#2ed573;border-radius:4px}.ct-rs__table-wrapper::-webkit-scrollbar-thumb:hover{background:#26c965}.ct-rs__table_spins{width:100%;border-collapse:collapse;background:#161f33;border-radius:8px;padding:12px;min-width:600px}.ct-rs__table_spins th,.ct-rs__table_spins td{padding:12px;text-align:center;border-bottom:1px solid #1f2a44}.ct-rs__table_spins th{font-size:14px;font-weight:600;color:#cfd8e3}.ct-rs__table_spins tbody tr{border-bottom:1px solid #24304a}.ct-rs__table_spins tbody tr:hover{background:#1a2338}.ct-rs__table_spins td{place-items:center;font-size:14px}.ct-rs__number-badge{width:40px;height:40px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:12px;color:#fff}.ct-rs__number-badge--red{background:#dc143c}.ct-rs__number-badge--black{background:#2c2c2c}.ct-rs__number-badge--green{background:#28a745}.ct-rs__status-win{color:#28a745;font-weight:600}.ct-rs__status-loss{color:#dc3545;font-weight:600}.ct-rs__more-spins{text-align:center;font-style:italic;color:#6c757d;padding:16px}.ct-rs__test-button{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background:#212938;border-radius:4px;font-size:12px;font-weight:600;color:#fff;border:1px solid #24304a}@media (max-width: 768px){.ct-rs__config,.ct-rs__config-group{flex-direction:column}.ct-rs__config-group label,.ct-rs__config-group select,.ct-rs__config-group input{width:100%}.ct-rs__title{font-size:20px}.ct-rs__table-wrapper--mobile{padding:10px;overflow:visible}.ct-rs__number-cell{transform:rotate(-90deg)}.ct-rs__table-wrapper--mobile .ct-rs__table{transform:rotate(90deg);transform-origin:center;margin:265px 0}.ct-rs__table-wrapper--mobile .ct-rs__number-grid{grid-template-columns:0 repeat(12,1fr);grid-template-rows:repeat(3,1fr) auto auto}.ct-rs__chips-grid{flex-wrap:wrap;gap:5px}.ct-rs__chip-icon{width:40px;height:40px}.ct-rs__number-cell{min-width:55px;min-height:55px}.ct-rs__number-cell .ct-rs__number-label{font-size:14px}.ct-rs__zero-cell{min-width:50px;min-height:60px}.ct-rs__zero-cell .ct-rs__number-label{font-size:18px}.ct-rs__outside-cell{min-height:40px;font-size:12px;padding:6px 8px}.ct-rs__outside-cell span{font-size:13px}.ct-rs__test-btn{padding:12px 32px;font-size:16px}.ct-rs__chip-stack img,.ct-rs__chip-stack--small img{width:28px;height:28px}.ct-rs__chip-stack span,.ct-rs__chip-stack--small span{font-size:8px}}@media print{.ct-rs__config,.ct-rs__chips,.ct-rs__controls,.ct-rs__test-section{display:none}.ct-rs{background:#fff;color:#000}}*{box-sizing:border-box}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.tool-card{animation:fadeIn .3s ease forwards}.tool-card:nth-child(1){animation-delay:.05s}.tool-card:nth-child(2){animation-delay:.1s}.tool-card:nth-child(3){animation-delay:.15s}.tool-card:nth-child(4){animation-delay:.2s}.tool-card:nth-child(5){animation-delay:.25s}.tool-card:nth-child(6){animation-delay:.3s}.tool-modal-overlay{animation:fadeIn .2s ease}.tool-modal{animation:slideIn .3s ease}.tool-modal::-webkit-scrollbar{width:8px}.tool-modal::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}.tool-modal::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.tool-modal::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.tool-progress-bar{width:100%;height:8px;background:#ffffff1a;border-radius:4px;overflow:hidden;position:relative}.tool-progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#764ba2);border-radius:4px;transition:width .3s ease;position:relative;overflow:hidden}.tool-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.tool-alert{padding:16px;border-radius:8px;margin:16px 0;border-left:4px solid}.tool-alert-success{background:#43e97b1a;border-color:#43e97b;color:#43e97b}.tool-alert-error{background:#ff47571a;border-color:#ff4757;color:#ff4757}.tool-alert-info{background:#4facfe1a;border-color:#4facfe;color:#4facfe}.tool-alert-warning{background:#ffa5021a;border-color:#ffa502;color:#ffa502}.tool-table{width:100%;border-collapse:collapse;margin:20px 0}.tool-table th{background:#ffffff0d;color:#fff;padding:12px;text-align:left;font-weight:600;border-bottom:2px solid rgba(255,255,255,.1)}.tool-table td{padding:12px;color:#bdbfc3;border-bottom:1px solid rgba(255,255,255,.05)}.tool-table tr:hover{background:#ffffff05}.tool-checkbox,.tool-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-radius:4px;cursor:pointer;position:relative;transition:all .2s ease}.tool-radio{border-radius:50%}.tool-checkbox:checked,.tool-radio:checked{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#667eea}.tool-checkbox:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px}.tool-radio:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%}.tool-flex{display:flex}.tool-flex-center{display:flex;align-items:center;justify-content:center}.tool-flex-between{display:flex;justify-content:space-between;align-items:center}.tool-grid{display:grid}.tool-gap-1{gap:8px}.tool-gap-2{gap:16px}.tool-gap-3{gap:24px}.tool-mt-1{margin-top:8px}.tool-mt-2{margin-top:16px}.tool-mt-3{margin-top:24px}.tool-mb-1{margin-bottom:8px}.tool-mb-2{margin-bottom:16px}.tool-mb-3{margin-bottom:24px}.tool-p-1{padding:8px}.tool-p-2{padding:16px}.tool-p-3{padding:24px}.tool-text-center{text-align:center}.tool-text-right{text-align:right}.tool-text-sm{font-size:14px}.tool-text-base{font-size:16px}.tool-text-lg{font-size:18px}.tool-text-xl{font-size:24px}.tool-font-bold{font-weight:700}.tool-font-semibold{font-weight:600}.tool-text-white{color:#fff}.tool-text-muted{color:#bdbfc3}.tool-text-primary{color:#667eea}.tool-text-success{color:#43e97b}.tool-text-error{color:#ff4757}
