.psc2026calc-container{all:initial;display:block}.psc2026calc-container *{box-sizing:border-box!important;font-family:'Poppins',Arial,sans-serif!important;font-weight:normal!important}.psc2026calc-container p,.psc2026calc-container span,.psc2026calc-container div,.psc2026calc-container li,.psc2026calc-container label,.psc2026calc-container input,.psc2026calc-container select,.psc2026calc-container textarea{font-weight:normal!important}.psc2026calc-container strong,.psc2026calc-container b{font-weight:700!important}.psc2026calc-container h1,.psc2026calc-container h2,.psc2026calc-container h3,.psc2026calc-container h4,.psc2026calc-container h5,.psc2026calc-container h6{font-weight:600!important}.psc2026calc-container input,.psc2026calc-container select,.psc2026calc-container button,.psc2026calc-container textarea{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:none!important;border-radius:12px!important}.psc2026calc-container button{cursor:pointer!important;text-decoration:none!important}.psc2026calc-container{width:100%!important;margin:0 auto!important;padding:0px!important;font-family:'Poppins',Arial,sans-serif;color:#222;box-sizing:border-box}.psc2026calc-container *,.psc2026calc-container *::before,.psc2026calc-container *::after{box-sizing:border-box}.psc2026calc-card-header{text-align:center;margin-bottom:10px;padding:10px;border-radius:16px;background:#fff;box-shadow:0 8px 20px rgb(0 0 0 / .1);transition:transform .3s}.psc2026calc-card-header:hover{transform:translateY(-2px)}.psc2026calc-card-header h2{font-size:24px;color:#333;font-weight:600;margin-bottom:8px}.psc2026calc-card-header p{font-size:14px;color:#555;margin:0 auto}.psc2026calc-card{background:#fff;padding:3px;border-radius:16px;box-shadow:0 6px 18px rgb(0 0 0 / .08)}.psc2026calc-info-box{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:16px;border-radius:12px;margin-bottom:20px;box-shadow:0 4px 12px rgb(0 0 0 / .15)}.psc2026calc-info-box p{margin:0 0 10px 0;font-size:14px;line-height:1.6;font-weight:normal!important}.psc2026calc-info-box p:last-child{margin-bottom:0}.psc2026calc-info-box strong{font-weight:700!important}.psc2026calc-warning-box{background:#fff3cd;border-left:4px solid #ffc107;padding:12px 16px;border-radius:8px;margin:16px 0}.psc2026calc-warning-box p{margin:0;font-size:13px;color:#856404;line-height:1.5;font-weight:normal!important}.psc2026calc-warning-box strong{color:#d39e00;font-weight:700!important}.psc2026calc-input-section{background:#fff;padding:20px;border-radius:16px;box-shadow:0 8px 20px rgb(0 0 0 / .08);margin:0}.psc2026calc-section-heading{margin-bottom:16px}.psc2026calc-section-heading h4{margin:0 0 8px 0;font-weight:600;font-size:18px;color:#1976d2;border-bottom:2px solid #1976d2;padding-bottom:8px}.psc2026calc-input-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:16px}.psc2026calc-input-group{flex:1;min-width:200px}.psc2026calc-input-group label{display:block;margin-bottom:6px;font-weight:600!important;font-size:14px;color:#1976d2}.psc2026calc-input-group input,.psc2026calc-input-group select{width:100%;padding:12px 14px;border:1px solid #90caf9;border-radius:12px;font-size:15px;transition:.3s;background:#fff;font-weight:normal!important}.psc2026calc-input-group input:focus,.psc2026calc-input-group select:focus{outline:none;border-color:#1976d2;box-shadow:0 0 0 3px rgb(25 118 210 / .15)}.psc2026calc-unit-input{display:flex;gap:8px}.psc2026calc-unit-input input{flex:2}.psc2026calc-unit-input select{flex:1}.psc2026calc-input-helper{font-size:12px;color:#666;margin-top:4px;font-style:italic;display:flex;align-items:center;gap:4px}.psc2026calc-input-helper::before{content:"ℹ️";font-style:normal}.psc2026calc-checkbox-options{display:flex;flex-direction:column;gap:8px}.psc2026calc-checkbox-option{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;background:#f8f9fa;border:2px solid #e0e0e0;transition:all 0.2s}.psc2026calc-checkbox-option:hover{background-color:#e3f2fd;border-color:#90caf9}.psc2026calc-checkbox-option input[type="checkbox"]{width:22px;height:22px;cursor:pointer;accent-color:#1976d2;border:2px solid #1976d2;border-radius:4px;flex-shrink:0}.psc2026calc-checkbox-option input[type="checkbox"]:checked{background-color:#1976d2}.psc2026calc-checkbox-option label{cursor:pointer;font-size:14px;margin:0;font-weight:500!important;color:#333;user-select:none;flex:1}.psc2026calc-advanced-options{margin-top:20px;padding-top:20px;border-top:2px dashed #e0e0e0}.psc2026calc-advanced-options h4{margin:0 0 16px 0;font-size:16px;color:#1976d2}.psc2026calc-btn-group{display:flex;gap:12px;margin-top:20px}.psc2026calc-calculate-btn,.psc2026calc-reset-btn{flex:1;padding:14px;border:none;border-radius:12px;font-weight:700!important;font-size:16px;cursor:pointer;transition:.2s}.psc2026calc-calculate-btn{background:#1976d2;color:#fff;position:relative;overflow:hidden}.psc2026calc-calculate-btn:hover{background:#125ea8;transform:translateY(-2px)}.psc2026calc-calculate-btn:disabled{background:#90caf9;cursor:not-allowed;transform:none}.psc2026calc-calculate-btn:disabled:hover{background:#90caf9;transform:none}.psc2026calc-reset-btn{background:#f44336;color:#fff}.psc2026calc-reset-btn:hover{background:#c62828;transform:translateY(-2px)}.psc2026calc-print-btn{background:#4caf50;color:#fff}.psc2026calc-print-btn:hover{background:#388e3c;transform:translateY(-2px)}.psc2026calc-result-container{margin-top:30px;background:#fff;padding:24px;border-radius:16px;box-shadow:0 8px 20px rgb(0 0 0 / .1);animation:psc2026calc-fadeIn 0.5s ease-out}.psc2026calc-result-container.psc2026calc-hidden{display:none}.psc2026calc-result-container h3{font-size:22px;color:#1976d2;margin:0 0 20px 0;text-align:center;font-weight:700}@keyframes psc2026calc-fadeIn{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.psc2026calc-results-summary{margin-bottom:24px}.psc2026calc-results-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.psc2026calc-result-card{background:#f5f5f5;padding:20px;border-radius:12px;text-align:center;transition:all 0.3s;box-shadow:0 2px 8px rgb(0 0 0 / .08)}.psc2026calc-result-card.psc2026calc-primary{background:linear-gradient(135deg,#1976d2 0%,#1565c0 100%);color:#fff;transform:scale(1.05)}.psc2026calc-result-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px rgb(0 0 0 / .15)}.psc2026calc-result-title{font-size:13px;font-weight:600!important;margin-bottom:8px;opacity:.9}.psc2026calc-result-value{font-size:32px;font-weight:700!important;margin-bottom:4px}.psc2026calc-result-detail{font-size:14px;font-weight:500!important;opacity:.8}.psc2026calc-visualization-container{margin-bottom:24px;background:#f8f9fa;padding:20px;border-radius:12px}.psc2026calc-chart-container{position:relative;height:300px;margin:0 auto}.psc2026calc-statistical-breakdown-container{background:#e3f2fd;padding:20px;border-radius:12px;margin-bottom:20px}.psc2026calc-statistical-breakdown-container.psc2026calc-hidden{display:none}.psc2026calc-statistical-breakdown-container h4{margin:0 0 16px 0;font-size:18px;color:#0d47a1;font-weight:600}.psc2026calc-statistical-breakdown{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px}.psc2026calc-stat-item{background:#fff;padding:16px;border-radius:8px;border-left:4px solid #1976d2}.psc2026calc-stat-item h5{margin:0 0 8px 0;font-size:14px;color:#1976d2;font-weight:600}.psc2026calc-stat-item p{margin:4px 0;font-size:13px;color:#333;line-height:1.6}.psc2026calc-stat-item strong{font-weight:700!important;color:#0d47a1}.psc2026calc-comparative-analysis{background:#fff8e1;padding:20px;border-radius:12px;margin-bottom:20px}.psc2026calc-comparative-analysis h4{margin:0 0 16px 0;font-size:18px;color:#f57c00;font-weight:600}.psc2026calc-comparison-table-container{overflow-x:auto}.psc2026calc-comparison-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden}.psc2026calc-comparison-table th,.psc2026calc-comparison-table td{padding:12px;text-align:left;border-bottom:1px solid #ffe082;font-size:13px}.psc2026calc-comparison-table th{background:#ffecb3;color:#e65100;font-weight:600!important}.psc2026calc-comparison-table td{color:#e65100;font-weight:normal!important}.psc2026calc-comparison-table tr:last-child td{border-bottom:none}.psc2026calc-size-explanation{background:linear-gradient(135deg,#e8f5e9 0%,#c8e6c9 100%);padding:20px;border-radius:12px;margin-bottom:20px}.psc2026calc-size-explanation h4{margin:0 0 16px 0;font-size:18px;color:#2e7d32;font-weight:600}.psc2026calc-explanation-content{font-size:14px;color:#1b5e20;line-height:1.8}.psc2026calc-explanation-content p{margin:12px 0;font-weight:normal!important}.psc2026calc-explanation-content strong{font-weight:700!important;color:#2e7d32}.psc2026calc-explanation-content ul{margin:12px 0;padding-left:24px}.psc2026calc-explanation-content li{margin:8px 0;font-weight:normal!important}.psc2026calc-error-box{background:#ffebee;border-left:4px solid #f44336;padding:12px 16px;border-radius:8px;margin:16px 0;display:none}.psc2026calc-error-box.psc2026calc-show{display:block;animation:psc2026calc-slideIn 0.3s ease-out}.psc2026calc-error-box p{margin:0;font-size:13px;color:#c62828;line-height:1.5;font-weight:normal!important}.psc2026calc-error-box strong{color:#b71c1c;font-weight:700!important}@keyframes psc2026calc-slideIn{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.psc2026calc-disclaimer-box{background:#e8f5e9;border-left:4px solid #4caf50;padding:12px 16px;border-radius:8px;margin:16px 0}.psc2026calc-disclaimer-box p{margin:0;font-size:12px;color:#2e7d32;line-height:1.5;font-weight:normal!important}.psc2026calc-disclaimer-box strong{color:#1b5e20;font-weight:700!important}.psc2026calc-faq-section{background:#f3e5f5;padding:20px;border-radius:12px;margin-bottom:20px}.psc2026calc-faq-section h4{margin:0 0 16px 0;font-size:18px;color:#6a1b9a;font-weight:600}.psc2026calc-faq-content{display:flex;flex-direction:column;gap:16px}.psc2026calc-faq-item{background:#fff;padding:16px;border-radius:8px;border-left:4px solid #9c27b0}.psc2026calc-faq-item h5{margin:0 0 8px 0;font-size:14px;color:#6a1b9a;font-weight:600}.psc2026calc-faq-item p{margin:0;font-size:13px;color:#4a148c;line-height:1.6;font-weight:normal!important}.psc2026calc-hidden{display:none!important}@media(max-width:768px){.psc2026calc-container{padding:0!important}.psc2026calc-input-row{flex-direction:column;gap:16px}.psc2026calc-input-group{min-width:100%}.psc2026calc-input-group input,.psc2026calc-input-group select{font-size:16px!important;padding:14px 16px;height:auto!important}.psc2026calc-unit-input{display:flex;gap:8px}.psc2026calc-unit-input input{width:65%!important;flex:2}.psc2026calc-unit-input select{width:35%!important;flex:1}.psc2026calc-results-grid{grid-template-columns:1fr;gap:12px}.psc2026calc-btn-group{flex-direction:column;gap:16px}.psc2026calc-calculate-btn,.psc2026calc-reset-btn{padding:16px;font-size:18px}.psc2026calc-card-header h2{font-size:22px}.psc2026calc-result-value{font-size:28px}.psc2026calc-comparison-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch;display:block}.psc2026calc-checkbox-option{padding:14px}.psc2026calc-chart-container{height:250px}}