*{box-sizing:border-box}body{color:#1e293b;background:#f8fafc;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.app{min-height:100vh;padding:20px}.app-header{text-align:center;margin-bottom:30px}.app-header h1{color:#0f172a;margin:0 0 10px;font-size:2.5rem;font-weight:700}.app-header p{color:#64748b;margin:0 0 15px;font-size:1.1rem}.tour-trigger{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;padding:8px 16px;font-size:.9rem;font-weight:500;transition:background-color .2s}.tour-trigger:hover{background:#059669}.timeline-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a}.timeline-controls{background:#f1f5f9;border-bottom:1px solid #e2e8f0;justify-content:center;align-items:center;gap:15px;padding:20px;display:flex}.zoom-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:6px;padding:8px 16px;font-weight:500;transition:background-color .2s}.zoom-btn:hover{background:#2563eb}.zoom-btn:active{background:#1d4ed8}.zoom-level{color:#475569;text-align:center;min-width:100px;font-weight:600}.timeline-wrapper{max-height:70vh;padding:20px 20px 20px 100px;overflow:auto visible}.timeline-header{border-bottom:2px solid #e2e8f0;height:50px;margin-bottom:20px;position:relative}.date-marker{position:absolute;top:0}.date-marker.first-of-month{z-index:10}.date-line{background:#cbd5e1;width:1px;height:25px}.date-line.major{background:#475569;width:2px;height:30px}.date-label{color:#64748b;white-space:nowrap;background:#fff;border-radius:3px;min-width:max-content;margin-top:8px;padding:2px 4px;font-size:.8rem;font-weight:500;transform:translate(-50%);box-shadow:0 1px 2px #0000001a}.first-of-month .date-label{color:#1e293b;background:#f1f5f9;border:1px solid #e2e8f0;font-weight:600}.timeline-lanes{min-height:200px;position:relative;overflow:visible}.timeline-lane{background:#ffffff80;border-bottom:1px solid #f1f5f9;border-radius:8px;height:70px;margin-bottom:10px;margin-right:10px;position:relative}.lane-label{color:#475569;z-index:10;white-space:nowrap;background:#fff;border-radius:4px;padding:4px 8px;font-size:.9rem;font-weight:600;position:absolute;top:50%;left:-80px;transform:translateY(-50%);box-shadow:0 1px 3px #0000001a}.timeline-item{cursor:move;-webkit-user-select:none;user-select:none;border-radius:8px;align-items:center;height:50px;transition:transform .2s,box-shadow .2s;display:flex;position:absolute;top:10px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.timeline-item:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.timeline-item.dragging{z-index:1000;opacity:.9;transform:rotate(2deg);box-shadow:0 8px 16px #0003}.resize-handle{cursor:ew-resize;opacity:0;background:#ffffff4d;width:8px;transition:opacity .2s;position:absolute;top:0;bottom:0}.timeline-item:hover .resize-handle{opacity:1}.resize-start{border-radius:8px 0 0 8px;left:0}.resize-end{border-radius:0 8px 8px 0;right:0}.item-content{color:#fff;flex:1;padding:8px 12px;overflow:hidden}.item-name{white-space:nowrap;text-overflow:ellipsis;cursor:text;font-size:.9rem;font-weight:600;display:block;overflow:hidden}.item-name:hover{text-decoration:underline}.item-dates{opacity:.9;margin-top:2px;font-size:.7rem}.item-name-input{color:#1e293b;background:#ffffffe6;border:none;border-radius:4px;outline:none;width:100%;padding:2px 6px;font-size:.9rem;font-weight:600}.lane-drop-indicator{pointer-events:none;z-index:999;opacity:.7;border:3px dashed #fffc;border-radius:8px;animation:1s infinite pulse;position:absolute}@keyframes pulse{0%,to{opacity:.5}50%{opacity:.9}}@media (width<=768px){.timeline-wrapper{max-height:60vh;padding:20px 10px 20px 80px}.lane-label{font-size:.8rem;left:-70px}.timeline-item{height:60px;top:5px}.timeline-lane{height:80px}.resize-handle{opacity:.6;width:12px}.timeline-item:hover .resize-handle{opacity:1}.item-content{padding:10px 16px}.item-name{font-size:1rem}.item-dates{font-size:.8rem}}.timeline-item{touch-action:none;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.resize-handle{touch-action:none}@media (pointer:coarse){.resize-handle{opacity:.7;width:16px}.timeline-item{min-height:50px}.zoom-btn{padding:12px 20px;font-size:1rem}}.tour-overlay{z-index:10000;backdrop-filter:blur(3px);background:#0009;width:100vw;height:100vh;animation:.3s ease-out tourOverlayFadeIn;position:fixed;top:0;left:0}@keyframes tourOverlayFadeIn{0%{opacity:0}to{opacity:1}}.tour-tooltip{background:#fff;border-radius:16px;min-width:320px;max-width:380px;padding:0;font-family:inherit;animation:.4s cubic-bezier(.34,1.56,.64,1) tourTooltipSlideIn;overflow:hidden;box-shadow:0 20px 40px #00000026,0 0 0 1px #ffffff1a}@keyframes tourTooltipSlideIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.8)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.tour-content{padding:24px}.tour-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.tour-title-wrapper{flex:1;align-items:center;gap:12px;display:flex}.tour-icon{font-size:1.5rem;line-height:1;animation:2s infinite tourIconBounce}@keyframes tourIconBounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}.tour-header h3{color:#0f172a;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#3b82f6,#8b5cf6) text;margin:0;font-size:1.3rem;font-weight:700;line-height:1.3}.tour-close{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:all .2s;display:flex}.tour-close:hover{color:#dc2626;background:#fee2e2;transform:scale(1.1)}.tour-content p{color:#475569;margin:0 0 20px;font-size:1rem;line-height:1.6}.tour-footer{justify-content:space-between;align-items:center;gap:16px;margin-top:20px;display:flex}.tour-progress{flex-direction:column;flex:1;gap:8px;display:flex}.tour-progress-bar{background:#e2e8f0;border-radius:3px;width:100%;height:6px;overflow:hidden}.tour-progress-fill{background:linear-gradient(90deg,#3b82f6,#8b5cf6);border-radius:3px;height:100%;transition:width .3s}.tour-progress-text{color:#64748b;font-size:.85rem;font-weight:500}.tour-buttons{flex-shrink:0;gap:12px;display:flex}.tour-btn{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:.9rem;font-weight:600;transition:all .2s;position:relative;overflow:hidden}.tour-btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6,#8b5cf6);box-shadow:0 4px 12px #3b82f64d}.tour-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f666}.tour-btn-secondary{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.tour-btn-secondary:hover{background:#f1f5f9;transform:translateY(-1px);box-shadow:0 2px 8px #0000001a}.tour-arrow{background:#fff;width:14px;height:14px;position:absolute;transform:rotate(45deg);box-shadow:-2px -2px 4px #0000001a}.tour-arrow-top{margin-left:-6px;bottom:-6px;left:50%}.tour-arrow-bottom{margin-left:-6px;top:-6px;left:50%}.tour-arrow-left{margin-top:-6px;top:50%;right:-6px}.tour-arrow-right{margin-top:-6px;top:50%;left:-6px}.tour-highlight{z-index:10001;border-radius:12px;animation:2s infinite tourPulse;position:relative;box-shadow:0 0 0 3px #3b82f699,0 0 0 6px #8b5cf64d,0 0 30px #3b82f666}@keyframes tourPulse{0%,to{box-shadow:0 0 0 3px #3b82f699,0 0 0 6px #8b5cf64d,0 0 30px #3b82f666}50%{box-shadow:0 0 0 6px #3b82f666,0 0 0 12px #8b5cf633,0 0 40px #3b82f680}}@media (width<=768px){.app{padding:10px}.app-header h1{font-size:2rem}.timeline-controls{flex-wrap:wrap;gap:10px}.timeline-wrapper{padding:10px}.timeline-item{height:45px}.timeline-lane{height:55px}.tour-tooltip{min-width:calc(100vw - 40px);max-width:calc(100vw - 40px);margin:0 20px}.tour-content{padding:20px}.tour-header{margin-bottom:12px}.tour-title-wrapper{gap:8px}.tour-icon{font-size:1.3rem}.tour-header h3{font-size:1.1rem}.tour-content p{margin-bottom:16px;font-size:.9rem}.tour-footer{flex-direction:column;align-items:stretch;gap:12px}.tour-progress{order:2}.tour-buttons{order:1;justify-content:center;width:100%}.tour-btn{min-width:100px;padding:12px 20px;font-size:1rem}.tour-close{width:28px;height:28px;font-size:1.3rem}}@media (pointer:coarse){.tour-btn{padding:14px 24px;font-size:1rem}.tour-close{width:36px;height:36px;font-size:1.4rem}.tour-tooltip{box-shadow:0 10px 30px #0003}}
/*# sourceMappingURL=repo.39d21c70.css.map */
