:root{--bg: #ffffff;--fg: #0b0f14;--muted: #6b7280;--card: #f6f7f9;--border: #e5e7eb;--accent: #2563eb}:root.dark{--bg: #0b0f14;--fg: #f3f4f6;--muted: #9ca3af;--card: #121826;--border: #243244;--accent: #60a5fa}*{box-sizing:border-box}html,body{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";background:var(--bg);color:var(--fg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.container{max-width:1100px;margin:0 auto;padding:24px}.row{display:flex;gap:16px;align-items:center}.space{justify-content:space-between}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:16px}.nav{display:flex;gap:12px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border);position:sticky;top:0;background:color-mix(in oklab,var(--bg) 92%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.badge{font-size:12px;padding:2px 8px;border:1px solid var(--border);border-radius:999px;color:var(--muted)}.btn{background:var(--fg);color:var(--bg);border:1px solid var(--border);border-radius:12px;padding:10px 12px;cursor:pointer}.btn.secondary{background:transparent;color:var(--fg)}.btn.ghost{background:transparent;border-color:transparent;color:var(--muted)}.input{width:100%;padding:10px 12px;border:1px solid var(--border);background:transparent;border-radius:12px;color:var(--fg)}.label{font-size:12px;color:var(--muted);margin-bottom:6px;display:block}.grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:8px}.day{border:1px solid var(--border);border-radius:14px;padding:10px;min-height:110px}.day h4{margin:0 0 8px;font-size:12px;color:var(--muted)}.event{font-size:12px;padding:6px 8px;border:1px solid var(--border);border-radius:12px;margin-bottom:6px;background:color-mix(in oklab,var(--card) 75%,transparent)}.event .meta{color:var(--muted);font-size:11px;margin-top:3px}hr{border:0;border-top:1px solid var(--border);margin:16px 0}@media print{.nav,.no-print{display:none!important}.container{max-width:none;padding:.25in}.day{min-height:1.1in;border-radius:0}}:root{--dept-liturgy: #7c3aed;--dept-pastoral-care: #0f766e;--dept-maintenance: #b45309;--dept-finance: #047857;--dept-clergy: #1d4ed8;--dept-front-desk: #2563eb;--dept-religious-education: #be123c;--dept-communications: #0e7490;--dept-technology: #c2410c;--dept-other: #374151}:root.dark{--dept-liturgy: #a78bfa;--dept-pastoral-care: #5eead4;--dept-maintenance: #fbbf24;--dept-finance: #34d399;--dept-clergy: #93c5fd;--dept-front-desk: #93c5fd;--dept-religious-education: #fda4af;--dept-communications: #67e8f9;--dept-technology: #fdba74;--dept-other: #d1d5db}.deptDot{width:10px;height:10px;border-radius:999px;background:var(--dept-color, var(--muted));flex:0 0 auto;margin-top:2px}.event .deptDot{float:left;margin-right:8px;margin-top:2px}.event:after{content:"";display:block;clear:both}.dept-liturgy{--dept-color: var(--dept-liturgy)}.dept-pastoral-care{--dept-color: var(--dept-pastoral-care)}.dept-maintenance{--dept-color: var(--dept-maintenance)}.dept-finance{--dept-color: var(--dept-finance)}.dept-clergy{--dept-color: var(--dept-clergy)}.dept-front-desk{--dept-color: var(--dept-front-desk)}.dept-religious-education{--dept-color: var(--dept-religious-education)}.dept-communications{--dept-color: var(--dept-communications)}.dept-technology{--dept-color: var(--dept-technology)}.dept-other{--dept-color: var(--dept-other)}.print-page{padding-top:16px}.print-header{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:10px}.print-title{font-size:20px;font-weight:800;letter-spacing:-.01em}.print-subtitle{color:var(--muted);font-size:12px;margin-top:2px}.print-legend{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:color-mix(in oklab,var(--card) 75%,transparent);margin-bottom:10px}.legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--fg)}.legend-swatch{width:10px;height:10px;border-radius:3px}.legend-note{margin-left:auto;font-size:12px;color:var(--muted);display:flex;gap:8px;align-items:center}.print-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-auto-rows:1fr;gap:6px}.print-dow{font-size:12px;color:var(--muted);padding:4px 6px}.print-day{border:1px solid var(--border);border-radius:10px;padding:6px;background:color-mix(in oklab,var(--card) 60%,transparent);display:flex;flex-direction:column;min-height:110px}.print-day.is-outside{opacity:.55}.print-day-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:4px}.print-date{font-weight:800;font-size:13px}.print-day-events{display:flex;flex-direction:column;gap:3px;overflow:hidden}.print-ev{display:flex;align-items:baseline;gap:6px;font-size:11px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.print-ev .deptDot{width:8px;height:8px}.print-ev-time{color:var(--muted);flex:0 0 auto}.print-ev-title{overflow:hidden;text-overflow:ellipsis}.print-ev-room{color:var(--muted);flex:0 0 auto}.print-ev-flag{color:var(--muted);margin-left:4px;flex:0 0 auto}.print-more{font-size:11px;color:var(--muted);margin-top:3px}.print-footer{color:var(--muted);font-size:12px;margin-top:10px}@media print{@page{size:11in 17in landscape;margin:.35in}html,body{height:auto}body{background:#fff!important;color:#000!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.container{max-width:none;padding:0}.print-page{padding:0}.nav,.no-print{display:none!important}.print-grid{gap:.08in}.print-day{min-height:1.33in;border-radius:.08in;background:#fff!important}.print-legend{background:#fff!important}}
