:root{--globalFont:"Wix Madefor Text","Fluent Emoji Color",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;--headerFont:var(--globalFont);--codeFont:"JetBrains Mono",monospace}*{font-family:var(--globalFont);letter-spacing:-.5px;overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}p{font-size:1rem;margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--headerFont);font-weight:700;margin:.5rem 0 .25rem}code,code *{font-family:var(--codeFont);-webkit-user-select:all;-moz-user-select:all;user-select:all}pre.shiki{border-radius:.75rem;padding:.5rem}.light:not(html){opacity:.4}.transparent{background:transparent}.fullWidth{width:100%}.autoSpace{justify-content:space-between;width:100%}.noSpace{gap:0}.noRound{border-radius:0}.error{color:red}.centerText,.error{text-align:center}.background{isolation:isolate}.background:before{content:"";inset:0;position:absolute;z-index:-1}button{--buttonRadius:1.25rem;align-items:center;-webkit-backdrop-filter:blur(.25rem) saturate(150%);backdrop-filter:blur(.25rem) saturate(150%);background:var(--foregroundColor);border:none;border-radius:var(--buttonRadius);color:var(--textColor);cursor:pointer;display:flex;font-size:medium;gap:.15rem;justify-content:center;padding:.5rem .75rem;transition:.2s ease-in-out}button.prominent{background:var(--accentColor)}button.prominent.large{--buttonRadius:2rem;padding:.75rem}button.prominent.large svg{height:1.5rem!important;width:1.5rem!important}button:hover{opacity:.8}button:disabled{cursor:not-allowed;opacity:.7}button:has(svg){padding:.5rem}button svg{height:1rem!important;width:1rem!important}button:has(img){padding:.5rem .75rem .5rem .5rem}button img{border-radius:.75rem;height:2rem;width:2rem}button.transparent{-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}button.transparent svg{height:1rem!important;width:1rem!important}.loginItems{align-items:stretch;gap:.5rem;width:100%}.accountSide,.loginForm{flex-grow:1;width:20rem;--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.accountSide:after,.loginForm:after{border-radius:var(--cornerRadius);box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;content:"";inset:0;opacity:.1;pointer-events:none;position:absolute}.loginFormItems{width:100%}.searchInputWrap{flex-wrap:nowrap!important;width:100%}.searchInputWrap input{border-radius:2rem;flex-grow:1;padding:.75rem 1rem}.searchInputWrap button{padding:.75rem}.skeleton{background:var(--backgroundColor);border-radius:.75rem;height:1rem;overflow:hidden;position:relative;width:100%}.skeleton:after{animation:skeleton-shimmer 1.2s infinite;background:linear-gradient(to right,transparent,var(--foregroundOpaque),transparent);bottom:0;content:"";left:-40%;position:absolute;top:0;width:40%}@keyframes skeleton-shimmer{0%{left:-40%}to{left:100%}}.bounceLeftIcon:hover svg{animation:bounceLeft .4s ease-in-out}@keyframes bounceLeft{0%{transform:translate(0)}40%{transform:translate(-.35rem)}to{transform:translate(0)}}.bounceUpIcon:hover svg{animation:bounceUp .4s ease-in-out}@keyframes bounceUp{0%{transform:translateY(0)}40%{transform:translateY(-.35rem)}to{transform:translateY(0)}}.bounceRightIcon:hover svg{animation:bounceRight .4s ease-in-out}@keyframes bounceRight{0%{transform:translate(0)}40%{transform:translate(.35rem)}to{transform:translate(0)}}.spinIcon:hover svg{animation:spin .6s ease-in-out}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.bounceIcon:hover svg{animation:bounce .4s ease-in-out}@keyframes bounce{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}div.settingsColorPicker[data-picker]{background:var(--foregroundOpaque);border-radius:1.5rem;padding:.5rem}div.settingsColorPicker[data-picker] .controls{flex-direction:row;gap:.25rem;width:100%}div.settingsColorPicker[data-picker] .controls .color{margin:0}div.settingsColorPicker[data-picker] .controls .sliders,div.settingsColorPicker[data-picker] .controls .sliders .alpha,div.settingsColorPicker[data-picker] .controls .sliders .hue{width:100%}div.settingsColorPicker[data-picker] .field{flex-direction:row;gap:.15rem;width:100%}div.settingsColorPicker[data-picker] .field .field_double,div.settingsColorPicker[data-picker] .field .field_single{padding:0}div.settingsColorPicker[data-picker] .field input{background:var(--foregroundColor);box-shadow:none;font-size:smaller;width:100%}div.settingsColorPicker[data-picker] .field input,div.settingsColorPicker[data-picker] .field input label{color:var(--textColor)}div.settingsColorPicker[data-picker] .field label{opacity:.6}div.settingsColorPicker[data-picker] .presets{border:none;display:grid;flex-wrap:wrap;gap:.25rem;grid-template-columns:repeat(auto-fill,minmax(1.25rem,1fr));justify-content:space-between;margin-top:.25rem;padding:.25rem;width:100%}div.settingsColorPicker[data-picker] .presets .preset-color{aspect-ratio:1/1;border-radius:.75rem;display:block;height:auto;margin:0;width:100%}*{box-sizing:border-box;scroll-behavior:smooth}:focus-visible{outline:var(--accentColor) .1rem solid}html{background:var(--backgroundColor);height:100vh;overflow:hidden;width:100vw}body{align-items:center;bottom:0;color:var(--textColor);display:flex;justify-content:center;margin:0;padding:0;position:fixed;top:0;-moz-user-select:none;user-select:none;-webkit-user-select:none}#__nuxt{--padding:2rem;display:flex;flex-direction:row;height:100dvh;width:100vw}@media(max-width:50rem){#__nuxt{--padding:.5rem;flex-direction:column}}.emptyState{align-items:center!important;display:flex!important;gap:0!important;height:100vh!important;justify-content:center!important}div{border-radius:1rem;display:flex;flex-direction:column}a,div{align-items:center}a{color:var(--textColor);cursor:pointer;display:inline-flex;justify-content:center;text-decoration:none}a.prominentLink,span a{text-decoration:underline;text-decoration-color:var(--accentColor)}hr{border-width:.1rem;opacity:.2}svg{color:var(--textColor)}form{gap:1rem}form,label{display:flex;flex-direction:column}label{gap:.25rem;width:100%}input,textarea{background:var(--foregroundColor);border:none;border-radius:1.25rem;color:var(--textColor);font-size:1rem;padding:.5rem .75rem}input.plain,textarea.plain{background:transparent;border-radius:0;padding:0}input.plain:focus,textarea.plain:focus{outline:none}ol,ul{padding-inline-start:1.25rem}li,ol,ul{margin:-.25rem 0}li::marker{color:var(--foregroundOpaque)}:root{--vc-picker-bg:#f8f8f8;--vc-body-bg:#fff;--vc-input-bg:#fff;--vc-input-text:#333;--vc-input-label:#969696;--vc-input-border:#dadada;--vc-chrome-toggle-btn-highlighted:#eee;--vc-ps-bg:#dcdcdc;--vc-ps-title-bg-gradient-start:#f0f0f0;--vc-ps-title-bg-gradient-end:#d4d4d4;--vc-ps-title-border:#b1b1b1;--vc-ps-title-color:#4d4d4d;--vc-ps-slider-border:#b3b3b3;--vc-ps-slider-border-bottom:#f0f0f0;--vs-ps-picker-border-dark:#555;--vs-ps-picker-border-white:#fff;--vc-ps-btn-gradient-start:#fff;--vc-ps-btn-gradient-end:#e6e6e6;--vc-ps-btn-border:#878787;--vc-ps-btn-shadow:#eaeaea;--vc-ps-btn-color:#000;--vc-ps-preview-border:#000;--vc-ps-label:#000;--vc-ps-input-border:#888;--vc-ps-input-shadow-dark:rgba(0,0,0,.1);--vc-ps-input-shadow-light:#ececec;--vc-sketch-input-label:#222;--vc-sketch-presets-border:#eee;--vc-twitter-input-bg:#fff;--vc-twitter-input-border:#f0f0f0;--vc-twitter-input-color:#666;--vc-twitter-hash-bg:#f0f0f0;--vc-twitter-hash-color:#98a1a4}:root.dark{--vc-body-bg:#424242;--vc-picker-bg:#d0d0d0;--vc-input-bg:#2c2c2c;--vc-input-text:#d0d0d0;--vc-input-label:#bbb;--vc-input-border:#555;--vc-chrome-toggle-btn-highlighted:#5c5c5c;--vc-sketch-input-label:#bbb;--vc-sketch-presets-border:#5a5a5a;--vc-twitter-input-border:#383838;--vc-twitter-input-color:#bbb;--vc-twitter-hash-bg:#383838;--vc-twitter-hash-color:#a0acaf;--vc-twitter-input-bg:#555;--vc-ps-bg:#424242;--vc-ps-title-bg-gradient-start:#4e4e4e;--vc-ps-title-bg-gradient-end:#3a3a3a;--vc-ps-title-border:#5a5a5a;--vc-ps-title-color:#bbb;--vc-ps-slider-border:#5c5c5c;--vc-ps-slider-border-bottom:#4a4a4a;--vs-ps-picker-border-dark:#b8b8b8;--vs-ps-picker-border-white:#bbb;--vc-ps-btn-gradient-start:#505050;--vc-ps-btn-gradient-end:#3a3a3a;--vc-ps-btn-border:#6a6a6a;--vc-ps-btn-shadow:#2a2a2a;--vc-ps-btn-color:#bbb;--vc-ps-preview-border:#3a3a3a;--vc-ps-label:#bbb;--vc-ps-input-border:#666;--vc-ps-input-shadow-dark:rgba(0,0,0,.45);--vc-ps-input-shadow-light:#2d2d2d}.bg[data-v-4d048d6e]{cursor:crosshair;inset:0;position:absolute;touch-action:none}.white[data-v-4d048d6e]{background:linear-gradient(90deg,#fff,#fff0)}.black[data-v-4d048d6e]{background:linear-gradient(0deg,#000,#0000)}.picker-wrap[data-v-4d048d6e]{cursor:pointer;outline:none;position:absolute}.picker[data-v-4d048d6e]{border-radius:50%;box-shadow:0 0 0 1.6px var(--vc-picker-bg),inset 0 0 1px 1px #0000004d,0 0 1px 2px #0006;cursor:move;height:4px;transform:translate(-2px,-2px);width:4px}.vc-base-slider[data-v-972b0fad]{height:100%;position:relative;touch-action:none;width:100%}.background[data-v-972b0fad],.slider[data-v-972b0fad]{inset:0;position:absolute}.background[data-v-972b0fad]{overflow:hidden}.slider[data-v-972b0fad]{cursor:pointer;z-index:2}.picker-wrap[data-v-972b0fad]{outline:none;position:absolute;z-index:2}.picker[data-v-972b0fad]{background:var(--vc-picker-bg);border-radius:1px;box-shadow:0 0 2px #0009;cursor:pointer;height:8px;margin-top:1px;transform:translate(-2px);width:4px}.vc-hue-slider[data-v-5367c985]{cursor:crosshair;touch-action:none}.gradient[data-v-5367c985]{background:var(--2f44f39d);border-radius:2px;height:100%;width:100%}.vc-checkerboard[data-v-37d61ccd]{background-size:contain;inset:0;position:absolute}.vc-alpha-slider[data-v-07dd346b] .vc-checkerboard{border-radius:2px}.gradient[data-v-07dd346b]{inset:0;position:absolute}.vc-editable-input[data-v-9c267b2b]{position:relative}.vc-input-input[data-v-9c267b2b]{border:0;outline:none;padding:0;width:100%}.vc-input-label[data-v-9c267b2b]{text-transform:capitalize}.vc-chrome-picker[data-v-dfdde7e0]{border-radius:2px;box-shadow:0 0 2px #0000004d,0 4px 8px #0000004d;box-sizing:initial;font-family:Menlo,Consolas,Courier New,monospace;width:225px}.controls[data-v-dfdde7e0]{display:flex}.color-wrap[data-v-dfdde7e0]{position:relative;width:36px}.active-color[data-v-dfdde7e0]{border-radius:15px;height:30px;overflow:hidden;position:relative;width:30px;z-index:1}.color-wrap[data-v-dfdde7e0] .vc-checkerboard{background-size:auto;border-radius:15px;height:30px;width:30px}.sliders[data-v-dfdde7e0]{flex:1}.fieldsWrap[data-v-dfdde7e0]{display:flex;padding-top:16px}.fields[data-v-dfdde7e0]{display:flex;flex:1;margin-left:-6px}.field[data-v-dfdde7e0]{padding-left:6px;width:100%}.toggle-btn[data-v-dfdde7e0]{position:relative;text-align:right;width:32px}.toggle-icon[data-v-dfdde7e0]{color:var(--vc-input-text);cursor:pointer;margin-right:-4px;margin-top:12px;position:relative;z-index:2}.toggle-icon_highlighted[data-v-dfdde7e0]{background:var(--vc-chrome-toggle-btn-highlighted);border-radius:4px;height:28px;left:12px;position:absolute;top:10px;width:24px}.hue-wrap[data-v-dfdde7e0]{margin-bottom:8px}.alpha-wrap[data-v-dfdde7e0],.hue-wrap[data-v-dfdde7e0]{height:10px;position:relative}.alpha-wrap[data-v-dfdde7e0] .gradient,.hue-wrap[data-v-dfdde7e0] .container{border-radius:2px}.alpha-wrap[data-v-dfdde7e0] .picker,.hue-wrap[data-v-dfdde7e0] .picker{border-radius:6px;box-shadow:0 1px 4px #0000005e;height:12px;transform:translate(-6px,-2px);width:12px}.body[data-v-dfdde7e0]{background-color:var(--vc-body-bg);padding:16px 16px 12px}.saturation[data-v-dfdde7e0]{border-radius:2px 2px 0 0;overflow:hidden;padding-bottom:55%;position:relative;width:100%}.saturation[data-v-dfdde7e0] .picker{height:12px;transform:translate(-6px,-6px);width:12px}.fields[data-v-dfdde7e0] .vc-input-input{background-color:var(--vc-input-bg);border:none;border-radius:2px;box-shadow:inset 0 0 0 1px var(--vc-input-border);color:var(--vc-input-text);font-size:11px;height:21px;text-align:center;width:100%}.fields[data-v-dfdde7e0] .vc-input-label{color:var(--vc-input-label);display:block;font-size:11px;line-height:11px;margin-top:12px;text-align:center;text-transform:uppercase}.alpha-disabled[data-v-dfdde7e0] .active-color{height:18px;width:18px}.alpha-disabled[data-v-dfdde7e0] .color-wrap{width:30px}.alpha-disabled[data-v-dfdde7e0] .hue-wrap{margin-bottom:4px;margin-top:4px}.vc-compact-picker[data-v-91d11fa7]{background-color:var(--vc-body-bg);border-radius:2px;box-shadow:0 2px 10px #0000001f,0 2px 5px #00000029;box-sizing:border-box;padding-left:5px;padding-top:5px;width:245px}.colors[data-v-91d11fa7]{margin:0;overflow:hidden;padding:0}.color-item[data-v-91d11fa7]{cursor:pointer;float:left;height:15px;list-style:none;margin-bottom:5px;margin-right:5px;position:relative;width:15px}.color-item_white[data-v-91d11fa7]{box-shadow:inset 0 0 0 1px #ddd}.color-item_white .dot[data-v-91d11fa7]{background:#000}.dot[data-v-91d11fa7]{background:#fff;border-radius:50%;inset:5px;opacity:1;position:absolute}.vc-grayscale-picker[data-v-631223a5]{background-color:var(--vc-body-bg);border-radius:2px;box-shadow:0 2px 10px #0000001f,0 2px 5px #00000029;box-sizing:border-box;padding-left:5px;padding-top:5px;width:245px}.colors[data-v-631223a5]{margin:0;overflow:hidden;padding:0}.color-item[data-v-631223a5]{cursor:pointer;float:left;height:15px;list-style:none;margin-bottom:5px;margin-right:5px;position:relative;width:15px}.color-item_white[data-v-631223a5]{box-shadow:inset 0 0 0 1px #ddd}.color-item_white .dot[data-v-631223a5]{background:#000}.dot[data-v-631223a5]{background:#fff;border-radius:50%;inset:5px;opacity:1;position:absolute}.vc-material-picker[data-v-8f86229c]{background-color:var(--vc-body-bg);border-radius:2px;box-shadow:0 2px 10px #0000001f,0 2px 5px #00000029;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;height:98px;padding:16px;position:relative;width:98px}.vc-material-picker[data-v-8f86229c] .vc-input-input{background-color:var(--vc-body-bg);color:var(--vc-input-text);font-size:15px;height:30px;margin-top:12px;width:100%}.vc-material-picker[data-v-8f86229c] .vc-input-label{color:var(--vc-input-label);font-size:11px;left:0;position:absolute;top:0}.hex[data-v-8f86229c]{border-bottom-style:solid;border-bottom-width:2px}.rgb[data-v-8f86229c]{display:flex;margin-right:-10px;padding-top:11px}.color[data-v-8f86229c]{flex:1;padding-right:10px}.vc-photoshop-picker[data-v-b69df0e5]{background:var(--vc-ps-bg);border-radius:4px;box-shadow:0 0 0 1px #00000040,0 8px 16px #00000026;box-sizing:initial;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;width:513px}.fields_disabled[data-v-b69df0e5]{width:390px}.title[data-v-b69df0e5]{background-image:linear-gradient(-180deg,var(--vc-ps-title-bg-gradient-start) 0,var(--vc-ps-title-bg-gradient-end) 100%);border-bottom:1px solid var(--vc-ps-title-border);border-radius:4px 4px 0 0;box-shadow:inset 0 1px #fff3,inset 0 -1px #00000005;color:var(--vc-ps-title-color);font-size:13px;height:23px;line-height:24px;text-align:center}.body[data-v-b69df0e5]{display:flex;padding:15px}.saturation[data-v-b69df0e5]{border-bottom:2px solid var(--vc-ps-slider-border);border:2px solid var(--vc-ps-slider-border);border-bottom-color:var(--vc-ps-slider-border-bottom);height:256px;overflow:hidden;position:relative;width:256px}.saturation[data-v-b69df0e5] .picker{height:12px;transform:translate(-6px,-6px);width:12px}.hue[data-v-b69df0e5]{border-bottom:2px solid var(--vc-ps-slider-border);border:2px solid var(--vc-ps-slider-border);border-bottom-color:var(--vc-ps-slider-border-bottom);height:256px;margin-left:10px;width:19px}.hue-picker[data-v-b69df0e5]{position:relative}.hue-picker-left[data-v-b69df0e5],.hue-picker-right[data-v-b69df0e5]{border-color:transparent transparent transparent var(--vs-ps-picker-border-dark);border-style:solid;border-width:5px 0 5px 8px;cursor:pointer;height:0;position:absolute;width:0}.hue-picker-left[data-v-b69df0e5]:after,.hue-picker-right[data-v-b69df0e5]:after{border-color:transparent transparent transparent var(--vs-ps-picker-border-white);border-style:solid;border-width:4px 0 4px 6px;content:"";height:0;left:1px;position:absolute;top:1px;transform:translate(-8px,-5px);width:0}.hue-picker-left[data-v-b69df0e5]{transform:translate(-10px,-4px)}.hue-picker-right[data-v-b69df0e5]{transform:translate(21px,-4px) rotate(180deg)}.controls[data-v-b69df0e5]{display:flex;margin-left:10px;width:180px}.controls_fields_disabled[data-v-b69df0e5]{width:auto}.actions[data-v-b69df0e5]{flex:1;margin-left:20px}.action-btn[data-v-b69df0e5]{background-image:linear-gradient(-180deg,var(--vc-ps-btn-gradient-start) 0,var(--vc-ps-btn-gradient-end) 100%);border:1px solid var(--vc-ps-btn-border);border-radius:2px;box-shadow:0 1px 0 0 var(--vc-ps-btn-shadow);color:var(--vc-ps-btn-color);cursor:pointer;font-size:14px;height:20px;line-height:20px;margin-bottom:10px;text-align:center}.preview[data-v-b69df0e5]{width:60px}.preview-swatches[data-v-b69df0e5]{border-bottom:1px solid var(--vc-ps-slider-border);border:1px solid var(--vc-ps-slider-border);border-bottom-color:var(--vc-ps-slider-border-bottom);margin-bottom:2px;margin-top:1px}.preview-color[data-v-b69df0e5]{box-shadow:inset 1px 0 var(--vc-ps-preview-border),inset -1px 0 var(--vc-ps-preview-border),inset 0 1px var(--vc-ps-preview-border);height:34px}.preview-label[data-v-b69df0e5]{color:var(--vc-ps-label);font-size:14px;text-align:center}.fields[data-v-b69df0e5]{padding-bottom:9px;padding-top:5px;position:relative;width:80px}.fields[data-v-b69df0e5] .vc-input-input{background-color:var(--vc-input-bg);border:1px solid var(--vc-ps-input-border);box-shadow:inset 0 1px 1px var(--vc-ps-input-shadow-dark),0 1px 0 0 var(--vc-ps-input-shadow-light);color:var(--vc-ps-label);font-size:13px;height:18px;margin-bottom:5px;margin-left:40%;margin-right:10px;padding-left:3px;width:40%}.fields[data-v-b69df0e5] .vc-input-desc,.fields[data-v-b69df0e5] .vc-input-label{color:var(--vc-ps-label);font-size:13px;height:18px;line-height:22px;position:absolute;text-transform:uppercase;top:0}.fields[data-v-b69df0e5] .vc-input-label{left:0;width:34px}.fields[data-v-b69df0e5] .vc-input-desc{right:0;width:0}.fields-divider[data-v-b69df0e5]{height:5px}.hex[data-v-b69df0e5] .vc-input-input{border:1px solid var(--vc-ps-input-border);box-shadow:inset 0 1px 1px var(--vc-ps-input-shadow-dark),0 1px 0 0 var(--vc-ps-input-shadow-light);font-size:13px;height:18px;margin-bottom:6px;margin-left:20%;padding-left:3px;width:80%}.hex[data-v-b69df0e5] .vc-input-label{font-size:13px;height:18px;left:0;line-height:22px;position:absolute;text-transform:uppercase;top:0;width:14px}.vc-sketch-picker[data-v-fdb7d989]{background:var(--vc-body-bg);border-radius:4px;box-shadow:0 0 0 1px #00000026,0 8px 16px #00000026;box-sizing:initial;font-family:Menlo,Consolas,Courier New,monospace;padding:10px 10px 0;position:relative;width:200px}.saturation[data-v-fdb7d989]{overflow:hidden;padding-bottom:75%;position:relative;width:100%}.controls[data-v-fdb7d989]{display:flex}.sliders[data-v-fdb7d989]{flex:1;padding:4px 0}.alpha[data-v-fdb7d989] .gradient,.hue[data-v-fdb7d989] .container{border-radius:2px}.hue[data-v-fdb7d989]{height:10px;position:relative}.alpha[data-v-fdb7d989]{height:10px}.alpha[data-v-fdb7d989],.color[data-v-fdb7d989]{margin-top:4px;overflow:hidden;position:relative}.color[data-v-fdb7d989]{border-radius:2px;height:24px;margin-left:4px;width:24px}.active-color[data-v-fdb7d989]{box-shadow:inset 0 0 0 1px #00000026,inset 0 0 4px #00000040;inset:0;position:absolute;z-index:2}.color[data-v-fdb7d989] .vc-checkerboard{background-size:auto}.field[data-v-fdb7d989]{display:flex;padding-top:4px}.field[data-v-fdb7d989] .vc-input-input{background-color:var(--vc-input-bg);border:none;box-shadow:inset 0 0 0 1px var(--vc-input-border);color:var(--vc-input-text);font-size:10px;padding:4px 0 3px 10%;width:90%}.field[data-v-fdb7d989] .vc-input-label{color:var(--vc-sketch-input-label);display:block;font-size:11px;padding-bottom:4px;padding-top:3px;text-align:center}.field_single[data-v-fdb7d989]{flex:1;padding-left:6px}.field_double[data-v-fdb7d989]{flex:2}.presets[data-v-fdb7d989]{border-top:1px solid var(--vc-sketch-presets-border);margin-left:-10px;margin-right:-10px;padding-left:10px;padding-top:10px}.preset-color[data-v-fdb7d989]{cursor:pointer;display:inline-block;height:16px;margin:0 10px 10px 0;overflow:hidden;position:relative;vertical-align:top;width:16px}.preset-color[data-v-fdb7d989],.preset-color[data-v-fdb7d989] .vc-checkerboard{border-radius:3px;box-shadow:inset 0 0 0 1px #00000026}.alpha-disabled .color[data-v-fdb7d989]{height:10px}.vc-slider-picker[data-v-675d6988]{position:relative;width:410px}.hue[data-v-675d6988]{height:12px;position:relative}.alpha[data-v-675d6988] .picker,.hue[data-v-675d6988] .picker{border-radius:6px;box-shadow:0 1px 4px #0000005e;height:14px;transform:translate(-7px,-2px);width:14px}.alpha[data-v-675d6988]{height:12px;margin-top:20px;position:relative}.swatches[data-v-675d6988]{display:flex;margin-top:20px}.swatch[data-v-675d6988]{flex:1;margin-right:1px;width:20%}.swatch[data-v-675d6988]:first-child{margin-right:1px}.swatch:first-child .picker[data-v-675d6988]{border-radius:2px 0 0 2px}.swatch[data-v-675d6988]:last-child{margin-right:0}.swatch:last-child .picker[data-v-675d6988]{border-radius:0 2px 2px 0}.picker[data-v-675d6988]{cursor:pointer;height:12px}.swatch:nth-child(n) .picker_active[data-v-675d6988]{border-radius:3.6px/2px;transform:scaleY(1.8)}.picker_white[data-v-675d6988]{box-shadow:inset 0 0 0 1px #ddd}.picker_active.picker_white[data-v-675d6988]{box-shadow:inset 0 0 0 .6px #ddd}.vc-swatches-picker[data-v-3427cb2a]{background-color:var(--vc-body-bg);box-shadow:0 2px 10px #0000001f,0 2px 5px #00000029;height:240px;overflow-y:scroll;width:320px}.box[data-v-3427cb2a]{overflow:hidden;padding:16px 0 6px 16px}.colorGroup[data-v-3427cb2a]{float:left;margin-right:10px;padding-bottom:10px;width:40px}.color[data-v-3427cb2a]{border-radius:2px 2px 0 0;box-sizing:border-box;cursor:pointer;height:24px;margin-bottom:1px;overflow:hidden;width:40px}.color_white[data-v-3427cb2a]{border:1px solid #ddd}.picker[data-v-3427cb2a]{display:block;fill:#fff;margin-left:8px}.color_white .picker[data-v-3427cb2a]{fill:#333}.vc-twitter-picker[data-v-e74ac697]{background:var(--vc-body-bg);border:0 solid rgba(0,0,0,.25);border-radius:4px;box-shadow:0 1px 4px #00000040;position:relative}.triangle[data-v-e74ac697]{border-color:transparent transparent var(--vc-body-bg) transparent;border-style:solid;border-width:0 9px 10px;height:0;position:absolute;width:0}.triangle_shadow[data-v-e74ac697]{border-color:transparent transparent rgba(0,0,0,.1);border-style:solid;border-width:0 9px 10px;height:0;position:absolute;width:0}.body[data-v-e74ac697]{padding:15px 9px 9px 15px}.vc-twitter-picker[data-v-e74ac697] .vc-editable-input{position:relative}.vc-twitter-picker[data-v-e74ac697] .vc-input-input{background-color:var(--vc-twitter-input-bg);border:0;border-radius:0 4px 4px 0;box-shadow:inset 0 0 0 1px var(--vc-twitter-input-border);box-sizing:content-box;color:var(--vc-twitter-input-color);float:left;font-size:14px;height:28px;outline:none;padding:1px 1px 1px 8px;width:100px}.vc-twitter-picker[data-v-e74ac697] .vc-editable-input span{display:none}.hash[data-v-e74ac697]{align-items:center;background:var(--vc-twitter-hash-bg);border-radius:4px 0 0 4px;color:var(--vc-twitter-hash-color);display:flex;float:left;height:30px;justify-content:center;width:30px}.swatch[data-v-e74ac697]{border-radius:4px;cursor:pointer;float:left;height:30px;margin:0 6px 6px 0;outline:none;position:relative;width:30px}.clear[data-v-e74ac697]{clear:both}.tri_hide .triangle[data-v-e74ac697],.tri_hide .triangle_shadow[data-v-e74ac697]{display:none}.tri_top_left .triangle[data-v-e74ac697]{left:12px;top:-10px}.tri_top_left .triangle_shadow[data-v-e74ac697]{left:12px;top:-11px}.tri_top_right .triangle[data-v-e74ac697]{right:12px;top:-10px}.tri_top_right .triangle_shadow[data-v-e74ac697]{right:12px;top:-11px}.vc-hue-wrap[data-v-b3ac1ab2]{height:8px}.vc-hue-wrap[data-v-b3ac1ab2] .slider{border-radius:4px}.vc-hue-wrap[data-v-b3ac1ab2] .picker{background-color:var(--46ac36b6);border:2px solid #fff;border-radius:50%;box-shadow:none;height:20px;margin:0;transform:translate(-12px) translateY(-8px);width:20px}.vc-hsl-sliders[data-v-2e071f54]{font-family:Menlo,Consolas,Courier New,monospace;position:relative;width:100%}.slider-wrap[data-v-2e071f54]{display:flex;gap:12px;height:24px;margin-bottom:10px}.slider-wrap[data-v-2e071f54]:last-of-type{margin-bottom:0}.label[data-v-2e071f54]{color:var(--vc-input-text);display:block;font-size:12px;height:24px;line-height:24px;text-align:center;text-transform:uppercase}.vc-hsl-sliders[data-v-2e071f54] .vc-base-slider{height:14px;margin-top:5px}.vc-hsl-sliders[data-v-2e071f54] .background{border:1px solid var(--vc-input-border);border-radius:4px}.gradient[data-v-2e071f54]{height:100%;width:100%}.vc-hsl-sliders[data-v-2e071f54] .picker{border:2px solid #fff;border-radius:50%;box-shadow:none;height:20px;margin:0;transform:translate(-12px) translateY(-5px);width:20px}.h-slider[data-v-2e071f54] .picker{background-color:var(--41b5b6d0)}.l-slider[data-v-2e071f54] .picker,.s-slider[data-v-2e071f54] .picker{background-color:var(--05fbe691)}.vc-hsl-sliders[data-v-2e071f54] .vc-editable-input{border-bottom:1px solid var(--vc-input-border)}.vc-hsl-sliders[data-v-2e071f54] .vc-input-input{background:none;color:var(--vc-input-text);font-size:12px;text-align:center;width:50px}.vc-hsv-sliders[data-v-d6cfe1d9]{font-family:Menlo,Consolas,Courier New,monospace;position:relative;width:100%}.slider-wrap[data-v-d6cfe1d9]{display:flex;gap:12px;height:24px;margin-bottom:10px}.slider-wrap[data-v-d6cfe1d9]:last-of-type{margin-bottom:0}.label[data-v-d6cfe1d9]{color:var(--vc-input-text);display:block;font-size:12px;height:24px;line-height:24px;text-align:center;text-transform:uppercase}.vc-hsv-sliders[data-v-d6cfe1d9] .vc-base-slider{height:14px;margin-top:5px}.vc-hsv-sliders[data-v-d6cfe1d9] .background{border:1px solid var(--vc-input-border);border-radius:4px}.gradient[data-v-d6cfe1d9]{height:100%;width:100%}.vc-hsv-sliders[data-v-d6cfe1d9] .picker{border:2px solid #fff;border-radius:50%;box-shadow:none;height:20px;margin:0;transform:translate(-12px) translateY(-5px);width:20px}.h-slider[data-v-d6cfe1d9] .picker{background-color:var(--f666f450)}.b-slider[data-v-d6cfe1d9] .picker,.s-slider[data-v-d6cfe1d9] .picker{background-color:var(--46b90cce)}.vc-hsv-sliders[data-v-d6cfe1d9] .vc-editable-input{border-bottom:1px solid var(--vc-input-border)}.vc-hsv-sliders[data-v-d6cfe1d9] .vc-input-input{background:none;color:var(--vc-input-text);font-size:12px;text-align:center;width:50px}.vc-rgb-sliders[data-v-98b3b212]{font-family:Menlo,Consolas,Courier New,monospace;position:relative;width:100%}.slider-wrap[data-v-98b3b212]{display:flex;gap:12px;height:24px;margin-bottom:10px}.slider-wrap[data-v-98b3b212]:last-of-type{margin-bottom:0}.label[data-v-98b3b212]{color:var(--vc-input-text);display:block;font-size:12px;height:24px;line-height:24px;text-align:center;text-transform:uppercase}.vc-rgb-sliders[data-v-98b3b212] .vc-base-slider{height:14px;margin-top:5px}.vc-rgb-sliders[data-v-98b3b212] .background{border:1px solid var(--vc-input-border);border-radius:4px}.gradient[data-v-98b3b212]{height:100%;width:100%}.vc-rgb-sliders[data-v-98b3b212] .picker{border:2px solid #fff;border-radius:50%;box-shadow:none;height:20px;margin:0;transform:translate(-12px) translateY(-5px);width:20px}.slider-wrap[data-v-98b3b212]:not(.a-slider) .picker{background-color:var(--5f730604)}.vc-rgb-sliders[data-v-98b3b212] .vc-editable-input{border-bottom:1px solid var(--vc-input-border)}.vc-rgb-sliders[data-v-98b3b212] .vc-input-input{background:none;color:var(--vc-input-text);font-size:12px;text-align:center;width:50px}.hStack[data-v-81abcffe]{display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.hStack.spaced[data-v-81abcffe]{-moz-column-gap:1rem;column-gap:1rem;row-gap:0}[data-v-dc57f3fc]:root{--prideColors:#ff1654,#efa141,#f9e11a,#3ab856,#1e1eeb,#a50cf8;--gradientOfTheDay:var(--prideColors)}html.auto[data-v-dc57f3fc],html.light[data-v-dc57f3fc]{--backgroundColor:#fdd1ff;--foregroundColor:rgba(188,131,183,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#e875b6;--shadowColor:rgba(92,15,88,.8)}[data-v-dc57f3fc]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:rgba(121,112,126,.25);--dark-foregroundOpaque:#4c3559;--dark-textColor:hsla(0,0%,94%,.9);--dark-accentColor:#d11495;--dark-shadowColor:rgba(223,161,196,.8)}@media(prefers-color-scheme:dark){html.auto[data-v-dc57f3fc]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}}html.dark[data-v-dc57f3fc]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}html.leg-light[data-v-dc57f3fc]{--backgroundColor:#bee7f3;--foregroundColor:rgba(111,163,161,.25);--foregroundOpaque:#59a5ac;--textColor:rgba(0,0,0,.9);--accentColor:#75bce8;--shadowColor:rgba(6,63,73,.8)}html.leg-dark[data-v-dc57f3fc]{--backgroundColor:#001823;--foregroundColor:rgba(59,94,108,.25);--foregroundOpaque:#608a9c;--textColor:hsla(0,0%,94%,.9);--accentColor:#1456d1;--shadowColor:rgba(159,189,228,.8)}html.a35hie[data-v-dc57f3fc]{--backgroundColor:#ccbef3;--foregroundColor:rgba(154,131,188,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#9f75e8;--shadowColor:rgba(63,15,92,.8)}html.a35hie-dark[data-v-dc57f3fc]{--backgroundColor:#0c0023;--foregroundColor:hsla(0,0%,52.5%,.25);--foregroundOpaque:#453559;--textColor:hsla(0,0%,94%,.9);--accentColor:#7233e3;--shadowColor:rgba(177,161,223,.8)}html.neon[data-v-dc57f3fc]{--backgroundColor:#1a0755;--foregroundColor:rgba(119,103,158,.25);--foregroundOpaque:#6e35b6;--textColor:rgba(255,218,147,.9);--accentColor:#d114ce;--shadowColor:rgba(154,122,255,.8)}html.pastel-blue[data-v-dc57f3fc]{--backgroundColor:#a7f2ff;--foregroundColor:rgba(126,211,208,.25);--foregroundOpaque:#63e2ff;--textColor:rgba(0,82,112,.9);--accentColor:#41e3ff;--shadowColor:rgba(9,74,94,.8)}.themedProfile[data-v-dc57f3fc],html.themedProfile[data-v-dc57f3fc]{--backgroundColor:var(--profileBackgroundColor);--foregroundColor:var(--profileForegroundColor);--foregroundOpaque:var(--profileForegroundOpaque);--textColor:var(--profileTextColor);--accentColor:var(--profileAccentColor);--shadowColor:var(--profileShadowColor)}.fullScreenCover[data-v-dc57f3fc]{align-items:center;animation:opacity-dc57f3fc .2s ease forwards;background:var(--foregroundColor);border-radius:0;display:flex;height:100vh;height:100dvh;justify-content:center;left:0;opacity:0;position:fixed;top:0;width:100vw;z-index:500}.fullScreenCoverContent[data-v-dc57f3fc]{flex-direction:column;overflow:scroll;width:calc(100% - 1rem)}@keyframes opacity-dc57f3fc{0%{opacity:0}to{opacity:1}}.modalCover{--margin:1.5rem;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);background:#3e3e3e4d;overflow:visible;padding:var(--margin) 0;z-index:500}.modalCover .modalContent{border-radius:1.5rem;margin-bottom:var(--tabBarHeight);margin-top:env(safe-area-inset-top);max-height:calc(100vh - var(--padding)*2 - env(safe-area-inset-top) - env(safe-area-inset-bottom));max-width:50rem;min-width:18rem;overflow:scroll;width:-moz-fit-content;width:fit-content}.modal-enter-active,.modal-leave-active{transition:opacity .25s ease}.modal-enter-active .modalContent,.modal-leave-active .modalContent{transition:transform .25s ease,opacity .25s ease}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-from .modalContent,.modal-leave-to .modalContent{opacity:0;transform:translateY(2rem)}.modal-enter-to,.modal-leave-from{opacity:1}.modal-enter-to .modalContent,.modal-leave-from .modalContent{opacity:1;transform:translateY(0)}.vStack[data-v-78a04658]{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;gap:.5rem;justify-content:flex-start}.vStack.spaced[data-v-78a04658]{-moz-column-gap:0;column-gap:0;row-gap:1rem}[data-v-36bdeb02]:root{--prideColors:#ff1654,#efa141,#f9e11a,#3ab856,#1e1eeb,#a50cf8;--gradientOfTheDay:var(--prideColors)}html.auto[data-v-36bdeb02],html.light[data-v-36bdeb02]{--backgroundColor:#fdd1ff;--foregroundColor:rgba(188,131,183,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#e875b6;--shadowColor:rgba(92,15,88,.8)}[data-v-36bdeb02]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:rgba(121,112,126,.25);--dark-foregroundOpaque:#4c3559;--dark-textColor:hsla(0,0%,94%,.9);--dark-accentColor:#d11495;--dark-shadowColor:rgba(223,161,196,.8)}@media(prefers-color-scheme:dark){html.auto[data-v-36bdeb02]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}}html.dark[data-v-36bdeb02]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}html.leg-light[data-v-36bdeb02]{--backgroundColor:#bee7f3;--foregroundColor:rgba(111,163,161,.25);--foregroundOpaque:#59a5ac;--textColor:rgba(0,0,0,.9);--accentColor:#75bce8;--shadowColor:rgba(6,63,73,.8)}html.leg-dark[data-v-36bdeb02]{--backgroundColor:#001823;--foregroundColor:rgba(59,94,108,.25);--foregroundOpaque:#608a9c;--textColor:hsla(0,0%,94%,.9);--accentColor:#1456d1;--shadowColor:rgba(159,189,228,.8)}html.a35hie[data-v-36bdeb02]{--backgroundColor:#ccbef3;--foregroundColor:rgba(154,131,188,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#9f75e8;--shadowColor:rgba(63,15,92,.8)}html.a35hie-dark[data-v-36bdeb02]{--backgroundColor:#0c0023;--foregroundColor:hsla(0,0%,52.5%,.25);--foregroundOpaque:#453559;--textColor:hsla(0,0%,94%,.9);--accentColor:#7233e3;--shadowColor:rgba(177,161,223,.8)}html.neon[data-v-36bdeb02]{--backgroundColor:#1a0755;--foregroundColor:rgba(119,103,158,.25);--foregroundOpaque:#6e35b6;--textColor:rgba(255,218,147,.9);--accentColor:#d114ce;--shadowColor:rgba(154,122,255,.8)}html.pastel-blue[data-v-36bdeb02]{--backgroundColor:#a7f2ff;--foregroundColor:rgba(126,211,208,.25);--foregroundOpaque:#63e2ff;--textColor:rgba(0,82,112,.9);--accentColor:#41e3ff;--shadowColor:rgba(9,74,94,.8)}.themedProfile[data-v-36bdeb02],html.themedProfile[data-v-36bdeb02]{--backgroundColor:var(--profileBackgroundColor);--foregroundColor:var(--profileForegroundColor);--foregroundOpaque:var(--profileForegroundOpaque);--textColor:var(--profileTextColor);--accentColor:var(--profileAccentColor);--shadowColor:var(--profileShadowColor)}.light[data-v-36bdeb02]:not(html){opacity:.4}.transparent[data-v-36bdeb02]{background:transparent}.fullWidth[data-v-36bdeb02]{width:100%}.autoSpace[data-v-36bdeb02]{justify-content:space-between;width:100%}.noSpace[data-v-36bdeb02]{gap:0}.noRound[data-v-36bdeb02]{border-radius:0}.error[data-v-36bdeb02]{color:red}.centerText[data-v-36bdeb02],.error[data-v-36bdeb02]{text-align:center}.background[data-v-36bdeb02]{isolation:isolate}.background[data-v-36bdeb02]:before{content:"";inset:0;position:absolute;z-index:-1}.shareModal[data-v-36bdeb02]{--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);padding:.75rem;position:relative}.shareModal[data-v-36bdeb02],.shareModal[data-v-36bdeb02]:after{border-radius:var(--cornerRadius)}.shareModal[data-v-36bdeb02]:after{box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;content:"";inset:0;opacity:.1;pointer-events:none;position:absolute}.shareModal[data-v-36bdeb02]{align-items:flex-start;border-radius:2rem;gap:.75rem;max-width:calc(100vw - 1rem);padding:1rem;width:24rem}.shareItemPreview[data-v-36bdeb02]{align-items:flex-start;gap:0}.shareItemPreview img[data-v-36bdeb02]{border-radius:.75rem;margin-top:.5rem;width:100%}.shareItemPreview .sharedContentPreview[data-v-36bdeb02]{max-height:5rem;opacity:.9;overflow:hidden;width:100%}.targetsSection[data-v-36bdeb02]{gap:.4rem}.emptyTargets[data-v-36bdeb02],.targetsSection[data-v-36bdeb02]{align-items:flex-start}.targetButton[data-v-36bdeb02]{justify-content:flex-start;padding:.5rem .6rem}.targetButton .targetMain[data-v-36bdeb02]{align-items:center}.targetButton .targetMain .targetAvatarFallback[data-v-36bdeb02],.targetButton .targetMain img[data-v-36bdeb02]{border-radius:50%;height:1.35rem;width:1.35rem}.targetButton .targetMain .targetInfo[data-v-36bdeb02]{align-items:flex-start;gap:0}.targetButton .targetMeta[data-v-36bdeb02]{align-items:center}[data-v-1e00d47b]:root{--prideColors:#ff1654,#efa141,#f9e11a,#3ab856,#1e1eeb,#a50cf8;--gradientOfTheDay:var(--prideColors)}html.auto[data-v-1e00d47b],html.light[data-v-1e00d47b]{--backgroundColor:#fdd1ff;--foregroundColor:rgba(188,131,183,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#e875b6;--shadowColor:rgba(92,15,88,.8)}[data-v-1e00d47b]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:rgba(121,112,126,.25);--dark-foregroundOpaque:#4c3559;--dark-textColor:hsla(0,0%,94%,.9);--dark-accentColor:#d11495;--dark-shadowColor:rgba(223,161,196,.8)}@media(prefers-color-scheme:dark){html.auto[data-v-1e00d47b]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}}html.dark[data-v-1e00d47b]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}html.leg-light[data-v-1e00d47b]{--backgroundColor:#bee7f3;--foregroundColor:rgba(111,163,161,.25);--foregroundOpaque:#59a5ac;--textColor:rgba(0,0,0,.9);--accentColor:#75bce8;--shadowColor:rgba(6,63,73,.8)}html.leg-dark[data-v-1e00d47b]{--backgroundColor:#001823;--foregroundColor:rgba(59,94,108,.25);--foregroundOpaque:#608a9c;--textColor:hsla(0,0%,94%,.9);--accentColor:#1456d1;--shadowColor:rgba(159,189,228,.8)}html.a35hie[data-v-1e00d47b]{--backgroundColor:#ccbef3;--foregroundColor:rgba(154,131,188,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#9f75e8;--shadowColor:rgba(63,15,92,.8)}html.a35hie-dark[data-v-1e00d47b]{--backgroundColor:#0c0023;--foregroundColor:hsla(0,0%,52.5%,.25);--foregroundOpaque:#453559;--textColor:hsla(0,0%,94%,.9);--accentColor:#7233e3;--shadowColor:rgba(177,161,223,.8)}html.neon[data-v-1e00d47b]{--backgroundColor:#1a0755;--foregroundColor:rgba(119,103,158,.25);--foregroundOpaque:#6e35b6;--textColor:rgba(255,218,147,.9);--accentColor:#d114ce;--shadowColor:rgba(154,122,255,.8)}html.pastel-blue[data-v-1e00d47b]{--backgroundColor:#a7f2ff;--foregroundColor:rgba(126,211,208,.25);--foregroundOpaque:#63e2ff;--textColor:rgba(0,82,112,.9);--accentColor:#41e3ff;--shadowColor:rgba(9,74,94,.8)}.themedProfile[data-v-1e00d47b],html.themedProfile[data-v-1e00d47b]{--backgroundColor:var(--profileBackgroundColor);--foregroundColor:var(--profileForegroundColor);--foregroundOpaque:var(--profileForegroundOpaque);--textColor:var(--profileTextColor);--accentColor:var(--profileAccentColor);--shadowColor:var(--profileShadowColor)}.cookieBanner[data-v-1e00d47b]{align-items:flex-start;animation:cookiesSlideIn-1e00d47b 1s ease-in-out;background:var(--foregroundOpaque);border-radius:0;bottom:env(safe-area-inset-bottom,0);gap:.75rem;left:0;padding:1.5rem;position:fixed;right:0;z-index:9999}.cookieBanner .actions[data-v-1e00d47b]{margin-top:1rem}@keyframes cookiesSlideIn-1e00d47b{0%{transform:translateY(100%)}to{transform:translateY(0)}}.emptyView[data-v-bf2546b6]{height:0;width:0}[data-v-f04bbcca]:root{--prideColors:#ff1654,#efa141,#f9e11a,#3ab856,#1e1eeb,#a50cf8;--gradientOfTheDay:var(--prideColors)}html.auto[data-v-f04bbcca],html.light[data-v-f04bbcca]{--backgroundColor:#fdd1ff;--foregroundColor:rgba(188,131,183,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#e875b6;--shadowColor:rgba(92,15,88,.8)}[data-v-f04bbcca]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:rgba(121,112,126,.25);--dark-foregroundOpaque:#4c3559;--dark-textColor:hsla(0,0%,94%,.9);--dark-accentColor:#d11495;--dark-shadowColor:rgba(223,161,196,.8)}@media(prefers-color-scheme:dark){html.auto[data-v-f04bbcca]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}}html.dark[data-v-f04bbcca]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}html.leg-light[data-v-f04bbcca]{--backgroundColor:#bee7f3;--foregroundColor:rgba(111,163,161,.25);--foregroundOpaque:#59a5ac;--textColor:rgba(0,0,0,.9);--accentColor:#75bce8;--shadowColor:rgba(6,63,73,.8)}html.leg-dark[data-v-f04bbcca]{--backgroundColor:#001823;--foregroundColor:rgba(59,94,108,.25);--foregroundOpaque:#608a9c;--textColor:hsla(0,0%,94%,.9);--accentColor:#1456d1;--shadowColor:rgba(159,189,228,.8)}html.a35hie[data-v-f04bbcca]{--backgroundColor:#ccbef3;--foregroundColor:rgba(154,131,188,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#9f75e8;--shadowColor:rgba(63,15,92,.8)}html.a35hie-dark[data-v-f04bbcca]{--backgroundColor:#0c0023;--foregroundColor:hsla(0,0%,52.5%,.25);--foregroundOpaque:#453559;--textColor:hsla(0,0%,94%,.9);--accentColor:#7233e3;--shadowColor:rgba(177,161,223,.8)}html.neon[data-v-f04bbcca]{--backgroundColor:#1a0755;--foregroundColor:rgba(119,103,158,.25);--foregroundOpaque:#6e35b6;--textColor:rgba(255,218,147,.9);--accentColor:#d114ce;--shadowColor:rgba(154,122,255,.8)}html.pastel-blue[data-v-f04bbcca]{--backgroundColor:#a7f2ff;--foregroundColor:rgba(126,211,208,.25);--foregroundOpaque:#63e2ff;--textColor:rgba(0,82,112,.9);--accentColor:#41e3ff;--shadowColor:rgba(9,74,94,.8)}.themedProfile[data-v-f04bbcca],html.themedProfile[data-v-f04bbcca]{--backgroundColor:var(--profileBackgroundColor);--foregroundColor:var(--profileForegroundColor);--foregroundOpaque:var(--profileForegroundOpaque);--textColor:var(--profileTextColor);--accentColor:var(--profileAccentColor);--shadowColor:var(--profileShadowColor)}.modalActions[data-v-f04bbcca]{border-radius:0;border-top:.1rem solid var(--foregroundColor);margin-top:1rem;padding-top:.5rem}[data-v-0da3f263]:root{--prideColors:#ff1654,#efa141,#f9e11a,#3ab856,#1e1eeb,#a50cf8;--gradientOfTheDay:var(--prideColors)}html.auto[data-v-0da3f263],html.light[data-v-0da3f263]{--backgroundColor:#fdd1ff;--foregroundColor:rgba(188,131,183,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#e875b6;--shadowColor:rgba(92,15,88,.8)}[data-v-0da3f263]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:rgba(121,112,126,.25);--dark-foregroundOpaque:#4c3559;--dark-textColor:hsla(0,0%,94%,.9);--dark-accentColor:#d11495;--dark-shadowColor:rgba(223,161,196,.8)}@media(prefers-color-scheme:dark){html.auto[data-v-0da3f263]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}}html.dark[data-v-0da3f263]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}html.leg-light[data-v-0da3f263]{--backgroundColor:#bee7f3;--foregroundColor:rgba(111,163,161,.25);--foregroundOpaque:#59a5ac;--textColor:rgba(0,0,0,.9);--accentColor:#75bce8;--shadowColor:rgba(6,63,73,.8)}html.leg-dark[data-v-0da3f263]{--backgroundColor:#001823;--foregroundColor:rgba(59,94,108,.25);--foregroundOpaque:#608a9c;--textColor:hsla(0,0%,94%,.9);--accentColor:#1456d1;--shadowColor:rgba(159,189,228,.8)}html.a35hie[data-v-0da3f263]{--backgroundColor:#ccbef3;--foregroundColor:rgba(154,131,188,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#9f75e8;--shadowColor:rgba(63,15,92,.8)}html.a35hie-dark[data-v-0da3f263]{--backgroundColor:#0c0023;--foregroundColor:hsla(0,0%,52.5%,.25);--foregroundOpaque:#453559;--textColor:hsla(0,0%,94%,.9);--accentColor:#7233e3;--shadowColor:rgba(177,161,223,.8)}html.neon[data-v-0da3f263]{--backgroundColor:#1a0755;--foregroundColor:rgba(119,103,158,.25);--foregroundOpaque:#6e35b6;--textColor:rgba(255,218,147,.9);--accentColor:#d114ce;--shadowColor:rgba(154,122,255,.8)}html.pastel-blue[data-v-0da3f263]{--backgroundColor:#a7f2ff;--foregroundColor:rgba(126,211,208,.25);--foregroundOpaque:#63e2ff;--textColor:rgba(0,82,112,.9);--accentColor:#41e3ff;--shadowColor:rgba(9,74,94,.8)}.themedProfile[data-v-0da3f263],html.themedProfile[data-v-0da3f263]{--backgroundColor:var(--profileBackgroundColor);--foregroundColor:var(--profileForegroundColor);--foregroundOpaque:var(--profileForegroundOpaque);--textColor:var(--profileTextColor);--accentColor:var(--profileAccentColor);--shadowColor:var(--profileShadowColor)}.light[data-v-0da3f263]:not(html){opacity:.4}.transparent[data-v-0da3f263]{background:transparent}.fullWidth[data-v-0da3f263]{width:100%}.autoSpace[data-v-0da3f263]{justify-content:space-between;width:100%}.noSpace[data-v-0da3f263]{gap:0}.noRound[data-v-0da3f263]{border-radius:0}.error[data-v-0da3f263]{color:red}.centerText[data-v-0da3f263],.error[data-v-0da3f263]{text-align:center}.background[data-v-0da3f263]{isolation:isolate}.background[data-v-0da3f263]:before{content:"";inset:0;position:absolute;z-index:-1}.notificationsModal[data-v-0da3f263]{--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);border-radius:var(--cornerRadius);padding:.75rem;position:relative}.notificationsModal[data-v-0da3f263]:after{border-radius:var(--cornerRadius);box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;content:"";inset:0;opacity:.1;pointer-events:none;position:absolute}[data-v-c3ef2dd2]:root{--prideColors:#ff1654,#efa141,#f9e11a,#3ab856,#1e1eeb,#a50cf8;--gradientOfTheDay:var(--prideColors)}html.auto[data-v-c3ef2dd2],html.light[data-v-c3ef2dd2]{--backgroundColor:#fdd1ff;--foregroundColor:rgba(188,131,183,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#e875b6;--shadowColor:rgba(92,15,88,.8)}[data-v-c3ef2dd2]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:rgba(121,112,126,.25);--dark-foregroundOpaque:#4c3559;--dark-textColor:hsla(0,0%,94%,.9);--dark-accentColor:#d11495;--dark-shadowColor:rgba(223,161,196,.8)}@media(prefers-color-scheme:dark){html.auto[data-v-c3ef2dd2]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}}html.dark[data-v-c3ef2dd2]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}html.leg-light[data-v-c3ef2dd2]{--backgroundColor:#bee7f3;--foregroundColor:rgba(111,163,161,.25);--foregroundOpaque:#59a5ac;--textColor:rgba(0,0,0,.9);--accentColor:#75bce8;--shadowColor:rgba(6,63,73,.8)}html.leg-dark[data-v-c3ef2dd2]{--backgroundColor:#001823;--foregroundColor:rgba(59,94,108,.25);--foregroundOpaque:#608a9c;--textColor:hsla(0,0%,94%,.9);--accentColor:#1456d1;--shadowColor:rgba(159,189,228,.8)}html.a35hie[data-v-c3ef2dd2]{--backgroundColor:#ccbef3;--foregroundColor:rgba(154,131,188,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#9f75e8;--shadowColor:rgba(63,15,92,.8)}html.a35hie-dark[data-v-c3ef2dd2]{--backgroundColor:#0c0023;--foregroundColor:hsla(0,0%,52.5%,.25);--foregroundOpaque:#453559;--textColor:hsla(0,0%,94%,.9);--accentColor:#7233e3;--shadowColor:rgba(177,161,223,.8)}html.neon[data-v-c3ef2dd2]{--backgroundColor:#1a0755;--foregroundColor:rgba(119,103,158,.25);--foregroundOpaque:#6e35b6;--textColor:rgba(255,218,147,.9);--accentColor:#d114ce;--shadowColor:rgba(154,122,255,.8)}html.pastel-blue[data-v-c3ef2dd2]{--backgroundColor:#a7f2ff;--foregroundColor:rgba(126,211,208,.25);--foregroundOpaque:#63e2ff;--textColor:rgba(0,82,112,.9);--accentColor:#41e3ff;--shadowColor:rgba(9,74,94,.8)}.themedProfile[data-v-c3ef2dd2],html.themedProfile[data-v-c3ef2dd2]{--backgroundColor:var(--profileBackgroundColor);--foregroundColor:var(--profileForegroundColor);--foregroundOpaque:var(--profileForegroundOpaque);--textColor:var(--profileTextColor);--accentColor:var(--profileAccentColor);--shadowColor:var(--profileShadowColor)}.light[data-v-c3ef2dd2]:not(html){opacity:.4}.transparent[data-v-c3ef2dd2]{background:transparent}.fullWidth[data-v-c3ef2dd2]{width:100%}.autoSpace[data-v-c3ef2dd2]{justify-content:space-between;width:100%}.noSpace[data-v-c3ef2dd2]{gap:0}.noRound[data-v-c3ef2dd2]{border-radius:0}.error[data-v-c3ef2dd2]{color:red}.centerText[data-v-c3ef2dd2],.error[data-v-c3ef2dd2]{text-align:center}.background[data-v-c3ef2dd2]{isolation:isolate}.background[data-v-c3ef2dd2]:before{content:"";inset:0;position:absolute;z-index:-1}.mentionSuggestions[data-v-c3ef2dd2]{align-items:flex-start;background:var(--foregroundOpaque);border-radius:1.5rem;flex-wrap:nowrap;gap:.25rem;max-height:12rem;max-width:100%;overflow:scroll;padding:.5rem;position:absolute;width:20rem;z-index:1000}.mentionSuggestions .mentionSuggestionItem[data-v-c3ef2dd2]{justify-content:flex-start;padding:.35rem .5rem;width:100%}.mentionSuggestions .mentionSuggestionItem .mentionMain[data-v-c3ef2dd2]{align-items:center;gap:.4rem}.mentionSuggestions .mentionSuggestionItem .suggestionAvatar[data-v-c3ef2dd2]{border-radius:50%;height:1.2rem;width:1.2rem}.mentionSuggestions .mentionSuggestionItem .suggestionAvatar.fallback[data-v-c3ef2dd2]{border-radius:0}.bygEditorToolbar{gap:.1rem!important;margin:.75rem 0 .35rem;width:100%}.bygEditorToolbar .editorToolbarItem{--buttonRadius:.5rem;padding:.25rem!important}.bygEditorToolbar .editorToolbarItem:not(:hover):not(.prominent){-webkit-backdrop-filter:none;backdrop-filter:none;background:transparent}.bygEditorToolbar .editorToolbarItem svg{height:1.5rem!important;width:1.5rem!important}.bygMarkdownEditor{width:100%}.bygMarkdownEditor .tiptap{border:none;width:100%}.bygMarkdownEditor .tiptap:not(.plain){background:var(--foregroundColor);border-radius:1.25rem;padding:.5rem .75rem}.bygMarkdownEditor .tiptap:not(.plain):focus{outline:var(--accentColor) .1rem solid}.bygMarkdownEditor .tiptap .plain{outline:none!important}.bygMarkdownEditor .tiptap *{width:100%}.bygMarkdownEditor .tiptap ol,.bygMarkdownEditor .tiptap ul{margin:.5rem 0}[data-v-1bc25c30]:root{--prideColors:#ff1654,#efa141,#f9e11a,#3ab856,#1e1eeb,#a50cf8;--gradientOfTheDay:var(--prideColors)}html.auto[data-v-1bc25c30],html.light[data-v-1bc25c30]{--backgroundColor:#fdd1ff;--foregroundColor:rgba(188,131,183,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#e875b6;--shadowColor:rgba(92,15,88,.8)}[data-v-1bc25c30]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:rgba(121,112,126,.25);--dark-foregroundOpaque:#4c3559;--dark-textColor:hsla(0,0%,94%,.9);--dark-accentColor:#d11495;--dark-shadowColor:rgba(223,161,196,.8)}@media(prefers-color-scheme:dark){html.auto[data-v-1bc25c30]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}}html.dark[data-v-1bc25c30]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}html.leg-light[data-v-1bc25c30]{--backgroundColor:#bee7f3;--foregroundColor:rgba(111,163,161,.25);--foregroundOpaque:#59a5ac;--textColor:rgba(0,0,0,.9);--accentColor:#75bce8;--shadowColor:rgba(6,63,73,.8)}html.leg-dark[data-v-1bc25c30]{--backgroundColor:#001823;--foregroundColor:rgba(59,94,108,.25);--foregroundOpaque:#608a9c;--textColor:hsla(0,0%,94%,.9);--accentColor:#1456d1;--shadowColor:rgba(159,189,228,.8)}html.a35hie[data-v-1bc25c30]{--backgroundColor:#ccbef3;--foregroundColor:rgba(154,131,188,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#9f75e8;--shadowColor:rgba(63,15,92,.8)}html.a35hie-dark[data-v-1bc25c30]{--backgroundColor:#0c0023;--foregroundColor:hsla(0,0%,52.5%,.25);--foregroundOpaque:#453559;--textColor:hsla(0,0%,94%,.9);--accentColor:#7233e3;--shadowColor:rgba(177,161,223,.8)}html.neon[data-v-1bc25c30]{--backgroundColor:#1a0755;--foregroundColor:rgba(119,103,158,.25);--foregroundOpaque:#6e35b6;--textColor:rgba(255,218,147,.9);--accentColor:#d114ce;--shadowColor:rgba(154,122,255,.8)}html.pastel-blue[data-v-1bc25c30]{--backgroundColor:#a7f2ff;--foregroundColor:rgba(126,211,208,.25);--foregroundOpaque:#63e2ff;--textColor:rgba(0,82,112,.9);--accentColor:#41e3ff;--shadowColor:rgba(9,74,94,.8)}.themedProfile[data-v-1bc25c30],html.themedProfile[data-v-1bc25c30]{--backgroundColor:var(--profileBackgroundColor);--foregroundColor:var(--profileForegroundColor);--foregroundOpaque:var(--profileForegroundOpaque);--textColor:var(--profileTextColor);--accentColor:var(--profileAccentColor);--shadowColor:var(--profileShadowColor)}[data-v-1bc25c30]:root{--tabBarHeight:0}@media(max-width:50rem){[data-v-1bc25c30]:root{--tabBarHeight:3.5rem}}.createView[data-v-1bc25c30]{background:var(--foregroundColor);border-radius:2rem;padding:1rem}.createView.composer[data-v-1bc25c30]{max-width:100%;min-width:20rem}.postPreview[data-v-1bc25c30]{align-items:flex-start;width:100%}.postPreview .markdownPreview[data-v-1bc25c30]{white-space:normal}.typePicker[data-v-1bc25c30]{gap:.5rem;width:100%}.typePicker .type[data-v-1bc25c30]{background:var(--foregroundColor);border-radius:1.25rem;cursor:pointer;flex-grow:1;font-size:large;padding:.75rem}.typePicker .type svg[data-v-1bc25c30]{height:3rem;width:3rem}.form[data-v-1bc25c30]{gap:.25rem;width:100%}textarea[data-v-1bc25c30]{min-height:10rem}input[data-v-1bc25c30],textarea[data-v-1bc25c30]{width:100%}.mentionComposer[data-v-1bc25c30]{gap:.25rem;width:100%}.counter[data-v-1bc25c30]{font-size:small;opacity:.7;text-align:right}.previewImage[data-v-1bc25c30]{max-height:10rem;max-width:10rem;min-height:2rem}@media(max-width:50rem){.createView[data-v-1bc25c30]{background:var(--backgroundColor);border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:max(1rem,1rem + env(safe-area-inset-bottom));width:100%}.createViewModal[data-v-1bc25c30]{justify-content:flex-end;padding:0;z-index:10000}.createViewModal[data-v-1bc25c30] .fullScreenCoverContent,.createViewModal[data-v-1bc25c30] .modalContent{border-radius:0;margin:0;max-width:100%;width:100%}}[data-v-682c2c1e]:root{--prideColors:#ff1654,#efa141,#f9e11a,#3ab856,#1e1eeb,#a50cf8;--gradientOfTheDay:var(--prideColors)}html.auto[data-v-682c2c1e],html.light[data-v-682c2c1e]{--backgroundColor:#fdd1ff;--foregroundColor:rgba(188,131,183,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#e875b6;--shadowColor:rgba(92,15,88,.8)}[data-v-682c2c1e]:root{--dark-backgroundColor:#170023;--dark-foregroundColor:rgba(121,112,126,.25);--dark-foregroundOpaque:#4c3559;--dark-textColor:hsla(0,0%,94%,.9);--dark-accentColor:#d11495;--dark-shadowColor:rgba(223,161,196,.8)}@media(prefers-color-scheme:dark){html.auto[data-v-682c2c1e]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}}html.dark[data-v-682c2c1e]{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}html.leg-light[data-v-682c2c1e]{--backgroundColor:#bee7f3;--foregroundColor:rgba(111,163,161,.25);--foregroundOpaque:#59a5ac;--textColor:rgba(0,0,0,.9);--accentColor:#75bce8;--shadowColor:rgba(6,63,73,.8)}html.leg-dark[data-v-682c2c1e]{--backgroundColor:#001823;--foregroundColor:rgba(59,94,108,.25);--foregroundOpaque:#608a9c;--textColor:hsla(0,0%,94%,.9);--accentColor:#1456d1;--shadowColor:rgba(159,189,228,.8)}html.a35hie[data-v-682c2c1e]{--backgroundColor:#ccbef3;--foregroundColor:rgba(154,131,188,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#9f75e8;--shadowColor:rgba(63,15,92,.8)}html.a35hie-dark[data-v-682c2c1e]{--backgroundColor:#0c0023;--foregroundColor:hsla(0,0%,52.5%,.25);--foregroundOpaque:#453559;--textColor:hsla(0,0%,94%,.9);--accentColor:#7233e3;--shadowColor:rgba(177,161,223,.8)}html.neon[data-v-682c2c1e]{--backgroundColor:#1a0755;--foregroundColor:rgba(119,103,158,.25);--foregroundOpaque:#6e35b6;--textColor:rgba(255,218,147,.9);--accentColor:#d114ce;--shadowColor:rgba(154,122,255,.8)}html.pastel-blue[data-v-682c2c1e]{--backgroundColor:#a7f2ff;--foregroundColor:rgba(126,211,208,.25);--foregroundOpaque:#63e2ff;--textColor:rgba(0,82,112,.9);--accentColor:#41e3ff;--shadowColor:rgba(9,74,94,.8)}.themedProfile[data-v-682c2c1e],html.themedProfile[data-v-682c2c1e]{--backgroundColor:var(--profileBackgroundColor);--foregroundColor:var(--profileForegroundColor);--foregroundOpaque:var(--profileForegroundOpaque);--textColor:var(--profileTextColor);--accentColor:var(--profileAccentColor);--shadowColor:var(--profileShadowColor)}.light[data-v-682c2c1e]:not(html){opacity:.4}.transparent[data-v-682c2c1e]{background:transparent}.fullWidth[data-v-682c2c1e]{width:100%}.autoSpace[data-v-682c2c1e]{justify-content:space-between;width:100%}.noSpace[data-v-682c2c1e]{gap:0}.noRound[data-v-682c2c1e]{border-radius:0}.error[data-v-682c2c1e]{color:red}.centerText[data-v-682c2c1e],.error[data-v-682c2c1e]{text-align:center}.background[data-v-682c2c1e]{isolation:isolate}.background[data-v-682c2c1e]:before{content:"";inset:0;position:absolute;z-index:-1}.reportView[data-v-682c2c1e]{--postPadding:.75rem;--cornerRadius:1.75rem;background:var(--foregroundColor);padding:.75rem;position:relative}.reportView[data-v-682c2c1e],.reportView[data-v-682c2c1e]:after{border-radius:var(--cornerRadius)}.reportView[data-v-682c2c1e]:after{box-shadow:inset var(--shadowColor) 0 -.5rem 1rem;content:"";inset:0;opacity:.1;pointer-events:none;position:absolute}.reportView[data-v-682c2c1e]{align-items:flex-start;-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem);bottom:1rem;gap:.75rem;max-width:calc(100vw - 2rem - var(--padding)*2);position:fixed;right:1rem;width:50rem;z-index:10000}.reportView iframe[data-v-682c2c1e]{border:none;border-radius:1rem}:root{--tabBarHeight:0}@media(max-width:50rem){:root{--tabBarHeight:3.5rem}}:root{--prideColors:#ff1654,#efa141,#f9e11a,#3ab856,#1e1eeb,#a50cf8;--gradientOfTheDay:var(--prideColors)}html.auto,html.light{--backgroundColor:#fdd1ff;--foregroundColor:rgba(188,131,183,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#e875b6;--shadowColor:rgba(92,15,88,.8)}:root{--dark-backgroundColor:#170023;--dark-foregroundColor:rgba(121,112,126,.25);--dark-foregroundOpaque:#4c3559;--dark-textColor:hsla(0,0%,94%,.9);--dark-accentColor:#d11495;--dark-shadowColor:rgba(223,161,196,.8)}@media(prefers-color-scheme:dark){html.auto{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}}html.dark{--backgroundColor:var(--dark-backgroundColor);--foregroundColor:var(--dark-foregroundColor);--foregroundOpaque:var(--dark-foregroundOpaque);--textColor:var(--dark-textColor);--accentColor:var(--dark-accentColor);--shadowColor:var(--dark-shadowColor)}html.leg-light{--backgroundColor:#bee7f3;--foregroundColor:rgba(111,163,161,.25);--foregroundOpaque:#59a5ac;--textColor:rgba(0,0,0,.9);--accentColor:#75bce8;--shadowColor:rgba(6,63,73,.8)}html.leg-dark{--backgroundColor:#001823;--foregroundColor:rgba(59,94,108,.25);--foregroundOpaque:#608a9c;--textColor:hsla(0,0%,94%,.9);--accentColor:#1456d1;--shadowColor:rgba(159,189,228,.8)}html.a35hie{--backgroundColor:#ccbef3;--foregroundColor:rgba(154,131,188,.25);--foregroundOpaque:#a28fc9;--textColor:rgba(0,0,0,.9);--accentColor:#9f75e8;--shadowColor:rgba(63,15,92,.8)}html.a35hie-dark{--backgroundColor:#0c0023;--foregroundColor:hsla(0,0%,52.5%,.25);--foregroundOpaque:#453559;--textColor:hsla(0,0%,94%,.9);--accentColor:#7233e3;--shadowColor:rgba(177,161,223,.8)}html.neon{--backgroundColor:#1a0755;--foregroundColor:rgba(119,103,158,.25);--foregroundOpaque:#6e35b6;--textColor:rgba(255,218,147,.9);--accentColor:#d114ce;--shadowColor:rgba(154,122,255,.8)}html.pastel-blue{--backgroundColor:#a7f2ff;--foregroundColor:rgba(126,211,208,.25);--foregroundOpaque:#63e2ff;--textColor:rgba(0,82,112,.9);--accentColor:#41e3ff;--shadowColor:rgba(9,74,94,.8)}.themedProfile,html.themedProfile{--backgroundColor:var(--profileBackgroundColor);--foregroundColor:var(--profileForegroundColor);--foregroundOpaque:var(--profileForegroundOpaque);--textColor:var(--profileTextColor);--accentColor:var(--profileAccentColor);--shadowColor:var(--profileShadowColor)}.appShell{display:flex;flex-direction:row;height:100dvh;width:100vw}.app-enter-active{transition:opacity .4s ease,transform .4s ease}.app-enter-from{opacity:0;transform:scale(1.2)}.app-enter-to{opacity:1;transform:scale(1)}main{align-items:center;display:flex;flex-direction:column;flex-grow:3;gap:.5rem;height:100dvh;margin:0 auto;overflow-y:scroll;padding:0;scrollbar-width:none;width:100%}@media(max-width:50rem){.appShell{flex-direction:column}main{width:100%}}
