/* FieldBase Schedule Day Timeline - rev 1.6.8.3.131 mobile timeline polish */
.fb-day-timeline-card{width:min(1120px,100%);max-height:92vh;overflow:hidden;display:flex;flex-direction:column;gap:14px}
.fb-day-timeline-header{margin-bottom:0;flex-shrink:0}.fb-day-header-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.fb-day-priority-key{display:flex;gap:8px;flex-wrap:wrap;align-items:center;flex-shrink:0}.fb-day-priority-key span,.fb-priority-pill{border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:900;border:1px solid transparent}.priority-low{background:rgba(59,130,246,.14);color:#bfdbfe;border-color:rgba(96,165,250,.28)}.priority-normal{background:rgba(34,197,94,.14);color:#bbf7d0;border-color:rgba(74,222,128,.28)}.priority-high{background:rgba(245,158,11,.16);color:#fde68a;border-color:rgba(251,191,36,.34)}.priority-critical{background:rgba(239,68,68,.17);color:#fecaca;border-color:rgba(248,113,113,.34)}.fb-day-timeline-layout{min-height:0;display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:16px;flex:1}.fb-day-timeline-scroll{position:relative;min-height:420px;overflow:auto;border:1px solid rgba(148,163,184,.22);border-radius:20px;background:rgba(15,23,42,.44)}.fb-day-hour-grid{position:relative}.fb-day-hour-row{border-bottom:1px solid rgba(148,163,184,.16);display:flex;align-items:flex-start;padding:6px 10px;color:var(--muted-text,#94a3b8);font-size:.75rem;font-weight:800}.fb-day-event-layer{position:absolute;left:86px;right:12px;top:0}.fb-day-event{position:absolute;left:0;right:0;border:1px solid transparent;border-radius:14px;text-align:left;padding:8px 10px;display:flex;flex-direction:column;gap:2px;color:#e5e7eb;box-shadow:0 14px 28px rgba(2,6,23,.22);cursor:grab;overflow:hidden;touch-action:none}.fb-day-event strong,.fb-day-event span,.fb-day-event small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fb-day-event span{font-size:.78rem;font-weight:900}.fb-day-event small{font-size:.72rem;opacity:.88}.fb-day-event.is-dragging{cursor:grabbing;z-index:5;outline:2px solid rgba(255,255,255,.55)}.fb-day-event[data-readonly="true"]{cursor:pointer;opacity:.78}.fb-day-event.priority-low{background:linear-gradient(135deg,rgba(37,99,235,.72),rgba(30,64,175,.7));border-color:rgba(147,197,253,.38)}.fb-day-event.priority-normal{background:linear-gradient(135deg,rgba(22,163,74,.74),rgba(21,128,61,.7));border-color:rgba(134,239,172,.36)}.fb-day-event.priority-high{background:linear-gradient(135deg,rgba(217,119,6,.82),rgba(180,83,9,.76));border-color:rgba(253,230,138,.42)}.fb-day-event.priority-critical{background:linear-gradient(135deg,rgba(220,38,38,.86),rgba(153,27,27,.82));border-color:rgba(254,202,202,.44)}.fb-day-details-panel{min-height:0;overflow:auto;border:1px solid rgba(148,163,184,.22);border-radius:20px;background:rgba(15,23,42,.48);padding:14px}.fb-day-details-empty{color:var(--muted-text,#94a3b8)}.fb-day-details-card{display:flex;flex-direction:column;gap:10px}.fb-day-details-head{display:flex;justify-content:space-between;gap:8px;align-items:center}.fb-editable-pill,.fb-readonly-pill{font-size:.72rem;font-weight:900;border-radius:999px;padding:6px 9px;border:1px solid rgba(148,163,184,.24);color:#cbd5e1}.fb-day-details-card label{display:flex;flex-direction:column;gap:6px;font-size:.82rem;font-weight:900;color:#cbd5e1}.fb-day-details-card input,.fb-day-details-card select,.fb-day-details-card textarea{width:100%;border:1px solid rgba(148,163,184,.28);background:rgba(2,6,23,.55);color:#e5e7eb;border-radius:12px;padding:9px 10px}.fb-day-details-card textarea{min-height:86px;resize:vertical}.fb-day-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.fb-day-context{font-size:.8rem;color:var(--muted-text,#94a3b8);margin:0}.fb-day-detail-actions{margin-top:4px}body.light-theme .fb-day-timeline-scroll,body.light-theme .fb-day-details-panel{background:#fff;border-color:#dbe4ef}body.light-theme .fb-day-hour-row{color:#64748b;border-color:#e2e8f0}body.light-theme .fb-day-details-card label{color:#334155}body.light-theme .fb-day-details-card input,body.light-theme .fb-day-details-card select,body.light-theme .fb-day-details-card textarea{background:#fff;color:#0f172a;border-color:#cbd5e1}body.light-theme .priority-low{background:#dbeafe;color:#1d4ed8}body.light-theme .priority-normal{background:#dcfce7;color:#166534}body.light-theme .priority-high{background:#fef3c7;color:#92400e}body.light-theme .priority-critical{background:#fee2e2;color:#991b1b}@media(max-width:860px){.fb-day-timeline-card{max-height:94vh}.fb-day-timeline-layout{grid-template-columns:1fr}.fb-day-details-panel{max-height:42vh}.fb-day-header-actions button{flex:1}.fb-day-event-layer{left:70px}.fb-day-hour-row{font-size:.68rem;padding-left:7px}.fb-day-detail-grid{grid-template-columns:1fr}}@media(max-width:520px){.fb-day-timeline-card{border-radius:22px 22px 0 0}.fb-day-event{padding:7px 8px}.fb-day-event-layer{left:58px;right:8px}.fb-day-event small{display:none}.fb-day-priority-key span{font-size:.7rem;padding:5px 7px}}

/* 1.6.8.3.129 editable controls hotfix */
.fb-day-detail-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center;position:sticky;bottom:0;padding-top:10px;background:linear-gradient(180deg,rgba(15,23,42,0),rgba(15,23,42,.96) 22%)}
.fb-day-detail-actions button{min-height:38px;white-space:nowrap}
.fb-day-details-card input:not(:disabled),.fb-day-details-card select:not(:disabled),.fb-day-details-card textarea:not(:disabled){outline:none}
.fb-day-details-card input:not(:disabled):focus,.fb-day-details-card select:not(:disabled):focus,.fb-day-details-card textarea:not(:disabled):focus{border-color:rgba(59,130,246,.72);box-shadow:0 0 0 3px rgba(59,130,246,.18)}
body.light-theme .fb-day-detail-actions{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.98) 22%)}
@media(max-width:520px){.fb-day-detail-actions{position:static}.fb-day-detail-actions button{width:100%}}


