.cloud-stem{margin-top:14px;padding:12px;border:1px solid #ffffff18;border-radius:12px;background:#080b10}.cloud-stem.hidden{display:none}.stem-head{display:flex;align-items:center;gap:8px;justify-content:space-between}.stem-head span{font-size:10px;color:#8dd6b0}.stem-head button,.stem-grid button{border:1px solid #ffffff20;background:#141a23;color:#fff;border-radius:8px;padding:6px 8px}.stem-head button.active{background:#d7aa48;color:#160f04}.stem-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:10px}.stem-grid label{display:grid;gap:5px!important;margin:0!important;font-size:9px!important}.stem-grid button.active{background:#8b3540}.stem-grid input{width:100%}@media(max-width:600px){.stem-grid{grid-template-columns:repeat(2,1fr)}}