/* AmbonManise v35 — 3 Family Graph Layout Modes */
.fam35-layout-switch{display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:6px;background:#eef5f6;border:1px solid #dce8eb;border-radius:16px}
.fam35-layout-switch>span{font-size:11px;font-weight:900;color:#69808a;padding:0 6px;text-transform:uppercase;letter-spacing:.06em}
.fam35-layout-switch button{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#375763;border-radius:12px;padding:9px 12px;font:800 12px/1 Manrope,sans-serif;cursor:pointer;transition:.2s}
.fam35-layout-switch button:hover{background:#fff;color:#123f4f;box-shadow:0 5px 16px rgba(7,55,72,.08)}
.fam35-layout-switch button.active{background:#0b3b4f;color:#fff;box-shadow:0 7px 18px rgba(11,59,79,.2)}
.fam35-layout-switch .icon{font-size:15px;line-height:1}
.family-v35 .fam313-canvas{min-height:660px}
.family-v35 .fam313-world{min-width:100%}
.family-v35 .fam313-edge{fill:none;stroke-linecap:round;stroke-linejoin:round}
.family-v35 .fam313-edge.parent{stroke:#9ab7c2}
.family-v35 .fam313-edge.spouse{stroke:#e2622f}
.family-v35 .fam313-edge.pending{stroke-dasharray:8 7}
.family-v35 .fam313-edge.focused{opacity:1!important;filter:drop-shadow(0 0 4px rgba(226,98,47,.22))}
.family-v35 .fam313-lane.fam35-lane-x{top:0;border-top:0;border-left:1px dashed #d7e5e9;width:1px}
.family-v35 .fam313-lane.fam35-lane-x span{position:absolute;top:14px;left:0;transform:translateX(-50%);white-space:nowrap}

/* Layout 1: Network Modern */
.family-v35[data-layout="network"] .fam35-network{width:190px;min-height:124px;padding:14px 14px 12px;border-radius:20px;background:rgba(255,255,255,.98);box-shadow:0 12px 34px rgba(8,55,72,.11)}
.family-v35[data-layout="network"] .fam35-network img,.family-v35[data-layout="network"] .fam35-network>.avatar{width:52px;height:52px}

/* Layout 2: Classic Family Tree / poster */
.family-v35[data-layout="tree"] .fam313-canvas{background:linear-gradient(#fff,#fbfdfd)}
.family-v35[data-layout="tree"] .fam313-lane{opacity:.42}
.family-v35[data-layout="tree"] .fam35-tree{width:142px;min-height:118px;background:transparent;border:0;box-shadow:none;padding:5px 5px 8px;border-radius:18px}
.family-v35[data-layout="tree"] .fam35-tree:hover,.family-v35[data-layout="tree"] .fam35-tree.focus{background:rgba(255,255,255,.94);box-shadow:0 10px 26px rgba(8,55,72,.10);transform:translate(-50%,-50%) scale(1.04)}
.family-v35[data-layout="tree"] .fam35-tree.focus{outline:2px solid rgba(226,98,47,.6)}
.family-v35[data-layout="tree"] .fam35-tree-avatar{width:72px;height:72px;margin:0 auto 8px;border-radius:50%;padding:4px;background:linear-gradient(135deg,#1f6f64,#5ec7d3);box-shadow:0 7px 19px rgba(11,59,79,.18)}
.family-v35[data-layout="tree"] .fam35-tree-avatar img,.family-v35[data-layout="tree"] .fam35-tree-avatar .avatar{width:64px!important;height:64px!important;margin:0!important;border-radius:50%;border:3px solid #fff;box-shadow:none!important}
.family-v35[data-layout="tree"] .fam35-tree b{font:800 12px/1.22 Manrope,sans-serif;color:#173d4d;min-height:auto!important;-webkit-line-clamp:2}
.family-v35[data-layout="tree"] .fam35-tree small{font-size:9.5px;color:#6d8993;margin-top:3px!important;min-height:auto!important}
.family-v35[data-layout="tree"] .fam35-tree .fam35-life{color:#25839c;font-weight:800}
.family-v35[data-layout="tree"] .fam313-edge.parent{stroke:#a5b7bc;stroke-width:1.7!important}
.family-v35[data-layout="tree"] .fam313-edge.spouse{stroke:#d38d2e;stroke-width:2.4!important}

/* Layout 3: Horizontal detailed lineage */
.family-v35[data-layout="branch"] .fam313-canvas{background:#f8faf9}
.family-v35[data-layout="branch"] .fam35-branch{width:250px;min-height:84px;padding:10px 12px;border-radius:38px;background:#d8f3f5;border:2px solid #56bfd0;box-shadow:0 7px 18px rgba(21,92,111,.08);display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:9px;align-items:center;text-align:left}
.family-v35[data-layout="branch"] .fam35-branch[data-card-color="sand"]{background:#fff0be;border-color:#efc45a}
.family-v35[data-layout="branch"] .fam35-branch[data-card-color="coral"]{background:#ffe0dd;border-color:#f1958c}
.family-v35[data-layout="branch"] .fam35-branch[data-card-color="teal"]{background:#d8f3f5;border-color:#56bfd0}
.family-v35[data-layout="branch"] .fam35-branch:hover,.family-v35[data-layout="branch"] .fam35-branch.focus{transform:translate(-50%,-50%) scale(1.025);box-shadow:0 12px 30px rgba(11,59,79,.14)}
.family-v35[data-layout="branch"] .fam35-branch.focus{border-color:#e2622f;box-shadow:0 0 0 4px rgba(226,98,47,.12),0 12px 30px rgba(11,59,79,.14)}
.family-v35[data-layout="branch"] .fam35-branch-avatar img,.family-v35[data-layout="branch"] .fam35-branch-avatar .avatar{width:56px!important;height:56px!important;margin:0!important;border:3px solid #fff;box-shadow:0 5px 14px rgba(0,0,0,.12)}
.family-v35[data-layout="branch"] .fam35-branch-copy{min-width:0}
.family-v35[data-layout="branch"] .fam35-branch-copy b{font-size:12.5px;min-height:0!important;white-space:normal;-webkit-line-clamp:2}
.family-v35[data-layout="branch"] .fam35-branch-copy small{font-size:9.5px;min-height:0!important;margin-top:2px!important;white-space:normal}
.family-v35[data-layout="branch"] .fam35-branch-copy .fam35-life{font-weight:800;color:#477985}
.family-v35[data-layout="branch"] .fam35-branch-status{display:grid;gap:4px;justify-items:end}
.family-v35[data-layout="branch"] .fam35-branch-status .fam313-chip{font-size:7px;padding:3px 5px;max-width:68px;text-align:center}
.family-v35[data-layout="branch"] .fam313-edge.parent{stroke:#b1bec1;stroke-width:2!important}
.family-v35[data-layout="branch"] .fam313-edge.spouse{stroke:#e29835;stroke-width:2.8!important}

.fam35-layout-help{display:flex;gap:8px;flex-wrap:wrap;color:#728790;font-size:11px;margin-left:auto}
.fam35-layout-help b{color:#345663}

@media(max-width:900px){
  .fam35-layout-switch{width:100%;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start}
  .fam35-layout-switch>span{display:none}
  .fam35-layout-switch button{white-space:nowrap}
  .family-v35 .fam313-canvas{min-height:590px}
}
@media(max-width:680px){
  .family-v35[data-layout="network"] .fam35-network{width:168px}
  .family-v35[data-layout="tree"] .fam35-tree{width:124px}
  .family-v35[data-layout="tree"] .fam35-tree-avatar{width:64px;height:64px}
  .family-v35[data-layout="tree"] .fam35-tree-avatar img,.family-v35[data-layout="tree"] .fam35-tree-avatar .avatar{width:56px!important;height:56px!important}
  .family-v35[data-layout="branch"] .fam35-branch{width:220px;grid-template-columns:50px minmax(0,1fr) auto}
  .family-v35[data-layout="branch"] .fam35-branch-avatar img,.family-v35[data-layout="branch"] .fam35-branch-avatar .avatar{width:48px!important;height:48px!important}
}
