*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;background:#f3f4f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{flex-direction:column;display:flex}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.w-full{width:100%}.w-1\/4{width:25%}.h-screen{height:100vh}.h-full{height:100%}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.bg-gray-100{background-color:#f3f4f6}.bg-blue-600{background-color:#2563eb}.bg-red-600{background-color:#dc2626}.bg-gray-300{background-color:#d1d5db}.border{border:1px solid #e5e7eb}.border-r{border-right:1px solid #e5e7eb}.border-l{border-left:1px solid #e5e7eb}.border-2{border:2px solid}.border-gray-200{border-color:#e5e7eb}.border-blue-600{border-color:#2563eb}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.p-4{padding:1rem}.p-3{padding:.75rem}.p-2{padding:.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-1{margin-top:.25rem}.ml-2{margin-left:.5rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.text-gray-900{color:#111827}.text-gray-500{color:#6b7280}.text-gray-600{color:#4b5563}.text-gray-400{color:#9ca3af}.text-white{color:#fff}.text-red-600{color:#dc2626}.text-red-800{color:#991b1b}.text-blue-600{color:#2563eb}.text-center{text-align:center}.transition-colors{transition-property:background-color,border-color,color,fill,stroke;transition-duration:.15s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.hover\:bg-blue-700:hover{background-color:#1d4ed8}.hover\:bg-red-700:hover{background-color:#b91c1c}.hover\:bg-gray-100:hover{background-color:#f3f4f6}.hover\:bg-gray-400:hover{background-color:#9ca3af}.hover\:text-red-800:hover{color:#991b1b}.space-y-2>*+*{margin-top:.5rem}input,textarea,select{border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.5rem;font-size:.875rem}input:focus,textarea:focus,select:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb1a}button{cursor:pointer;border:none;font-weight:500;transition:all .15s}button:focus{outline:none}.ft-app{color:#1f2937;background:#f6f7f9;flex-direction:column;font-family:system-ui,-apple-system,Segoe UI,Hiragino Sans,Noto Sans JP,Yu Gothic UI,sans-serif;display:flex;position:fixed;inset:0}.ft-toolbar{background:#fff;border-bottom:1px solid #e5e7eb;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;display:flex}.ft-title{white-space:nowrap;font-size:18px;font-weight:700}.ft-count{color:#6b7280;margin-left:6px;font-size:13px;font-weight:500}.ft-tools{align-items:center;gap:6px;display:flex}.ft-mode{color:#92400e;background:#fef3c7;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.ft-sync{white-space:nowrap;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:600}.ft-sync.local,.ft-sync.loading{color:#4b5563;background:#e5e7eb}.ft-sync.online{color:#065f46;background:#d1fae5}.ft-sync.offline{color:#92400e;background:#fef3c7}.ft-sync.error{color:#991b1b;background:#fee2e2}.ft-loading{color:#6b7280;font-size:15px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.ft-toast{color:#fff;z-index:2000;word-break:break-all;background:#111827;border-radius:10px;max-width:92vw;padding:10px 16px;font-size:14px;position:fixed;bottom:28px;left:50%;transform:translate(-50%);box-shadow:0 6px 20px #0000004d}.ft-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;padding:9px 14px;font-size:14px;font-weight:600;line-height:1.2}.ft-btn-primary{color:#fff;background:#2563eb}.ft-btn-primary:hover{background:#1d4ed8}.ft-btn-confirm{color:#fff;background:#16a34a}.ft-btn-confirm:hover{background:#15803d}.ft-btn-ghost{color:#1f2937;background:#eef0f3}.ft-btn-ghost:hover{background:#e2e5ea}.ft-btn-danger{color:#fff;background:#dc2626}.ft-btn-danger-ghost{color:#b91c1c;background:#fee2e2}.ft-btn:disabled{opacity:.5;cursor:default}.ft-block{width:100%}.ft-icon{padding:9px 12px;font-size:16px}.ft-hint{color:#4b5563;background:#fffbeb;border-bottom:1px solid #fde68a;flex-wrap:wrap;align-items:center;gap:14px;padding:6px 12px;font-size:12px;display:flex}.ft-dot{vertical-align:-1px;border-radius:50%;width:12px;height:12px;margin-right:4px;display:inline-block}.ft-dot.parent,.ft-plus.parent{background:#16a34a}.ft-dot.spouse,.ft-plus.spouse{background:#7c3aed}.ft-dot.child,.ft-plus.child{background:#ea580c}.ft-canvas{touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;background:#f6f7f9 radial-gradient(#d9dce2 1px,#0000 1px) 0 0/24px 24px;flex:1;position:relative;overflow:hidden}.ft-world{transform-origin:0 0;position:absolute;top:0;left:0}.ft-lines{position:absolute;top:0;left:0;overflow:visible}.ft-lines line{stroke:#6b7280;stroke-width:2.5px;stroke-linecap:round}.ft-lines .side,.ft-lines .side line{stroke:#a3a9b4}.ft-node{text-align:center;color:#fff;cursor:pointer;border:3px solid #ffffffe6;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:96px;height:96px;padding:6px;display:flex;position:absolute;box-shadow:0 2px 6px #0000002e}.ft-node.male{background:#3b82f6}.ft-node.female{background:#ef5a7a}.ft-node.other{background:#8b5cf6}.ft-node.selected{box-shadow:0 0 0 4px #fcd34d,0 2px 6px #0003}.ft-node.dup{opacity:.55;border-style:dashed}.ft-node:hover{filter:brightness(1.06)}.ft-name{word-break:break-all;max-height:3.45em;font-size:14px;font-weight:700;line-height:1.15;overflow:hidden}.ft-name.long{font-size:12px}.ft-birth{opacity:.92;white-space:nowrap;margin-top:3px;font-size:11px}.ft-plus{color:#fff;cursor:pointer;z-index:2;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;padding:0;font-size:22px;font-weight:700;line-height:1;display:flex;position:absolute;box-shadow:0 2px 5px #00000040}.ft-plus:hover{transform:scale(1.12)}.ft-first{cursor:auto;-webkit-user-select:text;user-select:text;background:#fff;border-radius:14px;width:min(92vw,400px);padding:20px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 8px 30px #0000001f}.ft-first h2{margin-bottom:6px;font-size:18px}.ft-first p{color:#4b5563;margin-bottom:14px;font-size:13px}.ft-overlay{z-index:1000;background:#11182773;justify-content:center;align-items:center;padding:12px;display:flex;position:fixed;inset:0}.ft-dialog{-webkit-user-select:text;user-select:text;background:#fff;border-radius:14px;width:min(96vw,440px);max-height:92vh;padding:18px;overflow-y:auto;box-shadow:0 10px 40px #00000040}.ft-dialog-head{justify-content:space-between;align-items:center;gap:8px;margin-bottom:12px;display:flex}.ft-dialog-head h2{font-size:17px}.ft-x{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:18px}.ft-fields{flex-direction:column;gap:12px;display:flex}.ft-label{color:#374151;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}.ft-label input{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px;font-size:16px;font-weight:400}.ft-seg{gap:6px;display:flex}.ft-seg button{color:#1f2937;cursor:pointer;background:#e5e7eb;border:none;border-radius:8px;flex:1;padding:10px 6px;font-size:14px;font-weight:600}.ft-seg button.on{color:#fff;background:#2563eb}.ft-seg-era button{padding:8px 2px;font-size:13px}.ft-date{flex-direction:column;gap:8px;display:flex}.ft-ymd{gap:8px;display:flex}.ft-ymd label{flex:1;align-items:center;gap:4px;font-weight:400;display:flex}.ft-ymd label:first-child{flex:1.4}.ft-ymd input{text-align:center;border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 6px;font-size:16px}.ft-date-preview{color:#2563eb;min-height:1.2em;font-size:13px}.ft-section{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:12px;padding:12px}.ft-section h3{margin-bottom:8px;font-size:14px}.ft-section.father h3{color:#2563eb}.ft-section.mother h3{color:#db2777}.ft-note{color:#6b7280;margin-bottom:10px;font-size:12px}.ft-actions{gap:8px;margin-top:14px;display:flex}.ft-actions .ft-btn{flex:1;padding:12px;font-size:15px}.ft-rels{flex-direction:column;gap:6px;margin:8px 0;list-style:none;display:flex}.ft-rels li{background:#f3f4f6;border-radius:8px;justify-content:space-between;align-items:center;padding:6px 10px;font-size:14px;display:flex}.ft-rels .ft-x{font-size:15px}.ft-danger{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:12px}.ft-confirm{color:#b91c1c;flex-wrap:wrap;align-items:center;gap:8px;font-size:13px;display:flex}.ft-lines line.d0{stroke:#475569}.ft-lines line.d1{stroke:#2563eb}.ft-lines line.d2{stroke:#16a34a}.ft-lines line.d3{stroke:#ea580c}.ft-check{color:#374151;background:#f3f4f6;border-radius:8px;align-items:flex-start;gap:8px;margin-top:12px;padding:10px;font-size:13px;display:flex}.ft-check input{width:auto;margin-top:2px}.ft-name-row{gap:8px;display:flex}.ft-name-row input{flex:1;min-width:0}.ft-num{ime-mode:disabled}