/* 1.6.8.3.131 mobile editor overlay */
.fb-mobile-editor-close{display:none;border:1px solid rgba(148,163,184,.28);background:rgba(15,23,42,.55);color:#e5e7eb;border-radius:999px;padding:7px 10px;font-size:.75rem;font-weight:900}
@media(max-width:720px){
  .fb-day-timeline-layout{position:relative}
  .fb-day-timeline-modal.mobile-editor-open .fb-day-details-panel{
    position:fixed;
    left:10px;
    right:10px;
    bottom:10px;
    top:auto;
    max-height:min(76vh,680px);
    z-index:10050;
    overflow:auto;
    box-shadow:0 -18px 48px rgba(2,6,23,.48);
    border-radius:22px;
    animation:fbMobileEditorSlideIn .16s ease-out;
  }
  .fb-day-timeline-modal.mobile-editor-open .fb-day-details-panel::before{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(2,6,23,.42);
    z-index:-1;
  }
  .fb-day-timeline-modal.mobile-editor-open .fb-day-timeline-scroll{filter:saturate(.9) brightness(.8)}
  .fb-mobile-editor-close{display:inline-flex;align-items:center;justify-content:center;margin-left:auto}
  .fb-day-details-head{align-items:flex-start;flex-wrap:wrap}
  .fb-day-detail-actions{position:sticky;bottom:-14px;margin-left:-14px;margin-right:-14px;padding:12px 14px;background:linear-gradient(180deg,rgba(15,23,42,0),rgba(15,23,42,.98) 20%)}
  .fb-day-detail-actions button{width:100%}
}
@keyframes fbMobileEditorSlideIn{from{transform:translateY(24px);opacity:.72}to{transform:translateY(0);opacity:1}}
body.light-theme .fb-mobile-editor-close{background:#fff;color:#0f172a;border-color:#cbd5e1}
body.light-theme .fb-day-timeline-modal.mobile-editor-open .fb-day-details-panel::before{background:rgba(15,23,42,.22)}
body.light-theme .fb-day-detail-actions{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(255,255,255,.98) 20%)}


/* 1.6.8.3.131 mobile timeline polish */
.fb-day-event.is-short-duration{padding:4px 8px;gap:0;justify-content:center}
.fb-day-event.is-short-duration strong{font-size:.76rem;line-height:1.05}
.fb-day-event.is-short-duration span{font-size:.66rem;line-height:1.05}
.fb-day-event.is-short-duration small{display:none}
@media(max-width:720px){
  .fb-day-timeline-modal:not(.mobile-editor-open) .fb-day-details-panel{display:none}
  .fb-day-timeline-modal:not(.mobile-editor-open) .fb-day-timeline-layout{grid-template-columns:1fr}
  .fb-day-timeline-modal.mobile-editor-open .fb-day-details-panel{display:block}
  .fb-day-event{padding:5px 7px;gap:1px;line-height:1.08}
  .fb-day-event strong{font-size:.72rem;line-height:1.08}
  .fb-day-event span{font-size:.64rem;line-height:1.08}
  .fb-day-event small{font-size:.6rem;line-height:1.08}
  .fb-day-event.is-short-duration{padding:3px 7px;min-height:32px}
  .fb-day-event.is-short-duration strong{font-size:.68rem}
  .fb-day-event.is-short-duration span{font-size:.6rem}
}
@media(max-width:420px){
  .fb-day-event span{display:none}
  .fb-day-event.is-short-duration strong{font-size:.66rem}
}
