.sceneSelect{display:grid;gap:12px;padding:6px}.sceneInput{width:100%;height:52px;padding:12px;border:1px solid var(--wc-stroke);box-sizing:border-box;border-radius:16px;background:rgba(255,255,255,.92);color:rgba(2,6,23,.94);font-size:1.05rem;font-weight:600;font-style:normal;text-align:left;outline:none;box-shadow:0 10px 22px -18px rgba(2,6,23,.35);transition:box-shadow .16s ease,border-color .16s ease}.sceneInput:focus-visible{outline:var(--wc-focus);outline-offset:4px}.sceneInput:focus{border-color:rgba(56,180,139,.55);box-shadow:0 18px 38px -24px rgba(2,6,23,.55)}.sceneState{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-start;justify-content:flex-start}.sceneIcon{cursor:pointer;border:1px solid var(--wc-stroke);background:rgba(255,255,255,.72);color:rgba(2,6,23,.92);font-size:13px;font-weight:900;border-radius:999px;padding:10px 12px;box-shadow:0 10px 22px -18px rgba(2,6,23,.35);text-align:left;gap:8px;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease;backdrop-filter:blur(6px);white-space:nowrap;flex:0 0 auto}.sceneEmoji,.sceneIcon{display:inline-flex;align-items:center}.sceneEmoji{width:22px;height:22px;justify-content:center;border:1px solid rgba(2,6,23,.12);border-radius:999px;background:rgba(56,180,139,.14)}.sceneIcon:hover{transform:translateY(-1px);box-shadow:0 18px 38px -24px rgba(2,6,23,.55)}.sceneIcon:focus-visible{outline:var(--wc-focus);outline-offset:4px}.sceneIcon.selected{background:rgba(56,180,139,.16);border-color:rgba(56,180,139,.55)}.groupMembersNameRation{display:flex;flex-direction:column;justify-content:center;height:50%;vertical-align:middle}