@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--ease-out: cubic-bezier(0, 0, .2, 1);--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.invisible{visibility:hidden}.visible{visibility:visible}.fixed{position:fixed}.static{position:static}.sticky{position:sticky}.container{width:100%}@media(width>=40rem){.container{max-width:40rem}}@media(width>=48rem){.container{max-width:48rem}}@media(width>=64rem){.container{max-width:64rem}}@media(width>=80rem){.container{max-width:80rem}}@media(width>=96rem){.container{max-width:96rem}}.block{display:block}.hidden{display:none}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.ease-out{--tw-ease: var(--ease-out);transition-timing-function:var(--ease-out)}}body{background:var(--background);--background: #f4f4f4;--text-color: #000;--text-color-reverse: #ffffff;--text-color-disabled: #535353;--shadow: #bdbdbd;--border: #c6c6c6;--alert-spacing: 1rem;--alert-default: #21262b;--alert-primary: #e34f2f;--alert-secondary: #757575;--alert-success: #4caf50;--alert-danger: #f44336;--alert-info: #2196f3;--alert-warning: #ffc107;--alert-padding: 1rem;--alert-background: #f6f6f6;--alert-text: #000000;--alert-border-color: #29323a;--alert-borderRadius: .3rem;--alert-boxShadow: var(--shadow) 0px 0px 4px 0;--header-background: #ededed;--header-navigation-item-color: #535353;--header-navigation-item-hover-color: #000;--layout-dropdown--background: #f3f3f3;--layout-dropdown--border-color: #c6c6c6;--layout-dropdown--item-icon-background: #eaeaea;--layout-dropdown--item-hover-background: #ececec;--layout-dropdown--item-hover-icon-background: #dcdcdc;--home-about-ip-background: #e3e3e3;--home-about-ip-color: #000;--home-news-load: #d9d9d9;--shop-overview--title-background: #dfdfdf;--shop-overview--item-background: #fafafa;--shop-overview--item-price-background: #e4e4e4;--shop-overview--item-price-color: #434343;--shop-overview--item-hover-background: #f1f1f1;--shop-overview--item-hover-shadow: #b5b5b5;--shop-overview--item-hover-price-background: #d3d3d3;--shop-overview--item-hover-price-color: #333333;--shop-view-background: #fafafa;--shop-view--add-to-cart-background: #189814;--shop-view--add-to-cart-color: #fff;--shop-view--add-to-cart-hover-background: #2dcc26;--shop-view--add-to-cart-hover-color: #fff;--shop-view--add-to-cart-disabled-background: #d1d1d1;--shop-view--add-to-cart-disabled-color: #595959;--shop-checkout-background: #fafafa;--shop-checkout--purchase-background: #189814;--shop-checkout--purchase-color: #fff;--shop-checkout--purchase-hover-background: #2dcc26;--shop-checkout--purchase-hover-color: #fff;--shop-checkout--purchase-disabled-background: #d1d1d1;--shop-checkout--purchase-disabled-color: #595959;--shop-checkout--purchase-disabled-hover-background: #d1d1d1;--shop-checkout--purchase-disabled-hover-color: #595959;--shop-checkout--cart-background: #f4f4f4;--shop-checkout--cart-item-name-color: #5681ff;--shop-checkout--cart-item-name-hover-color: #1c53ff;--shop-checkout--cart-item-quantity-input-background: #f4f4f4;--shop-checkout--cart-item-quantity-input-border-color: #bcbcbc;--shop-order-background: #fafafa;--card-title-background: #ebebeb;--card-content-background: #f5f5f5;--dialog-background: #f6f6f6;--dialog-color: #272727;--dialog-text-background: #e8e8e8;--dialog-text-background2: #dcdcdc;--dialog-text-border: #c3c3c3;--dialog-text-color: #000;--table-header-background: #ebebeb;--table-header-color: #4a4a4a;--table-header-border-bottom-color: #c5c5c5;--table-entry-background: #f5f5f5;--table-id-color: #404040;--table-action-color: #ff4444;--table-action-hover-color: #ff6666;--table-action-hover-background: rgba(255, 68, 68, .1);--sidebar-navigation-active-background: #d5d5d5;--sidebar-navigation-active-marker: #ff7b31;--settings-border-color: #454545;--settings-details-name-color: #000;--settings-details-description-color: #8e8e8e;--settings-value-text-color: #000;--settings-value-sub-text-color: #8e8e8e;--settings-value-selectable-color: #000;--settings-value-selectable-background: #ebebeb;--settings-value-selectable-border-color: #e3e3e3;--settings-value-selectable-hover-border-color: #ffa500;--settings-value-input-color: #000;--settings-value-input-placeholder-color: #535353;--settings-value-input-background: #ebebeb;--settings-value-input-border-color: #e3e3e3;--settings-value-input-hover-border-color: #ffa500;--settings-value-select-color: #000;--settings-value-select-background: #ebebeb;--settings-value-select-border-color: #e3e3e3;--settings-value-select-hover-border-color: #ffa500;--settings-value-select-option-color: #5c5c5c;--settings-value-select-option-background: #ededed;--settings-value-select-option-hover-color: #000000;--settings-value-select-option-hover-background: #ffa500;--forum-background: #fafafa;--forum-max-width: 1100px;--forum-gap: 1rem;--forum-breadcrumb-color: #535353;--forum-breadcrumb-separator-color: #b5b5b5;--forum-breadcrumb-hover-color: #000;--forum-node-background: #f5f5f5;--forum-node-border: #e3e3e3;--forum-node-title-color: #000;--forum-node-description-color: #6b6b6b;--forum-node-count-color: #8e8e8e;--forum-node-hover-background: #efefef;--forum-node-hover-border: #d3d3d3;--forum-thread-row-background: #f5f5f5;--forum-thread-row-hover-background: #eeeeee;--forum-thread-row-border: #e3e3e3;--forum-thread-title-color: #1c1c1c;--forum-thread-title-hover-color: #ff7b31;--forum-thread-meta-color: #8e8e8e;--forum-thread-pinned-color: #ff7b31;--forum-thread-locked-color: #ff4444;--forum-post-background: #f5f5f5;--forum-post-border: #e3e3e3;--forum-post-author-name-color: #000;--forum-post-timestamp-color: #8e8e8e;--forum-post-content-color: #1c1c1c;--forum-post-edited-color: #8e8e8e;--forum-post-sidebar-background: #efefef;--forum-post-action-color: #6b6b6b;--forum-post-action-hover-color: #ff7b31;--forum-post-delete-color: #ff4444;--forum-post-delete-hover-color: #ff6666;--forum-post-target-highlight: rgba(255, 123, 49, .18);--forum-editor-background: #fafafa;--forum-editor-border: #c6c6c6;--forum-editor-focus-border: #ffa500;--forum-editor-toolbar-background: #ededed;--forum-editor-submit-background: #189814;--forum-editor-submit-color: #fff;--forum-editor-submit-hover-background: #2dcc26;--forum-editor-submit-disabled-background: #d1d1d1;--forum-editor-submit-disabled-color: #595959;--forum-pagination-color: #535353;--forum-pagination-background: #ededed;--forum-pagination-hover-background: #dcdcdc;--forum-pagination-active-background: #ff7b31;--forum-pagination-active-color: #fff;--forum-pagination-disabled-color: #c6c6c6;--forum-skeleton-base: #e8e8e8;--forum-skeleton-shine: #f5f5f5;--forum-empty-icon-color: #c6c6c6;--forum-empty-text-color: #8e8e8e}body.dark{--background: #1a1a1a;--text-color: #ffffff;--text-color-reverse: #000000;--text-color-disabled: #b0b0b0;--shadow: #0e0e0e;--border: #676767;--alert-spacing: 1rem;--alert-default: #21262b;--alert-primary: #e34f2f;--alert-secondary: #757575;--alert-success: #4caf50;--alert-danger: #f44336;--alert-info: #2196f3;--alert-warning: #ffc107;--alert-padding: 1rem;--alert-background: #1e1e1e;--alert-text: #fff;--alert-border-color: #29323a;--alert-borderRadius: .3rem;--header-background: #131313;--header-navigation-item-color: #b0b0b0;--header-navigation-item-hover-color: #fff;--layout-dropdown--background: #222222;--layout-dropdown--border-color: #777777;--layout-dropdown--item-icon-background: #404040;--layout-dropdown--item-hover-background: #323232;--layout-dropdown--item-hover-icon-background: #535353FF;--home-about-ip-background: #151515;--home-about-ip-color: #fff;--home-news-load: #222222;--shop-overview--title-background: #1e1e1e;--shop-overview--item-background: #181818;--shop-overview--item-price-background: #272727;--shop-overview--item-price-color: #a3a3a3;--shop-overview--item-hover-background: #1e1e1e;--shop-overview--item-hover-shadow: #4d4d4d;--shop-overview--item-hover-price-background: #363636;--shop-overview--item-hover-price-color: #b6b6b6;--shop-view-background: #181818;--shop-view--add-to-cart-background: #189814;--shop-view--add-to-cart-color: #fff;--shop-view--add-to-cart-hover-background: #2dcc26;--shop-view--add-to-cart-hover-color: #fff;--shop-view--add-to-cart-disabled-background: #252525;--shop-view--add-to-cart-disabled-color: #595959;--shop-checkout-background: #181818;--shop-checkout--purchase-background: #189814;--shop-checkout--purchase-color: #fff;--shop-checkout--purchase-hover-background: #2dcc26;--shop-checkout--purchase-hover-color: #fff;--shop-checkout--purchase-disabled-background: #252525;--shop-checkout--purchase-disabled-color: #595959;--shop-checkout--purchase-disabled-hover-background: #252525;--shop-checkout--purchase-disabled-hover-color: #595959;--shop-checkout--cart-background: #252525;--shop-checkout--cart-item-name-color: #79bcf3;--shop-checkout--cart-item-name-hover-color: #0a80de;--shop-checkout--cart-item-quantity-input-background: #252525;--shop-checkout--cart-item-quantity-input-border-color: #333;--shop-order-background: #181818;--card-title-background: #232323;--card-content-background: #252525;--dialog-background: #1e1e1e;--dialog-color: #fff;--dialog-text-background: #2a2a2a;--dialog-text-background2: #3c3c3c;--dialog-text-border: #3a3a3a;--dialog-text-color: #fff;--table-header-background: #232323;--table-header-color: #a0a0a0;--table-header-border-bottom-color: #2a2a2a;--table-entry-background: #252525;--table-id-color: #b0b0b0;--table-action-color: #ff4444;--table-action-hover-color: #ff6666;--table-action-hover-background: rgba(255, 68, 68, .1);--sidebar-navigation-active-background: #333333;--settings-border-color: #454545;--settings-details-name-color: #fff;--settings-details-description-color: #bbbbbb;--settings-value-text-color: #fff;--settings-value-sub-text-color: #bbbbbb;--settings-value-selectable-color: #fff;--settings-value-selectable-background: #171717;--settings-value-selectable-border-color: #242424;--settings-value-selectable-hover-border-color: #ffa500;--settings-value-input-color: #fff;--settings-value-input-background: #171717;--settings-value-input-border-color: #242424;--settings-value-input-hover-border-color: #ffa500;--settings-value-select-color: #fff;--settings-value-select-background: #171717;--settings-value-select-border-color: #242424;--settings-value-select-hover-border-color: #ffa500;--settings-value-select-option-color: #fff;--settings-value-select-option-background: #1d1d1d;--settings-value-select-option-hover-color: #fff;--settings-value-select-option-hover-background: #ffa500;--forum-background: #181818 !important;--forum-breadcrumb-color: #b0b0b0 !important;--forum-breadcrumb-separator-color: #555555 !important;--forum-breadcrumb-hover-color: #fff !important;--forum-node-background: #1e1e1e !important;--forum-node-border: #2a2a2a !important;--forum-node-title-color: #fff !important;--forum-node-description-color: #a0a0a0 !important;--forum-node-count-color: #777777 !important;--forum-node-hover-background: #242424 !important;--forum-node-hover-border: #363636 !important;--forum-thread-row-background: #1e1e1e !important;--forum-thread-row-hover-background: #242424 !important;--forum-thread-row-border: #2a2a2a !important;--forum-thread-title-color: #f0f0f0 !important;--forum-thread-title-hover-color: #ff9152 !important;--forum-thread-meta-color: #828282 !important;--forum-thread-pinned-color: #ff9152 !important;--forum-thread-locked-color: #ff6666 !important;--forum-post-background: #1e1e1e !important;--forum-post-border: #2a2a2a !important;--forum-post-author-name-color: #fff !important;--forum-post-timestamp-color: #828282 !important;--forum-post-content-color: #e0e0e0 !important;--forum-post-edited-color: #777777 !important;--forum-post-sidebar-background: #232323 !important;--forum-post-action-color: #a0a0a0 !important;--forum-post-action-hover-color: #ff9152 !important;--forum-post-delete-color: #ff4444 !important;--forum-post-delete-hover-color: #ff6666 !important;--forum-post-target-highlight: rgba(255, 145, 82, .14) !important;--forum-editor-background: #1a1a1a !important;--forum-editor-border: #333333 !important;--forum-editor-focus-border: #ffa500 !important;--forum-editor-toolbar-background: #222222 !important;--forum-editor-submit-background: #189814 !important;--forum-editor-submit-color: #fff !important;--forum-editor-submit-hover-background: #2dcc26 !important;--forum-editor-submit-disabled-background: #252525 !important;--forum-editor-submit-disabled-color: #595959 !important;--forum-pagination-color: #b0b0b0 !important;--forum-pagination-background: #222222 !important;--forum-pagination-hover-background: #2e2e2e !important;--forum-pagination-active-background: #ff7b31 !important;--forum-pagination-active-color: #fff !important;--forum-pagination-disabled-color: #444444 !important;--forum-skeleton-base: #232323 !important;--forum-skeleton-shine: #2e2e2e !important;--forum-empty-icon-color: #3a3a3a !important;--forum-empty-text-color: #777777 !important}*{margin:0;font-family:SFPro;font-weight:medium;color:var(--text-color);text-decoration:none;transition:all .3s!important;-webkit-app-region:no-drag;-webkit-user-select:text;user-select:text}* .normal-behavior *{-webkit-app-region:no-drag!important;user-select:text!important;-webkit-user-select:text!important;-moz-user-select:text!important;-ms-user-select:text!important}*:not(.normal-behavior){-webkit-app-region:no-drag;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}*::selection{background-color:var(--settings-value-select-option-hover-background);color:#fff}*::-moz-selection{background-color:var(--settings-value-select-option-hover-background);color:#fff}@font-face{font-family:SFProLight;font-weight:verylight;src:url(/assets/fonts/SFProLight.ttf)}@font-face{font-family:SFPro;font-weight:regular;src:url(/assets/fonts/SFProRegular.ttf)}@font-face{font-family:SFPro;font-weight:medium;src:url(/assets/fonts/SFProMedium.ttf)}@font-face{font-family:SFPro;font-weight:700;src:url(/assets/fonts/SFProBold.ttf)}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:#9b9b9b80;border-radius:20px;border:none}*::-webkit-scrollbar-thumb:hover{background-color:#646464cc}*::-webkit-scrollbar-button{display:none}*{scrollbar-width:thin;scrollbar-color:rgba(155,155,155,.5) transparent}html,body{height:100%}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}.responsive-tab-dialog{width:95vw!important;max-width:600px!important;padding:0!important}@media(min-width:768px){.responsive-tab-dialog{width:550px!important;height:auto}}.responsive-tab-dialog .mat-mdc-dialog-surface{padding:0!important}.app-tooltip{display:none;position:absolute;z-index:99999;background:#1e1e1e;color:#f0f0f0;font-size:13px;padding:6px 10px;border-radius:4px;max-width:280px;pointer-events:none;white-space:pre-wrap;line-height:1.5;box-shadow:0 2px 8px #00000080;transition:none!important}.app-context-menu{display:none;position:absolute;z-index:99999;background:#1e1e1e;border:1px solid #333;border-radius:6px;padding:4px;min-width:160px;box-shadow:0 4px 16px #0009;pointer-events:all;-webkit-user-select:none;user-select:none}.ctx-item{display:flex;align-items:center;gap:8px;padding:7px 12px;border-radius:4px;font-size:13px;color:#f0f0f0;cursor:pointer;transition:background .1s ease}.ctx-item i{width:14px;text-align:center;font-size:13px;opacity:.85}.ctx-item:hover{background:#2e2e2e}.ctx-item.danger{color:#e05c5c}.ctx-item.danger i{opacity:1}.ctx-item.danger:hover{background:#e05c5c1f}.ctx-item.disabled{opacity:.4;cursor:default;pointer-events:none}.ctx-separator{height:1px;background:#333;margin:4px 0}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@property --tw-ease{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial;--tw-ease: initial}}}
