body{margin:0;background:#f5f7fb;color:#11172d;font-family:Inter,Arial,sans-serif}
.pv-shell{max-width:1180px;margin:auto;padding:0 22px 56px}
.pv-head{height:84px;display:flex;align-items:center;justify-content:space-between}
.pv-brand{display:flex;align-items:center;gap:12px;font-weight:800;color:#11172d;text-decoration:none}
.pv-brand img{width:54px;height:54px}
.pv-head-actions{display:flex;gap:10px}
.pv-hero{background:linear-gradient(135deg,#111936,#313b82);color:#fff;border-radius:28px;padding:44px;margin:10px 0 28px;box-shadow:0 18px 44px rgba(27,37,88,.18)}
.pv-hero h1{margin:0 0 10px;font-size:38px}
.pv-hero p{margin:0;max-width:650px;color:#dce1ff;line-height:1.65}
.pv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.pv-card{background:#fff;border:1px solid #e2e6ef;border-radius:18px;padding:22px;box-shadow:0 8px 24px rgba(18,26,55,.05);transition:box-shadow .15s ease,transform .15s ease}
.pv-card:hover{box-shadow:0 14px 32px rgba(18,26,55,.09);transform:translateY(-2px)}
.pv-card h2{font-size:19px;margin:0 0 9px}
.pv-card p{color:#697086;line-height:1.55;min-height:48px}
.pv-meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:18px}
.pv-date{font-size:13px;color:#697086}
.pv-empty{text-align:center;padding:55px;background:#fff;border-radius:20px;border:1px solid #e2e6ef}
.pv-overlay{position:fixed;inset:0;background:rgba(12,17,38,.62);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;padding:28px;overflow:auto;z-index:1000}
.pv-modal{width:min(920px,100%);max-height:calc(100vh - 56px);background:#fff;border-radius:22px;box-shadow:0 24px 80px rgba(0,0,0,.28);overflow:hidden;display:flex;flex-direction:column}
.pv-modal-head{flex:0 0 auto;padding:24px 28px;background:linear-gradient(120deg,#3a44a3 0%,#1c2260 100%);display:flex;align-items:center;gap:16px;justify-content:space-between}
.pv-modal-head-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;flex:0 0 46px;border-radius:13px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);color:#fff}
.pv-modal-head-icon svg{width:23px;height:23px}
.pv-modal-head h2{margin:0;font-size:20px;color:#fff}
.pv-modal-head .muted{color:rgba(255,255,255,.78)!important;font-size:12.5px;margin-top:3px}
.pv-close{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;font-size:22px;line-height:1;text-decoration:none;color:#fff;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);transition:background .15s ease,transform .15s ease}
.pv-close:hover{background:rgba(255,255,255,.28);transform:rotate(90deg)}
.pv-form{padding:26px;overflow-y:auto}
.pv-section{margin-bottom:18px;padding:18px 20px;border:1px solid #e5e8f0;border-radius:14px;background:#fafbfe}
.pv-section h3{display:flex;align-items:center;gap:9px;font-size:12px;margin:0 0 14px;text-transform:uppercase;letter-spacing:.03em;color:#535c72;font-weight:800}
.pv-section h3::before{content:"";width:6px;height:6px;border-radius:50%;background:#3a44a3;flex:0 0 6px}
.pv-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.pv-field{display:flex;flex-direction:column;gap:7px}
.pv-field.full{grid-column:1/-1}
.pv-field label{font-size:12px;font-weight:700;color:#535c72}
.pv-field input,.pv-field textarea,.pv-field select{border:1.5px solid #dce1eb;border-radius:11px;padding:12px 13px;font:inherit;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}
.pv-field input:focus,.pv-field textarea:focus,.pv-field select:focus{outline:none;border-color:#3a44a3;box-shadow:0 0 0 3px rgba(58,68,163,.12)}
.pv-field textarea{min-height:90px;resize:vertical}
.pv-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:96px;padding:16px;border:1.5px dashed #c7cee0;border-radius:12px;background:#fafbfe;color:#697086;font-size:12.5px;text-align:center;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease}
.pv-dropzone svg{width:24px;height:24px;flex-shrink:0}
.pv-dropzone b{color:#303953}
.pv-dropzone:hover{border-color:#3a44a3;background:#f2f3fb;color:#3a44a3}
.pv-dropzone.pv-has-file{border-style:solid;border-color:#1f9d5a;background:#eafaf1;color:#17643a}
.pv-dropzone.pv-has-file svg,.pv-dropzone.pv-has-file b{color:#17643a}
.pv-actions{flex:0 0 auto;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #e7eaf1;padding:18px 26px;background:#fff}
.pv-actions .btn-primary{box-shadow:0 8px 18px rgba(58,68,163,.22)}
.pv-alert{padding:14px 16px;border-radius:12px;margin-bottom:18px}
.pv-success{background:#eaf8ef;color:#17643a}
.pv-error{background:#fff0f1;color:#a5202a}
.pv-required{color:#bd2f35}
.pv-pagination{display:flex;align-items:center;justify-content:center;gap:14px;margin-top:24px}
.pv-page-info{font-size:13.5px;color:#535c72;font-weight:650}
.pv-req{margin:0;padding-left:18px;color:#606980;font-size:13px}
.pv-req li{margin:5px 0}
.pv-add-row-btn{margin-top:4px}
.pv-fields-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.pv-phone-row{display:flex;gap:6px}
.pv-phone-row select{flex:0 0 82px;padding-left:8px;padding-right:22px}
.pv-phone-row input{flex:1;min-width:0}
@media(max-width:720px){.pv-fields-3{grid-template-columns:1fr}}
.pv-table-wrap{margin-top:16px;border:1px solid #e5e8f0;border-radius:12px;overflow:hidden;background:#fff}
.pv-table-head{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;font-size:12px;font-weight:700;color:#535c72;background:#f4f5fb;border-bottom:1px solid #e5e8f0}
.pv-table{width:100%;border-collapse:collapse;font-size:12.5px}
.pv-table th,.pv-table td{padding:9px 12px;text-align:left;border-bottom:1px solid #eef0f6;color:#303953}
.pv-table th{font-size:11px;text-transform:uppercase;letter-spacing:.02em;color:#8891a6;font-weight:700}
.pv-table tr:last-child td{border-bottom:none}
.pv-row-actions{display:flex;gap:6px;white-space:nowrap}
.pv-row-btn{width:28px;height:28px;border-radius:8px;border:1.5px solid #dce1eb;background:#fff;color:#535c72;cursor:pointer;font-size:13px;line-height:1;display:inline-flex;align-items:center;justify-content:center}
.pv-row-btn:hover{border-color:#3a44a3;color:#3a44a3}
.pv-row-btn-danger:hover{border-color:#bd2f35;color:#bd2f35}
.pv-checkbox-inline{display:flex;align-items:center;gap:6px;margin-top:6px;font-size:12px;font-weight:600;color:#535c72;cursor:pointer}
.pv-checkbox-inline input{width:auto}
.pv-field input.pv-invalid,.pv-field select.pv-invalid,.pv-field textarea.pv-invalid,.pv-dropzone.pv-invalid{border-color:#bd2f35!important;box-shadow:0 0 0 3px rgba(189,47,53,.12)!important}
.pv-section-invalid{border-color:#bd2f35!important;box-shadow:0 0 0 3px rgba(189,47,53,.12)}
@media(max-width:720px){.pv-grid,.pv-fields{grid-template-columns:1fr}.pv-field.full{grid-column:auto}.pv-hero{padding:28px}.pv-hero h1{font-size:29px}.pv-head{height:72px}.pv-overlay{padding:10px;align-items:flex-start}.pv-form{padding:18px}.pv-head-actions .btn{padding:9px 12px}}
