.wistock-modal-scrim{z-index:var(--wi-z-modal);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000040;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0;overflow-y:auto}.wistock-modal{box-sizing:border-box;max-width:100%;color:var(--wi-grey-100);font-family:var(--wi-font);text-align:left;background:#fff;border-radius:0;padding:24px}.wistock-modal__head{justify-content:space-between;align-items:center;gap:8px;margin:8px 0 20px;display:flex}.wistock-modal__title{margin:0;font-size:24px;font-weight:700;line-height:32px}.wistock-modal__close{color:inherit;cursor:pointer;background:0 0;border:0;flex:none;padding:0;display:flex}.wistock-modal-buttons{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.wistock-modal-input{box-sizing:border-box;border:1px solid var(--wi-grey-40);width:100%;font-family:var(--wi-font);border-radius:6px;outline:none;padding:10px 12px;font-size:15px}.wistock-modal-input:focus{border-color:var(--wi-primary-80)}.wistock-spinner{transform-origin:50%;animation:.75s linear infinite wistock-spin}@keyframes wistock-spin{to{transform:rotate(360deg)}}.wistock-crumb{align-items:center;margin-bottom:16px;font-size:16px;line-height:24px;display:flex}.wistock-crumb__item+.wistock-crumb__item:before{content:"/";padding:0 4px;display:inline-block}a.wistock-crumb__item{color:inherit;text-decoration:none}a.wistock-crumb__item:hover{text-decoration:underline}@media (max-width:640px){.wistock-crumb{display:none}}.wistock-toggle{cursor:pointer;justify-content:space-between;align-items:center;gap:12px;display:flex}.wistock-toggle__label{font-size:15px;font-weight:500}.wistock-toggle__switch{flex:none;width:44px;height:24px;display:inline-block;position:relative}.wistock-toggle__switch input{opacity:0;width:0;height:0}.wistock-toggle__slider{background:var(--wi-grey-50);border-radius:24px;transition:all .3s;position:absolute;inset:0}.wistock-toggle__slider:before{content:"";background:#fff;border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.wistock-toggle__switch input:checked+.wistock-toggle__slider{background:var(--wi-secondary-80)}.wistock-toggle__switch input:checked+.wistock-toggle__slider:before{transform:translate(20px)}.wistock-toggle__switch input:focus-visible+.wistock-toggle__slider{outline:2px solid var(--wi-secondary-60);outline-offset:2px}.wistock-toggle__switch input:disabled+.wistock-toggle__slider{opacity:.5;cursor:not-allowed}.wistock-drawer__scrim{z-index:var(--wi-z-scrim);background:#0009;position:fixed;inset:0}.wistock-drawer{z-index:var(--wi-z-panel);background:#fff;flex-direction:column;width:75vw;transition:transform .5s;display:flex;position:fixed;inset:0 0 0 auto;transform:translate(100%);box-shadow:0 25px 50px -12px #00000040}.wistock-drawer[data-state=enter]{transform:none}@media (prefers-reduced-motion:reduce){.wistock-drawer{transition:none}}@media (max-width:640px){.wistock-drawer{width:100vw}}.wistock-drawer__head{z-index:1;background:#fff;flex:none;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.wistock-drawer__body{overscroll-behavior:none;flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.wistock-credit{border:1px solid var(--wi-grey-30);background:var(--wi-grey-10);border-radius:4px;flex-direction:column;gap:8px;max-width:400px;padding:18px 16px;display:flex}.wistock-credit[data-tone=highlight]{background:var(--wi-primary-10);border-color:#0000}.wistock-credit__plan{margin:0;font-size:18px;font-weight:700;line-height:27px}.wistock-credit__row{justify-content:space-between;font-size:16px;line-height:24px;display:flex}.wistock-credit__bar{background:var(--wi-grey-30);height:8px}.wistock-credit__fill{background:var(--wi-secondary-60);height:100%}.wistock-navcard{border:2px solid var(--wi-grey-30);background:var(--wi-grey-10);width:176px;height:176px;color:inherit;text-align:center;cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:0;font-size:16px;text-decoration:none;display:flex}.wistock-navcard__icon{justify-content:center;align-items:center;display:flex}.wistock-navcard__arrow{display:none}@media (max-width:640px){.wistock-navcard{border:none;flex-direction:row;justify-content:space-between;width:100%;height:auto;padding:12px 0}.wistock-navcard__title{text-align:left;flex:1}.wistock-navcard__arrow{color:var(--wi-grey-70);display:flex}}.wistock-profile{align-items:center;gap:16px;display:flex}.wistock-profile__avatar{background:var(--wi-grey-70);object-fit:cover;border-radius:50%;flex:none;width:64px;height:64px}.wistock-profile__name{margin:0;font-size:20px;font-weight:700;line-height:30px}.wistock-profile__mail{margin:0;font-size:20px;line-height:30px}@media (max-width:640px){.wistock-profile__avatar{width:40px;height:40px}.wistock-profile__name,.wistock-profile__mail{font-size:16px;line-height:24px}}.wistock-field{align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.wistock-field__label{flex:none;width:80px;padding-top:12px;font-size:16px;line-height:24px}.wistock-field__main{flex:1;min-width:0}.wistock-field__row{align-items:center;gap:8px;display:flex}.wistock-field__input{border:2px solid var(--wi-grey-50);background:var(--wi-grey-10);min-width:0;height:48px;font:inherit;border-radius:4px;flex:1;padding:10px;font-size:16px}.wistock-field__error{color:var(--wi-red-40);margin:4px 0 0;padding-left:15px;font-size:14px;line-height:20px}@media (max-width:640px){.wistock-field{flex-direction:column;align-items:stretch;gap:4px}.wistock-field__label{width:auto;padding-top:0}.wistock-field__error{padding-left:0}.wistock-field__row{flex-wrap:wrap}.wistock-field__row>input{flex:100%}}.wistock-btn{box-sizing:border-box;color:var(--wi-grey-90);font:inherit;text-align:center;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;gap:8px;padding:8px 24px;font-size:16px;line-height:1.5;text-decoration:none;display:inline-flex}.wistock-btn[data-variant=primary]{border-color:var(--wi-secondary-70);background:var(--wi-secondary-70);color:var(--wi-grey-10)}.wistock-btn[data-variant=secondary]{border-color:var(--wi-primary-70);background:var(--wi-primary-70);color:#000}.wistock-btn[data-variant=default]{border-color:var(--wi-grey-40);background:#fff}.wistock-btn[data-variant=danger]{color:#fff;background:#dc2626;border-color:#dc2626}.wistock-btn[data-variant=success]{color:var(--wi-grey-10);background:#22c55e;border-color:#22c55e}.wistock-btn[data-variant=ghost]{border-color:var(--wi-secondary-70);color:var(--wi-secondary-70);background:#fff}.wistock-btn[data-size=lg]{padding:8px 34.5px}.wistock-btn[data-size=sm]{padding:8px 16px}.wistock-btn[data-size=cta]{padding:12px 8px;font-size:14px;font-weight:500}.wistock-btn[data-size=field]{white-space:nowrap;height:48px;padding:0 12px}.wistock-btn[data-block]{width:100%;display:flex}.wistock-btn[data-pill]{border-radius:9999px}.wistock-btn:disabled,.wistock-btn[aria-disabled=true]{border-color:var(--wi-grey-30);color:var(--wi-grey-50);cursor:not-allowed}.wistock-btn[data-variant=primary]:disabled,.wistock-btn[data-variant=secondary]:disabled,.wistock-btn[data-variant=danger]:disabled,.wistock-btn[data-variant=success]:disabled,.wistock-btn[data-variant=primary][aria-disabled=true],.wistock-btn[data-variant=secondary][aria-disabled=true],.wistock-btn[data-variant=danger][aria-disabled=true],.wistock-btn[data-variant=success][aria-disabled=true]{background:var(--wi-grey-30)}.wistock-badge{white-space:nowrap;align-items:center;display:inline-flex}.wistock-badge[data-tone=ok]{border:2px solid var(--wi-green-60);background:var(--wi-green-60);height:48px;color:var(--wi-grey-10);border-radius:4px;padding:0 12px;font-size:14px}.wistock-badge[data-tone=warn]{height:48px;color:var(--wi-grey-10);background:#ea580c;border:2px solid #ea580c;border-radius:4px;padding:0 12px;font-size:14px}.wistock-badge[data-tone=promo]{background:var(--wi-primary-60);border-radius:9999px;padding:4px 12px;font-size:12px}.wistock-table__wrap{overflow-x:auto}.wistock-table{border-collapse:collapse;width:100%}.wistock-table thead{background:var(--wi-grey-20)}.wistock-table th,.wistock-table td{text-align:center;padding:8px;font-size:14px}.wistock-table th{font-weight:700}.wistock-table td{color:var(--wi-grey-70)}.wistock-table__empty{padding:24px 8px}.wistock-section-title{justify-content:space-between;align-items:center;margin:24px 0 8px;font-size:16px;font-weight:500;line-height:24px;display:flex}.wistock-pilltabs{background:var(--wi-grey-10);-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;border-radius:9999px;align-items:center;width:420px;max-width:100%;height:56px;margin:24px auto 0;padding:0 4px;display:flex;position:relative}.wistock-pilltabs:before{content:"";width:calc((100% - 8px) / var(--n,3) - 4px);background:var(--wi-grey-20);height:48px;transform:translateX(calc(var(--i,0) * (100% + 4px)));border-radius:9999px;transition:transform .2s ease-in-out;position:absolute;left:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.wistock-pilltabs__tab{min-width:0;color:var(--wi-primary-80);font:inherit;text-align:center;white-space:pre-line;cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex:1;padding:0 4px;font-size:14px;font-weight:500;line-height:20px;position:relative}.wistock-pilltabs__tab:focus-visible{outline:2px solid var(--wi-primary-80);outline-offset:-4px;border-radius:9999px}.wistock-redeem{width:100%}.wistock-redeem__row{display:flex}.wistock-redeem__input{box-sizing:border-box;border:1px solid var(--wi-grey-50);min-width:0;font:inherit;border-right:none;border-radius:4px 0 0 4px;outline:none;flex:1;padding:6px 12px;font-size:14px}.wistock-redeem__submit{border:1px solid var(--wi-grey-50);background:var(--wi-primary-70);color:var(--wi-grey-10);font:inherit;cursor:pointer;border-radius:0 4px 4px 0;flex:none;padding:6px 12px;font-size:14px}.wistock-redeem__submit:disabled{border-color:var(--wi-grey-30);background:var(--wi-grey-30);color:var(--wi-grey-50);cursor:not-allowed}.wistock-redeem__back{color:var(--wi-grey-60);font:inherit;cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-size:14px;display:block}.wistock-redeem__back:hover{color:var(--wi-grey-80)}.wistock-redeem__err,.wistock-redeem__ok{margin:8px 0 0;font-size:14px;line-height:20px}.wistock-redeem__err{color:var(--wi-red-40)}.wistock-redeem__ok{color:var(--wi-green-60)}@media (max-width:640px){.wistock-modal-scrim{padding:16px 8px}.wistock-modal{max-width:100%;padding:16px}}
.copilotKitUserMessage{align-items:stretch!important;padding-top:24px!important}.copilotKitUserMessage .wistock-qtool{font-size:16px}.copilotKitAssistantMessage{background:0 0!important}@media (max-width:640px){.copilotKitMessagesContainer{padding-left:8px!important;padding-right:8px!important}.copilotKitMessage.copilotKitAssistantMessage{padding-right:0!important}}@media (max-height:640px){.copilotKitInput>div{grid-template-rows:auto}.copilotKitInput>div>:first-child{grid-area:1/1}.copilotKitInput>div>:nth-child(2){grid-area:1/2}.copilotKitInput>div>:nth-child(3){grid-area:1/3}}html[data-short] .copilotKitChat div[class*=overflow-y-auto]{padding-top:40px}
