.relation-graph-container{position:relative;overflow:hidden;background-color:#f9f9f9;border-radius:4px;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.relation-graph{display:block;width:100%;height:100%}.relation-graph .nodes circle{stroke:#fff;stroke-width:1.5px;cursor:pointer}.relation-graph .nodes text{font-family:sans-serif;font-size:12px;pointer-events:none}.relation-graph .link{fill:none;stroke-width:.5px;stroke:rgba(0,0,0,.5)}.relation-graph .mother-link{stroke:rgba(139,0,0,.5)}.relation-graph .spouse-link{stroke:rgba(219,112,147,.5)}.relation-graph .servant-link{stroke:rgba(128,128,128,.5);stroke-dasharray:4,4}.person-card{cursor:pointer}.person-card rect{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.person-card image{border-radius:50%;object-fit:cover}.person-card text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.person-card .tag{transition:background-color .2s ease;display:inline-flex;align-items:center;background-color:#f5f5f5;border-radius:4px;padding:4px 8px}.person-card .tag:hover{background-color:#e0e0e0}.relation-graph-wrapper{position:relative;width:100%;height:100%;display:flex;flex-direction:row}.detail-panel{background:white;box-shadow:-2px 0 5px rgba(0,0,0,.1);padding:0;overflow-y:auto;transition:all .3s ease;position:relative;user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text}.detail-panel.right{position:absolute;top:0;right:0;width:300px;height:100%;border-left:1px solid #eee}.detail-panel.bottom{width:100%;height:calc(100% - 20px);border-top:1px solid #eee;position:absolute;top:20px;left:0}.detail-header{display:flex;align-items:center;padding:10px 15px;position:sticky;top:0;background:white;z-index:10;border-bottom:1px solid #eee}.header-left,.header-right{flex:1;display:flex}.header-left{justify-content:flex-start}.header-right{justify-content:flex-end}.header-center{flex:2;display:flex;justify-content:center}.header-title{margin:0;font-size:1.5rem;color:#333;text-align:center}.navigation-controls{display:flex;gap:5px}.nav-button{width:32px;height:32px}.detail-header h2{margin:0;font-size:1.5rem;color:#333}.detail-content{display:flex;flex-direction:column;gap:20px;padding:20px}.avatar-container{text-align:center}.avatar-container img{width:150px;height:150px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 2px 4px rgba(0,0,0,.1)}.related-title{font-size:1.1rem;color:#333;margin-bottom:10px;border-bottom:1px solid #eee;padding-bottom:8px}.related-persons-list{display:flex;flex-direction:column;gap:12px}.related-person-item{display:flex;align-items:center;padding:8px;border-radius:8px;background-color:#f9f9f9;cursor:pointer;transition:background-color .2s ease}.related-person-item:hover{background-color:#f0f0f0}.related-person-avatar{margin-right:12px}.related-person-avatar img{border-radius:50%;object-fit:cover;overflow:hidden}.avatar-image-small{border-radius:50%;border:2px solid #fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.related-person-info{display:flex;flex-direction:column}.related-person-name{display:flex;align-items:center;margin-bottom:6px}.person-name{font-weight:600;color:#333}.relation-type{color:#666;font-size:.85rem;margin-bottom:4px}.related-person-type{font-size:.8rem;color:#666}.related-person-tags{display:flex;flex-wrap:wrap;gap:4px;align-items:center}.relation-badge{font-size:.75rem;font-weight:500}.relation-graph-wrapper .absolute,.zoom-controls{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}@media (max-width:1200px){.relation-graph-wrapper{flex-direction:column}.detail-panel.right{width:100%;height:350px;border-left:none;border-top:1px solid #eee}}