:root{color-scheme:light;--ink: #1b1f24;--muted: #64645f;--paper: #fcf5e6;--surface: #fffdf8;--line: #dfd2bc;--green: #1e5b4e;--green-dark: #153d35;--blue: #a96709;--wine: #7b2e3b;--gold: #c6923a;--shadow: 0 22px 60px rgba(20, 26, 31, .16);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper)}button,input{font:inherit}a{color:inherit}.topbar{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:24px;min-height:64px;padding:0 32px;color:#f9fbfa;background:#153d35f2;border-bottom:1px solid rgba(255,255,255,.16);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand{font-family:Georgia,Times New Roman,serif;font-size:1.2rem;font-weight:700;text-decoration:none}.topbar nav{display:flex;flex-wrap:wrap;gap:8px}.topbar nav a{padding:8px 10px;color:#ffffffdb;text-decoration:none}.topbar nav a:hover{color:#fff}.site-account-button{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border:1px solid rgba(240,194,109,.5);border-radius:999px;color:#fff;background:#ffffff14;font:inherit;cursor:pointer}.site-account-button:hover{background:#ffffff24}.site-auth-panel{position:fixed;z-index:50;top:76px;right:clamp(16px,4vw,48px);width:min(420px,calc(100vw - 32px));padding:24px;border:1px solid rgba(27,72,62,.18);border-radius:14px;background:#fffdf8;box-shadow:0 18px 54px #1130293d}.site-auth-panel h2,.site-auth-required h2{margin:0 0 8px;color:var(--green);font-family:Georgia,Times New Roman,serif}.site-auth-panel p{line-height:1.55}.site-auth-close{position:absolute;top:10px;right:12px;border:0;background:transparent;color:var(--muted);font-size:1.6rem;cursor:pointer}.site-auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin:18px 0;padding:4px;border-radius:10px;background:#1b483e14}.site-auth-tabs button{padding:9px 12px;border:0;border-radius:7px;background:transparent;color:var(--green);font:inherit;font-weight:700;cursor:pointer}.site-auth-tabs button[aria-selected=true]{background:#fff;box-shadow:0 2px 8px #1b483e1f}.site-auth-footnote{margin:16px 0 0;color:var(--muted);font-size:.82rem}.site-auth-message{color:var(--green)}.site-auth-required{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:18px;width:min(760px,calc(100% - 32px));margin:28px auto;padding:22px;border:1px solid rgba(185,126,34,.32);border-radius:14px;background:#ffffffb8}.site-auth-required>.ph{color:var(--gold);font-size:2rem}.site-auth-required p{margin:0;color:var(--muted);line-height:1.5}@media(max-width:720px){.site-auth-panel{top:68px;right:12px;width:calc(100vw - 24px)}.site-auth-required{grid-template-columns:auto minmax(0,1fr)}.site-auth-required .submit-button{grid-column:1 / -1;width:100%}}.hero{min-height:calc(100vh - 64px);display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);align-items:center;gap:clamp(32px,7vw,92px);padding:clamp(32px,7vw,86px);padding-bottom:clamp(56px,8vw,96px);background:linear-gradient(120deg,#153d35f0,#1f4e8cc2),url(/assets/cover.png);background-size:cover;background-position:center;color:#fff}.hero-copy{max-width:780px}.eyebrow{margin:0 0 14px;color:#f0c26d;font-weight:700;letter-spacing:0;text-transform:uppercase}.hero h1{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,7vw,7.5rem);line-height:.94;letter-spacing:0;text-wrap:balance}.lede{max-width:700px;margin:28px 0 0;color:#ffffffe6;font-size:clamp(1.05rem,2vw,1.35rem);line-height:1.6}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}.hero-actions a{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;color:#153d35;background:#fff;border:1px solid rgba(255,255,255,.75);border-radius:6px;font-weight:700;text-decoration:none}.hero-actions a+a{color:#fff;background:#ffffff14}.cover-stage{justify-self:end;width:min(100%,330px);margin:0}.cover-stage img{width:100%;display:block;border:10px solid rgba(255,255,255,.92);box-shadow:var(--shadow)}.cover-stage figcaption{margin-top:12px;color:#ffffffdb;text-align:center}.project-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:var(--line);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.project-strip div{min-height:112px;padding:24px 32px;background:var(--surface)}.project-strip span{display:block;margin-bottom:8px;color:var(--wine);font-size:.82rem;font-weight:800;text-transform:uppercase}.project-strip strong{display:block;color:var(--ink);font-size:1.05rem;line-height:1.35}.reader-shell{display:grid;grid-template-columns:320px minmax(0,1fr);align-items:start;gap:0;min-height:100vh}.toc{position:sticky;top:64px;height:calc(100vh - 64px);padding:24px;overflow:auto;background:#eef3f1;border-right:1px solid var(--line)}.search-box{display:grid;gap:8px;margin-bottom:18px}.search-box label{color:var(--green-dark);font-size:.78rem;font-weight:800;text-transform:uppercase}.search-box input{width:100%;min-height:44px;padding:10px 12px;color:var(--ink);background:#fff;border:1px solid #bdc9c5;border-radius:6px;outline:none}.search-box input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1f4e8c29}.toc-list{display:grid;gap:6px}.toc-group{margin:20px 10px 6px;color:var(--wine);font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.toc-group:first-child{margin-top:0}.toc-item{width:100%;min-height:38px;padding:9px 10px;color:#24312e;background:transparent;border:1px solid transparent;border-radius:6px;text-align:left;cursor:pointer}.toc-item:hover,.toc-item.is-active{background:#fff;border-color:#cbd8d3}.toc-item.is-active{color:var(--green-dark);font-weight:800}.reader{max-width:980px;width:100%;padding:clamp(28px,6vw,76px)}.reader-header{padding-bottom:28px;border-bottom:1px solid var(--line)}.reader-header p{margin:0 0 10px;color:var(--wine);font-weight:800}.reader-header h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,4vw,4rem);line-height:1.04}.book-body{padding-top:30px}.book-body h3{margin:34px 0 16px;color:var(--green-dark);font-family:Georgia,Times New Roman,serif;font-size:clamp(1.4rem,2vw,2rem);line-height:1.2}.book-body p{margin:0 0 18px;color:#2b3035;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.05rem,1.6vw,1.22rem);line-height:1.78}.results{margin-bottom:36px;padding-bottom:28px;border-bottom:1px solid var(--line)}.results h2{margin:0 0 14px;color:var(--green-dark);font-size:1rem;text-transform:uppercase}.result{display:block;width:100%;margin:0 0 10px;padding:14px;color:inherit;background:#fff;border:1px solid var(--line);border-radius:6px;text-align:left;cursor:pointer}.result:hover{border-color:var(--blue)}.result span{display:block;margin-bottom:6px;color:var(--blue);font-weight:800}.result p{margin:0;color:var(--muted);line-height:1.55}mark{padding:0 2px;background:#c6923a57}.loading{min-height:100vh;display:grid;place-items:center;padding:32px;color:#fff;background:var(--green-dark)}.loading h1{font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,6vw,5rem)}.topbar nav a.is-active{color:#fff;background:#ffffff24;border-radius:6px}.tree-page-header{padding:clamp(32px,6vw,64px) clamp(28px,6vw,76px) 0}.tree-page-header .lede{max-width:760px;color:var(--muted);font-size:clamp(1rem,1.5vw,1.1rem);line-height:1.6}.tree-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,420px);gap:24px;align-items:start;padding:clamp(20px,4vw,36px) clamp(28px,6vw,76px) clamp(40px,6vw,80px)}.tree-main{min-width:0}.toc-item--level-1{font-weight:700}.toc-item--level-2{position:relative;padding-left:26px;font-size:.92rem}.toc-item--level-2:before{position:absolute;top:50%;left:12px;width:6px;border-top:1px solid currentColor;opacity:.5;content:""}.brand{display:inline-flex;align-items:center;gap:9px}.brand .ph{color:#e3ad4d;font-size:1.15rem}.topbar nav a{font-size:.92rem}.site-reader-page,.site-workflow-page{min-height:calc(100vh - 64px);background:#fcf5e6}.site-reader-page .hero{position:relative;isolation:isolate;min-height:min(760px,calc(100vh - 64px));overflow:hidden;grid-template-columns:minmax(0,1fr) minmax(250px,350px);padding:clamp(52px,7vw,96px) clamp(32px,8vw,112px);color:#102f29;background:#fcf5e6}.site-hero-botanical{position:absolute;z-index:-1;bottom:-110px;left:0;width:clamp(190px,24vw,340px);height:auto;opacity:.28;mix-blend-mode:multiply;pointer-events:none}.site-reader-page .hero-copy{max-width:760px}.site-reader-page .hero h1{color:#102f29;font-size:clamp(4rem,7vw,7rem);line-height:.94;letter-spacing:-.045em}.site-reader-page .hero .lede{max-width:650px;color:#4d514f;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.08rem,1.8vw,1.3rem)}.site-reader-page .hero-actions a{min-height:52px;padding:12px 22px;color:#fff;background:#bd7b0b;border-color:#bd7b0b;border-radius:6px;font-family:Georgia,Times New Roman,serif;font-size:1rem}.site-reader-page .hero-actions a+a{color:#153d35;background:#ffffff80;border-color:#bd7b0b}.site-reader-page .cover-stage{width:min(100%,310px)}.site-reader-page .cover-stage img{border:8px solid #fffdf8;border-radius:3px;box-shadow:0 24px 60px #4630122e}.site-reader-page .cover-stage figcaption{color:#6b6254;font-family:Georgia,Times New Roman,serif}.site-reader-page .project-strip{gap:0;padding:0 clamp(28px,7vw,96px);background:#f4ead5;border-color:#dfd2bc}.site-reader-page .project-strip div{min-height:126px;padding:28px 30px;background:#fffdf8bf;border-right:1px solid #dfd2bc}.site-reader-page .project-strip div:first-child{border-left:1px solid #dfd2bc}.site-reader-page .project-strip span{color:#7b2e3b;letter-spacing:.06em}.site-reader-page .project-strip strong{color:#173f37;font-family:Georgia,Times New Roman,serif;font-size:1.12rem}.author-section{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:clamp(36px,7vw,96px);align-items:center;padding:clamp(64px,9vw,112px) clamp(28px,8vw,112px);background:#fffdf8;border-bottom:1px solid #dfd2bc}.author-introduction{max-width:720px}.author-introduction .family-profile-kicker{color:#7b2e3b}.author-introduction h2{max-width:650px;margin:8px 0 24px;color:#173f37;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.4rem,5vw,4.8rem);font-weight:500;line-height:.98;text-wrap:balance}.author-introduction p{margin:0;color:#4d514f;font-family:Georgia,Times New Roman,serif;font-size:1.05rem;line-height:1.75}.author-introduction .author-lede{margin-bottom:18px;color:#2f3d38;font-size:clamp(1.15rem,2vw,1.35rem)}.author-introduction cite{color:#173f37}.author-legacy{display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;padding:clamp(28px,4vw,42px);background:#f4ead5;border:1px solid #dfd2bc;border-radius:4px;box-shadow:0 18px 44px #46301217}.author-legacy>.ph{display:grid;place-items:center;width:52px;height:52px;color:#fffdf8;background:#1e5b4e;border-radius:50%;font-size:1.45rem}.author-legacy .eyebrow{margin-bottom:8px;color:#7b2e3b;font-size:.78rem;letter-spacing:.08em}.author-legacy h3{margin:0 0 14px;color:#173f37;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.45rem,2.5vw,2rem);line-height:1.15;text-wrap:balance}.author-legacy p{margin:0 0 20px;color:#4d514f;line-height:1.65}.author-legacy a{display:inline-flex;align-items:center;gap:7px;color:#1e5b4e;font-weight:800;text-underline-offset:4px}.author-legacy a:hover{color:#7b2e3b}.author-legacy small{display:block;margin-top:10px;color:#6b6254}.site-reader-page .reader-shell{grid-template-columns:minmax(270px,310px) minmax(0,1fr);background:#fcf5e6}.site-reader-page .toc{top:64px;padding:28px 22px;background:#f4ead5;border-color:#dfd2bc}.site-reader-page .search-box{margin-bottom:24px;padding-bottom:22px;border-bottom:1px solid #d9c9ab}.site-reader-page .search-box label{color:#7b2e3b;letter-spacing:.07em}.site-reader-page .search-box input{min-height:50px;font-family:Georgia,Times New Roman,serif;border-color:#d5c7af}.site-reader-page .search-box input:focus,.site-workflow-page .form-field input:focus,.site-workflow-page .form-field textarea:focus,.site-workflow-page .form-field select:focus{border-color:#a96709;box-shadow:0 0 0 3px #a9670924}.site-reader-page .toc-list{gap:4px}.site-reader-page .toc-item{color:#40504b;border-radius:4px;font-family:Georgia,Times New Roman,serif;line-height:1.35}.site-reader-page .toc-item:hover,.site-reader-page .toc-item.is-active{color:#153d35;background:#fffdf8d6;border-color:#d8c6a6}.site-reader-page .toc-item.is-active{box-shadow:inset 3px 0 #a96709}.site-reader-page .reader{max-width:920px;margin:0 auto;padding:clamp(42px,7vw,92px) clamp(28px,7vw,88px)}.site-reader-page .reader-header{padding-bottom:32px;border-color:#d9c9ab}.site-reader-page .reader-header p{color:#7b2e3b;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.site-reader-page .reader-header h2{color:#102f29;font-size:clamp(2.5rem,5vw,4.5rem);letter-spacing:-.035em}.site-reader-page .book-body{padding-top:38px}.site-reader-page .book-body h3{color:#173f37}.site-reader-page .book-body p{color:#353936;font-size:clamp(1.06rem,1.5vw,1.2rem);line-height:1.86}.site-reader-page .results{border-color:#d9c9ab}.site-reader-page .results h2{color:#7b2e3b;letter-spacing:.07em}.site-reader-page .result{padding:16px 18px;background:#fffdf8c7;border-color:#dfd2bc;border-radius:8px}.site-reader-page .result span{color:#a96709;font-family:Georgia,Times New Roman,serif}.site-workflow-page{position:relative;overflow:hidden;padding-bottom:72px}.site-page-header{position:relative;isolation:isolate;overflow:hidden;max-width:980px;margin:0 auto;padding:clamp(54px,7vw,82px) 28px 38px;text-align:center}.site-page-botanical{position:absolute;z-index:-1;top:28px;left:-90px;width:240px;opacity:.22;mix-blend-mode:multiply;pointer-events:none}.site-page-header h1{margin:0;color:#102f29;font-family:Georgia,Times New Roman,serif;font-size:clamp(3rem,6vw,5rem);line-height:1;letter-spacing:-.04em;text-wrap:balance}.site-page-header .lede{max-width:740px;margin:24px auto 0;color:#4d514f;font-family:Georgia,Times New Roman,serif;font-size:clamp(1rem,1.5vw,1.16rem);line-height:1.7;text-wrap:balance}.site-workflow-page>.workflow-card{width:min(760px,calc(100% - 56px));max-width:760px;margin:0 auto;padding:clamp(24px,4vw,42px);background:#fffdf8d1;border:1px solid #dfd2bc;border-radius:10px;box-shadow:0 18px 46px #523c1814}.site-workflow-page>.workflow-card--auth{display:grid;gap:18px;margin-top:0;padding-top:clamp(24px,4vw,42px);border-top:3px solid #bd7b0b}.site-workflow-page>.workflow-card--auth h2,.site-workflow-page>.workflow-card--auth p{margin:0}.site-workflow-page>.workflow-card--auth h2{color:#102f29;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.65rem,3vw,2.15rem);line-height:1.15}.site-workflow-page>.workflow-card--auth>p{max-width:62ch;line-height:1.65}.site-workflow-page>.workflow-card--auth form{display:grid;gap:18px;margin-top:2px}.site-workflow-page .form-field label,.site-workflow-page .connection-choice legend,.site-workflow-page .connection-detail legend{color:#7b2e3b;letter-spacing:.055em}.site-workflow-page .form-field input,.site-workflow-page .form-field textarea,.site-workflow-page .form-field select,.site-workflow-page .issue-review-item .queue-actions textarea{min-height:50px;background:#fff;border-color:#d5c7af;border-radius:7px}.site-workflow-page .connection-choice,.site-workflow-page .connection-detail{padding:20px;background:#f4ead573;border-color:#d8c6a6;border-radius:8px}.site-workflow-page .submit-button{min-height:48px;padding:12px 26px;background:#bd7b0b;border:1px solid #bd7b0b;border-radius:6px;font-family:Georgia,Times New Roman,serif}.site-workflow-page .submit-button:hover{background:#9f6507}.site-workflow-page .submit-button--reject{background:#7b2e3b;border-color:#7b2e3b}.site-workflow-page .submit-button--reject:hover{background:#5f232c}.site-review-page>.tree-shell{max-width:1180px;margin:0 auto;padding-top:12px}.site-review-page .reviewer-name-field{max-width:none;padding:20px;background:#fffdf8c2;border:1px solid #dfd2bc;border-radius:8px}.site-review-page .queue-item,.site-review-page .tree-detail-empty,.site-review-page .tree-detail-card,.site-review-page .issue-review-item,.site-review-page .review-issues{background:#fffdf8cc;border-color:#dfd2bc}.site-review-page .queue-item{padding:16px 18px;border-radius:8px}.site-review-page .queue-item strong,.site-review-page .tree-detail-card h3,.site-review-page .review-issues h2{color:#173f37;font-family:Georgia,Times New Roman,serif}.site-review-page .queue-item:hover,.site-review-page .queue-item.is-selected{border-color:#a96709}.site-review-page .queue-item.is-selected{box-shadow:inset 3px 0 #a96709}.site-review-page .review-issues{max-width:1100px;padding:28px;border:1px solid #dfd2bc;border-radius:10px}.site-review-page .decision-banner{max-width:1100px;margin:0 auto 20px}.site-workflow-page .tree-empty{max-width:760px;margin:0 auto;background:#fffdf8b8;border:1px solid #dfd2bc;border-radius:10px}@media(max-width:920px){.site-reader-page .hero{grid-template-columns:1fr minmax(210px,270px);gap:36px}.site-reader-page .reader-shell{grid-template-columns:260px minmax(0,1fr)}}@media(max-width:720px){.site-reader-page .hero{grid-template-columns:1fr;min-height:auto;text-align:center}.site-reader-page .hero-copy{margin:0 auto}.site-reader-page .hero-actions{justify-content:center}.site-reader-page .cover-stage{justify-self:center;width:min(74vw,280px)}.site-reader-page .project-strip{grid-template-columns:1fr;padding:0 18px}.site-reader-page .project-strip div,.site-reader-page .project-strip div:first-child{min-height:0;border:0;border-bottom:1px solid #dfd2bc}.author-section{grid-template-columns:1fr;gap:36px;padding:56px 24px}.author-legacy,.site-reader-page .reader-shell{grid-template-columns:1fr}.site-reader-page .toc{position:relative;top:auto;height:auto;max-height:460px;border-right:0;border-bottom:1px solid #dfd2bc}.site-page-header{padding-inline:18px}}@media(max-width:560px){.site-reader-page .hero{padding:46px 18px 54px}.site-reader-page .hero h1{font-size:clamp(3.25rem,16vw,4.5rem)}.site-reader-page .hero-actions{display:grid}.site-reader-page .project-strip div{padding:22px 18px}.site-reader-page .reader{padding:38px 20px 60px}.site-reader-page .reader-header h2{font-size:clamp(2.35rem,12vw,3.4rem)}.site-workflow-page{scroll-margin-top:132px;padding-bottom:48px}.site-page-header{padding-top:42px}.site-page-header h1{font-size:clamp(2.65rem,13vw,3.5rem)}.site-workflow-page>.workflow-card{width:calc(100% - 36px);padding:22px 18px}.site-review-page>.tree-shell,.site-review-page .review-issues,.site-review-page .decision-banner{margin-inline:18px}}.tree-branch-control{max-width:420px;margin-top:20px}.family-search{margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid var(--line)}.family-branch{margin-bottom:24px;padding:18px 20px;background:#eef3f1;border-left:4px solid var(--green);border-radius:6px}.family-branch header h3{margin:2px 0 14px;color:var(--green-dark);font-size:1rem}.family-branch-lineage{display:grid;gap:4px;margin:0;padding:0;list-style:none}.family-branch-lineage li{display:grid;justify-items:start;gap:4px}.family-branch-person{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:7px 9px;color:var(--ink);text-align:left;background:#fff;border:1px solid var(--line);border-radius:4px}.family-branch-person:hover,.family-branch-person.is-selected{border-color:var(--blue);background:#1f4e8c14}.family-branch-arrow{margin-left:18px;color:var(--green);font-weight:800}.family-branch-relation{margin-left:32px;color:var(--wine);font-size:.78rem;font-weight:800;text-transform:uppercase}.family-connections{display:grid;gap:8px;margin:0;padding:0;list-style:none}.family-connections li{display:grid;grid-template-columns:84px minmax(0,1fr);gap:8px;align-items:center}.family-connections span{color:var(--muted);font-size:.8rem;font-weight:700}.family-connections button{padding:6px 8px;color:var(--ink);text-align:left;background:#fff;border:1px solid var(--line);border-radius:4px}.family-connections button:hover{background:#1f4e8c14}.tree-root{margin-bottom:24px;padding:22px 24px;background:var(--surface);border:1px solid var(--line);border-left:4px solid var(--green);border-radius:8px}.tree-root h2{margin:4px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.5rem,2.4vw,2rem);line-height:1.2}.tree-root-partner{display:inline;padding:2px 6px;color:inherit;background:transparent;border:1px solid transparent;border-radius:4px;font:inherit;cursor:pointer}.tree-root-partner:hover{background:#1f4e8c14;border-color:var(--line)}.tree-root-sep{color:var(--muted);padding:0 4px}.tree-root .muted{margin:0 0 8px;color:var(--muted);font-size:.92rem}.tree-warning{margin:8px 0 0;padding:8px 10px;color:#5b3a0d;background:#c6923a29;border:1px solid rgba(198,146,58,.5);border-radius:6px;font-size:.86rem}.tree-children{list-style:none;margin:0;padding-left:0}.tree-root-children{padding-left:0}.tree-children .tree-children{margin-left:12px;padding-left:14px;border-left:1px dashed var(--line)}.tree-node{margin:0}.tree-row{display:flex;align-items:center;gap:8px;min-height:36px;padding:4px 6px;border-radius:6px}.tree-node.is-selected>.tree-row{background:#1f4e8c14}.tree-toggle{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;padding:0;color:var(--green-dark);background:transparent;border:1px solid transparent;border-radius:4px;cursor:pointer}.tree-toggle:hover{background:#153d3514}.tree-toggle.is-leaf{color:var(--muted);cursor:default}.tree-marker{min-width:48px;padding:2px 6px;color:var(--wine);background:#7b2e3b14;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.78rem;text-align:center}.tree-name{flex:1;padding:6px 8px;color:inherit;background:transparent;border:1px solid transparent;border-radius:4px;text-align:left;cursor:pointer;font-size:.96rem;line-height:1.4}.tree-name:hover{background:#fff;border-color:var(--line)}.tree-count{min-width:32px;padding:2px 8px;color:var(--muted);background:#eef3f1;border-radius:999px;font-size:.78rem;text-align:center}.tree-detail{position:sticky;top:80px;max-height:calc(100vh - 96px);padding:0;overflow:auto}.tree-detail-empty,.tree-detail-card{padding:20px 22px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.tree-detail-empty h3,.tree-detail-card header h3{margin:4px 0 12px;font-family:Georgia,Times New Roman,serif;font-size:1.3rem;line-height:1.25}.tree-detail-empty p,.tree-detail-card p{margin:0 0 10px}.tree-detail-card .eyebrow{margin:0 0 4px;color:var(--wine);font-size:.72rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.tree-facets{display:grid;grid-template-columns:max-content minmax(0,1fr);gap:6px 14px;margin:0 0 18px;padding:0;font-size:.92rem}.tree-facets dt{color:var(--muted);font-weight:700}.tree-facets dd{margin:0;word-wrap:break-word}.tree-detail-card section{margin-top:16px}.tree-detail-card h4{margin:0 0 8px;color:var(--green-dark);font-size:.85rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.tree-detail-card blockquote{margin:0 0 10px;padding:10px 12px;color:#2b3035;background:#f4ede0;border-left:3px solid var(--gold);border-radius:4px;font-family:Georgia,Times New Roman,serif;font-size:.95rem;line-height:1.55}.tree-union p{margin:0 0 6px;font-size:.92rem}.tree-union-claims{margin:0 0 8px;padding:0;list-style:none;color:var(--ink);font-size:.86rem;line-height:1.45}.tree-union-claims li{margin:0 0 4px}.tree-union-claims span{color:var(--muted);font-weight:700}.tree-union .muted{color:var(--muted);font-style:italic}.tree-claims h5{margin:8px 0 4px;color:var(--green-dark);font-size:.78rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.tree-claim-group{margin:0 0 10px}.tree-claim-group ul{margin:0;padding:0 0 0 16px;list-style:disc;color:var(--ink);font-size:.92rem;line-height:1.5}.claim-norm{color:var(--muted);font-weight:400;font-size:.86rem}.claim-precision{display:inline-block;margin-left:6px;padding:0 6px;color:var(--blue);background:#1f4e8c1a;border-radius:999px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.tree-claim-group--competing ul{list-style:none;padding-left:0}.tree-claim-group--competing li{margin:0 0 8px;padding:6px 10px;border-left:3px solid var(--line);border-radius:4px}.tree-claim-group--competing li.is-preferred{border-left-color:var(--green);background:#1e5b4e14}.tree-claim-group--competing li.is-competing{border-left-color:var(--wine);background:#7b2e3b0d}.claim-badge{display:inline-block;margin-left:6px;padding:0 6px;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.claim-badge--preferred{color:var(--green-dark);background:#1e5b4e26}.claim-badge--competing{color:var(--wine);background:#7b2e3b1f}.claim-source{margin:6px 0 0;padding:4px 8px;color:var(--muted);border-left:2px solid var(--line);font-size:.8rem;font-style:italic}.claim-conflict-note{margin:4px 0 0;padding:6px 8px;color:var(--wine);background:#7b2e3b14;border-radius:4px;font-size:.82rem;font-weight:700}.tree-matches ul{list-style:none;margin:8px 0 0;padding:0}.tree-matches li{margin:0 0 6px}.tree-match-link{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;color:inherit;background:#fff;border:1px solid var(--line);border-radius:6px;text-align:left;cursor:pointer;font-size:.92rem}.tree-match-link:hover{border-color:var(--blue);background:#1f4e8c0a}.tree-match-link .tree-marker{flex:0 0 auto}.tree-match-link span{display:inline}.tree-parser-note{margin:0 0 10px;padding:10px 12px;color:#5b3a0d;background:#c6923a1a;border-left:3px solid var(--wine);border-radius:4px;font-size:.88rem;line-height:1.5}.tree-empty{padding:32px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:8px;text-align:center}.muted{color:var(--muted)}@media(max-width:920px){.topbar{padding:0 18px}.hero{min-height:auto;grid-template-columns:1fr;padding:44px 22px 58px}.cover-stage{justify-self:start;max-width:260px}.project-strip,.reader-shell{grid-template-columns:1fr}.toc{position:relative;top:auto;height:auto;max-height:430px;border-right:0;border-bottom:1px solid var(--line)}}@media(max-width:560px){.topbar{align-items:flex-start;flex-direction:column;gap:4px;padding:12px 16px}.topbar nav a{padding-left:0}.hero h1{font-size:3rem}.hero-actions a{width:100%}.project-strip div{padding:20px}.reader{padding:24px 18px 52px}.tree-shell{grid-template-columns:1fr;padding:18px 18px 40px}.tree-detail{position:relative;top:auto;max-height:none}}.submeter-form{display:grid;gap:20px;max-width:640px;margin:0 auto 60px;padding:32px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.form-row{display:grid;gap:20px;grid-template-columns:1fr 1fr}.form-field{display:grid;gap:8px}.form-field label{color:var(--green-dark);font-size:.78rem;font-weight:800;text-transform:uppercase}.form-field input,.form-field textarea,.form-field select{width:100%;min-height:44px;padding:10px 12px;color:var(--ink);background:#fff;border:1px solid #bdc9c5;border-radius:6px;outline:none}.form-field textarea{min-height:84px;resize:vertical}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1f4e8c29}.tree-unconnected-note{margin:10px 0 0;padding:9px 11px;color:var(--muted);background:#eef3f1;border-radius:6px;font-size:.86rem;line-height:1.45}.person-combobox{position:relative}.person-results{position:absolute;z-index:100;top:calc(100% + 4px);right:0;left:0;display:grid;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #bdc9c5;border-radius:6px;box-shadow:var(--shadow)}.person-results[hidden]{display:none}.person-choice{display:grid;gap:2px;width:100%;padding:10px 12px;color:var(--ink);text-align:left;background:#fff;border:0;border-bottom:1px solid var(--line);border-radius:0}.person-choice:last-child{border-bottom:0}.person-choice span{color:var(--muted);font-size:.8rem}.person-choice:hover,.person-choice.is-active{background:#1f4e8c14}.connection-choice,.connection-detail{display:grid;gap:12px;padding:16px;border:1px solid var(--line);border-radius:8px}.connection-choice legend,.connection-detail legend{padding:0 6px;color:var(--green-dark);font-weight:800}.connection-detail[hidden]{display:none}.radio-option{display:flex;align-items:center;gap:8px;font-weight:600}.submission-error{padding:12px 14px;color:var(--wine);background:#7b2e3b14;border:1px solid rgba(123,46,59,.35);border-radius:8px;font-weight:700}.submit-button{justify-self:start;padding:12px 28px;color:#f9fbfa;font-weight:800;background:var(--green);border:none;border-radius:8px;cursor:pointer}.submit-button:hover{background:var(--green-dark)}.submit-button:disabled{opacity:.6;cursor:not-allowed}.submission-success{max-width:640px;margin:0 auto 60px;padding:32px;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow)}.submission-success code{padding:2px 6px;background:var(--paper);border-radius:4px}@media(max-width:720px){.form-row{grid-template-columns:1fr}}.reviewer-name-field{max-width:360px;margin-bottom:20px}.queue-list{display:block;margin:0;padding:0;list-style:none}.queue-item{display:block;width:100%;margin:0 0 10px;padding:14px;color:inherit;background:#fff;border:1px solid var(--line);border-radius:6px;text-align:left;cursor:pointer}.queue-item:hover{border-color:var(--blue)}.queue-item.is-selected{border-color:var(--green);box-shadow:0 0 0 1px var(--green) inset}.queue-item strong{display:block;margin-bottom:4px}.queue-actions{display:grid;gap:10px}.submit-button--reject{background:var(--wine)}.submit-button--reject:hover{background:#5f232c}.decision-banner{margin:0 0 20px;padding:12px 16px;font-weight:700;border-radius:8px}.decision-banner--approved{color:var(--green-dark);background:#3a7a5a1f;border:1px solid rgba(58,122,90,.35)}.decision-banner--rejected{color:var(--wine);background:#7b2e3b14;border:1px solid rgba(123,46,59,.35)}.issue-report{margin-top:18px;padding-top:14px;border-top:1px solid var(--line)}.issue-report summary{color:var(--green-dark);font-weight:700;cursor:pointer}.issue-report form{margin-top:14px}.issue-report-success{margin-top:18px;padding-top:14px;color:var(--green-dark);border-top:1px solid var(--line)}.issue-report-success p{margin:0 0 6px;font-weight:700}.review-issues{max-width:1100px;margin:28px auto 0;padding-top:20px;border-top:1px solid var(--line)}.review-issues h2{margin:0;font-size:1.35rem}.review-issues>header .eyebrow{margin-bottom:6px}.issue-review-item{margin-top:14px;padding:14px;background:var(--surface);border:1px solid var(--line);border-radius:6px}.issue-review-item>header{display:grid;gap:3px}.issue-review-item>header span{color:var(--muted);font-size:.9rem}.issue-review-item blockquote{margin:12px 0}.issue-review-item .queue-actions label{display:grid;gap:6px;font-weight:700}.issue-review-item .queue-actions textarea{width:100%;padding:10px 12px;color:var(--ink);font:inherit;background:var(--surface);border:1px solid var(--line);border-radius:6px;resize:vertical}.quality-findings{display:grid;gap:18px;margin:16px 0 0;padding-left:24px}.quality-finding{padding:16px;background:var(--surface);border:1px solid var(--line);border-radius:8px}.quality-finding>header{font-weight:700}.quality-record-links{display:flex;flex-wrap:wrap;gap:8px 14px;margin:10px 0 14px}.quality-record-link{color:var(--green);text-decoration-thickness:1px;text-underline-offset:3px}.quality-actions{flex-wrap:wrap}.family-profile-shell{position:relative;isolation:isolate;min-height:calc(100vh - 64px);overflow:hidden;padding:38px clamp(28px,6vw,86px) 72px;scroll-margin-top:64px;background:#fcf5e6}.family-botanical{position:absolute;z-index:-1;top:118px;left:0;width:clamp(150px,19vw,280px);height:auto;opacity:.42;mix-blend-mode:multiply;pointer-events:none}.family-search--compact{display:grid;grid-template-columns:minmax(280px,760px) max-content;align-items:end;gap:22px;max-width:980px;margin:0 auto;padding:0;border:0}.family-search--compact .form-field>label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.family-search--compact .person-combobox input{height:46px;padding-left:42px;background:#ffffffd1}.family-search-icon{position:absolute;z-index:1;top:50%;left:14px;color:var(--muted);font-size:1.15rem;transform:translateY(-50%);pointer-events:none}.family-search-reset,.family-text-link{display:inline-flex;align-items:center;gap:8px;padding:10px 0;color:#955f13;background:transparent;border:0;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.family-search-reset:hover,.family-text-link:hover{color:var(--wine)}.family-profile-header{max-width:1080px;margin:34px auto 0;text-align:center}.family-profile-kicker{display:inline-block;margin:0 0 24px;padding-bottom:10px;color:var(--wine);border-bottom:2px solid rgba(198,146,58,.65);font-size:.8rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.family-profile-header h1{max-width:1050px;margin:0 auto;color:#142c27;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.35rem,4vw,3.6rem);font-weight:700;line-height:1.08;text-wrap:balance}.family-profile-meta{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:20px 0 0;font-family:Georgia,Times New Roman,serif;font-size:1.12rem}.family-profile-meta strong{color:var(--wine)}.family-profile-summary{max-width:760px;margin:24px auto 0;color:#3f4547;font-family:Georgia,Times New Roman,serif;font-size:1.08rem;line-height:1.65}.family-profile-status{display:inline-flex;align-items:center;gap:8px;margin:16px 0 0;color:var(--muted);font-size:.9rem}.family-profile-status .ph-spinner-gap{animation:family-spin 1s linear infinite}.family-profile-status--error{color:var(--wine)}.family-private-access{width:min(34rem,100%);margin:2rem auto 0;padding:1.25rem;border:1px solid rgba(185,126,34,.32);border-radius:.85rem;background:#ffffff94;text-align:left}.family-private-access h2{margin:0 0 .4rem;font-family:Georgia,Times New Roman,serif;color:var(--green)}.family-private-access p{margin:0 0 1rem}.family-private-access .family-primary-action{margin-top:.35rem}.family-private-access-note{margin-top:1.5rem;color:var(--muted)}@keyframes family-spin{to{transform:rotate(360deg)}}.family-profile-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-top:30px}.family-primary-action,.family-secondary-action{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:54px;padding:12px 28px;border-radius:5px;font-family:Georgia,Times New Roman,serif;font-size:1.08rem;font-weight:700;cursor:pointer}.family-primary-action{color:#fff;background:#b77b18;border:1px solid #a96f10}.family-primary-action:hover{background:#9f6810}.family-secondary-action{color:var(--green-dark);background:#ffffff80;border:1px solid #b77b18}.family-secondary-action:hover{background:#c6923a1a}.family-primary-action .ph,.family-secondary-action .ph{font-size:1.45rem}.family-relationship-strip{position:relative;display:flex;align-items:start;justify-content:center;gap:clamp(26px,5vw,76px);max-width:1100px;margin:48px auto 0;padding:0 28px 34px;border-bottom:1px solid rgba(216,209,197,.85)}.family-relationship-strip:before{position:absolute;z-index:0;top:64px;right:11%;left:11%;border-top:1px solid rgba(183,123,24,.62);content:""}.family-relationship-node{position:relative;z-index:1;display:grid;justify-items:center;gap:8px;width:min(190px,22vw);color:var(--ink);text-align:center}.family-relationship-node>.ph,.family-children-toggle .ph{background-color:#fcf5e6}.family-relationship-node>span{color:#9f6810;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.family-relationship-node>.ph{display:grid;place-items:center;width:58px;height:58px;color:#b77b18;background:#ffffff8c;border:1px solid rgba(198,146,58,.42);border-radius:50%;font-size:1.55rem}.family-relationship-node--selected>.ph{width:72px;height:72px;color:#a66e13;border:2px solid var(--wine);box-shadow:0 0 0 4px var(--paper),0 0 0 5px #c6923acc}.family-relationship-node button{padding:2px 4px;color:inherit;background:transparent;border:0;font-family:Georgia,Times New Roman,serif;line-height:1.35;cursor:pointer}.family-relationship-node button:hover{color:var(--wine);text-decoration:underline;text-underline-offset:3px}.family-relationship-node strong{font-family:Georgia,Times New Roman,serif;line-height:1.3}.family-children-toggle{display:grid;justify-items:center;gap:7px}.family-children-toggle .ph{display:grid;place-items:center;width:58px;height:58px;color:#b77b18;border:1px solid rgba(198,146,58,.42);border-radius:50%;font-size:1.55rem}.family-children-list{position:absolute;z-index:4;top:calc(100% + 8px);display:grid;gap:4px;min-width:230px;padding:12px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.family-children-list button{padding:7px 9px;text-align:left}.family-story,.family-story-unavailable{max-width:1020px;margin:30px auto 0;padding:28px 0}.family-story-unavailable{display:flex;align-items:center;gap:18px;color:var(--muted);border-bottom:1px solid var(--line)}.family-story-unavailable>.ph{color:#b77b18;font-size:2rem}.family-story-unavailable h2,.family-story-unavailable p{margin:0}.family-story-unavailable h2{color:var(--ink);font-family:Georgia,Times New Roman,serif;font-size:1.35rem}.family-story-heading{display:flex;align-items:end;justify-content:space-between;gap:28px}.family-story-heading .eyebrow,.family-tree-expanded-heading .eyebrow{margin-bottom:6px;color:var(--wine);font-size:.72rem;letter-spacing:.08em}.family-story h2,.family-tree-expanded h2{margin:0;color:#24332f;font-family:Georgia,Times New Roman,serif;font-size:clamp(1.35rem,2.2vw,1.8rem)}.family-story-preview,.family-story-excerpts blockquote{margin:20px 0 0;padding:0 0 0 22px;color:#454847;border-left:2px solid var(--gold);font-family:Georgia,Times New Roman,serif;font-size:1rem;line-height:1.65}.family-story-preview{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.family-story-facts{display:flex;flex-wrap:wrap;gap:12px 28px;margin:22px 0 0;padding:18px 20px;background:#ffffff80;border:1px solid rgba(216,209,197,.8);border-radius:7px}.family-story-facts div{display:grid;gap:3px}.family-story-facts dt{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.family-story-facts dd{margin:0;font-family:Georgia,Times New Roman,serif}.family-tree-collapsed{display:grid;grid-template-columns:max-content 1fr max-content;align-items:center;gap:16px;width:min(1020px,100%);margin:10px auto 0;padding:18px 22px;color:#263d37;text-align:left;background:#e8e2d68c;border:0;border-radius:7px;cursor:pointer}.family-tree-collapsed>.ph:first-child{color:#b77b18;font-size:1.8rem}.family-tree-collapsed span{display:grid;gap:3px}.family-tree-collapsed strong{font-family:Georgia,Times New Roman,serif;font-size:1.08rem}.family-tree-collapsed small{color:var(--muted)}.family-tree-expanded{max-width:1180px;margin:28px auto 0;padding:28px;background:#ffffff80;border:1px solid var(--line);border-radius:10px}.family-tree-expanded-heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:22px}.family-tree-branch-control{margin-bottom:20px}.family-tree-expanded .tree-root{background:#ffffffb8}.family-technical-details{width:min(1020px,100%);margin:24px auto 0;padding-top:18px;border-top:1px solid var(--line)}.family-technical-details>summary{display:flex;align-items:center;justify-content:center;gap:8px;color:#955f13;text-decoration:underline;text-underline-offset:4px;cursor:pointer}.family-technical-details>summary::marker{content:""}.family-technical-content{display:grid;gap:18px;margin-top:22px}.family-technical-content .tree-detail-card,.family-technical-details>.tree-detail-card{margin-top:22px;background:#ffffffbd}.family-technical-content .issue-report{padding:18px 20px;background:#ffffffbd;border:1px solid var(--line);border-radius:8px}.tree-discovery-hero{position:relative;z-index:2;isolation:isolate;overflow:visible;padding:clamp(48px,6vw,78px) clamp(28px,7vw,96px) 34px;text-align:center;background:#fcf5e6}.tree-discovery-botanical{position:absolute;z-index:-1;top:36px;left:0;width:min(290px,23vw);height:620px;object-fit:cover;object-position:left top;opacity:.34;mix-blend-mode:multiply;pointer-events:none}.tree-discovery-heading{max-width:900px;margin:0 auto}.tree-discovery-heading .family-profile-kicker{margin-bottom:20px}.tree-discovery-heading h1{margin:0;color:#102f29;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.8rem,5vw,4.8rem);font-weight:700;line-height:1.02;letter-spacing:-.035em;text-wrap:balance}.tree-discovery-hero .lede{max-width:720px;margin:24px auto 0;color:#4d514f;font-family:Georgia,Times New Roman,serif;font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.7;text-wrap:balance}.tree-discovery-controls{position:relative;z-index:20;display:grid;grid-template-columns:minmax(0,1.65fr) minmax(280px,.85fr);gap:18px;align-items:end;max-width:1120px;margin:42px auto 0;padding:22px;text-align:left;background:#ffffffbd;border:1px solid rgba(198,146,58,.28);border-radius:10px;box-shadow:0 14px 34px #523c1812;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.tree-discovery-controls .family-search,.tree-discovery-controls .tree-branch-control{margin:0;padding:0;border:0}.tree-discovery-controls .form-field label{color:#7b2e3b;letter-spacing:.06em}.tree-discovery-controls .person-combobox input,.tree-discovery-controls select{min-height:54px;padding-inline:42px 14px;font-family:Georgia,Times New Roman,serif;font-size:1rem;border-color:#d5c7af;border-radius:7px}.tree-discovery-controls select{padding-inline:14px 36px}.tree-discovery-controls .family-search-icon{color:#a96709}.tree-discovery-layout{position:relative;z-index:1;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:30px;padding:24px clamp(28px,7vw,96px) clamp(56px,7vw,96px);background:#fcf5e6}.tree-discovery-layout .tree-root{position:relative;margin-bottom:16px;padding:28px 30px;background:#ffffffb3;border:1px solid #dfd2bc;border-left:0;border-radius:10px;box-shadow:0 12px 30px #523c180d}.tree-discovery-layout .tree-root:before{position:absolute;top:24px;bottom:24px;left:0;width:3px;background:#1e5b4e;border-radius:0 3px 3px 0;content:""}.tree-discovery-layout .tree-root .eyebrow{color:#9d650f;font-size:.75rem;letter-spacing:.07em}.tree-discovery-layout .tree-root h2{margin:6px 0 10px;color:#102f29;font-size:clamp(1.8rem,3vw,2.7rem)}.tree-discovery-layout .tree-root .muted{color:#68665f;font-family:Georgia,Times New Roman,serif;line-height:1.55}.tree-discovery-layout .tree-unconnected-note{color:#4e5d58;background:#1e5b4e12}.tree-discovery-layout .tree-warning{color:#65440f;background:#c6923a1a;border-color:#c6923a5c}.tree-discovery-layout .tree-root-children{padding:18px 20px;background:#ffffff80;border:1px solid #e4d9c6;border-radius:10px}.tree-discovery-layout .tree-row{min-height:42px}.tree-discovery-layout .tree-name{color:#173f37;font-family:Georgia,Times New Roman,serif}.tree-discovery-layout .tree-detail{top:88px}.tree-discovery-guide{padding:28px;background:#ffffffb3;border-color:#dfd2bc;border-radius:10px;box-shadow:0 12px 30px #523c180d}.tree-discovery-guide>.ph{display:inline-grid;width:46px;height:46px;margin-bottom:20px;place-items:center;color:#a96709;border:1px solid rgba(198,146,58,.55);border-radius:50%;font-size:1.35rem}.tree-discovery-guide .eyebrow{margin-bottom:8px;color:#7b2e3b;font-size:.72rem;letter-spacing:.08em}.tree-discovery-guide h3{color:#102f29;font-size:1.55rem}.tree-discovery-guide .muted{font-family:Georgia,Times New Roman,serif;line-height:1.6}.tree-discovery-steps{display:grid;gap:13px;margin:22px 0 0;padding:20px 0 0;border-top:1px solid #e4d9c6;list-style:none}.tree-discovery-steps li{display:flex;align-items:center;gap:10px;color:#3f4845;font-size:.88rem}.tree-discovery-steps span{display:inline-grid;flex:0 0 26px;width:26px;height:26px;place-items:center;color:#7b2e3b;border:1px solid #d8c6a6;border-radius:50%;font-family:Georgia,Times New Roman,serif;font-weight:700}@media(max-width:920px){.tree-discovery-controls,.tree-discovery-layout{grid-template-columns:1fr}.tree-discovery-layout .tree-detail{position:relative;top:auto;grid-row:1}.family-profile-shell{padding-inline:28px}.family-botanical{opacity:.24}.family-relationship-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 18px}.family-relationship-strip:before{display:none}.family-relationship-node{width:auto}}@media(max-width:560px){.tree-discovery-hero{padding:38px 18px 22px;scroll-margin-top:132px}.tree-discovery-botanical{top:110px;width:150px;height:460px;opacity:.2}.tree-discovery-heading h1{font-size:clamp(2.4rem,12vw,3.15rem)}.tree-discovery-hero .lede{font-size:1rem}.tree-discovery-controls{gap:20px;margin-top:30px;padding:16px}.tree-discovery-layout{gap:18px;padding:14px 18px 48px}.tree-discovery-layout .tree-root{padding:22px 18px}.tree-discovery-layout .tree-root-children{padding:12px 8px}.tree-discovery-guide{padding:22px}.family-profile-shell{min-height:auto;padding:24px 18px 48px;scroll-margin-top:132px}.family-botanical{top:154px;width:145px;opacity:.18}.family-search--compact{grid-template-columns:1fr;gap:4px}.family-search-reset{justify-self:start}.family-profile-header{margin-top:24px}.family-profile-kicker{margin-bottom:18px}.family-profile-header h1{font-size:clamp(2.15rem,11vw,3rem)}.family-profile-actions{display:grid}.family-primary-action,.family-secondary-action{width:100%}.family-relationship-strip{grid-template-columns:1fr;margin-top:38px}.family-relationship-node--selected{grid-row:1}.family-children-list{position:static;min-width:0;box-shadow:none}.family-story-heading,.family-tree-expanded-heading{align-items:start;flex-direction:column;gap:8px}.family-story-preview,.family-story-excerpts blockquote{padding-left:16px}.family-tree-expanded{padding:20px 14px}.family-tree-collapsed{padding:15px}}.tree-name--placeholder,.tree-detail-card--placeholder h3{font-style:italic}.tree-placeholder-message,.tree-evidence-restricted{color:var(--muted)}@font-face{font-family:Phosphor;src:url(/assets/Phosphor-DtdjzkpE.woff2) format("woff2"),url(/assets/Phosphor-BdqudwT5.woff) format("woff"),url(/assets/Phosphor-CDxgqcPu.ttf) format("truetype"),url(/assets/Phosphor-BXRFlF4V.svg#Phosphor) format("svg");font-weight:400;font-style:normal;font-display:block}.ph{font-family:Phosphor!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;letter-spacing:0;-webkit-font-feature-settings:"liga";-moz-font-feature-settings:"liga=1";-moz-font-feature-settings:"liga";-ms-font-feature-settings:"liga" 1;font-feature-settings:"liga";-webkit-font-variant-ligatures:discretionary-ligatures;font-variant-ligatures:discretionary-ligatures;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ph.ph-acorn:before{content:""}.ph.ph-address-book:before{content:""}.ph.ph-address-book-tabs:before{content:""}.ph.ph-air-traffic-control:before{content:""}.ph.ph-airplane:before{content:""}.ph.ph-airplane-in-flight:before{content:""}.ph.ph-airplane-landing:before{content:""}.ph.ph-airplane-takeoff:before{content:""}.ph.ph-airplane-taxiing:before{content:""}.ph.ph-airplane-tilt:before{content:""}.ph.ph-airplay:before{content:""}.ph.ph-alarm:before{content:""}.ph.ph-alien:before{content:""}.ph.ph-align-bottom:before{content:""}.ph.ph-align-bottom-simple:before{content:""}.ph.ph-align-center-horizontal:before{content:""}.ph.ph-align-center-horizontal-simple:before{content:""}.ph.ph-align-center-vertical:before{content:""}.ph.ph-align-center-vertical-simple:before{content:""}.ph.ph-align-left:before{content:""}.ph.ph-align-left-simple:before{content:""}.ph.ph-align-right:before{content:""}.ph.ph-align-right-simple:before{content:""}.ph.ph-align-top:before{content:""}.ph.ph-align-top-simple:before{content:""}.ph.ph-amazon-logo:before{content:""}.ph.ph-ambulance:before{content:""}.ph.ph-anchor:before{content:""}.ph.ph-anchor-simple:before{content:""}.ph.ph-android-logo:before{content:""}.ph.ph-angle:before{content:""}.ph.ph-angular-logo:before{content:""}.ph.ph-aperture:before{content:""}.ph.ph-app-store-logo:before{content:""}.ph.ph-app-window:before{content:""}.ph.ph-apple-logo:before{content:""}.ph.ph-apple-podcasts-logo:before{content:""}.ph.ph-approximate-equals:before{content:""}.ph.ph-archive:before{content:""}.ph.ph-armchair:before{content:""}.ph.ph-arrow-arc-left:before{content:""}.ph.ph-arrow-arc-right:before{content:""}.ph.ph-arrow-bend-double-up-left:before{content:""}.ph.ph-arrow-bend-double-up-right:before{content:""}.ph.ph-arrow-bend-down-left:before{content:""}.ph.ph-arrow-bend-down-right:before{content:""}.ph.ph-arrow-bend-left-down:before{content:""}.ph.ph-arrow-bend-left-up:before{content:""}.ph.ph-arrow-bend-right-down:before{content:""}.ph.ph-arrow-bend-right-up:before{content:""}.ph.ph-arrow-bend-up-left:before{content:""}.ph.ph-arrow-bend-up-right:before{content:""}.ph.ph-arrow-circle-down:before{content:""}.ph.ph-arrow-circle-down-left:before{content:""}.ph.ph-arrow-circle-down-right:before{content:""}.ph.ph-arrow-circle-left:before{content:""}.ph.ph-arrow-circle-right:before{content:""}.ph.ph-arrow-circle-up:before{content:""}.ph.ph-arrow-circle-up-left:before{content:""}.ph.ph-arrow-circle-up-right:before{content:""}.ph.ph-arrow-clockwise:before{content:""}.ph.ph-arrow-counter-clockwise:before{content:""}.ph.ph-arrow-down:before{content:""}.ph.ph-arrow-down-left:before{content:""}.ph.ph-arrow-down-right:before{content:""}.ph.ph-arrow-elbow-down-left:before{content:""}.ph.ph-arrow-elbow-down-right:before{content:""}.ph.ph-arrow-elbow-left:before{content:""}.ph.ph-arrow-elbow-left-down:before{content:""}.ph.ph-arrow-elbow-left-up:before{content:""}.ph.ph-arrow-elbow-right:before{content:""}.ph.ph-arrow-elbow-right-down:before{content:""}.ph.ph-arrow-elbow-right-up:before{content:""}.ph.ph-arrow-elbow-up-left:before{content:""}.ph.ph-arrow-elbow-up-right:before{content:""}.ph.ph-arrow-fat-down:before{content:""}.ph.ph-arrow-fat-left:before{content:""}.ph.ph-arrow-fat-line-down:before{content:""}.ph.ph-arrow-fat-line-left:before{content:""}.ph.ph-arrow-fat-line-right:before{content:""}.ph.ph-arrow-fat-line-up:before{content:""}.ph.ph-arrow-fat-lines-down:before{content:""}.ph.ph-arrow-fat-lines-left:before{content:""}.ph.ph-arrow-fat-lines-right:before{content:""}.ph.ph-arrow-fat-lines-up:before{content:""}.ph.ph-arrow-fat-right:before{content:""}.ph.ph-arrow-fat-up:before{content:""}.ph.ph-arrow-left:before{content:""}.ph.ph-arrow-line-down:before{content:""}.ph.ph-arrow-line-down-left:before{content:""}.ph.ph-arrow-line-down-right:before{content:""}.ph.ph-arrow-line-left:before{content:""}.ph.ph-arrow-line-right:before{content:""}.ph.ph-arrow-line-up:before{content:""}.ph.ph-arrow-line-up-left:before{content:""}.ph.ph-arrow-line-up-right:before{content:""}.ph.ph-arrow-right:before{content:""}.ph.ph-arrow-square-down:before{content:""}.ph.ph-arrow-square-down-left:before{content:""}.ph.ph-arrow-square-down-right:before{content:""}.ph.ph-arrow-square-in:before{content:""}.ph.ph-arrow-square-left:before{content:""}.ph.ph-arrow-square-out:before{content:""}.ph.ph-arrow-square-right:before{content:""}.ph.ph-arrow-square-up:before{content:""}.ph.ph-arrow-square-up-left:before{content:""}.ph.ph-arrow-square-up-right:before{content:""}.ph.ph-arrow-u-down-left:before{content:""}.ph.ph-arrow-u-down-right:before{content:""}.ph.ph-arrow-u-left-down:before{content:""}.ph.ph-arrow-u-left-up:before{content:""}.ph.ph-arrow-u-right-down:before{content:""}.ph.ph-arrow-u-right-up:before{content:""}.ph.ph-arrow-u-up-left:before{content:""}.ph.ph-arrow-u-up-right:before{content:""}.ph.ph-arrow-up:before{content:""}.ph.ph-arrow-up-left:before{content:""}.ph.ph-arrow-up-right:before{content:""}.ph.ph-arrows-clockwise:before{content:""}.ph.ph-arrows-counter-clockwise:before{content:""}.ph.ph-arrows-down-up:before{content:""}.ph.ph-arrows-horizontal:before{content:""}.ph.ph-arrows-in:before{content:""}.ph.ph-arrows-in-cardinal:before{content:""}.ph.ph-arrows-in-line-horizontal:before{content:""}.ph.ph-arrows-in-line-vertical:before{content:""}.ph.ph-arrows-in-simple:before{content:""}.ph.ph-arrows-left-right:before{content:""}.ph.ph-arrows-merge:before{content:""}.ph.ph-arrows-out:before{content:""}.ph.ph-arrows-out-cardinal:before{content:""}.ph.ph-arrows-out-line-horizontal:before{content:""}.ph.ph-arrows-out-line-vertical:before{content:""}.ph.ph-arrows-out-simple:before{content:""}.ph.ph-arrows-split:before{content:""}.ph.ph-arrows-vertical:before{content:""}.ph.ph-article:before{content:""}.ph.ph-article-medium:before{content:""}.ph.ph-article-ny-times:before{content:""}.ph.ph-asclepius:before{content:""}.ph.ph-caduceus:before{content:""}.ph.ph-asterisk:before{content:""}.ph.ph-asterisk-simple:before{content:""}.ph.ph-at:before{content:""}.ph.ph-atom:before{content:""}.ph.ph-avocado:before{content:""}.ph.ph-axe:before{content:""}.ph.ph-baby:before{content:""}.ph.ph-baby-carriage:before{content:""}.ph.ph-backpack:before{content:""}.ph.ph-backspace:before{content:""}.ph.ph-bag:before{content:""}.ph.ph-bag-simple:before{content:""}.ph.ph-balloon:before{content:""}.ph.ph-bandaids:before{content:""}.ph.ph-bank:before{content:""}.ph.ph-barbell:before{content:""}.ph.ph-barcode:before{content:""}.ph.ph-barn:before{content:""}.ph.ph-barricade:before{content:""}.ph.ph-baseball:before{content:""}.ph.ph-baseball-cap:before{content:""}.ph.ph-baseball-helmet:before{content:""}.ph.ph-basket:before{content:""}.ph.ph-basketball:before{content:""}.ph.ph-bathtub:before{content:""}.ph.ph-battery-charging:before{content:""}.ph.ph-battery-charging-vertical:before{content:""}.ph.ph-battery-empty:before{content:""}.ph.ph-battery-full:before{content:""}.ph.ph-battery-high:before{content:""}.ph.ph-battery-low:before{content:""}.ph.ph-battery-medium:before{content:""}.ph.ph-battery-plus:before{content:""}.ph.ph-battery-plus-vertical:before{content:""}.ph.ph-battery-vertical-empty:before{content:""}.ph.ph-battery-vertical-full:before{content:""}.ph.ph-battery-vertical-high:before{content:""}.ph.ph-battery-vertical-low:before{content:""}.ph.ph-battery-vertical-medium:before{content:""}.ph.ph-battery-warning:before{content:""}.ph.ph-battery-warning-vertical:before{content:""}.ph.ph-beach-ball:before{content:""}.ph.ph-beanie:before{content:""}.ph.ph-bed:before{content:""}.ph.ph-beer-bottle:before{content:""}.ph.ph-beer-stein:before{content:""}.ph.ph-behance-logo:before{content:""}.ph.ph-bell:before{content:""}.ph.ph-bell-ringing:before{content:""}.ph.ph-bell-simple:before{content:""}.ph.ph-bell-simple-ringing:before{content:""}.ph.ph-bell-simple-slash:before{content:""}.ph.ph-bell-simple-z:before{content:""}.ph.ph-bell-slash:before{content:""}.ph.ph-bell-z:before{content:""}.ph.ph-belt:before{content:""}.ph.ph-bezier-curve:before{content:""}.ph.ph-bicycle:before{content:""}.ph.ph-binary:before{content:""}.ph.ph-binoculars:before{content:""}.ph.ph-biohazard:before{content:""}.ph.ph-bird:before{content:""}.ph.ph-blueprint:before{content:""}.ph.ph-bluetooth:before{content:""}.ph.ph-bluetooth-connected:before{content:""}.ph.ph-bluetooth-slash:before{content:""}.ph.ph-bluetooth-x:before{content:""}.ph.ph-boat:before{content:""}.ph.ph-bomb:before{content:""}.ph.ph-bone:before{content:""}.ph.ph-book:before{content:""}.ph.ph-book-bookmark:before{content:""}.ph.ph-book-open:before{content:""}.ph.ph-book-open-text:before{content:""}.ph.ph-book-open-user:before{content:""}.ph.ph-bookmark:before{content:""}.ph.ph-bookmark-simple:before{content:""}.ph.ph-bookmarks:before{content:""}.ph.ph-bookmarks-simple:before{content:""}.ph.ph-books:before{content:""}.ph.ph-boot:before{content:""}.ph.ph-boules:before{content:""}.ph.ph-bounding-box:before{content:""}.ph.ph-bowl-food:before{content:""}.ph.ph-bowl-steam:before{content:""}.ph.ph-bowling-ball:before{content:""}.ph.ph-box-arrow-down:before{content:""}.ph.ph-archive-box:before{content:""}.ph.ph-box-arrow-up:before{content:""}.ph.ph-boxing-glove:before{content:""}.ph.ph-brackets-angle:before{content:""}.ph.ph-brackets-curly:before{content:""}.ph.ph-brackets-round:before{content:""}.ph.ph-brackets-square:before{content:""}.ph.ph-brain:before{content:""}.ph.ph-brandy:before{content:""}.ph.ph-bread:before{content:""}.ph.ph-bridge:before{content:""}.ph.ph-briefcase:before{content:""}.ph.ph-briefcase-metal:before{content:""}.ph.ph-broadcast:before{content:""}.ph.ph-broom:before{content:""}.ph.ph-browser:before{content:""}.ph.ph-browsers:before{content:""}.ph.ph-bug:before{content:""}.ph.ph-bug-beetle:before{content:""}.ph.ph-bug-droid:before{content:""}.ph.ph-building:before{content:""}.ph.ph-building-apartment:before{content:""}.ph.ph-building-office:before{content:""}.ph.ph-buildings:before{content:""}.ph.ph-bulldozer:before{content:""}.ph.ph-bus:before{content:""}.ph.ph-butterfly:before{content:""}.ph.ph-cable-car:before{content:""}.ph.ph-cactus:before{content:""}.ph.ph-cake:before{content:""}.ph.ph-calculator:before{content:""}.ph.ph-calendar:before{content:""}.ph.ph-calendar-blank:before{content:""}.ph.ph-calendar-check:before{content:""}.ph.ph-calendar-dot:before{content:""}.ph.ph-calendar-dots:before{content:""}.ph.ph-calendar-heart:before{content:""}.ph.ph-calendar-minus:before{content:""}.ph.ph-calendar-plus:before{content:""}.ph.ph-calendar-slash:before{content:""}.ph.ph-calendar-star:before{content:""}.ph.ph-calendar-x:before{content:""}.ph.ph-call-bell:before{content:""}.ph.ph-camera:before{content:""}.ph.ph-camera-plus:before{content:""}.ph.ph-camera-rotate:before{content:""}.ph.ph-camera-slash:before{content:""}.ph.ph-campfire:before{content:""}.ph.ph-car:before{content:""}.ph.ph-car-battery:before{content:""}.ph.ph-car-profile:before{content:""}.ph.ph-car-simple:before{content:""}.ph.ph-cardholder:before{content:""}.ph.ph-cards:before{content:""}.ph.ph-cards-three:before{content:""}.ph.ph-caret-circle-double-down:before{content:""}.ph.ph-caret-circle-double-left:before{content:""}.ph.ph-caret-circle-double-right:before{content:""}.ph.ph-caret-circle-double-up:before{content:""}.ph.ph-caret-circle-down:before{content:""}.ph.ph-caret-circle-left:before{content:""}.ph.ph-caret-circle-right:before{content:""}.ph.ph-caret-circle-up:before{content:""}.ph.ph-caret-circle-up-down:before{content:""}.ph.ph-caret-double-down:before{content:""}.ph.ph-caret-double-left:before{content:""}.ph.ph-caret-double-right:before{content:""}.ph.ph-caret-double-up:before{content:""}.ph.ph-caret-down:before{content:""}.ph.ph-caret-left:before{content:""}.ph.ph-caret-line-down:before{content:""}.ph.ph-caret-line-left:before{content:""}.ph.ph-caret-line-right:before{content:""}.ph.ph-caret-line-up:before{content:""}.ph.ph-caret-right:before{content:""}.ph.ph-caret-up:before{content:""}.ph.ph-caret-up-down:before{content:""}.ph.ph-carrot:before{content:""}.ph.ph-cash-register:before{content:""}.ph.ph-cassette-tape:before{content:""}.ph.ph-castle-turret:before{content:""}.ph.ph-cat:before{content:""}.ph.ph-cell-signal-full:before{content:""}.ph.ph-cell-signal-high:before{content:""}.ph.ph-cell-signal-low:before{content:""}.ph.ph-cell-signal-medium:before{content:""}.ph.ph-cell-signal-none:before{content:""}.ph.ph-cell-signal-slash:before{content:""}.ph.ph-cell-signal-x:before{content:""}.ph.ph-cell-tower:before{content:""}.ph.ph-certificate:before{content:""}.ph.ph-chair:before{content:""}.ph.ph-chalkboard:before{content:""}.ph.ph-chalkboard-simple:before{content:""}.ph.ph-chalkboard-teacher:before{content:""}.ph.ph-champagne:before{content:""}.ph.ph-charging-station:before{content:""}.ph.ph-chart-bar:before{content:""}.ph.ph-chart-bar-horizontal:before{content:""}.ph.ph-chart-donut:before{content:""}.ph.ph-chart-line:before{content:""}.ph.ph-chart-line-down:before{content:""}.ph.ph-chart-line-up:before{content:""}.ph.ph-chart-pie:before{content:""}.ph.ph-chart-pie-slice:before{content:""}.ph.ph-chart-polar:before{content:""}.ph.ph-chart-scatter:before{content:""}.ph.ph-chat:before{content:""}.ph.ph-chat-centered:before{content:""}.ph.ph-chat-centered-dots:before{content:""}.ph.ph-chat-centered-slash:before{content:""}.ph.ph-chat-centered-text:before{content:""}.ph.ph-chat-circle:before{content:""}.ph.ph-chat-circle-dots:before{content:""}.ph.ph-chat-circle-slash:before{content:""}.ph.ph-chat-circle-text:before{content:""}.ph.ph-chat-dots:before{content:""}.ph.ph-chat-slash:before{content:""}.ph.ph-chat-teardrop:before{content:""}.ph.ph-chat-teardrop-dots:before{content:""}.ph.ph-chat-teardrop-slash:before{content:""}.ph.ph-chat-teardrop-text:before{content:""}.ph.ph-chat-text:before{content:""}.ph.ph-chats:before{content:""}.ph.ph-chats-circle:before{content:""}.ph.ph-chats-teardrop:before{content:""}.ph.ph-check:before{content:""}.ph.ph-check-circle:before{content:""}.ph.ph-check-fat:before{content:""}.ph.ph-check-square:before{content:""}.ph.ph-check-square-offset:before{content:""}.ph.ph-checkerboard:before{content:""}.ph.ph-checks:before{content:""}.ph.ph-cheers:before{content:""}.ph.ph-cheese:before{content:""}.ph.ph-chef-hat:before{content:""}.ph.ph-cherries:before{content:""}.ph.ph-church:before{content:""}.ph.ph-cigarette:before{content:""}.ph.ph-cigarette-slash:before{content:""}.ph.ph-circle:before{content:""}.ph.ph-circle-dashed:before{content:""}.ph.ph-circle-half:before{content:""}.ph.ph-circle-half-tilt:before{content:""}.ph.ph-circle-notch:before{content:""}.ph.ph-circles-four:before{content:""}.ph.ph-circles-three:before{content:""}.ph.ph-circles-three-plus:before{content:""}.ph.ph-circuitry:before{content:""}.ph.ph-city:before{content:""}.ph.ph-clipboard:before{content:""}.ph.ph-clipboard-text:before{content:""}.ph.ph-clock:before{content:""}.ph.ph-clock-afternoon:before{content:""}.ph.ph-clock-clockwise:before{content:""}.ph.ph-clock-countdown:before{content:""}.ph.ph-clock-counter-clockwise:before{content:""}.ph.ph-clock-user:before{content:""}.ph.ph-closed-captioning:before{content:""}.ph.ph-cloud:before{content:""}.ph.ph-cloud-arrow-down:before{content:""}.ph.ph-cloud-arrow-up:before{content:""}.ph.ph-cloud-check:before{content:""}.ph.ph-cloud-fog:before{content:""}.ph.ph-cloud-lightning:before{content:""}.ph.ph-cloud-moon:before{content:""}.ph.ph-cloud-rain:before{content:""}.ph.ph-cloud-slash:before{content:""}.ph.ph-cloud-snow:before{content:""}.ph.ph-cloud-sun:before{content:""}.ph.ph-cloud-warning:before{content:""}.ph.ph-cloud-x:before{content:""}.ph.ph-clover:before{content:""}.ph.ph-club:before{content:""}.ph.ph-coat-hanger:before{content:""}.ph.ph-coda-logo:before{content:""}.ph.ph-code:before{content:""}.ph.ph-code-block:before{content:""}.ph.ph-code-simple:before{content:""}.ph.ph-codepen-logo:before{content:""}.ph.ph-codesandbox-logo:before{content:""}.ph.ph-coffee:before{content:""}.ph.ph-coffee-bean:before{content:""}.ph.ph-coin:before{content:""}.ph.ph-coin-vertical:before{content:""}.ph.ph-coins:before{content:""}.ph.ph-columns:before{content:""}.ph.ph-columns-plus-left:before{content:""}.ph.ph-columns-plus-right:before{content:""}.ph.ph-command:before{content:""}.ph.ph-compass:before{content:""}.ph.ph-compass-rose:before{content:""}.ph.ph-compass-tool:before{content:""}.ph.ph-computer-tower:before{content:""}.ph.ph-confetti:before{content:""}.ph.ph-contactless-payment:before{content:""}.ph.ph-control:before{content:""}.ph.ph-cookie:before{content:""}.ph.ph-cooking-pot:before{content:""}.ph.ph-copy:before{content:""}.ph.ph-copy-simple:before{content:""}.ph.ph-copyleft:before{content:""}.ph.ph-copyright:before{content:""}.ph.ph-corners-in:before{content:""}.ph.ph-corners-out:before{content:""}.ph.ph-couch:before{content:""}.ph.ph-court-basketball:before{content:""}.ph.ph-cow:before{content:""}.ph.ph-cowboy-hat:before{content:""}.ph.ph-cpu:before{content:""}.ph.ph-crane:before{content:""}.ph.ph-crane-tower:before{content:""}.ph.ph-credit-card:before{content:""}.ph.ph-cricket:before{content:""}.ph.ph-crop:before{content:""}.ph.ph-cross:before{content:""}.ph.ph-crosshair:before{content:""}.ph.ph-crosshair-simple:before{content:""}.ph.ph-crown:before{content:""}.ph.ph-crown-cross:before{content:""}.ph.ph-crown-simple:before{content:""}.ph.ph-cube:before{content:""}.ph.ph-cube-focus:before{content:""}.ph.ph-cube-transparent:before{content:""}.ph.ph-currency-btc:before{content:""}.ph.ph-currency-circle-dollar:before{content:""}.ph.ph-currency-cny:before{content:""}.ph.ph-currency-dollar:before{content:""}.ph.ph-currency-dollar-simple:before{content:""}.ph.ph-currency-eth:before{content:""}.ph.ph-currency-eur:before{content:""}.ph.ph-currency-gbp:before{content:""}.ph.ph-currency-inr:before{content:""}.ph.ph-currency-jpy:before{content:""}.ph.ph-currency-krw:before{content:""}.ph.ph-currency-kzt:before{content:""}.ph.ph-currency-ngn:before{content:""}.ph.ph-currency-rub:before{content:""}.ph.ph-cursor:before{content:""}.ph.ph-cursor-click:before{content:""}.ph.ph-cursor-text:before{content:""}.ph.ph-cylinder:before{content:""}.ph.ph-database:before{content:""}.ph.ph-desk:before{content:""}.ph.ph-desktop:before{content:""}.ph.ph-desktop-tower:before{content:""}.ph.ph-detective:before{content:""}.ph.ph-dev-to-logo:before{content:""}.ph.ph-device-mobile:before{content:""}.ph.ph-device-mobile-camera:before{content:""}.ph.ph-device-mobile-slash:before{content:""}.ph.ph-device-mobile-speaker:before{content:""}.ph.ph-device-rotate:before{content:""}.ph.ph-device-tablet:before{content:""}.ph.ph-device-tablet-camera:before{content:""}.ph.ph-device-tablet-speaker:before{content:""}.ph.ph-devices:before{content:""}.ph.ph-diamond:before{content:""}.ph.ph-diamonds-four:before{content:""}.ph.ph-dice-five:before{content:""}.ph.ph-dice-four:before{content:""}.ph.ph-dice-one:before{content:""}.ph.ph-dice-six:before{content:""}.ph.ph-dice-three:before{content:""}.ph.ph-dice-two:before{content:""}.ph.ph-disc:before{content:""}.ph.ph-disco-ball:before{content:""}.ph.ph-discord-logo:before{content:""}.ph.ph-divide:before{content:""}.ph.ph-dna:before{content:""}.ph.ph-dog:before{content:""}.ph.ph-door:before{content:""}.ph.ph-door-open:before{content:""}.ph.ph-dot:before{content:""}.ph.ph-dot-outline:before{content:""}.ph.ph-dots-nine:before{content:""}.ph.ph-dots-six:before{content:""}.ph.ph-dots-six-vertical:before{content:""}.ph.ph-dots-three:before{content:""}.ph.ph-dots-three-circle:before{content:""}.ph.ph-dots-three-circle-vertical:before{content:""}.ph.ph-dots-three-outline:before{content:""}.ph.ph-dots-three-outline-vertical:before{content:""}.ph.ph-dots-three-vertical:before{content:""}.ph.ph-download:before{content:""}.ph.ph-download-simple:before{content:""}.ph.ph-dress:before{content:""}.ph.ph-dresser:before{content:""}.ph.ph-dribbble-logo:before{content:""}.ph.ph-drone:before{content:""}.ph.ph-drop:before{content:""}.ph.ph-drop-half:before{content:""}.ph.ph-drop-half-bottom:before{content:""}.ph.ph-drop-simple:before{content:""}.ph.ph-drop-slash:before{content:""}.ph.ph-dropbox-logo:before{content:""}.ph.ph-ear:before{content:""}.ph.ph-ear-slash:before{content:""}.ph.ph-egg:before{content:""}.ph.ph-egg-crack:before{content:""}.ph.ph-eject:before{content:""}.ph.ph-eject-simple:before{content:""}.ph.ph-elevator:before{content:""}.ph.ph-empty:before{content:""}.ph.ph-engine:before{content:""}.ph.ph-envelope:before{content:""}.ph.ph-envelope-open:before{content:""}.ph.ph-envelope-simple:before{content:""}.ph.ph-envelope-simple-open:before{content:""}.ph.ph-equalizer:before{content:""}.ph.ph-equals:before{content:""}.ph.ph-eraser:before{content:""}.ph.ph-escalator-down:before{content:""}.ph.ph-escalator-up:before{content:""}.ph.ph-exam:before{content:""}.ph.ph-exclamation-mark:before{content:""}.ph.ph-exclude:before{content:""}.ph.ph-exclude-square:before{content:""}.ph.ph-export:before{content:""}.ph.ph-eye:before{content:""}.ph.ph-eye-closed:before{content:""}.ph.ph-eye-slash:before{content:""}.ph.ph-eyedropper:before{content:""}.ph.ph-eyedropper-sample:before{content:""}.ph.ph-eyeglasses:before{content:""}.ph.ph-eyes:before{content:""}.ph.ph-face-mask:before{content:""}.ph.ph-facebook-logo:before{content:""}.ph.ph-factory:before{content:""}.ph.ph-faders:before{content:""}.ph.ph-faders-horizontal:before{content:""}.ph.ph-fallout-shelter:before{content:""}.ph.ph-fan:before{content:""}.ph.ph-farm:before{content:""}.ph.ph-fast-forward:before{content:""}.ph.ph-fast-forward-circle:before{content:""}.ph.ph-feather:before{content:""}.ph.ph-fediverse-logo:before{content:""}.ph.ph-figma-logo:before{content:""}.ph.ph-file:before{content:""}.ph.ph-file-archive:before{content:""}.ph.ph-file-arrow-down:before{content:""}.ph.ph-file-arrow-up:before{content:""}.ph.ph-file-audio:before{content:""}.ph.ph-file-c:before{content:""}.ph.ph-file-c-sharp:before{content:""}.ph.ph-file-cloud:before{content:""}.ph.ph-file-code:before{content:""}.ph.ph-file-cpp:before{content:""}.ph.ph-file-css:before{content:""}.ph.ph-file-csv:before{content:""}.ph.ph-file-dashed:before{content:""}.ph.ph-file-dotted:before{content:""}.ph.ph-file-doc:before{content:""}.ph.ph-file-html:before{content:""}.ph.ph-file-image:before{content:""}.ph.ph-file-ini:before{content:""}.ph.ph-file-jpg:before{content:""}.ph.ph-file-js:before{content:""}.ph.ph-file-jsx:before{content:""}.ph.ph-file-lock:before{content:""}.ph.ph-file-magnifying-glass:before{content:""}.ph.ph-file-search:before{content:""}.ph.ph-file-md:before{content:""}.ph.ph-file-minus:before{content:""}.ph.ph-file-pdf:before{content:""}.ph.ph-file-plus:before{content:""}.ph.ph-file-png:before{content:""}.ph.ph-file-ppt:before{content:""}.ph.ph-file-py:before{content:""}.ph.ph-file-rs:before{content:""}.ph.ph-file-sql:before{content:""}.ph.ph-file-svg:before{content:""}.ph.ph-file-text:before{content:""}.ph.ph-file-ts:before{content:""}.ph.ph-file-tsx:before{content:""}.ph.ph-file-txt:before{content:""}.ph.ph-file-video:before{content:""}.ph.ph-file-vue:before{content:""}.ph.ph-file-x:before{content:""}.ph.ph-file-xls:before{content:""}.ph.ph-file-zip:before{content:""}.ph.ph-files:before{content:""}.ph.ph-film-reel:before{content:""}.ph.ph-film-script:before{content:""}.ph.ph-film-slate:before{content:""}.ph.ph-film-strip:before{content:""}.ph.ph-fingerprint:before{content:""}.ph.ph-fingerprint-simple:before{content:""}.ph.ph-finn-the-human:before{content:""}.ph.ph-fire:before{content:""}.ph.ph-fire-extinguisher:before{content:""}.ph.ph-fire-simple:before{content:""}.ph.ph-fire-truck:before{content:""}.ph.ph-first-aid:before{content:""}.ph.ph-first-aid-kit:before{content:""}.ph.ph-fish:before{content:""}.ph.ph-fish-simple:before{content:""}.ph.ph-flag:before{content:""}.ph.ph-flag-banner:before{content:""}.ph.ph-flag-banner-fold:before{content:""}.ph.ph-flag-checkered:before{content:""}.ph.ph-flag-pennant:before{content:""}.ph.ph-flame:before{content:""}.ph.ph-flashlight:before{content:""}.ph.ph-flask:before{content:""}.ph.ph-flip-horizontal:before{content:""}.ph.ph-flip-vertical:before{content:""}.ph.ph-floppy-disk:before{content:""}.ph.ph-floppy-disk-back:before{content:""}.ph.ph-flow-arrow:before{content:""}.ph.ph-flower:before{content:""}.ph.ph-flower-lotus:before{content:""}.ph.ph-flower-tulip:before{content:""}.ph.ph-flying-saucer:before{content:""}.ph.ph-folder:before{content:""}.ph.ph-folder-notch:before{content:""}.ph.ph-folder-dashed:before{content:""}.ph.ph-folder-dotted:before{content:""}.ph.ph-folder-lock:before{content:""}.ph.ph-folder-minus:before{content:""}.ph.ph-folder-notch-minus:before{content:""}.ph.ph-folder-open:before{content:""}.ph.ph-folder-notch-open:before{content:""}.ph.ph-folder-plus:before{content:""}.ph.ph-folder-notch-plus:before{content:""}.ph.ph-folder-simple:before{content:""}.ph.ph-folder-simple-dashed:before{content:""}.ph.ph-folder-simple-dotted:before{content:""}.ph.ph-folder-simple-lock:before{content:""}.ph.ph-folder-simple-minus:before{content:""}.ph.ph-folder-simple-plus:before{content:""}.ph.ph-folder-simple-star:before{content:""}.ph.ph-folder-simple-user:before{content:""}.ph.ph-folder-star:before{content:""}.ph.ph-folder-user:before{content:""}.ph.ph-folders:before{content:""}.ph.ph-football:before{content:""}.ph.ph-football-helmet:before{content:""}.ph.ph-footprints:before{content:""}.ph.ph-fork-knife:before{content:""}.ph.ph-four-k:before{content:""}.ph.ph-frame-corners:before{content:""}.ph.ph-framer-logo:before{content:""}.ph.ph-function:before{content:""}.ph.ph-funnel:before{content:""}.ph.ph-funnel-simple:before{content:""}.ph.ph-funnel-simple-x:before{content:""}.ph.ph-funnel-x:before{content:""}.ph.ph-game-controller:before{content:""}.ph.ph-garage:before{content:""}.ph.ph-gas-can:before{content:""}.ph.ph-gas-pump:before{content:""}.ph.ph-gauge:before{content:""}.ph.ph-gavel:before{content:""}.ph.ph-gear:before{content:""}.ph.ph-gear-fine:before{content:""}.ph.ph-gear-six:before{content:""}.ph.ph-gender-female:before{content:""}.ph.ph-gender-intersex:before{content:""}.ph.ph-gender-male:before{content:""}.ph.ph-gender-neuter:before{content:""}.ph.ph-gender-nonbinary:before{content:""}.ph.ph-gender-transgender:before{content:""}.ph.ph-ghost:before{content:""}.ph.ph-gif:before{content:""}.ph.ph-gift:before{content:""}.ph.ph-git-branch:before{content:""}.ph.ph-git-commit:before{content:""}.ph.ph-git-diff:before{content:""}.ph.ph-git-fork:before{content:""}.ph.ph-git-merge:before{content:""}.ph.ph-git-pull-request:before{content:""}.ph.ph-github-logo:before{content:""}.ph.ph-gitlab-logo:before{content:""}.ph.ph-gitlab-logo-simple:before{content:""}.ph.ph-globe:before{content:""}.ph.ph-globe-hemisphere-east:before{content:""}.ph.ph-globe-hemisphere-west:before{content:""}.ph.ph-globe-simple:before{content:""}.ph.ph-globe-simple-x:before{content:""}.ph.ph-globe-stand:before{content:""}.ph.ph-globe-x:before{content:""}.ph.ph-goggles:before{content:""}.ph.ph-golf:before{content:""}.ph.ph-goodreads-logo:before{content:""}.ph.ph-google-cardboard-logo:before{content:""}.ph.ph-google-chrome-logo:before{content:""}.ph.ph-google-drive-logo:before{content:""}.ph.ph-google-logo:before{content:""}.ph.ph-google-photos-logo:before{content:""}.ph.ph-google-play-logo:before{content:""}.ph.ph-google-podcasts-logo:before{content:""}.ph.ph-gps:before{content:""}.ph.ph-gps-fix:before{content:""}.ph.ph-gps-slash:before{content:""}.ph.ph-gradient:before{content:""}.ph.ph-graduation-cap:before{content:""}.ph.ph-grains:before{content:""}.ph.ph-grains-slash:before{content:""}.ph.ph-graph:before{content:""}.ph.ph-graphics-card:before{content:""}.ph.ph-greater-than:before{content:""}.ph.ph-greater-than-or-equal:before{content:""}.ph.ph-grid-four:before{content:""}.ph.ph-grid-nine:before{content:""}.ph.ph-guitar:before{content:""}.ph.ph-hair-dryer:before{content:""}.ph.ph-hamburger:before{content:""}.ph.ph-hammer:before{content:""}.ph.ph-hand:before{content:""}.ph.ph-hand-arrow-down:before{content:""}.ph.ph-hand-arrow-up:before{content:""}.ph.ph-hand-coins:before{content:""}.ph.ph-hand-deposit:before{content:""}.ph.ph-hand-eye:before{content:""}.ph.ph-hand-fist:before{content:""}.ph.ph-hand-grabbing:before{content:""}.ph.ph-hand-heart:before{content:""}.ph.ph-hand-palm:before{content:""}.ph.ph-hand-peace:before{content:""}.ph.ph-hand-pointing:before{content:""}.ph.ph-hand-soap:before{content:""}.ph.ph-hand-swipe-left:before{content:""}.ph.ph-hand-swipe-right:before{content:""}.ph.ph-hand-tap:before{content:""}.ph.ph-hand-waving:before{content:""}.ph.ph-hand-withdraw:before{content:""}.ph.ph-handbag:before{content:""}.ph.ph-handbag-simple:before{content:""}.ph.ph-hands-clapping:before{content:""}.ph.ph-hands-praying:before{content:""}.ph.ph-handshake:before{content:""}.ph.ph-hard-drive:before{content:""}.ph.ph-hard-drives:before{content:""}.ph.ph-hard-hat:before{content:""}.ph.ph-hash:before{content:""}.ph.ph-hash-straight:before{content:""}.ph.ph-head-circuit:before{content:""}.ph.ph-headlights:before{content:""}.ph.ph-headphones:before{content:""}.ph.ph-headset:before{content:""}.ph.ph-heart:before{content:""}.ph.ph-heart-break:before{content:""}.ph.ph-heart-half:before{content:""}.ph.ph-heart-straight:before{content:""}.ph.ph-heart-straight-break:before{content:""}.ph.ph-heartbeat:before{content:""}.ph.ph-hexagon:before{content:""}.ph.ph-high-definition:before{content:""}.ph.ph-high-heel:before{content:""}.ph.ph-highlighter:before{content:""}.ph.ph-highlighter-circle:before{content:""}.ph.ph-hockey:before{content:""}.ph.ph-hoodie:before{content:""}.ph.ph-horse:before{content:""}.ph.ph-hospital:before{content:""}.ph.ph-hourglass:before{content:""}.ph.ph-hourglass-high:before{content:""}.ph.ph-hourglass-low:before{content:""}.ph.ph-hourglass-medium:before{content:""}.ph.ph-hourglass-simple:before{content:""}.ph.ph-hourglass-simple-high:before{content:""}.ph.ph-hourglass-simple-low:before{content:""}.ph.ph-hourglass-simple-medium:before{content:""}.ph.ph-house:before{content:""}.ph.ph-house-line:before{content:""}.ph.ph-house-simple:before{content:""}.ph.ph-hurricane:before{content:""}.ph.ph-ice-cream:before{content:""}.ph.ph-identification-badge:before{content:""}.ph.ph-identification-card:before{content:""}.ph.ph-image:before{content:""}.ph.ph-image-broken:before{content:""}.ph.ph-image-square:before{content:""}.ph.ph-images:before{content:""}.ph.ph-images-square:before{content:""}.ph.ph-infinity:before{content:""}.ph.ph-lemniscate:before{content:""}.ph.ph-info:before{content:""}.ph.ph-instagram-logo:before{content:""}.ph.ph-intersect:before{content:""}.ph.ph-intersect-square:before{content:""}.ph.ph-intersect-three:before{content:""}.ph.ph-intersection:before{content:""}.ph.ph-invoice:before{content:""}.ph.ph-island:before{content:""}.ph.ph-jar:before{content:""}.ph.ph-jar-label:before{content:""}.ph.ph-jeep:before{content:""}.ph.ph-joystick:before{content:""}.ph.ph-kanban:before{content:""}.ph.ph-key:before{content:""}.ph.ph-key-return:before{content:""}.ph.ph-keyboard:before{content:""}.ph.ph-keyhole:before{content:""}.ph.ph-knife:before{content:""}.ph.ph-ladder:before{content:""}.ph.ph-ladder-simple:before{content:""}.ph.ph-lamp:before{content:""}.ph.ph-lamp-pendant:before{content:""}.ph.ph-laptop:before{content:""}.ph.ph-lasso:before{content:""}.ph.ph-lastfm-logo:before{content:""}.ph.ph-layout:before{content:""}.ph.ph-leaf:before{content:""}.ph.ph-lectern:before{content:""}.ph.ph-lego:before{content:""}.ph.ph-lego-smiley:before{content:""}.ph.ph-less-than:before{content:""}.ph.ph-less-than-or-equal:before{content:""}.ph.ph-letter-circle-h:before{content:""}.ph.ph-letter-circle-p:before{content:""}.ph.ph-letter-circle-v:before{content:""}.ph.ph-lifebuoy:before{content:""}.ph.ph-lightbulb:before{content:""}.ph.ph-lightbulb-filament:before{content:""}.ph.ph-lighthouse:before{content:""}.ph.ph-lightning:before{content:""}.ph.ph-lightning-a:before{content:""}.ph.ph-lightning-slash:before{content:""}.ph.ph-line-segment:before{content:""}.ph.ph-line-segments:before{content:""}.ph.ph-line-vertical:before{content:""}.ph.ph-link:before{content:""}.ph.ph-link-break:before{content:""}.ph.ph-link-simple:before{content:""}.ph.ph-link-simple-break:before{content:""}.ph.ph-link-simple-horizontal:before{content:""}.ph.ph-link-simple-horizontal-break:before{content:""}.ph.ph-linkedin-logo:before{content:""}.ph.ph-linktree-logo:before{content:""}.ph.ph-linux-logo:before{content:""}.ph.ph-list:before{content:""}.ph.ph-list-bullets:before{content:""}.ph.ph-list-checks:before{content:""}.ph.ph-list-dashes:before{content:""}.ph.ph-list-heart:before{content:""}.ph.ph-list-magnifying-glass:before{content:""}.ph.ph-list-numbers:before{content:""}.ph.ph-list-plus:before{content:""}.ph.ph-list-star:before{content:""}.ph.ph-lock:before{content:""}.ph.ph-lock-key:before{content:""}.ph.ph-lock-key-open:before{content:""}.ph.ph-lock-laminated:before{content:""}.ph.ph-lock-laminated-open:before{content:""}.ph.ph-lock-open:before{content:""}.ph.ph-lock-simple:before{content:""}.ph.ph-lock-simple-open:before{content:""}.ph.ph-lockers:before{content:""}.ph.ph-log:before{content:""}.ph.ph-magic-wand:before{content:""}.ph.ph-magnet:before{content:""}.ph.ph-magnet-straight:before{content:""}.ph.ph-magnifying-glass:before{content:""}.ph.ph-magnifying-glass-minus:before{content:""}.ph.ph-magnifying-glass-plus:before{content:""}.ph.ph-mailbox:before{content:""}.ph.ph-map-pin:before{content:""}.ph.ph-map-pin-area:before{content:""}.ph.ph-map-pin-line:before{content:""}.ph.ph-map-pin-plus:before{content:""}.ph.ph-map-pin-simple:before{content:""}.ph.ph-map-pin-simple-area:before{content:""}.ph.ph-map-pin-simple-line:before{content:""}.ph.ph-map-trifold:before{content:""}.ph.ph-markdown-logo:before{content:""}.ph.ph-marker-circle:before{content:""}.ph.ph-martini:before{content:""}.ph.ph-mask-happy:before{content:""}.ph.ph-mask-sad:before{content:""}.ph.ph-mastodon-logo:before{content:""}.ph.ph-math-operations:before{content:""}.ph.ph-matrix-logo:before{content:""}.ph.ph-medal:before{content:""}.ph.ph-medal-military:before{content:""}.ph.ph-medium-logo:before{content:""}.ph.ph-megaphone:before{content:""}.ph.ph-megaphone-simple:before{content:""}.ph.ph-member-of:before{content:""}.ph.ph-memory:before{content:""}.ph.ph-messenger-logo:before{content:""}.ph.ph-meta-logo:before{content:""}.ph.ph-meteor:before{content:""}.ph.ph-metronome:before{content:""}.ph.ph-microphone:before{content:""}.ph.ph-microphone-slash:before{content:""}.ph.ph-microphone-stage:before{content:""}.ph.ph-microscope:before{content:""}.ph.ph-microsoft-excel-logo:before{content:""}.ph.ph-microsoft-outlook-logo:before{content:""}.ph.ph-microsoft-powerpoint-logo:before{content:""}.ph.ph-microsoft-teams-logo:before{content:""}.ph.ph-microsoft-word-logo:before{content:""}.ph.ph-minus:before{content:""}.ph.ph-minus-circle:before{content:""}.ph.ph-minus-square:before{content:""}.ph.ph-money:before{content:""}.ph.ph-money-wavy:before{content:""}.ph.ph-monitor:before{content:""}.ph.ph-monitor-arrow-up:before{content:""}.ph.ph-monitor-play:before{content:""}.ph.ph-moon:before{content:""}.ph.ph-moon-stars:before{content:""}.ph.ph-moped:before{content:""}.ph.ph-moped-front:before{content:""}.ph.ph-mosque:before{content:""}.ph.ph-motorcycle:before{content:""}.ph.ph-mountains:before{content:""}.ph.ph-mouse:before{content:""}.ph.ph-mouse-left-click:before{content:""}.ph.ph-mouse-middle-click:before{content:""}.ph.ph-mouse-right-click:before{content:""}.ph.ph-mouse-scroll:before{content:""}.ph.ph-mouse-simple:before{content:""}.ph.ph-music-note:before{content:""}.ph.ph-music-note-simple:before{content:""}.ph.ph-music-notes:before{content:""}.ph.ph-music-notes-minus:before{content:""}.ph.ph-music-notes-plus:before{content:""}.ph.ph-music-notes-simple:before{content:""}.ph.ph-navigation-arrow:before{content:""}.ph.ph-needle:before{content:""}.ph.ph-network:before{content:""}.ph.ph-network-slash:before{content:""}.ph.ph-network-x:before{content:""}.ph.ph-newspaper:before{content:""}.ph.ph-newspaper-clipping:before{content:""}.ph.ph-not-equals:before{content:""}.ph.ph-not-member-of:before{content:""}.ph.ph-not-subset-of:before{content:""}.ph.ph-not-superset-of:before{content:""}.ph.ph-notches:before{content:""}.ph.ph-note:before{content:""}.ph.ph-note-blank:before{content:""}.ph.ph-note-pencil:before{content:""}.ph.ph-notebook:before{content:""}.ph.ph-notepad:before{content:""}.ph.ph-notification:before{content:""}.ph.ph-notion-logo:before{content:""}.ph.ph-nuclear-plant:before{content:""}.ph.ph-number-circle-eight:before{content:""}.ph.ph-number-circle-five:before{content:""}.ph.ph-number-circle-four:before{content:""}.ph.ph-number-circle-nine:before{content:""}.ph.ph-number-circle-one:before{content:""}.ph.ph-number-circle-seven:before{content:""}.ph.ph-number-circle-six:before{content:""}.ph.ph-number-circle-three:before{content:""}.ph.ph-number-circle-two:before{content:""}.ph.ph-number-circle-zero:before{content:""}.ph.ph-number-eight:before{content:""}.ph.ph-number-five:before{content:""}.ph.ph-number-four:before{content:""}.ph.ph-number-nine:before{content:""}.ph.ph-number-one:before{content:""}.ph.ph-number-seven:before{content:""}.ph.ph-number-six:before{content:""}.ph.ph-number-square-eight:before{content:""}.ph.ph-number-square-five:before{content:""}.ph.ph-number-square-four:before{content:""}.ph.ph-number-square-nine:before{content:""}.ph.ph-number-square-one:before{content:""}.ph.ph-number-square-seven:before{content:""}.ph.ph-number-square-six:before{content:""}.ph.ph-number-square-three:before{content:""}.ph.ph-number-square-two:before{content:""}.ph.ph-number-square-zero:before{content:""}.ph.ph-number-three:before{content:""}.ph.ph-number-two:before{content:""}.ph.ph-number-zero:before{content:""}.ph.ph-numpad:before{content:""}.ph.ph-nut:before{content:""}.ph.ph-ny-times-logo:before{content:""}.ph.ph-octagon:before{content:""}.ph.ph-office-chair:before{content:""}.ph.ph-onigiri:before{content:""}.ph.ph-open-ai-logo:before{content:""}.ph.ph-option:before{content:""}.ph.ph-orange:before{content:""}.ph.ph-orange-slice:before{content:""}.ph.ph-oven:before{content:""}.ph.ph-package:before{content:""}.ph.ph-paint-brush:before{content:""}.ph.ph-paint-brush-broad:before{content:""}.ph.ph-paint-brush-household:before{content:""}.ph.ph-paint-bucket:before{content:""}.ph.ph-paint-roller:before{content:""}.ph.ph-palette:before{content:""}.ph.ph-panorama:before{content:""}.ph.ph-pants:before{content:""}.ph.ph-paper-plane:before{content:""}.ph.ph-paper-plane-right:before{content:""}.ph.ph-paper-plane-tilt:before{content:""}.ph.ph-paperclip:before{content:""}.ph.ph-paperclip-horizontal:before{content:""}.ph.ph-parachute:before{content:""}.ph.ph-paragraph:before{content:""}.ph.ph-parallelogram:before{content:""}.ph.ph-park:before{content:""}.ph.ph-password:before{content:""}.ph.ph-path:before{content:""}.ph.ph-patreon-logo:before{content:""}.ph.ph-pause:before{content:""}.ph.ph-pause-circle:before{content:""}.ph.ph-paw-print:before{content:""}.ph.ph-paypal-logo:before{content:""}.ph.ph-peace:before{content:""}.ph.ph-pen:before{content:""}.ph.ph-pen-nib:before{content:""}.ph.ph-pen-nib-straight:before{content:""}.ph.ph-pencil:before{content:""}.ph.ph-pencil-circle:before{content:""}.ph.ph-pencil-line:before{content:""}.ph.ph-pencil-ruler:before{content:""}.ph.ph-pencil-simple:before{content:""}.ph.ph-pencil-simple-line:before{content:""}.ph.ph-pencil-simple-slash:before{content:""}.ph.ph-pencil-slash:before{content:""}.ph.ph-pentagon:before{content:""}.ph.ph-pentagram:before{content:""}.ph.ph-pepper:before{content:""}.ph.ph-percent:before{content:""}.ph.ph-person:before{content:""}.ph.ph-person-arms-spread:before{content:""}.ph.ph-person-simple:before{content:""}.ph.ph-person-simple-bike:before{content:""}.ph.ph-person-simple-circle:before{content:""}.ph.ph-person-simple-hike:before{content:""}.ph.ph-person-simple-run:before{content:""}.ph.ph-person-simple-ski:before{content:""}.ph.ph-person-simple-snowboard:before{content:""}.ph.ph-person-simple-swim:before{content:""}.ph.ph-person-simple-tai-chi:before{content:""}.ph.ph-person-simple-throw:before{content:""}.ph.ph-person-simple-walk:before{content:""}.ph.ph-perspective:before{content:""}.ph.ph-phone:before{content:""}.ph.ph-phone-call:before{content:""}.ph.ph-phone-disconnect:before{content:""}.ph.ph-phone-incoming:before{content:""}.ph.ph-phone-list:before{content:""}.ph.ph-phone-outgoing:before{content:""}.ph.ph-phone-pause:before{content:""}.ph.ph-phone-plus:before{content:""}.ph.ph-phone-slash:before{content:""}.ph.ph-phone-transfer:before{content:""}.ph.ph-phone-x:before{content:""}.ph.ph-phosphor-logo:before{content:""}.ph.ph-pi:before{content:""}.ph.ph-piano-keys:before{content:""}.ph.ph-picnic-table:before{content:""}.ph.ph-picture-in-picture:before{content:""}.ph.ph-piggy-bank:before{content:""}.ph.ph-pill:before{content:""}.ph.ph-ping-pong:before{content:""}.ph.ph-pint-glass:before{content:""}.ph.ph-pinterest-logo:before{content:""}.ph.ph-pinwheel:before{content:""}.ph.ph-pipe:before{content:""}.ph.ph-pipe-wrench:before{content:""}.ph.ph-pix-logo:before{content:""}.ph.ph-pizza:before{content:""}.ph.ph-placeholder:before{content:""}.ph.ph-planet:before{content:""}.ph.ph-plant:before{content:""}.ph.ph-play:before{content:""}.ph.ph-play-circle:before{content:""}.ph.ph-play-pause:before{content:""}.ph.ph-playlist:before{content:""}.ph.ph-plug:before{content:""}.ph.ph-plug-charging:before{content:""}.ph.ph-plugs:before{content:""}.ph.ph-plugs-connected:before{content:""}.ph.ph-plus:before{content:""}.ph.ph-plus-circle:before{content:""}.ph.ph-plus-minus:before{content:""}.ph.ph-plus-square:before{content:""}.ph.ph-poker-chip:before{content:""}.ph.ph-police-car:before{content:""}.ph.ph-polygon:before{content:""}.ph.ph-popcorn:before{content:""}.ph.ph-popsicle:before{content:""}.ph.ph-potted-plant:before{content:""}.ph.ph-power:before{content:""}.ph.ph-prescription:before{content:""}.ph.ph-presentation:before{content:""}.ph.ph-presentation-chart:before{content:""}.ph.ph-printer:before{content:""}.ph.ph-prohibit:before{content:""}.ph.ph-prohibit-inset:before{content:""}.ph.ph-projector-screen:before{content:""}.ph.ph-projector-screen-chart:before{content:""}.ph.ph-pulse:before{content:""}.ph.ph-activity:before{content:""}.ph.ph-push-pin:before{content:""}.ph.ph-push-pin-simple:before{content:""}.ph.ph-push-pin-simple-slash:before{content:""}.ph.ph-push-pin-slash:before{content:""}.ph.ph-puzzle-piece:before{content:""}.ph.ph-qr-code:before{content:""}.ph.ph-question:before{content:""}.ph.ph-question-mark:before{content:""}.ph.ph-queue:before{content:""}.ph.ph-quotes:before{content:""}.ph.ph-rabbit:before{content:""}.ph.ph-racquet:before{content:""}.ph.ph-radical:before{content:""}.ph.ph-radio:before{content:""}.ph.ph-radio-button:before{content:""}.ph.ph-radioactive:before{content:""}.ph.ph-rainbow:before{content:""}.ph.ph-rainbow-cloud:before{content:""}.ph.ph-ranking:before{content:""}.ph.ph-read-cv-logo:before{content:""}.ph.ph-receipt:before{content:""}.ph.ph-receipt-x:before{content:""}.ph.ph-record:before{content:""}.ph.ph-rectangle:before{content:""}.ph.ph-rectangle-dashed:before{content:""}.ph.ph-recycle:before{content:""}.ph.ph-reddit-logo:before{content:""}.ph.ph-repeat:before{content:""}.ph.ph-repeat-once:before{content:""}.ph.ph-replit-logo:before{content:""}.ph.ph-resize:before{content:""}.ph.ph-rewind:before{content:""}.ph.ph-rewind-circle:before{content:""}.ph.ph-road-horizon:before{content:""}.ph.ph-robot:before{content:""}.ph.ph-rocket:before{content:""}.ph.ph-rocket-launch:before{content:""}.ph.ph-rows:before{content:""}.ph.ph-rows-plus-bottom:before{content:""}.ph.ph-rows-plus-top:before{content:""}.ph.ph-rss:before{content:""}.ph.ph-rss-simple:before{content:""}.ph.ph-rug:before{content:""}.ph.ph-ruler:before{content:""}.ph.ph-sailboat:before{content:""}.ph.ph-scales:before{content:""}.ph.ph-scan:before{content:""}.ph.ph-scan-smiley:before{content:""}.ph.ph-scissors:before{content:""}.ph.ph-scooter:before{content:""}.ph.ph-screencast:before{content:""}.ph.ph-screwdriver:before{content:""}.ph.ph-scribble:before{content:""}.ph.ph-scribble-loop:before{content:""}.ph.ph-scroll:before{content:""}.ph.ph-seal:before{content:""}.ph.ph-circle-wavy:before{content:""}.ph.ph-seal-check:before{content:""}.ph.ph-circle-wavy-check:before{content:""}.ph.ph-seal-percent:before{content:""}.ph.ph-seal-question:before{content:""}.ph.ph-circle-wavy-question:before{content:""}.ph.ph-seal-warning:before{content:""}.ph.ph-circle-wavy-warning:before{content:""}.ph.ph-seat:before{content:""}.ph.ph-seatbelt:before{content:""}.ph.ph-security-camera:before{content:""}.ph.ph-selection:before{content:""}.ph.ph-selection-all:before{content:""}.ph.ph-selection-background:before{content:""}.ph.ph-selection-foreground:before{content:""}.ph.ph-selection-inverse:before{content:""}.ph.ph-selection-plus:before{content:""}.ph.ph-selection-slash:before{content:""}.ph.ph-shapes:before{content:""}.ph.ph-share:before{content:""}.ph.ph-share-fat:before{content:""}.ph.ph-share-network:before{content:""}.ph.ph-shield:before{content:""}.ph.ph-shield-check:before{content:""}.ph.ph-shield-checkered:before{content:""}.ph.ph-shield-chevron:before{content:""}.ph.ph-shield-plus:before{content:""}.ph.ph-shield-slash:before{content:""}.ph.ph-shield-star:before{content:""}.ph.ph-shield-warning:before{content:""}.ph.ph-shipping-container:before{content:""}.ph.ph-shirt-folded:before{content:""}.ph.ph-shooting-star:before{content:""}.ph.ph-shopping-bag:before{content:""}.ph.ph-shopping-bag-open:before{content:""}.ph.ph-shopping-cart:before{content:""}.ph.ph-shopping-cart-simple:before{content:""}.ph.ph-shovel:before{content:""}.ph.ph-shower:before{content:""}.ph.ph-shrimp:before{content:""}.ph.ph-shuffle:before{content:""}.ph.ph-shuffle-angular:before{content:""}.ph.ph-shuffle-simple:before{content:""}.ph.ph-sidebar:before{content:""}.ph.ph-sidebar-simple:before{content:""}.ph.ph-sigma:before{content:""}.ph.ph-sign-in:before{content:""}.ph.ph-sign-out:before{content:""}.ph.ph-signature:before{content:""}.ph.ph-signpost:before{content:""}.ph.ph-sim-card:before{content:""}.ph.ph-siren:before{content:""}.ph.ph-sketch-logo:before{content:""}.ph.ph-skip-back:before{content:""}.ph.ph-skip-back-circle:before{content:""}.ph.ph-skip-forward:before{content:""}.ph.ph-skip-forward-circle:before{content:""}.ph.ph-skull:before{content:""}.ph.ph-skype-logo:before{content:""}.ph.ph-slack-logo:before{content:""}.ph.ph-sliders:before{content:""}.ph.ph-sliders-horizontal:before{content:""}.ph.ph-slideshow:before{content:""}.ph.ph-smiley:before{content:""}.ph.ph-smiley-angry:before{content:""}.ph.ph-smiley-blank:before{content:""}.ph.ph-smiley-meh:before{content:""}.ph.ph-smiley-melting:before{content:""}.ph.ph-smiley-nervous:before{content:""}.ph.ph-smiley-sad:before{content:""}.ph.ph-smiley-sticker:before{content:""}.ph.ph-smiley-wink:before{content:""}.ph.ph-smiley-x-eyes:before{content:""}.ph.ph-snapchat-logo:before{content:""}.ph.ph-sneaker:before{content:""}.ph.ph-sneaker-move:before{content:""}.ph.ph-snowflake:before{content:""}.ph.ph-soccer-ball:before{content:""}.ph.ph-sock:before{content:""}.ph.ph-solar-panel:before{content:""}.ph.ph-solar-roof:before{content:""}.ph.ph-sort-ascending:before{content:""}.ph.ph-sort-descending:before{content:""}.ph.ph-soundcloud-logo:before{content:""}.ph.ph-spade:before{content:""}.ph.ph-sparkle:before{content:""}.ph.ph-speaker-hifi:before{content:""}.ph.ph-speaker-high:before{content:""}.ph.ph-speaker-low:before{content:""}.ph.ph-speaker-none:before{content:""}.ph.ph-speaker-simple-high:before{content:""}.ph.ph-speaker-simple-low:before{content:""}.ph.ph-speaker-simple-none:before{content:""}.ph.ph-speaker-simple-slash:before{content:""}.ph.ph-speaker-simple-x:before{content:""}.ph.ph-speaker-slash:before{content:""}.ph.ph-speaker-x:before{content:""}.ph.ph-speedometer:before{content:""}.ph.ph-sphere:before{content:""}.ph.ph-spinner:before{content:""}.ph.ph-spinner-ball:before{content:""}.ph.ph-spinner-gap:before{content:""}.ph.ph-spiral:before{content:""}.ph.ph-split-horizontal:before{content:""}.ph.ph-split-vertical:before{content:""}.ph.ph-spotify-logo:before{content:""}.ph.ph-spray-bottle:before{content:""}.ph.ph-square:before{content:""}.ph.ph-square-half:before{content:""}.ph.ph-square-half-bottom:before{content:""}.ph.ph-square-logo:before{content:""}.ph.ph-square-split-horizontal:before{content:""}.ph.ph-square-split-vertical:before{content:""}.ph.ph-squares-four:before{content:""}.ph.ph-stack:before{content:""}.ph.ph-stack-minus:before{content:""}.ph.ph-stack-overflow-logo:before{content:""}.ph.ph-stack-plus:before{content:""}.ph.ph-stack-simple:before{content:""}.ph.ph-stairs:before{content:""}.ph.ph-stamp:before{content:""}.ph.ph-standard-definition:before{content:""}.ph.ph-star:before{content:""}.ph.ph-star-and-crescent:before{content:""}.ph.ph-star-four:before{content:""}.ph.ph-star-half:before{content:""}.ph.ph-star-of-david:before{content:""}.ph.ph-steam-logo:before{content:""}.ph.ph-steering-wheel:before{content:""}.ph.ph-steps:before{content:""}.ph.ph-stethoscope:before{content:""}.ph.ph-sticker:before{content:""}.ph.ph-stool:before{content:""}.ph.ph-stop:before{content:""}.ph.ph-stop-circle:before{content:""}.ph.ph-storefront:before{content:""}.ph.ph-strategy:before{content:""}.ph.ph-stripe-logo:before{content:""}.ph.ph-student:before{content:""}.ph.ph-subset-of:before{content:""}.ph.ph-subset-proper-of:before{content:""}.ph.ph-subtitles:before{content:""}.ph.ph-subtitles-slash:before{content:""}.ph.ph-subtract:before{content:""}.ph.ph-subtract-square:before{content:""}.ph.ph-subway:before{content:""}.ph.ph-suitcase:before{content:""}.ph.ph-suitcase-rolling:before{content:""}.ph.ph-suitcase-simple:before{content:""}.ph.ph-sun:before{content:""}.ph.ph-sun-dim:before{content:""}.ph.ph-sun-horizon:before{content:""}.ph.ph-sunglasses:before{content:""}.ph.ph-superset-of:before{content:""}.ph.ph-superset-proper-of:before{content:""}.ph.ph-swap:before{content:""}.ph.ph-swatches:before{content:""}.ph.ph-swimming-pool:before{content:""}.ph.ph-sword:before{content:""}.ph.ph-synagogue:before{content:""}.ph.ph-syringe:before{content:""}.ph.ph-t-shirt:before{content:""}.ph.ph-table:before{content:""}.ph.ph-tabs:before{content:""}.ph.ph-tag:before{content:""}.ph.ph-tag-chevron:before{content:""}.ph.ph-tag-simple:before{content:""}.ph.ph-target:before{content:""}.ph.ph-taxi:before{content:""}.ph.ph-tea-bag:before{content:""}.ph.ph-telegram-logo:before{content:""}.ph.ph-television:before{content:""}.ph.ph-television-simple:before{content:""}.ph.ph-tennis-ball:before{content:""}.ph.ph-tent:before{content:""}.ph.ph-terminal:before{content:""}.ph.ph-terminal-window:before{content:""}.ph.ph-test-tube:before{content:""}.ph.ph-text-a-underline:before{content:""}.ph.ph-text-aa:before{content:""}.ph.ph-text-align-center:before{content:""}.ph.ph-text-align-justify:before{content:""}.ph.ph-text-align-left:before{content:""}.ph.ph-text-align-right:before{content:""}.ph.ph-text-b:before{content:""}.ph.ph-text-bolder:before{content:""}.ph.ph-text-columns:before{content:""}.ph.ph-text-h:before{content:""}.ph.ph-text-h-five:before{content:""}.ph.ph-text-h-four:before{content:""}.ph.ph-text-h-one:before{content:""}.ph.ph-text-h-six:before{content:""}.ph.ph-text-h-three:before{content:""}.ph.ph-text-h-two:before{content:""}.ph.ph-text-indent:before{content:""}.ph.ph-text-italic:before{content:""}.ph.ph-text-outdent:before{content:""}.ph.ph-text-strikethrough:before{content:""}.ph.ph-text-subscript:before{content:""}.ph.ph-text-superscript:before{content:""}.ph.ph-text-t:before{content:""}.ph.ph-text-t-slash:before{content:""}.ph.ph-text-underline:before{content:""}.ph.ph-textbox:before{content:""}.ph.ph-thermometer:before{content:""}.ph.ph-thermometer-cold:before{content:""}.ph.ph-thermometer-hot:before{content:""}.ph.ph-thermometer-simple:before{content:""}.ph.ph-threads-logo:before{content:""}.ph.ph-three-d:before{content:""}.ph.ph-thumbs-down:before{content:""}.ph.ph-thumbs-up:before{content:""}.ph.ph-ticket:before{content:""}.ph.ph-tidal-logo:before{content:""}.ph.ph-tiktok-logo:before{content:""}.ph.ph-tilde:before{content:""}.ph.ph-timer:before{content:""}.ph.ph-tip-jar:before{content:""}.ph.ph-tipi:before{content:""}.ph.ph-tire:before{content:""}.ph.ph-toggle-left:before{content:""}.ph.ph-toggle-right:before{content:""}.ph.ph-toilet:before{content:""}.ph.ph-toilet-paper:before{content:""}.ph.ph-toolbox:before{content:""}.ph.ph-tooth:before{content:""}.ph.ph-tornado:before{content:""}.ph.ph-tote:before{content:""}.ph.ph-tote-simple:before{content:""}.ph.ph-towel:before{content:""}.ph.ph-tractor:before{content:""}.ph.ph-trademark:before{content:""}.ph.ph-trademark-registered:before{content:""}.ph.ph-traffic-cone:before{content:""}.ph.ph-traffic-sign:before{content:""}.ph.ph-traffic-signal:before{content:""}.ph.ph-train:before{content:""}.ph.ph-train-regional:before{content:""}.ph.ph-train-simple:before{content:""}.ph.ph-tram:before{content:""}.ph.ph-translate:before{content:""}.ph.ph-trash:before{content:""}.ph.ph-trash-simple:before{content:""}.ph.ph-tray:before{content:""}.ph.ph-tray-arrow-down:before{content:""}.ph.ph-archive-tray:before{content:""}.ph.ph-tray-arrow-up:before{content:""}.ph.ph-treasure-chest:before{content:""}.ph.ph-tree:before{content:""}.ph.ph-tree-evergreen:before{content:""}.ph.ph-tree-palm:before{content:""}.ph.ph-tree-structure:before{content:""}.ph.ph-tree-view:before{content:""}.ph.ph-trend-down:before{content:""}.ph.ph-trend-up:before{content:""}.ph.ph-triangle:before{content:""}.ph.ph-triangle-dashed:before{content:""}.ph.ph-trolley:before{content:""}.ph.ph-trolley-suitcase:before{content:""}.ph.ph-trophy:before{content:""}.ph.ph-truck:before{content:""}.ph.ph-truck-trailer:before{content:""}.ph.ph-tumblr-logo:before{content:""}.ph.ph-twitch-logo:before{content:""}.ph.ph-twitter-logo:before{content:""}.ph.ph-umbrella:before{content:""}.ph.ph-umbrella-simple:before{content:""}.ph.ph-union:before{content:""}.ph.ph-unite:before{content:""}.ph.ph-unite-square:before{content:""}.ph.ph-upload:before{content:""}.ph.ph-upload-simple:before{content:""}.ph.ph-usb:before{content:""}.ph.ph-user:before{content:""}.ph.ph-user-check:before{content:""}.ph.ph-user-circle:before{content:""}.ph.ph-user-circle-check:before{content:""}.ph.ph-user-circle-dashed:before{content:""}.ph.ph-user-circle-gear:before{content:""}.ph.ph-user-circle-minus:before{content:""}.ph.ph-user-circle-plus:before{content:""}.ph.ph-user-focus:before{content:""}.ph.ph-user-gear:before{content:""}.ph.ph-user-list:before{content:""}.ph.ph-user-minus:before{content:""}.ph.ph-user-plus:before{content:""}.ph.ph-user-rectangle:before{content:""}.ph.ph-user-sound:before{content:""}.ph.ph-user-square:before{content:""}.ph.ph-user-switch:before{content:""}.ph.ph-users:before{content:""}.ph.ph-users-four:before{content:""}.ph.ph-users-three:before{content:""}.ph.ph-van:before{content:""}.ph.ph-vault:before{content:""}.ph.ph-vector-three:before{content:""}.ph.ph-vector-two:before{content:""}.ph.ph-vibrate:before{content:""}.ph.ph-video:before{content:""}.ph.ph-video-camera:before{content:""}.ph.ph-video-camera-slash:before{content:""}.ph.ph-video-conference:before{content:""}.ph.ph-vignette:before{content:""}.ph.ph-vinyl-record:before{content:""}.ph.ph-virtual-reality:before{content:""}.ph.ph-virus:before{content:""}.ph.ph-visor:before{content:""}.ph.ph-voicemail:before{content:""}.ph.ph-volleyball:before{content:""}.ph.ph-wall:before{content:""}.ph.ph-wallet:before{content:""}.ph.ph-warehouse:before{content:""}.ph.ph-warning:before{content:""}.ph.ph-warning-circle:before{content:""}.ph.ph-warning-diamond:before{content:""}.ph.ph-warning-octagon:before{content:""}.ph.ph-washing-machine:before{content:""}.ph.ph-watch:before{content:""}.ph.ph-wave-sawtooth:before{content:""}.ph.ph-wave-sine:before{content:""}.ph.ph-wave-square:before{content:""}.ph.ph-wave-triangle:before{content:""}.ph.ph-waveform:before{content:""}.ph.ph-waveform-slash:before{content:""}.ph.ph-waves:before{content:""}.ph.ph-webcam:before{content:""}.ph.ph-webcam-slash:before{content:""}.ph.ph-webhooks-logo:before{content:""}.ph.ph-wechat-logo:before{content:""}.ph.ph-whatsapp-logo:before{content:""}.ph.ph-wheelchair:before{content:""}.ph.ph-wheelchair-motion:before{content:""}.ph.ph-wifi-high:before{content:""}.ph.ph-wifi-low:before{content:""}.ph.ph-wifi-medium:before{content:""}.ph.ph-wifi-none:before{content:""}.ph.ph-wifi-slash:before{content:""}.ph.ph-wifi-x:before{content:""}.ph.ph-wind:before{content:""}.ph.ph-windmill:before{content:""}.ph.ph-windows-logo:before{content:""}.ph.ph-wine:before{content:""}.ph.ph-wrench:before{content:""}.ph.ph-x:before{content:""}.ph.ph-x-circle:before{content:""}.ph.ph-x-logo:before{content:""}.ph.ph-x-square:before{content:""}.ph.ph-yarn:before{content:""}.ph.ph-yin-yang:before{content:""}.ph.ph-youtube-logo:before{content:""}
