@import"https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;800&display=swap";@import"https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.nav-element{position:relative;z-index:940;isolation:isolate}.nav-elements-container{display:flex;color:#e0b382;align-items:center;padding-block:5px;padding-inline:35px;font-family:Raleway,sans-serif;height:70px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.nav-back-drop{position:fixed;background-color:#00000080;top:0px;left:0;z-index:-1;width:100%;pointer-events:none;height:100dvh;opacity:0;transition:all .3s ease}.nav-back-drop-showing{pointer-events:all;opacity:1;transition:all .3s ease}.nav-elements-container:before{content:"";position:absolute;width:100%;height:110%;left:0%;top:0%;z-index:0;background:rgb(45,33,37);background:linear-gradient(180deg,rgba(45,33,37,.9) 0%,rgba(45,33,37,.9) 90%,rgba(45,33,37,0) 100%)}.nav-logo{margin-right:auto;filter:drop-shadow(0px 0px 2px #C98235);transition:filter .5s ease}.nav-logo:hover{filter:drop-shadow(0px 0px 6px #C98235)}.nav-logo>a{text-decoration:inherit;color:inherit;font-weight:bolder;font-family:inherit;font-size:2em;text-transform:uppercase;white-space:nowrap}.nav-content-container{display:flex;gap:8px;align-items:center;height:100%;z-index:33}.nav-links-container{display:flex;align-items:center;height:100%}.nav-links{display:flex;gap:30px;height:100%}.nav-links-container:after{content:"";width:3px;height:40px;margin-inline:10px 3px;background-color:#5b3c36ec}.nav-links-container:before{content:"";order:1;width:1px;height:50px;background-color:#e0b382}.nav-link{text-decoration:inherit;color:inherit;font-weight:bolder;font-size:1.1em;display:flex;align-items:center;letter-spacing:.05em;transition:color .4s ease;height:100%}.nav-link:hover{color:#f9cea0}.vote-for-us-arrow{display:inline;width:10px;margin-inline:10px;transition:all .3s ease}.nav-link:hover>.vote-for-us-arrow{transform:translateY(-4px)}.profile-navigator{display:flex;align-items:center;gap:10px;height:100%}.profile-navigator:after{content:"";order:1;aspect-ratio:1 / 1;width:5px;border-radius:100%;background-color:#5b3c36f5}.profile-navigator:before{content:"";order:1;aspect-ratio:1 / 1;width:5px;margin-left:5px;border-radius:100%;background-color:#e0b382}.profile-avatar{object-fit:cover;border-radius:100%;max-width:60px;border:1px solid #E0B382;outline:1px solid #5B3C36;outline-offset:2px}.log-out-button{outline:none;border:none;background:none;color:#520000;font-weight:bolder;font-family:Raleway,sans-serif;padding:0}.log-out-button:hover{cursor:pointer}.expandable-nav-link{position:relative;cursor:default}.nav-links-list{position:absolute;top:100%;left:50%;transform:translate(-50%);display:flex;align-items:center;flex-direction:column;justify-content:center;opacity:0;filter:blur(10px);transition:none .4s ease;transition-property:opacity,filter}.nav-links-list>*{width:100%;transition:all .3s ease;padding:5px 10px;border-radius:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-links-list>*:hover{background-color:#0000007c}.expandable-nav-link:hover>.nav-links-list{opacity:1;filter:blur(0px)}.phone-avatar-preview{display:none;z-index:3}.phone-avatar{width:50%}.expanding-button-container{position:relative;top:.1rem;margin-inline:1rem;display:flex}.expanding-nav-button{display:none;border:none;background:none;color:#e0b382;font-size:1.5rem;animation:arrow-animation 1s linear 0s infinite forwards;transition:all .3s ease;cursor:pointer}@keyframes arrow-animation{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@media only screen and (max-width: 950px){.nav-content-container{position:absolute;right:0%;transform:translate(100%);top:70px;height:fit-content;flex-direction:column-reverse;background-color:#4d3535cc;border-left:.2rem solid #E0B382;border-bottom:.2rem solid #E0B382;padding:.4rem 1.25rem 5rem;border-radius:0rem 0rem 0rem 3rem;transition:all .3s ease-in-out}.expandable-nav-link{position:absolute;bottom:.4rem}.nav-links{flex-direction:column-reverse;justify-content:center;align-items:center;gap:.6rem}.vote-link{position:relative}.vote-for-us-arrow{position:absolute;right:100%}.expandable-nav-link>.nav-link{display:none}.expandable-nav-link>.nav-links-list{opacity:1;filter:blur(0px);position:static;transform:none}.profile-navigator{position:static;flex-direction:column-reverse}.profile-navigator:after{display:none}.profile-navigator:before{display:none}.nav-links-container:after{display:none}.nav-links-container:before{display:none}.profile-avatar{display:none}.phone-avatar-preview{display:flex;flex-direction:row-reverse;align-items:center;justify-content:center;gap:15px}.phone-avatar{object-fit:cover;border-radius:100%;max-width:55px;border:1px solid #E0B382;outline:1px solid #5B3C36;outline-offset:2px}.nav-logo>a{font-size:1.2rem}.nav-bar-shown{transform:translate(0)}.expanding-nav-button{display:block;transform:scale(1.2)}.expanded-nav-button{rotate:180deg}.nav-links-list>*:hover{background-color:#0000}}.server-item{position:relative;width:250px;height:300px;outline:3px solid #F9CEA0;border-radius:15px;background:linear-gradient(180deg,rgba(43,32,35,1) 0%,rgba(67,52,57,1) 100%);font-family:sans-serif;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:30px;transition:all .3s ease}.server-item:hover{outline-color:#e0b382;transform:scale(1.09);cursor:pointer;filter:drop-shadow(0px 0px 15px #C98235)}.server-item>img{max-width:60px;border-radius:50%;border:2px solid red}.server-item-avatar{width:100%;min-width:150px;border-radius:20px}.server-item-name>h1{position:absolute;bottom:10px;left:50%;transform:translate(-50%);width:95%;text-align:center;font-size:1.2em;text-overflow:ellipsis;overflow:visible;white-space:wrap;height:60px}.server-text-icon{display:flex;align-items:center;justify-content:center;aspect-ratio:1 / 1;text-align:center;background-color:#363636;border-radius:10px}.servers{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-evenly;gap:50px}.servers-list-container{width:100%;height:calc(100dvh - 70px);position:relative}.servers-list-outline{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:90%;max-width:1300px;max-height:80%;padding-block:50px;padding-inline:20px;border-radius:20px;background:rgb(43,32,35);background:linear-gradient(180deg,rgba(43,32,35,1) 0%,rgba(67,52,57,1) 100%);overflow-y:scroll}.servers-list-outline::-webkit-scrollbar{display:none}.servers-list-outline{-ms-overflow-style:none;scrollbar-width:none}@media only screen and (max-width: 950px){.servers{gap:2rem}}.main-profile-controls-container{display:flex;flex-direction:row;background:linear-gradient(180deg,rgb(48,32,41) 0%,rgb(32,25,27) 100%);font-family:Raleway,sans-serif;width:95%;margin-inline:auto;padding:15px 10px;border-radius:10px;filter:drop-shadow(0px 0px 20px rgb(185,122,70));isolation:isolate}.profile-controls{width:80%}.profile-settings-header{display:flex;gap:10px;align-items:center}.profile-settings-template-preview{width:250px;aspect-ratio:480 / 191}.profile-text-editor-container{display:flex;gap:20px;font-size:2em}.text-field-main-container{font-size:8px}.text-settings-container{display:flex;gap:40px;padding-inline:20px}.trophy-rect-main-container{display:flex;gap:20px;margin-block:.5rem}.trophy-rect-field{display:flex;gap:10px;align-items:center}.disabled-profile-controls{position:absolute;top:0;left:0;border-radius:inherit;display:block;width:100%;height:100%;background-color:#0000006c;z-index:4;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:20px 10px}.disabled-profile-controls>*{text-align:center}.patreon-link{color:#dc143c;transition:all .3s ease}.patreon-link:hover{color:#db7d90}@media only screen and (max-width: 950px){.main-profile-controls-container{flex-direction:column-reverse;align-items:center;width:98%}.profile-controls{width:100%}.text-settings-container{gap:1rem;padding:0rem;align-items:center;flex-wrap:wrap;padding:.4rem .8rem}}@media only screen and (max-width: 500px){.trophy-rect-main-container{flex-wrap:wrap;gap:.5rem}.trophy-rect-main-container>div:nth-child(1){width:100%}}.switch{position:relative;width:50px;aspect-ratio:8 / 4;background-color:#fff6;display:flex;justify-content:flex-start;align-items:center;border-radius:50px;cursor:pointer;isolation:isolate;overflow:hidden}.switch[data-isOn=true]{justify-content:flex-end}.switch:after{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(135deg,rgb(224,179,130),rgb(224,179,130));filter:grayscale(100%) opacity(0);transition:all .3s ease}.switch[data-isOn=true]:after{filter:grayscale(0%) opacity(1)}.handle{width:30%;aspect-ratio:1 / 5;background-color:#fff;border-radius:50%}.expandable-element-body{cursor:pointer;-webkit-user-select:none;user-select:none;padding:20px 25px;background-color:#ffffff14;transition:all 1s ease;border-radius:5px;display:flex;align-items:center;flex-wrap:nowrap}.expandable-element-body-expanded{background-color:#ffffff1f}.expandable-children-container{overflow:visible}.representing-icon{position:relative;width:12px;aspect-ratio:1 / 1;margin-left:auto}.representing-icon:after{content:"";position:absolute;width:100%;top:50%;transform:translateY(-50%);transform-origin:center center;background-color:#fff;height:2px;transition:all .3s ease}.representing-icon:before{content:"";position:absolute;width:100%;top:50%;transform:translateY(-50%) rotate(90deg);transform-origin:center center;background-color:#fff;height:2px;transition:all .3s ease}.representing-icon-expanded:before{transform:translateY(-50%) rotate(0)}.representing-icon-expanded:after{transform:translateY(-50%) rotate(-180deg)}.oni-text-input-container{display:flex;font-size:10px}.oni-text-input{resize:none;width:250px;color:#fff;width:95%;bottom:2px;padding:1% 1.2%;border-radius:4em;border:1.5px solid transparent;transition:all .3s ease;font-size:1.4em;--BG-Color: rgba(45,33,37, 1);--gradient-border-1: #f1a660;--gradient-border-2: #EEE8AA;background:linear-gradient(var(--BG-Color),var(--BG-Color)) padding-box,linear-gradient(90deg,var(--gradient-border-1) 0%,var(--gradient-border-2) 45%) border-box;font-family:raleway;outline:.15rem solid #5B3C36;outline-offset:.1rem}.profile-canvas-holder{width:100%;max-width:960px;margin-inline:auto;margin-block:10px}.profile-canvas{margin-inline:auto;aspect-ratio:480 / 191}.save-data-notification-container{position:fixed;width:100%;height:120px;padding:10px;left:50%;transform:translate(-50%);max-width:750px;z-index:800;overflow:hidden;bottom:0px}.save-data-notification{position:relative;width:100%;background-color:#312624;border-radius:10px;padding:15px 20px;display:flex;font-size:10px;align-items:center;filter:drop-shadow(0px 0px 10px #b23453);animation:glowAnimation 1s linear 0s infinite;animation-play-state:running}@keyframes glowAnimation{0%{filter:drop-shadow(0px 0px 5px #ff0040)}50%{filter:drop-shadow(0px 0px 3.5px #ff0040)}to{filter:drop-shadow(0px 0px 5px #ff0040)}}.save-data-paragraph{font-size:1.25em;font-weight:bolder}.save-data-buttons-container{margin-left:auto;display:flex;align-items:center;gap:20px;width:max-content;font-weight:bolder}.save-data-reset{padding:5px;background:none;border:none;cursor:pointer;text-decoration:underline;text-underline-position:5px;color:#fff;font-weight:bolder;font-size:1.5em}.save-data-reset:hover{color:#c4c4c4;transition:all .3s ease}.save-data-reset:hover:active{color:#969696}.save-data-save{position:relative;display:flex;align-items:center;justify-content:center;padding:10px;background:none;border:none;cursor:pointer;background-color:#a73350;color:#fff;border-radius:10px;font-size:1.25em;transition:background-color .3s ease}.save-data-save:hover{background-color:#913048}.save-data-save:active{background-color:#75273b}.lds-dual-ring:after{content:"";display:block;width:20px;aspect-ratio:1 / 1;border-radius:50%;border:2px solid white;border-color:white transparent white transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.my-profile-page:after{content:"";display:block;width:100%;height:150px}.patrons-profiles-container{display:flex;flex-direction:column;gap:20px;width:fit-content;margin-inline:auto;margin-top:1rem;padding:1rem 4rem;border:.2rem solid transparent;border-radius:4rem;--BG-Color: rgba(45,33,37, 1);--gradient-border-1: #f1a660;--gradient-border-2: #EEE8AA;background:linear-gradient(var(--BG-Color),var(--BG-Color)) padding-box,linear-gradient(90deg,var(--gradient-border-1) 0%,var(--gradient-border-2) 45%) border-box;font-family:raleway;outline:.15rem solid #5B3C36;outline-offset:-.5rem}.patrons-list{display:flex;align-items:center;justify-content:center;gap:4rem;flex-wrap:wrap}.patrons-container{display:flex;flex-direction:column-reverse;align-items:center;gap:5px}.patron-profile-avatar{width:100px;aspect-ratio:1 / 1;object-fit:contain;border-radius:50%;border:2px solid #E0B382;outline:2px solid #5B3C36;outline-offset:2px}.patrons-text{display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:.8rem}.patrons-header{text-align:center;width:80%}@media only screen and (max-width: 950px){.patrons-profiles-container{padding-inline:.2rem}.patrons-list{gap:1rem}}.posts-items-main-container{display:flex;flex-direction:column;width:100%;align-items:center;margin-top:20px;margin-bottom:20px;gap:20px}.post-interaction-icon{transition:all .3s ease}.posts-item-list-container{width:100%;display:flex;flex-direction:column;gap:20px;align-items:center;justify-content:center;--like-button-color: transparent }.post-item-container{background-color:#4d3535;font-family:Raleway,"sans-serif";font-size:10px;width:95%;max-width:1080px;padding:.5rem 1rem;border-radius:1rem;transition:all .3s ease}.post-item-container:hover{background-color:#584141}.date-title-separator{font-size:3em}.post-text-container{cursor:pointer}.post-item-header{display:flex;align-items:center;gap:.3rem;line-height:1}.post-item-title{font-size:2em}.post-container-date-time{position:relative;top:1px;color:#acacac;font-size:1em}.post-item-interactions-container{display:flex;gap:20px;margin-top:10px}.interaction-data-container{display:flex;align-items:center;justify-content:center;font-size:1.5em;gap:4px}.dislike-button-container{--button-color: rgb(133, 126, 88)}.like-button-container{--button-color: rgb(197, 0, 66)}.interaction-button{background:none;border:none;color:gray;transition:color ease .3s;cursor:pointer;padding-inline:2px}.interaction-button:hover{color:var(--button-color)}.post-interaction-counter{color:#fff;cursor:default}.load-more-posts-button{font-family:Raleway,"sans-serif";padding:.7rem 2rem;border-radius:1rem;outline:none;border:none;background-color:#644343;color:#fff;transition:background-color .3s ease;cursor:pointer}.load-more-posts-button:hover{background-color:#645050}.load-more-posts-button:hover:active{background-color:#503232}.load-more-posts-button:disabled{background-color:#473636!important;color:#fff!important;cursor:default}.not-found-page-container{height:calc(100dvh - 75px);display:flex;align-items:center;justify-content:center;font-family:Raleway,"sans-serif"}.page-not-found-text-container{display:flex;flex-direction:column;align-items:center;text-align:center;font-size:20px;width:95%;max-width:750px;background-color:#2d2125e6;border:.1rem solid white;border-radius:1rem;color:#e0b382}.emotes-container{display:flex;width:100%;padding-inline:2rem;margin-block:1rem;align-items:center;justify-content:space-between;font-size:2em}.username-404{font-weight:bolder}@keyframes rotateEmbelem{0%{transform:rotate(0);filter:drop-shadow(0px 0px 5px pink)}50%{filter:drop-shadow(0px 0px 15px pink)}to{transform:rotate(359deg);filter:drop-shadow(0px 0px 5px pink)}}.image-404-glow{animation:rotateEmbelem 10s linear 0s infinite forwards}.url-404-container{font-weight:bolder}.url-404-container:visited{color:#f1cba1}.flip-404-image{scale:-1 1}.emotes-container{-webkit-user-select:none;user-select:none}.emotes-container>img{max-width:60px}.server-information{position:absolute;top:0px;left:0;width:100%;padding-top:70px;height:100%;background:linear-gradient(180deg,rgba(43,32,35,.9) 0%,rgba(67,52,57,1) 100%)}.server-information-inner{padding:20px;height:100%}.oni-add-button-body{position:relative;width:40px;aspect-ratio:1 / 1;border:none;border-radius:50%;background:#5B3C36;cursor:pointer}.oni-add-button-body:hover{border:none}.oni-add-button-icon{position:relative;width:100%;overflow:hidden;aspect-ratio:1 / 1;display:grid;grid-template-rows:1;grid-template-columns:1;align-items:center;justify-items:center;transition:filter .3s ease}.oni-add-button-icon:hover{filter:drop-shadow(0px 0px 3px #c79f99)}.oni-add-button-icon:after{content:"";width:45%;background-color:#c79f99;transform:rotate(90deg);height:2.5px;transition:all .3s ease;grid-row:1;grid-column:1}.oni-add-button-icon:before{content:"";width:45%;background-color:#c79f99;height:2.5px;transform:rotate(180deg);transition:all .3s ease;grid-row:1;grid-column:1}.command-item-container{position:relative;font-size:10px;display:flex;align-content:center;justify-content:center;flex-direction:column;gap:20px;background:linear-gradient(45deg,rgb(120,20,59),rgb(137,55,78));border-radius:10px;padding:20px 10px;overflow:hidden;isolation:isolate}.command-title{font-size:3em;line-height:1;font-weight:lighter}.command-paragraph{font-size:1.5em;padding-left:10px;padding-top:10px}.edit-command-button{color:#fff;font-size:2em;padding:5px 15px;border-radius:20px;background-color:#3c3c5a;border:none;cursor:pointer;transition:all .3s ease}.edit-command-button:hover{background-color:#4b4b70}.command-item-removed{transition:all .3s ease;border:3px solid rgba(255,255,255,0)}.command-item-removed:before{content:"Restore";display:flex;align-items:center;justify-content:center;font-size:3em;position:absolute;width:100%;height:100%;background-color:#00000097;left:0;top:0;transform:translate(-100%);transition:all .2s ease}.command-item-removed:after{content:"Deleted";display:flex;align-items:center;justify-content:center;font-size:3em;position:absolute;width:100%;height:100%;background-color:#00000097;left:0;top:0;transition:all .2s ease}.command-item-removed:hover{border:3px solid white}.command-item-container:hover:before{cursor:pointer;transform:translate(0)}.command-item-container:hover:after{cursor:pointer;transform:translate(100%)}.command-item-is-prefixed{position:absolute;right:10px;top:5px;color:#48bafc;font-family:sans-serif;font-weight:bolder}.command-items-container{display:flex;gap:20px;flex-wrap:wrap}@media only screen and (max-width: 950px){.command-items-container{align-items:center;justify-content:center}}.action-items-container{display:flex;gap:10px;flex-wrap:wrap}@media only screen and (max-width: 950px){.action-items-container{align-items:center;justify-content:center}}.action-editor{font-size:10px;font-family:sans-serif}.action-item-container{color:#fff;position:relative;font-size:10px;display:flex;align-content:center;justify-content:center;flex-direction:column;gap:20px;background:rgba(255,255,255,.241);border-radius:10px;padding:20px 10px;overflow:hidden;isolation:isolate}.action-title{font-size:3em;line-height:1;font-weight:lighter}.action-paragraph{font-size:1.5em;padding-left:10px;padding-top:10px}.edit-action-button{color:#fff;font-size:2em;padding:5px 15px;border-radius:20px;background-color:#3c3c5a;border:none;cursor:pointer;transition:all .3s ease}.edit-action-button:hover{background-color:#4b4b70}.action-item-removed{transition:all .3s ease;border:3px solid rgba(255,255,255,0)}.action-item-removed:before{content:"Restore";display:flex;align-items:center;justify-content:center;font-size:3em;position:absolute;width:100%;height:100%;background-color:#00000097;left:0;top:0;transform:translate(-100%);transition:all .2s ease;z-index:4}.action-item-removed:after{content:"Deleted";display:flex;align-items:center;justify-content:center;font-size:3em;position:absolute;width:100%;height:100%;background-color:#00000097;left:0;top:0;transition:all .2s ease}.action-item-removed:hover{border:3px solid white}.action-item-container:hover:before{cursor:pointer;transform:translate(0)}.action-item-container:hover:after{cursor:pointer;transform:translate(100%)}.action-item-settings-container{display:flex;gap:20px;align-items:center;justify-content:center}.backdrop{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:#000000e1;display:flex;align-items:center;justify-content:center;z-index:950;overflow:hidden}.action-editor{max-height:90%;overflow-y:auto}.action-editor-inner-container{position:relative;display:flex;flex-direction:column;background:rgb(96,62,79);background:linear-gradient(42deg,rgba(96,62,79,1) 0%,rgba(144,108,86,1) 100%);padding:10px 20px;border-radius:10px;gap:5px}.action-editor-delete-button{font-size:2em;padding:.5em 1em;border-radius:1em;border:0px;width:100%;cursor:pointer;color:#fff;background-color:#960041;transition:all .15s ease}.action-editor-delete-button:hover{background-color:#a60f51}.action-editor-delete-button:hover:active{background-color:#7e1140}.currency-modification-type{width:100%;margin-bottom:.2rem}.currency-modification-type>:nth-child(1){width:100%}.currency-modifications-list{display:flex;flex-direction:column;gap:.5rem!important}.currency-modification-fields-action-container{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.currency-modification-container{display:flex;flex-direction:column;gap:20px;background-color:#3d3d3d;border-radius:20px;padding:15px 10px}.currency-modification-header{display:flex;align-items:center;gap:1rem}.cooldowns-main-container{display:flex;flex-direction:column;gap:.5rem}.action-response-items-container{display:flex}.action-response-items-container>*{width:50%}.respond-in-origin-channel{width:100%;display:flex;flex-direction:row;gap:1rem}.currency-modification-currency-title{display:flex;align-items:center;width:fit-content!important}.currency-modification-amount-field{display:flex;gap:.4rem;align-items:center}.currency-modification-amount-container{display:flex;align-items:center;gap:1rem}.currency-modification-footer-container{display:flex;align-items:center;justify-content:space-between}.action-editor-close-button{position:absolute;color:#fff;right:20px;top:12.5px;font-size:2em;border-radius:100%;aspect-ratio:1/1;width:30px;border:none;background-color:#ffffff32;cursor:pointer;transition:all .3s ease}.action-editor-close-button:hover{background-color:#ffffff61}.action-editor-header-container{display:flex}.command-enableable-command-adding-container{display:flex;align-items:center;justify-content:space-between;padding-inline:1rem;margin-block:1rem}.command-enableable-command-adding-container>:nth-child(1){width:90%}.commands-editor-container{padding-inline:1rem;display:flex;flex-direction:column;gap:5px}.command-enableable-editor{background-color:#97827f;border-radius:0 0 10px 10px}.command-enableable-container{display:flex;align-items:center;gap:1rem}.interjection-container{display:flex;flex-direction:column;gap:1rem;padding:10px 20px;width:95%;border-radius:30px;margin-inline:auto;background-color:#473d3c}.use-amount-generated-container{display:flex;gap:1rem;align-items:center}.curerncy-amount-to-change-container{display:flex;gap:1rem;flex-wrap:wrap}.currency-amount-field{display:flex;gap:1rem;align-items:center}.currency-interjection-currency{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.interjection-currency-count{display:flex;align-items:center}.interjections-list{display:flex;flex-direction:column;gap:10px}@media only screen and (max-width: 950px){.action-editor{font-size:7px}}.oni-drop-down{isolation:isolate;position:relative;font-size:inherit;font-family:Raleway,sans-serif;color:#fff;z-index:5}.drop-down-body{width:100%;background-color:#5b3c36;padding:10px 15px;border-radius:20px;overflow:hidden;font-size:1.2em;cursor:pointer;display:flex;align-items:center;-webkit-user-select:none;user-select:none;isolation:isolate}.drop-down-selected-title{font-size:1.5em}.drop-down-arrow{color:inherit;width:1.8em;margin-left:auto;aspect-ratio:1 / 1}.drop-down-items-list{position:absolute;width:100%;top:60%;left:0;padding-block:2em 10px;font-size:2em;border-radius:20px;background-color:#533c37;z-index:-1;overflow-y:auto;max-height:450px;scrollbar-width:auto;scrollbar-color:#b23453 transparent}.drop-down-items-list::-webkit-scrollbar{width:8px}.drop-down-items-list::-webkit-scrollbar-track{background:transparent}.drop-down-items-list::-webkit-scrollbar-thumb{background-color:#412e2a;border-radius:10px;border:0px solid #ffffff}.drop-down-item{-webkit-user-select:none;user-select:none;cursor:pointer;padding-left:20px}.drop-down-item:hover{-webkit-user-select:none;user-select:none;cursor:pointer;background-color:#2b282891}.drop-down-item-selected{background-color:#2b282859}.drop-down-search-container{display:flex;align-items:center;justify-content:center}.drop-down-search-input{position:relative;width:85%;padding:.5rem;border-radius:1rem 1rem 0rem 0rem;border:none;background-color:#533c37;color:#fff;font-size:1rem}.drop-down-search-input:focus{outline:none;border-color:#b8452b;--border-size: .2rem}.oni-edit-button-body{position:relative;width:40px;aspect-ratio:1 / 1;border:none;border-radius:50%;background:#5B3C36;cursor:pointer}.oni-edit-button-body:hover{border:none}.oni-edit-button-icon{position:relative;width:100%;overflow:hidden;aspect-ratio:1 / 1;display:grid;grid-template-rows:1;grid-template-columns:1;align-items:center;justify-items:center;transition:filter .3s ease}.oni-edit-button-icon:hover{filter:drop-shadow(0px 0px 3px #c79f99)}.oni-edit-button-icon-item{color:#c79f99;width:50%;height:50%}.oni-delete-button-body{position:relative;width:40px;aspect-ratio:1 / 1;border:none;border-radius:50%;background:#5B3C36;cursor:pointer}.oni-delete-button-body:hover{border:none}.oni-delete-button-icon{position:relative;width:100%;overflow:hidden;aspect-ratio:1 / 1;display:grid;grid-template-rows:1;grid-template-columns:1;align-items:center;justify-items:center;transition:filter .3s ease}.oni-delete-button-icon-item{color:#c79f99;width:50%;height:50%}.oni-delete-button-icon:hover{filter:drop-shadow(0px 0px 3px #c79f99)}.currency-item-header-container{display:flex;align-items:center;gap:1rem}.currency-item-container{font-size:10px;padding:20px;background-color:#4e3330;border-radius:20px;display:flex;flex-direction:column;gap:.2rem;background-color:#2d2125;border:.2rem solid #f1a660;font-family:raleway;outline:.15rem solid #5B3C36;outline-offset:-.5rem}.currency-item-icon{max-width:50px}.currency-item-data{display:flex;align-items:center;gap:10px}.currency-item-title{font-size:3em;background-color:#97827f;padding:10px 20px;border-radius:10px;line-height:1;outline:none;border:none;color:#fff;width:100%}.currency-constraints{display:flex;gap:10px;align-items:center;margin-block:4px}.currency-item-buttons-container{width:100%;display:flex}.currencies-list-container{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px}.store-item-main-container{background-color:#2d2125;border:.2rem solid #f1a660;font-family:raleway;outline:.15rem solid #5B3C36;border-radius:1.5rem;outline-offset:-.5rem}.store-item-container{position:relative;width:100%;padding:2.5rem 1rem 1rem}.store-item-data-header{display:flex;align-items:center;gap:1rem}.store-item-data-header>:nth-child(2){width:100%}.store-item-data-container{display:flex;flex-direction:column;gap:1rem}.store-item-roles-list{display:flex;align-items:center;justify-content:flex-start;gap:10px;flex-wrap:wrap;margin-block:10px}.role-container-button{display:flex;gap:10px;align-items:center}.role-container-button>:nth-child(1){width:95%}.store-item-messages-editor{display:flex;align-items:center;gap:1rem}.store-item-quantity-div{display:flex;flex-direction:row;gap:4rem}.store-item-quantity-titles{display:flex;align-items:flex-start;flex-direction:column-reverse;justify-content:center}.store-item-messages-editor-container{display:flex;flex-direction:column;gap:.5rem}.store-item-prerequisites{display:flex;flex-direction:column;background-color:#412e2a;padding:10px 15px;border-radius:15px;gap:10px}.store-item-top-controls{position:absolute;right:0px;top:.4rem;width:100%;display:flex;flex-direction:row-reverse;align-items:center;justify-content:space-between;padding-inline:1rem .5rem}.store-item-delete-button{color:#fff;background:none;border:none;cursor:pointer;border-radius:50%;aspect-ratio:1 / 1;width:30px;font-weight:bolder;font-size:2em;transition:background-color .15s ease;font-family:sans-serif}.store-item-delete-button:hover{background-color:#ffffff34}.store-item-delete-button:active:hover{background-color:#ffffffa1}.store-item-activate-container{display:flex;flex-direction:row-reverse;align-items:center;gap:1rem}.store-item-prerequisites-list{display:flex;gap:5px;flex-direction:column;align-content:center}.store-role-container{position:relative;font-family:sans-serif;display:flex;align-items:center;gap:2px;width:fit-content;border-radius:5px;padding:1px 4px;color:#fff;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none}.store-role-container:before{content:"@";font-size:1.6em}.store-role-container:after{content:"✖";display:flex;align-items:center;justify-content:center;position:absolute;background-color:#0009;width:100%;height:100%;top:0;left:0;font-size:2em;opacity:0;transition:opacity .3s ease}.store-role-container:hover:after{opacity:1}.store-prerequisite-container{display:flex;gap:.1rem;align-items:flex-start;flex-direction:column;background-color:#4e4e4e91;border-radius:10px;padding:10px;width:100%}.store-prerequisite-role-container{display:flex;gap:.5rem;align-items:center;width:100%}.store-prerequisite-role-container>:nth-child(2){width:100%}.store-prerequisite-money{display:flex;align-items:center;gap:10px}.store-prerequisite-amount-input{display:flex;align-items:center;align-self:flex-start;gap:1rem;width:100%}.store-prerequisite-money{align-items:flex-start;flex-direction:column}.store-prerequisite-currency-icon{display:flex;align-items:center}.store-prerequisite-amount-input>:nth-child(2){width:100%}.store-prerequisite-currency-drop{width:100%}.store-prerequisite-currency-drop>*{width:100%;word-break:break-all}.store-prerequisite-delete-button{align-self:flex-end}@media only screen and (max-width: 950px){.input-title{width:30%}}.embed-window{font-size:12px;border-left:.42em solid;border-radius:5px;font-family:sans-serif;max-width:550px;width:100%}.general-embed-container{display:grid;background-color:#2b2d31;border-radius:.3rem}.thumbnail-container{padding:1rem .5rem}.thumbnail-image{border-radius:.3rem}.embed-container{padding:.5rem 1rem 1rem .75rem;border-radius:5px;display:grid;gap:8px;width:100%;overflow:hidden;word-break:break-word}.author{display:flex;align-items:center;gap:8px;margin-top:8px;font-weight:700}.author>img{width:1.5em;aspect-ratio:1 / 1;border-radius:100%;object-fit:contain}.author>h1{font-family:sans-serif}.author>pre{font-family:sans-serif}.embed-images{display:grid;grid-auto-flow:column;grid-template-rows:1fr;width:100%;gap:8px;align-content:center;align-items:center}.embed-images-grid-level-1{grid-template-columns:1fr 1fr}.embed-images-grid-level-2,.embed-images-grid-level-3{grid-template-columns:1fr 1fr;grid-template-rows:0fr 1fr}.embed-image3-grid-space{grid-row:1;grid-column:3;grid-area:1 / 2;height:100%;object-fit:contain}.embed-images>img{object-fit:cover!important;width:100%;aspect-ratio:2 / 1}.field-container{margin-right:25px}.field-title{font-weight:bolder}.field-value{font-weight:100}.field-flex-container{display:flex}.footer{display:flex;align-items:center}.footer>img{width:1.2em;aspect-ratio:1 / 1;object-fit:contain;border-radius:50%;margin-right:4px}.footer>h1{font-size:.75em;font-weight:500;color:#dbdee1;line-height:1rem;white-space:break-spaces}.footer>time{display:flex;align-items:center;font-size:.7em}.timestamp-separator-dot{content:"·";font-family:inherit;font-size:1em;margin-inline:4px}.discord-text-container{white-space:pre-line}.discord-text-container b{font-weight:900}.embed-split{display:flex;flex-direction:row;padding-top:10px;position:relative}.embeds-controls-editor{display:flex;flex-direction:column;gap:5px;width:100%;max-width:1250px}.embeds-preview-control-units{position:relative;display:flex;flex-direction:column;gap:10px;width:100%;max-width:550px;margin-left:auto}.radio-button-container{display:flex;align-items:center;gap:5px;font-size:1.5em;accent-color:rgb(80,47,47)}.radio-button-container>input[type=radio]{width:18px;border:0px;aspect-ratio:1 / 1}.author-radios-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px}.embeds-head-container{display:flex;align-items:center;gap:5px}.embeds-buttons-containers{display:flex;align-items:center;justify-content:flex-end;gap:10px}.embeds-head-container>:nth-child(1){width:100%}.fields-container{padding:10px 20px}.embed-rename-unit{display:grid;grid-template-columns:1fr .2fr}.embed-rename-unit-buttons{display:flex;gap:1rem}.embed-controls-text-fields-container{display:flex;flex-direction:column;width:100%;max-width:1300px;gap:.75rem;margin-block:.5rem}.embed-control-text-field-container{display:flex;gap:1rem;align-items:center}.embed-control-text-field-label{display:flex;width:80px}.embed-control-text-field-label-tinier{width:50px}.embed-control-text-field-container>:nth-child(2){width:100%}@media only screen and (max-width: 950px){.embed-head-main-control{display:flex;flex-direction:row}.embed-split{flex-direction:column-reverse}.embeds-preview-control-units{width:100%;max-width:none}.embeds-preview-control-units{padding-inline:.8rem;margin-bottom:1rem}.embed-render-container{display:flex;align-items:center;justify-content:center}}.oni-text-area{color:#fff;border:none;padding:10px;border-radius:10px;min-width:100%;min-height:200px;background-color:#80465cb3;resize:none;font-size:1.3em;font-weight:bolder;word-spacing:1px}.oni-text-area:focus{outline:none}.field-inner-container{width:fit-content;display:flex;flex-direction:column;gap:10px;align-items:flex-start;justify-content:center;padding:1rem;margin:0rem 0rem 1rem 1rem;background-color:#2d2125;border:.2rem solid #f1a660;font-family:raleway;outline:.15rem solid #5B3C36;outline-offset:-.5rem;border-radius:1rem}.field-header-container{display:flex;flex-direction:column;align-items:center}.field-inline-option{display:flex;align-items:center;gap:10px}.field-title-value{display:flex;flex-direction:column}.xp-controllers-containers{display:flex;flex-direction:column;gap:1.5rem;padding:1rem .5rem}.xp-type-switch{display:flex;align-items:center;gap:1rem}.xp-controller-unit{display:flex;flex-direction:column;gap:.5rem}.xp-main-amount-container{display:flex;gap:1.25rem;align-items:center}.xp-amount-field-container{display:flex;gap:.5rem;align-items:center}.xp-controller-enable-linear{display:flex;flex-direction:column;gap:.4rem}.xp-levels-increment-field{display:flex;align-items:center;gap:2rem}.xp-control-main-method-unit{display:flex;flex-direction:row;gap:1rem;align-items:center}.level-up-message-data-container{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.message-level-up-embed-container{display:flex;gap:1rem;align-items:center}.message-level-up-content-container{display:flex;align-items:center;gap:1rem}.reward-roles-wrapper{padding:10px;isolation:isolate}.check-fields-container{display:flex;gap:20px;flex-wrap:wrap;flex-direction:row;margin-block:10px 20px}.check-field-header{display:flex;gap:10px;align-items:center}.level-up-message-holder{background-color:#3d2f2f;border-radius:5px;padding:15px 10px;position:relative}.level-up-message-container{display:flex;height:100%;align-self:stretch;z-index:2;align-items:center}.level-up-message-container>:nth-child(2){width:30%}.level-up-message-container>:nth-child(1){width:50%}.reward-role-add-container{display:flex;gap:1rem;align-items:center}.rewards-role-xp-container{display:flex;align-items:center;gap:1rem;width:100%}.rewards-role-xp-container>:nth-child(2){width:100%}.reward-role-add-container>:nth-child(1){width:60%;max-width:500px}.reward-role-add-container>:nth-child(2){width:30%}.currency-item-buttons-container{display:flex;align-items:center;justify-content:flex-end}.rewards-role-xp-main-container{display:flex}@media only screen and (max-width: 950px){.reward-role-add-container{flex-direction:column;align-items:flex-start}.reward-role-add-container>:nth-child(1){width:100%;max-width:unset}.rewards-role-xp-main-container{width:100%!important}}@media only screen and (max-width: 900px){.level-up-message-container{flex-wrap:wrap;gap:.4rem}.level-up-message-container>:nth-child(1){width:100%}.level-up-message-container>:nth-child(2){width:100%}}.role-display-container{display:flex;gap:14px;flex-wrap:wrap;background-color:#3d2f2f;border-radius:5px;padding:15px 10px}.role-displayer{display:flex;align-items:center;gap:20px;background:#271c21;border-radius:10em;padding:10px 20px;overflow:hidden}.role-icon{width:15px;aspect-ratio:1 / 1;border-radius:100%;background-color:#fff}.role-delete{aspect-ratio:1 / 1;width:20px;border-radius:100%;border:none}.role-name-display{display:flex;align-items:center;gap:10px}.opt-out-stacking-label{color:#fff}.role-display-control-buttons{position:relative;display:flex;gap:10px;padding-left:15px}.role-display-control-buttons:before{content:"";position:absolute;width:1px;background-color:#6b5e5e;height:1000%;filter:blur(1px);left:0;top:0;transform:translate(-100%,-50%)}@media only screen and (max-width: 500px){.role-displayer-main-container{width:100%}.role-displayer{width:100%;flex-direction:column;border-radius:2rem;gap:.5rem}.role-display-control-buttons:before{display:none}}.server-setting-window{height:100%;box-shadow:0 1px 1px #00000013,0 2px 2px #00000013,0 4px 4px #00000013,0 8px 8px #00000013,0 16px 16px #00000013;display:flex;flex-direction:column;--accent: rgb(90, 72, 78);color:#fff}nav.tab-nav{display:flex;position:relative;isolation:isolate;padding-block:1rem;align-items:center;justify-content:center;--sides-width: 60%}nav.tab-nav:after{content:"";width:var(--sides-width);display:block}.tabs{flex-grow:1;display:flex;justify-content:flex-start;align-items:flex-end;flex-wrap:nowrap;width:100%}section.tab-contents{position:relative;font-size:10px;height:100%;border-radius:10px;background:linear-gradient(180deg,rgb(48,32,41) 0%,rgb(32,25,27) 100%);font-family:Raleway;padding:20px;overflow-y:auto}section.tab-contents:after{content:"";display:block;height:80px;width:100%}ul.settings-category-ul,li.settings-category-li{list-style:none;padding:0;margin:0;font-family:Raleway,sans-serif;font-weight:500;font-size:14px;padding-block:.3rem}ul.settings-category-ul{position:relative;display:flex;width:100%;align-items:center;justify-content:center;flex-wrap:wrap}li.settings-category-li{cursor:pointer;padding-inline:20px;display:flex;justify-content:space-between;align-items:center;position:relative;-webkit-user-select:none;user-select:none;font-weight:bolder;font-size:1.7em;transition:none .5s ease;transition-property:color,filter,transform}li.selected{transform:scale(1.1)}.underline{position:absolute;bottom:0px;left:0;right:0;width:100%;height:100%;border-radius:50px;background:var(--accent);z-index:-1}.background{position:absolute;top:0;left:0;bottom:0;width:300px}.add-item{width:30px;height:30px;border-radius:50%;border:0;cursor:pointer;align-self:center}.add-item:disabled{opacity:.4;cursor:default;pointer-events:none}.server-main-information{left:0;top:0%;width:var(--sides-width);display:flex;align-items:center;gap:20px;font-family:Raleway,sans-serif}.server-display-avatar{width:70px;aspect-ratio:1 / 1;object-fit:contain;border-radius:50%;border:2px solid #E0B382;outline:2px solid #5B3C36;outline-offset:2px}.server-info-name{font-size:1.3em}.tab-content-state{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000009f;display:flex;align-items:center;justify-content:center;z-index:6}.loading-compass-container{width:75px}@media only screen and (max-width: 950px){nav.tab-nav{flex-direction:column;--sides-width: 100%;gap:.2rem;padding-top:.5rem;align-items:unset;justify-content:unset}.server-information-inner{padding-block:0}.server-main-information{align-items:center;justify-content:center;font-size:.8rem}.server-display-avatar{width:50px}ul.settings-category-ul{width:100%}li.settings-category-li{font-size:1.2rem}}@media only screen and (max-width: 950px){section.tab-contents:after{height:120px}}.variables-reference-main-container{position:absolute;bottom:0;width:100%;background-color:#161616c4;left:0;z-index:960;height:calc(100% - 70px);overflow:hidden;padding-top:2rem}.variables-reference-sub-container{position:absolute;background-color:#6e5b5b;width:90%;bottom:0;left:50%;translate:-50%;padding:0rem 1rem 1rem;overflow-y:auto;border-radius:1rem 1rem 0rem 0rem;max-height:80dvh;margin-inline:auto}.variables-sub-container-title{position:relative;width:90%;font-family:Raleway,sans-serif;left:.7rem;font-size:2em}.replaceable-items-categories{display:flex;flex-direction:column;gap:1rem}.replaceable-items-category{font-family:Raleway,sans-serif;font-size:10px;background-color:#442e29;padding:0rem 0rem .5rem;border-radius:1rem;overflow:hidden}.replaceable-items-category-title{background-color:#444;font-size:1.5rem;text-align:center}.replaceable-items-container{display:flex;flex-direction:column;justify-content:center;gap:.3rem}.replaceable-item-container{display:flex;margin-left:1rem;align-items:center;gap:.5rem;justify-content:flex-start}.replaceable-item-title{font-size:1.25rem;line-height:1;font-weight:lighter}.replaceable-item-description{font-size:.9rem;font-weight:bolder}.variables-reference-close-button{position:absolute;top:5px;right:1rem;width:35px;height:35px;font-size:1.1rem;border-radius:50%;border:none;background-color:#fff4;color:#fff;display:flex;align-items:center;justify-content:center;transition:all .3s ease;cursor:pointer}.variables-reference-close-button:hover{background-color:#fff6}.variable-reference-button{padding:1rem;font-family:Raleway,sans-serif;font-size:.7rem;font-weight:bolder;border-radius:1rem;border:none;background-color:#5b3c36;color:#fff;margin-inline:1rem;cursor:pointer;transition:all .3s ease}.variable-reference-button:hover{background-color:#855d56}@media only screen and (max-width: 950px){.replaceable-item-title{font-size:1rem}.replaceable-item-description{font-size:.6rem}}.command-editor{font-size:9px;font-family:sans-serif;max-height:90%;overflow-y:auto;max-width:900px;width:90%}.command-header-info{display:flex;gap:10px}.command-editor-container{position:relative;display:flex;flex-direction:column;background:rgb(96,62,79);background:linear-gradient(42deg,rgba(96,62,79,1) 0%,rgba(144,108,86,1) 100%);padding:10px 20px;border-radius:10px;gap:10px}.command-editor-close-button{position:absolute;color:#fff;right:20px;top:12.5px;font-size:2em;border-radius:100%;aspect-ratio:1/1;width:30px;border:none;background-color:#ffffff32;cursor:pointer;transition:all .3s ease}.command-editor-close-button:hover{background-color:#ffffff61}.aliases-section{display:flex;flex-direction:column}.aliases-container{display:flex;flex-wrap:wrap;gap:1rem;padding:.4rem 1rem}.alias-item{display:flex;gap:0px;background-color:#97827f;padding:.5rem 1rem;border-radius:.5rem}.command-response-container{display:flex;flex-wrap:wrap;gap:10px}.command-response-item{display:flex;align-items:center;gap:15px;width:fit-content;border-radius:10px;padding:.5rem 1rem;background-color:#2d2125;border:.2rem solid #f1a660;font-family:raleway;outline:.15rem solid #5B3C36;outline-offset:-.5rem}.channels-conditions{display:flex;flex-direction:column;margin-top:.2rem}.filtered-channels-input-container{display:flex;align-items:center;justify-content:flex-end;gap:1rem;width:100%}.filtered-channels-input-container>:nth-child(1){width:100%}.filtered-channels-state-contaianer-display{display:flex;flex-direction:column;gap:.5rem}.cooldown-main-container{display:flex;flex-direction:column;gap:.4rem;margin-top:.4rem}.cool-down-infinite-switch,.cool-down-options-control{display:flex;align-items:center;gap:1rem}.input-fields-cooldown-section{display:flex;gap:1rem;align-items:center}.conditions-times-used-container{display:flex;align-items:center;gap:.5rem;margin-inline:1rem}.cool-down-section-container{display:flex;align-items:center;gap:1rem}.command-editor-channel-list{display:flex;gap:1rem;padding:1rem .5rem;border-radius:.8rem;flex-wrap:wrap;background-color:#2d2125;border:.2rem solid #f1a660;font-family:raleway;outline:.15rem solid #5B3C36;outline-offset:-.5rem}.command-editor-channel-container{position:relative;font-family:sans-serif;display:flex;align-items:center;gap:2px;width:fit-content;border-radius:1rem;padding:1px 4px;color:#fff;overflow:hidden;cursor:pointer;-webkit-user-select:none;user-select:none;background:rgba(0,0,0,.705);padding:.3rem 1rem}.command-editor-channel-container:before{content:"#";font-size:2em}.command-editor-role-container:before{content:"@"}.command-editor-channel-container:after{content:"✖";display:flex;align-items:center;justify-content:center;position:absolute;background-color:#0009;width:100%;height:100%;top:0;left:0;font-size:2em;opacity:0;transition:opacity .3s ease}.command-editor-channel-container:hover:after{opacity:1}.channels-filter-main-container{display:flex;align-items:center;gap:1rem}.channels-filter-check-container{display:flex;align-items:center;width:100%;gap:1rem}.currency-modifications-list{display:flex;flex-direction:column;gap:20px}.command-editor-roles-list{display:flex;gap:1rem;padding:1rem .5rem;border-radius:.8rem;background-color:#2d2125;border:.2rem solid #f1a660;font-family:raleway;outline:.15rem solid #5B3C36;outline-offset:-.5rem;flex-wrap:wrap}.currency-modification-container{display:flex;flex-direction:column;gap:.3rem;background-color:#3d3d3d;border-radius:20px;padding:15px 10px}.currency-modification-header{display:flex;align-items:center;gap:0rem}.currency-modification-currency-title{display:flex;width:100%;flex-wrap:wrap}.currency-modification-amount-container{display:flex;align-items:center;gap:20px}.currency-modification-delete-container{margin-left:auto}.currency-modification-icon{margin-right:5%}.command-editor-delete-button{font-size:2em;padding:.5em 1em;border-radius:1em;border:0px;width:100%;cursor:pointer;color:#fff;background-color:#960041;transition:all .15s ease}.command-editor-delete-button:hover{background-color:#a60f51}.command-editor-delete-button:hover:active{background-color:#7e1140}.mentions-settings-container{width:100%}.mentions-input-container{display:flex;align-items:center;gap:1rem;width:50%}.mentions-input-container>:nth-child(2){width:50%}.mentions-settings-container{display:flex;gap:2rem}.command-conditions{display:flex;flex-direction:column;gap:.5rem;padding:.5rem}@media only screen and (max-width: 950px){.command-editor{font-size:7px}}@media only screen and (max-width: 540px){.conditions-times-used-container{margin:0}.cool-down-options-control{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.cool-down-section-container{flex-direction:column;align-items:flex-start;gap:.2rem}.input-fields-cooldown-section{display:flex;gap:1rem;align-items:center}}.main-post-view-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;padding-top:70px;z-index:333;background:linear-gradient(180deg,rgba(43,32,35,.95) 0%,rgba(67,52,57,1) 100%);overflow-y:auto}.post-view-container{width:100%;height:100%;display:flex;padding-top:7rem;justify-content:center}.post-article-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:20px}.post-article{position:relative;width:95%;max-width:1000px;padding:.5rem 1rem;border-radius:1rem;background:linear-gradient(180deg,rgb(48,32,41) 0%,rgb(32,25,27) 100%);font-family:Raleway,sans-serif;padding-bottom:20px}.post-article-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap}.post-article-title{font-size:2.5em;line-height:1.3}.post-article-time{font-size:1em}.post-article-content{max-height:60dvh;overflow-y:auto}.post-article-content{scrollbar-width:auto;scrollbar-color:#5c2d2d white}*::-webkit-scrollbar{width:6px}*::-webkit-scrollbar-track{background:#724747}*::-webkit-scrollbar-thumb{background-color:#5c2d2d;border-radius:10px;border:0px solid transparent}.post-article-content>ul>li{width:calc(100% - 20px);position:relative;left:20px}.post-article-content>ol{counter-reset:ol}.post-article-content>ol>li{display:flex;gap:.45rem}.post-article-content>ol>li:before{counter-increment:ol;content:counter(ol) "."}.article-interactions-section{position:absolute;right:0;bottom:0;display:flex;background-color:#4b292967;width:fit-content;border-radius:1rem 0rem;padding-inline:1rem;gap:2rem}.close-article-button{font-family:Raleway,"sans-serif";padding:.7rem 2rem;border-radius:1rem;outline:none;border:none;background-color:#644343;color:#fff;transition:background-color .3s ease;cursor:pointer}.close-article-button:hover{background-color:#645050}.close-article-button:hover:active{background-color:#503232}@media only screen and (max-width: 950px){.post-article-header{flex-direction:column}.post-view-container{padding-top:1rem}.post-article-title{font-size:1.8em;line-height:1.3}.post-article-time{font-size:.7em;align-self:flex-end}}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-bubble.ql-toolbar:after,.ql-bubble .ql-toolbar:after{clear:both;content:"";display:table}.ql-bubble.ql-toolbar button,.ql-bubble .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-bubble.ql-toolbar button svg,.ql-bubble .ql-toolbar button svg{float:left;height:100%}.ql-bubble.ql-toolbar button:active:hover,.ql-bubble .ql-toolbar button:active:hover{outline:none}.ql-bubble.ql-toolbar input.ql-image[type=file],.ql-bubble .ql-toolbar input.ql-image[type=file]{display:none}.ql-bubble.ql-toolbar button:hover,.ql-bubble .ql-toolbar button:hover,.ql-bubble.ql-toolbar button:focus,.ql-bubble .ql-toolbar button:focus,.ql-bubble.ql-toolbar button.ql-active,.ql-bubble .ql-toolbar button.ql-active,.ql-bubble.ql-toolbar .ql-picker-label:hover,.ql-bubble .ql-toolbar .ql-picker-label:hover,.ql-bubble.ql-toolbar .ql-picker-label.ql-active,.ql-bubble .ql-toolbar .ql-picker-label.ql-active,.ql-bubble.ql-toolbar .ql-picker-item:hover,.ql-bubble .ql-toolbar .ql-picker-item:hover,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected{color:#fff}.ql-bubble.ql-toolbar button:hover .ql-fill,.ql-bubble .ql-toolbar button:hover .ql-fill,.ql-bubble.ql-toolbar button:focus .ql-fill,.ql-bubble .ql-toolbar button:focus .ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-bubble.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-bubble.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#fff}.ql-bubble.ql-toolbar button:hover .ql-stroke,.ql-bubble .ql-toolbar button:hover .ql-stroke,.ql-bubble.ql-toolbar button:focus .ql-stroke,.ql-bubble .ql-toolbar button:focus .ql-stroke,.ql-bubble.ql-toolbar button.ql-active .ql-stroke,.ql-bubble .ql-toolbar button.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-bubble.ql-toolbar button:hover .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover .ql-stroke-miter,.ql-bubble.ql-toolbar button:focus .ql-stroke-miter,.ql-bubble .ql-toolbar button:focus .ql-stroke-miter,.ql-bubble.ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar button.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-bubble.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-bubble .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#fff}@media (pointer: coarse){.ql-bubble.ql-toolbar button:hover:not(.ql-active),.ql-bubble .ql-toolbar button:hover:not(.ql-active){color:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#ccc}.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-bubble.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-bubble .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#ccc}}.ql-bubble,.ql-bubble *{box-sizing:border-box}.ql-bubble .ql-hidden{display:none}.ql-bubble .ql-out-bottom,.ql-bubble .ql-out-top{visibility:hidden}.ql-bubble .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-bubble .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-bubble .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-bubble .ql-formats{display:inline-block;vertical-align:middle}.ql-bubble .ql-formats:after{clear:both;content:"";display:table}.ql-bubble .ql-stroke{fill:none;stroke:#ccc;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-bubble .ql-stroke-miter{fill:none;stroke:#ccc;stroke-miterlimit:10;stroke-width:2}.ql-bubble .ql-fill,.ql-bubble .ql-stroke.ql-fill{fill:#ccc}.ql-bubble .ql-empty{fill:none}.ql-bubble .ql-even{fill-rule:evenodd}.ql-bubble .ql-thin,.ql-bubble .ql-stroke.ql-thin{stroke-width:1}.ql-bubble .ql-transparent{opacity:.4}.ql-bubble .ql-direction svg:last-child{display:none}.ql-bubble .ql-direction.ql-active svg:last-child{display:inline}.ql-bubble .ql-direction.ql-active svg:first-child{display:none}.ql-bubble .ql-editor h1{font-size:2em}.ql-bubble .ql-editor h2{font-size:1.5em}.ql-bubble .ql-editor h3{font-size:1.17em}.ql-bubble .ql-editor h4{font-size:1em}.ql-bubble .ql-editor h5{font-size:.83em}.ql-bubble .ql-editor h6{font-size:.67em}.ql-bubble .ql-editor a{text-decoration:underline}.ql-bubble .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-bubble .ql-editor code,.ql-bubble .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-bubble .ql-editor img{max-width:100%}.ql-bubble .ql-picker{color:#ccc;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-bubble .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-bubble .ql-picker-label:before{display:inline-block;line-height:22px}.ql-bubble .ql-picker-options{background-color:#444;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-bubble .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-bubble .ql-picker.ql-expanded .ql-picker-label{color:#777;z-index:2}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#777}.ql-bubble .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-bubble .ql-color-picker,.ql-bubble .ql-icon-picker{width:28px}.ql-bubble .ql-color-picker .ql-picker-label,.ql-bubble .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-label svg,.ql-bubble .ql-icon-picker .ql-picker-label svg{right:4px}.ql-bubble .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-bubble .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-bubble .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-bubble .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-bubble .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-bubble .ql-picker.ql-header{width:98px}.ql-bubble .ql-picker.ql-header .ql-picker-label:before,.ql-bubble .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-bubble .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-bubble .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-bubble .ql-picker.ql-font{width:108px}.ql-bubble .ql-picker.ql-font .ql-picker-label:before,.ql-bubble .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-bubble .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-bubble .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-bubble .ql-picker.ql-size{width:98px}.ql-bubble .ql-picker.ql-size .ql-picker-label:before,.ql-bubble .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-bubble .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-bubble .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-bubble .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-bubble .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-bubble .ql-toolbar .ql-formats{margin:8px 12px 8px 0}.ql-bubble .ql-toolbar .ql-formats:first-child{margin-left:12px}.ql-bubble .ql-color-picker svg{margin:1px}.ql-bubble .ql-color-picker .ql-picker-item.ql-selected,.ql-bubble .ql-color-picker .ql-picker-item:hover{border-color:#fff}.ql-bubble .ql-tooltip{background-color:#444;border-radius:25px;color:#fff}.ql-bubble .ql-tooltip-arrow{border-left:6px solid transparent;border-right:6px solid transparent;content:" ";display:block;left:50%;margin-left:-6px;position:absolute}.ql-bubble .ql-tooltip:not(.ql-flip) .ql-tooltip-arrow{border-bottom:6px solid #444;top:-6px}.ql-bubble .ql-tooltip.ql-flip .ql-tooltip-arrow{border-top:6px solid #444;bottom:-6px}.ql-bubble .ql-tooltip.ql-editing .ql-tooltip-editor{display:block}.ql-bubble .ql-tooltip.ql-editing .ql-formats{visibility:hidden}.ql-bubble .ql-tooltip-editor{display:none}.ql-bubble .ql-tooltip-editor input[type=text]{background:transparent;border:none;color:#fff;font-size:13px;height:100%;outline:none;padding:10px 20px;position:absolute;width:100%}.ql-bubble .ql-tooltip-editor a{top:10px;position:absolute;right:20px}.ql-bubble .ql-tooltip-editor a:before{color:#ccc;content:"×";font-size:16px;font-weight:700}.ql-container.ql-bubble:not(.ql-disabled) a{position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:before{background-color:#444;border-radius:15px;top:-5px;font-size:12px;color:#fff;content:attr(href);font-weight:400;overflow:hidden;padding:5px 15px;text-decoration:none;z-index:1}.ql-container.ql-bubble:not(.ql-disabled) a:after{border-top:6px solid #444;border-left:6px solid transparent;border-right:6px solid transparent;top:0;content:" ";height:0;width:0}.ql-container.ql-bubble:not(.ql-disabled) a:before,.ql-container.ql-bubble:not(.ql-disabled) a:after{left:0;margin-left:50%;position:absolute;transform:translate(-50%,-100%);transition:visibility 0s ease .2s;visibility:hidden}.ql-container.ql-bubble:not(.ql-disabled) a:hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:hover:after{visibility:visible}.create-post-main-container{position:relative;width:95%;max-width:1000px;padding:.5rem 1rem;border-radius:1rem;background:linear-gradient(180deg,rgb(48,32,41) 0%,rgb(32,25,27) 100%);font-family:Raleway,sans-serif;padding-bottom:25px;display:flex;flex-direction:column;gap:20px}.create-post-typing{display:flex;flex-direction:column;gap:20px}.create-post-typing>:nth-child(1){font-size:.8rem;width:100%}.post-text-editor{background-color:#3f3f3f;font-family:Raleway,sans-serif;color:#fff;border-radius:.4rem}.article-creation-buttons-container{display:flex;align-items:center;justify-content:center;gap:3rem}.article-button-control{font-family:Raleway,"sans-serif";padding:.7rem 2rem;border-radius:1rem;outline:none;border:none;background-color:#644343;color:#fff;transition:background-color .3s ease;cursor:pointer;width:40%;display:flex;align-items:center;justify-content:center}.article-button-control:hover{background-color:#645050}.article-button-control:hover:active{background-color:#503232}.notifications-main-container{position:absolute;top:0;right:0;width:100%;height:100%;z-index:999;padding-top:100px;pointer-events:none}.notifications-main-container>*{pointer-events:auto;overflow:hidden}.notifications-layout-container{width:100%;height:100%;cursor:pointer;pointer-events:none;display:flex;flex-direction:column;align-items:flex-end;gap:1rem;overflow-y:auto}.notification-item-main-container{max-width:600px;pointer-events:all;font-family:sans-serif;background-color:#4f4341;width:fit-content;padding:.75rem 1.5rem;font-size:10px;border-width:.34rem;border-radius:.2rem;border-style:solid;border-color:var(--border-color);filter:drop-shadow(0px 0px .35rem var(--border-color))}.notification-item-main-container-fail{--border-color: #deb8be}.notification-item-main-container-success{--border-color: #d6b8de}.notification-item-content-container{display:flex;align-items:center;gap:.75rem}.notification-item-icon{font-size:2rem}.notification-item-text{font-size:1rem;word-break:break-all}.notification-item-bar-loader{position:absolute;bottom:0;left:0;height:.25rem;transition:transform .3s ease;filter:brightness(200%) hue-rotate(-90deg);background-color:var(--border-color)}*,*:before,*:after{box-sizing:border-box}*{margin:0;padding:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;background-image:url(https://i.ibb.co/5WBDdTk/bg.webp);background-size:cover;background-repeat:no-repeat;background-position:0% 0%;-webkit-backdrop-filter:brightness(90%);backdrop-filter:brightness(90%);color:#fff}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate;overflow-x:hidden;height:100dvh}::-moz-selection{color:#fff;background:#a40e16}::selection{color:#fff;background:#a40e16}
