@font-face{font-family:nexa_bold;src:url(nexa-bold-webfont.8c1d70f8.eot);src:url(nexa-bold-webfont.8c1d70f8.eot#iefix)format("embedded-opentype"),url(nexa-bold-webfont.fb7f0a4c.woff2)format("woff2"),url(nexa-bold-webfont.9967d0ea.woff)format("woff"),url(nexa-bold-webfont.47ba7bc9.ttf)format("truetype"),url(nexa-bold-webfont.774761ff.svg#nexa_boldregular)format("svg");font-weight:400;font-style:normal}@font-face{font-family:nexa_light;src:url(nexa-light-webfont.7ce3ae3e.eot);src:url(nexa-light-webfont.7ce3ae3e.eot#iefix)format("embedded-opentype"),url(nexa-light-webfont.1524743c.woff2)format("woff2"),url(nexa-light-webfont.fe67f706.woff)format("woff"),url(nexa-light-webfont.e1ea6378.ttf)format("truetype"),url(nexa-light-webfont.8676eaf7.svg#nexa_lightregular)format("svg");font-weight:400;font-style:normal}body{min-height:100%}section{margin-bottom:70px}.wrap{width:80vw;max-width:400px;margin:0 auto}main.wrap{margin:60px auto}.hidden{display:none}.flex{display:flex}h1{font:700 1.5em Roboto,sans-serif}p,li,td{font-family:Roboto,sans-serif}#app-header{margin-bottom:60px;position:relative}#poet-logo{justify-content:center;width:75%;max-width:280px;margin:0 auto;display:flex}.menu-btn{user-select:none;cursor:pointer;height:40px;margin:auto;display:inline-block;position:absolute;top:0;bottom:0;right:0}.bar1,.bar2,.bar3{background-color:#e6e9ed;border-radius:8px;width:30px;height:3px;margin:5px 0;transition:all .4s}.transition .bar1{transform:translateY(8px)rotate(-45deg)}.transition .bar2{opacity:0}.transition .bar3{transform:translateY(-8px)rotate(45deg)}#tool-selector{background:#28303d;border-radius:6px;width:100%;margin-bottom:40px;display:flex}#tool-selector .tool-selector-option{cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:16px 18px;display:flex}#tool-selector .tool-selector-option:first-of-type{border-top-left-radius:6px;border-bottom-left-radius:6px}#tool-selector .tool-selector-option:last-of-type{border-top-right-radius:6px;border-bottom-right-radius:6px}#tool-selector .tool-selector-option svg{fill:#e6e9ed;width:42px;height:43px;margin-bottom:10px}#tool-selector .tool-selector-option span{color:#e6e9ed;text-align:center;letter-spacing:1.4px;font:600 .9em/20px Roboto,sans-serif}#tool-selector .tool-selector-option.active{background:#e6e9ed}#tool-selector .tool-selector-option.active svg{fill:#3d4a5e}#tool-selector .tool-selector-option.active span{color:#3d4a5e}#tool-selector .tool-selector-option:not(.active):hover svg{fill:#ffab1f}#tool-selector .tool-selector-option:not(.active):hover span{color:#ffab1f}#tool-selector #oee-calculator svg{transform:rotate(185deg)}.calculator{display:none}.calculator.active-calculator{display:initial}form .form-switch{cursor:pointer;user-select:none;border-radius:6px;width:100%;height:48px;display:block;position:relative}form .form-switch:after,form .form-switch:before{opacity:.35}form .form-switch:before{content:"No";z-index:1;font:500 .8em Roboto,sans-serif;position:absolute;top:50%;left:calc(25% - 8px);transform:translateY(-50%)}form .form-switch:after{content:"Yes";z-index:1;font:500 .8em Roboto,sans-serif;position:absolute;top:50%;right:calc(25% - 8px);transform:translateY(-50%)}form .form-switch .form-switch-handle{z-index:2;border-radius:6px;width:50%;height:100%;transition:transform .3s ease-in-out;display:block;position:relative}form .form-switch .form-switch-handle:before{content:attr(data-off);z-index:5;justify-content:center;align-items:center;height:100%;font:700 .8em Roboto,sans-serif;display:flex;position:relative}form .switch-input{display:none}form .switch-input:checked+.form-switch .form-switch-handle{transform:translate(100%)}form .switch-input:checked+.form-switch .form-switch-handle:before{content:attr(data-on)}form fieldset:not(:last-of-type){margin-bottom:40px}form .input-group{z-index:10;position:relative}form .input-group:not(:last-of-type){margin-bottom:40px}form .input-group.input-group-disabled{opacity:.4}form .input-group label{justify-content:space-between;align-items:center;margin-bottom:10px;font:600 .85em Roboto,sans-serif;display:flex}form .input-group label input[type=checkbox]{width:15px;height:15px}form .input-group .input-prefix{z-index:2;font:600 .85em Roboto,sans-serif;position:absolute;bottom:16px;left:18px}form .input-group .input-prefix+input,form .input-group .input-prefix+.double-input>input{padding-left:35px}form .input-group .select-cont{position:relative}form .input-group .select-cont:after{content:"";pointer-events:none;background-size:10px;width:10px;height:10px;margin:auto;position:absolute;top:1px;bottom:0;right:18px}form .input-group .select-cont select{cursor:pointer}form .double-input{justify-content:space-between;display:flex;position:relative}form .double-input>div:first-child{flex:.7;padding-right:0}form .double-input>div:first-child input,form .double-input>div:first-child select{border-top-right-radius:0;border-bottom-right-radius:0}form .double-input>div:last-child{flex:1}form .double-input>div:last-child input,form .double-input>div:last-child select{border-top-left-radius:0;border-bottom-left-radius:0}form .double-input>div{position:relative}form .double-input>select{font-size:.8em}@media (width>=420px){form .double-input>div:first-child{flex:.5}}form input:not([type=checkbox]),form select{appearance:none;border:none;border-radius:6px;width:100%;padding:16px 18px;font:400 .85em Roboto,sans-serif}form input:not([type=checkbox]):focus,form input:not([type=checkbox]):focus-visible,form select:focus,form select:focus-visible{appearance:none;border:none;outline:none}form input:not([type=checkbox])[type=submit],form select[type=submit]{text-transform:capitalize;cursor:pointer;font:600 1em Roboto,sans-serif;position:absolute;bottom:0}#oee-chart{margin:-40px auto -90px;position:relative}#oee-chart>div{color:#7d7;user-select:none;letter-spacing:3px;flex-direction:column;justify-content:center;align-items:center;margin:auto;font:700 2.35em nexa_bold,sans-serif;display:flex;position:absolute;inset:80px 0 0}#oee-chart>div #oee-chart-label{text-align:center;margin-bottom:-5px;font-size:1.3rem}@media (width>=420px){#oee-chart>div{font-size:2.8em}}#stats{border:2px solid #e6e9ed;border-radius:6px;margin-bottom:40px;padding:20px}#stats ul li{font-size:.85em;list-style-type:none}#stats ul li:not(:last-child){margin-bottom:10px}#stats ul li>span:first-of-type{margin:0 15px}#app-footer{text-align:center;margin-top:60px}#app-footer a{color:#445269;letter-spacing:1.4px;font:600 1.075em Roboto,sans-serif;text-decoration:none}@font-face{font-family:nexa_bold;src:url(nexa-bold-webfont.8c1d70f8.eot);src:url(nexa-bold-webfont.8c1d70f8.eot#iefix)format("embedded-opentype"),url(nexa-bold-webfont.fb7f0a4c.woff2)format("woff2"),url(nexa-bold-webfont.9967d0ea.woff)format("woff"),url(nexa-bold-webfont.47ba7bc9.ttf)format("truetype"),url(nexa-bold-webfont.774761ff.svg#nexa_boldregular)format("svg");font-weight:400;font-style:normal}@font-face{font-family:nexa_light;src:url(nexa-light-webfont.7ce3ae3e.eot);src:url(nexa-light-webfont.7ce3ae3e.eot#iefix)format("embedded-opentype"),url(nexa-light-webfont.1524743c.woff2)format("woff2"),url(nexa-light-webfont.fe67f706.woff)format("woff"),url(nexa-light-webfont.e1ea6378.ttf)format("truetype"),url(nexa-light-webfont.8676eaf7.svg#nexa_lightregular)format("svg");font-weight:400;font-style:normal}*,:before,:after{box-sizing:border-box}html{text-size-adjust:none}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin-block-end:0}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;margin:0;line-height:1.5}h1,h2,h3,h4,button,input,label{margin:0;line-height:1.1}a:not([class]){text-decoration-skip-ink:auto;color:currentColor}img,picture{max-width:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}fieldset{border:none;margin:0;padding:0}.green{color:#7d7}.blue{color:#69b6e2}.orange{color:#ffab1f}.red{color:#fb6969}body{background:#374355}h1,p,li,td{color:#e6e9ed}form .form-switch{background:#28303d;border:2px solid #28303d}form .form-switch:before{color:#fb6969}form .form-switch:after{color:#7d7}form .form-switch .form-switch-handle{background:#e6e9ed}form .form-switch .form-switch-handle:before{color:#fb6969}form .switch-input:checked+.form-switch .form-switch-handle:before{color:#7d7}form .input-group label{color:#e6e9ed;letter-spacing:1.4px}form .input-group .input-prefix{color:#e6e9ed}form .double-input :last-child input,form .double-input :last-child select{background:#2c3544}form .double-input .select-cont:after{background:url(chevron-dark.4ba1d0f9.svg) 100% no-repeat}form input:not([type=checkbox]),form select{color:#e6e9ed;background:#28303d}form input:not([type=checkbox])[type=submit],form select[type=submit]{color:#e6e9ed;background:#445269}form input:not([type=checkbox])[type=submit]:hover,form select[type=submit]:hover{background:#3d4a5e}#oee-chart>div{color:#7d7}#stats{background:#28303d;border:none}#app-footer a{color:#e6e9ed}#app-footer a:hover{color:#ffab1f}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(roboto-cyrillic-ext-400-normal.4a6731f3.woff2)format("woff2"),url(roboto-cyrillic-ext-400-normal.da3b2039.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(roboto-cyrillic-400-normal.7fcd20c0.woff2)format("woff2"),url(roboto-cyrillic-400-normal.4c81abb9.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(roboto-greek-ext-400-normal.0c05310b.woff2)format("woff2"),url(roboto-greek-ext-400-normal.80ccd5c3.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(roboto-greek-400-normal.9ccd1423.woff2)format("woff2"),url(roboto-greek-400-normal.518a56f0.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(roboto-math-400-normal.fc0cc277.woff2)format("woff2"),url(roboto-math-400-normal.4be13151.woff)format("woff");unicode-range:U+302-303,U+305,U+307-308,U+310,U+312,U+315,U+31A,U+326-327,U+32C,U+32F-330,U+332-333,U+338,U+33A,U+346,U+34D,U+391-3A1,U+3A3-3A9,U+3B1-3C9,U+3D1,U+3D5-3D6,U+3F0-3F1,U+3F4-3F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(roboto-symbols-400-normal.8b54171f.woff2)format("woff2"),url(roboto-symbols-400-normal.8bca2c76.woff)format("woff");unicode-range:U+1-C,U+E-1F,U+7F-9F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+28??,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B??,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F0??,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F7??,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB??}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(roboto-vietnamese-400-normal.ab110f83.woff2)format("woff2"),url(roboto-vietnamese-400-normal.559b3f58.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(roboto-latin-ext-400-normal.b16c6219.woff2)format("woff2"),url(roboto-latin-ext-400-normal.51b7e746.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(roboto-latin-400-normal.7014c08d.woff2)format("woff2"),url(roboto-latin-400-normal.007dd857.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
/*# sourceMappingURL=oee-projector.7077f519.css.map */
