@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap";#root{--green-1:#0d1004;--green-2:#2f390e;--green-3:#516218;--green-4:#728b23;--green-5:#94b42d;--green-6:#afd043;--green-7:#c1da6c;--green-8:#d2e495;--green-9:#e3efbe;--green-10:#f5f9e7;--red-1:#1a0605;--red-2:#440f0d;--red-3:#6f1916;--red-4:#99221e;--red-5:#c42c27;--red-6:#da4944;--red-7:#e2726e;--red-8:#eb9c99;--red-9:#f3c5c3;--red-10:#fceeee;--yellow-1:#141000;--yellow-2:#473900;--yellow-3:#7a6200;--yellow-4:#ad8b00;--yellow-5:#e0b400;--yellow-6:#ffd014;--yellow-7:#ffda47;--yellow-8:#ffe47a;--yellow-9:#ffefad;--yellow-10:#fff9e0;--black:#000;--gray-1:#1a1a1a;--gray-2:#333;--gray-3:#4d4d4d;--gray-4:#666;--gray-5:gray;--gray-6:#999;--gray-7:#b3b3b3;--gray-8:#ccc;--gray-9:#e6e6e6;--white:#fff;--light-text:white;--dark-text:#515050;--med-dark-text:var(--gray-5);--med-light-text:var(--gray-3);--color-accent:var(--green-4);--color-accent-light:var(--green-5);--color-accent-lighter:var(--green-6);--color-accent-lightest:var(--green-8);--color-accent-dark:var(--green-3);--color-accent-darker:var(--green-2);--color-accent-darkest:var(--green-1);--color-danger:var(--red-6);--color-danger-light:var(--red-7);--color-danger-lighter:var(--red-9);--color-danger-dark:var(--red-5);--color-almost:var(---yellow-7);--color-almost-light:var(--yellow-8);--color-almost-lighter:var(--yellow-9);--color-almost-dark:var(--yellow-5);--color-disabled:var(--gray-5);--color-disabled-light:var(--gray-7);--color-disabled-dark:var(--gray-3);--color-sex-female:#dd2761;--color-sex-male:#0182a2;--color-sex-undetermined:#9d9f9f;--shadow-distance-1:3px;--shadow-distance-2:6px;--shadow-distance-3:9px;--shadow-1:0 var(--shadow-distance-1) var(--shadow-distance-1) 0 var(--gray-6);--filter-shadow-1:drop-shadow(0 var(--shadow-distance-1) var(--shadow-distance-1) var(--gray-6));--shadow-2:0 var(--shadow-distance-2) var(--shadow-distance-2) 0 var(--gray-6);--filter-shadow-2:drop-shadow(0 var(--shadow-distance-2) var(--shadow-distance-2) var(--gray-6));--shadow-3:0 var(--shadow-distance-3) var(--shadow-distance-3) 0 var(--gray-6);--filter-shadow-3:drop-shadow(0 var(--shadow-distance-3) var(--shadow-distance-3) var(--gray-6));--color-white:white;--color-text:var(--dark-text);--color-primary:#e0e8e8;--color-secondary-light:var(--color-accent-lightest);--color-secondary-dark:#727974}.body{background-color:var(--color-primary);width:100%}h1,h2{color:var(--color-text)}a{color:var(--color-accent);text-decoration:none}a:hover:not(:disabled){color:var(--color-white)}button{box-shadow:var(--shadow-1);min-width:7.75em;font:inherit;cursor:pointer;border:none;padding:.5em 1em}button:disabled{cursor:not-allowed}button:where(.reset){background-color:unset;box-shadow:unset;padding:unset;min-width:unset}button.primary{background-color:var(--color-accent-light);color:var(--light-text)}button.primary:disabled{background-color:var(--color-disabled)}button.primary:hover:not(:disabled){background-color:var(--color-accent-lighter)}button.nonMatch{background-color:var(--color-danger);color:var(--light-text)}button.nonMatch:disabled{background-color:var(--color-disabled)}button.nonMatch:hover:not(:disabled){background-color:var(--color-danger-light)}button.secondary{background-color:var(--color-accent-lightest);color:var(--dark-text)}button.secondary:disabled{background-color:var(--color-disabled-light)}button.secondary:hover:not(:disabled){background-color:var(--color-accent-lighter)}button.outlined,button.danger.outlined{background-color:inherit;border:1px solid var(--color-accent);color:var(--color-accent);box-shadow:none}button.outlined:disabled{--color-accent:var(--color-disabled)}button.outlined:hover:not(:disabled){background-color:var(--color-accent-lightest)}button.danger{background-color:var(--color-danger);color:var(--light-text)}button.danger:disabled{background-color:var(--color-danger-lighter);color:var(--color-disabled)}button.danger:hover:not(:disabled){background-color:var(--color-danger-light)}button.danger.outlined{border-color:var(--color-danger);color:var(--color-danger)}button.danger.outlined:disabled{border-color:var(--color-danger-lighter);color:var(--color-danger-lighter);background-color:#0000}button.danger.outlined:hover:not(:disabled){background-color:var(--color-danger-lighter)}.person-icon{aspect-ratio:1;border-radius:100vmax}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;overflow:hidden}body{overflow:hidden}.layout-container{flex-direction:column;width:100%;height:100vh;display:flex;overflow:hidden}.site-header{z-index:1000;background-color:#fff;width:100%;padding:1rem 2rem;position:sticky;top:0;box-shadow:0 2px 4px #0000001a}.header-content{align-items:center;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;display:flex}.header-text{text-align:left;flex-direction:column;flex:1;gap:.25rem;display:flex}.logo{width:auto;height:50px;margin-right:1rem}.site-title{color:#333;text-align:left;margin:0;font-size:1.8rem;font-weight:600}.subtitle{color:#666;text-align:left;margin:0;font-size:1.1rem;font-weight:500}.copyright{color:#666;text-align:left;margin:0;font-size:.8rem}.main-content{flex:1;width:100%;padding:0}.site-footer{background-color:#f8f9fa;margin-top:auto;padding:1.5rem 2rem}.footer-content{text-align:center;max-width:1200px;margin:0 auto}.copyright{color:#666;margin:0;font-size:.9rem}.site-header{border-bottom:.125em solid var(--color-accent);justify-content:flex-start;align-items:center;padding-left:1rem;font-size:2em;display:flex}.site-header h1{font-size:inherit;text-align:left;margin:0;line-height:1em}.site-header .logo{height:2em}@media screen and (width<=1024px){.header-content{padding:0 1rem}}@media screen and (width<=600px){.header-content{padding:0 .5rem}.site-title{font-size:1.5rem}.logo{height:40px}.copyright{font-size:.7rem;display:none}}#copyright{z-index:1;text-align:center;background-color:var(--color-white);width:100%;margin:0;padding:.5rem;font-size:.72rem;position:fixed;bottom:0}@media screen and (width<=600px){#copyright{display:none}}.page-home header{background-color:var(--color-accent-lightest);justify-content:flex-end;width:100%;padding:0;display:flex}.page-home header h2{align-items:center;gap:1.5rem;width:100%;max-width:1200px;margin:0 auto;padding:.5rem 1rem;font-size:.9rem;display:flex}.page-home header button{padding:0 1rem;font-size:.75em}.document-matcher{background:#f7f9fb;flex-direction:column;justify-content:stretch;font-family:Inter,Segoe UI,Arial,sans-serif;display:flex;overflow-y:auto}.matcher-content{flex-direction:column;flex:auto;height:calc(100vh - 150px);padding-bottom:calc(20px + 30vh);display:flex;position:relative;overflow-y:auto}.document-matcher h3{color:#222b45;justify-content:center;align-items:center;width:min(700px,100%);margin-block:.5em;margin-inline:auto;font-size:1.4rem;font-weight:600;display:flex;position:relative}.document-matcher h3 .origin-label{align-items:center;gap:.5em;display:flex}.document-matcher h3 svg{height:1.2em}.document-matcher h3 .outlined{border-radius:.25em;align-items:center;padding:.25em .5em;font-size:.8em;display:flex;position:absolute;right:0}.document-matcher h3 .hint-type-select{text-align:center;text-align-last:center;min-width:7.75em;font:inherit;background-color:inherit;border:1px solid var(--color-accent);color:var(--color-accent);box-shadow:none;cursor:pointer;appearance:none;border-radius:.25em;outline:none;justify-content:center;align-items:center;padding:.25em .5em;font-size:.8em;transition:background-color .15s;display:flex;position:absolute;left:0}.document-matcher h3 .hint-type-select:hover{background-color:var(--color-accent-lightest)}.potential-matches{flex-direction:column;gap:.5em;padding-bottom:0;display:flex}.document-matcher .potential-matches>*{background:#fff;border-radius:16px;width:100%;max-width:700px;margin-inline:auto;padding:.5em 1em;transition:box-shadow .2s;box-shadow:0 2px 16px #00000012}.document-matcher .potential-matches>:hover{box-shadow:0 4px 24px #00000021}.attach-buttons-dock{outline:none;flex-direction:column;align-items:center;width:fit-content;display:flex}.attach-buttons-dock:focus-visible{outline-offset:3px;border-radius:10px;outline:2px solid #4f8cff}.attach-buttons-dock-header{flex-direction:row;align-items:center;gap:.25em;display:flex}.attach-buttons{flex-direction:row;flex:auto;justify-content:space-between;gap:1.5em;width:100%;margin-top:.5em;display:flex}.button-bar{z-index:100;background:#fffffffa;flex-direction:column;align-items:center;gap:.7em;padding:1em;display:flex;position:fixed;bottom:0;left:0;right:0}.counter{color:#6b7280;font-size:1.1rem;font-weight:500}.attach-buttons button,.attach-buttons .PopButton,.button-bar button{color:#2d3a4a;cursor:pointer;background:#e3e9f7;border:none;border-radius:8px;outline:none;padding:.3em .5em;font-size:1.08rem;font-weight:500;transition:background .18s,color .18s,box-shadow .18s;box-shadow:0 1px 4px #0000000a}.attach-buttons button.primary,.attach-buttons .PopButton.primary{color:#fff;background:linear-gradient(90deg,#4f8cff 0%,#2356c7 100%);box-shadow:0 2px 8px #4f8cff21}.attach-buttons button.primary:hover,.attach-buttons .PopButton.primary:hover{background:linear-gradient(90deg,#2356c7 0%,#4f8cff 100%)}.attach-buttons button.outlined,.attach-buttons .PopButton.outlined{color:#2356c7;background:#fff;border:2px solid #4f8cff}.attach-buttons button.outlined:hover,.attach-buttons .PopButton.outlined:hover{color:#17408b;background:#e3e9f7}.attach-buttons button.nonMatch,.attach-buttons .PopButton.nonMatch{color:#d7263d;background:#fff0f0;border:2px solid #d7263d}.attach-buttons button.nonMatch:hover,.attach-buttons .PopButton.nonMatch:hover{color:#a81b2b;background:#ffd6d6}.attach-buttons button:disabled,.attach-buttons .PopButton:disabled{opacity:.5;cursor:not-allowed}.arrow-button{color:#2356c7;box-shadow:none;background:#fff;border:2px solid #4f8cff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.3em;transition:background .18s,color .18s;display:none}.arrow-button:hover{color:#17408b;background:#e3e9f7}.mobile-button-bar{z-index:100;background:#fffffff7;border-top:1px solid #e3e9f7;justify-content:center;align-items:center;gap:1em;padding:.85em;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 16px #0000001a}.mobile-icon-btn{min-width:unset;cursor:pointer;border:none;border-radius:9999px;outline:none;flex:none;justify-content:center;align-items:center;padding:.35em;font-size:1.25em;font-weight:700;line-height:1;transition:background .18s,color .18s,transform .12s;display:flex}.mobile-icon-btn:active{transform:scale(.92)}.mobile-icon-btn:disabled{opacity:.4;cursor:not-allowed}.mobile-arrow-btn{color:#2356c7;background:#fff;border:2px solid #4f8cff}.mobile-arrow-btn:hover:not(:disabled){background:#e3e9f7}.mobile-check-btn{color:#1a7a42;background:#e6f9ee;border:2px solid #27ae60}.mobile-check-btn:hover:not(:disabled){background:#c6f0d7}.mobile-x-btn{color:#d7263d;background:#fff0f0;border:2px solid #d7263d}.mobile-x-btn:hover:not(:disabled){background:#ffd6d6}.document-matcher .loader{width:fit-content;margin:auto;padding-bottom:2em}@media (width<=700px){.document-matcher .potential-matches>*{padding:1.2em .5em}.potential-matches{gap:1.2em}}@media (width<=600px){.button-bar{display:none}.mobile-button-bar{display:flex}.matcher-content{padding-bottom:calc(50px + 30vh)}}.potential-match{background:#fff;border-radius:16px;flex-direction:column;width:100%;max-height:100%;margin:0;padding:0;transition:box-shadow .2s;display:flex;position:relative;overflow-y:auto;box-shadow:0 2px 16px #00000012}.potential-match:hover{box-shadow:0 4px 24px #00000021}.potential-match h4{color:#374151;margin:0 0 .5em;font-size:1em;font-weight:600}.data-matches{background-color:var(--color-accent-lightest)}.data-not-matches{background-color:var(--color-danger-lighter)}.data-almost-matches{background-color:var(--color-almost-lighter)}.flex-row{flex-flow:wrap;gap:1em;display:flex}.potential-match fieldset,.potential-match legend{border:none;margin:0;padding:0}.potential-match-header-and-link{position:relative}.potential-match .potential-match-table .potential-match-header-and-link,.potential-match .potential-match-table-wide .potential-match-header-and-link{grid-template-columns:repeat(2,1fr);grid-auto-flow:row;gap:1em;width:100%;margin-bottom:.5em;display:grid}.potential-match-table .header-button,.potential-match-table-wide .header-button{text-align:unset;z-index:1;border:1.5px solid var(--color-accent);background-color:#f7f9fb;border-radius:10px;padding:.2em;box-shadow:0 1px 4px #0000000a}.potential-match-table .header-button,.potential-match-table-wide .header-button,.details-wrapper{border:1.5px solid var(--color-accent);background-color:#f7f9fb;border-radius:10px;box-shadow:0 1px 4px #0000000a}.potential-match-header{text-align:left;background:#f7f9fb;border-radius:10px 10px 0 0;grid-template-columns:auto 1fr auto;grid-template-areas:"img header header""img lifespan id";padding:.25em;font-size:1em;display:grid;position:relative}.potential-match-header h5{font:inherit;color:var(--gray-1);grid-area:header;margin:0;font-weight:700}.potential-match-header .lifespan{color:#6b7280;grid-area:lifespan}.potential-match-header .lifespan-text--year{display:none}@media (width<=600px){.potential-match-header .lifespan-text--full{display:none}.potential-match-header .lifespan-text--year{display:inline}.potential-match-header .pid,.potential-match-details .event-type-wrapper--one-sided-only{display:none}}.potential-match-header .pid{color:#a0aec0;grid-area:id}.potential-match-header img,.potential-match-header svg{grid-area:img;width:2em;height:2em;margin:.25em .5em .25em 0}.potential-match .create-new-person{box-shadow:none;text-align:center;color:var(--color-accent-dark);cursor:pointer;background-color:#f7f9fb;border-style:dashed;border-radius:8px;padding:.5em 1em;transition:background .18s,color .18s}.potential-match .create-new-person:hover{background:var(--color-accent-lightest);color:var(--color-accent-darker)}.link-animation{z-index:1;color:var(--color-accent);width:32px;height:32px;box-shadow:0 4px 12px rgba(74, 60%, 34%, .15);border-radius:50%;justify-content:center;align-items:center;font-size:1.3em;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.link-animation:hover{box-shadow:0 6px 16px rgba(74, 60%, 34%, .2);color:var(--color-accent-dark);transform:translate(-50%,-50%)scale(1.1)}.details-wrapper{background:#fff;border-radius:10px;grid-column:span 2;margin:0 1em;box-shadow:0 1px 4px #0000000a}.collapsible-outer{grid-column:span 2}.details-grid{grid-column:span 2;grid-template-columns:1fr 1fr;display:grid}.potential-match-details{display:contents}.potential-match-details .detail{padding:.5em;font-size:1em}.potential-match-details .event-type-wrapper{border-right:1.5px solid var(--color-accent);grid-column:1/2}.potential-match-details+.potential-match-details .event-type-wrapper{border-right:none;grid-column:2/3}.potential-match-details .event-type-hints{grid-row:auto}.potential-match-details .unmatched-detail{padding-top:.25em;padding-bottom:.25em}.potential-match-details .unmatched-text{color:#6b7280;font-size:.875em}.potential-match-details h6{margin:0;font-size:.787em;font-weight:100}.toggle-details{box-sizing:border-box;width:100%;color:var(--color-accent-dark);text-align:center;box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:0;padding:.2em 0;transition:color .18s,-webkit-text-decoration .18s,text-decoration .18s;display:block}.toggle-details:hover{color:var(--color-accent-darker);text-decoration:underline}.potential-match-list{flex-flow:column;grid-row:1/-2;align-items:stretch;width:100%;display:flex;overflow-y:auto}.potential-match-list h3{border-bottom:var(--match-border);font:inherit;margin:0;padding:0}.potential-match-list h3~h3{border-top:var(--match-border);border-top-width:2px;margin-top:0;padding-top:0}.potential-match-list ul{border:none;flex-flow:column;align-items:stretch;margin:0;padding:0;display:flex}.potential-match-list button{background-color:unset;box-shadow:none;text-align:start;border:none;border-radius:0;padding:0}.potential-match-list .potential-match-header{border:none;border-top:var(--match-border)}.potential-match-list>*+*,.potential-match-list>*>*+*{border-top:var(--match-border)}.potential-match-footer{z-index:2;background:#fff;flex-flow:column wrap;justify-content:flex-start;align-items:stretch;gap:1em;padding:1em 0 0 1em;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000d}.potential-match-footer:before{content:"";margin-top:0}.potential-match-footer button img,.potential-match-footer button svg{height:1em}.potential-match .modal{flex-flow:column;height:100%;padding:1.75em 1.25em 0;display:flex;position:relative;overflow-y:auto}.potential-match .modal>:nth-last-child(2){flex-grow:1;overflow-y:auto}.potential-match .modal label{cursor:pointer;flex-flow:wrap;padding:.5em 0;display:flex}.potential-match .modal .potential-match-header{box-shadow:none;flex:1}.potential-match .modal footer{z-index:2;background:#fff;flex-flow:row;flex:0;justify-content:center;padding:1em 0;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -2px 10px #0000000d}.sourcelinker-button{float:right;height:18px}@media (width<=700px){.potential-match{padding:1em .5em .5em}.potential-match .potential-match-table .potential-match-header-and-link,.potential-match .potential-match-table-wide .potential-match-header-and-link{grid-template-columns:repeat(2,1fr);min-width:0}.potential-match .potential-match-table .potential-match-header-and-link>*,.potential-match .potential-match-table-wide .potential-match-header-and-link>*{min-width:0}}.potential-match-table,.potential-match-table-wide{width:100%;margin:0}.collapsible-outer{box-shadow:none;background:0 0;border-top:none;border-radius:0;grid-template-rows:0fr;align-items:end;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1);display:grid;overflow:hidden}.collapsible-outer.open{background:#f7f9fb;border-top:1px solid #e0e7ef;border-radius:10px;grid-template-rows:1fr;box-shadow:0 1px 4px #0000000a}.collapsible-inner{padding:0;overflow:hidden}.collapsible-outer.open .collapsible-inner{padding:.2em}.loader{background:#ffffffb3;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:80px;height:80px;display:flex;box-shadow:0 2px 16px #00000012}.loader.fixed{z-index:1000;isolation:isolate;margin:auto;position:fixed;inset:0}.loader:after{content:"";opacity:.5;z-index:-1;position:fixed;inset:0}.loading-ring{width:64px;height:64px;display:inline-block;position:relative}.loading-ring div{box-sizing:border-box;border:6px solid #0000;border-top-color:#4f8cff;border-radius:50%;width:48px;height:48px;margin:8px;animation:1.2s cubic-bezier(.5,0,.5,1) infinite loading-ring;display:block;position:absolute}.loading-ring div:first-child{animation-delay:-.45s}.loading-ring div:nth-child(2){animation-delay:-.3s}.loading-ring div:nth-child(3){animation-delay:-.15s}@keyframes loading-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-text{color:#2356c7;margin-top:.5em;padding-bottom:.5em;font-size:1.5em;font-weight:600}.loading-warning{color:#d7263d;font-size:.95em;font-weight:400}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
