:root{--pill-bg: rgb(250 250 250);--pill-border: rgb(229 231 235);--pill-hover-bg: rgb(229 231 235);--shell-max: 1800px;--shell-width: 90vw;--rail-left-w: 320px;--rail-right-w: 340px;--avatar-size: 72px;--avatar-gap: 28px;--circle-cell-w: calc(var(--avatar-size) + 16px);--font-xs: 11px;--font-sm: 13px;--font-base: 14px;--font-title: 15px;--shell-header-h: 60px;--shell-body-pad: 24px;--sticky-top: calc(var(--shell-header-h) + var(--shell-body-pad));--accent-hue: 200;--accent-sat: 100%;--accent-light: 32%;--accent: hsl(var(--accent-hue), var(--accent-sat), var(--accent-light));--accent-hover: hsl(var(--accent-hue), var(--accent-sat), calc(var(--accent-light) + 5%));--accent-border: hsl(var(--accent-hue), var(--accent-sat), calc(var(--accent-light) - 5%));--accent-contrast: #ffffff}.note-body-clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.btn-accent{border-color:var(--accent-border);background:var(--accent);color:var(--accent-contrast);box-shadow:0 1px 2px #0000001a}.btn-accent:hover{background:var(--accent-hover)}.btn-accent-outline{border-color:var(--accent-border);background:#fff;color:var(--accent)}.btn-accent-outline:hover{background:hsl(var(--accent-hue),40%,96%)}html[data-theme=dark] .btn-accent-outline{background:rgb(var(--theme-surface-rgb));color:var(--accent)}.dashboard-shell{width:min(var(--shell-width),var(--shell-max))}@media(max-width:1400px){.dashboard-shell{width:100%}}@media(max-width:500px){.dashboard-shell{width:100vw;max-width:100vw}}.dash-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:saturate(180%) blur(6px);backdrop-filter:saturate(180%) blur(6px)}html[data-theme=dark] .dash-header{background:rgb(var(--theme-surface-rgb) / .92);border-color:rgb(var(--theme-border-rgb) / .8)}html[data-theme=dark] .dashboard-shell{background:rgb(var(--theme-shell-rgb));color:rgb(var(--theme-text-rgb));box-shadow:0 28px 80px rgb(var(--theme-shadow-rgb) / .18)}.modern-shell-banner:empty{display:none}@media(min-width:1025px){.dashboard-shell{display:flex;flex-direction:column;height:calc(100dvh - 2rem);max-height:calc(100dvh - 2rem);overflow:hidden}.dashboard-shell .modern-shell-body{flex:1 1 auto;min-height:0;align-items:stretch;overflow:hidden}.dashboard-shell .rail-sticky{position:relative;top:auto;align-self:stretch}.dashboard-shell .modern-shell-main{min-height:0}.dashboard-shell .rail-scroll,.dashboard-shell .main-scroll{height:100%;max-height:none;overflow-y:auto;overscroll-behavior:contain;min-height:0}.dashboard-shell .main-scroll{padding-right:.125rem}.dashboard-shell .main-scroll::-webkit-scrollbar{width:0;height:0}.dashboard-shell .main-scroll{scrollbar-width:none}}.rail-left{width:var(--rail-left-w);min-width:var(--rail-left-w);max-width:var(--rail-left-w);flex-shrink:0}.rail-right{width:var(--rail-right-w);min-width:var(--rail-right-w);max-width:var(--rail-right-w);flex-shrink:0}.rail-sticky{position:sticky;top:var(--sticky-top);align-self:start;z-index:5}@media(max-width:1785px){.dashboard-modern-shell .rail-right{display:none}}@media(max-width:1400px){.rail-right{display:none}}@media(min-width:1025px)and (max-width:1400px){.upcoming-shows-shell .rail-right{display:block}}@media(min-width:1025px){.upcoming-shows-shell{--rail-right-w: 420px}}@media(min-width:1400px){.upcoming-shows-shell{--rail-right-w: 480px}}@media(min-width:1700px){.upcoming-shows-shell{--rail-right-w: 520px}}.website-builder-shell{width:98%;max-width:none}@media(max-width:1024px){.rail-left{display:none}.mobile-menu-trigger{display:block}}@media(min-width:1025px){.mobile-menu-trigger{display:none}}.shell-mobile-menu .mobile-menu-trigger{display:block!important}@media(max-width:760px){.genetics-mobile-tight-shell .modern-shell-banner{padding-left:.5rem;padding-right:.5rem;padding-top:.5rem}.genetics-mobile-tight-shell .modern-shell-body{padding:.5rem .5rem .75rem}}@media(max-width:500px){.barn-shell .modern-shell-body{padding-left:.5rem;padding-right:.5rem}}.font-xs{font-size:var(--font-xs);line-height:14px}.font-sm{font-size:var(--font-sm)}.font-base{font-size:var(--font-base)}.font-title{font-size:var(--font-title)}.card{border:1px solid rgb(229 231 235);border-radius:20px;background:#fff;box-shadow:0 1px 2px #0000000a}.row-item{display:flex;align-items:flex-start;gap:8px;padding:8px;border:1px solid rgb(229 231 235);border-radius:12px;background:#fff}.rail-left .card,.rail-right .card{background:#fff}html[data-theme=dark] .card{border-color:rgb(var(--theme-border-rgb) / .82);background:rgb(var(--theme-surface-rgb));box-shadow:0 1px 2px rgb(var(--theme-shadow-rgb) / .08);color:rgb(var(--theme-text-rgb))}html[data-theme=dark] .row-item{border-color:rgb(var(--theme-border-rgb) / .82);background:rgb(var(--theme-surface-rgb));color:rgb(var(--theme-text-rgb))}html[data-theme=dark] .rail-left .card,html[data-theme=dark] .rail-right .card{background:rgb(var(--theme-surface-rgb))}.circles-scroller{position:relative;overflow:hidden;z-index:1}.circles-track{display:flex;gap:var(--avatar-gap);align-items:center;white-space:nowrap;overflow-x:auto;overflow-y:hidden;padding:8px 44px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.circles-track::-webkit-scrollbar{width:0;height:0}.circle-btn{display:inline-flex;flex-direction:column;align-items:center;flex:0 0 var(--circle-cell-w);min-width:var(--circle-cell-w);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;padding:0;margin:0;width:var(--circle-cell-w);text-align:center;cursor:pointer}.circle-wrap{position:relative;width:var(--avatar-size);height:var(--avatar-size);border-radius:9999px;overflow:hidden;box-shadow:0 0 0 1px #e5e7eb,0 6px 12px #00000014;transition:transform .14s ease,box-shadow .14s ease}.circle-wrap:after{content:"";position:absolute;inset:0;border-radius:9999px;pointer-events:none;box-shadow:none}.circle-wrap.is-recommended:after{box-shadow:0 0 0 2px #e5e7eb}.circle-btn:hover .circle-wrap{transform:translateY(-1px) scale(1.06);box-shadow:0 0 0 1px #e5e7eb,0 10px 22px #0000001f}.circle-btn:active .circle-wrap{transform:translateY(0) scale(1.03)}.circle-btn:focus-visible .circle-wrap:after{box-shadow:0 0 0 3px #e5e7ebe6}.circle-img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.circle-label{margin-top:4px;display:block;font-size:var(--font-xs);line-height:14px;height:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;text-align:center}.circles-chevron{position:absolute;top:50%;transform:translateY(-50%);height:36px;width:36px;border-radius:9999px;background:#ffffffeb;border:1px solid rgb(229 231 235);box-shadow:0 2px 8px #0000000f;display:grid;place-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1}html.dark .circles-chevron{background:rgb(var(--theme-surface-rgb) / .96);border-color:rgb(var(--theme-border-rgb) / .82);box-shadow:0 10px 24px rgb(var(--theme-shadow-rgb) / .32);color:rgb(var(--theme-text-rgb))}.circles-chevron.left{left:8px}.circles-chevron.right{right:8px}.circles-chevron[disabled]{opacity:.3;pointer-events:none}.circles-scroller:before,.circles-scroller:after{content:"";position:absolute;top:0;bottom:0;width:64px;pointer-events:none;z-index:1}.circles-scroller:before{left:0;background:linear-gradient(90deg,#fffffff5,#ffffffeb 35%,#fff0)}html.dark .circles-scroller:before{background:linear-gradient(90deg,rgb(var(--theme-surface-rgb) / .98),rgb(var(--theme-surface-rgb) / .92) 35%,rgb(var(--theme-surface-rgb) / 0))}.circles-scroller:after{right:0;background:linear-gradient(-90deg,#fffffff5,#ffffffeb 35%,#fff0)}html.dark .circles-scroller:after{background:linear-gradient(-90deg,rgb(var(--theme-surface-rgb) / .98),rgb(var(--theme-surface-rgb) / .92) 35%,rgb(var(--theme-surface-rgb) / 0))}@media(max-width:640px){.circles-track{padding-left:40px;padding-right:40px}.circles-scroller:before,.circles-scroller:after{width:48px}.circles-chevron{width:32px;height:32px}.circles-chevron.left{left:6px}.circles-chevron.right{right:6px}}@media(max-width:1024px){.rail-sticky{position:static;top:auto;z-index:auto}}@media(max-width:640px){:root{--avatar-size: 64px;--avatar-gap: 22px;--circle-cell-w: calc(var(--avatar-size) + 12px);--shell-width: calc(100vw - 20px) }}.rail-scroll{max-height:calc(100vh - var(--sticky-top));overflow-y:auto;overscroll-behavior:contain}.rail-scroll::-webkit-scrollbar{width:0;height:0}.rail-scroll{scrollbar-width:none}.rail-scroll:after{content:"";position:sticky;height:50px;display:none;pointer-events:none;z-index:2}.rail-scroll:after{bottom:0;background:linear-gradient(transparent,#fff)}html.dark .rail-scroll:after{background:linear-gradient(rgb(var(--theme-shell-rgb) / 0),rgb(var(--theme-shell-rgb) / .96))}.stat-tile{position:relative;overflow:hidden;display:flex;align-items:center;gap:10px;border:1px solid rgb(229 231 235);border-radius:14px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(180deg,#fff,#f7f7f7) border-box;padding:8px 10px;box-shadow:inset 1px 0 #00000008;transition:box-shadow .12s ease,border-color .12s ease,background-color .12s ease;z-index:0}.stat-tile:before{content:"";position:absolute;inset:0;border-left:2px solid #e7e0c4;border-radius:14px;pointer-events:none;z-index:0;background:linear-gradient(90deg,#fffaf0,#fff 70%)}.stat-icon,.stat-label,.stat-value{position:relative;z-index:1}.stat-tile:hover{box-shadow:0 2px 6px #0000000a;border-color:#ddd}.stat-icon{display:grid;place-items:center;width:28px;height:28px;border-radius:9999px;background:linear-gradient(180deg,#fff,#f9fafb);color:#475569;border:1px solid rgb(209 213 219);box-shadow:0 1px 2px #0000000d;transition:box-shadow .15s ease,background .15s ease}.stat-tile:hover .stat-icon{background:linear-gradient(180deg,#fff,#f3f4f6);box-shadow:0 1px 3px #0000000f}.stat-label{font-size:11px;color:#6b7280;letter-spacing:.02em}.stat-label-short,.shell-mobile-menu .stat-label-full{display:none}.shell-mobile-menu .stat-label-short{display:inline}.stat-value{font-size:16px;font-weight:600;color:#111827}.stat-delta{margin-top:2px;font-size:11px;border:1px solid #e5e7eb;border-radius:9999px;padding:1px 6px;color:#6b7280;display:inline-block}.stat-delta.up{color:#065f46;border-color:#d1fae5;background:#ecfdf5}.stat-delta.down{color:#92400e;border-color:#fde68a;background:#fffbeb}.stat-tile[data-key=bucks]:before{border-left-color:#9fbddd;background:linear-gradient(90deg,#e4eef9,#f5f5f5)}.stat-tile[data-key=does]:before{border-left-color:#d9aeb4;background:linear-gradient(90deg,#fbeef0,#f5f5f5)}.stat-tile[data-key=currentLitters]:before{border-left-color:#b9dfbc;background:linear-gradient(90deg,#e8f7e9,#f5f5f5)}.stat-tile[data-key=littersDue]:before{border-left-color:#e8d3a2;background:linear-gradient(90deg,#fff5db,#f5f5f5)}.stat-tile[data-key=rabbits]:before{border-left-color:#c7d2de;background:linear-gradient(90deg,#eef2f7,#f5f5f5)}.stat-tile[data-key=growOuts]:before{border-left-color:#cfc5bb;background:linear-gradient(90deg,#f2eeea,#f5f5f5)}.stat-tile[data-key=breeds]:before{border-left-color:#d7d7d7;background:linear-gradient(90deg,#f5f5f5 0% 100%)}html.dark .stat-tile{--stat-accent: rgb(154 166 188);--stat-edge-glow: rgb(154 166 188 / .06);--stat-accent-icon-from: rgb(154 166 188 / .14);--stat-accent-icon-to: rgb(37 48 66 / .96);--stat-accent-shadow: rgb(82 90 108 / .14);border-color:rgb(var(--theme-border-rgb) / .84);background:linear-gradient(180deg,#141d2afb,#182332f7) padding-box,linear-gradient(180deg,rgb(var(--theme-border-rgb) / .84),rgb(var(--theme-border-rgb) / .72)) border-box;box-shadow:inset 0 1px #ffffff08,0 6px 14px #02061726}html.dark .stat-tile:before{border-left-width:1.5px;border-left-color:var(--stat-accent);background:transparent}html.dark .stat-tile:hover{border-color:rgb(var(--theme-border-strong-rgb) / .96);box-shadow:0 8px 18px #0206172e}html.dark .stat-icon{background:radial-gradient(circle at 34% 26%,rgb(255 255 255 / .07),transparent 18%),linear-gradient(180deg,#ffffff0a,#fff0 44%),linear-gradient(180deg,var(--stat-accent-icon-from) 0%,var(--stat-accent-icon-to) 100%);color:var(--stat-accent);border-color:#ffffff1a;box-shadow:inset 0 1px #ffffff0f,inset 0 -1px #00000029,0 2px 5px var(--stat-accent-shadow)}html.dark .stat-tile:hover .stat-icon{background:radial-gradient(circle at 34% 26%,rgb(255 255 255 / .09),transparent 20%),linear-gradient(180deg,#ffffff0d,#fff0 44%),linear-gradient(180deg,color-mix(in srgb,var(--stat-accent) 16%,transparent),#263244fb);box-shadow:inset 0 1px #ffffff12,inset 0 -1px #0000002e,0 3px 7px var(--stat-accent-shadow)}html.dark .stat-label{color:#94a3b8e6}html.dark .stat-value{color:rgb(var(--theme-text-rgb))}html.dark .stat-delta{border-color:rgb(var(--theme-border-rgb) / .82);color:#94a3b8e6;background:rgb(var(--theme-surface-rgb) / .74)}html.dark .stat-delta.up{color:#a7f3d0;border-color:#065f46b8;background:#064e3b3d}html.dark .stat-delta.down{color:#fde68a;border-color:#92400eb3;background:#78350f38}html.dark .stat-tile[data-key=bucks]:before{border-left-color:#60b0fffa}html.dark .stat-tile[data-key=does]:before{border-left-color:#eb91bcf0}html.dark .stat-tile[data-key=currentLitters]:before{border-left-color:#75de97f0}html.dark .stat-tile[data-key=littersDue]:before{border-left-color:#ffca4ff5}html.dark .stat-tile[data-key=rabbits]:before,html.dark .stat-tile[data-key=breeds]:before{border-left-color:#6eb7ffeb}html.dark .stat-tile[data-key=growOuts]:before{border-left-color:#ab7cfff5}html.dark .stat-tile[data-key=bucks]{--stat-accent: rgb(96 176 255);--stat-edge-glow: rgb(96 176 255 / .08);--stat-accent-icon-from: rgb(63 139 235 / .15);--stat-accent-icon-to: rgb(31 51 78 / .98);--stat-accent-shadow: rgb(35 94 171 / .12)}html.dark .stat-tile[data-key=does]{--stat-accent: rgb(235 145 188);--stat-edge-glow: rgb(235 145 188 / .08);--stat-accent-icon-from: rgb(217 111 167 / .15);--stat-accent-icon-to: rgb(70 38 60 / .98);--stat-accent-shadow: rgb(139 72 106 / .12)}html.dark .stat-tile[data-key=currentLitters]{--stat-accent: rgb(117 222 151);--stat-edge-glow: rgb(117 222 151 / .08);--stat-accent-icon-from: rgb(67 190 112 / .15);--stat-accent-icon-to: rgb(32 69 50 / .98);--stat-accent-shadow: rgb(42 121 77 / .12)}html.dark .stat-tile[data-key=littersDue]{--stat-accent: rgb(255 202 79);--stat-edge-glow: rgb(255 202 79 / .08);--stat-accent-icon-from: rgb(241 180 49 / .15);--stat-accent-icon-to: rgb(77 58 20 / .98);--stat-accent-shadow: rgb(146 100 15 / .12)}html.dark .stat-tile[data-key=rabbits],html.dark .stat-tile[data-key=breeds]{--stat-accent: rgb(110 183 255);--stat-edge-glow: rgb(110 183 255 / .08);--stat-accent-icon-from: rgb(77 151 255 / .14);--stat-accent-icon-to: rgb(32 48 72 / .98);--stat-accent-shadow: rgb(48 92 156 / .12)}html.dark .stat-tile[data-key=growOuts]{--stat-accent: rgb(171 124 255);--stat-edge-glow: rgb(171 124 255 / .08);--stat-accent-icon-from: rgb(144 92 255 / .15);--stat-accent-icon-to: rgb(53 41 88 / .98);--stat-accent-shadow: rgb(93 62 168 / .12)}:root{--panel-bg: #f7f7f7;--panel-border: #d4d4d8;--panel-radius: 12px}.pedigree-pane{border:1px solid var(--panel-border);background:var(--panel-bg);border-radius:var(--panel-radius);overflow:hidden;box-shadow:0 1px 2px #0000000a}html.dark .pedigree-pane,[data-theme=dark] .pedigree-pane{border-color:#475569d1;background:#0f172ae0;box-shadow:0 16px 36px #0206173d}.pedigree-pane--loading{min-height:640px;display:flex;align-items:center;justify-content:center;color:#525252;font-size:.875rem}.pedigree-pane:before{content:"";display:block;height:8px;border-top-left-radius:var(--panel-radius);border-top-right-radius:var(--panel-radius);background:linear-gradient(180deg,#ffffffb3,#fff0)}html.dark .pedigree-pane:before,[data-theme=dark] .pedigree-pane:before{background:linear-gradient(180deg,#94a3b814,#0f172a00)}.animate-slideDown{animation:slideDown .2s ease-out}.icon-gray{color:#6b7280;transition:color .2s ease-in-out}.icon-gray:hover,.icon-gray-active{color:#2563eb}.nav-icon{color:#737373;transition:all .2s ease-in-out;position:relative}.nav-icon:hover{color:#404040}.nav-icon-active{color:#737373;font-weight:600}.nav-icon-active:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:6px;height:6px;background:#a3a3a3;border-radius:50%;opacity:.8}html.dark .nav-icon,html.dark .nav-icon-active{color:#94a3b8}html.dark .nav-icon:hover,html.dark .nav-icon-active:hover{color:#e2e8f0}html.dark .nav-icon-active:after{background:#94a3b8}.row-item{display:flex;align-items:flex-start;gap:.5rem;padding:0;margin-left:.25rem}.tw-task-wrapper{margin-bottom:.35rem;position:relative;overflow:visible}.tw-task-wrapper:last-child{margin-bottom:0}.tw-task-item{padding:.4rem .6rem .4rem .65rem;margin:0;border-radius:.5rem;cursor:pointer;transition:background .15s;position:relative;border-left:8px solid #10b981!important;overflow:visible}.tw-status-indicator{width:8px;height:8px;border-radius:50%;margin-top:4px;flex-shrink:0}.tw-status-complete{background:#10b981}.tw-status-pending,.tw-status-overdue{background:#f59e0b}.tw-dot-sm{width:7px;height:7px;margin-top:4px}.tw-checkmark-sm{color:#fff;font-size:8px;font-weight:700;line-height:1}.tw-schedule-task-compact{font-size:12px;color:#1e293b;font-weight:500;line-height:1.3}.tw-schedule-meta-compact{font-size:10px;color:#64748b;margin-top:.1rem;line-height:1.2}.tw-completed-label-sm{display:inline-block;margin-left:.4rem;font-size:9px;color:#94a3b8;font-weight:500}.tw-cancelled-label-sm{display:inline-block;margin-left:.4rem;font-size:9px;color:#dc2626;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.tw-task-active-bg{background:#ecfdf5;border:1px solid #d1fae5}.tw-task-active-bg:hover{background:#d1fae5}.tw-task-item-kind-breeding{border-left-color:#10b981!important}.tw-task-item-kind-show{border-left-color:#3b82f6!important}.tw-task-item-kind-medication{border-left-color:#a855f7!important}.tw-task-item-kind-default{border-left-color:#10b981!important}.tw-task-completed-bg{background:#f3f4f6;border:1px solid #e5e7eb;opacity:.8}.tw-task-completed-bg:hover{background:#e5e7eb}.tw-task-cancelled-bg{background:#fff1f2;border:1px solid #fecdd3;opacity:.96}.tw-task-cancelled-bg:hover{background:#ffe4e6}.tw-status-cancelled{background:#ef4444}.tw-dot-red{background:#ef4444!important}.tw-schedule-task-cancelled{color:#9f1239;text-decoration:line-through;text-decoration-thickness:1px}.tw-schedule-meta-cancelled{color:#9f1239}.tw-task-item:hover{background:#f8fafc}.tw-task-expanded{background:#f1f5f9!important}.tw-task-expand,.tw-task-collapse{color:#94a3b8;font-size:14px;margin-left:.5rem;transition:transform .15s}.tw-task-details{padding:.75rem .75rem .75rem 2.5rem;background:#f8fafc;border-radius:0 0 .5rem .5rem;margin-top:-.25rem;animation:slideDown .2s ease-out}.tw-task-details-inline{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem;padding:.4rem .6rem;background:#fff;border-radius:0 0 .5rem .5rem;border:1px solid #e2e8f0;border-top:none;margin-top:0;margin-left:0;margin-right:0;animation:slideDown .2s ease-out;position:relative;z-index:1}.tw-task-details-content{display:flex;align-items:center;flex-wrap:wrap;gap:.3rem;flex:1 1 auto}.tw-task-detail-text{font-size:11px;color:#475569;font-weight:500;white-space:nowrap;flex-shrink:0}.tw-task-details-badges{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.tw-task-detail-pill{display:inline-flex;align-items:center;gap:.2rem;padding:.15rem .4rem;border-radius:9999px;background:#fff;border:1px solid #e2e8f0;font-size:9px;font-weight:500;color:#64748b;white-space:nowrap;height:20px;box-sizing:border-box}.tw-task-detail-pill-secondary{display:inline-flex;align-items:center;padding:.15rem .4rem;border-radius:9999px;background:#fff;border:1px solid #e2e8f0;font-size:9px;font-weight:500;color:#64748b;white-space:nowrap;height:20px;box-sizing:border-box}.tw-task-detail-button-inline{padding:.2rem .6rem;border-radius:9999px;border:1px solid #cbd5e1;background:#fff;font-size:10px;font-weight:500;color:#475569;cursor:pointer;white-space:nowrap;flex-shrink:0;margin-left:auto}.tw-task-detail-button-inline:hover{background:#f1f5f9;border-color:#94a3b8}.tw-task-detail-row{display:flex;align-items:center;gap:.5rem;font-size:12px;color:#475569;margin-bottom:.5rem}.tw-task-detail-icon{font-size:14px}.tw-task-detail-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;background:#e0e7ff;color:#4338ca;font-size:11px;font-weight:600;margin-bottom:.5rem}.tw-task-detail-button{width:100%;padding:.5rem;border-radius:.375rem;border:1px solid #cbd5e1;background:#fff;color:#0c5aa6;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s;margin-top:.25rem}.tw-task-detail-button:hover{background:#f1f5f9;border-color:#0c5aa6}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.tw-task-title-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tw-schedule-task{font-size:13px;color:#1e293b;font-weight:500}.tw-task-category-pill{display:inline-flex;align-items:center;gap:.2rem;margin-left:.4rem;padding:.1rem .35rem;border-radius:.25rem;background:#f1f5f9;color:#475569;font-size:9px;font-weight:600;text-transform:lowercase;letter-spacing:.01em;border:1px solid #e2e8f0;line-height:1;white-space:nowrap}.tw-task-category-pill-positioned{display:inline-flex;align-items:center;gap:.2rem;padding:.1rem .35rem;border-radius:.25rem;background:#f1f5f9;color:#475569;font-size:9px;font-weight:600;text-transform:lowercase;letter-spacing:.01em;border:1px solid #e2e8f0;line-height:1;white-space:nowrap;position:absolute;right:.4rem;bottom:.35rem}.tw-task-type-badge{display:inline-flex;align-items:center;margin-left:.25rem;padding:.15rem .4rem;border-radius:.25rem;background:#fff;color:#64748b;font-size:9px;font-weight:600;text-transform:lowercase;border:1px solid #e2e8f0;line-height:1}.tw-pill-icon{font-size:10px;line-height:1}.tw-schedule-meta{font-size:11px;color:#64748b;margin-top:.15rem}.tw-task-overlay{position:fixed;inset:0;background:#0006;z-index:1000;animation:fadeIn .2s}.tw-task-panel{position:fixed;right:0;top:0;bottom:0;width:400px;max-width:90vw;background:#fff;box-shadow:-4px 0 24px #00000026;z-index:1001;animation:slideIn .25s;display:flex;flex-direction:column}.tw-task-panel-header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.tw-task-panel-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0;flex:1;padding-right:1rem}.tw-task-panel-close{width:32px;height:32px;border-radius:50%;border:none;background:#f1f5f9;color:#64748b;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .15s}.tw-task-panel-close:hover{background:#e2e8f0;color:#334155}.tw-task-panel-content{padding:1.5rem;flex:1;overflow-y:auto}.tw-task-panel-row{display:flex;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.tw-task-panel-row:last-child{border-bottom:none}.tw-task-panel-label{font-size:12px;font-weight:600;color:#64748b;min-width:80px}.tw-task-completed-badge{display:inline-block;padding:.25rem .5rem;border-radius:.25rem;background:#d1fae5;color:#065f46;font-size:11px;font-weight:600}.tw-task-panel-button{margin-top:1rem;width:100%;padding:.75rem;border-radius:.5rem;border:none;background:#0c5aa6;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.tw-task-panel-button:hover{background:#084d8e}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.card{border-radius:1rem;background:#fff;box-shadow:0 1px 4px #0000000a;border:1px solid #e5e7eb}.tw-modern-widget{border-radius:20px;box-shadow:0 4px 24px #0000000f;border:1.5px solid #ececec;background:#fff;padding:.75rem .75rem 1rem 1rem}.tw-header{position:relative;background:none;border-radius:.5rem;padding:0;margin-bottom:.15rem;display:flex;align-items:flex-start}.tw-header-nobg{background:none!important}.tw-header-content{display:flex;flex-direction:column;gap:0;min-width:0;margin-left:0}.tw-title{font-size:15px;font-weight:600;color:#1e293b;white-space:nowrap}.tw-title-lg{font-size:.95rem;font-weight:700;color:#1e293b;margin-top:0;margin-left:0}.tw-week-label{font-size:14px;color:#52525b;white-space:nowrap}.tw-week-label-lg{font-size:.85rem;color:#52525b;margin-left:.25rem;margin-top:-.15rem}.tw-calendar-link{position:absolute;top:0;right:0;font-size:12px;color:#71717a;background:none;border:none;cursor:pointer;z-index:10}.tw-calendar-link:hover{color:#0c5aa6}.tw-weekstrip-bg{background:none;border-radius:1.5rem;margin:.5rem 0;padding:0;box-shadow:none}.tw-weekstrip{display:grid;grid-template-columns:repeat(7,1fr);gap:.3rem;margin-bottom:0}.tw-pill{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:1.25rem;border:1.5px solid #e5e7eb;background:#fff;color:#334155;padding:.45rem .1rem .35rem;min-width:0;width:100%;min-height:48px;box-shadow:0 2px 8px #0000001a;margin:0 auto;cursor:pointer;position:relative;transition:all .18s}.tw-pill:hover{border-color:#0c5aa6;color:#0c5aa6;background:#f0f6ff}.tw-pill-active{background:linear-gradient(180deg,#3d488a,#2f376d)!important;color:#fff!important;border-color:#3d488a!important;box-shadow:0 2px 8px #3d488a2e}.tw-pill-day{font-size:12px;opacity:.7;white-space:nowrap;font-weight:500}.tw-pill-date{font-size:1.1rem;font-weight:700;letter-spacing:.01em}.tw-pill-dot{height:16px;display:flex;align-items:center;justify-content:center}.tw-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#f59e42;margin-top:2px}.tw-dot-green{background:#10b981!important}.tw-dot-yellow{background:#f59e0b!important}.tw-dot-lg{width:9px;height:9px;margin-top:6px}.tw-schedule-list{margin-top:.8rem;padding-left:0}.tw-schedule-section{margin-bottom:1rem}.tw-schedule-section:last-child{margin-bottom:0}.tw-past-due-section{background:#fef9e7;border:1px solid #f59e0b;border-radius:.75rem;padding:.5rem .75rem .75rem;margin-bottom:1rem}.tw-past-due-title{color:#b45309!important;font-weight:700}.tw-past-due-item{margin-left:0!important}.tw-dot-overdue{background:#f59e0b!important}.tw-past-due-more{text-align:center;font-size:11px;color:#dc2626;font-weight:500;margin-top:.5rem;padding-top:.5rem;border-top:1px solid #fecaca}.tw-schedule-title{font-size:.8rem;font-weight:550;color:#52525b;margin-bottom:.25rem;padding-left:.25rem}.tw-schedule-title-clickable{cursor:pointer;display:flex;align-items:center;gap:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:color .15s}.tw-schedule-title-clickable:hover{color:#1e293b}.tw-schedule-arrow{font-size:14px;font-weight:700;transition:transform .2s;display:inline-block}.tw-schedule-arrow-expanded{transform:rotate(90deg)}.tw-see-more{display:block;width:100%;text-align:left;padding:.5rem .25rem;margin-top:.25rem;font-size:13px;color:#0c5aa6;background:none;border:none;cursor:pointer;transition:color .15s}.tw-see-more:hover{color:#084d8e}.tw-completed{opacity:1}.tw-completed .tw-schedule-task{color:#94a3b8}.tw-completed .tw-schedule-meta{color:#cbd5e1}.tw-completed .tw-dot{background:#94a3b8!important}.tw-dot-active{background:#22c55e!important;display:flex;align-items:center;justify-content:center}.tw-checkmark{color:#fff;font-size:10px;font-weight:700;line-height:1}.tw-completed-label{display:inline-block;margin-left:.5rem;font-size:11px;color:#94a3b8;font-weight:500}.tw-schedule-task{font-size:14px;color:#1e293b}.tw-schedule-task-clickable{cursor:pointer;transition:color .15s}.tw-schedule-task-clickable:hover{color:#0c5aa6}.tw-schedule-meta{font-size:12px;color:#64748b}.tw-schedule-empty{font-size:12px;color:#a3a3a3;font-style:italic;padding-left:.5rem}html[data-theme=dark] .card{background:rgb(var(--theme-surface-rgb));border-color:rgb(var(--theme-border-rgb) / .82);box-shadow:0 1px 4px rgb(var(--theme-shadow-rgb) / .18);color:rgb(var(--theme-text-rgb))}html[data-theme=dark] .tw-modern-widget{background:rgb(var(--theme-surface-rgb));border-color:rgb(var(--theme-border-rgb) / .82);box-shadow:0 4px 24px rgb(var(--theme-shadow-rgb) / .22)}html[data-theme=dark] .tw-title,html[data-theme=dark] .tw-title-lg,html[data-theme=dark] .tw-schedule-task,html[data-theme=dark] .tw-schedule-task-compact,html[data-theme=dark] .tw-pill{color:rgb(var(--theme-text-rgb))}html[data-theme=dark] .tw-week-label,html[data-theme=dark] .tw-week-label-lg,html[data-theme=dark] .tw-schedule-title,html[data-theme=dark] .tw-schedule-meta,html[data-theme=dark] .tw-schedule-meta-compact,html[data-theme=dark] .tw-completed-label,html[data-theme=dark] .tw-completed-label-sm,html[data-theme=dark] .tw-cancelled-label-sm,html[data-theme=dark] .tw-task-detail-text,html[data-theme=dark] .tw-task-category-pill,html[data-theme=dark] .tw-task-category-pill-positioned,html[data-theme=dark] .tw-task-type-badge,html[data-theme=dark] .tw-schedule-empty,html[data-theme=dark] .tw-calendar-link{color:rgb(var(--theme-text-soft-rgb))}html[data-theme=dark] .tw-pill{border-color:rgb(var(--theme-border-rgb));background:rgb(var(--theme-surface-rgb));box-shadow:0 2px 10px rgb(var(--theme-shadow-rgb) / .22)}html[data-theme=dark] .tw-pill:hover{border-color:rgb(var(--theme-border-strong-rgb));color:rgb(var(--theme-text-rgb));background:rgb(var(--theme-hover-rgb))}html[data-theme=dark] .tw-task-active-bg{background:#3d488a38;border-color:#6370c46b}html[data-theme=dark] .tw-task-active-bg:hover{background:#3d488a4d}html[data-theme=dark] .tw-task-completed-bg{background:rgb(var(--theme-muted-rgb));border-color:rgb(var(--theme-border-rgb));opacity:.92}html[data-theme=dark] .tw-task-completed-bg:hover{background:rgb(var(--theme-soft-rgb))}html[data-theme=dark] .tw-task-cancelled-bg{background:#7f1d1d38;border-color:#f8717157}html[data-theme=dark] .tw-task-cancelled-bg:hover{background:#7f1d1d4d}html[data-theme=dark] .tw-schedule-task-cancelled,html[data-theme=dark] .tw-schedule-meta-cancelled,html[data-theme=dark] .tw-cancelled-label-sm{color:#fecaca}html[data-theme=dark] .tw-task-item:hover{background:rgb(var(--theme-hover-rgb))}html[data-theme=dark] .tw-task-item-kind-breeding{border-left-color:#3d488a!important}html[data-theme=dark] .tw-task-item-kind-show{border-left-color:#3b82f6!important}html[data-theme=dark] .tw-task-item-kind-medication{border-left-color:#a855f7!important}html[data-theme=dark] .tw-task-item-kind-default{border-left-color:#10b981!important}html[data-theme=dark] .tw-task-expanded{background:rgb(var(--theme-hover-strong-rgb))!important}html[data-theme=dark] .tw-task-details,html[data-theme=dark] .tw-task-details-inline{background:rgb(var(--theme-muted-rgb));border-color:rgb(var(--theme-border-rgb))}html[data-theme=dark] .tw-task-detail-pill,html[data-theme=dark] .tw-task-detail-pill-secondary,html[data-theme=dark] .tw-task-type-badge,html[data-theme=dark] .tw-task-category-pill,html[data-theme=dark] .tw-task-category-pill-positioned,html[data-theme=dark] .tw-task-detail-button-inline,html[data-theme=dark] .tw-task-detail-button{background:rgb(var(--theme-surface-rgb));border-color:rgb(var(--theme-border-rgb));color:rgb(var(--theme-text-muted-rgb))}html[data-theme=dark] .tw-task-detail-button-inline:hover,html[data-theme=dark] .tw-task-detail-button:hover{background:rgb(var(--theme-hover-rgb));border-color:rgb(var(--theme-border-strong-rgb))}html[data-theme=dark] .tw-task-detail-badge{background:#6366f12e;color:#c7d2fe}html[data-theme=dark] .tw-past-due-section{background:#78350f33;border-color:#f59e0b73}html[data-theme=dark] .tw-past-due-title,html[data-theme=dark] .tw-past-due-more{color:#fdba74!important}html[data-theme=dark] .tw-past-due-more{border-top-color:#f59e0b40}html[data-theme=dark] .tw-completed .tw-schedule-task,html[data-theme=dark] .tw-completed .tw-schedule-meta,html[data-theme=dark] .tw-completed-label,html[data-theme=dark] .tw-completed-label-sm{color:rgb(var(--theme-text-subtle-rgb))}html[data-theme=dark] .tw-schedule-title-clickable:hover,html[data-theme=dark] .tw-calendar-link:hover,html[data-theme=dark] .tw-see-more,html[data-theme=dark] .tw-schedule-task-clickable:hover{color:#93c5fd}
