body{background-color:#f8f5e6;font-family:"Press Start 2P",monospace}button,.btn{font-family:"Press Start 2P",monospace;font-size:18px;padding:10px 18px;border:2px solid Black;background-color:#2c2c2c;color:#f5f5f5;cursor:pointer;border-radius:6px;transition:all .2s ease}button:hover,.btn:hover{transform:translateY(-2px);box-shadow:4px 4px #111;border:2px solid #00dcdc}button:active,.btn:active{transform:translateY(0);box-shadow:1px 1px #111}button:disabled,.btn:disabled{opacity:.5;cursor:not-allowed;background-color:#444;border-color:#555;color:#aaa}input,select,textarea{font-family:"Press Start 2P",monospace;font-size:14px;padding:10px 12px;background-color:#dbdbdb;border:2px solid black;border-radius:6px;color:#000;outline:none;transition:all .2s ease;width:100%;box-sizing:border-box}input:focus,select:focus,textarea:focus{border-color:#00dcdc;background-color:#8a8a8a;box-shadow:4px 4px #111}input:disabled,select:disabled,textarea:disabled{background-color:#444;border-color:#555;color:#aaa;cursor:not-allowed;box-shadow:none}input::placeholder,textarea::placeholder{color:#000;font-size:12px}.mode-select{display:flex;gap:10px;margin:15px 0}.mode-select input[type=radio]{display:none}.mode-select label{font-family:"Press Start 2P",monospace;font-size:12px;padding:8px 14px;border:2px solid black;background-color:#494949;color:#f5f5f5;border-radius:6px;cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.mode-select label:hover{background-color:#333;box-shadow:3px 3px #111}.mode-select label:has(input:checked){background-color:#2c2c2c;color:#fff;border-color:#00dcdc;box-shadow:1px 1px #111 inset}h1,h2,h3,h4,h5,h6{font-family:"Jersey 10",monospace;font-weight:lighter}.Toastify__toast-container--top-center,.Toastify__toast-container--top-right,.Toastify__toast-container--top-left{margin-top:80px}.Toastify__toast{font-family:"Press Start 2P",monospace;background-color:#fff!important;color:#000!important;border:2px solid black!important}body{margin:0}.main-navbar{background-color:#3f3c3c;width:100%;height:80px;position:fixed;top:0;left:0;border:black 2px solid;box-sizing:border-box;z-index:1000}.nav-links{display:flex;justify-content:space-between;align-items:center;height:100%;list-style-type:none;margin:0;padding:0}.search-link,.account-link{margin:20px;cursor:pointer;transition:transform .2s ease-in-out,stroke .2s ease}.search:hover,.account:hover{transform:scale(1.2)}.hamburger-link{display:none;cursor:pointer;margin:20px;transition:transform .2s ease-in-out,stroke .2s ease;border:none!important;outline:none!important;background:none!important;box-shadow:none!important;padding:0!important}.hamburger:hover{transform:scale(1.2)}@media(max-width:1199px){.hamburger-link{display:flex}.search-link{display:none}}.calc-sidebar{font-family:"Jersey 10";width:200px;background-color:#bdbdbd;border:black 2px solid;border-top:none;box-sizing:border-box;position:fixed;top:80px;bottom:0;left:-220px;transition:left .3s ease;z-index:999;overflow-y:auto}.calc-sidebar.open{left:0}.calc-sidebar h2{text-align:center;color:#000;margin:0;font-size:36px;font-weight:lighter}.calc-sidebar input{width:160px;padding:8px 12px;border-radius:6px;font-size:1rem;margin:10px 20px;transition:all .2s ease}.calc-sidebar ul{list-style-type:none;padding-left:20px;margin:0}.calc-sidebar li{text-decoration:none;color:#000;font-size:24px}.calc-sidebar li:before{content:"• ";color:#000;font-size:24px}.calc-sidebar li:hover:before{content:"- ";color:#000}.calc-sidebar a{text-decoration:none;color:#000}@media(min-width:1200px){.calc-sidebar{left:0}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;justify-content:center;align-items:center;z-index:2000}.modal-content{background:#fff;padding:2.5rem;border-radius:12px;max-width:400px;width:90%;text-align:center;position:relative;box-shadow:0 10px 25px #0003}.close-x{position:absolute;top:10px;right:15px;background:none;border:none;font-size:24px;cursor:pointer}.google-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px;margin-top:20px;border:1px solid #ddd;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s}.google-btn img{width:20px}.save-container{display:flex;align-items:center;gap:15px}.save-label{display:flex;align-items:center;gap:8px;margin:0;font-size:.95rem;white-space:nowrap;font-weight:700;color:#333}.save-label input{padding:4px 8px;height:30px;box-sizing:border-box;border-radius:4px;border:1px solid #ccc;width:200px}.save-label input.input-error{border:2px solid #dc0000;background-color:#fff0f0}.save-btn{display:flex;align-items:center;gap:6px;height:30px;font-family:"Press Start 2P",monospace;font-size:14px;padding:0 12px;border:2px solid Black;background-color:#494949;color:#f5f5f5;cursor:pointer;border-radius:6px;transition:all .2s ease}@media(max-width:500px){.save-container{gap:8px}.save-label{display:none}.save-container.show-input .save-label{display:flex}.save-label-text{display:none}.save-label input{width:150px;max-width:150px}.save-btn-text{display:none}.save-btn{padding:0 8px;flex-shrink:0}}.simple-calc-container{position:fixed;width:260px;background-color:#f8f5e6;border:2px solid black;border-radius:8px;box-shadow:6px 6px #0003;z-index:10000;display:flex;flex-direction:column;overflow:hidden;white-space:normal}.simple-calc-header{background-color:#2c2c2c;color:#f5f5f5;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;border-bottom:2px solid black}.simple-calc-header:active{cursor:grabbing}.simple-calc-title{display:flex;align-items:center;gap:8px;font-size:12px;font-family:"Press Start 2P",monospace;pointer-events:none}.simple-calc-close{background:none!important;border:none!important;color:#f5f5f5!important;padding:0!important;cursor:pointer;box-shadow:none!important;transform:none!important;display:flex;align-items:center;justify-content:center}.simple-calc-close:hover{color:#dc0000!important}.simple-calc-body{padding:15px;display:flex;flex-direction:column;gap:15px}.simple-calc-display{background-color:#dbdbdb;border:2px solid black;border-radius:6px;padding:12px;text-align:right;font-size:16px;font-family:"Press Start 2P",monospace;overflow-x:auto;white-space:nowrap;min-height:20px}.simple-calc-display::-webkit-scrollbar{display:none}.simple-calc-keypad{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.simple-calc-btn{padding:12px 0;font-size:14px;font-family:"Press Start 2P",monospace;border:2px solid black;background-color:#494949;color:#f5f5f5;border-radius:6px;cursor:pointer;transition:all .1s ease}.simple-calc-btn:hover{background-color:#333;transform:translateY(-2px);box-shadow:2px 2px #111;border-color:#00dcdc}.simple-calc-btn:active{transform:translateY(0);box-shadow:none}.simple-calc-btn.clear{grid-column:span 4;background-color:#dc0000;border-color:#000}.simple-calc-btn.clear:hover{background-color:#b00000;border-color:#000}.simple-calc-btn.equals{background-color:#00dcdc;color:#000;border-color:#000}.simple-calc-btn.equals:hover{background-color:#00baba;border-color:#000}.unit-converter-container{position:fixed;width:280px;background-color:#f8f5e6;border:2px solid black;border-radius:8px;box-shadow:6px 6px #0003;z-index:10000;display:flex;flex-direction:column;overflow:hidden;white-space:normal}.unit-converter-header{background-color:#2c2c2c;color:#f5f5f5;padding:10px 12px;display:flex;justify-content:space-between;align-items:center;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;border-bottom:2px solid black}.unit-converter-header:active{cursor:grabbing}.unit-converter-title{display:flex;align-items:center;gap:8px;font-size:12px;font-family:"Press Start 2P",monospace;pointer-events:none}.unit-converter-close{background:none!important;border:none!important;color:#f5f5f5!important;padding:0!important;cursor:pointer;box-shadow:none!important;transform:none!important;display:flex;align-items:center;justify-content:center}.unit-converter-close:hover{color:#dc0000!important}.unit-converter-body{padding:15px;display:flex;flex-direction:column;gap:15px}.unit-category-select{width:100%;cursor:pointer;background-color:#f5f5f5}.unit-category-select:focus{background-color:#fff}.unit-input-group{display:flex;gap:8px}.unit-input-group input{flex:1;min-width:0}.unit-input-group select{width:90px;flex-shrink:0;padding:10px 6px;cursor:pointer;background-color:#f5f5f5}.unit-input-group select:focus{background-color:#fff}.main-toolbar{background-color:#f4f4f4;height:40px;position:fixed;top:80px;left:0;right:0;transition:left .3s ease;border-bottom:black 2px solid;box-sizing:border-box;z-index:998;display:flex;align-items:center;justify-content:space-between;padding:0 20px;gap:20px;overflow-x:auto;white-space:nowrap}.main-toolbar::-webkit-scrollbar{display:none}.toolbar-tools button{background:none;border:none;padding:0;font-size:1rem;font-weight:700;color:#000;cursor:pointer;outline:none}.toolbar-tools button:hover{text-decoration:underline;background:none;border:none;box-shadow:none;transform:none}.toolbar-tools,.tools-group{display:flex;gap:20px;align-items:center}.mobile-tools-toggle{display:none!important}.toolbar-save{display:flex;align-items:center}@media(max-width:768px){.main-toolbar{padding:0 10px;gap:10px;overflow:visible}.mobile-tools-toggle{display:flex!important}.tools-group{display:none;position:absolute;top:45px;left:10px;background-color:#f4f4f4;border:2px solid black;border-radius:6px;padding:15px;box-shadow:4px 4px #0003;flex-direction:column;gap:15px;align-items:flex-start;z-index:1000}.tools-group.show-dropdown{display:flex}}.main-toolbar.sidebar-open{left:200px}@media(min-width:1200px){.main-toolbar{left:200px}}.main-content{margin-top:120px;margin-left:0;transition:margin-left .3s ease}.main-content.sidebar-open{margin-left:200px}@media(min-width:1200px){.main-content{margin-left:200px}}.home-page{display:flex;justify-content:center;align-items:center}.home-content{text-align:center;color:#f5f5f5;padding:0 30px 30px;background-color:#3f3c3c;border:2px solid black;border-radius:10px;box-shadow:5px 5px 15px #0000004d;margin-top:20px}@media(max-width:768px){.home-content{width:80%}}.fit_page{display:flex;flex-direction:column;align-items:center}.fit_main{display:flex;flex-direction:column;background:#f9f9f9;border-radius:8px;box-shadow:0 2px 6px #0000001a;padding:20px;margin-top:10px;margin-bottom:50px;max-width:70%;position:relative}.fit_content{display:flex;flex-direction:row}.calc-head{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;margin-bottom:10px}.calc-head label{display:flex;flex-direction:row;justify-content:center;align-items:center;white-space:nowrap;font-weight:700}h2{text-align:center;font-size:36px}h3{font-size:28px;margin-right:10px}.bore-header,.shaft-header{display:flex;justify-content:flex-start;align-items:center}.input-container{margin-right:10px;flex:1}.results-container{margin-left:10px;flex:1}.limits-inputs,.plusminus-inputs,.symmetrical-inputs{display:flex;flex-direction:column;gap:10px;margin-top:10px}.limits-inputs label,.plusminus-inputs label,.symmetrical-inputs label{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:5px;font-weight:bolder}.plusminus-inputs input{width:84%}.symmetrical-inputs input{width:89%}.results{display:flex;flex-direction:column;align-items:center}.results h3{margin:10px 0 0}.results p{margin:5px 0}.clearance-animation{margin-top:0;width:100%;max-width:500px}.view-mode-controls{display:flex;justify-content:center;gap:10px;margin-bottom:30px}.view-mode-btn{font-family:"Press Start 2P",monospace;font-size:12px;padding:10px 18px;border:2px solid Black;background-color:#494949;color:#f5f5f5;cursor:pointer;border-radius:6px;transition:all .2s ease}.view-mode-btn:hover{transform:translateY(-2px);box-shadow:4px 4px #111;border:2px solid #00dcdc}.view-mode-btn.active{transform:translateY(0);border:2px solid #00dcdc;background-color:#2c2c2c}.animation-container{position:relative;width:100%;height:300px;display:flex;align-items:center;justify-content:center}.bore-visualization{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.bore-circle{border:4px solid #4a90e2;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;background:#4a90e20d;animation:pulse-bore 2s ease-in-out infinite;transition:all .5s ease}@keyframes pulse-bore{0%,to{box-shadow:0 0 #4a90e266}50%{box-shadow:0 0 0 10px #4a90e200}}.bore-label{position:absolute;top:-35px;font-weight:700;color:#4a90e2;font-size:14px;white-space:nowrap}.shaft-visualization{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);animation:rotate-shaft 8s linear infinite;transition:all .5s ease}@keyframes rotate-shaft{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.shaft-circle{border:4px solid #e74c3c;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e74c3c33,#c0392b4d);animation:pulse-shaft 2s ease-in-out infinite;transition:all .5s ease}@keyframes pulse-shaft{0%,to{box-shadow:0 0 #e74c3c66}50%{box-shadow:0 0 0 8px #e74c3c00}}.shaft-label{font-weight:700;color:#e74c3c;font-size:12px;animation:counter-rotate 8s linear infinite;white-space:nowrap}@keyframes counter-rotate{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.results-header{display:flex;justify-content:center;align-items:center;gap:15px;width:100%;margin-bottom:10px}.clearance-display{text-align:center;margin-bottom:15px}.clearance-value{font-size:18px;font-weight:600;color:#333}.clearance-value span{font-size:22px;font-weight:700;padding:5px 10px;border-radius:4px;margin-left:5px}.clearance-value span.clearance{color:#155724;background:#d4edda}.clearance-value span.interference{color:#721c24;background:#f8d7da}.clearance-value span.transition{color:#856404;background:#fff3cd}.fit-type-badge{text-align:center;padding:12px 24px;border-radius:8px;font-weight:700;font-size:16px;margin:20px 0;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.fit-type-badge.clearance{background:#d4edda;color:#155724;border:2px solid #c3e6cb}.fit-type-badge.interference{background:#f8d7da;color:#721c24;border:2px solid #f5c6cb}.fit-type-badge.transition{background:#fff3cd;color:#856404;border:2px solid #ffeaa7}.calc-head input.input-error{border:2px solid #dc0000;background-color:#ffcdcd;outline:none}.input-error{animation:shake .2s ease-in-out 0s 2}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(5px)}50%{transform:translate(-5px)}75%{transform:translate(5px)}to{transform:translate(0)}}.save-btn:disabled{background-color:#2c2c2c;color:#888;border-color:#444;cursor:not-allowed;transform:none!important;box-shadow:none!important}@media(max-width:1200px){.fit_main{max-width:90%;padding:15px}.fit_content{flex-direction:column}.input-container{margin-right:0}.results-container{margin-left:0;margin-top:20px}h2{font-size:28px}h3{font-size:22px}.animation-container{height:300px;padding-top:5px}.view-mode-controls{flex-direction:row;gap:8px}.view-mode-btn{flex:1;padding:12px}.bore-label,.shaft-label{font-size:11px}}.related-card{display:flex;flex-direction:column;justify-content:center;background:#f8f8f8;border-radius:16px;padding:20px;text-decoration:none;color:#333;width:250px;box-shadow:0 4px 10px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.related-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #00000026}.related-card h2{margin:0 0 10px;font-size:1.2rem}.related-card p{font-size:.95rem;color:#666;text-align:center}.search-page{display:flex;flex-direction:column;align-items:center;margin-top:20px;min-height:100vh}.search-page h1{margin-bottom:20px;color:#333;font-size:2rem}.search-page input{width:300px;padding:10px 15px;border-radius:8px;font-size:1rem;margin-bottom:20px;transition:all .2s ease}.search-page ul{list-style-type:none;padding:0;margin:0}.search-page li a{text-decoration:none;padding:12px 15px;margin-bottom:8px;border-radius:6px;color:#000;transition:background .5s ease;cursor:pointer}.search-page li a:hover{color:#00dcdc}.datainterp-page{display:flex;justify-content:center}.datainterp-main{background:#f9f9f9;border-radius:8px;box-shadow:0 2px 6px #0000001a;padding:25px;margin-top:10px;max-width:70%;min-width:428px;position:relative}h1{text-align:center;margin-bottom:10px}.calc-head{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:15px}.opt-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:12px 20px;margin-bottom:25px}.grid-item label{font-size:.8rem;color:#666;margin-bottom:3px;display:block}.grid-item input{width:100%;padding:4px 6px;font-size:.8rem;border:1px solid #ccc;border-radius:4px;background-color:#fafafa;color:#444;transition:border-color .2s ease,background-color .2s ease}.grid-item input:focus{border-color:#aaa;background-color:#fff}.calc-container{display:flex;justify-content:space-between;align-items:flex-start;gap:30px}.input-side{display:flex;flex-direction:column;flex:1;justify-content:flex-start}.main-input-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,auto);gap:12px 20px;align-items:center}.main-input-grid>div{display:flex;flex-direction:column}.main-input-grid label{font-size:.9rem;margin-bottom:4px}.main-input-grid input{padding:6px 8px;border-radius:5px}.equation{margin-top:15px;font-family:monospace;font-size:.7rem;word-break:break-word}.equation-label{margin-bottom:4px;display:block;font-weight:bolder}.equation-value{display:block;white-space:pre-wrap;overflow-wrap:break-word}.plot-section{flex:1.2;min-width:380px;display:flex;justify-content:center;align-items:center}@media(max-width:1280px){.datainterp-page{display:flex}.datainterp-main{display:flex;flex-direction:column}.calc-container{flex-direction:column;align-items:center}.plot-section{width:100%;margin-top:20px}.opt-inputs-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,auto)}}@media(max-width:600px){.datainterp-main{min-width:85%;padding:10px}.opt-inputs-grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto)}}.pressfit-page{display:flex;justify-content:center}.pressfit-main{background:#f9f9f9;border-radius:8px;box-shadow:0 2px 6px #0000001a;padding:20px;margin-top:10px;max-width:50%;display:flex;flex-direction:column;align-items:center;position:relative}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.calc-head{display:flex;align-items:center;justify-content:center;margin:10px 0;gap:6px;flex-wrap:wrap}.calc-head h1{font-size:2.5rem;margin:0}.toggles-container{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.custom-switch{position:relative;display:inline-flex;height:24px;width:44px;align-items:center;border-radius:9999px;border:none;transition:background-color .2s ease-in-out;cursor:pointer;padding:0}.switch-unchecked{background-color:#d1d5db}.switch-checked{background-color:#494949}.switch-knob{display:inline-block;height:18px;width:18px;border-radius:9999px;background-color:#fff;transition:transform .2s ease-in-out;box-shadow:0 2px 4px #0003}.knob-unchecked{transform:translate(3px)}.knob-checked{transform:translate(23px)}.title-description-popup{position:relative;width:90%;max-width:500px;background:#fff;border:1px solid #ddd;box-shadow:0 4px 15px #0000001a;border-radius:6px;text-align:center;font-size:1rem;padding:12px}.pf-inputs{display:flex;flex-direction:row;gap:40px}.shaft-inputs h2,.bore-inputs h2{margin-top:10px;margin-bottom:10px}.shaft-inputs,.bore-inputs{display:flex;flex-direction:column;justify-content:center}.shaftIR-inputs,.shaftOR-inputs,.boreIR-inputs,.boreOR-inputs{display:flex;flex-direction:row;gap:10px;padding:5px}.shaftIR-inputs label,.shaftOR-inputs label,.boreIR-inputs label,.boreOR-inputs label{display:flex;align-items:center;font-weight:700}.shaftIR-inputs input,.shaftOR-inputs input,.boreIR-inputs input,.boreOR-inputs input{max-width:80px;min-width:60px}.shaft-materials,.bore-materials{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:5px 0}.shaft-materials label,.bore-materials label{display:flex;flex-direction:column;font-weight:700}.shaft-materials input,.bore-materials input{max-width:100%}.additional-inputs{display:flex;flex-direction:row;justify-content:center;gap:20px;margin-top:20px;padding-bottom:20px;border-bottom:black 1px solid}.additional-inputs label{display:flex;align-items:center;font-weight:700}.additional-inputs input{max-width:80px}.interference-results,.contact-area,.contact-pressure,.hoop-stress,.press-force{display:flex;flex-direction:column;align-items:center}.interference-results h2,.contact-area h2,.contact-pressure h2,.hoop-stress h2,.press-force h2{margin:10px}.interference-results label,.contact-area label,.contact-pressure label,.hoop-stress label,.press-force label{padding:5px}.int-head,.ca-head,.cp-head,.hp-head,.pf-head{display:flex;align-items:center;gap:6px}.int-info,.ca-info,.cp-info,.hp-info,.pf-info{position:relative;top:1/2;left:1/2;z-index:100;width:260px;background:#ffffffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid #ddd;border-radius:6px;padding:12px;box-shadow:0 4px 15px #0000001a;font-size:.85rem;line-height:1.4;color:#333;margin-bottom:20px}.int-info:before,.ca-info:before,.cp-info:before,.hp-info:before,.pf-info:before{content:"";position:absolute;top:-6px;left:40px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid rgba(255,255,255,.85)}.int-info p,.ca-info p,.cp-info p,.hp-info p,.pf-info p{margin:20px 0}.close-btn{position:absolute;top:1px;right:1px;background:none;border:none;font-size:1rem;cursor:pointer;color:#999}.close-btn:hover{color:#000;box-shadow:none;border:none}.warning{padding:10px;margin-bottom:10px;background-color:#fdffdd;border-left:6px solid #d8f436;color:#a7a942;width:100%;text-align:center;border-radius:4px}@media(max-width:1400px){.pressfit-main{width:700px;max-width:none}}@media(max-width:786px){.pressfit-main{width:90%}.pressfit-main h1{font-size:2rem}.pf-inputs{display:flex;flex-direction:column;gap:0}.shaft-inputs,.bore-inputs{display:flex;align-items:center}.shaft-materials,.bore-materials{display:flex;flex-direction:row;align-items:center}.shaft-materials input,.bore-materials input{max-width:90%}}@font-face{font-display:block;font-family:KaTeX_AMS;font-style:normal;font-weight:400;src:url(/assets/KaTeX_AMS-Regular-BQhdFMY1.woff2) format("woff2"),url(/assets/KaTeX_AMS-Regular-DMm9YOAa.woff) format("woff"),url(/assets/KaTeX_AMS-Regular-DRggAlZN.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Caligraphic-Bold-Dq_IR9rO.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Bold-BEiXGLvX.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Bold-ATXxdsX0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Caligraphic;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Caligraphic-Regular-Di6jR-x-.woff2) format("woff2"),url(/assets/KaTeX_Caligraphic-Regular-CTRA-rTL.woff) format("woff"),url(/assets/KaTeX_Caligraphic-Regular-wX97UBjC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Fraktur-Bold-CL6g_b3V.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Bold-BsDP51OF.woff) format("woff"),url(/assets/KaTeX_Fraktur-Bold-BdnERNNW.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Fraktur;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Fraktur-Regular-CTYiF6lA.woff2) format("woff2"),url(/assets/KaTeX_Fraktur-Regular-Dxdc4cR9.woff) format("woff"),url(/assets/KaTeX_Fraktur-Regular-CB_wures.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:700;src:url(/assets/KaTeX_Main-Bold-Cx986IdX.woff2) format("woff2"),url(/assets/KaTeX_Main-Bold-Jm3AIy58.woff) format("woff"),url(/assets/KaTeX_Main-Bold-waoOVXN0.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Main-BoldItalic-DxDJ3AOS.woff2) format("woff2"),url(/assets/KaTeX_Main-BoldItalic-SpSLRI95.woff) format("woff"),url(/assets/KaTeX_Main-BoldItalic-DzxPMmG6.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Main-Italic-NWA7e6Wa.woff2) format("woff2"),url(/assets/KaTeX_Main-Italic-BMLOBm91.woff) format("woff"),url(/assets/KaTeX_Main-Italic-3WenGoN9.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Main;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Main-Regular-B22Nviop.woff2) format("woff2"),url(/assets/KaTeX_Main-Regular-Dr94JaBh.woff) format("woff"),url(/assets/KaTeX_Main-Regular-ypZvNtVU.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:700;src:url(/assets/KaTeX_Math-BoldItalic-CZnvNsCZ.woff2) format("woff2"),url(/assets/KaTeX_Math-BoldItalic-iY-2wyZ7.woff) format("woff"),url(/assets/KaTeX_Math-BoldItalic-B3XSjfu4.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Math;font-style:italic;font-weight:400;src:url(/assets/KaTeX_Math-Italic-t53AETM-.woff2) format("woff2"),url(/assets/KaTeX_Math-Italic-DA0__PXp.woff) format("woff"),url(/assets/KaTeX_Math-Italic-flOr_0UB.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:700;src:url(/assets/KaTeX_SansSerif-Bold-D1sUS0GD.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Bold-DbIhKOiC.woff) format("woff"),url(/assets/KaTeX_SansSerif-Bold-CFMepnvq.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:italic;font-weight:400;src:url(/assets/KaTeX_SansSerif-Italic-C3H0VqGB.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Italic-DN2j7dab.woff) format("woff"),url(/assets/KaTeX_SansSerif-Italic-YYjJ1zSn.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_SansSerif;font-style:normal;font-weight:400;src:url(/assets/KaTeX_SansSerif-Regular-DDBCnlJ7.woff2) format("woff2"),url(/assets/KaTeX_SansSerif-Regular-CS6fqUqJ.woff) format("woff"),url(/assets/KaTeX_SansSerif-Regular-BNo7hRIc.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Script;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Script-Regular-D3wIWfF6.woff2) format("woff2"),url(/assets/KaTeX_Script-Regular-D5yQViql.woff) format("woff"),url(/assets/KaTeX_Script-Regular-C5JkGWo-.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size1;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size1-Regular-mCD8mA8B.woff2) format("woff2"),url(/assets/KaTeX_Size1-Regular-C195tn64.woff) format("woff"),url(/assets/KaTeX_Size1-Regular-Dbsnue_I.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size2;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size2-Regular-Dy4dx90m.woff2) format("woff2"),url(/assets/KaTeX_Size2-Regular-oD1tc_U0.woff) format("woff"),url(/assets/KaTeX_Size2-Regular-B7gKUWhC.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size3;font-style:normal;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(/assets/KaTeX_Size3-Regular-CTq5MqoE.woff) format("woff"),url(/assets/KaTeX_Size3-Regular-DgpXs0kz.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Size4;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Size4-Regular-Dl5lxZxV.woff2) format("woff2"),url(/assets/KaTeX_Size4-Regular-BF-4gkZK.woff) format("woff"),url(/assets/KaTeX_Size4-Regular-DWFBv043.ttf) format("truetype")}@font-face{font-display:block;font-family:KaTeX_Typewriter;font-style:normal;font-weight:400;src:url(/assets/KaTeX_Typewriter-Regular-CO6r4hn1.woff2) format("woff2"),url(/assets/KaTeX_Typewriter-Regular-C0xS9mPB.woff) format("woff"),url(/assets/KaTeX_Typewriter-Regular-D3Ib7_Hf.ttf) format("truetype")}.katex{font: 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important;border-color:currentColor}.katex .katex-version:after{content:"0.16.27"}.katex .katex-mathml{clip:rect(1px,1px,1px,1px);border:0;height:1px;overflow:hidden;padding:0;position:absolute;width:1px}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathnormal{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-style:italic;font-weight:700}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathboldfrak,.katex .textboldfrak{font-family:KaTeX_Fraktur;font-weight:700}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .mathsfit,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{border-collapse:collapse;display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;position:relative;vertical-align:bottom}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;font-size:1px;min-width:2px;vertical-align:bottom;width:2px}.katex .vbox{align-items:baseline;display:inline-flex;flex-direction:column}.katex .hbox{width:100%}.katex .hbox,.katex .thinbox{display:inline-flex;flex-direction:row}.katex .thinbox{max-width:0;width:0}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{position:relative;width:0}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{border:0 solid;display:inline-block;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{border-bottom-style:solid;display:inline-block;width:100%}.katex .hdashline{border-bottom-style:dashed;display:inline-block;width:100%}.katex .sqrt>.root{margin-left:.2777777778em;margin-right:-.5555555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.1666666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.6666666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.4566666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.1466666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.7142857143em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.8571428571em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.1428571429em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.2857142857em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.4285714286em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.7142857143em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.0571428571em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.4685714286em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.9628571429em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.5542857143em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.7777777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.8888888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.1111111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.3333333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.3044444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.7644444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.5833333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.6666666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.7283333333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.0733333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.4166666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.4861111111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.5555555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.4402777778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.7277777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.2893518519em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.3472222222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.4050925926em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.462962963em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.5208333333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.6944444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.8333333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.2002314815em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.4398148148em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.2410800386em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.2892960463em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.337512054em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.3857280617em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.4339440694em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.4821600771em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.5785920926em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.6943105111em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.8331726133em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.1996142719em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.2009646302em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.2411575563em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.2813504823em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.3215434084em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.3617363344em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.4019292605em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.4823151125em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.578778135em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.6945337621em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.8336012862em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .accent>.vlist-t,.katex .op-limits>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;display:block;height:inherit;position:absolute;width:100%}.katex svg path{stroke:none}.katex img{border-style:none;max-height:none;max-width:none;min-height:0;min-width:0}.katex .stretchy{display:block;overflow:hidden;position:relative;width:100%}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{overflow:hidden;position:relative;width:100%}.katex .halfarrow-left{left:0;overflow:hidden;position:absolute;width:50.2%}.katex .halfarrow-right{overflow:hidden;position:absolute;right:0;width:50.2%}.katex .brace-left{left:0;overflow:hidden;position:absolute;width:25.1%}.katex .brace-center{left:25%;overflow:hidden;position:absolute;width:50%}.katex .brace-right{overflow:hidden;position:absolute;right:0;width:25.1%}.katex .x-arrow-pad{padding:0 .5em}.katex .cd-arrow-pad{padding:0 .55556em 0 .27778em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{border:.04em solid;box-sizing:border-box}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex .angl{border-right:.049em solid;border-top:.049em solid;box-sizing:border-box;margin-right:.03889em}.katex .anglpad{padding:0 .03889em}.katex .eqn-num:before{content:"(" counter(katexEqnNo) ")";counter-increment:katexEqnNo}.katex .mml-eqn-num:before{content:"(" counter(mmlEqnNo) ")";counter-increment:mmlEqnNo}.katex .mtr-glue{width:50%}.katex .cd-vert-arrow{display:inline-block;position:relative}.katex .cd-label-left{display:inline-block;position:absolute;right:calc(50% + .3em);text-align:left}.katex .cd-label-right{display:inline-block;left:calc(50% + .3em);position:absolute;text-align:right}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{padding-left:2em;text-align:left}body{counter-reset:katexEqnNo mmlEqnNo}:root{--primary-gradient-start: #667eea;--primary-gradient-end: #764ba2;--bar-default: #3b82f6;--bar-low: #10b981;--bar-medium: #f59e0b;--bar-high: #ef4444}.percentdifference-page{display:flex;justify-content:center}.percentdifference-main{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:2.5rem;margin-top:10px;max-width:600px;width:100%;position:relative}h1{font-size:2rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:.5rem}.subtitle{color:#6b7280;text-align:center;margin-bottom:2rem;font-size:.95rem}.calc-head{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:.5rem}.calc-head h1{margin-bottom:0}.info-btn{background:none;border:none;padding:0;cursor:pointer;display:flex;color:#666}.popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:9999;display:flex;justify-content:center;align-items:center}.title-description-popup{position:relative;width:90%;max-width:500px;background:#fff;border:1px solid #ddd;box-shadow:0 4px 15px #0000001a;border-radius:6px;text-align:center;font-size:.95rem;padding:15px}.close-btn{position:absolute;top:5px;right:5px;background:none;border:none;font-size:1rem;cursor:pointer;color:#999}.close-btn:hover{color:#000}.input-group{margin-bottom:1.5rem}.input-group.target-input{margin-bottom:2rem;padding-top:.5rem;border-top:1px solid #e5e7eb}.input-group.target-input label{font-size:.8rem;font-weight:500;color:#6b7280}.input-group.target-input input{padding:.5rem;font-size:.875rem;border:1px solid #d1d5db;background-color:#f9fafb}.input-group.target-input input:focus{border-color:#9ca3af;background-color:#fff}.result-display{background:linear-gradient(135deg,var(--primary-gradient-start) 0%,var(--primary-gradient-end) 100%);border-radius:12px;padding:2rem;text-align:center;margin-bottom:1.5rem;box-shadow:0 4px 12px #667eea4d;transition:background .3s ease}.result-label{font-size:.85rem;color:#ffffffe6;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:.5rem}.result-value{font-size:3rem;font-weight:700;color:#fff;line-height:1}.visual-bar-container{margin-bottom:1.5rem}.bar-header{display:flex;justify-content:space-between;margin-bottom:.5rem;font-size:.85rem;color:#6b7280}.bar-track{width:100%;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden}.bar-fill{height:100%;border-radius:6px;transition:all .3s ease}.bar-labels{display:flex;justify-content:space-between;margin-top:.25rem;font-size:.75rem;color:#9ca3af;position:relative}.bar-labels .target-label{color:#4b5563;font-weight:600}.info-box{background:#f9fafb;border-radius:8px;padding:1rem;font-size:.85rem;color:#6b7280}.info-row{margin-bottom:.5rem}.info-row:last-child{margin-bottom:0}.info-row strong{color:#374151}.warning-box{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:1rem;text-align:center;color:#92400e;font-size:.9rem;margin-top:1rem}@media(max-width:768px){.percentdifference-page{padding:1rem}.percentdifference-main{padding:1.5rem}h1{font-size:1.5rem}.result-value{font-size:2.5rem}}:root{--bg-page: #f8f5e6;--bg-table-wrapper: #ffffff;--bg-table-header: #2c2c2c;--text-header: #f5f5f5;--border-color: #000000;--text-color: #000000;--bg-input: #e6e6e6;--bg-input-alt: #ffffff;--bg-baseline-input: #d0d0d0;--text-baseline: #555;--bg-readonly: #cccccc;--text-readonly: #444;--bg-settings: #e8e8e8;--shadow-color: #000000}.theme-dark{--bg-page: #1a1a1a;--bg-table-wrapper: #333333;--bg-table-header: #000000;--text-header: #e0e0e0;--border-color: #555555;--text-color: #e0e0e0;--bg-input: #444444;--bg-input-alt: #2a2a2a;--bg-baseline-input: #555555;--text-baseline: #aaa;--bg-readonly: #1f1f1f;--text-readonly: #888;--bg-settings: #2a2a2a;--shadow-color: #000000}.pugh-page-layout{padding-bottom:80px;background-color:var(--bg-page);min-height:100vh;transition:background-color .3s ease}.pugh-container{padding:20px;overflow-x:hidden}.pugh-container h1{margin-top:0;margin-bottom:0}.table-wrapper{overflow-x:auto;border:3px solid var(--border-color);border-radius:12px;background-color:var(--bg-table-wrapper);box-shadow:6px 6px #0000001a;margin-bottom:40px;-webkit-overflow-scrolling:touch}.pugh-table{width:100%;border-collapse:separate;border-spacing:0;min-width:800px}.pugh-table th,.pugh-table td{border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:8px;text-align:center;vertical-align:middle;box-sizing:border-box}.sticky-col{position:sticky;background-color:var(--bg-table-header)!important;color:var(--text-header);transition:none;border-right:1px solid #555;z-index:20}.sticky-col.corner-merged{left:0;z-index:40;padding:0;vertical-align:top}.pugh-weighted .sticky-col.corner-merged{width:400px;min-width:400px;max-width:400px}.pugh-simple .sticky-col.corner-merged{width:200px;min-width:200px;max-width:200px}thead .sticky-col{z-index:30;font-size:10px;line-height:1.2}tbody td.sticky-col,tfoot td.sticky-col,thead th.sticky-col{background-color:var(--bg-table-header)!important}.force-hide{display:none!important}.sticky-col.first-col{left:0;width:200px!important;min-width:200px!important;max-width:200px!important}.sticky-col.second-col{left:200px!important;width:100px!important;min-width:100px!important;max-width:100px!important}.sticky-col.third-col{left:300px!important;width:100px!important;min-width:100px!important;max-width:100px!important}.pugh-hide-attrs .sticky-col{position:static!important;display:none!important}.sticky-col.second-col.col-hidden,.sticky-col.third-col.col-hidden{max-width:0!important;min-width:0!important;width:0!important;padding:0!important;border:none!important;opacity:0;overflow:hidden;font-size:0}td.sticky-col.second-col.col-hidden,td.sticky-col.third-col.col-hidden{border:none!important}.sticky-col.corner-merged.col-hidden-active{min-width:140px;max-width:140px}.sticky-col.simple-mode{min-width:140px}.pugh-dropdown-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;height:100%;padding-top:10px;box-sizing:border-box}.dropdown-section{display:flex;flex-direction:column;align-items:center}.pugh-dropdown-label{font-weight:700;color:var(--text-header);margin-bottom:5px;font-family:"Press Start 2P",monospace;font-size:14px;text-shadow:2px 2px 0px #000}.pugh-custom-select{position:relative;max-width:180px}.select-trigger{width:100%;padding:10px 15px;background-color:var(--bg-table-wrapper);border:2px solid #000;border-radius:6px;color:#000;font-family:Arial,sans-serif;font-weight:700;font-size:14px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;box-shadow:4px 4px #000;transition:all .2s}.select-trigger:hover{transform:translateY(-2px);box-shadow:6px 6px #000}.select-trigger:active,.select-trigger.open{transform:translateY(0);box-shadow:2px 2px #000}.select-arrow{font-size:12px}.select-options{position:absolute;top:110%;left:0;width:100%;background-color:var(--bg-table-header);border:2px solid var(--border-color);border-radius:6px;z-index:100;box-shadow:4px 4px #000;overflow:hidden;animation:slideDown .2s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.option-btn{width:100%;text-align:left;padding:12px 15px;background:transparent;border:none;border-bottom:1px solid #444;color:#ccc;cursor:pointer;font-family:Arial,sans-serif;font-size:14px;transition:background .2s}.option-btn:last-child{border-bottom:none}.option-btn:hover{background-color:#444;color:#fff}.option-btn.selected{background-color:#00dcdc;color:#000;font-weight:700}.score-legend{font-size:10px;color:#ccc;font-family:Arial,sans-serif;margin-top:12px;text-align:center;line-height:1.4;width:80%}.header-content{display:flex;flex-direction:row;align-items:stretch;gap:10px;min-width:250px}.header-img-section{flex:0 0 80px;display:flex;flex-direction:column;align-items:center;gap:5px}.header-desc-section{flex:1;display:flex;flex-direction:column}.image-upload-wrapper{width:80px;height:80px;background-color:var(--bg-input);border:2px dashed var(--border-color);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;border-radius:6px}.image-upload-label{cursor:pointer;font-size:10px;text-align:center;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-color);font-weight:700}.image-upload-wrapper:hover{border-color:#00dcdc;background-color:#d0d0d0}.desc-textarea{width:100%;flex:1;background-color:var(--bg-input);border:2px solid var(--border-color);border-radius:4px;padding:5px;font-family:inherit;font-size:12px;resize:none;box-sizing:border-box;color:var(--text-color)}.concept-img-preview{width:100%;height:100%;overflow:hidden}.concept-img-preview img{width:100%;height:100%;object-fit:cover;cursor:zoom-in}.image-upload-label input{display:none}.delete-col-btn{background:#d9534f;padding:0;font-size:10px;font-weight:400;border:2px solid var(--border-color);border-radius:4px;width:100%;height:24px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.delete-col-btn:disabled{background:#555;cursor:not-allowed;color:#888;border-color:#444}.concept-name-wrapper{display:flex;align-items:center;gap:5px;justify-content:center}.concept-name-input{text-align:center;font-weight:700;background-color:var(--bg-input);color:var(--text-color);min-width:100px;flex:1;border:2px solid var(--border-color);border-radius:4px;padding:4px}.concept-name-input:focus{border-color:#00dcdc;outline:none}.baseline-name-input{background-color:var(--bg-baseline-input);color:var(--text-baseline);font-style:italic}.weight-input,.score-input{text-align:center;padding:6px;width:100%;min-width:40px;color:var(--text-color);background:var(--bg-input);border:2px solid var(--border-color);border-radius:4px;font-weight:700}.score-input{border:none;background:transparent}.read-only-cell{background-color:var(--bg-readonly);color:var(--text-readonly);font-family:monospace;font-weight:700}.baseline-score{font-weight:700;color:#fff;font-size:18px}.Attributes-cell{display:flex;align-items:center;gap:5px;width:100%;height:100%}.attr-name-textarea{background:transparent;border:none;color:#fff;flex:1;width:0;min-width:0;font-weight:700;font-family:inherit;font-size:11px;resize:none;padding:2px;line-height:1.2;overflow:hidden;text-align:left;display:block}.attr-name-textarea:focus{outline:none;background:#ffffff1a;border-radius:2px}.delete-row-btn{background:#d9534f;padding:0 5px;font-size:12px;border:1px solid #000;border-radius:3px;height:20px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer}.total-row td{background-color:var(--bg-table-header);color:var(--text-header);font-size:16px;font-weight:700;border-top:3px solid var(--border-color)}.winner-cell{color:#00dcdc!important;text-shadow:2px 2px 0px #000;border:4px solid #00dcdc!important}.bottom-controls{display:flex;flex-direction:column;align-items:center;gap:20px}.calculate-btn{background-color:#ff9800;color:#000;font-size:24px!important;padding:15px 40px!important;border:3px solid #000!important;box-shadow:6px 6px #000;width:auto;border-radius:8px;font-family:"Press Start 2P",monospace;font-weight:700}.calculate-btn:hover{transform:translateY(-2px);box-shadow:8px 8px #000;background-color:#ffad33}.calculate-btn:active{transform:translateY(2px);box-shadow:2px 2px #000}.calculate-btn:disabled{background-color:#555;color:#aaa;border-color:#444!important;cursor:not-allowed;box-shadow:none}.action-buttons-container{display:flex;gap:15px;flex-wrap:wrap;justify-content:center}.action-btn{font-size:14px!important;padding:10px 18px!important;border:2px solid #000;box-shadow:4px 4px #000;color:#fff;border-radius:6px;font-weight:700;text-transform:uppercase;background-color:#333}.green-btn{background-color:#2ecc71!important;color:#000!important}.blue-btn{background-color:#3498db!important;color:#000!important}.action-btn:hover{transform:translateY(-2px);box-shadow:6px 6px #000}.settings-panel{background-color:var(--bg-settings);border:3px solid var(--border-color);padding:25px;border-radius:12px;margin-top:20px;width:100%;max-width:600px;color:var(--text-color);box-shadow:4px 4px #0000001a}.settings-panel h3{margin-top:0;text-transform:uppercase;font-family:"Press Start 2P",monospace;font-size:16px;border-bottom:2px solid var(--border-color);padding-bottom:10px;margin-bottom:20px}.settings-toggles{display:flex;flex-direction:column;gap:15px;margin-bottom:20px}.checkbox-setting{margin-bottom:15px;font-family:Arial,sans-serif;font-weight:700;font-size:14px;display:flex;justify-content:flex-start;width:100%}.checkbox-setting label{display:flex;align-items:center;gap:12px;cursor:pointer;width:auto;max-width:none;white-space:nowrap;text-align:left}.checkbox-setting input[type=checkbox]{width:18px;height:18px;accent-color:#00dcdc;border:2px solid #000}@media(max-width:500px){.checkbox-setting label{white-space:normal}}.stacked-settings{display:flex;flex-direction:column;gap:20px;margin-bottom:25px}.setting-row h4{margin:0 0 10px;font-size:12px;text-transform:uppercase;color:var(--text-color);opacity:.7}.setting-group-pair{display:flex;gap:20px;justify-content:space-between}.setting-group{flex:1;display:flex;flex-direction:column;gap:5px}.setting-group label{font-size:12px;font-weight:700}.setting-group input{padding:10px;border:2px solid var(--border-color);border-radius:6px;background-color:var(--bg-input);color:var(--text-color);font-weight:700}.danger-zone{display:flex;flex-direction:column;gap:12px;margin-top:20px;padding-top:20px;border-top:2px solid var(--border-color)}.toggle-delete-btn{background-color:#f1c40f;border:2px solid #000;padding:12px;color:#000;cursor:pointer;font-weight:700;border-radius:6px;text-transform:uppercase}.toggle-delete-btn:hover{background-color:#f39c12}.toggle-delete-btn.active{background-color:#27ae60;color:#fff}.reset-btn{background-color:#e74c3c;border:2px solid #000;padding:12px;color:#fff;cursor:pointer;font-weight:700;border-radius:6px;text-transform:uppercase}.reset-btn:hover{background-color:#c0392b}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}button:focus,input:focus,textarea:focus,select:focus{outline:3px solid #00dcdc!important;outline-offset:2px}.theme-dark .sticky-col{color:#fff}.toggle-switch-wrapper{display:flex;align-items:center;justify-content:center;gap:15px;font-family:"Press Start 2P",monospace;font-size:12px;margin-bottom:25px;background:#0000000d;padding:10px;border-radius:8px}.mode-label{font-weight:700;transition:opacity .3s;color:var(--text-color)}.mode-label.inactive{opacity:.4}.mode-label.active{opacity:1;text-shadow:1px 1px 0px rgba(0,0,0,.2)}.headless-switch{position:relative;display:inline-flex;height:24px;width:50px;align-items:center;border-radius:9999px;cursor:pointer;transition:background-color .2s;border:2px solid #000;padding:0}.headless-switch.bg-light{background-color:#ccc}.headless-switch.bg-dark{background-color:#2c3e50}.headless-switch-slider{display:inline-block;height:14px;width:14px;transform:translate(3px);border-radius:9999px;background-color:#fff;transition:transform .2s;border:1px solid #000}.headless-switch-slider.translate-x{transform:translate(29px);background-color:#00dcdc}.headless-switch:focus{outline:3px solid #00dcdc!important;outline-offset:2px}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;z-index:1000;display:flex;align-items:center;justify-content:center}.modal-content{background-color:var(--bg-settings);padding:30px;border:4px solid var(--border-color);border-radius:12px;text-align:center;max-width:400px;box-shadow:0 0 20px #00000080;color:var(--text-color)}.modal-content h3{margin-top:0;font-family:"Press Start 2P",monospace;font-size:16px;color:#d9534f}.modal-actions{display:flex;gap:20px;justify-content:center;margin-top:20px}.modal-btn{padding:10px 20px;border:2px solid var(--border-color);cursor:pointer;font-weight:700;border-radius:6px;text-transform:uppercase}.cancel-btn{background-color:#e0e0e0;color:#000}.confirm-btn{background-color:#d9534f;color:#fff}.delete-concept-top-btn{background-color:#d9534f;color:#fff;border:2px solid #000;padding:4px 8px;font-size:11px;cursor:pointer;width:100%;font-weight:700;border-radius:4px}.delete-concept-top-btn:hover{background-color:#c9302c}.delete-btn-cell{background-color:var(--bg-table-header)}@media(max-width:768px){.mobile-toggle-wrapper{display:flex;justify-content:flex-start;margin-bottom:10px}.mobile-toggle-btn{background-color:#333;color:#fff;border:2px solid #000;padding:8px 12px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:3px 3px #0003;text-transform:uppercase;border-radius:4px}.mobile-toggle-btn.active{background-color:#d9534f}.sticky-col.second-col,.sticky-col.third-col{font-size:9px!important;white-space:normal;line-height:1.2}.pugh-table th,.pugh-table td{padding:4px!important;font-size:11px!important}.header-content{min-width:150px}.image-upload-wrapper{width:50px;height:50px}.header-img-section{flex:0 0 50px}.calculate-btn{font-size:16px!important;padding:10px 20px!important}}@media(min-width:769px){.mobile-toggle-wrapper{display:none}}@keyframes shake{0%{transform:translate(0)}25%{transform:translate(-5px)}50%{transform:translate(5px)}75%{transform:translate(-5px)}to{transform:translate(0)}}.input-error{border:2px solid red!important;background-color:#fcc!important;animation:shake .3s ease-in-out}.invalid-input{background-color:#d9534f33!important;border:2px solid #d9534f!important}.error-cell{color:#d9534f!important;font-weight:700}.image-zoom-overlay{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;background-color:#000c;padding:10px;border-radius:8px;border:2px solid #00dcdc;box-shadow:0 0 20px #00000080;pointer-events:none}.attr-zoom-overlay{position:fixed;z-index:9999;background-color:#2c2c2c;color:#fff;padding:15px;border-radius:8px;border:3px solid #00dcdc;box-shadow:0 0 30px #000c;pointer-events:none;max-width:300px;font-size:15px;line-height:1.4;font-weight:700;text-align:left;word-wrap:break-word}.image-zoom-overlay img{max-width:80vw;max-height:80vh;object-fit:contain;display:block}.thumbnail-container{width:100%;height:100%;position:relative;cursor:pointer;background-color:#000}.thumb-img{width:100%;height:100%;object-fit:cover;opacity:1;transition:opacity .2s}.stl-icon-preview{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#333;color:#fff;font-family:monospace}.thumbnail-container:hover .thumb-img,.thumbnail-container:hover .stl-icon-preview{opacity:.5}.hover-hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;opacity:0;pointer-events:none;text-shadow:1px 1px 2px black;width:100%}.thumbnail-container:hover .hover-hint{opacity:1}.media-count-badge{position:absolute;bottom:4px;right:4px;background-color:#000000b3;color:#fff;font-size:10px;padding:2px 5px;border-radius:4px;font-weight:700;border:1px solid #fff}.gallery-overlay{position:fixed;inset:0;background-color:#000000e6;z-index:2000;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.gallery-content{width:90%;height:90%;max-width:1200px;max-height:800px;background:transparent;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-viewer-area{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.gallery-image{max-width:100%;max-height:100%;object-fit:contain;box-shadow:0 0 20px #00000080}.gallery-close-btn{position:absolute;top:-40px;right:0;background:none;border:none;color:#fff;font-size:30px;cursor:pointer;z-index:2001}.gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:2px solid white;color:#fff;font-size:24px;width:50px;height:50px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2001;transition:all .2s}.gallery-nav-btn:hover{background:#fff;color:#000}.gallery-nav-btn.prev{left:-60px}.gallery-nav-btn.next{right:-60px}.gallery-counter{position:absolute;bottom:-30px;color:#ccc;font-family:monospace}@media(max-width:768px){.gallery-nav-btn.prev{left:10px;top:unset;bottom:10px}.gallery-nav-btn.next{right:10px;top:unset;bottom:10px}.gallery-close-btn{top:10px;right:10px}}.evaluation-toggle-container{margin-top:20px;display:flex;justify-content:center}.evaluation-btn{background-color:#333;color:#fff;border:4px solid #000;padding:12px 24px;font-size:14px;cursor:pointer;transition:all .1s}.evaluation-btn:hover{background-color:#444;transform:translateY(-2px);box-shadow:0 4px #000}.evaluation-btn.active{background-color:#00dcdc;color:#000}.evaluation-tool-area{margin-top:40px;padding:30px;border:6px solid #000;background-color:#fff;box-shadow:12px 12px #000;margin-bottom:40px}.evaluation-tool-area h2{font-size:18px;margin-bottom:20px;text-transform:uppercase}.evaluation-desc{font-size:14px;line-height:1.6;margin-bottom:30px;color:#444}.radar-chart-wrapper{display:flex;justify-content:center;align-items:center;background-color:#f8f5e6;border:4px solid #000;padding:20px;overflow-x:auto}.radar-chart-container{max-width:100%}.radar-chart-container svg{max-width:100%;height:auto}.theme-dark .evaluation-tool-area{background-color:#2a2a2a;color:#eee}.theme-dark .evaluation-desc{color:#ccc}.theme-dark .radar-chart-wrapper{background-color:#1a1a1a}.account-container{display:flex;justify-content:center;align-items:center;margin-top:20px}.profile-view,.login-view{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 4px #0000001a;width:95%;max-width:1200px;text-align:center;box-sizing:border-box}.saved-calculations{display:flex;flex-direction:column;align-items:center}.search-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;min-width:200px}.search-bar{display:flex;align-items:center;gap:10px;width:100%}.filter-bar{display:flex;flex-direction:row;gap:10px;align-items:center;margin:2px}.filter-label{font-weight:600;font-size:.9rem;color:#64748b}.filter-buttons{display:flex;gap:8px;flex-wrap:wrap}.filter-btn{padding:6px 14px;border-radius:20px;border:1px solid #e2e8f0;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:6px;transform:none!important;box-shadow:none!important}.filter-btn.active{background:#00dcdc;color:#fff;border-color:#00dcdc;transform:none!important;box-shadow:none!important}.filter-btn.active:hover{transform:none!important;box-shadow:none!important}.clear-all{background:none;border:none;color:#ef4444;font-size:.85rem;cursor:pointer;text-decoration:underline;transform:none!important;box-shadow:none!important}.clear-all:hover{transform:none!important;box-shadow:none!important;border:none!important;font-weight:600}.calc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px;padding:20px 0;width:100%}.calc-card{background-color:#ececec;border:2px solid black;border-radius:8px;padding:20px;display:flex;flex-direction:column;justify-content:space-between;min-height:180px;transition:transform .2s ease,box-shadow .2s ease}.calc-card:hover{transform:translateY(-5px);box-shadow:none!important;border-color:none!important}.calc-card h3{margin:2px;font-size:24px;color:#2c2c2c}.calc-type{font-size:16px;color:#666;text-transform:uppercase;margin:0}.calc-date{font-size:16px;color:#999;margin:0}.card-actions{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;margin-top:15px}.confirm-delete-btn:hover,.delete-btn:hover{background-color:#ef4444;border-color:#000;border-radius:4px;cursor:pointer;font-size:.85rem}.modal-actions{display:flex;justify-content:center;gap:20px;margin-top:20px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.tolstack-page{display:flex;justify-content:center;align-items:flex-start;padding:20px;min-height:calc(100vh - 150px);font-family:inherit}.tolstack-main{background-color:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 12px #00000014;max-width:1100px;width:100%}.subtitle{color:#666;font-size:.95rem;margin-bottom:.5rem}.tolstack-layout{display:grid;grid-template-columns:1fr 340px;gap:30px;align-items:flex-start;margin-top:1.5rem}.parts-column{display:flex;flex-direction:column;gap:10px}.part-row{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:8px 15px;box-shadow:0 1px 3px #00000005;transition:border-color .2s}.part-row:hover{border-color:#cbd5e1}.part-badge{background:#f1f5f9;color:#64748b;font-weight:600;font-size:.85rem;width:26px;height:26px;display:flex;flex-shrink:0;align-items:center;justify-content:center;border-radius:50%}.part-name-input{border:1px solid #cbd5e1;background:#fff;font-size:.95rem;font-weight:500;color:#1e293b;flex:1;min-width:80px;outline:none;padding:8px 10px;border-radius:6px;transition:all .2s;box-sizing:border-box}.part-name-input:focus{border-color:#00dcdc;box-shadow:0 0 0 2px #00dcdc26}.part-name-input::placeholder{color:#94a3b8;font-weight:500}.dim-style-select{width:100px;flex-shrink:0;padding:8px 4px;border:1px solid #cbd5e1;border-radius:6px;font-size:.5;color:#1e293b;background-color:#fff;outline:none;transition:all .2s;box-sizing:border-box;cursor:pointer}.dim-style-select:focus{border-color:#00dcdc;box-shadow:0 0 0 2px #00dcdc26}.dir-btn{width:45px;flex-shrink:0;padding:8px 0;border-radius:6px;font-size:1.1rem;font-weight:700;cursor:pointer;border:none;transition:all .2s;text-align:center;box-sizing:border-box}.dir-pos{background:#d1fae5;color:#059669}.dir-pos:hover{background:#a7f3d0}.dir-neg{background:#fee2e2;color:#dc2626}.dir-neg:hover{background:#fecaca}.dim-input{width:90px;flex-shrink:0;padding:8px 10px;border:1px solid #cbd5e1;border-radius:6px;font-size:.95rem;color:#1e293b;transition:all .2s;box-sizing:border-box;text-align:center}.dim-input.tol-input{width:80px}.dim-input:focus{outline:none;border-color:#00dcdc;box-shadow:0 0 0 2px #00dcdc26}.input-wrapper{position:relative;display:inline-flex;align-items:center;flex-shrink:0}.input-prefix{position:absolute;left:10px;color:#64748b;font-weight:600;font-size:.95rem;pointer-events:none}.dim-input.has-prefix{padding-left:22px}.hidden-input{visibility:hidden;pointer-events:none;background:transparent;border-color:transparent}.del-btn{background:none;border:none;color:#888;cursor:pointer;display:flex;justify-content:center;align-items:center;padding:8px;transition:color .2s;width:34px;flex-shrink:0;box-sizing:border-box}.del-btn:hover:not(:disabled){color:#dc2626}.del-btn:disabled{opacity:.3;cursor:not-allowed}.add-part-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#f8fafc;color:#0f172a;border:2px dashed #cbd5e1;padding:12px;border-radius:8px;cursor:pointer;font-weight:600;font-size:.95rem;transition:all .2s;margin-top:5px}.add-part-btn:hover{background:#e2e8f0;border-color:#94a3b8}.results-column{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:20px;position:sticky;top:80px}.result-section h2{font-size:1.1rem;color:#1e293b;margin:0 0 15px;border-bottom:2px solid #e2e8f0;padding-bottom:8px}.result-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.result-item:last-child{margin-bottom:0}.result-label{font-size:.95rem;color:#64748b;font-weight:500}.result-value{font-size:1.15rem;font-weight:700}.result-value.nom,.result-value.xcMax,.result-value.xcMin{color:#3b82f6;font-size:1.3rem}.result-value.rssMax,.result-value.rssMin{color:#10b981;font-size:1.3rem}.result-value.xcRange{color:#3b82f6;font-size:1.3rem}.result-value.rssRange{color:#10b981;font-size:1.3rem}@media(max-width:900px){.tolstack-layout{grid-template-columns:1fr}.results-column{position:static}}@media(max-width:700px){.tolstack-main{padding:1.5rem}.part-row{flex-wrap:wrap}.part-name-input{min-width:100px}}
