.schedule-app{max-width:1440px;margin:0 auto;padding:24px 36px 48px}.schedule-controls{display:flex;flex-direction:column;gap:12px;padding:18px 20px;background:var(--surface);border:1px solid var(--rule);border-radius:4px;margin-bottom:24px;position:sticky;top:0;z-index:5;box-shadow:0 4px 8px #0000000a}.schedule-controls-row{display:flex;flex-wrap:wrap;gap:16px;align-items:flex-end}.schedule-control{display:flex;flex-direction:column;gap:4px;font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);font-weight:600}.schedule-control input[type=date],.schedule-control button{font-family:var(--font-body);font-weight:400;font-size:13px;text-transform:none;letter-spacing:normal;color:var(--ink)}.schedule-control button.link{background:transparent;border:none;padding:0;font-size:11px;color:var(--ink-3);text-decoration:underline;cursor:pointer;align-self:flex-start}.schedule-presets{display:flex;gap:4px;flex-wrap:wrap}.schedule-presets button{font-family:var(--font-mono);font-size:10px;letter-spacing:.1em;text-transform:uppercase;font-weight:600;padding:6px 10px}.schedule-summary{font-family:var(--font-mono);font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.schedule-zone{display:inline-block;padding:1px 7px;border-radius:3px;font-family:var(--font-mono);font-size:10px;font-weight:700;color:#fff;margin-right:6px;vertical-align:middle;-webkit-print-color-adjust:exact;print-color-adjust:exact}.schedule-zone.z-0{background:#6b7280}.schedule-zone.z-1{background:#16a34a}.schedule-zone.z-2{background:#2563eb}.schedule-zone.z-3{background:#ca8a04}.schedule-zone.z-4{background:#ea580c}.schedule-zone.z-5{background:#dc2626}.schedule-zone.z-6{background:#9333ea}.schedule-zone.z-7{background:#1f2937}.schedule-tick{display:inline-block;margin-left:auto;font-size:18px;color:var(--ink-3);line-height:1}.schedule-detail{border:1px solid var(--rule);border-radius:3px;padding:10px 12px;margin-bottom:8px;background:var(--surface);page-break-inside:avoid}.schedule-detail-head{display:flex;align-items:center;gap:6px;margin-bottom:4px}.schedule-detail-title{font-weight:600;font-size:14px;color:var(--ink)}.schedule-detail-meta{font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;color:var(--ink-3);display:flex;gap:4px;flex-wrap:wrap}.schedule-detail-desc,.schedule-detail-notes{margin:6px 0 0;font-size:12px;color:var(--ink-2);line-height:1.4}.schedule-compact{display:inline-flex;align-items:center;gap:4px;margin-right:8px;font-size:12px}.schedule-compact-title{color:var(--ink);font-weight:500}.schedule-empty{color:var(--ink-4);font-style:italic;font-size:12px}.schedule-card{background:var(--surface);border:1px solid var(--rule);border-radius:4px;padding:24px;max-width:720px;margin:0 auto}.schedule-card-header{display:flex;justify-content:space-between;align-items:baseline;border-bottom:1px solid var(--rule);padding-bottom:12px;margin-bottom:16px}.schedule-card-header h2{font-family:var(--font-display);font-style:italic;font-weight:500;font-size:28px;margin:0;color:var(--ink)}.schedule-card-date{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}.schedule-day-list{display:flex;flex-direction:column;gap:6px}.schedule-day-row{display:grid;grid-template-columns:130px 1fr;gap:16px;padding:8px 0;border-bottom:1px solid var(--rule);page-break-inside:avoid}.schedule-day-row:last-child{border-bottom:none}.schedule-day-label{font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);font-weight:600;padding-top:4px}.schedule-day-body{display:flex;flex-direction:column;gap:6px}.schedule-day-section-header{display:flex;justify-content:space-between;align-items:baseline;border-bottom:2px solid var(--ink);padding-bottom:12px;margin-bottom:18px}.schedule-day-section-header h2{font-family:var(--font-display);font-style:italic;font-weight:500;font-size:26px;margin:0;color:var(--ink)}.schedule-day-section-header span{font-family:var(--font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}.schedule-horse-stack{display:flex;flex-direction:column;gap:12px}.schedule-horse-stack.is-compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:8px}.schedule-horse-block{border:1px solid var(--rule);border-radius:3px;padding:10px 14px;background:var(--surface);page-break-inside:avoid}.schedule-horse-head h3{margin:0 0 8px;font-family:var(--font-display);font-style:italic;font-weight:500;font-size:18px;color:var(--ink)}.schedule-grid-page{margin-bottom:24px;page-break-after:always}.schedule-grid-page:last-child{page-break-after:auto}.schedule-grid{width:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}.schedule-grid th,.schedule-grid td{border:1px solid var(--rule);padding:6px 8px;vertical-align:top;text-align:left}.schedule-grid-corner{background:var(--paper-2);font-family:var(--font-mono);font-size:10px;letter-spacing:.12em;text-transform:uppercase;width:140px}.schedule-grid-day{background:var(--paper-2);font-family:var(--font-mono);font-size:10px;letter-spacing:.06em;text-transform:uppercase;text-align:center;font-weight:600}.schedule-grid-horse{font-family:var(--font-display);font-style:italic;font-weight:500;font-size:14px;background:var(--surface)}.schedule-grid-cell{font-size:11px}.schedule-grid-page.is-compact .schedule-compact-title{font-size:10px}.schedule-grid-footer{font-family:var(--font-mono);font-size:10px;color:var(--ink-3);margin-top:6px;text-align:right}@page{size:A4 landscape;margin:9mm}@media print{html,body,*{-webkit-print-color-adjust:exact;print-color-adjust:exact}.app-shell-header,.no-print,.sync-indicator{display:none!important}.app-shell-main{padding:0!important}.schedule-app{padding:0;max-width:none}body{background:#fff!important}.schedule-detail,.schedule-card,.schedule-horse-block{background:#fff}.schedule-detail{padding:6px 8px;margin-bottom:4px;border-color:#999}.schedule-detail-head{margin-bottom:2px}.schedule-detail-title{font-size:12px}.schedule-detail-meta{font-size:9px}.schedule-detail-desc,.schedule-detail-notes{font-size:10px;margin-top:3px;line-height:1.3}.schedule-zone{padding:0 5px;font-size:9px;margin-right:4px}.schedule-compact{font-size:10px;margin-right:6px}.schedule-compact-title{font-size:10px}.schedule-card{padding:14px}.schedule-card-header{padding-bottom:8px;margin-bottom:10px}.schedule-card-header h2{font-size:22px}.schedule-day-row{padding:4px 0}.schedule-day-list{gap:3px}.schedule-day-label{font-size:9px;padding-top:2px}.schedule-day-section-header{padding-bottom:6px;margin-bottom:10px}.schedule-day-section-header h2{font-size:20px}.schedule-horse-stack{gap:6px}.schedule-horse-stack.is-compact{gap:4px}.schedule-horse-block{padding:6px 8px;border-color:#999}.schedule-horse-head h3{font-size:14px;margin-bottom:4px}.schedule-grid{font-size:10px}.schedule-grid th,.schedule-grid td{padding:3px 5px;border-color:#999}.schedule-grid-corner,.schedule-grid-day{font-size:9px}.schedule-grid-horse{font-size:11px}.schedule-grid-cell{font-size:9px}.schedule-grid-page{margin-bottom:12px}}
