:root{--theme-color: #282c40;--theme-color-dark: #1e2130;--theme-color-gold: #e6be63;--theme-red: #9b3030;--theme-red-text: #fffa;--theme-symbol-green: #B0F0B0;--theme-symbol-red: #ED9393;--theme-symbol-yellow: #EDEA93;--theme-symbol-blue: #B6CFF5;--theme-symbol-orange: #DEB376;--header-height: 50px;--gold-gradient: linear-gradient(90deg, #a47a1e, #ffd87c, #e6be69, #ffd87c, #b58f3e, #956d13);--plain-font: "darkmode-on", sans-serif;--plain-text-color: #eee}*{box-sizing:border-box;font-optical-sizing:auto;font-family:darkmode-on,sans-serif;font-style:normal}body,html{margin:0;padding:0;background-color:#fff;color:#eee;font-size:16px;line-height:1.6;height:100vh;overflow:hidden;font-weight:300}body{background:radial-gradient(circle,#242737,#1c1f2e)}#root{width:100vw;height:100vh}@media(max-width:768px){.hide-on-mobile{display:none!important}}.content-area{padding:20px 50px 100px;height:100vh;overflow:auto}.content-area::-webkit-scrollbar{width:10px}.content-area::-webkit-scrollbar-track{background:transparent}.content-area::-webkit-scrollbar-thumb{background:var(--theme-color);border-radius:10px}.content-area::-webkit-scrollbar-thumb:hover{background:var(--theme-color);cursor:pointer}.content-area .sub-title{font-size:1.5em;margin:0 0 20px}.content-area .Kategoriat{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:40px}.content-area .KategoriaHeader{width:auto;display:block;padding:0;margin:40px 20px 40px 0;font-size:1.5em;font-weight:500}.content-area .KomponentitHeader{font-weight:500}.content-area .KomponentitHeader span{font-weight:300;color:#fff7;margin-left:30px;font-size:.9em}.content-area .Komponentit{display:flex;flex-wrap:wrap;gap:20px}@media(max-width:768px){.content-area{padding:20px 20px 100px}}.Kategoria{width:190px;height:190px;display:inline-block;border-radius:10px;text-align:center;padding:0 20px;font-size:1em;vertical-align:top;cursor:pointer;background:#fff1;color:#fffc;line-height:1.3em;transition:.3s}.Kategoria img{height:120px;width:120px;object-fit:cover;margin-bottom:0}.Kategoria .Nimi{display:block}.Kategoria:hover{background:#ffffff15;transition:.3s}.contextMenuWrapper.open .Kategoria{outline:1px solid var(--theme-color-gold);transition:.3s}@media(max-width:768px){.Kategoria{width:calc(50% - 10px);padding:10px;text-align:center}.Kategoria img{height:100px;width:100px}.Kategoria .Nimi{font-size:.9em;line-height:1.2em}}.contextMenuWrapper{display:inline-block;-webkit-user-select:none;user-select:none}.contextMenu{position:fixed;top:0;left:0;background:var(--theme-color);border:1px solid var(--theme-color-dark);padding:0;box-shadow:0 0 30px #0006;z-index:1000;border-radius:7px;transition:opacity .2s ease;opacity:0;overflow:hidden;text-align:left}.contextMenuItem{display:block;padding:5px 15px;color:#fffa;background:var(--theme-color);font-size:14px;cursor:pointer;transition:background .2s ease}.contextMenuItem:hover{background:var(--theme-color-dark);transition:background .2s ease}.contextMenuItem i{margin-right:10px}.Button{background:#fff;color:#666;padding:5px 10px;border-radius:5px;transition:.3s;border:none;white-space:nowrap;cursor:pointer;vertical-align:top}.Button:hover{background-color:#ddd}.Button.dark{background:var(--theme-color);color:#fffa}.Button.with-icon i{margin-right:10px}.Button.with-icon.icon-right i{margin-left:10px}.Button.delete{background:var(--theme-red);color:var(--theme-red-text)}.Button.float-right{float:right}.Button.float-left{float:left}.Button.icon-button i{margin-right:0}.Komponentti{display:inline-block;width:350px;padding:10px 10px 0;cursor:pointer;border-radius:10px;background:#fff1;color:#fffc;transition:.3s;position:relative}.Komponentti:hover{background:#ffffff15;transition:.3s}.Komponentti img{height:70px;width:70px;object-fit:cover;vertical-align:top;border-radius:8px}.Komponentti .Nimi{height:50px;line-height:50px;margin-left:20px;width:200px;display:inline-block;color:var(--theme-color-gold)}.Komponentti .Lisatietoa{height:50px;padding-top:10px;margin-left:10px;color:#d0d0d0;width:300px;display:inline-block}.Komponentti .Maara{height:50px;line-height:50px;padding-top:10px;margin-left:10px;color:#fff8;display:inline-block;margin-right:50px}.Komponentti .Maara i{margin-right:10px}.Komponentti:hover{box-shadow:0 0 5px #0002}.Komponentti .print-btn{position:absolute;right:5px;top:5px;padding:5px 7px;transition:.3s}.Komponentti .print-btn.success{background:#1a5c1a;transition:.3s}@media(max-width:768px){.Komponentti{width:100%;padding:10px;margin-left:0}.Komponentti img{height:100px;width:100px}.Komponentti .Nimi{font-size:1em;line-height:1.2em;width:calc(100% - 120px);margin-left:10px;margin-top:30px}}.FloatButton{position:fixed}.FloatButton i{font-size:24px}.FloatButton.bottom-left{bottom:20px;left:20px}.FloatButton.bottom-right{bottom:20px;right:20px}.FloatButton.top-left{top:20px;left:20px}.FloatButton.top-right{top:20px;right:20px}.FloatButtonMain{width:40px;height:40px;background-color:var(--theme-color);color:#fffc;border:none;border-radius:50%;padding:5px;font-size:16px;cursor:pointer;box-shadow:0 4px 8px #0003;transition:.3s}.FloatButtonMain:hover{background-color:var(--theme-color-dark)}.FloatButtonOptions{position:absolute;z-index:1;overflow:hidden;max-height:0;transition:.3s;transform:scale(0)}.FloatButtonOptions.open{max-height:200px;transition:.3s;transform:scale(1)}.FloatButton.bottom-left .FloatButtonOptions{bottom:50px;left:0;transform-origin:bottom left}.FloatButton.bottom-right .FloatButtonOptions{bottom:50px;right:0;transform-origin:bottom right}.FloatButton.top-left .FloatButtonOptions{top:50px;left:0;transform-origin:top left}.FloatButton.top-right .FloatButtonOptions{top:50px;right:0;transform-origin:top right}.FloatButtonOptions button{display:block;white-space:nowrap;padding:10px;border:none;background-color:var(--theme-color);color:#fffc;text-align:left;cursor:pointer;transition:.3s;border-radius:7px;margin-bottom:10px;font-size:1em;float:right}.FloatButtonOptions button i{margin-right:10px;font-size:1em}.Modal-background.componentCard-modal{position:fixed;left:0;top:0;right:0;bottom:0;overflow:auto;background:#0009;padding:30px 0;z-index:4001}.componentCard{width:70%;margin:auto;height:auto;padding:30px 30px 0;border-radius:20px;background:#1d202e;position:relative;box-shadow:0 0 150px #0009}.componentCard .close-btn{position:absolute;right:10px;top:10px;cursor:pointer;border:0;background:none;outline:none;color:#999;font-size:1.3em}.componentCard .header{color:#999;margin-top:0;font-weight:200}.componentCard .header .arrow{padding-left:10px;padding-right:10px}.componentCard .header .id{font-size:1.1em;margin-right:30px}.componentCard .Kuvat{width:100%;margin-bottom:50px;border:2px solid transparent;transition:.3s}.componentCard .Kuva.Drag{border:2px dashed #999;border-radius:30px;padding:30px;transition:.3s}.componentCard .Kuvat .Kuva{width:200px;height:200px;border-radius:20px;margin-right:20px;margin-bottom:20px;display:inline-block;transition:.3s;position:relative}.componentCard .Kuvat .Kuva:hover:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0009;color:#fff;font-size:1.5em;display:flex;justify-content:center;align-items:center;border-radius:20px;transition:.3s}.componentCard .Kuvat .Kuva .PoistaKuva{position:absolute;top:10px;right:10px;cursor:pointer;font-size:1em;opacity:0;transition:.3s;z-index:300}.componentCard .Kuvat .Kuva:hover .PoistaKuva{opacity:1;transition:.3s}.componentCard .Kuvat .Kuva img{width:100%;height:100%;object-fit:cover;border-radius:20px;object-position:top center}.componentCard .Kuvat .LisaaKuva{display:block}.componentCard .Rivi{display:block;margin-bottom:20px}.componentCard .Rivi .Sarake{display:inline-block;vertical-align:top;margin-right:30px;min-width:300px;opacity:.8}.componentCard .Rivi .Sarake:first-of-type{width:200px;min-width:200px}.componentCard .Rivi .Sarake .LisaaOmega{vertical-align:middle;margin-left:10px}.componentCard .Rivi .Sarake input,.componentCard .Rivi .Sarake select,.componentCard .Rivi .Sarake textarea{vertical-align:middle;border:1px solid #bbb;border-radius:7px;width:250px;height:30px;padding-left:5px}.componentCard .Rivi .Sarake input.short{width:100px}.componentCard .Rivi.Lisatieto textarea{padding:5px;height:80px;width:300px}.componentCard .Rivi.Varastossa input{margin-right:10px}.componentCard .Painikkeet{height:50px;width:100%;line-height:50px;margin-top:50px}.css-1nmdiq5-menu{z-index:2000!important;color:#333!important}@media(max-width:768px){.Modal-background{padding-top:20px}.componentCard{width:96%;padding:20px;border-radius:10px}}.header-bar{height:var(--header-height);overflow:hidden;color:#fff;position:relative;width:100%;z-index:1000}.header-bar .title{font-weight:400;letter-spacing:.5px;line-height:var(--header-height);margin:0 0 0 20px;width:150px;display:inline-block;vertical-align:middle;background:linear-gradient(90deg,#a47a1e,#ffd87c,#e6be69,#ffd87c,#b58f3e,#956d13);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.header-bar .logo-container{cursor:pointer;width:600px}.header-bar .logout-btn,.header-bar .barcode-btn,.header-bar .print-btn{position:absolute;right:30px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#fff;cursor:pointer;font-size:1.3em;transition:.3s;width:30px;height:30px;border-radius:5px}.header-bar .print-btn{right:180px}.header-bar .barcode-btn{right:280px}.header-bar .logout-btn:hover,.header-bar .barcode-btn:hover,.header-bar .print-btn:hover{background:#fff1;transition:.3s}.header-bar .logo{height:30px;margin-left:30px;vertical-align:middle}.header-bar i.logo{font-size:1.8em;vertical-align:middle;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}@media(max-width:768px){.hide-on-mobile{display:none!important}.header-bar .barcode-btn{right:120px}}.login-container-background{height:100vh;width:100vw;overflow:hidden}.login-container-background .logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;opacity:0;animation:logo .5s ease-out forwards;animation-delay:.8s}.login-container-background .logo.hide{opacity:0;animation:none;transform:translate(-50%,-50%) scale(.8);transition:.3s}@keyframes logo{0%{transform:translate(-50%,-50%) scale(.8);opacity:0}to{transform:translate(-50%,-50%) scale(1);opacity:1}}.login-container{width:500px;margin:0 auto;margin-top:calc(50vh - 180px);padding:20px 40px 40px;border-radius:10px;background-color:#fff1;box-shadow:0 0 30px #0000001a;opacity:0;transform:scale(.8);transition:.3s}.login-container.visible{opacity:1;transform:scale(1);transition:.3s}.login-container h2{margin-bottom:20px;margin-top:0;width:100%;color:#fff;opacity:.8;font-weight:900;letter-spacing:1px}.login-container form input{width:100%;padding:10px;margin-bottom:10px;border-radius:5px;border:1px solid #ccc;font-size:1em;background-color:#fff3;opacity:.8}.login-container form button{width:100%;padding:10px;border-radius:5px;border:none;background-color:var(--theme-color);color:#fff;cursor:pointer;opacity:.8;transition:.3s;font-size:1em;margin-top:20px}.login-container form button:hover{opacity:1;transition:.3s}.login-container form .error{color:#f00c;margin-top:40px;background-color:#ff00001a;padding:5px 10px;border-radius:5px;border:1px solid rgba(255,0,0,.3);display:none}.login-container form .error.visible{display:block}@media(max-width:768px){.login-container{width:90%}}.Modal-background{position:fixed;left:0;top:0;right:0;bottom:0;overflow:auto;background:#0009;padding:30px 0;z-index:2000}.print-menu{width:500px;margin:auto;height:auto;padding:30px 30px 20px;border-radius:20px;background:#1d202e;position:relative;box-shadow:0 0 150px #0009}.print-menu .close-btn{position:absolute;right:10px;top:10px;cursor:pointer;border:0;background:none;outline:none;color:#999;font-size:1.3em}.print-menu .header{color:#999;margin-top:0;font-weight:200}.print-menu .contentArea{padding:10px}.print-menu .contentArea .print-area{background:#fff;display:grid;grid-template-columns:50% 50%;border-radius:7px;color:#000;align-items:center;margin-bottom:50px}.print-menu .contentArea .print-area .print-item{overflow:hidden}.print-menu .contentArea .print-area svg{vertical-align:middle}.print-menu .contentArea .print-area .text{padding-left:7px;font-size:1.7cqmin;white-space:wrap;line-height:1em;display:inline-block;vertical-align:middle;font-weight:400}.print-menu .print-table tr td:first-child{padding-right:20px}.print-menu .print-table tr td:last-child{padding-left:40px}.print-menu .print-table tr td{padding-bottom:10px}.print-menu .print-table .draghandler{cursor:move;padding:0 10px;color:#999;font-size:1.3em}@media(max-width:768px){.Modal-background{padding-top:20px}.print-menu{width:96%;padding:20px;border-radius:10px}}.SWUpdaterModal{position:fixed;bottom:20px;background:var(--theme-color-dark);color:#fff;padding:1rem 2rem;border-radius:8px;border:1px solid var(--theme-color-gold);box-shadow:#0000004d 0 0 20px;z-index:1000;left:20px;color:#fffc}.SWUpdaterModal button{margin-top:.5rem;padding:.5rem 1rem;background:var(--theme-color);color:var(--theme-color-gold);border:none;border-radius:4px;cursor:pointer;font-size:.9em}@media(max-width:768px){.SWUpdaterModal{font-size:1.3em}}.qr-scanner-frame{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--theme-color-dark);z-index:2000}.qr-scanner-frame h3{margin-left:5%;font-weight:400;position:absolute;font-size:1.3em}.qr-scanner-frame video{width:100%;height:500px;object-fit:cover;z-index:1}.qr-scanner-frame .loydetyt-koodit{padding-left:30px;background:linear-gradient(transparent 0%,var(--theme-color-dark) 250px);margin-top:-300px;height:calc(100% - 200px);position:relative;padding-top:100px;padding-right:30px;z-index:200}.qr-scanner-frame .loydetyt-koodit strong{font-size:1.1em;color:var(--theme-color-gold);margin-bottom:40px;display:block}.qr-scanner-frame .loydetyt-koodit ul{list-style:none;padding:0}.qr-scanner-frame .loydetyt-koodit ul li{margin-top:10px}.qr-scanner-frame .loydetyt-koodit ul button{font-size:1em;width:100%;background:var(--theme-color);color:#fff;border:none;padding:10px;border-radius:5px;height:38px}.qr-scanner-frame .loydetyt-koodit .bottom-buttons{position:absolute;bottom:10px;left:0;width:100%;padding:20px 30px;font-size:1em}.qr-scanner-frame .loydetyt-koodit .bottom-buttons button{font-size:1em}.qr-scanner-frame .loydetyt-koodit .bottom-buttons .tyhjenna-button{float:right}.app-menu{position:fixed;top:0;left:0;width:min(100%,500px);height:100%;background-color:#000c;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;transition:transform .2s ease-in-out;transform:translate(-100%)}.app-menu.open{transform:translate(0)}.app-menu .app-list{list-style:none;padding:0;margin:0;width:100%}.app-menu .app-list li{text-align:left;color:#fff;cursor:pointer;transition:background-color .3s;padding:15px 15px 15px 40px}.app-menu .app-list li:hover{background-color:#ffffff1a}.app-menu .app-list li.active{background-color:#fff3}.app-menu .app-list li .app-logo{width:50px;height:50px;vertical-align:middle;object-fit:contain}.app-menu .app-list li .app-icon{width:50px;height:50px;font-size:2.8em;vertical-align:middle;background:var(--gold-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.app-menu .app-list li .app-name{font-size:1.2em;font-weight:700;color:#fff;vertical-align:middle;margin-left:20px}.notes-home{padding:1rem;max-width:400px}.notes-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.notes-list{list-style:none;padding:0;margin:0}.notes-list li{border-bottom:1px solid #4b4b4b;padding:10px 0;cursor:pointer}.notes-list li:hover,.notes-list li.active{background-color:var(--theme-color)}.notes-list li p{margin:0;color:#b1b1b1;font-size:.9em}.note-editor{display:flex;flex-direction:column;width:calc(100% - 400px);padding:1rem;gap:1rem}.note-editor input[type=text]{font-size:1.2rem;padding:.5rem;border:1px solid #555;border-radius:4px;color:#eee;background-color:transparent}.note-editor textarea{min-height:300px;padding:.5rem;font-size:1rem;border:1px solid #ccc;border-radius:4px;resize:vertical}.editor-actions{display:flex;gap:1rem;justify-content:flex-end}.editor-actions button{padding:.5rem 1rem;font-size:1rem;cursor:pointer}.tiptap-editor{border:1px solid #555;border-radius:4px;padding:1rem;min-height:300px;margin-bottom:1rem;background:transparent}.tiptap-editor .tiptap{min-height:260px}.tiptap-editor .ProseMirror-focused{outline:none}.tiptap-editor ul[data-type=taskList]{list-style:none;padding:0}.tiptap-editor ul[data-type=taskList] label{height:1.2rem}.tiptap-editor li p{margin:0;color:#eee}.editor-toolbar{display:flex;gap:.5rem;margin-bottom:.75rem}.editor-toolbar button{padding:.4rem .8rem;border:1px solid #ccc;background:#f8f8f8;cursor:pointer;border-radius:4px;font-size:.9rem}.editor-toolbar button.active{background:#ddd;font-weight:700}.tiptap-editor ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5rem;padding:.2rem 0}.tiptap-editor ul[data-type=taskList] div{flex:1}.tiptap-editor ul[data-type=taskList] li:has(>div>p:has(>span[data-indent="1"])){padding-left:2rem}.tiptap-editor ul[data-type=taskList] input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.2rem;height:1.2rem;border-radius:50%;border:1px solid #666;display:inline-block;position:relative;background:transparent;cursor:pointer}.tiptap-editor ul[data-type=taskList] input[type=checkbox]:checked{background-color:#f6b800;border-color:#f6b800}.tiptap-editor ul[data-type=taskList] input[type=checkbox]:checked:after{font-family:"Font Awesome 6 Pro";content:"";color:#7a5c02;font-size:.9rem;position:absolute;top:.1rem;left:.15rem}.notes-app{height:100%}.notes-layout{display:flex;height:100vh;overflow:hidden;flex-direction:row;padding:0 100px}.notes-layout>*{flex:1;overflow-y:auto;border-right:1px solid #ddd}.note-placeholder{display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#999}.websites-app{height:100%;display:flex;gap:30px;padding:30px 30px 0}.websites-mobile-selects{display:none}.websites-app .website-list{position:absolute;top:10px;left:620px;display:flex;gap:15px;z-index:1100}.websites-app .website-list button{background-color:transparent;border:none;color:#fff;font-size:1.2em;cursor:pointer;opacity:.35;transition:.2s;font-weight:500}.websites-app .website-list button:hover,.websites-app .website-list button.active{opacity:1}.websites-app .sites-list-container{width:300px}.websites-app .sites-list-header{margin-bottom:10px;font-weight:400;margin-top:0}.websites-app .sites-list{height:80%;background:#ffffff08;width:100%;border-radius:16px;padding:10px;overflow:auto}.websites-app .sites-list .site-button{width:100%;background:#fff0;border:none;color:#fff;padding:10px;height:40px;margin-bottom:5px;border-radius:7px;text-align:left;cursor:pointer;font-size:1em;font-weight:300;transition:background .3s}.websites-app .sites-list .site-button:hover{background:#ffffff08}.websites-app .sites-list .site-button.active{background:#ffffff0d}.websites-app .site-settings-container{flex:1}.site-settings-container{padding-bottom:200px;padding-right:10px;overflow:auto}.websites-app .site-settings-header{margin-bottom:10px;font-weight:400;margin-top:0}.websites-app .site-settings-block{width:100%;background:#ffffff08;border-radius:16px;padding:10px 20px;margin-bottom:30px}.websites-app .site-settings-block h3{margin-top:0}.site-settings-container{scrollbar-color:rgba(241,241,241,.106) transparent;scrollbar-width:thin}.site-settings-field-input-row{display:flex;align-items:flex-start;justify-content:start;gap:8px}.site-settings-field-input-row>*:first-child{flex:1}.field-actions{display:flex;max-width:40px;gap:4px}.field-action{width:30px;height:30px;border-radius:7px;border:none;background:#111;cursor:pointer;font-size:18px;line-height:1}.field-action.confirm{background:var(--theme-symbol-green)}.field-action.cancel{background:var(--theme-symbol-red)}.field-actions{display:flex;align-items:center;gap:6px}.field-saving-indicator{display:inline-flex;align-items:center;gap:6px;font-size:12px;opacity:.8}.field-saving-indicator i{font-size:14px}@media(max-width:768px){.websites-app{flex-direction:column;gap:12px;padding:10px}.websites-mobile-selects{display:flex;flex-direction:column;gap:8px;width:100%;z-index:900}.websites-mobile-select{width:100%;padding:8px 10px;border-radius:10px;border:none;background:#0006;color:#fff;font-size:1em;height:40px}.websites-app .website-list,.websites-app .sites-list-container{display:none}.site-settings-container{padding-right:0;padding-bottom:80px}}.site-settings-field{margin-bottom:20px}.site-settings-field label{margin-bottom:7px;display:block}.site-settings-field input{max-width:700px;min-width:400px;padding:10px;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-size:1em;outline:none;font-weight:300}.site-settings-field textarea{max-width:700px;min-width:400px;height:200px;padding:10px;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-size:1em;outline:none;resize:none;font-weight:300}.file-input-wrapper{max-width:700px}.site-field.file-input{padding:0!important}.site-field.file-input::file-selector-button{background-color:transparent;color:var(--plain-text-color);border:0px;border-right:1px solid #ffffff33;padding:10px 15px;margin-right:20px;transition:.5s;font-weight:300;font-family:var(--plain-font)}.site-field.file-input::file-selector-button:hover{background-color:#fff1;border:0px;border-right:1px solid #ffffff33;cursor:pointer}.file-input-wrapper .file-link{margin-left:15px;color:var(--theme-link-color);font-weight:300;text-decoration:underline}.site-field.date{max-width:200px}.currency-input-wrapper{max-width:180px}.currency-input-wrapper input.currency-input{text-align:right;width:130px}.currency-input-wrapper span{margin-left:5px}.number-input,.site-field.number-input{max-width:130px;text-align:right}.site-field.dropdown{max-width:250px;padding:10px;border-radius:8px;border:none;background:#ffffff1a;color:#fff;font-size:1em;outline:none;font-weight:300}@media(max-width:768px){.site-settings-field input,.site-settings-field textarea{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.site-settings-field textarea{min-height:200px}.site-settings-field-input-row{flex-direction:column;align-items:stretch}.field-actions{max-width:100%;justify-content:flex-end}.site-field.dropdown,.site-field.date,.currency-input-wrapper,.number-input,.site-field.number-input{max-width:100%;width:100%}.file-input-wrapper{max-width:100%}}.table-field .drag-handle{cursor:grab}.table-field-renderer-modal{width:min(1200px,96vw);margin:auto;height:auto;padding:30px 30px 20px;border-radius:20px;background:#1d202e;position:relative;box-shadow:0 0 150px #0009}.table-field-renderer-modal .modal-footer{margin-top:40px;text-align:right}.site-field.table-field table{width:100%;border-collapse:separate;border-spacing:0px;font-weight:300}.site-field.table-field table th{text-align:left;border:.5px solid #ffffff1c;font-size:1em;padding:5px 10px;font-weight:300;background-color:#ffffff1c}.site-field.table-field table tr:first-of-type th:first-of-type{border-top-left-radius:10px}.site-field.table-field table tr:first-of-type th:last-of-type{border-top-right-radius:10px}.site-field.table-field table tr:last-of-type td:first-of-type{border-bottom-left-radius:10px}.site-field.table-field table tr:last-of-type td:last-of-type{border-bottom-right-radius:10px}.site-field.table-field .add-row-button{background:#ffffff08;margin-top:20px}.site-field.table-field .add-row-button:hover{background:#ffffff0d;cursor:pointer}.site-field.table-field table td{padding:7px 10px;border:1px solid #ffffff1c;border-top:0px;border-right:0px}.site-field.table-field table .icon-button{background:#ffffff08}.site-field.table-field table .icon-button:hover{background:#ffffff0d}.site-field.table-field table tr:nth-child(2n){background-color:#ffffff08}.site-field.table-field table td img{width:100px}.site-field.table-field table td a{color:var(--theme-symbol-blue);text-decoration:none}.site-field.table-field table td a:hover{text-decoration:underline}@media(max-width:768px){.table-field-renderer-modal{width:97vw;max-width:97vw;margin:auto;border-radius:10px;padding:15px;overflow-y:auto}.site-field.table-field table{font-size:.9em;display:block;overflow-x:auto}.site-field.table-field table th,.site-field.table-field table td{padding:6px 8px}.site-field.table-field table td img{width:70px;max-width:70px}}.site-field.image-input{padding:0!important;max-width:600px}.site-field.image-input img{max-width:130px;max-height:130px;border-radius:7px;margin-right:20px;vertical-align:top}.site-field.image-input input::file-selector-button{background-color:transparent;color:var(--plain-text-color);border:0px;border-right:1px solid #ffffff33;padding:10px 15px;margin-right:20px;transition:.5s;font-weight:300;font-family:var(--plain-font)}.site-field.image-input input::file-selector-button:hover{background-color:#fff1;border:0px;border-right:1px solid #ffffff33;cursor:pointer}.image-input-controls{display:inline-block;vertical-align:top}@media(max-width:768px){.site-field.image-input{max-width:100%;display:flex;gap:10px;align-items:flex-start;flex-wrap:wrap}.site-field.image-input img{max-width:100px;max-height:100px}.image-input-controls{width:100%}}.icon-picker{position:relative;display:inline-block;max-width:100px}.icon-picker-trigger{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:4px;color:#fff;border:0px solid #fff3;background:#ffffff1a;cursor:pointer}.icon-picker-trigger i{font-size:18px}.icon-picker-placeholder{font-size:12px;opacity:.7}.icon-picker-dropdown{position:absolute;top:100%;left:0;margin-top:4px;z-index:10;background:#1c1f2e;border-radius:10px;padding:6px;min-width:220px;max-height:260px;display:flex;flex-direction:column;box-shadow:0 0 40px #0000004d}.icon-picker-search{width:100%;padding:4px 6px;margin-bottom:6px;border-radius:3px;border:1px solid #333;background:#1c1f2e;color:#fff}.icon-picker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(32px,1fr));gap:4px;overflow:auto}.icon-picker-item{border:none;background:transparent;cursor:pointer;padding:4px;border-radius:3px}.icon-picker-item i{font-size:16px;color:#fff}.icon-picker-item:hover{background:#222}@media(max-width:768px){.icon-picker{max-width:100%}.icon-picker-dropdown{max-width:90vw;width:90vw}}.rich-text-editor{font-size:16px}.ql-container{font-size:1em!important}.quill{color:#fff;border-radius:8px;border:none;background:#ffffff1a}.ql-bubble .ql-editor{width:calc(100% - 40px);min-height:120px;font-size:1em}.ql-bubble .ql-tooltip{background:#111;border-color:#333}.ql-bubble .ql-tooltip .ql-picker-options{background:#111}.ql-bubble .ql-editor p{margin:20px 0 30px}.ql-bubble .ql-editor p.linebreak-true{margin:0}.ql-bubble .ql-editor img{max-width:100%;max-height:700px;height:auto}@media(max-width:768px){.quill{width:100%}.ql-bubble .ql-editor{width:calc(100% - 20px)}}/*!
* Quill Editor v2.0.2
* https://quilljs.com
* Copyright (c) 2017-2024, Slab
* 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:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.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;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;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 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}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui: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 li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.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-ui{position:absolute}.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 .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-bubble .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-bubble .ql-editor code{font-size:85%;padding:2px 4px}.ql-bubble .ql-editor .ql-code-block-container{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-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.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:not(.ql-close){position:relative;white-space:nowrap}.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):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:not(.ql-close):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:not(.ql-close):before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):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:not(.ql-close):hover:before,.ql-container.ql-bubble:not(.ql-disabled) a:not(.ql-close):hover:after{visibility:visible}.checkbox-wrapper{display:inline-flex;align-items:center;gap:8px;cursor:pointer;position:relative;max-width:50px}.checkbox-input{position:absolute;opacity:0;pointer-events:none}.checkbox-custom{width:30px;height:30px;border-radius:4px;border:0px solid #fff3;display:inline-flex;align-items:center;justify-content:center;background:#ffffff1a}.checkbox-custom:after{content:"";font-family:"Font Awesome 6 Pro";font-weight:200;font-size:1.5em;transform:scale(0);transition:transform .1s ease;color:var(--theme-symbol-green)}.checkbox-input:checked+.checkbox-custom:after{transform:scale(1)}.checkbox-input:focus-visible+.checkbox-custom{outline:1px solid #0070f3;outline-offset:2px}.escape-box-app{height:100%;display:flex;gap:60px;padding:30px 30px 0}.escape-box-app .topbar-buttons{position:fixed;top:16px;right:50vw;display:flex;z-index:1000}.escape-box-app .topbar-buttons button{font-size:1.1em;background:none;border:none;transition:.3s;background:transparent;border-radius:7px;padding:8px 12px;cursor:pointer}.escape-box-app .topbar-buttons button i{margin-right:8px}.escape-box-app .topbar-buttons button:hover{background:#ffffff08;transition:.3s}.escape-box-app .game-list-container{width:300px}.escape-box-app .game-list-header-bar{margin-bottom:10px}.escape-box-app .game-list-header-bar .filter-button{font-size:1.3em;font-weight:500;background:none;border:none;color:#fff;opacity:.35;transition:.3s;margin-right:10px;cursor:pointer}.escape-box-app .game-list-header-bar .filter-button.active,.escape-box-app .game-list-header-bar .filter-button:hover{opacity:1}.escape-box-app .game-list-header-bar .add-button{font-size:1em;font-weight:400;background:#fff0;border:none;color:#fff;float:right;width:25px;height:25px;border-radius:30px;cursor:pointer}.escape-box-app .game-list-header-bar .add-button:hover{background:#fff2;transition:.3s}.escape-box-app .game-list{height:80%;background:#ffffff08;width:100%;border-radius:16px;padding:10px;overflow:auto}.escape-box-app .game-list .game-button{width:100%;background:#fff0;border:none;color:#fff;padding:10px;height:40px;margin-bottom:5px;border-radius:7px;text-align:left;cursor:pointer;font-size:1em;font-weight:300;transition:background .3s}.escape-box-app .game-list .game-button:hover{background:#ffffff08}.escape-box-app .game-list .game-button.active{background:#ffffff0d}.escape-box-app .game-list .game-button i{margin-right:12px;width:16px;text-align:center}.escape-box-app .game-list .game-button i.idea{color:#edea93}.escape-box-app .game-list .game-button i.published{color:#b0f0b0}.escape-box-app .game-list .game-button i.removed{color:#ed9393}.escape-box-app .tilaukset-container{padding-bottom:200px;padding-right:10px;overflow:auto;flex:1}.escape-box-app .tilaukset-header-bar{margin-bottom:10px;font-weight:400;margin-top:0;display:flex}.escape-box-app .tilaukset-header-bar h2{font-size:1.3em;font-weight:500;background:none;border:none;color:#fff;flex:1;margin:0;line-height:24px}.escape-box-app .tilaukset-header-bar .filter-button{font-size:1.1em;font-weight:500;background:none;border:none;color:#fff;opacity:.35;transition:.3s;line-height:24px;cursor:pointer}.escape-box-app .tilaukset-header-bar .filter-button.active,.escape-box-app .tilaukset-header-bar .filter-button:hover{opacity:1}.escape-box-app .tilaukset-block{width:100%;background:#ffffff08;border-radius:16px;padding:10px 20px;margin-bottom:30px;min-height:500px}.escape-box-app .tilaukset-container{scrollbar-color:rgba(241,241,241,.106) rgba(255,255,255,.059);scrollbar-width:thin}.mobile-topbar{display:none}@media(max-width:768px){.escape-box-app{flex-direction:column;gap:16px;padding:16px}.escape-box-app .game-list-container{width:100%}.escape-box-app .game-list{height:auto;max-height:40vh}.escape-box-app .tilaukset-container{padding-bottom:120px}.mobile-topbar{display:flex;gap:10px;align-items:center}.mobile-section-select{flex:1;height:40px;color:#fff;font-size:1em;padding:8px 10px;border-radius:10px;border:none;background:#0006}.mobile-add{font-size:1em;font-weight:400;color:#fff;float:none!important;width:40px!important;height:40px!important;border-radius:7px!important;background:#ffffff0f!important;border:none}.escape-box-app .game-list-header-bar{display:none}.escape-box-app .tilaukset-header-bar{align-items:center}}.modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:3000;padding:50px 12px 12px;overflow:auto}.modal-card{width:min(900px,96vw);background:#1d202e;margin:auto;border-radius:18px;padding:30px;box-shadow:0 0 150px #0009}.modal-header{display:flex;align-items:center;gap:12px;margin-bottom:30px}.modal-header h3{margin:0;font-weight:500;flex:1}.icon-x{border:none;background:none;color:#fff;border-radius:10px;width:34px;height:34px;cursor:pointer}.modal-error{background:#ff00001f;border:1px solid rgba(255,0,0,.25);padding:10px;border-radius:12px;margin-bottom:12px;font-weight:300}.modal-grid>.form-row{font-weight:300;font-size:.95rem;display:block;margin-bottom:20px}.modal-grid .form-row>span:first-child{width:210px;display:inline-block;padding-right:10px}.modal-grid .form-row>.input-group{display:inline-block;vertical-align:top;line-height:28px}.modal-grid .form-row>.input-group>*{margin-bottom:10px}.modal-grid input,.modal-grid textarea,.modal-grid select{padding:10px;border-radius:10px;border:none;background:#ffffff1a;color:#fff;outline:none;display:inline-block}.modal-grid textarea{width:calc(100% - 250px);min-height:140px;resize:vertical;vertical-align:top}.modal-grid input[type=checkbox]{width:auto;margin-right:8px}.modal-grid input.short,.modal-grid select.short{width:150px}.modal-grid input.very-short,.modal-grid select.very-short{width:100px}.modal-grid input.tiny,.modal-grid select.tiny{width:50px}.modal-grid input.very-long,.modal-grid select.very-long{width:500px}.modal-grid input+.unit,.modal-grid select+.unit{margin-left:6px;display:inline-block}.modal-grid .span2{grid-column:span 2}.modal-grid .dimension-label{display:inline-block;width:80px}.modal-grid .form-row.checkbox{flex-direction:row;align-items:center;gap:10px;grid-column:span 2;margin-top:4px}.modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.modal-footer button{padding:5px 12px;border-radius:7px;cursor:pointer;background:#ffffff1f;color:#fff;border:none}.modal-footer button:disabled{opacity:.6;cursor:not-allowed}.modal-footer button i{margin-right:10px}.modal-footer button.primary{background:#fff1}.modal-footer button.danger{background:#792f2f;margin-right:auto}@media(max-width:768px){.modal-header{margin-bottom:14px}.modal-header h3{font-size:1.1rem}.modal-grid .span2{grid-column:span 1}.modal-card{padding:14px}.modal-bg{padding-top:12px}.modal-card{width:100%;padding:14px;border-radius:14px}.modal-grid>.form-row{margin-bottom:14px}.modal-grid .form-row>span:first-child{width:100%;display:block;padding-right:0;margin-bottom:6px;opacity:.9}.modal-grid .form-row>.input-group{display:block;width:100%}.modal-grid input,.modal-grid textarea,.modal-grid select{width:100%;box-sizing:border-box}.modal-grid textarea{width:100%;min-height:120px}.modal-grid input.very-long,.modal-grid select.very-long{width:100%}.modal-grid input+.unit,.modal-grid select+.unit{opacity:.75}.modal-grid .form-row.checkbox{display:block;margin-top:0}.modal-footer{position:sticky;bottom:0;padding:10px 0 0;background:linear-gradient(to top,#1d202e,#1d202e00)}.modal-footer button{height:40px}}.media-picker{--thumb-size: 110px}.media-picker{width:calc(100% - 250px);display:inline-block;vertical-align:top}.media-picker .media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px}.media-picker .media-thumb{position:relative;width:var(--thumb-size);height:var(--thumb-size);border-radius:12px;overflow:hidden;background:#ffffff0f}.media-picker .media-thumb img{width:100%;height:100%;object-fit:cover;display:block}.media-picker .video-thumb{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:6px;opacity:.9}.media-picker .video-thumb i{font-size:20px}.media-picker .media-remove{position:absolute;top:6px;right:6px;border:none;background:#00000059;color:#fff;width:26px;height:26px;border-radius:8px;cursor:pointer}.media-picker .media-add-tile{width:32px;height:32px;border-radius:6px;border:none;background:#fff1;color:#fff;cursor:pointer;transition:.3s}.media-picker .media-add-tile:hover{background:#ffffff17;transition:.3s}.media-picker .media-add-row{display:flex;gap:10px;margin-top:12px;align-items:center}.media-picker .mini-btn{padding:8px 12px;border-radius:10px;border:none;background:#ffffff24;color:#fff;cursor:pointer}.media-picker .media-thumb-actions{position:absolute;right:6px;top:6px;display:flex;gap:6px}.media-picker .media-action{border:none;background:#00000059;color:#fff;width:26px;height:26px;border-radius:8px;cursor:pointer}.media-picker .media-thumb.drag-source{opacity:.25;filter:grayscale(1)}.media-picker .media-action.danger{color:#ffdcdcf2;background:#78000059}.media-picker .media-thumb img,.media-picker .media-thumb video{-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;object-fit:cover}.media-picker .media-thumb.dragging{opacity:.25;filter:grayscale(1)}.media-picker .drop-indicator{height:4px;background:#3b82f6;border-radius:2px;margin:6px 0}.media-picker .media-tile-wrap{position:relative}.media-picker .drop-slot{width:110px;height:110px;background:#ffffff08;border:1px dashed rgba(255,255,255,.15);border-radius:14px;box-sizing:border-box;pointer-events:none}.media-picker .drop-slot.end{grid-column:1 / -1}.media-modal .media-preview{margin-top:10px;border-radius:12px;overflow:hidden;background:#ffffff0f;min-height:120px;display:flex;align-items:center;justify-content:center}.media-modal .media-preview img{width:100%;height:180px;object-fit:cover;display:block}.media-modal .media-preview-empty{opacity:.6;padding:18px}.media-modal .video-preview{display:flex;flex-direction:column;gap:6px;padding:14px;opacity:.9;text-align:center}.media-modal .video-preview i{font-size:20px}.media-modal .toggle-row{display:flex;gap:10px;margin-bottom:10px}.media-modal .toggle-row button{padding:8px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;cursor:pointer;opacity:.8}.media-modal .toggle-row button.active{background:#ffffff1f;opacity:1}.media-modal .media-thumb video{width:100%;height:100%;object-fit:cover;display:block}.media-modal .media-preview video{width:100%;height:180px;object-fit:cover;display:block}.media-modal input::file-selector-button{background-color:transparent;color:var(--plain-text-color);border:0px;border-right:1px solid #ffffff33;padding:0 15px;margin-right:20px;transition:.5s;font-weight:300;font-family:var(--plain-font)}.media-modal input::file-selector-button:hover{background-color:#fff1;border:0px;border-right:1px solid #ffffff33;cursor:pointer}.media-modal .edit-modal-footer button.secondary{background:#fff1;margin-right:auto}.media-picker .play-badge{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:#00000073;color:#fffffff2;pointer-events:none}.media-picker .play-badge i{font-size:16px;transform:translate(1px)}.media-preview-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:18px}.media-preview-card{position:relative;width:min(920px,95vw);max-height:85vh;border-radius:14px;overflow:hidden;background:#141414eb;box-shadow:0 10px 40px #00000080}.media-preview-card img,.media-preview-card video{width:100%;height:auto;display:block;max-height:85vh;object-fit:contain;background:#000}.media-preview-close{position:absolute;top:10px;right:10px;border:none;background:#00000073;color:#fff;width:34px;height:34px;border-radius:10px;cursor:pointer}@media(max-width:768px){.media-picker .media-thumb-actions{gap:4px}.media-picker .media-action{width:22px;height:22px;border-radius:6px;font-size:12px}.media-picker .play-badge{width:32px;height:32px;border-radius:10px}.media-picker,.checklist-editor,.components-editor,.docs-editor{width:100%}.modal-grid label>span:first-child{width:100%;margin-bottom:8px}.modal-grid textarea{width:100%}.media-grid{grid-template-columns:repeat(3,1fr)}.media-picker .media-thumb.drag-source{opacity:.15;filter:grayscale(1)}.media-picker .drop-slot{border:2px dashed rgba(59,130,246,.8);background:#3b82f614}}.checklist-editor{width:calc(100% - 250px);display:inline-block;vertical-align:top}.checklist-editor .checklist-row{display:flex;align-items:center;gap:10px;background:#ffffff14;padding:3px 7px;border-radius:7px;margin-bottom:10px}.checklist-editor .x-btn{width:28px;height:28px;border-radius:10px;border:none;background:none;color:#fff;cursor:pointer}.checklist-editor .checklist-text{flex:1;font-weight:300;padding-left:10px}.checklist-editor .checklist-add{display:flex;align-items:center;gap:10px;margin-top:6px}.checklist-editor .plus-btn{width:32px;height:32px;border-radius:6px;border:none;background:#fff1;color:#fff;cursor:pointer;transition:.3s}.checklist-editor .plus-btn:hover{background:#ffffff17;transition:.3s}.checklist-editor .checklist-list{display:block}.checklist-editor .checklist-row-wrap{position:relative}.checklist-editor .drop-indicator{height:2px;border-radius:2px;margin:6px 0;background:#ffffff8c;box-shadow:0 0 0 2px #ffffff14}.checklist-editor .checklist-row.dragging{opacity:.35;transform:scale(.99);filter:saturate(.9)}.checklist-editor .drag-handle{cursor:grab;opacity:.6;padding:0 6px;border-radius:8px}.checklist-editor .drag-handle:hover{opacity:1;background:#ffffff14}@media(max-width:768px){.checklist-editor{width:100%;display:block}.checklist-editor .checklist-list{width:100%}.checklist-editor .checklist-row{width:100%;padding:3px 10px;border-radius:12px;gap:0px;margin-bottom:10px}.checklist-editor .checklist-text{padding-left:0;font-size:.95rem;line-height:1.25rem;word-break:break-word}.checklist-editor .drag-handle{padding:3px 7px;border-radius:10px;opacity:.85;touch-action:none}.checklist-editor .x-btn{width:30px;height:30px;border-radius:12px;padding:0}.checklist-editor .checklist-add{width:100%;gap:10px}.checklist-editor .plus-btn{width:40px;height:40px;border-radius:12px}.checklist-editor .drop-indicator{height:4px;border-radius:4px;margin:8px 0}}.docs-editor{width:calc(100% - 250px);display:inline-block;vertical-align:top}.docs-editor .doc-row{display:flex;align-items:center;justify-items:flex-end;gap:12px;background:#ffffff14;padding:5px 12px;border-radius:7px;margin-bottom:5px}.docs-editor .doc-name{flex:1;word-break:break-all}.docs-editor .doc-actions{display:flex;align-items:center;gap:10px;flex-basis:100px}.docs-editor .doc-actions button{border:none;background:none;color:#fff;opacity:.5;cursor:pointer}.docs-editor .doc-actions button.danger{color:#ff7878f2}.docs-editor .plus-row{width:32px;height:32px;border-radius:6px;border:none;background:#fff1;color:#fff;cursor:pointer;transition:.3s}.docs-editor .plus-row:hover{background:#ffffff17;transition:.3s}.docs-editor .docs-list{display:flex;flex-direction:column;gap:6px}.docs-editor .doc-row{display:flex;align-items:center;gap:10px}.docs-editor .doc-row.dragging{opacity:.5}.docs-editor .drag-handle{cursor:grab;opacity:.4;margin-right:8px}.docs-editor .drag-handle:active{cursor:grabbing}.drop-indicator{height:2px;border-radius:2px;background:#ffffff59;margin:2px 0}.docs-edit-modal .toggle-row{display:flex;gap:0px;border:1px solid #ffffff11;border-radius:10px;width:300px}.docs-edit-modal .toggle-row button{flex:1;padding:8px;border-radius:10px;background:transparent;border:none;color:#fff;cursor:pointer}.docs-edit-modal .toggle-row button:hover{background:#ffffff0a;transition:.3s}.docs-edit-modal .toggle-row button.active{background:#ffffff1a}.docs-edit-modal input::file-selector-button{background-color:transparent;color:var(--plain-text-color);border:0px;border-right:1px solid #ffffff33;padding:0 15px;margin-right:20px;transition:.5s;font-weight:300;font-family:var(--plain-font)}.docs-edit-modal input::file-selector-button:hover{background-color:#fff1;border:0px;border-right:1px solid #ffffff33;cursor:pointer}.docs-edit-modal .edit-modal-footer button{padding:5px 12px;border-radius:7px;border:none;cursor:pointer;background:#fff1;color:#fff;font-weight:300;border:0px}.docs-edit-modal .edit-modal-footer button i{margin-right:10px}.docs-edit-modal .edit-modal-footer button.secondary{background:#fff1;margin-right:auto}.docs-editor .doc-actions .menu-btn{display:none}@media(max-width:768px){.docs-editor{width:100%}.docs-editor .doc-actions .menu-btn{display:inline-flex}.docs-editor .doc-row{flex-direction:row;align-items:center;gap:10px;padding:10px}.docs-editor .doc-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.docs-editor .doc-actions{flex-basis:auto;gap:6px;position:relative}.docs-editor .doc-actions .icon-btn{display:none}.docs-editor .doc-actions .menu-btn{display:inline-flex;width:34px;height:34px;border-radius:10px;border:none;color:#fff;cursor:pointer;align-items:center;justify-content:center}}.docs-editor .doc-menu{position:absolute;right:0;top:calc(100% + 6px);min-width:170px;background:#1d202e;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:6px;z-index:50;box-shadow:0 10px 40px #0006}.docs-editor .doc-menu button{width:100%;text-align:left;padding:10px;border-radius:10px;border:none;background:transparent;color:#fff;cursor:pointer;opacity:.9}.docs-editor .doc-menu button:hover{background:#ffffff14}.docs-editor .doc-menu button.danger{color:#ff7878f2}.docs-editor .doc-menu button i{margin-right:10px}.components-editor{width:calc(100% - 250px);display:inline-block;vertical-align:top}.components-editor .component-row{display:flex;align-items:center;gap:12px;background:#ffffff14;padding:3px 12px;border-radius:7px;margin-bottom:10px}.components-editor .component-name{flex:1}.components-editor .component-meta{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:44px;margin-left:auto}.components-editor .component-qty{display:inline-flex;align-items:baseline;gap:4px;padding:2px 8px;border-radius:999px;background:#ffffff0f;font-weight:400;font-size:.85rem;line-height:1;white-space:nowrap;font-variant-numeric:tabular-nums}.components-editor .component-qty .unit{opacity:.65;font-weight:300;font-size:.78em}.components-editor .component-stock{display:inline-flex;align-items:center;justify-content:center;width:24px;height:20px;border-radius:10px}.components-editor .component-stock i{font-size:12px;line-height:1;opacity:.9}.components-editor .stock-dot{width:8px;height:8px;border-radius:999px;display:inline-block}.components-editor .isOnWarehouse.notEnough{color:#bf8383}.components-editor .isOnWarehouse.justEnough{color:#c7c47b}.components-editor .isOnWarehouse.much{color:#88c792}.components-editor .isOnWarehouse.unknown{color:#ffffff59}.components-editor .component-actions{display:flex;align-items:center;gap:0px;min-width:100px;justify-content:flex-end}.components-editor .component-actions{display:flex;align-items:center;justify-content:flex-end;gap:0px;min-width:100px;position:relative}.components-editor .actions-desktop{display:flex;gap:0px}.components-editor .actions-mobile{display:none;position:relative}.components-editor .icon-btn.menu-btn{opacity:.75}.components-editor .actions-popover{position:absolute;right:0;top:calc(100% + 8px);background:#1d202e;border:1px solid rgba(255,255,255,.12);border-radius:12px;box-shadow:0 20px 60px #0000008c;padding:6px;min-width:160px;z-index:20}.components-editor .popover-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;border:none;background:transparent;color:#fff;cursor:pointer;text-align:left;font-weight:300}.components-editor .popover-item:hover{background:#ffffff14}.components-editor .popover-item:disabled{opacity:.45;cursor:not-allowed}.components-editor .popover-item.danger{color:#ffaaaaf2}.components-editor .icon-btn{opacity:.5;width:30px;height:30px;border-radius:10px;background:transparent;border:0px;color:#fff;cursor:pointer}.components-editor .icon-btn:disabled{opacity:.35;cursor:not-allowed}.components-editor .icon-btn.danger{border-color:#ff505059;color:#ff7878f2}.components-editor .plus-row{width:32px;height:32px;border-radius:6px;border:none;background:#fff1;color:#fff;cursor:pointer;transition:.3s}.components-editor .plus-row:hover{background:#ffffff17;transition:.3s}.components-editor .drag-handle{cursor:grab;opacity:.4;margin-right:8px}.components-editor .component-row.dragging{opacity:.5}.components-editor .drop-indicator{height:2px;border-radius:2px;background:#ffffff59;margin:2px 0}.picker-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:4000;padding:60px 12px 12px;display:flex;align-items:flex-start;justify-content:center}.picker-modal-card{width:min(720px,96vw);background:#1d202e;border-radius:18px;padding:18px;box-shadow:0 0 150px #0009}.picker-modal-card .picker-modal-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.picker-modal-card .picker-modal-header h4{margin:0;font-weight:500;flex:1}.component-picker-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px;border-radius:10px;border:none;background:#ffffff1a;color:#fff;cursor:pointer;text-align:left}.edit-modal-bg{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:3100;padding:12px;display:flex;align-items:center;justify-content:center}.edit-modal-bg .edit-modal-card{width:min(720px,96vw);background:#1d202e;border-radius:18px;padding:18px;box-shadow:0 0 150px #0009}.edit-modal-bg .edit-modal-header{display:flex;align-items:center;gap:12px;margin-bottom:14px}.edit-modal-bg .edit-modal-header h4{margin:0;font-weight:500;flex:1}.edit-modal-bg .edit-modal-body{display:flex;flex-direction:column;gap:14px}.edit-modal-bg .edit-field{display:flex;flex-direction:column;gap:6px;font-weight:300}.edit-modal-bg .qty-row{display:flex;align-items:center;gap:8px}.edit-modal-bg .edit-modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:36px}.edit-modal-bg .edit-modal-footer button{padding:5px 12px;border-radius:7px;border:none;cursor:pointer;background:#fff1;color:#fff;font-weight:300;border:0px}.edit-modal-bg .edit-modal-footer button i{margin-right:10px}.edit-modal-bg .edit-modal-footer button.secondary{background:#fff1}.edit-modal-bg .edit-modal-footer button.danger{background:#792f2f;margin-right:auto}@media(max-width:768px){.components-editor{width:100%;display:block}.components-editor .component-row{align-items:stretch;width:100%;padding:12px;border-radius:12px;gap:10px}.components-editor .component-name{font-size:.95rem;line-height:1.25rem;word-break:break-word;padding-top:5px}.components-editor .component-qty,.components-editor .component-actions{justify-content:flex-start;min-width:0}.components-editor .icon-btn{width:40px;height:40px;border-radius:12px;opacity:.85}.components-editor .drag-handle{padding:10px;border-radius:10px;opacity:.85;margin-right:0;touch-action:none}.components-editor .plus-row{width:40px;height:40px;border-radius:12px}.components-editor .component-row .component-stock{margin-left:0}.components-editor .drop-indicator{height:4px;border-radius:4px;margin:6px 0}.components-editor .actions-desktop{display:none}.components-editor .actions-mobile{display:block}.components-editor .component-row{padding:2px 5px;gap:10px}.components-editor .icon-btn.menu-btn{width:30px;height:30px;border-radius:12px;font-size:1em;opacity:.9}.components-editor .component-name{min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical}}.hier-picker{display:flex;flex-direction:column;gap:10px}.hier-picker .hier-picker-header input{width:100%;padding:10px;border-radius:10px;border:none;background:#ffffff1a;color:#fff}.hier-picker .hier-picker-body{max-height:400px;overflow:auto;display:flex;flex-direction:column;gap:6px;padding-right:5px}.hier-picker .hier-picker-body{scrollbar-color:rgba(241,241,241,.106) transparent;scrollbar-width:thin}.hier-picker .picker-row{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;cursor:pointer;background:#ffffff0f}.hier-picker .picker-row:hover{background:#ffffff1f}.hier-picker .back-row{background:none;border:none;color:#fff;opacity:.7;cursor:pointer;margin-bottom:6px;text-align:left}.hier-picker .empty{opacity:.6;font-weight:300;padding:10px}.colorFieldInline .colorChip{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#0000002e;color:#fff;cursor:pointer}.colorFieldInline .colorChip:disabled{opacity:.5;cursor:not-allowed}.colorFieldInline .colorSwatch{width:20px;height:20px;border-radius:6px;border:1px solid rgba(255,255,255,.2)}.colorFieldInline .colorCode{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:12px;opacity:.9}.colorFieldInline .colorIcon{margin-left:auto;opacity:.9}.colorFieldInline .colorOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:grid;place-items:center;z-index:9999}.colorFieldInline .colorModal{width:min(360px,calc(100vw - 24px));background:#0b1220;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:12px;box-shadow:0 20px 60px #0009}.colorFieldInline .colorModalHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.colorFieldInline .colorModalTitle{font-weight:600;color:#fff}.colorFieldInline .colorClose{border:0;background:transparent;color:#fff;cursor:pointer;opacity:.85}.colorFieldInline .colorPresets{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.colorFieldInline .colorPreset{width:22px;height:22px;border-radius:6px;border:1px solid rgba(255,255,255,.18);cursor:pointer}.colorFieldInline .colorHexRow{display:flex;gap:8px;align-items:center;margin-top:10px}.colorFieldInline .colorHex{flex:1;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff}.colorFieldInline{position:relative}.colorFieldInline .colorPopover{position:absolute;left:0;width:360px;max-width:calc(100vw - 24px);background:#0b1220;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:12px;box-shadow:0 20px 60px #0009;z-index:1000}.colorFieldInline .colorPopover.bottom{top:calc(100% + 8px)}.colorFieldInline .colorPopover.top{bottom:calc(100% + 8px)}.colorFieldInline .colorPopoverHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.colorFieldInline .colorPopoverTitle{font-weight:600;color:#fff}.colorFieldInline .colorOk{padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff1a;color:#fff;cursor:pointer}.blockPop{position:absolute;width:340px;max-width:calc(100vw - 24px);background:#0b1220;border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:12px;box-shadow:0 20px 60px #0009;z-index:6000}.blockPop.bottom,.blockPop.top{top:8px;left:0}.blockPopHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.blockPopTitle{font-weight:700;color:#fff}.blockPopClose{border:0;background:transparent;color:#fff;cursor:pointer;opacity:.85}.blockPopGrid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.blockPopBtn{background:#ffffff10;border:1px solid rgba(255,255,255,.1);color:#fff;padding:10px;border-radius:12px;cursor:pointer}.blockPopBtn:hover{background:#ffffff14}.email-meta-bar{display:block;margin-top:10px;margin-bottom:20px}.email-meta-bar .colorFieldInline{width:150px;display:inline-block;vertical-align:middle}.email-meta-bar label{margin-right:20px}.email-meta-bar label span,.email-meta-bar .metaField span{margin-right:10px;vertical-align:middle}.email-meta-bar input{border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;padding:7px 10px;vertical-align:middle}.email-meta-bar input.long{width:500px}.email-meta-bar .metaField{display:inline-block;vertical-align:middle}:root{color-scheme:dark}.email-editor-app{min-height:100vh;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:#0b1220;color:#e2e8f0}.email-editor-app .topbar{align-items:center;justify-content:space-between;padding:0 14px;top:0;width:100%}.email-editor-app .brand{font-weight:700;letter-spacing:.2px}.email-editor-app .topActions{display:flex;gap:10px;float:right}.email-editor-app .topBtn{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;padding:8px 10px;border-radius:10px;cursor:pointer}.email-editor-app .grid{display:grid;grid-template-columns:340px 360px 1fr;gap:12px;padding:12px}.email-editor-app .col{display:flex;flex-direction:column;gap:12px;min-width:0}.email-editor-app .panel{background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:12px}.email-editor-app .panelTitle{font-weight:700;margin-bottom:10px;opacity:.9}.email-editor-app .sectionTitle{font-weight:700;margin:10px 0 6px;opacity:.9}.email-editor-app .muted{opacity:.7;font-size:12px}.email-editor-app .palette{display:grid;grid-template-columns:1fr 1fr;gap:8px}.email-editor-app .paletteBtn{background:#ffffff10;border:1px solid rgba(255,255,255,.1);color:#fff;padding:10px;border-radius:12px;cursor:pointer}.email-editor-app .paletteBtn:hover{background:#ffffff14}.email-editor-app .canvasList{display:flex;flex-direction:column;gap:8px}.email-editor-app .row{display:flex;align-items:center;gap:10px;background:#00000040;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:10px;cursor:pointer}.email-editor-app .rowSelected{outline:2px solid rgba(59,130,246,.8)}.email-editor-app .rowDrag{opacity:.7;cursor:grab;-webkit-user-select:none;user-select:none}.email-editor-app .rowBody{min-width:0;flex:1}.email-editor-app .rowType{font-weight:700;font-size:12px;opacity:.9}.email-editor-app .rowSummary{font-size:12px;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.email-editor-app .rowDel{background:transparent;border:none;color:#fff;opacity:.65;cursor:pointer}.email-editor-app .rowDel:hover{opacity:1}.email-editor-app .field{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.email-editor-app .fieldLabel{font-size:12px;opacity:.8}.email-editor-app .fieldInput,.email-editor-app .fieldTextarea{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;padding:10px}.email-editor-app .fieldTextarea{min-height:96px;resize:vertical}.email-editor-app .kv{display:flex;flex-direction:column;gap:8px;margin-top:8px}.email-editor-app .kvRow{display:flex;gap:8px;align-items:center}.email-editor-app .miniBtn{background:#ffffff10;border:1px solid rgba(255,255,255,.1);color:#fff;padding:8px 10px;border-radius:10px;cursor:pointer}.email-editor-app .previewFrame{width:100%;height:calc(100vh - 108px);border:0;border-radius:14px;background:#111827}.email-editor-app .panelHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.email-editor-app .panelAddBtn{background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#fff;width:34px;height:34px;border-radius:10px;cursor:pointer;display:grid;place-items:center}.email-editor-app .panelAddBtn:hover{background:#ffffff18}@media(max-width:1100px){.email-editor-app .grid{grid-template-columns:1fr}.email-editor-app .previewFrame{height:520px}}.emailModalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:9999;padding:18px}.emailModal{width:min(1500px,100%);height:min(860px,100%);background:#0b1220;border:1px solid rgba(255,255,255,.08);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;position:relative}.emailModalHeader{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.08)}.emailModalTitle{font-weight:700;color:#fff}.emailModalClose{background:transparent;border:0;color:#fff;cursor:pointer;padding:8px 10px}.emailModalBody{flex:1;overflow:auto}.email-template-input-wrapper .et-label{opacity:.8;display:inline-block;width:400px}.email-template-input-wrapper .et-button{padding:5px 20px;height:32px;border-radius:6px;border:none;background:#fff1;color:#fffd;cursor:pointer;transition:.3s}.email-template-input-wrapper .et-button:hover{background:#ffffff17;transition:.3s}.ebSettingsBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9999;display:grid;place-items:center;overflow:auto}.ebSettingsModal{width:min(980px,calc(100vw - 24px));background:#0b1220;border:1px solid rgba(255,255,255,.12);border-radius:16px;box-shadow:0 20px 70px #0009;display:flex;flex-direction:column;overflow:visible}.ebSettingsModal .ebSettingsHeader{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,.1)}.ebSettingsModal .ebSettingsTitle{font-weight:500;color:#fff;opacity:.7}.ebSettingsModal .ebSettingsClose{border:0;background:transparent;color:#fff;cursor:pointer;opacity:.85}.ebSettingsModal .ebSettingsBody{padding:14px;overflow:visible;color:#e2e8f0;font-size:1em}.ebSettingsModal .ebSettingsSectionTitle{font-weight:500;opacity:.9;margin:8px 0 10px}.ebSettingsModal .emailTemplatesTable{border-collapse:collapse;margin-top:30px;margin-bottom:70px}.ebSettingsModal .emailTemplatesTable tr td{padding:8px 12px}.ebSettingsModal .emailTemplatesTable tr:nth-child(odd){background:#ffffff0a}.ebSettingsModal .emailTemplatesTable tr:hover{background:#ffffff0f}.email-template-input-wrapper{display:inline-block;margin-right:20px}.ebSettingsModal .ebField{display:flex;flex-direction:row;gap:6px;margin-bottom:10px}.ebSettingsModal .ebFieldLabel{opacity:.8;display:inline-block;width:400px;line-height:35px}.ebSettingsModal .ebFieldInput{width:100%;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#fff;padding:10px;height:35px;margin-left:20px}.ebSettingsModal .ebFieldInput.very-short{width:80px}.ebSettingsModal .unit{margin-left:10px;line-height:35px}.ebSettingsModal .ebSettingsFooter{padding:20px;text-align:right}.ebSettingsModal .ebSettingsFooter button{padding:5px 12px;height:32px;border-radius:6px;border:none;background:#fff1;color:#fffd;cursor:pointer;transition:.3s}.ebSettingsModal .ebSettingsFooter button i{margin-right:8px}.ebSettingsModal .ebSettingsFooter button:hover{background:#ffffff17;transition:.3s}.ebSettingsModal .infoTip{position:relative;display:inline-flex;align-items:center;margin-left:8px;color:#ffffffbf;cursor:help}.ebSettingsModal .infoTip:hover,.ebSettingsModal .infoTip:focus-within{color:#fffffff2}.ebSettingsModal .infoTipBubble{position:absolute;left:0;top:calc(100% + 8px);min-width:260px;max-width:420px;padding:10px 12px;border-radius:12px;background:#0b1220;border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 55px #0000008c;color:#e2e8f0;font-size:12px;line-height:1.35;z-index:2000;opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .12s ease,transform .12s ease}.ebSettingsModal .infoTip:hover .infoTipBubble,.ebSettingsModal .infoTip:focus-within .infoTipBubble{opacity:1;transform:translateY(0)}.ebSettingsModal .infoTipBubble:before{content:"";position:absolute;top:-6px;left:10px;width:10px;height:10px;background:#0b1220;border-left:1px solid rgba(255,255,255,.12);border-top:1px solid rgba(255,255,255,.12);transform:rotate(45deg)}.settings-app{height:100%;display:flex;gap:30px;padding:30px 30px 0}.settings-app .tabs-container{max-width:300px;height:80%;background:#ffffff08;border-radius:16px;padding:10px;overflow:auto;flex:1}.settings-app .tabs-container .tab-button{width:100%;background:#fff0;border:none;color:#fff;padding:10px;height:40px;margin-bottom:5px;border-radius:7px;text-align:left;cursor:pointer;font-size:1em;font-weight:300;transition:background .3s}.settings-app .tabs-container .tab-button:hover{background:#ffffff08}.settings-app .tabs-container .tab-button.active{background:#ffffff0d}.settings-app .settings-view-container{overflow:auto;flex:1;background:#ffffff08;border-radius:16px;padding:10px 20px;margin-bottom:30px}.tabs-mobile{display:none;width:100%}.tabs-select{width:100%;padding:10px;border-radius:12px;border:none;background:#ffffff14;color:#fff;outline:none;font-weight:300}.tabs-select option{background:#1d202e;color:#fff}@media(max-width:768px){.settings-app{flex-direction:column;gap:12px;padding:12px}.tabs-mobile{display:block}.settings-app .tabs-container{display:none}.settings-app .settings-view-container{margin-bottom:0;padding:12px}}.account-settings h2{margin-top:0;margin-bottom:20px;font-weight:400}.account-info{margin-bottom:30px;font-weight:300}.account-info .label{opacity:.7;margin-right:8px}.password-form{max-width:400px;display:flex;flex-direction:column;gap:12px}.password-form label{display:flex;flex-direction:column;font-weight:300;font-size:.95rem}.password-form input{margin-top:4px;padding:8px 10px;border-radius:8px;border:none;background:#ffffff1a;color:#fff;outline:none}.password-form button{margin-top:10px;align-self:flex-start;padding:8px 16px;border-radius:8px;border:none;background:#ffffff26;color:#fff;cursor:pointer;font-weight:400}.password-form button:hover:not(:disabled){background:#ffffff40}.settings-error{margin-top:10px;color:#ff8a8a;font-size:.9rem}.settings-success{margin-top:10px;color:#8affb0;font-size:.9rem}.users-settings h2{margin-top:0;margin-bottom:20px;font-weight:400}.users-layout{display:flex;gap:30px;align-items:flex-start}.users-list{flex:1.2;overflow:auto}.users-list table{width:100%;border-collapse:collapse;font-weight:300;font-size:.95rem}.users-list th,.users-list td{border-bottom:1px solid rgba(255,255,255,.15);padding:6px 8px}.users-list th{text-align:left;font-weight:400;background:#ffffff0d}.users-list button{padding:4px 8px;border-radius:6px;border:none;background:#ffffff26;color:#fff;cursor:pointer;font-size:.85rem}.users-list button:hover{background:#ffffff40}.users-side{flex:1;display:flex;flex-direction:column;gap:20px}.user-create form,.user-edit{display:flex;flex-direction:column;gap:10px}.user-create label,.user-edit label{display:flex;flex-direction:column;font-weight:300;font-size:.95rem}.user-create input,.user-create select,.user-edit input,.user-edit select{margin-top:4px;padding:8px 10px;border-radius:8px;border:none;background:#ffffff1a;color:#fff;outline:none}.user-create button,.user-edit-actions button,.user-reset-password button{margin-top:6px;align-self:flex-start;padding:6px 12px;border-radius:8px;border:none;background:#ffffff26;color:#fff;cursor:pointer;font-size:.9rem}.user-edit-actions button.secondary{background:transparent;border:1px solid rgba(255,255,255,.25)}.user-create button:hover,.user-edit-actions button:hover,.user-reset-password button:hover{background:#ffffff40}.users-modal-body label.checkbox-inline{display:inline-flex;align-items:center;gap:8px;margin-top:4px;flex-direction:row}.users-modal-body label.checkbox-inline input[type=checkbox]{width:18px;height:18px}.user-reset-password h4{margin-top:20px;margin-bottom:6px;font-weight:400}@media(max-width:768px){.users-layout{flex-direction:column}}.users-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.users-header .primary{padding:8px 12px;border-radius:10px;border:none;background:#ffffff26;color:#fff;cursor:pointer}.users-header .primary:hover{background:#ffffff40}.users-modal{width:min(720px,96vw);margin:auto;background:#1d202e;border-radius:16px;padding:18px;box-shadow:0 0 150px #0009}.users-modal-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.users-modal-header h3{margin:0;font-weight:400}.icon-close{border:none;background:transparent;color:#fff;cursor:pointer;font-size:18px;opacity:.8}.icon-close:hover{opacity:1}.users-modal-body{display:flex;flex-direction:column;gap:10px}.users-modal-body label{display:flex;flex-direction:column;font-weight:300;font-size:.95rem}.users-modal-body input,.users-modal-body select,.users-modal-section input{margin-top:4px;padding:10px 12px;border-radius:10px;border:none;background:#ffffff1a;color:#fff;outline:none}.users-modal-footer{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}.users-modal-footer .secondary{background:transparent;border:1px solid rgba(255,255,255,.25);color:#fff;padding:8px 12px;border-radius:10px;cursor:pointer}.users-modal-footer .primary{background:#ffffff26;border:none;color:#fff;padding:8px 12px;border-radius:10px;cursor:pointer}.users-modal-footer .primary:hover{background:#ffffff40}.users-modal-section{margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12)}.users-modal-section h4{margin:0 0 8px;font-weight:400}.reset-row{display:flex;gap:10px;align-items:center}.reset-row input{flex:1}.reset-row button{padding:10px 12px;border-radius:10px;border:none;background:#ffffff26;color:#fff;cursor:pointer}.reset-row button:hover{background:#ffffff40}@media(max-width:768px){.users-list table{font-size:.9rem}.reset-row{flex-direction:column;align-items:stretch}}.Page404{display:flex;justify-content:center;align-items:center;height:100vh;font-size:2em;color:#b1b1b1;background-color:var(--theme-color-dark);text-align:center}
