@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{color:#e5e7eb;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#111827;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{background:#060a12f2;height:100vh;margin:0;overflow:hidden}body{min-height:100svh}button,input,textarea,select{font:inherit}.blog-nav{z-index:100;justify-content:space-evenly;align-items:center;gap:14px;width:100dvw;margin:20px 0 0;transition:transform .3s;display:flex;position:fixed;top:0;left:50%;transform:translate(-50%)}.blog-nav--hidden{transform:translate(-50%)translateY(-150%)}.blog-nav-logo{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-shadow:-4px -1px 3px #000,4px -1px 3px #000,-3px 1px 3px #000,3px -3px 3px #000;background:#fff0;border:1px solid #000000ad;border-radius:12px;align-items:center;gap:11px;width:fit-content;height:-webkit-fill-available;padding:10px 13px;text-decoration:none;display:flex;box-shadow:inset 0 0 8px}.blog-nav-logo img{width:auto;height:27px}.blog-nav-logo-text{font-size:1.1rem;font-weight:600}.blog-nav-links{color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);text-shadow:-4px -1px 3px #000,4px -1px 3px #000,-3px 1px 3px #000,3px -3px 3px #000;background:#fff0;border:1px solid #000000ad;border-radius:12px;align-items:center;gap:11px;height:-webkit-fill-available;padding:0 10px;text-decoration:none;display:flex;box-shadow:inset 0 0 8px}.blog-nav-link{color:#fff;border-radius:8px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.blog-nav-link:hover{color:#fff;background:#ffffff1a}.blog-nav-link.active{color:#fff;background:#fff3}.blog-nav-toggle{cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:0 0;border:1px solid #000000ad;border-radius:8px;flex-direction:column;gap:5px;padding:8px;display:none;box-shadow:inset 0 0 8px}.blog-nav-toggle span{background:#fff;border-radius:2px;width:24px;height:2px;display:block}@media (width<=768px){.blog-nav{justify-content:space-between;padding:0 20px}.blog-nav-toggle{border-radius:12px;justify-content:center;align-items:center;width:48px;height:-webkit-fill-available;height:-moz-available;height:stretch;display:flex;box-shadow:inset 0 0 8px #fff}.blog-nav-links{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;border:1px solid #000000ad;border-radius:12px;flex-direction:column;width:90dvw;padding:10px;display:none;position:absolute;top:calc(100% + 10px);left:100%;transform:translate(-108%);box-shadow:inset 0 0 8px}.blog-nav-links--open{background:0 0;width:185px;height:min-content;display:flex}}.blog-page{scroll-behavior:smooth;height:100vh;min-height:100vh;padding:55px 2rem 2rem;overflow:auto}.blog-page::-webkit-scrollbar{width:8px}.blog-page::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.blog-page::-webkit-scrollbar-thumb:hover{background:#64748b}.blog-header{text-align:center;padding:90px 20px 50px}.blog-header-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f59e0b;text-transform:uppercase;letter-spacing:2px;border:1px solid #f59e0b;border-radius:50px;margin-bottom:20px;padding:10px 20px;font-size:.9rem;font-weight:700;display:inline-block}.blog-header h1{color:#1f2937;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.blog-header p{color:#64748b;max-width:600px;margin:auto;font-size:1.1rem;line-height:1.8}.blog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;width:min(1000px,92%);margin:0 auto;padding-bottom:90px;display:grid}.blog-card{background:#fff;border-radius:5px;height:100%;transition:all .35s;overflow:hidden;box-shadow:0 15px 40px #00000012}.blog-card:hover{transform:translateY(-8px)}.blog-card-image{width:100%;height:200px;overflow:hidden}.blog-card-image img{object-fit:cover;width:100%;height:100%;transition:all .5s}.blog-card:hover img{transform:scale(1.08)}.blog-card-body{padding:28px}.blog-title{color:#1f2937;margin-bottom:15px;font-size:1.35rem;line-height:1.4}.blog-excerpt{color:#64748b;font-size:.95rem;line-height:1.7}.blog-toolbar{align-items:center;gap:12px;width:min(1000px,92%);margin:30px auto 20px;display:flex}.blog-search{background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;flex:1;padding:12px 16px;font-size:.95rem}.blog-search:focus{border-color:#f59e0b}.blog-filter{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:12px 16px;font-size:.95rem}.blog-filter:focus{border-color:#f59e0b}.blog-category{color:#92400e;text-transform:uppercase;background:#fef3c7;border-radius:4px;padding:2px 10px;font-size:.75rem;font-weight:600}@media (width<=768px){.blog-header{padding:70px 20px 40px}.blog-header h1{font-size:2rem}.blog-grid{gap:20px}}.home-page{scroll-behavior:smooth;width:100dvw;height:100vh;min-height:100vh;overflow:hidden auto}.home-page::-webkit-scrollbar{width:8px}.home-page::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.home-page::-webkit-scrollbar-thumb:hover{background:#64748b}.section{width:min(1200px,92%);margin:auto;padding:90px 0;overflow:hidden}.section-heading{text-align:center;margin-bottom:55px}.section-heading span{color:#f59e0b;text-transform:uppercase;letter-spacing:2px;font-size:.9rem;font-weight:700}.section-heading h2{color:#fff;margin-top:12px;font-size:2.4rem}.section-heading p{color:#64748b;margin-top:18px;max-width:700px;margin-inline:auto;line-height:1.8}.section-header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.section-header h2{color:#fff;font-size:2rem}.section-header a{color:#2563eb;font-weight:600}.btn{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:0 0;border-radius:5px;justify-content:center;align-items:center;padding:15px 32px;font-weight:700;transition:all .3s;display:inline-flex}.btn-primary{color:#f59e0b;border:1px solid #f59e0b}.btn-primary:hover{color:#000;text-shadow:none;background:#d97706;transform:translateY(-3px)}.btn-secondary{color:#fff;border:2px solid #ffffff59}.btn-secondary:hover{color:#0f172a;background:#fff}.hero{text-align:center;color:#fff;background-image:linear-gradient(90deg,#0000004d,#000000f2),url(/assets/solapanel-CJjR1z1J.png);background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:90vh;padding:120px 20px;display:flex}.hero-content{max-width:850px}.hero-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff;border-radius:50px;margin-bottom:30px;padding:10px 20px;font-size:.9rem;display:inline-block}.hero h1{margin-bottom:25px;font-size:4rem;line-height:1.15}.hero p{color:#e5e7eb;max-width:720px;margin:auto;font-size:1.2rem;line-height:1.8}.hero-buttons{flex-wrap:wrap;justify-content:center;gap:18px;margin-top:45px;display:flex}.hero-stats{flex-wrap:wrap;justify-content:center;gap:70px;margin-top:70px;display:flex}.hero-stats h3{color:#fbbf24;font-size:2rem}.hero-stats span{color:#d1d5db}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;display:grid}.home-page .features .feature-grid>div{background-blend-mode:soft-light;color:#000;background-color:#ffffffb3;background-size:cover;border:1px solid #ffffff5c}.home-page .features .feature-grid .feature-card p{color:#000}.feature-card{text-align:center;background:#fff;border-radius:5px;padding:40px;transition:all .35s;box-shadow:0 15px 40px #0000000f}.feature-card:hover{transform:translateY(-10px)}.feature-icon{margin-bottom:25px;font-size:3rem}.feature-card h3{margin-bottom:15px;font-size:1.4rem}.feature-card p{color:#64748b;line-height:1.7}.video-wrapper{border-radius:22px;max-width:950px;margin:auto;overflow:hidden;box-shadow:0 25px 60px #00000026}.video-wrapper iframe{aspect-ratio:16/9;border:none;width:100%}.featured-card{background:#fff;border-radius:5px;grid-template-columns:1.1fr 1fr;display:grid;overflow:hidden;box-shadow:0 20px 50px #00000014}.featured-image img{object-fit:cover;height:100%}.featured-content{flex-direction:column;justify-content:center;padding:55px;display:flex}.badge{color:#92400e;background:#fef3c7;border-radius:40px;width:max-content;margin-bottom:20px;padding:8px 16px;font-weight:700}.featured-content h2{margin-bottom:20px;font-size:2.3rem}.simulator-content .btn-primary{color:#fff;border:2px solid #ffa000}.simulator-content p{color:#fff;-webkit-backdrop-filter:brightness(.5);backdrop-filter:brightness(.5);border:1px solid #fff;border-radius:7px;max-width:750px;margin:auto auto 35px;line-height:1.8}.card-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px;display:grid}.card{background:#fff;border-radius:5px;height:100%;transition:all .35s;overflow:hidden;box-shadow:0 15px 40px #00000012}.card:hover{transform:translateY(-8px)}.card-image{overflow:hidden}.card-image img{object-fit:cover;height:230px;transition:all .5s}.card:hover img{transform:scale(1.08)}.card-body{padding:28px}.card-meta{color:#64748b;flex-wrap:wrap;gap:15px;margin-bottom:18px;font-size:.9rem;display:flex}.card-body h3{margin-bottom:15px;font-size:1.35rem}.card-body p{color:#64748b;line-height:1.7}.simulator-banner{color:#fff;text-align:center;background-image:linear-gradient(90deg,#0000004d,#000000f2),url(/assets/solar-panel-sys-DmvT0-Qy.png);background-position:50%;background-size:cover;border-radius:5px;width:min(1200px,92%);margin:70px auto;padding:70px 40px}.simulator-content{text-shadow:-3px 0 #000}.simulator-content h2{margin-bottom:20px;font-size:2.4rem}.simulator-content p{color:#fff;max-width:750px;margin:auto auto 35px;line-height:1.8}.news-list{flex-direction:column;gap:25px;display:flex}.news-card{background:#fff;border-radius:5px;grid-template-columns:260px 1fr;gap:30px;transition:all .3s;display:grid;overflow:hidden;box-shadow:0 12px 35px #0000000f}.news-card:hover{transform:translateY(-6px)}.news-card img{object-fit:cover;height:100%}.news-content{flex-direction:column;justify-content:center;padding:25px;display:flex}.news-content h3{margin-bottom:15px}.news-content p{color:#64748b;line-height:1.7}.statistics{color:#fff;text-align:center;background:#0f172a;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:40px;padding:90px 20px;display:grid}.stat h2{color:#fbbf24;margin-bottom:10px;font-size:3rem}.stat p{color:#cbd5e1}.newsletter{text-align:center;background:#fff;padding:100px 20px}.newsletter h2{font-size:2.5rem}.newsletter p{color:#64748b;max-width:650px;margin:20px auto 40px;line-height:1.8}.newsletter-form{flex-wrap:wrap;justify-content:center;gap:15px;display:flex}.newsletter-form input{background:#eef2f7;border:none;border-radius:50px;outline:none;width:400px;max-width:100%;padding:17px 20px;font-size:1rem}.newsletter-form button{color:#fff;cursor:pointer;background:#f59e0b;border:none;border-radius:50px;padding:17px 35px;font-weight:700;transition:all .3s}.newsletter-form button:hover{background:#d97706}[data-reveal].revealed{opacity:1;transform:translateY(0)}@media (width<=992px){.hero h1{font-size:3rem}.featured-card{grid-template-columns:1fr}.featured-content{padding:40px}.news-card{grid-template-columns:1fr}.news-card img{height:220px}}@media (width<=768px){.section{padding:70px 0}.hero{min-height:80vh}.hero h1{font-size:2.4rem}.hero p{font-size:1rem}.hero-stats{gap:35px}.section-heading h2{font-size:2rem}.section-header{text-align:center;flex-direction:column;gap:15px}.simulator-content h2{font-size:2rem}.featured-content h2{font-size:1.8rem}}@keyframes appear{0%{opacity:0;scale:.5}25%,90%{opacity:1;scale:1}95%{opacity:0;scale:.8}}.appear{animation:.5s linear appear;animation-timeline:view()}*{box-sizing:border-box;margin:0;padding:0}body{color:#1f2937;background:#f7f9fc;font-family:Inter,sans-serif}a{color:inherit;text-decoration:none}img{width:100%;display:block}.read-page{height:100vh;min-height:100vh;overflow:auto}.read-page::-webkit-scrollbar{width:8px}.read-page::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.read-page::-webkit-scrollbar-thumb:hover{background:#64748b}.read-article{background:#fff;border-radius:5px;width:min(800px,92%);overflow:hidden;box-shadow:0 15px 40px #00000012}.read-hero{width:100%;height:350px;overflow:hidden}.read-hero img{object-fit:cover;width:100%;height:100%}.read-body{padding:2.5rem}.read-meta{color:#64748b;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:.9rem;display:flex}.read-badge{color:#fff;text-transform:uppercase;background:#f59e0b;border-radius:4px;padding:3px 10px;font-size:.8rem;font-weight:700}.read-title{color:#1f2937;margin-bottom:1.5rem;font-size:2rem;line-height:1.3}.read-text{color:#574848;margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.read-text table{border-collapse:collapse;width:fit-content;margin:1.5rem 0}.read-text th,.read-text td{text-align:left;border:1px solid #0a0a0a;padding:.6rem 1rem}.read-text th{color:#fff;background:#4f535c;font-weight:600}.read-back-link{color:#2563eb;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.read-back-link:hover{opacity:.8}.read-not-found{text-align:center;background:#fff;border-radius:5px;width:min(600px,92%);margin:4rem auto;padding:3rem;box-shadow:0 15px 40px #00000012}.read-not-found h1{color:#1f2937;margin-bottom:1rem}.read-not-found p{color:#64748b;margin-bottom:1.5rem}.code-compiler{border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;overflow:hidden}.compiler-tabs{background:#f1f5f9;border-bottom:1px solid #e2e8f0;gap:0;display:flex}.compiler-tab{cursor:pointer;color:#64748b;background:0 0;border:none;padding:.65rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.compiler-tab.active{color:#2563eb;background:#fff;box-shadow:inset 0 -2px #2563eb}.compiler-frame{background:#fff;border:none;width:100%;height:450px;display:block}.compiler-code{background:#1e293b;max-height:450px;padding:1rem;overflow-y:auto}.code-block{margin-bottom:1rem}.code-block:last-child{margin-bottom:0}.code-lang{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem;font-size:.75rem}.code-block pre{background:#0f172a;border-radius:6px;padding:1rem;overflow-x:auto}.code-block code{color:#e2e8f0;white-space:pre;font-family:Consolas,Monaco,monospace;font-size:.85rem;line-height:1.6}[data-reveal]{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(40px)}.read-page [data-reveal].revealed{opacity:1;width:100%;transform:translateY(0)}.about-page{scroll-behavior:smooth;height:100vh;overflow:auto}.about-page::-webkit-scrollbar{width:8px}.about-page::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.about-page::-webkit-scrollbar-thumb:hover{background:#64748b}.about-content{background:#fff;border-radius:12px;max-width:700px;margin:3rem auto;padding:3rem;box-shadow:0 4px 15px #0000001a}.about-content h1{color:#333;margin-bottom:1.5rem;font-size:2rem}.about-content p{color:#666;margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.content-list{flex-direction:column;gap:1.5rem;max-width:800px;margin:0 auto;display:flex}.content-item{background:#fff;border-radius:7px;padding:1.5rem 2rem;box-shadow:0 4px 15px #0000001a}.content-item h3{color:#333;margin-bottom:.5rem;font-size:1.15rem}.content-item p{color:#666;font-size:1rem;line-height:1.7}.comparison-table{background:#fff;border-radius:7px;max-width:900px;margin:0 auto;overflow:hidden;box-shadow:0 4px 15px #0000001a}.comparison-row{border-bottom:1px solid #eee;grid-template-columns:1.5fr 2fr 1.5fr;align-items:center;gap:1rem;padding:1rem 1.5rem;display:grid}.comparison-row:last-child{border-bottom:none}.comparison-row span:first-child{color:#333;font-weight:600}.comparison-row .yes{color:#2e7d32}.comparison-row .no{color:#999}.comparison-row--header{background:#f4f6f0}.comparison-row--header span{color:#333;font-weight:700}.faq-section{padding-top:0}.faq-container{max-width:992px;margin:0 auto}.faq-group{margin-bottom:2rem}.about-page .features .feature-grid>div{background-blend-mode:soft-light;color:#fff;background-color:#000000a8;background-size:cover;border:1px solid #ffffff5c}.about-page .features .feature-grid .feature-card p{color:#fff}.about-page .for .feature-grid>div{background-blend-mode:soft-light;color:#fff;background-color:#000000a8;background-size:cover;border:1px solid #ffffff5c}.about-page .for .feature-grid .feature-card p{color:#fff}.faq-category{color:#ffb347;border-bottom:2px solid #ffb347;margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.25rem}.faq-item{cursor:pointer;background:#fff;border-radius:7px;margin-bottom:.5rem;transition:box-shadow .2s;overflow:hidden;box-shadow:0 2px 8px #00000014}.faq-item:hover{box-shadow:0 4px 16px #0000001f}.faq-question{color:#333;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem 1.5rem;font-size:1rem;font-weight:600;display:flex}.faq-icon{color:#999;flex-shrink:0;align-items:center;transition:transform .3s;display:flex}.faq-icon.rotated{color:#ffb347;transform:rotate(180deg)}.faq-answer{max-height:0;padding:0 1.5rem;transition:max-height .35s,padding .35s;overflow:hidden}.faq-item.open .faq-answer{max-height:500px;padding:0 1.5rem 1.3rem}.faq-answer p{color:#666;margin:0;font-size:.95rem;line-height:1.7}@media (width<=768px){.faq-question{padding:1rem;font-size:.95rem}.faq-item.open .faq-answer{padding:0 1rem 1rem}.faq-category{font-size:1.1rem}}.contact-page{height:100vh;overflow:auto}.contact-page::-webkit-scrollbar{width:8px}.contact-page::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.contact-page::-webkit-scrollbar-thumb:hover{background:#64748b}.contact-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;max-width:900px;margin:2rem auto 0;display:grid}.contact-card{background:#fff;border-radius:12px;padding:2rem;transition:transform .3s;box-shadow:0 4px 15px #0000001a}.contact-card:hover{transform:translateY(-5px)}.contact-card h3{color:#333;margin-bottom:.75rem;font-size:1.15rem}.contact-card p{color:#666;font-size:.95rem;line-height:1.6}.social-links{flex-wrap:wrap;justify-content:center;gap:2rem;max-width:800px;margin:2rem auto 0;display:flex}.social-link{color:#333;background:#fff;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;min-width:120px;padding:1.5rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 15px #0000001a}.social-link:hover{color:#f59e0b;transform:translateY(-5px);box-shadow:0 8px 25px #00000026}.social-link svg{transition:color .3s}.social-link:hover svg{color:#f59e0b}.settingsmodal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.settingsmodal-content{color:#fff;width:inherit;background:#060a12;border:1px solid #fff;border-radius:7px;max-width:90vw}.settingsmodal-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.settingsmodal-header h2{margin:0;font-size:18px}.settingsmodal-close{cursor:pointer;color:#666;background:0 0;border:none;padding:0;font-size:24px;line-height:1}.settingsmodal-body{padding:20px}.settingsmodal-row{cursor:pointer;border:1px solid #fff;border-left:0;border-right:none;justify-content:space-between;align-items:center;padding:11px 0;font-size:15px;display:flex}.settingsmodal-row input[type=checkbox]{cursor:pointer;width:18px;height:18px}.settingsmodal-field{flex-direction:column;gap:4px;font-size:15px;display:flex}.settingsmodal-field input{box-sizing:border-box;border:1px solid #ccc;border-radius:7px;width:100%;padding:6px 8px;font-size:14px}.wire-settings{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:7px 0 0;display:grid}@media (width<=600px){.wire-settings{grid-template-columns:1fr}span{font-size:x-small}}.presetsmodal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.presetsmodal-content{background:#1e1e1e;border:1px solid #333;border-radius:8px;flex-direction:column;width:400px;max-height:80vh;display:flex}.presetsmodal-header{border-bottom:1px solid #333;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.presetsmodal-header h2{color:#e0e0e0;margin:0;font-size:18px}.presetsmodal-close{color:#888;cursor:pointer;background:0 0;border:none;font-size:24px}.presetsmodal-close:hover{color:#fff}.presetsmodal-body{flex-direction:column;gap:8px;padding:16px 20px;display:flex}.presetsmodal-item{color:silver;cursor:pointer;text-align:left;background:#2a2a2a;border:1px solid #444;border-radius:6px;padding:12px 16px;font-size:14px;transition:background .2s}.presetsmodal-item:hover{background:#3a3a3a;border-color:#666}.presetsmodal-empty{color:#666;text-align:center}.app-shell{background:#fff;height:100vh;display:flex}.io-bar{z-index:1;flex-direction:column;gap:10px;display:flex;position:absolute;top:12px;right:16px}.io-bar__button--menu{position:relative}.io-bar__dropdown{background:#111827f2;border:1px solid #ffffff29;border-radius:7px;flex-direction:column;min-width:140px;display:flex;position:absolute;top:40px;right:0;overflow:hidden}.io-bar__dropdown-item{color:#f9fafb;font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;padding:8px 14px;font-weight:700}.io-bar__dropdown-item:hover{color:#000;background:#fbbf2480}.io-bar__button{color:#f9fafb;font:inherit;cursor:pointer;background:#111827d1;border:1px solid #ffffff29;border-radius:7px;padding:8px 14px;font-weight:700}.io-bar__button:hover{color:#000;background:#fbbf2480;border-color:#0000008c}.connection-toast{z-index:40;pointer-events:none;color:#fff;background:#dc2626;border:1px solid #ffffff29;border-radius:14px;max-width:320px;padding:12px 14px;font-size:14px;font-weight:700;position:fixed;top:16px;right:16px;box-shadow:0 14px 30px #00000047}.connection-toast--warning{background:#78350f;border-color:#fbbf24}.sidebar{box-sizing:border-box;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e5e7eb;z-index:3;background:#060a12d1;border-right:1px solid #ffffff14;flex-direction:column;flex:0 0 300px;gap:20px;width:300px;padding:28px 20px;transition:width .18s,flex-basis .18s,padding .18s;display:flex;overflow:hidden}.sidebar--collapsed{flex-basis:56px;width:56px;padding:20px 10px}.sidebar__header{gap:6px;display:grid}.sidebar__toggle{color:#e5e7eb;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:999px;justify-self:start;padding:8px 12px;position:absolute;top:11px;right:6px}.sidebar__toggle:hover{background:#fbbf241f;border-color:#fbbf248c}.sidebar__eyebrow{letter-spacing:.24em;text-transform:uppercase;color:#fbbf24;margin:0;font-size:12px}.sidebar__title{color:#f9fafb;margin:0;font-size:30px;line-height:1}.sidebar__copy,.sidebar__footer{color:#9ca3af;margin:0;font-size:14px;line-height:1.5}.sidebar__list{scrollbar-width:none;gap:12px;display:grid;overflow-y:scroll}.sidebar__list--hidden{display:none}.part-card{box-sizing:border-box;width:100%;color:inherit;text-align:left;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:7px;align-items:center;gap:12px;padding:12px;transition:transform .12s,border-color .12s,background .12s;display:flex}.part-card:hover{background:#ffffff12;border-color:#fbbf2499;transform:translateY(-1px)}.part-card__image{object-fit:contain;flex:none;width:72px;height:48px}.part-card__body{gap:4px;display:grid}.part-card__title{color:#f9fafb;font-size:15px;font-weight:700}.part-card__desc{color:#cbd5e1;font-size:13px}.canvas-shell{flex:1;min-width:0;position:relative}.inspector{box-sizing:border-box;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#e5e7eb;z-index:2;background:#040810e6;border-left:1px solid #ffffff14;flex-direction:column;flex:0 0 320px;gap:18px;width:320px;height:100vh;padding:28px 20px;display:flex;position:relative;overflow:auto;box-shadow:-20px 0 40px #0000002e}.inspector::-webkit-scrollbar{width:8px}.inspector::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:10px}.inspector::-webkit-scrollbar-thumb:hover{background:#64748b}.inspector__header{gap:6px;padding-right:72px;display:grid;position:relative}.inspector__eyebrow{letter-spacing:.24em;text-transform:uppercase;color:#fbbf24;margin:0;font-size:12px}.inspector__title{color:#f9fafb;margin:0;font-size:28px;line-height:1}.inspector__copy,.inspector__footer{color:#9ca3af;margin:0;font-size:14px;line-height:1.5}.inspector__estimate{color:#fbbf24;background:#f59e0b14;border:1px solid #f59e0b59;border-radius:6px;margin:8px 0 0;padding:8px;font-size:12px;line-height:1.4}.scope-notice{z-index:30;color:#fbbf24;text-align:center;background:#0f172af0;border:1px solid #f59e0b73;border-radius:7px;align-items:flex-start;max-width:min(720px,100vw - 180px);padding:7px 12px;font-size:12px;line-height:1.35;display:flex;position:fixed;top:12px;left:50%;transform:translate(-50%)}.scope-notice__close{color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;margin-left:10px;padding:0 4px;font-size:18px;line-height:1}.inspector__close{color:#e5e7eb;font:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:7px;padding:8px 12px;position:absolute;top:0;right:0}.inspector__close:hover{background:#fbbf241f;border-color:#fbbf248c}.inspector__details{background:#ffffff08;border:1px solid #ffffff14;border-radius:7px;padding:10px 14px}.inspector__details summary{cursor:pointer;color:#fbbf24;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:600}.inspector__field-group{grid-template-columns:1fr 1fr;gap:10px;margin-top:12px;display:grid}.inspector__field--compact{gap:4px}.inspector__field--compact input{padding:8px 10px}.inspector__field{color:#cbd5e1;gap:8px;font-size:14px;display:grid}.inspector__field input{box-sizing:border-box;color:#f9fafb;width:100%;font:inherit;background:#ffffff0d;border:1px solid #ffffff1f;border-radius:7px;padding:12px 14px}.inspector__field input:focus{border-color:#fbbf24bf;outline:none;box-shadow:0 0 0 3px #fbbf2426}.inspector__toggle{font:inherit;cursor:pointer;border:1px solid #ffffff1f;border-radius:7px;justify-content:center;align-items:center;padding:8px 16px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.inspector__toggle--on{color:#4ade80;background:#22c55e33;border-color:#22c55e80}.inspector__toggle--off{color:#f87171;background:#ef444433;border-color:#ef444480}.inspector__field.pv_load{align-items:center;gap:6px;display:flex}.inspector__field.pv_load input{width:30%}.inspector__field.pv_load span{width:70%}.inspector__delete{display:none}.inspector__stats{scrollbar-width:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.inspector__stat{background:#ffffff0a;border:1px solid #ffffff14;border-radius:7px;gap:4px;padding:12px;display:grid}.inspector .inspector__field select{font:inherit;color:#fff;background:0 0;border-radius:7px;padding:6px}.inspector .inspector__field select option{color:#000}.inspector__stat span{color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.inspector__stat strong{color:#f9fafb;font-size:13px}.canvas-shell canvas{background-color:#fff;display:block}.preview-overlay{z-index:50;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.preview-modal{background:#060a12d1;border:1px solid #ffffff1f;border-radius:7px;flex-direction:column;height:90vh;display:flex;overflow:hidden;box-shadow:0 24px 60px #00000073}.preview-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.preview-header h3{color:#f9fafb;margin:0;font-size:18px}.preview-actions{gap:10px;display:flex}.preview-button{color:#f9fafb;font:inherit;cursor:pointer;background:#111827d1;border:1px solid #ffffff29;border-radius:5px;padding:3px 8px;font-weight:700}.preview-button:hover{color:#000;background:#fbbf2480;border-color:#0000008c}.preview-button--close{background:#dc2626d9;border-color:#ffffff2e;justify-content:center;align-items:center;display:flex}.preview-button--close:hover{color:#fff;background:#dc2626}.preview-content{background:#fff;flex:1;justify-content:center;align-items:center;padding:18px 22px 22px;display:flex;overflow:auto}.preview-content img{border:1px solid #000;border-radius:8px;max-width:101%;height:auto;max-height:71vh;display:block;box-shadow:0 10px 30px #00000040}.screen-warning{z-index:100;color:#f9fafb;box-sizing:border-box;background:#0f172a;padding:40px 20px;font-family:system-ui,-apple-system,sans-serif;display:none;position:fixed;inset:0}.screen-warning__content{text-align:center;max-width:600px;margin:0 auto}.screen-warning__content h1{color:#fbbf24;margin:0 0 20px;font-size:32px}.screen-warning__content p{color:#cbd5e1;margin:0 0 16px;font-size:18px;line-height:1.6}.device{perspective:1000px;margin-bottom:32px}.device__screen{width:120px;height:200px;display:inline-block;position:relative}.device-icon-wrapper{opacity:1;width:100%;height:100%;transition:opacity .6s ease-in-out,transform .6s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;transform:scale(1)rotateY(0)}.device-icon-wrapper--after{opacity:0;transform:scale(.8)rotateY(90deg)}.device-icon-wrapper--after.device-icon-wrapper--visible,.device-icon-wrapper:not(.device-icon-wrapper--after){opacity:1;transform:scale(1)rotateY(0)}.device-icon-wrapper:not(.device-icon-wrapper--after).device-icon-wrapper--visible{opacity:0;transform:scale(.8)rotateY(-90deg)}.device-icon{width:100%;height:auto}.screen-warning__content h1{animation:.6s ease-out fadeInUp}.screen-warning__content p{animation:.6s ease-out backwards fadeInUp}.screen-warning__content p:first-of-type{animation-delay:.1s}.screen-warning__content p:nth-of-type(2){animation-delay:.2s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}button.Thread-button{z-index:1;color:#fff;background:#111827f2;border-radius:50%;justify-content:center;align-items:center;min-width:50px;min-height:50px;padding:5px;display:flex;position:absolute;bottom:12px;right:16px}@media (width<=1200px){.app-shell{flex-direction:column;height:100dvh}.sidebar{border-bottom:1px solid #ffffff14;border-right:0;flex-basis:auto;order:0;width:100%;padding:16px}.sidebar--collapsed{z-index:100;border-radius:50%;flex-basis:auto;width:fit-content;margin:6px;padding:0;position:absolute;top:0;left:0}.sidebar__toggle{position:static}.sidebar--collapsed .sidebar__header{display:contents}.sidebar--collapsed .sidebar__header .sidebar__eyebrow,.sidebar--collapsed .sidebar__header .sidebar__copy{display:none}.canvas-shell{flex:1;order:1;min-height:300px}.inspector{border-top:1px solid #ffffff14;border-left:0;flex-basis:auto;order:2;width:100%;overflow-y:auto}.inspector__delete{color:#fca5a5;width:100%;font:inherit;cursor:pointer;text-align:center;background:#dc262633;border:1px solid #dc26268c;border-radius:7px;padding:12px 14px;font-weight:700;display:block}.inspector__delete:hover{color:#fff;background:#dc262666;border-color:#dc2626cc}.sidebar__list{height:66vh;overflow:auto}.io-bar{z-index:2;flex-direction:column;gap:10px;margin:6px;padding:6px;display:flex;position:absolute;top:-6px;right:-6px}button.Thread-button{z-index:1;color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;min-width:50px;min-height:50px;padding:5px;display:flex;position:absolute;bottom:6px;right:6px}}@media (width<=600px){.sidebar__title{font-size:22px}.part-card__image{width:48px;height:32px}.part-card__title{font-size:13px}.part-card__desc{font-size:11px}.inspector{max-height:60vh;padding:16px 12px;overflow-y:auto}.inspector__title{font-size:22px}.inspector__stats{flex-direction:column;grid-template-columns:1fr;width:100%;height:auto;display:flex;overflow:visible}.io-bar{flex-direction:row;gap:6px;top:auto;bottom:-6px}.io-bar__button{padding:6px 10px;font-size:12px}button.Thread-button{z-index:1;color:#fff;background:#111827f2;border-radius:50%;justify-content:center;align-items:center;min-width:40px;min-height:40px;padding:5px;display:flex;position:absolute;bottom:44px;right:6px}.preview-modal{width:96vw;height:80vh}.preview-header h3{font-size:14px}.preview-content{padding:12px}.io-bar__dropdown{background:#111827f2;border:1px solid #ffffff29;border-radius:7px;flex-direction:column;min-width:140px;display:flex;position:absolute;top:-320px;right:0;overflow:hidden}}.undo-redo-bar{z-index:10;gap:4px;display:flex;position:absolute;bottom:6px;left:6px}.undo-redo-bar__btn{color:#f9fafb;cursor:pointer;width:36px;height:36px;font:inherit;background:#111827f2;border:1px solid #ffffff29;border-radius:7px;justify-content:center;align-items:center;transition:background .15s;display:flex}.undo-redo-bar__btn:hover{color:#000;background:#fbbf2480}.undo-redo-bar__btn svg{display:block}.inspector__power__breakdown{gap:6px;padding:8px 0;display:grid}.inspector__power__breakdown .inspector__stat{background:#ffffff05;border:1px solid #ffffff0f;border-radius:5px;justify-content:space-between;padding:4px 8px;display:flex}.inspector__warning{color:#fbbf24;text-align:center;margin-top:4px;font-size:13px;font-weight:700;display:block}.inspector-resizable{flex-direction:column;display:flex}@media (width<=1200px){.inspector-resizable{order:2;position:relative}.inspector-resize-handle{cursor:row-resize;-webkit-user-select:none;user-select:none;touch-action:none;background:#ffffff08;border-top:1px solid #ffffff14;border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;height:14px;display:flex;position:relative}.inspector-resize-handle:hover{background:#fbbf241f}.inspector-resize-handle__bar{background:#000;border-radius:2px;width:71px;height:5px}.inspector-resize-handle:hover .inspector-resize-handle__bar{background:#fbbf24}.inspector-resize-hint{white-space:nowrap;color:#111;pointer-events:none;z-index:20;background:#fbbf24;border-radius:6px;padding:5px 14px;font-size:12px;font-weight:600;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #0000004d}.inspector-resizable__inner{overflow-y:auto}.inspector-resizable__inner .inspector{border-top:1px solid #ffffff14;border-left:0;flex-basis:auto;width:100%;height:100%;max-height:none}}
