@charset "UTF-8";.choices{position:relative;overflow:hidden;margin-bottom:24px;font-size:16px}.choices:focus{outline:0}.choices:last-child{margin-bottom:0}.choices.is-open{overflow:visible}.choices.is-disabled .choices__inner,.choices.is-disabled .choices__input{background-color:#eaeaea;cursor:not-allowed;-webkit-user-select:none;user-select:none}.choices.is-disabled .choices__item{cursor:not-allowed}.choices [hidden]{display:none!important}.choices[data-type*=select-one]{cursor:pointer}.choices[data-type*=select-one] .choices__inner{padding-bottom:7.5px}.choices[data-type*=select-one] .choices__input{display:block;width:100%;padding:10px;border-bottom:1px solid #ddd;background-color:#fff;margin:0}.choices[data-type*=select-one] .choices__button{background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);padding:0;background-size:8px;position:absolute;top:50%;right:0;margin-top:-10px;margin-right:25px;height:20px;width:20px;border-radius:10em;opacity:.25}.choices[data-type*=select-one] .choices__button:focus,.choices[data-type*=select-one] .choices__button:hover{opacity:1}.choices[data-type*=select-one] .choices__button:focus{box-shadow:0 0 0 2px #005f75}.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button{display:none}.choices[data-type*=select-one]:after{content:"";height:0;width:0;border-style:solid;border-color:#333 transparent transparent;border-width:5px;position:absolute;right:11.5px;top:50%;margin-top:-2.5px;pointer-events:none}.choices[data-type*=select-one].is-open:after{border-color:transparent transparent #333;margin-top:-7.5px}.choices[data-type*=select-one][dir=rtl]:after{left:11.5px;right:auto}.choices[data-type*=select-one][dir=rtl] .choices__button{right:auto;left:0;margin-left:25px;margin-right:0}.choices[data-type*=select-multiple] .choices__inner,.choices[data-type*=text] .choices__inner{cursor:text}.choices[data-type*=select-multiple] .choices__button,.choices[data-type*=text] .choices__button{position:relative;display:inline-block;margin:0 -4px 0 8px;padding-left:16px;border-left:1px solid #003642;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);background-size:8px;width:8px;line-height:1;opacity:.75;border-radius:0}.choices[data-type*=select-multiple] .choices__button:focus,.choices[data-type*=select-multiple] .choices__button:hover,.choices[data-type*=text] .choices__button:focus,.choices[data-type*=text] .choices__button:hover{opacity:1}.choices__inner{display:inline-block;vertical-align:top;width:100%;background-color:#f9f9f9;padding:7.5px 7.5px 3.75px;border:1px solid #ddd;border-radius:2.5px;font-size:14px;min-height:44px;overflow:hidden}.is-focused .choices__inner,.is-open .choices__inner{border-color:#b7b7b7}.is-open .choices__inner{border-radius:2.5px 2.5px 0 0}.is-flipped.is-open .choices__inner{border-radius:0 0 2.5px 2.5px}.choices__list{margin:0;padding-left:0;list-style:none}.choices__list--single{display:inline-block;padding:4px 16px 4px 4px;width:100%}[dir=rtl] .choices__list--single{padding-right:4px;padding-left:16px}.choices__list--single .choices__item{width:100%}.choices__list--multiple{display:inline}.choices__list--multiple .choices__item{display:inline-block;vertical-align:middle;border-radius:20px;padding:4px 10px;font-size:12px;font-weight:500;margin-right:3.75px;margin-bottom:3.75px;background-color:#005f75;border:1px solid #004a5c;color:#fff;word-break:break-all;box-sizing:border-box}.choices__list--multiple .choices__item[data-deletable]{padding-right:5px}[dir=rtl] .choices__list--multiple .choices__item{margin-right:0;margin-left:3.75px}.choices__list--multiple .choices__item.is-highlighted{background-color:#004a5c;border:1px solid #003642}.is-disabled .choices__list--multiple .choices__item{background-color:#aaa;border:1px solid #919191}.choices__list--dropdown,.choices__list[aria-expanded]{display:none;z-index:1;position:absolute;width:100%;background-color:#fff;border:1px solid #ddd;top:100%;margin-top:-1px;border-bottom-left-radius:2.5px;border-bottom-right-radius:2.5px;overflow:hidden;word-break:break-all}.is-active.choices__list--dropdown,.is-active.choices__list[aria-expanded]{display:block}.is-open .choices__list--dropdown,.is-open .choices__list[aria-expanded]{border-color:#b7b7b7}.is-flipped .choices__list--dropdown,.is-flipped .choices__list[aria-expanded]{top:auto;bottom:100%;margin-top:0;margin-bottom:-1px;border-radius:.25rem .25rem 0 0}.choices__list--dropdown .choices__list,.choices__list[aria-expanded] .choices__list{position:relative;max-height:300px;overflow:auto;-webkit-overflow-scrolling:touch;will-change:scroll-position}.choices__list--dropdown .choices__item,.choices__list[aria-expanded] .choices__item{position:relative;padding:10px;font-size:14px}[dir=rtl] .choices__list--dropdown .choices__item,[dir=rtl] .choices__list[aria-expanded] .choices__item{text-align:right}@media(min-width:640px){.choices__list--dropdown .choices__item--selectable[data-select-text],.choices__list[aria-expanded] .choices__item--selectable[data-select-text]{padding-right:100px}.choices__list--dropdown .choices__item--selectable[data-select-text]:after,.choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{content:attr(data-select-text);font-size:12px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%)}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text],[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]{text-align:right;padding-left:100px;padding-right:10px}[dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]:after,[dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]:after{right:auto;left:10px}}.choices__list--dropdown .choices__item--selectable.is-highlighted,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted{background-color:#f2f2f2}.choices__list--dropdown .choices__item--selectable.is-highlighted:after,.choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after{opacity:.5}.choices__item{cursor:default}.choices__item--selectable{cursor:pointer}.choices__item--disabled{cursor:not-allowed;-webkit-user-select:none;user-select:none;opacity:.5}.choices__heading{font-weight:600;font-size:12px;padding:10px;border-bottom:1px solid #f7f7f7;color:gray}.choices__button{text-indent:-9999px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background-color:transparent;background-repeat:no-repeat;background-position:center;cursor:pointer}.choices__button:focus,.choices__input:focus{outline:0}.choices__input{display:inline-block;vertical-align:baseline;background-color:#f9f9f9;font-size:14px;margin-bottom:5px;border:0;border-radius:0;max-width:100%;padding:4px 0 4px 2px}.choices__input::-webkit-search-cancel-button,.choices__input::-webkit-search-decoration,.choices__input::-webkit-search-results-button,.choices__input::-webkit-search-results-decoration{display:none}.choices__input::-ms-clear,.choices__input::-ms-reveal{display:none;width:0;height:0}[dir=rtl] .choices__input{padding-right:2px;padding-left:0}.choices__placeholder{opacity:.5}trix-editor{border:1px solid #bbb;border-radius:3px;margin:0;padding:.4em .6em;min-height:5em;outline:none}trix-toolbar *{box-sizing:border-box}trix-toolbar .trix-button-row{display:flex;flex-wrap:nowrap;justify-content:space-between;overflow-x:auto}trix-toolbar .trix-button-group{display:flex;margin-bottom:10px;border:1px solid #bbb;border-top-color:#ccc;border-bottom-color:#888;border-radius:3px}trix-toolbar .trix-button-group:not(:first-child){margin-left:1.5vw}@media(max-width:768px){trix-toolbar .trix-button-group:not(:first-child){margin-left:0}}trix-toolbar .trix-button-group-spacer{flex-grow:1}@media(max-width:768px){trix-toolbar .trix-button-group-spacer{display:none}}trix-toolbar .trix-button{position:relative;float:left;color:#0009;font-size:.75em;font-weight:600;white-space:nowrap;padding:0 .5em;margin:0;outline:none;border:none;border-bottom:1px solid #ddd;border-radius:0;background:transparent}trix-toolbar .trix-button:not(:first-child){border-left:1px solid #ccc}trix-toolbar .trix-button.trix-active{background:#cbeefa;color:#000}trix-toolbar .trix-button:not(:disabled){cursor:pointer}trix-toolbar .trix-button:disabled{color:#00000020}@media(max-width:768px){trix-toolbar .trix-button{letter-spacing:-.01em;padding:0 .3em}}trix-toolbar .trix-button--icon{font-size:inherit;width:2.6em;height:1.6em;max-width:calc(.8em + 4vw);text-indent:-9999px}@media(max-width:768px){trix-toolbar .trix-button--icon{height:2em;max-width:calc(.8em + 3.5vw)}}trix-toolbar .trix-button--icon:before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.6;content:"";background-position:center;background-repeat:no-repeat;background-size:contain}@media(max-width:768px){trix-toolbar .trix-button--icon:before{right:6%;left:6%}}trix-toolbar .trix-button--icon.trix-active:before{opacity:1}trix-toolbar .trix-button--icon:disabled:before{opacity:.125}trix-toolbar .trix-button--icon-attach:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%2018V7.5c0-2.25%203-2.25%203%200V18c0%204.125-6%204.125-6%200V7.5c0-6.375%209-6.375%209%200V18%22%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E);top:8%;bottom:4%}trix-toolbar .trix-button--icon-bold:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.522%2019.242a.5.5%200%200%201-.5-.5V5.35a.5.5%200%200%201%20.5-.5h5.783c1.347%200%202.46.345%203.24.982.783.64%201.216%201.562%201.216%202.683%200%201.13-.587%202.129-1.476%202.71a.35.35%200%200%200%20.049.613c1.259.56%202.101%201.742%202.101%203.22%200%201.282-.483%202.334-1.363%203.063-.876.726-2.132%201.12-3.66%201.12h-5.89ZM9.27%207.347v3.362h1.97c.766%200%201.347-.17%201.733-.464.38-.291.587-.716.587-1.27%200-.53-.183-.928-.513-1.198-.334-.273-.838-.43-1.505-.43H9.27Zm0%205.606v3.791h2.389c.832%200%201.448-.177%201.853-.497.399-.315.614-.786.614-1.423%200-.62-.22-1.077-.63-1.385-.418-.313-1.053-.486-1.905-.486H9.27Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-italic:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%205h6.5v2h-2.23l-2.31%2010H13v2H6v-2h2.461l2.306-10H9V5Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-link:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M18.948%205.258a4.337%204.337%200%200%200-6.108%200L11.217%206.87a.993.993%200%200%200%200%201.41c.392.39%201.027.39%201.418%200l1.623-1.613a2.323%202.323%200%200%201%203.271%200%202.29%202.29%200%200%201%200%203.251l-2.393%202.38a3.021%203.021%200%200%201-4.255%200l-.05-.049a1.007%201.007%200%200%200-1.418%200%20.993.993%200%200%200%200%201.41l.05.049a5.036%205.036%200%200%200%207.091%200l2.394-2.38a4.275%204.275%200%200%200%200-6.072Zm-13.683%2013.6a4.337%204.337%200%200%200%206.108%200l1.262-1.255a.993.993%200%200%200%200-1.41%201.007%201.007%200%200%200-1.418%200L9.954%2017.45a2.323%202.323%200%200%201-3.27%200%202.29%202.29%200%200%201%200-3.251l2.344-2.331a2.579%202.579%200%200%201%203.631%200c.392.39%201.027.39%201.419%200a.993.993%200%200%200%200-1.41%204.593%204.593%200%200%200-6.468%200l-2.345%202.33a4.275%204.275%200%200%200%200%206.072Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-strike:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%2014.986c.088%202.647%202.246%204.258%205.635%204.258%203.496%200%205.713-1.728%205.713-4.463%200-.275-.02-.536-.062-.781h-3.461c.398.293.573.654.573%201.123%200%201.035-1.074%201.787-2.646%201.787-1.563%200-2.773-.762-2.91-1.924H6ZM6.432%2010h3.763c-.632-.314-.914-.715-.914-1.273%200-1.045.977-1.739%202.432-1.739%201.475%200%202.52.723%202.617%201.914h2.764c-.05-2.548-2.11-4.238-5.39-4.238-3.145%200-5.392%201.719-5.392%204.316%200%20.363.04.703.12%201.02ZM4%2011a1%201%200%201%200%200%202h15a1%201%200%201%200%200-2H4Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-quote:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M4.581%208.471c.44-.5%201.056-.834%201.758-.995C8.074%207.17%209.201%207.822%2010%208.752c1.354%201.578%201.33%203.555.394%205.277-.941%201.731-2.788%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.121-.49.16-.764.294-.286.567-.566.791-.835.222-.266.413-.54.524-.815.113-.28.156-.597.026-.908-.128-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.674-2.7c0-.905.283-1.59.72-2.088Zm9.419%200c.44-.5%201.055-.834%201.758-.995%201.734-.306%202.862.346%203.66%201.276%201.355%201.578%201.33%203.555.395%205.277-.941%201.731-2.789%203.163-4.988%203.56a.622.622%200%200%201-.653-.317c-.113-.205-.122-.49.16-.764.294-.286.567-.566.791-.835.222-.266.412-.54.523-.815.114-.28.157-.597.026-.908-.127-.303-.39-.524-.72-.69a3.02%203.02%200%200%201-1.672-2.701c0-.905.283-1.59.72-2.088Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-heading-1:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21.5%207.5v-3h-12v3H14v13h3v-13h4.5ZM9%2013.5h3.5v-3h-10v3H6v7h3v-7Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-code:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.293%2011.293a1%201%200%200%200%200%201.414l4%204a1%201%200%201%200%201.414-1.414L5.414%2012l3.293-3.293a1%201%200%200%200-1.414-1.414l-4%204Zm13.414%205.414%204-4a1%201%200%200%200%200-1.414l-4-4a1%201%200%201%200-1.414%201.414L18.586%2012l-3.293%203.293a1%201%200%200%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-bullet-list:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%207.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203ZM8%206a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-2.5-5a1.5%201.5%200%201%201-3%200%201.5%201.5%200%200%201%203%200ZM5%2019.5a1.5%201.5%200%201%200%200-3%201.5%201.5%200%200%200%200%203Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-number-list:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%204h2v4H4V5H3V4Zm5%202a1%201%200%200%201%201-1h11a1%201%200%201%201%200%202H9a1%201%200%200%201-1-1Zm1%205a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm0%206a1%201%200%201%200%200%202h11a1%201%200%201%200%200-2H9Zm-3.5-7H6v1l-1.5%202H6v1H3v-1l1.667-2H3v-1h2.5ZM3%2017v-1h3v4H3v-1h2v-.5H4v-1h1V17H3Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-undo:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3%2014a1%201%200%200%200%201%201h6a1%201%200%201%200%200-2H6.257c2.247-2.764%205.151-3.668%207.579-3.264%202.589.432%204.739%202.356%205.174%205.405a1%201%200%200%200%201.98-.283c-.564-3.95-3.415-6.526-6.825-7.095C11.084%207.25%207.63%208.377%205%2011.39V8a1%201%200%200%200-2%200v6Zm2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-redo:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M21%2014a1%201%200%200%201-1%201h-6a1%201%200%201%201%200-2h3.743c-2.247-2.764-5.151-3.668-7.579-3.264-2.589.432-4.739%202.356-5.174%205.405a1%201%200%200%201-1.98-.283c.564-3.95%203.415-6.526%206.826-7.095%203.08-.513%206.534.614%209.164%203.626V8a1%201%200%201%201%202%200v6Zm-2-1Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-decrease-nesting-level:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-3.707-5.707a1%201%200%200%200%200%201.414l2%202a1%201%200%201%200%201.414-1.414L4.414%2012l1.293-1.293a1%201%200%200%200-1.414-1.414l-2%202Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-button--icon-increase-nesting-level:before{background-image:url(data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M5%206a1%201%200%200%201%201-1h12a1%201%200%201%201%200%202H6a1%201%200%200%201-1-1Zm4%205a1%201%200%201%200%200%202h9a1%201%200%201%200%200-2H9Zm-3%206a1%201%200%201%200%200%202h12a1%201%200%201%200%200-2H6Zm-2.293-2.293%202-2a1%201%200%200%200%200-1.414l-2-2a1%201%200%201%200-1.414%201.414L3.586%2012l-1.293%201.293a1%201%200%201%200%201.414%201.414Z%22%20fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E)}trix-toolbar .trix-dialogs{position:relative}trix-toolbar .trix-dialog{position:absolute;top:0;left:0;right:0;font-size:.75em;padding:15px 10px;background:#fff;box-shadow:0 .3em 1em #ccc;border-top:2px solid #888;border-radius:5px;z-index:5}trix-toolbar .trix-input--dialog{font-size:inherit;font-weight:400;padding:.5em .8em;margin:0 10px 0 0;border-radius:3px;border:1px solid #bbb;background-color:#fff;box-shadow:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-toolbar .trix-input--dialog.validate:invalid{box-shadow:red 0 0 1.5px 1px}trix-toolbar .trix-button--dialog{font-size:inherit;padding:.5em;border-bottom:none}trix-toolbar .trix-dialog--link{max-width:600px}trix-toolbar .trix-dialog__link-fields{display:flex;align-items:baseline}trix-toolbar .trix-dialog__link-fields .trix-input{flex:1}trix-toolbar .trix-dialog__link-fields .trix-button-group{flex:0 0 content;margin:0}trix-editor [data-trix-mutable]:not(.attachment__caption-editor){-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}trix-editor [data-trix-mutable] ::-moz-selection,trix-editor [data-trix-mutable]::-moz-selection,trix-editor [data-trix-cursor-target]::-moz-selection{background:none}trix-editor [data-trix-mutable] ::selection,trix-editor [data-trix-mutable]::selection,trix-editor [data-trix-cursor-target]::selection{background:none}trix-editor [data-trix-mutable].attachment__caption-editor:focus::-moz-selection{background:highlight}trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection{background:highlight}trix-editor [data-trix-mutable].attachment.attachment--file{box-shadow:0 0 0 2px highlight;border-color:transparent}trix-editor [data-trix-mutable].attachment img{box-shadow:0 0 0 2px highlight}trix-editor .attachment{position:relative}trix-editor .attachment:hover{cursor:default}trix-editor .attachment--preview .attachment__caption:hover{cursor:text}trix-editor .attachment__progress{position:absolute;z-index:1;height:20px;top:calc(50% - 10px);left:5%;width:90%;opacity:.9;transition:opacity .2s ease-in}trix-editor .attachment__progress[value="100"]{opacity:0}trix-editor .attachment__caption-editor{display:inline-block;width:100%;margin:0;padding:0;font-size:inherit;font-family:inherit;line-height:inherit;color:inherit;text-align:center;vertical-align:top;border:none;outline:none;-webkit-appearance:none;-moz-appearance:none}trix-editor .attachment__toolbar{position:absolute;z-index:1;top:-.9em;left:0;width:100%;text-align:center}trix-editor .trix-button-group{display:inline-flex}trix-editor .trix-button{position:relative;float:left;color:#666;white-space:nowrap;font-size:80%;padding:0 .8em;margin:0;outline:none;border:none;border-radius:0;background:transparent}trix-editor .trix-button:not(:first-child){border-left:1px solid #ccc}trix-editor .trix-button.trix-active{background:#cbeefa}trix-editor .trix-button:not(:disabled){cursor:pointer}trix-editor .trix-button--remove{text-indent:-9999px;display:inline-block;padding:0;outline:none;width:1.8em;height:1.8em;line-height:1.8em;border-radius:50%;background-color:#fff;border:2px solid highlight;box-shadow:1px 1px 6px #00000040}trix-editor .trix-button--remove:before{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.7;content:"";background-image:url(data:image/svg+xml,%3Csvg%20height%3D%2224%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41%2017.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%22%2F%3E%3Cpath%20d%3D%22M0%200h24v24H0z%22%20fill%3D%22none%22%2F%3E%3C%2Fsvg%3E);background-position:center;background-repeat:no-repeat;background-size:90%}trix-editor .trix-button--remove:hover{border-color:#333}trix-editor .trix-button--remove:hover:before{opacity:1}trix-editor .attachment__metadata-container{position:relative}trix-editor .attachment__metadata{position:absolute;left:50%;top:2em;transform:translate(-50%);max-width:90%;padding:.1em .6em;font-size:.8em;color:#fff;background-color:#000000b3;border-radius:3px}trix-editor .attachment__metadata .attachment__name{display:inline-block;max-width:100%;vertical-align:bottom;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}trix-editor .attachment__metadata .attachment__size{margin-left:.2em;white-space:nowrap}.trix-content{line-height:1.5;overflow-wrap:break-word;word-break:break-word}.trix-content *{box-sizing:border-box;margin:0;padding:0}.trix-content h1{font-size:1.2em;line-height:1.2}.trix-content blockquote{border:0 solid #ccc;border-left-width:.3em;margin-left:.3em;padding-left:.6em}.trix-content [dir=rtl] blockquote,.trix-content blockquote[dir=rtl]{border-width:0;border-right-width:.3em;margin-right:.3em;padding-right:.6em}.trix-content li{margin-left:1em}.trix-content [dir=rtl] li{margin-right:1em}.trix-content pre{display:inline-block;width:100%;vertical-align:top;font-family:monospace;font-size:.9em;padding:.5em;white-space:pre;background-color:#eee;overflow-x:auto}.trix-content img{max-width:100%;height:auto}.trix-content .attachment{display:inline-block;position:relative;max-width:100%}.trix-content .attachment a{color:inherit;text-decoration:none}.trix-content .attachment a:hover,.trix-content .attachment a:visited:hover{color:inherit}.trix-content .attachment__caption{text-align:center}.trix-content .attachment__caption .attachment__name+.attachment__size:before{content:" •"}.trix-content .attachment--preview{width:100%;text-align:center}.trix-content .attachment--preview .attachment__caption{color:#666;font-size:.9em;line-height:1.2}.trix-content .attachment--file{color:#333;line-height:1;margin:0 2px 2px;padding:.4em 1em;border:1px solid #bbb;border-radius:5px}.trix-content .attachment-gallery{display:flex;flex-wrap:wrap;position:relative}.trix-content .attachment-gallery .attachment{flex:1 0 33%;padding:0 .5em;max-width:33%}.trix-content .attachment-gallery.attachment-gallery--2 .attachment,.trix-content .attachment-gallery.attachment-gallery--4 .attachment{flex-basis:50%;max-width:50%}.stats-filters{position:sticky;top:72px;z-index:5}@media(max-width:767.98px){.stats-filters{position:static}}.stats-tabs{border-radius:16px}.stats-tabs .card-header{border-bottom:1px solid rgba(15,23,42,.08)}.stats-tabs-nav .nav-link{border-radius:999px;color:#334155;background:#0f172a0a}.stats-tabs-nav .nav-link.active{color:#0d6efd;background:#0d6efd1f;font-weight:600}.stats-chart-card .btn-group .btn{min-width:88px}.stats-chart{position:relative;height:240px}.stats-table table{font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.92rem;line-height:1.35;letter-spacing:0}.stats-table thead th{font-size:.78rem;text-transform:uppercase;letter-spacing:.6px;color:#5f6b7a;padding:.7rem .9rem}.stats-table tbody td{color:#1f2937;padding:.65rem .9rem}.stats-table th{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;padding-right:1.4rem}.stats-table th .sort-indicator{display:inline-block;width:0;height:0;margin-left:6px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:6px solid #cbd5e1;vertical-align:middle;transition:transform .15s ease,border-top-color .15s ease,border-bottom-color .15s ease}.stats-table th.sort-asc .sort-indicator{border-top:0;border-bottom:6px solid #94a3b8}.stats-table th.sort-desc .sort-indicator{border-top-color:#94a3b8}.stats-link{color:#0f172a;text-decoration:none;border-bottom:1px dashed rgba(15,23,42,.35);transition:color .15s ease,border-color .15s ease}.stats-link:hover{color:#0d6efd;border-bottom-color:#0d6efd99}.stats-panel{border-radius:12px;background:#fff;box-shadow:0 4px 12px #0f172a14}.stats-panel-header{padding:.65rem .9rem;border-bottom:1px solid rgba(15,23,42,.06);font-size:.78rem;text-transform:uppercase;letter-spacing:.6px;color:#64748b;background:linear-gradient(180deg,#f8fafc,#fff);border-top-left-radius:12px;border-top-right-radius:12px}.stats-table{max-height:360px;overflow:auto}.stats-table.stats-table-auto{max-height:none;overflow:visible}.stats-table td:first-child{max-width:320px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-action-row{cursor:pointer;transition:background-color .15s ease}.stats-action-row.is-expanded td{background-color:#f1f5f9}.stats-action-row:hover td{background-color:#f8fafc}.stats-action-caret{display:inline-block;margin-left:.35rem;font-size:.7rem;color:#94a3b8;transition:transform .15s ease,color .15s ease;transform:translateY(-1px)}.stats-action-row.is-expanded .stats-action-caret{transform:rotate(180deg) translateY(1px);color:#475569}.stats-action-details td{background:#f8fafc;padding:0;border-top:1px solid rgba(15,23,42,.06)}.stats-subtable{padding:.35rem .65rem .65rem}.stats-subtable table{font-size:.84rem;background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #0f172a0f}.stats-subtable thead th{font-size:.72rem;color:#64748b;text-transform:uppercase;letter-spacing:.4px;background:#f8fafc}.stats-subtable tbody tr:nth-child(2n) td{background:#fbfdff}.stats-subtable td:first-child{max-width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stats-subtable-toggle{margin-top:.35rem;color:#0f172a;text-decoration:none}.stats-subtable-toggle:hover,.stats-subtable-toggle:focus{color:#0d6efd;text-decoration:underline}.stats-metric{padding:.25rem .75rem;border-left:2px solid rgba(13,110,253,.2)}@media(max-width:991.98px){.stats-metric{border-left:0;border-top:2px solid rgba(13,110,253,.2);padding-top:.5rem}}.leads-management-table thead th{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em}.lead-status-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:.75rem;min-width:min(100%,520px)}.lead-status-summary-card{display:flex;align-items:center;justify-content:space-between;padding:.7rem .8rem;border:1px dashed rgba(15,23,42,.16);border-radius:.8rem;background:#f8fbff}.lead-status-summary-title{font-size:.78rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.lead-status-summary-value{font-size:1.35rem;font-weight:700;line-height:1;margin-top:.15rem}.lead-status-summary-icon{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem}.lead-status-summary-icon.icon-success{background:#22c55e1f;color:#16a34a}.lead-status-summary-icon.icon-warning{background:#f59e0b26;color:#d97706}.lead-status-summary-icon.icon-danger{background:#ef44441f;color:#dc2626}.bulk-selection-link{color:rgba(var(--primary),1);font-weight:600;text-decoration:underline;text-underline-offset:2px}.bulk-selection-link:hover{color:rgba(var(--primary),.85)}.flatpickr-calendar{border-radius:10px;box-shadow:var(--box-shadow);border:1px solid rgba(var(--secondary),.2)}.flatpickr-calendar .flatpickr-months{border-bottom:1px solid var(--border_color);padding-bottom:10px}.flatpickr-calendar .flatpickr-current-month .numInputWrapper:hover,.flatpickr-calendar .flatpickr-current-month .flatpickr-monthDropdown-months:hover{background-color:transparent}.flatpickr-calendar .flatpickr-day.selected,.flatpickr-calendar .flatpickr-day.today{background-color:rgba(var(--primary),1);color:var(--white);border:none}.flatpickr-calendar .flatpickr-prev-month svg,.flatpickr-calendar .flatpickr-next-month svg{width:20px;height:20px;padding:5px}.flatpickr-calendar .flatpickr-prev-month:hover svg,.flatpickr-calendar .flatpickr-next-month:hover svg{background-color:rgba(var(--light),.2);border-radius:50px;fill:var(--dark)}.leads-management-table .icon-btn{width:32px;height:32px;padding:0;display:inline-flex;align-items:center;justify-content:center}.leads-management-table thead .js-bulk-status{min-height:42px;padding:.45rem 1rem;display:inline-flex;align-items:center}.leads-management-table tbody tr td{border-top:1px solid rgba(15,23,42,.08)}.lead-card{padding:.75rem;border:1px solid rgba(15,23,42,.12);border-radius:.75rem;background:#f8fbff}.lead-card-top{display:grid;grid-template-columns:.74fr 1.26fr;gap:.35rem .6rem;align-items:start}.lead-card-top-right{display:flex;align-items:center;justify-content:space-between;gap:.5rem;border-left:1px solid rgba(15,23,42,.12);padding-left:.55rem}.lead-widget-label{white-space:nowrap}.lead-card-grid{display:grid;grid-template-columns:.74fr 1.26fr;gap:.35rem .6rem;margin-top:.5rem;font-size:.86rem}.lead-card-grid>div:nth-child(2n){border-left:1px solid rgba(15,23,42,.12);padding-left:.55rem}.lead-card-url{color:var(--font-color);text-decoration:none;word-break:break-word}.lead-card-url:hover{color:rgba(var(--primary),1);text-decoration:underline}.lead-conversation{display:flex;flex-direction:column;gap:.4rem;padding-top:.25rem}.lead-chat-row{display:flex}.lead-chat-row.is-user{justify-content:flex-end}.lead-chat-row.is-assistant{justify-content:flex-start}.lead-chat-bubble{max-width:82%;padding:.45rem .6rem;border-radius:.75rem;border:1px solid rgba(15,23,42,.12);background:#fff}.lead-chat-row.is-user .lead-chat-bubble{background:#eef6ff}.lead-chat-row.is-assistant .lead-chat-bubble{background:#f8fafc}.lead-chat-role{font-size:.7rem;font-weight:600;color:#64748b;margin-bottom:.15rem;text-transform:uppercase;letter-spacing:.03em}.lead-chat-text{white-space:pre-wrap;word-break:break-word}.lead-action-panel{display:inline-flex;flex-direction:column;justify-content:center;gap:.35rem;padding:.45rem;border:1px solid rgba(15,23,42,.12);border-radius:.75rem;background:#f8fbff;min-height:96px;height:96px}.lead-select-panel{display:inline-flex;align-items:center;justify-content:center;padding:.45rem;border:1px solid rgba(15,23,42,.12);border-radius:.75rem;background:#f8fbff;min-height:96px;height:96px;width:42px;margin-left:auto}.lead-select-panel-head{min-height:42px;height:42px;width:42px;margin-left:auto}.leads-management-table thead th.lead-select-cell,.leads-management-table td:first-child{width:50px;padding-right:.2rem!important;padding-left:.14rem!important;vertical-align:top;text-align:right}.leads-management-table td:first-child{padding-left:.14rem!important}.leads-management-table tbody td:nth-child(2){padding-left:.2rem}.leads-management-table td.lead-actions-cell{text-align:left;padding-left:.2rem;padding-right:.25rem;vertical-align:top;width:58px}.leads-management-table tbody td:nth-child(2){padding-right:.2rem}@media(max-width:991px){.lead-status-summary-grid{grid-template-columns:1fr;width:100%}.lead-card-top,.lead-card-grid{grid-template-columns:1fr}.lead-card-top-right{border-left:0;padding-left:0}}body.dark .lead-status-summary-card{background:#ffffff0f;border-color:#ffffff29}body.dark .lead-status-summary-title{color:#ffffffbf}body.dark .lead-card,body.dark .lead-action-panel,body.dark .lead-select-panel{background:#ffffff0f;border-color:#ffffff24}body.dark .leads-management-table tbody tr td{border-top-color:#ffffff1a}body.dark .lead-card-grid>div:nth-child(2n){border-left-color:#ffffff24}body.dark .lead-card-top-right{border-left-color:#ffffff24}body.dark .lead-chat-bubble{background:#ffffff14;border-color:#ffffff24}body.dark .lead-chat-row.is-user .lead-chat-bubble{background:rgba(var(--primary),.18)}body.dark .lead-chat-row.is-assistant .lead-chat-bubble{background:#ffffff0f}body.dark .lead-chat-role{color:#ffffffb8}.lead-show-card+.lead-show-card{margin-top:1rem}.lead-details-table td{padding:.45rem 0;vertical-align:top}.lead-details-table td:first-child{width:42%}.lead-message{white-space:pre-wrap;word-break:break-word;line-height:1.6;font-size:.95rem}.lead-show-conversation{display:flex;flex-direction:column;gap:.45rem}.lead-show-chat-row{display:flex}.lead-show-chat-row.is-user{justify-content:flex-end}.lead-show-chat-row.is-assistant{justify-content:flex-start}.lead-show-chat-bubble{max-width:78%;padding:.5rem .65rem;border-radius:.8rem;border:1px solid rgba(15,23,42,.12);background:#fff}.lead-show-chat-row.is-user .lead-show-chat-bubble{background:#eef6ff}.lead-show-chat-row.is-assistant .lead-show-chat-bubble{background:#f8fafc}.lead-show-chat-role{font-size:.7rem;font-weight:600;color:#64748b;margin-bottom:.2rem;text-transform:uppercase;letter-spacing:.03em}.lead-show-chat-text{white-space:pre-wrap;word-break:break-word}.lead-url{display:block;color:var(--font-color);word-break:break-all;text-decoration:none}.lead-url:hover{color:rgba(var(--primary),1);text-decoration:underline}.form-wizard .form-wizard-steps{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0}.form-wizard .form-wizard-steps li{position:relative;flex:1 1 0;text-align:center;padding-bottom:8px}.form-wizard .form-wizard-steps li:after{content:"";position:absolute;top:16px;left:50%;width:100%;height:2px;background:rgba(var(--primary),.2);z-index:0}.form-wizard .form-wizard-steps li:last-child:after{display:none}.form-wizard .form-wizard-steps li .wizard-steps{position:relative;z-index:1;width:32px;height:32px;margin:0 auto 8px;border-radius:999px;border:2px solid rgba(var(--primary),.3);background:var(--white);color:rgba(var(--primary),1);display:flex;align-items:center;justify-content:center;font-weight:700}.form-wizard .form-wizard-steps li.active .wizard-steps,.form-wizard .form-wizard-steps li.activated .wizard-steps{border-color:rgba(var(--primary),1);background:rgba(var(--primary),1);color:#fff}.form-wizard .form-wizard-steps li>span:last-child{display:block;font-weight:600;color:var(--font-color)}.form-wizard .wizard-fieldset{display:none}.form-wizard .wizard-fieldset.show{display:block}.setup-method-card{display:block;border:1px solid var(--border_color);border-radius:.75rem;padding:1rem;cursor:pointer;transition:all .2s ease;background:var(--white);height:100%}.setup-method-card:hover{border-color:rgba(var(--primary),.5)}.setup-method-card.active{border-color:rgba(var(--primary),1);box-shadow:0 0 0 .2rem rgba(var(--primary),.15)}.setup-method-card:has(.setup-method-input:checked){border-color:rgba(var(--primary),1);box-shadow:0 0 0 .2rem rgba(var(--primary),.15)}.setup-method-input{position:absolute;opacity:0;pointer-events:none}.form-wizard .wizard-fieldset .list-group-item{border-color:var(--border_color)}.project-setup-tabs.nav-tabs,.project-setup-subtabs.nav-pills{border-bottom:0;gap:.5rem}.project-setup-tabs .nav-link,.project-setup-subtabs .nav-link{border:1px solid rgba(var(--primary),.25);background:rgba(var(--primary),.06);color:rgba(var(--primary),1);border-radius:.625rem;font-weight:600;padding:.45rem .9rem;transition:all .15s ease}.project-setup-tabs .nav-link:hover,.project-setup-subtabs .nav-link:hover{background:rgba(var(--primary),.14);border-color:rgba(var(--primary),.45);color:rgba(var(--primary),1)}.project-setup-tabs .nav-link.active,.project-setup-subtabs .nav-link.active{background:rgba(var(--primary),1);border-color:rgba(var(--primary),1);color:#fff;box-shadow:0 .25rem .75rem rgba(var(--primary),.22)}.home-project-row{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(240px,1fr) 140px minmax(220px,auto);gap:1rem;align-items:center}.home-projects-list-body{display:flex;flex-direction:column;gap:.9rem;padding-top:.9rem!important}.home-project-row{padding:1rem 1.25rem;border:1px solid rgba(15,23,42,.06);border-radius:18px;box-shadow:0 10px 30px #0f172a0f;background:var(--bs-body-bg)}body.dark .home-project-row{background:#2d2f3a;border-color:#ffffff17;box-shadow:none}.home-project-col{min-width:0}.home-project-domain{font-size:1.1rem;font-weight:700;line-height:1.3;word-break:break-word}.home-project-email{word-break:break-word;line-height:1.4}.home-project-email i{flex-shrink:0}.home-project-col-actions{display:flex;justify-content:flex-end}.home-project-col-email{padding-left:.1rem}.home-project-col-widgets{padding-left:.2rem}.home-project-widget-badge,.home-project-shared-badge{font-weight:600;padding:.45rem .7rem;border-radius:999px}.home-project-actions-toggle{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:#fff;box-shadow:0 8px 24px #0f172a14;border-color:#0f172a1f}.home-project-actions-toggle:hover,.home-project-actions-toggle:focus{background:#fff;border-color:rgba(var(--primary),.35);color:rgba(var(--primary),1)}.home-projects-filter-form{display:flex;align-items:stretch;gap:.75rem;width:100%}.home-projects-search-group{flex:1 1 auto;min-width:0}@media(max-width:1399.98px){.home-project-row{grid-template-columns:minmax(220px,1.4fr) minmax(220px,1fr) 140px auto}}@media(max-width:991.98px){.home-page-header,.home-projects-card-header{align-items:stretch!important}.home-page-header-actions,.home-projects-filter-form{width:100%;max-width:none!important}.home-page-header-actions .btn,.home-projects-filter-form .btn{white-space:nowrap}.home-projects-filter-form{margin-top:.25rem}.home-project-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"domain actions" "email email" "widgets widgets";align-items:start;row-gap:.75rem}.home-project-col-domain{grid-area:domain}.home-project-col-email{grid-area:email}.home-project-col-widgets{grid-area:widgets}.home-project-col-actions{grid-area:actions;justify-content:flex-end;align-self:start}.home-project-widget-badge{padding:.45rem .75rem}.home-project-col-domain .home-project-shared-badge{margin-top:.1rem}.home-project-col-email,.home-project-col-widgets{padding-left:0}}@media(max-width:575.98px){.home-page-header{margin-bottom:1.1rem!important}.home-page-header-actions .btn{width:100%;justify-content:center}.home-projects-card-header{padding-bottom:.75rem}.home-projects-filter-form{flex-direction:column;gap:.75rem}.home-projects-filter-form .btn{width:100%}.home-project-row{padding:1rem;border-radius:20px;row-gap:.7rem}.home-project-domain{font-size:1.25rem}.home-project-email{font-size:.95rem}.home-project-actions-toggle{width:40px;height:40px;border-radius:14px}}.users-index-table.table-hover tbody tr:hover{background:#00000005}.table-leads thead th{font-size:.72rem;text-transform:uppercase;letter-spacing:.05em;color:#475569;background:#f8fafc;border-bottom-color:#e2e8f0}.table-leads{width:100%;table-layout:auto}.table-leads th,.table-leads td{white-space:nowrap}.table-leads th.lead-col-message,.table-leads td.lead-col-message{white-space:normal;width:45%}.app-pagination .pagination{display:flex;flex-wrap:wrap;gap:.35rem;margin:0}.app-pagination .pagination .page-link{border-radius:6px}.table-leads tbody td{vertical-align:top;padding:.85rem .75rem;font-size:.92rem}.table-leads tbody tr{border-top:1px solid #eef2f7}.table-leads tbody tr:nth-child(2n) td{background:#fbfdff}.table-leads a:hover{text-decoration:underline}.lead-msg{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;color:#111827}.lead-msg-sep{display:block;height:1px;border-top:1px dashed #cbd5f5;margin:8px 0 6px}.lead-msg-link{color:#64748b;font-size:.8rem}.lead-msg-link:hover{color:#475569}.table-hover tbody tr:hover td{background:#0f172a08}.table-leads .text-muted{color:#64748b!important}.table-leads .font-monospace{font-size:.9rem}.table-leads td .fw-semibold{color:#0f172a}.table-leads td .bi{opacity:.7}.lead-url-row{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.lead-url-main{display:inline-flex;align-items:center;gap:.5rem}.lead-url-text{display:block}.lead-url-link{display:inline-flex;align-items:center;gap:.4rem;min-width:0;color:#2563eb;text-decoration:none}.lead-url-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:6px;border:1px solid rgba(var(--primary),.25);color:rgba(var(--primary),1);background:#fff;text-decoration:none}.lead-url-icon:hover{background:rgba(var(--primary),.08);color:rgba(var(--primary),1)}.lead-url-link:hover{text-decoration:underline}.lead-url-tags{display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;margin-left:.15rem}.table-leads .badge{font-weight:600;font-size:.68rem}.table-leads .badge.text-light-primary{background:rgba(var(--primary),.15);color:rgba(var(--primary),1);border-color:rgba(var(--primary),.35)!important}.table-leads .lead-url{max-width:none;white-space:normal;overflow:visible;text-overflow:initial;vertical-align:bottom}.project-show-widget-row{display:grid;grid-template-columns:minmax(240px,1.3fr) minmax(140px,.75fr) minmax(140px,.75fr) minmax(180px,auto);gap:1rem;align-items:center}.project-show-widgets-list-body{display:flex;flex-direction:column;gap:.9rem;padding-top:.9rem!important}.project-show-widget-row{padding:1rem 1.25rem;border:1px solid rgba(15,23,42,.06)!important;border-radius:18px;box-shadow:0 10px 30px #0f172a0f;background:var(--bs-body-bg)}.project-show-widget-col{min-width:0}.project-show-widget-name{font-size:1rem;font-weight:600;line-height:1.3;word-break:break-word}.project-show-widget-col-actions{display:flex;justify-content:flex-end}.project-show-widget-actions-toggle{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;padding:0;background:#fff;box-shadow:0 8px 24px #0f172a14;border-color:#0f172a1f}.project-show-widget-actions-toggle:hover,.project-show-widget-actions-toggle:focus{background:#fff;border-color:rgba(var(--primary),.35);color:rgba(var(--primary),1)}body.dark .project-show-widget-row{background:#2d2f3a;border-color:#ffffff17!important;box-shadow:none}@media(max-width:991.98px){.project-show-header,.project-show-widgets-header{align-items:stretch!important}.project-show-header-actions,.project-show-widgets-header-actions{width:100%}.project-show-header-actions .btn,.project-show-widgets-header-actions .btn{width:100%;justify-content:center}.project-show-actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch!important}.project-show-actions>*{width:100%}.project-show-actions>.btn:first-child{grid-column:1 / -1}.project-show-actions form,.project-show-actions form .btn{width:100%}.project-show-widget-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"name actions" "type actions" "status actions";align-items:start;row-gap:.7rem}.project-show-widget-col-name{grid-area:name}.project-show-widget-col-type{grid-area:type}.project-show-widget-col-status{grid-area:status}.project-show-widget-col-actions{grid-area:actions;align-self:start}}@media(max-width:575.98px){.project-show-actions{grid-template-columns:1fr}.project-show-widget-row{padding:1rem}.project-show-widget-name{font-size:1.05rem}}.widgets-index-page,.widgets-index-page .card,.widgets-index-page .btn,.widgets-index-page .badge,.widgets-index-page .dropdown-menu,.widgets-index-page .dropdown-item{font-family:Inter,system-ui,-apple-system,sans-serif}.widgets-index-page-title{font-size:26px;font-weight:600;line-height:1.2;letter-spacing:-.01em}.widgets-index-page-subtitle{font-size:15px;font-weight:400;line-height:1.45}.widgets-index-page-btn,.widgets-index-actions-toggle,.widgets-index-actions .btn,.widgets-index-actions-dropdown .dropdown-item{font-size:14px;font-weight:500;line-height:1.4}.widgets-index-section-title{font-size:16px;font-weight:600;line-height:1.2;letter-spacing:-.01em}.widgets-index-list{display:flex;flex-direction:column;gap:.9rem}.widgets-index-row{display:grid;grid-template-columns:minmax(240px,1.2fr) minmax(240px,1.1fr) minmax(140px,.8fr) auto;align-items:center;gap:1rem;padding:1.125rem 1.25rem;border:1px solid rgba(15,23,42,.06);border-radius:1rem;background:#fff;box-shadow:0 10px 28px #0f172a0a}.widgets-index-domain,.widgets-index-widget-name{font-size:16px;font-weight:600;color:#16213e;line-height:1.2;letter-spacing:-.01em}.widgets-index-domain{font-size:15px;font-weight:500}.widgets-index-submeta{margin-top:.3rem;font-size:13px;font-weight:400;line-height:1.45;color:#7b879d}.widgets-index-id{font-variant-numeric:tabular-nums}.widgets-index-badge{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:12px;font-weight:500;line-height:1.4}.widgets-index-col-actions{display:flex;justify-content:flex-end}.widgets-index-actions-toggle{width:2.75rem;height:2.75rem;border-radius:.95rem;display:inline-flex;align-items:center;justify-content:center;padding:0}body.dark .widgets-index-row{background:#2d2f3a;border-color:#ffffff17;box-shadow:none}body.dark .widgets-index-domain,body.dark .widgets-index-widget-name{color:#e7ecf5}body.dark .widgets-index-submeta{color:#aab4c8}body.dark .widgets-index-actions-toggle{background:#343743;border-color:#ffffff1f;color:#e7ecf5}body.dark .widgets-index-actions-toggle:hover,body.dark .widgets-index-actions-toggle:focus{background:#3a3d49;border-color:#ffffff2e;color:#e7ecf5}@media(max-width:1399.98px){.widgets-index-row{grid-template-columns:minmax(210px,1.1fr) minmax(210px,1fr) minmax(130px,.75fr) auto;gap:.875rem}}@media(max-width:991.98px){.widgets-index-list{gap:1rem}.widgets-index-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"project actions" "widget actions" "status actions";align-items:start;gap:.7rem 1rem;padding:1rem}.widgets-index-col-project{grid-area:project}.widgets-index-col-widget{grid-area:widget}.widgets-index-col-status{grid-area:status}.widgets-index-col-actions{grid-area:actions;align-self:start}.widgets-index-domain,.widgets-index-widget-name{font-size:16px}.widgets-index-domain{font-size:15px}}@media(max-width:575.98px){.widgets-index-row{padding:.95rem;gap:.65rem .85rem}.widgets-index-domain,.widgets-index-widget-name{font-size:16px}.widgets-index-domain{font-size:15px}.widgets-index-actions-toggle{width:2.5rem;height:2.5rem;border-radius:.9rem}}.header-controls-list{gap:10px}.header-main-row{flex-wrap:nowrap}.header-left{min-width:0;gap:12px}.header-right{margin-left:auto}.header-toggle{margin-right:0!important;flex-shrink:0}.header-left h5{white-space:nowrap}.header-controls-list .project-context-item{flex:0 1 auto}.project-context-form{min-width:360px}.project-context-form .choices{width:100%;min-width:280px}.project-context-form .choices__inner{padding-right:2rem;min-height:36px;display:flex;align-items:center}.project-context-form .choices__list--single{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0;line-height:1.2;display:flex;align-items:center;min-height:24px}.project-context-form .choices[data-type*=select-one]:after{margin-top:-3px}.header-lang-btn{min-width:54px;height:36px;display:inline-flex!important;align-items:center;justify-content:center;border-radius:10px;background:transparent;border:0;box-shadow:none}.header-lang-badge{height:36px;min-width:54px;font-size:.82rem;font-weight:700;letter-spacing:.04em;padding:0 .65rem;border-radius:8px;display:inline-flex!important;align-items:center;justify-content:center}.header-right .header-dark.head-icon,.header-right .header-profile>.dropdown>a.head-icon{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0!important;border-radius:10px}.header-right .header-profile>.dropdown>a.head-icon .rounded-circle{width:36px!important;height:36px!important}.header-right .header-dark.head-icon .sun-logo,.header-right .header-dark.head-icon .moon-logo{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0}.header-right .header-dark.head-icon i,.header-right .header-profile>.dropdown>a.head-icon i,.header-lang-badge i{line-height:1}.header-lang-badge i{font-size:14px}.header-right .header-dark.head-icon i{font-size:18px;color:var(--primary)}body.dark .header-lang-btn{background:transparent;border:0;box-shadow:none}body.dark .header-lang-badge{background:#ffffff1f!important;color:#ffffffeb!important;border-color:#fff3!important}.header-card .dropdown-item.active,.header-card .dropdown-item:active{background:rgba(var(--primary),.14)!important;color:rgba(var(--primary),1)!important}.header-card .dropdown-item:hover,.header-card .dropdown-item:focus{background:rgba(var(--primary),.08);color:rgba(var(--primary),1)}body.dark .header-card .dropdown-item.active,body.dark .header-card .dropdown-item:active{background:rgba(var(--primary),.22)!important;color:#fff!important}body.dark .header-card .dropdown-item:hover,body.dark .header-card .dropdown-item:focus{background:rgba(var(--primary),.16);color:#fff}@media(max-width:767.98px){header.header-main{height:auto}header.header-main .card-body{padding-top:.85rem;padding-bottom:.85rem}header.header-main .card-body>.row{flex-wrap:wrap;row-gap:.65rem}header.header-main .header-left,header.header-main .header-right{width:auto;flex:0 0 auto;max-width:none}header.header-main .header-left{flex:1 1 auto;min-width:0}header.header-main .header-right{margin-left:auto}.header-controls-list{flex-wrap:nowrap;justify-content:flex-end;gap:8px;width:auto}.header-controls-list .project-context-item{display:none}.project-context-form{min-width:0;width:min(100%,360px);margin-inline:auto}.project-context-form .choices{min-width:0}.mobile-project-context{width:100%}.mobile-project-context .project-context-form{justify-content:center}.app-wrapper .app-content{padding-top:calc(var(--mobile-header-height, 122px) + 12px)!important}}@media(max-width:575.98px){.project-context-form{width:100%}.app-wrapper .app-content{padding-top:calc(var(--mobile-header-height, 126px) + 12px)!important}}.ref-copy-btn{transition:background-color .2s ease,border-color .2s ease,color .2s ease}.ref-copy-btn:hover,.ref-copy-btn:focus{background-color:#1f6f6a;border-color:#1f6f6a}.ref-copy-btn.is-copied{background-color:#1f9d67;border-color:#1f9d67;color:#fff}.feeds-index-table.table-hover tbody tr:hover{background:#00000005}.seo-search-queries-list{display:flex;flex-direction:column;gap:.9rem}.seo-search-queries-head{display:grid;grid-template-columns:minmax(0,1fr) 120px 96px;align-items:center;gap:1rem;padding:0 1.1rem;font-size:.85rem;font-weight:700;line-height:1.3;color:#6b7280;text-transform:uppercase;letter-spacing:.02em}.seo-search-queries-head>:nth-child(2){justify-self:start;padding-left:0;text-align:left}.seo-search-query-row{display:grid;grid-template-columns:minmax(0,1fr) 120px 96px;align-items:center;gap:1rem;padding:1rem 1.1rem;border:1px solid rgba(15,23,42,.06);border-radius:1rem;background:#fff;box-shadow:0 10px 28px #0f172a0a}.seo-search-query-row.is-linked{background:linear-gradient(180deg,rgba(var(--primary),.03),rgba(var(--primary),.015));border-color:rgba(var(--primary),.12)}.seo-search-query-main{min-width:0}.seo-search-query-text{font-size:1rem;font-weight:600;line-height:1.35;color:#16213e}.seo-search-query-searches{font-size:1rem;font-weight:700;text-align:left;color:#16213e}.seo-search-query-actions{display:flex;justify-content:flex-end;width:96px}.seo-search-query-actions .d-inline-flex{justify-content:flex-end}.seo-search-query-label{margin-bottom:.2rem;font-size:.72rem;font-weight:600;line-height:1.3;letter-spacing:.02em;text-transform:uppercase;color:#7b879d}.seo-search-query-empty{padding:.5rem}body.dark .seo-search-query-row{background:#2d2f3a;border-color:#ffffff14;box-shadow:none}body.dark .seo-search-query-row.is-linked{background:linear-gradient(180deg,rgba(var(--primary),.12),rgba(var(--primary),.05));border-color:rgba(var(--primary),.25)}body.dark .seo-search-query-text,body.dark .seo-search-query-searches{color:#e7ecf5}body.dark .seo-search-queries-head,body.dark .seo-search-query-label{color:#aab4c8}@media(max-width:991.98px){.seo-search-query-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"query query" "searches actions";align-items:start;gap:.75rem 1rem}.seo-search-query-main{grid-area:query}.seo-search-query-metrics{grid-area:searches}.seo-search-query-actions{grid-area:actions}.seo-search-query-searches{text-align:left}}@media(max-width:575.98px){.seo-search-query-row{padding:.95rem;grid-template-columns:1fr;grid-template-areas:"query" "searches" "actions"}.seo-search-query-actions{justify-content:flex-start}.seo-search-query-actions .d-inline-flex{justify-content:flex-start;flex-wrap:wrap}}.seo-pages-table{overflow:visible}.seo-pages-table .table-responsive{overflow-x:auto;overflow-y:visible;min-height:220px;padding-bottom:72px}.seo-pages-table table thead th{font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;color:#6b7280;border-bottom-color:#e5e7eb}.seo-pages-table table tbody tr{border-top:1px solid #eef2f7}.seo-pages-table table tbody.seo-group-body:hover tr td{background:#f8fafc}.seo-pages-filter .form-control{min-height:38px}.seo-group-body+.seo-group-body tr:first-child td{border-top-width:16px;border-top-color:#f8fafc}.seo-pages-table table td.text-end,.seo-pages-table table th.text-end{padding-right:.75rem}.seo-group-control-cell{vertical-align:middle!important}.seo-action-list{display:inline-flex;align-items:center;gap:.25rem}.seo-action-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0}.seo-action-icon{font-size:22px;line-height:1}.seo-action-icon-google{font-size:20px}body.dark .seo-pages-table table thead th{color:#aab4c8;border-bottom-color:#ffffff14}body.dark .seo-pages-table table tbody tr{border-top-color:#ffffff14}body.dark .seo-pages-table table tbody.seo-group-body:hover tr td{background:#343743}body.dark .seo-group-body+.seo-group-body tr:first-child td{border-top-color:#2d2f3a}@media(max-width:991.98px){.seo-pages-table .table-responsive{padding:1rem}.seo-pages-table table,.seo-pages-table thead,.seo-pages-table tbody,.seo-pages-table tr,.seo-pages-table td{display:block;width:100%}.seo-pages-table table thead{display:none}.seo-group-body{display:block;margin-bottom:1rem;border:1px solid rgba(15,23,42,.06);border-radius:1rem;background:#fff;box-shadow:0 10px 28px #0f172a0a;overflow:hidden}.seo-group-body+.seo-group-body tr:first-child td{border-top-width:0;border-top-color:transparent}.seo-pages-table table tbody tr{display:grid;grid-template-columns:1fr auto;grid-template-areas:"date date" "query query" "slug slug" "lang actions";gap:.85rem;padding:.95rem 1rem;border-top:1px solid #eef2f7}.seo-pages-table table tbody tr:first-child{border-top:0}.seo-pages-table table tbody tr td{padding:0!important;border:0!important;background:transparent!important;text-align:left!important}.seo-pages-table table tbody tr td:before{content:attr(data-label);display:block;margin-bottom:.2rem;font-size:.72rem;font-weight:600;line-height:1.3;letter-spacing:.02em;text-transform:uppercase;color:#7b879d}.seo-pages-mobile-group-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:-.1rem 0 .85rem;padding-bottom:.85rem;border-bottom:1px solid #eef2f7}.seo-pages-mobile-group-title{font-size:.95rem;font-weight:700;color:#16213e}.seo-page-query-cell{grid-column:1 / -1}.seo-page-date:before,.seo-page-query-cell:before,.seo-page-actions-cell:before,.seo-page-lang:before{display:none!important}.seo-pages-mobile-group-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:.85rem;margin-bottom:.85rem;border-bottom:1px solid #eef2f7}.seo-pages-mobile-group-spacer{flex:1 1 auto}.seo-page-date{grid-area:date}.seo-page-mobile-date-wrap{display:block}.seo-page-date-value{flex:1 1 auto}.seo-page-query-cell{grid-area:query}.seo-page-slug{grid-area:slug}.seo-page-lang{grid-area:lang;align-self:center}.seo-page-actions-cell{grid-area:actions;align-self:center}.seo-page-query-field{display:flex;flex-direction:column;gap:.25rem}.seo-page-query-cell .fw-semibold{max-width:100%!important;font-size:1rem;line-height:1.35;color:#16213e}.seo-page-slug{word-break:break-word;font-size:.83rem;color:#6b7280!important}.seo-page-actions-cell .seo-action-list{display:flex;flex-wrap:wrap;gap:.25rem;width:auto;justify-content:flex-end}.seo-group-control-cell{display:none!important}body.dark .seo-group-body{background:#2d2f3a;border-color:#ffffff14;box-shadow:none}body.dark .seo-pages-mobile-group-head{border-bottom-color:#ffffff14}body.dark .seo-pages-mobile-group-title,body.dark .seo-page-query-cell .fw-semibold{color:#e7ecf5}body.dark .seo-pages-table table tbody tr td:before,body.dark .seo-page-slug,body.dark .seo-page-date{color:#aab4c8!important}}@media(max-width:575.98px){.seo-pages-table .table-responsive{padding:.85rem}.seo-pages-table table tbody tr{gap:.7rem;padding:.85rem}}.seo-lang-tabs{gap:.4rem}.seo-lang-tabs .nav-link{display:inline-flex;align-items:center;padding:.45rem .7rem;border-radius:.5rem;color:#667085;font-weight:600;font-size:.9rem;transition:all .15s ease-in-out}.seo-lang-tabs .nav-link:hover{background:#f3f4f6;color:#344054}.seo-lang-tabs .nav-link.active{background:#e5e7eb;color:#344054}.stats-tabs-nav .nav-link{color:rgba(var(--primary),1);border:1px solid rgba(var(--primary),.25);background:rgba(var(--primary),.06)}.stats-tabs-nav .nav-link.active{color:#fff;background:rgba(var(--primary),1);border-color:rgba(var(--primary),1)}.stats-tabs-nav .nav-link:hover{border-color:rgba(var(--primary),.45);background:rgba(var(--primary),.12)}.stats-mobile-label{display:none}body.dark .stats-tabs-nav .nav-link,body.dark .stats-tabs-nav .nav-link.active{color:#e7ecf5!important}body.dark .stats-tabs-nav .nav-link:hover,body.dark .stats-tabs-nav .nav-link:focus{color:#e7ecf5!important}body.dark .stats-tabs.card,body.dark .stats-panel,body.dark .stats-table table,body.dark .stats-table table tr,body.dark .stats-table table td,body.dark .stats-tabs .card-header,body.dark .stats-tabs .card-header.bg-white,body.dark .stats-tabs .card-body{background-color:#2d2f3a!important;color:#e7ecf5}body.dark .stats-tabs.card{border-color:#ffffff14!important;background:#2d2f3a!important}body.dark .stats-panel{border-radius:1rem}body.dark .stats-table table th,body.dark .stats-table table td,body.dark .stats-panel-header,body.dark .stats-link{color:#e7ecf5}body.dark .stats-link:hover,body.dark .stats-link:focus{color:#b8ddff}body.dark .stats-panel-header{background:#2d2f3a}body.dark .stats-tabs .card-header{border-bottom-color:#ffffff14!important}body.dark .stats-table table thead th{border-bottom-color:#ffffff14}body.dark .stats-table table tbody tr td{border-top-color:#ffffff0f}body.dark .stats-table .text-muted,body.dark .stats-panel-header,body.dark .sort-indicator{color:#aab4c8!important}body.dark .stats-mobile-value{color:#e7ecf5}body.dark .stats-mobile-label{color:#aab4c8}body.dark .apexcharts-tooltip,body.dark .apexcharts-xaxistooltip,body.dark .apexcharts-yaxistooltip{background:#2d2f3a!important;border:1px solid rgba(255,255,255,.1)!important;color:#e7ecf5!important;box-shadow:0 12px 28px #00000059!important}body.dark .apexcharts-tooltip *,body.dark .apexcharts-xaxistooltip *,body.dark .apexcharts-yaxistooltip *{color:#e7ecf5!important}body.dark .apexcharts-tooltip-title{background:#ffffff0a!important;border-bottom:1px solid rgba(255,255,255,.08)!important;color:#e7ecf5!important}body.dark .apexcharts-tooltip-series-group{background:transparent!important}body.dark .apexcharts-xaxistooltip:before,body.dark .apexcharts-xaxistooltip:after,body.dark .apexcharts-yaxistooltip:before,body.dark .apexcharts-yaxistooltip:after{border-bottom-color:#2d2f3a!important}@media(max-width:767.98px){.stats-table table thead{display:none}.stats-table table,.stats-table table tbody,.stats-table table tr,.stats-table table td{display:block;width:100%}.stats-table table tbody{display:flex;flex-direction:column;gap:.875rem}.stats-table table tr{display:grid;grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:.65rem;padding:.95rem 1rem;border:1px solid rgba(15,23,42,.08);border-radius:.95rem;background:#fff;box-shadow:0 10px 26px #0f172a0d}.stats-table table td{border:0!important;padding:.6rem .7rem!important;text-align:left!important;border-radius:.75rem;background:#0f172a08}.stats-table table td.stats-cell-primary{grid-column:1 / -1;padding:0 0 .75rem!important;margin-bottom:.1rem;border-bottom:1px solid rgba(15,23,42,.06)!important;border-radius:0;background:transparent}.stats-mobile-label{display:block;margin-bottom:.2rem;font-size:.72rem;font-weight:600;line-height:1.3;letter-spacing:.02em;text-transform:uppercase;color:#7b879d}.stats-mobile-value{display:block;font-size:.98rem;font-weight:600;line-height:1.4;color:#16213e;word-break:break-word}.stats-mobile-value-link a,.stats-mobile-value-link .stats-link{word-break:break-word}.stats-mobile-value-badge .badge{display:inline-flex}body.dark .stats-table table tr{border-color:#ffffff14;background:#2d2f3a;box-shadow:none}body.dark .stats-table table td{background:#ffffff0a}body.dark .stats-table table td.stats-cell-primary{background:transparent;border-bottom-color:#ffffff14!important}}.plan-card .card-header{border-bottom:1px solid rgba(15,23,42,.06)}.plan-card .form-label{color:#334155}.plan-feature-item{border:1px solid rgba(148,163,184,.35);border-radius:10px;background:#fff;display:flex;gap:.55rem;align-items:flex-start;padding:.55rem .65rem .55rem .75rem;margin-bottom:0}.plan-feature-item .form-check-input{position:static;margin-left:0;margin-top:.35rem}.plan-feature-item:hover{border-color:#6366f173;background:#f8fafc}.plan-feature-content{flex:1}.plan-feature-name{display:block;font-weight:600;color:#0f172a}.plan-feature-desc{color:#64748b;font-size:.8rem;margin-top:.2rem}.plan-locale-tabs .nav-link{color:#1e293b;font-weight:600}.plan-locale-tabs .nav-link:hover,.plan-locale-tabs .nav-link:focus{color:#0f766e}.plan-locale-tabs .nav-link.active{color:#0f766e;font-weight:700}.quiz-flow-builder{border:1px dashed var(--border_color);border-radius:.75rem;padding:.9rem;background:var(--white)}.quiz-flow-builder__toolbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-top:.7rem;margin-bottom:.9rem}.quiz-flow-builder__toolbar-actions{display:flex;flex-wrap:wrap;gap:.5rem}.quiz-flow-builder__graph{border:1px dashed var(--border_color);border-radius:.7rem;background:rgba(var(--primary),.02);padding:.6rem;margin-bottom:.9rem;overflow-x:scroll;overflow-y:scroll;scrollbar-gutter:stable both-edges;-ms-overflow-style:scrollbar;scrollbar-width:auto;scrollbar-color:rgba(var(--primary),.45) rgba(var(--primary),.1)}.quiz-flow-builder__graph.is-draggable{cursor:grab}.quiz-flow-builder__graph.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.quiz-flow-builder__graph.is-dragging *{-webkit-user-select:none!important;user-select:none!important}.quiz-flow-builder__graph::-webkit-scrollbar{-webkit-appearance:none;display:block;height:10px;width:10px}.quiz-flow-builder__graph::-webkit-scrollbar-track{background:rgba(var(--primary),.1);border-radius:999px}.quiz-flow-builder__graph::-webkit-scrollbar-thumb{background:rgba(var(--primary),.45);border-radius:999px}.quiz-flow-builder__graph-stage{position:relative}.quiz-flow-builder__graph-lines{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none}.quiz-flow-builder__graph-path{fill:none;stroke:rgba(var(--primary),.38);stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.quiz-flow-builder__graph-path--question-answer{stroke:rgba(var(--primary),.52);stroke-dasharray:4 4}.quiz-flow-builder__graph-nodes{position:relative;width:100%;height:100%}.quiz-flow-builder__graph-node{position:absolute;border:1px solid var(--border_color);border-radius:.55rem;background:var(--white);padding:.55rem .6rem;text-align:left;box-shadow:0 4px 14px #0f172a0f;overflow:hidden;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease;cursor:pointer}.quiz-flow-builder__graph-node--question{background:#facc1524;border-color:#eab30873}.quiz-flow-builder__graph-node--lead-form{background:#22c55e24;border-color:#22c55e73}.quiz-flow-builder__graph-node.is-active{border-color:rgba(var(--primary),.62);box-shadow:0 6px 18px rgba(var(--primary),.14)}.quiz-flow-builder__graph-node-title{font-weight:600;font-size:.82rem;line-height:1.25;margin-bottom:.25rem}.quiz-flow-builder__graph-node-meta{font-size:.74rem;color:var(--font-light-color);margin-bottom:.35rem}.quiz-flow-builder__graph-answer-card{position:absolute;border:1px solid rgba(56,189,248,.45);background:#38bdf826;color:var(--font-color);border-radius:.5rem;padding:.32rem .52rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.18rem;text-align:left;box-shadow:0 3px 12px #0f172a0d;transition:box-shadow .18s ease,border-color .18s ease,transform .18s ease;cursor:pointer}.quiz-flow-builder__graph-node:hover,.quiz-flow-builder__graph-answer-card:hover{border-color:rgba(var(--primary),.62);box-shadow:0 6px 18px rgba(var(--primary),.12);transform:translateY(-1px)}.quiz-flow-builder__graph-answer-card.is-active{border-color:rgba(var(--primary),.62);box-shadow:0 6px 18px rgba(var(--primary),.12)}.quiz-flow-builder__graph-node.is-unlinked,.quiz-flow-builder__graph-answer-card.is-unlinked{background:#ef444424;border-color:#ef444494}.quiz-flow-builder__graph-answer-label{font-size:.76rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.quiz-flow-builder__graph-answer-meta{font-size:.67rem;line-height:1;color:var(--font-light-color);text-transform:lowercase;white-space:nowrap}.quiz-flow-builder__graph-node-footnote{font-size:.72rem;color:var(--font-light-color);padding-top:.4rem}.quiz-flow-builder__layout{display:block}.quiz-flow-builder__inspector{border:1px solid var(--border_color);border-radius:.65rem;background:var(--white);padding:.75rem}.quiz-flow-builder__inspector:focus{outline:none;box-shadow:0 0 0 3px rgba(var(--primary),.2)}.quiz-flow-builder__inspector-title{font-weight:600;margin-bottom:.6rem}.quiz-flow-builder__inspector-card{border:1px solid var(--border_color);border-radius:.7rem;padding:.75rem;background:rgba(var(--primary),.02);margin-bottom:.7rem}.quiz-flow-builder__inspector-card-title{font-size:.84rem;font-weight:600;color:var(--font-color);margin-bottom:.55rem}.quiz-flow-builder__inspector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.quiz-flow-builder__inspector-field .form-label{font-size:.75rem;color:var(--font-light-color);margin-bottom:.3rem;text-transform:uppercase;letter-spacing:.02em}.quiz-flow-builder__type-pill{height:33px;display:flex;align-items:center;padding:0 .65rem;border-radius:.5rem;border:1px solid var(--border_color);background:var(--white);font-size:.82rem;font-weight:500}.quiz-flow-builder__inspector-actions{display:flex;gap:.45rem;margin-top:.6rem}.quiz-flow-builder__start-check{display:flex;flex-direction:column;justify-content:flex-end}.quiz-flow-builder__start-toggle{height:33px;display:inline-flex;align-items:center;gap:.45rem;padding:0 .65rem;border-radius:.5rem;border:1px solid var(--border_color);background:var(--white);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.9rem;font-weight:500;color:var(--font-color)}.quiz-flow-builder__start-toggle .form-check-input{margin:0}.quiz-flow-builder__start-toggle .form-check-input:checked{background-color:rgba(var(--primary),1);border-color:rgba(var(--primary),1)}.quiz-flow-builder__validation{margin-top:.75rem}.quiz-flow-builder__answer-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto;gap:.45rem;margin-bottom:.45rem;padding:.45rem;border:1px dashed var(--border_color);border-radius:.55rem;background:var(--white)}.quiz-flow-builder__answer-row.is-shared-transition{grid-template-columns:minmax(0,1fr) auto}.quiz-flow-builder__shared-transition{padding:.45rem;border:1px dashed var(--border_color);border-radius:.55rem;background:var(--white)}@media(max-width:992px){.quiz-flow-builder__inspector-grid{grid-template-columns:1fr}}.quiz-translations-manager{border:1px solid var(--border_color);border-radius:.65rem;background:var(--white);padding:.75rem}.quiz-translations-manager__grid{display:grid;gap:.45rem}.quiz-translations-manager__row{display:grid;grid-template-columns:70px 120px minmax(0,1fr);align-items:center;gap:.45rem;padding:.4rem .45rem;border:1px dashed var(--border_color);border-radius:.5rem}.quiz-translations-manager__locale{font-size:.82rem;font-weight:700;letter-spacing:.02em}.quiz-translations-manager__actions{display:flex;justify-content:flex-end}@media(max-width:767.98px){.quiz-translations-manager__row{grid-template-columns:1fr}.quiz-translations-manager__actions{justify-content:flex-start}}.choices{width:100%}.choices__inner{background-color:var(--white);border:1px solid var(--border_color);border-radius:.375rem;min-height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:var(--font-color)}.choices__list--single{padding:0}.choices__list--dropdown,.choices__list[aria-expanded]{border:1px solid var(--border_color);border-radius:.375rem;box-shadow:0 .5rem 1rem #0000001a}.choices__item--selectable{color:var(--font-color)}.choices[data-type*=select-one]:after{right:.75rem;border-color:var(--font-light-color) transparent transparent}.choices.is-open .choices__inner,.choices.is-focused .choices__inner{border-color:rgba(var(--primary),.6);box-shadow:0 0 0 .2rem rgba(var(--primary),.2)}.form-log-out{padding:.5rem 1rem}.alert.alert-primary{color:#fff}.alert.alert-primary .text-muted,.alert.alert-primary .text-secondary,.alert.alert-primary .small,.alert.alert-primary .form-text,.alert.alert-primary p,.alert.alert-primary span{color:#e9f1ff!important}.btn-primary:disabled,.btn-primary.disabled{background-color:#e5e7eb!important;border-color:#e5e7eb!important;color:#6b7280!important;opacity:1}.plan-card .badge{font-size:.78rem;padding:.35rem .6rem}.image-selection{display:flex;gap:10px}.image-option img{width:54px;height:54px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.image-option input[type=radio]:checked+img{border-color:#007bff}.text-nowrap{white-space:nowrap}.table-leads{table-layout:fixed}.table-leads th:nth-child(1),.table-leads td:nth-child(1){width:35px}.table-leads th:nth-child(7),.table-leads td:nth-child(7){width:135px}.table-leads th:nth-child(3),.table-leads td:nth-child(3){width:110px;overflow-wrap:break-word}.table-leads th:nth-child(2),.table-leads td:nth-child(2),.table-leads th:nth-child(4),.table-leads td:nth-child(4){width:200px;overflow-wrap:break-word}.table-leads th:nth-child(6),.table-leads td:nth-child(6){overflow-wrap:anywhere}@media(max-width:1200px){.table-leads{table-layout:auto}}.main-nav .collapsing{transition:none!important}.action-icon{color:rgba(var(--primary),1)}.action-icon i{transition:color .15s ease}.action-icon:hover,.action-icon:focus{color:rgba(var(--primary),.7)!important}body.dark .action-icon,body.dark .action-icon i,body.dark .action-icon .text-primary,body.dark .action-icon .seo-action-icon,body.dark .action-icon .bi{color:#e7ecf5!important}body.dark .action-icon:hover,body.dark .action-icon:focus,body.dark .action-icon:hover i,body.dark .action-icon:focus i,body.dark .action-icon:hover .text-primary,body.dark .action-icon:focus .text-primary,body.dark .action-icon:hover .seo-action-icon,body.dark .action-icon:focus .seo-action-icon,body.dark .action-icon:hover .bi,body.dark .action-icon:focus .bi{color:#e7ecf5c7!important}body.dark .badge.text-light-primary,body.dark .badge.text-light-primary *,body.dark .badge.text-light-success,body.dark .badge.text-light-success *,body.dark .badge.text-light-secondary,body.dark .badge.text-light-secondary *{color:#e7ecf5!important}nav.dark-sidebar .plan-card{background:#ffffff24;border-color:#ffffff38;color:rgba(var(--dark),1)}nav.dark-sidebar .plan-card .text-secondary{color:rgba(var(--dark),.7)!important}nav.semi-nav .plan-card-wrap{display:none}@media(max-width:991.98px){nav.dark-sidebar .plan-card-wrap{display:none}}nav.dark-sidebar{display:flex;flex-direction:column}nav.dark-sidebar .app-nav{flex:1 1 auto;min-height:0;height:auto}@media(max-width:767px){.app-wrapper nav:not(.semi-nav){width:0!important;overflow:hidden;pointer-events:none}.app-wrapper nav:not(.semi-nav) .app-logo{display:none}}.app-pagination .page-link{color:rgba(var(--primary),1)}.app-pagination .page-item.active .page-link,.app-pagination .page-link.bg-primary{color:#fff}.progress .progress-bar{background-color:rgba(var(--primary),1)!important}nav .app-logo .logo img{width:180px}nav .app-logo{display:flex;align-items:center;justify-content:space-between;gap:20px}.app-wrapper .semi-nav .app-logo{padding-inline:0;justify-content:center}.app-wrapper .semi-nav .app-logo .logo{width:60px}body.dark .btn{--bs-btn-color: #fff;--bs-btn-hover-color: #000}body.dark .btn-outline-primary{--bs-btn-color: #e7ecf5;--bs-btn-border-color: rgba(var(--primary), .9);--bs-btn-hover-color: #e7ecf5;--bs-btn-active-color: #e7ecf5;color:#e7ecf5!important}body.dark .btn-outline-primary:hover,body.dark .btn-outline-primary:focus,body.dark .btn-outline-primary:active,body.dark .btn-outline-primary.active,body.dark .btn-check:checked+.btn-outline-primary{color:#e7ecf5!important}body.dark .tooltip .tooltip-inner{color:#fff}body.dark .choices__inner{background-color:#ffffff0f;border-color:#ffffff24;color:#ffffffeb}body.dark .choices__list--dropdown,body.dark .choices__list[aria-expanded]{background-color:#14161a;border-color:#ffffff24;box-shadow:0 .75rem 1.25rem #00000073;padding:6px;border-radius:.5rem}body.dark .choices__item--selectable{color:#ffffffeb;border-radius:.375rem}.widget-chat-preview-frame{width:100%;height:520px;border:0;border-radius:.75rem;background:#f5f7fb}.widget-chat-preview-frame-wrap{display:flex;justify-content:center;width:100%}.widget-chat-preview-frame-wrap.mode-mobile .widget-chat-preview-frame{width:390px;max-width:100%;height:680px}.widget-chat-preview-control-lang{min-width:78px}.widget-chat-preview-control-device{min-width:120px}body.dark .choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:rgba(var(--primary),.15)}body.dark .choices__placeholder{color:#ffffff8c;opacity:1}body.dark .choices[data-type*=select-one]:after{border-color:rgba(255,255,255,.55) transparent transparent}body.dark .choices.is-open .choices__inner,body.dark .choices.is-focused .choices__inner{border-color:rgba(var(--primary),.7);box-shadow:0 0 0 .2rem rgba(var(--primary),.25)}body.dark .choices__input{background-color:#ffffff14;color:#ffffffeb;border-bottom:1px solid rgba(255,255,255,.15);padding:8px 10px}body.dark .choices__input::placeholder{color:#ffffff8c}body.dark .choices__input:focus{outline:none;box-shadow:none}body.dark .choices[data-type*=select-one] .choices__input{border-bottom:none;background-color:transparent}body.dark .form-control:disabled,body.dark .form-select:disabled{--bs-form-control-disabled-bg: #e5e7eb;--bs-body-color: #6b7280;opacity:.65}body.dark input[type=date].form-control,body.dark input[type=date].form-control::-webkit-calendar-picker-indicator{color-scheme:dark}body.dark input[type=date].form-control{background-color:#2d2f3a;border-color:#ffffff1f;color:#e7ecf5}body.dark input[type=date].form-control::-webkit-calendar-picker-indicator{filter:invert(.92);opacity:.9}body.dark .trumbowyg-button-pane{border-color:#000;background-color:#000}body.dark .trumbowyg-box svg,body.dark .trumbowyg-modal svg{color:#fff;fill:#fff}body.dark .trumbowyg-box button:not(.trumbowyg-disable):hover svg,body.dark .trumbowyg-modal button:not(.trumbowyg-disable):hover svg{color:#000;fill:#000}body.dark .trumbowyg-box,body.dark .trumbowyg-editor-box{border-color:#000}body.dark .trumbowyg-button-pane:after,body.dark .trumbowyg-button-pane:before{background-color:#000}.contact-order-item--drag{opacity:.72;transform:scale(.985);box-shadow:0 12px 28px #0f172a29;border-radius:12px;background:#4068f40a}.contact-order-handle{border:1px solid rgba(148,163,184,.35);border-radius:10px;background:#fff;color:#6b7280;-webkit-user-select:none;user-select:none}.contact-order-handle:hover{border-color:#64748b73;background:#f8fafc}.contact-order-item--drop-target{outline:2px dashed rgba(64,104,244,.45);outline-offset:4px;background:#4068f408}body.dark .contact-order-item--drag{background:#e7ecf50a;box-shadow:0 12px 28px #00000059}body.dark .contact-order-handle{background:#3a3d49;border-color:#e7ecf529;color:#e7ecf5}body.dark .contact-order-handle:hover{background:#444856;border-color:#e7ecf538}body.dark .contact-order-item--drop-target{outline-color:#e7ecf573;background:#e7ecf50a}
