.lcica-juror-dashboard{font-family:inherit;max-width:1180px;margin:32px auto;padding:0 18px;color:#1d2327}.lcica-juror-header{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:24px;padding:24px;border:1px solid #dcdcde;border-radius:18px;background:#fff;box-shadow:0 2px 14px rgba(0,0,0,.05)}.lcica-juror-header h1{margin:.1em 0 .2em;font-size:32px}.lcica-kicker{margin:0;color:#b35a00;text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:700}.lcica-juror-button{display:inline-block;background:#b35a00;color:#fff!important;border-radius:999px;padding:10px 16px;text-decoration:none;font-weight:700;border:0}.lcica-juror-button.secondary{background:#1d2327}.lcica-juror-button.small{padding:7px 12px;font-size:13px}.lcica-juror-panel{margin:22px 0;padding:22px;border:1px solid #dcdcde;border-radius:18px;background:#fff}.lcica-juror-panel-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;border-bottom:1px solid #eee;padding-bottom:16px;margin-bottom:16px}.lcica-juror-panel-head h2{margin:0 0 6px;font-size:24px}.lcica-juror-meta{display:flex;flex-direction:column;gap:6px;background:#f6f7f7;border-radius:12px;padding:12px 14px;min-width:260px}.lcica-juror-status{display:inline-block;border-radius:999px;background:#f0f0f1;padding:4px 9px;font-size:12px;font-weight:700}.lcica-juror-status.status-accepted,.lcica-juror-status.status-active,.lcica-juror-status.status-admitted{background:#d1e7dd;color:#0f5132}.lcica-juror-status.status-invited{background:#fff3cd;color:#664d03}.lcica-juror-status.status-finalist{background:#cff4fc;color:#055160}.lcica-juror-status.status-winner{background:#fce4ec;color:#7b1b3a}.lcica-juror-message{border:1px solid #dcdcde;background:#f6f7f7;border-radius:14px;padding:16px;margin:16px 0}.lcica-juror-message.warning{background:#fff8e5;border-color:#f0c36d}.lcica-juror-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;margin:16px 0}.lcica-juror-stats div{background:#f6f7f7;border:1px solid #dcdcde;border-radius:14px;padding:14px}.lcica-juror-stats strong{display:block;font-size:28px;line-height:1}.lcica-juror-stats span{color:#646970;font-size:13px}.lcica-juror-entry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-top:18px}.lcica-juror-entry-card{display:flex;flex-direction:column;border:1px solid #dcdcde;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 1px 8px rgba(0,0,0,.04)}.lcica-juror-preview{height:190px;background:#f6f7f7;display:flex;align-items:center;justify-content:center;color:#646970}.lcica-juror-preview img{width:100%;height:190px;object-fit:contain;background:#f6f7f7}.lcica-juror-entry-body{padding:16px}.lcica-juror-entry-body h3{margin:3px 0 10px;font-size:18px}.lcica-entry-code{margin:0;color:#b35a00;font-size:12px;font-weight:700}.lcica-entry-tax{margin:4px 0;font-size:13px}.lcica-juror-card-actions{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-top:14px}
@media(max-width:700px){.lcica-juror-header,.lcica-juror-panel-head{flex-direction:column}.lcica-juror-meta{min-width:0;width:100%}}

.lcica-admin-preview-panel {
    border-style: dashed;
}

.lcica-admin-preview-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.lcica-admin-preview-form select {
    min-width: 280px;
    max-width: 100%;
}

.lcica-juror-message.info {
    background: #eef6ff;
    border-left-color: #2271b1;
}

.lcica-vote-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;margin:18px 0;padding:14px;background:#f6f7f7;border:1px solid #dcdcde;border-radius:14px}.lcica-vote-filters label{display:flex;flex-direction:column;gap:5px;font-weight:700}.lcica-vote-filters select{min-width:180px}.lcica-vote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:18px}.lcica-vote-card{border:1px solid #dcdcde;border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 1px 10px rgba(0,0,0,.05)}.lcica-vote-card.is-submitted{border-color:#6bb187;background:#fbfffd}.lcica-vote-preview{height:260px;background:#f6f7f7;display:flex;align-items:center;justify-content:center;color:#646970}.lcica-vote-preview img{width:100%;height:260px;object-fit:contain;background:#f6f7f7}.lcica-vote-body{padding:18px}.lcica-vote-body h3{margin:3px 0 10px;font-size:20px}.lcica-vote-criteria{display:flex;flex-direction:column;gap:12px;margin-top:14px}.lcica-vote-criterion{border:1px solid #ececec;border-radius:14px;padding:12px;background:#fafafa}.lcica-vote-criterion-head{display:flex;justify-content:space-between;gap:10px;align-items:center}.lcica-vote-criterion-head span{font-size:12px;color:#646970;font-weight:700}.lcica-vote-criterion p{font-size:13px;color:#50575e;margin:7px 0}.lcica-slider-row{display:grid;grid-template-columns:1fr 40px 45px;gap:8px;align-items:center}.lcica-slider-row input[type=range]{width:100%}.lcica-slider-row output{font-weight:800;text-align:right;color:#b35a00}.lcica-vote-notes-label{display:flex;flex-direction:column;gap:6px;font-weight:700;margin-top:12px}.lcica-vote-notes{width:100%;resize:vertical}.lcica-vote-actions{display:flex;gap:10px;justify-content:space-between;align-items:center;margin-top:14px;flex-wrap:wrap}.lcica-vote-state{display:inline-block;border-radius:999px;padding:5px 10px;background:#f0f0f1;font-size:12px;font-weight:800}.lcica-vote-state.submitted{background:#d1e7dd;color:#0f5132}.lcica-vote-state.in-progress{background:#fff3cd;color:#664d03}.lcica-vote-save-msg{font-size:12px;color:#646970;min-height:16px}.lcica-juror-button:disabled{opacity:.5;cursor:not-allowed}@media(max-width:900px){.lcica-vote-grid{grid-template-columns:1fr}.lcica-vote-preview,.lcica-vote-preview img{height:220px}}

.lcica-vote-global-submit{
  margin: 28px 0 0;
  padding: 20px;
  border: 1px solid #dcdcde;
  border-radius: 14px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
}
.lcica-vote-global-submit p{margin:.35rem 0 0;color:#646970;}
.lcica-vote-global-msg{font-weight:600;}
@media (max-width: 782px){
  .lcica-vote-global-submit{display:block;}
  .lcica-vote-global-submit .lcica-juror-button{margin:12px 0;}
}


.lcica-public-archive{font-family:inherit;max-width:1180px;margin:32px auto;padding:0 18px;color:#1d2327}.lcica-public-archive-header{margin-bottom:22px;padding:24px;border:1px solid #dcdcde;border-radius:18px;background:#fff;box-shadow:0 2px 14px rgba(0,0,0,.05)}.lcica-public-archive-header h1{margin:.1em 0 .2em;font-size:32px}.lcica-public-archive-filters{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-end;margin:18px 0 24px;padding:14px;background:#f6f7f7;border:1px solid #dcdcde;border-radius:14px}.lcica-public-archive-filters label{display:flex;flex-direction:column;gap:5px;font-weight:700}.lcica-public-archive-filters select{min-width:190px}.lcica-public-archive-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.lcica-public-result-card{background:#fff;border:1px solid #dcdcde;border-radius:18px;overflow:hidden;box-shadow:0 2px 14px rgba(0,0,0,.05)}.lcica-public-result-card.is-winner{border-color:#7ac58f}.lcica-public-result-card.is-finalist{border-color:#f0d37a}.lcica-public-result-preview{height:240px;background:#f6f7f7;display:flex;align-items:center;justify-content:center;color:#646970}.lcica-public-result-preview img{width:100%;height:240px;object-fit:contain}.lcica-public-result-body{padding:18px}.lcica-public-result-body h3{margin:10px 0 12px;font-size:20px}.lcica-public-badge{display:inline-block;border-radius:999px;padding:5px 10px;font-size:12px;font-weight:800}.lcica-public-badge.winner{background:#d1e7dd;color:#0f5132}.lcica-public-badge.finalist{background:#fff3cd;color:#664d03}


/* 1.9.4 - Preview opera full, alta ma confinata nella card */
.lcica-juror-dashboard{
  width:90%;
  max-width:none;
  margin:32px auto;
  padding:0;
}
.lcica-juror-welcome{
  margin:18px 0;
  padding:20px 22px;
  border:1px solid #f0d7ba;
  border-radius:18px;
  background:#fff8ef;
}
.lcica-juror-welcome h3{margin:0 0 8px;font-size:22px;}
.lcica-juror-welcome p{margin:0;color:#50575e;line-height:1.55;}
.lcica-criteria-reminder{
  margin:18px 0 22px;
  padding:20px;
  border:1px solid #dcdcde;
  border-radius:18px;
  background:#fff;
  box-shadow:0 1px 10px rgba(0,0,0,.04);
}
.lcica-criteria-reminder-head h3{margin:.15rem 0 .25rem;font-size:24px;}
.lcica-criteria-reminder-head p{margin:.25rem 0 0;color:#646970;}
.lcica-criteria-reminder-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin-top:16px;
}
.lcica-criteria-reminder-card{
  border:1px solid #ececec;
  border-radius:16px;
  padding:14px;
  background:#fafafa;
}
.lcica-criteria-reminder-card h4{margin:0 0 8px;font-size:16px;}
.lcica-criteria-reminder-card p{margin:0 0 12px;color:#50575e;font-size:13px;line-height:1.45;}
.lcica-criteria-reminder-meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#646970;}
.lcica-criteria-reminder-meta span{background:#fff;border:1px solid #ececec;border-radius:999px;padding:4px 8px;}
.lcica-vote-card{
  display:flex;
  flex-direction:column;
}
.lcica-vote-preview{
  width:100%;
  height:600px;
  min-height:600px;
  max-height:600px;
  padding:16px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  background:#f6f7f7;
  flex:0 0 auto;
}
.lcica-vote-preview a{
  width:100%;
  height:100%;
  min-height:0;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.lcica-vote-preview img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  display:block;
  margin:0 auto;
}
.lcica-vote-body{
  flex:1 1 auto;
  position:relative;
  z-index:1;
  background:#fff;
}
@media(max-width:1200px){
  .lcica-criteria-reminder-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media(max-width:900px){
  .lcica-juror-dashboard{width:94%;}
  .lcica-vote-preview{
    height:420px;
    min-height:420px;
    max-height:420px;
  }
}
@media(max-width:700px){
  .lcica-criteria-reminder-grid{grid-template-columns:1fr;}
}


/* 1.9.5 - UX avanzamento voto giurati */
.lcica-vote-progress-wrap{
  margin:18px 0 14px;
  padding:16px 18px;
  border:1px solid #dcdcde;
  border-radius:16px;
  background:#fff;
  box-shadow:0 1px 10px rgba(0,0,0,.04);
}
.lcica-vote-progress-head{
  display:flex;
  justify-content:space-between;
  gap:14px;
  align-items:center;
  margin-bottom:10px;
}
.lcica-vote-progress-head span{color:#646970;font-size:13px;}
.lcica-vote-progress-bar{
  width:100%;
  height:12px;
  border-radius:999px;
  overflow:hidden;
  background:#f0f0f1;
}
.lcica-vote-progress-bar span{
  display:block;
  height:100%;
  border-radius:999px;
  background:#b35a00;
  transition:width .25s ease;
}
.lcica-vote-summary-stats{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));}
.lcica-vote-card.is-missing{border-color:#dcdcde;}
.lcica-vote-card.is-in_progress{border-color:#f0c36d;}
.lcica-vote-card.is-complete{border-color:#2271b1;background:#fbfdff;}
.lcica-vote-card.is-submitted{border-color:#6bb187;background:#fbfffd;}
.lcica-vote-state.complete,
.lcica-vote-state.complete-non-submitted{
  background:#dbeafe;
  color:#0b4a7a;
}
.lcica-vote-state.in-progress{background:#fff3cd;color:#664d03;}
.lcica-vote-state.missing{background:#f0f0f1;color:#50575e;}
.lcica-juror-message.success{background:#d1e7dd;border-color:#badbcc;color:#0f5132;}
@media(max-width:700px){.lcica-vote-progress-head{display:block}.lcica-vote-progress-head span{display:block;margin-top:4px}}

/* 2.0.2 - Restyling leggero dashboard giurati */
.lcica-juror-dashboard{
  color:#241f1a;
}
.lcica-juror-header,
.lcica-juror-panel,
.lcica-vote-progress-wrap,
.lcica-vote-global-submit,
.lcica-criteria-reminder,
.lcica-vote-card{
  border-color:#e5ded6;
  box-shadow:0 10px 30px rgba(43,36,31,.06);
}
.lcica-juror-header{
  background:linear-gradient(135deg,#fff 0%,#fff8ef 100%);
}
.lcica-kicker{
  color:#b35a00;
}
.lcica-juror-button{
  background:#b35a00;
  box-shadow:0 8px 18px rgba(179,90,0,.22);
}
.lcica-juror-button:hover{
  filter:brightness(.94);
}
.lcica-vote-progress-bar span{
  background:linear-gradient(90deg,#b35a00,#d89135);
}
.lcica-criteria-reminder-card{
  background:#fffdf9;
  border-color:#efe5d9;
}
.lcica-vote-card{
  transition:transform .15s ease, box-shadow .15s ease;
}
.lcica-vote-card:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 34px rgba(43,36,31,.09);
}
.lcica-vote-criterion{
  background:#fffdf9;
  border-color:#efe5d9;
}
.lcica-slider-row input[type=range]{
  accent-color:#b35a00;
}
.lcica-vote-state{
  letter-spacing:.02em;
}

/* 2.0.3 - Dashboard giurati più pulita e autonoma dal tema */
.lcica-juror-dashboard,
.lcica-juror-dashboard *{
  box-sizing:border-box;
}
.lcica-juror-dashboard{
  font-family:"Open Sans","Quicksand",Arial,Helvetica,sans-serif !important;
  width:92%;
  max-width:1680px;
  margin:34px auto;
  padding:0;
  color:#25211d;
  line-height:1.5;
}
.lcica-juror-dashboard h1,
.lcica-juror-dashboard h2,
.lcica-juror-dashboard h3,
.lcica-juror-dashboard h4,
.lcica-juror-dashboard h5,
.lcica-juror-dashboard h6{
  font-family:"Open Sans","Quicksand",Arial,Helvetica,sans-serif !important;
  color:#211b16;
  line-height:1.18;
  letter-spacing:-.025em;
  text-transform:none;
}
.lcica-juror-dashboard p,
.lcica-juror-dashboard label,
.lcica-juror-dashboard select,
.lcica-juror-dashboard textarea,
.lcica-juror-dashboard button,
.lcica-juror-dashboard input{
  font-family:"Open Sans","Quicksand",Arial,Helvetica,sans-serif !important;
}
.lcica-juror-header{
  padding:26px 30px;
  border:1px solid #eadfce;
  border-radius:24px;
  background:linear-gradient(135deg,#ffffff 0%,#fff8ed 100%);
}
.lcica-juror-header h1{
  font-size:34px;
  margin:4px 0 8px;
}
.lcica-juror-header p:not(.lcica-kicker){
  margin:0;
  color:#6b6258;
  font-size:15px;
}
.lcica-juror-panel{
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}
.lcica-juror-panel-head{
  margin:22px 0 18px;
  padding:22px 26px;
  border:1px solid #eadfce;
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 28px rgba(39,31,24,.06);
}
.lcica-juror-panel-head h2{
  margin:0 0 8px;
  font-size:26px;
}
.lcica-juror-welcome{
  margin:22px 0;
  padding:30px;
  border:1px solid #efd8b7;
  border-radius:24px;
  background:linear-gradient(135deg,#fffaf2 0%,#fff 70%);
  box-shadow:0 12px 30px rgba(129,79,18,.07);
}
.lcica-juror-welcome h3{
  margin:4px 0 10px;
  font-size:30px;
  font-weight:800;
}
.lcica-juror-welcome p:not(.lcica-kicker){
  max-width:980px;
  color:#5f554b;
  font-size:16px;
  line-height:1.65;
}
.lcica-criteria-reminder{
  margin:22px 0 28px;
  padding:28px;
  border:1px solid #e9e1d8;
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 32px rgba(39,31,24,.06);
}
.lcica-criteria-reminder-head h3{
  margin:4px 0 8px;
  font-size:28px;
  font-weight:800;
}
.lcica-criteria-reminder-head p:not(.lcica-kicker){
  margin:0;
  color:#6b6258;
}
.lcica-criteria-reminder-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
.lcica-criteria-reminder-card{
  padding:18px;
  border:1px solid #eee4d8;
  border-radius:18px;
  background:#fffdf9;
  box-shadow:none;
}
.lcica-criteria-reminder-card h4{
  margin:0 0 10px;
  font-size:17px;
  font-weight:800;
}
.lcica-criteria-reminder-card p{
  color:#62594f;
  font-size:13px;
  line-height:1.55;
}
.lcica-vote-workspace{
  margin:28px 0 0;
  padding:28px;
  border:1px solid #e5ded6;
  border-radius:26px;
  background:#fff;
  box-shadow:0 14px 38px rgba(39,31,24,.07);
}
.lcica-vote-workspace-head{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
  margin-bottom:20px;
  padding-bottom:18px;
  border-bottom:1px solid #f0e9e1;
}
.lcica-vote-workspace-head h3{
  margin:4px 0 8px;
  font-size:30px;
  font-weight:800;
}
.lcica-vote-workspace-head p:not(.lcica-kicker){
  margin:0;
  color:#6b6258;
  max-width:980px;
}
.lcica-vote-progress-wrap,
.lcica-vote-filters,
.lcica-vote-global-submit{
  border-radius:18px;
  box-shadow:none;
}
.lcica-vote-filters{
  background:#fbfaf8;
  border-color:#eee6dc;
  padding:18px;
}
.lcica-vote-filters label{
  color:#3d352e;
  font-size:13px;
}
.lcica-vote-filters select{
  min-height:40px;
  border-radius:10px;
}
.lcica-vote-grid{
  gap:22px;
}
.lcica-vote-card{
  border-radius:22px;
  border-color:#e8dfd5;
  box-shadow:0 10px 28px rgba(39,31,24,.06);
}
.lcica-vote-card:hover{
  transform:none;
}
.lcica-vote-body h3{
  font-size:22px;
  margin:4px 0 12px;
}
.lcica-vote-criterion{
  border-radius:16px;
  background:#fffdf9;
}
.lcica-vote-state{
  font-family:"Open Sans",Arial,sans-serif !important;
}
.lcica-juror-button{
  border-radius:999px;
  font-weight:800;
}
@media(max-width:1200px){
  .lcica-criteria-reminder-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .lcica-juror-dashboard{width:94%;}
}
@media(max-width:900px){
  .lcica-vote-workspace,
  .lcica-criteria-reminder,
  .lcica-juror-welcome{padding:22px;}
  .lcica-vote-grid{grid-template-columns:1fr;}
}
@media(max-width:700px){
  .lcica-juror-dashboard{width:94%;}
  .lcica-criteria-reminder-grid{grid-template-columns:1fr;}
  .lcica-juror-welcome h3,
  .lcica-vote-workspace-head h3{font-size:24px;}
}

/* 2.0.4 - Pulizia header dashboard giurati */
.lcica-juror-compact-header{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:start;
  gap:22px;
  padding:26px 28px!important;
  margin-bottom:26px!important;
}
.lcica-juror-compact-header h1{
  margin:4px 0 12px!important;
}
.lcica-juror-compact-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:8px 0 12px;
}
.lcica-juror-compact-meta > span{
  display:inline-flex;
  align-items:center;
  gap:5px;
  border:1px solid #ececec;
  background:#f8f8f8;
  border-radius:999px;
  padding:7px 11px;
  font-size:13px;
  color:#3c434a;
}
.lcica-juror-compact-actions{
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:12px;
  min-width:310px;
}
.lcica-admin-preview-inline{
  border-left:4px solid #b35a00;
  background:#fff8ec;
  border-radius:14px;
  padding:12px 14px;
  margin-top:12px;
}
.lcica-admin-preview-inline p{
  margin:5px 0 0!important;
  color:#5f4b2f!important;
  font-size:13px!important;
  line-height:1.45!important;
}
.lcica-admin-preview-badge{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  background:#b35a00;
  color:#fff;
  padding:5px 10px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.02em;
}
.lcica-admin-preview-form-inline{
  width:100%;
  margin:0;
  padding:14px;
  background:#f6f7f7;
  border:1px solid #dcdcde;
  border-radius:16px;
}
.lcica-admin-preview-form-inline label{
  display:block;
  margin:0 0 7px;
  font-size:13px;
  color:#3c434a;
}
.lcica-admin-preview-control{
  display:flex;
  gap:8px;
  align-items:center;
}
.lcica-admin-preview-control select{
  flex:1;
  min-width:0;
  max-width:100%;
}
.lcica-juror-main-panel{
  margin-top:0!important;
}
@media(max-width:900px){
  .lcica-juror-compact-header{grid-template-columns:1fr!important;}
  .lcica-juror-compact-actions{align-items:stretch;min-width:0;width:100%;}
  .lcica-admin-preview-control{flex-direction:column;align-items:stretch;}
}
