.pfcs-modal{position:fixed;left:0;right:0;top:0;bottom:0;background:rgba(0,0,0,.45);z-index:10000;display:flex;align-items:center;justify-content:center}.pfcs-modal-content{background:#fff;padding:20px;max-width:480px;width:90%;border-radius:8px;box-shadow:0 6px 20px rgba(0,0,0,.25)}.pfcs-modal-title{margin-top:0;margin-bottom:10px;font-size:18px;font-weight:600}.pfcs-modal-body{margin-bottom:15px}.pfcs-modal-actions{margin-top:15px;display:flex;gap:10px;justify-content:flex-end}.pfcs-dashboard-wrapper{margin-top:30px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.pfcs-plan-info{margin-top:0}.pfcs-dashboard-notice{margin-top:10px;padding:12px 15px;background:#fff4e5;border-left:4px solid #f90}.pfcs-kpi-row{display:flex;gap:15px;flex-wrap:wrap;margin:20px 0}.pfcs-kpi-box{flex:1 1 150px;background:#f7f7f7;padding:12px 15px;border-radius:8px;text-align:center}.pfcs-kpi-label{display:block;font-size:13px;color:#666;margin-bottom:4px}.pfcs-kpi-value{font-size:20px;font-weight:700;color:#e31c25}.pfcs-table-wrapper{margin-top:15px;overflow-x:auto}.pfcs-table{width:100%;border-collapse:collapse;font-size:14px}.pfcs-table th,.pfcs-table td{border:1px solid #eee;padding:8px 10px}.pfcs-table th{background:#fafafa;text-align:left}.pfcs-table tbody tr:nth-child(even){background:#fcfcfc}.pfcs-actions-row{margin-bottom:10px;display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-start}.pfcs-btn-export{background:#0073aa;border-color:#0073aa;color:#fff}