:root{--rsfc-primary:#0072ce;--rsfc-primary-deep:#005fa3;--rsfc-primary-light:#e8f3ff;--rsfc-primary-xlight:#f0f7ff;--rsfc-secondary:#00a86b;--rsfc-secondary-light:#e6f0ff;--rsfc-secondary-xlight:#edfaf3;--rsfc-danger:#e74c3c;--rsfc-danger-light:#fdf0ef;--rsfc-warning:#f39c12;--rsfc-warning-light:#fef9ec;--rsfc-success:#27ae60;--rsfc-bg:#f0f4f9;--rsfc-white:#ffffff;--rsfc-surface:#ffffff;--rsfc-surface-2:#f8fafc;--rsfc-text:#1a1d23;--rsfc-text-2:#4a5568;--rsfc-text-3:#718096;--rsfc-text-inv:#ffffff;--rsfc-border:#dce3ec;--rsfc-border-strong:#b8c5d6;--rsfc-radius:5px;--rsfc-spacing:1.5rem;--rsfc-gap:0.75rem;--rsfc-shadow-sm:0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);--rsfc-shadow:0 4px 16px rgba(0, 0, 0, 0.07), 0 1px 4px rgba(0, 0, 0, 0.04);--rsfc-shadow-md:0 8px 32px rgba(0, 0, 0, 0.1), 0 2px 8px rgba(0, 0, 0, 0.05);--rsfc-shadow-lg:0 20px 60px rgba(0, 0, 0, 0.14), 0 4px 16px rgba(0, 0, 0, 0.06);--rsfc-ease:cubic-bezier(0.25, 0.46, 0.45, 0.94);--rsfc-ease-out:cubic-bezier(0.16, 1, 0.3, 1);--rsfc-duration:0.2s}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;font-family:"Rubik",sans-serif}.rsfc-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rsfc-container{width:100%;margin:0 auto}.rsfc-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1.5rem 1.75rem;background:var(--rsfc-white)!important;border-radius:var(--rsfc-radius);border:1px solid var(--rsfc-border)!important}.rsfc-header-icon{flex-shrink:0;width:52px;height:52px;background:linear-gradient(135deg,var(--rsfc-primary),var(--rsfc-primary-deep));border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--st-white);box-shadow:0 4px 12px rgb(0 114 206 / .3)}.rsfc-header-icon svg{width:28px;height:28px}.rsfc-header-text{flex:1}.rsfc-title{font-size:1.6rem;font-weight:800;color:var(--rsfc-text)!important;letter-spacing:-.03em;line-height:1.1}.rsfc-subtitle{font-size:0.875rem!important;color:var(--rsfc-text-3)!important;font-weight:400;margin-top:.15rem}.rsfc-header-badge{flex-shrink:0;background:linear-gradient(135deg,var(--rsfc-primary),#0091e6);color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.08em;padding:.3rem .6rem;border-radius:6px;box-shadow:0 2px 6px rgb(0 114 206 / .3)}.rsfc-main{display:flex;flex-direction:column;gap:1.25rem}.rsfc-card{background:var(--rsfc-white)!important;border-radius:var(--rsfc-radius);border:1px solid var(--rsfc-border);padding:1.5rem 1.75rem}.rsfc-card-label{display:flex;align-items:center;gap:.6rem;margin-bottom:1.25rem;font-size:.9rem;font-weight:600;color:var(--rsfc-text)!important;text-transform:uppercase;letter-spacing:.05em}.rsfc-step-num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:var(--rsfc-primary)!important;color:var(--rsfc-white);border-radius:50%;font-size:.7rem;font-weight:700;flex-shrink:0}.rsfc-step-num--results{background:var(--rsfc-secondary)!important;font-size:.75rem}.rsfc-roof-type-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.6rem}.rsfc-roof-option{position:relative;cursor:pointer;transition:transform var(--rsfc-duration) var(--rsfc-ease)}.rsfc-roof-option:hover{transform:translateY(-1px)}.rsfc-roof-option input[type="radio"]{position:absolute;opacity:0;width:0;height:0}.rsfc-roof-option-inner{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.75rem .4rem .6rem;border:2px solid var(--rsfc-border);border-radius:var(--rsfc-radius);background:var(--rsfc-surface-2);color:var(--rsfc-text-3);transition:border-color var(--rsfc-duration) var(--rsfc-ease),background var(--rsfc-duration) var(--rsfc-ease),color var(--rsfc-duration) var(--rsfc-ease),box-shadow var(--rsfc-duration) var(--rsfc-ease)}.rsfc-roof-icon{width:48px;height:32px;display:flex;align-items:center;justify-content:center}.rsfc-roof-icon svg{width:100%;height:100%}.rsfc-roof-label{font-size:.72rem;font-weight:600;letter-spacing:.02em}.rsfc-roof-option input:checked+.rsfc-roof-option-inner{border-color:var(--rsfc-primary);background:var(--rsfc-primary-xlight);color:var(--rsfc-primary);box-shadow:0 0 0 3px rgb(0 114 206 / .12)}.rsfc-roof-option:hover .rsfc-roof-option-inner{border-color:var(--rsfc-primary);color:var(--rsfc-primary)}.rsfc-roof-option input:focus-visible+.rsfc-roof-option-inner{outline:2px solid var(--rsfc-primary);outline-offset:2px}.rsfc-unit-toggle{display:inline-flex;background:var(--rsfc-surface-2);border:1px solid var(--rsfc-border);border-radius:8px;padding:3px;margin-bottom:1.25rem}.rsfc-unit-btn{padding:.3rem 1rem;border:none;background:#fff0;border-radius:5px;font-size:.85rem;font-weight:500;color:var(--rsfc-text-3);cursor:pointer;transition:background var(--rsfc-duration) var(--rsfc-ease),color var(--rsfc-duration) var(--rsfc-ease),box-shadow var(--rsfc-duration) var(--rsfc-ease)}.rsfc-unit-btn--active{background:var(--rsfc-white);color:var(--rsfc-primary);box-shadow:var(--rsfc-shadow-sm);font-weight:600}.rsfc-dim-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--rsfc-gap) 1.5rem}.rsfc-field-group{display:flex;flex-direction:column;gap:.3rem}.rsfc-label{display:flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--rsfc-text-2)}.rsfc-unit-label{color:var(--rsfc-text-3);font-weight:400}.rsfc-input-wrapper{position:relative;display:flex;align-items:center}.rsfc-input{width:100%;height:44px;padding:0 3rem 0 .9rem;border:2px solid var(--rsfc-border);border-radius:var(--rsfc-radius);background:var(--rsfc-white);font-size:.95rem;font-weight:500;color:var(--rsfc-text);transition:border-color var(--rsfc-duration) var(--rsfc-ease),box-shadow var(--rsfc-duration) var(--rsfc-ease);-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.rsfc-input::-webkit-inner-spin-button,.rsfc-input::-webkit-outer-spin-button{-webkit-appearance:none}.rsfc-input:focus{outline:none;border-color:var(--rsfc-primary);box-shadow:0 0 0 3px rgb(0 114 206 / .12)}.rsfc-input.rsfc-input--error{border-color:var(--rsfc-danger);box-shadow:0 0 0 3px rgb(231 76 60 / .1)}.rsfc-input.rsfc-input--valid{border-color:var(--rsfc-secondary)}.rsfc-input-unit{position:absolute;right:.75rem;font-size:.78rem;font-weight:500;color:var(--rsfc-text-3);pointer-events:none;user-select:none}.rsfc-input-wrapper--ratio{flex:1}.rsfc-input-wrapper--ratio .rsfc-input{padding-right:.9rem}.rsfc-hint{font-size:.77rem;color:var(--rsfc-text-3);line-height:1.4}.rsfc-error{font-size:.78rem;font-weight:500;color:var(--rsfc-danger);min-height:1.1em;line-height:1.4}.rsfc-overhang-details{margin-top:1rem;border:1px dashed var(--rsfc-border-strong);border-radius:var(--rsfc-radius);padding:0;overflow:hidden}.rsfc-details-summary{display:flex;justify-content:space-between;align-items:center;padding:.7rem 1rem;font-size:.83rem;font-weight:600;color:var(--rsfc-text-2);cursor:pointer;user-select:none;list-style:none;background:var(--rsfc-surface-2);transition:background var(--rsfc-duration)}.rsfc-details-summary::-webkit-details-marker{display:none}.rsfc-details-summary:hover{background:var(--rsfc-primary-light);color:var(--rsfc-primary)}.rsfc-chevron{width:16px;height:16px;transition:transform var(--rsfc-duration) var(--rsfc-ease)}details[open] .rsfc-chevron{transform:rotate(180deg)}.rsfc-overhang-grid{padding:1rem;display:grid;grid-template-columns:1fr 1fr;gap:var(--rsfc-gap) 1.5rem;background:var(--rsfc-white)}.rsfc-pitch-format-tabs{display:flex;gap:.4rem;margin-bottom:1.1rem;background:var(--rsfc-surface-2);border:1px solid var(--rsfc-border);border-radius:8px;padding:3px}.rsfc-pitch-tab{flex:1;padding:.35rem .5rem;border:none;background:#fff0;border-radius:5px;font-size:.8rem;font-weight:500;color:var(--rsfc-text-3);cursor:pointer;transition:background var(--rsfc-duration) var(--rsfc-ease),color var(--rsfc-duration) var(--rsfc-ease)}.rsfc-pitch-tab--active{background:var(--rsfc-white);color:var(--rsfc-primary);font-weight:600;box-shadow:var(--rsfc-shadow-sm)}.rsfc-pitch-panel{display:none}.rsfc-pitch-panel--active{display:block}.rsfc-pitch-ratio-input{display:flex;align-items:center;gap:.5rem}.rsfc-pitch-divider{font-size:1.5rem;font-weight:300;color:var(--rsfc-text-3);line-height:1}.rsfc-pitch-run{font-size:1rem;font-weight:600;color:var(--rsfc-text-2);min-width:28px}.rsfc-gambrel-extra{margin-top:1.25rem}.rsfc-gambrel-divider{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--rsfc-text-3)}.rsfc-gambrel-divider::before,.rsfc-gambrel-divider::after{content:"";flex:1;height:1px;background:var(--rsfc-border)}.rsfc-pitch-diagram{margin-top:1.25rem;border:1px solid var(--rsfc-border);border-radius:var(--rsfc-radius);overflow:hidden;background:linear-gradient(135deg,#f8fafc,#eef2f7)}.rsfc-pitch-diagram>svg{width:100%;height:auto;display:block;padding:.5rem .25rem}.rsfc-pitch-info-bar{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--rsfc-border);background:var(--rsfc-white)}.rsfc-pitch-stat{display:flex;flex-direction:column;align-items:center;padding:.6rem .5rem;border-right:1px solid var(--rsfc-border)}.rsfc-pitch-stat:last-child{border-right:none}.rsfc-pitch-stat-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.05em;color:var(--rsfc-text-3);font-weight:600;margin-bottom:.2rem}.rsfc-pitch-stat-value{font-size:.9rem;font-weight:600;color:var(--rsfc-primary)}.rsfc-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--rsfc-gap) 1.5rem}.rsfc-waste-presets{display:flex;gap:.4rem;margin-top:.4rem;flex-wrap:wrap}.rsfc-preset-btn{padding:.25rem .65rem;border:1.5px solid var(--rsfc-border);border-radius:6px;background:var(--rsfc-surface-2);font-size:.75rem;font-weight:500;color:var(--rsfc-text-2);cursor:pointer;transition:background var(--rsfc-duration),color var(--rsfc-duration),border-color var(--rsfc-duration)}.rsfc-preset-btn:hover{border-color:var(--rsfc-primary);color:var(--rsfc-primary);background:var(--rsfc-primary-light)}.rsfc-preset-btn--active{border-color:var(--rsfc-primary);background:var(--rsfc-primary-light);color:var(--rsfc-primary);font-weight:600}.rsfc-tooltip-btn{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:none;color:var(--rsfc-text-3);cursor:pointer;padding:0;border-radius:50%;transition:color var(--rsfc-duration)}.rsfc-tooltip-btn:hover{color:var(--rsfc-primary)}.rsfc-tooltip{position:fixed;max-width:240px;padding:.6rem .85rem;background:var(--rsfc-text);color:var(--rsfc-text-inv);font-size:.78rem;line-height:1.5;border-radius:var(--rsfc-radius);box-shadow:var(--rsfc-shadow-md);z-index:1000;pointer-events:none;opacity:0;transform:translateY(4px);transition:opacity 0.15s var(--rsfc-ease),transform 0.15s var(--rsfc-ease)}.rsfc-tooltip.rsfc-tooltip--visible{opacity:1;transform:translateY(0)}.rsfc-tooltip::before{content:"";position:absolute;top:-5px;left:12px;width:10px;height:10px;background:var(--rsfc-text);transform:rotate(45deg);border-radius:2px}.rsfc-action-center{display:flex;justify-content:center}.rsfc-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:var(--rsfc-radius);font-size:.9rem;font-weight:600;cursor:pointer;transition:background var(--rsfc-duration) var(--rsfc-ease),color var(--rsfc-duration) var(--rsfc-ease),transform var(--rsfc-duration) var(--rsfc-ease),box-shadow var(--rsfc-duration) var(--rsfc-ease);text-decoration:none;letter-spacing:.01em;font-family:"Rubik",sans-serif}.rsfc-btn:active{transform:scale(.98)}.rsfc-btn svg{width:18px;height:18px;flex-shrink:0}.rsfc-btn--calculate{padding:.95rem 2.5rem;background:linear-gradient(135deg,var(--rsfc-primary),var(--rsfc-primary-deep));color:var(--rsfc-text-inv);box-shadow:0 4px 20px rgb(0 114 206 / .4),0 2px 6px rgb(0 114 206 / .2);font-size:1rem;font-weight:700;border-radius:var(--rsfc-radius)}.rsfc-btn--calculate:hover{background:linear-gradient(135deg,#0082e6,#0070c0);box-shadow:0 6px 28px rgb(0 114 206 / .5),0 3px 10px rgb(0 114 206 / .25);transform:translateY(-1px)}.rsfc-btn--pdf{background:var(--rsfc-primary)!important;color:var(--rsfc-text-inv)!important;flex:1}.rsfc-btn--pdf:hover{background:var(--rsfc-primary-deep)!important;transform:translateY(-1px)}.rsfc-btn--copy{background:var(--rsfc-secondary-xlight)!important;color:var(--rsfc-secondary)!important;border:1.5px solid rgb(0 168 107 / .3)!important;flex:1}.rsfc-btn--copy:hover{background:var(--rsfc-secondary)!important;color:var(--rsfc-text-inv)!important;border-color:var(--rsfc-secondary)!important}.rsfc-btn--reset{background:var(--rsfc-surface-2)!important;color:var(--rsfc-text-2)!important;border:1.5px solid var(--rsfc-border)!important;flex:1}.rsfc-btn--reset:hover{background:var(--rsfc-danger)!important;color:var(--rsfc-white)!important;border-color:var(--rsfc-danger)!important}.rsfc-btn--outline{background:var(--rsfc-white)!important;color:var(--rsfc-text-2)!important;border:1.5px solid var(--rsfc-border)!important}.rsfc-btn--outline:hover{border-color:var(--rsfc-primary)!important;color:var(--rsfc-primary)!important}.rsfc-btn--danger{background:var(--rsfc-danger)!important;color:var(--rsfc-text-inv)!important;box-shadow:0 2px 8px rgb(231 76 60 / .3)}.rsfc-btn--danger:hover{background:#c0392b!important;box-shadow:0 4px 14px rgb(231 76 60 / .4)}.rsfc-result-actions{display:flex;gap:.75rem;margin-top:1rem}#rsfc-results-section{animation:rsfc-fade-up 0.5s var(--rsfc-ease-out) both}.rsfc-card--results{background:var(--rsfc-white);overflow:hidden}.rsfc-results-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:0}.rsfc-results-meta{font-size:.78rem;color:var(--rsfc-text-3);text-align:right;line-height:1.5}.rsfc-result-hero{text-align:center;padding:1.75rem 1rem;background:linear-gradient(135deg,var(--rsfc-primary-xlight),var(--rsfc-secondary-xlight));border-radius:var(--rsfc-radius);margin:1rem 0 1.5rem;position:relative;overflow:hidden}.rsfc-result-hero::before{content:"";position:absolute;top:-30px;right:-30px;width:120px;height:120px;background:radial-gradient(circle,rgb(0 114 206 / .08) 0%,transparent 70%);border-radius:50%}.rsfc-result-hero-value{display:flex;align-items:baseline;justify-content:center;gap:.4rem}.rsfc-hero-number{font-size:3rem;font-weight:700;color:var(--rsfc-primary)!important;line-height:1;letter-spacing:-.03em}.rsfc-hero-unit{font-size:1.1rem;font-weight:600;color:var(--rsfc-primary-deep)!important;opacity:.8}.rsfc-result-hero-label{margin-top:.5rem;font-size:.82rem;font-weight:500;color:var(--rsfc-text-2);text-transform:uppercase;letter-spacing:.05em}.rsfc-results-breakdown{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin-bottom:1.5rem}.rsfc-breakdown-item{background:var(--rsfc-surface-2);border:1px solid var(--rsfc-border);border-radius:var(--rsfc-radius);padding:.85rem;text-align:center;transition:transform var(--rsfc-duration) var(--rsfc-ease)}.rsfc-breakdown-item:hover{transform:translateY(-1px);border-color:var(--rsfc-primary)}.rsfc-breakdown-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--rsfc-text-3);margin-bottom:.3rem}.rsfc-breakdown-value{font-size:1.15rem;font-weight:700;color:var(--rsfc-text);line-height:1}.rsfc-breakdown-sub{font-size:.68rem;color:var(--rsfc-text-3);margin-top:.25rem}.rsfc-results-table-wrap{overflow-x:auto;border-radius:var(--rsfc-radius);border:1px solid var(--rsfc-border);margin-bottom:1.25rem}.rsfc-results-table{width:100%;border-collapse:collapse;font-size:.85rem}.rsfc-results-table th{background:var(--rsfc-surface-2);padding:.6rem 1rem;text-align:left;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--rsfc-text-3);border-bottom:1px solid var(--rsfc-border)}.rsfc-results-table th:not(:first-child){text-align:right}.rsfc-results-table td{padding:.7rem 1rem;border-bottom:1px solid var(--rsfc-border);color:var(--rsfc-text-2);line-height:1.4}.rsfc-results-table td:not(:first-child){text-align:right;font-weight:500;color:var(--rsfc-text)}.rsfc-results-table tr:last-child td{border-bottom:none}.rsfc-results-table tbody tr:hover td{background:var(--rsfc-primary-xlight)}.rsfc-results-table .rsfc-row-highlight td{background:var(--rsfc-primary-light);font-weight:700;color:var(--rsfc-primary-deep)}.rsfc-results-table .rsfc-row-highlight td:not(:first-child){color:var(--rsfc-primary)}.rsfc-material-estimate{background:linear-gradient(135deg,var(--rsfc-secondary-xlight),#f0fdf8);border:1px solid rgb(0 168 107 / .25);border-radius:var(--rsfc-radius);padding:1rem 1.25rem}.rsfc-material-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--rsfc-secondary);margin-bottom:.75rem}.rsfc-material-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.rsfc-material-item{text-align:center}.rsfc-material-val{font-size:1.3rem;font-weight:700;color:var(--rsfc-secondary);line-height:1}.rsfc-material-lbl{font-size:.7rem;color:var(--rsfc-text-3);font-weight:500;margin-top:.25rem;line-height:1.3}.rsfc-modal-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .5);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9000;padding:1rem;opacity:0;transition:opacity 0.2s var(--rsfc-ease)}.rsfc-modal-overlay.rsfc-modal-overlay--visible{opacity:1}.rsfc-modal{background:var(--rsfc-white);border-radius:var(--rsfc-radius);padding:2rem;max-width:380px;width:100%;box-shadow:var(--rsfc-shadow-lg);text-align:center;transform:scale(.95) translateY(10px);transition:transform 0.25s var(--rsfc-ease-out)}.rsfc-modal-overlay.rsfc-modal-overlay--visible .rsfc-modal{transform:scale(1) translateY(0)}.rsfc-modal-icon{width:52px;height:52px;background:var(--rsfc-warning-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--rsfc-warning)}.rsfc-modal-icon svg{width:26px;height:26px}.rsfc-modal-title{font-size:1.15rem;font-weight:700;color:var(--rsfc-text);margin-bottom:.6rem}.rsfc-modal-body{font-size:.87rem;color:var(--rsfc-text-2);line-height:1.6;margin-bottom:1.5rem}.rsfc-modal-actions{display:flex;gap:.75rem;justify-content:center}.rsfc-modal-actions .rsfc-btn{flex:1}.rsfc-toast{position:fixed;bottom:1.5rem;right:1.5rem;background:var(--rsfc-text);color:var(--rsfc-text-inv);padding:.75rem 1.25rem;border-radius:var(--rsfc-radius);font-size:.85rem;font-weight:500;box-shadow:var(--rsfc-shadow-md);z-index:9999;max-width:320px;display:flex;align-items:center;gap:.6rem;opacity:0;transform:translateY(10px) scale(.98);transition:opacity 0.25s var(--rsfc-ease),transform 0.25s var(--rsfc-ease-out)}.rsfc-toast.rsfc-toast--visible{opacity:1;transform:translateY(0) scale(1)}.rsfc-toast--success{background:var(--rsfc-secondary)}.rsfc-toast--error{background:var(--rsfc-danger)}.rsfc-hidden{display:none!important}@keyframes rsfc-fade-up{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes rsfc-fade-down{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes rsfc-count-up{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes rsfc-pulse-glow{0%,100%{box-shadow:0 4px 20px rgb(0 114 206 / .4),0 2px 6px rgb(0 114 206 / .2)}50%{box-shadow:0 6px 28px rgb(0 114 206 / .6),0 3px 10px rgb(0 114 206 / .3)}}.rsfc-btn--calculate.rsfc-ready{animation:rsfc-pulse-glow 2s ease-in-out infinite}@media (max-width:680px){#rsfc-app{padding:1rem .75rem 3rem}.rsfc-header{padding:1.1rem 1.25rem;gap:.75rem}.rsfc-title{font-size:1.35rem}.rsfc-card{padding:1.25rem}.rsfc-roof-type-grid{grid-template-columns:repeat(3,1fr)}.rsfc-dim-grid,.rsfc-options-grid{grid-template-columns:1fr}.rsfc-overhang-grid{grid-template-columns:1fr}.rsfc-results-breakdown{grid-template-columns:repeat(2,1fr)}.rsfc-material-grid{grid-template-columns:repeat(2,1fr)}.rsfc-result-actions{flex-direction:column}.rsfc-result-actions .rsfc-btn{flex:unset}.rsfc-pitch-info-bar{grid-template-columns:repeat(2,1fr)}.rsfc-pitch-stat:nth-child(2){border-right:none}.rsfc-pitch-stat:nth-child(3){border-top:1px solid var(--rsfc-border)}}@media (max-width:440px){.rsfc-title{font-size:1.15rem}.rsfc-subtitle{display:none}.rsfc-roof-type-grid{grid-template-columns:repeat(2,1fr)}.rsfc-hero-number{font-size:2.4rem}.rsfc-results-breakdown{grid-template-columns:1fr 1fr}.rsfc-pitch-format-tabs{flex-wrap:wrap}.rsfc-btn--calculate{min-width:auto;width:100%}.rsfc-results-table th,.rsfc-results-table td{padding:.5rem .6rem;font-size:.78rem}.rsfc-modal{padding:1.5rem 1.25rem}.rsfc-toast{bottom:1rem;right:.75rem;left:.75rem;max-width:none}}:focus-visible{outline:2px solid var(--rsfc-primary);outline-offset:2px}@media print{.rsfc-bg-grid,.rsfc-action-center,.rsfc-result-actions,.rsfc-header-badge{display:none!important}.rsfc-card{box-shadow:none;border:1px solid #ccc}}
