@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";*{font-family:Roboto,sans-serif;color:#606c76}.navbar{background-color:#fff;display:flex;gap:2rem;padding:2rem;justify-content:center;border-bottom:3px solid lightgray}.sidebar{position:fixed;top:0;right:0;height:100vh;width:250px;z-index:999;background-color:gray;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}.menuButton{display:none}.home-logo{height:4rem;width:auto}.dropdown{position:relative;display:inline-block}.sidebar>dropdown{width:100%}.dropbtn{padding:1rem;font-size:1.2rem;border:none;cursor:pointer;font-weight:600}.certainteed-nav-link,.certainteed-sidebar-link{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.15rem;border:1px solid #d6dbe2;border-radius:8px;background-color:#fff;color:#0b2f5b;font-size:1rem;font-weight:600;text-decoration:none;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.certainteed-nav-link:hover,.certainteed-sidebar-link:hover{background-color:#0b2f5b;border-color:#0b2f5b;color:#fff}.certainteed-sidebar-link{width:calc(100% - 2rem);margin:0 1rem .85rem;box-sizing:border-box}.dropdown-content{display:none;position:absolute;min-width:160px;box-shadow:0 8px 16px #0003;z-index:1;background-color:#d3d3d3}.dropdown-content a{color:#000;padding:12px 16px;display:block;text-decoration:none}.dropdown:hover .dropdown-content{display:block}.dropdown:hover .dropbtn{color:green}.configurator{font-size:1.15rem;display:flex;gap:2rem;flex-wrap:wrap;justify-content:center;max-width:110rem;margin:0 auto;flex-shrink:.5;margin-bottom:3rem}.selector-box{display:flex;flex-direction:column;padding:1.25rem;flex-basis:45%;flex-grow:1;box-sizing:border-box;box-shadow:1px 1px 3px #0000001a;border-width:2px;border-style:solid;border-color:#d3d3d3}.selector-box *{background-color:#fff}.selector-box h3{margin-top:.6rem;margin-bottom:.2rem;font-size:1rem}.selector-box h2{margin-top:0;margin-bottom:.75rem;font-size:1.2rem}.selector-box input,.selector-box select{margin-top:0;margin-bottom:.65rem;height:2.2rem;font-size:1rem}input,select{border-radius:.3rem;height:2.6rem;font-size:inherit}button{font-size:inherit}input[type=radio]{accent-color:#5c6bc0;width:1.2em;height:1.2em;margin-right:.4em;vertical-align:middle;cursor:pointer}.calculate-box{display:flex;justify-content:center;padding-bottom:100px}.calculate{font-size:1.75rem;padding:1rem 2rem;border:none;border-radius:.25rem;background-color:#006400;color:#fff;cursor:pointer;box-shadow:0 4px 8px #0003;transition:transform .2s;margin-left:auto;margin-right:auto}.back-config{margin:2rem;font-size:1.4rem;font-weight:500;padding:1rem 2rem;border:none;border-radius:.25rem;background-color:#006400;color:#fff;cursor:pointer;box-shadow:0 4px 8px #0003;transition:transform .2s}.bom-box{display:flex;justify-content:center}.bom{display:flex;flex-direction:column;width:80%;padding:2rem;flex:0 0 70%;box-sizing:border-box;box-shadow:3px 3px 5px #0000001a;border-width:4px;border-style:solid;border-color:#d3d3d3}.summary-box{display:grid;font-size:1.75rem;grid-template-columns:repeat(3,1fr);gap:12px 24px;max-width:500px;margin:24px auto;padding:px 20px;background-color:#f5f5f5;border-radius:8px;text-align:center;align-items:center}.bom-entry{font-size:1.75rem;display:grid;grid-template-columns:30% 45% 25%;justify-content:space-between;align-items:center}.bom-entry--pricing{grid-template-columns:28% 28% 18% 13% 13%}.pricing-summary{font-size:1.75rem;padding-top:1.5rem;display:grid!important;grid-template-columns:75%,15% 10%;justify-content:space-between;align-items:center}.product{padding:0rem;display:flex;flex-direction:row;align-items:center}.product-img{width:10rem;height:10rem;object-fit:contain}.config-nav{display:flex}.my-projects{margin-left:auto}.projects{display:grid;padding:5%;gap:1rem}.project-entry{font-size:2rem;padding:1rem;box-sizing:border-box;box-shadow:3px 3px 5px #0000001a;border-width:4px;border-style:solid;border-color:#d3d3d3}.additional-links{font-size:1.25rem;padding-top:1.5rem}.form-container{max-width:600px;margin:2rem auto;padding:1rem;border:1px solid #ccc;border-radius:8px;font-family:sans-serif}.form-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.form-row{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.form-select{flex:1;padding:.5rem;border:1px solid #bbb;border-radius:4px}.arrays-box .form-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr)) auto auto;align-items:center;gap:.75rem}.arrays-box .form-select{min-width:0;width:100%}.add-button{padding:.5rem 1rem;background-color:#006400;color:#fff;border:none;border-radius:4px;cursor:pointer}.remove-button{padding:.5rem .75rem;background-color:#ff9c9c;color:#000;border:none;border-radius:4px;cursor:pointer}.duplicate-button,.remove-button,.layout-button{height:2.2rem;align-self:center;box-sizing:border-box}.layout-button,.layout-secondary-button,.layout-close-button{padding:.5rem .85rem;border:1px solid #c6ced8;border-radius:4px;cursor:pointer;white-space:nowrap}.layout-button{color:#0b2f5b;font-size:1rem;font-weight:400}.layout-button:disabled,.layout-secondary-button:disabled{cursor:not-allowed;opacity:.55}.array-layout-meta{display:flex;gap:1rem;font-size:.95rem;margin:-.3rem 0 .8rem}.layout-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#09111c85;display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1000}.layout-modal{width:min(960px,100%);max-height:88vh;overflow:auto;background:#fff;border-radius:14px;padding:1.4rem;box-shadow:0 24px 60px #0000002e}.layout-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.layout-modal-header h2,.layout-modal-header p{margin:0}.layout-modal-header p{margin-top:.35rem;font-size:.95rem}.layout-modal-summary{display:flex;gap:1rem;margin-bottom:1rem;font-size:.95rem}.panel-grid{display:grid;gap:.55rem;justify-content:center;margin:0 auto}.panel-cell{width:100%;aspect-ratio:var(--panel-aspect-ratio, 1 / 1);min-height:0;border:1px solid #98a6b5;border-radius:8px;background:linear-gradient(180deg,#dce6f0,#c4d1df);color:#061f3e;font-weight:600;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;display:flex;align-items:center;justify-content:center;padding:.35rem}.panel-cell:hover{transform:translateY(-1px);box-shadow:0 8px 16px #0b2f5b1f}.panel-cell.is-removed{background:#fff;border-color:#d7dee7;color:#a7b1be;text-decoration:line-through}.layout-modal-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}.module-back-button{padding:.5rem .75rem;background-color:#d3d3d3;border:none;border-radius:4px;cursor:pointer;margin-top:3rem}.certainteed-theme .back-config,.certainteed-theme .calculate,.certainteed-theme .add-button{background-color:#0b2f5b}.certainteed-theme .dropdown:hover .dropbtn{color:#0b2f5b}.add-button:hover,.remove-button:hover{opacity:.9}.json-output{margin-top:1.5rem;padding:1rem;background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;font-family:monospace;white-space:pre-wrap}@media (max-width: 800px){.hideOnMobile{display:none}.menuButton{display:block}.navbar{padding:1rem 1.25rem;gap:1rem;justify-content:space-between}.home-logo{height:3rem}.configurator{flex-direction:column;padding:0 1rem;gap:1rem}.selector-box{flex-basis:100%;padding:1rem}.calculate{font-size:1.3rem;padding:.85rem 1.5rem}.back-config{font-size:1.1rem;padding:.75rem 1.25rem;margin:1rem}.summary-box{font-size:1.15rem;gap:8px 12px;padding:.75rem}.bom-box{padding:0 .5rem;box-sizing:border-box}.bom{width:100%;max-width:100%;padding:1rem;flex:unset;box-sizing:border-box;overflow:hidden}.bom-entry,.bom-entry--pricing{display:grid;grid-template-columns:4.5rem 1fr;grid-template-areas:"img  name" "qty  qty";gap:.5rem .75rem;align-items:start;font-size:.9rem}.bom-entry--pricing{grid-template-areas:"img  name" "qty  qty" "up   tot"}.bom-entry .product{grid-area:img}.bom-entry>div:nth-child(2){grid-area:name;align-self:center}.bom-entry .quantity-controls{grid-area:qty}.bom-entry--pricing>div:nth-child(4){grid-area:up;align-self:center}.bom-entry--pricing>div:nth-child(5){grid-area:tot;align-self:center}.pricing-summary{font-size:.9rem;grid-template-columns:1fr auto auto}.product-img{width:6rem;height:6rem}.arrays-box .form-row{grid-template-columns:1fr 1fr}.arrays-box .form-row .layout-button,.arrays-box .form-row .remove-button{grid-column:span 1}.layout-modal{padding:1rem}.layout-modal-header,.layout-modal-actions,.layout-modal-summary,.array-layout-meta{flex-direction:column;align-items:stretch}.layout-modal-actions{gap:.5rem}.project-entry{font-size:1.25rem}}@media (max-width: 480px){.navbar{padding:.75rem 1rem}.home-logo{height:2.5rem}.configurator{padding:0 .5rem;gap:.75rem}.selector-box{padding:.75rem}.selector-box h2{font-size:1.05rem}.calculate{font-size:1.1rem;padding:.75rem 1.25rem;width:calc(100% - 2rem)}.calculate-box{padding-bottom:3rem}.summary-box{font-size:1rem}.bom-entry,.bom-entry--pricing{grid-template-columns:3.5rem 1fr;font-size:.82rem}.arrays-box .form-row{grid-template-columns:1fr}.panel-grid{gap:.3rem}}.home-links-page{max-width:700px;margin:2rem auto;padding:1rem}.home-link-box{display:block;text-decoration:none;padding:1.25rem 1.5rem;margin-bottom:1rem;border:2px solid lightgray;box-shadow:1px 1px 3px #0000001a;font-size:1.25rem;font-weight:500;background-color:#fff}.home-link-box:hover{border-color:#006400}.quantity-controls{display:flex;align-items:center;gap:10px}.quantity-button{width:40px;height:40px;background-color:#fff;color:gray;border:1px solid #ccc;border-radius:5px;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-button:hover{background-color:#f0f0f0}.quantity-display{font-size:rem;font-family:Arial,sans-serif;font-weight:400;color:#333}.quantity-select{padding:5px;font-size:1.5rem;border:1px solid #ccc;border-radius:4px}.quantity-dropdown{font-size:2rem;font-family:Arial,sans-serif;color:#333;padding:8px;max-width:px;overflow:hidden}.banner{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;background-color:#f8f9fa;border:1px solid #ccc;border-radius:8px;padding:15px;font-family:Arial,sans-serif;font-size:1.2rem;color:#333;text-align:center}.banner-header{font-weight:700;background-color:#e9ecef;padding:10px;border-radius:5px}.banner-item{padding:10px}@media (max-width: 800px){.product-img{width:4.5rem;height:4.5rem}.quantity-controls{gap:6px;flex-wrap:wrap}.quantity-button{width:32px;height:32px;font-size:1rem}.quantity-select{font-size:.95rem;max-width:5rem}.quantity-display{font-size:.85rem}}@media (max-width: 480px){.product-img{width:3.5rem;height:3.5rem}.quantity-button{width:28px;height:28px;font-size:.9rem}.quantity-select{font-size:.85rem;max-width:4rem}}
