@charset "UTF-8";.v-textarea{display:inline-flex}.v-textarea.w-full{display:flex;width:100%}.v-textarea.w-full .p-textarea{width:100%}.v-textarea .p-textarea{width:100%;border:1px solid var(--color-form-accent-border)}.v-textarea.v-textarea--transparent textarea.p-textarea{background:transparent}.v-textarea.v-textarea--transparent textarea.p-textarea:enabled:hover:not(:focus):not(.p-invalid){background:var(--color-form-accent-hover-bg);border-color:var(--color-form-accent-border)}.v-textarea.v-textarea--transparent textarea.p-textarea:enabled:focus:not(.p-invalid){background:transparent;border:1px solid var(--color-form-accent-focus-border);box-shadow:none;outline:none}.v-chip-select{display:inline-flex;flex-wrap:wrap;gap:8px;min-width:0;max-width:100%;width:fit-content}.v-chip-select.w-full{display:flex;width:100%}.v-chip-select--grid{display:grid;grid-template-columns:repeat(var(--v-chip-select-columns, 3),minmax(0,1fr));flex-wrap:unset}.v-chip-select--grid>.v-chip-select__btn{display:flex;width:100%;min-width:0;align-items:center;justify-content:center}.v-chip-select--grid-wrap{display:flex;flex-wrap:wrap}.v-chip-select--grid-wrap>.v-chip-select__btn{display:flex;width:auto;min-width:0;align-items:center;justify-content:center}.v-chip-select__emoji{line-height:1}.v-chip-select--size-small>.v-chip-select__btn{gap:8px;min-height:var(--form-field-height-sm);padding:6px 16px;border-radius:8px;font-size:13px;line-height:18px}.v-chip-select--size-small .v-chip-select__emoji{font-size:16px}.v-chip-select--size-medium>.v-chip-select__btn{gap:8px;min-height:var(--form-field-height-md);padding:9px 12px;border-radius:8px;font-size:14px;line-height:20px}.v-chip-select--size-medium .v-chip-select__emoji{font-size:18px}.v-chip-select--size-large>.v-chip-select__btn{gap:10px;min-height:var(--form-field-height-lg);padding:15px 16px;border-radius:10px;font-size:16px;line-height:24px}.v-chip-select--size-large .v-chip-select__emoji{font-size:20px}.v-chip-select--variant-button{gap:10px}.v-chip-select--variant-button.v-chip-select--size-small>.v-chip-select__btn{min-height:34px;padding:7px 16px;border-radius:10px;line-height:20px}.v-chip-select--variant-button>.v-chip-select__chip{border:none;background:#08072908;color:#080729;font-weight:400;box-shadow:none}.v-chip-select--variant-button>.v-chip-select__chip:hover:not(.v-chip-select__chip--active){background:#0807290f}.v-chip-select--variant-button>.v-chip-select__chip--active{background:#080729;color:#fff;font-weight:400}.v-chip-select--variant-segment{display:inline-grid;grid-template-columns:repeat(var(--v-chip-select-segment-count, 2),minmax(0,1fr));position:relative;gap:0;padding:0;border:1px solid rgba(122,77,245,.15);border-radius:11px;background:#fff}.v-chip-select--variant-segment>.v-chip-select__segment-indicator{position:absolute;top:-3px;bottom:-3px;left:0;width:calc(100% / var(--v-chip-select-segment-count, 2));border-radius:var(--v-chip-select-segment-indicator-radius-top-left, 8px) var(--v-chip-select-segment-indicator-radius-top-right, 8px) var(--v-chip-select-segment-indicator-radius-bottom-right, 8px) var(--v-chip-select-segment-indicator-radius-bottom-left, 8px);background:color-mix(in srgb,var(--color-primary) 20%,var(--color-surface-0));pointer-events:none;transition:transform .2s ease,border-radius .2s ease;transform:translate(calc(var(--v-chip-select-segment-index, 0) * 100%))}.v-chip-select--variant-segment.v-chip-select--size-small>.v-chip-select__btn{min-height:34px;padding:7px 14px;font-size:13px;line-height:20px}.v-chip-select--variant-segment.v-chip-select--size-medium>.v-chip-select__btn{min-height:var(--form-field-height-md);padding:9px 12px}.v-chip-select--variant-segment>.v-chip-select__chip{position:relative;z-index:1;display:flex;width:100%;align-items:center;justify-content:center;min-width:0;border:none;background:transparent;color:#080729;font-weight:400;box-shadow:none}.v-chip-select.w-full.v-chip-select--variant-segment{display:grid}.v-chip-select--variant-tone{gap:10px}.v-chip-select--variant-tone.v-chip-select--size-small>.v-chip-select__btn{min-height:40px;height:40px;padding:0 16px;border-radius:12px;line-height:20px}.v-chip-select--variant-tone>.v-chip-select__chip{border:none;background:var(--v-chip-tone-bg, rgba(8, 7, 41, .04));color:var(--v-chip-tone-color, #080729);font-weight:400;box-shadow:none}.v-chip-select--variant-tone>.v-chip-select__chip:hover:not(.v-chip-select__chip--active){filter:brightness(.98)}.v-chip-select--variant-tone>.v-chip-select__chip--active{font-weight:400}.v-chip-select__btn{appearance:none;font:inherit;font-family:var(--font-poppins, inherit);cursor:pointer}.v-chip-select__btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.v-chip-select--variant-chip>.v-chip-select__chip{display:inline-flex;flex-shrink:0;align-items:center;border:1px solid var(--color-surface-200);background:var(--color-surface-0);color:var(--color-text-secondary)}.v-chip-select--variant-chip>.v-chip-select__chip--active{border-color:color-mix(in srgb,var(--color-primary) 40%,var(--color-surface-300));background:color-mix(in srgb,var(--color-primary) 20%,var(--color-surface-0));color:var(--color-text-primary);font-weight:500}.v-chip-select--transparent.v-chip-select--variant-segment{background:transparent}.v-chip-select--transparent.v-chip-select--variant-chip>.v-chip-select__chip{background:transparent}.v-chip-select--transparent.v-chip-select--variant-chip>.v-chip-select__chip.v-chip-select__chip--active{background:color-mix(in srgb,var(--color-primary) 20%,transparent)}.v-chip-select--transparent.v-chip-select--variant-button>.v-chip-select__chip:not(.v-chip-select__chip--active){background:transparent}.v-chip-select--transparent.v-chip-select--variant-button>.v-chip-select__chip:not(.v-chip-select__chip--active):hover:not(.v-chip-select__chip--active){background:#08072908}.v-select-filter{display:inline-flex;vertical-align:middle}.v-select-filter.w-full{display:flex;width:100%;align-items:stretch}.v-select-filter.w-full .p-select{width:100%}.v-select-filter--transparent .p-select{background:transparent}.v-select-filter--transparent .p-select:not(.p-disabled):hover:not(.p-focus):not(.p-invalid){background:var(--color-form-accent-hover-bg);border-color:var(--color-form-accent-border)}.v-select-filter--transparent .p-select:not(.p-disabled).p-focus:not(.p-invalid){background:transparent;border:1px solid var(--color-form-accent-focus-border);box-shadow:none;outline:none}.v-select-filter .p-select{width:100%}.v-select-filter .p-select-dropdown{position:relative}.v-select-filter .p-select-dropdown svg{color:#080729}.v-select-filter .p-select-dropdown:before{content:"";position:absolute;inset-inline-start:0;top:50%;transform:translateY(-50%);width:1px;height:75%;background:#7a4df526;pointer-events:none}.v-select-filter-overlay{margin-top:6px;padding:12px 5px;border:none;border-radius:11px;background:#fff;box-shadow:0 0 0 1px #7a4df51f,0 8px 28px #7a4df524,0 2px 8px #0807290f}.v-select-filter-overlay .p-select-list-container{padding:0}.v-select-filter-overlay .p-select-list{padding:0;display:flex;flex-direction:column;gap:0}.v-select-filter-overlay .v-select-filter__selected{padding:0}.v-select-filter-overlay .v-select-filter__selected-label{color:#08072966;font-size:12px;line-height:16px;font-weight:400;padding-inline:12px}.v-select-filter-overlay .v-select-filter__selected-item{display:flex;align-items:center;gap:8px;color:#080729;font-size:13px;line-height:20px;padding:0 12px;min-height:32px;box-sizing:border-box}.v-select-filter-overlay .v-select-filter__selected-check{flex-shrink:0;width:16px;height:16px;color:#7a4df5}.v-select-filter-overlay .v-select-filter__divider{height:1px;margin:8px 0;background:#08072914}.v-select-filter-overlay:not(.v-select-filter-overlay--filtering) .p-select-option.p-select-option-selected{display:none}.v-select-filter-overlay .p-select-option{border-radius:8px;padding:6px 12px;min-height:32px;margin:0;font-size:13px;line-height:20px;color:#080729;box-sizing:border-box}.v-select-filter-overlay .p-select-option:not(.p-select-option-selected):not(.p-disabled).p-focus,.v-select-filter-overlay .p-select-option:not(.p-select-option-selected):not(.p-disabled):hover{background:#f2edfe;color:#7a4df5}
