.ops-page{display:flex;flex-direction:column;gap:18px}.ops-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:20px;border:1px solid var(--border,#d7e0ec);border-radius:20px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.05)}.ops-page-head h2{margin:0;color:#061423}.ops-page-head p{margin:6px 0 0;color:#53657d;max-width:760px}.ops-page-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.ops-section-nav{display:flex;gap:6px;overflow-x:auto;padding:6px;border:1px solid #d7e0ec;border-radius:16px;background:#f8fafc;scrollbar-width:thin}.ops-section-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:8px 13px;border-radius:11px;color:#334155;text-decoration:none;font-weight:800;white-space:nowrap}.ops-section-nav a:hover{background:#fff}.ops-section-nav a.is-active{background:#061423;color:#fff;box-shadow:0 4px 12px rgba(6,20,35,.18)}.ops-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.ops-summary-card{border:1px solid #d7e0ec;border-radius:16px;background:#fff;padding:14px;box-shadow:0 6px 18px rgba(15,23,42,.04)}.ops-summary-card span{display:block;color:#64748b;font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.03em}.ops-summary-card strong{display:block;margin-top:5px;color:#061423;font-size:1.45rem}.ops-summary-card small{display:block;margin-top:4px;color:#64748b}.ops-card{border:1px solid #d7e0ec;border-radius:18px;background:#fff;padding:16px;box-shadow:0 8px 22px rgba(15,23,42,.04)}.ops-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.ops-card-head h3,.ops-card-head h4{margin:0;color:#061423}.ops-card-head p{margin:4px 0 0;color:#64748b}.ops-filter-card{border:1px solid #d7e0ec;border-radius:18px;background:#fff;padding:16px}.ops-filter-card .filter-grid{gap:12px}.ops-table-wrap{overflow:auto;border:1px solid #e2e8f0;border-radius:14px;background:#fff}.ops-table-wrap table{margin:0;min-width:760px}.ops-table-wrap thead th{position:sticky;top:0;z-index:1;background:#f1f5f9;color:#334155}.ops-table-wrap tbody tr:hover{background:#f8fafc}.ops-empty{padding:28px;text-align:center;color:#64748b}.ops-help{border:1px solid #bfdbfe;border-radius:14px;background:#eff6ff;color:#1e3a5f;padding:12px 14px}.ops-warning{border:1px solid #fed7aa;border-radius:14px;background:#fff7ed;color:#9a3412;padding:12px 14px}.ops-success{border:1px solid #bbf7d0;border-radius:14px;background:#ecfdf5;color:#166534;padding:12px 14px}.catalog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.catalog-card{display:flex;flex-direction:column;gap:12px;min-height:190px;border:1px solid #d7e0ec;border-radius:18px;background:#fff;padding:16px;color:inherit;text-decoration:none;box-shadow:0 8px 22px rgba(15,23,42,.04);transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.catalog-card:hover{transform:translateY(-2px);border-color:#86b7a8;box-shadow:0 12px 28px rgba(15,23,42,.08)}.catalog-card h3{margin:0;color:#061423}.catalog-card p{margin:0;color:#64748b;line-height:1.45}.catalog-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto}.catalog-count{display:inline-flex;border-radius:999px;background:#eef7f4;color:#14532d;padding:5px 9px;font-weight:850;font-size:.78rem}.typed-catalog-form{display:flex;flex-direction:column;gap:14px}.typed-product-row{border:1px solid #d7e0ec;border-radius:18px;background:#fff;padding:14px;box-shadow:0 6px 18px rgba(15,23,42,.04)}.typed-product-row.is-new{border-style:dashed;background:#fbfdff}.typed-product-fields{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:10px}.typed-product-field{grid-column:span 3;min-width:0}.typed-product-field.is-wide{grid-column:1/-1}.typed-product-field label{display:block;margin-bottom:5px;color:#475569;font-size:.78rem;font-weight:850}.typed-product-field textarea{resize:vertical}.typed-product-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;padding-top:12px;border-top:1px solid #e2e8f0}.typed-product-controls-main{display:grid;grid-template-columns:minmax(100px,140px) auto auto;gap:12px;align-items:center}.typed-toggle{display:flex;align-items:center;gap:7px;color:#475569;font-weight:750}.typed-delete{color:#9a3412}.typed-errors{margin:5px 0 0;color:#b91c1c;font-size:.78rem}.catalog-field-guide{display:flex;flex-wrap:wrap;gap:7px}.catalog-field-guide span{display:inline-flex;border:1px solid #dbe5ef;border-radius:999px;background:#f8fafc;padding:5px 9px;color:#475569;font-size:.78rem;font-weight:750}.report-page{display:flex;flex-direction:column;gap:18px}.report-hero{border:1px solid #d7e0ec;border-radius:20px;background:#fff;padding:20px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.report-hero-top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap}.report-hero h2{margin:0;color:#061423;font-size:1.7rem}.report-hero-sub{margin:6px 0 0;color:#64748b}.report-status-pill{display:inline-flex;align-items:center;border-radius:999px;background:#eef7f4;color:#14532d;border:1px solid #bbf7d0;padding:7px 11px;font-weight:850}.report-hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:12px;margin-top:16px}.report-info-panel{border:1px solid #e2e8f0;border-radius:15px;background:#f8fafc;padding:13px}.report-info-panel h3{margin:0 0 10px;color:#061423}.report-data-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px}.report-data-item span{display:block;color:#64748b;font-size:.74rem;font-weight:850;text-transform:uppercase;letter-spacing:.03em}.report-data-item strong{display:block;color:#17263a;margin-top:3px;line-height:1.35}.report-actions{display:flex;flex-wrap:wrap;gap:8px}.report-actions form{display:inline-flex;margin:0}.report-primary-actions{display:flex;flex-wrap:wrap;gap:8px}.report-secondary-actions{display:flex;flex-wrap:wrap;gap:8px;margin-left:auto}.report-card{border:1px solid #d7e0ec;border-radius:18px;background:#fff;padding:16px;box-shadow:0 8px 22px rgba(15,23,42,.04)}.report-card h3{margin:0;color:#061423}.report-card p{margin:4px 0 0}.report-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px}.report-main-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(290px,1fr);gap:16px}.ux-flow{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px}.ux-flow-link{display:flex;align-items:center;justify-content:flex-start;min-height:42px;padding:9px 11px;border:1px solid #d7e0ec;border-radius:12px;background:#f8fafc;color:#17263a;text-decoration:none;font-weight:800;line-height:1.2}.ux-flow-link:hover{background:#eef7f4;border-color:#86b7a8}.report-chip-list{display:flex;flex-wrap:wrap;gap:8px}.report-chip{display:inline-flex;align-items:center;border-radius:999px;background:#ecfdf5;border:1px solid #bbf7d0;color:#14532d;padding:7px 11px;font-weight:800}.report-time-grid,.report-sign-grid,.report-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px}.report-time-item,.report-sign-card,.report-photo-item{border:1px solid #edf2f7;border-radius:14px;background:#fbfdff;padding:12px}.report-time-item span,.report-photo-item span{display:block;color:#53657d;font-size:.78rem;font-weight:800;text-transform:uppercase}.report-time-item strong,.report-photo-item strong{display:block;color:#061423;margin-top:4px}.report-note-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.report-note-card{border:1px solid #fbbf24;background:#fffbeb;border-radius:16px;padding:14px}.report-note-card h4{margin:0 0 6px;color:#92400e}.report-note-card p{margin:0;line-height:1.45;color:#17263a}.report-sign-card{border-color:#fed7aa;background:#fff7ed}.report-sign-card.is-ok{border-color:#bbf7d0;background:#ecfdf5}.report-sign-card strong{display:block;color:#061423}.report-lock{border:1px solid #bbf7d0;background:#ecfdf5;color:#14532d;border-radius:14px;padding:10px 12px;font-weight:800}.report-warning{border:1px solid #fed7aa;background:#fff7ed;color:#9a3412;border-radius:14px;padding:10px 12px;font-weight:800}.report-empty{padding:8px 0;color:#53657d}.report-detail-list{display:flex;flex-direction:column;gap:12px}.report-detail-section{border:1px solid #d7e0ec;border-radius:16px;background:#fbfdff;overflow:hidden}.report-detail-section summary{cursor:pointer;list-style:none;padding:14px 16px;font-weight:900;color:#061423;background:#f8fafc;border-bottom:1px solid #e2e8f0}.report-detail-section summary::-webkit-details-marker{display:none}.report-detail-section summary:after{content:'Apri dettagli';float:right;font-size:.78rem;color:#53657d;font-weight:800}.report-detail-section[open] summary:after{content:'Chiudi'}.report-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:10px;padding:14px}.report-detail-field{border:1px solid #edf2f7;border-radius:12px;background:#fff;padding:10px}.report-detail-field span{display:block;color:#53657d;font-size:.76rem;font-weight:900;text-transform:uppercase;letter-spacing:.02em}.report-detail-field strong{display:block;color:#17263a;font-size:.92rem;line-height:1.35;margin-top:4px;white-space:normal}.installed-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:12px 0}.installed-summary-item{border:1px solid #bbf7d0;border-radius:14px;background:#f0fdf4;padding:10px}.installed-summary-item span{display:block;color:#166534;font-size:.75rem;font-weight:900;text-transform:uppercase}.installed-summary-item strong{display:block;color:#061423;font-size:1.2rem;margin-top:3px}.installed-groups{display:flex;flex-direction:column;gap:10px}.installed-group{border:1px solid #d7e0ec;border-radius:16px;background:#fbfdff;overflow:hidden}.installed-group-head{display:flex;justify-content:space-between;gap:10px;padding:11px 13px;background:#eef7f4;color:#061423;font-weight:900}.installed-row{display:grid;grid-template-columns:minmax(0,1.55fr) .55fr minmax(0,1.25fr);gap:10px;padding:11px 13px;border-top:1px solid #e2e8f0}.installed-row:first-of-type{border-top:0}.installed-row strong{display:block;color:#061423}.installed-row small{display:block;color:#53657d;margin-top:3px;line-height:1.4}.installed-source{display:inline-flex;border-radius:999px;padding:3px 7px;background:#dbeafe;color:#1d4ed8;font-size:.72rem;font-weight:900;margin-top:5px}.mailbox-purpose-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mailbox-purpose-card{display:flex;gap:10px;border:1px solid #d7e0ec;border-radius:14px;background:#f8fafc;padding:12px}.mailbox-purpose-card input{margin-top:3px}.mailbox-purpose-chip{display:inline-flex;border-radius:999px;background:#eef7f4;color:#14532d;padding:4px 8px;font-size:.74rem;font-weight:800}@media(max-width:980px){.ops-page-head{flex-direction:column}.ops-page-actions{justify-content:flex-start;width:100%}.ops-page-actions .btn{flex:1 1 180px}.typed-product-field{grid-column:span 6}.report-hero-grid,.report-main-grid{grid-template-columns:1fr}.report-secondary-actions{margin-left:0}.installed-row{grid-template-columns:1fr}.mailbox-purpose-grid{grid-template-columns:1fr}}@media(max-width:640px){.ops-page{gap:13px}.ops-page-head,.ops-card,.ops-filter-card,.report-hero,.report-card{padding:14px;border-radius:15px}.ops-section-nav{margin-inline:-2px}.typed-product-fields{grid-template-columns:1fr}.typed-product-field,.typed-product-field.is-wide{grid-column:1/-1}.typed-product-controls{align-items:flex-start;flex-direction:column}.typed-product-controls-main{grid-template-columns:1fr;width:100%}.report-actions,.report-primary-actions,.report-secondary-actions{display:grid;grid-template-columns:1fr;width:100%}.report-actions .btn,.report-actions form,.report-actions button{width:100%}.ux-flow{grid-template-columns:1fr}.report-detail-grid{grid-template-columns:1fr}.report-detail-section summary:after{float:none;display:block;margin-top:4px}.installed-summary{grid-template-columns:1fr}.installed-group-head{align-items:flex-start}.ops-table-wrap{margin-inline:-5px;border-radius:10px}}
