.ccp-calendar-shell{background:#fff;border:1px solid #e9edf5;border-radius:22px;box-shadow:0 18px 40px rgba(14,18,28,.08);padding:22px;margin:24px 0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.ccp-calendar-toolbar{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;flex-wrap:wrap;margin-bottom:18px}
.ccp-calendar-title{margin:0;font-size:24px;line-height:1.2;color:#111827}
.ccp-calendar-subtitle{margin-top:6px;color:#6b7280;font-size:14px}
.ccp-calendar-filters{display:flex;gap:10px;flex-wrap:wrap}
.ccp-calendar-filters select{min-width:180px;border:1px solid #dbe2ef;background:#fff;border-radius:12px;padding:10px 12px;color:#111827}
.ccp-calendar{min-height:650px}
.fc .fc-toolbar.fc-header-toolbar{margin-bottom:1rem}
.fc .fc-button{background:#111827;border-color:#111827;border-radius:10px;padding:.45em .8em;box-shadow:none}
.fc .fc-button:hover,.fc .fc-button:focus{background:#1f2937;border-color:#1f2937}
.fc .fc-button-primary:not(:disabled).fc-button-active{background:#374151;border-color:#374151}
.fc .fc-daygrid-event{border:none;border-radius:10px;padding:3px 7px;font-weight:600;box-shadow:0 4px 12px rgba(0,0,0,.12)}
.fc .fc-daygrid-day-number,.fc .fc-col-header-cell-cushion{color:#1f2937;text-decoration:none}
.fc .fc-day-today{background:rgba(59,130,246,.06)!important}
.ccp-modal{position:fixed;inset:0;display:none;z-index:2147483647 !important}
.ccp-modal.is-visible{display:block}
.ccp-modal-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(3px);z-index:2147483646}
.ccp-modal-dialog{position:relative;z-index:2147483647;max-width:530px;margin:5vh auto;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 20px 50px rgba(15,23,42,.28);max-height:85vh;overflow-y:auto}
.ccp-modal-close{position:absolute;right:10px;top:10px;z-index:2147483647;width:32px;height:32px;border:none;border-radius:999px;background:rgba(17,24,39,.08);font-size:22px;line-height:1;cursor:pointer;color:#111827}
.ccp-modal-hero img{display:block;width:100%;height:190px;object-fit:cover;background:#f3f4f6}
.ccp-modal-body{padding:18px}
.ccp-modal-meta-top{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:10px}
.ccp-pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#eff3f8;color:#344054;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.02em}
.ccp-pill-priority{color:#fff}
.ccp-modal-title{font-size:20px;line-height:1.2;margin:0 0 14px;color:#111827}
.ccp-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:10px;margin-bottom:16px}
.ccp-detail-item{background:#f8fafc;border:1px solid #edf2f7;border-radius:12px;padding:10px}
.ccp-detail-item strong{display:block;font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}
.ccp-detail-item span{color:#111827;font-weight:600}
.ccp-section{margin-top:22px}
.ccp-section h3{font-size:15px;margin:0 0 10px;color:#334155;text-transform:uppercase;letter-spacing:.05em}
.ccp-copy-box{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:16px;color:#1f2937;line-height:1.6}
.ccp-external-link{color:#2563eb;word-break:break-all}
.ccp-attachment-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px}
.ccp-attachment-item{display:flex;justify-content:space-between;gap:10px;text-decoration:none;border:1px solid #e5e7eb;background:#fff;border-radius:14px;padding:12px;color:#111827}
.ccp-attachment-item small{color:#64748b}
.ccp-empty-comments,.ccp-login-note,.ccp-loading,.ccp-error{padding:14px;border-radius:14px;background:#f8fafc;border:1px solid #e5e7eb;color:#475467}
.ccp-comment-list{display:flex;flex-direction:column;gap:12px}
.ccp-comment-item{border:1px solid #e5e7eb;border-radius:16px;padding:14px;background:#fff}
.ccp-comment-head{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:10px;color:#475467;font-size:13px}
.ccp-comment-head strong{color:#111827}
.ccp-comment-body{color:#344054;line-height:1.6}
.ccp-comment-form textarea{width:100%;border:1px solid #dbe2ef;border-radius:16px;padding:14px;min-height:120px;resize:vertical}
.ccp-button{margin-top:12px;border:none;background:#111827;color:#fff;padding:11px 16px;border-radius:12px;font-weight:700;cursor:pointer}
.ccp-comment-message{margin-top:12px;font-size:14px}
.ccp-comment-message.is-error{color:#b42318}
.ccp-comment-message.is-success{color:#027a48}
.ccp-notice-error{padding:14px 16px;border:1px solid #f3d0d0;background:#fff3f2;color:#b42318;border-radius:14px}
body.ccp-modal-open{overflow:hidden}
@media (max-width:782px){.ccp-calendar-shell{padding:16px}.ccp-modal-dialog{margin:2vh 10px;max-width:none;max-height:92vh;border-radius:16px}.ccp-modal-hero img{height:160px}.ccp-modal-body{padding:14px}.ccp-modal-title{font-size:18px}.ccp-calendar{min-height:500px}.fc .fc-toolbar{flex-direction:column;align-items:flex-start}.fc .fc-toolbar-title{font-size:1.2rem}}
