.jv-runsheet-planner{--brand-primary: #c99591;--brand-primary-deep: #a9706c;--brand-dark: #1e1716;--brand-text: #2f2524;--brand-bg-soft: #f6f1ee;--brand-bg-white: #ffffff;--brand-gold: #9B7E2E;--radius-large: 1.5rem;--radius-medium: 1rem;--radius-pill: 3rem;--radius-sm: 10px;--shadow-card: 0 4px 24px rgba(47, 37, 36, .06);--ease-reveal: cubic-bezier(.25, .46, .45, .94);--muted: #7e706c;--line: #e6dad4;--success-bg: #edf7f1;--success-text: #1f6b46;--warn-bg: #fff6eb;--warn-text: #9b4c1e;--error-bg: #fdf0f0;--error-text: #b32727;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}.jv-runsheet-planner{font-family:Plus Jakarta Sans,sans-serif;background:radial-gradient(circle at top left,rgba(201,149,145,.18),transparent 32%),linear-gradient(180deg,var(--brand-bg-soft) 0%,var(--brand-bg-soft) 100%);color:var(--brand-text);height:100vh;height:100dvh;display:flex;flex-direction:column;overflow:hidden;-webkit-font-smoothing:antialiased}.jv-runsheet-planner .sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#1e171666;z-index:90;opacity:0;transition:opacity .3s var(--ease-reveal)}.jv-runsheet-planner .sidebar-overlay.visible{display:block;opacity:1}.jv-runsheet-planner .sidebar{position:fixed;top:0;left:0;width:300px;max-width:85vw;height:100%;background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:100;transform:translate(-100%);transition:transform .35s var(--ease-reveal)}.jv-runsheet-planner .sidebar.open{transform:translate(0)}.jv-runsheet-planner .sidebar-header{padding:20px 16px 14px;padding-top:calc(20px + var(--safe-top));border-bottom:1px solid var(--line)}.jv-runsheet-planner .eyebrow{font-family:Raleway,sans-serif;font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;color:var(--brand-primary);font-weight:600;margin-bottom:8px}.jv-runsheet-planner .sidebar-header h2{font-family:Raleway,sans-serif;font-size:20px;font-weight:300;line-height:1.1;margin-bottom:6px}.jv-runsheet-planner .sidebar-copy{color:var(--muted);font-size:13px;line-height:1.5;margin-bottom:12px}.jv-runsheet-planner .search-box{width:100%;padding:12px 14px;border-radius:var(--radius-medium);border:1px solid var(--line);background:var(--brand-bg-white);font-family:inherit;font-size:16px;color:var(--brand-text);transition:border-color .3s var(--ease-reveal)}.jv-runsheet-planner .search-box:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px #c9959126}.jv-runsheet-planner .bride-list{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px}.jv-runsheet-planner .bride-item{padding:14px 16px;border-radius:var(--radius-medium);border:1px solid transparent;cursor:pointer;transition:all .2s ease;margin-bottom:6px;background:transparent;min-height:48px;display:flex;flex-direction:column;justify-content:center}.jv-runsheet-planner .bride-item:active{transform:scale(.98)}.jv-runsheet-planner .bride-item.active{background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-deep) 100%);color:#fff;box-shadow:0 8px 20px #a9706c40}.jv-runsheet-planner .bride-item.active .muted-text{color:#ffffffd6}.jv-runsheet-planner .bride-name{font-weight:700;font-size:14px}.jv-runsheet-planner .muted-text{color:var(--muted);font-size:12px;line-height:1.45}.jv-runsheet-planner .main{flex:1;min-width:0;display:flex;flex-direction:column;height:100%;overflow:hidden}.jv-runsheet-planner .topbar{padding:12px 16px;padding-top:calc(12px + var(--safe-top));background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:12px;flex-shrink:0}.jv-runsheet-planner .topbar-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.jv-runsheet-planner .topbar-left{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.jv-runsheet-planner .menu-toggle{width:44px;height:44px;border-radius:var(--radius-medium);border:1px solid var(--line);background:var(--brand-bg-white);color:var(--brand-text);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;font-size:18px;transition:all .2s ease}.jv-runsheet-planner .menu-toggle:active{transform:scale(.95);background:var(--brand-bg-soft)}.jv-runsheet-planner .title-stack{min-width:0}.jv-runsheet-planner .title-stack h1{font-family:Raleway,sans-serif;font-size:18px;font-weight:300;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jv-runsheet-planner .title-stack p{color:var(--muted);font-size:12px;line-height:1.4;display:none}.jv-runsheet-planner .build-badge,.jv-runsheet-planner .header-actions{display:none}.jv-runsheet-planner .stage-bar{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;padding-bottom:2px;scrollbar-width:none}.jv-runsheet-planner .stage-bar::-webkit-scrollbar{display:none}.jv-runsheet-planner .stage-pill{border-radius:var(--radius-large);border:1px solid var(--line);padding:10px 14px;background:#ffffffb8;cursor:pointer;text-align:left;transition:all .2s ease;min-width:140px;flex-shrink:0;scroll-snap-align:start}.jv-runsheet-planner .stage-pill:active{transform:scale(.97)}.jv-runsheet-planner .stage-pill.active{background:linear-gradient(135deg,#c995912e,#c9959114);border-color:var(--brand-primary);box-shadow:inset 0 0 0 1px #c9959129}.jv-runsheet-planner .stage-count{font-family:Raleway,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--brand-primary);font-weight:600;margin-bottom:4px}.jv-runsheet-planner .stage-name{font-size:14px;font-weight:700;margin-bottom:2px}.jv-runsheet-planner .stage-note{font-size:11px;color:var(--muted);line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.jv-runsheet-planner .workspace{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:12px;padding-bottom:calc(80px + var(--safe-bottom));display:flex;flex-direction:column;gap:12px}.jv-runsheet-planner .status-banner{display:none;padding:12px 14px;border-radius:var(--radius-medium);font-size:13px;font-weight:600;line-height:1.5;align-items:center;gap:10px;background:var(--success-bg);color:var(--success-text)}.jv-runsheet-planner .status-banner.warning{display:flex;background:var(--warn-bg);color:var(--warn-text)}.jv-runsheet-planner .status-banner.error{display:flex;background:var(--error-bg);color:var(--error-text)}.jv-runsheet-planner .status-banner.success{display:flex}.jv-runsheet-planner .compact-banner,.jv-runsheet-planner .hero-card,.jv-runsheet-planner .panel,.jv-runsheet-planner .stage-card,.jv-runsheet-planner .lane,.jv-runsheet-planner .service-editor,.jv-runsheet-planner .drop-slot{background:#ffffffe6;border:1px solid var(--line);border-radius:var(--radius-large);box-shadow:var(--shadow-card)}.jv-runsheet-planner .compact-banner{padding:14px;display:flex;flex-direction:column;gap:12px;min-width:0}.jv-runsheet-planner .compact-banner-main{min-width:0}.jv-runsheet-planner .compact-banner h3{font-family:Raleway,sans-serif;font-size:16px;font-weight:300;margin-bottom:4px}.jv-runsheet-planner .compact-banner p{color:var(--muted);font-size:12px;line-height:1.5}.jv-runsheet-planner .compact-banner-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.jv-runsheet-planner .debug-panel{margin-top:8px;padding:14px;background:var(--brand-bg-soft);border:1px dashed rgba(201,149,145,.4);border-radius:var(--radius-large);box-shadow:var(--shadow-card)}.jv-runsheet-planner .debug-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.jv-runsheet-planner .debug-panel h4{font-family:Raleway,sans-serif;font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--brand-primary-deep);font-weight:600;margin:0}.jv-runsheet-planner .debug-toggle{border:1px solid var(--line);background:var(--brand-bg-white);color:var(--muted);border-radius:var(--radius-pill);padding:7px 12px;font:inherit;font-size:12px;font-weight:700;cursor:pointer;min-height:36px}.jv-runsheet-planner .debug-body{margin-top:12px}.jv-runsheet-planner .debug-panel.collapsed .debug-body{display:none}.jv-runsheet-planner .debug-grid{display:grid;grid-template-columns:1fr;gap:8px}.jv-runsheet-planner .debug-item{background:var(--brand-bg-white);border:1px solid var(--line);border-radius:var(--radius-medium);padding:10px 12px;min-width:0}.jv-runsheet-planner .debug-item span{display:block;margin-bottom:4px;font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted)}.jv-runsheet-planner .debug-item strong{display:block;font-size:13px;color:var(--brand-text);word-break:break-word}.jv-runsheet-planner .hero-card{padding:16px;min-width:0}.jv-runsheet-planner .hero-label{font-family:Raleway,sans-serif;font-size:.68rem;text-transform:uppercase;letter-spacing:.14em;color:var(--brand-primary);font-weight:600;margin-bottom:8px}.jv-runsheet-planner .hero-title{font-family:Raleway,sans-serif;font-size:22px;line-height:1.1;font-weight:300;margin-bottom:6px}.jv-runsheet-planner .hero-meta{color:var(--muted);font-size:13px;line-height:1.55}.jv-runsheet-planner .hero-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:14px}.jv-runsheet-planner .hero-stat{padding:12px;border-radius:var(--radius-medium);background:var(--brand-bg-soft);border:1px solid var(--line);min-width:0}.jv-runsheet-planner .hero-stat span{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:700;margin-bottom:6px}.jv-runsheet-planner .hero-stat strong{display:block;font-size:16px;line-height:1.25}.jv-runsheet-planner .stage-grid{display:flex;flex-direction:column;gap:12px}.jv-runsheet-planner .stage-card{padding:16px;min-width:0}.jv-runsheet-planner .card-head{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.jv-runsheet-planner .card-head h3{font-family:Raleway,sans-serif;font-size:17px;font-weight:300;line-height:1.2;margin-bottom:4px}.jv-runsheet-planner .card-head p{color:var(--muted);font-size:12px;line-height:1.5}.jv-runsheet-planner .form-grid{display:grid;grid-template-columns:1fr;gap:12px}.jv-runsheet-planner .pdf-header-grid{display:grid;grid-template-columns:1fr;gap:8px}.jv-runsheet-planner .pdf-label{font-family:Raleway,sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:600;margin-top:8px}.jv-runsheet-planner .pdf-value{min-height:44px;width:100%;display:flex;align-items:center}.jv-runsheet-planner input,.jv-runsheet-planner textarea,.jv-runsheet-planner select{appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;box-shadow:none;border:1px solid transparent;background:var(--brand-bg-soft);color:var(--brand-text);font-family:inherit;border-radius:var(--radius-sm)}.jv-runsheet-planner input:focus,.jv-runsheet-planner textarea:focus,.jv-runsheet-planner select:focus,.jv-runsheet-planner input:focus-visible,.jv-runsheet-planner textarea:focus-visible,.jv-runsheet-planner select:focus-visible{outline:none;box-shadow:none;border-color:transparent;border-bottom-color:var(--brand-primary);background:var(--brand-bg-white)}.jv-runsheet-planner .pdf-value input{width:100%;padding:10px 0;background:transparent;border:0;border-bottom:1px solid transparent;border-radius:0;font-size:18px;font-weight:600;color:var(--brand-text);letter-spacing:.01em}.jv-runsheet-planner .pdf-value input[readonly]{background:transparent;color:var(--brand-text);cursor:default}.jv-runsheet-planner .pdf-value input:not([readonly]):focus{background:transparent;border-bottom-color:var(--brand-primary)}.jv-runsheet-planner .field{display:flex;flex-direction:column;gap:6px;min-width:0}.jv-runsheet-planner .field.wide{grid-column:1 / -1}.jv-runsheet-planner .field label{font-family:Raleway,sans-serif;font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:600}.jv-runsheet-planner .field input,.jv-runsheet-planner .field textarea,.jv-runsheet-planner .field select{width:100%;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid transparent;background:var(--brand-bg-soft);color:var(--brand-text);font-family:inherit;font-size:16px;resize:vertical;min-height:48px;transition:border-color .18s var(--ease-reveal),background .18s var(--ease-reveal)}.jv-runsheet-planner .field input:focus,.jv-runsheet-planner .field textarea:focus,.jv-runsheet-planner .field select:focus{outline:none;box-shadow:none;border-color:transparent;border-bottom-color:var(--brand-primary);background:var(--brand-bg-white)}.jv-runsheet-planner .field input[readonly],.jv-runsheet-planner .field textarea[readonly]{background:var(--brand-bg-soft);color:var(--muted)}.jv-runsheet-planner .field small{color:var(--muted);font-size:12px;line-height:1.45}.jv-runsheet-planner .stack{display:flex;flex-direction:column;gap:12px}.jv-runsheet-planner .panel{padding:14px;min-width:0}.jv-runsheet-planner .panel h4{font-family:Raleway,sans-serif;font-size:15px;font-weight:300;margin-bottom:8px}.jv-runsheet-planner .panel-sub{color:var(--muted);font-size:12px;line-height:1.5;margin-bottom:10px}.jv-runsheet-planner .chip-row{display:flex;flex-wrap:wrap;gap:6px}.jv-runsheet-planner .chip{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;border-radius:var(--radius-pill);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;background:var(--brand-bg-soft);color:var(--muted)}.jv-runsheet-planner .chip.crm{background:#eef3ff;color:#3958a4}.jv-runsheet-planner .chip.invoice{background:#edf7f1;color:#1f6b46}.jv-runsheet-planner .chip.cache{background:#fff3e7;color:#99531f}.jv-runsheet-planner .chip.missing,.jv-runsheet-planner .chip.low{background:#fdf0f0;color:#b32727}.jv-runsheet-planner .chip.medium{background:#fff5e8;color:#a45a22}.jv-runsheet-planner .chip.high{background:#edf7f1;color:#1f6b46}.jv-runsheet-planner .chip.override{background:#f6efff;color:#7a4ba1}.jv-runsheet-planner .chip.calculated,.jv-runsheet-planner .chip.availability_and_rules{background:#ecf5f8;color:#25687a}.jv-runsheet-planner .chip.ok{background:#edf7f1;color:#1f6b46}.jv-runsheet-planner .chip.soft{background:var(--brand-bg-soft);color:var(--muted)}.jv-runsheet-planner .info-list,.jv-runsheet-planner .warning-list{display:flex;flex-direction:column;gap:8px;font-size:13px;line-height:1.5}.jv-runsheet-planner .info-row,.jv-runsheet-planner .warning-row{display:grid;grid-template-columns:90px minmax(0,1fr);gap:8px;align-items:start}.jv-runsheet-planner .info-row strong,.jv-runsheet-planner .warning-row strong{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.jv-runsheet-planner .service-stack,.jv-runsheet-planner .lane-stack{display:flex;flex-direction:column;gap:10px}.jv-runsheet-planner .service-editor{padding:14px;cursor:grab;min-height:48px;touch-action:none}.jv-runsheet-planner .service-editor.dragging{opacity:.45}.jv-runsheet-planner .service-editor.touch-held{transform:scale(1.02);box-shadow:0 8px 28px #2f25241f;z-index:50}.jv-runsheet-planner .service-top{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;margin-bottom:10px}.jv-runsheet-planner .service-title{font-size:14px;font-weight:700;line-height:1.3}.jv-runsheet-planner .service-meta{color:var(--muted);font-size:12px;line-height:1.45}.jv-runsheet-planner .drag-handle{color:var(--muted);font-size:18px;padding:6px;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.jv-runsheet-planner .service-fields{display:grid;grid-template-columns:1fr;gap:8px}.jv-runsheet-planner .service-fields .field input,.jv-runsheet-planner .service-fields .field select{padding:10px 12px;font-size:14px;border-radius:var(--radius-medium);min-height:44px}.jv-runsheet-planner .team-grid{display:grid;grid-template-columns:1fr;gap:10px}.jv-runsheet-planner .service-builder-grid{display:flex;flex-direction:column;gap:12px}.jv-runsheet-planner .party-unit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.jv-runsheet-planner .party-unit{padding:10px;border-radius:var(--radius-medium);background:var(--brand-bg-soft);border:1px solid var(--line)}.jv-runsheet-planner .party-unit strong{display:block;font-size:18px;margin-top:4px}.jv-runsheet-planner .party-unit span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-weight:800}.jv-runsheet-planner .quiet-list{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:13px;line-height:1.5}.jv-runsheet-planner .team-card{border-radius:var(--radius-medium);border:1px solid var(--line);background:var(--brand-bg-soft);padding:14px;display:flex;gap:12px;align-items:flex-start;min-height:48px}.jv-runsheet-planner .team-card input[type=checkbox]{margin-top:2px;width:20px;height:20px;flex-shrink:0}.jv-runsheet-planner .team-card.active{background:var(--brand-bg-soft);border-color:var(--brand-primary)}.jv-runsheet-planner .team-name{font-size:14px;font-weight:700;margin-bottom:4px}.jv-runsheet-planner .team-notes{color:var(--muted);font-size:12px;line-height:1.5}.jv-runsheet-planner .stage-actions{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;margin-top:14px}.jv-runsheet-planner .btn{border:none;border-radius:var(--radius-pill);padding:12px 18px;font-family:Raleway,sans-serif;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:all .3s var(--ease-reveal);min-height:48px}.jv-runsheet-planner .btn-primary{background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-primary-deep) 100%);color:#fff;box-shadow:0 8px 24px #a9706c38}.jv-runsheet-planner .btn-primary:hover{transform:translateY(-1px);box-shadow:0 10px 28px #a9706c4d}.jv-runsheet-planner .btn-primary:active{transform:scale(.97)}.jv-runsheet-planner .btn-ghost{background:transparent;border:1.5px solid var(--brand-primary);color:var(--brand-primary);border-radius:var(--radius-pill)}.jv-runsheet-planner .btn-ghost:hover{background:var(--brand-primary);color:#fff}.jv-runsheet-planner .btn-soft{background:var(--brand-bg-soft);color:var(--muted);border:1px solid var(--line)}.jv-runsheet-planner .btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.jv-runsheet-planner .lead-callout{margin-bottom:12px;padding:14px;border-radius:var(--radius-medium);background:var(--brand-bg-soft);border:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.jv-runsheet-planner .lead-callout strong{display:block;font-size:15px;margin-bottom:2px}.jv-runsheet-planner .lead-callout span{color:var(--muted);font-size:12px}.jv-runsheet-planner .timeline-grid{overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:4px}.jv-runsheet-planner .timeline-sheet{width:100%;border-radius:var(--radius-large);overflow:hidden;border:1px solid var(--line);background:var(--brand-bg-white)}.jv-runsheet-planner .timeline-sheet-grid{display:grid;gap:0;align-items:stretch}.jv-runsheet-planner .timeline-corner,.jv-runsheet-planner .timeline-head-cell,.jv-runsheet-planner .timeline-time-cell,.jv-runsheet-planner .timeline-grid-cell{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.jv-runsheet-planner .timeline-corner{background:var(--brand-bg-soft);min-height:72px;padding:10px;display:flex;align-items:end;justify-content:center;text-transform:uppercase;letter-spacing:.12em;font-size:10px;font-weight:800;color:var(--muted)}.jv-runsheet-planner .timeline-head-cell{background:var(--brand-bg-soft);padding:10px;min-height:72px}.jv-runsheet-planner .timeline-head-cell h4{font-family:Raleway,sans-serif;font-size:13px;font-weight:400;margin-bottom:4px}.jv-runsheet-planner .timeline-head-meta{color:var(--muted);font-size:10px;line-height:1.45}.jv-runsheet-planner .timeline-time-cell{background:var(--brand-bg-soft);padding:8px 6px;min-height:56px;display:flex;align-items:flex-start;justify-content:center;font-size:11px;font-weight:700;color:var(--muted)}.jv-runsheet-planner .timeline-grid-cell{min-height:56px;padding:4px;position:relative;background:var(--brand-bg-white);touch-action:none}.jv-runsheet-planner .timeline-grid-cell.occupied,.jv-runsheet-planner .timeline-grid-cell.continuation{background:var(--brand-bg-soft)}.jv-runsheet-planner .timeline-service-block{height:100%;min-height:48px;border-radius:var(--radius-medium);border:1px solid var(--line);background:var(--brand-bg-soft);padding:8px;cursor:grab;display:flex;flex-direction:column;justify-content:flex-start;gap:3px;touch-action:none}.jv-runsheet-planner .timeline-service-block.dragging{opacity:.45}.jv-runsheet-planner .timeline-service-block.touch-held{transform:scale(1.03);box-shadow:0 8px 28px #2f252426;z-index:50}.jv-runsheet-planner .timeline-service-block.bride{border-left:4px solid var(--brand-primary)}.jv-runsheet-planner .timeline-service-block.setup,.jv-runsheet-planner .timeline-service-block.pack{background:var(--brand-bg-soft);border-style:dashed;cursor:default}.jv-runsheet-planner .timeline-service-block.setup .timeline-service-title,.jv-runsheet-planner .timeline-service-block.pack .timeline-service-title{font-size:11px}.jv-runsheet-planner .timeline-service-time{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:var(--brand-primary-deep);font-weight:800}.jv-runsheet-planner .timeline-service-title{font-size:12px;font-weight:700;line-height:1.25}.jv-runsheet-planner .timeline-service-meta{color:var(--muted);font-size:10px;line-height:1.35}.jv-runsheet-planner .timeline-continued{height:100%;min-height:48px;border-radius:var(--radius-medium);background:#c9959114;border:1px dashed rgba(201,149,145,.28);display:flex;align-items:center;justify-content:center;color:var(--brand-primary-deep);font-size:10px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.jv-runsheet-planner .drop-slot{height:18px;border:1px dashed transparent;border-radius:var(--radius-sm);background:transparent;box-shadow:none;transition:all .2s ease}.jv-runsheet-planner .drop-slot.active,.jv-runsheet-planner .drop-slot.touch-over{height:36px;border-color:var(--brand-primary);background:#c9959126}.jv-runsheet-planner .timeline-grid-cell.drop-active,.jv-runsheet-planner .timeline-grid-cell.touch-over{outline:2px solid var(--brand-primary);outline-offset:-3px;background:#c995911f}.jv-runsheet-planner .empty-state,.jv-runsheet-planner .loader{min-height:160px;border-radius:var(--radius-large);border:1px dashed var(--line);background:#ffffffb8;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;color:var(--muted);padding:20px}.jv-runsheet-planner .spinner{width:24px;height:24px;border-radius:50%;border:3px solid var(--line);border-top-color:var(--brand-primary);animation:jv-planner-spin .9s linear infinite}.jv-runsheet-planner .readonly-pair{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.jv-runsheet-planner .mini-stat{padding:10px;border-radius:var(--radius-medium);background:var(--brand-bg-soft);border:1px solid var(--line)}.jv-runsheet-planner .mini-stat strong{display:block;font-size:16px;margin-top:4px}.jv-runsheet-planner .mini-stat span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-weight:800}.jv-runsheet-planner .fab-container{position:fixed;right:16px;bottom:calc(20px + var(--safe-bottom));display:flex;flex-direction:column-reverse;align-items:flex-end;gap:10px;z-index:80}.jv-runsheet-planner .fab{width:56px;height:56px;border-radius:50%;border:none;background:linear-gradient(135deg,var(--brand-primary),var(--brand-primary-deep));color:#fff;font-size:22px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 28px #a9706c59;cursor:pointer;transition:all .3s var(--ease-reveal)}.jv-runsheet-planner .fab:active{transform:scale(.92)}.jv-runsheet-planner .fab:disabled{opacity:.5;cursor:not-allowed}.jv-runsheet-planner .fab-action{height:44px;border-radius:var(--radius-pill);border:none;background:var(--brand-bg-white);color:var(--brand-text);font-family:Raleway,sans-serif;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:0 18px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 16px #2f25241f;cursor:pointer;transition:all .3s var(--ease-reveal);white-space:nowrap}.jv-runsheet-planner .fab-action:active{transform:scale(.95)}.jv-runsheet-planner .fab-action:disabled{opacity:.5;cursor:not-allowed}.jv-runsheet-planner .fab-menu{display:none;flex-direction:column-reverse;gap:8px;align-items:flex-end}.jv-runsheet-planner .fab-menu.open{display:flex}.jv-runsheet-planner .touch-drag-ghost{position:fixed;z-index:200;pointer-events:none;border-radius:var(--radius-medium);background:var(--brand-bg-white);border:2px solid var(--brand-primary);box-shadow:0 12px 40px #2f252433;padding:10px 14px;font-size:13px;font-weight:700;color:var(--brand-text);max-width:200px;opacity:.92;transform:translate(-50%,-60%);transition:none}@keyframes jv-planner-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(min-width:768px){.jv-runsheet-planner .topbar{padding:16px 24px;gap:14px}.jv-runsheet-planner .workspace{padding:18px 24px;padding-bottom:calc(80px + var(--safe-bottom));gap:16px}.jv-runsheet-planner .title-stack h1{font-size:22px}.jv-runsheet-planner .title-stack p{display:block}.jv-runsheet-planner .stage-bar{gap:10px}.jv-runsheet-planner .stage-pill{min-width:180px;padding:12px 16px}.jv-runsheet-planner .stage-name{font-size:15px}.jv-runsheet-planner .compact-banner{flex-direction:row;align-items:center;padding:16px 18px}.jv-runsheet-planner .compact-banner-stats{grid-template-columns:repeat(4,1fr)}.jv-runsheet-planner .debug-grid{grid-template-columns:repeat(2,1fr)}.jv-runsheet-planner .stage-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.jv-runsheet-planner .service-builder-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px}.jv-runsheet-planner .form-grid{grid-template-columns:repeat(2,1fr)}.jv-runsheet-planner .pdf-header-grid{grid-template-columns:120px 1fr 120px 1fr;gap:8px 12px;align-items:center}.jv-runsheet-planner .service-fields{grid-template-columns:1.1fr 1.1fr .85fr}.jv-runsheet-planner .team-grid{grid-template-columns:repeat(2,1fr)}.jv-runsheet-planner .lead-callout{flex-direction:row;align-items:center;justify-content:space-between}.jv-runsheet-planner .card-head{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media(min-width:1024px){.jv-runsheet-planner{flex-direction:row}.jv-runsheet-planner .sidebar{position:relative;transform:none;width:280px;max-width:280px;flex-shrink:0}.jv-runsheet-planner .sidebar-overlay{display:none!important}.jv-runsheet-planner .menu-toggle{display:none}.jv-runsheet-planner .topbar{padding:20px 28px}.jv-runsheet-planner .title-stack h1{font-size:26px}.jv-runsheet-planner .title-stack p{max-width:600px;font-size:13px}.jv-runsheet-planner .build-badge{display:inline-flex}.jv-runsheet-planner .header-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.jv-runsheet-planner .fab-container{display:none}.jv-runsheet-planner .workspace{padding:22px 28px 28px}.jv-runsheet-planner .stage-bar{display:grid;grid-template-columns:repeat(3,1fr);overflow:visible}.jv-runsheet-planner .stage-grid{grid-template-columns:1.45fr .95fr;gap:18px}.jv-runsheet-planner .service-builder-grid{grid-template-columns:1.2fr .8fr;gap:18px}.jv-runsheet-planner .debug-grid{grid-template-columns:repeat(3,1fr)}.jv-runsheet-planner .compact-banner-stats{min-width:380px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/jv-runsheet-planner.css.map */
