@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
:root{--brand:#138a68;--brand-hover:#0f7559;--brand-dark:#0b5f49;--brand-soft:#e9f6f1;--nav:#0d1c2d;--nav-soft:#142a40;--bg:#f5f7f6;--surface:#fff;--text:#122033;--secondary:#53616e;--muted:#84909a;--border:#dde5e1;--border-soft:#e9eeeb;--orange:#ed8a3b;--pink:#ed91ad;--pink-soft:#fff4f7;--radius:14px;--shadow:0 7px 24px rgba(17,41,31,.07)}
[data-color-theme=dark]{--bg:#0d1620;--surface:#14212c;--text:#edf3f0;--secondary:#aab7b1;--muted:#809087;--border:#293b3c;--border-soft:#213135;--brand-soft:#173b34;--pink-soft:#39232d;--shadow:0 10px 30px rgba(0,0,0,.2)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:'DM Sans',sans-serif;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input{font:inherit}.icon{width:20px;height:20px;display:inline-block;flex:none}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:244px;padding:22px 14px 16px;background:var(--nav);color:#d7e2ea;z-index:40;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:11px;color:#fff;font-weight:700;font-size:18px}.brand-mark{width:35px;height:35px;border-radius:10px;display:grid;place-items:center;background:var(--brand);color:white;font-family:'Playfair Display';font-size:14px}.sidebar-head{padding:0 8px 22px}.side-nav{display:flex;flex-direction:column;gap:4px;flex:1}.nav-label{font-size:10px;letter-spacing:.14em;color:#74879a;margin:16px 12px 7px}.nav-item{min-height:42px;border-radius:9px;display:flex;align-items:center;gap:12px;padding:0 12px;color:#aab9c6;font-size:14px;font-weight:500}.nav-item:hover{background:#13283c;color:#fff}.nav-item.active{background:rgba(19,138,104,.2);color:#79d8b8}.nav-item.active:before{content:"";position:absolute;left:0;width:3px;height:24px;border-radius:0 4px 4px 0;background:#2fc196}.nav-item em{margin-left:auto;background:#e37849;color:#fff;border-radius:99px;padding:2px 7px;font-size:10px;font-style:normal}.nav-item small{margin-left:auto;font-size:9px;border:1px solid #33475b;padding:2px 5px;border-radius:5px}.nav-item.disabled{opacity:.5}.sidebar-foot{border-top:1px solid #24364a;padding:16px 8px 0}.side-user,.top-user{display:flex;align-items:center;gap:10px;min-width:0}.side-user>span:last-child,.top-user>span:last-child{min-width:0}.side-user strong,.side-user small,.top-user strong,.top-user small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-user strong{font-size:13px;color:#fff}.side-user small{font-size:10px;color:#8495a5}.avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#d8eee7;color:var(--brand-dark);font-weight:700;overflow:hidden;flex:none}.avatar img{width:100%;height:100%;object-fit:cover}.avatar.small{width:34px;height:34px;font-size:12px}.logout{border:0;background:none;color:#8fa1b1;font-size:12px;padding:12px 0 0;cursor:pointer}.logout:hover{color:#fff}.app-main{margin-left:244px;min-height:100vh}.topbar{height:78px;padding:0 30px;border-bottom:1px solid var(--border-soft);background:var(--surface);display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:20}.topbar h1{font-family:'Playfair Display';font-size:20px;margin:1px 0}.breadcrumb{font-size:10px;color:var(--muted);margin:0}.top-actions{display:flex;align-items:center;gap:16px}.top-user strong{font-size:12px}.top-user small{font-size:10px;color:var(--muted)}.icon-btn{border:0;background:transparent;color:inherit;width:38px;height:38px;border-radius:9px;display:grid;place-items:center;cursor:pointer}.icon-btn:hover{background:var(--brand-soft);color:var(--brand)}.icon-btn.bordered{border:1px solid var(--border);background:var(--surface)}.mobile-menu,.sidebar-close{display:none}.page-wrap{padding:28px 30px 48px;max-width:1500px;margin:auto}.eyebrow{font-size:10px;font-weight:700;letter-spacing:.16em;color:var(--brand);margin:0 0 7px}.eyebrow.light{color:#72d2b2}.muted{color:var(--secondary)}h2,h3,p{margin-top:0}h2{font-family:'Playfair Display';font-size:28px;margin-bottom:8px}.hero-row,.page-intro,.tree-toolbar{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.hero-row p,.page-intro p{margin-bottom:0}.btn{border:1px solid transparent;border-radius:9px;min-height:40px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:13px;cursor:pointer}.btn .icon{width:17px}.btn.primary{background:var(--brand);color:#fff}.btn.primary:hover{background:var(--brand-hover)}.btn.secondary{border-color:var(--border);background:var(--surface);color:var(--text)}.btn.wide{width:100%}.panel{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);box-shadow:var(--shadow)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stat-card{padding:18px;background:var(--surface);border:1px solid var(--border-soft);border-radius:12px;display:flex;align-items:center;gap:13px;box-shadow:var(--shadow)}.stat-card strong,.stat-card span{display:block}.stat-card strong{font-size:23px}.stat-card div span{font-size:12px;color:var(--muted)}.stat-icon{width:43px;height:43px;border-radius:11px;display:grid;place-items:center}.stat-icon.green{background:#e5f5ef;color:#12825f}.stat-icon.blue{background:#e8f0fb;color:#4a76ae}.stat-icon.gold{background:#fff3dc;color:#c28424}.stat-icon.coral{background:#ffebe5;color:#d46b46}.content-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:19px 20px;border-bottom:1px solid var(--border-soft)}.panel-head h3{margin:0 0 3px;font-size:15px}.panel-head p{margin:0;color:var(--muted);font-size:11px}.panel-head a{font-size:12px;color:var(--brand);font-weight:600}.family-list{padding:4px 10px}.family-row{display:flex;align-items:center;gap:12px;padding:12px 10px;border-bottom:1px solid var(--border-soft);border-radius:8px}.family-row:hover{background:var(--brand-soft)}.family-row>span:nth-child(2){flex:1}.family-row strong,.family-row small{display:block}.family-row strong{font-size:13px}.family-row small{font-size:10px;color:var(--muted);margin-top:3px}.family-symbol{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;background:var(--brand-soft);color:var(--brand)}.family-symbol.large{width:62px;height:62px;border-radius:16px}.family-symbol.large .icon{width:30px;height:30px}.role,.status,.event-type{display:inline-flex;border-radius:99px;padding:4px 8px;background:var(--brand-soft);color:var(--brand-dark);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.mini-timeline{padding:10px 20px}.mini-timeline>div{display:flex;gap:12px;padding:10px 0}.mini-timeline>div>span{width:8px;height:8px;border-radius:50%;background:var(--brand);margin-top:4px;box-shadow:0 0 0 4px var(--brand-soft)}.mini-timeline p,.mini-timeline strong,.mini-timeline small{display:block;margin:0}.mini-timeline strong{font-size:12px}.mini-timeline small{font-size:10px;color:var(--muted);margin-top:3px}.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.family-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.family-cover{height:105px;background:linear-gradient(130deg,#0c614b,#159370);display:grid;place-items:center;color:#fff}.family-cover span{width:52px;height:52px;border:1px solid rgba(255,255,255,.35);border-radius:50%;display:grid;place-items:center}.family-card-body{padding:17px}.split,.meta-row,.card-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}.family-card h3{font-size:16px;margin:0}.family-card p{font-size:12px;color:var(--secondary);min-height:36px;margin:12px 0}.meta-row{justify-content:flex-start;font-size:10px;color:var(--muted);gap:14px}.card-actions{margin-top:15px}.card-actions .btn{flex:1}.family-hero{padding:25px;display:flex;align-items:center;gap:20px;margin-bottom:20px}.family-hero>div{flex:1}.family-hero h2{margin-bottom:6px}.family-hero p{font-size:13px;color:var(--secondary)}.people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;padding:18px}.people-grid.large{grid-template-columns:repeat(4,minmax(0,1fr));padding:0}.person-tile{display:flex;align-items:center;gap:11px;padding:13px;border:1px solid var(--border);border-radius:11px;background:var(--surface);transition:.18s}.person-tile.female{border-color:#f1b8c9;background:var(--pink-soft)}.person-tile:hover{border-color:var(--orange);box-shadow:0 0 0 2px rgba(237,138,59,.12);transform:translateY(-1px)}.person-tile strong,.person-tile small{display:block}.person-tile strong{font-size:12px}.person-tile small{font-size:10px;color:var(--muted);margin-top:3px}.person-icon{background:var(--brand-soft)}.person-icon .icon{width:21px}.person-icon.pink{background:#fde6ee;color:#dd668d}.search-box{height:40px;min-width:260px;padding:0 12px;display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:9px}.search-box .icon{width:17px;color:var(--muted)}.search-box input{border:0;outline:0;background:transparent;color:var(--text);width:100%;font-size:12px}.search-box.compact{height:38px;min-width:210px}.profile-card{padding:28px;display:flex;align-items:flex-start;gap:24px;border-left:4px solid var(--brand)}.profile-card.female{border-color:var(--pink)}.profile-avatar{width:84px;height:84px}.profile-avatar .icon{width:38px;height:38px}.profile-avatar.pink{background:#fde6ee;color:#dc668b}.profile-card>div{flex:1}.detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:20px}.detail-grid span{padding:13px;background:var(--bg);border-radius:9px}.detail-grid small,.detail-grid strong{display:block}.detail-grid small{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:5px}.detail-grid strong{font-size:12px}.timeline{padding:18px 25px}.timeline article{display:grid;grid-template-columns:70px 18px 1fr;gap:15px;min-height:112px}.timeline-date{text-align:right}.timeline-date strong,.timeline-date span{display:block}.timeline-date strong{font-family:'Playfair Display';font-size:19px}.timeline-date span{font-size:10px;color:var(--muted)}.timeline-dot{width:11px;height:11px;border:3px solid var(--brand);background:var(--surface);border-radius:50%;position:relative;margin-top:4px}.timeline-dot:after{content:"";position:absolute;top:10px;left:2px;width:1px;height:88px;background:var(--border)}.timeline article:last-child .timeline-dot:after{display:none}.timeline-body h3{font-size:14px;margin:7px 0 4px}.timeline-body p,.timeline-body small{font-size:11px;color:var(--secondary)}.media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.media-card{background:var(--surface);border:1px solid var(--border-soft);border-radius:12px;overflow:hidden;box-shadow:var(--shadow)}.media-preview{height:150px;background:var(--brand-soft);color:var(--brand);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.media-preview img{width:100%;height:100%;object-fit:cover}.media-preview .icon{width:36px;height:36px}.media-preview span{font-size:9px;font-weight:700}.media-card>div:last-child{padding:14px}.media-card h3{font-size:12px;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-card p,.media-card small{font-size:10px;color:var(--muted);margin:0}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:12px}th,td{text-align:left;padding:14px 18px;border-bottom:1px solid var(--border-soft)}th{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.08em}.status.pending{background:#fff1d8;color:#a06a13}.status.rejected{background:#ffe6e2;color:#b64e40}.settings-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:20px}.settings-grid>.panel{padding-bottom:20px}.profile-summary{display:flex;align-items:center;gap:16px;padding:20px}.settings-grid .detail-grid{padding:0 20px;margin:0}.theme-choice{display:flex;align-items:center;gap:13px;margin:20px;border:1px solid var(--border);background:var(--bg);color:var(--text);padding:14px;border-radius:10px;width:calc(100% - 40px);text-align:left}.theme-choice>span:first-child{font-size:25px}.theme-choice strong,.theme-choice small{display:block}.theme-choice small{color:var(--muted);font-size:10px;margin-top:3px}.settings-note{font-size:11px;color:var(--muted);padding:0 20px}.empty{text-align:center;padding:45px 20px;color:var(--muted);grid-column:1/-1}.empty .icon{width:35px;height:35px;color:var(--brand)}.empty h3{color:var(--text);font-size:15px;margin:10px 0 5px}.empty p{font-size:11px}.tree-choice{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:22px;display:flex;gap:17px;align-items:center;box-shadow:var(--shadow)}.tree-choice:hover{border-color:var(--orange);transform:translateY(-2px)}.tree-choice h3{font-size:15px;margin-bottom:5px}.tree-choice p,.tree-choice small{font-size:11px;color:var(--muted);margin:0}.tree-choice small{display:block;color:var(--brand);font-weight:600;margin-top:10px}.tree-actions{display:flex;gap:8px}.tree-stage{height:calc(100vh - 220px);min-height:520px;background-color:var(--surface);background-image:radial-gradient(var(--border) 1px,transparent 1px);background-size:22px 22px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;position:relative;box-shadow:var(--shadow)}.tree-stage:fullscreen{height:100vh;border:0;border-radius:0}.tree-stage svg{width:100%;height:100%;touch-action:none}.tree-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:12px}.tree-loading span{width:18px;height:18px;border:2px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tree-help{text-align:center;color:var(--muted);font-size:10px;margin-top:9px}.tree-node rect{fill:var(--surface);stroke:var(--border);stroke-width:1.5}.tree-node.female rect{fill:var(--pink-soft);stroke:#efa9bf}.tree-node:hover rect,.tree-node.highlight rect{stroke:var(--orange);stroke-width:3;filter:drop-shadow(0 6px 8px rgba(237,138,59,.16))}.tree-node text{fill:var(--text);font-family:'DM Sans'}.tree-link{fill:none;stroke:#8fb7a9;stroke-width:2}.tree-link.spouse{stroke:#d69b78;stroke-dasharray:5 4}.tree-link.highlight{stroke:var(--orange);stroke-width:4}.tree-avatar{fill:var(--brand-soft)}.tree-node.female .tree-avatar{fill:#fde1ea}.tree-avatar-icon{fill:none;stroke:var(--brand);stroke-width:2}.tree-node.female .tree-avatar-icon{stroke:#dc668b}.auth-body{background:#eef3f0}.auth-shell{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.auth-story{background:linear-gradient(150deg,rgba(7,50,40,.93),rgba(10,96,72,.9)),radial-gradient(circle at 20% 30%,#168c69,#092e26);color:white;padding:48px 8vw;display:flex;flex-direction:column;justify-content:space-between}.brand-large{font-size:20px}.auth-story h1{font-family:'Playfair Display';font-size:46px;line-height:1.12;max-width:620px;margin:12px 0 18px}.auth-story>div p:last-child{max-width:530px;color:#c8ddd6;line-height:1.7}.auth-quote{font-family:'Playfair Display';font-size:15px;color:#b9d2ca}.auth-panel{background:var(--surface);display:grid;place-items:center;padding:30px}.login-card{width:min(420px,100%)}.login-card h2{font-size:30px}.login-card>.muted{font-size:13px;margin-bottom:25px}.mobile-brand{display:none;margin-bottom:35px;color:var(--text)}.form-stack{display:flex;flex-direction:column;gap:16px}.form-stack label{font-size:11px;font-weight:600}.form-stack input{display:block;width:100%;height:46px;margin-top:7px;padding:0 13px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);outline:0}.form-stack input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.form-foot{font-size:10px;color:var(--muted);text-align:center;margin-top:18px}.alert{padding:12px 14px;border-radius:9px;margin-bottom:16px;font-size:12px}.alert.error{background:#fff0ed;color:#a94b3d;border:1px solid #f4cbc4}.sidebar-backdrop{display:none}
@media(max-width:1050px){.stats-grid{grid-template-columns:repeat(2,1fr)}.card-grid,.people-grid.large{grid-template-columns:repeat(2,1fr)}.media-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.sidebar-backdrop.open{display:block;position:fixed;inset:0;background:rgba(5,15,23,.55);z-index:35}.sidebar-close,.mobile-menu{display:grid}.sidebar-close{position:absolute;right:12px;top:20px;color:white}.app-main{margin-left:0}.topbar{height:68px;padding:0 16px;justify-content:flex-start;gap:10px}.top-actions{margin-left:auto}.top-user>span:last-child{display:none}.page-wrap{padding:22px 16px 40px}.hero-row,.page-intro,.tree-toolbar{align-items:flex-start;flex-direction:column}.stats-grid,.content-grid,.settings-grid,.card-grid,.people-grid,.people-grid.large,.media-grid{grid-template-columns:1fr}.people-grid{padding:14px}.search-box{width:100%}.family-hero{align-items:flex-start;flex-wrap:wrap}.family-hero>div{min-width:calc(100% - 85px)}.tree-actions{width:100%;flex-wrap:wrap}.tree-actions .search-box{flex:1;min-width:170px}.tree-stage{height:65vh;min-height:440px}.auth-shell{display:block}.auth-story{display:none}.auth-panel{min-height:100vh}.mobile-brand{display:flex}.login-card h2{font-size:26px}.detail-grid{grid-template-columns:1fr}.profile-card{flex-direction:column}}

/* Person profile */
.back-link{display:inline-flex;margin-bottom:16px;color:var(--secondary);font-size:12px;font-weight:600}.back-link:hover,.text-brand{color:var(--brand)}.alert.success{background:var(--brand-soft);color:var(--brand-dark);border:1px solid #bde2d5}.profile-header{padding:22px;display:flex;align-items:center;gap:20px;margin-bottom:18px;border-left:4px solid var(--brand)}.profile-header.female{border-left-color:var(--pink)}.profile-heading{min-width:0;flex:1}.title-line{display:flex;align-items:center;gap:8px}.title-line h2{margin:0}.title-line span{color:#c78b26;font-size:20px}.profile-heading>p{color:var(--secondary);font-size:12px;margin:5px 0}.profile-sub{display:flex;flex-wrap:wrap;gap:14px;color:var(--secondary);font-size:11px}.profile-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}.btn.subtle{background:transparent;color:var(--secondary)}.btn.danger{background:#bd4e43;color:white}.action-menu,.record-head details,.record-actions details{position:relative}.action-menu>summary,.record-head summary,.record-actions summary,.danger-zone>summary{list-style:none;cursor:pointer}.action-menu>summary::-webkit-details-marker,.record-head summary::-webkit-details-marker,.record-actions summary::-webkit-details-marker{display:none}.popover-form,.inline-editor{position:absolute;z-index:30;right:0;top:calc(100% + 8px);width:min(620px,calc(100vw - 40px));max-height:75vh;overflow:auto;padding:18px;background:var(--surface);border:1px solid var(--border);border-radius:12px;box-shadow:0 18px 48px rgba(5,20,15,.2)}.action-menu:nth-of-type(2) .popover-form{width:360px}.popover-form h3{grid-column:1/-1;margin:0 0 3px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form-grid.compact{min-width:340px}.form-grid label,.form-stack label{font-size:10px;font-weight:700;color:var(--secondary)}.form-grid input,.form-grid select,.form-grid textarea,.form-stack input,.form-stack select,.form-stack textarea{display:block;width:100%;margin-top:6px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:10px 11px;outline:none;font-size:12px}.form-grid input,.form-grid select,.form-stack input,.form-stack select{height:40px}.form-grid input:focus,.form-grid select:focus,.form-grid textarea:focus,.form-stack input:focus,.form-stack select:focus,.form-stack textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.form-grid .full{grid-column:1/-1}.form-grid .check,.form-stack .check{display:flex;align-items:center;gap:8px}.form-grid .check input,.form-stack .check input{width:auto;height:auto;margin:0}.form-stack.compact{min-width:280px}.form-stack.compact small{font-size:10px;color:var(--muted)}.profile-workspace{overflow:visible}.profile-tabs{display:flex;overflow-x:auto;border-bottom:1px solid var(--border)}.profile-tabs a{white-space:nowrap;min-height:50px;padding:0 17px;border-bottom:2px solid transparent;display:flex;align-items:center;color:var(--secondary);font-size:12px;font-weight:600}.profile-tabs a:hover{color:var(--text)}.profile-tabs a.active{color:var(--brand);border-color:var(--brand)}.profile-tab-body{padding:20px;background:var(--bg);border-radius:0 0 var(--radius) var(--radius);min-height:360px}.profile-columns{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:18px}.record-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:18px;position:relative}.record-section h3{font-size:14px;margin-bottom:11px}.record-section .story{font-size:12px;line-height:1.8;color:var(--secondary)}.fact-list{display:flex;flex-direction:column;gap:11px;margin:0}.fact-list dt{font-size:9px;font-weight:700;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.fact-list dd{margin:3px 0 0;font-size:11px;color:var(--secondary)}.timeline-section{margin-top:18px}.record-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.record-head h3{margin:0 0 3px}.record-head p{font-size:10px;color:var(--muted);margin:0}.record-head .inline-editor{top:42px}.profile-events article{display:grid;grid-template-columns:100px 1fr auto;gap:14px;padding:14px 4px;border-top:1px solid var(--border-soft)}.profile-events time{font-size:10px;color:var(--muted);font-weight:600}.profile-events h4{font-size:13px;margin:6px 0 3px}.profile-events p{font-size:11px;color:var(--secondary);margin-bottom:3px}.profile-events small{font-size:9px;color:var(--muted)}.record-empty{font-size:11px;color:var(--muted);padding:24px;text-align:center;width:100%}.row-delete{width:27px;height:27px;border:0;border-radius:7px;background:transparent;color:#b95a50;font-size:19px;cursor:pointer}.row-delete:hover{background:#ffebe8}.relation-group{margin-top:15px}.relation-group h4{font-size:9px;text-transform:uppercase;color:var(--muted);letter-spacing:.08em;margin:0 0 5px}.relation-row{display:flex;align-items:center;gap:5px;padding:7px;border-radius:9px;background:var(--bg);margin-bottom:5px}.relation-row>a{display:flex;align-items:center;gap:9px;flex:1}.relation-row .avatar{width:34px;height:34px}.relation-row strong,.relation-row small{display:block}.relation-row strong{font-size:11px}.relation-row small{font-size:9px;color:var(--muted);margin-top:2px}.profile-media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.profile-media-card{border:1px solid var(--border);border-radius:10px;overflow:hidden;padding-bottom:10px}.profile-media-card .media-preview{height:125px}.profile-media-card>a>strong,.profile-media-card>small{display:block;margin:9px 10px 0;font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.media-actions{display:flex;gap:5px;padding:8px 10px 0}.media-actions button,.record-actions summary{border:0;background:var(--brand-soft);color:var(--brand);border-radius:6px;padding:5px 7px;font-size:9px;font-weight:700;cursor:pointer}.record-list{margin:0 -18px -18px}.record-list>article{min-height:62px;padding:13px 18px;border-top:1px solid var(--border-soft);display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.record-list strong,.record-list small{display:block}.record-list strong{font-size:12px}.record-list small{font-size:9px;color:var(--muted);margin-top:4px}.record-list.notes p{font-size:11px;line-height:1.6;color:var(--secondary);margin:6px 0}.record-actions{display:flex;gap:4px;align-items:center}.record-actions .inline-editor{top:27px}.record-actions .inline-editor.right{width:330px}.tag-cloud{display:flex;flex-wrap:wrap;gap:9px}.tag-cloud>span{display:inline-flex;align-items:center;gap:7px;min-height:34px;padding:0 10px;border:1px solid var(--tag-color);border-radius:99px;font-size:11px;font-weight:600}.tag-cloud i{width:7px;height:7px;border-radius:50%;background:var(--tag-color)}.tag-cloud form{display:inline-flex}.tag-cloud button{border:0;background:transparent;color:var(--muted);font-size:16px;cursor:pointer}.danger-zone{margin-top:16px;border:1px solid #edc6c2;border-radius:10px;background:var(--surface)}.danger-zone>summary{padding:13px 16px;color:#b54e43;font-size:11px;font-weight:700}.danger-zone>div{border-top:1px solid #f2d9d6;padding:15px}.danger-zone p{font-size:11px;color:var(--secondary)}
@media(max-width:1050px){.profile-header{align-items:flex-start;flex-wrap:wrap}.profile-actions{width:100%;justify-content:flex-start}.profile-columns{grid-template-columns:1fr}.profile-media-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.profile-header{padding:17px}.profile-avatar{width:66px;height:66px}.profile-heading{min-width:calc(100% - 90px)}.profile-actions .btn{flex:1}.profile-tab-body{padding:12px}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.popover-form{position:fixed;inset:75px 12px auto;width:auto}.inline-editor{position:fixed;inset:75px 12px auto;width:auto}.profile-media-grid{grid-template-columns:repeat(2,1fr)}.profile-events article{grid-template-columns:75px 1fr auto}}
.family-tools{display:flex;flex-wrap:wrap;gap:7px;justify-content:flex-end}.compact-stats{grid-template-columns:repeat(3,1fr)}.compact-stats .stat-card{display:block}.compact-stats .stat-card strong,.compact-stats .stat-card span{display:block}.compact-stats .stat-card span{font-size:10px;color:var(--muted);margin-top:3px}.member-main{display:flex;align-items:center;gap:10px}.member-main .avatar{width:36px;height:36px;font-size:11px}.record-list article.inactive{opacity:.55}.inline-form select{height:31px;border:1px solid var(--border);border-radius:7px;background:var(--surface);color:var(--text);font-size:10px;padding:0 7px}.member-invites{margin-top:18px}.settings-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:18px}.settings-side{display:flex;flex-direction:column;gap:18px}.quick-create{display:grid;grid-template-columns:1fr 38px auto;gap:7px;margin-bottom:12px}.quick-create input{min-width:0;height:38px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:0 10px}.quick-create input[type=color]{padding:3px}.mini-records>div{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-top:1px solid var(--border-soft);font-size:11px}.mini-records span{display:flex;align-items:center;gap:8px;font-weight:600}.mini-records i{width:9px;height:9px;border-radius:50%}.mini-records button{border:0;background:transparent;color:#b95a50;font-size:17px;cursor:pointer}
@media(max-width:900px){.settings-layout{grid-template-columns:1fr}}@media(max-width:760px){.compact-stats{grid-template-columns:1fr}.family-tools{width:100%;justify-content:flex-start}.family-tools .btn{flex:1}}
.settings-main{display:flex;flex-direction:column;gap:18px}
.review-list{display:flex;flex-direction:column;gap:13px}.review-top{display:flex;justify-content:space-between;gap:20px}.review-top h3{margin:8px 0 4px}.review-top p{font-size:10px;color:var(--muted)}.review-actions{display:flex;gap:8px}.review-actions form{display:flex;gap:6px;align-items:center}.review-actions input{height:38px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);padding:0 9px;font-size:10px}.change-data{margin-top:12px}.change-data summary{cursor:pointer;color:var(--brand);font-size:10px;font-weight:700}.change-data pre{overflow:auto;background:var(--bg);padding:12px;border-radius:8px;font-size:10px;line-height:1.6}.change-data p{font-size:10px;color:var(--secondary)}@media(max-width:850px){.review-top{flex-direction:column}.review-actions{flex-direction:column}.review-actions form{flex-wrap:wrap}.review-actions input{flex:1}}
.section-caption{font-size:10px;color:var(--muted);margin-top:-7px}.kinship-list{display:flex;flex-direction:column;gap:6px;margin:12px 0}.kinship-list>a{display:flex;align-items:center;gap:9px;padding:8px;background:var(--bg);border-radius:9px}.kinship-list .avatar{width:34px;height:34px}.kinship-list strong,.kinship-list small{display:block}.kinship-list strong{font-size:11px}.kinship-list small{font-size:9px;color:var(--muted)}.kinship-list em{margin-left:auto;color:var(--brand);font-size:10px;font-weight:700;font-style:normal}
.archive-box{border-color:#eac3bf}.archive-box>p{font-size:10px;color:var(--secondary)}.archive-box form{display:flex;gap:7px}.archive-box input{min-width:0;flex:1;height:40px;border:1px solid #e3b7b2;border-radius:8px;background:var(--surface);color:var(--text);padding:0 10px;font-size:11px}

/* Match the Next.js app typography. */
html,body{font-family:'Inter',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;line-height:1.6}
.brand-mark,.topbar h1,h2,.timeline-date strong,.auth-story h1,.auth-quote,.tree-node text,.tree-stage .tree-chart{font-family:inherit}

.otp-card .muted strong{color:var(--text)}.form-stack .otp-input{height:58px;text-align:center;font-size:25px;font-weight:700;letter-spacing:.45em;padding-left:calc(13px + .45em)}.otp-countdown{margin:-4px 0 0;color:var(--muted);font-size:11px;text-align:center}.otp-countdown strong{color:var(--brand)}.otp-countdown.expired,.otp-countdown.expired strong{color:#b54e43}

.kinship-groups{display:flex;flex-direction:column;gap:14px;margin:12px 0}.kinship-group-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:6px;border-bottom:1px solid var(--border-soft)}.kinship-group-head strong{font-size:11px;color:var(--brand)}.kinship-group-head small{font-size:9px;color:var(--muted);text-transform:capitalize}.kinship-group-list{display:flex;flex-direction:column;gap:5px;padding-top:5px}.kinship-group-list>a{display:flex;align-items:center;gap:9px;padding:8px;background:var(--bg);border-radius:9px}.kinship-group-list>a:hover{background:var(--brand-soft)}.kinship-group-list .avatar{width:30px;height:30px}.kinship-group-list>a>span:nth-child(2){min-width:0;flex:1}.kinship-group-list strong{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kinship-group-list>a>small{font-size:9px;color:var(--muted);text-transform:capitalize}

/* Interactive tree profile drawer and relative workflows. */
.tree-stage{display:flex}.tree-chart{min-width:0;flex:1}.tree-person-drawer{width:340px;height:100%;flex:none;overflow:auto;border-left:1px solid var(--border-soft);background:var(--surface);color:var(--text);z-index:8}.tree-person-drawer[hidden]{display:none}.tree-person-drawer>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px;border-bottom:1px solid var(--border-soft)}.tree-drawer-person{display:flex;align-items:center;gap:11px;min-width:0}.tree-drawer-person>div{min-width:0}.tree-drawer-person h3{margin:0;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tree-drawer-person p{margin:3px 0 0;color:var(--muted);font-size:10px;text-transform:capitalize}.tree-drawer-avatar{width:48px;height:48px;flex:none;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#e5f0fb;color:#356d9c;font-size:12px;font-weight:700}.tree-drawer-avatar.female{background:#f9e8ee;color:#a8496a}.tree-drawer-avatar img{width:100%;height:100%;object-fit:cover}.tree-drawer-close,.tree-modal-close{width:31px;height:31px;border:0;border-radius:8px;background:transparent;color:var(--muted);font-size:21px;line-height:1;cursor:pointer}.tree-drawer-close:hover,.tree-modal-close:hover{background:var(--bg);color:var(--text)}.tree-drawer-body{display:flex;flex-direction:column;gap:19px;padding:18px}.tree-drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.tree-drawer-actions .btn{min-height:35px;padding:0 8px;font-size:10px}.tree-drawer-body section h4{margin:0 0 8px;color:var(--muted);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.tree-drawer-details{display:flex;flex-direction:column;gap:8px}.tree-drawer-details>div{display:flex;align-items:flex-start;gap:8px;color:var(--secondary);font-size:10px}.tree-drawer-details i{width:16px;color:var(--brand);font-style:normal;text-align:center}.tree-drawer-relatives{display:flex;max-height:190px;overflow:auto;flex-direction:column;gap:4px;padding-right:3px}.tree-drawer-relatives>a{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:7px;border-radius:7px;background:var(--bg);font-size:10px}.tree-drawer-relatives>a:hover{background:var(--brand-soft)}.tree-drawer-relatives span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tree-drawer-relatives strong{flex:none;color:var(--brand);font-size:9px}.tree-drawer-about{display:-webkit-box;overflow:hidden;margin:0;color:var(--secondary);font-size:10px;line-height:1.6;-webkit-box-orient:vertical;-webkit-line-clamp:4}.tree-drawer-select{width:100%;height:36px;padding:0 9px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:10px}.tree-path-button{min-height:35px;margin-top:7px;font-size:10px}.tree-directory-link{display:block;text-align:center;color:var(--brand);font-size:10px;font-weight:600}.tree-drawer-loading,.tree-drawer-error{height:100%;display:flex;align-items:center;justify-content:center;gap:9px;padding:25px;color:var(--muted);font-size:11px;text-align:center}.tree-drawer-loading span{width:17px;height:17px;border:2px solid var(--border);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}.tree-drawer-error{flex-direction:column}.tree-drawer-error button{border:0;background:transparent;color:var(--brand);cursor:pointer}.tree-card-add{position:absolute;z-index:8;left:50%;bottom:-12px;display:flex;align-items:center;gap:4px;height:25px;padding:0 9px;transform:translateX(-50%);border:1px solid var(--border);border-radius:99px;background:var(--surface);color:var(--brand);box-shadow:var(--shadow);font:600 9px/1 inherit;white-space:nowrap;opacity:0;cursor:pointer;transition:opacity .16s,border-color .16s}.tree-card-add span{font-size:14px}.tree-chart div.card:hover .tree-card-add,.tree-card-add:focus{opacity:1}.tree-card-add:hover{border-color:var(--orange);color:var(--orange)}
.tree-modal[hidden],.tree-notice[hidden]{display:none}.tree-modal{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:18px}.tree-modal-backdrop{position:absolute;inset:0;border:0;background:rgba(5,15,23,.62)}.tree-modal-card{position:relative;width:min(640px,100%);max-height:calc(100vh - 36px);overflow:auto;border:1px solid var(--border);border-radius:15px;background:var(--surface);box-shadow:0 24px 70px rgba(0,0,0,.28)}.tree-modal-card.compact{width:min(460px,100%)}.tree-modal-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:18px 20px;border-bottom:1px solid var(--border-soft)}.tree-modal-card>header h3{margin:0 0 3px;font-size:15px}.tree-modal-card>header p{margin:0;color:var(--muted);font-size:10px}.tree-modal-body{padding:20px}.tree-modal-card footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:14px 20px;border-top:1px solid var(--border-soft)}.tree-form-error{padding:10px 12px;border:1px solid #f1c7c1;border-radius:8px;background:#fff0ed;color:#a94b3d;font-size:11px}.tree-relative-choices{display:grid;grid-template-columns:1fr 1fr;gap:8px}.tree-relative-choices label{padding:12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);cursor:pointer;transition:.15s}.tree-relative-choices label:hover{background:var(--bg);border-color:var(--brand)}.tree-relative-choices label:has(input:checked){border-color:var(--brand);background:var(--brand-soft);box-shadow:0 0 0 2px rgba(19,138,104,.1)}.tree-relative-choices input{position:absolute;opacity:0;pointer-events:none}.tree-relative-choices strong,.tree-relative-choices small{display:block}.tree-relative-choices strong{font-size:11px}.tree-relative-choices small{margin-top:3px;color:var(--muted);font-size:9px}.tree-person-fields{display:grid;grid-template-columns:1fr 1fr;gap:13px}.tree-person-fields label,.tree-link-fields label,.tree-notes-field{font-size:10px;font-weight:700;color:var(--secondary)}.tree-person-fields input,.tree-person-fields select,.tree-link-fields select,.tree-notes-field textarea{display:block;width:100%;margin-top:6px;padding:9px 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--text);font-size:11px;outline:none}.tree-person-fields input,.tree-person-fields select,.tree-link-fields select{height:39px}.tree-person-fields input:focus,.tree-person-fields select:focus,.tree-link-fields select:focus,.tree-notes-field textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-soft)}.tree-form-step h4{margin:0 0 4px;font-size:13px}.tree-form-step>.muted{font-size:10px}.tree-notes-field{display:block;margin-top:14px}.tree-relative-review{margin-top:14px;padding:13px;border-radius:10px;background:var(--brand-soft);color:var(--secondary);font-size:11px}.tree-form-step fieldset{margin:14px 0;padding:12px;border:1px solid var(--border);border-radius:10px}.tree-form-step legend{padding:0 5px;font-size:10px;font-weight:700}.tree-form-step fieldset label{display:flex;align-items:center;gap:8px;margin-top:7px;font-size:10px}.tree-field-note{margin:5px 0 0;color:#b27b26;font-size:10px}.tree-link-fields{display:flex;flex-direction:column;gap:13px}.tree-notice{position:fixed;right:24px;bottom:24px;z-index:120;max-width:360px;padding:12px 16px;border-radius:10px;background:var(--nav);color:#fff;box-shadow:0 15px 45px rgba(0,0,0,.25);font-size:11px;font-weight:600}
.tree-card-add{font-family:inherit;font-size:9px;font-weight:600;line-height:1}
.page-wrap{width:100%;max-width:none}
.top-actions{gap:7px}.top-actions form{display:flex;margin:0}.top-nav-btn{width:36px;height:36px;display:grid;place-items:center;padding:0;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--text);cursor:pointer;transition:background .16s,border-color .16s,color .16s}.top-nav-btn.round{border-radius:50%}.top-nav-btn .icon{width:17px;height:17px;stroke-width:1.7}.top-nav-btn:hover{border-color:var(--brand);background:var(--brand-soft);color:var(--brand)}.top-nav-avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--brand-soft);color:var(--brand-dark);font-size:11px;font-weight:700;text-transform:lowercase}.top-nav-avatar:hover{box-shadow:0 0 0 2px rgba(19,138,104,.16)}

/* Next.js application header parity. */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar{height:64px;padding:0 24px;justify-content:flex-start;gap:8px;background:color-mix(in srgb,var(--surface) 95%,transparent);backdrop-filter:blur(12px)}.app-header-search{position:relative;width:100%;max-width:360px;height:38px;display:block;margin-right:auto}.app-header-search>.icon{position:absolute;left:12px;top:50%;width:16px;height:16px;transform:translateY(-50%);color:var(--muted);pointer-events:none}.app-header-search input{width:100%;height:38px;padding:0 12px 0 35px;border:1px solid var(--border);border-radius:8px;outline:0;background:var(--bg);color:var(--text);font-size:12px}.app-header-search input::placeholder{color:var(--muted)}.app-header-search input:focus{border-color:var(--brand);box-shadow:0 0 0 2px var(--brand-soft)}.top-actions{margin-left:auto;gap:6px}.top-nav-btn{position:relative;border-radius:8px;color:var(--secondary)}.top-nav-btn.round{margin-left:4px}.top-nav-avatar{width:32px;height:32px;margin-left:4px;border:2px solid var(--surface);outline:2px solid var(--brand-soft);font-size:9px;text-transform:uppercase}.header-mobile-logo,.header-search-toggle{display:none}.theme-toggle>span{height:17px}.theme-toggle .theme-sun{display:none}[data-color-theme=dark] .theme-toggle .theme-moon{display:none}[data-color-theme=dark] .theme-toggle .theme-sun{display:block}.notification-menu{position:relative}.notification-menu>summary{list-style:none}.notification-menu>summary::-webkit-details-marker{display:none}.notification-menu>summary>i{position:absolute;right:7px;top:7px;width:8px;height:8px;border:2px solid var(--surface);border-radius:50%;background:var(--brand)}.notification-popover{position:absolute;right:0;top:43px;width:min(384px,calc(100vw - 24px));overflow:hidden;border:1px solid var(--border);border-radius:11px;background:var(--surface);box-shadow:0 18px 45px rgba(10,30,24,.18);z-index:70}.notification-popover>header{display:flex;align-items:center;gap:8px;padding:12px;border-bottom:1px solid var(--border-soft)}.notification-popover>header strong{font-size:12px}.notification-popover>header span{padding:2px 8px;border-radius:99px;background:var(--brand-soft);color:var(--brand);font-size:9px;font-weight:700}.notification-popover>div{max-height:360px;overflow:auto}.notification-empty{margin:0;padding:25px;color:var(--muted);font-size:10px;text-align:center}.notification-item{display:flex;align-items:flex-start;gap:10px;padding:12px;border-bottom:1px solid var(--border-soft)}.notification-item:last-child{border-bottom:0}.notification-item.unread{background:var(--brand-soft)}.notification-item:hover{background:var(--bg)}.notification-item>span{width:28px;height:28px;display:grid;place-items:center;flex:none;border-radius:50%;background:var(--bg);color:var(--brand)}.notification-item>span .icon{width:13px}.notification-item>div{min-width:0;flex:1}.notification-item strong,.notification-item p,.notification-item time{display:block}.notification-item strong{overflow:hidden;font-size:10px;white-space:nowrap;text-overflow:ellipsis}.notification-item p{display:-webkit-box;overflow:hidden;margin:2px 0 0;color:var(--muted);font-size:9px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.notification-item time{margin-top:4px;color:var(--muted);font-size:8px}.notification-item>i{width:9px;height:9px;margin-top:4px;border:1px solid var(--border);border-radius:50%}.notification-item.unread>i{border-color:var(--brand);background:var(--brand)}
@media(max-width:760px){.topbar{height:64px;padding:0 16px}.header-mobile-logo{display:block}.header-mobile-logo .brand-mark{width:32px;height:32px;border-radius:9px;font-size:11px}.app-header-search{display:none}.app-header-search.open{position:absolute;left:12px;right:12px;top:68px;width:auto;max-width:none;display:block;padding:7px;border:1px solid var(--border);border-radius:10px;background:var(--surface);box-shadow:var(--shadow);z-index:60}.app-header-search.open>.icon{left:19px}.header-search-toggle{display:grid}.top-actions{margin-left:auto}}
@media(max-width:520px){.top-nav-avatar{display:none}.top-actions form{display:none}}
@media(max-width:900px){.tree-person-drawer{position:absolute;inset:0 0 0 auto;width:min(340px,92%);box-shadow:-15px 0 45px rgba(0,0,0,.2)}.tree-relative-choices,.tree-person-fields{grid-template-columns:1fr}.tree-card-add{opacity:1}.tree-modal-card footer{position:sticky;bottom:0;background:var(--surface)}}

/* Dashboard parity with the Next.js application. */
.dashboard-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.dashboard-heading h2{margin:0 0 5px;font-size:25px;letter-spacing:-.025em}.dashboard-heading p,.dashboard-section-head p{margin:0;color:var(--muted);font-size:12px}.dashboard-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:16px}.dashboard-stat-card{display:flex;align-items:center;gap:14px;padding:18px 20px;border:1px solid var(--border-soft);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.dashboard-stat-card>span{width:37px;height:37px;display:grid;place-items:center;flex:none;border-radius:9px;background:var(--brand-soft);color:var(--brand)}.dashboard-stat-card>span .icon{width:18px}.dashboard-stat-card p{margin:0;color:var(--secondary);font-size:11px;font-weight:600}.dashboard-stat-card>div>div{display:flex;align-items:baseline;gap:8px;margin-top:5px}.dashboard-stat-card strong{font-size:24px;line-height:1;letter-spacing:-.03em}.dashboard-stat-card small{overflow:hidden;color:var(--muted);font-size:9px;white-space:nowrap;text-overflow:ellipsis}.dashboard-card{overflow:hidden;border:1px solid var(--border-soft);border-radius:var(--radius);background:var(--surface);box-shadow:var(--shadow)}.dashboard-analytics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:27px}.analytics-card>header,.dashboard-panel>header{padding:14px 17px;border-bottom:1px solid var(--border-soft)}.analytics-card header h3{display:flex;align-items:center;gap:8px;margin:0;font-size:12px}.analytics-card header .icon{width:16px;color:var(--brand)}.dashboard-card-body{padding:16px}.dashboard-empty{min-height:82px;display:flex;align-items:center;justify-content:center;gap:8px;color:var(--muted);font-size:10px;text-align:center}.dashboard-empty .icon{width:24px;opacity:.55}.status-bar{display:flex;height:12px;overflow:hidden;border-radius:99px;background:var(--bg)}.status-bar i:nth-child(1){background:#10b981}.status-bar i:nth-child(2){background:#d97706}.status-bar i:nth-child(3){background:#9ca3af}.status-values{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:13px;text-align:center}.status-values>div{padding:8px;border-radius:7px;background:var(--bg)}.status-values .living{background:rgba(16,185,129,.1);color:#059669}.status-values .deceased{background:rgba(217,119,6,.1);color:#b86508}.status-values strong,.status-values small{display:block}.status-values strong{font-size:12px}.status-values small{margin-top:2px;color:var(--muted);font-size:9px}.trend-chart{height:123px;display:flex;align-items:flex-end;gap:7px;padding-top:11px}.trend-chart>div{height:100%;flex:1;display:flex;flex-direction:column;align-items:center;gap:3px}.trend-chart b,.trend-chart small{font-size:8px;color:var(--muted)}.trend-chart small{text-transform:uppercase;font-weight:700}.trend-chart i{width:100%;height:65px;display:flex;align-items:flex-end;overflow:hidden;border-radius:4px 4px 0 0;background:var(--bg)}.trend-chart span{width:100%;display:block;border-radius:4px 4px 0 0;background:rgba(19,138,104,.8)}.trend-chart>div:hover span{background:var(--brand)}.media-breakdown{display:grid;grid-template-columns:1fr 1fr;gap:8px}.media-breakdown>div{display:flex;align-items:center;gap:8px;padding:8px;border-radius:7px;background:var(--bg)}.media-breakdown .icon{width:15px}.media-breakdown .photos .icon{color:#3b82f6}.media-breakdown .documents .icon{color:#d97706}.media-breakdown .video .icon{color:#8b5cf6}.media-breakdown .audio .icon{color:#10b981}.media-breakdown strong,.media-breakdown small{display:block}.media-breakdown strong{font-size:11px}.media-breakdown small{color:var(--muted);font-size:9px}.dashboard-family-section{margin-bottom:22px}.dashboard-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:13px}.dashboard-section-head h2{margin:0 0 3px;font-size:18px}.family-table-head,.family-table li{display:grid;grid-template-columns:minmax(220px,1.4fr) 100px 100px 100px auto;align-items:center;gap:16px}.family-table-head{padding:10px 20px;border-bottom:1px solid var(--border-soft);background:var(--bg);color:var(--muted);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.family-table ul{margin:0;padding:0;list-style:none}.family-table li{padding:14px 20px;border-bottom:1px solid var(--border-soft)}.family-table li:last-child{border:0}.family-title{display:flex;min-width:0;align-items:center;gap:11px}.family-title>span{width:40px;height:40px;display:grid;place-items:center;flex:none;border-radius:9px;background:var(--brand-soft);color:var(--brand)}.family-title>div{min-width:0}.family-title>div>div{display:flex;align-items:center;gap:7px}.family-title strong{overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}.family-title em{padding:1px 6px;border:1px solid var(--border);border-radius:99px;color:var(--secondary);font-size:8px;font-style:normal;text-transform:capitalize}.family-title small,.family-count small{display:block;color:var(--muted);font-size:9px}.family-title small{margin-top:3px}.family-count strong{font-size:12px}.avatar-stack{display:flex;padding-left:8px}.avatar-stack .avatar{margin-left:-8px;border:2px solid var(--surface);font-size:8px}.avatar-stack .avatar.alt{background:#eef2fb;color:#4c66a4}.family-actions{display:flex;align-items:center;gap:6px}.family-actions .btn{min-height:32px;padding:0 10px;font-size:9px}.family-actions .icon-only{width:32px;padding:0;border-color:transparent;color:var(--muted)}.family-actions .icon-only .icon{width:14px}.dashboard-operations{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(250px,.8fr);gap:16px;align-items:start}.dashboard-panel>header h2{margin:0 0 2px;font-size:15px}.dashboard-panel>header p{margin:0;color:var(--muted);font-size:9px}.work-list{display:flex;flex-direction:column;gap:9px;padding:14px}.work-list>a{display:flex;align-items:center;gap:10px;padding:10px;border:1px solid var(--border-soft);border-radius:9px;background:var(--bg)}.work-list>a:hover,.quick-actions a:hover{border-color:rgba(19,138,104,.35);background:var(--brand-soft)}.work-list>a>span:nth-child(2){min-width:0;flex:1}.work-list strong,.work-list small{display:block}.work-list strong{font-size:10px}.work-list small{color:var(--muted);font-size:8px}.work-list b{min-width:25px;padding:2px 7px;border:1px solid var(--border);border-radius:99px;color:var(--brand);font-size:9px;text-align:center}.work-icon{width:35px;height:35px;display:grid;place-items:center;flex:none;border-radius:8px}.work-icon .icon{width:15px}.work-icon.amber{background:rgba(245,158,11,.1);color:#d97706}.work-icon.blue{background:rgba(59,130,246,.1);color:#2563eb}.work-icon.green{background:rgba(16,185,129,.1);color:#059669}.activity-list{padding:17px}.activity-list ol{margin:0;padding:0;list-style:none}.activity-list li{position:relative;display:flex;gap:11px;padding-bottom:15px}.activity-list li:not(:last-child):before{content:"";position:absolute;left:18px;top:37px;bottom:4px;width:1px;background:var(--border-soft)}.activity-avatar{position:relative;width:37px;height:37px;display:grid;place-items:center;flex:none;border-radius:50%;background:var(--brand-soft);color:var(--brand-dark);font-size:9px;font-weight:700}.activity-avatar i{position:absolute;right:-2px;bottom:-2px;width:18px;height:18px;display:grid;place-items:center;border:2px solid var(--surface);border-radius:50%;background:var(--brand-soft);color:var(--brand)}.activity-avatar i .icon{width:9px}.activity-list li>div{min-width:0;padding-top:2px}.activity-list strong,.activity-list small,.activity-list time{display:block}.activity-list strong{font-size:10px;line-height:1.4}.activity-list small,.activity-list time{margin-top:2px;color:var(--muted);font-size:8px}.dashboard-side-stack{display:flex;flex-direction:column;gap:16px}.event-list{padding:13px}.event-list ul{margin:0;padding:0;list-style:none}.event-list li{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid var(--border-soft)}.event-list li:last-child{border:0}.event-list time{width:43px;height:43px;display:grid;place-items:center;flex:none;border-radius:8px;background:var(--brand-soft);color:var(--brand);text-align:center}.event-list time b,.event-list time strong{display:block;line-height:1}.event-list time b{font-size:7px;text-transform:uppercase}.event-list time strong{margin-top:3px;font-size:13px}.event-list li>div{min-width:0;flex:1}.event-list li>div strong,.event-list li>div small{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.event-list li>div strong{font-size:9px}.event-list li>div small{color:var(--muted);font-size:8px}.event-list li>span{display:flex;flex-direction:column;align-items:flex-end;gap:2px;color:var(--brand)}.event-list li>span .icon{width:14px}.event-list em{padding:1px 5px;border:1px solid var(--border);border-radius:99px;color:var(--secondary);font-size:7px;font-style:normal;white-space:nowrap}.quick-actions{display:grid;gap:7px;padding:13px}.quick-actions a{min-height:42px;display:flex;align-items:center;gap:9px;padding:0 10px;border:1px solid var(--border-soft);border-radius:8px;background:var(--bg);font-size:10px;font-weight:600}.quick-actions a span{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;background:var(--brand-soft);color:var(--brand)}.quick-actions .icon{width:14px}
@media(max-width:1200px){.dashboard-stats{grid-template-columns:repeat(2,1fr)}.dashboard-operations{grid-template-columns:1fr 1fr}.dashboard-side-stack{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.family-table-head{display:none}.family-table li{grid-template-columns:minmax(220px,1fr) auto}.family-count,.avatar-stack{display:none}}
@media(max-width:800px){.dashboard-heading,.dashboard-section-head{align-items:flex-start;flex-direction:column}.dashboard-analytics,.dashboard-operations{grid-template-columns:1fr}.dashboard-side-stack{grid-column:auto;grid-template-columns:1fr}.family-table li{grid-template-columns:1fr}.family-actions{flex-wrap:wrap}}
@media(max-width:520px){.dashboard-stats{grid-template-columns:1fr}.dashboard-heading .btn,.dashboard-section-head .btn{width:100%}}

/* family-chart 0.9 preview theme */
.tree-chart{--background-color:transparent;--text-color:var(--text);--female-color:var(--surface);--male-color:var(--surface);--genderless-color:var(--surface);height:100%!important;max-height:none!important;background:transparent!important;color:var(--text)!important;font-family:'DM Sans',sans-serif}.tree-stage:fullscreen .tree-chart{height:100vh!important}.tree-chart .links_view path.link{stroke:#8fb7a9!important;stroke-width:2px!important;filter:drop-shadow(0 1px 1px rgba(19,138,104,.18))}.tree-chart div.card .card-inner{position:relative;border:1px solid var(--border);border-radius:14px;background:var(--surface)!important;color:var(--text);box-shadow:var(--shadow)}.tree-chart div.card-female .card-inner{border-color:#efb8c8}.tree-chart div.card-female .person-icon{border-color:#efb8c8;background:#fbe8ee!important;color:#cf5f84!important}.tree-chart div.card-male .person-icon{border-color:#b9d1e8;background:#eaf3fb!important;color:#4f83b4!important}.tree-chart .card-image-rect .person-icon svg{width:100%;height:100%;padding:10px;background:transparent!important;color:inherit}.tree-chart div.card:hover .card-inner{border-color:var(--orange);box-shadow:0 8px 24px rgba(237,138,59,.24)}.tree-chart div.card-main .card-inner{border-color:var(--brand);outline:3px solid rgba(19,138,104,.2);box-shadow:0 8px 24px rgba(19,138,104,.18)}.tree-chart div.card .card-inner.f3-path-to-main{border-color:var(--orange);outline:3px solid rgba(237,138,59,.28);box-shadow:0 8px 26px rgba(237,138,59,.3)}.tree-chart .links_view path.link.f3-path-to-main{stroke:var(--orange)!important;stroke-width:4px!important;filter:drop-shadow(0 0 4px rgba(237,138,59,.55))}.tree-chart .card-image-rect{width:220px;min-height:78px;padding:7px}.tree-chart .card-image-rect img,.tree-chart .card-image-rect .person-icon{width:64px;height:64px;margin-right:11px;border:1px solid var(--border-soft);border-radius:10px;background:var(--brand-soft)!important;color:var(--brand)}.tree-chart .card-image-rect .card-label>div:first-child{color:var(--text);font-size:13px;font-weight:700}.tree-chart .card-image-rect .card-label>div:not(:first-child){margin-top:4px;color:var(--muted);font-size:11px}.tree-chart .mini-tree{color:var(--brand)}.tree-chart .f3-nav-cont{padding:12px}.tree-chart .f3-autocomplete input{height:40px;border:1px solid var(--border);border-radius:9px;background:var(--surface);color:var(--text);box-shadow:var(--shadow)}.tree-chart .f3-autocomplete-items,.tree-chart .f3-autocomplete-item>div{border-color:var(--border-soft);background:var(--surface);color:var(--text)}.tree-chart .f3-autocomplete-item>div:hover,.tree-chart .f3-autocomplete-item.f3-selected>div{background:var(--brand-soft);color:var(--brand-dark)}@media(max-width:640px){.tree-chart .card-image-rect{width:190px}}
