#root,body,html{width:100%;height:100%;margin:0}body{overflow:hidden;background:#000;font-family:var(--font-sans),system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.dark{--main-surface-primary:#000!important;--bg-primary:#000!important;--bg-elevated-primary:#0a0a0a!important;--bg-elevated-secondary:#111!important;--bg-tertiary:#1a1a1a!important}.wildgpt-shell .sticky.top-0{background:#000!important}button,input,textarea{font:inherit}.wildgpt-shell{position:relative;width:100vw;height:100svh;overflow:hidden;--wildgpt-sidebar-width:var(--sidebar-width,260px);color:var(--text-primary);background:#000}.wildgpt-snapshot{width:100%;height:100%}.wildgpt-shell a{color:inherit;text-decoration:none}.wildgpt-shell [contenteditable=true]{caret-color:var(--text-primary)!important}.wildgpt-shell #prompt-textarea{position:relative;color:var(--text-primary)!important;cursor:text!important;min-height:1.5rem;pointer-events:auto!important;white-space:pre-wrap;user-select:text!important;-webkit-user-select:text!important}.wildgpt-shell .wcDTda_prosemirror-parent #prompt-textarea{margin-top:0!important;margin-bottom:0!important;padding-top:calc(var(--spacing, .25rem) * 4)!important}.wildgpt-shell #prompt-textarea[data-has-text=false]:before{position:absolute;top:calc(var(--spacing, .25rem) * 4);left:0;color:var(--text-tertiary,#8f8f8f);pointer-events:none;content:attr(data-wildgpt-placeholder)}.wildgpt-shell .composer-parent,.wildgpt-shell .wcDTda_prosemirror-parent,.wildgpt-shell [data-composer-surface],.wildgpt-shell [data-type=unified-composer]{pointer-events:auto!important}.wildgpt-shell [contenteditable=true]:focus{outline:none}.wildgpt-shell #prompt-textarea[data-has-text=true] .placeholder,.wildgpt-shell #prompt-textarea[data-has-text=true] .placeholder:before,.wildgpt-shell #prompt-textarea[data-has-text=true] [data-placeholder],.wildgpt-shell #prompt-textarea[data-has-text=true] [data-placeholder]:before{display:none!important;content:""!important}.wildgpt-mobile-new-chat-button,.wildgpt-mobile-sidebar-button{position:fixed;inset-block-start:.7rem;z-index:74;display:none;width:2.45rem;height:2.45rem;align-items:center;justify-content:center;border:0;border-radius:.75rem;background:var(--main-surface-primary);color:var(--text-primary);box-shadow:0 12px 34px rgb(0 0 0/.28)}.wildgpt-mobile-sidebar-button{inset-inline-start:.7rem}.wildgpt-mobile-new-chat-button{inset-inline-end:.7rem}.wildgpt-mobile-new-chat-button svg{width:1.25rem;height:1.25rem}.wildgpt-mobile-new-chat-button{transition:opacity .15s ease,transform .15s cubic-bezier(.16,1,.3,1)}.wildgpt-shell.is-sidebar-open .wildgpt-mobile-new-chat-button{opacity:0;pointer-events:none;transform:translateX(8px)}.wildgpt-mobile-sidebar-button span{position:absolute;width:1rem;height:2px;border-radius:999px;background:currentColor;transition:transform .15s cubic-bezier(.16,1,.3,1),opacity .15s ease}.wildgpt-mobile-sidebar-button span:first-child{transform:translateY(-5px)}.wildgpt-mobile-sidebar-button span:nth-child(3){transform:translateY(5px)}.wildgpt-sidebar-backdrop,.wildgpt-sidebar-close-hotspot{display:none}.wildgpt-shell.is-sidebar-open .wildgpt-mobile-sidebar-button span:first-child{transform:rotate(45deg)}.wildgpt-shell.is-sidebar-open .wildgpt-mobile-sidebar-button span:nth-child(2){opacity:0}.wildgpt-shell.is-sidebar-open .wildgpt-mobile-sidebar-button span:nth-child(3){transform:rotate(-45deg)}@media (min-width:768px){.wildgpt-shell.is-sidebar-open .wildgpt-sidebar-close-hotspot{position:fixed;inset-block:0;inset-inline-start:var(--wildgpt-sidebar-width);inset-inline-end:0;z-index:35;display:block;width:auto;height:auto;border:0;background:transparent;cursor:pointer}.wildgpt-shell.is-conversation #stage-slideover-sidebar{z-index:210!important}}.wildgpt-shell.is-sidebar-open #thread-bottom,.wildgpt-shell.is-sidebar-open .wildgpt-conversation,.wildgpt-shell.is-sidebar-opening #thread-bottom,.wildgpt-shell.is-sidebar-opening .wildgpt-conversation{pointer-events:none!important}.wildgpt-shell #stage-slideover-sidebar{--sidebar-surface-primary:#000!important;--main-surface-primary:#000!important;position:relative!important;isolation:isolate;overflow:visible;z-index:100!important;border-inline-end:0!important;background-color:#000!important}@media (max-width:767px){.wildgpt-shell.is-sidebar-open #stage-slideover-sidebar{width:var(--wildgpt-sidebar-width)!important}}.wildgpt-shell #stage-slideover-sidebar:before{position:absolute;inset-block:0;inset-inline-start:0;z-index:0;width:var(--sidebar-rail-width,52px);pointer-events:none;content:"";background:#000;border-inline-end:1px solid #5a5a5a}.wildgpt-shell #stage-slideover-sidebar>*{position:relative;z-index:1}.wildgpt-shell #stage-sidebar-tiny-bar+div [class*="w-(--sidebar-width)"]{width:100%!important;max-width:100%!important}.wildgpt-shell #stage-sidebar-tiny-bar{opacity:1;transition:opacity .16s ease;background:#000!important}.wildgpt-shell #stage-sidebar-tiny-bar>*{background:transparent!important}.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar,.wildgpt-shell.is-sidebar-opening #stage-sidebar-tiny-bar{opacity:0;pointer-events:none}.wildgpt-shell #stage-sidebar-tiny-bar+div{position:absolute!important;inset-block:0!important;inset-inline-start:0!important;width:var(--wildgpt-sidebar-width)!important;max-width:var(--wildgpt-sidebar-width)!important;height:100%!important;z-index:2;background-color:#000!important;background-image:none!important;border-inline-end:1px solid #5a5a5a;overflow-x:hidden;overflow-y:auto;opacity:0;pointer-events:none;transform:translateX(-100%);will-change:opacity,transform}.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div{opacity:1;pointer-events:auto;transform:translateX(0)}.wildgpt-shell.is-sidebar-opening #stage-sidebar-tiny-bar+div{pointer-events:auto;animation:wildgpt-sidebar-slide-in .18s cubic-bezier(.2,0,0,1) both}.wildgpt-shell.is-sidebar-closing #stage-sidebar-tiny-bar+div{pointer-events:none;animation:wildgpt-sidebar-slide-out .18s cubic-bezier(.2,0,0,1) both}@keyframes wildgpt-sidebar-slide-in{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}@keyframes wildgpt-sidebar-slide-out{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-100%)}}.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div *,.wildgpt-shell.is-sidebar-opening #stage-sidebar-tiny-bar+div *{pointer-events:auto}.wildgpt-shell #sidebar-header [data-testid=close-sidebar-button]{position:relative!important;z-index:5!important;pointer-events:auto!important}.wildgpt-shell #sidebar-header [data-testid=close-sidebar-button] svg,.wildgpt-shell #sidebar-header [data-testid=close-sidebar-button] use{pointer-events:none}.wildgpt-shell #sidebar-header .header-wordmark{font-size:0;color:transparent;display:inline-block;width:110px;height:30px;background:url(/logo-white-transparent.svg) 0/contain no-repeat}.wildgpt-shell #stage-sidebar-tiny-bar button[aria-controls=stage-slideover-sidebar]{position:relative}.wildgpt-shell #stage-sidebar-tiny-bar button[aria-controls=stage-slideover-sidebar] svg{display:none!important}.wildgpt-shell #stage-sidebar-tiny-bar button[aria-controls=stage-slideover-sidebar]:before{content:"";display:block;width:32px;height:32px;background:url(/logo-white-transparent.svg) 50%/contain no-repeat}.wildgpt-notice{position:fixed;inset-inline:max(1rem,env(safe-area-inset-left)) max(1rem,env(safe-area-inset-right));inset-block-end:calc(1rem + env(safe-area-inset-bottom));z-index:90;display:flex;width:min(42rem,calc(100vw - 2rem));align-items:center;justify-content:space-between;gap:1rem;margin-inline:auto;border:1px solid rgb(255 255 255/.13);border-radius:1.25rem;background:var(--bg-elevated-secondary,var(--main-surface-secondary,#2f2f2f));box-shadow:0 18px 44px rgb(0 0 0/.34);color:var(--text-primary,#f5f5f5);padding:.85rem .95rem}.wildgpt-notice span{font-size:.92rem;line-height:1.4}.wildgpt-modal button,.wildgpt-notice button{border:1px solid rgb(255 255 255/.12);border-radius:.75rem;background:rgb(255 255 255/.065);color:inherit;cursor:pointer}.wildgpt-notice button{flex:0 0 auto;padding:.48rem .65rem}.wildgpt-file-tray-root{grid-area:header;min-width:0}.wildgpt-file-tray{display:flex;align-items:center;gap:.45rem;min-width:0;padding:0 0 .6rem}.wildgpt-file-tray__list{display:flex;flex:1 1 auto;gap:.5rem;min-width:0;overflow-x:auto;scrollbar-width:none}.wildgpt-file-tray__list::-webkit-scrollbar{display:none}.wildgpt-file-chip{position:relative;display:inline-flex;align-items:center;gap:.7rem;width:min(25.5rem,82vw);max-width:100%;min-width:0;min-height:4.2rem;border:1px solid rgb(255 255 255/.13);border-radius:.95rem;background:#212121;box-shadow:inset 0 1px 0 rgb(255 255 255/.04);color:var(--text-primary,#f5f5f5);padding:.65rem 2.3rem .65rem .7rem}.wildgpt-file-chip__icon{display:grid;flex:0 0 auto;place-items:center;width:3.25rem;height:3.25rem;border-radius:.75rem;background:#3b82f6;color:#fff}.wildgpt-file-chip__text{display:grid;gap:.22rem;min-width:0;line-height:1.15}.wildgpt-file-chip__name{overflow:hidden;color:var(--text-primary,#f5f5f5);font-size:1rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.wildgpt-file-chip__meta{color:rgb(255 255 255/.64);font-size:.95rem;font-weight:400;white-space:nowrap}.wildgpt-file-chip__remove,.wildgpt-file-tray__clear{border:0;background:transparent;color:rgb(255 255 255/.58);cursor:pointer}.wildgpt-file-chip__remove{position:absolute;inset-block-start:.45rem;inset-inline-end:.45rem;display:grid;place-items:center;width:1.35rem;height:1.35rem;border-radius:999px;background:#f5f5f5;color:#1f1f1f;font-size:0;line-height:1}.wildgpt-file-chip__remove:after,.wildgpt-file-chip__remove:before{position:absolute;width:.68rem;height:2px;border-radius:999px;background:currentColor;content:""}.wildgpt-file-chip__remove:before{transform:rotate(45deg)}.wildgpt-file-chip__remove:after{transform:rotate(-45deg)}.wildgpt-file-chip__remove:hover,.wildgpt-file-tray__clear:hover{color:#111;background:#fff}.wildgpt-file-tray__clear{flex:0 0 auto;border-radius:999px;padding:.32rem .55rem;font-size:.74rem}.wildgpt-shell [data-testid=composer-plus-btn]:disabled,.wildgpt-shell [data-testid=composer-plus-btn][aria-disabled=true]{cursor:not-allowed!important;opacity:.34!important;filter:grayscale(1)}.wildgpt-shell [data-testid=composer-plus-btn]:disabled:hover,.wildgpt-shell [data-testid=composer-plus-btn][aria-disabled=true]:hover{background:transparent!important}.wildgpt-modal-backdrop{position:fixed;inset:0;z-index:86;display:grid;place-items:start center;padding:max(4.5rem,env(safe-area-inset-top)) 1rem 1rem;background:rgb(0 0 0/.34)}.wildgpt-modal-backdrop--center{place-items:center;padding:1rem}.wildgpt-modal{width:min(42rem,100%);max-height:min(70svh,46rem);overflow:hidden;border:1px solid var(--border-light,rgb(255 255 255/.13));border-radius:1.35rem;background:var(--bg-elevated-secondary,var(--main-surface-secondary,#2f2f2f));box-shadow:0 20px 58px rgb(0 0 0/.38);color:var(--text-primary,#f5f5f5)}.wildgpt-modal-header{display:flex;min-height:3.5rem;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid rgb(255 255 255/.08);padding:.8rem .95rem}.wildgpt-modal-header h2{margin:0;font-size:1rem;font-weight:650;letter-spacing:0}.wildgpt-dialog-actions button,.wildgpt-modal-header button{padding:.48rem .65rem}.wildgpt-dialog-body,.wildgpt-search-results{overflow-y:auto;padding:.95rem}.wildgpt-dialog-body p{margin:0;color:var(--text-secondary,#c7c7c7);line-height:1.55}.wildgpt-dialog-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.wildgpt-dialog-actions button:disabled{cursor:not-allowed;opacity:.45}.wildgpt-search-modal{display:grid;grid-template-rows:auto auto minmax(0,1fr)}.wildgpt-search-input{margin:.85rem .95rem 0;border:1px solid rgb(255 255 255/.15);border-radius:.9rem;background:rgb(0 0 0/.2);color:inherit;outline:none;padding:.78rem .85rem}.wildgpt-mobile-new-chat-button:focus-visible,.wildgpt-mobile-sidebar-button:focus-visible,.wildgpt-modal button:focus-visible,.wildgpt-notice button:focus-visible,.wildgpt-search-input:focus{outline:2px solid rgb(255 255 255/.72);outline-offset:2px}.wildgpt-search-results{display:grid;gap:.35rem}.wildgpt-search-results p{margin:0;color:var(--text-secondary,#c7c7c7)}.wildgpt-search-results button{display:grid;gap:.22rem;border:0;border-radius:.9rem;background:transparent;padding:.75rem;text-align:start}.wildgpt-search-results button:hover{background:rgb(255 255 255/.07)}.wildgpt-search-results span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wildgpt-search-results small{color:var(--text-tertiary,#8f8f8f)}.wildgpt-shell.is-ephemeral [aria-label="Activer le chat éphémère"]{background:var(--surface-hover,rgb(255 255 255/.08))!important;color:var(--text-primary)!important}.wildgpt-shell.is-conversation button[aria-label*="phémère"],.wildgpt-shell.is-conversation button[aria-label*=phemere]{display:none!important}.wildgpt-shell #thread-bottom-container{transition:transform .52s cubic-bezier(.16,1,.3,1),opacity .24s ease,padding .52s cubic-bezier(.16,1,.3,1);will-change:transform}.wildgpt-shell [data-splash-headline-option],.wildgpt-shell [data-testid=use-case-prompt-chips]{transition:opacity .26s ease,transform .42s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.wildgpt-shell[data-prompt-ready=true] .composer-submit-button-color{background:var(--text-primary)!important;color:var(--main-surface-primary)!important}.wildgpt-shell[data-stt-listening=true] button[aria-label*="saisie vocale"]{color:#ff4d4f!important;background:rgb(255 77 79/.12)!important;box-shadow:inset 0 0 0 1px rgb(255 77 79/.32),0 0 0 6px rgb(255 77 79/.08)!important}.wildgpt-shell.is-sending .composer-submit-button-color{cursor:pointer;opacity:.72}.wildgpt-shell.is-conversation [data-scroll-root]{--sticky-padding-bottom:116px!important;overflow:hidden!important}.wildgpt-shell.is-conversation [data-splash-headline-option],.wildgpt-shell.is-conversation [data-testid=use-case-prompt-chips]{pointer-events:none;opacity:0!important;transform:translateY(-18px) scale(.985)!important}.wildgpt-shell.is-conversation [data-testid=use-case-prompt-chips]{transform:translateY(12px) scale(.985)!important}.wildgpt-shell.is-conversation #thread-bottom-container{position:fixed!important;inset-inline-start:0;inset-inline-end:0;bottom:0;z-index:199;display:block!important;flex:none!important;width:100%!important;height:0!important;min-height:0!important;max-height:none!important;padding:0;background:transparent}.wildgpt-shell.is-conversation .\@container\/main{transform:none!important;padding-top:0!important}.wildgpt-shell.is-conversation #thread-bottom-container:before{position:fixed;inset-inline-start:0;inset-inline-end:0;bottom:0;height:max(var(--composer-bottom,124px),124px);pointer-events:none;content:"";background:var(--main-surface-primary,#212121)}.wildgpt-shell.is-conversation #thread-bottom{position:fixed!important;inset-inline-start:0;inset-inline-end:0;bottom:calc(18px + var(--keyboard-offset, 0px));z-index:200;width:100%;background:var(--main-surface-primary,#212121);transform:translateZ(0);pointer-events:auto;animation:none;transition:bottom .14s ease}.wildgpt-shell.is-conversation #thread-bottom>div:nth-child(n+2){display:none!important}.wildgpt-shell.is-conversation #thread-bottom>div:first-child{width:100%!important;pointer-events:auto}.wildgpt-shell.is-conversation #thread-bottom>div:first-child>.text-base{width:100%!important;padding-inline:clamp(16px,5vw,64px)!important}.wildgpt-shell.is-conversation #thread-bottom [data-type=unified-composer]{width:100%;margin-inline:auto}.wildgpt-pro-model-notice-slot{position:absolute;inset-inline:0;bottom:calc(100% + 10px);z-index:4;width:100%;pointer-events:none}.wildgpt-pro-model-notice{position:relative;display:flex;align-items:center;gap:11px;width:min(100%,48rem);min-height:44px;margin:0 auto;padding:8px 10px;border:1px solid rgb(255 255 255/.08);border-radius:12px;background:#1f1f1f;color:#f2f2f2;box-shadow:0 8px 24px rgb(0 0 0/.22);pointer-events:auto}.wildgpt-pro-model-notice__icon{display:inline-grid;place-items:center;width:26px;height:26px;flex:0 0 26px;border:1px solid rgb(255 255 255/.08);border-radius:8px;background:rgb(255 255 255/.06);color:#f2f2f2}.wildgpt-pro-model-notice__text{flex:1 1 auto;min-width:0;color:rgb(255 255 255/.62);font-size:.825rem;font-weight:500;line-height:1.4}.wildgpt-pro-model-notice__text strong{color:rgb(255 255 255/.95);font-weight:600}.wildgpt-pro-model-notice__button{flex:0 0 auto;min-height:30px;padding:0 13px;border:0;border-radius:999px;background:#f5f5f5;color:#1a1a1a;font:inherit;font-size:.8rem;font-weight:600;line-height:1;cursor:pointer;transition:background .12s ease,transform .12s ease}.wildgpt-pro-model-notice__button:hover{background:#fff}.wildgpt-pro-model-notice__button:active{transform:translateY(1px)}.wildgpt-pro-model-notice__close{flex:0 0 auto;display:inline-grid;place-items:center;width:26px;height:26px;border:0;border-radius:8px;background:transparent;color:rgb(255 255 255/.4);cursor:pointer;transition:background .12s ease,color .12s ease}.wildgpt-pro-model-notice__close:hover{background:rgb(255 255 255/.08);color:rgb(255 255 255/.9)}.wildgpt-pro-model-notice__close:active{background:rgb(255 255 255/.12)}@media (max-width:520px){.wildgpt-pro-model-notice{gap:8px;min-height:40px;padding:7px 8px;border-radius:11px}.wildgpt-pro-model-notice__icon{width:22px;height:22px;flex-basis:22px}.wildgpt-pro-model-notice__text{font-size:.76rem;line-height:1.3}.wildgpt-pro-model-notice__button{min-height:26px;padding-inline:10px;font-size:.72rem}.wildgpt-pro-model-notice__close{width:22px;height:22px}}.wildgpt-shell.is-conversation #thread-bottom .shadow-short-composer{background:#1c1c1c!important;transform:translateZ(0)}.wildgpt-shell #thread-bottom [data-composer-surface]{background:#1c1c1c!important}.wildgpt-shell .wildgpt-model-trigger{font-weight:500!important}.wildgpt-shell .wildgpt-model-trigger[aria-expanded=true]{background:rgb(255 255 255/.09)!important}.wildgpt-model-menu{position:fixed;z-index:6000;width:min(150px,calc(100vw - 24px));padding:7px;border:1px solid rgb(255 255 255/.08);border-radius:13px;background:#303030;color:#f4f4f4;box-shadow:0 14px 36px rgb(0 0 0/.38);overflow:visible;user-select:none}.wildgpt-model-menu__row{position:relative}.wildgpt-model-menu__label{padding:4px 8px 6px;color:#a7a7a7;font-size:.75rem;font-weight:500;line-height:1.1}.wildgpt-model-menu__item{display:grid;grid-template-columns:minmax(0,1fr) 16px;align-items:center;width:100%;min-height:32px;padding:0 8px;border:0;border-radius:8px;background:transparent;color:#f2f2f2;font:inherit;font-size:.875rem;line-height:1;text-align:left;cursor:pointer}.wildgpt-model-menu__item:hover:not([aria-disabled=true]){background:rgb(255 255 255/.075)}.wildgpt-model-menu__item[aria-disabled=true]{color:#777;cursor:not-allowed}.wildgpt-model-menu__item[aria-disabled=true]:focus-visible,.wildgpt-model-menu__item[aria-disabled=true]:hover{background:rgb(255 255 255/.045)}.wildgpt-model-menu__upgrade{position:absolute;z-index:1;top:50%;width:190px;padding:7px 8px;border:1px solid rgb(255 255 255/.08);border-radius:8px;background:#242424;color:#dedede;box-shadow:0 10px 28px rgb(0 0 0/.34);font-size:.72rem;font-weight:500;line-height:1.25;transform:translateY(-50%);pointer-events:none}.wildgpt-model-menu__upgrade.is-right{left:calc(100% + 8px)}.wildgpt-model-menu__upgrade.is-left{right:calc(100% + 8px)}.wildgpt-model-menu__upgrade.is-compact{position:static;width:auto;margin:4px 0 6px;transform:none}.wildgpt-model-menu__check{justify-self:end;color:#fff;font-size:.95rem;line-height:1}.wildgpt-shell.is-conversation .composer-parent>div:first-child{min-height:0!important}.wildgpt-conversation{position:fixed;inset-block-start:var(--header-height,60px);inset-block-end:max(var(--composer-bottom,124px),124px);inset-inline-start:var(--sidebar-rail-width,52px);inset-inline-end:0;z-index:12;overflow-y:auto;overscroll-behavior:contain;pointer-events:none;opacity:0;transform:translateY(22px);transition:opacity .34s ease 90ms,transform .52s cubic-bezier(.16,1,.3,1) 90ms;scrollbar-gutter:stable;-webkit-mask-image:linear-gradient(180deg,#000,#000 calc(100% - 24px),transparent);mask-image:linear-gradient(180deg,#000,#000 calc(100% - 24px),transparent)}.wildgpt-shell.is-conversation .wildgpt-conversation{pointer-events:auto;opacity:1;transform:translateY(0)}.wildgpt-thread-inner{width:min(100%,48rem);min-height:100%;margin-inline:auto;padding:28px var(--thread-content-margin,24px) 52px}.wildgpt-message{display:flex;width:100%;margin:0 0 28px;color:var(--text-primary);animation:wildgpt-message-in .38s cubic-bezier(.16,1,.3,1) both}.wildgpt-message--user{justify-content:flex-end}.wildgpt-message--assistant{justify-content:flex-start}.wildgpt-message-body{max-width:min(100%,42rem);overflow-wrap:anywhere;font-size:1rem;line-height:1.75;letter-spacing:0}.wildgpt-message--user .wildgpt-message-body{max-width:min(74%,38rem);padding:.625rem 1rem;border-radius:1.5rem;background:var(--message-surface,var(--bg-tertiary,#303030));line-height:1.5}.wildgpt-message--assistant .wildgpt-message-body{width:100%;padding-block:.125rem}.wildgpt-message--error .wildgpt-message-body{color:#ffb4ab}.wildgpt-message-body p{margin:0}.wildgpt-message-body p+p{margin-top:1rem}.wildgpt-message-body h1,.wildgpt-message-body h2,.wildgpt-message-body h3,.wildgpt-message-body h4,.wildgpt-message-body h5,.wildgpt-message-body h6{margin:1.4rem 0 .6rem;font-weight:600;line-height:1.3;color:var(--text-primary)}.wildgpt-message-body h1{font-size:1.65rem}.wildgpt-message-body h2{font-size:1.4rem}.wildgpt-message-body h3{font-size:1.18rem}.wildgpt-message-body h4{font-size:1.05rem}.wildgpt-message-body h5,.wildgpt-message-body h6{font-size:.98rem;color:var(--text-secondary,#c8c8c8)}.wildgpt-message-body>:first-child{margin-top:0}.wildgpt-wcode-activities{display:grid;gap:.35rem;width:min(34rem,100%);margin-top:.55rem}.wildgpt-wcode-activity{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;max-width:100%;margin:0;color:rgb(255 255 255/.5);font-size:.93rem;line-height:1.45}.wildgpt-wcode-activity__label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wildgpt-wcode-activity--running .wildgpt-wcode-activity__label,.wildgpt-wcode-activity--success .wildgpt-wcode-activity__label{background:linear-gradient(110deg,rgb(255 255 255/.42),#fff,rgb(255 255 255/.42));background-size:220% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:wildgpt-wcode-text-shimmer 1.65s linear infinite}.wildgpt-wcode-activity--error .wildgpt-wcode-activity__label{color:#ff858d}.wildgpt-wcode-activity__diff{display:inline-flex;flex:0 0 auto;gap:.36rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.88rem;font-weight:750}.wildgpt-wcode-activity__diff .is-addition{color:#2fd37f}.wildgpt-wcode-activity__diff .is-deletion{color:#ff5b68}.wildgpt-wcode-preview{position:fixed;inset-block:0;inset-inline-end:0;z-index:88;display:flex;width:min(52vw,58rem);min-width:30rem;flex-direction:column;border-left:1px solid rgb(255 255 255/.1);background:#111;box-shadow:-26px 0 60px rgb(0 0 0/.34);animation:wildgpt-wcode-preview-in .24s cubic-bezier(.16,1,.3,1) both}.wildgpt-wcode-preview__bar{display:flex;align-items:center;gap:.7rem;min-height:3.4rem;border-bottom:1px solid rgb(255 255 255/.08);background:#181818;color:rgb(255 255 255/.82);padding:0 .9rem}.wildgpt-wcode-preview__dot{width:.7rem;height:.7rem;border-radius:999px;background:#2fd37f;box-shadow:0 0 18px rgb(47 211 127/.42)}.wildgpt-wcode-preview__title{min-width:0;flex:1 1 auto;overflow:hidden;font-size:.9rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.wildgpt-wcode-preview__bar a,.wildgpt-wcode-preview__bar button{flex:0 0 auto;border:1px solid rgb(255 255 255/.12);border-radius:.5rem;background:rgb(255 255 255/.06);color:inherit;font-size:.82rem;font-weight:700;text-decoration:none;padding:.42rem .58rem}.wildgpt-wcode-preview__bar button{cursor:pointer}.wildgpt-wcode-preview__frame{flex:1 1 auto;width:100%;border:0;background:#fff}@keyframes wildgpt-wcode-text-shimmer{to{background-position:-220% 0}}@keyframes wildgpt-wcode-preview-in{0%{opacity:0;transform:translateX(2.5rem)}to{opacity:1;transform:translateX(0)}}@keyframes wildgpt-wcode-preview-mobile-in{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}.wildgpt-markdown h1,.wildgpt-markdown h2,.wildgpt-markdown h3{margin:1.25rem 0 .5rem;font-weight:600;line-height:1.25;letter-spacing:0}.wildgpt-markdown h1:first-child,.wildgpt-markdown h2:first-child,.wildgpt-markdown h3:first-child{margin-top:0}.wildgpt-markdown h1{font-size:1.35rem}.wildgpt-markdown h2{font-size:1.18rem}.wildgpt-markdown h3{font-size:1.05rem}.wildgpt-markdown ol,.wildgpt-markdown ul{margin:.75rem 0;padding-inline-start:1.35rem}.wildgpt-markdown ul{list-style:disc}.wildgpt-markdown ol{list-style:decimal}.wildgpt-markdown li{margin:.25rem 0;padding-inline-start:.15rem}.wildgpt-markdown blockquote{margin:.85rem 0;padding-inline-start:1rem;border-inline-start:2px solid var(--border-light,rgb(255 255 255/.16));color:var(--text-secondary,#c7c7c7)}.wildgpt-markdown a{color:var(--text-primary);text-decoration:underline;text-decoration-color:var(--text-tertiary,#8f8f8f);text-underline-offset:3px}.wildgpt-markdown a:hover{text-decoration-color:currentColor}.wildgpt-markdown code{border-radius:.375rem;padding:.1rem .32rem;background:var(--bg-tertiary,#303030);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.88em}.wildgpt-code-block{position:relative;max-width:100%;margin:.9rem 0;overflow-x:auto;border:1px solid var(--border-light,rgb(255 255 255/.12));border-radius:.75rem;background:#000;padding:1rem}.wildgpt-code-block code{display:block;min-width:max-content;padding:0;border-radius:0;background:transparent;color:var(--text-primary);font-size:.9rem;line-height:1.6;white-space:pre}.wildgpt-code-language{display:block;margin:-.15rem 0 .65rem;color:var(--text-tertiary,#8f8f8f);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.75rem;text-transform:lowercase}.wildgpt-thinking{display:inline-flex;align-items:center;gap:.35rem;min-height:1.75rem;padding-top:.25rem}.wildgpt-thinking span{width:.42rem;height:.42rem;border-radius:999px;background:var(--text-tertiary,#8f8f8f);opacity:.45;animation:wildgpt-thinking 1.05s ease-in-out infinite}.wildgpt-thinking span:nth-child(2){animation-delay:.14s}.wildgpt-thinking span:nth-child(3){animation-delay:.28s}.wildgpt-stream-caret{display:inline-block;width:.55rem;height:1.1em;margin-inline-start:.18rem;border-radius:999px;background:currentColor;vertical-align:-.18em;animation:wildgpt-caret .9s steps(2,start) infinite}@keyframes wildgpt-composer-drop{0%{transform:translateY(-78px)}to{transform:translateY(0)}}@keyframes wildgpt-message-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes wildgpt-thinking{0%,70%,to{opacity:.32;transform:translateY(0)}35%{opacity:.92;transform:translateY(-3px)}}@keyframes wildgpt-caret{50%{opacity:0}}@media (min-width:768px) and (max-width:1180px){.wildgpt-thread-inner{width:min(100%,44rem);padding-inline:clamp(1rem,3vw,2rem)}.wildgpt-message--user .wildgpt-message-body{max-width:min(82%,34rem)}}@media (max-width:767px){.wildgpt-mobile-new-chat-button,.wildgpt-mobile-sidebar-button{display:inline-flex;z-index:78}.wildgpt-shell button[aria-label*="phémère"],.wildgpt-shell button[aria-label*=phemere]{display:none!important}.wildgpt-shell{--wildgpt-sidebar-width:68vw}.wildgpt-sidebar-backdrop{position:fixed;inset-block:0;inset-inline-start:var(--wildgpt-sidebar-width);inset-inline-end:0;z-index:70;display:block;border:0;background:rgb(0 0 0/0);opacity:0;pointer-events:none;transition:opacity .15s ease,background-color .15s ease}.wildgpt-shell.is-sidebar-open .wildgpt-sidebar-backdrop{background:rgb(0 0 0/.6);opacity:1;pointer-events:auto}.wildgpt-shell.is-sidebar-open #stage-slideover-sidebar{display:block!important;--sidebar-surface-primary:#000!important;--main-surface-primary:#000!important;--main-surface-secondary:#000!important;--bg-primary:#000!important;--bg-secondary:#000!important;opacity:1!important;box-shadow:28px 0 70px rgb(0 0 0/.4);transform:translateX(0)}.wildgpt-shell #stage-slideover-sidebar,.wildgpt-shell.is-sidebar-open #stage-slideover-sidebar{position:fixed!important;inset-block:0!important;inset-inline-start:0!important;z-index:72!important;width:var(--wildgpt-sidebar-width)!important;max-width:var(--wildgpt-sidebar-width)!important;background:#000!important}.wildgpt-shell #stage-slideover-sidebar{transform:translateX(-100%);transition:transform .28s cubic-bezier(.16,1,.3,1),box-shadow .26s ease}.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div{position:fixed!important;inset-block:0!important;inset-inline-start:0!important;z-index:73!important;isolation:isolate;--sidebar-surface-primary:#000!important;--main-surface-primary:#000!important;--main-surface-secondary:#000!important;--bg-primary:#000!important;--bg-secondary:#000!important;width:var(--wildgpt-sidebar-width)!important;max-width:var(--wildgpt-sidebar-width)!important;height:100svh!important;overflow-x:hidden;overflow-y:auto;background:#000!important;background-color:#000!important;background-image:none!important;border-inline-end:0!important;border-right:0!important;box-shadow:18px 0 38px rgb(0 0 0/.32);opacity:1!important;transform:translateX(0);scrollbar-width:none}.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div:before{position:fixed;inset-block:0;inset-inline-start:0;z-index:0;width:var(--wildgpt-sidebar-width);pointer-events:none;content:"";background:#000}.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div>*{position:relative;z-index:1}.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div::-webkit-scrollbar{display:none;width:0}.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div [class*=overflow-y-auto],.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div nav.group\/scrollport{scrollbar-width:none}.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div [class*=overflow-y-auto]::-webkit-scrollbar,.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div nav.group\/scrollport::-webkit-scrollbar{display:none;width:0}.wildgpt-shell.is-sidebar-open #stage-slideover-sidebar:before{display:none!important}.wildgpt-shell.is-sidebar-open #stage-slideover-sidebar{box-shadow:none!important}.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div [class*="bg-(--sidebar-surface-primary)"],.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div [class*=bg-token-main-surface-primary],.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div aside,.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div nav,.wildgpt-shell.is-sidebar-open #stage-sidebar-tiny-bar+div>div{background:#000!important;background-color:#000!important;background-image:none!important;opacity:1!important}.wildgpt-shell #stage-sidebar-tiny-bar+div{transform:translateX(-100%);transition:opacity .15s ease,transform .15s cubic-bezier(.16,1,.3,1),box-shadow .15s ease}.wildgpt-conversation,.wildgpt-shell.is-conversation #thread-bottom-container{inset-inline-start:0}.wildgpt-shell.is-sidebar-open .wildgpt-conversation{pointer-events:none;z-index:1!important;opacity:.34;clip-path:inset(0 0 0 var(--wildgpt-sidebar-width))}.wildgpt-shell.is-sidebar-open #thread-bottom,.wildgpt-shell.is-sidebar-open #thread-bottom-container{pointer-events:none;z-index:71!important}.wildgpt-shell.is-sidebar-open #thread-bottom{clip-path:inset(0 0 0 var(--wildgpt-sidebar-width));opacity:.72;filter:brightness(.62);transition:opacity .16s ease,filter .16s ease}.wildgpt-shell.is-sidebar-open #thread-bottom-container:after{position:fixed;inset-inline-start:12px;inset-inline-end:12px;bottom:calc(34px + env(safe-area-inset-bottom));z-index:72;height:92px;pointer-events:none;content:"";border:1px solid rgb(255 255 255/.12);border-radius:28px;background:rgb(42 42 42/.72);box-shadow:0 16px 42px rgb(0 0 0/.28);filter:brightness(.78)}.wildgpt-shell.is-conversation #thread-bottom-container{width:100vw!important}.wildgpt-shell.is-conversation #thread-bottom{bottom:calc(max(18px, env(safe-area-inset-bottom)) + var(--keyboard-offset, 0px));transition:bottom .14s ease}.wildgpt-shell.is-conversation #thread-bottom>div:first-child>.text-base{padding-inline:.75rem!important}.wildgpt-shell.is-conversation #thread-bottom [data-type=unified-composer]{max-height:min(42svh,290px)}.wildgpt-shell:not(.is-conversation) [data-testid=use-case-prompt-chips]{display:none!important}.wildgpt-shell:not(.is-conversation) [class*="max-sm:justify-center"][class*="max-sm:grow"]{justify-content:flex-start!important;padding-top:clamp(140px,24vh,200px)!important}.wildgpt-shell:not(.is-conversation) .\@container\/main{transform:none!important;padding-top:0!important}.wildgpt-shell:not(.is-conversation) #thread-bottom,.wildgpt-shell:not(.is-conversation) #thread-bottom-container{position:fixed!important;inset-inline-start:0;inset-inline-end:0;width:100vw!important;z-index:199}.wildgpt-shell:not(.is-conversation) #thread-bottom-container{top:auto!important;bottom:0!important;height:auto!important;background:transparent;will-change:auto!important}.wildgpt-shell:not(.is-conversation) #thread-bottom{top:auto!important;bottom:calc(max(18px, env(safe-area-inset-bottom)) + var(--keyboard-offset, 0px));background:var(--main-surface-primary,#212121);transition:bottom .14s ease}.wildgpt-shell:not(.is-conversation) #thread-bottom>div:first-child>.text-base{padding-inline:.75rem!important}.wildgpt-shell:not(.is-conversation) #thread-bottom [data-type=unified-composer]{max-height:min(42svh,290px)}.wildgpt-shell [data-splash-headline-option] h1{font-size:clamp(1.35rem,7vw,1.85rem)!important;line-height:1.18!important}.wildgpt-conversation{inset-block-start:3.4rem;inset-block-end:max(var(--composer-bottom,132px),132px);scrollbar-gutter:auto}.wildgpt-thread-inner{width:100%;padding:1rem .82rem 1.4rem}.wildgpt-message{margin-bottom:1.15rem}.wildgpt-message-body{font-size:.98rem;line-height:1.62}.wildgpt-wcode-activities{width:100%}.wildgpt-wcode-activity__label{font-size:.86rem}.wildgpt-wcode-preview{inset-block-start:auto;inset-block-end:0;inset-inline:0;width:100%;min-width:0;height:min(62svh,34rem);border-top:1px solid rgb(255 255 255/.12);border-left:0;border-radius:1.1rem 1.1rem 0 0;box-shadow:0 -22px 56px rgb(0 0 0/.48);animation-name:wildgpt-wcode-preview-mobile-in}.wildgpt-wcode-preview__bar{min-height:3.15rem}.wildgpt-message--user .wildgpt-message-body{max-width:92%;padding:.56rem .82rem;border-radius:1.15rem}.wildgpt-code-block{margin-inline:-.15rem;border-radius:.7rem;padding:.82rem}.wildgpt-modal-backdrop{place-items:end center;padding:1rem .75rem max(.75rem,env(safe-area-inset-bottom))}.wildgpt-modal-backdrop--center{place-items:center;padding:1rem}.wildgpt-modal{width:100%;max-height:78svh;border-radius:1.2rem}.wildgpt-share-modal{width:100%;max-width:25rem}.wildgpt-notice{inset-inline:.65rem;inset-block-end:calc(.65rem + env(safe-area-inset-bottom));width:auto;align-items:flex-start;gap:.7rem;padding:.75rem}.wildgpt-notice button{padding:.42rem .55rem}.wildgpt-file-tray{gap:.35rem;padding-bottom:.5rem}.wildgpt-file-chip{width:min(23rem,82vw);min-height:3.8rem;padding:.55rem 2.15rem .55rem .6rem}.wildgpt-file-chip__icon{width:2.8rem;height:2.8rem;border-radius:.65rem}.wildgpt-file-chip__name{font-size:.92rem}.wildgpt-file-chip__meta{font-size:.84rem}.wildgpt-file-tray__clear{display:none}}.wildgpt-shell.is-wcode:not(.is-conversation) .\@container\/main{transform:none!important;padding-top:0!important}.wildgpt-shell.is-wcode:not(.is-conversation) [data-scroll-root]{overflow:hidden!important}.wildgpt-shell.is-wcode:not(.is-conversation) #page-header{background:transparent!important;box-shadow:none!important}.wildgpt-shell.is-wcode:not(.is-conversation) #conversation-header-actions{display:none!important}.wildgpt-shell.is-wcode:not(.is-conversation) #thread{min-height:100%}.wildgpt-shell.is-wcode:not(.is-conversation) .composer-parent{position:relative;display:block!important;min-height:100%;padding:0}.wildgpt-shell.is-wcode:not(.is-conversation) .composer-parent>div:first-child{position:absolute!important;inset-inline:0!important;top:calc(50% - 152px)!important;min-height:0!important;justify-content:center!important;pointer-events:none}.wildgpt-shell.is-wcode:not(.is-conversation) [data-splash-headline-option]{opacity:1!important;transform:none!important}.wildgpt-shell.is-wcode:not(.is-conversation) [data-splash-headline-option] h1{min-height:0!important;color:#f5f5f5;font-size:2.25rem!important;font-weight:400!important;line-height:1.2!important;letter-spacing:0!important}.wildgpt-shell.is-wcode:not(.is-conversation) #thread-bottom-container{position:absolute!important;top:50%!important;left:50%!important;width:min(960px,calc(100% - 36px))!important;transform:translate(-50%,-50%)!important}.wildgpt-shell.is-wcode:not(.is-conversation) #thread-bottom,.wildgpt-shell.is-wcode:not(.is-conversation) #thread-bottom-container{inset:auto!important;display:block!important;height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;background:transparent!important;box-shadow:none!important}.wildgpt-shell.is-wcode:not(.is-conversation) #thread-bottom{position:static!important;width:100%!important;margin-inline:auto!important;transform:none!important}.wildgpt-shell.is-wcode:not(.is-conversation) #thread-bottom>div:nth-child(n+2),.wildgpt-shell.is-wcode:not(.is-conversation) [data-testid=use-case-prompt-chips]{display:none!important}.wildgpt-shell.is-wcode:not(.is-conversation) #thread-bottom>div:first-child,.wildgpt-shell.is-wcode:not(.is-conversation) #thread-bottom>div:first-child>.text-base{width:100%!important;padding-inline:0!important}.wildgpt-shell.is-wcode #thread-bottom [data-type=unified-composer]{width:100%;max-height:none!important;margin-inline:auto}.wildgpt-shell.is-wcode #thread-bottom [data-composer-surface]{min-height:128px;border:1px solid rgb(255 255 255/.06);border-radius:32px!important;background:#242424!important;box-shadow:none!important;cursor:not-allowed!important;grid-template-areas:"header header header" "primary primary primary" "leading footer trailing"!important;grid-template-rows:auto 1fr auto!important}.wildgpt-shell.is-wcode #thread-bottom [data-composer-surface]:after{position:absolute;top:14px;right:18px;z-index:2;max-width:min(260px,calc(100% - 36px));padding:7px 8px;border:1px solid rgb(255 255 255/.08);border-radius:8px;background:#242424;color:#dedede;box-shadow:0 10px 28px rgb(0 0 0/.34);content:"WCode est en développement";font-size:.72rem;font-weight:500;line-height:1.25;opacity:0;pointer-events:none;transform:translateY(-2px);transition:opacity .12s ease,transform .12s ease}.wildgpt-shell.is-wcode #thread-bottom [data-composer-surface]:hover:after,.wildgpt-shell.is-wcode[data-wcode-dev-message=true] #thread-bottom [data-composer-surface]:after{opacity:1;transform:translateY(0)}.wildgpt-shell.is-wcode #thread-bottom [data-composer-surface] button{cursor:not-allowed!important}.wildgpt-shell.is-wcode [data-testid=composer-plus-btn]{cursor:default!important}.wildgpt-shell.is-wcode #thread-bottom .wildgpt-model-trigger{display:inline-flex!important;height:32px!important;min-width:0!important;max-width:104px!important;padding-inline:6px!important;border-radius:999px!important;background:transparent!important;color:#efefef!important;font-size:.88rem!important;opacity:1!important;order:-1;cursor:pointer!important}.wildgpt-shell.is-wcode #thread-bottom .wildgpt-model-trigger:hover,.wildgpt-shell.is-wcode #thread-bottom .wildgpt-model-trigger[aria-expanded=true]{background:rgb(255 255 255/.05)!important}.wildgpt-shell.is-wcode #thread-bottom [data-composer-surface] [class*="grid-area:primary"]{align-self:start!important;align-items:flex-start!important;min-height:0!important;padding-top:.55rem!important;padding-inline:1.15rem!important}.wildgpt-shell.is-wcode #thread-bottom [data-composer-surface] [class*="grid-area:leading"],.wildgpt-shell.is-wcode #thread-bottom [data-composer-surface] [class*="grid-area:trailing"]{align-self:end!important}.wildgpt-shell.is-wcode #thread-bottom .wcDTda_prosemirror-parent{align-self:start!important;min-height:2rem!important}.wildgpt-shell.is-wcode .composer-submit-button-color{cursor:not-allowed!important;pointer-events:none!important}.wildgpt-shell.is-wcode .composer-submit-button-color,.wildgpt-shell.is-wcode[data-prompt-ready=true] .composer-submit-button-color{background:#3d3d3d!important;color:#191919!important;opacity:.66!important}.wildgpt-shell.is-wcode [data-testid=composer-plus-btn]:disabled,.wildgpt-shell.is-wcode [data-testid=composer-plus-btn][aria-disabled=true]{opacity:.72!important;filter:none}.wildgpt-shell.is-wcode #prompt-textarea[data-has-text=false]:before{color:#a8a8a8}.wildgpt-shell.is-wcode .wcDTda_prosemirror-parent #prompt-textarea{padding-top:10px!important;cursor:not-allowed!important;pointer-events:none!important;user-select:none!important}.wildgpt-shell.is-wcode #prompt-textarea[data-has-text=false]:before{top:10px}.wildgpt-shell.is-wcode.is-conversation #thread-bottom-container:before{display:none!important;content:none!important}.wildgpt-shell.is-wcode.is-conversation #thread-bottom{background:transparent!important;box-shadow:none!important}.wildgpt-shell.is-wcode.is-conversation #thread-bottom>div:first-child>.text-base{max-width:min(960px,calc(100% - 36px))!important;padding-inline:0!important}.wildgpt-shell.is-wcode.is-conversation #thread-bottom [data-type=unified-composer]{width:100%!important;max-width:960px!important;margin-inline:auto!important}.wildgpt-shell.is-wcode.is-conversation #thread-bottom .shadow-short-composer{background:#242424!important;box-shadow:none!important}@media (max-width:767px){.wildgpt-shell.is-wcode:not(.is-conversation) .composer-parent{padding:0}.wildgpt-shell.is-wcode:not(.is-conversation) .composer-parent>div:first-child{top:calc(50% - 214px)!important;z-index:1}.wildgpt-shell.is-wcode:not(.is-conversation) [class*="max-sm:justify-center"][class*="max-sm:grow"]{justify-content:flex-start!important;min-height:0!important;height:auto!important;padding-top:0!important}.wildgpt-shell.is-wcode:not(.is-conversation) [data-splash-headline-option]{width:100%;padding-inline:1.25rem}.wildgpt-shell.is-wcode:not(.is-conversation) #thread-bottom-container{width:min(720px,calc(100% - 28px))!important}.wildgpt-shell.is-wcode:not(.is-conversation) [data-splash-headline-option] h1{max-width:18ch;margin-inline:auto;font-size:clamp(1.55rem,7.45vw,1.82rem)!important;line-height:1.18!important;text-align:center}.wildgpt-shell.is-wcode .wcDTda_prosemirror-parent #prompt-textarea{padding-top:10px!important}.wildgpt-shell.is-wcode #prompt-textarea[data-has-text=false]:before{top:10px}.wildgpt-shell.is-wcode #thread-bottom [data-composer-surface]{min-height:116px;border-radius:28px!important}.wildgpt-shell.is-wcode.is-conversation #thread-bottom>div:first-child>.text-base{max-width:calc(100% - 28px)!important}.wildgpt-shell.is-wcode.is-sidebar-closing #thread-bottom,.wildgpt-shell.is-wcode.is-sidebar-closing #thread-bottom-container,.wildgpt-shell.is-wcode.is-sidebar-open #thread-bottom,.wildgpt-shell.is-wcode.is-sidebar-open #thread-bottom-container,.wildgpt-shell.is-wcode.is-sidebar-opening #thread-bottom,.wildgpt-shell.is-wcode.is-sidebar-opening #thread-bottom-container{visibility:hidden!important;opacity:0!important;filter:none!important;clip-path:none!important;transition:opacity .12s ease!important}.wildgpt-shell.is-wcode.is-sidebar-closing #thread-bottom-container:after,.wildgpt-shell.is-wcode.is-sidebar-open #thread-bottom-container:after,.wildgpt-shell.is-wcode.is-sidebar-opening #thread-bottom-container:after{display:none!important;content:none!important}.wildgpt-shell.is-wcode #thread-bottom [data-composer-surface] [class*="grid-area:primary"]{padding-top:.3rem!important;padding-inline:1rem!important}.wildgpt-shell.is-wcode #thread-bottom [data-composer-surface] [class*="grid-area:leading"],.wildgpt-shell.is-wcode #thread-bottom [data-composer-surface] [class*="grid-area:trailing"]{padding-bottom:0!important}}.wildgpt-shell.is-sending .composer-submit-button-color>div,.wildgpt-shell.is-sending .composer-submit-button-color>svg{visibility:hidden}.wildgpt-shell.is-sending .composer-submit-button-color:after{content:"";position:absolute;inset:0;margin:auto;width:18px;height:18px;border:2px solid;border-top:2px solid transparent;border-radius:50%;animation:wildgpt-spin .8s linear infinite;pointer-events:none}@keyframes wildgpt-spin{to{transform:rotate(1turn)}}.wildgpt-reasoning{display:inline-flex;align-items:center;gap:.55rem;margin:0;padding-top:.15rem;font-size:.92rem;line-height:1.4;color:var(--text-secondary,#b4b4b4)}.wildgpt-reasoning__label{position:relative;display:inline-block;background:linear-gradient(100deg,rgb(180 180 180/.55),rgb(180 180 180/.55) 35%,#ffffff 50%,rgb(180 180 180/.55) 65%,rgb(180 180 180/.55));background-size:220% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:wildgpt-reasoning-shimmer 1.8s linear infinite;font-weight:500}.wildgpt-reasoning__dots{display:inline-flex;align-items:center;gap:.22rem}.wildgpt-reasoning__dots span{width:.32rem;height:.32rem;border-radius:999px;background:var(--text-tertiary,#8f8f8f);opacity:.55;animation:wildgpt-thinking 1.05s ease-in-out infinite}.wildgpt-reasoning__dots span:nth-child(2){animation-delay:.14s}.wildgpt-reasoning__dots span:nth-child(3){animation-delay:.28s}@keyframes wildgpt-reasoning-shimmer{0%{background-position:200% 0}to{background-position:-100% 0}}.wildgpt-searching{display:inline-flex;align-items:center;gap:.5rem;margin:0;padding-top:.15rem;font-size:.92rem;line-height:1.4;color:var(--text-secondary,#b4b4b4)}.wildgpt-searching__icon{opacity:.7;flex-shrink:0;animation:wildgpt-search-spin 1.4s linear infinite;transform-origin:center}.wildgpt-searching__label{position:relative;display:inline-block;background:linear-gradient(100deg,rgb(180 180 180/.55),rgb(180 180 180/.55) 35%,#6eb6ff 50%,rgb(180 180 180/.55) 65%,rgb(180 180 180/.55));background-size:220% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:wildgpt-reasoning-shimmer 1.8s linear infinite;font-weight:500}@keyframes wildgpt-search-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.wildgpt-code-block code.hljs{display:block;background:transparent;padding:0;overflow-x:visible}.wildgpt-code-copy{position:absolute;inset-block-start:.55rem;inset-inline-end:.55rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(255 255 255/.14);border-radius:.5rem;background:rgb(23 23 23/.85);color:var(--text-secondary,#c7c7c7);cursor:pointer;padding:.32rem;line-height:0;backdrop-filter:blur(4px);transition:color .15s ease,background .15s ease,border-color .15s ease}.wildgpt-code-copy svg{width:16px;height:16px;flex-shrink:0}.wildgpt-code-copy:hover{color:var(--text-primary,#f5f5f5);background:rgb(255 255 255/.1);border-color:rgb(255 255 255/.24)}.wildgpt-code-copy:active{transform:scale(.96)}.wildgpt-code-copy.is-copied{color:#4ade80;border-color:rgb(74 222 128/.32);background:rgb(74 222 128/.08)}.dgpt-auth{--wg-bg:#09090b;--wg-surface:#0c0c0e;--wg-input:#111114;--wg-input-hover:#161619;--wg-input-focus:#18181c;--wg-border:rgb(255 255 255/0.08);--wg-border-strong:rgb(255 255 255/0.14);--wg-text:#f4f4f5;--wg-text-muted:#a1a1aa;--wg-text-dim:#71717a;--wg-text-faint:#52525b;--wg-danger:#f87171;--wg-warn:#fbbf24;--wg-success:#4ade80;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:max(2.5rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1.5rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));color:var(--wg-text);font-family:var(--font-sans),"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-y:auto;overscroll-behavior:contain;isolation:isolate;min-height:100dvh;font-feature-settings:"ss01" 1,"cv11" 1}.dgpt-auth,.dgpt-auth__bg{position:fixed;inset:0;background:var(--wg-bg)}.dgpt-auth__bg{z-index:-1;pointer-events:none}.dgpt-auth__bg:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255/.018) 1px,transparent 0),linear-gradient(90deg,rgb(255 255 255/.018) 1px,transparent 0);background-size:56px 56px;-webkit-mask-image:radial-gradient(120% 80% at 50% 0,#000 0,transparent 70%);mask-image:radial-gradient(120% 80% at 50% 0,#000 0,transparent 70%);pointer-events:none}.dgpt-auth__glow,.dgpt-auth__glow--bottom,.dgpt-auth__glow--top{display:none}.dgpt-auth__card{position:relative;width:min(380px,100%);display:flex;flex-direction:column;gap:1.5rem;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;margin:auto 0;scroll-margin-block:1rem;animation:dgpt-auth-card-appear .22s cubic-bezier(.2,.8,.4,1) both}@keyframes dgpt-auth-card-appear{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.dgpt-auth__brand{display:flex;gap:.5rem;margin:0 0 .5rem}.dgpt-auth__brand,.dgpt-auth__logo{align-items:center;color:var(--wg-text)}.dgpt-auth__logo{display:inline-flex;justify-content:center;width:1.375rem;height:1.375rem}.dgpt-auth__logo img{width:100%;height:100%;display:block;object-fit:contain}.dgpt-auth__wordmark{font-size:.9375rem;font-weight:500;letter-spacing:-.012em;color:var(--wg-text)}.dgpt-auth__heading{text-align:left;display:flex;flex-direction:column;gap:.5rem;margin:.25rem 0 0}.dgpt-auth__kicker{font-size:.75rem;font-weight:500;color:var(--wg-text-dim);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.125rem}.dgpt-auth__heading h1{margin:0;font-size:1.625rem;font-weight:500;letter-spacing:-.025em;line-height:1.15;color:var(--wg-text)}.dgpt-auth__heading p{margin:0;color:var(--wg-text-muted);font-size:.9375rem;line-height:1.5;letter-spacing:-.005em}.dgpt-auth__oauth{display:flex;flex-direction:column;gap:.75rem}.dgpt-auth__divider{position:relative;text-align:center;font-size:.75rem;color:var(--wg-text-faint);margin:.125rem 0;text-transform:lowercase;letter-spacing:0}.dgpt-auth__divider:after,.dgpt-auth__divider:before{content:"";position:absolute;top:50%;width:calc(50% - 3.25rem);height:1px;background:var(--wg-border)}.dgpt-auth__divider:before{left:0}.dgpt-auth__divider:after{right:0}.dgpt-auth__divider span{padding:0 .625rem;background:var(--wg-bg)}.dgpt-auth__form{display:flex;flex-direction:column;gap:.875rem}.dgpt-auth__field{display:flex;flex-direction:column;gap:.4375rem}.dgpt-auth__field-row{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;min-height:1rem}.dgpt-auth__field label{font-size:.75rem;font-weight:500;color:var(--wg-text-muted);letter-spacing:0;text-transform:none}.dgpt-auth__input-wrap{position:relative;display:flex;align-items:stretch}.dgpt-auth__input{-webkit-appearance:none;appearance:none;width:100%;height:40px;min-height:40px;padding:0 .75rem;border:1px solid var(--wg-border);border-radius:6px;background:var(--wg-input);color:var(--wg-text);font-size:.9375rem;line-height:1;letter-spacing:-.005em;box-shadow:none;scroll-margin-block:5rem;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.dgpt-auth__input::placeholder{color:var(--wg-text-faint)}.dgpt-auth__input:hover:not(:focus-visible):not(:disabled){border-color:var(--wg-border-strong);background:var(--wg-input-hover)}.dgpt-auth__input:focus-visible{outline:none;border-color:rgb(255 255 255/.32);background:var(--wg-input-focus);box-shadow:0 0 0 3px rgb(255 255 255/.04)}.dgpt-auth__input--with-toggle{padding-right:2.5rem}.dgpt-auth__input--code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-feature-settings:"tnum" 1,"ss01" 1;font-variant-numeric:tabular-nums;letter-spacing:.35em;text-align:center;padding-left:.35em;font-size:1.0625rem;font-weight:500;height:44px}.dgpt-auth__input--code::placeholder{letter-spacing:.35em;font-weight:400;color:rgb(255 255 255/.18)}.dgpt-auth__field.is-invalid .dgpt-auth__input,.dgpt-auth__field.is-invalid .dgpt-auth__input:hover{border-color:rgb(248 113 113/.55);background:var(--wg-input);box-shadow:0 0 0 3px rgb(248 113 113/.07)}.dgpt-auth__icon-btn{position:absolute;top:50%;right:.25rem;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:0;border-radius:4px;background:transparent;color:var(--wg-text-dim);cursor:pointer;transition:color .1s ease,background .1s ease}.dgpt-auth__icon-btn:hover{color:var(--wg-text);background:rgb(255 255 255/.05)}.dgpt-auth__icon-btn:focus-visible{outline:1px solid rgb(255 255 255/.32);outline-offset:1px;color:var(--wg-text)}.dgpt-auth__field-message{font-size:.75rem;line-height:1.45;color:var(--wg-text-dim);letter-spacing:-.003em}.dgpt-auth__field-message--error{color:var(--wg-danger);display:inline-flex;align-items:center;gap:.3125rem}.dgpt-auth__field-message--error:before{content:"";width:3px;height:3px;border-radius:50%;background:currentColor;flex-shrink:0}.dgpt-auth__field-message--warn{color:var(--wg-warn)}.dgpt-auth__strength{display:none}.dgpt-auth__captcha{display:flex;justify-content:center;min-height:0}.dgpt-auth__captcha--hidden{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.dgpt-auth__captcha:empty{display:none}.dgpt-auth__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:40px;min-height:40px;padding:0 .875rem;border:1px solid transparent;border-radius:6px;font-size:.875rem;font-weight:500;line-height:1;letter-spacing:-.003em;cursor:pointer;transition:background .1s ease,color .1s ease,border-color .1s ease,opacity .12s ease;-webkit-tap-highlight-color:transparent}.dgpt-auth__btn:disabled{cursor:not-allowed;opacity:.5}.dgpt-auth__btn:focus-visible{outline:1px solid rgb(255 255 255/.5);outline-offset:2px}.dgpt-auth__btn--primary{background:#fafafa;color:#09090b;font-weight:500}.dgpt-auth__btn--primary:not(:disabled):hover{background:#ffffff}.dgpt-auth__btn--primary:not(:disabled):active{background:#ededed}.dgpt-auth__btn--ghost{background:transparent;color:var(--wg-text);border-color:var(--wg-border-strong)}.dgpt-auth__btn--ghost:not(:disabled):hover{background:rgb(255 255 255/.025);border-color:rgb(255 255 255/.22)}.dgpt-auth__btn--ghost:not(:disabled):active{background:rgb(255 255 255/.05)}.dgpt-auth__alert{display:flex;align-items:flex-start;gap:.5rem;margin:0;padding:.625rem .75rem;border:1px solid var(--wg-border);border-radius:6px;font-size:.8125rem;line-height:1.45;letter-spacing:-.003em}.dgpt-auth__alert svg{flex-shrink:0;margin-top:.0625rem}.dgpt-auth__alert--error{background:rgb(248 113 113/.04);border-color:rgb(248 113 113/.22);color:#fca5a5}.dgpt-auth__alert--info{background:transparent;border-color:var(--wg-border);color:var(--wg-text-muted)}.dgpt-auth__link{background:transparent;border:0;padding:0;margin:0;color:var(--wg-text);font:inherit;font-weight:500;text-decoration:none;cursor:pointer;transition:color .1s ease;-webkit-tap-highlight-color:transparent;border-radius:2px}.dgpt-auth__link:hover{color:#ffffff;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.dgpt-auth__link:focus-visible{outline:1px solid rgb(255 255 255/.4);outline-offset:3px}.dgpt-auth__link:disabled{color:var(--wg-text-faint);cursor:not-allowed}.dgpt-auth__link--small{font-size:.75rem;font-weight:500;color:var(--wg-text-muted)}.dgpt-auth__link--small:hover{color:var(--wg-text)}.dgpt-auth__resend{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.625rem;margin-top:.125rem;font-size:.8125rem}.dgpt-auth__resend .dgpt-auth__link{font-size:.8125rem}.dgpt-auth__footer{text-align:left;font-size:.8125rem;color:var(--wg-text-muted);border-top:1px solid var(--wg-border);padding:.875rem 0 0;margin-top:.25rem}.dgpt-auth__footer p{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:.3125rem}.dgpt-auth__spinner{width:.875rem;height:.875rem;border-radius:50%;border:1.5px solid;border-right:1.5px solid transparent;animation:dgpt-auth-spin .6s linear infinite;opacity:.75}.dgpt-auth-loading{position:fixed;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.875rem;background:#09090b;color:var(--wg-text)}.dgpt-auth-loading__spinner{width:1.125rem;height:1.125rem;border-radius:50%;border:1.5px solid rgb(255 255 255/.18);border-top-color:#fafafa;animation:dgpt-auth-spin .6s linear infinite}.dgpt-auth-loading__message{width:min(22rem,calc(100vw - 3rem));margin:0;color:var(--wg-text-muted);font-size:.8125rem;line-height:1.5;text-align:center}@keyframes dgpt-auth-spin{to{transform:rotate(1turn)}}@media (max-width:480px){.dgpt-auth{padding:max(1.5rem,env(safe-area-inset-top)) max(1.25rem,env(safe-area-inset-right)) max(1.25rem,env(safe-area-inset-bottom)) max(1.25rem,env(safe-area-inset-left));align-items:stretch;justify-content:flex-start}.dgpt-auth__card{width:100%;margin:auto 0;gap:1.375rem}.dgpt-auth__heading h1{font-size:1.4375rem}.dgpt-auth__heading p{font-size:.875rem}.dgpt-auth__divider:after,.dgpt-auth__divider:before{width:calc(50% - 2.75rem)}}@media (max-width:360px){.dgpt-auth__heading h1{font-size:1.3125rem}.dgpt-auth__input--code{font-size:1rem;letter-spacing:.28em}}@media (prefers-reduced-motion:reduce){.dgpt-auth__card{animation:none}.dgpt-auth__btn,.dgpt-auth__icon-btn,.dgpt-auth__input,.dgpt-auth__link{transition:none}.dgpt-auth-loading__spinner,.dgpt-auth__spinner{animation-duration:1.5s}}.wildgpt-shell #stage-sidebar-tiny-bar+div{scrollbar-width:thin;scrollbar-color:rgb(255 255 255/.1) transparent}.wildgpt-shell #history,.wildgpt-shell #stage-sidebar-tiny-bar+div,.wildgpt-shell #stage-sidebar-tiny-bar+div li,.wildgpt-shell #stage-sidebar-tiny-bar+div nav,.wildgpt-shell #stage-sidebar-tiny-bar+div ul{max-width:100%;overflow-x:hidden!important}.wildgpt-shell #stage-sidebar-tiny-bar+div::-webkit-scrollbar{width:3px}.wildgpt-shell #stage-sidebar-tiny-bar+div::-webkit-scrollbar-track{background:transparent}.wildgpt-shell #stage-sidebar-tiny-bar+div::-webkit-scrollbar-thumb{background:rgb(255 255 255/.12);border-radius:999px}.wildgpt-conv-item{position:relative;width:100%;min-width:0;overflow:hidden}.wildgpt-shell [data-wildgpt-conversation-id]{width:100%!important;min-width:0!important;max-width:100%!important;padding-right:2.5rem!important;overflow:hidden!important}.wildgpt-shell [data-wildgpt-conversation-id]>span{min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wildgpt-title-skeleton{display:block;width:min(7.5rem,72%);height:.72rem;border-radius:.25rem;background:linear-gradient(90deg,rgb(255 255 255/.08),rgb(255 255 255/.18) 45%,rgb(255 255 255/.08) 90%);background-size:220% 100%;animation:wildgpt-sidebar-title-shimmer 1.15s ease-in-out infinite}@keyframes wildgpt-sidebar-title-shimmer{0%{background-position:180% 0;opacity:.62}50%{opacity:1}to{background-position:-80% 0;opacity:.62}}.wildgpt-conv-menu-trigger{position:absolute;right:.3rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;padding:0;border:0;border-radius:.375rem;background:transparent;color:var(--text-tertiary,#8f8f8f);cursor:pointer;opacity:0;pointer-events:none;transition:opacity .12s ease,background .12s ease,color .12s ease;z-index:2}.wildgpt-conv-item--active .wildgpt-conv-menu-trigger{opacity:.45;pointer-events:auto}.wildgpt-conv-item.is-menu-open .wildgpt-conv-menu-trigger,.wildgpt-conv-item:hover .wildgpt-conv-menu-trigger{opacity:1;pointer-events:auto}.wildgpt-conv-menu-trigger:hover{background:var(--surface-hover,rgb(255 255 255/.1));color:var(--text-primary,#f5f5f5)}.wildgpt-conv-menu-trigger:focus-visible{outline:2px solid rgb(255 255 255/.5);outline-offset:2px;opacity:1;pointer-events:auto}@media (hover:none){.wildgpt-conv-menu-trigger{opacity:.45;pointer-events:auto}}.wildgpt-conv-context-menu{z-index:9999;min-width:9.5rem;padding:.3rem;border:1px solid rgb(255 255 255/.1);border-radius:.625rem;background:#2a2a2c;box-shadow:inset 0 1px 0 rgb(255 255 255/.05),0 12px 32px rgb(0 0 0/.5)}.wildgpt-conv-menu-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.55rem .7rem;border:0;border-radius:.375rem;background:transparent;color:var(--text-primary,#ececec);font:inherit;font-size:.875rem;line-height:1.2;text-align:start;cursor:pointer;transition:background .1s ease;white-space:nowrap}.wildgpt-conv-menu-item:hover{background:rgb(255 255 255/.07)}.wildgpt-conv-menu-item:focus-visible{outline:2px solid rgb(255 255 255/.5);outline-offset:-2px}.wildgpt-conv-menu-item--danger{color:#fca5a5}.wildgpt-conv-menu-item--danger:hover{background:rgb(248 113 113/.1);color:#fca5a5}.wgc-backdrop,.wgc-card,.wgc-modal{--wgc-bg:#0a0a0a;--wgc-surface:#111111;--wgc-surface-2:#161616;--wgc-surface-hover:#1c1c1c;--wgc-border:rgb(255 255 255/0.06);--wgc-border-strong:rgb(255 255 255/0.12);--wgc-text:#ececec;--wgc-text-muted:#a1a1aa;--wgc-text-dim:#71717a;--wgc-accent:#fafafa;--wgc-danger:#f87171}.cl-modalBackdrop,.wgc-backdrop{background:rgb(0 0 0/.65)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.cl-modalContent,.wgc-modal{border:1px solid var(--wgc-border)!important;border-radius:12px!important;box-shadow:0 24px 60px rgb(0 0 0/.6)!important}.cl-modalContent,.cl-userButtonPopoverCard,.wgc-card,.wgc-modal{background:var(--wgc-bg)!important;color:var(--wgc-text)!important}.cl-userButtonPopoverCard,.wgc-card{border:1px solid var(--wgc-border)!important;border-radius:10px!important;box-shadow:0 16px 40px rgb(0 0 0/.5)!important}.cl-navbar,.wgc-nav{background:var(--wgc-bg)!important;border-right:1px solid var(--wgc-border)!important;padding:1.5rem 1rem!important}.cl-navbarButton,.wgc-nav-btn{display:flex!important;align-items:center!important;gap:.625rem!important;width:100%!important;height:36px!important;padding:0 .75rem!important;border:0!important;border-radius:6px!important;background:transparent!important;color:var(--wgc-text-muted)!important;font-size:.875rem!important;font-weight:500!important;letter-spacing:-.005em!important;cursor:pointer!important;transition:background .12s ease,color .12s ease!important}.cl-navbarButton:hover,.wgc-nav-btn:hover{background:var(--wgc-surface)!important;color:var(--wgc-text)!important}.cl-navbarButton__active,.wgc-nav-btn--active{background:var(--wgc-surface-2)!important;color:var(--wgc-text)!important}.cl-navbarButtonIcon,.wgc-nav-btn__icon{width:16px!important;height:16px!important;opacity:.85!important}.cl-pageScrollBox,.wgc-page{background:var(--wgc-bg)!important;padding:2rem 2.25rem!important}.cl-header,.wgc-header{margin-bottom:1.5rem!important;padding-bottom:1.25rem!important;border-bottom:1px solid var(--wgc-border)!important}.cl-headerTitle,.wgc-title{font-size:1.125rem!important;font-weight:600!important;letter-spacing:-.015em!important;color:var(--wgc-text)!important;margin:0!important}.cl-headerSubtitle,.wgc-subtitle{display:none!important}.cl-profileSection,.wgc-section{padding:1rem 0!important;border-bottom:1px solid var(--wgc-border)!important}.cl-profileSection:last-child,.wgc-section:last-child{border-bottom:0!important}.cl-profileSectionItem,.wgc-row{display:grid!important;grid-template-columns:180px 1fr auto!important;align-items:center!important;gap:1rem!important;padding:.875rem 0!important;border-bottom:1px solid rgb(255 255 255/.03)!important}.cl-profileSectionItem:last-child,.wgc-row:last-child{border-bottom:0!important}.cl-profileSectionTitle,.wgc-row-label{font-size:.8125rem!important;font-weight:500!important;color:var(--wgc-text-muted)!important;letter-spacing:0!important}.cl-profileSectionTitleText,.wgc-row-label__text{color:inherit!important;font-weight:inherit!important}.cl-profileSectionContent,.wgc-row-content{font-size:.875rem!important;color:var(--wgc-text)!important}.cl-profileSectionSubtitle,.wgc-section-subtitle{font-size:.8125rem!important;color:var(--wgc-text-dim)!important}.cl-profileSectionPrimaryButton,.wgc-link{display:inline-flex!important;align-items:center!important;gap:.375rem!important;background:transparent!important;border:0!important;padding:0!important;color:var(--wgc-text)!important;font-size:.8125rem!important;font-weight:500!important;cursor:pointer!important;transition:color .12s ease!important}.cl-profileSectionPrimaryButton:hover,.wgc-link:hover{color:var(--wgc-accent)!important;text-decoration:underline!important;text-underline-offset:3px!important}.cl-formButtonPrimary,.wgc-button-primary{height:36px!important;padding:0 1rem!important;background:#fafafa!important;color:#0a0a0a!important;border:0!important;border-radius:6px!important;font-size:.875rem!important;font-weight:500!important;letter-spacing:-.005em!important;cursor:pointer!important;transition:background .12s ease!important;text-transform:none!important;box-shadow:none!important}.cl-formButtonPrimary:hover,.wgc-button-primary:hover{background:#ffffff!important}.cl-formButtonReset,.wgc-button-ghost{height:36px!important;padding:0 .875rem!important;background:transparent!important;color:var(--wgc-text-muted)!important;border:1px solid var(--wgc-border-strong)!important;border-radius:6px!important;font-size:.875rem!important;font-weight:500!important;cursor:pointer!important;transition:background .12s ease,border-color .12s ease,color .12s ease!important;text-transform:none!important;box-shadow:none!important}.cl-formButtonReset:hover,.wgc-button-ghost:hover{background:var(--wgc-surface)!important;border-color:rgb(255 255 255/.22)!important;color:var(--wgc-text)!important}.cl-formFieldInput,.wgc-input{height:38px!important;padding:0 .75rem!important;background:var(--wgc-surface)!important;color:var(--wgc-text)!important;border:1px solid var(--wgc-border-strong)!important;border-radius:6px!important;font-size:.875rem!important;letter-spacing:-.005em!important;transition:border-color .12s ease,background .12s ease!important;box-shadow:none!important}.cl-formFieldInput:hover,.wgc-input:hover{border-color:rgb(255 255 255/.2)!important}.cl-formFieldInput:focus,.wgc-input:focus{outline:none!important;border-color:rgb(255 255 255/.32)!important;background:var(--wgc-surface-2)!important}.cl-formFieldLabel,.wgc-label{font-size:.75rem!important;font-weight:500!important;color:var(--wgc-text-muted)!important;margin-bottom:.375rem!important}.cl-formFieldHintText,.wgc-hint{font-size:.75rem!important;color:var(--wgc-text-dim)!important}.cl-formFieldErrorText,.wgc-error{font-size:.75rem!important;color:var(--wgc-danger)!important}.cl-badge,.wgc-badge{height:20px!important;padding:0 .5rem!important;background:rgb(255 255 255/.06)!important;color:var(--wgc-text-muted)!important;border:1px solid var(--wgc-border)!important;border-radius:4px!important;font-size:.6875rem!important;font-weight:500!important;letter-spacing:.01em!important;text-transform:uppercase!important;box-shadow:none!important}.cl-userPreviewMainIdentifier,.wgc-id-primary{font-size:.875rem!important;font-weight:500!important;color:var(--wgc-text)!important}.cl-userPreviewSecondaryIdentifier,.wgc-id-secondary{font-size:.75rem!important;color:var(--wgc-text-dim)!important}.cl-userButtonPopoverActionButton,.wgc-menu-item{display:flex!important;align-items:center!important;gap:.625rem!important;height:36px!important;padding:0 .75rem!important;background:transparent!important;border:0!important;border-radius:6px!important;color:var(--wgc-text)!important;font-size:.875rem!important;cursor:pointer!important;transition:background .12s ease!important}.cl-userButtonPopoverActionButton:hover,.wgc-menu-item:hover{background:var(--wgc-surface-2)!important}.cl-userButtonPopoverActionButtonText,.wgc-menu-item__text{color:inherit!important;font-weight:400!important}.cl-userButtonPopoverActionButtonIcon,.wgc-menu-item__icon{width:16px!important;height:16px!important;opacity:.7!important;color:inherit!important}.cl-menuList,.wgc-menu{background:var(--wgc-bg)!important;border:1px solid var(--wgc-border)!important;border-radius:8px!important;box-shadow:0 12px 32px rgb(0 0 0/.5)!important;padding:4px!important}.cl-menuItem,.wgc-menu-row{display:flex!important;align-items:center!important;gap:.5rem!important;height:32px!important;padding:0 .625rem!important;border-radius:4px!important;font-size:.8125rem!important;color:var(--wgc-text)!important;cursor:pointer!important;transition:background .12s ease!important}.cl-menuItem:hover,.wgc-menu-row:hover{background:var(--wgc-surface-2)!important}.cl-dividerLine,.wgc-divider{background:var(--wgc-border)!important;height:1px!important}.cl-dividerText,.wgc-divider-text{color:var(--wgc-text-dim)!important;font-size:.75rem!important}.cl-footer,.cl-internal-1rpdi70,.cl-internal-b3fm6y,.cl-userButtonPopoverFooter,.wgc-clerk-footer,.wgc-footer,[data-localization-key*="signIn.start.actionLink"],[data-localization-key*=brandingPoweredBy]{display:none!important}.cl-avatarBox,.cl-userPreviewAvatarContainer{border-radius:999px!important;border:1px solid var(--wgc-border)!important}@media (max-width:640px){.cl-profileSectionItem,.wgc-row{grid-template-columns:1fr!important;gap:.375rem!important}.cl-pageScrollBox,.wgc-page{padding:1.25rem 1rem!important}.cl-navbar,.wgc-nav{padding:1rem!important}}.wildgpt-sidebar-user-button{padding:.25rem .5rem .5rem}.wildgpt-profile,.wildgpt-sidebar-user-button{display:flex;align-items:center;width:100%;min-width:0}.wildgpt-profile{gap:.625rem;padding:.375rem .4rem;border-radius:.625rem}.wildgpt-profile__id{display:flex;align-items:center;gap:.625rem;min-width:0;flex:1;border:0;background:transparent;padding:.25rem .375rem;border-radius:.5rem;cursor:pointer;text-align:left;color:inherit;font:inherit;transition:background .12s ease}.wildgpt-profile__id:hover{background:rgb(255 255 255/.07)}.wildgpt-profile__id:focus-visible{outline:2px solid rgb(255 255 255/.4);outline-offset:1px}.wildgpt-profile__avatar .cl-userButtonTrigger,.wildgpt-profile__clerk-trigger{pointer-events:none!important;border-radius:999px}.wildgpt-profile__clerk-root .cl-userButtonPopoverCard,.wildgpt-profile__clerk-root .cl-userButtonPopoverRootBox{display:none!important;visibility:hidden!important;pointer-events:none!important}.wildgpt-profile__avatar{flex-shrink:0}.wildgpt-profile__avatar .cl-rootBox,.wildgpt-profile__clerk-root{display:flex}.wildgpt-profile__avatar .cl-userButtonAvatarBox,.wildgpt-profile__clerk-avatar{width:2.1rem;height:2.1rem}.wildgpt-profile__text{display:flex;flex-direction:column;min-width:0;line-height:1.2}.wildgpt-profile__name{font-size:.875rem;font-weight:500;color:#ececec;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wildgpt-profile__plan{font-size:.75rem;font-weight:500;color:var(--text-tertiary,#8f8f8f)}.wildgpt-profile__upgrade{flex-shrink:0;height:30px;padding:0 .75rem;border:1px solid rgb(255 255 255/.16);border-radius:999px;background:transparent;color:#ececec;font:inherit;font-size:.8125rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:background .12s ease,border-color .12s ease}.wildgpt-profile__upgrade:hover{background:rgb(255 255 255/.08);border-color:rgb(255 255 255/.28)}.wildgpt-share-button{display:inline-flex;align-items:center;gap:.5rem;border:0;border-radius:999px;background:transparent;color:#ececec;cursor:pointer;transition:background .12s ease}.wildgpt-share-button:hover{background:rgb(255 255 255/.08)}.wildgpt-share-button svg{display:block}.wildgpt-share-button--desktop{position:fixed;top:.7rem;right:.85rem;z-index:60;height:36px;padding:0 .875rem 0 .7rem;font-size:.875rem;font-weight:500}.wildgpt-share-button--mobile{display:none}@media (max-width:767px){.wildgpt-share-button--desktop{display:none}.wildgpt-share-button--mobile{position:fixed;inset-block-start:.7rem;inset-inline-end:3.55rem;z-index:78;display:inline-flex;align-items:center;justify-content:center;width:2.45rem;height:2.45rem;border-radius:.75rem;color:var(--text-primary);box-shadow:0 12px 34px rgb(0 0 0/.28)}.wildgpt-share-button--mobile,.wildgpt-share-button--mobile:hover{background:var(--main-surface-primary)}.wildgpt-share-button--mobile svg{width:1.2rem;height:1.2rem}.wildgpt-shell.is-sidebar-open .wildgpt-share-button--mobile{opacity:0;pointer-events:none;transform:translateX(8px)}}.wildgpt-share-modal{position:relative;max-width:440px;width:100%;padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;border-color:rgb(255 255 255/.14);background:#000;box-shadow:0 24px 80px rgb(0 0 0/.82)}.wildgpt-modal-backdrop--center:has(.wildgpt-share-modal){background:rgb(0 0 0/.72)}.wildgpt-share-close{position:absolute;top:.875rem;right:.875rem;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:0;border-radius:8px;background:transparent;color:var(--text-secondary,#b4b4b4);cursor:pointer;transition:background .12s ease,color .12s ease}.wildgpt-share-close:hover{background:rgb(255 255 255/.07);color:#ececec}.wildgpt-share-close svg{display:block}.wildgpt-share-head{display:flex;flex-direction:column;align-items:flex-start;gap:.625rem;padding-right:2rem}.wildgpt-share-glyph{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#050505;border:1px solid rgb(255 255 255/.14);color:#ececec}.wildgpt-share-glyph.is-public{background:#060d08;border-color:rgb(74 222 128/.34);color:#7dffa5}.wildgpt-share-head h2{margin:0;font-size:1.1875rem;font-weight:600;letter-spacing:-.01em;color:#ececec}.wildgpt-share-sub{margin:0;font-size:.875rem;line-height:1.55;color:var(--text-secondary,#b4b4b4)}.wildgpt-share-link{display:flex;align-items:center;gap:.5rem;padding:.3rem .3rem .3rem .75rem;border:1px solid rgb(255 255 255/.16);border-radius:10px;background:#050505}.wildgpt-share-link__icon{display:inline-flex;color:var(--text-tertiary,#8f8f8f);flex-shrink:0}.wildgpt-share-link__input{flex:1;min-width:0;height:34px;border:0;background:transparent;color:#ececec;font:inherit;font-size:.8125rem}.wildgpt-share-link__input:focus{outline:none}.wildgpt-share-link__copy{flex-shrink:0;height:34px;padding:0 .9rem;border:0;border-radius:7px;background:#fafafa;color:#09090b;font:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .12s ease}.wildgpt-share-link__copy:hover{background:#ffffff;color:#09090b}.wildgpt-share-error{margin:0;font-size:.8125rem;color:#f87171}.wildgpt-share-actions{display:flex}.wildgpt-share-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:44px;padding:0 1rem;border:1px solid transparent;border-radius:10px;background:#fafafa;color:#09090b;font:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;transition:background .12s ease,border-color .12s ease,color .12s ease}.wildgpt-share-toggle svg{display:block}.wildgpt-share-toggle:hover:not(:disabled){background:#ffffff;color:#09090b}.wildgpt-share-toggle.is-public{background:#050505;color:#ececec;border-color:rgb(255 255 255/.16)}.wildgpt-share-toggle.is-public:hover:not(:disabled){background:rgb(248 113 113/.1);border-color:rgb(248 113 113/.4);color:#f87171}.wildgpt-share-toggle:disabled{opacity:.7;cursor:default}.wildgpt-share-spinner{width:.875rem;height:.875rem;border-radius:50%;border:2px solid rgb(9 9 11/.25);border-top-color:rgb(9 9 11/.85);animation:wgshareSpin .6s linear infinite}@media (prefers-reduced-motion:reduce){.wildgpt-conversation,.wildgpt-message,.wildgpt-mobile-new-chat-button,.wildgpt-mobile-sidebar-button span,.wildgpt-shell #stage-sidebar-tiny-bar,.wildgpt-shell #stage-sidebar-tiny-bar+div,.wildgpt-shell #stage-slideover-sidebar,.wildgpt-shell #thread-bottom-container,.wildgpt-shell [data-splash-headline-option],.wildgpt-shell [data-testid=use-case-prompt-chips],.wildgpt-snapshot,.wildgpt-stream-caret,.wildgpt-submit-spinner,.wildgpt-thinking span{transition:none;animation:none}}.wgate{--wg-bg:#09090b;--wg-input:#111114;--wg-input-hover:#161619;--wg-input-focus:#18181c;--wg-border:rgb(255 255 255/0.08);--wg-border-strong:rgb(255 255 255/0.14);--wg-text:#f4f4f5;--wg-text-muted:#a1a1aa;--wg-text-dim:#71717a;--wg-text-faint:#52525b;--wg-danger:#f87171;z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding:max(2.5rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1.5rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));color:var(--wg-text);isolation:isolate;font-family:var(--font-sans),"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-y:auto;overscroll-behavior:contain;font-feature-settings:"ss01" 1,"cv11" 1}.wgate,.wgate__backdrop{position:fixed;inset:0;background:var(--wg-bg)}.wgate__backdrop{z-index:-1;pointer-events:none;backdrop-filter:none;-webkit-backdrop-filter:none}.wgate__backdrop:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255/.018) 1px,transparent 0),linear-gradient(90deg,rgb(255 255 255/.018) 1px,transparent 0);background-size:56px 56px;-webkit-mask-image:radial-gradient(120% 80% at 50% 0,#000 0,transparent 70%);mask-image:radial-gradient(120% 80% at 50% 0,#000 0,transparent 70%)}.wgate__panel{position:relative;width:min(380px,100%);margin:auto 0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;display:flex;flex-direction:column;gap:1.5rem;animation:wgateRise .22s cubic-bezier(.2,.8,.4,1) both}@keyframes wgateRise{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.wgate__brand{gap:.5rem;margin:0}.wgate__brand,.wgate__brand-mark{display:inline-flex;align-items:center}.wgate__brand-mark{justify-content:center;width:1.375rem;height:1.375rem}.wgate__brand-mark img{display:block;width:100%;height:100%;object-fit:contain}.wgate__brand-text{font-size:.9375rem;letter-spacing:-.012em}.wgate__brand-text,.wgate__title{font-weight:500;color:var(--wg-text)}.wgate__title{margin:0;font-size:1.625rem;line-height:1.15;letter-spacing:-.025em}.wgate__title:before{content:"Accès · WildGPT";display:block;font-size:.75rem;font-weight:500;color:var(--wg-text-dim);letter-spacing:.04em;text-transform:uppercase;margin-bottom:.625rem}.wgate__subtitle{margin:-.875rem 0 0;font-size:.9375rem;line-height:1.5;letter-spacing:-.005em;color:var(--wg-text-muted)}.wgate__form{gap:.875rem;margin:0}.wgate__field,.wgate__form{display:flex;flex-direction:column}.wgate__field{gap:.4375rem}.wgate__label{font-size:.75rem;font-weight:500;color:var(--wg-text-muted);letter-spacing:0}.wgate__input{height:44px;padding:0 .875rem;border-radius:6px;border:1px solid var(--wg-border);background:var(--wg-input);color:var(--wg-text);font-size:1.0625rem;line-height:1;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-feature-settings:"tnum" 1,"ss01" 1;font-variant-numeric:tabular-nums;letter-spacing:.16em;text-align:center;transition:border-color .12s ease,background-color .12s ease,box-shadow .12s ease;outline:none;text-transform:lowercase}.wgate__input::placeholder{color:rgb(255 255 255/.18);letter-spacing:.16em;text-transform:lowercase}.wgate__input:hover:not(:focus):not(:disabled){border-color:var(--wg-border-strong);background:var(--wg-input-hover)}.wgate__input:focus{border-color:rgb(255 255 255/.32);background:var(--wg-input-focus);box-shadow:0 0 0 3px rgb(255 255 255/.04)}.wgate__input[aria-invalid=true],.wgate__input[aria-invalid=true]:focus{border-color:rgb(248 113 113/.55);box-shadow:0 0 0 3px rgb(248 113 113/.07)}.wgate__input:disabled{opacity:.5;cursor:not-allowed}.wgate__error{margin:0;font-size:.75rem;line-height:1.45;color:var(--wg-danger);display:inline-flex;align-items:center;gap:.3125rem;letter-spacing:-.003em}.wgate__error:before{content:"";width:3px;height:3px;border-radius:50%;background:currentColor;flex-shrink:0}.wgate__submit{height:40px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:0 .875rem;border-radius:6px;border:1px solid transparent;background:#fafafa;color:#09090b;font-size:.875rem;font-weight:500;line-height:1;letter-spacing:-.003em;cursor:pointer;transition:background-color .1s ease,opacity .12s ease;margin-top:.125rem}.wgate__submit:hover:not(:disabled){background:#ffffff}.wgate__submit:active:not(:disabled){background:#ededed}.wgate__submit:focus-visible{outline:1px solid rgb(255 255 255/.5);outline-offset:2px}.wgate__submit:disabled{background:rgb(255 255 255/.08);color:rgb(255 255 255/.35);cursor:not-allowed}.wgate__submit-spinner{width:.75rem;height:.75rem;border-radius:50%;border:1.5px solid rgb(9 9 11/.25);border-top-color:rgb(9 9 11/.85);animation:wgateSpin .6s linear infinite}@keyframes wgateSpin{to{transform:rotate(1turn)}}.wgate__meta{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.625rem;margin:.25rem 0 0;padding:.875rem 0 0;border-top:1px solid var(--wg-border)}.wgate__email{margin:0;font-size:.8125rem;color:var(--wg-text-muted);word-break:break-all;line-height:1.45;letter-spacing:-.003em}.wgate__email strong{color:var(--wg-text);font-weight:500}.wgate__signout{height:28px;padding:0 .625rem;border:1px solid var(--wg-border-strong);border-radius:5px;background:transparent;color:var(--wg-text-muted);font-size:.75rem;font-weight:500;cursor:pointer;transition:background-color .1s ease,color .1s ease,border-color .1s ease}.wgate__signout:hover{background:rgb(255 255 255/.025);color:var(--wg-text);border-color:rgb(255 255 255/.22)}.wgate__signout:focus-visible{outline:1px solid rgb(255 255 255/.5);outline-offset:2px}@media (max-width:480px){.wgate{align-items:flex-start;padding:max(1.5rem,env(safe-area-inset-top)) max(1.25rem,env(safe-area-inset-right)) max(1.25rem,env(safe-area-inset-bottom)) max(1.25rem,env(safe-area-inset-left))}.wgate__panel{width:100%;gap:1.375rem}.wgate__title{font-size:1.4375rem}.wgate__subtitle{font-size:.875rem}}@media (prefers-reduced-motion:reduce){.wgate__panel{animation:none}.wgate__submit-spinner{animation-duration:1.5s}.wgate__input,.wgate__signout,.wgate__submit{transition:none}}.wildgpt-table-wrapper{width:100%;overflow-x:auto;margin:1rem 0;border-radius:.65rem;border:1px solid var(--border-light,rgb(255 255 255/.12))}.wildgpt-table{width:100%;border-collapse:collapse;font-size:.9rem;line-height:1.55}.wildgpt-table td,.wildgpt-table th{padding:.55rem .9rem;text-align:start;border-bottom:1px solid var(--border-light,rgb(255 255 255/.1));white-space:nowrap}.wildgpt-table th{background:rgb(255 255 255/.05);font-weight:600;color:var(--text-primary)}.wildgpt-table td{color:var(--text-secondary,#c7c7c7)}.wildgpt-table tr:last-child td{border-bottom:none}.wildgpt-table tr:hover td{background:rgb(255 255 255/.03)}.wildgpt-hr{margin:1.25rem 0;border:none;border-top:1px solid var(--border-light,rgb(255 255 255/.14))}.wgshare{--wgs-bg:#000;--wgs-panel:#050505;--wgs-panel-strong:#101010;--wgs-text:#f4f4f4;--wgs-muted:#a6a6a6;--wgs-border:rgb(255 255 255/0.12);position:fixed;inset:0;display:flex;flex-direction:column;background:var(--wgs-bg);color:var(--wgs-text)}.wgshare--center{align-items:center;justify-content:center}.wgshare__topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:0 clamp(1rem,4vw,2rem);border-bottom:1px solid var(--wgs-border);background:#000}.wgshare__scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-color:rgb(255 255 255/.28) transparent}.wgshare__thread{width:min(100%,54rem);padding-top:clamp(2rem,7vh,4.5rem);padding-bottom:5rem}.wgshare__title{max-width:42rem;margin:0 0 2.75rem;font-size:clamp(1.75rem,4vw,3rem);font-weight:520;letter-spacing:0;line-height:1.08;color:var(--wgs-text)}.wgshare__brand{gap:.5rem;min-width:0;font-size:.9375rem;font-weight:600;letter-spacing:-.01em;text-decoration:none}.wgshare__brand,.wgshare__mark{display:inline-flex;align-items:center;color:var(--wgs-text)}.wgshare__mark{justify-content:center}.wgshare__mark img{display:block;width:1.25rem;height:1.25rem;object-fit:contain}.wgshare__status{display:inline-flex;align-items:center;min-height:32px;padding:0 .75rem;border:1px solid var(--wgs-border);border-radius:999px;background:var(--wgs-panel);color:var(--wgs-muted);font-size:.8125rem;font-weight:500;line-height:1}.wgshare__spinner{width:1.75rem;height:1.75rem;border-radius:50%;border:2px solid rgb(255 255 255/.18);border-top-color:#ececec;animation:wgshareSpin .6s linear infinite}@keyframes wgshareSpin{to{transform:rotate(1turn)}}.wgshare__empty{display:flex;flex-direction:column;align-items:center;gap:.75rem;max-width:390px;padding:2rem;text-align:center}.wgshare__empty .wgshare__brand{margin-bottom:.5rem}.wgshare__empty h1{margin:0;font-size:1.375rem;font-weight:600;letter-spacing:-.02em}.wgshare__empty p{margin:0;font-size:.9375rem;line-height:1.5;color:var(--wgs-muted)}.wgshare__home{margin-top:.75rem;display:inline-flex;align-items:center;height:38px;padding:0 1rem;border-radius:8px;background:#fafafa;color:#09090b;font-size:.875rem;font-weight:500;text-decoration:none}.wgshare .wildgpt-message{color:var(--wgs-text)}.wgshare .wildgpt-message--user .wildgpt-message-body{border:1px solid rgb(255 255 255/.1);background:var(--wgs-panel-strong);box-shadow:none}.wgshare .wildgpt-message--assistant .wildgpt-message-body{color:#e8e8e8}.wgshare .wildgpt-markdown a{color:#fff;text-decoration-color:rgb(255 255 255/.38)}.wgshare .wildgpt-markdown code{border-color:rgb(255 255 255/.13);background:#050505}@media (max-width:767px){.wgshare__topbar{min-height:56px}.wgshare__thread{padding-top:1.5rem;padding-bottom:3.5rem}.wgshare__title{margin-bottom:2rem;font-size:clamp(1.55rem,8vw,2.15rem)}.wgshare .wildgpt-message--user .wildgpt-message-body{max-width:min(88%,38rem)}}.wildgpt-notfound{position:fixed;inset:0;z-index:90;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:rgb(0 0 0/.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.wildgpt-notfound__panel{display:flex;flex-direction:column;align-items:center;gap:.625rem;max-width:360px;padding:2rem;text-align:center;background:#1a1a1c;border:1px solid rgb(255 255 255/.1);border-radius:16px}.wildgpt-notfound__panel h1{margin:0;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;color:#ececec}.wildgpt-notfound__panel p{margin:0;font-size:.9375rem;line-height:1.5;color:#b4b4b4}.wildgpt-notfound__btn{margin-top:.75rem;height:40px;padding:0 1.25rem;border:0;border-radius:8px;background:#fafafa;color:#09090b;font:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .12s ease}.wildgpt-notfound__btn:hover{background:#ffffff}.wgs-backdrop{--wgs-bg:#303030;--wgs-surface:#333333;--wgs-surface-2:#3a3a3a;--wgs-surface-hover:rgb(255 255 255/0.075);--wgs-border:rgb(255 255 255/0.08);--wgs-border-strong:rgb(255 255 255/0.13);--wgs-text:#ececec;--wgs-text-muted:#b6b6b6;--wgs-text-dim:#8a8a8a;--wgs-danger:#f87171;--wgs-success:#4ade80;position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:1rem;background:rgb(0 0 0/.52);-webkit-backdrop-filter:none;backdrop-filter:none;animation:wgsFadeIn .14s ease-out both}@keyframes wgsFadeIn{0%{opacity:0}to{opacity:1}}.wgs-modal{display:grid;grid-template-columns:162px 1fr;width:min(720px,100%);height:min(620px,calc(100vh - 2rem));background:var(--wgs-bg);border:1px solid var(--wgs-border);border-radius:14px;box-shadow:0 18px 48px rgb(0 0 0/.42);color:var(--wgs-text);overflow:hidden;animation:wgsRise .18s cubic-bezier(.2,.8,.4,1) both}@keyframes wgsRise{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.wgs-nav{display:flex;flex-direction:column;gap:.45rem;padding:.75rem .55rem;border-right:1px solid var(--wgs-border);background:var(--wgs-bg);overflow-y:auto}.wgs-nav__title{margin:0 0 .2rem;padding:0 .45rem;font-size:.75rem;font-weight:600;letter-spacing:0;text-transform:none;color:var(--wgs-text-dim)}.wgs-nav__list{display:flex;flex-direction:column;gap:1px}.wgs-nav__btn{display:flex;align-items:center;gap:.5rem;width:100%;height:32px;padding:0 .5rem;border:0;border-radius:8px;background:transparent;color:var(--wgs-text-muted);font:inherit;font-size:.8125rem;font-weight:500;letter-spacing:-.005em;text-align:left;cursor:pointer;transition:background .12s ease,color .12s ease}.wgs-nav__btn.is-active,.wgs-nav__btn:hover{background:var(--wgs-surface-hover);color:var(--wgs-text)}.wgs-nav__icon{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;flex-shrink:0;opacity:.85}.wgs-pane{display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;background:var(--wgs-bg)}.wgs-pane__head{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;height:44px;padding:0 .7rem 0 1rem;border-bottom:1px solid var(--wgs-border)}.wgs-pane__title{margin:0;font-size:.875rem;font-weight:600;letter-spacing:-.01em;color:var(--wgs-text)}.wgs-close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:0;border-radius:8px;background:transparent;color:var(--wgs-text-muted);cursor:pointer;transition:background .12s ease,color .12s ease}.wgs-close:hover{background:var(--wgs-surface-hover);color:var(--wgs-text)}.wgs-close svg{display:block}.wgs-pane__body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:.8rem 1rem 1rem}.wgs-mobile-section-title{display:none}.wgs-stack{display:flex;flex-direction:column;gap:0}.wgs-card{background:transparent;border:1px solid var(--wgs-border);border-radius:10px;padding:.65rem;margin-bottom:.45rem}.wgs-identity{display:flex;align-items:center;gap:.65rem}.wgs-avatar{width:34px;height:34px;border-radius:999px;border:1px solid var(--wgs-border);flex-shrink:0;object-fit:cover}.wgs-avatar--placeholder{background:var(--wgs-surface-2)}.wgs-identity__text{flex:1;min-width:0}.wgs-identity__name{font-size:.875rem;font-weight:500;color:var(--wgs-text);line-height:1.2}.wgs-identity__email,.wgs-identity__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wgs-identity__email{font-size:.75rem;color:var(--wgs-text-dim);margin-top:2px}.wgs-pill{flex-shrink:0;height:20px;padding:0 .45rem;display:inline-flex;align-items:center;border:1px solid var(--wgs-border-strong);border-radius:999px;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--wgs-text)}.wgs-row{display:grid;grid-template-columns:minmax(128px,160px) 1fr;gap:1rem;padding:.72rem 0;border-bottom:1px solid var(--wgs-border)}.wgs-row:last-child{border-bottom:0}.wgs-row__head{min-width:0}.wgs-row__label{font-size:.8125rem;font-weight:500;color:var(--wgs-text);margin-bottom:.25rem}.wgs-row__hint{font-size:.72rem;color:var(--wgs-text-dim);line-height:1.45}.wgs-row__content{display:flex;flex-direction:column;gap:.4rem;min-width:0}.wgs-row__display{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.8125rem;color:var(--wgs-text)}.wgs-mono{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.765rem;color:var(--wgs-text)}.wgs-empty{color:var(--wgs-text-dim);font-style:normal;font-size:.765rem}.wgs-tag{display:inline-flex;align-items:center;height:17px;padding:0 .4rem;border:1px solid rgb(74 222 128/.3);background:rgb(74 222 128/.08);color:var(--wgs-success);border-radius:999px;font-size:.6875rem;font-weight:500}.wgs-input,.wgs-row--danger .wgs-row__label{color:var(--wgs-text)}.wgs-input{flex:1;min-width:0;height:30px;padding:0 .55rem;background:rgb(0 0 0/.12);border:1px solid var(--wgs-border-strong);border-radius:8px;font:inherit;font-size:.8125rem;letter-spacing:-.005em;transition:border-color .12s ease,background .12s ease}.wgs-input:hover{border-color:rgb(255 255 255/.2)}.wgs-input:focus{outline:none;border-color:rgb(255 255 255/.32);background:var(--wgs-surface-2)}.wgs-input[aria-invalid=true]{border-color:rgb(248 113 113/.5)}.wgs-inline-edit{display:flex;gap:.4rem;align-items:center}.wgs-btn{display:inline-flex;align-items:center;justify-content:center;height:30px;padding:0 .65rem;border:1px solid transparent;border-radius:8px;font:inherit;font-size:.8125rem;font-weight:500;letter-spacing:-.005em;cursor:pointer;white-space:nowrap;transition:background .12s ease,border-color .12s ease,color .12s ease}.wgs-btn:disabled{opacity:.5;cursor:not-allowed}.wgs-btn--sm{height:26px;padding:0 .55rem;font-size:.765rem}.wgs-btn--primary{background:#f2f2f2;color:#111;border-color:transparent}.wgs-btn--primary:hover:not(:disabled){background:#ffffff}.wgs-btn--ghost{background:transparent;color:var(--wgs-text-muted);border-color:var(--wgs-border-strong)}.wgs-btn--ghost:hover:not(:disabled){background:var(--wgs-surface-hover);border-color:rgb(255 255 255/.22);color:var(--wgs-text)}.wgs-btn--danger{background:transparent;color:var(--wgs-danger);border-color:rgb(248 113 113/.3)}.wgs-btn--danger:hover:not(:disabled){background:rgb(248 113 113/.08);border-color:rgb(248 113 113/.5)}.wgs-error{color:var(--wgs-danger)}.wgs-error,.wgs-saved{margin:0;font-size:.72rem}.wgs-saved{color:var(--wgs-success);animation:wgsFadeIn .2s ease-out both}.wgs-muted{margin:0;color:var(--wgs-text-dim);font-size:.78rem}.wgs-admin{display:flex;flex-direction:column;gap:.55rem}.wgs-admin-stat,.wgs-admin__hero,.wgs-admin__panel{border:1px solid var(--wgs-border);border-radius:10px;background:rgb(255 255 255/.035)}.wgs-admin__hero{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.65rem .72rem}.wgs-admin__hero h4,.wgs-admin__panel h4{margin:0;color:var(--wgs-text);font-size:.9rem;font-weight:620}.wgs-admin__eyebrow{display:block;margin-bottom:.18rem;color:var(--wgs-text-dim);font-size:.68rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.wgs-admin__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem}.wgs-admin-stat{padding:.5rem .55rem}.wgs-admin-stat small,.wgs-admin-stat span{display:block;color:var(--wgs-text-dim);font-size:.7rem}.wgs-admin-stat strong{display:block;margin:.12rem 0;color:var(--wgs-text);font-size:.98rem;font-weight:650}.wgs-admin__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.wgs-admin__lists,.wgs-admin__workspace{display:grid;grid-template-columns:1fr;gap:.5rem;align-items:start}.wgs-admin__panel{padding:.62rem}.wgs-admin__panel-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.48rem}.wgs-admin__panel-head>span{color:var(--wgs-text-dim);font-size:.72rem}.wgs-admin__hint{margin:-.2rem 0 .45rem;color:var(--wgs-text-dim);font-size:.7rem;line-height:1.35}.wgs-admin__field{display:flex;min-width:0;flex-direction:column;gap:.25rem}.wgs-admin__field>span{color:var(--wgs-text-dim);font-size:.69rem;font-weight:600}.wgs-admin__field.is-readonly{justify-content:center;min-height:30px;padding:0 .55rem;border:1px solid var(--wgs-border);border-radius:8px;background:rgb(0 0 0/.1)}.wgs-admin__field.is-readonly strong{color:var(--wgs-text);font-size:.84rem;font-weight:650}.wgs-admin-logs,.wgs-admin__codes,.wgs-admin__form,.wgs-admin__users{display:flex;flex-direction:column;gap:.4rem}.wgs-admin__form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.wgs-admin__presets,.wgs-logs__search{display:grid;gap:.38rem}.wgs-admin__presets{grid-template-columns:repeat(4,minmax(0,1fr))}.wgs-admin__details{border-top:1px solid var(--wgs-border);padding-top:.4rem}.wgs-admin__details summary{color:var(--wgs-text-muted);cursor:pointer;font-size:.74rem;font-weight:600}.wgs-admin__details[open]{display:flex;flex-direction:column;gap:.42rem}.wgs-admin__preset{height:28px;border:1px solid var(--wgs-border);border-radius:8px;background:rgb(255 255 255/.035);color:var(--wgs-text-muted);font:inherit;font-size:.7rem;font-weight:600;cursor:pointer;white-space:nowrap}.wgs-admin__preset.is-active{border-color:var(--wgs-border-strong);background:rgb(255 255 255/.12);color:var(--wgs-text)}.wgs-logs__search{grid-template-columns:minmax(0,1fr) 110px 95px 90px}.wgs-admin-code,.wgs-admin-user{display:flex;align-items:center;justify-content:space-between;gap:.55rem;border:1px solid var(--wgs-border);border-radius:8px;padding:.48rem .52rem;background:rgb(0 0 0/.1)}.wgs-admin-code__main{min-width:0}.wgs-admin-user__identity{min-width:0;flex:1 1 220px}.wgs-admin-user__quota{min-width:140px;flex:0 1 190px}.wgs-admin-user__tier{display:flex;flex:0 0 150px;min-width:120px;flex-direction:column;gap:.18rem}.wgs-admin-user__select{width:100%;flex:0 0 auto}.wgs-admin-code__actions{display:flex;align-items:center;gap:.3rem;flex:0 0 auto}.wgs-admin-code small,.wgs-admin-code span,.wgs-admin-user span{display:block;color:var(--wgs-text-dim);font-size:.68rem}.wgs-admin-code strong,.wgs-admin-user strong{display:block;color:var(--wgs-text);font-size:.78rem;font-weight:600;word-break:break-word}.wgs-admin-code.is-revoked{background:rgb(0 0 0/.06)}.wgs-admin-code.is-revoked .wgs-admin-code__main{opacity:.58}.wgs-admin__filters{display:flex;gap:.4rem}.wgs-admin__filters .wgs-input{width:110px;flex:0 0 auto}.wgs-admin-logs{max-height:520px;overflow-y:auto;padding-right:.15rem}.wgs-admin-log{border:1px solid var(--wgs-border);border-left:3px solid rgb(255 255 255/.22);border-radius:8px;padding:.55rem;background:rgb(0 0 0/.12)}.wgs-admin-log.is-user{border-left-color:rgb(96 165 250/.8)}.wgs-admin-log.is-assistant{border-left-color:rgb(74 222 128/.75)}.wgs-admin-log.is-system{border-left-color:rgb(251 191 36/.85)}.wgs-admin-log footer,.wgs-admin-log header{display:flex;align-items:center;gap:.45rem;min-width:0}.wgs-admin-log header span{border:1px solid var(--wgs-border-strong);border-radius:999px;padding:.1rem .38rem;color:var(--wgs-text);font-size:.66rem;font-weight:650;text-transform:uppercase}.wgs-admin-log header strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--wgs-text);font-size:.76rem}.wgs-admin-log footer span,.wgs-admin-log time{color:var(--wgs-text-dim);font-size:.68rem}.wgs-admin-log p{margin:.45rem 0;color:var(--wgs-text-muted);font-size:.78rem;line-height:1.45;word-break:break-word}@media (max-width:720px){.wgs-admin__grid,.wgs-admin__lists,.wgs-admin__stats,.wgs-admin__workspace{grid-template-columns:1fr}.wgs-admin-log footer,.wgs-admin-log header,.wgs-admin-user,.wgs-admin__hero{align-items:flex-start;flex-direction:column}.wgs-admin-code{align-items:stretch;flex-direction:column;gap:.55rem}.wgs-admin-code__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.wgs-admin-code__actions .wgs-btn{width:100%}.wgs-admin-user__identity,.wgs-admin-user__quota,.wgs-admin-user__tier{width:100%;flex-basis:auto}.wgs-admin__form-row{grid-template-columns:1fr}.wgs-admin__presets{grid-template-columns:repeat(2,minmax(0,1fr))}.wgs-logs__search{grid-template-columns:1fr}.wgs-admin__filters{width:100%}.wgs-admin__filters .wgs-input{width:auto;flex:1 1 0}}.wgs-usage{display:flex;flex-direction:column;gap:.55rem}.wgs-usage__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.wgs-quota,.wgs-usage__footer,.wgs-usage__redeem,.wgs-usage__strip{border:1px solid var(--wgs-border);border-radius:10px;background:rgb(0 0 0/.08)}.wgs-quota{padding:.65rem}.wgs-quota__top{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.wgs-quota__top span,.wgs-usage__k{color:var(--wgs-text-dim);font-size:.72rem;font-weight:500}.wgs-quota__top strong{color:var(--wgs-text);font-size:1.15rem;font-weight:600;font-variant-numeric:tabular-nums}.wgs-quota__bar{height:5px;margin:.58rem 0 .1rem;overflow:hidden;border-radius:999px;background:var(--wgs-surface-2)}.wgs-quota__fill{height:100%;border-radius:inherit;background:#f2f2f2;transition:width .24s ease}.wgs-quota__fill[data-near-limit=true]{background:var(--wgs-danger)}.wgs-quota p{margin:0;color:var(--wgs-text-dim);font-size:.72rem}.wgs-usage__strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:hidden}.wgs-usage__footer>div,.wgs-usage__strip>div{display:flex;min-width:0;flex-direction:column;gap:.2rem;padding:.6rem .65rem}.wgs-usage__strip>div+div{border-left:1px solid var(--wgs-border)}.wgs-usage__footer strong,.wgs-usage__strip strong{overflow:hidden;color:var(--wgs-text);font-size:.8125rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.wgs-usage__redeem{padding:.65rem}.wgs-usage__redeem-head{margin-bottom:.5rem}.wgs-usage__redeem-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.45rem}.wgs-usage__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-right:.55rem}.wgs-meter{display:flex;flex-direction:column;gap:.42rem}.wgs-meter__head{display:flex;justify-content:space-between;align-items:baseline}.wgs-meter__label{font-size:.8125rem;font-weight:500;color:var(--wgs-text)}.wgs-meter__value{font-size:.8125rem;color:var(--wgs-text-muted);font-variant-numeric:tabular-nums}.wgs-meter__value strong{color:var(--wgs-text);font-weight:600}.wgs-meter__bar{height:5px;background:var(--wgs-surface-2);border-radius:999px;overflow:hidden}.wgs-meter__fill{height:100%;background:#fafafa;border-radius:999px;transition:width .24s ease}.wgs-meter__fill[data-near-limit=true]{background:var(--wgs-danger)}.wgs-meter__note{margin:0;font-size:.72rem;color:var(--wgs-text-dim)}@media (max-width:720px){.wgs-backdrop{align-items:center;justify-items:center;padding:.6rem}.wgs-modal{grid-template-columns:1fr;grid-template-rows:auto auto minmax(0,1fr);width:min(100%,430px);height:min(660px,calc(100dvh - 1.2rem));max-height:calc(100dvh - 1.2rem);border-radius:16px;border:1px solid var(--wgs-border)}.wgs-nav{grid-row:2;flex-direction:row;align-items:center;gap:0;min-width:0;padding:.5rem .55rem;border-right:0;border-top:0;border-bottom:1px solid var(--wgs-border);overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch}.wgs-nav::-webkit-scrollbar{display:none}.wgs-nav__title{display:none}.wgs-nav__list{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;width:max-content;min-width:0;gap:.45rem}.wgs-nav__btn{justify-content:flex-start;flex:0 0 auto;width:auto;min-width:max-content;height:34px;padding:0 .68rem;border:1px solid transparent;border-radius:9px;font-size:.86rem;text-align:left;white-space:nowrap}.wgs-nav__btn.is-active{border-color:transparent;background:rgb(255 255 255/.075)}.wgs-nav__icon{display:inline-flex;width:17px;height:17px}.wgs-nav__btn>span:last-child{overflow:visible}.wgs-pane{display:contents}.wgs-pane__head{grid-row:1;height:52px;padding:calc(.05rem + env(safe-area-inset-top)) .75rem 0 .9rem}.wgs-pane__title{font-size:1.04rem;font-weight:650}.wgs-pane__body{grid-row:3;min-height:0;overflow-y:auto;padding:.85rem .9rem 1rem}.wgs-mobile-section-title{display:block;margin:0 0 .72rem;padding-bottom:.72rem;border-bottom:1px solid var(--wgs-border);color:var(--wgs-text);font-size:1.12rem;font-weight:650;line-height:1.15}.wgs-card{border:0;border-bottom:1px solid var(--wgs-border);border-radius:0;padding:0 0 .72rem;margin-bottom:0}.wgs-identity{align-items:center}.wgs-pill{margin-top:.1rem}.wgs-row{grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:.75rem;row-gap:.35rem;padding:.78rem 0}.wgs-row:last-child{border-bottom:0}.wgs-row__label{margin-bottom:.18rem;font-size:.9rem}.wgs-row__hint{max-width:34ch;font-size:.78rem;line-height:1.35}.wgs-row__content{align-items:flex-end;gap:.35rem;min-width:0;text-align:right}.wgs-row__display{justify-content:flex-end;gap:.42rem;flex-wrap:nowrap;max-width:100%}.wgs-row__display>span{min-width:0;overflow:hidden;text-overflow:ellipsis}.wgs-mono{font-family:inherit;font-size:.86rem}.wgs-row:has(.wgs-error) .wgs-row__content,.wgs-row:has(.wgs-inline-edit) .wgs-row__content,.wgs-usage__redeem .wgs-row__content{grid-column:1/-1;align-items:stretch;text-align:left}.wgs-usage{gap:.6rem}.wgs-usage__summary{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.wgs-usage__summary::-webkit-scrollbar{display:none}.wgs-usage__summary>*{flex:0 0 min(184px,68vw)}.wgs-usage__strip{display:flex;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.wgs-usage__strip::-webkit-scrollbar{display:none}.wgs-usage__strip>div{flex:0 0 142px}.wgs-quota,.wgs-usage__footer,.wgs-usage__redeem{border-radius:8px}.wgs-quota{padding:.62rem}.wgs-usage__strip>div+div{border-left:1px solid var(--wgs-border);border-top:0}.wgs-usage__footer{align-items:stretch;flex-direction:column;padding:.62rem}.wgs-usage__footer>div{padding:0}.wgs-inline-edit,.wgs-usage__redeem-form{grid-template-columns:1fr}.wgs-inline-edit{display:grid}.wgs-input{width:100%;flex-basis:auto}.wgs-btn{width:auto}.wgs-inline-edit .wgs-btn,.wgs-usage__footer .wgs-btn,.wgs-usage__redeem-form .wgs-btn{width:100%}.wgs-admin__panel-head .wgs-btn{width:auto;flex:0 0 auto}.wgs-admin-log footer span,.wgs-admin-log header strong{white-space:normal}}@media (max-width:480px){.wgs-backdrop{padding:.5rem}.wgs-modal{width:100%;height:min(650px,calc(100dvh - 1rem));max-height:calc(100dvh - 1rem);border-width:1px;border-radius:16px}.wgs-pane__body{padding:.8rem .85rem 1rem}.wgs-nav__btn{gap:.42rem;height:34px;font-size:.82rem;line-height:1}}@media (max-width:360px){.wgs-nav__btn{font-size:.78rem;padding:0 .58rem}.wgs-nav__icon{width:16px;height:16px}}@media (prefers-reduced-motion:reduce){.wgs-backdrop,.wgs-modal,.wgs-saved{animation:none}}