: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%)}.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)}.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}.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}.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)}.circles-scroller:after{right:0;background:linear-gradient(-90deg,#fffffff5,#ffffffeb 35%,#fff0)}@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:block;pointer-events:none;z-index:2}.rail-scroll:after{bottom:0;background:linear-gradient(transparent,#fff)}.stat-tile{position:relative;overflow:hidden;display:flex;align-items:center;gap:8px;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:#b4c8d8;background:linear-gradient(90deg,#e8f0f6,#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:#d7d7d7;background:linear-gradient(90deg,#f5f5f5 0% 100%)}.stat-tile[data-key=breeds]:before{border-left-color:#d7d7d7;background:linear-gradient(90deg,#f5f5f5 0% 100%)}: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);box-shadow:0 1px 2px #0000000a}.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)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.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}
