.LanguageSwitcher-module__bCBdpq__switcher{cursor:pointer;border-radius:var(--radius-sm);--tw-text-opacity:1;color:rgb(179 179 179/var(--tw-text-opacity,1));background:#ffffff0d;border:1px solid #ffffff1a;align-items:center;gap:.125rem;padding:.375rem .75rem;font-family:inherit;font-size:13px;font-weight:500;transition-property:all;transition-duration:.2s;transition-timing-function:ease;display:inline-flex}.LanguageSwitcher-module__bCBdpq__switcher:hover{background:#ffffff1a;border-color:#fff3}.LanguageSwitcher-module__bCBdpq__active{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));font-weight:600}.LanguageSwitcher-module__bCBdpq__inactive{--tw-text-opacity:1;color:rgb(102 102 102/var(--tw-text-opacity,1))}.LanguageSwitcher-module__bCBdpq__divider{--tw-text-opacity:1;color:rgb(68 68 68/var(--tw-text-opacity,1));margin:0 .125rem}
.app-container{background:var(--gradient-bg);width:100dvw;height:100dvh;display:flex}.sidebar{z-index:1001;border-style:solid;border-width:2px;border-bottom-color:var(--border-accent);border-top-color:var(--border-primary);border-left-color:var(--border-primary);border-right-color:var(--border-primary);--tw-shadow-color:var(--shadow-md);--tw-shadow:var(--tw-shadow-colored);background:var(--bg-surface);flex-direction:row;align-items:center;width:100vw;height:60px;padding:0;display:flex;position:fixed;top:0;left:0;right:0}.sidebar:before{pointer-events:none;z-index:2;opacity:.07;--tw-content:"";content:var(--tw-content);background:url("data:image/svg+xml;utf8,<svg_xmlns=\"http://www.w3.org/2000/svg\"_width=\"60\"_height=\"60\"_viewBox=\"0_0_60_60\"><filter_id=\"noise\"><feTurbulence_type=\"fractalNoise\"_baseFrequency=\"1.2\"_numOctaves=\"2\"_stitchTiles=\"stitch\"/></filter><rect_width=\"60\"_height=\"60\"_fill=\"black\"/><rect_width=\"60\"_height=\"60\"_filter=\"url(%23noise)\" opacity=\"0.32\"/></svg>");position:absolute;inset:0}.main-content{box-sizing:border-box;width:100vw;min-width:0;height:calc(100dvh - 60px);color:var(--text-secondary);-ms-overflow-style:none;background:var(--gradient-bg);scrollbar-width:none;flex-grow:1;margin-top:60px;overflow-y:auto}.main-content--notification{overflow:hidden}.sidebar-vertical{flex-direction:row;align-items:center;gap:.75rem;width:100%;height:100%;display:flex;position:relative}.sidebar-spacer-left{flex-shrink:0;width:5rem}.sidebar-top{flex-direction:row;flex:1;justify-content:center;gap:.75rem;margin-top:0;display:flex}.sidebar-mobile{display:none}.sidebar-btn{cursor:pointer;border-radius:var(--radius-md);text-align:center;min-width:3rem;min-height:3rem;color:var(--accent-primary);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);background:0 0;border:1.5px solid #0000;justify-content:center;align-items:center;margin-left:.625rem;margin-right:.625rem;padding:.5rem 15px;font-family:Oswald,Arial,Helvetica,sans-serif;font-size:1.1rem;transition:background .15s,color .15s,border-color .15s;display:flex;position:relative;overflow:visible}.sidebar-btn:hover{color:var(--accent-primary);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);background:0 0;border-color:#0000}.sidebar-label{text-align:center;letter-spacing:.5px;color:var(--text-light);margin:.25rem 0;padding-bottom:.375rem;font-family:Oswald,Arial,Helvetica,sans-serif;font-size:.95rem;font-weight:400;transition-property:color;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:inline-block;position:relative}.sidebar-label:after{z-index:2;--tw-translate-x:-50%;--tw-scale-x:.2;width:0;height:3px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y));border-radius:var(--radius-xs);opacity:0;--tw-content:"";background:var(--gradient-accent);content:var(--tw-content);transition:width .22s cubic-bezier(.4,0,.2,1),opacity .18s,transform .22s cubic-bezier(.4,0,.2,1);display:block;position:absolute;bottom:0;left:50%}.sidebar-btn.active .sidebar-label:after,.sidebar-btn:hover .sidebar-label:after{--tw-translate-x:-50%;--tw-scale-x:1;width:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y));opacity:1}.sidebar-btn.active{color:var(--accent-primary);--tw-shadow:0 2px 8px #0000001a inset;--tw-shadow-colored:inset 0 2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);background:var(--bg-card);border-color:#0000}.sidebar-icon{width:1.75rem;height:1.75rem;color:var(--accent-primary);transition:color .15s cubic-bezier(.4,0,.2,1) .15s;transition-duration:.15s,stroke;filter:none;justify-content:center;align-items:center;margin-top:.25rem;display:flex}.sidebar-icon.active,.sidebar-btn.active .sidebar-icon{color:var(--accent-primary)}.sidebar-btn.active .sidebar-icon svg rect[fill=\#fff]{fill:var(--success)}.sidebar-icon svg{fill:none;stroke:currentColor;stroke-width:2px;width:100%;height:100%;display:block}.sidebar-btn.active .sidebar-label{color:var(--accent-gold)}.sidebar-btn-cabinet{border-radius:var(--radius-md);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;width:auto;height:auto;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);background:0 0;border:1.5px solid #0000;margin-top:0;margin-bottom:0;margin-right:1.25rem;right:0}.sidebar-btn-center{outline:none;display:none}.sidebar-desktop-only{flex-direction:row;gap:.75rem;width:auto;display:flex}.sidebar-fab-menu{display:none}@media (max-width:700px){.main-content{height:100dvh;margin-top:0;margin-left:0;padding-bottom:60px}.sidebar{top:auto;left:0;right:0;top:unset;z-index:1002;border-style:solid;border-top-width:2px;border-color:none;border-top-color:var(--accent-secondary);--tw-shadow-color:var(--shadow-sm);--tw-shadow:var(--tw-shadow-colored);background:var(--bg-surface);width:100vw;height:60px;padding:0;display:block;position:fixed;bottom:0}.sidebar-vertical{display:none}.sidebar-overlay{z-index:1000;opacity:0;background:var(--overlay-dark);animation:.3s forwards fadeIn;position:fixed;inset:0}@keyframes fadeIn{to{opacity:1}}.sidebar-mobile{z-index:1002;border-style:solid;border-top-width:2px;border-top-color:var(--accent-secondary);--tw-shadow-color:var(--shadow-sm);--tw-shadow:var(--tw-shadow-colored);background:var(--bg-surface);flex-direction:row;justify-content:center;align-items:stretch;width:100vw;height:60px;padding:0;display:flex;position:fixed;inset:auto 0 0}.sidebar-mobile .sidebar-btn,.sidebar-mobile .sidebar-btn-cabinet,.sidebar-mobile .sidebar-btn-center{box-sizing:border-box;height:60px;min-height:unset;border-color:none;text-align:center;width:auto;min-width:0;max-width:none;color:var(--accent-primary);--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition:color .15s cubic-bezier(.4,0,.2,1) .15s;transition-duration:.15s,text-shadow;text-shadow:0 1px 0 var(--bg-surface),0 0 2px var(--accent-secondary);background:0 0;border-radius:0;outline:none;flex:1 1 0;justify-content:center;align-items:center;gap:1px;margin:0;padding:0;font-family:Oswald,Arial,Helvetica,sans-serif;font-size:1.01rem;font-weight:500;position:relative}.sidebar-btn-home{order:1}.sidebar-btn-center{z-index:1003;border-color:none;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;width:100%;height:60px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);background:0 0;outline:none;order:2;justify-content:center;align-items:center;margin:0;padding:0;display:flex;position:relative}.sidebar-btn-cabinet{order:3}.sidebar-label{color:var(--accent-primary);text-shadow:0 1px 0 var(--bg-surface),0 0 2px var(--accent-secondary);font-size:11px}.sidebar-icon{width:22px;height:22px;color:var(--accent-primary);filter:none}.sidebar-btn-center,.sidebar-btn-center:focus,.sidebar-btn-center:active,.sidebar-btn-center:focus-visible,.sidebar-mobile .sidebar-btn-center,.sidebar-mobile .sidebar-btn-center:focus,.sidebar-mobile .sidebar-btn-center:active,.sidebar-mobile .sidebar-btn-center:focus-visible{border-color:none;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);background:0 0;outline:none}.sidebar-btn-center .sidebar-burger{--tw-translate-x:-50%;--tw-translate-y:-50%;width:3rem;height:3rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y));border-style:solid;border-width:2px;border-color:var(--border-primary);--tw-shadow-color:var(--shadow-md);--tw-shadow:var(--tw-shadow-colored);transition:box-shadow .15s cubic-bezier(.4,0,.2,1) .22s;transition-duration:.22s,border-color;background:var(--bg-card);border-radius:50%;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;margin:0 auto;display:flex;position:absolute;top:50%;left:50%}.sidebar-btn-center:focus .sidebar-burger,.sidebar-btn-center:active .sidebar-burger,.sidebar-btn-center.open .sidebar-burger{border-color:var(--accent-secondary);--tw-shadow:0 4px 24px #ffe06659;--tw-shadow-colored:0 4px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);outline:none}.sidebar-burger span{border-radius:var(--radius-xs);--tw-shadow:0 0 4px #ffe06659;--tw-shadow-colored:0 0 4px var(--tw-shadow-color);width:1.75rem;height:.25rem;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);background:var(--accent-primary);transition-property:all;transition-duration:.25s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:block}.sidebar-btn-center.open .sidebar-burger span:first-child{--tw-translate-y:.625rem;--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.sidebar-btn-center.open .sidebar-burger span:nth-child(2){opacity:0}.sidebar-btn-center.open .sidebar-burger span:nth-child(3){--tw-translate-y:-.625rem;--tw-rotate:-45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.sidebar-fab-menu{pointer-events:none;z-index:1001;--tw-translate-y:100%;min-width:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y));border-style:solid;border-top-width:2px;border-top-color:var(--accent-secondary);opacity:0;--tw-shadow-color:var(--shadow-xl),inset 0 1px 0 var(--border-primary);--tw-shadow:var(--tw-shadow-colored);background:var(--bg-card);border-radius:0;flex-direction:column;gap:0;padding:0;transition:opacity .3s cubic-bezier(.34,1.56,.64,1),transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:60px;left:0;right:0}.sidebar-fab-menu.open{pointer-events:auto;--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y));opacity:1}.sidebar-fab-header,.sidebar-fab-header h3,.sidebar-fab-close{display:none}.sidebar-fab-link{cursor:pointer;border-style:solid;border-bottom-width:1px;border-color:none;border-bottom-color:var(--border-primary);text-align:center;color:var(--accent-primary);background:var(--bg-card);text-shadow:0 1px 0 var(--bg-surface),0 0 2px var(--accent-secondary);border-radius:0;justify-content:center;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1.1em;font-weight:500;text-decoration-line:none;transition-property:all;transition-duration:.25s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.sidebar-fab-link:before{--tw-content:"";content:var(--tw-content);background:linear-gradient(90deg,#0000,#ffe06633,#0000);width:100%;height:100%;transition-property:left;transition-duration:.5s;transition-timing-function:cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:-100%}.sidebar-fab-link:hover:before{content:var(--tw-content);left:100%}.sidebar-fab-link .sidebar-icon{width:1.5rem;height:1.5rem;color:var(--accent-primary);filter:none;margin:0;transition:transform .25s,color .25s,filter .25s}.sidebar-fab-link.active,.sidebar-fab-link:hover{border-bottom-color:var(--accent-secondary);color:var(--accent-primary);--tw-shadow:inset 0 0 0 1px #c7f70821;--tw-shadow-colored:inset 0 0 0 1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);text-shadow:0 1px 0 var(--bg-surface),0 0 2px var(--accent-secondary);background:#202227}.sidebar-fab-link.active .sidebar-icon,.sidebar-fab-link:hover .sidebar-icon{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y));color:var(--accent-primary);filter:none}}.operations-container{justify-content:center;display:flex;position:relative}.operations-modal{z-index:1000;--tw-translate-x:-50%;min-width:200px;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y));border-radius:var(--radius-md);--tw-border-opacity:1;border-style:solid;border-width:1px;border-color:rgb(51 51 51/var(--tw-border-opacity,1));--tw-shadow:0 4px 20px #00000080;--tw-shadow-colored:0 4px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);background:#1a1a1a;margin-top:.5rem;padding:.5rem 0;position:absolute;top:100%;left:50%}.operations-modal:before{--tw-translate-x:-50%;width:0;height:0;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y));--tw-border-opacity:1;border-style:solid;border-bottom-width:8px;border-left-width:8px;border-left-color:#0000;border-right-width:8px;border-right-color:#0000;border-bottom-color:rgb(51 51 51/var(--tw-border-opacity,1));--tw-content:"";content:var(--tw-content);position:absolute;top:-.5rem;left:50%}.operations-modal-item{cursor:pointer;border-color:none;text-align:left;--tw-text-opacity:1;width:100%;color:var(--text-light);background:0 0;align-items:center;padding:.875rem 1.5rem;font-family:Oswald,Arial,Helvetica,sans-serif;font-size:1rem;line-height:1.5rem;transition-property:all;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}.operations-modal-item:hover{color:var(--accent-primary);background:#333;background:var(--bg-surface)}.operations-modal-item.active{color:var(--accent-gold);background:#444;background:var(--bg-surface)}.operations-modal-label{white-space:nowrap;letter-spacing:.5px;color:inherit;font-size:1rem;font-weight:400;line-height:1.5rem}.operations-chevron{align-items:center;transition-property:transform;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}.operations-chevron.expanded{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y))}.operations-chevron svg{width:1rem;height:1rem}.operations-toggle.active .sidebar-label:after,.operations-toggle:hover .sidebar-label:after{--tw-translate-x:-50%;--tw-scale-x:1;width:100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y))rotate(var(--tw-rotate))skewX(var(--tw-skew-x))skewY(var(--tw-skew-y))scaleX(var(--tw-scale-x))scaleY(var(--tw-scale-y));opacity:1}.operations-modal-overlay{z-index:1002;background:#00000080;justify-content:center;align-items:flex-start;padding-top:5rem;display:flex;position:fixed;inset:0}.sidebar-language-switcher{flex-shrink:0;justify-content:center;align-items:center;width:5rem;padding-right:1rem;display:flex}.sidebar-fab-language{border-style:solid;border-top-width:1px;border-top-color:var(--border-primary);justify-content:center;padding:1rem;display:flex}@media (max-width:700px){.operations-container,.operations-modal-overlay,.sidebar-language-switcher,.sidebar-spacer-left{display:none}.sidebar-fab-link .sidebar-label{font-size:1.1em}}@media (min-width:701px){.sidebar-mobile,.sidebar-fab-language{display:none}}
