@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;450;500;550;600;650;700;750&display=swap');
:root{--bg:#f6f7f9;--paper:#fff;--ink:#202c36;--muted:#84909b;--line:#e9edf0;--green:#347b65;--green-light:#eaf3ef;--blue:#6388ad;--rose:#b77d94;--radius:14px}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font:14px/1.6 'Golos Text',system-ui,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea{ -webkit-tap-highlight-color:transparent}a,button,input,select,textarea{outline-offset:4px}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--green)}h1,h2,p{margin:0}h1{font-size:34px;letter-spacing:-1.1px;line-height:1.25;font-weight:650}h2{font-size:19px;font-weight:600;letter-spacing:-.4px}.sidebar{position:fixed;inset:0 auto 0 0;width:238px;background:#fff;border-right:1px solid var(--line);display:flex;flex-direction:column;padding:35px 23px;z-index:2}.brand{display:flex;align-items:center;gap:10px;font-size:23px;font-weight:650;letter-spacing:-1px}.brand-icon{width:42px;height:48px;color:var(--green)}.brand small{display:block;font-size:8px;letter-spacing:2.1px;color:var(--muted);font-weight:500;margin-top:1px}.nav-caption{font-size:9px;letter-spacing:1.7px;color:#a0a8af;margin:52px 13px 13px}.nav-item{padding:12px 13px;border-radius:8px;font-size:12px;font-weight:550;display:flex;gap:12px;align-items:center}.nav-item span{font-size:20px}.nav-item.active{color:var(--green);background:var(--green-light)}.sidebar-note{margin-top:auto;border:1px solid var(--line);border-radius:10px;padding:17px 14px;background:linear-gradient(150deg,#f5f9f7,#fff)}.note-icon{display:block;color:var(--green);font-size:26px;margin-bottom:8px}.sidebar-note strong{font-size:11px;font-weight:550}.sidebar-note p{font-size:10px;line-height:1.8;color:var(--muted);margin-top:7px}.sidebar-footer{font-size:10px;margin-top:26px;color:#677780}.sidebar-footer small{display:block;color:#a0a8af;margin-top:8px;font-size:9px}.status-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#78a28b;margin-right:7px}.workspace{margin-left:238px;min-height:100vh;display:flex;flex-direction:column}.topbar{height:80px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;padding:0 42px;font-size:11px;color:var(--muted);background:rgba(255,255,255,.8)}.topbar strong{font-weight:500;color:#4b5963}.crumb-separator{margin:0 15px;color:#c9d0d5}.topbar-label{display:flex;align-items:center;gap:23px;font-size:10px}.avatar{display:grid;place-items:center;width:32px;height:32px;border:3px solid #fff;background:#e7eee8;border-radius:50%;color:#5a7766;font-size:10px}main{padding:38px 42px 30px;max-width:1700px;width:100%;margin:0 auto;flex:1}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:28px}.eyebrow{font-size:9px;letter-spacing:2px;color:var(--green);font-weight:600;margin-bottom:10px}.page-heading p{font-size:12px;color:var(--muted);margin-top:12px}.heading-dot{color:var(--green)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:11px 19px;border-radius:7px;border:1px solid transparent;font-size:11px;font-weight:550;cursor:pointer;white-space:nowrap;transition:background .15s,transform .15s}.button:hover{transform:translateY(-1px)}.primary{background:var(--green);color:#fff;box-shadow:0 3px 7px #347b6512}.primary:hover{background:#296650}.secondary{border-color:#dfe5e8;background:#fff;color:#55636c}.secondary:hover{background:#f6f9f7}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:30px}.stat{display:flex;align-items:center;gap:15px;padding:22px;background:#fff;border:1px solid var(--line);border-radius:var(--radius);position:relative}.stat-symbol{width:43px;height:43px;display:grid;place-items:center;border-radius:12px;font-size:24px}.stat-symbol.all{background:var(--green-light);color:var(--green)}.stat-symbol.male{background:#edf3fa;color:var(--blue)}.stat-symbol.female{background:#fbf0f4;color:var(--rose)}.stat div>span{font-size:10px;color:var(--muted)}.stat strong{display:block;font-size:27px;font-weight:550;line-height:1.3}.stat small{margin-left:auto;font-size:9px;color:#a2abb1;align-self:flex-end;padding-bottom:4px}.filter-bar{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border:1px solid var(--line);border-radius:11px}.search{position:relative;flex:1}.search>span{position:absolute;left:14px;top:1px;font-size:26px;color:#94a0a6}.search input{padding-left:42px;width:100%;background:#f8f9fb;border-color:#f0f2f4}.filter-bar select{width:154px}.filter-bar .button{min-height:41px}.text-link{color:var(--green);font-size:11px}.section-caption{display:flex;justify-content:space-between;margin:24px 1px 17px;font-size:9px;color:var(--muted);letter-spacing:1px}.section-caption b{margin-left:7px;padding:2px 6px;border-radius:4px;background:#e9edf0;font-size:9px;color:#6e7b83}.section-caption>span:last-child{letter-spacing:0}.pigeon-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.pigeon-card{background:#fff;border:1px solid #e5eaed;border-radius:12px;overflow:hidden;transition:box-shadow .2s,transform .2s}.pigeon-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #243a4810}.card-photo{height:184px;position:relative;overflow:hidden;background:#e9eeed}.card-photo.female{background:#edeceb}.card-photo img{width:100%;height:100%;object-fit:cover}.bird-placeholder{height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#8eaaa0;background:radial-gradient(ellipse at 45% 40%,#f6f9f4 0,transparent 70%)}.bird-placeholder svg{height:94px;width:94px;transform:rotate(-5deg)}.bird-placeholder span{font-size:9px;color:#97a39e;margin-top:9px}.sex-badge{position:absolute;top:12px;left:12px;font-size:9px;padding:4px 9px;border-radius:5px;background:#fffffff0;color:var(--blue);border:1px solid #ffffff60}.sex-badge.female{color:var(--rose)}.sex-badge.inline{position:static;display:inline-block;background:#edf3fa;font-size:11px}.sex-badge.inline.female{background:#fbf0f4}.card-body{padding:18px 18px 0}.ring{font-size:10px;letter-spacing:1px;color:var(--muted);overflow-wrap:anywhere}.card-body h2{margin-top:5px;font-size:20px;display:flex;justify-content:space-between;gap:10px;overflow-wrap:anywhere}.card-body h2 span{font-weight:400;color:#aeb9b8;font-size:19px}.card-body p{font-size:10px;color:#8a969e;margin-top:4px}.card-bottom{border-top:1px solid #f0f2f3;margin-top:17px;padding:12px 0;display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:9px;color:#8c989f}.color-dot{width:7px;height:7px;background:#a1acb5;display:inline-block;border-radius:50%;margin-right:6px}.pedigree-hint{color:#668776;white-space:nowrap}.page-footer{padding:22px 42px;display:flex;justify-content:space-between;color:#a4adb3;font-size:9px}.page-footer span{letter-spacing:.6px}.empty-state{text-align:center;background:#fff;border:1px dashed #d8e2dc;border-radius:12px;padding:50px 25px}.empty-bird{display:block;color:#8aaa9b;width:85px;height:85px;margin:auto auto 15px}.empty-state p{max-width:440px;margin:12px auto 23px;color:var(--muted);font-size:12px}.pagination{display:flex;justify-content:center;align-items:center;gap:20px;margin-top:25px;font-size:11px;color:var(--muted)}.panel{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:26px}.back-link{display:inline-block;font-size:11px;color:#829088;margin-bottom:24px}.profile{display:flex;gap:32px;margin-bottom:24px}.profile-photo{width:220px;min-height:185px;background:#eef2ef;border-radius:9px;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;color:#92aa9d;flex-shrink:0}.profile-photo svg{width:95px;height:95px}.profile-photo span{font-size:9px;margin-top:10px}.profile-photo img{width:100%;height:220px;object-fit:cover}.profile-info{flex:1}.profile dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin:20px 0 0}.profile dt{font-size:10px;color:var(--muted);margin-bottom:4px}.profile dd{font-size:12px;margin:0;overflow-wrap:anywhere}.profile dd a{color:var(--green)}.panel-heading{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:20px}.panel-heading p{font-size:11px;color:var(--muted);margin-top:7px}.tree-legend{display:flex;gap:13px;font-size:9px;white-space:nowrap;color:var(--muted)}.legend-male{color:var(--blue)}.legend-female{color:var(--rose)}.pedigree-panel{padding-bottom:16px}.tree-scroll{overflow:auto;padding:10px 2px 14px}.generation-labels{display:grid;grid-template-columns:repeat(4,228px);width:912px;font-size:8px;letter-spacing:.8px;color:#98a4ac;padding-bottom:13px}.pedigree-tree{width:912px;min-height:624px}.tree-branch{display:flex;align-items:center;flex:1;position:relative}.tree-node-wrap{width:228px;flex-shrink:0;padding-right:32px;position:relative}.tree-node{border:1px solid #d9e5f0;border-left:3px solid #9cb6d0;background:#f8fbfe;border-radius:7px;padding:9px 11px;display:flex;flex-direction:column;min-height:69px;overflow-wrap:anywhere;position:relative;z-index:1}.tree-node.female{background:#fdf9fb;border-color:#eddee6;border-left-color:#d4a5b9}.tree-node.selected{box-shadow:0 0 0 3px #eaf3ef;border-color:#86ae9e;border-left-color:var(--green);background:#f5faf7}.tree-node:hover:not(.unknown){box-shadow:0 3px 12px #314b5e18;border-color:var(--green)}.node-relation{font-size:8px;color:#8c9aa7;display:flex;justify-content:space-between}.tree-node strong{font-size:11px;font-weight:550;line-height:1.5;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.node-ring{font-size:8px;color:#8b98a2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-node.unknown{background:#fafbfc;border:1px dashed #e1e6e9;color:#b1bac1}.tree-node.unknown strong{font-weight:400}.tree-node.unknown .node-ring{color:#bac2c8}.tree-parents{display:flex;flex-direction:column;gap:10px;position:relative}.tree-parents>.tree-branch:before{content:"";position:absolute;left:-17px;top:0;bottom:0;width:17px;border-left:1px solid #d9e1e6}.tree-parents>.tree-branch:first-child:before{top:50%;border-top:1px solid #d9e1e6;border-top-left-radius:5px}.tree-parents>.tree-branch:last-child:before{bottom:50%;border-bottom:1px solid #d9e1e6;border-bottom-left-radius:5px}.tree-parents>.tree-branch:first-child:after{content:"";position:absolute;left:-17px;bottom:-10px;height:10px;border-left:1px solid #d9e1e6}.tree-branch:has(>.tree-parents)>.tree-node-wrap:after{content:"";position:absolute;right:17px;top:50%;width:15px;border-top:1px solid #d9e1e6}.detail-bottom{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}.muted{font-size:12px;color:var(--muted);margin-top:14px}.count-pill{display:inline-block;font-size:11px;padding:1px 7px;background:#f0f3f2;border-radius:5px;color:#89958f;margin-left:5px}.children-list{margin-top:15px}.children-list>a{display:flex;justify-content:space-between;padding:12px 0;border-top:1px solid var(--line);font-size:12px;color:var(--green)}.children-list small{display:block;color:var(--muted);font-size:10px}.notes{font-size:12px;white-space:normal;overflow-wrap:anywhere;margin-top:15px}.notes p+p{margin-top:12px}.delete-section{margin-top:28px;color:#99a3aa;font-size:10px}.delete-section summary{cursor:pointer}.delete-section p{margin:10px 0}.danger{background:#fff3f1;color:#a44c42;border-color:#efd5d0}.form-columns{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:24px}.form-main{display:grid;gap:22px}.form-section-title{display:flex;gap:14px;margin-bottom:23px}.form-section-title>span{color:var(--green);background:var(--green-light);width:30px;height:30px;flex-shrink:0;display:grid;place-items:center;border-radius:7px;font-size:10px}.form-section-title h2{font-size:16px}.form-section-title p,.form-side p{font-size:10px;color:var(--muted);margin-top:5px}.fields-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.field.full{grid-column:1/-1}.field label{display:block;font-size:11px;font-weight:500;margin-bottom:8px}input:not([type=submit]):not([type=file]),select,textarea{border:1px solid #dfe5e8;border-radius:7px;min-height:42px;padding:10px 12px;font-size:12px;color:var(--ink);background-color:#fff;max-width:100%}.search input:not([type=submit]){padding-left:42px;background:#f8f9fb}.field input,.field select,.field textarea{width:100%}textarea{resize:vertical;line-height:1.7}input::placeholder,textarea::placeholder{color:#adb6bc;font-size:11px}.field small,.form-side>small{display:block;color:#a0aab1;font-size:9px;margin-top:7px}.form-hint{font-size:10px;color:#8c999f;margin-top:15px}.form-side{align-self:start;text-align:center}.form-side h2{font-size:16px;text-align:left}.form-side>p:first-of-type{text-align:left}.photo-upload-preview{height:205px;background:#f2f5f3;border:1px dashed #d5e0d9;border-radius:9px;margin:23px 0 16px;display:grid;place-items:center;overflow:hidden;color:#9ab0a4}.photo-upload-preview svg{width:100px;height:100px}.photo-upload-preview img{width:100%;height:205px;object-fit:cover}.upload-label{width:100%;cursor:pointer}.photo-input{width:100%;font-size:9px;margin-top:12px;color:var(--muted)}.photo-input::file-selector-button{display:none}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}.flash,.form-errors{border-radius:9px;padding:15px 20px;font-size:12px;margin-bottom:25px}.flash.notice{background:#e8f3ed;color:#347b65}.flash.alert,.form-errors{background:#fff0ed;color:#a25747}.form-errors ul{padding-left:20px;margin:8px 0}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
@media(min-width:1550px){.pigeon-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.card-photo{height:210px}}
@media(max-width:1200px){.sidebar{width:205px;padding:30px 18px}.workspace{margin-left:205px}main{padding:30px 26px}.topbar{padding:0 26px}.stat{padding:16px}.stat small{display:none}.pigeon-grid{gap:15px}.card-body{padding:14px 14px 0}.card-bottom{font-size:8px}.form-columns{grid-template-columns:minmax(0,1fr) 240px}.profile dl{grid-template-columns:repeat(2,minmax(0,1fr))}.tree-legend{flex-wrap:wrap;justify-content:flex-end}}
@media(max-width:960px){.sidebar{width:175px;padding:25px 13px}.brand{font-size:20px}.brand-icon{width:32px}.brand small{font-size:7px}.workspace{margin-left:175px}.nav-item{font-size:10px;gap:8px}.pigeon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.topbar-label{display:none}h1{font-size:28px}.page-heading{align-items:flex-start}.form-columns{grid-template-columns:1fr}.form-side{max-width:none}.photo-upload-preview{max-width:260px;margin-left:auto;margin-right:auto}.upload-label{width:auto}.photo-input{display:block;max-width:230px;margin:12px auto}.profile-photo{width:170px}.detail-bottom{grid-template-columns:1fr}.panel-heading{align-items:flex-start}.tree-legend{max-width:145px}}
@media(max-width:650px){.sidebar{position:static;width:100%;height:auto;padding:15px 20px;flex-direction:row;justify-content:space-between;align-items:center;border-right:0;border-bottom:1px solid var(--line)}.nav-caption,.sidebar-note,.sidebar-footer{display:none}.brand small{font-size:6px}.brand-icon{height:35px}.nav-item{font-size:10px;padding:8px 10px}.workspace{margin-left:0}.topbar{height:47px;padding:0 20px;font-size:10px}main{padding:25px 18px}.page-heading{flex-wrap:wrap;gap:18px;margin-bottom:22px}h1{font-size:29px}.page-heading p{font-size:11px}.page-heading .button{min-height:38px}.stats{gap:8px;margin-bottom:20px}.stat{padding:13px 9px;gap:8px}.stat-symbol{width:26px;height:30px;font-size:20px;border-radius:7px}.stat div>span{font-size:8px}.stat strong{font-size:23px}.filter-bar{flex-wrap:wrap;padding:12px;gap:8px}.search{flex-basis:100%}.filter-bar select{flex:1}.pigeon-grid{gap:12px}.card-photo{height:148px}.bird-placeholder svg{width:70px;height:70px}.bird-placeholder span{font-size:7px}.card-body{padding:12px 11px 0}.card-body h2{font-size:17px}.card-body p{font-size:9px}.ring{font-size:8px}.card-bottom{display:block;margin-top:12px}.pedigree-hint{display:none}.sex-badge{font-size:8px;top:9px;left:9px}.page-footer{padding:20px;font-size:8px}.panel{padding:20px}.profile{flex-direction:column;gap:22px}.profile-photo{width:100%;height:200px}.profile-photo img{height:100%}.profile dl{gap:20px 14px}.panel-heading{flex-direction:column;gap:12px}.tree-legend{max-width:none;justify-content:flex-start}.fields-grid{grid-template-columns:1fr}.form-actions{justify-content:stretch}.form-actions .button{flex:1}.form-section-title p{line-height:1.8}.form-side{order:-1}.photo-upload-preview{height:145px}.photo-upload-preview img{height:145px}.form-section-title h2{font-size:16px}.generation-labels{font-size:8px}.empty-state{padding:30px 20px}}
.account-bar{display:flex;justify-content:flex-end;align-items:center;gap:14px;margin-bottom:20px;font-size:12px;color:var(--muted)}.auth-panel{max-width:500px;margin:40px auto;padding:35px}.auth-panel>p{margin:16px 0;color:var(--muted)}.auth-panel .field{margin:20px 0}.auth-panel input{width:100%}.upload-group{text-align:left;margin:20px 0;padding-top:15px;border-top:1px solid var(--line)}.upload-group label{display:block;font-size:12px;font-weight:600;margin-bottom:8px}.upload-group input{width:100%;font-size:10px}.upload-previews{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.upload-previews img{width:60px;height:60px;object-fit:cover;border-radius:6px}.gallery-panel{margin-top:25px}.gallery-panel h3{font-size:14px;margin-top:25px}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:15px}.gallery-grid figure{margin:0}.gallery-grid img{width:100%;height:180px;object-fit:cover;border-radius:9px}.gallery-grid .button{margin-top:8px;font-size:10px}

/* --- View switch (grid / table) --- */
.view-switch{display:inline-flex;border:1px solid var(--line);border-radius:7px;overflow:hidden;background:#fff}
.view-option{padding:5px 12px;font-size:10px;color:var(--muted);letter-spacing:0;transition:background .15s,color .15s}
.view-option+.view-option{border-left:1px solid var(--line)}
.view-option:hover{background:#f4f8f6}
.view-option.active{background:var(--green);color:#fff}

/* --- Stronger male / female distinction on cards --- */
.pigeon-card{border-top:3px solid transparent}
.pigeon-card.male{border-color:#cfdff0;border-top-color:var(--blue);background:linear-gradient(180deg,#f8fbff,#fff 42%)}
.pigeon-card.female{border-color:#f0dbe4;border-top-color:var(--rose);background:linear-gradient(180deg,#fff8fb,#fff 42%)}
.pigeon-card.male:hover{box-shadow:0 12px 30px #6388ad2e}
.pigeon-card.female:hover{box-shadow:0 12px 30px #b77d942e}
.card-photo.male{background:linear-gradient(160deg,#eaf2fb,#dbe8f6)}
.card-photo.female{background:linear-gradient(160deg,#fbeef4,#f5dde7)}
.pigeon-card.male .card-bottom{border-top-color:#e5eef8}
.pigeon-card.female .card-bottom{border-top-color:#f6e6ee}
.pigeon-card.male .pedigree-hint{color:var(--blue)}
.pigeon-card.female .pedigree-hint{color:var(--rose)}

/* --- Rating badge --- */
.rating-badge{display:inline-flex;align-items:baseline;gap:1px;font-size:12px;font-weight:600;color:#8a6d1f;background:#fdf3d7;border:1px solid #f2e2ad;border-radius:6px;padding:1px 7px;line-height:1.5}
.rating-badge small{font-size:8px;font-weight:500;color:#a9914f}
.rating-badge.inline{margin-left:9px;font-size:12px}
.rating-badge.card-rating{position:absolute;top:12px;right:12px;background:#fffffff0;border-color:#f0e3b8}

/* --- Sex chip in table --- */
.sex-chip{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:550;padding:2px 8px;border-radius:5px}
.sex-chip.male{color:var(--blue);background:#edf3fa}
.sex-chip.female{color:var(--rose);background:#fbf0f4}

/* --- Table view --- */
.table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:11px;background:#fff}
.pigeon-table{width:100%;border-collapse:collapse;font-size:12px;min-width:940px}
.pigeon-table th{text-align:left;font-size:9px;letter-spacing:1px;text-transform:uppercase;color:var(--muted);font-weight:600;padding:13px 14px;border-bottom:1px solid var(--line);background:#fbfcfd;white-space:nowrap}
.pigeon-table td{padding:10px 14px;border-bottom:1px solid #f2f5f6;vertical-align:middle}
.pigeon-table tbody tr:last-child td{border-bottom:0}
.pigeon-table tbody tr{transition:background .12s}
.pigeon-table tbody tr:hover{background:#f7faf8}
.pigeon-table tr.sex-row.male{box-shadow:inset 3px 0 var(--blue)}
.pigeon-table tr.sex-row.female{box-shadow:inset 3px 0 var(--rose)}
.pigeon-table tr.sex-row.male td:first-child{background:linear-gradient(90deg,#f2f7fc,transparent)}
.pigeon-table tr.sex-row.female td:first-child{background:linear-gradient(90deg,#fdf4f8,transparent)}
.pigeon-table .photo-col{width:64px;padding-right:0}
.pigeon-table .thumb{display:block;width:46px;height:46px;border-radius:8px;object-fit:cover;background:#eef2ef}
.pigeon-table .thumb.placeholder{display:grid;place-items:center;color:#a7bcb1}
.pigeon-table .thumb.placeholder svg{width:30px;height:30px}
.cell-link{color:var(--green);font-weight:550}
.cell-muted{color:var(--muted)}

/* --- Young birds (unknown sex) --- */
.stat-symbol.young{background:#eef1ef;color:#5f7d70}
.pigeon-card.young{border-color:#dde5e0;border-top-color:#6f9484;background:linear-gradient(180deg,#f6faf8,#fff 42%)}
.pigeon-card.young:hover{box-shadow:0 12px 30px #6f94842e}
.card-photo.young{background:linear-gradient(160deg,#eef4f0,#dde8e2)}
.pigeon-card.young .card-bottom{border-top-color:#e6efe9}
.pigeon-card.young .pedigree-hint{color:#5f7d70}
.sex-badge.young{color:#5f7d70}
.sex-badge.inline.young{background:#eef1ef}
.sex-chip.young{color:#5f7d70;background:#eef1ef}
.pigeon-table tr.sex-row.young{box-shadow:inset 3px 0 #6f9484}
.pigeon-table tr.sex-row.young td:first-child{background:linear-gradient(90deg,#f3f8f5,transparent)}
.tree-node.young{background:#f7faf8;border-color:#dde7e1;border-left-color:#8fb2a3}
.legend-young{color:#5f7d70}
