.psc9x-wrapper{width:100%;margin:0;padding:0;font-family:system-ui,sans-serif;box-sizing:border-box}.psc9x-card{width:100%;background:#fff;padding:10px;border-radius:10px;box-shadow:0 12px 30px rgb(0 0 0 / .08);transition:all 0.3s ease;box-sizing:border-box}.psc9x-title{text-align:center;margin-bottom:20px;font-size:22px;font-weight:700}.psc9x-row{margin-bottom:12px}.psc9x-row label{display:block;font-weight:600;margin-bottom:4px;font-size:14px}.psc9x-row input,.psc9x-row select{width:100%;padding:8px 10px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;transition:border 0.2s;box-sizing:border-box}.psc9x-row input:focus,.psc9x-row select:focus{outline:none;border-color:#2563eb}.psc9x-toggle{margin:10px 0;font-size:14px}#psc9x-calc{width:100%;padding:12px;background:#2563eb;color:#fff;font-size:16px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:opacity 0.2s ease}#psc9x-calc:hover{opacity:.9}#psc9x-alert{margin-top:12px;padding:10px 12px;background:#fff7ed;color:#9a3412;border:1px solid #fed7aa;border-radius:6px;font-size:13px;animation:fadeIn 0.3s ease forwards;box-sizing:border-box}.psc9x-result,#psc9x-chart,.psc9x-table-wrapper{display:none;opacity:0;transition:opacity 0.5s ease}.psc9x-result.show,#psc9x-chart.show,.psc9x-table-wrapper.show{display:block;opacity:1}.psc9x-result p{font-size:15px;margin:4px 0}.psc9x-table-wrapper{margin-top:18px;overflow-x:auto;max-height:300px;overflow-y:auto;border:1px solid #ddd;border-radius:6px;box-sizing:border-box}.psc9x-table{width:100%;border-collapse:collapse;font-size:14px;min-width:400px}.psc9x-table th,.psc9x-table td{border:1px solid #ddd;padding:8px;text-align:right;box-sizing:border-box}.psc9x-table th:first-child,.psc9x-table td:first-child{text-align:center}@keyframes fadeIn{from{opacity:0}to{opacity:1}}