.tg-calendar{--tg-primary-color: #3b82f6;--tg-primary-rgb: 59, 130, 246;--tg-cell-height: 60px;--tg-font-header: 14px;--tg-font-event: 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;overflow-x:hidden;width:100%;height:100%;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;border:1px solid #e5e7eb;display:flex;flex-direction:column;overflow:hidden}.tg-calendar.tg-selecting{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.tg-view-container{min-height:0;background:#fff;flex:1;overflow:hidden;position:relative;display:flex;flex-direction:column}.tg-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid #e5e7eb;background:#fff}.tg-title{font-size:1.25rem;font-weight:700;color:#1f2937}.tg-view-switch{display:flex;padding:4px;border-radius:8px}.tg-view-btn{padding:4px 12px;font-size:14px;border-radius:6px;border:none;background:transparent;cursor:pointer;transition:all .2s;color:#6b7280}.tg-view-btn:hover{color:#374151}.tg-view-btn.tg-active{background:#fff;box-shadow:0 1px 3px #0000001a;color:var(--tg-primary-color);font-weight:500}.tg-nav{display:flex;gap:8px}.tg-nav-btn{padding:4px 12px;font-size:14px;border-radius:4px;border:1px solid #e5e7eb;background:#f9fafb;cursor:pointer;transition:all .2s}.tg-nav-btn:hover{background:#f3f4f6}.tg-nav-btn.tg-today{background:rgba(var(--tg-primary-rgb),.1);color:var(--tg-primary-color);border-color:rgba(var(--tg-primary-rgb),.2)}.tg-nav-btn.tg-today:hover{background:rgba(var(--tg-primary-rgb),.2)}.tg-grid-7{display:grid;grid-template-columns:repeat(7,1fr)}.tg-disabled{opacity:.5;pointer-events:none;cursor:not-allowed}.tg-month-body{overflow-y:auto;flex:1;min-height:0;display:grid;grid-auto-rows:1fr}.tg-month-header{display:grid;border-bottom:1px solid #e5e7eb;background:#f9fafb}.tg-month-header-cell{padding:8px;text-align:center;font-size:12px;font-weight:700;color:#9ca3af}.tg-month-row{display:grid;position:relative;min-height:var(--tg-row-min-height, 80px);border-bottom:1px solid #e5e7eb}.tg-month-cell{height:100%;padding:4px;border-right:1px solid #e5e7eb;position:relative;z-index:1}.tg-month-cell:last-child{border-right:none}.tg-date-number{text-align:right;font-size:12px;padding:4px}.tg-date-number.tg-current-month{color:#374151}.tg-date-number.tg-other-month{color:#d1d5db}.tg-date-number.tg-today{color:var(--tg-primary-color);font-weight:700}.tg-event-count-badge{position:absolute;bottom:2px;right:2px;background:var(--tg-primary-color);color:#fff;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:700;min-width:18px;text-align:center}.tg-month-cell.tg-disabled{opacity:.5;pointer-events:none;background-color:#f9fafb}.tg-month-cell.tg-disabled .tg-date-number{color:#9ca3af;text-decoration:line-through}.tg-month-cell.tg-range-preview{background-color:rgba(var(--tg-primary-rgb),.15);position:relative}.tg-month-cell.tg-range-preview:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid rgba(var(--tg-primary-rgb),.4);pointer-events:none;box-sizing:border-box}.tg-more-indicator{position:absolute;font-size:11px;color:var(--tg-primary-color, #3b82f6);padding:2px 6px;cursor:pointer;border-radius:4px;transition:background-color .15s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;z-index:5}.tg-more-indicator:hover{background-color:rgba(var(--tg-primary-rgb, 59, 130, 246),.1)}.tg-more-popover{position:fixed;z-index:1000;background:#fff;border-radius:8px;box-shadow:0 4px 16px #00000026,0 2px 8px #0000001a;border:1px solid #e5e7eb;min-width:200px;max-width:280px;max-height:300px;overflow:hidden;display:flex;flex-direction:column}.tg-more-popover-header{padding:10px 12px;font-weight:600;font-size:13px;color:#374151;border-bottom:1px solid #e5e7eb;background:#f9fafb}.tg-more-popover-list{overflow-y:auto;padding:4px 0;flex:1}.tg-more-popover-item{display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:12px;color:#374151;transition:background-color .15s}.tg-more-popover-item:hover{background-color:#f3f4f6}.tg-more-popover-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.tg-more-popover-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tg-time-grid-container{flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:hidden;position:relative}.tg-time-header{display:flex;padding-left:60px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:30;box-shadow:0 2px 4px #00000005}.tg-time-header-cell{flex:1;text-align:center;padding:8px;border-right:1px solid #f3f4f6;font-size:var(--tg-font-header)}.tg-time-header-cell .tg-header-date{font-weight:700;font-size:18px}.tg-time-header-cell.tg-today{background-color:rgba(var(--tg-primary-rgb),.1);color:var(--tg-primary-color)}.tg-time-header-cell.tg-disabled{opacity:.5;pointer-events:none;background-color:#f9fafb}.tg-time-body{display:flex;position:relative;min-height:calc(var(--tg-cell-height) * 24)}.tg-time-axis{width:60px;flex-shrink:0;background:#fafafa;border-right:1px solid #e5e7eb;position:sticky;left:0;z-index:20;height:100%}.tg-time-axis-label{position:absolute;width:100%;height:var(--tg-cell-height);text-align:right;padding-right:8px;color:#9ca3af;font-size:11px;pointer-events:none;will-change:transform}.tg-time-axis-label.custom{font-weight:700}.tg-day-column{flex:1;position:relative;border-right:1px solid #e5e7eb;background:repeating-linear-gradient(to bottom,transparent 0,transparent calc(var(--tg-cell-height) - 1px),#f3f4f6 var(--tg-cell-height))}.tg-time-range-preview{position:absolute;background-color:rgba(var(--tg-primary-rgb),.15);border:2px dashed rgba(var(--tg-primary-rgb),.8);pointer-events:none;z-index:15;border-radius:4px;box-sizing:border-box}.tg-day-column.tg-range-preview{background-color:rgba(var(--tg-primary-rgb),.08);position:relative}.tg-day-column.tg-range-preview:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-left:3px solid rgba(var(--tg-primary-rgb),.5);border-right:3px solid rgba(var(--tg-primary-rgb),.5);pointer-events:none;box-sizing:border-box}.tg-event-base{position:absolute;border-radius:4px;padding:2px 6px;font-size:var(--tg-font-event);color:#fff;cursor:grab;z-index:10;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-shadow:0 1px 2px #0000001a;transition:opacity .2s,box-shadow .1s,filter .1s;will-change:transform;top:0;left:0}.tg-event-base:hover{box-shadow:0 4px 8px #00000026;filter:brightness(1.05)}.tg-event-base:active{cursor:grabbing}.tg-event-base.tg-is-dragging-source{opacity:.3;filter:grayscale(.3)}.tg-event-bar{height:26px;line-height:26px}.tg-event-block{display:flex;flex-direction:column;justify-content:flex-start;line-height:1.3;padding-top:4px;border:1px solid rgba(255,255,255,.3);white-space:normal}.tg-event-block .tg-time-text{font-size:10px;opacity:.9;margin-bottom:0}.tg-event-title{font-weight:700;overflow:hidden;text-overflow:ellipsis}.tg-resize-handle{position:absolute;z-index:20;opacity:0;transition:opacity .2s}.tg-event-base:hover .tg-resize-handle{opacity:1}.tg-resize-handle:hover{background-color:#fff6}.tg-resize-h{top:0;bottom:0;width:12px;cursor:col-resize}.tg-resize-h.tg-left{left:0}.tg-resize-h.tg-right{right:0}.tg-resize-v{left:0;right:0;height:8px;cursor:row-resize}.tg-resize-v.tg-top{top:0;bottom:auto}.tg-resize-v.tg-bottom{bottom:0;top:auto}.tg-ghost-event{position:absolute;background-color:rgba(var(--tg-primary-rgb),.15);border:2px dashed rgba(var(--tg-primary-rgb),.8);border-radius:4px;z-index:5;pointer-events:none;box-sizing:border-box}#tg-drag-proxy{position:fixed;pointer-events:none;z-index:9999;box-shadow:0 12px 24px #0003;border-radius:4px;visibility:hidden;opacity:.9;transform-origin:top left}.tg-allday-section{display:flex;flex-direction:row;border-bottom:1px solid var(--tg-border-color, #e5e7eb);background-color:var(--tg-bg-color, #fff);min-height:28px}.tg-allday-spacer{flex-shrink:0;width:60px;border-right:1px solid var(--tg-border-color, #e5e7eb)}.tg-allday-events-container{flex:1;position:relative;min-height:28px}.tg-allday-event{position:absolute;height:22px;line-height:22px;border-radius:3px;padding:0 6px;font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:grab;box-sizing:border-box}.tg-allday-event:hover{filter:brightness(1.05);box-shadow:0 2px 4px #00000026}.tg-allday-event:active{cursor:grabbing}.tg-event-block.tg-event-segment-first{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:2px dashed rgba(255,255,255,.5)}.tg-event-block.tg-event-segment-last{border-top-left-radius:0;border-top-right-radius:0;border-top:2px dashed rgba(255,255,255,.5)}.tg-event-block.tg-event-segment-middle{border-radius:0;border-top:2px dashed rgba(255,255,255,.5);border-bottom:2px dashed rgba(255,255,255,.5)}.tg-event-block.tg-event-continuation{border-top-left-radius:0;border-top-right-radius:0}.tg-event-block.tg-event-continued{border-bottom-left-radius:0;border-bottom-right-radius:0}.tg-event-block.tg-event-continuation.tg-event-continued{border-radius:0}.tg-event-block.tg-event-continuation:before,.tg-event-block.tg-event-continued:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:0;height:0;opacity:.7}.tg-event-block.tg-event-continuation:before{top:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(255,255,255,.6)}.tg-event-block.tg-event-continued:after{bottom:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid rgba(255,255,255,.6)}.tg-calendar{height:100%!important;border:none!important;box-shadow:none!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif!important}.tg-time-grid-container{flex:1!important;min-height:0!important;overflow-y:auto!important}.tg-header{border-bottom:2px solid #000!important;background:#fff!important;padding:16px 24px!important}.tg-title{font-weight:900!important;text-transform:uppercase!important;letter-spacing:-.5px!important;font-size:20px!important}.tg-view-switch{gap:4px!important}.tg-view-btn{border:2px solid #000!important;border-radius:0!important;font-weight:700!important;text-transform:uppercase!important;background:#fff!important;box-shadow:2px 2px #000!important;transition:all .1s ease!important;padding:6px 12px!important}.tg-view-btn:hover{transform:translate(1px,1px)!important;box-shadow:1px 1px #000!important}.tg-view-btn.tg-active{background:#000!important;color:#fff!important;box-shadow:none!important;transform:translate(2px,2px)!important}.tg-nav{gap:8px!important}.tg-nav-btn{border:2px solid #000!important;border-radius:0!important;font-weight:700!important;text-transform:uppercase!important;background:#fff!important;box-shadow:2px 2px #000!important;transition:all .1s ease!important;font-size:11px!important;padding:6px 12px!important}.tg-nav-btn:hover{transform:translate(1px,1px)!important;box-shadow:1px 1px #000!important}.tg-nav-btn.tg-today{background:#fc0!important}.tg-nav-btn.tg-today:hover{background:#e6b800!important}.tg-month-header{border-bottom:2px solid #000!important;background:#000!important}.tg-month-header-cell{color:#fff!important;font-weight:700!important;text-transform:uppercase!important;font-size:11px!important;letter-spacing:.5px!important;padding:10px 0!important;border-right:2px solid #333!important}.tg-month-header-cell:last-child{border-right:none!important}.tg-month-row{border-bottom:2px solid #000!important}.tg-month-cell{border-right:2px solid #000!important}.tg-month-cell:last-child{border-right:none!important}.tg-date-number{font-weight:700!important;font-size:13px!important}.tg-month-cell.tg-today .tg-date-number{background:#fc0!important;color:#000!important;border-radius:0!important;padding:2px 6px!important}.tg-time-header{border-bottom:2px solid #000!important;background:#fff!important}.tg-time-header-cell{border-right:2px solid #000!important;font-weight:700!important;text-transform:uppercase!important}.tg-time-header-cell:last-child{border-right:none!important}.tg-time-header-cell.tg-today{background:#fc0!important;color:#000!important}.tg-allday-row{border-bottom:2px solid #000!important}.tg-allday-label{border-right:2px solid #000!important;font-weight:700!important;text-transform:uppercase!important;font-size:10px!important;background:#f0f0f0!important}.tg-time-body{background:#fff!important}.tg-time-axis{border-right:2px solid #000!important;background:#fff!important}.tg-time-axis-label{font-weight:700!important;font-size:11px!important;color:#000!important}.tg-day-column{border-right:2px solid #000!important}.tg-day-column:last-child{border-right:none!important}.tg-event-base,.tg-event-bar,.tg-event-block{border:2px solid #000!important;border-radius:0!important;font-weight:700!important;box-shadow:2px 2px #0000004d!important;transition:all .1s ease!important}.tg-event-base:hover,.tg-event-bar:hover,.tg-event-block:hover{box-shadow:4px 4px #00000080!important;z-index:100!important}.tg-event-base:active,.tg-event-bar:active,.tg-event-block:active{box-shadow:none!important;cursor:grabbing!important}.tg-event-title{font-weight:700!important;font-size:11px!important;letter-spacing:.3px!important;text-transform:uppercase!important}.tg-time-text,.tg-event-time{font-weight:700!important;font-size:10px!important;opacity:.9!important}.tg-resize-handle,.tg-resize-h,.tg-resize-v{opacity:0!important;transition:opacity .1s ease!important}.tg-event-base:hover .tg-resize-handle,.tg-event-base:hover .tg-resize-h,.tg-event-base:hover .tg-resize-v{opacity:1!important;background:#ffffff4d!important}.tg-ghost-event{background:repeating-linear-gradient(45deg,#ccc,#ccc 5px,#fff 5px,#fff 10px)!important;border:2px dashed #000!important;opacity:.6!important}.tg-more-events{font-weight:700!important;font-size:10px!important;text-transform:uppercase!important;color:#000!important;border:2px solid #000!important;background:#f0f0f0!important;padding:2px 6px!important;cursor:pointer!important}.tg-more-events:hover{background:#fc0!important}.tg-popover{border:2px solid #000!important;border-radius:0!important;box-shadow:4px 4px #000!important;background:#fff!important}.tg-selection-range{background:#2b4fff26!important;border:2px dashed #2b4fff!important}.tg-month-cell.tg-disabled{background-color:#f3f4f6!important;background-image:linear-gradient(45deg,#e5e7eb 25%,transparent 25%,transparent 50%,#e5e7eb 50%,#e5e7eb 75%,transparent 75%,transparent)!important;background-size:10px 10px!important}.tg-month-cell.half-month-blank,.tg-month-cell.second-half-month-blank{background-color:#fafafa!important;pointer-events:none!important}.tg-month-cell.half-month-active,.tg-month-cell.second-half-month-active{background-color:#fff!important}.tg-month-cell.half-month-blank,.tg-month-cell.second-half-month-blank{display:none}.tg-month-row:not(:has(.tg-month-cell:not(.half-month-blank))){border:unset}.tg-time-grid-container::-webkit-scrollbar{width:12px!important}.tg-time-grid-container::-webkit-scrollbar-track{background:#f0f0f0!important;border-left:2px solid #000!important}.tg-time-grid-container::-webkit-scrollbar-thumb{background:#000!important;border:2px solid #f0f0f0!important}.tg-time-grid-container::-webkit-scrollbar-thumb:hover{background:#333!important}
