.pro-calc-wrapper{width:1350px;margin:50px auto;color:#334155;box-sizing:border-box;padding:0 20px} .pro-calc-wrapper *{box-sizing:border-box} .pro-calc-container{background:#fff;border:1px solid #cbd5e1;border-radius:12px;box-shadow:0 10px 15px -3px rgba(0,0,0,0.08);overflow:hidden} .pro-header{background:#fdfdfd;border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem} .pro-header h1{font-size:1.25rem;font-weight:700;color:#0f172a} .pro-header p{font-size:0.85rem;color:#64748b;margin:0} .sgc-dashboard-grid{display:grid;grid-template-columns:2fr 1.2fr 1.8fr;min-height:480px} .pro-panel{padding:2rem;border-right:1px solid #f1f5f9} .pro-panel:last-child{border-right:none} .panel-header{margin-bottom:1.5rem;padding-bottom:0.75rem;border-bottom:2px solid #f1f5f9} .panel-header h2{font-size:0.9rem;font-weight:700;text-transform:uppercase;color:#475569;letter-spacing:0.05em;margin:0} .input-panel{background:#fff} .input-dense-group{margin-bottom:1rem} .input-dense-group label{display:block;font-size:0.8rem;font-weight:600;color:#334155;margin-bottom:0.45rem} .input-wrapper{position:relative;display:flex;align-items:center;width:100%} .input-wrapper input{width:100%;padding:10px 12px;font-size:0.95rem;border:1px solid #cbd5e1;border-radius:6px;color:#1e293b;font-weight:500;background:#fff} .input-wrapper input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 2px rgba(99,102,241,0.1)} .unit-sign{position:absolute;right:10px;color:#94a3b8;font-size:0.8rem;pointer-events:none} .input-wrapper input[type="number"]{padding-right:35px} .highlight-bg{background:#f8fafc;padding:1rem;border-radius:8px;border:1px dashed #cbd5e1} .highlight-bg small,.input-dense-group small{display:block;font-size:0.7rem;color:#64748b;margin-top:0.4rem;line-height:1.3} .calc-action button{width:100%;padding:12px;background:#1e293b;color:#fff;border:none;border-radius:6px;font-size:0.95rem;font-weight:600;cursor:pointer;margin-top:0.5rem;transition:background 0.2s} .calc-action button:hover{background:#0f172a} .settings-panel{background:#fdfdfd} .results-panel{background:#fff} .res-grid-primary{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem} .res-box{padding:1rem;border-radius:8px;text-align:center} .res-box.main{background:#eff6ff;border:1px solid #dbeafe} .rb-label{display:block;font-size:0.75rem;color:#64748b;font-weight:600;text-transform:uppercase;margin-bottom:0.25rem} .rb-unit{display:block;font-size:0.8rem;font-weight:600;margin-top:0.5rem;color:#475569} .res-list{margin-bottom:2rem} .rl-item{display:flex;justify-content:space-between;padding:0.75rem 0;border-bottom:1px solid #f1f5f9;font-size:0.85rem;color:#475569} .rl-item strong{color:#1e293b} .material-info-card{background:#ecfdf5;border:1px solid #d1fae5;padding:1rem;border-radius:8px;display:flex;gap:0.75rem} .mi-icon{width:20px;height:20px;background:#10b981;color:white;border-radius:50%;text-align:center;line-height:20px;font-size:0.75rem;font-weight:bold;flex-shrink:0} .material-info-card p{margin:0;font-size:0.8rem;color:#065f46;line-height:1.4} .sgc-hidden{display:none !important} .sgc-mt-15{margin-top:1.5rem} .sgc-mt-10{margin-top:0.75rem} .sgc-mb-20{margin-bottom:2rem} .sgc-full-width{grid-column:1 / -1} .sgc-text-blue{color:#3b82f6 !important} .sgc-text-green{color:#10b981 !important} .sgc-text-orange{color:#f59e0b !important} .sgc-text-indigo{color:#4f46e5 !important} .sgc-text-gray{color:#64748b !important} .sgc-bg-indigo{background-color:#4f46e5 !important} .sgc-bg-green{background-color:#10b981 !important} .sgc-grade-row{margin-bottom:0.75rem} .sgc-grade-split{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:0.75rem} .sgc-result-showcase{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:160px;border:1px solid #a7f3d0;background:#ecfdf5;border-radius:12px} .sgc-grade-val{font-size:3.8rem;font-weight:800;color:#065f46;line-height:1} .sgc-grade-status{font-size:0.95rem;font-weight:700;margin-top:1rem;color:#047857} .load-estimator{border:1px solid #e2e8f0;padding:1.25rem;border-radius:10px;background:#fdfdfd} .le-header{font-size:0.8rem;font-weight:600;color:#64748b;margin-bottom:0.75rem} .sgc-duo-header{display:flex;justify-content:space-between} .sgc-bar-ferah{height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden;margin-bottom:0.75rem} .le-bar-fill{height:100%;transition:width 0.4s ease-out,background-color 0.4s;width:0%} .le-legend{font-size:0.8rem;font-weight:700;color:#334155;text-align:right} @media (max-width:1024px){.pro-calc-wrapper{width:100%;margin:20px auto} .pro-dashboard-grid{grid-template-columns:1fr} .pro-panel{border-right:none;border-bottom:1px solid #f1f5f9} }