section.playground .brd_tabs .tablist{z-index:1;width:auto;border-radius:8px;border:1px solid hsla(0,0%,100%,.1);padding:4px;background:hsla(0,0%,100%,.1);position:relative;gap:12px}section.playground .brd_tabs .tablist:before{content:"";position:absolute;left:var(--left);top:4px;height:calc(100% - 8px);width:var(--width);background:#3d7ffc;border-radius:6px;border:1px solid hsla(0,0%,100%,.2);z-index:0;transition:.25s ease-out}section.playground .brd_tabs .tablist button[aria-selected=true]{color:#fff;font-weight:500}section.playground .brd_tabs .tablist button[aria-selected=true]:before{opacity:1}section.playground .brd_tabs .tablist button[aria-selected=true] svg{color:#fff}section.playground .brd_tabs .tablist button{display:flex;align-items:center;gap:6px;border:0;color:#8599ac;background:transparent;padding:4px 18px;position:relative}section.playground .brd_tabs .tablist button svg{width:18px;height:18px;color:hsla(0,0%,100%,.8)}section.playground .brd_tabs .tablist button .txt{font-size:12px;color:#091b36;background:#0be597;border-radius:21px;padding:0 8px}section.playground .playground_box.answer_engines .input_item,section.playground .playground_box.search_engines .input_item{position:relative;height:48px}section.playground .playground_box.answer_engines .input_item svg,section.playground .playground_box.search_engines .input_item svg{position:absolute;max-width:14px;max-height:100%;right:10px;top:50%;transform:translateY(-50%)}section.playground .playground_box.answer_engines .input_item input::-moz-placeholder,section.playground .playground_box.search_engines .input_item input::-moz-placeholder{color:#9bacbc}section.playground .playground_box.answer_engines .input_item input::placeholder,section.playground .playground_box.search_engines .input_item input::placeholder{color:#9bacbc}section.playground .playground_box.answer_engines .input_item .input_cls,section.playground .playground_box.search_engines .input_item .input_cls{width:100%;height:100%;color:#9bacbc;background:#22395b;border:1px solid var(--border);border-radius:8px;padding-left:16px;padding-right:32px;font-size:16px;font-weight:300;line-height:1.6;letter-spacing:.02em}section.playground .playground_box.answer_engines .input_item .nice-select,section.playground .playground_box.search_engines .input_item .nice-select{display:flex;align-items:center}section.playground .playground_box.answer_engines .input_item .nice-select-dropdown,section.playground .playground_box.search_engines .input_item .nice-select-dropdown{width:100%;background:#22395b;-ms-overflow-style:none;scrollbar-width:none;margin-top:16px;border-radius:8px;border:1px solid hsla(0,0%,100%,.2)}section.playground .playground_box.answer_engines .input_item .nice-select-dropdown .list,section.playground .playground_box.search_engines .input_item .nice-select-dropdown .list{padding:4px}section.playground .playground_box.answer_engines .input_item .nice-select-dropdown .option.focus,section.playground .playground_box.answer_engines .input_item .nice-select-dropdown .option.selected.focus,section.playground .playground_box.search_engines .input_item .nice-select-dropdown .option.focus,section.playground .playground_box.search_engines .input_item .nice-select-dropdown .option.selected.focus{background-color:hsla(0,0%,100%,.1);border-radius:4px;color:#fff}section.playground .playground_box.answer_engines .input_item .nice-select-dropdown .option:hover,section.playground .playground_box.search_engines .input_item .nice-select-dropdown .option:hover{background-color:hsla(0,0%,100%,.2);color:#fff}section.playground .playground_box.answer_engines .input_item .nice-select .current,section.playground .playground_box.search_engines .input_item .nice-select .current{color:#fff}section.playground .playground_box.answer_engines .input_item .nice-select-search,section.playground .playground_box.search_engines .input_item .nice-select-search{background-color:hsla(0,0%,100%,.2);color:#fff;padding:8px 16px;border:none;border-radius:4px}section.playground .playground_box.answer_engines .input_item .nice-select:after,section.playground .playground_box.search_engines .input_item .nice-select:after{border-color:#8599ac;width:8px;height:8px}section.playground .playground_box.answer_engines .input_item .nice-select:hover,section.playground .playground_box.search_engines .input_item .nice-select:hover{border-color:#3d7ffc}section.playground .playground_box.search_engines .output pre{height:405px}section.playground .playground_box.crawling .output pre{height:240px}section.playground .playground_box.answer_engines .output pre,section.playground .playground_box.social_media .output pre{height:480px}section.playground .playground_box.inapp_search .output pre{height:490px}section.playground .playground_box.archive .output pre{height:200px}section.playground .playground_box.archive .prompt,section.playground .playground_box.crawling .prompt,section.playground .playground_box.social_media .prompt{padding:10px 16px;border-radius:5px;border:1px solid hsla(0,0%,100%,.2);background:#22395b}section.playground .playground_box.archive .prompt svg,section.playground .playground_box.crawling .prompt svg,section.playground .playground_box.social_media .prompt svg{color:#76a5ff;width:18px;height:18px}section.playground .playground_box .custom_radio{display:flex;align-items:center;gap:16px;padding:10px 16px;cursor:pointer;transition:border-color .3s ease,background-color .3s ease;width:calc(50% - 12px);color:#8599ac;background:#22395b;border:1px solid var(--border);border-radius:8px;font-size:16px;font-weight:300;line-height:1.6;letter-spacing:.02em}section.playground .playground_box .custom_radio:hover{border-color:#3d7ffc}section.playground .playground_box .custom_radio input{display:none}section.playground .playground_box .custom_radio .radio_custom{width:16px;height:16px;border:1px solid #3d7ffc;border-radius:50%;display:inline-block;position:relative}section.playground .playground_box .custom_radio .radio_custom:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#3d7ffc;border-radius:50%;opacity:0;transition:opacity .2s ease}section.playground .playground_box .custom_radio input:checked+.radio_custom:before{opacity:1}section.playground .playground_box .custom_radio input:checked+.radio_custom{border-color:#3d7ffc}section.playground .playground_box .custom_radio input:not(:checked)+.radio_custom{border-color:#526373}section.playground .playground_box .custom_radio input:checked~span{color:#3d7ffc}section.playground .playground_box .custom_radio input:checked~span.radio_text{color:#fff}section.playground .playground_box .custom_radio.active{border-color:#3d7ffc;transition:border-color .3s ease,background-color .3s ease}section.playground .playground_box .custom_radio.w-100{width:100%}section.playground .playground_box .output .code-toolbar .toolbar{display:none}section.playground .playground_box .output pre{overflow-x:hidden;color:#71e5fe;background:#091b36;border-radius:8px;font-size:13px;font-weight:300}section.playground .playground_box .output .placeholder .txt_placeholder img{max-width:88px;max-height:88px}section.playground .playground_box button.disabled,section.playground .playground_box button[disabled]{background:#8599ac;cursor:not-allowed;pointer-events:none;border:none}section.playground .playground_box .hidden-select{display:none}section.playground .code_examples .code_snippets button{transition:.25s ease-out}section.playground .code_examples .code_snippets button:hover{background:hsla(0,0%,100%,.1)}section.playground .code_examples .code_snippets pre{border:none}@media (min-width:1024px){section.playground .playground_box .output pre::-webkit-scrollbar{width:24px;height:24px}section.playground .playground_box .output pre::-webkit-scrollbar-thumb{background:#70879c;background-clip:content-box;border:8px solid transparent;border-radius:16px;min-height:40px}.is_dark section.playground .playground_box .output pre::-webkit-scrollbar-thumb{background-color:#526373}}@media (min-width:1200px){section.playground .playground_box .custom_radio,section.playground .playground_box.answer_engines .input_item .input_cls,section.playground .playground_box.search_engines .input_item .input_cls{font-size:18px}}@media (max-width:768px){section.playground .brd_tabs .tablist button{flex:0 0 auto}section.playground .brd_tabs .tablist{overflow-x:auto;scroll-snap-type:x mandatory}section.playground .playground_box .custom_radio span.radio_text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:110px}}