@charset "UTF-8";*{box-sizing:border-box}html,body{background:#222;color:#fff;font-family:sans-serif;font-size:1rem;line-height:1.5;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-y:auto;overflow-x:hidden}.btn{font-size:1.5rem;padding:.5rem 1rem;border-radius:.5rem;border:0;background:#444;color:#fff;cursor:pointer;transition:background .2s;outline:none;display:flex;align-items:center;justify-content:center;gap:.5rem}.btn:hover{background:#555}.btn:disabled{color:#999}.btn.btn-fancy{height:4rem;padding:0 2rem}.btn.btn-sm{font-size:1rem;padding:.25rem .5rem}.btn.btn-primary{background:#007bff}.btn.btn-primary:hover{background:#0069d9}.btn.btn-secondary{background:#6c757d}.btn.btn-secondary:hover{background:#5a6268}.btn.btn-warning{background:#cc780c}.btn.btn-warning:hover{background:#e0a800}.btn.btn-danger{background:#dc3545}.btn.btn-danger:hover{background:#bd2130}.grid{display:grid}.grid.columns-8{grid-template-columns:repeat(8,1fr)}.grid.columns-7{grid-template-columns:repeat(7,1fr)}header{padding:0 1rem;height:4rem;background:#1e1e1e;border-bottom:1px solid #333}header button{font-size:1.2rem}header .logo{height:48px;border-radius:15px}nav{display:flex;padding:0;margin:0;height:100%}nav a{font-size:1.5rem;color:#fff!important;text-decoration:none}main{padding:1rem;height:calc(100% - 4rem);overflow-y:auto;overflow-x:hidden}.container{max-width:1024px;margin:0 auto;height:100%}a{color:#fff;text-decoration:none}a:visited{color:#0050a0}label{display:flex;flex-direction:column;gap:.5rem}.text-danger{color:#dc3545}.text-primary{color:#007bff}.text-white{color:#fff}.text-link{color:#00ffe7!important}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-left{text-align:left}.text-center{text-align:center}input,select,textarea{-webkit-padding:.4em 0;padding:.4em;border:1px solid #ccc;border-radius:2px;font-size:1.2rem;font-family:sans-serif}input:disabled{color:#ccc}.error{color:red}.spin{animation:spin 2s linear infinite}@keyframes spin{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.flex{display:flex}.flex.justify-center{justify-content:center}.flex.items-center{align-items:center}.flex.flex-col{flex-direction:column}.flex.wrap{flex-wrap:wrap}.flex.gap-05{gap:.5rem}.flex.gap-1{gap:1rem}.flex.gap-2{gap:2rem}.flex.gap-3{gap:3rem}.flex.justify-end{justify-content:flex-end}.flex.justify-between{justify-content:space-between}@media (min-width: 768px){.flex.md-flex-row{flex-direction:row}}.shrink-0{flex-shrink:0}.h-full{height:100%}h1,.h1{font-size:2rem;margin-top:0}h2,.h2{font-size:1.5rem;margin-top:0}h3,.h3{font-size:1.25rem;margin-top:0}h4,.h4{font-size:1rem;margin-top:0}ul{list-style:none;padding:0;margin:0}.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.mb-4px{margin-bottom:4px}.mt-0{margin-top:0}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:1rem;margin-bottom:1rem}.mr-sm{margin-right:.5rem}.mr-1{margin-right:1rem}.mr-2{margin-right:2rem}.p-1{padding:.25rem}.p-2{padding:.5rem}.pt-2{padding-top:.5rem}.pb-2{padding-bottom:.5rem}.pb-1{padding-bottom:1rem}.overflow-x-auto{overflow-x:auto}.underline{text-decoration:underline}.no-underline{text-decoration:none}.img-square{border-radius:2rem;width:100%;height:100%;object-fit:cover}img{background:#ccc}.w-1{width:1rem}.w-2{width:2rem}.w-3{width:3rem}.w-4{width:4rem}.w-8{width:8rem}.w-16{width:16rem}.w-100{width:100%}.h-1{height:1rem}.h-2{height:2rem}.h-3{height:3rem}.h-4{height:4rem}.h-8{height:8rem}.h-16{height:16rem}.bg-green-500{background:forestgreen}.bg-gray-500{background:#ccc}.bg-gray{background:#7e7e7e}.bg-red-500{background:#EF4444}.bg-orange-500{background:#FB923C}.bg-gold{background:#ffd700}.bg-unset{background:unset}.bb-solid-gray{border-bottom:1px solid gray}.rounded-1{border-radius:.5rem}.rounded-full{border-radius:9999px}.hover-bg-gray-500:hover{background:#383737}.no-wrap{white-space:nowrap}.font-normal{font-weight:400}.animate-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.25s}.rotated{transform:rotate(-180deg)}table{border-collapse:collapse;border:2px solid #555;border-radius:8px}thead{background-color:#555}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}thead th{padding:.4rem 1rem}tbody td{padding:1rem}.zebra:nth-child(2n){background-color:#464646}.zebra:hover{background:#333}.premium-icon{width:12px;height:12px}.absolute{position:absolute}.relative{position:relative}.top-0{top:0!important}.top-1{top:.25rem!important}.top-2{top:.5rem!important}.top-4{top:1rem!important}.top-8{top:2rem!important}.top-16{top:4rem!important}.right-0{right:0!important}.right-1{right:.25rem!important}.right-2{right:.5rem!important}.right-4{right:1rem!important}.right-8{right:2rem!important}.right-16{right:4rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-4{padding:1rem!important}.p-8{padding:2rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-4{padding-top:1rem!important}.pt-8{padding-top:2rem!important}.pr-0{padding-right:0!important}.pr-1{padding-right:.25rem!important}.pr-2{padding-right:.5rem!important}.pr-4{padding-right:1rem!important}.pr-8{padding-right:2rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-4{padding-bottom:1rem!important}.pb-8{padding-bottom:2rem!important}.pl-0{padding-left:0!important}.pl-1{padding-left:.25rem!important}.pl-2{padding-left:.5rem!important}.pl-4{padding-left:1rem!important}.pl-8{padding-left:2rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}@media (max-width: 768px){html{font-size:13px}.on-mobile{display:none}}.w-40px{width:40px}.h-40px{height:40px}.w-50px{width:50px}.h-50px{height:50px}.w-60px{width:60px}.h-60px{height:60px}.container.svelte-17k6sea{display:flex;justify-content:space-between;align-items:center}.ban-dialog-backdrop.svelte-13omlqv.svelte-13omlqv{position:fixed;inset:0;z-index:10;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45)}.ban-dialog.svelte-13omlqv.svelte-13omlqv{width:min(420px,100vw - 2rem);display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:8px;background:#fff;color:#111827;box-shadow:0 20px 60px #00000040}.ban-dialog.svelte-13omlqv h2.svelte-13omlqv{margin:0;color:#111827}.ban-dialog.svelte-13omlqv label.svelte-13omlqv{display:flex;flex-direction:column;gap:.25rem;color:#111827}.ban-dialog.svelte-13omlqv input.svelte-13omlqv,.ban-dialog.svelte-13omlqv select.svelte-13omlqv,.ban-dialog.svelte-13omlqv textarea.svelte-13omlqv{color:#111827;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.45rem .55rem}.ban-dialog.svelte-13omlqv textarea.svelte-13omlqv{resize:vertical}.widget.svelte-r755ra.svelte-r755ra{background-color:#333;border-radius:5px;padding:10px;margin:10px;box-shadow:0 0 5px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.widget.svelte-r755ra h3.svelte-r755ra{margin:0;font-size:1.2rem;color:#aaa}.widget.svelte-r755ra h3 span.svelte-r755ra{font-size:1.5rem;margin-left:10px}.widget.svelte-r755ra h3 span.positive.svelte-r755ra{color:#0a0}.widget.svelte-r755ra h3 span.negative.svelte-r755ra{color:#a00}.bar-graph-vertical.svelte-r755ra.svelte-r755ra{margin-top:80px;max-width:680px}.bar-graph-vertical.svelte-r755ra .bar-container.svelte-r755ra{float:left;height:150px;margin-right:8px;position:relative;text-align:center;width:40px}.bar-graph-vertical.svelte-r755ra .bar.svelte-r755ra{border-radius:3px;bottom:40px;position:absolute;width:40px}.bar-graph-two.svelte-r755ra .bar.svelte-r755ra:after{animation:fade-in-text 2.2s .1s forwards;color:#fff;content:attr(data-value);font-weight:700;left:0;margin:0 auto;position:absolute;right:0;text-align:left;top:24px;transform:rotate(90deg)}.bar-graph-two.svelte-r755ra .bar-one .bar.svelte-r755ra{background-color:#64b2d1;animation:show-bar-one-vertical 1.2s .1s forwards}.bar-graph-two.svelte-r755ra .bar-two .bar.svelte-r755ra{background-color:#5292ac;animation:show-bar-two-vertical 1.2s .2s forwards}.widget.svelte-13h9gs7.svelte-13h9gs7{background-color:#333;border-radius:5px;padding:10px;margin:10px;box-shadow:0 0 5px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1}.widget.svelte-13h9gs7 h3.svelte-13h9gs7{margin:0;font-size:1.2rem;color:#aaa}.widget.svelte-13h9gs7 .number.svelte-13h9gs7{font-size:2rem;font-weight:700}h2.svelte-18d9x7u{border-bottom:1px solid #ccc}.simulator-shell.svelte-ah1xcv.svelte-ah1xcv{display:flex;flex-direction:column;gap:1rem;padding-bottom:3rem}.page-head.svelte-ah1xcv.svelte-ah1xcv,.timeline-head.svelte-ah1xcv.svelte-ah1xcv{display:flex;align-items:center;justify-content:space-between;gap:1rem}.eyebrow.svelte-ah1xcv.svelte-ah1xcv{margin:0 0 .25rem;color:#9ee6d8;font-size:.8rem;font-weight:700;letter-spacing:0;text-transform:uppercase}h1.svelte-ah1xcv.svelte-ah1xcv,h2.svelte-ah1xcv.svelte-ah1xcv{margin:0}.head-actions.svelte-ah1xcv.svelte-ah1xcv{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.mode-control.svelte-ah1xcv.svelte-ah1xcv,.starter-control.svelte-ah1xcv.svelte-ah1xcv{display:inline-flex;align-items:center;gap:.25rem;min-height:2rem;padding:.2rem;border:1px solid #40504e;border-radius:8px;background:#202827}.mode-control.svelte-ah1xcv button.svelte-ah1xcv,.starter-control.svelte-ah1xcv span.svelte-ah1xcv{padding:0 .45rem;color:#c1cdcb;font-size:.78rem;font-weight:800;white-space:nowrap}.mode-control.svelte-ah1xcv button.svelte-ah1xcv,.starter-control.svelte-ah1xcv button.svelte-ah1xcv{min-width:4rem;min-height:1.75rem;border:0;border-radius:6px;background:transparent;color:#d7f0ec;cursor:pointer;font-size:.82rem;font-weight:800}.mode-control.svelte-ah1xcv button.svelte-ah1xcv{min-width:7.6rem}.mode-control.svelte-ah1xcv button.active.svelte-ah1xcv,.starter-control.svelte-ah1xcv button.active.svelte-ah1xcv{background:#5ad1c0;color:#0c1716}.role-grid.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.role-grid.svelte-ah1xcv article.svelte-ah1xcv{padding:.9rem;border:1px solid #3f4c4b;border-radius:8px;background:#252b2b}.role-grid.svelte-ah1xcv span.svelte-ah1xcv{color:#9ee6d8;font-size:.8rem;font-weight:700;text-transform:uppercase}.role-grid.svelte-ah1xcv strong.svelte-ah1xcv{display:block;margin-top:.35rem;font-size:1.15rem}.role-grid.svelte-ah1xcv p.svelte-ah1xcv,.timeline-head.svelte-ah1xcv span.svelte-ah1xcv{margin:.45rem 0 0;color:#c1cdcb;font-size:.9rem}.simulation-layout.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:minmax(320px,390px) minmax(0,1fr);align-items:start;gap:1rem}.chat-preview-shell.svelte-ah1xcv.svelte-ah1xcv{position:sticky;top:.75rem;min-width:0}.preview-head.svelte-ah1xcv.svelte-ah1xcv{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.preview-head.svelte-ah1xcv span.svelte-ah1xcv{max-width:12rem;overflow:hidden;color:#9ee6d8;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.phone-frame.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-rows:auto auto auto minmax(18rem,1fr) auto auto;min-height:700px;overflow:hidden;border:1px solid #40504e;border-radius:8px;background:#101414;box-shadow:0 18px 50px #00000040}.phone-topbar.svelte-ah1xcv.svelte-ah1xcv,.chat-header-preview.svelte-ah1xcv.svelte-ah1xcv,.turn-status-preview.svelte-ah1xcv.svelte-ah1xcv,.chat-footer-preview.svelte-ah1xcv.svelte-ah1xcv{background:#171d1d}.phone-topbar.svelte-ah1xcv.svelte-ah1xcv{display:flex;justify-content:space-between;padding:.45rem .8rem;color:#d7f0ec;font-size:.76rem;font-weight:700}.signal.svelte-ah1xcv.svelte-ah1xcv{color:#9ee6d8}.chat-header-preview.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:2.75rem minmax(0,1fr) auto auto;align-items:center;gap:.65rem;padding:.75rem;border-bottom:1px solid #283231}.chat-header-preview.svelte-ah1xcv img.svelte-ah1xcv,.mini-avatar.svelte-ah1xcv.svelte-ah1xcv{border-radius:50%;object-fit:cover}.chat-header-preview.svelte-ah1xcv img.svelte-ah1xcv{width:2.75rem;height:2.75rem}.mini-avatar.svelte-ah1xcv.svelte-ah1xcv{width:2rem!important;height:2rem!important;flex:0 0 2rem}.chat-title-block.svelte-ah1xcv.svelte-ah1xcv{min-width:0}.chat-title-block.svelte-ah1xcv strong.svelte-ah1xcv,.chat-title-block.svelte-ah1xcv span.svelte-ah1xcv{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-title-block.svelte-ah1xcv span.svelte-ah1xcv{color:#a8b6b4;font-size:.82rem}.ai-label.svelte-ah1xcv.svelte-ah1xcv,.preview-badge.svelte-ah1xcv.svelte-ah1xcv{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;border-radius:999px;font-size:.78rem;font-weight:800}.ai-label.svelte-ah1xcv.svelte-ah1xcv{border:1px solid #76e7d5;color:#9ee6d8}.preview-badge.svelte-ah1xcv.svelte-ah1xcv{background:#e85b69;color:#fff}.task-preview.svelte-ah1xcv.svelte-ah1xcv{padding:.8rem;border-bottom:1px solid #283231;background:#202827}.task-preview.svelte-ah1xcv span.svelte-ah1xcv{color:#9ee6d8;font-size:.72rem;font-weight:800;text-transform:uppercase}.task-preview.svelte-ah1xcv strong.svelte-ah1xcv{display:block;margin-top:.35rem;font-size:1rem}.task-preview.svelte-ah1xcv p.svelte-ah1xcv,.task-preview.svelte-ah1xcv small.svelte-ah1xcv{margin:.35rem 0 0;color:#c1cdcb;font-size:.86rem;line-height:1.35}.task-preview.svelte-ah1xcv small.svelte-ah1xcv{display:block;color:#8ea09d;font-size:.72rem}.task-preview.mode-accept.svelte-ah1xcv.svelte-ah1xcv,.task-preview.mode-continue.svelte-ah1xcv.svelte-ah1xcv{background:#21312e}.task-preview.mode-truth-dare.svelte-ah1xcv.svelte-ah1xcv,.task-preview.mode-answer.svelte-ah1xcv.svelte-ah1xcv{background:#252f3a}.task-preview.mode-typing.svelte-ah1xcv.svelte-ah1xcv{background:#2d2a39}.chat-body-preview.svelte-ah1xcv.svelte-ah1xcv{display:flex;flex-direction:column;gap:.75rem;min-height:0;padding:.85rem;overflow-y:auto;background:linear-gradient(180deg,rgba(118,231,213,.06),rgba(0,0,0,0) 12rem),#111616}.empty-chat.svelte-ah1xcv.svelte-ah1xcv{margin:auto;max-width:16rem;color:#9ca9a7;text-align:center}.empty-chat.svelte-ah1xcv span.svelte-ah1xcv{display:block;color:#d7f0ec;font-weight:800}.empty-chat.svelte-ah1xcv p.svelte-ah1xcv{margin:.35rem 0 0;font-size:.86rem}.system-message.svelte-ah1xcv.svelte-ah1xcv{align-self:center;max-width:85%;padding:.35rem .65rem;border-radius:999px;background:#293030;color:#c1cdcb;font-size:.72rem;text-align:center}.task-bot-message.svelte-ah1xcv.svelte-ah1xcv{align-self:stretch;padding:.7rem .8rem;border:1px solid #455452;border-radius:8px;background:#1f2a29}.task-bot-message.svelte-ah1xcv strong.svelte-ah1xcv,.task-bot-message.svelte-ah1xcv small.svelte-ah1xcv{display:block}.task-bot-message.svelte-ah1xcv strong.svelte-ah1xcv{color:#9ee6d8;font-size:.76rem;text-transform:uppercase}.task-bot-message.svelte-ah1xcv p.svelte-ah1xcv{margin:.35rem 0;font-size:.9rem;line-height:1.35}.task-bot-message.svelte-ah1xcv small.svelte-ah1xcv{color:#c1cdcb;font-size:.72rem}.bubble-line.svelte-ah1xcv.svelte-ah1xcv{display:flex;align-items:flex-end;gap:.55rem}.from-user.svelte-ah1xcv.svelte-ah1xcv{justify-content:flex-end}.from-peer.svelte-ah1xcv.svelte-ah1xcv{justify-content:flex-start}.message-bubble.svelte-ah1xcv.svelte-ah1xcv,.typing-bubble.svelte-ah1xcv.svelte-ah1xcv{max-width:min(82%,17rem);border-radius:8px}.message-bubble.svelte-ah1xcv.svelte-ah1xcv{padding:.65rem .75rem;background:#263130;color:#fff}.from-user.svelte-ah1xcv .message-bubble.svelte-ah1xcv{background:#2f5d57}.message-bubble.svelte-ah1xcv span.svelte-ah1xcv,.message-bubble.svelte-ah1xcv small.svelte-ah1xcv{display:block}.message-bubble.svelte-ah1xcv span.svelte-ah1xcv{margin-bottom:.25rem;color:#9ee6d8;font-size:.72rem;font-weight:800}.message-bubble.svelte-ah1xcv p.svelte-ah1xcv{margin:0;font-size:.9rem;line-height:1.35;overflow-wrap:anywhere}.message-bubble.svelte-ah1xcv small.svelte-ah1xcv{margin-top:.35rem;color:#c7d6d3;font-size:.7rem;text-align:right}.typing-bubble.svelte-ah1xcv.svelte-ah1xcv{display:inline-flex;gap:.3rem;padding:.75rem;background:#263130}.typing-bubble.svelte-ah1xcv span.svelte-ah1xcv{width:.38rem;height:.38rem;border-radius:50%;background:#9ee6d8;animation:svelte-ah1xcv-typingPulse 1s infinite ease-in-out}.typing-bubble.svelte-ah1xcv span.svelte-ah1xcv:nth-child(2){animation-delay:.12s}.typing-bubble.svelte-ah1xcv span.svelte-ah1xcv:nth-child(3){animation-delay:.24s}@keyframes svelte-ah1xcv-typingPulse{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-.18rem)}}.turn-status-preview.svelte-ah1xcv.svelte-ah1xcv{display:flex;flex-direction:column;gap:.3rem;min-height:4.6rem;padding:.75rem 1rem;border-top:1px solid #283231;background:#101429}.turn-status-preview.svelte-ah1xcv strong.svelte-ah1xcv{color:#70d9ff;font-size:1rem;line-height:1.2}.turn-status-preview.svelte-ah1xcv span.svelte-ah1xcv{color:#c8d4d2;font-size:.82rem;line-height:1.3}.turn-status-preview.mode-truth-dare.svelte-ah1xcv.svelte-ah1xcv,.turn-status-preview.mode-answer.svelte-ah1xcv.svelte-ah1xcv{background:#0f1a2c}.turn-status-preview.mode-continue.svelte-ah1xcv.svelte-ah1xcv{background:#13281f}.turn-status-preview.mode-typing.svelte-ah1xcv.svelte-ah1xcv{background:#211c31}.chat-footer-preview.svelte-ah1xcv.svelte-ah1xcv{display:flex;align-items:center;gap:.55rem;min-height:4.4rem;padding:.75rem;border-top:1px solid #283231;background:#171d1d}.chat-footer-preview.svelte-ah1xcv button.svelte-ah1xcv,.composer-input.svelte-ah1xcv.svelte-ah1xcv,.waiting-preview.svelte-ah1xcv.svelte-ah1xcv{min-height:2.7rem;border:0;border-radius:8px;font-size:.92rem}.chat-footer-preview.svelte-ah1xcv button.svelte-ah1xcv{flex:1;background:#33403f;color:#fff;cursor:pointer;font-weight:800;pointer-events:auto}.chat-footer-preview.svelte-ah1xcv button.svelte-ah1xcv:hover{background:#40504f}.chat-footer-preview.svelte-ah1xcv .primary-action.svelte-ah1xcv{background:#5ad1c0;color:#0c1716}.chat-footer-preview.svelte-ah1xcv .primary-action.svelte-ah1xcv:hover{background:#76e7d5}.wide-action.svelte-ah1xcv.svelte-ah1xcv{width:100%}.composer-input.svelte-ah1xcv.svelte-ah1xcv,.waiting-preview.svelte-ah1xcv.svelte-ah1xcv{display:flex;align-items:center;min-width:0;padding:0 .75rem;background:#242b2b;color:#aebbb9}.composer-input.svelte-ah1xcv.svelte-ah1xcv{flex:1;width:100%;resize:none;outline:none;font-family:inherit;line-height:1.2;overflow:hidden}.composer-input.svelte-ah1xcv.svelte-ah1xcv:focus{box-shadow:0 0 0 1px #76e7d5 inset;color:#fff}.waiting-preview.svelte-ah1xcv.svelte-ah1xcv{width:100%;justify-content:center;text-align:center}.send-action.svelte-ah1xcv.svelte-ah1xcv{max-width:5rem}.timeline-shell.svelte-ah1xcv.svelte-ah1xcv{min-width:0}.user-testing-layout.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;align-items:start}.user-testing-panel.svelte-ah1xcv.svelte-ah1xcv,.socket-log-panel.svelte-ah1xcv.svelte-ah1xcv{min-width:0;border:1px solid #3f4c4b;border-radius:8px;background:#1f2424;overflow:hidden}.panel-head.svelte-ah1xcv.svelte-ah1xcv{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem;border-bottom:1px solid #343f3e;background:#242b2b}.panel-head.svelte-ah1xcv p.svelte-ah1xcv{margin:.25rem 0 0;color:#aebbb9;font-size:.86rem;overflow-wrap:anywhere}.panel-head.svelte-ah1xcv span.svelte-ah1xcv{flex:0 0 auto;padding:.35rem .55rem;border-radius:999px;background:#35403f;color:#c1cdcb;font-size:.76rem;font-weight:800}.panel-head.svelte-ah1xcv span.online.svelte-ah1xcv{background:#265247;color:#9ee6d8}.error-line.svelte-ah1xcv.svelte-ah1xcv{margin:.9rem;padding:.65rem .75rem;border:1px solid #74414b;border-radius:8px;background:#3a2025;color:#ffd7dd;font-size:.86rem}.error-line.compact.svelte-ah1xcv.svelte-ah1xcv{margin:.65rem 0 0}.success-line.svelte-ah1xcv.svelte-ah1xcv{margin-top:.65rem;padding:.65rem .75rem;border:1px solid #377b6f;border-radius:8px;background:#183a35;color:#b8fff2;font-size:.86rem}.success-line.compact.svelte-ah1xcv.svelte-ah1xcv{margin:.55rem 0 0}.request-workbench.svelte-ah1xcv.svelte-ah1xcv{padding:.9rem;border-bottom:1px solid #343f3e;background:#1a2020}.request-head.svelte-ah1xcv.svelte-ah1xcv,.request-send-row.svelte-ah1xcv.svelte-ah1xcv,.request-tabs.svelte-ah1xcv.svelte-ah1xcv,.request-card.svelte-ah1xcv.svelte-ah1xcv,.request-person.svelte-ah1xcv.svelte-ah1xcv,.request-actions.svelte-ah1xcv.svelte-ah1xcv{display:flex;gap:.55rem}.request-head.svelte-ah1xcv.svelte-ah1xcv{align-items:center;justify-content:space-between;margin-bottom:.7rem}.request-head.svelte-ah1xcv h3.svelte-ah1xcv{margin:0;font-size:1rem}.request-head.svelte-ah1xcv button.svelte-ah1xcv,.request-tabs.svelte-ah1xcv button.svelte-ah1xcv,.request-send-row.svelte-ah1xcv input.svelte-ah1xcv,.request-send-row.svelte-ah1xcv button.svelte-ah1xcv,.request-actions.svelte-ah1xcv button.svelte-ah1xcv{min-height:2.35rem;border:0;border-radius:8px;font:inherit}.request-head.svelte-ah1xcv button.svelte-ah1xcv,.request-tabs.svelte-ah1xcv button.svelte-ah1xcv,.request-send-row.svelte-ah1xcv button.svelte-ah1xcv,.request-actions.svelte-ah1xcv button.svelte-ah1xcv{padding:0 .75rem;background:#33403f;color:#fff;cursor:pointer;font-weight:800}.request-head.svelte-ah1xcv button.svelte-ah1xcv:disabled,.request-send-row.svelte-ah1xcv button.svelte-ah1xcv:disabled,.request-actions.svelte-ah1xcv button.svelte-ah1xcv:disabled{cursor:not-allowed;opacity:.5}.request-tabs.svelte-ah1xcv.svelte-ah1xcv{margin-bottom:.65rem;padding:.25rem;border:1px solid #3a4a48;border-radius:8px;background:#141a1a}.request-tabs.svelte-ah1xcv button.svelte-ah1xcv{flex:1 1 0;justify-content:center;background:transparent;color:#b8c8c5}.request-tabs.svelte-ah1xcv button.active.svelte-ah1xcv{background:#5ad1c0;color:#071313}.request-tabs.svelte-ah1xcv span.svelte-ah1xcv{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;margin-left:.35rem;border-radius:999px;background:rgba(0,0,0,.18);font-size:.72rem}.request-send-row.svelte-ah1xcv.svelte-ah1xcv{align-items:stretch}.request-send-row.svelte-ah1xcv input.svelte-ah1xcv{flex:1 1 auto;min-width:0;padding:.6rem .7rem;background:#0f1515;color:#fff;outline:none}.request-send-row.svelte-ah1xcv input.svelte-ah1xcv:focus{box-shadow:0 0 0 1px #76e7d5 inset}.request-body-grid.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:7.45rem minmax(16rem,22rem) minmax(0,1fr);gap:.8rem;align-items:start}.request-queue-rail.svelte-ah1xcv.svelte-ah1xcv,.request-search-stage.svelte-ah1xcv.svelte-ah1xcv,.request-list-panel.svelte-ah1xcv.svelte-ah1xcv{min-width:0}.request-queue-rail.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:3.15rem;gap:.45rem;max-height:31.5rem;overflow-y:auto;padding:.35rem;border:1px solid #2f3a39;border-radius:8px;background:#0f1515;scrollbar-width:thin}.request-queue-photo.svelte-ah1xcv.svelte-ah1xcv,.request-queue-empty.svelte-ah1xcv.svelte-ah1xcv{width:100%;aspect-ratio:1;border-radius:8px}.request-queue-photo.svelte-ah1xcv.svelte-ah1xcv{position:relative;display:grid;place-items:center;overflow:hidden;border:1px solid #2f3a39;background:#202928;color:#9ee6d8;font-weight:900}.request-queue-photo.active.svelte-ah1xcv.svelte-ah1xcv{border-color:#5ad1c0;box-shadow:0 0 0 2px #5ad1c02e}.request-queue-photo.incoming.svelte-ah1xcv.svelte-ah1xcv:after{content:"";position:absolute;right:.28rem;top:.28rem;width:.48rem;height:.48rem;border:2px solid #0f1515;border-radius:50%;background:#ffcf5a}.request-queue-photo.svelte-ah1xcv img.svelte-ah1xcv{width:100%;height:100%;object-fit:cover}.request-queue-photo.svelte-ah1xcv span.svelte-ah1xcv{display:grid;place-items:center;width:100%;height:100%;background:#263331;font-size:1.1rem}.request-queue-empty.svelte-ah1xcv.svelte-ah1xcv{border:1px dashed #354240;background:repeating-linear-gradient(135deg,rgba(158,230,216,.05),rgba(158,230,216,.05) .35rem,transparent .35rem,transparent .7rem)}.request-search-stage.svelte-ah1xcv.svelte-ah1xcv{padding:.75rem;border:1px solid #33413f;border-radius:8px;background:#101616}.search-card-head.svelte-ah1xcv.svelte-ah1xcv{display:flex;align-items:center;justify-content:space-between;gap:.6rem;margin-bottom:.65rem}.search-card-head.svelte-ah1xcv h4.svelte-ah1xcv,.search-card-info.svelte-ah1xcv h4.svelte-ah1xcv{margin:0}.search-card-head.svelte-ah1xcv span.svelte-ah1xcv{flex:0 0 auto;padding:.25rem .5rem;border-radius:999px;background:#263331;color:#9ee6d8;font-size:.72rem;font-weight:900}.search-card.svelte-ah1xcv.svelte-ah1xcv{display:grid;gap:.75rem}.search-card-photo.svelte-ah1xcv.svelte-ah1xcv{position:relative;display:grid;place-items:center;height:15.5rem;overflow:hidden;border-radius:8px;background:#202928}.search-card-photo.svelte-ah1xcv img.svelte-ah1xcv{width:100%;height:100%;object-fit:cover}.search-card-photo.svelte-ah1xcv>span.svelte-ah1xcv{display:grid;place-items:center;width:5rem;height:5rem;border-radius:50%;background:#2d3d3a;color:#9ee6d8;font-size:2rem;font-weight:900}.search-card-photo.svelte-ah1xcv em.svelte-ah1xcv{position:absolute;right:.6rem;bottom:.6rem;padding:.25rem .45rem;border-radius:999px;background:rgba(7,14,14,.82);color:#eef8f6;font-size:.72rem;font-style:normal;font-weight:800}.search-card-info.svelte-ah1xcv.svelte-ah1xcv{min-width:0}.search-card-info.svelte-ah1xcv>span.svelte-ah1xcv{display:inline-flex;margin-bottom:.35rem;padding:.2rem .45rem;border-radius:999px;background:#2b3433;color:#b8c8c5;font-size:.72rem;font-weight:900;text-transform:uppercase}.search-card-info.svelte-ah1xcv>span.online.svelte-ah1xcv{background:#265247;color:#9ee6d8}.search-card-info.svelte-ah1xcv h4.svelte-ah1xcv{overflow-wrap:anywhere;font-size:1.25rem}.search-card-info.svelte-ah1xcv p.svelte-ah1xcv,.search-card-info.svelte-ah1xcv small.svelte-ah1xcv,.search-card-info.svelte-ah1xcv blockquote.svelte-ah1xcv{margin:.3rem 0 0;color:#b8c8c5}.search-card-info.svelte-ah1xcv small.svelte-ah1xcv{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-card-info.svelte-ah1xcv blockquote.svelte-ah1xcv{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical;padding-left:.6rem;border-left:2px solid #45615c}.search-card-actions.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:1fr 1fr;gap:.55rem}.search-card-actions.svelte-ah1xcv button.svelte-ah1xcv{min-height:2.65rem;border:0;border-radius:8px;color:#fff;cursor:pointer;font:inherit;font-weight:900}.search-card-actions.svelte-ah1xcv button.svelte-ah1xcv:disabled{cursor:not-allowed;opacity:.5}.search-card-actions.svelte-ah1xcv .dislike.svelte-ah1xcv{background:#553239;color:#ffdce2}.search-card-actions.svelte-ah1xcv .like.svelte-ah1xcv{background:#5ad1c0;color:#071313}.empty-search-card.svelte-ah1xcv.svelte-ah1xcv{display:grid;place-items:center;min-height:15.5rem;padding:1rem;border:1px dashed #3b4b49;border-radius:8px;color:#aebbb9;text-align:center}.empty-search-card.svelte-ah1xcv strong.svelte-ah1xcv,.empty-search-card.svelte-ah1xcv span.svelte-ah1xcv{display:block}.request-list.svelte-ah1xcv.svelte-ah1xcv{display:grid;gap:.55rem;max-height:17rem;margin-top:.75rem;overflow-y:auto}.request-card.svelte-ah1xcv.svelte-ah1xcv{align-items:center;justify-content:space-between;min-width:0;padding:.6rem;border:1px solid #354341;border-radius:8px;background:#141a1a}.request-person.svelte-ah1xcv.svelte-ah1xcv{align-items:center;min-width:0}.request-person.svelte-ah1xcv img.svelte-ah1xcv,.request-person.svelte-ah1xcv>span.svelte-ah1xcv{flex:0 0 auto;width:2.45rem;height:2.45rem;border-radius:50%;object-fit:cover;background:#2c3a38}.request-person.svelte-ah1xcv>span.svelte-ah1xcv{display:inline-flex;align-items:center;justify-content:center;color:#9ee6d8;font-weight:900}.request-person.svelte-ah1xcv div.svelte-ah1xcv{min-width:0}.request-person.svelte-ah1xcv strong.svelte-ah1xcv,.request-person.svelte-ah1xcv small.svelte-ah1xcv,.request-person.svelte-ah1xcv em.svelte-ah1xcv{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.request-person.svelte-ah1xcv small.svelte-ah1xcv{color:#9ca9a7;font-size:.72rem}.request-person.svelte-ah1xcv em.svelte-ah1xcv{color:#b8c8c5;font-size:.74rem;font-style:normal}.request-actions.svelte-ah1xcv.svelte-ah1xcv{flex:0 0 auto}.request-actions.svelte-ah1xcv button.accept.svelte-ah1xcv{background:#5ad1c0;color:#071313}.user-testing-actions.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.55rem;padding:.9rem;border-bottom:1px solid #343f3e}.user-testing-actions.svelte-ah1xcv input.svelte-ah1xcv,.user-testing-actions.svelte-ah1xcv button.svelte-ah1xcv,.real-composer.svelte-ah1xcv textarea.svelte-ah1xcv,.real-composer.svelte-ah1xcv button.svelte-ah1xcv{min-height:2.55rem;border:0;border-radius:8px;font:inherit}.user-testing-actions.svelte-ah1xcv input.svelte-ah1xcv,.real-composer.svelte-ah1xcv textarea.svelte-ah1xcv{min-width:0;padding:.65rem .75rem;background:#111616;color:#fff;outline:none}.user-testing-actions.svelte-ah1xcv input.svelte-ah1xcv:focus,.real-composer.svelte-ah1xcv textarea.svelte-ah1xcv:focus{box-shadow:0 0 0 1px #76e7d5 inset}.user-testing-actions.svelte-ah1xcv button.svelte-ah1xcv,.real-composer.svelte-ah1xcv button.svelte-ah1xcv{padding:0 .8rem;background:#33403f;color:#fff;cursor:pointer;font-weight:800}.user-testing-actions.svelte-ah1xcv button.svelte-ah1xcv:disabled,.real-composer.svelte-ah1xcv button.svelte-ah1xcv:disabled{cursor:not-allowed;opacity:.5}.real-chat-shell.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:minmax(190px,24%) minmax(0,1fr);min-height:560px}.real-chat-list.svelte-ah1xcv.svelte-ah1xcv{border-right:1px solid #343f3e;background:#191f1f;overflow-y:auto}.real-chat-list.svelte-ah1xcv button.svelte-ah1xcv{display:block;width:100%;padding:.75rem;border:0;border-bottom:1px solid #303938;background:transparent;color:#d7f0ec;cursor:pointer;text-align:left}.real-chat-list.svelte-ah1xcv button.active.svelte-ah1xcv{background:#223531}.real-chat-list.svelte-ah1xcv strong.svelte-ah1xcv,.real-chat-list.svelte-ah1xcv span.svelte-ah1xcv{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.real-chat-list.svelte-ah1xcv span.svelte-ah1xcv{margin-top:.3rem;color:#aebbb9;font-size:.78rem}.empty-real-list.svelte-ah1xcv.svelte-ah1xcv{padding:.9rem;color:#9ca9a7;font-size:.86rem}.real-chat-window.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-rows:auto minmax(0,1fr) auto;min-width:0;min-height:560px}.real-chat-title.svelte-ah1xcv.svelte-ah1xcv{display:flex;justify-content:space-between;gap:1rem;padding:.75rem .9rem;border-bottom:1px solid #343f3e;background:#171d1d}.real-chat-title.svelte-ah1xcv strong.svelte-ah1xcv,.real-chat-title.svelte-ah1xcv span.svelte-ah1xcv{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.real-chat-title.svelte-ah1xcv span.svelte-ah1xcv{color:#9ee6d8;font-size:.82rem;font-weight:800}.real-message-list.svelte-ah1xcv.svelte-ah1xcv{display:flex;flex-direction:column;gap:.65rem;padding:.9rem;overflow-y:auto;background:#101414}.real-message.svelte-ah1xcv.svelte-ah1xcv{width:fit-content;max-width:min(72%,48rem);padding:.65rem .75rem;border-radius:8px;background:#263130;color:#fff}.real-message.mine.svelte-ah1xcv.svelte-ah1xcv{align-self:flex-end;background:#2f5d57}.real-message.theirs.svelte-ah1xcv.svelte-ah1xcv{align-self:flex-start}.real-message.task-bot.svelte-ah1xcv.svelte-ah1xcv{align-self:center;width:min(92%,44rem);max-width:min(92%,44rem);border:1px solid #2d4e62;background:#17212d}.real-message.task-bot.svelte-ah1xcv small.svelte-ah1xcv{color:#76e7d5;font-weight:800}.real-message.task-bot.svelte-ah1xcv strong.svelte-ah1xcv{color:#fff}.real-message.task-bot.svelte-ah1xcv .task-text.svelte-ah1xcv{color:#d7f0ec}.real-message.svelte-ah1xcv small.svelte-ah1xcv,.real-message.svelte-ah1xcv span.svelte-ah1xcv{display:block;color:#c7d6d3;font-size:.7rem;overflow-wrap:anywhere}.real-message.svelte-ah1xcv p.svelte-ah1xcv{margin:.25rem 0;line-height:1.35;overflow-wrap:anywhere}.real-message.svelte-ah1xcv span.svelte-ah1xcv{text-align:right}.test-game-controls.svelte-ah1xcv.svelte-ah1xcv{padding:.75rem;border-top:1px solid #343f3e;background:#141a1a}.test-turn-banner.svelte-ah1xcv.svelte-ah1xcv{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.75rem;border:1px solid #2d4e62;border-radius:8px;background:#102032}.test-turn-banner.tone-active.svelte-ah1xcv.svelte-ah1xcv{border-color:#237f94;background:#0d2735}.test-turn-banner.tone-waiting.svelte-ah1xcv.svelte-ah1xcv{border-color:#45514d;background:#202826}.test-turn-banner.tone-done.svelte-ah1xcv.svelte-ah1xcv{border-color:#3e4b43;background:#18231d}.test-turn-banner.svelte-ah1xcv strong.svelte-ah1xcv,.test-turn-banner.svelte-ah1xcv span.svelte-ah1xcv,.test-turn-banner.svelte-ah1xcv p.svelte-ah1xcv{display:block}.test-turn-banner.svelte-ah1xcv strong.svelte-ah1xcv{color:#76e7d5;font-size:1rem}.test-turn-banner.svelte-ah1xcv span.svelte-ah1xcv{margin-top:.25rem;color:#d7f0ec;font-size:.85rem}.test-turn-banner.svelte-ah1xcv p.svelte-ah1xcv{margin:.55rem 0 0;color:#fff;line-height:1.35;overflow-wrap:anywhere}.test-turn-banner.svelte-ah1xcv button.svelte-ah1xcv,.test-task-actions.svelte-ah1xcv button.svelte-ah1xcv{min-height:2.35rem;border:0;border-radius:8px;background:#33403f;color:#fff;cursor:pointer;font:inherit;font-weight:800}.test-turn-banner.svelte-ah1xcv button.svelte-ah1xcv{flex:0 0 auto;padding:0 .7rem;font-size:.78rem}.test-task-actions.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;margin-top:.65rem}.test-task-actions.svelte-ah1xcv button.primary.svelte-ah1xcv{background:#5ad1c0;color:#071313}.test-turn-banner.svelte-ah1xcv button.svelte-ah1xcv:disabled,.test-task-actions.svelte-ah1xcv button.svelte-ah1xcv:disabled{cursor:not-allowed;opacity:.45}.real-composer.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem;padding:.75rem;border-top:1px solid #343f3e;background:#171d1d}.real-composer.svelte-ah1xcv textarea.svelte-ah1xcv{resize:vertical;min-height:3.2rem}.real-composer.svelte-ah1xcv button.svelte-ah1xcv{min-width:5rem;background:#5ad1c0;color:#0c1716}.socket-log-panel.svelte-ah1xcv.svelte-ah1xcv{position:static}.socket-log-list.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:.6rem;max-height:18rem;padding:.75rem;overflow-y:auto}.socket-log-list.svelte-ah1xcv article.svelte-ah1xcv{padding:.65rem;border:1px solid #374341;border-radius:8px;background:#171d1d}.socket-log-list.svelte-ah1xcv strong.svelte-ah1xcv,.socket-log-list.svelte-ah1xcv span.svelte-ah1xcv{display:inline-block;margin-right:.45rem;font-size:.78rem}.socket-log-list.svelte-ah1xcv strong.svelte-ah1xcv{color:#9ee6d8}.socket-log-list.svelte-ah1xcv span.svelte-ah1xcv{color:#aebbb9}.socket-log-list.svelte-ah1xcv pre.svelte-ah1xcv{max-height:10rem;margin:.45rem 0 0;overflow:auto;color:#d7f0ec;font-size:.72rem;white-space:pre-wrap;word-break:break-word}.timeline-table.svelte-ah1xcv.svelte-ah1xcv{overflow-x:auto;border:1px solid #3a3a3a;border-radius:8px;background:#1f2222}.timeline-row.svelte-ah1xcv.svelte-ah1xcv{display:grid;grid-template-columns:3rem 10rem 8rem minmax(14rem,1.2fr) minmax(14rem,1.2fr) minmax(14rem,1fr) minmax(16rem,1.4fr);min-width:1180px;border-top:1px solid #373d3d}.timeline-row.svelte-ah1xcv.svelte-ah1xcv:first-child{border-top:0}.timeline-row.svelte-ah1xcv>span.svelte-ah1xcv,.timeline-row.svelte-ah1xcv>strong.svelte-ah1xcv{padding:.7rem;font-size:.88rem;line-height:1.35;border-left:1px solid #373d3d}.timeline-row.svelte-ah1xcv>span.svelte-ah1xcv:first-child,.timeline-row.svelte-ah1xcv>strong.svelte-ah1xcv:first-child{border-left:0}.timeline-header.svelte-ah1xcv.svelte-ah1xcv{background:#323838;color:#dff7f3;font-weight:700}.step-number.svelte-ah1xcv.svelte-ah1xcv{color:#9ee6d8;font-weight:700}.tone-ok.svelte-ah1xcv.svelte-ah1xcv{background:#21312e}.tone-warning.svelte-ah1xcv.svelte-ah1xcv{background:#3a2b1b}.tone-neutral.svelte-ah1xcv.svelte-ah1xcv{background:#242828}@media (max-width: 900px){.page-head.svelte-ah1xcv.svelte-ah1xcv,.timeline-head.svelte-ah1xcv.svelte-ah1xcv{align-items:flex-start;flex-direction:column}.head-actions.svelte-ah1xcv.svelte-ah1xcv{justify-content:flex-start}.role-grid.svelte-ah1xcv.svelte-ah1xcv,.simulation-layout.svelte-ah1xcv.svelte-ah1xcv,.user-testing-layout.svelte-ah1xcv.svelte-ah1xcv,.real-chat-shell.svelte-ah1xcv.svelte-ah1xcv{grid-template-columns:1fr}.chat-preview-shell.svelte-ah1xcv.svelte-ah1xcv,.socket-log-panel.svelte-ah1xcv.svelte-ah1xcv{position:static}.user-testing-actions.svelte-ah1xcv.svelte-ah1xcv,.real-composer.svelte-ah1xcv.svelte-ah1xcv{grid-template-columns:1fr}.test-turn-banner.svelte-ah1xcv.svelte-ah1xcv{flex-direction:column}.test-task-actions.svelte-ah1xcv.svelte-ah1xcv{grid-template-columns:1fr 1fr}.request-body-grid.svelte-ah1xcv.svelte-ah1xcv,.search-card-actions.svelte-ah1xcv.svelte-ah1xcv{grid-template-columns:1fr}.request-queue-rail.svelte-ah1xcv.svelte-ah1xcv{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:3.15rem;grid-auto-rows:3.15rem;max-height:none;overflow-x:auto;overflow-y:hidden}.search-card-photo.svelte-ah1xcv.svelte-ah1xcv,.empty-search-card.svelte-ah1xcv.svelte-ah1xcv{min-height:13rem}.request-send-row.svelte-ah1xcv.svelte-ah1xcv,.request-card.svelte-ah1xcv.svelte-ah1xcv,.request-actions.svelte-ah1xcv.svelte-ah1xcv{align-items:stretch;flex-direction:column}.phone-frame.svelte-ah1xcv.svelte-ah1xcv{min-height:640px}}.admin-user-device-list.svelte-w7rgif.svelte-w7rgif{margin:.5rem 0}.admin-user-device-list.svelte-w7rgif p.svelte-w7rgif{margin:.25rem 0}.admin-user-device-list.svelte-w7rgif li.svelte-w7rgif{display:flex;flex-direction:column;gap:.1rem;margin-bottom:.35rem;font-size:.875rem}.admin-user-device-list.svelte-w7rgif code.svelte-w7rgif{overflow-wrap:anywhere}.moderation-toolbar.svelte-928k6s.svelte-928k6s{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.tabs.svelte-928k6s.svelte-928k6s{display:flex;align-items:center;gap:.25rem;overflow-x:auto;border-bottom:1px solid #d1d5db}.tabs.svelte-928k6s button.svelte-928k6s{border:0;border-bottom:2px solid transparent;background:transparent;padding:.5rem .75rem;color:#d1d5db;white-space:nowrap;cursor:pointer}.tabs.svelte-928k6s button.svelte-928k6s:disabled{cursor:default;opacity:.6}.tabs.svelte-928k6s button.active-tab.svelte-928k6s{border-bottom-color:#60a5fa;color:#fff;font-weight:600}.bulk-actions.svelte-928k6s.svelte-928k6s{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem;padding:.5rem 0}.bulk-select.svelte-928k6s.svelte-928k6s,.item-select.svelte-928k6s.svelte-928k6s{display:inline-flex;align-items:center;gap:.4rem}.bulk-count.svelte-928k6s.svelte-928k6s{color:#d1d5db;font-size:.875rem}.item-select.svelte-928k6s.svelte-928k6s{flex:0 0 auto;padding-top:.2rem}.moderation-item.svelte-928k6s.svelte-928k6s{display:flex;gap:.75rem;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#111827}.moderation-item.selected-item.svelte-928k6s.svelte-928k6s{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa40}.moderation-item.svelte-928k6s a.svelte-928k6s{color:#1d4ed8}.moderation-item.svelte-928k6s .text-link.svelte-928k6s{color:#0f766e!important}.moderation-photo-link.svelte-928k6s.svelte-928k6s{display:flex;align-items:flex-start;flex:0 0 auto;width:min(320px,38vw)}.moderation-photo.svelte-928k6s.svelte-928k6s{display:block;width:100%;max-height:420px;height:auto;border-radius:0;object-fit:contain}.moderation-text-value.svelte-928k6s.svelte-928k6s{width:112px;min-height:112px;overflow-wrap:anywhere;border-radius:.5rem;background:#f3f4f6;color:#111827;padding:.5rem;font-size:.875rem}.moderation-body.svelte-928k6s.svelte-928k6s{display:flex;min-width:0;flex:1;flex-direction:column;gap:.35rem}.moderation-row.svelte-928k6s.svelte-928k6s{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem}.moderation-title.svelte-928k6s.svelte-928k6s,.moderation-actions.svelte-928k6s.svelte-928k6s{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.moderation-actions.svelte-928k6s.svelte-928k6s{flex:0 0 auto;justify-content:flex-end}.text-link.svelte-928k6s.svelte-928k6s{min-width:0;overflow-wrap:anywhere}.badge.svelte-928k6s.svelte-928k6s{padding:.15rem .4rem;border-radius:999px;background:#e5e7eb;color:#111827;font-size:.75rem;white-space:nowrap}@media (max-width: 720px){.moderation-toolbar.svelte-928k6s.svelte-928k6s,.moderation-item.svelte-928k6s.svelte-928k6s,.moderation-row.svelte-928k6s.svelte-928k6s,.bulk-actions.svelte-928k6s.svelte-928k6s{align-items:stretch;flex-direction:column}.moderation-actions.svelte-928k6s.svelte-928k6s{justify-content:flex-start}.moderation-photo-link.svelte-928k6s.svelte-928k6s{width:100%}.moderation-photo.svelte-928k6s.svelte-928k6s{max-height:none}}
