:root{--bg-primary:#0a0a0a;--bg-secondary:#14141466;--bg-nav:#0a0a0ad9;--text-primary:#e0e0e0;--text-secondary:silver;--text-muted:#a0a0a0;--blue-muted:#93c5fde6;--purple-muted:#a78bfae6;--green-muted:#86eface6;--border-subtle:#ffffff0d;--border-divider:#ffffff14;--gradient-bg-1:radial-gradient(ellipse at top left,#3b82f614 0%,#0000 50%);--gradient-bg-2:radial-gradient(ellipse at bottom right,#8b5cf614 0%,#0000 50%);--gradient-bg-3:radial-gradient(ellipse at center,#22c55e0d 0%,#0000 50%);--gradient-text:linear-gradient(135deg,var(--blue-muted) 0%,var(--purple-muted) 50%,var(--green-muted) 100%);--gradient-text-simple:linear-gradient(135deg,var(--blue-muted) 0%,var(--purple-muted) 100%);--radius-sm:2px;--radius-md:4px;--shadow-subtle:0 4px 6px #0000004d,inset 0 1px 0 #ffffff05;--shadow-hover:0 6px 12px #0006,inset 0 1px 0 #ffffff08;--transition-smooth:0.3s ease}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0ad9;background:linear-gradient(180deg,#0a0a0af2,#0a0a0ad9),#0a0a0ad9;border-bottom:1px solid #ffffff0d;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 2rem}.nav-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#93c5fde6,#a78bfae6);-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:400;letter-spacing:-.01em;text-decoration:none;transition:opacity .3s ease}.nav-logo:hover{opacity:.8}.nav-links{gap:2.5rem;list-style:none;margin:0;padding:0}.nav-links,.nav-links li{align-items:center;display:flex}.nav-links a{align-items:center;color:silver;display:inline-flex;font-size:.95rem;font-weight:400;letter-spacing:.01em;padding:.25rem 0;position:relative;text-decoration:none;transition:all .3s ease}.nav-links a:after{background:linear-gradient(90deg,#93c5fd99,#a78bfa99);bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover{color:#e0e0e0;transform:translateY(-1px)}.nav-links a:hover:after{width:100%}.nav-links a.active{color:#93c5fde6}.nav-links a.active:after{width:100%}.nav-dropdown{display:flex}.nav-dropdown,.nav-dropdown-trigger{align-items:center;position:relative}.nav-dropdown-trigger{color:silver;cursor:pointer;display:inline-flex;font-size:.95rem;font-weight:400;letter-spacing:.01em;padding:.25rem 0;transition:all .3s ease}.nav-dropdown.open .nav-dropdown-trigger,.nav-dropdown:hover .nav-dropdown-trigger{color:#e0e0e0;transform:translateY(-1px)}.nav-dropdown.active .nav-dropdown-trigger{color:#93c5fde6}.nav-dropdown-trigger:after{background:linear-gradient(90deg,#93c5fd99,#a78bfa99);bottom:0;content:"";height:1px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-dropdown.active .nav-dropdown-trigger:after,.nav-dropdown.open .nav-dropdown-trigger:after,.nav-dropdown:hover .nav-dropdown-trigger:after{width:100%}.nav-dropdown-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#19191efa;border:1px solid #ffffff1a;border-radius:2px;box-shadow:0 4px 12px #0009,0 0 0 1px #ffffff0d;left:0;list-style:none;margin-top:.5rem;min-width:180px;opacity:0;padding:.5rem 0;position:absolute;top:100%;transform:translateY(-10px);transition:all .3s ease;visibility:hidden}.nav-dropdown.open .nav-dropdown-menu,.nav-dropdown:hover .nav-dropdown-menu{opacity:1;transform:translateY(0);visibility:visible}.nav-dropdown-menu li{margin:0}.nav-dropdown-menu a{border-left:2px solid #0000;color:silver;display:block;font-size:.9rem;font-weight:400;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s ease}.nav-dropdown-menu a:hover{background:#ffffff08;border-left-color:#93c5fd99;color:#e0e0e0;padding-left:1.75rem}.nav-dropdown-menu a.active{border-left-color:#93c5fde6;color:#93c5fde6}.nav-mobile-toggle{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:24px;justify-content:space-around;padding:0;width:28px;z-index:10}.nav-mobile-toggle span{background:silver;border-radius:2px;height:2px;transform-origin:center;transition:all .3s ease;width:100%}.nav-mobile-toggle:hover span{background:#e0e0e0}@media (max-width:768px){.nav-container{padding:1rem 1.5rem}.nav-logo{font-size:1.1rem}.nav-mobile-toggle{display:flex}.nav-links{align-items:flex-start;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0a0a0afa;border-left:1px solid #ffffff1a;box-shadow:-4px 0 20px #00000080;flex-direction:column;gap:0;height:100vh;margin:0;max-width:85vw;overflow-y:auto;padding:5rem 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:280px}.nav-links.mobile-open{right:0}.nav-links li{border-bottom:1px solid #ffffff0d;padding:.75rem 0;width:100%}.nav-links a{display:block;font-size:1rem;padding:.5rem 0;width:100%}.nav-links a:after{display:none}.nav-links a:hover{padding-left:.5rem;transform:none}.nav-dropdown{align-items:flex-start;flex-direction:column;width:100%}.nav-dropdown-trigger{cursor:pointer;font-size:1rem;padding:.5rem 0;-webkit-user-select:none;user-select:none;width:100%}.nav-dropdown-trigger:after{display:none}.nav-dropdown-menu{background:#0000;border:none;box-shadow:none;margin:.5rem 0 0;max-height:0;opacity:1;overflow:hidden;padding:0;position:static;transform:none;transition:max-height .3s ease;visibility:visible;width:100%}.nav-dropdown.open .nav-dropdown-menu{max-height:200px}.nav-dropdown-menu li{border-bottom:none;padding:0}.nav-dropdown-menu a{border-left:2px solid #0000;font-size:.95rem;padding:.75rem 1rem .75rem 1.5rem}.nav-dropdown-menu a:hover{padding-left:1.75rem}}@media (max-width:480px){.nav-container{padding:.875rem 1rem}.nav-logo{font-size:1rem}.nav-links{max-width:100vw;right:-100%;width:100%}.nav-links.mobile-open{right:0}}.home{align-items:center;background:radial-gradient(ellipse at top left,#3b82f614 0,#0000 50%),radial-gradient(ellipse at bottom right,#8b5cf614 0,#0000 50%),radial-gradient(ellipse at center,#22c55e0d 0,#0000 50%),#0a0a0a;color:#e0e0e0;display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:2rem}.home-container{max-width:800px;padding:3rem 2rem;text-align:center;width:100%}.home-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#93c5fde6,#a78bfae6 50%,#86eface6);-webkit-background-clip:text;background-clip:text;color:#e0e0e0;font-size:clamp(2.5rem,5vw,4rem);font-weight:300;letter-spacing:-.02em;margin-bottom:1rem}.home-container .tagline{color:#a0a0a0;font-size:clamp(1rem,2vw,1.25rem);font-weight:300;letter-spacing:.01em;margin-bottom:2rem}.home-content{border-top:1px solid #ffffff14;color:silver;font-size:1rem;line-height:1.6;margin-top:2rem;padding-top:2rem}@media (max-height:700px){.home-container{padding:1.5rem 2rem}.home-container h1{margin-bottom:.5rem}.home-content{margin-top:1rem;padding-top:1rem}}.about{align-items:center;background:radial-gradient(ellipse at top right,#8b5cf614 0,#0000 50%),radial-gradient(ellipse at bottom left,#3b82f614 0,#0000 50%),radial-gradient(ellipse at center,#22c55e0d 0,#0000 50%),#0a0a0a;display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:2rem}.about-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141466;border:1px solid #ffffff0d;border-radius:2px;box-shadow:0 4px 6px #0000004d,inset 0 1px 0 #ffffff05;margin:0 auto;max-width:900px;padding:3rem;transition:box-shadow .3s ease;width:100%}.about-container:hover{box-shadow:0 6px 12px #0006,inset 0 1px 0 #ffffff08}.about-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#93c5fde6,#a78bfae6);-webkit-background-clip:text;background-clip:text;color:#e0e0e0;font-size:clamp(2rem,4vw,2.5rem);font-weight:300;letter-spacing:-.02em;margin-bottom:2rem}.about-content{color:silver;font-size:1rem;font-weight:300;line-height:1.8}.about-content p{margin-bottom:1rem}@media (max-height:700px){.about{padding:1rem}.about-container{padding:2rem}.about-container h1{font-size:1.75rem;margin-bottom:1.5rem}}.hardware{align-items:center;background:radial-gradient(ellipse at top right,#8b5cf614 0,#0000 50%),radial-gradient(ellipse at bottom left,#3b82f614 0,#0000 50%),radial-gradient(ellipse at center,#22c55e0d 0,#0000 50%),#0a0a0a;display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:2rem}.hardware-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141466;border:1px solid #ffffff0d;border-radius:2px;box-shadow:0 4px 6px #0000004d,inset 0 1px 0 #ffffff05;margin:0 auto;max-width:1200px;padding:3rem;width:100%}.hardware-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#93c5fde6,#a78bfae6);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);font-weight:300;letter-spacing:-.02em;margin-bottom:2rem}.hardware-content{color:silver;font-weight:300;line-height:1.8}@media (max-height:700px){.hardware-container{padding:2rem}}.audio-plugins{align-items:center;background:radial-gradient(ellipse at top right,#8b5cf614 0,#0000 50%),radial-gradient(ellipse at bottom left,#3b82f614 0,#0000 50%),radial-gradient(ellipse at center,#22c55e0d 0,#0000 50%),#0a0a0a;display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:2rem}.audio-plugins-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141466;border:1px solid #ffffff0d;border-radius:2px;box-shadow:0 4px 6px #0000004d,inset 0 1px 0 #ffffff05;margin:0 auto;max-width:1200px;padding:3rem;width:100%}.audio-plugins-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#93c5fde6,#a78bfae6);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);font-weight:300;letter-spacing:-.02em;margin-bottom:2rem}.audio-plugins-content{color:silver;font-weight:300;line-height:1.8}@media (max-height:700px){.audio-plugins-container{padding:2rem}}.skills-services{align-items:center;background:radial-gradient(ellipse at top left,#3b82f614 0,#0000 50%),radial-gradient(ellipse at bottom right,#8b5cf614 0,#0000 50%),radial-gradient(ellipse at center,#22c55e0d 0,#0000 50%),#0a0a0a;display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:2rem}.skills-services-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141466;border:1px solid #ffffff0d;border-radius:2px;box-shadow:0 4px 6px #0000004d,inset 0 1px 0 #ffffff05;margin:0 auto;max-width:1200px;padding:3rem;width:100%}.skills-services-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#93c5fde6,#a78bfae6);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);font-weight:300;letter-spacing:-.02em;margin-bottom:2rem}.skills-services-content{color:silver;font-weight:300;line-height:1.8}@media (max-height:700px){.skills-services-container{padding:2rem}}.blog{align-items:center;background:radial-gradient(ellipse at top left,#3b82f614 0,#0000 50%),radial-gradient(ellipse at bottom right,#8b5cf614 0,#0000 50%),radial-gradient(ellipse at center,#22c55e0d 0,#0000 50%),#0a0a0a;display:flex;justify-content:center;min-height:calc(100vh - 60px);padding:2rem}.blog-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141466;border:1px solid #ffffff0d;border-radius:2px;box-shadow:0 4px 6px #0000004d,inset 0 1px 0 #ffffff05;margin:0 auto;max-width:900px;padding:3rem;width:100%}.blog-container h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#93c5fde6,#a78bfae6);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);font-weight:300;letter-spacing:-.02em;margin-bottom:2rem}.blog-content{color:silver;font-weight:300;line-height:1.8}.blog-placeholder{color:#a0a0a0;font-style:italic;margin-top:2rem;padding:2rem;text-align:center}@media (max-height:700px){.blog-container{padding:2rem}}.engineering-tools{background:radial-gradient(ellipse at top right,#8b5cf614 0,#0000 50%),radial-gradient(ellipse at bottom left,#3b82f614 0,#0000 50%),radial-gradient(ellipse at center,#22c55e0d 0,#0000 50%),#0a0a0a;height:calc(100vh - 60px);max-height:calc(100vh - 60px);overflow:hidden}.tools-layout{display:flex;height:100%;overflow:hidden;width:100%}.tools-mobile-menu-button{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f0ff2;border:none;border-bottom:1px solid #ffffff0d;color:#e0e0e0;cursor:pointer;display:none;gap:.75rem;left:0;padding:.75rem 1rem;position:fixed;right:0;top:60px;transition:all .3s ease;width:100%;z-index:200}.tools-mobile-menu-button:hover{background:#0f0f0f}.tools-mobile-menu-label{color:#e0e0e0;font-size:1rem;font-weight:400}.tools-hamburger{cursor:pointer;display:flex;flex-direction:column;gap:4px;height:18px;width:24px}.tools-hamburger span{background:#e0e0e0;border-radius:1px;display:block;height:2px;transition:all .3s ease;width:100%}.tools-hamburger.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.tools-hamburger.open span:nth-child(2){opacity:0}.tools-hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.tools-mobile-menu-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000080;bottom:0;display:none;left:0;position:fixed;right:0;top:0;z-index:150}.tools-sidebar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f0f0f99;border-right:1px solid #ffffff0d;height:calc(100vh - 60px);left:0;min-width:280px;overflow-y:auto;padding:2rem 0;position:fixed;scrollbar-color:#93c5fd4d #0000;scrollbar-width:thin;top:60px;transition:transform .3s ease;width:320px;z-index:100}.tools-sidebar::-webkit-scrollbar{width:6px}.tools-sidebar::-webkit-scrollbar-track{background:#0000}.tools-sidebar::-webkit-scrollbar-thumb{background:#93c5fd4d;border-radius:3px}.tools-sidebar::-webkit-scrollbar-thumb:hover{background:#93c5fd80}.tools-sidebar-header{border-bottom:1px solid #ffffff0d;margin-bottom:1.5rem;padding:0 2rem 1.5rem}.tools-sidebar-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#93c5fde6,#a78bfae6);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:300;letter-spacing:-.01em;margin:0 0 .5rem}.tools-sidebar-subtitle{color:#a0a0a0;font-size:.9rem;font-weight:300;margin:0}.tools-list{list-style:none;margin:0;padding:0}.tool-list-item{border-left:3px solid #0000;cursor:pointer;padding:1.25rem 2rem;position:relative;transition:all .3s ease}.tool-list-item:hover{background:#ffffff08;border-left-color:#93c5fd4d}.tool-list-item.active{background:#93c5fd14;border-left-color:#93c5fde6}.tool-list-item.active:before{background:#93c5fde6;bottom:0;content:"";position:absolute;right:0;top:0;width:2px}.tool-list-item-name{color:#e0e0e0;font-size:1rem;font-weight:400;letter-spacing:-.01em;margin-bottom:.5rem}.tool-list-item.active .tool-list-item-name{color:#93c5fdf2}.tool-list-item-description{color:#a0a0a0;font-size:.85rem;line-height:1.5;margin-bottom:.5rem}.tool-list-item-description-list{list-style-type:disc;margin:0;padding-left:1.25rem}.tool-list-item-description-list li{margin-bottom:.25rem}.tool-list-item-status{background:#93c5fd1a;border:1px solid #93c5fd33;border-radius:2px;color:#93c5fdcc;display:inline-block;font-size:.75rem;font-weight:300;margin-top:.5rem;padding:.2rem .6rem}.tools-main{flex:1 1;margin-left:320px;max-width:calc(100vw - 320px);min-width:0;overflow:hidden;padding:1.5rem;position:relative;width:100%}.tools-main,.tools-welcome{box-sizing:border-box;display:flex;flex-direction:column;height:100%}.tools-welcome{justify-content:center;margin:0 auto;max-width:800px;padding:4rem 2rem;text-align:center}.tools-welcome h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#93c5fde6,#a78bfae6);-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.5rem);font-weight:300;letter-spacing:-.02em;margin-bottom:1.5rem}.tools-welcome p{color:silver;font-size:1.1rem;font-weight:300;line-height:1.8;margin-bottom:1rem}.tools-welcome-hint{color:#a0a0a0;font-size:.95rem;font-style:italic;margin-top:2rem}.tools-content-area{box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin:0;max-width:100%;overflow:hidden;width:100%}.tools-content-header{border-bottom:1px solid #ffffff0d;box-sizing:border-box;flex-shrink:0;margin-bottom:.75rem;padding-bottom:.6rem;width:100%}.tools-content-header h1{color:#e0e0e0;font-size:clamp(1.4rem,2.5vw,2.25rem);font-weight:300;letter-spacing:-.02em;margin-bottom:.5rem}.tools-content-description-list,.tools-content-header p{color:#a0a0a0;font-size:clamp(.85rem,.75rem + .2vw,1rem);font-weight:300;line-height:1.5;margin:0}.tools-content-description-list{list-style-type:disc;padding-left:1.2rem}.tools-content-description-list li{margin-bottom:.35rem}.tools-widget-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#14141466;border:1px solid #ffffff0d;border-radius:2px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:100%;overflow:hidden;padding:.85rem 3rem;width:100%}.tools-widget-placeholder{color:#a0a0a0;padding:4rem 2rem;text-align:center}.tools-widget-placeholder p{color:silver;font-size:1.1rem;margin-bottom:1rem}.tools-widget-placeholder-note{color:grey;font-size:.9rem;font-style:italic}@media (max-width:768px){.tools-layout{flex-direction:column}.tools-mobile-menu-button{display:flex}.tools-mobile-menu-overlay{display:block}.tools-sidebar{border-right:1px solid #ffffff0d;height:calc(100vh - 108px);left:0;min-width:280px;padding:1.5rem 0;position:fixed;top:108px;transform:translateX(-100%);width:280px;z-index:175}.tools-sidebar.mobile-open{transform:translateX(0)}.tools-main{box-sizing:border-box;height:calc(100vh - 108px);margin-left:0;margin-top:48px;max-width:100%;overflow:hidden;padding:0;width:100%}.tools-sidebar-header{padding:0 1.5rem 1rem}.tools-sidebar-header h2{font-size:1.25rem}.tool-list-item{padding:1rem 1.5rem}.tools-welcome{box-sizing:border-box;padding:2rem 1rem;width:100%}.tools-content-area{box-sizing:border-box;max-width:100%;overflow-x:hidden;width:100%}.tools-content-header{box-sizing:border-box;margin-bottom:.5rem;padding-bottom:.5rem;width:100%}.tools-content-area{display:flex;flex-direction:column;height:100%;overflow:hidden}.tools-content-header{border-bottom:none;flex-shrink:0;margin-bottom:0;padding:.5rem 1rem .4rem}.tools-content-header h1{font-size:1.25rem;margin-bottom:0}.tools-content-description-list,.tools-content-header p{display:none}.tools-widget-container{box-sizing:border-box;flex:1 1;height:100%;max-width:100%;min-height:0;overflow-x:hidden;overflow-y:auto;padding:.5rem .75rem .75rem;width:100%}.tools-widget-placeholder{padding:2rem 1rem}}@media (max-width:480px){.tools-sidebar{min-width:100%;width:100%}.tools-sidebar-header{padding:0 1rem 1rem}.tool-list-item{padding:.875rem 1rem}.tools-main{height:calc(100vh - 108px);margin-top:48px}.tools-content-header{padding:.4rem .75rem .3rem}.tools-content-header h1{font-size:1.1rem}.tools-widget-container{padding:.4rem .5rem .5rem}.tools-welcome{box-sizing:border-box;padding:1.5rem 1rem;width:100%}}@media (max-height:700px){.tools-sidebar{height:auto;position:static}}:root{--tool-scale:clamp(0.85,0.6 + 0.03vw,1.15)}.voltage-divider-main-layout::-webkit-scrollbar,.voltage-divider-tool::-webkit-scrollbar{height:10px;width:10px}.voltage-divider-main-layout::-webkit-scrollbar-track,.voltage-divider-tool::-webkit-scrollbar-track{background:#0f0f0f66;border-radius:5px}.voltage-divider-main-layout::-webkit-scrollbar-thumb,.voltage-divider-tool::-webkit-scrollbar-thumb{background:#93c5fd4d;border:2px solid #0f0f0f66;border-radius:5px;-webkit-transition:background .3s ease;transition:background .3s ease}.voltage-divider-main-layout::-webkit-scrollbar-thumb:hover,.voltage-divider-tool::-webkit-scrollbar-thumb:hover{background:#93c5fd80}.voltage-divider-main-layout::-webkit-scrollbar-thumb:active,.voltage-divider-tool::-webkit-scrollbar-thumb:active{background:#93c5fdb3}.voltage-divider-main-layout,.voltage-divider-tool{scrollbar-color:#93c5fd4d #0f0f0f66;scrollbar-width:thin}.voltage-divider-tool{box-sizing:border-box;display:flex;flex-direction:column;height:100%;margin:0;max-width:100%;overflow-x:hidden;overflow-y:auto;padding:0 1rem;width:100%}@media (max-width:768px){.voltage-divider-tool{box-sizing:border-box;height:100%;max-width:100%;padding:0 .6rem;width:100%}.voltage-divider-main-layout{box-sizing:border-box;gap:.8rem;width:100%}.voltage-divider-standard-values-section{margin-top:.8rem;padding:.8rem .6rem}}.voltage-divider-header{border-bottom:1px solid #ffffff1a;margin-bottom:1.6rem;padding-bottom:1.2rem}.voltage-divider-header h2{color:#e0e0e0;font-size:1.4rem;font-weight:300;letter-spacing:-.01em;margin:0 0 .4rem}.voltage-divider-header p{color:#a0a0a0;font-size:.85rem;line-height:1.6;margin:0}.voltage-divider-variable-selector{align-items:center;background:#14141466;border:1px solid #ffffff1a;border-radius:2px;display:flex;gap:.8rem;margin-bottom:1.6rem;padding:.8rem}.voltage-divider-variable-selector label{color:silver;font-size:.85rem;font-weight:400}.voltage-divider-select{background:#0f0f0f99;border:1px solid #ffffff1a;border-radius:2px;color:#e0e0e0;cursor:pointer;flex:1 1;font-family:inherit;font-size:.9rem;padding:.6rem .8rem;transition:all .3s ease}.voltage-divider-select:focus{background:#0f0f0fcc;border-color:#93c5fd80;box-shadow:0 0 0 2px #93c5fd1a;outline:none}.voltage-divider-select:hover{border-color:#ffffff26}.voltage-divider-main-layout{display:flex;flex:1 1;flex-direction:column;gap:clamp(.6rem,.5rem + .3vw,1rem);margin-bottom:0;min-height:0;overflow-y:auto;width:100%}.voltage-divider-graphic-container{align-items:center;background:#14141466;border:1px solid #ffffff1a;border-radius:2px;display:flex;flex:1 1 auto;justify-content:center;max-height:60vh;min-height:clamp(180px,30vh,400px);padding:clamp(1rem,1.5rem + .5vw,2.5rem);width:100%}.voltage-divider-circuit-svg{filter:drop-shadow(0 4px 12px rgba(147,197,253,.15)) drop-shadow(0 2px 4px rgba(0,0,0,.3));height:100%;max-height:100%;max-width:min(90vw,1000px);transition:filter .3s ease;width:100%}.voltage-divider-circuit-svg:hover{filter:drop-shadow(0 6px 16px rgba(147,197,253,.25)) drop-shadow(0 3px 6px rgba(0,0,0,.4))}.circuit-resistor{fill:#93c5fdcc;transition:fill .3s ease}.circuit-resistor-bot,.circuit-resistor-top{fill:#93c5fdd9}.circuit-resistor:hover{fill:#93c5fd}.circuit-wire{stroke:#93c5fdb3;stroke-width:.47;fill:none;stroke-linecap:square;transition:stroke .3s ease}.circuit-wire-horizontal{stroke:#93c5fde6}.circuit-junction{fill:#93c5fdf2;stroke:#93c5fd80;stroke-width:.47;transition:fill .3s ease,r .3s ease}.circuit-junction:hover{fill:#93c5fd;r:.85}.circuit-ground{fill:#93c5fdb3;transition:fill .3s ease}.circuit-battery{fill:none;stroke:#93c5fdb3;stroke-width:.47;stroke-dasharray:.47,1.4;stroke-linecap:square;stroke-linejoin:round;transition:stroke .3s ease}.circuit-label{font-family:Ebrima,Segoe UI,system-ui,sans-serif;font-weight:400;transition:fill .3s ease}.circuit-label-main{fill:#64b482f2;font-size:7px}.circuit-label-sub{fill:#64b482cc;font-family:Sans,system-ui,sans-serif;font-size:3.4px}.circuit-polarity{fill:#64b482bf;font-family:Ebrima,system-ui,sans-serif;font-size:8.8px;font-weight:600}@media (max-width:768px){.voltage-divider-circuit-svg{max-width:100%}}.voltage-divider-inputs-container{align-items:stretch;display:flex;flex-direction:column;flex-shrink:0;gap:clamp(.5rem,.4rem + .3vw,.85rem);overflow:visible;width:100%}.voltage-divider-param-group{align-items:center;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;flex-shrink:0;gap:clamp(.5rem,.5rem + .5vw,1rem);overflow:visible;padding:clamp(.4rem,.3rem + .3vw,.75rem) clamp(.6rem,.5rem + .5vw,1.2rem);position:relative;transition:all .3s ease}@media (max-width:768px){.voltage-divider-param-group{align-items:center;flex-direction:row;gap:.5rem;padding:.6rem .65rem;width:100%}.voltage-divider-param-header{flex-shrink:0;min-width:-webkit-fit-content;min-width:fit-content;width:auto}.voltage-divider-param-input-wrapper{flex:1 1 auto;min-width:0;width:auto}.voltage-divider-inputs-container{gap:.4rem;width:100%}.voltage-divider-graphic-container{flex:0 0 auto;max-height:220px;min-height:132px;padding:.5rem}.voltage-divider-circuit-svg{filter:drop-shadow(0 2px 8px rgba(147,197,253,.12)) drop-shadow(0 1px 3px rgba(0,0,0,.25))}.voltage-divider-main-layout{gap:.5rem;width:100%}.voltage-divider-standard-values-section{box-sizing:border-box;padding:.65rem .55rem;width:100%}.voltage-divider-standard-values-header h3{font-size:.85rem}.voltage-divider-param-label{font-size:.9rem;white-space:nowrap}.voltage-divider-param-input-wrapper{gap:.4rem}.voltage-divider-param-input-wrapper input{box-sizing:border-box;font-size:.9rem;min-width:0;padding:.6rem .65rem}.voltage-divider-param-unit-select{flex-shrink:0;font-size:.85rem;min-width:2.8rem;padding:.6rem .45rem}.voltage-divider-standard-options{gap:.5rem;grid-template-columns:1fr 1fr}.voltage-divider-standard-option-group{gap:.25rem}.voltage-divider-standard-label{font-size:.7rem}.voltage-divider-button{font-size:.8rem;padding:.55rem .65rem}}.voltage-divider-param-header{align-items:center;display:flex;flex-shrink:0;gap:.6rem;min-width:-webkit-fit-content;min-width:fit-content}.voltage-divider-radio-clickable{cursor:pointer;margin:-8px;padding:8px;-webkit-user-select:none;user-select:none}.voltage-divider-radio{accent-color:#93c5fdcc;cursor:pointer;flex-shrink:0;height:clamp(16px,15px + .2vw,19px);width:clamp(16px,15px + .2vw,19px)}.voltage-divider-radio:checked{accent-color:#22c55ee6}.voltage-divider-param-group.user-input{background:#3b82f60d;border:1px solid #3b82f633}.voltage-divider-param-group.calculated{background:#22c55e0d;border:1px solid #22c55e33}.voltage-divider-param-group.is-calculated-variable{background:#22c55e26!important;border:2px solid #22c55e80!important;box-shadow:0 0 12px #22c55e4d}.voltage-divider-param-label{color:silver;cursor:pointer;font-size:clamp(.85rem,.7rem + .3vw,1.1rem);font-weight:400;margin:0;-webkit-user-select:none;user-select:none}.voltage-divider-param-group.is-calculated-variable .voltage-divider-param-label{color:#22c55ef2!important;font-weight:500}.voltage-divider-param-label sub{font-size:.75em;vertical-align:initial}.voltage-divider-param-input-wrapper{align-items:center;display:flex;flex:1 1;gap:.6rem;min-width:0;width:100%}.voltage-divider-param-input-wrapper input{-webkit-appearance:textfield;appearance:textfield;background:#0f0f0f99;border:1px solid #ffffff1a;border-radius:2px;box-sizing:border-box;color:#e0e0e0;flex:1 1 auto;font-family:inherit;font-size:clamp(.85rem,.7rem + .3vw,1.05rem);min-width:0;padding:clamp(.4rem,.3rem + .3vw,.75rem) clamp(.6rem,.5rem + .3vw,1rem);transition:all .3s ease;width:100%}.voltage-divider-param-input-wrapper input::-webkit-inner-spin-button,.voltage-divider-param-input-wrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.voltage-divider-param-input-wrapper input:focus{background:#0f0f0fcc;border-color:#93c5fd80;box-shadow:0 0 0 2px #93c5fd1a;outline:none}.voltage-divider-param-input-wrapper input:disabled{background:#0f0f0f66;cursor:not-allowed;opacity:.7}.voltage-divider-param-input-wrapper input::placeholder{color:#606060}.voltage-divider-param-unit{color:grey;font-size:clamp(.8rem,.7rem + .25vw,1rem);min-width:1.2rem;text-align:center}.voltage-divider-param-unit-select{background:#0f0f0f99;border:1px solid #ffffff1a;border-radius:2px;color:#e0e0e0;cursor:pointer;font-family:inherit;font-size:clamp(.8rem,.7rem + .25vw,1rem);min-width:clamp(3rem,2.8rem + .5vw,4rem);padding:clamp(.4rem,.3rem + .3vw,.7rem) clamp(.35rem,.3rem + .2vw,.6rem);transition:all .3s ease}.voltage-divider-param-unit-select:focus{background:#0f0f0fcc;border-color:#93c5fd80;outline:none}.voltage-divider-param-unit-select:disabled{cursor:not-allowed;opacity:.7}.voltage-divider-circuit{background:#14141466;border:1px solid #ffffff1a;border-radius:2px;margin-bottom:2rem;overflow-x:auto;padding:2rem}.voltage-divider-circuit-diagram{display:flex;flex-direction:column;gap:0;margin:0 auto;min-width:560px;position:relative}.circuit-row{align-items:center;display:flex;justify-content:center;min-height:65px;position:relative}.circuit-row-top{margin-bottom:0;padding-bottom:8px}.circuit-row-middle{justify-content:center;margin:0;min-height:48px}.circuit-row-bottom{margin-top:0;padding-top:8px}.circuit-node{align-items:center;display:flex;flex-direction:column;gap:.6rem;min-width:95px;position:relative}.circuit-node-vin{align-items:flex-start}.circuit-node-vout{align-items:center}.circuit-junction{align-items:flex-start;display:flex;flex-shrink:0;justify-content:center;min-width:32px}.circuit-wire-spacer{flex-shrink:0;min-width:112px}.circuit-voltage-label{color:#93c5fde6;font-size:.9rem;font-weight:400;white-space:nowrap}.circuit-wire{background:#93c5fd99;position:relative}.circuit-wire-horizontal{flex-shrink:0;height:2px;min-width:65px;width:65px}.circuit-wire-vertical{flex-shrink:0;height:40px;min-height:40px;width:2px}.circuit-wire-up{margin-bottom:-2px}.circuit-wire-down{margin-top:-2px}.circuit-resistor{align-items:center;display:flex;flex-direction:column;gap:.6rem;min-width:112px;position:relative}.circuit-resistor-label{color:silver;font-size:.8rem;font-weight:400}.circuit-resistor-body{background:#93c5fd1a;border:2px solid #93c5fd99;border-radius:2px;height:20px;position:relative;width:65px}.circuit-resistor-body:after,.circuit-resistor-body:before{background:#93c5fd99;content:"";height:2px;position:absolute;top:50%;transform:translateY(-50%);width:8px}.circuit-resistor-body:before{left:-10px}.circuit-resistor-body:after{right:-10px}.circuit-input-inline{align-items:center;border-radius:2px;display:flex;gap:.4rem;padding:.4rem;position:relative;transition:all .3s ease}.circuit-input-inline.user-input{background:#3b82f60d;border:1px solid #3b82f633}.circuit-input-inline.calculated{background:#22c55e0d;border:1px solid #22c55e33}.circuit-input-inline.is-calculated-variable{background:#22c55e26!important;border:2px solid #22c55e80!important;box-shadow:0 0 6px #22c55e4d}.circuit-node.calculated-variable .circuit-voltage-label,.circuit-resistor.calculated-variable .circuit-resistor-label{color:#22c55ef2!important;font-weight:500}.circuit-resistor.calculated-variable .circuit-resistor-body{background:#22c55e26!important;border-color:#22c55e99!important;box-shadow:0 0 8px #22c55e33}.circuit-input-inline input{-webkit-appearance:textfield;appearance:textfield;background:#0f0f0f99;border:1px solid #ffffff1a;border-radius:2px;color:#e0e0e0;font-family:inherit;font-size:.8rem;padding:.4rem;transition:all .3s ease;width:65px}.circuit-input-inline input::-webkit-inner-spin-button,.circuit-input-inline input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.circuit-input-inline input:focus{background:#0f0f0fcc;border-color:#93c5fd80;box-shadow:0 0 0 2px #93c5fd1a;outline:none}.circuit-input-inline input:disabled{background:#0f0f0f66;cursor:not-allowed;opacity:.7}.circuit-input-inline input::placeholder{color:#606060}.circuit-input-unit{color:grey;font-size:.75rem;min-width:1rem}.circuit-unit-select{background:#0f0f0f99;border:1px solid #ffffff1a;border-radius:2px;color:#e0e0e0;cursor:pointer;font-family:inherit;font-size:.75rem;min-width:3rem;padding:.4rem .3rem;transition:all .3s ease}.circuit-unit-select:focus{background:#0f0f0fcc;border-color:#93c5fd80;outline:none}.circuit-unit-select:disabled{cursor:not-allowed;opacity:.7}.circuit-calculated-badge{background:#22c55e33;border:1px solid #22c55e4d;border-radius:2px;color:#22c55ee6;font-size:.65rem;font-weight:400;padding:.15rem .3rem;white-space:nowrap}.circuit-ground-symbol{align-items:center;display:flex;flex-direction:column;gap:2px;margin-top:8px;min-width:48px}.ground-line{background:#93c5fd99;height:2px}.ground-line-1{width:16px}.ground-line-2{width:24px}.ground-line-3{width:32px}.voltage-divider-actions{margin-bottom:1.6rem}.voltage-divider-button{border:1px solid #ffffff1a;padding:.6rem 1.6rem}.voltage-divider-button-primary{background:#93c5fd1a;border-color:#93c5fd4d;color:#93c5fde6}.voltage-divider-button-primary:hover:not(:disabled){background:#93c5fd33;border-color:#93c5fd80;transform:translateY(-1px)}.voltage-divider-button-primary:disabled{cursor:not-allowed;opacity:.5}.voltage-divider-button-secondary{background:#ffffff08;color:silver}.voltage-divider-button-secondary:hover{background:#ffffff0f;border-color:#ffffff26}.voltage-divider-results{background:#14141466;border:1px solid #ffffff1a;border-radius:2px;margin-top:1.6rem;padding:1.6rem}.voltage-divider-results h3{color:#e0e0e0;font-size:1.2rem;font-weight:300;letter-spacing:-.01em;margin:0 0 1.2rem}.voltage-divider-results h4{color:silver;font-size:.95rem;font-weight:400;margin:1.2rem 0 .8rem}.voltage-divider-calculated-result{background:#22c55e1a;border:1px solid #22c55e4d;border-radius:2px;margin-bottom:1.2rem;padding:1.2rem;text-align:center}.voltage-divider-calculated-label{color:#a0a0a0;font-size:.8rem;font-weight:300;margin-bottom:.6rem}.voltage-divider-calculated-value{color:#22c55ef2;font-size:1.6rem;font-weight:300;letter-spacing:-.02em}.voltage-divider-no-result{color:grey;font-size:1rem;font-style:italic;font-weight:300}.voltage-divider-actions{display:flex;gap:.8rem;justify-content:center;margin-top:1.2rem}.voltage-divider-button{background:#93c5fd1a;border:1px solid #93c5fd4d;border-radius:2px;color:#93c5fde6;cursor:pointer;font-family:inherit;font-size:.85rem;font-weight:400;padding:.6rem 1.2rem;transition:all .3s ease}.voltage-divider-button:hover{background:#93c5fd26;border-color:#93c5fd80;color:#93c5fd}.voltage-divider-button:active{background:#93c5fd33}.voltage-divider-button-standard{background:#93c5fd1a;border-color:#93c5fd4d;color:#93c5fde6}.voltage-divider-button-standard:hover:not(:disabled){background:#93c5fd26;border-color:#93c5fd80;color:#93c5fd}.voltage-divider-button-standard:active:not(:disabled){background:#93c5fd33}.voltage-divider-button-standard:disabled{background:#ffffff08;border-color:#ffffff1a;color:#fff6;cursor:not-allowed;opacity:.4}.voltage-divider-standard-values-section{background:#14141466;border:1px solid #ffffff1a;border-radius:2px;flex-shrink:0;padding:clamp(.8rem,.6rem + .5vw,1.4rem)}.voltage-divider-standard-values-header{border-bottom:1px solid #ffffff1a;margin-bottom:clamp(.6rem,.5rem + .3vw,1rem);padding-bottom:clamp(.4rem,.3rem + .3vw,.75rem)}.voltage-divider-standard-values-header h3{color:#e0e0e0;font-size:clamp(.9rem,.75rem + .3vw,1.15rem);font-weight:400;letter-spacing:-.01em;margin:0}.voltage-divider-standard-values-content{display:flex;flex-direction:column;gap:clamp(.6rem,.5rem + .3vw,1rem)}.voltage-divider-standard-options{grid-gap:clamp(.6rem,.5rem + .3vw,1rem);display:grid;gap:clamp(.6rem,.5rem + .3vw,1rem);grid-template-columns:1fr 1fr}.voltage-divider-standard-option-group{display:flex;flex-direction:column;gap:clamp(.35rem,.3rem + .2vw,.55rem)}.voltage-divider-standard-label{color:silver;font-size:clamp(.75rem,.65rem + .25vw,.95rem);font-weight:400}.voltage-divider-standard-values-section .voltage-divider-button{font-size:clamp(.85rem,.7rem + .3vw,1.05rem);padding:clamp(.5rem,.4rem + .3vw,.85rem) clamp(.8rem,.7rem + .3vw,1.3rem);width:100%}.voltage-divider-error{background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:2px;color:#ff6b6b;padding:.8rem}.voltage-divider-error p{font-size:.85rem;margin:0}.voltage-divider-result-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.voltage-divider-result-item{background:#0f0f0f4d;border:1px solid #ffffff0d;border-radius:2px;padding:.8rem}.voltage-divider-result-label{color:#a0a0a0;font-size:.75rem;font-weight:300;margin-bottom:.4rem}.voltage-divider-result-value{color:#e0e0e0;font-size:1.2rem;font-weight:300;letter-spacing:-.02em}.voltage-divider-result-unit{color:grey;font-size:.8rem;margin-left:.2rem}@media (max-width:768px){.voltage-divider-main-layout{flex-direction:column;gap:1.6rem}.voltage-divider-graphic-container{flex:0 0 auto;min-height:240px;width:100%}.voltage-divider-result-grid{grid-template-columns:1fr}.voltage-divider-actions{flex-direction:column}.voltage-divider-button{width:100%}.voltage-divider-variable-selector{align-items:stretch;flex-direction:column}.voltage-divider-standard-options{grid-template-columns:1fr}}@media (max-width:480px){.voltage-divider-tool{box-sizing:border-box;height:100%;padding:0 .25rem;width:100%}.voltage-divider-param-group{align-items:center;box-sizing:border-box;flex-direction:row;gap:.35rem;padding:.5rem .45rem;width:100%}.voltage-divider-param-header{flex-shrink:0;min-width:-webkit-fit-content;min-width:fit-content;width:auto}.voltage-divider-param-input-wrapper{box-sizing:border-box;flex:1 1 auto;min-width:0;width:auto}.voltage-divider-inputs-container{gap:.3rem;width:100%}.voltage-divider-main-layout{gap:.35rem;width:100%}.voltage-divider-graphic-container{flex:0 0 auto;max-height:176px;min-height:110px;padding:.35rem}.voltage-divider-standard-values-section{box-sizing:border-box;padding:.55rem .4rem;width:100%}.voltage-divider-circuit-svg{filter:drop-shadow(0 1px 4px rgba(147,197,253,.1))}.voltage-divider-circuit-svg:hover{filter:drop-shadow(0 2px 6px rgba(147,197,253,.15))}.voltage-divider-standard-values-header{margin-bottom:.4rem;padding-bottom:.3rem}.voltage-divider-standard-values-header h3{font-size:.8rem}.voltage-divider-standard-values-content{gap:.4rem;width:100%}.voltage-divider-standard-options{gap:.4rem;grid-template-columns:1fr 1fr;width:100%}.voltage-divider-standard-option-group{gap:.2rem;width:100%}.voltage-divider-standard-label{font-size:.65rem}.voltage-divider-button{box-sizing:border-box;font-size:.75rem;padding:.5rem .55rem;width:100%}.voltage-divider-param-label{font-size:.85rem;white-space:nowrap}.voltage-divider-param-input-wrapper{gap:.3rem}.voltage-divider-param-input-wrapper input{box-sizing:border-box;font-size:.9rem;min-width:0;padding:.5rem .55rem}.voltage-divider-param-unit{flex-shrink:0;font-size:.75rem}.voltage-divider-param-unit-select{flex-shrink:0;font-size:.8rem;min-width:2.5rem;padding:.5rem .35rem}.voltage-divider-radio{height:16px;width:16px}.voltage-divider-radio-clickable{margin:-6px;padding:6px}}.tool-loader-loading{color:#a0a0a0;padding:4rem 2rem;text-align:center}.tool-loader-loading p{color:silver;font-size:1rem}.tool-loader-error{color:#ff6b6b;padding:4rem 2rem;text-align:center}.tool-loader-error p{font-size:1rem;margin-bottom:1rem}.tool-loader-error-hint{color:#a0a0a0;font-size:.9rem;font-style:italic}.App{display:flex;flex-direction:column;height:100vh;max-height:100vh;overflow:hidden}.App>:last-child{flex:1 1;min-height:0;overflow:hidden}*{box-sizing:border-box;margin:0;padding:0}body{background:#0a0a0a;color:#e0e0e0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;overflow-x:hidden}body,html{height:100%;width:100%}
/*# sourceMappingURL=main.d6f072bf.css.map*/