:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;--bg-main:#f5f7fb;--bg-shell:#ffffff;--text-main:#111827;--text-muted:#6b7280;--accent:#0f766e;--accent-dark:#0b4f4a;--accent-soft:#e0f2f1;--primary:var(--accent);--border-soft:rgba(148,163,184,.35);--border:#e5e7eb;--shadow-soft:0 1px 0 rgba(148,163,184,.35);--nav-offset-x:100px;--nav-gap:1.1rem;--nav-top-pad:12px}html,body{width:100%;max-width:100%;overflow-x:hidden}body{margin:0;background:var(--bg-main);color:var(--text-main)}button{font:inherit;color:inherit;background:none;border:0;padding:0;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none}button:focus{outline:none}button:focus-visible{outline:2px solid rgba(15,118,110,.25);outline-offset:3px;border-radius:999px}.app-container{display:flex;flex-direction:column;min-height:100dvh}.app-header{background:var(--bg-shell);box-shadow:var(--shadow-soft);padding:.85rem 1.75rem .65rem;overflow:visible}.app-header-top{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-bottom:none!important}.app-header-left{display:flex;align-items:center;gap:.75rem}.app-header-left-col{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.app-brand-lockup{display:flex;align-items:flex-end;gap:.5rem}.app-logo{height:clamp(106px,8vw,142px);width:auto;display:block}.main-nav{display:flex;align-items:center;gap:var(--nav-gap);margin-left:var(--nav-offset-x);flex:1 1 auto;min-width:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-top:var(--nav-top-pad)}.main-nav::-webkit-scrollbar{display:none}.nav-tab{position:relative;background:none;border:none;padding:0 0 .4rem;font-size:.95rem;cursor:pointer;color:#64748b;transition:color .15s ease;display:inline-flex;align-items:center;white-space:nowrap;flex:0 0 auto;overflow:visible}.nav-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;border-radius:999px;background:#0f172a;transform:scaleX(0);transform-origin:center;transition:transform .18s ease-out;opacity:.85}.nav-tab:hover{color:#0f172a}.nav-tab:hover:after{transform:scaleX(1);opacity:.6}.nav-tab-active{color:#0f172a;font-weight:700}.nav-tab-active:after{transform:scaleX(1)}.header-right{display:flex;align-items:center;gap:.75rem;margin-left:auto;white-space:nowrap}.lang-switch{display:inline-flex;align-items:center;gap:.45rem;font-size:.95rem;letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;background:transparent;border:0;box-shadow:none;padding:0}.lang-divider{padding:0 .2rem;font-size:.9rem;opacity:.45}.lang-link,.lang-code{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;border:0;padding:0;margin:0;cursor:pointer;color:inherit;opacity:.85;transition:opacity .15s ease,color .15s ease,transform .1s ease}.lang-code-active{opacity:1;color:#64748b;font-weight:800}.lang-link:hover,.lang-code:hover{opacity:1;color:#475569;transform:translateY(-.5px)}.logout-btn{padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;cursor:pointer;font-weight:700}.logout-btn:hover{border-color:#0f172a33}.project-controls{display:flex;gap:.5rem;margin-top:.65rem;align-items:center;flex-wrap:wrap}.project-controls input,.app-header select{padding:.32rem .75rem;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:var(--text-main);font-size:.85rem;outline:none}.app-header select{min-width:130px}.project-controls input:focus,.app-header select:focus{border-color:var(--accent);box-shadow:0 0 0 2px #0f766e2e}.project-controls button{padding:.3rem .9rem;border-radius:999px;border:none;background:var(--primary);color:#fff;cursor:pointer;font-size:.85rem;font-weight:700;box-shadow:0 1px 2px #0f172a2e;white-space:nowrap}.project-controls button:hover{background:var(--accent-dark)}.project-controls-highlight{padding:.28rem .6rem;border-radius:999px;background:#ecfdf3;box-shadow:0 0 0 1px #bbf7d0,0 8px 18px #10b9812e}.app-main{display:flex;flex:1;overflow:hidden}.content{flex:1;padding:1rem 1.5rem;overflow-y:auto;background:var(--bg-main)}.sidebar{width:260px;background:#fff;color:var(--text-muted);padding:1rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;border-right:1px solid var(--border)}.sidebar h2{margin:0 0 .25rem;font-size:.95rem;font-weight:800;color:var(--text-main)}.sidebar h3{margin:1rem 0 .25rem;font-size:.85rem;font-weight:800;color:var(--text-main)}.project-list{list-style:none;padding:0;margin:0}.project-item{padding:.45rem .7rem;border-radius:.75rem;cursor:pointer;font-size:.9rem;display:flex;flex-direction:column;gap:2px;color:#374151;background:#fff;box-shadow:0 1px 2px #0f172a0a;transition:background .15s ease,box-shadow .15s ease,transform .05s ease}.project-item+.project-item{margin-top:.35rem}.project-item:hover{box-shadow:0 4px 10px #0f172a14;transform:translateY(-1px)}.project-item.active{background:var(--accent-soft);box-shadow:0 0 0 1px #0f766e59,0 4px 10px #0f766e2e}.project-tag{margin-top:2px;padding:0 .45rem;border-radius:999px;background:#e5e7eb;color:#4b5563;font-size:.7rem}.project-tag.small{background:#d1fae5;color:#166534}.form-group{margin-bottom:.75rem}.sidebar input,.sidebar select{width:100%;padding:.32rem .7rem;border-radius:.5rem;border:1px solid #d1d5db;background:#fff;color:var(--text-main);font-size:.85rem}.sidebar input:focus,.sidebar select:focus{border-color:var(--accent);box-shadow:0 0 0 2px #0f766e2e}.sidebar button{width:100%;padding:.45rem .7rem;border-radius:999px;border:none;background:var(--primary);color:#fff;cursor:pointer;font-size:.9rem;font-weight:800;box-shadow:0 1px 2px #0f172a2e}.sidebar button:hover{background:var(--accent-dark)}.setup-collapse-btn{width:100%;text-align:left;padding:.55rem .8rem;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#fff;color:#0f172a;font-weight:800;cursor:pointer}.setup-collapsible{display:none}.setup-collapsible.open{display:block;margin-top:.5rem}.project-meta{display:flex;gap:1rem;font-size:.85rem;color:#4b5563;margin-bottom:.5rem}.empty-state{margin-top:3rem;color:#6b7280}.empty-state h2{margin:0 0 .7rem;font-size:1.05rem;font-weight:900;color:#0f172a}.empty-state-steps{margin:.25rem 0 0;padding-left:1.1rem;font-size:1rem;color:#5b616d}.empty-state-steps li+li{margin-top:.2rem}.tabs{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tab{padding:.4rem .9rem;border-radius:999px;border:1px solid transparent;background:transparent;cursor:pointer;font-size:.9rem;color:#4b5563;transition:background .15s ease,color .15s ease,border-color .15s ease}.tab:hover{background:#e5e7eb}.tab.active{background:#fff;color:var(--accent-dark);border-color:var(--accent);box-shadow:0 2px 6px #0f766e29}.tabs .primary{margin-left:auto;padding:.45rem 1.1rem;border-radius:999px;border:none;background:var(--primary);color:#fff;cursor:pointer;font-size:.9rem;font-weight:800;box-shadow:0 1px 3px #0f766e66;white-space:nowrap}.tabs .primary:hover{background:var(--accent-dark)}.info{font-size:.8rem;color:#9ca3af}.error{font-size:.8rem;color:#fca5a5}.rooms-view{display:flex;flex-direction:column;gap:1rem}.room-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.room-tab{padding:.35rem .8rem;border-radius:999px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:.85rem;color:#4b5563;transition:background .15s ease,color .15s ease,border-color .15s ease}.room-tab:hover{background:#e5e7eb}.room-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.room-content h2{margin:.5rem 0 .75rem}.load-form{margin-bottom:1rem}.form-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.form-row select:not(.flat-network-select),.form-row input{padding:.45rem .85rem;border-radius:999px;border:1px solid #d1d5db;font-size:.9rem;background:#fff;color:var(--text-main);outline:none}.form-row select:not(.flat-network-select){appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:36px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238290A2' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:10px 6px}.form-row input[type=number]{width:110px}.form-row select:focus,.form-row input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #0f766e2e}.form-row button{padding:.45rem 1rem;border-radius:999px;border:none;background:var(--primary);color:#fff;cursor:pointer;font-size:.9rem;font-weight:800;box-shadow:0 1px 2px #0f172a2e;white-space:nowrap}.form-row button:hover{background:var(--accent-dark)}.loadpoints-list{list-style:none;padding:0;margin:0}.load-item{display:flex;align-items:center;justify-content:space-between;padding:4px 0;border-bottom:1px solid #eee;font-size:.9rem}.load-item:last-child{border-bottom:none}.loadpoint-text{flex:1;margin-right:.5rem}.loadpoint-remove-btn{border:none;background:#e74c3c;color:#fff;padding:2px 8px;border-radius:4px;cursor:pointer;font-size:.8rem;white-space:nowrap}.loadpoint-remove-btn:hover{background:#c0392b}.loadpoint-remove-btn:active{transform:translateY(1px)}.board-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;margin-top:.75rem}.breaker-card{background:#fff;border-radius:.75rem;padding:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.25rem}.breaker-header{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.25rem}.breaker-type,.breaker-rating{font-weight:800}.breaker-body{font-size:.85rem;color:#4b5563}.breaker-desc{margin-top:.25rem;font-size:.8rem;color:#6b7280}.breaker-card-warning{border-color:#f97373;box-shadow:0 0 0 1px #fecaca}.breaker-card-warning .breaker-header{color:#b91c1c}.board-modules-view{margin-top:1rem;position:relative}.phase-legend{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.phase-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:.78rem;color:#374151;font-weight:700}.phase-chip{width:12px;height:12px;border-radius:3px;border:1px solid rgba(15,23,42,.18)}.phase-chip-f1{background:#7B3F00}.phase-chip-f2{background:#111827}.phase-chip-f3{background:#6B7280}.phase-chip-n{background:#276fbf}.phase-chip-pe{background:linear-gradient(90deg,#16a34a 0%,#eab308 50%,#16a34a 100%)}.din-rail{position:relative;margin-top:8px}.din-row{position:relative;margin-top:14px;padding-left:18px;padding-bottom:10px}.din-row-label{font-size:.75rem;color:#4b5563;margin-bottom:2px}.din-rail-line{height:4px;background:#c0c4d0;border-radius:2px}.din-row-feed{position:absolute;left:2px;top:10px;bottom:4px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2px}.feed-line{width:4px;height:18px;border-radius:3px}.feed-l{background:#b35a3c}.feed-n{background:#276fbf}.feed-pe{background:linear-gradient(180deg,#3ba53b 0%,#e4e760 50%,#3ba53b 100%)}.modules-grid{display:grid;grid-template-columns:repeat(12,56px);gap:4px;margin-top:6px;margin-bottom:28px}.module{background:#f5f6fa;border-radius:6px;border:1px solid #d3d6e3;display:flex;flex-direction:column;height:126px;font-size:.7rem;overflow:hidden}.module-top{padding:2px 4px;font-weight:700;text-align:right}.module-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 2px}.module-type{font-size:.62rem;white-space:normal;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;overflow-wrap:anywhere}.module-room{display:block;max-width:100%;font-size:.62rem;opacity:.8;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width: 1200px){.module{height:136px}.module-type{-webkit-line-clamp:3;line-clamp:3;line-height:1.1}}.module-io{display:flex;align-items:center;justify-content:center;gap:6px;padding:2px 4px}.module-io-top{border-bottom:1px solid #e5e7eb}.module-io-bottom{border-top:1px solid #e5e7eb}.io-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;white-space:nowrap}.io-label-side{min-width:26px;text-align:left}.io-dots-stack{display:flex;flex-direction:column;align-items:center;gap:1px}.io-dots-row{display:flex;gap:4px}.io-phase-row{display:flex;gap:4px;font-size:.55rem;color:#6b7280}.io-phase-label{min-width:10px;text-align:center}.io-dot{width:6px;height:6px;border-radius:50%}.io-dot-l{background:#b35a3c}.io-dot-f1{background:#7B3F00}.io-dot-f2{background:#111827}.io-dot-f3{background:#6B7280}.io-dot-n{background:#276fbf}.io-phase-label:nth-child(1){color:#7b3f00;font-weight:700}.io-phase-label:nth-child(2){color:#111827;font-weight:700}.io-phase-label:nth-child(3){color:#6b7280;font-weight:700}.io-phase-label:nth-child(4){color:#276fbf;font-weight:700}.mod-main-switch{border-top:3px solid #111827}.mod-rcd{border-top:3px solid #0f766e}.mod-surge{border-top:3px solid #ca8a04}.mod-socket{border-top:3px solid #2563eb}.mod-lighting{border-top:3px solid #facc15}.mod-appliance{border-top:3px solid #a855f7}.module.group-base:before,.module.group-wet:before,.module.group-dry:before,.module.group-lights:before{content:"";display:block;height:5px;width:100%;border-radius:3px 3px 0 0}.module.group-base:before{background:#7f8c8d}.module.group-wet:before{background:#3498db}.module.group-dry:before{background:#2ecc71}.module.group-lights:before{background:#f1c40f}.module-warning{border-color:#f97373;box-shadow:0 0 0 1px #f8717159}.legend{margin-top:.75rem;font-size:.7rem;display:flex;flex-wrap:wrap;gap:.75rem}.legend-item{display:inline-flex;align-items:center;gap:4px}.legend-color{width:12px;height:8px;border-radius:3px}.box-main-switch{background:#111827}.box-rcd{background:#0f766e}.box-surge{background:#ca8a04}.box-socket{background:#2563eb}.box-lighting{background:#facc15}.legend-color.box-appliance{background:#a855f7}.legend-expl{margin-top:.5rem;font-size:.75rem;color:#4b5563}.legend-expl p{margin:.1rem 0}.group-label{font-size:.8rem;margin-top:.75rem;margin-bottom:.15rem;color:#4b5563}.board-separator{margin:1.5rem 0 1rem;border:none;border-top:1px dashed #d1d5db}.budget-note{font-size:.8rem;color:#6b7280;margin-top:.25rem;margin-bottom:.5rem}.flat-view{margin-top:1.25rem}.flat-intro{font-size:.85rem;color:#6b7280;margin-bottom:.75rem}.flat-layout{position:relative;display:flex;align-items:flex-start;gap:1.75rem}.flat-pole{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;color:#4b5563;min-width:70px}.flat-pole-mast{position:relative;height:150px;display:flex;flex-direction:column;align-items:center;margin-top:100px}.flat-pole-top{width:44px;height:4px;background:#4b5563;border-radius:999px;margin-bottom:4px}.flat-pole-body{width:6px;flex:1;background:#4b5563;border-radius:999px}.flat-db-bridge{position:absolute;left:32px;top:150px;width:257px;height:2px;background:#111827;box-shadow:0 0 4px #0f172a66}.flat-house-wrapper{position:relative;flex:1;padding-top:24px}.flat-db-box{position:absolute;left:190px;top:136px;padding:6px 10px;border-radius:10px;background:#111827;color:#f9fafb;font-size:.7rem;box-shadow:0 8px 16px #0f172a59;z-index:3}.flat-db-title{font-weight:800}.flat-db-rating{margin-top:2px;font-size:.68rem;opacity:.9}.flat-house{position:relative;z-index:1;margin:18px 34px 8px;padding:18px 20px 24px;border-radius:18px;background:#f9fafb;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;box-shadow:0 14px 28px #0f172a29,0 0 0 1px #94a3b859}.flat-cables{display:flex;flex-direction:column;gap:8px;margin:10px 0 14px}.flat-cable{position:relative;height:6px;border-radius:999px;overflow:visible;background:#cbd5e1;box-shadow:0 1px #ffffffa6 inset,0 -1px #0000001f inset,0 1px 6px #0000001a}.flat-cable:after{content:"";position:absolute;left:6px;right:6px;top:1px;height:2px;border-radius:999px;background:rgba(255,255,255,.35);pointer-events:none}.flat-cable-label{position:absolute;left:-2px;top:50%;transform:translate(-100%,-50%);font-size:12px;font-weight:700;padding:2px 8px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.14);box-shadow:0 6px 14px #0000001a;line-height:1.2;white-space:nowrap}.flat-cable-f1{background:#7B3F00}.flat-cable-f2{background:#111827}.flat-cable-f3{background:#6B7280}.flat-cable-n{background:#2563EB}.flat-cable-pe{background:#FACC15}.flat-room-feed-f1{background:#7B3F00}.flat-room-feed-f2{background:#111827}.flat-room-feed-f3{background:#6B7280}.flat-room-feed-n{background:#2563EB}.flat-room-feed-pe{background:#FACC15}.hero.protocol-hero{padding:1.5rem 0}.hero-text{max-width:980px}.protocol-list{margin:.75rem 0 0;padding-left:1.15rem;color:#475569}.protocol-list li+li{margin-top:.35rem}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.1rem;border-radius:999px;border:none;background:var(--primary);color:#fff;cursor:pointer;font-size:.95rem;font-weight:900;box-shadow:0 10px 26px #0f766e38;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.hero-cta:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 14px 34px #0f766e42}.hero-cta:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.hero-caption{margin-top:.75rem;font-size:.9rem;color:#64748b}.home{display:flex;flex-direction:column;gap:1.6rem}.home-hero{max-width:2180px;margin:0 auto;padding:2.2rem .5rem 2.4rem;display:grid;grid-template-columns:1.05fr 1.35fr;align-items:start;gap:0px}.home-hero__text{max-width:620px}.home-title{margin:0 0 .6rem;font-size:2.1rem;line-height:1.15;letter-spacing:-.02em;color:#0f172a}.home-subtitle{margin:0 0 1.1rem;max-width:72ch;color:#475569;line-height:1.65}.home-actions{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:7px 150px;align-items:start;margin-top:35px;margin-left:50px}.home-round{width:100%;max-width:320px;justify-self:start}.home-round__text{max-width:32ch;margin:0 auto}.home-actions .home-round--contact{grid-column:1;grid-row:1}.home-actions .home-round--offer{grid-column:2;grid-row:1}.home-actions .home-round--shop{grid-column:3;grid-row:1}.home-actions .home-round--config{grid-column:4;grid-row:1}.home-actions .home-round--premium{grid-column:5;grid-row:1}.home-hero__media{display:flex;justify-content:flex-end;align-items:center}.home-hero__image-wrap{position:relative;width:100%;max-width:700px;transform:translate(+40px);margin-top:22px}.home-hero__image{width:100%;height:auto;display:block}.home-hero__shop-link{position:absolute;right:16.2%;bottom:13.8%;display:inline-flex;width:22.5%;min-width:110px;max-width:222px;transform:rotate(-30deg);transform-origin:center;transition:transform .16s ease,filter .16s ease;z-index:3}.home-hero__shop-link:hover{transform:rotate(-30deg) translateY(-2px);filter:saturate(1.05)}.home-hero__shop-link:focus-visible{outline:2px solid #0f766e;outline-offset:4px;border-radius:8px}.home-hero__shop-logo{width:100%;height:auto;display:block;border-radius:8px;box-shadow:0 8px 20px #0f172a33}.home-round{background:transparent;border:none;padding:0;cursor:pointer;text-align:center;transition:transform .16s ease;width:320px;justify-self:start}.home-round__circle{width:134px;height:134px;border-radius:999px;margin:0 auto .65rem;display:grid;place-items:center;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 28px #0f172a14;color:#0f766e;transition:transform .14s ease,box-shadow .14s ease}.home-round:hover .home-round__circle{transform:translateY(-2px);box-shadow:0 14px 34px #0f172a1a}.home-round__title{font-weight:900;color:#0f172a;margin-bottom:.25rem}.home-round__text{color:#64748b;line-height:1.45;max-width:34ch;margin:0 auto}.home-round--soft .home-round__circle{color:#629be6;box-shadow:0 10px 28px #2f8f851a}.home-round--mid .home-round__circle{color:#a1ca2e;box-shadow:0 10px 28px #147a6624}.home-round--strong .home-round__circle{color:#227c48;box-shadow:0 10px 28px #0b4f4a2e}@media (max-width:1100px){.home-hero{grid-template-columns:1fr;gap:18px;padding:1.6rem .5rem 1.4rem}.home-hero__media{justify-content:center;order:2}.home-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 18px}.home-actions .home-round--premium{grid-column:1;grid-row:3}.home-round{width:100%;max-width:420px;justify-self:center}}@media (max-width:640px){.home-title{font-size:1.55rem;line-height:1.18}.home-actions{grid-template-columns:1fr}.home-actions .home-round--contact{grid-row:1}.home-actions .home-round--offer{grid-row:2}.home-actions .home-round--shop{grid-row:3}.home-actions .home-round--config{grid-row:4}.home-actions .home-round--premium{grid-row:5}}@media (max-width: 980px){.home-hero.home-hero--orbit{grid-template-columns:1fr;padding:1.25rem .5rem;gap:16px}.home-stage{position:relative;min-height:560px;max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding-top:82px}.home-stage__img img{transform:none;max-width:100%}}@media (max-width: 640px){.home-title{font-size:1.55rem;line-height:1.18}}.offer-centered{max-width:1100px;margin:0 auto}.offer-clean__section{padding:1.6rem .25rem}.offer-clean__section--top{padding-top:.5rem}.offer-clean__kicker{display:inline-block;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#64748b;margin-bottom:.45rem}.offer-type-title{font-size:2.1rem;line-height:1.12;letter-spacing:-.02em;margin:0 0 .35rem;text-align:center}.offer-type-lead{font-size:1rem;color:#64748b;margin:0 auto .6rem;text-align:center}.offer-type-h2{font-size:1.35rem;margin:0 0 .4rem;text-align:center}.offer-type-body{font-size:.98rem;color:#475569;margin:.25rem auto .75rem;max-width:85ch;text-align:center}.offer-quote-small{font-size:.88rem;color:#64748b;max-width:82ch;margin:.95rem auto 0;text-align:center}.offer-clean__trio{margin-top:.75rem;display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:1.2rem;align-items:start}.offer-clean__trioBtn{background:transparent;border:none;padding:0;cursor:pointer;text-align:center}.offer-clean__circle{width:134px;height:134px;border-radius:999px;margin:0 auto .65rem;display:grid;place-items:center;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 28px #0f172a14;color:#0f766e;transition:transform .14s ease,box-shadow .14s ease}.offer-clean__trioBtn:hover .offer-clean__circle{transform:translateY(-2px);box-shadow:0 14px 34px #0f172a1a}.offer-clean__trioTitle{font-weight:900;color:#0f172a;margin-bottom:.25rem}.offer-clean__trioText{color:#64748b;line-height:1.45;max-width:42ch;margin:0 auto}.offer-center-actions{display:flex;justify-content:center}.offer-priceSplit{margin-top:.8rem;display:grid;grid-template-columns:1fr 1.1fr;gap:1.25rem;align-items:center}.offer-priceSplit__img{display:flex;justify-content:center;align-items:center}.offer-priceSplit__img img{width:100%;max-width:520px;height:auto;display:block}.offer-miniprice{padding:0;background:transparent;border:none;box-shadow:none}.offer-miniprice__row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.35rem 0;border-bottom:1px solid rgba(148,163,184,.22)}.offer-miniprice__name{font-weight:900;color:#0f172a;font-size:1rem}.offer-miniprice__price{font-weight:900;color:#0f766e;white-space:nowrap;font-size:1rem}.offer-miniprice__desc{margin-top:.2rem;margin-bottom:.4rem;color:#64748b;line-height:1.55;max-width:85ch}.offer-narrow{max-width:820px;margin-left:auto;margin-right:auto}.offer-tight{padding-top:1rem;padding-bottom:1rem}.offer-tight__block{margin-top:.65rem}.offer-btn{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;padding:.72rem 1.25rem;min-height:44px;line-height:1;font-size:.95rem;font-weight:900;border:1px solid rgba(15,23,42,.12);background:#fff;color:#0f172a;box-shadow:0 10px 26px #0f172a14;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;white-space:nowrap}.offer-btn:hover{transform:translateY(-1px);box-shadow:0 14px 34px #0f172a1f}.offer-btn.primary{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 12px 30px #0f766e47}.offer-btn.ghost{background:transparent;box-shadow:none;border:1px solid rgba(15,23,42,.14)}.offer-stripe{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#fff}.offer-stripe.is-alt{background:var(--bg-main)}.offer-stripe>.offer-clean__section{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}.contact-page{padding:2.2rem .5rem 2.8rem}.contact-wrap{max-width:1100px;margin:0 auto}.contact-title{margin:0 0 .6rem;font-size:2.1rem;color:#0f172a}.contact-lead{max-width:80ch;color:#475569;line-height:1.6;margin:0 0 1.2rem}.contact-list{display:grid;gap:.6rem;margin-top:.6rem}.contact-row{display:flex;align-items:center;gap:.55rem;color:#475569;line-height:1.5}.contact-trust-cloud{position:relative;margin-top:.75rem;width:100%;max-width:100%;margin-left:0;margin-right:0;padding:1rem 1.15rem 1.15rem;border-radius:22px;background:linear-gradient(165deg,rgba(255,255,255,.95) 0%,rgba(224,242,241,.55) 48%,rgba(255,255,255,.9) 100%);border:1px solid rgba(15,118,110,.16);box-shadow:0 1px #fffc inset,0 10px 28px #0f172a0f,0 2px 8px #0f766e12}.contact-trust-cloud:before{content:"";position:absolute;top:-9px;left:1.35rem;transform:rotate(45deg);width:16px;height:16px;background:linear-gradient(135deg,rgba(255,255,255,.98) 0%,rgba(230,247,244,.9) 100%);border-left:1px solid rgba(15,118,110,.14);border-top:1px solid rgba(15,118,110,.14);border-radius:3px;z-index:0}.contact-trust-badges{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:1rem 1.5rem;margin:0;padding:0;width:100%}.contact-trust-badges__car{height:56px;width:auto;object-fit:contain}.contact-trust-badges__icons{display:flex;align-items:center;gap:.65rem}.contact-trust-badges__icon{display:block;height:48px;width:auto;object-fit:contain}.contact-trust-badges__wc{display:inline-flex;align-items:center;text-decoration:none;opacity:.96;transition:opacity .2s ease,transform .2s ease}.contact-trust-badges__wc:hover{opacity:1;transform:translateY(-1px)}.contact-trust-badges__wc-img{display:block;height:40px;width:auto;object-fit:contain}.contact-trust-badges__shop-link{display:inline-flex;align-items:center;text-decoration:none;transition:transform .16s ease,filter .16s ease}.contact-trust-badges__shop-link:hover{transform:translateY(-2px);filter:saturate(1.05)}.contact-trust-badges__shop-link:focus-visible{outline:2px solid #0f766e;outline-offset:4px;border-radius:8px}.contact-trust-badges__shop-logo{height:40px;width:auto;display:block;border-radius:8px;box-shadow:0 8px 20px #0f172a33}@media (max-width:768px){.contact-trust-cloud{padding:.85rem .75rem .95rem;border-radius:18px;max-width:100%}.contact-trust-badges{gap:.75rem 1rem}.contact-trust-badges__car{height:40px}.contact-trust-badges__icon{height:32px}.contact-trust-badges__wc-img,.contact-trust-badges__shop-logo{height:28px}}.contact-ico{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:rgba(15,118,110,.1);color:#0f766e;flex:0 0 auto}.contact-label{color:#64748b;font-weight:800}.contact-link{font-weight:900;color:#0f172a;text-decoration:none}.contact-link:hover{text-decoration:underline}.contact-linkbtn{background:transparent;border:none;padding:0;cursor:pointer;font:inherit;font-weight:900;color:#0f172a}.contact-linkbtn:hover{text-decoration:underline}.contact-strong{font-weight:900;color:#0f172a}.contact-hint{color:#94a3b8;font-size:.92rem;margin-left:.25rem}.contact-map{margin-top:2rem}.contact-h2{margin:0 0 .35rem;font-size:1.25rem;color:#0f172a}.contact-map__hint{margin:0 0 .8rem;color:#64748b;line-height:1.5}.contact-map__frame{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:.6rem;box-shadow:0 10px 26px #0f172a0f}.contact-map__small{margin-top:.8rem;color:#64748b;font-size:.92rem;line-height:1.5}.contact-privacylink-row{margin:.25rem 0 1rem}.contact-privacylink{background:transparent;border:none;padding:0;cursor:pointer;font:inherit;color:#0f172a;font-weight:900;text-decoration:underline;text-underline-offset:3px}.contact-privacylink:hover{opacity:.85}.contact-legal{margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(148,163,184,.25)}.contact-legal__section{margin-top:.95rem}.contact-legal__h3{font-weight:900;color:#0f172a;margin-bottom:.25rem}.contact-legal__p{color:#475569;line-height:1.6;max-width:90ch}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:flex;justify-content:center;padding:6px 12px;pointer-events:none}.cookie-banner__inner{pointer-events:auto;width:100%;max-width:min(1100px,calc(100vw - 24px));margin:0;background:rgba(255,255,255,.88);border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:.45rem .75rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 6px 18px #0f172a1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cookie-banner__text{color:#475569;line-height:1.35;font-size:.88rem;flex:1;min-width:0;overflow-wrap:anywhere}.cookie-banner__link{background:transparent;border:none;padding:0;cursor:pointer;font:inherit;font-weight:900;color:#0f172a;text-decoration:underline;text-underline-offset:3px}.cookie-banner__btn{border-radius:9999px;padding:.5rem .9rem;min-height:36px;border:1px solid rgba(15,23,42,.12);background:#0f766e;color:#fff;font-weight:900;cursor:pointer;white-space:nowrap}.cookie-banner__btn:hover{background:#0b4f4a}.cookie-safe{padding-bottom:96px}.mobile-menu-btn{display:none;align-items:center;gap:8px;border:1px solid rgba(15,23,42,.12);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.96));border-radius:999px;padding:7px 12px;font-weight:900;color:#0f172a;box-shadow:0 8px 18px #0f172a1a;cursor:pointer;white-space:nowrap}.mobile-menu-btn__label{font-size:13px;letter-spacing:.02em}.mobile-menu-btn__chevron{font-size:13px;line-height:1;opacity:.8;transition:transform .16s ease}.mobile-menu-btn__chevron.open{transform:rotate(180deg)}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;z-index:9998;border:0;padding:0}.mobile-menu-panel{position:fixed;left:12px;right:12px;top:88px;z-index:9999;display:flex;flex-direction:column;gap:.35rem;padding:10px;border-radius:16px;background:rgba(255,255,255,.96);border:1px solid rgba(148,163,184,.25);box-shadow:0 14px 34px #0f172a24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-menu-item{width:100%;text-align:left;border:1px solid rgba(148,163,184,.25);background:rgba(255,255,255,.9);border-radius:12px;padding:12px;font-weight:800;color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.mobile-menu-item.active{box-shadow:0 0 0 1px #0f766e40}@media (max-width:1100px){.app-header-top{flex-wrap:wrap;gap:.9rem}:root{--nav-offset-x: 0px}.main-nav{margin-left:0}}@media (max-width:980px){.offer-priceSplit,.offer-clean__trio{grid-template-columns:1fr}.offer-clean__circle{width:120px;height:120px}.home-hero{grid-template-columns:1fr;padding:1.25rem .5rem;gap:1rem}.home-hero__media{order:2}.home-hero__image-wrap{transform:none;max-width:100%;margin-top:0}.home-round-actions{grid-template-columns:1fr}.home-round-actions--diagonal{width:100%;margin-right:0}}@media (max-width:900px){.app-main{display:block;overflow:visible}.content{overflow-y:visible;padding:.9rem 1rem}.sidebar{width:auto;border-right:none;border-bottom:1px solid #eee}.mobile-menu-btn{display:inline-flex}.main-nav{display:none}.app-header-top{position:relative;align-items:flex-start;justify-content:flex-start;gap:.75rem}.header-right{position:absolute;top:8px;right:10px;z-index:60;margin-left:0}.lang-divider,.lang-link{display:none}.lang-switch{background:transparent;border:0;box-shadow:none;padding:0;color:#94a3b8}.lang-code{opacity:1;font-weight:900;color:#94a3b8}.lang-code-active{color:#64748b}.app-header-left{padding-right:110px}.tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;align-items:stretch}.tabs .primary{grid-column:1 / -1;width:100%;margin:2px 0 0;padding:.72rem .9rem;font-size:.95rem;font-weight:900;box-shadow:0 10px 26px #0f766e38}.tabs .tab{width:100%;text-align:center;padding:10px 8px;border-radius:12px;border:1px solid rgba(148,163,184,.35);background:#fff;box-shadow:0 1px 2px #0f172a0f;font-weight:800;font-size:.82rem}.tabs .tab.active{border-color:#0f766e59;box-shadow:0 0 0 1px #0f766e2e,0 2px 10px #0f766e1a;background:#fff}.form-row{align-items:stretch}.form-row select:not(.flat-network-select),.form-row input{flex:1 1 100%;width:100%}.form-row input[type=number]{width:100%}.form-row button{width:100%;justify-content:center;padding:.8rem 1rem}.hero-cta{width:100%}.cookie-safe{padding-bottom:170px}}@media (max-width:768px){.setup-project-chips{display:flex;flex-direction:row;overflow-x:auto;gap:.5rem;padding-bottom:.3rem;margin-bottom:.25rem;scrollbar-width:none}.setup-project-chips::-webkit-scrollbar{display:none}.setup-project-chips .project-item{min-width:190px;margin-top:0!important;flex:0 0 auto}.sidebar h3{margin-top:.6rem}.load-item{border:1px solid rgba(148,163,184,.25);border-radius:12px;padding:.55rem .6rem;margin-bottom:.45rem;background:#fff;align-items:flex-start}.loadpoint-text{font-size:.86rem;line-height:1.35}.loadpoint-remove-btn{margin-left:.5rem;border-radius:999px;padding:3px 10px}}@media (max-width:900px){.app-header{box-shadow:none}}@media (min-width:901px){.app-header-top{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"left spacer right" "nav nav nav";align-items:center;column-gap:clamp(.75rem,2vw,1.5rem);row-gap:.35rem}.app-header-left{grid-area:left;min-width:max-content}.main-nav{grid-area:nav;position:static;transform:none;top:auto;left:auto;width:100%;margin-left:0;padding-top:6px;overflow-x:auto;overflow-y:hidden;justify-content:center;scrollbar-width:none}.main-nav::-webkit-scrollbar{display:none}.header-right{grid-area:right;margin-left:0;justify-self:end;align-self:center;z-index:2}.project-controls{justify-content:center;max-width:1100px;margin-left:auto;margin-right:auto}}@media (min-width:769px){.app-header,.app-header-top{border-bottom:none!important;box-shadow:none!important}}@media (max-width:560px){.app-header{padding:.6rem .75rem}.app-logo{height:66px}.project-controls{display:grid;grid-template-columns:1fr}.project-controls input,.project-controls select,.project-controls button{width:100%}.cookie-banner__inner{flex-direction:column;align-items:stretch}.cookie-banner__btn{width:100%}}@media (max-width:380px){.mobile-menu-btn__text{display:inline}}@media (max-width:720px){.modules-grid{grid-template-columns:repeat(12,46px)}.module{height:110px}}@media (max-width:560px){.modules-grid{grid-template-columns:repeat(12,42px);gap:3px}.din-row{padding-left:16px}}select.pretty-select{width:100%;max-width:520px;padding:10px 42px 10px 14px;border-radius:12px;border:1px solid #d1d5db;background:#fff;color:#111827;font:inherit;font-size:.95rem;line-height:1.2;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L6 6.25L11 1.25' stroke='%2364748b' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 7px;box-shadow:0 1px 2px #0f172a0f}select.pretty-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e2e}select.pretty-select:disabled{opacity:.6;cursor:not-allowed}.flat-network-select{width:100%;max-width:520px;padding:10px 42px 10px 14px;border-radius:12px;border:1px solid #d1d5db;background:#fff;color:#111827;font:inherit;font-size:.95rem;line-height:1.2;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L6 6.25L11 1.25' stroke='%2364748b' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 7px;box-shadow:0 1px 2px #0f172a0f}.flat-network-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e2e}.flat-network-select:disabled{opacity:.6;cursor:not-allowed}.flat-network-selector label{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.flat-house{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}@media (max-width:980px){.flat-house{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.flat-house{grid-template-columns:1fr}}.flat-room{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 14px 12px;box-shadow:0 1px 2px #0f172a0f}.flat-room-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.flat-room-name{font-weight:700;font-size:1rem}.flat-room-heat{min-width:120px;text-align:right}.flat-room-heat-bar{height:8px;border-radius:999px;background:#eef2f7;overflow:hidden;margin-bottom:6px}.flat-room-heat-fill{height:100%;border-radius:999px}.flat-room-heat-label{font-size:.85rem;color:#64748b}.flat-room-rcds{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 10px}.flat-room-rcd-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.82rem;line-height:1.2;border:1px solid #e5e7eb;background:#f8fafc;white-space:nowrap}.flat-room-items{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}.flat-room-item{display:flex;gap:8px;align-items:flex-start;padding:8px 10px;border-radius:12px;background:#f8fafc;border:1px solid #eef2f7}.flat-room-item-dot{width:8px;height:8px;border-radius:999px;margin-top:6px;background:#94a3b8;flex:0 0 auto}.flat-room-item-breaker{color:#475569;font-weight:600}@media (max-width:640px){.home-hero{display:flex;flex-direction:column}.home-hero__media{order:-1;margin-bottom:14px}.home-title{font-size:1.55rem;line-height:1.18}}.contact-bar--mobile{display:none}@media (max-width:640px){.contact-bar--mobile{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 12px;font-size:12.5px;color:#334155;border-bottom:1px solid rgba(0,0,0,.08);background:#ffffff}.contact-bar--mobile a{color:inherit;text-decoration:none}.contact-bar--mobile a:hover{text-decoration:underline}}.project-name-input--error{border-color:#ef4444!important;box-shadow:0 0 0 2px #ef44442e!important}.setup-mobile-sticky{display:none}@media (max-width:900px){.setup-mobile-sticky{position:fixed;left:10px;right:10px;bottom:10px;z-index:120;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:14px;border:1px solid rgba(148,163,184,.3);background:rgba(255,255,255,.96);box-shadow:0 10px 22px #0f172a29;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.setup-mobile-sticky__status{font-size:.75rem;color:#334155;font-weight:700;line-height:1.25}.setup-mobile-sticky__btn{border:none;border-radius:999px;padding:.5rem .85rem;background:var(--primary);color:#fff;font-weight:800;font-size:.8rem;white-space:nowrap}.content{padding-bottom:90px}}@media (min-width:901px){.project-controls{width:fit-content}}.knowledge-layout{display:grid;grid-template-columns:280px 1fr;gap:1rem;align-items:start}.knowledge-sidebar{background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:16px;padding:12px;box-shadow:0 10px 26px #0f172a0f;position:sticky;top:12px}.knowledge-title{font-weight:900;margin-bottom:10px;color:#0f172a}.knowledge-chapter{border-top:1px solid rgba(148,163,184,.25);padding-top:10px;margin-top:10px}.knowledge-chapter__summary{cursor:pointer;font-weight:800;color:#334155}.knowledge-chapter__sections{display:flex;flex-direction:column;gap:6px;margin-top:8px}.knowledge-section-btn{text-align:left;padding:8px 10px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#fff;cursor:pointer;font-weight:700;color:#334155}.knowledge-section-btn.active{border-color:#0f766e59;box-shadow:0 0 0 2px #0f766e1f}.knowledge-content{background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:16px;padding:16px;box-shadow:0 10px 26px #0f172a0f}.knowledge-content__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.knowledge-h1{margin:0;font-size:1.25rem}.knowledge-h2{margin:16px 0 8px}.knowledge-p{margin:8px 0;color:#475569;line-height:1.6}.knowledge-ul{margin:8px 0 8px 18px;color:#475569;line-height:1.6}.knowledge-callout{border-radius:14px;padding:10px 12px;margin:10px 0;border:1px solid rgba(148,163,184,.25);background:#f8fafc;color:#334155}.knowledge-callout.warning{background:#fff7ed;border-color:#fdba74}.knowledge-error{margin-top:10px;color:#b00020;font-weight:800}.knowledge-loading{font-size:.85rem;color:#64748b}.shop-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.shop-h1{margin:0;font-size:1.25rem}.shop-grid{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.shop-card{background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:16px;padding:12px;box-shadow:0 10px 26px #0f172a0f}.shop-card__title{font-weight:900;color:#0f172a}.shop-card__desc{margin-top:6px;color:#475569;line-height:1.55}.shop-card__price{margin-top:10px;font-weight:900;color:#0f766e}.shop-card__price.muted{color:#64748b}@media (max-width:900px){.knowledge-layout{grid-template-columns:1fr}.knowledge-sidebar{position:relative;top:0}}.knowledge{width:100%}.knowledge-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;max-width:1180px;margin:0 auto 16px;padding:10px 10px 0}.knowledge-h1{font-size:28px;line-height:1.15;margin:0;font-weight:800}.knowledge-subtitle{margin-top:6px;font-size:14px;line-height:1.5;color:#64748b;max-width:760px}.knowledge-actions{display:flex;gap:10px;align-items:center}.knowledge-btn{background:#ffffff;border:1px solid #e2e8f0;border-radius:999px;padding:10px 14px;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 4px 16px #0f172a0f}.knowledge-btn:hover{border-color:#cbd5e1;box-shadow:0 6px 20px #0f172a14}.knowledge-loading{max-width:1180px;margin:6px auto 16px;padding:0 10px;color:#64748b;font-size:14px}.knowledge-error{max-width:1180px;margin:8px auto 16px;padding:12px 14px;border-radius:14px;background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;font-weight:600}.knowledge-grid{max-width:1180px;margin:0 auto;padding:12px 10px 24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;justify-items:stretch}@media (max-width: 1100px){.knowledge-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 820px){.knowledge-topbar{flex-direction:column;align-items:stretch}.knowledge-actions{justify-content:flex-start}.knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.knowledge-grid{grid-template-columns:1fr}.knowledge-h1{font-size:24px}}.knowledge-tile{text-align:left;width:100%;background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;padding:14px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;box-shadow:0 10px 30px #0f172a0f}.knowledge-tile:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 14px 40px #0f172a14}.knowledge-tile:active{transform:translateY(0)}.knowledge-tile__image{height:120px;border-radius:14px;border:1px solid #eef2ff;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);display:flex;align-items:center;justify-content:center;margin-bottom:12px;overflow:hidden}.knowledge-tile__imageText{font-weight:800;font-size:12px;letter-spacing:.08em;color:#94a3b8}.knowledge-tile__title{font-size:16px;font-weight:800;line-height:1.25;color:#0f172a;margin:4px 0 6px}.knowledge-tile__desc{font-size:13px;line-height:1.45;color:#64748b;min-height:36px}.knowledge-tile__meta,.knowledge-tile__cta{display:flex;align-items:center;gap:8px;font-size:13px;margin-top:10px;color:#0f172a;font-weight:700}.knowledge-dot{display:inline-block;width:7px;height:7px;border-radius:999px;background:#22c55e}.knowledge-contentCard{max-width:980px;margin:0 auto 24px;padding:16px 16px 18px;background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 10px 30px #0f172a0f}.knowledge-blocks{padding-top:6px}.knowledge-h2{font-size:20px;margin:18px 0 10px;font-weight:900;color:#0f172a}.knowledge-p{margin:10px 0;line-height:1.65;color:#0f172a;font-size:14px}.knowledge-ul{margin:10px 0 14px;padding-left:18px;color:#0f172a;line-height:1.65;font-size:14px}.knowledge-ul li{margin:6px 0}.knowledge-callout{border-radius:14px;padding:12px;margin:10px 0 14px;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;line-height:1.55;font-size:14px}.knowledge-callout.warning{background:#fff7ed;border-color:#fed7aa}.knowledge-callout.info{background:#eff6ff;border-color:#bfdbfe}.knowledge-footerHint{margin-top:14px;padding-top:12px;border-top:1px dashed #e2e8f0;color:#64748b;font-size:13px;line-height:1.5}.knowledge-empty{max-width:1180px;margin:10px auto 20px;padding:14px 10px;color:#64748b;font-size:14px}.home-round{width:220px}.home-round__text{max-width:34ch}@media (max-width: 980px){.home-round-actions--diagonal{grid-template-columns:1fr;grid-template-rows:none;gap:18px;justify-items:center}.home-round{width:100%;max-width:380px}}.knowledge{background-repeat:no-repeat;background-position:center;background-size:cover}.knowledge{width:100%;min-height:calc(100vh - 220px);background-repeat:no-repeat;background-position:center;background-size:cover}@media (max-width: 900px){.home-hero{grid-template-columns:1fr!important;gap:16px!important;padding:1.2rem .75rem!important}.home-hero__media{order:-1!important;justify-content:center!important}.home-hero__image-wrap{width:100%!important;max-width:520px!important;transform:none!important;margin-top:0!important}.home-hero__shop-link{right:12.2%!important;bottom:8%!important;width:20.5%!important;min-width:92px!important;max-width:128px!important}.home-actions{margin-left:0!important;gap:14px!important;grid-template-columns:1fr!important}.home-actions .home-round--contact,.home-actions .home-round--offer,.home-actions .home-round--shop,.home-actions .home-round--config,.home-actions .home-round--premium{grid-column:auto!important;grid-row:auto!important}.home-round{width:100%!important;max-width:420px!important;justify-self:center!important}}@media (max-width: 420px){.home-hero{padding:1rem .6rem!important}.home-round__circle{width:120px!important;height:120px!important}}.home-round--config .home-round__circle{background:#eefbf7;border-color:#0f766e2e;box-shadow:0 10px 28px #0f766e1a}.home-round--premium .home-round__circle{background:#5ae47f4b;border-color:#717a6f28;box-shadow:10 30px 50px #dbae549d}.home-round--config:hover .home-round__circle{box-shadow:0 14px 34px #96a09f24}.home-round--premium:hover .home-round__circle{box-shadow:0 14px 34px #ca8a0429}@media (max-width: 900px){.home-actions{margin-left:0!important;gap:18px!important;grid-template-columns:1fr!important}.home-actions .home-round--contact,.home-actions .home-round--offer,.home-actions .home-round--shop,.home-actions .home-round--config,.home-actions .home-round--premium{grid-column:auto!important;grid-row:auto!important}.home-round{justify-self:center!important;max-width:420px!important;width:100%!important}}.home-hero__text{max-width:660px}.home-title{margin:0 0 .6rem;font-size:1.95rem;line-height:1.08;letter-spacing:-.025em;color:#0f172a;white-space:nowrap}@media (max-width:1200px){.home-hero__text{max-width:680px}.home-title{font-size:1.8rem;white-space:normal}}.home-subtitle{max-width:58ch}.home-round{transition:transform .16s ease,opacity .16s ease}.home-round:hover{transform:translateY(-2px)}.home-round__title{font-weight:900;font-size:1.05rem}.home-actions .home-round{position:relative;padding:22px 18px 20px;border-radius:28px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.16);box-shadow:0 14px 36px #00000014;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.home-actions .home-round:hover{transform:translateY(-4px);background:rgba(255,255,255,.24);border-color:#fff6;box-shadow:0 20px 44px #00000024}.home-actions .home-round__circle,.home-actions .home-round__title,.home-actions .home-round__text{position:relative;z-index:1}.home-actions .home-round__title{margin-top:2px;margin-bottom:.3rem}.home-actions .home-round__text{max-width:30ch}.home-actions .home-round--config{background:rgba(239,251,247,.28);border-color:#0f766e2e}.home-actions .home-round--premium{background:rgba(221,247,220,.26);border-color:#91b47833}.home-actions .home-round--config:hover{background:rgba(239,251,247,.38)}.home-actions .home-round--premium:hover{background:rgba(221,247,220,.36)}@media (max-width:900px){.home-actions .home-round{padding:20px 16px 18px;border-radius:22px}}@media (max-width:420px){.home-actions .home-round{padding:18px 14px 16px;border-radius:20px}}.home-actions{align-items:stretch}.home-actions .home-round{min-height:198px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:12px;padding-bottom:8px}.home-actions .home-round__circle{margin-bottom:.45rem}.home-actions .home-round__title{min-height:2rem;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:.15rem}.home-actions .home-round__text{min-height:4.1rem;display:flex;align-items:flex-start;justify-content:center;text-align:center}@media (max-width:900px){.home-actions .home-round{min-height:190px}.home-actions .home-round__title{min-height:1.9rem}.home-actions .home-round__text{min-height:auto}}@media (max-width:640px){.home-actions .home-round{min-height:auto;padding-top:14px;padding-bottom:10px}.home-actions .home-round__title,.home-actions .home-round__text{min-height:auto}}@media (min-width: 1201px){.home-actions{position:relative;display:block!important;width:980px;max-width:980px;height:430px;margin-top:34px;margin-left:12px;align-items:unset}.home-actions .home-round{position:absolute;top:0;width:230px!important;min-height:260px;padding:18px 16px 14px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:28px;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.24);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 18px 36px #0f172a1f;transform-origin:bottom center;opacity:.9;z-index:1;transition:transform .28s ease,opacity .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,z-index 0s linear}.home-actions .home-round__circle,.home-actions .home-round__title,.home-actions .home-round__text{position:relative;z-index:1}.home-actions .home-round__circle{margin-bottom:.55rem}.home-actions .home-round__title{min-height:2rem;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:.15rem;opacity:1}.home-actions .home-round__text{min-height:4.1rem;display:flex;align-items:flex-start;justify-content:center;text-align:center;max-width:28ch;opacity:.72;transition:opacity .18s ease}.home-actions .home-round--contact{left:8px;top:26px;transform:rotate(-14deg);z-index:1}.home-actions .home-round--offer{left:172px;top:12px;transform:rotate(-7deg);z-index:2}.home-actions .home-round--shop{left:344px;top:6px;transform:rotate(0);z-index:3}.home-actions .home-round--config{left:516px;top:12px;transform:rotate(7deg);z-index:2}.home-actions .home-round--premium{left:688px;top:26px;transform:rotate(14deg);z-index:1}.home-actions .home-round--config{background:rgba(239,251,247,.3);border-color:#0f766e2e}.home-actions .home-round--premium{background:rgba(221,247,220,.3);border-color:#91b47833}.home-actions .home-round:hover,.home-actions .home-round:focus-visible{opacity:1;z-index:20!important;transform:translateY(-14px) rotate(0) scale(1.03);background:rgba(255,255,255,.38);border-color:#ffffff85;box-shadow:0 28px 54px #0f172a2e}.home-actions .home-round--config:hover,.home-actions .home-round--config:focus-visible{background:rgba(239,251,247,.44)}.home-actions .home-round--premium:hover,.home-actions .home-round--premium:focus-visible{background:rgba(221,247,220,.44)}.home-actions .home-round:hover .home-round__text,.home-actions .home-round:focus-visible .home-round__text{opacity:1}.home-actions .home-round:hover .home-round__circle,.home-actions .home-round:focus-visible .home-round__circle{transform:translateY(-2px) scale(1.02)}}@media (min-width: 1201px){.home-actions{position:relative;display:block!important;width:930px;max-width:930px;height:430px;margin-top:34px;margin-left:0;align-items:unset}.home-actions .home-round{position:absolute;top:0;width:220px!important;min-height:258px;padding:18px 16px 14px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:28px;border:1px solid rgba(255,255,255,.44);background:rgba(255,255,255,.42);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 22px 42px #0f172a24,inset 0 1px #ffffff61;transform-origin:bottom center;opacity:.96;z-index:1;transition:transform .28s ease,opacity .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,z-index 0s linear}.home-actions .home-round__circle,.home-actions .home-round__title,.home-actions .home-round__text{position:relative;z-index:1}.home-actions .home-round__circle{margin-bottom:.55rem}.home-actions .home-round__title{min-height:2rem;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:.2rem;opacity:1}.home-actions .home-round__text{min-height:4.1rem;display:flex;align-items:flex-start;justify-content:center;text-align:center;max-width:28ch;opacity:.9;transition:opacity .18s ease}.home-actions .home-round--contact{left:0;top:30px;transform:rotate(-13deg);z-index:1}.home-actions .home-round--offer{left:150px;top:14px;transform:rotate(-6deg);z-index:2}.home-actions .home-round--shop{left:306px;top:8px;transform:rotate(0);z-index:3}.home-actions .home-round--config{left:462px;top:14px;transform:rotate(6deg);z-index:2}.home-actions .home-round--premium{left:618px;top:30px;transform:rotate(13deg);z-index:1}.home-actions .home-round--config{background:rgba(239,251,247,.46);border-color:#0f766e3d}.home-actions .home-round--premium{background:rgba(221,247,220,.46);border-color:#91b4783d}.home-actions .home-round:hover,.home-actions .home-round:focus-visible{opacity:1;z-index:20!important;transform:translateY(-14px) rotate(0) scale(1.04);background:rgba(255,255,255,.72);border-color:#ffffffb8;box-shadow:0 32px 64px #0f172a33,inset 0 1px #ffffff80}.home-actions .home-round--config:hover,.home-actions .home-round--config:focus-visible{background:rgba(239,251,247,.74)}.home-actions .home-round--premium:hover,.home-actions .home-round--premium:focus-visible{background:rgba(221,247,220,.74)}.home-actions .home-round:hover .home-round__text,.home-actions .home-round:focus-visible .home-round__text{opacity:1}.home-actions .home-round:hover .home-round__circle,.home-actions .home-round:focus-visible .home-round__circle{transform:translateY(-2px) scale(1.02)}}@media (min-width: 901px) and (max-width: 1200px){.home-actions{position:relative;display:block!important;width:760px;max-width:760px;height:340px;margin-top:28px;margin-left:0}.home-actions .home-round{position:absolute;top:0;width:175px!important;min-height:220px;padding:14px 12px 12px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:24px;border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.56);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 14px 28px #0f172a1f;transform-origin:bottom center;opacity:1}.home-actions .home-round__circle{width:108px;height:108px;margin-bottom:.45rem}.home-actions .home-round__title{min-height:1.8rem;font-size:1rem;display:flex;align-items:center;justify-content:center;text-align:center;opacity:1}.home-actions .home-round__text{min-height:auto;font-size:.92rem;opacity:1;text-align:center}.home-actions .home-round--contact{left:0;top:14px;transform:rotate(-8deg);z-index:1}.home-actions .home-round--offer{left:148px;top:4px;transform:rotate(-4deg);z-index:2}.home-actions .home-round--shop{left:296px;top:0;transform:rotate(0);z-index:3}.home-actions .home-round--config{left:444px;top:4px;transform:rotate(4deg);z-index:2}.home-actions .home-round--premium{left:592px;top:14px;transform:rotate(8deg);z-index:1}.home-actions .home-round--config{background:rgba(239,251,247,.6)}.home-actions .home-round--premium{background:rgba(221,247,220,.6)}}.home{position:relative;display:flex;flex-direction:column;gap:1.6rem;background-repeat:no-repeat;background-position:center center;background-size:cover;isolation:isolate}.home:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,rgba(245,247,251,.88) 0%,rgba(245,247,251,.82) 35%,rgba(245,247,251,.8) 100%)}.home:after{content:"";position:absolute;left:0;top:0;bottom:0;width:58%;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(245,247,251,.72) 0%,rgba(245,247,251,.46) 58%,rgba(245,247,251,0) 100%)}.home>*{position:relative;z-index:1}.home-hero{min-height:680px}@media (min-width: 901px){.home{background-position:center center}}@media (max-width: 900px){.home:before{background:linear-gradient(180deg,rgba(245,247,251,.92) 0%,rgba(245,247,251,.88) 100%)}.home:after{width:100%;background:linear-gradient(180deg,rgba(245,247,251,.55) 0%,rgba(245,247,251,.18) 100%)}.home-hero{min-height:auto}}@media (min-width: 901px) and (max-width: 1280px){.header-row{position:relative}.header-row__controls,.header-row__control{position:relative;z-index:20}}.play-learn{padding:1.25rem .75rem 2.5rem;max-width:720px;margin:0 auto}.play-learn--wide{max-width:min(1480px,100%)}.play-learn__inner--explore{max-width:100%}.play-learn__inner{background:#fff;border-radius:20px;border:1px solid var(--border-soft);box-shadow:0 10px 36px #0f172a0f;padding:1.35rem 1.25rem 1.5rem}.play-learn__h1{margin:0 0 .45rem;font-size:1.65rem;color:#0f172a;letter-spacing:-.02em}.play-learn__lead{margin:0 0 1rem;color:#64748b;line-height:1.55;font-size:.95rem}.play-learn__hud{display:flex;gap:1.25rem;justify-content:center;flex-wrap:wrap;margin-bottom:.65rem;font-size:.92rem;color:#475569}.play-learn__canvas-wrap{width:100%;max-width:520px;margin:0 auto;border-radius:14px;overflow:hidden;border:1px solid rgba(148,163,184,.35);touch-action:none;background:#e8eef7}.play-learn__canvas.play-learn__canvas--pixel{border-radius:14px;border:1px solid rgba(148,163,184,.35);box-shadow:0 10px 30px #0f172a14;image-rendering:pixelated;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor}.play-learn__canvas-wrap.play-explore__canvas-wrap{cursor:default;max-width:none;width:100%}.play-explore__canvas-wrap--follow{overflow:hidden;border-radius:14px}.play-learn__canvas--follow{display:block;width:100%!important;max-width:100%;height:auto!important;image-rendering:auto}.play-explore__pad-minimap{display:flex;align-items:center;justify-content:center;min-height:3rem;padding:.2rem;border-radius:12px;background:#fff;border:1px solid rgba(148,163,184,.55);overflow:hidden;pointer-events:none}.play-explore__minimap-canvas{display:block;width:100%;height:100%;max-width:3.25rem;max-height:3.25rem;border-radius:6px;image-rendering:auto}.play-explore__layout{display:grid;grid-template-columns:minmax(190px,220px) minmax(420px,1fr) minmax(220px,280px);gap:1rem 1.25rem;align-items:start;margin-top:.35rem}.play-explore__col--equip{order:1}.play-explore__col--main{order:2;min-width:0}.play-explore__col--rail{order:3;display:flex;flex-direction:column;gap:1rem;min-width:0}.play-explore__rail-block{min-width:0}.play-explore__panel{border-radius:14px;border:1px solid rgba(148,163,184,.4);background:linear-gradient(165deg,rgba(248,250,252,.95) 0%,#fff 100%);padding:.85rem .75rem 1rem;height:100%}.play-explore__panel-title{margin:0 0 .35rem;font-size:.92rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.play-explore__panel-lead{margin:0 0 .75rem;font-size:.78rem;line-height:1.45;color:#64748b}.play-explore__panel-lead--mission{padding:.55rem .6rem;border-radius:10px;border:1px solid rgba(15,118,110,.28);background:rgba(240,253,250,.65)}.play-explore__mission-title{margin:0 0 .4rem;font-size:.88rem;font-weight:800;color:#0f766e;line-height:1.35}.play-explore__mission-glyph{font-weight:600;color:#64748b}.play-explore__mission-body{margin:0 0 .45rem;font-size:.82rem;line-height:1.5;color:#1e293b}.play-explore__mission-meta{margin:0;font-size:.72rem;line-height:1.4;color:#64748b}.play-explore__mission-status{margin:.4rem 0 0;font-size:.75rem;font-weight:700;line-height:1.35}.play-explore__mission-status--ok{color:#059669}.play-explore__mission-status--wait{color:#b45309}.play-explore__goal-tip-text--hint{color:#94a3b8;font-style:italic}.play-explore__col--rail{align-self:stretch}.play-explore__panel--clients{display:flex;flex-direction:column;height:var(--pex-map-h, 480px);max-height:var(--pex-map-h, 480px);padding:.75rem .7rem .6rem}.play-explore__panel--clients .play-explore__panel-lead{margin-bottom:.5rem;font-size:.76rem}.play-explore__panel--clients .play-explore__panel-title{font-size:.95rem;margin-bottom:.25rem}.play-explore__clients-score{margin-bottom:.5rem}.play-explore__goal-tip{flex-shrink:0;min-height:5.75rem;max-height:11rem;margin-top:.45rem;padding:.45rem .5rem;border-radius:8px;border:1px solid rgba(148,163,184,.35);background:rgba(241,245,249,.85);overflow:hidden}.play-explore__goal-tip-text{margin:0;max-height:10rem;overflow-y:auto;font-size:.68rem;line-height:1.38;color:#334155;white-space:pre-line;scrollbar-width:thin}.play-explore__goal-tip-text--empty{color:#94a3b8;font-style:italic;overflow:hidden}.play-explore__clients-num{font-size:1.85rem;font-weight:900;color:#0f766e;letter-spacing:-.03em}.play-explore__clients-denom{font-size:1rem;font-weight:700;color:#94a3b8}.play-explore__clients-bar{margin-top:.45rem;height:8px;border-radius:999px;background:rgba(148,163,184,.35);overflow:hidden}.play-explore__clients-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#14b8a6,#0f766e);transition:width .35s ease}.play-explore__clients-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.22rem;flex:1;min-height:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.55) transparent}.play-explore__clients-li{margin:0;padding:0;border-radius:8px;background:rgba(248,250,252,.9)}.play-explore__clients-btn{display:flex;align-items:center;gap:.4rem;width:100%;margin:0;padding:.22rem .3rem;border:none;border-radius:8px;background:transparent;font:inherit;font-size:.8rem;line-height:1.25;color:#334155;text-align:left;cursor:pointer;outline:none}.play-explore__clients-btn:focus-visible{box-shadow:inset 0 0 0 2px #0e74908c}.play-explore__clients-li--ok{background:rgba(204,251,241,.45);color:#0f766e}.play-explore__clients-li--locked{opacity:.72}.play-explore__clients-li--next:not(.play-explore__clients-li--selected){box-shadow:inset 0 0 0 1px #94a3b873}.play-explore__clients-li--selected{box-shadow:inset 0 0 0 1.5px #0e74908c;background:rgba(224,242,254,.65)}.play-explore__clients-li--selected .play-explore__clients-btn{font-weight:700}.play-explore__clients-num-badge{flex-shrink:0;min-width:1.35rem;font-size:.72rem;font-weight:800;color:#64748b;text-align:right}.play-explore__clients-glyph{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:1.35rem;height:1.35rem;font-size:.72rem;font-weight:800;color:#fff;border-radius:50%;line-height:1;box-shadow:0 1px 2px #0f172a33}.play-explore__clients-name{flex:1;min-width:0;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.play-explore__clients-check{flex-shrink:0;font-weight:900;font-size:.82rem;color:#059669}.play-explore__clients-wait{flex-shrink:0;color:#cbd5e1;font-weight:700;font-size:.75rem}.play-explore__coinsbar{display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap;gap:.5rem .75rem;margin-bottom:.45rem;font-size:.9rem;color:#475569}.play-explore__scenario{font-size:.78rem;color:#64748b;max-width:min(100%,42rem);text-align:right}.play-explore__mains{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem .55rem;margin-bottom:.5rem;padding:.35rem .55rem;border-radius:10px;background:rgba(248,250,252,.9);border:1px solid rgba(148,163,184,.45);font-size:.82rem}.play-explore__mains-label{font-weight:700;color:#334155;margin-right:.25rem}.play-explore__mains-btn{padding:.2rem .65rem;border-radius:8px;border:1px solid #94a3b8;background:#fff;font-weight:700;cursor:pointer}.play-explore__mains-btn--active{border-color:#0f766e;background:#ccfbf1;color:#0f766e}.play-explore__mains-btn--on.play-explore__mains-btn--active{border-color:#b91c1c;background:#fee2e2;color:#b91c1c}.play-explore__mains-dot{width:.75rem;height:.75rem;border-radius:50%;border:1px solid #0f172a;margin-left:.15rem}.play-explore__modal--board{max-width:min(96vw,720px);max-height:min(92vh,640px);overflow:auto}.play-board-layout{display:grid;gap:1rem;margin:.5rem 0}.play-board-layout__cu{display:grid;grid-template-columns:auto 1fr 1fr;gap:.65rem;align-items:start}.play-board-layout__main{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem .35rem;border-radius:10px;background:#1e293b;color:#f8fafc;min-height:5rem;font-size:.72rem}.play-board-layout__main-val{font-weight:800;font-size:.95rem}.play-board-layout__rcd-col{display:flex;flex-direction:column;gap:.35rem;min-height:8rem}.play-board-layout__rcd-head{margin:0;padding:.35rem .45rem;border-radius:8px 8px 0 0;font-size:.72rem;font-weight:800;text-align:center}.play-board-layout__rcd-head--1{background:#fef3c7;color:#92400e}.play-board-layout__rcd-head--2{background:#dbeafe;color:#1e40af}.play-board-layout__slot-list{list-style:none;margin:0;padding:.35rem;flex:1;min-height:5.5rem;border:2px solid #cbd5e1;border-radius:0 0 8px 8px;background:#f8fafc;display:flex;flex-direction:column;gap:.3rem}.play-board-layout__mcb{display:flex;align-items:stretch;gap:.2rem}.play-board-layout__mcb-btn{flex:1;display:flex;flex-direction:column;align-items:flex-start;padding:.28rem .4rem;border-radius:6px;border:1px solid #94a3b8;background:#fff;cursor:pointer;font-size:.7rem;text-align:left}.play-board-layout__mcb--active .play-board-layout__mcb-btn{border-color:#0f766e;box-shadow:0 0 0 2px #0f766e40}.play-board-layout__mcb-tag{font-weight:700;color:#0f766e;font-size:.65rem}.play-board-layout__mcb-x{padding:0 .35rem;border:1px solid #cbd5e1;border-radius:6px;background:#f1f5f9;cursor:pointer;font-size:1rem;line-height:1}.play-board-layout__col-btn{padding:.25rem .5rem;font-size:.72rem;font-weight:700;border-radius:8px;border:1px dashed #94a3b8;background:#fff;cursor:pointer}.play-board-layout__col-btn:disabled{opacity:.45;cursor:not-allowed}.play-board-layout__col-btn--pulse:not(:disabled){border-color:#0f766e;background:#ccfbf1}.play-board-layout__place-hint{width:100%;padding:.3rem;font-size:.68rem;border:1px dashed #0f766e;border-radius:6px;background:#f0fdfa;cursor:pointer}.play-board-layout__pool-title{margin:0 0 .35rem;font-size:.78rem;font-weight:800;color:#334155}.play-board-layout__pool-list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.35rem}.play-board-layout__pool-item{display:flex;flex-direction:column;align-items:flex-start;padding:.35rem .55rem;border-radius:8px;border:1px solid #cbd5e1;background:#fff;cursor:pointer;font-size:.72rem}.play-board-layout__pool-item--sel{border-color:#0f766e;background:#ecfdf5}.play-board-layout__pool-mcb{font-weight:700;color:#64748b;font-size:.65rem}.play-board-layout__pool-empty{font-size:.75rem;color:#94a3b8}.play-board-layout__foot{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.play-explore__legend{margin:0;padding:.55rem .5rem .65rem;border-radius:14px;border:1px dashed rgba(148,163,184,.55);background:rgba(248,250,252,.75);max-height:min(28vh,260px);overflow-y:auto;overflow-x:hidden}.play-explore__legend-title{margin:0 0 .4rem;font-size:.74rem;font-weight:800;color:#334155;text-transform:uppercase;letter-spacing:.06em}.play-explore__legend-hint{margin:0 0 .45rem;font-size:.68rem;line-height:1.35;color:#64748b}.play-explore__legend-stack{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:.32rem .55rem;align-items:start}.play-explore__legend-row{display:grid;grid-template-columns:14px 18px minmax(0,1fr);gap:.32rem;align-items:center;font-size:.68rem;line-height:1.28;color:#475569}.play-explore__legend-swatch{width:14px;height:14px;border-radius:4px;border:1px solid rgba(15,23,42,.12);box-shadow:inset 0 0 0 1px #ffffff40}.play-explore__legend-letter{font-weight:900;font-size:.74rem;color:#0f172a;font-variant-numeric:tabular-nums}.play-explore__legend-label{min-width:0}.play-explore__equip-empty{margin:0;font-size:.8rem;line-height:1.45;color:#94a3b8}.play-explore__equip-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.42rem}.play-explore__equip-li{display:grid;grid-template-columns:10px 1fr auto;gap:.45rem;align-items:start;font-size:.78rem;line-height:1.35;color:#94a3b8;padding:.28rem 0;border-bottom:1px solid rgba(226,232,240,.9)}.play-explore__equip-li:last-child{border-bottom:none}.play-explore__equip-li--own{color:#334155}.play-explore__equip-dot{width:8px;height:8px;border-radius:50%;margin-top:.28rem;background:#cbd5e1}.play-explore__equip-li--own .play-explore__equip-dot{background:#0f766e}.play-explore__equip-name{font-weight:600}.play-explore__equip-flag{font-weight:800;color:#cbd5e1}.play-explore__equip-li--own .play-explore__equip-flag{color:#059669}@media (max-width:1100px){.play-explore__layout{grid-template-columns:1fr}.play-explore__col--equip{order:3}.play-explore__col--main{order:1}.play-explore__col--rail{order:2}}.play-explore__interact{margin:.4rem 0 0;text-align:center;font-size:.86rem;font-weight:700;color:#0f766e}.play-explore__mission-mobile{margin:.5rem auto 0;width:min(100%,320px);padding:.55rem .65rem;border-radius:12px;border:1px solid rgba(15,118,110,.35);background:linear-gradient(165deg,rgba(240,253,250,.98) 0%,#fff 100%);box-sizing:border-box}.play-explore__mission-mobile-label{margin:0 0 .35rem;font-size:.88rem;font-weight:800;color:#0f766e;line-height:1.3}.play-explore__mission-mobile-body{margin:0;font-size:.82rem;line-height:1.45;color:#334155}.play-explore__mobile-actions{margin:.55rem auto 0;width:min(100%,280px);display:flex;flex-direction:column;gap:.45rem;align-items:stretch}.play-explore__interact--mobile{margin:0;font-size:.82rem;line-height:1.35}.play-explore__interact--muted{color:#64748b;font-weight:600}.play-explore__actbtn{font:inherit;font-size:1.05rem;font-weight:800;padding:.65rem 1rem;border-radius:12px;border:1px solid #0f766e;background:linear-gradient(180deg,#14b8a6 0%,#0f766e 100%);color:#fff;touch-action:manipulation;-webkit-tap-highlight-color:transparent;box-shadow:0 4px 14px #0f766e47}.play-explore__actbtn:disabled{opacity:.45;cursor:not-allowed;box-shadow:none;background:#94a3b8;border-color:#94a3b8}.play-explore__actbtn:not(:disabled):active{transform:scale(.98)}.play-explore__dpad{display:none}.play-explore__pad-spacer{display:block;min-height:0;pointer-events:none}.play-explore__padbtn{font:inherit;font-size:1.35rem;font-weight:800;min-height:3rem;padding:.55rem;border-radius:12px;border:1px solid rgba(148,163,184,.55);background:#fff;cursor:pointer;color:#0f766e;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none}.play-explore__padbtn:active,.play-explore__padbtn:focus-visible{background:rgba(204,251,241,.9);border-color:#0f766e73}@media (max-width:1100px){.play-explore__dpad{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;width:min(100%,240px);margin:.65rem auto 0;align-items:stretch}.play-explore__panel--clients{height:auto;max-height:none}.play-explore__goal-tip{max-height:none;height:auto}.play-explore__goal-tip-text{max-height:none;overflow:visible}}.play-explore__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.play-explore__modal{width:min(560px,calc(100vw - 1.25rem));max-height:min(88vh,720px);overflow:auto}.play-explore__modal--locker{width:min(920px,calc(100vw - 1.25rem));max-width:min(920px,calc(100vw - 1.25rem))}.play-explore__shop-grid{list-style:none;margin:0 0 .85rem;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(188px,1fr));gap:.65rem}.play-explore__shop-tile{display:flex;flex-direction:column;gap:.38rem;padding:.65rem .72rem .72rem;border-radius:12px;border:1px solid rgba(148,163,184,.45);background:linear-gradient(165deg,rgba(255,255,255,.96) 0%,rgba(248,250,252,.9) 100%);min-height:158px;box-sizing:border-box}.play-explore__shop-tile--owned{opacity:.58;border-style:dashed}.play-explore__shop-tag{font-size:.62rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:#64748b}.play-explore__shop-name{display:block;font-size:.88rem;line-height:1.25;color:#0f172a;margin:0}.play-explore__shop-tile .play-explore__desc{flex:1;margin:0;font-size:.78rem;line-height:1.4}.play-explore__shop-tile-foot{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.38rem;border-top:1px solid rgba(226,232,240,.95)}.play-explore__locker-own{margin:-.05rem 0 .72rem;font-size:.82rem;font-weight:600;color:#0f766e}.play-explore__locker-own--empty{color:#94a3b8;font-weight:500}.play-explore__shop-list{list-style:none;padding:0;margin:0 0 .75rem}.play-explore__shop-li{display:flex;gap:.65rem;align-items:flex-start;justify-content:space-between;padding:.55rem 0;border-bottom:1px solid rgba(148,163,184,.35)}.play-explore__shop-li:last-child{border-bottom:none}.play-explore__price{font-weight:800;color:#0f766e}.play-explore__desc{font-size:.82rem;color:#64748b;margin-top:.2rem;line-height:1.4}.play-explore__buy{flex-shrink:0;align-self:center;font-size:.82rem;padding:.42rem .9rem}.play-learn__canvas{display:block;width:100%;height:auto;vertical-align:middle}.play-learn__hint{margin:.55rem 0 0;text-align:center;font-size:.82rem;color:#94a3b8}.play-learn__panel{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin:.5rem 0 .75rem}.play-learn__btn{font:inherit;font-weight:800;padding:.62rem 1.35rem;border-radius:999px;cursor:pointer;border:1px solid rgba(15,118,110,.35);transition:transform .12s ease,box-shadow .12s ease}.play-learn__btn--primary{background:linear-gradient(180deg,#0f766e 0%,#0b5c56 100%);color:#fff;box-shadow:0 6px 18px #0f766e38}.play-learn__btn--primary:hover{transform:translateY(-1px);box-shadow:0 8px 22px #0f766e47}.play-learn__over{margin:0;font-weight:900;color:#0f172a}.play-learn__lesson{margin-top:1rem;padding:1rem .85rem;border-radius:14px;background:linear-gradient(165deg,rgba(224,242,241,.45) 0%,rgba(255,255,255,.95) 100%);border:1px solid rgba(15,118,110,.18)}.play-learn__lesson-title{margin:0 0 .5rem;font-size:1.15rem;color:#0f172a}.play-learn__lesson-body{margin:0 0 .75rem;color:#475569;line-height:1.55;font-size:.93rem}.play-learn__lesson-q{margin:0 0 .65rem;color:#334155;font-size:.92rem;line-height:1.45}.play-learn__opts{display:flex;flex-direction:column;gap:.45rem}.play-learn__opt{text-align:left;padding:.55rem .75rem;border-radius:10px;border:1px solid rgba(148,163,184,.45);background:#fff;cursor:pointer;font-size:.88rem;line-height:1.35;color:#0f172a}.play-learn__opt:hover{border-color:#0f766e73;background:rgba(224,242,241,.35)}.play-learn__opt--shake{animation:play-learn-shake .35s ease}@keyframes play-learn-shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.play-learn__wrong{margin:.45rem 0 0;font-size:.82rem;font-weight:700;color:#b45309}.play-learn__inv-empty{margin:.65rem 0 0;padding:.65rem .75rem;font-size:.88rem;line-height:1.45;color:#0f172a;background:rgba(254,243,199,.55);border:1px solid rgba(217,119,6,.35);border-radius:8px}.play-learn__skip{margin-top:.85rem;width:100%;font:inherit;font-size:.82rem;font-weight:700;color:#64748b;background:transparent;border:none;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.play-learn__skip:hover{color:#0f766e}.play-learn__disc{margin:1.25rem 0 0;font-size:.78rem;line-height:1.45;color:#94a3b8}html{scroll-behavior:smooth}.library-view{--library-text:#0f172a;--library-muted:rgba(15,23,42,.86);--library-panel-bg:rgba(255,255,255,.18);--library-panel-bg-active:rgba(255,255,255,.3);--library-panel-border:rgba(255,255,255,.26);--library-panel-border-active:rgba(255,255,255,.4);--library-panel-shadow:0 14px 36px rgba(0,0,0,.08);--library-panel-shadow-active:0 24px 64px rgba(0,0,0,.15);--library-tile-green-bg:rgba(222,247,231,.42);--library-tile-green-bg-active:rgba(222,247,231,.6);--library-tile-green-border:rgba(79,146,102,.28);--library-tile-green-border-active:rgba(79,146,102,.4)}.library-view.offer-immersive{max-width:none;margin-top:0!important;padding-top:0!important}.library-view .offer-stripe--photo{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-color:#eef3f7;background-position:center center;background-repeat:no-repeat;background-size:cover;overflow:hidden;opacity:.62;filter:saturate(.62) contrast(.86) brightness(.84) blur(.3px);transform:scale(1);transition:opacity .6s ease,filter .6s ease,transform .6s ease}.library-view .offer-stripe--heroStart{margin-top:-18px}.library-view .offer-stripe--heroStart .offer-photoSection{padding-top:0}.library-view .offer-stripe--heroStart .offer-photoSection__content{padding-top:84px}.library-view .offer-stripe--photo.is-active{opacity:1;filter:saturate(1) contrast(1) brightness(1);transform:scale(1.018);z-index:1}@media (hover:hover) and (pointer:fine){.library-view .offer-stripe--photo:hover{opacity:.88;filter:saturate(.88) contrast(.95) brightness(.95) blur(.1px)}.library-view .offer-stripe--photo.is-active:hover{opacity:1;filter:saturate(1) contrast(1) brightness(1)}}.library-view .offer-stripe--photo+.offer-stripe--photo{position:relative}.library-view .offer-stripe--photo+.offer-stripe--photo:before{content:"";position:absolute;top:0;left:0;right:0;height:36px;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.12) 40%,rgba(255,255,255,0) 100%)}.library-view .offer-stripe--photo:not(.is-active) .offer-photoSection__overlay{background:linear-gradient(180deg,rgba(255,255,255,.24) 0%,rgba(255,255,255,.14) 24%,rgba(255,255,255,.14) 76%,rgba(255,255,255,.24) 100%)}.library-view .offer-photoSection{position:relative;min-height:640px;display:flex;align-items:center;justify-content:center;max-width:1280px;margin:0 auto;padding:5.4rem 1.5rem;isolation:isolate}.library-view .offer-photoSection__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.07) 24%,rgba(255,255,255,.07) 76%,rgba(255,255,255,.14) 100%);transition:background .4s ease}.library-view .offer-stripe--photo.is-active .offer-photoSection__overlay{background:linear-gradient(180deg,rgba(255,255,255,.07) 0%,rgba(255,255,255,.03) 24%,rgba(255,255,255,.03) 76%,rgba(255,255,255,.07) 100%)}@media (hover:hover) and (pointer:fine){.library-view .offer-stripe--photo:hover .offer-photoSection__overlay{background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 24%,rgba(255,255,255,.05) 76%,rgba(255,255,255,.1) 100%)}}.library-view .offer-photoSection:before{content:none}.library-view .offer-photoSection__content{position:relative;z-index:1;width:100%}.library-view .offer-clean__section.offer-photoSection,.library-view .offer-stripe>.offer-clean__section.offer-photoSection{max-width:1280px;margin:0 auto}.library-view .offer-photoSection .offer-type-h2,.library-view .offer-photoSection .offer-clean__h2,.library-view .offer-photoSection .offer-clean__trioTitle,.library-view .offer-photoSection .offer-miniprice__name,.library-view .offer-photoSection .offer-miniprice__price{color:var(--library-text);text-shadow:0 1px 0 rgba(255,255,255,.16)}.library-view .offer-photoSection .offer-type-body,.library-view .offer-photoSection .offer-clean__p,.library-view .offer-photoSection .offer-clean__trioText,.library-view .offer-photoSection .offer-miniprice__desc,.library-view .offer-photoSection .offer-list,.library-view .offer-photoSection .offer-list li{color:var(--library-muted);text-shadow:none}.library-view .library-textCard{max-width:820px;margin:0 auto;padding:1.35rem 1.5rem;border-radius:28px;border:1px solid var(--library-panel-border);background:var(--library-panel-bg);box-shadow:var(--library-panel-shadow);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);text-align:center;transform:translateY(18px);opacity:.82;transition:transform .45s ease,opacity .45s ease,background .35s ease,box-shadow .35s ease,border-color .35s ease}.library-view .offer-stripe--photo.is-active .library-textCard{background:var(--library-panel-bg-active);border-color:var(--library-panel-border-active);box-shadow:var(--library-panel-shadow-active);transform:translateY(0);opacity:1}.library-view .library-textCard .offer-type-h2,.library-view .library-textCard .offer-clean__h2{margin:0 0 .7rem;text-align:center;color:var(--library-text)}.library-view .library-textCard__body{display:flex;flex-direction:column;gap:.8rem}.library-view .library-textCard .offer-type-body,.library-view .library-textCard .offer-clean__p{margin:0 auto;max-width:70ch;text-align:center;color:var(--library-muted)}.library-view .offer-clean__trio{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:1180px;margin:0 auto;align-items:stretch}.library-view .offer-bg--hero .offer-clean__trioBtn{min-height:250px;padding:1rem .85rem .95rem;border-radius:22px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);box-shadow:0 12px 30px #00000014;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.library-view .offer-stripe--photo.is-active .offer-clean__trioBtn{background:rgba(255,255,255,.22);border-color:#ffffff52;box-shadow:0 16px 38px #0000001f}@media (hover:hover) and (pointer:fine){.library-view .offer-bg--hero .offer-clean__trioBtn:hover{transform:translateY(-3px);background:rgba(255,255,255,.28);border-color:#fff6;box-shadow:0 20px 44px #00000024}}.library-view .offer-bg--hero .offer-clean__trioTitle{font-size:1rem;font-weight:900;margin-top:.15rem;line-height:1.25;min-height:2.5em;display:flex;align-items:center;justify-content:center}.library-view .offer-bg--hero .offer-clean__trioText{font-size:.93rem;line-height:1.45;max-width:26ch;color:#0f172ad1}.library-view .offer-bg--hero .offer-clean__trioBtn.offer-clean__trioBtn--gallery{background:var(--library-tile-green-bg);border-color:var(--library-tile-green-border)}.library-view .offer-stripe--photo.is-active .offer-clean__trioBtn.offer-clean__trioBtn--gallery{background:var(--library-tile-green-bg-active);border-color:var(--library-tile-green-border-active)}@media (hover:hover) and (pointer:fine){.library-view .offer-bg--hero .offer-clean__trioBtn.offer-clean__trioBtn--gallery:hover{background:rgba(222,247,231,.74);border-color:#4f92666b}}.library-view .offer-photoSection .offer-clean__circle{width:108px;height:108px;margin:0 auto .7rem;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);color:#0f172a;box-shadow:0 12px 28px #00000014,inset 0 1px #ffffff2e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .22s ease,background .22s ease,border-color .22s ease;display:grid;place-items:center}.library-view .offer-stripe--photo.is-active .offer-clean__circle{background:rgba(255,255,255,.2);border-color:#fff6}@media (hover:hover) and (pointer:fine){.library-view .offer-photoSection .offer-clean__trioBtn:hover .offer-clean__circle{transform:translateY(-2px) scale(1.02);background:rgba(255,255,255,.24);border-color:#ffffff75}}.library-view .realizations-nav{max-width:1200px;margin:0 auto}.library-view .realizations-nav__title{margin:0 0 1.2rem;text-align:center;font-size:2rem;line-height:1.15;color:#0f172a;font-weight:900}.library-view .realizations-nav__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;align-items:stretch}.library-view .realizations-nav__item{min-height:148px;padding:.8rem .75rem;border-radius:18px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.16);box-shadow:0 10px 24px #00000014;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;cursor:pointer;transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.library-view .offer-stripe--photo.is-active .realizations-nav__item{background:rgba(255,255,255,.22);border-color:#ffffff52;box-shadow:0 14px 32px #0000001f}@media (hover:hover) and (pointer:fine){.library-view .realizations-nav__item:hover{transform:translateY(-3px);background:rgba(255,255,255,.28);border-color:#fff6;box-shadow:0 18px 40px #00000024}}.library-view .realizations-nav__circle{width:62px;height:62px;margin:0 auto .45rem;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 18px #00000014,inset 0 1px #ffffff2e;color:#0f172a}.library-view .realizations-nav__name{font-size:1rem;line-height:1.22;font-weight:900;color:#0f172a;margin:0 0 .25rem}.library-view .realizations-nav__text{font-size:.88rem;line-height:1.38;color:#0f172ad1;max-width:24ch}.library-view .offer-bg--hero{background-image:url(/assets/library-hero-realizations-3840-c77a6acc.png)}.library-view .offer-bg--measurements{background-image:url(/assets/library-measurements-smart-3840-6935d947.png)}.library-view .offer-bg--boards-install{background-image:url(/assets/library-boards-install-smart-3840-941ac518.png)}.library-view .offer-bg--pv-ev{background-image:url(/assets/library-pv-ev-smart-3840-0d00066e.png)}.library-view .offer-bg--fault{background-image:url(/assets/library-fault-diagnostics-smart-3840-2135e6b8.png)}.library-view .offer-bg--small-services{background-image:url(/assets/library-small-services-smart-3840-0c3cf238.png)}.library-view .offer-bg--full{background-image:url(/assets/library-full-electrical-smart-3840-90ef3b41.png)}.library-view .offer-bg--realizations-nav{background-image:url(../assets/library-realizations-nav-3840.png)}.library-view .offer-bg--project-flat{background-image:url(../assets/library-project-flat-3840.png)}.library-view .offer-bg--project-house{background-image:url(../assets/library-project-house-3840.png)}.library-view .offer-bg--project-connection{background-image:url(../assets/library-project-connection-3840.png)}.library-view .offer-bg--project-garden{background-image:url(../assets/library-project-garden-3840.png)}.library-view .offer-bg--project-modernization{background-image:url(../assets/library-project-modernization-3840.png)}.library-view .offer-bg--project-kitchen{background-image:url(../assets/library-project-kitchen-3840.png)}.library-view .offer-bg--project-bathroom{background-image:url(../assets/library-project-bathroom-3840.png)}.library-view .offer-bg--project-smart{background-image:url(../assets/library-project-smart-3840.png)}.library-view .offer-bg--project-pv{background-image:url(../assets/library-project-pv-3840.png)}.library-view .offer-bg--project-garage{background-image:url(../assets/library-project-garage-3840.png)}@media (max-width:1100px){.library-view .offer-clean__trio,.library-view .realizations-nav__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.library-view .offer-stripe--heroStart{margin-top:-14px}.library-view .offer-stripe--heroStart .offer-photoSection__content{padding-top:64px}.library-view .offer-photoSection{min-height:560px;padding:4.4rem 1rem}.library-view .library-textCard{padding:1.05rem 1rem;border-radius:20px;transform:translateY(10px)}.library-view .offer-bg--hero .offer-clean__trioBtn{min-height:230px;padding:.95rem .8rem .9rem;border-radius:20px}.library-view .offer-photoSection .offer-clean__circle{width:100px;height:100px}}@media (max-width:760px){.library-view .offer-clean__trio,.library-view .realizations-nav__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.library-view .realizations-nav__title{font-size:1.65rem}}@media (max-width:640px){.library-view .offer-stripe--photo,.library-view .offer-stripe--photo.is-active{opacity:1;filter:none;transform:none}.library-view .offer-stripe--heroStart{margin-top:-10px}.library-view .offer-stripe--heroStart .offer-photoSection__content{padding-top:40px}.library-view .offer-stripe--photo+.offer-stripe--photo:before{height:14px}.library-view .offer-photoSection{min-height:460px;padding:3.4rem .95rem}.library-view .offer-photoSection__overlay,.library-view .offer-stripe--photo.is-active .offer-photoSection__overlay{background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.07) 28%,rgba(255,255,255,.07) 72%,rgba(255,255,255,.12) 100%)}.library-view .offer-clean__trio{grid-template-columns:1fr;gap:.85rem}.library-view .offer-bg--hero .offer-clean__trioBtn{min-height:auto;padding:.95rem .85rem;background:rgba(255,255,255,.22);border-color:#ffffff47;box-shadow:0 12px 28px #0000001a}.library-view .offer-bg--hero .offer-clean__trioTitle{font-size:1rem;min-height:auto}.library-view .offer-bg--hero .offer-clean__trioText{font-size:.94rem;max-width:30ch}.library-view .offer-photoSection .offer-clean__circle{width:92px;height:92px}.library-view .library-textCard,.library-view .offer-stripe--photo.is-active .library-textCard{background:rgba(255,255,255,.24);transform:none;opacity:1}.library-view .realizations-nav__grid{grid-template-columns:1fr;gap:.75rem}.library-view .realizations-nav__item{min-height:auto}}.knowledge-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:18px 0}@media (max-width: 1100px){.knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.knowledge-grid{grid-template-columns:1fr}}.knowledge-tile{text-align:left;border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.72);border-radius:16px;padding:14px;box-shadow:0 10px 30px #0f172a0f;cursor:pointer}.knowledge-tile__image{height:120px;border-radius:14px;border:1px solid rgba(148,163,184,.28);background-color:#f8fafce6;display:grid;place-items:center;background-repeat:no-repeat;background-position:center;background-size:contain}.knowledge-tile__imageText{font-weight:800;letter-spacing:.6px;color:#64748bbf}.knowledge-tile__title{margin-top:12px;font-weight:900;font-size:1.02rem}.knowledge-tile__desc{margin-top:6px;color:#667085;line-height:1.45}.knowledge-tile__meta,.knowledge-tile__cta{margin-top:10px;color:#667085;font-weight:700}.knowledge-contentCard{max-width:1020px;margin:0 auto;position:relative;overflow:hidden;border-radius:56px}.knowledge-contentCard.has-bg{border:1px solid rgba(148,163,184,.35);box-shadow:0 10px 30px #0f172a0f}.knowledge-contentShade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.35) 0%,rgba(255,255,255,.55) 60%,rgba(255,255,255,.7) 100%);z-index:1}.knowledge-contentInner{position:relative;z-index:2;padding:14px 16px;background:rgba(255,255,255,.25);border-radius:16px;text-align:left}.knowledge-contentInner .knowledge-h2,.knowledge-contentInner .knowledge-p,.knowledge-contentInner .knowledge-ul,.knowledge-contentInner .knowledge-ol,.knowledge-contentInner ul,.knowledge-contentInner ol,.knowledge-contentInner li{text-align:left}.knowledge-contentInner .knowledge-h2{text-align:left!important;margin-left:0!important;margin-right:0!important;max-width:none!important}.knowledge-floatArt{float:left;width:400px;height:400px;margin:6px 18px 12px 0;border-radius:999px;shape-outside:circle(50%);shape-margin:20px;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.55;filter:blur(0px) saturate(1.15) contrast(1.05)}.knowledge-blocks:after{content:"";display:block;clear:both}@media (max-width: 640px){.knowledge-floatArt{float:none;width:100%;height:180px;margin:0 0 12px;border-radius:18px;shape-outside:none}}.knowledge-blocks{padding:14px 0}.knowledge-h2{font-size:1.4rem;font-weight:900;margin:6px 0 10px}.knowledge-p{color:#344054;line-height:1.7;margin:10px 0}.knowledge-ul,.knowledge-ol{margin:10px 0 10px 20px;line-height:1.7}.knowledge-callout{margin:12px 0;padding:12px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.72);line-height:1.6;font-weight:700}.knowledge-callout.warning{border-color:#dc262659;background:rgba(254,242,242,.7);color:#7f1d1d}.knowledge-callout.info{border-color:#0284c759;background:rgba(240,249,255,.8);color:#0c4a6e}.knowledge-figure{margin:14px 0}.knowledge-img{width:50%;border-radius:14px;border:1px solid rgba(148,163,184,.35);box-shadow:0 10px 30px #0f172a0f;display:block}.knowledge-caption{margin-top:8px;color:#667085;font-weight:600}.knowledge-contentInner ul,.knowledge-contentInner ol{padding-left:1.1rem;margin-left:0;list-style-position:inside}.knowledge-contentInner li{padding-left:.35rem}@media (min-width: 641px){.knowledge-contentInner ul,.knowledge-contentInner ol{padding-left:1.35rem}}.premium-heroTitleRow{display:inline-flex;align-items:center;gap:12px;margin-top:2px;margin-bottom:6px}.premium-badge{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;border:1px solid rgba(148,163,184,.55);background:rgba(255,255,255,.7);box-shadow:0 10px 30px #0f172a0f;font-weight:800;font-size:.9rem;color:#334155}.premium-heroLead{color:#475569;max-width:860px;margin:.25rem auto .9rem;line-height:1.65;font-size:1.02rem}.premium-bulletsWrap{max-width:860px;margin:0 auto .6rem;text-align:left}.premium-accessBg{position:relative;margin-top:12px;padding:22px 0 18px}.premium-accessBg:before{content:"";position:absolute;top:-40px;right:-60px;bottom:-40px;left:-60px;background:url(/assets/premium-bg-9923e101.svg) center/cover no-repeat;opacity:.55;filter:blur(10px);transform:scale(1.05);z-index:0}.premium-accessBg:after{content:"";position:absolute;top:-40px;right:-60px;bottom:-40px;left:-60px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.65),rgba(255,255,255,.4) 45%,rgba(255,255,255,.22) 70%,rgba(255,255,255,.16));z-index:0}.premium-accessBg>*{position:relative;z-index:1}@media (max-width: 820px){.premium-bullets{grid-template-columns:1fr}.premium-accessBg:before,.premium-accessBg:after{top:-24px;right:-18px;bottom:-24px;left:-18px}}.page.premium-landing{position:relative;overflow:hidden}.premium-shell{max-width:920px;margin:0 auto;padding:0 16px}.premium-top{text-align:left;padding-top:6px}.premium-heroTitleRow{display:inline-flex;align-items:center;gap:12px;margin:0 0 6px}.premium-heroTitle{font-size:2.2rem;font-weight:900;margin:0;letter-spacing:-.2px}.premium-badge{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;border:1px solid rgba(148,163,184,.55);background:rgba(255,255,255,.75);box-shadow:0 10px 30px #0f172a0f;font-weight:800;font-size:.9rem;color:#334155}.premium-heroLead{color:#475569;max-width:820px;margin:.25rem 0 .9rem;line-height:1.65;font-size:1.02rem}.premium-bulletsWrap{max-width:860px;margin:0 0 .8rem;text-align:left}.premium-bullets{display:grid;grid-template-columns:1fr 1fr;gap:8px 26px;padding:0;margin:0;list-style:none}.premium-bullets li{position:relative;padding-left:18px;color:#334155;line-height:1.45;font-weight:600;font-size:.9rem}.premium-bullets li:before{content:"•";position:absolute;left:2px;top:0;color:#16a34a;font-weight:900}@media (max-width: 820px){.premium-bullets{grid-template-columns:1fr}}.premium-accessBand{position:relative;margin-top:64px;padding:22px 0}.premium-accessBand:before{content:"";position:absolute;top:-0px;right:0;bottom:-60px;left:0;background:url(/assets/premium-bg-9923e101.svg) center/cover no-repeat;opacity:.5;filter:blur(5px) saturate(1.15) contrast(1.05);transform:scale(1.08);z-index:0}.premium-accessBand>*{position:relative;z-index:1}.premium-accessTitle{font-size:1.15rem;font-weight:900;margin:0 0 .4rem;text-align:center}.premium-accessText{color:#555;max-width:820px;margin:0 auto 1.25rem;line-height:1.6;text-align:center}.premium-footnote{margin-top:18px;color:#777;max-width:920px;margin-left:auto;margin-right:auto;line-height:1.6;text-align:center}@media (max-width: 820px){.premium-accessBand:before,.premium-accessBand:after{top:-36px;right:0;bottom:-36px;left:0}}.knowledge-callout.info{clear:both}.knowledge-tile--special{border-color:#00000042;background:rgba(255,231,12,.315)}.knowledge-tile--special .knowledge-tile__title{color:#000}.knowledge-tile--special .knowledge-tile__meta,.knowledge-tile--special .knowledge-tile__desc{color:#000000bf}.knowledge-tile--special .knowledge-tile__image{background-color:#e9feeae6;border-color:#00000040}.shop-list{width:100%}:root{--shop-offer-min-height: 200px;--shop-offer-image-width: 200px;--shop-offer-image-height: 200px;--shop-offer-img-inner-width: 75%;--shop-offer-img-inner-height: 75%;--shop-detail-image-width: 200px;--shop-detail-image-height: 200px;--shop-detail-img-inner-width: 55%;--shop-detail-img-inner-height: 55%}.shop-list__wrap{max-width:1180px;margin:0 auto;padding:10px 14px 28px}.shop-list__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}.shop-list__title{margin:0;font-size:28px;line-height:1.1;font-weight:900;color:#0f172a}.shop-list__subtitle{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.55;max-width:760px}.shop-list__actions{display:flex;gap:10px}.shop-list__btn{background:#ffffff;border:1px solid #e2e8f0;border-radius:999px;padding:10px 14px;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 4px 16px #0f172a0f}.shop-list__btn:hover{border-color:#cbd5e1;box-shadow:0 6px 20px #0f172a14}.shop-list__items{display:flex;flex-direction:column;gap:16px}.shop-offer{width:100%;min-height:var(--shop-offer-min-height);display:grid;grid-template-columns:var(--shop-offer-image-width) 1fr;gap:20px;align-items:stretch;text-align:left;background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;padding:14px;cursor:pointer;box-shadow:0 10px 30px #0f172a0f;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.shop-offer:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 14px 40px #0f172a14}.shop-offer:active{transform:translateY(0)}.shop-offer__image{width:var(--shop-offer-image-width);height:var(--shop-offer-image-height);min-height:0;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);display:flex;align-items:center;justify-content:center;flex:0 0 var(--shop-offer-image-width)}.shop-offer__image img{width:var(--shop-offer-img-inner-width);height:var(--shop-offer-img-inner-height);object-fit:contain;display:block}.shop-offer__imagePlaceholder{font-size:13px;font-weight:900;letter-spacing:.08em;color:#94a3b8}.shop-offer__content{display:flex;flex-direction:column;min-width:0}.shop-offer__topRow{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.shop-offer__title{margin:0;font-size:20px;line-height:1.2;font-weight:900;color:#0f172a}.shop-offer__price{flex:0 0 auto;font-size:28px;line-height:1;font-weight:900;color:#0f766e;white-space:nowrap}.shop-offer__desc{margin:14px 0 0;color:#475569;font-size:16px;line-height:1.65;max-width:90ch}.shop-offer__footer{margin-top:auto;padding-top:16px;display:flex;align-items:center;gap:8px;color:#0f172a;font-size:13px;font-weight:800}.shop-offer__dot{width:7px;height:7px;border-radius:999px;background:#22c55e;flex:0 0 auto}.shop-detail-placeholder{display:grid;grid-template-columns:minmax(280px,var(--shop-detail-image-width)) 1fr;gap:28px;align-items:start;background:#ffffff;border:1px solid #e2e8f0;border-radius:24px;padding:20px;box-shadow:0 10px 30px #0f172a0f}.shop-detail-placeholder__image{width:100%;max-width:var(--shop-detail-image-width);height:var(--shop-detail-image-height);border-radius:18px;border:1px solid #e2e8f0;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);display:flex;align-items:center;justify-content:center}.shop-detail-placeholder__image img{width:var(--shop-detail-img-inner-width);height:var(--shop-detail-img-inner-height);object-fit:contain;display:block}.shop-detail-placeholder__imageText{font-size:14px;font-weight:900;letter-spacing:.08em;color:#94a3b8}.shop-detail-placeholder__content{min-width:0}.shop-detail-placeholder__price{margin-bottom:16px;font-size:34px;line-height:1;font-weight:900;color:#0f766e}.shop-detail-placeholder__content p{margin:0 0 14px;color:#475569;font-size:16px;line-height:1.7}@media (max-width: 980px){:root{--shop-offer-image-width: 220px;--shop-offer-image-height: 180px;--shop-detail-image-width: 100%;--shop-detail-image-height: 300px}.shop-offer{grid-template-columns:var(--shop-offer-image-width) 1fr;gap:16px}.shop-offer__price{font-size:24px}.shop-offer__title{font-size:18px}.shop-offer__desc{font-size:15px}.shop-detail-placeholder{grid-template-columns:1fr}}@media (max-width: 720px){.shop-list__top{flex-direction:column;align-items:stretch}.shop-offer{min-height:auto;grid-template-columns:1fr}.shop-offer__image{width:100%;height:180px;flex-basis:auto}.shop-offer__topRow{flex-direction:column;gap:10px}.shop-offer__price{font-size:22px}.shop-offer__title{font-size:18px}.shop-offer__desc{font-size:14px}.shop-detail-placeholder{padding:16px;gap:18px}.shop-detail-placeholder__image{height:240px}.shop-detail-placeholder__price{font-size:28px}.shop-detail-placeholder__content p{font-size:15px}}*{box-sizing:border-box}
